/*
Theme Name: ARDEX Americas
Author: Bardel Digitalstrategien
Author URI: https://www.digitalstrategien.de/
Description: ARDEX UK Website Theme
Version: 1.0
License: All rights reserved
Text Domain: ardex
*/

/* THEME STYLES */
h4 {
	font-weight:900;
}

.container-1600 {
	max-width: 1600px;
	margin: 0 auto;
}

.container-1440 {
	max-width: 1440px;
	margin: 0 auto;
}

/* ASC MEDIA LIBRARY - 3/5 */

@media (min-width: 768px) {
	.page-template-page-downloads .row-match-height .col-sm-4 {
		width: 33.33333333%;
	}
}

@media (min-width: 992px) {
	.page-template-page-downloads .row-match-height .col-md-4 {
    width: 33.33333333%;
}
}


@media (min-width: 1200px) {
	.page-template-page-downloads .row-match-height .col-lg-3 {
    width: 25%;
}
}

/* BEGIN ASC EDITS 11/2 TO FIX CASE STUDIES BUTTON OVERLAP - MOVE TO THEME FILES AND THEN REMOVE MATCH HEIGHT JS */

.home #product-overview {
	height:auto;
}

.home #product-overview .owl-height,
.home #product-overview .owl-item {
	min-height: 330px;
	min-height: 30vw;
}

.home #product-category-slider .owl-stage-outer {
	height: auto !important;
}

.home #product-category-slider .owl-stage {
	display: flex;
}

.home .panel-categories .owl-item {
	display: flex;
	margin-bottom: 5px;
	height: auto !important;
}

body:not(.home) .list-unstyled {
	  flex-wrap: wrap;
    display: flex;
}


body:not(.home) .text-center .list-unstyled {
	display: block;
}

body:not(.home) .list-unstyled li {
	margin-bottom: 20px;
}

body:not(.home):not(.single-product) .list-unstyled li a {
	height: 100% !important;
}

.archive .panel-collapse .list-unstyled .col-lg-3 {
	margin-bottom: 24px;
}

#project-cards .owl-carousel .owl-stage-outer {
	height: auto !important;
}

#product-cards .panel-body li,
#project-cards .panel-body li{
	height: 100% !important;
}

#product-categories .panel-body .thumbnail,
#product-cards .panel-body .thumbnail,
#project-cards .panel-body .thumbnail{
	height: 100% !important;
}




/* BEGIN FIND YOUR REP CSS 12/2020 - MOVE TO THEME FILES */
/* Rep Search */

main.container-fluid {
	min-height: calc(100vh - 166px);
}

#find-your-rep-search form.repsearch {
	display: flex;
}

#find-your-rep-search form.repsearch input:not(:last-of-type) {
	margin-right: 14px;
	margin-bottom: 0;
}

#find-your-rep-search .see-results {
	line-height: 38px;
}

#find-your-rep-search #search {
	margin-right: 20px;
}

#find-your-rep-search #submit {
	height: 39px;
}

#find-your-rep-search-results {
	list-style: none;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	margin-top: 2em;
}

#find-your-rep-search-results .rep{
	flex-basis: 30%;
	max-width: 30%;
	margin-right: 3.33%;
	margin-bottom: 20px;
}

#find-your-rep-search-results .rep .rep-info{
	background: #96999d;
	color: #fff;
	padding: 10px 30px 20px;
	height: 100%;
}

#find-your-rep-search-results img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	/*width: 30%;
	margin-right: 20px;*/
}

#find-your-rep-search-results h4 {
	  color: #fff;
    text-transform: uppercase;
    font-size: 24px;
}

#find-your-rep-search-results a.btn {
	color: #fff;
	display: block;
  text-align: center;
}

#find-your-rep-search-results a.btn:hover {
	text-decoration: none;
}

@media (max-width:768px) {
	#find-your-rep-search-results {
		flex-direction: column;
	}

 #find-your-rep-search-results .rep {
		flex-basis: 100%;
		max-width: 100%;
		margin-right: 0;
	}
}

#find-your-rep-search .modal-dialog {
	color: #1f1f1f;
}

#find-your-rep-search .modal-header {
	display: flex;
}

#find-your-rep-search .modal-header h3 {
	margin: 0;
}

#find-your-rep-search .modal .gform_wrapper ul.gform_fields li.gfield {
	margin-top: 0;
}

