:root {
  --black: black;
  --lime-green: #4ddb00;
  --forest-green: #1c9e05;
  --white: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  height: 100%;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  color: var(--black);
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2em;
}

h4 {
  color: #25d107;
  margin-top: 10px;
  margin-bottom: 9px;
  font-size: 19px;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  color: var(--black);
  margin-top: 13px;
  margin-bottom: 13px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4em;
}

p {
  color: #4a4a4a;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.8em;
}

a {
  color: var(--lime-green);
  text-decoration: underline;
}

a:hover {
  color: var(--forest-green);
}

li {
  color: #4a4a4a;
  font-size: 15px;
  line-height: 1.8em;
}

.paragraph-small {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.8em;
}

.link {
  color: #000;
  cursor: pointer;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.link:hover {
  color: #25d107;
}

.heading-section {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 66%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-header {
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 50px;
  font-weight: 600;
  line-height: 1em;
}

.footer {
  background-color: #0000;
  background-image: linear-gradient(#161616, #161616);
}

.footer-wrap {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: flex;
}

.footer-content {
  flex-direction: column;
  width: 50%;
  margin-top: 20px;
  margin-right: 0%;
  padding-left: 0;
  padding-right: 100px;
  display: flex;
}

.footer-links {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 15px;
  display: flex;
}

.footer-p {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1.8em;
}

.footer-link {
  color: #fff;
  cursor: pointer;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 15px;
  text-decoration: none;
  transition: color .2s;
}

.footer-link:hover {
  color: #25d107;
}

.copyright-wrap {
  border-top: 1px solid #ffffff4d;
  width: 100%;
  margin-top: 64px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.brand {
  background-image: url('../images/imageedit_13_6628804806.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100px;
  width: 105px;
  height: 70px;
  padding-top: 5px;
  padding-bottom: 5px;
  left: -23px;
}

.subhead {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.3em;
}

.subhead.topadd {
  margin-top: 20px;
}

.eviron-wrap {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.eviron-photo {
  background-image: url('../images/matheus-bandoch-mkdI8JN6sDU-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 50%;
  height: auto;
  min-height: 450px;
}

.environ-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 40px 60px 40px 0;
  display: flex;
}

.point-wrap {
  margin-top: 20px;
  margin-bottom: 20px;
}

.point-wrap.bottompadd {
  margin-top: 0;
}

.point-wrap.toppadd {
  margin-bottom: 0;
}

.footer-head {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
}

.success-msg {
  color: #fff;
  text-align: center;
  background-color: #10a76b;
  border-radius: 4px;
  padding: 65px 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.light-link {
  color: #fff;
  border-bottom: 1px solid #ffffff45;
  text-decoration: none;
}

.light-link:hover {
  border-bottom-color: #fff;
}

.description-text {
  color: #768086;
  font-size: 13px;
}

.submit-button {
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  cursor: pointer;
  background-color: #25d107;
  border-radius: 3px;
  width: 100%;
  margin-top: 0;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 600;
  line-height: 12px;
}

.submit-button:hover {
  background-color: #24a00e;
}

.form-label {
  color: #333;
  margin-bottom: 5px;
  font-weight: 500;
}

.input {
  color: #394650;
  border: 1px solid #d1dbe0;
  border-radius: 2px;
  height: 50px;
  margin-bottom: 22px;
}

.form-wrap {
  background-color: #fff;
  border-radius: 0;
  max-width: 1100px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 58px;
}

.contact-wrap {
  z-index: 3;
  flex-direction: column;
  align-items: center;
  margin-top: -70px;
  padding-top: 0;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.hero-head {
  z-index: 4;
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  border-top-width: 5px;
  border-top-color: #fff;
  border-bottom-width: 5px;
  border-bottom-color: #fff;
  max-width: 821px;
  margin: 20px 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 66px;
  font-weight: 700;
  line-height: 1em;
  position: relative;
}

.hero-head.sub-head {
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 0;
  font-size: 69px;
}

.flex-container {
  z-index: 5;
  border-left: 1px #ffffff1a;
  border-right: 1px #ffffff1a;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.hero-wrap {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/taylor-vick-M5tzZtFCOfs-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 95%;
  min-height: 600px;
  max-height: 800px;
  padding-top: 100px;
  padding-bottom: 35px;
  display: flex;
}

.hero-wrap.sub-hero {
  min-height: 550px;
  max-height: 700px;
}

.hero-wrap.sub-hero.services {
  background-image: linear-gradient(#00000080, #00000080), url('../images/broadband-business-cables-2881229.jpg');
}

.hero-wrap.sub-hero.contact {
  background-image: linear-gradient(#00000080, #00000080), url('../images/nordwood-themes-q8U1YgBaRQk-unsplash.jpg');
}

.button-wrap-2 {
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  margin-left: 0;
  overflow: hidden;
}

.button-wrap-2.padd-top {
  margin-top: 25px;
}

.hero-subhead {
  z-index: 4;
  color: #fff;
  text-align: left;
  width: 90%;
  max-width: 588px;
  margin: 0 auto 0 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
  display: block;
  position: relative;
}

.space-text {
  z-index: 5;
  color: #fbfbfb;
  text-align: center;
  letter-spacing: 11px;
  margin-top: 0;
  padding-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 21px;
  font-weight: 200;
  line-height: 1em;
  position: relative;
}

.space-text.space2 {
  color: #fbfbfb;
  letter-spacing: 9px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 22px;
  font-weight: 200;
}

.summary-box-wrap {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.box {
  z-index: 5;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin: -80px auto 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  box-shadow: 0 2px 12px -5px #25252526;
}

.image-2 {
  background-image: url('../images/broadband-business-cables-2881229.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  min-height: 0;
}

.image-2.design {
  background-image: url('../images/taylor-vick-M5tzZtFCOfs-unsplash.jpg');
}

.text-flex {
  background-color: #fff;
  width: 50%;
  padding: 50px;
}

.comp {
  color: var(--black);
  letter-spacing: .5px;
  text-shadow: none;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
}

.ben-wrap {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.col-brick {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.333%;
  padding: 0;
  display: flex;
}

.flex-cool {
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon {
  width: auto;
  max-width: 50px;
  height: 30px;
}

.icon.auto {
  width: 27px;
  height: 27px;
  position: relative;
  top: 5px;
  left: 0;
}

.icon.net {
  width: 32px;
  height: 32px;
  margin-bottom: -4px;
}

.icon.ic-1 {
  width: 55px;
  max-width: none;
  height: 55px;
  margin-bottom: -28px;
  position: relative;
  top: -9px;
  left: -16px;
}

.heading-5 {
  color: #000;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 11px;
  font-weight: 500;
}

.block-wrap {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  height: auto;
  margin-bottom: 75px;
  display: flex;
  position: relative;
  box-shadow: 0 6px 15px -3px #06290030;
}

.block-wrap.nopadd {
  margin-bottom: 0;
}

.block-wrap.flip {
  flex-direction: row-reverse;
}

.block-img {
  z-index: 1;
  background-image: url('../images/thomas-jensen-ISG-rUel0Uw-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: auto;
  min-height: 450px;
  position: relative;
}

.list {
  color: #868686;
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 15px;
  line-height: 1.8em;
  display: flex;
}

.list-item {
  color: #4a4a4a;
  width: 50%;
}

.block-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-bottom: 0;
  padding: 50px;
  display: flex;
}

.service-slide {
  width: 100%;
  height: 100%;
}

.right-arrow, .left-arrow {
  display: none;
}

.slide {
  background-image: url('../images/broadband-cable-wires-close-up-2881233.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/IMG_3594.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/IMG_3580.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/IMG_3594.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/IMG_3577.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/IMG_3590.jpg');
  background-position: 50%;
  background-size: cover;
}

.preload {
  z-index: 1111;
  background-color: #000;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.brand-3 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-right: 11px;
  display: flex;
  position: relative;
}

.brand-3.w--current {
  position: relative;
  left: 0%;
}

.form {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.paragraph {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.9em;
}

.paragraph.center-on-1 {
  text-align: center;
  max-width: 700px;
}

.green-head {
  color: #25d107;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.3em;
}

.input-wrap {
  width: 49%;
}

.legal-wrap {
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 1300px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.legal-text {
  color: var(--white);
  font-size: 15px;
}

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

.icon-2 {
  filter: hue-rotate(85deg);
  cursor: pointer;
  background-image: url('../images/iconfinder-32-1_1iconfinder-32 (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}

.icon-2.fb {
  background-image: url('../images/iconfinder-32_1iconfinder-32.png');
  margin-left: 10px;
}

.icon-2.ig {
  filter: hue-rotate(85deg);
  background-image: url('../images/107138-32_1107138-32.png');
  background-size: contain;
  width: 34px;
  height: 34px;
  margin-left: 10px;
}

.image-3 {
  height: 65px;
  margin-right: 5px;
}

.button {
  background-color: var(--lime-green);
  text-align: center;
  cursor: pointer;
  border: 2px #f60;
  border-radius: 3px;
  width: auto;
  margin-top: 0;
  margin-right: 0;
  padding: 13px 30px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1em;
  transition: transform .3s, box-shadow .3s, background-color .3s;
}

.button:hover {
  background-color: var(--forest-green);
  color: #fff;
  border-style: none;
  transform: translate(0, -3px);
  box-shadow: 0 20px 20px -1px #ff66001c;
}

.button.nav {
  margin-left: 15px;
}

.pg-jump {
  position: absolute;
  top: -84px;
}

.safety-wrap {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.safety-logo {
  height: 125px;
  transition: opacity .2s;
}

.safety-logo:hover {
  opacity: .6;
}

.safety-link {
  margin-right: 30px;
}

.safety-link:hover {
  opacity: .6;
}

.container-navigation {
  flex: 1;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-link {
  color: #000;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  margin-left: 4px;
  margin-right: 4px;
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.navigation-link:hover {
  color: var(--lime-green);
}

.dropdown-mobile {
  display: none;
}

.feature-wrap {
  align-items: flex-start;
  padding: 14px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.feature-wrap:hover {
  background-color: #1324330d;
}

.mobile-button-link {
  display: none;
}

.navigation-block-left {
  align-items: center;
  width: auto;
  display: flex;
  position: relative;
}

.navigation {
  z-index: 99;
  background-color: #fff;
  border-bottom: 1px solid #ffffff14;
  min-height: auto;
  padding: 10px 0%;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 20px 20px -20px #0003;
}

.navigation-link-wrap {
  display: flex;
}

.navigation-block-right {
  align-items: center;
  display: flex;
}

.privacy-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 100px;
  display: flex;
}

.rich-text-wrapper {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.container {
  width: 90%;
  max-width: 1300px;
}

.container.small {
  max-width: 1100px;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

html.w-mod-js [data-ix="fade-on-load-2"] {
  opacity: 0;
  transform: translate(0, 10px);
}

@media screen and (min-width: 1440px) {
  .legal-wrap {
    max-width: 1500px;
  }

  .button {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

@media screen and (min-width: 1920px) {
  .legal-wrap {
    max-width: 1700px;
  }

  .legal-text {
    font-size: 18px;
  }

  .button {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .navigation-link {
    font-size: 17px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    text-align: left;
  }

  h4 {
    text-align: center;
  }

  h5, p {
    text-align: left;
  }

  .paragraph-small {
    text-align: left;
    font-size: 15px;
  }

  .heading-section {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .section-header {
    font-size: 40px;
  }

  .footer-content {
    width: 100%;
    margin-top: 0;
  }

  .footer-links {
    width: 50%;
    margin-top: 30px;
  }

  .footer-p {
    text-align: left;
  }

  .footer-link {
    font-size: 13px;
  }

  .brand {
    left: -26px;
  }

  .subhead {
    text-align: left;
    font-size: 26px;
  }

  .eviron-wrap {
    flex-direction: column-reverse;
    align-items: center;
  }

  .eviron-photo {
    width: 100%;
    height: 400px;
    min-height: auto;
  }

  .environ-text {
    justify-content: space-between;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .point-wrap.bottompadd {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
  }

  .point-wrap.toppadd {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    display: flex;
  }

  .footer-head {
    font-size: 12px;
  }

  .form-wrap {
    padding: 50px;
  }

  .hero-head {
    z-index: 4;
    margin-top: 19px;
    padding-bottom: 10px;
    font-size: 50px;
    line-height: 1.1em;
  }

  .hero-head.sub-head {
    font-size: 61px;
  }

  .hero-wrap {
    height: auto;
    min-height: auto;
    padding-top: 200px;
    padding-bottom: 131px;
  }

  .hero-wrap.sub-hero {
    padding-top: 220px;
    padding-bottom: 119px;
  }

  .hero-wrap.sub-hero.services {
    height: auto;
  }

  .hero-subhead {
    z-index: 4;
    max-width: 430px;
    margin-top: 0;
    font-size: 18px;
  }

  .space-text.space2 {
    letter-spacing: 10px;
    font-size: 19px;
  }

  .summary-box-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .box {
    flex-flow: column wrap;
    max-width: 800px;
    margin-top: -55px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .text-flex {
    text-align: left;
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 50px;
  }

  .comp {
    text-shadow: none;
    display: none;
  }

  .ben-wrap {
    flex-direction: column;
  }

  .col-brick {
    align-items: flex-start;
    width: 100%;
    margin-bottom: 40px;
  }

  .col-brick.notoppadd {
    padding-top: 0;
  }

  .col-brick.last-brick {
    margin-bottom: 0;
  }

  .flex-cool {
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .block-wrap {
    flex-direction: column;
    align-items: center;
    margin-bottom: 65px;
  }

  .block-wrap.nopadd {
    margin-bottom: 0;
  }

  .block-wrap.flip {
    flex-direction: column;
  }

  .block-img {
    width: 100%;
    height: 375px;
    min-height: auto;
  }

  .list {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
    list-style-type: disc;
    display: flex;
  }

  .list-item {
    width: 50%;
  }

  .block-text {
    width: 100%;
    padding: 30px;
  }

  .brand-3 {
    z-index: 3;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .brand-3.w--current {
    position: relative;
    left: 0%;
  }

  .paragraph {
    text-align: left;
    font-size: 15px;
  }

  .paragraph.center-on-1, .green-head {
    text-align: left;
  }

  .icon-2 {
    width: 25px;
    height: 25px;
  }

  .icon-2.ig {
    width: 30px;
    height: 30px;
  }

  .image-3 {
    height: 90px;
  }

  .button.nav {
    display: none;
  }

  .container-navigation {
    z-index: 99;
    min-height: 55px;
    position: relative;
  }

  .dropdown-mobile {
    z-index: 999;
    justify-content: flex-end;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: relative;
    inset: 0% 0% 0% auto;
  }

  .feature-wrap {
    flex-direction: column;
  }

  .mobile-button-link {
    background-color: #fff;
    border-radius: 50px;
    justify-content: flex-start;
    width: 55px;
    height: 55px;
    padding: 10px;
    display: flex;
  }

  .navigation-block-left {
    width: 50%;
  }

  .mobile-dropdown {
    right: 10%;
  }

  .mobile-dropdown.w--open {
    background-color: #fff;
    width: 100%;
    min-width: 500px;
    margin-top: 76px;
    padding: 20px;
    right: 0%;
    box-shadow: 1px 1px 3px #54668121;
  }

  .dropdown-link {
    color: #3b4c5b;
    width: 100%;
    min-width: 170px;
    padding: 12px 0;
    font-size: 16px;
  }

  .dropdown-link:hover {
    background-color: #73a7d417;
  }

  .dropdown-link.w--current {
    color: var(--lime-green);
  }

  .navigation {
    min-height: auto;
  }

  .dropdown-toggle-2 {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    display: flex;
  }

  .navigation-link-wrap {
    display: none;
  }

  .navigation-block-right {
    justify-content: flex-end;
    width: 50%;
  }

  .privacy-section {
    padding-bottom: 80px;
  }

  .container {
    max-width: 1300px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 25px;
  }

  h4 {
    text-align: center;
    font-size: 17px;
  }

  h5, p {
    font-size: 14px;
  }

  .paragraph-small {
    text-align: center;
  }

  .heading-section {
    width: 90%;
    margin-left: 0;
  }

  .section-header {
    font-size: 30px;
  }

  .footer-content {
    padding-right: 15px;
  }

  .subhead {
    font-size: 23px;
  }

  .eviron-photo {
    height: 350px;
  }

  .environ-text {
    flex-direction: column;
    padding-right: 0;
  }

  .point-wrap.bottompadd {
    width: auto;
    margin-bottom: 15px;
  }

  .point-wrap.toppadd {
    width: auto;
    margin-top: 15px;
  }

  .input {
    margin-bottom: 26px;
  }

  .form-wrap {
    padding: 50px 33px;
  }

  .hero-head {
    font-size: 40px;
  }

  .hero-head.sub-head {
    font-size: 55px;
  }

  .flex-container {
    border-bottom: 1px #ffffff1a;
  }

  .hero-subhead {
    max-width: 370px;
    margin-top: 0;
    font-size: 17px;
  }

  .space-text.space2 {
    margin-top: 0;
    padding-left: 0;
    font-size: 18px;
  }

  .box {
    padding-left: 0;
    padding-right: 0;
  }

  .text-flex {
    padding: 30px;
  }

  .ben-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .col-brick {
    width: 100%;
  }

  .flex-cool {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .icon {
    max-width: 65px;
  }

  .block-img {
    height: 325px;
  }

  .list {
    justify-content: space-between;
  }

  .brand-3 {
    padding-left: 0;
  }

  .input-wrap {
    width: 100%;
  }

  .legal-wrap {
    margin-top: 40px;
  }

  .image-3 {
    height: 80px;
  }

  .button {
    margin-top: 0;
  }

  .mobile-dropdown.w--open {
    min-width: 400px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 20px;
  }

  h4 {
    text-align: center;
    font-size: 16px;
  }

  .paragraph-small {
    text-align: center;
    font-size: 14px;
  }

  .heading-section {
    width: 90%;
  }

  .section-header {
    font-size: 22px;
  }

  .footer-content {
    padding-left: 0;
    padding-right: 15px;
  }

  .footer-links {
    width: 100%;
    padding-left: 0;
  }

  .footer-p {
    font-size: 14px;
  }

  .copyright-wrap {
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .brand {
    padding-left: 0;
  }

  .subhead {
    font-size: 18px;
  }

  .eviron-photo {
    height: 275px;
  }

  .environ-text {
    padding-left: 0;
    padding-right: 0;
  }

  .success-msg {
    padding-left: 15px;
    padding-right: 15px;
  }

  .submit-button {
    width: 100%;
  }

  .form-label {
    font-size: 14px;
  }

  .form-wrap {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 20px;
    overflow: hidden;
  }

  .hero-head {
    margin-top: 15px;
    font-size: 36px;
    display: block;
  }

  .hero-head.sub-head {
    font-size: 45px;
  }

  .flex-container {
    border-bottom-style: none;
  }

  .flex-container.notopmarg {
    margin-top: 0;
  }

  .hero-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-wrap.sub-hero.services {
    height: auto;
  }

  .button-wrap-2 {
    flex-direction: column;
    align-items: stretch;
    margin-top: 10px;
  }

  .hero-subhead {
    max-width: 260px;
    margin-top: 0;
    font-size: 15px;
  }

  .space-text.space2 {
    letter-spacing: 6px;
  }

  .summary-box-wrap {
    width: auto;
  }

  .box {
    box-shadow: none;
    padding: 0;
  }

  .text-flex {
    margin-top: 0;
    padding: 25px 15px;
  }

  .comp {
    font-size: 15px;
    display: none;
  }

  .heading-5 {
    font-size: 17px;
  }

  .block-wrap {
    margin-bottom: 50px;
  }

  .block-img {
    height: 275px;
  }

  .list-item {
    width: 100%;
    font-size: 14px;
  }

  .block-text {
    padding: 20px;
  }

  .brand-3 {
    padding-left: 0;
  }

  .form {
    overflow: hidden;
  }

  .paragraph {
    font-size: 14px;
  }

  .legal-wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
  }

  .legal-text {
    font-size: 13px;
  }

  .social-wrap {
    margin-top: 10px;
  }

  .button {
    width: auto;
    margin-top: 0;
  }

  .safety-wrap {
    flex-direction: column;
  }

  .safety-logo {
    height: 100px;
  }

  .safety-link {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .navigation-block-left {
    width: 100%;
  }

  .mobile-dropdown.w--open {
    min-width: 200px;
  }
}


