@import url('https://fonts.googleapis.com/css2?family=Michroma&display=swap');

/*fix scroll issues*/
body {
	-ms-overflow-y: scroll;
	overflow-y: scroll;
}

.back_to_top{

    margin-bottom: 30px;
    display: block;
    max-width: 196px;
}


#profiles-banner .profiles-landing-inner .sub-content p{
    font-size: 16px;
    max-width: 100%;
}

.doc_search{
    background: #0054a6;
    color: #fff;
    max-width: 240px;
    text-align: left;
    padding: 25px;
    position: absolute;
    top:-200px;
}

.doc_search a{
    color: #fff;
    display: block;
    max-width: 200px;
    padding-top:5px;
    font-size:14px;
    }

.menu_close{
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 16px;
    border: 1px solid #fff;
    padding: 4px;
    padding-top: 0;
    padding-bottom: 0;
}

.doc_search_mobile{
    background: #024586;
    background-color: #024586;
    color: #fff;
    max-width: 240px;
    text-align: left;
    padding: 25px;
    position: absolute;
    top:-200px;
}


.doc_search_mobile a{
    color: #fff;
    max-width: 130px;
    padding-top: 5px;
    font-size: 14px;
    width: 130px !important;
    }




.bounce {
  animation: bounce 2s infinite;
}

.button-section.top-button{
    text-align: right;
}

.surface_links {
    padding-bottom: 20px;
    padding-top: 20px;
    font-size:18px;
    border-bottom: solid 5px #0054a6;
}

.surface_links a{
    text-decoration: none;
    font-size:18px;
    display: inline- block;
    padding-bottom: 10px;
}

#profiles-banner.packs{
    margin-top:0px;
}

.submittal-packs h2{
    font-size:24px;
    color:#505050;
    padding-top:10px;
    padding-bottom: 10px;

}

#profiles-banner .profiles-landing-inner .profiles-banner-title.pack-header{
    font-size: 16px;
}

.submittal-packs .packs{
        display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 20px;
        padding-bottom: 50px;

}
.submittal-packs .packs .pack{
    text-align: center;
    font-size: 19px;
    max-width: 340px;
    
    padding-bottom: 20px;
    background: #f6f6f6


}

.sub-header{
    color: #505050;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

.submittal-packs .packs .pack p{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    font-size:16px;
    font-weight: 400;
     text-align: left;
        color: #505050;
}
.submittal-packs .packs .pack img{
    display: block;
    width: 100%;
    height: auto;

}

.submittal-packs .packs .pack a{
  color:#000;


}

#topbar {
    width: 100%;
    z-index: 20;
    background-color: #FFFFFF;
    position: static;
}

#topbar .grid-container .cell {
    height: 30px;
    position: relative;
}
#topbar .grid-container .cell #countrydiv {
    position: absolute;
    height: 30px;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto 10px;
}

#topbar #countrydiv #countryselect{
    display: block;
    position: absolute;
    left: -9px;
    top: 23px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    min-width: 170px;
    width: auto;
    height: 0;
    opacity: 0;
    top: 23px
    z-index: -1;
    -webkit-transition: ease 0.2s opacity;
    -moz-transition:    ease 0.2s opacity;
    -ms-transition:     ease 0.2s opacity;
    -o-transition:      ease 0.2s opacity;
    transition:         ease 0.2s opacity;
}

#topbar #countrydiv #countryselect.in {
    height: auto;
    opacity: 1;
    z-index: 20;
}

#topbar #countrydiv #countryselect > ul {
    list-style: none;
    background: #FFFFFF;
    margin-top: 9px;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 5px 0;
    margin-left: 0;
    margin-right: 0;
    z-index: 25;
    position: relative;
}

#topbar #countrydiv #top-choosecountry {
    line-height: 30px;
    height: 30px;
}

#topbar #countrydiv #countryselect li a {
    padding: 5px 10px;
    white-space: nowrap;
}

#topbar + #menu-bar + #main-menu .grid-container > *, #topbar + #menu-bar + #main-menu + #search-menu .grid-container > * {
    padding-top: 30px;
}

#countryselect li {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    line-height: 12px;
    text-align: left;
    float: left;
    width: 100%;
}
#countryselect li a {
    padding: 4px 10px 4px 10px;
    margin: 0 0 0 0;
    display: block;
    text-align: left;
    width: 100%;
}

/**************************************
 * MAGNET TEMPLATE CSS BEGIN
 * ***********************************/

 #magnetTemplate .sam-container {
    float: right;
    margin: 0 0 1.5rem 2rem;
 }

  #magnetTemplate .sam-container img {
    max-width: 250px;
    display: inline-block;
  }

  #magnetTemplate .entry-content {
    text-align: justify;
  }
  
  #magnetTemplate .menu-header a, #magnetTemplate .menu-header {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
  }
  /*
  #magnetTemplate .menu-links {
    text-align: center;
  } */
  
  #magnetTemplate .menu-links ul {
      list-style: none;
      margin-left: 0;
  }
  
  .no-padding-top {
    padding-top: 0 !important;
  }
  
  @media screen and (max-width: 39.99875em) {
      #magnetTemplate .entry-content {
          text-align: initial;
      }
      #magnetTemplate .sam-container.show-for-small-only {
          float: none;
          margin: 1.5rem auto 0;
      }
      #magnetTemplate .links.show-for-small-only {
        border: 1px solid rgba(0,0,0,0.4);
        border-left: 0;
        border-right: 0;
        padding: 1rem 0;
        margin: 1rem 0;
      }
  }

/**************************************
 * MAGNET TEMPLATE CSS FINISHED!
 * ***********************************/

@media (min-width: 1025px) {
    #home-hero .home-hero-header {
        top: 30%;
    }
}


@media (max-width: 768px) {

    .button-section.top-button{
        text-align: left;
    }
    
    .submittal-packs .packs{
      	grid-template-columns: 1fr 1fr;
	 }
    
    
}

@media (max-width: 767px) {
    a.scroll-to-product-form {
        display: table;
        margin: 0 auto 2rem;

    }
}


.button-section.top-button .btn-arrow-left{
    padding: 0px 10px;
}


.button-section.top-button .btn-arrow-right {
    margin-left: 10px;
}

.start-here{
    position: absolute;
    left: 52%;
    top: 43%;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    color: #0054a6;

}

.pumadeq_section{
    padding-bottom: 40px;
    display: none;


}

#warrantyApplicationStep2 fieldset .columns{

   
}


.label-holder{
    padding-top:10px;
    padding-bottom: 10px;
}
.label-holder p{
    display:inline;
}
.label-holder span{
    display:inline;
    padding-right: 5px;
}
.blurb-text{
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}

.home-menu{
    color:#fff; 
}
.home-menu:hover{
    color:#fff; 
}

.accessories-click{
    color: #0054a6;
    cursor: pointer;
}


.accessory-image{
    width: 120px;
    display: inline-block;


}

.accessory-text-holder{
	width: 340px;
    display: inline-block;

}
.accessory-holder {
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    padding-top: 10px;
}

.accessory-holder:last-child {
   
    border-bottom: 0px solid #000;
   
}

.accessory-title{
    color: #0054a6;
    font-size: 16px;
    font-weight: 600;
}

.accessory-blurb{


}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.mobile-bounce {
  animation: bounce 2s infinite;
}

@keyframes mobile-bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-30px);
  }
  60% {
    transform: translateX(-15px);
  }
}

.thank-you{
	display:none;
	padding-top:30px;
}
.slides{
    z-index: 200;
}

body{
	height:100%;
}
.slider-5 .h1{
    color: #0054a6;
    font-size: 50px;
    font-weight: 800;
    padding-left: 20px;
    padding-top: 30px;
    font-family: 'Michroma', sans-serif;

}

.content.selector-holder{
    background-position: left !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    max-width: 1450px;
    margin-left: auto;
    margin-right: auto;
    height: 100vh;
    max-height: 800px;
    overflow: hidden;    

}
.content.selector-holder .row{
	max-width: 1450px;
}
.slider{
    position: absolute;
    height: 100vh;
    width: 12%;
    top: -71px;
    max-height: 800px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden; 
}


.slider.open{
    width: 40%;
    overflow-y: auto;
}


.slider.slider-3.open{
overflow-y: hidden;
}


.slider-4 .slider-content-holder{
        height: 600px;
}

.slider-1 .slider-content-holder {

    top: 10%;

}

