body,
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
}

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

.maincontent_wrapper {
  padding-top: 0;
}

#main-wrapper {
  overflow: hidden;
}

#main-wrapper img {
  width: 100%;
}

#main-wrapper h2 {
  font-weight: 500;
  font-size: 2.3rem;
}

#main-wrapper h3 {
  color: #AA8C60;
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
}

#main-wrapper h1 {
  font-size: 60px;
}

.bold {
  font-weight: 500;
}

.title {
  font-style: italic;
  font-weight: 300;
  display: inline-block;
}

.highlight {
  font-weight: 600;
  display: inline-block;
  -webkit-transform: skewX(-8deg);
          transform: skewX(-8deg);
}

.my-hr {
  position: relative;
  border: 0;
  height: 1px;
  max-width: 70%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0) 100%);
  margin: 100px auto;
}

.myButton {
  margin-top: 30px;
  height: 60px;
  line-height: 56px;
  float: left;
  color: #fff;
  background: #AA8C60;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 10px;
  position: relative;
  border: 2px solid #856B46;
  padding: 0 40px;
  -webkit-box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.myButton:hover {
  text-decoration: none;
  background: #9f8054;
  border-color: #9f8054;
  color: #fff;
  -webkit-box-shadow: 2px 2px 7px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 7px 1px rgba(0, 0, 0, 0.3);
}

.myButton:hover .btn-arrow {
  -webkit-transform: translateX(2px) scale(1.1);
          transform: translateX(2px) scale(1.1);
  -webkit-transition: .3s;
  transition: .3s;
}

.myButton-dark {
  display: inline-block;
  margin: 30px auto;
  height: 60px;
  text-align: center;
  line-height: 56px;
  /* float: left; */
  color: #fff;
  background: #000;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 10px;
  z-index: 50;
  position: relative;
  border: 2px solid #AA8C60;
  padding: 0 40px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.myButton-dark:hover {
  text-decoration: none;
  background: #333;
  border-color: #9f8054;
  color: #fff;
  -webkit-box-shadow: 2px 2px 7px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 7px 1px rgba(0, 0, 0, 0.3);
}

.myButton-dark:hover .btn-arrow {
  -webkit-transform: translateX(2px) scaleX(1.1);
          transform: translateX(2px) scaleX(1.1);
  -webkit-transition: .3s;
  transition: .3s;
}

.btn-arrow {
  max-width: 8px;
  margin: 0 0 2px 8px;
  -webkit-transition: .3s;
  transition: .3s;
}

.hero {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* min-height: 85vh; */
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(38, 40, 43, 0.5)), color-stop(49%, rgba(38, 40, 43, 0.5)), to(rgba(159, 128, 84, 0.5))), url("/imageserver/Reusable/gaf2022/residential/house1.jpg");
  background-image: linear-gradient(to right, rgba(38, 40, 43, 0.5) 0%, rgba(38, 40, 43, 0.5) 49%, rgba(159, 128, 84, 0.5) 100%), url("/imageserver/Reusable/gaf2022/residential/house1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

#gaf-logo {
  max-width: 350px;
  float: right;
}

#warranty-logos {
  max-width: 500px;
  margin-top: 50px;
}

.hero-container h1 {
  color: #AA8C60;
}

.hero-container {
  z-index: 5;
  padding: 5% 5% 0;
  max-width: 1500px;
  margin: 0 auto;
}

.pattern-bg {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.pattern-bg::before {
  content: "";
  width: 93%;
  height: 85%;
  position: absolute;
  left: -4%;
  top: 8%;
  background: #AA8C60;
}

.section1 {
  margin-top: 50px;
  position: relative;
  z-index: 5;
  background-color: #fff;
}

.sec1-container {
  padding: 5% 5%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}

.content-box {
  padding: 0 0% 0 3%;
}

.benefits {
  padding: 3% 8%;
}

.benefits-bg {
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.9))), url("/imageserver/Reusable/gaf2022/residential/house-drawing-bgr.png");
  background-image: linear-gradient(rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%), url("/imageserver/Reusable/gaf2022/residential/house-drawing-bgr.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom, 0 -200px;
  height: 100vh;
  width: 100%;
}