.search-results.post-type-archive-reps main p {
	font-style: normal;
}

.search-no-results.post-type-archive-reps main p {
	color: #1f1f1f;
	margin-bottom: 12px;
}

.fyr-tips {
	font-style: italic;
	margin-top: .25em;
}


/* BEGIN ASC EDITS 7/28 - MOVE TO THEME FILES */
@media (min-width: 768px) {
.dropdown-menu .menu-item a {
	margin-left: 15px;
}

.dropdown-menu .menu-item-has-children a {
	margin-left: 0;
}

.dropdown-menu .menu-item-has-children > a::before {
	content: "";
	display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    margin-top: -3px;
	  margin-right: 5px;
}
	
.navbar-collapse #main-menu>ul>li li .dropdown-menu li {
    padding-left: 24px;
}
}

@media (max-width: 768px) {

.dropdown-menu .menu-item a {
	border-top: 1px solid #f3f3f3;
}

.dropdown-menu .menu-item-has-children > a::after {
	content: "";
	display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    margin-top: 8px;
	  margin-right: 5px;
	float: right;
}
	
.navbar-collapse #main-menu>ul>li>a {
	padding: 15px 30px;
}

.navbar-collapse.show #menu-main-menu>li>a .caret {
	top: 26px;
}
	
}

/* END */

.header-redux .main-menu-container #navbar-top-right-row {
    z-index: 99;
	height: 20px;
}

@media (max-width: 767px) {
	.logged-in .header-redux .main-menu-container>div {
    top: 64px;
	}
	
	.header-redux .social-icon-lockup {
		float: right;
	}
	
	.header-redux .social-icon-lockup .social-icon-link {
    padding-top: 8px;
    padding-bottom: 8px;
	}
	
	.header-redux .language-switcher {
		clear: both;
	}
	
	.logged-in .breadcrumb-contact>div:first-child {
	top: 108px;
}
	
}

.home #product-overview .owl-stage #col-product-image img {
	max-height: none !important;
}

div[id^="ff-stream-"] {
	margin: 0;
}

body:not(.modal-open) .sticky-header {
	z-index: 99;
}

.shuffle--container {
	overflow: visible !important;
}

.ff-slideshow nav span.ff-nav-prev, .ff-slideshow nav span.ff-nav-next {
	display: none;
}


/*6/1/2020*/

#col-product-image .owl-carousel img {
	min-width: 100%;
}


/* Teaser Tiles - 9/30/21 */
.teaser-tiles .panel>.row>div[class^='col-md-12'] ~ div[class^="col-md-6"]:nth-child(even) {
	padding-left: 0;
	padding-right: 6px;
}

.teaser-tiles .panel>.row>div[class^='col-md-12'] ~ div[class^="col-md-6"]:nth-child(odd) {
	padding-left: 6px;
	padding-right: 0;
}

@media  screen and (min-width: 992px) {
	
.teaser-tiles .panel>.row>div[class^='col-md-12'] ~ div[class^="col-md-6"]:nth-child(even) .img-caption-right,
.teaser-tiles .panel>.row>div[class^='col-md-12'] ~ div[class^="col-md-6"]:nth-child(even) .img-caption-bottom.img-caption-right {
	margin-left:0;
	margin-right: 6px;
}
	
	.teaser-tiles .panel>.row>div[class^='col-md-12'] ~ div[class^="col-md-6"]:nth-child(odd) .img-caption-right,
.teaser-tiles .panel>.row>div[class^='col-md-12'] ~ div[class^="col-md-6"]:nth-child(odd) .img-caption-bottom.img-caption-right {
	margin-right: 0;
	margin-left:6px;
}	
}

/* CASE STUDY IMAGES */

.archive #project-overview .owl-carousel .owl-item img {
	min-height: 400px;
}


/* FIX FORM BUTTONS ON IPHONE */

.gform_footer {
	position: relative;
	z-index: 999;
}

/* WPSL */

#wpsl-checkbox-filter input {
	min-height: auto !important;
}

#wpsl-wrap #wpsl-search-input {
	width: 100px;
}

#wpsl-wrap label {
	width: auto !important;
	margin-right: 10px;
}

#wpsl-wrap #wpsl-search-wrap #wpsl-radius .wpsl-dropdown{
	z-index: 99;
}

#wpsl-wrap #wpsl-category {
	clear: none;
}

