/**********************************
 *  Rivet Web Marketing Custom CSS   
 *********************************/

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

:root {

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

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

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

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

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

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

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

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


/********************** * Header & Top Bar *********************/
 html[lang] {
     margin-top: 0 !important;
}
 header.site-header {
     padding: 0 5%;
     box-shadow: 0 0 12px rgb(0 0 0 / 15%);
     position: fixed;
     width: 100%;
     top: 34px !important;
     transition:top 400ms;
	 background:#000;
}
 .fixed-nav header.site-header, body.top-bar-hidden header.site-header {
     top: 0!important;
}
 header.site-header > .wrap {
     max-width: 100%;
     margin: 0 auto;
}
 .nav-primary .menu > li:last-child > a {
     padding-right: 0;
}
.genesis-nav-menu > li > a {
    padding: 45px 15px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    transition: all 400ms;
    font-family: din-condensed;
    font-weight: 400;
    font-size: 24px;
}
.genesis-nav-menu > li.current-page-ancestor > a {
    color: var(--cta);
}
div#top-bar {
    background: #3F3F3F;
    color: #fff;
    font-size: 0.875rem;
    margin: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    transition: top 400ms;
    padding: 0 5%;
    font-weight: 400;
    font-family: din-2014, sans-serif;
}
.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: 0px;
}
 div#top-bar a {
     color: #D8D0CB;
     text-decoration: none;
	 text-transform:uppercase;
}
 div#top-bar a:hover {
     opacity: 0.7;
}
 .social svg {
     width: auto;
     height: 16px;
     position: relative;
     top: 3px;
}
 #top-bar .row-inner {
     text-align: right;
     padding: 0;
     height: 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:#D8D0CB;
}
 ul#menu-top-bar-menu {
     display: flex;
}
 ul#menu-top-bar-menu a {
     display: inline-block;
     padding: 0 10px;
     line-height: 1.25;
}
 ul#menu-top-bar-menu li {
     border-right: solid 1px;
     border-color: rgba(255,255,255,0.2);
}
 ul#menu-top-bar-menu li:last-child {
    border: 0;
}
 ul#menu-top-bar-menu li:first-child a {
     padding-left: 0;
}
 ul#menu-top-bar-menu li:last-child a {
     padding-right: 0;
     border-right: 0;
}
 nav#genesis-nav-primary {
     padding-bottom: 0;
     transition:padding 400ms;
     padding-top:0;
}
 .title-area {
     transition: max-width 400ms;
}
 .fixed-nav.wp-custom-logo .site-container div.title-area {
     max-width: 150px!important;
}
 .fixed-nav nav#genesis-nav-primary {
     padding-top: 3px;
}
 .nav-primary .menu li.nav-cta {
     padding-left: 15px;
}
nav.nav-primary .menu li.nav-cta > a {
    padding: 16px 48px;
    background: var(--cta);
    border-radius: 0;
    transition: all 300ms;
    color: #fff;
}
 .nav-primary .menu li.nav-cta > a:hover {
     background: var(--ctaalt);
}
 button#genesis-mobile-nav-primary {
     font-size: 0;
     margin: 0 5% 0 0;
}
 .site-header .menu-toggle::before {
     color: #fff;
     width: 40px;
     font-size: 40px!important;
     height: 40px;
     margin: 0;
}
 nav#genesis-nav-primary ul.menu li.menu-item-has-children > a:after {
     content: '';
     display: inline-block;
     position: absolute;
     width: 7px;
     height: 7px;
     transform: rotate(45deg);
     margin-left: 8px;
     border-right: solid 2px;
     border-bottom: solid 2px;
     border-color: rgba(255,255,255,0.5);
     top: calc(50% - 6px);
}
 nav#genesis-nav-primary ul.menu li.menu-item-has-children {
     padding-right: 15px;
}
 #top-bar input#searchform-1 {
    padding: 9px 20px;
    font-size: 14px;
    border: 0;
    background: rgb(159 159 159 / 25%);
    color: #ffffff;
    width:300px;
}
 #top-bar input#searchform-1::placeholder {
    color:#D8D0CB;
     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-left: 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;
} */

.search main.content {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    left: -20px;
}

.search h1.archive-title {
    font-size: 32px;
    margin-bottom: 0;
}

.search main.content .archive-description {
    width: 100%;
    padding: 0 20px;
}

.search main.content article {
    width: calc(50% - 40px);
    margin: 0 20px 40px 20px;
    border: solid 1px #ddd;
    display: flex;
    flex-direction: column;
    padding: 20px;
    padding-right: 190px;
    position: relative;
}

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

.search main.content article div.entry-content .more-link {
    order: 2;
}

.search main.content article a.entry-image-link img {
    border: solid 1px #ddd;
}

.search main.content article div.entry-content:before, .search main.content article div.entry-content:after {
    display: none;
}

.search p.entry-meta {
    display: none;
}
 body.noscroll {
     overflow: hidden;
}
 .header-inline header.site-header > .wrap, .header-stacked header.site-header > .wrap, .header-inline #top-bar .row-inner, .header-stacked #top-bar .row-inner {
    max-width: 1400px;
}
 .header-stacked header.site-header {
    padding: 0;
}
 .header-stacked header.site-header > .wrap {
    width: 90%;
}
 .header-stacked nav#genesis-nav-primary {
    width: 100%;
    background: var(--light);
    padding:0 5%;
}
 .header-stacked nav#genesis-nav-primary > .wrap {
    max-width: 1400px;
    margin: 0 auto;
}
 .header-stacked .nav-primary .genesis-nav-menu a {
    padding: 20px 15px;
}
 .header-stacked.fixed-nav .nav-primary .genesis-nav-menu a {
    padding: 10px 15px;
}
 .header-stacked.fixed-nav .nav-primary .menu li.nav-cta > a {
    background: none;
    padding: 0;
    color: var(--darkdefault);
     padding-top: 1px;
}
 .header-stacked.fixed-nav .nav-primary .menu li.nav-cta > a:hover {
    color: var(--primaryalt);
}
 .header-stacked .nav-primary .menu li.nav-cta > a {
    position:relative;
}
.header-stacked nav ul > li.nav-cta {
    float: right;
}

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

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

 .header-stacked .nav-primary .genesis-nav-menu ul.sub-menu a {
    padding: 15px;
}
.nav-transparent header.site-header {
    background: rgba(0,0,0,0.5);
    border-bottom: solid 1px rgba(255,255,255,0.2);
    box-shadow: none !important;
    transition: all 300ms;
}
 .nav-transparent.fixed-nav header.site-header {
    background: #000;
     box-shadow: 0 0 12px rgb(0 0 0 / 15%) !important
}
 .nav-transparent div#top-bar {
    background: rgba(0,0,0,1);
}
 .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(--cta);
}
/*  .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;
} */
/*  body.isMobile .genesis-nav-menu > li > a {
    color: var(--darkdefault);
} */

.nav-transparent div.site-inner {
		margin-top: 0 !important;
	}

 @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:1550px) {
  #top-bar span.address {
    display: none;
  }
	.wp-custom-logo .title-area {
		max-width: 250px !important;
	}

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

	nav.nav-primary .menu li.nav-cta > a {
		padding-left: 32px;
		padding-right: 32px;
	}
	.site-header .title-area {
		max-width: 250px !important;
	}

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

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

	.nav-primary .genesis-nav-menu > li > a {
		font-size: 18px;
		padding-left: 10px;
		padding-right: 15px;
	}

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

	nav.nav-primary ul.menu li.nav-cta > a {
		padding-left: 18px !important;
		padding-right: 18px !important;
	}
	aside .widget a.button.primary {
		font-size: 20px;
		padding: 16px 20px;
	}
}

@media only screen and (max-width:1100px) {
  #top-bar span.email {
    display: none;
  }
	.wp-custom-logo .title-area {
		width: 180px !important;
	}

	.nav-primary .genesis-nav-menu > li > a {
		font-size: 16px;
	}
}
 @media only screen and (max-width:1040px){
     .wp-custom-logo .title-area{
         max-width:200px!important;
    }
}
 @media only screen and (max-width:959px) {
     .wp-custom-logo .site-container .title-area {
         max-width: 300px;
         padding-bottom:15px;
    }
     #genesis-nav-primary  ul.menu li.nav-cta > a {
         padding: 0;
    }
   #genesis-nav-primary  ul.menu li.nav-cta > a {
    padding: 16px 5%;
         background: none !important;
         color: var(--darkdefault);
  }
     .nav-primary .menu li.nav-cta > a:hover {
         color: #0478e6;
    }
     #top-bar .top-menu {
         display: none;
    }
     #top-bar .social {
         margin-right: 0;
    }
     header.site-header {
         position: fixed;
         width: 100%;
         top: 34px;
         transition: all 400ms;
         z-index:9999;
    }
     div#top-bar {
         position: fixed;
         top: 0;
         transition: top 400ms;
    }
     .fixed-nav div#top-bar {
         top: 0px;
    }
     .fixed-nav header.site-header {
         top: 0px;
    }
     .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%;
    }
     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);	
		 font-size:20px;
    }
	 .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;
		 font-size:16px !important;
    }
     nav#genesis-nav-primary ul.menu li.menu-item-has-children {
         padding: 0 !important;
    }
	 ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap > ul.sub-menu > li.mega-col {
		width: 100% !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: #fff;
    }
   
   ul.menu > li.menu-item > button.sub-menu-toggle {
    padding: 14px 10px;
  }
}

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

 @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 img.custom-logo {
        opacity: 1 !important;
    }
     .nav-transparent a.custom-logo-link {
         background: none !important;
    } */
	 .single-product .breadcrumbs {
		padding-top: 40px;
	}
}
 @media only screen and (max-width:450px){
     .wp-custom-logo .site-container .title-area {
         max-width: 200px;
    }
     button#genesis-mobile-nav-primary {
         padding-top: 7px;
    }
}
/********************** * Mega Menu *********************/
 @media only screen and (min-width:961px) {
     ul.genesis-nav-menu > li.mega-menu > ul.sub-menu {
        opacity: 1;
        left: 0;
        position: fixed;
        width: 100%;
        background: #fff;
        border-top: solid 1px var(--lightborder);
        padding: 30px 5%;
        /*top: 140px;
        */
        left: -9999px !important;
        opacity: 0 !important;
    }
     ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap {
        width: calc(100% + 40px);
        left: -20px;
    }
     ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap > a {
        display: none;
    }
     ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap > ul.sub-menu {
        display: flex !important;
        flex-wrap: wrap;
        height:auto !important;
        opacity: 1 !important;
        left: 0 !important;
        position: relative;
        top: 0;
        width: 900px;
        max-width: 100%;
        margin: 0 auto;
        border: 0;
        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: 30%;
        position: relative;
        vertical-align: top;
        padding: 0 40px 0 0 !important;
    }
     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;
        font-family: din-2014, sans-serif;
        padding-top: 10px;
        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 > 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;
		 border-bottom:solid 4px var(--cta);
		 background:var(--light);
    }
     .fixed-nav .nav-primary .genesis-nav-menu > li > a {
        padding: 29px 15px;
    }
	 li#menu-item-1251 > ul.sub-menu:before {
		content: 'Our Engineered Belting Products';
		width: 100%;
		font-family: din-condensed, sans-serif;
		color: var(--cta);
		font-size: 32px;
		margin-bottom: 20px;
	}
	 li#menu-item-1267 > ul.sub-menu:before {
		content: 'Browse Our Solutions for Industrial Applications';
		width: 100%;
		font-family: din-condensed, sans-serif;
		color: var(--cta);
		font-size: 32px;
		margin-bottom: 20px;
	}
	 li#menu-item-1177 > ul.sub-menu, li#menu-item-1278 > ul.sub-menu {
		padding-top: 0;
	}
	 li.mega-menu ul.sub-menu a {
		background: none;
	}
	 
	 ul.genesis-nav-menu > li.mega-menu#menu-item-1176 > ul.sub-menu > li.mega-menu-wrap > ul.sub-menu > li.mega-col {
		width: 25%;
	}
}
 @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;
    	font-family: 'din-2014', sans-serif;
		 font-size:16px !important;
    }
     .mega-col > ul.sub-menu > li > ul.sub-menu {
        background: #fff;
    }
}
/********************** * Content *********************/

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

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

h3, h4 {
    color: #555;
}

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

.style-dark h3, .style-dark h4, .style-dark strong {
    color: rgba(255,255,255,0.8);
}