.icon {
  max-height: 100px;
  max-width: 100px;
  margin: 0 auto;
}

.icon img {
  max-height: 100px;
  max-width: 90px;
}

.benefits .flex-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.benefits .flex-item {
  max-width: 300px;
  text-align: center;
}

.benefits .flex-item:nth-child(odd) {
  margin-top: 75px;
}

.divider {
  width: 100%;
  text-align: center;
  margin: 20px 0 0;
  padding: 0 20px;
}

.divider h2 {
  position: relative;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}

.divider h2::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  right: -110px;
  height: 2px;
  width: 100px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #AA8C60), to(rgba(235, 207, 167, 0)));
  background-image: linear-gradient(to right, #AA8C60 50%, rgba(235, 207, 167, 0) 100%);
}

.divider h2::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: -110px;
  height: 2px;
  width: 100px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #AA8C60), to(rgba(235, 207, 167, 0)));
  background-image: linear-gradient(to left, #AA8C60 50%, rgba(235, 207, 167, 0) 100%);
}

.divider-title {
  color: #AA8C60;
  font-style: italic;
}

.products {
  margin-top: 100px;
}

.products-container {
  padding: 0 2% 2%;
  max-width: 1500px;
  margin: 2% auto 2%;
}

.product-img {
  max-width: 500px;
  position: relative;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  z-index: 5;
  margin: 0 auto;
}

.product-bg {
  position: relative;
  height: 34vw;
  width: 30vw;
}

.product-grid-img.designer {
  -webkit-transform: translateY(450px);
          transform: translateY(450px);
}

.designer .product-bg::after {
  top: -175px;
}

.designer .product-bg::before {
  top: -100px;
}

.product-grid-img.tab3 {
  -webkit-transform: translateY(500px);
          transform: translateY(500px);
}

.tab3 .product-bg::after {
  top: -200px;
}

.tab3 .product-bg::before {
  top: -125px;
}

.product-bg::before {
  content: "";
  width: 80%;
  height: 105%;
  position: absolute;
  left: 75px;
  top: 0;
  background-image: -webkit-gradient(linear, left bottom, right top, from(#ebcfa7), color-stop(50%, rgba(235, 207, 167, 0)));
  background-image: linear-gradient(to top right, #ebcfa7 0%, rgba(235, 207, 167, 0) 50%);
}

.product-bg::after {
  content: "";
  z-index: 1;
  width: 65%;
  height: 100%;
  position: absolute;
  right: 90px;
  top: -5%;
  border: 1px solid #AA8C60;
}

.warranty-section {
  position: relative;
  width: 100%;
  min-height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-size: 100%;
  background-position: right;
  background-repeat: no-repeat;
  background-image: url("/imageserver/Reusable/gaf2022/residential/aerial-bg-min.png");
}

.warranty-section .content-box-container {
  -webkit-transform: translateY(36px) translateX(40%);
          transform: translateY(36px) translateX(40%);
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
}

#warranty-img {
  margin: 0 auto 30px;
  position: relative;
  z-index: 10;
  max-width: 500px;
  display: block;
}

.warranty-section .content-box {
  width: 600px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 80px 80px;
  color: #fff;
  background: #9f8054;
  position: relative;
  overflow: hidden;
}

.warranty-section .content-box:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 200px 100vh 0;
  border-color: transparent #ebcfa7 transparent transparent;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.15;
}

#warranty-subtitle {
  margin: 10px 0;
  color: #EBCFA7;
}

.warranty-title {
  margin: 10px 0;
  color: #EBCFA7;
}

.help-section-container {
  padding: 1% 8%;
  max-width: 1600px;
  margin: 0 auto;
}

.subtitle {
  position: relative;
  text-align: center;
  display: inline-block;
  margin: 0 auto 30px;
  color: #000;
}