.selector-charts{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.selector-charts .chart{
	display: none;

}

.selector-charts .chart.open{
	display: block;

}
.confirm_sealant{
    background: #fff;
    border: 1px solid #000;
    font-size: 17px;
    position: absolute;
    bottom: 210px;
    cursor: pointer;
    font-weight: 600;
    width: 200px;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    left: 50%;
    color: #000;
    transform: translateX(-50%);
}
.confirm_sealant-mobile{
    background: #fff;
    border: 1px solid #000;
    font-size: 17px;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    width: 200px;
    border-radius: 10px;
    text-align: center;
    padding: 10px;

    color: #000;
    margin-left: auto;
    margin-right: auto;
    margin-top:30px;
}
.cat-header{
    width: 100%;
	padding-top: 15px;
    padding-bottom: 30px;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
}
.slider-1 .slider-content-holder .condition-holder {
flex-grow: 1;
    width: 25%;
    height: 150px;
    line-height: 18px;
    text-align: center;
    font-size:14px;
}
.slider-1 .condition-holder img.media-image {
    max-width: 82px;
    border-radius: 50%;
    transition: transform .5s ease;
}

.slider{
	-webkit-box-shadow: -4px 0px 5px 0px rgba(0,0,0,0.29);
-moz-box-shadow: -4px 0px 5px 0px rgba(0,0,0,0.29);
box-shadow: -4px 0px 5px 0px rgba(0,0,0,0.29);
}
.result-text h1 {
       line-height: 34px;
    font-size: 30px;
    color: #414141;
    font-weight: 200;

}
.result-text p{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #414141;
    margin-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
}
.selected-image{
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 50%;
    max-width: 100px;
    width: 100px;

}
.selected-text {
    padding-left: 10px;
    padding-right: 10px;
    
}
.slider .selected{
	opacity:0;
	-webkit-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
  	position: absolute;
  	top:40%;
  	left: 20px;
  	 width: 130px;
  	 z-index: -2;
  	 text-align: center;
  	 color:#fff;
  	font-weight: 600;
}

.slider .selected.open{
	opacity:1;
	-webkit-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
  	 z-index: 2;
}

.slides .condition-text{
	padding-top: 15px;
	font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    max-width: 150px;
}
.slides .condition-text-mobile{
	padding-top: 0;
	font-weight: 700;
}
.slides .check-box{

    max-width: 20px;
    height: auto;
    display: block;
    padding-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;

}

.slider-content-holder{
	display: flex;
	 flex-wrap: wrap;
	color:#fff;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
    position: relative;
    top: 20%;
    opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; 
  
}

.slider-content-holder .condition-holder{
	z-index: 2;

}
.slider-content-holder.open{

 	opacity: 1;
}

.slider-content-holder .condition-holder{
	 flex-grow: 1;
    width: 33%;
    height: 210px;
    line-height: 18px;
  	text-align: center;

}


.slider-content-holder .condition-holder-2{
	 flex-grow: 1;
    width: 50%;
    height: 235px;
    line-height: 18px;
  	text-align: center;

}
.slider-content-holder .condition-holder-3{
	 flex-grow: 1;
    width: 33%;
    height: 235px;
    line-height: 18px;
  	text-align: center;

}

.fas.slide-question{
	display: none;
}

.selector-arrow{
    position: absolute;
    top: 42%;
    left: 66%;
    transform: translateX(-50%);
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotateX(180deg);
      transform: rotate(180deg);
      
}
.selector-arrow.open{
	 -webkit-transform: rotateX(0deg);
      transform: rotate(0deg);
      left: 23%;
}



.mobile .selector-arrow{
    position: relative;
    top: unset;
    left: unset;
    transform: rotate(360deg);
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 30px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-bottom: 15px;
      
}
.mobile .selector-arrow.open{
	 -webkit-transform: rotateX(180deg);
      transform: rotate(180deg);
     
}



.slider-1{
   background:#283a6a;
    right: 36%;
}
.slider-2{
	background:#0054a6;
    right: 24%;
}
.slider-3{
	background:#283a6a;
    right: 12%;
}
.slider-4{
	background:#0054a6;
    right: 0%;
}

.slider-5{
	background:#fff;
    right: 0%;
    visibility: hidden;
    width: 0px;
    overflow-y: auto;
        padding-bottom: 30px;
}


.slider-5.open{
	visibility: visible;
	width: 29%;
}

.selector-text{
    max-width: 50%;
    position: absolute;
    left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; 
}
.selector-text.open{
     left: -3000px;

}
.selector-left-info{
    position: absolute;
    width: 70%;
    left: 3%;
      height: 100vh;
    max-height: 750px;

}
.slider .change.open{
	 bottom: 20%;
	     -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; 
      display: block;
}
.slider .change{
    position: absolute;
    bottom: -20%;
    color: #bedaff;
    left: 10%;
   font-weight: 600;
    cursor: pointer;
    	     -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; 
        display: none;
}

.selector-image{
	position: absolute;
    right: 32%;
    -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; 

}
.selector-image.open{
	position: absolute;
    right: 79%;

}
.selector-title-holder.open{
	position: absolute;
    left: 15%;
    top: 5%;
    transform: translateX(-50%);
    text-align: center;
    width: 180px;
}
.reset-selector{
	position: absolute;
    left: 10px;
    bottom: 51%;;
    font-weight: 600;
    border: 1px solid #000;
    padding: 10px;
    cursor: pointer;
    text-align: center;
    display: none;
}
.reset-selector.open{
    display: block;
}
.selector-title-holder {
    position: absolute;
    left: 50%;
    top: 2%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; 
}
.desktop .slider-4.open{
	visibility: visible;
}

.selector-title-holder img{

	display:inline-block;
}
.selector-title{
    color: #fff;
    display: inline-block;
    font-size: 22px;
    text-align: center;
    padding-top: 30px;
    line-height: 25px;

}

.condition-holder img{
    max-width: 95px;
    border-radius: 50%;
  transition: transform .5s ease;
}
.condition-holder {
     transition: transform .5s ease;

}
.condition-holder:hover > .media-image{
    transform: scale(1.1);
    -webkit-box-shadow: 0px 0px 15px -1px rgba(250,233,47,1.0);
-moz-box-shadow: 0px 0px 25px -1px rgba(250,233,47,1.0);
box-shadow: 0px 0px 25px -1px rgba(250,233,47,1.0);

}




.slider-5 .results{
     padding-left: 20px;
    padding-top: 0;
}

.slider-3 .results{
    opacity: 0;
    height: 0;
    width: 0;
    position: absolute;
    left: -9999px;
}


.slider-5 .result-text{
    max-width: 360px;
    width: 100%;
}
.slider-5 .result-text img{
    max-width: 250px;
}
.slider-5 .result-text .h1{
    line-height: 32px;
}


.selector-form{
	padding-left: 20px;
	line-height: 0;

}

.selector-form input{
    padding-bottom: 0;
    padding-top: 0;
    max-width: 60%;
    background: #f4f4f4;
    border: 0;
    box-shadow: none;
    margin-bottom: 5px;
}



.content.selector-holder.mobile{
	display: none;

}



@media (max-width: 1147px) {

	.content.selector-holder {
	    background-size: cover !important;
	}
	.selected-image {
		width: 80px;
	}

	.slider .selected {

		left: 20px;
		width: 90px;

	}
	.selected-text {
		font-size: 12px;
	}
	.slider .change {
	    left: 8%;
  }
  .condition-holder img {
    max-width: 75px;
	}
	.slider-5 .h1 {
        font-size: 40px;
    }
}

@media (max-width: 1024px) {
	.selector-title {
	    font-size: 18px;
    }
    .selector-title-holder {
    	left: 47%;
    }
    .result-text img{
    	max-width: 70%;	
	}
	.slider-5 .h1 {
    	font-size: 34px;
    }
    .selector-title {
		width: 100px;
	}
	
	.slider.open .selector-title {
		width: 100%;
	}
	
    #topbar {
        position: fixed;
        left: 0;
        top: 0;
    }

    #topbar + #menu-bar {
        top: 30px;
    }

    /* Only if #topbar exists... */
    #topbar + #menu-bar + #main-menu + #search-menu + #content-main {
        position: relative;
        padding-top: 30px;
    }

}

@media (max-width: 968px) {
	.content.selector-holder.desktop{
		display: none;

	}
	.content.selector-holder.mobile{
		display: block;
		
	}
	.mobile .reset-selector{
		position: relative;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		margin-bottom: 20px;
		font-weight: 600;
		border: 1px solid #000;
		padding: 10px;
	    left: 0;
		cursor: pointer;
		max-width: 80px;
		text-align: center;
		    display: block;
	}
	
	
	
	.mobile .slider-5 .h1 {

		padding-left: 20px;

	}
	.mobile .slider-5 a{
		padding-left: 20px;
	}
	.mobile .selector-form {
		padding-left: 0;
		line-height: 0;
	}
	
	.content.selector-holder {
		height: unset;
		max-height: unset;
		
	}
	
	.slider-mobile .blurb{
		color: #fff;
	}
	
	
	.mobile .selector-text{
		position: relative;
		margin-left: auto;
   		margin-right: auto;
	}
	.selector-text h1{
		margin-top: 0;
		padding-top: 0;
		    font-size: 29px;
    line-height: 31px;
	}
	
	.selector-image {
	   display: none;
    }
    
	.mobile .slider-mobile{
		width: 100%;
		max-width: 100%;
		max-height: unset;
		position: relative;
		height: unset;
		top: unset;
		right: unset;
		margin-top: 0;
		margin-bottom: 0;
		display: block;
	}
	
	
	
	.mobile  .selector-title-holder {
		left: unset;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		top: unset;
		transform: unset;
		padding-bottom: 20px;
		padding-left: 5px;
		padding-right: 5px;
		text-align: left;
	}
	
	
	
	.mobile .selector-title {
		width: unset !important;
	}
	
	.mobile  .slider-1 .selector-title {
		width: 100% !important;
		text-align: center;
	}

	.mobile .slider-mobile .selector-select {
		width: 320px;
		margin-top: 30px;
	    margin-top: 20px;
    	margin-bottom: 0px;
		margin-left: auto;
    	margin-right: auto;
    	
  		position: absolute;
  		left: -9999px;
	}
	
	
	
	.mobile .slider-mobile .selector-select.open {
	
		position: relative;
		left: unset;
	}
	
	
	.mobile .selected{
		position: relative;
		left: unset;
		opacity: 1;
		text-align: center;
		top: unset;
		    width: 100%;
	}
	.mobile .selected img{
		border-radius: 50%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		position: relative;
		margin-top: 10px;
		max-width: 100px;
		padding-bottom: 5px;
	}
	
	.mobile .slider-5{
		height: 0px;
	-webkit-transition: all 0.5s ease-in-out;
 		 transition: all 0.5s ease-in-out; 
	}
	.mobile .slider-5.open{
		height: auto;
	-webkit-transition: all 0.5s ease-in-out;
 		 transition: all 0.5s ease-in-out; 
 		    visibility: visible; 
	}
	.mobile .slider-5 .results {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 0;
	}
	
.mobile .selector-form input {
    padding-bottom: 0;
    padding-top: 0;
    max-width: 76%;
    background: #f4f4f4;
    border: 0;
    box-shadow: none;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}
	.mobile form{
		text-align: center;
	}
	
	.mobile .slider-5 {
    	text-align: center;
    	padding-bottom: 20px;
	}
	
	.mobile .selector-text {
    	max-width: 320px;
    }
	
	
	
	
}


.custom-text h2{
	padding-top: 30px;
}

.custom-text sup{
	font-size:50%;
}

.send-holder .error{
	display: none;
	color: red;

}

#btnSave{
	margin-top: 10px;
}

.send-holder input{

	margin-bottom: 0;
	margin-top: 10px;
}

.send-holder select{

	margin-bottom: 0;
	margin-top: 10px;
}

.send-holder textarea{

	margin-bottom: 0;
	margin-top: 10px;
}
.scroll-to-view{
	height: 1200px;
	background: #fff;
	display: block;
	-webkit-transition: .25s;
	transition: .25s;


}

.show-mobile{

	display:none;
}

@media (max-width: 768px) {
	.scroll-to-view{
		margin-top:20px !important;
	}
	.show-mobile{

		display:block;
	}
}
.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.custom-text{
    position: relative;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px;
    max-width: 540px;
    font-size: 20px;
    }

.custom-text h2 {
    font-size: 26px;
    margin-bottom: 10px;
}
.custom-text p {
    margin-bottom: 0;
}

.optin {
        padding-bottom: 30px;

}
.optin input{
    margin-top: 4px;
}

.optin label{
display: inline!important;
}

.customer-name{
    font-size: 26px;
    margin-bottom: 10px;
    color: #505050;
        line-height: 1.4;
        font-weight: 700;
}

.hrs .custom-text {

    max-width: 540px;

}

@media (max-width: 426px) {
	.custom-text {
		position: relative;
		top: 0;
		left: 0;
		background-color: rgba(255, 255, 255, 0.8);
		padding: 15px;
		max-width: 570px;
		font-size: 16px;
	}
	
	.custom-text h2 {
		font-size: 24px;
		margin-bottom: 10px;
	}
}


@media (max-width: 1215px) {
	.center-vert{
		padding-right: 20px;
		padding-left: 15px;
	   }
}


@media (max-width: 1024px) {
	.center-vert {

		margin-top: 160px;
	}	
}

@media (max-width: 900px) {
	.center-vert {

		margin-top: 100px;
	}	
}
@media (max-width: 800px) {
	.center-vert {
		margin-top: 40px;
	}
	.center-vert h2 {
		font-size:24px
	}
	.center-vert h1{
		font-size:36px
	}
}

.air-barrier-systems-selector-tool .slick-prev, .air-barrier-systems-selector-tool .slick-next {
    z-index: 9;
}

.air-barrier-systems-selector-tool .slick-prev {
    left: 0;
}

.air-barrier-systems-selector-tool .slick-next {
    right: 0;
}

@media (max-width: 640px) {
	.center-vert {
		position: relative;
		top: 50%;
		left: 0;
		transform: translateY(40%);
		padding-right: 20px;
		margin-top: 140px;
    }
}

