@font-face {
  font-family: 'Knockout Middle';
  src: url('/fonts/Knockout-HTF51-Middleweight.otf');
}
@font-face {
  font-family: 'Knockout Full Middle';
  src: url('/fonts/Knockout-HTF71-FullMiddlewt.otf');
}
/* Custom Media Queries */
/* Global Vars */
:root {
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1264px;
  --breakpoint-xxl: 1440px;
  --max-width: 1360px;

  /* Typography */
  --primary-font: 'Calibre Regular';
  --secondary-font: 'Knockout Full Middle';
  --secondary-font-light: 'Knockout Middle';

  --gutter-width: 60px;

  /* Colors */
  --blue: #00bbe6;
  --black: black;
  --white: white;
  --gray-100: #f7fafc;
  --gray-300: #acb8bf;
  --gray-500: #676d75;
  --gray-700: #272728;
  --gray-900: #282829;
  --white-muted: rgba(255, 255, 255, 0.6);

  /* Typography Sizes */
  --h1-sz: 80px;
  --h1-lh: 88px;
  --h2-sz: 60px;
  --h2-lh: 76px;
  --h3-sz: 48px;
  --h3-lh: 60px;
  --h4-sz: 32px;
  --h4-lh: 40px;
  --h5-sz: 24px;
  --h5-lh: 32px;
  --h6-sz: 18px;
  --h6-lh: 28px;
  --p1-sz: 24px;
  --p1-lh: 36px;
  --p2-sz: 18px;
  --p2-lh: 30px;
  --p3-sz: 14px;
  --p3-lh: 26px;

  /* Weights */
  --extrabold: 800;
  --bold: 600;
  --medium: 500;
  --regular: 400;

  /* Shadows */
  --card-shadow: 0 15px 20px -10px rgba(0, 0, 0, 0.25),
    0 12px 10px -10px rgba(0, 0, 0, 0.22);
}
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * 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: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}
/**
 * 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;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, /* 1 */
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
.btn,
input[type='submit'].btn button.btn {
  border-radius: 5px;
  display: inline-block;
  padding: 15px 40px;
  font-family: 'Knockout Middle';
  font-family: var(--secondary-font-light);
  text-transform: uppercase;
  font-size: 14px;
  font-size: var(--p3-sz);
  text-align: center;
  line-height: 100%;
  min-width: 200px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 2px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%
}
@media (min-width: 576px) {
.btn,
input[type='submit'].btn button.btn {
    max-width: 320px
}
  }
.btn--auto-width {
  min-width: 0;
}
.btn--primary,
.btn--primary:focus,
.btn--primary:active,
.btn--primary:visited,
input[type='submit'].btn--primary button.btn--primary,
input[type='submit'].btn--primary button.btn--primary:focus,
input[type='submit'].btn--primary button.btn--primary:active,
input[type='submit'].btn--primary button.btn--primary:visited {
  color: white;
  color: var(--white);
  background: #282829;
  background: var(--gray-900);
  border: 3px #282829 solid;
  border: 3px var(--gray-900) solid;
}
.btn--primary:hover,
input[type='submit'].btn--primary:hover button.btn--primary:hover {
  background: black;
  background: var(--black);
  color: white;
  color: var(--white);
}
.btn--white,
.btn--white:focus,
.btn--white:active,
.btn--white:visited,
input[type='submit'].btn--white button.btn--white,
input[type='submit'].btn--white button.btn--white:focus,
input[type='submit'].btn--white button.btn--white:active,
input[type='submit'].btn--white button.btn--white:visited {
  color: #282829;
  color: var(--gray-900);
  background: white;
  background: var(--white);
  border: 3px #282829 solid;
  border: 3px var(--gray-900) solid;
}
.btn--white:hover,
input[type='submit'].btn--white:hover button.btn--white:hover {
  background: #282829;
  background: var(--gray-900);
  color: white;
  color: var(--white);
}
.btn--blue,
.btn--blue:focus,
.btn--blue:active,
.btn--blue:visited,
input[type='submit'].btn--blue,
input[type='submit'].btn--blue:focus,
input[type='submit'].btn--blue:active,
input[type='submit'].btn--blue:visited,
button.btn--blue,
button.btn--blue:focus,
button.btn--blue:active,
button.btn--blue:visited {
  background: #00bbe6;
  background: var(--blue);
  border: 2px #00bbe6 solid;
  border: 2px var(--blue) solid;
  color: white;
  color: var(--white);
}
.btn--blue:hover,
input[type='submit'].btn--blue:hover,
button.btn--blue:hover {
  background-color: #20d4fd;
  border-color: #20d4fd;
  color: white;
  color: var(--white);
}
@media (min-width: 768px) {
.accordion {
    padding: 80px 0
}
  }
.accordion .btn {
  margin: 5px 0 30px;
}
.accordion__content {
  max-width: 992px;
  max-width: var(--breakpoint-lg);
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse
}
@media (min-width: 768px) {
.accordion__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row
}
  }
@media (min-width: 768px) {
.accordion--is-reversed .accordion__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse
}
  }
.accordion__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 0;
  padding: 20px
}
@media (min-width: 768px) {
.accordion__list {
    width: 40%;
    margin-right: 20px
}
  }
@media (min-width: 992px) {
.accordion__list {
    margin-right: 40px
}
  }
@media (min-width: 1264px) {
.accordion__list {
    margin-right: 90px
}
  }
@media (min-width: 768px) {
.accordion--is-reversed .accordion__list {
    margin-left: 20px;
    margin-right: 0
}
  }
@media (min-width: 992px) {
.accordion--is-reversed .accordion__list {
    margin-left: 40px;
    margin-right: 0
}
  }
@media (min-width: 1264px) {
.accordion--is-reversed .accordion__list {
    margin-left: 90px;
    margin-right: 0
}
  }
@media (min-width: 768px) {
.accordion--wide-text .accordion__item {
    width: 70%
}
  }
.accordion--wide-text .accordion__list-items {
  display: none;
}
.accordion--wide-text .accordion__list-items-wide-wrap {
  display: block;
  max-width: 992px;
  max-width: var(--breakpoint-lg);
  margin: 0 auto 40px
}
@media (min-width: 992px) {
.accordion--wide-text .accordion__list-items-wide-wrap {
    margin: 40px auto 0
}
  }
.accordion--wide-text .accordion__list-items-wide {
  margin: 0;
  padding: 0 20px
}
@media (min-width: 992px) {
.accordion--wide-text .accordion__list-items-wide {
    padding: 0
}
  }
.accordion__list-items-wide-wrap {
  display: none;
}
.accordion__heading {
  line-height: 100%;
  font-size: 40px;
  font-size: var(--h4-lh);
  line-height: 34px
}
@media (min-width: 768px) {
.accordion__heading {
    font-size: 36px;
    font-size: var(--p1-lh)
}
  }
.accordion__body p {
  margin: 10px 0;
}
.accordion__button {
  margin-bottom: 20px;
  width: 100%
}
@media (min-width: 768px) {
.accordion__button {
    width: auto
}
  }
