@charset "UTF-8";

a.sideNote {
    float: left;
    width: 100%;
    /* height: 90px; */
    margin: 5px 0px;
    display: block;
    /* height: 100px; */
    /* background-color: pink; */
}

a.sideNote img {
    width: 35px;
    float: left;
    margin: 3px 12px 34px 12px;
}

/* 3/25/19 Product Calculator */
#product-calc h1{
	color:#009A4E;
	}

#product-calc .bootstrap-select{
	width:100% !important;}

#product-calc form label{
	display:block;
	}

#product-calc button, #calculator button  {
	display:block;
	margin:0 auto;
	}

#product-calc .dropdown-menu{
	max-height:210px !important;
	} 

#calc-type{
	border-top:1px solid #ccc;
	padding-top:30px;
	text-align:center;
	margin-bottom:20px;
	}

#calculate_surfacearea{
	text-align: center;
    margin: 0 auto;
    display: block;}

#calc-type h1,#calc-type h3{
	display:inline-block;
	color:#009A4E;
	margin:5px;
	text-align:center;
	}

#calc-inputs table ,#calc-inputs table tr, #calc-inputs table tbody,
#calc-results ,#calc-results tr, #calc-results tbody,
#product-results ,#product-results tr, #product-results tbody{
	width:100%;
	}

#calc-inputs table td, #calc-results td, #product-results td{
	padding:10px 15px;
	}

#calc-inputs table td:nth-child(1), #calc-results td:nth-child(1), 
#product-results td:nth-child(1){
	width:33%;
	text-align:right;
	}

#calc-inputs table td:nth-child(2), #calc-results td:nth-child(2), 
#product-results td:nth-child(2){
	width:66%;
	text-align:left;
	}

#calc-inputs table td label, #calc-results td label, #product-results td label{
	text-align:right;
	}

#calc-inputs table td input, #calc-results td input, #product-results td input{
	width:100%;}

#calc-results {
	color:#fff;
	}

#calc-results td:first-of-type, #product-results td:first-of-type{
	text-align:right;
	font-weight:bold;
	}

#calc-results .calc-input{
	background-color:#009A4E;
	}

#calc-results .calc-result{
	background-color:#55B949;
}

#product-results .calc-result{
	color:#fff;
	background-color:#77787C;
}



.product-calc_downloads{
	font-size:14px;
	text-align:center;}

.product-calc_downloads ul{
	display:flex;
	flex-wrap:nowrap;
	justify-content:center;
	}

.product-calc_downloads li{
	list-style-type:none;
	padding:10px 7px;
}

/* CSS Document */
.dropdown-menu.inner{
display: block !important;
}

.pagination .previous:after{
	content: "";
    width: 0px;
    height: 0px;
    display: inline-block;
    border-style: solid;
    border-width: 5px 5px 5px 0 ;
    border-color: transparent #000 transparent transparent ;
    margin-left: 10px;
	}

.pagination .next:after{
	content: "";
    width: 0px;
    height: 0px;
    display: inline-block;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #000;
    margin-left: 10px;
	}

.margin-menu{
	margin-top:53px !important;
	}

li.dropdown.testthis:hover .dropdown-menu {display:block;}

*:focus{
	outline:0px !important;
}
/* GDPR*/

#GDPR label{
	width:95%;
	}

#GDPR .jcf-checkbox{
	vertical-align:top;}

/* CLEARS */
.clear{
	clear:both;	
}

.products_resources a:hover{
	cursor:pointer;
}
  
.overflow-hidden{
	overflow:hidden;
}

.clear-right{
	clear:right;
}

/* POSITIONING */
.left{
	float:left;
}

.right{
	float:right;
}

.relative{
	position: relative;
}

.inline{
	display:inline-block !important;
}

.width-full{
	width:100%;
}

.pos-back{
	position: relative;
	z-index: 1;
}

.pos-front{
	position: relative;
	z-index: 10;
}

.top{
	z-index: 10;
}

.bottom{
	z-index: 1;
}

/* TYPOGRAPHY*/
.type-m-green{
	color:#009A4E;
}

.type-white{
	color:#fff;
}

.type-orange{
	color:#f37321;
}

.type-grey{
	color:#808080;
}

.body_list{
	padding-left:20px;
}

.grid-list p:before{
	content:"•";
	margin-right:10px;
}

.list-padding li{
	padding:4px 15px;
}

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

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

.type-xl{
	font-size:60px !important;
} 

.type-condensed{
	font-family: 'Oswald', sans-serif;
	font-weight:normal;
}

.font-weight_normal{
	font-weight:300;
}

.remove_all-marg{
	margin:0px;
}

.remove_top-marg{
	margin-top:0px;
}


/* BANNER*/
.banner_full-green{
	color:#fff;
	background-color:#009a4e;
	padding:15px;
	margin:0px;
}

/* PADDING */

.padding_15{
	padding:15px;
}

.padding-lr_15{
	padding:0px 15px;
}

.padding-tb_15{
	padding-top:15px;
	padding-bottom:15px;
}

