/**********************************
 *  Lead Gear Custom CSS   
 *********************************/

/**********************************
 *  Branding & Colors Variables
 *********************************/

 :root {

    /* Dark Grey/Black (Default / Text) */
    --darkdefault: #222222;

    /* Light Grey */
    --light: #efefef;

    /* Light Grey Border */
    --lightborder: #dddddd;

    /* Primary Color (Also used for Dark Style Sections by default) */
    --primary: #004b87;

    /* Primary Color Alternate (Accent/Hover) */
    --primaryalt: #0073e5;

    /* Primary Color Border */
    --primaryborder: #005cb9;

    /* CTA */
    --cta: #c10100;

    /* CTA Alternate (Accent/Hover) */
    --ctaalt: #e61211;

    /* Chrome Colors */
    --chromenavy: #001747;
    --chromenavyalt: #002778;
    --chrome: #cdd8e4;
    --chromeice: #a3b9cb;
    --chromeicealt: #abc3d7;
}


/********************** * Header & Top Bar *********************/
html[lang] {
    margin-top: 0 !important;
}

header.site-header {
    padding: 0 5%;
    box-shadow: 0 0 12px rgb(0 0 0 / 15%);
    width: 100%;
    transition: top 400ms;
}

header.site-header>.wrap {
    max-width: 100%;
    margin: 0 auto;
}

.nav-primary .menu>li:last-child>a {
    padding-right: 0;
}

.genesis-nav-menu>li>a {
    padding: 45px 15px;
    font-size: 16px;
    font-weight: 600;
    /* text-transform: uppercase; */
    /* color: #fff; */
    transition: all 400ms;
}

.nav-cta a {
    color: #fff !important;
}

@media only screen and (min-width: 960px) {
    .genesis-nav-menu .mega-menu .menu-item {
        width: 100%;
    }

    .genesis-nav-menu .mega-menu a {
        width: 100%;
    }
}

div#top-bar {
    background: #060B15 !important;
    color: #fff !important;
    font-size: 0.875rem;
    margin: 0;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 3;
    transition: top 400ms;
    padding: 0px 5%;
    height: 45px;
    font-weight: 400;
}

div#top-bar li.menu-item.current-menu-item:after {
    display: none;
}

.top-bar-hidden div#top-bar {
    display: none !important;
    height: 0 !important;
    opacity: 0 !important;
    position: absolute !important;
    left: -9999px !important;
}

div#top-bar a {
    color: #fff;
    font-weight: bold;
    font-size: .875rem;
    text-decoration: none;
}

div#top-bar a svg {
    display: none;
}

div#top-bar a:hover {
    opacity: 0.7;
}

.social svg {
    width: auto;
    height: 16px;
    position: relative;
    top: 3px;
}

#top-bar .row-inner {
    /* text-align: right; */
    padding: 0;
    height: 45px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#top-bar .social {
    align-self: flex-end;
}

#top-bar .contact-info {
    /* float: left; */
    display: inline-block;
    /* padding-top: 6px; */
}

#top-bar .contact-info:last-child {
    /* float: right; */
}

#top-bar .social {
    display: inline-block;
}

#top-bar .top-menu {
    display: inline-block;
    vertical-align: top;
    padding-top: 6px;
}

.social a {
    display: inline-block;
    padding: 0 7px;
}

.social a:first-child {
    padding-left: 0;
}

#top-bar .social {
    margin-right: 20px;
    padding-top: 6px;
    vertical-align: top;
}

.top-menu a {
    padding: 0 10px;
}

.top-menu a:last-child {
    border: 0;
    padding-right: 0;
}

.top-menu a:first-child {
    padding-left: 0;
}

#top-bar .contact-info .phone {
    display: inline-block;
    margin-right: 20px;
}

.contact-info svg {
    height: 16px;
    position: relative;
    top: 3px;
    display: inline-block;
    margin-right: 8px;
}

#top-bar .contact-info svg {
    color: #222;
}

ul#menu-top-bar-menu {
    display: flex;
}

ul#menu-top-bar-menu a {
    display: inline-block;
    padding: 0 10px;
    line-height: 1.25;
}

ul#menu-top-bar-menu li {
    border-right: solid 1px;
    border-color: rgba(0, 0, 0, 0.2);
}

.home ul#menu-top-bar-menu li {
    border-color: rgba(255, 255, 255, 0.2);
}

.home #top-bar .contact-info svg {
    color: #fff;
}

ul#menu-top-bar-menu li:last-child {
    border: 0;
}

ul#menu-top-bar-menu li:first-child a {
    padding-left: 0;
}

ul#menu-top-bar-menu li:last-child a {
    padding-right: 0;
    border-right: 0;
}

nav#genesis-nav-primary {
    padding-bottom: 0;
    transition: padding 400ms;
    padding-top: 0;
}

.title-area {
    transition: max-width 400ms;
}

.wp-custom-logo .title-area img {
    transition: 300ms;
}

.custom-logo {
    transition: 300ms;
    max-width: 150px !important;
    /* padding:0!important; */
}

nav#genesis-nav-primary {
    padding-top: 3px;
}

.nav-primary .menu li.nav-cta {
    padding-left: 15px;
}

nav.nav-primary .menu li.nav-cta>a {
    padding: 12px 32px;
    border-radius: 4px;
    transition: all 300ms;
    background: #c10100;
}

nav.nav-primary .menu li.nav-cta>a:hover {
    background: #e61211;
    color: #fff !important; /* !important used to overwrite hyperspecific styles */
}

nav.nav-primary .menu li.nav-cta-alt>a {
    background: var(--chromeice);
    color: var(--chromenavy);
}

nav.nav-primary .menu li.nav-cta-alt>a:hover {
    background: var(--chrome);
    color: var(--chromenavy);
}

.nav-transparent nav#genesis-nav-primary ul.menu li.nav-cta>a:after {
    border-color: #000 !important;
}

button#genesis-mobile-nav-primary {
    font-size: 0;
    margin: 0 5% 0 0;
}

.site-header .menu-toggle::before {
    color: var(--chromenavy);
    width: 40px;
    font-size: 40px !important;
    height: 40px;
    margin: 0;
}

nav#genesis-nav-primary ul.menu li.menu-item-has-children>a:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    margin-left: 8px;
    border-right: solid 2px;
    border-bottom: solid 2px;
    border-color: var(--chromenavyalt);
    top: calc(50% - 6px);
}

nav#genesis-nav-primary ul.menu li.menu-item-has-children {
    padding-right: 30px;
}

#top-bar input#searchform-1 {
    padding: 9px 20px;
    font-size: 14px;
    border: 0;
    background: rgba(255, 255, 255, 0.25);
    color: #222;
    width: 300px;
}

#top-bar input#searchform-1::placeholder {
    color: #fff;
    padding-left: 22px;
    background: url(/wp-content/uploads/search-reg.svg) left center no-repeat;
    background-size: 14px;
}

#top-bar input#searchform-1::-moz-placeholder {
    background: none;
}

#top-bar form.search-form {
    margin-right: 20px;
    align-self: flex-end;
    display: inline-block;
}

#top-bar input.search-form-submit {
    display: none;
}

#top-bar span.name {
    font-weight: 700;
}

#top-bar .contact-info>span,
#top-bar .contact-info>a {
    display: inline-block;
    margin-right: 20px;
}

div#search-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.8);
}

div#close-search {
    display: block;
    margin-left: 16px;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.8);
}

div#close-search svg {
    width: 24px;
}

#search-wrap form.search-form {
    display: flex;
}

#search-wrap form.search-form input {
    height: 50px;
    padding: 10px;
    border: 0;
}

#search-wrap form.search-form input.search-form-submit {
    margin-top: 0;
    height: 50px;
    margin-left: 10px;
    background: var(--primary);
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 20px;
}

.search .row.page-title {
    padding: 0;
    padding: 60px 0 80px 0;
}

.search article {
    border-bottom: solid 1px var(--lightborder);
    padding-bottom: 40px;
}

.search article:last-child {
    border-bottom: none;
}

.search a.entry-image-link {
    display: none;
}

body.noscroll {
    overflow: hidden;
}

.header-inline header.site-header>.wrap,
.header-stacked header.site-header>.wrap,
.header-inline #top-bar .row-inner,
.header-stacked #top-bar .row-inner {
    max-width: 1400px;
}

.header-stacked header.site-header {
    padding: 0;
}

.header-stacked header.site-header>.wrap {
    width: 90%;
}

.header-stacked nav#genesis-nav-primary {
    width: 100%;
    background: var(--light);
    padding: 0 5%;
}

.header-stacked nav#genesis-nav-primary>.wrap {
    max-width: 1400px;
    margin: 0 auto;
}

.header-stacked .nav-primary .genesis-nav-menu a {
    padding: 20px 15px;
}

.header-stacked .nav-primary .genesis-nav-menu a {
    padding: 10px 15px;
}

.header-stacked .nav-primary .menu li.nav-cta>a {
    background: none;
    padding: 0;
    color: var(--darkdefault);
    padding-top: 1px;
}

.header-stacked .nav-primary .menu li.nav-cta>a:hover {
    color: var(--primaryalt);
}

.header-stacked .nav-primary .menu li.nav-cta>a {
    position: relative;
}

.header-stacked nav ul>li.nav-cta {
    float: right;
}

.header-stacked .nav-primary .menu li.nav-cta {
    padding-top: 8px;
}

.header-stacked .nav-primary .menu li.nav-cta {
    padding-top: 10px;
}

.header-stacked .nav-primary .genesis-nav-menu ul.sub-menu a {
    padding: 15px;
}

.nav-transparent header.site-header {
    background: none;
    box-shadow: none !important;
    transition: all 300ms;
}

.nav-transparent header.site-header {
    background: var(--light);
    box-shadow: 0 0 12px rgb(0 0 0 / 15%) !important
}

.nav-transparent div#top-bar {
    background: rgba(0, 0, 0, .375) !important;
    transition: background 300ms;
}

.nav-transparent div#top-bar {
    background: #060B15 !important;
}

body.isMobile.nav-transparent div#top-bar {
    background: #060B15 !important;
}

.nav-transparent .site-inner:before {
    content: '';
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent);
    z-index: 1;
}

.nav-transparent .genesis-nav-menu>li>a {
    color: var(--light);
    transition: all 300ms;
}

.nav-transparent .genesis-nav-menu>li>a {
    color: var(--chromenavyalt);
}

.nav-transparent .genesis-nav-menu>li.nav-cta>a {
    color: #fff;
}

.nav-transparent .genesis-nav-menu>li>a:hover,
.nav-transparent .genesis-nav-menu>li>a:focus,
.nav-transparent .genesis-nav-menu>li.current-menu-item>a {
    color: var(--chromeice);
}

.nav-transparent.header-stacked nav#genesis-nav-primary {
    background: none;
}

.nav-transparent.header-stacked nav#genesis-nav-primary {
    background: var(--light);
}

.nav-transparent nav#genesis-nav-primary ul.menu li.menu-item-has-children>a:after {
    border-color: var(--light);
}

.nav-transparent nav#genesis-nav-primary ul.menu li.menu-item-has-children>a:after {
    border-color: var(--chromenavyalt);
}

.nav-transparent img.custom-logo {
    opacity: 0;
    transition: opacity 300ms;
}

.nav-transparent img.custom-logo {
    opacity: 1;
}

.nav-transparent a.custom-logo-link {
    background: none;
}

body.isMobile header.site-header {
    background: var(--light);
}

body.isMobile .genesis-nav-menu>li>a {
    color: var(--darkdefault);
}

body.isMobile .genesis-nav-menu>li>a {
    color: #fff;
}

.title-area a.custom-logo-link {
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

body .title-area .custom-logo-link .custom-logo {
    display: inline;
}

@media only screen and (min-width:601px) {
    body.admin-bar .site-header {
        /* top: 0; */
    }

    .admin-bar div#wpadminbar {
        left: 0;
        width: 34px !important;
        min-width: 0;
        overflow: hidden;
    }

    .admin-bar div#wpadminbar:hover {
        left: 0;
        padding-bottom: 80px;
        width: 100% !important;
        overflow: visible;
    }

    body:not(.isMobile) .site-inner {
        margin-top: 0 !important;
    }
}

@media only screen and (max-width:1500px) {
    #top-bar span.address {
        display: none;
    }

    .genesis-nav-menu>li>a {
        font-size: 14px;
    }
}

@media only screen and (max-width:1375px) {
    .genesis-nav-menu>li>a {
        text-transform: none;
        /* padding-left:10px!important; */
        /* padding-right:10px!important; */
    }
    nav#genesis-nav-primary ul.menu li.menu-item-has-children {
        padding-right: 16px;
    }
}

@media only screen and (max-width: 1250px) {
    .menu-item-home {
        display: none !important;
    }
}

@media only screen and (max-width: 1180px) {
    .nav-primary .genesis-nav-menu a {
        /* padding-left: 10px !important; */
        /* padding-right: 10px !important; */
    }

    .genesis-nav-menu>li>a {
        text-transform: capitalize;
    }

    .our-work>div {
        padding: 0 20px;
    }

    .our-work {
        flex-flow: row wrap !important;
    }

    .our-work>div {
        flex-basis: 100%;
        display: flex;
        margin-top: 20px !important;
    }

    .our-work>div:last-child {
        margin-bottom: 20px !important;
    }

    .row.our-work-wrap * {
        text-align: center;
    }
}

@media only screen and (max-width:1260px) {
    .genesis-nav-menu>li>a {
        font-size: 12px;
    }
}

@media only screen and (max-width:1100px) {
    #top-bar span.email {
        display: none;
    }
}

