body {
  font-family: Nunito, sans-serif;
  color: #010101;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 4em;
  line-height: 1.2;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 4.5rem;
  line-height: 1.2;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #f0c22f;
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5em;
  line-height: 1.5;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.25em;
  line-height: 1.5;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0.75em;
  line-height: 1.5;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
  font-size: 100%;
  line-height: 1.4;
}

.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #010101;
}

.n-top__navigation {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-highlight {
  padding-top: 0px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: #fdcf02;
}

.title {
  font-size: 32px;
  line-height: 32px;
  font-weight: 400;
  text-transform: uppercase;
}

.col-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 60px;
  -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;
}

.subhead__style-guide {
  margin: 20px 40px;
  padding: 20px;
  border-radius: 4px;
  background-color: #f7f7f7;
}

.caption {
  display: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-2 {
  margin-bottom: 20px;
  color: #7699b9;
  font-weight: 700;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.heading-1 {
  line-height: 1.2em;
  letter-spacing: -1px;
}

.paragraph.trans-60 {
  color: rgba(51, 51, 51, 0.6);
}

.divider {
  width: 100%;
  height: 1px;
  margin-top: 10px;
  background-color: #dad6d6;
}

.overline {
  font-size: 10px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.col-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading-xl {
  font-size: 6rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -1.5px;
}

.card__button {
  overflow: hidden;
  padding: 14px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease-in;
  transition: border-color 200ms ease-in;
  color: #000;
}

.card__button:hover {
  border-color: #fff;
}

.card__button.m-s {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding: 0px;
  -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;
  border-style: none;
  border-color: #333;
  background-color: #a0c5e8;
  -webkit-transition: background-color 200ms ease, border-color 200ms ease-in;
  transition: background-color 200ms ease, border-color 200ms ease-in;
  color: #010101;
}

.card__button.m-s:hover {
  background-color: #333;
}

.logo-txt.black {
  color: #222;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.logo-txt.white {
  color: #f3eeee;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.body-wrapper {
  position: relative;
  overflow: hidden;
  width: 100vw;
}

.color-block {
  padding: 24px;
}

.color-block.sky-blue {
  background-color: #a0c5e8;
  color: #010101;
}

.color-block.royal-blue {
  background-color: #0a5aa0;
  color: #f3eeee;
}

.color-block.dark {
  background-color: #222;
  color: #f3eeee;
}

.color-block.light-gray {
  background-color: #dad6d6;
}

.color-block.steel-blue {
  background-color: #0e80e4;
  color: #f3eeee;
}

.color-block.gold {
  background-color: #f0c22f;
}

.color-block.dark-gray {
  background-color: #777676;
  color: #f3eeee;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -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;
  background-color: #010101;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  color: #f0c22f;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5em;
  padding: 0.75em 1.5em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 0.875em;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #0a5aa0;
}

.button.primary {
  border-radius: 5px;
  background-color: #f0c22f;
  color: #010101;
  text-align: center;
}

.button.primary:hover {
  background-color: #f1ae12;
}

.container__flex-vert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.submit-button {
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.label {
  margin-top: 8px;
  margin-bottom: 32px;
  color: #777676;
  text-transform: uppercase;
}

.heading-3 {
  color: #f0c22f;
}

.heading-6 {
  text-transform: uppercase;
}

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

.subtitle {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 2em;
  line-height: 1.25;
}

.text-block {
  color: #f3eeee;
}

.col-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -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;
}

.col-40 {
  width: 40%;
  padding-right: 5vw;
  padding-left: 5vw;
  color: #fff;
}

.gold-text {
  color: #f0c22f;
  font-weight: 700;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #010101;
  color: #f3eeee;
}

.c-footer__column {
  position: relative;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.heading-xl-2 {
  font-size: 8rem;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: -1.5px;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -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: #010101;
  color: #fff;
}

.section.top {
  position: relative;
  overflow: hidden;
  margin-top: 4rem;
}

.circle-container {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 250px;
  max-height: 100vw;
  max-width: 100vw;
  margin-right: 5%;
  margin-bottom: 5%;
  -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;
}

.n-link__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.n-link {
  padding-right: 7px;
  padding-left: 8px;
  color: #f3eeee;
  font-size: 1.5em;
  text-decoration: none;
  text-transform: uppercase;
}

.n-link:hover {
  text-decoration: underline;
}

.n-link.w--current {
  text-decoration: underline;
}

.background-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/scott-playa.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
}

.c-content__container {
  position: absolute;
  z-index: 30;
  width: 100%;
  max-width: 60vw;
  margin-right: auto;
  margin-left: auto;
}

.text-large {
  margin-right: 2.5vw;
  font-family: Nunito, sans-serif;
  color: #f0c22f;
  font-size: 8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-container {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 80vw;
  margin-right: auto;
  margin-left: auto;
}

.c-image {
  position: relative;
  height: 600px;
}

.video-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 360px;
}

.video-thumbnail {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.video-thumbnail.hidden {
  display: none;
}

.c-footer-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 80vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cosmic-circle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.scott-main {
  height: auto;
}

.c-image__overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5%;
  padding-left: 10%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(1, 1, 1, 0);
}

.life-text {
  color: #010101;
  font-size: 2rem;
  font-style: italic;
}

.image {
  width: 8rem;
  height: 8rem;
  margin-bottom: 16px;
}

.text-span {
  color: #f0c22f;
}

.about-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.f-contact__btn {
  width: 100%;
  max-width: 275px;
  margin-top: 2em;
  padding: 0.75em 1.5em;
  border-radius: 4px;
  background-color: #f0c22f;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #010101;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.f-contact__btn:hover {
  background-color: #a0c5e8;
  text-decoration: none;
}

.c-footer__img-wrap {
  position: relative;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.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: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.return-home-button {
  margin-top: 1.5em;
  padding: 0.75em 1em;
  background-color: #f0c22f;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  color: #010101;
}

.return-home-button:hover {
  background-color: #f1ae12;
}

@media screen and (max-width: 991px) {
  .n-top__navigation {
    max-width: 90%;
  }

  .text-large {
    font-size: 6em;
  }

  .c-container {
    position: relative;
    max-width: 90vw;
  }

  .c-footer-grid {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-bottom: 100px;
  }

  .scott-main {
    position: absolute;
  }

  .c-image__overlay {
    padding-left: 5%;
  }

  .life-text {
    font-size: 1.5rem;
  }

  .image {
    width: 6.5rem;
    height: 6.5rem;
  }
}

@media screen and (max-width: 767px) {
  .navigation {
    position: absolute;
  }

  .n-top__navigation {
    max-width: 100%;
  }

  .heading-2 {
    font-size: 3rem;
  }

  .paragraph {
    text-align: left;
  }

  .col-60 {
    width: 100%;
  }

  .col-40 {
    width: 100%;
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: left;
  }

  .footer {
    min-height: 100vh;
    padding-top: 6em;
  }

  .c-footer__column {
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
  }

  .content-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-row.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .section {
    height: auto;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .section.top {
    height: 100vh;
  }

  .circle-container {
    display: none;
  }

  .c-content__container {
    max-width: 100vw;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .text-large {
    font-size: 4.5em;
  }

  .video-wrapper {
    min-height: 250px;
  }

  .c-footer-grid {
    max-width: 90vw;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .life-text {
    font-size: 1.25rem;
  }

  .c-footer__img-wrap {
    width: 100%;
    height: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 479px) {
  .n-top__navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-2 {
    white-space: normal;
  }

  .heading-2.heading-sm {
    font-size: 2.5rem;
  }

  .content-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section {
    height: auto;
    min-height: 100vh;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.top {
    height: 100vh;
  }

  .n-link__wrapper.right {
    margin-right: 2vw;
  }

  .header-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .video-wrapper {
    min-height: 145px;
  }

  .c-footer-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .scott-main {
    position: static;
  }

  .c-image__overlay {
    padding-top: 10%;
  }
}

#w-node-_4e0798fe-5b92-73f4-7114-970c75fb2b24-21180107 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

