html {
  margin:0;
  padding:0;
  color: #000;
  font-size:18px;
  box-sizing:border-box;
}
.row{
  margin:0;
  padding:0;
}
h1 {
  font-size:3.2rem;
  font-family: 'Play', sans-serif;}
h2 {
  font-size:2.5rem;
  font-family: 'Play', sans-serif;}
h3 {
  font-size:2rem;
  font-family: 'Play', sans-serif;}
h4 {
  font-size:1.5rem;
  font-family: 'Josefin Sans', sans-serif;}
h5{
  font-size:1.2rem;
  font-family: 'Josefin Sans', sans-serif;}
p{
  font-size:1rem;
  font-family: 'Josefin Sans', sans-serif;
  font-weight:300;}
.rButton {
box-shadow: 0px 10px 7px -7px #276873;
background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
background-color:#599bb3;
border-radius:8px;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Arial;
font-size:18px;
font-weight:bold;
padding:13px 32px;
text-decoration:none;
text-shadow:0px 1px 0px #3d768a;
}
.rButton:hover {
 box-shadow: 0px 10px 14px -7px #276873;
background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
background-color:#408c99;
 color:#F3EFE6;
}
.rButton:active {
position:relative;
top:1px;
}
.maincontent{
max-width:100%;

}
.bttn:hover,
.bttn:focus,
.bttn.focus {
    color: #d71920;
}

h2.bttn:hover {
    color: #d71920;
    text-decoration: none;
}
h2.bttn:hover::after {
   color: #d71920;
   text-decoration: none;
}
h2.bttn.collapsed:hover::after {
   color: #d71920;
   text-decoration: none;
}

h2.bttn.collapsed:after {
    content: "+";
    bottom:0;
    left:15px;
    font-size: 40px;
    color: #000;   
}

h2.bttn:after {
    content: "-";
    position: relative;
    bottom:0;
    left:17px;
    font-size: 40px;
    color: #000;
}
h2.bttnActive.collapsed:after {
   content: "-";
   bottom:0;
   left:17px;
   font-size: 40px;
   color: #000;   
}

h2.bttnActive:after {
   content: "+";
   position: relative;
   bottom:0;
   left:15px;
   font-size: 40px;
   color: #000;
}

.bttn {
    white-space: inherit !important;
}
.doors-header{
  text-align:center;
  max-width:1300px;
  margin:3% auto 0;
  padding:0 3%;
}
.door-type{
  margin:5% auto 5% auto;  
  max-width:1500px;
  padding:0 4%;

}
.door-type-img{
  text-align:center;
}
.door-type-img img{
  text-align:center;
  box-shadow: 6px 6px 19px -6px rgba(0,0,0,0.67);
-webkit-box-shadow: 6px 6px 19px -6px rgba(0,0,0,0.67);
-moz-box-shadow: 6px 6px 19px -6px rgba(0,0,0,0.67);
}
.door-type-label h2{
  margin:0 0 5% 0;
}
.door-type-desc p{
  text-align: left;
}
.door-type-desc h5{
  text-align: left;
}
.door-type-hp:hover{
  text-decoration: underline;
  cursor:pointer;
}
.door-type-trend:hover{
  text-decoration: underline;
  cursor:pointer;
}
.door-type-elegance:hover{
  text-decoration: underline;
  cursor:pointer;
}
.door-type-desc-elegance,
.door-type-desc-trend{
  display:none;
}
.door-type-desc-show{
  display:block;
  text-align:left;
}
.door-type-img-elegance,
.door-type-img-trend{
  display:none;
}
.door-type-img-show{
  display:block;
}