@media only screen and (max-width:1060px) {
    .genesis-nav-menu>li>a {
        font-size: 11px;
    }

    .nav-primary .genesis-nav-menu a {
        /* padding-left: 8px !important; */
        /* padding-right: 8px !important; */
    }
}

@media only screen and (max-width:1050px) and (min-width:960px) {
    .wp-custom-logo .title-area img {
        /* max-width:200px; */
    }
}

@media only screen and (max-width:1040px) {
    .wp-custom-logo .title-area {
        max-width: 200px !important;
    }
}

@media only screen and (max-width:959px) {
    .genesis-nav-menu>li>a {
        font-size: 16px;
    }

    .wp-custom-logo .site-container .title-area {
        max-width: 300px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    #genesis-nav-primary ul.menu li.nav-cta>a {
        padding: 0;
    }

    #genesis-nav-primary ul.menu li.nav-cta>a {
        padding: 16px 5%;
        background: none !important;
        color: var(--darkdefault) !important;
    }

    #genesis-nav-primary ul.menu li.nav-cta>a {
        color: var(--chromenavyalt) !important;
    }

    .asset-right .f-asset,
    .f-asset {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .f-asset:after {
        content: unset !important;
    }

    .parent-pageid-577 .title-row+.row {
        padding-top: 0;
    }

    .row.style-dark {
        background: var(--chromenavy) !important;
    }

    .cta-content a.button:before {
        content: unset !important;
    }

    #top-bar .top-menu {
        display: none;
    }

    #top-bar .social {
        margin-right: 0;
    }

    header.site-header {
        position: fixed;
        width: 100%;
        top: 45px;
        transition: all 400ms;
        z-index: 50;
        padding: 0;
    }

    div#top-bar {
        position: fixed;
        top: 0;
        transition: top 400ms;
    }

    div#top-bar {
        top: -45px;
    }

    header.site-header {
        top: 0;
    }

    button#genesis-mobile-nav-primary {
        padding: 0;
    }

    header.site-header .title-area {
        margin-left: 5%;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    button#genesis-mobile-nav-primary {
        margin-right: 5%;
    }

    nav#genesis-nav-primary ul.menu {
        background: var(--light);
        border-top: solid 1px var(--lightborder);
    }

    nav#genesis-nav-primary {
        padding-top: 0;
    }

    nav#genesis-nav-primary ul.menu li a {
        padding-left: 5% !important;
        padding-right: 5% !important;
        padding-top: 16px;
        padding-bottom: 16px;
        color: var(--darkdefault);
    }

    .nav-primary .menu li.nav-cta {
        padding: 0 !important;
    }

    .genesis-nav-menu a:focus,
    .genesis-nav-menu a:hover,
    .genesis-nav-menu .current-menu-item>a,
    .genesis-nav-menu .sub-menu .current-menu-item>a:focus,
    .genesis-nav-menu .sub-menu .current-menu-item>a:hover {
        color: var(--chromenavyalt) !important;
    }

    li.menu-item.current-menu-item:after {
        content: unset !important;
    }

    .genesis-nav-menu .sub-menu {
        padding: 0;
        background: var(--lightborder);
    }

    .genesis-nav-menu .menu-item {
        border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    }

    .genesis-nav-menu .menu-item:last-child {
        border: 0;
    }

    .genesis-nav-menu .sub-menu a {
        background: none;
    }

    nav#genesis-nav-primary ul.menu li.menu-item-has-children {
        padding: 0 !important;
    }

    nav#genesis-nav-primary ul.menu li.menu-item-has-children>a:after {
        display: none;
    }

    .mega-col ul.sub-menu {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .header-stacked button#genesis-mobile-nav-primary {
        position: absolute;
        top: 5px;
        right: 0;
    }

    .header-stacked button#genesis-mobile-nav-primary {
        top: 12px;
    }

    .header-stacked nav ul>li.nav-cta {
        float: none;
    }

    .header-stacked nav#genesis-nav-primary {
        padding: 0;
    }

    .header-stacked header.site-header .title-area {
        margin: 0;
    }

    header.site-header>.wrap {
        flex-wrap: wrap;
    }

    .nav-transparent .site-header .menu-toggle::before {
        color: var(--chromenavy);
    }

    ul.menu>li.menu-item>button.sub-menu-toggle {
        padding: 14px 10px;
    }
}

@media only screen and (max-width:900px) {
    .page-id-589 .title-row+.row {
        padding-bottom: 0;
    }
}

@media only screen and (max-width:768px) {
    #top-bar form.search-form {
        display: none;
    }
}

@media only screen and (max-width:600px) {
    div#top-bar {
        display: none;
        height: 0px !important;
    }

    header.site-header {
        top: 0 !important;
    }

    .nav-transparent header.site-header {
        background: var(--light);
    }

    .nav-transparent .site-header .menu-toggle::before {
        color: var(--chromenavy);
    }

    .nav-transparent .site-inner:before {
        display: none;
    }

    .nav-transparent header.site-header {
        box-shadow: 0 0 12px rgb(0 0 0 / 15%) !important;
    }

    .nav-transparent img.custom-logo {
        opacity: 1 !important;
    }

    .nav-transparent a.custom-logo-link {
        background: none !important;
    }
}

@media only screen and (max-width:450px) {
    .wp-custom-logo .site-container .title-area {
        max-width: 200px;
    }

    button#genesis-mobile-nav-primary {
        padding-top: 7px;
    }
}

/********************** * Mega Menu *********************/
@media only screen and (min-width:961px) {
    ul.genesis-nav-menu>li.mega-menu>ul.sub-menu {
        opacity: 1;
        left: 0;
        position: fixed;
        width: 100%;
        background: #fff;
        border-top: solid 1px var(--lightborder);
        padding: 30px 5%;
        /*top: 140px;
        */
        left: -9999px !important;
        opacity: 0 !important;
    }

    ul.genesis-nav-menu>li.mega-menu>ul.sub-menu>li.mega-menu-wrap {
        width: calc(100% + 40px);
        left: -20px;
    }

    ul.genesis-nav-menu>li.mega-menu>ul.sub-menu>li.mega-menu-wrap>a {
        display: none;
    }

    ul.genesis-nav-menu>li.mega-menu>ul.sub-menu>li.mega-menu-wrap>ul.sub-menu {
        display: flex !important;
        height: auto !important;
        opacity: 1 !important;
        left: 0 !important;
        position: relative;
        top: 0;
        width: 100%;
        margin: 0;
        border: 0;
        justify-content: center;
    }

    ul.genesis-nav-menu>li.mega-menu>ul.sub-menu>li.mega-menu-wrap>ul.sub-menu>li.mega-col {
        width: 16.66%;
        position: relative;
        vertical-align: top;
        padding: 0 20px;
    }

    ul.genesis-nav-menu>li.mega-menu>ul.sub-menu>li.mega-menu-wrap>ul.sub-menu>li.mega-col>a {
        display: none;
    }

    ul.genesis-nav-menu>li.mega-menu>ul.sub-menu>li.mega-menu-wrap>ul.sub-menu>li.mega-col a:after {
        display: none !important;
    }

    ul.genesis-nav-menu>li.mega-menu>ul.sub-menu>li.mega-menu-wrap>ul.sub-menu>li.mega-col>ul.sub-menu {
        position: relative;
        height: auto !important;
        opacity: 1 !important;
        left: 0;
        margin: 0;
        display: block !important;
        border: 0;
        width: 100%;
    }

    ul.genesis-nav-menu>li.mega-menu>ul.sub-menu>li.mega-menu-wrap>ul.sub-menu>li.mega-col>ul.sub-menu>li {
        width: 100%;
        padding-right: 0;
        position: relative;
        padding: 0 !important;
    }

    ul.genesis-nav-menu>li.mega-menu>ul.sub-menu>li.mega-menu-wrap>ul.sub-menu>li.mega-col>ul.sub-menu>li>a {
        color: var(--primary);
        font-size: 18px;
        font-weight: 700;
        border: 0;
        border-bottom: solid 1px var(--lightborder);
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    ul.genesis-nav-menu>li.mega-menu>ul.sub-menu>li.mega-menu-wrap>ul.sub-menu>li.mega-col>ul.sub-menu>li>a:hover {
        color: var(--primaryalt);
    }

    ul.genesis-nav-menu>li.mega-menu>ul.sub-menu>li.mega-menu-wrap>ul.sub-menu>li.mega-col>ul.sub-menu>li ul.sub-menu {
        display: block !important;
        height: auto !important;
        opacity: 1 !important;
        left: auto;
        width: 100%;
        margin: 0;
        position: relative;
        border: 0;
        padding: 12px 0;
    }

    ul.genesis-nav-menu>li.mega-menu>ul.sub-menu>li.mega-menu-wrap>ul.sub-menu>li.mega-col>ul.sub-menu>li ul.sub-menu a {
        border: 0;
        padding: 8px 0;
    }

    ul.genesis-nav-menu>li.mega-menu>ul.sub-menu>.mega-menu {
        width: 100%;
        padding: 0;
        position: relative;
        left: -20px;
        width: calc(100% + 40px);
    }

    ul.genesis-nav-menu>li.mega-menu>ul.sub-menu>.mega-menu>a {
        display: none;
    }

    ul.genesis-nav-menu>li.mega-menu>ul.sub-menu>.mega-menu>ul.sub-menu {
        display: flex !important;
        left: 0;
        height: auto !important;
        opacity: 1 !important;
        margin: 0;
        width: 100%;
        position: relative;
        border: 0;
    }

    .genesis-nav-menu li.menu-item-has-children:hover>ul.sub-menu {
        display: block !important;
    }

    nav#genesis-nav-primary ul.menu>li.menu-item-has-children:not(.mega-menu):hover>ul.sub-menu {
        left: auto;
        opacity: 1 !important;
    }

    nav#genesis-nav-primary ul.menu>li.menu-item-has-children>ul.sub-menu {
        opacity: 0 !important;
        transition: opacity 600ms;
        display: block !important;
        overflow: hidden;
        box-sizing: border-box;
        padding-top: 0;
        padding-bottom: 0;
        left: -9999px;
        box-shadow: 0px 15px 20px 0px rgb(0 0 0 / 6%);
    }

    nav#genesis-nav-primary ul.menu>li.menu-item-has-children.mega-menu.mega-active>ul.sub-menu {
        padding-top: 30px;
        padding-bottom: 30px;
        left: 0 !important;
        opacity: 1 !important;
    }

    .nav-primary .genesis-nav-menu>li>a {
        /* padding: 29px 15px; */
    }
}

@media only screen and (max-width:959px) {
    li.mega-menu ul.sub-menu>.mega-menu-wrap>a {
        display: none;
    }

    li.mega-menu ul.sub-menu>.mega-menu-wrap>button {
        display: none;
    }

    li.mega-menu-wrap>ul.sub-menu,
    li.mega-col>ul.sub-menu {
        display: block !important;
        padding: 0;
    }

    li.mega-col>a,
    li.mega-col>button {
        display: none;
    }

    .mega-col>ul.sub-menu>li>a {
        font-weight: 400;
    }

    .mega-col>ul.sub-menu>li>ul.sub-menu {
        background: #fff;
    }
}

/********************** * Content *********************/

h1 {
    color: var(--chromenavy);
}

h1 span {
    color: #63718f;
    display: block;
    font-size: .675em;
}

h2 {
    color: var(--chromenavyalt);
}

h3,
h4 {
    color: var(--darkdefault);
}

.style-dark p,
.style-dark li,
.style-dark .ginput_container label {
    color: rgba(255, 255, 255, 0.8);
}

.style-dark h2,
.style-dark h3,
.style-dark h4,
.style-dark strong {
    color: #fff;
}

a {
    color: var(--chromenavy);
	font-weight: bold;
	text-decoration: underline;
}

a:hover,
a:focus {
    color: var(--chromenavyalt);
}

main#genesis-content {
    padding-top: 60px;
}

.row {
    width: 100%;
    padding: 90px 5%;
    position: relative;
}

.row:after {
    content: '';
    display: table;
    clear: both;
}

.row-inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.site-inner .row:not(.title-row):not(.main-content):not(.style-light):not(.style-dark):not(.page-title):before {
    content: '';
    width: 90%;
    max-width: 1400px;
    border-top: solid 1px var(--lightborder);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
}

.row.style-light+.row:before,
.row.style-dark+.row:before {
    display: none;
}

div.site-inner {
    padding: 0;
    margin-top: 142px;
}

.header-stacked div.site-inner {
    margin-top: 198px;
}

.row.style-light {
    background: var(--light);
    border-top: solid 1px var(--lightborder);
    border-bottom: solid 1px var(--lightborder);
}

.row.style-dark {
    background: var(--chromenavy);
    border-top: solid 1px var(--chromenavyalt);
    border-bottom: solid 1px var(--chromenavyalt);
    color: #fff;
}

.row.style-dark {
    background: linear-gradient(120deg, var(--chromenavy) 0%, var(--chromenavy) 70%, var(--light) 70.1%);
    border-bottom: solid 1px #dedede;
    border-top: solid 1px #dedede;
}

.f-asset:after {
    border-bottom: solid 10px #0017479c;
    border-left: solid 10px #63769e5e;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    display: block;
    width: 0%;
    height: 0%;
    transition: all 1s;
    transition-timing-function: cubic-bezier(.4, -0.01, .46, 1);
}

.visible .f-asset:after {
    width: 60%;
    height: 60%;
}

.f-asset {
    position: relative;
    padding-left: 15px;
    padding-bottom: 15px;
    height: fit-content;
}

.row.our-work-wrap {
    padding: 40px 9%;
    background: var(--light);
}

