@import url('//fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/************ TEMPLATE  ************

************/

.site-1 {
    --primary-color: #122644;
    --secondary-color:#808285;
    --tertiary-color: #f4c243;

    --primary-rgb: 0,25,64;
    --secondary-rgb: 128,130,133;
    --tetiary-rgb: 244, 194, 67;
    

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'Lato', sans-serif;
    --body-font-family: 'Lato', 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);

    --mt-border-radius: 0;
    --mt-background-color: transparent;
    --mt-para-color: var(--default-white);
    --mt-header-desktop: 3.5vw;
    --mt-para-desktop: 2vw;

    --mt-box-shadow: none;

    --hero-opacity: .7;

    --hero-title-font-size-mobile: 8vw;
}

.ql-icon-text {
    --ql-font-size-desktop: 1.2vw;
    --ql-icon-size-desktop: 3vw;

    --ql-font-size-mobile: 1rem;
    --ql-icon-size-mobile: 3rem;
}

@media only screen and (max-width: 50.99rem) {
    #hero-title-text {
        font-weight: 700;
        line-height: 1.1;
    }
}

.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: 'Lato', sans-serif;
} 

.item-image {
    display: none;
}

/*************** HOMELAYOUT ***************/ 
.g-content-array {margin: 0!important;}

/*************** OFFCANVAS ****************/
.g-offcanvas-toggle {color: var(--primary-color);} 
.g-offcanvas-toggle .fa-fw {text-shadow: none;}

/*************** TOP **********************/ 
/*************** NAVIGATION ***************/
@media only screen and (min-width: 50.99rem) {
    #g-navigation .g-logo {
        max-width: 50%;
        text-align: center;
        margin: 1rem;
    }
    .nav-number h2 {
        text-align: right;
        margin: 1rem 4rem;
    }

    .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(--default-white);
        font-size: clamp(1.25rem, 1.25vw, 2rem);
    }
    .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: 70%;
        margin: 1rem auto;
    }
    .nav-number {
        text-align: center!important;
    }
    .swiper-masstimes-overlay .mass-times-overlay {
        background: var(--primary-color);
    }
}

/*************** SLIDESHOW ****************/ 
.swiper-info-box {
    display: flex;
    flex-direction: column;
    color: var(--default-white);
    gap: 1vw;
    margin: 1vw 0;
}
.swiper-info-box :is(p, i) {
    color: var(--default-white);
}
.swiper-info-box > div {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}
.swiper-logo-box {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.swiper-pagination-bullets {
    z-index: 50 !important;
    
}

@media only screen and (min-width: 50.99rem) {
    .swiper-masstimes-overlay .mass-times-overlay {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        padding: 2rem 5%;
    }
    .mass-times-overlay {
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
    }
    .mass-times-overlay .swiper-logo-box img {
        height: 7vw;
        width: auto;
    }
}

/*************** HEADER *******************/
.site-1-home #g-header {padding: 4rem 0!important;}

.site-1-home #g-header .submod-button > .g-content {
    margin: 3rem 1.625rem;
    padding: 1.5rem;
}
.site-1-home #g-header .submod-button a.button {
    background: #f4c24c;
    border-radius: 0;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.site-1-home #g-header .submod-button a.button:hover {
    background: var(--secondary-color);
    color: var(--default-white);
}

.site-1-home .submod-button #custom-4503-particle {
    padding: 0 !important;
    margin-bottom: 3rem !important;
}

.site-1-home .submod-button #custom-4503-particle p {
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-header {
        padding: 0!important;
    }

    .site-1-home #g-header .submod-button > .g-content {
        margin: 0;
        padding: 0;
    }
}

/*************** ABOVE ********************/
/*************** SHOWCASE *****************/

.site-1-home #g-showcase .full-box-img {background: #F1F2F2;}

.social-banner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 8vw;
    background-color: var(--tertiary-color);
}

.social-banner .g-social-items a {
    font-size: clamp(2rem, 2.5vw, 4rem);
}

.social-banner .g-social-items {
    gap: 1.5rem;
    display: flex;
}

@media (max-width: 50.99rem) {
    .social-banner {
        flex-direction: column;
        padding: 1rem 2vw;
    }
    .social-banner .g-social-items {
        justify-content: center;
        gap: 1rem;
    }
    .social-banner .g-social-items a {
        font-size: clamp(2rem, 5vw, 4rem);
    }
}
.g-array-item-text:has(.social-banner) {
    margin-top: 0 !important;
}

