#sp-section-3 .container,
#sp-section-3 .container-inner {
    padding-left: 0;
    padding-right: 0;
}

#sp-mainmenu .sp-module,
#sp-mainmenu .sp-module-content {
    margin: 0;
}

#sp-mainmenu .sp-module-content {
    background: #ffb405;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

#sp-mainmenu .mod-menu.menu {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 0;
    margin: 0;
    padding: 0 8px;
    list-style: none;
}

#sp-mainmenu .mod-menu.menu > li {
    position: relative;
    margin: 0;
}

#sp-mainmenu .mod-menu.menu > li > a,
#sp-mainmenu .mod-menu.menu > li > .menu-separator {
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: 12px 18px 10px;
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
    background: transparent;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
    transition: background-color 0.2s ease, color 0.2s ease;
}

#sp-mainmenu .mod-menu.menu > li:first-child > a,
#sp-mainmenu .mod-menu.menu > li:first-child > .menu-separator {
    border-left: 0;
}

#sp-mainmenu .mod-menu.menu > li:hover > a,
#sp-mainmenu .mod-menu.menu > li:hover > .menu-separator,
#sp-mainmenu .mod-menu.menu > li.active > a,
#sp-mainmenu .mod-menu.menu > li.current > a,
#sp-mainmenu .mod-menu.menu > li.active > .menu-separator,
#sp-mainmenu .mod-menu.menu > li.current > .menu-separator {
    background: #20b0b5;
    color: #fff603;
}

#sp-mainmenu .mod-menu.menu > li > ul.mod-menu__sub {
    min-width: 280px;
    padding: 8px 0;
    background: rgba(32, 176, 181, 0.94);
    border: 0;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

#sp-mainmenu .mod-menu.menu ul.mod-menu__sub li {
    position: relative;
}

#sp-mainmenu .mod-menu.menu ul.mod-menu__sub li > a,
#sp-mainmenu .mod-menu.menu ul.mod-menu__sub li > .menu-separator {
    display: block;
    padding: 10px 18px;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    background: transparent;
}

#sp-mainmenu .mod-menu.menu ul.mod-menu__sub li:last-child > a,
#sp-mainmenu .mod-menu.menu ul.mod-menu__sub li:last-child > .menu-separator {
    border-bottom: 0;
}

#sp-mainmenu .mod-menu.menu ul.mod-menu__sub li:hover > a,
#sp-mainmenu .mod-menu.menu ul.mod-menu__sub li:hover > .menu-separator,
#sp-mainmenu .mod-menu.menu ul.mod-menu__sub li.active > a,
#sp-mainmenu .mod-menu.menu ul.mod-menu__sub li.active > .menu-separator {
    background: rgba(0, 0, 0, 0.15);
    color: #fffc1e;
}

#sp-mainmenu .menu-toggler {
    margin-right: 8px;
}

#sp-mainmenu .mod-menu__sub .menu-toggler {
    float: left;
    margin-right: 0;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    #sp-mainmenu .mod-menu.menu {
        display: block;
        padding: 0;
    }

    #sp-mainmenu .mod-menu.menu > li > a,
    #sp-mainmenu .mod-menu.menu > li > .menu-separator {
        border-left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    }
}
#sp-mainmenu .mod-menu.menu > li > ul.mod-menu__sub {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1200;
}

#sp-mainmenu .mod-menu.menu ul.mod-menu__sub li > ul.mod-menu__sub {
    display: none;
    position: absolute;
    top: 0;
    right: 100%;
    z-index: 1201;
}

#sp-mainmenu .mod-menu.menu li.menu-parent-open > ul.mod-menu__sub {
    display: block;
}

@media (max-width: 991.98px) {
    #sp-mainmenu .mod-menu.menu > li > ul.mod-menu__sub,
    #sp-mainmenu .mod-menu.menu ul.mod-menu__sub li > ul.mod-menu__sub {
        position: static;
        min-width: 100%;
        box-shadow: none;
    }
}