.accordion__list-items {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.accordion__list-item {
  border-bottom: 1px #ccc solid;
  padding: 12px 0;
  display: grid;
  grid-template: 1fr / 20px auto;
  grid-gap: 8px;
  gap: 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  letter-spacing: 1px
}
@media (min-width: 768px) {
.accordion__list-item {
    grid-gap: 5px;
    gap: 5px
}
  }
.accordion--has-content .accordion__list-item:first-child {
  border-top: 1px #ccc solid;
}
.accordion__list-arrow {
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  margin-top: 8px;
  width: 16px;
  height: 16px
}
@media (min-width: 768px) {
.accordion__list-arrow {
    margin-top: 8px;
    width: 14px;
    height: 14px
}
  }
.accordion__list-arrow--active {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion__list-heading {
  font-family: 'Knockout Full Middle';
  font-family: var(--secondary-font);
  text-transform: uppercase;
  cursor: pointer;
  color: black;
  color: var(--black);
}
.accordion__list-body {
  color: #676d75;
  color: var(--gray-500);
}
.accordion__list-body p:first-child {
  margin-top: 0;
}
.accordion__list-body p:last-child {
  margin-bottom: 0;
}
.accordion__list-item:last-child {
  border-bottom: none;
}
.accordion__list-body {
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
}
.accordion__list-body--active {
  opacity: 1;
  visibility: visible;
  max-height: none;
}
.accordion__img-wrap {
  width: 100%
}
@media (min-width: 768px) {
.accordion__img-wrap {
    width: 60%
}
  }
.accordion__img {
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
  width: 100%;
}
.embed {
  margin-bottom: 20px;
}
.events {
  padding: 30px 20px;
  width: 100%;
  display: grid;
  grid-template: repeat(4, auto) / 1fr;
  grid-row-gap: 0;
  row-gap: 0;
  max-width: 600px;
  margin: auto;
  grid-column-gap: 10px
}
@media (min-width: 1264px) {
.events {
    padding: 80px 0;
    grid-row-gap: 0;
    grid-column-gap: 60px;
    grid-template: repeat(3, auto) / auto auto;
    max-width: 1360px;
    max-width: var(--max-width)
}
  }
.events--no-padd {
  padding-top: 0;
}
.events__title {
  font-family: 'Knockout Full Middle';
  font-family: var(--secondary-font);
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 32px;
  padding: 0;
  margin-bottom: 15px
}
@media (min-width: 1264px) {
.events__title {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    font-size: 48px;
    font-size: var(--h3-sz);
    line-height: 100%;
    text-align: left;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 60px 30px 30px;
    margin: 0;
    max-width: 60%
}
  }
.events__image {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  width: 100%;
  max-width: 327px;
  margin: 10px auto;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
  opacity: 0;
  height: 100%;
  min-height: 370px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;

  /* Please don't remove this unless you have a fix for Safari Mobile. */
  max-height: 300px
}
@media (min-width: 1264px) {
.events__image {
    height: 560px;
    /* Please don't remove this unless you have a fix for Safari Mobile. */
    max-height: 560px;
    max-width: none;
    width: 500px;
    grid-row: 1 / 4;
    grid-column: 1 / 2
}
  }
.events__image--active {
  opacity: 1;
}
.events__slide-wrap {
  grid-row: 3 / 4;
  grid-column: 1 / 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}
@media (min-width: 1264px) {
.events__slide-wrap {
    grid-row: 2 / 3;
    grid-column: 2 / 3
}
  }
.events__slide {
  display: grid;
  grid-template: 1fr / 1fr;
  width: 100%
}
@media (min-width: 1264px) {
.events__slide {
}
  }
.events__slide-item {
  opacity: 0;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  display: grid;
  grid-template: repeat(4, auto) / repeat(2, 1fr)
}
@media (min-width: 1264px) {
.events__slide-item {
    grid-template: repeat(2, auto) / repeat(12, 1fr);
    max-width: 800px;
    width: 100%;
    margin-right: 15px
}
  }
.events__slide-item--active {
  opacity: 1;
  z-index: 99;
}
.events__slide-details,
.events__slide-date,
.events__slide-time,
.events__slide-location,
.events__slide-cta {
  padding: 10px 0
}
@media (min-width: 1264px) {
.events__slide-details,
.events__slide-date,
.events__slide-time,
.events__slide-location,
.events__slide-cta {
    padding: 30px;
    border-top: 1px #d8d8d8 solid
}
  }
.events__slide-label,
.events__slide-item h5.events__slide-label {
  font-family: 'Knockout Full Middle';
  font-family: var(--secondary-font);
  font-size: 20px;
  text-transform: uppercase;
  line-height: 110%;
  margin-bottom: 0px;
}
.events__slide-details {
  line-height: 110%;
  grid-row: 1 / 2;
  grid-column: 1 / 3;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}
@media (min-width: 1264px) {
.events__slide-details {
    grid-row: 1 / 2;
    grid-column: 1 / 10;
    border-right: 1px #d8d8d8 solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
}
  }
.events__slide-details p {
  margin-bottom: 8px;
  margin-top: 0;
  display: none
}
@media (min-width: 1264px) {
.events__slide-details p {
    display: block
}
  }
.events__slide-title {
  font-size: 24px;
  font-size: var(--h5-sz);
  text-transform: uppercase;
  line-height: 110%;
  font-family: 'Knockout Full Middle';
  font-family: var(--secondary-font);
  margin-bottom: 0 !important
}
@media (min-width: 1264px) {
.events__slide-title {
    margin-bottom: 8px
}
  }
.events__slide-date {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
  text-align: left;
  padding-left: 30px;
  border-top: 1px #d8d8d8 solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column
}
@media (min-width: 1264px) {
.events__slide-date {
    grid-row: 1 / 2;
    grid-column: 10 / 13;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
}
  }
@media (min-width: 1264px) {
.events__slide-date .events__slide-label {
    display: none
}
  }
@media (min-width: 1264px) {
.events__slide-date-month {
    color: black;
    color: var(--black);
    font-family: 'Knockout Full Middle';
    font-family: var(--secondary-font);
    text-transform: uppercase
}
  }
@media (min-width: 1264px) {
.events__slide-date-day {
    color: black;
    color: var(--black);
    font-family: 'Knockout Full Middle';
    font-family: var(--secondary-font);
    font-size: 88px;
    font-size: var(--h1-lh);
    line-height: 100%
}
  }
.events__slide-time {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  text-transform: uppercase;
  border-top: 1px #d8d8d8 solid;
  border-right: 1px #d8d8d8 solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column
}
@media (min-width: 1264px) {
.events__slide-time {
    grid-row: 2 / 3;
    grid-column: 1 / 4;
    border-right: 1px #d8d8d8 solid
}
  }
.events__slide-location {
  grid-row: 3 / 4;
  grid-column: 1 / 3;
  border-top: 1px #d8d8d8 solid;
  padding-bottom: 0
}
@media (min-width: 1264px) {
.events__slide-location {
    grid-row: 2 / 3;
    grid-column: 4 / 9;
    border-right: 1px #d8d8d8 solid;
    padding-bottom: 15px
}
  }
.events__slide-cta {
  grid-row: 4 / 5;
  grid-column: 1 / 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  padding-bottom: 10px
}
@media (min-width: 1264px) {
.events__slide-cta {
    grid-row: 2 / 3;
    grid-column: 9 / 13;
    padding-top: 0;
    padding-bottom: 0
}
  }
.events__slide-cta .btn {
  width: 100%;
}
.events__slide-control {
  grid-row: 4 / 5;
  grid-column: 1 / 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center
}
@media (min-width: 1264px) {
.events__slide-control {
    grid-row: 3 / 4;
    grid-column: 2 / 3;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 60px
}
  }
.events__slide-nav {
  list-style: none;
  margin: 0 20px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20px;
}
.events__slide-nav-item {
  height: 10px;
  width: 10px;
  margin-right: 18px;
  border-radius: 50%;
  border: 2px #acb8bf solid;
  border: 2px var(--gray-300) solid;
  background: #acb8bf;
  background: var(--gray-300);
  display: inline-block;
  cursor: pointer
}
@media (min-width: 1264px) {
.events__slide-nav-item {
    height: 12px;
    width: 12px;
    border: 2px black solid;
    border: 2px var(--black) solid;
    background: white;
    background: var(--white)
}
  }
.events__slide-nav-item:last-child {
  margin-right: 0;
}
.events__slide-nav-item:hover,
.events__slide-nav-item--active {
  background: #00bbe6;
  background: var(--blue);
  border: 2px #00bbe6 solid;
  border: 2px var(--blue) solid
}
@media (min-width: 1264px) {
.events__slide-nav-item:hover,
.events__slide-nav-item--active {
    border: 2px black solid;
    border: 2px var(--black) solid;
    background: black;
    background: var(--black)
}
  }
.events__slide-control-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.events__slide-control-prev,
.events__slide-control-next {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.footer {
  background: #282829;
  background: var(--gray-900);
  padding: 10px 20px 40px
}
@media (min-width: 980px) {
.footer {
    padding: 60px 20px
}
  }
.footer__wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1360px;
  margin: 0 auto
}
@media (min-width: 980px) {
.footer__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row
}
  }
.footer__img {
  display: none;
  margin-right: 20px
}
@media (min-width: 1090px) {
.footer__img {
    display: block
}
  }
.footer__nav {
  color: white;
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%
}
@media (min-width: 980px) {
.footer__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: auto
}
  }
.footer__nav-block {
  padding: 0
}
@media (min-width: 1210px) {
.footer__nav-block {
    padding: 0 40px 0 10px
}
  }
@media (min-width: 1330px) {
.footer__nav-block {
    padding: 0 60px 0 40px
}
  }
.footer__heading {
  color: white;
  color: var(--white);
  letter-spacing: 1px;
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 30px;
  text-transform: uppercase;
  line-height: 110%;
  font-family: 'Knockout Middle';
  font-family: var(--secondary-font-light);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: block;
  position: relative
}
@media (min-width: 980px) {
.footer__heading {
    margin-top: 0;
    font-size: 15px;
    letter-spacing: 2px
}
  }
@media (min-width: 980px) {
.footer__nav:first-of-type h4 {
      max-width:110px
}
    }
