@charset "UTF-8";
/**
 * Global Variables
 *
 */
/**
 * Foundation for Sites by ZURB
 * Version 6.1.2
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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: 1px 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.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * 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.
 * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
 */
/* fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  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;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  font-size: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #323132;
  background: #fefefe;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  width: 100%;
  border-radius: 0;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
.row::before, .row::after {
  content: " ";
  display: table;
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row .row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media screen and (min-width: 40em) {
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

.column, .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
}
@media screen and (min-width: 40em) {
  .column, .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}
.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  width: 8.3333333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.6666666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  width: 33.3333333333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.6666666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  width: 58.3333333333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.6666666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  width: 83.3333333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.6666666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.3333333333%;
  float: left;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.6666666667%;
  float: left;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.2857142857%;
  float: left;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.small-collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #cacaca;
  line-height: 0;
}

h1 {
  font-size: 1.625rem;
}

h2 {
  font-size: 1.375rem;
}

h3 {
  font-size: 1.3125rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.1875rem;
}

h6 {
  font-size: 1.125rem;
}

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3.125rem;
  }
  h2 {
    font-size: 2.625rem;
  }
  h3 {
    font-size: 2.0625rem;
  }
  h4 {
    font-size: 1.6875rem;
  }
  h5 {
    font-size: 1.375rem;
  }
  h6 {
    font-size: 1.125rem;
  }
}
a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}
a:hover, a:focus {
  color: #1585cf;
}
a img {
  border: 0;
}

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside;
}

li {
  font-size: inherit;
}

ul {
  list-style-type: disc;
  margin-left: 1.25rem;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}
cite:before {
  content: "— ";
}

abbr {
  color: #323132;
  cursor: help;
  border-bottom: 1px dotted #323132;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #323132;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #323132;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

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

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

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

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

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #2199e8;
  color: #fff;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button:hover, .button:focus {
  background-color: #1583cc;
  color: #fff;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.button.primary {
  background-color: #2199e8;
  color: #fff;
}
.button.primary:hover, .button.primary:focus {
  background-color: #147cc0;
  color: #fff;
}
.button.secondary {
  background-color: #777;
  color: #fff;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #5f5f5f;
  color: #fff;
}
.button.success {
  background-color: #3adb76;
  color: #fff;
}
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #fff;
}
.button.alert {
  background-color: #ec5840;
  color: #fff;
}
.button.alert:hover, .button.alert:focus {
  background-color: #da3116;
  color: #fff;
}
.button.warning {
  background-color: #ffae00;
  color: #fff;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #fff;
}
.button.hollow {
  border: 1px solid #2199e8;
  color: #2199e8;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #0c4d78;
  color: #0c4d78;
}
.button.hollow.primary {
  border: 1px solid #2199e8;
  color: #2199e8;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #0c4d78;
  color: #0c4d78;
}
.button.hollow.secondary {
  border: 1px solid #777;
  color: #777;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3c3c3c;
  color: #3c3c3c;
}
.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.hollow.alert {
  border: 1px solid #ec5840;
  color: #ec5840;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #881f0e;
  color: #881f0e;
}
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
  pointer-events: none;
}
.button.dropdown::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  border-color: #fefefe transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: relative;
  top: 0.4em;
  float: right;
  margin-left: 1em;
  display: inline-block;
}
.button.arrow-only::after {
  margin-left: 0;
  float: none;
  top: 0.2em;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #323132;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(50, 49, 50, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  outline: none;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default;
}

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

input[type=search] {
  box-sizing: border-box;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

label > [type=checkbox],
label > [type=label] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #323132;
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #333;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}
.input-group > :first-child {
  border-radius: 0 0 0 0;
}
.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-button, .input-group-field, .input-group-label {
  display: table-cell;
  margin: 0;
  vertical-align: middle;
}

.input-group-label {
  text-align: center;
  width: 1%;
  height: 100%;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #323132;
  border: 1px solid #cacaca;
  white-space: nowrap;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

.input-group-button {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
}
.input-group-button a,
.input-group-button input,
.input-group-button button {
  margin: 0;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  margin-bottom: 0.5rem;
  max-width: 100%;
}

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0;
}
.fieldset legend {
  background: #fefefe;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #323132;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2851, 51, 51%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:disabled {
  background-color: #e6e6e6;
  cursor: default;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
}

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840;
}

.is-invalid-label {
  color: #ec5840;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840;
}
.form-error.is-visible {
  display: block;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}

.accordion {
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  border-radius: 0;
  margin-left: 0;
}

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #2199e8;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
.accordion-title::before {
  content: "+";
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.5rem;
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  padding: 1rem;
  display: none;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fefefe;
}

.is-accordion-submenu-parent > a {
  position: relative;
}
.is-accordion-submenu-parent > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: #2199e8 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 1rem;
}

.is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform-origin: 50% 50%;
  transform: scaleY(-1);
}

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #2199e8;
  color: #fefefe;
}
.badge.secondary {
  background: #777;
  color: #fefefe;
}
.badge.success {
  background: #3adb76;
  color: #fefefe;
}
.badge.alert {
  background: #ec5840;
  color: #fefefe;
}
.badge.warning {
  background: #ffae00;
  color: #fefefe;
}

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0;
}
.breadcrumbs::before, .breadcrumbs::after {
  content: " ";
  display: table;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  color: #323132;
  font-size: 0.6875rem;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  color: #cacaca;
  content: "/";
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
  opacity: 1;
}
.breadcrumbs a {
  color: #2199e8;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #cacaca;
}

.button-group {
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
.button-group::before, .button-group::after {
  content: " ";
  display: table;
}
.button-group::after {
  clear: both;
}
.button-group .button {
  float: left;
  margin: 0;
  font-size: inherit;
}
.button-group .button:not(:last-child) {
  border-right: 1px solid #fefefe;
}
.button-group.tiny {
  font-size: 0.6rem;
}
.button-group.small {
  font-size: 0.75rem;
}
.button-group.large {
  font-size: 1.25rem;
}
.button-group.expanded {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.button-group.expanded::before, .button-group.expanded::after {
  display: none;
}
.button-group.expanded .button {
  display: table-cell;
  float: none;
}
.button-group.primary .button {
  background-color: #2199e8;
  color: #fefefe;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #147cc0;
  color: #fefefe;
}
.button-group.secondary .button {
  background-color: #777;
  color: #fefefe;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #5f5f5f;
  color: #fefefe;
}
.button-group.success .button {
  background-color: #3adb76;
  color: #fefefe;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #fefefe;
}
.button-group.alert .button {
  background-color: #ec5840;
  color: #fefefe;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #da3116;
  color: #fefefe;
}
.button-group.warning .button {
  background-color: #ffae00;
  color: #fefefe;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #fefefe;
}
.button-group.stacked .button, .button-group.stacked-for-small .button {
  width: 100%;
}
.button-group.stacked .button:not(:last-child), .button-group.stacked-for-small .button:not(:last-child) {
  border-right: 1px solid;
}
@media screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    width: auto;
  }
  .button-group.stacked-for-small .button:not(:last-child) {
    border-right: 1px solid #fefefe;
  }
}
@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    border-right: 0;
  }
}

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(50, 49, 50, 0.25);
  border-radius: 0;
  position: relative;
  color: #323132;
  background-color: white;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #def0fc;
}
.callout.secondary {
  background-color: #ebebeb;
}
.callout.success {
  background-color: #e1faea;
}
.callout.alert {
  background-color: #fce6e2;
}
.callout.warning {
  background-color: #fff3d9;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #323132;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}
.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}

.is-drilldown-submenu-parent > a {
  position: relative;
}
.is-drilldown-submenu-parent > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.js-drilldown-back > a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 0;
  display: block;
  font-size: 16rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10;
}
.dropdown-pane.is-open {
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu:not(.vertical) .is-dropdown-submenu.first-sub {
  top: 100%;
  left: 0;
  right: auto;
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}
.is-dropdown-menu.vertical > li .is-dropdown-submenu {
  top: 0;
  left: 100%;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  float: right;
  margin-top: 3px;
  margin-left: 10px;
}
.is-dropdown-submenu-parent.is-down-arrow a {
  padding-right: 1.5rem;
  position: relative;
}
.is-dropdown-submenu-parent.is-down-arrow > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #2199e8 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: absolute;
  top: 0.825rem;
  right: 5px;
}
.is-dropdown-submenu-parent.is-left-arrow > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  float: left;
  margin-left: 0;
  margin-right: 10px;
}
.is-dropdown-submenu-parent.is-right-arrow > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0;
}
.is-dropdown-submenu-parent.is-left-arrow.opens-inner .is-dropdown-submenu {
  right: 0;
  left: auto;
}
.is-dropdown-submenu-parent.is-right-arrow.opens-inner .is-dropdown-submenu {
  left: 0;
  right: auto;
}
.is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu {
  top: 100%;
}
.is-dropdown-submenu-parent.opens-left .is-dropdown-submenu {
  left: auto;
  right: 100%;
}

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .is-dropdown-submenu, .is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flex-video.widescreen {
  padding-bottom: 56.25%;
}
.flex-video.vimeo {
  padding-top: 0;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #2199e8;
  color: #fefefe;
}
.label.secondary {
  background: #777;
  color: #fefefe;
}
.label.success {
  background: #3adb76;
  color: #fefefe;
}
.label.alert {
  background: #ec5840;
  color: #fefefe;
}
.label.warning {
  background: #ffae00;
  color: #fefefe;
}

.media-object {
  margin-bottom: 1rem;
  display: block;
}
.media-object img {
  max-width: none;
}
@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .media-object.stack-for-small .media-object-section {
    display: block;
    padding: 0;
    padding-bottom: 1rem;
  }
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  display: table-cell;
  vertical-align: top;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section.middle {
  vertical-align: middle;
}
.media-object-section.bottom {
  vertical-align: bottom;
}

.menu {
  margin: 0;
  list-style-type: none;
}
.menu > li {
  display: table-cell;
  vertical-align: middle;
}
[data-whatinput=mouse] .menu > li {
  outline: 0;
}
.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}
.menu input,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu > li > a > img,
.menu > li > a > i {
  vertical-align: middle;
}
.menu > li > a > span {
  vertical-align: middle;
}
.menu > li > a > img,
.menu > li > a > i {
  display: inline-block;
  margin-right: 0.25rem;
}
.menu > li {
  display: table-cell;
}
.menu.vertical > li {
  display: block;
}
@media screen and (min-width: 40em) {
  .menu.medium-horizontal > li {
    display: table-cell;
  }
  .menu.medium-vertical > li {
    display: block;
  }
}
@media screen and (min-width: 64em) {
  .menu.large-horizontal > li {
    display: table-cell;
  }
  .menu.large-vertical > li {
    display: block;
  }
}
.menu.simple li {
  line-height: 1;
  display: inline-block;
  margin-right: 1rem;
}
.menu.simple a {
  padding: 0;
}
.menu.align-right > li {
  float: right;
}
.menu.expanded {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.menu.expanded > li:first-child:last-child {
  width: 100%;
}
.menu.icon-top > li > a {
  text-align: center;
}
.menu.icon-top > li > a > img,
.menu.icon-top > li > a > i {
  display: block;
  margin: 0 auto 0.25rem;
}
.menu.nested {
  margin-left: 1rem;
}

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

html,
body {
  height: 100%;
}

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto;
}

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: transform 0.5s ease;
}
.off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
  content: " ";
  display: table;
}
.off-canvas-wrapper-inner::after {
  clear: both;
}

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  z-index: 1;
  box-shadow: 0 0 10px rgba(50, 49, 50, 0.5);
}

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  transition: background 0.5s ease;
}

.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  transform: translateX(0);
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.position-left {
  left: -250px;
  top: 0;
  width: 250px;
}
.is-open-left {
  transform: translateX(250px);
}

.off-canvas.position-right {
  right: -250px;
  top: 0;
  width: 250px;
}
.is-open-right {
  transform: translateX(-250px);
}

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
}
@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
}
.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none;
}

.orbit-slide {
  width: 100%;
  max-height: 100%;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #fefefe;
  background-color: rgba(50, 49, 50, 0.5);
}

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}
[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(50, 49, 50, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  background-color: #cacaca;
  border-radius: 50%;
}
.orbit-bullets button:hover {
  background-color: #8a8a8a;
}
.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  content: " ";
  display: table;
}
.pagination::after {
  clear: both;
}
.pagination li {
  font-size: 0.875rem;
  margin-right: 0.0625rem;
  border-radius: 0;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  color: #323132;
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
}
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #2199e8;
  color: #fefefe;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: default;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  content: "…";
  padding: 0.1875rem 0.625rem;
  color: #323132;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: "«";
  display: inline-block;
  margin-right: 0.5rem;
}

.pagination-next a::after,
.pagination-next.disabled::after {
  content: "»";
  display: inline-block;
  margin-left: 0.5rem;
}

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
}
.progress.primary .progress-meter {
  background-color: #2199e8;
}
.progress.secondary .progress-meter {
  background-color: #777;
}
.progress.success .progress-meter {
  background-color: #3adb76;
}
.progress.alert .progress-meter {
  background-color: #ec5840;
}
.progress.warning .progress-meter {
  background-color: #ffae00;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #2199e8;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #2199e8;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
  border-radius: 0;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: #1583cc;
}
.slider-handle.is-dragging {
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

body.is-reveal-open {
  overflow: hidden;
}

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(50, 49, 50, 0.45);
  overflow-y: scroll;
}

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  margin: 6.25rem auto 0;
  background-color: #fefefe;
  border-radius: 0;
  position: absolute;
  overflow-y: auto;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column,
.reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
@media screen and (min-width: 40em) {
  .reveal .reveal {
    left: auto;
    right: auto;
    margin: 0 auto;
  }
}
.reveal.collapse {
  padding: 0;
}
@media screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none;
  margin-left: 0;
  border: 0;
}

.switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #fefefe;
  font-weight: bold;
  font-size: 0.875rem;
}

.switch-input {
  opacity: 0;
  position: absolute;
}

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  background: #fefefe;
  content: "";
  display: block;
  position: absolute;
  height: 1.5rem;
  left: 0.25rem;
  top: 0.25rem;
  width: 1.5rem;
  transition: all 0.25s ease-out;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
}
input:checked ~ .switch-paddle {
  background: #2199e8;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle:after {
  left: 1.75rem;
}

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle:after {
  left: 2rem;
}

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle:after {
  left: 2.75rem;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

caption {
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}

thead,
tfoot {
  background: #f8f8f8;
  color: #323132;
}
thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}
tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover tr:hover {
  background-color: #f9f9f9;
}
table.hover tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
}
.tabs::before, .tabs::after {
  content: " ";
  display: table;
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #2199e8;
}
.tabs.primary > li > a {
  color: #fefefe;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #1893e4;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  line-height: 1;
  font-size: 12px;
  color: #2199e8;
}
.tabs-title > a:hover {
  background: #fefefe;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
}

.tabs-content {
  background: #fefefe;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  border: solid 4px #fefefe;
  box-shadow: 0 0 0 1px rgba(50, 49, 50, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem;
}
.thumbnail:hover, .thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5);
}

.title-bar {
  background: #323132;
  color: #fefefe;
  padding: 0.5rem;
}
.title-bar::before, .title-bar::after {
  content: " ";
  display: table;
}
.title-bar::after {
  clear: both;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.5rem;
}

.title-bar-left {
  float: left;
}

.title-bar-right {
  float: right;
  text-align: right;
}

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}
.menu-icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
}
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}
.menu-icon.dark::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #323132;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #323132, 0 14px 0 #323132;
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.has-tip {
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help;
}

.tooltip {
  background-color: #323132;
  color: #fefefe;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0;
}
.tooltip::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent #323132;
  border-bottom-style: solid;
  border-top-width: 0;
  bottom: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: #323132 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  top: 100%;
  bottom: auto;
}
.tooltip.left::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent transparent #323132;
  border-left-style: solid;
  border-right-width: 0;
  bottom: auto;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent #323132 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.top-bar {
  padding: 0.5rem;
}
.top-bar::before, .top-bar::after {
  content: " ";
  display: table;
}
.top-bar::after {
  clear: both;
}
.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}
.top-bar input {
  width: 200px;
  margin-right: 1rem;
}
.top-bar input.button {
  width: auto;
}

@media screen and (max-width: 39.9375em) {
  .stacked-for-small .top-bar-title {
    width: 100%;
  }
  .stacked-for-small .top-bar-right {
    width: 100%;
  }
  .stacked-for-small .top-bar-left {
    width: 100%;
  }
}

@media screen and (max-width: 63.9375em) {
  .stacked-for-medium .top-bar-title {
    width: 100%;
  }
  .stacked-for-medium .top-bar-right {
    width: 100%;
  }
  .stacked-for-medium .top-bar-left {
    width: 100%;
  }
}

@media screen and (max-width: 74.9375em) {
  .stacked-for-large .top-bar-title {
    width: 100%;
  }
  .stacked-for-large .top-bar-right {
    width: 100%;
  }
  .stacked-for-large .top-bar-left {
    width: 100%;
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .top-bar-title {
    width: 100%;
  }
  .top-bar-right {
    width: 100%;
  }
  .top-bar-left {
    width: 100%;
  }
}
.top-bar-title {
  float: left;
  margin-right: 1rem;
}

.top-bar-left {
  float: left;
}

.top-bar-right {
  float: right;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.dot-control {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  text-align: center;
  margin: 10px auto;
}
.dot-control li {
  display: inline-block;
  margin: 0px 4px;
  transition: all 0.2s ease;
}
.dot-control li.slick-active .diamond {
  background: transparent;
  transition: all 0.2s ease;
}
.dot-control li .diamond {
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  background: #fff;
  transform: rotate(-45deg);
  transition: all 0.2s ease;
}
.dot-control li:hover .diamond {
  background: rgba(255, 255, 255, 0.5);
}

.next-arrow, .prev-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 34px;
  height: 34px;
  border-radius: 100%;
  background-color: #aad0b7;
  transition: opacity 0.5s ease, height 0.15s ease, background 0.2s ease, right 0.2s ease, left 0.2s ease;
}
.next-arrow:after, .prev-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  background-image: url("/assets/images/acc-arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.next-arrow:hover, .prev-arrow:hover {
  background-color: #d5d557;
}

.next-arrow {
  right: -16px;
}
.next-arrow:after {
  transform: rotate(-90deg);
}
.next-arrow:hover {
  right: -20px;
}

.slick-disabled .prev-arrow {
  background-color: #fbd1cd;
  cursor: default;
}
.slick-disabled .prev-arrow:hover {
  left: -16px;
}
.slick-disabled .next-arrow {
  height: 0px;
  opacity: 0;
  z-index: -20;
  transition: opacity 0.5s ease, height 0.15s ease;
}

.prev-arrow {
  left: -16px;
  z-index: 2;
}
.prev-arrow:after {
  transform: rotate(90deg);
}
.prev-arrow:hover {
  left: -20px;
}

/*======================================
  Selectric v1.11.1
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  background: #F8F8F8;
  background-color: #474747;
  position: relative;
  text-align: left;
  height: 2.5em;
  border: 2px solid transparent;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
  background-color: #474747;
  height: 2.5em;
  padding: 12px 15px;
  font-size: 0.875rem;
  letter-spacing: 0.075rem;
  opacity: 0.6;
  line-height: 100%;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.selectric .label:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background-image: url("/assets/images/acc-arrow-orange.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}

.selectric-open .selectric .label:after {
  transform: rotateY(180deg) scaleY(-1);
  transition: all 0.3s ease;
}

.selectric .button {
  display: none;
  position: absolute;
  margin-bottom: 0px;
  background: transparent;
  border: none;
  right: 0;
  top: 0;
  width: 38px;
  height: 40px;
  color: #BBB;
  text-align: center;
  opacity: 0;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #F2AA43;
}

.selectric-hover .selectric {
  border-color: transparent;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border: 2px solid #F2AA43;
  transition: all 0.25s ease;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #4c4a4c;
  color: #fff;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
  text-align: left;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #8c8a8c;
  cursor: pointer;
  text-transform: uppercase;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #999699;
}

.selectric-items li.highlighted {
  background: #666366;
}

.selectric-items li:hover {
  background: #727072;
  color: #F2AA43;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

/**
 *  This is where all the base styles live; resets, element defaults, default 
 *  font sizes, etc. This category is mainly dominated by element selectors. 
 *  You should always ask yourself if a ruleset must live in base in order to not 
 *  lose flexibility down the road.
 */