.style-dark h2 {
    color: #fff;
}

 a {
     color: var(--primary);
}
 a:hover, a:focus {
     color: var(--primaryalt);
}
 main#genesis-content {
     padding-top: 60px;
}
 .row {
     width: 100%;
     padding: 90px 5%;
     position:relative;
}
 .row:after {
     content: '';
     display: table;
     clear: both;
}
 .row-inner {
     width: 100%;
     max-width: 1400px;
     margin: 0 auto;
}
 .site-inner .row:not(.title-row):not(.main-content):not(.style-light):not(.style-dark):not(.page-title):before {
     content: '';
     width: 90%;
     max-width: 1400px;
     border-top: solid 1px var(--lightborder);
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     margin: 0 auto;
}
 .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: linear-gradient(90deg, #D8D0CB, #F2EDEB);
    border-top: solid 1px var(--lightborder);
    border-bottom: solid 1px var(--lightborder);
}
.row.style-dark {
    background: linear-gradient(90deg, #000, #3F3F3F);
    border-top: solid 1px var(--primaryborder);
    border-bottom: solid 1px var(--primaryborder);
    color: #fff;
}
/* .style-dark:before {
    content: '';
    background: url(/wp-content/uploads/conveyor-vector.svg) top center no-repeat;
    width: 100%;
    height: 2000px;
    position: absolute;
    top: -380px;
    left: -290px;
    background-size: 100%;
    transform: rotate(-15deg);
    opacity: 0.1;
} */

.content-media.style-dark:before {
	display:none;
}
.row.style-dark {
    overflow: hidden;
}
.row.style-dark .row-inner {
	position:relative;
}
div#hero {
     height: 300px;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     padding:0 5%;
     border-bottom: solid 1px var(--lightborder);
     position: relative;
}
div#hero.tall {
	height: 600px;
}

.hero-inner {
     display: flex;
     height: 100%;
     width: 1400px;
	 margin:0 auto;
	 max-width:100%;
     align-items: center;
     /* justify-content: center; */
     position: relative;
}
 span.hero-text {
     color: #fff;
     font-size: 60px;
     text-transform: uppercase;
     font-weight: 400;
     text-shadow: 0 0 11px rgb(0 0 0 / 70%);
     line-height: 1;
     font-family: din-condensed, sans-serif;
     margin-bottom: 20px;
     display: block;
}
#hero .hero-text-wrap {
    width: 100%;
    max-width: 50%;
}

#hero .hero-content {
    color: #fff;
    font-family: din-2014;
    font-weight: 400;
}

#hero .hero-content p {
    line-height: 1.375;
}

div#hero:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(107 107 107 / 80%);
}
 .content ul, .content ol, .product-post-content ul {
     padding-left: 0px;
     margin-bottom: 32px;
}
.content ul li, .product-post-content ul li {
    list-style: none;
    margin-bottom: 10px;
    background: url(/wp-content/uploads/arrow-right-long-regular.svg) left 4px no-repeat;
    background-size: 17px;
    padding-left: 32px;
    line-height: 1.25;
}

.content .pagination ul li {
    background: none;
    padding: 0;
}

 .content ol li {
     list-style: number;
     margin-bottom: 10px;
}
.content a[href^="tel"] {
    color: var(--primary);
}
ul.col-2 {
     column-count: 2;
     column-gap:40px;
   page-break-inside:avoid;
   break-inside:avoid-column;
}
 ul.col-3 {
     column-count: 3;
     column-gap:40px;
   page-break-inside:avoid;
   break-inside:avoid-column;
}
 ul.col-4 {
     column-count: 4;
     column-gap:40px;
   page-break-inside:avoid;
   break-inside:avoid-column;
}
ul.col-2 li, ul.col-3 li, ul.col-4 li {
  page-break-inside:avoid;
  break-inside:avoid-column;
}

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

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

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

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

.error404 div#hero {
    display: none;
}

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

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

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

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

div#acf640264fa17660 .row-inner .f-text {
    max-width: 1200px
}

.mini-cta {
    border: 2px solid #efefef;
    text-align: left;
    padding: 25px 30px 15px;
    position: relative;
    display: flex;
    align-items: center;
}

.mini-cta p {
    font-size: 16px;
    margin-bottom: 10px
}

.mini-cta a.primary-btn {
    text-decoration: none!important;
    color: #fff;
    /* position:absolute; */
    right: 0;
    bottom: 25%;
    margin-right: 30px;
    min-width: 330px;
    text-align: center;
    width: 100%;
}

.mini-cta div button {
    margin-top: 5px
}

.mini-cta span {
    background: #e4e4e4;
    position: absolute;
    top: -25px;
    font-size: 20px;
    padding: 8px 16px
}

.mini-cta div {
    font-size: 20px;
    /* width:50%; */
    padding: 16px 40px 16px 0;
}

@media only screen and (max-width: 768px) {
    .mini-cta {
        display:flex;
        flex-direction: column;
        margin-top: 50px
    }

    .mini-cta div {
		width: 100%;
		padding: 0;
		text-align: center;
	}

    .mini-cta a.primary-btn {
        position: relative;
        text-align: center;
        margin: 20px 0 10px
    }
	
	.mini-cta span {
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 198px;
	}
}

 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(--primary);
}
 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);
}
.primary-btn, .secondary-btn, input[type="submit"] {
    display: inline-block;
    color: #fff;
    background: var(--cta);
    padding: 16px 64px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 400;
    font-family: din-condensed, sans-serif;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 24px;
}
 .primary-btn:hover, .secondary-btn:hover, input[type="submit"]:hover {
     background: var(--ctaalt);
     color: #fff;
}
a.button.primary {
    background: var(--cta) !important;
}

a.button.primary:hover {
    background: var(--ctaalt)!important;
}

.content .f-text a {
    text-decoration: underline;
}

.content .f-text a.button {
    text-decoration: none;
}

.archive.tax-pa_belt-compound div#primary {
    padding: 60px 5%;
}

.row.tax-index-list h2 {
    text-align: center;
    margin-bottom: 40px;
}

.row.tax-index-list ul {
    column-count: 4;
}

.row.tax-index-list ul a {
    text-decoration: underline;
}

.f-text a.button.text-button {
    padding: 0;
    background: none !important;;
    background-size: 20px;
    color: var(--cta) !important;
	fill: var(--cta);
}

.f-text a.button.text-button:hover {
    color: #ef3737 !important;
	fill: #ef3737;
}
.f-text a.button.text-button svg {
    color: var(--cta);
    display: inline-block;
    margin-left: 5px;
}

 .secondary-btn {
     background: var(--primary);
}
 .secondary-btn:hover {
     background: var(--primaryalt);
}
.page-template-default.full-width-content .content {
    width: 90% !important;
    max-width: 1400px !important;
    margin:0 auto !important;
}

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

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

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

.x-link-wrap button.slick-arrow:before {
    display: none;
}

.calculator td > button {
    margin-top: 42px;
    border-radius:0;
    font-family: 'din-2014', sans-serif;
}
.row-inner .calc {
    margin-bottom: 60px;
}

.page-id-1248 .content-media img, .page-id-1248 .content-media picture {
    width: auto !important;
    display:block;
    margin:0 auto;
}

table.legacy-employees tr td:first-child {
    width: 250px;
    max-width: 100%;
}

table.legacy-employees tr td {
    vertical-align: middle;
    padding: 20px;
	line-height:1;
	font-size:1.25em;
}

table.legacy-employees tr th {
    padding: 20px;
    line-height: 1;
    vertical-align: middle;
	font-size:1.25em;
}

.button-container {
  display: flex;
/*   justify-content: center; */
}

.button-container .button {
	margin-right: 20px;
}

/* Prevent flipbook on product page main content from being small */
#acf63e6ceb11bb0a .f-text {
	max-width: 2000px;
	max-height: 2000px;
}

@media only screen and (max-width:1200px) {
	#hero .hero-text-wrap {
		max-width: 80%;
	}

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

@media only screen and (max-width:1100px){
	.button-container {
		display: block;
	}
	
	.button-container .button {
		margin-right: 0px;
		margin-bottom: 16px;
		width: 400px;
	}
}
 @media only screen and (max-width:959px){
     div.site-inner {
         padding-top: 0;
         margin-top:125px;
    }
     div#hero.tall {
         height: 400px;
    }
     span.hero-text {
         font-size: 42px;
    }
     .row {
         padding: 50px 5%;
    }
     ul.col-3, ul.col-4 {
         column-count:2;
    }
   
   figure.alignright, figure.alignleft, figure.alignnone {
    float: none;
    margin: 0 0 32px 0 !important;
    max-width: 100%;
  }
	 
	 .search main.content article {
		width: 100%;
		 padding:20px;
	}
	 .search main.content {
		left: auto;
	}
}


 @media only screen and (max-width:768px) {
     h1 {
         font-size: 36px;
    }
     h2 {
         font-size: 28px;
    }
     h3 {
         font-size: 22px;
    }
	 
	 .error404 h1.entry-title {
        text-align: center;
        font-size: 2em;
    }
    .error404 .content article.entry .entry-content form {
        width:100%;
    }
	 
	 table.legacy-employees td:first-child {
		width: 140px !important;
		display: inline-block;
		padding: 10px;
	}
}


 @media only screen and (max-width:600px) {
     span.hero-text {
    font-size: 32px;
    margin-bottom: 0;
}
     div#hero.tall {
         height: 250px;
    }
     div.site-inner {
         margin-top: 80px;
    }
	 main#genesis-content.content {
		padding-top: 32px;
	}
     ul.col-2, ul.col-3, ul.col-4 {
         column-count:auto;
         column-gap:0;
    }
	 #hero .hero-text-wrap {
		max-width: 100%;
	}

	#hero .hero-content {
		font-size: 18px;
		display: none;
	}
	 .conv-calc .calc input {
		padding: 10px 2px;
	}
	.calc tr td:last-child{
		display:block;
		width:100%;
	}

	.calc tr {
		display: block;
	}

	.calculator td > button {
		margin-top: 0;
		margin-bottom: 40px;
	}
	 table.legacy-employees tr:first-child {
		display: none;
	}

	table.legacy-employees tr {
		display: block;
		padding: 32px 0;
	}

	table.legacy-employees tr td {
		width: 100%;
		display: block;
		padding: 8px 0;
		text-align: center;
		font-weight: 700;
	}

	table.legacy-employees tr td:first-child {
		width: 100% !important;
	}

	table.legacy-employees tr td:last-child {
		font-weight: 400;
	}

	table.legacy-employees img {
		width: 300px;
		max-width: 100%;
	}
	 

	.search main.content article a.entry-image-link {
		position: relative;
		order: -1;
		width: auto;
		top: auto;
		right: auto;
		margin: 0 auto;
		display: block;
		padding: 10px 0 20px 0;
	}

	.search main.content article .entry-content {
		display: flex;
		flex-direction: column;
	}
}
 @media only screen and (max-width:500px) {
     h1 {
         font-size: 32px;
    }
     h2 {
         font-size: 24px;
    }
     h3 {
         font-size: 22px;
    }
	 
	 .button-container .button {
		width: 100%;
	}
}

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

/********************** * News / Blog / Archives *********************/
 body.content-sidebar .content-sidebar-wrap {
     max-width: 1400px;
     width:90%;
     margin: 0 auto;
}
body.content-sidebar .sidebar {
    margin-top: 64px;
    background: #F2EDEB;
    padding: 32px;
    border: solid 1px #D8D0CB;
}

section#custom_html-2 {
    margin-bottom: 20px;
}

aside .widget a.button.primary {
    width: 100%;
}

 .blog .content .row, .archive .content .row, .single .content .row {
     padding: 0;
}
/*  .archive-description {
     display: none !important;
} */

.img-2col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.img-2col > picture, .img-2col > img {
    width: calc(50% - 20px);
}

 .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: 190px;
     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 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;
}

.single-post .gform_wrapper {
    border: solid 1px #ddd;
    padding: 4px 32px;
}

.single-post h1 {
    font-size: 42px;
}

@media only screen and (max-width:1250px) {
	
	div.cta-half.cta-callouts .cta-call {
		width: 100%;
		margin-bottom: 32px !important;
	}
}

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

	.img-2col > picture, .img-2col > img {
		width: 100%;
	}
	
	.single-post h1 {
		font-size: 32px;
	}
}

@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;
    }
	 
	 .entry-content > img:first-child, .entry-content > picture:first-child {
		float: none;
		width: 100%;
		max-width: 100%;
		margin: 0 0 32px 0;
	}
}
/********************** * Footer & CTA *********************/
div#va-footer {
    padding: 64px 5%;
    margin-bottom: 0;
    background: #000;
    color: #fff;
    font-family: din-2014, sans-serif;
}
 div#va-footer .row-inner {
     display: flex;
     justify-content: space-between;
}
.footer-col {
    width: calc(40% - 80px);
    padding-right: 0;
}
 .footer-col.contact-info {
     /* min-width: 350px; */
     width: 300px;
     padding-right: 0;
}
 .footer-col.contact-info img {
     margin-bottom: 40px;
	 max-width:250px;
}
 .contact-info p {
     margin-bottom: 16px;
     font-size:16px;
}
 .contact-info p.f-address {
     display: flex;
}
 p.f-address span {
     display: block;
}
 .contact-info svg {
     width: 16px;
   min-width:16px;
     height: 16px;
     color: var(--darkdefault);
}
 .contact-info a:hover svg {
     opacity: 0.7;
}
 .menu-col .menu > li > a {
     font-weight: 700;
     color:#fff;
     font-size: 24px;
}
 .menu-col li a {
     text-decoration: none;
	 color:#D8D0CB;
}
 .menu-col ul.sub-menu {
     padding-top: 8px;
}
 .menu-col li {
     margin-bottom: 8px;
}