.parent-pageid-577:not(.page-id-868) .row:not(.title-row):not(.title-row + .row):not(:first-child):not(#cta):not(#top-bar) {
    padding-top: 40px;
}

div#acf666c7fcdba41c,
div#acf666b64a9ac591 {
    background: #001747;
}

div#acf666b64a9ac591 .item,
div#acf666c7fcdba41c .item {
    flex-basis: calc(50% - 20px);
}

div#acf666b64a9ac591 .item,
div#acf666c7fcdba41c .item,
div#acf666c7fcdba41c .item>div,
div#acf666b64a9ac591 .item>div {
    height: auto;
    background: #fff;
}

div#acf666b64a9ac591 .item>div,
div#acf666c7fcdba41c .item>div {
    padding-top: 40px;
}

div#acf666b64a9ac591 .item div.img,
div#acf666c7fcdba41c .item div.img {
    display: none !important;
}

div#acf666b64a9ac591 .item>div::after,
div#acf666c7fcdba41c .item>div::after {
    display: none;
}

div#acf666b64a9ac591 .item>div .text,
div#acf666c7fcdba41c .item>div .text {
    position: relative;
    text-align: left;
    height: auto;
    max-height: 10000px;
}

div#acf666b64a9ac591 .item>div .text h3,
div#acf666b64a9ac591 .item>div .text .desc,
div#acf666b64a9ac591 .item>div .text .desc ul li,
div#acf666b64a9ac591 .item>div .text .desc ul li strong,
div#acf666c7fcdba41c .item>div .text h3,
div#acf666c7fcdba41c .item>div .text .desc,
div#acf666c7fcdba41c .item>div .text .desc ul li,
div#acf666c7fcdba41c .item>div .text .desc ul li strong {
    color: #222222 !important;
}

div#acf666b64a9ac591 .item .desc,
div#acf666c7fcdba41c .item .desc {
    max-height: 10000px !important;
    overflow: visible;
}

div#acf666b64a9ac591 .item>div .text h3,
div#acf666c7fcdba41c .item>div .text h3 {
    color: #0a2f7e !important;
    text-align: center;
    font-size: 30px;
}

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

    div#acf666b64a9ac591 .item,
    div#acf666c7fcdba41c .item {
        flex-basis: 100%;
    }
}

.extra-top-space {
	margin-top: 40px;
}

.our-work {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
}

.row.our-work-wrap * {
    color: var(--chromenavyalt);
    margin: 0 auto;
    text-transform: capitalize !important;
}

.row.our-work-wrap+.row.x-link-wrap {
    padding-top: 40px;
}

li.menu-item.current-menu-item:after {
    border-bottom: solid 3px var(--chromeice);
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 4px;
    display: block;
    left: 10px;
    bottom: 24px;
    transition: all 500ms;
}

li.menu-item.current-menu-item.menu-item-has-children:after {
    width: 0;
}

li.menu-item.current-menu-item.nav-cta:after,
li.menu-item.menu-item-576:after,
.sub-menu li.menu-item.current-menu-item:after,
.footer .menu-item.current-menu-item:after {
    display: none;
}

.asset-right .f-asset:after {
    border-left: 0;
    border-right: solid 10px #63769e5e;
    left: auto;
    right: 0;
}

.asset-right .f-asset {
    padding-left: 0;
    padding-right: 15px;
}

.row.style-dark .f-asset:after {
    display: none;
}

.row.style-dark .f-asset {
    padding: 0;
}

div#hero {
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0 5%;
    border-bottom: solid 1px var(--lightborder);
}

div#hero.tall {
    height: 500px;
}

.hero-inner {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}

span.hero-text {
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 0 0 11px rgb(0 0 0 / 70%);
    line-height: 1.25;
}

.content ul,
.content ol {
    padding-left: 20px;
    margin-bottom: 32px;
}

.content ul li {
    list-style: disc;
    margin-bottom: 10px;
}

.content ol li {
    list-style: number;
    margin-bottom: 10px;
}

.content a[href^="tel"] {
    color: var(--darkdefault);
}

ul.col-2 {
    column-count: 2;
    column-gap: 40px;
    page-break-inside: avoid;
    break-inside: avoid-column;
}

ul.col-3 {
    column-count: 3;
    column-gap: 40px;
    page-break-inside: avoid;
    break-inside: avoid-column;
}

ul.col-4 {
    column-count: 4;
    column-gap: 40px;
    page-break-inside: avoid;
    break-inside: avoid-column;
}

ul.col-2 li,
ul.col-3 li,
ul.col-4 li {
    page-break-inside: avoid;
    break-inside: avoid-column;
}

.error404 .content-sidebar-wrap,
.search .content-sidebar-wrap {
    padding-left: 5%;
    padding-right: 5%;
    max-width: calc(1400px + 10%);
    margin: 0 auto;
}

.error404 h1.entry-title {
    text-align: center;
    font-size: 4em;
}

.error404 .content article.entry .entry-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.error404 .content article.entry .entry-content form {
    margin: 0 auto;
    display: flex;
}

.error404 .content article.entry .entry-content form input[type="submit"] {
    margin: 0 0 0 10px;
}

.error404 div#hero {
    display: none;
}

.error404 div.site-inner:before {
    content: '';
    display: block;
    width: 100%;
    height: 32px;
    background: linear-gradient(45deg, var(--primary) 40%, var(--cta));
}

#acf6377ea6b30d13.visible .f-asset:after {
    width: 40%;
    height: 40%;
}

@media only screen and (min-width: 901px) {
    #acf6377ea6b30d13 video {
        float: right;
    }
}

div#error-contact {
    text-align: center;
}

div#error-contact img {
    max-width: 500px;
    margin-bottom: 20px;
}

div#error-contact a {
    display: inline-block;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
    background: var(--cta);
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
    background: var(--ctaalt);
}

.our-work .button {
    background: var(--chromeice);
    color: var(--chromenavy) !important;
}

.our-work .button:hover {
    background: var(--chromeicealt);
}

.primary-btn,
.secondary-btn {
    display: inline-block;
    color: #fff;
    background: var(--cta);
    padding: 16px 64px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 700;
}

.primary-btn:hover,
.secondary-btn:hover {
    background: var(--ctaalt);
    color: #fff;
}

.secondary-btn {
    background: var(--primary);
}

.secondary-btn:hover {
    background: var(--primaryalt);
}

.page-template-default.full-width-content .content {
    width: 90% !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
}

.page-template-default .row.page-title {
    padding: 0;
    margin-bottom: 60px;
    padding-top: 20px;
}

div#acf637b9c235e583 {
    padding-top: 15px;
    padding-bottom: 0;
}

div#acf637b9c235e583 img {
    max-width: 40px;
}

div#acf637b9c236c02c {
    padding-top: 15px;
}

div#acf6377f77c415fa {
    padding-top: 0;
}

/* FAQs Page */
div#acf637bad4e1229d {
    padding-top: 40px;
}

.accordion .ui-accordion .ui-accordion-header {
    font-size: 1.45em;
    transition: background-color 300ms;
}

.accordion .ui-accordion .ui-accordion-header.ui-state-active {
    background-color: var(--chrome);
}

figure.alignright,
figure.alignleft,
figure.alignnone {
    max-width: 600px;
}

.slick-arrow span {
    position: absolute;
    left: -9999px;
    opacity: 0;
    top: -9999px;
}

/* Contact */
.page-id-494 div#va-footer {
    border-top: solid 1px var(--lightborder);
}

/* Our Work */
#acf639a3133ba7bf {
    padding: 0;
}

@media only screen and (max-width:959px) {
    div.site-inner {
        padding-top: 0;
        margin-top: 125px;
    }

    div#hero.tall {
        height: 400px;
    }

    span.hero-text {
        font-size: 42px;
    }

    .row {
        padding: 50px 5%;
    }

    ul.col-3,
    ul.col-4 {
        column-count: 2;
    }

    figure.alignright,
    figure.alignleft,
    figure.alignnone {
        float: none;
        margin: 0 0 32px 0 !important;
        max-width: 100%;
    }
}

@media only screen and (max-width:900px) {
    div#acf637b9c236c02c {
        padding-top: 0;
    }
}

@media only screen and (max-width:768px) {
    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 22px;
    }

    .our-work h2 {
        font-size: 36px;
    }

    body.home #genesis-content {
        display: flex;
        flex-flow: column;
    }

    body.home #acf62b609402331b {
        order: 1;
    }

    body.home #acf63891270347f7 {
        order: 3;
    }

    body.home #acf6389130aaed08 {
        order: 2;
    }

    body.home #acf63891946823e3 {
        order: 4;
    }

    .error404 h1.entry-title {
        text-align: center;
        font-size: 2em;
    }

    .error404 .content article.entry .entry-content form {
        width: 100%;
    }
}


@media only screen and (max-width:600px) {
    span.hero-text {
        font-size: 32px;
    }

    div#hero.tall {
        height: 250px;
    }

    div.site-inner {
        margin-top: 91px;
    }

    ul.col-2,
    ul.col-3,
    ul.col-4 {
        column-count: auto;
        column-gap: 0;
    }
}

@media only screen and (max-width:500px) {
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 22px;
    }
}


@media only screen and (max-width:350px) {
    .error404 .content article.entry .entry-content form {
        display: block;
    }

    .error404 .content article.entry .entry-content form input[type="submit"] {
        margin: 10px 0 0 0;
        width: 100%;
    }
}

/********************** * News / Blog / Archives *********************/
/* Blog Style Overwrite */
.blog .content-sidebar-wrap, .archive .content-sidebar-wrap, .single:not(.single-our_work) .content-sidebar-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px;
}

.blog .content, .archive .content, .single:not(.single-our_work) .content {
    float: none;
    width: 65%;
}

.blog .sidebar, .archive .sidebar, .single:not(.single-our_work) .sidebar {
    float: none;
    width: 30%;
    position: sticky;
    top: 154px;
}

body.content-sidebar .content-sidebar-wrap {
    max-width: 1600px;
    width: 90%;
    margin: 0 auto;
}

body.content-sidebar .sidebar {
    padding-top: 64px;
}

.blog .content .row,
.archive .content .row,
.single:not(.single-our_work) .content .row {
    padding: 0;
}

.archive-description:empty {
    display: none !important;
}

.row.page-title h1 {
    margin-bottom: 0;
}

.entry-content>img:first-child,
.entry-content>picture:first-child {
    float: right;
    width: 40%;
    margin: 0 0 32px 32px;
}

.entry-content>img:first-child,
.entry-content>picture:first-child img {
    width: 100%;
}

.single .entry-header span.entry-title {
    display: none;
}

.single .row.page-title,
.archive .row.page-title,
.blog .row.page-title {
    margin-bottom: 20px;
}

.entry-content a.more-link {
    display: block;
    margin-top: 20px;
    margin-bottom: 0;
    color: var(--chromenavy);
    fill: var(--chromenavy);
    text-decoration: none;
    font-weight: 700;
}

.entry-content a.more-link svg {
    top: 4px;
    margin-left: 5px;
}

.entry-content a.more-link:hover {
    color: var(--cta);
    fill: var(--cta);
}

.blog article .entry-content,
.archive article .entry-content {
    display: grid;
    grid-template-columns: calc(70% - 40px) calc(30% + 40px);
    grid-template-rows: auto auto;
    grid-column-start: 1;
    padding-bottom: 40px;
}

.blog article .entry-content .entry-image-link,
.archive article .entry-content .entry-image-link {
    grid-column-start: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    padding-left: 40px;
}

.blog article .entry-content:before,
.archive article .entry-content:before {
    display: none;
}

.blog article .entry-content .more-link,
.archive article .entry-content .more-link {
    grid-column-start: 1;
    height: 30px;
}

.blog article footer.entry-footer,
.archive article footer.entry-footer {
    display: none;
}

.blog article,
.archive article {
    border-bottom: solid 1px var(--lightborder);
}

article a.entry-title-link {
    display: inline-block;
    line-height: 1.25;
}

.pagination ul {
    padding: 0;
}

a.entry-image-link:hover img {
    opacity: 0.7;
}

a.entry-image-link img {
    transition: opacity 300ms;
}

div.addtoany_content {
    margin: 40px 0;
}

div.addtoany_content:before {
    content: 'Share on Social Media';
    font-size: 0.875em;
    display: block;
    margin-bottom: 10px;
    font-style: italic;
    opacity: 0.7;
}

div.addtoany_content>div a:first-child {
    padding-left: 0;
}

article blockquote {
    border-left: solid 4px var(--cta);
    padding: 20px;
    margin: 0 0 32px 0;
    font-size: 1.25em;
    line-height: 1.5;
}

article blockquote p:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width:1200px) {
    .blog, .archive, .single:not(.single-our_work) {
        .sidebar {
            position: static;
        }
    }
}

@media only screen and (max-width:959px) {
    .blog, .archive, .single:not(.single-our_work) {
        .content-sidebar-wrap {
            display: block;
            gap: 0;
        }

        .content, .sidebar {
            width: 100%;
        }
    }

    body.content-sidebar .sidebar {
        padding-top: 40px;
        margin-bottom: 90px;
    }
}

@media only screen and (max-width:700px) {
    .entry-content>img:first-child {
        float: none;
        margin: 0 0 32px 0;
        width: 100%;
    }

    div.row h2,
    div.row .f-text>p,
    div#cta {
        text-align: left !important;
    }
}

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

    .blog article .entry-content,
    .archive article .entry-content {
        display: flex;
        flex-direction: column;
    }

    .blog article .entry-content .entry-image-link,
    .archive article .entry-content .entry-image-link {
        order: -1;
        padding: 0;
        margin-bottom: 20px;
        display: inline-block;
        width: 300px;
        max-width: 100%;
    }

    .blog article .entry-content * {
        grid-column-start: auto;
        grid-row-start: auto;
        grid-column-end: auto;
        grid-row-end: auto;
    }
}