.padding-tb_20{
	padding-top:20px;
	padding-bottom:20px;
}


.padding-tb_40, .specs-padding{
	padding-top:40px;
	padding-bottom:40px;
}

/* MARGIN / LINE */
.line-10{
	margin-bottom:10px;
}

.line-20{
	margin-bottom:20px;
}

.line-30{
	margin-bottom:30px;
}

.line-40{
	margin-bottom:40px;
}

.padding-20{
	padding:15px 0px;
}

.padding-20{
	padding:20px 0px;
}

.padding-30{
	padding:30px 0px;
}

.padding-40{
	padding:40px 0px;
}

.padding-60{
	padding:60px 0px;
}


.space_right-15{
	margin-right:20px;
}


/* BUTTONS */ 

.button{
	padding:10px 25px;
}

.button, button, .button:hover, button:hover{
	color:#fff;
}

a.button{
	display:block
}

.button-orange{
	background-color:#f37321;
}

.button-grey{
	background-color:#77787b;
}


.button-ltGreen{
	background-color:#49a942;
}


.button_icon-orange{
	position: relative;
	color:#fff;
	background-color:#f58f4d;
}

.button_icon-orange img{
	position: absolute;
	height:25px;
	padding:5px;
	box-sizing: content-box;
	background-color:#f37321;
	top:0px;
	left:0px;
}

.button_icon-orange span{
	padding-left:35px;
}

.button_icon-orange:hover{
	color:#fff !important;
}

.button-arrow:after{
	content:"";
	width: 0px;
	height: 0px;
	display:inline-block;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #fff;
	margin-left:10px;
}

.button-arrow-back:before{
	content:"";
	width: 0px;
	height: 0px;
	display:inline-block;
	border-style: solid;
	border-width: 5px 5px 5px  0;
	border-color: transparent #fff transparent transparent;
	margin-right:10px;
}

.button-arrow-green:after{
	content:"";
	width: 0px;
	height: 0px;
	display:inline-block;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #009A4E;
	margin-left:10px;
}

.button_remove-style{
	background-color:transparent;
	border:0px;
}

.link_orange-arrow:after, .link_black-arrow:after{
	content:"";
	width: 0px;
	height: 0px;
	display:inline-block;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	margin-left:10px;

}

.link_orange-arrow:after{
	border-color: transparent transparent transparent #f37321;
	}

.link_black-arrow:after{
	border-color: transparent transparent transparent #000;
	}

.link_black-arrow{
	color:#000 !important;
}


/* BORDERS */

.border-grey{
	border:1px solid #ccc;
}

.grey-line{
	width:125px;
	border-bottom:1px solid #ccc;
	float:left;
}

.border-bottom-grey{
	border-bottom:1px solid #ccc;
}

.border-right-white{
	border-right:2px solid #fff;
}

/* BACKGROUND */
.background-lightGreen{
	background-color:#49a942;
}

.background-mediumGreen{
	background-color:#009a4e;
}


.background-darkGreen{
	background-color:#006f51;
}

.background-darkGrey{
	background-color:#393637;
}

/* HELP CLASSES */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.box-shadow{
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.24);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.24);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.24);
}

.list-padding{
	padding-left:20px;
}

/* MY ELEMENTS */

.main_wrapper{
	margin-top:129px;
}

.navbar-collapse{
	position:relative;
	padding-bottom:8px;}

.navbar-hide{
	margin-top:50px !important;}

.navbar .container{
	padding-bottom:6px;
}

.menu_social {
	position:absolute;
	right:0px;
	top:10px;
}

#searchBar-content{
	position:relative;}

#searchBar-content button{
	position: absolute;
    right: 0px;
    top: 0px;
    height: 34px;
    background-color: #828386;
    color: #fff;
	padding:0px 10px;
}

.navbar-default{
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.24);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.24);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.24);
}

.navbar-brand img{
	max-width:120px;
	margin:0 auto;
	display:block;
	}

.dropdown-menu ul{
  width:100%;
  top:0px;
left:100% !important;	
	}

.menu_social li img{
	width:25px;
}

.language{
	margin-top:13px;
	border-left:1px solid #ccc;
	padding-left:20px;
}

.language .jcf-select .jcf-select-text{
	margin:0px 40px 0px 15px;
}

.language .jcf-select .jcf-select-text img{
	margin-right:10px;
	margin-top:-5px;
}

.language .jcf-select{
	margin:0px;
}



.menu_dropdown a{
	color:#009A4E !important;
	text-transform:uppercase;
	font-weight:600;
	font-size:16px;
}

footer{
	padding:40px 0px;
	font-size: 14px;
	background-color:#231F20;
	color:#fff;
}

footer a, .footer_bottom, .footer_bottom a{
	color:#fff;
}

.footer_bio p, footer a,
.footer_bottom a, .footer_bottom p{
	opacity:.5;
}

.footer_bio img{
	max-width:150px;
	margin:0 auto;
	display:block;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #fff;
	}

.footer_site-map {
	box-sizing: border-box;
	border-left:1px solid rgba(215,215,215,.50)
	}

