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

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

 :root {

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

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

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

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

    /* Primary Color Alternate (Accent/Hover) */
    --primaryalt: #4d6fa3;

    /* Primary Color Border */
    --primaryborder: #395887;

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

    /* CTA Alternate (Accent/Hover) */
    --ctaalt: #D27C4B;
	
	/* Lapis Energy Colors */
	--lapisorange: #EC7C47;
	--lapisorangealt: #D3621D;
	--lapis: #194B75;
	--lapisalt : #2C72A9;
	 
    /* lapis color palette */
    --color-bedrock: #194B75;
    --color-corestone: #2C72A9;
    --color-saprolite: #318FCC;
    --color-horizon: #68B3E3;
    --color-flow: #D3621D;
    --color-energy: #EC7C47;
    --color-chalk: #F6F3EF;
    --color-limestone: #EAE6DF;
    --color-granite: #B4B1A6;
	--color-dark-shale: #433E38;
}


/********************** color classes for the wp  *********************/
.has-bedrock-color { color: var(--color-bedrock); }
.has-corestone-color { color: var(--color-corestone); }
.has-saprolite-color { color: var(--color-saprolite); }
.has-horizon-color { color: var(--color-horizon); }
.has-flow-color { color: var(--color-flow); }
.has-energy-color { color: var(--color-energy); }
.has-chalk-color { color: var(--color-chalk); }
.has-limestone-color { color: var(--color-limestone); }
.has-granite-color { color: var(--color-granite); }
.has-granite-color { color: var(--color-dark-shale); }

.has-bedrock-background-color { background-color: var(--color-bedrock); }
.has-corestone-background-color { background-color: var(--color-corestone); }
.has-saprolite-background-color { background-color: var(--color-saprolite); }
.has-horizon-background-color { background-color: var(--color-horizon); }
.has-flow-background-color { background-color: var(--color-flow); }
.has-energy-background-color { background-color: var(--color-energy); }
.has-chalk-background-color { background-color: var(--color-chalk); }
.has-limestone-background-color { background-color: var(--color-limestone); }
.has-granite-background-color { background-color: var(--color-granite); }
.has-granite-background-color { background-color: var(--color-dark-shale); }



/********************** * 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%);
     box-shadow: 0 0 12px rgb(0 0 0 / 0%);
     position: fixed;
     width: 100%;
     /*top: 34px !important;*/
     transition:top 400ms;
}
 .fixed-nav header.site-header, body.top-bar-hidden header.site-header {
     top: 0!important;
}
 header.site-header > .wrap {
     max-width: 1640px;
     margin: 0 auto;
}
 .nav-primary .menu > li:last-child > a {
     padding-right: 0;
}

.nav-primary .genesis-nav-menu a:hover, .nav-primary .genesis-nav-menu a:active, .nav-primary .genesis-nav-menu a:focus {
    outline: 0;
}

 .genesis-nav-menu > li > a {
     padding: 45px 15px;
     font-size: 16px;
     font-weight: 700;
     text-transform: uppercase;
     color: var(--darkdefault);
     transition:all 400ms;
}
 div#top-bar {
     background: var(--primary);
     color: #fff;
     font-size: 0.875rem;
     margin: 0;
     position: fixed;
     top: 0;
     width: 100%;
     z-index: 2;
     transition:top 400ms;
     padding:0 5%;
     font-weight:400;
}
.top-bar-hidden div#top-bar {
  display:none !important;
  height:0 !important; 
  opacity:0 !important; 
  position:absolute !important; 
  left:-9999px !important;
}
 .fixed-nav div#top-bar {
     top: -34px;
}
 div#top-bar a {
     color: #fff;
     text-decoration: none;
}
 div#top-bar a:hover {
     opacity: 0.7;
}
 .social svg {
     width: auto;
     height: 30px;
     position: relative;
     top: 3px;
}
 #top-bar .row-inner {
     text-align: right;
     padding: 0;
     height: 34px;
     max-width:100%;
}
 #top-bar .social {
     align-self: flex-end;
}
 #top-bar .contact-info {
     float: left;
     display: inline-block;
     padding-top: 6px;
}
 #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 14px;
}
.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:#fff;
}
 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(255,255,255,0.2);
}
 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;
}
 .fixed-nav.wp-custom-logo .site-container div.title-area {
     max-width: 150px!important;
}
 .fixed-nav 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: 16px 32px;
     background: var(--lapisorange);
     border-radius: 4px;
     transition: all 300ms;
     color: #fff;
}
 .nav-primary .menu li.nav-cta > a:hover {
     background: var(--lapisorangealt);
	 color: #fff !important;
}
 button#genesis-mobile-nav-primary {
     font-size: 0;
     margin: 0 5% 0 0;
}
 .site-header .menu-toggle::before {
     color: var(--primary);
     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: rgba(0,0,0,0.5);
     top: calc(50% - 6px);
}
 nav#genesis-nav-primary ul.menu li.menu-item-has-children {
/*      padding-right: 15px; */
}
 #top-bar input#searchform-1 {
    padding: 9px 20px;
    font-size: 14px;
    border: 0;
    background: rgba(255,255,255,0.25);
    color: #ffffff;
    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 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.fixed-nav .nav-primary .genesis-nav-menu a {
    padding: 10px 15px;
}
 .header-stacked.fixed-nav .nav-primary .menu li.nav-cta > a {
    background: none;
    padding: 0;
    color: var(--darkdefault);
     padding-top: 1px;
}
 .header-stacked.fixed-nav .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.fixed-nav .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.fixed-nav header.site-header {
    background: #fff;
     box-shadow: 0 0 12px rgb(0 0 0 / 15%) !important
}
 .nav-transparent div#top-bar {
    background: rgba(0,0,0,0.5);
}
 .nav-transparent .site-inner:before, .isMobile .site-inner:before  {
    content: '';
    width: 100%;
    height: 125px;
    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: #000;
    transition: all 300ms;
}
 .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(--lapisorange);
}
 .nav-transparent.fixed-nav .genesis-nav-menu > li > a {
    color: var(--darkdefault);
}
.nav-transparent.fixed-nav .genesis-nav-menu > li > a:hover {
	color: var(--lapisorange);
}
 .nav-transparent.header-stacked nav#genesis-nav-primary {
    background: none;
}
 .nav-transparent.header-stacked.fixed-nav nav#genesis-nav-primary {
    background: var(--light);
}
 .nav-transparent nav#genesis-nav-primary ul.menu li.menu-item-has-children > a:after {
    border-color: #000;
}
 .nav-transparent.fixed-nav nav#genesis-nav-primary ul.menu li.menu-item-has-children > a:after {
    border-color: rgba(0,0,0,0.5);
}
 .nav-transparent img.custom-logo {
     /*opacity: 0;*/
     transition: opacity 300ms;
}
.title-area a.custom-logo-link {
	background: none !important;
}
 .nav-transparent.fixed-nav img.custom-logo {
     opacity: 1;
}
 .nav-transparent.fixed-nav a.custom-logo-link {
     background: none;
}
 body.isMobile header.site-header {
    background: #fff;
}
 body.isMobile .genesis-nav-menu > li > a {
    color: var(--darkdefault);
}
body:not(.home):not(.no-hero):not(.single-post) .site-header {
    background: none;
    box-shadow: none !important;
    transition: all 300ms;
}

/* body:not(.home):not(.isMobile):not(.single-post) .site-inner, */
body:has(#hero) .site-inner {
    margin-top: 0;
}

body:not(.home) div#hero {
    height: 600px;
}

body:not(.home).fixed-nav div.site-container > header.site-header {
    background: #fff !important;
    box-shadow: 0 0 12px rgb(0 0 0 / 15%) !important;
}

body:not(.home) #hero::before {content: '';position: absolute;top: 0;left: 0;background:linear-gradient(180deg, rgb(255 255 255) 0%, rgba(0,212,255,0) 100%);width: 100%;height: 300px;z-index:1;}

#hero .hero-inner .hero-text-wrap .hero-text span {
    background: #FFE9A1;
    background: linear-gradient(to bottom, #FFE9A1 0%, #EBB100 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
    filter: drop-shadow(0px 0px 10px #0009);
}

#hero .hero-inner .hero-text-wrap .hero-sub-text {
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    /*     max-width: 80%; */
    color: #fff;
    /* text-shadow: 0 0 11px rgb(0 0 0 / 70%); */
    margin: 0;
}

#hero .hero-inner .hero-text-wrap .hero-sub-text span {
    color: var(--lapisorangealt);
    font-weight: 700;
}