/********************** * Footer & CTA *********************/
div#va-footer {
    padding: 64px 5%;
    margin-bottom: 0;
}

div#va-footer .row-inner {
    display: flex;
    justify-content: space-between;
}

.footer-col {
    width: 19%;
}

.footer-col.contact-info {
    min-width: 250px;
    padding-right: 20px;
}

.footer-col.contact-info img {
    margin-bottom: 20px;
}

.contact-info p {
    margin-bottom: 16px;
    font-size: 14px;
}

.contact-info p.f-address {
    display: flex;
}

p.f-address span {
    display: block;
}

.contact-info svg {
    width: 16px;
    min-width: 16px;
    height: 16px;
    color: var(--darkdefault);
}

.contact-info a:hover svg {
    opacity: 0.7;
}

.menu-col .menu>li>a {
    font-weight: 700;
}

.menu-col li a {
    text-decoration: none;
}

.menu-col ul.sub-menu {
    padding-top: 8px;
}

.menu-col li {
    margin-bottom: 16px;
}

.menu-col .sub-menu li {
    line-height: 1.3;
}

.copy-va {
    display: inline-block;
}

div#cta {
    background: var(--light);
    text-align: center;
    border-top: solid 1px var(--lightborder);
    border-bottom: solid 1px var(--lightborder);
    margin-bottom: 0;
    background-position: top center !important;
    background-size: cover !important;
}

.isMobile .site-footer {
    margin-bottom: 45px;
}

@media only screen and (max-width:959px) {
    div#va-footer {
        padding: 50px 5%;
    }

    .footer-col.contact-info {
        min-width: 250px;
        padding-right: 20px;
    }

    div#va-footer .row-inner {
        flex-wrap: wrap;
    }

    .footer-col.contact-info {
        min-width: 0;
        width: 100%;
        margin-bottom: 32px;
    }

    .footer-col {
        width: 23%;
    }

    .footer-col.contact-info img {
        width: 100%;
        max-width: 300px;
    }
}

@media only screen and (max-width:768px) {
    .footer-col {
        width: 48%;
        margin-bottom: 32px;
    }

    .footer-col:nth-child(4),
    .footer-col:nth-child(5) {
        margin-bottom: 0;
    }
}

@media only screen and (max-width:600px) {
    .copy-va {
        display: block;
    }

    .copy-wrap span.sep {
        display: none;
    }
}

@media only screen and (max-width:500px) {
    .footer-col.menu-col {
        display: none;
    }

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

/********************** * Mobile Buttons *********************/
.phone-buttons {
    display: flex;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 50;
}

.phone-buttons>div {
    flex-grow: 1;
    text-align: center;
    background: var(--darkdefault);
    border-right: solid 1px rgba(255, 255, 255, 0.3);
}

.phone-buttons>div svg {
    width: 25px;
    height: 25px;
    fill: #fff;
}

.phone-buttons>div a {
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
}

.phone-buttons>div:last-child {
    border: 0;
}

/********************** * Layouts *********************/
/*** Title with Main Content ***/
main#genesis-content {
    padding-top: 60px;
}

.row.title-row {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
}

.row.title-row h1 {
    margin-bottom: 0;
}

.row.title-row+.row.main-content {
    padding-top: 20px;
}

#acf637ba1f446937 {
    padding-top: 0;
    padding-bottom: 30px;
}

@media only screen and (max-width:959px) {
    #acf637ba1f446937 {
        padding-bottom: 0;
    }
}

.row.main-content {
    text-align: center;
}

.row.main-content li {
    text-align: left;
}

.row.main-content .f-text {
    max-width: 900px;
    margin: 0 auto;
}

.f-text p:last-child,
.f-text ul:last-child,
.f-text ol:last-child {
    margin-bottom: 0;
}

.style-dark a,
.style-white a {
    text-decoration: underline;
}

.style-dark a {
    color: #fff !important;
}

.style-dark a:hover,
.style-dark li:hover a {
    color: rgba(255, 255, 255, 0.7);
}

.f-text a.button,
.cta-content a.button,
a.button.primary {
    text-decoration: none;
    min-width: 240px;
    width: min-content;
    color: #fff;
    background: #C10000;
}

.f-text a.button:hover,
.cta-content a.button:hover,
a.button.primary:hover {
    background: #a80000;
    color: #fff !important;
}

.cta-content a.button:hover {
    color: #fff !important;
}

.style-dark .f-text a.button {
    background: var(--chromeice);
    color: var(--chromenavy) !important;
}

.style-dark .f-text a.button:hover {
    background: var(--chromeicealt);
}

.cta-content {
    max-width: 900px;
    margin: 0 auto;
}

.cta-content a.button {
    margin: 0 10px;
    position: relative;
    overflow: hidden;
}

.f-text a.button.secondary,
.cta-content a.button.secondary {
    background: var(--chromenavy);
}

.f-text a.button.secondary,
.cta-content a.button.secondary:hover {
    background: var(--chromenavyalt);
}

.breadcrumbs>span:last-child {
    display: none;
}

span.sep:nth-last-child(2) {
    display: none !important;
}

.breadcrumbs span.sep {
    color: var(--darkdefault);
    display: inline-block;
    padding: 0 8px;
    font-size: 12px;
    color: #666;
    font-weight: 700;
}

.breadcrumbs a {
    color: var(--darkdefault);
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}

.breadcrumbs a:hover {
    color: var(--primaryalt);
}

.breadcrumbs {
    margin-bottom: 10px;
}

.row.main-content.has-main-img {
    text-align: left;
}

.row.main-content.has-main-img .f-text {
    max-width: 100%;
}

.row.main-content.has-main-img .f-text>img,
.row.main-content.has-main-img .f-text>picture {
    float: right;
    display: inline-block;
    border: solid 1px #ddd;
    margin: 0 0 40px 40px;
    max-width: 500px;
}

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

    .row.main-content.has-main-img .f-text>img,
    .row.main-content.has-main-img .f-text>picture {
        float: none;
        margin: 0 0 40px 0;
        max-width: 100%;
    }

    .row.title-row {
        text-align: center;
        padding-top: 0;
        padding-bottom: 40px;
    }

    .row.title-row+.row.main-content {
        padding-top: 0;
    }

    .page-id-597 .row.title-row {
        padding-bottom: 0;
    }
}

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

    .page-id-582 .row.title-row,
    #acf63a1f0f9aed2f {
        padding-bottom: 0;
    }
}

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

    .row.main-content,
    .row.title-row {
        text-align: left;
    }
}

@media only screen and (max-width:600px) {
    .cta-content a.button {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .cta-content a.button:last-child {
        margin-bottom: 0;
    }
}

/*** Image - Full Width ***/
.image-full-width {
    text-align: center;
}

.image-full-width .caption {
    padding-top: 20px;
    font-style: italic;
}

/*** Content with Media ***/
.parent-pageid-756 .row.content-media {
    padding-top: 20px;
}

.content-media .row-inner {
    display: flex;
    justify-content: space-between;
}

.content-media .row-inner>div {
    width: calc(50% - 32px);
    order: 1;
}

.content-media.asset-right .row-inner>div.f-asset {
    order: 2;
}

.content-media.asset-left .row-inner>div.f-asset {
    order: 0;
}

.content-media .f-asset img,
.content-media .f-asset iframe {
    width: 100%;
}

.content-media:not(.title-row + .content-media) .row-inner>.f-text {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
}

.row.content-media .row-inner>.f-text h2 {
    /* position: absolute; */
    /* top: 90px; */
}

@media only screen and (max-width:900px) {
    .content-media .row-inner {
        flex-wrap: wrap;
    }

    .content-media .row-inner>div {
        width: 100%;
    }

    .content-media .row-inner>div.f-asset {
        order: 0 !important;
        margin-bottom: 32px !important;
        padding-bottom: 0;
    }
}

/*** Form ***/
.form .form-wrap {
    max-width: 900px;
    margin: 0 auto;
}

.form-content h2 {
    text-align: center;
}

.form-content .f-text {
    padding-bottom: 40px;
}

.page-id-94 div#va-footer {
    border-top: solid 1px var(--lightborder);
}

.gform_wrapper .gfield h2,
.gform_wrapper .gfield h3,
.gform_wrapper .gfield h4 {
    margin: 20px 0;
}

.row.style-dark form input[type="submit"] {
    background: rgba(255 255 255 / 35%);
}

.row.style-dark form input[type="submit"]:hover {
    background: rgba(255 255 255 / 45%);
}

.form.layout-side .row-inner {
    display: flex;
}

.form.layout-side .row-inner .form-content {
    width: 50%;
    padding-right: 45px;
}

.form.layout-side .row-inner .form-content h2 {
    text-align: left;
}

.form.layout-side .row-inner .form-wrap {
    width: 50%;
    padding-left: 45px;
}

.style-dark .gform_wrapper .gfield_required {
    color: #ffb3b3;
}

div.gform_wrapper .gform_validation_errors>h2 {
    font-weight: 700;
    font-size: 16px;
}

div.gform_wrapper .gfield_error legend,
div.gform_wrapper .gfield_error label {
    color: #ffb3b3;
}

@media only screen and (max-width:959px) {
    .form.layout-side .row-inner {
        display: block;
    }

    .form.layout-side .row-inner .form-content,
    .form.layout-side .row-inner .form-wrap {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
}

/*** Cards (Default) ***/
.row.cards-default {
    padding-bottom: 68px;
}

#acf649446b0df290 {
    padding-top: 0;
}

.cards-default h2 {
    text-align: center;
}

.cards-default .f-text {
    margin-bottom: 64px;
}

.cards-default .cards-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.cards-default .cards-items .item {
    flex-basis: calc(33% - 20px);
    /* width: calc(25% - 32px); */
    /* border-radius: 20px; */
    overflow: hidden;
    /* box-shadow: 0px 12px 20px -6px rgb(0 0 0 / 20%); */
    margin-bottom: 10px;
    transition: all 0.2s ease-in-out;
    background: #fff;
}

.cards-default .cards-items .item:hover {
    /* box-shadow: 0px 22px 30px -6px rgb(0 0 0 / 30%); */
}

.cards-default .cards-items .img {
    height: 200px;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
}

.cards-default .cards-items .text {
    padding-top: 20px;
    text-align: center;
}

.cards-default a {
    text-decoration: none;
    color: var(--primary);
}

.cards-default a:hover {
    color: var(--primaryalt);
}

.cards-default h3 {
    transition: all 300ms;
    margin-bottom: 6px;
}

.cards-default a:hover h3 {
    color: var(--cta);
}

.cards-default p.secondary {
    font-size: 0.75em;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 16px;
}

.cards-default .desc p {
    color: var(--darkdefault);
    margin-bottom: 6px;
}

.cards-default .btn-cta {
    font-family: 'Bebas Neue', sans-serif;
    color: var(--cta);
    display: inline-block;
    transition: all 300ms;
}

.cards-default a:hover .btn-cta {
    color: var(--cta);
}

.cards-default a:hover p { /* added to overwrite default a:hover styles */
	font-weight: initial;
}

.cards-default .cards-items img {
    transition: all 300ms;
    margin-bottom: 0;
}

.cards-default .cards-items .item a:hover img {
    opacity: 0.7;
}

.cards-default .cards-items .img:before {
    content: '';
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: var(--primary);
    transition: all 400ms;
    opacity: 0;
}

.cards-default .cards-items a:hover img:before {
    opacity: 0.7 !important;
}

.cards-default .cards-items a:hover .img:before {
    opacity: 0.7;
}

.cards-default.card-style-side .cards-items .item {
    width: calc(50% - 32px);
    box-shadow: 2px 3px 20px 0px rgb(0 0 0 / 20%);
}

.cards-default.card-style-side .cards-items .item a {
    display: flex;
    height: 100%;
}

.cards-default.card-style-side .cards-items .item .img {
    width: 45%;
    min-width: 45%;
    display: flex;
    height: auto;
}

.cards-default.card-style-side .cards-items .item .text {
    width: 55%;
    min-width: 55%;
}

@media only screen and (max-width:1400px) {}

@media only screen and (max-width:1100px) {
    .cards-default.card-style-side .cards-items .item {
        width: 100%;
        margin-right: 0;
    }
}

@media only screen and (max-width:1080px) {
    .cards-default .cards-items .item {
        flex-basis: calc(50% - 15px);
    }
}

@media only screen and (max-width:1000px) {
    .cards-default .cards-items .item {
        width: calc(50% - 32px);
    }
}

@media only screen and (max-width:950px) {
    .cards-default.card-style-side .cards-items .item {
        width: 100%;
        margin-right: 0;
    }
}

@media only screen and (max-width:700px) {
    .cards-default .cards-items .item {
        width: 100%;
        margin-right: 0 !important;
    }
}

@media only screen and (max-width:600px) {
    .cards-default .cards-items .item {
        flex-basis: 100%;
    }
}

@media only screen and (max-width:500px) {
    .cards-default.card-style-side .cards-items .item a {
        flex-direction: column;
    }

    .cards-default.card-style-side .cards-items .item .img {
        width: 100%;
        height: 200px;
    }

    .cards-default.card-style-side .cards-items .item .text {
        width: 100%;
    }
}

/*** Cards (Full Image) & Cards (Full Image) (No Link) ***/
.card-style-full-image h2,
.card-style-no-link h2 {
    text-align: center;
}

.card-style-full-image .f-text,
.card-style-no-link .f-text {
    margin-bottom: 64px;
}