@media (max-width: 465px) {
    .air-barrier-systems-selector-tool {
        padding-left: 15px;
    }
    .air-barrier-systems-selector-tool .system-products.slick-slider {
        margin-bottom: 30px;
        padding-right: 0;
    }
    #section-slider.air-barrier-systems-selector-tool .system-products-carousel {
        padding-top: 0 !important;
        margin-bottom: 30px !important;
    }
}

a {outline : none;}
a img {outline : none;}
img {border : 0;}

.section-title{
    font-size: 24px;
    padding-left: 15px;
    padding-bottom: 10px;
}

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

.font14{
	font-size:14px;
}

.bucket-icon{
	display: none;
}

#roof_calculator.waterproofing{
	max-width:1050px;
	    padding-bottom: 30px;
}
.output-header-small{
	font-size: 16px;
	font-weight: bold;
	padding-top: 25px;
	border-bottom: 1px solid #ddd;
    max-width: 410px;
}
.output-header-small.no-padding{

	padding-top: 0;
}

.output-header{
	font-size: 20px;
	font-weight: bold;
	padding-top: 25px;
	
    max-width: 410px;
}
.output-header.no-padding{

	padding-top: 0;
}
.output-header.border-bottom{
	    border-bottom: 1px solid #ddd;

}


.product-amount{
	    border-bottom: 1px solid #ddd;
    max-width: 410px;
    padding-top: 3px;
    padding-bottom: 3px;

}
.product-amount:first-child{
	    border-top: 1px solid #ddd;
}

.product-amount .float-right{
	float: right;
    min-width: 110px;
    text-align: right;

}
.product-amount img{
	padding-right: 5px;
	    float: left;
}
.temp.caption{
    font-weight: bold;
  
    display: inline-block;
    border-bottom: 1px solid #ddd;
    margin-bottom: 3px;
    margin-top: 0;
}
.temp{
	width: 140px;
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 1px;
   border-bottom: 1px solid #ddd;
  
}

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

.calculate-button{
    padding: 20px;
    background: #dad7d7;
    font-weight: 800;
    color: #fff;
    width: 160px;
    text-align: center;
    letter-spacing: 2px;
}

.row.profile-slider.hrs{
	padding-bottom:40px;
}


 .calculator-underline{
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 10px;
} 

.roof_calculator__row input.width20{
	width: 20px;
}


.hrs .buy-now-holder.profile {
    padding-top: 0;
}


.calculate-button.active{
  	cursor: pointer;
    background: #0054a6;

}

.lit-template .grid-padding-x > .cell {
	padding-left:0;
	padding-right:0;
}
.lit-template #resources {
	margin-top:30px;
}

.lit-template{
	padding-bottom: 40px;
}
.lit-template select{
	margin-top: 20px;
}
#roof_calculator h2{
	font-weight: 800;
	font-size: 36px;
	padding-top: 20px;
	    margin-bottom: 0;
    padding-bottom: 0;
}

.content.coatings-calculator .row {
    max-width: 1140px;
}
#roof_calculator p {
    font-size: 18px;
}

.calculate-button.active:hover{
    
    background: #fecb00;
  
}

#section-4b .columns{

    text-align: center;
    
     padding-bottom: 40px;

}
#section-4b{

      
     padding-bottom:  40px;

}

#section-4b h2{

    font-size: 36px;
    font-weight: bold;
    padding-top: 40px;
    padding-bottom: 40px;

}


#roof_product_holder{
	display: none;
}

#roof_product_holder p{
font-size: 30px;
    font-weight: 200;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    line-height: 34px;
    padding-bottom: 10px;
}

#roof_product_holder .disclamer{
    font-size: 16px;
    font-weight: 200;
    max-width: 360px;
    margin-left: auto;
    text-align: center;
    margin-right: auto;
      line-height: 24px;
}

#roof_product_holder .number-holder{
   
    color: #0054a6;
    background-image: url(/assets/img/circle2.png) !important;
    font-weight: 900;
    width: 190px;
    height: 190px;
    margin-left: auto;
    text-align: center;
    margin-right: auto;

	position: relative;
}

#roof_product_holder .number-holder.retail-holder {
    background-image: url(/assets/img/circle-buckets.png) !important;
    background-size: cover;
    width: 150px;
    height: 150px;
}

#roof_product_holder.retail #coating-holder {
    margin-top: 3rem;
}

#roof_product_holder.retail .grid-x {
    margin-bottom: 15px;
}

#roof_product_holder.retail .number-holder .number {
    position: relative;
    margin-top: -20px;
}

#roof_product_holder.retail .number-holder .smalltext {
    font-size: 22px;
    text-transform: uppercase;
}

#roof_product_holder.retail .divider-line {
    position: relative;
    display: block;
    background-color: #1e56a0;
    height: 4px;
    width: 100%;
}

#roof_product_holder.retail #primers-holder .divider-line {
    margin-bottom: 3rem;
}

#roof_product_holder.retail #primers-holder > h2 {
    margin-bottom: 3rem;
}

#roof_product_holder .bucket-image-holder img {
    position: relative;
    max-height: 150px;
    width: auto;
    height: 100%;
}

#roof_calculator .title-wrapper {
    display: flex;
    align-items: end;
    margin-bottom: 1rem;
}

#roof_calculator .title-wrapper > img {
    margin-right: 15px;
}

.number-holder .number{
	top: 50%;
	left:50%;
	 font-size: 70px;
	transform: translate(-50%,-50%);
	position: absolute;
}

#primer-holder{
	
   font-size: 26px;
    font-weight: 700;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}

#primers-holder {
    font-size: 26px;
    font-weight: 700;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}

#coating-holder{
   font-size: 26px;
    font-weight: 700;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
}

#roof_product_holder .name-text{
    color: #0054a6;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 32px;
    padding-top: 10px;
}


#section-slider{






/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,ffffff+3&0.1+0,0+4 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(255,255,255,0.03) 53px, rgba(255,255,255,0) 4%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.03) 53px,rgba(255,255,255,0) 4%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.03) 53px,rgba(255,255,255,0) 4%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */


    padding-bottom: 40px;
    padding-top: 40px;

}
#project-profile{


/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,ffffff+3&0.1+0,0+4 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(255,255,255,0.03) 53px, rgba(255,255,255,0) 4%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.03) 53px,rgba(255,255,255,0) 4%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.03) 53px,rgba(255,255,255,0) 4%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */


    padding-bottom: 40px;
    padding-top: 40px;

}
.roof_calculator__row h2 {
    font-size: 38px;
    margin-bottom: 20px;
    font-weight: 700;
    padding-bottom: 5px;
}

.roof_calculator__row p {
    line-height: 1.6;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}


.coatings-calculator{
	background:#f2f2f2;
}

.roof_calculator__row{
	padding-bottom: 20px;
}

.roof_calculator__row span{
	font-weight: 800;
}


input[type="number"]{
	margin-bottom: 0;
}

#project-profile.hrs img{

    height: auto;
}

.hrs .row.commercial .row.profile-slider p {
    font-size: 16px;
    line-height: 1.6;

}
.hrs-text{
    padding-top: 15px;
    font-size: 18px;
    padding-right: 30px;
    color:#323232;
}

.row.tabs{
	margin-left: 0;
	margin-right:0;
}

@media only screen and (min-width: 64.063em) {
    .row.tabs {
        display: flex;
        align-items: stretch;
        justify-content: center;
    }
    .row.tabs div button {
        height: 100%;
    }
}

.buy-now-holder.profile.hrs {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}

.mobile-button{
	display: none;
	
}

.tab-mobile.mobile-button button{
	color:#fff;
	background: #bfbebe;
	text-align: center;
    font-size: 20px;
    font-weight: 800;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 40px;
    width: 100%;
    cursor: pointer;
}

.tab-mobile.mobile-button.active button{
	color:#fff;
	background: #00376e;
	

}

.product-thumb {
    padding-bottom: 20px;
}

.tab-holder.hide-tab{
	visibility: hidden;
	height: 0;
}
.tab-holder.active{
	display: block;
}
.tab-carousel .slick-arrow {
    height: 27px !important; 
    width: 46px !important; 
}

.tab-carousel{
    padding-right: 30px;
    padding-top: 30px;


}
.tab-carousel .product-slide{
	text-align: center;
	padding-bottom: 15px;
}

.tab-carousel .product-slide img{
	padding-bottom: 5px;
	    margin-left: auto;
    margin-right: auto;
}

/**********************************************
    Added CSS for Air Barriers Landing Page
**********************************************/

/* TARGET only Custom Landing Page Template if subnav links exist in here */
body.has-subnav {
    height: auto !important;
}

.tab-carousel .product-slide .smalltext {
    font-size: 0.9rem;
}

.hrs-subnav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
    padding: 1.25rem 0;
    align-items: center;
    justify-content: center;
    background: #E6E6E6;
    color: #0154A5;
    margin: 0 !important;
    z-index: 9;
}

.hrs-subnav li a, .hrs-subnav li a:active, .hrs-subnav li a:focus, .hrs-subnav li a:hover {
    color: #0154A5;
}

.hrs-subnav li a {
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    padding: 0.25rem 0;
}

.hrs-subnav li {
    padding: 0 1.5rem;
    border-right: 3px solid #0154A5;
}

.hrs-subnav li:last-child {
    border-right: 0;
}

.hrs-subnav-wrapper {
    position: sticky;
    top: 0;
    background: #E6E6E6;
    width: 100%;
    z-index: 9;
}

.hrs-subnav-wrapper .hrs-subnav {
    position: static;
    top: initial;
    background: none;
    justify-content: space-between;
}

.hrs-subnav-wrapper .hrs-subnav li {
    border-width: 0;
    text-align: center;
}

.hrs-sections .content-wrapper .content-box > .section-content-image {
    width: 100%;
    height: 225px;
    object-fit: contain;
    margin-bottom: 20px;
}

.hrs-sections .content-wrapper .content-box > p {
    margin: 0;
    font-size: 18px;
    line-height: 1.3em;
}

.hrs-sections > .section {
    margin-bottom: 3rem;
}

.hrs-sections .section-header {
    font-weight: normal;
}

/**********************************************
    END OF Air Barriers Landing Page CSS
**********************************************/

.promo-holder .no-show{
		display: none;
	}
	
	.promo-holder .show{
		display: block;
	}

.section-header{
	font-size: 30px;
	font-weight: 100;
	color: #323232;
	line-height: 30px;
	padding-bottom: 20px;
	padding-right: 20px;
}
.row.tabs div.columns{
	padding:0;
}

.row.tabs div button{
	color:#fff;
	background: #bfbebe;
	text-align: center;
    font-size: 20px;
    font-weight: 800;
    padding-top: 18px;
    padding-bottom: 18px;
    margin-top: 5px;
    width: 98%;
    cursor: pointer;
}

.row.tabs div.active button{
	color:#fff;
	background: #00376e;
	

}

.tab-carousel .product-slide a{
	color:#505050;
}

.row.tabs div button:hover{
	color:#fff;
	background: #00376e;
	

}

.hrs-container div {
   
    float: left;
    height: auto;
    margin: 3px;
    width: 40%;
}
.hrs-container section{
    margin:-1%;
    padding-top: 10%;
}

#landing-hero.hrs {
    max-height: 2000px;
    min-height: 491px;
    overflow: hidden;
    position: relative;
    padding-bottom: 40px;
}

.data-link{
	cursor: pointer;
}

.hrs-hero-text{
	padding-top: 28px;
    padding-left: 0px;
    
}  
  
