@charset "UTF-8";
/**
 * Global Variables
 *
 */
@font-face {
  font-family: 'Futura-Bold';
  src: url("/assets/fonts/FuturaStd-Bold.otf") format("opentype"), url("/assets/fonts/FuturaStd-Bold.ttf") format("truetype"); }
@font-face {
  font-family: 'Futura-Med';
  src: url("/assets/fonts/FuturaStd-Medium.otf") format("opentype"), url("/assets/fonts/FuturaStd-Medium.ttf") format("truetype"); }
@font-face {
  font-family: 'Knockout';
  src: url("/assets/fonts/Knockout-Cond.otf") format("opentype"); }
/**
 * 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: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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.33333%; }

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

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

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

.small-2 {
  width: 16.66667%; }

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

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

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

.small-3 {
  width: 25%; }

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

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

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

.small-4 {
  width: 33.33333%; }

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

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

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

.small-5 {
  width: 41.66667%; }

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

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

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

.small-6 {
  width: 50%; }

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

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

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

.small-7 {
  width: 58.33333%; }

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

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

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

.small-8 {
  width: 66.66667%; }

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

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

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

.small-9 {
  width: 75%; }

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

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

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

.small-10 {
  width: 83.33333%; }

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

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

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

.small-11 {
  width: 91.66667%; }

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

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

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

.small-12 {
  width: 100%; }

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

.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.33333%;
  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.66667%;
  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.28571%;
  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.33333%; }

  .medium-push-1 {
    position: relative;
    left: 8.33333%; }

  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }

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

  .medium-2 {
    width: 16.66667%; }

  .medium-push-2 {
    position: relative;
    left: 16.66667%; }

  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }

  .medium-offset-1 {
    margin-left: 8.33333%; }

  .medium-3 {
    width: 25%; }

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

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

  .medium-offset-2 {
    margin-left: 16.66667%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-push-4 {
    position: relative;
    left: 33.33333%; }

  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }

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

  .medium-5 {
    width: 41.66667%; }

  .medium-push-5 {
    position: relative;
    left: 41.66667%; }

  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }

  .medium-offset-4 {
    margin-left: 33.33333%; }

  .medium-6 {
    width: 50%; }

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

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

  .medium-offset-5 {
    margin-left: 41.66667%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-push-7 {
    position: relative;
    left: 58.33333%; }

  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }

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

  .medium-8 {
    width: 66.66667%; }

  .medium-push-8 {
    position: relative;
    left: 66.66667%; }

  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }

  .medium-offset-7 {
    margin-left: 58.33333%; }

  .medium-9 {
    width: 75%; }

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

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

  .medium-offset-8 {
    margin-left: 66.66667%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-push-10 {
    position: relative;
    left: 83.33333%; }

  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }

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

  .medium-11 {
    width: 91.66667%; }

  .medium-push-11 {
    position: relative;
    left: 91.66667%; }

  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }

  .medium-offset-10 {
    margin-left: 83.33333%; }

  .medium-12 {
    width: 100%; }

  .medium-offset-11 {
    margin-left: 91.66667%; }

  .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.33333%;
    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.66667%;
    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.28571%;
    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.33333%; }

  .large-push-1 {
    position: relative;
    left: 8.33333%; }

  .large-pull-1 {
    position: relative;
    left: -8.33333%; }

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

  .large-2 {
    width: 16.66667%; }

  .large-push-2 {
    position: relative;
    left: 16.66667%; }

  .large-pull-2 {
    position: relative;
    left: -16.66667%; }

  .large-offset-1 {
    margin-left: 8.33333%; }

  .large-3 {
    width: 25%; }

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

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

  .large-offset-2 {
    margin-left: 16.66667%; }

  .large-4 {
    width: 33.33333%; }

  .large-push-4 {
    position: relative;
    left: 33.33333%; }

  .large-pull-4 {
    position: relative;
    left: -33.33333%; }

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

  .large-5 {
    width: 41.66667%; }

  .large-push-5 {
    position: relative;
    left: 41.66667%; }

  .large-pull-5 {
    position: relative;
    left: -41.66667%; }

  .large-offset-4 {
    margin-left: 33.33333%; }

  .large-6 {
    width: 50%; }

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

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

  .large-offset-5 {
    margin-left: 41.66667%; }

  .large-7 {
    width: 58.33333%; }

  .large-push-7 {
    position: relative;
    left: 58.33333%; }

  .large-pull-7 {
    position: relative;
    left: -58.33333%; }

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

  .large-8 {
    width: 66.66667%; }

  .large-push-8 {
    position: relative;
    left: 66.66667%; }

  .large-pull-8 {
    position: relative;
    left: -66.66667%; }

  .large-offset-7 {
    margin-left: 58.33333%; }

  .large-9 {
    width: 75%; }

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

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

  .large-offset-8 {
    margin-left: 66.66667%; }

  .large-10 {
    width: 83.33333%; }

  .large-push-10 {
    position: relative;
    left: 83.33333%; }

  .large-pull-10 {
    position: relative;
    left: -83.33333%; }

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

  .large-11 {
    width: 91.66667%; }

  .large-push-11 {
    position: relative;
    left: 91.66667%; }

  .large-pull-11 {
    position: relative;
    left: -91.66667%; }

  .large-offset-10 {
    margin-left: 83.33333%; }

  .large-12 {
    width: 100%; }

  .large-offset-11 {
    margin-left: 91.66667%; }

  .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.33333%;
    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.66667%;
    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.28571%;
    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.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }

  h2 {
    font-size: 2.5rem; }

  h3 {
    font-size: 1.9375rem; }

  h4 {
    font-size: 1.5625rem; }

  h5 {
    font-size: 1.25rem; }

  h6 {
    font-size: 1rem; } }
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, ol ul, ul ol, 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: '\2014 \0020'; }

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

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  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: #0a0a0a;
  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: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 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: #0a0a0a; }
  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-label, .input-group-field, .input-group-button {
  display: table-cell;
  margin: 0;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  width: 1%;
  height: 100%;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  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: #0a0a0a;
  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: #0a0a0a;
    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(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
  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: #0a0a0a; }

.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;
  -webkit-backface-visibility: hidden;
          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;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  box-shadow: 0 0 10px rgba(10, 10, 10, 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(10, 10, 10, 0.5); }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 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: #0a0a0a;
    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: #0a0a0a; }

.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;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: 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;
  -ms-touch-action: manipulation;
      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(10, 10, 10, 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,
  .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;
      -ms-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-active, .switch-inactive {
  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: #0a0a0a; }
    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(10, 10, 10, 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: #0a0a0a;
  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: #0a0a0a;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
  .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: #0a0a0a;
  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 #0a0a0a;
    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: #0a0a0a 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 #0a0a0a;
    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 #0a0a0a 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;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 .2s ease; }
    .dot-control li.slick-active .diamond {
      background: transparent;
      transition: all .2s ease; }
    .dot-control li .diamond {
      width: 14px;
      height: 14px;
      border: 1px solid #fff;
      background: #fff;
      transform: rotate(-45deg);
      transition: all .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: #a5cfb4;
  transition: opacity .5s ease, height .15s ease, background .2s ease, right .2s ease, left .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: #cbd657; }

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

.slick-disabled .prev-arrow {
  background-color: #f7aba3;
  cursor: default; }
  .slick-disabled .prev-arrow:hover {
    left: -16px; }
.slick-disabled .next-arrow {
  height: 0px;
  opacity: 0;
  z-index: -20;
  transition: opacity .5s ease, height .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: .6;
  line-height: 100%;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-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 .3s ease; }

.selectric-open .selectric .label:after {
  transform: rotateY(180deg) scaleY(-1);
  transition: all .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: #EAAC40; }

.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 #EAAC40;
  transition: all .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;
  -ms-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: #4d4d4d;
  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: 12px;
  line-height: 20px;
  min-height: 20px; }

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

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

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

.selectric-items li:hover {
  background: #737373;
  color: #EAAC40; }

.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;
  -ms-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;
  -ms-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.
 */
* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  background-color: #ECEDEE;
  overflow-x: hidden; }

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

