body {
  font-family: Merriweather, serif;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Merriweather, serif;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

a {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #3b51f8;
  text-decoration: underline;
}

a:hover {
  opacity: 0.77;
  text-decoration: none;
}

a:visited {
  color: #6c39d9;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 20px;
}

img {
  display: inline-block;
  max-width: 100%;
  border-radius: 6px;
}

.container {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #0f1649;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #141a8e, #0f1649);
  color: #fff;
}

.hero.in-nav {
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-shadow: 0 49px 50px -20px rgba(247, 185, 28, 0.2);
}

.logomark {
  height: 100%;
  margin-right: 22px;
}

.skiles {
  height: 100%;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6vh;
  padding-bottom: 6vh;
  -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: #0f1649;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 14px;
  letter-spacing: 1px;
}

.footer-contact-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 60px 5px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 2px solid #f7b91c;
}

.footer-contact-block.final {
  padding-right: 0px;
}

.hero-logo-wrapper {
  height: 13vw;
}

.hero-logo-sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 20px 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  opacity: 0.5;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 1.4vw;
  letter-spacing: 3px;
}

.hero-logo-sub.in-nav {
  width: 257px;
  margin-top: 20px;
  padding: 10px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
}

.menu-wrapper {
  padding-top: 5px;
}

.menu-wrapper.in-nav {
  border-top: 1px solid hsla(0, 0%, 100%, 0.5);
}

.menu-link {
  display: inline-block;
  padding: 10px 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-link:visited {
  color: #fff;
}

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

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-content-min {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-bottom: 20px;
}

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

.team-member {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.team-img {
  width: 30%;
  margin-right: 8%;
}

.team-name {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f7b91c;
  font-family: 'Open Sans', sans-serif;
  font-size: 29px;
  letter-spacing: -1px;
}

.page-title {
  margin-bottom: 60px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f7b91c;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image {
  width: 50%;
}

.contact-box-right {
  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-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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.eyebrow {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.content {
  margin-bottom: 80px;
}

.spacer._20 {
  height: 20px;
}

.button:visited {
  color: #fff;
}

.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;
}

.expandable-content {
  overflow: hidden;
}

.expandable-content-text {
  padding-left: 20px;
  font-style: italic;
}

@media screen and (max-width: 991px) {
  ul {
    padding-left: 20px;
  }

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

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

  .footer {
    padding-left: 6vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-logo-wrapper {
    height: 23vw;
  }

  .hero-logo-sub {
    font-size: 3vw;
  }

  .nav-logo-wrapper {
    margin-bottom: 7vw;
  }

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

  .team-img {
    width: 40%;
    margin-right: 5%;
  }

  .page-title {
    font-size: 29px;
  }

  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image {
    width: 100%;
    margin-bottom: 7vw;
  }

  .eyebrow {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .hero.in-nav {
    padding: 12vw 5vw 7vw;
  }

  .hero-logo-wrapper {
    height: 29vw;
  }

  .menu-wrapper {
    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-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .menu-wrapper.in-nav {
    padding-top: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-link {
    padding-right: 3vw;
    padding-left: 3vw;
    font-size: 12px;
  }

  .nav-logo-wrapper {
    height: 23vw;
  }

  .team-member {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .team-img {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 9vw;
  }
}