#wpsl-wrap #wpsl-category .wpsl-dropdown {
	width: auto;
	min-width: 200px;
}

#wpsl-wrap #wpsl-category .wpsl-dropdown ul li {
	padding: 9px 20px 9px 12px !important;
	/*-ms-word-break: break-all;
     word-break: break-all;
     word-break: break-word;*/
-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}

@media (max-width: 825px) {
	#wpsl-search-wrap .wpsl-input {
	width: auto;	
	}
}

@media (max-width:767px) {
	.wpsl-search {
		padding: 12px;
	}
	
	#wpsl-wrap #wpsl-gmap {
		height: 300px !important;
	}
	
	#wpsl-search-wrap .wpsl-input {
		display: flex;
    flex-direction: column;
		width: 50%;
	}
	
	#wpsl-search-wrap .wpsl-select-wrap {
    width: 50%;
    display: flex;
    flex-direction: column;
    float: right;
	}
	
		.wpsl-mobile #wpsl-search-wrap .wpsl-dropdown {
		margin-bottom: 2px;
	}
	
	#wpsl-search-wrap #wpsl-radius,
	#wpsl-search-wrap #wpsl-results {
		width: 100%;
	}
	
	#wpsl-search-wrap .wpsl-input #wpsl-search-input {
		width: 96% !important;
	}
	
	#wpsl-search-wrap #wpsl-category {
		width: 50%;
		margin-top: -9px;
	}
	
		#wpsl-wrap #wpsl-category .wpsl-dropdown {
	width: 100%;
	min-width: auto;	
}
	
	#wpsl-search-wrap .wpsl-search-btn-wrap {
		margin-top: 0;
	}
}

#wpsl-result-list #wpsl-stores li p {
	margin-bottom: 5px;
}



/* ASC MAKE CASE STUDY CAROUSELS EQUAL HEIGHT */

#project-categories .owl-carousel {
	/*overflow-x: hidden;*/
}

#project-categories .owl-carousel .owl-stage-outer {
	/*overflow: visible;*/
	height: auto !important;
}


#project-categories .owl-carousel .owl-stage-outer .owl-stage {
	display: flex;
	align-items: stretch;
}

#project-categories .owl-carousel .owl-item {
	display: flex;
	/*height: 100% !important; */
    /* flex-direction: column; */
    /* float: none;*/
	    align-items: stretch;
}

body:not(.home) #project-categories .owl-carousel.list-unstyled li {
	display: flex;
    height: 100%;
}

body:not(.home) #project-categories .owl-carousel.list-unstyled li a {
	height: auto !important;
	    /* display: flex; */
    /* flex-direction: column; */
    /* height: 100% !important;*/
	width: 100%;
}

.page-template-page-projects .fa.big-fa {
	margin-top: 40px;
}

/* DISTRIBUTOR LOCATOR */
.page-id-37413 #wpsl-result-list .wpsl-contact-details span.email,
.page-id-37413 .wpsl-info-window span.email {
	display: none !important;
}

#wpsl-result-list .categories,
.wpsl-info-window .categories {
	display: block;
	clear: both;
	margin-top: 10px;
}

#wpsl-result-list .categories span,
.wpsl-info-window .categories span {
	font-size: 12px;
	display: inline-block;
	color: #fff;
	padding: 5px;
	margin-bottom: 3px;
}

.wpsl-info-window .categories span {
	font-size: 10px;
	margin-top: 5px;
}

#wpsl-result-list .categories span.cat-14086,
.wpsl-info-window .categories span.cat-14086 {
	background: #ff4539;
}

#wpsl-result-list .categories span.cat-14087,
.wpsl-info-window .categories span.cat-14087{
	background: #c51d25;
}

#wpsl-result-list .categories span.cat-14088,
.wpsl-info-window .categories span.cat-14088{
	background: #a3aaae;
}

#wpsl-result-list .categories span.cat-14089,
.wpsl-info-window .categories span.cat-14089 {
	background: #001689;
}

#wpsl-result-list .categories span.cat-14090,
.wpsl-info-window .categories span.cat-14090 {
	background: #008522;
}

#wpsl-result-list .categories span.cat-14091,
.wpsl-info-window .categories span.cat-14091 {
	background: #ff4539;
}

#wpsl-result-list .categories span.cat-14092,
.wpsl-info-window .categories span.cat-14092 {
	background: #e92076;
}


/* PRODUCT CATEGORY */

