.navbar {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000;
}

.navbar._2 {
  background-color: #000;
}

.nav-logo {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.nav-logo:hover {
  opacity: 0.69;
}

.nav-link {
  padding-top: 53px;
  padding-bottom: 33px;
  -webkit-transition: color 200ms ease, border 200ms ease, opacity 200ms ease, opacity 200ms ease;
  transition: color 200ms ease, border 200ms ease, opacity 200ms ease, opacity 200ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link:hover {
  border-color: #ceb986;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-radius: 0px;
  color: #ceb986;
}

.nav-link.w--current {
  color: #fff;
}

.hero-section {
  width: 100%;
  height: 100vh;
  background-color: #000;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  opacity: 1;
}

.hero-section.who {
  height: 100%;
  padding-top: 13px;
  padding-bottom: 92px;
  background-color: #222;
  background-image: none;
  background-position: 0px 0px;
}

.hero-section.who._2 {
  padding-top: 49px;
  padding-bottom: 86px;
  background-color: #181818;
}

.heading {
  margin-top: 0px;
  margin-bottom: 59px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 29px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 7.5px;
}

.heading.portrait {
  margin-top: 16px;
  margin-bottom: 0px;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.heading._2 {
  margin-bottom: 79px;
  font-size: 32px;
  letter-spacing: 2.5px;
}

.heading._2._3 {
  margin-bottom: 21px;
  color: #000;
  font-size: 32px;
  letter-spacing: 2.5px;
}

.container {
  padding-top: 140px;
  padding-bottom: 157px;
}

.hero-circle {
  margin-left: 150px;
  text-align: center;
}

.hero-circle._2 {
  margin-right: 150px;
  margin-left: 0px;
}

.link-circle {
  padding: 29px;
  float: none;
  border: 2px solid #fff;
  border-radius: 106px;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  text-align: left;
  text-decoration: none;
}

.link-circle:hover {
  border-color: #ceb986;
  background-image: none;
}

.link-circle._2 {
  padding-right: 25px;
  padding-left: 25px;
  float: none;
  border: 2px solid #fff;
}

.link-circle._2:hover {
  border-color: #ceb986;
}

.div-block {
  margin-right: 150px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.image {
  margin-top: 19px;
  margin-bottom: 19px;
  padding: 0px;
  border: 2px none #553838;
  border-radius: 0px;
}

.image:hover {
  border-style: none;
  opacity: 0.7;
}

.image._2 {
  margin: -30px 11px 0px 0px;
  padding: 0px;
}

.link-block {
  padding: 26px 0px 26px 31px;
}

.link-block.footer {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.image-2 {
  padding-top: 25px;
  padding-bottom: 24px;
}

.footer {
  padding-bottom: 25px;
  background-image: -webkit-linear-gradient(270deg, #000, #000);
  background-image: linear-gradient(180deg, #000, #000);
}

.link-block-2 {
  padding: 26px 16px;
}

.text-block {
  margin-top: 32px;
  margin-bottom: 32px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}

.footer-text {
  margin-top: 34px;
  margin-bottom: 34px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}

.footer-text.links {
  padding-right: 92px;
  padding-left: 92px;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
}

.link {
  text-decoration: none;
}

.link-2 {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.link-3 {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.footer-link {
  padding-left: 0px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  color: #ceb986;
  text-decoration: underline;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  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;
}

.container-2 {
  margin-top: 80px;
}

.portrait {
  text-align: center;
}

.portrait._2 {
  padding-top: 247px;
  padding-bottom: 247px;
  background-image: url('../images/Together_1.jpg');
  background-position: 50% 6%;
  background-size: 2119px;
  background-attachment: scroll;
}

.portrait-image {
  padding-bottom: 0px;
  border-radius: 228px;
  text-align: left;
}

.bio-text {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  text-align: center;
}

.bio-text._2 {
  margin-bottom: 21px;
  font-size: 13px;
  line-height: 26px;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bio-text.email {
  text-align: left;
}

.hero-link {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.services {
  padding-top: 1px;
  padding-bottom: 61px;
  background-color: #222;
}

.container-3 {
  margin-top: 80px;
}

.paragraph {
  font-family: Lato, sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: capitalize;
}

.paragraph._1 {
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
}

.column-5 {
  position: static;
  margin-top: 15px;
  text-align: center;
}

.heading-2 {
  margin-top: 10px;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
}

.heading-2._2 {
  color: #fff;
}

.row {
  padding-top: 32px;
  padding-bottom: 32px;
}

.row.services {
  border-bottom: 1px solid #ceb986;
}

.row.services.last {
  border-bottom-style: none;
}

.image-3 {
  padding-bottom: 0px;
}

.wwd {
  padding-top: 26px;
  padding-bottom: 26px;
  border-bottom: 1px none #ceb986;
}

.wwd._2 {
  border-bottom-style: none;
}

html.w-mod-js *[data-ix="home-text"] {
  opacity: 0.13;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="home-text-2"] {
  opacity: 0.13;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

@media (max-width: 991px) {
  .image._2 {
    text-align: left;
  }
  .image-2 {
    margin-left: 40px;
  }
  .footer-text._3 {
    text-align: left;
  }
  .footer-text.links {
    padding-right: 35px;
    padding-left: 35px;
    text-align: left;
  }
  .menu-button {
    position: static;
    padding: 42px 23px 42px 42px;
  }
  .icon {
    color: #fff;
  }
  .column-3 {
    padding-left: 0px;
  }
  .div-block-2 {
    text-align: center;
  }
  .column-4 {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .hero-section {
    height: 100%;
  }
  .hero-section.who {
    padding-right: 30px;
    padding-left: 30px;
  }
  .heading {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 28px;
  }
  .container {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .hero-circle {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 27px;
    clear: none;
    text-align: center;
  }
  .hero-circle._2 {
    margin-right: 0px;
    padding-bottom: 41px;
  }
  .link-circle {
    padding: 13px;
  }
  .link-circle._2 {
    padding: 13px;
  }
  .image._2 {
    text-align: center;
  }
  .link-block.footer {
    text-align: left;
  }
  .image-2 {
    margin-left: 41px;
  }
  .footer-text {
    text-align: center;
  }
  .footer-text._3 {
    margin-top: 10px;
    text-align: center;
  }
  .footer-text.links {
    text-align: center;
  }
  .portrait._2 {
    background-position: 52% 9%;
  }
  .bio-text {
    margin-top: 11px;
    margin-bottom: 11px;
  }
  .hero-link {
    font-size: 19px;
    line-height: 28px;
  }
  .hero-link._2 {
    font-size: 17px;
  }
  .menu-button {
    padding: 45px;
  }
  .icon {
    color: #fff;
  }
  .column-2 {
    position: static;
    left: 74px;
    top: 41px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
  .column-3 {
    text-align: center;
  }
  .div-block-2 {
    text-align: center;
  }
  .column-4 {
    text-align: center;
  }
  .services {
    padding-right: 30px;
    padding-left: 30px;
  }
  .heading-2 {
    margin-top: 24px;
  }
  .column-6 {
    position: static;
    text-align: center;
  }
  .column-7 {
    position: static;
    text-align: center;
  }
  .column-8 {
    position: static;
    text-align: center;
  }
  .column-9 {
    position: static;
    text-align: center;
  }
}

@media (max-width: 479px) {
  .nav-link {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .hero-section {
    height: 100vh;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/9qzBIpf.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/9qzBIpf.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }
  .hero-section.who {
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading {
    margin-bottom: 35px;
    padding-right: 21px;
    padding-left: 21px;
    font-size: 25px;
  }
  .heading.portrait {
    font-size: 23px;
  }
  .container {
    padding-top: 33px;
    padding-bottom: 76px;
  }
  .hero-circle {
    padding-bottom: 16px;
    text-align: center;
  }
  .hero-circle._2 {
    margin-right: 0px;
    padding-bottom: 16px;
  }
  .link-circle {
    padding: 13px;
    font-size: 10px;
  }
  .link-circle._2 {
    padding: 13px;
  }
  .image._2 {
    text-align: left;
  }
  .image-2 {
    margin-right: 21px;
    margin-left: 21px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-text {
    text-align: center;
  }
  .footer-text._3 {
    text-align: center;
  }
  .portrait._2 {
    padding-top: 121px;
    padding-bottom: 121px;
    background-position: 53% 0px;
    background-size: 1226px;
  }
  .bio-text {
    margin-top: 0px;
    margin-bottom: 8px;
  }
  .hero-link {
    padding-right: 7px;
    padding-left: 7px;
    font-size: 17px;
    line-height: 29px;
  }
  .hero-link._2 {
    font-size: 16px;
  }
  .menu-button {
    margin-top: 27px;
    margin-bottom: 27px;
    padding: 18px;
  }
  .icon {
    color: #fff;
  }
  .column {
    position: relative;
    right: 0px;
    text-align: left;
  }
  .column-2 {
    position: static;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .nav-menu {
    background-color: #1a1a1a;
  }
  .column-3 {
    text-align: center;
  }
  .div-block-2 {
    text-align: center;
  }
  .services {
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading-2 {
    margin-top: 23px;
  }
}