/* Variables */
/* Utilities */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 45%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.8em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  display: block;
  max-width: 100%;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* KIOSK */
*,
*:after,
*:before {
  box-sizing: border-box;
}

a {
  color: inherit;
}

a[href^=tel] {
  text-decoration: inherit;
  color: inherit;
}

button,
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
}

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.wrap-1,
.wrap-2,
.wrap-3 {
  display: none !important;
}

@media (min-width: 901px) {
  .wrap-1 {
    display: block !important;
  }
}

@media (max-width: 900px) and (min-width: 500px) {
  .wrap-2 {
    display: block !important;
  }
}

@media (max-width: 500px) {
  .wrap-3 {
    display: block !important;
  }
}

/* Base */
/***** FONTS *****/
/***** VARIABLES *****/
/***** TYPOGRAPHY *****/
body {
  font-size: 100%;
}

body,
html {
  color: #181818;
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 1;
}
body *,
html * {
  -webkit-font-smoothing: antialiased !important;
}

header,
main,
footer {
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h5,
h6,
p {
  font-weight: unset;
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.5;
}

.title--1,
.title--2,
.title--3,
.title--4,
.title--5,
.title--6 {
  line-height: 1.2;
}

/***** HEADERS *****/
.title--1,
.title--1 p,
.admin-content h1 {
  font-family: "shantell-sans-bouncy", sans-serif;
  font-size: 65px;
  line-height: 0.9;
  font-weight: 700;
  text-wrap: balance;
}
@media (max-width: 500px) {
  .title--1,
  .title--1 p,
  .admin-content h1 {
    font-size: 40px;
  }
}

.title--2,
.title--2 p {
  font-family: "shantell-sans-bouncy", sans-serif;
  font-size: 42px;
  line-height: 0.9;
  font-weight: 700;
  text-wrap: balance;
  padding-bottom: 15px;
}
@media (max-width: 500px) {
  .title--2,
  .title--2 p {
    font-size: 32px;
  }
}

.admin-content h2 {
  font-family: "shantell-sans-bouncy", sans-serif;
  font-size: 27px;
  line-height: 0.9;
  font-weight: 700;
  text-wrap: balance;
}
@media (max-width: 500px) {
  .admin-content h2 {
    font-size: 25px;
  }
}

.title--2 + .pad-1x,
.title--2 + .pad-2x {
  padding-top: 10px;
}

.title--3,
.title--3 p {
  font-family: "shantell-sans-bouncy", sans-serif;
  font-size: 27px;
  line-height: 0.9;
  font-weight: 700;
  text-wrap: balance;
}
@media (max-width: 500px) {
  .title--3,
  .title--3 p {
    font-size: 25px;
  }
}

.admin-content h3 {
  font-family: "shantell-sans-bouncy", sans-serif;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 0.2em;
  padding-bottom: 5px;
}
@media (max-width: 500px) {
  .admin-content h3 {
    font-size: 16px;
  }
}

.title--4 {
  font-family: "shantell-sans-bouncy", sans-serif;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 0.2em;
  padding-bottom: 5px;
}
@media (max-width: 500px) {
  .title--4 {
    font-size: 16px;
  }
}

.admin-content h4 {
  font-family: "shantell-sans-bouncy", sans-serif;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 0.2em;
  padding-bottom: 5px;
}
@media (max-width: 500px) {
  .admin-content h4 {
    font-size: 16px;
  }
}

p {
  font-size: 16px;
}
@media (max-width: 500px) {
  p {
    font-size: 14px;
  }
}

.admin-content ul,
.admin-content ol,
.styled-list {
  margin: 0;
  padding-top: 0;
  padding-left: 30px;
  font-size: 16px;
}
@media (max-width: 500px) {
  .admin-content ul,
  .admin-content ol,
  .styled-list {
    font-size: 14px;
  }
}

.admin-content h2,
.admin-content h3,
.admin-content h4,
.admin-content h5 {
  padding-top: 30px;
}
.admin-content h2:first-child,
.admin-content h3:first-child,
.admin-content h4:first-child,
.admin-content h5:first-child {
  padding-top: 0;
}
.admin-content p {
  padding-top: 15px;
}
.admin-content p:first-child {
  padding-top: 0;
}

.admin-content--color h2,
.admin-content--color h3,
.admin-content--color h4,
.admin-content--color h5 {
  color: #1e1e1e;
}

.single .admin-content img {
  height: auto;
}
@media (min-width: 501px) {
  .single .admin-content .alignleft {
    float: left;
    margin-right: 30px;
  }
  .single .admin-content .alignright {
    float: right;
    margin-left: 30px;
  }
  .single .admin-content .aligncenter {
    display: block;
    margin: auto;
  }
}

.admin-content ul,
.admin-content ol {
  margin: 8px 0 10px;
}
.admin-content ul li,
.admin-content ol li {
  line-height: 1.5;
  font-size: 16px;
}
@media (max-width: 500px) {
  .admin-content ul li,
  .admin-content ol li {
    font-size: 14px;
  }
}
.admin-content ul li,
.admin-content ol li {
  padding: 5px 0;
}

.p-medium,
.p-medium p,
.admin-content .p-medium li {
  font-size: 22px;
}

.admin-content .p-medium li {
  padding-top: 8px;
}

.p-small,
.p-small p,
.admin-content .p-small li,
.admin-content.p-small li {
  font-size: 14px;
}

.admin-content .p-small li,
.admin-content.p-small li {
  padding: 0 0 3px;
}

.p-tiny,
.p-tiny p {
  font-size: 10.5px;
}

/***** Font Classes *****/
.font-body-1 {
  font-family: "Red Hat Display", sans-serif;
}

.font-title-1 {
  font-family: "shantell-sans-bouncy", sans-serif;
}

.font-light {
  font-weight: 300;
  font-variation-settings: "wght" 300;
}

.font-book {
  font-weight: 400;
  font-variation-settings: "wght" 400;
}

.font-medium {
  font-weight: 500;
  font-variation-settings: "wght" 500;
}

.font-semi {
  font-weight: 600;
  font-variation-settings: "wght" 600;
}

.font-bold {
  font-weight: 700;
  font-variation-settings: "wght" 700;
}

.font-xbold {
  font-weight: 800;
  font-variation-settings: "wght" 800;
}

/***** Colors *****/
.black {
  color: #181818;
}

.white {
  color: #FFFFFF;
}

.primary-1 {
  color: #1DD8A0;
}

.primary-2 {
  color: #009Ea1;
}

.primary-3 {
  color: #386C5F;
}

.primary-4 {
  color: #273C4E;
}

.primary-5 {
  color: #243C23;
}

.secondary-1 {
  color: #FF8273;
}

.secondary-2 {
  color: #803B68;
}

/* Base */
/* Standards */
.block {
  display: block;
}

.all-caps,
.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.clear {
  clear: both;
  float: none;
  display: block;
}

.align-middle {
  vertical-align: middle;
}

.align-top {
  vertical-align: top;
}

.align-bottom {
  vertical-align: bottom;
}

.alignleft {
  float: left;
  margin: 1rem;
  margin-left: 0;
}

.alignright {
  float: right;
  margin: 1rem;
  margin-right: 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (max-width: 900px) {
  .alignright,
  .alignleft {
    float: none;
    margin: 1rem auto;
  }
}
.float-left {
  float: left;
}

.float-right {
  float: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.center img {
  margin-left: auto;
  margin-right: auto;
}

.right {
  text-align: right;
}

b,
strong {
  font-weight: 700;
  font-variation-settings: "wght" 700;
}

.admin-content blockquote {
  padding: 0;
  margin: 20px 0;
  border-left: 3px solid #1e1e1e;
  padding-left: 30px;
}
.admin-content blockquote,
.admin-content blockquote p {
  font-size: 17px;
}
.admin-content blockquote p {
  padding: 0;
}
.admin-content blockquote cite {
  font-size: 16px;
  display: block;
  margin-top: 20px;
}

@media (min-width: 901px) {
  .mobile {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .desktop {
    display: none !important;
  }
}

.hide {
  display: none !important;
}

.hide-accessible,
.screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.mobile-image-item {
  display: none;
}
@media (max-width: 900px) {
  .mobile-image-item {
    display: block;
  }
}

.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-overlay {
  position: relative;
}
.bg-overlay .content {
  position: relative;
  z-index: 1;
}
.bg-overlay .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.88;
  z-index: 0;
}

hr {
  border: 0;
  width: 100%;
  height: 1px;
  background-color: #874d31;
  margin: 20px 0;
}

.relative {
  position: relative;
}

/***** Overlay *****/
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  padding: 100px 40px;
  overflow: auto;
}

.overlay--close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  position: relative;
  background-color: #1e1e1e;
  border-radius: 40px;
}
.overlay--close:before, .overlay--close:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: white;
  position: absolute;
  transform: rotate(45deg);
}
.overlay--close:after {
  transform: rotate(-45deg);
}

