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

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

:root {

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

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

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

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

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

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

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

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


/********************** * Header & Top Bar *********************/
 html[lang] {
     margin-top: 0 !important;
}
 header.site-header {
     display:block;
     padding: 0 5%;
     position: fixed;
     width: 100%;
     /* width:1640px; */
     margin:0 auto;
     left: 0;
     right: 0;
     max-width:100%;
     background:rgba(255,255,255,0);
}
.nohero:not(.fixed-nav):not(.isMobile) header.site-header{
     border-bottom:1px solid #DDDDDD;
     background:rgba(255,255,255,1);     
}
 .fixed-nav header.site-header, body.top-bar-hidden header.site-header {
     top: 0!important;
}
.fixed-nav header.site-header{
     background:#fff;
     -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
     box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
}
.fixed-nav header.site-header .title-area,
.nohero header.site-header .title-area,
.isMobile header.site-header .title-area
{
background:url(/wp-content/uploads/logo-black.svg) center center no-repeat!important;
background-size:contain!important;
}
.isMobile header.site-header .title-area a {
    background: none;
}
.fixed-nav header.site-header .title-area{
padding:16px 0;
}
.fixed-nav header.site-header .title-area img,
.nohero header.site-header .title-area img{
opacity:0;
}

 header.site-header > .wrap {
     max-width: 100%;
     margin: 0 auto;
}
 .nav-primary .menu > li:last-child > a {
     padding-right: 0;
}
 .genesis-nav-menu > li > a {
     padding: 45px 15px;
     font-size: 15px;
     font-weight: 600;
     /* text-transform: uppercase; */
     color:#fff;
     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{
 display:flex;
}
.error404 .social{
justify-content:center;
gap:20px;
}
 .social svg {
     width: auto;
     height: 16px;
     position: relative;
     top: 3px;
}
.row.location .social a{
    margin-right:16px;
}
.row.location .social svg{
    height:30px;
}
 #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 7px; */
}
.social a:first-child {
    padding-left: 0;
}
 #top-bar .social {
     margin-right: 20px;
     padding-top: 6px;
     vertical-align: top;
}
 .top-menu a {
     padding: 0 10px;
}
 .top-menu a:last-child {
     border: 0;
     padding-right: 0;
}
 .top-menu a:first-child {
     padding-left: 0;
}
 #top-bar .contact-info .phone {
     display: inline-block;
     margin-right: 20px;
}
 .contact-info svg {
     height: 16px;
     position: relative;
     top: 3px;
     display: inline-block;
     margin-right: 8px;
}
 #top-bar .contact-info svg {
     color:#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;
}
 .wp-custom-logo .site-container div.title-area {
     max-width: 230px!important;
}
 .wp-custom-logo.fixed-nav .site-container div.title-area {
     max-width: 200px!important;
}
 .fixed-nav nav#genesis-nav-primary {
     /* padding-top: 3px; */
}
 .nav-primary .menu li.nav-cta {
     padding-left: 15px;
     padding-bottom:32px;
}
 .nohero .menu li.nav-cta {
     padding-bottom:16px;
 }
 .fixed-nav .nav-primary .menu li.nav-cta{
 padding-bottom:0;
 }
 nav.nav-primary .menu li.nav-cta > a {
     padding:10px 32px 12px 32px;
     background: var(--primary);
     transition: all 300ms;
     color: #fff !important;
}
 .nav-primary .menu li.nav-cta > a:hover {
     background: var(--primaryalt);
     color:#fff!important;
}
 button#genesis-mobile-nav-primary {
     font-size: 0;
     /* margin: 0 5% 0 0; */
}
 .site-header .menu-toggle::before {
     color: var(--darkdefault);
     width: 40px;
     font-size: 40px!important;
     height: 40px;
     margin: 0;
}

@media only screen and (max-width: 1000px) {
	.wp-custom-logo.fixed-nav .site-container div.title-area {
		max-width: 150px !important;
	}
}
/*  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;
} */

.genesis-nav-menu > li > a:hover, .genesis-nav-menu > li > a:focus, .genesis-nav-menu > li > a:active {
    outline: none;
}


 #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: 1640px;
}
 .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 {
    content: '';
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.7), transparent);
    z-index: 1;
}
 .nav-transparent .genesis-nav-menu > li > a {
    color: #fff;
    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(--primary);
}
 .nav-transparent.fixed-nav .genesis-nav-menu > li > a {
    color: var(--darkdefault);
}
 .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: #fff;
}
 .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;
}
 .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;
    box-shadow: 0 0 12px rgb(0 0 0 / 15%)
}
 body.isMobile .genesis-nav-menu > li > a {
    color: var(--darkdefault);
}
body.isMobile div.site-inner {
    margin-top: 125px;
}
body.isMobile.wp-custom-logo .title-area img {
    display: none;
}
 @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:1250px) {
  .nav-primary .genesis-nav-menu > li > a{
  font-size: 13px;
  }
}
@media only screen and (max-width:1100px) {
  #top-bar span.email {
    display: none;
  }
}
@media only screen and (max-width:1060px) {
    .wp-custom-logo .site-container div.title-area {
        max-width: 200px !important;
    }
}
@media only screen and (max-width:1050px) {
    .wp-custom-logo .site-container div.title-area {
        max-width: 180px !important;
    }
}
 @media only screen and (max-width:1040px){
     .wp-custom-logo .title-area{
         max-width:200px!important;
	 }
}
@media only screen and (max-width:1030px) {
    .nav-primary .genesis-nav-menu a {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}
@media only screen and (max-width:980px) {
    .nav-primary .genesis-nav-menu a {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }
}
@media only screen and (max-width:960px) {
  .nav-primary .genesis-nav-menu > li > a{
  font-size: 12px;
  }
}
 @media only screen and (min-width:960px) {
     .nav-primary .menu li.nav-cta ul.sub-menu{
     top:100%;
     }
 }
 @media only screen and (max-width:959px) {
     .wp-custom-logo .site-container .title-area {
         max-width: 300px;
         padding-bottom:15px;
		 background:url(/wp-content/uploads/logo-blue.svg) center center no-repeat!important;
		 background-size:contain!important;
    }
	 header.site-header .title-area img, body.home .title-area a.custom-logo-link {
		 opacity: 0;
	 }
     #genesis-nav-primary  ul.menu li.nav-cta > a {
         padding: 0;
    }
	 nav#genesis-nav-primary ul.sub-menu ul.sub-menu li a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
   #genesis-nav-primary  ul.menu li.nav-cta > a {
    	 padding: 16px 5%;
         background: none !important;
         color: var(--darkdefault) !important;
  }
     .nav-primary .menu li.nav-cta > a:hover {
         color: #0478e6;
    }
	 nav.genesis-responsive-menu .sub-menu-toggle {
		border: none !important;
	}

	nav.genesis-responsive-menu .sub-menu li a span svg,
	nav.genesis-responsive-menu .sub-menu .mega-menu-featured-post {
		display: none;
	}

	nav.genesis-responsive-menu .sub-menu li a {
		font-size: 12px;
	}
     #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;
    }
     header.site-header .title-area {
         margin-left: 5%;
         padding-bottom: 15px;
    }
     button#genesis-mobile-nav-primary {
         margin-right: 5%;
		 border: none !important;
    }
     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);
  }

  .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: var(--darkdefault);
    }
   
   ul.menu > li.menu-item > button.sub-menu-toggle {
    padding: 12px 10px;
  }
}

@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(--darkdefault);
    }
     .nav-transparent .site-inner:before {
        display: none;
    }
     .nav-transparent header.site-header {
        box-shadow: 0 0 12px rgb(0 0 0 / 15%) !important;
    }
     .nav-transparent:not(.fixed-nav):not(.isMobile) 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:960px) {
     ul.genesis-nav-menu > li.mega-menu > ul.sub-menu {
        opacity: 1;
        left: 0;
        position: fixed;
        width: 100%;
        background: #fff;
        border-top: solid 1px var(--lightborder);
        padding: 30px 5%;
        /*top: 140px;
        */
        left: -9999px !important;
        opacity: 0 !important;
    }
     ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap {
        width: calc(100% + 40px);
        left: -20px;
    }
     ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap > a {
        display: none;
    }
     ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap > ul.sub-menu {
        display: flex !important;
         height:auto !important;
         opacity: 1 !important;
        left: 0 !important;
        position: relative;
        top: 0;
        width: 100%;
        margin: 0;
        border: 0;
        justify-content:center;
    }
     ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap > ul.sub-menu > li.mega-col {
        width: 16.66%;
        position: relative;
        vertical-align: top;
        padding: 0 20px;
    }
     ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap > ul.sub-menu > li.mega-col > a {
        display:none;
    }
     ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap > ul.sub-menu > li.mega-col a:after {
        display: none !important;
    }
     ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap > ul.sub-menu > li.mega-col > ul.sub-menu {
        position:relative;
         height:auto !important;
         opacity: 1 !important;
        left:0;
        margin:0;
        display: block !important;
        border: 0;
        width: 100%;
    }
     ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap > ul.sub-menu > li.mega-col > ul.sub-menu > li {
        width: 100%;
        padding-right: 0;
        position: relative;
        padding: 0 !important;
    }
     ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap > ul.sub-menu > li.mega-col > ul.sub-menu > li > a {
        color: var(--primary);
        font-size: 18px;
        font-weight: 700;
        border: 0;
        border-bottom: solid 1px var(--lightborder);
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
     ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap > ul.sub-menu > li.mega-col > ul.sub-menu > li > a:hover {
        color: var(--primaryalt);
    }
     ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap > ul.sub-menu > li.mega-col > ul.sub-menu > li ul.sub-menu {
        display: block !important;
         height:auto !important;
         opacity: 1 !important;
        left: auto;
        width: 100%;
        margin: 0;
        position: relative;
        border: 0;
        padding: 12px 0;
    }
     ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap > ul.sub-menu > li.mega-col > ul.sub-menu > li ul.sub-menu a {
        border: 0;
        padding: 8px 0;
    }
     ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > .mega-menu {
        width: 100%;
        padding: 0;
        position: relative;
        left: -20px;
        width: calc(100% + 40px);
    }
     ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > .mega-menu > a {
        display: none;
    }
     ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > .mega-menu > ul.sub-menu {
        display: flex !important;
        left: 0;
         height:auto !important;
         opacity: 1 !important;
        margin: 0;
        width: 100%;
        position: relative;
        border: 0;
    }
     .genesis-nav-menu li.menu-item-has-children:hover > ul.sub-menu {
        display: block !important;
    }
     nav#genesis-nav-primary ul.menu > li.menu-item-has-children:not(.mega-menu):hover > ul.sub-menu {
        left: auto;
         opacity:1 !important;
    }
     nav#genesis-nav-primary ul.menu > li.menu-item-has-children > ul.sub-menu {
        opacity: 0 !important;
        transition: opacity 600ms;
        display: block !important;
        overflow: hidden;
        box-sizing: border-box;
        padding-top: 0;
        padding-bottom: 0;
        left: -9999px;
        box-shadow: 0px 15px 20px 0px rgb(0 0 0 / 6%);
    }
     nav#genesis-nav-primary ul.menu > li.menu-item-has-children.mega-menu.mega-active > ul.sub-menu {
        padding-top: 30px;
        padding-bottom: 30px;
        left:0 !important;
        opacity: 1 !important;
    }
     .fixed-nav .nav-primary .genesis-nav-menu > li > a,
     .nohero .nav-primary .genesis-nav-menu > li > a{
        padding: 29px 15px;
        color:var(--darkdefault);
    }
    .fixed-nav .genesis-nav-menu a:focus,
    .fixed-nav .genesis-nav-menu a:hover,
    .fixed-nav .genesis-nav-menu .current-menu-item > a,
    .fixed-nav .genesis-nav-menu .sub-menu .current-menu-item > a:focus,
    .fixed-nav .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: var(--primary)!important;
    }
}
 @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;
    }
	 nav#genesis-nav-primary ul.sub-menu > li.mega-menu-wrap {
		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(--darkdefault);
}

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

h2.blue-highlight,
.card-style-slider .text h3:before{
content:'Warehouse Solutions';
display:block;
font-size:1rem!important;
text-transform:uppercase;
color:var(--primary);
margin-bottom:6px;
}
#acf64b88e2ad9e93.card-style-slider .text h3:before{
content:'';
}
h2.blue-highlight{
margin-bottom:16px;
}

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

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

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

 a {
     color: var(--primary);
}
 a:hover, a:focus {
     color: var(--primaryalt);
}
 main#genesis-content {
     padding-top: 60px;
}
 .row {
     width: 100%;
     padding: 100px 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: 1640px;
     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: 142px; */
}
 .header-stacked div.site-inner {
     margin-top: 198px;
}
 .row.style-light {
     background: var(--light);
     border-top: solid 1px var(--lightborder);
     border-bottom: solid 1px var(--lightborder);
}
 .row.style-dark {
     background: var(--primary);
     border-top: solid 1px var(--primaryborder);
     border-bottom: solid 1px var(--primaryborder);
     color: #fff;
}
 div#hero {
     height: 500px;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: top center;
     padding:0 5%
   border-bottom: solid 1px var(--lightborder);
   position:relative;
}
div#hero:before{
    content:'';
    width:100%;
    height:325px;
    position:absolute;
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
    top:0;
}
div#hero:after{
    content:'';
    width:100%;
    height:233px;
    position:absolute;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    bottom:0;
}
 div#hero.tall {
     height: 500px;
}

