/* === Colton's Styles === */




/* .site-header, .header-top, .navbar {
    display: none;
} */


/* .content-sidebar-wrap {
    display: flex;
} */

.content-sidebar-wrap .content {
    padding-top: 75px;
    padding-bottom: 0;
}

.site-inner, .site-footer {
	width: calc(100dvw - 250px);
    left: 249px;
}

.side-nav {
    position: fixed;
    width: fit-content;
    padding: 0;
}

.side-nav .container {
    width: 250px;
    min-height: 100dvh;
    top: 0;
    margin-left: 0;
    background: var(--FC-blue);
}

.side-nav .container {
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	display: flex;
	flex-direction: column;
    justify-content: flex-start;
    align-items: center;
	gap: 60px;
	/* position: fixed; */
}


.side-nav-menu ul {
    list-style-type: none;
	padding: 0;
    margin: 0;
    width: 100%;
    flex-direction: column !important;
    left: -15px;
}



.side-nav-menu .nav-link {
	width: fit-content;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
    margin-bottom: 20px;
	transition: 200ms;
}

.side-nav-menu .nav-link span:hover {
	color: var(--FC-off-blue);
	transition: 200ms;
}

.side-nav-menu .nav-link span {
    color: #fff;
    text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	font-family: var(--FC-secondary-font) !important;
	transition: 200ms;
}





@media (max-width: 991px) {
    .site-layout {
        flex-direction: column;
    }

    .side-nav {
        width: 100%;
        position: relative;
        min-height: auto;
    }
}




/* ---------- GENERAL ---------- */


.hidden {
    display: none !important;
}

.display_flex {
	display: flex !important;
}


body .col-md-1.innerColumn {
    width: 50px !important;
}

.add-border-radius, .curve-edges {
    border-radius: 25px;
    overflow: hidden;
}   

.add-shadow, .add-box-shadow {
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
}

.pill-button {
    display: block;
    width: fit-content;
    border-radius: 40px;
    border: solid 3px #FFF;
    padding: 10px 25px;
    color: #fff;
    font-size: var(--FC-font-size-16);
    text-transform: uppercase;
    text-align: center;
    margin: auto;
    font-weight: 600;

    background-color: transparent;
    /* transform: scale(95%); */
    transition: 200ms;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
}

.pill-button:hover {
    /* transform: scale(100%); */
    transition: 200ms;
}

.pill-button-full-width {
    width: 100%;
    max-width: 500px;
}

.pill-button-white-to-orange {
    border: solid 3px #FFF;
    color: #fff;
}

.pill-button-white-to-orange:hover, .pill-button-dark-blue-to-orange:hover {
    border: solid 3px var(--FC-orange);
    background-color: var(--FC-orange);
    color: #fff;
}


.pill-button-dark-blue-to-orange {
    border: solid 3px var(--FC-blue-dark);
    color: var(--FC-blue-dark);
}

.pill-button-orange-to-white {
    border: solid 3px var(--FC-orange);
    background-color: var(--FC-orange);
    color: #fff;
}

.pill-button-orange-to-white:hover {
    background-color: #FFF;
    color: var(--FC-orange);
}


.cream-bubble {
    padding: 25px !important;
    border-radius: 25px;
    background-color: var(--FC-off-white) !important;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
}

.cream-bubble p {
    margin-bottom: 10px;
}

.list-checkmark-bullet {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column; 
    gap: 15px;
}

.list-checkmark-bullet li {
    position: relative;
    padding-left: 30px;
    line-height: 1.1;
}

.list-checkmark-bullet li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1em;
    height: 1em;
    background-image: url('/wp-content/uploads/2026/04/icon-checkmark.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.margin_0, .margin-0 {
    margin: 0;
}

.stretch-columns .col-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


h1, h1 strong {
    font-size: 48px;
}

h2, h2 strong {
    font-size: 32px;
}

h3, h3 strong {
    font-size: 24px;
    line-height: 0.9;
}

p, li, strong, span, p em {
    line-height: 1.4;
}

p, p em, li, span {
    font-size: var(--FC-font-size-18)
}

.padding-top-25 {
    padding-top: 25px !important;
}


.padding-top-50 {
    padding-top: 50px !important;
}

.max-width-200 img {
    max-width: 200px;
    height: auto;
}

