﻿/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
* {
  box-sizing: border-box;
}

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

/* Links
   ========================================================================== */
/**
 * 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;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 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 */
  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;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * 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;
}

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * 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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * 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],
[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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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] {
  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 OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

/**
 * 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 */
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: #333;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* Flickity fullscreen v1.0.1
------------------------- */
.flickity-enabled.is-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.9);
  padding-bottom: 35px;
  z-index: 1;
}

.flickity-enabled.is-fullscreen .flickity-page-dots {
  bottom: 10px;
}

.flickity-enabled.is-fullscreen .flickity-page-dots .dot {
  background: white;
}

/* prevent page scrolling when flickity is fullscreen */
html.is-flickity-fullscreen {
  overflow: hidden;
}

/* ---- flickity-fullscreen-button ---- */
.flickity-fullscreen-button {
  display: block;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
}

/* right-to-left */
.flickity-rtl .flickity-fullscreen-button {
  right: auto;
  left: 10px;
}

.flickity-fullscreen-button-exit {
  display: none;
}

.flickity-enabled.is-fullscreen .flickity-fullscreen-button-exit {
  display: block;
}

.flickity-enabled.is-fullscreen .flickity-fullscreen-button-view {
  display: none;
}

.flickity-fullscreen-button .flickity-button-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 4px;
  top: 4px;
}

