@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * 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,
.BoldText {
  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 {
  -webkit-box-sizing: content-box;
  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,
form .fake_dropdown,
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,
form .fake_dropdown {
  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: not-allowed; }

/**
   * 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"] {
  -webkit-box-sizing: border-box;
  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 */
  -webkit-box-sizing: content-box;
  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=50.625em&large=68.75em&xlarge=75em&xxlarge=92.5em"; }

html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #ffffff;
  background: #222222;
  -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,
form .fake_dropdown {
  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; }
  [data-whatinput='mouse'] button {
    outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 95.625rem;
  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: 50.625em) {
      .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 {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 50.625em) {
    .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,
.expanded.row .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 {
  margin-left: auto;
  margin-right: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 50.625em) {
  .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,
  .expanded.row .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 {
    margin-left: auto;
    margin-right: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 68.75em) {
  .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,
  .expanded.row .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 {
    margin-left: auto;
    margin-right: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .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,
.full_nav ul.is-dropdown-submenu .is-submenu-parent-item a,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p, .p {
  font-size: inherit;
  line-height: 1.75;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
  display: block; }

em, .ItalicText,
i {
  font-style: italic;
  line-height: inherit; }


strong,
.BoldText,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2,
.full_nav ul.is-dropdown-submenu .is-submenu-parent-item a, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #d2a143;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  display: block; }
  h1 small, .h1 small,
  h2 small,
  .full_nav ul.is-dropdown-submenu .is-submenu-parent-item a small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    color: #32302d;
    line-height: 0; }

h1, .h1 {
  font-size: 1.5rem; }


h2,
.full_nav ul.is-dropdown-submenu .is-submenu-parent-item a, .h2 {
  font-size: 1.25rem; }

h3, .h3 {
  font-size: 1.125rem; }

h4, .h4 {
  font-size: 1.125rem; }

h5, .h5 {
  font-size: 1rem; }

h6, .h6 {
  font-size: 1rem; }

@media screen and (min-width: 50.625em) {
  h1, .h1 {
    font-size: 2.25rem; }
  
  h2,
  .full_nav ul.is-dropdown-submenu .is-submenu-parent-item a, .h2 {
    font-size: 1.375rem; } }

@media screen and (min-width: 92.5em) {
  h1, .h1 {
    font-size: 3.125rem; } }

a {
  color: #d2a143;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #8d6822; }
  a img {
    border: 0; }

hr {
  max-width: 95.625rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 2px solid #32302d;
  border-left: 0;
  margin: 1.25rem 0;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.75;
  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 #32302d; }
  blockquote, blockquote p {
    line-height: 1.75;
    color: #222222; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #222222; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #ffffff;
  cursor: help;
  border-bottom: 1px dotted #121a1a; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #121a1a;
  background-color: #edecec;
  border: 1px solid #32302d;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #edecec;
  color: #121a1a;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #222222; }

.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: 50.625em) {
  .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: 68.75em) {
  .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;
    -webkit-box-shadow: none !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 #222222;
    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,
  .full_nav ul.is-dropdown-submenu .is-submenu-parent-item a,
  h3 {
    orphans: 3;
    widows: 3; }
  
  h2,
  .full_nav ul.is-dropdown-submenu .is-submenu-parent-item a,
  h3 {
    page-break-after: avoid; } }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.9375rem;
  margin: 0 0 1rem 0;
  font-size: 1rem;
  background-color: transparent;
  color: #ffffff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #d2a143;
    color: #ffffff; }
  .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: #d2a143;
    color: #ffffff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #b3842b;
      color: #ffffff; }
  .button.secondary {
    background-color: #19a8a9;
    color: #ffffff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #148687;
      color: #ffffff; }
  .button.success {
    background-color: #3adb76;
    color: #ffffff; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #ffffff; }
  .button.warning {
    background-color: #ffae00;
    color: #ffffff; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #ffffff; }
  .button.alert {
    background-color: #ec5840;
    color: #ffffff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #ffffff; }
  .button.hollow {
    border: 1px solid #d2a143;
    color: #d2a143; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #70531b;
      color: #70531b; }
    .button.hollow.primary {
      border: 1px solid #d2a143;
      color: #d2a143; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #70531b;
        color: #70531b; }
    .button.hollow.secondary {
      border: 1px solid #19a8a9;
      color: #19a8a9; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #0d5455;
        color: #0d5455; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: transparent;
      color: #ffffff; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #ffffff transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 0.9375rem;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

[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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 2px solid #32302d;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #121a1a;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -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: 2px solid #32302d;
    background-color: #ffffff;
    outline: none;
    -webkit-box-shadow: 0 0 5px #32302d;
    box-shadow: 0 0 5px #32302d;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(18, 26, 26, 0.9); }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(18, 26, 26, 0.9); }

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: rgba(18, 26, 26, 0.9); }

input::placeholder,
textarea::placeholder {
  color: rgba(18, 26, 26, 0.9); }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #edecec;
  cursor: default; }

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  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; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  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: #ffffff; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #121a1a; }

.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 {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: transparent;
  color: #121a1a;
  border: 2px solid #32302d;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .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 {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  margin-bottom: 0.5rem;
  max-width: 100%; }

.fieldset {
  border: 2px solid #32302d;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #222222;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }


select,
form .fake_dropdown {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 2px solid #32302d;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #121a1a;
  background-color: #ffffff;
  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%28210, 161, 67%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem; }
  @media screen and (min-width: 0\0) {
    
    select,
    form .fake_dropdown {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled, form .fake_dropdown:disabled {
    background-color: #edecec;
    cursor: default; }
  select::-ms-expand, form .fake_dropdown::-ms-expand {
    display: none; }
  select[multiple], form .fake_dropdown[multiple] {
    height: auto;
    background-image: none; }

.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; }

.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: #ffffff;
    font-size: 1rem;
    cursor: default; }
    .breadcrumbs li:not(:last-child)::after {
      color: #32302d;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px;
      opacity: 1; }
  .breadcrumbs a {
    color: #d2a143; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #edecec;
    cursor: not-allowed; }

/* NOTIFICATIONS - DF
   =================== */
.notification_wrapper a:not(.btn), .notification_wrapper .a:not(.btn) {
    text-decoration: none;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #024287), color-stop(50%, rgba(103, 43, 100, 0.3)));
    background-image: -webkit-linear-gradient(left, #024287 50%, rgba(103, 43, 100, 0.3) 50%);
    background-image: -o-linear-gradient(left, #024287 50%, rgba(103, 43, 100, 0.3) 50%);
    background-image: linear-gradient(90deg, #024287 50%, rgba(103, 43, 100, 0.3) 50%);
    background-size: 200% 2px;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    padding: 0.125rem 0; }
.notification_wrapper a:not(.btn):hover, .notification_wrapper a:not(.btn):focus, .notification_wrapper a:not(.btn).active, .notification_wrapper .a:not(.btn):hover, .notification_wrapper .a:not(.btn):focus, .notification_wrapper .a:not(.btn).active {
      background-position: 0% 100%; }

.notification_wrapper {
  padding: 0.625rem 0;
  background: #121a1a;
  color: #ffffff;
  border-top: 1px #ffffff solid;
  border-bottom: 1px #ffffff solid;
  /*margin: 0 0 1em 0;*/
  padding: 1.5rem;
  margin-top: -1rem !important; }
  /*@media screen and (min-width: 48.75em) {
    .notification_wrapper {
      padding: 1.25rem 0;
      margin-top: -2.25rem; } }*/
 /* .notification_wrapper.slick-slider:not(.single_slider) {
    padding-bottom: 2.5rem; }*/
  /*.notification_wrapper :last-child {
    margin-bottom: 0; }*/
  .search_row + div .notification_wrapper {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(18, 26, 26, 0.25);
  border-radius: 0;
  position: relative;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.5);
  border-left-color: #ffffff; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: rgba(210, 161, 67, 0.5);
    border-left-color: #d2a143; }
  .callout.secondary {
    background-color: rgba(25, 168, 169, 0.5);
    border-left-color: #19a8a9; }
  .callout.success {
    background-color: rgba(58, 219, 118, 0.5);
    border-left-color: #3adb76; }
  .callout.warning {
    background-color: rgba(255, 174, 0, 0.5);
    border-left-color: #ffae00; }
  .callout.alert {
    background-color: rgba(236, 88, 64, 0.5);
    border-left-color: #ec5840; }
  .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: #ffffff;
  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: #d2a143; }

.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,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 50.625em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 68.75em) {
    .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::before, .menu.align-right::after {
    content: ' ';
    display: table; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed; }
    .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,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    color: #ffffff;
    background: #d2a143; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block; }

.no-js [data-responsive-menu] ul {
  display: none; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block !important; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #ffffff;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  -o-transition: transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    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 #d2a143;
    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 #d2a143 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.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #d2a143 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #d2a143 transparent transparent;
  border-right-style: solid;
  border-left-width: 0; }

.dropdown.menu.vertical > li.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #d2a143;
  border-left-style: solid;
  border-right-width: 0; }

@media screen and (min-width: 50.625em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #d2a143 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #d2a143 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #d2a143;
    border-left-style: solid;
    border-right-width: 0; } }

@media screen and (min-width: 68.75em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #d2a143 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #d2a143 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #d2a143;
    border-left-style: solid;
    border-right-width: 0; } }

.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-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #ffffff;
  border: 1px solid #32302d; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px;
    margin-top: -3px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #d2a143 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #d2a143;
    border-left-style: solid;
    border-right-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.flex-video, .responsive-embed {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe, .responsive-embed iframe,
  .flex-video object,
  .responsive-embed object,
  .flex-video embed,
  .responsive-embed embed,
  .flex-video video,
  .responsive-embed video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen, .widescreen.responsive-embed {
    padding-bottom: 56.25%; }
  .flex-video.vimeo, .vimeo.responsive-embed {
    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: #d2a143;
  color: #ffffff; }
  .label.secondary {
    background: #19a8a9;
    color: #ffffff; }
  .label.success {
    background: #3adb76;
    color: #ffffff; }
  .label.warning {
    background: #ffae00;
    color: #ffffff; }
  .label.alert {
    background: #ec5840;
    color: #ffffff; }

.media-object {
  margin-bottom: 1rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 50.5625em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .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 > :last-child {
    margin-bottom: 0; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.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: 50.625em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #ffffff;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0; }
    .pagination a:hover,
    .pagination button:hover {
      background: #32302d; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #d2a143;
    color: #ffffff;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #edecec;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '\2026';
    padding: 0.1875rem 0.625rem;
    color: #ffffff; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '\00ab';
  display: inline-block;
  margin-right: 0.5rem; }

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '\00bb';
  display: inline-block;
  margin-left: 0.5rem; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(18, 26, 26, 0.45);
  overflow-y: scroll; }

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #32302d;
  background-color: rgba(34, 34, 34, 0.95);
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media screen and (min-width: 50.625em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 50.625em) {
    .reveal {
      width: 600px;
      max-width: 95.625rem; } }
  @media screen and (min-width: 50.625em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 50.625em) {
    .reveal.tiny {
      width: 30%;
      max-width: 95.625rem; } }
  @media screen and (min-width: 50.625em) {
    .reveal.small {
      width: 50%;
      max-width: 95.625rem; } }
  @media screen and (min-width: 50.625em) {
    .reveal.large {
      width: 90%;
      max-width: 95.625rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 50.5625em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      max-width: none;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #383838;
    background-color: #222222; }
  caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  thead {
    background: #2d2d2d;
    color: #ffffff; }
  tfoot {
    background: #383838;
    color: #ffffff; }
  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: #383838; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

@media screen and (max-width: 68.6875em) {
  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: #1d1d1d; }

table.hover tr:nth-of-type(even):hover {
  background-color: #030303; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.has-tip {
  border-bottom: dotted 1px #222222;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help; }

.tooltip {
  background-color: #121a1a;
  color: #ffffff;
  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 #121a1a;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #121a1a 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 #121a1a;
    border-left-style: solid;
    border-right-width: 0;
    bottom: auto;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #121a1a transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 50.5625em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 50.625em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 50.625em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 50.5625em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 50.625em) and (max-width: 68.6875em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 50.5625em), screen and (min-width: 68.75em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 68.75em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 68.6875em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 68.75em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 68.6875em), 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; }

/* MIXINS
===================================== */
/* PARTIALS
===================================== */
@media screen and (min-width: 50.625em) {
  .nav_wrap {
    height: auto !important;
    margin-top: 0; } }

@media screen and (min-width: 68.75em) {
  .nav_wrap {
    margin-top: 0.625rem; } }

@media screen and (min-width: 50.625em) {
  .has_sub_nav {
    margin-bottom: 4.0625rem; } }

.full_nav {
  background: none; }
  @media screen and (min-width: 50.625em) {
    .full_nav {
      text-align: justify;
      min-height: 50px !important; } }
  .full_nav ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .full_nav ul li {
      padding: 0;
      margin: 0; }
    @media screen and (min-width: 50.625em) {
      .full_nav ul {
        min-height: 50px;
        font-size: 0;
        padding-bottom: 3px; } }
    @media screen and (min-width: 50.625em) {
      .full_nav ul.is-dropdown-submenu {
        width: 100%;
        border: none;
        background: rgba(46, 46, 46, 0.8) !important;
        padding: 0 calc((60px - 0.9375rem) / 2);
        z-index: 12;
        -webkit-transition: display 200ms ease-out;
        -o-transition: display 200ms ease-out;
        transition: display 200ms ease-out; }
        .full_nav ul.is-dropdown-submenu.active {
          display: block !important;
          z-index: 11; }
        .full_nav ul.is-dropdown-submenu li {
          display: inline-block !important;
          width: auto !important;
          float: left; } }
    @media screen and (min-width: 68.75em) {
      .full_nav ul.is-dropdown-submenu {
        padding: 0 calc((80px - 0.9375rem) / 2); } }
    @media screen and (min-width: 92.5em) {
      .full_nav ul.is-dropdown-submenu {
        padding: 0 calc(((100vw - 1530px)) / 2); } }
  @media screen and (min-width: 50.625em) {
    .full_nav > ul {
      display: block;
      font-size: 0;
      text-align: justify;
      text-justify: distribute;
      opacity: 0;
      max-height: 100px; }
      .full_nav > ul.dropdown {
        opacity: 1;
        max-height: none;
        -webkit-transition: opacity 500ms ease-out;
        -o-transition: opacity 500ms ease-out;
        transition: opacity 500ms ease-out; }
      .full_nav > ul:after {
        content: '';
        display: inline-block;
        width: 100%; }
      .full_nav > ul > li {
        display: inline-block !important; }
    .full_nav li.is-dropdown-submenu-parent {
      position: static !important; }
    .full_nav .dropdown.menu > li.is-dropdown-submenu-parent > a {
      position: relative; }
      .full_nav .dropdown.menu > li.is-dropdown-submenu-parent > a:after {
        content: "";
        display: block;
        height: 10px;
        width: 10px;
        background: #121a1a;
        border: none;
        border-top: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        position: absolute;
        bottom: 5px !important;
        top: auto !important;
        left: 50% !important;
        -webkit-transform: translateX(-50%) rotate(-225deg);
        transform: translateX(-50%) rotate(-225deg);
        -ms-transform: rotate(-225deg);
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        z-index: 10;
        -webkit-transition: bottom 200ms ease-out;
        -o-transition: bottom 200ms ease-out;
        transition: bottom 200ms ease-out; }
      .full_nav .dropdown.menu > li.is-dropdown-submenu-parent > a.active:after, .full_nav .dropdown.menu > li.is-dropdown-submenu-parent > a:hover:after, .full_nav .dropdown.menu > li.is-dropdown-submenu-parent > a:focus:after {
        bottom: -8px !important;
        z-index: 15; }
    .full_nav .submenu a {
      font-size: 0.875rem; } }
  .full_nav a {
    display: block;
    background: none;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.875rem;
    line-height: 1.875rem !important;
    padding: 0.625rem !important; }
    @media screen and (min-width: 92.5em) {
      .full_nav a {
        font-size: 1rem;
        padding: 0.625rem 0.9375rem !important; } }
    .full_nav a:hover, .full_nav a:focus {
      color: #d2a143; }
    .full_nav a.active {
      position: relative;
      color: #d2a143; }

.nav_just {
  content: "";
  display: inline-block;
  height: 0;
  position: relative;
  width: 100%; }

.toggle {
  display: block;
  padding: 1rem;
  cursor: pointer;
  right: 0.625rem; }
  @media screen and (min-width: 50.625em) {
    .toggle {
      right: 0.9375rem; } }
  .toggle .burger {
    position: relative;
    margin-top: 11px;
    margin-bottom: 11px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .toggle .burger, .toggle .burger::before, .toggle .burger::after {
      display: block;
      width: 30px;
      height: 3px;
      background-color: #8d6822;
      outline: 1px solid transparent;
      -webkit-transition-property: background-color, -webkit-transform;
      -moz-transition-property: background-color, -moz-transform;
      -o-transition-property: background-color, -o-transform;
      transition-property: background-color, -webkit-transform;
      -o-transition-property: background-color, transform;
      transition-property: background-color, transform;
      transition-property: background-color, transform, -webkit-transform;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
    .toggle .burger::before, .toggle .burger::after {
      position: absolute;
      content: ""; }
    .toggle .burger::before {
      top: -11px; }
    .toggle .burger::after {
      top: 11px; }
  .toggle.active .burger {
    background-color: transparent; }
  .toggle.active .burger::before {
    -webkit-transform: translateY(11px) rotate(45deg);
    -moz-transform: translateY(11px) rotate(45deg);
    -ms-transform: translateY(11px) rotate(45deg);
    -o-transform: translateY(11px) rotate(45deg);
    transform: translateY(11px) rotate(45deg); }
  .toggle.active .burger::after {
    -webkit-transform: translateY(-11px) rotate(-45deg);
    -moz-transform: translateY(-11px) rotate(-45deg);
    -ms-transform: translateY(-11px) rotate(-45deg);
    -o-transform: translateY(-11px) rotate(-45deg);
    transform: translateY(-11px) rotate(-45deg); }
  .toggle:hover .burger, .toggle:focus .burger {
    position: relative;
    margin-top: 11px;
    margin-bottom: 11px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .toggle:hover .burger, .toggle:hover .burger::before, .toggle:hover .burger::after, .toggle:focus .burger, .toggle:focus .burger::before, .toggle:focus .burger::after {
      display: block;
      width: 30px;
      height: 3px;
      background-color: #8d6822;
      outline: 1px solid transparent;
      -webkit-transition-property: background-color, -webkit-transform;
      -moz-transition-property: background-color, -moz-transform;
      -o-transition-property: background-color, -o-transform;
      transition-property: background-color, -webkit-transform;
      -o-transition-property: background-color, transform;
      transition-property: background-color, transform;
      transition-property: background-color, transform, -webkit-transform;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
    .toggle:hover .burger::before, .toggle:hover .burger::after, .toggle:focus .burger::before, .toggle:focus .burger::after {
      position: absolute;
      content: ""; }
    .toggle:hover .burger::before, .toggle:focus .burger::before {
      top: -11px; }
    .toggle:hover .burger::after, .toggle:focus .burger::after {
      top: 11px; }
  .toggle:hover.active .burger, .toggle:focus.active .burger {
    background-color: transparent; }
  .toggle:hover.active .burger::before, .toggle:focus.active .burger::before {
    -webkit-transform: translateY(11px) rotate(45deg);
    -moz-transform: translateY(11px) rotate(45deg);
    -ms-transform: translateY(11px) rotate(45deg);
    -o-transform: translateY(11px) rotate(45deg);
    transform: translateY(11px) rotate(45deg); }
  .toggle:hover.active .burger::after, .toggle:focus.active .burger::after {
    -webkit-transform: translateY(-11px) rotate(-45deg);
    -moz-transform: translateY(-11px) rotate(-45deg);
    -ms-transform: translateY(-11px) rotate(-45deg);
    -o-transform: translateY(-11px) rotate(-45deg);
    transform: translateY(-11px) rotate(-45deg); }

@media screen and (max-width: 50.5625em) {
  .nav_wrap {
    height: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #8d6822;
    z-index: 5;
    max-width: 100vw;
    overflow: hidden; }
    .nav_wrap.active {
      overflow: visible; }
    .nav_wrap .full_nav {
      z-index: 7;
      position: relative;
      clear: both; }
    .nav_wrap ul {
      background: #8d6822;
      bottom: 0; }
      .nav_wrap ul a {
        color: #ffffff !important;
        padding: 0.3125rem 0.625rem !important; }
        .nav_wrap ul a.active {
          color: #ffffff !important;
          border-left: 5px solid #ffffff; }
      .nav_wrap ul .is-submenu-parent-item a {
        border: none;
        margin-bottom: 0; }
      .nav_wrap ul.is-dropdown-submenu-parent {
        position: absolute !important;
        bottom: 0; }
      .nav_wrap ul .is-drilldown-submenu-parent {
        position: static; }
        .nav_wrap ul .is-drilldown-submenu-parent > a::after {
          content: '';
          display: block;
          width: 0;
          height: 0;
          border: inset 6px;
          border-color: transparent transparent transparent #ffffff;
          border-left-style: solid;
          border-right-width: 0; }
      .nav_wrap ul .js-drilldown-back > a::before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        border-color: transparent #ffffff transparent transparent;
        border-right-style: solid;
        border-left-width: 0;
        display: inline-block; }
    .nav_wrap:after {
      position: absolute;
      bottom: -30px;
      left: 0;
      content: "";
      display: block;
      background: #8d6822;
      height: 100px;
      width: 200%;
      z-index: 4;
      -webkit-transform: rotate(-2deg) perspective(1px);
      transform: rotate(-2deg) perspective(1px);
      -ms-transform: rotate(-2deg);
      -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
      transform-origin: bottom left; }
    .nav_wrap .toggle {
      float: right;
      padding-bottom: 0; }
      .nav_wrap .toggle .burger {
        position: relative;
        margin-top: 11px;
        margin-bottom: 11px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
        .nav_wrap .toggle .burger, .nav_wrap .toggle .burger::before, .nav_wrap .toggle .burger::after {
          display: block;
          width: 30px;
          height: 3px;
          background-color: rgba(255, 255, 255, 0.5);
          outline: 1px solid transparent;
          -webkit-transition-property: background-color, -webkit-transform;
          -moz-transition-property: background-color, -moz-transform;
          -o-transition-property: background-color, -o-transform;
          transition-property: background-color, -webkit-transform;
          -o-transition-property: background-color, transform;
          transition-property: background-color, transform;
          transition-property: background-color, transform, -webkit-transform;
          -webkit-transition-duration: 0.3s;
          -moz-transition-duration: 0.3s;
          -o-transition-duration: 0.3s;
          transition-duration: 0.3s; }
        .nav_wrap .toggle .burger::before, .nav_wrap .toggle .burger::after {
          position: absolute;
          content: ""; }
        .nav_wrap .toggle .burger::before {
          top: -11px; }
        .nav_wrap .toggle .burger::after {
          top: 11px; }
      .nav_wrap .toggle.active .burger {
        background-color: transparent; }
      .nav_wrap .toggle.active .burger::before {
        -webkit-transform: translateY(11px) rotate(45deg);
        -moz-transform: translateY(11px) rotate(45deg);
        -ms-transform: translateY(11px) rotate(45deg);
        -o-transform: translateY(11px) rotate(45deg);
        transform: translateY(11px) rotate(45deg); }
      .nav_wrap .toggle.active .burger::after {
        -webkit-transform: translateY(-11px) rotate(-45deg);
        -moz-transform: translateY(-11px) rotate(-45deg);
        -ms-transform: translateY(-11px) rotate(-45deg);
        -o-transform: translateY(-11px) rotate(-45deg);
        transform: translateY(-11px) rotate(-45deg); }
      .nav_wrap .toggle:hover .burger, .nav_wrap .toggle:focus .burger {
        position: relative;
        margin-top: 11px;
        margin-bottom: 11px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
        .nav_wrap .toggle:hover .burger, .nav_wrap .toggle:hover .burger::before, .nav_wrap .toggle:hover .burger::after, .nav_wrap .toggle:focus .burger, .nav_wrap .toggle:focus .burger::before, .nav_wrap .toggle:focus .burger::after {
          display: block;
          width: 30px;
          height: 3px;
          background-color: #ffffff;
          outline: 1px solid transparent;
          -webkit-transition-property: background-color, -webkit-transform;
          -moz-transition-property: background-color, -moz-transform;
          -o-transition-property: background-color, -o-transform;
          transition-property: background-color, -webkit-transform;
          -o-transition-property: background-color, transform;
          transition-property: background-color, transform;
          transition-property: background-color, transform, -webkit-transform;
          -webkit-transition-duration: 0.3s;
          -moz-transition-duration: 0.3s;
          -o-transition-duration: 0.3s;
          transition-duration: 0.3s; }
        .nav_wrap .toggle:hover .burger::before, .nav_wrap .toggle:hover .burger::after, .nav_wrap .toggle:focus .burger::before, .nav_wrap .toggle:focus .burger::after {
          position: absolute;
          content: ""; }
        .nav_wrap .toggle:hover .burger::before, .nav_wrap .toggle:focus .burger::before {
          top: -11px; }
        .nav_wrap .toggle:hover .burger::after, .nav_wrap .toggle:focus .burger::after {
          top: 11px; }
      .nav_wrap .toggle:hover.active .burger, .nav_wrap .toggle:focus.active .burger {
        background-color: transparent; }
      .nav_wrap .toggle:hover.active .burger::before, .nav_wrap .toggle:focus.active .burger::before {
        -webkit-transform: translateY(11px) rotate(45deg);
        -moz-transform: translateY(11px) rotate(45deg);
        -ms-transform: translateY(11px) rotate(45deg);
        -o-transform: translateY(11px) rotate(45deg);
        transform: translateY(11px) rotate(45deg); }
      .nav_wrap .toggle:hover.active .burger::after, .nav_wrap .toggle:focus.active .burger::after {
        -webkit-transform: translateY(-11px) rotate(-45deg);
        -moz-transform: translateY(-11px) rotate(-45deg);
        -ms-transform: translateY(-11px) rotate(-45deg);
        -o-transform: translateY(-11px) rotate(-45deg);
        transform: translateY(-11px) rotate(-45deg); } }

.greedy {
  position: relative;
  background: none;
  text-align: justify;
  height: 50px;
  margin: 1.25rem 0; }
  @media screen and (min-width: 50.625em) {
    .greedy {
      margin: 1.875rem 0; } }
  .greedy ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .greedy ul li {
      padding: 0;
      margin: 0; }
  .greedy a:not(.button) {
    display: block;
    background: none;
    color: #ffffff;
    text-decoration: none;
    line-height: 1.875rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 50.625em) {
      .greedy a:not(.button) {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .greedy a:not(.button):hover, .greedy a:not(.button):focus, .greedy a:not(.button).active {
      color: #d2a143; }
  .greedy a.button {
    margin: 0;
    border: 3px solid #d2a143; }
    .greedy a.button:hover {
      background-color: #d2a143; }
  .greedy button {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    border: 0;
    outline: none;
    background-color: #121a1a;
    color: #ffffff;
    cursor: pointer;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    -webkit-transition: background-color 200ms ease-out, color 200ms ease-out;
    -o-transition: background-color 200ms ease-out, color 200ms ease-out;
    transition: background-color 200ms ease-out, color 200ms ease-out;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 50.625em) {
      .greedy button {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .greedy button:hover, .greedy button:focus {
      background-color: #d2a143;
      color: #ffffff; }
    .greedy button span {
      content: '';
      display: inline-block;
      width: 0;
      height: 0;
      margin-left: 0.3125rem;
      margin-bottom: 0.3125rem;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      border-color: #ffffff transparent transparent transparent;
      -webkit-transition: border-color 200ms ease-out;
      -o-transition: border-color 200ms ease-out;
      transition: border-color 200ms ease-out; }
    .greedy button:hover::after {
      -webkit-transform: scale(1.075);
      -ms-transform: scale(1.075);
      transform: scale(1.075);
      /*background-color: $primary-color*/ }
  .greedy .visible-links {
    display: inline-table; }
    @media screen and (min-width: 87.5em) {
      .greedy .visible-links {
        display: inline; } }
    .greedy .visible-links li {
      display: table-cell;
      white-space: nowrap; }
      @media screen and (min-width: 87.5em) {
        .greedy .visible-links li {
          display: inline-block; } }
      .greedy .visible-links li::first-child a {
        color: #d2a143 !important; }
  .greedy #nav-just {
    content: "";
    display: inline-block;
    height: 0;
    position: relative;
    width: 100%; }
  .greedy .hidden-links {
    position: absolute;
    background: #d2a143;
    right: 0px;
    top: 100%;
    z-index: 10; }
    .greedy .hidden-links li {
      display: block;
      border-top: 1px solid #8d6822; }
      .greedy .hidden-links li a {
        color: #ffffff;
        padding: 0.625rem; }
        .greedy .hidden-links li a:hover {
          background: #644a18;
          color: #ffffff; }
        .greedy .hidden-links li a.active {
          background: #b6872c;
          color: #ffffff; }
        .greedy .hidden-links li a.button {
          text-transform: none;
          font-weight: normal;
          display: block;
          border-radius: 0;
          padding: 0.625rem;
          line-height: 1.875rem;
          text-align: left;
          border: none; }
          .greedy .hidden-links li a.button:before, .greedy .hidden-links li a.button:after {
            display: none; }

/* MISC CLASSES
================================================================================ */
.centre {
  text-align: center; }

.centre_small {
  text-align: center; }
  @media screen and (min-width: 50.625em) {
    .centre_small {
      text-align: left; } }

.relative {
  position: relative; }

.visible {
  visibility: visible; }

.hidden {
  visibility: hidden;
  display: none !important; }

.clear {
  clear: both; }

.right {
  float: right; }

.left {
  float: left; }

@media screen and (min-width: 50.625em) {
  .medium-left {
    float: left; } }

@media screen and (min-width: 68.75em) {
  .large-left {
    float: left; } }

.img_left, img[align='left'], img.left {
  margin: 0 auto;
  margin-bottom: 0.625rem; }
  @media screen and (min-width: 50.625em) {
    .img_left, img[align='left'], img.left {
      margin-bottom: 0.9375rem; } }
  @media screen and (min-width: 50.625em) {
    .img_left, img[align='left'], img.left {
      float: left;
      margin-right: 0.625rem; } }
  @media screen and (min-width: 50.625em) and (min-width: 50.625em) {
    .img_left, img[align='left'], img.left {
      margin-right: 0.9375rem; } }

.img_right, img[align='right'], img.right {
  margin: 0 auto;
  margin-bottom: 0.625rem; }
  @media screen and (min-width: 50.625em) {
    .img_right, img[align='right'], img.right {
      margin-bottom: 0.9375rem; } }
  @media screen and (min-width: 50.625em) {
    .img_right, img[align='right'], img.right {
      float: right;
      max-width: 50%;
      margin-left: 0.625rem; } }
  @media screen and (min-width: 50.625em) and (min-width: 50.625em) {
    .img_right, img[align='right'], img.right {
      margin-left: 0.9375rem; } }

.fill, .fill_img img {
  width: 100%; }

/* Margins */
.no_marg_top {
  margin-top: 0 !important; }

.no_marg_bot {
  margin-bottom: 0 !important; }

.no_marg_left {
  margin-left: 0 !important; }

.no_marg_right {
  margin-right: 0 !important; }

.no_marg {
  margin: 0 !important; }

.no_marg_small {
  margin: 0 !important; }
  @media screen and (min-width: 50.625em) {
    .no_marg_small {
      margin: inherit !important; } }

/* Paddings */
.no_pad_top {
  padding-top: 0 !important; }

.no_pad_bot {
  padding-bottom: 0 !important; }

.no_pad_left {
  padding-left: 0 !important; }

.no_pad_right {
  padding-right: 0 !important; }

.no_pad {
  padding: 0 !important; }

.no_pad_small {
  padding: 0 !important; }
  @media screen and (min-width: 50.625em) {
    .no_pad_small {
      padding: 0 0.9375rem !important; } }

.no_pad_medium {
  padding: 0 !important; }
  @media screen and (min-width: 68.75em) {
    .no_pad_medium {
      padding: 0 0.9375rem !important; } }

.sr_only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media screen and (min-width: 50.625em) {
    .absolute-center-medium {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }
  @media screen and (min-width: 68.75em) {
    .absolute-center-large {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }

.vertical-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media screen and (min-width: 50.625em) {
    .vertical-center-medium {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }
  @media screen and (min-width: 68.75em) {
    .vertical-center-large {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }

.column-block {
  margin-bottom: 20px; }
  @media screen and (min-width: 50.625em) {
    .column-block {
      margin-bottom: 30px; } }

.white_bg {
  background-color: #ffffff;
  padding-bottom: 20px;
  padding-top: 20px; }
  @media screen and (min-width: 50.625em) {
    .white_bg {
      padding-bottom: 30px;
      padding-top: 30px; } }

@media screen and (max-width: 68.6875em) {
  .column.medium-full, .medium-full.columns {
    width: 100%; } }

.show_for_html5 {
  display: none; }

.hide_for_html5 {
  display: block; }

.html5-date .show_for_html5 {
  display: block; }
  @media screen and (min-width: 50.625em) {
    .html5-date .show_for_html5 {
      display: none; } }

.html5-date .hide_for_html5 {
  display: none; }
  @media screen and (min-width: 50.625em) {
    .html5-date .hide_for_html5 {
      display: block; } }

@media screen and (min-width: 50.625em) {
  .row {
    max-width: calc(100vw - 60px); } }

@media screen and (min-width: 68.75em) {
  .row {
    max-width: calc(100vw - 80px); } }

@media screen and (min-width: 92.5em) {
  .row {
    max-width: 95.625rem; } }

@media screen and (min-width: 1024px) and (max-width: 1260px) {
  .large-low-5 {
    width: 41.66667%; }
    .large-low-5[class*='large-push'] {
      left: 58.33333%; }
  .large-low-7 {
    width: 58.33333%; }
    .large-low-7[class*='large-pull'] {
      left: -41.66667%; } }

/* TYPOGRAPHY
================================================================================ */
@media screen and (min-width: 50.625em) {
  body {
    letter-spacing: 0.025em; } }

h1.slide, .h1.slide, h2.slide, .full_nav ul.is-dropdown-submenu .is-submenu-parent-item a.slide, .h2.slide, h3.slide, .h3.slide, h4.slide, .h4.slide, h5.slide, .h5.slide, h6.slide, .h6.slide {
  color: #d2a143;
  display: inline-block;
  background-color: #ffffff;
  font-size: 1.125rem;
  padding: 0.9375rem 2.8125rem 0.625rem 0;
  position: relative;
  margin-bottom: 20px; }
  @media screen and (min-width: 50.625em) {
    h1.slide, .h1.slide, h2.slide, .full_nav ul.is-dropdown-submenu .is-submenu-parent-item a.slide, .h2.slide, h3.slide, .h3.slide, h4.slide, .h4.slide, h5.slide, .h5.slide, h6.slide, .h6.slide {
      margin-bottom: 30px; } }
  h1.slide:before, .h1.slide:before, h2.slide:before, .full_nav ul.is-dropdown-submenu .is-submenu-parent-item a.slide:before, .h2.slide:before, h3.slide:before, .h3.slide:before, h4.slide:before, .h4.slide:before, h5.slide:before, .h5.slide:before, h6.slide:before, .h6.slide:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 10000px;
    background-color: #ffffff; }

h1.underline, .h1.underline, h2.underline, .full_nav ul.is-dropdown-submenu .is-submenu-parent-item a.underline, .h2.underline, h3.underline, .h3.underline, h4.underline, .h4.underline, h5.underline, .h5.underline, h6.underline, .h6.underline {
  display: block;
  text-align: center;
  color: #ffffff; }
  h1.underline:after, .h1.underline:after, h2.underline:after, .full_nav ul.is-dropdown-submenu .is-submenu-parent-item a.underline:after, .h2.underline:after, h3.underline:after, .h3.underline:after, h4.underline:after, .h4.underline:after, h5.underline:after, .h5.underline:after, h6.underline:after, .h6.underline:after {
    content: '';
    display: block;
    margin: 0.625rem auto 1.875rem;
    width: 125px;
    height: 2px;
    background-color: #d2a143; }

h1, .h1 {
  color: #ffffff; }

p.large_text {
  font-size: 1.125rem;
  line-height: 1.6; }

p.small_text {
  font-size: 0.8125rem; }

ul, ol {
  margin-left: 1.875rem; }
  ul ul, ul ol, ol ul, ol ol {
    margin-left: 1.875rem; }

@media screen and (min-width: 50.625em) {
  hr {
    margin: 1.25rem 0; } }

a {
  -webkit-transition: color 200ms ease-out, background-color 200ms ease-out;
  -o-transition: color 200ms ease-out, background-color 200ms ease-out;
  transition: color 200ms ease-out, background-color 200ms ease-out; }
  [data-whatinput='mouse'] a {
    outline: 0; }

/* HEADER
================================================================================ */
header {
  background: #121a1a;
  margin-bottom: 0.625rem;
  position: relative; }
  @media screen and (min-width: 50.625em) {
    header {
      margin-bottom: 0.9375rem; } }
  @media screen and (max-width: 50.5625em) {
    header {
      padding-top: 40px; } }
  header .logo {
    display: block;
    padding: 1.25rem 0 1.25rem 0;
    position: relative; }
    header .logo img {
      max-height: 60px; }
      @media screen and (min-width: 50.625em) {
        header .logo img {
          max-height: 90px; } }
      @media screen and (min-width: 68.75em) {
        header .logo img {
          max-height: 120px; } }
  header .system {
    border: none;
    border-top: none;
    border-color: rgba(255, 255, 255, 0.15);
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 50.5625em) {
      header .system {
        position: absolute;
        top: 0;
        right: 0;
        left: 0; } }
    header .system ul {
      font-size: 0;
      text-align: right;
      float: right;
      border: 1px solid;
      border-top: none;
      border-color: rgba(255, 255, 255, 0.15);
      overflow: hidden;
      padding: 0;
      margin: 0;
      list-style: none; }
      header .system ul::before, header .system ul::after {
        content: ' ';
        display: table; }
      header .system ul::after {
        clear: both; }
      header .system ul li {
        padding: 0;
        margin: 0; }
      header .system ul li {
        display: inline-block;
        vertical-align: top; }
        header .system ul li a {
          display: block;
          background: transparent;
          color: #ffffff;
          padding: 0.3125rem 0.625rem;
          height: 40px;
          font-size: 0.875rem;
          position: relative;
          line-height: 1.875rem; }
          @media screen and (min-width: 50.625em) {
            header .system ul li a {
              border-left: 1px solid rgba(255, 255, 255, 0.15); } }
          @media screen and (min-width: 68.75em) {
            header .system ul li a {
              padding: 0.3125rem 1.5625rem; } }
          header .system ul li a:hover, header .system ul li a:focus {
            background: #d2a143; }
          header .system ul li a span {
            display: inline-block;
            vertical-align: top; }
            header .system ul li a span + .svg_box {
              width: auto; }
              @media screen and (min-width: 68.75em) {
                header .system ul li a span + .svg_box {
                  margin-left: 0.625rem; } }
          header .system ul li a svg {
            display: block;
            height: 100%;
            width: 100%;
            padding: 0.3125rem 0;
            max-width: 21px; }
            header .system ul li a svg * {
              fill: #ffffff; }
          @media screen and (min-width: 50.625em) {
            header .system ul li a[count]:after {
              content: attr(count);
              display: block;
              border-radius: 50%;
              background-color: white;
              position: absolute;
              top: 3px;
              right: 3px;
              color: #8d6822;
              font-size: 12px;
              line-height: 12px;
              text-align: center;
              padding: 4px;
              width: 20px;
              height: 20px; } }
        header .system ul li:nth-of-type(1) a {
          border-left: none; }
  header .search {
    background: #8d6822;
    display: none;
    position: absolute;
    right: 0;
    top: 40px;
    padding: 10px;
    margin-top: 1px;
    z-index: 200; }
    @media screen and (min-width: 68.75em) {
      header .search {
        top: 50px; } }
    header .search form {
      padding: 0;
      margin: 0;
      background: #ffffff; }
      header .search form table.gsc-search-box {
        margin: 0;
        border-radius: 0; }
        header .search form table.gsc-search-box tbody {
          border: none;
          background: none transparent; }
          header .search form table.gsc-search-box tbody td {
            padding: 0;
            margin: 0;
            width: auto; }
        header .search form table.gsc-search-box input.gsc-input {
          color: #222222;
          min-width: 200px;
          border: none;
          padding: 0 0.5rem;
          margin: 0;
          height: 1.875rem; }
          header .search form table.gsc-search-box input.gsc-input:hover, header .search form table.gsc-search-box input.gsc-input:focus {
            -webkit-box-shadow: none;
            box-shadow: none; }
        header .search form table.gsc-search-box .gsc-clear-button {
          display: none; }
        header .search form table.gsc-search-box .gsc-search-button input, header .search form table.gsc-search-box input.gsc-search-button {
          margin: 0;
          padding: 0;
          height: 1.875rem;
          min-width: 0;
          border: none !important;
          background-image: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 77.6" preserveAspectRatio="xMidYMid"><style>path { fill:rgba(25, 168, 169, 0.99); transition: fill 200ms ease-out; }</style><path d="M78.6,76.2c-1.9,1.9-4.9,1.9-6.7,0L51.5,55.8c-5.4,4.5-12.4,7.2-20,7.2C14.1,63,0,48.9,0,31.5S14.1,0,31.5,0S63,14.1,63,31.5c0,6.4-1.9,12.3-5.1,17.2l20.7,20.7C80.4,71.3,80.4,74.3,78.6,76.2z M31.5,9.7c-12,0-21.8,9.8-21.8,21.8s9.8,21.8,21.8,21.8s21.8-9.8,21.8-21.8S43.6,9.7,31.5,9.7z"/></svg>');
          background-color: transparent !important;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: 21px 30px;
          color: #ffffff;
          text-indent: -9999px;
          width: 1.875rem; }
          header .search form table.gsc-search-box .gsc-search-button input:hover, header .search form table.gsc-search-box .gsc-search-button input:focus, header .search form table.gsc-search-box input.gsc-search-button:hover, header .search form table.gsc-search-box input.gsc-search-button:focus {
            background-image: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 77.6" preserveAspectRatio="xMidYMid"><style>path { fill:rgba(210, 161, 67, 0.99); transition: fill 200ms ease-out; }</style><path d="M78.6,76.2c-1.9,1.9-4.9,1.9-6.7,0L51.5,55.8c-5.4,4.5-12.4,7.2-20,7.2C14.1,63,0,48.9,0,31.5S14.1,0,31.5,0S63,14.1,63,31.5c0,6.4-1.9,12.3-5.1,17.2l20.7,20.7C80.4,71.3,80.4,74.3,78.6,76.2z M31.5,9.7c-12,0-21.8,9.8-21.8,21.8s9.8,21.8,21.8,21.8s21.8-9.8,21.8-21.8S43.6,9.7,31.5,9.7z"/></svg>'); }

.skip {
  display: block;
  position: fixed !important;
  top: -999px;
  left: 0;
  z-index: 1000; }
  .skip:focus, .skip:active {
    top: 0; }

/* HOME
================================================================================ */
/* BANNER
================================================================================ */
.banner .slide .columns {
  position: relative;
  min-height: 21.25rem;
  height: 100%;
  background-position: center top;
  background-size: cover; }
  @media screen and (min-width: 68.75em) {
    .banner .slide .columns {
      min-height: 19.375rem; } }
  @media screen and (min-width: 75em) {
    .banner .slide .columns {
      min-height: 28.125rem; } }
  .banner .slide .columns .absolute-center, .banner .slide .columns .vertical-center {
    width: calc(100% - 20px);
    background-color: rgba(210, 161, 67, 0.85);
    padding: 0.625rem; }
    @media screen and (min-width: 50.625em) {
      .banner .slide .columns .absolute-center, .banner .slide .columns .vertical-center {
        padding: 0.9375rem; } }
    @media screen and (min-width: 50.625em) {
      .banner .slide .columns .absolute-center, .banner .slide .columns .vertical-center {
        left: 5rem;
        width: calc(100% - 30px); } }
    @media screen and (min-width: 68.75em) {
      .banner .slide .columns .absolute-center, .banner .slide .columns .vertical-center {
        max-width: 66.666%;
        padding: 1.25rem 1.875rem; } }
  .banner .slide .columns h1, .banner .slide .columns .h1 {
    color: #121a1a;
    text-transform: none;
    line-height: 1.3; }
    @media screen and (min-width: 50.625em) {
      .banner .slide .columns h1, .banner .slide .columns .h1 {
        font-size: 2.25rem; } }
    @media screen and (min-width: 68.75em) {
      .banner .slide .columns h1, .banner .slide .columns .h1 {
        font-size: 3.125rem; } }
  .banner .slide .columns p {
    color: #121a1a;
    line-height: 1.5; }
    @media screen and (min-width: 50.625em) {
      .banner .slide .columns p {
        font-size: 1.25rem; } }
  .banner .slide .columns .button.fancy {
    border: 2px solid #121a1a;
    margin-bottom: 0;
    color: #ffffff; }
    .banner .slide .columns .button.fancy span {
      background-color: #121a1a; }

@media screen and (max-width: 68.6875em) {
  .banner .slick-arrow {
    display: none !important; } }

/* GRID LISTING
================================================================================ */
.grid-item {
  display: block;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 50.5625em) {
    .grid-item {
      padding-bottom: 55%;
      overflow: hidden; }
      .grid-item img {
        position: absolute;
        width: 100%;
        display: block;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
  .grid-item > span.bottom {
    position: absolute;
    font-size: 1.125rem;
    color: white;
    padding: 0.9375rem 0;
    line-height: 1.2;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: background-color 200ms ease-out;
    -o-transition: background-color 200ms ease-out;
    transition: background-color 200ms ease-out;
    background-color: rgba(0, 0, 0, 0.65);
    text-align: center; }
    @media screen and (min-width: 50.625em) {
      .grid-item > span.bottom {
        padding: 0.9375rem 0;
        font-size: 1.125rem; } }
    @media screen and (min-width: 68.75em) {
      .grid-item > span.bottom {
        padding: 1.25rem 0; } }
  .grid-item:hover span.bottom {
    background-color: rgba(210, 161, 67, 0.9); }
  .grid-item.full {
    padding-bottom: 200px; }
    @media screen and (min-width: 50.625em) {
      .grid-item.full {
        padding-bottom: 320px; } }
    @media screen and (min-width: 68.75em) {
      .grid-item.full {
        padding-bottom: 65%; } }
    .grid-item.full > span.full {
      display: block;
      background-color: #d2a143;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      color: white; }
      .grid-item.full > span.full .centre {
        text-align: center;
        position: absolute;
        display: block;
        width: calc(100% - 60px);
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        .grid-item.full > span.full .centre .title {
          display: block;
          margin-bottom: 1rem;
          font-size: 1.25rem;
          font-weight: 600; }
        .grid-item.full > span.full .centre .text {
          display: block;
          text-transform: none;
          font-weight: 300;
          font-size: 1rem;
          margin-bottom: 1rem; }
        .grid-item.full > span.full .centre .button {
          margin: 0 auto; }
    .grid-item.full:hover .button {
      background-color: white;
      color: #d2a143; }

@media screen and (min-width: 50.625em) and (max-width: 68.6875em) {
  [class*="medium-up-2"] .column:last-of-type:nth-child(odd), [class*="medium-up-2"] .columns:last-of-type:nth-child(odd) {
    margin-left: 25% !important; } }
	

/* NEW ACCOUNT SIGNUP FORM STYLING
================================================================================ */
.grid, #sortGenreCheckbox {
	display: unset;
}

#sortGenreCheckbox {
	/*display: -ms-grid;*/
	display: -webkit-grid;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	-ms-grid-columns: repeat(2, 1fr);
	-webkit-grid-columns: repeat(2, 1fr);
}

#divCheckEmailMatch, #divCheckPasswordMatch, #divCheckPassLength {
	margin-bottom: 1em;
}

@media screen and (min-width:768px) {
	.grid, #sortGenreCheckbox {
		display: -ms-grid;
		display: -webkit-grid;
		display: grid;
	}
	#newAccountSignUp, #loginForm, #forgotEmail {
		-ms-grid-columns: 15% 50%;
		-webkit-grid-columns: 15% 50%;
		grid-template-columns: 15% 50%;
		align-items: center;
	}
	
	#sortGenreCheckbox {
		-ms-grid-columns: auto auto auto;
		-webkit-grid-columns: repeat(3, 1fr);
		grid-template-columns: repeat(3, 1fr);
	}
	.signupLabel {
		-ms-grid-column: 1;
		grid-column: 1;
	}
	.signupInput {
		-ms-grid-column: 2;
		grid-column: 2;
	}
	.col1 {
		-ms-grid-column: 1;
		grid-columns: 1;
	}
	.col2 {
		-ms-grid-column: 2;
		grid-columns: 2;
	}
	.col3 {
		-ms-grid-column: 3;
		grid-columns: 3;
	}
	.col4 {
		-ms-grid-column: 4;
		grid-columns: 4;
	}
	.col5 {
		-ms-grid-column: 5;
		grid-columns: 5;
	}
	.col6 {
		-ms-grid-column: 6;
		grid-columns: 6;
	}
	.col7 {
		-ms-grid-column: 7;
		grid-columns: 7;
	}
	.row1 {
		-ms-grid-row: 1;
		grid-row: 1;
	}
	.row2 {
		-ms-grid-row: 2;
		grid-row: 2;
	}
	.row3 {
		-ms-grid-row: 3;
		grid-row: 3;
	}
	.row4 {
		-ms-grid-row: 4;
		grid-row: 4;
	}
	.row5 {
		-ms-grid-row: 5;
		grid-row: 5;
	}
	.row6 {
		-ms-grid-row: 6;
		grid-row: 6;
	}
	.row7 {
		-ms-grid-row: 7;
		grid-row: 7;
	}
	.row8 {
		-ms-grid-row: 8;
		grid-row: 8;
	}
	.row9 {
		-ms-grid-row: 9;
		grid-row: 9;
	}
	.row10 {
		-ms-grid-row: 10;
		grid-row: 10;
	}
	.row11 {
		-ms-grid-row: 11;
		grid-row: 11;
	}
	.row12 {
		-ms-grid-row: 12;
		grid-row: 12;
	}
	.row13 {
		-ms-grid-row: 13;
		grid-row: 13;
	}
	.row14 {
		-ms-grid-row: 14;
		grid-row: 14;
	}
	.row15 {
		-ms-grid-row: 15;
		grid-row: 15;
	}
}

/* MAIN CONTENT
================================================================================ */
.title_bar {
  background-position: center top;
  background-size: cover;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative; }
  @media screen and (min-width: 50.625em) {
    .title_bar {
      padding: 2.5rem 3.75rem; } }
  @media screen and (min-width: 68.75em) {
    .title_bar {
      padding: 3.75rem 5rem; } }
  .title_bar:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: rgba(18, 26, 26, 0.2); }
  .title_bar > * {
    color: #ffffff;
    position: relative;
    z-index: 3;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); }
  .title_bar h1, .title_bar .h1 {
    display: block; }
  .title_bar p:not[class^='h'] {
    font-size: 1.125rem; }
    @media screen and (min-width: 68.75em) {
      .title_bar p:not[class^='h'] {
        font-size: 1.5625rem; } }

.breadcrumbs a:hover, .breadcrumbs a:focus {
  color: #8d6822;
  text-decoration: none; }

.callout {
  border-width: 0;
  border-left-width: 5px; }

.mailing_list {
  background-color: #d2a143;
  background-position: center center;
  background-size: cover;
  color: #ffffff;
  overflow: hidden;
  padding: 1.875rem 0;
  margin-top: 1.25rem; }
  .mailing_list > p:last-child, .mailing_list .columns:last-child p:last-child {
    margin-bottom: 0; }
    .mailing_list > p:last-child > .button, .mailing_list .columns:last-child p:last-child > .button {
      margin-bottom: 0; }
  @media screen and (min-width: 50.625em) {
    .mailing_list {
      padding: 1.25rem 0;
      margin-top: 1.875rem; } }
  @media screen and (min-width: 68.75em) {
    .mailing_list {
      padding: 2.5rem 0; } }
  .mailing_list h2, .mailing_list .full_nav ul.is-dropdown-submenu .is-submenu-parent-item a, .full_nav ul.is-dropdown-submenu .is-submenu-parent-item .mailing_list a, .mailing_list .h2 {
    color: #ffffff; }
  .mailing_list .button {
    padding: 1rem 1.875rem 0.875rem; }

.svg_box {
  display: block;
  height: 100%;
  width: 100%; }

ul.docs {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 1rem; }
  ul.docs li {
    padding: 0;
    margin: 0; }
  ul.docs li a {
    display: inline-block; }

.featured {
  border: 5px solid #ffffff;
  margin-bottom: 1rem; }

img.float {
  border: 4px solid #ffffff;
  margin-bottom: 1rem;
  margin-top: -3.75rem; }

img.dummy {
  background: #222222;
  padding: 0.9375rem; }
  
/* PLACE BOOKING INFORMATION BELOW EVENTS DEATAILS FOR DISPLAY ON MOBILE DEVICES
=================================================================================*/
@media screen and (max-width: 68.75em) {
	.flex {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		flex-direction: column;
	}
	.mobTop {
		order: 1;
		left: 0 !important;
		width: 100%;
	}
	.mobBelow {
		order: 2;
		left: 0 !important;
		width: 100%;
	}
}

/* GALLERY
================================================================================ */
@media screen and (min-width: 50.625em) {
  .negative_column {
    margin-top: -7.5rem; } }

.gallery_trigger {
  display: block;
  margin: 0 auto;
  width: 75%;
  padding-bottom: 50%;
  position: relative;
  margin-bottom: 2rem;
  border: 5px solid #ffffff;
  -webkit-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out; }
  @media screen and (min-width: 50.625em) {
    .gallery_trigger {
      width: 100%;
      padding-bottom: 100%; } }
  .gallery_trigger a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    -webkit-transition: background-size 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: background-size 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: background-size 0.3s ease-in-out, opacity 0.3s ease-in-out; }
    .gallery_trigger a img {
      position: absolute;
      display: block;
      bottom: 1rem;
      right: 1rem; }
  .gallery_trigger:hover {
    border: 5px solid #d2a143; }

.gallery, .no-slider-gallery {
  max-height: 70vh;
  margin-top: -1rem; }
  @media screen and (max-width: 50.5625em) {
    .gallery, .no-slider-gallery {
      margin-top: 15vh; } }
  .gallery .image, .no-slider-gallery .image {
    max-height: 70vh;
    padding: 1rem 2.1875rem;
    position: relative; }
    .gallery .image img, .no-slider-gallery .image img {
      max-height: calc(70vh - (1rem*2));
      margin: 0 auto;
      display: block; }
    .gallery .image .gallery-caption, .no-slider-gallery .image .gallery-caption {
      position: absolute;
      bottom: 2rem;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      max-width: calc(100% - 60px);
      padding: 0.5rem 1rem;
      background-color: rgba(255, 255, 255, 0.85);
      z-index: 9999;
      font-size: 0.875rem; }
  .gallery.in_page, .no-slider-gallery.in_page {
    max-height: none;
    margin-top: 0; }
    .gallery.in_page .slick-slide, .no-slider-gallery.in_page .slick-slide {
      position: relative; }
      .gallery.in_page .slick-slide .caption, .no-slider-gallery.in_page .slick-slide .caption {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(18, 26, 26, 0.7);
        color: #ffffff;
        line-height: 1.25;
        padding: 0.625rem 0; }
      .gallery.in_page .slick-slide img, .no-slider-gallery.in_page .slick-slide img {
        height: auto;
        margin: 0 auto;
        display: block; }

.gallery_nav {
  max-height: 30vh;
  padding: 0 2.1875rem;
  margin-bottom: -1rem; }
  @media screen and (max-width: 50.5625em) {
    .gallery_nav {
      display: none; } }
  .gallery_nav .image {
    max-height: 30vh;
    background-color: #121a1a;
    margin: 1rem; }
    .gallery_nav .image img {
      opacity: 0.5 !important;
      -webkit-transition: opacity 300ms ease-in-out;
      -o-transition: opacity 300ms ease-in-out;
      transition: opacity 300ms ease-in-out; }
    .gallery_nav .image.slick-current img, .gallery_nav .image:hover img {
      opacity: 1 !important; }
    .gallery_nav .image img {
      max-height: calc(30vh - (1rem*2)); }

.gallery .slick-prev, .gallery .slick-next, .gallery_nav .slick-prev, .gallery_nav .slick-next {
  background-image: url(../img/style/white-chevron.png);
  background-size: 0.9375rem;
  display: block;
  width: 35px;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: 99999px;
  right: 0;
  z-index: 999;
  position: absolute;
  opacity: .5;
  -webkit-transition: background-position 300ms ease-in-out, opacity 300ms ease-in-out;
  -o-transition: background-position 300ms ease-in-out, opacity 300ms ease-in-out;
  transition: background-position 300ms ease-in-out, opacity 300ms ease-in-out; }
  .gallery .slick-prev:hover, .gallery .slick-next:hover, .gallery_nav .slick-prev:hover, .gallery_nav .slick-next:hover {
    background-position: center right;
    opacity: 5; }

.gallery .slick-prev, .gallery_nav .slick-prev {
  left: 0; }

.reveal.full {
  top: 0 !important; }

.close-button {
  z-index: 99999;
  -webkit-transition: color 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  transition: color 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out, transform 300ms ease-in-out;
  transition: color 300ms ease-in-out, transform 300ms ease-in-out;
  transition: color 300ms ease-in-out, transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out; }
  .close-button:hover {
    -webkit-transform: scale(1.5);
    /* Chrome and other webkit browsers */
    -moz-transform: scale(1.5);
    /* FF */
    -o-transform: scale(1.5);
    /* Opera */
    -ms-transform: scale(1.5);
    /* IE9 */
    transform: scale(1.5);
    /* W3C compliant browsers */ }

.thumbs {
  margin-top: 1rem;
  padding-bottom: 3.125rem;
  overflow: hidden; }
  .thumbs .slick-slide {
    background: #222222;
    padding: 0 0.9375rem; }
  .thumbs img {
    max-height: 160px;
    margin: 0 auto;
    display: block; }

/* QUOTE SLIDER
================================================================================ */
.quote_slider {
  background-image: url(../img/quote-bg.jpg);
  background-size: cover;
  background-position: center; }
  .quote_slider .slide {
    padding: 1.875rem 0 4.6875rem;
    text-align: center; }
    .quote_slider .slide blockquote {
      color: #ffffff;
      border: none;
      font-weight: 600;
      font-size: 1.5rem; }

@incude breakpoint(medium) {
  .quote_slider .slide blockquote {
    font-size: 1.875rem; } }
      .quote_slider .slide blockquote:before {
        content: '" '; }
      .quote_slider .slide blockquote:after {
        content: ' "'; }
    .quote_slider .slide cite {
      color: #ffffff;
      font-size: 1rem;
      font-style: normal; }
      .quote_slider .slide cite:before {
        display: none; }

/* SEARCH RESULTS
================================================================================ */
#cse {
  padding: 0;
  margin: 0;
  background: none; }
  #cse table {
    margin: 0;
    border-radius: 0;
    background: none transparent; }
    #cse table tbody {
      border: none;
      background: none transparent; }
      #cse table tbody td {
        padding: 0;
        margin: 0;
        width: auto; }
  #cse .gsc-control-cse {
    background: none;
    border: none;
    padding: 0;
    margin: 0; }
  #cse .gsc-result-info {
    padding: 0; }
  #cse .gsc-result {
    padding: 0 0 1rem 0;
    margin: 0 0 1rem 0;
    border: none;
    border-bottom: 2px solid #32302d; }
    #cse .gsc-result .gsc-thumbnail {
      display: none !important; }
      @media screen and (min-width: 50.625em) {
        #cse .gsc-result .gsc-thumbnail {
          width: 160px;
          display: table-cell !important; }
          #cse .gsc-result .gsc-thumbnail .gs-web-image-box {
            width: 160px;
            padding-right: 0.9375rem; }
            #cse .gsc-result .gsc-thumbnail .gs-web-image-box img {
              max-width: 145px; } }
    #cse .gsc-result .gs-title {
      height: auto;
      text-decoration: none; }
      #cse .gsc-result .gs-title a, #cse .gsc-result .gs-title a b {
        color: #d2a143;
        text-decoration: none; }
        #cse .gsc-result .gs-title a:hover, #cse .gsc-result .gs-title a:focus, #cse .gsc-result .gs-title a b:hover, #cse .gsc-result .gs-title a b:focus {
          color: #8d6822; }
          #cse .gsc-result .gs-title a:hover b, #cse .gsc-result .gs-title a:focus b, #cse .gsc-result .gs-title a b:hover b, #cse .gsc-result .gs-title a b:focus b {
            color: #8d6822; }
    #cse .gsc-result .gs-snippet {
      font-size: 1rem;
      line-height: 1.75;
      color: #ffffff; }
    #cse .gsc-result .gsc-url-bottom .gs-visibleUrl {
      color: #222222; }
  #cse .gsc-cursor-box {
    text-align: center;
    margin-left: 0;
    margin-bottom: 1rem;
    border: none; }
    #cse .gsc-cursor-box::before, #cse .gsc-cursor-box::after {
      content: ' ';
      display: table; }
    #cse .gsc-cursor-box::after {
      clear: both; }
    #cse .gsc-cursor-box .gsc-cursor-page {
      font-size: 0.875rem;
      margin-right: 0.0625rem;
      border-radius: 0;
      display: inline-block;
      color: #ffffff;
      padding: 0.1875rem 0.625rem;
      border-radius: 0;
      font-weight: normal;
      text-decoration: none;
      line-height: 1.75; }
      #cse .gsc-cursor-box .gsc-cursor-page:hover, #cse .gsc-cursor-box .gsc-cursor-page:focus {
        background: #32302d; }
      #cse .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
        padding: 0.1875rem 0.625rem;
        background: #d2a143;
        color: #ffffff;
        cursor: default;
        text-shadow: none; }

/* EVENTS
================================================================================ */
.filter {
  margin-top: -0.25rem; }
  @media screen and (min-width: 50.625em) {
    .filter {
      margin-top: -0.875rem; } }
  .filter input, .filter select, .filter form .fake_dropdown, form .filter .fake_dropdown, .filter .fake_dropdown, .filter p {
    font-size: 0.875rem !important; }
  .filter p {
    position: relative; }
    .filter p::after, .filter p::before {
      background-color: #32302d;
      content: "";
      height: 2px;
      overflow: hidden;
      position: absolute;
      top: calc(50% - 1px);
      width: 30%; }
      @media screen and (max-width: 68.6875em) {
        .filter p::after, .filter p::before {
          width: 45%; } }
    .filter p::before {
      left: 0; }
    .filter p::after {
      right: 0; }
    @media screen and (min-width: 50.625em) {
      .filter p {
        line-height: 3.125rem; } }
  .filter .input_box {
    border: 2px solid #32302d;
    background: #ffffff;
    margin-bottom: 1rem;
    overflow: hidden;
    position: relative;
    -webkit-transition: border-color 200ms ease-out, -webkit-box-shadow 200ms ease-out;
    transition: border-color 200ms ease-out, -webkit-box-shadow 200ms ease-out;
    -o-transition: box-shadow 200ms ease-out, border-color 200ms ease-out;
    transition: box-shadow 200ms ease-out, border-color 200ms ease-out;
    transition: box-shadow 200ms ease-out, border-color 200ms ease-out, -webkit-box-shadow 200ms ease-out; }
    .filter .input_box.focus {
      background: #ffffff;
      border-color: #222222;
      -webkit-box-shadow: 0 0 5px #32302d;
      box-shadow: 0 0 5px #32302d; }
    .filter .input_box.preset {
      border: 2px solid #222222; }
    .filter .input_box input, .filter .input_box button.icon {
      border: none;
      margin: 0;
      float: left;
      height: 46px;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .filter .input_box input {
      width: calc(100% - 48px);
      padding-right: 0;
      border-radius: 0; }
      @media screen and (min-width: 50.625em) and (max-width: 68.6875em) {
        .filter .input_box input {
          width: calc(100% - 38px); } }
    .filter .input_box button.icon {
      width: 48px;
      padding: 0.625rem 0;
      background: #ffffff; }
      @media screen and (min-width: 50.625em) and (max-width: 68.6875em) {
        .filter .input_box button.icon {
          width: 38px; } }
      .filter .input_box button.icon svg {
        display: block;
        height: 100%;
        width: 100%; }
        .filter .input_box button.icon svg * {
          fill: #d2a143;
          -webkit-transition: fill 200ms ease-out;
          -o-transition: fill 200ms ease-out;
          transition: fill 200ms ease-out; }
      .filter .input_box button.icon:hover svg *, .filter .input_box button.icon:focus svg * {
        fill: #8d6822; }
    .filter .input_box .clear {
      position: absolute;
      right: 48px;
      font-size: 2rem;
      line-height: 2.875rem; }

.options {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 500;
  left: 0;
  background: #32302d;
  padding-top: 1.25rem; }
  .options > p:last-child, .options .columns:last-child p:last-child {
    margin-bottom: 0; }
    .options > p:last-child > .button, .options .columns:last-child p:last-child > .button {
      margin-bottom: 0; }
  @media screen and (max-width: 50.5625em) {
    .options .columns {
      padding-bottom: 1.25rem; } }
  @media screen and (min-width: 50.625em) {
    .options {
      padding: 1.25rem 0; } }
  @media screen and (min-width: 68.75em) {
    .options {
      padding: 2.5rem 0; } }
  .options.active {
    overflow: visible !important; }
  .options .nub {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 12px;
    border-color: transparent transparent #32302d;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .options > .row {
    margin: 0 auto;
    overflow: hidden;
    opacity: 0; }
  .options hr {
    border-color: #222222; }
  .options .custom_check label, .options .custom_check .lbl, .options .custom_radio label, .options .custom_radio .lbl {
    border-color: #ffffff; }
  .options input {
    border-color: #222222; }
    .options input.focus {
      background: #ffffff;
      border-color: #222222;
      -webkit-box-shadow: 0 0 5px #32302d;
      box-shadow: 0 0 5px #32302d; }
    .options input:disabled {
      opacity: 0.5;
      background: #32302d; }
  .options h3 {
    float: left; }
  .options .reset {
    float: right;
    font-size: 0.875rem;
    line-height: 2.2; }
    .options .reset + div {
      clear: both; }

.event_block {
  background: #32302d;
  overflow: hidden; }
  .event_block .img {
    position: relative;
    width: 100%;
    overflow: hidden; }
    .event_block .img:before {
      content: "";
      display: block;
      padding-top: 62%; }
    .event_block .img img {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      min-width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .event_block .text {
    padding: 20px;
    position: relative;
    overflow: hidden; }
    .event_block .text h3 {
      color: #d2a143;
      font-size: 1rem;
      margin-bottom: 0; }
    .event_block .text div {
      overflow: hidden; }
    .event_block .text .ribbon {
      top: 25px;
      right: -65px; }
    @media screen and (min-width: 50.625em) {
      .event_block .text {
        padding: 30px; } }
    .event_block .text > p:last-child, .event_block .text .columns:last-child p:last-child {
      margin-bottom: 0; }
      .event_block .text > p:last-child > .button, .event_block .text .columns:last-child p:last-child > .button {
        margin-bottom: 0; }
  @media screen and (min-width: 68.75em) {
    .event_block .double {
      position: relative; }
      .event_block .double .column, .event_block .double .columns {
        height: 100%;
        overflow: hidden; }
      .event_block .double .img {
        height: 100%; }
        .event_block .double .img img {
          height: 100%;
          width: auto;
          max-width: none;
          top: auto;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          position: absolute; }
      .event_block .double .text {
        width: 100%;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }

.ribbon {
  display: block;
  position: absolute;
  top: 25px;
  right: -65px;
  /* Breaks in IE9
	transform: rotate(45deg) perspective(1px);*/
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  color: #ffffff;
  width: 180px;
  line-height: 1;
  padding: 0.5625rem 0;
  text-align: center;
  z-index: 2;
  font-size: 0.75rem; }
  .ribbon.sold {
    background-color: #8d6822; }
  .ribbon.limited {
    background-color: #d2a143; }

/* DATE PICKERS
================================================================================ */
.ui-widget-header table, .ui-widget-header table * {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  /*text-transform: uppercase !important;
		font-size: rem-calc(14) !important;*/ }

.ui-widget-header .ui-datepicker-prev, .ui-widget-header .month-picker-previous, .ui-widget-header .ui-datepicker-next, .ui-widget-header .month-picker-next {
  display: block;
  width: 60px;
  height: 30px;
  float: left;
  padding: 0;
  text-indent: -9999px; }
  .ui-widget-header .ui-datepicker-prev .ui-icon, .ui-widget-header .ui-datepicker-prev .ui-button, .ui-widget-header .month-picker-previous .ui-icon, .ui-widget-header .month-picker-previous .ui-button, .ui-widget-header .ui-datepicker-next .ui-icon, .ui-widget-header .ui-datepicker-next .ui-button, .ui-widget-header .month-picker-next .ui-icon, .ui-widget-header .month-picker-next .ui-button {
    display: block;
    height: 100%;
    width: 100%; }
  .ui-widget-header .ui-datepicker-prev .ui-icon, .ui-widget-header .month-picker-previous .ui-icon, .ui-widget-header .ui-datepicker-next .ui-icon, .ui-widget-header .month-picker-next .ui-icon {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 8px;
    border-color: transparent #d2a143 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    -webkit-transition: border-color 200ms ease-out;
    -o-transition: border-color 200ms ease-out;
    transition: border-color 200ms ease-out; }
  .ui-widget-header .ui-datepicker-prev:hover .ui-icon, .ui-widget-header .ui-datepicker-prevfocus .ui-icon, .ui-widget-header .month-picker-previous:hover .ui-icon, .ui-widget-header .month-picker-previousfocus .ui-icon, .ui-widget-header .ui-datepicker-next:hover .ui-icon, .ui-widget-header .ui-datepicker-nextfocus .ui-icon, .ui-widget-header .month-picker-next:hover .ui-icon, .ui-widget-header .month-picker-nextfocus .ui-icon {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 8px;
    border-color: transparent #8d6822 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .ui-widget-header .ui-datepicker-prev.ui-state-disabled, .ui-widget-header .ui-datepicker-prev .ui-button-disabled, .ui-widget-header .month-picker-previous.ui-state-disabled, .ui-widget-header .month-picker-previous .ui-button-disabled, .ui-widget-header .ui-datepicker-next.ui-state-disabled, .ui-widget-header .ui-datepicker-next .ui-button-disabled, .ui-widget-header .month-picker-next.ui-state-disabled, .ui-widget-header .month-picker-next .ui-button-disabled {
    cursor: not-allowed;
    opacity: 0; }
    .ui-widget-header .ui-datepicker-prev.ui-state-disabled .ui-icon, .ui-widget-header .ui-datepicker-prev .ui-button-disabled .ui-icon, .ui-widget-header .month-picker-previous.ui-state-disabled .ui-icon, .ui-widget-header .month-picker-previous .ui-button-disabled .ui-icon, .ui-widget-header .ui-datepicker-next.ui-state-disabled .ui-icon, .ui-widget-header .ui-datepicker-next .ui-button-disabled .ui-icon, .ui-widget-header .month-picker-next.ui-state-disabled .ui-icon, .ui-widget-header .month-picker-next .ui-button-disabled .ui-icon {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border: inset 8px;
      border-color: transparent #222222 transparent transparent;
      border-right-style: solid;
      border-left-width: 0; }
  .ui-widget-header .ui-datepicker-prev .ui-button-disabled, .ui-widget-header .month-picker-previous .ui-button-disabled, .ui-widget-header .ui-datepicker-next .ui-button-disabled, .ui-widget-header .month-picker-next .ui-button-disabled {
    display: none; }

.ui-widget-header .ui-datepicker-next, .ui-widget-header .month-picker-next {
  float: right; }
  .ui-widget-header .ui-datepicker-next .ui-icon, .ui-widget-header .month-picker-next .ui-icon {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 8px;
    border-color: transparent transparent transparent #d2a143;
    border-left-style: solid;
    border-right-width: 0;
    float: right; }
  .ui-widget-header .ui-datepicker-next:hover .ui-icon, .ui-widget-header .ui-datepicker-nextfocus .ui-icon, .ui-widget-header .month-picker-next:hover .ui-icon, .ui-widget-header .month-picker-nextfocus .ui-icon {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 8px;
    border-color: transparent transparent transparent #8d6822;
    border-left-style: solid;
    border-right-width: 0; }
  .ui-widget-header .ui-datepicker-next.ui-state-disabled .ui-icon, .ui-widget-header .ui-datepicker-next .ui-button-disabled .ui-icon, .ui-widget-header .month-picker-next.ui-state-disabled .ui-icon, .ui-widget-header .month-picker-next .ui-button-disabled .ui-icon {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 8px;
    border-color: transparent transparent transparent #222222;
    border-left-style: solid;
    border-right-width: 0; }

.ui-widget-header .ui-datepicker-title, .ui-widget-header .month-picker-title {
  width: calc(100% - 120px);
  float: left;
  text-align: center; }

.ui-datepicker-calendar td, .ui-datepicker-calendar th, .month-picker-month-table td, .month-picker-month-table th {
  margin: 0;
  padding: 0;
  border: none;
  text-align: center;
  min-height: 41px; }
  .ui-datepicker-calendar td .ui-state-default, .ui-datepicker-calendar th .ui-state-default, .month-picker-month-table td .ui-state-default, .month-picker-month-table th .ui-state-default {
    display: block;
    padding: 0.5rem 0.3125rem; }
  .ui-datepicker-calendar td a, .ui-datepicker-calendar th a, .month-picker-month-table td a, .month-picker-month-table th a {
    display: block;
    padding: 0.5rem 0.3125rem;
    -webkit-transition: background-color 200ms ease-out, color 200ms ease-out;
    -o-transition: background-color 200ms ease-out, color 200ms ease-out;
    transition: background-color 200ms ease-out, color 200ms ease-out; }
    .ui-datepicker-calendar td a.ui-button-disabled, .ui-datepicker-calendar th a.ui-button-disabled, .month-picker-month-table td a.ui-button-disabled, .month-picker-month-table th a.ui-button-disabled {
      color: #121a1a;
      cursor: not-allowed; }
    .ui-datepicker-calendar td a.ui-state-active:not(.ui-button-disabled), .ui-datepicker-calendar th a.ui-state-active:not(.ui-button-disabled), .month-picker-month-table td a.ui-state-active:not(.ui-button-disabled), .month-picker-month-table th a.ui-state-active:not(.ui-button-disabled) {
      background: #d2a143;
      color: #ffffff; }

.ui-datepicker-calendar th, .month-picker-month-table th {
  padding: 0.5rem 0.3125rem; }

.datepicker, .monthpicker {
  clear: both; }
  .datepicker.disabled, .monthpicker.disabled {
    opacity: 0.5; }

/* COMMONSPOT ELEMENTS
================================================================================ */
/* TABLES
================================================================================ */
table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #383838;
    background-color: #222222; }
  caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  thead {
    background: #2d2d2d;
    color: #ffffff; }
  tfoot {
    background: #383838;
    color: #ffffff; }
  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: #383838; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  @media screen and (max-width: 50.5625em) {
    table[style*="width"] {
      width: 100% !important; } }

/* FORMS
================================================================================ */
form span.required {
  display: block;
  float: left;
  font-size: 0.625rem;
  text-transform: uppercase;
  padding: 0 0.1875rem;
  background: #32302d;
  color: #121a1a; }

form label, form p.lbl {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.625rem 0; }
  form label.active, form p.lbl.active {
    color: #d2a143; }
  form label span.required, form p.lbl span.required {
    display: inline-block;
    float: none;
    margin-left: 5px;
    vertical-align: text-top;
    background-color: #d2a143;
    color: #ffffff; }

form [type=color], form [type=date], form [type=datetime-local], form [type=datetime], form [type=email], form [type=month], form [type=number], form [type=password], form [type=search], form [type=tel], form [type=text], form [type=time], form [type=url], form [type=week], form textarea, form select, form .fake_dropdown {
  padding: 0.8125rem;
  height: 3.125rem;
  line-height: 1.25rem;
  background-color: none; }
  form [type=color].error, form [type=date].error, form [type=datetime-local].error, form [type=datetime].error, form [type=email].error, form [type=month].error, form [type=number].error, form [type=password].error, form [type=search].error, form [type=tel].error, form [type=text].error, form [type=time].error, form [type=url].error, form [type=week].error, form textarea.error, form select.error, form .error.fake_dropdown {
    border-color: #ec5840;
    margin-bottom: 0;
    border-bottom-left-radius: 0px 0px;
    border-bottom-right-radius: 0px 0px; }
  form [type=color].preset, form [type=date].preset, form [type=datetime-local].preset, form [type=datetime].preset, form [type=email].preset, form [type=month].preset, form [type=number].preset, form [type=password].preset, form [type=search].preset, form [type=tel].preset, form [type=text].preset, form [type=time].preset, form [type=url].preset, form [type=week].preset, form textarea.preset, form select.preset, form .preset.fake_dropdown {
    border: 2px solid #222222; }

form select, form .fake_dropdown {
  background-position: center right;
  line-height: 1.25rem; }
  form select:focus, form .fake_dropdown:focus, form .fake_dropdown.active {
    background-color: #ffffff;
    border: 2px solid #222222;
    -webkit-box-shadow: 0 0 5px #32302d;
    box-shadow: 0 0 5px #32302d;
    -webkit-transition: border-color 200ms ease-out, -webkit-box-shadow 200ms ease-out;
    transition: border-color 200ms ease-out, -webkit-box-shadow 200ms ease-out;
    -o-transition: box-shadow 200ms ease-out, border-color 200ms ease-out;
    transition: box-shadow 200ms ease-out, border-color 200ms ease-out;
    transition: box-shadow 200ms ease-out, border-color 200ms ease-out, -webkit-box-shadow 200ms ease-out; }

form .fake_dropdown {
  display: block; }
  form .fake_dropdown.preset {
    border: 2px solid #222222; }

form ::-webkit-input-placeholder {
  color: #121a1a; }

form :-moz-placeholder {
  color: #121a1a; }

form ::-moz-placeholder {
  color: #121a1a; }

form :-ms-input-placeholder {
  color: #121a1a; }

form .callout.alert.field {
  padding: 0.3125rem 0.9375rem;
  margin-bottom: 0.9375rem;
  border: none; }

form .callout.alert.field, form .callout.alert.inline {
  border: 2px solid #ec5840;
  background-color: rgba(236, 88, 64, 0.5); }
  form .callout.alert.field ul, form .callout.alert.inline ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    form .callout.alert.field ul li, form .callout.alert.inline ul li {
      padding: 0;
      margin: 0; }

form .callout.alert.field {
  border-top: none; }

form .callout.alert.inline {
  padding: 0.3125rem 0.9375rem; }

form button, form .button {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

form .custom_check [type=checkbox], form .custom_check [type=radio], form .custom_radio [type=checkbox], form .custom_radio [type=radio] {
  opacity: 0;
  position: absolute;
  z-index: -1; }

form .custom_check label, form .custom_check .lbl, form .custom_radio label, form .custom_radio .lbl {
  position: relative;
  border: 2px solid #ffffff;
  color: #ffffff;
  min-height: 3.125rem;
  display: block;
  line-height: 1.25rem;
  padding: 0.8125rem;
  margin: 0 0 1rem 0;
  text-align: center;
  -webkit-transition: background 200ms ease-out, border-color 200ms ease-out, color 200ms ease-out;
  -o-transition: background 200ms ease-out, border-color 200ms ease-out, color 200ms ease-out;
  transition: background 200ms ease-out, border-color 200ms ease-out, color 200ms ease-out; }
  form .custom_check label:hover, form .custom_check label:focus, form .custom_check .lbl:hover, form .custom_check .lbl:focus, form .custom_radio label:hover, form .custom_radio label:focus, form .custom_radio .lbl:hover, form .custom_radio .lbl:focus {
    border-color: #d2a143;
    color: #d2a143;
    background-color: transparent; }

form .custom_check [type=checkbox]:checked + label, form .custom_check [type=checkbox]:checked:focus + label, form .custom_radio [type=checkbox]:checked + label, form .custom_radio [type=checkbox]:checked:focus + label {
  background-color: #d2a143;
  border-color: #d2a143;
  color: #ffffff; }

form .custom_check [type=checkbox]:focus + label, form .custom_radio [type=checkbox]:focus + label {
  border-color: #d2a143;
  color: #d2a143;
  background-color: transparent; }

[data-whatinput='keyboard'] form .custom_check [type=checkbox]:focus + label, [data-whatinput='keyboard'] form .custom_radio [type=checkbox]:focus + label {
  -webkit-box-shadow: 0 0 5px #222222;
  box-shadow: 0 0 5px #222222; }

form.CS_Form .CS_FormFieldContainer::before, form.CS_Form .CS_FormFieldContainer::after {
  content: ' ';
  display: table; }

form.CS_Form .CS_FormFieldContainer::after {
  clear: both; }

form.CS_Form .CS_FormFieldLabelContainer {
  width: 100% !important;
  display: block;
  float: left;
  vertical-align: top;
  margin: 0; }
  @media screen and (min-width: 50.625em) {
    form.CS_Form .CS_FormFieldLabelContainer {
      width: 33.3333% !important; } }

form.CS_Form .CS_FormFieldControlContainer {
  width: 100% !important;
  display: block;
  float: left;
  margin: 0; }
  @media screen and (min-width: 50.625em) {
    form.CS_Form .CS_FormFieldControlContainer {
      width: 66.6667% !important; } }
  form.CS_Form .CS_FormFieldControlContainer [type=checkbox] {
    margin-top: 0.75rem; }

form.CS_Form .CS_InputType_checkbox .CS_FormFieldLabelContainer {
  float: right;
  width: calc(100% - 30px) !important; }

form.CS_Form .CS_InputType_checkbox .CS_FormFieldControlContainer {
  float: left;
  width: 30px !important; }

form.CS_Form label {
  text-align: left; }
  form.CS_Form label .CS_RequiredIndicator {
    font-style: normal; }

form.CS_Form select, form.CS_Form .fake_dropdown {
  min-width: calc(100% + 20px); }

form.CS_Form .CS_Form_Description {
  margin-top: -0.625rem; }

form.CS_Form a[id*='calAnc'] {
  width: 50px;
  text-align: center;
  background: #32302d;
  line-height: 50px;
  float: left;
  margin-right: 1rem; }
  form.CS_Form a[id*='calAnc']:hover, form.CS_Form a[id*='calAnc']:focus {
    background: #222222; }

/* Calendar Pop-up */
.calendar table {
  font-size: 0.875rem !important; }
  .calendar table * {
    padding: 0 !important; }
  .calendar table td {
    font-size: 100%;
    line-height: 30px;
    min-width: 40px;
    padding: 0;
    text-align: center !important;
    cursor: pointer;
    border-width: 1px !important;
    width: 1.875rem;
    color: #ffffff; }
    .calendar table td.button {
      display: table-cell;
      padding: 0;
      border-color: #000 !important; }
      .calendar table td.button:after, .calendar table td.button:before {
        content: none;
        display: none; }
      .calendar table td.button.hilite {
        background-color: #d2a143; }
    .calendar table td.day.hilite {
      background-color: #d2a143;
      color: #ffffff;
      border: none; }
    .calendar table td.name {
      color: #121a1a; }
    .calendar table td.weekend {
      color: #d2a143 !important; }

/* BUTTONS
================================================================================ */
.button, form [type=button] {
  -webkit-transition: color 200ms ease-out, background 200ms ease-out, border-color 200ms ease-out;
  -o-transition: color 200ms ease-out, background 200ms ease-out, border-color 200ms ease-out;
  transition: color 200ms ease-out, background 200ms ease-out, border-color 200ms ease-out;
  border: none;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  position: relative;
  border: 2px solid #d2a143;
  font-weight: normal; }
  .button > p:last-child, .button .columns:last-child p:last-child, form [type=button] > p:last-child, form [type=button] .columns:last-child p:last-child {
    margin-bottom: 0; }
    .button > p:last-child > .button, .button .columns:last-child p:last-child > .button, form [type=button] > p:last-child > .button, form [type=button] .columns:last-child p:last-child > .button {
      margin-bottom: 0; }
  @media screen and (min-width: 50.625em) {
    .button, form [type=button] {
      padding: 1rem 0.9375rem 0.875rem;
      font-size: 1rem; } }
  .button:hover, .button:focus, form [type=button]:hover, form [type=button]:focus {
    color: #ffffff; }
  .button span, form [type=button] span {
    z-index: 2;
    position: relative; }
  .button.secondary, form [type=button].secondary {
    background-color: transparent;
    color: #d2a143;
    border: 2px solid #d2a143; }
    .button.secondary:hover, form [type=button].secondary:hover {
      border-color: #8d6822;
      background-color: #8d6822;
      color: #ffffff; }
  .button.inverted, form [type=button].inverted {
    border: 2px solid #d2a143;
    background: none;
    background-color: #d2a143;
    color: #ffffff; }
    .button.inverted:hover, .button.inverted:focus, form [type=button].inverted:hover, form [type=button].inverted:focus {
      border-color: #8d6822;
      background-color: #8d6822;
      color: #ffffff; }
    .button.inverted:before, .button.inverted:after, form [type=button].inverted:before, form [type=button].inverted:after {
      display: none; }
  .button.white, form [type=button].white {
    border: 2px solid #ffffff;
    background: none;
    color: #ffffff; }
    .button.white:hover, .button.white:focus, form [type=button].white:hover, form [type=button].white:focus {
      background-color: #ffffff;
      color: #d2a143; }
    .button.white:before, .button.white:after, form [type=button].white:before, form [type=button].white:after {
      display: none; }
  .button.solid, form [type=button].solid {
    border: 2px solid #19a8a9;
    background: #19a8a9;
    color: #ffffff; }
    .button.solid:hover, .button.solid:focus, form [type=button].solid:hover, form [type=button].solid:focus {
      background-color: #d2a143;
      border-color: #d2a143; }
    .button.solid:before, .button.solid:after, form [type=button].solid:before, form [type=button].solid:after {
      display: none; }
  .button.fancy, form [type=button].fancy {
    padding: 0.3125rem;
    background-color: transparent;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .button.fancy span, form [type=button].fancy span {
      display: block;
      background-color: #d2a143;
      padding: 1.125rem 3.125rem;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
    .button.fancy:hover, form [type=button].fancy:hover {
      text-shadow: none;
      padding: 0; }
      .button.fancy:hover span, form [type=button].fancy:hover span {
        padding: 1.4375rem 3.4375rem; }

form [type=button] {
  max-width: 300px;
  margin-bottom: 1rem;
  border: none;
  background-color: #d2a143;
  color: #ffffff; }
  form [type=button]::before, form [type=button]::after {
    display: none; }
  form [type=button]:hover, form [type=button]:focus {
    background-color: #8d6822; }

/* FEATURED BAR
================================================================================ */
.featured_strip {
  padding: 2.1875rem;
  background-size: cover;
  background-position: center; }
  @media screen and (min-width: 68.75em) {
    .featured_strip {
      padding: 4.375rem; } }
  .featured_strip h2, .featured_strip .full_nav ul.is-dropdown-submenu .is-submenu-parent-item a, .full_nav ul.is-dropdown-submenu .is-submenu-parent-item .featured_strip a, .featured_strip p {
    color: #ffffff;
    text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 3px; }
    @media screen and (min-width: 50.625em) {
      .featured_strip h2, .featured_strip .full_nav ul.is-dropdown-submenu .is-submenu-parent-item a, .full_nav ul.is-dropdown-submenu .is-submenu-parent-item .featured_strip a, .featured_strip p {
        font-size: 2.25rem; } }
  @media screen and (min-width: 50.625em) {
    .featured_strip p {
      font-size: 1.5rem; } }
  .featured_strip .button {
    margin-bottom: 0;
    text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 3px; }
    .featured_strip .button:hover {
      text-shadow: none; }

/* PARK FACILITIES
================================================================================ */
.park-facilities {
  background-color: #f8f8f8; }
  .park-facilities .facility {
    text-align: center;
    padding: 6.25rem 0; }
    .park-facilities .facility img {
      margin: 0 auto 1.25rem; }
    .park-facilities .facility p {
      color: #8d6822;
      font-weight: 600; }

/* SOCIAL
================================================================================ */
.social {
  background: #121a1a;
  overflow: hidden;
  padding: 0.625rem 0; }
  @media screen and (min-width: 50.625em) {
    .social {
      padding: 1.25rem 0; } }
  @media screen and (min-width: 68.75em) {
    .social {
      padding: 2.5rem 0; } }
  .social ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .social ul li {
      padding: 0;
      margin: 0; }
    @media screen and (max-width: 50.5625em) {
      .social ul {
        margin-top: 1.5rem; } }
    .social ul li {
      display: inline-block;
      padding: 0 0.3125rem; }
      @media screen and (min-width: 50.625em) {
        .social ul li {
          padding: 0 0.9375rem; } }
      @media screen and (min-width: 68.75em) {
        .social ul li {
          padding: 0 1.25rem; } }
      .social ul li a {
        border-radius: 50%;
        height: 50px;
        width: 50px;
        display: block;
        text-indent: -9999px;
        overflow: hidden;
        -webkit-transition: color 200ms ease-out, background 200ms ease-out;
        -o-transition: color 200ms ease-out, background 200ms ease-out;
        transition: color 200ms ease-out, background 200ms ease-out; }
        @media screen and (min-width: 50.625em) {
          .social ul li a {
            height: 80px;
            width: 80px;
            padding: 0.625rem; } }
        @media screen and (min-width: 68.75em) {
          .social ul li a {
            height: 70px;
            width: 70px; } }
        .social ul li a.twitter {
          background-color: #28a9e0; }
          .social ul li a.twitter:hover svg *, .social ul li a.twitter:focus svg * {
            fill: #28a9e0; }
        .social ul li a.facebook {
          background-color: #3a589e; }
          .social ul li a.facebook:hover svg *, .social ul li a.facebook:focus svg * {
            fill: #3a589e; }
        .social ul li a.youtube {
          background-color: #a6322a; }
          .social ul li a.youtube:hover svg *, .social ul li a.youtube:focus svg * {
            fill: #a6322a; }
        .social ul li a.tripadvisor {
          background-color: #539243; }
          .social ul li a.tripadvisor:hover svg *, .social ul li a.tripadvisor:focus svg * {
            fill: #539243; }
        .social ul li a.instagram {
          background: #d9317a;
          background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), -webkit-gradient(linear, left top, left bottom, from(#6559ca), color-stop(30%, #bc318f), color-stop(50%, #e33f5f), color-stop(70%, #f77638), to(#fec66d));
          background: -webkit-radial-gradient(35% 90%, circle farthest-corner, #fec564, transparent 50%), -webkit-radial-gradient(0 140%, circle farthest-corner, #fec564, transparent 50%), -webkit-radial-gradient(0 -25%, ellipse farthest-corner, #5258cf, transparent 50%), -webkit-radial-gradient(20% -50%, ellipse farthest-corner, #5258cf, transparent 50%), -webkit-radial-gradient(100% 0, ellipse farthest-corner, #893dc2, transparent 50%), -webkit-radial-gradient(60% -20%, ellipse farthest-corner, #893dc2, transparent 50%), -webkit-radial-gradient(100% 100%, ellipse farthest-corner, #d9317a, transparent), -webkit-linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
          background: -o-radial-gradient(35% 90%, circle farthest-corner, #fec564, transparent 50%), -o-radial-gradient(0 140%, circle farthest-corner, #fec564, transparent 50%), -o-radial-gradient(0 -25%, ellipse farthest-corner, #5258cf, transparent 50%), -o-radial-gradient(20% -50%, ellipse farthest-corner, #5258cf, transparent 50%), -o-radial-gradient(100% 0, ellipse farthest-corner, #893dc2, transparent 50%), -o-radial-gradient(60% -20%, ellipse farthest-corner, #893dc2, transparent 50%), -o-radial-gradient(100% 100%, ellipse farthest-corner, #d9317a, transparent), -o-linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
          background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
          .social ul li a.instagram:hover, .social ul li a.instagram:focus {
            background: #ffffff; }
            .social ul li a.instagram:hover svg *, .social ul li a.instagram:focus svg * {
              fill: #ae34b1; }
        .social ul li a:hover, .social ul li a:focus {
          background-color: #ffffff; }
        .social ul li a svg {
          display: block;
          height: 100%;
          width: 100%; }
          .social ul li a svg * {
            fill: #ffffff;
            -webkit-transition: fill 200ms ease-out;
            -o-transition: fill 200ms ease-out;
            transition: fill 200ms ease-out; }
  .social hr {
    opacity: .2; }
	
/* COOKIE BAR NOTICE
============================================= */
#cookie-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(210, 161, 67, 0.95);
  padding: 1.3125rem 1.25rem 0.3125rem 1.25rem;
  z-index: 20; }
  #cookie-bar h2, #cookie-bar p, #cookie-bar .p {
    color: #000000; }
  #cookie-bar .close-button {
    color: #000000; }
    #cookie-bar .close-button:hover, #cookie-bar .close-button:focus {
      color: #613467; }
  #cookie-bar a.button {
	  background-color: #121a1a !important;
  }

/* FOOTER
================================================================================ */
#footer {
  background: #121a1a;
  overflow: hidden;
  padding: 0.625rem 0; }
  #footer > p:last-child, #footer .columns:last-child p:last-child {
    margin-bottom: 0; }
    #footer > p:last-child > .button, #footer .columns:last-child p:last-child > .button {
      margin-bottom: 0; }
  @media screen and (min-width: 50.625em) {
    #footer {
      padding: 1.25rem 0; } }
  @media screen and (min-width: 68.75em) {
    #footer {
      padding: 2.5rem 0; } }
  #footer a {
    color: #ffffff; }
    #footer a:hover, #footer a:focus {
      color: #8d6822; }
    #footer a.button:hover {
      color: #ffffff; }
  #footer p {
    font-size: 0.875rem; }
    @media screen and (min-width: 50.625em) {
      #footer p {
        font-size: 1rem; } }
    #footer p.box_office {
      font-size: 1rem;
      font-weight: bold; }
      @media screen and (min-width: 50.625em) {
        #footer p.box_office {
          font-size: 1.125rem; } }
      @media screen and (min-width: 68.75em) {
        #footer p.box_office {
          line-height: 3.125rem; } }
    #footer p img {
      max-height: 70px;
      margin: 0 auto 0.625rem auto;
      display: block; }
      @media screen and (min-width: 50.625em) {
        #footer p img {
          margin-right: 30px; } }

/* COMMONSPOT
================================ */
.cs_GhostText, .cs_add_anchor, .cs_containerText {
  color: #ffffff !important; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .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; }

.slick-dots {
  position: absolute;
  bottom: 1.25rem;
  margin: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .slick-dots li {
    display: inline-block;
    border: 2px solid #ffffff;
    margin: 0 10px;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    font-size: 0;
    opacity: 0.75;
    cursor: pointer;
    -webkit-transition: opacity 200ms ease-out, background-color 200ms ease-out;
    -o-transition: opacity 200ms ease-out, background-color 200ms ease-out;
    transition: opacity 200ms ease-out, background-color 200ms ease-out; }
    .slick-dots li:hover {
      background-color: #ffffff; }
    .slick-dots li.slick-active {
      opacity: 1;
      background-color: #ffffff; }
  .thumbs .slick-dots {
    position: relative;
    max-width: 50rem;
    bottom: auto; }

.slick-arrow {
  z-index: 99;
  width: 45px;
  height: 45px;
  border: 2px solid #ffffff;
  overflow: hidden;
  text-indent: -99999999px;
  position: relative;
  opacity: 0.5;
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .slick-arrow:hover {
    opacity: 1; }
  .slick-arrow:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-25%, -50%) rotate(45deg);
    -ms-transform: translate(-25%, -50%) rotate(45deg);
    transform: translate(-25%, -50%) rotate(45deg); }
  .slick-arrow.slick-prev {
    left: 20px; }
  .slick-arrow.slick-next {
    right: 20px; }
    .slick-arrow.slick-next:before {
      border-bottom: none;
      border-left: none;
      border-top: 2px solid #ffffff;
      border-right: 2px solid #ffffff;
      -webkit-transform: translate(-75%, -50%) rotate(45deg);
      -ms-transform: translate(-75%, -50%) rotate(45deg);
      transform: translate(-75%, -50%) rotate(45deg); }
  .slick-arrow:hover:before {
    border-color: #d2a143; }

.park-facilities .slick-list.draggable {
  padding: 0 !important;
  border-left: 50px #f8f8f8 solid;
  border-right: 50px #f8f8f8 solid; }

/* FINAL EVENT PAGE
======================================== */
.details .svg_box {
  display: block;
  float: left;
  vertical-align: top;
  height: 40px;
  width: 20px;
  padding: 0.625rem 0; }
  @media screen and (min-width: 50.625em) {
    .details .svg_box {
      height: 50px;
      width: 30px; } }
  .details .svg_box svg {
    display: block;
    height: 100%;
    width: 100%; }
    .details .svg_box svg * {
      fill: #d2a143; }
  .details .svg_box + p {
    display: block;
    vertical-align: top;
    padding-left: 0.625rem;
    padding: 0.3125rem 0 0.3125rem 0.625rem;
    width: calc(100% - 20px);
    float: left; }
    @media screen and (min-width: 50.625em) {
      .details .svg_box + p {
        padding: 0.625rem 0 0.625rem 0.625rem;
        width: calc(100% - 30px); } }
    @media screen and (min-width: 68.75em) {
      .details .svg_box + p {
        font-size: 1.125rem !important;
        margin-bottom: 10px; } }

.event_header {
  position: relative;
  z-index: 2;
  background: #121a1a; }
  .event_header:after {
    content: '';
    display: block;
    clear: both; }
  .event_header .text {
    padding: 0.9375rem 1.25rem;
    color: #ffffff; }
    @media screen and (min-width: 50.625em) {
      .event_header .text {
        top: 0;
        bottom: 0;
        left: 0;
        position: absolute; } }
    @media screen and (min-width: 68.75em) {
      .event_header .text {
        padding: 1.5625rem 1.875rem; } }
    @media screen and (min-width: 92.5em) {
      .event_header .text {
        padding: 2.5rem 3.125rem; } }
    .event_header .text h1, .event_header .text p, .event_header .text .details {
      position: relative;
      z-index: 5; }
    .event_header .text h1 {
      line-height: 1;
      border-bottom: 2px solid #ffffff;
      padding-bottom: 0.75rem; }
      @media screen and (min-width: 50.625em) {
        .event_header .text h1 {
          margin-bottom: 0.75rem; } }
      @media screen and (min-width: 75em) {
        .event_header .text h1 {
          padding-bottom: 1rem; } }
    @media screen and (min-width: 92.5em) {
      .event_header .text p {
        font-size: 1.375rem; } }
  @media screen and (max-width: 50.5625em) {
    .event_header .img img {
      min-width: 100% !important; } }
  @media screen and (min-width: 50.625em) {
    .event_header .img {
      float: right;
      height: 300px; } }
  @media screen and (min-width: 50.625em) and (min-width: 68.75em) {
    .event_header .img {
      height: 370px; } }
  @media screen and (min-width: 50.625em) and (min-width: 92.5em) {
    .event_header .img {
      height: 450px; } }
  @media screen and (min-width: 50.625em) {
      .event_header .img img {
        height: 100%;
        max-width: none; } }

.event_header_bg {
  margin-bottom: 4rem;
  background: #121a1a; }
  @media screen and (min-width: 68.75em) {
    .event_header_bg {
      margin-top: 1.875rem; } }
  .event_header_bg > .row {
    position: relative; }
    .event_header_bg > .row:after {
      content: '';
      width: calc(100% + 30px);
      display: block;
      position: absolute;
      bottom: -5px;
      height: 2px;
      -webkit-box-shadow: 0 0 15px black;
      box-shadow: 0 0 15px black;
      background: rgba(0, 0, 0, 0.2);
      left: -15px; }

.sidebar {
  padding: 1rem; }
  .sidebar h2, .sidebar .full_nav ul.is-dropdown-submenu .is-submenu-parent-item a, .full_nav ul.is-dropdown-submenu .is-submenu-parent-item .sidebar a {
    text-transform: uppercase;
    padding: 0.75rem 1rem;
    margin: -1rem -1rem 1rem -1rem; }
  .sidebar hr {
    margin-left: -1rem;
    margin-right: -1rem; }

@media screen and (min-width: 50.625em) {
  .video_text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); } }

/* SOCIAL
================================================================================ */
.social {
  background: #2e2e2e;
  color: #ffffff;
  overflow: hidden;
  padding: 0.625rem 0; }
  @media screen and (min-width: 50.625em) {
    .social {
      padding: 1.25rem 0; } }
  @media screen and (min-width: 68.75em) {
    .social {
      padding: 2.5rem 0; } }
  .social ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 1.5rem; }
    .social ul li {
      padding: 0;
      margin: 0; }
    .social ul li {
      display: inline-block;
      padding: 0 0.3125rem; }
      @media screen and (min-width: 50.625em) {
        .social ul li {
          padding: 0 0.9375rem; } }
      @media screen and (min-width: 68.75em) {
        .social ul li {
          padding: 0 2.5rem; } }

.social a, .social_icon a {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: block;
  text-indent: -9999px;
  overflow: hidden; }
  @media screen and (min-width: 50.625em) {
    .social a, .social_icon a {
      height: 80px;
      width: 80px;
      padding: 0.625rem; } }
  @media screen and (min-width: 68.75em) {
    .social a, .social_icon a {
      height: 100px;
      width: 100px; } }
  .social a:hover, .social a:focus, .social_icon a:hover, .social_icon a:focus {
    background-color: #ffffff; }
  .social a svg, .social_icon a svg {
    display: block;
    height: 100%;
    width: 100%; }

.twitter {
  background-color: #28a9e0; }
  .twitter svg * {
    fill: #ffffff; }
  .twitter:hover, .twitter:focus, a:hover .twitter, a:focus .twitter {
    background-color: #ffffff;
    color: #28a9e0; }
    .twitter:hover svg *, .twitter:focus svg *, a:hover .twitter svg *, a:focus .twitter svg * {
      fill: #28a9e0; }

.facebook {
  background-color: #3a589e; }
  .facebook svg * {
    fill: #ffffff; }
  .facebook:hover, .facebook:focus, a:hover .facebook, a:focus .facebook {
    background-color: #ffffff;
    color: #3a589e; }
    .facebook:hover svg *, .facebook:focus svg *, a:hover .facebook svg *, a:focus .facebook svg * {
      fill: #3a589e; }

.youtube {
  background-color: #a6322a; }
  .youtube svg * {
    fill: #ffffff; }
  .youtube:hover, .youtube:focus, a:hover .youtube, a:focus .youtube {
    background-color: #ffffff;
    color: #a6322a; }
    .youtube:hover svg *, .youtube:focus svg *, a:hover .youtube svg *, a:focus .youtube svg * {
      fill: #a6322a; }

.tripadvisor {
  background-color: #539243; }
  .tripadvisor svg * {
    fill: #ffffff; }
  .tripadvisor:hover, .tripadvisor:focus, a:hover .tripadvisor, a:focus .tripadvisor {
    background-color: #ffffff;
    color: #539243; }
    .tripadvisor:hover svg *, .tripadvisor:focus svg *, a:hover .tripadvisor svg *, a:focus .tripadvisor svg * {
      fill: #539243; }

.share, .social_links {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 0;
  margin-bottom: 1rem; }
  .share li, .social_links li {
    padding: 0;
    margin: 0; }
  .share li, .social_links li {
    display: inline-block; }
    .share li:not(:last-child), .social_links li:not(:last-child) {
      padding-right: 1rem; }
  .share a, .social_links a {
    display: inline-block;
    color: #ffffff;
    min-height: 40px;
    overflow: hidden;
    -webkit-transition: background-color 200ms ease-out, color 200ms ease-out;
    -o-transition: background-color 200ms ease-out, color 200ms ease-out;
    transition: background-color 200ms ease-out, color 200ms ease-out; }
    @media screen and (min-width: 50.625em) {
      .share a, .social_links a {
        font-size: 1.125rem; } }
    .share a > span, .social_links a > span {
      display: block;
      float: left; }
      .share a > span.svg_box, .social_links a > span.svg_box {
        width: 40px;
        height: 40px; }
      .share a > span.text, .social_links a > span.text {
        line-height: 20px;
        width: calc(100% - 40px);
        padding: 0.625rem;
        border-left: 1px solid rgba(255, 255, 255, 0.3);
        -webkit-transition: border-color 200ms ease-out;
        -o-transition: border-color 200ms ease-out;
        transition: border-color 200ms ease-out; }
    .share a:hover span.text, .share a:focus span.text, .social_links a:hover span.text, .social_links a:focus span.text {
      border-color: #edecec; }
  .sidebar .share a:hover, .sidebar .share a:focus, .sidebar .social_links a:hover, .sidebar .social_links a:focus {
    background-color: #edecec; }
    .sidebar .share a:hover span.text, .sidebar .share a:focus span.text, .sidebar .social_links a:hover span.text, .sidebar .social_links a:focus span.text {
      background: #edecec;
      border-color: #ffffff; }

.bar {
  padding: 30px 30px 15px 30px;
  margin-bottom: 30px; }
  .bar.medium_gray {
    background: #373737; }

/*# sourceMappingURL=app.css.map */

/*Mosyes Hall Services form layout */
#tableWrapper {
  display: table;
}
.tableCellLabel {
  width: 20%;
  padding-left: 1em;
}
.tableCellCheckbox {
	width: 25%;
	padding-left: 0.5em;
}
.tableCell {
  display: table-cell;
}
.tableRow {
	display: table-row;
}
#checkBoxes label:first-child  {
	padding-right: 0.5em;
}
#checkBoxes label  {
	display: table-row-group !important;
}
.tableCell input, .tableCell textarea {
	width: 64% !important;
}

input[name=pass]{ 
  position:absolute;
  left:-2000px;
}