:root {
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  min-width: 0;
  min-height: 0;
  display: flex;
  position: absolute;
}

.menu-icon {
  color: #fff;
  border: .5px solid #fff;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}

.menu-button.w--open {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.nav-inner {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  display: flex;
}

.link-block {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: -10px;
  display: flex;
}

.tread-navbar-icon {
  width: 70%;
  height: 70%;
}

.tread-header-hero {
  background-image: url('../images/hero-header.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 525px;
  display: flex;
}

.tread-nav-links {
  background-color: #404041;
  border-left: 3px solid #000;
  width: 250px;
}

.tread-nav-link-block {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  text-decoration: none;
  display: flex;
}

.tread-nav-link-text {
  color: #fff;
  letter-spacing: .5px;
  cursor: pointer;
  margin-left: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
}

.tread-nav-grid-icons {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  max-width: 80px;
  margin-left: 20px;
}

.container-blade {
  background-image: url('../images/blade-01.jpg');
  background-position: 0%;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  height: 400px;
  display: flex;
}

.container-content {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 700px;
  display: flex;
}

.text-circle-headline {
  color: #0051a5;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 19px;
  font-weight: 900;
}

.section-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-headline {
  color: #404041;
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 31px;
  font-weight: 900;
  line-height: 33px;
}

.text-body {
  text-align: center;
  width: 700px;
  margin-top: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 300;
}

.blade-footer {
  background-image: url('../images/blade-02.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 400px;
}

.text-block-hedge {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.icon-social {
  width: 40px;
  height: 40px;
  padding: 5px;
}

.icons-social {
  color: #fff;
  justify-content: flex-start;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  display: flex;
}

.footer-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.footer-content {
  flex-direction: column;
  align-items: center;
  width: 700px;
  max-width: 90%;
  display: flex;
}

.link, .link-2 {
  color: #fff;
  text-decoration: none;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 700px;
}

.tread-contain-icon-text {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.circle-hero {
  width: 200px;
  height: 200px;
  margin-top: 20px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.spacer-75px {
  width: 100%;
  height: 75px;
}

.section-footer {
  background-color: #404041;
  justify-content: center;
  align-items: center;
}

.container-logo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 25px;
  display: flex;
}

.pipes-header-logo {
  width: 700px;
}

.text-headline-bold-blue {
  color: #0051a5;
}

.contact-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.contact-box {
  border: 1px solid #0051a5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  display: flex;
}

.contact-link-box {
  text-decoration: none;
}

.text-contact-box-header {
  color: #0051a5;
  text-align: center;
  margin-top: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 21px;
  font-weight: 900;
}

.text-contact-box-body {
  color: #0051a5;
  text-align: center;
  margin-top: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 10px;
  font-weight: 900;
}

.text-circle-body {
  text-align: center;
  margin-top: 10px;
  line-height: 18px;
}

.text-consistent-02-header {
  color: #007096;
}

.text-consistent-body {
  font-weight: 400;
}

.text-consistent-01-header {
  color: #0051a5;
}

.text-consistent-03-header {
  color: #00a9ce;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-consistent-headline {
  color: #404041;
  text-align: left;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 23px;
  font-weight: 900;
  line-height: 25px;
}

.container-copy-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav {
    width: 100vw;
  }

  .menu-icon {
    font-size: 35px;
    line-height: 35px;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, .6);
  }

  .tread-header-hero {
    background-position: 50%;
    background-size: cover;
    height: 400px;
  }

  .tread-nav-links {
    width: 275px;
    min-width: 240px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-circle-headline {
    color: #000;
  }

  .section-content {
    flex-flow: column;
    display: flex;
  }

  .text-body {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .blade-footer {
    background-position: 100%;
  }

  .footer-content {
    max-width: 90%;
  }

  .circle-hero {
    height: 200px;
  }

  .pipes-header-logo {
    width: 550px;
  }

  .text-circle-body {
    color: #000;
    line-height: 18px;
  }

  .section {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .tread-header-hero {
    height: 300px;
  }

  .container-blade {
    background-position: 25%;
  }

  .container-content {
    width: 93%;
    display: flex;
  }

  .text-body {
    width: 100%;
  }

  .blade-footer {
    background-position: 100%;
  }

  .grid {
    flex-flow: column;
    width: 90%;
    display: flex;
  }

  .container-logo {
    align-items: flex-end;
  }

  .pipes-header-logo {
    width: 400px;
  }
}

@media screen and (max-width: 479px) {
  .menu-button.w--open {
    background-color: rgba(0, 0, 0, .9);
  }

  .tread-header-hero {
    width: 100%;
  }

  .tread-nav-links {
    width: 240px;
  }

  .container-blade {
    background-image: url('../images/blade-01-mobile.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .text-headline {
    font-size: 25px;
    line-height: 27px;
  }

  .blade-footer {
    background-image: url('../images/blade-02-mobile.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .text-block-hedge {
    font-size: 11px;
    line-height: 15px;
  }

  .icons-social {
    margin-bottom: 10px;
    display: flex;
  }

  .footer-icon {
    margin-bottom: 15px;
    display: none;
  }

  .footer-container {
    max-width: 100%;
    padding: 30px 0;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .spacer-75px {
    height: 50px;
  }

  .section-footer {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  }

  .container-logo {
    width: 90%;
  }

  .contact-grid {
    flex-flow: column;
    display: flex;
  }

  .contact-box {
    width: 185px;
    height: 50px;
  }

  .text-contact-box-header {
    font-size: 19px;
  }

  .text-contact-box-body {
    font-size: 9px;
  }

  .text-consistent-headline {
    font-size: 19px;
  }
}