.footer_site-map h1{
	font-size:16px !important;
	}

.footer_site-map ul li{
	list-style-type:none;
	}

.footer_site-map a:hover, .footer_bio a:hover, .footer_bottom a:hover{
	color:#fff;
	opacity:1;
	}


.footer_bottom{
	font-size:14px;
	padding:20px 0px 15px 0px;
	background-color:#333333;
	}

.footer_quicklinks{
	text-align:right;
}

.footer_quicklinks .col-lg-4 p{
	text-align:left;
	float:left;
}

.footer_quicklinks li{
	list-style-type: none;
	display:inline-block;
	}

.footer_quicklinks li+li:before{
	content:"|";
	margin-left:15px;
	margin-right:15px;
	}

.breadcrumbs_top-image, .blog_banner{
	height:300px;
	background-size:cover;
}

.breadcrumbs_top-image .container{
	height:100%;
}

.breadcrumbs_top-image .top{
	position: absolute;
	bottom:40px;
}

.breadcrumbs_top{
	background-color:#006f51;
	overflow: hidden;
	}

.breadcrumbs_bottom{
	background-color:#009a4e;
	}

/* Nav-Side */
.nav_side-dropdowns .padding{
	padding:15px;
}

.nav_side h4, .nav_top h4{
	font-weight:300;
}

.nav_side-arrow-list ul{
	padding:15px 0px;
	line-height:2;
	list-style-type:none;	
	}

.nav_side-arrow-list ul li{
	position: relative;
	padding:0px 15px;
}

.nav_side-arrow-list ul li a:after{
	content:"";
	width: 0px;
	height: 0px;
	display:inline-block;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	margin-left:10px;	
	border-color: transparent transparent transparent #000;
	float:right;
	margin-top:12px;
}

.nav_side-arrow-list ul li a{
	color:#000;
}

.nav_side .active , .nav_side-arrow-list .active{
	background-color:#009a4e;
}


.nav_side .active a, .nav_side-arrow-list .active a{
	color:#fff;
}


.nav_side .active a:after, .nav_side-arrow-list .active a:after{
	border-color: transparent transparent transparent #fff;
}

.nav_side-checkbox ul, .list_radio{
	line-height:2;
	list-style-type:none;
}

.nav_side-checkbox ul li{
	position: relative;
	padding:0px 15px;
}

.nav_side-checkbox label, .list_radio label{
	font-weight:normal;
	margin-bottom:0px;
	vertical-align: middle;
}

.nav_top .padding{
	padding:0px 15px;
}

/* Product Photo */
.product_photo-main, .product_line-main {
	max-width:300px;
	margin:0 auto;
	display:block;
	}

.product_photo-main {
	padding-bottom: 12px
	}

.product_downloads-accordion{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	}	

.product_downloads-accordion h4 , .product_downloads-accordion p{
	margin:0px;
	padding: 10px 15px;
	border-bottom:1px solid #cccccc;
	}

.product_downloads-accordion h4 a{
	color:#4d4d4d;
	font-weight: 300;
	}

.product_downloads-accordion .ui-accordion-content{
	padding:15px 20px;
	border-bottom:1px solid #ccc;
	}


.product_downloads-accordion .ui-accordion-content ul{
	padding: 0px;
	}

.product_downloads-accordion .ui-accordion-content ul li{
	background-size: 20px;
 	background-image: url("images/download-icon_green.png");
	background-position:left top;
	background-repeat: no-repeat;
	display:block;
	}

.product_downloads-accordion .ui-accordion-content ul li a{
	padding-left:0px;
	color:#4d4d4d;
	}

.product_downloads-accordion .ui-accordion-content ul li a:hover{
	color:#f37321;
	}

.product_downloads-accordion .ui-state-default:after {
    content: '\02795'; 
    font-size: 13px;
    color: #4D4D4D;
    float: right;
    margin-left: 5px;
	}	

.product_downloads-accordion .ui-accordion-header-active:after {
    content: "\2796"; 
	}

.ui-accordion-header-active a{
	color:#009a4e !important;
	font-weight:600 !important;
	}

.product_downloads-cap li:last-of-type{
	padding-bottom:15px;
	border-bottom:1px solid #ccc;
	margin-bottom:15px;
}

.product_downloads-cap{
	margin-top:5px;
	padding-top:15px;
	width:100%;
	float:right;
	text-align:right;
	color:#4d4d4d;
	border-top:1px solid #ccc;
	}

.products_related-slider, .slider-responsive{
	margin-bottom:40px;
	padding-bottom:40px;
	border-bottom:1px solid #ccc;
	}

.products_related-slider .slick-prev,  .slider-responsive .slick-prev
.products_related-slider .slick-next,  .slider-responsive .slick-next{
	bottom:-60px;
	}

.products_related-slider .slick-list, .slider-responsive .slick-list{
	margin: 0 auto;
	width:100%;
	}

.products_related-slider .slick-slide, .slider-responsive .slick-slide{
	text-align:center;
	}

.products_related-slider .slick-slide img{
	max-width:200px;
	margin:0 auto;
	}

