@import url('//fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/************ TEMPLATE  ************
FONTS / ALTERNATIVES / WEIGHTS
Display: Bitter
Body: Open Sans
Font Colors: Dark blue, white, or dark gray

COLORS (GRADIENTS IF ANY) INCLUDE RGB
Primary:  Dark Blue 0F2B48 rgb(15,43,72)
Secondary: Tan FFF3D4 rgb(255,243,212)

IMAGES (OPACITY, BLUR RADIUS IN PX, ROTATOR RATIO)
- Background images on mockup don't have blur on images but a 1-2px radius blur would be good.
- Quick links: 80% opacity dark blur overlay
- Footer: 85% opacity dark blue overlay

ADDITIONAL NOTES (FX, REQUESTS, HELPFUL TEXT)
- Mass Times Gradient: 40% black right to 0% black left


************/

.site-1 {
    --primary-color: #0F2B48;
    --secondary-color: #FFF3D4;
    --tertiary-color: #CBB99D;

    --primary-rgb: 15,43,72;
    --secondary-rgb: 55,243,212;
    --tertiary-rgb: 203,185,157;


    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'Bitter', serif;
    --body-font-family: 'Open Sans', sans-serif;

    --heading-color: var(--primary-color);
    --heading-font-family: var(--title-font-family);

    --title-border-bottom: 1px solid var(--secondary-color);

    --home-title-font: var(--title-font-family);

    --transparent: rgba(255,255,255,0);

    --default-box-shadow: 0px 0px 10px rgba(0,0,0,.5);

    --swiper-box-shadow: var(--default-box-shadow);

    --ql-title-color: var(--default-white);

    --mt-border-radius: 0;
    --mt-header-color: var(--default-white);
    --mt-para-color: var(--default-white);
    --mt-header-font: var(--title-font-family);
    --mt-para-desktop: 1.5vw;

    --ph-title-weight: 600;
}

a {color: var(--tertiary-color);}
a:hover {color: var(--default-black);}

h6 {
    color: var(--tertiary-color);
}
h3.tk {border-bottom: 1px solid #619bae !important; }
h6.tk {color: #619bae !important;}
a.tk {color: #619bae !important; }


.site-1 .ql-fa-toplinks {
    --ql-title-color: var(--tertiary-color);
}

.readon, .button, .btn, p.readmore .btn, .sprocket-lists-portrait-container > li .sprocket-lists-portrait-item > a span, .listentobutton.moduletable a {
    background: var(--primary-color);
    font-family: var(--body-font-family);
} 

/*************** ALL SITE *****************/
.item-image {display: none;}

/*************** HOMELAYOUT ***************/ 
/*************** OFFCANVAS ****************/
.g-offcanvas-toggle {color: var(--primary-color);} 
.g-offcanvas-toggle .fa-fw {text-shadow: none;}

.g-offcanvas-toggle {
    background: white;
    display: grid;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
   }

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-offcanvas .g-social-items {
        display: flex;
        flex-direction: row;
        gap: 2rem;
        align-items: center;
        justify-content: center;
    }
    .site-1 #g-offcanvas .g-social-items a {
        color: var(--secondary-color);
    }
    .site-1 #g-offcanvas .g-social-items a:hover {
        color: var(--tertiary-color);
    }
}

/*************** TOP **********************/ 
/*************** NAVIGATION ***************/
@media only screen and (min-width: 50.99rem) {
    .site-1 #g-navigation > .g-container > .g-grid:has(.g-main-nav) {
        border-bottom: .5vw solid var(--secondary-color);
    }
    .g-main-nav .g-toplevel>li.active>.g-menu-item-container {
        border: none;
    }
    .g-main-nav .g-toplevel>li>.g-menu-item-container {
        padding: 1.5rem .775rem;
    }
    .g-main-nav .g-toplevel>li>.g-menu-item-container>.g-menu-item-content {
        font-size: 1.25vw;
        font-family: var(--body-font-family);
    }
    .g-main-nav .g-sublevel>li>.g-menu-item-container>.g-menu-item-content>.g-menu-item-title {
        font-size: 1.25vw;
        font-family: var(--body-font-family);
    }

    .site-1 #g-navigation .g-social-items {
        display: flex;
        flex-direction: row;
        gap: 2vw;
        align-items: center;
    }
    .site-1 #g-navigation .g-social-items a {
        color: var(--secondary-color);
        font-size: 1.25vw;
    }
    .site-1 #g-navigation .g-social-items a:hover {
        color: var(--tertiary-color);
    }
}
@media only screen and (max-width: 50.99rem) {
    #g-navigation .g-logo {
        max-width: 40%;
        margin: 2rem auto;
    }
}
/*************** SLIDESHOW ****************/ 
@media only screen and (min-width: 50.99rem) {
    .swiper-overlay-section > .g-container {
        position: relative;
        height: 56vw;
    }
    .swiper-overlay-section > .g-container > .g-grid:has(.fullwidth-swiper) {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        z-index: 0;
    }
    .swiper-overlay-section > .g-container > .g-grid:has(.swiper-logo-overlay) {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 50%;
        height: 100%;
        width: 50%;
        z-index: 1;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        pointer-events: none;
        padding: 1.5vw;
    }
    .swiper-overlay-section .swiper-logo-overlay {
        max-width: 42.5%;
    }
    .swiper-overlay-section .swiper-logo-overlay .g-logo {
        pointer-events: all;
    }
    .swiper-overlay-section .swiper-logo-overlay .g-logo > img {
        pointer-events: none;
    }
    .swiper-overlay-section > .g-container > .g-grid:has(.mass-times-block) {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 60%;
        right: 0;
        height: 100%;
        width: 40%;
        z-index: 1;
        pointer-events: none;
        background: linear-gradient(to left, rgba(0,0,0,.4) 0%, rgba(0,0,0,.10) 90%, rgba(0,0,0,0) 100%);
    }
    .swiper-overlay-section .mass-times-block > .g-content {
        background: transparent;
        width: 100%;
    }
    .swiper-overlay-section .mass-times-block .g-array-item {
        height: unset!important;
        padding: 2vw 25%;
    }
    .swiper-overlay-section .mass-times-block .g-array-item-text {
        margin: 0;
        padding: 0;
    }

    .swiper-overlay-section .mass-times-block {
        display: flex;
        align-items: center;
    }
    .swiper-overlay-section .mass-times-block p {
        font-family: var(--title-font-family);
    }
    .swiper-overlay-section .mass-times-block a {
        pointer-events: all;
        font-size: 1.5vw;
        font-weight: 400;
        font-style: normal;
        border-bottom: 2px solid var(--default-white);
        transition: .2s all ease-in-out;
    }
    #g-slideshow.swiper-overlay-section .mass-times-block a:hover {
        opacity: .5;
    }
    .swiper-overlay-section .mass-times-block :is(h1,h2,h3,h4,h5,h6) {
        font-weight: 700;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-slideshow > .g-container > .g-grid:has(.swiper-logo-overlay) {
        display: none!important;
    }
}

