.maincontent {
  max-width: 100%;
  padding: 0;
  margin: 0;
}

h1{
  font-size:60px;
}

a:focus{
  outline:0px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 0px solid #c5c5c5;
  background: #ececec;
}
.ui-widget-content a{
  color:blue;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border: 0;
}
.row {
  padding: 0 !important;
  margin: 0 !important;
}
img {
  width: 100%;
}

.main-hr {
  height: 0px;
  max-width: 100%;
  margin: 20px 0;
  border: 1px solid #024382;
}

.sm-hr {
  max-width: 40%;
  margin: 0 auto 50px;
  border:1px solid #024382;
}
.lrg-hr {
  max-width: 80%;
  margin: 50px auto 50px;
  border:1px solid #ececec;
}
.highlight{
  font-style: italic;
  color:#FBC50F;
}
.series-highlight{
  font-size:1.4rem;
  font-style: italic;
  color:#FBC50F;
}
/* ----------------------------------- BTN Black ------------------------------------------ */

.reusable-btn {
  border-radius: 100px;
  text-align: center;
  display: inline-block;
  padding: 1.8rem 3.2rem;
  color: #fff;
  background: radial-gradient(ellipse at center, #024382, transparent 70%);
  font-family: 'Anton', sans-serif;
  letter-spacing: .2rem;
  transition: all .1s;
  font-size: 1.1rem;
}

.btn-drk {
  background: radial-gradient(ellipse at center, #4FA3F7 0%, transparent 70%);
  padding: 2rem 3.5rem;
}

.reusable-btn a {
  color: #fff;
}

.reusable-btn-white {
  color: #000;
}

.reusable-btn:hover {
  display: inline-block;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.5));
  transform: scale(.98);
  text-decoration: none;
  color: #fff;
}
.hero{
  background:url('/imageserver/Reusable/sika-membranes21/usa-single-ply.jpg');
  background-repeat: no-repeat;
  background-size:cover;
  background-position:bottom;
  display:grid;
  grid-template-columns: 50% 50%;
}
.hero-content{
  padding:12% 0 12% 20%;
  grid-column:2/3;
}
.hero-content h2{
  padding:0 0 10px 0;
  border-bottom:2px solid #024382;
  max-width:500px;
}
.section-divider {
  background: #FBC50F;
  color: #fff;
  text-align: center;
  padding: 1% 2% 1%;
  border: 1px solid #000;
  border-left: 0;
  border-right: 0;
  text-transform: uppercase;
}

.section-divider h2 {
  text-transform: uppercase;
  letter-spacing: .18rem;
}

.main-header{
  padding:2% 5%;
  text-align: center;
  background:#ececec;
}

.section1 h2{
  text-transform: uppercase;
}
#tabs{
  margin:0 auto;
  width:100%;
}

#tab-list{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  filter:drop-shadow(0px 10px 5px rgba(0,0,0,0.2));
  background:#ededed;
  padding:0 5vw 50px;
  justify-content:space-evenly;
  margin:0 auto;
  align-items:center;
  text-align:center;
}
#tab-list li{
  margin: 5px 0;
  min-width:250px;
  list-style-type: none;
  text-align: center;
  background:#fff;
  border:1px solid #000;
  padding:20px 30px;
}

#tab-list li:hover{
  background:#ededed;
}
#tab-list li h2{
  color: #FBC50F;
  padding:0;
  margin:0;
  letter-spacing:.1em;
}
#tab-list li img{
  max-width:200px;
}
ul{
  padding:0;
}
.section2{
  text-align: center;
  margin-top:80px;
  margin-top:50px;
}
.icon-header{
  padding:2% 8vw;
  max-width:1600px;
  margin:0 auto;
  text-align: center;
}
.product-header{
  margin:5% 0 ;
  text-align: center;
}
.product-header p{
  margin:0 auto;
  max-width:1300px;
}
.icon-section {
  text-align:center;
 display:flex;
 flex-direction: row;
 justify-content: space-evenly;
 flex-wrap:wrap;
 margin:30px 0 0
}
.icon-card{
   min-height: 200px;
   width:250px;
   position: relative;
   margin-top:0px;
   display:inline-block;
}

.icon-card__content {
   text-align: center;
   position: relative;
   transition: transform 3s;
   transform-style: preserve-3d;
}

.icon-card:hover .icon-card__content {
   transform: rotateY(0.5turn);
}

.icon-card__front, .icon-card__back {
   position: absolute;
   display: flex;
   flex-direction: column;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   height: 200px;
   width: 250px;
   /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .5); */
  }
  .icon-card__front{
  justify-content: center;

}
.icon-card-tpo-front{
   position: absolute;
   display: flex;
   flex-direction: column;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   height: 200px;
   width: 250px;
   justify-content: center;
   /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .5); */
  }