.footer__heading br {
  display: none
}
@media (min-width: 980px) {
.footer__heading br {
    display: block
}
  }
.footer__list {
  margin: 0;
  display: none;
  height: 0;
  overflow: hidden
}
@media (min-width: 980px) {
.footer__list {
    display: block;
    height: auto
}
  }
.footer__list--active {
  display: block;
  height: auto;
}
.footer__item {
  display: block;
}
.footer__link {
  color: white;
  color: var(--white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
}
.footer__link:hover {
  color: #00bbe6;
  color: var(--blue);
}
@media (min-width: 1190px) {
.footer__details {
    width: 390px
}
  }
.footer__newsletter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  background: var(--white);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  width: 100%;
  font-size: 14px;
  font-size: var(--p3-sz);
  position: relative;
  z-index: 5
}
@media (min-width: 980px) {
.footer__newsletter {
    margin-bottom: 30px;
    margin-right: 0;
    max-width: 375px;
    width: auto
}
  }
.footer__newsletter--large-only {
  display: none
}
@media (min-width: 980px) {
.footer__newsletter--large-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
  }
.footer__newsletter--small-only {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media (min-width: 980px) {
.footer__newsletter--small-only {
    display: none
}
  }
.footer__newsletter--small-only .footer__newsletter-input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.footer__newsletter-input,
input.footer__newsletter-input {
  background: white;
  background: var(--white);
  border: none;
  border-right: solid 1px #acb8bf;
  border-right: solid 1px var(--gray-300);
  border-radius: 0;
  font-family: 'Calibre Regular';
  font-family: var(--primary-font);
  height: 50px;
  outline: none;
  padding: 10px 20px;
  width: auto
}
@media (min-width: 768px) {
.footer__newsletter-input,
input.footer__newsletter-input {
    width: 40%
}
  }
.footer__newsletter-input,
input.footer__newsletter-input:focus {
  border-color: black;
  border-color: var(--black);
}
.footer__newsletter-dropdown-wrapper {
  height: 50px;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative
}
@media (min-width: 980px) {
.footer__newsletter-dropdown-wrapper {
    padding: 0
}
  }
.footer__newsletter-dropdown-label {
  color: black;
  color: var(--black);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}
.footer__newsletter-dropdown-label:after {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: '\25BE';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: black;
  background: var(--black);
  color: white;
  color: var(--white);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 15px;
  margin-left: 10px;
  padding: 8px;
  width: 15px;
}
.footer__newsletter-dropdown {
  background: white;
  background: var(--white);
  padding: 20px;
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
  -webkit-box-shadow: 6px 6px 12px -4px rgba(0, 0, 0, 0.48);
          box-shadow: 6px 6px 12px -4px rgba(0, 0, 0, 0.48);
  display: none
}
@media (min-width: 980px) {
.footer__newsletter-dropdown {
    left: -18px;
    right: unset;
    width: 180px
}
  }
.footer__newsletter-dropdown.is-active {
  display: block;
}
.footer__newsletter-dropdown-list {
  display: block;
  margin: 0 0 15px;
}
.footer__newsletter-dropdown-item {
  display: block;
  margin-bottom: 5px;
}
.footer__newsletter-dropdown-checkbox {
  margin-right: 5px;
}
.footer__newsletter-dropdown-btn {
  padding: 10px;
  width: 100%;
}
.footer__newsletter-btn,
.footer__newsletter-btn button {
  font-size: 14px;
  padding: 5px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center
}
@media (min-width: 980px) {
.footer__newsletter-btn,
.footer__newsletter-btn button {
    width: auto;
    border-radius: 0
}
  }
.footer__newsletter-btn {
  height: 50px;
}
.footer__newsletter-btn button {
  height: 40px;
  width: 100%;
  padding: 5px 15px;
}
.footer__newsletter-btn--hide {
  display: none;
}
.footer__newsletter-btn input[type='submit'].btn {
  padding: 7px 20px;
}
.footer__social {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 0
}
@media (min-width: 980px) {
.footer__social {
    margin: 10px 0 0
}
  }
.footer__social-item {
  display: block;
  margin-right: 25px;
}
.footer--large-only {
  display: none
}
@media (min-width: 980px) {
.footer--large-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    letter-spacing: 1px
}
  }
.footer--small-only {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media (min-width: 980px) {
.footer--small-only {
    display: none
}
  }
.mcform {
  display: none;
}
.footer__newsletter-message {
  margin: 0;
  color: white;
  color: var(--white);
  background: #282829;
  background: var(--gray-900);
  padding: 0;
  line-height: 1.7;
  padding-top: 8px;
}
.footer__arrow {
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-right: 5px;
  display: block;
  position: absolute;
  top: 0;
  right: 0
}
@media (min-width: 980px) {
.footer__arrow {
    display: none
}
  }
.footer__heading--active .footer__arrow {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.four-up {
  width: 100%;
  max-width: 1360px;
  max-width: var(--max-width);
  margin: auto;
  display: grid;
  grid-template: repeat(4, auto) / 30px auto 30px;
  grid-gap: 15px;
  gap: 15px;
  padding: 30px 0 80px;
  color: #676d75;
  color: var(--gray-500)
}
@media (min-width: 768px) {
.four-up {
    grid-template: repeat(2, auto) / 3fr 1fr;
    grid-gap: 30px;
    gap: 30px;
    padding: 30px 30px 80px
}
  }
@media (min-width: 1440px) {
.four-up {
    padding: 30px 0 80px
}
  }
.four-up__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  text-align: center
}
@media (min-width: 768px) {
.four-up__heading {
    grid-row: 1 / 2;
    grid-column: 1 / 2
}
  }
.four-up__heading h2 {
  font-size: 40px;
  font-size: var(--h4-lh);
  line-height: 100%;
  margin: 0
}
@media (min-width: 768px) {
.four-up__heading h2 {
    font-size: 48px;
    font-size: var(--h3-sz)
}
  }
.four-up__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-row: 4 / 5;
  grid-column: 1 / 4;
  padding: 0 15px
}
@media (min-width: 768px) {
.four-up__link {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    width: auto;
    justify-self: end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0
}
  }
.four-up__link .btn {
  width: 100%;
  margin-top: 15px
}
@media (min-width: 768px) {
.four-up__link .btn {
    margin-top: 0;
    width: auto
}
  }
.four-up__blocks {
  display: grid;
  grid-template: 1fr / 1fr;
  grid-gap: 30px;
  gap: 30px;
  grid-row: 2 / 3;
  grid-column: 2 / 3
}
@media (min-width: 768px) {
.four-up__blocks {
    grid-row: 2 / 3;
    grid-column: 1 / 3;
    grid-template: 1fr / repeat(4, 1fr)
}
  }
@media (min-width: 1440px) {
.four-up__blocks {
}
  }
.four-up__blocks-item {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  opacity: 0;
  display: none;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s
}
@media (min-width: 768px) {
.four-up__blocks-item {
    grid-row: auto;
    grid-column: auto;
    opacity: 1;
    display: block
}
  }
.four-up__blocks-item--active {
  display: block;
  opacity: 1;
}
.four-up__blocks-item-img-wrap {
  background: #f7f6f7;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0
}
@media (min-width: 768px) {
.four-up__blocks-item-img-wrap {
}
  }
.four-up__blocks-item-img {
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 350px
}
@media (min-width: 768px) {
.four-up__blocks-item-img {
    max-height: 500px
}
  }
.four-up__blocks-item-heading {
  margin: 20px 0 0;
}
.four-up__blocks-item p {
  margin: 5px 0;
  line-height: 120%;
}
/* Navs */
.four-up__control-prev,
.four-up__control-next,
.four-up__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center
}
@media (min-width: 768px) {
.four-up__control-prev,
.four-up__control-next,
.four-up__nav {
    display: none
}
  }
.four-up__control-prev,
.four-up__control-next {
  width: 100%;
}
.four-up__control-prev img,
.four-up__control-next img {
  margin-bottom: 110px;
}
.four-up__control-prev {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  padding-left: 10px;
}
.four-up__control-next {
  grid-row: 2 / 3;
  grid-column: 3 / 4;
  padding-right: 10px;
}
.four-up__nav {
  grid-row: 3 / 4;
  grid-column: 2 / 3;
  padding: 0;
  margin: 0;
  list-style: none;
}
.four-up__nav-item {
  height: 10px;
  width: 10px;
  background: #acb8bf;
  background: var(--gray-300);
  border-radius: 50%;
  margin-right: 10px;
}
.four-up__nav-item:last-child {
  margin-right: 0;
}
.four-up__nav-item--active {
  background: #00bbe6;
  background: var(--blue);
}
.four-up__arrow {
  height: 25px;
}
.four-up__arrow--prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ns-header {
  background: white;
  background: var(--white);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}