.hero-cta {
    padding: 15px 75px;
	margin-top: 28px;
}

 @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;
    }
     .nav-transparent:not(.isMobile) .site-inner {
        margin-top: 0 !important;
    }
}
@media only screen and (max-width:1500px) {
  #top-bar span.address {
    display: none;
  }
}

@media only screen and (max-width:1100px) {
  #top-bar span.email {
    display: none;
  }
}
 @media only screen and (max-width:1040px){
     .wp-custom-logo .title-area{
         max-width:200px!important;
    }
}
 @media only screen and (max-width:959px) {
     .wp-custom-logo .site-container .title-area {
         max-width: 300px;
         padding-bottom:15px;
    }
     #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);
  }
     .nav-primary .menu li.nav-cta > a:hover {
         color: #0478e6;
    }
     #top-bar .top-menu {
         display: none;
    }
     #top-bar .social {
         margin-right: 0;
    }
     header.site-header {
         position: fixed;
         width: 100%;
         top: 34px;
         transition: all 400ms;
         z-index:50;
    }
     div#top-bar {
         position: fixed;
         top: 0;
         transition: top 400ms;
    }
     .fixed-nav div#top-bar {
         top: -34px;
    }
     .fixed-nav header.site-header {
         top: 0;
    }
     .fixed-nav button#genesis-mobile-nav-primary {
         padding: 0;
    }
     header.site-header {
         padding-left: 0;
         padding-right: 0;
         padding-bottom: 0;
         background:#fff!important;
    }
     header.site-header .title-area {
         margin-left: 5%;
         padding-bottom: 15px;
    }
     button#genesis-mobile-nav-primary {
         margin-right: 5%;
         max-width:40px;
    }
     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(--primaryalt) !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);
    height: auto !important;
  }

  .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.fixed-nav 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: #000;
    }
   
   ul.menu > li.menu-item > button.sub-menu-toggle {
    padding: 14px 10px;
    width:auto;
  }
}

@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: #fff;
    }
     .nav-transparent .site-header .menu-toggle::before {
        color: var(--primary);
    }
     .nav-transparent .site-inner:before {
        display: none;
    }
     .nav-transparent header.site-header, .isMobile header.site-header, body:not(.home):not(.no-hero):not(.single-post) .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;
		/*top: 90px;*/
        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;
    }
     .fixed-nav .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(--lapis);
}

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

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

.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(--lapis);
}
 a:hover, a:focus {
     color: var(--lapisalt);
}
 main#genesis-content {
     padding-top: 60px;
}
 .row {
     width: 100%;
     padding: 90px 5%;
     padding: 180px 5%;
     position:relative;
}
 .row:after {
     content: '';
     display: table;
     clear: both;
}
 .row-inner {
     width: 100%;
     max-width: 1640px;
     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;
}
 .row.style-light + .row:before, .row.style-dark + .row:before {
     display: none;
}
 div.site-inner {
     padding: 0;
     margin-top: 110px;
}
 .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(--primary);
     border-top: solid 1px var(--primaryborder);
     border-bottom: solid 1px var(--primaryborder);
     color: #fff;
}
 div#hero {
     height: 300px;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: top 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; */
 	 max-width: 1640px;
 	 margin: 0 auto;
/* 	 max-width: 80%; */
	 
}
.hero-text-wrap {
    display: flex;
    flex-flow: row wrap;
}
 span.hero-text {
     color: #fff;
     font-size: 50px;
     text-transform: uppercase;
     font-weight: 700;
     /* text-shadow: 0 0 11px rgb(0 0 0 / 70%); */
     line-height:1.25;
     /* 	 max-width: 80%; */
     width: 100%;
}
 .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)); */
}

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(--lapisorange);
}
 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(--lapisorangealt);
}
 .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) !important;
}
.button.tertiary-button {
    background: var(--lapisalt);
}

.button.tertiary-button:hover {
    background: var(--lapis) !important;
}
.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;
}

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

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

#home-feature .text p.primary span, #mobile-home-feature p.primary span {
    /* background: #FFE9A1; */
    /* background: linear-gradient(to bottom, var(--lapisorangealt) 0%, var(--lapisorange) 100%); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    text-shadow: none;
    filter: drop-shadow(0px 0px 10px #0009);
}
#home-feature .text p.primary, #mobile-home-feature p.primary {
	font-size: 80px;
	text-align: left;
	text-transform: uppercase;
	max-width: 1640px;
	margin: 0 auto 16px;
}
div#mobile-home-feature {
    background: linear-gradient(324deg, rgba(0,128,252,1) 0%, rgb(18 60 205) 100%);
    padding: 40px 5%;
}

#mobile-home-feature .secondary {
    margin: 0;
}

div#mobile-home-feature p, div#mobile-home-feature .secondary-wrap {
    color: #fff;
}
#mobile-home-feature p.primary {
	font-size: 32px;
}
#mobile-home-feature p.primary br {
    display: none;
}
#home-feature .text .secondary-wrap {max-width: 1640px;margin: 0 auto;}
#home-feature .text p.secondary {
    font-size: 32px;
    text-align: left;
    font-weight: 600;
    line-height: 44px;
    max-width: 80%;
}

#home-feature .text p.secondary span, #mobile-home-feature p.secondary span {
    /* color: var(--lapisorange); */
    font-weight: bolder;
}

#cta.row {
    background: none;
    padding: 0;
    display: flex;
    border: none;
}

div#cta {
	overflow-x: hidden;
}

#cta.row > div {
    width: 50%;
    float: left;
	padding: 90px 5%;
}

#cta .cta-aside {
    padding: 0 !important; /* was 30px 0 */
}

#cta .cta-aside .row-inner {
    height: 100%;
    padding: 0 60px;
    background-size: cover !important;
    box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 34%);
	display: flex;
	flex-flow: row wrap;
	align-content: center;
}

#cta.row p, #cta.row h2, #cta.row .cta-aside .cta-content {text-align: left;}

#cta.row .cta-content a.button, #cta.row .cta-form input[value="Submit"] {
    text-decoration: none;
    /*min-width:240px;*/
    width:min-content;
    color:#fff;
    background: var(--lapisorange);
}
#cta.row .cta-content a.button:hover, #cta.row .cta-form input[value="Submit"]:hover {
    background: var(--lapisorangealt);
}

#cta.row .cta-content {
    max-width: unset;
    margin: 0 auto;
}

#cta.row .cta-content a.button, #cta.row .cta-form input[value="Submit"] {
    margin: 0 10px;
    border-radius: 8px;
    font-weight: bold;
    font-style: italic;
}

#cta.row .cta-content a.button.secondary {
    background: var(--lapis);
    padding: 15px 50px;
    min-width: unset;
    margin: 0;
}

#cta.row .cta-content a.button.secondary:hover {
    background: var(--lapisalt);
}

#cta.row h2 {
    color: #fff;
}

#cta.row .cta-form .gform_heading {
    display: none;
}

#cta.row .cta-form input:not([value="Submit"]), #cta.row .cta-form textarea {
    border-radius: 8px;
    padding: 18px;
}

#cta.row .cta-form input[value="Submit"] {
    margin: 0;
    padding: 20px 55px;
}

#cta.row h2 {
    font-weight: 600;
    width: 100%;
}

#cta.row .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 31px;
	grid-column-gap: 27px;
}

#cta.row .cta-content a.button:first-of-type {
    margin-left: 0;
	margin-right: 40px;
	width: fit-content;
	padding: 15px 50px;
}

.title-row + .row.main-content .f-text {
    text-align: left;
    max-width: none;
}

#cta.row .gform_submission_error {
    color: #c53d23;
}

#cta.row .gform_validation_errors, #cta.row .validation_message {
    border-radius: 8px;
}

body.page-id-94 .row.title-row + .row.main-content { /* Contact Page */
    padding-bottom: 0 !important;
}
body.page-id-94 #acf63d2a35bdbcc9 {
	padding-top: 90px;
}

div#acf63d0195e2f56c h2 {
	margin-bottom: 50px;
}

@media only screen and (max-width: 1290px) {
    #home-feature .text p.primary {
        font-size: 5.2vw;
    }
    #home-feature .text p.secondary {
        font-size: 2.3vw;
        line-height: 32px;
    }
}

@media only screen and (max-width: 1121px) {
	#cta.row .cta-content a.button {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1000px) {
    #home-feature .text p.primary {
        font-size: 50px;
    }
    #home-feature .text p.secondary {
        font-size: 22px;
    }
    #home-feature .text p.primary br {
        display: none;
    }
}

