body {
  height: 100%;
  background-color: #162930;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  position: absolute;
  left: 20px;
  top: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: brandon-grotesque, sans-serif;
  color: #162930;
  font-size: 52px;
  line-height: 54px;
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: brandon-grotesque, sans-serif;
  color: #162930;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #8b8b8b;
  line-height: 24px;
}

.header {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  float: left;
}

.logo-wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 300px;
  height: 400px;
  margin: auto;
}

.arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 40px;
  display: block;
  width: 34px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
}

.content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.banner {
  position: relative;
  width: 100%;
  padding: 20px;
  float: left;
  background-color: #162930;
  text-align: center;
}

.row {
  position: relative;
  display: block;
  max-width: 1440px;
  margin: 60px auto 30px;
  float: none;
}

.col {
  padding: 10px;
}

.border-text {
  border-top: 6px solid #162930;
}

.paragraph {
  margin-top: 0px;
  margin-bottom: 15px;
}

.text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer {
  padding: 20px;
  background-color: #162930;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
}

.footwrap {
  display: block;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  font-family: brandon-grotesque, sans-serif;
  color: #b3a891;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.icon {
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  float: left;
}

.context {
  height: 40px;
  float: left;
  font-family: brandon-grotesque, sans-serif;
  color: #929292;
  font-size: 18px;
  line-height: 40px;
}

.link {
  color: #929292;
  text-decoration: none;
}

.link:hover {
  color: #162930;
}

.utility-page-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  padding: 45px 0px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
}

.utility-page-content {
  display: block;
  width: 260px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #929292;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button {
  margin-top: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 20px;
  background-color: #162930;
  font-family: brandon-grotesque, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.button:hover {
  background-color: #2f5664;
}

html.w-mod-js *[data-ix="fade-logo"] {
  opacity: 0;
  -webkit-transform: translate(0px, 46px);
  -ms-transform: translate(0px, 46px);
  transform: translate(0px, 46px);
}

html.w-mod-js *[data-ix="appear-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 35px);
  -ms-transform: translate(0px, 35px);
  transform: translate(0px, 35px);
}

@media (max-width: 991px) {
  .contact-wrap {
    position: relative;
    width: 50%;
    float: left;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 36px;
  }
  .header {
    display: block;
  }
  .content {
    display: block;
  }
  .text {
    position: relative;
    width: 100%;
    float: left;
  }
  .footer {
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
  }
  .heading {
    font-size: 28px;
    line-height: 30px;
  }
}

@media (max-width: 479px) {
  h1 {
    left: 10px;
    top: 10px;
    font-size: 20px;
    line-height: 24px;
  }
  h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .logo-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content {
    display: block;
    height: auto;
  }
  .footer {
    position: relative;
  }
  .footwrap {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 1px;
  }
  .heading {
    left: 10px;
    top: 10px;
    font-size: 18px;
    line-height: 22px;
  }
  .icon {
    margin-right: 5px;
  }
  .context {
    font-size: 16px;
  }
}