.m-times-swiper .slide-content {
    padding-top: 2%;
}

.m-times-swiper h1 {
    font-size: clamp(1.65rem, 2vw, 3rem) !important;
	margin: 0 0 20px 0;
}

.m-times-swiper :is(h2,h3,h4,h5,h6) {
    font-size: clamp(1.45rem, 1.75vw, 2.75rem) !important;
	margin: 15px 0 0 0;
}
.m-times-swiper .slide-content-wrapper > .slide-content p {
        color: var(--mt-para-color);
		font-size: clamp(1.25rem, 1.5vw, 2.5rem) !important;
		margin: 0 0 10px 0;
    }

@media only screen and (min-width: 50.99rem) {
    .m-times-swiper .slide-content-wrapper {
        width: 100%;
        justify-content: unset!important;
        align-items: unset!important;
        position: relative;
    }
    .m-times-swiper .slide-content-wrapper > .slide-content {
        position: absolute;
        top: 10%;
        bottom: 10%;
        left: 5%;
        width: 43%;
        background: rgba(203,185,157,.85);
        text-align: left!important;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    .m-times-swiper .slide-content-wrapper > .slide-content > .g-swiper-text {
        margin: 0!important;
        padding: 0!important;
        width: 85% !important;
    }
    .m-times-swiper .slide-content-wrapper > .slide-content :is(h1,h2,h3,h4,h5,h6) {
        color: var(--mt-header-color);
        font-size: var(--mt-header-desktop);
        border-bottom: none;
        text-transform: none;
        font-family: var(--title-font-family);
        font-variant-caps: normal;
        /*margin: 0;*/
    }
    
}

@media (min-width: 50.99rem) and (max-width: 1100px) {
    .m-times-swiper .slide-content-wrapper > .slide-content {
        width: 65%;
        left: 50%;
        transform: translateX(-50%);
        top: 5%;
        bottom: 5%;
    }

    #swiper-7999 > div.swiper-pagination-parent-7999.swiper-pagination-clickable.swiper-pagination-bullets {
        display: none;
    }
}