div#hero.short {
    height: 300px;
}

div#hero.short:before {
    height: 200px;
}

 .hero-inner {
     display: flex;
     height: 100%;
     width: 100%;
     align-items: center;
     justify-content: center;
}
 span.hero-text {
     color: #fff;
     font-size: 60px;
     text-transform: uppercase;
     font-weight: 700;
     text-shadow: 0 0 11px rgb(0 0 0 / 70%);
     line-height:1.25;
}
 .content ul, .content ol {
     padding-left: 20px;
     margin-bottom: 32px;
}
 .content ul li {
     list-style: disc;
     margin-bottom: 10px;
}
 .content ol li {
     list-style: number;
     margin-bottom: 10px;
}
.content a[href^="tel"] {
    color: var(--darkdefault);
}
ul.col-2 {
     column-count: 2;
     column-gap:40px;
   page-break-inside:avoid;
   break-inside:avoid-column;
}
 ul.col-3 {
     column-count: 3;
     column-gap:40px;
   page-break-inside:avoid;
   break-inside:avoid-column;
}
 ul.col-4 {
     column-count: 4;
     column-gap:40px;
   page-break-inside:avoid;
   break-inside:avoid-column;
}
ul.col-2 li, ul.col-3 li, ul.col-4 li {
  page-break-inside:avoid;
  break-inside:avoid-column;
}

 .error404 .content-sidebar-wrap, .search .content-sidebar-wrap {
     padding-left: 5%;
     padding-right: 5%;
     max-width: calc(1400px + 10%);
     margin: 0 auto;
}
.error404 h1.entry-title {
    text-align: center;
    font-size: 4em;
}

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

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

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

.error404 div#hero {
    display: none;
}

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

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

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

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

 button, input[type="button"], input[type="reset"], input[type="submit"], .site-container div.wpforms-container-full .wpforms-form input[type="submit"], .site-container div.wpforms-container-full .wpforms-form button[type="submit"], .button {
     background: var(--cta);
     border:1px solid var(--cta)!important;
}
 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(--primaryalt); */
}
 .button, .button.secondary {
     display: inline-block;
     color: #fff;
     background: var(--primary);
     text-decoration: none;
     font-weight: 700;
     border-color:var(--primary)!important;
}
 .button:hover {
     background:rgba(93, 138, 191, 0);
     color: #fff;
     border-color:#fff!important;
}
 .button.secondary {
     background:var(--cta);
     color:#fff;
	 border-color:var(--cta)!important;
}
 .button.secondary:hover {
     background:#fff!important;
     color:var(--cta);
	 border-color:var(--cta)!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;
}

 @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;
    }
    .nohero main#genesis-content{
         padding-top: 50px!important;
    }
     .row {
         padding: 50px 5%;
    }
     ul.col-3, ul.col-4 {
         column-count:2;
    }
   
   figure.alignright, figure.alignleft, figure.alignnone {
    float: none;
    margin: 0 0 32px 0 !important;
    max-width: 100%;
  }
}
 @media only screen and (max-width:768px) {
     h1 {
         font-size: 36px;
    }
     .row.title-row h1 span, h2 {
         font-size: 28px!important;
    }
     h3 {
         font-size: 22px;
    }
	 
	 .error404 h1.entry-title {
        text-align: center;
        font-size: 2em;
    }
    .error404 .content article.entry .entry-content form {
        width:100%;
    }
}


 @media only screen and (max-width: 600px) {
     span.hero-text {
         font-size: 32px;
    }
     div#hero.tall {
         height: 250px;
    }
     div.site-inner {
         margin-top: 82px!important;
    }
     ul.col-2, ul.col-3, ul.col-4 {
         column-count:auto;
         column-gap:0;
    }
}
 @media only screen and (max-width:500px) {
     h1 {
         font-size: 32px;
    }
     h2 {
         font-size: 24px;
    }
     h3 {
         font-size: 22px;
    }
}


@media only screen and (max-width:350px){
    .error404 .content article.entry .entry-content form {
        display:block;
    }
    .error404 .content article.entry .entry-content form input[type="submit"] {
        margin: 10px 0 0 0;
        width:100%;
    }
}

/********************** * News / Blog / Archives *********************/
body.blog .row.page-title {
    padding: 0 5% !important;
}
.blog .row.posts .row-inner .post-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
	padding-bottom: 100px;
}

.blog .row.posts .post > a {
    padding: 40px;
    display: block;
    position: relative;
    z-index: 3;
    color: white;
	width: 100%;
	height: 100%;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

.blog .row.posts .post {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    position: relative;
	overflow: hidden;
}

.blog .row.posts .post:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(0deg, #000000a6, transparent);
    transition: all 600ms;
}

.blog .row.posts .post:hover:before {
	background: linear-gradient(0deg, rgba(0,0,0,0.85), #00000000);
	height: 140%;
}

.blog .row.posts .post > a .title {
    font-size: 32px;
	font-weight: 300;
	margin-bottom: 4px;
	color: #fff;
}

.blog .row.posts .post > a .snippet {
	font-size: 0.8rem;
    margin: 0;
    transition: margin 600ms;
    color: #fff;
    line-height: 1.25;
    font-weight: bold;
    text-transform: uppercase;
}

.blog .row.posts .post > a .button {
    margin: 0;
    background: var(--primary);
    border: none !important;
    transition: all 300ms;
}

.blog .row.posts .post:hover > a .button {
    background: var(--primaryalt);
}

@media only screen and (max-width: 960px) {
	.blog .row.posts .row-inner .post-wrap {
		padding-bottom: 50px;
	}
}

@media only screen and (max-width: 800px) {
    .blog .row.posts .row-inner .post-wrap {
        grid-template-columns: 1fr;
    }
}

body.single aside.sidebar {
    width: 0;
    height: 0;
    visibility: hidden;
    display: none;
}

body.single main#genesis-content {
    width: 100%;
}

body.single div.content-sidebar-wrap {
    max-width: unset;
    width: 100%;
    margin: 0;
}

body.single div.row:not(.footer), body.single article.post {
    padding: 0 5% !important;
}

body.single article.post header.entry-header,
body.single article.post div.entry-content {
    width: 100%;
    max-width: 1640px;
    margin: 0 auto;
}

a.pdf-download {
    margin-bottom: 10px;
    display: inline-block;
}

@media only screen and (max-width: 900px) {
	.entry-content > img:first-child, .entry-content > picture:first-child {
		display: none;
	}
}

/* Old Styles */
 body.content-sidebar .content-sidebar-wrap {
     max-width: 1400px;
     width:90%;
     margin: 0 auto;
}
 body.content-sidebar .sidebar {
     padding-top: 64px;
}
 .blog .content .row, .archive .content .row, .single .content .row {
     padding-top: 0; /* was padding: 0; */
	 padding-bottom: 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(--cta);
     fill:var(--cta);
     text-decoration:none;
     font-weight:700;
}
 .entry-content a.more-link svg {
     top: 4px;
     margin-left: 5px;
}
 .entry-content a.more-link:hover {
     color: var(--primaryalt);
     fill: var(--primaryalt);
}
 .blog article .entry-content, .archive article .entry-content {
     display: grid;
     grid-template-columns: calc(70% - 40px) calc(30% + 40px);
     grid-template-rows: 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;
}
 .blog article footer.entry-footer, .archive article footer.entry-footer {
     display: none;
}
 .blog article, .archive article {
     border-bottom: solid 1px var(--lightborder);
     padding-bottom: 20px;
}
article a.entry-title-link {
    display: inline-block;
    line-height: 1.25;
}
 .pagination ul {
     padding: 0;
}
 a.entry-image-link:hover img {
     opacity: 0.7;
}
 a.entry-image-link img {
     transition: opacity 300ms;
}
 div.addtoany_content {
     margin: 40px 0;
}
 div.addtoany_content:before {
     content: 'Share on Social Media';
     font-size: 0.875em;
     display: block;
     margin-bottom: 10px;
     font-style: italic;
     opacity:0.7;
}
 div.addtoany_content > div a:first-child {
     padding-left: 0;
}

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

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

@media only screen and (max-width:959px) {
  body.content-sidebar .sidebar {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width:700px) {
  .entry-content > img:first-child {
    float: none;
    margin: 0 0 32px 0;
    width: 100%;
  }
  div.row h2, div.row .f-text > p, div#cta {
    text-align: left !important;
  }
}

 @media only screen and (max-width: 600px) {
     .blog article .entry-content, .archive article .entry-content {
         display: flex;
         flex-direction: column;
    }
     .blog article .entry-content .entry-image-link, .archive article .entry-content .entry-image-link {
         order: -1;
         padding: 0;
         margin-bottom: 20px;
         display:inline-block;
         width:300px;
         max-width:100%;
    }
     .blog article .entry-content * {
         grid-column-start: auto;
         grid-row-start: auto;
         grid-column-end: auto;
         grid-row-end: auto;
    }
}
/********************** * Footer & CTA *********************/
 div#va-footer {
     padding: 64px 5%;
     margin-bottom:0;
     background:#242426;
	 background:#fff;
}
 div#va-footer .row-inner {
     display: flex;
     justify-content: space-between;
}
div#va-footer a{
     color:#111;
}
div#va-footer a:hover{
     color:#D71920;
}
.footer-col {
     width: 18%;
}
.footer-col-3{
     width: 25%;
}
.footer-col-2{
    width:33.33%;
}
 .footer-col.contact-info {
     min-width: 300px;
     padding-right:20px;
}
 .footer-col.contact-info img {
     margin-bottom: 30px;
}
 .contact-info p {
     margin-bottom: 16px;
     font-size:16px;
	 color: #fff;
}
 .contact-info p.f-address {
     display: flex;
     margin-bottom:0;
}
.contact-info > div{
/*      display:flex;
     gap:50px; */
}
 p.f-address span {
     display: block;
}
 .contact-info svg {
     width: 25px;
   min-width:25px;
     height: 25px;
     color:#fff;
}
 .contact-info a:hover svg {
     color:var(--primary);
}
 .menu-col .menu > li > a {
     font-weight: 700;
     color:#D71920!important;
     font-size:20px;
}
.menu-col .menu > li > a:hover{
     color:#000!important;
}
 .menu-col li a {
     text-decoration: none;
}
 .menu-col ul.sub-menu {
     padding-top: 8px;
}
.footer-col-2 ul.sub-menu ,
.footer-col-3 ul.sub-menu {
     column-count:2;
}
 .menu-col li {
     margin-bottom: 8px;
     font-size:15px;
}
 .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; */
    background: linear-gradient(0deg, rgba(36,36,38,1) 0%, rgba(36,36,38,1) 60%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);
	background:#fff;
    padding:0 5%;
}
div#cta .row-inner{
    padding:80px;
    background-repeat:no-repeat!important;
    background-size:cover!important;
    color:#fff;
}
.isMobile .site-footer {
    margin-bottom: 50px;
}
div#cta h2{
    color:#fff;
    margin-bottom:0;
}
@media only screen and (max-width:1230px){
 .footer-col.contact-info{
 min-width:200px;
 }
 .contact-info > div{
 display:block;
 }
 .contact-info p {
 margin-bottom: 16px !important;
 }
}
@media only screen and (max-width:1080px){
 div#va-footer .row-inner{
 flex-wrap:wrap;
 }
 .footer-col.contact-info{
 width:100%;
 margin-bottom:30px;
 }
     .footer-col.contact-info img {
         width: 100%;
         max-width: 200px;
    }
}
 @media only screen and (max-width:959px) {
     div#va-footer{
         padding:50px 5%;
    }
     .footer-col.contact-info {
         min-width: 250px;
         padding-right: 20px;
    }
     div#va-footer .row-inner {
         flex-wrap: wrap;
    }
     .footer-col.contact-info {
         min-width: 0;
         width: 100%;
         margin-bottom: 0;
    }
     .footer-col {
         width: 23%;
    }
    .footer-col:not(.contact-info){
     display:none;
    }
}
 @media only screen and (max-width:768px){
     .cta-content p{
     font-size:18px!important;
     }
     .footer-col {
         width: 48%;
         margin-bottom:32px;
    }
     .footer-col:nth-child(4), .footer-col:nth-child(5){
         margin-bottom:0;
    }
    div#cta .row-inner{
         padding:50px 5vw;
    }
}
 @media only screen and (max-width:600px) {
     .copy-va {
         display: block;
    }
  .site-footer a{
   margin-left:0;
  }
     .copy-wrap span.sep {
         display: none;
    }
}
 @media only screen and (max-width:500px){
     .footer-col.menu-col {
         display:none;
    }
     .footer-col.contact-info {
         margin-bottom:0;
    }
}
/********************** * Mobile Buttons *********************/
 .phone-buttons {
     display: flex;
     width: 100%;
     position: fixed;
     bottom: 0;
     z-index:50;
}
 .phone-buttons > div {
     flex-grow: 1;
     text-align: center;
     background: var(--primaryalt);
     border-right: solid 1px rgba(255,255,255,0.3);
}
 .phone-buttons > div svg {
     width: 25px;
     height: 25px;
     fill: #fff;
}
 .phone-buttons > div a {
     display: flex;
     padding: 10px;
     align-items: center;
     justify-content: center;
}
 .phone-buttons > div:last-child {
     border: 0;
}
/********************** * Layouts *********************/
/*** Title with Main Content ***/
 main#genesis-content {
     padding-top: 60px;
     padding-bottom:100px;
}
.error404 main#genesis-content{
    padding-bottom:0;
}
.nohero main#genesis-content{
     padding-top: 140px;
}
.row.title-row {
    /* text-align: center; */
    padding-top: 0;
    padding-bottom: 0;
}