@media only screen and (max-width: 921px) {
	#cta.row .cta-content a.button:first-of-type {
		margin-right: 0;
	}
}

@media only screen and (max-width: 890px) {
	#cta.row .cta-content a.button:first-of-type {
		padding: 15px 20px;
	}
}

@media only screen and (max-width: 700px) {
    #home-feature .text p.primary {
        font-size: 48px;
    }
    #home-feature .text p.secondary {
        font-size: 20px;
        line-height: 24px
    }
}

 @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;
    }
	 #hero .hero-inner .hero-text-wrap .hero-sub-text {
		font-size: 24px;
		line-height: 32px;
	}
     .row {
         padding: 80px 5%;
    }
   .row.title-row{
    padding-top:80px!important;
   }
   .isMobile .row.title-row{
   padding-top:30px!important;
   }
   main#genesis-content{
   padding-top:0!important;
   }
     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%;
    }
     #cta h2 {
        font-size: 38px;
    }
	 .gform_wrapper .gform_validation_errors>h2 {
		 font-size: 16px !important;
	 }
}
 @media only screen and (max-width:768px) {
     h1 {
         font-size: 36px;
    }
     h2 {
         font-size: 28px;
    }
     h3 {
         font-size: 22px;
    }
	 
	 .error404 h1.entry-title {
        text-align: center;
        font-size: 2em;
    }
    .error404 .content article.entry .entry-content form {
        width:100%;
    }
	 
	#cta.row {
        display: block;
    }
    #cta.row > div {
        width: 100%;
    }
    #cta.row .cta-aside {
        padding: 0 !important;
    }
    #cta.row .cta-aside .row-inner {
        padding: 80px 5%;
    }
    #cta h2 {
        font-size: 32px;
    }
	 #cta.row .cta-content a.button:first-of-type {
		padding: 15px 50px;
	}
	 #cta.row .cta-content a.button {
        margin-bottom: 0;
    }
	 #cta.row .cta-content a.button:first-of-type {
		 margin-right: 40px;
	 }
  div#hero{
  display:none;
  }
}


 @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;
    }
	 #cta.row .cta-content a.button:first-of-type {
		padding: 15px 30px;
	}
}
@media only screen and (max-width:550px) {
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{
width:100%;
}
	#acf63d0195e6dbd1 .f-text p:last-of-type {
		display: block !important;
		position: static !important;
		margin-left: 0 !important;
		margin-top: 0 !important;
		margin-bottom: 32px !important;
	}
}
 @media only screen and (max-width:500px) {
     h1 {
         font-size: 32px;
    }
     h2 {
         font-size: 24px;
    }
     h3 {
         font-size: 22px;
    }
	 #cta.row .cta-content a.button {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 478px) {
	#cta.row .cta-content a.button {
		margin-bottom: 20px;
	}
}


@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 *********************/
 body.content-sidebar .content-sidebar-wrap {
     width:90%;
     margin: 0 auto;
}
 body.content-sidebar .sidebar {
     padding-top: 64px;
}
 .blog .content .row, .archive .content .row, .single .content .row {
     padding: 0;
}
 .archive-description {
     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;
     /* width: 180px; */
     margin-top: 20px;
     margin-bottom:0;
     color:var(--lapisorange);
     fill:var(--lapisorange);
     text-decoration:none;
     font-weight:700;
}
 .entry-content a.more-link svg {
     top: 7px;
     margin-left: 10px;
	 position: absolute;
}
 .entry-content a.more-link:hover {
     color: var(--lapisorangealt);
     fill: var(--lapisorangealt);
}
 .blog article .entry-content, .archive article .entry-content {
     display: grid;
     /* grid-template-columns: calc(70% - 40px) calc(30% + 40px); */
     /* grid-template-rows: 1fr 1fr; */
     /* 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; */
     /* position: relative; */
}
 .blog article footer.entry-footer, .archive article footer.entry-footer {
     display: none;
}
 .blog article, .archive article, .single-post .entry-content, .single-post .entry-header {
     border-bottom: solid 1px var(--lightborder);
     padding-bottom: 20px;
     width:1640px;
     margin-left:auto;
     margin-right:auto;
     max-width:100%;
}
.single-post .entry-header{
 border:none;
}
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(--lapis);
    padding: 20px;
    margin: 0 0 32px 0;
  font-size: 1.25em;
    line-height: 1.5;
}

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

body.blog aside.sidebar {
    display: none;
}

.blog article:last-child, .archive article:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

body:not(.page-id-570):not(.page-id-565):not(.page-id-832) a[href*=".pdf"]:before { /* Not FAQ or Projects Pages */
    content: '';
    display: inline-block;
    background-image: url(/wp-content/uploads/pdf-icon.svg);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

body:not(.page-id-570):not(.page-id-565):not(.page-id-832) a[href*=".pdf"] { /* Not FAQ or Projects Pages */
    display: flex;
    align-items: center;
}

.image-right {
    float: right;
    margin: 0 40px 40px 40px;
}

@media only screen and (max-width:959px) {
  body.content-sidebar .sidebar {
    margin-bottom: 90px;
  }
  .blog .content .row, .archive .content .row, .single .content .row{
  padding-top:30px;
  }
}

@media only screen and (max-width: 800px) {
	.image-right {
		float: none;
		margin: 32px 0;
	}
}

@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) {
  .entry-content > img:first-child, .entry-content > picture:first-child{
  float:none;
  margin-left:0;
  width:100%;
  }
  .entry-header .entry-meta{
   margin-bottom:30px;
  }
     .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;
         width:100%;
         max-width:100%;
    }
     .blog article .entry-content * {
         grid-column-start: auto;
         grid-row-start: auto;
         grid-column-end: auto;
         grid-row-end: auto;
    }
    .blog article .entry-content img{
    width:100%!important;
    }
}
/********************** * 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: 14%; /* was 18% */
}
 .footer-col.contact-info {
     min-width: 250px;
     padding-right:20px;
	 margin-right: 60px;
}
 .footer-col.contact-info img {
     margin-bottom: 20px;
}
 .contact-info p {
     margin-bottom: 16px;
     font-size:14px;
	 position: absolute;
	 max-width: 300px;
	 word-wrap: break-word;
}
 .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: 8px;
}
 .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: 50px;
	padding: 15px 5%;
}
.footer .menu-col .menu > li > a {
    font-weight: 400;
    font-size: 24px;
    color: var(--lapis);
}
.footer .menu-col .menu > li > a:hover,
.footer .menu-col.footer-col-4 .menu > li > ul.sub-menu > li:last-child > a:hover {
	color: var(--lapisalt);
}

.footer .menu-col.footer-col-3 .menu > li > ul.sub-menu > li > a {
    font-weight: 400;
    font-size: 20px;
    color: black;
}

.footer .menu-col.footer-col-3 .menu > li > ul.sub-menu {
/*     display: flex;
    flex-flow: row wrap; */
}

.footer .menu-col.footer-col-3 .menu > li > ul.sub-menu > li {
    width: 50%;
    margin-bottom: 4px;
}

.footer .menu-col.footer-col-3 .menu > li > ul.sub-menu > li > a:hover,
.footer .menu-col.footer-col-4 .menu > li > ul.sub-menu > li > a:hover {
    color: var(--lapis);
}

.footer .menu-col.footer-col-4 .menu > li > ul.sub-menu > li > a {
    color: black;
    font-size: 16px;
}

.footer .menu-col.footer-col-4 .menu > li > ul.sub-menu > li {
    margin-bottom: 12px;
}

.footer .menu-col.footer-col-4 .menu > li > ul.sub-menu > li:last-child > a {
    color: var(--lapis);
    font-weight: bolder;
}

.footer .menu-col.footer-col-4 .menu > li > ul.sub-menu > li > a > span.br {
    display: block;
    margin-bottom: -.4em;
}

.footer-col.footer-col-4 {
    width: 18%;
}

.footer-col.footer-col-5 {
    margin-left: 20px;
    width: auto;
}
.footer-col.footer-col-5 .social a, .location .social a {
    color: var(--lapisorange);
}

.footer-col.footer-col-5 .social a:hover, .location .social a:hover {
	color: var(--lapisorangealt);
}

.site-footer .wrap {
    max-width: 1640px;
    margin: 0 auto;
}

.site-footer .wrap .copy-wrap, .site-footer .wrap .copy-wrap * {
    text-align: left;
    color: #AAAAAA;
	font-weight: bold;
	font-size: 12px;
}

.page-id-94 .form .row-inner {
    position: relative;
    z-index: 2;
}