.products_related-slider .slick-prev, .slider-responsive .slick-prev,
.products_related-slider .slick-next, .slider-responsive .slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    bottom: -60px;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
   	background-color:#d1d3d4;
	
	background-position: center;
	background-size: 20px;
	background-repeat: no-repeat;
	display: block;
	padding:20px;
	}

.product_buttons{
	display:flex;
	justify-content:space-evenly;
}

.product_buttons .btn{
	padding:6px 15px !important;}

.slick-prev, .slick-prev:before{
    left: 15px;
	background-image:url(../images/arrow-left.png);
	}



.slick-next, .slick-next:before{
	background-image:url(../images/arrow-right.png);
    right: 15px;
	}

.products_resources ul li{
	list-style-type:none;
	text-align:center;
	margin-bottom:20px;
}

.products_resources .border-grey{
	padding:20px 15px;
	display:inline-block;
	height:100%;
}


.products_resources a{
	display:block;
	color:#4D4D4D;
	}

.products_resources li img{
	height:40px;
	margin:0 auto;
}

.products_resources .products_resources-flex{
    display: flex;
    display: -webkit-flex;
}

/* HOMEPAGE */

.home_slider img{
	width:100%;
}

.home_slider .slick-slide{
	position:relative;
}

.home_slider-text{
	color:#fff;
	overflow: hidden;
	padding:30px;
	box-sizing:border-box;
	background-color:rgba(0,0,0,0.50);
	display: block;
	width: 50%;
	position: absolute;
	z-index: 10;
	left: 7%;
  	top: 50%;
  	transform: translate(0px, -50%); /* Yep! */
}

.home_slider .slick-prev{
	left:0px;
	} 

.home_slider .slick-next{
	right:0px;
	}

.home_slider .slick-prev, .home_slider .slick-next{
	background-color:#f8f8f8;
	z-index:100;
	width: 40px;
    height: 40px;
}


.home_slider .slick-next:before{
	content:"";
	width:0px;
	height:0px;
	display:inline-block;

	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #231f20;
}

.home_slider .slick-prev:before{
	content:"";
	width:0px;
	height:0px;
	display:inline-block;

	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #231f20 transparent transparent;
}

.home_slider  .slick-prev:hover,
.home_slider  .slick-prev:focus,
.home_slider  .slick-next:hover,
.home_slider  .slick-next:focus
{
    color: #000;
    outline: none;
    background: #f8f8f8;
}

.home_slider .slick-prev:before, .home_slider .slick-next:before{
	color:#000;
	}

.home_topLinks .row div{
	padding:30px 15px;
	box-sizing: border-box;
	text-align: center;
	color:#fff;
}

.home_topLinks img{ 
	height:40px;
	margin:0 auto;
	display:block;
}

.home_topLinks a, .home_topLinks a:hover{
	color:#fff !important;
}

.home_topLinks .row{
	display:flex !important;
	display: -webkit-flex !important;
	/*flex-wrap:wrap !important;
	-webkit-flex-wrap: wrap !important;*/
}

.home_about p{
	display:block;
	float:left;
}

.home_about .grey-line{
	margin-top:20px;
	margin-bottom:30px;
}

.home_markets{
	background-color:#393637;
}

.home_markets-descrip{
	text-align: center;
	background-color:#393637;
	height:400px;
} 

.home_markets-descrip .grey-line{
	margin:30px auto;
	float:none;
}

.home_markets-descrip p{
	float:left;
	clear:both;
}

.home_markets-market{
	height:200px;
	background-size:cover;
	text-align: center;
	color:#fff;
}

.home_markets-market .background-darkGrey{
	width:100%;
	height:200px;
	padding: 0px 15px;
	box-sizing: content-box;
	margin: 0px -15px;
	background-color:rgba(57,54,55,.25)
	}

.home_markets-descrip-text{
	position:absolute !important;
	left: 0px;
	top: 50%;
	transform: translate(0%, -50%);
}

.home_markets-market .pre-hover{
	margin:0px;
	position: absolute;
	transform: translate(-50%, -50%); 
  	left:50%;
	top:50%;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}

.home_markets-market .front{
	background-size:cover;
	padding:0px 15px;
	margin-left:-15px;
	box-sizing:content-box;
}

.home_markets-market .back{
	background-color:#393637;
	padding:0px 15px;
	box-sizing: content-box;
	margin-left: -15px;
}

.home_markets-market  .back_text img{
	height:40px;
}

.home_markets-slideshow{
	overflow:hidden;
}

.home_markets-slideshow h3{
	color:#fff;
	font-weight: 300 !important;
	margin:0px;
	height:75px;
	display:table-cell;
	vertical-align: middle;
	padding:0px 15px;

}

.home_markets-slideshow .shape_para{
    background: #000;
    margin: 15px 27px;
    position: relative;
}

.home_markets-slideshow .shape_para:before{
	display: block;
    content: "";
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 34px 75px 0;
	/*border-color: transparent #007bff transparent transparent;*/
    position: absolute;
    left: -34px;
}