.overlay--link {
  text-indent: -9999999px;
  overflow: hidden;
}

.overlay--trigger {
  cursor: pointer;
}

.overlay--fixed {
  transition: 0.3s all ease-in-out;
  transform: translateY(-15px);
  opacity: 0;
  display: block;
  pointer-events: none;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: auto;
  top: 0;
  left: 0;
  z-index: 9999999;
  background: rgba(24, 24, 24, 0.6);
  padding-top: 300px;
}
.overlay--fixed .content {
  max-height: 100%;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.overlay--fixed .content * ::-webkit-scrollbar {
  display: none;
}
.overlay--fixed .close-video {
  position: absolute;
  top: 10px;
  right: 10px;
}
.overlay--fixed .close-video:after {
  transform-origin: right !important;
}
.overlay--fixed {
  /*
  &:after {
      content: 'Close';
      @extend h5;
      cursor: pointer;
      position: absolute;
      top: 20px;
      right: 20px;
  }
  */
}

.video-wrapper {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}
.video-wrapper iframe,
.video-wrapper video,
.video-wrapper .wistia_embed {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.play-video {
  display: none;
}

.overlay--closed {
  transform: translateY(-15px) !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.overlay--open {
  transform: translateY(0) !important;
  opacity: 1 !important;
  pointer-events: inherit !important;
}

.overlay--gate .content-wrapper--medium {
  max-width: 700px;
  padding: 0;
}

.bg-network {
  background-image: url(../../static/images/hero-bg-network.svg);
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: top right;
}

.play-button {
  -webkit-appearance: none;
  cursor: pointer;
  background: none;
  border: 1px solid #FFFFFF;
  border-radius: 40px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-indent: -99999px;
  width: 80px;
  height: 80px;
  z-index: 9;
}
.play-button:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid white;
  position: absolute;
  top: 25px;
  left: 33px;
}

.is_IE .overlay-video,
.is_IE .overlay--fixed {
  display: none;
}
.is_IE .overlay--open {
  display: block;
}

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

.shake {
  animation: shake-rattle-roll 0.4s;
}

@keyframes shake-rattle-roll {
  0%, 100% {
    transform: translateX(0);
  }
  20%, 60% {
    transform: translateX(2%);
  }
  40%, 80% {
    transform: translateX(1%);
  }
}
@media (max-width: 500px) {
  .hide-bg-mobile {
    background-image: none !important;
  }
}

@media (max-width: 500px) {
  .hide-on-mobile {
    display: none !important;
  }
}

a.no-underline,
.no-underline a {
  text-decoration: none;
}

.bar {
  width: 100px;
  height: 5px;
  background-color: #1e1e1e;
  margin: 40px 0 20px;
}

.center .bar {
  margin-left: auto;
  margin-right: auto;
}

.shadow {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.rounded {
  border-radius: 15px;
  overflow: hidden;
}

.screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 10px;
  background-color: #1e1e1e;
  color: white;
  margin: auto;
  z-index: 9999;
  width: auto;
  display: inline-block;
  font-size: 18px;
  left: 20px;
  top: 20px;
  opacity: 0;
  transform: translateY(-300px);
  border-radius: 30px;
}
.skip-link:focus {
  border: 1px solid white;
  opacity: 1;
  transform: translate(0);
  z-index: 999;
  width: auto;
  height: auto;
  clip: unset;
  padding: 15px;
  text-decoration: none;
}

/* Lib: External library css */
/* Structure: General Layout or global items */
/***** Floating Footer *****/
html.sr .scr {
  visibility: hidden;
}

html {
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 130px;
}
@media (max-width: 900px) {
  html {
    scroll-padding-top: 95px;
  }
}
@media (max-width: 500px) {
  html {
    scroll-padding-top: 0;
  }
}

/***** Page Layout *****/
body {
  background-color: #FFFFFF;
}

.content-wrapper--full {
  width: 100%;
}

.content-wrapper--xlarge,
.content-wrapper--large,
.content-wrapper--medium,
.content-wrapper--small {
  width: 100%;
  margin: auto;
  padding: 0 8vw;
}
@media (max-width: 1220px) {
  .content-wrapper--xlarge,
  .content-wrapper--large,
  .content-wrapper--medium,
  .content-wrapper--small {
    padding-left: 9vw;
    padding-right: 9vw;
  }
}
@media (max-width: 500px) {
  .content-wrapper--xlarge,
  .content-wrapper--large,
  .content-wrapper--medium,
  .content-wrapper--small {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.content-wrapper--small {
  padding-left: 1rem;
  padding-right: 1rem;
}

.content-wrapper--large {
  max-width: calc(1560px + 16vw);
}

.content-wrapper--medium {
  max-width: calc(1000px + 16vw);
}

.content-wrapper--small {
  max-width: 680px;
}

.align-left {
  margin-left: 0;
  padding-left: 0;
}

.pad-half {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.pad-1x {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pad-2x {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 900px) {
  .pad-2x {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 500px) {
  .pad-2x {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.pad-3x {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 900px) {
  .pad-3x {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 500px) {
  .pad-3x {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.pad-4x {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 500px) {
  .pad-4x {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.pad-5x {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
@media (max-width: 500px) {
  .pad-5x {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.pad-lr {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 1220px) {
  .pad-lr {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.pad-0 {
  padding: 0;
}

.pad-top-0 {
  padding-top: 0;
}

.pad-btm-0 {
  padding-bottom: 0;
}

/***** flex *****/
.flex,
.flex--wrap,
.flex--center,
.flex--top,
.flex--between {
  display: flex;
  width: 100%;
}
@media (max-width: 900px) {
  .flex,
  .flex--wrap,
  .flex--center,
  .flex--top,
  .flex--between {
    flex-wrap: wrap;
  }
}

.flex--wrap {
  flex-wrap: wrap;
}

.flex--center {
  align-items: center;
}

.flex--top {
  align-items: flex-start;
}

.flex--jcenter {
  justify-content: center;
}

.flex--between {
  justify-content: space-between;
}

@media (min-width: 901px) {
  .gutters [class^=col] {
    padding-right: 2rem;
  }
  .gutters [class^=col]:last-of-type {
    padding-right: 0;
  }
}

/***** Columns *****/
.col-1-1 {
  width: 100%;
}

.col-1-2 {
  width: 50%;
}

.col-1-3 {
  width: 33.33%;
}

.col-2-3 {
  width: 66.66%;
}

.col-1-4 {
  width: 25%;
}

.col-1-5 {
  width: 20%;
}

.col-4-5 {
  width: 80%;
}

.col-3-4 {
  width: 75%;
}

.col-3-5 {
  width: 60%;
}

.col-2-5 {
  width: 40%;
}

.col-5-12 {
  width: 41.6666666667%;
}

.col-7-12 {
  width: 58.3333333333%;
}

@media (max-width: 900px) {
  [class^=col-] {
    width: 100%;
  }
}

/***** Background Colors *****/
.bg-black {
  background-color: #181818;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-gray {
  background-color: rgba(24, 60, 78, 0.1);
}

.bg-gray-1 {
  background-color: #1e1e1e;
}

.bg-primary-1 {
  background-color: #1e1e1e;
}

.bg-primary-2 {
  background-color: #874d31;
}

.bg-secondary-1 {
  background-color: #cd8220;
}

.bg-secondary-2 {
  background-color: #972b25;
}

.bg-gray-3 {
  background-color: #EBEFFF;
}

.bg-grad-primary-1 {
  background-image: linear-gradient(-155deg, #386C5F, #233C2D, #181818);
}

.bg-grad-primary-2 {
  background-image: linear-gradient(-135deg, #1DD8A0, #009EA1);
}

.bg-grad-primary-3 {
  background-image: linear-gradient(0deg, #233C2D, #0F241F);
}

.bg-grad-primary-4 {
  background-image: linear-gradient(25deg, #386c5f, #1DD8A0 120%);
}

.bg-grad-split-white {
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 50%, white 100%);
}

.bg-primary-2 {
  background-image: url(../../images/patterns/denim.png);
  background-color: #874d31;
  background-size: 150px;
  background-blend-mode: luminosity;
}

.fake-border-wrap {
  border-radius: 10px;
  padding: 2px;
}

.fake-border {
  border-radius: 8px;
  padding: 40px;
  background-color: white;
}

/***** Lists *****/
.list--inline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.list--inline li {
  padding: 0 1.5rem 0 0;
  display: inline-block;
}
.right .list--inline li, .list--inline.right li {
  padding: 0 0 0 1.5rem;
}

.admin-content .list--simple,
.list--simple {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wp-menu {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.wp-menu a {
  text-decoration: none;
}
.wp-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Base */
.footer-links a {
  text-decoration: none;
  display: inline-block;
  margin: 0 20px;
}
.footer-links a:hover {
  text-decoration: underline;
}

.rsvp-link a {
  text-decoration: none;
  font-weight: 600;
}
.rsvp-link a:hover {
  border-bottom: 1px solid;
}

@media (max-width: 900px) {
  .footer-img {
    width: 300px;
  }
}
@media (max-width: 600px) {
  .footer-img {
    width: 200px;
  }
}

.nav-links {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links li {
  padding-right: 13px;
  margin-right: 13px;
  border-right: 1px solid #a06a23;
}
.nav-links li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}
.nav-links li a {
  text-decoration: none;
  font-size: 15px;
}
.nav-links li a:hover {
  border-bottom: 1px solid #a06a23;
}
@media (max-width: 600px) {
  .nav-links {
    flex-wrap: wrap;
  }
  .nav-links li {
    margin-bottom: 15px;
  }
  .nav-links li a {
    font-size: 14px;
  }
}

/* Components: Individual, repeatable items to be used across site and in modules */
/* Base */
button {
  cursor: pointer;
}

.button,
.button--border {
  border-radius: 100px;
  border: 1px solid #1e1e1e;
  background-color: #1e1e1e;
  cursor: pointer;
  color: white;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  transition: 0.2s all cubic-bezier(0.55, 0.06, 0.68, 0.19);
  padding: 20px 40px 20px;
}
.button:hover, .button:focus,
.button--border:hover,
.button--border:focus {
  border-color: inherit;
  background-color: #874d31;
  border-color: #874d31;
  color: #FFFFFF;
}
@media (max-width: 500px) {
  .button,
  .button--border {
    padding: 10px 17px 8px;
    font-size: 14px;
  }
}

.button.bg-white {
  background-color: white;
}

.bg-grad-primary-1 .button:hover, .bg-grad-primary-1 .button:focus,
.bg-grad-primary-3 .button:hover,
.bg-grad-primary-3 .button:focus,
.bg-grad-primary-4 .button:hover,
.bg-grad-primary-4 .button:focus {
  border-color: inherit;
  background-color: #FFFFFF;
  border-color: white;
  color: #181818;
}

.bg-grad-primary-2 .button {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.bg-grad-primary-2 .button:hover, .bg-grad-primary-2 .button:focus {
  border-color: inherit;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
  color: #181818;
}

.button + .button {
  margin-left: 10px;
}

.button--border {
  border: 1px solid #1e1e1e;
  background-color: transparent;
}
.button--border:hover, .button--border:focus {
  background-color: #1e1e1e;
  border-color: #1e1e1e;
  color: #181818 !important;
}

.bg-grad-primary-1 .button--border {
  color: white;
}

.button--header a:hover, .button--header a:focus {
  border-color: inherit;
  background-color: #874d31;
  border-color: #874d31;
  color: #FFFFFF;
}

@media (max-width: 1140px) {
  .button--header a,
  .wp-menu-buttons a {
    padding: 11px 30px 10px;
  }
}
@media (max-width: 500px) {
  .button--header a,
  .wp-menu-buttons a {
    padding: 10px 15px 9px;
    font-size: 14px;
  }
}

.button.bg-white {
  color: #1e1e1e;
}

@media (min-width: 501px) {
  .button-wrap {
    min-width: 350px;
  }
}
.button-wrap .button + .link {
  margin-left: 25px;
}
@media (max-width: 500px) {
  .button-wrap .button + .link {
    display: inline-block;
    margin: 20px 0 20px 15px;
  }
}

.link--wrap {
  padding: 4px 0 0;
}

.link {
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}
.link.white {
  color: white;
}
.link:hover, .link:focus {
  text-decoration: underline;
}
@media (max-width: 500px) {
  .link {
    font-size: 14px;
  }
}

.links--wrap--grid {
  display: flex;
  flex-wrap: wrap;
}
.links--wrap--grid .link--wrap {
  display: inline-block;
  padding-right: 45px;
  padding-top: 8px;
}

.section--text .links--wrap {
  margin-top: 10px;
}
.section--text .links--wrap .link--wrap {
  padding: 10px 0 0;
}

.link--arrow {
  text-decoration: none;
}
.link--arrow:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 2px solid #874d31;
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg);
  margin-left: 10px;
  font-size: 80%;
  display: inline-block;
  text-decoration: none !important;
  position: relative;
  top: -1px;
}
@media (max-width: 500px) {
  .link--arrow:after {
    margin-left: 8px;
  }
}
.link--arrow:hover, .link--arrow:focus {
  color: #874d31;
}
.link--arrow.primary-1:hover, .link--arrow.primary-1:focus {
  color: #874d31;
}

.button--video {
  background-color: transparent;
}
.button--video img {
  width: 100px;
}

/* Base */
.conditional-off {
  display: none;
}

form label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 10px;
}
form input,
form textarea {
  border: 1px solid rgb(149, 147, 148);
  border-radius: 3px;
  width: 100%;
  padding: 15px;
  font-size: 16px;
}
form fieldset {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  border: 0;
}
form fieldset legend {
  margin: 0;
  padding: 0;
  position: static;
  border: 0;
  top: auto;
  left: auto;
  float: none;
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
form fieldset .radio-container {
  width: 49.5%;
}
@media (max-width: 500px) {
  form fieldset .radio-container {
    width: 100%;
  }
}
form fieldset .checkbox-container {
  width: 100%;
}
form .field-group {
  margin: 20px 0;
}

.radio-container label {
  border: 1px solid #ececec;
  border-radius: 4px;
  cursor: pointer;
  padding: 20px 20px 20px 40px;
  position: relative;
}
.radio-container label span {
  display: block;
}
.radio-container label:hover {
  background-color: #eee;
}
.radio-container label:before, .radio-container label:after {
  content: "";
  display: block;
  border-radius: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.radio-container label:before {
  width: 14px;
  height: 14px;
  border: 1px solid #9c9b9b;
  left: 15px;
}
.radio-container label:after {
  width: 10px;
  height: 10px;
  left: 17px;
}
.radio-container input {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.radio-container input:checked + label:after {
  background-color: orange;
}
.radio-container .primary-label {
  font-size: 15px;
}
.radio-container .description {
  margin-top: 5px;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}

.checkbox-container label:before, .checkbox-container label:after {
  border-radius: 1px;
}

.col-overview .content-wrap {
  padding: 0 100px 100px;
}
@media (max-width: 1200px) {
  .col-overview .content-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.col-overview .image-wrap {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px;
}
@media (max-width: 1200px) {
  .col-overview .image-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.timeline-title {
  font-size: 17px;
  text-transform: uppercase;
}

.timeline-dates {
  font-weight: 800;
  font-size: 14px;
}

.timeline-dates {
  font-weight: 800;
  font-size: 14px;
}

.timeline .day {
  text-align: left;
  padding: 22px 0 0;
}

.timeline .day p {
  font-size: 14px;
  padding-top: 8px;
}

.timeline .day .day-name {
  font-size: 20px;
  padding-bottom: 20px;
}

.section-title {
  text-transform: uppercase;
  letter-spacing: 1rem;
  font-weight: 600;
  font-size: 13px;
  padding: 50px 0 10px;
  color: #f8a539;
}

/* Base */
/* Style (project-level overrides and site modules) */
.section--text_image .col-image {
  padding-left: 45px;
}
@media (max-width: 900px) {
  .section--text_image .col-image {
    padding: 0;
    padding-top: 45px;
  }
}
@media (max-width: 500px) {
  .section--text_image .col-image {
    padding-top: 30px;
  }
}
@media (min-width: 901px) {
  .section--text_image .img--left .col-image {
    order: -1;
    padding-left: 0;
    padding-right: 45px;
  }
}

.rsvp-page {
  display: flex;
}
.rsvp-page .image {
  background-image: url(../../images/patterns/denim.png);
  color: white;
  background-size: 150px;
  background-blend-mode: luminosity;
  background-attachment: fixed;
}
.rsvp-page .col-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: sticky;
  top: 0;
  padding: 6vw;
  overflow: auto;
  align-self: flex-start;
  min-height: 100vh;
}
.rsvp-page .col-form h2 {
  font-family: "shantell-sans-bouncy";
}
@media (max-width: 900px) {
  .rsvp-page {
    flex-direction: column;
  }
}

.rsvp-page-nm .image {
  background-color: #874d31;
}

.rsvp-page-ca .image {
  background-color: #772925;
}

@media (max-width: 1400px) {
  .addressgrid {
    flex-direction: column;
  }
  .addressgrid .col-1-3 {
    padding: 0 0 20px;
    width: 100%;
  }
}

#page-404 {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../../images/patterns/denim.png);
  color: white;
  background-size: 150px;
  background-blend-mode: luminosity;
  background-attachment: fixed;
  flex-direction: column;
}
#page-404 .button {
  margin-top: 20px;
}

/* Layout: Page specifc changes */
.h-scroll {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  color: white;
  /* color: black; */
}

.scroll-down {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12rem;
}
.scroll-down:after {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  border: 1px solid #a06a23;
  border-top: 0;
  border-left: 0;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  top: 2px;
}

.h-scroll__track {
  height: 100%;
  display: flex;
  align-items: center;
  will-change: transform;
}

.h-scroll__content {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: max-content;
  height: 100%;
  background: linear-gradient(90deg, #874d31, #1e1e1e, #151515), url(../../images/patterns/denim.png);
  background-size: cover, 150px;
  background-blend-mode: color;
}

.h-scroll__content-images {
  height: 100%;
  padding: 0 5vw;
  background-image: url(../../images/bg-2@3x.png), url(../../images/bg-3@3x.png), url(../../images/bg-4@3x.png), url(../../images/bg-6@3x.png), url(../../images/bg-5@3x.png);
  background-position: 0% 110%, 58% 100%, 100% 110%, 25% -50%, 75% -10%;
  background-repeat: no-repeat;
  background-size: auto 50%;
}

.h-scroll__content h2 {
  font-size: 80vh;
  text-transform: uppercase;
  position: relative;
  z-index: 9;
  /* font-family: "Boldonse", system-ui; */
  /* font-family: "Londrina Solid", sans-serif; */
  /* font-family: "Sancreek", serif; */
  /* font-family: "Alumni Sans Pinstripe", sans-serif; */
  /* font-family: "Outfit", sans-serif; */
  font-family: "Red Hat Display", sans-serif;
  font-weight: 100;
  /* font-family: "Jost", sans-serif; */
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.h-scroll__content {
  position: relative;
}
.h-scroll__content .mask {
  position: absolute;
  z-index: 0;
  width: auto;
}
.h-scroll__content .mask-1 {
  height: 53%;
  top: 8%;
  left: 5%;
}
.h-scroll__content .mask-2 {
  height: 45%;
  top: 54%;
  left: 47%;
}
.h-scroll__content .mask-3 {
  height: 45%;
  top: -5%;
  left: 84%;
}

.panel {
  min-height: 100vh;
}

@media (min-width: 901px) {
  .panel-1 {
    display: flex;
  }
  .panel-1 > div {
    flex: 1 1 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.panel-1-1 img {
  display: block;
  margin: 0 auto 30px;
  width: 150px;
}
@media (max-width: 900px) {
  .panel-1-1 {
    padding: 100px 40px 150px;
  }
}

.panel-1-2 {
  padding: 5vw;
  background-image: url(../../images/bg-6@3x.png), url(../../images/bg-5@3x.png);
  background-position: -12% -12%, 110% 110%;
  background-repeat: no-repeat;
  background-size: auto 26%;
}
.panel-1-2 img {
  display: block;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 900px) {
  .panel-1-2 img {
    position: relative;
    top: -100px;
  }
}
@media (max-width: 900px) {
  .panel-1-2 {
    padding-bottom: 0;
  }
}

.panel-1 .title {
  font-size: 30px;
  font-family: "shantell-sans-bouncy", sans-serif;
  color: white;
  text-align: center;
  font-weight: 600;
}

#reveal2,
#reveal3 {
  opacity: 0;
  /* transform: scale(5.5); */
  transition: all 0.8s ease-in-out;
}
#reveal2.visible,
#reveal3.visible {
  opacity: 1;
  transform: none;
}

.gallery {
  padding: 30px;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 15px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .gallery {
    grid-template-columns: auto;
  }
}
@media (max-width: 600px) {
  .gallery > div:empty {
    display: none;
  }
}

.rellax {
  display: flex;
  align-items: center;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-in-out;
}
.rellax.is-visible {
  opacity: 1;
  transform: none;
}

.rellax {
  position: relative;
}
@media (min-width: 601px) {
  .rellax:nth-child(12n+2) {
    transform: translateY(-25%);
  }
  .rellax:nth-child(12n+5) {
    transform: translateY(-35%);
  }
  .rellax:nth-child(12n+7) {
    transform: translateY(-25%);
  }
  .rellax:nth-child(12n+10) {
    transform: translateY(-25%);
  }
  .rellax:nth-child(12n+11) {
    transform: translateY(-25%);
  }
  .rellax[data-index="9"] {
    transform: translateY(25%);
  }
  .rellax[data-index="12"] {
    align-items: flex-end;
  }
  .rellax[data-index="18"] {
    transform: translateY(25%);
  }
  .rellax[data-index="23"] {
    transform: translateY(-5%);
  }
  .rellax[data-index="25"] {
    grid-column: span 2;
  }
  .rellax[data-index="33"] {
    align-items: flex-end;
  }
}
@media (max-width: 900px) {
  .rellax[data-index="13"], .rellax[data-index="15"], .rellax[data-index="23"], .rellax[data-index="35"], .rellax[data-index="38"] {
    display: none;
  }
  .rellax[data-index="34"] {
    order: 100;
  }
}

.rellax img {
  width: 100%;
  height: auto;
}

.bubble {
  position: absolute;
  z-index: 9;
  text-align: center;
  display: flex;
  color: white;
  width: 200px;
  height: 200px;
}
.bubble p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  padding: 20px;
  font-weight: 600;
  text-wrap: balance;
  width: 100%;
}
.bubble img {
  object-fit: contain;
  height: 100%;
}
.rellax[data-index="5"] .bubble {
  left: -28%;
  top: 60%;
}
@media (max-width: 600px) {
  .rellax[data-index="5"] .bubble {
    left: 50%;
    top: -5%;
  }
}
.rellax[data-index="11"] .bubble {
  left: -21%;
  top: 60%;
  width: 170px;
}
.rellax[data-index="11"] .bubble p {
  width: 86%;
  padding-bottom: 0;
}
@media (max-width: 600px) {
  .rellax[data-index="11"] .bubble {
    left: 60%;
    top: -15%;
  }
}
.rellax[data-index="17"] .bubble {
  right: -30%;
  top: 20%;
}
@media (max-width: 600px) {
  .rellax[data-index="17"] .bubble {
    left: 40%;
    top: -25%;
  }
}
.rellax[data-index="28"] .bubble {
  right: -22%;
  bottom: 18%;
}
.rellax[data-index="28"] .bubble p {
  padding-top: 10px;
}
@media (max-width: 600px) {
  .rellax[data-index="28"] .bubble {
    right: 10%;
    bottom: -15%;
  }
}
.rellax[data-index="36"] .bubble {
  left: 7%;
  top: 5%;
}
.rellax[data-index="36"] .bubble p {
  width: 86%;
  padding-bottom: 10px;
  margin-left: 14%;
}
@media (max-width: 600px) {
  .rellax[data-index="36"] .bubble {
    left: 3%;
    top: -10%;
  }
}
.rellax[data-index="38"] .bubble {
  left: 15%;
  top: -10%;
}
@media (max-width: 500px) {
  .bubble {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