.row.title-row h1 {
    margin-bottom: 0;
    position:relative;
    margin-bottom:10px;
}

.row.title-row h1 span,
.row h1.page-title span{
    display:block;
    color:var(--darkdefault);
    font-size:40px;
    margin-top:10px;
}

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

 .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:220px;
    width:min-content;
    color:#fff;
    background:var(--cta);
}
 .f-text a.button:hover, a.button.primary:hover {
    background:var(--ctaalt);
}

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

.cta-content p{
    font-size:24px;
    font-weight:300;
    margin-bottom:18px;
}

.cta-content a.button {
    /* margin: 0 10px; */
    background:rgba(255,255,255,0);
   border:1px solid #fff!important;
}

.cta-content a.button:hover{
   background:#fff;
   color:var(--primary);
}

.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;
    color: #aaaaaa;
}
 .breadcrumbs a,
 .breadcrumbs span {
    color: #aaaaaa;
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    transition:all 400ms;
}
 .breadcrumbs a:hover span {
     color: var(--primaryalt);
}
 .breadcrumbs {
    /* margin-bottom: 10px; */
}

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

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

#acf62b609402331b > .row-inner{
    display:flex;
    align-items:center;
}

#acf62b609402331b > .row-inner > picture,
#acf62b609402331b > .row-inner > img{
    order:2;
    margin-left:100px;
}

#acf62b609402331b > .row-inner > .f-text{
    flex-basis:calc(100% - 597px);
}

.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:1180px) {
     #acf62b609402331b > .row-inner > picture,
     #acf62b609402331b > .row-inner > img{
         order:2;
         margin-left:100px;
         width:300px;
     }
     
     #acf62b609402331b > .row-inner > .f-text{
         flex-basis:calc(100% - 400px);
     }
}

@media only screen and (max-width:959px) {
  main#genesis-content{
  padding-bottom:0;
  }
    .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:768px) {
     #acf62b609402331b > .row-inner{
         flex-wrap:wrap;
     }
     #acf62b609402331b > .row-inner > picture,
     #acf62b609402331b > .row-inner > img{
         order:1;
         margin-left:0px;
         flex-basis:100%;
         text-align:center;
     }
     
     #acf62b609402331b > .row-inner > .f-text{
         flex-basis:100%;
         order:2;
     }
}

@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 ***/
 .content-media .row-inner {
     display: flex;
     justify-content: space-between;
}
 .content-media .row-inner > div {
     width: calc(50% - 32px);
     order: 1;
}
 .content-media.asset-right .row-inner > div.f-asset {
     order: 2;
}
 .content-media.asset-left .row-inner > div.f-asset {
     order: 0;
}
 .content-media .f-asset img, .content-media .f-asset iframe {
     width: 100%;
}
.content-media.asset-fancy-video .f-asset .img-wrap img {
	 transition: all 300ms;	
}
.content-media.asset-fancy-video .row-inner {
    align-items: center;
}
.content-media.asset-fancy-video .f-asset a:hover .img-wrap .play-button {
    background: var(--primary);
    box-shadow: none;
}

.content-media.preview .row-inner > div.f-asset {
    aspect-ratio: 16 / 9;
    position: relative;
	background-size: 100%;
	background-position: center center;
}

.content-media.preview .row-inner > div.f-asset > a:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: unset;
    transition: all 300ms;
	z-index: 1;
}

.content-media.preview .row-inner > div.f-asset > a:hover:before {
    background-color: rgba(255,255,255,0.4);
}

.fancybox-button--close {
    transition: all 300ms;
    border: none !important;
}

.content-media.asset-fancy-video .row-inner > div.f-asset, .content-media.asset-video .row-inner > div.f-asset {
    /* border-radius: 10px; */
    overflow: hidden;
}
.content-media.asset-fancy-video .f-asset .img-wrap video{
    max-width:200%;
    width:100%;
}
.content-media.asset-fancy-video .f-asset .img-wrap .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-color: #333c;
    box-shadow: 0 0 30px rgba( 0, 0, 0, 0.6);
    z-index: 1;
    border-radius: 50%;
	transition: all 300ms;
}
.content-media.asset-fancy-video .f-asset .img-wrap .play-button:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-left: 3px;
    border-style: solid;
    border-width: 15px 0 15px 25px;
    border-color: transparent transparent transparent #fff;
}
 @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;
    }
}
/*** Form ***/
 .form .form-wrap {
     max-width: 900px;
     margin: 0 auto;
}
#acf64ac2ccfee1ff.form{
     padding-top:0;
}
#acf64ac2ccfee1ff.form .form-wrap,
#acf64b888b7d471c.form .form-wrap{
     max-width:100%;
}
 .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;
  }
}

@media only screen and (max-width:768px){
     .gform_wrapper.gravity-theme .gform_validation_errors>h2{
     line-height:1.125!important;
     font-size:14px!important;
     }
}

/*** Cards (Default) ***/
.row.cards-default {
    padding-bottom: 68px;
}
.row.card-style-icon{
    padding-top:0;
}
 .cards-default h2 {
     text-align: center;
}
 .cards-default .f-text {
     margin-bottom: 64px;
}
 .cards-default .cards-items,
 .card-style-icon .cards-items {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     gap:30px;
}
 .cards-default .cards-items .item,
 .card-style-icon .cards-items .item {
     flex-basis:calc(33% - 20px);
     /* 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;
}
 .card-style-icon .cards-items .item{
     flex-basis: calc(25% - 22.5px);
     background:var(--primary);
     color:#fff;
     fill:#fff;
     text-align:center;
     padding:30px;
     border-radius:20px;
     margin-bottom:0;
 }
 .card-style-icon .cards-items .item h3{
     color:#fff;
     margin-bottom:10px;
 }
 .card-style-icon .cards-items .item svg{
     width:80px;
     max-width:66.66%;
     margin-bottom:20px;
 }
 .cards-default .cards-items .item:hover{
     /* box-shadow: 0px 22px 30px -6px rgb(0 0 0 / 30%); */
}
 .cards-default .cards-items .img img {
     transition:all 400ms;
}
.cards-default a:hover img{
     opacity:0.7;
}
 .cards-default .cards-items .text {
     /* padding: 30px; */
     padding-top:30px;
     text-align:center;
}
.cards-default .cards-items .text .brand-logo{
     width:62px;
     display:block;
     margin:0 auto;
     margin-bottom:6px;
}
 .cards-default a {
     text-decoration: none;
     color:var(--primary);
}
 .cards-default a:hover{
     color:var(--primaryalt);
}
 .cards-default h3 {
     font-size: 40px;
     font-weight: 700;
     margin-bottom:10px;
     transition:all 300ms;
}
 .cards-default a:hover h3{
     color:var(--primaryalt);
 }
 .cards-default a:hover h3 {
}
 .cards-default p.secondary {
     font-size: 0.75em;
     color: var(--primary);
     margin-bottom: 10px;
     font-weight:bold;
}
.cards-default a:hover p.secondary{
	color:#101010;
}
 .cards-default .desc p {
     color: var(--darkdefault);
     font-size:20px;
     margin-bottom: 20px;
}
 .cards-default .btn-cta {
     border-radius:0px;
     padding: 10px 40px;
     background: var(--cta);
     border:1px solid  var(--cta);
     color: #fff;
     font-weight: 700;
     font-size:15px;
     display: inline-block;
     transition: all 300ms;
}
.cards-default .btn-cta:first-child{
     margin-top:10px;
}
 .cards-default a:hover .btn-cta {
     background:#fff;
     color: var(--cta);
}
 .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:1300px){
   .cards-default h3 {
   font-size:inherit;
   }
   .card-style-icon .cards-items .item{
   flex-basis:calc(50% - 15px);
   }
}
 @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:960px) {
    .cards-default .cards-items .item{
        flex-basis:calc(50% - 15px);
    }
}
 @media only screen and (max-width:950px) {
     .cards-default.card-style-side .cards-items .item {
         width: 100%;
         margin-right: 0;
    }
}
 @media only screen and (max-width:700px) {
     .cards-default .cards-items .item {
         width: 100%;
         margin-right:0 !important;
    }
}
@media only screen and (max-width:600px) {
     .cards-default .cards-items .item, 
     .card-style-icon .cards-items .item{
        flex-basis:100%;
    }
}
 @media only screen and (max-width:500px) {
     .cards-default.card-style-side .cards-items .item a {
         flex-direction: column;
    }
     .cards-default.card-style-side .cards-items .item .img {
         width: 100%;
         height: 200px;
    }
     .cards-default.card-style-side .cards-items .item .text {
         width: 100%;
    }
}
/*** Cards (Full Image) ***/
 .card-style-full-image h2{
     /* text-align: center; */
     color:var(--darkdefault);
}
 .card-style-full-image .f-text {
     margin-bottom: 64px;
}
 .card-style-full-image .cards-items {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     justify-content: flex-start;
}
 .card-style-full-image .item {
     width: calc(33.33% - 20px);
     margin-right: 20px;
     height: 360px;
     /* border-radius: 20px; */
     overflow: hidden;
     margin-bottom: 20px;
}

.card-style-full-image .item:first-child, .card-style-full-image .item:nth-child(2){
     width: calc(50% - 20px);
     height:448px;
}

.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 .img img{
    min-height:100%;
    width:auto!important;
    max-width:300%;
}

 .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; */
    padding-top:20px;
}
 .card-style-full-image p.secondary {
     font-size: 0.8rem;
     margin: 0;
     transition: margin 600ms;
   color:#fff;
   line-height:1.25;
     font-weight:bold;
     text-transform:uppercase;
}
 .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: 40px;
   padding-left:40px;
   padding-right:40px;
     z-index: 1;
     display: flex;
     flex-direction: column;
     justify-content: flex-end;
     color:#fff;
     text-align:left;
}
 .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: 100%;
     transition: all 600ms;
}
 .card-style-full-image h3 {
     font-size: 32px;
     font-weight: 300;
     margin-bottom: 4px;
   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, rgba(0,0,0,0.85), #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: 10px 24px;
     border-radius: 0px;
     font-size: 0.875em;
     font-weight: 700;
     transition: all 0.2s ease-in-out;
     font-size:15px;
     width:224px;
     max-width:100%;
     text-align:center;
}
.card-style-full-image .item a:hover span.btn-cta {
     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,
     .card-style-full-image .item:first-child, 
     .card-style-full-image .item:nth-child(2) {
         width: calc(50% - 10px);
         height: 320px;
    }
     .card-style-full-image .item:nth-child(even) {
         margin-right: 0;
    }
	 body.blog .card-style-full-image .item,
     body.blog .card-style-full-image .item:first-child, 
     body.blog .card-style-full-image .item:nth-child(2) {
         width: calc(50% - 10px);
         height: 350px;
    }
}
 @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% !important;
         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;
  }
}
/*** Cards (Slider) ***/
.card-style-slider{
    padding-left:10%;
    padding-right:10%;
}
.card-style-slider .next,
.card-style-slider .prev{
position:absolute;
width:24px;
height:45px;
max-width:2vw;
top:calc(50% - 22.5px);
transition:all 300ms;
cursor:pointer;
}
.card-style-slider .next svg,
.card-style-slider .prev svg{
width:100%;
}
.card-style-slider .next svg path,
.card-style-slider .prev svg path{
transition:all 300ms;
fill:rgb(215 26 32 / 25%);
}
.card-style-slider .prev{
left:-5vw;
}
.card-style-slider .next{
right:-5vw;
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
}
.card-style-slider .next:hover svg path,
.card-style-slider .prev:hover svg path{
fill:var(--primaryalt);
}
.card-style-slider .item{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.card-style-slider .text{
    flex-basis:50%;
}
.card-style-slider .img {
    flex-basis: 45%;
    order: 2;
    position: relative;
    overflow: hidden;
    opacity: 1;
}

.card-style-slider .slick-active .img{
    animation: swipeImageContainer 0.5s forwards;
}

.card-style-slider a{
display:inline-block;
background:var(--primary);
color:#fff;
font-weight:bold;
font-size:.875rem;
padding: 10px 30px;
}

.card-style-slider a:hover{
background:var(--primaryalt);
}

@keyframes swipeImageContainer {
	0% {
		opacity: 0;
        background-color:#fff;
	}
	100% {	
        background-color: #ccc;
		opacity: 1;
		left: 0;
	}
}
@keyframes swipeImage {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		left: 0;
	}
}