.shipp-logo {
    width: 75%;
    margin-top: 75px;
}
.copy-rwm {
    display: inline-block;
    opacity: 0.4;
}
div#cta {
    background: var(--light);
    text-align: left;
    border-top: solid 1px var(--lightborder);
    border-bottom: solid 1px var(--lightborder);
    margin-bottom: 0;
    background-position: top center !important;
    background-size: cover !important;
}
.isMobile .site-footer {
    margin-bottom: 50px;
}
#cta .row-inner {
    display: flex;
    justify-content: space-between;
}

#cta .row-inner .cta-half {
    width: calc(50% - 20px);
}

.cta-header h2 {
    font-family: din-condensed, sans-serif;
    font-weight: 400;
    font-size: 48px;
}

.cta-half.cta-callouts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cta-half.cta-callouts .cta-call {
    width: calc(50% - 20px);
    margin-bottom: 40px;
    display: flex;
}

.cta-half.cta-callouts .cta-call .icon {
    padding: 10px;
    background: var(--cta);
    align-self: flex-start;
    fill: #fff;
    height: 50px;
    width: 50px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}

.cta-half.cta-callouts .cta-call .icon svg {
    width: 30px;
    height: 30px;
}

.cta-half.cta-callouts .cta-call h3 {
    color: #000;
    font-size: 28px;
    margin-bottom: 12px;
    line-height: 1;
}
.cta-half.cta-callouts .cta-call:nth-child(3), .cta-half.cta-callouts .cta-call:nth-child(4){
    margin-bottom:0;
}

.help h4 {
    font-size: 28px;
    color: #fff;
}

div.help p {
    font-size: 18px;
    font-weight: 400;
}

.help p.f-phone {
    color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.help p.f-phone a {
    color: #fff;
}

.help p.f-phone svg {
    fill: #fff;
    color: #fff;
    background: var(--cta);
    padding: 10px;
    width: 40px;
    height: 40px;
    margin-right: 12px;
}

.footer a.button.secondary-btn {
    background: #ddd;
    border-radius: 0;
    font-size: 24px;
    color: #000;
    font-weight: 400;
}

.footer a.button.secondary-btn:hover {
    background: #efefef;
}

.footer .help {
    margin-bottom: 40px;
}

.footer .footer-nap {
    color: #888;
}

.footer .footer-nap a {
    color: #888;
}

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

footer .copy-wrap {
    color: #D8D0CB;
    text-align: left;
}

footer .copy-wrap a {color: #D8D0CB;}

footer .copy-wrap span.sep {
    display: inline-block;
    padding: 0 20px;
}

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

.footer li#menu-item-1200 ul.sub-menu {
    column-count: 2;
    column-gap: 20px;
}

.footer-col.footer-col-2.menu-col {}

li#menu-item-1202 > ul.sub-menu {
    column-count: 2;
    column-gap: 20px;
}

.footer .menu-col .sub-menu li a {
    font-size: 16px;
    display: block;
    line-height: 1.375;
}

.footer .menu-col .sub-menu li {
    margin-bottom: 13px;
}

.menu-col li a:hover {
    opacity: 0.7 !important;
}

 @media only screen and (max-width:959px) {
     div#va-footer{
         padding:50px 5%;
    }
     .footer-col.contact-info {
         min-width: 250px;
         padding-right: 20px;
    }
     div#va-footer .row-inner {
         flex-wrap: wrap;
    }
     .footer-col.contact-info {
         min-width: 0;
         width: 100%;
         margin-bottom: 32px;
    }
     div.footer-col {
		width: calc(50% - 40px);
		padding-right: 0;
	}
     .footer-col.contact-info img {
         width: 100%;
         max-width: 300px;
    }
}
 @media only screen and (max-width:768px){
/*      .footer-col {
         width: 48%;
         margin-bottom:32px;
    } */
     .footer-col:nth-child(4), .footer-col:nth-child(5){
         margin-bottom:0;
    }
}
@media only screen and (max-width:700px) {
	.footer-col.footer-col-2.menu-col, .footer-col.footer-col-3.menu-col {
		display: none;
	}
}
 @media only screen and (max-width:600px) {
     .copy-rwm {
         display: block;
    }
     .copy-wrap span.sep {
         display: none;
    }
	 footer .copy-wrap span.sep {
		display: none;
	}
}
 @media only screen and (max-width:500px){
     .footer-col.menu-col {
         display:none;
    }
     .footer-col.contact-info {
         margin-bottom:0;
    }
}
/********************** * Mobile Buttons *********************/
 .phone-buttons {
     display: flex;
     width: 100%;
     position: fixed;
     bottom: 0;
     z-index:50;
}
 .phone-buttons > div {
     flex-grow: 1;
     text-align: center;
     background: var(--darkdefault);
     border-right: solid 1px rgba(255,255,255,0.3);
}
 .phone-buttons > div svg {
     width: 25px;
     height: 25px;
     fill: #fff;
     top: 0;
}
 .phone-buttons > div a {
     display: flex;
     padding: 16px;
     align-items: center;
     justify-content: center;
}
 .phone-buttons > div:last-child {
     border: 0;
}
.phone-buttons span.txt {
    font-family: 'din-condensed';
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    margin-left: 4px;
    font-size: 24px;
}

.phone-buttons > div.call {
    min-width: 50%;
}

.phone-buttons > div.call a {
    background: var(--cta);
}
/********************** * Layouts *********************/
/*** Title with Main Content ***/
 main#genesis-content {
     padding-top: 60px;
}
.row.title-row {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
}

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

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

 .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, .woocommerce .add-request-quote-button.button, .woocommerce .add-request-quote-button-addons.button, .yith-wceop-ywraq-button-wrapper .add-request-quote-button.button, .yith-wceop-ywraq-button-wrapper .add-request-quote-button-addons.button, input.button.raq-send-request {
    text-decoration: none;
    color: #fff !important;
    background: var(--cta);
    font-family: din-condensed, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 24px;
    padding: 18px 48px;
}
 .f-text a.button:hover, .cta-content a.button:hover, a.button.primary:hover, .woocommerce .add-request-quote-button.button:hover, .woocommerce .add-request-quote-button-addons.button:hover, .yith-wceop-ywraq-button-wrapper .add-request-quote-button.button:hover, .yith-wceop-ywraq-button-wrapper .add-request-quote-button-addons.button:hover, input.button.raq-send-request:hover {
    background:var(--ctaalt);
}

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


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

.f-text a.button.secondary:hover, .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 {
    display: inline-block;
    padding: 0 8px;
    font-size: 12px;
    color: #cbcbcb;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    bottom: -1px;
}
.breadcrumbs a, .breadcrumbs span {
    color: #646464;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
	transition:all 400ms;
}
.breadcrumbs span.current-item {
    font-weight: 600;
	color:#000;
}
.breadcrumbs a:hover, .breadcrumbs a:hover span {
    color: #000;
}
.breadcrumbs {
    margin-bottom: 28px;
    font-family: din-2014, sans-serif;
    font-weight: 400;
	line-height:1.25;
}

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

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

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

@media only screen and (max-width:959px) {
    .row.main-content.has-main-img .f-text > img, .row.main-content.has-main-img .f-text > picture {
        float: none;
        margin: 0 0 40px 0;
        max-width: 100%;
    }
  .row.title-row {
    text-align: center;
    padding-top: 0;
    padding-bottom: 40px;
  }
	
	 .row.title-row + .row.main-content {
		 padding-top: 0;
	 }
}

 @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%;
}
 @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;
} */
/*  .form-content h2 {
     text-align: center;
} */
div.gfield_calculation input[readonly="readonly"] {
    background: var(--light);
    border: solid 1px var(--lightborder);
    cursor: default;
}

/* input#gform_submit_button_4, input#gform_submit_button_16, input#gform_submit_button_17 {
    display: none;
} */

.gfield hr {
    color: var(--lightborder);
}

div#acf640264fa21789:before {
    display: none;
}

div#acf640264fa21789 {
    padding-top: 0;
}

div#acf640264fa21789 .row-inner {
    background: var(--light);
    border: solid 1px var(--lightborder);
    padding: 40px;
    width: 1200px;
	max-width:100%;
}
div#acf63e2c1b9b51e2 video {
    border: solid 1px #ddd;
}

 .form-content .f-text {
     padding-bottom: 40px;
}
 .page-id-94 div#va-footer {
     border-top: solid 1px var(--lightborder);
}
 .gform_wrapper .gfield h2, .gform_wrapper .gfield h3, .gform_wrapper .gfield h4 {
     margin: 20px 0;
}
.row.style-dark form input[type="submit"] {
    background: rgba(255 255 255 / 35%);
}

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

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

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

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

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

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

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

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

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

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

/*** Cards (Default) ***/
.row.cards-default {
    padding-bottom: 68px;
}
 .cards-default h2 {
     text-align: center;
}
 .cards-default .f-text {
     margin-bottom: 64px;
}
 .cards-default .cards-items {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
}
 .cards-default .cards-items .item {
     width: calc(25% - 32px);
     margin-right: 32px;
     border-radius: 20px;
     overflow: hidden;
     box-shadow: 0px 12px 20px -6px rgb(0 0 0 / 20%);
     margin-bottom:32px;
     transition: all 0.2s ease-in-out;
     background:#fff;
}
 .cards-default .cards-items .item:hover{
     box-shadow: 0px 22px 30px -6px rgb(0 0 0 / 30%);
}
 .cards-default .cards-items .img {
     height: 200px;
     position: relative;
     background-size: cover !important;
     background-position: center !important;
}
 .cards-default .cards-items .text {
     padding: 30px;
}
 .cards-default a {
     text-decoration: none;
     color:var(--primary);
}
 .cards-default a:hover{
     color:var(--primaryalt);
}
 .cards-default h3 {
     font-size: 22px;
     font-weight: 700;
     margin-bottom: 0;
     color:var(--primary);
     transition:all 300ms;
}
 .cards-default a:hover h3 {
     color: var(--primaryalt);
}
 .cards-default p.secondary {
     font-size: 0.75em;
     color: rgba(0,0,0,0.6);
     margin-bottom: 16px;
}
 .cards-default .desc p {
     color: var(--darkdefault);
     margin-bottom: 16px;
}
 .cards-default .btn-cta {
     border-radius: 25px;
     padding: 10px 40px;
     background: var(--primary);
     color: #fff;
     font-weight: 700;
     font-size: 0.875em;
     display: inline-block;
     transition: all 300ms;
}
 .cards-default a:hover .btn-cta {
     background: var(--primaryalt);
}
 .cards-default .cards-items .img:before {
     content: '';
     top: 0;
     left: 0;
     display: block;
     width: 100%;
     height: 100%;
     background: var(--primary);
     transition: all 400ms;
     opacity: 0;
}
 .cards-default .cards-items a:hover img:before {
     opacity: 0.7 !important;
}
 .cards-default .cards-items a:hover .img:before {
     opacity: 0.7;
}
 .cards-default.card-style-side .cards-items .item {
     width: calc(50% - 32px);
     box-shadow: 2px 3px 20px 0px rgb(0 0 0 / 20%);
}
 .cards-default.card-style-side .cards-items .item a {
     display: flex;
   height:100%;
}
 .cards-default.card-style-side .cards-items .item .img {
     width: 45%;
     min-width: 45%;
     display:flex;
     height: auto;
}
 .cards-default.card-style-side .cards-items .item .text {
     width: 55%;
     min-width: 55%;
}
 @media only screen and (max-width:1400px) {
     .cards-default .cards-items .item {
         width: calc(33.33% - 32px);
    }
}
 @media only screen and (max-width:1100px) {
     .cards-default.card-style-side .cards-items .item {
         width: 100%;
         margin-right: 0;
    }
}
 @media only screen and (max-width:1000px) {
     .cards-default .cards-items .item {
         width: calc(50% - 32px);
    }
}
 @media only screen and (max-width:950px) {
     .cards-default.card-style-side .cards-items .item {
         width: 100%;
         margin-right: 0;
    }
}
 @media only screen and (max-width:700px) {
     .cards-default .cards-items .item {
         width: 100%;
         margin-right:0 !important;
    }
}
 @media only screen and (max-width:500px) {
     .cards-default.card-style-side .cards-items .item a {
         flex-direction: column;
    }
     .cards-default.card-style-side .cards-items .item .img {
         width: 100%;
         height: 200px;
    }
     .cards-default.card-style-side .cards-items .item .text {
         width: 100%;
    }
}
/*** Cards (Full Image) ***/
 .card-style-full-image h2{
     text-align: center;
}
 .card-style-full-image .f-text {
     margin-bottom: 64px;
}
 .card-style-full-image .cards-items {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
}
 .card-style-full-image .item {
     width: calc(25% - 20px);
     margin-right: 20px;
     height: 180px;
     border-radius: 0;
     overflow: hidden;
     margin-bottom: 20px;
}

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

 .card-style-full-image .item a {
     padding: 20px;
     display: block;
     text-align: left;
     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;
	 display:none !important;
}
 .card-style-full-image p.secondary {
     font-size: 0.825em;
     margin: 0;
     transition: margin 600ms;
     color:#fff;
     line-height:1.25;
}
 .card-style-full-image a:hover p.secondary {
     /* margin-bottom: 16px; */
}
 .card-style-full-image .text {
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     padding-bottom: 26px;
     padding-left:20px;
     padding-right:20px;
     z-index: 1;
     display: flex;
     flex-direction: column;
     justify-content: center;
     /* height: 400px; */
     /* max-height: 95px; */
     transition: max-height 600ms;
     color:#fff;
}
 .card-style-full-image .item a:after {
     content: '';
     background: linear-gradient(0deg, #000000c4, #0000004f);
     display: block;
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 175%;
     /* max-height: 100%; */
     transition: all 400ms;
}
 .card-style-full-image h3 {
     font-size: 22px;
     font-weight: 700;
     margin-bottom: 10px;
     color:#fff;
     line-height: 1.125;
}
 .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: 180%; */
     /* max-height: 180%; */
     /* background: linear-gradient(0deg, #000000ba, #000000a3); */
     bottom: -75%;
}
 .card-style-full-image .item div.desc p {
     font-size: 0.75em;
     padding: 0 32px;
     margin-bottom:16px;
   color:#fff;
}
 .card-style-full-image a:hover .text, .isMobile .card-style-full-image a .text {
     /* max-height: 400px; */
     /* padding-bottom: 0; */
}
 .card-style-full-image .item span.btn-cta {
     background: var(--primary);
     display: inline-block;
     left: 0;
     right: 0;
     margin: 0 auto;
     padding: 6px 24px;
     border-radius: 20px;
     font-size: 0.875em;
     font-weight: 700;
     transition: all 0.2s ease-in-out;
}
 .card-style-full-image .item span.btn-cta:hover {
     background: var(--primaryalt);
}