/* Homepage header and cards parity */
#sp-section-1,
#sp-section-2,
#sp-section-3,
#sp-section-4 {
    background: #20b0b5;
}

#sp-section-1,
#sp-section-2 {
    color: #fff;
}

#sp-section-1 {
    padding: 10px 0 8px;
}

#sp-section-1 > .row {
    max-width: 1170px;
    margin: 0 auto;
    align-items: center;
}

#sp-section-1 .sp-module,
#sp-section-2 .sp-module {
    margin: 0;
}

#sp-statistics .mod-whosonline p,
#sp-topmenu p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.75 !important;
}

#sp-topmenu a,
#sp-statistics a {
    color: #fff;
}

#sp-logo .logo {
    height: auto;
    justify-content: center;
}

#sp-logo .logo a {
    display: inline-flex;
    align-items: center;
}

#sp-logo .logo-image {
    height: 82px !important;
    max-height: none;
}

#sp-section-2 {
    height: 0;
    margin-top: -86px;
    overflow: visible;
    position: relative;
    z-index: 5;
}

#sp-section-2 .container,
#sp-section-2 .container-inner,
#sp-section-2 .row {
    min-height: 0;
    padding: 0;
    position: relative;
}

#sp-topmenu {
    left: 0;
    position: absolute;
    top: 0;
    width: 33.3333%;
}

#sp-topmenu .sp-module-content {
    background: none;
    padding: 0 15px;
    text-align: left;
}

#sp-topmenu p {
    text-align: left !important;
}

#sp-section-4 .container,
#sp-section-5 .container,
#sp-section-7 .container {
    background: #fff;
}

#sp-section-4 {
    padding-bottom: 0;
}

#sp-section-5 {
    padding-top: 0;
}

#sp-section-7 {
    padding: 10px 0 28px;
}

#sp-section-7 .sp-module,
#sp-section-7 .sp-module-content {
    margin: 0;
}

#sp-section-7 .ice_filter_items > .row-fluid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

#sp-section-7 .ice_filter_item.span4 {
    box-sizing: border-box;
    float: none;
    flex: 0 0 33.3333%;
    margin: 0;
    max-width: 33.3333%;
    padding: 0 15px;
    width: 33.3333%;
}

#sp-section-7 .ice_filter_inner {
    text-align: center;
}

#sp-section-7 a.ice_filter_img {
    align-items: center;
    background: linear-gradient(145deg, #f8f8f8 0%, #f8f8f8 52%, #ececec 52%, #ececec 100%);
    border: 1px solid #ececec;
    display: flex;
    justify-content: center;
    min-height: 126px;
    padding: 18px 12px;
}

#sp-section-7 .ice_filter_img img {
    display: block;
    margin: 0 auto;
    max-width: 145px;
}

#sp-section-7 .ice_filter_caption {
    padding: 8px 12px 0;
}

#sp-section-7 .ice_filter_caption h4 {
    font-family: 'Lalezar', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.35;
    margin: 0 0 4px;
}

#sp-section-7 .ice_filter_title,
#sp-section-7 .ice_filter_title:hover,
#sp-section-7 .ice_filter_title:focus {
    color: #333;
}

#sp-section-7 .ice_filter_description {
    color: #666;
    font-size: 18px;
    line-height: 1.3;
}

#sp-section-7 .ice_filter_description p {
    margin: 0;
}

@media (min-width: 992px) {
    #sp-section-1 > .row {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    #sp-statistics,
    #sp-logo,
    #sp-language {
        float: none;
        max-width: none;
        width: auto;
    }

    #sp-statistics {
        grid-column: 3;
        text-align: right;
    }

    #sp-logo {
        grid-column: 2;
        text-align: center;
    }

    #sp-language {
        display: none;
    }
}