@media only screen and (min-width: 967px) {
    .page-id-94 .form .row-inner:after {
        /* content: ""; */
        /* background-image: url(/wp-content/uploads/lapis-icon.png.webp); */
        background-repeat: no-repeat;
        background-position: center;
        background-size: 500px;
        position: absolute;
        top: -400px;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0.05;
        z-index: -1;
    }
}

@media only screen and (max-width:959px){
.contact-info p{width:100%;max-width: 95%;}
}

@media only screen and (max-width: 1300px) {
	div#va-footer .row-inner {
		justify-content: space-between;
	}
	.footer .menu-col .menu > li > a {
        font-size: 20px
    }
    .footer .menu-col.footer-col-3 .menu > li > ul.sub-menu > li > a {
        font-size: 18px;
    }
	.footer .menu-col.footer-col-4 .menu > li > ul.sub-menu > li > a > span.br {
		display: none;
	}
	.social a {
		padding: 0 7px;
	}
	.social svg {
		height: 20px;
	}
}

@media only screen and (max-width: 1158px) {
	.footer .menu-col.footer-col-3 .menu > li > ul.sub-menu {
		display: block;
	}
	.footer .menu-col .menu > li > a {
        font-size: 18px;
    }
    .footer .menu-col.footer-col-3 .menu > li > ul.sub-menu > li > a {
        font-size: 16px;
    }
	.footer-col.footer-col-4 {
		width: 16%;
	}
}

 @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%;
         flex-basis: 100%;
         margin-bottom: 80px;
    }
     .footer-col {
         width: 33%;
         flex-basis: 33%;
    }
  .footer-col.footer-col-5{
  margin-left:0;
  }
     .footer-col.contact-info img {
         width: 100%;
         max-width: 150px;
    }
	 .footer .menu-col.footer-col-3 .menu > li > ul.sub-menu {
		 display: flex;
	 }
	 .footer .menu-col.footer-col-4 .menu > li > ul.sub-menu > li.menu-item-593 {
		 display: none;
	 }
	 .footer-col.footer-col-4 {
		 width: 18%;
	 }
}
 @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;
    }
	 .footer .menu-col.footer-col-3 .menu > li > ul.sub-menu > li {
		 width: 34%;
	 }
	 .footer-col.footer-col-5, .footer-col.footer-col-4 {
		 width: 48%;
		 margin-left: 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;
    }
	 .isMobile .site-footer {
		 margin-top: 20px;
	 }
}
/********************** * 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: 180px;
}

main#genesis-content .row:last-child:not(.location):not(.project) {
    padding-bottom: 180px;
}

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

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

.row.title-row + .row.main-content {
    padding-top: 20px;
	padding-bottom: 180px;
}
#acf63caca887a39c{
    padding-bottom:100px;
}
body.home .row.title-row + .row.main-content, body.page-id-570 .row.title-row + .row.main-content {
	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 {
    color: #fff !important;
    text-decoration: underline;
}
 .style-dark a:hover {
    color: rgba(255,255,255,0.7) !important;
}
 .f-text a.button, .cta-content a.button, a.button.primary,  {
    text-decoration: none;
    min-width:240px;
/*     width:min-content; */
    color:#fff;
    background:var(--lapisorange);
	font-style: italic;
	font-size: 20px;
	padding: 15px 50px;
}
 .f-text a.button:hover, .cta-content a.button:hover, a.button.primary:hover {
    background:var(--lapisorangealt);
}

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

.cta-content a.button {
    margin: 0 10px;
}

.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 0 !important;
    padding: 16px 0 !important;
}

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

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

 .style-dark .f-text a.button {
    background: rgba(255 255 255 / 35%);
}
 .style-dark .f-text a.button:hover {
    background: rgba(255 255 255 / 45%);
    color: #fff !important;
}
 .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 {
	 display: none;
    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) {
   body .row.title-row + .row.main-content, 
   .row.title-row + .row.main-content,
   #acf63caca887a39c{
   padding-bottom:80px!important;
   }
 
 main#genesis-content .row:last-child:not(.location):not(.project){
 padding-bottom:80px;
 }
 .row.style-light{
  padding:80px 5%!important;
 }
    .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;
	 }
}

 @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 ***/
.row.content-media {
	padding: 180px 5%;
}
.row.style-light {
    padding: 180px 5%;
}
 .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%;
}

@media only screen and (max-width: 959px) {
	.content-media.style-light {
		padding: 80px 5%;
	}
	.row.content-media {
		padding: 80px 5%;
	}
}

 @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;
    }
}

@media only screen and (max-width: 768px) {
	.row.style-light {
		padding: 120px 5%;
	}
	main#genesis-content .row:last-child {
		padding-bottom: 120px;
	}
}

/*** 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;
}
 .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;
}
 .cards-default .cards-items .item {
     width: calc(25% - 32px);
     margin-right: 32px;
     border-radius: 20px;
     overflow: hidden;
     box-shadow: 0px 12px 20px -6px rgb(0 0 0 / 20%);
     margin-bottom:32px;
     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: 30px;
}
 .cards-default a {
     text-decoration: none;
     color:var(--primary);
}
 .cards-default a:hover{
     color:var(--primaryalt);
}
 .cards-default h3 {
     font-size: 22px;
     font-weight: 700;
     margin-bottom: 0;
     color:var(--primary);
     transition:all 300ms;
}
 .cards-default a:hover h3 {
     color: var(--primaryalt);
}
 .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: 16px;
}
 .cards-default .btn-cta {
     border-radius: 25px;
     padding: 10px 40px;
     background: var(--primary);
     color: #fff;
     font-weight: 700;
     font-size: 0.875em;
     display: inline-block;
     transition: all 300ms;
}
 .cards-default a:hover .btn-cta {
     background: var(--primaryalt);
}
 .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) {
     .cards-default .cards-items .item {
         width: calc(33.33% - 32px);
    }
}
 @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: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: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) ***/
 .card-style-full-image h2{
     text-align: center;
}
 .card-style-full-image .f-text {
     margin-bottom: 64px;
}
 .card-style-full-image .cards-items {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
}
 .card-style-full-image .item {
     width: calc(25% - 20px);
     margin-right: 20px;
     height: 400px;
     border-radius: 20px;
     overflow: hidden;
     margin-bottom: 20px;
}

.card-style-full-image .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 {
     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 {
     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 {
     margin-bottom: 16px;
}
 .card-style-full-image .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 {
     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 {
     font-size: 22px;
     font-weight: 700;
     margin-bottom: 10px;
   color:#fff;
}
 .card-style-full-image .item a:hover div.desc, .isMobile .card-style-full-image .item a div.desc {
     max-height: 350px;  
   padding-top:16px;
}
 .card-style-full-image .item a:hover:after, .isMobile .card-style-full-image .item a:after {
     height: 140%;
     background-image: linear-gradient(0deg, #000000a6, #00000000);
}
 .card-style-full-image .item div.desc p {
     font-size: 0.75em;
     padding: 0 32px;
     margin-bottom:16px;
   color:#fff;
}
 .card-style-full-image a:hover .text, .isMobile .card-style-full-image a .text {
     max-height: 400px;
     padding-bottom: 0;
}
 .card-style-full-image .item span.btn-cta {
     background: var(--primary);
     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-full-image .item span.btn-cta:hover {
     background: var(--primaryalt);
}
 @media only screen and (max-width:1400px) {
     .card-style-full-image .item {
         width: calc(33% - 20px);
    }
}
 @media only screen and (max-width:950px) {
     .card-style-full-image .item {
         width: calc(50% - 10px);
    }
     .card-style-full-image .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 {
         text-align: left;
    }
}
 @media only screen and (max-width:600px) {
     .card-style-full-image .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: 22px;
     font-weight: 700;
     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: 100px;
     height: 100px;
     min-width: 100px;
     margin-right: 20px;
     border-radius: 50%;
     background-size: cover !important;
     background-position: center !important;
     position: relative;
     overflow: hidden;
}
 .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: var(--primary);
     display: block;
     width: 100%;
     height: 100%;
     opacity: 0;
     transition: all 400ms;
   border-radius:50%;
}
 .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: 25%;
     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);
}

 @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%;
    }
}
@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%;
    }
}