body {
  background-color: #ECEDEE;
  overflow-x: hidden;
  font-family: "futura-pt", Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, a, button, span, li {
  line-height: 110%;
  color: #323132;
  font-family: "futura-pt", Helvetica, sans-serif;
}

h1.bold, h2.bold, h3.bold, h4.bold, h5.bold, h6.bold, p.bold, a.bold, span.bold, li.bold {
  font-weight: 700;
  line-height: 100%;
}

h1.tall, h2.tall, h3.tall, h4.tall, h5.tall, h6.tall, p.tall, a.tall, span.tall, li.tall {
  font-family: "Knockout 27 A", "Knockout 27 B", Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: 2px;
}

.heading-large {
  font-family: "Knockout 27 A", "Knockout 27 B", Helvetica, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 0.833333;
  font-size: 3.75rem;
}
@media screen and (min-width: 40em) {
  .heading-large {
    font-size: 6rem;
  }
}
@media screen and (min-width: 75em) {
  .heading-large {
    font-size: 7.5rem;
  }
}

.heading-largest {
  font-family: "Knockout 27 A", "Knockout 27 B", Helvetica, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 0.833333;
  font-size: 3.75rem;
}
@media screen and (min-width: 40em) {
  .heading-largest {
    font-size: 6rem;
  }
}
@media screen and (min-width: 75em) {
  .heading-largest {
    font-size: 9.375rem;
  }
}

.quote {
  font-weight: 500;
  letter-spacing: 1px;
}

p {
  font-size: 20px;
  line-height: 1.37;
}

p.small {
  font-size: 17px;
}

.small p,
.small li {
  font-size: 17px;
}

.max-width {
  max-width: 85%;
}
@media screen and (max-width: 648px) {
  .max-width {
    max-width: 100%;
  }
}

.fine {
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0.5px;
}

.xsmall {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 110%;
}

.prose p {
  font-size: 1.125rem;
  line-height: 1.5;
}
.prose a {
  font-weight: 500;
  text-decoration: underline;
}

hr.max-width {
  width: 95%;
  max-width: 1200px;
  margin: 10px auto;
  border-color: #F2AA43;
  border-width: 2px;
}

a.orange:hover {
  color: #d9860f;
}

a.fade-black:hover {
  color: #d9860f;
}

a.white:hover {
  color: #B3AAA0;
}

.tall-title {
  font-family: "Knockout 27 A", "Knockout 27 B", Helvetica, sans-serif;
  font-size: 80px;
  line-height: 85%;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media screen and (max-width: 648px) {
  .tall-title {
    font-size: 55px;
  }
}

.deco-header {
  position: relative;
  margin-left: 25px;
}
.deco-header span {
  font-size: 55px;
  line-height: 100% !important;
  font-family: "Knockout 27 A", "Knockout 27 B", Helvetica, sans-serif;
  color: #323132;
  text-shadow: 2px 2px 0px rgb(164, 158, 149);
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
}
.deco-header.white span {
  color: #fff;
  text-shadow: 3px 2px 0px #3f3e3f;
}
.deco-header.white-alt span {
  color: #fff;
  text-shadow: 3px 2px 0px #666366;
}
.deco-header.no-deco span {
  padding: 0px;
}
.deco-header.no-deco span:before {
  display: none;
}
@media screen and (max-width: 768px) {
  .deco-header span {
    font-size: 38px;
    line-height: 60px;
    text-shadow: 1px 1px 0px rgb(164, 158, 149);
  }
  .deco-header.white span {
    text-shadow: 1.5px 1px 0px #3f3e3f;
  }
}

.deco-header-flip {
  position: relative;
}
.deco-header-flip span {
  font-size: 10vw;
  font-family: "Knockout 27 A", "Knockout 27 B", Helvetica, sans-serif;
  color: #323132;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  line-height: 0.8 !important;
}

section {
  position: relative;
}

.caps {
  text-transform: uppercase;
}

.bg-img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.no-margin {
  margin: 0px !important;
}

.no-pad {
  padding: 0px !important;
}

.pad-side {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.pad-sm {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.pad-md {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.pad-lg {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.pad-xl {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.pad-xxl {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.pad-xxxl {
  padding-top: 200px;
  padding-bottom: 200px;
}

.white {
  color: #fff !important;
}

.lime {
  color: #DFDF80 !important;
}

.orange {
  color: #F2AA43 !important;
}

.mint {
  color: #DFDF80 !important;
}

.pink {
  color: #F9B6B1 !important;
}

.lt-orange {
  color: #FAC585 !important;
}

.lt-lime {
  color: #DFDF80 !important;
}

.brown {
  color: #B3AAA0 !important;
}

.fade-orange {
  color: #FAC585 !important;
}

.fade-orange-bg {
  background-color: #FAC585 !important;
}

.lt-lime-bg {
  background-color: #DFDF80 !important;
}

.lt-orange-bg {
  background-color: #FAC585 !important;
}

.lime-bg {
  background-color: #DFDF80 !important;
}

.orange-bg {
  background-color: #F2AA43 !important;
}

.mint-bg {
  background-color: #BAD9C5 !important;
}

.pink-bg {
  background-color: #F9B6B1 !important;
}

.white-bg {
  background-color: #fff !important;
}

.fade-black-bg {
  background-color: #323132 !important;
}

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

.button:hover, .button:focus {
  color: #323132;
}

.button {
  font-weight: 500;
  font-family: "futura-pt", Helvetica, sans-serif;
  text-transform: uppercase;
  position: relative;
  color: #323132;
  border: none;
  box-shadow: none;
  letter-spacing: 0.01em;
  font-size: 16px;
  z-index: 2;
  top: 0;
  transition: all 0.3s ease;
  padding: 13px 30px 10px;
}
.button:before {
  content: "";
  position: absolute;
  top: initial;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  box-shadow: none;
  transition: all 0.4s ease;
  z-index: -1;
}
.button .ripple-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent;
}
.button .ripple-effect.is-active .ripple-circle {
  animation: a-ripple 0.4s ease-in;
}
.button .ripple-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
}
.button:hover {
  top: 4px;
  transition: all 0.2s ease;
}
.button:hover:before {
  box-shadow: none;
  bottom: 0px;
  transition: all 0.2s ease;
  opacity: 0;
}
.button.header-button {
  z-index: 2;
  padding: 10px;
}
.button.header-button:before {
  content: "";
  position: absolute;
  top: initial;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  box-shadow: none;
  transition: all 0.4s ease;
  z-index: -1;
}
.button.header-button:hover {
  top: 5px;
  transition: all 0.2s ease;
}
.button.header-button:hover:before {
  box-shadow: none;
  bottom: 0px;
  transition: all 0.2s ease;
}
.button.icon-map {
  padding: 16px 20px 14px 60px;
  margin: 10px;
}
.button.icon-map:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background-image: url("/assets/images/map-icon.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.button.icon-grid {
  padding: 16px 20px 14px 60px;
  margin: 10px;
}
.button.icon-grid:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background-image: url("/assets/images/grid-icon.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 468px) {
  .button {
    padding: 10px 15px;
    font-size: 14px;
  }
}

.button--fade-black {
  color: white;
}

.button--orange {
  background: #FAC585;
}
.button--orange:before {
  background-color: #F2AA43;
}
.button--orange:focus {
  background: #FAC585;
  color: white;
}
.button--orange:hover {
  background: #F2AA43;
  color: white;
}
.button--orange:hover:before {
  background: #F2AA43;
}
.button--orange.header-button:before {
  background-color: #FAC585;
}
.button--orange.header-button:hover {
  background: #F2AA43;
}
.button--orange.header-button:hover:before {
  background: #F2AA43;
}

.button--mint {
  background: #BAD9C5;
}
.button--mint:before {
  background-color: #9CB6A7;
}
.button--mint:focus {
  background: #BAD9C5;
  color: white;
}
.button--mint:hover {
  background: #9CB6A7;
  color: white;
}
.button--mint:hover:before {
  background: #9CB6A7;
}
.button--mint.header-button:before {
  background-color: #BAD9C5;
}
.button--mint.header-button:hover {
  background: #9CB6A7;
}
.button--mint.header-button:hover:before {
  background: #9CB6A7;
}

.button--pink {
  background: #F9B6B1;
}
.button--pink:before {
  background-color: #F8918A;
}
.button--pink:focus {
  background: #F9B6B1;
  color: white;
}
.button--pink:hover {
  background: #F8918A;
  color: white;
}
.button--pink:hover:before {
  background: #F8918A;
}
.button--pink.header-button:before {
  background-color: #F9B6B1;
}
.button--pink.header-button:hover {
  background: #F8918A;
}
.button--pink.header-button:hover:before {
  background: #F8918A;
}

.button--lime {
  background: #DFDF80;
}
.button--lime:before {
  background-color: #A0A162;
}
.button--lime:focus {
  background: #DFDF80;
  color: white;
}
.button--lime:hover {
  background: #A0A162;
  color: white;
}
.button--lime:hover:before {
  background: #A0A162;
}
.button--lime.header-button:before {
  background-color: #DFDF80;
}
.button--lime.header-button:hover {
  background: #A0A162;
}
.button--lime.header-button:hover:before {
  background: #A0A162;
}

.button--white {
  background: white;
}
.button--white:before {
  background-color: #323132;
}
.button--white:focus {
  background: white;
  color: white;
}
.button--white:hover {
  background: #323132;
  color: white;
}
.button--white:hover:before {
  background: #323132;
}
.button--white.header-button:before {
  background-color: white;
}
.button--white.header-button:hover {
  background: #323132;
}
.button--white.header-button:hover:before {
  background: #323132;
}

.button--fade-black {
  background: #323132;
}
.button--fade-black:before {
  background-color: #F2AA43;
}
.button--fade-black:focus {
  background: #323132;
  color: white;
}
.button--fade-black:hover {
  background: #F2AA43;
  color: white;
}
.button--fade-black:hover:before {
  background: #F2AA43;
}
.button--fade-black.header-button:before {
  background-color: #323132;
}
.button--fade-black.header-button:hover {
  background: #F2AA43;
}
.button--fade-black.header-button:hover:before {
  background: #F2AA43;
}

@keyframes a-ripple {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0;
  }
}
.bar.clear {
  padding-top: 50px;
}

.bar--orange {
  background-color: #FAC585;
}
.bar--orange .middle {
  border-left: 2px solid #FAC585;
  border-right: 2px solid #FAC585;
}
.bar--orange .middle p {
  margin: 10px 0px;
}
.bar--orange.dark {
  background-color: #FAC585;
}

.bar--brown .middle > p {
  color: #fff;
}

.bar--mint {
  background-color: #BAD9C5;
}
.bar--mint .middle {
  border-left: 2px solid #BAD9C5;
  border-right: 2px solid #BAD9C5;
}
.bar--mint .middle p {
  margin: 10px 0px;
}
.bar--mint.dark {
  background-color: #BAD9C5;
}

.bar--brown .middle > p {
  color: #fff;
}

.bar--pink {
  background-color: #F9B6B1;
}
.bar--pink .middle {
  border-left: 2px solid #F9B6B1;
  border-right: 2px solid #F9B6B1;
}
.bar--pink .middle p {
  margin: 10px 0px;
}
.bar--pink.dark {
  background-color: #F9B6B1;
}

.bar--brown .middle > p {
  color: #fff;
}

.bar--lime {
  background-color: #DFDF80;
}
.bar--lime .middle {
  border-left: 2px solid #DFDF80;
  border-right: 2px solid #DFDF80;
}
.bar--lime .middle p {
  margin: 10px 0px;
}
.bar--lime.dark {
  background-color: #DFDF80;
}

.bar--brown .middle > p {
  color: #fff;
}

.bar--brown {
  background-color: #B3AAA0;
}
.bar--brown .middle {
  border-left: 2px solid #B3AAA0;
  border-right: 2px solid #B3AAA0;
}
.bar--brown .middle p {
  margin: 10px 0px;
}
.bar--brown.dark {
  background-color: #B3AAA0;
}

.bar--brown .middle > p {
  color: #fff;
}

.overlay--orange {
  background: #FAC585;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  mix-blend-mode: multiply;
}

.overlay--fade-black {
  opacity: 0.75;
}

.overlay--mint {
  background: #BAD9C5;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  mix-blend-mode: multiply;
}

.overlay--fade-black {
  opacity: 0.75;
}

.overlay--pink {
  background: #F9B6B1;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  mix-blend-mode: multiply;
}

.overlay--fade-black {
  opacity: 0.75;
}

.overlay--lime {
  background: #DFDF80;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  mix-blend-mode: multiply;
}

.overlay--fade-black {
  opacity: 0.75;
}

.overlay--fade-black {
  background: #323132;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  mix-blend-mode: multiply;
}

.overlay--fade-black {
  opacity: 0.75;
}

.ticket--orange span {
  background: #FAC585;
}

.ticket--mint span {
  background: #BAD9C5;
}

.ticket--pink span {
  background: #F9B6B1;
}

.ticket--lime span {
  background: #DFDF80;
}

/**
 *  In this section you specify all types of layout containers, such as header, 
 *  footer, content, sidebar, etc. The layout elements haven't got any styles 
 *  applied to them, they only divide the website into sections. This is the layer 
 *  where grid systems etc, would be living.
 */
.l-wrapper {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  background-color: #ECEDEF;
}

body {
  background-color: #ECEDEF;
  transition: all 0.25s ease;
}
body .map-page-wrapper {
  transition: all 0.25s ease;
  background-color: #ECEDEF;
}
body .map-page-wrapper .venues {
  background: #ECEDEF;
}
body.mobile-nav-open .l-header {
  top: 0px !important;
}
@media screen and (max-width: 1024px) {
  body {
    max-width: 100vw;
  }
}
@media screen and (max-width: 648px) {
  body .l-header header .logo-wrap > .logo {
    left: 0px;
    transition: all 0.4s ease-in-out;
  }
}

.row {
  max-width: 100%;
  position: relative;
}
.row .columns {
  position: relative;
}
.row.max-width {
  max-width: 1200px;
  margin: auto;
}

.rel {
  position: relative;
}

.l-wrapper {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  overflow-y: visible;
}

.overflow {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 1s ease;
}
.l-header.is-down {
  transition: all 0.3s ease;
}
.l-header.is-up {
  top: -200px;
  transition: all 0.3s ease;
}
.l-header header {
  position: relative;
}
.l-header header .logo-wrap {
  max-width: 1600px;
  margin: auto;
  position: relative;
}
.l-header header .logo-wrap .logo {
  position: absolute;
  z-index: 1;
  background: transparent;
  display: inline-block;
  transition: all 0.4s ease;
  position: absolute;
  font-size: 0;
  top: 35px;
  left: 5px;
  width: 280px;
  z-index: 1;
  background: transparent;
  display: inline-block;
  transition: all 0.4s ease;
}
.l-header header .logo-wrap .logo svg {
  width: 100%;
}
.l-header header .logo-wrap .logo a {
  position: relative;
  width: 100%;
  display: block;
}
.l-header header .links-wrap {
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: right;
  width: 100%;
  transition: all 0.3s ease;
}
.l-header header .links-wrap.is-padded {
  top: -48px;
  transition: all 0.2s ease;
}
.l-header header .links-wrap.is-up {
  top: -100px;
  transition: all 0.3s ease;
}
.l-header header .links-wrap a {
  text-transform: uppercase;
}
.l-header header ul {
  margin: 0px;
}
.l-header header .aux-links {
  background-color: #188096;
  position: relative;
}
.l-header header .aux-links ul {
  max-width: 1600px;
  margin: auto;
}
.l-header header .aux-links li {
  display: inline-block;
}
.l-header header .aux-links li a {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 20px 10px;
  display: block;
  transition: all 0.2s ease-in-out;
}
.l-header header .aux-links li a:after {
  content: "";
  width: 1px;
  height: 15px;
  background: #B3AAA0;
  opacity: 0.6;
  position: absolute;
  top: 18px;
  right: -2px;
}
.l-header header .aux-links li a:hover {
  color: #F2AA43;
  transition: all 0.2s ease-in-out;
}
.l-header header .aux-links li a.highlight {
  background: #FAC585;
  color: #323132;
}
.l-header header .aux-links li a.highlight:after {
  display: none;
}
.l-header header .aux-links li:last-child, .l-header header .aux-links li.last {
  margin-right: 5px;
}
.l-header header .aux-links li:last-child a:after, .l-header header .aux-links li.last a:after {
  display: none;
}
.l-header header .aux-links li.has-submenu {
  position: relative;
}
.l-header header .aux-links li.has-submenu:hover a, .l-header header .aux-links li.has-submenu:active a, .l-header header .aux-links li.has-submenu:focus a {
  background: #DFDF80;
}
.l-header header .aux-links li.has-submenu:hover .submenu, .l-header header .aux-links li.has-submenu:active .submenu, .l-header header .aux-links li.has-submenu:focus .submenu {
  opacity: 1;
  pointer-events: auto;
}
.l-header header .aux-links .header-button {
  position: relative;
  right: 15px;
  top: 6px;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 700;
}
.l-header header .aux-links .header-button:hover {
  top: 8.5px;
}
.l-header header .aux-links .submenu {
  padding: 20px 18px;
  opacity: 0;
  transform: translateX(-50%);
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 228px;
  background: #DFDF80;
  transition: opacity 0.2s ease-in-out;
  z-index: 999;
}
.l-header header .main-links {
  background-color: #fff;
  position: relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.l-header header .main-links ul.main {
  max-width: 1600px;
  margin: auto;
  position: relative;
}
.l-header header .main-links ul.main li {
  display: inline-block;
}
.l-header header .main-links ul.main li a {
  position: relative;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 700;
  color: #323132;
  margin: 0 12px;
  font-size: 16px;
  letter-spacing: 0.05em;
  padding: 12px 0;
  display: block;
  z-index: 1;
}
.l-header header .main-links ul.main li a:hover {
  color: #ef9413;
  transition: all 0.2s ease-in-out;
}
.l-header header .main-links ul.main li.active > a {
  color: #ef9413;
}
.l-header header .main-links .submenu-wrap {
  width: 100%;
  position: absolute;
  left: 0px;
  background-color: #e9e9a9;
  max-height: 0px;
  transition: all 0.15s ease;
}
.l-header header .main-links .submenu-wrap.open {
  height: auto;
  max-height: 50px;
  transition: all 0.25s ease;
}
.l-header header .main-links .submenu-wrap.open ul.ml-submenu {
  height: 100%;
  max-height: 50px;
  transition: all 0.1s ease;
  transform: scaleY(1);
}
.l-header header .main-links .submenu-wrap.open ul.ml-submenu li a {
  opacity: 1;
  transition: all 0.3s ease;
}
.l-header header .main-links .submenu-wrap ul.ml-submenu {
  position: relative;
  transform: scaleY(0);
  right: 0px;
  width: 100%;
  max-width: 1600px;
  margin: auto;
  transition: all 0.05s ease;
}
.l-header header .main-links .submenu-wrap ul.ml-submenu li a {
  font-size: 13px;
  display: inherit;
  opacity: 0;
}
.l-header header .main-links .submenu-wrap ul.ml-submenu li a:hover {
  color: #9e9e28;
}
.l-header header .main-links .submenu-wrap.galleries {
  background-color: #fde2e0;
}
.l-header header .main-links .submenu-wrap.galleries ul.ml-submenu li a:hover {
  color: #f0473b;
}
.l-header header .main-links .submenu-wrap.jr {
  background-color: #dbebe1;
}
.l-header header .main-links .submenu-wrap.jr ul.ml-submenu li a:hover {
  color: #68ac80;
}
.l-header header .main-links .submenu-wrap.about {
  background-color: #f5c073;
}
.l-header header .main-links .submenu-wrap.about ul.ml-submenu li a:hover {
  color: #aa690c;
}
.l-header header .mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-header header {
    background: rgba(50, 48, 42, 0);
  }
  .l-header header .logo-wrap > .logo {
    background: transparent;
    top: 5px;
    left: 5px;
    width: 140px;
  }
  .l-header header .logo-wrap > .logo a {
    padding: 0px 0px !important;
  }
  .l-header header .logo-wrap > .logo a img {
    width: 105px;
  }
  .l-header header .aux-links {
    display: none;
  }
  .l-header header .main-links {
    height: 70px;
    background: #188096;
  }
  .l-header header .main-links .desktop {
    display: none;
  }
  .l-header header .main-links .mobile {
    display: block;
  }
}
@media screen and (max-width: 848px) {
  .l-header.is-down header .logo svg #words, .l-header.mobile-nav-open header .logo svg #words {
    opacity: 1 !important;
    transition: all 0.15s ease-in-out;
  }
  .l-header.is-down header .logo svg #acorn, .l-header.mobile-nav-open header .logo svg #acorn {
    fill: #fff !important;
    transition: all 0.15s ease-in-out;
  }
  .l-header.is-down .mobile .mobile-menu .top, .l-header.is-down .mobile .mobile-menu .middle, .l-header.is-down .mobile .mobile-menu .bottom, .l-header.mobile-nav-open .mobile .mobile-menu .top, .l-header.mobile-nav-open .mobile .mobile-menu .middle, .l-header.mobile-nav-open .mobile .mobile-menu .bottom {
    background-color: #fff;
  }
  .l-header.is-up header .logo svg #words {
    opacity: 0;
    transition: all 0.15s ease-in-out;
  }
  .l-header.is-up header .logo svg #acorn {
    fill: #BAD9C5;
    transition: all 0.15s ease-in-out;
  }
}

.hamburger {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 50px;
  height: 50px;
  z-index: 2;
  transition: all 0.2s ease;
}
.hamburger > div {
  width: 28px;
  height: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hamburger .top, .hamburger .middle, .hamburger .bottom {
  display: block;
  width: 28px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
}
.hamburger .top {
  top: 0px;
  transition: background 0.15s ease-in-out, transform 0.25s ease-in, top 0.15s 0.2s;
}
.hamburger .top:before {
  content: "";
  width: 8px;
  height: 4px;
  border-radius: 4px;
  background-color: #DFDF80;
  position: absolute;
  left: 0px;
  opacity: 0;
}
.hamburger .top:after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #F9B6B1;
  position: absolute;
  right: 0px;
  opacity: 0;
}
.hamburger .middle {
  top: 8px;
  transition: background 0.15s ease-in-out, transform 0.25s ease-in, top 0.15s 0.2s;
}
.hamburger .middle:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #F2AA43;
  position: absolute;
  left: 0px;
  opacity: 0;
}
.hamburger .middle:after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #BAD9C5;
  position: absolute;
  left: 0px;
  opacity: 0;
}
.hamburger .bottom {
  top: 16px;
  margin-bottom: 0px;
  transition: background 0.15s ease-in-out, transform 0.25s ease;
}
.hamburger .bottom:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #F2AA43;
  position: absolute;
  right: 0px;
  opacity: 0;
}
.hamburger .bottom:after {
  content: "";
  width: 8px;
  height: 4px;
  border-radius: 4px;
  background-color: #DFDF80;
  position: absolute;
  right: 0px;
  opacity: 0;
}
.hamburger:after {
  content: "CLOSE";
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  position: absolute;
  right: -42px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.25s ease-in;
}
.hamburger:hover .top {
  background-color: #F2AA43;
}
.hamburger:hover .middle {
  background-color: #F9B6B1;
}
.hamburger:hover .bottom {
  background-color: #BAD9C5;
}