@media (max-width: 991.98px) {
    #sp-section-1,
    #sp-section-2,
    #sp-section-3,
    #sp-section-4 {
        background: #fff;
    }

    #sp-section-1 {
        padding: 12px 0 0;
    }

    #sp-section-1 > .row {
        margin: 0;
    }

    #sp-logo .logo-image {
        height: 48px !important;
    }

    #sp-section-2 {
        height: auto;
        margin-top: 0;
        overflow: visible;
    }

    #sp-topmenu {
        position: static;
        width: 100%;
    }

    #sp-topmenu .sp-module-content,
    #sp-topmenu p {
        padding: 0;
        text-align: center !important;
    }

    #sp-section-7 .ice_filter_items > .row-fluid {
        display: block;
        margin: 0;
    }

    #sp-section-7 .ice_filter_item.span4 {
        max-width: 100%;
        padding: 0;
        width: 100%;
    }
}

/* Homepage promo/component/sidebar parity */
.homepage-promo-row {
    padding: 0 0 24px;
}

.homepage-promo-row .sp-module,
.homepage-main-sidebar .sp-module {
    margin: 0;
}

#sp-promo1 .sp-module-title {
    color: #444;
    font-family: 'Lalezar', sans-serif;
    font-size: 30px;
    line-height: 1.3;
    margin: 0 0 12px;
    text-align: right;
}

#sp-promo1 .sp-module-content {
    background: #fff;
    border: 2px solid #f7a33b;
    border-top: 14px solid #f7a33b;
    padding: 16px 18px;
}

.homepage-main-sidebar {
    padding: 8px 0 40px;
}

.homepage-main-sidebar .row {
    align-items: flex-start;
}

#sp-sidebar .sp-module {
    background: #fff;
    border: 1px solid #ececec;
    margin-bottom: 24px;
}

#sp-sidebar .sp-module-title {
    background: #f7ad17;
    color: #fff;
    font-family: 'Lalezar', sans-serif;
    font-size: 27px;
    line-height: 1.35;
    margin: 0;
    padding: 14px 16px;
}

#sp-sidebar .sp-module-content {
    padding: 14px 16px 18px;
}

#sp-sidebar .sp-accordion-style2 .sp-accordion-item {
    border: 0;
    margin-bottom: 10px;
}

#sp-sidebar .sp-accordion-style2 .toggler {
    background: linear-gradient(180deg, #fbfbfb 0%, #f1f1f1 100%);
    border: 1px solid #dddddd;
    border-radius: 7px;
    color: #555;
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 14px;
}

#sp-sidebar .sp-accordion-style2 .sp-accordion-container {
    padding: 12px 4px 0;
}

#sp-sidebar .sp-module p,
#sp-sidebar .sp-module li,
#sp-sidebar .sp-module a {
    font-size: 14px;
    line-height: 1.8;
}

.homepage-component-column {
    padding-left: 28px;
}

#sp-component .blog {
    background: #fff;
}

#sp-component .article {
    border: 0;
    border-bottom: 1px dashed #cfcfcf;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 26px;
    padding: 0 0 26px;
}

#sp-component .article:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

#sp-component .article-header h2 {
    font-family: 'Lalezar', sans-serif;
    font-size: 30px;
    line-height: 1.45;
    margin: 0 0 18px;
}

#sp-component .article-header h2 a,
#sp-component .article-header h2 a:hover,
#sp-component .article-header h2 a:focus {
    color: #4a4a4a;
}

#sp-component .article-introtext,
#sp-component .article-introtext p,
#sp-component .article-introtext li {
    color: #454545;
    font-size: 18px;
    line-height: 2;
}

#sp-component .article-introtext h2 {
    color: #4a4a4a;
    font-family: 'Lalezar', sans-serif;
    font-size: 28px !important;
    line-height: 1.55;
    margin: 0 0 16px;
}

#sp-component .article-introtext h2 a {
    color: #6c2cc2 !important;
}

#sp-component .article-introtext hr {
    border-top: 1px dashed #cfcfcf;
    margin: 24px 0;
    opacity: 1;
}