.card-style-full-image .item .img.solid-bg {
    background: linear-gradient(90deg, black, #a3a3a3);
}
 @media only screen and (max-width:1400px) {
     .card-style-full-image .item {
         width: calc(33% - 20px);
    }
}
 @media only screen and (max-width:950px) {
     .card-style-full-image .item {
         width: calc(50% - 10px);
    }
     .card-style-full-image .item:nth-child(even) {
         margin-right: 0;
    }
}
 @media only screen and (max-width:700px) {
     .card-style-full-image h2, .cards-style-full-image .f-text {
         text-align: left;
    }
}
 @media only screen and (max-width:600px) {
     .card-style-full-image .item {
         width: 100%;
         margin-right:0 
    }
}
/*** Cards (Small with Hover Image) ***/
 .card-style-minimal .f-text {
     margin-bottom: 64px;
}
 .card-style-minimal h2 {
     text-align: center;
}
 .card-style-minimal .cards-items {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
}
 .card-style-minimal .item {
     width: calc(25% - 20px);
     margin-right: 20px;
     margin-bottom:20px;
     background-position: center !important;
     background-size: cover !important;
}

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

 .card-style-minimal .item a {
     display: flex;
     position: relative;
     flex-direction: column;
     text-decoration: none;
     color: var(--darkdefault);
     box-shadow: 0 0 13px -5px rgb(0 0 0 / 20%);
     border: solid 1px var(--lightborder);
     border-bottom: 0;
     height:100%;
}
 .card-style-minimal .item svg {
     width: 40px;
     height: 40px;
     color: var(--darkdefault);
     fill:var(--darkdefault);
     margin-bottom: 10px;
     transition: all 600ms;
}
 .card-style-minimal .item h3 {
     font-size: 22px;
     margin-bottom: 8px;
     font-weight: 700;
   color:var(--primary);
   transition:all 300ms;
}

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

 .card-style-minimal .item a:before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: #fff;
     transition: all 600ms;
   z-index: 1;
}
 .card-style-minimal .item .text {
     position: relative;
     z-index: 1;
     padding: 64px 20px;
     display: flex;
     flex-direction: column;
     justify-content: center;
     height: 100%;
     color:var(--darkdefault);
     transition:color 300ms;
}
.card-style-minimal .desc p {
    margin-bottom: 0;
    font-size: 0.875em;
    line-height: 1.5;
}
 .card-style-minimal .item a:hover .text {
     color: #fff;
}
 .card-style-minimal .item p.secondary {
     font-size: .75em;
     margin-bottom: 10px;
     line-height: 1.25;
   color:#222;
   transition:all 300ms;
}
.card-style-minimal .item a:hover p {
    color: #fff;
}
.card-style-minimal span.icon-arrow {
    display: block;
    width: 100%;
    background: var(--primary);
    z-index: 1;
    padding: 0 5px;
    height: 22px;
    max-height: 4px;
    transition: all 600ms;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    font-size: 14px;
    padding-left: 20px;
    line-height: 1;
    color: #fff;
    color: var(--primary);
}
 .card-style-minimal .item .icon-arrow svg {
     color: #fff;
     height: 12px;
     width: 12px;
     float: right;
     transition: all 600ms;
     opacity: 0;
     margin: 0;
}
.card-style-minimal a:hover span.icon-arrow {
    height: 31px;
    max-height: 31px;
    padding: 8px 5px 8px 20px;
    color: #fff;
}
 .card-style-minimal a:hover span.icon-arrow svg {
     opacity: 1;
}
 .card-style-minimal .item a:hover:before {
     background: rgba(0,0,0,0.4);
}
 .card-style-minimal .item a:hover {
     color: #fff;
}
 .card-style-minimal .item a:hover svg {
     color: #fff;
     fill:#fff;
}
 .card-style-minimal.style-dark .item a {
     border: 0;
}

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

 @media only screen and (max-width:1400px) {
     .card-style-minimal .item {
         width: calc(33.33% - 20px);
    }
}
 @media only screen and (max-width:950px) {
     .card-style-minimal .item {
         width: calc(50% - 10px);
    }
     .card-style-minimal .item:nth-child(even) {
         margin-right:0;
    }
}
 @media only screen and (max-width:600px) {
     .card-style-minimal .item {
         width: 100%;
         margin-right:0;
    }
}
/*** Cards (Grid with Featured) ***/
 .card-style-grid h2 {
     text-align: center;
}
 .card-style-grid .f-text {
     margin-bottom: 64px;
}
 .card-style-grid .cards-items {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
}
 .card-style-grid .grid-half {
     width: 50%;
     display: flex;
     flex-wrap: wrap;
     margin-bottom: 30px;
}
 .card-style-grid .grid-half:nth-child(odd) {
     padding-right: 15px;
}
 .card-style-grid .grid-half:nth-child(even) {
     padding-left: 15px;
}
 .card-style-grid .grid-half .item.featured {
     width: 100%;
     height: 630px;
     border:solid 1px var(--lightborder);
}
 .card-style-grid .grid-half .item.normal {
     height: calc(50% - 15px);
     margin-bottom: 30px;
     width: calc(50% - 15px);
     margin-right: 30px;
     height: 300px;
     border:solid 1px var(--lightborder);
}

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

 .card-style-grid .grid-half .item a {
     text-decoration: none;
     color: #fff;
     display: flex;
     height: 100%;
     position: relative;
     overflow: hidden;
}
 .card-style-grid .grid-half .item a:before {
     content: '';
     display: block;
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 50%;
     background: linear-gradient(0deg, #000000a6, transparent);
     transition: all 600ms;
   z-index:1;
}
 .card-style-grid .grid-half .item h3 {
     margin-bottom: 8px;
     font-size: 20px;
     text-align: center;
     font-weight:700;
   color:#fff;
}
 .card-style-grid .grid-half .item p {
     text-align: center;
     font-size: 0.75em;
     margin-bottom: 0;
   color:#fff;
   transition:all 500ms;
}

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

 .card-style-grid .grid-half .item a .text {
     width: 100%;
     position: absolute;
     bottom: 10px;
     padding: 20px;
     transition: all 600ms;
   z-index:2;
}
 .card-style-grid .grid-half .item.normal:nth-child(even) {
     margin-right: 0;
}
 .card-style-grid .grid-half .item.normal:nth-child(3), .card-style-grid .grid-half .item.normal:nth-child(4) {
     margin-bottom: 0;
}
 .card-style-grid .grid-half .item {
     background-size: cover !important;
     background-position: center !important;
}
 .card-style-grid .grid-half .item a:hover:before {
     height: 140%;
     background: linear-gradient(0deg, rgb(0 75 135 / 94%), transparent);
}
 .card-style-grid.style-dark .grid-half .item {
     border: solid 1px var(--primaryborder);
}

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

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

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

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

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

 @media only screen and (max-width:1200px) {
     .card-style-grid .grid-half {
         width: 100%;
         padding:0 !important;
    }
     .card-style-grid .grid-half .item.featured {
         height: 300px;
    }
     .card-style-grid .grid-half .item.normal {
         width: calc(50% - 15px);
    }
}
 @media only screen and (max-width:600px) {
     .card-style-grid .grid-half .item.normal {
         width: 100%;
         margin-right:0;
         margin-bottom:30px !important;
    }
   
   .card-style-grid .grid-half .item.normal:last-child {
    margin-bottom: 0 !important;
  }
   
   .card-style-grid .grid-half .item a:before {
    height: 140%;
    background: linear-gradient(0deg, rgb(0 75 135 / 94%), transparent);
  }

  .card-style-grid .item a .desc {
    max-height: 200px;
  }
}
/*** List with Small Image ***/
.row.list-with-small-images {
    padding-bottom: 36px;
}
 .list-with-small-images h2 {
     text-align: center;
}
 .list-with-small-images .f-text {
     margin-bottom: 64px;
}
 .list-with-small-images .list-items {
     display: flex;
     flex-wrap: wrap;
}
 .list-with-small-images .item {
     width: 50%;
     padding-right: 32px;
     margin-bottom: 64px;
}
 .list-with-small-images .item a, .list-with-small-images .item .item-inner {
     text-decoration: none;
     display: flex;
}
 .list-with-small-images .item h3 {
     font-size: 22px;
     font-weight: 700;
     margin-bottom: 10px;
}
 .list-with-small-images .item p {
     color: var(--darkdefault);
     margin-bottom: 0;
}
 .list-with-small-images.style-dark .item p {
     color: #fff;
     opacity: 0.8;
}
 .list-with-small-images .img {
     width: 100px;
     height: 100px;
     min-width: 100px;
     margin-right: 20px;
     border-radius: 50%;
     background-size: cover !important;
     background-position: center !important;
     position: relative;
     overflow: hidden;
}
 .list-with-small-images .item:nth-child(even) {
     padding-left: 32px;
}
 .list-with-small-images .img:before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     background: var(--primary);
     display: block;
     width: 100%;
     height: 100%;
     opacity: 0;
     transition: all 400ms;
   border-radius:50%;
}
 .list-with-small-images a:hover .img:before {
     opacity: 0.7;
}
 .list-with-small-images.list-style-stacked a, .list-with-small-images.list-style-stacked .item-inner {
     flex-direction: column;
     align-items: center;
     text-align: center;
}
 .list-with-small-images.list-style-stacked .img {
     margin-bottom: 20px;
     margin-right: 0;
}
 .list-with-small-images.list-style-stacked .item {
     width: 25%;
     padding-right: 16px;
     padding-left: 16px;
}
.row.list-with-small-images.list-style-split {
    padding-bottom: 90px;
}
 .list-with-small-images.list-style-split .row-inner {
     display: flex;
}
 .list-with-small-images.list-style-split .row-inner .list-content {
     width: 50%;
     padding-right: 32px;
     display: flex;
     flex-direction: column;
     justify-content: center;
}
 .list-with-small-images.list-style-split .row-inner .list-items {
     padding-left: 32px;
     width: 50%;
}
 .list-with-small-images.list-style-split .row-inner .list-items .item {
     width: 100%;
     margin-bottom: 0;
     border: solid 1px var(--lightborder);
     border-bottom: 0;
     padding: 0;
}
 .list-with-small-images.style-light.list-style-split .row-inner .list-items .item, .list-with-small-images.style-dark.list-style-split .row-inner .list-items .item {
     background: #fff;
}
 .list-with-small-images.list-style-split.style-dark a {
     color: var(--primaryalt) !important;
}
 .list-with-small-images.list-style-split.style-dark a:hover {
     color: var(--darkdefault)!important;
}
 .list-with-small-images.list-style-split.style-dark .item p {
     color: var(--darkdefault);
     opacity: 1;
}
 .list-with-small-images.list-style-split .row-inner .list-items .item:last-child {
     border-bottom: solid 1px var(--lightborder);
}
 .list-with-small-images.list-style-split .row-inner .list-items .item a, .list-with-small-images.list-style-split .row-inner .list-items .item .item-inner {
     padding: 20px;
}
 .list-with-small-images.list-style-split h2 {
     text-align: left;
}
 .list-with-small-images.list-style-split .f-text {
     text-align: left;
     margin-bottom: 0;
}

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

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

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

 @media only screen and (max-width:1400px) {
     .list-with-small-images.list-style-split .row-inner {
         display: block;
    }
     .list-with-small-images.list-style-split .row-inner .list-content {
         width: 100%;
         padding:0;
    }
     .list-with-small-images.list-style-split .f-text {
         margin-bottom: 64px;
    }
     .list-with-small-images.list-style-split h2 {
         text-align: center;
    }
     .list-with-small-images.list-style-split .row-inner .list-items {
         width: 100%;
         padding:0;
    }
}
 @media only screen and (max-width:1200px) {
     .list-with-small-images.list-style-stacked .item {
         width: 50%;
    }
}
@media only screen and (max-width:959px) {
  .row.list-with-small-images {
    padding-bottom: 0;
  }
}
 @media only screen and (max-width:768px) {
     .list-with-small-images .item {
         width: 100%;
         padding: 0 !important;
    }
     .list-with-small-images.list-style-stacked .item {
         width: 100%;
    }
}