@media only screen and (max-width: 50.99rem) {
    .m-times-swiper #swiper-7999.g-swiper > .g-swiper-slider.swiper-wrapper {
        height: fit-content!important;
    }
    .m-times-swiper .swiper-slide {
        position: unset!important;
        display: flex;
        flex-direction: column;
    }
    .m-times-swiper .swiper-slide > img {
        order: 1;
        height: 56vw!important;
    }
    .m-times-swiper .swiper-slide > .slide {
        order: 2;
        height: fit-content!important;
        position: unset!important;
    }
    .m-times-swiper .slide-content-wrapper > .slide-content {
        background: #f1f2f2;
        text-align: left!important;
        padding: 1rem;
    }
    .m-times-swiper .swiper-navigation {
        display: none!important;
    }
    .m-times-swiper .slide-content-wrapper > .slide-content :is(h1,h2,h3,h4,h5,h6) {
        color: var(--mt-header-color);
        font-size: var(--mt-header-mobile);
        border-bottom: none;
        text-transform: none;
        font-family: var(--title-font-family);
        font-variant-caps: normal;
        margin: 0;
    }
    .m-times-swiper .slide-content-wrapper > .slide-content p {
        color: var(--mt-para-color);
    }
    .m-times-swiper .slide-content-wrapper > .slide-content > .g-swiper-text {
        margin: 0!important;
        padding: 0!important;
    }

    .m-times-swiper .slide {
        background-color: white;
        margin-top: 5% !important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .swiper-masstimes-overlay .mass-times-overlay :is(h1,h2,h3,h4,h5,h6) {
        margin-top: 1vw;
    }
    .swiper-masstimes-overlay .mass-times-overlay .button {
        margin-top: 1vw;
    }
}

@media only screen and (max-width: 50.99rem) {
    .swiper-masstimes-overlay .mass-times-overlay :is(h1,h2,h3,h4,h5,h6) {
        margin-top: 1rem;
        color: var(--default-white);
    }
    .swiper-masstimes-overlay .mass-times-overlay p {
        color: var(--default-white);
    }
    .swiper-masstimes-overlay .mass-times-overlay .button {
        margin-top: 1rem;
        background: var(--default-white);
        color: var(--primary-color)!important;
    }
    .swiper-masstimes-overlay .mass-times-overlay {
        --mt-background-color: var(--primary-color);
    }
}

.mass-times-block {
	background: none;
}

/*************** HEADER *******************/
/*************** ABOVE ********************/
/*************** SHOWCASE *****************/
/*************** UTILITY ******************/
.site-1-home #g-utility .ql-inner-box {
    --ql-background-color: rgba(var(--primary-rgb),.8);
    --ql-background-hover: rgba(var(--primary-rgb),.5);
}