.mobile-nav {
  position: fixed;
  overflow-y: scroll;
  width: 300px;
  right: 0;
  height: 100%;
  transform: translateX(300px);
  top: 0;
  transition: all 0.35s ease-in-out;
  z-index: 9999;
}
@media screen and (max-width: 848px) {
  .mobile-nav {
    right: 0px !important;
  }
}
.mobile-nav .inner {
  background-color: #404040;
}
.mobile-nav.mobile-nav-open {
  transform: translateX(0);
}
.mobile-nav ul {
  list-style-type: none;
  margin: 0px;
  text-align: right;
}
.mobile-nav ul li a {
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  padding: 8px 25px;
  transition: all 0.2s ease-in-out;
}
.mobile-nav .mobile-nav-toggle {
  height: 70px;
  background: #323132;
  padding: 25px;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
  width: 100%;
  text-align: left;
  vertical-align: middle;
  line-height: 1;
}
.mobile-nav .mobile-nav-toggle:before {
  content: "";
  background: url("/assets/images/xmark-white.svg") no-repeat center/contain;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.mobile-nav .main-ocn-links {
  position: relative;
  padding-top: 30px;
}
.mobile-nav .main-ocn-links ul {
  margin-bottom: 25px;
}
.mobile-nav .main-ocn-links ul li a {
  padding: 15px 25px;
  font-size: 1.375rem;
}
.mobile-nav .main-ocn-links ul li a:hover {
  color: #F2AA43;
  background-color: #514f51;
  transition: all 0.2s ease-in-out;
}
.mobile-nav .main-ocn-links ul li.has-subnav .subnav-wrap {
  margin: 0px 0px;
  position: relative;
  max-height: 0px;
  overflow: hidden;
  transition: all 0.2s ease;
}
.mobile-nav .main-ocn-links ul li.has-subnav .subnav-wrap li {
  opacity: 0;
  transition: all 0.15s ease;
}
.mobile-nav .main-ocn-links ul li.has-subnav .subnav-wrap li a {
  font-size: 14px;
  padding: 8px 25px;
  color: #e9e9a9;
}
.mobile-nav .main-ocn-links ul li.has-subnav .subnav-wrap li a:hover {
  color: #9e9e28;
  background-color: transparent;
}
.mobile-nav .main-ocn-links ul li.has-subnav .subnav-wrap li:last-child {
  margin-bottom: 15px;
}
.mobile-nav .main-ocn-links ul li.has-subnav .subnav-wrap.open {
  max-height: 500px;
  height: auto;
  transition: all 0.2s ease;
}
.mobile-nav .main-ocn-links ul li.has-subnav .subnav-wrap.open li:nth-child(1) {
  transition-delay: 80ms;
  opacity: 1;
}
.mobile-nav .main-ocn-links ul li.has-subnav .subnav-wrap.open li:nth-child(2) {
  transition-delay: 140ms;
  opacity: 1;
}
.mobile-nav .main-ocn-links ul li.has-subnav .subnav-wrap.open li:nth-child(3) {
  transition-delay: 220ms;
  opacity: 1;
}
.mobile-nav .main-ocn-links ul li.has-subnav .subnav-wrap.open li:nth-child(4) {
  transition-delay: 300ms;
  opacity: 1;
}
.mobile-nav .main-ocn-links ul li.has-subnav .subnav-wrap.open li:nth-child(5) {
  transition-delay: 380ms;
  opacity: 1;
}
.mobile-nav .main-ocn-links ul li.has-subnav .subnav-wrap.open li:nth-child(6) {
  transition-delay: 460ms;
  opacity: 1;
}
.mobile-nav .main-ocn-links ul li.has-subnav .subnav-wrap.open li:nth-child(7) {
  transition-delay: 520ms;
  opacity: 1;
}
.mobile-nav .main-ocn-links ul li.has-subnav .subnav-wrap.open li:nth-child(8) {
  transition-delay: 600ms;
  opacity: 1;
}
.mobile-nav .main-ocn-links ul li.has-subnav .subnav-wrap.open li:nth-child(9) {
  transition-delay: 680ms;
  opacity: 1;
}
.mobile-nav .main-ocn-links ul li.has-subnav .subnav-wrap.open li:nth-child(10) {
  transition-delay: 760ms;
  opacity: 1;
}
.mobile-nav .main-ocn-links ul li.has-subnav > a {
  padding-right: 55px;
  position: relative;
}
.mobile-nav .main-ocn-links ul li.has-subnav > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 18px;
  height: 14px;
  margin-top: -7px;
  background-image: url("/assets/images/acc-arrow-orange-light.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.25s ease;
}
.mobile-nav .main-ocn-links ul li.has-subnav.active a {
  color: #d9860f;
}
.mobile-nav .main-ocn-links ul li.has-subnav.active a:after {
  transform: scaleY(-1);
  transition: all 0.25s ease;
}
.mobile-nav .aux-ocn-links {
  position: relative;
  margin-bottom: 25px;
}
.mobile-nav .aux-ocn-links ul li a {
  font-size: 17px;
  letter-spacing: 2px;
  font-weight: 700;
}
.mobile-nav .aux-ocn-links ul li a:hover {
  color: #F9B6B1;
  transition: all 0.2s ease-in-out;
}
.mobile-nav .aux {
  position: absolute;
  bottom: 90px;
  margin: 0px auto;
  max-width: 400px;
  min-width: 320px;
  left: 50%;
  transform: translateX(-50%);
}
.mobile-nav .aux li {
  display: inline-block;
  width: 50%;
  float: left;
  text-align: center;
  border-bottom: 1px solid #3f3e3f;
}
.mobile-nav .aux li:nth-child(2n+1) {
  border-right: 1px solid #3f3e3f;
}
.mobile-nav .aux li:nth-child(2), .mobile-nav .aux li:nth-child(1) {
  border-top: 1px solid #3f3e3f;
}
.mobile-nav .aux li a {
  font-size: 15px;
  padding: 12px 0px 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  display: block;
  transition: all 0.2s ease;
}
.mobile-nav .aux li a:hover {
  color: #F2AA43;
  transition: all 0.2s ease;
}
@media screen and (max-width: 468px), screen and (max-height: 568px) {
  .mobile-nav .aux {
    bottom: 65px;
  }
  .mobile-nav .aux li a {
    font-size: 15px;
  }
}
.mobile-nav .bottom-links {
  position: absolute;
  bottom: -100px;
  opacity: 0;
}
.mobile-nav .bottom-links ul {
  margin: 0px;
  text-align: center;
  width: 100vw;
  position: relative;
  background-color: #414041;
}
.mobile-nav .bottom-links li {
  display: inline-block;
  margin: 10px 15px;
}
@media screen and (max-width: 468px), screen and (max-height: 568px) {
  .mobile-nav .bottom-links img {
    width: 28px;
  }
}
.mobile-nav.open {
  transition: all 0.15s linear;
  top: 0px;
}
.mobile-nav.open .main a:hover span.top {
  color: #fff;
  transition: color 0.15s ease-in-out;
}
.mobile-nav.open .main a:hover span.bottom {
  color: #BAD9C5;
  transition: color 0.15s ease-in-out;
}
.mobile-nav.open .main a span.bottom {
  opacity: 1;
  transition: opacity 0.2s ease;
}
.mobile-nav.open .main a span.top {
  color: #cbcacb;
}
.mobile-nav.open .bottom-links {
  bottom: 0px;
  opacity: 1;
  transition: bottom 0.3s ease-in-out, opacity 0.1s ease;
  transition-delay: 0.15s;
}

.menu-hours dt,
.menu-hours dd,
.menu-hours p {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.menu-hours p {
  text-transform: none;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.2857;
  letter-spacing: 0;
}
.menu-hours dl {
  margin: 0;
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
}
.menu-hours__list {
  margin-bottom: 20px;
}
.menu-hours__list > * {
  border-bottom: 1px solid #B3AAA0;
}
.menu-hours__list:last-child {
  border: none;
}

.mobile-menu-hours-toggle {
  padding: 30px 58px 30px;
  font-size: 1.0625rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  background: #DFDF80;
  text-align: right;
  display: block;
  width: 100%;
  position: relative;
}
.mobile-menu-hours-toggle:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 18px;
  height: 14px;
  margin-top: -7px;
  background-image: url(/assets/images/acc-arrow-black-alt.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.25s ease;
}
.mobile-menu-hours-toggle.open:after {
  background-image: url(/assets/images/xmark.svg);
}

.mobile-menu-hours {
  background: #DFDF80;
  max-height: 0;
  transition: max-height 0.2s ease-in-out;
  overflow: hidden;
}
.mobile-menu-hours .menu-hours {
  padding: 0 25px 25px;
}
.mobile-menu-hours .menu-hours dt,
.mobile-menu-hours .menu-hours dd,
.mobile-menu-hours .menu-hours p {
  font-size: 0.9375rem;
}
.mobile-menu-hours.open {
  max-height: 500px;
}

.footer {
  position: relative;
  padding: 35px 0;
  background-color: #323132;
}
.footer__row {
  padding: 0 25px;
  max-width: 1600px;
  margin: 0 auto;
}
.footer__site-title {
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.285;
  letter-spacing: 0.05em;
  color: white;
  text-transform: uppercase;
  margin: 0;
}
.footer__site-title span {
  display: block;
  color: white;
}
.footer__site-title-sub {
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: white;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.footer__site-title-sub span {
  display: block;
  color: white;
}
.footer__title {
  text-transform: uppercase;
  color: white;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.05em;
  margin-bottom: 11px;
}
.footer__nav {
  border-top: 1px solid #B3AAA0;
  border-bottom: 1px solid #B3AAA0;
  padding: 12px 0;
}
.footer__nav ul {
  margin: 0;
}
.footer__nav a {
  color: white;
  display: block;
  font-size: 19px;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 0;
}
.footer__nav-sub {
  padding-top: 15px;
  color: white;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0;
}
.footer__nav-sub a {
  color: white;
  font-family: "futura-pt", Helvetica, sans-serif;
  text-decoration: underline;
  font-weight: 700;
  line-height: 1.2;
}
.footer__nav-sub a:hover, .footer__nav-sub a:active {
  color: white;
}
.footer__social {
  display: flex;
  grid-gap: 12px;
}
.footer__cols {
  display: grid;
  grid-gap: 40px;
}
@media screen and (min-width: 1024px) {
  .footer {
    padding: 45px 0 60px;
  }
  .footer__site-title {
    font-size: 24px;
  }
  .footer__site-title span {
    display: inline-block;
  }
  .footer__site-title span:before {
    content: "| ";
  }
  .footer__site-title-sub {
    font-size: 14px;
    margin: 0 0 14px;
  }
  .footer__nav a {
    font-size: 16px;
  }
  .footer__nav-sub {
    font-size: 14px;
    margin-top: 15px;
  }
  .footer__cols {
    grid-template-columns: repeat(3, 1fr);
    align-items: end;
    grid-gap: 40px;
  }
  .footer__nav {
    display: flex;
    grid-gap: 10px;
    justify-content: space-between;
  }
  .footer__nav > * {
    padding-right: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__cols {
    grid-gap: 80px;
  }
  .footer__site-title-sub span {
    display: inline-block;
  }
}
@media screen and (min-width: 1440px) {
  .footer__cols {
    grid-gap: 115px;
  }
}

.signup {
  max-width: 500px;
  margin-bottom: 20px;
}
.signup__title {
  color: white;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0 0 15px;
}

.fd-form-success {
  display: none;
}

.fd-has-success .fd-form-success {
  display: block;
}

.fd-form-label {
  display: none;
}

.fd-form-content {
  position: relative;
}

.fd-form-control {
  border: 2px solid white;
  background: #323132;
  color: white;
  height: 47px;
  padding: 0 16px;
}
.fd-form-control:focus {
  background: #323132;
  box-shadow: none;
  border: 2px solid white;
}
.fd-form-control::-moz-placeholder {
  color: white;
  opacity: 1;
}
.fd-form-control::placeholder {
  color: white;
  opacity: 1;
}

.fd-btn {
  position: absolute;
  right: 0;
  height: 47px;
  top: 0;
  width: 40px;
  border: none;
  font-size: 0;
  background: url(/assets/images/arrow-right-white.svg) no-repeat center/15px;
}

.fd-form-captcha * {
  color: white;
}

.fd-form-success {
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 700;
  color: #FAC585;
}

.app-downloads {
  padding: 8px 0 0;
  display: flex;
  grid-gap: 12px;
}
.app-downloads > * {
  flex: 1;
  max-width: 164px;
}
@media screen and (min-width: 1024px) {
  .app-downloads {
    display: grid;
    grid-gap: 15px;
  }
  .app-downloads > * {
    max-width: 133px;
  }
}

.button-apple-download,
.button-google-download {
  background: transparent no-repeat left/contain;
  height: 0;
  display: block;
  border: none;
  font-size: 0;
}

.button-apple-download {
  background-image: url(/assets/images/download-apple.png);
  padding-bottom: 26.219512%;
}

.button-google-download {
  background-image: url(/assets/images/download-google.png);
  padding-bottom: 27.439%;
}

.social-link {
  display: block;
}
.social-link svg {
  overflow: hidden;
}
.social-link svg .line {
  transition: all 0.25s ease-in;
}
.social-link:hover svg .line {
  stroke-width: 84px;
  transition: all 0.25s ease-out;
}

.social-link + .button {
  margin: 0 0 7px;
}

.max-400 {
  max-width: 400px;
  margin: auto;
}

/**
 *  The bulk of your css is made up of independent modules and submodules. 
 *  Every module should be completely independent of its context and should 
 *  work within any layout container or other module.
 *
 *  If a specific context requires changes to a module you rather create a submodule 
 *  that describes the context instead changing styles based on the parent.https://www.artfieldssc.org/events/
 */
.hero .content {
  position: relative;
  text-align: center;
  padding: 280px 20px 320px;
}
@media screen and (max-width: 468px) {
  .hero .content {
    padding: 180px 0px 140px;
  }
}
.hero .content.ticket {
  text-align: left;
  padding: 300px 0px 200px;
}
.hero .content.ticket .hero-ticket {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .hero .content.ticket {
    padding: 260px 0px 180px;
  }
}
@media screen and (max-width: 468px) {
  .hero .content.ticket {
    width: 95%;
    padding: 200px 0px 120px;
  }
}
.hero.paint-bottom {
  margin-bottom: -5%;
}

.no-hero {
  display: block;
  padding: 240px 0px 0px;
}
@media screen and (max-width: 848px) {
  .no-hero {
    padding: 140px 0px 0px;
  }
}

hgroup.hero-ticket .main {
  font-size: 115px;
  line-height: 80%;
  display: block;
  letter-spacing: 6px;
  font-family: "Knockout 27 A", "Knockout 27 B", Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0px;
  padding-top: 10px;
  padding-right: 60px;
  padding-bottom: 5px;
  padding-left: 15vw;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  hgroup.hero-ticket .main {
    font-size: 90px;
    letter-spacing: 4px;
  }
}
@media screen and (max-width: 768px) {
  hgroup.hero-ticket .main {
    font-size: 60px;
    letter-spacing: 2px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15vw;
  }
}

hgroup.hero-header .main {
  font-size: 170px;
  line-height: 90%;
  letter-spacing: 8px;
  font-family: "Knockout 27 A", "Knockout 27 B", Helvetica, sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
  text-shadow: 5px 5px 0px rgb(234, 172, 64);
}
hgroup.hero-header .subhead {
  color: #fff;
  text-transform: uppercase;
  font-family: "Knockout 27 A", "Knockout 27 B", Helvetica, sans-serif;
  font-size: 72px;
  letter-spacing: 4px;
  margin: 0px;
}
hgroup.hero-header .border {
  display: inline-block;
  line-height: 90%;
  padding: 3px 40px 0px;
  border: 3px solid #F2AA43;
}
@media screen and (max-width: 768px) {
  hgroup.hero-header .main {
    font-size: 110px;
    text-shadow: 3px 3px 0px rgb(234, 172, 64);
  }
  hgroup.hero-header .subhead {
    font-size: 45px;
  }
}
@media screen and (max-width: 468px) {
  hgroup.hero-header .main {
    font-size: 75px;
    text-shadow: 2px 2px 0px rgb(234, 172, 64);
  }
  hgroup.hero-header .subhead {
    font-size: 30px;
  }
}

.paint-effect img, .paint-effect svg {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

section.bar {
  display: block;
  width: 100%;
  position: relative;
}
section.bar .header-bar {
  margin-bottom: 0px;
  padding: 20px 0px;
}
section.bar .left, section.bar .right, section.bar .middle {
  float: left;
  display: inline-block;
  margin: 0px;
}
section.bar .left {
  width: 35%;
  text-align: left;
}
section.bar .right {
  width: 25%;
  text-align: right;
}
section.bar .right a {
  margin: 0px 10px 0px;
  padding: 12px 15px;
}
section.bar .middle {
  display: inline-block;
  width: 40%;
  float: left;
}
section.bar .middle p {
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  margin-bottom: 0px;
  padding: 0px 20px;
}
section.bar.two-col .left {
  width: auto;
  padding-right: 25px;
  border-right: 1px solid #f09f2b;
}
section.bar.two-col .left .addy {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0px;
  margin-top: -5px;
  margin-left: 25px;
}
section.bar.two-col .right {
  float: right;
  width: auto;
  margin-right: 10px;
}
section.bar.two-col .right a {
  margin: 10px 2px;
  padding: 16px 20px 14px 60px;
}
@media screen and (max-width: 1024px) {
  section.bar .left {
    width: 40%;
  }
  section.bar .middle {
    width: 40%;
  }
  section.bar .right {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  section.bar .left {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  section.bar .middle {
    width: 70%;
    border-left: 0px;
  }
  section.bar .middle p {
    padding-top: 5px;
  }
  section.bar .right {
    width: 30%;
    text-align: center;
  }
  section.bar .right a {
    margin-top: 5px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 548px) {
  section.bar .left {
    width: 100%;
    display: block;
    margin-bottom: 0px;
  }
  section.bar .middle {
    width: 100%;
    border-right: 0px;
  }
  section.bar .right {
    width: 100%;
    text-align: center;
  }
  section.bar .right a {
    margin-top: 15px;
  }
}

.header-bar {
  max-width: 1200px;
  display: block;
  clear: both;
  width: 100%;
  margin: 0px auto 25px;
}
.header-bar .left {
  display: inline-block;
}
.header-bar .right {
  float: right;
}

.two-col-images .inner {
  height: 450px;
}
.two-col-images .left .inner {
  margin-right: 3px;
}
.two-col-images .right .inner {
  margin-left: 3px;
}
@media screen and (max-width: 640px) {
  .two-col-images .left .inner, .two-col-images .right .inner {
    margin: 3px;
  }
  .two-col-images .left .inner {
    height: 300px;
  }
  .two-col-images .right {
    margin-bottom: 40px;
  }
}

.col-slider-wrap {
  max-width: 1250px;
  padding: 0 25px 50px;
  margin: 0 auto;
}
.col-slider-wrap .header-bar .deco-header {
  margin: 0;
}
.col-slider-wrap .header-bar__title {
  font-weight: 700;
  font-size: 33px;
  text-transform: uppercase;
}
.col-slider-wrap__action {
  display: none;
}
.col-slider-wrap .col-slider .slide .inner {
  position: relative;
  margin: 5px;
  background-color: #fff;
  border: 1px solid #e7e8e9;
  padding-bottom: 15px;
}
.col-slider-wrap .col-slider .slide .inner .top {
  min-height: 70px;
}
.col-slider-wrap .col-slider .slide .inner .top .banner {
  position: absolute;
  display: inline-block;
  float: left;
  width: 60px;
  max-height: 70px;
  top: 0px;
  left: 10px;
  background-color: #F9B6B1;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0px;
}
.col-slider-wrap .col-slider .slide .inner .top .banner .head {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  display: block;
}
.col-slider-wrap .col-slider .slide .inner .top .banner .subhead {
  color: #fff;
  font-size: 18px;
  line-height: 16px;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 700;
  display: block;
}
.col-slider-wrap .col-slider .slide .inner .top .title {
  display: inline-block;
  vertical-align: top;
  margin: 10px 15px 10px 80px;
  padding: 0;
}
.col-slider-wrap .col-slider .slide .inner .title {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 16px;
  padding: 10px 15px;
}
.col-slider-wrap .col-slider .slide .inner .info {
  display: block;
  clear: both;
  padding: 20px 15px;
}
.col-slider-wrap .col-slider .slide .inner .info p {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 20px;
  margin-bottom: 0px;
}
.col-slider-wrap .col-slider .slide .inner .img-wrap {
  height: 240px;
  position: relative;
}
.col-slider-wrap .col-slider .slide .inner .post_excerpt {
  position: relative;
  min-height: 270px;
  overflow: hidden;
}
.col-slider-wrap .col-slider .slide .inner .post_excerpt .copy {
  width: 55%;
  float: right;
  position: relative;
  right: -100%;
  z-index: 2;
  padding: 20px 35px;
  background-color: rgba(255, 255, 255, 0.85);
  height: 100%;
  min-height: 270px;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.col-slider-wrap .col-slider .slide .inner .post_excerpt .copy p {
  font-size: 15px;
  margin-bottom: 0px;
  opacity: 0;
  transition: all 0.05s ease-in-out;
}
@media screen and (max-width: 768px) {
  .col-slider-wrap .col-slider .slide .inner .post_excerpt .copy {
    width: 75% !important;
    right: 0px !important;
    opacity: 1 !important;
  }
  .col-slider-wrap .col-slider .slide .inner .post_excerpt .copy p {
    opacity: 1 !important;
  }
}
.col-slider-wrap .col-slider .slide .inner:hover .post_excerpt .copy {
  right: 0px;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
.col-slider-wrap .col-slider .slide .inner:hover .post_excerpt .copy p {
  opacity: 1;
  transition: all 0.5s ease-out;
}
.col-slider-wrap .col-slider .slide.community .inner .banner {
  background-color: #F2AA43;
}
.col-slider-wrap .col-slider .slide.special .inner .banner {
  background-color: #BAD9C5;
}
.col-slider-wrap .three-col-equal-slider {
  margin: 0 -22px;
}
.col-slider-wrap .three-col-equal-slider .slide .inner {
  margin: 0 22px;
  padding: 0;
}
.col-slider-wrap .three-col-equal-slider .slide .inner .info {
  padding: 20px 20px 0;
}
.col-slider-wrap .three-col-equal-slider .slide .inner .img-wrap {
  margin-top: 25px;
}
.col-slider-wrap .three-col-equal-slider .slide .inner .title {
  padding: 2px 20px 20px;
  font-size: 22px;
  line-height: 1.28;
  font-weight: 500;
  margin: 0;
}
.col-slider-wrap .three-col-equal-slider .slide .inner .img-wrap {
  margin: 0;
}
.col-slider-wrap .three-col-equal-slider .next-arrow,
.col-slider-wrap .three-col-equal-slider .prev-arrow {
  bottom: 25%;
  top: auto;
  width: 39px;
  height: 39px;
}
.col-slider-wrap .three-col-equal-slider .next-arrow {
  right: 0;
}
.col-slider-wrap .three-col-equal-slider .prev-arrow {
  left: 0;
}
.col-slider-wrap .two-col-slider .slide .inner .info {
  padding-bottom: 0;
}
.col-slider-wrap .two-col-slider .slide .inner .img-wrap {
  margin-top: 25px;
  height: 320px;
}
.col-slider-wrap .three-col-slider .slide .top {
  min-height: 70px;
}
.col-slider-wrap .four-col-slider .slide .inner .info {
  padding-bottom: 0px;
}
.col-slider-wrap .four-col-slider .slide .inner .info .title {
  margin: 0px;
  padding: 0px;
}
.col-slider-wrap .four-col-slider .slide .inner .img-wrap {
  margin-top: 25px;
  height: 320px;
}
.col-slider-wrap .three-col-slider,
.col-slider-wrap .three-col-equal-slider,
.col-slider-wrap .two-col-slider,
.col-slider-wrap .four-col-slider {
  margin: 0 -10px;
}
.col-slider-wrap .three-col-slider .slide .inner,
.col-slider-wrap .three-col-equal-slider .slide .inner,
.col-slider-wrap .two-col-slider .slide .inner,
.col-slider-wrap .four-col-slider .slide .inner {
  margin: 0 10px;
}
.col-slider-wrap .three-col-slider .next-arrow,
.col-slider-wrap .three-col-equal-slider .next-arrow,
.col-slider-wrap .two-col-slider .next-arrow,
.col-slider-wrap .four-col-slider .next-arrow {
  right: -9px;
}
.col-slider-wrap .three-col-slider .prev-arrow,
.col-slider-wrap .three-col-equal-slider .prev-arrow,
.col-slider-wrap .two-col-slider .prev-arrow,
.col-slider-wrap .four-col-slider .prev-arrow {
  left: -9px;
}
@media screen and (max-width: 668px) {
  .col-slider-wrap .header-bar__action {
    display: none;
  }
  .col-slider-wrap .header-bar__title {
    font-size: 27px;
  }
  .col-slider-wrap__action {
    display: block;
    margin-top: 20px;
  }
  .col-slider-wrap .three-col-slider .slide .inner {
    width: calc(100vw - 25px);
  }
}

.grid-wrap .grid {
  max-width: 1200px;
}
.grid-wrap .grid .columns {
  padding: 10px 0px;
}
.grid-wrap .grid .inner {
  position: relative;
  margin: 5px;
  background-color: #fff;
  border: 1px solid #e7e8e9;
  padding-bottom: 15px;
}
.grid-wrap .grid .inner .top {
  min-height: 70px;
}
.grid-wrap .grid .inner .top .banner {
  position: absolute;
  display: inline-block;
  float: left;
  width: 60px;
  max-height: 70px;
  top: 0px;
  left: 10px;
  background-color: #F9B6B1;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0px;
}
.grid-wrap .grid .inner .top .banner .head {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  display: block;
}
.grid-wrap .grid .inner .top .banner .subhead {
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 700;
  display: block;
}
.grid-wrap .grid .inner .top .title {
  display: inline-block;
  vertical-align: top;
  margin: 10px 15px 10px 80px;
  padding: 0;
}
.grid-wrap .grid .inner .title {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 18px;
  padding: 10px 15px;
}
.grid-wrap .grid .inner .info {
  display: block;
  clear: both;
  padding: 20px 15px;
}
.grid-wrap .grid .inner .info p {
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 0px;
}
.grid-wrap .grid .inner .info .title {
  padding: 0px;
  margin-bottom: 0px;
}
.grid-wrap .grid .inner .info .name {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 0px;
}
.grid-wrap .grid .inner .margin-top {
  position: relative;
  margin-top: 15px;
  display: inline-block;
  max-width: 90%;
  background-color: #fff;
  padding: 10px 20px;
}
.grid-wrap .grid .inner .margin-top p {
  font-size: 14px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}
.grid-wrap .grid .inner .margin-top .name {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 0px;
}
.grid-wrap .grid .inner .award-bar span {
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 100%;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  padding: 6px 15px;
}
.grid-wrap .grid .inner .prize-info {
  position: relative;
  display: block;
  width: 100%;
}
.grid-wrap .grid .inner .prize-info p {
  font-size: 14px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}
.grid-wrap .grid .inner .prize-info .name {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 0px;
}
.grid-wrap .grid .inner .prize-info .left {
  display: inline-block;
  max-width: calc(100% - 180px);
  padding: 15px 15px;
}
.grid-wrap .grid .inner .prize-info .left.less-pad {
  padding: 5px 15px;
}
.grid-wrap .grid .inner .prize-info .right {
  width: 180px;
  display: inline-block;
  float: right;
  position: relative;
}
.grid-wrap .grid .inner .prize-info .right .amt {
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 0px;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .grid-wrap .grid .inner .prize-info .right, .grid-wrap .grid .inner .prize-info .left {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .grid-wrap .grid .inner .prize-info .right {
    height: 60px;
  }
}
.grid-wrap .grid .inner .img-wrap {
  position: relative;
  width: 100%;
  height: 0px;
  padding-bottom: 55%;
}
.grid-wrap .grid .inner .img-wrap .ribbon {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.grid-wrap .grid .inner .img-wrap .ribbon span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  display: block;
  line-height: 100%;
  padding: 6px 15px;
  background-color: #F2AA43;
}
.grid-wrap .grid.past-winners .img-wrap {
  padding-bottom: 100%;
}
.grid-wrap .grid.judges .img-wrap {
  padding-bottom: 90%;
}
.grid-wrap .grid.gallery .img-badge, .grid-wrap .grid.past-winners .img-badge {
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  text-align: center;
}
.grid-wrap .grid.gallery .img-badge:after, .grid-wrap .grid.past-winners .img-badge:after {
  content: "";
  width: 85%;
  height: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("/assets/images/flower.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.25;
}
.grid-wrap .grid.gallery .img-badge .year, .grid-wrap .grid.gallery .img-badge span, .grid-wrap .grid.past-winners .img-badge .year, .grid-wrap .grid.past-winners .img-badge span {
  color: #fff;
  margin: 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.grid-wrap .grid.gallery .img-badge .year, .grid-wrap .grid.past-winners .img-badge .year {
  font-family: "Knockout 27 A", "Knockout 27 B", Helvetica, sans-serif;
  font-size: 45px;
  line-height: 80%;
  padding-top: 20px;
  margin-bottom: -2px;
}
.grid-wrap .grid.gallery .img-badge span, .grid-wrap .grid.past-winners .img-badge span {
  font-size: 15px;
  font-weight: 500;
}
.grid-wrap .grid.gallery .orange .img-badge, .grid-wrap .grid.gallery .orange .award-bar span, .grid-wrap .grid.gallery .orange .img-wrap .ribbon span, .grid-wrap .grid.past-winners .orange .img-badge, .grid-wrap .grid.past-winners .orange .award-bar span, .grid-wrap .grid.past-winners .orange .img-wrap .ribbon span {
  background-color: #ef9413;
}
.grid-wrap .grid.gallery .pink .img-badge, .grid-wrap .grid.gallery .pink .award-bar span, .grid-wrap .grid.gallery .pink .img-wrap .ribbon span, .grid-wrap .grid.past-winners .pink .img-badge, .grid-wrap .grid.past-winners .pink .award-bar span, .grid-wrap .grid.past-winners .pink .img-wrap .ribbon span {
  background-color: #F9B6B1;
}
.grid-wrap .grid.gallery .mint .img-badge, .grid-wrap .grid.gallery .mint .award-bar span, .grid-wrap .grid.gallery .mint .img-wrap .ribbon span, .grid-wrap .grid.past-winners .mint .img-badge, .grid-wrap .grid.past-winners .mint .award-bar span, .grid-wrap .grid.past-winners .mint .img-wrap .ribbon span {
  background-color: #99c7a9;
}
.grid-wrap .grid.gallery .lime .img-badge, .grid-wrap .grid.gallery .lime .award-bar span, .grid-wrap .grid.gallery .lime .img-wrap .ribbon span, .grid-wrap .grid.past-winners .lime .img-badge, .grid-wrap .grid.past-winners .lime .award-bar span, .grid-wrap .grid.past-winners .lime .img-wrap .ribbon span {
  background-color: #d5d557;
}
.grid-wrap .grid.gallery .img-badge {
  bottom: 10px;
  right: 10px;
}
.grid-wrap .grid.staff .img-wrap {
  padding-bottom: 100%;
}
.grid-wrap .grid.past-winners .columns {
  padding: 10px 20px;
}
.grid-wrap .grid.past-winners .info.border-bottom {
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.grid-wrap .grid.past-winners .img-badge {
  top: 10px;
  left: 10px;
}
.grid-wrap .grid.events {
  display: block;
  clear: both;
  margin: auto;
}
.grid-wrap .grid.events .daily .inner .top .banner {
  background-color: #F9B6B1;
}
.grid-wrap .grid.events .special .inner .top .banner {
  background-color: #BAD9C5;
}
.grid-wrap .grid.events .community .inner .top .banner {
  background-color: #F2AA43;
}
.grid-wrap .grid.events .columns {
  width: 25%;
  float: left !important;
}
.grid-wrap .grid.events .columns:first-child {
  width: 50%;
}
.grid-wrap .grid.events .columns:last-child {
  clear: right;
}
@media screen and (max-width: 1024px) {
  .grid-wrap .grid.events .columns {
    width: 33.33%;
  }
  .grid-wrap .grid.events .columns:first-child {
    width: 66.66%;
  }
}
@media screen and (max-width: 848px) {
  .grid-wrap .grid.events .columns {
    width: 50%;
  }
  .grid-wrap .grid.events .columns:first-child {
    width: 50%;
  }
}
@media screen and (max-width: 548px) {
  .grid-wrap .grid.events .columns {
    width: 100%;
  }
  .grid-wrap .grid.events .columns:first-child {
    width: 100%;
  }
}
.grid-wrap .grid.jr-prizes .inner {
  padding: 15px 15px 30px;
  margin: 10px;
}
.grid-wrap .grid.jr-prizes .cat {
  font-size: 14px;
  text-transform: uppercase;
  color: #F9B6B1;
  font-weight: 500;
  letter-spacing: 1px;
}
.grid-wrap .grid.jr-prizes .grades {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
}
.grid-wrap .grid.jr-prizes hr {
  border-width: 1px;
  border-color: #F9B6B1;
}
.grid-wrap .grid.jr-prizes ul {
  list-style-type: none;
  margin: 0px 5px;
}
.grid-wrap .grid.jr-prizes ul li {
  font-size: 18px;
  margin-bottom: 12px;
  padding: 0px 15px;
  line-height: 18px;
  letter-spacing: 0.5px;
  position: relative;
}
.grid-wrap .grid.jr-prizes ul li:before {
  content: "•";
  color: #F2AA43;
  padding-right: 8px;
  position: absolute;
  left: 0px;
}
.grid-wrap .grid.jr-programs .inner {
  padding: 30px;
  margin: 10px;
}
.grid-wrap .grid.jr-programs .block {
  font-size: 16px;
  color: #B3AAA0;
  margin: 10px 0px;
}
.grid-wrap .grid.jr-programs .block .title {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  color: #F2AA43;
  padding: 0px;
  font-size: 16px;
}

.center-box {
  position: relative;
  padding: 150px 0px;
}
.center-box.no-logo {
  padding: 80px 0px;
}
.center-box.no-logo .content {
  padding: 60px 25px;
}
.center-box .banner .text {
  color: #fff;
  padding: 10px 15px 8px;
}
.center-box .banner .text.tall {
  font-size: 56px;
}
.center-box .ticket {
  margin-bottom: 20px;
}
.center-box .ticket .text {
  display: inline-block;
  color: #fff;
  padding: 4px 20px 2px;
  background-color: #F2AA43;
  text-transform: uppercase;
}
.center-box .content {
  position: relative;
  text-align: center;
  max-width: 1200px;
  width: 90vw;
  background-color: #fff;
  margin: auto;
  padding: 140px 25px 60px;
}
.center-box .content.row {
  padding: 0px;
}
.center-box .content.border {
  position: relative;
  height: auto;
}
.center-box .content.border .copy-wrap {
  position: relative;
  z-index: 2;
}
.center-box .content.border:before {
  content: "";
  width: calc(100% - 25px);
  height: calc(100% - 25px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #323132;
  opacity: 0.2;
}
.center-box .content .top-image {
  position: absolute;
  height: 180px;
  top: -90px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.center-box .content .top-image img {
  max-height: 100%;
}
.center-box .content .copy-wrap {
  max-width: 80%;
  margin: auto;
}
.center-box .content .copy-wrap p {
  margin-bottom: 20px;
}
.center-box .badge-buttons .row {
  max-width: 768px;
  margin: 15px auto 0px;
}
.center-box .badge-buttons .row .columns {
  margin-top: 5px;
}
@media screen and (max-width: 640px) {
  .center-box.w-slider {
    padding: 50px 0px !important;
  }
}
.center-box .copy-slider-wrap {
  position: relative;
  padding: 20px 0px;
  max-width: 1200px;
  margin: auto;
  width: 90vw;
}
.center-box .copy-slider .slick-list {
  height: auto !important;
}
.center-box .copy-slider .slick-track {
  max-height: inherit;
  height: auto !important;
}
.center-box .copy-slider .slick-track .slick-slide {
  height: auto !important;
}
.center-box .copy-slider .trans {
  position: relative;
  height: auto;
}
.center-box .copy-slider .trans:after {
  content: "";
  z-index: 0;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  opacity: 0.2;
}
.center-box .copy-slider .prev-arrow {
  left: 35px;
}
.center-box .copy-slider .next-arrow {
  right: 35px;
}
.center-box .copy-slider .content {
  width: 100%;
  max-width: 100%;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.85);
  overflow: hidden;
}
.center-box .copy-slider .content:before {
  content: "";
  position: absolute;
  left: 5%;
  width: 100%;
  top: -10%;
  height: 120%;
  background-image: url("/assets/images/orange-flower.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.25;
}
.center-box .copy-slider .copy-wrap {
  max-width: 100%;
  padding: 60px 75px 30px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.25);
}
.center-box .copy-slider .copy-wrap .text {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .center-box .copy-slider .content {
    padding: 0px;
  }
  .center-box .copy-slider .copy-wrap {
    padding: 60px 45px 30px;
    border: none;
  }
  .center-box .copy-slider .copy-wrap p {
    font-size: 15px;
  }
  .center-box .copy-slider .next-arrow {
    right: -15px;
  }
  .center-box .copy-slider .prev-arrow {
    left: -15px;
  }
}

.ticket-hover-effect {
  padding: 0px;
  overflow: hidden;
}
.ticket-hover-effect .bg-img {
  width: 120%;
  left: -5%;
  transition: all 0.35s ease-in-out;
}
.ticket-hover-effect .ticket {
  position: relative;
  width: 70%;
  margin-bottom: 25px;
  transition: all 0.5s ease;
}
.ticket-hover-effect .ticket span {
  font-family: "Knockout 27 A", "Knockout 27 B", Helvetica, sans-serif;
  display: block;
  font-size: 80px;
  line-height: 80%;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 2px 2px 0px #323132;
  padding: 8px 30px 5px;
  transition: all 0.4s ease;
}
.ticket-hover-effect .inner {
  position: relative;
  padding: 80px 0px;
  left: 0px;
}
.ticket-hover-effect .inner .content {
  padding: 0px 30px;
  transition: all 0.35s ease-in-out;
}
.ticket-hover-effect .inner .button {
  margin-top: 20px;
}
.ticket-hover-effect.border-left {
  border-left: 2px solid #fff;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
.ticket-hover-effect.border-right {
  border-right: 2px solid #fff;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
.ticket-hover-effect:hover .bg-img {
  left: 0%;
  transition: all 0.35s ease-in-out;
}
.ticket-hover-effect:hover .ticket {
  width: 88%;
  transition: all 0.5s ease;
}
.ticket-hover-effect:hover .ticket span {
  padding-left: 50px;
  transition: all 0.4s ease-in-out;
}
.ticket-hover-effect:hover .inner .content {
  padding-left: 40px;
  padding-right: 20px;
  transition: all 0.35s ease;
}
@media screen and (max-width: 1024px) {
  .ticket-hover-effect .ticket {
    width: 85%;
  }
  .ticket-hover-effect .ticket span {
    font-size: 70px;
  }
}
@media screen and (max-width: 768px) {
  .ticket-hover-effect .ticket span {
    font-size: 55px;
  }
}
@media screen and (max-width: 648px) {
  .ticket-hover-effect.border-left {
    border-right: 4px solid #fff;
    border-left: 4px solid #fff;
    border-top: 2px solid #fff;
    border-bottom: 4px solid #fff;
  }
  .ticket-hover-effect.border-right {
    border-right: 4px solid #fff;
    border-left: 4px solid #fff;
    border-top: 4px solid #fff;
    border-bottom: 2px solid #fff;
  }
}

.arrow-image {
  position: relative;
  overflow: hidden;
}
.arrow-image .bg-img {
  width: 130%;
}
.arrow-image .lime:after {
  background-color: #f4f4d1;
}
.arrow-image .lime:before {
  background-color: #e9e9a9;
}
.arrow-image .yellow:after {
  background-color: #DFDF80;
}
.arrow-image .yellow:before {
  background-color: #F2AA43;
}
.arrow-image .orange:after {
  background-color: #f7ca8b;
}
.arrow-image .orange:before {
  background-color: #F2AA43;
}
.arrow-image .content-wrap {
  z-index: 2;
}
.arrow-image .content-wrap .content {
  max-width: 80%;
  margin: auto;
}
.arrow-image .content-wrap:after, .arrow-image .content-wrap:before {
  content: "";
  position: absolute;
  height: 1500px;
  top: 50%;
  margin-top: -750px;
  transform: rotate(-45deg);
  border-radius: 50px;
  width: 1500px;
  left: 15%;
  z-index: -1;
}
.arrow-image .content-wrap:before {
  left: 12%;
}
@media screen and (max-width: 768px) {
  .arrow-image .content-wrap:before {
    left: 50px;
  }
  .arrow-image .content-wrap:after {
    left: 60px;
  }
}
@media screen and (max-width: 648px) {
  .arrow-image .lime {
    background-color: #f4f4d1;
  }
  .arrow-image .yellow {
    background-color: #DFDF80;
  }
  .arrow-image .orange {
    background-color: #f9d5a2;
  }
  .arrow-image .content-wrap {
    z-index: 0;
  }
  .arrow-image .content-wrap:before, .arrow-image .content-wrap:after {
    display: none;
  }
}

.white-borders {
  border-top: 20px solid #fff;
  border-bottom: 20px solid #fff;
}

.border-bar {
  max-width: 1200px;
  margin: 0px auto;
  padding-bottom: 15px;
  border-bottom: 2px solid #F2AA43;
}
.border-bar .left, .border-bar .right {
  float: left;
}
.border-bar .left {
  width: 45%;
  padding: 10px 20px;
  border-right: 2px solid #F2AA43;
}
.border-bar .right {
  width: 55%;
  padding: 5px 20px;
}
.border-bar p {
  margin: 0px;
}
@media screen and (max-width: 648px) {
  .border-bar .left, .border-bar .right {
    width: 100%;
    display: block;
    border: none;
  }
}

.text-grid {
  max-width: 1200px;
  margin: 25px auto;
}
.text-grid .columns {
  padding: 15px 10px;
}
.text-grid .columns h6 {
  line-height: 140%;
}

.art-detail {
  margin-bottom: 40px;
}
.art-detail > .row {
  max-width: 1200px;
  margin: auto;
  background-color: #fff;
}
.art-detail > .row .columns {
  padding: 0px;
  margin: 0px;
}
.art-detail > .row .columns .row {
  margin: 0px;
}
.art-detail .sidebar {
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.art-detail .main .bar {
  background-color: #DFDF80;
}
.art-detail .main .bar span {
  display: block;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 15px 15px 12px;
}
.art-detail .main .content {
  padding: 20px 15px;
}
.art-detail .main .content p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0px;
}
.art-detail .main .content .title {
  font-size: 80px;
  line-height: 85%;
  font-family: "Knockout 27 A", "Knockout 27 B", Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (max-width: 648px) {
  .art-detail .main .content .title {
    font-size: 60px;
  }
}
.art-detail .info ul {
  list-style-type: none;
  margin: 0px;
  padding: 25px 10px;
}
.art-detail .info ul li {
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.art-detail .info ul li:last-child {
  border-bottom: none;
}
.art-detail .info ul li p {
  margin: 0px;
}
.art-detail .info ul li .field {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  color: #F9B6B1;
}
.art-detail .info ul li .text {
  font-size: 16px;
}
.art-detail .info ul li .text p {
  font-size: 16px;
  margin: 14px 0;
}
.art-detail .statement .bar {
  background-color: #F9B6B1;
}
.art-detail .statement .bar span {
  color: #fff;
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 100%;
  padding: 12px 15px 10px;
}
.art-detail .statement .inner {
  padding: 25px 15px;
}

.event-detail {
  padding-bottom: 60px;
}
.event-detail .copy-wrap {
  margin-left: 75px;
}
.event-detail .bar {
  margin-left: 40px;
  margin-bottom: 20px;
}
.event-detail .event-title {
  font-family: "Knockout 27 A", "Knockout 27 B", Helvetica, sans-serif;
  font-size: 80px;
  text-transform: uppercase;
  line-height: 85%;
}
@media screen and (max-width: 768px) {
  .event-detail .event-title {
    font-size: 60px;
  }
}
@media screen and (max-width: 448px) {
  .event-detail .event-title {
    font-size: 50px;
  }
}
.event-detail .event-info {
  margin: 30px 0px;
}
.event-detail .event-info p {
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.event-detail .event-info p b {
  color: #F2AA43;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.event-detail .event-copy p {
  font-size: 15px;
}
.event-detail .banner {
  position: absolute;
  display: inline-block;
  float: left;
  width: 60px;
  max-height: 70px;
  top: 0px;
  left: 10px;
  background-color: #F9B6B1;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0px;
}
.event-detail .banner .head {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  display: block;
}
.event-detail .banner .subhead {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 700;
  display: block;
}

.search-bar {
  padding: 30px 15px 20px;
}
.search-bar button {
  margin-bottom: 0px;
}
.search-bar form {
  max-width: 1200px;
  margin: auto;
}
@media screen and (min-width: 59.375em) {
  .search-bar form {
    display: flex;
    gap: 10px;
  }
}
.search-bar .fields {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  margin: 0 -5px;
  position: relative;
  z-index: 1;
  width: 100%;
}
.search-bar .fields :nth-child(3) {
  z-index: 3;
}
.search-bar .fields :nth-child(4) {
  z-index: 2;
}
.search-bar .fields :nth-child(5) {
  z-index: 1;
}
.search-bar .fields .field {
  width: 50%;
  position: relative;
  padding: 0 5px;
  margin-bottom: 10px;
}
@media screen and (min-width: 59.375em) {
  .search-bar .fields .field {
    width: 25%;
  }
  .search-bar .fields .field.name, .search-bar .fields .field.title {
    width: 25%;
  }
}
.search-bar .fields--5 :last-child {
  width: 100%;
}
@media screen and (min-width: 40em) {
  .search-bar .fields--5 .field {
    width: 33.33333%;
  }
  .search-bar .fields--5 .field.name, .search-bar .fields--5 .field.title {
    width: 50%;
  }
}
@media screen and (min-width: 59.375em) {
  .search-bar .fields--5 .field {
    width: 20%;
  }
  .search-bar .fields--5 .field.name, .search-bar .fields--5 .field.title {
    width: 20%;
  }
}
.search-bar .action {
  flex-shrink: 0;
  text-align: center;
  margin-top: 10px;
  z-index: 0;
  position: relative;
}
@media screen and (min-width: 59.375em) {
  .search-bar .action {
    margin-top: 0;
  }
}
.search-bar .selectric .label {
  padding-right: 45px;
}
.search-bar select {
  margin-bottom: 0px;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #474547;
  color: #8B8C8B;
  border: 2px solid transparent;
  transition: all 0.15s ease-in-out;
}
.search-bar select option {
  font-size: 18px;
  letter-spacing: 1px;
}
.search-bar select:focus {
  border-color: #F2AA43;
  outline: none;
  transition: all 0.15s ease-in-out;
}
.search-bar .field--effect label {
  position: absolute;
  bottom: 100%;
  pointer-events: none;
  overflow: hidden;
  padding: 0 15px;
  transform: translate3d(0, 2.25em, 0);
  transition: transform 0.25s;
  transition-timing-function: ease-in-out;
  letter-spacing: 1px;
}
.search-bar .field--effect label span {
  position: relative;
  display: block;
  width: 100%;
  color: #8B8C8B;
  padding: 0.25em 0;
  transition: transform 0.25s;
  transition-timing-function: ease-in-out;
  letter-spacing: 1px;
}
.search-bar .field--effect label span:after {
  content: attr(data-content);
  position: absolute;
  font-weight: 500;
  bottom: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  color: #f4b55b;
  padding: 0.25em 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.85em;
  margin-left: -15px;
}
.search-bar .field--effect input {
  position: relative;
  display: block;
  float: right;
  padding: 0.8em;
  height: 2.5em;
  margin: 0px;
  border-radius: 0;
  background: #474547;
  color: #aaa;
  letter-spacing: 1px;
  -webkit-appearance: none; /* for box shadows to show on iOS */
  width: 100%;
  border: 2px solid transparent;
  transition: background-color 0.25s, border-color 0.25s;
  box-shadow: none;
}
.search-bar .field--effect input:focus {
  outline: none;
}
.search-bar .field--effect.input--filled label {
  transform: translate3d(0, 0, 0);
}
.search-bar .field--effect.input--filled label span {
  transform: translate3d(0, 100%, 0);
}
.search-bar .field--effect.input--filled input {
  background-color: transparent;
  border-color: #F2AA43;
}

.events-search-bar {
  padding: 20px 15px 15px;
}
.events-search-bar .left {
  float: left;
}
.events-search-bar .right {
  float: right;
}
.events-search-bar .right a.filter {
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin: 10px 5px;
  padding: 12px 0px 10px;
  width: 155px;
  text-align: center;
  position: relative;
  border: 1px solid;
  overflow: hidden;
  z-index: 1;
  transition: all 0.35s ease-in-out;
}
.events-search-bar .right a.filter span {
  position: absolute;
  width: 200px;
  height: 300px;
  top: -150px;
  left: -200%;
  z-index: -1;
  transform: skew(-45deg);
  transition: transform 0.25s ease, left 0.5s ease;
}
.events-search-bar .right a.filter:hover, .events-search-bar .right a.filter.active {
  transition: all 0.35s ease;
  color: #323132;
}
.events-search-bar .right a.filter:hover span, .events-search-bar .right a.filter.active span {
  left: 0;
  transform: skew(0deg);
  transition: transform 0.25s ease, left 0.5s ease;
}
.events-search-bar .right a.filter.mint {
  border-color: #93c3a4;
}
.events-search-bar .right a.filter.mint span {
  background-color: #93c3a4;
}
.events-search-bar .right a.filter.pink {
  border-color: #F9B6B1;
}
.events-search-bar .right a.filter.pink span {
  background-color: #F9B6B1;
}
.events-search-bar .right a.filter.orange {
  border-color: #F2AA43;
}
.events-search-bar .right a.filter.orange span {
  background-color: #F2AA43;
}
.events-search-bar .right .button {
  padding: 12px 15px;
  vertical-align: top;
  margin-bottom: 0px;
  margin-top: 6px;
}
@media screen and (max-width: 948px) {
  .events-search-bar .left {
    float: none;
  }
  .events-search-bar .right {
    float: none;
    display: block;
    text-align: center;
  }
}

.overlap {
  position: relative;
  max-width: 1200px;
  margin: 15px auto 50px;
  display: block;
  clear: both;
}
.overlap .copy-wrap {
  padding: 100px 0px;
  display: inline-block;
  max-width: 60%;
}
.overlap .copy {
  padding: 45px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.overlap .image {
  width: 60%;
  position: absolute;
}
.overlap.left .copy-wrap {
  float: left;
}
.overlap.left .image {
  right: 0px;
}
.overlap.right .copy-wrap {
  float: right;
}
.overlap.right .image {
  left: 0px;
}
@media screen and (max-width: 768px) {
  .overlap .copy-wrap {
    max-width: 80%;
  }
  .overlap .image {
    width: 80%;
  }
}

.no-overlap.right .copy {
  padding: 120px 60px;
}

.donate-accordion {
  background-color: transparent;
  margin: 0px 15px;
}
.donate-accordion .left {
  float: left;
}
.donate-accordion .left span {
  letter-spacing: 1px;
  font-weight: 500;
}
.donate-accordion .left span.caps {
  display: block;
  margin-bottom: 5px;
}
.donate-accordion .left .level {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 0px;
}
.donate-accordion .left .level small {
  color: #323132;
  line-height: 1;
}
.donate-accordion .right {
  height: 40px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.donate-accordion .right .acc-control {
  display: inline-block;
  position: relative;
  max-width: 100%;
  height: 25px;
  overflow: hidden;
  text-align: center;
}
.donate-accordion .right .acc-control .acc-expand, .donate-accordion .right .acc-control .acc-close {
  position: relative;
  display: block;
  clear: both;
  font-size: 16px;
  padding: 6px 15px;
  text-transform: uppercase;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 700;
  color: #323132;
  transition: all 0.35s ease-out;
}
.donate-accordion .right .acc-icon {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #BAD9C5;
  border-radius: 100%;
  display: inline-block;
  margin-bottom: -7.5px;
  transform: rotate(-90deg);
  transition: all 0.35s ease-out;
}
.donate-accordion .right .acc-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
  margin: -10px 0px 0px -11px;
  background-image: url("/assets/images/acc-arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}
.donate-accordion a.accordion-title {
  border: none;
}
.donate-accordion a.accordion-title:before {
  content: "";
}
.donate-accordion a.accordion-title:hover .acc-icon {
  background-color: #DFDF80;
}
.donate-accordion a.accordion-title:hover, .donate-accordion a.accordion-title:focus {
  background-color: #fff;
}
.donate-accordion .accordion-content {
  padding: 0px 20px;
}
.donate-accordion .copy-wrap {
  font-size: 15px;
}
.donate-accordion .copy-wrap hr {
  margin: 0px;
  border-width: 2px;
  border-color: #F2AA43;
}
.donate-accordion .copy-wrap .title {
  color: #F9B6B1;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 5px 0px;
  letter-spacing: 1px;
}
.donate-accordion .copy-wrap ul {
  list-style-type: none;
  margin: 0px 5px;
}
.donate-accordion .copy-wrap ul li {
  margin-bottom: 12px;
  padding: 0px 15px;
  line-height: 18px;
  letter-spacing: 0.5px;
  position: relative;
}
.donate-accordion .copy-wrap ul li:before {
  content: "•";
  color: #F2AA43;
  padding-right: 8px;
  position: absolute;
  left: 0px;
}
.donate-accordion .accordion-item {
  position: relative;
  margin-bottom: 25px;
  background-color: #fff;
}
.donate-accordion .accordion-item.is-active .right .acc-expand, .donate-accordion .accordion-item.is-active .right .acc-close {
  transform: translateY(-25px);
  transition: all 0.35s ease-out;
}
.donate-accordion .accordion-item.is-active .right .acc-icon {
  transform: rotate(0deg);
  background-color: #F9B6B1;
  transition: all 0.35s ease-out;
}
@media screen and (max-width: 548px) {
  .donate-accordion {
    margin: 0px 10px;
  }
  .donate-accordion .left .level small {
    display: block;
    font-size: 15px;
    margin-top: 5px;
    color: #B3AAA0;
  }
}
@media screen and (max-width: 348px) {
  .donate-accordion .left .level small {
    display: block;
    font-size: 15px;
    margin-top: 5px;
    color: #B3AAA0;
  }
}

.sponsor {
  margin-bottom: 30px;
}
.sponsor p.category {
  font-size: 16px;
  padding: 2px 10px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  border-bottom: 2px solid #F2AA43;
}
.sponsor .sponsor-list {
  text-align: center;
  padding: 15px;
}
.sponsor .sponsor-list img {
  margin: 10px 30px;
}
.sponsor.border-bottom {
  padding-bottom: 25px;
  margin-bottom: 0px;
  border-bottom: 2px solid #F2AA43;
}

.map-page-wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: calc(100vh - 40px);
  padding-top: 126px;
}
.map-page-wrapper .venue-map {
  position: relative;
  width: 60%;
  height: 100%;
  float: left;
}
.map-page-wrapper .venue-map #map {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.map-page-wrapper .map-tooltip {
  padding: 10px;
}
.map-page-wrapper .map-tooltip p {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 110%;
  text-transform: uppercase;
  font-weight: 500;
}
.map-page-wrapper .map-tooltip p a {
  transition: all 0.25s ease-in-out;
}
.map-page-wrapper .map-tooltip p a:hover {
  color: #f58a82;
  transition: all 0.25s ease-in-out;
}
.map-page-wrapper .map-tooltip .name {
  color: #F2AA43;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 18px;
}
.map-page-wrapper .map-tooltip .venue-image {
  display: none;
}
.map-page-wrapper .map-tooltip a.button {
  display: none;
}
.map-page-wrapper .venues {
  width: 40%;
  float: left;
  max-height: 100%;
  overflow: scroll;
  z-index: 10;
  box-shadow: -2px 0px 12px 0px rgba(0, 0, 0, 0.15);
}
.map-page-wrapper .venues .ticket {
  margin-top: 50px;
  margin-bottom: 30px;
}
.map-page-wrapper .venues .ticket hgroup.hero-ticket .main {
  display: inline-block;
  font-size: 50px;
  letter-spacing: 2px;
  padding: 10px 25px 5px 35px;
}
.map-page-wrapper .venues-list {
  list-style-type: none;
  margin-left: 0px;
  position: relative;
  transition: all 0.2s ease;
}
.map-page-wrapper .venues-list li {
  margin: 15px;
  max-width: 600px;
  border: 5px solid rgba(0, 0, 0, 0);
}
.map-page-wrapper .venues-list li .wrap-link {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.map-page-wrapper .venues-list li.active {
  border: 5px solid #F9B6B1;
  transition: all 0.2s ease;
}
.map-page-wrapper .venues-list .content-wrap {
  background-color: #fff;
}
.map-page-wrapper .venues-list .tooltip-info {
  position: relative;
}
.map-page-wrapper .venues-list .content {
  padding: 25px 15px 30px;
}
.map-page-wrapper .venues-list .name {
  color: #F2AA43;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.map-page-wrapper .venues-list p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 110%;
  margin-bottom: 5px;
}
.map-page-wrapper .venues-list p a {
  transition: all 0.25s ease-in-out;
}
.map-page-wrapper .venues-list p a:hover {
  color: #f58a82;
  transition: all 0.25s ease-in-out;
}
.map-page-wrapper .venues-list a.button {
  margin-top: 25px;
  margin-bottom: 0px;
  font-size: 14px;
}
.map-page-wrapper .venues-list .venue-scroll-top {
  position: absolute;
  width: 100%;
  height: 80px;
  bottom: -50px;
}
.map-page-wrapper .venues-list .venue-scroll-top a.smooth-scroll {
  display: none;
}
.map-page-wrapper .map-buttons {
  display: none;
}
@media screen and (max-width: 1024px) {
  .map-page-wrapper .venues-list .img-wrap {
    min-height: 200px;
  }
}
@media screen and (max-width: 848px) {
  .map-page-wrapper {
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .map-page-wrapper {
    position: relative;
    height: auto;
    display: block;
    width: auto;
    left: inherit;
  }
  .map-page-wrapper.map-active {
    overflow: hidden;
  }
  .map-page-wrapper .map-buttons {
    display: block;
  }
  .map-page-wrapper .venues {
    position: absolute;
    float: none;
    width: 100%;
    max-height: inherit;
    top: 0px;
    right: 0px;
    padding-top: 100px;
    overflow: visible;
    box-shadow: none;
    z-index: 10;
    transition: all 0.4s ease-in-out;
  }
  .map-page-wrapper .venues .ticket {
    margin-top: 40px;
  }
  .map-page-wrapper .venues .map-control {
    position: absolute;
    top: 130px;
    right: 0px;
    z-index: 100;
    width: 100%;
    text-align: right;
  }
  .map-page-wrapper .venues .map-control a {
    position: relative;
  }
  .map-page-wrapper .venues .venues-list {
    padding-bottom: 60px !important;
  }
  .map-page-wrapper .venues .venues-list li.venue {
    width: 50%;
    float: left;
    margin: 15px 0px;
    border-color: transparent !important;
  }
  .map-page-wrapper .venues .venues-list li.venue:active {
    border-color: transparent !important;
  }
  .map-page-wrapper .venues .venues-list .venue-scroll-top {
    position: relative;
    display: block;
    height: auto;
  }
  .map-page-wrapper .venues .venues-list .venue-scroll-top a.smooth {
    display: none;
  }
  .map-page-wrapper .venues .venues-list .venue-scroll-top a.smooth-scroll {
    display: inline-block;
  }
  .map-page-wrapper .venues.map-active {
    top: 100vh;
    transition: all 0.4s ease-in-out;
  }
  .map-page-wrapper .venue-map {
    width: 100%;
    height: calc(100vh - 100px);
    float: none;
    position: relative;
    z-index: 0;
  }
  .map-page-wrapper .venue-map .map-control {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 100;
    width: 100%;
    text-align: right;
  }
  .map-page-wrapper .venue-map .map-control a {
    position: relative;
  }
}
@media screen and (max-width: 548px) {
  .map-page-wrapper .venues .venues-list li.venue {
    width: auto;
    float: none;
    display: block;
    margin: 25px 10px;
  }
  .map-page-wrapper .venues .ticket {
    margin-top: 80px;
  }
  .map-page-wrapper .venues .map-control {
    position: absolute;
    top: 100px;
    right: 0px;
    z-index: 100;
    width: 100%;
    text-align: right;
  }
  .map-page-wrapper .venues .map-control a {
    position: relative;
  }
}

.map-page .l-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .map-page .l-footer {
    position: relative;
  }
}

.date-block {
  margin: 20px 15px;
}
.date-block p {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 120%;
  margin: 0px;
}
.date-block .date {
  color: #F2AA43;
}

.programs .block {
  font-size: 16px;
  color: #B3AAA0;
  margin: 10px 0px;
}
.programs .block .title {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  color: #F2AA43;
}

.reveal {
  box-shadow: none !important;
  border: none !important;
  margin: auto;
  overflow: visible;
  max-width: calc(100% - 60px);
  background: transparent;
  height: 100%;
}
.reveal > .row {
  max-height: 100%;
  position: absolute;
  overflow: scroll;
  background: white;
}
.reveal:focus, .reveal:active {
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}
.reveal.two-col {
  padding: 0px;
}
.reveal.two-col .columns {
  padding: 0px;
}
.reveal.two-col .columns.over {
  z-index: 2;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
}
@media (max-width: 639px) {
  .reveal.two-col .columns {
    height: auto !important;
    box-shadow: none;
  }
}
.reveal.two-col .inner {
  padding-top: 25px;
}
.reveal.two-col .inner .copy {
  padding: 50px 25px;
}
.reveal.two-col .inner .copy .row {
  margin: 0px;
}
.reveal.two-col .inner .copy .row .columns {
  padding: 0px 10px;
}
.reveal.two-col .header-bar .deco-header {
  margin-left: 40px;
}
.reveal.two-col .header-bar .plain:before {
  top: -45px;
}
.reveal.two-col .header-bar .plain span {
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 55px !important;
  text-shadow: none;
}
.reveal--video {
  background: white;
  padding: 0;
  height: auto;
}
.reveal__video {
  height: 0;
  padding-bottom: 56.25%;
  width: 100%;
  position: relative;
}
.reveal__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.reveal div.close-reveal {
  position: absolute;
  top: -15px;
  right: -15px;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background-color: #F2AA43;
  text-align: center;
  z-index: 10;
  transition: all 0.2s ease;
}
.reveal div.close-reveal button {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.reveal div.close-reveal button:hover, .reveal div.close-reveal button:active, .reveal div.close-reveal button:focus {
  outline: none !important;
}
.reveal div.close-reveal button span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -11px;
  background-image: url("/assets/images/close-reveal.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  width: 22px;
}
.reveal div.close-reveal:hover, .reveal div.close-reveal:active, .reveal div.close-reveal:focus {
  background-color: #f4746a;
  transition: all 0.2s ease;
  outline: none !important;
}
@media screen and (max-width: 768px) {
  .reveal {
    overflow: scroll;
  }
  .reveal.two-col {
    padding-top: 40px;
  }
  .reveal div.close-reveal {
    top: 10px;
    right: 10px;
  }
}

.bg-image-button {
  min-height: 320px;
}
.bg-image-button .wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bg-image-button .content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bg-image-button .content h3 {
  margin-bottom: 15px;
}

form.sign-up [type=text], form.sign-up [type=password], form.sign-up [type=date], form.sign-up [type=datetime], form.sign-up [type=datetime-local], form.sign-up [type=month], form.sign-up [type=week], form.sign-up [type=email], form.sign-up [type=number], form.sign-up [type=search], form.sign-up [type=tel], form.sign-up [type=time], form.sign-up [type=url], form.sign-up [type=color], form.sign-up textarea {
  background-color: #DBDBDB;
  box-shadow: none;
  border: none;
  border-bottom: 5px solid #F2AA43;
  font-size: 15px;
  line-height: 110%;
  transition: all 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}
form.sign-up [type=text]:focus, form.sign-up [type=password]:focus, form.sign-up [type=date]:focus, form.sign-up [type=datetime]:focus, form.sign-up [type=datetime-local]:focus, form.sign-up [type=month]:focus, form.sign-up [type=week]:focus, form.sign-up [type=email]:focus, form.sign-up [type=number]:focus, form.sign-up [type=search]:focus, form.sign-up [type=tel]:focus, form.sign-up [type=time]:focus, form.sign-up [type=url]:focus, form.sign-up [type=color]:focus, form.sign-up textarea:focus {
  background-color: #efefef;
  transition: all 0.2s ease;
}
form.sign-up [type=checkbox]:not(:checked),
form.sign-up [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
form.sign-up [type=checkbox]:not(:checked) + label,
form.sign-up [type=checkbox]:checked + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 20px;
  margin: 0px;
  overflow: hidden;
}
form.sign-up [type=checkbox]:not(:checked) + label:before,
form.sign-up [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 20px;
  height: 20px;
  background-color: #DBDBDB;
  border-bottom: 5px solid #F2AA43;
}
form.sign-up [type=checkbox]:not(:checked) + label:after,
form.sign-up [type=checkbox]:checked + label:after {
  content: "×";
  font-size: 22px;
  line-height: 10px;
  letter-spacing: 0px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 25px;
  width: 20px;
  height: 20px;
  background-color: #F2AA43;
  transition: top 0.2s, border-color 2s;
}
form.sign-up [type=checkbox]:checked + label:after {
  top: 0px !important;
  transition: top 0.2s, border-color 2s;
}

.af-pagination .pagination-previous, .af-pagination .pagination-next {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.25px;
}
.af-pagination li a, .af-pagination li {
  font-weight: 500;
  transition: all 0.3s ease;
}
.af-pagination li a:hover {
  color: #f4746a;
}
.af-pagination li.disabled span {
  letter-spacing: -1.75px;
}
.af-pagination .pagination .current {
  background-color: transparent;
  color: #89be9c;
  transition: all 0.3s ease;
}
.af-pagination .pagination a, .af-pagination .pagination button {
  color: #ef9413;
}
.af-pagination .pagination a:hover, .af-pagination .pagination button:hover {
  background-color: transparent;
}

.contact-map {
  position: relative;
  top: 0px;
  left: 0px;
  width: calc(100% - 20px);
  height: 100%;
  margin: auto;
  min-height: 500px;
}
@media screen and (max-width: 640px) {
  .contact-map {
    margin: 40px auto 10px;
  }
}
.contact-map iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.winners-block {
  position: relative;
  width: 100%;
}
.winners-block::before, .winners-block::after {
  content: " ";
  display: table;
}
.winners-block::after {
  clear: both;
}
.winners-block .left-block, .winners-block .right-block {
  position: relative;
  float: left;
}
.winners-block .left-block {
  width: 72%;
}
.winners-block .left-block .bg-img {
  background-position: bottom right;
  background-repeat: no-repeat;
}
.winners-block .right-block {
  width: 28%;
}
.winners-block .copy-wrap {
  margin-left: -10%;
  padding-top: 10vw;
  padding-bottom: 5vw;
}
.winners-block .deco-header-flip {
  display: inline-block;
  margin-bottom: 15px;
}
@media screen and (min-width: 1600px) {
  .winners-block .deco-header-flip span {
    font-size: 150px;
  }
  .winners-block .deco-header-flip:before {
    width: 320px;
    height: 160px;
    top: -110px;
    right: -150px;
  }
}
@media screen and (max-width: 768px) {
  .winners-block .left-block, .winners-block .right-block {
    position: relative;
    float: none;
    display: block;
    width: 100%;
    clear: both;
  }
  .winners-block .left-block {
    height: 0px;
    padding-bottom: 55%;
  }
  .winners-block .left-block .bg-img {
    background-position: bottom left;
    background-repeat: no-repeat;
  }
  .winners-block .right-block {
    background: #fff;
  }
  .winners-block .copy-wrap {
    position: relative;
    width: 65%;
    margin: 0px auto -10vw;
    background: #fff;
    text-align: center;
    top: -10vw;
    padding-top: 6vw;
    padding-bottom: 0px;
  }
  .winners-block .deco-header-flip span {
    font-size: 15vw;
  }
  .winners-block .deco-header-flip:before {
    width: 30vw;
    height: 20vw;
    top: -12.5vw;
    right: -11.25vw;
  }
}

.af-vimeo {
  padding-bottom: 80px;
}
.af-vimeo .content .deco-header {
  margin-left: 0px;
  margin-bottom: 30px;
}
.af-vimeo .content .vid-title, .af-vimeo .content .vid-title-jsff {
  margin-bottom: 40px;
}
.af-vimeo .content .vid-title .header, .af-vimeo .content .vid-title-jsff .header {
  text-transform: uppercase;
}
.af-vimeo .af-vimeo-thumbs, .af-vimeo .af-vimeo-thumbs-jsff {
  width: calc(100% - 30px);
  margin: 0px auto 30px;
}
.af-vimeo .af-vimeo-thumbs .thumb, .af-vimeo .af-vimeo-thumbs-jsff .thumb {
  margin: 0px 4px;
  outline: none !important;
}
.af-vimeo .af-vimeo-thumbs .thumb a, .af-vimeo .af-vimeo-thumbs-jsff .thumb a {
  outline: none !important;
}
.af-vimeo .af-vimeo-thumbs .thumb a .inner, .af-vimeo .af-vimeo-thumbs-jsff .thumb a .inner {
  position: relative;
  width: 100%;
  height: 0px;
  padding-bottom: 56.25%;
}
.af-vimeo .af-vimeo-thumbs .thumb a .inner .current, .af-vimeo .af-vimeo-thumbs-jsff .thumb a .inner .current {
  color: #fff;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  text-transform: uppercase;
  text-align: center;
  z-index: 1;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.af-vimeo .af-vimeo-thumbs .thumb a .inner:after, .af-vimeo .af-vimeo-thumbs-jsff .thumb a .inner:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.af-vimeo .af-vimeo-thumbs .thumb a.active .inner .current, .af-vimeo .af-vimeo-thumbs-jsff .thumb a.active .inner .current {
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.af-vimeo .af-vimeo-thumbs .thumb a.active .inner:after, .af-vimeo .af-vimeo-thumbs-jsff .thumb a.active .inner:after {
  opacity: 0.75;
  transition: all 0.4s ease-in-out;
}
.af-vimeo .main-video .video-wrap {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 0px;
  padding-bottom: 56.25%;
}
.af-vimeo .main-video .video-wrap iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .af-vimeo .main-video .video-wrap {
    top: 0px;
    transform: translateY(0%);
  }
}
@media screen and (max-width: 1024px) {
  .af-vimeo .main-video {
    margin-bottom: 40px;
  }
}

/**
 * Sponsors New
 * 
 */
section.our-sponsors-2019 {
  padding-top: 60px;
  padding-bottom: 120px;
}
section.our-sponsors-2019 h2 {
  font-size: 1.9375rem;
}
section.our-sponsors-2019 h3 {
  margin-top: 3rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

ul.sponsor-grid-2019 {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
}
ul.sponsor-grid-2019 li {
  display: block;
  flex: 0 1 33%;
  padding: 30px;
  text-align: center;
}
ul.sponsor-grid-2019 li p {
  font-weight: bold;
}
ul.sponsor-grid-2019 li img {
  max-height: 150px;
  display: block;
  margin: 0 auto;
  max-width: 320px;
}

ul.sponsor-sub-grid {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
}
ul.sponsor-sub-grid li {
  text-align: center;
  display: block;
  flex: 0 1 33%;
  padding: 10px;
}
ul.sponsor-sub-grid li img {
  max-width: 60px;
}

.wysiwyg h1 {
  font-family: "Knockout 27 A", "Knockout 27 B", Helvetica, sans-serif;
  font-size: 55px;
  line-height: 85%;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 700;
  color: #F2AA43;
  text-transform: uppercase;
  margin-top: 60px;
  line-height: 1.2;
}
.wysiwyg ul {
  font-size: 18px;
}
.wysiwyg li {
  margin-bottom: 15px;
  line-height: 160%;
}
@media screen and (min-width: 40em) {
  .wysiwyg h1 {
    font-size: 80px;
  }
}

.hero-image-block {
  position: relative;
}
.hero-image-block .image-wrap {
  position: relative;
  width: 100%;
  height: 0px;
  padding-bottom: 45%;
  overflow: hidden;
}
.hero-image-block .image-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 101%;
  max-width: unset;
  min-height: 101%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}

.angle-intro {
  position: relative;
  display: grid;
  padding: 40px;
  z-index: 1;
}
.angle-intro .bg-angle {
  position: absolute;
  top: -45px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #DFDF80;
  z-index: -1;
  transform: skewY(-2.5deg);
  overflow: hidden;
}
.angle-intro .bg-angle .splash {
  position: absolute;
  top: -40%;
  right: -5%;
  transform: skewY(2.5deg);
  opacity: 0.25;
  height: 140%;
  display: flex;
}
.angle-intro .bg-angle .splash img {
  height: 100%;
  max-height: 550px;
  width: auto;
}
@media screen and (min-width: 54.25em) {
  .angle-intro .bg-angle .splash {
    opacity: 0.45;
  }
}
.angle-intro:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 35px;
  width: 100%;
  height: 100%;
  background: #DFDF80;
  z-index: -1;
  transform: skewY(2.5deg);
}
.angle-intro .block {
  position: relative;
}
.angle-intro .block__image {
  display: none;
}
.angle-intro .block__image:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  background: #F2AA43;
  width: 100%;
  height: 100%;
}
.angle-intro .block__copy .deco-header {
  margin-left: 0px;
  margin-bottom: 40px;
}
.angle-intro .block__copy .deco-header span {
  font-size: 60px;
  text-shadow: 3px 3px 0px white;
}
@media screen and (min-width: 54.25em) {
  .angle-intro .block__copy .deco-header span {
    font-size: 80px;
  }
}
@media screen and (min-width: 64em) {
  .angle-intro .block__copy .deco-header span {
    font-size: 100px;
  }
}
.angle-intro .copy-wrap {
  position: relative;
  padding-left: 30px;
}
.angle-intro .copy-wrap a {
  font-weight: 500;
  color: #188096;
  border-bottom: 1px solid #188096;
  transition: all 0.25s ease;
}
.angle-intro .copy-wrap a:hover {
  color: #F9B6B1;
  border-bottom-color: #F9B6B1;
}
.angle-intro .image-wrap {
  position: relative;
  width: 100%;
  height: 0px;
  padding-bottom: 125%;
  overflow: hidden;
}
.angle-intro .image-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 101%;
  max-width: unset;
  min-height: 101%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 54.25em) {
  .angle-intro {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 60px;
    padding: 40px 60px;
  }
  .angle-intro .block__image {
    display: block;
    margin-bottom: -50%;
    align-self: flex-start;
    max-width: 500px;
  }
  .angle-intro .copy-wrap {
    padding-left: 50px;
  }
}
@media screen and (min-width: 64em) {
  .angle-intro {
    grid-column-gap: 80px;
    padding: 40px 80px;
  }
}

.bulletin-grid {
  position: relative;
  display: grid;
  padding: 80px 40px 50px;
  background: white;
  overflow: hidden;
}
.bulletin-grid .splash {
  position: absolute;
  bottom: -20%;
  left: -10%;
  opacity: 0.1;
}
.bulletin-grid .block {
  position: relative;
  padding: 30px 0px 20px;
}
.bulletin-grid .block h4 {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.075em;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 5px;
}
.bulletin-grid .block p {
  font-size: 22px;
  line-height: 1.45;
  margin-bottom: 10px;
}
.bulletin-grid .block:after {
  content: "";
  width: 160px;
  height: 2px;
  background: rgb(200, 200, 200);
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.bulletin-grid .block:nth-child(3n+1) h4 {
  color: #F9B6B1;
}
.bulletin-grid .block:nth-child(3n+2) h4 {
  color: #F2AA43;
}
.bulletin-grid .block:nth-child(3n+3) h4 {
  color: #188096;
}
.bulletin-grid .col-right .block:last-child:after {
  display: none;
}
@media screen and (min-width: 54.25em) {
  .bulletin-grid {
    padding: 40px 60px;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 60px;
    padding-top: 15vw;
  }
  .bulletin-grid .col-left {
    margin-top: -10vw;
  }
  .bulletin-grid .col-left .block:last-child:after {
    display: none;
  }
}
@media screen and (min-width: 64em) {
  .bulletin-grid {
    grid-column-gap: 80px;
    padding: 40px 80px;
    padding-top: 20vw;
  }
}

/** New Site Design Page Modules
--------------------------*/
.hero-paint {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 40em) {
  .hero-paint:after {
    content: "";
    background: url("/assets/images/paint.png") no-repeat center/contain;
    position: absolute;
    bottom: -130px;
    right: 0;
    height: 322px;
    width: 100%;
    margin: 0 auto;
    pointer-events: none;
  }
}

.hero__image {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__content {
  background: #323132;
  padding: 25px 73px 25px 25px;
  max-width: 1250px;
  margin: 0 auto;
}
.hero__headline {
  text-wrap: pretty;
  font-family: "Knockout 27 A", "Knockout 27 B", Helvetica, sans-serif;
  color: white;
  text-shadow: 2px 2px 0 #F2AA43;
  font-size: 3.625rem;
  line-height: 0.8965;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.hero__action {
  margin-top: 20px;
}
@media screen and (min-width: 40em) {
  .hero {
    position: relative;
  }
  .hero:after {
    content: "";
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    inset: 0;
  }
  .hero__content {
    min-height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 100;
    padding: 260px 130px 130px 25px;
    background: transparent;
    position: relative;
  }
  .hero__headline {
    font-size: 7rem;
  }
  .hero__image {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 64em) {
  .hero__content {
    min-height: 830px;
  }
  .hero__headline {
    font-size: 9.375rem;
    max-width: 95%;
  }
  .hero__headline--slim {
    max-width: 75%;
  }
}

.hero-carousel {
  position: relative;
  margin-bottom: 40px;
}
.hero-carousel__prev, .hero-carousel__next {
  position: absolute;
  right: 0;
  top: 0;
  width: 49px;
  height: 46px;
  border-right: 7px solid #DFDF80;
  z-index: 10;
  background: white no-repeat center/15px;
  transition: all 0.2s ease-in-out;
}
.hero-carousel__prev:hover, .hero-carousel__next:hover {
  background-color: #DFDF80;
  border-color: #A0A162;
}
.hero-carousel__prev {
  margin-top: calc(75% + 20px);
  background-image: url("/assets/images/line-arrow-up.svg");
}
.hero-carousel__next {
  margin-top: calc(75% + 52px + 20px);
  background-image: url("/assets/images/line-arrow-down.svg");
}
@media screen and (min-width: 40em) {
  .hero-carousel__prev, .hero-carousel__next {
    margin: 0;
    width: 85px;
    height: 98px;
    border-right: 13px solid #DFDF80;
    background-size: 32px;
  }
  .hero-carousel__prev {
    top: calc(50% - 52px);
  }
  .hero-carousel__next {
    top: calc(50% + 52px);
  }
  .hero-carousel .slick-track {
    display: flex !important;
  }
  .hero-carousel .slick-slide {
    display: flex;
    height: auto;
    align-items: stretch;
  }
}

.intro {
  max-width: 1240px;
  padding: 55px 20px;
  margin: 0 auto;
}
.intro__headline {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
.intro__body p {
  margin-bottom: 1.8rem;
}
.intro__body > :last-child {
  margin-bottom: 0;
}
.intro > div {
  max-width: 577px;
}
.intro > :first-child {
  margin-bottom: 1.8rem;
}
@media screen and (min-width: 40em) {
  .intro__headline {
    font-size: 3rem;
  }
}
@media screen and (min-width: 64em) {
  .intro {
    display: flex;
    gap: 5%;
    justify-content: space-between;
  }
  .intro > div {
    flex: 0 1 50%;
  }
  .intro > :first-child {
    margin-bottom: 0;
  }
  .intro__headline {
    max-width: 27.5rem;
  }
}

.split-callout {
  position: relative;
}
.split-callout__copy {
  padding: 0 25px 40px;
  background: #ECEDEF;
}
.split-callout__headline {
  font-size: 2rem;
  line-height: 1.28;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}
.split-callout__subheadline {
  line-height: 1.375;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.split-callout__subheadline-normal {
  display: block;
  font-weight: 400;
  text-transform: none;
  line-height: 1.375;
}
.split-callout__prose {
  margin: 25px 0;
}
.split-callout__prose p {
  line-height: 1.55;
  font-size: 1.125rem;
}
.split-callout__prose a {
  font-weight: 500;
  text-decoration: underline;
}
.split-callout__prose a:hover, .split-callout__prose a:active {
  color: inherit;
}
.split-callout__buttons {
  margin: 25px 0 0;
  display: flex;
  gap: 0.5rem;
}
@media screen and (min-width: 40em) {
  .split-callout {
    padding-left: 40px;
    min-height: 475px;
  }
  .split-callout__headline {
    max-width: 400px;
  }
  .split-callout__content {
    max-width: 80%;
    padding: 65px 0 45px;
    z-index: 1;
    position: relative;
  }
  .split-callout__copy {
    padding: 40px;
    padding-left: 0;
  }
  .split-callout__figure {
    position: absolute;
    width: 80%;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .split-callout__image {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    box-shadow: -20px 20px 0;
    color: #F9B6B1;
  }
  .split-callout__image--pink {
    color: #F9B6B1;
  }
  .split-callout__image--lime {
    color: #DFDF80;
  }
  .split-callout__image--mint {
    color: #BAD9C5;
  }
  .split-callout--alt {
    padding-right: 40px;
    padding-left: 0;
  }
  .split-callout--alt .split-callout__figure {
    right: auto;
    left: 0;
  }
  .split-callout--alt .split-callout__image {
    box-shadow: 20px 20px 0;
  }
  .split-callout--alt .split-callout__content {
    margin-left: auto;
  }
  .split-callout--alt .split-callout__copy {
    padding-left: 40px;
    padding-right: 0;
  }
}
@media screen and (min-width: 64em) {
  .split-callout {
    padding-left: 70px;
  }
  .split-callout__content {
    max-width: 53.3%;
  }
  .split-callout__figure {
    width: 56.8%;
  }
  .split-callout__copy {
    padding: 40px 70px;
    padding-left: 0;
  }
  .split-callout--alt {
    padding-right: 70px;
    padding-left: 0;
  }
  .split-callout--alt .split-callout__copy {
    padding-left: 70px;
    padding-right: 0;
  }
}
@media screen and (min-width: 83.75em) {
  .split-callout {
    margin-left: calc((100% - 1340px) / 2);
  }
  .split-callout--alt {
    margin-right: calc((100% - 1340px) / 2);
    margin-left: 0;
  }
}

.banner-callout {
  position: relative;
  display: grid;
  place-items: end start;
  min-height: 400px;
  padding: 12.5rem 1.25rem 1.25rem;
}
.banner-callout__image {
  position: absolute;
  inset: 0;
  background: no-repeat center/cover;
}
.banner-callout__headline {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  margin-bottom: 16px;
}
.banner-callout__body {
  margin: 0 0 20px;
}
.banner-callout__content {
  position: relative;
  background: white;
  padding: 11px;
}
.banner-callout__border {
  border: 3px solid #e6e6e6;
  padding: 20px;
}
.banner-callout__buttons {
  display: flex;
  gap: 0.5rem;
}
@media screen and (min-width: 40em) {
  .banner-callout {
    min-height: 700px;
    padding: 7.5rem 4.375rem 3.75rem 3.75rem;
  }
  .banner-callout__headline {
    font-size: 3rem;
  }
  .banner-callout__content {
    max-width: 43.125rem;
  }
  .banner-callout__border {
    padding: 22px 30px 15px;
  }
}
@media screen and (min-width: 64em) {
  .banner-callout__border {
    padding-right: 5rem;
  }
}

.full-banner {
  padding: 50px 0;
  position: relative;
}
.full-banner__headline {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 44px;
  line-height: 1;
  text-wrap: pretty;
}
@media screen and (min-width: 75em) {
  .full-banner__headline {
    font-size: 64px;
  }
  .full-banner--large .full-banner__headline {
    font-size: 74px;
  }
}

.collage-callout {
  padding: 50px 20px;
  background: url(../../images/bg-dandelion.png) no-repeat top 33% right 5%/55%;
}
.collage-callout > :first-child {
  margin: 0 0 50px;
}
.collage-callout > :last-child {
  margin: 0 auto;
}
.collage-callout__images-wrap {
  max-width: 568px;
  width: 100%;
  margin: 0 auto;
}
.collage-callout__headline {
  font-size: 2rem;
  line-height: 1.28;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 20px;
  max-width: 453px;
}
.collage-callout__images {
  padding-bottom: 118.1019%;
  height: 0;
  position: relative;
  margin-bottom: 14px;
  margin-right: 14px;
  width: 100%;
}
.collage-callout__image-1, .collage-callout__image-2, .collage-callout__image-3, .collage-callout__image-4, .collage-callout__image-5 {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
.collage-callout__image-1 {
  top: 12.64%;
  left: 0;
  height: 52.678%;
  width: 41.62%;
  box-shadow: 10px 10px 0 #FAC585;
}
.collage-callout__image-2 {
  bottom: 0;
  left: 5.75%;
  height: 30.05%;
  width: 35.8%;
  box-shadow: 10px 10px 0 #F9B6B1;
}
.collage-callout__image-3 {
  top: 0;
  left: 47.11%;
  height: 27.15%;
  width: 31.21%;
  box-shadow: 10px 10px 0 #F9B6B1;
}
.collage-callout__image-4 {
  bottom: 34.68%;
  left: 47.11%;
  width: 52.91%;
  height: 33.48%;
  box-shadow: 10px 10px 0 #DFDF80;
}
.collage-callout__image-5 {
  top: 69.96%;
  height: 25.89%;
  left: 47.11%;
  width: 40.91%;
  box-shadow: 10px 10px 0 #BAD9C5;
}
.collage-callout__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 20px;
}
@media screen and (min-width: 40em) {
  .collage-callout {
    padding: 58px 20px 50px;
  }
  .collage-callout__image-1 {
    box-shadow: 14px 14px 0 #FAC585;
  }
  .collage-callout__image-2 {
    box-shadow: 14px 14px 0 #F9B6B1;
  }
  .collage-callout__image-3 {
    box-shadow: 14px 14px 0 #F9B6B1;
  }
  .collage-callout__image-4 {
    box-shadow: 14px 14px 0 #DFDF80;
  }
  .collage-callout__image-5 {
    box-shadow: 14px 14px 0 #BAD9C5;
  }
  .collage-callout__content {
    margin-left: 8%;
  }
}
@media screen and (min-width: 64em) {
  .collage-callout {
    background: url(../../images/bg-dandelion.png) no-repeat top 33% left 23%/55%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .collage-callout > div {
    flex: 0 1 50%;
    display: flex;
    justify-content: center;
  }
  .collage-callout > :last-child {
    padding: 0 20px 0 40px;
  }
  .collage-callout > :first-child {
    padding: 0 30px;
    margin: 0;
  }
  .collage-callout__content {
    margin-left: 0;
  }
}

.jumpnav {
  background: white;
  display: none;
}
@media screen and (min-width: 75em) {
  .jumpnav {
    display: block;
  }
  .jumpnav__list {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    list-style: none;
  }
  .jumpnav__item {
    flex: 1 1 auto;
    text-align: center;
    gap: 10px;
  }
  .jumpnav__link {
    display: inline-block;
    font-family: "futura-pt", Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 30px 0 20px;
    border-bottom: 10px solid transparent;
  }
  .jumpnav__link:hover {
    color: #188096;
    border-color: #188096;
  }
}

.home-full-banner {
  margin: 0 0 40px;
}
@media screen and (min-width: 42.5em) {
  .home-full-banner {
    margin: 25px 0 80px;
  }
}

.home-awards-section {
  padding: 50px 0 0;
}
@media screen and (min-width: 40em) {
  .home-awards-section {
    padding: 100px 0 80px;
  }
}

.awards {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px 80px;
}
.awards__headline {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}
.awards__grid {
  padding: 12px 0 0;
  display: grid;
  grid-gap: 40px;
}
@media screen and (min-width: 40em) {
  .awards__headline {
    text-align: center;
  }
  .awards__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 48em) {
  .awards {
    padding: 48px;
    background: white;
  }
  .awards:before {
    content: "";
    border: 3px solid #EFEDF0;
    position: absolute;
    inset: 18px;
    pointer-events: none;
  }
  .awards__grid {
    grid-gap: 50px;
  }
}

.award-entry {
  position: relative;
}
.award-entry__image-wrap {
  display: block;
  color: white;
}
.award-entry__image-wrap:hover, .award-entry__image-wrap:active {
  color: white;
}
.award-entry .award-entry__badge {
  top: 10px;
  left: 10px;
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  text-align: center;
}
.award-entry .award-entry__badge:after {
  content: "";
  width: 85%;
  height: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("/assets/images/flower.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.25;
}
.award-entry .award-entry__badge .year, .award-entry .award-entry__badge span {
  color: #fff;
  margin: 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.award-entry .award-entry__badge .year {
  font-family: "Knockout 27 A", "Knockout 27 B", Helvetica, sans-serif;
  font-size: 45px;
  line-height: 80%;
  padding-top: 20px;
  margin-bottom: -2px;
}
.award-entry .award-entry__badge span {
  font-size: 15px;
  font-weight: 500;
}
.award-entry .award-entry__badge--orange {
  background-color: #F2AA43;
}
.award-entry .award-entry__badge--pink {
  background-color: #F8918A;
}
.award-entry .award-entry__badge--mint {
  background-color: #9CB6A7;
}
.award-entry .award-entry__badge--lime {
  background-color: #A0A162;
}
.award-entry__bar {
  display: block;
  font-size: 1.25rem;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  color: black;
  text-align: center;
  padding: 15px 15px;
  line-height: 1;
}
.award-entry__bar--orange {
  background-color: #FAC585;
}
.award-entry__bar--pink {
  background-color: #F9B6B1;
}
.award-entry__bar--mint {
  background-color: #BAD9C5;
}
.award-entry__bar--lime {
  background-color: #DFDF80;
}
.award-entry__content {
  text-align: center;
  padding: 0 20px;
}
.award-entry__title {
  font-size: 32px;
  margin: 12px 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 40em) {
  .award-entry__bar {
    padding: 6px 15px;
    font-size: 0.875rem;
  }
}

.exhibition-intro {
  position: relative;
  padding: 150px 0 40px;
  overflow: hidden;
}
.exhibition-intro__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  right: -30%;
  top: 40px;
  background: url(../../images/bg-dandelion.png) no-repeat top right/contain;
}
.exhibition-intro__inner {
  padding: 0 20px;
}
@media screen and (min-width: 40em) {
  .exhibition-intro__inner {
    padding: 0 40px;
  }
}
@media screen and (min-width: 64em) {
  .exhibition-intro {
    padding: 260px 0 65px;
  }
  .exhibition-intro__bg {
    background-size: auto auto;
    right: -120px;
  }
  .exhibition-intro__inner {
    z-index: 1;
    position: relative;
  }
}
@media screen and (min-width: 80em) {
  .exhibition-intro {
    overflow: visible;
  }
  .exhibition-intro__inner {
    margin-left: calc((100% - 1280px) / 2);
  }
}

.gallery-intro {
  padding-right: 20px;
}
.gallery-intro__title {
  margin: 0 0 20px;
}
.gallery-intro__description {
  max-width: 37.5rem;
}
@media screen and (min-width: 64em) {
  .gallery-intro {
    padding-right: 40px;
  }
}

.gallery-cols {
  min-width: 0;
}
@media screen and (min-width: 64em) {
  .gallery-cols {
    display: flex;
  }
  .gallery-cols > * {
    min-width: 0;
    flex: 0 1 50%;
    padding-top: 1px;
    display: flex;
    flex-direction: column;
  }
  .gallery-cols > :first-child {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 75em) {
  .gallery-cols {
    display: flex;
  }
  .gallery-cols > :first-child {
    flex: 0 1 34.6875rem;
  }
  .gallery-cols > :last-child {
    flex-grow: 1;
  }
}

.gallery-slider {
  background: white;
  transition: opacity 0.2s ease-in-out;
  margin: 1.25rem -1.25rem 0;
}
.gallery-slider__item-info {
  background: white;
  padding: 1.875rem 1.5625rem 1.5625rem;
}
.gallery-slider__item-description {
  margin-bottom: 1.5625rem;
}
.gallery-slider__item-image > img {
  aspect-ratio: 1280/756;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 40em) {
  .gallery-slider {
    margin: 1.25rem 0 0;
  }
}
@media screen and (min-width: 64em) {
  .gallery-slider {
    margin: 6.25rem 0 0;
    flex-grow: 1;
    border-left: 1.5rem solid #A0A162;
  }
  .gallery-slider__item {
    display: flex !important;
    flex-direction: column;
  }
  .gallery-slider__item-image {
    flex-grow: 1;
    position: relative;
  }
  .gallery-slider__item-image > img {
    aspect-ratio: auto;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
  }
}

.gallery-nav {
  margin-top: 2.5rem;
}
.gallery-nav__title {
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 1.125rem;
  line-height: 1.27rem;
  text-transform: uppercase;
  margin: 0 0 0.3125rem;
}
.gallery-nav__button {
  margin-top: 10px;
  width: 100% !important;
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  display: block;
  padding: 1.5625rem 3.75rem 1.5625rem 1.5625rem;
  text-align: left;
  text-transform: uppercase;
  background: white url(../../images/chevron-right.svg) no-repeat center right 30px;
}
.gallery-nav__button:hover {
  background-color: #DFDF80;
}
.gallery-nav__items.initialized .gallery-nav__button.slick-current {
  background-color: #DFDF80;
}
.gallery-nav__items.initialized .gallery-nav__button.slick-current:hover {
  background-color: #DFDF80;
}
.gallery-nav__items.initialized .gallery-nav__button:hover {
  background-color: white;
}
.gallery-nav .slick-track {
  transform: none !important;
  width: auto !important;
}
@media screen and (min-width: 40em) {
  .gallery-nav__button {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 64em) {
  .gallery-nav {
    margin-top: 5rem;
  }
}

.exhibitions-section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px 20px 1px;
}
@media screen and (min-width: 40em) {
  .exhibitions-section {
    padding: 80px 40px 1px;
  }
}

.exhibition-filter {
  margin-bottom: 44px;
}
.exhibition-filter__title {
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 1.125rem;
  line-height: 1.27rem;
  text-transform: uppercase;
  margin: 0 0 1.25rem;
}
.exhibition-filter__items {
  display: flex;
  gap: 5px;
}
.exhibition-filter__label {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 10px;
  font-weight: 500;
  flex: 1 1 auto;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
  margin: 0 !important;
}
.exhibition-filter__label:hover, .exhibition-filter__label:active, .exhibition-filter__label:focus {
  text-decoration: none;
}
.exhibition-filter__input {
  display: none;
}
.exhibition-filter__input:checked + .exhibition-filter__label {
  background: #FAC585;
  text-decoration: none;
}
@media screen and (min-width: 40em) {
  .exhibition-filter__label {
    font-size: 1rem;
    padding: 10px 15px;
  }
}
@media screen and (min-width: 48em) {
  .exhibition-filter {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .exhibition-filter__title {
    margin: 0;
  }
  .exhibition-filter__items {
    gap: 21px;
  }
}

.exhibition-grid {
  display: grid;
  grid-gap: 30px;
  font-size: 18px;
  line-height: 1.218;
}
@media screen and (min-width: 40em) {
  .exhibition-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
}
@media screen and (min-width: 64em) {
  .exhibition-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
  }
}
@media screen and (min-width: 75em) {
  .exhibition-grid {
    grid-gap: 45px;
  }
}

.exhibition-card {
  height: 100%;
}
.exhibition-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.exhibition-card__link:hover .exhibition-card__image, .exhibition-card__link:active .exhibition-card__image, .exhibition-card__link:focus .exhibition-card__image {
  transform: scale(1.05);
}
.exhibition-card__image-wrap {
  overflow: hidden;
}
.exhibition-card__image {
  aspect-ratio: 740/540;
  -o-object-fit: cover;
     object-fit: cover;
  widtH: 100%;
  transition: transform 0.2s ease-in-out;
}
.exhibition-card__info {
  flex-grow: 1;
  background: white;
  padding: 28px 20px;
  line-height: 1.281875;
  display: flex;
  flex-direction: column;
}
.exhibition-card__info-top {
  flex-grow: 1;
  padding-bottom: 40px;
}
.exhibition-card__pre-title {
  color: #188096;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0;
}
.exhibition-card__title {
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.exhibition-card__list {
  font-size: 1.125rem;
  margin: 0;
  list-style: none;
  line-height: 1.22222;
}
.exhibition-card__list > * {
  margin-top: 2px;
}
.exhibition-card__list > :first-child {
  margin: 0;
}
.exhibition-card__list-item-title {
  font-weight: 500;
}
.exhibition-card__dates {
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 24px 0 0;
}

.trav-exhibitions-section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 65px 20px;
}
@media screen and (min-width: 40em) {
  .trav-exhibitions-section {
    padding: 65px 40px;
  }
}

.trav-exhibitions-grid {
  display: grid;
  grid-gap: 30px;
  font-size: 18px;
  line-height: 1.218;
}
@media screen and (min-width: 40em) {
  .trav-exhibitions-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
}
@media screen and (min-width: 64em) {
  .trav-exhibitions-grid {
    grid-gap: 45px;
  }
}

.trav-exhibition-card {
  height: 100%;
}
.trav-exhibition-card__image-wrap {
  overflow: hidden;
}
.trav-exhibition-card__image {
  -o-object-fit: cover;
     object-fit: cover;
  widtH: 100%;
  transition: transform 0.2s ease-in-out;
  aspect-ratio: 1024/477;
}
.trav-exhibition-card__info {
  flex-grow: 1;
  background: white;
  padding: 1.75rem 2.0625rem 1.25rem;
  line-height: 1.281875;
  display: flex;
  flex-direction: column;
}
.trav-exhibition-card__pre-title {
  color: #188096;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0 0 2px;
}
.trav-exhibition-card__title {
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.trav-exhibition-card__dates {
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.trav-exhibition-card__excerpt {
  margin: 0.625rem 0 0;
  line-height: 1.6;
  font-size: 18px;
}
.trav-exhibition-card__actions {
  margin-top: 1.125rem;
}

.exhibition-cols {
  min-width: 0;
}
.exhibition-cols > :first-child {
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 64em) {
  .exhibition-cols {
    display: flex;
    gap: 1.875rem;
    justify-content: space-between;
  }
  .exhibition-cols > * {
    min-width: 0;
    flex: 0 1 50%;
    padding-top: 1px;
  }
  .exhibition-cols > :first-child {
    margin: 0;
  }
}
@media screen and (min-width: 75em) {
  .exhibition-cols > :last-child {
    flex-basis: 36.8125rem;
  }
}

.exhibition-gallery-title {
  color: #188096;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0;
}

.exhibition-dates {
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 1.875rem;
}

.exhibition-body {
  margin: 40px 0 0;
}
.exhibition-body > p {
  margin-bottom: 2rem;
}
@media screen and (min-width: 64em) {
  .exhibition-body {
    margin: 80px 0 0;
  }
}

.exhibition-gallery {
  max-width: 36.8125rem;
  margin: 0 auto;
}
.exhibition-gallery__image {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.exhibition-gallery__thumb {
  position: relative;
  display: block;
}
.exhibition-gallery__thumb:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
}
.exhibition-gallery__thumb--gradient:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 73.85%, rgba(0, 0, 0, 0.5) 91.6%);
}
.exhibition-gallery__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2%;
  padding-top: 2%;
}
@media screen and (min-width: 40em) {
  .exhibition-gallery__row {
    grid-gap: 4%;
    padding-top: 3%;
  }
}
.exhibition-gallery__action {
  position: absolute;
  bottom: 0.9375rem;
  right: 0.625rem;
  display: flex;
  z-index: 2;
  gap: 0.5rem;
  align-items: center;
}
.exhibition-gallery__action span {
  color: white;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.exhibition-gallery__action:after {
  content: "";
  height: 1.6875rem;
  width: 1.6875rem;
  background: url("../../images/magnifying-glass-plus.svg");
}

.exhibition-artists {
  padding: 0 20px;
  max-width: 1240px;
  margin: 0 auto 3.75rem;
}
@media screen and (min-width: 40em) {
  .exhibition-artists {
    margin: 0 auto 6.25rem;
  }
}

.exhibition-artist {
  padding: 20px;
  background: white;
  margin-bottom: 20px;
}
.exhibition-artist__inner {
  border: 2px solid #e6e6e6;
  padding: 20px;
}
.exhibition-artist__description strong, .exhibition-artist__description b {
  font-weight: 500;
  font-size: 1.375rem;
}
.exhibition-artist__image-wrap {
  margin-bottom: 20px;
}
@media screen and (min-width: 33.75em) {
  .exhibition-artist__inner {
    display: flex;
    gap: 20px;
  }
  .exhibition-artist__image-wrap {
    flex-basis: 25%;
    flex-grow: 1;
    flex-shrink: 0;
    max-width: 200px;
  }
}
@media screen and (min-width: 64em) {
  .exhibition-artist__inner {
    padding: 50px 50px 40px;
    gap: 40px;
  }
}

.exhibition-posts {
  padding-bottom: 50px;
}

.festival-split-callout-1 {
  margin: 50px 0 0;
}
@media screen and (min-width: 40em) {
  .festival-split-callout-1 {
    margin: 77px 0 55px;
  }
}

.festival-whats-happening {
  padding-top: 50px;
}

.festival-split-callout-2 {
  margin: 0 0 50px;
}
@media screen and (min-width: 40em) {
  .festival-split-callout-2 {
    margin: 0 0 116px;
  }
}

@media screen and (min-width: 40em) {
  .festival-banner-callout-1 {
    margin: 32px 0 0;
  }
}

.af-jr-callout-sections {
  padding: 50px 0 0;
}
.af-jr-callout-sections > div + div {
  margin: 50px 0 0;
}
@media screen and (min-width: 40em) {
  .af-jr-callout-sections {
    padding: 77px 0 120px;
  }
  .af-jr-callout-sections > div + div {
    margin: 120px 0 0;
  }
}

.edu-programs-banner-callout {
  padding: 0 0 50px;
}
@media screen and (min-width: 40em) {
  .edu-programs-banner-callout {
    padding: 48px 0 103px;
  }
}

.edu-programs-callout-sections > div + div {
  margin: 50px 0 0;
}
@media screen and (min-width: 40em) {
  .edu-programs-callout-sections {
    padding: 0 0 120px;
  }
  .edu-programs-callout-sections > div + div {
    margin: 120px 0 0;
  }
}

.group-blog .news_topbar .widget {
  display: inline-block;
  margin: 8px 0px 0px;
  width: 33%;
  min-width: 230px;
}
.group-blog .news_topbar .widget .inside {
  margin: 0px 5px;
  height: 40px;
}
.group-blog .news_topbar .widget .widget-title {
  display: none;
}
.group-blog .news_topbar .widget_search {
  margin-bottom: 0px;
  vertical-align: top;
}
.group-blog .news_topbar .widget_search input[type=search] {
  border: 2px solid transparent;
  border-right: none;
  background-color: #474747;
  box-shadow: none;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.075rem;
  width: 145px;
  display: inline-block;
  float: left;
  height: 40px;
  color: #aaa;
}
.group-blog .news_topbar .widget_search input[type=search]:focus {
  border-color: #F2AA43;
}
.group-blog .news_topbar .widget_search button, .group-blog .news_topbar .widget_search html input[type=button], .group-blog .news_topbar .widget_search input[type=reset], .group-blog .news_topbar .widget_search input[type=submit] {
  width: 75px;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  background-color: #F2AA43;
  border: none;
  display: inline-block;
  padding: 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}
.group-blog .news_topbar .widget_search button:hover, .group-blog .news_topbar .widget_search html input[type=button]:hover, .group-blog .news_topbar .widget_search input[type=reset]:hover, .group-blog .news_topbar .widget_search input[type=submit]:hover {
  background-color: #ef9413;
  transition: all 0.2s ease-in-out;
}

.blog-grid {
  padding: 40px 0px;
}
.blog-grid .post {
  margin: 15px 0px;
  position: relative;
}
.blog-grid .post .inner {
  padding-bottom: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.blog-grid .post .post_header {
  padding: 15px;
  padding-bottom: 25px;
}
.blog-grid .post .post_header .post_date {
  color: #F9B6B1;
  font-size: 15px;
  letter-spacing: 0.5px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.blog-grid .post .post_header .post_title {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.2s ease-in-out;
}
.blog-grid .post .post_header .post_title:hover {
  color: #F2AA43;
  transition: all 0.2s ease-in-out;
}
.blog-grid .post .post_excerpt {
  position: relative;
  min-height: 270px;
  overflow: hidden;
}
.blog-grid .post .post_excerpt .copy {
  width: 55%;
  float: right;
  position: relative;
  right: -100%;
  z-index: 2;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.85);
  height: 100%;
  min-height: 270px;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.blog-grid .post .post_excerpt .copy p {
  font-size: 15px;
  margin-bottom: 0px;
  opacity: 0;
  transition: all 0.05s ease-in-out;
}
@media screen and (max-width: 648px) {
  .blog-grid .post .post_excerpt .copy {
    width: 75% !important;
    right: 0px !important;
    opacity: 1 !important;
  }
  .blog-grid .post .post_excerpt .copy p {
    opacity: 1 !important;
  }
}
.blog-grid .post:hover .post_excerpt .copy {
  right: 0px;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
.blog-grid .post:hover .post_excerpt .copy p {
  opacity: 1;
  transition: all 0.5s ease-out;
}

.blog_page_nav {
  display: block;
  padding-bottom: 45px;
}
.blog_page_nav .prev {
  padding: 13px 18px 11px 30px;
}
.blog_page_nav .prev:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  width: 18px;
  height: 10px;
  background-image: url(/assets/images/acc-arrow-black.svg);
  transform: translateY(-50%) rotate(90deg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.blog_page_nav .prev:hover:after {
  background-image: url(/assets/images/acc-arrow.svg);
}
.blog_page_nav .next {
  padding: 13px 30px 11px 18px;
}
.blog_page_nav .next:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  width: 18px;
  height: 10px;
  background-image: url(/assets/images/acc-arrow-black.svg);
  transform: translateY(-50%) rotate(-90deg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.blog_page_nav .next:hover:after {
  background-image: url(/assets/images/acc-arrow.svg);
}

.post-detail {
  padding-bottom: 80px;
}
.post-detail .bar {
  margin-bottom: 15px;
}
.post-detail .post_date {
  margin: 0px;
  display: block;
  background-color: #D8E080;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 100%;
  padding: 15px 15px 12px;
}
.post-detail .post_title {
  font-family: "Knockout 27 A", "Knockout 27 B", Helvetica, sans-serif;
  font-size: 70px;
  text-transform: uppercase;
  line-height: 85%;
}
.post-detail .post_copy p {
  font-size: 16px;
  margin: 10px 0px;
}
.post-detail .post_copy img {
  max-width: 500px;
  width: 100%;
  margin-bottom: 20px;
}
.post-detail .row {
  padding: 0px 15px;
}
.post-detail .columns {
  padding: 0px;
}
.post-detail .copy-wrap {
  padding: 10px 15px;
}
.post-detail .post_sidebar {
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 0px;
}
.post-detail .post_sidebar .widget {
  margin: 15px 15px 40px;
}
.post-detail .post_sidebar .widget-title {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  color: #F9B6B1;
}
.post-detail .post_sidebar .widget_recent_entries {
  margin: 15px 0px;
}
.post-detail .post_sidebar .widget_recent_entries .widget-title {
  color: #fff;
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 100%;
  padding: 12px 15px 10px;
  background-color: #F9B6B1;
}
.post-detail .post_sidebar .widget_recent_entries ul {
  margin: 15px;
  list-style-type: none;
}
.post-detail .post_sidebar .widget_recent_entries ul li {
  font-size: 16px;
  line-height: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 500;
}
.post-detail .post_sidebar .widget_recent_entries ul li a {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #4c4a4c;
  transition: all 0.2s ease;
  display: block;
  padding: 20px 10px;
}
.post-detail .post_sidebar .widget_recent_entries ul li a:hover {
  color: #F9B6B1;
  transition: all 0.2s ease;
}
.post-detail .post_sidebar .widget_recent_entries ul li:last-child {
  border-bottom: none;
}
.post-detail .post_sidebar .widget_search {
  margin-bottom: 30px;
}
.post-detail .post_sidebar .widget_search input[type=search] {
  border: 1px solid #fde2e0;
  border-right: none;
  background-color: #fff;
  box-shadow: none;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.075rem;
  width: calc(100% - 75px);
  display: inline-block;
  float: left;
  height: 40px;
}
.post-detail .post_sidebar .widget_search input[type=search]:focus {
  border-color: #F9B6B1;
}
.post-detail .post_sidebar .widget_search button, .post-detail .post_sidebar .widget_search html input[type=button], .post-detail .post_sidebar .widget_search input[type=reset], .post-detail .post_sidebar .widget_search input[type=submit] {
  width: 75px;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  background-color: #F2AA43;
  border: none;
  display: inline-block;
  padding: 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}
.post-detail .post_sidebar .widget_search button:hover, .post-detail .post_sidebar .widget_search html input[type=button]:hover, .post-detail .post_sidebar .widget_search input[type=reset]:hover, .post-detail .post_sidebar .widget_search input[type=submit]:hover {
  background-color: #ef9413;
  transition: all 0.2s ease-in-out;
}
.post-detail .post_sidebar .selectric {
  border: 1px solid #fde2e0;
  background-color: #fff;
}
.post-detail .post_sidebar .selectric .label {
  background-color: #fff;
  color: #474747;
}
.post-detail .post_sidebar .selectric-open .selectric {
  border-color: #F9B6B1;
}
.post-detail .post_sidebar .selectric-items {
  background-color: #fef8f8;
  color: #323132;
}
.post-detail .post_sidebar .selectric-items li:hover {
  background-color: #fde2e0;
  color: #f4746a;
}
.post-detail .post_sidebar .selectric-items li.highlighted {
  background-color: #fde2e0;
}
.post-detail .post_sidebar .selectric-items li.selected {
  color: #F8918A;
}
.post-detail .blog-grid {
  padding: 0px 0px 40px;
}

#comments {
  max-width: 1200px;
  margin: 20px auto;
  padding: 15px;
}
#comments ol {
  list-style-type: none;
  margin-left: 5px;
  margin-bottom: 25px;
}
#comments ol li {
  margin: 15px 0px;
}
#comments footer {
  background-color: transparent;
  font-size: 16px !important;
}
#comments footer .comment-author {
  text-transform: uppercase;
}
#comments footer .comment-author a {
  color: #F9B6B1;
}
#comments footer .comment-author a:hover {
  color: #f4746a;
}
#comments footer .comment-metadata {
  display: none;
}
#comments .comment-content {
  margin: 15px 10px 0px;
}
#comments .comment-content p {
  font-size: 16px;
}
#comments .comment-reply-link {
  font-size: 16px;
  line-height: 12px;
  text-transform: uppercase;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  background-color: #F9B6B1;
  letter-spacing: 1px;
  transition: all 0.2s ease;
  margin-bottom: 10px;
  margin-left: 10px;
}
#comments .comment-reply-link:hover {
  transition: all 0.2s ease;
  background-color: #f4746a;
}
#comments .comment-reply-title {
  text-transform: uppercase;
  font-size: 26px;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 700;
  color: #F2AA43;
}
#comments .comment-reply-title a {
  display: block;
  font-size: 22px;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 700;
  color: #BAD9C5;
}
#comments .comment-reply-title small {
  display: block;
}
#comments .comment-reply-title small a#cancel-comment-reply-link {
  display: inline-block;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 16px;
  margin: 15px 0px;
  line-height: 12px;
  padding: 5px 15px;
  background: #F2AA43;
  color: #fff;
  transition: all 0.2s ease;
}
#comments .comment-reply-title small a#cancel-comment-reply-link:hover {
  background-color: #d9860f;
  transition: all 0.2s ease;
}
#comments .comment-notes {
  font-size: 16px;
}
#comments .comment-notes span.required {
  color: #F2AA43;
}
#comments label {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}
#comments label span {
  color: #F2AA43;
}
#comments button, #comments html input[type=button], #comments input[type=reset], #comments input[type=submit] {
  font-size: 16px;
  line-height: 14px;
  text-transform: uppercase;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 700;
  padding: 10px 15px;
  color: #fff;
  display: inline-block;
  background-color: #F2AA43;
  letter-spacing: 1px;
  transition: all 0.2s ease;
  border: none;
}
#comments button:hover, #comments html input[type=button]:hover, #comments input[type=reset]:hover, #comments input[type=submit]:hover {
  transition: all 0.2s ease;
  background-color: #d9860f;
}
#comments [type=text], #comments [type=password], #comments [type=date], #comments [type=datetime], #comments [type=datetime-local], #comments [type=month], #comments [type=week], #comments [type=email], #comments [type=number], #comments [type=search], #comments [type=tel], #comments [type=time], #comments [type=url], #comments [type=color], #comments textarea {
  box-shadow: none;
  border-color: #BAD9C5;
}
#comments [type=text]:focus, #comments [type=password]:focus, #comments [type=date]:focus, #comments [type=datetime]:focus, #comments [type=datetime-local]:focus, #comments [type=month]:focus, #comments [type=week]:focus, #comments [type=email]:focus, #comments [type=number]:focus, #comments [type=search]:focus, #comments [type=tel]:focus, #comments [type=time]:focus, #comments [type=url]:focus, #comments [type=color]:focus, #comments textarea:focus {
  border-color: #F9B6B1;
  box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1);
}

.off-canvas-nav {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 300px;
  z-index: -1;
}

.off-canvas-nav {
  position: fixed;
  overflow-y: scroll;
  height: 100%;
  width: 300;
  right: -300px;
  top: 0;
  padding-top: 120px;
  z-index: -1;
  transition: all 0.25s;
  background-color: #3f3e3f;
  transition: all 0.35s ease-in-out;
}
@media screen and (max-width: 848px) {
  .off-canvas-nav {
    right: 0px !important;
  }
}
.off-canvas-nav.mobile-open {
  right: 0px;
  transition: all 0.05s ease-in-out;
}
.off-canvas-nav ul {
  list-style-type: none;
  margin: 0px;
  text-align: right;
}
.off-canvas-nav ul li a {
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  padding: 6px 25px;
  transition: all 0.2s ease-in-out;
}
.off-canvas-nav .main-ocn-links {
  position: relative;
}
.off-canvas-nav .main-ocn-links ul {
  margin-bottom: 35px;
}
.off-canvas-nav .main-ocn-links ul li a {
  padding: 15px 25px;
  font-size: 16px;
}
.off-canvas-nav .main-ocn-links ul li a:hover {
  color: #F2AA43;
  background-color: #514f51;
  transition: all 0.2s ease-in-out;
}
.off-canvas-nav .main-ocn-links ul li.has-subnav .subnav-wrap {
  margin: 0px 0px;
  position: relative;
  max-height: 0px;
  overflow: hidden;
  transition: all 0.2s ease;
}
.off-canvas-nav .main-ocn-links ul li.has-subnav .subnav-wrap li {
  opacity: 0;
  transition: all 0.15s ease;
}
.off-canvas-nav .main-ocn-links ul li.has-subnav .subnav-wrap li a {
  font-size: 11px;
  padding: 8px 25px;
  color: #e9e9a9;
}
.off-canvas-nav .main-ocn-links ul li.has-subnav .subnav-wrap li a:hover {
  color: #9e9e28;
  background-color: transparent;
}
.off-canvas-nav .main-ocn-links ul li.has-subnav .subnav-wrap li:last-child {
  margin-bottom: 15px;
}
.off-canvas-nav .main-ocn-links ul li.has-subnav .subnav-wrap.open {
  max-height: 500px;
  height: auto;
  transition: all 0.2s ease;
}
.off-canvas-nav .main-ocn-links ul li.has-subnav .subnav-wrap.open li:nth-child(1) {
  transition-delay: 80ms;
  opacity: 1;
}
.off-canvas-nav .main-ocn-links ul li.has-subnav .subnav-wrap.open li:nth-child(2) {
  transition-delay: 140ms;
  opacity: 1;
}
.off-canvas-nav .main-ocn-links ul li.has-subnav .subnav-wrap.open li:nth-child(3) {
  transition-delay: 220ms;
  opacity: 1;
}
.off-canvas-nav .main-ocn-links ul li.has-subnav .subnav-wrap.open li:nth-child(4) {
  transition-delay: 300ms;
  opacity: 1;
}
.off-canvas-nav .main-ocn-links ul li.has-subnav .subnav-wrap.open li:nth-child(5) {
  transition-delay: 380ms;
  opacity: 1;
}
.off-canvas-nav .main-ocn-links ul li.has-subnav .subnav-wrap.open li:nth-child(6) {
  transition-delay: 460ms;
  opacity: 1;
}
.off-canvas-nav .main-ocn-links ul li.has-subnav .subnav-wrap.open li:nth-child(7) {
  transition-delay: 520ms;
  opacity: 1;
}
.off-canvas-nav .main-ocn-links ul li.has-subnav .subnav-wrap.open li:nth-child(8) {
  transition-delay: 600ms;
  opacity: 1;
}
.off-canvas-nav .main-ocn-links ul li.has-subnav .subnav-wrap.open li:nth-child(9) {
  transition-delay: 680ms;
  opacity: 1;
}
.off-canvas-nav .main-ocn-links ul li.has-subnav .subnav-wrap.open li:nth-child(10) {
  transition-delay: 760ms;
  opacity: 1;
}
.off-canvas-nav .main-ocn-links ul li.has-subnav > a {
  padding-right: 55px;
  position: relative;
}
.off-canvas-nav .main-ocn-links ul li.has-subnav > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 18px;
  height: 14px;
  margin-top: -7px;
  background-image: url("/assets/images/acc-arrow-orange.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.25s ease;
}
.off-canvas-nav .main-ocn-links ul li.has-subnav.active a {
  color: #d9860f;
}
.off-canvas-nav .main-ocn-links ul li.has-subnav.active a:after {
  transform: scaleY(-1);
  transition: all 0.25s ease;
}
.off-canvas-nav .aux-ocn-links {
  position: relative;
  margin-bottom: 25px;
}
.off-canvas-nav .aux-ocn-links ul li a {
  font-size: 14px;
  letter-spacing: 2px;
}
.off-canvas-nav .aux-ocn-links ul li a:hover {
  color: #F9B6B1;
  transition: all 0.2s ease-in-out;
}
.off-canvas-nav .aux {
  position: absolute;
  bottom: 90px;
  margin: 0px auto;
  max-width: 400px;
  min-width: 320px;
  left: 50%;
  transform: translateX(-50%);
}
.off-canvas-nav .aux li {
  display: inline-block;
  width: 50%;
  float: left;
  text-align: center;
  border-bottom: 1px solid #3f3e3f;
}
.off-canvas-nav .aux li:nth-child(2n+1) {
  border-right: 1px solid #3f3e3f;
}
.off-canvas-nav .aux li:nth-child(2), .off-canvas-nav .aux li:nth-child(1) {
  border-top: 1px solid #3f3e3f;
}
.off-canvas-nav .aux li a {
  font-size: 15px;
  padding: 12px 0px 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  display: block;
  transition: all 0.2s ease;
}
.off-canvas-nav .aux li a:hover {
  color: #F2AA43;
  transition: all 0.2s ease;
}
@media screen and (max-width: 468px), screen and (max-height: 568px) {
  .off-canvas-nav .aux {
    bottom: 65px;
  }
  .off-canvas-nav .aux li a {
    font-size: 15px;
  }
}
.off-canvas-nav .bottom-links {
  position: absolute;
  bottom: -100px;
  opacity: 0;
}
.off-canvas-nav .bottom-links ul {
  margin: 0px;
  text-align: center;
  width: 100vw;
  position: relative;
  background-color: #414041;
}
.off-canvas-nav .bottom-links li {
  display: inline-block;
  margin: 10px 15px;
}
@media screen and (max-width: 468px), screen and (max-height: 568px) {
  .off-canvas-nav .bottom-links img {
    width: 28px;
  }
}
.off-canvas-nav.open {
  transition: all 0.15s linear;
  top: 0px;
}
.off-canvas-nav.open .main a:hover span.top {
  color: #fff;
  transition: color 0.15s ease-in-out;
}
.off-canvas-nav.open .main a:hover span.bottom {
  color: #BAD9C5;
  transition: color 0.15s ease-in-out;
}
.off-canvas-nav.open .main a span.bottom {
  opacity: 1;
  transition: opacity 0.2s ease;
}
.off-canvas-nav.open .main a span.top {
  color: #cbcacb;
}
.off-canvas-nav.open .bottom-links {
  bottom: 0px;
  opacity: 1;
  transition: bottom 0.3s ease-in-out, opacity 0.1s ease;
  transition-delay: 0.15s;
}

.l-header-old {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
  transition: all 1s ease;
}
.l-header-old.is-down {
  transition: all 0.3s ease;
}
.l-header-old.is-up {
  top: -200px;
  transition: all 0.3s ease;
}
.l-header-old header {
  position: relative;
}
.l-header-old header .logo-wrap {
  max-width: 1600px;
  margin: auto;
  position: relative;
}
.l-header-old header .logo-wrap .logo {
  position: absolute;
  z-index: 1;
  background: transparent;
  display: inline-block;
  transition: all 0.4s ease;
  position: absolute;
  font-size: 0;
  top: 35px;
  left: 5px;
  width: 280px;
  z-index: 1;
  background: transparent;
  display: inline-block;
  transition: all 0.4s ease;
}
.l-header-old header .logo-wrap .logo svg {
  width: 100%;
}
.l-header-old header .logo-wrap .logo a {
  position: relative;
  width: 100%;
  display: block;
}
.l-header-old header .links-wrap {
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: right;
  width: 100%;
  transition: all 0.3s ease;
}
.l-header-old header .links-wrap.is-padded {
  top: -48px;
  transition: all 0.2s ease;
}
.l-header-old header .links-wrap.is-up {
  top: -100px;
  transition: all 0.3s ease;
}
.l-header-old header .links-wrap a {
  text-transform: uppercase;
}
.l-header-old header ul {
  margin: 0px;
}
.l-header-old header .aux-links {
  background-color: #323132;
  height: 53px;
  position: relative;
}
.l-header-old header .aux-links ul {
  max-width: 1600px;
  margin: auto;
}
.l-header-old header .aux-links li {
  display: inline-block;
}
.l-header-old header .aux-links li a {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin: 0px 10px;
  padding: 20px 0px;
  display: block;
  transition: all 0.2s ease-in-out;
}
.l-header-old header .aux-links li a:after {
  content: "";
  width: 1px;
  height: 15px;
  background: #fff;
  opacity: 0.6;
  position: absolute;
  top: 18px;
  right: -12px;
}
.l-header-old header .aux-links li a:hover {
  color: #F2AA43;
  transition: all 0.2s ease-in-out;
}
.l-header-old header .aux-links li:last-child, .l-header-old header .aux-links li.last {
  margin-right: 5px;
}
.l-header-old header .aux-links li:last-child a:after, .l-header-old header .aux-links li.last a:after {
  display: none;
}
.l-header-old header .aux-links .header-button {
  position: relative;
  right: 15px;
  top: 6px;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 700;
}
.l-header-old header .aux-links .header-button:hover {
  top: 8.5px;
}
.l-header-old header .main-links {
  background-color: #fff;
  position: relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.l-header-old header .main-links ul.main {
  max-width: 1600px;
  margin: auto;
  position: relative;
}
.l-header-old header .main-links ul.main li {
  display: inline-block;
}
.l-header-old header .main-links ul.main li a {
  position: relative;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 700;
  color: #323132;
  margin: 0px 12px;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 14px 0px;
  display: block;
  z-index: 1;
}
.l-header-old header .main-links ul.main li a:hover {
  color: #ef9413;
  transition: all 0.2s ease-in-out;
}
.l-header-old header .main-links ul.main li.active > a {
  color: #ef9413;
}
.l-header-old header .main-links .submenu-wrap {
  width: 100%;
  position: absolute;
  left: 0px;
  background-color: #e9e9a9;
  max-height: 0px;
  transition: all 0.15s ease;
}
.l-header-old header .main-links .submenu-wrap.open {
  height: auto;
  max-height: 50px;
  transition: all 0.25s ease;
}
.l-header-old header .main-links .submenu-wrap.open ul.ml-submenu {
  height: 100%;
  max-height: 50px;
  transition: all 0.1s ease;
  transform: scaleY(1);
}
.l-header-old header .main-links .submenu-wrap.open ul.ml-submenu li a {
  opacity: 1;
  transition: all 0.3s ease;
}
.l-header-old header .main-links .submenu-wrap ul.ml-submenu {
  position: relative;
  transform: scaleY(0);
  right: 0px;
  width: 100%;
  max-width: 1600px;
  margin: auto;
  transition: all 0.05s ease;
}
.l-header-old header .main-links .submenu-wrap ul.ml-submenu li a {
  font-size: 13px;
  display: inherit;
  opacity: 0;
}
.l-header-old header .main-links .submenu-wrap ul.ml-submenu li a:hover {
  color: #9e9e28;
}
.l-header-old header .main-links .submenu-wrap.galleries {
  background-color: #fde2e0;
}
.l-header-old header .main-links .submenu-wrap.galleries ul.ml-submenu li a:hover {
  color: #f0473b;
}
.l-header-old header .main-links .submenu-wrap.jr {
  background-color: #dbebe1;
}
.l-header-old header .main-links .submenu-wrap.jr ul.ml-submenu li a:hover {
  color: #68ac80;
}
.l-header-old header .main-links .submenu-wrap.about {
  background-color: #f5c073;
}
.l-header-old header .main-links .submenu-wrap.about ul.ml-submenu li a:hover {
  color: #aa690c;
}
.l-header-old header .mobile {
  display: none;
}
.l-header-old header .mobile .mobile-menu {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 50px;
  height: 50px;
  z-index: 2;
  transition: all 0.2s ease;
}
.l-header-old header .mobile .mobile-menu > div {
  width: 28px;
  height: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.l-header-old header .mobile .mobile-menu .top, .l-header-old header .mobile .mobile-menu .middle, .l-header-old header .mobile .mobile-menu .bottom {
  display: block;
  width: 28px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
}
.l-header-old header .mobile .mobile-menu .top {
  top: 0px;
  transition: background 0.15s ease-in-out, transform 0.25s ease-in, top 0.15s 0.2s;
}
.l-header-old header .mobile .mobile-menu .top:before {
  content: "";
  width: 8px;
  height: 4px;
  border-radius: 4px;
  background-color: #DFDF80;
  position: absolute;
  left: 0px;
  opacity: 0;
}
.l-header-old header .mobile .mobile-menu .top:after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #F9B6B1;
  position: absolute;
  right: 0px;
  opacity: 0;
}
.l-header-old header .mobile .mobile-menu .middle {
  top: 8px;
  transition: background 0.15s ease-in-out, transform 0.25s ease-in, top 0.15s 0.2s;
}
.l-header-old header .mobile .mobile-menu .middle:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #F2AA43;
  position: absolute;
  left: 0px;
  opacity: 0;
}
.l-header-old header .mobile .mobile-menu .middle:after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #BAD9C5;
  position: absolute;
  left: 0px;
  opacity: 0;
}
.l-header-old header .mobile .mobile-menu .bottom {
  top: 16px;
  margin-bottom: 0px;
  transition: background 0.15s ease-in-out, transform 0.25s ease;
}
.l-header-old header .mobile .mobile-menu .bottom:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #F2AA43;
  position: absolute;
  right: 0px;
  opacity: 0;
}
.l-header-old header .mobile .mobile-menu .bottom:after {
  content: "";
  width: 8px;
  height: 4px;
  border-radius: 4px;
  background-color: #DFDF80;
  position: absolute;
  right: 0px;
  opacity: 0;
}
.l-header-old header .mobile .mobile-menu:after {
  content: "CLOSE";
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  position: absolute;
  right: -42px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.25s ease-in;
}
.l-header-old header .mobile .mobile-menu.active {
  right: 250px;
  transition: all 0.2s ease;
}
.l-header-old header .mobile .mobile-menu.active .top {
  position: absolute;
  transform: rotate(225deg);
  top: -15px;
  right: -20px;
  background-color: #F2AA43;
  transition: background 0.15s ease-in-out, top 0.15s ease-in, transform 0.25s ease-out;
}
.l-header-old header .mobile .mobile-menu.active .top:after, .l-header-old header .mobile .mobile-menu.active .top:before {
  opacity: 1;
  transition: all 0.2s ease-out;
  transition-delay: 0.2s;
}
.l-header-old header .mobile .mobile-menu.active .top:before {
  left: -7px;
  top: 8px;
}
.l-header-old header .mobile .mobile-menu.active .top:after {
  right: -8px;
}
.l-header-old header .mobile .mobile-menu.active .middle {
  top: -16px;
  right: -5px;
  transform: rotate(225deg);
  background-color: #F9B6B1;
  transition: background 0.15s ease-in-out, transform 0.35s ease-out;
}
.l-header-old header .mobile .mobile-menu.active .middle:after, .l-header-old header .mobile .mobile-menu.active .middle:before {
  opacity: 1;
  transition: all 0.2s ease-out;
  transition-delay: 0.25s;
}
.l-header-old header .mobile .mobile-menu.active .middle:before {
  left: -37px;
}
.l-header-old header .mobile .mobile-menu.active .middle:after {
  width: 4px;
  height: 4px;
  left: -8px;
}
.l-header-old header .mobile .mobile-menu.active .bottom {
  position: absolute;
  transform: rotate(225deg);
  background-color: #BAD9C5;
  top: 18px;
  right: -25px;
  transition: background 0.15s ease-in-out, top 0.15s ease-in, transform 0.4s ease-out;
}
.l-header-old header .mobile .mobile-menu.active .bottom:after, .l-header-old header .mobile .mobile-menu.active .bottom:before {
  opacity: 1;
  transition: all 0.2s ease-out;
  transition-delay: 0.3s;
}
.l-header-old header .mobile .mobile-menu.active .bottom:before {
  right: -20px;
}
.l-header-old header .mobile .mobile-menu.active .bottom:after {
  right: -12px;
}
.l-header-old header .mobile .mobile-menu.active:after {
  opacity: 1;
  transition: all 0.25s ease-in-out;
}
.l-header-old header .mobile .mobile-menu:hover .top {
  background-color: #F2AA43;
}
.l-header-old header .mobile .mobile-menu:hover .middle {
  background-color: #F9B6B1;
}
.l-header-old header .mobile .mobile-menu:hover .bottom {
  background-color: #BAD9C5;
}
@media screen and (max-width: 1024px) {
  .l-header-old header {
    background: rgba(50, 48, 42, 0);
  }
  .l-header-old header .logo-wrap > .logo {
    background: transparent;
    top: 5px;
    left: 5px;
    width: 140px;
  }
  .l-header-old header .logo-wrap > .logo a {
    padding: 0px 0px !important;
  }
  .l-header-old header .logo-wrap > .logo a img {
    width: 105px;
  }
  .l-header-old header .aux-links {
    display: none;
  }
  .l-header-old header .main-links {
    height: 70px;
    background: rgb(50, 48, 42);
  }
  .l-header-old header .main-links .desktop {
    display: none;
  }
  .l-header-old header .main-links .mobile {
    display: block;
  }
}
@media screen and (max-width: 848px) {
  .l-header-old.is-down header .logo svg #words, .l-header-old.mobile-open header .logo svg #words {
    opacity: 1 !important;
    transition: all 0.15s ease-in-out;
  }
  .l-header-old.is-down header .logo svg #acorn, .l-header-old.mobile-open header .logo svg #acorn {
    fill: #fff !important;
    transition: all 0.15s ease-in-out;
  }
  .l-header-old.is-down .mobile .mobile-menu .top, .l-header-old.is-down .mobile .mobile-menu .middle, .l-header-old.is-down .mobile .mobile-menu .bottom, .l-header-old.mobile-open .mobile .mobile-menu .top, .l-header-old.mobile-open .mobile .mobile-menu .middle, .l-header-old.mobile-open .mobile .mobile-menu .bottom {
    background-color: #fff;
  }
  .l-header-old.is-up header .logo svg #words {
    opacity: 0;
    transition: all 0.15s ease-in-out;
  }
  .l-header-old.is-up header .logo svg #acorn {
    fill: #BAD9C5;
    transition: all 0.15s ease-in-out;
  }
}

body.mobile-open {
  margin-left: -300px;
  transition: all 0.25s ease;
}
body.mobile-open .map-page-wrapper {
  margin-left: -300px;
  transition: all 0.25s ease;
}
body.mobile-open .map-page-wrapper.map-active {
  margin-left: 0px !important;
}
body.mobile-open .l-header-old {
  top: 0px !important;
}
@media screen and (max-width: 648px) {
  body .l-header-old header .logo-wrap > .logo {
    left: 0px;
    transition: all 0.4s ease-in-out;
  }
  body.mobile-open .l-header-old header .logo-wrap > .logo {
    left: -200px;
    transition: all 0.4s ease-in-out;
  }
}

.l-footer-old {
  position: relative;
  padding: 0px 15px;
  background-color: #323132;
}
.l-footer-old .inner {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  padding: 25px 0px 15px;
}
.l-footer-old .inner .block {
  font-size: 0px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 15px;
}
.l-footer-old .inner .block .title {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.l-footer-old .inner .block .copy {
  font-size: 15px;
  line-height: 1.35;
  color: #9e9890;
  font-weight: lighter;
  margin-bottom: 25px;
}
.l-footer-old .inner .block.text {
  flex: 1 1 50%;
}
.l-footer-old .inner .block.text .copy-wrap {
  padding-right: 15px;
}
.l-footer-old .inner .block.sponsor {
  justify-content: center;
  flex: 1 1 25%;
  margin: 0px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.l-footer-old .inner .block.sponsor img {
  padding: 0px 0px 15%;
  max-width: 200px;
}
.l-footer-old .inner .block.social {
  flex: 1 1 25%;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  justify-content: center;
}
.l-footer-old .inner .block.social .social-links {
  position: relative;
  text-align: center;
  margin: 0px 0px 30px;
}
.l-footer-old .inner .block.social .social-links a {
  margin: 0px 5px;
}
.l-footer-old .inner .block.social .social-links a svg {
  overflow: hidden;
}
.l-footer-old .inner .block.social .social-links a svg .line {
  transition: all 0.25s ease-in;
}
.l-footer-old .inner .block.social .social-links a:hover svg .line {
  stroke-width: 84px;
  transition: all 0.25s ease-out;
}
.l-footer-old .inner .block.social .text-link {
  position: relative;
  display: inline-block;
  clear: both;
  padding: 4px 0px;
  line-height: 1;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #F9B6B1;
}
.l-footer-old .inner .block.social a.text-link {
  transition: all 0.25s ease;
}
.l-footer-old .inner .block.social a.text-link:hover {
  color: #F2AA43;
}
.l-footer-old .inner .block.social span.text-link {
  opacity: 0.65;
}
.l-footer-old .inner .block .social-links {
  position: relative;
  text-align: center;
  margin: 0px 0px 30px;
  min-width: 160px;
}
.l-footer-old .inner .block .social-links a {
  margin: 0px 5px;
}
.l-footer-old .inner .block .social-links a svg {
  overflow: hidden;
}
.l-footer-old .inner .block .social-links a svg .line {
  transition: all 0.25s ease-in;
}
.l-footer-old .inner .block .social-links a:hover svg .line {
  stroke-width: 84px;
  transition: all 0.25s ease-out;
}
.l-footer-old .bottom {
  margin: 0px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.l-footer-old .bottom p, .l-footer-old .bottom b {
  margin: 0px;
  font-size: 14px;
  color: #B3AAA0;
  font-weight: lighter;
  padding: 10px 0px;
}
@media screen and (max-width: 968px) {
  .l-footer-old .inner .block.social {
    flex: 1 1 50%;
    border-left: none;
    justify-content: unset;
  }
  .l-footer-old .inner .block.social .social-links {
    text-align: left;
  }
  .l-footer-old .inner .block.sponsor {
    flex: 1 1 50%;
    max-width: 280px;
    order: 3;
    border-left: none;
    border-right: none;
  }
  .l-footer-old .inner .block.sponsor img {
    padding-bottom: 0px;
    max-width: 150px;
  }
  .l-footer-old .inner .block.text {
    flex: 1 1 100%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-old .inner .block.sponsor {
    max-width: 180px;
  }
}
@media screen and (max-width: 468px) {
  .l-footer-old .inner .block.social {
    flex: 1 1 100%;
    justify-content: center;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    margin-bottom: 15px;
    text-align: center;
  }
  .l-footer-old .inner .block.social .social-links {
    text-align: center;
  }
  .l-footer-old .inner .block.sponsor {
    justify-content: center;
    max-width: 100%;
  }
  .l-footer-old .inner .block.text {
    text-align: center;
  }
}

.map-page .l-footer-old {
  position: fixed;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .map-page .l-footer-old {
    position: relative;
  }
}