h1.bold, h2.bold, h3.bold, h4.bold, h5.bold, h6.bold, p.bold, a.bold, span.bold, li.bold {
  font-family: "Futura-Bold", Helvetica, sans-serif;
  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", Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: 2px; }

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

p {
  font-size: 18px;
  line-height: 160%; }

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

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

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

.fine {
  font-size: 12px;
  font-style: italic;
  letter-spacing: .5px; }

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

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

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

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

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

.tall-title {
  font-family: "Knockout", 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", Helvetica, sans-serif;
    color: #333333;
    text-shadow: 2px 2px 0px #a49e95;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative; }
  .deco-header.white span {
    color: #fff;
    text-shadow: 3px 2px 0px #404040; }
  .deco-header.white-alt span {
    color: #fff;
    text-shadow: 3px 2px 0px #666666; }
  .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 #a49e95; }
    .deco-header.white span {
      text-shadow: 1.5px 1px 0px #404040; } }

.deco-header-flip {
  position: relative; }
  .deco-header-flip span {
    font-size: 10vw;
    font-family: "Knockout", Helvetica, sans-serif;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    line-height: 0.80 !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: #D8E080 !important; }

.orange {
  color: #EAAC40 !important; }

.mint {
  color: #B6D8C2 !important; }

.pink {
  color: #F59187 !important; }

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

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

.brown {
  color: #89827a !important; }

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

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

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

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

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

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

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

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

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

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

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

.button--orange {
  background: #EAAC40;
  text-transform: uppercase;
  position: relative;
  color: #fff;
  border: none;
  box-shadow: none;
  font-weight: bolder;
  letter-spacing: 1px;
  font-size: 14px;
  z-index: 2;
  top: 0px;
  transition: all .3s ease;
  padding: 12px 30px; }
  .button--orange:focus {
    background: #EAAC40; }
  .button--orange:before {
    content: '';
    position: absolute;
    top: initial;
    bottom: -5px;
    background-color: #c88716;
    left: 0;
    width: 100%;
    height: 5px;
    box-shadow: none;
    transition: all .4s ease;
    z-index: -1; }
  .button--orange .ripple-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: transparent; }
    .button--orange .ripple-effect.is-active .ripple-circle {
      animation: a-ripple .4s ease-in; }
  .button--orange .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--orange:hover {
    background: #e69c1b;
    top: 4px;
    transition: all .2s ease; }
    .button--orange:hover:before {
      box-shadow: none;
      bottom: 0px;
      background: #e69c1b;
      transition: all .2s ease;
      opacity: 0; }
  .button--orange.header-button {
    z-index: 2;
    padding: 10px; }
    .button--orange.header-button:before {
      content: '';
      position: absolute;
      top: initial;
      bottom: -5px;
      background-color: #f2ca85;
      left: 0;
      width: 100%;
      height: 5px;
      box-shadow: none;
      transition: all .4s ease;
      z-index: -1; }
    .button--orange.header-button:hover {
      background: #e69c1b;
      top: 5px;
      transition: all .2s ease; }
      .button--orange.header-button:hover:before {
        box-shadow: none;
        bottom: 0px;
        background: #e69c1b;
        transition: all .2s ease; }
  .button--orange.icon-map {
    padding: 16px 20px 14px 60px;
    margin: 10px; }
    .button--orange.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--orange.icon-grid {
    padding: 16px 20px 14px 60px;
    margin: 10px; }
    .button--orange.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--orange {
      padding: 10px 15px;
      font-size: 12px; } }

.button--white {
  color: #333333; }
  .button--white:before {
    content: '';
    position: absolute;
    top: initial;
    bottom: -5px;
    background-color: #595959;
    left: 0;
    width: 100%;
    height: 5px;
    box-shadow: none;
    transition: all .4s ease;
    z-index: -1; }
  .button--white:hover {
    background: #666666;
    top: 5px;
    transition: all .2s ease; }
    .button--white:hover:before {
      box-shadow: none;
      bottom: 0px;
      background: #666666;
      transition: all .2s ease;
      opacity: 0; }

.button--lime {
  color: #333333; }
  .button--lime:hover, .button--lime:focus {
    color: #333333; }

.button--fade-black:before {
  background-color: #c88716; }
.button--fade-black:hover, .button--fade-black:focus {
  color: #EAAC40; }

.button--mint {
  background: #B6D8C2;
  text-transform: uppercase;
  position: relative;
  color: #fff;
  border: none;
  box-shadow: none;
  font-weight: bolder;
  letter-spacing: 1px;
  font-size: 14px;
  z-index: 2;
  top: 0px;
  transition: all .3s ease;
  padding: 12px 30px; }
  .button--mint:focus {
    background: #B6D8C2; }
  .button--mint:before {
    content: '';
    position: absolute;
    top: initial;
    bottom: -5px;
    background-color: #84bd98;
    left: 0;
    width: 100%;
    height: 5px;
    box-shadow: none;
    transition: all .4s ease;
    z-index: -1; }
  .button--mint .ripple-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: transparent; }
    .button--mint .ripple-effect.is-active .ripple-circle {
      animation: a-ripple .4s ease-in; }
  .button--mint .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--mint:hover {
    background: #9bcaac;
    top: 4px;
    transition: all .2s ease; }
    .button--mint:hover:before {
      box-shadow: none;
      bottom: 0px;
      background: #9bcaac;
      transition: all .2s ease;
      opacity: 0; }
  .button--mint.header-button {
    z-index: 2;
    padding: 10px; }
    .button--mint.header-button:before {
      content: '';
      position: absolute;
      top: initial;
      bottom: -5px;
      background-color: #e8f3ec;
      left: 0;
      width: 100%;
      height: 5px;
      box-shadow: none;
      transition: all .4s ease;
      z-index: -1; }
    .button--mint.header-button:hover {
      background: #9bcaac;
      top: 5px;
      transition: all .2s ease; }
      .button--mint.header-button:hover:before {
        box-shadow: none;
        bottom: 0px;
        background: #9bcaac;
        transition: all .2s ease; }
  .button--mint.icon-map {
    padding: 16px 20px 14px 60px;
    margin: 10px; }
    .button--mint.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--mint.icon-grid {
    padding: 16px 20px 14px 60px;
    margin: 10px; }
    .button--mint.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--mint {
      padding: 10px 15px;
      font-size: 12px; } }

.button--white {
  color: #333333; }
  .button--white:before {
    content: '';
    position: absolute;
    top: initial;
    bottom: -5px;
    background-color: #595959;
    left: 0;
    width: 100%;
    height: 5px;
    box-shadow: none;
    transition: all .4s ease;
    z-index: -1; }
  .button--white:hover {
    background: #666666;
    top: 5px;
    transition: all .2s ease; }
    .button--white:hover:before {
      box-shadow: none;
      bottom: 0px;
      background: #666666;
      transition: all .2s ease;
      opacity: 0; }

.button--lime {
  color: #333333; }
  .button--lime:hover, .button--lime:focus {
    color: #333333; }

.button--fade-black:before {
  background-color: #c88716; }
.button--fade-black:hover, .button--fade-black:focus {
  color: #EAAC40; }

.button--pink {
  background: #F59187;
  text-transform: uppercase;
  position: relative;
  color: #fff;
  border: none;
  box-shadow: none;
  font-weight: bolder;
  letter-spacing: 1px;
  font-size: 14px;
  z-index: 2;
  top: 0px;
  transition: all .3s ease;
  padding: 12px 30px; }
  .button--pink:focus {
    background: #F59187; }
  .button--pink:before {
    content: '';
    position: absolute;
    top: initial;
    bottom: -5px;
    background-color: #ef5040;
    left: 0;
    width: 100%;
    height: 5px;
    box-shadow: none;
    transition: all .4s ease;
    z-index: -1; }
  .button--pink .ripple-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: transparent; }
    .button--pink .ripple-effect.is-active .ripple-circle {
      animation: a-ripple .4s ease-in; }
  .button--pink .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--pink:hover {
    background: #f26e61;
    top: 4px;
    transition: all .2s ease; }
    .button--pink:hover:before {
      box-shadow: none;
      bottom: 0px;
      background: #f26e61;
      transition: all .2s ease;
      opacity: 0; }
  .button--pink.header-button {
    z-index: 2;
    padding: 10px; }
    .button--pink.header-button:before {
      content: '';
      position: absolute;
      top: initial;
      bottom: -5px;
      background-color: #fbd2ce;
      left: 0;
      width: 100%;
      height: 5px;
      box-shadow: none;
      transition: all .4s ease;
      z-index: -1; }
    .button--pink.header-button:hover {
      background: #f26e61;
      top: 5px;
      transition: all .2s ease; }
      .button--pink.header-button:hover:before {
        box-shadow: none;
        bottom: 0px;
        background: #f26e61;
        transition: all .2s ease; }
  .button--pink.icon-map {
    padding: 16px 20px 14px 60px;
    margin: 10px; }
    .button--pink.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--pink.icon-grid {
    padding: 16px 20px 14px 60px;
    margin: 10px; }
    .button--pink.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--pink {
      padding: 10px 15px;
      font-size: 12px; } }

.button--white {
  color: #333333; }
  .button--white:before {
    content: '';
    position: absolute;
    top: initial;
    bottom: -5px;
    background-color: #595959;
    left: 0;
    width: 100%;
    height: 5px;
    box-shadow: none;
    transition: all .4s ease;
    z-index: -1; }
  .button--white:hover {
    background: #666666;
    top: 5px;
    transition: all .2s ease; }
    .button--white:hover:before {
      box-shadow: none;
      bottom: 0px;
      background: #666666;
      transition: all .2s ease;
      opacity: 0; }

.button--lime {
  color: #333333; }
  .button--lime:hover, .button--lime:focus {
    color: #333333; }

.button--fade-black:before {
  background-color: #c88716; }
.button--fade-black:hover, .button--fade-black:focus {
  color: #EAAC40; }

.button--lime {
  background: #D8E080;
  text-transform: uppercase;
  position: relative;
  color: #fff;
  border: none;
  box-shadow: none;
  font-weight: bolder;
  letter-spacing: 1px;
  font-size: 14px;
  z-index: 2;
  top: 0px;
  transition: all .3s ease;
  padding: 12px 30px; }
  .button--lime:focus {
    background: #D8E080; }
  .button--lime:before {
    content: '';
    position: absolute;
    top: initial;
    bottom: -5px;
    background-color: #c5d143;
    left: 0;
    width: 100%;
    height: 5px;
    box-shadow: none;
    transition: all .4s ease;
    z-index: -1; }
  .button--lime .ripple-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: transparent; }
    .button--lime .ripple-effect.is-active .ripple-circle {
      animation: a-ripple .4s ease-in; }
  .button--lime .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--lime:hover {
    background: #ced85f;
    top: 4px;
    transition: all .2s ease; }
    .button--lime:hover:before {
      box-shadow: none;
      bottom: 0px;
      background: #ced85f;
      transition: all .2s ease;
      opacity: 0; }
  .button--lime.header-button {
    z-index: 2;
    padding: 10px; }
    .button--lime.header-button:before {
      content: '';
      position: absolute;
      top: initial;
      bottom: -5px;
      background-color: #ebefbd;
      left: 0;
      width: 100%;
      height: 5px;
      box-shadow: none;
      transition: all .4s ease;
      z-index: -1; }
    .button--lime.header-button:hover {
      background: #ced85f;
      top: 5px;
      transition: all .2s ease; }
      .button--lime.header-button:hover:before {
        box-shadow: none;
        bottom: 0px;
        background: #ced85f;
        transition: all .2s ease; }
  .button--lime.icon-map {
    padding: 16px 20px 14px 60px;
    margin: 10px; }
    .button--lime.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--lime.icon-grid {
    padding: 16px 20px 14px 60px;
    margin: 10px; }
    .button--lime.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--lime {
      padding: 10px 15px;
      font-size: 12px; } }

.button--white {
  color: #333333; }
  .button--white:before {
    content: '';
    position: absolute;
    top: initial;
    bottom: -5px;
    background-color: #595959;
    left: 0;
    width: 100%;
    height: 5px;
    box-shadow: none;
    transition: all .4s ease;
    z-index: -1; }
  .button--white:hover {
    background: #666666;
    top: 5px;
    transition: all .2s ease; }
    .button--white:hover:before {
      box-shadow: none;
      bottom: 0px;
      background: #666666;
      transition: all .2s ease;
      opacity: 0; }

.button--lime {
  color: #333333; }
  .button--lime:hover, .button--lime:focus {
    color: #333333; }

.button--fade-black:before {
  background-color: #c88716; }
.button--fade-black:hover, .button--fade-black:focus {
  color: #EAAC40; }

.button--white {
  background: #FFFFFF;
  text-transform: uppercase;
  position: relative;
  color: #fff;
  border: none;
  box-shadow: none;
  font-weight: bolder;
  letter-spacing: 1px;
  font-size: 14px;
  z-index: 2;
  top: 0px;
  transition: all .3s ease;
  padding: 12px 30px; }
  .button--white:focus {
    background: #FFFFFF; }
  .button--white:before {
    content: '';
    position: absolute;
    top: initial;
    bottom: -5px;
    background-color: #d9d9d9;
    left: 0;
    width: 100%;
    height: 5px;
    box-shadow: none;
    transition: all .4s ease;
    z-index: -1; }
  .button--white .ripple-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: transparent; }
    .button--white .ripple-effect.is-active .ripple-circle {
      animation: a-ripple .4s ease-in; }
  .button--white .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--white:hover {
    background: #ebebeb;
    top: 4px;
    transition: all .2s ease; }
    .button--white:hover:before {
      box-shadow: none;
      bottom: 0px;
      background: #ebebeb;
      transition: all .2s ease;
      opacity: 0; }
  .button--white.header-button {
    z-index: 2;
    padding: 10px; }
    .button--white.header-button:before {
      content: '';
      position: absolute;
      top: initial;
      bottom: -5px;
      background-color: white;
      left: 0;
      width: 100%;
      height: 5px;
      box-shadow: none;
      transition: all .4s ease;
      z-index: -1; }
    .button--white.header-button:hover {
      background: #ebebeb;
      top: 5px;
      transition: all .2s ease; }
      .button--white.header-button:hover:before {
        box-shadow: none;
        bottom: 0px;
        background: #ebebeb;
        transition: all .2s ease; }
  .button--white.icon-map {
    padding: 16px 20px 14px 60px;
    margin: 10px; }
    .button--white.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--white.icon-grid {
    padding: 16px 20px 14px 60px;
    margin: 10px; }
    .button--white.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--white {
      padding: 10px 15px;
      font-size: 12px; } }

.button--white {
  color: #333333; }
  .button--white:before {
    content: '';
    position: absolute;
    top: initial;
    bottom: -5px;
    background-color: #595959;
    left: 0;
    width: 100%;
    height: 5px;
    box-shadow: none;
    transition: all .4s ease;
    z-index: -1; }
  .button--white:hover {
    background: #666666;
    top: 5px;
    transition: all .2s ease; }
    .button--white:hover:before {
      box-shadow: none;
      bottom: 0px;
      background: #666666;
      transition: all .2s ease;
      opacity: 0; }

.button--lime {
  color: #333333; }
  .button--lime:hover, .button--lime:focus {
    color: #333333; }

.button--fade-black:before {
  background-color: #c88716; }
.button--fade-black:hover, .button--fade-black:focus {
  color: #EAAC40; }

.button--fade-black {
  background: #333333;
  text-transform: uppercase;
  position: relative;
  color: #fff;
  border: none;
  box-shadow: none;
  font-weight: bolder;
  letter-spacing: 1px;
  font-size: 14px;
  z-index: 2;
  top: 0px;
  transition: all .3s ease;
  padding: 12px 30px; }
  .button--fade-black:focus {
    background: #333333; }
  .button--fade-black:before {
    content: '';
    position: absolute;
    top: initial;
    bottom: -5px;
    background-color: #0d0d0d;
    left: 0;
    width: 100%;
    height: 5px;
    box-shadow: none;
    transition: all .4s ease;
    z-index: -1; }
  .button--fade-black .ripple-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: transparent; }
    .button--fade-black .ripple-effect.is-active .ripple-circle {
      animation: a-ripple .4s ease-in; }
  .button--fade-black .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--fade-black:hover {
    background: #1f1f1f;
    top: 4px;
    transition: all .2s ease; }
    .button--fade-black:hover:before {
      box-shadow: none;
      bottom: 0px;
      background: #1f1f1f;
      transition: all .2s ease;
      opacity: 0; }
  .button--fade-black.header-button {
    z-index: 2;
    padding: 10px; }
    .button--fade-black.header-button:before {
      content: '';
      position: absolute;
      top: initial;
      bottom: -5px;
      background-color: #595959;
      left: 0;
      width: 100%;
      height: 5px;
      box-shadow: none;
      transition: all .4s ease;
      z-index: -1; }
    .button--fade-black.header-button:hover {
      background: #1f1f1f;
      top: 5px;
      transition: all .2s ease; }
      .button--fade-black.header-button:hover:before {
        box-shadow: none;
        bottom: 0px;
        background: #1f1f1f;
        transition: all .2s ease; }
  .button--fade-black.icon-map {
    padding: 16px 20px 14px 60px;
    margin: 10px; }
    .button--fade-black.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--fade-black.icon-grid {
    padding: 16px 20px 14px 60px;
    margin: 10px; }
    .button--fade-black.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--fade-black {
      padding: 10px 15px;
      font-size: 12px; } }

.button--white {
  color: #333333; }
  .button--white:before {
    content: '';
    position: absolute;
    top: initial;
    bottom: -5px;
    background-color: #595959;
    left: 0;
    width: 100%;
    height: 5px;
    box-shadow: none;
    transition: all .4s ease;
    z-index: -1; }
  .button--white:hover {
    background: #666666;
    top: 5px;
    transition: all .2s ease; }
    .button--white:hover:before {
      box-shadow: none;
      bottom: 0px;
      background: #666666;
      transition: all .2s ease;
      opacity: 0; }

.button--lime {
  color: #333333; }
  .button--lime:hover, .button--lime:focus {
    color: #333333; }

.button--fade-black:before {
  background-color: #c88716; }
.button--fade-black:hover, .button--fade-black:focus {
  color: #EAAC40; }

@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: #f2ca85; }
  .bar--orange .middle {
    border-left: 2px solid #EAAC40;
    border-right: 2px solid #EAAC40; }
    .bar--orange .middle p {
      margin: 10px 0px; }
  .bar--orange.dark {
    background-color: #EAAC40; }

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

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

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

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

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

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

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

.bar--fade-black {
  background-color: #595959; }
  .bar--fade-black .middle {
    border-left: 2px solid #333333;
    border-right: 2px solid #333333; }
    .bar--fade-black .middle p {
      margin: 10px 0px; }
  .bar--fade-black.dark {
    background-color: #333333; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 *  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 .25s ease; }
  body .map-page-wrapper {
    transition: all .25s ease;
    background-color: #ECEDEF; }
    body .map-page-wrapper .venues {
      background: #ECEDEF; }
  body.mobile-open {
    margin-left: -300px;
    transition: all .25s ease; }
    body.mobile-open .map-page-wrapper {
      margin-left: -300px;
      transition: all .25s ease; }
      body.mobile-open .map-page-wrapper.map-active {
        margin-left: 0px !important; }
    body.mobile-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 .4s ease-in-out; }
    body.mobile-open .l-header header .logo-wrap > .logo {
      left: -200px;
      transition: all .4s ease-in-out; } }

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

.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: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
  transition: all 1s ease; }
  .l-header.is-down {
    transition: all .3s ease; }
  .l-header.is-up {
    top: -200px;
    transition: all .3s ease; }
  .l-header header {
    position: relative; }
    .l-header header .logo-wrap {
      max-width: 1600px;
      margin: auto; }
      .l-header header .logo-wrap .logo {
        position: absolute;
        z-index: 1;
        background: transparent;
        display: inline-block;
        transition: all .4s ease;
        position: absolute;
        font-size: 0;
        top: 35px;
        left: 5px;
        width: 280px;
        z-index: 1;
        background: transparent;
        display: inline-block;
        transition: all .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 .3s ease; }
      .l-header header .links-wrap.is-padded {
        top: -48px;
        transition: all .2s ease; }
      .l-header header .links-wrap.is-up {
        top: -100px;
        transition: all .3s ease; }
      .l-header header .links-wrap a {
        text-transform: uppercase; }
    .l-header header ul {
      margin: 0px; }
    .l-header header .aux-links {
      background-color: #333333;
      height: 53px;
      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: 12px;
          font-family: "Futura-Bold", Helvetica, sans-serif;
          letter-spacing: 1.5px;
          margin: 0px 10px;
          padding: 20px 0px;
          display: block;
          font-weight: bolder;
          transition: all .2s ease-in-out; }
          .l-header header .aux-links li a:after {
            content: '';
            width: 1px;
            height: 15px;
            background: #fff;
            opacity: .6;
            position: absolute;
            top: 18px;
            right: -12px; }
          .l-header header .aux-links li a:hover {
            color: #EAAC40;
            transition: all .2s ease-in-out; }
        .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 .header-button {
        position: relative;
        right: 15px;
        top: 6px;
        font-family: "Futura-Bold", Helvetica, sans-serif; }
        .l-header header .aux-links .header-button:hover {
          top: 8.5px; }
    .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-Bold", Helvetica, sans-serif;
            color: #333333;
            margin: 0px 12px;
            font-size: 14px;
            letter-spacing: 1px;
            padding: 14px 0px;
            display: block;
            z-index: 1; }
            .l-header header .main-links ul.main li a:hover {
              color: #df9618;
              transition: all .2s ease-in-out; }
          .l-header header .main-links ul.main li.active > a {
            color: #df9618; }
      .l-header header .main-links .submenu-wrap {
        width: 100%;
        position: absolute;
        left: 0px;
        background-color: #e5eaa9;
        max-height: 0px;
        transition: all .15s ease; }
        .l-header header .main-links .submenu-wrap.open {
          height: auto;
          max-height: 50px;
          transition: all .25s ease; }
          .l-header header .main-links .submenu-wrap.open ul.ml-submenu {
            height: 100%;
            max-height: 50px;
            transition: all .1s ease;
            transform: scaleY(1); }
            .l-header header .main-links .submenu-wrap.open ul.ml-submenu li a {
              opacity: 1;
              transition: all .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 .05s ease; }
          .l-header header .main-links .submenu-wrap ul.ml-submenu li a {
            font-size: 11px;
            display: inherit;
            opacity: 0; }
            .l-header header .main-links .submenu-wrap ul.ml-submenu li a:hover {
              color: #96a027; }
        .l-header header .main-links .submenu-wrap.galleries {
          background-color: #f9bcb6; }
          .l-header header .main-links .submenu-wrap.galleries ul.ml-submenu li a:hover {
            color: #e92713; }
        .l-header header .main-links .submenu-wrap.jr {
          background-color: #d7eade; }
          .l-header header .main-links .submenu-wrap.jr ul.ml-submenu li a:hover {
            color: #63ac7d; }
        .l-header header .main-links .submenu-wrap.about {
          background-color: #efc06e; }
          .l-header header .main-links .submenu-wrap.about ul.ml-submenu li a:hover {
            color: #9a6811; }
    .l-header header .mobile {
      display: none; }
      .l-header header .mobile .mobile-menu {
        position: absolute;
        right: 15px;
        top: 10px;
        width: 50px;
        height: 50px;
        z-index: 2;
        transition: all .2s ease; }
        .l-header header .mobile .mobile-menu > div {
          width: 28px;
          height: 18px;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); }
        .l-header header .mobile .mobile-menu .top, .l-header header .mobile .mobile-menu .middle, .l-header header .mobile .mobile-menu .bottom {
          display: block;
          width: 28px;
          height: 4px;
          background-color: #fff;
          border-radius: 4px;
          position: absolute; }
        .l-header header .mobile .mobile-menu .top {
          top: 0px;
          transition: background .15s ease-in-out, transform .25s ease-in, top .15s .2s; }
          .l-header header .mobile .mobile-menu .top:before {
            content: '';
            width: 8px;
            height: 4px;
            border-radius: 4px;
            background-color: #D8E080;
            position: absolute;
            left: 0px;
            opacity: 0; }
          .l-header header .mobile .mobile-menu .top:after {
            content: '';
            width: 4px;
            height: 4px;
            border-radius: 4px;
            background-color: #F59187;
            position: absolute;
            right: 0px;
            opacity: 0; }
        .l-header header .mobile .mobile-menu .middle {
          top: 8px;
          transition: background .15s ease-in-out, transform .25s ease-in, top .15s .2s; }
          .l-header header .mobile .mobile-menu .middle:before {
            content: '';
            width: 4px;
            height: 4px;
            border-radius: 4px;
            background-color: #EAAC40;
            position: absolute;
            left: -0px;
            opacity: 0; }
          .l-header header .mobile .mobile-menu .middle:after {
            content: '';
            width: 4px;
            height: 4px;
            border-radius: 4px;
            background-color: #B6D8C2;
            position: absolute;
            left: -0px;
            opacity: 0; }
        .l-header header .mobile .mobile-menu .bottom {
          top: 16px;
          margin-bottom: 0px;
          transition: background .15s ease-in-out, transform .25s ease; }
          .l-header header .mobile .mobile-menu .bottom:before {
            content: '';
            width: 4px;
            height: 4px;
            border-radius: 4px;
            background-color: #EAAC40;
            position: absolute;
            right: -00px;
            opacity: 0; }
          .l-header header .mobile .mobile-menu .bottom:after {
            content: '';
            width: 8px;
            height: 4px;
            border-radius: 4px;
            background-color: #D8E080;
            position: absolute;
            right: -0px;
            opacity: 0; }
        .l-header header .mobile .mobile-menu:after {
          content: 'CLOSE';
          font-family: "Futura-Med", Helvetica, sans-serif;
          font-size: 12px;
          line-height: 12px;
          font-weight: bolder;
          letter-spacing: 1px;
          color: #fff;
          position: absolute;
          right: -42px;
          top: 50%;
          transform: translateY(-50%);
          opacity: 0;
          transition: all .25s ease-in; }
        .l-header header .mobile .mobile-menu.active {
          right: 250px;
          transition: all .2s ease; }
          .l-header header .mobile .mobile-menu.active .top {
            position: absolute;
            transform: rotate(225deg);
            top: -15px;
            right: -20px;
            background-color: #EAAC40;
            transition: background .15s ease-in-out, top .15s ease-in, transform .25s ease-out; }
            .l-header header .mobile .mobile-menu.active .top:after, .l-header header .mobile .mobile-menu.active .top:before {
              opacity: 1;
              transition: all .2s ease-out;
              transition-delay: .2s; }
            .l-header header .mobile .mobile-menu.active .top:before {
              left: -7px;
              top: 8px; }
            .l-header header .mobile .mobile-menu.active .top:after {
              right: -8px; }
          .l-header header .mobile .mobile-menu.active .middle {
            top: -16px;
            right: -5px;
            transform: rotate(225deg);
            background-color: #F59187;
            transition: background .15s ease-in-out, transform .35s ease-out; }
            .l-header header .mobile .mobile-menu.active .middle:after, .l-header header .mobile .mobile-menu.active .middle:before {
              opacity: 1;
              transition: all .2s ease-out;
              transition-delay: .25s; }
            .l-header header .mobile .mobile-menu.active .middle:before {
              left: -37px; }
            .l-header header .mobile .mobile-menu.active .middle:after {
              width: 4px;
              height: 4px;
              left: -8px; }
          .l-header header .mobile .mobile-menu.active .bottom {
            position: absolute;
            transform: rotate(225deg);
            background-color: #B6D8C2;
            top: 18px;
            right: -25px;
            transition: background .15s ease-in-out, top .15s ease-in, transform .4s ease-out; }
            .l-header header .mobile .mobile-menu.active .bottom:after, .l-header header .mobile .mobile-menu.active .bottom:before {
              opacity: 1;
              transition: all .2s ease-out;
              transition-delay: .3s; }
            .l-header header .mobile .mobile-menu.active .bottom:before {
              right: -20px; }
            .l-header header .mobile .mobile-menu.active .bottom:after {
              right: -12px; }
          .l-header header .mobile .mobile-menu.active:after {
            opacity: 1;
            transition: all .25s ease-in-out; }
        .l-header header .mobile .mobile-menu:hover .top {
          background-color: #EAAC40; }
        .l-header header .mobile .mobile-menu:hover .middle {
          background-color: #F59187; }
        .l-header header .mobile .mobile-menu:hover .bottom {
          background-color: #B6D8C2; }
    @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: #32302a; }
          .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-open header .logo svg #words {
      opacity: 1 !important;
      transition: all .15s ease-in-out; }
    .l-header.is-down header .logo svg #acorn, .l-header.mobile-open header .logo svg #acorn {
      fill: #fff !important;
      transition: all .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-open .mobile .mobile-menu .top, .l-header.mobile-open .mobile .mobile-menu .middle, .l-header.mobile-open .mobile .mobile-menu .bottom {
      background-color: #fff; }
    .l-header.is-up header .logo svg #words {
      opacity: 0;
      transition: all .15s ease-in-out; }
    .l-header.is-up header .logo svg #acorn {
      fill: #B6D8C2;
      transition: all .15s ease-in-out; } }

.off-canvas-nav {
  position: fixed;
  overflow-y: scroll;
  height: 100%;
  width: 300;
  right: -300px;
  top: 0;
  padding-top: 120px;
  z-index: -1;
  transition: all .25s;
  background-color: #404040;
  transition: all .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 .05s ease-in-out; }
  .off-canvas-nav ul {
    list-style-type: none;
    margin: 0px;
    text-align: right; }
    .off-canvas-nav ul li a {
      font-family: "Futura-Med", Helvetica, sans-serif;
      color: #fff;
      font-weight: bold;
      letter-spacing: 2px;
      text-transform: uppercase;
      display: block;
      padding: 6px 25px;
      transition: all .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: 14px; }
        .off-canvas-nav .main-ocn-links ul li a:hover {
          color: #EAAC40;
          background-color: #525252;
          transition: all .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 .2s ease; }
        .off-canvas-nav .main-ocn-links ul li.has-subnav .subnav-wrap li {
          opacity: 0;
          transition: all .15s ease; }
        .off-canvas-nav .main-ocn-links ul li.has-subnav .subnav-wrap li a {
          font-size: 11px;
          padding: 8px 25px;
          color: #e5eaa9; }
          .off-canvas-nav .main-ocn-links ul li.has-subnav .subnav-wrap li a:hover {
            color: #96a027;
            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 .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 .25s ease; }
      .off-canvas-nav .main-ocn-links ul li.has-subnav.active a {
        color: #c88716; }
        .off-canvas-nav .main-ocn-links ul li.has-subnav.active a:after {
          transform: scaleY(-1);
          transition: all .25s ease; }
  .off-canvas-nav .aux-ocn-links {
    position: relative;
    margin-bottom: 25px; }
    .off-canvas-nav .aux-ocn-links ul li a {
      font-size: 11px;
      letter-spacing: 2px; }
      .off-canvas-nav .aux-ocn-links ul li a:hover {
        color: #F59187;
        transition: all .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 #171717; }
      .off-canvas-nav .aux li:nth-child(2n+1) {
        border-right: 1px solid #171717; }
      .off-canvas-nav .aux li:nth-child(2), .off-canvas-nav .aux li:nth-child(1) {
        border-top: 1px solid #171717; }
      .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 .2s ease; }
        .off-canvas-nav .aux li a:hover {
          color: #EAAC40;
          transition: all .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: 13px; } }
  .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: #191919; }
    .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 .15s linear;
    top: 0px; }
    .off-canvas-nav.open .main a:hover span.top {
      color: #fff;
      transition: color .15s ease-in-out; }
    .off-canvas-nav.open .main a:hover span.bottom {
      color: #B6D8C2;
      transition: color .15s ease-in-out; }
    .off-canvas-nav.open .main a span.bottom {
      opacity: 1;
      transition: opacity .2s ease; }
    .off-canvas-nav.open .main a span.top {
      color: #a3a3a3; }
    .off-canvas-nav.open .bottom-links {
      bottom: 0px;
      opacity: 1;
      transition: bottom .3s ease-in-out, opacity .1s ease;
      transition-delay: .15s; }

.l-footer {
  position: relative;
  padding: 0px 15px;
  background-color: #252627; }
  .l-footer .inner {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    padding: 25px 0px 15px; }
    .l-footer .inner .block {
      font-size: 0px;
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      padding: 10px 15px; }
      .l-footer .inner .block .title {
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 5px; }
      .l-footer .inner .block .copy {
        font-size: 13px;
        line-height: 1.35;
        color: #9e9890;
        font-weight: lighter;
        margin-bottom: 25px; }
      .l-footer .inner .block.text {
        -ms-flex: 1 1 50%;
            flex: 1 1 50%; }
        .l-footer .inner .block.text .copy-wrap {
          padding-right: 15px; }
      .l-footer .inner .block.sponsor {
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex: 1 1 25%;
            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 .inner .block.sponsor img {
          padding: 0px 0px 15%;
          max-width: 200px; }
      .l-footer .inner .block.social {
        -ms-flex: 1 1 25%;
            flex: 1 1 25%;
        border-left: 1px solid rgba(255, 255, 255, 0.1);
        -ms-flex-pack: center;
            justify-content: center; }
        .l-footer .inner .block.social .social-links {
          position: relative;
          text-align: center;
          margin: 0px 0px 30px; }
          .l-footer .inner .block.social .social-links a {
            margin: 0px 5px; }
            .l-footer .inner .block.social .social-links a svg {
              overflow: hidden; }
            .l-footer .inner .block.social .social-links a svg .line {
              transition: all .25s ease-in; }
            .l-footer .inner .block.social .social-links a:hover svg .line {
              stroke-width: 84px;
              transition: all .25s ease-out; }
        .l-footer .inner .block.social .text-link {
          position: relative;
          display: inline-block;
          clear: both;
          padding: 4px 0px;
          line-height: 1;
          text-transform: uppercase;
          font-size: 12px;
          letter-spacing: 0.5px;
          font-family: "Futura-Med", Helvetica, sans-serif;
          color: #F59187; }
        .l-footer .inner .block.social a.text-link {
          transition: all .25s ease; }
          .l-footer .inner .block.social a.text-link:hover {
            color: #EAAC40; }
        .l-footer .inner .block.social span.text-link {
          opacity: 0.65; }
      .l-footer .inner .block .social-links {
        position: relative;
        text-align: center;
        margin: 0px 0px 30px;
        min-width: 160px; }
        .l-footer .inner .block .social-links a {
          margin: 0px 5px; }
          .l-footer .inner .block .social-links a svg {
            overflow: hidden; }
          .l-footer .inner .block .social-links a svg .line {
            transition: all .25s ease-in; }
          .l-footer .inner .block .social-links a:hover svg .line {
            stroke-width: 84px;
            transition: all .25s ease-out; }
  .l-footer .bottom {
    margin: 0px 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
    .l-footer .bottom p, .l-footer .bottom b {
      margin: 0px;
      font-size: 12px;
      color: #89827a;
      font-weight: lighter;
      padding: 10px 0px; }
  @media screen and (max-width: 968px) {
    .l-footer .inner .block.social {
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
      border-left: none;
      -ms-flex-pack: unset;
          justify-content: unset; }
      .l-footer .inner .block.social .social-links {
        text-align: left; }
    .l-footer .inner .block.sponsor {
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
      max-width: 280px;
      -ms-flex-order: 3;
          order: 3;
      border-left: none;
      border-right: none; }
      .l-footer .inner .block.sponsor img {
        padding-bottom: 0px;
        max-width: 150px; }
    .l-footer .inner .block.text {
      -ms-flex: 1 1 100%;
          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 .inner .block.sponsor {
      max-width: 180px; } }
  @media screen and (max-width: 468px) {
    .l-footer .inner .block.social {
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
      -ms-flex-pack: center;
          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 .inner .block.social .social-links {
        text-align: center; }
    .l-footer .inner .block.sponsor {
      -ms-flex-pack: center;
          justify-content: center;
      max-width: 100%; }
    .l-footer .inner .block.text {
      text-align: center; } }

.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.
 */
.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", 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", Helvetica, sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
  text-shadow: 5px 5px 0px #eaac40; }
hgroup.hero-header .subhead {
  color: #fff;
  text-transform: uppercase;
  font-family: "Knockout", 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 #EAAC40; }
@media screen and (max-width: 768px) {
  hgroup.hero-header .main {
    font-size: 110px;
    text-shadow: 3px 3px 0px #eaac40; }
  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 #eaac40; }
  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: 14px;
      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 #e7a229; }
    section.bar.two-col .left .addy {
      font-size: 12px;
      font-weight: bolder;
      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: 1200px;
  width: 80vw;
  margin: 0px auto;
  padding-bottom: 50px; }
  .col-slider-wrap .header-bar .left {
    margin-left: 25px; }
  .col-slider-wrap .header-bar .deco-header {
    margin-left: -15px; }
  .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: #F59187;
        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: 16px;
          line-height: 16px;
          font-family: "Futura-Bold", Helvetica, sans-serif;
          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: bolder;
      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: 14px;
        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 .2s ease-in-out;
        opacity: 0; }
        .col-slider-wrap .col-slider .slide .inner .post_excerpt .copy p {
          font-size: 13px;
          margin-bottom: 0px;
          opacity: 0;
          transition: all .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 .2s ease-in-out;
      opacity: 1; }
      .col-slider-wrap .col-slider .slide .inner:hover .post_excerpt .copy p {
        opacity: 1;
        transition: all .5s ease-out; }
  .col-slider-wrap .col-slider .slide.community .inner .banner {
    background-color: #EAAC40; }
  .col-slider-wrap .col-slider .slide.special .inner .banner {
    background-color: #B6D8C2; }
  .col-slider-wrap .three-col-slider .slide .inner {
    width: calc(80vw/4 - 10px);
    max-width: 290px; }
    .col-slider-wrap .three-col-slider .slide .inner .top {
      min-height: 70px; }
  .col-slider-wrap .three-col-slider .slide:nth-child(3n+1) .inner {
    width: calc(80vw/2 - 10px);
    max-width: 590px; }
  .col-slider-wrap .two-col-slider .slide .inner {
    width: calc(80vw/2 - 10px);
    max-width: 590px; }
    .col-slider-wrap .two-col-slider .slide .inner .info {
      padding-bottom: 0px; }
    .col-slider-wrap .two-col-slider .slide .inner .img-wrap {
      margin-top: 25px;
      height: 320px; }
  .col-slider-wrap .four-col-slider .slide .inner {
    width: calc(80vw/4 - 10px);
    max-width: 290px; }
    .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; }
  @media screen and (max-width: 1200px) {
    .col-slider-wrap {
      width: 95vw; }
      .col-slider-wrap .three-col-slider .slide .inner {
        width: calc(95vw/4 - 10px);
        max-width: inherit; }
      .col-slider-wrap .three-col-slider .slide:nth-child(3n+1) .inner {
        width: calc(95vw/2 - 10px);
        max-width: inherit; }
      .col-slider-wrap .two-col-slider .slide .inner {
        width: calc(95vw/2 - 10px);
        max-width: inherit; }
      .col-slider-wrap .four-col-slider .slide .inner {
        width: calc(95vw/4 - 10px);
        max-width: inherit; } }
  @media screen and (max-width: 1024px) {
    .col-slider-wrap {
      width: 95vw; }
      .col-slider-wrap .three-col-slider .slide .inner {
        width: calc(95vw/2 - 10px); }
      .col-slider-wrap .three-col-slider .slide:nth-child(3n+1) .inner {
        width: calc(95vw/2 - 10px); }
      .col-slider-wrap .four-col-slider .slide .inner {
        width: calc(95vw/2 - 10px); } }
  @media screen and (max-width: 668px) {
    .col-slider-wrap {
      width: 90vw; }
      .col-slider-wrap .header-bar .deco-header {
        margin-left: -5vw; }
      .col-slider-wrap .three-col-slider .slide .inner {
        width: calc(90vw - 10px); }
      .col-slider-wrap .three-col-slider .slide:nth-child(3n+1) .inner {
        width: calc(90vw - 10px); }
      .col-slider-wrap .two-col-slider .slide .inner, .col-slider-wrap .four-col-slider .slide .inner {
        width: calc(90vw - 10px); } }

.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: #F59187;
        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: 16px;
          line-height: 16px;
          font-family: "Futura-Bold", Helvetica, sans-serif;
          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: bolder;
      letter-spacing: 1px;
      font-size: 16px;
      padding: 10px 15px; }
    .grid-wrap .grid .inner .info {
      display: block;
      clear: both;
      padding: 20px 15px; }
      .grid-wrap .grid .inner .info p {
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 20px;
        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: bolder;
        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: 12px;
        margin-bottom: 0px;
        text-transform: uppercase;
        font-weight: bolder;
        letter-spacing: 1px; }
      .grid-wrap .grid .inner .margin-top .name {
        text-transform: uppercase;
        font-weight: bolder;
        letter-spacing: 2px;
        margin-bottom: 0px; }
    .grid-wrap .grid .inner .award-bar span {
      display: block;
      font-size: 12px;
      letter-spacing: 1px;
      line-height: 100%;
      font-weight: bolder;
      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: 12px;
        margin-bottom: 0px;
        text-transform: uppercase;
        font-weight: bolder;
        letter-spacing: 1px; }
      .grid-wrap .grid .inner .prize-info .name {
        text-transform: uppercase;
        font-weight: bolder;
        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: bolder;
          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: 12px;
          font-weight: bolder;
          letter-spacing: 1px;
          color: #fff;
          display: block;
          line-height: 100%;
          padding: 6px 15px;
          background-color: #EAAC40; }
  .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: .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", 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: bolder; }
  .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: #df9618; }
  .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: #F59187; }
  .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: #95c6a6; }
  .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: #cbd657; }
  .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: #F59187; }
    .grid-wrap .grid.events .special .inner .top .banner {
      background-color: #B6D8C2; }
    .grid-wrap .grid.events .community .inner .top .banner {
      background-color: #EAAC40; }
    .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: 12px;
    text-transform: uppercase;
    color: #F59187;
    font-weight: bolder;
    letter-spacing: 1px; }
  .grid-wrap .grid.jr-prizes .grades {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bolder; }
  .grid-wrap .grid.jr-prizes hr {
    border-width: 1px;
    border-color: #F59187; }
  .grid-wrap .grid.jr-prizes ul {
    list-style-type: none;
    margin: 0px 5px; }
    .grid-wrap .grid.jr-prizes ul li {
      font-size: 13px;
      margin-bottom: 12px;
      padding: 0px 15px;
      line-height: 18px;
      letter-spacing: .5px;
      position: relative; }
      .grid-wrap .grid.jr-prizes ul li:before {
        content: "•";
        color: #EAAC40;
        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: 14px;
    color: #89827a;
    margin: 10px 0px; }
    .grid-wrap .grid.jr-programs .block .title {
      text-transform: uppercase;
      font-weight: bolder;
      letter-spacing: 1px;
      color: #EAAC40;
      padding: 0px;
      font-size: 14px; }

.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: #EAAC40;
      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 #333333;
        opacity: .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: .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: .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 .35s ease-in-out; }
  .ticket-hover-effect .ticket {
    position: relative;
    width: 70%;
    margin-bottom: 25px;
    transition: all .5s ease; }
    .ticket-hover-effect .ticket span {
      font-family: "Knockout", Helvetica, sans-serif;
      display: block;
      font-size: 80px;
      line-height: 80%;
      text-transform: uppercase;
      color: #fff;
      text-shadow: 2px 2px 0px #333333;
      padding: 8px 30px 5px;
      transition: all .4s ease; }
  .ticket-hover-effect .inner {
    position: relative;
    padding: 80px 0px;
    left: 0px; }
    .ticket-hover-effect .inner .content {
      padding: 0px 30px;
      transition: all .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 .35s ease-in-out; }
  .ticket-hover-effect:hover .ticket {
    width: 88%;
    transition: all .5s ease; }
    .ticket-hover-effect:hover .ticket span {
      padding-left: 50px;
      transition: all .4s ease-in-out; }
  .ticket-hover-effect:hover .inner .content {
    padding-left: 40px;
    padding-right: 20px;
    transition: all .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: #f1f4d2; }
  .arrow-image .lime:before {
    background-color: #e5eaa9; }
  .arrow-image .yellow:after {
    background-color: #d8d4a5; }
  .arrow-image .yellow:before {
    background-color: #EAAC40; }
  .arrow-image .orange:after {
    background-color: #f2ca85; }
  .arrow-image .orange:before {
    background-color: #EAAC40; }
  .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: #f1f4d2; }
    .arrow-image .yellow {
      background-color: #d8d4a5; }
    .arrow-image .orange {
      background-color: #f4d49c; }
    .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 #EAAC40; }
  .border-bar .left, .border-bar .right {
    float: left; }
  .border-bar .left {
    width: 45%;
    padding: 10px 20px;
    border-right: 2px solid #EAAC40; }
  .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: #D8E080; }
    .art-detail .main .bar span {
      display: block;
      font-size: 15px;
      line-height: 100%;
      letter-spacing: 1px;
      font-weight: bolder;
      text-transform: uppercase;
      padding: 15px 15px 12px; }
  .art-detail .main .content {
    padding: 20px 15px; }
    .art-detail .main .content p {
      font-size: 12px;
      font-weight: bolder;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin: 0px; }
    .art-detail .main .content .title {
      font-size: 80px;
      line-height: 85%;
      font-family: "Knockout", 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: 12px;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: bolder;
        color: #F59187; }
      .art-detail .info ul li .text {
        font-size: 14px; }
        .art-detail .info ul li .text p {
          font-size: 14px;
          margin: 14px 0; }
  .art-detail .statement .bar {
    background-color: #F59187; }
    .art-detail .statement .bar span {
      color: #fff;
      display: block;
      font-size: 20px;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: bolder;
      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", 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: 14px;
      margin-bottom: 0px;
      font-weight: bolder;
      letter-spacing: .5px; }
      .event-detail .event-info p b {
        color: #EAAC40;
        font-family: "Futura-Bold", Helvetica, sans-serif; }
  .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: #F59187;
    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: 16px;
      line-height: 16px;
      font-family: "Futura-Bold", Helvetica, sans-serif;
      display: block; }

.search-bar {
  padding: 30px 15px; }
  @media screen and (max-width: 868px) {
    .search-bar {
      padding: 30px 5px; } }
  .search-bar button {
    margin-bottom: 0px; }
  .search-bar form {
    max-width: 1200px;
    margin: auto; }
  .search-bar .field {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0px 15px;
    vertical-align: top;
    width: 22%;
    float: left;
    text-align: center; }
    .search-bar .field:last-child {
      width: 12%; }
    @media screen and (max-width: 868px) {
      .search-bar .field {
        padding: 0px 5px; } }
    @media screen and (max-width: 768px) {
      .search-bar .field {
        width: 25%; }
        .search-bar .field:last-child {
          margin-top: 15px;
          width: 100%; } }
    @media screen and (max-width: 648px) {
      .search-bar .field {
        width: 50%;
        margin-top: 15px; }
        .search-bar .field:last-child {
          margin-top: 15px;
          width: 100%; } }
  .search-bar select {
    margin-bottom: 0px;
    font-family: "Futura-Med", Helvetica, sans-serif;
    font-size: 0.875rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #474747;
    color: #8B8C8B;
    border: 2px solid transparent;
    transition: all .15s ease-in-out; }
    .search-bar select option {
      font-family: "Futura-Med", Helvetica, sans-serif;
      font-size: 1rem;
      letter-spacing: 1px; }
    .search-bar select:focus {
      border-color: #EAAC40;
      outline: none;
      transition: all .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: bolder;
        bottom: 100%;
        left: 0;
        height: 100%;
        width: 100%;
        color: #edb657;
        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: none;
    border-radius: 0;
    background: #474747;
    color: #aaa;
    font-family: "Futura-Med", Helvetica, sans-serif;
    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: #EAAC40; }
  .search-bar.events {
    padding: 20px 15px 15px; }
    .search-bar.events .left {
      float: left; }
    .search-bar.events .right {
      float: right; }
      .search-bar.events .right a.filter {
        color: #fff !important;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 12px;
        font-weight: bolder;
        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 .35s ease-in-out; }
        .search-bar.events .right a.filter span {
          position: absolute;
          width: 200px;
          height: 300px;
          top: -150px;
          left: -200%;
          z-index: -1;
          transform: skew(-45deg);
          transition: transform .25s ease, left .5s ease; }
        .search-bar.events .right a.filter:hover, .search-bar.events .right a.filter.active {
          transition: all .35s ease;
          color: #333333; }
          .search-bar.events .right a.filter:hover span, .search-bar.events .right a.filter.active span {
            left: 0;
            transform: skew(0deg);
            transition: transform .25s ease,  left .5s ease; }
        .search-bar.events .right a.filter.mint {
          border-color: #8ec3a1; }
          .search-bar.events .right a.filter.mint span {
            background-color: #8ec3a1; }
        .search-bar.events .right a.filter.pink {
          border-color: #F59187; }
          .search-bar.events .right a.filter.pink span {
            background-color: #F59187; }
        .search-bar.events .right a.filter.orange {
          border-color: #EAAC40; }
          .search-bar.events .right a.filter.orange span {
            background-color: #EAAC40; }
      .search-bar.events .right .button {
        padding: 12px 15px;
        vertical-align: top;
        margin-bottom: 0px;
        margin-top: 6px; }
    @media screen and (max-width: 948px) {
      .search-bar.events .left {
        float: none; }
      .search-bar.events .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: bolder; }
    .donate-accordion .left span.caps {
      display: block;
      margin-bottom: 5px; }
    .donate-accordion .left .level {
      text-transform: uppercase;
      font-weight: bolder;
      letter-spacing: 2px;
      margin: 0px; }
      .donate-accordion .left .level small {
        color: #333333;
        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;
        padding: 6px 15px;
        text-transform: uppercase;
        font-family: "Futura-Bold", Helvetica, sans-serif;
        color: #333333;
        transition: all .35s ease-out; }
    .donate-accordion .right .acc-icon {
      position: relative;
      width: 40px;
      height: 40px;
      background-color: #B6D8C2;
      border-radius: 100%;
      display: inline-block;
      margin-bottom: -7.5px;
      transform: rotate(-90deg);
      transition: all .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: #D8E080; }
    .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: 13px; }
    .donate-accordion .copy-wrap hr {
      margin: 0px;
      border-width: 2px;
      border-color: #EAAC40; }
    .donate-accordion .copy-wrap .title {
      color: #F59187;
      font-size: 12px;
      font-weight: bolder;
      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: .5px;
        position: relative; }
        .donate-accordion .copy-wrap ul li:before {
          content: "•";
          color: #EAAC40;
          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 .35s ease-out; }
    .donate-accordion .accordion-item.is-active .right .acc-icon {
      transform: rotate(0deg);
      background-color: #F59187;
      transition: all .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: #89827a; } }
  @media screen and (max-width: 348px) {
    .donate-accordion .left .level small {
      display: block;
      font-size: 13px;
      margin-top: 5px;
      color: #89827a; } }

.sponsor {
  margin-bottom: 30px; }
  .sponsor p.category {
    font-size: 14px;
    padding: 2px 10px;
    text-transform: uppercase;
    font-weight: bolder;
    letter-spacing: 1px;
    border-bottom: 2px solid #EAAC40; }
  .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 #EAAC40; }

.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: 14px;
      margin-bottom: 5px;
      line-height: 110%;
      text-transform: uppercase;
      font-weight: bolder; }
      .map-page-wrapper .map-tooltip p a {
        transition: all .25s ease-in-out; }
        .map-page-wrapper .map-tooltip p a:hover {
          color: #f16658;
          transition: all .25s ease-in-out; }
    .map-page-wrapper .map-tooltip .name {
      color: #EAAC40;
      font-family: "Futura-Bold", Helvetica, sans-serif;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin-bottom: 10px;
      font-size: 16px; }
    .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 .2s ease; }
    .map-page-wrapper .venues-list li {
      margin: 15px;
      max-width: 600px;
      border: 5px solid transparent; }
      .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 #F59187;
        transition: all .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: #EAAC40;
      font-family: "Futura-Bold", Helvetica, sans-serif;
      letter-spacing: 1px;
      text-transform: uppercase; }
    .map-page-wrapper .venues-list p {
      font-size: 14px;
      font-weight: bolder;
      letter-spacing: 1px;
      text-transform: uppercase;
      line-height: 110%;
      margin-bottom: 5px; }
      .map-page-wrapper .venues-list p a {
        transition: all .25s ease-in-out; }
        .map-page-wrapper .venues-list p a:hover {
          color: #f16658;
          transition: all .25s ease-in-out; }
    .map-page-wrapper .venues-list a.button {
      margin-top: 25px;
      margin-bottom: 0px;
      font-size: 12px; }
    .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 .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 .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: #EAAC40; }

.programs .block {
  font-size: 14px;
  color: #89827a;
  margin: 10px 0px; }
  .programs .block .title {
    text-transform: uppercase;
    font-weight: bolder;
    letter-spacing: 1px;
    color: #EAAC40; }

.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); }
    .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-Bold", Helvetica, sans-serif;
      font-size: 22px;
      line-height: 55px !important;
      font-weight: bolder;
      text-shadow: none; }
  .reveal div.close-reveal {
    position: absolute;
    top: -15px;
    right: -15px;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    background-color: #EAAC40;
    text-align: center;
    z-index: 10;
    transition: all .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: #ef5040;
      transition: all .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 #EAAC40;
  font-family: "Futura-Med", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 110%;
  transition: all .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 .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-Bold", Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  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 #EAAC40; }
  form.sign-up [type="checkbox"]:not(:checked) + label:after,
  form.sign-up [type="checkbox"]:checked + label:after {
    content: '\d7';
    font-size: 20px;
    line-height: 18px;
    letter-spacing: 0px;
    font-family: "Futura-Med", Helvetica, sans-serif;
    text-align: center;
    position: absolute;
    left: 0;
    top: 25px;
    width: 20px;
    height: 20px;
    background-color: #EAAC40;
    transition: top .2s, border-color 2s; }
form.sign-up [type="checkbox"]:checked + label:after {
  top: 0px !important;
  transition: top .2s, border-color 2s; }

.af-pagination .pagination-previous, .af-pagination .pagination-next {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bolder;
  letter-spacing: 1.25px; }
.af-pagination li a, .af-pagination li {
  font-weight: bolder;
  transition: all .3s ease; }
.af-pagination li a:hover {
  color: #ef5040; }
.af-pagination li.disabled span {
  letter-spacing: -1.75px; }
.af-pagination .pagination .current {
  background-color: transparent;
  color: #84bd98;
  transition: all .3s ease; }
.af-pagination .pagination a, .af-pagination .pagination button {
  color: #df9618; }
  .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: 12px;
            letter-spacing: 1px;
            font-family: "Futura-Bold", Helvetica, sans-serif;
            opacity: 0;
            transition: all .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 .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 .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 .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: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: row;
      flex-direction: row;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  ul.sponsor-grid-2019 li {
    display: block;
    -ms-flex: 0 1 33%;
        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: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: row;
      flex-direction: row;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  ul.sponsor-sub-grid li {
    text-align: center;
    display: block;
    -ms-flex: 0 1 33%;
        flex: 0 1 33%;
    padding: 10px; }
    ul.sponsor-sub-grid li img {
      max-width: 60px; }

.wysiwyg h1 {
  font-family: "Knockout", 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-Bold", Helvetica, sans-serif;
  color: #EAAC40;
  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: -ms-grid;
  display: grid;
  padding: 40px;
  z-index: 1; }
  .angle-intro .bg-angle {
    position: absolute;
    top: -45px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #D8E080;
    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: -ms-flexbox;
      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: #D8E080;
    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: #EAAC40;
        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: bolder;
      color: #298395;
      border-bottom: 1px solid #298395;
      transition: all .25s ease; }
      .angle-intro .copy-wrap a:hover {
        color: #F59187;
        border-bottom-color: #F59187; }
  .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 {
      -ms-grid-columns: 1fr 1fr;
          grid-template-columns: 1fr 1fr;
      grid-column-gap: 60px;
      padding: 40px 60px; }
      .angle-intro .block__image {
        display: block;
        margin-bottom: -50%;
        -ms-flex-item-align: start;
            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: -ms-grid;
  display: grid;
  padding: 80px 40px 50px;
  background: white;
  overflow: hidden; }
  .bulletin-grid .splash {
    position: absolute;
    bottom: -20%;
    left: -10%;
    opacity: 0.10; }
  .bulletin-grid .block {
    position: relative;
    padding: 30px 0px 20px; }
    .bulletin-grid .block h4 {
      text-transform: uppercase;
      font-weight: bolder;
      letter-spacing: 0.075em;
      font-size: 12px;
      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: #c8c8c8;
      position: absolute;
      left: 0px;
      bottom: 0px; }
    .bulletin-grid .block:nth-child(3n+1) h4 {
      color: #F59187; }
    .bulletin-grid .block:nth-child(3n+2) h4 {
      color: #EAAC40; }
    .bulletin-grid .block:nth-child(3n+3) h4 {
      color: #298395; }
  .bulletin-grid .col-right .block:last-child:after {
    display: none; }
  @media screen and (min-width: 54.25em) {
    .bulletin-grid {
      padding: 40px 60px;
      -ms-grid-columns: 1fr 1fr;
          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; } }

.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;
    font-family: "Futura-Med", Helvetica, sans-serif;
    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: #EAAC40; }
  .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;
    font-family: "Futura-Med", Helvetica, sans-serif;
    color: #fff;
    font-size: 12px;
    line-height: 40px;
    background-color: #EAAC40;
    border: none;
    display: inline-block;
    padding: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bolder;
    transition: all .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: #df9618;
      transition: all .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: #F59187;
        font-size: 13px;
        letter-spacing: .5px;
        font-weight: bolder;
        line-height: 100%;
        margin-bottom: 10px;
        text-transform: uppercase; }
      .blog-grid .post .post_header .post_title {
        font-weight: bolder;
        text-transform: uppercase;
        letter-spacing: 1px;
        transition: all .2s ease-in-out; }
        .blog-grid .post .post_header .post_title:hover {
          color: #EAAC40;
          transition: all .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 .2s ease-in-out;
        opacity: 0; }
        .blog-grid .post .post_excerpt .copy p {
          font-size: 13px;
          margin-bottom: 0px;
          opacity: 0;
          transition: all .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 .2s ease-in-out;
      opacity: 1; }
      .blog-grid .post:hover .post_excerpt .copy p {
        opacity: 1;
        transition: all .5s ease-out; }

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

.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: bolder;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 100%;
    padding: 15px 15px 12px; }
  .post-detail .post_title {
    font-family: "Knockout", Helvetica, sans-serif;
    font-size: 70px;
    text-transform: uppercase;
    line-height: 85%; }
  .post-detail .post_copy p {
    font-size: 14px;
    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: 12px;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-weight: bolder;
      color: #F59187; }
    .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: bolder;
        line-height: 100%;
        padding: 12px 15px 10px;
        background-color: #F59187; }
      .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: 14px;
          line-height: 18px;
          border-bottom: 1px solid rgba(0, 0, 0, 0.1);
          font-weight: bolder; }
          .post-detail .post_sidebar .widget_recent_entries ul li a {
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #4d4d4d;
            transition: all .2s ease;
            display: block;
            padding: 20px 10px; }
            .post-detail .post_sidebar .widget_recent_entries ul li a:hover {
              color: #F59187;
              transition: all .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 #fde7e5;
        border-right: none;
        background-color: #fff;
        box-shadow: none;
        font-family: "Futura-Med", Helvetica, sans-serif;
        text-transform: uppercase;
        font-size: 0.875rem;
        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: #F59187; }
      .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;
        font-family: "Futura-Med", Helvetica, sans-serif;
        color: #fff;
        font-size: 12px;
        line-height: 40px;
        background-color: #EAAC40;
        border: none;
        display: inline-block;
        padding: 0px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: bolder;
        transition: all .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: #df9618;
          transition: all .2s ease-in-out; }
    .post-detail .post_sidebar .selectric {
      border: 1px solid #fde7e5;
      background-color: #fff; }
    .post-detail .post_sidebar .selectric .label {
      background-color: #fff;
      color: #474747; }
    .post-detail .post_sidebar .selectric-open .selectric {
      border-color: #F59187; }
    .post-detail .post_sidebar .selectric-items {
      background-color: #fef9f8;
      color: #333333; }
      .post-detail .post_sidebar .selectric-items li:hover {
        background-color: #fef0ef;
        color: #ef5040; }
    .post-detail .post_sidebar .selectric-items li.highlighted {
      background-color: #fde7e5; }
    .post-detail .post_sidebar .selectric-items li.selected {
      color: #F59187; }
  .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: 14px !important; }
    #comments footer .comment-author {
      text-transform: uppercase; }
      #comments footer .comment-author a {
        color: #F59187; }
        #comments footer .comment-author a:hover {
          color: #ef5040; }
    #comments footer .comment-metadata {
      display: none; }
  #comments .comment-content {
    margin: 15px 10px 0px; }
    #comments .comment-content p {
      font-size: 14px; }
  #comments .comment-reply-link {
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    font-family: "Futura-Bold", Helvetica, sans-serif;
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    background-color: #F59187;
    letter-spacing: 1px;
    transition: all .2s ease;
    margin-bottom: 10px;
    margin-left: 10px; }
    #comments .comment-reply-link:hover {
      transition: all .2s ease;
      background-color: #ef5040; }
  #comments .comment-reply-title {
    text-transform: uppercase;
    font-size: 24px;
    font-family: "Futura-Bold", Helvetica, sans-serif;
    color: #EAAC40; }
    #comments .comment-reply-title a {
      display: block;
      font-size: 20px;
      font-family: "Futura-Bold", Helvetica, sans-serif;
      color: #B6D8C2; }
    #comments .comment-reply-title small {
      display: block; }
      #comments .comment-reply-title small a#cancel-comment-reply-link {
        display: inline-block;
        font-family: "Futura-Bold", Helvetica, sans-serif;
        letter-spacing: 1px;
        font-size: 12px;
        margin: 15px 0px;
        line-height: 12px;
        padding: 5px 15px;
        background: #EAAC40;
        color: #fff;
        transition: all .2s ease; }
        #comments .comment-reply-title small a#cancel-comment-reply-link:hover {
          background-color: #c88716;
          transition: all .2s ease; }
  #comments .comment-notes {
    font-size: 14px; }
    #comments .comment-notes span.required {
      color: #EAAC40; }
  #comments label {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bolder;
    letter-spacing: 1px; }
    #comments label span {
      color: #EAAC40; }
  #comments button, #comments html input[type="button"], #comments input[type="reset"], #comments input[type="submit"] {
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    font-family: "Futura-Bold", Helvetica, sans-serif;
    padding: 10px 15px;
    color: #fff;
    display: inline-block;
    background-color: #EAAC40;
    letter-spacing: 1px;
    transition: all .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 .2s ease;
      background-color: #c88716; }
  #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: #B6D8C2; }
    #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: #F59187;
      box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1); }