.dropdown-menu {
    width: 600px !important;
    height: auto;
  padding: 20px;
  }
  
  .logo{
  display:flex;
  justify-content: space-around;
  flex-direction: row;
  max-width:50%;
  padding:2%;
  }
  
  .product-main-wrapper{
  background: url('/imageserver/Reusable/vinylmax2021/product-bg-btm.png'), url('/imageserver/Reusable/vinylmax2021/product-bg-top.png');
  background-position: top, bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  }
  
 
  .features-list ul{
    margin-left:30px;
    max-width:750px;
  }
  
  .laminated-colors{
    margin-top:4%;
    display:flex;
  }
  .laminated-colors img{  
    display:inline;
  }
  .colors-container{
    padding:4% 3%;
  }
  .colors{
    border:1px solid black;
  }
  .color-options p{
    display:inline;
    max-width:50px;
  }
  .warranty img{
    /* float:right; */
    padding:0.5em;
  }
  .energy-efficient{
    padding:4% 10%;
    margin-top:3%;
    width:90vw;
    margin:0 auto;
  }
  .energy-list{
    text-align: center;
    display:flex;
    flex-direction: row;
    justify-content:space-evenly;
    align-items:center;
    flex-wrap:wrap;
  }
  .energy-list div{
    margin:10px 0;
  }
  .energy-list p{
    position: relative;
    min-width:260px;
    font-size:1.2rem;
  }
  
  #prestige{
    margin-left:0px;
  }
  
  #prestige::before{
    content:url('/imageserver/Reusable/vinylmax2021/check.png');
    position:absolute;
    left:20px;
    top:-5px;
  }
  
  .energy-list p:not(#prestige)::before{
    content:url('/imageserver/Reusable/vinylmax2021/check.png');
    position:absolute;
    left:-5px;
    top:-5px;
  }
  .energy-efficient img{
    float:left;
    padding:0.5em;
    clear:both;
  }
  
  .cutout-details-container{
    margin:65px auto;
    width:90%;
  }
  .cutout-details{
    min-width:308px;
    display:inline-block;
    position: relative;
    text-align:center;
  }
  .number{
    font-size:1rem;
    background:lightblue;
    border-radius:100px;
    display:flex;
    justify-content:center;
    align-items:center;
    height:30px;
    width:30px;
    cursor:pointer;
    z-index:2;
  }
  .tooltip-text{
    position: absolute;
    top:30px;
    left:0;
    padding:15px;
    max-width:400px;
  }
  .tooltip-text-sm{
    position: absolute;
    top:40px;
    left:0;
    padding:15px;
    max-width:350px;
  }
  .tooltip-text-lg{
    position: absolute;
    top:30px;
    left:0;
    padding:15px;
    max-width:450px;
  }
  svg{
    height:250px;
    width:410px;
  }
  svg.small{
    height:250px;
    width:400px;
  }
  svg.large{
    height:275px;
    width:475px;
  }
  .tooltip-rotate{
    transform:rotateY(180deg);
    transform-origin:center;
  }
  .tooltip-noFill {
    fill: #fff;
    stroke: #1F140F;
    stroke-width: 3;
  }
  .tooltip-fill {
    fill: #1F140F;
    stroke: #1F140F;
    stroke-width: 1;
  }
  
  .st0{
    stroke-width:9;
  }
  
  .st1{
    stroke-width:3;
  }
  
  
  #num1{
    position: absolute;
    transition:.5s;
    top:15%;
    right:15%;
  }
  #num1-content-container{
    position:absolute;
    width:550px;
    top:-25%;
    left:-32%;
    text-align:left; 
    display:none;
    transition: all .4s ease-out;
  }
  #num1:hover ~ #num1-content-container{
    transform:scale(1);
    display:block;
  }
  
  #num2{
    position: absolute;
    top:0;
    transition:.5s;
    left:30%;
  }
  #num2-content-container{
    position:absolute;
    width:550px;
    top:-40%;
    left:-16%;
    text-align:left; 
    display:none;
    transition: all .4s ease-out; 
  }
  #num2:hover ~ #num2-content-container{
    transform:scale(1);
    display:block;
  }
  
  #num3{
    position: absolute;
    transition:.5s;
    bottom:-5%;
    left:40%;
  }
  #num3-content-container{
    position:absolute;
    width:550px;
    bottom:-5%;
    left:-6%;
    text-align:left; 
    display:none;
    transition: all .4s ease-out; 
  }
  #num3:hover ~ #num3-content-container{
    transform:scale(1);
    display:block;
  }
  
  
  
  #num4{
    position: absolute;
    transition:.5s;
    top:45%;
    left:40%;  
  }
  #num4-content-container{
    position:absolute;
    width:550px;
    bottom:46%;
    left:-8%;
    text-align:left; 
    display:none;
    transition: all .4s ease-out; 
  }
  #num4:hover ~ #num4-content-container{
    transform:scale(1);
    display:block;
  }
  
  
  
  #num5{
    position: absolute;
    transition:.5s;
    bottom:15%;
    left:40%;
  }
  #num5-content-container{
    position:absolute;
    bottom:17%;
    left:-23%;
    text-align:center; 
    display:none;
    transition: all .4s ease-out; 
  }
  #num5:hover ~ #num5-content-container{
    transform:scale(1);
    display:block;
  }
  
  
  #num6{
    position: absolute;
    transition:.5s;
    top:11%;
    left:37%;
  }
  #num6-content-container{
    position:absolute;
    width:550px;
    top:-30%;
    left:-72%;
    text-align:left; 
    display:none;
    transition: all .4s ease-out; 
  }
  #num6:hover ~ #num6-content-container{
    transform:scale(1);
    display:block;
  }
  
  
  #num7{
    position: absolute;
    transition:.5s;
    bottom:0;
    left:25%;
  }
  #num7-content-container{
    position:absolute;
    width:550px;
    bottom:5px;
    left:-20%;
    text-align:left; 
    display:none;
    transition: all .4s ease-out; 
  }
  #num7:hover ~ #num7-content-container{
    transform:scale(1);
    display:block;
  }
  .sibling-fade { visibility: hidden; }
  
  .sibling-fade > * { visibility: visible; }
  
  .sibling-fade > * { transition: opacity 150ms linear 100ms, transform 150ms ease-in-out 100ms; }
  
  .sibling-fade:hover .number  { opacity: 0; transform: scale(0.9); }
  
  .sibling-fade .number:hover  { opacity: 1; transform: scale(1); transition-delay: 0ms, 0ms; }
  
  .brochure{
      margin-top:10%;
  }
  
  .intelliglass-grid{
    display:grid;
    position: relative;
    grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));
    grid-template-rows:repeat(auto-fit, minmax(200px, 1fr));
    max-width:1500px;
    margin:5% auto 0;
    min-height:300px;
    justify-items:center;
  }
  .iglass-header{
    width:80%;
    margin:3% auto 0;
  }
  .climate-zones{
    padding:5% 0;
  }
  .climate-zones p{
    margin:0;
    padding:0;
  }
  .iglass{
    padding:3%;
    border-bottom:1px solid black;
    margin-bottom:5%;
  }
  .glass{
    max-width:225px;
    margin-bottom:10px;
    display:flex;
    flex-direction: row;
    flex-wrap:wrap;
    justify-content: center;
    align-content: flex-start;
    border:1px solid black
  }
  .glass p{
    display:block;
  }
  .glass:nth-child(odd){
    background-color:#ececec;
  }
  .glass:nth-child(even){
    background-color:#fff;
  }
  @media  screen and (max-width:992px) {
    .features-list{
    margin-top:2%;
  }
}

@media  screen and (max-width:800px) {
    
    #prestige{
      margin-left:-45px;
    }
}
@media  screen and (max-width:600px) {
      .cutout{
        display:none;
      } 
    .energy-efficient img{
      float:none;
    }
    .intelliglass-grid{
    display:block;
    
  }
}