.hrs-hero-text .hrs-header{
	font-size: 54px;
	font-weight: 100;
	color: #323232;
	line-height: 49px;
}

.hrs-hero-text .fa-long-arrow-right{
	display: inline-block;
}

.hrs-hero-text .fa-long-arrow-down{
	display: none;
}


.hrs-hero-text .hrs-header .fas{
	font-weight: 100;
}

#product.asset-landing-page img.product-full {
    max-width: 476px;
    margin: 0 auto;
    display: block;
}

#product.asset-landing-page > .grid-container > .grid-x {
    padding-bottom: 2.5rem;
}

#product .product-slide {
	line-height: 12px;
    font-size: 11px;
    text-align: center;
}

#bio-landing {
	margin: 40px 0px 0px;
}
#bio-landing .bio-landing-header {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 30px;
}
#bio-landing .headshot-landing {
	border-radius: 7px;
	padding-bottom: 10px;
}
#bio-landing .bio-single {
	display: inline-block;
}

#news-inner .aside-elements{
 	clear:both;
    float: none;
} 

.quote-holder{
	padding-top: 50px;
	padding-bottom: 50px;
	background: #0054a6;
	color: #fff;
    margin-bottom: 50px !important;
}

.quote-item{
	text-align: center;
	    margin-left: 0 !important;
    margin-right: 0;
}
.quote-holder .quote{
	font-size: 26px;
    font-style: italic;
    padding-bottom: 30px;
    padding-top: 10px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    padding-left: 10px;
}

.quote-holder .slick-dots{
	 bottom: 10px;
}
   
.quote-holder .quote-name{
	font-size: 22px;
	padding-bottom: 5px;
}

.quote-holder .quote-title{
	font-size: 18px;
	padding-bottom: 5px;
}
.quote-holder .quote-city-state{
	font-size: 18px;
	padding-bottom: 20px;
}
.quote-item img{
	text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    opacity: .2;
    }

.padding-right-0{
	padding-right: 0;
}
.padding-left-0{
	padding-left: 0;
}
.employee-name {
	color: #0054a6;
	display: inline-block;
	padding-bottom: 5px;
	font-weight: 600;
	font-size: 18px;
}

#literature, #system{
	padding-top: 20px;
	padding-bottom: 0;
}

#bio-landing .bio-single:hover .employee-name {
	text-decoration: underline;
}
#bio-inner .bio-hero {
	margin-bottom: 50px;
	background: linear-gradient(to bottom, #eaeaea 0%, #fafafa 100%);
}

.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flex-between .product-button {
    margin-top: 10px;
    margin-bottom: 10px;
}

.home-hero-overlay .home-hero-navigation .flex-center {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}

#home-hero .home-hero-overlay .home-hero-navigation .home-hero-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

#home-hero .home-hero-overlay .home-hero-button > i {
    margin-left: 10px;
}

#home-hero .home-hero-overlay .home-hero-button.roof-restoration {
    padding: 0;
}
#home-hero .home-hero-overlay .home-hero-button.roof-restoration a {
    padding: 10px;
}

@media (max-height: 684px) {
	#home-hero .residential-overlay {
			overflow: scroll;
			position: fixed;
			margin-bottom: 0px;
			min-height: 0px;
			max-height: 100vh;
			z-index: 100;
			background: black;
			-webkit-overflow-scrolling: touch;
			scroll-behavior: smooth; }
	#home-hero .roof-overlay {
			overflow: scroll;
			position: fixed;
			margin-bottom: 0px;
			min-height: 0px;
			max-height: 100vh;
			z-index: 100;
			background: black;
			-webkit-overflow-scrolling: touch;
			scroll-behavior: smooth; }	
	 #home-hero .commercial-overlay {
			overflow: scroll;
			position: fixed;
			margin-bottom: 0px;
			min-height: 0px;
			max-height: 100vh;
			z-index: 100;
			background: black;
			-webkit-overflow-scrolling: touch;
			scroll-behavior: smooth; }       

}

@media (max-width: 464px) {

	.section-header {
		font-size: 30px;
		font-weight: 100;
		color: #323232;
		line-height: 30px;
		padding-left: 20px;
		text-align: center;
		padding-right: 20px;
	}
	
	#section-slider {
	
		padding-top: 0;
	}
	
	
	.product-section p {
		padding-right: 0;
		padding-left: 0;
	}
	
	
}



@media (min-width: 1024px) {
	#bio-inner .bio-hero {
		height: 443px;
	}
	
	.hrs-hero-text .hrs-header{
		font-size: 44px;
  	    line-height: 45px;
  	        max-width: 540px;
	}
	.row.tabs div.last button{
 	   padding-top: 8px;
 	   padding-bottom: 8px;
 	   padding-left: 10px;
    	padding-right: 10px;
	}
	
	
	.large-20{
		width:20%;
	
	}
	
}


@media (max-width: 1024px) {
    /*
	#profiles-banner.packs{
	    padding-top:200px;
	}
	*/
	.hrs-hero-text .hrs-header{
		font-size: 40px;
  	    line-height: 45px;
	}
	.tab-carousel{
		padding-right: 15px;
		padding-top: 30px;


	}
	#section-4b h2{

		text-align: center;
	}
}

@media (max-width: 400px) {
	
	.hrs-hero-text .hrs-header{
	    font-size: 34px;
  		 line-height: 36px;
	}
	
	
}

#bio-inner .bio-hero .bio-inner-header {
	border-bottom: solid 1px #ccc;
	margin-top: 20px;
	padding-bottom: 10px;
}
#bio-inner .bio-hero .bio-inner-headshot {
	display: table-cell;
	vertical-align: bottom;
}
@media (min-width: 768px) {
	#bio-inner .bio-hero .bio-inner-headshot {
		height: 300px;
	}
}
#bio-inner .bio-hero .bio-inner-headshot img {
	display: table-cell;
	vertical-align: bottom;
}
#bio-inner .bio-hero .employee-name-hero {
	font-weight: 600;
	margin-top: 110px;
	display: none;
}
@media (min-width: 768px) {
	#bio-inner .bio-hero .employee-name-hero {
		display: block;
	}
}
#bio-inner .bio-hero .employee-title-hero {
	margin-top: 15px;
	display: none;
}
@media (min-width: 768px) {
	#bio-inner .bio-hero .employee-title-hero {
		display: block;
	}
}
#bio-inner .employee-name-hero-mobile {
	font-weight: 600;
	display: block;
}
@media (min-width: 768px) {
	#bio-inner .employee-name-hero-mobile {
		display: none;
	}
}
#bio-inner .employee-title-hero-mobile {
	margin-top: 15px;
	display: block;
}
@media (min-width: 768px) {
	#bio-inner .employee-title-hero-mobile {
		display: none;
	}
}
.nodecoration img {
	padding-bottom: 10px;
}
#countrydiv {
	margin: 3px 40px 0px;
	float: left;
	line-height: 12px;
	position: relative;
	font-size: 14px;
}
#countrydiv li a {
	font-size: 14px;
}
#countryselector {
	display: none;
	position: absolute;
	left: -9px;
	top: 23px;
	list-style-type: none;
	z-index: 20;
	margin: 0;
	padding: 0;
	width: 170px;
}
.multiStepBtn.multiStepBtnNext a {
	color: #fff;
}
#video-modal.reveal-modal.large {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    left: unset;
	max-width: 1200px;
	text-align: center;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-webkit-box-shadow: 5px 10px 37px -6px rgba(0, 0, 0, 0.43);
	-moz-box-shadow: 5px 10px 37px -6px rgba(0, 0, 0, 0.43);
	box-shadow: 5px 10px 37px -6px rgba(0, 0, 0, 0.43);
}
#video-modal.reveal-modal .close-reveal-modal {
	top: 0rem;
}
#countryselector li {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height: 12px;
	text-align: left;
	float: left;
	width: 100%;
}
#countryselector li a {
	padding: 4px 10px 4px 10px;
	margin: 0 0 0 0;
	display: block;
	text-align: left;
	width: 100%;
}
#main-menu .menu-header a {
	margin-left: 0;
	display: block;
	margin-bottom: 2px;
	text-shadow: 1px 1px #000000;
	padding: 10px 5px;
	background-color: transparent;
}
#main-menu .menu-header a:hover {
	background-color: #bcbec0;
	transition: background-color 0.7s ease;
}
#main-menu .menu-block a {
	background-color: transparent;
	padding: 5px 0px 5px 10px;
	transition: background-color 0.7s ease;
}
#main-menu .menu-block a:hover {
	background-color: #bcbec0;
	transition: background-color 0.7s ease;
}
.icon-docdownload {
	font-size: 25px;
	color: #505050;
	padding-right: 10px;
	cursor: pointer;
}
#profiles-filter .filtered-elements .filtered-element .filtered-element-copy {
	padding: 20px;
	padding-bottom: 60PX;
}
#product h1 {
	font-size: 40px;
	line-height: 45px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.accordion {
	padding-bottom: 50px;
}
#product .hidden-mobile h2 {
	font-size: 22px;
	margin-bottom: 20px;
}
#product h2 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}
.icon-docfolder {
	font-size: 25px;
	color: #505050;
	padding-right: 10px;
	cursor: pointer;
}
#documentsDownloadListItems {
	padding-top: 30px;
}
.icon-docdownload:hover {
	color: #024586;
	padding-right: 10px;
}
.icon-docfolder:hover {
	color: #024586;
	padding-right: 10px;
}
#main-menu .main-menu-mobile {
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
	overflow: scroll;
	min-height: 3000px;
}
#home-hero .commercial-overlay .commercial-menu-mobile {
	overflow: scroll;
}
#home-hero .residential-overlay .residential-menu-mobile {
	overflow-y: scroll;
}
#home-hero .roof-overlay .commercial-menu-mobile {
	overflow: scroll;
}
#FeedbackForm .error {}
.doc-mobile {
	display: none;
}
.doc-desktop {
	display: block;
}
.menu-subhead a {
	margin-left: 0px !important;
}
#main-menu .close-link {
	margin-right: 2px !important;
	margin-top: 40px !important;
	;
}
#main-menu .search-link {
	margin-top: 28px !important;
}
.product-finder-item a {
	color: #505050;
}
.search-results-right img {
	padding-right: 20px;
}
#profiles-content .aside-social .fab, #profiles-content .aside-social .fas {
	color: #505050;
	padding-right: 5px;
}
#profiles-content .btn-arrow-right {
	margin-top: 0px;
	/* border-left: solid 1px #FFF; */
	/* padding: 0px 12px 0px 0px; */
	height: 33px;
	display: inline-block;
	vertical-align: top;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	-webkit-transition: .25s;
	transition: .25s;
}
.slick-next:hover, .slick-next:focus {
	background-repeat: no-repeat;
	background-image: url(/assets/img/right-arrow.png) !important;
	background-color:white !important;
	background:white !important;
	
}
.slick-prev:hover, .slick-prev:focus {
	background-repeat: no-repeat;
	background-image: url(/assets/img/left-arrow.png) !important;
	background-color:white !important;
	background:white !important;
}
.btn-arrow-right {
	margin-left: 25px;
	margin-top: 0px;
	border-left: solid 1px #FFF;
	padding: 0px 12px 0px 0px;
	height: 33px;
	display: inline-block;
	vertical-align: top;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	-webkit-transition: .25s;
	transition: .25s;
	color: #fff;
	font-size: 20px;
	padding-left: 10px;
}
.tplInterior {
	padding-top: 50px;
}
#profiles-content .btn {}
.search-results-right img {
	max-width: 80%;
	padding-right: 5px;
}
.responsive-map {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 75%;
	/* 450/600 */
}
.responsive-map iframe {
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.widget-item label {
	position: absolute;
}
#document-search .columns {
	padding-left: 0px;
}
.widget-item {
	line-height: 25px;
	padding-bottom: 15px;
	margin-left: 10px;
}
.docsearchimgctnr {
	display: inline;
	padding-right: 10px;
	padding-left: 14px;
	float: left;
}
#resources .accordion-row p .accordion-text {
	display: inline-block;
	max-width: 72%;
	font-size: 16px;
}