.itemid-435 #sp-component .article-introtext img {
    display: none !important;
}

@media (max-width: 991.98px) {
    .homepage-promo-row {
        padding-bottom: 16px;
    }

    .homepage-component-column {
        padding-left: 0;
        padding-top: 24px;
    }

    #sp-promo1 .sp-module-title,
    #sp-sidebar .sp-module-title,
    #sp-component .article-header h2,
    #sp-component .article-introtext h2 {
        font-size: 24px !important;
    }
}

/* Sitewide header, news, and yekan parity */
@font-face {
    font-family: 'yekan';
    src: url('/templates/shaper_helixultimate/fonts/BYekan.eot');
    src: url('/templates/shaper_helixultimate/fonts/BYekan.eot?#iefix') format('embedded-opentype'),
         url('/templates/shaper_helixultimate/fonts/BYekan.woff') format('woff'),
         url('/templates/shaper_helixultimate/fonts/BYekan.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

body,
body div,
body span,
body p,
body a,
body li,
body ul,
body ol,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body input,
body select,
body textarea,
body button,
body label,
body .btn,
body .sp-module-title,
body .article-header,
body .article-introtext,
body .breadcrumb,
body .mod-menu,
body .mod-menu a,
body .mod-menu span,
body .sp-accordion,
body .globalnews,
body .blog,
body .article {
    font-family: 'yekan', Tahoma, sans-serif !important;
}

pre,
code,
kbd,
samp {
    font-family: monospace !important;
}

.fa,
.fas,
.far,
.fab,
[class^='fa-'],
[class*=' fa-'] {
    font-family: 'Font Awesome 6 Free', 'Font Awesome 6 Brands' !important;
}

#sp-section-1,
#sp-section-2,
#sp-section-3 {
    background: #20b0b5;
}

#sp-section-4 {
    background: transparent;
}

.itemid-435 #sp-section-4 {
    background: #20b0b5;
}

@media (min-width: 768px) {
    #sp-section-1 {
        padding: 12px 0 10px;
    }

    #sp-section-1 > .row {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        max-width: 1170px;
        margin: 0 auto;
        align-items: start;
    }

    #sp-statistics,
    #sp-logo,
    #sp-language {
        float: none;
        max-width: none;
        width: auto;
    }

    #sp-statistics {
        grid-column: 3;
        text-align: right;
    }

    #sp-logo {
        grid-column: 2;
        text-align: center;
    }

    #sp-language {
        display: none;
    }

    #sp-logo .logo-image {
        height: 82px !important;
        max-height: none;
    }

    #sp-section-2 {
        height: 0;
        margin-top: -86px;
        overflow: visible;
        position: relative;
        z-index: 5;
    }

    #sp-section-2 .container,
    #sp-section-2 .container-inner,
    #sp-section-2 .row {
        min-height: 0;
        padding: 0;
        position: relative;
    }

    #sp-topmenu {
        left: 0;
        position: absolute;
        top: 0;
        width: 33.3333%;
    }

    #sp-topmenu .sp-module-content {
        background: none;
        padding: 0 15px;
        text-align: left;
    }

    #sp-topmenu p {
        text-align: left !important;
    }

    #sp-mainmenu .mod-menu.menu {
        display: flex;
        padding: 0 8px;
    }

    #sp-mainmenu .mod-menu.menu > li > a,
    #sp-mainmenu .mod-menu.menu > li > .menu-separator {
        border-bottom: 0;
    }

    .homepage-promo-row .row,
    .homepage-main-sidebar .row {
        display: flex;
        flex-wrap: nowrap;
        align-items: stretch;
    }

    #sp-promo3,
    #sp-sidebar {
        flex: 0 0 25%;
        max-width: 25%;
        width: 25%;
    }

    #sp-promo1,
    #sp-component {
        flex: 0 0 75%;
        max-width: 75%;
        width: 75%;
    }

    #sp-promo1 .sp-module,
    #sp-promo3 .sp-module {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    #sp-promo1 .sp-module-title,
    #sp-promo3 .sp-module-title {
        align-items: center;
        display: flex;
        font-size: 24px;
        justify-content: flex-start;
        min-height: 56px;
    }

    #sp-promo1 .sp-module-content,
    #sp-promo3 .sp-module-content {
        flex: 1;
    }

    #gn_scroller_1_1,
    #gn_scroller_2_1 {
        height: 177px !important;
    }
}