.ns-banner {
  background: black;
  background: var(--black);
  display: block;
  padding: 10px;
  text-align: center;
}
.ns-banner .ns-banner__text {
  color: white;
  color: var(--white);
  font-weight: bold;
  font-family: 'Calibre Regular';
  font-family: var(--primary-font);
  margin: 0 auto;
  max-width: 1200px;
  line-height: 1.4;
  display: block;
  font-size: 16px;
}
.ns-header__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto
}
@media (min-width: 1264px) {
.ns-header__container {
    padding: 0 40px
}
  }
.ns-header__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  margin: 0
}
@media (min-width: 1264px) {
.ns-header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
  }
.ns-header__logo > img {
  height: 35px
}
@media (min-width: 768px) {
.ns-header__logo > img {
    height: unset
}
  }
.ns-header__logo--dist > img {
  height: 45px;
}
.ns-header__list-item {
  display: inline-block;
}
.ns-header__list-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: black;
  color: var(--black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Knockout Middle';
  font-family: var(--secondary-font-light);
  font-size: 14px;
  font-size: var(--p3-sz);
  margin-left: 40px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ns-header__list-link:hover {
  color: #00bbe6;
  color: var(--blue);
}
.ns-header__list-item--dropdown {
  cursor: pointer;
  position: relative;
}
.ns-header__list-link--highlight,
.ns-header__list > .ns-header__list-item:nth-last-child(2) span {
  background: #00bbe6;
  background: var(--blue);
  color: white;
  color: var(--white);
  padding: 37px;
}
.ns-header__list-link--btn,
.ns-header__list > .ns-header__list-item:last-child a {
  background: black;
  background: var(--black);
  color: white;
  color: var(--white);
  padding: 10px 15px;
  margin-left: 30px;
}
.ns-header__list-link--btn:hover {
  background: #00bbe6;
  background: var(--blue);
  color: white;
  color: var(--white);
}
.ns-header__dropdown {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  width: 141px;
  padding-top: 30px;
  z-index: 3;
  text-align: center;
  -webkit-transform: translateX(calc(-50% - 10px));
          transform: translateX(calc(-50% - 10px));
}
.ns-header__list-link--highlight, .ns-header__list > .ns-header__list-item:nth-last-child(2) .ns-header__dropdown {
  top: 34px;
}
.ns-header__dropdown-item {
  display: block;
}
.ns-header__dropdown-link {
  background: #272728;
  background: var(--gray-700);
  color: white;
  color: var(--white);
  display: block;
  padding: 12px 20px;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.2;
}
.ns-header__dropdown-link:hover {
  background: black;
  background: var(--black);
  color: #00bbe6;
  color: var(--blue);
}
.ns-header__list-item--dropdown:hover .ns-header__list-link {
  color: #00bbe6;
  color: var(--blue);
}
.ns-header__list-item--dropdown:hover .ns-header__list-link--highlight {
  color: white;
  color: var(--white);
}
.ns-header__list-item--dropdown:hover .ns-header__dropdown {
  display: block;
}
.ns-header__hamburger {
  display: block
}
@media (min-width: 1264px) {
.ns-header__hamburger {
    display: none
}
  }
.image-copy-block {
  color: #676d75;
  color: var(--gray-500);
  padding: 0
}
@media (min-width: 768px) {
.image-copy-block {
    padding: 60px 0
}
  }
.image-copy-block__content {
  max-width: 1360px;
  max-width: var(--max-width);
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse
}
@media (min-width: 768px) {
.image-copy-block__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between
}
  }
@media (min-width: 768px) {
.image-copy-block__content--pinned {
    max-width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end
}
  }
@media (min-width: 768px) {
.image-copy-block__content--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse
}
  }
.image-copy-block__content--align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.image-copy-block__details {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 0;
  margin-left: 0;
  padding: 30px 20px 0
}
@media (min-width: 768px) {
.image-copy-block__details {
    width: 40%;
    margin-right: 60px;
    margin-left: 60px
}
  }
@media (min-width: 1440px) {
.image-copy-block__details {
    padding: 0
}
  }
.image-copy-block__details--reverse {
  margin-left: 0
}
@media (min-width: 768px) {
.image-copy-block__details--reverse {
    margin-left: 30px;
    margin-right: 0
}
  }
@media (min-width: 1264px) {
.image-copy-block__details--reverse {
    margin-left: 60px;
    margin-right: 60px
}
  }
.image-copy-block__details .btn {
  width: 100%
}
@media (min-width: 768px) {
.image-copy-block__details .btn {
    width: auto
}
  }
.image-copy-block__heading {
  font-size: 48px;
  font-size: var(--h3-sz);
  line-height: 100%;
  margin-bottom: 0
}
@media (min-width: 768px) {
.image-copy-block__heading {
    max-width: 60%;
    font-size: 40px;
    font-size: var(--h4-lh)
}
  }
.image-copy-block__body ul {
  margin-left: 40px;
  text-align: left;
}
.image-copy-block__body--pinned {
  padding: 15px 0;
}
.image-copy-block__body--pinned p {
  margin: 0;
}
.image-copy-block__body--pinned p strong {
  color: black;
  color: var(--black);
  font-family: 'Knockout Full Middle';
  font-family: var(--secondary-font);
}
@media (min-width: 1264px) {
.image-copy-block__cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column
}
  }
.image-copy-block__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap
}
@media (min-width: 1264px) {
.image-copy-block__cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row
}
  }
.image-copy-block__cta .btn {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 16px auto
}
@media (min-width: 768px) {
.image-copy-block__cta .btn {
    margin-right: 15px;
    margin-left: 0;
    margin-bottom: 0
}
  }
@media (min-width: 768px) {
.image-copy-block__cta .btn:last-child {
    margin-right: 0
}
  }
.image-copy-block__img-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}
@media (min-width: 768px) {
.image-copy-block__img-wrap {
    width: 60%;
    padding-right: 20px
}
  }
@media (min-width: 768px) {
.image-copy-block__img-wrap--pinned {
    padding: 0;
    max-width: 720px
}
  }
.image-copy-block__img {
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
  width: 100%;
}
.image-copy-block p {
  margin-top: 8px;
}
.image-text-panel {
  display: grid;
  grid-template: repeat(2, auto) / 1fr
}
@media (min-width: 768px) {
.image-text-panel {
    grid-template: repeat(8, 100px) / repeat(2, 1fr)
}
  }
.image-text-panel__img-wrap {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  position: relative
}
@media (min-width: 768px) {
.image-text-panel__img-wrap {
    grid-row: 2 / 8;
    grid-column: 2 / 3
}
  }
@media (min-width: 992px) {
.image-text-panel__img-wrap {
    grid-row: 1 / 8;
    grid-column: 2 / 3
}
  }
.image-text-panel__img {
  width: 100%;
  min-height: 300px;
  -o-object-fit: cover;
     font-family: "object-fit:cover;object-position:50% 50%";
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: unset
}
@media (min-width: 768px) {
.image-text-panel__img {
    height: 100%
}
  }
.image-text-panel__content-wrap {
  background: red;
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  background: #f6f5f2
}
@media (min-width: 768px) {
.image-text-panel__content-wrap {
    grid-row: 3 / 9;
    grid-column: 1 / 3
}
  }
.image-text-panel__content {
  width: 100%;
  padding: 15px 20px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box
}
@media (min-width: 768px) {
.image-text-panel__content {
    width: 50%;
    padding: 100px 30px 30px
}
  }
@media (min-width: 1264px) {
.image-text-panel__content {
    width: 50%;
    padding: 100px 30px 30px
}
  }
@media (min-width: 1440px) {
.image-text-panel__content {
    width: calc(1360px / 2);
    width: calc(var(--max-width) / 2);
    margin-left: auto;
    margin-right: 50%;
    padding: 100px 30px 30px 0
}
  }
.image-text-panel__content-heading {
  line-height: 100%;
  font-size: 40px;
  font-size: var(--h4-lh);
  text-transform: uppercase;
  margin-top: 15px;
  padding: 0 10px
}
@media (min-width: 768px) {
.image-text-panel__content-heading {
    padding: 0;
    font-size: 60px;
    font-size: var(--h2-sz);
    text-transform: uppercase
}
  }
.image-text-panel__content-body {
  padding: 0 10px
}
@media (min-width: 768px) {
.image-text-panel__content-body {
    padding: 0
}
  }
.image-text-panel__content-button {
  margin: 20px 0;
}
.image-text-panel__content-button .btn {
  width: 100%
}
@media (min-width: 768px) {
.image-text-panel__content-button .btn {
    width: auto
}
  }