.card-style-slider .img img {
    position: relative;
    left: -100%;
}

.card-style-slider .slick-active .img img{
    animation: swipeImageContent .5s forwards;	
}


@keyframes swipeImageContent {
    0% {
        left: -100%;
    }
    100% {
        left: 0;
    }
}

.card-style-slider .text {
	opacity: 0;
}

.card-style-slider .text.slide-up {
	animation: slideUpText 1s forwards;
	opacity: 1;
}

@keyframes slideUpText {
	0% {
		opacity: 0;
		transform: translateY(100%);
	}
    50% {
		transform: translateY(-10%);
    }
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.card-style-slider .desc {
	opacity: 0;
}

.card-style-slider .desc.slide-up {
	animation: slideUpDesc 1s forwards;
	opacity: 1;
}

@keyframes slideUpDesc {
	0% {
		opacity: 0;
		transform: translateY(100%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.card-style-slider a {
	opacity: 0;
}

.card-style-slider a.slide-up {
	animation: slideUpLink .25s forwards;
	opacity: 1;
}

@keyframes slideUpLink {
	0% {
		opacity: 0;
		transform: translateY(100%);
	}
    70% {
        opacity:1;
    }
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@media only screen and (max-width:768px){
    .card-style-slider .item{
    flex-wrap:wrap;
    margin-bottom:-30vw;
    }
    .card-style-slider .img,
    .card-style-slider .text{
    flex-basis:100%;
    }
    .card-style-slider .img{
    order:1;
    }
    .card-style-slider .text{
    order:2;
    position:relative;
    top:-30vw;
    background:rgba(255,255,255,0.9);
    max-width:calc(100% - 10vw);
    margin:0 auto;
    padding:7.5vw 5vw 0 5vw;
    }
}
@media only screen and (max-width:600px){
    .card-style-slider a{
    display:block;
    text-align:center;
    }
}
/*** 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 ***/
.post-feed-wrap .post-card {
    width: 100%;
}

.post-feed-wrap .slick-list {
    width: 100%;
}
 .row.acf-post-feed {
     padding-bottom: 60px;
}
.acf-post-feed .post-feed-wrap .pagingInfo{
      position:absolute;
      right:30px;
      bottom:104px;
      text-align:right;
      font-size:16px;
      color:#858b8e;
      letter-spacing:4px;
      width:36px;
 }
 .acf-post-feed h2 {
     /* text-align: center; */
	 color:#000;
}
 .acf-post-feed .f-text {
     margin-bottom: 40px;
}
.acf-post-feed .post-feed-wrap{
     position:relative;
     width: 1120px;
     max-width:100%;
}
 .acf-post-feed .post-feed-wrap .slider-wrap {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     position: relative;
     left: -15px;
     width:100%;
}
 .acf-post-feed .post-card {
     width: calc(33.33% - 30px);
     margin: 0 15px;
     display: flex;
     flex-direction: column;
     margin-bottom:40px;
     position:relative;
     height:840px;
}
.post-card .post-img{
     position:absolute;
     margin-bottom:100px;
     top:0;
     width:100%;
     height:740px;
}
 .post-card .post-img img {
     width: 100%;
     transition:all 300ms;
}
 .post-card .card-summary {
     padding: 50px 40px;
     background:#101010;
     flex-grow: 1;
     width:490px;
     max-width:90%;
     bottom:0;
     position:absolute;
     z-index:2;
     left:70px;
}
.post-card .card-summary h3 {
     font-size: 1.25em;
     margin-bottom: 8px;
}
.post-card .card-summary h3,
.post-card .card-summary p.r-meta{
 	opacity:0;
}
.post-card .card-summary h3.slide-up,
.post-card .card-summary p.r-meta.slide-up{
	animation: slideUpText 1.5s forwards;
	opacity: 1;
}
.post-card .card-summary h3 a{
     color:#fff;
}
.post-card .card-summary h3 a:hover{
     color:var(--primary);
}
.post-card a {
     text-decoration: none;
}
 .post-card p {
     margin-bottom: 8px;
     font-style:italic;
     color:#fff;
}
 .post-card p.r-type {
     font-weight: 700;
}
 .post-card p.r-meta {
     font-size: 0.875rem;
     font-weight:bold;
     text-transform:uppercase;
}
.post-card p.r-meta a{
     color:#858B8E;
}
.post-card p.r-meta a:hover{
     color:#fff;
}
.post-feed-wrap .slick-arrow{
     bottom:80px;
     position:absolute;
     top:auto;
     background:none!important;
     width:30px;
     padding:10px;
}
.post-feed-wrap .slick-arrow svg{
     width:100%;
}
.post-feed-wrap .slick-arrow svg path{
     fill:#858B8E;
     transition:all 300ms;
}
.post-feed-wrap .slick-arrow:hover svg path{
     fill:var(--primary);
}
.post-feed-wrap .slick-arrow.prev{
    right:115px;
}
.post-feed-wrap .slick-track,
.post-feed-wrap .slick-list {
-webkit-perspective: 2000px!important;
perspective:2000px!important;
-webkit-backface-visibility: hidden!important;
backface-visibility:hidden!important;
}
.post-feed-wrap .slick-arrow.next{
    right: 75px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
 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;
  margin-bottom:32px;
  opacity:0;
}
.post-card p.r-excerpt.slide-up{
 	animation: slideUpDesc 1s forwards;
	opacity: 1;
}
 .post-card a.learn-more {
     font-weight: 700;
  font-size:15px;
     color: var(--primary);
   border:1px solid  var(--primary);
   display:inline-block;
   padding:10px 24px;
  opacity:0;
}
.post-card a.learn-more.slide-up{
	animation: slideUpLink .25s forwards;
	opacity: 1;
}
 .post-card a.learn-more:hover {
     color: #fff;
     background:var(--primary);
}
 .post-card a:hover img {
     opacity: 0.7;
}
 .style-light .post-card .card-summary, .style-light .post-card .post-img {
     background: #fff;
}
 .style-dark .post-card.type-post {
     border: solid 1px var(--primaryborder);
}
 .style-dark .post-card a {
     color: var(--primaryalt) !important;
}
 .style-dark .post-card a:hover {
     color: var(--darkdefault)!important;
}
 .style-dark .post-card p {
     color: var(--darkdefault);
}
 .style-dark .post-card a.learn-more {
     color: var(--darkdefault)!important;
}
 .style-dark .post-card a.learn-more:hover {
     color: var(--primaryalt) !important;
     fill: var(--primaryalt);
}
@media only screen and (max-width:1250px) {
   .acf-post-feed .post-card{
   margin:0;
   }
   .acf-post-feed .post-feed-wrap .slider-wrap{
   left:0;
   }
   .post-feed-wrap .slick-arrow{
   bottom:0;
   } 
   .acf-post-feed .post-feed-wrap .pagingInfo{
   bottom:24px;
   }
}
@media only screen and (max-width:959px) {
  .row.acf-post-feed {
    /* padding-bottom: 20px; */
  }
}
 @media only screen and (max-width:900px) {
     .acf-post-feed .post-card {
         width: 100%;
         margin: 0 0 40px 0;
         flex-direction: row;
    }
     .acf-post-feed .post-feed-wrap {
         left: auto;
         width: 100%;
    }
     .post-card .post-img {
/*          order: 2;
         padding: 20px;
         background: var(--light);
         width: 30%; */
    }
    .acf-post-feed .post-card{
        height:600px;
    }
    .post-feed-wrap .slick-arrow{
         bottom:-26px;
    }
    .acf-post-feed .post-feed-wrap .pagingInfo{
         bottom:0px;
    }
     .post-card .post-img img {
         width: 100%;
         border:solid 1px var(--lightborder);
    }
     .post-card .card-summary {
         width: 80%;
         left:10%;
         border: 0;
    }
}
 @media only screen and (max-width:500px) {
     .acf-post-feed .post-card {
         flex-direction: column;
    }
     .post-card .post-img {
         width: 100%;
         order: 0;
         padding: 0;
    }
     .post-card .card-summary {
         width: 100%;
		 left: 0;
		 max-width:100%;
    }
     .post-card .post-img img {
         border: 0;
    }
     .post-card .card-summary {
         border-top: solid 1px var(--lightborder);
    }
}
@media only screen and (max-width:768px){
    .acf-post-feed .post-feed-wrap .pagingInfo{
    bottom:-10px;
    }
}

/*** Testimonials ***/

.testimonials .post-img {
    padding: 32px 32px 0 32px;
    background: var(--light);
}

.testimonials .post-card .card-summary {
    border: 0;
    padding: 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.testimonials .post-img img {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.testimonials .post-card.type-testimonials {
    border-top: solid 4px #104b87;
}

.testimonials .post-card p.r-excerpt {
    font-style: italic;
    font-size: 18px;
    margin-bottom: 20px;
}

.post-card p.r-testimonial-meta {
    text-align: center;
    margin-bottom: 0;
}

.post-card p.r-testimonial-meta span {
    display: block;
}

.post-card p.r-testimonial-meta span.name {
    font-weight: 700;
    font-size: 1.125em;
}

.post-card p.r-testimonial-meta span.job-title {
    font-style: italic;
    opacity: 0.6;
}

.post-card p.r-testimonial-meta span.company {
    color: #104b87;
}

.testimonials .post-card.no-img .card-summary {
    justify-content: center;
}

.testimonials.style-dark .post-card.type-testimonials {
    border-top: solid 4px var(--cta);
}

.testimonials.layout-slider button.slick-arrow {
    background: none;
    padding: 0;
    width: 60px;
    height: 60px;
    position: absolute;
  z-index:1;
}

.testimonials.layout-slider button.slick-next {
    right: -60px;
    top: calc(50% - 30px);
}

.testimonials.layout-slider button.slick-arrow svg {
    width: 32px;
    fill: #104b87;
}

.testimonials.layout-slider button.slick-arrow:hover svg {
    fill: #2173e5;
}

.testimonials.layout-slider.style-dark button.slick-arrow svg {
    fill: rgba(255,255,255,0.7);
}

.testimonials.layout-slider.style-dark button.slick-arrow:hover svg {
    fill: rgba(255,255,255,1);
}

.testimonials.layout-slider button.slick-prev {
    left: -60px;
    top: calc(50% - 30px);
}

.testimonials.layout-slider .post-card.type-testimonials {
    height: auto;
}

.testimonials.layout-slider .slick-track {
    display: flex;
}

@media only screen and (max-width:1300px) {
  .testimonials.layout-slider button.slick-arrow {
    /* display: none; */
    left: 0px;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    top: auto;
    bottom: -40px;
  }

  .testimonials.layout-slider button.slick-arrow:hover svg {
    fill: #2173e5;
  }

  .testimonials.layout-slider button.slick-arrow.slick-prev {
    left: -60px;
  }

  .testimonials.layout-slider button.slick-arrow.slick-next {
    right: -60px;
  }

  .testimonials.layout-slider.show-controls .row-inner {padding-bottom: 40px;}
}

@media only screen and (max-width:900px) {
  .testimonials.acf-post-feed .post-card {
    flex-direction: column;
  }

  .testimonials .post-card .post-img {
    width: 100%;
    order: 0;
  }

  .testimonials .post-card .post-img img {
    border: 0;
  }

  .testimonials .card-summary {
    width: 100%;
  }
}

/*** Location ***/

.row.location .row-inner {
    display: flex;
}

.row.location .row-inner > div {
    width: 50%;
}

.row.location .row-inner > div.loc-info {
    padding: 0 40px;
    text-align: center;
  display: flex;
    flex-direction: column;
    justify-content: center;
}

.row.location.asset-map .row-inner .loc-asset {
    overflow: hidden;
    position: relative;
}

.row.location.asset-map .row-inner .loc-asset iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  border:solid 1px #ddd !important;
}

.row.location.asset-image .row-inner .loc-asset img {
  border:solid 1px #ddd !important;
}

.row.location .row-inner > div.loc-info .loc-img {
    display: block;
    width: 300px;
    max-width: 100%;
    margin: 0 auto 40px auto;
}

.row.location .row-inner > div.loc-info h2 {
    font-size: 24px;
    margin-bottom: 16px;
  text-align:center !important;
}

.row.location .row-inner > div.loc-info p {
    margin-bottom: 16px;
    line-height: 1.25;
}

.row.location .row-inner > div.loc-info p.loc-a span {
    display: block;
}

.row.location.asset-map.style-dark .row-inner .loc-asset iframe, .row.location.asset-image.style-dark .row-inner .loc-asset img, .location .loc-info .loc-map iframe {
    border: solid 1px var(--primaryborder) !important;
}

.location.asset-image .loc-asset {
    text-align: center;
}

.location.asset-form .gform_footer.top_label {
    padding-bottom: 0;
}

.row.location.asset-loc-left .row-inner > div.loc-info {
    order: 2;
}

.row.location .row-inner > div.loc-info p.loc-a {
    display: flex;
    margin: 0 auto 16px auto;
}

.location .loc-info .loc-map {
    margin-top: 40px;
}

.location .loc-info .loc-map iframe {
    border: solid 1px #ddd !important;
    height: 350px;
    width: 100%;
}

.location .loc-info .social {
    justify-content: center;
}

/*start: contact page style side-by-side location blade*/
div#acf62be049651472:before {
    display: none;
}

div#acf62be049651472 {
    padding-top: 40px;
}

div#acf62be049651472 div.loc-info {
    display: block;
    text-align: left;
    padding: 0 45px;
}

div#acf62be049651472 div.loc-info > img, div#acf62be049651472 div.loc-info > picture {
    margin: 0 0 40px 0;
}

div#acf62be049651472 h2 {
    text-align: left !important;
}

div#acf62be049651472 div.loc-asset {
    padding-right: 45px;
}
/*end: contact page style side-by-side location blade*/
@media only screen and (max-width:768px) {
  .row.location .row-inner {
    flex-wrap: wrap;
  }

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

  .row.location .row-inner .loc-asset {
    padding-top: 50px;
  }

  .row.location.asset-map .row-inner .loc-asset iframe {
    position: relative;
    height: 300px;
    border:solid 1px #ddd !important;
  }
  
  .row.location.asset-loc-left .row-inner > div.loc-info {
    order: 0;
  }
  
  div#acf62be049651472 {
    padding-top: 0;
  }

  div#acf62be049651472 div.loc-info {
    padding: 0;
  }

  div#acf62be049651472 div.loc-asset {
    padding-right: 0;
  }
}