@media only screen and (max-width:700px) {
  .list-with-small-images.list-style-stacked a, .list-with-small-images.list-style-stacked .item-inner {
    text-align: left;
  }
}

 @media only screen and (max-width:500px) {
     .list-with-small-images.list-style-split .img {
         width: 50px;
         height: 50px;
         min-width: 50px;
    }
}
/*** Column-Based Content ***/
 .column-content h2 {
     text-align: center;
}
 .column-content .row-inner > .f-text {
     margin-bottom: 40px;
}
 .column-content .column-items {
     display: flex;
     justify-content: space-between;
}
 .column-content .col {
     width: 100%;
}
 .column-content .col:last-child {
     margin-bottom:0 !important;
}
 .column-content.col-2 .column-items .col {
     width: calc(50% - 40px);
}
 .column-content.col-3 .column-items .col {
     width: calc(33.33% - 40px);
}
 .column-content.col-4 .column-items .col {
     width: calc(25% - 40px);
}

div#acf6419d649dca37:before {
    display: none;
}

div#acf6419d649dca37 {
    padding-top: 60px;
}

div#acf6419d649dca37 .col {
    background: linear-gradient(90deg, #000000, #424242);
    padding: 32px;
    border: solid 1px #000;
    color: #dbdbdb;
}

div#acf6419d649dca37 .col h3 {
    color: #fff;
}

/* Contact page sales contacts */
div#acf64af1717cc436 .col.f-text, div#acf64af1717c2b39 .col.f-text {
	width: 25%;
    margin-bottom: 60px;
	padding-right:15px;
}

div#acf64af1717cc436 h2, div#acf64af1717c2b39 h2 {
    margin-bottom: 32px;
}

div#acf64af1717cc436 .f-text p, div#acf64af1717c2b39 .f-text p {
    margin: 0;
}

div#acf64af1717cc436 .f-text h5, div#acf64af1717c2b39 .f-text h5 {
    margin-bottom: 5px;
}

div#acf64af1717cc436 .f-text h6, div#acf64af1717c2b39 .f-text h6 {
    margin-bottom: 10px;
}

div#acf64af1717cc436, div#acf64af1717c2b39 {
	padding-bottom: 25px;
	padding-top: 50px;
}

div#acf64af1717cc436 .column-items, div#acf64af1717c2b39 .column-items {
	flex-wrap: wrap;
	justify-content: left;
}

@media only screen and (max-width:1450px) {
	div#acf64af1717cc436 .col.f-text, div#acf64af1717c2b39 .col.f-text {
		width: 33%;
	}
}

@media only screen and (max-width:1250px) {
	div#acf64af1717cc436 .col.f-text, div#acf64af1717c2b39 .col.f-text {
		width: 50%;
	}
}

 @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:750px) {
	div#acf64af1717cc436 .col.f-text, div#acf64af1717c2b39 .col.f-text {
		width: 100%;
	}
}

 @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: #3F3F3F;
    font-weight: 700;
    display: block;
    padding-top: 12px;
    font-family: din-2014, sans-serif;
    text-transform: uppercase;
	line-height:1.25;
}
 .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);
}

.x-link-wrap h2 {
    font-family: din-condensed, sans-serif;
    font-weight: 400;
    color: var(--cta);
    font-size: 48px;
    line-height: 1;
}

.x-link-wrap h2 span {
    color: #000;
    display: block;
    font-size: 28px;
    margin-top: 5px;
}

 @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;
    background: none;
    padding: 0;
}
 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: url(/wp-content/uploads/link-regular.svg) left center no-repeat;
    background-size: 16px;
    padding-left: 28px;
    text-decoration: none;
}
 ul.resource-links li a.pdf {
    background: url(/wp-content/uploads/pdf-icon.svg) left center no-repeat;
    background-size: 14px;
}

.row.resources .resource-section {
    display: flex;
    flex-wrap: wrap;
}

.row.resources .resource-section .f-text {
    width: calc(50% - 40px);
    margin-right: 40px;
}

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

@media only screen and (max-width:960px) {
	.row.resources .resource-section .f-text {
		width: 100%;
		margin-right: 0;
	}
}
/*** Console ***/
 .console .f-title h2 {
    color: #F0F0F0;
    font-size: 85px;
    font-weight: 700;
    margin-bottom: 24px;
}
 .console .f-title {
    max-width: 100%;
    position: relative;
    z-index: 2;
}
.console.style-light {
    background: #fff;
}
div#console {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
}
 div#console-nav {
    width: 20%;
    padding-right: 60px;
    border-right: solid 1px #f0f0f0;
}
div#console-window {
    width: 80%;
    padding-left: 60px;
    position: relative;
    z-index: 4;
}
#console-nav li a {
    color: #D8D0CB;
    font-weight: 700;
    text-decoration: none;
    font-family: din-2014, sans-serif;
    text-transform: uppercase;
}
#console-nav li {
    list-style: none;
    background: none;
    padding: 0;
}
 #console-nav ul {
    padding: 0;
    margin: 0;
}
 #console-nav li.active a, #console-nav li a:hover {
    color: var(--cta);
}
div#console-window .console-page {
    display: none;
    opacity: 0;
    transition: all 400ms;
    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;
}
 div#console-window .console-page > picture, div#console-window .console-page > img {
    width: 40%;
    order: 2;
}
div#console-window .console-page .f-text {
    width: 55%;
    padding-right: 0;
}
 #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: #3f3f3f;
}
 .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;
}

.console.style-white .f-title h2 {
    color: #3f3f3f;
}

#console .console-bg-img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    opacity: 0;
    transition: all 500ms;
}

#console .console-bg-img img {
    max-width: none;
    height: 100%;
}

#console .console-bg-img.active {
    opacity: 1;
}

#console .console-bg-img:before {
    content: '';
    left: -100px;
    top: 0;
    height: 100%;
    width: calc(100% + 100px);
    background: linear-gradient(90deg, #fff 100px, #ffffffd1 300px, #ffffff85 60%);
    z-index: 1;
    position: absolute;
}

.console.style-white {
    border-bottom: solid 1px #ddd;
}

 @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;
		position: relative;
		 z-index:2;
	}
     div#console {
        display: block;
    }
     div#console-nav ul {
        display: flex;
        max-width: none;
		 justify-content:flex-start;
    }
     div#console-nav ul li {
        padding-right: 60px;
    }
     div#console-nav ul li a {
        white-space: nowrap;
		 color:#3e3e3e;
    }
     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;
    }
	 div#console .console-bg-img:before {
		background: linear-gradient(90deg, #fff 100px, #ffffff 300px, #fffffff2 60%);
	}
	 
}

@media only screen and (max-width:768px){
	.console .f-title h2 {
		font-size: 32px;
	}
	#console h3 {
		font-size: 24px;
	}
	div#console-nav ul li {
		padding-right: 32px;
	}
}

/*** Post Feed ***/
 .row.acf-post-feed {
     padding-bottom: 60px;
}
 .acf-post-feed h2 {
     text-align: center;
}
 .acf-post-feed .f-text {
     margin-bottom: 40px;
}
 .acf-post-feed .post-feed-wrap {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     position: relative;
     left: -15px;
     width: calc(100% + 30px);
}
 .acf-post-feed .post-card {
     width: calc(33.33% - 30px);
     border: solid 1px var(--lightborder);
     margin: 0 15px;
     display: flex;
     flex-direction: column;
     margin-bottom:40px;
}
 .post-card .post-img img {
     width: 100%;
     transition:all 300ms;
}
 .post-card .card-summary {
     padding: 20px;
     background: var(--light);
     border-top: solid 1px var(--lightborder);
     flex-grow: 1;
}
 .post-card .card-summary h3 {
     font-size: 1.375em;
     margin-bottom: 8px;
}
 .post-card a {
     text-decoration: none;
}
 .post-card p {
     margin-bottom: 8px;
}
 .post-card p.r-type {
     font-weight: 700;
}
 .post-card p.r-meta {
     font-size: 0.875em;
     font-style: italic;
}
 span.categories:before {
     content: '';
     display: inline-block;
     width: 4px;
     height: 4px;
     background: rgba(0,0,0,0.3);
     border-radius: 50%;
     position: relative;
     top: -3px;
     margin-left: 10px;
     margin-right: 10px;
}
 span.categories {
     font-style: normal;
}
 span.categories span.sep:last-child {
     display: none;
}
 span.categories span.sep {
     display: inline-block;
     padding: 0 5px;
}
 .post-card p.r-excerpt {
     font-size: 0.875em;
}
 .post-card a.learn-more {
     font-weight: 700;
     color: var(--darkdefault);
   display:inline-block;
   height:1.25em;
}
 .post-card a.learn-more svg {
     width: 16px;
     display: inline-block;
     margin-left: 4px;
}
 .post-card a.learn-more:hover {
     color: var(--primaryalt);
     fill: var(--primaryalt);
}
 .post-card a:hover img {
     opacity: 0.7;
}
 .style-light .post-card .card-summary, .style-light .post-card .post-img {
     background: #fff;
}
 .style-dark .post-card.type-post {
     border: solid 1px var(--primaryborder);
}
 .style-dark .post-card a {
     color: var(--primaryalt) !important;
}
 .style-dark .post-card a:hover {
     color: var(--darkdefault)!important;
}
 .style-dark .post-card p {
     color: var(--darkdefault);
}
 .style-dark .post-card a.learn-more {
     color: var(--darkdefault)!important;
}
 .style-dark .post-card a.learn-more:hover {
     color: var(--primaryalt) !important;
     fill: var(--primaryalt);
}

.acf-post-feed .post-card.type-team-member {
    width: calc(20% - 30px);
}

.acf-post-feed .post-card.type-team-member h3 {
    position: absolute;
    bottom: 20px;
    color: #fff;
    font-size: 20px;
    margin: 0;
    padding: 0 15px;
    z-index: 1;
    text-align: center;
    width: 100%;
}

.acf-post-feed .post-card.type-team-member a:hover h3 {
    color: var(--cta);
}

.acf-post-feed .post-card.type-team-member {
    position: relative;
    overflow: hidden;
}

.acf-post-feed .post-card.type-team-member a:after {
    content: '';
    background: linear-gradient(0deg, #00000094, #00000033);
    height: 100%;
    width: 100%;
    top: 0;
    display: block;
    position: absolute;
    transition: all 400ms;
}

.acf-post-feed .post-card.type-team-member a:hover:after {
    opacity: 0;
}

.post-card.type-team-member a:hover img {
    opacity: 1;
}

div.team-content-window {
    width: 900px;
	width: 1100px;
    max-width: 100%;
}

div.team-content-window img {
    float: right;
    margin: 0 0 30px 30px;
    border: solid 1px #ddd;
}

div.team-content-window h3 {
    color: var(--cta);
    margin-bottom: 8px;
}

div.team-content-window p {
    margin-bottom: 16px;
}

div.team-content-window p:last-of-type {
    margin-bottom: 0;
}

@media only screen and (max-width:1450px) {
	.post-card .card-summary h3 {
		font-size: 1em;
	}
}

@media only screen and (max-width:1200px) {
	.acf-post-feed .post-card.type-team-member {
		width: calc(33.33% - 30px);
		margin-bottom: 30px;
	}
	
	div.team-content-window img {
        width: 350px;
        border: solid 1px #ddd;
    }
}

@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:not(.type-team-member) {
         width: 100%;
         margin: 0 0 40px 0;
         flex-direction: row;
    }
     .acf-post-feed .post-feed-wrap {
         left: auto;
         width: 100%;
    }
     .post-card:not(.type-team-member) .post-img {
         order: 2;
         padding: 20px;
         background: var(--light);
         width: 30%;
    }
     .post-card:not(.type-team-member) .post-img img {
         width: 100%;
         border:solid 1px var(--lightborder);
    }
     .post-card:not(.type-team-member) .card-summary {
         width: 70%;
         border: 0;
    }
	 
	 #acf6419c2de85273.acf-post-feed .post-feed-wrap {
		width: calc(100% + 30px);
		left: -15px;
	}
	 div.team-content-window img {
		width: 200px;
		border: solid 1px #ddd;
	}
}