@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;
    }
}
/*** 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);
}
 @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(--primary);
    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);
     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;
}

.style-dark li.active a, .style-dark li:hover a {
    color: var(--cta) !important;
}

 @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 {
      margin-bottom:40px;
}
 .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(50% - 30px);
     margin: 0 15px;
     display: flex;
     /* flex-direction: column; */
     margin-bottom:0px;
     align-items:center;
}
.acf-post-feed .post-card:first-child{
     width:100%;
     border-bottom:1px solid #ddd;
     padding-bottom:60px;
     margin-bottom:60px;
}
.acf-post-feed .post-card:first-child .card-summary{
     padding: 0px 3.5vw;
     padding-right:0;
}
 .post-card .post-img img {
     width: 100%;
     transition:all 300ms;
}
 .post-card .card-summary {
     padding: 0px 40px;
     padding-right:0;
     /* background: var(--light); */
     flex-grow: 1;
}
.post-card .card-summary .r-excerpt{
  display:none;
}
.acf-post-feed .post-card:first-child .card-summary .r-excerpt{
 display:block;
}
.acf-post-feed .post-card:first-child .card-summary h3{
     font-size:1.875em;
}
 .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(--lapisorange);
     fill:var(--lapisorange);
   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(--primary);
     fill: var(--primary);
}
 .post-card a:hover img {
     opacity: 0.7;
}
 .style-light .post-card .card-summary {

}

.post-card .post-img, .post-card .card-summary{
 flex-basis:48%;
}
 .style-dark .post-card.type-post {

}
 .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:1300px){
    .acf-post-feed .post-card{
         flex-wrap:wrap;
         align-items:flex-start;
         align-content:flex-start;
    }
    .post-card:not(:first-child) .post-img, .post-card:not(:first-child) .card-summary{
          flex-basis:100%;
    }
    .post-card:not(:first-child) .card-summary{
    padding:30px 0 0 0;
    flex-grow:0;
    }
}
@media only screen and (max-width:1080px){
.acf-post-feed .post-card:first-child .card-summary h3{
font-size:1.375em;
}
}
@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:first-child{
  border:none;
  padding-bottom:0;
  }
  .acf-post-feed .post-card{
  align-items:flex-start;
  }
  .acf-post-feed .post-card:first-child .card-summary{
  padding-left:0;
  padding-right:30px;
  }
     .acf-post-feed .post-card {
         width: 100%;
         margin: 0 0 40px 0;
         flex-direction: row;
    }
  .acf-post-feed .post-card:last-child{
  margin:0;
  }
  .post-card .card-summary{
   padding:30px 0 0 0;
  }
     .acf-post-feed .post-feed-wrap {
         left: auto;
         width: 100%;
    }
     .post-card .post-img {
         flex-basis:100%;
    }
     .post-card .post-img img {
         width: 100%;
         border:solid 1px var(--lightborder);
    }
     .post-card .card-summary {
         width: 70%;
         border: 0;
         padding-top:30px!important;
    }
}
@media only screen and (max-width:768px){
.acf-post-feed .post-card .card-summary h3{
font-size:24px!important;
}
}
 @media only screen and (max-width:500px) {
  .acf-post-feed .post-card:first-child .card-summary h3, .acf-post-feed .post-card .card-summary h3{
  font-size:24px;
  }
     .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 ***/

.testimonial-wrap {
    background: var(--lapis);
	padding: 54px 5%;
}

.testimonial-wrap.style-light .test-quote {
    color: #000;
}

.testimonial-wrap.style-light .test-name {
    color: var(--lapis);
}

.testimonial-wrap.style-light .testimonial .test-logo-wrap {
    box-shadow: 0 0 10px rgb(0 0 0 / 35%);
}

.row.testimonial-wrap.style-light {
    padding: 54px 5%;
}

.testimonial-wrap .row-inner {
    max-width: 1400px;
}

.testimonial-wrap .test-quote {
    color: #fff;
    font-size: 30px;
    font-style: italic;
	margin: 0 0 0 40px;
}

.testimonial .test-quote strong {
    font-weight: 900;
}

.testimonial .test-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.testimonial-wrap .test-name {
    color: #A8AAD5;
    font-size: 20px;
    font-weight: 900;
    font-style: normal;
	margin: 0 0 0 40px;
}

.testimonial-wrap .testimonial {
    display: flex;
    justify-content: space-between;
}

.testimonial .test-logo-wrap {
    border-radius: 100%;
    background: #fff;
    min-width: 172px;
    height: 172px;
    position: relative;
	margin: auto 0;
}

.testimonial .test-logo, .testimonial .test-logo img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.testimonial img.test-logo, .testimonial .test-logo img {
    max-width: 135px;
}

.testimonials {
    position: relative;
    /* width: 100%; */
}

.testimonial-wrap button {
    background: none;
    padding: 15px;
}

.testimonial-wrap button svg path {
    fill: #A8AAD5;
    transition: all 300ms;
}

.testimonial-wrap button:hover svg path {
    opacity: .7;
}

.testimonial-wrap button.slick-prev {
    left: 0;
}

.testimonial-wrap button.slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
	height: fit-content;
	margin: auto 0;
}

.testimonial-wrap button.slick-next {
    right: 0;
}


.testimonial-wrap .slick-track {
    display: flex;
    align-items: center;
}

.testimonial-wrap .test-content:only-child .test-name, .testimonial-wrap .test-content:only-child .test-quote {
    margin-left: 0;
}

@media only screen and (max-width: 1720px) {
    .testimonial-wrap .row-inner {
        max-width: 85%;
    }
}