/*** Image Cloud ***/
.image-cloud .f-text {
    margin-bottom: 30px;
}

.layout-simple .image-cloud-wrap {
    display: flex;
    position: relative;
    left: -10px;
    width: calc(100% + 20px);
}

.image-cloud-wrap .img {
    padding: 10px;
}

.image-cloud-wrap .img img {
    transition: all 300ms;
}

.image-cloud-wrap .img a:hover img {
    opacity: 0.7;
}

.image-cloud .f-text h2 {
    text-align: center;
}

@media only screen and (max-width:1200px) {
  .image-cloud-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }

  .image-cloud-wrap .img {
    width: 25%;
  }
}

@media only screen and (max-width:768px) {
  .image-cloud-wrap .img {
    width: 33.33%;
  }
}

@media only screen and (max-width:500px) {
  .image-cloud-wrap .img {
    width: 50%;
  }
}

/*** Downloads & White Papers ***/
.downloads-white-papers .resources .resource a {
    display: flex;
    gap: 20px;
    background: #eee;
    padding: 30px;
    border: 1px solid #ddd;
	align-items: flex-start;
	height: 100%;
}

.downloads-white-papers .resources {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.downloads-white-papers .resources .resource a .resource-img {
    max-width: 25%;
	min-width: 25%;
    border: 1px solid var(--primary);
    padding: 5px;
    position: relative;
}

.downloads-white-papers .resources .resource a p.title {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 10px;
}

.downloads-white-papers .resources .resource a p {
    margin: 0;
}

.downloads-white-papers .resources .resource a:hover .resource-img:before {
    background: rgb(93 138 191 / 40%);
}

.downloads-white-papers .resources .resource a .resource-img:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 300ms;
    background: none;
    z-index: 2;
}

.downloads-white-papers .resources .resource {
    position: relative;
}

.downloads-white-papers .resources .resource:before, .downloads-white-papers .resources .resource:after {
    content: '';
    position: absolute;
    display: block;
    background-image: url(/wp-content/uploads/download-blue.svg);
    background-repeat: no-repeat;
    background-position: center center;
    top: 15px;
    right: 15px;
    width: 15px;
    height: 20px;
    z-index: 2;
}

.downloads-white-papers .resources .resource:after {
    background-image: url(/wp-content/uploads/download-dark-blue.svg);
    z-index: 3;
    opacity: 0;
    transition: all 300ms;
}

.downloads-white-papers .resources .resource:hover:after {
    opacity: 1;
}

.downloads-white-papers .resources .resource a p:not(.title) {
    color: #000;
}

@media only screen and (max-width: 1300px) {
    .downloads-white-papers .resources .resource a .resource-img {
        border: none;
        padding: 0;
    }

    .downloads-white-papers .resources .resource a .resource-img img {
        border: 1px solid var(--primary);
        padding: 5px;
        transition: all 300ms;
    }

    .downloads-white-papers .resources .resource a .resource-img:before {
        content: none;
    }

    .downloads-white-papers .resources .resource a:hover .resource-img img {
        opacity: .7
    }
}

@media only screen and (max-width: 1100px) {
    .downloads-white-papers .resources {
        grid-template-columns: 1fr;
    }

    .downloads-white-papers .resources .resource a .resource-img {
        max-width: 25%;
    }
}

@media only screen and (max-width: 800px) {
    .downloads-white-papers .resources .resource a .resource-img {
        max-width: 170px;
    }

    .downloads-white-papers .resources .resource a p.title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 500px) {
    .downloads-white-papers .resources .resource a {
        display: block;
    }

    .downloads-white-papers .resources .resource a .resource-img {
        margin: 0 auto;
        margin-bottom: 10px;
    }
}

/********************** * Mega Menu *********************/
#ebook-cta, #solutions-mega-menu-feed{
display:none;
}
 @media only screen and (min-width:960px) {
     #menu-item-5580 ul.sub-menu, 
     #menu-item-5581 ul.sub-menu{
     column-count:2;
     width:67%;
     }
     #solutions-feed li:first-child a,
     #test-results-feed li:first-child a{
     font-size:18px;
     font-weight:bold;
     color:var(--primaryalt);
     }
     #solutions-feed li:first-child a:hover,
	 #solutions-feed li:first-child a:focus,
     #test-results-feed li:first-child a:hover,
	 #test-results-feed li:first-child a:focus{
     color:#fff;
     }
     #menu-item-5563 a, 
     #menu-item-5562 a{
     font-size:14px;
     }
     #solutions-feed a,
     #test-results-feed a{
     display:flex;
     align-items:center;
     padding:10px 0;
     font-weight:500;
     flex-wrap:wrap;
     }
     #solutions-feed span,
     #test-results-feed span{
     display:block;
     line-height:1.5;
     flex-basis:calc(100% - 80px);
     }
     #solutions-feed img,
     #test-results-feed img{
     border:1px solid rgba(255,255,255,0.5);
     width:50px;
     height:auto;
     margin-right:20px;
     display:block;
     }
     #menu-item-5580 > a{
     pointer-events:none;
     }
     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 calc((100% - 1640px)/2);
        /*top: 140px;
        */
        left: -9999px !important;
        opacity: 0 !important;
    }
  ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li{
   display:none;
  }
     ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap {
        display:block;
        display:flex;
        /* width: calc(100% + 40px);
        width: 100%; */
        width: calc(100% - 440px);
/* 		 width: calc(100% - 270px); */
        /* left: -20px; */
        float:left;
    }
    ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap #ebook-cta{
    display:block;
    width:30%;
    max-height:217px;
    }
    ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap #ebook-cta{
    background:rgba(255,255,255,0.0875);
    border:1px solid rgba(255,255,255,0.05);
    padding:20px;
    }
    ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap #ebook-cta img{
    border:1px solid rgba(255,255,255,0.065);
    float:left;
    width:30%;
    display:block;
    }
    ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap #ebook-cta p, ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap #ebook-cta a{
    float:right;
    width:calc(70% - 20px);
    }
    ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap #ebook-cta p{
    color:#fff;
    font-size:.875em;
    line-height:1.25;
    margin-bottom:20px;
    }
    ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap #ebook-cta p.mm-subheader{
    font-weight:700;
    color:var(--primaryalt);
    font-size:20px;
    margin-bottom:10px;
    }
    ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap #ebook-cta a{
    font-weight:500;
    background:var(--primary);
    text-align:center;
    }
    ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap #ebook-cta a:hover{
    background: var(--ctaalt);
    color:#fff;
    }
    ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap #ebook-cta:after{
    content:'';
    display:block;
    clear:both;
    }
     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; */
        justify-content:flex-start;
    }
     ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap > ul.sub-menu > li.mega-col {
        width: 16.66%;
        width:29%;
        position: relative;
        vertical-align: top;
    }
     ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap > ul.sub-menu > li.mega-col#menu-item-670,
     ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap > ul.sub-menu > li.mega-col#menu-item-678 {
         width: 45%;
     }
     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:#fff;
        font-size: 18px;
        font-weight: 700;
        border: 0;
        /* border-bottom: solid 1px var(--lightborder); */
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        background:none;
        transition:all 400ms;
    }
    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{
        padding-left:6px;
    }
    ul.genesis-nav-menu > li.mega-menu#menu-item-633 > ul.sub-menu > li.mega-menu-wrap > ul.sub-menu > li.mega-col > ul.sub-menu > li > a span{
        display:flex;
        align-items:center;
    }
    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 svg{
        height:45px;
        width:auto;
        display:block;
        margin-bottom:30px;
    }
    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 svg {
        -webkit-animation-name: wiggle;
        -ms-animation-name: wiggle;
        -ms-animation-duration: 400ms;
        -webkit-animation-duration: 400ms;
        -webkit-animation-iteration-count: 1;
        -ms-animation-iteration-count: 1;
        -webkit-animation-timing-function: ease-in-out;
        -ms-animation-timing-function: ease-in-out;
    }
   
   @-webkit-keyframes wiggle {
     0% {-webkit-transform: rotate(0deg);}
     25% {-webkit-transform: rotate(-2deg);}
     50% {-webkit-transform: rotate(4deg);}
     75% {-webkit-transform: rotate(-2deg);}
     100% {-webkit-transform: rotate(0deg);}
   }
   
   @-ms-keyframes wiggle {
     0% {-ms-transform: rotate(1deg);}
     25% {-ms-transform: rotate(-1deg);}
     50% {-ms-transform: rotate(1.5deg);}
     75% {-ms-transform: rotate(-5deg);}
     100% {-ms-transform: rotate(0deg);}
   }
   
   @keyframes wiggle {
     0% {transform: rotate(0deg);}
     25% {transform: rotate(-2deg);}
     50% {transform: rotate(4deg);}
     75% {transform: rotate(-2deg);}
     100% {transform: rotate(0deg);}
   }
    ul.genesis-nav-menu > li.mega-menu#menu-item-633 > ul.sub-menu > li.mega-menu-wrap > ul.sub-menu > li.mega-col > ul.sub-menu > li > a svg{
        display:inline-block;
        margin-bottom:0;
        height:20px;
        margin-right:10px;
    }
    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:focus,
    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,
    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 svg path{
        color:#fbbc24!important;
        fill:#fbbc24;
    }
	ul.genesis-nav-menu > li.mega-menu#menu-item-633 > ul.sub-menu > li.mega-menu-wrap > ul.sub-menu > li.mega-col > ul.sub-menu > li > a:hover svg{
        height:24px;
    }
	ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap > ul.sub-menu > li.mega-col > ul#test-results-feed.sub-menu > li:not(:first-child) > a,
	ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap > ul.sub-menu > li.mega-col > ul#solutions-feed.sub-menu > li:not(:first-child) > a {
		color: #fff;
	}
	 
	ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap > ul.sub-menu > li.mega-col > ul#test-results-feed.sub-menu > li:not(:first-child) > a:hover, ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap > ul.sub-menu > li.mega-col > ul#test-results-feed.sub-menu > li:not(:first-child) > a:focus, ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap > ul.sub-menu > li.mega-col > ul#solutions-feed.sub-menu > li:not(:first-child) > a:hover, ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap > ul.sub-menu > li.mega-col > ul#solutions-feed.sub-menu > li:not(:first-child) > a:focus {
		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 > a:hover, 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:focus {
        color:#fff;
        outline:none;
    }
    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;
        column-count:2;
        padding-top:0;
    }
    ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap > ul.sub-menu > li.mega-col#menu-item-670 > ul.sub-menu > li ul.sub-menu{