@media only screen and (max-width:700px) {
	.acf-post-feed .post-card.type-team-member {
		width: calc(50% - 30px);
	}
	
	div.team-content-window img {
		width: 150px;
		border: solid 1px #ddd;
	}
}



 @media only screen and (max-width:500px) {
     .acf-post-feed .post-card {
         flex-direction: column !important;
    }
     .post-card .post-img {
		width: 100% !important;
		order: 0 !important;
		padding: 0 !important;
	}
     .post-card .card-summary {
         width: 100%!important;
    }
     .post-card .post-img img {
         border: 0;
    }
     .post-card .card-summary {
         border-top: solid 1px var(--lightborder);
    }
	 div.team-content-window img {
		display:none;
	}
}
 @media only screen and (max-width:450px) {
	.acf-post-feed .post-card.type-team-member {
		width: 100%;
		margin-left:0;
		margin-right:0;
	}
	#acf6419c2de85273.acf-post-feed .post-feed-wrap {
			width:100%;
			left:auto;
		}
}

/*** Testimonials ***/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*** Location ***/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

div#acf63e2b3ec27ce2:before, div#acf63fe491c664e9:before {
    display: none;
}

div#acf63e2b3ec27ce2, div#acf63fe491c664e9 {
    padding-top: 0;
}

div#acf63eaba607be91:before {
    display: none;
}

div#acf63eaba607be91 .feature-1 {
    width: calc(40% - 40px);
}

div#acf63eaba607be91 .feature-2 {
    width: calc(60% - 40px);
    position: relative;
}

div#acf63eaba607be91 .feature-2 iframe {
    width: 100%;
	display:block;
	border:solid 1px #ddd;
}

div#acf63eaba607be91 .feature-1 {
    padding: 80px;
    background: #efefef;
    border: solid 1px #ddd;
}

div#acf63eaba607be91 {
    padding-top: 60px;
}

div#acf63eab8b1e6830:before {
    display: none;
}

div#acf63eab8b1e6830 {
    padding-top: 0;
}

div#acf63eab8b1e6830 .row-inner {
    border: solid 1px #ddd;
    padding: 80px;
}

#acf63e6c735ddc26 ul.col-2, #acf63e2bfac42a74 ul.col-2 {
    width: 700px;
    max-width: 100%;
}

p.help-msg {
    font-family: din-2014, sans-serif;
    margin-bottom: 8px;
}

.f-text a.help-phone {
    fill: #fff;
    font-family: din-2014, sans-serif;
}

.f-text a.help-phone svg {
    color: #fff;
    background: var(--cta);
    padding: 8px;
    width: 40px;
    height: 40px;
    position: relative;
    top: 14px;
    margin-right: 8px;
}

.f-text a.help-phone:hover {
    opacity: 0.7;
}

.form-banner {
    background-color: var(--primaryalt);
    color: white;
    font-weight: 700;
    padding: 5px 20px;
    position: relative;
    left: -20px;
}

@media only screen and (max-width:1200px) {
	div#acf63eaba607be91 .feature-2 {
		width: calc(50% - 20px);
	}

	div#acf63eaba607be91 .feature-1 {
		width: calc(50% - 20px);
		padding:40px;
	}
	div#acf63eaba607be91 .feature-2 iframe {
		height: 400px;
	}
}

/*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;
  }
	div#acf63eaba607be91 .feature-1 {
		width: 100%;
	}

	div#acf63eaba607be91 .feature-2 {
		width: 100%;
	}

	div#acf63eaba607be91 {
		padding-top: 0;
	}
	div#acf63eab8b1e6830 .row-inner {
		padding: 40px;
	}
}

@media only screen and (max-width:600px) {
	.primary-btn, .secondary-btn, input[type="submit"] {
		font-size: 20px;
		padding: 16px 32px;
	}
}
/*** 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%;
  }
}

/*** Two Column Feature ***/


.two-col-feature .row-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.two-col-feature .row-inner h2, .two-col-feature .row-inner p.subheader {
    width: 100%;
}

.two-col-feature .row-inner .f-text {
    width: calc(50% - 40px);
}


p.subheader {
    color: #5c5c5c;
    font-family: industry,sans-serif;
    font-size: 24px;
    font-weight: 700;
}

p.subheader span {
    color: #dddddd;
}

@media only screen and (max-width:960px) {
	.two-col-feature .row-inner .f-text {
		width: 100%;
		margin-bottom: 40px;
	}

	.two-col-feature .row-inner .f-text.feature-2 {
		margin-bottom: 0;
	}
}

/*** Product List ***/

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

.product-list-wrap {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    left: -20px;
    width: calc(100% + 40px);
}

.product-list-wrap .post-product {
    width: calc(25% - 40px);
    border: solid 1px #ddd;
    margin: 0 20px 40px 20px;
    display: flex;
    flex-direction: column;
}

.product-list-wrap .post-product .post-img {
    border-bottom: solid 1px #ddd;
	height: 50%;
}

.product-list-wrap .post-product .post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-bottom: solid 1px #ddd;
}

.product-list-wrap .post-product .card-summary {
    padding: 20px;
}

.product-list-wrap .post-product .product-atts p {
    margin-bottom: 16px;
}

.product-list-wrap .post-product a.learn-more {
    color: var(--cta);
    fill: var(--cta);
    font-family: 'din-2014', sans-serif;
}

.product-list-wrap .post-product a.learn-more svg {
    top: 4px;
    margin-left: 4px;
}

.product-list-wrap .post-product a.learn-more:hover {
    color: #ef3737;
    fill: #ef3737;
}

.product-list-wrap .post-product .post-img a img {
    transition: opacity 400ms;
}

.product-list-wrap .post-product .post-img a {
    display: block;
	height: 100%;
}

.product-list-wrap .post-product .post-img a:hover img {
    opacity: 0.8;
}
.post-product .card-summary h3 {
    margin-bottom: 16px;
}

.post-product .card-summary p {
    font-size: 18px;
    line-height: 1.5;
    color: #555;
}

.facetwp-facet.facetwp-facet-prod_list_load_more.facetwp-type-pager {
    display: none;
    width: 100%;
    padding: 0 20px;
}

.facetwp-facet.facetwp-facet-prod_list_load_more.facetwp-type-pager:last-child {
    display: block;
}

.facetwp-facet.facetwp-facet-prod_list_load_more.facetwp-type-pager button {
    font-family: 'din-2014', sans-serif;
    font-size: 20px;
}

.product-list-filters > p:first-child strong {
    font-family: 'din-2014', sans-serif;
    font-size: 1.25em;
}

.product-list-filters > p:first-child {
    margin-bottom: 8px;
}

.product-list-filters .fwp-selections {
    display: flex;
    flex-wrap: wrap;
}

.product-list-filters .fwp-selections .fwp-option {
    display: flex;
    margin-right: 40px;
    align-items: center;
    margin-bottom: 20px;
    width: calc(33.33% - 40px);
    flex-wrap: wrap;
}

.product-list-filters .fwp-selections .fwp-option .facetwp-facet {
    width: 100%;
    margin-bottom: 0;
}

.product-list-filters .fwp-selections .fwp-option span {
    font-weight: 600;
    display: inline-block;
    margin-bottom: 8px;
    color: #fff;
}

.product-list-filters .fwp-selections .fwp-option span.facetwp-counter {
    color: #939393;
}

.product-list-filters .fwp-selections .fwp-option.fwp-reset-wrap {
    width: 100%;
    margin-bottom: 0;
    padding-top: 10px;
}

.product-list-filters {
    padding: 32px;
    background: #222;
    color: #fff;
    margin-bottom: 40px;
}

.product-list-filters .fwp-selections .fwp-option.fwp-reset-wrap button {
    color: #ddd;
    background: 0;
    font-family: 'din-2014', sans-serif;
    border-bottom: solid 2px var(--cta);
    padding: 0 2px 8px 0;
    font-size: 20px;
    font-weight: 400;
}

.product-list-filters .fwp-selections .fwp-option.fwp-reset-wrap button:hover {
    padding-right: 50px;
}

.facetwp-facet.facetwp-facet-product_list_pager.facetwp-type-pager {
    padding: 0 20px;
    width: 100%;
}

.facetwp-type-pager a.facetwp-page {
    padding: 8px 12px 10px 12px;
    background: #efefef;
    border: solid 1px #ddd;
    line-height: 1;
    width: 50px;
    text-align: center;
	margin-bottom:12px;
}

.facetwp-type-pager a.facetwp-page.next, .facetwp-type-pager a.facetwp-page.prev {
    width: auto;
    background: none;
    border: 0;
}

.facetwp-type-pager a.facetwp-page.active, .facetwp-type-pager a.facetwp-page:hover {
    background: #222;
    color: #fff;
}

.fwp-option.adv-search {
    margin-top: 20px;
    font-size:0.875em;
    color:#ddd;
}

.fwp-option.adv-search p{
    margin:0
}

.fwp-option.adv-search a {
    color: #ddd;
    text-decoration: underline;
}

.fwp-option.adv-search a:hover {
    color: #fff;
}

@media only screen and (max-width:960px) {
	.product-list-filters .fwp-selections .fwp-option {
		width: calc(50% - 40px);
	}
}

@media only screen and (max-width:600px) {
	.product-list-filters .fwp-selections .fwp-option {
		width: 100%;
		margin-right:0;
	}
}

/*** WooCommerce ***/
.woocommerce aside#genesis-sidebar-primary {
    display: none;
}

.single-product .breadcrumbs {
    padding-top: 60px;
    width:1400px;
    margin:0 auto 28px auto;
	max-width:100%;
}

h1.product_title.entry-title {
    font-size: 58px;
	line-height:1;
}

.woocommerce .site-inner {
    max-width: 1400px;
    padding-top: 75px;
}

.woocommerce div.product {
    display: flex;
    flex-wrap: wrap;
    width: 1400px;
	max-width:100%;
    margin: 0 auto;
    justify-content: space-between;
}

.woocommerce div.product div.woocommerce-product-gallery {
    order: 2;
	width: calc(38% - 40px);
}

.woocommerce div.product div.images ol.flex-control-thumbs {
    display: flex;
    justify-content: center;
}

.woocommerce div.product div.images a img,
.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder img {
    height: 100%;
    width: auto;
    float: right;
    margin-right: 5px;
	margin-bottom: 5px;
    border: 1px solid var(--lightborder);
    box-shadow: 5px 5px 5px var(--lightborder);
}

.woocommerce div.product div.images a img {
	max-height: 400px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder img {
    width: 95%;
    float: none;
}

.woocommerce div.product div.images div.woocommerce-product-gallery__image--placeholder {
	border: none;
}

.woocommerce div.product div.summary {
    order: 1;
    width: calc(60% - 40px);
}

.woocommerce div.product p.price {
/*     display: none; */
}

.woocommerce div.product:before, .woocommerce div.product:after {
    display: none;
}

.product .product-post-content {
    margin-bottom: 16px;
}


.prod-contact.f-text p {
    margin-bottom: 10px;
}

.prod-contact.f-text p:first-child {
    font-family: 'din-2014', sans-serif;
}

body.woocommerce table.shop_attributes td {
    font-style: normal;
}

body.woocommerce table.shop_attributes th, body.woocommerce table.shop_attributes td {
    width: 50%;
}

.product-post-content p.product-pn {
    font-family: din-2014, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

.product-pn a.product-print {
    /* display: block; */
    font-weight: 700;
    color: var(--cta);
    font-size: 16px;
    background: #111;
    width: 150px;
    padding: 8px 12px;
    text-align: center;
    color: #fff;
    margin-top: 10px;
/*     margin-left: 40px; */
}

.product-pn a.product-print:hover {
    background: #333;
}

a.wooswipe-popup.wooswipe-mainimagepopup {
    display: none !important;
}

.woocommerce div.product .summary form.cart div.quantity {
    display: none;
}

.product a.add-request-quote-button.button {
    width: 100%;
    padding: 28px 32px;
    font-size: 24px !important;
}

#wooswipe .single-product-main-image-wrap {
    border: solid 1px #ddd;
}

#wooswipe .thumbnails .thumb {
    border: solid 1px #ddd;
    height: 90px;
    overflow: hidden;
}