.card-style-full-image .cards-items,
.card-style-no-link .cards-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.card-style-full-image .item,
.card-style-no-link .item {
    width: calc(25% - 20px);
    margin-right: 20px;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}

.card-style-full-image .item .img,
.card-style-no-link .item .img {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center !important;
    background-size: cover !important;
}

.card-style-full-image .item a,
.card-style-no-link .item>div {
    padding: 20px;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    position: relative;
    height: 100%;
    transition: all 600ms;
}

.card-style-full-image div.desc,
.card-style-no-link div.desc {
    max-height: 0;
    transition: all 600ms;
    transition-timing-function: cubic-bezier(0.53, 0.94, 0.82, 0.63);
    overflow: hidden;
    display: block;
    margin-bottom: 0;
}

.card-style-full-image p.secondary {
    font-size: 0.75em;
    margin: 0;
    transition: margin 600ms;
    color: #fff;
    line-height: 1.25;
}

.card-style-full-image a:hover p.secondary,
.card-style-no-link p.secondary {
    margin-bottom: 16px;
}

.card-style-full-image .text,
.card-style-no-link .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 26px;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 400px;
    max-height: 95px;
    transition: max-height 600ms;
    color: #fff;
}

.card-style-full-image .item a:after,
.card-style-no-link .item>div:after {
    content: '';
    background-image: linear-gradient(0deg, #000000a6, transparent);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    transition: all 600ms;
}

.card-style-full-image h3,
.card-style-no-link h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

#acf639a20dda14a6 h3 {
    font-size: 32px;
}

.card-style-full-image .item a:hover div.desc,
.isMobile .card-style-full-image .item a div.desc,
.card-style-no-link .item>div div.desc {
    max-height: 350px;
    padding-top: 16px;
}

.card-style-full-image .item a:hover:after,
.isMobile .card-style-full-image .item a:after,
.card-style-no-link .item>div:after {
    height: 140%;
    background-image: linear-gradient(0deg, #000000a6, #00000000);
}

.card-style-full-image .item div.desc p,
.card-style-no-link .item div.desc p {
    font-size: 0.75em;
    padding: 0 32px;
    margin-bottom: 16px;
    color: #fff;
}

.card-style-no-link .item div.desc p {
    margin-bottom: 0;
}

.card-style-full-image a:hover .text,
.isMobile .card-style-full-image a .text,
.card-style-no-link .item>div .text {
    max-height: 400px;
    padding-bottom: 0;
}

.card-style-full-image .item span.btn-cta {
    background: var(--chromenavy);
    display: inline-block;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 6px 24px;
    border-radius: 20px;
    font-size: 0.875em;
    font-weight: 700;
    transition: all 0.2s ease-in-out;
}

.card-style-no-link .item span.btn-cta {
    display: none;
}

.card-style-full-image .item span.btn-cta:hover {
    background: var(--chromenavyalt);
}

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

    .card-style-full-image .item,
    .card-style-no-link .item {
        width: calc(33% - 20px);
    }
}

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

    .card-style-full-image .item,
    .card-style-no-link .item {
        width: calc(50% - 10px);
    }

    .card-style-full-image .item:nth-child(even),
    .card-style-no-link .item:nth-child(even) {
        margin-right: 0;
    }
}

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

    .card-style-full-image h2,
    .cards-style-full-image .f-text,
    .card-style-no-link h2,
    .card-style-no-link .f-text {
        text-align: left;
    }
}

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

    .card-style-full-image .item,
    .card-style-no-link .item {
        width: 100%;
        margin-right: 0
    }
}

/*** Cards (Small with Hover Image) ***/
.card-style-minimal .f-text {
    margin-bottom: 64px;
}

.card-style-minimal h2 {
    text-align: center;
}

.card-style-minimal .cards-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.card-style-minimal .item {
    width: calc(25% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
    background-position: center !important;
    background-size: cover !important;
}

.card-style-minimal .item .img {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center !important;
    background-size: cover !important;
}

.card-style-minimal .item a {
    display: flex;
    position: relative;
    flex-direction: column;
    text-decoration: none;
    color: var(--darkdefault);
    box-shadow: 0 0 13px -5px rgb(0 0 0 / 20%);
    border: solid 1px var(--lightborder);
    border-bottom: 0;
    height: 100%;
}

.card-style-minimal .item svg {
    width: 40px;
    height: 40px;
    color: var(--darkdefault);
    fill: var(--darkdefault);
    margin-bottom: 10px;
    transition: all 600ms;
}

.card-style-minimal .item h3 {
    font-size: 22px;
    margin-bottom: 8px;
    font-weight: 700;
    color: var(--primary);
    transition: all 300ms;
}

.card-style-minimal .item a:hover h3 {
    color: #fff;
}

.card-style-minimal .item a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all 600ms;
    z-index: 1;
}

.card-style-minimal .item .text {
    position: relative;
    z-index: 1;
    padding: 64px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    color: var(--darkdefault);
    transition: color 300ms;
}

.card-style-minimal .desc p {
    margin-bottom: 0;
    font-size: 0.875em;
    line-height: 1.5;
}

.card-style-minimal .item a:hover .text {
    color: #fff;
}

.card-style-minimal .item p.secondary {
    font-size: .75em;
    margin-bottom: 10px;
    line-height: 1.25;
    color: #222;
    transition: all 300ms;
}

.card-style-minimal .item a:hover p {
    color: #fff;
}

.card-style-minimal span.icon-arrow {
    display: block;
    width: 100%;
    background: var(--primary);
    z-index: 1;
    padding: 0 5px;
    height: 22px;
    max-height: 4px;
    transition: all 600ms;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    font-size: 14px;
    padding-left: 20px;
    line-height: 1;
    color: #fff;
    color: var(--primary);
}

.card-style-minimal .item .icon-arrow svg {
    color: #fff;
    height: 12px;
    width: 12px;
    float: right;
    transition: all 600ms;
    opacity: 0;
    margin: 0;
}

.card-style-minimal a:hover span.icon-arrow {
    height: 31px;
    max-height: 31px;
    padding: 8px 5px 8px 20px;
    color: #fff;
}

.card-style-minimal a:hover span.icon-arrow svg {
    opacity: 1;
}

.card-style-minimal .item a:hover:before {
    background: rgba(0, 0, 0, 0.4);
}

.card-style-minimal .item a:hover {
    color: #fff;
}

.card-style-minimal .item a:hover svg {
    color: #fff;
    fill: #fff;
}

.card-style-minimal.style-dark .item a {
    border: 0;
}

.card-style-minimal.style-dark span.icon-arrow {
    background: var(--cta);
    color: var(--cta);
}

@media only screen and (max-width:1400px) {
    .card-style-minimal .item {
        width: calc(33.33% - 20px);
    }
}

@media only screen and (max-width:950px) {
    .card-style-minimal .item {
        width: calc(50% - 10px);
    }

    .card-style-minimal .item:nth-child(even) {
        margin-right: 0;
    }
}

@media only screen and (max-width:600px) {
    .card-style-minimal .item {
        width: 100%;
        margin-right: 0;
    }
}

/*** Cards (Grid with Featured) ***/
.card-style-grid h2 {
    text-align: center;
}

.card-style-grid .f-text {
    margin-bottom: 64px;
}

.card-style-grid .cards-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.card-style-grid .grid-half {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.card-style-grid .grid-half:nth-child(odd) {
    padding-right: 15px;
}

.card-style-grid .grid-half:nth-child(even) {
    padding-left: 15px;
}

.card-style-grid .grid-half .item.featured {
    width: 100%;
    height: 630px;
    border: solid 1px var(--lightborder);
}

.card-style-grid .grid-half .item.normal {
    height: calc(50% - 15px);
    margin-bottom: 30px;
    width: calc(50% - 15px);
    margin-right: 30px;
    height: 300px;
    border: solid 1px var(--lightborder);
}

.card-style-grid .item .img {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center !important;
    background-size: cover !important;
}

.card-style-grid .grid-half .item a {
    text-decoration: none;
    color: #fff;
    display: flex;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.card-style-grid .grid-half .item a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, #000000a6, transparent);
    transition: all 600ms;
    z-index: 1;
}

.card-style-grid .grid-half .item h3 {
    margin-bottom: 8px;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    color: #fff;
}

.card-style-grid .grid-half .item p {
    text-align: center;
    font-size: 0.75em;
    margin-bottom: 0;
    color: #fff;
    transition: all 500ms;
}

.card-style-grid .grid-half .item a:hover p.secondary {
    margin-bottom: 10px;
}

.card-style-grid .grid-half .item a .text {
    width: 100%;
    position: absolute;
    bottom: 10px;
    padding: 20px;
    transition: all 600ms;
    z-index: 2;
}

.card-style-grid .grid-half .item.normal:nth-child(even) {
    margin-right: 0;
}

.card-style-grid .grid-half .item.normal:nth-child(3),
.card-style-grid .grid-half .item.normal:nth-child(4) {
    margin-bottom: 0;
}

.card-style-grid .grid-half .item {
    background-size: cover !important;
    background-position: center !important;
}

.card-style-grid .grid-half .item a:hover:before {
    height: 140%;
    background: linear-gradient(0deg, rgb(0 75 135 / 94%), transparent);
}

.card-style-grid.style-dark .grid-half .item {
    border: solid 1px var(--primaryborder);
}

.card-style-grid .item .desc {
    overflow: hidden;
    max-height: 0;
    width: 400px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    transition: all 800ms;
}

.card-style-grid .item .desc p {
    margin-bottom: 16px;
}

.card-style-grid .item a:hover .desc {
    max-height: 200px;
}

.card-style-grid span.btn-cta {
    font-weight: 700;
    background: #fff;
    padding: 8px 24px;
    display: inline-block;
    border-radius: 25px;
    color: var(--primary);
    font-size: 14px;
    transition: all 400ms;
}

.card-style-grid span.btn-cta:hover {
    background: var(--primaryalt);
    color: #fff;
}

@media only screen and (max-width:1200px) {
    .card-style-grid .grid-half {
        width: 100%;
        padding: 0 !important;
    }

    .card-style-grid .grid-half .item.featured {
        height: 300px;
    }

    .card-style-grid .grid-half .item.normal {
        width: calc(50% - 15px);
    }
}

@media only screen and (max-width:600px) {
    .card-style-grid .grid-half .item.normal {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px !important;
    }

    .card-style-grid .grid-half .item.normal:last-child {
        margin-bottom: 0 !important;
    }

    .card-style-grid .grid-half .item a:before {
        height: 140%;
        background: linear-gradient(0deg, rgb(0 75 135 / 94%), transparent);
    }

    .card-style-grid .item a .desc {
        max-height: 200px;
    }
}

/*** List with Small Image ***/
.row.list-with-small-images {
    padding-bottom: 36px;
}

.list-with-small-images h2 {
    text-align: center;
}

.list-with-small-images .f-text {
    margin-bottom: 64px;
}

.list-with-small-images .list-items {
    display: flex;
    flex-wrap: wrap;
}

.list-with-small-images .item {
    width: 50%;
    padding-right: 32px;
    margin-bottom: 64px;
}

.list-with-small-images .item a,
.list-with-small-images .item .item-inner {
    text-decoration: none;
    display: flex;
}

.list-with-small-images .item h3 {
    font-size: 26px;
    margin-bottom: 10px;
}

.list-with-small-images .item p {
    color: var(--darkdefault);
    margin-bottom: 0;
}

.list-with-small-images.style-dark .item p {
    color: #fff;
    opacity: 0.8;
}

.list-with-small-images .img {
    width: 100%;
    height: 300px;
    min-width: 100px;
    margin-right: 20px;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-with-small-images .item:nth-child(even) {
    padding-left: 32px;
}

.list-with-small-images .img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #222;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 400ms;
}

.list-with-small-images a:hover .img:before {
    opacity: 0.7;
}

.list-with-small-images.list-style-stacked a,
.list-with-small-images.list-style-stacked .item-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.list-with-small-images.list-style-stacked .img {
    margin-bottom: 20px;
    margin-right: 0;
}

.list-with-small-images.list-style-stacked .item {
    width: 33%;
    padding-right: 16px;
    padding-left: 16px;
}

.row.list-with-small-images.list-style-split {
    padding-bottom: 90px;
}

.list-with-small-images.list-style-split .row-inner {
    display: flex;
}

.list-with-small-images.list-style-split .row-inner .list-content {
    width: 50%;
    padding-right: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.list-with-small-images.list-style-split .row-inner .list-items {
    padding-left: 32px;
    width: 50%;
}

.list-with-small-images.list-style-split .row-inner .list-items .item {
    width: 100%;
    margin-bottom: 0;
    border: solid 1px var(--lightborder);
    border-bottom: 0;
    padding: 0;
}

.list-with-small-images.style-light.list-style-split .row-inner .list-items .item,
.list-with-small-images.style-dark.list-style-split .row-inner .list-items .item {
    background: #fff;
}

.list-with-small-images.list-style-split.style-dark a {
    color: var(--primaryalt) !important;
}

.list-with-small-images.list-style-split.style-dark a:hover {
    color: var(--darkdefault) !important;
}

.list-with-small-images.list-style-split.style-dark .item p {
    color: var(--darkdefault);
    opacity: 1;
}

.list-with-small-images.list-style-split .row-inner .list-items .item:last-child {
    border-bottom: solid 1px var(--lightborder);
}

.list-with-small-images.list-style-split .row-inner .list-items .item a,
.list-with-small-images.list-style-split .row-inner .list-items .item .item-inner {
    padding: 20px;
}

.list-with-small-images.list-style-split h2 {
    text-align: left;
}

.list-with-small-images.list-style-split .f-text {
    text-align: left;
    margin-bottom: 0;
}

.list-with-small-images .text {
    width: 100%;
}

.list-with-small-images.list-style-split.style-dark .item h3 {
    color: var(--primary);
    transition: all 300ms;
}

.list-with-small-images.list-style-split.style-dark .item a:hover h3 {
    color: var(--primaryalt);
}

.list-with-small-images .item-inner .hover-text {
    opacity: 0;
    color: #fff;
    z-index: 2;
    transition: all 400ms;
    padding: 0 5%;
    max-width: 80%;
}

.list-with-small-images .item-inner .hover-text ul {
    margin: 0;
    padding: 0;
}

.list-with-small-images .item-inner .hover-text p {
    color: inherit;
}

.list-with-small-images .item-inner .img.has-hover:hover:before,
.list-with-small-images .item-inner .img.has-hover:hover .hover-text {
    opacity: 1;
}

.hover-text ul li {
    list-style: none;
    position: relative;
    display: flex;
    text-align: left;
}

.hover-text ul li:before {
    content: '-';
    position: absolute;
    left: -18px;
}

@media only screen and (max-width: 360px) {
    .hover-text ul li:before {
        position: static;
        margin-right: 8px;
    }
}

@media only screen and (max-width:1400px) {
    .list-with-small-images.list-style-split .row-inner {
        display: block;
    }

    .list-with-small-images.list-style-split .row-inner .list-content {
        width: 100%;
        padding: 0;
    }

    .list-with-small-images.list-style-split .f-text {
        margin-bottom: 64px;
    }

    .list-with-small-images.list-style-split h2 {
        text-align: center;
    }

    .list-with-small-images.list-style-split .row-inner .list-items {
        width: 100%;
        padding: 0;
    }
}

@media only screen and (max-width:1200px) {
    .list-with-small-images.list-style-stacked .item {
        width: 50%;
    }

    .list-with-small-images .img {
        height: 400px;
    }

    .list-with-small-images .item h3 {
        font-size: 32px;
    }
}

@media only screen and (max-width:959px) {
    .row.list-with-small-images {
        padding-bottom: 0;
    }
}

@media only screen and (max-width:768px) {
    .list-with-small-images .item {
        width: 100%;
        padding: 0 !important;
    }

    .list-with-small-images.list-style-stacked .item {
        width: 100%;
        margin-bottom: 20px;
    }

    .wp-custom-logo .title-area img {
        max-width: 100%;
    }
}

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

    .list-with-small-images.list-style-stacked a,
    .list-with-small-images.list-style-stacked .item-inner {
        text-align: left;
    }
}

@media only screen and (max-width:500px) {
    .list-with-small-images.list-style-split .img {
        width: 50px;
        height: 50px;
        min-width: 50px;
    }

    .list-with-small-images .item h3 {
        font-size: 24px;
    }
}

/*** Column-Based Content ***/
.column-content h2 {
    text-align: center;
}

.column-content .row-inner>.f-text {
    margin-bottom: 40px;
}

.column-content .column-items {
    display: flex;
    justify-content: space-between;
}

.column-content .col {
    width: 100%;
}

.column-content .col:last-child {
    margin-bottom: 0 !important;
}

.column-content.col-2 .column-items .col {
    width: calc(50% - 40px);
}

.column-content.col-3 .column-items .col {
    width: calc(33.33% - 40px);
}

.column-content.col-4 .column-items .col {
    width: calc(25% - 40px);
}

#acf6377efdbe71b2 .column-items {
    padding-top: 10px;
}