@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-utility > .g-container {
        padding: 2vw!important;
    }

    .site-1-home #g-utility .ql-inner-box .g-blockcontent-subcontent {
        gap: 2vw;
    }

    .site-1-home #g-utility .ql-inner-box .g-blockcontent-subcontent-title {
        backdrop-filter: blur(1px);
    }

    .site-1-home #g-utility .ql-inner-box .g-blockcontent-subcontent-title > .g-blockcontent-subcontent-title-text {
        border-radius: .75rem;
        border: 2px solid var(--default-white);
        font-weight: 400;
        font-size: 2.5vw;
        line-height: 2.5vw;
        transition: .3s ease-in-out;
    }

    .site-1-home #g-utility .ql-inner-box .g-blockcontent-subcontent-block-content:hover .g-blockcontent-subcontent-title > .g-blockcontent-subcontent-title-text {
        border: 2px solid transparent;
    }

    .site-1-home #g-utility .ql-inner-box .g-blockcontent-subcontent-block-content {
        border-radius: .75rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
        border: 3px solid var(--default-white);
    }

    /*.site-1-home #g-utility .ql-inner-box .g-blockcontent-subcontent-block-content:hover {
        border: none;
    }*/

    .welcome-text h1 {
        font-size: 2.8vw;
        margin-top: 2vw;
        font-weight: 300;
        font-style: italic;
    }
}

/*************** FEATURE ******************/
/*************** MAIN *********************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-container-main > .g-container {
        padding: 3vw 2vw!important;
    }

    .site-1-home #g-container-main > .g-container > .g-grid {
        display: flex;
        flex-direction: row;
        gap: 3vw;
        justify-content: space-evenly;
    }

    .site-1-home #g-container-main > .g-container > .g-grid > .g-block:nth-child(1) {
        /*flex: 90;*/
        width: unset;
        display: flex;
    }

    .site-1-home #g-container-main > .g-container > .g-grid > .g-block:nth-child(2) {
        flex: 20;
        width: unset;
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 165px;
    }

    .site-1-home .ph-sidepics-3 .g-title {
        border-bottom: 3px solid var(--primary-color);
        text-transform: uppercase;
        font-variant-caps: normal;
        font-size: 4vw;
        font-weight: 600;
        margin-bottom: 1.5vw;
    }

    .ph-sidepics-3.ph-wide .g-array-item-text {
        font-size: 1.25vw!important;
    }

    .ph-sidepics-3.ph-underline .g-content-array > .g-grid {
        border: none!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-container-main > .g-container {
        padding: 2rem 0!important;
    }
    .ph-sidebyside-mobile .g-title {
        text-align: center;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-aside {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-1-sub #g-mainbar {
        min-height: 30vh;
    }
}

@media only screen and (max-width: 50.99rem) {
    :is(.site-1-sub, .site-2-sub) #g-mainbar > .g-grid > .g-block > .g-content {
        margin: 0;
        padding: 0;
    }
}

/*************** EXPANDED *****************/ 
.site-1-home #g-expanded .g-array-item-text {
    margin: 0;
    padding: 0;
}