.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
    background: #fff;
}

.woocommerce table.shop_attributes tr:nth-child(odd) td, .woocommerce table.shop_attributes tr:nth-child(odd) th {
    background: #F2EDEB;
}

table.woocommerce-product-attributes.shop_attributes {
    border: solid 1px #dddd;
}

table.woocommerce-product-attributes.shop_attributes tr, table.woocommerce-product-attributes.shop_attributes tr th, table.woocommerce-product-attributes.shop_attributes tr td {
    border: 0 !important;
}

.yith-ywraq-add-button.show img {
    display: none !important;
}

.ywraq-form-table-wrapper .yith-ywraq-mail-form-wrapper, .ywraq-with-form .gform_wrapper {
    padding: 40px;
    width: calc(50% - 40px);
    background: #f2edeb;
    border: solid 1px #d8d0cb;
}

.ywraq-wrapper .ywraq-form-table-wrapper.vertical, .ywraq-with-form .ywraq-form-table-wrapper.wide {
    display: flex !important;
    justify-content: space-between;
}

.ywraq-wrapper .ywraq-form-table-wrapper.vertical #yith-ywraq-form, .ywraq-with-form .ywraq-form-table-wrapper.wide #yith-ywraq-form {
    width: calc(50% - 40px);
}

.ywraq-with-form .gform_wrapper .form-banner {
	left: 0;
}

form#yith-ywraq-default-form {
    display: flex;
    flex-wrap: wrap;
}

p#first_name_field,
p#last_name_field, 
p#email_field,
p#phone_field,
p#city_field,
p#state_field,
p#zip_code_field {
    width: 50%;
}
p#company_field,
p#address_field,
p#address_2_field,
p#message_field {
    width: 100%;
}

#state_field .select2-container .select2-selection--single {
    height: auto;
}

.ywraq-with-form .gform_wrapper input.gform_button {
    text-decoration: none;
    color: #fff !important;
    background: var(--cta);
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 0;
	padding: 16px 64px;
}

.ywraq-with-form .gform_wrapper input.gform_button:hover {
	background: var(--ctaalt);
}

.woocommerce #yith-ywraq-form table.shop_table td {
    border-top: 0;
}

#yith-ywraq-form td.product-thumbnail {
    width: 120px;
}

#yith-ywraq-form th.product-quantity, #yith-ywraq-form td.product-quantity {
    display: none;
}

#yith-ywraq-form th.product-name {
    font-size: 0px;
    color: #fff;
    width: 100%;
    display: block;
    background: #111;
}

#yith-ywraq-form th.product-name:before {
    content: 'Belt Quote Inventory' !important;
    font-size: 18px;
    color: #fff;
    text-align: center;
    justify-content: center;
    width: 100%;
    height: 28px;
    display: flex !important;
    align-items: center;
    font-family: din-2014;
    text-transform: uppercase;
}

#yith-ywraq-form th.product-remove {
    display: none;
}

#yith-ywraq-form tr {
    position: relative;
    display: block;
}

.content ul.woocommerce-error li {
    padding-left: 70px !important;
    background: none;
}

.content ul.woocommerce-error li p {
    margin-bottom: 0;
}

.content ul.woocommerce-error:before {
    top: 16px;
}

.single-product main#main {
    width: 1400px;
    max-width: 90%;
    margin: 0 auto;
}

.product h2.waco-s {position: relative;padding-bottom: 16px;}

.product h2.waco-s:after {
    content: '';
    display: block;
    width: 150px;
    height: 4px;
    background: var(--cta) !important;
    left: 0;
    bottom: 0;
    position: absolute;
}

.product h2.waco-s span {
    display: none;
}

@media only screen and (max-width:1200px) {
	.product-list-wrap .post-product {
		width: calc(33% - 40px);
	}
	h1.product_title.entry-title {
		font-size: 48px;
	}
}

@media only screen and (max-width:768px) {
	.product-list-wrap .post-product {
		width: calc(50% - 40px);
	}
	h1.product_title.entry-title {
		font-size: 32px;
	}
	div#wooswipe {
		width: 100%;
	}

	.woocommerce div.product div.summary {
		width: 100%;
	}
	.ywraq-wrapper .ywraq-form-table-wrapper.vertical, .ywraq-with-form .ywraq-form-table-wrapper.wide {
		flex-wrap: wrap;
		display: block !important;
	}

	.ywraq-wrapper .ywraq-form-table-wrapper.vertical #yith-ywraq-form, .ywraq-with-form .ywraq-form-table-wrapper.wide #yith-ywraq-form {
		width: 100%;
		margin-bottom: 20px;
	}

	.ywraq-form-table-wrapper .yith-ywraq-mail-form-wrapper, .ywraq-with-form .ywraq-form-table-wrapper.wide .gform_wrapper {
		width: 100%;
	}
	.woocommerce.ywraq-wrapper table.shop_table_responsive thead {
		display: table-header-group;
	}

	.woocommerce.ywraq-wrapper table.shop_table_responsive tr td::before {
		display: none;
	}

	.woocommerce.ywraq-wrapper table.cart .product-thumbnail {
		display: block !important;
		background: none;
	}
	.woocommerce.ywraq-wrapper table.shop_table_responsive tr td {
		text-align: left!important;
	}
	
	.ywraq_responsive .product-name {
		font-size: 20px !important;
		font-weight: 400 !important;
	}
}

@media only screen and (max-width:500px) {
	.product-list-wrap .post-product {
		width: 100%;
	}
}

@media print {
    div#wpadminbar, div#top-bar, header.site-header, div#cta, .breadcrumbs, #wooswipe .thumbnails, .yith-ywraq-add-to-quote, #wooswipe button.slick-arrow, .footer-col.footer-col-2, .footer-col.footer-col-3, .footer-col.contact-info img, .footer a.button.secondary-btn, footer .copy-wrap span.sep, footer .copy-wrap .copy-rwm {
        display: none;
    }
    a[href]:after {
        content: none !important;
      }
    div.site-inner {
        margin: 0 !important;
    }
	
	.single-product main#main {
		width: 100%;
		max-width: 100%;
	}

	.woocommerce div.product {
		width: 100%;
	}

	div#va-footer .row-inner {
		max-width: 100%;
	}
    
/*     .woocommerce div.product div.summary {
        width: 100%;
    } */

/*     div#wooswipe {
        width: 100%;
        order:2;
    } */
    
    #wooswipe .slick-track {
        width: auto !important;
        display: flex;
    }
    
    #wooswipe .slick-list {
        height: auto !important;
    }
    
    #wooswipe .single-product-main-image-wrap {
        border: 0;
    }
    
    #wooswipe li.slick-slide {
        width: 100px !important;
        margin-right: 16px;
        border: solid 1px #ddd;
    }

    table.woocommerce-product-attributes.shop_attributes {
        width: 100%;
        border: 0;
        display: block;
    }

    .content ul li, .product-post-content ul li {
        list-style: disc;
        background: none;
        padding-left: 0;
    }
    
    .content ul, .product-post-content ul {
        margin-left: 20px;
    }
    .footer a{
        text-decoration:none;
    }

    .footer-col.contact-info {
		width: 100%;
		padding: 0;
	}
	.help p.f-phone svg {
		padding: 0;
		width: 20px;
		height: 20px;
		top: 0;
	}
	#print-logo {
		display:block !important;
		width: 150px;
		margin-bottom:40px;
	}
	.product-pn a.product-print {
		display:none;
	}
	div#wooswipe {
		order: 1;
		width: 100%;
		padding: 0;
	}

	h1.product_title.entry-title {
		font-size: 1em;
	}

	.product .product-post-content {
		width: 100%;
		margin-bottom: 32px;
	}

	.woocommerce div.product div.summary {
		width: 100%;
		order: 2;
		margin-bottom: 0;
	}

	.summary p, .summary li {
		font-size: 18px;
	}

	.product h2 {
		font-size: 16px;
	}

	table.woocommerce-product-attributes.shop_attributes, table.woocommerce-product-attributes.shop_attributes p {
		font-size: 16px;
	}

	table.woocommerce-product-attributes.shop_attributes th, table.woocommerce-product-attributes.shop_attributes td p {
		padding: 0;
	}

	table.woocommerce-product-attributes.shop_attributes tr {
		border-bottom: solid 1px #ddd !important;
		/* display: flex; */
		/* width: 50%; */
		position: relative;
	}

	table.woocommerce-product-attributes.shop_attributes tbody {
		/* display: flex; */
		/* flex-wrap: wrap; */
	}

	body.woocommerce table.shop_attributes th, body.woocommerce table.shop_attributes td {
		padding: 0 10px;
	}

	.product .product-post-content {
    display: none;
}

	.summary p, .summary ul, .summary ol {
		margin-bottom: 16px;
	}

	.footer .help h4 {
		font-size: 16px;
	}

	.footer .help p {
		display: none;
	}

	.footer .help p.f-phone {
		/* display: inline-block; */
		margin-bottom: 0;
	}

	.footer .help {
		margin-bottom: 0;
	}

	.footer .footer-nap {
		display: flex;
	}

	.footer .footer-nap > p {
		margin-right: 24px;
		margin-bottom: 0;
	}

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

	div#va-footer {
		padding: 0;
	}

	footer.site-footer {
		display: none;
	}
	.prod-contact.f-text {
		display: none;
	}
	.product h2.waco-s span {
		display: inline-block !important;
	}
}

/*** Accordion ***/
.accordion .acc-item > h2 {
    font-size: 24px;
    padding: 20px 40px 20px 0;
    border-bottom: solid 1px var(--lightborder);
    color: #6a6a6a;
    margin-bottom: 0;
    border-top: solid 1px var(--lightborder);
    border-bottom: 0;
	cursor:pointer;
	position:relative;
}

.accordion .acc-item-content > img, .accordion .acc-item-content > picture {
    float: right;
    margin: 0 0 40px 40px;
	max-width:40%;
}

.accordion .acc-item-content:after {
    content: '';
    display: table;
    clear: both;
}

.accordion .accordion-items {
    border-bottom: solid 1px var(--lightborder);
}

.accordion .acc-item > h2 svg {
    position: absolute;
    right: 0;
    top: calc(50% - 16px);
    height: 32px;
    transform: rotate(45deg);
    transition: all 400ms;
    fill: #000;
}

.accordion .acc-item > h2.active svg {
    transform: rotate(0deg);
    fill: #a70000;
}

div#acf640a3da67fa68 .acc-item:not(.acc-item:first-child) table{
    width: auto;
    text-align: center;
}


div#acf640a3da67fa68 .acc-item:not(.acc-item:first-child) table tbody, div#acf640a3da67fa68 .acc-item:not(.acc-item:first-child) table tbody tr {
    border: 0;
}

div#acf640a3da67fa68 .acc-item:not(.acc-item:first-child) table tbody tr:not(:first-child) td {
    border-top: solid 1px #000;
}

div#acf640a3da67fa68 .acc-item:not(.acc-item:first-child) table td {
    text-align: center;
    vertical-align: middle;
    font-size: 24px;
    line-height: 1;
}

div#acf640a4e3fb54f3:before, div#acf640a4e3ff3fcb:before, div#acf640a4e3ff3fcb:before, div#acf640a4e406f280:before, div#acf640a4e408ad08:before, div#acf640a4e4102241:before, div#acf640a4e414b8c9:before, div#acf640a4e4173b63:before, div#acf640a4e41ba841:before, div#acf640a4e4211f10:before, div#acf640a4e423e3f8:before {
    display: none;
}

div#acf640a4e3fb54f3, div#acf640a4e3ff3fcb, div#acf640a4e3ff3fcb, div#acf640a4e406f280, div#acf640a4e408ad08, div#acf640a4e4102241, div#acf640a4e414b8c9, div#acf640a4e4173b63, div#acf640a4e41ba841, div#acf640a4e4211f10, div#acf640a4e423e3f8 {
    padding-top: 0;
}

@media only screen and (max-width:959px) {
	body.content-sidebar .sidebar {
		margin-bottom: 90px;
	}
	#cta .row-inner .cta-half.cta-callouts {
		/* width: 100%; */
		justify-content: flex-start;
		flex-direction: column;
		width: calc(33.33% - 20px);
	}

	.cta-half.cta-callouts .cta-call p {
		display: none;
	}

	div.cta-half.cta-callouts .cta-call h3 {
		font-size: 20px;
		padding-top:8px;
	}

	div.cta-half.cta-callouts .cta-call .icon svg {
		width: 20px;
		height: 20px;
	}

	div.cta-half.cta-callouts .cta-call .icon {
		width: 40px;
		height: 40px;
		min-width: 40px;
		padding: 6px;
	}

	#cta .row-inner .cta-half.cta-text {
		width: calc(66.66% - 20px);
	}
	div.cta-header h2 {
		font-size: 32px;
	}

	.f-text a.button, .cta-content a.button, a.button.primary, .woocommerce .add-request-quote-button.button, .woocommerce .add-request-quote-button-addons.button, .yith-wceop-ywraq-button-wrapper .add-request-quote-button.button, .yith-wceop-ywraq-button-wrapper .add-request-quote-button-addons.button, input.button.raq-send-request {
		font-size: 20px;
		padding: 16px 32px;
	}
}

