/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 0.0625rem dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 0.0625rem solid #c0c0c0;
  margin: 0 0.125rem;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/********************
** Breakpoints
********************/
/********************
** Media Queries
********************/
/********************
** Fonts
********************/
/********************
** Colors
********************/
/********************
** Paths
********************/
/********************
** Transition Timing Functions
********************/
/********************
** spacing
********************/
/********************
** Buttons - Mixins to avoid @extend related-issues
********************/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 0.0625rem dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 0.0625rem solid #c0c0c0;
  margin: 0 0.125rem;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/********************
** Breakpoints
********************/
/********************
** Media Queries
********************/
/********************
** Fonts
********************/
/********************
** Colors
********************/
/********************
** Paths
********************/
/********************
** Transition Timing Functions
********************/
/********************
** spacing
********************/
/********************
** Buttons - Mixins to avoid @extend related-issues
********************/
/********************
** Fonts
********************/
@font-face {
  font-family: "sailec";
  src: url("../../fonts/Sailec/Sailec-Bold.eot");
  src: url("../../fonts/Sailec/Sailec-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Sailec/Sailec-Bold.woff2") format("woff2"), url("../../fonts/Sailec/Sailec-Bold.woff") format("woff"), url("../../fonts/Sailec/Sailec-Bold.otf") format("opentype"), url("../../fonts/Sailec/Sailec-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sailec";
  src: url("../../fonts/Sailec/Sailec-BoldItalic.eot");
  src: url("../../fonts/Sailec/Sailec-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Sailec/Sailec-BoldItalic.woff2") format("woff2"), url("../../fonts/Sailec/Sailec-BoldItalic.woff") format("woff"), url("../../fonts/Sailec/Sailec-BoldItalic.otf") format("opentype"), url("../../fonts/Sailec/Sailec-BoldItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "sailec";
  src: url("../../fonts/Sailec/Sailec-Bold.eot");
  src: url("../../fonts/Sailec/Sailec-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Sailec/Sailec-Bold.woff2") format("woff2"), url("../../fonts/Sailec/Sailec-Bold.woff") format("woff"), url("../../fonts/Sailec/Sailec-Bold.otf") format("opentype"), url("../../fonts/Sailec/Sailec-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "sailec";
  src: url("../../fonts/Sailec/Sailec-BoldItalic.eot");
  src: url("../../fonts/Sailec/Sailec-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Sailec/Sailec-BoldItalic.woff2") format("woff2"), url("../../fonts/Sailec/Sailec-BoldItalic.woff") format("woff"), url("../../fonts/Sailec/Sailec-BoldItalic.otf") format("opentype"), url("../../fonts/Sailec/Sailec-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "icons";
  src: url("../../fonts/icons/icons.eot");
  src: url("../../fonts/icons/icons.eot?#iefix") format("embedded-opentype"), url("../../fonts/icons/icons.woff") format("woff"), url("../../fonts/icons/icons.ttf") format("truetype"), url("../../fonts/icons/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "icons";
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before {
  content: "a";
}

.icon-facebook:before {
  content: "b";
}

.icon-twitter:before {
  content: "c";
}

.icon-youtube:before {
  content: "d";
}

.icon-pinterest:before {
  content: "e";
}

.icon-flickr:before {
  content: "f";
}

.icon-envelope:before {
  content: "g";
}

.icon-star:before {
  content: "h";
}

.icon-google-plus:before {
  content: "j";
}

.icon-yelp:before {
  content: "k";
}

.icon-angle-right:before {
  content: "i";
}

.icon-angle-left:before {
  content: "l";
}

.icon-search:before {
  content: "n";
}

.icon-calendar:before {
  content: "o";
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUpHalf {
  0% {
    opacity: 0;
    transform: translate3d(0, 6.25rem, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeOutUpHalf {
  0% {
    opacity: 1;
    transform: none;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -6.25rem, 0);
  }
}
@keyframes fadeinFromLeft {
  0% {
    opacity: 0;
    transform: translate(-6.25rem, 0%);
  }
  100% {
    opacity: 1;
    transform: translate(0%, 0%);
  }
}
@keyframes fadeinFromRight {
  0% {
    opacity: 0;
    transform: translate(6.25rem, 0%);
  }
  100% {
    opacity: 1;
    transform: translate(0%, 0%);
  }
}
@keyframes fadeOutToSide {
  0% {
    opacity: 1;
    transform: translate(0%, -50%);
  }
  100% {
    opacity: 0;
    transform: translate(100%, -50%);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDownHalf {
  0% {
    opacity: 0;
    transform: translate3d(0, -3.125rem, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes menuDropdown {
  0% {
    opacity: 0;
    transform: translate3d(0, -0.9375rem, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes menuArrow {
  0% {
    opacity: 0;
    transform: translate3d(0, 0.9375rem, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDownCenter {
  0% {
    opacity: 0;
    transform: translate3d(-50%, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scaleAndFadeIn {
  0% {
    opacity: 0;
    transform: scale3D(0, 0, 0);
  }
  100% {
    opacity: 1;
    transform: scale3D(1, 1, 1);
  }
}
@keyframes fadeInLine {
  0% {
    opacity: 0;
    height: 0;
    top: 50%;
  }
  100% {
    opacity: 1;
    height: 100%;
    top: 0;
  }
}
@keyframes scale {
  from {
    transform: translate3d(0, 0, 0) scale3D(0, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0) scale3D(1, 1, 1);
  }
}
@keyframes scaleReverse {
  from {
    transform: translate3d(0, 0, 0) scale3D(2, 2, 2);
  }
  to {
    transform: translate3d(0, 0, 0) scale3D(1, 1, 1);
  }
}
@keyframes bounce {
  0% {
    transform: translate3d(0%, -50%, 0);
  }
  50% {
    transform: translate3d(-50%, -50%, 0);
  }
  100% {
    transform: translate3d(0%, -50%, 0);
  }
}
@keyframes scaleOutX {
  0% {
    transform: scale3D(1, 1, 1);
  }
  100% {
    transform: scale3D(0, 1, 1);
  }
}
@keyframes scaleOutY {
  0% {
    transform: scale3D(1, 1, 1);
  }
  100% {
    transform: scale3D(1, 0, 1);
  }
}
@keyframes scaleInX {
  0% {
    transform: scale3D(0, 1, 1);
  }
  100% {
    transform: scale3D(1, 1, 1);
  }
}
@keyframes scaleInY {
  0% {
    transform: scale3D(1, 0, 1);
  }
  100% {
    transform: scale3D(1, 1, 1);
  }
}
@keyframes eventBar {
  0% {
    height: 100%;
    width: 0.5rem;
    top: auto;
    bottom: 0;
  }
  50% {
    height: 0%;
    top: auto;
    bottom: 0;
  }
  51% {
    height: 0%;
    top: 0;
    bottom: auto;
  }
  100% {
    top: 0;
    height: 100%;
    width: 0.5rem;
  }
}
@keyframes eventCondensedBar {
  0% {
    width: 100%;
    height: 0.5rem;
    left: auto;
    right: 0;
  }
  50% {
    width: 0%;
    left: auto;
    right: 0;
  }
  51% {
    width: 0%;
    left: 0;
    right: auto;
  }
  100% {
    left: 0;
    width: 100%;
    height: 0.5rem;
  }
}
:root {
  --header-height: 3.6875rem;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
*, *:after, *:before {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*[tabindex="-1"], *[tabindex="-1"]:focus-visible {
  outline: none;
}
*:focus:not(:focus-visible) {
  outline: none;
}

html {
  height: 100%;
  font-size: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

html,
body {
  max-width: 100vw;
  width: 100%;
  min-height: 100%;
  min-width: 20rem;
}

body {
  color: #1a1a1a;
  line-height: 1.8em;
  font-size: 1rem;
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body.mobile.menu--open > .element-invisible-focusable,
body.mobile.menu--open > .element-invisible-focusable *,
body.mobile.menu--open #page > :not(#header),
body.mobile.menu--open #page > :not(#header) *,
body.mobile.menu--open main,
body.mobile.menu--open main *,
body.mobile.menu--open #footer,
body.mobile.menu--open #footer * {
  visibility: hidden;
}
body.mobile.menu--open #toolbar-administration .toolbar-bar {
  cursor: not-allowed;
}
body.mobile.menu--open #toolbar-administration .toolbar-bar .toolbar-tab {
  opacity: 0.5;
  pointer-events: none;
}

/********************
** toolbar
********************/
html.toolbar-loading:not(.toolbar-fixed) #toolbar-administration .toolbar-bar {
  position: relative;
}
body:not(.toolbar-fixed) #toolbar-administration .toolbar-tray-vertical.is-active {
  position: absolute;
  max-width: 100%;
  height: auto;
  max-height: calc(100vh - var(--drupal-displace-offset-top, 0px));
}
#toolbar-administration .toolbar-tab {
  position: static;
}

/********************
** Admin Tabs
********************/
#block-mann-theme-local-tasks ul.tabs.primary {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 1.25rem auto 0.9375rem;
  width: 88%;
  width: calc(100% - 1.5625rem * 2);
  height: auto;
  margin: 20px auto 15px;
  max-width: 69.375rem;
}
#block-mann-theme-local-tasks ul.tabs.primary li {
  display: inline-block;
  margin: 0 0.3125rem 0.3125rem 0;
}
#block-mann-theme-local-tasks ul.tabs.primary li a {
  display: block;
  font-family: "sailec";
  font-weight: 700;
  font-size: 1rem;
  border-width: 0.125rem;
  border-style: solid;
  padding: 0.9375rem 1.875rem;
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: color 230ms cubic-bezier(0.55, 0.085, 0, 0.99);
  background: #FFFFFF;
  border-color: #000;
  color: #000;
}
#block-mann-theme-local-tasks ul.tabs.primary li a:before, #block-mann-theme-local-tasks ul.tabs.primary li a:after {
  background-color: #000;
}
#block-mann-theme-local-tasks ul.tabs.primary li a:before, #block-mann-theme-local-tasks ul.tabs.primary li a:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: calc(100% + 0.125rem);
  height: calc(100% + 0.125rem);
  top: -0.0625rem;
  left: -0.0625rem;
}
#block-mann-theme-local-tasks ul.tabs.primary li a.btn--border--icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#block-mann-theme-local-tasks ul.tabs.primary li a.btn--border--icon span {
  padding-right: 0.3125rem;
  display: inline-flex;
}
#block-mann-theme-local-tasks ul.tabs.primary li a.btn--border--icon svg {
  width: 1rem;
}
#block-mann-theme-local-tasks ul.tabs.primary li a.btn--border--icon svg path, #block-mann-theme-local-tasks ul.tabs.primary li a.btn--border--icon svg polygon, #block-mann-theme-local-tasks ul.tabs.primary li a.btn--border--icon svg circle, #block-mann-theme-local-tasks ul.tabs.primary li a.btn--border--icon svg rect {
  transition: fill 230ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
#block-mann-theme-local-tasks ul.tabs.primary li a.btn--border--icon:hover svg path, #block-mann-theme-local-tasks ul.tabs.primary li a.btn--border--icon:hover svg polygon, #block-mann-theme-local-tasks ul.tabs.primary li a.btn--border--icon:hover svg circle, #block-mann-theme-local-tasks ul.tabs.primary li a.btn--border--icon:hover svg rect {
  fill: #FFFFFF;
}
#block-mann-theme-local-tasks ul.tabs.primary li a:before {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0ms cubic-bezier(0.55, 0.085, 0, 0.99), opacity 0ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
#block-mann-theme-local-tasks ul.tabs.primary li a:after {
  opacity: 1;
  transform: translate3d(100%, 0, 0);
  transition: transform 650ms cubic-bezier(0.55, 0.085, 0, 0.99), opacity 0ms cubic-bezier(0.55, 0.085, 0, 0.99);
}

#page {
  position: relative;
  overflow: visible;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  zoom: 1;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
}
#page > *:not(main) {
  flex: none;
}
#page.bg--tan {
  background-color: #F9F6F2;
}
#page main {
  flex-grow: 1;
}
body.path-media #page {
  text-align: center;
}

body,
.dialog-off-canvas-main-canvas {
  display: flex;
  flex-direction: column;
}

.dialog-off-canvas-main-canvas {
  overflow-x: hidden;
}
.dialog-off-canvas-main-canvas > * {
  flex: none;
  z-index: 0;
}
.dialog-off-canvas-main-canvas,
.dialog-off-canvas-main-canvas > #page {
  flex: 1 1;
}
.dialog-off-canvas-main-canvas > #page {
  z-index: 1;
}
.dialog-off-canvas-main-canvas > #footer {
  margin: auto 0 0;
}

section#highlighted:not(:has([data-drupal-messages-fallback]:only-child)) {
  padding: 0.625rem 0;
}
section#highlighted:not(:has([data-drupal-messages-fallback]:only-child)) + main ul.tabs.primary {
  margin-top: 0;
}

.block-page-title-block {
  display: none;
  padding: 1.875rem 0;
  width: 88%;
  width: calc(100% - 1.5625rem * 2);
  height: auto;
  margin: 0 auto;
  max-width: 69.375rem;
}
.block-page-title-block.node-detail.node--page {
  display: block;
}
.block-page-title-block.node-detail.node--page ~ #block-mann-theme-content > .block-content > article > [class*=row-inside--]:first-child,
.block-page-title-block.node-detail.node--page ~ #block-mann-theme-content > .block-content > article > .contextual:first-child + [class*=row-inside--] {
  padding-top: 0;
}
.block-page-title-block.node-detail.node--page ~ #block-mann-theme-content > .block-content > article > [class*=row-inside--]:first-child .field--type-text-long > *:first-child, .block-page-title-block.node-detail.node--page ~ #block-mann-theme-content > .block-content > article > [class*=row-inside--]:first-child .field--type-text-long > *.co-shape-bg--wrapper:first-child + *,
.block-page-title-block.node-detail.node--page ~ #block-mann-theme-content > .block-content > article > .contextual:first-child + [class*=row-inside--] .field--type-text-long > *:first-child,
.block-page-title-block.node-detail.node--page ~ #block-mann-theme-content > .block-content > article > .contextual:first-child + [class*=row-inside--] .field--type-text-long > *.co-shape-bg--wrapper:first-child + * {
  margin-top: 0;
}
.block-page-title-block.node-detail.node--page ~ #block-mann-theme-content > .block-content > article > [class*=row-inside--]:first-child .field--type-text-long > *.co-shape-bg--wrapper:first-child,
.block-page-title-block.node-detail.node--page ~ #block-mann-theme-content > .block-content > article > .contextual:first-child + [class*=row-inside--] .field--type-text-long > *.co-shape-bg--wrapper:first-child {
  margin-bottom: 0;
}
#block-mann-theme-local-tasks ~ .block-page-title-block.node-detail.node--page {
  padding-top: 1.25rem;
}

#block-mann-theme-content > .block-content > article > .paragraph:last-child:has(> [class*=bg--]:only-child) {
  padding-bottom: 0;
}
#block-mann-theme-content > .block-content > article > .paragraph:last-child:not(.paragraph--type--view-reference):has(.co-bg) {
  overflow-y: clip;
}

/********************
** Reponsive Container
********************/
#content {
  position: relative;
}

.l-container--sm {
  width: 88%;
  width: calc(100% - 1.5625rem * 2);
  height: auto;
  margin: 0 auto;
  max-width: 50rem;
}

.l-container--md {
  width: 88%;
  width: calc(100% - 1.5625rem * 2);
  height: auto;
  margin: 0 auto;
  max-width: 62.5rem;
}

.l-container--lg {
  width: 88%;
  width: calc(100% - 1.5625rem * 2);
  height: auto;
  margin: 0 auto;
  max-width: 69.375rem;
}

.l-container--lg-ish {
  width: 88%;
  width: calc(100% - 1.5625rem * 2);
  height: auto;
  margin: 0 auto;
  max-width: calc(69.375rem + 11.875rem);
}

.l-container--xlg {
  width: 88%;
  width: calc(100% - 1.5625rem * 2);
  height: auto;
  margin: 0 auto;
  max-width: 87.5rem;
}

.l-container--relative {
  position: relative;
}

.l-container--absolute {
  position: absolute;
}

.l-container--inline {
  display: inline;
}

.l-container--inline-block {
  display: inline-block;
}

.l-container--block {
  display: block;
}

.l-container--overflow-x-scroll {
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.l-container--overflow-x-scroll::-webkit-scrollbar {
  display: none;
}

.l-container--overflow-y-scroll {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.l-container--overflow-y-scroll::-webkit-scrollbar {
  display: none;
}

/********************
** Row Margins/paddings
********************/
.row-inside--xs {
  padding: 0.625rem 0;
}

.row-inside--sm {
  padding: 0.9375rem 0;
}

.row-inside--md {
  padding: 1.875rem 0;
}

.row-inside--lg {
  padding: 2.5rem 0;
}

.row-inside--xlg {
  padding: 3.75rem 0;
}

.row-outside--xs {
  margin: 1.5625rem auto;
}

.row-outside--sm {
  margin: 2.5rem auto;
}

.row-outside--md {
  margin: 3.75rem auto;
}

.row-outside--lg {
  margin: 5.3125rem auto;
}

.row-outside--top-xs {
  margin: 1.875rem auto 0 !important;
}

.row-outside--top-sm {
  margin: 2.5rem auto 0 !important;
}

/********************
** CSS Grid
********************/

/********************
** Grid Gaps
********************/
.gap--sm {
  padding-right: 1.875rem;
}

/********************
** Grid
********************/
ul.normal-grid {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.normal-grid li {
  list-style: none;
}
ul.normal-grid li:not(:last-child) {
  margin-bottom: 0.3125rem;
}

/********************
** Flex Grid
********************/
ul.flex-grid {
  list-style: none;
  margin: 0;
  padding: 0;
}

.flex-grid,
.flex-grid--small {
  display: block;
}
.flex-grid.gutter--sm .col-item,
.flex-grid--small.gutter--sm .col-item {
  margin-bottom: 0.25rem;
}
.flex-grid.gutter--md,
.flex-grid--small.gutter--md {
  margin-left: -0.9375rem;
}
.flex-grid.gutter--md .col-item,
.flex-grid--small.gutter--md .col-item {
  margin: 0.9375rem;
}
.flex-grid.cols--1, .flex-grid.cols--2, .flex-grid.cols--3, .flex-grid.cols--4,
.flex-grid--small.cols--1,
.flex-grid--small.cols--2,
.flex-grid--small.cols--3,
.flex-grid--small.cols--4 {
  margin: -0.625rem;
}
.flex-grid.cols--1 .col-item, .flex-grid.cols--2 .col-item, .flex-grid.cols--3 .col-item, .flex-grid.cols--4 .col-item,
.flex-grid--small.cols--1 .col-item,
.flex-grid--small.cols--2 .col-item,
.flex-grid--small.cols--3 .col-item,
.flex-grid--small.cols--4 .col-item {
  padding: 0.625rem;
}
.flex-grid.cols--5,
.flex-grid--small.cols--5 {
  margin: -0.5rem;
}
.flex-grid.cols--5 .col-item,
.flex-grid--small.cols--5 .col-item {
  padding: 0.5rem;
}

.flex-grid--always {
  display: flex;
  flex-flow: row wrap;
  flex-wrap: wrap;
}

.flex-grid--vertical {
  display: block;
}

.col-flex--1 {
  flex: 1 1;
}

.col-flex--2 {
  flex: 2 1;
}

.col-flex--3 {
  flex: 3 1;
}

.col-flex--4 {
  flex: 4 1;
}

.col-flex--5 {
  flex: 5 1;
}

.col-flex--6 {
  flex: 6 1;
}

.col-flex--7 {
  flex: 7 1;
}

.col-flex--8 {
  flex: 8 1;
}

.col-flex--9 {
  flex: 9 1;
}

.col-flex--10 {
  flex: 10 1;
}

.col-flex--11 {
  flex: 11 1;
}

.col-flex--12 {
  flex: 12 1;
}

.col-flex--13 {
  flex: 13 1;
}

.col-flex--14 {
  flex: 14 1;
}

.col-flex--2-half {
  flex: 2.5 1;
}

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

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

.flex-align-self--vertical-center {
  align-self: center;
}

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

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

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

.flex-justify--flex-start {
  justify-content: flex-start;
}

.flex-justify--flex-end {
  justify-content: flex-end;
}

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

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

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

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

/********************
** Masonry Column
********************/
.column-grid {
  width: 100%;
  max-width: none;
  vertical-align: top;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: -2.5rem;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.column-grid.cols--1 {
  -moz-columns: 1;
       columns: 1;
}
.column-grid.cols--2 {
  -moz-columns: 2;
       columns: 2;
}
.column-grid.cols--3 {
  -moz-columns: 2;
       columns: 2;
}
.column-grid.cols--4 {
  -moz-columns: 2;
       columns: 2;
}
.column-grid .col-item {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  -webkit-backface-visibility: hidden;
  -webkit-column-break-inside: avoid;
  padding-bottom: 2.1875rem;
}

/********************
** Forms
********************/
form .input {
  display: inline-block;
}
form input,
form select,
form textarea {
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
form input::-moz-placeholder,
form select::-moz-placeholder,
form textarea::-moz-placeholder {
  color: #868686;
  font-weight: 500;
}
form input::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder {
  color: #868686;
  font-weight: 500;
}
form input::placeholder,
form select::placeholder,
form textarea::placeholder {
  color: #868686;
  font-weight: 500;
}
form input:not([type]),
form input[type=text],
form input[type=password],
form input[type=email],
form input[type=submit],
form input[type=tel],
form input[type=date] {
  border-radius: 0;
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form input:not([type]),
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=date],
form input[type=tel],
form textarea {
  outline: none;
  border: 0.125rem solid #868686;
  display: inline-block;
  padding: 0.9375rem;
  border-radius: 0;
  font-weight: 500;
  max-width: 100%;
  font-size: 0.875rem;
}
form textarea {
  width: 100%;
}
form label,
form legend {
  font-family: "sailec";
}
form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
form input:not([type]),
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=date]:focus,
form input[type=tel]:focus,
form textarea:focus {
  outline: none;
  outline: 0;
  position: relative;
}

/********************
** sign in form
********************/
.path-user .block-system-main-block {
  width: 88%;
  width: calc(100% - 1.5625rem * 2);
  height: auto;
  margin: 0 auto;
  max-width: 69.375rem;
}
.path-user .block-system-main-block .form-item {
  margin-bottom: 1.25rem;
}
.path-user .block-system-main-block .form-item label {
  display: inline-block;
  width: 100%;
}
.path-user .block-system-main-block .form-actions .form-submit {
  background: transparent;
  width: 100%;
  display: inline-block;
  font-family: "sailec";
  font-weight: 700;
  font-size: 1rem;
  border-width: 0.125rem;
  border-style: solid;
  padding: 0.9375rem 1.875rem;
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: color 230ms cubic-bezier(0.55, 0.085, 0, 0.99);
  background: #FFFFFF;
  border-color: #000;
  color: #000;
  transition-property: color, background;
}
.path-user .block-system-main-block .form-actions .form-submit:before, .path-user .block-system-main-block .form-actions .form-submit:after {
  background-color: #000;
}
.path-user .block-system-main-block .form-actions .form-submit:before, .path-user .block-system-main-block .form-actions .form-submit:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: calc(100% + 0.125rem);
  height: calc(100% + 0.125rem);
  top: -0.0625rem;
  left: -0.0625rem;
}
.path-user .block-system-main-block .form-actions .form-submit.btn--border--icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.path-user .block-system-main-block .form-actions .form-submit.btn--border--icon span {
  padding-right: 0.3125rem;
  display: inline-flex;
}
.path-user .block-system-main-block .form-actions .form-submit.btn--border--icon svg {
  width: 1rem;
}
.path-user .block-system-main-block .form-actions .form-submit.btn--border--icon svg path, .path-user .block-system-main-block .form-actions .form-submit.btn--border--icon svg polygon, .path-user .block-system-main-block .form-actions .form-submit.btn--border--icon svg circle, .path-user .block-system-main-block .form-actions .form-submit.btn--border--icon svg rect {
  transition: fill 230ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
.path-user .block-system-main-block .form-actions .form-submit.btn--border--icon:hover svg path, .path-user .block-system-main-block .form-actions .form-submit.btn--border--icon:hover svg polygon, .path-user .block-system-main-block .form-actions .form-submit.btn--border--icon:hover svg circle, .path-user .block-system-main-block .form-actions .form-submit.btn--border--icon:hover svg rect {
  fill: #FFFFFF;
}
.path-user .block-system-main-block .form-actions .form-submit:before {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0ms cubic-bezier(0.55, 0.085, 0, 0.99), opacity 0ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
.path-user .block-system-main-block .form-actions .form-submit:after {
  opacity: 1;
  transform: translate3d(100%, 0, 0);
  transition: transform 650ms cubic-bezier(0.55, 0.085, 0, 0.99), opacity 0ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
.path-user .block-system-main-block .form-actions .form-submit:hover {
  background-color: #000;
  color: #FFFFFF;
}

/*********************
** Formstack - Event, Donations, etc
*********************/
.paragraph--type--form-embed.l-container--sm > .embedded-form.l-container--md {
  width: 100%;
}
.paragraph--type--form-embed.l-container--sm > .embedded-form.l-container--md [class*=InnerFormBody] {
  padding: 0;
}
.paragraph--type--form-embed.l-container--sm > .embedded-form.l-container--md form {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.embedded-form *::-moz-placeholder,
.fsform-container *::-moz-placeholder {
  color: inherit;
}
.embedded-form *::-moz-placeholder, .fsform-container *::-moz-placeholder {
  color: inherit;
}
.embedded-form *::placeholder,
.fsform-container *::placeholder {
  color: inherit;
}
.embedded-form .fsBody,
.embedded-form [role],
.fsform-container .fsBody,
.fsform-container [role] {
  font-family: inherit;
}
.embedded-form .fsBody,
.embedded-form .fsPagination *,
.embedded-form .fsSectionHeading,
.fsform-container .fsBody,
.fsform-container .fsPagination *,
.fsform-container .fsSectionHeading {
  color: inherit;
}
.embedded-form .fsSectionHeading,
.fsform-container .fsSectionHeading {
  font-family: "sailec";
  font-weight: bold;
}
.embedded-form .fsSectionText > *:not(:first-child),
.fsform-container .fsSectionText > *:not(:first-child) {
  margin-bottom: 1em;
}
.embedded-form .fsLabel,
.embedded-form [class*=fsLabel],
.fsform-container .fsLabel,
.fsform-container [class*=fsLabel] {
  font-family: "sailec";
  line-height: normal;
}
.embedded-form .fsLabel,
.embedded-form .fsLabel *,
.embedded-form [class*=fsLabel],
.embedded-form [class*=fsLabel] *,
.fsform-container .fsLabel,
.fsform-container .fsLabel *,
.fsform-container [class*=fsLabel],
.fsform-container [class*=fsLabel] * {
  color: inherit;
}
.embedded-form .fsOptionLabel,
.embedded-form [class^=StyledOptionLabel-],
.fsform-container .fsOptionLabel,
.fsform-container [class^=StyledOptionLabel-] {
  line-height: normal;
  align-items: flex-start;
  margin-bottom: 0.3125rem;
}
.embedded-form .fsOptionLabel input,
.embedded-form [class^=StyledOptionLabel-] input,
.fsform-container .fsOptionLabel input,
.fsform-container [class^=StyledOptionLabel-] input {
  margin-top: 0.125rem;
}
.embedded-form .fsOptionLabel span:not([class]),
.embedded-form [class^=StyledOptionLabel-] span:not([class]),
.fsform-container .fsOptionLabel span:not([class]),
.fsform-container [class^=StyledOptionLabel-] span:not([class]) {
  display: block;
}
.embedded-form .fsSupporting,
.fsform-container .fsSupporting {
  display: block;
  margin-top: 0.3125rem;
}
.embedded-form .select-wrapper,
.fsform-container .select-wrapper {
  display: block;
  border-width: 0 !important;
}
.embedded-form .select-wrapper select,
.fsform-container .select-wrapper select {
  border: 0.125rem;
  border-style: solid;
  border-color: #868686;
}
.embedded-form .select-wrapper select.fsInvalidInput,
.fsform-container .select-wrapper select.fsInvalidInput {
  border-color: #f6431f;
}
.embedded-form .select-wrapper select:focus,
.fsform-container .select-wrapper select:focus {
  border-color: #333333;
  outline: none;
}
.embedded-form .select-wrapper + .fsSupporting:last-child,
.fsform-container .select-wrapper + .fsSupporting:last-child {
  margin-top: 0;
}
.embedded-form [class*=StyledSubField-] [class*=StyledLabel-]:last-child,
.fsform-container [class*=StyledSubField-] [class*=StyledLabel-]:last-child {
  margin-top: 0.3125rem;
}
.embedded-form [class*=StyledSubField-] .select-wrapper + [class*=StyledLabel-]:last-child,
.fsform-container [class*=StyledSubField-] .select-wrapper + [class*=StyledLabel-]:last-child {
  margin-top: 0;
}
.embedded-form .fsDateField input[type=text],
.fsform-container .fsDateField input[type=text] {
  border: none;
}
.embedded-form .fsDateField fieldset,
.fsform-container .fsDateField fieldset {
  inset: 0;
  border-width: 0.125rem !important;
  border-color: #868686 !important;
}
.embedded-form .fsDateField fieldset legend,
.fsform-container .fsDateField fieldset legend {
  display: none;
}
.embedded-form .fsDateField .MuiInputBase-root.fsInvalidInput fieldset,
.fsform-container .fsDateField .MuiInputBase-root.fsInvalidInput fieldset {
  border-color: #f6431f !important;
}
.embedded-form .fsDateField .MuiInputBase-root.Mui-focused,
.fsform-container .fsDateField .MuiInputBase-root.Mui-focused {
  outline: none !important;
}
.embedded-form .fsDateField .MuiInputBase-root.Mui-focused fieldset,
.fsform-container .fsDateField .MuiInputBase-root.Mui-focused fieldset {
  border-color: #333333 !important;
}
.embedded-form textarea,
.fsform-container textarea {
  border-width: 0.125rem;
  border-color: #868686;
  outline: none !important;
  padding: 0.9375rem 0.9375rem 0 !important;
}
.embedded-form textarea:focus,
.fsform-container textarea:focus {
  border-color: #333333;
}
.embedded-form [class*=StyledSubFieldGroup],
.fsform-container [class*=StyledSubFieldGroup] {
  position: relative;
}
.embedded-form [class*=StyledCurrency],
.fsform-container [class*=StyledCurrency] {
  position: absolute;
  top: 0;
  left: 0.9375rem;
  bottom: 0;
  z-index: 1;
  width: auto;
  margin: 0;
  text-align: center;
  padding-top: 0.125rem;
  pointer-events: none;
}
.embedded-form [class*=StyledCurrency] + input,
.fsform-container [class*=StyledCurrency] + input {
  padding-left: 1.5625rem;
  width: 100%;
  z-index: 0;
}
.embedded-form [class*=AsyncFileUploadstyles__StyledDragAndDropContainer],
.fsform-container [class*=AsyncFileUploadstyles__StyledDragAndDropContainer] {
  background-color: #F9F9F9;
  border-color: inherit;
}
.embedded-form [class*=AsyncFileUploadstyles__StyledDragAndDropContainer] svg,
.fsform-container [class*=AsyncFileUploadstyles__StyledDragAndDropContainer] svg {
  fill: currentColor;
}
.embedded-form [class*=StyledErrorBanner],
.fsform-container [class*=StyledErrorBanner] {
  border-width: 0;
  background-color: #fff3f3;
}
.embedded-form [class*=StyledErrorBanner],
.embedded-form [class*=StyledErrorBanner] *,
.fsform-container [class*=StyledErrorBanner],
.fsform-container [class*=StyledErrorBanner] * {
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.embedded-form .fsInvalidInput,
.fsform-container .fsInvalidInput {
  border-color: #f6431f;
  background-position: calc(100% + 0.5rem) center;
}
.embedded-form .fsPagination [class*=StyledProgressIndicatorWrapper],
.fsform-container .fsPagination [class*=StyledProgressIndicatorWrapper] {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.embedded-form .fsSubmit,
.fsform-container .fsSubmit {
  margin-top: 0;
}
.embedded-form .fsSubmit button,
.fsform-container .fsSubmit button {
  display: inline-block;
  font-family: "sailec";
  font-weight: 700;
  font-size: 1rem;
  border-width: 0.125rem;
  border-style: solid;
  padding: 0.9375rem 1.875rem;
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: color 230ms cubic-bezier(0.55, 0.085, 0, 0.99);
  background: #FFFFFF;
  border-color: #000;
  color: #000;
}
.embedded-form .fsSubmit button:before, .embedded-form .fsSubmit button:after,
.fsform-container .fsSubmit button:before,
.fsform-container .fsSubmit button:after {
  background-color: #000;
}
.embedded-form .fsSubmit button:before, .embedded-form .fsSubmit button:after,
.fsform-container .fsSubmit button:before,
.fsform-container .fsSubmit button:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: calc(100% + 0.125rem);
  height: calc(100% + 0.125rem);
  top: -0.0625rem;
  left: -0.0625rem;
}
.embedded-form .fsSubmit button.btn--border--icon,
.fsform-container .fsSubmit button.btn--border--icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.embedded-form .fsSubmit button.btn--border--icon span,
.fsform-container .fsSubmit button.btn--border--icon span {
  padding-right: 0.3125rem;
  display: inline-flex;
}
.embedded-form .fsSubmit button.btn--border--icon svg,
.fsform-container .fsSubmit button.btn--border--icon svg {
  width: 1rem;
}
.embedded-form .fsSubmit button.btn--border--icon svg path, .embedded-form .fsSubmit button.btn--border--icon svg polygon, .embedded-form .fsSubmit button.btn--border--icon svg circle, .embedded-form .fsSubmit button.btn--border--icon svg rect,
.fsform-container .fsSubmit button.btn--border--icon svg path,
.fsform-container .fsSubmit button.btn--border--icon svg polygon,
.fsform-container .fsSubmit button.btn--border--icon svg circle,
.fsform-container .fsSubmit button.btn--border--icon svg rect {
  transition: fill 230ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
.embedded-form .fsSubmit button.btn--border--icon:hover svg path, .embedded-form .fsSubmit button.btn--border--icon:hover svg polygon, .embedded-form .fsSubmit button.btn--border--icon:hover svg circle, .embedded-form .fsSubmit button.btn--border--icon:hover svg rect,
.fsform-container .fsSubmit button.btn--border--icon:hover svg path,
.fsform-container .fsSubmit button.btn--border--icon:hover svg polygon,
.fsform-container .fsSubmit button.btn--border--icon:hover svg circle,
.fsform-container .fsSubmit button.btn--border--icon:hover svg rect {
  fill: #FFFFFF;
}
.embedded-form .fsSubmit button:before,
.fsform-container .fsSubmit button:before {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0ms cubic-bezier(0.55, 0.085, 0, 0.99), opacity 0ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
.embedded-form .fsSubmit button:after,
.fsform-container .fsSubmit button:after {
  opacity: 1;
  transform: translate3d(100%, 0, 0);
  transition: transform 650ms cubic-bezier(0.55, 0.085, 0, 0.99), opacity 0ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
.embedded-form .fsSubmit button span,
.fsform-container .fsSubmit button span {
  display: block;
}
.embedded-form [class*=StyledSecurityLogo] a,
.fsform-container [class*=StyledSecurityLogo] a {
  box-shadow: none;
}
.embedded-form [class*=StyledReferralBadge],
.fsform-container [class*=StyledReferralBadge] {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0.5625rem 1.25rem;
  width: auto;
}
.embedded-form [class*=StyledReferralBadge] a,
.fsform-container [class*=StyledReferralBadge] a {
  display: inline-flex;
  align-items: center;
}
.embedded-form [class*=StyledReferralBadge] a img,
.fsform-container [class*=StyledReferralBadge] a img {
  max-height: 1.375rem;
}
.embedded-form > :last-child a[title="Powered by Formstack"]:only-child,
.fsform-container > :last-child a[title="Powered by Formstack"]:only-child {
  display: none;
}

/********************
** Header
********************/
#header {
  z-index: 11;
}
#header,
#header > .bg--black,
#header .l-container--xlg {
  height: var(--header-height);
}
#header > .bg--black {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.js #page:has(#video-header) #header > .bg--black, .js #page:has(#video-header) #header.form-search-form--is-visible > .bg--black {
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.4);
  background-color: rgba(0, 0, 0, 0);
}
#page:has(#video-header) #header:not(.sticky):not(.offscreen) > .bg--black {
  transition: background-color 800ms cubic-bezier(0.55, 0.085, 0, 0.99), border-color 800ms cubic-bezier(0.55, 0.085, 0, 0.99), border-width 800ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
#header + #video-header {
  margin-top: calc(-1 * var(--header-height));
}
#header .l-container--xlg {
  padding: 0;
  display: flex;
}
#header .col-left {
  line-height: 0;
  min-width: 9.0625rem;
}
#header .col-left a,
#header .col-left a svg {
  display: inline-block;
}
#header .col-left,
#header .col-right {
  flex: 0 1 auto;
  align-self: center;
}
#header .col-center {
  width: auto;
  flex: 1 1 auto;
}
#header .col-center,
#header .col-center > nav,
#header .col-center > nav > div,
#header .col-center > nav > div > ul.menu-main {
  display: flex;
  align-self: stretch;
}
#header .svg--fill-varies {
  fill: #FFFFFF;
}
#header .btn-icon {
  height: 2.5rem;
  width: 2.5rem;
  line-height: 0;
  background: transparent;
  position: relative;
}
#header .btn-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3D(-50%, -50%, 0);
  height: 1.25rem;
  width: 1.25rem;
}
#header a {
  text-decoration: none;
  font-weight: 500;
  transition: color 400ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
#header a:hover {
  color: #FFFFFF;
}

#header.offscreen > .bg--black, #header.sticky > .bg--black {
  position: fixed;
  background-color: #000 !important;
}
body.menu--open.toolbar-vertical:not(.toolbar-fixed) #header.offscreen > .bg--black, body.menu--open.toolbar-vertical:not(.toolbar-fixed) #header.sticky > .bg--black {
  position: absolute;
}
#header.offscreen:not(.sticky):not(.sticky--hide) {
  opacity: 0;
  pointer-events: none;
}
#header.offscreen > .bg--black {
  transform: translate3d(0, -100%, 0);
}
#header.sticky > .bg--black {
  transform: translate3d(0, 0, 0);
  transition: transform 400ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
#header.sticky--hide > .bg--black {
  transform: translate3d(0, -100%, 0);
  transition: transform 200ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
body.toolbar-fixed #header.offscreen > .bg--black, body.toolbar-fixed #header.sticky > .bg--black {
  top: var(--drupal-displace-offset-top, 0px);
}

html.no-js #header #hamburger,
html.no-js #header #desktop-search {
  display: none;
}

/*******************************
** node header paragraph bundle
*******************************/
.field--name-field-header .row-inside--lg:not(.paragraph--type--text-header) {
  padding-top: 0;
}
.field--name-field-header:first-child:has(.paragraph--type--text-header) + [class*=row-inside--], .contextual:first-child + .field--name-field-header:has(.paragraph--type--text-header) + [class*=row-inside--] {
  padding-top: 0;
}
.field--name-field-header:first-child:has(.paragraph--type--full-width-callout) .co-fullwidth[class*=bg--], .contextual:first-child + .field--name-field-header:has(.paragraph--type--full-width-callout) .co-fullwidth[class*=bg--] {
  margin-bottom: 2.5rem;
}

/********************
** Footer
********************/
#footer {
  background-color: #F9F6F2;
  padding: 3.75rem 0;
}
#footer .footer-logo {
  margin-bottom: 1.25rem;
}
#footer .info-full-name {
  font-size: 1.25rem;
  line-height: 1.5625rem;
  margin-bottom: 1.25rem;
  font-weight: normal;
}
#footer .info-address {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-style: normal;
}
#footer .block-mann-footer-info-block {
  width: 50%;
  display: inline-block;
  float: left;
}
#footer .col-1, #footer .col-2, #footer .col-3 {
  display: inline-block;
}
#footer .col-1, #footer .col-2 {
  position: relative;
}
#footer .col-1:after, #footer .col-2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
  height: 0.125rem;
  background-color: #b3d143;
  content: "";
  width: 15%;
  max-width: 3.125rem;
}
#footer .col-1 {
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
}
#footer .col-2 {
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
}
#footer .col-3 {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}
#footer .btn-icon {
  height: 2.5rem;
  width: 2.5rem;
  line-height: 0;
  background: transparent;
  position: relative;
}
#footer .btn-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3D(-50%, -50%, 0);
  height: 1.25rem;
  width: 1.25rem;
}
.block-mann-email-sign-up-block .block-label,
.block-webform-block .block-label {
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
}
.block-mann-email-sign-up-block form,
.block-webform-block form {
  width: 100%;
  position: relative;
}
.block-mann-email-sign-up-block form label,
.block-webform-block form label {
  position: absolute !important;
  clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);
  overflow: hidden;
  height: 0.0625rem;
  width: 0.0625rem;
  word-wrap: normal;
}
.block-mann-email-sign-up-block form input[type=text],
.block-mann-email-sign-up-block form input[type=email],
.block-mann-email-sign-up-block form input[type=password],
.block-mann-email-sign-up-block form input[type=date],
.block-mann-email-sign-up-block form textarea,
.block-webform-block form input[type=text],
.block-webform-block form input[type=email],
.block-webform-block form input[type=password],
.block-webform-block form input[type=date],
.block-webform-block form textarea {
  border: 0;
  max-width: 100%;
  width: 100%;
}
.block-mann-email-sign-up-block form input[type=text]:focus-visible,
.block-mann-email-sign-up-block form input[type=email]:focus-visible,
.block-mann-email-sign-up-block form input[type=password]:focus-visible,
.block-mann-email-sign-up-block form input[type=date]:focus-visible,
.block-mann-email-sign-up-block form textarea:focus-visible,
.block-webform-block form input[type=text]:focus-visible,
.block-webform-block form input[type=email]:focus-visible,
.block-webform-block form input[type=password]:focus-visible,
.block-webform-block form input[type=date]:focus-visible,
.block-webform-block form textarea:focus-visible {
  outline: auto;
}
.block-mann-email-sign-up-block form .form-actions,
.block-webform-block form .form-actions {
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 2.9375rem;
  height: 2.9375rem;
}
.block-mann-email-sign-up-block form .form-actions input,
.block-webform-block form .form-actions input {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 10;
}
.block-mann-email-sign-up-block form .form-actions input[type=submit]:focus-visible + .btn-icon,
.block-webform-block form .form-actions input[type=submit]:focus-visible + .btn-icon {
  outline: auto;
}
.block-mann-email-sign-up-block form .form-actions .btn-icon,
.block-webform-block form .form-actions .btn-icon {
  position: absolute !important;
  top: 50%;
  left: 100%;
  height: 100%;
  width: 3.75rem;
  transform: translate(-100%, -50%);
  pointer-events: none;
}
.block-mann-email-sign-up-block form .ajax-progress-throbber,
.block-webform-block form .ajax-progress-throbber {
  position: absolute;
  top: 50%;
  right: -50%;
}
.block-mann-email-sign-up-block form .ajax-progress-throbber .throbber,
.block-webform-block form .ajax-progress-throbber .throbber {
  display: block;
  padding: 0.0625rem 0.375rem 0.125rem;
  transform: translate(50%, -50%);
}
.block-mann-email-sign-up-block form .status-messages .error,
.block-webform-block form .status-messages .error {
  background: #fff3f3;
  padding: 0.375rem 0.1875rem;
  border-left: 0.0625rem solid #cd3618;
  border-right: 0.0625rem solid #cd3618;
}
.block-mann-email-sign-up-block form .status-messages .error:first-of-type,
.block-webform-block form .status-messages .error:first-of-type {
  padding-top: 0.5rem;
  border-top: 0.0625rem solid #cd3618;
}
.block-mann-email-sign-up-block form .status-messages .error:last-of-type,
.block-webform-block form .status-messages .error:last-of-type {
  padding-bottom: 0.5rem;
  border-bottom: 0.0625rem solid #cd3618;
}
.block-mann-email-sign-up-block form .webform-confirmation .webform-confirmation__message,
.block-webform-block form .webform-confirmation .webform-confirmation__message {
  color: #639f2a;
}

#block-socialfooter .block-label {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5625rem;
}
#block-socialfooter .block-content {
  display: flex;
  flex-wrap: wrap;
}
#block-socialfooter .field {
  display: inline-block;
  flex: none;
  margin-right: 1.25rem;
}
#block-socialfooter .field svg {
  height: 1.875rem;
  width: 1.875rem;
  margin-right: 0.4375rem;
}

#block-sponsor {
  background: #000;
  text-align: center;
  color: #868686;
  padding: 0.9375rem;
  font-weight: 700;
  font-size: 0.875rem;
}
#block-sponsor a img {
  display: block;
  margin: 0 auto;
  max-width: 7.1875rem;
  vertical-align: middle;
}
/********************
** Menus
********************/
.menu {
  display: inline-block;
  list-style-type: none;
}

/********************
** main-menu
********************/
.menu-main {
  display: none;
  visibility: hidden;
}

.menu-footer .menu-item,
.menu-main--secondary .menu-item {
  display: block;
}
.menu-footer .menu-item a,
.menu-main--secondary .menu-item a {
  position: relative;
}

.menu-main .menu-item:not(:last-of-type),
.menu-footer .menu-item:not(:last-of-type),
.menu-main--secondary .menu-item:not(:last-of-type) {
  margin-right: 0.9375rem;
}

.menu-item--main {
  font-size: 1.1875rem;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.menu-item--main a {
  display: inline-block;
  padding: 0;
  position: static;
  color: #FFFFFF;
}
.menu-item--main a:hover, .menu-item--main a:visited {
  color: #FFFFFF;
}
.menu-item--main a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.l-container--mobile-menu {
  display: none;
  width: 100%;
  position: absolute;
}

/********************
** main mobile menu
********************/
#hamburger {
  height: 100%;
  width: 3.125rem;
  display: block;
  visibility: visible;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
#hamburger .l-container--inner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 75%;
  width: 1.875rem;
  height: 1.25rem;
}
#hamburger .toggle {
  position: absolute;
  width: 100%;
  height: 0.25rem;
  left: 50%;
  top: 50%;
  opacity: 1;
  transition: opacity 250ms cubic-bezier(0.55, 0.085, 0, 0.99), transform 250ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
#hamburger .toggle--top {
  transform: translate(-50%, -250%) rotate(0deg);
}
#hamburger .toggle--middle {
  transform: translate(-50%, -50%) rotate(0deg);
}
#hamburger .toggle--bottom {
  transform: translate(-50%, 150%) rotate(0deg);
}

.mobile.menu--open {
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mobile.menu--open #hamburger .toggle--middle {
  opacity: 0;
}
.mobile.menu--open #hamburger .toggle--top {
  transform: translate(-50%, -50%) rotate(45deg);
}
.mobile.menu--open #hamburger .toggle--bottom {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.mobile.menu--open .l-container--mobile-menu {
  transform: translate(0%, 0%);
  opacity: 1;
}
.mobile.menu--open .l-container--mobile-menu .menu {
  animation: fadeIn 230ms cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
  animation-delay: 250ms;
}

.l-container--mobile-menu {
  overflow: auto;
  position: fixed;
  background-color: #000;
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: 0;
  opacity: 0;
  transform: translate(0%, -100%);
  padding-top: calc(var(--header-height) + var(--drupal-displace-offset-top, 0px));
  transition: transform 230ms cubic-bezier(0.55, 0.085, 0, 0.99), opacity 230ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
.l-container--mobile-menu .menu {
  opacity: 0;
  display: block;
  min-width: 20rem;
}
body.toolbar-vertical:not(.toolbar-fixed) .l-container--mobile-menu {
  padding-top: calc(var(--header-height) + 2.4375rem);
}

.menu-main--mobile {
  display: block;
  padding: 0.625rem 0;
}
.menu-main--mobile .menu-item--main--mobile a {
  color: #FFFFFF;
}
.menu-main--mobile > li {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.menu-main--mobile .menu-item--level-0 {
  font-size: 1.375rem;
  line-height: 2.5rem;
  position: relative;
  padding-left: 1.5625rem;
  border-bottom: 0.0625rem solid #1a1a1a;
}
.menu-main--mobile .menu-item--level-0 .btn-icon:not(.search-btn) {
  position: absolute !important;
  top: 0.625rem;
  right: 1.5625rem;
  transform: rotateX(0deg);
  transition: transform 230ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
.menu-main--mobile .menu-item--level-0 .btn-icon:not(.search-btn) svg {
  max-height: 0.9375rem;
  max-width: 0.9375rem;
  transform: translate(-85%, -50%) rotateZ(90deg) !important;
}
.menu-main--mobile .menu-item--level-0 .search-btn {
  display: block;
  visibility: visible;
}
.menu-main--mobile .menu-item--level-0 > .menu {
  overflow: hidden;
  position: relative;
  background-color: #1a1a1a;
  padding-left: 3.125rem;
}
.menu-main--mobile .menu-item--level-0 > .menu > li {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.menu-main--mobile .menu-item--level-0 > .menu > li:last-of-type {
  padding-bottom: 0.75rem;
}
.menu-main--mobile .menu-item--level-0 .menu-item--level-1 {
  font-size: 1.1875rem;
  line-height: 1.5rem;
}
.menu-main--mobile .menu-item--level-0.menu-item--expanded {
  overflow: hidden;
  padding-bottom: 0;
}
.menu-main--mobile .menu-item--level-0.menu-item--expanded > .menu {
  margin-top: 0.625rem;
  margin-left: -1.5625rem;
  height: 0;
  overflow-y: clip;
  transition: height 230ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
.menu-main--mobile .menu-item--level-0.menu-item--expanded > .menu * {
  visibility: hidden;
}
.menu-main--mobile .menu-item--level-0.menu-item--is-open .btn-icon {
  transform: rotateX(-180deg);
}
.menu-main--mobile .menu-item--level-0.menu-item--is-open > .menu {
  height: auto;
}
@supports (height: calc-size(auto, size)) {
  .menu-main--mobile .menu-item--level-0.menu-item--is-open > .menu {
    height: calc-size(auto, size);
  }
}
.menu-main--mobile .menu-item--level-0.menu-item--is-open > .menu * {
  visibility: visible;
}

/********************
** footer-menu
********************/
.menu-footer {
  display: none;
  visibility: hidden;
}

.footer-menu--mobile {
  width: 50%;
  padding-left: 1.25rem;
  display: inline-block;
}

.footer-menu--mobile .menu-footer {
  display: inline-block;
  visibility: visible;
}
.footer-menu--mobile .menu-footer .menu-item--footer {
  margin-bottom: 1.25rem;
}

.menu-item--footer {
  font-size: 1rem;
}
.menu-item--footer a {
  font-weight: 500;
  color: #1a1a1a;
}
.menu-item--footer a:visited {
  color: #1a1a1a;
}
.menu-item--footer a:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background-color: #000;
}

/********************
** main-menu secondary
********************/
#secondary_menu {
  border-color: #878787;
  position: absolute;
  top: 0;
  left: 0;
}
#secondary_menu, #secondary_menu_wrapper {
  height: var(--header-height);
  width: 100%;
}
#secondary_menu > div > div {
  display: flex;
}
#secondary_menu_wrapper {
  z-index: 10;
  position: relative;
}
#secondary_menu_wrapper.offscreen:not(.sticky):not(.sticky--hide) {
  opacity: 0;
  pointer-events: none;
}
#secondary_menu_wrapper.offscreen > #secondary_menu, #secondary_menu_wrapper.sticky > #secondary_menu {
  position: fixed;
}
#secondary_menu_wrapper.offscreen > #secondary_menu {
  transform: translate3d(0, -100%, 0);
}
#secondary_menu_wrapper.sticky > #secondary_menu {
  transform: translate3d(0, 100%, 0);
  transition: transform 400ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
#secondary_menu_wrapper.sticky--hide > #secondary_menu {
  transform: translate3d(0, -100%, 0);
  transition: transform 200ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
body.toolbar-fixed #secondary_menu_wrapper.offscreen > #secondary_menu, body.toolbar-fixed #secondary_menu_wrapper.sticky > #secondary_menu {
  top: var(--drupal-displace-offset-top, 0px);
}

.menu-main--secondary {
  white-space: nowrap;
  display: flex;
  flex-flow: nowrap;
  position: relative;
  left: 0;
}

.menu-main--secondary:not(:only-child) {
  position: relative;
  margin-right: 0.9375rem;
  padding-right: 0.9375rem;
}
.menu-main--secondary:not(:only-child):after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(-50%, -50%);
  right: 0px;
  height: 100%;
  width: 0.0625rem;
  background-color: #878787;
}

.menu-main--secondary:last-child {
  margin-right: 0px;
  padding-right: 0px;
}
.menu-main--secondary:last-child:after {
  display: none;
}
.menu-main--secondary:last-child .menu-item--secondary:last-child {
  margin-right: 1.5625rem;
}

.menu-item--secondary > a {
  padding: 0.75rem 0px 0.6875rem 0;
  display: inline-flex;
  white-space: nowrap;
  font-size: 0.9375rem;
  align-items: center;
  min-height: var(--header-height);
}

/**************************
** hover and active states
***************************/
.menu-item--main.menu-item--active-trail a {
  font-weight: 700;
}

.menu-item--main, .menu-item--secondary {
  position: relative;
}
.menu-item--main a:after, .menu-item--secondary a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.3125rem;
  transform-origin: left center;
  transform: scalex(0);
  background-color: #b3d143;
  transition: transform 400ms cubic-bezier(0.55, 0.085, 0, 0.99);
}

.menu-item--secondary.menu-item--active-trail a.is-active {
  font-weight: 700;
}
.menu-item--secondary.menu-item--active-trail a.is-active:after {
  transform: scaleX(1);
}
/****************************
** Google Search Styles
****************************/
#___gcse_0 .gsc-control-cse {
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: none;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse * {
  padding-left: 0;
  padding-right: 0;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-orderby-container, #___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gcsc-branding {
  display: none;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-above-wrapper-area {
  padding: 0.9375rem 0;
  border-bottom: 0;
  display: block !important;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gs-title, #___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gs-title b {
  font-family: "sailec";
  text-decoration: none;
  font-size: 1.75rem;
  line-height: 1.875rem;
  color: #000;
  margin-bottom: 0.9375rem;
  overflow: visible;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-table-result {
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-table-result .gsc-table-cell-thumbnail {
  float: left;
  margin-right: 0.9375rem;
  padding-top: 0.3125rem;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-table-result .gsc-table-cell-thumbnail .gs-image,
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-table-result .gsc-table-cell-thumbnail .gs-promotion-image {
  display: block;
  border-width: 0;
  max-width: 100%;
  height: auto;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-url-top {
  margin-bottom: 0.9375rem;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-url-top * {
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #639f2a;
  font-size: 0.75rem;
  line-height: 1rem;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-results {
  width: 100%;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-results .gsc-cursor-box {
  border-width: 0;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-result {
  padding: 3.75rem 0.9375rem;
  border-top: 0.0625rem solid #000;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-result-info {
  line-height: normal;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-cursor-box {
  padding: 1.875rem 0 3.75rem 0;
  position: relative;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-cursor-box .gsc-cursor .gsc-cursor-page {
  padding: 0.3125rem 0.625rem;
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  color: #000;
  transition: color 0.3s ease;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-cursor-box .gsc-cursor .gsc-cursor-page:hover {
  text-decoration: none;
  color: #639f2a;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-cursor-box .gsc-cursor .gsc-cursor-page.gsc-cursor-current-page {
  color: #FFFFFF;
  background-color: #000;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse form.gsc-search-box {
  border-bottom: 0.0625rem solid #000;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse form.gsc-search-box button.gsc-search-button {
  margin: 0 0.3125rem;
  padding: 0.625rem;
  background-color: transparent;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: url(../../icons/search.svg) no-repeat center center;
  background-size: 1.25rem;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse form.gsc-search-box button.gsc-search-button svg {
  fill: transparent;
  height: auto;
  width: 100%;
  min-width: 1.25rem;
  max-width: 1.25rem;
  max-height: 1.25rem;
  display: block;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse form table tbody tr td.gsc-input .gsc-input-box {
  height: auto;
  outline: none;
  border: 0;
  box-shadow: 0;
  padding: 0;
  width: 100%;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse form table tbody tr td.gsc-input .gsc-input-box input {
  font-size: 1.5rem;
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0.9375rem 0 0.9375rem 0.9375rem !important;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse form table tbody tr td.gsc-input .gsc-input-box.gsc-input-box-hover, #___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse form table tbody tr td.gsc-input .gsc-input-box.gsc-input-box-focus {
  border: 0;
  outline: none;
  box-shadow: none;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse form table tbody tr td.gsc-input .gsc-input-box .gsib_b .gsst_a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  margin-top: 0.25rem;
  overflow: hidden;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse form table tbody tr td.gsc-input .gsc-input-box .gsib_b .gsst_a,
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse form table tbody tr td.gsc-input .gsc-input-box .gsib_b .gscb_a {
  line-height: 1;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse form table tbody tr td.gsc-input .gsc-input-box .gsib_b .gscb_a {
  display: block;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse form table tbody tr td.gsc-input .gsc-input-box .gsib_b .gscb_a {
  color: inherit;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gs-title {
  height: auto;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gcsc-more-maybe-branding-root,
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gcsc-find-more-on-google-root {
  display: none;
}

/********************
** Search bar
********************/
#desktop-search {
  display: none;
  visibility: hidden;
  pointer-events: none;
}
#desktop-search .handle {
  stroke: #b3d143;
  stroke-dashoffset: 3.75rem;
  stroke-dasharray: 4.375rem;
  transition: stroke-dashoffset 230ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
#desktop-search .glass {
  stroke: #b3d143;
  stroke-dashoffset: 0.25rem;
  stroke-dasharray: 4rem;
  transition: stroke-dashoffset 230ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
#desktop-search.is-close-button .glass {
  stroke-dashoffset: 4rem;
}
#desktop-search.is-close-button .handle {
  stroke-dashoffset: 6.6875rem;
}

.form-search-form {
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.4);
  opacity: 1;
  transition: opacity 230ms cubic-bezier(0.55, 0.085, 0, 0.99);
  width: calc(100% - 3.125rem);
  transition: opacity 230ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
.form-search-form .form-search {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  width: 100%;
  background-color: #FFFFFF;
  padding: 0.9375rem;
  font-size: 1.5625rem;
  line-height: 1.5625rem;
}
.form-search-form .google-custom-search {
  position: relative;
}
.form-search-form .form-actions {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  min-width: 5rem;
}
.form-search-form .form-actions input {
  text-align: right;
  background: transparent;
  position: absolute;
  color: #b3d143;
  font-family: "sailec";
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.path-frontpage .form-search-form {
  border-top: 0px solid rgba(255, 255, 255, 0.4);
}
.path-frontpage .form-search-form--is-visible {
  background-color: #000;
}

.form-search-form--is-hidden {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0ms cubic-bezier(0.55, 0.085, 0, 0.99);
}

#search_form_container {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 0.0625rem;
}
#search_form_container .form-search {
  box-sizing: border-box;
  padding-right: 6.875rem;
}
#search_form_container .form-actions,
#search_form_container .form-actions .form-submit {
  min-width: 6.875rem;
}
#search_form_container .form-actions .form-submit {
  text-align: center;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

/********************
** Utility
********************/
.element-invisible, .element-invisible-focusable:not(:focus-visible) {
  position: absolute !important;
  clip: rect(0.0625rem 0.0625rem 0.0625rem 0.0625rem);
  clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);
  overflow: hidden;
  height: 0.0625rem;
  width: 0.0625rem;
}
body > .element-invisible-focusable[href="#main"] {
  outline: none;
  background: #b3d143;
  text-align: center;
  display: block;
  padding: 0.75em;
  z-index: 2;
}

.u-faux-table {
  display: table;
  width: 100%;
  height: 100%;
}

.u-faux-table--align-middle {
  display: table-cell;
  vertical-align: middle !important;
}

.u-faux-table--align-bottom {
  display: table-cell;
  vertical-align: bottom;
}

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

.align--left {
  float: left;
}

.align--right {
  float: right;
}

.cf {
  *zoom: 1;
}
.cf:after {
  clear: both;
}
.cf:before, .cf:after {
  content: " ";
  display: table;
}

.link-whole-area {
  position: absolute;
  z-index: 666;
  text-indent: -999em;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: none !important;
}

.screen-reader-text {
  position: absolute !important;
  height: 0.0625rem;
  width: 0.0625rem;
  overflow: hidden;
  clip: rect(0.0625rem 0.0625rem 0.0625rem 0.0625rem); /* IE6, IE7 */
  clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);
}

/********************
** Misc
********************/
.svg-logo {
  width: 6.25rem;
}

.page-message {
  padding: 0.9375rem;
}

/*****************************
** Background Colors
*****************************/
.bg--transparent {
  background-color: transparent;
}

.bg--transparent-important {
  background-color: transparent !important;
}

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

.bg--black {
  background-color: #000;
}

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

.bg--pale-green {
  background-color: #effee2;
}

.bg--light-green {
  background-color: #effee2;
}

.bg--green {
  background-color: #b3d143;
}

.bg--dark-green {
  background-color: #b3d143;
}

.bg--pale-blue {
  background-color: #e2f5f8;
}

.bg--light-blue {
  background-color: #afe4f3;
}

.bg--blue {
  background-color: #3dc1fc;
}

.bg--dark-blue {
  background-color: #3dc1fc;
}

.bg--pale-pink {
  background-color: #ffeefd;
}

.bg--light-pink {
  background-color: #ffeefd;
}

.bg--pink {
  background-color: #ef1faa;
}

.bg--dark-pink {
  background-color: #ef1faa;
}

.bg--pale-purple {
  background-color: #f5f2f9;
}

.bg--light-purple {
  background-color: #f5f2f9;
}

.bg--purple {
  background-color: #6f27eb;
}

.bg--dark-purple {
  background-color: #6f27eb;
}

.bg--pale-red {
  background-color: #fff3f3;
}

.bg--light-red {
  background-color: #fff3f3;
}

.bg--red {
  background-color: #f6431f;
}

.bg--dark-red {
  background-color: #f6431f;
}

.bg--pale-yellow {
  background-color: #fff9e2;
}

.bg--light-yellow {
  background-color: #fff9e2;
}

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

.bg--dark-yellow {
  background-color: #edb22d;
}

/*****************************
** Hover Background Colors
*****************************/
.hover--bg--transparent:hover {
  background-color: transparent;
}

.hover--bg--transparent-important:hover {
  background-color: transparent !important;
}

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

.hover--bg--black:hover {
  background-color: #000;
}

.hover--bg--tan:hover {
  background-color: #F9F6F2;
}

.hover--bg--pale-green:hover {
  background-color: #effee2;
}

.hover--bg--light-green:hover {
  background-color: #effee2;
}

.hover--bg--green:hover {
  background-color: #b3d143;
}

.hover--bg--dark-green:hover {
  background-color: #b3d143;
}

.hover--bg--pale-blue:hover {
  background-color: #e2f5f8;
}

.hover--bg--light-blue:hover {
  background-color: #afe4f3;
}

.hover--bg--blue:hover {
  background-color: #3dc1fc;
}

.hover--bg--dark-blue:hover {
  background-color: #3dc1fc;
}

.hover--bg--pale-pink:hover {
  background-color: #ffeefd;
}

.hover--bg--light-pink:hover {
  background-color: #ffeefd;
}

.hover--bg--pink:hover {
  background-color: #ef1faa;
}

.hover--bg--dark-pink:hover {
  background-color: #ef1faa;
}

.hover--bg--pale-purple:hover {
  background-color: #f5f2f9;
}

.hover--bg--light-purple:hover {
  background-color: #f5f2f9;
}

.hover--bg--purple:hover {
  background-color: #6f27eb;
}

.hover--bg--dark-purple:hover {
  background-color: #6f27eb;
}

.hover--bg--pale-red:hover {
  background-color: #fff3f3;
}

.hover--bg--light-red:hover {
  background-color: #fff3f3;
}

.hover--bg--red:hover {
  background-color: #f6431f;
}

.hover--bg--dark-red:hover {
  background-color: #f6431f;
}

.hover--bg--pale-yellow:hover {
  background-color: #fff9e2;
}

.hover--bg--light-yellow:hover {
  background-color: #fff9e2;
}

.hover--bg--yellow:hover {
  background-color: #edb22d;
}

.hover--bg--dark-yellow:hover {
  background-color: #edb22d;
}

/*****************************
** Borders
*****************************/
.border {
  border-width: 0.125rem;
  border-style: solid;
}

.border--thick {
  border-width: 0.125rem;
}

.border--extra-thick {
  border-width: 0.5rem;
}

.border--thin {
  border-width: 0.0625rem;
}

.border--top {
  border-top-width: 0.125rem;
  border-style: solid;
}

.border--bottom {
  border-bottom-width: 0.125rem;
  border-style: solid;
}

.border--bottom-thin {
  border-bottom-width: 0.0625rem;
  border-style: solid;
}

.border--bottom--extra-thick {
  border-bottom-width: 0.5rem;
  border-style: solid;
}

.border--right {
  border-right-width: 0.125rem;
  border-style: solid;
}

.border--right--extra-thick {
  border-right-width: 0.5rem;
  border-style: solid;
}

.border--left {
  border-left-width: 0.125rem;
  border-style: solid;
}

.border--blue {
  border-color: #3dc1fc;
}

.border--pink {
  border-color: #ef1faa;
}

.border--red {
  border-color: #f6431f;
}

.border--green {
  border-color: #b3d143;
}

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

.border--purple {
  border-color: #6f27eb;
}

.border--black {
  border-color: #000;
}

/********************
** svg fill styles
********************/
.svg--fill-green path, .svg--fill-green polygon, .svg--fill-green circle, .svg--fill-green rect {
  fill: #b3d143;
}

.svg--fill-blue path, .svg--fill-blue polygon, .svg--fill-blue circle, .svg--fill-blue rect {
  fill: #3dc1fc;
}

.svg--fill-yellow path, .svg--fill-yellow polygon, .svg--fill-yellow circle, .svg--fill-yellow rect {
  fill: #edb22d;
}

.svg--fill-red path, .svg--fill-red polygon, .svg--fill-red circle, .svg--fill-red rect {
  fill: #f6431f;
}

.svg--fill-pink path, .svg--fill-pink polygon, .svg--fill-pink circle, .svg--fill-pink rect {
  fill: #ef1faa;
}

.svg--fill-purple path, .svg--fill-purple polygon, .svg--fill-purple circle, .svg--fill-purple rect {
  fill: #6f27eb;
}

.svg--fill-white path, .svg--fill-white polygon, .svg--fill-white circle, .svg--fill-white rect {
  fill: #FFFFFF;
}

.svg--fill-pale-green path, .svg--fill-pale-green polygon, .svg--fill-pale-green circle, .svg--fill-pale-green rect {
  fill: #effee2;
}

.svg--fill-pale-blue path, .svg--fill-pale-blue polygon, .svg--fill-pale-blue circle, .svg--fill-pale-blue rect {
  fill: #e2f5f8;
}

.svg--fill-pale-yellow path, .svg--fill-pale-yellow polygon, .svg--fill-pale-yellow circle, .svg--fill-pale-yellow rect {
  fill: #fff9e2;
}

.svg--fill-pale-red path, .svg--fill-pale-red polygon, .svg--fill-pale-red circle, .svg--fill-pale-red rect {
  fill: #fff3f3;
}

.svg--fill-pale-pink path, .svg--fill-pale-pink polygon, .svg--fill-pale-pink circle, .svg--fill-pale-pink rect {
  fill: #ffeefd;
}

.svg--fill-pale-purple path, .svg--fill-pale-purple polygon, .svg--fill-pale-purple circle, .svg--fill-pale-purple rect {
  fill: #f5f2f9;
}

svg #bottom,
svg .bottom {
  display: none;
}

/********************
** Pagination
********************/
/*****************************
** masks
*****************************/
.mask--square, .mask--circle {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.mask--square img, .mask--circle img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mask--circle {
  border-radius: 50%;
}

/********************
** Buttons
********************/
.btn {
  display: inline-block;
  font-family: "sailec";
  font-weight: 700;
  font-size: 1rem;
}
.btn--blue-text {
  color: #1f9cd5;
}
.btn--green-text {
  color: #639f2a;
}
.btn--pink-text {
  color: #c21991;
}
.btn--purple-text {
  color: #6f27eb;
}
.btn--red-text {
  color: #cd3618;
}
.btn--yellow-text {
  color: #bc8c23;
}
.btn--black-border {
  border-color: #000;
  color: #000;
}
.btn--black-border:before, .btn--black-border:after {
  background-color: #000;
}
.btn--blue-border {
  border-color: #3dc1fc;
  color: #000;
}
.btn--blue-border:before, .btn--blue-border:after {
  background-color: #3dc1fc;
}
.btn--green-border {
  border-color: #b3d143;
  color: #000;
}
.btn--green-border:before, .btn--green-border:after {
  background-color: #b3d143;
}
.btn--pink-border {
  border-color: #ef1faa;
  color: #000;
}
.btn--pink-border:before, .btn--pink-border:after {
  background-color: #ef1faa;
}
.btn--purple-border {
  border-color: #6f27eb;
  color: #000;
}
.btn--purple-border:before, .btn--purple-border:after {
  background-color: #6f27eb;
}
.btn--red-border {
  border-color: #f6431f;
  color: #000;
}
.btn--red-border:before, .btn--red-border:after {
  background-color: #f6431f;
}
.btn--yellow-border {
  border-color: #edb22d;
  color: #000;
}
.btn--yellow-border:before, .btn--yellow-border:after {
  background-color: #edb22d;
}

.btn--border {
  border-width: 0.125rem;
  border-style: solid;
  padding: 0.9375rem 1.875rem;
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: color 230ms cubic-bezier(0.55, 0.085, 0, 0.99);
  background: #FFFFFF;
  color: #000;
}
.btn--border:before, .btn--border:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: calc(100% + 0.125rem);
  height: calc(100% + 0.125rem);
  top: -0.0625rem;
  left: -0.0625rem;
}
.btn--border.btn--border--icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn--border.btn--border--icon span {
  padding-right: 0.3125rem;
  display: inline-flex;
}
.btn--border.btn--border--icon svg {
  width: 1rem;
}
.btn--border.btn--border--icon svg path, .btn--border.btn--border--icon svg polygon, .btn--border.btn--border--icon svg circle, .btn--border.btn--border--icon svg rect {
  transition: fill 230ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
.btn--border.btn--border--icon:hover svg path, .btn--border.btn--border--icon:hover svg polygon, .btn--border.btn--border--icon:hover svg circle, .btn--border.btn--border--icon:hover svg rect {
  fill: #FFFFFF;
}
.btn--border:before {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0ms cubic-bezier(0.55, 0.085, 0, 0.99), opacity 0ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
.btn--border:after {
  opacity: 1;
  transform: translate3d(100%, 0, 0);
  transition: transform 650ms cubic-bezier(0.55, 0.085, 0, 0.99), opacity 0ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
.node--type--event .btn--border, .view--events-slideshow .btn--border {
  font-weight: 500;
}
.btn--border-top {
  position: relative;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  padding-right: 2.8125rem;
  border-top-style: solid;
  min-width: 10.9375rem;
}
.btn--border-top:before, .btn--border-top:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.125rem;
  left: 0;
}
.btn--border-top:before {
  transform: scaleX(1);
  top: 0;
  transform-origin: center left;
  transition: transform 650ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
.btn--border-top:after {
  transform: scaleX(0);
  bottom: 0;
  transform-origin: center left;
  transition: transform 650ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
.btn--border-top.btn-text {
  position: relative;
  display: inline-block;
  width: auto;
}
.btn--border-top.btn-text .btn-icon {
  position: absolute;
  right: 0;
  top: 50%;
  height: 100%;
  width: 0.9375rem;
  transform: translate3d(0%, -50%, 0);
  display: inline-block;
  text-align: right;
  transition: transform 530ms ease-out;
}
.btn--border-top.btn-text .btn-icon svg {
  height: 0.9375rem;
  width: 0.9375rem;
}

.btn-icon {
  height: 2.5rem;
  width: 2.5rem;
  line-height: 0;
  background: transparent;
  position: relative;
}
.btn-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3D(-50%, -50%, 0);
  height: 1.25rem;
  width: 1.25rem;
}

.btn--event,
.addtocalendar .atcb-link {
  width: 4.0625rem;
  height: 4.0625rem;
  display: block;
  background-color: #FFFFFF;
  color: #000;
  border-radius: 100%;
  text-align: center;
  font-size: 1.875rem;
  padding: 1.125rem;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn--event:after,
.addtocalendar .atcb-link:after {
  transition-property: filter;
  transition-duration: inherit;
  transition-timing-function: inherit;
}
.btn--event svg,
.addtocalendar .atcb-link svg {
  width: 100%;
  display: block;
}
.btn--event svg,
.btn--event svg *,
.addtocalendar .atcb-link svg,
.addtocalendar .atcb-link svg * {
  fill: currentColor;
  transition-property: fill;
  transition-duration: inherit;
  transition-timing-function: inherit;
}
.btn--event:hover,
.addtocalendar .atcb-link:hover {
  color: #FFFFFF;
}

.btn--event--spotify {
  padding: 1rem;
}
.btn--event--enhance {
  padding: 0;
}

.event-detail--enhance {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9375rem;
}
.event-detail--enhance .btn {
  background-size: contain !important;
  height: 5.3125rem !important;
  width: 5.3125rem !important;
}
.event-detail--enhance .btn::after, .event-detail--enhance .btn:hover::before {
  display: none !important;
}

#js-mediaQueryReference {
  position: absolute;
  top: -3.125rem;
  width: 0;
  transition: width 0.001s;
}
#js-mediaQueryReference:after {
  content: "mobile";
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  -moz-user-drag: -moz-none;
  -webkit-user-drag: none;
  user-drag: none;
}

a {
  text-decoration: none;
  color: #333333;
  font-weight: 500;
  transition: color 400ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
a:hover {
  color: #1a1a1a;
}
a:visited {
  color: #333333;
}

figure {
  position: relative;
  margin: 0 0;
}

p {
  line-height: 1.8em;
}

p + p,
div.co-shape-bg--wrapper + p {
  margin-top: 1.5em;
}

dl, ol, ul {
  margin-bottom: 1.8em;
}

ul, ol {
  margin: 0 0;
  padding: 0 0;
}
ul.list-style-none, ol.list-style-none {
  list-style: none;
}

li ul, li ol {
  margin: 0;
}

.f--headline {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.f--date {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.125rem;
}

.f--title {
  color: #1a1a1a;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.375rem;
}

.f--desc {
  color: #1a1a1a;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
}

.f--label {
  color: #1a1a1a;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.8125rem;
  line-height: 1.375rem;
  letter-spacing: 0.0625rem;
}

select, textarea,
input[type=text],
input[type=password],
input[type=email],
input[type=submit] {
  display: block;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  display: block;
  font-weight: normal;
}

.co--basic-text a,
.event-detail--body a {
  box-shadow: inset 0px -0.75rem 0px 0px #CDEEF3;
  transition: box-shadow 430ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
.co--basic-text a:hover,
.event-detail--body a:hover {
  background-size: 100% 0.5rem;
  box-shadow: inset 0px -0.125rem 0px 0px #3dc1fc;
}
.co--basic-text a.btn,
.event-detail--body a.btn {
  box-shadow: none;
}

.co--basic-text h1, .co--basic-text h2, .co--basic-text h3, .co--basic-text h4, .co--basic-text h5, .co--basic-text h6,
.co--basic-text .h1, .co--basic-text .h2, .co--basic-text .h3, .co--basic-text .h4, .co--basic-text .h5, .co--basic-text .h6 {
  font-family: "sailec";
}
.co--basic-text h1:not(:first-child), .co--basic-text h2:not(:first-child), .co--basic-text h3:not(:first-child), .co--basic-text h4:not(:first-child), .co--basic-text h5:not(:first-child), .co--basic-text h6:not(:first-child),
.co--basic-text .h1:not(:first-child), .co--basic-text .h2:not(:first-child), .co--basic-text .h3:not(:first-child), .co--basic-text .h4:not(:first-child), .co--basic-text .h5:not(:first-child), .co--basic-text .h6:not(:first-child) {
  margin-top: 3.125rem;
}
.co--basic-text h1 + p, .co--basic-text h2 + p, .co--basic-text h3 + p, .co--basic-text h4 + p, .co--basic-text h5 + p, .co--basic-text h6 + p,
.co--basic-text .h1 + p, .co--basic-text .h2 + p, .co--basic-text .h3 + p, .co--basic-text .h4 + p, .co--basic-text .h5 + p, .co--basic-text .h6 + p {
  margin-top: 0.75em;
}
.co--basic-text p, .co--basic-text blockquote, .co--basic-text hr, .co--basic-text ul, .co--basic-text ol, .co--basic-text h2, .co--basic-text h3, .co--basic-text h4, .co--basic-text h5, .co--basic-text h6, .co--basic-text figure, .co--basic-text .embedded-entity, .co--basic-text iframe, .co--basic-text div.co-shape-bg--wrapper {
  width: 88%;
  width: calc(100% - 1.5625rem * 2);
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
.co--basic-text p, .co--basic-text blockquote, .co--basic-text hr, .co--basic-text ul, .co--basic-text ol, .co--basic-text h2, .co--basic-text h3, .co--basic-text h4, .co--basic-text h5, .co--basic-text h6, .co--basic-text figure, .co--basic-text div.co-shape-bg--wrapper {
  max-width: 50rem;
  height: auto;
  margin-bottom: 1.875rem;
}
.co--basic-text div.co-shape-bg--wrapper {
  z-index: 0;
}
.co--basic-text p > div.co-shape-bg--wrapper, .co--basic-text blockquote > div.co-shape-bg--wrapper, .co--basic-text hr > div.co-shape-bg--wrapper, .co--basic-text ul > div.co-shape-bg--wrapper, .co--basic-text ol > div.co-shape-bg--wrapper, .co--basic-text h2 > div.co-shape-bg--wrapper, .co--basic-text h3 > div.co-shape-bg--wrapper, .co--basic-text h4 > div.co-shape-bg--wrapper, .co--basic-text h5 > div.co-shape-bg--wrapper, .co--basic-text h6 > div.co-shape-bg--wrapper, .co--basic-text figure > div.co-shape-bg--wrapper, .co--basic-text ol > div.co-shape-bg--wrapper, .co--basic-text ul > div.co-shape-bg--wrapper, .co--basic-text li > div.co-shape-bg--wrapper {
  z-index: -1;
}
.co--basic-text figure {
  margin-top: 4.5em;
  margin-bottom: 2.5em;
}
.co--basic-text figure img {
  display: block;
  margin: 0 auto;
}
.co--basic-text .embedded-entity,
.co--basic-text .video-embed-field-responsive-video {
  max-width: 69.375rem;
  height: auto;
}
.co--basic-text .embedded-entity .field--name-field-caption p {
  font-size: 1rem;
}
.co--basic-text .embedded-entity,
.co--basic-text .video-embed-field-responsive-video,
.co--basic-text iframe {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  margin-top: 4.5em;
  margin-bottom: 2.5em;
}
.co--basic-text iframe {
  display: block;
  max-width: 50rem;
}
.co--basic-text .video-embed-field-responsive-video iframe {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  max-width: 100%;
}
.co--basic-text p {
  font-size: 1.25rem;
  line-height: 2.5rem;
}
.co--basic-text p.lead-in {
  line-height: 1.5625rem;
}
.co--basic-text ol, .co--basic-text ul {
  padding-left: 1.05em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.co--basic-text li {
  font-size: 1.1875rem;
  line-height: 1.6875rem;
}
.co--basic-text li + li {
  margin-top: 1.05em;
}
.co--basic-text li h1, .co--basic-text li h2, .co--basic-text li h3, .co--basic-text li h4, .co--basic-text li h5, .co--basic-text li h6 {
  margin-bottom: 0;
  margin-left: 0;
}
.co--basic-text blockquote {
  display: block;
  margin: 1.875rem auto;
}
.co--basic-text blockquote > p {
  font-family: "sailec";
  margin: 0;
  position: relative;
  width: 100%;
  padding: 1.875rem 0;
  font-size: 1.25rem;
  line-height: 2.25rem;
}
.co--basic-text blockquote > p:before, .co--basic-text blockquote > p:after {
  position: absolute;
  content: "";
  background-color: #1a1a1a;
  width: 100%;
  height: 0.125rem;
  left: 50%;
  transform: translateX(-50%);
}
.co--basic-text blockquote > p:before {
  top: 0;
}
.co--basic-text blockquote > p:after {
  bottom: 0;
}
.co--basic-text hr {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  height: 0.125rem;
  background-color: rgba(134, 134, 134, 0.25);
}

h1,
h2,
h3,
h5 {
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
  word-wrap: break-word;
}

h1 {
  font-size: 2.625rem;
  line-height: 3.3125rem;
  font-family: "sailec";
  margin: 0 0;
}

h2 {
  font-size: 2.1875rem;
  line-height: 3.0625rem;
}

h3 {
  font-size: 1.5rem;
  line-height: 2.3125rem;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.5625rem;
}

h5 {
  font-size: 1.125rem;
  line-height: 1.375rem;
}

/*****************************
** font utility
*****************************/
.text--text-face {
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.text--display-face {
  font-family: "sailec";
}

/*****************************
** Text utility
*****************************/
.text-align--center {
  text-align: center;
}

.text-align--right {
  text-align: right;
}

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

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

.text--light {
  font-weight: 400;
}

.text--regular {
  font-weight: 500;
}

.text--medium {
  font-weight: 600;
}

.text--bold {
  font-weight: 800;
}

.text--italic {
  font-style: italic;
}

/*****************************
** Text Colors
*****************************/
.text--red {
  color: #f6431f;
}

.text--blue {
  color: #1f9cd5;
}

.text--pink {
  color: #ef1faa;
}

.text--purple {
  color: #6f27eb;
}

.text--green {
  color: #639f2a;
}

.text--yellow {
  color: #bc8c23;
}

.text--heading-red {
  color: #f6431f;
}

.text--heading-blue {
  color: #3dc1fc;
}

.text--heading-pink {
  color: #ef1faa;
}

.text--heading-purple {
  color: #6f27eb;
}

.text--heading-green {
  color: #b3d143;
}

.text--heading-yellow {
  color: #edb22d;
}

/*****************************
** Callout Typography
*****************************/
.text-callout--xlarge {
  font-size: 4.25rem;
  line-height: 5.625rem;
}

.text-callout--large {
  font-size: 1.8125rem;
  line-height: 3.375rem;
}

.text-callout--medium {
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-bottom: 0px;
}
.text-callout--medium.title-long {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-callout--small {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 0.9375rem;
}

.path-frontpage .co-featured-event .f--date {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.375rem;
  margin-bottom: 0.625rem;
}

.text-callout--label {
  letter-spacing: 0.15em;
  margin-bottom: 1.25rem;
}

.text--strike-thru--purple > div, .text--strike-thru--red > div, .text--strike-thru--green > div, .text--strike-thru--yellow > div, .text--strike-thru--pink > div, .text--strike-thru--blue > div, .text--strike-thru--white > div {
  display: inline;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-origin: left;
  transition: background-size 230ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
.text--strike-thru--purple > div.text--strike-thru--hover, .text--strike-thru--red > div.text--strike-thru--hover, .text--strike-thru--green > div.text--strike-thru--hover, .text--strike-thru--yellow > div.text--strike-thru--hover, .text--strike-thru--pink > div.text--strike-thru--hover, .text--strike-thru--blue > div.text--strike-thru--hover, .text--strike-thru--white > div.text--strike-thru--hover {
  background-size: 0% 100%;
}

.text--strike-thru--white > div {
  background-image: linear-gradient(transparent 49%, #fff 50%, #ffffff 50%);
}

.text--strike-thru--blue > div {
  background-image: linear-gradient(transparent 49%, #e2f5f8 50%, #e2f5f8 50%);
}

.text--strike-thru--pink > div {
  background-image: linear-gradient(transparent 49%, #ffeefd 50%, #ffeefd 50%);
}

.text--strike-thru--yellow > div {
  background-image: linear-gradient(transparent 49%, #fff9e2 50%, #fff9e2 50%);
}

.text--strike-thru--green > div {
  background-image: linear-gradient(transparent 49%, #effee2 50%, #effee2 50%);
}

.text--strike-thru--red > div {
  background-image: linear-gradient(transparent 49%, #fff3f3 50%, #fff3f3 50%);
}

.text--strike-thru--purple > div {
  background-image: linear-gradient(transparent 49%, #f5f2f9 50%, #f5f2f9 50%);
}

/*
.text--strike-thru--orange > div.text--strike-thru--hover {
  background-size: 0% 100%;
}

*/
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUpHalf {
  0% {
    opacity: 0;
    transform: translate3d(0, 6.25rem, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeOutUpHalf {
  0% {
    opacity: 1;
    transform: none;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -6.25rem, 0);
  }
}
@keyframes fadeinFromLeft {
  0% {
    opacity: 0;
    transform: translate(-6.25rem, 0%);
  }
  100% {
    opacity: 1;
    transform: translate(0%, 0%);
  }
}
@keyframes fadeinFromRight {
  0% {
    opacity: 0;
    transform: translate(6.25rem, 0%);
  }
  100% {
    opacity: 1;
    transform: translate(0%, 0%);
  }
}
@keyframes fadeOutToSide {
  0% {
    opacity: 1;
    transform: translate(0%, -50%);
  }
  100% {
    opacity: 0;
    transform: translate(100%, -50%);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDownHalf {
  0% {
    opacity: 0;
    transform: translate3d(0, -3.125rem, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes menuDropdown {
  0% {
    opacity: 0;
    transform: translate3d(0, -0.9375rem, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes menuArrow {
  0% {
    opacity: 0;
    transform: translate3d(0, 0.9375rem, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDownCenter {
  0% {
    opacity: 0;
    transform: translate3d(-50%, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scaleAndFadeIn {
  0% {
    opacity: 0;
    transform: scale3D(0, 0, 0);
  }
  100% {
    opacity: 1;
    transform: scale3D(1, 1, 1);
  }
}
@keyframes fadeInLine {
  0% {
    opacity: 0;
    height: 0;
    top: 50%;
  }
  100% {
    opacity: 1;
    height: 100%;
    top: 0;
  }
}
@keyframes scale {
  from {
    transform: translate3d(0, 0, 0) scale3D(0, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0) scale3D(1, 1, 1);
  }
}
@keyframes scaleReverse {
  from {
    transform: translate3d(0, 0, 0) scale3D(2, 2, 2);
  }
  to {
    transform: translate3d(0, 0, 0) scale3D(1, 1, 1);
  }
}
@keyframes bounce {
  0% {
    transform: translate3d(0%, -50%, 0);
  }
  50% {
    transform: translate3d(-50%, -50%, 0);
  }
  100% {
    transform: translate3d(0%, -50%, 0);
  }
}
@keyframes scaleOutX {
  0% {
    transform: scale3D(1, 1, 1);
  }
  100% {
    transform: scale3D(0, 1, 1);
  }
}
@keyframes scaleOutY {
  0% {
    transform: scale3D(1, 1, 1);
  }
  100% {
    transform: scale3D(1, 0, 1);
  }
}
@keyframes scaleInX {
  0% {
    transform: scale3D(0, 1, 1);
  }
  100% {
    transform: scale3D(1, 1, 1);
  }
}
@keyframes scaleInY {
  0% {
    transform: scale3D(1, 0, 1);
  }
  100% {
    transform: scale3D(1, 1, 1);
  }
}
@keyframes eventBar {
  0% {
    height: 100%;
    width: 0.5rem;
    top: auto;
    bottom: 0;
  }
  50% {
    height: 0%;
    top: auto;
    bottom: 0;
  }
  51% {
    height: 0%;
    top: 0;
    bottom: auto;
  }
  100% {
    top: 0;
    height: 100%;
    width: 0.5rem;
  }
}
@keyframes eventCondensedBar {
  0% {
    width: 100%;
    height: 0.5rem;
    left: auto;
    right: 0;
  }
  50% {
    width: 0%;
    left: auto;
    right: 0;
  }
  51% {
    width: 0%;
    left: 0;
    right: auto;
  }
  100% {
    left: 0;
    width: 100%;
    height: 0.5rem;
  }
}
/********************
** Lists
********************/
.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-unstyled li {
  margin-left: 0;
  list-style-image: none;
}

.list-inline > li {
  display: inline;
}

.list-inlineBlock > li {
  display: inline-block;
  margin-left: -0.3125rem;
}
.list-inlineBlock > li:first-child {
  margin-left: 0;
}

.list-inlineBlock--atSmall > li {
  display: block;
}

.list-inlineBlock--atMedium > li {
  display: block;
}

/********************
** Bundle
********************/
.page-in-footer-only .block-page-title-block.node-detail.node--page {
  display: none;
}
.page-in-footer-only .block-page-title-block.node-detail.node--page ~ #block-mann-theme-content > .block-content > article > [class*=row-inside--]:first-child,
.page-in-footer-only .block-page-title-block.node-detail.node--page ~ #block-mann-theme-content > .block-content > article > .contextual:first-child + [class*=row-inside--] {
  padding-top: 2.5rem;
}

.co-image--square, .co-image--circle, .co-image {
  z-index: 1;
}

.l-container--aspect .media {
  position: relative;
  height: 0;
  overflow: hidden;
}
.l-container--aspect .media img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.co-image--circle .l-container--aspect .media {
  padding-bottom: 100%;
}
.co-image--circle .l-container--aspect .media img {
  max-width: initial;
  height: 100%;
  width: auto;
  width: initial;
}

.co-col-text {
  position: relative;
  display: inline-block;
  text-align: left;
  z-index: 1;
}
.co-col-text .f--date, .co-col-text .f--title, .co-col-text .f--desc {
  display: block;
  margin-bottom: 1.25rem;
}

/********************
** fullwidth text callout
********************/
.co-fullwidth--text {
  z-index: 0;
}
.co-fullwidth--text a.btn-border--top {
  box-shadow: inset 0px -0.75rem 0px 0px #cdeef3;
  transition: box-shadow 430ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
.co-fullwidth--text a.btn-border--top:hover {
  box-shadow: inset 0px -0.25rem 0px 0px #cdeef3;
}
.co-fullwidth--text .co-shape-bg--square {
  position: absolute;
  bottom: -3.75rem;
  right: -1.875rem;
  z-index: -1;
  height: auto;
  width: 50%;
}
.co-fullwidth--text .co-shape-bg--circle {
  position: absolute;
  bottom: -3.75rem;
  right: -1.875rem;
  z-index: -1;
  width: 50%;
  height: auto;
  border-radius: 100%;
}
.co-fullwidth--text .text-callout--medium {
  font-size: 2.1875rem;
  line-height: 2.8125rem;
}
.co-fullwidth--text .f--title {
  font-size: 2.1875rem;
  line-height: 2.5rem;
}
.co-fullwidth--text .f--desc {
  padding-bottom: 1.875rem;
  line-height: 2rem;
}

/********************
** halfwidth callout
********************/

.co-halfwidth {
  width: 100%;
}
.co-halfwidth .co-col--image {
  margin-bottom: 1.875rem;
  line-height: 0;
  z-index: 0;
}
.co-halfwidth .co-col--content {
  z-index: 1;
}
.co-halfwidth .co-col--content .text-callout--small {
  font-size: 1.125rem;
}
.co-halfwidth .co-col--content .text-callout--medium {
  font-size: 1.375rem;
}
.co-halfwidth .co-col--content .icon-grid .col-icon .field svg {
  display: block;
  height: 4.0625rem;
}
.co-halfwidth .co-col--content .icon-grid .col-icon .field svg g#bottom,
.co-halfwidth .co-col--content .icon-grid .col-icon .field svg g.bottom {
  display: block;
}
.co-halfwidth .co-col--content .icon-grid .col-icon .field svg g#center,
.co-halfwidth .co-col--content .icon-grid .col-icon .field svg g.center {
  display: none;
}

/*halfwidth circle image*/
.co-halfwidth--circle-image .co-image--circle {
  width: 100%;
}

.co-halfwidth--circle-image .co-col--image {
  margin-left: auto;
  margin-right: auto;
}

/*halfwidth square image*/
.co-halfwidth--square-image .co-image--square {
  padding-bottom: 75%;
  height: 0;
  width: 100%;
}
.co-halfwidth--square-image .co-image--square img {
  width: 100%;
}
.co-halfwidth--square-image .co-shape-bg--square {
  position: absolute;
  bottom: 0;
  width: 33.3333%;
}
.co-halfwidth--square-image.co--align-left .co-message-bg {
  right: 0;
}
.co-halfwidth--square-image.co--align-right .co-message-bg {
  left: 0;
}
.co-halfwidth--square-image .co-col--content {
  display: block;
  width: calc(100% - 3.125rem);
  width: calc(100% - 1.5625rem * 2);
  height: auto;
  margin: 0 auto;
}

/********************
** fullwidth callout
********************/
.co-fullwidth {
  width: 100%;
  margin-bottom: 8.5rem;
}
.co-fullwidth > div.l-container--lg {
  padding: 3.75rem 0 5rem 0;
}
.co-fullwidth .text-callout--large {
  margin-bottom: 1.25rem;
}
.co-fullwidth .l-container--aspect .media {
  padding-bottom: 100%;
}
.co-fullwidth .co-image--circle {
  right: 0;
  bottom: 0;
  width: 100%;
  transform: translateY(65%) translateX(-1.5625rem);
  max-width: 10.9375rem;
}
.co-fullwidth .co-image--circle .field--name-field-caption {
  display: none;
  visibility: hidden;
}

/********************
** special event callout
********************/
.co-event--special {
  z-index: 0;
}
.co-event--special .special-event-text {
  position: relative;
  top: 1.875rem;
  z-index: 1;
}
.co-event--special .special-event-text span.text--display-face {
  font-size: 2.25rem;
  line-height: 3.375rem;
  font-size: calc(2.0833333333vw + 0.91667rem);
  line-height: calc(3.6458333333vw + 1.04167rem);
}
.co-event--special .special-event-text .text-callout--large {
  font-size: 5.25rem;
  line-height: 5rem;
  font-size: calc(3.125vw + 3.25rem);
  line-height: calc(2.34375vw + 2.4375rem);
}
.co-event--special .co-shape-bg--square {
  position: absolute;
  width: 80%;
  z-index: -1;
  left: 0;
  top: 0;
}
.co-event--special .co-shape-bg--square:last-child {
  position: absolute;
  width: 50%;
  z-index: -1;
  top: 80%;
  left: 65%;
  right: 0;
}
.co-event--special .l-container--aspect {
  margin: 1.5625rem;
  position: relative;
}
.co-event--special .l-container--aspect .media {
  padding-bottom: 100%;
}
.co-event--special .col-left {
  width: 100%;
}
.co-event--special .col-left .event-type .f--label {
  display: block;
  position: absolute;
  white-space: nowrap;
  transform-origin: left;
  left: 0;
  bottom: 0;
  transform: rotate(-90deg) translateY(-60%);
}
.co-event--special .col-left .f--headline {
  display: block;
  position: relative;
}
.co-event--special .col-left a {
  display: block;
}
.co-event--special .col-right {
  width: 80%;
  z-index: 1;
  margin: auto !important;
  display: block;
  padding-left: 1.875rem;
}
.co-event--special .col-right .f--date {
  display: block;
}
.co-event--special .col-right .f--title, .co-event--special .col-right .f--desc {
  display: block;
  margin-bottom: 0.9375rem;
}
.co-event--special.co-event--red .loading-bg--green:before {
  background-color: #fff3f3;
}
.co-event--special.co-event--blue .f--date {
  color: #1f9cd5;
}
.co-event--special.co-event--blue .loading-bg--green:before {
  background-color: #afe4f3;
}
.co-event--special.co-event--green .f--date {
  color: #639f2a;
}
.co-event--special.co-event--green .loading-bg--green:before {
  background-color: #effee2;
}
.co-event--special.co-event--yellow .f--date {
  color: #bc8c23;
}
.co-event--special.co-event--yellow .loading-bg--green:before {
  background-color: #fff9e2;
}
.co-event--special.co-event--pink .f--date {
  color: #c21991;
}
.co-event--special.co-event--pink .loading-bg--green:before {
  background-color: #ffeefd;
}
.co-event--special.co-event--purple .f--date {
  color: #6f27eb;
}
.co-event--special.co-event--purple .loading-bg--green:before {
  background-color: #f5f2f9;
}

/********************
** color block overlay
********************/
.co-block-color-overlay--image .l-container--aspect .media {
  position: relative;
  height: 0;
  padding-bottom: 75%;
}
.co-block-color-overlay--image .l-container--aspect .media img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 0);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.co-block-color-overlay--image .co--is-not-slideshow {
  z-index: 1;
}
.co-block-color-overlay--image .co--is-not-slideshow .media-image img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

/********************
** full-bleed image callout
********************/
.co-full-bleed-image .l-container--aspect .media {
  padding-bottom: 53.5714285714%;
}
#block-mann-theme-content > .block-content > :first-child > .co-full-bleed-image:first-child, #block-mann-theme-content > .block-content > :first-child > .contextual:first-child + .co-full-bleed-image {
  padding-top: 0;
}

/********************
** callout alignment styles
********************/
.co--align-left .co-block-color-overlay--image {
  margin-right: auto;
}

.co--align-right .co-block-color-overlay--image {
  margin-left: auto;
}

.co-content--floating {
  width: 100%;
  padding: 1.5625rem;
  position: relative;
}
.co-content--floating .text-callout--strike-thru-label {
  margin-bottom: 0.625rem;
}

/********************
**featured text callout
********************/
.co-featured--text {
  z-index: 0;
}
.co-featured--text.co-featured--blue .co-shape-bg--square path, .co-featured--text.co-featured--blue .co-shape-bg--square svg {
  fill: #e2f5f8;
}
.co-featured--text.co-featured--blue .co-shape-bg--circle path, .co-featured--text.co-featured--blue .co-shape-bg--circle svg {
  fill: #effee2;
}
.co-featured--text.co-featured--pink .co-shape-bg--square path, .co-featured--text.co-featured--pink .co-shape-bg--square svg {
  fill: #ffeefd;
}
.co-featured--text.co-featured--pink .co-shape-bg--circle {
  background-color: #e2f5f8;
}
.co-featured--text.co-featured--pink .co-shape-bg--circle path, .co-featured--text.co-featured--pink .co-shape-bg--circle polygon {
  fill: #e2f5f8;
}
.co-featured--text.co-featured--yellow .co-shape-bg--square path, .co-featured--text.co-featured--yellow .co-shape-bg--square svg {
  fill: #fff9e2;
}
.co-featured--text.co-featured--yellow .co-shape-bg--circle {
  background-color: #e2f5f8;
}
.co-featured--text.co-featured--yellow .co-shape-bg--circle path, .co-featured--text.co-featured--yellow .co-shape-bg--circle polygon {
  fill: #e2f5f8;
}
.co-featured--text.co-featured--green .co-shape-bg--square path, .co-featured--text.co-featured--green .co-shape-bg--square svg {
  fill: #effee2;
}
.co-featured--text.co-featured--green .co-shape-bg--circle {
  background-color: #fff9e2;
}
.co-featured--text.co-featured--green .co-shape-bg--circle path, .co-featured--text.co-featured--green .co-shape-bg--circle polygon {
  fill: #fff9e2;
}
.co-featured--text.co-featured--purple .co-shape-bg--square path, .co-featured--text.co-featured--purple .co-shape-bg--square svg {
  fill: #f5f2f9;
}
.co-featured--text.co-featured--purple .co-shape-bg--circle {
  background-color: #fff9e2;
}
.co-featured--text.co-featured--purple .co-shape-bg--circle path, .co-featured--text.co-featured--purple .co-shape-bg--circle polygon {
  fill: #fff9e2;
}
.co-featured--text.co-featured--red .co-shape-bg--square path, .co-featured--text.co-featured--red .co-shape-bg--square svg {
  fill: #fff3f3;
}
.co-featured--text.co-featured--red .co-shape-bg--circle path, .co-featured--text.co-featured--red .co-shape-bg--circle svg {
  fill: #e2f5f8;
}
.co-featured--text .co-bg {
  position: absolute;
  height: auto;
  z-index: -1;
}
.co-featured--text .co-bg.co-shape-bg--square {
  width: 11.25rem;
  top: 0;
  left: 0;
}
.co-featured--text .co-bg.co-shape-bg--circle {
  width: 13.25rem;
  bottom: -3.75rem;
  bottom: 0px;
  right: 0;
}
.co-featured--text a {
  transition: 430ms cubic-bezier(0.55, 0.085, 0, 0.99);
  text-decoration: underline;
  text-decoration-color: #CDEEF3;
}
.co-featured--text a:hover {
  text-decoration-color: #3dc1fc;
}

/********************
** message bg styles
********************/
.co-message-bg--text {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.co-halfwidth--square-image .co-message-bg {
  position: absolute;
  bottom: 0;
}
.co-halfwidth--circle-image .co-message-bg {
  position: absolute;
  top: -10%;
}

.co-halfwidth--circle-image .co--align-left .co-message-bg {
  left: 0%;
}

.co-halfwidth--circle-image .co--align-right .co-message-bg {
  right: 5%;
}

.co-message-bg {
  line-height: 1;
  text-transform: lowercase;
  left: 0;
}
.co-message-bg .co-message-bg--text {
  font-size: 3.9375rem;
}

.co-shape-bg--green {
  background-color: #effee2;
  color: #effee2;
  fill: #effee2;
}

.co-shape-bg--blue {
  background-color: #e2f5f8;
  color: #e2f5f8;
  fill: #e2f5f8;
}

.co-shape-bg--pink {
  background-color: #ffeefd;
  color: #ffeefd;
  fill: #ffeefd;
}

.co-shape-bg--yellow {
  background-color: #fff9e2;
  color: #fff9e2;
  fill: #fff9e2;
}

.co-shape-bg--red {
  background-color: #fff3f3;
  color: #fff3f3;
  fill: #fff3f3;
}

.co-message-bg--green {
  color: #effee2;
}

.co-message-bg--blue {
  color: #e2f5f8;
}

.co-message-bg--pink {
  color: #ffeefd;
}

.co-message-bg--yellow {
  color: #fff9e2;
}

.co-message-bg--red {
  color: #fff3f3;
}

.co-message-bg--purple {
  color: #f5f2f9;
}

/********************
** collage callout
********************/
.co-collage .co-image {
  position: relative;
}
.co-collage .co-bg {
  z-index: 0;
  width: 75%;
  bottom: 50%;
  right: 0;
}
.co-collage .co-image--primary {
  width: 78%;
  margin-left: auto;
  margin-bottom: 4.375rem;
}
.co-collage .co-image--secondary {
  width: 65%;
  margin-left: -1.5625rem;
  margin-bottom: 1.875rem;
}
.co-collage .co-image--primary .l-container--aspect .media {
  padding-bottom: 87.1186440678%;
}
.co-collage .co-image--secondary > div {
  margin: 0% 0% 0% 20%;
}
.co-collage .co-image--secondary .l-container--aspect .media {
  padding-bottom: 97.6303317536%;
}

/********************
** Halfwidth with list/icons
********************/
.co-halfwidth-list h2,
.co-halfwidth-icon h2 {
  position: relative;
  margin-bottom: 1.25rem;
  text-align: left;
}
.co-halfwidth-list .l-container--aspect .media,
.co-halfwidth-icon .l-container--aspect .media {
  padding-bottom: 109.0909090909%;
}
.co-halfwidth-list .co--align-right .co-col--image,
.co-halfwidth-icon .co--align-right .co-col--image {
  margin-bottom: 1.875rem;
}
.co-halfwidth-list .co--align-left .co-col--image,
.co-halfwidth-icon .co--align-left .co-col--image {
  margin-bottom: 1.875rem;
}

.co-halfwidth-list .field--name-field-callout-list {
  list-style: none;
  margin-bottom: 1.25rem;
}
.co-halfwidth-list .field--name-field-callout-list li {
  padding-left: 2.1875rem;
  position: relative;
  font-size: 1.0625rem;
  line-height: 1.5625rem;
}
.co-halfwidth-list .field--name-field-callout-list li:before {
  position: absolute;
  top: 0.5rem;
  left: 0;
  content: "";
  display: inline-block;
  height: 0.625rem;
  width: 0.625rem;
  background-color: black;
}
.co-halfwidth-list .field--name-field-callout-list li:not(:last-of-type) {
  margin-bottom: 1.5625rem;
}
.co-halfwidth-list .list--green li:before {
  background-color: #b3d143;
}
.co-halfwidth-list .list--blue li:before {
  background-color: #3dc1fc;
}
.co-halfwidth-list .list--pink li:before {
  background-color: #ef1faa;
}
.co-halfwidth-list .list--purple li:before {
  background-color: #6f27eb;
}
.co-halfwidth-list .list--yellow li:before {
  background-color: #edb22d;
}
.co-halfwidth-list .list--red li:before {
  background-color: #f6431f;
}

.co-halfwidth-icon .icon-grid {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
}
.co-halfwidth-icon .icon-grid .col-icon {
  flex: 0 0 50%;
  margin-bottom: 3.125rem;
  width: 50%;
}
.co-halfwidth-icon .icon-grid .col-icon a {
  width: 75%;
}
.co-halfwidth-icon .icon-grid .col-icon .field > span {
  display: block;
  padding: 0 25% 0.625rem 0;
}
.co-halfwidth-icon .icon-grid .col-icon svg {
  max-height: 3.125rem;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*********************
*Info Banner Styles
*********************/
.co-info-banner .info-banner-label {
  margin-bottom: 1.875rem;
  text-align: center;
}
.co-info-banner .col-item--info {
  text-align: center;
  margin-bottom: 1.875rem;
  margin-left: -0.3125rem;
}
.co-info-banner .col-item--info:last-child {
  padding-right: 0;
}
.co-info-banner .col-item--info span.text-callout--medium {
  display: block;
}
.co-info-banner .col-item--info h1 {
  margin-bottom: 0;
}
.co-info-banner .col-item--info .col-icon {
  width: 5rem;
  height: 5rem;
  display: block;
  padding: 0.3125rem 0;
  background-color: #FFFFFF;
  border-radius: 100%;
  margin: auto;
  margin-bottom: 0.9375rem;
  text-align: center;
  position: relative;
}
.co-info-banner .col-item--info .col-icon svg {
  display: block;
  margin: 0.9375rem auto;
  height: 2.5rem;
  width: auto;
  vertical-align: middle;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: calc(100% - 1.875rem);
  max-width: calc(100% - 1.25rem);
}
.co-info-banner .col-item--info .col-icon svg g#bottom,
.co-info-banner .col-item--info .col-icon svg g.bottom {
  display: none;
}
.co-info-banner .col-item--info .col-icon svg g#center,
.co-info-banner .col-item--info .col-icon svg g.center {
  display: block;
}

.co-info-banner--link-list .col-item--info {
  text-align: left;
  margin: 1.25rem auto;
}
.co-info-banner--link-list .col-item--info .col-icon {
  display: block;
  padding: 0.3125rem 0;
  margin-bottom: 0.9375rem;
  text-align: left;
  position: relative;
  margin: 0;
  margin-bottom: 15px;
}
.co-info-banner--link-list .col-item--info .col-icon svg {
  display: block;
  height: 3.4375rem;
  vertical-align: middle;
}
.co-info-banner--link-list .col-item--info .col-icon svg g#bottom {
  display: block;
}
.co-info-banner--link-list .col-item--info .col-icon svg g#center {
  display: none;
}
.co-info-banner--link-list .col-item--info a.btn {
  width: 80%;
}

/*********************
*Text Header Styles
*********************/
.co-text-header {
  z-index: 0;
}
.co-text-header a {
  box-shadow: inset 0px -2rem 0px 0px #cdeef3;
  transition: box-shadow 430ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
.co-text-header a:hover {
  box-shadow: inset 0px -0.5rem 0px 0px #cdeef3;
}
.co-text-header .co-shape-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  z-index: -1;
}
.co-text-header .co-message-bg {
  position: relative;
  margin-top: -1.875rem;
  z-index: -1;
  margin-left: -0.3125rem;
}

.paragraph--type--text-header .text-callout--medium {
  margin-bottom: 0;
  padding: 0 1.5625rem;
}
.paragraph--type--text-header .text-callout--medium p {
  font-family: "sailec";
  margin-bottom: 0;
  font-size: 1.8125rem;
  line-height: 2.8125rem;
}

.paragraph--type--featured-events .field--name-field-callout-link a {
  margin: auto;
  width: 100% !important;
  display: block;
  font-family: "sailec";
  font-weight: 700;
  font-size: 1rem;
  border-width: 0.125rem;
  border-style: solid;
  padding: 0.9375rem 1.875rem;
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: color 230ms cubic-bezier(0.55, 0.085, 0, 0.99);
  background: #FFFFFF;
  border-color: #000;
  color: #000;
}
.paragraph--type--featured-events .field--name-field-callout-link a:before, .paragraph--type--featured-events .field--name-field-callout-link a:after {
  background-color: #000;
}
.paragraph--type--featured-events .field--name-field-callout-link a:before, .paragraph--type--featured-events .field--name-field-callout-link a:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: calc(100% + 0.125rem);
  height: calc(100% + 0.125rem);
  top: -0.0625rem;
  left: -0.0625rem;
}
.paragraph--type--featured-events .field--name-field-callout-link a.btn--border--icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.paragraph--type--featured-events .field--name-field-callout-link a.btn--border--icon span {
  padding-right: 0.3125rem;
  display: inline-flex;
}
.paragraph--type--featured-events .field--name-field-callout-link a.btn--border--icon svg {
  width: 1rem;
}
.paragraph--type--featured-events .field--name-field-callout-link a.btn--border--icon svg path, .paragraph--type--featured-events .field--name-field-callout-link a.btn--border--icon svg polygon, .paragraph--type--featured-events .field--name-field-callout-link a.btn--border--icon svg circle, .paragraph--type--featured-events .field--name-field-callout-link a.btn--border--icon svg rect {
  transition: fill 230ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
.paragraph--type--featured-events .field--name-field-callout-link a.btn--border--icon:hover svg path, .paragraph--type--featured-events .field--name-field-callout-link a.btn--border--icon:hover svg polygon, .paragraph--type--featured-events .field--name-field-callout-link a.btn--border--icon:hover svg circle, .paragraph--type--featured-events .field--name-field-callout-link a.btn--border--icon:hover svg rect {
  fill: #FFFFFF;
}
.paragraph--type--featured-events .field--name-field-callout-link a:before {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0ms cubic-bezier(0.55, 0.085, 0, 0.99), opacity 0ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
.paragraph--type--featured-events .field--name-field-callout-link a:after {
  opacity: 1;
  transform: translate3d(100%, 0, 0);
  transition: transform 650ms cubic-bezier(0.55, 0.085, 0, 0.99), opacity 0ms cubic-bezier(0.55, 0.085, 0, 0.99);
}

.co-featured-event .co-bg.co-shape-bg--square {
  left: initial;
  top: -1.5625rem;
  right: -1.5625rem;
  width: 100%;
  z-index: 0;
}
.co-featured-event .l-container--aspect .media {
  padding-bottom: 100%;
}
.co-featured-event .co-message-bg {
  top: -5%;
  left: 0;
}
.co-featured-event .co-message-bg span {
  font-size: 10rem;
}
.co-featured-event.co-halfwidth--square-image .co-col--image {
  max-width: 90%;
}
.co-featured-event.co-halfwidth--circle-image .co-col--content {
  margin-left: 1.5625rem;
}
.co-featured-event.co-halfwidth--square-image .co-image--square {
  padding-bottom: 100%;
}

/*********************
* Document Download
*********************/
.co-documents .document {
  border-top: 0.0625rem solid #000;
  border-bottom: 0.0625rem solid #000;
  margin-bottom: 3.75rem;
  padding: 2.625rem 0.625rem;
  position: relative;
}
.co-documents .document .download-icon {
  display: block;
  width: 4rem;
  float: left;
  margin-right: 1.25rem;
  padding: 1rem;
}
.co-documents .document .download-icon svg {
  display: block;
}
.co-documents .document .download-icon svg path, .co-documents .document .download-icon svg polygon, .co-documents .document .download-icon svg circle, .co-documents .document .download-icon svg rect {
  transition: all 0.25s cubic-bezier(0.55, 0.085, 0, 0.99);
}
.co-documents .document .filename {
  display: block;
}
.co-documents .document .filesize {
  display: block;
  color: #868686;
  font-size: 0.75rem;
  line-height: 0.875rem;
  margin-bottom: 0.9375rem;
}
.co-documents .document:hover .download-icon.svg--fill-green {
  background: #b3d143;
}
.co-documents .document:hover .download-icon.svg--fill-green path, .co-documents .document:hover .download-icon.svg--fill-green polygon, .co-documents .document:hover .download-icon.svg--fill-green circle, .co-documents .document:hover .download-icon.svg--fill-green rect {
  fill: #FFFFFF;
}
.co-documents .document:hover .download-icon.svg--fill-green .arrow {
  transform: translateY(0.25rem);
}
.co-documents .document:hover .download-icon.svg--fill-blue {
  background: #3dc1fc;
}
.co-documents .document:hover .download-icon.svg--fill-blue path, .co-documents .document:hover .download-icon.svg--fill-blue polygon, .co-documents .document:hover .download-icon.svg--fill-blue circle, .co-documents .document:hover .download-icon.svg--fill-blue rect {
  fill: #FFFFFF;
}
.co-documents .document:hover .download-icon.svg--fill-blue .arrow {
  transform: translateY(0.25rem);
}
.co-documents .document:hover .download-icon.svg--fill-pink {
  background: #ef1faa;
}
.co-documents .document:hover .download-icon.svg--fill-pink path, .co-documents .document:hover .download-icon.svg--fill-pink polygon, .co-documents .document:hover .download-icon.svg--fill-pink circle, .co-documents .document:hover .download-icon.svg--fill-pink rect {
  fill: #FFFFFF;
}
.co-documents .document:hover .download-icon.svg--fill-pink .arrow {
  transform: translateY(0.25rem);
}
.co-documents .document:hover .download-icon.svg--fill-purple {
  background: #6f27eb;
}
.co-documents .document:hover .download-icon.svg--fill-purple path, .co-documents .document:hover .download-icon.svg--fill-purple polygon, .co-documents .document:hover .download-icon.svg--fill-purple circle, .co-documents .document:hover .download-icon.svg--fill-purple rect {
  fill: #FFFFFF;
}
.co-documents .document:hover .download-icon.svg--fill-purple .arrow {
  transform: translateY(0.25rem);
}
.co-documents .document:hover .download-icon.svg--fill-red {
  background: #f6431f;
}
.co-documents .document:hover .download-icon.svg--fill-red path, .co-documents .document:hover .download-icon.svg--fill-red polygon, .co-documents .document:hover .download-icon.svg--fill-red circle, .co-documents .document:hover .download-icon.svg--fill-red rect {
  fill: #FFFFFF;
}
.co-documents .document:hover .download-icon.svg--fill-red .arrow {
  transform: translateY(0.25rem);
}
.co-documents .document:hover .download-icon.svg--fill-yellow {
  background: #edb22d;
}
.co-documents .document:hover .download-icon.svg--fill-yellow path, .co-documents .document:hover .download-icon.svg--fill-yellow polygon, .co-documents .document:hover .download-icon.svg--fill-yellow circle, .co-documents .document:hover .download-icon.svg--fill-yellow rect {
  fill: #FFFFFF;
}
.co-documents .document:hover .download-icon.svg--fill-yellow .arrow {
  transform: translateY(0.25rem);
}

/********************
** stat callout
********************/
.co-stat .co-col--image {
  z-index: 2;
}
.co-stat .co-halfwidth--square-image .co-col--content {
  z-index: 0;
}
.co-stat .co-image--square {
  padding-bottom: 120%;
}
.co-stat .co-col-text .field--name-field-callout-desc p {
  font-weight: 500;
}
.co-stat .co-col-text .co-stat--number {
  display: inline-block;
  vertical-align: middle;
}
.co-stat .co-col-text .field--name-field-callout-desc {
  display: block;
  margin-bottom: 1.25rem;
}
.co-stat .co-col-text .co-stat--stat {
  display: block;
  margin-bottom: 2.5rem;
}
.co-stat .co-bg {
  right: 0;
  bottom: 0;
  width: 74%;
}
.co-stat .btn {
  margin-left: 2.5rem;
}

/*********************
* WYSIWYG
* *********************/
.paragraph--type--wysiwyg + .paragraph--type--wysiwyg,
.paragraph--type--wysiwyg + .paragraph--type--full-width-slideshow {
  padding-top: 0px;
}
.paragraph--type--wysiwyg .co-shape-bg--wrapper {
  position: relative;
  height: 0px;
  z-index: 0;
}
.paragraph--type--wysiwyg .co-shape-bg--wrapper .co-shape-bg {
  position: absolute;
  width: 47%;
  top: -1.25rem;
}
.paragraph--type--wysiwyg .co-shape-bg--wrapper .co-shape-bg.co-shape-bg--left {
  left: -0.9375rem;
}
.paragraph--type--wysiwyg .co-shape-bg--wrapper .co-shape-bg.co-shape-bg--right {
  right: -0.9375rem;
}
.paragraph--type--wysiwyg .co-shape-bg--wrapper:last-child .co-shape-bg {
  top: initial;
  bottom: -1.25rem;
}
.paragraph--type--wysiwyg .co-shape-bg--wrapper .co-shape-bg--green {
  background-color: transparent;
  color: #effee2;
  fill: #effee2;
}
.paragraph--type--wysiwyg .co-shape-bg--wrapper .co-shape-bg--blue {
  background-color: transparent;
  color: #e2f5f8;
  fill: #e2f5f8;
}
.paragraph--type--wysiwyg .co-shape-bg--wrapper .co-shape-bg--pink {
  background-color: transparent;
  color: #ffeefd;
  fill: #ffeefd;
}
.paragraph--type--wysiwyg .co-shape-bg--wrapper .co-shape-bg--purple {
  background-color: transparent;
  color: #f5f2f9;
  fill: #f5f2f9;
}
.paragraph--type--wysiwyg .co-shape-bg--wrapper .co-shape-bg--red {
  background-color: transparent;
  color: #fff3f3;
  fill: #fff3f3;
}
.paragraph--type--wysiwyg .co-shape-bg--wrapper .co-shape-bg--yellow {
  background-color: transparent;
  color: #fff9e2;
  fill: #fff9e2;
}
.paragraph--type--wysiwyg > .field--type-text-long:first-child > *:first-child,
.paragraph--type--wysiwyg > .field--type-text-long:first-child > *:first-child > *:first-child {
  margin-top: 0;
}
.paragraph--type--wysiwyg > .field--type-text-long:first-child > *:first-child > .media:first-child > .field:first-child .video-embed-field-responsive-video {
  margin-top: 0;
}
.paragraph--type--wysiwyg > .field--type-text-long:first-child > *:last-child,
.paragraph--type--wysiwyg > .field--type-text-long:first-child > *:last-child > *:last-child {
  margin-bottom: 0;
}
.paragraph--type--wysiwyg > .field--type-text-long:first-child > *:last-child > .media:last-child > .field:last-child .video-embed-field-responsive-video {
  margin-bottom: 0;
}
#secondary_menu_wrapper ~ main #block-mann-theme-content > .block-content > article > .paragraph--type--wysiwyg:first-child {
  padding-top: 3.125rem;
}
:not(.page-in-footer-only) > #block-mann-theme-page-title + #block-mann-theme-content > .block-content > article > .paragraph--type--wysiwyg:first-child {
  padding-top: 0 !important;
}
.paragraph--type--wysiwyg .media img {
  margin-left: auto;
  margin-right: auto;
}

/*********************
* LINK List
*********************/
.paragraph--type--link-list .field__items .field__item + .field__item {
  padding-top: 1.5em;
}

.co-collage + .paragraph--type--link-callout,
.paragraph--type--color-block-overlay-callout + .paragraph--type--link-callout {
  padding-top: 0px;
}
.co-collage + .paragraph--type--link-callout .co-info-banner--link-list,
.paragraph--type--color-block-overlay-callout + .paragraph--type--link-callout .co-info-banner--link-list {
  min-height: initial;
  padding: 0px;
}

/*********************
* Sponsor Grid
*********************/
.paragraph--type--sponsor-logo-grid .field.flex-grid.cols--5 .field__item.col-item,
.paragraph--type--sponsor-logo-grid .field.flex-grid--small.cols--5 .field__item.col-item {
  width: 100%;
}
.paragraph--type--sponsor-logo-grid .field.flex-grid.cols--5 .field__item.col-item img,
.paragraph--type--sponsor-logo-grid .field.flex-grid--small.cols--5 .field__item.col-item img {
  width: 100%;
}
.paragraph--type--sponsor-logo-grid + .paragraph--type--sponsor-logo-grid {
  padding-top: 1.25rem;
}

/**************************
* Homepage Specific styles
***************************/
.path-frontpage .co-halfwidth-icon .icon-grid .col-icon a.btn {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.path-frontpage .co-fullwidth .btn {
  min-width: 16.875rem;
}
.path-frontpage .co-fullwidth > .l-container--lg {
  max-width: calc(69.375rem + 11.875rem);
}
.path-frontpage .co-fullwidth .text-callout--large {
  font-size: 2.0625rem;
  line-height: 2.9375rem;
}

#user-login-form {
  text-align: center;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

/********************
** Accordion
********************/
html.no-js .accordion .accordion-label {
  cursor: default;
}
html.no-js .accordion .accordion-toggle-icon {
  display: none;
}
html.no-js .accordion .accordion-info {
  opacity: 1;
  height: auto;
}
.accordion .accordion-item {
  border-bottom: 0.125rem solid rgba(134, 134, 134, 0.25);
}
.accordion .accordion-item .accordion-label {
  cursor: pointer;
}
.accordion .accordion-item .accordion-info {
  padding: 0;
  opacity: 0;
  height: 0;
  overflow-y: hidden;
  visibility: hidden;
  transition: opacity 230ms cubic-bezier(0.55, 0.085, 0, 0.99), height 230ms cubic-bezier(0.55, 0.085, 0, 0.99), visibility 0ms 230ms;
}
.accordion .accordion-item .accordion-info > .field:first-child .embedded-entity {
  margin-top: 0;
}
.accordion .accordion-item .accordion-info p, .accordion .accordion-item .accordion-info ul {
  margin-bottom: 3.75rem;
  margin-top: 0;
}
.accordion .accordion-item .accordion-info .accordion-content {
  padding: 1.25rem 0.9375rem 0 0.9375rem;
}
.accordion .accordion-item .accordion-info > .row-inside--sm > .field--type-text-long > *:last-child {
  margin-bottom: 0;
}
.accordion .accordion-item.info-open .accordion-info {
  opacity: 1;
  height: auto;
  overflow: visible;
  visibility: visible;
  transition: opacity 230ms cubic-bezier(0.55, 0.085, 0, 0.99), height 230ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
@supports (height: calc-size(auto, size)) {
  .accordion .accordion-item.info-open .accordion-info {
    height: calc-size(auto, size);
  }
}
.accordion .accordion-item.info-open .accordion-toggle-icon--slice:nth-child(1) {
  transform: rotate(0deg) translate3d(0, 0.25rem, 0);
}
.accordion .accordion-item.info-open .price-item {
  font-weight: 600;
}
.accordion .accordion-header,
.accordion .accordion-header .accordion-label {
  display: flex;
}
.accordion .accordion-header .accordion-label {
  background: transparent;
  align-items: center;
  flex-basis: 100%;
  flex-shrink: 0;
  flex-grow: 1;
  overflow: hidden;
  text-align: left;
}
.accordion .accordion-header .accordion-label > * {
  flex: none;
}
.accordion .accordion-header .accordion-label-text {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  display: block;
}
.accordion .accordion-label h2 {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
.accordion .accordion-toggle-icon {
  margin-left: auto;
  width: 1.5625rem;
  height: 1.5625rem;
  margin-top: 0.78125rem;
}
.accordion .accordion-toggle-icon--slice {
  display: block;
  position: relative;
  width: 100%;
  height: 0.25rem;
  background-color: #000;
  border-radius: 6.25rem;
  transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
}
.accordion .accordion-toggle-icon--slice:nth-child(1) {
  transform: rotate(90deg) translate3d(0.25rem, 0, 0);
}
.accordion--membership span.text--display-face {
  display: inline-table;
  width: 50%;
  margin-bottom: 0;
}
.accordion--membership .accordion-toggle-icon {
  top: 3.125rem;
}
.accordion--membership .accordion-info .membership-items-list {
  margin: 0;
}
.accordion--membership .accordion-info .membership-items-list:not(:last-child) {
  margin-bottom: 2.5rem;
}
.accordion--membership .accordion-info .membership-items-list ul {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  padding-left: 1.25rem;
}
.accordion--red .accordion-toggle-icon--slice {
  background-color: #f6431f;
}
.accordion--red .info-open .price-item,
.accordion--red .info-open .accordion-label .text--display-face {
  color: #f6431f;
}
.accordion--blue .accordion-toggle-icon--slice {
  background-color: #3dc1fc;
}
.accordion--blue .info-open .price-item,
.accordion--blue .info-open .accordion-label .text--display-face {
  color: #3dc1fc;
}
.accordion--green .accordion-toggle-icon--slice {
  background-color: #b3d143;
}
.accordion--green .info-open .price-item,
.accordion--green .info-open .accordion-label .text--display-face {
  color: #b3d143;
}
.accordion--pink .accordion-toggle-icon--slice {
  background-color: #ef1faa;
}
.accordion--pink .info-open .price-item,
.accordion--pink .info-open .accordion-label .text--display-face {
  color: #ef1faa;
}
.accordion--purple .accordion-toggle-icon--slice {
  background-color: #6f27eb;
}
.accordion--purple .info-open .price-item,
.accordion--purple .info-open .accordion-label .text--display-face {
  color: #6f27eb;
}

/***************
*Event Styles
***************/
.event-teaser {
  z-index: 0;
}
.event-teaser .flex-grid {
  display: flex;
}
.event-teaser .flex-grid .col-img {
  margin-right: 0.9375rem;
}
.event-teaser .f--date, .event-teaser .f--title, .event-teaser .f--desc {
  display: block;
  margin-bottom: 0.9375rem;
}
.event-teaser .f--title {
  font-size: 1.375rem;
  line-height: 1.375rem;
}
.event-teaser--condensed .col-text, .event-teaser--listing .col-text {
  padding: 1.25rem;
}
.event-teaser--listing .col-img img {
  width: 100%;
}
.event-teaser--listing h2.text-callout--medium {
  margin-bottom: 0.9375rem;
}
.event-teaser--listing .col-text {
  padding-bottom: 1.25rem 1.25rem 0;
}
.event-teaser--listing .field--name-field-event-tags {
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  color: #FFFFFF;
  padding: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 0.875rem;
}
#block-mann-theme-content > .block-content > article > .event-teaser--full-listing:first-child {
  padding-top: 2.5rem;
}
.event-teaser--full-listing .col-img img {
  width: 100%;
}
.event-teaser--full-listing h1.f--title {
  margin-top: 0;
  margin-bottom: 0.3125rem;
  font-size: 1.5rem;
  line-height: 1.875rem;
}
.event-teaser--full-listing .f--label {
  margin-bottom: 1.875rem;
}
.event-teaser--full-listing .co-bg {
  width: 18.75rem;
  right: -3.125rem;
  bottom: -3.75rem;
  z-index: -1;
}

.event-detail--content {
  padding: 1.875rem;
}
.event-detail--content .detail-item {
  padding: 0.9375rem 0;
  font-size: 1.5rem;
}
.event-detail--content .detail-item h3.f--title {
  font-size: 1.25rem;
  font-family: "sailec";
}
.event-detail--content .detail-item .field__item {
  margin-top: 0.3125rem;
  font-size: 1.125rem;
}
.event-detail--content .detail-item p {
  margin-top: 0;
}
.event-detail--column .f--label {
  display: block;
  margin-bottom: 0.9375rem;
  font-size: 0.6875rem;
}
.event-detail--column ul.share-buttons {
  list-style: none;
}
.event-detail--column ul.share-buttons li {
  display: inline-block;
  margin-right: 0.625rem;
}
.event-detail--column ul.share-buttons li:last-child {
  margin-right: 0;
}
.event-detail--column .co-crescendo {
  margin-top: 1.875rem;
}
.event-detail--column .co-crescendo a {
  color: #000;
  border-color: #000;
  color: #000;
}
.event-detail--column .co-crescendo a:before, .event-detail--column .co-crescendo a:after {
  background-color: #000;
}
.event-detail--column .co-crescendo .icon-crescendo {
  width: 12.5rem;
  height: auto;
  margin-bottom: 0.9375rem;
}
.event-detail--body .f--desc {
  font-size: 1.25rem;
}
.event-detail--body p {
  margin-top: 0;
}

.field--name-field-event-tags {
  letter-spacing: 0.15em;
}

.node--type--event.node--view-mode--full .event-teaser {
  position: relative;
}
.node--type--event.node--view-mode--full .event-teaser .field--name-field-event-tags {
  position: relative;
  width: auto;
  display: inline-block;
  margin-bottom: 0.75rem;
}
.node--type--event.node--view-mode--full .event-teaser div.f--title {
  margin: 0 0 0.9375rem 0;
}

.inline-video--video-file article {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.inline-video--video-file article video {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.accordion--event .accordion-label {
  display: flex;
  align-items: center;
}
.accordion--event .accordion-icon {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  position: relative;
  margin-right: 2.5%;
}
.accordion--event .accordion-icon * {
  display: block;
  max-height: 100%;
  flex: 1 1 auto;
  margin: 0;
}
.accordion--event .accordion-icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.accordion--event .accordion-icon svg .bottom {
  display: none;
}
.accordion--event .accordion-info .accordion-content .cols--2 {
  -moz-columns: 1;
       columns: 1;
}
.accordion--event .accordion-info .accordion-content .cols--2.icon-grid {
  margin-top: 1.875rem;
}
.accordion--event .accordion-info .accordion-content .event-table--parking .column-grid {
  margin-bottom: 0;
}
.accordion--event .accordion-info .accordion-content .event-table--parking .column-grid .col-item {
  padding-bottom: 0;
}
.accordion--event .accordion-info .accordion-content .event-table--parking .cols--2 {
  -moz-columns: 2;
       columns: 2;
}
.accordion--event .accordion-info .accordion-content .accordion-content-item {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  padding-bottom: 1.875rem;
}
.accordion--event .accordion-info .accordion-content .accordion-content-item p {
  display: block;
  margin-bottom: 0.9375rem;
}
.accordion--event .accordion-info .accordion-content .accordion-content-item .travel-membership {
  padding-bottom: 1.875rem;
}
.accordion--event .accordion-info .accordion-content .accordion-content-item--icon {
  margin-bottom: 0.9375rem;
}
.accordion--event .accordion-info .accordion-content .accordion-content-item--icon > span {
  display: flex;
  align-items: center;
  height: 3.125rem;
}
.accordion--event .accordion-info .accordion-content .accordion-content-item--icon svg {
  height: auto;
  max-height: 100%;
  width: auto;
  max-width: 65%;
  -o-object-fit: contain;
     object-fit: contain;
}
.accordion--event .accordion-info .accordion-content .accordion-content-item--icon svg g#bottom, .accordion--event .accordion-info .accordion-content .accordion-content-item--icon svg g.bottom {
  display: block;
}
.accordion--event .accordion-info .accordion-content .accordion-content-item--icon svg g#center, .accordion--event .accordion-info .accordion-content .accordion-content-item--icon svg g.center {
  display: none;
}
.accordion--event .accordion-info .accordion-content .accordion-content-item--icon .icon-no-wrapper {
  position: relative;
  height: 4.375rem;
  width: 4.375rem;
}
.accordion--event .accordion-info .accordion-content .accordion-content-item--icon .icon-no-wrapper > span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.accordion--event .accordion-info .accordion-content .accordion-content-item--icon .icon-no-wrapper > span.base-svg {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  padding: 1.09375rem;
}
.accordion--event .accordion-info .accordion-content .accordion-content-item--icon .icon-no-wrapper > span.base-svg svg {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.accordion--event .accordion-info .accordion-content .accordion-content-item--icon .icon-no-wrapper > span.base-svg svg #bottom,
.accordion--event .accordion-info .accordion-content .accordion-content-item--icon .icon-no-wrapper > span.base-svg svg .bottom {
  display: none;
}
.accordion--event .accordion-info .accordion-content .accordion-content-item--icon .icon-no-wrapper > span.base-svg svg #center,
.accordion--event .accordion-info .accordion-content .accordion-content-item--icon .icon-no-wrapper > span.base-svg svg .center {
  display: block;
}
.accordion--event .accordion-info .accordion-content .accordion-content-item--icon .icon-no-wrapper > span.no-svg svg {
  height: 4.375rem;
  width: 4.375rem;
  max-width: 100%;
}
.accordion--event .accordion-info .accordion-content .accordion-content-item--icon .icon-no-wrapper > span svg {
  display: block;
}
.accordion--event .accordion-info .accordion-content .accordion-content-item .icon-crescendo {
  width: 12.5rem;
  height: auto;
  margin-bottom: 0.9375rem;
  position: relative;
}
.accordion--event .accordion-info .accordion-content .accordion-content-item .icon-crescendo svg {
  display: block;
  width: 100%;
}
.accordion--event .accordion-info .accordion-content .accordion-content-item .icon-crescendo ~ a {
  border-color: #000;
  color: #000;
}
.accordion--event .accordion-info .accordion-content .accordion-content-item .icon-crescendo ~ a:before, .accordion--event .accordion-info .accordion-content .accordion-content-item .icon-crescendo ~ a:after {
  background-color: #000;
}
.accordion--event .accordion-info .accordion-content .accordion-content-item--text-bg {
  padding: 0.9375rem;
  margin-bottom: 1.875rem;
}
.accordion--event .accordion-info--travel .event-table--parking .column-grid {
  font-size: 1.25rem;
}
.accordion--event .accordion-info--travel .getting-to-the-mann {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  padding-bottom: 1.875rem;
}
.accordion--event .accordion-info--travel .getting-to-the-mann .flex-grid--small {
  display: flex;
  flex-flow: row wrap;
  flex-wrap: wrap;
}
.accordion--event .accordion-info--travel .getting-to-the-mann .flex-grid--small .col-item {
  width: 45%;
}
.accordion--event .accordion-info--travel .getting-to-the-mann .flex-grid--small .col-item .btn--border-top.btn-text {
  width: 100%;
  min-width: auto;
}

.event-table--parking .column-grid .text--medium {
  -moz-columns: 2;
       columns: 2;
}
.event-table--parking .column-grid .text--text-face {
  position: relative;
}

html.no-js .node--type--event.node--view-mode--listing:before, html.no-js .node--type--event.node--view-mode--listing:after,
html.no-js .node--type--event.node--view-mode--listing .effect, html.prefers-reduced-motion .node--type--event.node--view-mode--listing:before, html.prefers-reduced-motion .node--type--event.node--view-mode--listing:after,
html.prefers-reduced-motion .node--type--event.node--view-mode--listing .effect, html.no-js .node--type--event.node--view-mode--condensed-listing:before, html.no-js .node--type--event.node--view-mode--condensed-listing:after,
html.no-js .node--type--event.node--view-mode--condensed-listing .effect, html.prefers-reduced-motion .node--type--event.node--view-mode--condensed-listing:before, html.prefers-reduced-motion .node--type--event.node--view-mode--condensed-listing:after,
html.prefers-reduced-motion .node--type--event.node--view-mode--condensed-listing .effect {
  opacity: 1 !important;
}
html[data-resizing=true] .node--type--event.node--view-mode--listing:after {
  transition: none !important;
}
.node--type--event.node--view-mode--ful .f--date {
  margin-bottom: 0.75rem;
}
.node--type--event.node--view-mode--condensed-listing {
  position: relative;
  transition: transform 450ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
.node--type--event.node--view-mode--condensed-listing:before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #FFFFFF;
  z-index: -1;
  opacity: 0;
  transition: opacity 900ms cubic-bezier(0.55, 0.085, 0, 0.99) 0s;
}
.node--type--event.node--view-mode--condensed-listing:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  opacity: 0;
  transition: opacity 900ms cubic-bezier(0.55, 0.085, 0, 0.99) 0.2s;
}
.node--type--event.node--view-mode--condensed-listing .col-img, .node--type--event.node--view-mode--condensed-listing .col-text {
  opacity: 0;
}
.node--type--event.node--view-mode--condensed-listing img {
  z-index: 1;
  position: relative;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.node--type--event.node--view-mode--condensed-listing .col-text span.f--date {
  font-size: 1.0625rem;
  margin-bottom: 0.4375rem;
}
.node--type--event.node--view-mode--condensed-listing .col-text h1.f--title {
  font-size: 1.3125rem;
  line-height: 1.75rem;
}
.node--type--event.node--view-mode--condensed-listing .col-text h1.f--title div {
  display: inline;
}
.node--type--event.node--view-mode--condensed-listing .col-text h1.f--title > div {
  transition: background-size 550ms ease-out 0s;
}
.node--type--event.node--view-mode--condensed-listing.effect--animated:before {
  opacity: 1;
}
.node--type--event.node--view-mode--condensed-listing.effect--animated:after {
  opacity: 1;
}
.node--type--event.node--view-mode--listing {
  position: relative;
  transition: transform 900ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
.node--type--event.node--view-mode--listing:before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #FFFFFF;
  z-index: -1;
  opacity: 0;
  transition: opacity 900ms cubic-bezier(0.55, 0.085, 0, 0.99) 0s;
}
.node--type--event.node--view-mode--listing:after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  transition: opacity 900ms cubic-bezier(0.55, 0.085, 0, 0.99) 0.2s, height 650ms cubic-bezier(0.55, 0.085, 0, 0.99), width 0.25s cubic-bezier(0.55, 0.085, 0, 0.99);
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  width: 100%;
  height: 0.5rem;
}
.node--type--event.node--view-mode--listing .col-img, .node--type--event.node--view-mode--listing .col-text {
  opacity: 0;
}
.node--type--event.node--view-mode--listing .tag--fade-in {
  opacity: 0;
  animation-delay: 0.4s !important;
}
.node--type--event.node--view-mode--listing.effect--animated:before {
  opacity: 1;
}
.node--type--event.node--view-mode--listing.effect--animated:after {
  opacity: 1;
}
.node--type--event.node--view-mode--listing .col-text {
  animation-delay: 0.2s !important;
  opacity: 0;
}
.node--type--event.node--view-mode--listing .col-text > h2 {
  font-size: 2rem;
  line-height: 2.75rem;
  margin-bottom: 0.1875rem;
}
.node--type--event.node--view-mode--listing .col-text > h2.title-long {
  font-size: 1.8125rem;
  line-height: 2.5625rem;
}
.node--type--event.node--view-mode--listing .col-text > h2 div {
  display: inline;
}
.node--type--event.node--view-mode--listing .col-text > h2 > div {
  transition: background-size 550ms ease-out 0s;
}
.node--type--event.node--view-mode--listing .col-text > .f--desc {
  margin-bottom: 1.1875rem;
}
.node--type--event.node--view-mode--condensed-listing.border--green:after, .node--type--event.node--view-mode--listing.border--green:after {
  background-color: #b3d143;
}
.node--type--event.node--view-mode--condensed-listing.border--blue:after, .node--type--event.node--view-mode--listing.border--blue:after {
  background-color: #3dc1fc;
}
.node--type--event.node--view-mode--condensed-listing.border--pink:after, .node--type--event.node--view-mode--listing.border--pink:after {
  background-color: #ef1faa;
}
.node--type--event.node--view-mode--condensed-listing.border--purple:after, .node--type--event.node--view-mode--listing.border--purple:after {
  background-color: #6f27eb;
}
.node--type--event.node--view-mode--condensed-listing.border--red:after, .node--type--event.node--view-mode--listing.border--red:after {
  background-color: #f6431f;
}
.node--type--event.node--view-mode--condensed-listing.border--yellow:after, .node--type--event.node--view-mode--listing.border--yellow:after {
  background-color: #edb22d;
}
.n-event--slideshow .col-left .l-container--aspect {
  position: relative;
}

.viewsreference--view-title {
  display: none;
}

.view .view-label {
  display: block;
}
.view .views-exposed-form:only-child {
  margin-top: 1.875rem;
}
html.no-js .view .views-exposed-form {
  display: none;
}
.view .views-exposed-form fieldset.js-form-wrapper,
.view .views-exposed-form details.js-form-wrapper {
  z-index: 9;
  position: relative;
  cursor: pointer;
  width: 100%;
  background-color: transparent;
  border-bottom: 0.1875rem solid #000;
  min-width: 9.375rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.view .views-exposed-form details.js-form-wrapper {
  overflow: visible;
}
.view .views-exposed-form details.js-form-wrapper > summary {
  outline-offset: 0.1875rem;
}
.view .views-exposed-form fieldset.js-form-wrapper > legend,
.view .views-exposed-form details.js-form-wrapper > summary {
  font-weight: 700;
  position: relative;
  text-align: start;
  padding-right: 1.9375rem;
}
.view .views-exposed-form fieldset.js-form-wrapper > legend:after,
.view .views-exposed-form details.js-form-wrapper > summary:after {
  position: absolute;
  display: block;
  content: url(../../icons/arrow_right.svg);
  width: 1.0625rem;
  top: 0.1875rem;
  right: 0.4375rem;
  transform: rotate(90deg);
  transition: transform 430ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
.view .views-exposed-form fieldset.js-form-wrapper.open > legend:after,
.view .views-exposed-form details.js-form-wrapper[open] > summary:after {
  transform: rotate(-90deg);
}
.view .views-exposed-form fieldset.js-form-wrapper > .fieldset-wrapper,
.view .views-exposed-form details.js-form-wrapper > div:last-child {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  padding: 0.875rem 0;
  border: 0.1875rem solid #000;
}
.view .views-exposed-form fieldset.js-form-wrapper {
  z-index: 9;
  float: none;
  margin-top: 0.625rem;
  border-bottom: 0.1875rem solid #000;
}
.view .views-exposed-form fieldset.js-form-wrapper > legend {
  width: 100%;
  background-color: transparent;
}
.view .views-exposed-form fieldset.js-form-wrapper > .fieldset-wrapper {
  margin-top: -562.5rem;
  z-index: -5;
  opacity: 0;
  transform: translateY(0.1875rem);
  transition: opacity 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
  border-top: none;
}
.view .views-exposed-form fieldset.js-form-wrapper.open > .fieldset-wrapper {
  transition: opacity 0.5s cubic-bezier(0.55, 0.085, 0, 0.99), margin-top 0.5s step-end, z-index 0.5s step-end;
  z-index: 10;
  margin-top: 0px;
}
.view .views-exposed-form fieldset.js-form-wrapper.open > .fieldset-wrapper,
.view .views-exposed-form details.js-form-wrapper[open] > div:last-child {
  opacity: 1;
}
.view .views-exposed-form .bef-nested ul {
  list-style-type: none;
}
.view .views-exposed-form .bef-nested .form-item {
  position: relative;
}
.view .views-exposed-form .bef-nested .form-item input {
  pointer-events: none;
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  opacity: 0;
}
.view .views-exposed-form .bef-nested .form-item input:checked + label {
  font-weight: 700;
}
.view .views-exposed-form .bef-nested .form-item input:focus + label {
  color: #639f2a;
  transform: translateX(0.375rem);
}
.view .views-exposed-form .bef-nested .form-item label {
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  cursor: pointer;
  display: block;
  line-height: 1.4em;
  padding: 0.6em 1.6em;
  margin: 0;
  transform: translateX(0);
  transition: transform 0.25s cubic-bezier(0.55, 0.085, 0, 0.99), color 0.25s cubic-bezier(0.55, 0.085, 0, 0.99);
  text-align: start;
  width: 100%;
}
.view .views-exposed-form .bef-nested .form-item label:hover {
  color: #639f2a;
  transform: translateX(0.375rem);
}
.view--upcoming-events {
  padding-top: 1.25rem;
}
.view--upcoming-events .text-callout--small {
  margin-bottom: 0px;
  font-size: 1.125rem;
  line-height: 1.625rem;
}
.view--upcoming-events .views-flex-grid {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  margin: auto -0.625rem;
}
.view--upcoming-events .views-col-flex--1 {
  flex: 1 0 90%;
}
.view--upcoming-events .event-teaser {
  margin: auto 0.625rem;
  display: block;
}
.view--upcoming-events .f--label {
  display: none;
}
.view--upcoming-events .f--date {
  margin-bottom: 0.125rem;
  font-size: 1rem;
}
.view--upcoming-events .l-container--aspect .media {
  padding-bottom: 100%;
}
.view--upcoming-events .col-text {
  max-width: 85%;
}
.view--upcoming-events .col-img {
  max-width: 40%;
  margin-bottom: 0.625rem;
}
.view--upcoming-events .col-img.col-flex--1 {
  flex: 1.25 1;
}
.view--upcoming-events .view-btn {
  margin-top: 1.25rem;
}
.view--upcoming-events .view-btn a {
  display: block;
  font-family: "sailec";
  font-weight: 700;
  font-size: 1rem;
  position: relative;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  padding-right: 2.8125rem;
  border-top-style: solid;
  min-width: 10.9375rem;
  border-color: #b3d143;
}
.view--upcoming-events .view-btn a:before, .view--upcoming-events .view-btn a:after {
  background-color: #b3d143;
}
.view--upcoming-events .view-btn a:before, .view--upcoming-events .view-btn a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.125rem;
  left: 0;
}
.view--upcoming-events .view-btn a:before {
  transform: scaleX(1);
  top: 0;
  transform-origin: center left;
  transition: transform 650ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
.view--upcoming-events .view-btn a:after {
  transform: scaleX(0);
  bottom: 0;
  transform-origin: center left;
  transition: transform 650ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
.view--upcoming-events .view-btn a.btn-text {
  position: relative;
  display: inline-block;
  width: auto;
}
.view--upcoming-events .view-btn a.btn-text .btn-icon {
  position: absolute;
  right: 0;
  top: 50%;
  height: 100%;
  width: 0.9375rem;
  transform: translate3d(0%, -50%, 0);
  display: inline-block;
  text-align: right;
  transition: transform 530ms ease-out;
}
.view--upcoming-events .view-btn a.btn-text .btn-icon svg {
  height: 0.9375rem;
  width: 0.9375rem;
}
.view--upcoming-events .view-btn a path, .view--upcoming-events .view-btn a polygon, .view--upcoming-events .view-btn a circle, .view--upcoming-events .view-btn a rect {
  fill: #b3d143;
}
.view--name--news .views-exposed-form .form-actions {
  display: none;
}
.view--name--news .views-rows {
  clear: both;
  margin-top: 3.4375rem;
}
.view--name--news .views-row {
  border-top: 0.0625rem solid #000;
}
.view--name--news .views-row:last-child {
  border-bottom: 0.0625rem solid #000;
}
.view--name--upcoming-events {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.view--name--upcoming-events > .flex-grid {
  display: flex;
  flex-direction: column;
  margin-bottom: -0.625rem;
}
.view--name--upcoming-events > .flex-grid > * {
  margin-bottom: 0.625rem;
}
.view--name--upcoming-events header {
  position: relative;
  flex-grow: 1;
  flex-shrink: 0;
}
.view--name--upcoming-events header h1 {
  position: relative;
  z-index: 3;
  text-align: start;
}
.view--name--upcoming-events .views-exposed-form .form-actions {
  display: none;
}
.view--name--upcoming-events .l-container--md {
  position: relative;
}
.view--name--upcoming-events .co-message {
  position: absolute;
  top: -1.875rem;
  left: -1.25rem;
  z-index: 1;
  color: #FFFFFF;
  font-weight: 800;
  font-size: 3.4375rem;
  font-size: calc(4.6875vw + 3.4375rem);
  line-height: 3.4375rem;
  line-height: calc(4.6875vw + 3.4375rem);
}
.view--name--upcoming-events .views-rows {
  margin-top: 1.875rem;
  position: relative;
  z-index: 2;
}
.view--name--upcoming-events .views-row {
  padding: 1.5625rem 0;
}
.view--name--current-season-events {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.view--name--current-season-events .color-month-legend {
  margin-top: 1em;
  list-style-type: none;
}
.view--name--current-season-events .color-month-legend li {
  margin-right: 2em;
  display: inline-block;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 0.875rem;
}
.view--name--current-season-events .color-month-legend li span {
  display: inline-block;
  width: 0.875rem;
}
.view--name--current-season-events .color-month-legend li:last-child {
  margin-right: 0;
}
.view--name--current-season-events .views-rows {
  margin-top: 1.875rem;
}
.view--name--current-season-events .views-row {
  margin-bottom: 2.625rem;
}
.view--name--current-season-events .views-row article.event-teaser--condensed {
  height: 100%;
}

nav.pager {
  margin: 3.75rem 0;
  text-align: right;
}
nav.pager .pager__items {
  list-style-type: none;
}
nav.pager .pager__items .pager__item {
  display: inline-block;
  padding: 0 1em;
}
nav.pager .pager__items .pager__item a {
  color: #868686;
  font-weight: 700;
}
nav.pager .pager__items .pager__item.pager__item--first {
  display: none;
}
nav.pager .pager__items .pager__item.pager__item--first a {
  color: #000;
}
nav.pager .pager__items .pager__item.pager__item--previous a {
  color: #000;
}
nav.pager .pager__items .pager__item.pager__item--ellipsis {
  display: none;
}
nav.pager .pager__items .pager__item.is-active a {
  color: #000;
}
nav.pager .pager__items .pager__item.pager__item--next a {
  color: #000;
}
nav.pager .pager__items .pager__item.pager__item--last {
  display: none;
}
nav.pager .pager__items .pager__item.pager__item--last a {
  color: #000;
}

/********************
** Heroes
********************/
/********************
** Slideshows
********************/
.carousel {
  z-index: 0;
}
.carousel .co-bg {
  top: -0.625rem;
  right: -1.5625rem;
  display: block;
  width: 90%;
  height: auto;
  position: absolute;
  z-index: -1;
}
html.no-js .carousel-container,
html.no-js .carousel-container > .carousel-item {
  height: auto;
  padding-bottom: 0;
}
html.no-js .carousel-container > .carousel-item {
  aspect-ratio: 1000/667;
}
html.no-js .carousel-container > .carousel-item:not(:last-child) {
  margin-bottom: 3.125rem;
}
html.no-js .carousel-container > .carousel-item .media {
  position: relative;
  width: 100%;
  transform: none;
  top: auto;
  left: auto;
}
html.no-js .carousel-container > .carousel-item .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.carousel--full-width {
  z-index: 0;
  padding-bottom: 2.5rem;
  height: auto;
  margin: 0 auto;
}
html:not(.no-js) .carousel--full-width .slideshow-wrapper:has(.carousel-item:nth-child(2)) {
  padding-bottom: 3.75rem;
}
.carousel--full-width button.next, .carousel--full-width button.previous {
  top: calc(100% + 3.75rem);
}
.carousel--full-width .co-message-bg {
  right: 0;
  bottom: 0;
  z-index: -1;
  transform: translate(0, -80%);
}
.carousel--full-width .co-message-bg span {
  text-transform: lowercase;
}
.carousel--full-width .carousel-container {
  position: relative;
  height: 0;
  padding-bottom: 66.7%;
}
.carousel--full-width .carousel-container .flickity-viewport {
  height: 100% !important;
  width: 100% !important;
  position: absolute;
  overflow: hidden;
}
.carousel--full-width .carousel-container ol {
  display: none;
}
.carousel--full-width .carousel-container .carousel-item {
  overflow: hidden;
  padding-bottom: 66.7%;
}
.carousel--full-width .carousel-container .carousel-item .media {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.carousel--full-width .carousel-container .carousel-item .media img {
  width: 100%;
}
.carousel--full-width .carousel-container .carousel-item .field--name-field-caption {
  display: none;
  visibility: hidden;
}

.carousel--blue .carousel-container .flickity-prev-next-button:before, .carousel--blue .carousel-container .flickity-prev-next-button:after {
  background-color: #3dc1fc;
}
.carousel--blue .carousel-container .flickity-prev-next-button:hover {
  border: 0.125rem solid #3dc1fc;
}
.carousel--blue .carousel-container .flickity-prev-next-button:hover svg path {
  fill: #3dc1fc;
  transition: all 0.3s ease-in-out;
}
.carousel--blue .btn-icon svg {
  fill: #3dc1fc;
}

.carousel--green .carousel-container .flickity-prev-next-button:before, .carousel--green .carousel-container .flickity-prev-next-button:after {
  background-color: #b3d143;
}
.carousel--green .carousel-container .flickity-prev-next-button:hover {
  border: 0.125rem solid #b3d143;
}
.carousel--green .carousel-container .flickity-prev-next-button:hover svg path {
  fill: #b3d143;
  transition: all 0.3s ease-in-out;
}
.carousel--green .btn-icon svg {
  fill: #b3d143;
}

.carousel--pink .carousel-container .flickity-prev-next-button:before, .carousel--pink .carousel-container .flickity-prev-next-button:after {
  background-color: #ef1faa;
}
.carousel--pink .carousel-container .flickity-prev-next-button:hover {
  border: 0.125rem solid #ef1faa;
}
.carousel--pink .carousel-container .flickity-prev-next-button:hover svg path {
  fill: #ef1faa;
  transition: all 0.3s ease-in-out;
}
.carousel--pink .btn-icon svg {
  fill: #ef1faa;
}

.carousel--red .carousel-container .flickity-prev-next-button:before, .carousel--red .carousel-container .flickity-prev-next-button:after {
  background-color: #f6431f;
}
.carousel--red .carousel-container .flickity-prev-next-button:hover {
  border: 0.125rem solid #f6431f;
}
.carousel--red .carousel-container .flickity-prev-next-button:hover svg path {
  fill: #f6431f;
  transition: all 0.3s ease-in-out;
}
.carousel--red .btn-icon svg {
  fill: #f6431f;
}

.carousel--purple .carousel-container .flickity-prev-next-button:before, .carousel--purple .carousel-container .flickity-prev-next-button:after {
  background-color: #6f27eb;
}
.carousel--purple .carousel-container .flickity-prev-next-button:hover {
  border: 0.125rem solid #6f27eb;
}
.carousel--purple .carousel-container .flickity-prev-next-button:hover svg path {
  fill: #6f27eb;
  transition: all 0.3s ease-in-out;
}
.carousel--purple .btn-icon svg {
  fill: #6f27eb;
}

.carousel--yellow .carousel-container .flickity-prev-next-button:before, .carousel--yellow .carousel-container .flickity-prev-next-button:after {
  background-color: #edb22d;
}
.carousel--yellow .carousel-container .flickity-prev-next-button:hover {
  border: 0.125rem solid #edb22d;
}
.carousel--yellow .carousel-container .flickity-prev-next-button:hover svg path {
  fill: #edb22d;
  transition: all 0.3s ease-in-out;
}
.carousel--yellow .btn-icon svg {
  fill: #edb22d;
}

.carousel-container {
  position: relative;
  z-index: 0;
  outline: none !important;
}
.carousel-container .flickity-viewport {
  overflow: visible;
  height: auto;
  width: 100%;
}
.carousel-container .flickity-viewport .views-row {
  width: 100%;
  padding: 1.5625rem 0;
}
.carousel-container .flickity-viewport .views-row .col-left .event-type {
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: -0.4375rem;
}
.carousel-container .flickity-viewport .views-row .col-left .event-type .f--label {
  display: block;
  position: absolute;
  transform-origin: bottom left;
  left: 0;
  bottom: 0;
  transform: rotate(-90deg);
  line-height: 0.8125rem;
}
.carousel-container .flickity-viewport .views-row .co-col-text span.f--date {
  margin-bottom: 0.625rem;
  font-size: 1.125rem;
}
.carousel-container .flickity-viewport .views-row .co-col-text span.f--date, .carousel-container .flickity-viewport .views-row .co-col-text span.f--date.text--green {
  color: #639f2a;
}
.carousel-container .flickity-viewport .views-row .co-col-text span.f--date.text--blue {
  color: #1f9cd5;
}
.carousel-container .flickity-viewport .views-row .co-col-text span.f--date.text--purple {
  color: #6f27eb;
}
.carousel-container .flickity-viewport .views-row .co-col-text span.f--date.text--red {
  color: #f6431f;
}
.carousel-container .flickity-viewport .views-row .co-col-text span.f--date.text--yellow {
  color: #bc8c23;
}
.carousel-container .flickity-viewport .views-row .co-col-text span.f--date.text--pink {
  color: #c21991;
}
.carousel-container .flickity-viewport .views-row .co-col-text h1.text-callout--medium {
  margin-bottom: 0.625rem;
}
.carousel-container .flickity-viewport .views-row .co-col-text .f--desc {
  margin-bottom: 0.9375rem;
  font-size: 1rem;
}
.carousel-container .flickity-viewport .views-row .co-col-text .btn {
  border-color: #b3d143;
  color: #000;
}
.carousel-container .flickity-viewport .views-row .co-col-text .btn:before, .carousel-container .flickity-viewport .views-row .co-col-text .btn:after {
  background-color: #b3d143;
}
.carousel-container .flickity-viewport .views-row .l-container--aspect .media {
  padding-bottom: 100%;
}
.carousel-container .flickity-viewport .views-row .btn--blue-border {
  border-color: #1f9cd5;
  color: #000;
}
.carousel-container .flickity-viewport .views-row .btn--blue-border:before, .carousel-container .flickity-viewport .views-row .btn--blue-border:after {
  background-color: #1f9cd5;
}
.carousel-container .flickity-viewport .views-row .btn--green-border {
  border-color: #639f2a;
  color: #000;
}
.carousel-container .flickity-viewport .views-row .btn--green-border:before, .carousel-container .flickity-viewport .views-row .btn--green-border:after {
  background-color: #639f2a;
}
.carousel-container .flickity-viewport .views-row .btn--yellow-border {
  border-color: #bc8c23;
  color: #000;
}
.carousel-container .flickity-viewport .views-row .btn--yellow-border:before, .carousel-container .flickity-viewport .views-row .btn--yellow-border:after {
  background-color: #bc8c23;
}
.carousel-container .flickity-viewport .views-row .btn--pink-border {
  border-color: #c21991;
  color: #000;
}
.carousel-container .flickity-viewport .views-row .btn--pink-border:before, .carousel-container .flickity-viewport .views-row .btn--pink-border:after {
  background-color: #c21991;
}
.carousel-container.event-carousel .flickity-viewport {
  transition: height 0.25s cubic-bezier(0.55, 0.085, 0, 0.99);
}
.carousel-container.event-carousel .flickity-prev-next-button {
  top: 11.875rem;
}
.carousel-container.event-carousel .previous {
  display: none;
  left: 110%;
}
.carousel-container.event-carousel .next {
  right: -3.75rem;
}
.carousel-container.event-carousel .col-right {
  opacity: 0;
  transform: translate3d(0, 10%, 0);
  transition: opacity 0.25s cubic-bezier(0.55, 0.085, 0, 0.99), transform 0s cubic-bezier(0.55, 0.085, 0, 0.99) 0.33s;
}
.carousel-container.event-carousel .col-left {
  opacity: 0;
  transition: opacity 0.25s cubic-bezier(0.55, 0.085, 0, 0.99);
  width: 92%;
}
.carousel-container.event-carousel .is-selected .col-right {
  opacity: 1;
  transform: none;
  transition: opacity 0.66s cubic-bezier(0.55, 0.085, 0, 0.99) 0.33s, transform 0.66s cubic-bezier(0.55, 0.085, 0, 0.99) 0.33s;
}
.carousel-container.event-carousel .is-selected .col-left {
  opacity: 1;
  transition: opacity 0.66s cubic-bezier(0.55, 0.085, 0, 0.99) 0.33s;
}
.carousel-container.event-carousel ol {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 29.375rem;
}
.carousel-container ol {
  display: none;
  list-style: none;
  margin-top: -0.9375rem;
  position: relative;
  z-index: 1;
}
.carousel-container ol li {
  display: inline-block;
  background-color: #868686;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  margin-right: 3%;
}
.carousel-container ol li.is-selected {
  background-color: #b3d143;
}
.carousel-container ol li:last-child {
  margin-right: 0;
}

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 0;
  border: 0.125rem solid #000;
  background-color: transparent;
  text-align: center;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  overflow: hidden;
}
.flickity-prev-next-button:before, .flickity-prev-next-button:after {
  content: "";
  position: absolute;
  width: calc(100% + 0.0625rem);
  height: calc(100% + 0.0625rem);
  z-index: -1;
  top: 0%;
  opacity: 0;
}
.flickity-prev-next-button.previous {
  left: 100%;
  transform: translate(calc(-210% - 1.5625rem), -100%);
}
.flickity-prev-next-button.previous:before {
  left: 0%;
  opacity: 0;
  transform: translate3d(-50%, 0, 0);
  transition: transform 0ms cubic-bezier(0.55, 0.085, 0, 0.99), opacity 0ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
.flickity-prev-next-button.previous:after {
  right: 0%;
  opacity: 0;
  transform: translate3d(50%, 0, 0);
  transition: transform 650ms cubic-bezier(0.55, 0.085, 0, 0.99), opacity 0ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
.flickity-prev-next-button.previous:hover:before {
  opacity: 1;
  transform: translate3d(100%, 0, 0);
  transition: transform 650ms cubic-bezier(0.55, 0.085, 0, 0.99), opacity 0ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
.flickity-prev-next-button.previous:hover:after {
  opacity: 1;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0ms cubic-bezier(0.55, 0.085, 0, 0.99), opacity 0ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
.flickity-prev-next-button.previous svg {
  transform: rotate(180deg) scale(1.5);
  transform-origin: 29% 28%;
}
.flickity-prev-next-button.next {
  right: 0%;
  bottom: 0;
  transform: translate(calc(0% - 1.5625rem), -100%);
}
.flickity-prev-next-button.next svg {
  transform: rotate(180deg) scale(1.5);
  transform-origin: 72% 73%;
}
.flickity-prev-next-button.next:before {
  right: 0%;
  opacity: 0;
  transform: translate3d(50%, 0, 0);
  transition: transform 0ms cubic-bezier(0.55, 0.085, 0, 0.99), opacity 0ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
.flickity-prev-next-button.next:after {
  left: 0%;
  opacity: 0;
  transform: translate3d(-50%, 0, 0);
  transition: transform 650ms cubic-bezier(0.55, 0.085, 0, 0.99), opacity 0ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
.flickity-prev-next-button.next:hover:before {
  opacity: 1;
  transform: translate3d(-100%, 0, 0);
  transition: transform 650ms cubic-bezier(0.55, 0.085, 0, 0.99), opacity 0ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
.flickity-prev-next-button.next:hover:after {
  opacity: 1;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0ms cubic-bezier(0.55, 0.085, 0, 0.99), opacity 0ms cubic-bezier(0.55, 0.085, 0, 0.99);
}

.auto-carousel-container .flickity-viewport {
  overflow: hidden;
  height: auto !important;
  width: 100%;
  padding-bottom: 74.9484536082%;
}

.auto-carousel-cell {
  width: 100%;
}
.auto-carousel-cell img {
  width: 100%;
}
html.no-js .auto-carousel-cell:not(:first-child) {
  display: none;
}

.carousel-item {
  width: 100% !important;
}
.carousel-item h1.text-callout--medium {
  margin-bottom: 0;
}
.carousel-item .co-col-text .f--desc {
  display: block;
  margin-bottom: 1.875rem;
}

.slideshow-wrapper {
  position: relative;
}
html.no-js .slideshow-wrapper {
  overflow: hidden;
}

.captions {
  width: 100%;
  top: 0;
}
html.no-js .captions {
  display: none;
}

.captions .no-caption {
  display: none;
}

.captions .caption .btn-icon {
  position: absolute;
}

.captions .caption .btn-icon svg {
  height: 1.875rem;
  width: 1.875rem;
}
.captions .caption .btn-icon svg g.bottom {
  display: none;
}

.captions .caption {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms cubic-bezier(0.55, 0.085, 0, 0.99);
  transition-delay: 0s;
  position: absolute;
  pointer-events: none;
  top: auto;
  bottom: 0;
  background: rgba(249, 246, 242, 0.85);
  width: 100%;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}
.captions .caption p {
  padding: 1em 0;
  font-size: 0.875rem;
  line-height: 1rem;
}
.captions .caption.active-caption {
  transition-delay: 500ms;
  opacity: 0.5;
  visibility: visible;
  pointer-events: all;
}

.paragraph--type--full-width-slideshow .co-label {
  width: calc(100% - 1.5625rem * 2);
  margin: 0 auto;
}
.paragraph--type--full-width-slideshow .co-label {
  display: block;
  margin-bottom: 0.625rem;
}
.paragraph--type--full-width-slideshow .captions .caption p {
  padding-left: 2.8125rem;
}

.co-block-color-overlay .captions .caption {
  display: none;
}

/********************
** loading effects
********************/
html:not(.no-js):not(.prefers-reduced-motion) .b-lazy, html:not(.no-js):not(.prefers-reduced-motion) .lazysizes {
  max-width: 100%;
  opacity: 0;
  transition: opacity 600ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
html:not(.no-js):not(.prefers-reduced-motion) .b-lazy.b-loaded, html:not(.no-js):not(.prefers-reduced-motion) .b-lazy.loaded, html:not(.no-js):not(.prefers-reduced-motion) .b-lazy.lazyloaded, html:not(.no-js):not(.prefers-reduced-motion) .lazysizes.b-loaded, html:not(.no-js):not(.prefers-reduced-motion) .lazysizes.loaded, html:not(.no-js):not(.prefers-reduced-motion) .lazysizes.lazyloaded {
  opacity: 1;
}

.b-lazy,
.b-lazy img, .lazysizes,
.lazysizes img {
  max-width: 100%;
}

/********************
** load effects
********************/
.loading-bg--pink, .loading-bg--yellow, .loading-bg--purple, .loading-bg--red, .loading-bg--blue, .loading-bg--green {
  position: relative;
}
.loading-bg--pink:before, .loading-bg--yellow:before, .loading-bg--purple:before, .loading-bg--red:before, .loading-bg--blue:before, .loading-bg--green:before, .loading-bg--pink:after, .loading-bg--yellow:after, .loading-bg--purple:after, .loading-bg--red:after, .loading-bg--blue:after, .loading-bg--green:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 0.125rem);
  height: calc(100% + 0.125rem);
}
.loading-bg--pink:before, .loading-bg--yellow:before, .loading-bg--purple:before, .loading-bg--red:before, .loading-bg--blue:before, .loading-bg--green:before {
  z-index: 1;
}
.loading-bg--pink:after, .loading-bg--yellow:after, .loading-bg--purple:after, .loading-bg--red:after, .loading-bg--blue:after, .loading-bg--green:after {
  z-index: 2;
  background-color: #FFFFFF;
}
.loading-bg--pink .media, .loading-bg--yellow .media, .loading-bg--purple .media, .loading-bg--red .media, .loading-bg--blue .media, .loading-bg--green .media {
  background-color: #888888;
}

.loading-bg--green:before {
  background-color: #effee2;
}

.loading-bg--blue:before {
  background-color: #afe4f3;
}

.loading-bg--red:before {
  background-color: #fff3f3;
}

.loading-bg--purple:before {
  background-color: #f5f2f9;
}

.loading-bg--yellow:before {
  background-color: #fff9e2;
}

.loading-bg--pink:before {
  background-color: #ffeefd;
}

.wipe-bg--pink:before, .wipe-bg--yellow:before, .wipe-bg--purple:before, .wipe-bg--red:before, .wipe-bg--blue:before, .wipe-bg--green:before, .wipe-bg--white:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

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

.wipe-bg--green:before {
  background-color: #effee2;
}

.wipe-bg--blue:before {
  background-color: #afe4f3;
}

.wipe-bg--red:before {
  background-color: #fff3f3;
}

.wipe-bg--purple:before {
  background-color: #f5f2f9;
}

.wipe-bg--yellow:before {
  background-color: #fff9e2;
}

.wipe-bg--pink:before {
  background-color: #ffeefd;
}

/********************************
* Reveal animation initial states
********************************/
html:not(.no-js):not(.prefers-reduced-motion) .effect--reveal:not(.effect--in-view) {
  overflow: hidden;
}
html:not(.no-js):not(.prefers-reduced-motion) .effect--reveal .effect--fade-in-right {
  opacity: 0;
  transform: translate(6.25rem, -50%);
}
html:not(.no-js):not(.prefers-reduced-motion) .effect--reveal .effect--fade-in-left {
  opacity: 0;
  transform: translate(-6.25rem, -50%);
}
html:not(.no-js):not(.prefers-reduced-motion) .effect--reveal .effect--fade-in-up {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}
html:not(.no-js):not(.prefers-reduced-motion) .effect--reveal .effect--fade-in-down {
  opacity: 0;
  transform: translate3d(0, -100%, 0);
}
html:not(.no-js):not(.prefers-reduced-motion) .effect--reveal .effect--wipe-in-down:before, html:not(.no-js):not(.prefers-reduced-motion) .effect--reveal .effect--wipe-in-down:after {
  transform-origin: center top;
  transform: scale3D(1, 0, 1);
}
html:not(.no-js):not(.prefers-reduced-motion) .effect--reveal .effect--wipe-in-up:before, html:not(.no-js):not(.prefers-reduced-motion) .effect--reveal .effect--wipe-in-up:after {
  transform-origin: center bottom;
  transform: scale3D(1, 0, 1);
}
html:not(.no-js):not(.prefers-reduced-motion) .effect--reveal .effect--wipe-in-left:before, html:not(.no-js):not(.prefers-reduced-motion) .effect--reveal .effect--wipe-in-left:after {
  transform-origin: left center;
  transform: scale3D(0, 1, 1);
}
html:not(.no-js):not(.prefers-reduced-motion) .effect--reveal .effect--wipe-in-right:before, html:not(.no-js):not(.prefers-reduced-motion) .effect--reveal .effect--wipe-in-right:after {
  transform-origin: right center;
  transform: scale3D(0, 1, 1);
}
html:not(.no-js):not(.prefers-reduced-motion) .effect--reveal .effect--wipe-up:before, html:not(.no-js):not(.prefers-reduced-motion) .effect--reveal .effect--wipe-up:after {
  transform-origin: center top;
  transform: scale3D(1, 1, 1);
}
html:not(.no-js):not(.prefers-reduced-motion) .effect--reveal .effect--wipe:before, html:not(.no-js):not(.prefers-reduced-motion) .effect--reveal .effect--wipe:after {
  transform: scale3D(1, 1, 1);
}
html:not(.no-js):not(.prefers-reduced-motion) .effect--reveal .effect--wipe-down:before, html:not(.no-js):not(.prefers-reduced-motion) .effect--reveal .effect--wipe-down:after {
  transform-origin: center bottom;
  transform: scale3D(1, 1, 1);
}
html:not(.no-js):not(.prefers-reduced-motion) .effect--reveal .effect--wipe-left:before, html:not(.no-js):not(.prefers-reduced-motion) .effect--reveal .effect--wipe-left:after {
  transform-origin: right center;
}
html:not(.no-js):not(.prefers-reduced-motion) .effect--reveal .effect--wipe-right:before, html:not(.no-js):not(.prefers-reduced-motion) .effect--reveal .effect--wipe-right:after {
  transform-origin: left center;
}
html:not(.no-js):not(.prefers-reduced-motion) .effect--reveal .effect--scale-shape-in-left {
  transform-origin: left center;
  transform: translate3d(0, 0, 0) scale3D(0, 1, 1);
}
html:not(.no-js):not(.prefers-reduced-motion) .effect--reveal .effect--scale-shape-in-right {
  transform-origin: right center;
  transform: translate3d(0, 0, 0) scale3D(0, 1, 1);
}
html:not(.no-js):not(.prefers-reduced-motion) .effect--reveal .effect--scale-shape-in-down {
  transform-origin: top left;
  transform: translate3d(0, 0, 0) scale3D(1, 0, 1);
}
html:not(.no-js):not(.prefers-reduced-motion) .effect--reveal .effect--scale-shape-in-up {
  transform-origin: bottom center;
  transform: translate3d(0, 0, 0) scale3D(1, 0, 1);
}
html:not(.no-js):not(.prefers-reduced-motion) .effect--reveal .effect--scale-shape {
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0) scale3D(0, 0, 0);
}
html:not(.no-js):not(.prefers-reduced-motion) .effect--reveal .effect--scale-image {
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0) scale3D(0, 0, 0);
}
html:not(.no-js):not(.prefers-reduced-motion) .effect--reveal .effect--scale-image .l-container--aspect {
  perspective: 6250rem;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0) scale3D(0, 0, 0);
}
html:not(.no-js):not(.prefers-reduced-motion) .effect--reveal .effect--scale-image .l-container--aspect > div {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 0) scale3D(2, 2, 2);
}
html:not(.no-js):not(.prefers-reduced-motion) .effect--animated {
  /********************************
  * Building block animations
  ********************************/
}
html:not(.no-js):not(.prefers-reduced-motion) .effect--animated .effect--fade-in {
  animation: fadeIn 900ms cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
}
html:not(.no-js):not(.prefers-reduced-motion) .effect--animated .effect--fade-in-right {
  animation: fadeinFromRight 900ms cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
}
html:not(.no-js):not(.prefers-reduced-motion) .effect--animated .effect--fade-in-left {
  animation: fadeinFromLeft 900ms cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
}
html:not(.no-js):not(.prefers-reduced-motion) .effect--animated .effect--fade-in-up {
  animation: fadeInUpHalf 900ms cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
}
html:not(.no-js):not(.prefers-reduced-motion) .effect--animated .effect--fade-in-down {
  animation: fadeInDownHalf 900ms cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
}
html:not(.no-js):not(.prefers-reduced-motion) .effect--animated .effect--wipe-in-up:before, html:not(.no-js):not(.prefers-reduced-motion) .effect--animated .effect--wipe-in-down:before {
  animation: scaleInY 600ms cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
}
html:not(.no-js):not(.prefers-reduced-motion) .effect--animated .effect--wipe-in-left:before, html:not(.no-js):not(.prefers-reduced-motion) .effect--animated .effect--wipe-in-right:before {
  animation: scaleInX 600ms cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
}
html:not(.no-js):not(.prefers-reduced-motion) .effect--animated .effect--wipe:before {
  animation: scaleOutX 600ms cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
  animation-delay: 580ms;
}
html:not(.no-js):not(.prefers-reduced-motion) .effect--animated .effect--wipe:after {
  animation: scaleOutX 600ms cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
}
html:not(.no-js):not(.prefers-reduced-motion) .effect--animated .effect--wipe-up:before {
  animation: scaleOutY 600ms cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
  animation-delay: 580ms;
}
html:not(.no-js):not(.prefers-reduced-motion) .effect--animated .effect--wipe-up:after {
  animation: scaleOutY 600ms cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
}
html:not(.no-js):not(.prefers-reduced-motion) .effect--animated .effect--scale-shape-in-left, html:not(.no-js):not(.prefers-reduced-motion) .effect--animated .effect--scale-shape-in-right {
  animation: scaleInX 600ms cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
}
html:not(.no-js):not(.prefers-reduced-motion) .effect--animated .effect--scale-shape-in-up, html:not(.no-js):not(.prefers-reduced-motion) .effect--animated .effect--scale-shape-in-down {
  animation: scaleInY 600ms cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
}
html:not(.no-js):not(.prefers-reduced-motion) .effect--animated .effect--scale-shape {
  animation: scale 600ms cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
}
html:not(.no-js):not(.prefers-reduced-motion) .effect--animated .effect--scale-shape-in-left, html:not(.no-js):not(.prefers-reduced-motion) .effect--animated .effect--scale-shape-in-right,
html:not(.no-js):not(.prefers-reduced-motion) .effect--animated .effect--scale-shape-in-up, html:not(.no-js):not(.prefers-reduced-motion) .effect--animated .effect--scale-shape-in-down,
html:not(.no-js):not(.prefers-reduced-motion) .effect--animated .effect--scale-shape {
  animation-delay: 675ms;
}
html:not(.no-js):not(.prefers-reduced-motion) .effect--animated .effect--scale-image {
  animation: scale 600ms cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
}
html:not(.no-js):not(.prefers-reduced-motion) .effect--animated .effect--scale-image .l-container--aspect {
  animation: scale 600ms cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
  animation-delay: 600ms;
}
html:not(.no-js):not(.prefers-reduced-motion) .effect--animated .effect--scale-image .l-container--aspect > div {
  animation: scaleReverse 600ms cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
  animation-delay: 600ms;
}

/*******************************
* Composed animations by element
********************************/
.co-collage .co-image--primary .effect--wipe:before {
  animation-delay: 580ms;
}
.co-collage .co-image--primary .effect--wipe:after {
  animation-delay: 0ms;
}
.co-collage .co-image--secondary .effect--wipe:before {
  animation-delay: 780ms;
}
.co-collage .co-image--secondary .effect--wipe:after {
  animation-delay: 200ms;
}
.co-collage .co-col-text.effect {
  animation-delay: 0ms;
}
.co-collage .co-bg.effect {
  animation-delay: 230ms;
}

.co-block-color-overlay .co-content--floating.effect--wipe-in-down:before, .co-full-bleed-image .co-content--floating.effect--wipe-in-down:before {
  animation-delay: 675ms;
}
.co-block-color-overlay .co-content--floating.effect--wipe-in-down .effect--fade-in-down, .co-full-bleed-image .co-content--floating.effect--wipe-in-down .effect--fade-in-down {
  animation-delay: 675ms;
}

.co-featured--text .effect.effect--scale-shape-in-left {
  animation-delay: 0ms;
}
.co-featured--text .effect.effect--fade-in-down {
  animation-delay: 500ms;
}
.co-featured--text .effect.effect--scale-shape {
  animation-delay: 200ms;
}

.co-info-banner--link-list .effect--fade-in-up.effect--stagger-0, .co-info-banner--link-list .effect--fade-in-down.effect--stagger-0,
.co-info-banner--link-list .effect--fade-in-left.effect--stagger-0, .co-info-banner--link-list .effect--fade-in-right.effect--stagger-0,
.co-info-banner--link-list .effect--scale-shape.effect--stagger-0, .co-info-banner--link-list .effect--scale-shape-in-up.effect--stagger-0,
.co-info-banner--link-list .effect--scale-shape-in-down.effect--stagger-0, .co-info-banner--link-list .effect--scale-shape-in-left.effect--stagger-0,
.co-info-banner--link-list .effect--scale-shape-in-right.effect--stagger-0, .co-info-banner .effect--fade-in-up.effect--stagger-0, .co-info-banner .effect--fade-in-down.effect--stagger-0,
.co-info-banner .effect--fade-in-left.effect--stagger-0, .co-info-banner .effect--fade-in-right.effect--stagger-0,
.co-info-banner .effect--scale-shape.effect--stagger-0, .co-info-banner .effect--scale-shape-in-up.effect--stagger-0,
.co-info-banner .effect--scale-shape-in-down.effect--stagger-0, .co-info-banner .effect--scale-shape-in-left.effect--stagger-0,
.co-info-banner .effect--scale-shape-in-right.effect--stagger-0, .co-halfwidth-icon .effect--fade-in-up.effect--stagger-0, .co-halfwidth-icon .effect--fade-in-down.effect--stagger-0,
.co-halfwidth-icon .effect--fade-in-left.effect--stagger-0, .co-halfwidth-icon .effect--fade-in-right.effect--stagger-0,
.co-halfwidth-icon .effect--scale-shape.effect--stagger-0, .co-halfwidth-icon .effect--scale-shape-in-up.effect--stagger-0,
.co-halfwidth-icon .effect--scale-shape-in-down.effect--stagger-0, .co-halfwidth-icon .effect--scale-shape-in-left.effect--stagger-0,
.co-halfwidth-icon .effect--scale-shape-in-right.effect--stagger-0, .view--upcoming-events .effect--fade-in-up.effect--stagger-0, .view--upcoming-events .effect--fade-in-down.effect--stagger-0,
.view--upcoming-events .effect--fade-in-left.effect--stagger-0, .view--upcoming-events .effect--fade-in-right.effect--stagger-0,
.view--upcoming-events .effect--scale-shape.effect--stagger-0, .view--upcoming-events .effect--scale-shape-in-up.effect--stagger-0,
.view--upcoming-events .effect--scale-shape-in-down.effect--stagger-0, .view--upcoming-events .effect--scale-shape-in-left.effect--stagger-0,
.view--upcoming-events .effect--scale-shape-in-right.effect--stagger-0, .co-fullwidth .effect--fade-in-up.effect--stagger-0, .co-fullwidth .effect--fade-in-down.effect--stagger-0,
.co-fullwidth .effect--fade-in-left.effect--stagger-0, .co-fullwidth .effect--fade-in-right.effect--stagger-0,
.co-fullwidth .effect--scale-shape.effect--stagger-0, .co-fullwidth .effect--scale-shape-in-up.effect--stagger-0,
.co-fullwidth .effect--scale-shape-in-down.effect--stagger-0, .co-fullwidth .effect--scale-shape-in-left.effect--stagger-0,
.co-fullwidth .effect--scale-shape-in-right.effect--stagger-0, .co-text-header .effect--fade-in-up.effect--stagger-0, .co-text-header .effect--fade-in-down.effect--stagger-0,
.co-text-header .effect--fade-in-left.effect--stagger-0, .co-text-header .effect--fade-in-right.effect--stagger-0,
.co-text-header .effect--scale-shape.effect--stagger-0, .co-text-header .effect--scale-shape-in-up.effect--stagger-0,
.co-text-header .effect--scale-shape-in-down.effect--stagger-0, .co-text-header .effect--scale-shape-in-left.effect--stagger-0,
.co-text-header .effect--scale-shape-in-right.effect--stagger-0 {
  animation-delay: 0ms;
}
.co-info-banner--link-list .effect--fade-in-up.effect--stagger-1, .co-info-banner--link-list .effect--fade-in-down.effect--stagger-1,
.co-info-banner--link-list .effect--fade-in-left.effect--stagger-1, .co-info-banner--link-list .effect--fade-in-right.effect--stagger-1,
.co-info-banner--link-list .effect--scale-shape.effect--stagger-1, .co-info-banner--link-list .effect--scale-shape-in-up.effect--stagger-1,
.co-info-banner--link-list .effect--scale-shape-in-down.effect--stagger-1, .co-info-banner--link-list .effect--scale-shape-in-left.effect--stagger-1,
.co-info-banner--link-list .effect--scale-shape-in-right.effect--stagger-1, .co-info-banner .effect--fade-in-up.effect--stagger-1, .co-info-banner .effect--fade-in-down.effect--stagger-1,
.co-info-banner .effect--fade-in-left.effect--stagger-1, .co-info-banner .effect--fade-in-right.effect--stagger-1,
.co-info-banner .effect--scale-shape.effect--stagger-1, .co-info-banner .effect--scale-shape-in-up.effect--stagger-1,
.co-info-banner .effect--scale-shape-in-down.effect--stagger-1, .co-info-banner .effect--scale-shape-in-left.effect--stagger-1,
.co-info-banner .effect--scale-shape-in-right.effect--stagger-1, .co-halfwidth-icon .effect--fade-in-up.effect--stagger-1, .co-halfwidth-icon .effect--fade-in-down.effect--stagger-1,
.co-halfwidth-icon .effect--fade-in-left.effect--stagger-1, .co-halfwidth-icon .effect--fade-in-right.effect--stagger-1,
.co-halfwidth-icon .effect--scale-shape.effect--stagger-1, .co-halfwidth-icon .effect--scale-shape-in-up.effect--stagger-1,
.co-halfwidth-icon .effect--scale-shape-in-down.effect--stagger-1, .co-halfwidth-icon .effect--scale-shape-in-left.effect--stagger-1,
.co-halfwidth-icon .effect--scale-shape-in-right.effect--stagger-1, .view--upcoming-events .effect--fade-in-up.effect--stagger-1, .view--upcoming-events .effect--fade-in-down.effect--stagger-1,
.view--upcoming-events .effect--fade-in-left.effect--stagger-1, .view--upcoming-events .effect--fade-in-right.effect--stagger-1,
.view--upcoming-events .effect--scale-shape.effect--stagger-1, .view--upcoming-events .effect--scale-shape-in-up.effect--stagger-1,
.view--upcoming-events .effect--scale-shape-in-down.effect--stagger-1, .view--upcoming-events .effect--scale-shape-in-left.effect--stagger-1,
.view--upcoming-events .effect--scale-shape-in-right.effect--stagger-1, .co-fullwidth .effect--fade-in-up.effect--stagger-1, .co-fullwidth .effect--fade-in-down.effect--stagger-1,
.co-fullwidth .effect--fade-in-left.effect--stagger-1, .co-fullwidth .effect--fade-in-right.effect--stagger-1,
.co-fullwidth .effect--scale-shape.effect--stagger-1, .co-fullwidth .effect--scale-shape-in-up.effect--stagger-1,
.co-fullwidth .effect--scale-shape-in-down.effect--stagger-1, .co-fullwidth .effect--scale-shape-in-left.effect--stagger-1,
.co-fullwidth .effect--scale-shape-in-right.effect--stagger-1, .co-text-header .effect--fade-in-up.effect--stagger-1, .co-text-header .effect--fade-in-down.effect--stagger-1,
.co-text-header .effect--fade-in-left.effect--stagger-1, .co-text-header .effect--fade-in-right.effect--stagger-1,
.co-text-header .effect--scale-shape.effect--stagger-1, .co-text-header .effect--scale-shape-in-up.effect--stagger-1,
.co-text-header .effect--scale-shape-in-down.effect--stagger-1, .co-text-header .effect--scale-shape-in-left.effect--stagger-1,
.co-text-header .effect--scale-shape-in-right.effect--stagger-1 {
  animation-delay: 125ms;
}
.co-info-banner--link-list .effect--fade-in-up.effect--stagger-2, .co-info-banner--link-list .effect--fade-in-down.effect--stagger-2,
.co-info-banner--link-list .effect--fade-in-left.effect--stagger-2, .co-info-banner--link-list .effect--fade-in-right.effect--stagger-2,
.co-info-banner--link-list .effect--scale-shape.effect--stagger-2, .co-info-banner--link-list .effect--scale-shape-in-up.effect--stagger-2,
.co-info-banner--link-list .effect--scale-shape-in-down.effect--stagger-2, .co-info-banner--link-list .effect--scale-shape-in-left.effect--stagger-2,
.co-info-banner--link-list .effect--scale-shape-in-right.effect--stagger-2, .co-info-banner .effect--fade-in-up.effect--stagger-2, .co-info-banner .effect--fade-in-down.effect--stagger-2,
.co-info-banner .effect--fade-in-left.effect--stagger-2, .co-info-banner .effect--fade-in-right.effect--stagger-2,
.co-info-banner .effect--scale-shape.effect--stagger-2, .co-info-banner .effect--scale-shape-in-up.effect--stagger-2,
.co-info-banner .effect--scale-shape-in-down.effect--stagger-2, .co-info-banner .effect--scale-shape-in-left.effect--stagger-2,
.co-info-banner .effect--scale-shape-in-right.effect--stagger-2, .co-halfwidth-icon .effect--fade-in-up.effect--stagger-2, .co-halfwidth-icon .effect--fade-in-down.effect--stagger-2,
.co-halfwidth-icon .effect--fade-in-left.effect--stagger-2, .co-halfwidth-icon .effect--fade-in-right.effect--stagger-2,
.co-halfwidth-icon .effect--scale-shape.effect--stagger-2, .co-halfwidth-icon .effect--scale-shape-in-up.effect--stagger-2,
.co-halfwidth-icon .effect--scale-shape-in-down.effect--stagger-2, .co-halfwidth-icon .effect--scale-shape-in-left.effect--stagger-2,
.co-halfwidth-icon .effect--scale-shape-in-right.effect--stagger-2, .view--upcoming-events .effect--fade-in-up.effect--stagger-2, .view--upcoming-events .effect--fade-in-down.effect--stagger-2,
.view--upcoming-events .effect--fade-in-left.effect--stagger-2, .view--upcoming-events .effect--fade-in-right.effect--stagger-2,
.view--upcoming-events .effect--scale-shape.effect--stagger-2, .view--upcoming-events .effect--scale-shape-in-up.effect--stagger-2,
.view--upcoming-events .effect--scale-shape-in-down.effect--stagger-2, .view--upcoming-events .effect--scale-shape-in-left.effect--stagger-2,
.view--upcoming-events .effect--scale-shape-in-right.effect--stagger-2, .co-fullwidth .effect--fade-in-up.effect--stagger-2, .co-fullwidth .effect--fade-in-down.effect--stagger-2,
.co-fullwidth .effect--fade-in-left.effect--stagger-2, .co-fullwidth .effect--fade-in-right.effect--stagger-2,
.co-fullwidth .effect--scale-shape.effect--stagger-2, .co-fullwidth .effect--scale-shape-in-up.effect--stagger-2,
.co-fullwidth .effect--scale-shape-in-down.effect--stagger-2, .co-fullwidth .effect--scale-shape-in-left.effect--stagger-2,
.co-fullwidth .effect--scale-shape-in-right.effect--stagger-2, .co-text-header .effect--fade-in-up.effect--stagger-2, .co-text-header .effect--fade-in-down.effect--stagger-2,
.co-text-header .effect--fade-in-left.effect--stagger-2, .co-text-header .effect--fade-in-right.effect--stagger-2,
.co-text-header .effect--scale-shape.effect--stagger-2, .co-text-header .effect--scale-shape-in-up.effect--stagger-2,
.co-text-header .effect--scale-shape-in-down.effect--stagger-2, .co-text-header .effect--scale-shape-in-left.effect--stagger-2,
.co-text-header .effect--scale-shape-in-right.effect--stagger-2 {
  animation-delay: 250ms;
}
.co-info-banner--link-list .effect--fade-in-up.effect--stagger-3, .co-info-banner--link-list .effect--fade-in-down.effect--stagger-3,
.co-info-banner--link-list .effect--fade-in-left.effect--stagger-3, .co-info-banner--link-list .effect--fade-in-right.effect--stagger-3,
.co-info-banner--link-list .effect--scale-shape.effect--stagger-3, .co-info-banner--link-list .effect--scale-shape-in-up.effect--stagger-3,
.co-info-banner--link-list .effect--scale-shape-in-down.effect--stagger-3, .co-info-banner--link-list .effect--scale-shape-in-left.effect--stagger-3,
.co-info-banner--link-list .effect--scale-shape-in-right.effect--stagger-3, .co-info-banner .effect--fade-in-up.effect--stagger-3, .co-info-banner .effect--fade-in-down.effect--stagger-3,
.co-info-banner .effect--fade-in-left.effect--stagger-3, .co-info-banner .effect--fade-in-right.effect--stagger-3,
.co-info-banner .effect--scale-shape.effect--stagger-3, .co-info-banner .effect--scale-shape-in-up.effect--stagger-3,
.co-info-banner .effect--scale-shape-in-down.effect--stagger-3, .co-info-banner .effect--scale-shape-in-left.effect--stagger-3,
.co-info-banner .effect--scale-shape-in-right.effect--stagger-3, .co-halfwidth-icon .effect--fade-in-up.effect--stagger-3, .co-halfwidth-icon .effect--fade-in-down.effect--stagger-3,
.co-halfwidth-icon .effect--fade-in-left.effect--stagger-3, .co-halfwidth-icon .effect--fade-in-right.effect--stagger-3,
.co-halfwidth-icon .effect--scale-shape.effect--stagger-3, .co-halfwidth-icon .effect--scale-shape-in-up.effect--stagger-3,
.co-halfwidth-icon .effect--scale-shape-in-down.effect--stagger-3, .co-halfwidth-icon .effect--scale-shape-in-left.effect--stagger-3,
.co-halfwidth-icon .effect--scale-shape-in-right.effect--stagger-3, .view--upcoming-events .effect--fade-in-up.effect--stagger-3, .view--upcoming-events .effect--fade-in-down.effect--stagger-3,
.view--upcoming-events .effect--fade-in-left.effect--stagger-3, .view--upcoming-events .effect--fade-in-right.effect--stagger-3,
.view--upcoming-events .effect--scale-shape.effect--stagger-3, .view--upcoming-events .effect--scale-shape-in-up.effect--stagger-3,
.view--upcoming-events .effect--scale-shape-in-down.effect--stagger-3, .view--upcoming-events .effect--scale-shape-in-left.effect--stagger-3,
.view--upcoming-events .effect--scale-shape-in-right.effect--stagger-3, .co-fullwidth .effect--fade-in-up.effect--stagger-3, .co-fullwidth .effect--fade-in-down.effect--stagger-3,
.co-fullwidth .effect--fade-in-left.effect--stagger-3, .co-fullwidth .effect--fade-in-right.effect--stagger-3,
.co-fullwidth .effect--scale-shape.effect--stagger-3, .co-fullwidth .effect--scale-shape-in-up.effect--stagger-3,
.co-fullwidth .effect--scale-shape-in-down.effect--stagger-3, .co-fullwidth .effect--scale-shape-in-left.effect--stagger-3,
.co-fullwidth .effect--scale-shape-in-right.effect--stagger-3, .co-text-header .effect--fade-in-up.effect--stagger-3, .co-text-header .effect--fade-in-down.effect--stagger-3,
.co-text-header .effect--fade-in-left.effect--stagger-3, .co-text-header .effect--fade-in-right.effect--stagger-3,
.co-text-header .effect--scale-shape.effect--stagger-3, .co-text-header .effect--scale-shape-in-up.effect--stagger-3,
.co-text-header .effect--scale-shape-in-down.effect--stagger-3, .co-text-header .effect--scale-shape-in-left.effect--stagger-3,
.co-text-header .effect--scale-shape-in-right.effect--stagger-3 {
  animation-delay: 375ms;
}
.co-info-banner--link-list .effect--fade-in-up.effect--stagger-4, .co-info-banner--link-list .effect--fade-in-down.effect--stagger-4,
.co-info-banner--link-list .effect--fade-in-left.effect--stagger-4, .co-info-banner--link-list .effect--fade-in-right.effect--stagger-4,
.co-info-banner--link-list .effect--scale-shape.effect--stagger-4, .co-info-banner--link-list .effect--scale-shape-in-up.effect--stagger-4,
.co-info-banner--link-list .effect--scale-shape-in-down.effect--stagger-4, .co-info-banner--link-list .effect--scale-shape-in-left.effect--stagger-4,
.co-info-banner--link-list .effect--scale-shape-in-right.effect--stagger-4, .co-info-banner .effect--fade-in-up.effect--stagger-4, .co-info-banner .effect--fade-in-down.effect--stagger-4,
.co-info-banner .effect--fade-in-left.effect--stagger-4, .co-info-banner .effect--fade-in-right.effect--stagger-4,
.co-info-banner .effect--scale-shape.effect--stagger-4, .co-info-banner .effect--scale-shape-in-up.effect--stagger-4,
.co-info-banner .effect--scale-shape-in-down.effect--stagger-4, .co-info-banner .effect--scale-shape-in-left.effect--stagger-4,
.co-info-banner .effect--scale-shape-in-right.effect--stagger-4, .co-halfwidth-icon .effect--fade-in-up.effect--stagger-4, .co-halfwidth-icon .effect--fade-in-down.effect--stagger-4,
.co-halfwidth-icon .effect--fade-in-left.effect--stagger-4, .co-halfwidth-icon .effect--fade-in-right.effect--stagger-4,
.co-halfwidth-icon .effect--scale-shape.effect--stagger-4, .co-halfwidth-icon .effect--scale-shape-in-up.effect--stagger-4,
.co-halfwidth-icon .effect--scale-shape-in-down.effect--stagger-4, .co-halfwidth-icon .effect--scale-shape-in-left.effect--stagger-4,
.co-halfwidth-icon .effect--scale-shape-in-right.effect--stagger-4, .view--upcoming-events .effect--fade-in-up.effect--stagger-4, .view--upcoming-events .effect--fade-in-down.effect--stagger-4,
.view--upcoming-events .effect--fade-in-left.effect--stagger-4, .view--upcoming-events .effect--fade-in-right.effect--stagger-4,
.view--upcoming-events .effect--scale-shape.effect--stagger-4, .view--upcoming-events .effect--scale-shape-in-up.effect--stagger-4,
.view--upcoming-events .effect--scale-shape-in-down.effect--stagger-4, .view--upcoming-events .effect--scale-shape-in-left.effect--stagger-4,
.view--upcoming-events .effect--scale-shape-in-right.effect--stagger-4, .co-fullwidth .effect--fade-in-up.effect--stagger-4, .co-fullwidth .effect--fade-in-down.effect--stagger-4,
.co-fullwidth .effect--fade-in-left.effect--stagger-4, .co-fullwidth .effect--fade-in-right.effect--stagger-4,
.co-fullwidth .effect--scale-shape.effect--stagger-4, .co-fullwidth .effect--scale-shape-in-up.effect--stagger-4,
.co-fullwidth .effect--scale-shape-in-down.effect--stagger-4, .co-fullwidth .effect--scale-shape-in-left.effect--stagger-4,
.co-fullwidth .effect--scale-shape-in-right.effect--stagger-4, .co-text-header .effect--fade-in-up.effect--stagger-4, .co-text-header .effect--fade-in-down.effect--stagger-4,
.co-text-header .effect--fade-in-left.effect--stagger-4, .co-text-header .effect--fade-in-right.effect--stagger-4,
.co-text-header .effect--scale-shape.effect--stagger-4, .co-text-header .effect--scale-shape-in-up.effect--stagger-4,
.co-text-header .effect--scale-shape-in-down.effect--stagger-4, .co-text-header .effect--scale-shape-in-left.effect--stagger-4,
.co-text-header .effect--scale-shape-in-right.effect--stagger-4 {
  animation-delay: 500ms;
}

/**********************8*********
* parallax prep
********************************/
.js .effect--parallax > * {
  display: inline-block;
  will-change: transform;
  transition: transform 2.5s cubic-bezier(0.18, 1, 0.21, 1);
}

html.no-js .effect:before, html.no-js .effect:after, html.prefers-reduced-motion .effect:before, html.prefers-reduced-motion .effect:after {
  transform: none !important;
  content: none !important;
}
html.no-js .effect[class*=wipe-bg--]:before, html.prefers-reduced-motion .effect[class*=wipe-bg--]:before {
  content: "" !important;
  z-index: -1;
}

.node--type--news.node--view-mode--full {
  padding-bottom: 4em;
}
.node--type--news.node--view-mode--full .news-type {
  color: #639f2a;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 0.75rem;
  text-transform: uppercase;
  display: inline-block;
}
.node--type--news.node--view-mode--full .field--name-field-date {
  color: #868686;
  border-bottom: 0.125rem solid #868686;
  margin-bottom: 1em;
  font-style: italic;
}
.node--type--news .test {
  margin: 0px;
}
.node--type--news.node--view-mode--listing {
  margin: 2.8125rem 0;
}
.node--type--news.node--view-mode--listing .news-img-container {
  flex: 0 0 30%;
  margin: 0 1.875rem 1.875rem 0;
  position: relative;
}
.node--type--news.node--view-mode--listing .l-container--aspect .media {
  padding-bottom: 109.0909090909%;
}
.node--type--news.node--view-mode--listing .news-content {
  flex: 1 1 10%;
  position: relative;
  padding-bottom: 2em;
}
.node--type--news.node--view-mode--listing .news-content .news-type {
  color: #639f2a;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 0.75rem;
  text-transform: uppercase;
  margin-bottom: 0.9375rem;
}
.node--type--news.node--view-mode--listing .news-content h2,
.node--type--news.node--view-mode--listing .news-content h2 p {
  line-height: 1.4em;
}
.node--type--news.node--view-mode--listing .news-content .news-date {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 700;
}

/********************
** Video header
********************/
html.no-js #video-header #slide-label,
html.no-js #video-header #slide-text-0 {
  opacity: 1;
  display: block;
  visibility: visible;
}
html.no-js #video-header #slide-text-0:after {
  content: "";
  display: inline-flex;
  width: 0.175em;
  height: 0.175em;
  background: #b3d143;
  margin-left: 0.05em;
  margin-top: -0.02em;
}
html.no-js #video-header noscript img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-container {
  overflow: hidden;
  width: 100%;
  background-color: #000;
  display: flex;
  flex-direction: column;
}
.video-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 4;
}

.video-container--inner {
  min-height: 20rem;
  max-height: 45.3125rem;
  margin: 0;
  width: 100%;
  aspect-ratio: 16/9;
}

.slide-mask {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.slide-content--outer {
  width: 100%;
  top: 3.75rem;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  z-index: 5;
}
.slide-content--outer {
  padding-top: 4.0625rem;
}
.slide-content--outer {
  padding-bottom: 2.8125rem;
}

.slide-text, .slide-text--small, .slide-text--large {
  color: white;
  position: absolute;
  display: none;
  visibility: hidden;
  opacity: 0;
}

.slide-text--active {
  position: relative;
  display: inline-block;
  visibility: visible;
}

.slide-text--small {
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
}
.slide-text--small {
  font-size: 1.25rem;
}
.slide-text--small {
  line-height: 2.1875rem;
}

.slide-text--large {
  font-family: "sailec";
  letter-spacing: -0.005em;
}
.slide-text--large {
  font-size: 3.4375rem;
}
.slide-text--large {
  line-height: 4.0625rem;
}

.slide-text--line {
  float: left;
  clear: both !important;
  display: inline-block !important;
  position: relative;
}

.slide-text--period {
  position: absolute;
  width: 0;
  height: 0;
  top: 60%;
  left: 0;
  z-index: -1;
  transform-origin: 0% 0%;
  transform: scaleX(0) scaleY(0.33) translateY(0%) translateX(0%);
}

.pink .slide-text--period {
  background-color: #ef1faa;
}

.purple .slide-text--period {
  background-color: #6f27eb;
}

.green .slide-text--period {
  background-color: #b3d143;
}

.blue .slide-text--period {
  background-color: #3dc1fc;
}

.yellow .slide-text--period {
  background-color: #edb22d;
}

.red .slide-text--period {
  background-color: #f6431f;
}

.slide {
  z-index: 0;
}

.slide--current-slide {
  transform: translateX(0%);
  z-index: 2;
}

.slide--next-slide {
  transform: translateX(30%);
  z-index: 1;
}

.video--is-not-yet-loaded {
  opacity: 0;
  transition: opacity 500ms ease-in-out;
}

.video--is-loaded {
  opacity: 1;
  transition: opacity 500ms ease-in-out;
}

.video-mask {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.video-mask video {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 500ms ease-in-out;
}

.js-button {
  position: absolute;
  top: 100%;
  left: 100%;
  transform: translate(-100%, -100%);
  height: 3.125rem;
  width: 3.125rem;
  background-color: transparent;
  z-index: 5;
}
.js-button #play-icon {
  visibility: hidden;
  display: none;
}

.pantheon-environment-warning {
  font-size: 3.5rem;
  line-height: 3.5rem;
  font-weight: 900;
  position: fixed;
  bottom: -1.25rem;
  left: 2.25rem;
  transform: rotate(-90deg);
  transform-origin: left;
  opacity: 0.15;
}

.content-404 {
  text-align: center;
  position: relative;
}
.content-404 .co-message-bg {
  right: 0;
  left: 0;
  margin: auto;
}
.content-404 .co-message-bg span {
  display: block;
  margin: auto;
  font-size: 9.375rem;
}
.content-404 .divider {
  margin: auto;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  width: 3.125rem;
  height: 0.1875rem;
  background-color: #6f27eb;
}
.content-404 .icon-404 {
  width: 100%;
  height: 9.375rem;
  position: absolute;
  top: 2.5rem;
  left: 0;
  right: 0;
  margin: auto;
}
.content-404 .icon-404 svg, .content-404 .icon-404 path {
  margin: auto;
  display: block;
  height: 100%;
}

/********************
** Add to Calendar
********************/
.addtocalendar {
  z-index: 1;
  position: relative;
}
.addtocalendar *:focus-visible {
  outline: auto !important;
}
.addtocalendar .atcb-link {
  position: relative;
}
.addtocalendar .atcb-link:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 48%;
  height: 48%;
  margin: auto;
  background: url(../../icons/calendar.svg) no-repeat center center;
  background-size: contain;
}
.addtocalendar .atcb-link:hover, .addtocalendar .atcb-link[aria-expanded=true] {
  background-color: #000;
}
.addtocalendar .atcb-link:hover:after, .addtocalendar .atcb-link[aria-expanded=true]:after {
  filter: invert(1);
}
.addtocalendar .atcb-link:not([aria-expanded=true]) ~ .atcb-list {
  visibility: hidden;
}
.addtocalendar .atcb-link[aria-expanded=true] ~ .atcb-list {
  visibility: visible;
}
.atcb--green .addtocalendar .atcb-link:hover, .atcb--green .addtocalendar .atcb-link[aria-expanded=true] {
  background-color: #b3d143;
}
.atcb--green .addtocalendar .atcb-link:hover:after, .atcb--green .addtocalendar .atcb-link[aria-expanded=true]:after {
  filter: invert(1);
}
.atcb--blue .addtocalendar .atcb-link:hover, .atcb--blue .addtocalendar .atcb-link[aria-expanded=true] {
  background-color: #3dc1fc;
}
.atcb--blue .addtocalendar .atcb-link:hover:after, .atcb--blue .addtocalendar .atcb-link[aria-expanded=true]:after {
  filter: invert(1);
}
.atcb--pink .addtocalendar .atcb-link:hover, .atcb--pink .addtocalendar .atcb-link[aria-expanded=true] {
  background-color: #ef1faa;
}
.atcb--pink .addtocalendar .atcb-link:hover:after, .atcb--pink .addtocalendar .atcb-link[aria-expanded=true]:after {
  filter: invert(1);
}
.atcb--purple .addtocalendar .atcb-link:hover, .atcb--purple .addtocalendar .atcb-link[aria-expanded=true] {
  background-color: #6f27eb;
}
.atcb--purple .addtocalendar .atcb-link:hover:after, .atcb--purple .addtocalendar .atcb-link[aria-expanded=true]:after {
  filter: invert(1);
}
.atcb--red .addtocalendar .atcb-link:hover, .atcb--red .addtocalendar .atcb-link[aria-expanded=true] {
  background-color: #f6431f;
}
.atcb--red .addtocalendar .atcb-link:hover:after, .atcb--red .addtocalendar .atcb-link[aria-expanded=true]:after {
  filter: invert(1);
}
.atcb--yellow .addtocalendar .atcb-link:hover, .atcb--yellow .addtocalendar .atcb-link[aria-expanded=true] {
  background-color: #edb22d;
}
.atcb--yellow .addtocalendar .atcb-link:hover:after, .atcb--yellow .addtocalendar .atcb-link[aria-expanded=true]:after {
  filter: invert(1);
}
.addtocalendar .atcb-list {
  top: 0;
  left: 5rem;
  z-index: 999;
  display: block;
  border: 0.1875rem solid #000;
  padding: 0.3125rem 0px;
}
.addtocalendar .atcb-list li.atcb-item {
  display: block;
  position: relative;
}
.addtocalendar .atcb-list li.atcb-item a {
  display: block;
  padding: 0.625rem 0.9375rem;
  position: relative;
  z-index: 1;
  font-size: 0.875rem;
  font-weight: normal;
  outline-offset: -0.1875rem;
  line-height: 1.1;
  letter-spacing: 0;
  transition: padding-left 0.25s cubic-bezier(0.55, 0.085, 0, 0.99);
}
.addtocalendar .atcb-list li.atcb-item a:hover {
  padding-left: 1.3125rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

/********************
** IE Fallbacks
   TODO: MS no longer supports IE. These should be dropped
********************/
@supports (-ms-accelerator: true) {
  .svg-logo {
    display: block;
    width: 6.25rem;
    max-width: 6.25rem;
  }
}
_:-ms-lang(x) .svg-logo {
  display: block;
  width: 6.25rem;
  max-width: 6.25rem;
}

.paragraph--type--full-width-slideshow,
.field--name-field-para-content,
.field--type-image {
  max-width: 62.5rem;
  margin: 0 auto;
}

.fys-bg-green {
  background-color: #b2d334;
}

.fys-fill-green {
  fill: #b2d334;
}

.fys-fill-fo-green {
  fill: #D2E588;
}

.fys-bg-blue {
  background-color: #aee4f4;
}

.fys-fill-blue {
  fill: #aee4f4;
}

.fys-fill-fo-blue {
  fill: #DBF3FA;
}

.fys-bg-pink {
  background-color: #F20AAB;
}

.fys-fill-pink {
  fill: #F20AAB;
}

.fys-fill-fo-pink {
  fill: #F969CD;
}

.fys-bg-purple {
  background-color: #6F0CEF;
}

.fys-fill-purple {
  fill: #6F0CEF;
}

.fys-fill-fo-purple {
  fill: #A76AF7;
}

.fys-bg-red {
  background-color: #FF530D;
}

.fys-fill-red {
  fill: #FF530D;
}

.fys-fill-fo-red {
  fill: #FF9B73;
}

.fys-bg-yellow {
  background-color: #EFB30C;
}

.fys-fill-yellow {
  fill: #EFB30C;
}

.fys-fill-fo-yellow {
  fill: #F7D26A;
}

.fys-bg-dk-gray {
  background-color: #666666;
}

.fys-fill-dk-gray {
  fill: #666666;
}

.fys-fill-fo-dk-gray {
  fill: #999999;
}

.fys-bg-gray {
  background-color: #e0dedc;
}

.fys-fill-gray {
  fill: #e0dedc;
}

.fys-fill-fo-gray {
  fill: #808080;
}

.fys-bg-lt-gray {
  background-color: #E6E6E6;
}

.fys-fill-lt-gray {
  fill: #E6E6E6;
}

.fys-fill-fo-lt-gray {
  fill: #E6E6E6;
}

.fys-bg-tan {
  background-color: #F9F6F2;
}

.fys-fill-tan {
  fill: #F9F6F2;
}

.fys-fill-fo-tan {
  fill: #F9F6F2;
}

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

.fys-fill-white {
  fill: #FFFFFF;
}

.fys-fill-fo-white {
  fill: #FFFFFF;
}

.fys-bg-black {
  background-color: #000000;
}

.fys-fill-black {
  fill: #000000;
}

.fys-fill-fo-black {
  fill: #000000;
}

.fys-bg-accessibility {
  background-color: #0076FF;
}

.fys-fill-transparent {
  fill: transparent;
}

#fys {
  margin-top: 1.875rem;
  overflow: hidden;
  transition: opacity 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
  width: calc(100% - 2.25rem);
}
#fys.loading {
  opacity: 0;
}
#fys.loading #fys-breadcrumb {
  transform: translate3d(0, -1.25rem, 0);
}
#fys span.svg {
  display: block;
}

#fys-breadcrumb {
  width: 100%;
  color: #868686;
  padding: 1.25rem 0;
  transition: transform 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
  transform: translate3d(0, 0px, 0);
}
#fys-breadcrumb .fys-breadcrumb--item {
  cursor: pointer;
}
#fys-breadcrumb .fys-breadcrumb-label {
  color: #868686;
  font-size: 0.5625rem;
}
#fys-breadcrumb .fys-breadcrumb-label span {
  position: relative;
  display: inline-block;
}
#fys-breadcrumb .fys-breadcrumb-label span:before {
  content: "";
  display: block;
  position: absolute;
  top: -0.25rem;
  left: 0;
  height: 0.1875rem;
  width: 0%;
  background-color: transparent;
  transition: width 0.25s cubic-bezier(0.55, 0.085, 0, 0.99), background-color 0.25s cubic-bezier(0.55, 0.085, 0, 0.99);
}
#fys-breadcrumb .highlight {
  color: #000;
}
#fys-breadcrumb .highlight .fys-breadcrumb-label {
  color: #000;
}
#fys-breadcrumb .highlight .fys-breadcrumb-label span:before {
  width: 100%;
  background-color: #b3d143;
}

#fys-form {
  width: 100%;
  min-height: 3.125rem;
  position: relative;
}
#fys-form .select-wrapper {
  height: 3.4375rem;
  vertical-align: top;
  margin: 0;
  padding: 0;
  min-width: 95%;
}
#fys-form .select-wrapper:after {
  pointer-events: none;
}
#fys-form .select-wrapper select {
  padding: 0 1.25rem;
  height: 100%;
  z-index: 1;
}

.select-wrapper {
  border: 0.0625rem solid #868686 !important;
  margin-bottom: 0.3125rem;
  display: inline-block;
  position: relative;
  background: #FFFFFF;
}
.select-wrapper:after {
  font-family: "icons";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "i";
  font-size: 1.5rem;
  color: #333333;
  position: absolute;
  top: 50%;
  right: 0.125rem;
  display: block;
  transform: rotate(90deg) translateX(-50%);
  z-index: 0;
}
.select-wrapper select {
  width: 100%;
  background-color: #FFFFFF;
  background-image: none;
  cursor: pointer;
}
.select-wrapper select::-ms-expand {
  display: none;
}
.select-wrapper select:disabled {
  background: #868686;
}

#seat-select-wrapper {
  width: 100%;
}

#fys-map {
  width: 100%;
  max-width: 28.125rem;
  margin: 0 auto;
  position: relative;
}
#fys-map #fys-map--base {
  padding-top: 0;
  transition: padding-top 1s cubic-bezier(0.55, 0.085, 0, 0.99);
}
#fys-map #fys-map--base .svg {
  position: relative;
  height: 0;
  width: 100%;
  padding: 0;
  padding-bottom: 92.8571428571%;
}
#fys-map #fys-map--base .svg svg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
#fys-map #fys-map--base svg .undercover {
  fill: #F9F6F2;
}
#fys-map #fys-map--base svg .main-stage {
  fill: #FFFFFF;
}
#fys-map #fys-map--base svg .main-stage_text {
  fill: #666666;
}
#fys-map #fys-map--base svg .pit {
  fill: #EFB30C;
}
#fys-map #fys-map--base svg .prime {
  fill: #FF530D;
}
#fys-map #fys-map--base svg .main {
  fill: #F20AAB;
}
#fys-map #fys-map--base svg .orchestra-c {
  fill: #6F0CEF;
}
#fys-map #fys-map--base svg .balcony {
  fill: #666666;
}
#fys-map #fys-map--base svg .balcony_text {
  fill: #FFFFFF;
}
#fys-map #fys-map--base svg .terrace {
  fill: #aee4f4;
}
#fys-map #fys-map--base svg .lawn {
  fill: #b2d334;
}
#fys-map #fys-map--base svg .lawn_text {
  fill: #FFFFFF;
}
#fys-map #fys-map--base svg path,
#fys-map #fys-map--base svg polygon {
  transition: fill 1s cubic-bezier(0.55, 0.085, 0, 0.99);
}
#fys-map #fys-map--base.fade-out {
  padding-top: 2.8125rem;
}
#fys-map #fys-map--base.fade-out svg .text {
  opacity: 0;
}
#fys-map #fys-map--base.fade-out svg .main-stage_text {
  opacity: 1;
  fill: #666666;
}
#fys-map #fys-map--base.fade-out svg .pit {
  fill: #e0dedc;
}
#fys-map #fys-map--base.fade-out svg .prime {
  fill: #e0dedc;
}
#fys-map #fys-map--base.fade-out svg .main {
  fill: #e0dedc;
}
#fys-map #fys-map--base.fade-out svg .orchestra-c {
  fill: #e0dedc;
}
#fys-map #fys-map--base.fade-out svg .balcony {
  fill: #e0dedc;
}
#fys-map #fys-map--base.fade-out svg .terrace {
  fill: #e0dedc;
}
#fys-map #fys-map--base.fade-out svg .lawn {
  fill: transparent;
}
#fys-map #fys-map--overlays {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#fys-map #fys-map--overlays .svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.55, 0.085, 0, 0.99), visibility 0s cubic-bezier(0.55, 0.085, 0, 0.99) 1s;
  height: 0;
  padding: 0;
  padding-bottom: 34.9431818182%;
}
#fys-map #fys-map--overlays .svg svg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
#fys-map[data-section1=pit][data-section2=null] #fys-map--base.fade-out svg .pit, #fys-map[data-section1=pit][data-section2=""] #fys-map--base.fade-out svg .pit {
  fill: #F7D26A;
}
#fys-map[data-section1=pit][data-section2=null] #fys-map--overlays #pit--overlay-wrapper, #fys-map[data-section1=pit][data-section2=""] #fys-map--overlays #pit--overlay-wrapper {
  opacity: 1;
  visibility: visible;
  transition: opacity 1s cubic-bezier(0.55, 0.085, 0, 0.99), visibility 0s cubic-bezier(0.55, 0.085, 0, 0.99) 0s;
}
#fys-map[data-section1=pit][data-section2=sec300] #fys-map--base.fade-out svg .pit {
  fill: #e0dedc;
}
#fys-map[data-section1=pit][data-section2=sec300] #fys-map--base.fade-out svg .pit .pit-sec300 {
  fill: #F7D26A;
}
#fys-map[data-section1=pit][data-section2=sec200] #fys-map--base.fade-out svg .pit {
  fill: #e0dedc;
}
#fys-map[data-section1=pit][data-section2=sec200] #fys-map--base.fade-out svg .pit .pit-sec200 {
  fill: #F7D26A;
}
#fys-map[data-section1=pit][data-section2=sec100] #fys-map--base.fade-out svg .pit {
  fill: #e0dedc;
}
#fys-map[data-section1=pit][data-section2=sec100] #fys-map--base.fade-out svg .pit .pit-sec100 {
  fill: #F7D26A;
}
#fys-map[data-section1=prime][data-section2=null] #fys-map--base.fade-out svg .prime, #fys-map[data-section1=prime][data-section2=""] #fys-map--base.fade-out svg .prime {
  fill: #FF9B73;
}
#fys-map[data-section1=prime][data-section2=null] #fys-map--overlays #prime--overlay-wrapper, #fys-map[data-section1=prime][data-section2=""] #fys-map--overlays #prime--overlay-wrapper {
  opacity: 1;
  visibility: visible;
  transition: opacity 1s cubic-bezier(0.55, 0.085, 0, 0.99), visibility 0s cubic-bezier(0.55, 0.085, 0, 0.99) 0s;
}
#fys-map[data-section1=prime][data-section2=sec300] #fys-map--base.fade-out svg .prime {
  fill: #e0dedc;
}
#fys-map[data-section1=prime][data-section2=sec300] #fys-map--base.fade-out svg .prime .prime-sec300 {
  fill: #FF9B73;
}
#fys-map[data-section1=prime][data-section2=sec200] #fys-map--base.fade-out svg .prime {
  fill: #e0dedc;
}
#fys-map[data-section1=prime][data-section2=sec200] #fys-map--base.fade-out svg .prime .prime-sec200 {
  fill: #FF9B73;
}
#fys-map[data-section1=prime][data-section2=sec100] #fys-map--base.fade-out svg .prime {
  fill: #e0dedc;
}
#fys-map[data-section1=prime][data-section2=sec100] #fys-map--base.fade-out svg .prime .prime-sec100 {
  fill: #FF9B73;
}
#fys-map[data-section1=main][data-section2=null] #fys-map--base.fade-out svg .main, #fys-map[data-section1=main][data-section2=""] #fys-map--base.fade-out svg .main {
  fill: #F969CD;
}
#fys-map[data-section1=main][data-section2=null] #fys-map--overlays #main--overlay-wrapper, #fys-map[data-section1=main][data-section2=""] #fys-map--overlays #main--overlay-wrapper {
  opacity: 1;
  visibility: visible;
  transition: opacity 1s cubic-bezier(0.55, 0.085, 0, 0.99), visibility 0s cubic-bezier(0.55, 0.085, 0, 0.99) 0s;
}
#fys-map[data-section1=main][data-section2=sec500] #fys-map--base.fade-out svg .main {
  fill: #e0dedc;
}
#fys-map[data-section1=main][data-section2=sec500] #fys-map--base.fade-out svg .main .main-sec500 {
  fill: #F969CD;
}
#fys-map[data-section1=main][data-section2=sec400] #fys-map--base.fade-out svg .main {
  fill: #e0dedc;
}
#fys-map[data-section1=main][data-section2=sec400] #fys-map--base.fade-out svg .main .main-sec400 {
  fill: #F969CD;
}
#fys-map[data-section1=main][data-section2=sec300] #fys-map--base.fade-out svg .main {
  fill: #e0dedc;
}
#fys-map[data-section1=main][data-section2=sec300] #fys-map--base.fade-out svg .main .main-sec300 {
  fill: #F969CD;
}
#fys-map[data-section1=main][data-section2=sec200] #fys-map--base.fade-out svg .main {
  fill: #e0dedc;
}
#fys-map[data-section1=main][data-section2=sec200] #fys-map--base.fade-out svg .main .main-sec200 {
  fill: #F969CD;
}
#fys-map[data-section1=main][data-section2=sec100] #fys-map--base.fade-out svg .main {
  fill: #e0dedc;
}
#fys-map[data-section1=main][data-section2=sec100] #fys-map--base.fade-out svg .main .main-sec100 {
  fill: #F969CD;
}
#fys-map[data-section1=main] #detail--main--sec500--mm,
#fys-map[data-section1=main] #detail--main--sec400--mm,
#fys-map[data-section1=main] #detail--main--sec300--mm,
#fys-map[data-section1=main] #detail--main--sec200--mm,
#fys-map[data-section1=main] #detail--main--sec100--mm {
  margin-top: 0.625rem;
}
#fys-map[data-section1=balcony][data-section2=null] #fys-map--base.fade-out svg .balcony, #fys-map[data-section1=balcony][data-section2=""] #fys-map--base.fade-out svg .balcony {
  fill: #999999;
}
#fys-map[data-section1=balcony][data-section2=null] #fys-map--overlays #balcony--overlay-wrapper, #fys-map[data-section1=balcony][data-section2=""] #fys-map--overlays #balcony--overlay-wrapper {
  opacity: 1;
  visibility: visible;
  transition: opacity 1s cubic-bezier(0.55, 0.085, 0, 0.99), visibility 0s cubic-bezier(0.55, 0.085, 0, 0.99) 0s;
}
#fys-map[data-section1=terrace][data-section2=null] #fys-map--base.fade-out svg .terrace, #fys-map[data-section1=terrace][data-section2=""] #fys-map--base.fade-out svg .terrace {
  fill: #DBF3FA;
}
#fys-map[data-section1=terrace][data-section2=null] #fys-map--overlays #terrace--overlay-wrapper, #fys-map[data-section1=terrace][data-section2=""] #fys-map--overlays #terrace--overlay-wrapper {
  opacity: 1;
  visibility: visible;
  transition: opacity 1s cubic-bezier(0.55, 0.085, 0, 0.99), visibility 0s cubic-bezier(0.55, 0.085, 0, 0.99) 0s;
}
#fys-map[data-section1=terrace][data-section2=a] #fys-map--base.fade-out svg .terrace {
  fill: #e0dedc;
}
#fys-map[data-section1=terrace][data-section2=a] #fys-map--base.fade-out svg .terrace .terrace-a {
  fill: #DBF3FA;
}
#fys-map[data-section1=terrace][data-section2=b] #fys-map--base.fade-out svg .terrace {
  fill: #e0dedc;
}
#fys-map[data-section1=terrace][data-section2=b] #fys-map--base.fade-out svg .terrace .terrace-b {
  fill: #DBF3FA;
}
#fys-map[data-section1=terrace][data-section2=c] #fys-map--base.fade-out svg .terrace {
  fill: #e0dedc;
}
#fys-map[data-section1=terrace][data-section2=c] #fys-map--base.fade-out svg .terrace .terrace-c {
  fill: #DBF3FA;
}
#fys-map[data-section1=terrace][data-section2=d] #fys-map--base.fade-out svg .terrace {
  fill: #e0dedc;
}
#fys-map[data-section1=terrace][data-section2=d] #fys-map--base.fade-out svg .terrace .terrace-d {
  fill: #DBF3FA;
}
#fys-map[data-section1=terrace][data-section2=e] #fys-map--base.fade-out svg .terrace {
  fill: #e0dedc;
}
#fys-map[data-section1=terrace][data-section2=e] #fys-map--base.fade-out svg .terrace .terrace-e {
  fill: #DBF3FA;
}
#fys-map[data-section1=terrace][data-section2=f] #fys-map--base.fade-out svg #terrace {
  fill: #e0dedc;
}
#fys-map[data-section1=terrace][data-section2=f] #fys-map--base.fade-out svg #terrace .terrace-f {
  fill: #DBF3FA;
}
#fys-map #fys-map--detail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 18.125rem;
}
#fys-map #fys-map--detail .detail-section1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#fys-map #fys-map--detail .detail-section1#detail--pit .detail-section2 {
  width: 50%;
}
#fys-map #fys-map--detail .detail-section2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  transform-origin: 50% 50%;
  width: 93%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s cubic-bezier(0.55, 0.085, 0, 0.99), visibility 0s cubic-bezier(0.55, 0.085, 0, 0.99) 1s;
  background-color: rgba(250, 250, 250, 0.85);
  padding: 0.25rem 0;
}
#fys-map #fys-map--detail .detail-section2.selected {
  opacity: 1;
  visibility: visible;
  transition: opacity 1s cubic-bezier(0.55, 0.085, 0, 0.99), visibility 0s cubic-bezier(0.55, 0.085, 0, 0.99) 0s;
}
#fys-map #fys-map--detail .detail-section2.alignment-left {
  text-align: left;
}
#fys-map #fys-map--detail .detail-section2.alignment-left .row {
  padding-left: 2em;
}
#fys-map #fys-map--detail .detail-section2.alignment-left .row .row-label {
  right: 100%;
  transform: translate3d(100%, 0, 0);
}
#fys-map #fys-map--detail .detail-section2.alignment-left .row.row-style--box {
  justify-content: flex-end;
  padding: 0 0.25rem;
}
#fys-map #fys-map--detail .detail-section2.alignment-left .row.row-style--box .seat-width--odd .seat:first-child {
  margin-right: 0.625rem;
}
#fys-map #fys-map--detail .detail-section2.alignment-center {
  text-align: center;
}
#fys-map #fys-map--detail .detail-section2.alignment-center .row {
  padding-left: 2em;
}
#fys-map #fys-map--detail .detail-section2.alignment-center .row .row-label {
  right: 100%;
  transform: translate3d(100%, 0, 0);
}
#fys-map #fys-map--detail .detail-section2.alignment-center .row.row-style--box {
  justify-content: center;
  padding: 0 0.25rem;
}
#fys-map #fys-map--detail .detail-section2.alignment-right {
  text-align: right;
}
#fys-map #fys-map--detail .detail-section2.alignment-right .row {
  padding-right: 2em;
}
#fys-map #fys-map--detail .detail-section2.alignment-right .row .row-label {
  left: 100%;
  transform: translate3d(-100%, 0, 0);
}
#fys-map #fys-map--detail .detail-section2.alignment-right .row.row-style--box {
  justify-content: flex-start;
  padding: 0 0.25rem;
}
#fys-map #fys-map--detail .detail-section2.alignment-right .row.row-style--box .seat-width--odd.seat-width--1 .seat:nth-child(0) {
  margin-right: 0.0625rem;
  margin-left: 0.625rem;
}
#fys-map #fys-map--detail .detail-section2.alignment-right .row.row-style--box .seat-width--odd.seat-width--2 .seat:nth-child(1) {
  margin-right: 0.0625rem;
  margin-left: 0.625rem;
}
#fys-map #fys-map--detail .detail-section2.alignment-right .row.row-style--box .seat-width--odd.seat-width--3 .seat:nth-child(2) {
  margin-right: 0.0625rem;
  margin-left: 0.625rem;
}
#fys-map #fys-map--detail .detail-section2.alignment-right .row.row-style--box .seat-width--odd.seat-width--4 .seat:nth-child(3) {
  margin-right: 0.0625rem;
  margin-left: 0.625rem;
}
#fys-map #fys-map--detail .detail-section2.alignment-right .row.row-style--box .seat-width--odd.seat-width--5 .seat:nth-child(4) {
  margin-right: 0.0625rem;
  margin-left: 0.625rem;
}
#fys-map #fys-map--detail .detail-section2.alignment-right .row.row-style--box .seat-width--odd.seat-width--6 .seat:nth-child(5) {
  margin-right: 0.0625rem;
  margin-left: 0.625rem;
}
#fys-map #fys-map--detail .detail-section2.section2-row-style--box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 11.25rem;
  width: 100%;
  padding: 0.25rem;
}
#fys-map #fys-map--detail .detail-section2.section2-row-style--box #detail--balcony--boxes-25-32--b30--s4,
#fys-map #fys-map--detail .detail-section2.section2-row-style--box #detail--balcony--boxes-25-32--b30--s2 {
  margin-left: 1.875rem;
}
#fys-map #fys-map--detail .detail-section2.section2-row-style--box #detail--balcony--boxes-7-15--b12--s1,
#fys-map #fys-map--detail .detail-section2.section2-row-style--box #detail--balcony--boxes-7-15--b12--s3 {
  margin-right: 1.875rem;
}
#fys-map #fys-map--detail .detail-section2 .row {
  position: relative;
  display: block;
  transition: background-color 1s cubic-bezier(0.55, 0.085, 0, 0.99);
  padding: 0 0.25rem;
  line-height: 0.875rem;
}
#fys-map #fys-map--detail .detail-section2 .row .row-label {
  position: absolute;
  top: 0;
  font-size: 0.6875rem;
  display: block;
}
#fys-map #fys-map--detail .detail-section2 .row.row-style--box, #fys-map #fys-map--detail .detail-section2 .row.row-style--empty-box {
  flex: 0 0 33%;
  display: flex;
  flex-wrap: wrap-reverse;
  flex-direction: row-reverse;
  align-items: center;
  align-content: center;
  padding-top: 0.6875rem;
  border: 0.0625rem solid #808080;
  margin-left: -0.0625rem;
  margin-bottom: -0.0625rem;
}
#fys-map #fys-map--detail .detail-section2 .row.row-style--box .row-label, #fys-map #fys-map--detail .detail-section2 .row.row-style--empty-box .row-label {
  padding-top: 0.125rem;
  left: auto;
  right: auto;
  width: 100%;
  text-align: center;
  font-size: 0.75rem;
  transform: none;
}
#fys-map #fys-map--detail .detail-section2 .row.row-style--box .seat, #fys-map #fys-map--detail .detail-section2 .row.row-style--empty-box .seat {
  margin: 0 0.0625rem;
  padding: 0.0625rem 0;
}
#fys-map #fys-map--detail .detail-section2 .row.row-style--box .seat.aisle-seat, #fys-map #fys-map--detail .detail-section2 .row.row-style--empty-box .seat.aisle-seat {
  margin-left: 0.625rem;
}
#fys-map #fys-map--detail .detail-section2 .row.row-style--box.selected, #fys-map #fys-map--detail .detail-section2 .row.row-style--empty-box.selected {
  background-color: #E6E6E6;
}
#fys-map #fys-map--detail .detail-section2 .row.row-style--box.selected .seat, #fys-map #fys-map--detail .detail-section2 .row.row-style--empty-box.selected .seat {
  background-color: transparent !important;
}
#fys-map #fys-map--detail .detail-section2 .row.row-style--box.selected .seat.selected .marker, #fys-map #fys-map--detail .detail-section2 .row.row-style--empty-box.selected .seat.selected .marker {
  background-color: #999999;
}
#fys-map #fys-map--detail .detail-section2 .row.row-style--empty-box {
  border: none;
}
#fys-map #fys-map--detail .seat {
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 0.1875rem 0.0625rem 0.1875rem 0.0625rem;
  margin-right: -0.125rem;
  margin-left: -0.125rem;
  color: #000;
  font-size: 0;
  line-height: 0.4375rem;
  transition: color 1s cubic-bezier(0.55, 0.085, 0, 0.99), background-color 1s cubic-bezier(0.55, 0.085, 0, 0.99);
}
#fys-map #fys-map--detail .seat:first-of-type {
  padding-left: 0.25rem;
}
#fys-map #fys-map--detail .seat:last-child {
  padding-right: 0.25rem;
}
#fys-map #fys-map--detail .seat .marker {
  width: 0.4375rem;
  height: 0.4375rem;
  border: 0.0625rem solid #000;
  background-color: white;
  border-radius: 0.75rem;
}
#fys-map #fys-map--detail .seat .marker svg {
  display: none;
}
#fys-map #fys-map--detail .seat.skipped-seat {
  opacity: 0;
}
#fys-map #fys-map--detail .seat .seat-label {
  display: none;
  font-size: 0.375rem;
  line-height: 0.4rem;
}
#fys-map #fys-map--detail .seat.accessible-seat .marker {
  position: relative;
  border-color: #0076FF !important;
  width: 0.5625rem;
  height: 0.5625rem;
  top: 0.0625rem;
  margin-left: 0.0625rem;
  margin-right: 0.0625rem;
}
#fys-map #fys-map--detail .seat.accessible-seat + .seat.accessible-seat .marker {
  margin-left: 0px;
}
#fys-map #fys-map--detail .row-style--box .seat.accessible-seat .marker {
  width: 1.75rem;
  height: 1.75rem;
  border: none;
  background-color: transparent;
  border-radius: 0px;
}
#fys-map #fys-map--detail .row-style--box .seat.accessible-seat .marker svg {
  display: inline-block;
  fill: #0076FF;
}
#fys-map #fys-map--detail .row-break {
  width: 100%;
}
#fys-map #fys-map--detail #detail--balcony--boxes-40-42,
#fys-map #fys-map--detail #detail--balcony--boxes-43-45 {
  flex-direction: row;
  max-height: 5rem;
}
#fys-map #fys-map--detail #detail--balcony--boxes-16-24 .row.row-style--box {
  width: 29%;
}
#fys-map #fys-map--detail #detail--balcony--boxes-16-24 .row.row-style--box#detail--balcony--boxes-16-24--b19, #fys-map #fys-map--detail #detail--balcony--boxes-16-24 .row.row-style--box#detail--balcony--boxes-16-24--b20, #fys-map #fys-map--detail #detail--balcony--boxes-16-24 .row.row-style--box#detail--balcony--boxes-16-24--b21 {
  width: 42%;
}
#fys-map #fys-map--detail #grat-lawn .row.selected .row-label {
  color: #b2d334;
}
#fys-map #fys-map--detail #grat-lawn .row.selected .seat {
  background-color: #effee2;
}
#fys-map #fys-map--detail #grat-lawn .row.selected .seat .marker {
  border-color: #b2d334;
}
#fys-map #fys-map--detail #grat-lawn .row.selected .seat.selected .marker {
  color: #FFFFFF;
  background-color: #b2d334;
}
#fys-map #fys-map--detail #detail--terrace .row.selected .row-label {
  color: #aee4f4;
}
#fys-map #fys-map--detail #detail--terrace .row.selected .seat {
  background-color: #e2f5f8;
}
#fys-map #fys-map--detail #detail--terrace .row.selected .seat .marker {
  border-color: #aee4f4;
}
#fys-map #fys-map--detail #detail--terrace .row.selected .seat.selected .marker {
  color: #FFFFFF;
  background-color: #aee4f4;
}
#fys-map #fys-map--detail #detail--main .row.selected .row-label {
  color: #F20AAB;
}
#fys-map #fys-map--detail #detail--main .row.selected .seat {
  background-color: #ffeefd;
}
#fys-map #fys-map--detail #detail--main .row.selected .seat .marker {
  border-color: #F20AAB;
}
#fys-map #fys-map--detail #detail--main .row.selected .seat.selected .marker {
  color: #FFFFFF;
  background-color: #F20AAB;
}
#fys-map #fys-map--detail #detail--orch-c .row.selected .row-label {
  color: #6F0CEF;
}
#fys-map #fys-map--detail #detail--orch-c .row.selected .seat {
  background-color: #ffeefd;
}
#fys-map #fys-map--detail #detail--orch-c .row.selected .seat .marker {
  border-color: #6F0CEF;
}
#fys-map #fys-map--detail #detail--orch-c .row.selected .seat.selected .marker {
  color: #FFFFFF;
  background-color: #6F0CEF;
}
#fys-map #fys-map--detail #detail--prime .row.selected .row-label {
  color: #FF530D;
}
#fys-map #fys-map--detail #detail--prime .row.selected .seat {
  background-color: #fff3f3;
}
#fys-map #fys-map--detail #detail--prime .row.selected .seat .marker {
  border-color: #FF530D;
}
#fys-map #fys-map--detail #detail--prime .row.selected .seat.selected .marker {
  color: #FFFFFF;
  background-color: #FF530D;
}
#fys-map #fys-map--detail #detail--pit .row.selected .row-label {
  color: #EFB30C;
}
#fys-map #fys-map--detail #detail--pit .row.selected .seat {
  background-color: #fff9e2;
}
#fys-map #fys-map--detail #detail--pit .row.selected .seat .marker {
  border-color: #EFB30C;
}
#fys-map #fys-map--detail #detail--pit .row.selected .seat.selected .marker {
  color: #FFFFFF;
  background-color: #EFB30C;
}
#fys-map #fys-map--detail #detail--balcony .row.selected .row-label {
  color: #666666;
}
#fys-map #fys-map--detail #detail--balcony .row.selected .seat {
  background-color: #cccccc;
}
#fys-map #fys-map--detail #detail--balcony .row.selected .seat .marker {
  border-color: #666666;
}
#fys-map #fys-map--detail #detail--balcony .row.selected .seat.selected .marker {
  color: #FFFFFF;
  background-color: #666666;
}

#fys-map.display-seat-label #fys-map--detail .seat .seat-label {
  display: inline-block;
}

#fys-legend {
  padding: 1.25rem 0;
  width: 100%;
  max-width: 28.125rem;
  margin: 0 auto;
}
#fys-legend ul {
  margin: 0;
  padding: 0;
  -moz-column-count: 2;
       column-count: 2;
}
#fys-legend ul li {
  list-style: none;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  font-size: 0.75rem;
  line-height: 0.875rem;
  padding-top: 0.125rem;
  padding-bottom: 0.5625rem;
  padding-left: 2em;
  position: relative;
}
#fys-legend ul li .color-indicator {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.5em;
  height: 1.5em;
}
#fys-legend ul li .accessible-seats {
  position: relative;
  margin-left: 0.5em;
}
#fys-legend ul li .accessible-seats::after {
  content: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 680' %3E%3Cg fill='%230076FF'%3E%3Cpath d='M521.6,311.6c-7.8-8-18.6-12.2-29.7-11.5l-134,7.5l73.7-84c10.5-12,13.5-27.9,9.4-42.2c-2.1-9.8-8.1-18.6-17.1-24.3c-0.3-0.2-176.2-102.4-176.2-102.4c-14.4-8.3-32.5-6.5-44.9,4.6l-86,76.7c-15.8,14.1-17.2,38.4-3.1,54.3c14.1,15.8,38.4,17.2,54.3,3.1l65.2-58.1l53.9,31.3L192,274.6c-39.4,6.4-74.9,24.6-102.8,50.8l49.7,49.7c22.4-20.4,52.3-32.9,84.9-32.9c69.7,0,126.3,56.7,126.3,126.3c0,32.7-12.5,62.5-32.9,84.9l49.7,49.7c33.1-35.2,53.4-82.5,53.4-134.6c0-31-7.2-60.4-20-86.5l51.9-2.9L439.5,534c-1.7,21.2,14,39.7,35.2,41.4c1.1,0.1,2.1,0.1,3.2,0.1c19.8,0,36.6-15.2,38.3-35.3l16.2-198.7C533.2,330.4,529.3,319.5,521.6,311.6z'/%3E%3Cpath d='M450.4,147c35.5,0,64.3-28.8,64.3-64.3c0-35.5-28.8-64.3-64.3-64.3c-35.5,0-64.3,28.8-64.3,64.3C386.1,118.2,414.9,147,450.4,147z'/%3E%3Cpath d='M223.8,594.9c-69.7,0-126.3-56.7-126.3-126.3c0-26.3,8.1-50.7,21.8-70.9l-50.2-50.2c-26.2,33.4-41.8,75.4-41.8,121.1c0,108.5,88,196.5,196.5,196.5c45.7,0,87.7-15.6,121.1-41.8l-50.2-50.2C274.5,586.9,250,594.9,223.8,594.9z'/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  top: 0;
  left: 0;
  width: 1.2em;
  height: 1.2em;
}

.accessible-icons {
  fill: #0076FF;
}

.accessible_icon {
  display: none;
  fill: #FFFFFF;
}
.accessible_icon .bg {
  fill: #0076FF;
}

.accessibile-bg {
  fill: #0076FF;
}

.overlay-wrapper .text {
  fill: #FFFFFF;
}

#pit--overlay-wrapper svg {
  fill: #EFB30C;
}

#prime--overlay-wrapper svg {
  fill: #FF530D;
}

#main--overlay-wrapper svg {
  fill: #F20AAB;
}

#orch-c--overlay-wrapper svg {
  fill: #6F0CEF;
}

#balcony--overlay-wrapper svg {
  fill: #666666;
}

#terrace--overlay-wrapper svg {
  fill: #aee4f4;
}

#fys-clear-wrapper {
  text-align: left;
  font-size: 0.6875rem;
  color: #808080;
  opacity: 1;
}
#fys-clear-wrapper #fys-clear {
  padding: 0.25rem 0px;
  background: transparent;
  visibility: visible;
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.55, 0.085, 0, 0.99), visibility 0s cubic-bezier(0.55, 0.085, 0, 0.99) 0s;
}
#fys-clear-wrapper #fys-clear.dns {
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.55, 0.085, 0, 0.99), visibility 0s cubic-bezier(0.55, 0.085, 0, 0.99) 1s;
}
#fys-clear-wrapper #fys-clear .text-underline {
  text-decoration: underline;
}

/** Developer override Css*/
.travel-membership {
  margin-bottom: 2.5rem;
}
.travel-membership .btn--border {
  position: absolute !important;
}

.page-type-event #main .accordion-info--seating .column-grid .accordion-content-item:last-child {
  min-height: 12.5rem;
}

.page-type-event #main #dining.l-container--relative.info-open .accordion-info--dining {
  margin-bottom: 3.75rem;
}

.page-type-event #main .accordion-info--dining .column-grid .accordion-content-item a.btn--border,
.page-type-event #main .accordion-info--seating .column-grid .accordion-content-item:last-child a.btn--border {
  /* position: absolute; */
}
@supports (-ms-ime-align: auto) {
  .page-type-event #main .accordion-info--dining .column-grid .accordion-content-item a.btn--border,
  .page-type-event #main .accordion-info--seating .column-grid .accordion-content-item:last-child a.btn--border {
    width: 85%;
  }
  .travel-membership .btn--border {
    position: relative !important;
  }
}
.paragraph--type--full-width-slideshow,
.field--name-field-para-content,
.field--type-image {
  /* max-width: 1000px;*/
  margin: 0 auto;
}

.event-detail--wrapper .event-detail--content .event-detail--column .col-item a.btn.btn--event.hover--bg {
  position: relative;
}

#dining .accordion-label:before {
  padding-left: 1rem;
}

/*08-11-2023*/
/*tablet_view*/
/*mobile_view*/
.co-halfwidth .co-col--content .text-callout--medium {
  margin-bottom: 0.625rem !important;
}

.paragraph.row-inside--lg.l-container--block.cf .accordion.accordion--faq.accordion--pink span.text-callout--small .field__item {
  color: #ef1faa !important;
}

.col-two-thirds a.btn.btn--border-top.btn--purple.btn--purple-border.btn-text.text--display-face {
  color: #6f27eb !important;
}

.co-info-banner.co-info-banner--link.bg--light-yellow .col-two-thirds a.btn.btn--border-top.btn--yellow.btn--yellow-border.btn-text.text--display-face.text--medium.svg--fill-yellow {
  color: #bc8c23;
}

a.btn.btn--border-top.btn--red.btn--red-border.btn-text.text--display-face.text--medium.svg--fill-red {
  color: #f6431f;
}

.paragraph--type--full-width-slideshow,
.field--name-field-para-content,
.field--type-image {
  max-width: 62.5rem !important;
  margin: 0 auto;
}

.co-halfwidth .co-col--content .text-callout--medium {
  margin-bottom: 0px !important;
}

.effect--reveal .effect--fade-in-up a.btn.btn--border-top.btn--pink.btn--pink-border.btn-text.text--display-face.text--medium.svg--fill-pink {
  color: #ef1faa;
}

.co-halfwidth.co-halfwidth--square-image.co--align-right.l-container--relative .co-col-text.effect--fade-in-up span.l-container--block.text-callout--small .field.field--name-field-callout-label.field--type-string.field--label-hidden.field__item {
  color: #1f9cd5;
}

h3.text--display-face.text-callout--medium {
  margin-bottom: 0 !important;
}

.effect--reveal.paragraph.paragraph--type--full-width-text-callout.paragraph--view-mode--default.row-inside--lg.l-container--block.cf.effect--in-view .effect.effect--fade-in-left h2.l-container--block.text-callout--medium {
  margin-bottom: 0 !important;
}

.effect--reveal.paragraph.paragraph--type--half-width-callout.paragraph--view-mode--default.row-inside--lg.l-container--block .co-halfwidth.co-halfwidth--square-image .flex-grid--small.l-container--relative .co-col-text.effect--fade-in-up .text-callout--small.text--yellow.text--medium .field.field--name-field-callout-label.field--type-string.field--label-hidden.field__item {
  color: #bc8c23;
}

/*03-27-2025*/
.accordion--event .accordion-icon svg path,
.accordion--event .accordion-icon svg polygon,
.accordion--event .accordion-icon svg circle,
.accordion--event .accordion-icon svg rect {
  fill: #b3d143;
}
@media (min-width: 37.5rem) and (max-width: 71.25rem) {
  .path-frontpage .flex-grid--small.l-container--relative.flex-justify--space-around .co-col--content.col-flex--1 {
    margin-left: 1.5625rem;
  }
}
@media only screen and (min-width: 40rem) {
  #block-mann-theme-local-tasks ul.tabs.primary li a {
    width: auto;
  }
  .block-page-title-block {
    padding: 2.5rem 0;
  }
  .row-inside--xs {
    padding: 0.9375rem 0;
  }
  .row-inside--sm {
    padding: 1.875rem 0;
  }
  .row-inside--md {
    padding: 2.5rem 0;
  }
  .row-inside--lg {
    padding: 3.75rem 0;
  }
  .row-inside--xlg {
    padding: 5.3125rem 0;
  }
  .col-half {
    float: left;
    width: 50%;
  }
  .l-faux-table > .col-half {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
  .col-three-quarters {
    float: left;
    width: 100%;
  }
  .gap--md {
    padding-right: 3.4375rem;
  }
  .flex-grid.gutter--sm,
  .flex-grid--small.gutter--sm {
    margin-left: -0.15625rem;
  }
  .flex-grid.gutter--sm .col-item,
  .flex-grid--small.gutter--sm .col-item {
    margin: 0.15625rem;
  }
  .flex-grid.cols--2 .col-item,
  .flex-grid--small.cols--2 .col-item {
    width: 50%;
  }
  .flex-grid.cols--3 .col-item,
  .flex-grid--small.cols--3 .col-item {
    width: 33.333%;
  }
  .flex-grid.cols--4 .col-item,
  .flex-grid--small.cols--4 .col-item {
    width: 25%;
  }
  .flex-grid.cols--5 .col-item,
  .flex-grid--small.cols--5 .col-item {
    width: 20%;
  }
  .flex-grid--small {
    display: flex;
    flex-flow: row wrap;
    flex-wrap: wrap;
  }
  .flex-grid--vertical {
    display: flex;
    flex-flow: column wrap;
    flex-wrap: wrap;
  }
  .style-col-4 .flex-grid.cols--3 .col-item {
    width: 33.333%;
  }
  .column-grid {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
  .column-grid.cols--3 {
    -moz-columns: 3;
         columns: 3;
  }
  .column-grid.cols--4 {
    -moz-columns: 4;
         columns: 4;
  }
  .column-grid .col-item {
    padding-bottom: 1.5625rem;
  }
  .path-user .block-system-main-block .form-actions .form-submit {
    width: auto;
  }
  .path-user .block-system-main-block .form-actions .form-submit {
    min-width: 10.9375rem;
  }
  .embedded-form .fsSubmit button,
  .fsform-container .fsSubmit button {
    width: auto;
  }
  #header .l-container--xlg {
    padding: 0;
  }
  .field--name-field-header:first-child:has(.paragraph--type--featured-text-callout) .row-inside--lg.paragraph--type--featured-text-callout, .contextual:first-child + .field--name-field-header:has(.paragraph--type--featured-text-callout) .row-inside--lg.paragraph--type--featured-text-callout {
    padding-bottom: 2.1875rem;
  }
  #footer {
    padding: 5.3125rem 0;
  }
  #footer .col-1 {
    min-width: 100%;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
  }
  #footer .col-2 {
    min-width: 100%;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
  }
  #footer .col-3 {
    min-width: 100%;
  }
  #block-socialfooter .field {
    margin-right: 1.875rem;
  }
  .menu-main .menu-item:not(:last-of-type),
  .menu-footer .menu-item:not(:last-of-type),
  .menu-main--secondary .menu-item:not(:last-of-type) {
    margin-right: 0.9375rem;
    margin-right: calc(6.25vw - 1.5625rem);
  }
  .menu-main--mobile {
    padding: 0.9375rem 0;
  }
  .menu-main--secondary:not(:only-child) {
    margin-right: 0.9375rem;
    padding-right: 0.9375rem;
    margin-right: calc(1.7857142857vw + 0.22321rem);
    padding-right: calc(1.7857142857vw + 0.22321rem);
  }
  .menu-main--secondary:last-child {
    margin-right: 0px;
    padding-right: 0px;
  }
  .menu-item--secondary > a {
    padding: 0.9375rem 0px;
  }
  .btn--border {
    width: auto;
  }
  .btn--border {
    min-width: 10.9375rem;
  }
  #js-mediaQueryReference {
    width: 3.125rem;
  }
  #js-mediaQueryReference:after {
    content: "tablet";
  }
  .co--basic-text .embedded-entity,
  .co--basic-text .video-embed-field-responsive-video,
  .co--basic-text iframe {
    margin-left: auto;
    margin-right: auto;
  }
  .co--basic-text blockquote {
    margin: 2.5rem auto;
  }
  .co--basic-text blockquote > p {
    font-size: 1.625rem;
    line-height: 2.8125rem;
    padding: 2.5rem 0;
  }
  .text-callout--xlarge {
    font-size: 4.25rem;
    line-height: 5.625rem;
    font-size: calc(1.8229166667vw + 3.52083rem);
    line-height: calc(2.6041666667vw + 4.58333rem);
  }
  .text-callout--large {
    font-size: 1.8125rem;
    line-height: 4rem;
    font-size: calc(6.7708333333vw - 0.89583rem);
    line-height: calc(9.1145833333vw + 0.35417rem);
  }
  .text-callout--medium {
    font-size: 1.5625rem;
    line-height: 2.1875rem;
    font-size: calc(1.3020833333vw + 0.72917rem);
    line-height: calc(1.3020833333vw + 1.35417rem);
  }
  .text-callout--medium.title-long {
    font-size: 1.4375rem;
    line-height: 2.0625rem;
    font-size: calc(1.3020833333vw + 0.60417rem);
    line-height: calc(1.3020833333vw + 1.22917rem);
  }
  .text-callout--small {
    font-size: 1.5rem;
    line-height: 2rem;
    font-size: calc(1.0416666667vw + 0.83333rem);
    line-height: calc(1.0416666667vw + 1.33333rem);
  }
  .list-inlineBlock--atSmall > li {
    display: inline-block;
    margin-left: -0.3125rem;
  }
  .list-inlineBlock--atSmall > li:first-child {
    margin-left: 0;
  }
  .co-fullwidth--text .co-shape-bg--square {
    top: 0;
    bottom: auto;
    width: 20%;
  }
  .co-fullwidth--text .co-shape-bg--circle {
    top: 0;
    bottom: auto;
    width: 20%;
  }
  .co-fullwidth--text .f--desc {
    padding-bottom: 1.875rem;
  }
  .paragraph--type--half-width-callout + .paragraph--type--half-width-callout,
  .paragraph--type--half-width-callout + .paragraph--type--full-width-text-callout,
  .paragraph--type--half-width-callout + .row-inside--md {
    padding-top: 0;
  }
  .co-halfwidth .co-col--content .text-callout--medium {
    font-size: 1.6875rem;
  }
  .co-halfwidth .co-col--content, .co-halfwidth .co-col--image {
    align-self: center;
    margin-bottom: 0px;
  }
  .co-halfwidth.co--align-right .co-col--content {
    text-align: left;
  }
  .co-halfwidth.co--align-right .co-col--image {
    margin-left: calc(5rem / 2 + 0.9375rem);
    margin-left: calc(7.8125vw - 1.5625rem);
  }
  .co-halfwidth.co--align-left .co-col--content {
    text-align: right;
  }
  .co-halfwidth.co--align-left .co-col--image {
    margin-right: calc(5rem / 2 + 0.9375rem);
    margin-right: calc(7.8125vw - 1.5625rem);
  }
  .co-halfwidth--square-image .co-col--content, .co-halfwidth--square-image .co-col--image {
    padding-bottom: calc(5rem / 2);
  }
  .co-halfwidth--square-image.co--align-right .co-message-bg {
    right: 5rem;
    right: calc(11.6071428571vw + 0.35714rem);
  }
  .co-halfwidth--square-image.co--align-left .co-message-bg {
    left: 5rem;
    left: calc(11.6071428571vw + 0.35714rem);
  }
  .co-halfwidth--square-image.co--align-right .co-shape-bg--square {
    right: unset;
    left: -10%;
  }
  .co-halfwidth--square-image.co--align-left .co-shape-bg--square {
    left: unset;
    right: -10%;
  }
  .co-fullwidth > div.l-container--lg {
    padding: 5.3125rem 0 6.5625rem 0;
  }
  .co-fullwidth .text-callout--large {
    margin-bottom: 1.5625rem;
  }
  .co-fullwidth .co-image--circle {
    transform: translateY(50%) translateX(-1.5625rem);
    max-width: 16.875rem;
  }
  .co-event--special .co-shape-bg--square {
    width: 30%;
  }
  .co-event--special .co-shape-bg--square:last-child {
    top: 65%;
  }
  .co-event--special .col-right {
    padding-left: 0;
  }
  .co-content--floating {
    padding: 1.5625rem;
    padding: calc(9.8214285714vw - 2.36607rem);
  }
  .co--align-right, .co-halfwidth.co--align-left {
    flex-direction: row-reverse;
  }
  .co--align-right .co-col--content, .co-halfwidth.co--align-left .co-col--content {
    order: 1;
  }
  .co--align-right .co-col--image, .co-halfwidth.co--align-left .co-col--image {
    order: 0;
    text-align: left;
  }
  .co--align-right .co-image--square img, .co-halfwidth.co--align-left .co-image--square img {
    margin: auto auto auto 0;
  }
  .co--align-left, .co-halfwidth.co--align-right {
    flex-direction: row;
  }
  .co--align-left .co-col--content, .co-halfwidth.co--align-right .co-col--content {
    order: 0;
  }
  .co--align-left .co-col--image, .co-halfwidth.co--align-right .co-col--image {
    order: 1;
    text-align: right;
  }
  .co-halfwidth--circle-image .co-message-bg {
    top: -15%;
  }
  .co-message-bg .co-message-bg--text {
    font-size: 7.8125rem;
    font-size: calc(7.8125vw + 4.6875rem);
  }
  .co-collage .co-image--secondary {
    width: 57%;
    margin-left: -4.5625rem;
  }
  .co-halfwidth-list .co--align-right .co-col--image,
  .co-halfwidth-icon .co--align-right .co-col--image {
    margin-bottom: 0;
    margin-right: 2.1875rem;
    margin-right: calc(5.2083333333vw + 0.10417rem);
  }
  .co-halfwidth-list .co--align-left .co-col--image,
  .co-halfwidth-icon .co--align-left .co-col--image {
    margin-bottom: 0;
    margin-left: 2.1875rem;
    margin-left: calc(5.2083333333vw + 0.10417rem);
  }
  .co-text-header .co-shape-bg {
    width: 25%;
  }
  .co-text-header .co-message-bg {
    margin-left: 0px;
  }
  .paragraph--type--text-header .text-callout--medium {
    padding: 0 3.125rem;
  }
  .paragraph--type--text-header .text-callout--medium p {
    font-size: 1.8125rem;
    line-height: 2.8125rem;
    font-size: calc(1.5625vw + 1.1875rem);
    line-height: calc(3.90625vw + 1.25rem);
  }
  .paragraph--type--featured-events .field--name-field-callout-link a {
    width: auto;
  }
  .paragraph--type--featured-events .field--name-field-callout-link a {
    min-width: 10.9375rem;
  }
  .paragraph--type--featured-events .field--name-field-callout-link a {
    width: 50% !important;
  }
  .co-featured-event .co-message-bg span {
    font-size: 15.625rem;
    font-size: calc(36.4583333333vw - 4.58333rem);
  }
  .co-featured-event.co-halfwidth--square-image .co-col--image {
    max-width: 28.4375rem;
  }
  .co-featured-event.co-halfwidth--circle-image .co-col--image {
    max-width: 50%;
  }
  .co-stat .co-bg {
    bottom: -5%;
  }
  #secondary_menu_wrapper ~ main #block-mann-theme-content > .block-content > article > .paragraph--type--wysiwyg:first-child {
    padding-top: 4.0625rem;
  }
  .paragraph--type--sponsor-logo-grid .field.flex-grid,
  .paragraph--type--sponsor-logo-grid .field.flex-grid--small {
    display: flex;
  }
  .paragraph--type--sponsor-logo-grid .field.flex-grid.cols--5 .field__item.col-item,
  .paragraph--type--sponsor-logo-grid .field.flex-grid--small.cols--5 .field__item.col-item {
    width: 50%;
  }
  .path-frontpage .co-halfwidth-icon .icon-grid .col-icon a.btn {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-size: calc(1.0714285714vw + 0.69643rem);
    line-height: calc(1.0714285714vw + 1.32143rem);
  }
  .path-frontpage .co-fullwidth .text-callout--large {
    font-size: 3.4375rem;
    line-height: 5rem;
    font-size: calc(7.8125vw - 1.0625rem);
    line-height: calc(10.4166666667vw - 1.22917rem);
  }
  .accordion .accordion-item .accordion-info .accordion-content {
    padding: 1.25rem 3.75rem 0 3.75rem;
  }
  .accordion--membership .accordion-toggle-icon {
    top: 3.75rem;
  }
  .event-teaser--listing.flex-grid--small {
    display: flex;
    flex-wrap: nowrap;
  }
  .event-teaser--listing .col-img {
    width: 44%;
    flex: 0 0 auto;
  }
  .event-teaser--listing .col-text {
    padding: 1.875rem 1.875rem 0;
  }
  .event-teaser--full-listing .co-bg {
    right: auto;
    left: 15.625rem;
    bottom: -3.75rem;
    z-index: -1;
  }
  .node--type--event.node--view-mode--full .event-teaser .col-text {
    width: 1%;
    flex: 1 1 auto;
    padding: 1.875rem;
  }
  .accordion--event .accordion-icon {
    width: 3.125rem;
    height: 3.125rem;
    margin-right: 5%;
  }
  .node--type--event.node--view-mode--condensed-listing:hover .col-text h1 > .text--strike-thru--hover {
    background-size: 100% 100%;
  }
  .node--type--event.node--view-mode--condensed-listing:hover:after {
    animation: eventCondensedBar 650ms cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
  }
  .node--type--event.node--view-mode--listing:after {
    left: 100%;
    width: 0.5rem;
    height: 100%;
  }
  .node--type--event.node--view-mode--listing:hover .col-text h2 > .text--strike-thru--hover {
    background-size: 100% 100%;
  }
  .node--type--event.node--view-mode--listing:hover:after {
    animation: eventBar 650ms cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
  }
  .view--upcoming-events {
    padding-bottom: 1.25rem;
  }
  .view--upcoming-events .text-callout--small {
    font-size: 1.25rem;
    line-height: 1.75rem;
    padding-bottom: 2.5rem;
  }
  .view--upcoming-events .views-col-flex--1 {
    flex: 1 0 50%;
  }
  .view--upcoming-events .event-teaser {
    line-height: calc(7.8125vw - 2.5rem);
  }
  .view--upcoming-events .f--label {
    margin-bottom: 1.25rem;
    display: inline-block;
  }
  .view--upcoming-events .f--date {
    margin-bottom: 0.25rem;
    font-size: 1.125rem;
  }
  .view--name--upcoming-events > .flex-grid {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .view--name--upcoming-events header {
    padding-right: 2.5rem;
  }
  .view--name--upcoming-events .views-exposed-form {
    display: flex;
    justify-content: flex-end;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    min-width: 12.5rem;
  }
  .view--name--upcoming-events .co-message {
    top: -1.875rem;
    left: -1.25rem;
  }
  .view--name--current-season-events .views-row {
    width: 33%;
  }
  .view--name--current-season-events .views-row article.event-teaser--condensed {
    width: 95%;
    margin: 0 auto;
  }
  .carousel .co-bg {
    top: 6.25rem;
    right: unset;
    left: -3.4375rem;
    bottom: unset;
    width: 40%;
  }
  .carousel--full-width {
    padding-bottom: 2.5rem;
  }
  .carousel--full-width .co-message-bg {
    transform: translate(0, -14%);
  }
  .carousel-container .flickity-viewport .views-row .col-left {
    max-width: 25.3125rem;
  }
  .carousel-container .flickity-viewport .views-row .co-col-text h1.text-callout--medium {
    margin-bottom: 0.9375rem;
  }
  .carousel-container.event-carousel .flickity-prev-next-button {
    top: 100%;
  }
  .carousel-container.event-carousel .previous {
    display: block;
    left: 100%;
  }
  .carousel-container.event-carousel .next {
    right: 0;
  }
  .carousel-container.event-carousel .col-left {
    width: auto;
  }
  .carousel-container ol {
    display: block;
  }
  .carousel-container ol li {
    margin-right: 2%;
  }
  .flickity-prev-next-button.previous {
    left: 100%;
  }
  .flickity-prev-next-button.next {
    right: 0;
  }
  .carousel-item .co-col-text {
    padding-left: 10%;
  }
  .captions .caption.active-caption {
    opacity: 1;
  }
  .paragraph--type--full-width-slideshow .co-label {
    margin-bottom: 0.9375rem;
  }
  .co-block-color-overlay .captions .caption {
    display: block;
    margin-left: 3.125rem;
  }
  #fys-map #fys-map--detail .detail-section2.section2-row-style--box#detail--balcony--boxes-1-5, #fys-map #fys-map--detail .detail-section2.section2-row-style--box#detail--balcony--boxes-34-39 {
    width: 65%;
  }
}
@media only screen and (min-width: 40rem) and (max-width: 64rem) {
  .view--name--current-season-events .views-rows.flex-grid--small {
    display: flex;
  }
  .view--name--current-season-events .views-row:nth-child(3n+2) .node--view-mode--condensed-listing {
    animation-delay: 0.1s !important;
  }
  .view--name--current-season-events .views-row:nth-child(3n+2) .node--view-mode--condensed-listing:before {
    transition-delay: 0.1s;
  }
  .view--name--current-season-events .views-row:nth-child(3n+2) .node--view-mode--condensed-listing:after {
    transition-delay: 0.3s;
  }
  .view--name--current-season-events .views-row:nth-child(3n+2) .node--view-mode--condensed-listing .col-img, .view--name--current-season-events .views-row:nth-child(3n+2) .node--view-mode--condensed-listing .col-text {
    animation-delay: 0.1s !important;
  }
  .view--name--current-season-events .views-row:nth-child(3n+3) .node--view-mode--condensed-listing {
    animation-delay: 0.2s !important;
  }
  .view--name--current-season-events .views-row:nth-child(3n+3) .node--view-mode--condensed-listing:before {
    transition-delay: 0.2s;
  }
  .view--name--current-season-events .views-row:nth-child(3n+3) .node--view-mode--condensed-listing:after {
    transition-delay: 0.4s;
  }
  .view--name--current-season-events .views-row:nth-child(3n+3) .node--view-mode--condensed-listing .col-img, .view--name--current-season-events .views-row:nth-child(3n+3) .node--view-mode--condensed-listing .col-text {
    animation-delay: 0.2s !important;
  }
}
@media screen and (min-width: 40rem) {
  .slide-content--outer {
    padding-top: calc(11.6071428571vw - 0.58036rem);
  }
  .slide-content--outer {
    padding-bottom: calc(15.1785714286vw - 3.25893rem);
  }
  .slide-text--small {
    font-size: calc(4.8214285714vw - 0.67857rem);
  }
  .slide-text--small {
    line-height: calc(7.1428571429vw - 0.66964rem);
  }
  .slide-text--large {
    font-size: calc(18.75vw - 4.0625rem);
  }
  .slide-text--large {
    line-height: calc(20.5357142857vw - 4.15179rem);
  }
}
@media only screen and (min-width: 43.75rempx) {
  .view--name--upcoming-events .views-exposed-form {
    max-width: 18.75rem;
  }
}
@media (min-width: 48rem) and (max-width: 64rem) {
  .co-halfwidth--square-image.co--align-right .co-col--content {
    text-align: right;
    margin-left: 1.5625rem;
  }
  .co-halfwidth--square-image.co--align-left .co-col--content {
    text-align: left;
    margin-right: 1.5625rem;
  }
}
@media only screen and (min-width: 48rem) {
  .event-teaser--full-listing.flex-grid {
    display: flex;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 51.875rem) {
  .accordion--event .accordion-info--travel .getting-to-the-mann .flex-grid--small .col-item {
    width: 20%;
  }
}
@media only screen and (min-width: 52rem) {
  .paragraph--type--sponsor-logo-grid .field.flex-grid.cols--5 .field__item.col-item,
  .paragraph--type--sponsor-logo-grid .field.flex-grid--small.cols--5 .field__item.col-item {
    width: 33%;
  }
}
@media only screen and (-ms-high-contrast: none) and (min-width: 64rem), only screen and (-ms-high-contrast: active) and (min-width: 64rem) {
  .footer-logo .svg-logo {
    width: 75%;
    max-width: unset;
  }
}
@media only screen and (min-width: 64rem) {
  :root {
    --header-height: 3.6875rem;
  }
  #block-mann-theme-local-tasks ul.tabs.primary {
    width: 96%;
    width: calc(100% - 3.125rem * 2);
  }
  .block-page-title-block {
    width: 96%;
    width: calc(100% - 3.125rem * 2);
  }
  .block-page-title-block {
    padding: 3.75rem 0;
  }
  #block-mann-theme-local-tasks ~ .block-page-title-block.node-detail.node--page {
    padding-top: 2.5rem;
  }
  .l-container--sm {
    width: 96%;
    width: calc(100% - 3.125rem * 2);
  }
  .l-container--md {
    width: 96%;
    width: calc(100% - 3.125rem * 2);
  }
  .l-container--lg {
    width: 96%;
    width: calc(100% - 3.125rem * 2);
  }
  .l-container--lg-ish {
    width: 96%;
    width: calc(100% - 3.125rem * 2);
  }
  .l-container--xlg {
    width: 96%;
    width: calc(100% - 3.125rem * 2);
  }
  .row-inside--xs {
    padding: 1.875rem 0;
  }
  .row-inside--sm {
    padding: 2.5rem 0;
  }
  .row-inside--md {
    padding: 3.75rem 0;
  }
  .row-inside--lg {
    padding: 5.3125rem 0;
  }
  .row-inside--xlg {
    padding: 8.125rem 0;
  }
  .l-faux-table {
    display: table;
    table-layout: fixed;
  }
  .col-three-fifths {
    float: left;
    width: 60%;
  }
  .l-faux-table > .col-three-fifths {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
  .col-two-fifths {
    float: left;
    width: 40%;
  }
  .l-faux-table > .col-two-fifths {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
  .col-one-fifth {
    float: left;
    width: 20%;
  }
  .l-faux-table > .col-one-fifth {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
  .col-three-fourths {
    float: left;
    width: 75%;
  }
  .l-faux-table > .col-three-fourths {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
  .col-two-thirds {
    float: left;
    width: 66.6666%;
  }
  .l-faux-table > .col-two-thirds {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
  .col-one-sixth {
    float: left;
    width: 16.6666%;
  }
  .l-faux-table > .col-one-sixth {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
  .col-third {
    float: left;
    width: 33.3333%;
  }
  .l-faux-table > .col-third {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
  .col-quarter {
    width: 25%;
    float: left;
  }
  .l-faux-table > .col-quarter {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
  .col-three-quarters {
    width: 75%;
  }
  .flex-grid.cols--1, .flex-grid.cols--2, .flex-grid.cols--3, .flex-grid.cols--4,
  .flex-grid--small.cols--1,
  .flex-grid--small.cols--2,
  .flex-grid--small.cols--3,
  .flex-grid--small.cols--4 {
    margin: -1.25rem;
  }
  .flex-grid.cols--1 .col-item, .flex-grid.cols--2 .col-item, .flex-grid.cols--3 .col-item, .flex-grid.cols--4 .col-item,
  .flex-grid--small.cols--1 .col-item,
  .flex-grid--small.cols--2 .col-item,
  .flex-grid--small.cols--3 .col-item,
  .flex-grid--small.cols--4 .col-item {
    padding: 1.25rem;
  }
  .flex-grid.cols--5,
  .flex-grid--small.cols--5 {
    margin: -0.5rem;
  }
  .flex-grid.cols--5 .col-item,
  .flex-grid--small.cols--5 .col-item {
    padding: 1rem;
  }
  .flex-grid {
    display: flex;
    flex-flow: row wrap;
    flex-wrap: wrap;
  }
  .column-grid .col-item {
    padding-bottom: 2.8125rem;
  }
  form input:not([type]),
  form input[type=text],
  form input[type=email],
  form input[type=password],
  form input[type=date],
  form input[type=tel],
  form textarea {
    padding: 1.25rem;
    font-size: 1rem;
  }
  .path-user .block-system-main-block {
    width: 96%;
    width: calc(100% - 3.125rem * 2);
  }
  .path-user .block-system-main-block .form-actions .form-submit {
    min-width: 16.875rem;
  }
  .embedded-form [class*=StyledCurrency],
  .fsform-container [class*=StyledCurrency] {
    left: 1.25rem;
  }
  .embedded-form [class*=StyledCurrency] + input,
  .fsform-container [class*=StyledCurrency] + input {
    padding-left: 1.875rem;
  }
  .embedded-form .fsInvalidInput,
  .fsform-container .fsInvalidInput {
    background-position: calc(100% + 0.8125rem) center;
  }
  #header .l-container--xlg {
    padding: 0;
    line-height: 0;
    justify-content: space-between;
  }
  .field--name-field-header:first-child:has(.paragraph--type--featured-text-callout) .row-inside--lg.paragraph--type--featured-text-callout, .contextual:first-child + .field--name-field-header:has(.paragraph--type--featured-text-callout) .row-inside--lg.paragraph--type--featured-text-callout {
    padding-bottom: 5.3125rem;
  }
  .field--name-field-header:first-child:has(.paragraph--type--featured-text-callout) + .row-inside--md,
  .field--name-field-header:first-child:has(.paragraph--type--featured-text-callout) + .row-inside--lg,
  .field--name-field-header:first-child:has(.paragraph--type--featured-text-callout) + .row-inside--xlg, .contextual:first-child + .field--name-field-header:has(.paragraph--type--featured-text-callout) + .row-inside--md,
  .contextual:first-child + .field--name-field-header:has(.paragraph--type--featured-text-callout) + .row-inside--lg,
  .contextual:first-child + .field--name-field-header:has(.paragraph--type--featured-text-callout) + .row-inside--xlg {
    padding-top: 2.1875rem;
  }
  .field--name-field-header:first-child:has(.paragraph--type--full-width-callout) .co-fullwidth[class*=bg--], .contextual:first-child + .field--name-field-header:has(.paragraph--type--full-width-callout) .co-fullwidth[class*=bg--] {
    margin-bottom: 0;
  }
  #footer {
    padding: 8.125rem 0;
  }
  #footer .block-mann-footer-info-block {
    width: auto;
    display: initial;
    float: none;
  }
  #footer .col-1:after, #footer .col-2:after {
    display: none;
    visibility: hidden;
  }
  #footer .col-1 {
    margin-bottom: 0;
    padding-bottom: 0;
    min-width: auto;
    flex: 3 1;
  }
  #footer .col-2 {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
    min-width: auto;
    display: flex;
    flex: 6 1;
  }
  #footer .col-3 {
    margin-bottom: 0;
    padding-bottom: 0;
    min-width: auto;
    flex: 3 1;
  }
  .block-mann-email-sign-up-block,
  .block-webform-block {
    flex: 1 1;
    margin-bottom: 2.5rem;
  }
  .block-mann-email-sign-up-block form,
  .block-webform-block form {
    max-width: 30.625rem;
  }
  .block-mann-email-sign-up-block form .form-actions,
  .block-webform-block form .form-actions {
    bottom: 0.625rem;
    width: 2.5rem;
    height: 2.5rem;
  }
  #block-socialfooter .field {
    margin-right: 0.625rem;
    margin-right: calc(5.6818181818vw - 3.01136rem);
  }
  #block-socialfooter .field svg {
    height: 1.5625rem;
    width: 1.5625rem;
    margin-right: 0;
  }
  #block-sponsor a img {
    margin-right: 2em;
    display: inline-block;
  }
  .menu-main {
    display: flex;
    visibility: visible;
  }
  .menu-footer .menu-item,
  .menu-main--secondary .menu-item {
    display: inline-block;
  }
  .menu-item--main a {
    line-height: 1;
  }
  #hamburger {
    display: none;
    visibility: hidden;
  }
  #hamburger .toggle {
    transition: opacity 0ms cubic-bezier(0.55, 0.085, 0, 0.99), transform 0ms cubic-bezier(0.55, 0.085, 0, 0.99);
  }
  .menu-main--mobile {
    padding: 1.875rem 0;
  }
  .menu-footer {
    display: inline-block;
    visibility: visible;
  }
  .footer-menu--mobile .menu-footer {
    visibility: hidden;
    display: none;
  }
  .footer-menu--mobile .menu-footer .menu-item--footer {
    margin-bottom: 0;
  }
  .menu-main--secondary:last-child .menu-item--secondary:last-child {
    margin-right: 3.125rem;
  }
  .menu-item--main:hover a:after, .menu-item--secondary:hover a:after {
    transform: scaleX(1);
  }
  .menu-item--main.menu-item--active-trail a.is-active, .menu-item--secondary.menu-item--active-trail a.is-active {
    font-weight: 700;
  }
  .menu-item--main.menu-item--active-trail a.is-active:after, .menu-item--secondary.menu-item--active-trail a.is-active:after {
    transform: scaleX(1);
  }
  #___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-cursor-box {
    width: 31%;
    margin: auto;
    text-align: center;
  }
  #desktop-search {
    display: block;
    visibility: visible;
    pointer-events: all;
  }
  .form-search-form {
    width: 100%;
  }
  .footer-logo .svg-logo {
    width: 75%;
  }
  .btn--border {
    min-width: 16.875rem;
  }
  #js-mediaQueryReference {
    width: 6.25rem;
  }
  #js-mediaQueryReference:after {
    content: "desktop";
  }
  .f--headline {
    font-size: 3rem;
    line-height: 3.75rem;
  }
  .f--date {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
  .f--title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .co--basic-text p, .co--basic-text blockquote, .co--basic-text hr, .co--basic-text ul, .co--basic-text ol, .co--basic-text h2, .co--basic-text h3, .co--basic-text h4, .co--basic-text h5, .co--basic-text h6, .co--basic-text figure, .co--basic-text .embedded-entity, .co--basic-text iframe, .co--basic-text div.co-shape-bg--wrapper {
    width: 96%;
    width: calc(100% - 3.125rem * 2);
  }
  .co--basic-text li {
    line-height: 1.8125rem;
  }
  .co--basic-text blockquote {
    margin: 3.75rem auto;
  }
  .co--basic-text blockquote > p {
    font-size: 2.125rem;
    line-height: 3.4375rem;
    padding: 3.75rem 0;
  }
  .co--basic-text blockquote > p:before, .co--basic-text blockquote > p:after {
    width: calc(100% + 3.125rem);
  }
  .text-callout--xlarge {
    font-size: 3.4375rem;
    line-height: 5rem;
    font-size: calc(11.3636363636vw - 2.58523rem);
    line-height: calc(11.3636363636vw - 1.02273rem);
  }
  .text-callout--large {
    font-size: 3.4375rem;
    line-height: 6.1875rem;
  }
  .text-callout--medium {
    font-size: 2.1875rem;
    line-height: 3.125rem;
    font-size: calc(5.6818181818vw - 2.07386rem);
    line-height: calc(8.5227272727vw - 3.26705rem);
  }
  .text-callout--medium.title-long {
    font-size: 2.0625rem;
    line-height: 3rem;
    font-size: calc(5.6818181818vw - 2.19886rem);
    line-height: calc(8.5227272727vw - 3.39205rem);
  }
  .text-callout--small {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .path-frontpage .co-featured-event .f--date {
    font-size: 1.625rem;
    line-height: 2rem;
    margin-bottom: 1.25rem;
  }
  .list-inlineBlock--atMedium > li {
    display: inline-block;
    margin-left: -0.3125rem;
  }
  .list-inlineBlock--atMedium > li:first-child {
    margin-left: 0;
  }
  .page-in-footer-only .block-page-title-block.node-detail.node--page ~ #block-mann-theme-content > .block-content > article > [class*=row-inside--]:first-child,
  .page-in-footer-only .block-page-title-block.node-detail.node--page ~ #block-mann-theme-content > .block-content > article > .contextual:first-child + [class*=row-inside--] {
    padding-top: 3.75rem;
  }
  .co-col-text {
    max-width: 30.9375rem;
  }
  .co-col-text--double-width {
    max-width: 46.5625rem;
  }
  .co-fullwidth--text .f--title {
    font-size: 2.8125rem;
    line-height: 3.125rem;
  }
  .co-fullwidth--text .f--desc {
    padding-bottom: 2.5rem;
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
  .paragraph--type--half-width-callout + .paragraph--type--half-width-callout,
  .paragraph--type--half-width-callout + .paragraph--type--full-width-text-callout,
  .paragraph--type--half-width-callout + .row-inside--md {
    padding-top: 0.3125rem;
  }
  .co-halfwidth .co-col--content .text-callout--medium {
    font-size: 2.3125rem;
  }
  .co-halfwidth.co--align-right .co-col--content {
    text-align: left;
  }
  .co-halfwidth.co--align-right .co-col--image {
    margin-left: 6.875rem;
    margin-left: calc(31.25vw - 16.5625rem);
  }
  .co-halfwidth.co--align-left .co-col--content {
    text-align: right;
  }
  .co-halfwidth.co--align-left .co-col--image {
    margin-right: 6.875rem;
    margin-right: calc(31.25vw - 16.5625rem);
  }
  .co-halfwidth--square-image .co-col--content, .co-halfwidth--square-image .co-col--image {
    padding-bottom: 5rem;
  }
  .co-halfwidth--square-image .co-col--content {
    width: auto;
  }
  .co-halfwidth--square-image.co--align-right .co-col--content {
    margin-left: 3.125rem;
  }
  .co-fullwidth {
    min-height: 31.25rem;
  }
  .co-fullwidth > div.l-container--lg {
    padding: 8.125rem 0 9.375rem 0;
  }
  .co-fullwidth .text-callout--large {
    margin-bottom: 1.875rem;
  }
  .co-fullwidth .co-image--circle {
    right: 10%;
    transform: translateY(50%) translateX(5.9375rem);
    max-width: 22.8125rem;
  }
  .co-event--special .special-event-text {
    top: 3.75rem;
    z-index: 2;
    left: -5%;
  }
  .co-event--special .co-shape-bg--square {
    width: 30%;
  }
  .co-event--special .co-shape-bg--square:last-child {
    width: 25%;
    top: 55%;
  }
  .co-event--special .l-container--aspect {
    width: auto;
    margin: 0;
  }
  .co-event--special .col-left {
    width: 50%;
  }
  .co-event--special .col-left .f--headline {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 80%;
  }
  .co-event--special .col-right {
    margin-top: 1.875rem;
    width: 50%;
  }
  .paragraph--type--color-block-overlay-callout + .paragraph--type--color-block-overlay-callout, .paragraph--type--color-block-overlay-callout + .row-inside--lg {
    padding-top: 4.0625rem;
  }
  .co-block-color-overlay--image {
    width: 66.66666%;
  }
  .co-content--floating {
    position: absolute;
    top: 50%;
    z-index: 3;
    max-width: 34.6875rem;
  }
  .co-content--floating .text-callout--strike-thru-label {
    margin-bottom: 0.9375rem;
  }
  .co--align-left .co-content--floating {
    left: 66.66666%;
    transform: translate(calc(-5rem * 2 + 0.9375rem), -50%);
  }
  .co--align-right .co-content--floating {
    right: 66.66666%;
    transform: translate(calc(5rem * 2 + 0.9375rem), -50%);
  }
  .co-featured--text .co-bg.co-shape-bg--square {
    width: 35%;
  }
  .co-featured--text .co-bg.co-shape-bg--circle {
    width: 40%;
    right: -6.25rem;
    bottom: -6.25rem;
  }
  .co-halfwidth--circle-image .co-message-bg {
    top: -20%;
  }
  .co-halfwidth--circle-image .co--align-left .co-message-bg {
    left: 10%;
  }
  .co-halfwidth--circle-image .co--align-right .co-message-bg {
    right: 10%;
  }
  .co-message-bg .co-message-bg--text {
    font-size: 9.6875rem;
    font-size: calc(11.3636363636vw + 2.41477rem);
  }
  .co-collage .co-bg {
    bottom: 0;
  }
  .co-collage .co-image--primary {
    width: initial;
    margin: initial;
    flex: 1.02 1;
    order: 1;
  }
  .co-collage .co-image--secondary {
    margin-left: 1.5625rem;
    width: initial;
    margin: initial;
    flex: 1 1;
    order: 0;
  }
  .co-collage .co-image--primary .l-container--aspect .media {
    padding-bottom: 86.9565217391%;
  }
  .co-collage .co-image--secondary > div {
    margin: 15% 15% 12% 20%;
  }
  .co-halfwidth-list h2,
  .co-halfwidth-icon h2 {
    margin-bottom: 1.875rem;
  }
  .co-halfwidth-list .co--align-right .co-col--image,
  .co-halfwidth-icon .co--align-right .co-col--image {
    margin-bottom: 0;
    margin-right: 5.9375rem;
    margin-right: calc(22.7272727273vw - 11.10795rem);
  }
  .co-halfwidth-list .co--align-left .co-col--image,
  .co-halfwidth-icon .co--align-left .co-col--image {
    margin-bottom: 0;
    margin-left: 5.9375rem;
    margin-left: calc(22.7272727273vw - 11.10795rem);
  }
  .co-halfwidth-list .field--name-field-callout-list {
    margin-bottom: 2.5rem;
  }
  .co-halfwidth-list .field--name-field-callout-list li {
    line-height: 1.6875rem;
  }
  .co-halfwidth-icon .icon-grid .col-icon {
    flex: 1 1 50%;
  }
  .co-halfwidth-icon .icon-grid .col-icon a {
    width: auto;
  }
  .co-info-banner {
    min-height: 31.25rem;
  }
  .co-info-banner .info-banner-label {
    text-align: left;
  }
  .co-info-banner .col-item--info {
    padding-right: 1.875rem;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
  }
  .co-info-banner .col-item--info span.text-callout--medium {
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin-bottom: 0.9375rem;
    min-height: 6.25rem;
    padding: 1.25rem 0;
  }
  .co-info-banner .col-item--info .col-icon {
    margin-right: 0.9375rem;
  }
  .co-info-banner--link-list .col-item--info .col-icon {
    margin-right: 0.9375rem;
  }
  .co-info-banner--link-list .col-item--info a.btn {
    width: auto;
  }
  .paragraph--type--text-header .text-callout--medium p {
    font-size: 2.1875rem;
    line-height: 3.125rem;
    font-size: calc(5.6818181818vw - 1.44886rem);
    line-height: calc(5.6818181818vw + 0.11364rem);
  }
  .paragraph--type--featured-events .field--name-field-callout-link a {
    min-width: 16.875rem;
  }
  .co-featured-event .co-bg.co-shape-bg--square {
    top: -5rem;
    right: -5rem;
  }
  .co-featured-event .co-message-bg {
    top: 0;
  }
  .co-featured-event .co-message-bg span {
    font-size: 18.75rem;
  }
  .co-featured-event.co-halfwidth--circle-image .co-col--content {
    margin-left: 5rem;
  }
  .co-featured-event.co-halfwidth--circle-image .co-col--content, .co-featured-event.co-halfwidth--square-image .co-col--content {
    max-width: 23.4375rem;
  }
  .co-featured-event.co-halfwidth--square-image .co-col--content {
    margin-left: 0;
    margin-right: auto;
  }
  .co-featured-event.co-halfwidth--circle-image .co-col--image {
    max-width: 34.0625rem;
  }
  .co-stat .co-halfwidth--square-image .co-col--content {
    margin-right: 3.125rem;
  }
  .co-stat .co-col-text {
    max-width: 40.625rem;
  }
  .co-stat .co-col-text .field--name-field-callout-desc p {
    font-size: 1.25rem;
  }
  .co-stat .co-bg {
    bottom: -25%;
  }
  .co-stat .btn {
    min-width: 16.875rem;
    margin-left: 5rem;
  }
  .paragraph--type--full-width-slideshow + .row-inside--md {
    padding-top: 2.1875rem;
  }
  .paragraph--type--full-width-slideshow + .row-inside--md:has(> .field--type-text-long > .co-shape-bg--wrapper:first-child) {
    padding-top: 0.3125rem;
  }
  .paragraph--type--wysiwyg + .paragraph--type--faq-accordion {
    padding-top: 3.75rem;
  }
  .paragraph--type--wysiwyg .co-shape-bg--wrapper .co-shape-bg {
    width: 37%;
    top: -2.5rem;
  }
  .paragraph--type--wysiwyg .co-shape-bg--wrapper .co-shape-bg.co-shape-bg--left {
    left: -15%;
  }
  .paragraph--type--wysiwyg .co-shape-bg--wrapper .co-shape-bg.co-shape-bg--right {
    right: -15%;
  }
  .paragraph--type--wysiwyg .co-shape-bg--wrapper:last-child .co-shape-bg {
    bottom: -2.5rem;
  }
  #secondary_menu_wrapper ~ main #block-mann-theme-content > .block-content > article > .paragraph--type--wysiwyg:first-child {
    padding-top: 5rem;
  }
  .paragraph--type--sponsor-logo-grid .field.flex-grid,
  .paragraph--type--sponsor-logo-grid .field.flex-grid--small {
    margin: -0.5rem -1rem -1rem;
  }
  .paragraph--type--sponsor-logo-grid .field.flex-grid.cols--5 .field__item.col-item,
  .paragraph--type--sponsor-logo-grid .field.flex-grid--small.cols--5 .field__item.col-item {
    width: 20%;
  }
  .path-frontpage .co-fullwidth {
    min-height: 56.25rem;
  }
  .path-frontpage .co-fullwidth .co-image--circle {
    right: 10%;
    transform: translateY(70%) translateX(5.9375rem);
    max-width: 29.0625rem;
  }
  .path-frontpage .co-fullwidth .text-callout--large {
    font-size: 3.9375rem;
    line-height: 5.4375rem;
  }
  #user-login-form {
    margin-top: 7.8125rem;
    margin-bottom: 7.8125rem;
  }
  .accordion .accordion-item .accordion-info .accordion-content {
    padding: 1.25rem 0;
  }
  .accordion--membership span.text--display-face {
    width: 33.33%;
  }
  .event-teaser--listing .col-text {
    padding: 1.875rem 3.75rem;
  }
  #block-mann-theme-content > .block-content > article > .event-teaser--full-listing:first-child {
    padding-top: 3.75rem;
  }
  .event-teaser--full-listing .col-text {
    padding: 3.75rem !important;
  }
  .event-teaser--full-listing h1.f--title {
    font-size: 2.25rem;
    line-height: 3rem;
  }
  .event-detail--content {
    padding: 3.75rem;
  }
  .event-detail--content .detail-item h3.f--title {
    font-size: 1.75rem;
  }
  .event-detail--content .detail-item .field__item {
    font-size: 1.375rem;
  }
  .event-detail--column .f--label {
    font-size: 0.8125rem;
  }
  .node--type--event.node--view-mode--full .event-teaser .col-text {
    padding: 1.875rem 3.3125rem;
  }
  .accordion--event .accordion-info .accordion-content .cols--2 {
    -moz-columns: 2;
         columns: 2;
  }
  .accordion--event .accordion-info .accordion-content .accordion-content-item--text-bg {
    padding: 1.875rem;
  }
  .accordion--event .accordion-info--travel .getting-to-the-mann .flex-grid--small .col-item {
    width: 45%;
  }
  .node--type--event.node--view-mode--listing .col-text {
    padding: 1.875rem 3.3125rem;
  }
  .view--name--current-season-events .views-row:nth-child(4n+2) .node--view-mode--condensed-listing {
    animation-delay: 0.1s !important;
  }
  .view--name--current-season-events .views-row:nth-child(4n+2) .node--view-mode--condensed-listing:before {
    transition-delay: 0.1s;
  }
  .view--name--current-season-events .views-row:nth-child(4n+2) .node--view-mode--condensed-listing:after {
    transition-delay: 0.3s;
  }
  .view--name--current-season-events .views-row:nth-child(4n+2) .node--view-mode--condensed-listing .col-img, .view--name--current-season-events .views-row:nth-child(4n+2) .node--view-mode--condensed-listing .col-text {
    animation-delay: 0.1s !important;
  }
  .view--name--current-season-events .views-row:nth-child(4n+3) .node--view-mode--condensed-listing {
    animation-delay: 0.2s !important;
  }
  .view--name--current-season-events .views-row:nth-child(4n+3) .node--view-mode--condensed-listing:before {
    transition-delay: 0.2s;
  }
  .view--name--current-season-events .views-row:nth-child(4n+3) .node--view-mode--condensed-listing:after {
    transition-delay: 0.4s;
  }
  .view--name--current-season-events .views-row:nth-child(4n+3) .node--view-mode--condensed-listing .col-img, .view--name--current-season-events .views-row:nth-child(4n+3) .node--view-mode--condensed-listing .col-text {
    animation-delay: 0.2s !important;
  }
  .view--name--current-season-events .views-row:nth-child(4n+4) .node--view-mode--condensed-listing {
    animation-delay: 0.3s !important;
  }
  .view--name--current-season-events .views-row:nth-child(4n+4) .node--view-mode--condensed-listing:before {
    transition-delay: 0.3s;
  }
  .view--name--current-season-events .views-row:nth-child(4n+4) .node--view-mode--condensed-listing:after {
    transition-delay: 0.5s;
  }
  .view--name--current-season-events .views-row:nth-child(4n+4) .node--view-mode--condensed-listing .col-img, .view--name--current-season-events .views-row:nth-child(4n+4) .node--view-mode--condensed-listing .col-text {
    animation-delay: 0.3s !important;
  }
  .view--upcoming-events .text-callout--small {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .view--upcoming-events .views-flex-grid {
    margin: auto -1.25rem;
  }
  .view--upcoming-events .views-col-flex--1 {
    flex: 1 1;
  }
  .view--upcoming-events .event-teaser {
    margin: auto 1.25rem;
    padding: 0;
  }
  .view--upcoming-events .col-img {
    max-width: initial;
  }
  .view--name--upcoming-events .co-message {
    top: -2.1875rem;
    left: 0;
    font-size: 5.3125rem;
    font-size: calc(36.9318181818vw - 18.32386rem);
    line-height: 5.3125rem;
    line-height: calc(36.9318181818vw - 18.32386rem);
  }
  .view--name--current-season-events .views-row {
    width: 25%;
  }
  .carousel--full-width {
    max-width: 62.5rem;
    padding-bottom: 5.3125rem;
    width: 96%;
  }
  .carousel--full-width .co-message-bg {
    transform: translate(0, -18%);
  }
  .carousel-container .flickity-viewport .views-row .co-col-text span.f--date {
    margin-bottom: 0.9375rem;
    font-size: 1.4375rem;
  }
  .carousel-container .flickity-viewport .views-row .co-col-text .f--desc {
    font-size: 1.1875rem;
    margin-bottom: 1.875rem;
  }
  .carousel-container.event-carousel ol {
    display: block;
    top: 29.375rem;
  }
  .flickity-prev-next-button.previous {
    transform: translate(-210%, -100%);
  }
  .flickity-prev-next-button.next {
    transform: translate(0, -100%);
  }
  .paragraph--type--full-width-slideshow .co-label {
    width: 100%;
  }
  .paragraph--type--full-width-slideshow .co-label {
    margin-bottom: 1.25rem;
  }
  .co-block-color-overlay .captions .caption {
    margin-left: 5.9375rem;
  }
  .video-container--inner {
    aspect-ratio: 14/7.25;
  }
  .content-404 .co-message-bg span {
    font-size: 18.75rem;
  }
  .content-404 .icon-404 {
    height: 15.625rem;
    top: 8.125rem;
  }
    .footer-logo .svg-logo {
      max-width: 75%;
    }
  _:-ms-lang(x) .footer-logo .svg-logo {
    max-width: 75%;
  }
  #fys-breadcrumb .fys-breadcrumb--item {
    flex: 1 1;
  }
  #fys-form form {
    display: flex;
    flex-flow: row wrap;
    flex-wrap: wrap;
  }
  #fys-form .fys-form-item {
    flex: 1 1;
  }
  #fys-legend ul {
    -moz-column-count: 3;
         column-count: 3;
  }
  #fys-clear-wrapper #fys-clear {
    padding: 0.5rem 0.25rem;
  }
  #fys-clear-wrapper #fys-clear .text-underline {
    font-size: 0.875rem;
    color: #000;
    text-decoration: none;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-origin: left;
    background-image: linear-gradient(transparent 49%, #effee2 50%, #effee2 50%);
  }
  .travel-membership {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 75rem) {
  .l-faux-table > .col-three-quarters {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
  .style-col-4 .flex-grid.cols--3 .col-item {
    width: 25%;
  }
  #block-socialfooter .field {
    margin-right: 1.25rem;
  }
  .menu-main .menu-item:not(:last-of-type),
  .menu-footer .menu-item:not(:last-of-type),
  .menu-main--secondary .menu-item:not(:last-of-type) {
    margin-right: 3.125rem;
  }
  .menu-main--secondary:not(:only-child) {
    margin-right: 1.5625rem;
    padding-right: 1.5625rem;
  }
  .menu-main--secondary:last-child {
    margin-right: 0px;
    padding-right: 0px;
  }
  .text-callout--xlarge {
    font-size: 5.9375rem;
    line-height: 7.5rem;
  }
  .text-callout--medium {
    font-size: 2.1875rem;
    line-height: 3.125rem;
  }
  .text-callout--medium.title-long {
    font-size: 2.0625rem;
    line-height: 3rem;
  }
  .co-halfwidth.co--align-right .co-col--image {
    margin-left: 6.875rem;
  }
  .co-halfwidth.co--align-left .co-col--image {
    margin-right: 6.875rem;
  }
  .co-halfwidth--square-image.co--align-right .co-col--content {
    text-align: right;
    margin-left: initial;
  }
  .co-halfwidth--square-image.co--align-left .co-col--content {
    margin-right: 3.125rem;
  }
  .co-halfwidth--square-image.co--align-left .co-col--content {
    text-align: left;
    margin-right: initial;
  }
  .co-halfwidth--square-image.co--align-right .co-message-bg {
    right: 9.0625rem;
  }
  .co-halfwidth--square-image.co--align-left .co-message-bg {
    left: 9.0625rem;
  }
  .co-fullwidth .co-image--circle {
    right: 5%;
  }
  .co-event--special .special-event-text {
    left: -8%;
  }
  .co-content--floating {
    padding: 5rem;
  }
  .co-featured--text .co-bg.co-shape-bg--square {
    max-width: 46.875rem;
  }
  .co-message-bg .co-message-bg--text {
    font-size: 10.9375rem;
    font-size: calc(8.3333333333vw + 4.6875rem);
  }
  .co-halfwidth-list .co--align-right .co-col--image,
  .co-halfwidth-icon .co--align-right .co-col--image {
    margin-right: 5.9375rem;
  }
  .co-halfwidth-list .co--align-left .co-col--image,
  .co-halfwidth-icon .co--align-left .co-col--image {
    margin-left: 5.9375rem;
  }
  .co-text-header .co-message-bg {
    margin-left: -5rem;
  }
  .paragraph--type--text-header .text-callout--medium {
    padding: 0 0px;
  }
  .paragraph--type--text-header .text-callout--medium p {
    font-size: 2.8125rem;
    line-height: 4.375rem;
  }
  .path-frontpage .co-halfwidth-icon .icon-grid .col-icon a.btn {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
  .path-frontpage .co-fullwidth .co-image--circle {
    right: 8%;
  }
  .event-teaser--listing h2.text-callout--medium {
    line-height: 2.875rem;
  }
  .view--upcoming-events .view-btn {
    margin-top: 2.5rem;
  }
  .view--name--upcoming-events .co-message {
    top: -2.8125rem;
    left: 0;
    font-size: 9.375rem;
    font-size: calc(30vw - 13.125rem);
    line-height: 9.375rem;
    line-height: calc(30vw - 13.125rem);
  }
  .carousel--full-width {
    max-width: 69.375rem;
  }
  html:not(.no-js) .carousel--full-width .slideshow-wrapper:has(.carousel-item:nth-child(2)) {
    padding-bottom: 0;
  }
  .carousel--full-width button.next, .carousel--full-width button.previous {
    top: 50%;
  }
  .carousel--full-width.co--has-message-bg {
    padding-bottom: 7.5rem;
  }
  .carousel--full-width .co-message-bg {
    transform: translate(0, -12%);
  }
  .carousel-container.event-carousel .flickity-prev-next-button {
    top: 50%;
  }
  .carousel-container.event-carousel .previous {
    left: -10%;
    transform: translate(0, 0);
  }
  .flickity-prev-next-button.previous {
    left: -5%;
    transform: translate(0, 0);
  }
  .flickity-prev-next-button.next {
    right: -5%;
    transform: translate(0, 0);
  }
  .captions .caption {
    width: 100%;
    top: 100%;
    bottom: auto;
    background: transparent;
    padding: 0;
  }
  .captions .caption.active-caption {
    position: relative;
  }
}
@media screen and (min-width: 75rem) {
  .slide-content--outer {
    padding-top: 8.125rem;
  }
  .slide-content--outer {
    padding-bottom: 8.125rem;
  }
  .slide-text--small {
    font-size: 2.9375rem;
  }
  .slide-text--small {
    line-height: 4.6875rem;
  }
  .slide-text--large {
    font-size: 10rem;
  }
  .slide-text--large {
    line-height: 11.25rem;
  }
}
@media only screen and (min-width: 93.75rem) {
  #block-mann-theme-local-tasks ul.tabs.primary {
    width: 100%;
  }
  .block-page-title-block {
    width: 100%;
  }
  .l-container--sm {
    width: 100%;
  }
  .l-container--md {
    width: 100%;
  }
  .l-container--lg {
    width: 100%;
  }
  .l-container--lg-ish {
    width: 100%;
  }
  .l-container--xlg {
    width: 100%;
  }
  ul.normal-grid li .f--desc {
    width: 90%;
  }
  .path-user .block-system-main-block {
    width: 100%;
  }
  .menu-main--secondary {
    left: 0;
  }
  .co--basic-text p, .co--basic-text blockquote, .co--basic-text hr, .co--basic-text ul, .co--basic-text ol, .co--basic-text h2, .co--basic-text h3, .co--basic-text h4, .co--basic-text h5, .co--basic-text h6, .co--basic-text figure, .co--basic-text .embedded-entity, .co--basic-text iframe, .co--basic-text div.co-shape-bg--wrapper {
    width: 100%;
  }
  .co-message-bg .co-message-bg--text {
    font-size: 12.5rem;
  }
  .view--name--upcoming-events .co-message {
    font-size: 15rem;
    line-height: 15rem;
  }
  .carousel--full-width {
    width: 100%;
  }
  .carousel-container.event-carousel .previous {
    left: -15%;
  }
  .flickity-prev-next-button {
    width: 3.5625rem;
    height: 3.5625rem;
  }
  .flickity-prev-next-button.previous {
    left: -7%;
  }
  .flickity-prev-next-button.next {
    right: -7%;
  }
}
@media (max-width: 75rem) {
  .view--name--upcoming-events .flex-grid.flex-justify--space-between.l-container--sm {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media (max-width: 74.9375rem) {
  .captions {
    position: absolute;
    padding-bottom: 66.7%;
    overflow: hidden;
  }
  .captions .caption {
    transform: translate3d(0, calc(100% - 2.5rem), 0);
    transition: opacity 500ms cubic-bezier(0.55, 0.085, 0, 0.99) 0s, transform 500ms cubic-bezier(0.55, 0.085, 0, 0.99) 0s, background-color 500ms cubic-bezier(0.55, 0.085, 0, 0.99) 0s;
  }
  .captions .caption.active-caption {
    opacity: 1;
    background: transparent;
    transition: opacity 500ms cubic-bezier(0.55, 0.085, 0, 0.99) 0s, transform 500ms cubic-bezier(0.55, 0.085, 0, 0.99) 0s, background-color 500ms cubic-bezier(0.55, 0.085, 0, 0.99) 0s;
  }
  .captions .caption.active-caption p {
    opacity: 0;
  }
  .captions .caption.open {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    background-color: rgba(249, 246, 242, 0.85);
  }
  .captions .caption.open p {
    opacity: 1;
  }
}
@media only screen and (max-width: 64rem) {
  .accordion--event .accordion-info .accordion-content .accordion-content-item {
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    padding-bottom: 0px !important;
  }
}
@media (max-width: 63.96875rem) {
  .menu--open .l-container--mobile-menu {
    display: block !important;
    visibility: visible !important;
  }
}
@media (max-width: 63.9375rem) {
  .row-inside--sm, .row-inside--md, .row-inside--lg {
    padding: 2.5rem 0;
  }
  .row-outside--sm, .row-outside--md, .row-outside--lg {
    margin: 2.5rem auto;
  }
  #header .col-center {
    display: none;
  }
  html.no-js #header .col-left {
    min-width: 7.5rem;
  }
  html.no-js #header .col-center {
    display: flex;
    margin-right: -1.5625rem;
    overflow-x: auto;
    scrollbar-width: none;
    container-type: scroll-state size;
  }
  html.no-js #header .col-center:before {
    content: "";
    width: 0.0625rem;
    min-width: 0.0625rem;
    flex: none;
    background: transparent;
    left: 0;
    position: sticky;
    transition: background-color 230ms cubic-bezier(0.55, 0.085, 0, 0.99);
  }
  @container scroll-state((scrollable: left) or (scrollable: right)) {
    html.no-js #header .col-center:before {
      background: rgba(255, 255, 255, 0.25);
    }
  }
  html.no-js #header .col-center ul.menu-main {
    visibility: visible;
  }
  html.no-js #header .col-center ul.menu-main li:first-child {
    padding-left: 1.5625rem;
    margin-left: auto;
  }
  html.no-js #header .col-center ul.menu-main li:last-child {
    padding-right: 1.5625rem;
  }
  html.no-js #header .col-center a {
    white-space: nowrap;
  }
  #search_form_container {
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0ms cubic-bezier(0.55, 0.085, 0, 0.99);
  }
  .co-halfwidth-icon .icon-grid .col-icon a {
    min-width: auto;
  }
  .co-info-banner--link-list .col-item--info:first-child {
    margin-top: 0;
  }
  .event-teaser--listing + .embedded-form form {
    margin-top: 0;
    padding-top: 0;
  }
  .paragraph--type--view-reference:has(.view--upcoming-events) + [class*=row-inside] [class*=row-outside]:only-child {
    margin-top: 0;
  }
  .carousel-container.event-carousel .flickity-viewport .views-row {
    padding-bottom: 0;
  }
  #fys-form .fys-form-item {
    position: absolute;
    top: 0;
    left: 110%;
    width: 100%;
  }
  #fys-form .fys-form-item--active {
    left: 0%;
    transition: left 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
  }
  #fys-form .fys-form-item--off {
    left: -110%;
    transition: left 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
  }
  #fys-form .select-wrapper {
    width: 100%;
  }
}
@media (max-width: 61.9375rem) {
  .menu--open button#hamburger .l-container--absolute.l-container--inner .toggle.toggle--top.bg--white {
    transform: translate(-50%, -50%) rotate(45deg);
    transition: opacity 250ms cubic-bezier(0.55, 0.085, 0, 0.99), transform 250ms cubic-bezier(0.55, 0.085, 0, 0.99);
  }
  .menu--open button#hamburger .l-container--absolute.l-container--inner .toggle.toggle--middle.bg--white {
    opacity: 0;
  }
  .menu--open button#hamburger .l-container--absolute.l-container--inner .toggle.toggle--bottom.bg--white {
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: opacity 250ms cubic-bezier(0.55, 0.085, 0, 0.99), transform 250ms cubic-bezier(0.55, 0.085, 0, 0.99);
  }
}
@media (max-width: 48rem) {
  .path-frontpage .l-container--relative .l-container--xlg,
  .path-frontpage .slide-content .slide-content--inner {
    width: calc(100% - 3.125rem);
  }
  .path-frontpage .co--align-right .co-col--image,
  .co-halfwidth.co--align-left .co-col--image {
    order: 0;
    text-align: left;
  }
  .path-frontpage .path-frontpage .flex-grid--small,
  .path-frontpage .flex-grid--small.l-container--relative.flex-justify--space-around {
    display: flex;
    flex-flow: row wrap;
    flex-wrap: wrap;
  }
  .path-frontpage .co-halfwidth.co--align-left .co-col--image {
    margin-right: 3.4375rem;
    margin-right: calc(7.8125vw - 1.5625rem);
  }
  .path-frontpage .co-halfwidth .co-col--content .text-callout--medium {
    font-size: 1.6875rem;
    line-height: calc(1.30208vw + 1.35417rem);
  }
  .path-frontpage .co-col--content.col-flex--1 {
    text-align: left;
    margin-right: 1.5625rem;
    margin-bottom: 0px;
  }
  .path-frontpage .co-col--image.l-container--relative.col-flex--1 {
    order: 1;
    margin-left: calc(7.8125vw - 1.5625rem);
    text-align: right;
    padding-bottom: 2.5rem;
    align-self: center;
    margin-bottom: 0px;
  }
  .path-frontpage .flex-grid--small.l-container--relative.flex-justify--space-around .co-col--content.col-flex--1 {
    text-align: right;
    /*    margin-left: 25px !important;*/
  }
  .path-frontpage h2.text-callout--large.text--bold.text--display-face.effect.effect--fade-in-down.effect--stagger-0 {
    font-size: calc(7.8125vw - 1.0625rem);
    line-height: calc(10.41667vw - 1.22917rem);
  }
  .path-frontpage .l-container--lg.row-inside--xlg.flex-align-self--vertical-center.l-container--relative {
    /* max-width: calc(1110px + 190px); */
    width: calc(100% - 3.125rem);
    height: auto;
    margin: 0 auto;
  }
  .path-frontpage .co-fullwidth > div.l-container--lg,
  .path-frontpage .co-fullwidth > div.block-page-title-block,
  .path-frontpage .path-user .co-fullwidth > div.block-system-main-block {
    padding: 5.3125rem 0 6.5625rem 0;
  }
  .path-frontpage .paragraph .co-fullwidth {
    min-height: auto;
  }
  .path-frontpage .paragraph .co-fullwidth .co-image--circle {
    transform: translateY(50%) translateX(-1.5625rem);
    max-width: 16.875rem;
    right: 0px;
  }
  .path-frontpage .l-container--lg-ish {
    width: calc(100% - 3.125rem);
    height: auto;
    margin: 0 auto;
  }
  .path-frontpage .co-halfwidth-list h2,
  .co-halfwidth-icon h2 {
    position: relative;
    margin-bottom: 1.25rem;
    text-align: left;
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .path-frontpage .co-image.co-col--image.col-flex--1 {
    margin-bottom: 0;
    margin-right: 2.1875rem;
    margin-right: calc(5.20833vw + 0.10417rem);
  }
  .path-frontpage .co-col--content.col-flex--1.flex-align-self--vertical-center {
    align-self: center;
    margin-bottom: 0px;
    margin-right: 0px;
  }
  .path-frontpage .co-col--content.col-flex--1.flex-align-self--vertical-center:not(:first-child) {
    margin-top: 2.1875rem;
  }
  .path-frontpage .flex-grid {
    display: flex;
    flex-flow: row wrap;
    flex-wrap: wrap;
  }
  .flex-grid,
  .flex-grid--small {
    display: block;
  }
  .path-frontpage .l-container--relative.flex-grid.effect--reveal.effect--in-view.effect--animated {
    display: block;
  }
}
@media (max-width: 47.9375rem) {
  #toolbar-administration .toolbar-bar .toolbar-tab > .toolbar-icon {
    width: 4em;
    min-width: 4em;
    max-width: 4em;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    text-indent: -624.9375rem;
  }
  #toolbar-administration .toolbar-bar .toolbar-tab > .toolbar-icon:before {
    left: 0;
    width: 100%;
    background-size: 42% auto;
  }
  .block-mann-email-sign-up-block form .form-item,
  .block-webform-block form .form-item {
    margin-bottom: 0.625rem;
  }
  .block-mann-email-sign-up-block form .form-item.webform-type-webform-name,
  .block-webform-block form .form-item.webform-type-webform-name {
    margin-bottom: 0;
  }
  .l-container--mobile-menu .menu {
    opacity: 1 !important;
  }
  .event-teaser--full-listing .col-img {
    width: 100%;
  }
  .paragraph.paragraph--type--collage-callout.paragraph--view-mode--default.co-collage.row-inside--lg .col-flex.co-image.co-image--primary.co-image--square {
    margin-left: 1.5rem;
  }
  .path-frontpage .co-halfwidth .l-container--lg.flex-grid--small.l-container--relative.flex-justify--space-around {
    width: 100% !important;
    padding: 0px 0.9375rem;
  }
  .path-frontpage .effect--reveal .co-halfwidth .l-container--lg.flex-grid--small.l-container--relative.flex-justify--space-around .co-col--content.col-flex--1 {
    padding-top: 1.25rem;
    width: 100%;
  }
  .path-frontpage .paragraph .co-fullwidth .text-callout--large {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
  .btn--border-top.btn-text {
    margin-top: 1.25rem;
  }
  .text--green {
    padding-top: 1.1875rem;
  }
  #content div#block-mann-theme-content .block-content .wipe-bg--white.l-container--inline-block.co-content--floating.effect--wipe-in-down.effect.effect--wipe-in {
    padding: 1.125rem;
    left: auto;
    transform: unset;
    right: auto !important;
  }
  .co--align-left .co-content--floating {
    padding: 1.125rem;
    left: auto;
    transform: unset;
    right: auto !important;
  }
  .co--align-left .co-block-color-overlay--image {
    margin-right: 0;
    width: 100%;
  }
  .co--align-left .co-block-color-overlay--image {
    margin-right: 0;
    width: 100%;
  }
  .effect--animated .effect--fade-in-left .field.field--name-field-callout-desc.field--type-text-long.field--label-hidden.field__item {
    font-size: 1.25rem;
    line-height: 2.125rem;
  }
  .l-container--lg.flex-grid--small.l-container--relative.flex-justify--space-around {
    display: block;
    text-align: center;
  }
  .l-container--lg.flex-grid--small.l-container--relative.flex-justify--space-around .co-col--image.col-flex--1 {
    margin: 0;
  }
  .l-container--lg.flex-grid--small.l-container--relative.flex-justify--space-around .co-col--content.col-flex--1 {
    padding-top: 1.875rem;
  }
  .effect--animated .effect--fade-in-up .field.field--name-field-callout-desc.field--type-text-long.field--label-hidden.field__item {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
  .co-fullwidth.bg--light-pink.flex-grid {
    padding: 0px 1.125rem;
  }
  .effect--animated h2.text-callout--large {
    font-size: 1.875rem;
    line-height: 2.8125rem;
  }
  /*4-dec-2023*/
  a.btn.btn--border-top.btn--purple.btn--purple-border.btn-text.text--display-face.text--medium.svg--fill-purple span.btn-icon.u-vertical-align--middle.svg--fill-purple:before {
    top: 0.5625rem;
  }
  a.btn.btn--border-top.btn--blue.btn--blue-border.btn-text.text--display-face.text--medium.svg--fill-blue span.btn-icon.u-vertical-align--middle.svg--fill-blue:before {
    top: 0.5rem !important;
  }
  a.btn.btn--border-top.btn--red.btn--red-border.btn-text.text--display-face.text--medium.svg--fill-red span.btn-icon.u-vertical-align--middle.svg--fill-red:before {
    top: 0.5625rem;
  }
  .event-teaser.event-teaser--listing.event-teaser--full-listing.l-container--md.flex-grid--small .col-text.col-flex--2.flex-justify--center {
    width: 100%;
    padding: 0.625rem 1.625rem !important;
  }
  .event-teaser--full-listing h1.f--title {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  .event-teaser.event-teaser--listing.event-teaser--full-listing.l-container--md.flex-grid--small {
    display: block;
  }
  .event-teaser.event-teaser--listing.event-teaser--full-listing.l-container--md.flex-grid--small .col-img.col-flex--2 {
    width: 100%;
    padding: 0px 1.25rem;
  }
  .event-detail--content.l-container--md.bg--tan.flex-grid {
    display: block;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .event-detail--content.l-container--md.bg--tan.flex-grid .event-detail--column.col-flex--2.gap--sm {
    width: 100%;
  }
  .event-detail--content.l-container--md.bg--tan.flex-grid .event-detail--column.col-flex--2 {
    width: 100%;
  }
  .event-detail--body {
    padding: 0px 1.25rem !important;
  }
  .accordion.accordion--event.accordion--green.row-inside--lg.l-container--relative.l-container--md {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .accordion .accordion-label h2 {
    font-size: 1.25rem;
    width: auto !important;
  }
  .co-block-color-overlay.co--align-left.l-container--relative .wipe-bg--yellow.l-container--inline-block.co-content--floating.effect--wipe-in-down.effect.effect--wipe-in {
    left: auto !important;
    transform: unset !important;
    position: unset !important;
  }
  .l-container--md.flex-grid {
    display: block;
    padding: 1.25rem 1.25rem 0;
  }
  a.btn.btn--border-top.btn--yellow.btn--yellow-border.btn-text.text--display-face.text--medium.svg--fill-yellow span.btn-icon.u-vertical-align--middle.svg--fill-yellow:before {
    top: 0.5rem;
  }
  .l-container--md .co-fullwidth--text.co-fullwidth--green.co-fullwidth--square-image.l-container--relative {
    padding: 0px 1.25rem;
  }
  .effect--reveal.paragraph.paragraph--type--full-width-slideshow.paragraph--view-mode--default.l-container--relative.carousel--green.carousel--full-width.row-inside--lg.co--has-message-bg.effect--in-view.effect--animated {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .effect--reveal.paragraph.paragraph--type--full-width-slideshow.paragraph--view-mode--default.l-container--relative.carousel--green.carousel--full-width.row-inside--lg.co--has-message-bg.effect--in-view.effect--animated .text--medium.text-callout--small.text--green.co-label.l-container--lgish {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  a.btn.btn--border-top.btn--green.btn--green-border.btn-text.text--display-face.text--medium.svg--fill-green span.btn-icon.u-vertical-align--middle.svg--fill-green:before {
    top: 0.5rem !important;
  }
  .path-frontpage .co-col--content .icon-grid .col-icon a.btn.btn--border-top.btn--green.btn--green-border.btn-text.text--display-face.text--medium.svg--fill-green span.btn-icon.u-vertical-align--middle.svg--fill-green {
    filter: unset !important;
  }
  a.btn.btn--border-top.btn--purple.btn--purple-border.btn-text.text--display-face.text--medium.svg--fill-purple span.btn-icon.u-vertical-align--middle.svg--fill-purple:before {
    top: 0.5rem !important;
  }
  a.btn.btn--border-top.btn--purple.btn--purple-border.btn-text.text--display-face.text--medium.svg--fill-purple span.btn-icon.u-vertical-align--middle.svg--fill-purple:before {
    top: 0.5rem !important;
  }
  a.btn.btn--border-top.btn--blue.btn--blue-border.btn-text.text--display-face.text--medium.svg--fill-blue span.btn-icon.u-vertical-align--middle.svg--fill-blue {
    filter: unset !important;
  }
  a.btn.btn--border-top.btn--red.btn--red-border.btn-text.text--display-face.text--medium.svg--fill-red span.btn-icon.u-vertical-align--middle.svg--fill-red:before {
    top: 0.5rem !important;
  }
  .btn--border-top.btn-text .btn-icon,
  .view--upcoming-events .view-btn a.btn-text .btn-icon {
    filter: unset !important;
  }
}
@media only screen and (max-width: 40rem) {
  .travel-membership .btn--border,
  .page-type-event #main .accordion-info--dining .column-grid .accordion-content-item a.btn--border {
    left: 0;
  }
  .page-type-event #main .accordion-info--dining .column-grid .accordion-content-item a.btn--border,
  .page-type-event #main .accordion-info--seating .column-grid .accordion-content-item:last-child a.btn--border {
    /* position: relative; */
    width: 85%;
  }
}
@media (max-width: 39.9375rem) {
  .paragraph--type--form-embed.l-container--sm > .embedded-form.l-container--md form {
    padding: 0;
  }
  .embedded-form [class*=StyledSubField-],
  .fsform-container [class*=StyledSubField-] {
    flex-basis: auto;
  }
  .field--name-field-header:first-child:has(.paragraph--type--featured-text-callout) .row-inside--lg.paragraph--type--featured-text-callout, .contextual:first-child + .field--name-field-header:has(.paragraph--type--featured-text-callout) .row-inside--lg.paragraph--type--featured-text-callout {
    padding-bottom: 0;
  }
  .field--name-field-header:first-child:has(.paragraph--type--featured-text-callout) + .row-inside--md,
  .field--name-field-header:first-child:has(.paragraph--type--featured-text-callout) + .row-inside--lg,
  .field--name-field-header:first-child:has(.paragraph--type--featured-text-callout) + .row-inside--xlg, .contextual:first-child + .field--name-field-header:has(.paragraph--type--featured-text-callout) + .row-inside--md,
  .contextual:first-child + .field--name-field-header:has(.paragraph--type--featured-text-callout) + .row-inside--lg,
  .contextual:first-child + .field--name-field-header:has(.paragraph--type--featured-text-callout) + .row-inside--xlg {
    padding-top: 1.25rem;
  }
  #footer .col-2 {
    display: block;
  }
  .path-frontpage .text-callout--medium {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
  .co-halfwidth--circle-image .co-col--image {
    margin-left: auto;
    max-width: 90%;
  }
  .view--name--upcoming-events > .flex-grid {
    justify-content: flex-start;
  }
  .view--name--upcoming-events > .flex-grid > * {
    width: 100%;
  }
  .carousel--full-width .co-message-bg {
    bottom: 2.1875rem;
  }
  .carousel-container.event-carousel .is-selected .col-right > .row-inside--md {
    padding-bottom: 0;
  }
  .view.view--events-slideshow {
    padding-bottom: 0;
  }
  .node--type--event.node--view-mode--listing .col-img.effect.effect--fade-in-left {
    width: 100%;
  }
  .node--type--event.node--view-mode--listing {
    display: block;
  }
  .node--type--event.node--view-mode--listing .col-text.flex-grid--vertical {
    width: 100%;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    flex-wrap: wrap;
  }
}
@media (max-width: 37.5rem) {
  footer#footer {
    padding-top: 3.75rem 0px;
  }
  footer#footer .l-container--lg.flex-grid {
    width: calc(100% - 3.125rem);
    height: auto;
    margin: 0 auto;
  }
  #footer .l-container--lg.flex-grid .col-1 {
    margin-bottom: 1.875rem;
    padding-bottom: 1.875rem;
  }
  #footer .l-container--lg.flex-grid .block-mann-footer-info-block {
    width: 50%;
    display: inline-block;
    float: left;
  }
  #footer .l-container--lg.flex-grid .footer-menu--mobile {
    width: 50%;
    padding-left: 1.25rem;
    display: inline-block;
  }
  #footer .l-container--lg.flex-grid .footer-menu--mobile .menu-footer {
    visibility: visible;
    display: block !important;
  }
  #footer .l-container--lg.flex-grid ul.menu.menu-footer {
    display: none;
  }
  #footer .l-container--lg.flex-grid .footer-menu--mobile .menu-footer .menu-item--footer {
    margin-bottom: 1.25rem;
  }
  #footer .l-container--lg.flex-grid .col-2 {
    display: block;
    min-width: 100%;
    padding-left: 0px;
  }
  .video-container--inner {
    margin-top: 3.6875rem;
  }
  .path-frontpage .l-container--relative .l-container--xlg,
  .path-frontpage .slide-content .slide-content--inner {
    width: calc(100% - 3.125rem);
  }
  .path-frontpage #node-25 .co-halfwidth .flex-grid--small {
    display: block;
  }
  .path-frontpage #node-25 .co-halfwidth .flex-grid--small .co-col--image {
    margin-right: 0px;
    margin-bottom: 1.875rem;
    padding: 0px;
    margin-left: 0px;
  }
  .path-frontpage .co-halfwidth .flex-grid--small .co-col--content.col-flex--1 {
    display: block;
    width: calc(100% - 3.125rem);
    height: auto;
    margin: 0 auto;
    padding-bottom: 0px;
  }
  .path-frontpage .co-halfwidth .co-col--content .text-callout--medium {
    font-size: 1.375rem;
    margin: 0px;
  }
  .path-frontpage .row-inside--lg.l-container--block.cf .bg--light-pink .l-container--lg {
    width: calc(100% - 3.125rem);
    height: auto;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 5rem;
  }
  .path-frontpage .row-inside--lg.l-container--block.cf .bg--light-pink .effect--reveal .text-callout--large {
    font-size: 2.0625rem;
    line-height: 2.9375rem;
  }
  .path-frontpage .paragraph .co-fullwidth {
    min-height: auto;
    width: 100%;
    margin-bottom: 8.5rem;
    padding: 3.75rem 0 0px 0;
  }
  .path-frontpage .paragraph .co-fullwidth .co-image--circle {
    max-width: 10.9375rem;
    right: 0;
    bottom: 0;
    width: 100%;
    transform: translateY(65%) translateX(-1.5625rem);
    max-width: 175px;
  }
  .path-frontpage .paragraph .l-container--lg .effect--reveal a.btn.btn--border.btn--border--icon.btn--pink-border.svg--fill-pink {
    max-width: 100%;
    width: 100%;
  }
  .path-frontpage .effect--reveal .l-container--lg-ish {
    width: calc(100% - 3.125rem);
    height: auto;
    margin: 0 auto;
  }
  .path-frontpage .co-halfwidth-icon h2 {
    text-align: left;
    margin-bottom: 1.875rem;
    font-size: 1.5rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .path-frontpage .effect--reveal .flex-grid--small .co-col--content.col-flex--1.flex-align-self--vertical-center {
    margin: 0px !important;
  }
  .path-frontpage .co-col--content .icon-grid .col-icon a.btn.btn--border-top.btn--green.btn--green-border.btn-text.text--display-face.text--medium.svg--fill-green {
    font-size: 1.125rem;
  }
  .path-frontpage .l-container--lg-ish .flex-grid--small .co-col--content.col-flex--1.flex-align-self--vertical-center {
    width: 100%;
  }
  .path-frontpage .co-col--content .col-icon a.btn.btn--border.btn--border--icon.btn--green-border.svg--fill-green {
    width: 100%;
  }
  .path-frontpage .paragraph .l-container--relative {
    display: block;
  }
  .path-frontpage .co-collage .co-image--primary {
    width: 78%;
    margin-left: auto;
    margin-bottom: 4.375rem;
  }
  .path-frontpage .co-collage .co-image--secondary {
    width: 65%;
    margin-left: -1.5625rem;
    margin-bottom: 1.875rem;
  }
  .path-frontpage .co-collage .co-image--secondary > div {
    margin: 0% 0% 0% 20%;
  }
  .path-frontpage .row-inside--lg .l-container--lg.l-container--relative.effect--reveal.effect--in-view.effect--animated,
  .path-frontpage .l-container--lg.row-inside--xlg.flex-align-self--vertical-center.l-container--relative {
    width: calc(100% - 3.125rem);
    height: auto;
    margin: 0 auto;
  }
  .path-frontpage .co-collage .co-bg {
    bottom: 50%;
  }
  .path-frontpage .text-callout--medium {
    margin-bottom: 0px;
  }
  .path-frontpage .co-fullwidth > div.l-container--lg {
    padding: 0px 0 5rem 0;
  }
  .path-frontpage .paragraph .co-fullwidth .text-callout--large {
    font-size: 2.0625rem;
    line-height: 2.9375rem;
  }
  .path-frontpage .co-halfwidth--circle-image .co-col--image {
    margin-left: auto !important;
    max-width: 90%;
    margin-right: auto !important;
  }
  .path-frontpage .co-halfwidth .l-container--lg.flex-grid--small.l-container--relative.flex-justify--space-around {
    display: block;
    width: calc(100% - 3.125rem);
    height: auto;
    margin: 0 auto;
  }
  .path-frontpage .effect--reveal .co-halfwidth .l-container--lg.flex-grid--small.l-container--relative.flex-justify--space-around .co-col--content.col-flex--1 {
    margin: 0px;
  }
  .path-frontpage .wipe-bg--yellow.l-container--inline-block.co-content--floating.effect--wipe-in-down.effect.effect--wipe-in {
    width: 100%;
    padding: 1.5625rem;
    position: relative;
    right: 0px;
    transform: unset;
  }
  .path-frontpage .co-block-color-overlay--image {
    width: 100%;
  }
  .path-frontpage a.btn.btn--border.btn--border--icon.btn--yellow-border.svg--fill-yellow {
    width: 100%;
  }
  .path-frontpage .text-callout--small.text--display-face {
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
    margin-bottom: 0.9375rem;
  }
  .path-frontpage .paragraph--type--full-width-slideshow .co-label {
    width: calc(100% - 3.125rem);
    margin: 0 auto;
    margin-bottom: 0.625rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .path-frontpage .carousel--full-width .co-message-bg span {
    font-size: 3.9375rem;
  }
  /*.path-frontpage .carousel--full-width.co--has-message-bg button.next,
  .path-frontpage .carousel--full-width.co--has-message-bg button.previous {
    top: 100%;

  .path-frontpage .carousel--full-width.co--has-message-bg button.next {
    transform: translate(calc(0% - 25px), 20px);
    right: 0px;
  }
  .path-frontpage .carousel--full-width.co--has-message-bg button.previous {
    transform: translate(calc(-210% - 25px), 20px);
    left: 100%;
  }
  .path-frontpage .flickity-prev-next-button,
  .path-frontpage .flickity-prev-next-button {
    width: 45px;
    height: 45px;
    background: #fff;
  }*/
  .btn--border-top.btn-text .btn-icon,
  .view--upcoming-events .view-btn a.btn-text .btn-icon {
    width: 1.4375rem !important;
    height: 0.75rem !important;
    background-size: cover;
    background-repeat: no-repeat;
    filter: invert(12%) sepia(96%) saturate(4762%) hue-rotate(262deg) brightness(112%) contrast(89%);
  }
}
@media (max-width: 22.4375rem) {
  .slide-text--large {
    font-size: 2.8125rem;
    line-height: 3.4375rem;
  }
}
@media (max-width: 19.9375rem) {
  #toolbar-administration {
    display: none !important;
  }
}
@media (hover: hover) and (pointer: fine) {
  #block-mann-theme-local-tasks ul.tabs.primary li a:not(.btn--border-top):hover {
    color: #FFFFFF;
  }
  #block-mann-theme-local-tasks ul.tabs.primary li a:hover:before {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: transform 650ms cubic-bezier(0.55, 0.085, 0, 0.99), opacity 0ms cubic-bezier(0.55, 0.085, 0, 0.99);
  }
  #block-mann-theme-local-tasks ul.tabs.primary li a:hover:after {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    transition: transform 0ms cubic-bezier(0.55, 0.085, 0, 0.99), opacity 0ms cubic-bezier(0.55, 0.085, 0, 0.99);
  }
  .path-user .block-system-main-block .form-actions .form-submit:not(.btn--border-top):hover {
    color: #FFFFFF;
  }
  .path-user .block-system-main-block .form-actions .form-submit:hover:before {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: transform 650ms cubic-bezier(0.55, 0.085, 0, 0.99), opacity 0ms cubic-bezier(0.55, 0.085, 0, 0.99);
  }
  .path-user .block-system-main-block .form-actions .form-submit:hover:after {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    transition: transform 0ms cubic-bezier(0.55, 0.085, 0, 0.99), opacity 0ms cubic-bezier(0.55, 0.085, 0, 0.99);
  }
  .embedded-form .fsSubmit button:not(.btn--border-top):hover,
  .fsform-container .fsSubmit button:not(.btn--border-top):hover {
    color: #FFFFFF;
  }
  .embedded-form .fsSubmit button:hover:before,
  .fsform-container .fsSubmit button:hover:before {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: transform 650ms cubic-bezier(0.55, 0.085, 0, 0.99), opacity 0ms cubic-bezier(0.55, 0.085, 0, 0.99);
  }
  .embedded-form .fsSubmit button:hover:after,
  .fsform-container .fsSubmit button:hover:after {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    transition: transform 0ms cubic-bezier(0.55, 0.085, 0, 0.99), opacity 0ms cubic-bezier(0.55, 0.085, 0, 0.99);
  }
  .btn--black-border:not(.btn--border-top):hover {
    color: #FFFFFF;
  }
  .btn--blue-border:not(.btn--border-top):hover {
    color: #FFFFFF;
  }
  .btn--green-border:not(.btn--border-top):hover {
    color: #FFFFFF;
  }
  .btn--pink-border:not(.btn--border-top):hover {
    color: #FFFFFF;
  }
  .btn--purple-border:not(.btn--border-top):hover {
    color: #FFFFFF;
  }
  .btn--red-border:not(.btn--border-top):hover {
    color: #FFFFFF;
  }
  .btn--yellow-border:not(.btn--border-top):hover {
    color: #FFFFFF;
  }
  .btn--border:hover:before {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: transform 650ms cubic-bezier(0.55, 0.085, 0, 0.99), opacity 0ms cubic-bezier(0.55, 0.085, 0, 0.99);
  }
  .btn--border:hover:after {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    transition: transform 0ms cubic-bezier(0.55, 0.085, 0, 0.99), opacity 0ms cubic-bezier(0.55, 0.085, 0, 0.99);
  }
  .btn--border-top:hover:before {
    transform: scaleX(0);
    transform-origin: center right;
    transition: transform 650ms cubic-bezier(0.55, 0.085, 0, 0.99);
  }
  .btn--border-top:hover:after {
    height: 0.125rem;
    transform: scaleX(1);
    transform-origin: center right;
    transition: transform 650ms cubic-bezier(0.55, 0.085, 0, 0.99);
  }
  .btn--border-top:hover > .btn-icon {
    transform: translate3d(-50%, -50%, 0);
  }
  .paragraph--type--featured-events .field--name-field-callout-link a:not(.btn--border-top):hover {
    color: #FFFFFF;
  }
  .paragraph--type--featured-events .field--name-field-callout-link a:hover:before {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: transform 650ms cubic-bezier(0.55, 0.085, 0, 0.99), opacity 0ms cubic-bezier(0.55, 0.085, 0, 0.99);
  }
  .paragraph--type--featured-events .field--name-field-callout-link a:hover:after {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    transition: transform 0ms cubic-bezier(0.55, 0.085, 0, 0.99), opacity 0ms cubic-bezier(0.55, 0.085, 0, 0.99);
  }
  .event-detail--column .co-crescendo a:not(.btn--border-top):hover {
    color: #FFFFFF;
  }
  .event-detail--column .co-crescendo a:hover {
    color: #FFFFFF;
  }
  .accordion--event .accordion-info .accordion-content .accordion-content-item .icon-crescendo ~ a:not(.btn--border-top):hover {
    color: #FFFFFF;
  }
  .view--upcoming-events .view-btn a:hover:before {
    transform: scaleX(0);
    transform-origin: center right;
    transition: transform 650ms cubic-bezier(0.55, 0.085, 0, 0.99);
  }
  .view--upcoming-events .view-btn a:hover:after {
    height: 0.125rem;
    transform: scaleX(1);
    transform-origin: center right;
    transition: transform 650ms cubic-bezier(0.55, 0.085, 0, 0.99);
  }
  .view--upcoming-events .view-btn a:hover > .btn-icon {
    transform: translate3d(-50%, -50%, 0);
  }
  .carousel-container .flickity-viewport .views-row .co-col-text .btn:not(.btn--border-top):hover {
    color: #FFFFFF;
  }
  .carousel-container .flickity-viewport .views-row .btn--blue-border:not(.btn--border-top):hover {
    color: #FFFFFF;
  }
  .carousel-container .flickity-viewport .views-row .btn--green-border:not(.btn--border-top):hover {
    color: #FFFFFF;
  }
  .carousel-container .flickity-viewport .views-row .btn--yellow-border:not(.btn--border-top):hover {
    color: #FFFFFF;
  }
  .carousel-container .flickity-viewport .views-row .btn--pink-border:not(.btn--border-top):hover {
    color: #FFFFFF;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  html {
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .co-info-banner--link-list .col-item--info .col-icon {
    padding-right: 60%;
  }
  .co-shape-bg--circle, .co-shape-bg--square {
    padding-bottom: 92%;
  }
  .co-shape-bg--circle svg, .co-shape-bg--square svg {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .carousel .co-shape-bg--square {
    padding-bottom: 60%;
  }
  .carousel .co-shape-bg--square svg {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .co-text-header .co-shape-bg--circle, .co-text-header .co-shape-bg--square {
    padding-bottom: 23%;
  }
  .co-text-header .co-shape-bg--circle svg, .co-text-header .co-shape-bg--square svg {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .co-shape-bg--wrapper .co-shape-bg--circle, .co-shape-bg--wrapper .co-shape-bg--square {
    padding-bottom: 37%;
  }
  .co-shape-bg--wrapper .co-shape-bg--circle svg, .co-shape-bg--wrapper .co-shape-bg--square svg {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .co-featured--text .co-shape-bg--circle, .co-featured--text .co-shape-bg--square {
    padding-bottom: 35%;
  }
  .co-featured--text .co-shape-bg--circle svg, .co-featured--text .co-shape-bg--square svg {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .co-fullwidth--text .co-shape-bg--circle, .co-fullwidth--text .co-shape-bg--square {
    padding-bottom: 20%;
  }
  .co-fullwidth--text .co-shape-bg--circle svg, .co-fullwidth--text .co-shape-bg--square svg {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .co-halfwidth .co-shape-bg--circle, .co-halfwidth .co-shape-bg--square {
    padding-bottom: 34%;
  }
  .co-halfwidth .co-shape-bg--circle svg, .co-halfwidth .co-shape-bg--square svg {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .svg-logo {
    display: block;
    width: 6.25rem;
    height: 3.6875rem;
    max-width: unset;
  }
  .btn--border--icon svg {
    height: 0.9375rem;
  }
  .co-halfwidth-icon .col-icon svg,
  .accordion--event .accordion-info .accordion-content .accordion-content-item--icon svg {
    max-width: 4.6875rem;
    height: 3.125rem;
  }
  .co--align-right .co-content--floating {
    transform: translate(10.9375rem, -50%);
  }
  .co-image--circle .l-container--aspect .media img {
    max-width: inherit;
  }
  .col-flex--1 {
    flex: 1 1;
  }
  .col-flex--2 {
    flex: 2 1;
  }
  .col-flex--3 {
    flex: 3 1;
  }
  .col-flex--4 {
    flex: 4 1;
  }
  .col-flex--5 {
    flex: 5 1;
  }
  .col-flex--6 {
    flex: 6 1;
  }
  .col-flex--7 {
    flex: 7 1;
  }
  .col-flex--8 {
    flex: 8 1;
  }
  .col-flex--9 {
    flex: 9 1;
  }
  .col-flex--10 {
    flex: 10 1;
  }
  .col-flex--11 {
    flex: 11 1;
  }
  .col-flex--12 {
    flex: 12 1;
  }
  .col-flex--13 {
    flex: 13 1;
  }
  .col-flex--14 {
    flex: 14 1;
  }
  .col-flex--2-half {
    flex: 2.5 1;
  }
}/*# sourceMappingURL=maps/style.css.map */