.home_markets-slideshow .shape_para:after{
	display: block;
    content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 75px 0 0 34px;
	/*border-color: transparent transparent transparent #007bff;*/
    position: absolute;
    right: -34px;
	top:0px;
}

.home_markets-slideshow .shape_para-mediumGreen{
	background-color:#009a4e;
	}
.home_markets-slideshow .shape_para-mediumGreen:before{
	border-color: transparent #009a4e transparent transparent;
	}
.home_markets-slideshow .shape_para-mediumGreen:after{
	border-color: transparent transparent transparent #009a4e;
	}


.home_markets-slideshow .shape_para-lightGreen{
	background-color:#49a942;
	}
.home_markets-slideshow .shape_para-lightGreen:before{	
	border-color: transparent #49a942 transparent transparent;
}
.home_markets-slideshow .shape_para-lightGreen:after{
	border-color: transparent transparent transparent #49a942;
	}

.home_markets-slideshow .shape_para-darkGreen{
	background-color:#006f51;
	}
.home_markets-slideshow .shape_para-darkGreen:before{	
	border-color: transparent #006f51 transparent transparent;
}
.home_markets-slideshow .shape_para-darkGreen:after{
	border-color: transparent transparent transparent #006f51;
	}

.home_resources .top .grey-line{
	margin:0 auto;
	float:none;
	margin-top:30px;
	margin-bottom:30px;
}

.home_resource-text{
	padding:0px 15px;
}

.home_extras .grey-line{
	margin:20px 0px 30px 0px;
}

.home_catalogs{
	margin-bottom:82px;
}

.home_catalogs .pos-front{
	position: absolute;
	top:60px;
}

/* FLIPPER */
.flip-container {
	perspective: 1000px;
	transform-style: preserve-3d;
}
	/*  UPDATED! flip the pane when hovered */
	.flip-container:hover .back {
		transform: rotateY(0deg);
	}
	.flip-container:hover .front {
	    transform: rotateY(180deg);
	}

.flip-container, .front, .back {
	width: 100%;
	height: 200px;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;
	transition: 0.6s;
	transform-style: preserve-3d;
	
	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(-180deg);
}

/* 
	Some vertical flip updates 
*/
.vertical.flip-container {
	position: relative;
}

	.vertical .back {
		transform: rotateX(180deg);
	}

	.vertical.flip-container:hover .back {
	    transform: rotateX(0deg);
	}

	.vertical.flip-container:hover .front {
	    transform: rotateX(180deg);
	}

/* SYSTEM LANDING */




.landing_link{
	padding:15px;
	box-sizing: border-box;
	}

.landing_link img{
	max-width: 	160px;
}
.landing_grid{
	margin-top:-15px !important;
}

.landing_grid li{
	margin-bottom:30px;}

.landing_grid li .bottom{
	padding:20px 15px 0px 15px;
	overflow: hidden;
}

.landing_grid .link_orange-arrow {
	clear:both;
	float:left;
	display:block;
	width:100%;
}

/* PROJECT DATABASE */

.project{
	height:225px;
	background-size:cover;
	position: relative;
	z-index: 1;
}

.project_database{
	margin-left:15px !important;
}

.project_database .project .hover{
	margin-left:0px;
	width:100%;
	height:100%;
	position: absolute;
	z-index: 10;
	top:0px;
	left:0px;
	background-color:rgba(35,31,32,0.50);
	opacity:0;
	transition:opacity 0.5s linear;
}

.project_database .project:hover .hover{
	opacity:1;
}

.project li img{
	max-width:30px;
	margin:0 auto;
	display:block;
}

.project ul{
	text-align:center;
}

.project ul li{
	display:inline-block;
	padding:0px 20px;
	}

.project ul li+li:before{
	border-right:1px solid #fff;
	color:#fff;
	height:30px;
}

.project_positioning{
	position: absolute;
	left: 50%;
  	top: 50%;
 	transform: translate(-50%, -50%); /* Yep! */
	width:100%;
}

.project_positioning h4{
	width:90%;
	margin:0 auto;
	text-align:center;
	margin-bottom:10px;}

/* CONTACT PAGE */
.contact_table{
	width:100%;
}

.contact_table tr{
	vertical-align: top;
}

/* DISTRIBUTOR LOCATOR */
.distributor .padding{
	padding:0px 15px;
}

.distributor_toggle .border{
	border-right:1px solid #ccc;
}

.distributor_toggle img{
	max-height:50px;
}

.distributor_results tr{
	vertical-align: top;
	border-bottom:1px solid #ccc;
	padding-bottom:20px;
}

.distributor_results td{
	padding:30px 15px 20px 0px;
}

.distributor_results .dist-logo img{
	max-height:60px;
}

.distributor_results .dist-logo.Increte img{
	max-height:45px;
	}

.distributor .pin{
	width:30px;
}

.distributor .logo{
	float:right;
	clear:right;
	max-height:50px;
	margin-left:15px;
}

.distributor ul{
	display: block;
	clear: right;
	float: right;
}