@media only screen and (max-width: 1360px) {
    .testimonial-wrap .test-quote {
        font-size: 26px;
    }
    .testimonial-wrap .test-name {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1140px) {
    .testimonial-wrap .test-quote {
        font-size: 24px;
    }
    .testimonial-wrap .test-name {
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .testimonial .test-logo-wrap {
        min-width: 150px;
        height: 150px;
    }
    .testimonial img.test-logo, .testimonial .test-logo img {
        max-width: 125px;
    }
  .testimonial-wrap button{
   width:auto;
  }
    .testimonial-wrap button.slick-prev {
        left: -5px;
    }
    .testimonial-wrap button.slick-next {
        right: -5px;
    }
    .testimonial-wrap .test-quote {
        font-size: 20px;
    }
    .testimonial-wrap .test-name {
        font-size: 14px;
    }
}

@media only screen and (max-width: 600px) {
    .testimonial-wrap button.slick-prev {
        left: -10px;
    }
    .testimonial-wrap button.slick-next {
        right: -10px;
    }
	.testimonial .test-logo-wrap {
        flex: 1;
        max-width: 150px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .testimonial-wrap .testimonial {
        display: flex;
        justify-content: space-between;
        flex-flow: row wrap;
    }
	.testimonial-wrap .test-name, .testimonial-wrap .test-quote {
		text-align: center;
		margin: 0;
	}
}

@media only screen and (max-width: 500px) {
	.testimonial-wrap button.slick-prev {
		left: -20px;
	}
	.testimonial-wrap button.slick-next {
		right: -20px;
	}
}

/*** 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%;
}

/*** Partners ***/

.partners {
    padding: 180px 5%;
}

.partners h2, .partners h3 {
    text-align: center;
}

.partners h2 {
    margin-bottom: 40px;
}

.partners .partners-icon-wrap {
    display: flex;
    justify-content: space-evenly;
	flex-flow: row wrap;
}

.partner-icon img {
    max-width: 190px;
    max-height: 190px;
	margin-bottom: 25px;
}

.partners-icon-wrap .partner-icon {
    display: flex;
    flex-flow: column;
    align-items: center;
/*     justify-content: center; */
    max-width: 235px;
}

.partner-icon p {
    text-align: center;
    font-size: 24px;
    line-height:1.25;
    font-weight: 300;
    color: var(--lapis);
}

.partners-icon-wrap .collaborators picture, .partners-icon-wrap .collaborators picture img, .partners-icon-wrap .collaborators > img {
    width: 200px;
    margin-bottom: 20px;
}

.partners-icon-wrap .collaborators {
    margin: 32px 0 0 0;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
}

.partners-icon-wrap .collaborators h3 {
    width: 100%;
	color: var(--lapisorange);
    text-align: center;
	margin-bottom: 18px;
}

@media only screen and (min-width: 1280px) {
    .partners-icon-wrap .collaborators {
        justify-content: center;
    }
    .partners-icon-wrap .collaborators picture:not(:last-child), .partners-icon-wrap .collaborators img:not(:last-child) {
        margin-right: 58px;
    }
}

@media only screen and (max-width: 1600px) {
    .partners .collaborators {
        flex-basis: 100%;
        text-align: center;
        margin-top: 60px;
        align-items:center;
    }
    .partners .collaborators h3 {
        text-align: center;
    }
    .partners .partners-icon-wrap {
        flex-wrap: wrap;
        justify-content: center;
    }
    .partners .partner-icon {
        margin: 0 90px;
    }
}

@media only screen and (max-width: 1400px) {
    .partners .partner-icon {
        width: calc(33% - 120px);
        margin: 0 60px;
    }
    .partners .partner-icon p {
        margin-bottom: 0;
    }
}

@media only screen and (max-width:1060px) {
.partners-icon-wrap .collaborators > picture, .partners-icon-wrap .collaborators > img {
    width:auto;
    flex-basis:20%;
    width:20%;
    margin-bottom:0;
}
}

@media only screen and (max-width: 960px) {
 div.row.partners h2{
  text-align:center!important;
 }
    .partners .partner-icon {
        width: 100%;
        max-width: unset;
        margin-bottom: 60px;
    }
    .partners .collaborators {
        margin-top: 0px;
    }
}

@media only screen and (max-width:959px){
.partners{
padding:80px 5%;
}
}

@media only screen and (max-width:520px){
.partners-icon-wrap .collaborators > picture, .partners-icon-wrap .collaborators > img {
    width:auto;
    flex-basis:80%;
    width:80%;
}
.partners-icon-wrap .collaborators picture:first-of-type{
margin-right:0;
}
 .partners-icon-wrap .collaborators picture:first-of-type img{
 margin-bottom:50px;
 }
}

@media only screen and (max-width:500px){
.partners .partner-icon p{
font-size:20px;
}
}

/*** Team Members ***/

.team-members-wrap {
    display: flex;
    flex-wrap: wrap;
	gap: 20px 26px;
}

.team-members-wrap .member-card {
    width: calc(25% - 20px);
    aspect-ratio: 1;
    position: relative;
    overflow: hidden;
	background-size: cover !important;
}

.member-card .member-bar {
    height: 80px;
    background: rgba(26, 41, 143, 0.85);
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.member-bar .member-name {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 18px 22px 0;
    margin: 0;
}

.member-bar .member-title {
    font-size: 13px;
    color: #fff;
    padding: 0 22px 18px;
    margin: 0;
}

.member-popup {
    max-width: 1084px;
	width: 80%;
    padding: 82px;
}

.fancybox-navigation {
    display: none;
}

.member-popup .pop-name {
    font-size: 30px;
    color: #1A1F8F;
    margin: 0;
}

.member-popup .pop-title {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 23px;
}

.member-popup picture.pop-headshot img, .member-popup img.pop-headshot {
    float: right;
    max-width: 235px;
	margin-top: -80px
}

.member-popup p {
    max-width: 70%;
}

.member-popup .fancybox-close-small {
    padding: 10px;
    height: 60px;
    width: 60px;
    background: rgba(26, 31, 143, 0.35);
	transition: all 300ms;
}

.member-popup .fancybox-close-small svg path {
    fill: #1326C0;
}

.member-popup .fancybox-close-small svg {
    opacity: 1;
}

.team-members h2 {
    margin-bottom: 26px;
}

.row.team-members {
    padding-top: 190px;
}

.team-members-wrap a.member-card:hover {
    box-shadow: 0 0 5px 0px rgb(0 0 0 / 50%);
}

.team-members-wrap a.member-card {
    transition: box-shadow 300ms;
}

.member-popup .pop-description {
	margin: 0;
}

.member-popup > a {
    outline: none;
    margin-top: 12px;
    display: inline-block;
}

@media only screen and (max-width: 1200px) {
    .member-popup img.pop-headshot {
        margin-top: 60px;
    }
    .member-popup .pop-description  {
        max-width: 60%;
    }
}

@media only screen and (max-width: 1080px) {
	.team-members-wrap .member-card {
		width: calc(33.33% - 18px);
	}
	.member-popup .pop-description {
		font-size: 18px;
	}
}

@media only screen and (max-width: 968px) {
    .member-popup picture.pop-headshot img, .member-popup img.pop-headshot {
        float: none;
        display: block;
        margin: 24px auto;
        width: 150px;
        aspect-ratio: 1;
    }
    .member-popup p, .member-popup .pop-description {
        max-width: unset;
    }
    .member-popup {
        padding: 60px
    }
}

@media only screen and (max-width: 800px) {
	.team-members-wrap .member-card {
		width: calc(50% - 13px);
	}
	.member-popup .pop-description {
		font-size: 16px;
	}
}

@media only screen and (max-width: 768px) {
    .member-popup picture.pop-headshot img, .member-popup img.pop-headshot {
        width: 125px;
    }
}

@media only screen and (max-width: 600px) {
	.member-popup picture.pop-headshot img, .member-popup img.pop-headshot {
		display: none;
	}
	.member-popup .pop-description {
		font-size: 14px;
	}
}

@media only screen and (max-width: 500px) {
    .row.team-members{
     padding-bottom:0!important;
    }
	.team-members-wrap .member-card {
		width: 100%;
        display:block;
        margin-bottom:40px;
	}
     .team-members-wrap .member-card:last-child{
        margin-bottom:0;
     }
    .team-members-wrap{
    display:block;
    }
}

@media only screen and (max-width: 400px) {
	.member-popup {
		padding: 60px 40px;
	}
	.member-popup {
		width: 95%;
	}
}

/*** FAQs ***/
#About-Lapis-Energy{
padding-top:0!important;
}
.anchor-links{
display:flex;
flex-wrap:wrap;
}
.anchor-links a{
margin-right:40px;
}
.answer a {
    color: var(--lapisalt);
    display: inline-block;
	width: fit-content;
}

.answer a:hover {color: #686ef6;}
.questions-wrap .qa {
    margin-bottom: 40px;
}

.qa .question, .qa .answer {
    padding: 20px 0 20px 100px;
    display: flex;
	flex-direction: column;
    justify-content: center;
    border-left: 5px solid var(--lapisorange);
    position: relative;
}

.qa .question:before, .qa .answer:before {
    position: absolute;
    left: 35px;
    font-size: 34px;
    font-weight: bold;
}

.qa .answer:before {
    content: 'A';
    color: var(--lapisorange);
}

.qa .question:before {
    content: 'Q';
    color: var(--lapis);
}

.qa .question {
    background: var(--light);
    border-left: 5px solid var(--lapis);
    font-weight:bold;
}

.qa .question p, .qa .answer p, .questions-wrap .qa:last-child {
    margin: 0;
}

.qa .answer p {
    max-width: 90%;
}

.qa .answer ul {
    margin-top: 10px;
	margin-bottom: 0;
}

.row.faqs{
 outline:none!important;
}

.row.faqs:not(:last-child) {
    padding-bottom: 0;
}

.qa .answer .button {
    min-width: unset;
    padding: 10px 50px;
}

@media only screen and (max-width:800px) {
.anchor-links a{
flex-basis:100%;
margin-bottom:10px;
margin-right:0px;
}
.anchor-links a:last-child{
margin-bottom:0;
}
}

@media only screen and (max-width: 500px) {
    .qa .question:before, .qa .answer:before {
        font-size: 18px;
        position:relative;
        left:0;
        top:0!important;
        margin-bottom:10px;
    }
    .qa .question, .qa .answer{
         padding-left:30px;
         font-size:18px;
    }
	.qa .answer:before {
		top: 20px;
	}
}


/*start: contact page style side-by-side location blade*/
.page-id-94 .row.title-row, .page-id-94 .row.main-content{
max-width:1100px;
margin:0 auto;
}
.page-id-94 .row.title-row h1, .page-id-94 .row.main-content p{
text-align:center;
}
@media only screen and (max-width:1000px){
.page-id-94 .row.title-row h1, .page-id-94 .row.main-content p{
text-align:left;
}

}
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%;
  }
}

/*** Accomplishments ***/
.page-id-567 .row.accomplishments{
padding-top:0;
padding-bottom:180px;
}
.row.accomplishments .row-inner > img, .row.accomplishments .row-inner > picture img{
width:100%;
}
#accomplishments{color:#fff;position:relative;margin-top: -180px;padding:0 2.5%;margin-bottom:50px;}
.accomplishments .button, #acf63d3def6ef32c .button{
margin-right:20px;
}

#accomplishments-flex{
display:flex;
flex-wrap:wrap;
gap:30px;
}

#accomplishments-flex:before{
content:'A Proven Track Record of';
flex-basis:100%;
font-size:32px;
text-shadow: 0 0 11px rgb(0 0 0 / 70%);
font-weight:bold;
}