#acf6377efdbe71b2 .col span,
#acf6377efdbe71b2 .col h3 {
    display: block;
    text-align: center;
}

#acf6377efdbe71b2 .col p {
    margin: 0 !important;
}

#acf6377efdbe71b2 .col span {
    background: #a3b8cb;
    color: #001747;
    font-weight: bold;
    font-size: 40px;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin: 0 auto;
    position: relative;
    margin-top: -55px;
    margin-bottom: 20px;
}

#acf6377efdbe71b2 .col h3 {
    color: #001747;
}

@media only screen and (max-width:1100px) {
    .column-content .column-items {
        flex-wrap: wrap;
    }

    .column-content.col-4 .column-items .col {
        width: calc(50% - 40px);
        margin-bottom: 40px;
    }
}

@media only screen and (max-width:950px) {
    .column-content.col-3 .column-items .col {
        width: calc(33.33% - 20px);
    }

    .column-content.col-2 .column-items .col,
    .column-content.col-4 .column-items .col {
        width: calc(50% - 20px);
    }
}

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

    .column-content.col-2 .column-items .col,
    .column-content.col-3 .column-items .col,
    .column-content.col-4 .column-items .col {
        width: calc(100%);
        margin-bottom: 40px;
    }
}

/*** Services Crosslinking ***/
.x-link-wrap {
    margin-bottom: 0px;
    overflow: hidden;
}

.x-link-wrap .row-inner {
    display: flex;
}

.x-link-wrap .row-inner .f-text {
    width: 33.33%;
    min-width: 33.33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.x-link-wrap .x-links {
    width: 100%;
    padding-left: 60px;
    margin-bottom: 40px;
}

.x-link-wrap .x-link {
    width: 362px;
    padding: 0 16px;
}

.x-link a.button {
    background: none;
    color: var(--primary);
    padding: 0;
}

.x-link a {
    display: block;
    text-decoration: none;
}

.x-link a span {
    color: var(--chromenavy);
    font-weight: 700;
    display: block;
    padding-top: 12px;
}

.x-link-wrap button.slick-arrow svg {
    fill: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 24px;
    transition: all 300ms;
}

.x-link-wrap button.slick-arrow {
    top: auto;
    padding: 0;
    height: 40px;
    width: 24px;
    display: flex;
    background: none;
    position: absolute;
}

.x-link-wrap button.slick-arrow.slick-next {
    bottom: -40px;
    left: 126px;
    right: auto;
}

.x-link-wrap button.slick-arrow.slick-prev {
    bottom: -40px;
    left: 76px;
}

.x-link-wrap button.slick-arrow:hover svg {
    fill: var(--cta);
}

.x-link.slick-slide:hover {
    transition: opacity 300ms;
}

.x-link.slick-slide:hover {
    opacity: 0.7;
}

.row.x-link-wrap.layout-simple .row-inner {
    display: block;
}

.row.x-link-wrap.layout-simple .row-inner .f-text {
    width: 100%;
    min-width: 0;
    margin-bottom: 40px;
    text-align: center;
}

.row.x-link-wrap.layout-simple .x-links {
    display: flex;
    padding: 0;
    margin: 0;
    position: relative;
    left: -16px;
    width: calc(100% + 32px);
}

.layout-simple .x-link a span {
    text-align: center;
    padding-top: 8px;
    transition: all 300ms;
}

.layout-simple .x-link img {
    border: solid 1px var(--lightborder);
	border-radius: 20px;
    transition: all 300ms;
}

.layout-simple .x-link a:hover img {
    opacity: 0.7;
}

.layout-simple .x-link a:hover span {
    color: var(--darkdefault);
}

.x-link-wrap.layout-simple .x-link {
    padding: 0 16px;
}

.style-dark .x-link a span {
    color: #fff;
}

.style-dark .x-link a:hover span {
    color: var(--primaryalt);
}

.layout-simple.style-dark .x-link a img {
    border: solid 1px var(--primaryborder);
}

@media only screen and (max-width:1400px) {
    .x-link-wrap h2 {
        font-size: 32px;
    }

    .x-link-wrap h2 span {
        font-size: 24px;
    }

    .row.x-link-wrap.layout-simple .x-links {
        flex-wrap: wrap;
    }

    .x-link-wrap.layout-simple .x-link {
        width: 33.33%;
        margin-bottom: 40px;
    }

    .row.x-link-wrap.layout-simple {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width:959px) {
    .row.x-link-wrap.layout-simple {
        padding-bottom: 10px;
    }
}

@media only screen and (max-width:850px) {
    .x-link-wrap .x-links {
        width: 48%;
        padding-left: 4%;
    }

    .x-link-wrap .row-inner .f-text {
        width: 48%;
        min-width: 48%;
    }

    .x-link-wrap button.slick-arrow.slick-prev {
        left: calc(8% + 8px);
    }

    .x-link-wrap button.slick-arrow.slick-next {
        left: calc(8% + 58px);
    }

    .x-link-wrap .x-link {
        padding: 0 8px;
    }
}

@media only screen and (max-width:650px) {
    .x-link-wrap .x-links {
        width: 100%;
        padding: 0;
    }

    .x-link-wrap .row-inner .f-text {
        width: 100%;
        margin-bottom: 40px;
    }

    .x-link-wrap .row-inner {
        display: block;
    }

    .x-link-wrap button.slick-arrow.slick-prev {
        left: 0;
        bottom: -60px;
    }

    .x-link-wrap button.slick-arrow.slick-next {
        left: 50px;
        bottom: -60px;
    }

    .x-link-wrap .x-link {
        padding: 0 16px 0 0;
    }

    .x-link-wrap {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .x-link-wrap.layout-simple .x-link {
        width: 50%;
    }
}

@media only screen and (max-width:340px) {
    .row.x-link-wrap.layout-simple .x-links {
        left: auto;
        width: 100%;
    }

    .x-link-wrap.layout-simple .x-link {
        width: 100%;
    }
}

/*** Media Gallery ***/
.gallery h2 {
    text-align: center;
    margin-bottom: 40px;
}

.gallery .gallery-wrap {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 40px);
    left: -20px;
    position: relative;
    justify-content: center;
}

.gallery .gallery-wrap>div {
    width: 20%;
    padding: 0 20px;
    height: 300px;
    position: relative;
    margin-bottom: 40px;
}

.gallery .gallery-wrap>div a {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.gallery .gallery-wrap>div a svg {
    width: 12px;
    fill: var(--primaryalt);
    transition: all 300ms;
    top: 0;
}

.gallery .gallery-wrap>div a .icon {
    background: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 10px;
    right: 10px;
    transition: all 300ms;
}

.gallery .gallery-wrap>div.video a svg {
    width: 8px;
    height: 100%;
}

.gallery .gallery-wrap>div a:hover:before {
    opacity: 0;
}

.gallery .gallery-wrap>div a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    transition: all 300ms;
    opacity: 1;
}

.gallery .gallery-wrap>div a:hover .icon {
    background: var(--primaryalt);
}

.gallery .gallery-wrap>div a:hover .icon svg {
    fill: #fff;
}

.gallery .f-text {
    margin-bottom: 40px;
}

@media only screen and (max-width:1400px) {
    .gallery .gallery-wrap>div {
        width: 25%;
    }
}

@media only screen and (max-width:1100px) {
    .gallery .gallery-wrap>div {
        width: 33.33%;
    }
}

@media only screen and (max-width:850px) {
    .gallery .gallery-wrap>div {
        width: 50%;
    }
}

@media only screen and (max-width:550px) {
    .gallery .gallery-wrap>div {
        width: 100%;
        padding: 0;
    }

    .gallery .gallery-wrap {
        left: auto;
        width: 100%;
    }
}

/*** Resources ***/
.resources h2 {
    text-align: center;
}

ul.resource-links li {
    list-style: none;
}

ul.resource-links {
    padding: 0;
}

ul.resource-links:last-child {
    margin-bottom: 0;
}

ul.resource-links li a {
    background: url(/wp-content/uploads/pdf-icon.svg) left center no-repeat;
    background-size: 14px;
    padding-left: 28px;
    text-decoration: none;
}

.f-text ul.resource-links {
    margin-bottom: 32px;
}

.f-text:last-child ul.resource-links {
    margin-bottom: 0;
}

/*** Console ***/
.console .f-title h2 {
    color: #F0F0F0;
    font-size: 85px;
    font-weight: 700;
    margin-bottom: 24px;
}

.console .f-title {
    max-width: 100%;
}

div#console {
    display: flex;
}

div#console-nav {
    width: 20%;
    padding-right: 60px;
    border-right: solid 1px #f0f0f0;
}

div#console-window {
    width: 80%;
    padding-left: 60px;
    position: relative;
}

#console-nav li a {
    color: #777777;
    font-weight: 700;
    text-decoration: none;
}

#console-nav li {
    list-style: none;
}

#console-nav ul {
    padding: 0;
    margin: 0;
}

#console-nav li.active a,
#console-nav li a:hover {
    color: var(--primary);
}

div#console-window .console-page {
    display: none;
    opacity: 0;
    transition: all 400ms;
    display: flex;
    height: 0;
    position: absolute;
    top: 0;
    align-items: flex-start;
}

div#console-window .console-page.active {
    opacity: 1;
    display: flex;
    position: relative;
    height: auto;
    transition: all 400ms;
    z-index: 1;
    background: #fff;
}

div#console-window .console-page>picture,
div#console-window .console-page>img {
    width: 40%;
    order: 2;
}

div#console-window .console-page .f-text {
    width: 60%;
    padding-right: 60px;
}

#console h3 {
    color: var(--primary);
    font-size: 40px;
    margin-bottom: 20px;
}

.style-light div#console-nav {
    border-right: solid 1px var(--lightborder);
}

.style-light div#console-window .console-page.active {
    background: none;
}

.console.style-light .f-title h2 {
    color: #bfbfbf;
}

.console.style-dark .f-title h2 {
    color: rgba(255, 255, 255, 0.4);
}

.style-dark div#console-nav {
    border-color: rgba(255, 255, 255, 0.4);
}

.style-dark div#console-window .console-page.active {
    background: none;
}

.style-dark #console h3 {
    color: #fff;
}