.distributor ul li{
	display:block;
}

.dist_search h3, .sales-rep_search h3{
	font-weight:normal !important;
	font-size:16px;
	line-height:1.5 !important;}

#ZipCode{
	border:1px solid #ccc !important;
	border-radius:0px;
}



/* DOWNLOAD CENTER */
.literature_nav {
	text-align:center;
}

.literature_nav li{
	display:inline-block;
	background-color:#cccccc;
	text-transform: uppercase;
	padding:15px;
	margin-right:5px;
}

.literature_nav h3{
		margin:0px;
}


.literature_nav li a{
	color:#fff;
}

.literature_nav .active{
	background-color:#f37321;
}

.text-clamp_literature {
  line-height:1.5em !important;
  max-height: 6em; /* Use multiples of the line-height (1.5em)*/
  overflow: hidden; 
}

.text-clamp_literature p{
	margin-bottom:0px;
}

.literature_pdf-list .padding{
	padding:15px;
}

.literature_pdf-list li{
	margin-bottom:0px !important; }

.literature_pdf img{
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
}

.literature_lang{
	margin-top:10px;
	position:relative !important;
	left:auto !important;
	top:auto !important;
}

.literature_lang span, .literature_lang li{
	display: inline-block;
	font-weight:bold;
	margin-right:10px;
	position:relative !important;
	left:auto !important;
	top:auto !important;
}

.literature_lang span+span:before, .literature_lang li+li before{
	content:"|";
	color:#ccc;
	padding-right:10px;
	margin-right:10px;
}

/* VIDEO LIBRARY */
.nav_side-checkbox h4.padding{
	padding: 15px 15px 0px 15px;
}

.video .width-full{
	z-index: 1;
	opacity:.5;
}

.video_play{
	position: absolute;
	z-index: 10;
	left: 50%;
  	top: 50%;
  	transform: translate(-50%, -50%);
	width:60px;}

.video-library .video{
	margin-bottom:30px !important;
	}
	
/* .video-library .grid:first-child li{
	opacity:1;
	} */


/* TDS SDS*/
	
.nav_top .button-orange{
	position: absolute;
	right:0px;
	top:0px;
	z-index:10;
}

.table_download-image{
	width:20px;
	margin-right:15px;
}

.table_downloads td{
	padding:8px 15px !important;
	width: 10%;
}

.tds-sds .table_downloads td:nth-child(1){
	width:60%;
}
/*.tds-sds .table_downloads td:nth-child(2){
	width:40%;
	float:none !important;
}*/

.tds-sds .table_downloads tr{
	border-bottom:1px solid #ccc;
	}

.table_downloads .literature_lang{
	margin:0px !important;
}

.tds-sds .table_downloads td:nth-child(1) a{
	color:#000;
}

/*.tds-sds .table_downloads td:nth-child(2){
	float:right;
	text-align:right;
}*/


.tds-sds .table_downloads a:hover{
	cursor: pointer;
}

/* CERTIFICATIONS */ 
.dropdown_large .jcf-select-text span{
	font-size:24px !important;
}

/* APPS */
.apps{
	display:flex !important;
	display:-webkit-flex !important;
	}


.apps .app{
	border:30px solid #fff;
	position:relative;
	vertical-align: top;
	width: 50% !important;
	padding-bottom:90px;
	display:inline-block;
	float:left;
	margin:0 auto;
	}

.apps td{
	border:30px solid #fff;
	position:relative;
	vertical-align: top;
	width: 50%;
	height: 100%;
	padding-bottom:90px;
}

.apps ul{
	text-align:center;
	margin-bottom:0px;
	padding:15px 0px;
	background:#ccc;
	position: absolute;
	text-align:center;
	margin-bottom:0px;
	background:#ccc;
	width: 100%;
	bottom: 0px;
}



.apps ul li{
	display:inline-block;
}

.apps .border-grey{
	height:100%;
}

.dot_results a{
	display: block;
	color:#000;
	padding:8px 15px;
}

.dot_results a:hover{
	color:#000;
}

.dot_results li{
	list-style-type: none;
	
}

/*.dot_results li:nth-child(4n) a,.dot_results li:nth-child(4n-1) a{
	background-color:#ccc;
}*/
.dot_results li:nth-child(2n) a{
	background-color:#ccc;
}

.st0{
	fill:#009A4E;
	stroke:#F9F9F9;
	stroke-width:0.25;
	stroke-linecap:round;
	stroke-linejoin:round;
	transition: fill .4s ease;
}	

.st1{
	fill:#009A4E;
	transition: fill .4s ease;
}

.st0:hover, .st1:hover{
	fill:#f37321;
}


/* BLOG / KNOWLEDGE CENTER */

.blog_post-details li{
	display:inline-block;
	margin-right:15px;
}

.blog_post b{
vertical-align:middle;}

.blog_post-categories{
	display:inline-block;
	vertical-align:middle;
}

.blog_post-categories li{
	margin-right:auto;
	display: inline-block;
}

.blog_post-categories li::after{
	content:",";
}