.intro {
  background: #272728
    url('/wp-content/themes/astra-child/img/owl-small-centered.png') no-repeat
    center center;
  background: var(--gray-700)
    url('/wp-content/themes/astra-child/img/owl-small-centered.png') no-repeat
    center center;
  color: white;
  color: var(--white);
  padding: 80px 20px 40px;
  background-size: cover;
  position: relative;
  z-index: 1
}
@media (min-width: 768px) {
.intro {
    background: #272728
      url('/wp-content/themes/astra-child/img/owl.png') no-repeat bottom right;
    background: var(--gray-700)
      url('/wp-content/themes/astra-child/img/owl.png') no-repeat bottom right
}
  }
@media (min-width: 1264px) {
.intro {
    background: #272728
      url('/wp-content/themes/astra-child/img/owl.png') no-repeat bottom right;
    background: var(--gray-700)
      url('/wp-content/themes/astra-child/img/owl.png') no-repeat bottom right;
    background-size: auto;
    padding: 285px 20px 270px;
    margin-top: -225px
}
  }
.intro__content {
  max-width: 90%;
  margin: 0 auto;
  text-align: center
}
@media (min-width: 768px) {
.intro__content {
    max-width: 630px
}
  }
.intro__heading {
  color: white;
  color: var(--white);
  font-size: 28px;
  font-size: var(--h6-lh);
  line-height: 0.9;
  max-width: 515px;
  margin: 0 auto
}
@media (min-width: 768px) {
.intro__heading {
    font-size: 40px;
    font-size: var(--h4-lh)
}
  }
.intro__body {
  color: rgba(255, 255, 255, 0.6);
  color: var(--white-muted);
}
.location-info {
  color: #676d75;
  color: var(--gray-500);
}
.location-info__content {
  max-width: 1360px;
  max-width: var(--max-width);
  width: 100%;
  margin: auto;
  display: grid;
  grid-template: repeat(5, auto) / 1fr;
  padding-bottom: 30px
}
@media (min-width: 992px) {
.location-info__content {
    grid-template: repeat(3, auto) / 4fr 6fr;
    padding: 60px 0
}
  }
.location-info__heading {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  text-align: center;
  padding: 30px 15px
}
@media (min-width: 992px) {
.location-info__heading {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    border-bottom: 2px #ccc solid;
    padding: 30px 0;
    margin-left: 120px;
    text-align: left
}
  }
.location-info__heading .btn {
  width: 100%
}
@media (min-width: 768px) {
.location-info__heading .btn {
    width: auto
}
  }
.location-info__heading-label {
  line-height: 100%;
  font-size: 56px;
  line-height: 48px;
  margin-bottom: 15px
}
@media (min-width: 992px) {
.location-info__heading-label {
    max-width: 75%
}
  }
.location-info__contact {
  grid-row: 3 / 4;
  grid-column: 1 / 2;
  text-align: center;
  padding: 15px
}
@media (min-width: 992px) {
.location-info__contact {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    padding: 30px 0 64px;
    margin-left: 120px;
    text-align: left
}
  }
.location-info__contact-heading {
  font-size: 32px;
  line-height: 24px;
  margin-bottom: 15px;
}
.location-info__contact-phone a {
  color: #00bbe6;
  color: var(--blue);
}
.location-info__contact-direction {
  margin-top: 15px;
}
.location-info__contact-direction a {
  width: 100%
}
@media (min-width: 768px) {
.location-info__contact-direction a {
    width: auto
}
  }
.location-info__img-wrap {
  grid-row: 1 / 2;
  grid-column: 1 / 2
}
@media (min-width: 992px) {
.location-info__img-wrap {
    grid-row: 1 / 3;
    grid-column: 2 / 3;
    margin-left: 80px;
    margin-bottom: 80px;
    margin-right: 140px
}
  }
.location-info__img {
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
  height: 100%;
  width: 100%;
  min-height: 250px;
  max-height: 300px
}
@media (min-width: 768px) {
.location-info__img {
    max-height: 450px
}
  }
.location-info__hours {
  grid-row: 4 / 5;
  grid-column: 1 / 2;
  padding: 15px;
  text-align: center
}
@media (min-width: 992px) {
.location-info__hours {
    grid-row: 3 / 4;
    grid-column: 2 / 3;
    padding: 30px 60px;
    border-top: 2px #ccc solid;
    border-bottom: 2px #ccc solid;
    margin-right: 60px;
    text-align: left
}
  }
@media (min-width: 992px) {
.location-info__hours--accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
  }
.location-info__hours-accordion-block {
  margin-right: 0
}
@media (min-width: 992px) {
.location-info__hours-accordion-block {
    margin-right: 80px
}
  }
.location-info__hours-heading {
  font-size: 32px;
  line-height: 24px;
  margin-bottom: 20px;
}
.location-info__hours-items {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1
}
@media (min-width: 992px) {
.location-info__hours-items {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}
  }
.location-info__hours-item {
  display: block;
  margin-right: 0;
  margin-bottom: 8px;
  display: inline-block
}
@media (min-width: 992px) {
.location-info__hours-item {
    margin-right: 60px
}
  }
.location-info__hours-item--accordion {
  width: 100%;
  display: inline-grid;
  grid-template: 1fr / auto 1fr;
  grid-gap: 20px;
  gap: 20px;
  cursor: pointer;
  margin-bottom: 0;
  padding: 10px;
  text-align: left;
  border-bottom: 1px #ccc solid
}
@media (min-width: 992px) {
.location-info__hours-item--accordion {
    grid-template: 1fr / 10px auto;
    width: auto;
    margin-right: 0;
    border-bottom: none;
    padding: 4px 0
}
  }
.location-info__hours-item--accordion:last-child {
  border-bottom: none;
}
.location-info__hours-item--accordion img {
  margin-top: 9px
}
@media (min-width: 992px) {
.location-info__hours-item--accordion img {
    margin-top: 8px;
    display: inline-block
}
  }
.location-info__hours-item:last-child {
  margin-right: 0;
}
.location-info__hours-day,
.location-info__hours-time {
  display: block;
}
.location-info__hours-time--accordion {
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  display: none;
  opacity: 0;
}
.location-info__hours-time--accordion-show {
  display: block;
  opacity: 1;
}
.location-info__hours-day {
  font-family: 'Knockout Full Middle';
  font-family: var(--secondary-font);
  color: black;
  color: var(--black);
}
.location-info__socialmedia {
  grid-row: 5 / 6;
  grid-column: 1 / 2;
  padding: 30px 15px;
  text-align: center;
  margin: 0 15px;
  border-top: 1px #ccc solid
}
@media (min-width: 992px) {
.location-info__socialmedia {
    grid-row: 3 / 4;
    grid-column: 1 / 2;
    padding: 30px 60px;
    border-top: 2px #ccc solid;
    border-bottom: 2px #ccc solid;
    border-right: 2px #ccc solid;
    text-align: left;
    margin: 0 0 0 60px
}
  }