/*         column-count:3; */
    }
    ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap > ul.sub-menu > li.mega-col li,
    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 li{
     border:none;
     display:block;
    } 
    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;
        background:none;
        padding: 8px 0;
        color:#fff;
        font-size:15px;
        transition:all 400ms;
    }
    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:focus,
    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:hover{
        padding-left:4px;
        padding-top:1opx;
/*         padding-bottom:10px; */
    }
    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:focus,
    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:hover{
        color:#D71920;
        outline:none;
    }
     ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > .mega-menu {
        width: 100%;
        padding: 0;
        position: relative;
        left: -20px;
        width: calc(100% + 40px);
    }
     ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > .mega-menu > a {
        display: none;
    }
     ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > .mega-menu > ul.sub-menu {
        display: flex !important;
        left: 0;
         height:auto !important;
         opacity: 1 !important;
        margin: 0;
        width: 100%;
        position: relative;
        border: 0;
    }
     .genesis-nav-menu li.menu-item-has-children:hover > ul.sub-menu {
        display: block !important;
    }
     nav#genesis-nav-primary ul.menu > li.menu-item-has-children:not(.mega-menu):hover > ul.sub-menu {
        left: auto;
         opacity:1 !important;
    }
     nav#genesis-nav-primary ul.menu > li.menu-item-has-children > ul.sub-menu {
        opacity: 0 !important;
        transition: opacity 600ms;
        display: block !important;
        overflow: hidden;
        box-sizing: border-box;
        padding-top: 0;
        padding-bottom: 0;
        left: -9999px;
        box-shadow: 0px 15px 20px 0px rgb(0 0 0 / 6%);
        border:none;
    }
    nav#genesis-nav-primary ul.menu > li.menu-item-has-children:not(.mega-menu) > ul.sub-menu{
        width:200px;
        border-top:1px solid #eee;
    }
    nav#genesis-nav-primary ul.menu > li.menu-item-has-children:not(.mega-menu) > ul.sub-menu > li{
        width:100%;
    }
    nav#genesis-nav-primary ul.menu > li.menu-item-has-children > ul.sub-menu:after{
    content:'';
    display:block;
    clear:both;
    }
     nav#genesis-nav-primary ul.menu > li.menu-item-has-children.mega-menu.mega-active > ul.sub-menu {
        background:rgba(0,0,0,0.85);
        padding-top: 30px;
        padding-top: 135px;
        z-index:-1;
        padding-bottom: 40px;
        left:0 !important;
        top:0px!important;
        opacity:1!important;
    }
    .nohero nav#genesis-nav-primary ul.menu > li.menu-item-has-children.mega-menu.mega-active > ul.sub-menu{
        top:74px!important;
        padding-top:65px;
    }
    .fixed-nav nav#genesis-nav-primary ul.menu > li.menu-item-has-children.mega-menu.mega-active > ul.sub-menu{
        top:70px!important;
        padding-top:65px;
    }
/*      nav#genesis-nav-primary ul.menu > li.menu-item-has-children.mega-menu.mega-active > ul.sub-menu:before{
     background:rgba(0,0,0,0.75);
     position:sticky;
     top:0;
     content:'';
     display:block;
     width:100vw;
     height:105px;
     top:-105px;
     left:0;
     z-index:-2;
     opacity:1;
     transition:opacity 600ms;
     } */
     .fixed-nav .nav-primary .genesis-nav-menu > li > a {
        padding-top:28px!important;
        padding-bottom:28px!important;
    }
    .mega-menu-featured-post{
    width:400px;
    float:right;
    display:none;
    }
    .mega-active .mega-menu-featured-post{
    display:block;
    }
    .mega-menu-featured-post > a{
    display:block;
    width:100%!important;
    position:relative!important;
    background-repeat:repeat!important;
    background-size:cover!important;
    height:272px;
    padding:0!important;
    border:none!important;
    margin-bottom:20px;
    }
    .mega-menu-featured-post > a p{
    position:absolute;
    bottom:0;
    margin:0;
    padding:20px;
    padding-top:80px;
    color:#fff;
    font-weight:700;
    font-size:1.375em;
    width:100%;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 87%);
    transition:all 300ms;
    }
    .mega-menu-featured-post > a:hover{
    opacity:0.8;
    }
    .mega-menu-featured-post > a:hover p{
    padding-top:120px;
    padding-left:26px;
    padding-bottom:21px;
    }
    .mega-menu-featured-post .btn-wrap{
    display:flex;
    justify-content:space-between;
    gap:20px;
    align-items:center;
    }
    .mega-menu-featured-post .btn-wrap a:last-child{
    flex-basis:55%;
    }
    .mega-menu-featured-post .btn-wrap a.button{
    background:var(--primary);
    border:1px solid var(--primary);
    font-weight:bold;
    color:#fff;
    width:auto;
    flex-basis:calc(45% - 20px);
    /* padding:8px 15px; */
    border-color:var(--primary)!important;
    }
    .mega-menu-featured-post .btn-wrap a.button.secondary{
    background:none;
    color: var(--primary);
	color:#fff;
    flex-basis:55%;
    }
    .mega-menu-featured-post .btn-wrap a.button:hover,
    .mega-menu-featured-post .btn-wrap a.button.secondary:hover{
    background:none!important;
    border-color:#fff!important;
    color:#fff!important;
    }
}
@media only screen and (max-width:1820px) and (min-width:960px){
      ul.genesis-nav-menu > li.mega-menu > ul.sub-menu {
        padding: 30px 5%;
        }   
}
@media only screen and (max-width:1820px) and (min-width:960px){
     #menu-item-5580 ul.sub-menu, 
     #menu-item-5581 ul.sub-menu{
     width:100%;
     }
}
@media only screen and (max-width:1500px) and (min-width:960px){
    ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap > ul.sub-menu > li.mega-col#menu-item-670 > ul.sub-menu > li ul.sub-menu{
    column-count:1;
    }
    ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap > ul.sub-menu > li.mega-col#menu-item-670,
    ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap > ul.sub-menu > li.mega-col{
    flex-basis:33.33%;
    }
}
@media only screen and (max-width:1300px) and (min-width:960px){
    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{
    column-count:1;
    }
}
@media only screen and (max-width:1260px) and (min-width:960px){
     #ebook-cta picture, #ebook-cta img{
     display:none;
     }
     ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap #ebook-cta p, ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap #ebook-cta a{
     width:100%;
     }
     .mega-menu-featured-post{
     width:250px;
     }
     ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap{
     width:calc(100% - 270px);
     }
     .mega-menu-featured-post > a{
     height:190px;
     }
     .mega-menu-featured-post > a p{
     font-size:1.125em;
     }
     .mega-menu-featured-post .btn-wrap{
     flex-wrap:wrap;
     }
     .mega-menu-featured-post .btn-wrap a.button,
     .mega-menu-featured-post .btn-wrap a.button.secondary{
     flex-basis:100%;
     }
}
@media only screen and (max-width:1180px) and (min-width:960px){
     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{
     font-size:16px;
     }
}
 @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;
    }
}

/*** Product Page Content ***/
.row.product-content-row{
padding-top:0;
}
h3.product-subheading{
color:var(--primary);
font-size:18px;
text-transform:uppercase;
margin-top:6px;
margin-bottom:16px;
}
.featured-image{
width:600px;
max-width:50%;
float:right;
margin-left:80px;
position:relative;
}
.featured-image.mobile{
display:none;
}
.featured-image + .row:after{
display:none;
}
.product-content-row a.button:not(.secondary):hover {
    background: none !important;
    color: var(--primary);
    border-color: var(--primary) !important;
}
.parent-pageid-587 main#genesis-content, .parent-pageid-595 main#genesis-content {
/*Need to add other parent page IDs*/
    width: 100%;
    padding-left:5%;
    padding-right:5%;
}
.parent-pageid-587 main#genesis-content .row, .parent-pageid-595 main#genesis-content .row{
/*Need to add other parent page IDs*/
    padding-left:0;
    padding-right:0;
}
.row.product-technical-data, .row.product-secondary-content{
    padding-top:0;
}
.row.product-technical-data h2, .row.product-secondary-content h2{
    font-size:40px;
    color:var(--darkdefault);
}
.row.product-technical-data table{
    min-width:700px;
    margin-bottom:0!important;
    margin-right:0!important;
}
.row.product-technical-data table tr td:first-child{
    font-weight:bold;
}
.parent-pageid-595 .table-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 40px;
    column-gap: 60px
}
.parent-pageid-595 .table-wrapper > div:first-child:last-child {
    grid-column: span 2;
}

.product-secondary-content .row-inner {
    display: flex;
    flex-wrap: wrap;
    column-gap: 64px;
}

.product-secondary-content .row-inner h2 {
    flex-basis: 100%;
}

.product-secondary-content .row-inner > div {
    flex-basis: calc(50% - 32px);
}

.product-secondary-content .row-inner > div.aside-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
}

.product-secondary-content .row-inner > div.aside-content:only-of-type {
    flex-basis: 100%;
}

.product-secondary-content .row-inner > div.aside-content .span-2 {
    grid-column: span 2;
}

.product-secondary-content .row-inner > div.aside-image iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}

@media only screen and (max-width:1300px){
    .featured-image{
    width:40%;
    }
}
@media only screen and (max-width: 1200px) {
    .product-secondary-content .row-inner {
        column-gap: 0;
    }
    
    .product-secondary-content .row-inner > div {
        flex-basis: 100%;
    }

    .product-secondary-content .row-inner > div.aside-image {
        order: 2;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media only screen and (max-width:960px){
    main#genesis-content > .featured-image{
    display:none;
    }
    .featured-image.mobile{
    display:block;
    float:none;
    width:100%;
    max-width:70%;
    margin:0 auto;
    text-align:center;
	margin-bottom:30px;
    }
    .featured-image.mobile img{
    margin:0 auto;
    display:block;
    }
}
@media only screen and (max-width:959px){
   .parent-pageid-587 main#genesis-content .row.title-row{
   padding-bottom:0;
   }
   h3.product-subheading{
   text-align:center;
   }
}
@media only screen and (max-width:778px){
    .row.product-technical-data .table-wrapper{
    overflow-x:scroll;
    }
    body:not(.parent-pageid-595) .row.product-technical-data .table-wrapper:after{
    content:'Swipe/scroll left and right to view more table data.';
    font-size:12px;
    position:fixed;
    left:0;
    }
}
@media only screen and (max-width:768px){
   .row.product-technical-data h2{
   font-size:28px;
   }
}
@media only screen and (max-width:700px){
   h3.product-subheading{
   text-align:left;
   }
   .featured-image.mobile{
   max-width:100%;
   }
}
@media only screen and (max-width:600px){
   .row.product-content-row .button, 
   .row.product-content-row .button.secondary{
   width:100%;
   }
   .row.product-content-row .button:not(.secondary){
   margin-bottom:20px;
   }
    .parent-pageid-595 .table-wrapper {
        display: block;
    }
	.product-secondary-content .row-inner > div.aside-content {
		display: block;
    }
}

/* Product Page Gallery */
.featured-image {
    z-index: 2;
}

.product-image-nav.slick-slider .slick-list {
    padding: 0 !important;
}

.product-image-nav:after{
    content:'Swipe to See Additional Images';
    text-align:center;
    display:block;
    font-size:1rem;
    padding-top:10px;
}

.product-image-nav.slick-slider .slick-slide img, .product-image-nav.slick-slider img.slick-slide {
    border: 1px solid #ddd;
}

.product-image-nav.slick-slider .slick-slide {
	margin: 5px;
	max-width: 110px;
}

.product-image-nav.slick-slider .slick-slide img:active,
.product-image-nav.slick-slider img.slick-slide:active,
.product-image-nav.slick-slider .slick-slide:active,
.product-image-nav.slick-slider .slick-slide img:focus,
.product-image-nav.slick-slider img.slick-slide:focus,
.product-image-nav.slick-slider .slick-slide:focus {
    outline: 0;
}

.parent-pageid-587 .row:after,
.parent-pageid-595 .row:after,
.parent-pageid-812 .row:after,
.parent-pageid-783 .row:after,
.parent-pageid-813 .row:after,
.parent-pageid-805 .row:after,
.parent-pageid-819 .row:after {
    clear: none;
}