#resources.contact-accordions .accordion-title {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    padding-right: 35px;
}

#resources.contact-accordions .accordion li:nth-child(2n) > a.accordion-title, #resources.contact-accordions .accordion li:nth-child(2n) > .accordion-content {
    background-color: #e6e6e6;
}

.reveal .close-button {
	padding: 15px;
}
.install-row h3 {
	font-size: 24px;
	color: #505050;
	font-weight: 700;
}
#resources .accordion-title {
	font-size: 24px;
	color: #505050;
	font-weight: 400;
}
.search-results-left {
	display: inline-block;
}
.search-results-left .search-result {
	display: block;
	max-width: 100%;
	vertical-align: middle;
	float: left;
	padding-top: 10px;
}
.search-results-right {
	display: inline-block;
	text-align: right;
	float: right;
	width: auto;
	height: auto;
	cursor: pointer;
	padding-top: 10px;
	min-width: 50px !important;
}



.reveal-modal #downloadDocsBtn {
    margin-left: 0px;
    margin-top: 30px;
    font-size: 18px;
    width: 260px;
    text-align: center;
    font-weight: normal;
    background-image: none;
    background: #00366c;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
}
.reveal-modal #downloadDocsBtn:hover {
    background: #fecb00;
}



#sub-footer {
	margin-top: 0px;
    clear: both;
}
#store-results {
	font-size: 16px;
	padding-top: 40px;
	max-width: 490px;
}
ul.pageList {
	list-style: none;
}
ul.pageList li {
	display: inline-block;
	padding-right: 5px;
	font-size: 18px;
}
.at-holder {
	margin-left: 20px;
}
.store-holder {
	padding: 20px;
	border-bottom: 1px solid #505050;
}
.store-name {
	font-weight: 800;
	cursor: pointer;
	text-decoration: underline;
}
.carousel-desktop {
	display: block;
}
.carousel-mobile {
	display: none;
}
#storelocator-form #store-search {
	margin-top: 0;
	margin-left: 0px;
	font-size: 18px;
	font-weight: normal;
	background-image: none;
	background: #00366c;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	cursor: pointer;
}
#storelocator-form #store-search:hover {
	background: #fecb00;
}
.products-gallery .slider-nav .nav-item.slick-center, .products-gallery .slider-nav-modal .nav-item.slick-center {
	background-color: #002496;
	color: #ffffff;
}
.products-gallery .slider-nav .nav-item .nav-item-container, .products-gallery .slider-nav-modal .nav-item .nav-item-container {
	display: block;
	margin-left: 30px;
}
.products-gallery .slick-list {
	margin-left: 60px;
	margin-right: 60px;
	margin-top: 24px;
	margin-bottom: 24px;
}
.hidden {
	display: none;
}
#product-finder .commercial {
	background: url(/assets/img/commercial-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 !important;
	padding-bottom: 60px;
	padding-top: 0;
	color: #fff;
	background-size: cover;
	padding-right: 30px;
	padding-top: 100px;
	padding-bottom: 300px;
}
#product-finder .residential {
	background: url(/assets/img/residential-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 !important;
	padding-bottom: 60px;
	padding-top: 0;
	color: #fff;
	background-size: cover;
	padding-left: 30px;
	padding-top: 100px;
	padding-bottom: 300px;
}
#product-finder .commercial .search-holder {
	margin-right: auto;
	margin-left: auto;
}
#product-finder .residential .search-holder {
	margin-right: auto;
	margin-left: auto;
}
#product-finder-header {
	background-color: #f2f2f2;
	padding: 80px 0px;
	margin-top: 0px;
	min-height: 200px;
}
#product-finder-header h1 {
	margin-top: -10px;
}
#product-finder-header h2 {
	margin-bottom: 4px;
	font-size: 26px;
}
.search-holder img {
	padding-bottom: 10px;
}
.search-holder p {
	padding-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.search-holder h2 {
	font-weight: 800;
	padding-top: 0px;
	margin-bottom: 0px;
}
.search-holder h3 {
	font-weight: 400;
	padding-top: 0px;
	margin-bottom: 0px;
}
.search-holder h2, .search-holder h3, .search-holder p {
	color: #fff !important;
}
#product-finder .search-holder {
	text-align: center;
	max-width: 527px;
	color: #fff;
}
#product-finder .commercial .search-holder {
	margin-right: 60px;
	margin-left: auto;
}
#product-finder .residential .search-holder {
	margin-right: auto;
	margin-left: 60px;
}
.refresh select.selectSalesRepType, .refresh select.selectSalesRepStateProvince, .refresh select.selectSalesRepStateProvince2 {
	background-image: url(/assets/img/sales-rep/select-arrow.png);
	border-radius: 6px;
	text-transform: uppercase;
	background-color: #d4def9;
	color: #505050;
	font-family: unset;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sales-rep-return a {
	background-image: url(/assets/img/sales-rep/select-arrow.png) !important;
	border-radius: 6px !important;
}
.document-search p {
	font-size: 40px;
}
.center {
	text-align: center;
}
.rep-categories {
	font-size: 26px;
	color: #0054a6;
	font-weight: 700;
	padding-bottom: 30px;
}
.product-section h2 {
	font-size: 18px;
	color: rgb(114, 114, 114);
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 5px solid rgb(0, 84, 166);
}
.row {
	max-width: 1200px;
}
.profile-image-holder {
	text-align: center;
}
.refresh select.selectSalesRepType, .refresh select.selectSalesRepStateProvince {
	background-image: url(/assets/img/sales-rep/select-arrow.png);
	border-radius: 6px;
	text-transform: uppercase;
	background-color: #d4def9;
	color: #505050;
	font-family: unset;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sales-rep-return a {
	background-image: url(/assets/img/sales-rep/select-arrow.png) !important;
	border-radius: 6px !important;
}
select.submitOnChangepf {
	margin: 0px;
	/*  background: transparent;*/
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* background: url(/assets/img/go-button.png) 100% / 15% no-repeat #eee;*/
	max-width: 311px;
	border: none;
	max-height: 35px;
	padding-top: 4px;
	font-size: 15px;
	background-color: #fff;
}
.multiStepBtn.multiStepBtnNext {
	background: #0054a6;
	width: 180px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 6px;
}
.chklabel {
	position: absolute;
	top: 2px;
	left: 40px;
	line-height: 20px;
}
small.error {
	margin-top: 0;
	display: none;
}
#FeedbackForm #optin+label {
	display: block;
	float: left;
	clear: none;
	width: 78%;
	position: relative;
	top: -6px;
}
#optin {
	float: left;
}
small.error.errorBlock {
	display: block;
}
.go-button {
	position: relative;
	top: 7px;
}
.select-holder {
	position: relative;
	display: inline-block;
}
/*
.select-holder:after {
	content: 'GO';
    font: normal normal normal 17px/1 FontAwesome;
    color: #fff;
    right: 0;
    width: 40px;
    top: 1px;
    height: 100%;
    padding: 10px 0px 0px 6px;
    font-family: arial;
    font-weight: 800;
    border-left: 1px solid #0ebeff;
    position: absolute;
    pointer-events: none;
    background: #0054a6;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
}
*/

.refresh #showingrepsin p {
	padding-top: 10px;
	font-weight: 400;
	font-size: 18px;
	color: #505050;
}
.can-links-holder {
	margin-bottom: 20px;
}
.can-links {
	border: 2px solid #e5e5e5;
	color: #505050;
	cursor: pointer;
	background: #f2f2f2;
	padding: 10px;
	font-size: 14px;
	display: inline-block;
	margin-right: 6px;
	height: 70px;
	min-width: 173px;
	display: table-cell;
	vertical-align: middle;
}
.refresh #btn-doc-search:hover {
	background: #fecb00;
}
.can-links:hover {
	background: #d9d9d9;
}
#sales-rep-fieldset, .sales-rep-fieldset {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.rep-cat-holder {
	border-top: 2px solid #e5e5e5;
	border-right: 2px solid #e5e5e5;
	border-left: 2px solid #e5e5e5;
	color: #505050;
	cursor: pointer;
}
#salesRepContainer {
	background-image: none !important;
	min-height: 775px;
}
.rep-cat-holder .left-div {
	width: 270px;
	display: inline-block;
}

.rep-cat-holder .holder.is-active .title {
	color: white;
}

.rep-cat-holder .holder.is-active p {
	color: white;
}

.rep-cat-holder .holder.is-active .chevron {
	color: white;
}