@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-expanded > .g-container {
        padding: 2vw 5%!important;
    }
    .site-1-home #g-expanded > .g-container > .g-grid {
        display: flex;
        flex-direction: row;
        gap: 8vw;
    }
    .site-1-home #g-expanded > .g-container > .g-grid > .g-block {
        width: unset;
        flex: 50;
        max-width: unset;
    }
    .site-1-home #g-expanded > .g-container > .g-grid > .g-block.flocknote-wrapper {
        border: 1px solid var(--primary-color);
        overflow: hidden;
        border-radius: 1rem;
        box-shadow: var(--default-box-shadow);
        background: var(--default-white);
        padding: 2vw 4vw;
    }

    .site-1-home #g-expanded .ql-inner-box .g-blockcontent-subcontent {
        flex-direction: column;
        gap: 2vw;
    }
    .site-1-home #g-expanded .ql-inner-box .g-blockcontent-subcontent-title {
        backdrop-filter: blur(1px);
    }

    .site-1-home #g-expanded .ql-inner-box .g-blockcontent-subcontent-title > .g-blockcontent-subcontent-title-text {
        border-radius: .75rem;
        border: 2px solid var(--default-white);
        font-weight: 600;
        font-size: 3.5vw;
        line-height: 3.5vw;
        text-transform: uppercase;
        transition: .3s all ease-in-out;
    }

    .site-1-home #g-expanded .ql-inner-box .g-blockcontent-subcontent-block-content:hover .g-blockcontent-subcontent-title > .g-blockcontent-subcontent-title-text {
        border: 2px solid transparent;
    }

    .site-1-home #g-expanded .ql-inner-box .g-blockcontent-subcontent-block-content {
        border-radius: .75rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
        border: 3px solid var(--default-white);
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-expanded > .g-container {
        padding: 2rem!important;
    }
    .site-1-home #g-expanded > .g-container > .g-grid {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    /*.site-1-home #g-expanded > .g-container > .g-grid > .g-block {
        width: unset;
        flex: 50;
        max-width: unset;
    }*/
    .site-1-home #g-expanded > .g-container > .g-grid > .g-block.flocknote-wrapper {
        border: 1px solid var(--primary-color);
        overflow: hidden;
        border-radius: 1rem;
        box-shadow: var(--default-box-shadow);
        background: var(--default-white);
        padding: 1rem 2rem;
        width: 100%;
    }

    .site-1-home #g-expanded > .g-container > .g-grid > .g-block.ql-dm {
        width: 100%;
    }
 
    /*.site-1-home #g-expanded .ql-inner-box .g-blockcontent-subcontent {
        flex-direction: column;
        gap: 2rem;
    }
    .site-1-home #g-expanded .ql-inner-box .g-blockcontent-subcontent-title {
        backdrop-filter: blur(1px);
    }

    .site-1-home #g-expanded .ql-inner-box .g-blockcontent-subcontent-title > .g-blockcontent-subcontent-title-text {
        border-radius: .75rem;
        border: 2px solid var(--default-white);
        font-weight: 600;
        font-size: 3.5vw;
        line-height: 3.5vw;
        text-transform: uppercase;
        transition: .3s all ease-in-out;
    }

    .site-1-home #g-expanded .ql-inner-box .g-blockcontent-subcontent-block-content:hover .g-blockcontent-subcontent-title > .g-blockcontent-subcontent-title-text {
        border: 2px solid transparent;
    }

    .site-1-home #g-expanded .ql-inner-box .g-blockcontent-subcontent-block-content {
        border-radius: .75rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
        border: 3px solid var(--default-white);
    }*/
}

/*************** EXTENSION ****************/
/*************** BOTTOM *******************/
@media only screen and (min-width: 50.99rem) {
    .site-1 #g-bottom {
        padding: 2vw 0!important;
    }
    .site-1 #g-bottom .admod td {
        padding: 0;
    }
}

/*************** FOOTER *******************/
#g-footer .g-content-array {margin: 0;}
#g-footer a {color: var(--default-white); transition: .3s all ease-in-out;}
#g-footer a:hover {opacity: .5;}

#g-footer .g-array-item-text {
    margin: 0;
    padding: 0;
}