@media (max-width: 767.98px) {
    #sp-section-1,
    #sp-section-2,
    #sp-section-3,
    #sp-section-4 {
        background: #fff;
    }

    #sp-logo .logo-image {
        height: 48px !important;
    }

    .homepage-promo-row .row,
    .homepage-main-sidebar .row {
        display: block;
    }
}

/* Header row placement fix */
#sp-statistics .mod-custom p,
#sp-language .mod-whosonline p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.75 !important;
}

#sp-statistics a,
#sp-language a {
    color: #fff;
}

@media (min-width: 768px) {
    #sp-section-1 {
        padding: 20px 0 18px;
    }

    #sp-section-1 > .row {
        display: grid;
        grid-template-columns: minmax(280px, 1fr) auto minmax(280px, 1fr);
        gap: 24px;
        max-width: 1170px;
        margin: 0 auto;
        align-items: center;
    }

    #sp-statistics,
    #sp-logo,
    #sp-language {
        float: none;
        max-width: none;
        width: auto;
    }

    #sp-statistics {
        grid-column: 1;
        text-align: right;
    }

    #sp-logo {
        grid-column: 2;
        text-align: center;
    }

    #sp-language {
        display: block;
        grid-column: 3;
        text-align: right;
    }

    #sp-statistics .sp-module-content,
    #sp-language .sp-module-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 82px;
    }

    #sp-section-2 {
        display: none;
    }

    #sp-section-3 {
        padding-top: 12px;
    }
}

/* Footer social row fix */
#sp-section-12 {
    background: #fff;
    padding: 18px 0 28px;
}

#sp-copyrightmenu .sp-module,
#sp-copyrightmenu .sp-module-content {
    margin: 0;
}

#mod-custom326 {
    text-align: center;
}

#mod-custom326 > p:first-child {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    margin: 0 0 12px;
}

#mod-custom326 > p:first-child br {
    display: none;
}

#mod-custom326 > p:first-child > a {
    align-items: center;
    display: inline-flex !important;
    line-height: 1;
    margin: 0;
    vertical-align: middle;
}

#mod-custom326 > p:first-child img {
    display: block;
    height: auto;
    max-height: 44px;
    max-width: 60px;
    width: auto;
}

#mod-custom326 > p:nth-child(2),
#mod-custom326 > p:nth-child(3) {
    margin: 8px 0 0;
    text-align: center !important;
}

@media (max-width: 767.98px) {
    #mod-custom326 > p:first-child {
        gap: 10px;
    }

    #mod-custom326 > p:first-child img {
        max-height: 38px;
        max-width: 52px;
    }
}

/* Homepage frame and sidebar refinements */
.itemid-435 #sp-section-3 {
    padding-bottom: 0;
}

.itemid-435 #sp-section-3 .container,
.itemid-435 #sp-section-4 .container {
    background: #fff;
}

.itemid-435 #sp-section-3 .container {
    padding: 14px 14px 0;
}

.itemid-435 #sp-section-4 .container {
    padding: 0 14px 14px;
}

.itemid-435 #sp-section-3 .container-inner,
.itemid-435 #sp-section-4 .container-inner {
    padding: 0;
}

.itemid-435 #sp-mainmenu .mod-menu.menu {
    padding: 0;
}