.icon-card-pvc-front{
   position: absolute;
   display: flex;
   flex-direction: column;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   height: 200px;
   width: 250px;
   justify-content: center;
  }
.icon-card-fb-front{
   position: absolute;
   display: flex;
   flex-direction: column;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   height: 200px;
   width: 250px;
   justify-content: center;
  }

.icon-card__back {
   transform: rotateY(0.5turn);
   padding: 4% 2% 2% 2%;
   color: #000;
}

.icon-card__title{
  padding-top:30px;
}

.icon-card p {
   font-weight: 500;
   padding: 0 5%;
}

 .icon-card__front {
   background-image:  url('/imageserver/Reusable/sika-membranes21/hail.png');
   background-size:85px;
   background-repeat: no-repeat;
   background-position: top center;
}
.step2 .icon-card__front {
   background:  url('/imageserver/Reusable/sika-membranes21/guarantee.png');
   background-size:75px;
   background-repeat: no-repeat;
   background-position: top center;
}
.step3 .icon-card__front {
   background:  url('/imageserver/Reusable/sika-membranes21/wind.png');
   background-size:90px;
   background-repeat: no-repeat;
   background-position: top center;
}
.step4 .icon-card__front {
   background:  url('/imageserver/Reusable/sika-membranes21/roof.png');
   background-size:90px;
   background-repeat: no-repeat;
   background-position: top center;
}
.step5 .icon-card__front {
   background:  url('/imageserver/Reusable/sika-membranes21/fire.png');
   background-size:75px;
   background-repeat: no-repeat;
   background-position: top center;
}

.product-list{
  padding:0 2% 2.5%;
  display:flex;
  flex-direction: row;
  flex-wrap:wrap;
  justify-content:space-evenly;
}
.product-item{
  display:grid;
  grid-template-columns: .75fr 1fr;
  width:360px;
  margin:10px 0 40px;
  justify-content:center;
  align-items: center;
  border:1px solid #595959;
  border-left:0;
  border-top:0;
  box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.3);
}
.overlay{
  grid-row:1/2;
  grid-column:1/3;
  display:grid;
}
.product-image{
  filter:drop-shadow(5px 5px 5px rgba(0,0,0,0.5));
  align-self:center;
  max-width:125px;
  grid-row:1/2;
  grid-column:1/2;
}
.product-name{
  grid-column:2/3;
  grid-row:1/2;
}
.product-details{
  grid-row:2/3;
  grid-column:1/3;
}
.pdf{
  max-width:20px;
  display:inline;
}
a.brochure{
  color:#4FA3F7;
}
.item-descrip{
  grid-row:1/2;
  grid-column:1/3;
  text-align: center;
  padding:0 10px;
  pointer-events: none;
  z-index:2;
  background:rgba(255,255,255,0.9);
  transition:all .5s;
  opacity:0;
}

.section2-heading{
  text-align:center;
  padding:5% 20% 2%;
}
.section2-heading p{
  padding:2%;
}
#warranty-divider{
  margin:100px auto 0;
}
.warranty{
  background:#ececec;
}
.warranty-wrapper{
  padding:0 5%;
}
.warranty-grid{
  display:grid;
  grid-template-columns: .85fr 1fr;
  gap:50px;
  padding-top:5%;
  margin:0 auto;
  max-width:1400px;
}
.warranty-center{
  display:flex;
  flex-direction:row;
  justify-content:space-evenly;
  flex-wrap:wrap;
}

 .warranty-list{
  min-width:250px;
} 
.guarantee-text{
  margin-top:100px;
}
#guarantee-thumb{
  max-width:300px;
  float:right;
}
@media screen and (max-width:1200px){
  .warranty-grid{
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin:0;
  }
  .guarantee-text{
    grid-row:1/2;
    grid-column:1/2;
  }
}
@media screen and (max-width:992px){
  #guarantee-thumb{
    max-width:200px;
  }
  .hero{
    background-image:linear-gradient( rgba(255,255,255,0.5)0%, rgba(255,255,255,0.5)100%), url('/imageserver/Reusable/sika-membranes21/usa-single-ply.jpg');
    grid-template-columns: 1fr;
  }
  .hero-content{
    grid-column:1/2;
    text-align:center;
    padding:8% 0 8% 0;
  }
  .hero-content h2{
    margin:0 auto;
  }

}
@media screen and (max-width:768px) {
  .section2-heading{
    text-align:center;
  }
  .product-header{
    padding:5% 8vw 0;
    text-align:center;
  }
  .product-descrip{
    max-width:100%;
    text-align:center;
  }
}
@media only screen and (max-width: 550px) {
  html, body{
    font-size:14px;
  }