.tax-products .product-categories .panel-body .thumbnail ul.list-unstyled,
 #product-categories .panel-body .thumbnail ul {
	flex-direction: column;
} 


/* SINGLE PRODUCT - CASE STUDIES */
.single-product .case-studies #content-details {
	background: #F3F3F3;
}

.single-product .case-studies #content-details .btn {
	float: right;
}

.single-product .case-studies.collapse{
	box-shadow: 0 0 5px 0 rgba(125,125,125,0.5);
	width: auto !important;
}

#product-tools #collapseProjects .thumbnail h3 {
	padding-bottom: 0;
}

#product-tools #collapseProjects .thumbnail p {
	font-size: 16px;
}

/* FIX PRODUCT SUBCAT HERO IMAGE */
#col-product-image img {
    width: 100%;
}

/* FAQ Page */
.page-template-page-faq #product-categories .panel-title a {
	text-transform: none;
}

.page-template-page-faq #product-categories .panel-collapse {
	box-shadow: none;
}


/* WEBSITE REFRESH SUMMER 2025 */
/* HEADER */
header {
	height: 107px;
}

header .nav-search {
	line-height: 28px;
}

header+.container-fluid .breadcrumb a:not(.btn):not([role="tab"]) {
	text-decoration: none;
}
		.toolbar {
			background: #004563;
		}
		body .toolbar .contact {
			margin-top: 0;
			margin-bottom: 0;
			line-height: 30px;
		}
		body .toolbar a,
		body .toolbar .contact a {
			color: #fff;
		}
		@media screen and (max-width: 768px) {
		    .toolbar .contact {
		        margin-right: 0;
		    }
		}
		.language-switcher {
			top: 0;
		}
.language-switcher span {
	display: block;
}	
		.language-switcher .wpml-ls-statics-shortcode_actions {
			background-color: #004563;
			border-color: #004563;
		}
		.language-switcher .wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a {
		    background-color: #004563;
		    border-color: #004563;
		    color: #fff;
		}
		.language-switcher .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu {
			box-shadow: 0px 0px 2px #cdcdcd;
		}
		.breadcrumb-contact {
			/*background: #f9f9f9;*/
			border-top: 1px solid #f3f3f3;
    		border-bottom: 1px solid #f3f3f3;
		}
		.breadcrumb-contact .container,
		.breadcrumb-contact>div:first-child {
			max-width: 1600px;
			width: 100%;
			position: static;
		}
		@media (min-width: 768px) {
	    	header {
		        margin-top: 0;
		    }
		}
		header {
			height: auto;
		}
		header.sticky-header {
    		box-shadow: 0px 2px 3px rgba(0, 0, 0, .15);
		}
		header .row {
			margin: 10px -12px;
		}
		.navbar-brand {
			top: 0;
			height: auto;
		}
		@media only screen and (min-width: 768px) {
		    .sticky-header .navbar-brand {
		        top: 0;
		    }
		}
		.breadcrumb {
			margin-bottom: 8px;
		}
		.breadcrumb a,
		.breadcrumb .breadcrumb_last {
			text-transform: capitalize !important;
			font-size: 13px;
		}
		.container-fluid>[id$="-overview"] {
			margin-top: 0;
		}
		.logged-in .breadcrumb-contact>div:first-child {
			position: static;
		}
		header .row:last-child {
			width: 100%;
		}
		@media screen and (max-width: 768px) {
			.main-menu-container {
			    padding-top: 20px;
			}
		}
		@media screen and (max-width: 768px) {
		    #navbar-bottom-right-row {
		        position: static;
			    display: flex;
			    flex-direction: row-reverse;
			    vertical-align: middle;
		    }
		}
		.navbar-header {
			min-height: auto;
		}
		.navbar-header .navbar-toggle {
			float: none;
    		margin: 0;
		}
		@media screen and (max-width: 768px) {
		    header .nav-search {
		    	position: static;
		    }
		}
		@media screen and (max-width: 768px) {
		    #ardex-main-menu {
		        position: absolute;
			    left: 0;
			    right: 0;
			    z-index: 99;
			    top: 135px;
		    }
		}
		#navbar-bottom-right-row {
			/*padding: 25px 0;*/
		}
		#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item > a.mega-menu-link,
		    header .nav-search>span {
			letter-spacing: .5px;
    		font-size: 17px;
		}
		@media only screen and (min-width: 768px) {
	    .sticky-header .nav-search,
	    .nav-search {
	        padding: 29px 0;
	    }
	}