.rep-cat-holder .chevron {
	color: #0054a6;
	font-size: 50px;
	width: 50px;
	display: inline-block;
	position: relative;
	text-align: right;
	top: -40px;
}
.rep-cat-holder .chevron .fas {
	font-weight: 400;
}
.rep-cat-holder:last-child {}
.rep-cat-holder .holder {
	border-bottom: 2px solid #e5e5e5;
	padding: 20px
}
.rep-cat-holder .holder.is-active {
	background: #0054a6;
}
.rep-cat-holder .title {
	font-size: 22px;
	font-weight: 700;
	color: #505050;
}
.rep-cat-holder p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
#rep-finder-header {
	background-color: #f2f2f2;
	padding: 30px 0px;
	margin-top: 0px;
	min-height: 200px;
}
#rep-finder-header h1 {
	font-size: 25px;
	color: #505050;
	border-bottom: 5px solid #0054a6;
	display: inline-block;
	text-transform: capitalize;
	font-weight: 400;
	text-transform: uppercase;
}
#rep-finder-header h2 {
	font-size: 40px;
	color: #505050;
}
#rep-finder-header p {
	font-size: 18px;
	color: #505050;
	line-height: 27px;
	margin-bottom: 10px;
}
.widget-top {
	background: #f2f2f2;
	color: #505050;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.widget-top div {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
}
#download-folder-btn {
	cursor: pointer;
	background: #00366c;
	color: #fff;
}
#download-folder-btn .download-text {
	display: inline-block;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0px;
	width: 157px;
	padding-bottom: 0px;
	line-height: 20px;
}
#download-folder-btn img {
	margin-top: -21px;
	padding-right: 17px;
}
#download-folder-btn #itemsCount {
	color: #fff;
}
#download-folder-btn .arrow {
	float: right;
	/* vertical-align: middle; */
	font-size: 30px;
	padding-top: 0px;
	padding-bottom: 0;
	top: -7px;
	position: relative;
	padding-right: 0px;
	padding-left: 0px;
}
.widget-top div.is-active {
	background: #00366c;
}
.selector-widget h6 {
	color: #505050;
	font-weight: normal;
	font-size: 21px;
	text-transform: unset;
	background-color: #fff;
	padding: 6px 4px 4px 8px;
	width: 100%;
	margin-top: 0;
}
.selector-widget {
	background-color: #fff;
	padding-bottom: 48px;
}
.selector-widget label {
	background-color: #fff;
	font-weight: normal;
	color: #505050;
}
.play-button .far {
	color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	color: #505050;
}
#main-menu {
	overflow: hidden;
	height: 0px;
	min-height: 0px;
}
#home-hero img {
	margin-left: 0px;
}
#home-hero .home-hero-overlay .home-hero-navigation {
	background: #FFF;
	display: inline-block;
	margin: 0px auto;
	padding-top: 20px;
}
#home-brands h3 {
	font-size: 22px;
}
#home-hero .home-hero-overlay p {}
#home-cta p a {
	display: inline-block;
	font-weight: 600;
	margin-right: 10px;
	text-transform: uppercase;
	color: #505050;
}
#home-cta p {
	line-height: 20px;
}
#document-search h2 {
	font-size: 31px;
}
.document-search h2 {
	margin-bottom: 30px;
}
.refresh #btn-doc-search {
	margin-top: 0;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 18px;
	font-weight: normal;
	background-image: none;
	background: #00366c;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	cursor: pointer;
}
.refresh input[type="text"] {
	font-size: 18px;
	border-radius: 6px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 50px;
	padding-left: 20px;
}
.search-result-item {
	padding-right: 25px;
}
form#document-search {
	width: 100%;
	padding-bottom: 30px;
}
.row.refresh {
	padding-left: 15px;
}
.row.search-container {
	margin-top: 30px;
}
.styled-select-refresh {
	width: 100%;
	overflow: hidden;
}
.styled-select-refresh select {
	width: 100%;
	overflow: hidden;
	/*  background: url(/images/template/pulldown-arrow.jpg) no-repeat right transparent; */
	font-size: 20px;
	border-radius: 6px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 50px;
	padding-left: 20px;
}
#roof_calculator,#fortfiber_calculator {
	max-width: 500px;
}
.roof_calculator__row input,.fortfiber_calculator__row input {
	display: inline-block;
	width: 90%;
}
label.abs {
	line-height: normal;
}
.content {
	padding-top: 50px;
}
.prod-cat {
	padding-bottom: 10px;
}
.prod-cat input[type="radio"]+label {
	margin-top: 2px;
}
.content .row {
	max-width: 1200px;
}
.accordion-item1 .closer {
	background: none;
	position: absolute;
	width: 40px;
	height: 40px;
	right: 0px;
	top: 0px;
}
#resources .accordion li {
	padding-bottom: 0px;
	position: relative;
}
.home-page .btn-arrow-right {
	padding-right: 10px !important;
}
#menu-bar .header-icons .single-header-icon-wrapper {
	/*  margin-right: 30px; */
}
#menu-bar .header-icons .search-main {
	/*  display: inline-block;*/
	/* vertical-align: top;*/
	/* margin-top: 25px;*/
}
#main-menu .search-link {
	/*  float: right;*/
	/* margin-right: 154px !important;*/
	/* margin-top: 25px;*/
	/* margin-left: 0px;*/
}
#menu-bar .header-icons .search-main a:first-child {
	/* margin-right: 0px;*/
}
#menu-bar .header-icons a {
	/*	 width: 140px !important;*/
}
#literature .mobile-carousel .mobile-carousel-slide, #system .mobile-carousel .mobile-carousel-slide {
	vertical-align: top;
}
.interactive .slick-prev {
	background-repeat: no-repeat;
	background-image: url(/assets/img/left-arrow.png);
	left: 20px;
}
.interactive .multi-scroller-inner .slick-prev {
    background: none;
    left: -25px;
}
.single.columns.img {
	padding-right: 0px;
	padding-left: 0px;
}
.row.commercial p.normal {
	font-size: 18px;
}
.social-links .country-symbol a, .social-links .country-symbol span {
	font-size: 14px;
	color: #fff;
	margin-left: 0px !important;
}
.carousel-content-item.slick-slide.slick-active {
	display: block !important;
	left: 0 !important;
}
.carousel-content-item.slick-slide {
	display: none !important;
}
.residential.product-section {
	padding-top: 40px;
}
.interactive .slick-prev:before, .interactive .slick-next:before {
	content: '' !important;
}
.interactive .slick-next {
	background-repeat: no-repeat;
	background-image: url(/assets/img/right-arrow.png);
	right: 20px;
}

.interactive .multi-scroller-inner .slick-next {
    background: none;
    right: -25px;
}

.products-gallery .slider-nav .nav-item, .products-gallery .slider-nav-modal .nav-item {
	border: 1px solid #a9a9a9;
	padding: 4px 10px 4px 0px;
	margin-left: 6px;
	background: #e1e1e1;
	margin-right: 6px;
	color: #505050;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
	min-height: 76px;
}
.products-gallery .slider-nav .nav-item .copy, .products-gallery .slider-nav-modal .nav-item .copy {
	margin-top: 6px;
	line-height: 19px;
}
.products-gallery .slider-nav .nav-item img, .products-gallery .slider-nav-modal .nav-item img {
	display: block;
	float: left;
	margin-right: 15px;
	height: 75px;
	width: auto;
}
.interactive .slick-prev, .interactive .slick-next {}
#literature.callouts .mobile-carousel .mobile-carousel-slide p {
	min-height: unset;
}
.row.fullwidth {
	width: 100% !important;
	max-width: 100% !important;
}
.slick-slide {
	margin-left: 27px;
}
.profile-image-holder {
	padding-top: 40px;
}
.callouts .slick-list {
	margin-left: -27px;
}
#literature.callouts p.title {
	font-weight: 700;
	padding-bottom: 0px;
	margin-bottom: 5px;
	margin-top: 8px;
}
.callout-holder {
	text-align: center;
}
.callout-holder img {
	width: 100%;
}
#literature.callouts {
	padding-left: 15px;
	padding-right: 15px;
}
.callouts .slick-prev, .callouts .slick-next {
	top: 23%;
}
.landing_header_box {
	position: absolute;
}
.landing_header_box h1 {
	font-size: 30px;
	line-height: 25px;
	padding-bottom: 18px;
}
.landing_header_box p {
	font-size: 24px;
}
#landing-hero {
	background-origin: padding-box;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#landing-hero {
	max-height: 491px;
	min-height: 491px;
	overflow: hidden;
	position: relative;
}
.landing-image {
	display: block;
	width: 100%;
}
#section-2 {
	background-color: #f2f2f2;
	padding-bottom: 40px;
	padding-top: 40px;
}
#section-3 {
	background-color: #fff;
	margin-top: 40px;
	margin-bottom: 40px;
}
.residential.product-section.single {
	padding-left: 15px;
	padding-right: 15px;
}
#section-4 {
	background-color: #fff;
	margin-top: 40px;
	margin-bottom: 0px;
	background: url(/media/promo/full-promo-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#section-4a {
	background-color: #d9d9d9;
	margin-top: 40px;
	margin-bottom: 0px;

}

.promo-right-roof{
	background:#484848;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #fff;
	font-size: 36px;
}

.promo-left-roof{
	text-align: left;
	padding-top: 30px;
	padding-left: 30px;
	color: #323232;
	font-size: 55px;
	position: relative;
}

.promo-left-roof .promo-holder-roof{
    max-width: 520px;
    line-height: 56px;
    font-weight: 200;
    position: absolute;
    top:50%;
    left: 0;
    transform: translateY(28%);
}

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

.promo-left-roof .promo-holder-roof{
    max-width: unset;
    line-height: 36px;
    font-weight: 200;
    position: relative;
    top: unset;
    left: unset;
    display: block;
}


.promo-left-roof {
    text-align: center;
    padding-top: 30px;
     padding-bottom: 40px;
    padding-left: 30px;
     padding-right: 30px;
   
    font-size: 35px;
    position: relative;
}


}
.row.commercial .col {
	padding-top: 25px;
}
.row.residential .col {
	padding-top: 25px;
}
.buy-now-holder.profile {
	width: 100%;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 10px;
}
.arrow-holder {
	position: absolute;
	bottom: 20px;
	right: 10%;
}
.arrow-holder span {
	color: #fff;
	background: #00366c;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 5px;
	font-size: 25px;
	cursor: pointer;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-webkit-transition: .25s;
	transition: .25s;
}
.arrow-holder span:hover {
	color: #fff;
	background: #fecb00;
	-webkit-transition: .25s;
	transition: .25s;
}
.row.promo .promo-left {
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 40px;
	padding-left: 100px;
	min-height: 267px;
}
.row.promo .promo-right {
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 40px;
	padding-left: 60px;
	min-height: 267px;
	padding-right: 140px;
}
.row.promo p {
	color: #fff;
	font-size: 28px;
	line-height: 39px;
}
.row.promo .social-icons a {
	font-size: 40px;
	color: #fff;
	margin-right: 20px;
}
.row.profile-slider h1 {
	font-size: 26px;
	margin-bottom: 0px;
	line-height: 38px;
	padding-bottom: 20px;
	font-weight: 400;
}

.row.profile-slider_single h1 {
	font-size: 26px;
	margin-bottom: 0px;
	line-height: 38px;
	padding-bottom: 20px;
	font-weight: 400;
}

.row.commercial .row.profile-slider p {
	font-size: 16px;
	line-height: 1.6;
}

.row.commercial .row.profile-slider_single p {
	font-size: 16px;
	line-height: 1.6;
}

.bg-white {
	background: #fff;
	height: 100%;
}
.row.commercial .text-holder {
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 80px;
	background: #fff;
}
.row.commercial .text-holder h2 {
	text-transform: uppercase;
}
.row.commercial .text-holder-2 {
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 80px;
	background: #fff;
}
.row.commercial p {
	font-size: 28px;
	line-height: 33px;
}

/**********************
    START OF NEW CSS 
**********************/
.row.commercial p.desc {
    font-size:  24px;
}

.row.residential.commercial .new-design p.desc {
    margin-bottom: 0;
}

.flex-stretch {
    display: block;
}

.row.residential.commercial .new-design .box-container {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 15px;
    padding-bottom: 40px;
}

.row.residential.commercial .new-design .box-container .header-holder > p {
    margin-bottom: 5px;
}

.row.residential.commercial .new-design .box-container .body-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.row.residential.commercial .new-design .box-container .body-holder .body-content, .row.residential.commercial .new-design .box-container .body-holder .image-content {
    padding: 0;
}

.row.residential.commercial .new-design .box-container .body-holder .body-content ul {
    padding-top: 1rem;
}

.row.residential.commercial .new-design .box-container .body-holder .body-content ul li span {
    color: #000000;
}

.row.residential.commercial .new-design .box-container .body-holder .image-content img {
    width: auto;
    display: block;
}

.row.residential.commercial .new-design .buy-now-holder.profile {
    padding-top: 0;
    padding-bottom: 0;
}

.row.residential.commercial .new-design .buy-now-holder.profile > a {
    white-space: nowrap;
}

@media (only screen and min-width: 64.063em) {
    .flex-stretch {
        display: flex;
        justify-content: center;
        align-items: stretch;
    }
}

@media (min-width: 650px) {
    .row.residential.commercial .new-design .box-container .body-holder {

    }
}

/**********************
    END OF NEW CSS 
**********************/