.location-info__socialmedia-item {
  display: inline-block;
  background: #282829;
  background: var(--gray-900);
  padding: 10px;
  margin-right: 10px;
  height: 44px;
  width: 44px;
}
.location-info__socialmedia-item img {
  height: 100%;
  width: 100%;
}
.location-info__socialmedia-item:last-child {
  margin-right: 0;
}
.location-info__socialmedia-heading {
  font-size: 32px;
  line-height: 24px;
  margin-bottom: 15px;
}
.location-info__arrow {
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.location-info__arrow--show {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.locations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: black;
  color: var(--black)
}
@media (min-width: 1264px) {
.locations {
    margin-bottom: 80px;
    margin-top: -225px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse
}
  }
{
  /* Nav */
}
.locations__nav {
  background: black;
  background: var(--black);
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: white;
  color: var(--white)
}
@media (min-width: 1264px) {
.locations__nav {
    background: transparent;
    color: #282829;
    color: var(--gray-900);
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column
}
  }
.locations__nav-box {
  background: black;
  background: var(--black)
}
@media (min-width: 1264px) {
.locations__nav-box {
    background: white;
    background: var(--white);
    padding-bottom: 70px;
    -webkit-transform: translateY(245px);
            transform: translateY(245px)
}
  }
.locations__arrow {
  width: 20px;
  margin-left: 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s
}
@media (min-width: 1264px) {
.locations__arrow {
    display: none
}
  }
.locations__arrow--show {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.locations__nav-title {
  background: black;
  background: var(--black);
  color: white;
  color: var(--white);
  text-transform: uppercase;
  padding: 20px 15px;
  text-align: center;
  font-size: 20px;
  margin: 0;
  font-family: 'Knockout Full Middle';
  font-family: var(--secondary-font);
  margin-left: 30px;
  line-height: 100%
}
@media (min-width: 1264px) {
.locations__nav-title {
    background: white;
    background: var(--white);
    color: black;
    color: var(--black);
    text-align: left;
    padding: 25px 30px;
    margin-left: 0
}
  }
.locations__nav-items {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
  display: grid;
  grid-template: 1fr / 1fr;
  grid-gap: 30px;
  gap: 30px;
  width: 100%
}
@media (min-width: 1264px) {
.locations__nav-items {
    height: auto;
    grid-gap: 0;
    gap: 0;
    max-width: 320px
}
  }
.locations__nav-items--show {
  height: auto;
  padding: 0 0 30px 0;
}
.locations__nav-item {
  font-size: 24px;
  font-size: var(--h5-sz);
  text-align: center;
  line-height: 100%;
  padding: 0
}
@media (min-width: 1264px) {
.locations__nav-item {
    text-align: left;
    padding: 0 30px;
    line-height: 70px;
    border-bottom: 1px #acb8bf solid;
    border-bottom: 1px var(--gray-300) solid;
    border-left: 4px white solid;
    border-left: 4px var(--white) solid
}
  }
@media (min-width: 1264px) {
.locations__nav-item:hover,
.locations__nav-item--active {
    border-left: 4px #00bbe6 solid;
    border-left: 4px var(--blue) solid
}
  }
@media (min-width: 1264px) {
.locations__nav-item:last-child {
    border-bottom: none
}
  }
.locations__nav-link {
  color: white;
  color: var(--white)
}
@media (min-width: 1264px) {
.locations__nav-link {
    color: #272728;
    color: var(--gray-700)
}
  }
.locations__nav-link:hover,
.locations__nav-item--active .locations__nav-link {
  color: #00bbe6;
  color: var(--blue);
}
.locations__content {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1
}
@media (min-width: 1264px) {
.locations__content {
    width: 70%
}
  }
.locations__items {
  position: relative;
  display: grid;
  grid-template: 1fr / 1fr;
  grid-template-areas: 'slide';
}
.locations__item {
  grid-area: slide;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s
}
@media (min-width: 1264px) {
.locations__item {
    display: grid;
    grid-template: repeat(2, auto) / 20% auto auto
}
  }
.locations__item--active {
  opacity: 1;
  position: relative;
  z-index: 9;
}
.locations__item-image {
  width: 100%;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
  grid-row: 1 / 3;
  grid-column: 1 / 4;
}
.locations__item-details {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
  padding: 25px 20px;
  background: white;
  background: var(--white);
  text-align: left
}
@media (min-width: 1264px) {
.locations__item-details {
    padding: 40px
}
  }
.locations__item-title {
  text-transform: uppercase;
  font-size: 40px;
  font-size: var(--h4-lh);
  line-height: 100%;
  margin-bottom: 8px;
}
.locations__item-address {
  margin: 0;
}
.locations__item-phone {
  margin-top: 0;
}
.locations__item-phone p {
  margin: 0;
}
.locations__item-phone a {
  color: #00bbe6;
  color: var(--blue);
}
.locations__cta {
  display: grid;
  grid-template: repeat(2, 1fr) / 1fr;
  grid-gap: 15px;
  gap: 15px
}
@media (min-width: 1264px) {
.locations__cta {
    grid-template: 1fr / repeat(2, 1fr)
}
  }
.locations__item--active .locations__cta a {
  position: relative;
  z-index: 9;
  width: 100%;
  margin-left: 0;
  margin-right: auto;
}
.masthead {
  position: relative;
  height: 70vh;
  max-width: 1360px;
  margin: 0 auto;
  z-index: 2
}
@media (min-width: 768px) {
.masthead {
    height: 540px
}
  }
.masthead > .masthead__slide + .masthead__slide {
  visibility: hidden;
}
.masthead.slick-initialized > .masthead__slide + .masthead__slide {
  visibility: visible;
}
.masthead__slide {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  height: 100%;
  padding: 0 20px 40px;
  position: relative;
  width: 100%
}
@media (min-width: 768px) {
.masthead__slide {
    text-align: left;
    padding: 40px 20px;
    height: 540px
}
  }
.masthead__image-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.masthead__image {
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.masthead__content {
  max-width: 620px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center
}
@media (min-width: 768px) {
.masthead__content {
    text-align: left;
    padding: 20px 20px 20px 80px;
    margin: 0
}
  }
.masthead__heading {
  color: white;
  color: var(--white);
  font-size: 44px;
  line-height: 0.9;
  text-transform: uppercase
}
@media (min-width: 768px) {
.masthead__heading {
    font-size: 60px
}
  }
.masthead__body {
  color: white;
  color: var(--white);
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 30px;
}
.masthead__btn {
  display: block
}
@media (min-width: 768px) {
.masthead__btn {
    display: inline-block
}
  }
.masthead__arrow {
  cursor: pointer;
  display: none !important;
  position: absolute;
  right: 20px;
  top: 45%;
  z-index: 3
}
@media (min-width: 768px) {
.masthead__arrow {
    display: block !important
}
  }
.masthead__arrow:first-of-type {
  left: 20px;
  right: auto;
}
.masthead__dots {
  position: absolute;
  bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  text-align: center;
  width: 100%;
  z-index: 3;
}
.masthead__dots li {
  display: block;
  margin: 0 4px;
}
.masthead__dots button {
  background: none;
  border: solid 1px white;
  border: solid 1px var(--white);
  border-radius: 100%;
  text-indent: -9999px;
  overflow: hidden;
  width: 10px;
  height: 10px;
  padding: 0;
}
.masthead__dots .slick-active button {
  background: white;
  background: var(--white);
}
.masthead-alt {
  position: relative;
  height: 440px;
  max-width: 100%;
  font-size: 24px;
  font-size: var(--p1-sz);
  line-height: 32px;
  margin: 0 auto;
  z-index: 2
}
@media (min-width: 768px) {
.masthead-alt {
    height: 540px
}
  }
.masthead-alt__slide {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 440px;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
  position: relative
}
@media (min-width: 768px) {
.masthead-alt__slide {
    height: 540px
}
  }
.masthead-alt__image-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.masthead-alt__image {
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.masthead-alt__content {
  max-width: 100%;
  text-align: center;
  position: relative;
  z-index: 2
}
@media (min-width: 768px) {
.masthead-alt__content {
    max-width: 620px
}
  }
@media (min-width: 992px) {
.masthead-alt__content {
    max-width: 820px
}
  }
.masthead-alt__heading {
  color: white;
  color: var(--white);
  font-size: 44px;
  line-height: 0.9;
  text-transform: uppercase
}
@media (min-width: 768px) {
.masthead-alt__heading {
    font-size: 112px;
    line-height: 88px
}
  }
.masthead-alt__body {
  color: white;
  color: var(--white);
  margin-bottom: 30px;
}
.masthead-alt__btn {
  display: block
}
@media (min-width: 768px) {
.masthead-alt__btn {
    display: inline-block
}
  }
.masthead-alt__arrow {
  cursor: pointer;
  display: none !important;
  position: absolute;
  right: 20px;
  top: 45%;
  z-index: 3
}
@media (min-width: 768px) {
.masthead-alt__arrow {
    display: block !important
}
  }
.masthead-alt__arrow img {
  width: 30px;
}
.masthead-alt__arrow:first-of-type {
  left: 20px;
  right: auto;
}
.masthead-alt__dots {
  position: absolute;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  text-align: center;
  width: 100%;
  z-index: 3;
}
.masthead-alt__dots li {
  display: block;
  margin: 0 4px;
}
.masthead-alt__dots button {
  background: #282829;
  background: var(--gray-900);
  border: solid 1px #282829;
  border: solid 1px var(--gray-900);
  border-radius: 100%;
  text-indent: -9999px;
  overflow: hidden;
  width: 10px;
  height: 10px;
  padding: 0;
}
.masthead-alt__dots .slick-active button {
  background: white;
  background: var(--white);
  border: solid 1px white;
  border: solid 1px var(--white);
}
.menu {
  padding: 20px;
}
.menu p {
    font-size: 16px;
    line-height: 1.8;
  }
.menu .elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
    color: black;
    font-size: 18px;
  }
.menu .elementor-widget-heading.elementor-widget-heading
    .elementor-heading-title.large {
    font-size: 32px;
  }
.menu .elementor-widget:not(:last-child) {
    margin-bottom: 10px;
  }
.menu .elementor-column-gap-default
    > .elementor-row
    > .elementor-column
    > .elementor-element-populated {
    padding: 0;
  }
.menu .elementor-widget-wrap {
    padding-right: 50px;
  }
@media (min-width: 1024px) {
    .menu .elementor-column.elementor-col-20,
    .menu .elementor-column[data-col='20'] {
      width: calc(20% - 5px);
    }
  }
.menu .elementor-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0px;
  }
.menu .border-top {
    border-top: solid 1px #676d75;
    border-top: solid 1px var(--gray-500);
  }
.menu .margin-top {
    margin-top: 40px;
  }
.menu .no-padd {
    padding: 0;
  }
.menu .elementor-widget-heading.elementor-widget-heading
    .elementor-heading-title.blue {
    color: #008999;
  }
.menu .elementor-widget-heading.elementor-widget-heading
    .elementor-heading-title.orange {
    color: #f28421;
  }
.menu .elementor-widget-heading.elementor-widget-heading
    .elementor-heading-title.orange-light {
    color: #fcb043;
  }
.menu .elementor-widget-heading.elementor-widget-heading
    .elementor-heading-title.red {
    color: #e75928;
  }
.mobileMenu {
  background: #282829;
  background: var(--gray-900);
  height: 100vh;
  width: 100vw;
  position: fixed;
  pointer-events: none;
  opacity: 0;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 99999;
}
.mobileMenu.is-active {
  pointer-events: all;
  opacity: 1;
}
.mobileMenu__header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto
}
@media (min-width: 1264px) {
.mobileMenu__header {
    padding: 30px 40px
}
  }
.mobileMenu__logo--dist img {
  height: 45px;
}
.mobileMenu__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100vh - 160px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mobileMenu__list {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 266px;
  text-align: center;
  padding-bottom: 20px;
  list-style: none;
}
/* .mobileMenu__list:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 40px;
} */
.mobileMenu__item {
  margin-bottom: 20px;
}
.mobileMenu__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Knockout Middle';
  font-family: var(--secondary-font-light);
  font-size: 24px;
  text-transform: uppercase;
}
.mobileMenu__carot {
  font-size: 16px;
  margin-left: 10px;
}
.mobileMenu__sub-list {
  display: none;
  margin: 0;
  list-style: none;
}
.mobileMenu__sub-item {
  margin-top: 8px;
}
.mobileMenu__sub-link {
  display: inline-block;
  color: white;
}
.mobileMenu__item--dropdown.is-active .mobileMenu__sub-list {
  display: block;
}
.mobileMenu__item--dropdown.is-active .mobileMenu__link {
  color: #00bbe6;
  color: var(--blue);
}
.product-listing {
  padding: 30px 0;
}
.product-listing__heading {
  font-size: 48px;
  font-size: var(--h3-sz);
  margin-bottom: 20px;
  text-align: center;
}
.product-listing__content {
  display: grid;
  grid-gap: 64px 25px;
  gap: 64px 25px;
  max-width: 1130px;
  margin: auto;
  grid-template: 1fr / 1fr;
  padding: 0 20px
}
@media (min-width: 768px) {
.product-listing__content {
    grid-template: 1fr / repeat(2, 1fr)
}
  }