@media only screen and (max-width:768px) {
	.accordion .acc-item-content > img, .accordion .acc-item-content > picture {
		max-width: 100%;
		float: none;
		display: block;
		margin: 0 0 32px 0;
	}
	.dtb-wrap {
		max-width: 100%;
		overflow-x: scroll;
	}

	.dtb-wrap:before {
		content: 'Scroll sideways to reveal more table data';
		font-style: italic;
		font-size: 0.875em;
		display: block;
		margin-bottom: 8px;
	}
}

@media only screen and (max-width:700px) {
	#cta .row-inner .cta-half.cta-text {
		width: 100%;
	}

	#cta .row-inner .cta-half.cta-text {
		margin-bottom: 0;
	}

	#cta .row-inner .cta-half.cta-callouts {
		width: 100%;
	}

	div.cta-half.cta-callouts .cta-call {
		width: calc(50% - 20px);
	}

	#cta .row-inner .cta-half.cta-callouts {
		flex-direction: row;
		display: none;
	}
	div#acf640a3da67fa68 .acc-item:not(.acc-item:first-child) table td {
		font-size: 18px;
	}
}
.search .entry-footer .entry-meta {
    border: 0;
    padding: 8px 0 0 0;
}

/*** Product Catalog ***/
.row-inner .product-catalog {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
    left: -20px;
    width: calc(100% + 40px);
}

.pc-item {
    width: 25%;
    border-radius: 0;
    padding: 0 20px;
    margin-bottom: 40px;
    display: flex;
}

.pc-item .catalog-item-content a:hover, .pc-item .catalog-item-content a:focus {color: #000;}

.pc-item .catalog-item-content a picture {
    overflow: hidden;
    width: 100%;
    /* height: 240px; */
    display: block;
    background: #5a0000;
}

.pc-item .catalog-item-content h3 {
    transition: all 300ms;
}

.pc-item .catalog-item-content a:hover h3 {
    color: var(--cta);
}

.pc-item .catalog-item-content a .card-summary {
	padding: 20px;
}

.pc-item .catalog-item-content a .card-summary h3.product-title {
	margin-top: 0px;
}

.pc-item .catalog-item-content a picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition:all 300ms;
}
.pc-item .catalog-item-content a:hover img {
    opacity: 0.8;
}

h3.product-title {
    margin-top: 10px;
}

.pc-item a {
    padding: 16px;
    background: #efefef;
    display: block;
    width: 100%;
}

.pc-item .catalog-item-content {
    display: flex;
    width: 100%;
}

.pc-item svg {
    margin-left: 6px;
    fill: #b5b5b5;
}

.pc-item .dl-link span {
    /* text-decoration: underline; */
    color: #555;
    transition: all 300ms;
}

.pc-item a:hover svg, .pc-item a:hover .dl-link span {
    fill: var(--cta);
    color: var(--cta);
}

.pc-item .content-description p, .pc-item .content-description ul {
    margin-bottom: 16px;
}

@media only screen and (max-width:1200px) {
	.pc-item {
		width: 33%;
	}
}

@media only screen and (max-width:860px){
	.pc-item {
		width: 50%;
	}
}

@media only screen and (max-width:500px) {
	.pc-item {
		width: 100%;
		padding: 0;
	}

	.row-inner .product-catalog {
		left: 0;
		width: 100%;
	}
}

/*** Landing Pages ***/

div#acf644064d8bbc8f h2 {
    font-size: 28px;
}

div#acf644064d8bbc8f:before {
    display: none;
}

div#acf644064d8bbc8f form#gform_3 {
    background: #efefef;
    border: solid 1px var(--lightborder);
    padding: 32px;
}

.page-id-1674 .breadcrumbs {
    display: none;
}


.page-id-1674 .row.anim.title-row {
    /* padding-top: 50px; */
    background: linear-gradient(90deg, #970000, #d50000);
    padding: 60px 5%;
    margin-bottom: 60px;
}

div#acf644064d8bbc8f {
    padding-bottom: 40px;
}


.page-id-1674 .row.anim.title-row h1 {
    color: #fff;
    line-height: 1.125;
}

.page-id-1674 main#genesis-content {
    padding-top: 0;
}

div#acf644064d8d2ab1 .feature-1 {
    background: linear-gradient(90deg, #970000, #d50000);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 90px;
}

div#acf644064d8d2ab1 .feature-1 h2 {
    color: #fff;
    text-align: center;
    font-size: 48px;
    margin: 0;
    line-height: 1.125;
}

div#acf6440694ff3e4e {
    padding-bottom: 50px;
}

div#acf644064d902b16 h3 {
    font-size: 48px;
    color: #fff;
    text-align: center;
    line-height: 1.125;
    margin: 0;
}

div#acf644065dcd7dc6 p {
    color: #ffc4c4;
    font-size: 32px;
    font-family: 'din-2014', sans-serif;
    line-height: 1.125;
    font-weight: 700;
}

div#acf644065dcd7dc6 {
    background: linear-gradient(90deg, #970000, #d50000);
}

div#acf644065dcd7dc6 p strong {
    color: #fff;
}

div#acf64406950f4004 .loc-asset:before {
    content: 'Contact Us to See How We Can Help';
    font-family: 'din-2014';
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
    display: block;
}

div#acf6440694ff3e4e .f-text > picture, .f-text > img {
    width: calc(50% - 40px);
    max-width: calc(50% - 40px);
    margin-left: 0;
    margin-left: 80px;
}

div#acf6440694ff3e4e .f-text img {
    display: block;
    width: 100%;
}

div#acf6440694ff3e4e h2 {
    font-size: 42px;
    line-height: 1.125;
}

div#acf6440694ff3e4e a.button, div#acf644064d8d2ab1 a.button, div.f-text a.button.text-button {
    background: none;
    color: var(--primary) !important;
    padding: 0;
    border-bottom: solid 4px var(--cta);
}

div#acf6440694ff3e4e a.button:hover, div#acf644064d8d2ab1 a.button:hover, div.f-text a.button.text-button:hover {
    color: var(--cta) !important;
}

div#acf644064d91eb0b h3 {
    color: var(--cta);
}

.style-dark div.f-text a.button.text-button {
    color: #fff !important;
}

.style-dark div.f-text a.button.text-button:hover {
    color: #a3a3a3 !important;
}

@media only screen and (max-width:960px) {
	div#acf6440694ff3e4e .f-text > picture, div#acf6440694ff3e4e .f-text > img {
		max-width: none;
		width: auto;
		margin: 0 0 40px 0;
	}
	div#acf6440694ff3e4e h2 {
		font-size: 32px;
	}
	div#acf644064d902b16 h3 {
		font-size: 32px;
	}
	div#acf644065dcd7dc6 p {
		font-size: 24px;
	}
	div#acf64406950f4004 .loc-asset:before {
		text-align: center;
	}

	div#acf64406950f4004.location.asset-form .gform_footer.top_label {
		text-align: center;
		width: 100%;
	}

	div#acf64406950f4004.location.asset-form .gform_footer.top_label > input[type="submit"] {
		margin: 0 auto 8px auto;
	}
}

/*** Section Specific Styling ***/
/* Corrugated / Paper Page */
div#acf64d0f72e0a9ba .item {
    width: calc(33% - 32px);
	border-radius: 0;
}

div#acf65f8824398819 .column-items .col {
    width: calc(50% - 40px);
    margin-bottom: 40px;
}

div#acf65f8824398819 .column-items {
    flex-wrap: wrap;
}

div#acf65f8824398819 .column-items .col:last-child {
    width: 100%;
    margin: 0;
}

div#acf65f88130429ac .col img {
    width: 60px;
    margin-bottom: 0;
}

div#acf65f88130429ac .col p:first-child {
    margin-bottom: 20px !important;
}

div#acf65f88130429ac h2 {
    margin-bottom: 40px;
}

@media only screen and (max-width:1100px) {
     div#acf64d0f72e0a9ba .item {
         width: calc(50% - 32px);
    }
}

@media only screen and (max-width:768px) {
     div#acf64d0f72e0a9ba .item {
         width: calc(100% - 32px);
    }
}

/* Contact Page Location / Form Section */

div#acf6605d1835df53 .loc-info, div#acf6605cbaf2cf1a .loc-asset {
padding: 40px;
    background: #efefef;
    border: solid 1px #ddd;
    margin-right: 80px;

}

div#acf6605d1835df53 .row-inner {
    align-items: flex-start;
}

div#acf6605d1835df53 .loc-info a.help-phone {
	font-family: din-2014, sans-serif;
}

div#acf6605d1835df53 .loc-info a.help-phone svg {
    color: #fff;
    background: var(--cta);
    padding: 8px;
    width: 40px;
    height: 40px;
    position: relative;
    top: 14px;
    margin-right: 8px;
}

div#acf6605d1835df53 .loc-info a {
    text-decoration: underline;
}

div#acf6605d1835df53 .loc-info h2 {
	font-size: 32px;
}

@media only screen and (max-width:768px) {
	div#acf6605d1835df53 .loc-info, div#acf6605cbaf2cf1a .loc-asset {
		margin-right: 0;
	}
}


/* Thank you template section */
.page-id-95 h1.page-title {
	text-align: left;
}

.row.main-content.thank-you-page .row-inner {
	display: flex;
}

.row.main-content.thank-you-page .row-inner .f-text {
	width: 100%;
}

.row.thank-you-page.main-content.has-main-img .row-inner .f-asset {
	margin: 0 auto;
}

.thank-you-page .loc-a .a1 {
	display: block;
}

.thank-you-page .social-info {
	width: 100%;
	margin: 25px 0;
	display: flex;
	flex-direction: row-reverse;
}

.thank-you-page h4 {
	margin: 10px 0 0;
}

.thank-you-page .social-info p {
	margin: 0;
}

.thank-you-page .social-info a {
	color: var(--cta);
}

.thank-you-page .row-inner .thank-you-message {
	width: 50%;
}

.thank-you-page.main-content .f-asset img {
	border: none;
	margin-bottom: 16px;
}

.thank-you-page .social-info a svg {
	color: var(--darkdefault);
	width: 20px;
	height: auto;
}

.thank-you-page .social-info a:hover {
	color: var(--primary);
}

.thank-you-page .social-info a:hover svg {
	color: var(--primaryalt);
}

.featured-items .featured-item {
	border: 2px solid var(--cta);
	margin: 15px auto;
	width: 300px;
	height: 100px;
	text-align: center;
	background: linear-gradient(45deg, var(--cta), var(--ctaalt));
	box-shadow: 10px 10px 10px var(--lightborder);
}

.featured-item p {
	font-size: 36px;
	color: white;
	font-weight: 700;
	margin: 30px 15px;
	line-height: 1;
}

a.featured-link:hover .featured-item {
	background: var(--cta);
	box-shadow: 15px 15px 15px var(--darkdefault);
}

.featured-items {
	display: flex;
	flex-direction: column;
	align-content: center;
	flex-wrap: wrap;
	width: 50%;
}

.company-contact {
	margin: auto 0;
}

@media only screen and (max-width: 959px) {
	.row.main-content.thank-you-page .row-inner {
		flex-direction: column;
	}

	.thank-you-page .row-inner > div {
		width: 100%;
	}

	.row.thank-you-page.main-content.has-main-img .row-inner .f-asset {
		width: 50%;
	}
}


/* Quote Request Form Page */
.ywraq-with-form .gform_wrapper {
	padding: 40px;
    background: #f2edeb;
    border: solid 1px #d8d0cb;
}

.ywraq-with-form form#yith-ywraq-form table {
	margin-top: 0;
}

/* Conversion Calculator Form */
/*#length_calculator tbody,
#area_calculator tbody,
#volume_calculator tbody,
#mass_calculator tbody,
#force_calculator tbody,
#speed_calculator tbody,
#energy_calculator tbody,
#pressure_calculator tbody,
#temperature_calculator tbody,
#power_calculator tbody,
#tensile_force_calculator tbody,
#mass_of_belt_calculator tbody{
	border-bottom: 0px;
}*/

.email-section{
	border-bottom: 1px solid #eee;
}

.email-button{
	margin-top: 20px;
	margin-bottom: 30px;
}

/* Fix top bar sticky nav*/
.fixed-nav header.site-header{
	top: 34px !important;
}

@media only screen and (max-width:450px){
	.fixed-nav header.site-header{
		top: 0px !important;
	}
}