p a {
    color: var(--FC-orange);
    text-decoration: none;
}


.square_icon {
    width: 55px;
    height: 55px;
    padding: 10px;
    border-radius: 10px;
}



.announce_banner {
	display: none;
	justify-content: center;
	align-items: center;
}

.announce_banner h6 {
	display: none;
}

.announce_banner_container {
	background-color: var(--FC-orange);
	display: flex;
	justify-content: center;
}

.announce_banner figure {
	margin-bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

.announce_banner p {
	font-size: var(--FC-font-size-14) !important;
	margin-bottom: 0;
	color: #FFF;
	text-align: center;
	padding-top:10px;
	padding-bottom:10px;
}


.career-block {
	display: flex;
	flex-direction: column;
	gap: 50px;
	padding-top: 25px;
}


.error404 #menu-desktop-nav-2 {
	display: none;
}


.404 {
	min-height: 100dvh !important;
}

.error404 .content-sidebar-wrap .content {
	padding-top: 0;
}





/* ---------- FOOTER ---------- */

.site-footer {
    background-color: var(--FC-off-white);
    padding: 50px;
    padding-top: 100px;
    padding-bottom: 10px;
}

.footer-col-gap {
    width: 25px;
}

footer p {
    font-size: var(--FC-font-size-14);
}

footer p strong {
    font-size: var(--FC-font-size-18);
    margin-bottom: 15px;
}

.footer-get-in-touch {
    margin: 0;
}

.footer-contact-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
}

.footer-contact-info p {
    margin-bottom: 0;
}

.footer-contact-info a {
    color: var(--FC-orange);
    display: flex;
    align-items: center;
    font-size: var(--FC-font-size-16);
}

.footer-contact-info p a::before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 15px;
    background-color: var(--FC-blue-dark);
    margin-left: 10px;
    margin-right: 10px;
}

.footer-contact-info p:first-of-type a::before {
    display: none;
}

.footer-address-container {
    padding: 0; 
}

.footer-address-container a {
    color:#000;
    font-weight: 400;
    transition: 0ms;
}

.footer-address-container a:hover {
    color: var(--FC-orange);
    transition: 0ms;
}


#menu-footer-menu {
    display: flex;
    flex-direction: row;   
    gap: 0;
}

#menu-footer-menu li span {
    color: var(--FC-blue-dark);
    display: flex;
    align-items: center;
    font-size: var(--FC-font-size-14);
}

#menu-footer-menu li span:hover {
    color: var(--FC-orange);
}

#menu-footer-menu li span::before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 12px;
    background-color: var(--FC-blue-dark);
    margin-left: 10px;
    margin-right: 10px;
}

#menu-footer-menu li:first-of-type span::before {
    display: none;
}


.footer-logos-wrapper {
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin-top: 30px;
    width: 100%;
}

.footer-logos-wrapper {
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin-top: 50px;
    width: 100%;
    align-items: center;
}

.footer-logos-wrapper img {
    flex: 1 1 0%;
    min-width: 0;
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    max-width: none;
}

.copywright_text {
    margin-bottom: 0;
    font-size: var(--FC-font-size-12);
    padding-top: 50px;
}


.gform_body h3 {
    color: var(--FC-blue-dark);
}


.gform_heading p {
    font-size: var(--FC-font-size-16);
}


.gform-footer input, .gform_page_footer input {
    font-size: 20px;
    padding: 10px 25px;
    border-radius: 40px;
    border: solid 3px var(--FC-orange);
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
    background-color: var(--FC-orange);
    transition: 200ms;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
}

.gform-footer input:hover, .gform_page_footer input:hover {
    border: solid 3px var(--FC-orange);
    color: var(--FC-orange);
    background-color: transparent;
    transition: 200ms;
}

.gform_wrapper.gravity-theme .gfield_label {
    padding-top: 20px !important;
}


.gchoice {
    padding-bottom: 5px !important;
}

.gfield-choice-input {
    width: 15px;
    height: 15px;
}


.li-padding-bottom-15 li {
    padding-bottom: 15px;
}




/* ---------- MEDIA QUERIES ---------- */


