@import url('//fonts.googleapis.com/css2?family=Caudex:ital,wght@0,400;0,700;1,400;1,700&family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/************ TEMPLATE  ************

************/

.site-1 {
    --primary-color: #103796;
    --secondary-color: #c9b8a0;

    --primary-rgb: 16, 55, 150;
    --secondary-rgb: 201,184,160;

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'Josefin Sans', 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);

    --ql-title-color: var(--default-white);
	--h1-size: 3.25rem;
}

.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;}

.readon, .button, .btn, p.readmore .btn, .listentobutton.moduletable a, .newsflashlistentobutton2 a:last-child {
    border-radius: 0;
}

@media (max-width: 50.99rem) {
    .button {
        width: fit-content;
        line-height: 1.3;
    }
}

/*************** HOMELAYOUT ***************/ 
/*************** OFFCANVAS ****************/
.g-offcanvas-toggle {color: var(--primary-color);} 
.g-offcanvas-toggle .fa-fw {text-shadow: none;}

/*************** TOP **********************/ 

.alert-title .g-item-title {
    font-size: clamp(1.5rem, 2.75vw, 3.75rem);
}

/*************** NAVIGATION ***************/

.g-social-items > a:not(:first-child) {
    padding-left: clamp(2rem, 4.5vw, 6rem);
}

#g-navigation a:not(.button) {
    color: white;
}

#g-navigation a:not(.button):hover {
    color: #aaaaaa;
}

.site-1 .g-logo {
    display: grid;
    align-items: center;
    justify-content: center;
}

.site-1-home .navigation-block > .g-container > .g-grid:nth-child(3) {
    position: relative;
    height: clamp(4rem, 5vw, 7rem);
    justify-content: flex-end;
}

.site-1 .contact-info img {
    width: 90% !important;
}

.site-1-home .sub-page-logo {
    display: none;
}

.site-1-sub .sub-page-logo {
    display: block;
}

.site-1-sub .sub-page-logo img {
    width: auto !important;
    max-height: 250px;
    padding-left: 25px;
}

.site-1-sub #g-navigation > .g-container > .g-grid:nth-child(3) {
    position: relative;
    justify-content: flex-end;
}

.sub-page-logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.site-1 .mobile-logo img {
    width: 50%;
    margin: auto;
}

/* contact info */

.site-1 .contact-wrapper {
    display: flex;
    gap: 3rem;
    justify-content: flex-end;
    padding-right: 6%;
    padding-top: 2%;
    padding-bottom: 2%;
}

.site-1-home .contact-wrapper {
    display: flex;
    gap: 3rem;
    justify-content: flex-end;
    padding-right: 5%;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.contact-wrapper a {
    color: var(--primary-color) !important;
}

.contact-wrapper .phone,
.contact-wrapper .address {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
}

.icons,
.contact-wrapper a {
    transition: all 200ms ease-in-out;
    display: grid;
    justify-content: center;
    align-items: center;
}

.contact-wrapper a:is(:hover, :active, :focus) {
    transition: all 500ms ease-in-out;
    color: #000000 !important;
}


.icons a {
    font-size: clamp(1rem, 1.2vw, 2rem);
}

.contact-wrapper i {
    font-size: clamp(1.75rem, 2.8vw, 3.5rem);
    color: var(--primary-color);
}

.mobile-logo {display: none !important;}

/* mobile */

@media only screen and (max-width: 50.99rem) {

   .site-1-home .navigation-block > .g-container > .g-grid:nth-child(3) {
		position: relative;
		height: clamp(6rem, 5vw, 7rem);
		justify-content: flex-end;
}
    #g-navigation .contact-wrapper .phone,
	#g-navigation .contact-wrapper .address {
		font-size: 3.5vw;
}
   
   .site-1-home .contact-wrapper {
		gap: 1rem;
		justify-content: center;
		padding-right: 2%;
		padding-left: 20%;
    
}
	
	.site-1-sub .contact-wrapper {
        padding-right: 0;
        gap: 1rem;
        justify-content: center;
    }

   .site-1-sub .mobile-logo {
        display: block !important;
    }
    
}


/*************** SLIDESHOW ****************/ 

.site-1-home #g-slideshow {
    position: relative;
}

.site-1-home .company-description {
    position: absolute;
    bottom: 43%;
    left: 3%;
    z-index: 99;
}

.site-1-home .four-states-logo {
    position: absolute;
    bottom: 3%;
    left: 5%;
    z-index: 99;
}

.site-1-home .four-states-logo img,
.site-1-home .header-logo-2 img {
    width: 100%;
}

.site-1-home .company-description :is(.g-array-item-text, p) {
    margin: 0;
}

.site-1-home .company-description p {
    line-height: 1.5;
    font-size: clamp(1rem, 1.75vw, 3rem);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
}

.site-1-home .header-logo {
    position: absolute;
    left: 0;
    top: -11%;
    z-index: 99;
}

.site-1-home .header-logo-2 {
    justify-content: left;
    padding-left: 5%;
}