.subtitle::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  right: -55px;
  height: 2px;
  width: 50px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #AA8C60), to(rgba(235, 207, 167, 0)));
  background-image: linear-gradient(to right, #AA8C60 50%, rgba(235, 207, 167, 0) 100%);
}

.subtitle::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: -55px;
  height: 2px;
  width: 50px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #AA8C60), to(rgba(235, 207, 167, 0)));
  background-image: linear-gradient(to right, #AA8C60 50%, rgba(235, 207, 167, 0) 100%);
}

.post-box a {
  color: #AA8C60;
  position: relative;
  display: inline-block;
  margin: 15px 0 15px;
}

.post-box a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #EBCFA7;
  -webkit-transition: .3s;
  transition: .3s;
}

.post-box a:hover {
  text-decoration: none;
}

.post-box a:hover::after {
  width: 100%;
  -webkit-transition: .3s;
  transition: .3s;
}

.post-box a:hover .btn-arrow {
  -webkit-transform: translateX(2px) scaleX(1.1);
          transform: translateX(2px) scaleX(1.1);
  -webkit-transition: .3s;
  transition: .3s;
}

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

.help-header h2 {
  z-index: 20;
  position: relative;
}

.help-section .flex-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.help-section .flex-item {
  margin: 20px 0;
  max-width: 300px;
}

.help-section .flex-item p {
  padding-right: 10px;
}

.video-bg iframe {
  min-height: 50vh;
}

.algae-wrapper {
  padding: 4% 8% 0;
  text-align: right;
}

.algae-grid {
  display: -ms-grid;
  display: grid;
}

#algae-closeup {
  max-width: 35vw;
}

#algae-content {
  max-width: 700px;
}

#algae-logo {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/4;
  max-width: 400px;
  margin: 0 auto;
}

.videoWrapper {
  position: relative;
  padding-top: 25px;
  padding-bottom: 56.25%;
  max-width: 560px;
  max-height: 500px;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 560px;
  max-height: 315px;
}

.product-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (20%)[4] !important;
      grid-template-columns: repeat(4, 20%) !important;
}

.content-box {
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-column: 3/6;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}

.product-bg {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}

#algae-closeup {
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-column: 3/6;
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  grid-row: 2/5;
  margin-top: 100px;
  justify-self: flex-end;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.product-grid-img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-column: 2/5;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -ms-grid-column-align: center;
      justify-self: center;
  z-index: 20;
  padding: 8% 5% 5% 10%;
  border-radius: 40%;
  background-image: -webkit-gradient(linear, left top, right top, from(white), color-stop(50%, rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0.7)));
  background-image: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.7) 100%);
}

#algae-content {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  grid-row: 3/5;
  justify-self: flex-start;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: right;
  z-index: 30;
}

@media screen and (max-width: 1500px) {
  .product-grid-img {
    -ms-grid-row: 2;
    -ms-grid-row-span: 3;
    grid-row: 2/5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    justify-self: flex-start;
    z-index: 20;
    max-width: 800px;
  }
  #algae-content {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    grid-row: 3/6;
    -ms-grid-column-align: center;
        justify-self: center;
    -ms-flex-item-align: end;
        align-self: flex-end;
    text-align: right;
    z-index: 30;
  }
}

@media screen and (max-width: 1250px) {
  .product-grid-img {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    justify-self: flex-start;
  }
  #algae-content {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    grid-row: 3/6;
    -ms-grid-column-align: center;
        justify-self: center;
    -ms-flex-item-align: end;
        align-self: flex-end;
    text-align: right;
    z-index: 30;
  }
}