li.active a,
a:hover,
a:hover strong {
    color: var(--cta) !important;
    font-weight: bold;
}

@media only screen and (max-width:1600px) {
    .console .f-title h2 {
        font-size: 60px;
    }
}

@media only screen and (max-width:1150px) {
    .console .f-title h2 {
        font-size: 40px;
        color: #dbdbdb;
    }

    #console h3 {
        font-size: 32px;
    }
}

@media only screen and (max-width:1100px) {
    div#console-nav {
        width: 100%;
        padding: 0;
        border: 0;
        border-bottom: solid 1px #f0f0f0;
        padding-bottom: 20px;
        margin-bottom: 40px;
        overflow-x: scroll;
    }

    div#console {
        display: block;
    }

    div#console-nav ul {
        display: flex;
        max-width: none;
    }

    div#console-nav ul li {
        padding-right: 60px;
    }

    div#console-nav ul li a {
        white-space: nowrap;
    }

    div#console-window {
        width: 100%;
        padding-left: 0;
    }

    div#console-window {
        width: 100%;
        padding-left: 0;
    }

    div#console-window .console-page {
        display: block !important;
    }

    div#console-window .console-page>picture,
    div#console-window .console-page>img {
        margin: 0 0 40px 0;
        display: block;
        width: auto;
    }

    div#console-window .console-page .f-text {
        width: 100%;
        padding: 0;
    }
}

/*** Post Feed ***/
.row.acf-post-feed {
    padding-bottom: 60px;
}

.acf-post-feed h2 {
    text-align: center;
}

.acf-post-feed .f-text {
    margin-bottom: 40px;
}

.acf-post-feed .post-feed-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    left: -15px;
    width: calc(100% + 30px);
}

.acf-post-feed .post-card {
    width: calc(33.33% - 30px);
    border: solid 1px var(--lightborder);
    margin: 0 15px;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.post-card .post-img img {
    width: 100%;
    transition: all 300ms;
}

.post-card .card-summary {
    padding: 20px;
    background: var(--light);
    border-top: solid 1px var(--lightborder);
    flex-grow: 1;
}

.post-card .card-summary h3 {
    font-size: 1.375em;
    margin-bottom: 8px;
}

.post-card a {
    text-decoration: none;
}

.post-card p {
    margin-bottom: 8px;
}

.post-card p.r-type {
    font-weight: 700;
}

.post-card p.r-meta {
    font-size: 0.875em;
    font-style: italic;
}

span.categories:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    position: relative;
    top: -3px;
    margin-left: 10px;
    margin-right: 10px;
}

span.categories {
    font-style: normal;
}

span.categories span.sep:last-child {
    display: none;
}

span.categories span.sep {
    display: inline-block;
    padding: 0 5px;
}

.post-card p.r-excerpt {
    font-size: 0.875em;
}

.post-card a.learn-more {
    font-weight: 700;
    color: var(--darkdefault);
    display: inline-block;
    height: 1.25em;
}

.post-card a.learn-more svg {
    width: 16px;
    display: inline-block;
    margin-left: 4px;
}

.post-card a.learn-more:hover {
    color: var(--primaryalt);
    fill: var(--primaryalt);
}

.post-card a:hover img {
    opacity: 0.7;
}

.style-light .post-card .card-summary,
.style-light .post-card .post-img {
    background: #fff;
}

.style-dark .post-card.type-post {
    border: solid 1px var(--primaryborder);
}

.style-dark .post-card a {
    color: var(--primaryalt) !important;
}

.style-dark .post-card a:hover {
    color: var(--darkdefault) !important;
}

.style-dark .post-card p {
    color: var(--darkdefault);
}

.style-dark .post-card a.learn-more {
    color: var(--darkdefault) !important;
}

.style-dark .post-card a.learn-more:hover {
    color: var(--primaryalt) !important;
    fill: var(--primaryalt);
}

@media only screen and (max-width:959px) {
    .row.acf-post-feed {
        padding-bottom: 20px;
    }
}

@media only screen and (max-width:900px) {
    .acf-post-feed .post-card {
        width: 100%;
        margin: 0 0 40px 0;
        flex-direction: row;
    }

    .acf-post-feed .post-feed-wrap {
        left: auto;
        width: 100%;
    }

    .post-card .post-img {
        order: 2;
        padding: 20px;
        background: var(--light);
        width: 30%;
    }

    .post-card .post-img img {
        width: 100%;
        border: solid 1px var(--lightborder);
    }

    .post-card .card-summary {
        width: 70%;
        border: 0;
    }
}

@media only screen and (max-width:500px) {
    .acf-post-feed .post-card {
        flex-direction: column;
    }

    .post-card .post-img {
        width: 100%;
        order: 0;
        padding: 0;
    }

    .post-card .card-summary {
        width: 100%;
    }

    .post-card .post-img img {
        border: 0;
    }

    .post-card .card-summary {
        border-top: solid 1px var(--lightborder);
    }
}

/*** Testimonials ***/

.testimonials .post-img {
    padding: 32px 32px 0 32px;
    background: var(--light);
}

.testimonials .post-card .card-summary {
    border: 0;
    padding: 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.testimonials .post-img img {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.testimonials .post-card.type-testimonials {
    border-top: solid 4px #104b87;
}

.testimonials .post-card p.r-excerpt {
    font-style: italic;
    font-size: 18px;
    margin-bottom: 20px;
}

.post-card p.r-testimonial-meta {
    text-align: center;
    margin-bottom: 0;
}

.post-card p.r-testimonial-meta span {
    display: block;
}

.post-card p.r-testimonial-meta span.name {
    font-weight: 700;
    font-size: 1.125em;
}

.post-card p.r-testimonial-meta span.job-title {
    font-style: italic;
    opacity: 0.6;
}

.post-card p.r-testimonial-meta span.company {
    color: #104b87;
}

.testimonials .post-card.no-img .card-summary {
    justify-content: center;
}

.testimonials.style-dark .post-card.type-testimonials {
    border-top: solid 4px var(--cta);
}

.testimonials.layout-slider button.slick-arrow {
    background: none;
    padding: 0;
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 1;
}

.testimonials.layout-slider button.slick-next {
    right: -60px;
    top: calc(50% - 30px);
}

.testimonials.layout-slider button.slick-arrow svg {
    width: 32px;
    fill: #104b87;
}

.testimonials.layout-slider button.slick-arrow:hover svg {
    fill: #2173e5;
}

.testimonials.layout-slider.style-dark button.slick-arrow svg {
    fill: rgba(255, 255, 255, 0.7);
}

.testimonials.layout-slider.style-dark button.slick-arrow:hover svg {
    fill: rgba(255, 255, 255, 1);
}

.testimonials.layout-slider button.slick-prev {
    left: -60px;
    top: calc(50% - 30px);
}

.testimonials.layout-slider .post-card.type-testimonials {
    height: auto;
}

.testimonials.layout-slider .slick-track {
    display: flex;
}

@media only screen and (max-width:1300px) {
    .testimonials.layout-slider button.slick-arrow {
        /* display: none; */
        left: 0px;
        right: 0;
        margin: 0 auto;
        z-index: 1;
        top: auto;
        bottom: -40px;
    }

    .testimonials.layout-slider button.slick-arrow:hover svg {
        fill: #2173e5;
    }

    .testimonials.layout-slider button.slick-arrow.slick-prev {
        left: -60px;
    }

    .testimonials.layout-slider button.slick-arrow.slick-next {
        right: -60px;
    }

    .testimonials.layout-slider.show-controls .row-inner {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width:900px) {
    .testimonials.acf-post-feed .post-card {
        flex-direction: column;
    }

    .testimonials .post-card .post-img {
        width: 100%;
        order: 0;
    }

    .testimonials .post-card .post-img img {
        border: 0;
    }

    .testimonials .card-summary {
        width: 100%;
    }
}

/*** Location ***/

.row.location .row-inner {
    display: flex;
}

.row.location .row-inner>div {
    width: 50%;
}

.row.location .row-inner>div.loc-info {
    padding: 0 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.row.location.asset-map .row-inner .loc-asset {
    overflow: hidden;
    position: relative;
}

.row.location.asset-map .row-inner .loc-asset iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 1px #ddd !important;
}

.row.location.asset-image .row-inner .loc-asset img {
    border: solid 1px #ddd !important;
}

.row.location .row-inner>div.loc-info .loc-img {
    display: block;
    width: 300px;
    max-width: 100%;
    margin: 0 auto 40px auto;
}

.row.location .row-inner>div.loc-info h2 {
    font-size: 24px;
    margin-bottom: 16px;
    text-align: center !important;
}

.row.location .row-inner>div.loc-info p {
    margin-bottom: 16px;
    line-height: 1.25;
}

.row.location .row-inner>div.loc-info p.loc-a span {
    display: block;
}

.row.location.asset-map.style-dark .row-inner .loc-asset iframe,
.row.location.asset-image.style-dark .row-inner .loc-asset img,
.location .loc-info .loc-map iframe {
    border: solid 1px var(--primaryborder) !important;
}

.location.asset-image .loc-asset {
    text-align: center;
}

.location.asset-form .gform_footer.top_label {
    padding-bottom: 0;
}

.row.location.asset-loc-left .row-inner>div.loc-info {
    order: 2;
}

.row.location .row-inner>div.loc-info p.loc-a {
    display: flex;
    margin: 0 auto 16px auto;
}

.location .loc-info .loc-map {
    margin-top: 40px;
}

.location .loc-info .loc-map iframe {
    border: solid 1px #ddd !important;
    height: 350px;
    width: 100%;
}

/*start: contact page style side-by-side location blade*/
div#acf62be049651472:before {
    display: none;
}

div#acf62be049651472 {
    padding-top: 40px;
}

div#acf62be049651472 div.loc-info {
    display: block;
    text-align: left;
    padding: 0 45px;
}

div#acf62be049651472 div.loc-info>img,
div#acf62be049651472 div.loc-info>picture {
    margin: 0 0 40px 0;
}

div#acf62be049651472 h2 {
    text-align: left !important;
}

div#acf62be049651472 div.loc-asset {
    padding-right: 45px;
}

/*end: contact page style side-by-side location blade*/
@media only screen and (max-width:768px) {
    .row.location .row-inner {
        flex-wrap: wrap;
    }

    .row.location .row-inner>div {
        width: 100%;
    }

    .row.location .row-inner .loc-asset {
        padding-top: 50px;
    }

    .row.location.asset-map .row-inner .loc-asset iframe {
        position: relative;
        height: 300px;
        border: solid 1px #ddd !important;
    }

    .row.location.asset-loc-left .row-inner>div.loc-info {
        order: 0;
    }

    div#acf62be049651472 {
        padding-top: 0;
    }

    div#acf62be049651472 div.loc-info {
        padding: 0;
    }

    div#acf62be049651472 div.loc-asset {
        padding-right: 0;
    }
}

/*** Image Cloud ***/
.image-cloud .f-text {
    margin-bottom: 30px;
}

.layout-simple .image-cloud-wrap {
    display: flex;
    position: relative;
    left: -10px;
    width: calc(100% + 20px);
}

.image-cloud-wrap .img {
    padding: 10px;
}

.image-cloud-wrap .img img {
    transition: all 300ms;
}

.image-cloud-wrap .img a:hover img {
    opacity: 0.7;
}

.image-cloud .f-text h2 {
    text-align: center;
}

@media only screen and (max-width:1200px) {
    .image-cloud-wrap {
        flex-wrap: wrap;
        justify-content: center;
    }

    .image-cloud-wrap .img {
        width: 25%;
    }
}

@media only screen and (max-width:768px) {
    .image-cloud-wrap .img {
        width: 33.33%;
    }
}

@media only screen and (max-width:500px) {
    .image-cloud-wrap .img {
        width: 50%;
    }
}

/*** Project Gallery ***/
.project-gallery .f-text {
    text-align: center;
    margin-bottom: 64px;
}

.project-gallery .project-list>.project {
    display: grid;
    grid-template-columns: 40% 30% 30%;
    grid-template-rows: auto;
    grid-template-areas:
        "info before-after before-after";
    background: var(--light);
    border-radius: 8px;
    padding: 60px;
    margin-bottom: 60px;
}

.project-gallery .project-list>.project:nth-child(even) {
    background: #fff;
}

.project-gallery .project-list>.project:only-child:not(:nth-child(odd)),
.project-gallery .project-list>.project:last-child:not(:nth-child(odd)) {
    margin-bottom: 0;
}

.project-list .project>.project-info {
    grid-area: info;
}

.project-list .project>.before-after {
    grid-area: before-after;
    display: flex;
    justify-content: space-between;
}

.project .before-after>.before,
.project .before-after>.after {
    width: calc(50% - 20px);
    height: 250px;
}

.project .before-after p {
    text-align: center;
    margin-bottom: 0;
}

.project .before-after a,
.before-after a {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.project .before-after a svg,
.before-after-row .before-after a svg {
    width: 12px !important;
    fill: var(--chromenavy);
    transition: all 300ms;
    top: 0;
}

.project .before-after a .icon,
.before-after .icon {
    background: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 10px;
    right: 10px;
    transition: all 300ms;
}

.project .before-after a:hover:before {
    opacity: 0;
}

.project .before-after a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    transition: all 300ms;
    opacity: 1;
}

.project .before-after a:hover .icon,
.before-after-row .before-after a:hover .icon {
    background: var(--chromenavyalt);
}

.project .before-after a:hover .icon svg,
.before-after-row .before-after a:hover .icon svg {
    fill: #fff;
}

.project-list .project .project-desc {
    max-width: 85%;
}

@media only screen and (max-width:1400px) {
    .project-gallery .project-list>.project {
        border-radius: 0;
    }
}