.row.commercial ul li {
	font-size: 16px;
	color: #0054a6;
}
.buy-now-holder {
	width: 100%;
	text-align: center;
	padding-top: 10px;
}
.filter-error {
	font-size: 24px;
	font-weight: 700;
	display: none;
}
label.abs {
	position: absolute;
}
.product-finder-item {
	width: 24%;
	margin-top: 20px;
	display: inline-block;
	padding-right: 25px;
	text-align: center;
	min-height: 170px;
	vertical-align: top;
}
#menu-bar .header-icons {
	/* display: inline-block;*/
	/*  float: right;*/
	/* margin-top: -5px !important;*/
}
@media screen and (max-width:1180px) {
	#menu-bar .header-icons .single-header-icon-wrapper {
		/*	margin-right: 0px !important;*/
	}
	#menu-bar .header-icons a {
		/*	width: 120px !important;*/
	}
	
	
	.section-header{
		font-size: 30px;
		font-weight: 100;
		color: #323232;
		line-height: 30px;
		padding-left: 20px;
		padding-right: 20px;
	}
	
}
@media screen and (max-height:930px) {
	#main-menu .main-menu-trailer {
		top: 0;
		left: 0;
		position: static;
	}
	#main-menu {
		overflow: hidden;
		height: 0px;
	}
}


@media screen and (max-width:485px) {
	.promo-holder .no-show{
		display: block;
	}
	
	.promo-holder .show{
		display: none;
	}

}


@media screen and (max-width:856px) {
	.doc-mobile {
		padding-left: 35px;
		padding-right: 15px;
		display: block;
	}
	.doc-desktop {
		display: none;
	}
	.docsearchimgctnr {
		display: inline;
		padding-right: 10px;
		padding-left: 0px;
	}
	.search-results-right {
		display: inline-block;
		text-align: right;
		float: right;
		vertical-align: middle;
		padding-top: 18px;
	}
	.search-results {
		padding-top: 10px;
	}
}
@media screen and (max-width:1024px) {
	#main-menu-trailer {
		overflow-y: hidden !important;
	}
	#product-finder .residential .search-holder {
		margin-right: auto;
		margin-left: auto;
	}
	#product-finder .commercial .search-holder {
		margin-right: auto;
		margin-left: auto;
	}
	#search-menu, #main-menu {
		position: fixed;
		overflow: hidden;
		height: 0px;
		min-height: 0px;
	}
	.tplInterior {
		padding-top: 240px;
	}
	.filter-holder {
		max-width: 100%;
	}
	/*
	#product {
		margin-top: 300px;
	}
	#landing-hero {
		margin-top: 238px;
	}
	.content {
		margin-top: 200px;
	}
	*/
	#rep-locator-step2, #rep-locator-step3 {
		display: none !important;
	}
	/*
	#product-finder-header {
		margin-top: 200px;
	}
	#rep-finder-header {
		margin-top: 200px;
	}
	.news_and_media {
		margin-top: 200px;
	}
	#product {
		margin-top: 300px;
	}
	#landing-hero {
		margin-top: 198px;
	}
	#product-finder {
		margin-top: 200px;
	}
	*/
}
.row.promo .promo-left {
	background: url(/media/promo/promo-bg-left.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 40px;
	padding-left: 60px;
	padding-right: 60px;
	min-height: 267px;
}
.row.promo .promo-right {
	background: url(/media/promo/promo-bg-right.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 40px;
	padding-left: 60px;
	min-height: 267px;
	padding-right: 60px;
}
@media screen and (max-width:1000px) {
	.product-finder-item {
		width: 33%;
	}
}
@media screen and (max-width:640px) {
	
	
	
	.hrs-container img{
	    height: 100%;
    	width: 100%;
    	max-width: unset;
    }
	
	
	#countryselector, #countryselect {
    	display: block;
    }
    .hrs-container section {
    	
		text-align: center;
	}
    
    .hrs-container div {
		float: unset; 
		height: auto;
		margin: 3px;
		width: 40%;
		display: inline-flex;
	}
    
    .hrs_landing_header_box {
		text-align: center;
	}
    
    
    .hrs-header{
		text-align: center;
	}
    
    
    #landing-hero.hrs {
	  background-position-y: -160px; 
	}
	
	.hrs-hero-text .fa-long-arrow-right{
	
		display: none;
	}

	.hrs-hero-text .fa-long-arrow-down{
		display: inline-block;
	}
	
	#video-modal.reveal-modal.large {
		
		width: 100%;
	}
	#video-modal iframe {
		width: 100%;
	}
	#video-modal.reveal-modal {
		min-height: unset;
	}
	.refresh #btn-doc-search {
		margin-top: 30px;
		margin-left: 0px;
	}
	.arrow-holder {
		bottom: -40px;
	}
}
/*
@media screen and (max-width:520px) {
	#profiles-banner {
		padding-top: 240px;
	}
	#profiles-banner.packs {
     
    }
}
*/
@media screen and (max-width:480px) {
	
	 	#news-inner{
 	    padding: 240px 0px;

 	}
	.submittal-packs .packs{
      	grid-template-columns: 1fr 1fr;
	 }
	.results-select.single-dropdown{
		padding-top: 30px;
	}
	
	.document-search p {
		font-size: 30px;
		line-height: 35px;
	}
	.product-section p {
		padding-right: 0;
		padding-left: 0;
	}
	.product-finder-item {
		width: 90%;
		padding-right: 0px;
	}
	/*
	#landing-hero {
		margin-top: 218px;
	}
	*/
	.hover-image img:hover {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}
.product-finder-item img {
	border: 2px solid #eeeeee;
	min-width: 170px;
}
.product-finder-item h4 {
	margin-top: 5px;
	font-size: 16px;
	font-weight: 400;
}
.product-finder-item p {
	padding-top: 0px;
	line-height: 20px;
	font-size: 14px;
}
.product-finder-items {}
.results-holder {
	padding-top: 30px;
}
.product-section {
	padding-bottom: 30px;
	padding-top: 10px;
}
.product-section.single {
	padding-left: 15px;
	padding-right: 15px;
}
.product-section h2 {
	font-size: 18px;
	color: #727272;
	border-bottom: 5px solid #0054a6;
	display: inline-block;
	text-transform: uppercase;
}
h2.product-section {
	font-size: 18px;
	color: #727272;
	border-bottom: 5px solid #0054a6;
	display: inline-block;
	padding-bottom: 5px;
}
.product-section p {}
.accordion-item.is-active .accordion-content {
	display: block;
}
#news-results .news-header {
	color: #0054a6;
	display: inline-block;
}
.single-dropdown span {
	color: #616060;
	font-size: 21px;
}
.filter-holder {
	max-width: 320px;
	margin-top: 15px;
}
.accordion-item1.is-active .accordion-content {
	display: block;
}
#resources .accordion-item1 .accordion-title {
	border: none;
	border-top: 1px solid #e6e6e6;
	font-size: 20px;
}
.project-type .accordion-content {
	border: none;
}
.product-finder {
	background: #f2f2f2;
}
#literature .mobile-carousel .mobile-carousel-slide p, #system .mobile-carousel .mobile-carousel-slide p {
	min-height: 90px;
}
@media screen and (max-width:1214px) {
	.rep-cat-holder .left-div {
		width: 250px;
		display: inline-block;
	}
}
#search-heading .page-search input[type="text"] {
	background: none;
	display: inline-block;
	float: left;
	color: #505050;
	text-align: left;
	margin-bottom: 25px;
	padding: 9px 10px !important;
	border-radius: 4px;
	width: 80%;
}
.hidden_post {
	visibility: hidden;
}
.video-holder {
	top: 50%;
	transform: translateY(-67%);
	position: absolute;
}
.hidden {
	display: none;
}
.video-bg {
	border-radius: 5px;
	width: 100%;
	overflow: hidden;
}
.relative {
	position: relative;
}
.content_locator {
	padding-top: 50px;
}
#search-results .tabs-content .tabs-panel {
	padding-top: 30px !important;
}
li.tabs-title {
	padding-bottom: 0px;
}
.tabs-content {
	border-top: 1px solid #e6e6e6 !important;
	border-right: 0px solid #e6e6e6 !important;
	border-left: 0px solid #e6e6e6 !important;
	border-bottom: 0px solid #e6e6e6 !important;
}
.tabs {
	border: 0px solid #e6e6e6 !important;
}
#profiles-filter .filtered-elements .filtered-element {
	position: relative;
}
.paging {
	margin-top: 0px;
	margin-bottom: 50px;
	padding-top: 0px;
}
#main-menu, #search-menu {
	/* height: 0px ; */
	/* overflow: hidden; */
	/*display: none; */
}
#search-menu .close-link {
	cursor: pointer;
	display: block;
	float: right;
	margin-right: 14px;
	margin-top: 37px !important;
	width: 30px;
	height: 30px;
	padding-top: 0px !important;
}
#search-menu .main-search input[type="text"] {
	background: none;
	display: inline-block;
	color: #FFF;
	text-align: center;
	margin-bottom: 25px;
	padding: 9px 10px;
}
#search-menu .full-screen-search-button {
	background: #F2F2F2;
	padding: 15px 35px;
	cursor: pointer;
	-webkit-transition: background 0.5s;
	transition: background 0.5s;
	color: #000;
}
.pageList a.active {
	font-weight: bold;
}
.filtered-element-button {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.btn-arrow-right .fa-arrow-right {
	color: #fff;
}
select.submitOnChange {
	margin: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#profiles-filter .dropdown-elements .dropdown {
	display: inline-block;
	width: 243px;
	color: #888888;
	padding-right: 0px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background-position: 97% center;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
.results-select select.submitOnChangepf {
	border: 1px solid #ddd;
}
@media print, screen and (min-width: 40em) {
	.reveal, .reveal.tiny, .reveal.small, .reveal.large {
		right: auto;
		left: auto;
		margin: 0 auto;
	}
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
b, strong {
	font-weight: bolder;
}
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
}
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button, input {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"], [type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
.hidden {
	display: none;
}
.foundation-mq {
	font-family: "small=0em&medium=40em&large=48em&xlarge=75em&xxlarge=90em";
}
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%;
}
*, *::before, *::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
body {
	margin: 0;
	padding: 0;
	background: #fefefe;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: normal;
	line-height: 1.5;
	color: #0a0a0a;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
p {
	line-height: 1.6;
	font-family: 'Open Sans', sans-serif;
}
img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}
textarea {
	height: auto;
	min-height: 50px;
	border-radius: 0;
}
select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border-radius: 0;
}
.map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
	max-width: none !important;
}
button {
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 0;
	background: transparent;
	line-height: 1;
	cursor: auto;
}
[data-whatinput='mouse'] button {
	outline: 0;
}
pre {
	overflow: auto;
}
button, input, optgroup, select, textarea {
	font-family: inherit;
}
.is-visible {
	display: block !important;
}
.is-hidden {
	display: none !important;
}
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 2.4375rem;
	margin: 0 0 1rem;
	padding: 0.5rem;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fefefe;
	-webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
	box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
	font-family: inherit;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5;
	color: #0a0a0a;
	-webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus {
	outline: none;
	border: 1px solid #8a8a8a;
	background-color: #fefefe;
	-webkit-box-shadow: 0 0 5px #cacaca;
	box-shadow: 0 0 5px #cacaca;
	-webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
textarea {
	max-width: 100%;
}
textarea[rows] {
	height: auto;
}
input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
	background-color: #e6e6e6;
	cursor: not-allowed;
}
[type='submit'], [type='button'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}
input[type='search'] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
::-webkit-input-placeholder {
	color: #cacaca;
}
:-ms-input-placeholder {
	color: #cacaca;
}
::-ms-input-placeholder {
	color: #cacaca;
}
::placeholder {
	color: #cacaca;
}
[type='file'], [type='checkbox'], [type='radio'] {
	margin: 0 0 1rem;
}
[type='checkbox']+label, [type='radio']+label {
	display: inline-block;
	vertical-align: baseline;
	margin-left: 0.5rem;
	margin-right: 1rem;
	margin-bottom: 0;
}
[type='checkbox']+label[for], [type='radio']+label[for] {
	cursor: pointer;
}
label>[type='checkbox'], label>[type='radio'] {
	margin-right: 0.5rem;
}
[type='file'] {
	width: 100%;
}
label {
	display: block;
	margin: 0;
	font-size: 0.875rem;
	font-weight: normal;
	line-height: 1.8;
	color: #0a0a0a;
}
label.middle {
	margin: 0 0 1rem;
	padding: 0.5625rem 0;
}
.help-text {
	margin-top: -0.5rem;
	font-size: 0.8125rem;
	font-style: italic;
	color: #0a0a0a;
}
.input-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 1rem;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.input-group> :first-child, .input-group> :first-child.input-group-button>* {
	border-radius: 0 0 0 0;
}
.input-group> :last-child, .input-group> :last-child.input-group-button>* {
	border-radius: 0 0 0 0;
}
.input-group-label, .input-group-field, .input-group-button, .input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label {
	margin: 0;
	white-space: nowrap;
}
.input-group-label {
	padding: 0 1rem;
	border: 1px solid #cacaca;
	background: #e6e6e6;
	color: #0a0a0a;
	text-align: center;
	white-space: nowrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.input-group-label:first-child {
	border-right: 0;
}
.input-group-label:last-child {
	border-left: 0;
}
.input-group-field {
	border-radius: 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	min-width: 0;
}
.input-group-button {
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	height: auto;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 1rem;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

#hubspot-conversations-inline-iframe {
  width: 100%;
  height: 500px;
  border: none;
}

.divided-column-layout.row {
    margin-bottom: 15px;
}

.divided-column-layout.row > .columns:last-child > .row {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-top: 15px;
}
.divided-column-layout.row > .columns:last-child > .row img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.divided-column-layout.row > .columns:last-child > .row.wrap {
    flex-wrap: wrap;
}

.divided-column-layout.row > .columns:last-child > .row > * {
    margin: 10px 15px;
}

.divided-column-layout.row > .columns:last-child > .row.centered {
    justify-content:  center;
}

@media only screen and (min-width: 64.063em) {
    .divided-column-layout.row {
        display: flex;
        align-items: center;
    }
}

#menu-bar .header-logo, #main-menu .header-logo, #search-menu .header-logo {
   max-width: 200px;
}