.parent-pageid-587 .title-row,
.parent-pageid-595 .title-row,
.parent-pageid-812 .title-row,
.parent-pageid-783 .title-row,
.parent-pageid-813 .title-row,
.parent-pageid-805 .title-row,
.parent-pageid-819 .title-row {
	padding-bottom: 0 !important;
}

/*** Partner Logos ***/
.row.partner-logos{
   padding-top:0;
}
.row.warehouse-solutions-icons + .row.partner-logos{
   padding-top:100px;
}
.row.partner-logos h2{
   color:var(--darkdefault);
}
.row.partner-logos h2 span{
   color:var(--cta);
}
.row.partner-logos .partner-logos-flex{
   display:flex;
   gap:20px;
}
.row.partner-logos .partner-logos-flex div{
   flex-basis:25%;
   background:var(--light);
   display:flex;
   justify-content:center;
   align-items:center;
   text-align:center;
   transition:all 300ms;
   position:relative;
}
.row.partner-logos .partner-logos-flex div a{
   display:block;
   width:100%;
   padding:40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.row.partner-logos .partner-logos-flex img{
   width:60%;
   height:auto;
}
.row.partner-logos .partner-logos-flex div:hover{
   background: #909090;
}
.row.partner-logos .partner-logos-flex div:hover img{
 -webkit-animation-name: wiggle;
    -ms-animation-name: wiggle;
    -ms-animation-duration: 300ms;
    -webkit-animation-duration: 300ms;
    -webkit-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
}
.row.partner-logos img:not(:first-child) {
    position: absolute;
    width: 48% !important;
    transition: opacity 300ms;
}

.row.partner-logos img:first-child, 
.row.partner-logos img:last-child {
    opacity: 0;
}

.row.partner-logos .partner-logos-flex div:hover img:not(:first-child):not(:last-child) {
    opacity: 0;
}

.row.partner-logos .partner-logos-flex div:hover img:last-child {
    opacity: 1;
}

.row.partner-logos .partner-logos-flex div.anim-2:hover {
    /* background: var(--cta); */
}

.row.partner-logos .partner-logos-flex {
    flex-wrap: wrap;
}

.row.partner-logos .partner-logos-flex div {
    flex-basis: calc(50% - 20px);
}

.row.partner-logos .partner-logos-flex div:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: contain !important;
    background-position: center center !important;
    opacity: .1;
}

.row.partner-logos .partner-logos-flex div:first-child:before {
    background:#fff url(/wp-content/uploads/internal-combustion-forklifts.jpg.webp);
}

.row.partner-logos .partner-logos-flex div:nth-child(2):before {
    background:#fff url(/wp-content/uploads/Linde-Series-1279-Electric-Counterbalanced-Trucks.jpg.webp);
}

.row.partner-logos .partner-logos-flex div:nth-child(3):before {
    background:#fff url(/wp-content/uploads/C-Series-Speciality-Forklifts.jpg.webp);
}

.row.partner-logos .partner-logos-flex div:nth-child(4):before {
    background:#fff url(/wp-content/uploads/COMBI-CUBE-Speciality-Forklifts.jpg.webp);
}

.row.partner-logos .partner-logos-flex div:before{
    background-size:contain!important;
    background-repeat:no-repeat!important;
}

.parent-pageid-598 .main-content img {
    border: 0 !important;
}

@media only screen and (max-width:1040px){
   .row.partner-logos .partner-logos-flex{
      flex-wrap:wrap;
   }
   .row.partner-logos .partner-logos-flex div{
      flex-basis:calc(50% - 10px);
   }
}
@media only screen and (max-width:959px){
   .row.warehouse-solutions-icons + .row.partner-logos{
      padding-top:50px;
   }
	
	.row.partner-logos .partner-logos-flex div:before {
		background-repeat: no-repeat;
	}
}
@media only screen and (max-width:500px){
   .row.partner-logos .partner-logos-flex img{
      width:80%;
   }
}
@media only screen and (max-width:400px){
   .row.partner-logos .partner-logos-flex img{
      width:100%;
   }
}

/*** About Us ***/
div#acf64a57334d866b, div#acf64a592dae54fe {
    padding-bottom: 200px;
}
@media only screen and (max-width:959px){
     div#acf64a57334d866b, div#acf64a592dae54fe{
        padding-bottom:50px;
     }
}

/*** Used Equipment ***/
.image-checkboxes{
margin-bottom:30px!important;
}
.image-checkboxes legend{
font-size:1.25em!important;
margin-bottom:20px!important;
}
.image-checkboxes .gfield_checkbox{
display:flex;
flex-wrap:wrap;
gap:40px;
}
.image-checkboxes .gfield_checkbox > div{
flex-basis:calc(25% - 30px);
}
.image-checkboxes .gfield_checkbox > div,
.image-checkboxes .gfield_checkbox > div label{
cursor:pointer;
}
.image-checkboxes .gfield_checkbox > div .gfield-choice-input{
display:none;
}
.image-checkboxes .gfield_checkbox > div label{
font-weight:bold;
text-align:center;
max-width:100%!important;
color:var(--primary);
color:#000;
position:relative;
font-size:.75em!important;
}
.image-checkboxes .gfield_checkbox > div label:hover,
.image-checkboxes input.gfield-choice-input[type="checkbox"]:checked + label {
color: var(--cta);
}
.image-checkboxes input.gfield-choice-input[type="checkbox"]:checked + label:before{
content:'';
width:32px;
height:32px;
background:#fff url(/wp-content/uploads/square-check-solid-1.svg) center center no-repeat;
background-size:30px;
display:block;
position:absolute;
left:calc(50% - 10px);
top:calc(50% - 33px);
z-index:2;
border-radius:4px;
}
.image-checkboxes .gfield_checkbox > div label img{
margin-bottom:10px;
transition:all 300ms;
border:1px solid #ccc;
}
.image-checkboxes .gfield_checkbox > div label:hover img{
opacity:0.7;
}
.image-checkboxes input.gfield-choice-input[type="checkbox"]:checked + label img{
opacity:0.5;
}
#gform_fields_4 > div,
#gform_fields_4 > fieldset:not(.image-checkboxes),
#gform_fields_7 > div,
{ /* #gform_fields_7 > fieldset:not(.image-checkboxes) */
max-width:1000px;
}
#gform_fields_4 > div,
#gform_fields_4 > fieldset,
#gform_fields_7 > div,
#gform_fields_7 > fieldset{
grid-column:span 12;
}
input#gform_submit_button_7,
input#gform_submit_button_4 {
    margin: 0 auto;
    padding: 8px 50px;
}
div#field_7_1, div#field_7_4, div#field_7_5 {
    grid-column: span 4 !important;
}
@media only screen and (max-width:1200px){
   .image-checkboxes .gfield_checkbox > div{
   flex-basis:calc(33.33% - 27px);
   }
}
@media only screen and (max-width: 640px) {
    div#field_7_1, div#field_7_4, div#field_7_5 {
        grid-column: span 12 !important;
    }
}
@media only screen and (max-width:650px){
   .image-checkboxes .gfield_checkbox > div{
   flex-basis:calc(50% - 20px);
   }
}
/*** Warehouse Solutions Icons ***/
.row.warehouse-solutions-icons{
padding-top:175px;
padding-bottom:175px;
background-image:url(/wp-content/uploads/black-parallax-background.jpg.webp);
background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
transform:none;
margin:100px 0;
color:#fff;
}
.row.warehouse-solutions-icons h2{
color:#fff;
}
.row.warehouse-solutions-icons h2 span{
color:#D71920;
}
.row.warehouse-solutions-icons .row-inner{
display:flex;
justify-content:space-between;
align-items:center;
}
.row.warehouse-solutions-icons a.button{
background:rgba(255,255,255,0);
border-color:#fff!important;
}
.row.warehouse-solutions-icons a.button:hover{
background:rgba(255,255,255,1);
color:var(--primary);
}
.row.warehouse-solutions-icons .text{
flex-basis:45%;
}
.row.warehouse-solutions-icons .icon-buttons{
display:flex;
flex-wrap:wrap;
gap:16px;
flex-basis:50%;
}
.row.warehouse-solutions-icons .icon-buttons a.button,
.row.warehouse-solutions-icons .icon-buttons span.button{
border:none!important;
background:rgba(255,255,255,0.125);
flex-basis:calc(33% - 1%);
padding-bottom:16px;
}
.row.warehouse-solutions-icons .icon-buttons span.button{
cursor:default;
display:flex;
align-items:center;
justify-content:center;
padding-top:16px;
}
.row.warehouse-solutions-icons .icon-buttons a.button:hover{
color:#fff!important;
background:rgba(255,255,255,0.25);
}
.row.warehouse-solutions-icons .icon-buttons a.button:hover svg{
	-webkit-animation-name: wiggle;
	-ms-animation-name: wiggle;
	-ms-animation-duration: 400ms;
	-webkit-animation-duration: 400ms;
	-webkit-animation-iteration-count: 1;
	-ms-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in-out;
	-ms-animation-timing-function: ease-in-out;
}
.row.warehouse-solutions-icons .icon-buttons svg{
width:34px;
top:6px;
margin-right:10px;
}
.row.warehouse-solutions-icons .icon-buttons span svg{
top:0px;
}
.row.warehouse-solutions-icons .icon-buttons svg path{
fill:#fbbc24;
}
@media only screen and (max-width:1800px){
    .row.warehouse-solutions-icons .icon-buttons{
    flex-basis:60%;
    }
    .row.warehouse-solutions-icons .icon-buttons a.button,
    .row.warehouse-solutions-icons .icon-buttons span.button{
    flex-basis:32%;
    }
    .row.warehouse-solutions-icons .text{
    flex-basis:35%;
    }
}
@media only screen and (max-width:1480px){
    .row.warehouse-solutions-icons .icon-buttons a.button,
    .row.warehouse-solutions-icons .icon-buttons span.button{
    flex-basis:31.6%;
    }  
    .row.warehouse-solutions-icons .icon-buttons a.button svg,
    .row.warehouse-solutions-icons .icon-buttons span.button svg{
    width:20px;
    }
}
@media only screen and (max-width:1200px){
    .row.warehouse-solutions-icons .icon-buttons a.button,
    .row.warehouse-solutions-icons .icon-buttons span.button{
    text-align:center;
    }
    .row.warehouse-solutions-icons .icon-buttons a.button svg{
    display:block;
    margin:0 auto;
    margin-bottom:4px;
    }
}
@media only screen and (max-width:1140px){
    .row.warehouse-solutions-icons .row-inner{
    flex-wrap:wrap;
    }
    .row.warehouse-solutions-icons .icon-buttons,
    .row.warehouse-solutions-icons .text{
    flex-basis:100%;
    }
    .row.warehouse-solutions-icons .text{
    margin-bottom:90px;
    }
}
@media only screen and (max-width:959px){
    .row.warehouse-solutions-icons{
    margin-top:0px;
    margin-bottom:0px;
    padding-top:50px;
    padding-bottom:50px;
    }
    .row.warehouse-solutions-icons .text{
    margin-bottom:50px;
    }
}
@media only screen and (max-width:685px){
    .row.warehouse-solutions-icons{
    background:var(--primaryalt);
    }
    .row.warehouse-solutions-icons .icon-buttons a.button,
    .row.warehouse-solutions-icons .icon-buttons span.button{
    flex-basis:100%;
    }
    .row.warehouse-solutions-icons .icon-buttons a.button svg,
    .row.warehouse-solutions-icons .icon-buttons span.button svg{
    margin-bottom:0;
    display:inline-block;
    margin-right:8px;
    }
    .row.warehouse-solutions-icons a.button{
    display:block;
    }
}
/*** Warehouse Solutions Interactive Row ***/
.row.warehouse-solutions-interactive-row{

}
.row.warehouse-solutions-interactive-row h2{
color:var(--darkdefault);
}
.row.warehouse-solutions-interactive-row h2 span{
color:var(--cta);
}
.row.warehouse-solutions-interactive-row .row-inner{
display:flex;
justify-content:space-between;
align-items:center;
}
.row.warehouse-solutions-interactive-row .row-inner > *{
flex-basis:47.5%;
}
.row.warehouse-solutions-interactive-row .icons{
display:flex;
flex-wrap:wrap;
justify-content:space-between;
gap:20px;
}
.row.warehouse-solutions-interactive-row .icons > div{
flex-basis:47.5%;
display:flex;
align-items:center;
font-size:.875em;
font-weight:bold;
}
.row.warehouse-solutions-interactive-row .icons > div .icon{
background:var(--cta);
width:60px;
height:60px;
padding:16px;
border-radius:30px;
display:flex;
align-items:center;
justify-content:center;
margin-right:10px;
}
.row.warehouse-solutions-interactive-row .icons > div .icon svg{
width:24px;
}
.row.warehouse-solutions-interactive-row .icons > div .icon svg path{
fill:#fff;
}
@media only screen and (max-width:959px){
   .row.warehouse-solutions-interactive-row .row-inner{
   flex-wrap:wrap;
   }
   .row.warehouse-solutions-interactive-row .row-inner > *{
   flex-basis:100%;
   }
   .row.warehouse-solutions-interactive-row .row-inner > div.img{
   margin-bottom:50px;
   }
}
@media only screen and (max-width:650px){
   .row.warehouse-solutions-interactive-row .icons > div{
   flex-basis:100%;
   }
}