@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-showcase .full-box-img {
        display: flex; 
        flex-direction: row;
        max-height: 40vw;
    }
    .site-1-home #g-showcase .full-box-img > div {
        flex: 1;
        overflow: hidden;
    }
    .site-1-home #g-showcase .full-box-img img {
        object-position: center;
        object-fit: cover;
    }
    .site-1-home #g-showcase .full-box-img > div:nth-child(1) {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .site-1-home #g-showcase .full-box-img > div:nth-child(1) > p {
        margin: 0;
        padding: 0;
        max-width: 70%;
        max-height: 70%;
        font-size: 1.25vw;
        line-height: 1.3
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-showcase .full-box-img {
        display: flex;
        flex-direction: column-reverse;
    }
    .site-1-home #g-showcase .full-box-img > div:nth-child(1) > p {
        margin: 0;
        padding: 4vw;
        line-height: 1.3;
    }
}

/*************** UTILITY ******************/

.hero-padding #g-mainbar {
    min-height: 25vw;
    padding-top: 3rem;
}

.homelayout .hiddenhome {
    display: initial !important;
}

.services-page #g-mainbar > div:nth-child(1) > div > div > div > div > div {
    padding: 3rem 0;
}

.site-1-home #g-utility .g-content {
    padding: 0 !important;
    margin: 0 !important;
}

.site-1-home #g-utility {
    padding: 6rem 3rem !important;
}

.site-1-home #g-utility > .g-grid:nth-child(2) {
    justify-content: center;
    align-items: center;
}   
.site-1-home #g-utility > .g-grid:nth-child(3) {
    justify-content: center;
    align-items: center;
}  
.testimonial-slides {
    max-width: 1280px;
}

.home-badges {
    padding-top: 3rem;
}

#contentarray-2439-particle .g-array-item-text {
    margin: 0 !important;
}

.site-1-home #g-expanded .full-box-img {
    padding: 3rem 1rem;
}

@media only screen and (min-width: 50.99rem) {
    .home-badges {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .home-badges > div {
        flex: 1;
        max-width: 7vw;
        text-align: center;
    }
}

@media only screen and (max-width: 50.99rem) {
    .home-badges {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .home-badges > div {
        flex: 1;
        max-width: 33%;
        text-align: center;
    }
}

/*************** FEATURE ******************/
/*************** MAIN *********************/
/*************** EXPANDED *****************/ 

.site-1-home .lower-text-grid {
    display: flex;
    flex-direction: row;
    background:#f4c243;
    padding: 1.2rem 0;
}
.site-1-home .lower-text-grid > div {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

#contentarray-8079-particle > div > div > div > div > div > div {
    margin: 0;
}

@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-expanded .full-box-img {
        display: flex; 
        flex-direction: row;
        max-height: 40vw;
    }
    .site-1-home #g-expanded .full-box-img > div {
        flex: 1;
        overflow: hidden;
        margin: auto;
        max-width: 70%;
        max-height: 70%;
    }
    .site-1-home #g-expanded .full-box-img img {
        object-position: center;
        object-fit: cover;
    }
    .site-1-home #g-expanded .full-box-img > div:nth-child(1) {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .site-1-home #g-expanded .full-box-img > div:nth-child(1) > p {
        margin: 0;
        padding: 0;
        max-width: 70%;
        max-height: 70%;
        font-size: 1.5vw;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home .lower-text-grid {
        flex-direction: column;
    }
    .site-1-home .lower-text-grid > div > h1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

/*************** EXTENSION ****************/
/*************** BOTTOM *******************/
/*************** FOOTER *******************/

.site-1 #g-footer {
    padding: 1rem !important;
}

.site-1 #g-footer p {
    margin-bottom: 0;
}

.footer-box {
    display: flex;
    flex-direction: row;
}
.footer-box > div {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
#g-footer :is(h1,h2,h3,h4,h5,h6) {
    color: var(--default-white);
    font-family: var(--title-font-family);
    font-size: 1.7vw;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#g-footer .g-content-array {margin: 0;}
#g-footer a {color: var(--default-white);} 

@media only screen and (max-width: 50.99rem) {
    .footer-box {
        flex-direction: column;
        padding: 2rem;
    }
    #g-footer :is(h1,h2,h3,h4,h5,h6) {
        font-size: 1.5rem;
    }
}

/*************** COPYRIGHT ****************/ 
/*************** 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 **********************/

.site-1-sub:not(:is(:has(.hero-title-design, .no-padding))) #g-mainbar {
    padding:  2% 5% !important;
}

.site-1-sub .g-item-title a {
    pointer-events: none;
}

@media (min-width: 50.99rem) {
    .site-1-sub:has(.hero-title-design) .section-horizontal-paddings {
        padding-left: 5.8% !important;
    }
}

@media (min-width: 50.99rem) {
    .hidden-desktop {
        display: none !important;
    }
}

@media (max-width: 50.99rem) {
    .hidden-mobile {
        display: none !important;
    }
}

@media only screen and (max-width: 50.99rem) {
    #mobile-menu-5410-particle {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .protips {
        padding-right: 2rem;
    }
    .protips > .g-content {
        margin: 0;
        padding: 0;
    }
    .protips p {
        margin: 0;
        padding: 0;
    }
    .protips .button {
        width: 100%;
    }
}