@font-face {
  font-family: Avenir Light;
  src: url('../fonts/AvenirLTStd-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-slate-blue: #4a2d80;
  --khaki: #eed361;
  --dark-slate-blue-2: #73286d;
}

.mobile-nav-holder {
  background-color: #54b9e7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  min-height: 50px;
  display: flex;
}

.nav {
  z-index: 99;
  background-color: #0000;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  height: 100px;
  padding-left: 5%;
  padding-right: 5%;
  font-family: Varela, sans-serif;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-logo-copy {
  clear: both;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  max-width: 120px;
  height: 100%;
  padding-top: 0;
  display: flex;
  left: 0;
}

.nav-logo-copy.w--current {
  width: 120px;
  max-width: 120px;
  height: 100%;
}

.nav-menu-item {
  color: #fff;
  border: 0 #0000;
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Avenir Light, Verdana, sans-serif;
  font-size: 16px;
  display: flex;
}

.nav-menu-item:hover {
  color: #cfd0d2;
  border: 1px #0000;
}

.nav-menu-item.w--current {
  color: var(--khaki);
  border: 0 #0000;
  font-family: Nunito, sans-serif;
  font-size: 16px;
}

.nav-menu-item.w--current:hover {
  border: 0 #0000;
}

.nav-menu-item.w--current:visited {
  color: var(--khaki);
}

.nav-menu-item.mobile {
  display: none;
}

.nav-holder {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 0;
  display: flex;
}

.nav-menu-2 {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.mobile-nav-line {
  background-color: #fff;
  border-radius: 20px;
  width: 10%;
  min-height: 5px;
  margin: 4px auto;
}

.mobile-nav-line.mnl3 {
  transform-origin: 0 100%;
  box-shadow: 2px 2px #54b9e7;
}

.home-hero {
  z-index: 2;
  background-image: linear-gradient(to right, #4a2d80e6, #73286de6), url('../images/Screen-Shot-2021-03-24-at-11.14.16-AM.png');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: 95vh;
  min-height: 100vh;
  padding-top: 0;
  display: flex;
  position: static;
  inset: 0% 0% auto;
  overflow: hidden;
}

.heading {
  color: #fff;
  text-align: center;
  width: 80%;
  font-family: Avenir Light, Verdana, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 65px;
}

.button-holder {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.button-primary {
  border: 2px solid var(--khaki);
  color: var(--khaki);
  background-color: #0000;
  border-radius: 0;
  margin: 20px;
  padding: 20px 30px;
  font-family: Avenir Light, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: background-color .3s;
}

.button-primary:hover {
  background-color: var(--khaki);
  color: #5d418c;
}

.scroll-down-2 {
  z-index: 2;
  text-align: center;
  order: 0;
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 30px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.div-block-32 {
  background-image: url('../images/arrow.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  position: static;
  inset: auto auto 20px;
}

.about-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 100px;
  display: flex;
}

.about-img-column {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 500px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.about-blurb-column {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 500px;
  padding-left: 20px;
  display: flex;
}

.heading-2 {
  font-family: Avenir Light, Verdana, sans-serif;
  font-weight: 600;
}

.about-p {
  margin-top: 30px;
  font-family: Avenir Light, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
}

.image {
  width: 500px;
  height: 500px;
}

.slider-section {
  background-color: #efefef;
  height: auto;
}

.slider {
  height: 70vh;
}

.get-in-touch-cta {
  background-image: linear-gradient(to right, #4a2d80e6, #73286de6), url('../images/5_1.png');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 115px;
  padding-bottom: 115px;
  display: flex;
}

.heading-3 {
  color: #fff;
  font-family: Avenir Light, Verdana, sans-serif;
  font-weight: 600;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 100%;
}

.footer-logo-link.w--current {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-height: none;
  display: flex;
}

.footer-menu {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  height: 100%;
  padding-top: 60px;
  padding-left: 100px;
  display: flex;
}

.footer-nl-signup {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.bi-icon {
  height: 13px;
}

.bi-icon.bi-footer {
  width: 100%;
  height: 100%;
}

.footer-img {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  height: 100%;
  padding-left: 5%;
  display: flex;
}

.list-item {
  display: block;
}

.bvc-social-icon-holder {
  justify-content: flex-end;
  width: 300px;
  margin-top: 20px;
  margin-bottom: 15px;
  display: flex;
}

.footer-heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  display: none;
}

.footer-link {
  color: #fff;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-family: Avenir Light, Verdana, sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.footer-link:hover {
  color: #ffffffb3;
  text-decoration: none;
}

.footer-link.w--current {
  font-family: Avenir Light, Verdana, sans-serif;
}

.footer-2 {
  text-align: center;
  background-color: #000;
  background-image: linear-gradient(#000000e6, #000000e6);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.list {
  text-transform: capitalize;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 120px;
  height: 140px;
}

.bsih-icon {
  background-color: #f8be52;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-left: 0;
  margin-right: 10px;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.bsih-icon:hover {
  filter: saturate(127%);
  transform: scale(1.1);
}

.bsih-icon.bi-footer {
  width: 40px;
  height: 40px;
  margin-left: 0;
  margin-right: 10px;
}

.bsih-icon.bi-footer.bf-nelson {
  background-color: #0000;
  border-radius: 0;
  width: 30px;
  height: 30px;
  margin-left: 15px;
}

.sub-hero {
  background-image: linear-gradient(to right, #4a2d80ab, #73286de6), url('../images/IMG_0506.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60vh;
  display: flex;
}

.sub-hero.subhero-drivein {
  height: 70vh;
}

.sub-hero-h1 {
  color: #fff;
  text-align: center;
  width: 70%;
  max-width: 1100px;
  font-family: Avenir Light, Verdana, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 65px;
}

.how-it-works {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
  padding: 60px;
  display: flex;
}

.columns {
  width: 100%;
  height: auto;
}

.paragraph {
  font-family: Avenir Light, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
}

.column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  display: flex;
}

.column-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
}

.col-image-left {
  width: 100%;
  height: auto;
}

.column-3 {
  height: 45vw;
  padding-left: 0;
  padding-right: 0;
}

.column-4 {
  color: #fff;
  background-image: linear-gradient(to right, #4a2d80, #73286d);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 45vw;
  max-height: 60vw;
  padding: 60px;
  display: flex;
}

.h3-yellow {
  color: var(--khaki);
  margin-bottom: 20px;
  font-family: Avenir Light, Verdana, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.p-white {
  color: #fff;
  width: auto;
  font-family: Avenir Light, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
}

.p-white.shrink {
  font-size: 14px;
  line-height: 22.4px;
}

.h1-black {
  color: #000;
  padding-right: 60px;
  font-family: Avenir Light, Verdana, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.col-image-right {
  width: 100%;
}

.column-5 {
  background-image: linear-gradient(to right, #4a2d80, #73286d);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 45vw;
  padding: 60px;
  display: flex;
}

.column-6 {
  height: 45vw;
  padding-left: 0;
  padding-right: 0;
}

.title-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.gradient-block {
  background-image: linear-gradient(to right, #4a2d80, #73286d);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 35vh;
  display: flex;
}

.heading-4 {
  color: #fff;
  text-align: center;
  width: 70%;
  font-family: Nunito, sans-serif;
  font-weight: 400;
}

.heading-4.nf-h2 {
  font-family: Nunito, sans-serif;
  font-weight: 600;
}

.info-section {
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
}

.columns-2 {
  width: 100%;
}

.column-7 {
  padding-left: 80px;
}

.column-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grey-cta {
  background-color: #f7f7f7;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 75%;
  height: 250px;
  padding: 20px 40px;
  display: flex;
}

.button-secondary {
  background-color: var(--khaki);
  color: #000;
  text-align: center;
  border-radius: 0;
  width: 150px;
  margin-top: 10px;
  padding: 20px 30px;
  font-family: Avenir Light, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: background-color .3s;
}

.button-secondary:hover {
  background-color: #eed361b3;
}

.paragraph-2 {
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
}

.heading-5 {
  font-family: Avenir Light, Verdana, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 40px;
}

.heading-6 {
  font-family: Nunito, sans-serif;
  font-weight: 600;
}

.hire-intro-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
  padding-left: 150px;
  padding-right: 150px;
  display: flex;
}

.paragraph-3 {
  text-align: center;
  margin-top: 20px;
  font-family: Avenir Light, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
}

.nf-h2 {
  text-align: center;
  font-family: Nunito, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.ss-columns {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.hire-info-1 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding: 60px 100px;
  display: flex;
}

.col-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 60px;
  padding-right: 10px;
  display: flex;
}

.col-right.img-2 {
  align-items: center;
  padding-left: 10px;
}

.paragraph-20 {
  font-family: Open Sans, sans-serif;
}

.paragraph-20.hire-p-right {
  text-align: left;
  font-family: Avenir Light, Verdana, sans-serif;
  font-size: 16px;
  line-height: 25.6px;
}

.paragraph-20.hire-p-left {
  font-family: Avenir Light, Verdana, sans-serif;
  font-size: 16px;
  line-height: 25.6px;
}

.col-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 60px;
  display: flex;
}

.col-left.img-1 {
  align-items: center;
  padding-right: 0;
}

.col-left.img-3 {
  align-items: center;
  padding-right: 10px;
}

.service-heading-1 {
  text-transform: uppercase;
  font-size: 55px;
  line-height: 60px;
}

.service-heading-1.hi-right {
  text-align: left;
  text-transform: capitalize;
  align-self: auto;
  margin-left: auto;
  font-family: Open Sans, sans-serif;
  font-size: 35px;
}

.hire-image {
  background-image: url('../images/adam-whitlock-I9j8Rk-JYFM-unsplash.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 500px;
  height: 400px;
}

.hire-image.si-left {
  background-image: url('../images/bence-boros-8T5UAV6KkZA-unsplash.jpg');
}

.hire-image.si-left.img-1 {
  background-image: none;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 450px;
  height: 450px;
  display: flex;
  overflow: hidden;
}

.hire-image.si-left.img-1.optoma {
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hire-image.si-right.s1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 5px;
  width: 450px;
  height: 450px;
}

.hire-image.si-right.s1.img-2 {
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hi-heading {
  text-transform: uppercase;
  font-size: 55px;
  line-height: 60px;
}

.hi-heading.hh-left {
  text-transform: capitalize;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 35px;
}

.hire-info-2 {
  height: 70vh;
  padding: 60px 100px;
}

.contact-form-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.form-block {
  width: 40%;
  font-family: Avenir Light, Verdana, sans-serif;
}

.textarea {
  height: 200px;
  padding-bottom: 60px;
  font-family: Avenir Light, Verdana, sans-serif;
}

.heading-8 {
  text-align: center;
  width: 50%;
  font-family: Avenir Light, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.form {
  margin-top: 40px;
}

.heading-9, .heading-10 {
  font-family: Nunito, sans-serif;
  font-weight: 600;
}

.hire-info-3 {
  height: 60vh;
  padding: 60px 100px;
}

.slide {
  background-image: url('../images/1.png');
  background-position: 50%;
  background-size: cover;
}

.link {
  color: var(--khaki);
  transition: color .3s;
}

.link:hover {
  color: #eed361b3;
}

.link-2 {
  color: var(--dark-slate-blue);
  transition: color .3s;
}

.link-2:hover {
  color: var(--dark-slate-blue-2);
}

.heading-11 {
  color: var(--dark-slate-blue);
  font-family: Avenir Light, Verdana, sans-serif;
}

.live-stream-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding: 100px 150px;
  display: flex;
}

.column-9 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 5%;
  display: flex;
}

.columns-3 {
  height: 100%;
  display: flex;
}

.heading-12 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-weight: 400;
}

.form-block-2 {
  display: flex;
}

.form-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-field {
  width: 300px;
  height: 40px;
  margin-bottom: 10px;
  margin-right: 20px;
  font-family: Avenir Light, Verdana, sans-serif;
  font-size: 18px;
}

.text-field:focus {
  border: 0 #000;
}

.column-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.email-signup {
  background-color: var(--dark-slate-blue-2);
  width: 100vw;
  height: 150px;
}

.submit-button {
  background-color: var(--khaki);
  color: var(--dark-slate-blue);
  width: 300px;
  height: 40px;
  padding: 10px 40px;
  font-family: Avenir Light, Verdana, sans-serif;
  font-size: 18px;
  transition: background-color .2s;
}

.submit-button:hover {
  background-color: #eed361b3;
}

.lower-footer {
  background-color: #17004d;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.utility-page-wrap {
  background-image: linear-gradient(to right, var(--dark-slate-blue), var(--dark-slate-blue-2));
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 260px;
  display: flex;
}

.div-block-33 {
  padding-bottom: 20px;
  font-family: Nunito, sans-serif;
}

.heading-13 {
  font-family: Avenir Light, Verdana, sans-serif;
}

.policy-section {
  padding: 60px 150px;
  font-family: Nunito, sans-serif;
}

.rich-text-block {
  font-family: Avenir Light, Verdana, sans-serif;
  font-size: 16px;
  line-height: 25.6px;
}

.text-field-2, .text-field-3, .text-field-4, .text-field-5 {
  font-family: Avenir Light, Verdana, sans-serif;
}

.heading-39 {
  color: #fff;
  text-transform: capitalize;
  margin-top: -90px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.hero-text-container {
  z-index: 10;
  perspective: 157px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  transform: perspective(608px);
}

.parallax-image-2 {
  z-index: 0;
  background-color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: contain;
  min-height: 130%;
  position: absolute;
  inset: -10% 0% 0%;
}

.parallax-image-2.pi-hero {
  background-image: linear-gradient(#00000080, #00000080), url('../images/5ca4209a6408d1ab4d41fd20_vault-21-our-story-7-min.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.parallax-image-2.pi-hero.pih-menu {
  background-image: linear-gradient(to right, #4a2d80d9, #73286dd9), url('../images/Screen-Shot-2021-03-24-at-11.14.16-AM.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.parallax-image-holder {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  padding: 100px 36px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.parallax-image-holder.pih-hero {
  width: 100%;
}

.parallax-image-holder.pih-hero.pihh-menu {
  z-index: 2;
  min-height: 97vh;
}

.typed-words {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  height: 150px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 80px;
  font-weight: 400;
  line-height: 60px;
  text-decoration: none;
  display: block;
}

.heading-40 {
  text-align: center;
  margin-bottom: 18px;
  font-family: Avenir Light, Verdana, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.image-2, .image-3, .image-4 {
  width: 100%;
  height: auto;
}

.slide-2 {
  background-image: url('../images/2.png');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/3.png');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/4.png');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.left-arrow, .right-arrow {
  display: block;
}

.about-img {
  z-index: 0;
  background-image: url('../images/1.png');
  background-position: 55%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 90%;
  height: 90%;
  min-height: auto;
  display: none;
  position: relative;
  inset: 0%;
}

.about-img-holder {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 350px;
  display: flex;
  position: relative;
  overflow: visible;
}

.nmi {
  color: #fff;
  letter-spacing: .05vw;
  border-bottom: 3px #54b9e700;
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding: 30px 1vw;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  display: flex;
}

.nmi:hover {
  border: 1px #000;
}

.nmi.w--current {
  opacity: .64;
  color: #fff;
}

.menu-button-2 {
  flex-wrap: nowrap;
  align-items: center;
  display: none;
}

.menu-button-2.w--open {
  background-color: #c8c8c800;
}

.nav-logo-2 {
  background-image: url("https://cdn.prod.website-files.com/60590bf07e4e4471a9bdb76b/606243430082ba9a329d9d83_willett's-furniture-logo-01.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  min-width: 150px;
  max-width: none;
  min-height: 90px;
  padding-bottom: 0;
  position: absolute;
}

.nav-logo-2.w--current {
  background-image: url("https://cdn.prod.website-files.com/60590bf07e4e4471a9bdb76b/606243430082ba9a329d9d83_willett's-furniture-logo-01.svg");
  background-position: 0 0;
  background-size: auto;
  max-width: 80px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.nm-background {
  display: none;
}

.container-2 {
  flex-flow: row;
  width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.container-2.c-full {
  width: 80%;
  min-width: 950px;
  max-width: 1400px;
}

.container-2.c-full.cf-nav {
  justify-content: space-between;
  height: 100%;
  padding-top: 10px;
  display: flex;
}

.scrolling {
  background-color: #0000;
  display: block;
  position: sticky;
  inset: 0 0% auto;
}

.nav-link-holder {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.nm {
  align-items: center;
  margin-left: auto;
  display: block;
}

.nl-holder {
  height: 90px;
  position: relative;
}

.scrolling-2 {
  background-color: #0000;
  display: block;
  position: sticky;
  inset: 0 0% auto;
}

.grid-image {
  background-image: url('../images/2.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.grid-image.image-1 {
  background-image: url('../images/4.png');
  background-position: 18%;
  background-size: cover;
}

.grid-image.image-2 {
  background-image: url('../images/3.png');
  background-position: 45%;
  background-size: cover;
}

.grid-image.image-3 {
  background-image: url('../images/5.png');
  background-position: 35%;
  background-size: cover;
}

.grid-image.image-4 {
  background-image: url('../images/2.png');
  background-position: 50%;
  background-size: cover;
}

.grid-image.host-image-2 {
  background-image: url('../images/3.png');
  background-position: 60%;
}

.div-block-34 {
  width: 300px;
}

.heading-41 {
  color: #fff;
  text-align: left;
  width: 300px;
  margin-left: -20px;
  font-family: Avenir Light, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.heading-42 {
  color: #fff;
  text-align: left;
  font-family: Nunito, sans-serif;
  font-weight: 400;
}

.grid-item {
  text-align: left;
  align-self: auto;
  width: 100%;
  display: flex;
}

.grid-item:hover {
  opacity: 1;
}

.ea-image-holder {
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  min-height: 40vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.parallax-image {
  object-fit: cover;
  width: 100%;
  height: 130%;
  position: absolute;
  inset: -10% 0% 0%;
}

.div-block-35 {
  margin-bottom: 20px;
  font-family: Avenir Light, Verdana, sans-serif;
}

.text-block {
  font-size: 20px;
}

.success-message {
  background-color: #f7f7f7;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.recaptcha {
  margin-top: 10px;
}

.recaptcha-2 {
  margin-bottom: 0;
}

.nominate-info-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 79px 60px;
  display: flex;
}

.column-2-nominate {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nominate-form-section {
  background-color: #f5f5f5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.div-block-36 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.form-block-3 {
  width: 100%;
  height: 100%;
}

.div-block-37 {
  width: 50vw;
}

.form-3 {
  font-family: Avenir Light, Verdana, sans-serif;
}

.text-field-6, .text-field-7, .text-field-8, .text-field-9, .text-field-10 {
  margin-bottom: 25px;
}

.select-field {
  margin-bottom: 15px;
}

.text-field-11, .text-field-12 {
  margin-bottom: 25px;
}

.textarea-2 {
  min-height: 100px;
  margin-bottom: 38px;
}

.div-block-38 {
  width: 50vw;
  margin-bottom: 52px;
}

.heading-43 {
  color: var(--dark-slate-blue);
  text-align: center;
}

.div-block-39 {
  background-color: #fff;
  border-radius: 0;
  padding: 31px 50px 50px;
  box-shadow: 0 0 20px -18px #000;
}

.submit-button-nominate {
  background-color: var(--khaki);
  color: var(--dark-slate-blue);
  height: 40px;
  padding: 11px 43px 15px;
  font-family: Avenir Light, Verdana, sans-serif;
  font-size: 18px;
  transition: background-color .2s;
}

.submit-button-nominate:hover {
  background-color: #eed361b3;
}

.select-field-2 {
  margin-bottom: 25px;
}

.image-5 {
  object-fit: fill;
  width: auto;
  max-width: none;
  height: 100%;
  position: relative;
  left: -23px;
}

.image-6 {
  object-fit: fill;
  width: auto;
  max-width: none;
  height: 100%;
  position: relative;
  left: 91px;
}

.drive-in-tour-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 150px;
  display: flex;
}

.div-block-40 {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}

.drive-in {
  width: 500px;
  height: 400px;
}

.drive-in.si-left {
  background-image: url('../images/bence-boros-8T5UAV6KkZA-unsplash.jpg');
}

.drive-in.si-left.img-1 {
  background-image: none;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 450px;
  height: 450px;
  display: flex;
  overflow: hidden;
}

.drive-in.si-left.img-1.optoma {
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.drive-in.si-right.s1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 5px;
  width: 450px;
  height: 450px;
}

.drive-in.si-right.s1.img-2 {
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.drive-in-intro-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 50vh;
  padding-left: 150px;
  padding-right: 150px;
  display: flex;
}

.drive-in-info-1 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  padding: 60px 100px;
  display: flex;
}

.drvie-in-info-2, .drive-in-info-3 {
  min-height: 70vh;
  padding: 60px 100px;
}

.video {
  display: none;
}

.iframe-section {
  padding: 60px 150px;
  font-family: Nunito, sans-serif;
}

@media screen and (min-width: 1440px) {
  .scroll-down-2 {
    z-index: 99;
  }

  .div-block-32 {
    background-image: url('../images/arrow.gif');
    background-repeat: repeat;
    background-size: cover;
    width: 75px;
    height: 75px;
  }

  .sub-hero-h1 {
    font-size: 53px;
  }

  .columns {
    max-width: 1000px;
  }

  .paragraph-3 {
    font-size: 16px;
    line-height: 25.6px;
  }

  .nf-h2 {
    font-size: 50px;
  }

  .paragraph-20.hire-p-right {
    font-size: 16px;
    line-height: 25.6px;
  }

  .heading-9 {
    font-family: Nunito, sans-serif;
    font-size: 30px;
  }

  .heading-10 {
    font-size: 30px;
  }

  .hero-text-container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .parallax-image-2.pi-hero.pih-menu {
    background-image: linear-gradient(to right, #4a2d80d9, #73286dd9), url('../images/Screen-Shot-2021-03-24-at-11.14.16-AM.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .parallax-image-holder.pih-hero.pihh-menu {
    min-height: 97vh;
  }
}

@media screen and (min-width: 1920px) {
  .nav-menu-item {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

  .nav-menu-2 {
    padding-top: 20px;
  }

  .heading {
    width: 90%;
    font-size: 80px;
    line-height: 85px;
  }

  .button-primary {
    margin-top: 40px;
    padding: 30px 47px;
    font-size: 25px;
  }

  .scroll-down-2 {
    z-index: 10;
  }

  .link-block-12 {
    z-index: 20;
    position: relative;
  }

  .div-block-32 {
    background-image: url('../images/arrow.gif');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100px;
    height: 100px;
  }

  .heading-2 {
    font-size: 45px;
    line-height: 50px;
  }

  .about-p {
    font-size: 20px;
    line-height: 32px;
  }

  .heading-3 {
    font-size: 48px;
  }

  .footer-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sub-hero-h1 {
    width: 65%;
    font-size: 72px;
    line-height: 95px;
  }

  .columns {
    max-width: 1100px;
  }

  .heading-4.nf-h2 {
    font-size: 60px;
    line-height: 65px;
  }

  .info-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grey-cta {
    height: auto;
  }

  .button-secondary {
    width: 200px;
    padding: 25px 35px;
    font-size: 20px;
  }

  .paragraph-2 {
    font-size: 20px;
    line-height: 32px;
  }

  .heading-5, .heading-6 {
    font-size: 40px;
    line-height: 45px;
  }

  .heading-12 {
    font-size: 30px;
  }

  .email-signup {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-13 {
    font-size: 40px;
  }

  .rich-text-block {
    font-size: 20px;
    line-height: 32px;
  }

  .heading-39 {
    margin-bottom: 15px;
  }

  .hero-text-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-37, .div-block-38 {
    width: 40vw;
  }
}

@media screen and (max-width: 991px) {
  .mobile-nav-holder {
    background-color: #0000;
    margin-top: 0;
  }

  .mobile-nav-holder:active {
    background-color: #0000;
  }

  .nav {
    background-image: linear-gradient(to bottom, var(--dark-slate-blue), var(--dark-slate-blue));
    height: 100px;
    inset: 0% 0% auto;
  }

  .nav.secondary {
    background-image: linear-gradient(to bottom, var(--dark-slate-blue), var(--dark-slate-blue));
  }

  .menu-button {
    background-color: #0000;
    flex-direction: column;
    margin-top: 20px;
    padding: 0;
    display: flex;
  }

  .menu-button.w--open {
    z-index: 999;
    background-color: #0000;
  }

  .nav-logo-copy {
    z-index: 99;
  }

  .nav-logo-copy.w--current {
    inset: 0% auto auto 20px;
  }

  .nav-menu-item {
    text-align: center;
    justify-content: center;
    margin: 10px auto;
    padding-left: 20px;
    font-family: Varela, sans-serif;
    font-size: 35px;
    transition: color .3s;
  }

  .nav-menu-item:hover {
    color: #cfd0d2b3;
  }

  .nav-menu-item.w--current {
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav-menu-item.mobile {
    display: block;
  }

  .nav-holder {
    background-color: #0000;
    background-image: linear-gradient(to right, var(--dark-slate-blue), var(--dark-slate-blue-2));
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 100vw;
    min-height: 100vh;
    display: flex;
  }

  .nav-menu-2 {
    background-color: #54b9e7;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
  }

  .mobile-nav-line.mnl3 {
    box-shadow: none;
  }

  .home-hero {
    background-image: linear-gradient(to bottom, null, null), url('../images/sean-pollock-PhYq704ffdA-unsplash.jpg');
    background-position: 0 0, 50%;
    align-items: center;
  }

  .heading {
    width: 80%;
    margin-bottom: 20px;
  }

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

  .about-section {
    height: auto;
    padding: 80px 20px 60px;
  }

  .about-img-column {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .about-blurb-column {
    height: auto;
    padding-top: 20px;
    padding-left: 10px;
  }

  .image {
    width: 100%;
  }

  .footer-menu {
    flex: 0 auto;
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }

  .footer-nl-signup {
    justify-content: flex-end;
    width: 100%;
    padding-right: 20px;
  }

  .footer-img {
    align-items: center;
    width: 100%;
    padding-left: 0%;
  }

  .bvc-social-icon-holder {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .footer-heading {
    color: #fff;
  }

  .footer-link, .footer-link.w--current {
    text-align: center;
  }

  .footer-2 {
    flex-direction: column;
    height: auto;
    padding: 0;
  }

  .list {
    padding-left: 0;
  }

  .sub-hero-h1 {
    text-align: center;
    width: 85%;
    font-size: 47px;
  }

  .how-it-works {
    padding-left: 60px;
    padding-right: 60px;
  }

  .col-image-left {
    flex-direction: column;
    display: flex;
  }

  .column-3 {
    order: -1;
  }

  .column-4 {
    order: 1;
    height: 50vw;
  }

  .col-image-right {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-5 {
    order: 1;
  }

  .column-6 {
    order: -1;
  }

  .heading-4.nf-h2 {
    width: 80%;
  }

  .info-section {
    height: auto;
    padding-bottom: 60px;
  }

  .column-7 {
    padding-left: 40px;
  }

  .grey-cta {
    height: 350px;
  }

  .heading-5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 45px;
    line-height: 50px;
  }

  .hire-intro-section {
    height: auto;
    padding: 60px;
  }

  .hire-info-1 {
    height: auto;
    padding: 40px 20px;
  }

  .col-right {
    padding-left: 20px;
  }

  .paragraph-20.hire-p-right {
    text-align: left;
  }

  .col-left {
    padding-right: 20px;
  }

  .service-heading-1.hi-right {
    text-align: left;
    width: 80%;
    margin-top: 30px;
    margin-left: 0;
    margin-right: auto;
  }

  .hire-image.si-left.img-1 {
    order: 1;
    width: 100%;
    margin-top: 30px;
  }

  .hire-image.si-right.s1 {
    width: 100%;
    margin-top: 30px;
  }

  .hi-heading.hh-left {
    width: 80%;
  }

  .hire-info-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 40px 20px;
    display: flex;
  }

  .contact-form-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .hire-info-3 {
    padding: 40px 20px;
  }

  .live-stream-section {
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-12 {
    font-size: 20px;
  }

  .form-2 {
    align-items: center;
  }

  .text-field {
    border: 1px #000;
    width: 300px;
    margin-right: 0;
  }

  .text-field:hover, .text-field:focus {
    border-style: none;
    border-width: 0;
  }

  .lower-footer {
    flex-direction: column;
    height: auto;
  }

  .utility-page-wrap {
    flex-direction: column;
  }

  .body {
    background-color: #0000;
    background-image: linear-gradient(to right, var(--dark-slate-blue), var(--dark-slate-blue-2));
  }

  .div-block-33 {
    color: #fff;
    font-size: 16px;
  }

  .heading-13 {
    color: #fff;
  }

  .policy-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .paragraph-21 {
    width: 80%;
    font-size: 16px;
    line-height: 25.6px;
  }

  .parallax-image-2.pi-hero.pih-menu {
    background-image: linear-gradient(to right, #4a2d80d9, #73286dd9), url('../images/Screen-Shot-2021-03-24-at-11.14.16-AM.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .typed-words {
    font-size: 60px;
    line-height: 65px;
  }

  .about-img {
    width: 100%;
    height: 300px;
    min-height: auto;
  }

  .about-img-holder {
    width: 100%;
  }

  .menu-holder {
    display: flex;
  }

  .nmi {
    text-align: center;
    height: 10%;
    padding-top: 5vw;
    padding-bottom: 5vw;
    font-size: 3vw;
    font-weight: 400;
  }

  .nmi.w--current {
    flex-direction: row;
    height: 10%;
    padding-top: 5vw;
    padding-bottom: 5vw;
    font-style: normal;
    font-weight: 400;
  }

  .menu-button-2 {
    z-index: 9999;
    margin-left: auto;
    padding: 0;
  }

  .nav-logo-2 {
    z-index: 9999;
    min-width: 120px;
    min-height: 70px;
  }

  .nm-background {
    background-color: #ffffff96;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .container-2 {
    width: 90%;
  }

  .container-2.c-full {
    width: 95%;
    min-width: auto;
  }

  .container-2.c-full.cf-nav {
    align-items: center;
  }

  .nav-link-holder {
    background-color: #000000f2;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50vw;
    height: 100vh;
  }

  .navbar-animation-slow {
    filter: invert();
    width: 50px;
  }

  .nm {
    background-color: #c8c8c800;
    flex-direction: column;
    justify-content: center;
  }

  .nl-holder {
    align-items: center;
    display: flex;
  }

  .heading-41, .heading-42 {
    text-align: center;
  }

  .columns-4 {
    height: auto;
  }

  .ea-image-holder {
    width: 100%;
    min-height: 46vw;
  }

  .nominate-info-section {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-37, .div-block-38 {
    width: 70vw;
  }

  .heading-43 {
    text-align: center;
    font-size: 35px;
  }

  .drive-in-tour-section {
    padding-left: 60px;
    padding-right: 60px;
  }

  .drive-in.si-left.img-1 {
    order: 1;
    width: 100%;
    margin-top: 30px;
  }

  .drive-in.si-right.s1 {
    width: 100%;
    margin-top: 30px;
  }

  .drive-in-intro-section {
    height: auto;
    padding: 60px;
  }

  .drive-in-info-1 {
    height: auto;
    padding: 40px 20px;
  }

  .drvie-in-info-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 40px 20px;
    display: flex;
  }

  .drive-in-info-3 {
    padding: 40px 20px;
  }

  .iframe-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .mobile-nav-holder, .mobile-nav-holder:active {
    background-color: #0000;
  }

  .nav {
    background-image: linear-gradient(to bottom, var(--dark-slate-blue), var(--dark-slate-blue));
    min-height: 50px;
    padding-top: 0;
  }

  .menu-button {
    background-color: #0000;
  }

  .nav-logo-copy.w--current {
    inset: 0% auto auto 15px;
  }

  .nav-menu-item {
    letter-spacing: .04vh;
    margin-top: .3vh;
    margin-bottom: .3vh;
    font-size: 4vh;
    line-height: 4vh;
  }

  .nav-menu-item.w--current {
    padding-top: 11px;
    padding-bottom: 11px;
    transition: color .3s;
  }

  .nav-menu-item.w--current:hover {
    color: #ffffffb3;
  }

  .nav-holder {
    background-color: #0000;
    background-image: linear-gradient(to right, var(--dark-slate-blue), var(--dark-slate-blue-2));
    align-items: flex-start;
    transform: translate(0);
  }

  .home-hero {
    background-image: linear-gradient(to right, #4a2d80, #73286d);
    height: auto;
    padding-top: 70px;
  }

  .heading {
    width: 90%;
  }

  .button-holder {
    padding-top: 20px;
  }

  .about-section {
    padding: 30px;
  }

  .about-blurb-column {
    padding-top: 30px;
  }

  .about-p {
    font-size: 16px;
    line-height: 25.6px;
  }

  .footer-logo-link {
    min-width: 100px;
  }

  .footer-menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .footer-nl-signup {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  .footer-img {
    width: 100%;
  }

  .footer-link, .footer-link.w--current {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .footer-2 {
    padding: 0;
  }

  .footer-image {
    object-fit: contain;
    width: auto;
    height: 80px;
  }

  .bsih-icon.bi-footer {
    margin-left: 3vw;
    margin-right: 3vw;
  }

  .bsih-icon.bi-footer.bf-nelson {
    margin-left: 1vw;
    margin-right: 1vw;
  }

  .sub-hero-h1 {
    text-align: center;
    margin-top: 40px;
    font-size: 40px;
    line-height: 45px;
  }

  .how-it-works {
    height: 50vh;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .column {
    min-height: auto;
  }

  .column-2 {
    height: auto;
  }

  .column-3 {
    height: 300px;
  }

  .column-4 {
    height: auto;
    max-height: none;
    padding: 60px;
  }

  .h1-black {
    margin-top: 0;
    margin-bottom: 20px;
    padding-right: 40px;
  }

  .column-5 {
    height: auto;
    padding: 60px;
  }

  .column-6 {
    height: 300px;
  }

  .heading-4 {
    text-align: center;
  }

  .heading-4.nf-h2 {
    width: 90%;
  }

  .info-section {
    padding-bottom: 40px;
  }

  .column-7 {
    padding-right: 40px;
  }

  .grey-cta {
    align-items: center;
    width: 90%;
    margin-top: 40px;
  }

  .heading-5 {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
  }

  .heading-6 {
    font-size: 30px;
    line-height: 35px;
  }

  .hire-intro-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .ss-columns {
    flex-direction: column;
  }

  .hire-info-1 {
    height: auto;
    padding-top: 0;
  }

  .col-right {
    order: -1;
    padding-top: 20px;
    padding-right: 20px;
  }

  .col-right.img-2 {
    padding-top: 0;
  }

  .col-left {
    order: 1;
    padding-top: 20px;
    padding-left: 20px;
  }

  .col-left.img-1, .col-left.img-3 {
    order: -1;
  }

  .hire-image.si-right.s1 {
    order: 1;
  }

  .hire-info-2, .hire-info-3 {
    height: auto;
    padding-top: 0;
  }

  .slide {
    border: 1px #000;
  }

  .live-stream-section {
    height: auto;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .column-9 {
    padding-left: 20px;
  }

  .columns-3 {
    flex-direction: column;
    height: auto;
  }

  .text-field {
    width: 300px;
    margin-right: 0;
  }

  .column-10 {
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .email-signup {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .lower-footer {
    background-color: var(--dark-slate-blue);
    height: auto;
    padding: 40px 0 20px;
  }

  .heading-39 {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
  }

  .parallax-image-2.pi-hero.pih-menu {
    background-image: linear-gradient(#4a2d80d9, #73286dd9), url('../images/Screen-Shot-2021-03-24-at-11.14.16-AM.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .nmi.w--current {
    flex-direction: row;
  }

  .nav-logo-2 {
    background-position: 0 20px;
    min-height: 100%;
  }

  .nav-logo-2.w--current {
    width: 140px;
    min-width: 140px;
    max-width: none;
    height: 70px;
    min-height: auto;
    margin-top: 0;
  }

  .container-2 {
    width: 90%;
  }

  .container-2.c-full {
    width: 95%;
  }

  .container-2.c-full.cf-nav {
    padding-top: 0;
  }

  .scrolling, .nav-link-holder, .scrolling-2 {
    background-color: #000;
  }

  .heading-41 {
    margin-top: 10px;
    margin-left: 0;
  }

  .heading-42 {
    display: none;
  }

  .ea-image-holder {
    min-height: 90vw;
  }

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

  .column-2-nominate {
    height: auto;
  }

  .drive-in-tour-section {
    height: auto;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .drive-in.si-right.s1 {
    order: 1;
  }

  .drive-in-intro-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .drive-in-info-1, .drvie-in-info-2, .drive-in-info-3 {
    height: auto;
    padding-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .nav {
    z-index: 99;
    background-image: linear-gradient(to bottom, var(--dark-slate-blue), var(--dark-slate-blue));
    width: 100vw;
    height: 100px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-logo-copy.w--current {
    justify-content: center;
    width: 100px;
    max-width: 160px;
    padding-left: 0;
    inset: 0% auto auto 15px;
  }

  .nav-menu-item {
    letter-spacing: .04vw;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Varela, sans-serif;
    font-size: 9vw;
    font-weight: 400;
    line-height: 6vw;
  }

  .nav-menu-item.w--current {
    font-size: 10vw;
  }

  .nav-holder {
    padding-top: 0;
  }

  .home-hero {
    background-image: linear-gradient(to right, #4a2d80, #73286d);
    align-items: center;
    height: 87vh;
    min-height: 87vh;
    overflow: hidden;
  }

  .heading {
    width: 100%;
    margin-top: 20px;
    font-size: 35px;
    line-height: 45px;
  }

  .button-holder {
    flex-direction: column;
    width: 100%;
  }

  .button-primary {
    text-align: center;
    width: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .scroll-down-2 {
    display: none;
  }

  .div-block-32 {
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .about-section {
    padding-left: 0;
    padding-right: 0;
  }

  .about-img-column {
    height: auto;
    padding: 40px 20px 20px;
  }

  .about-blurb-column {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2 {
    margin-top: 30px;
  }

  .about-p {
    margin-top: 10px;
  }

  .image {
    height: auto;
  }

  .footer-logo-link {
    height: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-nl-signup {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .bi-icon {
    height: 20px;
  }

  .footer-img {
    width: 100%;
  }

  .bvc-social-icon-holder {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .footer-link {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-2 {
    text-align: left;
    background-image: linear-gradient(#000, #000);
    flex-direction: column;
    height: auto;
    padding: 0;
  }

  .list {
    margin-bottom: 0;
    padding-left: 0;
  }

  .footer-image {
    width: auto;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .bsih-icon {
    width: 38px;
    height: 38px;
    margin-right: 14px;
  }

  .bsih-icon.bi-footer {
    margin-left: 10px;
    margin-right: 10px;
  }

  .sub-hero {
    height: 73vh;
  }

  .sub-hero-h1 {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
  }

  .how-it-works {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph {
    margin-top: 40px;
  }

  .column-3 {
    height: 300px;
  }

  .column-4 {
    height: auto;
    max-height: none;
    padding: 40px 20px;
    font-family: Open Sans, sans-serif;
  }

  .h1-black {
    margin-bottom: 0;
    padding-right: 0;
  }

  .column-5 {
    height: auto;
    padding: 40px 20px;
  }

  .column-6 {
    height: 300px;
  }

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

  .gradient-block {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-4.nf-h2 {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
  }

  .column-7 {
    padding: 20px;
  }

  .column-8 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grey-cta {
    height: auto;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-6 {
    text-align: center;
  }

  .hire-intro-section {
    padding: 40px 20px;
  }

  .paragraph-3, .nf-h2 {
    text-align: left;
  }

  .ss-columns {
    flex-direction: column;
  }

  .hire-info-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-right {
    order: -1;
  }

  .col-left {
    order: 1;
  }

  .service-heading-1.hi-right {
    font-size: 30px;
    line-height: 35px;
  }

  .hire-image.si-left.img-1, .hire-image.si-right.s1 {
    background-position: 50%;
  }

  .hi-heading.hh-left {
    font-size: 30px;
    line-height: 35px;
  }

  .hire-info-2 {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-form-section {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .form-block {
    width: 90%;
  }

  .heading-8 {
    width: 80%;
  }

  .form {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hire-info-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .live-stream-section {
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-9 {
    text-align: center;
    align-items: flex-start;
    padding-left: 40px;
  }

  .heading-12 {
    text-align: center;
  }

  .form-block-2 {
    flex-direction: column;
    width: 100%;
  }

  .form-2 {
    flex-direction: column;
    align-items: center;
  }

  .text-field {
    width: 80%;
  }

  .column-10 {
    padding-right: 20px;
  }

  .email-signup {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .submit-button {
    width: 80%;
    margin-top: 5px;
  }

  .lower-footer {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding: 40px 0;
  }

  .policy-section {
    padding: 40px 20px;
    font-family: Avenir Light, Verdana, sans-serif;
  }

  .heading-39 {
    text-align: center;
    width: 95%;
    font-size: 15px;
    line-height: 20px;
  }

  .hero-text-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 37px;
    padding-top: 0;
    display: flex;
  }

  .parallax-image-2.pi-hero.pih-menu {
    background-image: linear-gradient(to right, #4a2d80d9, #73286dd9), url('../images/Screen-Shot-2021-03-24-at-11.14.16-AM.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: auto;
    min-height: 87vh;
  }

  .parallax-image-holder.pih-hero.pihh-menu {
    min-height: 87vh;
  }

  .typed-words {
    font-size: 30px;
    line-height: 35px;
  }

  .heading-40 {
    text-align: left;
  }

  .about-img {
    min-height: auto;
  }

  .about-img-holder {
    width: 300px;
    height: 200px;
  }

  .menu-holder {
    margin-top: 20px;
  }

  .nmi {
    height: 1%;
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 5vw;
    font-weight: 400;
  }

  .nmi.w--current {
    flex-direction: row;
    height: 1%;
  }

  .menu-button-2 {
    background-color: #fff0;
  }

  .nav-logo-2 {
    background-position: 0 20px;
    height: 100%;
    min-height: 82px;
    margin-top: 0;
  }

  .nav-logo-2.w--current {
    margin-top: 10px;
    margin-left: 10px;
    padding-left: 0;
  }

  .container-2 {
    width: 95%;
  }

  .container-2.c-full.cf-nav {
    width: 100%;
    padding-top: 0;
    padding-right: 10px;
  }

  .scrolling {
    background-color: #000;
    min-height: 95px;
  }

  .nav-link-holder {
    width: 75vw;
  }

  .navbar-animation-slow {
    margin-top: -10px;
  }

  .nl-holder {
    width: 140px;
    height: 70px;
    padding-top: 15px;
    padding-left: 10px;
  }

  .scrolling-2 {
    background-color: #000;
    min-height: 95px;
  }

  .body-2 {
    overflow: visible;
  }

  .div-block-34 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100px;
    display: flex;
  }

  .nominate-info-section {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-37 {
    width: 80vw;
  }

  .div-block-38 {
    width: 80vw;
    margin-bottom: 32px;
  }

  .div-block-39 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px 14px 22px;
    display: flex;
  }

  .submit-button-nominate {
    width: 80%;
    margin-top: 5px;
  }

  .drive-in-tour-section {
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .drive-in.si-left.img-1 {
    background-image: none;
    width: 100%;
    max-width: 90vw;
    height: 320px;
  }

  .drive-in.si-right.s1 {
    background-position: 50%;
  }

  .drive-in-intro-section {
    padding: 40px 20px;
  }

  .drive-in-info-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .drvie-in-info-2 {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .drive-in-info-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .iframe-section {
    padding: 40px 20px;
    font-family: Avenir Light, Verdana, sans-serif;
  }
}


@font-face {
  font-family: 'Avenir Light';
  src: url('../fonts/AvenirLTStd-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}