/*** RFQ Form ***/
div#gform_wrapper_5 .gform_heading {
    display: none;
}

.page-id-565 .form {
    padding-top: 50px;
}

div#gform_fields_5 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

div#gform_fields_5 > * {
    grid-column: auto;
}

div#field_5_11, div#field_5_12, div#field_5_13 {
    grid-column: span 3;
}

@media only screen and (max-width: 768px) {
    div#gform_fields_5 {
        grid-template-columns: 1fr 1fr;
    }

    div#field_5_6, div#field_5_11, div#field_5_12, div#field_5_13 {
        grid-column: span 2;
    }
}

@media only screen and (max-width: 640px) {
    div#gform_fields_5 {
        display: block;
    }
}

div#acf64b03b060fc7e, div#acf64b056e8e97e0 { /* Request a Quote and Parts & Service */
    padding-top: 10px;
}

/* Parts & Service Request Form */
div#gform_wrapper_6 .gform_heading {
    display: none;
}

div#acf64b056e8e97e0 {
/*     padding-top: 50px; */
}

div#gform_fields_6 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

div#gform_fields_6 > * {
    grid-column: auto;
}

div#field_6_13, div#field_6_14, div#field_6_15, div#field_6_16 {
    grid-column: span 3;
}

@media only screen and (max-width: 900px) {
    div#gform_fields_6 {
        grid-template-columns: 1fr 1fr;
    }
    
    div#gform_fields_6 > *, div#field_6_3, div#field_6_6 {
        grid-column: auto;
    }

    div#field_6_13, div#field_6_14, div#field_6_15, div#field_6_16 {
        grid-column: span 2;
    }    
}

@media only screen and (max-width: 640px) {
    div#gform_fields_6 {
        display: block;
    }
}

/*** Our Trusted Partners ***/
.our-trusted-partners {
    padding: 120px 5%; /* was 200px 5% 160px */
}

.our-trusted-partners .f-text {
    text-align: center;
}

.our-trusted-partners .trusted-partners {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
}

.our-trusted-partners .trusted-partners > picture, .our-trusted-partners .trusted-partners > img , .our-trusted-partners .trusted-partners > a {
    max-width: calc(14% - 40px);
    margin: 0 20px;
    margin-top: 48px !important;
	transition: all 300ms;
}

.our-trusted-partners .trusted-partners > a > img {
	max-width: unset;
	width: 100%;
}

.our-trusted-partners .trusted-partners > a:hover {
	opacity: .7;
}

.our-trusted-partners .trusted-partners .zebra-fetch:last-child {
    max-width: calc(calc(18% - 40px) * 2);
}

.our-trusted-partners p {
    margin: 0;
}

@media only screen and (max-width: 1200px) {
    .our-trusted-partners .trusted-partners > img, .our-trusted-partners .trusted-partners > a, .our-trusted-partners .trusted-partners > picture {
        max-width: calc(20% - 40px);
    }
    .our-trusted-partners .trusted-partners .zebra-fetch:last-child {
        max-width: calc(calc(20% - 40px) * 2);
        margin: 0 auto
    }
	.our-trusted-partners .trusted-partners {
		justify-content: flex-start;
	}
}

@media only screen and (max-width: 1100px) {
	.our-trusted-partners {
		padding: 90px 5%;
	}
}

@media only screen and (max-width: 959px) {
    .our-trusted-partners .trusted-partners > img, .our-trusted-partners .trusted-partners > a, .our-trusted-partners .trusted-partners > picture {
        max-width: calc(25% - 40px);
    }
    .our-trusted-partners .trusted-partners .zebra-fetch:last-child {
        max-width: calc(calc(25% - 40px) * 2);
        margin: 0 auto
    }
	.our-trusted-partners {
    	padding: 50px 5%;
	}
}

@media only screen and (max-width: 800px) {
    .our-trusted-partners .trusted-partners > img, .our-trusted-partners .trusted-partners > a, .our-trusted-partners .trusted-partners > picture {
        max-width: calc(33% - 40px);
    }
    .our-trusted-partners .trusted-partners .zebra-fetch:last-child {
        max-width: calc(calc(33% - 40px) * 2);
        margin: 0 auto
    }
}

@media only screen and (max-width: 700px) {
    .our-trusted-partners .trusted-partners > img, .our-trusted-partners .trusted-partners > a, .our-trusted-partners .trusted-partners > picture {
        max-width: calc(45% - 40px);
        
    }
    .our-trusted-partners .trusted-partners .zebra-fetch:last-child {
        max-width: calc(calc(50% - 40px) * 2);
        margin: 0 auto
    }
	.our-trusted-partners .trusted-partners {
		justify-content: space-between;
	}
}

@media only screen and (max-width: 500px) {
    .our-trusted-partners .trusted-partners > img, .our-trusted-partners .trusted-partners > a, .our-trusted-partners .trusted-partners > picture {
        max-width: 60%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 100px !important;
        width: 100%;
    }
	.our-trusted-partners .trusted-partners img {
		width: 100%;
	}
    .our-trusted-partners .trusted-partners .zebra-fetch:last-child {
        max-width: 100%;
    }
	.our-trusted-partners .trusted-partners {
		justify-content: center;
	}
}

@media only screen and (max-width: 320px) {
	.our-trusted-partners .trusted-partners > img, .our-trusted-partners .trusted-partners > a, .our-trusted-partners .trusted-partners > picture {
		max-width: 90%;
	}
}

/* Supporting Lean Management */
.supporting-lean-management {
	background-image: url('/wp-content/uploads/supporting-lean-management.png');
/*     background-image: url('/wp-content/uploads/supporting-lean-management.png'), linear-gradient(180deg, rgb(227,227,227) 50%, rgb(255,255,255) 100%); */
}

.supporting-lean-management {
    background-repeat: no-repeat;
	background-size: cover;
}

.supporting-lean-management .row-inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: stretch;
	align-items: flex-start;
}

.supporting-lean-management .primary-content p {
    width: calc(50% - 25px);
    font-family: 'lato';
    font-size: 20px;
    margin: 0;
}

.supporting-lean-management .primary-content {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 200px;
}

.supporting-lean-management .primary-content h2 {
    width: 100%;
    font-size: 40px;
    margin-bottom: 32px;
    text-transform: uppercase;
}

.full-height-content-media .f-text h2 {
    text-transform: uppercase;
}

.supporting-lean-management h2, .supporting-lean-management .short-form {
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 32px;
    width: 100%;
}

.supporting-lean-management .short-form h2 span {
    display: block;
}

.supporting-lean-management .solution > div p {
    margin: 0;
    position: relative;
    /* margin-left: 30px; */
    font-weight: 600;
    font-size: 18px;
}

.supporting-lean-management .solution {
    /* margin-bottom: 100px; */
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    /* margin-right: 50px; */
}

.supporting-lean-management .solution > div p:first-child {
    font-size: 25px;
    font-weight: 600;
}

.supporting-lean-management .solution > div:first-of-type p:first-child::before {
    content: '01';
}

.supporting-lean-management .solution > div:not(:first-of-type):not(:last-of-type) p:first-child::before {
    content: '02';
}
.supporting-lean-management .solution > div:last-of-type p:first-child::before {
    content: '03';
}

.supporting-lean-management .solution > div p:first-child::before {
    color: var(--primary);
    font-size: 40px;
    margin-right: 8px;
	display:block;
	line-height:1;
}

.supporting-lean-management .solution > div {
    position: relative;
    /* width: calc(25% - 20px); */
    /* margin-right: 50px; */
    /* margin-bottom: 32px; */
}

.supporting-lean-management .solution > div:last-child {
    margin: 0;
}

.supporting-lean-management .short-form h2 {
	margin-bottom: 32px;
}

.supporting-lean-management .short-form .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: unset;
    grid-row-gap: unset;
    display: flex;
    flex-flow: column;
    width: fit-content;
}

.supporting-lean-management .short-form .gform_wrapper.gravity-theme .gform_footer {
    padding: 0;
    margin: 0;
    /* position: absolute; */
    top: 16px;
    right: 150px;
    margin: 0 auto;
    margin-top: 16px;
    width: fit-content;
}

.supporting-lean-management .short-form .gform_wrapper.gravity-theme .gform_fields .gfield {
    width: 380px;
    /* margin-right: 30px; */
    margin-bottom: 26px;
}

.supporting-lean-management .short-form .gform_wrapper.gravity-theme input[type=text], .supporting-lean-management .short-form .gform_wrapper.gravity-theme input[type=email] {
    font-weight: 600;
    font-size: 12px;
    color: #606060 !important;
    padding: 20px 0 20px 30px;
}

.supporting-lean-management .short-form .gform_wrapper.gravity-theme input[type=text]::placeholder, .supporting-lean-management .short-form .gform_wrapper.gravity-theme input[type=email]::placeholder {
    color: #606060;
}

.supporting-lean-management .short-form form {
    position: relative;
    display: flex;
    flex-flow: column;
    width: fit-content;
}
.supporting-lean-management .solution > div{
	margin-bottom:30px;
}

.supporting-lean-management .solution > div:last-child {
    margin: 0;
}

.supporting-lean-management .solution, .supporting-lean-management .short-form {
    width: 35%;
    margin: 0;
}

@media only screen and (max-width: 1200px) {
    .supporting-lean-management .solution, .supporting-lean-management .short-form {
        width: 50%;
    }
    .supporting-lean-management .short-form form {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 959px) {
    .supporting-lean-management .solution, .supporting-lean-management .short-form, .supporting-lean-management .short-form .gform_wrapper.gravity-theme .gform_fields {
        width: 100%;
    }
	.supporting-lean-management .short-form .gform_wrapper.gravity-theme .gform_fields {
		justify-content: center;
		align-items: center;
	}
	 .supporting-lean-management .short-form form {
		 width: 100%;
		 margin: 0;
	}
	.supporting-lean-management .short-form .gform_wrapper.gravity-theme .gform_fields .gfield {
		width: 100% !important;
	}
}

@media only screen and (max-width: 1600px) {
    .supporting-lean-management .short-form .gform_wrapper.gravity-theme .gform_fields .gfield {
        width: 300px;
    }
	.supporting-lean-management .solution > div {
		/* width: calc(33% - 30px); */
		/* margin-right: 0; */
	}
	.supporting-lean-management .solution {
		/* justify-content: space-between; */
	}
}

@media only screen and (max-width: 1330px) {
    .supporting-lean-management .short-form .gform_wrapper.gravity-theme .gform_fields .gfield {
        width: 380px;
    }
    .supporting-lean-management .short-form .gform_body.gform-body {
        width: 100%;
    }
    .supporting-lean-management .short-form form {
        /* flex-flow: row wrap; */
    }
}
@media only screen and (max-width: 1100px) {
	.supporting-lean-management .solution {
		flex-wrap: wrap;
	}
	.supporting-lean-management .solution > div {
		/* width: calc(50% - 30px); */
	}
	.supporting-lean-management .solution > div:last-of-type {
		/* margin-top: 48px; */
	}
	.supporting-lean-management .primary-content, .supporting-lean-management .solution {
		margin-bottom: 80px;
	}
	.supporting-lean-management {
		padding: 90px 5%;
	}
}

@media only screen and (max-width: 968px) {
    .supporting-lean-management .short-form .gform_wrapper.gravity-theme .gform_fields{
		flex-wrap: wrap;
		}
	.supporting-lean-management .short-form h2 span {
		display: inline-block;
	}
	.supporting-lean-management .primary-content p {
		width: 100%;
		margin-bottom: 32px;
	}
}

@media only screen and (max-width: 959px) {
	.supporting-lean-management .primary-content, .supporting-lean-management .solution {
		margin-bottom: 50px;
	}
	.supporting-lean-management .solution > div p:first-child {
		font-size: 20px;
	}
	.supporting-lean-management {
		padding: 50px 5%;
	}
	.supporting-lean-management .solution > div {
		margin-bottom: 32px;
	}
}

@media only screen and (max-width: 768px) {
	.supporting-lean-management .solution > div {
		width: 100%;
		margin-bottom: 48px;
		margin-top: 0 !important;
	}
	.supporting-lean-management .solution h2, .supporting-lean-management .short-form h2 {
		font-size: 28px;
	}
	.home-feature .text p.primary {
		font-size: 2.5em;
	}
	.supporting-lean-management .solution > div p:first-child::before {
		font-size: 24px;
	}
}