#accomplishments #accomplishments-flex div{
    background: rgb(50, 76, 116);
    background: linear-gradient(324deg, rgba(50, 76, 116,1) 0%, rgb(74, 113, 165) 100%);
    flex-basis: calc(33.33% - 20px);
    border-radius: 4px;
    padding: 40px;
}

#accomplishments #accomplishments-flex div svg{fill: var(--lapisorangealt);height:30px;width:30px;}

#accomplishments #accomplishments-flex div *:last-child{
margin-bottom:0;
}

@media only screen and (max-width:960px){
#accomplishments #accomplishments-flex div{
flex-basis:calc(50% - 15px);
} 
#accomplishments #accomplishments-flex div:last-child{
flex-basis:100%;
}
}

@media only screen and (max-width:959px){
.page-id-567 .row.accomplishments{
padding:80px 5%;
padding-top:0;
}
}

@media only screen and (max-width:767px){
#accomplishments #accomplishments-flex div{
flex-basis:100%;
} 
#accomplishments{margin-top: 30px;padding:0;}
#accomplishments-flex:before{
text-shadow:none;
color:var(--primary);
font-weight:300;
font-size:24px;
}
}

@media only screen and (max-width:650px){
 #accomplishments{
  margin-top:40px;
  padding-left:0;
  padding-right:0;
  font-size:18px;
 }
}

@media only screen and (max-width:550px){
.accomplishments .button, #acf63d3def6ef32c .button{
margin-bottom:30px;
margin-right:0;
}
.accomplishments .button:last-child, #acf63d3def6ef32c .button:last-child{
margin-bottom:0;
}
}

/*** Projects ***/
.content .project ul{
margin-left:0;
padding-left:0;
display:flex;
flex-wrap:wrap;
gap:40px;
margin-bottom:0;
}

.content .project ul li{
list-style-type:none;
flex-basis:calc(33.33% - 28px);
background:#fff;
}

.content .project.style-white ul li {
	background: var(--light);
}

.content .project ul li a{
display:block;
}

.content .project ul li a img{
margin-bottom:30px;
}

.content .project ul li a p{
color:#222;
}

.content .project ul li a h3{
transition:all 300ms;
margin:0;
padding:0 40px 30px 40px;
}

.content .project ul li a:hover h3{
color:var(--lapisorange);
}


@media only screen and (max-width:1350px){
.content .project ul li{
flex-basis:calc(50% - 20px);
}
}

@media only screen and (max-width:768px){
.content .project ul li{
flex-basis:100%;
}
}
.row.title-row + .row.main-content{
padding-bottom:180px!important;
}
#carbon-capture-graphic{
background:#1c2399;
}
#carbon-capture-graphic, #carbon-capture-graphic h3{
color:#fff;
}
#carbon-capture-graphic h2{color: var(--lapisorangealt);}
#carbon-capture-graphic h3{margin-bottom:10px;font-weight: 600;}
#carbon-capture-graphic .row-inner{
display:flex;
align-items:flex-start;
}
#carbon-capture-graphic .static-content{
padding-right:80px;
}
#carbon-capture-graphic .static-content > div:first-child{
margin-bottom:60px;
}
#carbon-capture-graphic .video-content{
position:relative;
width:916px;
min-width:849px;
height:875px;
}
#carbon-capture-graphic .video-content video{
position:absolute;
z-index:1;
left:0;
right:0;
}
#carbon-capture-graphic .video-content > div{
position:absolute;
z-index:2;
background:rgba(0,0,0,0.65);
width:320px;
line-height:1.25;
opacity:0;
filter: blur(4px);
transition:all 800ms;
}
#carbon-capture-graphic .video-content > div.active{
opacity:1;
filter: blur(0px);
}
#carbon-capture-graphic .video-content > div > div{
position:relative;
padding:20px 24px;
}
#carbon-capture-graphic .video-content > div > div span{
color:#ffd346;
}
#carbon-capture-graphic .video-content > div > div div.line{
position:absolute;
background:rgba(0,0,0,0.65);
left:100%;
top:calc(50% - 1px);
height:2px;
width:100px;
transform-origin: center left;
}
#carbon-capture-graphic .video-content > div.distance_highlight_text{
right:5%;
left:auto!important;
top:50%;
color:#ffd346;
font-weight:bold;
font-size:1.375em;
background:none;
width:auto;
}
#carbon-capture-graphic .video-content > div.distance_highlight_text:before,
#carbon-capture-graphic .video-content > div.distance_highlight_text:after{
opacity:0;
content:'';
display:block;
background:#ffd346;
transition:all 800ms;
position:absolute;
}
#carbon-capture-graphic .video-content > div.distance_highlight_text:before{
height:1px;
width:14px;
left:-18px;
top:calc(50% - 1px);
}
#carbon-capture-graphic .video-content > div.distance_highlight_text:after{
width:1px;
height:500px;
left:-18px;
top:-282px;
}
#carbon-capture-graphic .video-content > div.distance_highlight_text.active:before,
#carbon-capture-graphic .video-content > div.distance_highlight_text.active:after{
opacity:0.7;
}
#carbon-capture-graphic .video-content > div.vertical_pipeline_text{
left:4%;
top:29%;
}
#carbon-capture-graphic .video-content > div.vertical_pipeline_text div.line{width: 110%;transform: rotate(30deg);}
#carbon-capture-graphic .video-content > div.impermeable_rock_layer_text{
left:18%;
top:60%;
}
#carbon-capture-graphic .video-content > div.impermeable_rock_layer_text div.line{width: 37%;transform: rotate(16deg);}
#carbon-capture-graphic .video-content > div.injection_zones_text{
bottom:5%;
left:16%;
}
#carbon-capture-graphic .video-content > div.injection_zones_text div.line{width: 64%;transform: rotate(-20deg);}
@media only screen and (max-width:1770px){
    #carbon-capture-graphic .video-content > div.vertical_pipeline_text div.line{
    width:110%;
    }
    #carbon-capture-graphic .video-content > div.impermeable_rock_layer_text div.line{
    width: 31%;
    }
    #carbon-capture-graphic .video-content > div.injection_zones_text div.line{
    width:60%;  
    }
}
@media only screen and (max-width:1740px){
    #carbon-capture-graphic .video-content > div.vertical_pipeline_text div.line{
    width:100%;
    }
    #carbon-capture-graphic .video-content > div.impermeable_rock_layer_text div.line{
    width:30%;
    }
    #carbon-capture-graphic .video-content > div.injection_zones_text div.line{
    width:55%;  
    }
}
@media only screen and (max-width:1450px){
   #carbon-capture-graphic .row-inner{
   flex-wrap:wrap;
   }
   #carbon-capture-graphic .video-content{
   margin:0 auto;
   }
   #carbon-capture-graphic .static-content{
   display:flex;
   gap:40px;
   }
   #carbon-capture-graphic .video-content > div.impermeable_rock_layer_text div.line{
    width:60%;
    transform: rotate(21deg);
    }
   #carbon-capture-graphic .video-content > div.distance_highlight_text:after{
   height:530px;
   top:-274px;
   }
}
@media only screen and (max-width:1020px){
    #carbon-capture-graphic .video-content > div.impermeable_rock_layer_text div.line{
    width:57%;
    }
}
@media only screen and (max-width:1005px){
    #carbon-capture-graphic .video-content > div.impermeable_rock_layer_text div.line{
    width:53%;
    }
}
@media only screen and (max-width:1000px){
    #carbon-capture-graphic .video-content > div.impermeable_rock_layer_text div.line{
    width:48%;
    }
    #carbon-capture-graphic .video-content > div.distance_highlight_text:after{
    height:520px;
    left:-18px;
    top:-276px;
    }
}
@media only screen and (max-width:980px){
   #carbon-capture-graphic .static-content{
   display:block;
   }
   #carbon-capture-graphic .static-content > div{
   margin-bottom:60px;
   }
   #carbon-capture-graphic .video-content{
   max-width:100%;
   min-width:auto;
   }
   #carbon-capture-graphic .video-content video{
   max-width:100%;
   }
   #carbon-capture-graphic .video-content > div.distance_highlight_text:after{
   height:510px;
   left:-18px;
   top:-277px;
   }
}
@media only screen and (max-width:960px){
    #carbon-capture-graphic .video-content > div.distance_highlight_text:after{
    height:500px;
    left:-18px;
    top:-282px;
    }
}
@media only screen and (max-width:940px){
   #carbon-capture-graphic .video-content > div > div div.line{
   display:none;
   }
   #carbon-capture-graphic .video-content > div{
   width:50%;
   left:12.5%!important;
   }
   #carbon-capture-graphic .video-content > div.injection_zones_text{
   bottom:13%;
   }
   #carbon-capture-graphic .video-content > div.distance_highlight_text:after{
   height:490px;
   left:-18px;
   top:-284px;
   }
}
@media only screen and (max-width:920px){
   #carbon-capture-graphic .video-content > div.distance_highlight_text{
   font-size:1em;
   }
   #carbon-capture-graphic .video-content > div.distance_highlight_text:after{
   height:480px;
   left:-18px;
   top:-288px;
   }
}
@media only screen and (max-width:900px){
   #carbon-capture-graphic .video-content{
   height:800px;
   }
   #carbon-capture-graphic .video-content > div.distance_highlight_text:after{
   height:470px;
   left:-18px;
   top:-254px;
   }
}
@media only screen and (max-width:870px){
   #carbon-capture-graphic .video-content > div.distance_highlight_text:after{
   height:450px;
   left:-18px;
   top:-259px;
   }
}
@media only screen and (max-width:800px){
   #carbon-capture-graphic .video-content > div.distance_highlight_text:after{
   height:410px;
   left:-18px;
   top:-220px;
   }
   #carbon-capture-graphic .video-content{
   height:700px;
   }
   #carbon-capture-graphic .video-content > div.injection_zones_text{
   bottom:8%;
   }
   #carbon-capture-graphic .video-content > div{
   left:6%!important;
   }
}
@media only screen and (max-width:768px){
   #carbon-capture-graphic .video-content > div.distance_highlight_text:after{
   height:395px;
   left:-18px;
   top:-226px;
   }
}
@media only screen and (max-width:750px){
   #carbon-capture-graphic .video-content{
   height:660px;
   }
   #carbon-capture-graphic .video-content > div{
   font-size:16px;
   }
   #carbon-capture-graphic .video-content > div.distance_highlight_text:after{
   height:385px;
   left:-18px;
   top:-209px;
   }
}
@media only screen and (max-width:730px){
   #carbon-capture-graphic .video-content > div.distance_highlight_text:after{
   height:370px;
   left:-18px;
   top:-212px;
   }
}
@media only screen and (max-width:700px){
   #carbon-capture-graphic .video-content{
   height:620px;
   }   
   #carbon-capture-graphic .video-content > div.distance_highlight_text{
   right:3.5%;
   }
   #carbon-capture-graphic .video-content > div.distance_highlight_text:after{
   height:360px;
   left:-18px;
   top:-196px;
   }
}
@media only screen and (max-width:680px){
   #carbon-capture-graphic .video-content > div.distance_highlight_text:after{
   height:348px;
   left:-18px;
   top:-199px;
   }
}
@media only screen and (max-width:650px){
   #carbon-capture-graphic .video-content > div.distance_highlight_text{
   right:2%;
   }
   #carbon-capture-graphic .video-content{
   height:570px;
   } 
   #carbon-capture-graphic .video-content > div.injection_zones_text{
   bottom:6%;
   }
   #carbon-capture-graphic .video-content > div.distance_highlight_text:after{
   height:335px;
   left:-18px;
   top:-179px;
   }
}
@media only screen and (max-width:620px){
   #carbon-capture-graphic .video-content > div.impermeable_rock_layer_text{
   top:55%;
   }
   #carbon-capture-graphic .video-content > div.distance_highlight_text:after{
   height:318px;
   left:-18px;
   top:-184px;
   }
}
@media only screen and (max-width: 600px){
   #carbon-capture-graphic .video-content > div.distance_highlight_text{
   right:1%;
   }
   #carbon-capture-graphic .video-content > div.distance_highlight_text:after{
   height:308px;
   left:-18px;
   top:-188px;
   }
   #carbon-capture-graphic .video-content > div.impermeable_rock_layer_text {
       top: 50%;
   }
   #carbon-capture-graphic .video-content > div.injection_zones_text{
       bottom: 11.5%;
   }
}
@media only screen and (max-width:575px){
   #carbon-capture-graphic .video-content > div.distance_highlight_text{
   right:0.5%;
   }
   #carbon-capture-graphic .video-content > div.distance_highlight_text:after{
   display:none;
   }
   #carbon-capture-graphic .video-content{
   height:500px;
   }
   #carbon-capture-graphic .video-content > div.vertical_pipeline_text{
       top:25%;
   }
   #carbon-capture-graphic .video-content > div.impermeable_rock_layer_text {
       top: 48%;
   }
   #carbon-capture-graphic .video-content > div.injection_zones_text{
       bottom: auto;
       top:71%;
   }
}
@media only screen and (max-width:520px){
   #carbon-capture-graphic .video-content > div.distance_highlight_text:before{
   display:none;
   }
}
@media only screen and (max-width:500px){
   #carbon-capture-graphic .video-content{
   height:450px;
   }
   #carbon-capture-graphic .video-content > div{
   font-size:14px;
   }
   #carbon-capture-graphic .video-content > div.vertical_pipeline_text{
       top:21%;
   }
   #carbon-capture-graphic .video-content > div.impermeable_rock_layer_text {
       top: 44%;
   }
   #carbon-capture-graphic .video-content > div.injection_zones_text{
       top:67%;
   }
}
@media only screen and (max-width:450px){
   #carbon-capture-graphic .video-content{
   height:400px;
   }
   #carbon-capture-graphic .video-content > div{
   font-size:12px;
   }
}
@media only screen and (max-width:400px){
   #carbon-capture-graphic .video-content{
   height:350px;
   }    
   #carbon-capture-graphic .video-content > div.vertical_pipeline_text{
       top:21%;
   }
   #carbon-capture-graphic .video-content > div.impermeable_rock_layer_text {
       top: 48%;
   }
   #carbon-capture-graphic .video-content > div.injection_zones_text{
       top:75%;
   }
   #carbon-capture-graphic .video-content > div{
       width:60%;
   }
}
@media only screen and (max-width:340px){
   #carbon-capture-graphic .video-content > div{
   font-size:10px;
   }   
}