@media (min-width: 992px) {
    .itemid-435 #sp-section-7 .ice_filter_items > .row-fluid {
        display: grid;
        gap: 24px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin: 0;
    }

    .itemid-435 #sp-section-7 .ice_filter_item.span4 {
        max-width: none;
        min-width: 0;
        padding: 0;
        width: auto;
    }

    .homepage-promo-row .row > #sp-promo1:first-child:last-child {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .homepage-main-sidebar .row > #sp-sidebar {
        flex: 0 0 30%;
        max-width: 30%;
        width: 30%;
    }

    .homepage-main-sidebar .row > #sp-component {
        flex: 0 0 70%;
        max-width: 70%;
        width: 70%;
    }

    .homepage-component-column {
        padding-left: 22px;
    }
}

#sp-sidebar .sp-module {
    background: transparent;
    border: 0;
    margin-bottom: 20px;
}

#sp-sidebar .sp-module-title {
    border-radius: 0;
}

#sp-sidebar .sp-module-content {
    background: transparent;
    border: 0;
    padding: 10px 0 0;
}

#sp-sidebar .sp-accordion-style2 .sp-accordion-item {
    background: transparent;
    border: 0;
    margin-bottom: 8px;
}

#sp-sidebar .sp-accordion-style2 .toggler {
    border-radius: 6px;
    box-shadow: none;
    margin: 0;
}

#sp-sidebar .sp-accordion-style2 .sp-accordion-container {
    padding: 10px 0 4px;
}

#sp-promo1 .sp-module-content {
    box-sizing: border-box;
    width: 100%;
}

/* Responsive menu and logo refinement */
@media (max-width: 991.98px) {
    #sp-logo .logo-image {
        height: 62px !important;
        max-height: none;
    }

    #sp-mainmenu .sp-module-content {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    #sp-mainmenu .mod-menu.menu {
        display: flex !important;
        flex-wrap: nowrap;
        gap: 0;
        min-width: max-content;
        padding: 0;
    }

    #sp-mainmenu .mod-menu.menu > li {
        flex: 0 0 auto;
    }

    #sp-mainmenu .mod-menu.menu > li > a,
    #sp-mainmenu .mod-menu.menu > li > .menu-separator {
        border-bottom: 0;
        min-height: 52px;
        padding: 10px 14px;
        white-space: nowrap;
    }
}

@media (max-width: 767.98px) {
    #sp-section-1 {
        padding: 12px 0 8px;
    }

    #sp-logo .logo-image {
        height: 56px !important;
    }

    #sp-mainmenu .mod-menu.menu > li > a,
    #sp-mainmenu .mod-menu.menu > li > .menu-separator {
        font-size: 18px;
        min-height: 48px;
        padding: 10px 12px;
    }
}

/* Smallest header and sidebar cleanup */
#sp-sidebar .sp-module-title {
    font-size: 22px !important;
    line-height: 1.45;
    padding: 12px 14px;
}

#sp-sidebar .sp-accordion.sp-accordion-style2 .toggler,
#sp-sidebar .sp-accordion.sp-accordion-style2 .toggler span,
#sp-sidebar .sp-accordion.sp-accordion-style2 .toggler span span {
    background: #f6f6f6 !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
    height: auto !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    padding: 0 !important;
}

#sp-sidebar .sp-accordion.sp-accordion-style2 .toggler {
    border: 1px solid #dddddd !important;
    border-radius: 6px;
    padding: 10px 14px !important;
}

#sp-sidebar .sp-accordion.sp-accordion-style2 .toggler span span {
    color: #555;
    font-size: 14px;
    font-weight: 700;
}

#sp-sidebar .sp-accordion.sp-accordion-style2 .sp-accordion-inner {
    padding: 0;
}

@media (max-width: 767.98px) {
    #sp-logo .logo-image {
        height: 68px !important;
    }
}

@media (max-width: 480px) {
    #sp-logo .logo-image {
        height: 72px !important;
    }

    #sp-section-1 {
        padding-top: 14px;
    }

    #sp-sidebar .sp-module-title {
        font-size: 20px !important;
    }
}