/* MEGA MENU */
@media screen and (max-width: 768px) {
	.navbar-collapse {
		margin-top: 13px;
	}
	
	header .nav-search {
		top: 25px;
		right: 45px;
	}
	
	.contact {
    margin-right: 55px;
	}
	
	#navbar-bottom-right-row,
	#ardex-main-menu {
		width: 100%;
	}
}

/* ASC FOOTER EDITS - 1/16 */

.footer nav.nav-partners-container {
	margin: 0;
}

.footer nav.nav-partners-container ul {
	margin-bottom: 16px;
}

.footer nav.nav-partners-container ul li:last-of-type img {
	max-height: 52px;
}

.footer nav.nav-social-media ul li i:before {
	font-size: 20px;
  margin-right: 6px;
}
.prefooter {
                background: #014563;
                color: #fff;
            }
            
            .footer {
                padding: 50px 0 20px;
                box-shadow: none;
                font-size: 15px;

            }
            .footer h4 {
                color: #014563;
            }
            .footer .menu {
                list-style: none;
                margin-left: 0;
                padding-left: 0;
            }
            .footer .menu a {
                font-size: 15px;
                line-height: 2em;
            }
            .social-media {
                margin-top: 10px;
            }
            .social-media li {
                display: inline-block;
                margin-right: 10px;
                font-size: 17px;
            }

            .social-media li a {
                color: #014563;
            }
            .footer .search-form {
                max-width: 280px;
            }
            .footer .search-form input[type="search"] {
                height: 38px;
                min-height: 0;
            }
            .footer .search-form button[type="submit"] {
                height: 38px;
                min-height: 0;
            }
            .footer .close-search {
                display: none;
            }
            .post-footer {
                margin-top: 30px;
                padding-top: 20px;
                border-top: 1px solid #dadada;
                font-size: 13px;
            }
            .nav-partners {
                margin-bottom: 0;
            }
            .prefooter .nav-partners li,
            .post-footer .nav-partners li {
                list-style: none;
                display: inline-block;
                margin-right: 15px;
            }
            .prefooter .nav-partners li img,
            .post-footer .nav-partners li img {
                height: 30px;
                width: auto;
            }
            
            .flex {
                display: flex;
                align-items: center;
            }
            .credits {
                justify-content: end;
            }
            #menu-footer-menu,
			.footer ul#menu-footer-menu,
			.footer ul#menu-footer-menu-spanish,
			.footer ul#menu-footer-menu-french{
                margin-bottom: 0;
                margin-right: 15px;
            }
            #menu-footer-menu li a {
                font-size: 13px;
            }
/* HOME */
    @media (max-width: 992px) {
        .container {
            width: 100%;
        }
    }
    .content-hero-frontpage {
    position: relative;
    display: block;
    max-height: 60vh;
    overflow: hidden
}

.content-hero-frontpage .iframe-container {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative
}

.content-hero-frontpage .iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.content-hero-frontpage .iframe-container iframe #player {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.content-hero-frontpage .absolute-row {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    display: flex;
    align-items: center;
}

.content-hero-frontpage .main-content {
    padding: 0;
    display: flex;
    pointer-events: none;
    height: 100%
}

@media (min-width: 1201px) {
    .content-hero-frontpage .main-content {
        min-height:50vh
    }
}

.content-hero-frontpage .hero-content {
    display: flex;
    color: #fff;
    /*background: rgba(0, 0, 0, .5);*/
    /*padding: .5em 1.5em;*/
}

.content-hero-frontpage .hero-content .home-hero-header,.content-hero-frontpage .hero-content .home-page-header {
    background-image: url(../../imgs/hero-background.png);
    padding: 5px 5px 0
}

.content-hero-frontpage .hero-content h1.home-hero-header {
    display: inline;
    background-position: top;
    background-size: 1px 20px;
    color: #fff;
    text-transform: capitalize;
    font-size: 60px;
}

@media (max-width: 767px) {
    .content-hero-frontpage .hero-content h1.home-hero-header {
    	font-size: 8vw;
    }
}