.blog_post-categories li:last-of-type::after{
	display:none;
	}

.text-clamp_blog {
  line-height:1.5em !important;
  height: 6em; /* Use multiples of the line-height (1.5em)*/
  overflow: hidden; 
}

.blog nav{
	text-align: center;
}



.knowledge-center_nav .search button{
	position:absolute;
	right:20px;
	top:0px;
	background-color:transparent;
	border-left:1px solid #ccc;
	padding-left:10px;
}

.knowledge-center_nav .search button img{
	width:30px;
}

.knowledge-center_nav .archive a{
	color:#000;
}

.knowledge-center_nav .recommended a{
	color:#000;	
}

.knowledge-center_nav .recommended a:after{
	color:#000;	
}

.knowledge-center_nav .flipper .front img{
	width:60px;	
}

.knowledge-center_nav .flipper .front-text, .knowledge-center_nav .flipper .back_text{
	padding:0px 15px;
	position:absolute;
	width:100%;
	left: 50%;
  	top: 50%;
	transform: translate(-50%, -50%); 	
}

.knowledge-center_nav .flipper .back{
	height:200px;
	background-color:#009a4e;
}

.knowledge-center_nav .flipper .back .btn{
	background-color:#fff;
}

#knowledge-center_accordion .nav_side-arrow-list ul{
	padding:0px !important;
}


.video-library .grid-list p{
	padding-left:20px;
	text-indent:-20px;
}

.worldwide .grid li img{
	max-width:150px;
	margin:15px auto 20px auto;
}

.worldwide .grid li h3{
	font-size:18px;
}

.worldwide .grid li a{
	display:block;
}

.blog .knowledge-center_nav{
	border-left:1px solid #ccc;
}

.blog .ui-accordion-header{
	font-size:20px;
	font-weight:bold;
}

.blog #knowledge-center_accordion ul li{
	list-style-type: none;
}

.blog #knowledge-center_accordion ul li a{
	color:#000;
}

.blog_featured, .blog_featured-photos{
	height:450px;
	position: relative;
}

.blog_featured-photos .row, .blog_featured-photos .col-md-6{
	height:100%; 
	background-size: cover;
}

.blog_featured-text{
	
	position:absolute;
	bottom:40px;
	left: 50%;
	transform: translate(-50%, 0px);
	color:#fff;
}
	

.blog_featured-text .featured, .blog_featured-text .blog_post-details, .blog_featured-text h1{
	padding:8px 15px;
	float:left;
	clear:right;
	margin-left:30px;
}



.blog_featured-text .featured{
	letter-spacing:8px;	
	background-color:rgba(73,169,66,.8);
	}

.blog_featured-text .blog_post-details{
	background-color:rgba(0,154,78,.8);
}

.blog_featured-text h1{
	line-height:1.35;
	font-size:40px;
	clear:both;
	background-color:rgba(0,154,78,.8);
}
.blog_banner .background-lightGreen{
	background-color:rgba(0,154,78,.8);
	height:100%;
}

.blog_banner .container{
	height:300px;
}

.blog_banner h1{
	position: absolute;
	bottom:40px;
	left:15px;
}

.blog_share {
	position: fixed;
	z-index: 100;
	background: #fff;
	height: 60px;
	line-height: 60px;
}

#blog_share-open{
	float:left;
	background-color:#49a942;
	width:60px;
	height:60px;
}

#blog_share-close{
	position: absolute;
    right: -20px;
    top: 0px;
    line-height: 1;
	color:#ccc;
}

#blog_share-open img{
	width:100%;
	padding:10px;
}

.blog_list ul{
	padding:0px 15px 0px 75px;
}

.blog_list ul li{
	padding:0px 8px;
	display:inline-block;
}

.blog_list ul li img{
	width:30px;
}

/* PRODUCT FINDER */
.prod-finder_background{
	height:700px;
	opacity:.2;
	background-size: cover;
}

.prod-finder_content{
	margin-top:-550px;
}

.prod-finder_questions{
	background-color:#fff;
}

.prod-finder_links p{
	color:#000;
}

.prod-finder_links .border-grey{
	background-color:#fff;
}

.prod-finder_info{
	width: 25px;
	text-align: center;
	display: inline-block;
	line-height: 25px;
	height: 25px;
	border-radius: 50%;
	background-color:#f37321;
	color:#fff;
	margin-left:20px;
}

.prod-finder_info:hover{
	color:#fff;
}

.prod-finder_results{
	padding-bottom:20px;
}

.prod-finder_results img{
	max-width:150px;
	margin:0 auto;
	display:block;	
}

.systems_logo img{
	min-width:250px;
	max-width:350px;
}

.slider-responsive .slick-slide{
	padding:0px 15px;
}

.systems_gallery-button{
	width:70px;
	height:auto;
	background-color: transparent;
	position:absolute;
	bottom:15px;
	right:30px;
	
}


/* TEXTPAGE */
.textpage h1, .textpage h2{
	color:#009A4E;
}

.textpage ul{
	padding-left:20px;}

.dist_search .button {
	margin-left:15px;
}