.h2, h2 {
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media (min-width: 54rem) {
  .h2, h2 {
    font-size: 48px;
    letter-spacing: 2px;
  }
}

.home .h2, .home h2 {
  margin: 0;
  font-size: 36px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
@media (min-width: 54rem) {
  .home .h2, .home h2 {
    font-size: 64px;
    letter-spacing: 0.89px;
    line-height: 66px;
  }
}
.home p {
  font-size: 14px;
  letter-spacing: 0.49px;
  line-height: 22px;
}
@media (min-width: 54rem) {
  .home p {
    font-size: 16px;
    letter-spacing: 0.56px;
    line-height: 23.5px;
  }
}

.bold {
  font-weight: 600;
}

.text-white {
  color: #fff;
}

.text-orange {
  color: #e72113;
}

.text-purple {
  color: #433092;
}

.text-yellow {
  color: #F8991D;
}

.text-blue {
  color: #0065a3;
}

.text-darkblue {
  color: #002b5d;
}

.text-tan {
  color: #ceccb2;
}

.text-darktan {
  color: #87796a;
}

.text-livingyellow {
  color: #f6be00;
}

.text-livingblue {
  color: #5b7f95;
}

.border-color-orange {
  border-color: #e72113;
}

.border-color-purple {
  border-color: #433092;
}

.border-color-yellow {
  border-color: #F8991D;
}

.border-color-blue {
  border-color: #0065a3;
}

.border-color-darkblue {
  border-color: #002b5d;
}

.border-color-tan {
  border-color: #ceccb2;
}

.border-color-darktan {
  border-color: #87796a;
}

.border-color-livingyellow {
  border-color: #f6be00;
}

.border-color-livingblue {
  border-color: #5b7f95;
}

.bg-purple {
  background-color: #433092;
}

.bg-orange {
  background-color: #e72113;
}

.bg-yellow {
  background-color: #F8991D;
}

.bg-blue {
  background-color: #0065a3;
}

.bg-darkblue {
  background-color: #002b5d;
}

.bg-tan {
  background-color: #ceccb2;
}

.bg-darktan {
  background-color: #87796a;
}

.bg-livingyellow {
  background-color: #f6be00;
}

.bg-livingblue {
  background-color: #5b7f95;
}

.-pl0 {
  padding-left: 0 !important;
}

.-pr0 {
  padding-right: 0 !important;
}

.-pa1 {
  padding: 1rem;
}

.-pa2 {
  padding: 2rem;
}

.flex {
  display: flex;
}

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

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

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

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

html.is-locked {
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
html.is-locked body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

body {
  margin-top: 60px;
  color: #646464;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  background-color: #F7F7F3;
  background-image: url("../../src/images/AD-Background.png");
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
@media (min-width: 68rem) {
  body {
    margin-top: 90px;
  }
}

a {
  text-decoration: none;
  color: currentColor;
}

h1, h2, h3, h4, h5, h6 {
  color: #484848;
}

.a11y-hide {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
}
.a11y-hide:focus {
  width: auto;
  height: auto;
  clip: auto;
  position: static;
}

@media (min-width: 43.75rem) {
  .mobile-only {
    display: none !important;
  }
}

@media (min-width: 54rem) {
  .mobile-tablet {
    display: none !important;
  }
}

.desktop-only {
  display: none;
}
@media (min-width: 54rem) {
  .desktop-only {
    display: block;
  }
}

.content-section {
  width: 100%;
  max-width: 1440px;
  margin: auto;
}
.content-section.-large {
  padding: 0 45px;
}
.content-section.-small, .content-section.-medium {
  max-width: 900px;
  padding: 0 10px;
}
.content-section-inner {
  margin: 3rem 1rem;
}
@media (min-width: 54rem) {
  .content-section-inner {
    overflow: hidden;
    width: 83.3333333333%;
    margin: 5rem auto;
    padding: 0 4.1666666667%;
  }
}
.content-section .btn {
  width: 100%;
  display: block;
}
@media (min-width: 54rem) {
  .content-section .btn {
    width: auto;
    display: inline-block;
  }
}
.content-section .fullMarginSides {
  margin: 0 1rem;
}
@media (min-width: 54rem) {
  .content-section .fullMarginSides {
    margin: 0 12.5%;
  }
}
.content-section-inner__wide {
  margin: 3rem 2rem;
}
@media (min-width: 54rem) {
  .content-section-inner__wide {
    margin: 5rem auto;
  }
}
.content-section-inner__fullwidth {
  margin: 3rem 0;
}
@media (min-width: 54rem) {
  .content-section-inner__fullwidth {
    margin: 5rem auto;
  }
}

.at-style-responsive .at-svc-compact {
  background-color: #E61B00 !important;
}

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

.btn {
  padding: 1rem 1.5rem;
  color: #484848;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  background-color: #fff;
  border: 0;
  cursor: pointer;
}
.btn.-wide {
  padding: 1rem 3rem;
}
.btn.-transparent {
  background-color: transparent;
}
.btn.-back {
  background: url("/wp-content/themes/arenadistrict/assets/images/back-mobile.svg") no-repeat;
  background-size: 100% 100%;
  padding: 12px 15px 12px 20px;
  font-weight: 600;
  color: #fff;
}
@media (min-width: 54rem) {
  .btn.-back {
    background: url("/wp-content/themes/arenadistrict/assets/images/back.svg") no-repeat;
    padding: 12px 25px 12px 30px;
    color: #484848;
  }
}
.btn.-menu {
  padding: 0;
  background-color: transparent;
}
.btn.-purple {
  color: #fff;
  background-color: #433092;
}
.btn.-yellow {
  color: #484848;
  background-color: #F8991D;
}
.btn.-orange {
  color: #fff;
  background-color: #e72113;
}
.btn.-tan {
  color: #484848;
  background-color: #ceccb2;
}
.btn.-darktan {
  color: #fff;
  background-color: #87796a;
}
.btn.-blue {
  color: #fff;
  background-color: #0065a3;
}
.btn.-darkblue {
  color: #fff;
  background-color: #002b5d;
}
.btn.-pagination {
  padding: 1rem;
  color: #646464;
  background-color: #fff;
  border: 1px solid #c9c2bb;
}
.btn.-pagination.active, .btn.-pagination:hover {
  background-color: #c9c2bb;
}

.nav {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100vw;
  height: 60px;
  background: #ebebeb;
  border-top-style: solid;
  border-top-width: 6px;
  z-index: 999999;
}
@media (min-width: 1025px) {
  .nav {
    width: 100%;
    height: 90px;
    background: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  }
}
.nav--main__mobile {
  width: 100%;
}
@media (min-width: 1025px) {
  .nav--main__mobile {
    display: none;
  }
}
.nav--main__desktop {
  display: none;
}
@media (min-width: 1025px) {
  .nav--main__desktop {
    display: flex;
    align-items: center;
    padding: 0 0 0 1rem;
  }
  .nav--main__desktop a {
    display: flex;
    width: 100%;
    margin-top: 8px;
  }
  .nav--main__desktop a span:not(.a11y-hide) {
    width: 100%;
  }
  .nav--main__desktop a svg {
    height: 36px;
  }
  .nav--main__desktop .spacer {
    margin-left: 1rem;
    width: 24px;
    height: 48px;
  }
}
@media (min-width: 1025px) and (min-width: 68rem) {
  .nav--main__desktop .spacer {
    margin-left: 2rem;
    margin-right: 1rem;
  }
}
@media (min-width: 1025px) and (min-width: 76rem) {
  .nav--main__desktop .spacer {
    margin-left: 3rem;
    margin-right: 2rem;
  }
}
@media (min-width: 68rem) {
  .nav--main__desktop {
    padding-left: 2rem;
  }
}
@media (min-width: 76rem) {
  .nav--main__desktop {
    padding-left: 3rem;
  }
}
.nav--inner {
  display: none;
  position: absolute;
  top: 54px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 54px);
  padding-bottom: 5rem;
  background: #ebebeb;
  overflow: auto;
}
@media (min-width: 43.75rem) {
  .nav--inner {
    padding-bottom: 1rem;
  }
}
@media (min-width: 1025px) {
  .nav--inner {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    top: 0;
    width: 100%;
    height: 84px;
    padding-bottom: 0;
    background: #fff;
    overflow: visible;
  }
}
.nav--inner.is-open {
  display: block;
}
.nav--inner .nav--list {
  flex-direction: column;
}
@media (min-width: 1025px) {
  .nav--inner .nav--list {
    flex-direction: row;
  }
}
.nav--inner .nav-footer {
  display: block;
}
@media (min-width: 1025px) {
  .nav--inner .nav-footer {
    display: none;
  }
}
.nav--inner .nav-footer--spacer {
  width: 90vw;
  height: 4px;
  margin: 1rem auto;
  background: rgba(72, 72, 72, 0.2);
}
.nav--inner .nav-footer--links {
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  width: 100vw;
  padding: 0 1rem;
  margin: 0;
}
.nav--inner .nav-footer--links li {
  width: 50%;
  padding: 1rem 0;
  text-align: center;
}
.nav--inner .nav-footer--links a {
  font-size: 14px;
}
@media (min-width: 1025px) {
  .nav.home-nav .nav--main__desktop,
  .nav.home-nav .nav--main__mobile {
    display: none;
  }
  .nav.home-nav .nav--inner {
    width: 100%;
  }
  .nav.home-nav .nav--inner .menu-link {
    padding: 0;
  }
  .nav.home-nav .nav--inner.is-open .menu-link {
    padding: 1rem;
  }
  .nav.home-nav .nav--inner .hamburger {
    display: none;
  }
  .nav.home-nav .nav--list {
    padding: 0 2rem;
  }
}
.nav--list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (min-width: 68rem) {
  .nav--list {
    padding-right: 1rem;
  }
}
@media (min-width: 76rem) {
  .nav--list {
    padding-right: 2rem;
  }
}
.nav--list .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  margin-top: 4px;
  transform: translate3d(-50%, -50%, 0);
}
.nav--list .logo a {
  display: flex;
}
.nav--list .logo svg {
  width: 100%;
  height: 24px;
}
@media (min-width: 1025px) {
  .nav--list .logo svg {
    height: 44px;
  }
}
.nav--list li {
  position: relative;
  padding: 1rem;
  color: #484848;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.97px;
  transition: all 0.3s;
}
.nav--list li.no-hover:hover:after {
  background: transparent;
}
.nav--list li.hasSubNav {
  width: 100vw;
  text-align: center;
}
@media (min-width: 1025px) {
  .nav--list li.hasSubNav {
    width: auto;
    text-align: left;
  }
}
.nav--list li.hasSubNav .icon svg {
  transition: transform 0.3s;
}
.nav--list li.hasSubNav.js-submenu-expanded {
  padding-bottom: 0;
}
@media (min-width: 1025px) {
  .nav--list li.hasSubNav.js-submenu-expanded {
    padding-bottom: 1rem;
  }
}
.nav--list li.hasSubNav.js-submenu-expanded .icon svg {
  transform: rotate(180deg);
}
.nav--list li.hasSubNav.js-submenu-expanded .isSubNav {
  visibility: visible;
  margin-top: 1rem;
  max-height: 80vh;
}
@media (min-width: 1025px) {
  .nav--list li.hasSubNav.js-submenu-expanded .isSubNav {
    margin-top: 0;
  }
}
.nav--list li.hasSubNav .hasSubNav-main {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav--list li.hasSubNav .icon {
  width: 24px;
  height: 24px;
  margin-left: 10px;
  border-radius: 50%;
  border: 1px solid #c9c2bb;
}
@media (min-width: 1025px) {
  .nav--list li.hasSubNav .icon {
    margin-left: 4px;
    border: 0;
  }
}
@media (min-width: 1025px) {
  .nav--list li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: transparent;
    transistion: background 0.3s;
  }
  .nav--list li:hover:after, .nav--list li.is-open:after {
    background: #e72113;
  }
}
.nav--list .isSubNav {
  max-height: 0;
  background: #ebebeb;
  z-index: 2;
  overflow: hidden;
  transition: all 0.3s;
  visibility: hidden;
}
@media (min-width: 1025px) {
  .nav--list .isSubNav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    background: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  }
}
.nav--list .isSubNav ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav--list .isSubNav ul:before, .nav--list .isSubNav ul:after {
  content: "";
  display: block;
  width: 335px;
  height: 2px;
  margin: auto;
  background: linear-gradient(90deg, rgba(201, 194, 187, 0) 0%, rgba(201, 194, 187, 0.4) 50.31%, rgba(201, 194, 187, 0) 100%);
}
@media (min-width: 1025px) {
  .nav--list .isSubNav ul {
    width: 100%;
  }
  .nav--list .isSubNav ul:before, .nav--list .isSubNav ul:after {
    display: none;
  }
  .nav--list .isSubNav ul li:not(:last-of-type) {
    border-bottom: 1px solid #f5f5f5;
  }
  .nav--list .isSubNav ul li:hover:after {
    background: transparent;
  }
}
.nav--list .isSubNav ul a {
  font-size: 13px;
}
.nav a {
  color: #484848;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.97px;
}
.nav .hamburger {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.nav .hamburger-lines svg {
  width: 24px;
  height: 20px;
}
.nav .hamburger-x {
  display: none;
}
.nav .hamburger-x svg {
  width: 18px;
  height: 18px;
}
.nav .hamburger-x svg use {
  fill: #484848;
}
.nav .hamburger .text {
  margin-left: 8px;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.61px;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .nav .hamburger .text {
    font-size: 14px;
    letter-spacing: 0.85px;
  }
}

.alert {
  padding: 0.75rem 0;
  background: #433092;
  color: #fff;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.alert-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 2rem;
}
@media (min-width: 54rem) {
  .alert-inner {
    width: 83.3333333333%;
    padding: 0 4.1666666667%;
    margin: 0 auto;
  }
}
.alert-content {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-right: 40px;
  font-size: 14px;
}
.alert-title, .alert-desc {
  display: flex;
}
.alert-title > *:not(:first-child), .alert-desc > *:not(:first-child) {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.alert-title {
  align-items: center;
  font-weight: 800;
  white-space: nowrap;
}
.alert-title .icon {
  margin-top: -2px;
}
.alert-title .icon svg {
  width: 100%;
}
.alert-desc {
  align-items: flex-start;
  padding-left: 0.5rem;
  border-left: 1px solid #fff;
}
.alert-close {
  align-self: flex-start;
}
.alert-close .icon {
  margin-top: 6px;
}
.alert-close svg {
  width: 15px;
  height: 15px;
}
.alert-close svg use {
  fill: #fff;
}

.alert-pink {
  background-color: #e11e87;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
  -webkit-transition: display 1 linear;
  -o-transition: display 1 linear;
  transition: display 1 linear;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #433092;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #433092;
  border-color: #433092;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.footer {
  color: #fff;
  text-align: center;
}
.footer-menu {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  background: #484848;
}
@media (min-width: 68rem) {
  .footer-menu {
    display: flex;
    padding: 0 100px;
  }
}
@media (min-width: 76rem) {
  .footer-menu {
    padding: 0 180px;
  }
}
.footer-menu .resources {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
}
.footer-menu .resources li {
  margin: auto 0.5rem;
}
@media (min-width: 1330px) {
  .footer-menu .resources li {
    margin: auto;
  }
}
.footer-menu .resources li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.footer-main-section {
  padding: 2.5rem 1.5rem 1.75rem 1.5rem;
  background: #5A5A5A;
}
@media (min-width: 68rem) {
  .footer-main-section {
    padding: 2.5rem 100px 1rem 100px;
  }
}
@media (min-width: 76rem) {
  .footer-main-section {
    padding: 2.5rem 180px 1rem 180px;
  }
}
.footer .arena-section {
  display: flex;
  flex-direction: column;
}
@media (min-width: 68rem) {
  .footer .arena-section {
    flex-direction: row;
    align-items: center;
  }
}
.footer .arena-logo {
  margin: 0 auto;
}
@media (min-width: 68rem) {
  .footer .arena-logo {
    margin: auto auto auto 0;
  }
}
.footer .arena-logo svg {
  width: 240px;
}
.footer .arena-logo svg path {
  fill: #fff;
}
.footer .arena-info {
  display: flex;
  flex-direction: column;
  margin: 2rem auto;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 68rem) {
  .footer .arena-info {
    flex-direction: row;
    align-items: center;
    text-align: left;
    margin: auto 1rem auto auto;
  }
}
@media (min-width: 1330px) {
  .footer .arena-info {
    margin: auto 2rem auto auto;
  }
}
.footer .arena-info .address {
  margin-bottom: 1.25rem;
}
@media (min-width: 68rem) {
  .footer .arena-info .address {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}
@media (min-width: 1330px) {
  .footer .arena-info .address {
    margin-right: 2rem;
  }
}
.footer .arena-info .phone-email a {
  font-weight: 600;
}
@media (min-width: 68rem) {
  .footer .social-section {
    margin: auto 0;
  }
}
.footer .social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .social li {
  margin: auto 0.625rem;
}
.footer .social li:first-child {
  margin-left: 0;
}
.footer .social li:last-child {
  margin-right: 0;
}
.footer .horizontal-rule {
  height: 4px;
  width: 100%;
  margin: 2rem 0 1rem 0;
  background: rgba(255, 255, 255, 0.1);
}
.footer .copyright-section {
  display: flex;
  flex-direction: column;
  padding: 0 2rem;
  font-size: 12px;
  line-height: 16px;
}
.footer .copyright-section > div:first-child {
  margin-bottom: 0.5rem;
}
.footer .copyright-section > div:nth-child(2) {
  margin-bottom: 1.25rem;
}
@media (min-width: 68rem) {
  .footer .copyright-section {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    text-align: left;
  }
  .footer .copyright-section > div:first-child {
    margin: auto 0 auto 0;
  }
  .footer .copyright-section > div:nth-child(2) {
    margin: auto 1rem auto 2rem;
  }
  .footer .copyright-section > div:last-child {
    margin: auto 0 auto auto;
  }
}
.footer .copyright-section svg {
  width: 100px;
  height: 40px;
}
.footer .copyright-section a {
  font-weight: 800;
}
.footer .copyright-section a.link-right {
  display: block;
}
@media (min-width: 68rem) {
  .footer .copyright-section a.link-right {
    text-align: right;
  }
}

.callout {
  position: relative;
  width: 100%;
  margin: 1rem auto;
}
@media (min-width: 54rem) {
  .callout.-mb3plus {
    margin-bottom: 3.6875rem;
  }
}
.callout__images {
  position: relative;
  min-height: 190px;
  margin-right: 0;
  z-index: 3;
}
@media (min-width: 54rem) {
  .callout__images {
    height: 350px;
    margin-right: 4.1666666667%;
  }
}
.callout__slashes {
  display: none;
  position: absolute;
  top: 9.0625rem;
  left: -34.375rem;
}
@media (min-width: 54rem) {
  .callout__slashes {
    display: block;
  }
}
.callout__slashes svg {
  transform: rotate(180deg);
}
.callout__content {
  position: relative;
  margin-left: 0;
  margin-top: 0;
  padding: 1.5rem;
  background: #fff;
  z-index: 1;
}
@media (min-width: 54rem) {
  .callout__content {
    margin-left: 16.6666666667%;
    margin-top: -2.5rem;
    padding: 5rem calc(2rem + 3.125%) 2.5rem 2.5rem;
  }
}
.callout__content > p:first-child {
  margin-top: 0;
}
.callout__content > p:last-child {
  margin-bottom: 0;
}
.callout__content:only-child {
  margin: 0;
  padding-top: 1.5rem;
}
@media (min-width: 54rem) {
  .callout__content:only-child {
    padding-top: 2.5rem;
    padding-right: 2.5rem;
  }
}
.callout__content .btn {
  margin-bottom: 10px;
  width: 100%;
  display: block;
}
@media (min-width: 54rem) {
  .callout__content .btn {
    width: auto;
    display: inline-block;
    margin-right: 10px;
  }
}
.callout.-mb3plus .callout__images {
  margin-right: 0;
}

.image-with-text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-size: cover;
  background-position: center;
}
.image-with-text:not(.empty):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 0;
}
.image-with-text.empty {
  height: 200px;
}
@media (min-width: 54rem) {
  .image-with-text.empty {
    height: 100%;
  }
}
.image-with-text__container {
  padding: 5rem 1rem;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 45px rgba(0, 0, 0, 0.6);
  z-index: 1;
}
@media (min-width: 24rem) {
  .image-with-text__container {
    padding: 5rem 2rem;
  }
}
@media (min-width: 43.75rem) {
  .image-with-text__container {
    padding: 5rem;
  }
}
@media (min-width: 54rem) {
  .image-with-text__container {
    width: 80%;
    padding: 0;
  }
}
.image-with-text__head {
  display: block;
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 32px;
}
@media (min-width: 24rem) {
  .image-with-text__head {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (min-width: 43.75rem) {
  .image-with-text__head {
    font-size: 48px;
    line-height: 50px;
  }
}
.image-with-text__sub {
  display: block;
  margin-top: 1.5rem;
  font-size: 16px;
  letter-spacing: 2px;
}
@media (min-width: 24rem) {
  .image-with-text__sub {
    font-size: 18px;
  }
}
@media (min-width: 43.75rem) {
  .image-with-text__sub {
    font-size: 24px;
  }
}

/**
 * Callout with full image
 *   Designs: A.3.1 Discover
 *   Triple-A National Champ section
 *   includes image, text area, background slashes
 */
.callout.full-width.-mb3plus .callout__images .image-with-text {
  margin-right: 0;
}

/**
 * Callout with 2 images
 *   Designs: A.3.1 Discover
 *   The Half Pint section
 *   includes images, text area, background slashes
 */
.callout.partial-width .callout__images {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (min-width: 54rem) {
  .callout.partial-width .callout__images {
    margin-right: 4.1666666667%;
  }
}
@media (min-width: 68rem) {
  .callout.partial-width .callout__images {
    margin-right: 0;
  }
}
.callout.partial-width .callout__images .image-with-text {
  width: 100%;
}
@media (min-width: 68rem) {
  .callout.partial-width .callout__images .image-with-text {
    width: calc(100% - 400px);
  }
}
.callout.partial-width .callout__images .image-only {
  display: none;
  width: 360px;
  height: 100%;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
@media (min-width: 68rem) {
  .callout.partial-width .callout__images .image-only {
    display: block;
  }
}

.parallax-callout {
  margin: 0 auto;
}
@media (min-width: 54rem) {
  .parallax-callout {
    margin: 0 12.5%;
  }
}
.parallax-callout__head {
  margin: 0;
}
.parallax-callout__overlays {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.parallax-callout .overlay {
  height: 7.5rem;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  position: relative;
  border-left-width: 10px;
  border-left-style: solid;
  overflow: hidden;
}
.parallax-callout .overlay__head {
  color: #f5f5f5;
  font-size: 60px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  line-height: 66px;
  opacity: 0.5;
  margin: 2.85rem 0 0 0;
}
.parallax-callout .overlay__content, .parallax-callout .overlay__cta {
  display: none;
}
.parallax-callout .overlay__container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
}
.parallax-callout .overlay.-left {
  border-color: #e72113;
}
.parallax-callout .overlay.-left .overlay__container {
  background-color: rgba(231, 33, 19, 0.7);
}
.parallax-callout .overlay.-left .overlay__container h3 {
  margin-left: -5px;
}
.parallax-callout .overlay.-middle {
  border-color: #4b4182;
}
.parallax-callout .overlay.-middle .overlay__container {
  background-color: rgba(75, 65, 130, 0.8);
}
.parallax-callout .overlay.-middle .overlay__container h3 {
  margin-left: -5px;
}
.parallax-callout .overlay.-right {
  border-color: #87796a;
}
.parallax-callout .overlay.-right .overlay__container {
  background-color: rgba(135, 121, 106, 0.7);
}
.parallax-callout .overlay.-right .overlay__container h3 {
  margin-left: -5px;
}

.-living-purple {
  color: #4b4182;
}

@media (min-width: 43.75rem) {
  .parallax-callout .overlay {
    flex-grow: 1;
  }
  .parallax-callout .overlay__container {
    opacity: 1;
  }
  .parallax-callout .overlay.-left {
    border-color: #e72113;
  }
  .parallax-callout .overlay.-left .overlay__container {
    background-color: rgba(231, 33, 19, 0.8);
  }
  .parallax-callout .overlay.-left .overlay__container h3 {
    margin-left: -5px;
  }
  .parallax-callout .overlay.-middle {
    border-color: #4b4182;
  }
  .parallax-callout .overlay.-middle .overlay__container {
    background-color: rgba(75, 65, 130, 0.8);
  }
  .parallax-callout .overlay.-middle .overlay__container h3 {
    margin-left: -5px;
  }
  .parallax-callout .overlay.-right {
    border-color: #87796a;
  }
  .parallax-callout .overlay.-right .overlay__container {
    background-color: rgba(135, 121, 106, 0.8);
  }
  .parallax-callout .overlay.-right .overlay__container h3 {
    margin-left: -5px;
  }
}
@media (min-width: 68rem) {
  .parallax-callout__overlays {
    flex-direction: row;
  }
  .parallax-callout .overlay {
    height: 34.375rem;
    border-top-width: 15px;
    border-left-width: 0;
    border-top-style: solid;
  }
  .parallax-callout .overlay.transition {
    transform: translateY(250px);
    animation: slide-in-opacity 1.5s 0s ease forwards;
    will-change: transform;
  }
  .parallax-callout .overlay__container {
    opacity: 0;
    transition: opacity 0.25s;
  }
  .parallax-callout .overlay__container:hover {
    opacity: 1;
  }
  .parallax-callout .overlay__content, .parallax-callout .overlay__cta {
    display: block;
    padding: 0 1.875rem;
    line-height: 23.5px;
    font-weight: 600;
    color: #fff;
  }
  .parallax-callout .overlay__content {
    font-weight: 400;
    letter-spacing: 0.56px;
    margin-top: 0;
    width: auto;
    display: block;
  }
  .parallax-callout .overlay__cta {
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: 0.63px;
    text-transform: uppercase;
    margin-top: 2rem;
  }
  .parallax-callout .overlay.-left.transitioned, .parallax-callout .overlay.-middle.transitioned, .parallax-callout .overlay.-right.transitioned {
    transform: translateY(0);
    animation: none;
    opacity: 1;
  }
  .parallax-callout .overlay.-left {
    transform: translateY(200px);
  }
  .parallax-callout .overlay.-left .overlay__container {
    background-color: rgba(231, 33, 19, 0.9);
  }
  .parallax-callout .overlay.-middle {
    transform: translateY(300px);
  }
  .parallax-callout .overlay.-middle .overlay__container {
    background-color: rgba(75, 65, 130, 0.9);
  }
  .parallax-callout .overlay.-right {
    transform: translateY(150px);
  }
  .parallax-callout .overlay.-right .overlay__container {
    background-color: rgba(135, 121, 106, 0.9);
  }
}
@keyframes slide-in-opacity {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.homepage-callout {
  display: flex;
  width: 100%;
  margin: 1rem auto;
  overflow: hidden;
}
@media (min-width: 54rem) {
  .homepage-callout {
    margin: 2rem auto;
  }
}
.homepage-callout__left {
  position: relative;
  display: none;
}
@media (min-width: 54rem) {
  .homepage-callout__left {
    display: block;
    width: calc(60% - 2rem);
    min-height: calc(450px + 3rem);
    margin-right: 2rem;
    margin-bottom: 3rem;
  }
}
.homepage-callout__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.homepage-callout__slashes {
  display: block;
  position: absolute;
  bottom: -3rem;
  left: -34.375rem;
  z-index: -1;
}
.homepage-callout__slashes svg {
  transform: rotate(180deg);
}
.homepage-callout__right {
  width: 100%;
}
@media (min-width: 54rem) {
  .homepage-callout__right {
    width: 40%;
    padding-right: 1rem;
  }
}
@media (min-width: 54rem) {
  .homepage-callout__right p {
    padding-right: 2rem;
  }
}
.homepage-callout__right a {
  display: inline-block;
  width: 100%;
}
@media (min-width: 54rem) {
  .homepage-callout__right a {
    width: 70%;
  }
}
.homepage-callout.-right {
  flex-direction: column;
}
@media (min-width: 54rem) {
  .homepage-callout.-right {
    flex-direction: row;
  }
}
.homepage-callout.-right .homepage-callout__left {
  display: block;
  width: 100%;
  min-height: 240px;
  margin-bottom: 1rem;
}
@media (min-width: 54rem) {
  .homepage-callout.-right .homepage-callout__left {
    width: 50%;
    margin-left: 12.5%;
    margin-bottom: 2rem;
  }
}
.homepage-callout.-right .homepage-callout__slashes {
  display: none;
}
@media (min-width: 54rem) {
  .homepage-callout.-right .homepage-callout__slashes {
    display: block;
    left: -26.375rem;
  }
  .homepage-callout.-right .homepage-callout__slashes svg {
    transform: none;
  }
}
.homepage-callout.-right .homepage-callout__right {
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 54rem) {
  .homepage-callout.-right .homepage-callout__right {
    width: 50%;
    padding-right: 2rem;
    padding-left: 0;
  }
}
@media (min-width: 54rem) {
  .homepage-callout.-right .homepage-callout__right p {
    max-width: 80%;
  }
}
.homepage-callout.-right .homepage-callout__right a:not(:last-of-type) {
  margin-bottom: 1rem;
}
@media (min-width: 54rem) {
  .homepage-callout.-right .homepage-callout__right a:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}

.related-content {
  margin: 2rem 2rem 1rem 2rem;
}
@media (min-width: 54rem) {
  .related-content {
    margin: 2rem auto 1rem auto;
  }
}
.related-content__title {
  margin-bottom: 1rem;
  color: #484848;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}
@media (min-width: 54rem) {
  .related-content__title {
    margin-bottom: 2rem;
  }
}
.related-content__content {
  position: relative;
}
.related-content__image {
  display: none;
}
@media (min-width: 54rem) {
  .related-content__image {
    display: block;
    position: absolute;
    top: -1rem;
    left: 0;
    width: 320px;
    height: 270px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.related-content__image.right {
  left: calc(100% - 320px);
}
@media (min-width: 54rem) {
  .related-content__info-container {
    margin-left: 320px;
  }
}
.related-content__info-container.right {
  margin-right: 320px;
  margin-left: 0;
}
.related-content__info {
  padding: 1.5rem;
  background-color: #fff;
}
@media (min-width: 54rem) {
  .related-content__info {
    min-height: 270px;
    width: calc(116.6666666667% + 12px);
    padding: 2rem 2rem 2rem calc(16.6666666667% + 2rem + 12px);
    margin-left: calc(-1 * (16.6666666667% + 12px));
  }
}
.related-content__info div {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0;
  color: #484848;
  line-height: 1;
}
@media (min-width: 54rem) {
  .related-content__info div {
    font-size: 36px;
  }
}
.related-content__info a {
  display: inline-block;
}
.related-content__info a:first-of-type {
  margin-top: 2rem;
}
.related-content__info .btn {
  margin-bottom: 10px;
  width: 100%;
  display: block;
}
@media (min-width: 54rem) {
  .related-content__info .btn {
    width: auto;
    display: inline-block;
  }
}
@media (min-width: 68rem) {
  .related-content .social-section {
    margin: auto 0;
  }
}
.related-content .social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.related-content .social li {
  margin: auto 0.625rem;
}
.related-content .social li:first-child {
  margin-left: 0;
}
.related-content .social li:last-child {
  margin-right: 0;
}
.related-content__info.right {
  margin-left: 0;
  margin-right: calc(-1 * (16.6666666667% + 12px));
  padding: 2rem calc(16.6666666667% + 2rem + 12px) 2rem 2rem;
}
.related-content__social {
  margin: 0 auto;
  text-align: center;
}
.related-content .social {
  margin: 0 auto;
}
.related-content.-cta .related-content__title {
  text-transform: none;
}
.related-content.-cta .related-content__info h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

@media (min-width: 54rem) {
  .vip-page .related-content__image {
    top: 0;
    height: 100%;
    background-color: #fff;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 320px 270px;
  }
}

.related-content-apartment {
  margin: 5rem 2rem 1rem 2rem;
}
@media (min-width: 54rem) {
  .related-content-apartment {
    margin: 7rem auto 1rem auto;
  }
}
@media (max-width: 863px) {
  .related-content-apartment {
    margin: 3rem 2rem 1rem 2rem;
  }
}
.related-content-apartment__title {
  margin-bottom: 1rem;
  color: #484848;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}
@media (min-width: 54rem) {
  .related-content-apartment__title {
    margin-bottom: 2rem;
  }
}
.related-content-apartment__content {
  position: relative;
}
.related-content-apartment__image {
  display: block;
  width: 100%;
  height: 362px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 54rem) {
  .related-content-apartment__image {
    display: block;
    position: absolute;
    top: -1rem;
    left: 0;
    width: 495px;
    height: 362px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.related-content-apartment__image.right {
  left: calc(100% - 495px);
}
@media (min-width: 54rem) {
  .related-content-apartment__info-container {
    margin-left: 495px;
  }
}
.related-content-apartment__info-container.right {
  margin-left: 0;
}
@media (min-width: 54rem) {
  .related-content-apartment__info-container.right {
    margin-right: 495px;
  }
}
@media (max-width: 863px) {
  .related-content-apartment__info-container.right {
    overflow: hidden;
  }
}
.related-content-apartment__info {
  padding: 1.5rem;
  background-color: #fff;
}
@media (min-width: 54rem) {
  .related-content-apartment__info {
    min-height: 270px;
    width: calc(116.6666666667% + 12px);
    padding: 2rem 2rem 2rem calc(16.6666666667% + 2rem + 12px);
    margin-left: calc(-1 * (16.6666666667% + 12px));
  }
}
.related-content-apartment__info .info-title {
  text-transform: uppercase;
}
.related-content-apartment__info div {
  font-size: 2.25rem;
  font-weight: 800;
  letter-spacing: 0;
  color: #484848;
  line-height: 1;
}
@media (min-width: 54rem) {
  .related-content-apartment__info div {
    font-size: 2.25rem;
  }
}
.related-content-apartment__info a {
  display: inline-block;
}
.related-content-apartment__info a:first-of-type {
  margin-top: 10px;
}
.related-content-apartment__info .btn {
  margin-bottom: 10px;
  width: 100%;
  display: block;
}
@media (min-width: 54rem) {
  .related-content-apartment__info .btn {
    width: auto;
    display: inline-block;
  }
}
.related-content-apartment__info .btn.stacked {
  width: 70%;
}
@media (min-width: 54rem) {
  .related-content-apartment__info .btn.stacked {
    width: 70%;
  }
}
@media (min-width: 68rem) {
  .related-content-apartment .social-section {
    margin: auto 0;
  }
}
.related-content-apartment .social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.related-content-apartment .social li {
  margin: auto 0.2rem;
}
.related-content-apartment .social li:first-child {
  margin-left: 0;
}
.related-content-apartment .social li:last-child {
  margin-right: 0;
}
.related-content-apartment__info.right {
  margin-left: 0;
  margin-right: calc(-1 * (16.6666666667% + 12px));
  padding: 2rem calc(16.6666666667% + 2rem + 12px) 2rem 2rem;
}
.related-content-apartment__social {
  margin: 0 auto;
  text-align: left;
}
.related-content-apartment .social {
  margin: 0 auto;
}
.related-content-apartment.-cta .related-content__title {
  text-transform: none;
}
.related-content-apartment.-cta .related-content__info h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

@media (min-width: 54rem) {
  .vip-page .related-content__image {
    top: 0;
    height: 100%;
    background-color: #fff;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 320px 270px;
  }
}

.editor-content {
  font-weight: 400;
  letter-spacing: 0;
}
.editor-content h1,
.editor-content h2,
.editor-content h3,
.editor-content h4,
.editor-content h5,
.editor-content h6 {
  letter-spacing: 0;
  font-weight: 800;
  line-height: 1;
}
.editor-content h1 {
  font-size: 3rem;
  font-weight: 800;
}
.editor-content h2 {
  font-size: 2rem;
  font-weight: 800;
  text-transform: none;
}
@media (min-width: 43.75rem) {
  .editor-content h2 {
    font-size: 2.25rem;
  }
}
.editor-content p:first-child {
  margin-top: 0;
}
.editor-content p:last-child {
  margin-bottom: 0;
}
.editor-content p, .editor-content ul, .editor-content ol {
  margin: 1.5rem auto;
  font-size: 0.875rem;
  line-height: 22px;
}
@media (min-width: 43.75rem) {
  .editor-content p, .editor-content ul, .editor-content ol {
    font-size: 1rem;
    line-height: 26px;
  }
}
.editor-content a {
  text-decoration: underline;
}
.editor-content strong {
  font-weight: 800;
}
.editor-content img {
  max-width: 100%;
  max-height: auto;
  margin: 1.5rem auto;
}
.editor-content .alignleft,
.editor-content .alignright {
  float: none;
  display: block;
}
.editor-content iframe {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.editor-content table {
  border: solid 1px #ccc;
  border-collapse: collapse;
  border-spacing: 0;
  font: normal 13px Arial, sans-serif;
}
.editor-content table thead th {
  border: solid 1px #ccc;
  padding: 10px;
  text-align: left;
}
.editor-content table tbody td {
  border: solid 1px #ccc;
  color: #333;
  padding: 10px;
}
.editor-content__lead {
  margin-top: 0;
}
@media (min-width: 54rem) {
  .editor-content .alignleft {
    float: left;
    margin: 0 2rem 2rem 0;
  }
  .editor-content .alignright {
    float: right;
    margin: 0 0 2rem 2rem;
  }
}
.editor-content .flex {
  flex-wrap: wrap;
}
.editor-content .flex .w50 {
  width: 100%;
}
.editor-content .flex .w50:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 54rem) {
  .editor-content .flex .w50 {
    width: 50%;
  }
  .editor-content .flex .w50:not(:last-child) {
    margin-bottom: 0;
  }
}

.editor-content.purple {
  background-color: #433092;
  color: white;
}

.headline-large {
  position: relative;
  height: calc(100vh - 60px);
  margin-bottom: 1.5rem;
}
@media (min-width: 54rem) {
  .headline-large {
    margin-bottom: 3rem;
  }
}
@media (min-width: 68rem) {
  .headline-large {
    height: calc(100vh - 90px);
  }
}
.headline-large__head {
  font-size: 2rem;
  line-height: 1em;
  font-family: "Times New Roman", serif;
  font-weight: bold;
  margin: 0 0 0.4rem 0;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 0px 45px rgba(0, 0, 0, 0.6);
}
@media (min-width: 43.75rem) {
  .headline-large__head {
    font-size: 3.5rem;
  }
}
@media (min-width: 54rem) {
  .headline-large__head {
    font-size: 5rem;
    margin-bottom: 1rem;
  }
}
.headline-large__sub {
  display: block;
  font-size: 0.875rem;
  line-height: 1em;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2.39px;
  margin: 0 0 0.8rem 0;
  text-shadow: 0px 0px 45px rgba(0, 0, 0, 0.6);
}
@media (min-width: 43.75rem) {
  .headline-large__sub {
    font-size: 1.25rem;
    letter-spacing: 2.75px;
  }
}
@media (min-width: 54rem) {
  .headline-large__sub {
    font-size: 1.625rem;
    letter-spacing: 3.39px;
    margin-bottom: 1rem;
  }
}
.headline-large__cta {
  font-size: 0.875rem;
  font-weight: 400;
  display: inline-block;
}
.headline-large__background {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.headline-large__background__image, .headline-large__background__video {
  position: absolute;
  top: 0;
  bottom: 0;
}
.headline-large__background__image {
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
}
.headline-large__background__video {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.headline-large__background__video video,
.headline-large__background__video iframe {
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.headline-large__content {
  z-index: 9;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.headline-large__hint svg {
  fill: #fff;
  height: 1.25rem;
  margin-top: -3rem;
}

.headline-medium {
  height: 250px;
  background-color: #fff;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.headline-medium .icon {
  position: absolute;
  bottom: 0;
  left: -20px;
  overflow: hidden;
  height: 40px;
  width: 140px;
}
@media (min-width: 43.75rem) {
  .headline-medium .icon {
    left: 0;
    height: 50px;
    width: 200px;
  }
}
@media (min-width: 54rem) {
  .headline-medium .icon {
    height: 60px;
    width: 300px;
  }
}
@media (min-width: 68rem) {
  .headline-medium .icon {
    width: 360px;
    height: 68px;
  }
}
.headline-medium .icon .lines {
  fill: #433092;
}
.headline-medium .icon.purple .lines {
  fill: #433092;
}
.headline-medium .icon.orange .lines {
  fill: #e72113;
}
.headline-medium .icon.yellow .lines {
  fill: #F8991D;
}
.headline-medium .icon.blue .lines {
  fill: #0065a3;
}
.headline-medium .icon.darkblue .lines {
  fill: #002b5d;
}
.headline-medium .icon.tan .lines {
  fill: #ceccb2;
}
.headline-medium .icon.darktan .lines {
  fill: #87796a;
}
@media (min-width: 43.75rem) {
  .headline-medium {
    height: 250px;
  }
}
@media (min-width: 54rem) {
  .headline-medium {
    height: 700px;
  }
}
.headline-medium__content {
  position: relative;
  height: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.headline-medium__head {
  font-weight: 800;
  letter-spacing: 2.25px;
  color: #fff;
  font-size: 2rem;
  line-height: 1em;
  margin: 0;
  text-transform: uppercase;
  text-shadow: 0px 0px 45px rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 1.5rem;
  z-index: 1;
}
@media (min-width: 24rem) {
  .headline-medium__head {
    font-size: 2.3rem;
    letter-spacing: 1.5px;
  }
}
@media (min-width: 43.75rem) {
  .headline-medium__head {
    font-size: 3.5rem;
    letter-spacing: 2.83px;
  }
}
@media (min-width: 54rem) {
  .headline-medium__head {
    font-size: 4.5rem;
    letter-spacing: 3.33px;
  }
}
.headline-medium .content-section {
  height: 100%;
}

.headline-small {
  height: 200px;
  background-color: #fff;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.headline-small .icon {
  position: absolute;
  bottom: 0;
  left: -20px;
  overflow: hidden;
  height: 40px;
  width: 140px;
}
@media (min-width: 43.75rem) {
  .headline-small .icon {
    left: 0;
    height: 50px;
    width: 200px;
  }
}
@media (min-width: 54rem) {
  .headline-small .icon {
    height: 60px;
    width: 300px;
  }
}
@media (min-width: 68rem) {
  .headline-small .icon {
    width: 355px;
    height: 68px;
  }
}
.headline-small .icon .lines {
  fill: #433092;
}
.headline-small .icon.purple .lines {
  fill: #433092;
}
.headline-small .icon.orange .lines {
  fill: #e72113;
}
.headline-small .icon.yellow .lines {
  fill: #F8991D;
}
.headline-small .icon.blue .lines {
  fill: #0065a3;
}
.headline-small .icon.darkblue .lines {
  fill: #002b5d;
}
.headline-small .icon.tan .lines {
  fill: #ceccb2;
}
.headline-small .icon.darktan .lines {
  fill: #87796a;
}
@media (min-width: 43.75rem) {
  .headline-small {
    height: 250px;
  }
}
@media (min-width: 54rem) {
  .headline-small {
    height: 310px;
  }
}
.headline-small__content {
  position: relative;
  height: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.headline-small__head {
  font-weight: 800;
  letter-spacing: 2.25px;
  color: #fff;
  font-size: 2rem;
  line-height: 1em;
  margin: 0;
  text-transform: uppercase;
  text-shadow: 0px 0px 45px rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 1.5rem;
  z-index: 1;
}
@media (min-width: 24rem) {
  .headline-small__head {
    font-size: 2.3rem;
    letter-spacing: 1.5px;
  }
}
@media (min-width: 43.75rem) {
  .headline-small__head {
    font-size: 3.5rem;
    letter-spacing: 2.83px;
  }
}
@media (min-width: 54rem) {
  .headline-small__head {
    font-size: 5rem;
    letter-spacing: 3.33px;
  }
}
.headline-small__head__apartments {
  font-weight: 800;
  letter-spacing: 2.25px;
  color: #fff;
  line-height: 1em;
  margin: 0;
  text-transform: uppercase;
  text-shadow: 0px 0px 45px rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 1.5rem;
  z-index: 1;
  font-size: clamp(2.3rem, -1.128rem + 6.809vw, 5rem);
  text-align: center;
}
@media (min-width: 24rem) {
  .headline-small__head__apartments {
    letter-spacing: 1.5px;
    min-width: 100%;
    margin-left: -9px;
  }
}
@media (min-width: 43.75rem) {
  .headline-small__head__apartments {
    min-width: 100%;
    letter-spacing: 2.83px;
  }
}
@media (min-width: 54rem) {
  .headline-small__head__apartments {
    letter-spacing: 3.33px;
    min-width: 1440px;
    margin-left: -280px;
  }
  .headline-small__head__apartments__head {
    font-weight: 800;
    letter-spacing: 2.25px;
    color: #fff;
    font-size: 2rem;
    line-height: 1em;
    margin: 0;
    text-transform: uppercase;
    text-shadow: 0px 0px 45px rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 1.5rem;
    z-index: 1;
  }
}
@media (min-width: 54rem) and (min-width: 24rem) {
  .headline-small__head__apartments__head {
    font-size: 2.3rem;
    letter-spacing: 1.5px;
  }
}
@media (min-width: 54rem) and (min-width: 43.75rem) {
  .headline-small__head__apartments__head {
    font-size: 3.5rem;
    letter-spacing: 2.83px;
  }
}
@media (min-width: 54rem) and (min-width: 54rem) {
  .headline-small__head__apartments__head {
    font-size: 5rem;
    letter-spacing: 3.33px;
    min-width: 1300px;
    margin-left: -210px;
    text-align: center;
  }
}
.headline-small .content-section {
  height: 100%;
}

.headline-small.taller {
  height: 375px;
  background-position: 50% 25%;
  background-size: cover;
  overflow: hidden;
}

.map {
  position: relative;
  width: 100%;
  height: calc(100vh - 60px);
  background: #fff;
  overflow: hidden;
}
@media (min-width: 68rem) {
  .map {
    height: calc(100vh - 90px);
  }
}
.map-content {
  width: 100%;
}
.map-container {
  width: 100%;
  height: calc(100vh - 60px);
  margin-left: 0;
  transition: all 1s;
  z-index: 1;
}
@media (min-width: 68rem) {
  .map-container {
    height: calc(100vh - 90px);
  }
}
.map-container.open {
  margin-left: 430px;
  width: calc(100% - 430px);
}
.map.map-single {
  height: 540px;
  box-shadow: 0 1px 0 0 #E5E5E2;
}
@media (min-width: 54rem) {
  .map.map-single {
    height: 540px;
  }
}
.map.map-single .map-container {
  height: 540px;
}
@media (min-width: 54rem) {
  .map.map-single .map-container {
    height: 540px;
  }
}

.map-detail-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 430px;
  height: calc(100vh - 60px);
  background-color: #F7F7F3;
  background-image: url("../../src/images/Background_mbl.png");
  background-position: top center;
  background-size: 100%;
  box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.2);
  z-index: 5;
}
@media (min-width: 68rem) {
  .map-detail-panel {
    height: calc(100vh - 90px);
  }
}
.map-detail-panel__container {
  position: relative;
  width: 100%;
}
.map-detail-panel__content {
  height: calc(100vh - 60px);
  overflow-y: auto;
}
@media (min-width: 68rem) {
  .map-detail-panel__content {
    height: calc(100vh - 90px);
  }
}
.map-detail-panel__close {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 20px;
  right: -45px;
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 0 2px 2px 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 54rem) {
  .map-detail-panel__close {
    cursor: pointer;
  }
}
.map-detail-panel__close svg {
  width: 15px;
  height: 15px;
  fill: #e72113;
}

.map-detail-panel .panel-content__image,
.map-detail-box .panel-content__image {
  position: relative;
  width: 100%;
  height: 154px;
  background-size: cover;
  background-position: center;
  z-index: 2;
}
.map-detail-panel .panel-content__info,
.map-detail-box .panel-content__info {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 1rem;
  font-size: 14px;
  line-height: 22px;
  z-index: 1;
}
.map-detail-panel .panel-content__info h2,
.map-detail-box .panel-content__info h2 {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.2;
  margin-top: 0;
}
.map-detail-panel .panel-content__info .mt5px,
.map-detail-box .panel-content__info .mt5px {
  margin-top: 5px;
}
.map-detail-panel .panel-content__section,
.map-detail-box .panel-content__section {
  display: flex;
  align-items: flex-start;
  padding-bottom: 1rem;
}
.map-detail-panel .panel-content__section .loc-icon,
.map-detail-box .panel-content__section .loc-icon {
  width: 18px;
  height: 18px;
  margin-right: 1rem;
}
.map-detail-panel .panel-content__section .loc-detail,
.map-detail-box .panel-content__section .loc-detail {
  padding-top: 2px;
  color: #4A4A4A;
  font-size: 14px;
  line-height: 16px;
}
.map-detail-panel .panel-content__section .loc-detail .icon,
.map-detail-box .panel-content__section .loc-detail .icon {
  display: inline-flex;
}
.map-detail-panel .panel-content__section .loc-detail a,
.map-detail-box .panel-content__section .loc-detail a {
  text-decoration: underline;
}
.map-detail-panel .panel-content__section .loc-detail .flex span:first-of-type,
.map-detail-box .panel-content__section .loc-detail .flex span:first-of-type {
  width: 100px;
}
.map-detail-panel .panel-content__section .loc-detail.flex .icon,
.map-detail-box .panel-content__section .loc-detail.flex .icon {
  margin-left: 0.25rem;
}
.map-detail-panel .panel-content__icon,
.map-detail-box .panel-content__icon {
  width: 32px;
  height: 32px;
  margin-right: 1rem;
}
.map-detail-panel .panel-content__icon svg,
.map-detail-box .panel-content__icon svg {
  width: 32px;
  height: 32px;
}
.map-detail-panel .panel-content__icon img,
.map-detail-box .panel-content__icon img {
  width: 100%;
}
.map-detail-panel .panel-content__title,
.map-detail-box .panel-content__title {
  margin-bottom: 1rem;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.map-detail-panel .panel-content.content-white,
.map-detail-box .panel-content.content-white {
  margin-bottom: 0.5rem;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.map-detail-panel .panel-content.content-extra,
.map-detail-box .panel-content.content-extra {
  padding: 1rem;
}
.map-detail-panel .panel-content.content-extra .panel-content__image,
.map-detail-box .panel-content.content-extra .panel-content__image {
  width: calc(100% - 1rem);
  height: 134px;
}
.map-detail-panel .panel-content.content-extra .panel-content__info,
.map-detail-box .panel-content.content-extra .panel-content__info {
  flex-direction: column;
  width: calc(100% - 1rem);
  margin-left: 1rem;
  margin-top: -3rem;
  padding: 4.5rem 1.5rem 1.5rem 1.5rem;
  background-color: #fff;
}
.map-detail-panel .panel-content.content-extra .panel-content__info p,
.map-detail-box .panel-content.content-extra .panel-content__info p {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 14px;
  line-height: 22px;
}
.map-detail-panel .panel-content.content-extra .panel-content__info a,
.map-detail-box .panel-content.content-extra .panel-content__info a {
  padding-left: 3rem;
  padding-right: 3rem;
}
.map-detail-panel .panel-content.content-extra .panel-content__title,
.map-detail-box .panel-content.content-extra .panel-content__title {
  text-transform: none;
  letter-spacing: 0;
}

.map-detail-box {
  position: absolute;
  top: 50%;
  width: calc(100% - 2rem);
  right: 1rem;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  transform: translate3d(0, -50%, 0);
  overflow: hidden;
  z-index: 5;
}
@media (min-width: 43.75rem) {
  .map-detail-box {
    width: 320px;
  }
}
@media (min-width: 68rem) {
  .map-detail-box {
    right: 50px;
    width: 360px;
  }
}
.map-detail-box .panel-content.content-white {
  margin-bottom: 0;
  box-shadow: none;
}
.map-detail-box .panel-content__info {
  padding: 1rem;
}
@media (min-width: 68rem) {
  .map-detail-box .panel-content__info {
    padding: 1rem 2rem;
  }
}
.map-detail-box .panel-content__action {
  padding: 0 1rem 1rem 1rem;
}
@media (min-width: 68rem) {
  .map-detail-box .panel-content__action {
    padding: 0 2rem 2rem 2rem;
  }
}
.map-detail-box .panel-content__action .btn {
  width: 100%;
}

.map-legend {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  width: 130px;
  background-color: #fff;
  border: 1px solid #C9C2BB;
  transition: all 0.3s;
  z-index: 5;
}
.map-legend.open {
  width: 354px;
}
.map-legend.open .map-legend__title .icon svg {
  transform: rotate(-90deg);
}
.map-legend.open .map-legend__items {
  max-height: 400px;
  padding: 0 1rem 0.5rem 1rem;
}
.map-legend__title {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem;
  font-weight: 800;
  letter-spacing: -0.35px;
}
.map-legend__title .icon {
  height: 19px;
  width: 19px;
  margin-right: 10px;
}
.map-legend__title .icon svg {
  width: 19px;
  transform: rotate(90deg);
  fill: #484848;
  transition: all 0.3s;
}
.map-legend__items {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.map-legend__items ul {
  list-style: none;
  margin: 0;
  padding: 0;
  column-count: 3;
}
.map-legend__items ul li {
  display: inline-block;
  width: 100%;
  padding: 0.5rem 0;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.35px;
  border-bottom: 1px solid rgba(201, 194, 187, 0.75);
}
.map-legend__items ul li div {
  display: flex;
  align-items: center;
}
.map-legend__items ul li:nth-child(4n), .map-legend__items ul li:last-child {
  border-bottom: 0;
}
.map-legend__items ul li .icon {
  margin-right: 0.5rem;
}
.map-legend__items ul li .icon svg {
  height: 24px;
  width: 24px;
}

.slide-enter-active,
.slide-leave-active {
  transition: all 1s;
}

.slide-enter,
.slide-leave-to {
  transform: translate(-120%, 0);
}

.associated-content {
  width: 100%;
  overflow: hidden;
}
.associated-content__info {
  margin: 0 2rem;
}
@media (min-width: 54rem) {
  .associated-content__info {
    margin: 0 12.5%;
  }
}
.associated-content__info h2 {
  margin: 0;
}
.associated-content__info h2:only-child {
  margin-bottom: 1rem;
}
.associated-content__info .subtitle,
.associated-content__info h2 {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}
.associated-content__info a {
  text-decoration: underline;
}
.associated-content.static .associated-content__info {
  margin: 0 0 1rem 0;
}
.associated-content.static .associated-content__items {
  display: flex;
  flex-direction: column;
  margin-bottom: 2px;
}
@media (min-width: 54rem) {
  .associated-content.static .associated-content__items {
    flex-direction: row;
  }
}
.associated-content.static .associated-content__items .carousel-cell {
  width: 100%;
  margin-bottom: 1rem;
}
.associated-content.static .associated-content__items .carousel-cell:last-child {
  margin-right: 0;
}
@media (min-width: 54rem) {
  .associated-content.static .associated-content__items .carousel-cell {
    margin-bottom: 0;
  }
}
.associated-content .carousel-cell {
  position: relative;
  width: calc(100% - 6rem);
  height: 394px;
  margin-right: 1rem;
  background-color: #fff;
  background-size: cover;
  background-position: center;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media (min-width: 43.75rem) {
  .associated-content .carousel-cell {
    width: calc((100% - 6rem) / 2 - 0.5rem);
  }
}
@media (min-width: 54rem) {
  .associated-content .carousel-cell {
    width: calc(37.5% - 0.5rem);
  }
}
@media (min-width: 68rem) {
  .associated-content .carousel-cell {
    width: calc(25% - 0.5rem - 3px);
    height: 500px;
  }
}
@media (min-width: 1440px) {
  .associated-content .carousel-cell {
    width: calc(360px - 0.5rem - 3px);
  }
}
.associated-content .carousel-cell .content-info {
  position: absolute;
  left: 1rem;
  max-width: calc(100% - 2rem);
  bottom: 1rem;
  padding: 1rem;
}
.associated-content .carousel-cell .content-info .title {
  margin-bottom: 0.5rem;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  line-height: 1;
}
.associated-content .carousel-cell .content-info .location,
.associated-content .carousel-cell .content-info .date {
  color: #646464;
  font-size: 14px;
  letter-spacing: 0.35px;
  line-height: 18px;
}
.associated-content .carousel-cell .content-info .desc {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.4px;
}
.associated-content .carousel-cell.-type1 .content-info {
  color: #fff;
}
.associated-content .carousel-cell.-type2 .content-info {
  left: 0;
  right: 0;
  bottom: 0;
  max-width: none;
  background-color: rgba(255, 255, 255, 0.9);
  border-top-width: 8px;
  border-top-style: solid;
}
.associated-content__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 2rem 4px 2rem;
}
@media (min-width: 54rem) {
  .associated-content__actions {
    margin: 1rem 12.5% 4px 12.5%;
  }
}
.associated-content__actions .btn {
  width: 100%;
}
@media (min-width: 43.75rem) {
  .associated-content__actions .btn {
    width: auto;
  }
}
.associated-content__actions .-pagination svg {
  fill: #484848;
}
.associated-content__actions .-pagination.-previous {
  margin-right: 5px;
}
.associated-content__actions .-pagination.-previous .icon {
  transform: rotate(90deg);
}
.associated-content__actions .-pagination.-next .icon {
  transform: rotate(-90deg);
}
.associated-content__controls {
  display: none;
}
@media (min-width: 43.75rem) {
  .associated-content__controls {
    display: block;
  }
}

.directory-details {
  background: #fff;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 54rem) {
  .directory-details {
    align-items: stretch;
    flex-direction: row;
    min-height: 400px;
  }
}
.directory-details__head {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1.1em;
  padding-right: 35px;
}
.directory-details__address {
  line-height: 1;
}
.directory-details__address .icon {
  align-items: start;
}
.directory-details__hours {
  margin: 0;
}
.directory-details__hours__wrapper {
  line-height: 1;
}
.directory-details__hours__wrapper .icon {
  align-items: start;
}
.directory-details__hours__wrapper > div:not(.icon) {
  width: 100%;
}
.directory-details__hours .days {
  flex: 1 1 1;
  min-width: 100px;
}
.directory-details__hours .hours {
  flex: 1 1 0;
}
.directory-details__external-link a {
  text-decoration: underline;
}
.directory-details__details {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 54rem) {
  .directory-details__details {
    width: 50%;
    flex-direction: row;
    padding: 32px 0 32px 32px;
  }
}
.directory-details__details__back {
  padding-right: 20px;
  width: 120px;
  margin-bottom: 1rem;
}
@media (min-width: 54rem) {
  .directory-details__details__back {
    margin-bottom: 0;
  }
}
.directory-details__details__back .btn {
  display: block;
}
.directory-details__details__wrapper {
  width: 100%;
  line-height: 1;
  padding: 0 1rem;
}
@media (min-width: 54rem) {
  .directory-details__details__wrapper {
    padding: 0;
  }
}
.directory-details__details__wrapper p {
  margin: 0;
}
.directory-details__details__wrapper > div {
  margin-bottom: 20px;
}
.directory-details__details__wrapper .logo {
  width: 50%;
}
.directory-details__details__wrapper .logo img {
  max-width: 100%;
}
.directory-details__details a {
  text-decoration: underline;
}
.directory-details__youtube__video iframe {
  height: auto;
  width: 100%;
  aspect-ratio: 16/9;
}
.directory-details__summary {
  line-height: 1.5em;
  margin-bottom: 35px;
}
.directory-details__social {
  display: flex;
  padding: 35px 0 0 1rem;
  margin-top: 35px;
  border-top: 1px solid #ccc;
}
.directory-details__social a {
  display: block;
  width: 32px;
  height: 32px;
}
.directory-details__social a:not(:last-child) {
  margin-right: 1.25rem;
}
.directory-details__social a svg {
  width: 32px;
  height: 32px;
}
.directory-details__social a svg path {
  fill: #646464;
}
.directory-details__description {
  padding-top: 35px;
  margin-top: 35px;
  border-top: 1px solid #ccc;
  padding-right: 35px;
}
.directory-details__description .btn {
  display: inline-block;
  margin-top: 35px;
}
.directory-details__description p {
  margin-top: 0;
  line-height: 1.6;
}
.directory-details__slideshow {
  background-size: cover;
  background-position: center center;
  height: 300px;
  width: 100%;
}
@media (min-width: 54rem) {
  .directory-details__slideshow {
    width: 50%;
    height: auto;
  }
}
.directory-details .icon {
  margin: 0 10px;
}
.directory-details .icon:first-child {
  margin-left: 0;
}
.directory-details .icon:last-child {
  margin-right: 0;
}
.directory-details .icon svg {
  width: 15px;
}
.directory-details .-fragment {
  display: block;
}

.grid-list {
  width: 100%;
  margin: 1rem auto;
}
.grid-list .grid-sizer {
  width: 100%;
}
@media (min-width: 43.75rem) {
  .grid-list .grid-sizer {
    width: 50%;
  }
}
@media (min-width: 68rem) {
  .grid-list .grid-sizer {
    width: 33.3333333333%;
  }
}

.grid-noresults {
  margin: 1rem auto 6rem auto;
  padding: 2rem;
  text-align: center;
  background: #fff;
  border-top: 8px solid #c6beb6;
  color: #646464;
  font-size: 16px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 26px;
}

.grid-list-item {
  float: left;
  width: 100%;
  padding: 0 0 1rem 0;
}
@media (min-width: 43.75rem) {
  .grid-list-item {
    width: 50%;
    padding: 0 1rem 1rem 0;
  }
}
@media (min-width: 68rem) {
  .grid-list-item {
    width: 33.3333333333%;
  }
}
.grid-list-item:after {
  content: "";
  display: block;
  clear: both;
}
.grid-list-item__container {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.grid-list-item__content {
  display: block;
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  max-width: calc(100% - 3rem);
  padding: 1rem 1.5rem;
  color: #fff;
  font-weight: 800;
}
.grid-list-item__content .item-title {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  line-height: 24px;
}
@media (min-width: 43.75rem) {
  .grid-list-item__content .item-title {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (min-width: 54rem) {
  .grid-list-item__content .item-title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 68rem) {
  .grid-list-item__content .item-title {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (min-width: 1440px) {
  .grid-list-item__content .item-title {
    font-size: 30px;
    line-height: 30px;
  }
}
.grid-list-item__content .item-desc {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.4px;
}
@media (min-width: 43.75rem) {
  .grid-list-item__content .item-desc {
    font-size: 13px;
    line-height: 16px;
  }
}
@media (min-width: 54rem) {
  .grid-list-item__content .item-desc {
    font-size: 13px;
    line-height: 16px;
  }
}
@media (min-width: 68rem) {
  .grid-list-item__content .item-desc {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (min-width: 1440px) {
  .grid-list-item__content .item-desc {
    font-size: 14px;
    line-height: 16px;
  }
}
.grid-list-item.large-tile {
  width: 100%;
  height: 394px;
}
@media (min-width: 43.75rem) {
  .grid-list-item.large-tile {
    height: 505px;
  }
}
@media (min-width: 68rem) {
  .grid-list-item.large-tile {
    width: 66.6666666667%;
    height: 705px;
  }
}
.grid-list-item.large-tile .grid-list-item__content .item-title {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  line-height: 28px;
}
@media (min-width: 43.75rem) {
  .grid-list-item.large-tile .grid-list-item__content .item-title {
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 0.75px;
  }
}
@media (min-width: 54rem) {
  .grid-list-item.large-tile .grid-list-item__content .item-title {
    font-size: 30px;
    line-height: 32px;
    letter-spacing: 0.75px;
  }
}
@media (min-width: 68rem) {
  .grid-list-item.large-tile .grid-list-item__content .item-title {
    font-size: 36px;
    line-height: 38px;
    letter-spacing: 1px;
  }
}
@media (min-width: 1440px) {
  .grid-list-item.large-tile .grid-list-item__content .item-title {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 1.2px;
  }
}
.grid-list-item.large-tile .grid-list-item__content .item-desc {
  font-size: 14px;
  letter-spacing: 0.5px;
}
@media (min-width: 43.75rem) {
  .grid-list-item.large-tile .grid-list-item__content .item-desc {
    font-size: 14;
    line-height: 16px;
  }
}
@media (min-width: 54rem) {
  .grid-list-item.large-tile .grid-list-item__content .item-desc {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (min-width: 68rem) {
  .grid-list-item.large-tile .grid-list-item__content .item-desc {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .grid-list-item.large-tile .grid-list-item__content .item-desc {
    font-size: 20px;
    line-height: 22px;
  }
}
.grid-list-item.tall-tile {
  height: 394px;
}
@media (min-width: 43.75rem) {
  .grid-list-item.tall-tile {
    height: 505px;
  }
}
.grid-list-item.short-tile {
  height: 394px;
}
@media (min-width: 43.75rem) {
  .grid-list-item.short-tile {
    height: 417px;
  }
}
.grid-list-item.-t2 .grid-list-item__content {
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  padding: 1rem;
  color: #484848;
  background: rgba(255, 255, 255, 0.9);
  border-top-style: solid;
  border-top-width: 8px;
}
@media (min-width: 43.75rem) {
  .grid-list-item.-t2 .grid-list-item__content {
    padding: 2rem;
  }
}
.grid-list-item.-t2 .grid-list-item__content .item-title {
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 1;
}
@media (min-width: 43.75rem) {
  .grid-list-item.-t2 .grid-list-item__content .item-title {
    font-size: 25px;
    letter-spacing: 0.75px;
  }
}
.grid-list-item.-t2 .grid-list-item__content .item-details {
  color: #646464;
  font-size: 12px;
  letter-spacing: 0.3px;
  line-height: 16px;
  margin-top: 6px;
}
@media (min-width: 43.75rem) {
  .grid-list-item.-t2 .grid-list-item__content .item-details {
    font-size: 14px;
    letter-spacing: 0.35px;
    line-height: 18px;
  }
}
.grid-list-item.-t2 .grid-list-item__content .dora-badge {
  float: right;
  line-height: 0;
  position: relative;
  right: -5px;
  bottom: -10px;
}
.grid-list-item.-t2 .grid-list-item__content .dora-badge img {
  max-width: 75px;
  margin-top: 10px;
}
@media (min-width: 43.75rem) {
  .grid-list-item.-t2 .grid-list-item__content .dora-badge img {
    margin-top: 5px;
    max-width: 90px;
  }
}
@media (min-width: 68rem) {
  .grid-list-item.-t2 .grid-list-item__content .dora-badge img {
    margin-top: 0px;
  }
}
@media (min-width: 43.75rem) {
  .grid-list-item.-t2 .grid-list-item__content .dora-badge {
    right: -20px;
    bottom: -20px;
  }
}
.grid-list-item.-t2 .grid-list-item__content .clearfix {
  clear: both;
  float: none;
  line-height: 0;
}
.grid-list-item.-t2.short-tile .dora-badge img, .grid-list-item.-t2.tall-tile .dora-badge img {
  max-width: 75px;
  margin-top: 5px;
}
@media (min-width: 43.75rem) {
  .grid-list-item.-t2.short-tile .dora-badge img, .grid-list-item.-t2.tall-tile .dora-badge img {
    max-width: 75px;
  }
}
@media (min-width: 68rem) {
  .grid-list-item.-t2.short-tile .dora-badge img, .grid-list-item.-t2.tall-tile .dora-badge img {
    margin-top: 0px;
  }
}
@media (min-width: 43.75rem) {
  .grid-list-item.-t2.large-tile .grid-list-item__content .item-title {
    font-size: 48px;
    letter-spacing: 1.2px;
  }
}
@media (min-width: 43.75rem) {
  .grid-list-item.-t2.large-tile .grid-list-item__content .item-details {
    font-size: 18px;
    letter-spacing: 0.45px;
    line-height: 24px;
  }
}

@media (min-width: 43.75rem) {
  .page-template-page_news-landing .grid-list-item.-t2 .grid-list-item__content {
    padding: 1rem;
  }
}
@media (min-width: 43.75rem) {
  .page-template-page_news-landing .grid-list-item.-t2 .grid-list-item__content .item-title {
    font-size: 20px;
    letter-spacing: 0.63px;
  }
}
@media (min-width: 43.75rem) {
  .page-template-page_news-landing .grid-list-item.-t2 .grid-list-item__content .item-details {
    font-size: 14px;
    letter-spacing: 0.35px;
    line-height: 18px;
  }
}
@media (min-width: 43.75rem) {
  .page-template-page_news-landing .grid-list-item.-t2.large-tile .grid-list-item__content {
    padding: 2rem;
  }
}
@media (min-width: 43.75rem) {
  .page-template-page_news-landing .grid-list-item.-t2.large-tile .grid-list-item__content .item-title {
    font-size: 40px;
    letter-spacing: 1px;
  }
}
@media (min-width: 43.75rem) {
  .page-template-page_news-landing .grid-list-item.-t2.large-tile .grid-list-item__content .item-details {
    font-size: 18px;
    letter-spacing: 0.45px;
    line-height: 24px;
  }
}

.slideshow {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.slideshow .is-fullscreen {
  padding-bottom: 0;
  height: calc(100% - 60px);
  top: 60px;
  background: rgba(255, 255, 255, 0.8);
}
@media (min-width: 68rem) {
  .slideshow .is-fullscreen {
    height: calc(100% - 90px);
    top: 90px;
  }
}
.slideshow .is-fullscreen .slideshow__image {
  text-align: center;
}
.slideshow .is-fullscreen .slideshow__image img {
  max-width: 980px;
  width: 60%;
  height: 75%;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}
.slideshow .is-fullscreen ~ .slideshow__status {
  position: fixed;
  top: 90px;
  right: 50%;
  transform: translateX(50%);
  z-index: 2;
}
.slideshow .is-fullscreen .flickity-fullscreen-button {
  border-radius: 0;
}
.slideshow .is-fullscreen + .slideshow__controls {
  z-index: 2;
}
.slideshow .is-fullscreen + .slideshow__controls .-pagination {
  padding: 1rem;
}
.slideshow .is-fullscreen + .slideshow__controls .-pagination .icon {
  width: 15px;
}
.slideshow .is-fullscreen + .slideshow__controls .-previous {
  position: fixed;
  left: 5%;
  top: 50%;
}
@media (min-width: 43.75rem) {
  .slideshow .is-fullscreen + .slideshow__controls .-previous {
    left: 10%;
  }
}
@media (min-width: 54rem) {
  .slideshow .is-fullscreen + .slideshow__controls .-previous {
    left: 12%;
  }
}
@media (min-width: 68rem) {
  .slideshow .is-fullscreen + .slideshow__controls .-previous {
    left: 15%;
  }
}
.slideshow .is-fullscreen + .slideshow__controls .-next {
  position: fixed;
  right: 5%;
  top: 50%;
}
@media (min-width: 43.75rem) {
  .slideshow .is-fullscreen + .slideshow__controls .-next {
    right: 10%;
  }
}
@media (min-width: 54rem) {
  .slideshow .is-fullscreen + .slideshow__controls .-next {
    right: 12%;
  }
}
@media (min-width: 68rem) {
  .slideshow .is-fullscreen + .slideshow__controls .-next {
    right: 15%;
  }
}
.slideshow .flickity-fullscreen-button {
  top: 10px;
  border-radius: 0;
}
.slideshow .flickity-fullscreen-button-view {
  display: none;
}
@media (min-width: 68rem) {
  .slideshow .flickity-fullscreen-button-view {
    display: block;
  }
}
.slideshow__controls {
  z-index: 1;
  position: absolute;
  bottom: 27px;
  left: 27px;
}
.slideshow__controls .-close {
  display: none;
}
.slideshow__controls .-pagination {
  padding: 0.6rem;
  opacity: 0.9;
}
.slideshow__controls .-pagination:hover {
  cursor: pointer;
}
.slideshow__controls .-pagination svg {
  fill: #484848;
  width: 12px;
  height: 12px;
}
.slideshow__controls .-pagination.-previous {
  margin-right: 5px;
  padding-right: 0.7rem;
  padding-left: 0.5rem;
}
.slideshow__controls .-pagination.-previous .icon {
  transform: rotate(90deg);
}
.slideshow__controls .-pagination.-next {
  padding-left: 0.7rem;
  padding-right: 0.5rem;
}
.slideshow__controls .-pagination.-next .icon {
  transform: rotate(-90deg);
}
.slideshow__status {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.35px;
  padding: 10px 15px;
  line-height: 1;
}
@media (min-width: 68rem) {
  .slideshow__status {
    right: 45px;
  }
}
.slideshow__images {
  position: relative;
  height: 100%;
  width: 100%;
}
.slideshow__images.is-fullscreen {
  z-index: 2;
}
.slideshow__image {
  width: 100%;
  height: 100%;
}
.slideshow__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fullscreen.slideshow {
  position: fixed;
  /* top: 90px; */
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fullscreen.slideshow .slideshow__status {
  position: fixed;
  top: 15%;
  right: 17%;
  z-index: 2;
}
.fullscreen.slideshow .slideshow__controls {
  top: 45%;
  z-index: 2;
}
.fullscreen.slideshow .slideshow__controls .-close {
  display: block;
  position: fixed;
  top: 5%;
  right: 5%;
}
.fullscreen.slideshow .slideshow__controls .-close .icon {
  float: left;
  width: 15px;
}
.fullscreen.slideshow .slideshow__controls .-close .icon svg {
  fill: #484848;
  stroke: #484848;
}
.fullscreen.slideshow .slideshow__controls .-pagination {
  position: fixed;
}
.fullscreen.slideshow .slideshow__controls .-previous {
  left: 10%;
}
.fullscreen.slideshow .slideshow__controls .-next {
  right: 10%;
}
.fullscreen.slideshow .slideshow__images {
  position: absolute;
  width: 70%;
  height: 50%;
  left: 15%;
  top: 12.5%;
}

.content-list {
  list-style: none;
  padding: 0;
  margin: 1rem;
}
@media (min-width: 54rem) {
  .content-list {
    margin: 1rem 12.5%;
  }
}
.content-list__item {
  margin: 2rem 0;
}
@media (min-width: 54rem) {
  .content-list__item {
    display: flex;
    justify-content: stretch;
    margin: 4rem 0;
  }
}
.content-list__item .item-image__container {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (min-width: 54rem) {
  .content-list__item .item-image__container {
    width: 48%;
    max-width: 495px;
    max-height: none;
    z-index: 2;
  }
}
.content-list__item .item-image__box {
  display: grid;
  -ms-grid-rows: 1fr;
  -ms-grid-columns: 1fr;
  overflow: hidden;
}
.content-list__item .item-image__box > * {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
  max-height: 250px;
}
@media (min-width: 54rem) {
  .content-list__item .item-image__box > * {
    max-height: none;
  }
}
.content-list__item .item-image__bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-list__item .item-content__container {
  position: relative;
  background-color: #fff;
}
@media (min-width: 54rem) {
  .content-list__item .item-content__container {
    width: 79%;
    z-index: 1;
  }
}
.content-list__item .item-content__box {
  padding: 2rem;
}
.content-list__item .item-content__box p {
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 54rem) {
  .content-list__item .item-content__box p {
    font-size: 16px;
    line-height: 26px;
  }
}
.content-list__item .item-content__box a {
  display: inline-block;
  width: 100%;
}
@media (min-width: 68rem) {
  .content-list__item .item-content__box a {
    width: 70%;
  }
}
.content-list__item .item-content__box a:not(:last-of-type) {
  margin-bottom: 1rem;
}
@media (min-width: 54rem) {
  .content-list__item.-even .item-content__container {
    margin-left: -24%;
    margin-top: 1rem;
    margin-bottom: -1rem;
    padding-left: 24%;
  }
}
@media (min-width: 54rem) {
  .content-list__item.-odd .item-image__container {
    order: 2;
    margin-top: 1rem;
    margin-bottom: -1rem;
  }
  .content-list__item.-odd .item-content__container {
    margin-right: -24%;
    padding-right: 24%;
  }
}

.category-bar {
  position: relative;
  display: block;
  height: 70px;
  width: 100%;
  padding: 0 8px;
  background: #484848;
  overflow: hidden;
}
.category-bar__slider {
  height: 70px;
  width: 100%;
  margin: 0;
  /*@include breakpoint(md) {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 0 1rem;

    // disable Flickity
    &:after {
      content: '';
    }
  }*/
}
.category-bar__slider:after {
  content: "flickity";
  display: none;
}
@media (min-width: 68rem) {
  .category-bar__slider {
    padding: 0 11.1111111111%;
  }
}
.category-bar__item {
  position: relative;
  height: 100%;
  padding: 0 1.25rem;
  white-space: nowrap;
}
.category-bar__item.active a:after {
  background: #CECDB0;
}
.category-bar__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.5px;
  line-height: 1.1;
}
.category-bar__item a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: transparent;
  transition: background 0.3s;
}

.event-filter {
  background: #484848;
  color: #C9C2BB;
  padding: 10px 0;
}
.event-filter [aria-expanded=true] {
  display: block;
}
@media (min-width: 54rem) {
  .event-filter [aria-expanded=true] {
    display: flex;
  }
}
.event-filter [aria-expanded=false] {
  display: none;
}
@media (min-width: 54rem) {
  .event-filter [aria-expanded=false] {
    display: flex;
  }
}
.event-filter__prompt {
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  justify-content: left;
  align-items: center;
}
.event-filter__prompt .icon {
  margin-right: 5px;
}
.event-filter__prompt .icon svg {
  width: 15px;
}
.event-filter__prompt .icon svg .icon-filter__stroke {
  fill: #F8991D;
}
.event-filter__inner {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  margin: auto;
}
@media (min-width: 54rem) {
  .event-filter__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 83.33333%;
    padding: 0 4.16667%;
  }
}
.event-filter__form {
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 54rem) {
  .event-filter__form {
    flex-grow: 1;
    max-width: 75%;
    display: flex;
    padding: 0;
  }
}
.event-filter__select {
  margin-bottom: 10px;
}
@media (min-width: 54rem) {
  .event-filter__select {
    margin-bottom: 0;
    margin-right: 10px;
    min-width: 125px;
    flex-grow: 3;
  }
  .event-filter__select:first-child {
    flex-grow: 4;
  }
  .event-filter__select:nth-child(3) {
    flex-grow: 1;
  }
}
.event-filter__select label {
  display: block;
  background-color: #353535;
  padding: 10px 0 1px 16px;
  color: #a69c96;
  font-size: 12px;
  text-align: left;
  position: relative;
  z-index: 1;
  line-height: 1;
  box-shadow: inset 0 -1px 0 0 #C9C2BB;
}
.event-filter__select label:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #F8991D;
}
.event-filter__select select {
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  height: 35px;
  background-color: #353535;
  border-radius: 0 !important;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border: none;
  color: #fff;
}
.event-filter__refine {
  width: 100%;
  display: block;
}
@media (min-width: 54rem) {
  .event-filter__refine {
    width: auto;
  }
}
.event-filter__expand {
  display: block;
  margin-left: auto;
}
@media (min-width: 54rem) {
  .event-filter__expand {
    display: none;
  }
}
.event-filter .btn {
  color: #000000;
  cursor: pointer;
}

.pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.pagination > *:not(:last-child) {
  margin-right: 4px;
}
.pagination .icon-ellipsis {
  margin-left: 4px;
  margin-right: 8px;
}

.event-details {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
}
@media (min-width: 54rem) {
  .event-details {
    align-items: stretch;
    flex-direction: row-reverse;
  }
}
.event-details__image {
  flex: 1 1 50%;
  background-size: cover;
  background-position: center center;
  height: 200px;
  width: 100%;
}
@media (min-width: 54rem) {
  .event-details__image {
    width: auto;
    height: auto;
  }
}
.event-details__content {
  flex: 1 1 50%;
  padding: 0;
  margin-top: 35px;
}
@media (min-width: 54rem) {
  .event-details__content {
    margin-top: 0;
  }
}
.event-details__content-inner-wrap {
  padding: 2rem 0 2rem 2rem;
}
@media (min-width: 54rem) {
  .event-details__content-inner-wrap {
    padding-left: calc(4rem + 94px);
  }
}
.event-details__content h1 {
  margin-top: 0;
  padding-right: 2rem;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1;
}
@media (min-width: 54rem) {
  .event-details__content h1 {
    margin-bottom: 1rem;
    font-size: 40px;
    letter-spacing: 1px;
  }
}
.event-details .dora-banner {
  background-color: #646464;
  text-align: center;
  margin: 0 2rem 2rem;
}
.event-details .dora-banner a {
  display: block;
  width: 100%;
  text-transform: uppercase;
  padding: 5px 10px;
  color: white;
  padding: 1rem 1.5rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
}
@media (min-width: 54rem) {
  .event-details .dora-banner {
    margin: 0;
  }
  .event-details .dora-banner a {
    padding: 5px 10px;
    font-weight: 600;
    line-height: normal;
  }
}
.event-details__location {
  display: flex;
  padding-right: 2rem;
  padding-bottom: 2rem;
  font-size: 14px;
  letter-spacing: 0.35px;
  line-height: 24px;
}
@media (min-width: 54rem) {
  .event-details__location {
    font-size: 18px;
    letter-spacing: 0.45px;
  }
}
.event-details__location span {
  margin-right: 10px;
}
.event-details__location div p {
  margin: 0;
}
.event-details__location div p.-bold {
  font-weight: 800;
}
@media (min-width: 54rem) {
  .event-details__location div p.-bold {
    margin-bottom: 4px;
  }
}
.event-details__summary {
  padding-top: 2rem;
  padding-right: 2rem;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22px;
  border-top: 1px solid #E5E5E2;
}
@media (min-width: 54rem) {
  .event-details__summary {
    font-size: 16px;
    line-height: 26px;
  }
}
.event-details__summary .btn {
  display: block;
}
.event-details__summary .btn:first-of-type {
  margin-top: 2rem;
}
@media (min-width: 54rem) {
  .event-details__summary .btn {
    display: inline-block;
  }
  .event-details__summary .btn:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
.event-details__actions {
  padding-right: 2rem;
  margin-top: 2rem;
}
.event-details__actions .btn {
  display: block;
}
@media (min-width: 54rem) {
  .event-details__actions .btn {
    display: inline-block;
  }
  .event-details__actions .btn:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
.event-details__back {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 5;
}
@media (min-width: 54rem) {
  .event-details__back {
    top: 2rem;
    left: 2rem;
  }
}
.event-details__back .btn {
  display: block;
}

.fts-isnta-full-name {
  letter-spacing: 0;
}

.fts-profile-wrap {
  padding: 0;
}

.homepage-hero {
  position: relative;
}

.page-template-page_sports #main-content {
  padding-bottom: 50px;
}
.page-template-page_sports .events-title {
  margin-top: 123px;
  font-size: 64px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
  line-height: 64px;
  padding: 0 10px;
}
.page-template-page_sports .event-filter {
  margin-top: 0;
}
.page-template-page_sports .pagination {
  margin-bottom: 40px;
}
.page-template-page_sports .promo-bar {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin: 15px 0;
}
.page-template-page_sports .promo-bar.blue-bar {
  background-color: #0065a3;
  background-image: url("../images/blue-lines-right.png");
  background-position: center right -350px;
  background-repeat: no-repeat;
}
.page-template-page_sports .promo-bar.blue-bar .title-section h4 {
  color: white !important;
}
.page-template-page_sports .promo-bar.yellow-bar {
  background-color: #F8991D;
  background-image: url("../images/yellow-lines-right.png");
  background-position: center right -350px;
  background-repeat: no-repeat;
}
.page-template-page_sports .promo-bar h4 {
  font-size: 50px;
  line-height: 50px;
  text-transform: uppercase;
  color: white;
  padding: 20px 30px;
  margin: 0;
}
.page-template-page_sports .promo-bar .button-section {
  width: 265px;
  align-self: center;
  text-align: center;
}
.page-template-page_sports .social {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: flex;
  justify-content: left;
}
.page-template-page_sports .social li {
  margin: auto 0.25rem;
}
.page-template-page_sports .social li:first-child {
  margin-left: 0;
}
.page-template-page_sports .social li:last-child {
  margin-right: 0;
}
.page-template-page_sports .social svg {
  width: 30px;
}
.page-template-page_sports .social .text-yellow svg g {
  fill: #F8991D;
}
.page-template-page_sports .social .text-purple svg g {
  fill: #433092;
}
.page-template-page_sports .social .text-blue svg g {
  fill: #0065a3;
}

@media (max-width: 800px) {
  .page-template-page_sports .events-title {
    font-size: 35px;
    line-height: 35px;
    margin-top: 25px;
  }
  .page-template-page_sports .event-filter {
    margin-top: 25px;
  }
  .page-template-page_sports .promo-bar h4 {
    font-size: 35px;
    line-height: 35px;
  }
  .page-template-page_sports .promo-bar .button-section {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .page-template-page_sports .promo-bar h4 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 500px) {
  .page-template-page_sports .promo-bar {
    flex-direction: column;
    padding: 28px;
  }
  .page-template-page_sports .promo-bar h4 {
    padding: 0 0 14px;
  }
  .page-template-page_sports .promo-bar .button-section {
    width: 100%;
    padding: 0;
  }
  .page-template-page_sports .promo-bar .btn {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
  }
}
.error500 .page__one-column {
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin: auto;
  text-align: center;
}

.page__two-column {
  background: #fff;
  padding: 50px 0;
}
.page__two-column .flex {
  flex-direction: column;
  margin-top: 2rem;
}
@media (min-width: 43.75rem) {
  .page__two-column .flex {
    flex-direction: row;
  }
}
.page__two-column .col-left {
  margin-bottom: 1.5rem;
}
@media (min-width: 43.75rem) {
  .page__two-column .col-left {
    padding-right: 1.5rem;
    width: 50%;
  }
}
@media (min-width: 43.75rem) {
  .page__two-column .col-right {
    padding-left: 1.5rem;
    width: 50%;
  }
}

.page__one-column {
  background: #fff;
  padding: 50px 0;
}
.page__one-column.with-back {
  position: relative;
}
.page__one-column.with-back .page-back {
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.page__one-column.with-back .page-back a {
  display: block;
}
.page__one-column.with-back .content-section.-small {
  margin-top: 1rem;
  padding: 0 2rem;
}
@media (min-width: 54rem) {
  .page__one-column.with-back .content-section.-small {
    max-width: calc(100% - 250px);
    margin: 0 125px;
    padding: 0 1rem;
  }
  .page__one-column.with-back .page-back {
    top: 2rem;
  }
}
@media (min-width: 68rem) {
  .page__one-column.with-back .content-section.-small {
    max-width: 850px;
    margin: auto;
  }
}

.page__generic-listing {
  margin: 30px auto;
}
@media (min-width: 54rem) {
  .page__generic-listing {
    max-width: calc(1080px + 2rem);
  }
}
@media (min-width: 76rem) {
  .page__generic-listing {
    max-width: 1080px;
  }
}
.page__generic-listing__list {
  padding: 30px 0 0;
}
.page__generic-listing h3 {
  font-size: 30px;
  margin: 0 2rem;
}
@media (min-width: 54rem) {
  .page__generic-listing h3 {
    font-size: 36px;
  }
}
@media (min-width: 76rem) {
  .page__generic-listing h3 {
    margin: 0;
  }
}
.page__generic-listing__entry {
  margin: 40px auto;
}
@media (min-width: 54rem) {
  .page__generic-listing__entry {
    margin: 50px 2rem;
  }
}
@media (min-width: 76rem) {
  .page__generic-listing__entry {
    margin: 60px auto;
  }
}

.page__image-listing {
  margin: 30px auto;
}
.page__image-listing__list {
  padding: 30px 0 0;
}
.page__image-listing__entry {
  margin: 0 0 45px;
}
.page__image-listing .image-left {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
}
.page__image-listing .image-left .info-zone {
  padding-left: 40px;
  padding-right: 40px;
}
.page__image-listing .image-right {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.page__image-listing .image-right .info-zone {
  padding-right: 40px;
  padding-left: 40px;
}
.page__image-listing .image-right .image-zone {
  text-align: right;
}
.page__image-listing .image-right .image-zone img.lines {
  right: 0;
  left: auto;
}
.page__image-listing .info-zone {
  width: 43%;
  align-self: center;
}
.page__image-listing .info-zone h3 {
  font-size: 64px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0;
  line-height: 64px;
}
.page__image-listing .info-zone h3.-orange {
  color: #e72113;
}
.page__image-listing .info-zone h3.-yellow {
  color: #F8991D;
}
.page__image-listing .info-zone h3.-purple {
  color: #433092;
}
.page__image-listing .info-zone h3.-blue {
  color: #0065a3;
}
.page__image-listing .info-zone p {
  color: #231f20;
  font-size: 16px;
  margin-bottom: 35px;
}
.page__image-listing .image-zone {
  width: 57%;
  line-height: 0;
  align-self: stretch;
  position: relative;
}
.page__image-listing .image-zone img.main {
  width: 100%;
  max-width: 832px;
}
.page__image-listing .image-zone img.lines {
  width: 60%;
  max-width: 502px;
  position: absolute;
  bottom: -45px;
  left: 0;
}

@media (max-width: 1200px) {
  .page__image-listing .info-zone h3 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 1000px) {
  .page__image-listing .info-zone {
    width: 55%;
    padding: 0 28px;
  }
  .page__image-listing .info-zone h3 {
    font-size: 35px;
    line-height: 35px;
  }
  .page__image-listing .image-zone img.main {
    width: 100%;
    max-width: 832px;
  }
  .page__image-listing .image-zone img.lines {
    position: relative;
    bottom: auto;
  }
}
@media (max-width: 800px) {
  .page__image-listing__entry {
    margin: 0 0 0;
  }
  .page__image-listing .page__image-listing__list {
    padding: 0;
  }
  .page__image-listing .image-left, .page__image-listing .image-right {
    flex-direction: column;
  }
  .page__image-listing .image-left .info-zone, .page__image-listing .image-right .info-zone {
    width: 100%;
    padding: 28px;
  }
  .page__image-listing .image-left .info-zone h3, .page__image-listing .image-right .info-zone h3 {
    font-size: 30px;
    line-height: 30px;
  }
  .page__image-listing .image-left .info-zone p, .page__image-listing .image-right .info-zone p {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 14px;
  }
  .page__image-listing .image-left .info-zone .btn, .page__image-listing .image-right .info-zone .btn {
    width: 100%;
    text-align: center;
    display: block;
  }
  .page__image-listing .image-zone {
    width: 100%;
    padding-top: 0;
  }
}
.page__background-image-listing {
  margin: 0 auto 30px;
}
.page__background-image-listing__list {
  padding: 30px 0 0;
}
.page__background-image-listing__entry {
  margin: 0 0 45px;
  background-repeat: no-repeat;
  background-size: auto 175%;
}
.page__background-image-listing .image-left {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
  background-position: right;
}
.page__background-image-listing .image-left .info-zone {
  padding-left: 40px;
  padding-right: 40px;
}
.page__background-image-listing .image-right {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.page__background-image-listing .image-right .info-zone {
  padding-right: 40px;
  padding-left: 40px;
}
.page__background-image-listing .image-right .image-zone {
  text-align: right;
}
.page__background-image-listing .image-right .image-zone img.lines {
  right: 0;
  left: auto;
}
.page__background-image-listing .info-zone {
  width: 75%;
  align-self: center;
  padding: 15px 0;
}
.page__background-image-listing .info-zone h3 {
  font-size: 60px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0;
  line-height: 60px;
  color: white;
}
.page__background-image-listing .info-zone p {
  color: white;
  font-size: 16px;
  margin-bottom: 35px;
}
.page__background-image-listing .info-zone .btn {
  color: white;
  display: inline-block;
}
.page__background-image-listing .image-zone {
  width: 52%;
  line-height: 0;
  align-self: center;
  position: relative;
}
.page__background-image-listing .image-zone img {
  width: 100%;
  max-width: 714px;
  padding: 23px;
  box-sizing: border-box;
}

@media (max-width: 1200px) {
  .page__background-image-listing .info-zone h3 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 1000px) {
  .page__background-image-listing .info-zone h3 {
    font-size: 35px;
    line-height: 35px;
  }
  .page__background-image-listing .image-zone img.main {
    width: 100%;
    max-width: 832px;
  }
  .page__background-image-listing .image-zone img.lines {
    position: relative;
    bottom: auto;
  }
}
@media (max-width: 900px) {
  .page__background-image-listing .info-zone {
    width: 55%;
  }
}
@media (max-width: 800px) {
  .page__background-image-listing__entry {
    margin: 0 0 15px;
  }
  .page__background-image-listing .image-left, .page__background-image-listing .image-right {
    flex-direction: column;
  }
  .page__background-image-listing .image-left .info-zone, .page__background-image-listing .image-right .info-zone {
    width: 100%;
    padding: 28px;
  }
  .page__background-image-listing .image-left .info-zone h3, .page__background-image-listing .image-right .info-zone h3 {
    font-size: 30px;
    line-height: 30px;
  }
  .page__background-image-listing .image-left .info-zone p, .page__background-image-listing .image-right .info-zone p {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 14px;
  }
  .page__background-image-listing .image-left .info-zone .btn, .page__background-image-listing .image-right .info-zone .btn {
    width: 100%;
    text-align: center;
    display: block;
  }
  .page__background-image-listing .image-zone {
    width: 100%;
    padding: 0 28px 28px;
    text-align: center !important;
  }
  .page__background-image-listing .image-zone img {
    width: 100%;
    max-width: 714px;
    padding: 0;
    box-sizing: content-box;
  }
}