@media only screen and (min-width: 50.99rem) {
    .site-1 #g-container-footer {
        background: url('/images/template/footer.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-1 #g-container-footer > .g-container {
        background: rgba(var(--primary-rgb),.75);
        backdrop-filter: blur(2px);
    }

    .site-1 #g-footer > .g-container {
        padding: 2vw 2vw 4vw 2vw!important;
    }

    .site-1 .footer-container {
        display: flex;
        flex-direction: row;
        gap: 3vw;
    }

    .site-1 .footer-container .footer-content {
        flex: 50;
    }
    .site-1 .footer-container .footer-content h2 {
        font-size: 3vw;
        line-height: 3vw;
        text-transform: uppercase;
    }
    .site-1 .footer-container .footer-content p {
        font-size: 1.25vw;
        line-height: 1.75vw;
    }
    .site-1 .footer-container .footer-links {
        flex: 20;
    }
    .site-1 .footer-container .footer-links h2 {
        color: var(--default-white);
    }
    .site-1 .footer-container .footer-links .weblinks {
        margin: 0;
        padding: 0;
    }
    .site-1 .footer-container .footer-links .weblinks li {
        list-style-type: none;
        font-size: 1.25vw;
        line-height: 1.75vw;
        text-decoration: underline solid var(--default-white);
    }
    .site-1 .footer-container .footer-logo {
        flex: 30;
        text-align: center;
    }
    .site-1 .footer-container .footer-logo img {
        width: 60%;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-container-footer {
        background: url('/images/template/footer.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-1 #g-container-footer > .g-container {
        background: rgba(var(--primary-rgb),.75);
        backdrop-filter: blur(2px);
    }

    .site-1 #g-footer > .g-container {
        padding: 2rem 2rem 4rem 2rem!important;
    }

    .site-1 .footer-container .footer-links h2 {
        color: var(--default-white);
    }
}

/*************** COPYRIGHT ****************/ 
@media only screen and (max-width: 50.99rem) {
    .web-policy {
        justify-content: flex-end;
        padding-right: 10px;
    }
    .site-1 .adminfootericon {
        bottom: 40px
    }

    .site-2 .adminfootericon {
        bottom: 40px
    }
}

/*************** MODULES ******************/
.moduletable .nav.menu, .moduletable .unstyled {background: var(--primary-color);} 
.moduletable .nav.menu li.current.active a, .moduletable .nav.menu li a:hover {    
    color: var(--primary-color); 
    background: var(--secondary-color);
} 
/*************** SECTIONS *****************/
/*************** MOBILE *******************/ 
/*************** ADS **********************/

@media only screen and (min-width: 50.99rem) {
    #site-grid #g-container-main {
        padding-bottom: 3vw;
    }
}

@media only screen and (max-width: 50.99rem) {
    .grid.ph-sidebyside-mobile .g-array-item-read-more {
        opacity: 0;
    }
    .grid.ph-sidebyside-mobile .g-array-item-title {
        padding: 1rem;
    }
}

@media only screen and (min-width: 50.99rem) {
    .search-page button.btn {
        background: var(--primary-color)!important;
    }
    .search-page button.btn:hover {
        background: var(--secondary-color)!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .search-page button.btn {
        background: var(--primary-color)!important;
    }
    .search-page button.btn:hover {
        background: var(--secondary-color)!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .ph-sidebyside-mobile .g-array-item-read-more {
        opacity: 0;
    }
    .ph-sidebyside-mobile .g-array-item-title {
        padding: 1rem;
    }
}

@media only screen and (min-width: 50.99rem) {
    .bilingual {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 2vw;
    }
    .bilingual .englishtext {
        flex: 1;
    }
    .bilingual .spanishtext {
        flex: 1;
        font-style: italic;
    }
}

@media only screen and (max-width: 50.99rem) {
    .bilingual {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .bilingual .englishtext {
        flex: 1;
    }
    .bilingual .spanishtext {
        flex: 1;
        font-style: italic;
    }
}

/******* fixing color of login buttons *******/
.moduletable #login-form .control-group .input-prepend .add-on [class^="icon-"], .moduletable #login-form .control-group .input-prepend .add-on [class*=" icon-"]
{
	background: #0F2B48;
}
.moduletable #login-form .control-group .btn
{
	background: #0F2B48;
	border-color: #0F2B48;
	color: #ffffff;
}
#login-form > div > ul
{display: none}

@media only screen and (min-width: 50.99rem) {
    #site-grid #g-container-main {
        padding-top: 3vw;
    }
}

.side-menu-particle .g-blockcontent-subcontent-block.active .g-blockcontent-subcontent-title-text {
    color: var(--primary-color);
}
.side-menu-particle .g-blockcontent-subcontent-block:hover .g-blockcontent-subcontent-title-text {
    color: var(--primary-color);
}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-bottom > .g-container {
        padding: 1rem 0!important;
    }   
}