@media screen and (max-width: 1299px) {

.site-inner, .site-footer {
    left: 199px;
    width: calc(100dvw - 225px);
}

    .side-nav .container {
        width: 200px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .side-nav-menu ul {
        left: -10px;
    }


    .side-nav-menu .nav-link span {
        font-size: 14px;
    }
    

}

    .show-at-1199 {
        display: none;
    }

@media screen and (max-width: 1199px) {

    .show-at-1199 {
        display: block;
    }

    .hide-at-1199 {
        display: none;
    }

}


.show-at-991 {
    display: none;
}

@media screen and (max-width: 991px) {

    .show-at-991 {
        display: block;
    }

    .hide-at-991 {
        display: none;
    }


    .has-normal-font-size {
        font-size: var(--FC-font-size-20) !important;
    }


    .site-inner, .site-footer {
        left: 0;
        width: 100dvw;
    }

    .side-nav {
        width: 100dvw;
        position: sticky;
        background-color: var(--FC-blue);
    }

    .side-nav .container {
        width: 100%;
        height: 75px;
        padding-left: 0px;
        padding-right: 0px;
        flex-direction: row;
        gap: 0;
        justify-content: space-between;
        min-height: unset;
        margin: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }


    .side-nav-image-mobile {
        width: 200px;
        height: auto;
        margin-left: 20px;
    }

    .mobile__menuToggler {
        top: 5px;
    }

    .mobile__navWrapper {
        width: 300px;
        background-color: var(--FC-blue);
        padding-top: 25px;
        padding-left: 25px;
        border-top: solid 77px var(--FC-orange);
    }

    .mobile__navWrapper .mobile__mainNav {
        width: 225px;
    }


    .mobile__mainNav .nav-link {
        width: 100%;
        padding: 0;
        padding-top: 5px;
        padding: 10px;
        color: #fff;
        text-decoration: none;
        font-weight: 600;
        font-size: var(--FC-font-size-20);
        font-family: var(--FC-secondary-font) !important;
        transition: 200ms;
    }

    .mobile__mainNav .nav-link:hover {
        background-color: var(--FC-blue-dark);
        transition: 200ms;
    }

    .mobile__mainNav ul {
        gap: 10px;
    }



    p, p em, li, span {
        font-size: var(--FC-font-size-22);
    }

    .pill-button {
        font-size: var(--FC-font-size-18);
    }

    .spacer-25-at-991 {
        height: 25px !important;
    }

    .spacer-50-at-991 {
        height: 50px !important;
    }

    .width-150-at-991 {
        width: 150px !important;
    }

    .fit-content-at-991 {
        width: fit-content !important;
        padding-right: 20px;
    }


    footer p, #menu-footer-menu li span {
        font-size: var(--FC-font-size-16);
    }

    .footer-contact-info a {
        font-size: var(--FC-font-size-18);
    }


    .gform_heading p {
        font-size: var(--FC-font-size-20);
    }

}


.show-at-767 {
    display: none;
}


@media screen and (max-width: 767px) {

    .show-at-767 {
        display: block;
    }

    .hide-at-767 {
        display: none;
    }

    .spacer-50-at-767 {
        height: 50px !important;
    }

    .width-150-at-767 {
        width: 150px !important;
        margin: auto;
    }

    .content-sidebar-wrap .content {
        padding-top: 50px;
    } 

    .footer-col-gap {
        width: 100%;
        height: 25px;
    }


    .footer-logos-wrapper {
        flex-wrap: wrap;
    }

    .footer-logos-wrapper img {
        flex: 1 1 29%;
        max-width: 240px;
        margin: auto;
    }

}




@media screen and (max-width: 500px) {

    h2, h2 strong {
        font-size: 28px;
    }

    .footer-address-container .row {
        flex-direction: column;
        gap: 10px;
    }

    #menu-footer-menu {
        flex-direction: column;
    }

    #menu-footer-menu li span::before {
        display: none;
    }

    .footer-logos-wrapper img {
        flex: 1 1 100%;
        max-width: 150px;
        margin: auto;
    }

    .site-footer {
        padding-top: 50px;
        padding-right: var(--bs-gutter-x, 0.75rem);
        padding-left: var(--bs-gutter-x, 0.75rem);
    }   
	
	
	.announce_banner_container .container {
		padding: 0 !important;
	}
	
	.announce_banner figure {
		padding: 5px;
	}

    

}



@media screen and (max-width: 400px) {

    .mobile__navWrapper {
        width: 100%;
    }

}