@media (min-width: 992px) {
.product-listing__content {
    grid-template: 1fr / repeat(4, 1fr)
}
  }
@media (min-width: 1264px) {
.product-listing__content {
    padding: 0
}
  }
.product-listing__item {
  max-width: 265px;
  margin: 0 auto;
}
.product-listing__item-img {
  width: 100%;
  margin-bottom: 15px;
}
.ns-new .product-listing__item-heading {
  margin: 0 0 8px;
  line-height: 18px;
  font-size: 18px;
}
.ns-new .product-listing__item-sub-heading,
.ns-new .product-listing__item-label {
  margin: 0;
  color: #676d75;
  color: var(--gray-500);
  font-size: 16px;
  line-height: 24px;
}
.product-listing-intro {
  max-width: 1130px;
  margin: auto;
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column
}
@media (min-width: 768px) {
.product-listing-intro {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 60px 20px
}
  }
@media (min-width: 1264px) {
.product-listing-intro {
    padding: 60px 0
}
  }
@media (min-width: 768px) {
.product-listing-intro--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse
}
  }
.product-listing-intro__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column
}
@media (min-width: 768px) {
.product-listing-intro__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 50%
}
  }
.product-listing-intro--reverse .product-listing-intro__content {
  padding-left: 40px;
}
.product-listing-intro__heading {
  font-size: 36px;
  font-size: var(--p1-lh);
  text-transform: uppercase;
  line-height: 100%;
  margin: 0;
  width: 100%;
  max-width: 400px;
  color: black;
  color: var(--black);
  text-align: center
}
@media (min-width: 768px) {
.product-listing-intro__heading {
    font-size: 60px;
    font-size: var(--h2-sz);
    text-align: left;
    line-height: 48px
}
  }
.product-listing-intro__heading br {
  display: none
}
@media (min-width: 768px) {
.product-listing-intro__heading br {
    display: block
}
  }
.product-listing-intro__body {
  color: #676d75;
  color: var(--gray-500);
  text-align: center
}
@media (min-width: 768px) {
.product-listing-intro__body {
    text-align: left;
    margin: 0;
    width: 100%;
    max-width: 400px
}
  }
.product-listing-intro__button {
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
  margin-top: 20px
}
@media (min-width: 768px) {
.product-listing-intro__button {
    max-width: 400px;
    text-align: left
}
  }
.product-listing-intro__button a {
  width: 100%
}
@media (min-width: 768px) {
.product-listing-intro__button a {
    width: auto
}
  }
.with-anchor-offset {
  top: -140px;
  position: relative
}
@media (min-width: 768px) {
.with-anchor-offset {
    top: -195px
}
  }
.product-listing-intro__img {
  max-width: 552px;
}
.products-highlight {
  width: 100%;
  max-width: 1190px;
  margin: auto;
  display: grid;
  grid-template: repeat(4, auto) / 30px auto 30px;
  grid-gap: 15px;
  gap: 15px;
  padding: 30px 0 80px
}
@media (min-width: 768px) {
.products-highlight {
    grid-template: repeat(2, auto) / 3fr 1fr;
    grid-gap: 30px;
    gap: 30px;
    padding: 30px 30px 80px
}
  }
@media (min-width: 1440px) {
.products-highlight {
    padding: 30px 0 80px
}
  }
.products-highlight__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  text-align: center
}
@media (min-width: 768px) {
.products-highlight__heading {
    grid-row: 1 / 2;
    grid-column: 1 / 2
}
  }
.products-highlight__heading h2 {
  font-size: 40px;
  font-size: var(--h4-lh);
  line-height: 100%;
  margin: 0
}
@media (min-width: 768px) {
.products-highlight__heading h2 {
    font-size: 48px;
    font-size: var(--h3-sz)
}
  }
.products-highlight__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-row: 4 / 5;
  grid-column: 1 / 4;
  padding: 0 20px
}
@media (min-width: 768px) {
.products-highlight__link {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    width: auto;
    justify-self: end;
    padding: 0
}
  }
.products-highlight__link .btn {
  width: 100%;
  margin-top: 15px
}
@media (min-width: 768px) {
.products-highlight__link .btn {
    margin-top: 0;
    width: auto
}
  }
.products-highlight__products {
  display: grid;
  grid-template: 1fr / 1fr;
  grid-gap: 20px;
  gap: 20px;
  grid-row: 2 / 3;
  grid-column: 2 / 3
}
@media (min-width: 768px) {
.products-highlight__products {
    grid-row: 2 / 3;
    grid-column: 1 / 3;
    grid-template: 1fr / repeat(3, 1fr)
}
  }
@media (min-width: 1440px) {
.products-highlight__products {
    grid-gap: 80px;
    gap: 80px
}
  }
.products-highlight__products-item {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  opacity: 0;
  display: none;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  color: #272728;
  color: var(--gray-700)
}
@media (min-width: 768px) {
.products-highlight__products-item {
    grid-row: auto;
    grid-column: auto;
    opacity: 1;
    display: block
}
  }
.products-highlight__products-item--active {
  display: block;
  opacity: 1;
}
.products-highlight__products-item-img {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0 0
}
@media (min-width: 768px) {
.products-highlight__products-item-img {
    padding: 0
}
  }
.products-highlight__products-item-heading {
  line-height: 1.3;
  margin: 20px 0 0;
}
.products-highlight__products-item p {
  margin: 0;
}
/* Navs */
.products-highlight__control-prev,
.products-highlight__control-next,
.products-hightlight__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center
}
@media (min-width: 768px) {
.products-highlight__control-prev,
.products-highlight__control-next,
.products-hightlight__nav {
    display: none
}
  }