/*** SYSTEM TABBED LANDING PAGE CSS BEGIN ****/

#landing-hero.system-tabbed-lp .custom-text .buy-now-holder.profile {
    padding-bottom: 0;
}

#resources.system-tabbed {
    padding: 30px 0 0;
}
#resources.system-tabbed .accordion {
    padding-top: 0;
    padding-bottom: 0;
}
#section-slider.system-tabs-slider .flex-stretch, #system-sections .section-holder .flex-stretch {
    display: flex;
    align-items: stretch;
}

#landing-hero.system-tabbed-lp .tab-holder.hide-tab {
	display: none;
}

#landing-hero.system-tabbed-lp .tab-holder.active {
	display: block;
}

.system-tabbed-lp + #system-sections {
    background-color: #F1F1F1;
}

.system-tabbed-lp + #system-sections .section-holder {
	background-color: #FFFFFF;
	margin-top: 60px;
	margin-bottom: 60px;
}

#section-slider.system-tabs-slider .content-section > h2,
.system-tabbed-lp + #system-sections .section-holder .content-section > h2 {
    color: #0054a6;
    font-weight: 700;
}
#section-slider.system-tabs-slider .content-section .entry-content h2,
.system-tabbed-lp + #system-sections .section-holder .content-section .entry-content h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
#section-slider.system-tabs-slider .row.tabs div.tab button {
    padding: 10px 0;
    height: 100%;
}

#section-slider.system-tabs-slider .grid-container.content-left > * > .cell.content-section,
.system-tabbed-lp + #system-sections .section-holder .grid-container.content-left > * > .cell.content-section {
    order: 9;
}

#section-slider.system-tabs-slider .grid-container.content-right > * > .cell.content-section,
.system-tabbed-lp + #system-sections .section-holder .grid-container.content-right > * > .cell.content-section {
    order: 9;
}

#section-slider.system-tabs-slider .tab-holder.active {
    padding-top: 30px;
}

#section-slider.system-tabs-slider .tab-holder {
    padding-left: 20px;
    padding-right: 20px;
}

#section-slider + hr {
	width: 100%;
    max-width: none;
    border-color: #ebeaea;
    margin-bottom: 30px;
}
#section-slider + hr + #systemForm, #section-slider + #systemForm {
	padding-bottom: 30px;
}

#section-slider.system-tabs-slider .entry-content, 
#section-slider.system-tabs-slider .entry-content p,
#section-slider.system-tabs-slider .entry-content a:not(.btn),
#section-slider.system-tabs-slider .entry-content ul,
#section-slider.system-tabs-slider .entry-content ul li,
#section-slider.system-tabs-slider .entry-content span,
.system-tabbed-lp + #system-sections .section-holder .entry-content,
.system-tabbed-lp + #system-sections .section-holder .entry-content p,
.system-tabbed-lp + #system-sections .section-holder .entry-content a:not(.btn),
.system-tabbed-lp + #system-sections .section-holder .entry-content ul,
.system-tabbed-lp + #system-sections .section-holder .entry-content ul li,
.system-tabbed-lp + #system-sections .section-holder .entry-content span {
    color: #505050;
    font-size: 16px;
    line-height: 1.6;
    font-family: 'Open Sans', sans-serif;
}

#section-slider.system-tabs-slider .entry-content .btn span,
.system-tabbed-lp + #system-sections .section-holder .entry-content .btn span{
	color: #FFFFFF;
	font-size: 20px;
	line-height: inherit;
}

#section-slider.system-tabs-slider .entry-content .buy-now-holder.profile,
.system-tabbed-lp + #system-sections .section-holder .entry-content .buy-now-holder.profile {
	padding-top: 10px;
	padding-bottom: 0;
}

#section-slider.system-tabs-slider .system-related-products .system-products .product-finder-item,
.system-tabbed-lp + #system-sections .section-holder .system-related-products .system-products .product-finder-item {
    width: 49%;
}

figure.zoom {
  background-position: 50% 50%;
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: zoom-in;
}
figure.zoom img:hover {
  opacity: 0;
}
figure.zoom img {
  transition: opacity .5s;
  display: block;
  width: 100%;
}
#landing-hero.system-tabbed-lp > .grid-container > .grid-padding-x .buttons-section .hero-button {
    color: #FFFFFF;
    background: #0054A6;
    margin: 11px 20px;
    display: inline-block;
    padding: 10px 15px;
    font-size: 26px;
    font-weight: 700;
    cursor: pointer;
}

@media (min-width: 769px) {
    #section-slider.system-tabs-slider .system-related-products .system-products .product-finder-item,
	.system-tabbed-lp + #system-sections .section-holder .system-related-products .system-products .product-finder-item {
        width: 190px;
    }
}

.row.commercial .system-products .product-finder-item p {
    padding-top: 0px;
    line-height: 20px;
    font-size: 14px;
}

@media (min-width: 992px) {
    #landing-hero.system-tabbed-lp > .grid-container,
    #landing-hero.system-tabbed-lp > .grid-container > .grid-padding-x,
    #landing-hero.system-tabbed-lp > .grid-container > .grid-padding-x .buttons-section {
        height: 100%;
    }
    #resources.system-tabbed .accordion {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #landing-hero.system-tabbed-lp > .grid-container > .grid-padding-x .buttons-section {
        display: flex;
        justify-content: center;
        align-items: end;
        flex-direction: column;
    }

	.system-tabbed-lp + #system-sections .section-holder {
		padding: 30px 35px;
	}
    
    #landing-hero.system-tabbed-lp > .grid-container > .grid-padding-x .buttons-section > .grid-columns {
        display: grid;
        grid-template-columns: auto;
        height: auto;
    }
    
    #landing-hero.system-tabbed-lp > .grid-container > .grid-padding-x .buttons-section > .grid-columns .hero-button {
        text-align: center;
    }
}

#section-slider.system-tabs-slider .row.tabs.grid-buttons {
	display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-row-gap: 7px;
    margin-left: 7px;
}

@media only screen and (min-width: 64.063em) {
	#section-slider.system-tabs-slider .row.tabs.grid-buttons {
		display: flex !important;
        justify-content: center;
        align-items: stretch;
	}
	#section-slider.system-tabs-slider .grid-container.content-left > * > .cell.content-section,
	.system-tabbed-lp + #system-sections .section-holder .grid-container.content-left > * > .cell.content-section {
        order: 0;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
    #section-slider.system-tabs-slider .grid-container.content-right > * > .cell.content-section,
	.system-tabbed-lp + #system-sections .section-holder .grid-container.content-right > * > .cell.content-section {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
}

/*** SYSTEM TABBED LANDING PAGE CSS END ****/

/*************  MYHENRY LOGO ***************/

/*** TOP BAR LOGO ***/
#topbar .grid-container .cell #countrydiv {
    position: relative;
    margin-bottom: 5px;
}

#topbar .grid-container .cell #myHenryDiv {
    margin: 10px;
    max-width: 130px;
}

#topbar .grid-container .cell {
    height: 45px;
    position: relative;
    display: flex;
    align-items: end;
    justify-content: flex-end;
}

#topbar #countrydiv #countryselect {
    left: -8px;
    right: 0;
    max-width: 170px;
}

/*
#menu-bar .header-logo, #main-menu .header-logo, #search-menu .header-logo {
    max-width: 150px;
}
*/

/*** GLOBAL CHANGES on SITE for TOP BAR with new 30px - 45px height menu ***/

#main-menu > .grid-container > .grid-x > .cell {
    margin-top: 15px;
}

#search-menu .close-link {
    margin-top: 52px !important;
}

#search-menu .header-logo {
    margin-top: 25px;
}

@media (max-width: 1024px) {
    html, body { 
        height:  auto;
    }
    
    #topbar + #menu-bar {
        position: sticky;
        padding-top: 0 !important;
        top: 45px;
    }
    #content-main, #landing-hero, #product-finder-header {
        margin-top: 0;
    }
    #product {
        margin-top: 80px !important;
    }
    #menu-bar .header-logo {
        margin-top: 25px;
    }
    #main-menu .header-logo {
        margin-top: 25px;
    }
    
    #search-menu .header-logo {
        margin-top: 23px;
    }
    
    #feedbackFormContainer {
        height: auto !important;
    }
    
    .tplInterior {
        padding-top: 60px;
    }
    
    #menu-bar .header-icons {
        margin-top: 15px;
    }
    
    #profiles-banner, #profiles-banner.packs {
        padding-top: 40px;
    }
}

@media (max-width: 779px) {
    #topbar .grid-container .cell {
       justify-content: space-between; 
    }
}

@media screen and (max-width: 480px) {
    #landing-hero {
        margin-top: 45px;   
    }
}