.content-hero-frontpage .hero-content .home-page-header {
    background-position: top;
    background-size: 1px 69px;
    padding: 5px 5px 0
}
@media (min-width: 1200px) {
    .container-1440 {
        max-width: 1440px;
    }
}
    
    .home main {
        max-width: 100%;
        padding: 0;
    }
    .intro {
        
    }
    .intro h1 {
        text-transform: none;
		margin-bottom: 0;
    }
    .intro p {
        font-size: 19px;
		margin-bottom: 0;
		font-size: 21px;
    }
    .large-body {
        font-size: 18px;
    }
    .section {
        padding: 5em 2em;
    }
    .section-small {
        padding: 2em 0;
    }

    .products {
        background: #f3f3f3;
    }

    .owl-carousel .owl-nav {
        margin-left: -10px;
        margin-right: -10px;
        width: calc(100% + 20px);
    }

    .owl-carousel .owl-nav>div,
    .owl-carousel .owl-nav>div:hover {
        background: none;
        box-shadow: none;
    }

    .owl-carousel .owl-nav>div:hover {
        color: #000;
    }

    h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    h3,
    #product-categories .panel-body .thumbnail h3 {
        font-weight: 700;
        margin-bottom: 0;
    }
    h4 {
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    #product-categories .panel-body .row {
        padding: 0;
    }


    .tax-products .product-categories .panel-body .thumbnail, .list-downloads .panel-body .thumbnail, #product-categories .panel-body .thumbnail, #product-cards .panel-body .thumbnail, #project-cards .panel-body .thumbnail, #project-categories .panel-body .thumbnail {
        border-radius: 4px;
    }

    #product-categories .panel-body .thumbnail h3 {
        color: #004563;
        margin-left: 0;
        margin-right: 0;
    }

    #product-categories .panel-body .thumbnail p {
        color: #555;
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 0 !important;
    }

    #product-cards .panel-body .thumbnail .btn-sm, .product-categories .panel-body .thumbnail .btn-sm, #product-categories .panel-body .thumbnail .btn-sm, #project-cards .panel-body .thumbnail .btn-sm, #project-categories .panel-body .thumbnail .btn-sm {
        font-weight: 600;
        font-size: 15px;
        border-radius: 3px 0 0 3px !important;
        padding: 0 12px;
    }

    #product-categories .panel-body .thumbnail .btn-icon {
        position: absolute;
        bottom: 20px;
        padding-left: 12px;
        text-transform: capitalize;
        color: #014563;
        background: none;
        padding: 0;
    }

    #product-categories .panel-body .thumbnail .btn-icon:hover {
        background: none !important;
        color:darken(#014564, 10%) ;
    }

    .card-section--full-width {
    padding: 0;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

    .card-section--full-width .card-image--full-width {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 300px;
    }

@media(min-width:992px) {
    .card-section--full-width .card-image--full-width {
        height: 500px;
    }
}

@media(min-width:768px) {
    .card-section--full-width.align-left .card {
        flex-direction: row;
    }
}

.card-section--full-width .card {
    background-color: #004563;
    align-items: unset;
    border-radius: 0;
    border: none;
}

@media(min-width:768px) {
    .card-section--full-width .card .card {
        max-width: none;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row-reverse;
        align-items: center;
    }
}

.card-section--full-width .card .card-body {
    background: none;
    padding-top: 0;
    padding: 1.5rem 2rem;
}

@media(min-width:768px) {
    .card-section--full-width .card .card-body {
        padding: 1.5rem;
        max-width: 500px;
        width: 50%;
    }
}

@media(min-width:992px) {
    .card-section--full-width .card .card-body {
        max-width: 750px;
    }
}

.card-section--full-width .card .card-body .card-content {
    width: auto;
}

@media(min-width:1400px) {
    .card-section--full-width .card .card-body .card-content {
        width: 75%;
        margin: auto;
    }
}

.card-section--full-width .card .card-body .card-content .card-title {
    text-align: left;
    font-size: 1.5rem;
    padding-top: 1rem;
    margin-top: 0;
}

@media(min-width:768px) {
    .card-section--full-width .card .card-body .card-content .card-title {
        padding: 0;
    }
}

@media(min-width:992px) {
    .card-section--full-width .card .card-body .card-content .card-title {
        font-size: 3rem;
    }
}

.card-section--full-width .card .card-body .card-content .card-subtitle {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 5px;
    color: #f3f3f3;
}

@media(min-width:992px) {
    .card-section--full-width .card .card-body .card-content .card-subtitle {
        margin-bottom: 0;
        font-size: 1.25rem;
    }
}

.card-section--full-width .card .card-body .card-content .card-title, .card-section--full-width .card .card-body .card-content .card-text {
    color: #fff;
}

.card-section--full-width .card .card-body .card-content .card-link {
    text-align: left;
    margin: 1rem 0 0;
    display: block;
    color: #459dd3;
}

@media(min-width:768px) {
    .card-section--full-width .card-body {
        width: 50%;
    }

    .card-section--full-width.align-left .card {
        flex-direction: row;
    }

    .card-section--full-width .card {
        max-width: none;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row-reverse;
        align-items: center;
    }
}

@media(min-width:992px) {
    .card-section--full-width .card-image {
        width: 50%;
        max-height: 500px;
    }

    .card-section--full-width .card-text {
        margin: .5rem 0 1rem;
    }
}

.card-section--full-width .card-image img {
        object-fit: cover;
    height: 100%;
}

.distributor-lookup {
    background-size: cover;
    background-repeat: no-repeat;
}

.distributor-lookup .overlay {
    background: rgba(1, 69, 99, .7);
}

.distributor-lookup h2 {
    color: #fff;
}

.distributor-lookup p {
    color: #fff;
}

.btn {
    border-radius: 3px !important;
    font-weight: 700;
    letter-spacing: .5px;
    font-size: 16px;
    padding: 6px 20px;
	margin-bottom: 15px;
}

.btn-secondary {
    background: none;
    border: 1px solid #014564;
    color: #014564;
}

.btn-reverse {
    background: #fff;
    color: #014563;
    border: none;
}

.btn-reverse-2 {
    background: none;
    color: #fff;
    border: 1px solid #fff;
}

.btn-icon {
    padding: 0;
    color: #014563;
    font-weight: 700;

}
@media (min-width: 768px) {
    .case-study .row {

    }
}

.case-study h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 0;
}