/* Column Crosslinking */
.column-crosslinking .column-wrap, div#acf64a6e1d760c71 .cards-items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}

.column-crosslinking .column-wrap .column, div#acf64a6e1d760c71 .cards-items .item {
    width: calc(50% - 20px);
    background: var(--lapis);
    margin: 0;
}

.column-crosslinking .column-wrap .column a {
    color: #fff;
    position: relative;
    display: block;
    padding: 40px;
}

.column-crosslinking .column-wrap .column a:hover {
    color: #bbb;
}

.column-crosslinking .column .link-text {
    margin-bottom: 12px;
}

.column-crosslinking .column .link-content {
    margin: 0;
}

div#acf64a576baad281 {
    padding-bottom: 0 !important;
}

div#acf64a576baad281 + .row {
    padding-top: 60px;
}

/* Responsibility Page */
div#acf64a6e1d760c71 .cards-items .item a h3, div#acf64a6e1d760c71 .cards-items .item a p {
    color: #fff;
	transition: all 300ms;
}

div#acf64a6e1d760c71 .cards-items .item a:hover h3, div#acf64a6e1d760c71 .cards-items .item a:hover p {
    color: #bbb;
}

div#acf64a6e1d760c71 .cards-items .item a h3 {
	font-size: 25px;
}

div#acf64a6e1d760c71 .cards-items .item .img {
    height: 300px;
}

div#acf64a6e1d760c71 .cards-items .item .text {
    padding: 40px;
}

div#acf64a6e1d760c71 .cards-items .item a p {
    margin: 0;
}

div#acf64a6e1d760c71 .cards-items .item a .btn-cta {
    display: none;
}

div#acf64a6e1d760c71 .cards-items a:hover .img:before {
    opacity: 0.4;
}

@media only screen and (max-width: 960px) {
    div#acf64a6e1d760c71 .cards-items .item {
        width: 80%;
    }
    div#acf64a6e1d760c71 .cards-items .item .img {
        height: 200px;
    }
}

@media only screen and (max-width: 500px) {
    div#acf64a6e1d760c71 .cards-items .item {
        width: 100%;
    }
}

/* Sustainability Policy Page */
div#acf64a5929deda65 {
    padding-top: 20px;
}

/* HSE Policy Page */
div#acf64a596a112d65 {
    padding-top: 20px;
}

/* DEI Statement Page */
div#acf64a59a6c25ce9 {
    padding-top: 20px;
}

/* Team Page */
div#acf64a59cd40619c {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* 404 Page */
body.error404 .entry-content {
    margin-top: 50px !important;
}