@media screen and (max-width: 1150px) {
  .product-grid-img {
    -ms-grid-row: 2;
    -ms-grid-row-span: 4;
    grid-row: 2/6;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    justify-self: flex-start;
    padding: 5% 12% 0 0;
    text-align: left;
  }
  #algae-content {
    grid-column: 1/-1;
    -ms-grid-row: 5;
    -ms-grid-row-span: 2;
    grid-row: 5/7;
    -ms-grid-column-align: center;
        justify-self: center;
    -ms-flex-item-align: end;
        align-self: flex-end;
    text-align: center;
    z-index: 30;
    max-width: 100%;
  }
}

@media screen and (max-width: 900px) {
  #algae-content {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/6;
  }
  .content-box {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/7;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    max-width: 100%;
    text-align: center;
  }
  .product-bg {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/7;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column-align: center;
        justify-self: center;
  }
  .product-bg::after {
    width: 50%;
  }
  .product-grid-img {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/7;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    justify-self: flex-start;
    padding: 2%;
    text-align: center;
    max-width: 100%;
  }
  #algae-closeup {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/7;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    margin-top: 0px;
    -ms-grid-column-align: center;
        justify-self: center;
    max-width: 400px;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

/* =============== Media Queries ================ */
@media screen and (max-width: 1200px) {
  #sec1-content {
    text-align: center;
  }
  .section1 {
    text-align: center;
  }
}

@media screen and (max-width: 992px) {
  body, html {
    font-size: 16px;
  }
  h1 {
    font-size: 48px;
  }
  .pattern-bg::before {
    width: 80%;
    left: -5%;
    top: 0;
  }
  .warranty-section .content-box-container {
    -webkit-transform: translateY(50px) translateX(0);
            transform: translateY(50px) translateX(0);
    text-align: center;
    padding: 0;
  }
  .warranty-section {
    background-size: 0;
    margin-top: 150px;
  }
  #warranty-img {
    margin-top: 20px;
  }
  .warranty-section .content-box {
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
    width: 100%;
    text-align: center;
    display: block;
    padding: 0;
  }
  #warranty-subtitle {
    margin-left: 10px;
  }
  .product-bg {
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
  }
  .product-img {
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
  }
  .product-grid-img.designer {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .designer .product-bg::before {
    top: 0px;
  }
  .product-grid-text {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  .designer .product-bg::after {
    top: 0px;
  }
  .product-bg::after {
    content: "";
    z-index: 1;
    width: 80%;
    height: 80%;
    position: absolute;
    right: -8px;
    top: -5%;
    border: 1px solid #AB9679;
  }
  .product-bg::before {
    content: "";
    width: 80%;
    height: 80%;
    position: absolute;
    left: -40px;
    top: 0;
    background-image: -webkit-gradient(linear, left bottom, right top, from(#ebcfa7), color-stop(50%, rgba(235, 207, 167, 0)));
    background-image: linear-gradient(to top right, #ebcfa7 0%, rgba(235, 207, 167, 0) 50%);
  }
  .product-bg {
    position: relative;
    height: 100%;
    width: 100%;
    margin-top: 10%;
  }
  .content-box p {
    margin: 0 auto;
    max-width: 100%;
  }
  .myButton {
    margin: 10px auto;
    text-align: center;
    display: inline-block;
    float: none;
  }
  .algae-section {
    margin-top: 100px;
  }
  .algae-grid {
    display: block;
    text-align: center;
  }
  #algae-content {
    max-width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .hero-container {
    text-align: center;
  }
  #gaf-logo {
    float: none;
  }
  .warranty-section {
    background-size: 0;
    margin-top: 200px;
  }
}

@media screen and (max-width: 600px) {
  .warranty-section {
    margin-top: 275px;
  }
  .hero-container h2 {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .product-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 450px 250px;
        grid-template-rows: 450px 250px;
    text-align: center;
  }
  .warranty-section {
    margin-top: 350px;
  }
  #algae-closeup {
    margin-top: 225px;
  }
}

@media screen and (max-width: 350px) {
  .product-bg {
    margin-top: 30%;
  }
}

@media screen and (max-width: 300px) {
  .product-bg {
    margin-top: 60%;
  }
}
/*# sourceMappingURL=cert-overview.css.map */