.case-study h3 {
    font-size: 30px;
    color: #004563;
    margin-top: 10px;
    margin-bottom: 10px;
}

.case-study img {
    border-radius: 4px;
}

.align-center {
    text-align: center;
}

.news h2 {
    margin-bottom: 1em;
}

.news .post-card{
    box-shadow: 0 0 5px 0 rgba(125, 125, 125, 0.5);
    border-radius: 4px;
    padding: 16px 16px 20px 16px;
    text-align: left;
    margin-bottom: 1em;
	height: 100%;
}

.news h3 a{
    color: #014563;
}

.news h3 a:hover,
.news .readmore:hover {
    color: #002130;
    text-decoration: none;
}

.news small {
    text-transform: uppercase;
    letter-spacing: .5px;
    margin: 5px 0 12px;
    display: block;
}

.news .excerpt {
    margin-top: 10px;
    color: #555;
    margin-bottom: 25px;
}

.news .readmore {
    color: #014563;
    font-weight: 700;
}

.teaser-tiles .tile,
.teaser-tiles .tile img {
    border-radius: 4px;
    margin-bottom: 1em;
}


.teaser-tiles img {
    border-radius: 4px;
}

.teaser-tiles .tile-content {
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 4px;
	padding: 3em;
}

@media (max-width:768px) {
	.teaser-tiles .tile, .teaser-tiles .tile img {
		width: 350px;
		height: 350px;
		object-fit: cover;
	}
	
	.teaser-tiles .tile-content {
		padding: 2em;
	}
}

.teaser-tiles .tile-content a,
.teaser-tiles .tile-content a:hover {
    text-decoration: none;
    color: #fff;
}

.teaser-tiles .tile h3 {
    font-size: 30px;
}

.teaser-tiles .tile .btn {
    width: fit-content;
    margin: 0 auto;
}

/* STANDARD OVERVIEW HEADER */
	.page-template-page-overview #title,
#title .title-box {
		display: none;
	}
#page-hero {
	margin-bottom: 30px;
}
	.page-template-page-overview #page-hero .row,
#page-hero .row {
		background: #f3f3f3;
		display: flex;
	}
	@media (max-width: 768px) {
		.page-template-page-overview #page-hero .row,
		#page-hero .row{
				flex-direction: column;
			}
	}
	.page-template-page-overview #page-hero #col-usps,
#page-hero #col-usps {
        padding: 1em 1.5em 1em 1.5em;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 16px;
    } 

