/* Yellow  #FFE01B  rgba(255,224,27,1)  */
/* Green #009D56 rgba(0,157,86,1)*/
/* Blue  #203C6B  rgba(32, 60, 107, 1) */
:root{
    --main-color:#3A5896;
    --main-color2:#3DB4E7;
}
.maincontent {
    max-width: 100%;
    padding:0;
  }
  
.row{
    margin-right:0!important;
    margin-left:0!important;
}

  img {
    width: 100%;
  }
  
  body,
  html {
    font-size: 18px;
  }
  
  p {
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  h1 {
    font-size: 3.3rem;
  }
  
  h2 {
    font-size: 2rem;
  }
  
  h3 {
    font-size: 1.7rem;
  }
  
  h4 {
    font-size: 1.4rem;
  }
  
  h5 {
    font-size: .6rem;
  }
  
  h1,
  h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  
  .col-md-6 {
    margin: 0;
    padding: 0;
  }
  .sec-heading{
      padding:20px 0;
      color:#000;
  }
  .sec-heading p{
      max-width:800px;
      margin:0 auto;
      text-align: center;

  }
  .heading-lg{
      font-size:1.8rem;
  }
  .heading-sm {
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    display: inline;
  }
  
  .heading-sm::after {
    content: "";
    position: absolute;
    display: inline;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 200%;
    background: #C69C6D;
    transition: .3s;
    margin: 0 auto;
  }
  
  .main-hr {
    max-width: 100%;
    margin: 2% 100px 2% 0;
    border: 1px solid #000;
  }
  
  .green-roof {
    margin-top: 50px;
    padding-bottom: 12px;
    border-bottom: 2px solid #000;
  }
  
  /* ======================= R Button ====================== */
  .rButton {
    background-color: #203C6B;
    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 a {
    color: #fff;
  }
  
  .rButton:hover {
    box-shadow: 0px 10px 14px -7px #182D52;
    background-color: #244378;
    transform: scale(.98);
    color: #F3EFE6;
  }
  
  .rButton a:hover {
    text-decoration: none;
  }
  
  .rButton:active {
    position: relative;
    top: 1px;
  }
  
  /* =========================== Btn Dark ============================ */
  .btn-dark {
    font-size: calc(.6vw + .2rem);
    color: #ececec;
    background: transparent;
    line-height: 19px;
    font-weight: 400;
    border: 1px solid #ececec;
    padding: 16px 20px 18px;
    margin: 10px auto;
    border-radius: 0;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    word-spacing: -1px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transition: all 0.25s linear;
  }
  
  .btn-dark:hover {
    background: #c59a37;
    border: none;
    color: #fff;
  }
  
  /* ============================== Start Of Carousel ================================= */
  .hero {
    position: relative;
  }
  
  .carousel-inner {
    width: 100vw;
  }
  
  
  .carousel-fade .carousel-inner .item {
    height: 31vw;
    transition-property: opacity;
    object-fit: cover !important;
  }
  
  .carousel-fade .carousel-inner .bg1 {
    background-image: url('/imageserver/Reusable/westlake22/hero1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .carousel-fade .carousel-inner .bg2 {
    background-image: url('/imageserver/Reusable/westlake22/hero2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .carousel-fade .carousel-inner .bg3 {
    background-image: url('/imageserver/Reusable/westlake22/hero3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .carousel-fade .carousel-inner .bg4 {
    background-image: url('/imageserver/Reusable/westlake22/hero4.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 -100px;
  }
  
  .carousel-fade .carousel-inner .item,
  .carousel-fade .carousel-inner .active.left,
  .carousel-fade .carousel-inner .active.right {
    opacity: 0;
  }
  
  .carousel-fade .carousel-inner .active,
  .carousel-fade .carousel-inner .next.left,
  .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
  }
  
  .carousel-fade .carousel-inner .next,
  .carousel-fade .carousel-inner .prev,
  .carousel-fade .carousel-inner .active.left,
  .carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  
  .carousel-indicators {
    visibility: hidden;
  }
  
  .carousel-fade .carousel-control {
    z-index: 0;
    font-size: 0px;
    display: none;
    padding-top: 8%;
  }
  
  .hero-content {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
  }
  
  #hero-logo {
    position: absolute;
    top: 5%;
    left: 2%;
    padding:1% 2%;
    background-color:#ececec;
  }
  
  #hero-logo img {
    max-width: 12vw;
  }
  
  /* ============================================ End Of Carousel ================================= */
  /* ====================== Start Divider ================= */
  .divider {
    max-height: 300px;
    background: #ececec;
    background-image: linear-gradient(to bottom, rgba(32, 60, 107, .5) 0%, rgba(255, 255, 255, 1) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    color: #756F74;
    padding: 2% 0 0 20%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  
  .divider:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 96%;
    top: -10px;
    height: 10px;
    left: 2%;
    border-radius: 100px / 5px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.6);
  }
  
  .divider h4 {
    font-size: 1.7rem;
    line-height: 40px;
    align-self: center;
    justify-self: flex-start;
  
  }
  
  #divider-tag {
    margin: 0 0 0 100px;
    display:block;
  }
  
  .divider-text h1 {
    padding: 5px 0;
    font-size: 3rem;
    color: #756F74;
  }
  
  .divider-btn {
    grid-row: 2;
    grid-column: 1;
    max-width: 200px;
    text-align: center;
  }
  
  #three {
    transform: rotate(-8deg);
    max-width: 150px;
    margin-top: 100px;
  }
  
  .sec1-container{
    max-width:1500px;
    padding:0 3%;
    margin:0 auto;
    text-align: center;
  }
  /* ================================== Grid Collage =========================== */
  .grid-collage-section {
    margin: 5%;
    text-align: center;
  }
  
  .grid-collage {
    display: grid;
    max-width: 1000px;
    grid-template-columns: auto;
    grid-template-rows: auto;
  }
  
  .grid-item {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: center;
    max-width: 500px;
    font-size: 12px;
  }
  
  .collage-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.8);
    z-index: 3;
    opacity: 0;
    padding: 7%;
    display: flex;
    transition: .3s;
    flex-direction: column;
    justify-content: center;
  }
  
  .collage-content::after {
    position: absolute;
    content: "";
    border: 2px solid black;
    height: 90%;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .collage-content h3 {
    font-size: 1.8rem;
  }
  
  .collage-content p {
    font-size: 1vw;
  }
  
  .grid-item:hover {
    z-index: 3;
  }
  
  .grid-item:hover .collage-content {
    opacity: 1;
    transition: .5s;
  }
  
  .grid-img-horizontal {
    grid-column: 1/4;
    grid-row: 1/4;
    position: relative;
  }
  
  .divider-text {
    grid-column: 3/6;
    grid-row: 1/3;
    margin-top: -150px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1250px;
    line-height: 1;
  }
  
  .grid-img-vertical {
    grid-column: 3/6;
    grid-row: 2/7;
    position: relative;
    justify-self: flex-end;
  }
  
  .grid-logo {
    grid-column: 2/6;
    grid-row: 3/7;
    position: relative;
    margin: 100px 100px 0 0;
  }
  
  .grid-text-content {
    margin: 50px 0 0 75px;
    position: relative;
  }
  
  .grid-content-bg::before {
    content: "";
    position: absolute;
    -webkit-box-shadow: 0px 0px 0px 5px #d5d5d5;
    box-shadow: 0px 0px 0px 5px #969696;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  
  .grid-content-bg {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: left;
    align-content: center;
    position: relative;
    padding: 2%;
    background: rgba(255, 255, 255, 1);
    height: 100%;
    width: 100%;
  }
  
  .grid p {
    font-weight: 600;
    max-width: 550px;
    margin: 5% auto;
    letter-spacing: 1.5px;
  }
  
  /* ============================================= End of grid ======================================= */
  .benefits-col {
    margin-top: 10%;
    padding: 0 5%;
  }
  
  #benefits-subtitle {
    font-size: 1.5rem;
    font-weight: 200;
  }
  
  .benefits-list p {
    margin: 0;
    padding: 5px 0;
  }
  
  .benefits-item-img {
    position: relative;
    border: 2px solid #C69C6D;
    border-radius: 50%;
    height: 75px;
    width: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
    float: right;
  }
  
  .benefits-list-item:hover .benefits-item-img {
    transform: scale(1.2);
    -webkit-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 1);
  }
  
  .benefits-list-item:hover .heading-sm::after {
    width: 250%;
  }
  
  .benefits-item-img img {
    position: relative;
    height: 45px;
    width: 45px;
  }
  
  .benefits-item-right {
    text-align: right;
  }
  .benefits-list{
      margin-top:30px;
  }
  .benefits-list .row {
    margin-top: 10px;
  }
  
  /* ============================= End of Benefits ============================== */
  /* ============================ Warranty Div ================== */
  .warranty-div {
    background-image: url('/imageserver/Reusable/westlake22/warrantybg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-top: 5%;
    padding: 5%;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .warranty-div p {
    max-width: 1400px;
    font-weight: 500;
    line-height: 28px;
    font-size: 1.3rem;
  }
  
  .warranty-div-header {
    margin: 1% 0;
  }
  
  .warranty-div p {
    position: relative;
  }
  
  .warranty-div p::before {
    position: absolute;
    content: url('/imageserver/Reusable/westlake22/quote.png');
    height: 100px;
    width: 50px;
    top: -55%;
    left: -5%;
    transform:rotate(15deg)
  }
  
  .mid-div-container {
    background-image:
      url('/imageserver/Reusable/westlake22/CRRC_Member-min-rbg.png'),
      url('/imageserver/Reusable/westlake22/green-roof-rbg.png');
    background-position: 10px 150px, 10px -90px;
    background-size: 15%, 50%;
    background-repeat: no-repeat;
    height: 60vh;
    z-index: 10;
  }
  
  .green-roof::before {
    content: " ";
    float: left;
    width: 300px;
    height: 200px;
    margin: 83px 0 0 -100px;
    shape-outside: content-box polygon(0 0, 24.4% -28.5%, 60.8% 22%, 106.9% 101.4%, 0 100%);
  }
  
  .mid-div {
    padding: 2% 10%;
    position: relative;
  }
  
  /* ============================== Start of Product List ================================== */
  .show-tab {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .tabset .title:hover {
    color: #c59a37;
  }

  #styles{
      display:flex;
      flex-direction: row;
      justify-content: space-evenly;
      padding:3% 3% 0 3%;
  }
  
  .show_style{
      cursor:pointer;
  }

  .style-logo{
      max-height:60px;
  }

  .main-holder .col.tab-content {
    max-height: 500px;
  }
  .main-tile-img{
    width:100%;
    object-fit:cover;
    height: 500px;
  }
  .overlay {
    z-index: 0;
    position: relative;
  }
  
  .txt-holder p:first-child {
    font-weight: 100;
    font-size: 1.8rem;
    color:#fff;
    padding-bottom:10px;
  }
  
  .bg-full {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
  }
  
  .main-holder .holder {
    border-top: 2px solid #000;
    overflow: hidden;
    margin: 0 auto;
     min-height:502px;
  }
  
  .main-holder .col {
    float: left;
    width: 50%;
  }
  
  .main-holder .col.tab-content {
    max-height: 500px;
  }
  
  .main-holder .col.col3 {
    min-height: 563px;
  }
  
  .main-holder .col.col4 {
    float: right;
    padding: 75px 80px;
  }
  
  .main-holder .txt-holder {
    width: 85%;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid #fff;
    color: #000;
    letter-spacing: 1px;
    padding: 72px 80px;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
    -webkit-transition: all 0.35s linear;
  }
  
  .main-holder .txt-holder .heading {
    margin: 0 0 8px;
    padding: 0 0 15px;
  }
  
  .main-holder .txt-holder p {
    margin: 0;
  }
  
  
  .holder .header {
    background: url('');
    color: #2b2b2b;
    padding:5% 5% 2%;
    letter-spacing: 1px;
  }
  
  .main-holder .heading {
    margin: 0 0 15px;
    color: #2b2b2b;
    word-spacing: 3px;
  }
  
  .main-holder .tabset {
    text-align: center;
  }
  
  .tabset a:hover {
    text-decoration: none;
    cursor: pointer;
  }
  
  .tabset .title:hover {
    color: #c59a37;
  }
  
  .main-holder .tabset a {
    margin: 25px 0;
  }
  
  .main-holder .tabset .active:before {
    width: 50px;
  }
  
  .main-holder .tabset .active .icon i {
    -ms-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-transform: translateY(-65px);
  }
  
  .main-holder .tabset .active .icon i+i {
    -ms-transform: translateY(-56px);
    transform: translateY(-56px);
    -webkit-transform: translateY(-56px);
  }
  
  .main-holder .tabset a {
    display: block;
    position: relative;
    z-index: 1;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
  }
  
  .main-holder .tabset a:before {
    z-index: 0;
    width: 0;
    height: 3px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    position: absolute;
    content: "";
    z-index: -1;
    left: 50%;
    top: auto;
    bottom: -10px;
    right: auto;
    background-color: #c59a37;
  }
  
  .main-holder .tabset a:hover:before {
    width: 110px;
  }
  
  .main-holder .tabset a:hover .icon i {
    -ms-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-transform: translateY(-65px);
  }
  
  .main-holder .tabset .icon i {
    display: block;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
  }
  
  .main-holder .tabset .icon i+i {
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
  }
  
  .main-holder .tabset .title {
    line-height: 21px;
    color: #2b2b2b;
    font-weight: 700;
    display: block;
    letter-spacing: 2px;
    word-spacing: -2px;
    text-transform: uppercase;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
  }
  
  .americas-sec .holder {
    background-image: url("/imageserver/Reusable/tamko2021/flag-cropped.png");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: right bottom;
  }
  
  #flag-hr {
    border-top: 1px solid black;
    max-width: 50%;
    margin: 1px 0 20px;
  }
  
  .vimeo {
    /* max-height: 470px; */
    /* max-width:50%; */
    overflow: hidden;
    object-fit: cover;
    text-align: center;
  }
  
  .main-holder .col {
    float: none;
    background-color: transparent;
    width: 100%;
  }
  .temp-section{
    text-align: center;
  }
  .temp-section p{
    padding:0 12% 3%;
  }
  .temp-header{
    text-align:center;
    text-transform: uppercase;
    margin-top:4%;
  }
  
  .temp-img{
    position: relative;
    max-width:700px;
    margin-top:20px;
  }
  .shingle-temp{
    max-width:250px;
    position: absolute;
    bottom:3%;
    left:36%;
  }
  .concrete-temp{
    max-width:250px;
    position: absolute;
    bottom:3%;
    left:37%;
  }
  
  .closing{
    margin-top:5%;
    height:20vh;
    background-image: url('/imageserver/Reusable/westlake22/Concrete-min-wide.jpg');
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  
  /* ======================================= Media Queries ========================================== */
  @media (max-width:1440px) {
    .mid-div-container {
      background-position: 1vw 15vw, 2vw 1vw;
      background-size: 15%, 45%;
      height: 65vh;
    }
    .mid-div {
      padding: 2% 5%;
      position: relative;
    }
    .green-roof::before {
      width: 250px;
      margin: 83px 0 0 -150px;
    }
  }
  @media (max-width:1200px) {
   
    .green-roof::before {
      width: 0px;
      margin: 83px 0 0 -150px;
    }
    .collage-content p {
      font-size: clamp(10px, 1.8vw, 20px);
    }
  
    .carousel-fade .carousel-inner .bg4 {
      background-position: 0 0px;
    }
  
    .divider {
      max-height: 300px;
      background-image: linear-gradient(to bottom, rgba(32, 60, 107, .5) 0%, rgba(255, 255, 255, 1) 100%);
      padding: 2%;
      text-align:center;
    }
    #divider-tag{
        margin:0;
        display:inline;
    }
  }
  
  @media (max-width:992px) {
    
    html, body{
      font-size:14px;
    }
    .rButton{
      padding:10px 18px;
    }
    .rButton a{
      font-size:14px;
    }
    .americas-sec .holder {
      background-image: url("/imageserver/Reusable/tamko2021/flag-cropped.png");
      background-repeat: no-repeat;
      background-size: 200%;
      background-position: top;
    }
    .mid-div{
      text-align:center;
      padding:1% 5%;
    }
    .mid-div-container {
      background-image:
      linear-gradient(rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.7) 100%),
      url('/imageserver/Reusable/westlake22/CRRC_Member-min-rbg.png'),
      url('/imageserver/Reusable/westlake22/green-roof-rbg.png');
      background-position:center, 70vw 88%, 5vw 140%;
      background-size:100%, 15%, 45%;
      height: 100%;
    }
    .green-roof{
      margin-top:10px;
    }
    .main-holder .col {
      float: none;
      width: 100%;
    }
    #hero-logo img {
      max-width: 12vw;
    }
  }
  
  @media (max-width: 768px) {
    .shingle-temp{
      max-width:200px;
      position: absolute;
      bottom:3%;
      left:32%;
    }
    .concrete-temp{
      max-width:200px;
      position: absolute;
      bottom:3%;
      left:32%;
    }
    .americas-sec .holder {
      background-size: 100%;
      background-position: 0 120%;
    }
    .warranty-div p::before {
      display:none;
    }
    /* .carousel-fade .carousel-inner .item {
      height: 50vh;
     
    } */
  }
  
  @media (max-width:750px) {
    .carousel-fade .carousel-control {
      padding-top: 0% !important;
      margin-top: 20px !important;
      background: none;
      font-size: 50px !important;
    }
    /* #hero-logo img {
      max-width: 150px;
    } */
  }
  @media (max-width:600px) {
    .divider-text {
      display:none;
    }
    .grid-collage {
      display:block;
      text-align: center;
    }
    .collage-content p {
      font-size: 2.5vw;
    }
    .grid-logo {
      margin: 0;
    }
    .grid-item{
      margin:15px 0;
    }
    .heading-sm::after {
      width: 100%;
    }
    .mid-div-container {
      background-size: 0%, 0%, 0%;
      height:100%;
    }
    .mid-div{
      text-align:center;
      padding:5% 3% 0;
    }
  }
  @media (max-width:500px) {
    html, body{
      font-size:11px;
    }
    .carousel-fade .carousel-control {
      padding-top: 0% !important;
      margin-top: 20px !important;
      background: none;
      font-size: 50px !important;
    }
    /* #hero-logo img {
      max-width: 100px;
    } */
  }
  
  /* Option if you do not want the background shadow around the left and right indicators */
  
  .carousel-control.left {
    background: none !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
  }
  
  .carousel-control.right {
    background: none !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
  }