@media only screen and (max-width: 900px) {
    .project-gallery .project-list>.project {
        display: block;
    }

    .project-list .project .project-desc {
        max-width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .project-gallery .project-list>.project {
        margin-bottom: 0;
        padding: 30px 5%;
    }

    .project-list .project>.before-after {
        display: block;
    }

    .project-list .project>.before-after>div {
        margin-bottom: 50px;
    }

    .project-list .project>.before-after * {
        width: 100%
    }

    .project-list .project>.before-after p {
        padding-top: 6px;
        margin-bottom: 32px;
    }

    .project-gallery .project-list>.project:only-child,
    .project-gallery .project-list>.project:last-child {
        padding-bottom: 16px;
    }
}

/* Dimensions */
.dim-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.dim .svg-wrap {
    background: #dce9f6;
    width: 52%;
    border-radius: 50%;
    aspect-ratio: 1;
    position: relative;
    margin-bottom: 20px;
    /*     box-shadow: 0 0 15px 0 rgba(0,0,0,0.3); */
}

.dim .svg-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
}

.dim:first-child .svg-wrap img {
    width: 35%;
}

.dim-wrap .dim {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.row.dimensions h2 {
    text-align: center;
    margin-bottom: 32px;
}

.dim p {
    font-size: 25px;
    margin-bottom: 0;
    font-weight: 500;
}

div#acf6483908556374 h2 {
    text-align: center;
}

div#acf6483908556374 {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media only screen and (max-width: 1200px) {
    .dim .svg-wrap {
        width: 50%;
    }
}

@media only screen and (max-width: 1000px) {
    .dim p {
        font-size: inherit;
    }
}

@media only screen and (max-width: 900px) {
    div#acf6483908556374 {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 600px) {
    .dim-wrap {
        display: block;
    }

    .dim .svg-wrap {
        width: 30%;
    }

    .dim-wrap .dim:not(:last-child) {
        margin-bottom: 48px;
    }
}

div#acf6483a1c75119d {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* RFQ Popup Form */
div#rfq-form {
    display: block;
    position: fixed;
    z-index: 45;
    right: 0;
    top: 230px;
    transition: top 1s, right 1s, left 1s, bottom 1s
}

div#rfq-form.closed {
    right: -350px;
}

div#rfq-form.hidden {
    right: -450px;
}

#rfq-form .form-toggle {
    position: absolute;
    bottom: 55%;
    transform: rotate(90deg);
    left: -140.5px;
    padding: 10px 40px;
    background: #C10000;
    color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-weight: bold;
    font-size: 17px;
    cursor: pointer;
}

#rfq-form .form-toggle p {
    margin: 0;
}

#rfq-form .form-inner {
    padding: 40px;
    background: #efefef;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 350px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
}

#rfq-form h2 {
    font-size: 30px;
    text-align: center;
}

#rfq-form input {
    width: 100%;
}

#rfq-form input[type="submit"] {
    background: #C10000;
    margin-bottom: 0;
}

#rfq-form input[type="submit"]:hover {
    background: #A80000;
}

#rfq-form input:not([type="submit"]) {
    padding: 14px;
    font-weight: 500;
}

#rfq-form input:not([type="submit"])::placeholder {
    color: #a0a0a0;
}

#rfq-form .gform_footer.before {
    padding-bottom: 0;
    margin-bottom: 0;
}

#rfq-form .form-toggle p:after {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    position: relative;
    left: 8px;
    bottom: -3px;
    transform: rotate(135deg);
    transition: all 1s;
}

#rfq-form.closed .form-toggle p:after {
    transform: rotate(-45deg);
    bottom: 2px;
}

#rfq-form .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    margin: 0;
    font-weight: 500;
    color: #5a5a5a;
    cursor: pointer;
    user-select: none;
}

@media only screen and (max-width: 959px) {
    #rfq-form .form-toggle {
        left: -85.5px;
    }
}

@media only screen and (max-width: 400px) {
    div#rfq-form {
        display: none;
    }
}

@media only screen and (max-height: 760px) {
    div#rfq-form {
        top: 150px;
    }
}

@media only screen and (max-height: 700px) {
    div#rfq-form {
        top: 145px;
    }

    #rfq-form .form-inner {
        padding: 30px;
    }
}

@media only screen and (max-width: 680px) {
    div#rfq-form {
        display: none;
    }
}

/*********************** Our Work *********************/
#our-work-posts {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

#our-work-posts .our-work-post {
    flex-basis: calc(33.33% - 20px);
    margin-bottom: 10px;
}

#our-work-posts .our-work-post .before-after-slider {
    position: relative;
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    border-radius: 6px;
    overflow: hidden;
}

#our-work-posts .our-work-post .before-after-slider .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
    border-radius: 8px;
}

#our-work-posts .our-work-post .before-after-slider .img:before {
    content: 'before';
    font-family: 'Bebas Neue', sans-serif;
    font-size: 24px;
    color: #fff;
    left: 15px;
    position: absolute;
    bottom: 0;
}

#our-work-posts .our-work-post .before-after-slider .img.background-img:before {
    content: 'After';
    left: calc(100% - 60px);
}

#our-work-posts .our-work-post .before-after-slider .img.foreground-img {
    width: 50%;
}

#our-work-posts .our-work-post .before-after-slider .slider {
    padding: 0;
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    background-size: cover;
}

#our-work-posts .our-work-post .before-after-slider .slider::-webkit-slider-runnable-track {
    height: 100%;
    width: 6px;
}

#our-work-posts .our-work-post .before-after-slider .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 6px;
    height: 100%;
    background: white;
    cursor: pointer;
}

#our-work-posts .our-work-post .before-after-slider .slider::-moz-range-thumb {
    width: 6px;
    height: 100%;
    background: white;
    cursor: pointer;
}

#our-work-posts .our-work-post .before-after-slider .slider-button {
    pointer-events: none;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: white;
    left: calc(50% - 17px);
    top: calc(50% - 15px);
}

#our-work-posts .our-work-post .before-after-slider .slider-button:after,
#our-work-posts .our-work-post .before-after-slider .slider-button:before {
    content: '';
    padding: 3px;
    display: inline-block;
    border: solid #c10100;
    border-width: 0 2px 2px 0;
    position: relative;
    left: 7.5px;
    bottom: 2px;
}

#our-work-posts .our-work-post .before-after-slider .slider-button:after {
    transform: rotate(-45deg);
}

#our-work-posts .our-work-post .before-after-slider .slider-button:before {
    transform: rotate(135deg);
}

#our-work-posts .our-work-post h2 {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 6px;
}

#our-work-posts .our-work-post h2 a {
    color: #082973;
    font-weight: normal;
}

#our-work-posts .our-work-post h2 a:hover {
    color: var(--chromenavy) !important;
	font-weight: normal !important;
}

#our-work-posts .our-work-post p {
    font-size: 14px;
    line-height: 1.25;
    margin-bottom: 4px;
}

#our-work-posts .our-work-post>a {
    font-family: 'Bebas Neue', sans-serif;
    color: #c10100;
    font-weight: normal;
}

#our-work-posts .our-work-post>a:hover {
    color: #001747;
}

#our-work-list {
    padding-top: 30px;
}

#our-work-list #filters-wrap {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 40px;
}

#our-work-list #filters-wrap p,
#our-work-list #filters-wrap .facetwp-facet {
    margin-bottom: 0;
}

#our-work-list #filters-wrap p {
    font-family: 'Bebas Neue', sans-serif;
    color: #002778;
}

#our-work-list #filters-wrap .facetwp-facet select {
    font-size: 16px;
    padding: 6px 10px;
    max-width: 230px;
    font-weight: 500;
}

#our-work-list #filters-wrap button {
    padding: 10px 20px;
}

.single-our_work aside {
    display: none;
}

.single-our_work main#genesis-content {
    width: 100%;
}

.single-our_work .breadcrumbs>span:last-child {
    display: inline-block;
}

.single-our_work .breadcrumbs span.sep {
    display: inline-block !important;
}

.single-our_work .row.title-row h1 {
    margin-bottom: 20px;
}

.single-our_work .row.title-row h1 span {
    display: block;
    font-size: .675em;
    color: var(--primary);
}

.before-after-row .before-after {
    display: flex;
    gap: 30px;
}

.before-after-row .before-after>div {
    flex-basis: calc(50% - 15px);
    text-align: center;
}

.before-after-row .before-after a {
    height: 400px;
    margin-bottom: 4px;
}

.before-after-row {
    padding-top: 20px;
}

.before-after-row>p {
    text-align: center;
    margin-bottom: 10px;
}

.before-after-row>p span:last-child {
    display: none;
}

.related-services-row {
    padding-top: 0;
    text-align: center;
}

.related-services {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.related-services>a {
    flex-basis: calc(33% - 20px);
}

.related-services>a h3,
.related-services>a img {
    transition: all 400ms;
}

.related-services>a img {
    margin-bottom: 20px;
}

.related-services>a:hover h3 {
    color: #c10100;
}

.related-services>a:hover img,
.before-after-row .before-after a:hover {
    opacity: 0.7;
}

.page-id-756 h1.page-title {
    font-size: 58px;
}

@media only screen and (max-width:1200px) {
    #our-work-posts .our-work-post {
        flex-basis: calc(50% - 15px);
    }
}

@media only screen and (max-width:1080px) {
    .before-after-row .before-after a {
        height: 300px;
    }

    .related-services>a {
        flex-basis: calc(50% - 15px);
    }
}

@media only screen and (max-width:900px) {
    .before-after-row .before-after a {
        height: 200px;
    }
}

@media only screen and (max-width:768px) {
    #our-work-posts .our-work-post .before-after-slider {
        height: 200px;
    }

    .page-id-756 h1.page-title {
        font-size: 36px;
    }
}

@media only screen and (max-width:690px) {
    #our-work-list #filters-wrap {
        flex-wrap: wrap;
    }

    #our-work-list #filters-wrap p {
        flex-basis: 100%;
    }
}

@media only screen and (max-width:600px) {
    #our-work-posts .our-work-post {
        flex-basis: 100%;
    }

    #our-work-posts .our-work-post .before-after-slider {
        height: 300px;
    }
}

@media only screen and (max-width:500px) {
    .before-after-row .before-after {
        flex-wrap: wrap;
    }

    #our-work-list #filters-wrap .facetwp-facet,
    .before-after-row .before-after>div,
    .related-services>a {
        flex-basis: 100%;
    }

    #our-work-list #filters-wrap .facetwp-facet select {
        max-width: 100%;
    }
}

@media only screen and (max-width:380px) {
    #our-work-posts .our-work-post .before-after-slider {
        height: 200px;
    }
}

/* HVAF Page */
div#acf65e20fb8d722b .row-inner {
    gap: 50px;
}

div#acf65e20fb8d722b .f-asset {
    width: calc(30% - 32px) !important;
}

div#acf65e20fb8d722b .row-inner>div {
    width: calc(70% - 32px);
}

#hvof-split-content {
    display: flex;
    align-items: flex-start;
    gap: 80px;
}

@media only screen and (max-width:768px) {
    #hvof-split-content {
        display: block;
    }
}

#hvof-form {
    order: 3;
    flex-basis: 33.33%;
    padding: 30px;
    background: #cdd8e4;
    text-align: center;
}

#hvof-form h2 {
    font-size: 2em;
}

#hvof-form h2.gform_submission_error {
    font-size: 1.25em;
    line-height: 1;
}

#hvof-form input[type="submit"] {
    margin: 0 auto;
}

@media only screen and (max-width: 900px) {
    #hvof-form {
        flex-basis: 100%;
    }

    div#acf65e20fb8d722b .row-inner>div {
        width: 100% !important;
    }

    div#acf65e20fb8d722b .row-inner>div.f-asset {
        width: 50% !important;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 500px) {
    div#acf65e20fb8d722b .row-inner>div.f-asset {
        width: 100% !important;
    }
}

/* Nav Updates */
@media only screen and (max-width: 1600px) {
    .nav-primary .genesis-nav-menu a {
        padding-left: 6px;
        padding-right: 6px;
    }

    li.menu-item.current-menu-item.animate:after {
        width: calc(100% - 12px);
    }

    li.menu-item.current-menu-item:after {
        left: 6px;
    }
}

@media only screen and (max-width: 1350px) {
    nav.nav-primary .menu li.nav-cta>a {
        padding-left: 14px;
        padding-right: 14px;
    }

    .wp-custom-logo .title-area img {
        max-width: 150px;
    }

    li.menu-item.current-menu-item:after {
        bottom: 30px;
    }
}

@media only screen and (max-width: 1000px) {
    .wp-custom-logo .title-area img {
        max-width: 120px !important;
    }
}

@media only screen and (max-width: 959px) {
    .wp-custom-logo .title-area img {
        max-width: 200px;
    }
}

div#acf6835e31509334 p {
    margin-bottom: 10px;
}

#acf683a2245bc023 {
    padding-top: 15px;
}

div#acf6835bd3daae2f .item.linked {
    width: calc(20% - 20px);
}

@media only screen and (max-width: 650px) {
	.card-style-full-image .cards-items {
		gap: 16px;
	}
	div#acf6835bd3daae2f .item.linked {
		width: 45%;
	}
}

.sub-menu .menu-item a:not([href]) {
    color: var(--chromenavy) !important;
    font-weight: 600 !important;
}

.hero-background-video {
    object-fit: cover;
}

.asset-wrap::before {
    content: '';
    position: absolute;
    top: 154px;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    z-index: 1;
}

.short.asset-wrap::before {
    height: 300px;
}

.tall.asset-wrap::before {
    height: 500px;
}