.products-highlight__control-prev,
.products-highlight__control-next {
  width: 100%;
}
.products-highlight__control-prev img,
.products-highlight__control-next img {
  margin-bottom: 110px;
  height: 20px;
}
.products-highlight__control-prev img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.products-highlight__control-prev {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  padding-left: 10px;
}
.products-highlight__control-next {
  grid-row: 2 / 3;
  grid-column: 3 / 4;
  padding-right: 10px;
}
.products-hightlight__nav {
  grid-row: 3 / 4;
  grid-column: 2 / 3;
  padding: 0;
  margin: 0;
  list-style: none;
}
.products-hightlight__nav-item {
  height: 10px;
  width: 10px;
  background: #676d75;
  background: var(--gray-500);
  border-radius: 50%;
  margin-right: 18px;
}
.products-hightlight__nav-item:last-child {
  margin-right: 0;
}
.products-hightlight__nav-item--active {
  background: #00bbe6;
  background: var(--blue);
}
.subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: -webkit-sticky;
  position: sticky;
  z-index: 999;
  top: 75px
}
@media (min-width: 1264px) {
.subnav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    top: 99px
}
  }
.subnav__heading {
  display: block;
  padding: 20px 15px;
  background: black;
  background: var(--black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-size: var(--h6-szw);
  color: white;
  color: var(--white);
  letter-spacing: 1px;
  font-family: 'Knockout Full Middle';
  font-family: var(--secondary-font);
  margin: 0
}
@media (min-width: 768px) {
.subnav__heading {
    display: none
}
  }
.subnav__content {
  background: black;
  background: var(--black);
  color: white;
  color: var(--white);
  width: 100%;
  list-style: none;
  padding: 0 0 15px 0;
  margin: 0;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column
}
@media (min-width: 768px) {
.subnav__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: black;
    background: var(--black);
    color: white;
    color: var(--white);
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    list-style: none;
    padding: 30px 0;
    margin: 0
}
  }
.subnav__content--show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.subnav__item {
  margin-right: 0;
  padding: 5px 0
}
@media (min-width: 768px) {
.subnav__item {
    margin-right: 40px;
    display: inline-block;
    padding: 0
}
  }
.subnav__item:last-child {
  margin-right: 0;
}
.subnav__item:hover .subnav__item-link,
.subnav__item--active .subnav__item-link {
  color: #00bbe6;
  color: var(--blue)
}
@media (min-width: 768px) {
.subnav__item:hover .subnav__item-link,
.subnav__item--active .subnav__item-link {
    padding-bottom: 5px;
    border-bottom: 3px #00bbe6 solid;
    border-bottom: 3px var(--blue) solid
}
  }
.subnav__item-link {
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  text-transform: uppercase;
  font-family: 'Knockout Middle';
  font-family: var(--secondary-font-light);
  letter-spacing: 2px;
  font-size: 14px;
  font-size: var(--p3-sz);
  color: white;
  color: var(--white);
  padding-bottom: 5px;
  border-bottom: 3px black solid;
  border-bottom: 3px var(--black) solid;
  display: inline-block;
}
.subnav__block {
  display: none;
}
.subnav__block--center {
  max-width: 1264px;
  max-width: var(--breakpoint-xl);
  width: 100%;
  margin: auto;
}
.subnav__shortcode {
  padding: 0 20px
}
@media (min-width: 1300px) {
.subnav__shortcode {
    padding: 0
}
  }
.subnav__embed {
  padding-top: 60px;
}
.subnav__block--active {
  display: block;
}
.subnav__arrow {
  height: 20px;
  width: 20px;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  top: 22px;
  right: 60px
}
@media (min-width: 768px) {
.subnav__arrow {
    display: none
}
  }
.subnav__arrow--show {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.tour {
  max-width: 1360px;
  max-width: var(--max-width);
  margin: auto;
  width: 100%;
  display: grid;
  grid-template: auto / auto;
  padding: 30px 0;
  color: white;
  color: var(--white)
}
@media (min-width: 992px) {
.tour {
    grid-template: repeat(12, 60px) / repeat(12, 1fr);
    padding: 60px 0
}
  }
.tour__img-wrap {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  min-height: 250px
}
@media (min-width: 992px) {
.tour__img-wrap {
    grid-row: 1 / 10;
    grid-column: 3 / 13
}
  }
.tour__img {
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
  height: 100%;
  width: 100%;
  min-height: 250px;
}
.tour__content {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  background: #272728;
  background: var(--gray-700);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px
}
@media (min-width: 992px) {
.tour__content {
    grid-row: 8 / 13;
    grid-column: 2 / 11;
    padding: 40px 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row
}
  }
@media (min-width: 1264px) {
.tour__content {
    padding: 40px 60px
}
  }
.tour__content-heading,
.tour__content-sub-heading,
.tour__content-days-heading {
  color: white;
  color: var(--white);
}
.tour__content-details {
  max-width: 100%;
  text-align: center;
  padding-bottom: 20px
}
@media (min-width: 768px) {
.tour__content-details {
    margin-right: 30px
}
  }
@media (min-width: 992px) {
.tour__content-details {
    max-width: 50%;
    text-align: left;
    padding-bottom: 0
}
  }
.tour__content-details p:last-child {
  margin-bottom: 0;
}
.tour__content-heading {
  line-height: 100%;
  font-size: 36px;
  font-size: var(--p1-lh)
}
@media (min-width: 1264px) {
.tour__content-heading {
    max-width: 55%
}
  }
.tour__content-sub-heading {
  font-size: 14px;
  font-size: var(--p3-sz);
  letter-spacing: 2px;
  margin: 0;
  color: #00bbe6;
  color: var(--blue);
}
.tour__content-days {
  border-top: 1px #676d75 solid;
  border-top: 1px var(--gray-500) solid;
  padding-top: 20px;
  border-left: none;
  width: auto;
  margin: auto
}
@media (min-width: 992px) {
.tour__content-days {
    padding-left: 30px;
    border-top: none;
    border-left: 1px #676d75 solid;
    border-left: 1px var(--gray-500) solid;
    margin: unset;
    padding-top: 0
}
  }
@media (min-width: 1264px) {
.tour__content-days {
    padding-left: 60px
}
  }
.tour__content-days-item {
  margin-bottom: 15px;
}
.tour__content-days-item:last-child {
  margin-bottom: 0;
}
.tour__content-days-heading {
  line-height: 100%;
  margin-bottom: 10px;
  font-size: 14px;
  font-size: var(--p3-sz);
  letter-spacing: 2px;
  text-align: center
}
@media (min-width: 768px) {
.tour__content-days-heading {
    text-align: left
}
  }
.tour__content-days-time-wrap {
  display: grid;
  grid-template: 1fr / repeat(3, 1fr);
  grid-gap: 15px;
  gap: 15px
}
@media (min-width: 768px) {
.tour__content-days-time-wrap {
    grid-template: 1fr / repeat(4, 1fr)
}
  }
.tour__content-days-time {
  padding: 7px 15px;
  border: 1px #acb8bf solid;
  border: 1px var(--gray-300) solid;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  display: inline-block;
  color: #acb8bf;
  color: var(--gray-300);
  line-height: 100%;
  text-align: center;
  font-size: 14px;
  font-size: var(--p3-sz);
}
.tour__content-days-time:hover {
  border: 1px white solid;
  border: 1px var(--white) solid;
  color: white;
  color: var(--white);
}
.tour__content-days-time:last-child {
  margin-right: 0;
}
@supports (-ms-ime-align: auto) {
  /* Microsoft EdgeV13&14 CSS styles go here */
  .events__slide-date {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@supports (-ms-accelerator: true) {
  /* Microsoft EdgeV13 CSS styles go here */
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10 & IE11 CSS styles go here */
}
html,
body {
  scroll-behavior: smooth;
}
body.ns-new {
  font-family: 'Calibre Regular';
  font-family: var(--primary-font);
  padding-top: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 32px;
  color: #676d75;
  color: var(--gray-500)
}
@media (min-width: 1264px) {
body.ns-new {
    padding-top: 99px
}
  }
body[data-legacy-body] {
  padding-top: 130px
}
@media (min-width: 1264px) {
body[data-legacy-body] {
    padding-top: 160px
}
  }
.ns-new h1,
  .ns-new h2,
  .ns-new h3,
  .ns-new h4,
  .ns-new h5,
  .ns-new h6 {
    font-family: 'Knockout Full Middle';
    font-family: var(--secondary-font);
    margin-bottom: 10px;
    text-transform: uppercase;
  }
.ns-new p {
    margin: 8px 0;
  }
html {
  margin-top: 0 !important;
}
body {
  font-size: 20px !important; /*!important to override parent template Astra*/
}
.banner__title {
  line-height: 64px;
}
#elementor-popup-modal-6449 .dialog-message {
  width: 600px;
  height: 800px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 15px 0px 15px;
}