.page-template-page-overview #page-hero #col-usps h4,
#page-hero #col-usps h4{
	margin: 0 0 5px 0;
	font-weight: 600;
	letter-spacing: 1px;
}
	.page-template-page-overview #page-hero #col-product-image,
#page-hero #col-product-image {
		min-height: 200px;
		background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	padding-left:0;
	padding-right:0;
	}

#page-hero .list-unstyled {
	display: block;
}
/* PRODUCTS OVERVIEW + PRODUCT CATS */
					.facetwp-counter {
					  display: none;
					}
					.page-template-page-products .sort .facetwp-facet,
					.tax-product-cats .sort .facetwp-facet{
						margin-bottom: 10px;
					}
					.page-template-page-products .sort .facetwp-facet-sort_,
					.tax-product-cats .sort .facetwp-facet-sort_{
						width: 200px;
						float: right;
					}
					.page-template-page-products .row .product,
					.tax-product-cats .row .product{
						padding-left: 15px;
    					padding-right: 15px;
					}
					.page-template-page-products .product a,
					.tax-product-cats .product a{
					  height: 100%;
					  padding: 10px;
					  border-radius: 4px;
					}
					.page-template-page-products .product .cat-badge,
					.tax-product-cats .product .cat-badge{
						max-width: 170px;
						background: #f3f3f3;
						display: inline-block;
						padding: 5px 8px;
						color: #014563;
						font-size: 12px;
						text-transform: uppercase;
						font-weight: 600;
					}
					.page-template-page-products .product a h3,
					.tax-product-cats .product a h3{
    					color: #004563;
    					margin-bottom: 3px;
    					font-size: 16px;
    				}
    				.page-template-page-products .product a p,
    				.tax-product-cats .product a p{
   				 		color: #555;
   				 		line-height: 1.3em;
   				 		font-size: 14px;
   				 	}
   				 	.page-template-page-products .product a .facts,
   				 	.tax-product-cats .product a .facts{
   				 		color: #555;
					    line-height: 1.5em;
					    font-size: 13px;
					    margin-left: 0;
					    padding-left: 18px;
   				 	}
   				 	.page-template-page-products .product a:hover,
   				 	.tax-product-cats .product a:hover{
   				 		text-decoration: none;
   				 	}
					.page-template-page-products .paginate,
					.tax-product-cats .paginate{
						display: flex;
					    justify-content: center;
					    gap: 10px;
					    margin-bottom: 30px;
						font-weight: bold;
						text-transform: uppercase;
					}
					.page-template-page-products .paginate a:hover,
					.tax-product-cats .paginate a:hover{
						text-decoration: none;
						color: #004563;
					}
					.page-template-page-products .paginate .current,
					.tax-product-cats .paginate .current{
						color: #004563;
					}
/* SINGLE PRODUCT */
			html, body.single-product {
				overflow: visible;
			}
            #product-overview {
                /*margin-top: 24px;*/
            }

            .single-product .product-images {
                display: flex;
                justify-content: center;
            }
            .single-product #col-product-image .product_images .thumbnail {
                width: 90px;
				margin-bottom: 0;
            }
            .single-product #col-product-image .product_images .thumbnail img {
                width: auto;
                height: 50px;
                max-height: none;
            }
            .single-product .product-description {
                font-size: 18px;
            }
            .single-product .list-product-facts {
                padding-left: 20px;
                font-weight: 400;
                font-size: 17px;
            }
            .single-product .product-details-tabs {
                font-weight: 400;
                font-size: 16px;
            }
            .single-product .highlights {
                background: #f7f7f7;
                padding: 20px;
            }
			.single-product .card {
				border:0;
				border-top: 1px solid rgba(0, 0, 0, 0.125);
				border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    			border-radius: 0;
			}
			.single-product .card-header {
				border-radius: 0;
    			background: 0;
				padding: .25em 0;
				border: none;
				cursor: pointer;
			}
			.single-product .card-header .nav-link {
				font-weight: 600;
				font-size: 18px;
				padding: .25em;
			}
			.single-product .card-header a[aria-expanded="true"] i.fa-plus:before {
			content: "\f068";
			}
			.single-product .card-header a[aria-expanded="false"] i.fa-plus:before {
			content: "\f067";
			}
			.single-product .card-header a i {
				float: right;
				font-size: 22px;
				color: #004563;
				line-height: 32px;
			}
			@media screen and (min-width:768px) {
				.single-product #col-product-image {
					position: sticky;
					top: 120px;
				}
			}