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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 500;
}

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

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

h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 1px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  line-height: 24px;
  font-weight: 300;
}

a {
  text-decoration: underline;
}

.nav-menu {
  text-align: center;
}

.nav-link {
  padding: 26px 13px;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  opacity: 1;
  color: #fff;
}

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

.nav-bar {
  background-color: transparent;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.nav-bar:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.hero {
  position: relative;
  height: 100vh;
}

.hero-heading {
  margin-top: 0px;
  margin-bottom: -20px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.subpage-background {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 300;
}

.page-title {
  margin-top: 0px;
  margin-bottom: 60px;
  font-size: 45px;
  line-height: 51px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.section {
  padding-right: 2.5%;
  padding-bottom: 50px;
  padding-left: 2.5%;
}

.content {
  display: none;
  color: #fff;
}

.footer {
  padding-top: 43px;
  padding-bottom: 43px;
  background-color: transparent;
  color: #222;
  text-align: center;
}

.footer-link {
  margin-right: 6px;
  margin-left: 6px;
  opacity: 0.82;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: hsla(0, 0%, 100%, 0.43);
  text-decoration: none;
}

.footer-link:hover {
  opacity: 0.76;
  color: #ebebeb;
}

.contact-h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 27px;
  line-height: 28px;
  font-weight: 300;
}

.contact-row {
  padding-top: 58px;
  padding-bottom: 58px;
  border-top: 1px solid hsla(0, 0%, 60%, 0.35);
  text-align: center;
}

.contact-link {
  display: inline-block;
  margin-top: 5px;
  margin-left: 40px;
  color: #cecece;
  text-decoration: none;
}

.contact-link:hover {
  color: #fff;
}

.form {
  display: block;
  max-width: 550px;
  margin-top: 54px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.logo {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Roboto Slab', sans-serif;
  color: #fdfdfd;
  font-size: 19px;
  line-height: 23px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.brand-link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 190px;
  padding: 5px;
}

.hero-container {
  position: relative;
  z-index: 10;
  margin-top: 29vh;
  text-align: center;
}

.button {
  padding: 11px 20px;
  border: 1px solid rgba(248, 199, 41, 0.7);
  background-color: hsla(0, 0%, 100%, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: rgba(248, 199, 41, 0.7);
  font-size: 14px;
  font-weight: 400;
}

.button:hover {
  background-color: hsla(0, 0%, 100%, 0.3);
}

.button.big {
  margin-right: 9px;
  margin-left: 9px;
  padding: 11px 26px;
  border-color: #f7c72a;
  -webkit-transition: border 200ms ease, color 200ms ease;
  transition: border 200ms ease, color 200ms ease;
  color: #f7c72a;
  font-size: 16px;
}

.button.big:hover {
  border-color: #fff;
  color: #fff;
}

.button.contact {
  padding-right: 29px;
  padding-left: 29px;
  background-color: rgba(248, 199, 41, 0.7);
  color: rgba(0, 0, 0, 0.7);
  font-weight: 500;
}

.button.margin-top {
  margin-top: 30px;
}

.content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-wrapper.margin-bottom {
  margin-bottom: 100px;
}

.footer-text {
  margin-top: 13px;
  color: hsla(0, 0%, 100%, 0.43);
}

.field {
  font-weight: 300;
}

.input {
  margin-bottom: 20px;
  border-style: none;
  background-color: hsla(0, 0%, 40%, 0.64);
  color: #fff;
}

.input:focus {
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.77);
}

.input.textarea {
  max-height: 550px;
  max-width: 100%;
  min-height: 110px;
  min-width: 100%;
}

.success {
  padding-top: 29px;
  background-color: rgba(30, 187, 0, 0.35);
}

.hero-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.image-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.51), #33332c);
  opacity: 0.5;
}

.image-overlay.dark {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #000, #181818);
}

.slogan {
  display: block;
  width: 610px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.brand-logo {
  width: 100%;
}

.container {
  position: relative;
}

.bio-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 140px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-div {
  padding-right: 25px;
}

.bio-image-div {
  width: 100%;
  height: 220px;
}

.image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.bio-description {
  margin-top: 15px;
}

.heading-3 {
  margin-bottom: 0px;
}

.paragraph-2 {
  margin-bottom: 0px;
  color: #000;
}

.background {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100vw;
  height: 100vh;
}

.background-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.rich-text-block {
  margin-bottom: 26px;
}

.html-embed {
  display: inline-block;
  margin-left: 50px;
  -webkit-transform: translate(0px, 7px);
  -ms-transform: translate(0px, 7px);
  transform: translate(0px, 7px);
}

.div-block {
  padding: 20px;
  border-radius: 0px 0px 5px 5px;
  background-color: #000;
}

.dropdown-list {
  background-color: transparent;
}

.image-2 {
  opacity: 0.62;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.lightbox-link {
  margin-bottom: 60px;
}

.lightbox-link.portrait {
  width: 100%;
  height: 625px;
}

.paragraph-3 {
  max-width: 500px;
  text-align: center;
}

.lightbox-link-2 {
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
}

.image-portrait {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 15%;
  object-position: 50% 15%;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block {
  font-size: 22px;
  line-height: 1.5;
  text-transform: uppercase;
}

.div-block-3 {
  width: 250px;
  margin-right: 30px;
  margin-left: 30px;
  padding: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 2px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.div-block-3:hover {
  box-shadow: 0 0 7px 0 #fff;
}

.div-block-4 {
  width: 690px;
  height: 500px;
  margin-top: 160px;
  margin-right: auto;
  margin-left: auto;
}

.html-embed-3 {
  width: 100%;
  height: 100%;
}

.div-block-5 {
  display: none;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    z-index: 50;
    padding-top: 18px;
    padding-bottom: 18px;
    border-top: 1px solid #000;
    background-color: rgba(0, 0, 0, 0.85);
  }
  .nav-link {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 21px;
    line-height: 27px;
    text-align: center;
  }
  .menu-button {
    padding: 20px 0px 20px 20px;
    color: hsla(0, 0%, 100%, 0.62);
    font-size: 25px;
    line-height: 22px;
  }
  .menu-button:hover {
    color: #fff;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #fff;
  }
  .menu-text {
    margin-right: 3px;
    padding: 2px;
    float: left;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .menu-text:hover {
    color: #fff;
  }
  .menu-icon {
    float: left;
  }
  .bio-wrapper {
    margin-bottom: 120px;
  }
  .lightbox-link.portrait {
    height: 480px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: 110vh;
  }
  .footer {
    padding-right: 14px;
    padding-left: 14px;
  }
  .contact-link {
    margin-bottom: 30px;
  }
  .menu-button {
    margin-right: 7px;
  }
  .content-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
  .slogan {
    width: 80%;
  }
  .bio-wrapper {
    margin-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .card-div {
    margin-bottom: 60px;
    padding-right: 0px;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .bio-image-div {
    height: 280px;
    max-width: 420px;
  }
  .image {
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }
  .lightbox-link.portrait {
    height: 370px;
  }
  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-3 {
    margin-bottom: 30px;
  }
  .div-block-4 {
    width: 100%;
    height: 420px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: 100vh;
  }
  .hero-heading {
    margin-bottom: -15px;
    line-height: 52px;
  }
  .contact-row {
    padding-bottom: 58px;
  }
  .contact-link {
    display: block;
    margin-bottom: 5px;
    margin-left: 0px;
  }
  .form {
    margin-bottom: -50px;
  }
  .hero-container {
    margin-top: 16vh;
    padding-right: 13px;
    padding-left: 13px;
  }
  .button.big {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
  }
  .content-wrapper.margin-bottom {
    margin-bottom: 50px;
  }
  .hero-image {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    height: 100%;
    max-height: 100%;
  }
  .image-overlay {
    background-image: none;
    opacity: 0.5;
  }
  .slogan {
    width: 100%;
  }
  .bio-wrapper {
    margin-bottom: 50px;
  }
  .body {
    background-color: #000;
  }
  .background-image.hide {
    display: none;
  }
  .html-embed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 130px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .lightbox-link {
    display: block;
  }
  .lightbox-link.portrait {
    height: 240px;
  }
  .div-block-3 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  .div-block-4 {
    height: 260px;
  }
  .div-block-5 {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a030a3cc7a92-69bb5bdb {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-eae9caf8be8f-69bb5bdb {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-d1c91cba4238-69bb5bdb {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