@media (max-width: 50.99rem) {
    .site-1-home .header-logo {
        top: 40%;
        left: 5%;
        transform: translatey(-50%);
    }

    .site-1-home .company-description {
        left: 5%;
        bottom: 10%;
    }

    .site-1-home .header-logo-2 {
        padding-left: 0;
    }

    .site-1-home #g-slideshow .size-30 {
        width: 60%;
    }
}

/*************** HEADER *******************/
/*************** ABOVE ********************/

.block-padding-fix .g-block .g-content {
    padding: 0;
}

.p-spacing-fix p {
    margin-bottom: 0;
    line-height: 1.5;
}

.h1-title .g-item-title {
    color: var(--heading-color);
    font-family: var(--heading-font-family);
    font-size: var(--h1-font-size) !important;
    font-weight: var(--h1-font-weight) !important;
    font-variant-caps: var(--h1-font-variant-caps);
    text-transform: var(--h1-text-transform);
    line-height: var(--h1-line-height) !important;
    margin: var(--h1-margin) !important;
    padding: var(--h1-padding);
    border-bottom: var(--none);
    border-radius: var(--null);
    background: var(--h1-background);
}

.h1-title .g-item-title a {
    color: var(--heading-color);
}

.hide-title-link .g-item-title a {
    text-decoration: none;
    pointer-events: none;
}

.site-1-home #g-above .g-item-title {
    text-align: center;
}

.site-1-home #g-above .g-joomla-articles > .g-grid {
    padding: 2%;
    margin-bottom: 0;
}

.site-1-home #g-above .g-joomla-articles > .g-grid:first-child {
    padding-top: 5%;
}

.site-1-home #g-above .g-joomla-articles > .g-grid:last-child {
    padding-bottom: 5%;
}

.site-1-home #g-above .hiring-section > div:first-child {
    padding: 0;
    margin: 0;
}

/*************** SHOWCASE *****************/
/*************** UTILITY ******************/

.grid-center {
    display: grid;
    justify-content: center;
    align-items: center;
}

.flush-block .g-particle {
    padding: 0;
    margin: 0;
}

.here-at-fcg :is(h1,h2,h3,h4,h5,h6,a,p) {
    color: white !important;
}

.here-at-fcg {
    padding: 5%;
}

@media (max-width: 50.99rem) {
	.here-at-fcg {
		padding: 0;
	}
}

.grid-block {
    display: grid;
}

.grid-block .g-logo {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.grid-block img {
    transition: all 500ms ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grid-block img:is(:hover, :active, :focus) {
    transition: all 600ms ease-in-out;
    transform: scale(1.02);
}

.here-at-fcg .g-item-title {
    margin-bottom: 1.5rem !important;
    padding-bottom: 1.5rem;
    margin-top: 0 !important;
    line-height: 1 !important;
    position: relative;
    width: fit-content;
}

.here-at-fcg .g-item-title::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid white;
}

.here-at-fcg .button {
    transition: all 0.2s ease-in-out;
    background-color: transparent;
    border-radius: 0;
    border: 1px solid white;
}

.here-at-fcg .button:is(:hover, :active, :focus) {
    transition: all 0.3s ease-in-out;
    background-color: rgba(255,255,255,0.05);
    border-radius: 7px;
}

/*************** FEATURE ******************/
/*************** MAIN *********************/

.site-1 #g-container-main {
    min-height: 32.7vh;
}

/* .site-1-sub #g-container-main {
    padding-top: 4vw;
}

@media (min-width: 2400px) {
    .site-1-sub #g-container-main {
        padding-top: 2.5vw;
    }
} */

/*************** EXPANDED *****************/ 

.site-1-home #g-expanded h1 {
    text-align: center;
}

.site-1-home #g-expanded p {
    text-align: center;
}

.site-1-home #g-expanded {
    padding: 5%;
}

.site-1-home .spacer-padding {
    padding: 10% 5%;
    background-color: rgba(255,255,255,0.9);
}

.site-1-home #g-expanded {
    background: url(/images/template/employee-background.jpg) no-repeat center / cover;
}

.site-1-home .button:is(:hover, :active, :focus) {
    transition: all 0.3s ease-in-out;
    background-color: #0e2d7c;
    transform: scale(0.98);
    border-radius: 7px;
}

.site-1-home .button {
    transition: all 0.2s ease-in-out;
    padding: 1rem 3rem;
}

.site-1-home #g-expanded .button {
    font-size: clamp(1.1rem, 1.3vw, 2rem);
}

/*************** EXTENSION ****************/
/*************** BOTTOM *******************/
/*************** FOOTER *******************/
#g-footer .g-content-array {margin: 0;}
#g-footer a {color: var(--default-white);} 

.footer-logo img {
    width: 60%;
}

.site-1 #g-footer a:is(:hover, :active, :focus) {
    transition: all 300ms ease-in-out;
    color: #c9c9c9;
}

@media (max-width: 50.99rem) {
    .site-1 .footer-logo img {
        width: 50%;
        margin: auto;
    }

    .site-1 .footer-info p {
        text-align: center;
    }

    .site-1 .footer-info > div {
        padding-top: 0;
        margin-top: 0;
    }
}

/*************** 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 **********************/