/* BREADCRUMBS */
#cookieDiv{
	background-color:#fff;
	font-size:16px;
	}

.cookieContent{
	padding:10px 30px;
	}

.cookieContent p{
	font-size:12px;	
	line-height:18px;}

.cookieDiv h5{
	font-size:20px;
	}
#cookieDiv  .acceptButton{
	display:block;
	background-color:#f37321;
	padding:5px 30px;
	float:left;
	color:#fff !important;
	font-size:12px;
	margin-bottom:10px;
	}

.project_specs .bottom{
	display:flex;
	justify-content:center;
}

/* PROJECT SPECS */

/* SEARCH RESULTS */

.searchieWrap{
	margin-bottom:20px;
	}

.searchieWrap > p{
	margin-bottom:0px;
}

.serchieLink{
	word-wrap: break-word;
}

.serchieTitle{
	font-size:20px;
	font-weight:bold;
	color:#009A4E;
}

#prodSearch h1, #prodSearch h2{
	color:#009A4E;
}

/* NEW TEXT INPUTS/DROPDOWNS */
#spec-searchdd .dropdown, #prodCat .dropdown, #ddContainer .dropdown, .wide-dd .dropdown{
	width:100% !important;
	}

.wide-dd .dropdown.open{
	max-width:100% !important;
}

#spec-searchdd .nav_top .button-orange{
	z-index:1000;
}

#formProdCert .dropdown.bootstrap-select {
	width:100%;
}

#mc_embed_signup .checkbox input[type="checkbox"]{
	position:relative;
	margin-left:0px;
	margin-right:10px;
}

#mc_embed_signup input{
	height:auto;}

.content__gdpr{
	margin-top:20px;
	clear:both;
	padding-top:20px;
}

@media (min-width:992px) and (max-width:1200px){
	.literature_nav li{
	margin-bottom:10px;
	}
	
	.sales-rep_search .button{
	margin-left:15px;}
	
	
}

/* INCRETE  UPDATES */

#increte-banner {
	position: relative;
}

	#increte-banner .background {
		width: 100%;
	}

	#increte-banner .logo {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

.increte-flex {
	display: flex;
	flex-wrap: wrap;
}

	.increte-flex li a {
		width: 100%;
	}

#increte-contact .form-group {
	margin: 0px 0px 20px 0px !important;
}

#increte-contact .bootstrap-select {
	clear: both;
	display: block;
	width: 100%;
}

#increte-contact ul li {
	display: inline-block;
	margin-right: 15px;
}

#GDPR .jcf-checkbox {
	float: left;
	margin-right: 11px;
}

#GDPR label {
	width: 90%;
	float: left;
	display: inline;
}

@media (min-width:992px) and (max-width:1200px) {
	.literature_nav li {
		margin-bottom: 10px;
	}

	.sales-rep_search .button {
		margin-left: 15px;
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* IE10+ CSS styles go here */
}

@supports (-ms-accelerator:true) {
	/* IE Edge 12+ CSS styles go here */
}

/* 12/10/18 Project Database Update */

#chkgrpTags a {
	color: #000;
}

#chkgrpTags p, #chkgrpTags div {
	display: inline-block;
	margin: 0px 7px 10px 0px;
}

#chkgrpTags p {
	border: 1px solid #ccc;
	padding: 5px 15px;
	margin: 0px;
}

#chkgrpTags .active a {
	color: #fff;
}

#chkgrpTags .active {
	color: #fff;
	background-color: #009a4e;
}

.tagCount {
	opacity: 0.4;
}

button[data-target="#myModal"] {
	background: none;
}

/* TONI UPDATE 1/24 */

.home_sign-up {
	background-size: cover;
}

	.home_sign-up .darken-background {
		background-color: rgba(0, 0, 0, 0.3);
		padding: 100px 0px;
	}

	.home_sign-up h1 {
		margin-bottom: 20px;
		margin-top: 0px;
	}

	.home_sign-up input, .home_sign-up button {
		width: 100%;
	}

	.home_sign-up .button-orange {
		background-color: #f37321 !important;
	}

	.home_sign-up .modal-content button {
		width: auto !important;
	}

	.home_sign-up .bootstrap-select {
		min-width: 220px !important;
	}

		.home_sign-up .bootstrap-select .dropdown-toggle {
			width: 100% !important;
		}

	.home_sign-up .modal-footer {
		text-align: center;
	}

	.home_sign-up #mc_embed_signup .checkbox input[type="checkbox"] {
		float: left;
		display: inline-block;
		width: 24px;
	}

.flex-cross {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	padding: 0px 15px;
}

	.flex-cross .bootstrap-select {
		padding: 0px 30px;
		min-width: 400px !important;
	}

.cross-results img {
	width: 100%;
	max-width: 150px;
	margin: 0 auto;
	display: block;
}

.cross-results h3 {
	text-transform: uppercase;
}

.recommended button {
	height: auto !important;
	padding: 0px;
}

.product-result {
	padding: 20px 0px;
	border-bottom: 1px solid #ccc;
}
