@charset "UTF-8";
/*
  Foundation for Sites components:
  Import the building blocks you need for your project.
  Reducing the number of imported components will optimize page speed.
  ---------------------------------------------------------------------
  The Foundation framework is built by Zurb
  Licensed under MIT Open Source
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
#wpadminbar {
  position: fixed !important; }

body.admin-bar.f-topbar-fixed .sticky.fixed {
  margin-top: 2.10526rem; }

.wp-caption > figcaption {
  max-width: 100%;
  font-size: 0.8rem;
  color: #999;
  padding: 0.25rem 0; }

p.wp-caption-text {
  font-size: 90%;
  color: #666;
  padding: 0.65789rem 0; }

.alignleft {
  float: left;
  padding-right: 1rem;
  margin: 0; }

.alignright {
  float: right;
  padding-left: 1rem;
  margin: 0; }

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

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

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

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

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

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

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

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

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px; }

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  -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,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

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

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

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: 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=40em&large=61.25em&xlarge=61.25em&xxlarge=61.25em"; }

html {
  font-size: 95%;
  -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: 300;
  line-height: 1.5;
  color: #37373e;
  background: #fff9e6; }

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

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

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

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

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

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

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

.row {
  max-width: 64.47368rem;
  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: -1.15132rem;
    margin-right: -1.15132rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -0.98684rem;
        margin-right: -0.98684rem; } }
    .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: 1.15132rem;
  padding-right: 1.15132rem; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

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

.small-1 {
  width: 8.33333%; }

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

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

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

.small-2 {
  width: 16.66667%; }

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

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

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

.small-3 {
  width: 25%; }

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

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

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

.small-4 {
  width: 33.33333%; }

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

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

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

.small-5 {
  width: 41.66667%; }

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

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

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

.small-6 {
  width: 50%; }

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

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

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

.small-7 {
  width: 58.33333%; }

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

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

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

.small-8 {
  width: 66.66667%; }

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

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

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

.small-9 {
  width: 75%; }

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

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

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

.small-10 {
  width: 83.33333%; }

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

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

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

.small-11 {
  width: 91.66667%; }

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

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

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

.small-12 {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

.small-collapse .row {
  margin-left: 0;
  margin-right: 0; }

.expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0; }

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

.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: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.98684rem;
    padding-right: 0.98684rem; }
  .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: 61.25em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.98684rem;
    padding-right: 0.98684rem; }
  .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,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #791f40;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: inherit;
  line-height: inherit; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #791f40;
    line-height: 0; }

h1 {
  font-size: 1.57895rem; }

h2 {
  font-size: 1.31579rem; }

h3 {
  font-size: 1.25rem; }

h4 {
  font-size: 1.18421rem; }

h5 {
  font-size: 1.11842rem; }

h6 {
  font-size: 1.05263rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 2.69737rem; }
  h2 {
    font-size: 2.23684rem; }
  h3 {
    font-size: 2.23684rem; }
  h4 {
    font-size: 1.64474rem; }
  h5 {
    font-size: 1.31579rem; }
  h6 {
    font-size: 1.05263rem; } }

a {
  color: #791f40;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #f47920; }
  a img {
    border: 0; }

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

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

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

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

blockquote {
  margin: 0 0 1rem;
  padding: 0.59211rem 1.31579rem 0 1.25rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #37363e; }

cite {
  display: block;
  font-size: 0.85526rem;
  color: #37363e; }
  cite:before {
    content: '\2014 \0020'; }

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

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 300;
  color: #37373e;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.13158rem 0.32895rem 0.06579rem; }

kbd {
  padding: 0.13158rem 0.26316rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #37373e;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 300;
  line-height: 1.4;
  color: #37363e; }

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

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

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

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

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

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

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

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 61.25em) {
  .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 #37363e;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-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: 100px;
  padding: 10px 20px;
  margin: 0 0 1.2rem 0;
  font-size: 0.9rem;
  background-color: #791f40;
  color: #791f40; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #791f40;
    color: #791f40; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 0.92105rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #791f40;
    color: #791f40; }
    .button.primary:hover, .button.primary:focus {
      background-color: #611933;
      color: #791f40; }
  .button.secondary {
    background-color: #fff9e6;
    color: #000; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #ffe285;
      color: #000; }
  .button.success {
    background-color: #45b97c;
    color: #791f40; }
    .button.success:hover, .button.success:focus {
      background-color: #379463;
      color: #791f40; }
  .button.warning {
    background-color: #f47920;
    color: #791f40; }
    .button.warning:hover, .button.warning:focus {
      background-color: #d25e0a;
      color: #791f40; }
  .button.alert {
    background-color: #7c183e;
    color: #791f40; }
    .button.alert:hover, .button.alert:focus {
      background-color: #631332;
      color: #791f40; }
  .button.hollow {
    border: 1px solid #791f40;
    color: #791f40; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #3d1020;
      color: #3d1020; }
    .button.hollow.primary {
      border: 1px solid #791f40;
      color: #791f40; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #3d1020;
        color: #3d1020; }
    .button.hollow.secondary {
      border: 1px solid #fff9e6;
      color: #fff9e6; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #f3b800;
        color: #f3b800; }
    .button.hollow.success {
      border: 1px solid #45b97c;
      color: #45b97c; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #235d3e;
        color: #235d3e; }
    .button.hollow.warning {
      border: 1px solid #f47920;
      color: #f47920; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #843b06;
        color: #843b06; }
    .button.hollow.alert {
      border: 1px solid #7c183e;
      color: #7c183e; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #3e0c1f;
        color: #3e0c1f; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #791f40;
      color: #791f40; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #791f40;
        color: #791f40; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #fff9e6;
        color: #791f40; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #45b97c;
        color: #791f40; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #f47920;
        color: #791f40; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #7c183e;
        color: #791f40; }
  .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: 20px;
    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.56579rem;
  padding: 0.52632rem;
  border: 1px solid #cacaca;
  margin: 0 0 1.05263rem;
  font-family: inherit;
  font-size: 1.05263rem;
  color: #37373e;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 2px rgba(55, 55, 62, 0.1);
          box-shadow: inset 0 1px 2px rgba(55, 55, 62, 0.1);
  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;
  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: 1px solid #37363e;
    background-color: #ffffff;
    outline: none;
    -webkit-box-shadow: 0 0 5px #cacaca;
            box-shadow: 0 0 5px #cacaca;
    -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;
    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: #cacaca; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

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

[type='submit'],
[type='button'] {
  border-radius: 100px;
  -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 1.05263rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.52632rem;
  margin-right: 1.05263rem;
  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.52632rem; }

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

label {
  display: block;
  margin: 0;
  font-size: 0.92105rem;
  font-weight: 300;
  line-height: 1.8;
  color: #37373e; }
  label.middle {
    margin: 0 0 1.05263rem;
    padding: 0.59211rem 0; }

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

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1.05263rem; }
  .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: #e6e6e6;
  color: #37373e;
  border: 1px solid #cacaca;
  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.63158rem; }

.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.52632rem;
  max-width: 100%; }

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.31579rem;
  margin: 1.18421rem 0; }
  .fieldset legend {
    background: #fff9e6;
    padding: 0 0.19737rem;
    margin: 0;
    margin-left: -0.19737rem; }

select {
  height: 2.56579rem;
  padding: 0.52632rem;
  border: 1px solid #cacaca;
  margin: 0 0 1.05263rem;
  font-size: 1.05263rem;
  font-family: inherit;
  line-height: normal;
  color: #37373e;
  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%2851, 51, 51%29'></polygon></svg>");
  -webkit-background-size: 9px 6px;
          background-size: 9px 6px;
  background-position: right -1.05263rem center;
  -webkit-background-origin: content-box;
          background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.57895rem; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #e6e6e6;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  background-color: rgba(124, 24, 62, 0.1);
  border-color: #7c183e; }

.is-invalid-label {
  color: #7c183e; }

.form-error {
  display: none;
  margin-top: -0.52632rem;
  margin-bottom: 1.05263rem;
  font-size: 0.78947rem;
  font-weight: 700;
  color: #7c183e; }
  .form-error.is-visible {
    display: block; }

.accordion {
  list-style-type: none;
  background: #ffffff;
  margin-left: 0; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.78947rem;
  color: #791f40;
  position: relative;
  border: 2px solid #ffe0c4;
  border-bottom: 0; }
  :last-child:not(.is-active) > .accordion-title {
    border-radius: 0 0 0 0;
    border-bottom: 2px solid #ffe0c4; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #ffffff; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
  padding: 1rem;
  display: none;
  border: 2px solid #ffe0c4;
  border-bottom: 0;
  background-color: #ffffff;
  color: #791f40; }
  :last-child > .accordion-content:last-child {
    border-bottom: 2px solid #ffe0c4; }

.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;
  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 #791f40;
    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 #791f40 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

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

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

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

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

.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: #791f40 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 #791f40 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 #791f40;
  border-left-style: solid;
  border-right-width: 0; }

@media screen and (min-width: 40em) {
  .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: #791f40 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 #791f40 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 #791f40;
    border-left-style: solid;
    border-right-width: 0; } }

@media screen and (min-width: 61.25em) {
  .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: #791f40 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 #791f40 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 #791f40;
    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: 170px;
  z-index: 1;
  background: #ffffff;
  border: none; }
  .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 #791f40 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 #791f40;
    border-left-style: solid;
    border-right-width: 0; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

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

.media-object {
  margin-bottom: 1.2rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 3rem;
      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: 3rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 3rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 1.2rem 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: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 61.25em) {
    .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: 0; }
  .menu .active > a {
    color: #ffffff;
    background: #121212; }

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

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block; }

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

.orbit {
  position: relative; }

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

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

.orbit-figure {
  margin: 0; }

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

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

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

.orbit-previous {
  left: 0; }

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

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

.pagination {
  margin-left: 0;
  margin-bottom: 1.2rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.92105rem;
    margin-right: 0.06579rem;
    border-radius: 50px;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #791f40;
    display: block;
    padding: 0.19737rem 0.65789rem;
    border-radius: 0; }
    .pagination a:hover,
    .pagination button:hover {
      background: #fff9e6; }
  .pagination .current {
    padding: 0.19737rem 0.65789rem;
    background: #791f40;
    color: #ffffff;
    cursor: default; }
  .pagination .disabled {
    padding: 0.19737rem 0.65789rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '\2026';
    padding: 0.19737rem 0.65789rem;
    color: #791f40; }

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

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

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

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

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

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

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

html.is-reveal-open,
html.is-reveal-open body {
  min-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(55, 55, 62, 0.85);
  overflow-y: scroll; }

.reveal {
  display: none;
  z-index: 1006;
  padding: inherit;
  border: none;
  background-color: transparent;
  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: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      width: 100%;
      max-width: 64.47368rem; } }
  @media screen and (min-width: 40em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 64.47368rem; } }
  @media screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 64.47368rem; } }
  @media screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 64.47368rem; } }
  .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: 39.9375em) {
    .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; }

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

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

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

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

.top-bar {
  padding: inherit; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #ffffff; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 61.1875em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 61.1875em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }

.top-bar-title {
  float: left;
  margin-right: 1rem; }

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

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

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 61.1875em), screen and (min-width: 61.25em) {
  .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; }

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

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

.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%); }

.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }

.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }

.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  -webkit-transition-duration: 750ms !important;
          transition-duration: 750ms !important; }

.fast {
  -webkit-transition-duration: 250ms !important;
          transition-duration: 250ms !important; }

.linear {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important; }

.ease {
  -webkit-transition-timing-function: ease !important;
          transition-timing-function: ease !important; }

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
          transition-timing-function: ease-in !important; }

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
          transition-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
          transition-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-transition-delay: 300ms !important;
          transition-delay: 300ms !important; }

.long-delay {
  -webkit-transition-delay: 700ms !important;
          transition-delay: 700ms !important; }

.shake {
  -webkit-animation-name: shake-7;
          animation-name: shake-7; }

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

.wiggle {
  -webkit-animation-name: wiggle-7deg;
          animation-name: wiggle-7deg; }

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms; }

.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.slow {
  -webkit-animation-duration: 750ms !important;
          animation-duration: 750ms !important; }

.fast {
  -webkit-animation-duration: 250ms !important;
          animation-duration: 250ms !important; }

.linear {
  -webkit-animation-timing-function: linear !important;
          animation-timing-function: linear !important; }

.ease {
  -webkit-animation-timing-function: ease !important;
          animation-timing-function: ease !important; }

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
          animation-timing-function: ease-in !important; }

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
          animation-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
          animation-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-animation-delay: 300ms !important;
          animation-delay: 300ms !important; }

.long-delay {
  -webkit-animation-delay: 700ms !important;
          animation-delay: 700ms !important; }

/*
  My custom styles:
  Add your scss files below to structure your project styles
*/
body, html {
  min-height: 100%; }

h1 {
  margin-bottom: 1.64474rem;
  line-height: 2.5rem; }
  @media screen and (min-width: 40em) {
    h1 {
      margin-bottom: 1.77632rem;
      line-height: 2.82895rem; } }

h2 {
  margin-bottom: 1.51316rem;
  line-height: 1.44737rem; }
  @media screen and (min-width: 40em) {
    h2 {
      margin-bottom: 1.77632rem;
      line-height: 2.36842rem; } }

h3 {
  margin-bottom: 1.51316rem;
  line-height: 1.44737rem; }
  @media screen and (min-width: 40em) {
    h3 {
      margin-bottom: 1.77632rem;
      line-height: 2.36842rem; } }

h4 {
  margin-bottom: 1.51316rem;
  line-height: 1.44737rem; }
  @media screen and (min-width: 40em) {
    h4 {
      margin-bottom: 1.77632rem;
      line-height: 2.36842rem; } }

.button {
  text-transform: uppercase;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  border: 2px solid;
  background-color: transparent;
  border-color: #791f40;
  -webkit-transition: all cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.3s;
  transition: all cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.3s; }
  .button:hover, .button:focus {
    color: #ffffff;
    border-color: #791f40; }

.button--hollow {
  border-radius: 3.28947rem;
  border: 1px solid;
  border-width: 2px;
  border-color: #791f40;
  background-color: rgba(255, 255, 255, 0.15);
  color: #791f40; }
  .button--hollow.large {
    line-height: 1.8; }
  .button--hollow .hero__icon svg {
    -webkit-transition: fill 0.2s ease-in-out;
    transition: fill 0.2s ease-in-out; }
  .button--hollow:hover .hero__icon {
    -webkit-transform: translateX(0.32895rem) scale(0.8);
        -ms-transform: translateX(0.32895rem) scale(0.8);
            transform: translateX(0.32895rem) scale(0.8); }
    .button--hollow:hover .hero__icon svg {
      fill: #ffffff; }

.pagination a,
.pagination button {
  border-radius: 50px;
  border: 2px solid #791f40;
  font-weight: 500;
  -webkit-transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96); }
  .pagination a:hover,
  .pagination button:hover {
    border-radius: 50px;
    background-color: #791f40;
    color: #ffffff; }

.pagination .current {
  padding: 0; }
  .pagination .current a,
  .pagination .current button {
    color: #ffffff; }

#featured-hero {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 0 2.10526rem;
  position: relative;
  height: 13.15789rem; }

.no-featured-image-set {
  height: 1.05263rem !important; }

@media screen and (min-width: 40em) {
  #featured-hero {
    height: 26.31579rem; } }

.dotted {
  border-style: dashed;
  margin: 2rem 0; }

.divider--style-1 {
  background: url(../images/divider-style-1.png);
  width: 100%;
  height: 5.59211rem;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: top center;
  background-repeat: repeat-x;
  margin-bottom: 2.63158rem; }
  @media screen and (min-width: 40em) {
    .divider--style-1 {
      height: 10.52632rem; } }

.divider--style-2 {
  background: url(../images/divider-style-2.png);
  width: 100%;
  height: 5.59211rem;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: top center;
  background-repeat: repeat-x;
  margin-bottom: 1.31579rem; }
  @media screen and (min-width: 40em) {
    .divider--style-2 {
      height: 10.52632rem; } }

.divider--style-3 {
  background: url(../images/divider-style-3.png);
  width: 100%;
  background-color: #ffffff;
  height: 5.59211rem;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: top center;
  background-repeat: repeat-x;
  margin-top: -3.28947rem; }
  @media screen and (min-width: 40em) {
    .divider--style-3 {
      height: 10.52632rem; } }

.divider--style-4 {
  background: url(../images/divider-style-4.png);
  width: 100%;
  background-color: #ffffff;
  height: 5.59211rem;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: top center;
  background-repeat: repeat-x; }
  @media screen and (min-width: 40em) {
    .divider--style-4 {
      height: 10.52632rem; } }

/* Apply outline styles only when input method is keyboard
 * remove :focus style via What Input using progressive enhancement
 * so :focus isn't left broken if JavaScript fails
 */
[data-whatinput="mouse"] a:focus, button:focus [data-whatinput="touch"] a:focus, button:focus {
  outline: none; }

.modal__contain {
  overflow: visible;
  position: relative;
  padding: 3.28947rem 0.65789rem 0 0.65789rem; }
  @media screen and (min-width: 40em) {
    .modal__contain {
      padding: 2.9rem 0 0 0;
      padding: 2.96053rem;
      max-width: 92.10526rem; } }

.banner {
  position: relative;
  z-index: 10;
  min-height: 11.18421rem;
  padding-top: 4.5rem;
  padding-bottom: 3rem;
  background-color: #fff9e6;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: top 0 center;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%);
  overflow-y: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  text-align: center; }
  @media screen and (min-width: 40em) {
    .banner {
      padding-top: 7.5rem;
      min-height: 19.73684rem;
      background-position: top 20% left; } }
  @media screen and (min-width: 61.25em) {
    .banner {
      text-align: left; } }

.banner__row {
  max-width: 64.47368rem;
  margin-left: auto;
  margin-right: auto; }
  .banner__row::before, .banner__row::after {
    content: ' ';
    display: table; }
  .banner__row::after {
    clear: both; }

.banner__col {
  width: 100%;
  float: left;
  padding-left: 1.15132rem;
  padding-right: 1.15132rem; }
  @media screen and (min-width: 40em) {
    .banner__col {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
  .banner__col:last-child:not(:first-child) {
    float: right; }
  @media screen and (min-width: 61.25em) {
    .banner__col {
      width: 50%;
      float: left;
      padding-left: 1.15132rem;
      padding-right: 1.15132rem; } }
  @media screen and (min-width: 61.25em) and (min-width: 40em) {
    .banner__col {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
  @media screen and (min-width: 61.25em) {
      .banner__col:last-child:not(:first-child) {
        float: right; } }

#front-hero {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: bottom;
  padding: 4.27632rem 0;
  margin: 0 0 2.10526rem;
  height: auto;
  position: relative;
  text-align: left; }
  @media screen and (min-width: 40em) {
    #front-hero {
      -webkit-background-size: cover;
              background-size: cover;
      background-position: center;
      height: 45.06579rem;
      margin: 0 0 4.73684rem; } }
  #front-hero #watch {
    width: 58.33333%;
    float: left;
    padding-left: 1.15132rem;
    padding-right: 1.15132rem;
    position: relative;
    left: -41.66667%; }
    @media screen and (min-width: 40em) {
      #front-hero #watch {
        padding-left: 0.98684rem;
        padding-right: 0.98684rem; } }
    #front-hero #watch:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      #front-hero #watch {
        width: 100%;
        float: left;
        padding-left: 1.15132rem;
        padding-right: 1.15132rem;
        position: relative;
        left: 0%; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    #front-hero #watch {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
    @media screen and (min-width: 40em) {
        #front-hero #watch:last-child:not(:first-child) {
          float: right; } }
    #front-hero #watch section {
      display: inline; }
    #front-hero #watch a {
      color: #B4C9D1;
      cursor: pointer;
      font-weight: 400;
      margin-right: 1.31579rem; }
    #front-hero #watch a:hover {
      color: #fff; }
    #front-hero #watch #stargazers :before {
      content: "\f09b";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      color: #B4C9D1;
      margin-right: 0.52632rem; }
    #front-hero #watch #twitter :before {
      content: "\f099";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      color: #B4C9D1;
      margin-right: 0.52632rem; }

.google-map__wrap {
  display: none; }
  @media screen and (min-width: 61.25em) {
    .google-map__wrap {
      display: block; } }

.events-list {
  display: block; }
  @media screen and (min-width: 61.25em) {
    .events-list {
      display: none; } }

#kitchen-sink {
  max-width: 64.47368rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem; }
  #kitchen-sink::before, #kitchen-sink::after {
    content: ' ';
    display: table; }
  #kitchen-sink::after {
    clear: both; }
  #kitchen-sink header {
    width: 100%;
    float: left;
    padding-left: 1.15132rem;
    padding-right: 1.15132rem; }
    @media screen and (min-width: 40em) {
      #kitchen-sink header {
        padding-left: 0.98684rem;
        padding-right: 0.98684rem; } }
    #kitchen-sink header:last-child:not(:first-child) {
      float: right; }
    #kitchen-sink header .lead {
      font-size: 125%;
      line-height: 1.6; }
  #kitchen-sink #components {
    width: 100%;
    float: left;
    padding-left: 1.15132rem;
    padding-right: 1.15132rem; }
    #kitchen-sink #components hr {
      margin: 3rem 0; }
    @media screen and (min-width: 40em) {
      #kitchen-sink #components {
        padding-left: 0.98684rem;
        padding-right: 0.98684rem; } }
    #kitchen-sink #components:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 61.25em) {
      #kitchen-sink #components {
        width: 75%;
        float: left;
        padding-left: 1.15132rem;
        padding-right: 1.15132rem; } }
  @media screen and (min-width: 61.25em) and (min-width: 40em) {
    #kitchen-sink #components {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
    @media screen and (min-width: 61.25em) {
        #kitchen-sink #components:last-child:not(:first-child) {
          float: right; } }
  #kitchen-sink #kitchen-sink-nav {
    display: none; }
    @media screen and (min-width: 61.25em) {
      #kitchen-sink #kitchen-sink-nav {
        width: 25%;
        float: left;
        padding-left: 1.15132rem;
        padding-right: 1.15132rem;
        display: block;
        float: right; } }
  @media screen and (min-width: 61.25em) and (min-width: 40em) {
    #kitchen-sink #kitchen-sink-nav {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
    @media screen and (min-width: 61.25em) {
        #kitchen-sink #kitchen-sink-nav:last-child:not(:first-child) {
          float: right; }
        #kitchen-sink #kitchen-sink-nav .docs-sub-menu {
          font-size: 0.85rem;
          margin-top: 1rem; }
        #kitchen-sink #kitchen-sink-nav .docs-menu-title {
          text-transform: uppercase;
          font-size: 0.75rem;
          color: #999;
          font-weight: bold;
          line-height: 1;
          padding-left: 0.9rem;
          margin-bottom: 0.5rem;
          border-top: 1px solid #e9e9e9;
          margin-top: 1rem;
          padding-top: 1.5rem; }
        #kitchen-sink #kitchen-sink-nav .docs-toc {
          width: 100%;
          padding-left: 4rem;
          padding-right: 1rem; }
        #kitchen-sink #kitchen-sink-nav .docs-toc .active {
          background: #791f40;
          color: white; }
        #kitchen-sink #kitchen-sink-nav .docs-toc .docs-sub-menu:first-child .docs-menu-title {
          margin-top: 0;
          border-top: 0;
          padding-top: 0; } }
  #kitchen-sink .row.display {
    background: #eee;
    font-size: 11px;
    margin-bottom: 10px;
    line-height: 2rem;
    border: solid 1px #c6c6c6;
    margin-left: 0 !important;
    margin-right: 0 !important; }
    #kitchen-sink .row.display .columns:nth-child(2), #kitchen-sink .row.display .columns.small-centered, #kitchen-sink .row.display .columns.large-centered {
      background: #e1e1e1; }

.default-page {
  background-color: #fff9e6; }

#single-post {
  max-width: 64.47368rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem; }
  #single-post::before, #single-post::after {
    content: ' ';
    display: table; }
  #single-post::after {
    clear: both; }
  #single-post .main-content {
    width: 100%;
    float: left;
    padding-left: 1.15132rem;
    padding-right: 1.15132rem; }
    @media screen and (min-width: 40em) {
      #single-post .main-content {
        padding-left: 0.98684rem;
        padding-right: 0.98684rem; } }
    #single-post .main-content:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      #single-post .main-content {
        width: 66.66667%;
        float: left;
        padding-left: 1.15132rem;
        padding-right: 1.15132rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    #single-post .main-content {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
    @media screen and (min-width: 40em) {
        #single-post .main-content:last-child:not(:first-child) {
          float: right; } }

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

.default-page__banner {
  position: relative;
  z-index: 10;
  text-align: center;
  overflow-y: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.default-page__banner-row {
  max-width: 64.47368rem;
  margin-left: auto;
  margin-right: auto; }
  .default-page__banner-row::before, .default-page__banner-row::after {
    content: ' ';
    display: table; }
  .default-page__banner-row::after {
    clear: both; }

.default-page__banner-col {
  width: 100%;
  float: left;
  padding-left: 1.15132rem;
  padding-right: 1.15132rem; }
  @media screen and (min-width: 40em) {
    .default-page__banner-col {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
  .default-page__banner-col:last-child:not(:first-child) {
    float: right; }

.default-page__divider {
  background-position: bottom 30px center; }

.default-page__subheading {
  font-family: "Ubuntu", sans-serif;
  color: #791f40;
  font-size: 1.31579rem; }

.default-page__body {
  background-color: #fff9e6;
  padding-top: 1.5rem;
  padding-bottom: 3rem;
  text-align: left; }

.default-page__body-row {
  max-width: 64.47368rem;
  margin-left: auto;
  margin-right: auto; }
  .default-page__body-row::before, .default-page__body-row::after {
    content: ' ';
    display: table; }
  .default-page__body-row::after {
    clear: both; }

.default-page__body-contain {
  width: 100%;
  float: left;
  padding-left: 1.15132rem;
  padding-right: 1.15132rem; }
  @media screen and (min-width: 40em) {
    .default-page__body-contain {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
  .default-page__body-contain:last-child:not(:first-child) {
    float: right; }
  @media screen and (min-width: 40em) {
    .default-page__body-contain {
      width: 83.33333%;
      float: left;
      padding-left: 1.15132rem;
      padding-right: 1.15132rem;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .default-page__body-contain {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
  @media screen and (min-width: 40em) {
      .default-page__body-contain:last-child:not(:first-child) {
        float: right; }
      .default-page__body-contain, .default-page__body-contain:last-child:not(:first-child) {
        float: none;
        clear: both; } }

body {
  background: #fff !important; }

.default-page__body {
  background: #fff !important; }

#menu-main-menu .submenu li a {
  color: #fff !important;
  font-weight: normal !important; }

#page-sidebar-left {
  max-width: 64.47368rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem; }
  #page-sidebar-left::before, #page-sidebar-left::after {
    content: ' ';
    display: table; }
  #page-sidebar-left::after {
    clear: both; }
  #page-sidebar-left .main-content {
    width: 100%;
    float: left;
    padding-left: 1.15132rem;
    padding-right: 1.15132rem; }
    @media screen and (min-width: 40em) {
      #page-sidebar-left .main-content {
        padding-left: 0.98684rem;
        padding-right: 0.98684rem; } }
    #page-sidebar-left .main-content:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      #page-sidebar-left .main-content {
        width: 66.66667%;
        float: left;
        padding-left: 1.15132rem;
        padding-right: 1.15132rem;
        position: relative;
        left: 33.33333%; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    #page-sidebar-left .main-content {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
    @media screen and (min-width: 40em) {
        #page-sidebar-left .main-content:last-child:not(:first-child) {
          float: right; } }
  #page-sidebar-left .sidebar {
    width: 100%;
    float: left;
    padding-left: 1.15132rem;
    padding-right: 1.15132rem; }
    @media screen and (min-width: 40em) {
      #page-sidebar-left .sidebar {
        padding-left: 0.98684rem;
        padding-right: 0.98684rem; } }
    #page-sidebar-left .sidebar:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      #page-sidebar-left .sidebar {
        width: 33.33333%;
        float: left;
        padding-left: 1.15132rem;
        padding-right: 1.15132rem;
        position: relative;
        left: -66.66667%;
        margin-top: 1rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    #page-sidebar-left .sidebar {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
    @media screen and (min-width: 40em) {
        #page-sidebar-left .sidebar:last-child:not(:first-child) {
          float: right; } }

#page-full-width {
  max-width: 64.47368rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem; }
  #page-full-width::before, #page-full-width::after {
    content: ' ';
    display: table; }
  #page-full-width::after {
    clear: both; }
  #page-full-width .main-content {
    width: 100%;
    float: left;
    padding-left: 1.15132rem;
    padding-right: 1.15132rem; }
    @media screen and (min-width: 40em) {
      #page-full-width .main-content {
        padding-left: 0.98684rem;
        padding-right: 0.98684rem; } }
    #page-full-width .main-content:last-child:not(:first-child) {
      float: right; }

.single-post {
  background-color: #fff9e6; }

#single-post {
  max-width: 64.47368rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem; }
  #single-post::before, #single-post::after {
    content: ' ';
    display: table; }
  #single-post::after {
    clear: both; }
  #single-post .main-content {
    width: 100%;
    float: left;
    padding-left: 1.15132rem;
    padding-right: 1.15132rem; }
    @media screen and (min-width: 40em) {
      #single-post .main-content {
        padding-left: 0.98684rem;
        padding-right: 0.98684rem; } }
    #single-post .main-content:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      #single-post .main-content {
        width: 66.66667%;
        float: left;
        padding-left: 1.15132rem;
        padding-right: 1.15132rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    #single-post .main-content {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
    @media screen and (min-width: 40em) {
        #single-post .main-content:last-child:not(:first-child) {
          float: right; } }

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

.single-post__banner {
  position: relative;
  z-index: 10;
  min-height: 13.15789rem;
  padding-bottom: 3rem;
  text-align: center;
  overflow-y: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  @media screen and (min-width: 40em) {
    .single-post__banner {
      min-height: 19.73684rem; } }

.single-post__banner-row {
  max-width: 64.47368rem;
  margin-left: auto;
  margin-right: auto; }
  .single-post__banner-row::before, .single-post__banner-row::after {
    content: ' ';
    display: table; }
  .single-post__banner-row::after {
    clear: both; }

.single-post__banner-col {
  width: 100%;
  float: left;
  padding-left: 1.15132rem;
  padding-right: 1.15132rem; }
  @media screen and (min-width: 40em) {
    .single-post__banner-col {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
  .single-post__banner-col:last-child:not(:first-child) {
    float: right; }

.single-post__divider {
  background-color: #fff9e6;
  background-position: bottom 30px center; }

.single-post__subheading {
  font-family: "Ubuntu", sans-serif;
  color: #791f40;
  font-size: 1.31579rem; }

.single-post__video {
  position: relative;
  z-index: 20;
  width: 100%;
  margin-top: -6.57895rem; }
  @media screen and (min-width: 40em) {
    .single-post__video {
      margin-top: -9.86842rem; } }

.single-post__hero {
  background-color: #fff9e6;
  padding-top: 3rem; }

.single-post__hero-row {
  max-width: 64.47368rem;
  margin-left: auto;
  margin-right: auto; }
  .single-post__hero-row::before, .single-post__hero-row::after {
    content: ' ';
    display: table; }
  .single-post__hero-row::after {
    clear: both; }

.single-post__hero-col {
  width: 100%;
  float: left;
  padding-left: 1.15132rem;
  padding-right: 1.15132rem;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 40em) {
    .single-post__hero-col {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
  .single-post__hero-col:last-child:not(:first-child) {
    float: right; }
  .single-post__hero-col, .single-post__hero-col:last-child:not(:first-child) {
    float: none;
    clear: both; }

.single-post__body {
  background-color: #fff9e6;
  padding-bottom: 1.5rem;
  text-align: left; }
  @media screen and (min-width: 40em) {
    .single-post__body {
      padding-bottom: 3rem; } }

.single-post__body-row {
  max-width: 64.47368rem;
  margin-left: auto;
  margin-right: auto; }
  .single-post__body-row::before, .single-post__body-row::after {
    content: ' ';
    display: table; }
  .single-post__body-row::after {
    clear: both; }

.single-post__body-contain {
  width: 100%;
  float: left;
  padding-left: 1.15132rem;
  padding-right: 1.15132rem; }
  @media screen and (min-width: 40em) {
    .single-post__body-contain {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
  .single-post__body-contain:last-child:not(:first-child) {
    float: right; }
  @media screen and (min-width: 40em) {
    .single-post__body-contain {
      width: 83.33333%;
      float: left;
      padding-left: 1.15132rem;
      padding-right: 1.15132rem;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .single-post__body-contain {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
  @media screen and (min-width: 40em) {
      .single-post__body-contain:last-child:not(:first-child) {
        float: right; }
      .single-post__body-contain, .single-post__body-contain:last-child:not(:first-child) {
        float: none;
        clear: both; } }

.single-post__gallery {
  margin-bottom: 1.5rem; }
  @media screen and (min-width: 40em) {
    .single-post__gallery {
      margin-bottom: 3rem; } }

.single-post__gallery-carousel {
  max-width: 64.47368rem;
  margin-left: auto;
  margin-right: auto; }
  .single-post__gallery-carousel::before, .single-post__gallery-carousel::after {
    content: ' ';
    display: table; }
  .single-post__gallery-carousel::after {
    clear: both; }

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

.single-team__banner {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff9e6; }
  @media screen and (min-width: 40em) {
    .single-team__banner {
      padding-top: 6rem;
      padding-bottom: 6rem; } }

.single-team__banner-row {
  max-width: 64.47368rem;
  margin-left: auto;
  margin-right: auto; }
  .single-team__banner-row::before, .single-team__banner-row::after {
    content: ' ';
    display: table; }
  .single-team__banner-row::after {
    clear: both; }

.single-team__banner-col {
  width: 100%;
  float: left;
  padding-left: 1.15132rem;
  padding-right: 1.15132rem; }
  @media screen and (min-width: 40em) {
    .single-team__banner-col {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
  .single-team__banner-col:last-child:not(:first-child) {
    float: right; }
  @media screen and (min-width: 61.25em) {
    .single-team__banner-col {
      width: 50%;
      float: left;
      padding-left: 1.15132rem;
      padding-right: 1.15132rem; } }
  @media screen and (min-width: 61.25em) and (min-width: 40em) {
    .single-team__banner-col {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
  @media screen and (min-width: 61.25em) {
      .single-team__banner-col:last-child:not(:first-child) {
        float: right; } }

.single-team__intro-heading {
  color: #791f40; }

.single-team__heading {
  color: #ffffff; }

.single-team__subheading {
  display: block;
  color: #ffffff; }

.single-team__video-thumb {
  position: relative;
  z-index: 10;
  height: 100%;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  margin-top: -6.57895rem;
  padding-top: 0.32895rem;
  padding-bottom: 0.32895rem; }
  @media screen and (min-width: 40em) {
    .single-team__video-thumb {
      padding-top: 3.94737rem;
      padding-bottom: 3.94737rem;
      margin-top: -9.86842rem; } }

.single-team__video-logo {
  position: relative;
  display: block;
  padding-top: 3.94737rem;
  padding-bottom: 2.5rem;
  width: auto;
  margin: 0 auto; }

.single-team__video-title {
  color: #ffffff;
  font-weight: 500; }

.single-team__video-link {
  display: inline-block;
  position: relative;
  z-index: 20;
  margin-bottom: 3.94737rem;
  border-color: #ffffff;
  color: #ffffff; }
  .single-team__video-link:hover, .single-team__video-link:focus {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #f47920; }
    .single-team__video-link:hover .icon__play path, .single-team__video-link:focus .icon__play path {
      fill: #f47920; }
  .single-team__video-link .icon__play path {
    fill: #ffffff; }

.single-team__hero {
  background-color: #fff9e6;
  padding-top: 3rem; }

.single-team__hero-row {
  max-width: 64.47368rem;
  margin-left: auto;
  margin-right: auto; }
  .single-team__hero-row::before, .single-team__hero-row::after {
    content: ' ';
    display: table; }
  .single-team__hero-row::after {
    clear: both; }

.single-team__hero-col {
  width: 100%;
  float: left;
  padding-left: 1.15132rem;
  padding-right: 1.15132rem;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media screen and (min-width: 40em) {
    .single-team__hero-col {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
  .single-team__hero-col:last-child:not(:first-child) {
    float: right; }
  .single-team__hero-col, .single-team__hero-col:last-child:not(:first-child) {
    float: none;
    clear: both; }

.single-team__body {
  background-color: #ffffff;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #ffffff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%); }
  @media screen and (min-width: 40em) {
    .single-team__body {
      padding-top: 3rem;
      padding-bottom: 3rem; } }

.single-team__body-row {
  max-width: 64.47368rem;
  margin-left: auto;
  margin-right: auto; }
  .single-team__body-row::before, .single-team__body-row::after {
    content: ' ';
    display: table; }
  .single-team__body-row::after {
    clear: both; }

.single-team__body-contain {
  width: 100%;
  float: left;
  padding-left: 1.15132rem;
  padding-right: 1.15132rem; }
  @media screen and (min-width: 40em) {
    .single-team__body-contain {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
  .single-team__body-contain:last-child:not(:first-child) {
    float: right; }

.single-team__gallery {
  padding-top: 1.5rem; }
  @media screen and (min-width: 40em) {
    .single-team__gallery {
      padding-top: 3rem; } }

.single-team__gallery-col {
  max-width: 64.47368rem;
  margin-left: auto;
  margin-right: auto; }
  .single-team__gallery-col::before, .single-team__gallery-col::after {
    content: ' ';
    display: table; }
  .single-team__gallery-col::after {
    clear: both; }

.single-team__gallery-copy {
  width: 100%;
  float: left;
  padding-left: 1.15132rem;
  padding-right: 1.15132rem; }
  @media screen and (min-width: 40em) {
    .single-team__gallery-copy {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
  .single-team__gallery-copy:last-child:not(:first-child) {
    float: right; }
  @media screen and (min-width: 40em) {
    .single-team__gallery-copy {
      margin-bottom: 3rem; } }

.single-team__gallery-carousel {
  max-width: 64.47368rem;
  margin-left: auto;
  margin-right: auto; }
  .single-team__gallery-carousel::before, .single-team__gallery-carousel::after {
    content: ' ';
    display: table; }
  .single-team__gallery-carousel::after {
    clear: both; }

.team__section {
  max-width: 64.47368rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem; }
  .team__section::before, .team__section::after {
    content: ' ';
    display: table; }
  .team__section::after {
    clear: both; }

.team__contain {
  width: 100%;
  float: left;
  padding-left: 1.15132rem;
  padding-right: 1.15132rem;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 40em) {
    .team__contain {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
  .team__contain:last-child:not(:first-child) {
    float: right; }
  .team__contain, .team__contain:last-child:not(:first-child) {
    float: none;
    clear: both; }

.team__heading {
  color: #791f40; }

.team__row {
  max-width: 64.47368rem;
  margin-left: auto;
  margin-right: auto; }
  .team__row::before, .team__row::after {
    content: ' ';
    display: table; }
  .team__row::after {
    clear: both; }

.team__col {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 3rem; }
  @media screen and (min-width: 40em) {
    .team__col {
      width: 50%;
      float: left;
      padding-left: 1.15132rem;
      padding-right: 1.15132rem;
      max-width: 100%; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .team__col {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
  @media screen and (min-width: 40em) {
      .team__col:last-child:not(:first-child) {
        float: right; } }

.posts-page__section {
  max-width: 64.47368rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem; }
  .posts-page__section::before, .posts-page__section::after {
    content: ' ';
    display: table; }
  .posts-page__section::after {
    clear: both; }

.posts-page__contain {
  width: 100%;
  float: left;
  padding-left: 1.15132rem;
  padding-right: 1.15132rem;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 40em) {
    .posts-page__contain {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
  .posts-page__contain:last-child:not(:first-child) {
    float: right; }
  .posts-page__contain, .posts-page__contain:last-child:not(:first-child) {
    float: none;
    clear: both; }

.posts-page__heading {
  color: #791f40; }

.posts-page__row {
  max-width: 64.47368rem;
  margin-left: auto;
  margin-right: auto; }
  .posts-page__row::before, .posts-page__row::after {
    content: ' ';
    display: table; }
  .posts-page__row::after {
    clear: both; }

.posts-page__col {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 1.97368rem; }
  @media screen and (min-width: 40em) {
    .posts-page__col {
      width: 50%;
      float: left;
      padding-left: 1.15132rem;
      padding-right: 1.15132rem;
      max-width: 100%; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .posts-page__col {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
  @media screen and (min-width: 40em) {
      .posts-page__col:last-child:not(:first-child) {
        float: right; } }

.posts-page__heading {
  color: #ffffff; }

.posts-page__subheading {
  display: block;
  color: #ffffff; }

.card {
  text-align: left;
  border-bottom: 2px solid #f47920; }
  .card:hover .card__image {
    -webkit-transform: scale(1.1, 1.1) translateY(10px);
        -ms-transform: scale(1.1, 1.1) translateY(10px);
            transform: scale(1.1, 1.1) translateY(10px);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .card:hover .card__body {
    -webkit-clip-path: polygon(-1px 0, 100% 8%, 100% 100%, 0 100%);
            clip-path: polygon(-1px 0, 100% 8%, 100% 100%, 0 100%); }

.card__thumb {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: -30px;
  z-index: 10;
  height: 40vw; }
  @media screen and (min-width: 40em) {
    .card__thumb {
      height: 10.52632rem; } }
  @media screen and (min-width: 61.25em) {
    .card__thumb {
      height: 15.13158rem; } }

.card__image {
  position: absolute;
  width: 100%;
  height: auto;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: -webkit-transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96), -webkit-transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -webkit-transform: scale(1, 1) translateY(0);
      -ms-transform: scale(1, 1) translateY(0);
          transform: scale(1, 1) translateY(0);
  -webkit-filter: none;
          filter: none;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.card__body {
  position: relative;
  z-index: 20;
  padding: 1.97368rem 1.44737rem 0.32895rem;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: #ffffff;
  -webkit-clip-path: polygon(-1px 0, 100% 4.5%, 100% 100%, -10px 100%);
          clip-path: polygon(-1px 0, 100% 4.5%, 100% 100%, -10px 100%);
  -webkit-transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96); }

.card__heading {
  color: #f47920;
  margin-bottom: 0.65789rem;
  font-weight: 500; }
  @media screen and (min-width: 40em) {
    .card__heading {
      min-height: 70px; } }

.card__date {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  display: block;
  color: #791f40;
  font-weight: 400;
  font-size: 0.85526rem;
  margin-bottom: 1.2rem; }

@media screen and (min-width: 40em) {
  .card__excerpt {
    min-height: 72px; } }

.card__link {
  display: inline-block;
  position: relative;
  padding-right: 0.98684rem;
  margin-bottom: 1.2rem;
  -webkit-transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.85526rem;
  color: #f47920; }
  .card__link:hover {
    color: #791f40; }
    .card__link:hover:after {
      border-color: #791f40 transparent transparent; }
  .card__link:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #f47920 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(0) rotate(-90deg);
        -ms-transform: translateY(-50%) translateX(0) rotate(-90deg);
            transform: translateY(-50%) translateX(0) rotate(-90deg);
    -webkit-transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96); }

.card-excursion {
  text-align: left;
  overflow: hidden;
  background-color: #ffffff; }
  @media screen and (min-width: 61.25em) {
    .card-excursion:hover .card-excursion__image {
      -webkit-transform: scale(1.1, 1.1) translateY(10px);
          -ms-transform: scale(1.1, 1.1) translateY(10px);
              transform: scale(1.1, 1.1) translateY(10px);
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
    .card-excursion:hover .card-excursion__body {
      -webkit-clip-path: polygon(-1px 0, 101% 8%, 101% 95%, -1px 100%);
              clip-path: polygon(-1px 0, 101% 8%, 101% 95%, -1px 100%); } }

.card-excursion__thumb {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: -30px;
  z-index: 10;
  height: 40vw; }
  @media screen and (min-width: 40em) {
    .card-excursion__thumb {
      height: 10.52632rem; } }
  @media screen and (min-width: 61.25em) {
    .card-excursion__thumb {
      height: 15.13158rem; } }

.card-excursion__pre {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  color: #45b97c;
  font-weight: 500;
  background-color: #ffffff; }
  @media screen and (min-width: 40em) {
    .card-excursion__pre {
      min-height: 2.96053rem; } }

.card-excursion__image {
  position: absolute;
  width: 100%;
  height: auto;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: -webkit-transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96), -webkit-transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -webkit-transform: scale(1, 1) translateY(0);
      -ms-transform: scale(1, 1) translateY(0);
          transform: scale(1, 1) translateY(0);
  -webkit-filter: none;
          filter: none;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.card-excursion__body {
  position: relative;
  z-index: 20;
  padding: 1.97368rem 1.44737rem 1.97368rem;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: #fff9e6;
  -webkit-clip-path: polygon(-1px 0, 101% 4.5%, 101% 95%, -1px 100%);
          clip-path: polygon(-1px 0, 101% 4.5%, 101% 95%, -1px 100%);
  -webkit-transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96); }
  @media screen and (min-width: 40em) {
    .card-excursion__body {
      min-height: 315px; } }

.card-excursion__heading {
  color: #45b97c;
  margin-bottom: 0.65789rem;
  font-weight: 500; }
  @media screen and (min-width: 40em) {
    .card-excursion__heading {
      min-height: 70px; } }

.card-excursion__meta {
  max-width: 64.47368rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  display: block;
  color: #791f40;
  font-weight: 400;
  font-size: 0.85526rem;
  margin-bottom: 0.32895rem; }
  .card-excursion__meta::before, .card-excursion__meta::after {
    content: ' ';
    display: table; }
  .card-excursion__meta::after {
    clear: both; }

.card-excursion__meta-title {
  width: 100%;
  float: left;
  font-weight: 700; }
  .card-excursion__meta-title:last-child:not(:first-child) {
    float: right; }
  @media screen and (min-width: 61.25em) {
    .card-excursion__meta-title {
      width: 25%;
      float: left; }
      .card-excursion__meta-title:last-child:not(:first-child) {
        float: right; } }

.card-excursion__meta-text {
  width: 100%;
  float: left; }
  .card-excursion__meta-text:last-child:not(:first-child) {
    float: right; }
  @media screen and (min-width: 61.25em) {
    .card-excursion__meta-text {
      width: 75%;
      float: left; }
      .card-excursion__meta-text:last-child:not(:first-child) {
        float: right; } }

.card-excursion__excerpt {
  margin-top: 1.2rem; }

.card-excursion__footer {
  position: relative;
  z-index: 10;
  margin-top: -30px;
  max-width: 64.47368rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.8rem;
  padding-bottom: 1.2rem;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: #ffffff;
  background-color: #45b97c;
  background-color: #45b97c;
  background-image: -webkit-gradient(linear, left top, right top, from(#45b97c), to(#3b9f6b));
  background-image: -webkit-linear-gradient(left, #45b97c, #3b9f6b);
  background-image: linear-gradient(90deg, #45b97c, #3b9f6b);
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat; }
  .card-excursion__footer::before, .card-excursion__footer::after {
    content: ' ';
    display: table; }
  .card-excursion__footer::after {
    clear: both; }
  @media screen and (min-width: 61.25em) {
    .card-excursion__footer {
      padding-bottom: 0.3rem;
      margin-top: -20px; } }

.card-excursion__footer-left {
  width: 100%;
  float: left;
  padding-left: 1.15132rem;
  padding-right: 1.15132rem;
  text-align: center;
  padding-bottom: 0.32895rem;
  padding-top: 1.2rem;
  text-transform: uppercase;
  font-weight: 900; }
  @media screen and (min-width: 40em) {
    .card-excursion__footer-left {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
  .card-excursion__footer-left:last-child:not(:first-child) {
    float: right; }
  @media screen and (min-width: 61.25em) {
    .card-excursion__footer-left {
      width: 50%;
      float: left;
      padding-left: 1.15132rem;
      padding-right: 1.15132rem;
      padding-top: 2.4rem;
      text-align: left; } }
  @media screen and (min-width: 61.25em) and (min-width: 40em) {
    .card-excursion__footer-left {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
  @media screen and (min-width: 61.25em) {
      .card-excursion__footer-left:last-child:not(:first-child) {
        float: right; } }

.card-excursion__footer-right {
  width: 100%;
  float: left;
  padding-left: 1.15132rem;
  padding-right: 1.15132rem;
  text-align: center; }
  @media screen and (min-width: 40em) {
    .card-excursion__footer-right {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
  .card-excursion__footer-right:last-child:not(:first-child) {
    float: right; }
  @media screen and (min-width: 61.25em) {
    .card-excursion__footer-right {
      width: 50%;
      float: left;
      padding-left: 1.15132rem;
      padding-right: 1.15132rem;
      text-align: right; } }
  @media screen and (min-width: 61.25em) and (min-width: 40em) {
    .card-excursion__footer-right {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
  @media screen and (min-width: 61.25em) {
      .card-excursion__footer-right:last-child:not(:first-child) {
        float: right; } }

.card-excursion__countdown-col {
  width: 33.33333%;
  float: left;
  padding-left: 1.15132rem;
  padding-right: 1.15132rem; }
  @media screen and (min-width: 40em) {
    .card-excursion__countdown-col {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
  .card-excursion__countdown-col:last-child:not(:first-child) {
    float: right; }

.card-excursion__countdown-heading {
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 500; }

.card-excursion__countdown-subheading {
  text-transform: uppercase;
  font-weight: 400; }

.card-excursion--orange .card-excursion__pre {
  color: #f47920; }

.card-excursion--orange .card-excursion__heading {
  color: #f47920; }

.card-excursion--orange .card-excursion__footer {
  background-color: #f47920;
  background-image: -webkit-gradient(linear, right top, left top, from(#f47920), to(#f6934c));
  background-image: -webkit-linear-gradient(right, #f47920, #f6934c);
  background-image: linear-gradient(-90deg, #f47920, #f6934c);
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat; }

.site-header {
  background-color: #ffffff; }

.top-bar {
  max-width: 64.47368rem;
  margin-left: auto;
  margin-right: auto;
  z-index: 50; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .top-bar::after {
    clear: both; }
  .top-bar .menu {
    background: none;
    z-index: 150; }

.mobile-menu {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px);
  z-index: -1;
  -webkit-transition: opacity 380ms cubic-bezier(0.46, 0.03, 0.52, 0.96), -webkit-transform 350ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 380ms cubic-bezier(0.46, 0.03, 0.52, 0.96), -webkit-transform 350ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 380ms cubic-bezier(0.46, 0.03, 0.52, 0.96), transform 350ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 380ms cubic-bezier(0.46, 0.03, 0.52, 0.96), transform 350ms cubic-bezier(0.46, 0.03, 0.52, 0.96), -webkit-transform 350ms cubic-bezier(0.46, 0.03, 0.52, 0.96); }
  @media screen and (min-width: 40em) {
    .mobile-menu {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      z-index: 100;
      visibility: visible;
      height: auto;
      max-height: 100%; } }
  .mobile-menu.mobile-menu-visible {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    z-index: 100;
    visibility: visible;
    height: auto; }

#mobile-menu .menu-item.menu-item-371 a {
  background: #f47920; }
  #mobile-menu .menu-item.menu-item-371 a:hover, #mobile-menu .menu-item.menu-item-371 a:active {
    background: #c35761;
    color: #fff; }

.desktop-menu {
  display: none; }
  @media screen and (min-width: 40em) {
    .desktop-menu {
      display: block; } }
  @media screen and (min-width: 40em) {
    .desktop-menu .menu-item-6 {
      display: none; } }

#menu-main-menu .menu-item.menu-item-371 {
  padding-left: 0.5rem; }
  @media screen and (min-width: 61.25em) {
    #menu-main-menu .menu-item.menu-item-371 {
      padding-left: 1rem; } }
  #menu-main-menu .menu-item.menu-item-371 a {
    border: 1px solid #f47920;
    border-radius: 30px;
    color: #f47920;
    display: block;
    padding: 1rem 1.2rem 1rem 1.2rem;
    position: relative; }
    #menu-main-menu .menu-item.menu-item-371 a:hover {
      border: 1px solid #c35761;
      color: #c35761; }

@media screen and (min-width: 40em) {
  #mobile-menu {
    display: none !important; } }

/* Mobile menu */
.off-canvas > ul.menu {
  height: 100vh;
  padding: 1rem; }

.title-bar {
  background-color: #ffffff;
  position: relative;
  z-index: 150;
  padding: 1.2rem;
  display: block;
  display: none; }
  .title-bar .mobile-menu-icon {
    display: block;
    position: absolute;
    right: 0;
    top: 63%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-left: 1.2rem;
    margin-right: 1.2rem;
    overflow: hidden; }
    .title-bar .mobile-menu-icon::after {
      background: #791f40;
      -webkit-box-shadow: 0 7px 0 #791f40, 0 14px 0 #791f40;
              box-shadow: 0 7px 0 #791f40, 0 14px 0 #791f40; }

.title-bar__logo {
  width: 100%;
  max-width: 200px;
  float: left; }

/* Tablet and desktop menu */
.top-bar {
  padding: 0; }
  @media screen and (min-width: 40em) {
    .top-bar {
      position: relative;
      padding: 1rem; } }
  .top-bar .menu__link {
    padding: 0; }
  .top-bar .menu__logo .is-dropdown-submenu-parent .submenu {
    display: block; }
  .top-bar .dropdown.menu:first-child >
li.is-dropdown-submenu-parent >
a::after {
    display: none; }

.top-bar-left {
  display: none; }
  @media screen and (min-width: 40em) {
    .top-bar-left {
      display: block; } }

.top-bar-right {
  text-align: left; }
  @media screen and (min-width: 40em) {
    .top-bar-right {
      position: absolute;
      right: 0;
      margin-right: 1.2rem;
      top: 62.5%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); } }

.menu__link {
  display: block;
  width: 100%;
  max-width: 10vw;
  max-width: 250px; }

#menu-main-menu,
#mobile-menu {
  background: #791f40;
  font-family: "Ubuntu", sans-serif; }
  @media screen and (min-width: 40em) {
    #menu-main-menu,
    #mobile-menu {
      background: none; } }
  #menu-main-menu .menu-item,
  #mobile-menu .menu-item {
    border-top: 1px solid #8d244b;
    background-color: #791f40;
    position: relative; }
    @media screen and (min-width: 40em) {
      #menu-main-menu .menu-item,
      #mobile-menu .menu-item {
        background: none;
        border-top: none; } }
    #menu-main-menu .menu-item a,
    #mobile-menu .menu-item a {
      color: #ffffff;
      font-size: 1.05263rem;
      font-weight: 700;
      padding: 1.7rem 0.7rem;
      padding: 1rem 0.8rem; }
      @media screen and (min-width: 40em) {
        #menu-main-menu .menu-item a,
        #mobile-menu .menu-item a {
          background: none;
          color: #791f40; } }
      @media screen and (min-width: 61.25em) {
        #menu-main-menu .menu-item a,
        #mobile-menu .menu-item a {
          padding: 0.8rem 1.7rem; } }
    @media screen and (min-width: 40em) {
      #menu-main-menu .menu-item:hover,
      #mobile-menu .menu-item:hover {
        background-color: #8d244b; } }
    @media screen and (min-width: 40em) {
      #menu-main-menu .menu-item:hover,
      #mobile-menu .menu-item:hover {
        background: none; } }
    #menu-main-menu .menu-item:hover > a,
    #mobile-menu .menu-item:hover > a {
      color: #f47920; }
    #menu-main-menu .menu-item .menu.nested,
    #mobile-menu .menu-item .menu.nested {
      margin-left: 0; }
    @media screen and (min-width: 40em) {
      #menu-main-menu .menu-item:last-child .is-dropdown-submenu,
      #mobile-menu .menu-item:last-child .is-dropdown-submenu {
        left: auto;
        right: 0;
        -webkit-clip-path: polygon(0% 10px, 100% 0, 100% 100%, 0 100%);
                clip-path: polygon(0% 10px, 100% 0, 100% 100%, 0 100%); } }
    #menu-main-menu .menu-item.menu-item-disabled .accordion-toggle,
    #mobile-menu .menu-item.menu-item-disabled .accordion-toggle {
      width: 100%;
      background: none; }
  #menu-main-menu .nested.menu,
  #mobile-menu .nested.menu {
    display: none; }
    #menu-main-menu .nested.menu .menu-item,
    #mobile-menu .nested.menu .menu-item {
      background: none;
      padding-left: 0.98684rem;
      background: #8d244b; }
  #menu-main-menu .accordion-toggle,
  #mobile-menu .accordion-toggle {
    position: absolute;
    top: 0;
    height: auto;
    width: 54px;
    z-index: 180;
    font-size: 1.8em;
    line-height: 2;
    right: 0;
    padding: 23px;
    background: #8d244b;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    #menu-main-menu .accordion-toggle:after,
    #mobile-menu .accordion-toggle:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: #ffffff transparent transparent;
      border-top-style: solid;
      border-bottom-width: 0;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      right: 1.2rem;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    #menu-main-menu .accordion-toggle.accordion-open:after,
    #mobile-menu .accordion-toggle.accordion-open:after {
      -webkit-transform: scaleY(1) rotate(180deg);
          -ms-transform: scaleY(1) rotate(180deg);
              transform: scaleY(1) rotate(180deg); }
  #menu-main-menu .is-dropdown-submenu,
  #mobile-menu .is-dropdown-submenu {
    padding-top: 1rem;
    background-color: #791f40;
    -webkit-clip-path: polygon(0% 0%, 100% 10px, 100% 100%, 0 100%);
            clip-path: polygon(0% 0%, 100% 10px, 100% 100%, 0 100%);
    left: 0;
    top: 90%; }
    #menu-main-menu .is-dropdown-submenu.submenu-visible,
    #mobile-menu .is-dropdown-submenu.submenu-visible {
      display: block; }
    #menu-main-menu .is-dropdown-submenu.submenu-hidden,
    #mobile-menu .is-dropdown-submenu.submenu-hidden {
      display: none; }
    #menu-main-menu .is-dropdown-submenu .menu-item,
    #mobile-menu .is-dropdown-submenu .menu-item {
      background-color: #791f40; }
      #menu-main-menu .is-dropdown-submenu .menu-item a,
      #mobile-menu .is-dropdown-submenu .menu-item a {
        color: #ffffff;
        font-weight: 300;
        font-size: 0.92105rem;
        line-height: 1.6; }
      #menu-main-menu .is-dropdown-submenu .menu-item :hover,
      #mobile-menu .is-dropdown-submenu .menu-item :hover {
        color: #f47920; }
  #menu-main-menu .is-accordion-submenu-parent > a::after,
  #mobile-menu .is-accordion-submenu-parent > a::after {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 200;
    right: 1.2rem; }
  #menu-main-menu .dropdown.menu .has-submenu.is-down-arrow > a::after,
  #mobile-menu .dropdown.menu .has-submenu.is-down-arrow > a::after {
    border: 0; }
  #menu-main-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after,
  #mobile-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
    -webkit-transform: scaleY(1) rotate(180deg);
        -ms-transform: scaleY(1) rotate(180deg);
            transform: scaleY(1) rotate(180deg); }
  #menu-main-menu .active,
  #menu-main-menu .nested.menu .menu-item.active,
  #mobile-menu .active,
  #mobile-menu .nested.menu .menu-item.active {
    background: #8d244b; }
    @media screen and (min-width: 40em) {
      #menu-main-menu .active,
      #menu-main-menu .nested.menu .menu-item.active,
      #mobile-menu .active,
      #mobile-menu .nested.menu .menu-item.active {
        background: none; } }
    #menu-main-menu .active > a,
    #menu-main-menu .nested.menu .menu-item.active > a,
    #mobile-menu .active > a,
    #mobile-menu .nested.menu .menu-item.active > a {
      background: #8d244b;
      font-weight: 300;
      color: #f47920; }
      @media screen and (min-width: 40em) {
        #menu-main-menu .active > a,
        #menu-main-menu .nested.menu .menu-item.active > a,
        #mobile-menu .active > a,
        #mobile-menu .nested.menu .menu-item.active > a {
          background: none;
          color: #791f40;
          font-weight: 700; }
          #menu-main-menu .active > a:hover,
          #menu-main-menu .nested.menu .menu-item.active > a:hover,
          #mobile-menu .active > a:hover,
          #mobile-menu .nested.menu .menu-item.active > a:hover {
            color: #f47920; } }
  @media screen and (min-width: 40em) {
    #menu-main-menu .current-menu-item > a,
    #menu-main-menu .current-menu-parent > a,
    #menu-main-menu .current_page_parent.is-dropdown-submenu-parent > a,
    #menu-main-menu .active.is-submenu-item > a,
    #mobile-menu .current-menu-item > a,
    #mobile-menu .current-menu-parent > a,
    #mobile-menu .current_page_parent.is-dropdown-submenu-parent > a,
    #mobile-menu .active.is-submenu-item > a {
      color: #f47920; } }

.single-post #menu-main-menu .current_page_parent > a {
  color: #f47920; }

.home #menu-main-menu li.active a,
.home #mobile-menu li.active a {
  color: #ffffff;
  font-weight: 700;
  background-color: #791f40; }
  .home #menu-main-menu li.active a:hover,
  .home #mobile-menu li.active a:hover {
    color: #f47920; }
  @media screen and (min-width: 40em) {
    .home #menu-main-menu li.active a,
    .home #mobile-menu li.active a {
      color: #791f40;
      background: none; } }

.home #menu-main-menu li.active:first-child a,
.home #mobile-menu li.active:first-child a {
  background: #8d244b;
  font-weight: 300; }
  @media screen and (min-width: 40em) {
    .home #menu-main-menu li.active:first-child a,
    .home #mobile-menu li.active:first-child a {
      font-weight: 500;
      background: none;
      color: #f47920; } }

.clip-svg {
  width: 0;
  height: 0;
  position: absolute; }

.post-navigation:before, sadfds .post-navigation:after {
  content: "";
  display: table; }

.post-navigation:after {
  clear: both; }

/* Text meant only for screen readers. Addresses part of theme-check issue #840. https://github.com/Automattic/_s/blob/master/style.css */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

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

.nav-previous {
  float: left; }

.nav-next {
  float: right; }

.mobile-menu-toggle {
  display: inline-block;
  position: relative;
  max-width: 33px;
  width: 33px;
  height: 33px; }

.mobile-menu-lines {
  left: 0;
  right: 0;
  top: 50%;
  height: 4px;
  width: 33px;
  display: block;
  margin: 0 auto;
  border-radius: 1px;
  position: absolute;
  background: #791f40;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform: scale(1) rotate(0deg) translateY(-50%);
      -ms-transform: scale(1) rotate(0deg) translateY(-50%);
          transform: scale(1) rotate(0deg) translateY(-50%); }
  .mobile-menu-lines:before, .mobile-menu-lines:after {
    content: '';
    height: 4px;
    width: 100%;
    display: block;
    position: absolute;
    border-radius: 1px;
    background: #791f40;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: top 0.2s ease 0.15s, -webkit-transform 0.2s;
    transition: top 0.2s ease 0.15s, -webkit-transform 0.2s;
    transition: top 0.2s ease 0.15s, transform 0.2s;
    transition: top 0.2s ease 0.15s, transform 0.2s, -webkit-transform 0.2s; }
  .mobile-menu-lines:before {
    top: -10px; }
  .mobile-menu-lines:after {
    top: 10px; }
  .mobile-menu-active .mobile-menu-lines {
    top: 49%;
    -webkit-transition: -webkit-transform 0.2s 0.15s;
    transition: -webkit-transform 0.2s 0.15s;
    transition: transform 0.2s 0.15s;
    transition: transform 0.2s 0.15s, -webkit-transform 0.2s 0.15s;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
    .mobile-menu-active .mobile-menu-lines:before, .mobile-menu-active .mobile-menu-lines:after {
      top: 0;
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
      -webkit-transition: top 0.2s ease, -webkit-transform 0.2s 0.15s;
      transition: top 0.2s ease, -webkit-transform 0.2s 0.15s;
      transition: top 0.2s ease, transform 0.2s 0.15s;
      transition: top 0.2s ease, transform 0.2s 0.15s, -webkit-transform 0.2s 0.15s; }

.gradient--primary {
  background-color: #791f40;
  background-image: -webkit-gradient(linear, right top, left top, from(#791f40), to(#c35761));
  background-image: -webkit-linear-gradient(right, #791f40, #c35761);
  background-image: linear-gradient(-90deg, #791f40, #c35761);
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  min-height: 19.73684rem;
  padding-bottom: 5.26316rem;
  text-align: center;
  overflow-y: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.intro {
  padding-bottom: 3.28947rem; }
  @media screen and (min-width: 40em) {
    .intro {
      padding-bottom: 7.23684rem; } }
  @media screen and (min-width: 61.25em) {
    .intro {
      padding-bottom: 5.59211rem; } }

.intro__divider {
  margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .intro__divider {
      margin-bottom: 1.5rem; } }
  @media screen and (min-width: 61.25em) {
    .intro__divider {
      margin-bottom: 3rem; } }

.intro__row {
  text-align: center;
  max-width: 64.47368rem;
  margin-left: auto;
  margin-right: auto; }
  .intro__row::before, .intro__row::after {
    content: ' ';
    display: table; }
  .intro__row::after {
    clear: both; }

.intro__contain {
  width: 100%;
  float: left;
  padding-left: 1.15132rem;
  padding-right: 1.15132rem; }
  @media screen and (min-width: 40em) {
    .intro__contain {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
  .intro__contain:last-child:not(:first-child) {
    float: right; }
  @media screen and (min-width: 40em) {
    .intro__contain {
      width: 83.33333%;
      float: left;
      padding-left: 1.15132rem;
      padding-right: 1.15132rem;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .intro__contain {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
  @media screen and (min-width: 40em) {
      .intro__contain:last-child:not(:first-child) {
        float: right; }
      .intro__contain, .intro__contain:last-child:not(:first-child) {
        float: none;
        clear: both; } }

.intro__heading {
  width: 100%;
  float: left;
  padding-left: 1.15132rem;
  padding-right: 1.15132rem;
  -webkit-transform: translateY(0.98684rem);
      -ms-transform: translateY(0.98684rem);
          transform: translateY(0.98684rem);
  -webkit-transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  color: #ffffff; }
  @media screen and (min-width: 40em) {
    .intro__heading {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
  .intro__heading:last-child:not(:first-child) {
    float: right; }
  .intro__heading.fade-in {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  @media screen and (min-width: 40em) {
    .intro__heading {
      margin-bottom: 3rem;
      width: 50%;
      float: left;
      padding-left: 1.15132rem;
      padding-right: 1.15132rem;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .intro__heading {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
  @media screen and (min-width: 40em) {
      .intro__heading:last-child:not(:first-child) {
        float: right; }
      .intro__heading, .intro__heading:last-child:not(:first-child) {
        float: none;
        clear: both; } }
  @media screen and (min-width: 61.25em) {
    .intro__heading {
      opacity: 0; } }

.intro__body {
  color: #ffffff;
  -webkit-transform: translateY(0.98684rem);
      -ms-transform: translateY(0.98684rem);
          transform: translateY(0.98684rem);
  -webkit-transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s; }
  .intro__body.fade-in {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  @media screen and (min-width: 61.25em) {
    .intro__body {
      opacity: 0; } }

.leaderboard__row {
  text-align: center;
  max-width: 64.47368rem;
  margin-left: auto;
  margin-right: auto; }
  .leaderboard__row::before, .leaderboard__row::after {
    content: ' ';
    display: table; }
  .leaderboard__row::after {
    clear: both; }

.leaderboard__heading {
  -webkit-transform: translateY(0.98684rem);
      -ms-transform: translateY(0.98684rem);
          transform: translateY(0.98684rem);
  -webkit-transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  -webkit-transition-delay: 1s;
          transition-delay: 1s; }
  .leaderboard__heading.fade-in {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  @media screen and (min-width: 61.25em) {
    .leaderboard__heading {
      opacity: 0; } }

.leaderboard__body {
  width: 100%;
  float: left;
  padding-left: 1.15132rem;
  padding-right: 1.15132rem;
  -webkit-transform: translateY(0.98684rem);
      -ms-transform: translateY(0.98684rem);
          transform: translateY(0.98684rem);
  -webkit-transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s; }
  @media screen and (min-width: 40em) {
    .leaderboard__body {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
  .leaderboard__body:last-child:not(:first-child) {
    float: right; }
  .leaderboard__body.fade-in {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  @media screen and (min-width: 61.25em) {
    .leaderboard__body {
      opacity: 0; } }

.about-section {
  background-color: #ffffff;
  padding-bottom: 3.15789rem; }

.about-section__row {
  text-align: center;
  max-width: 64.47368rem;
  margin-left: auto;
  margin-right: auto; }
  .about-section__row::before, .about-section__row::after {
    content: ' ';
    display: table; }
  .about-section__row::after {
    clear: both; }

.about-section__contain {
  width: 100%;
  float: left;
  padding-left: 1.15132rem;
  padding-right: 1.15132rem; }
  @media screen and (min-width: 40em) {
    .about-section__contain {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
  .about-section__contain:last-child:not(:first-child) {
    float: right; }
  @media screen and (min-width: 40em) {
    .about-section__contain {
      width: 83.33333%;
      float: left;
      padding-left: 1.15132rem;
      padding-right: 1.15132rem;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .about-section__contain {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
  @media screen and (min-width: 40em) {
      .about-section__contain:last-child:not(:first-child) {
        float: right; }
      .about-section__contain, .about-section__contain:last-child:not(:first-child) {
        float: none;
        clear: both; } }

.about-section__divider {
  margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .about-section__divider {
      margin-bottom: 3rem; } }

.about-section__heading {
  -webkit-transform: translateY(0.98684rem);
      -ms-transform: translateY(0.98684rem);
          transform: translateY(0.98684rem);
  -webkit-transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  -webkit-transition-delay: 1s;
          transition-delay: 1s; }
  .about-section__heading.fade-in {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  @media screen and (min-width: 61.25em) {
    .about-section__heading {
      opacity: 0; } }

.about-section__body {
  margin-bottom: 1.2rem;
  -webkit-transform: translateY(0.98684rem);
      -ms-transform: translateY(0.98684rem);
          transform: translateY(0.98684rem);
  -webkit-transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s; }
  .about-section__body.fade-in {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  @media screen and (min-width: 61.25em) {
    .about-section__body {
      opacity: 0; } }

.about-section__body {
  width: 100%;
  float: left;
  padding-left: 1.15132rem;
  padding-right: 1.15132rem;
  padding-left: 0;
  padding-right: 0; }
  @media screen and (min-width: 40em) {
    .about-section__body {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
  .about-section__body:last-child:not(:first-child) {
    float: right; }

.about-section__logo-col {
  width: 33.33333%;
  float: left;
  padding-left: 1.15132rem;
  padding-right: 1.15132rem;
  -webkit-transform: translateY(0.98684rem);
      -ms-transform: translateY(0.98684rem);
          transform: translateY(0.98684rem);
  -webkit-transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s; }
  @media screen and (min-width: 40em) {
    .about-section__logo-col {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
  .about-section__logo-col:last-child:not(:first-child) {
    float: right; }
  .about-section__logo-col.fade-in {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  @media screen and (min-width: 61.25em) {
    .about-section__logo-col {
      opacity: 0; } }

.footer {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  background-color: #791f40; }

.footer__row {
  max-width: 64.47368rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  .footer__row::before, .footer__row::after {
    content: ' ';
    display: table; }
  .footer__row::after {
    clear: both; }

.footer__col {
  width: 100%;
  float: left;
  padding-left: 1.15132rem;
  padding-right: 1.15132rem;
  text-align: center; }
  @media screen and (min-width: 40em) {
    .footer__col {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
  .footer__col:last-child:not(:first-child) {
    float: right; }
  @media screen and (min-width: 61.25em) {
    .footer__col {
      width: 50%;
      float: left;
      padding-left: 1.15132rem;
      padding-right: 1.15132rem; } }
  @media screen and (min-width: 61.25em) and (min-width: 40em) {
    .footer__col {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
  @media screen and (min-width: 61.25em) {
      .footer__col:last-child:not(:first-child) {
        float: right; } }

@media screen and (min-width: 61.25em) {
  .footer__col--right {
    text-align: right; } }

#menu-footer-left li {
  display: inline-block; }
  #menu-footer-left li a {
    color: #ffffff;
    list-style-type: none;
    position: relative;
    font-weight: 400; }
    #menu-footer-left li a:hover {
      color: #f47920; }
  #menu-footer-left li.active a {
    color: #f47920;
    background: none; }
  #menu-footer-left li:not(:last-child) a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border: 0 solid;
    border-radius: 50%; }
  #menu-footer-left li:nth-child(1) a:after {
    background-color: #45b97c; }
  #menu-footer-left li:nth-child(2) a:after {
    background-color: #f47920; }

@media screen and (min-width: 61.25em) {
  #menu-footer-left {
    text-align: left; } }

#menu-footer-right {
  text-align: center; }
  @media screen and (min-width: 61.25em) {
    #menu-footer-right {
      float: right;
      text-align: right; } }
  #menu-footer-right li a {
    color: #fff9e6;
    list-style-type: none;
    position: relative; }
    #menu-footer-right li a:hover {
      color: #f47920; }
  #menu-footer-right li.active a {
    color: #f47920;
    background: none; }
  #menu-footer-right li:not(:last-child) a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 3px;
    height: 3px;
    border: 0 solid;
    border-radius: 50%;
    background-color: #fff9e6; }

.footer__widget--right {
  display: inline-block;
  width: auto; }

.footer__copyright {
  display: block;
  vertical-align: top;
  color: #fff9e6;
  position: relative;
  width: auto;
  line-height: 1;
  padding-top: 1.2rem; }
  @media screen and (min-width: 61.25em) {
    .footer__copyright {
      display: inline-block;
      padding: 1.2rem 1rem; }
      .footer__copyright:hover {
        color: #f47920; }
      .footer__copyright:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 3px;
        height: 3px;
        border: 0 solid;
        border-radius: 50%;
        background-color: #fff9e6; } }

.sidebar {
  width: 100%;
  float: left;
  padding-left: 1.15132rem;
  padding-right: 1.15132rem; }
  @media screen and (min-width: 40em) {
    .sidebar {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
  .sidebar:last-child:not(:first-child) {
    float: right; }
  @media screen and (min-width: 40em) {
    .sidebar {
      width: 33.33333%;
      float: left;
      padding-left: 1.15132rem;
      padding-right: 1.15132rem;
      margin-top: 1rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .sidebar {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
  @media screen and (min-width: 40em) {
      .sidebar:last-child:not(:first-child) {
        float: right; } }

body#tinymce {
  height: auto;
  max-width: 64.47368rem;
  padding: 1.31579rem !important; }

.hero {
  background: url("../images/mobile-hero.jpg") bottom left;
  z-index: 30;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 2.36842rem 0 13.15789rem;
  height: auto;
  min-height: 23.68421rem;
  position: relative;
  text-align: left;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 97%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 97%);
  margin: 0 0 1.5rem;
  -webkit-animation: animatedBackground 2s linear;
          animation: animatedBackground 2s linear; }
  @media screen and (min-width: 40em) {
    .hero {
      background: url("../images/hero.jpg") bottom center;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: 50% 50%;
      margin: 0 0 3rem;
      height: 45.06579rem;
      padding: 4.27632rem 0;
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 94%);
              clip-path: polygon(0 0, 100% 0, 100% 100%, 0 94%); } }

.hero__row {
  max-width: 64.47368rem;
  margin-left: auto;
  margin-right: auto; }
  .hero__row::before, .hero__row::after {
    content: ' ';
    display: table; }
  .hero__row::after {
    clear: both; }

.hero__tagline {
  width: 100%;
  float: left;
  padding-left: 1.15132rem;
  padding-right: 1.15132rem; }
  @media screen and (min-width: 40em) {
    .hero__tagline {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
  .hero__tagline:last-child:not(:first-child) {
    float: right; }
  @media screen and (min-width: 40em) {
    .hero__tagline {
      width: 66.66667%;
      float: left;
      padding-left: 1.15132rem;
      padding-right: 1.15132rem;
      padding-top: 6rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .hero__tagline {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
  @media screen and (min-width: 40em) {
      .hero__tagline:last-child:not(:first-child) {
        float: right; } }
  @media screen and (min-width: 61.25em) {
    .hero__tagline {
      width: 50%;
      float: left;
      padding-left: 1.15132rem;
      padding-right: 1.15132rem; } }
  @media screen and (min-width: 61.25em) and (min-width: 40em) {
    .hero__tagline {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
  @media screen and (min-width: 61.25em) {
      .hero__tagline:last-child:not(:first-child) {
        float: right; } }

.hero__heading {
  color: #791f40;
  font-weight: 500;
  -webkit-transform: translateY(0.98684rem);
      -ms-transform: translateY(0.98684rem);
          transform: translateY(0.98684rem);
  -webkit-transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  -webkit-transition-delay: 0.1;
          transition-delay: 0.1; }
  .hero__heading.fade-in {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  @media screen and (min-width: 40em) {
    .hero__heading {
      font-size: 2.875rem; } }
  @media screen and (min-width: 61.25em) {
    .hero__heading {
      opacity: 0; } }

.hero__subheading {
  width: 100%;
  float: left;
  padding-left: 1.15132rem;
  padding-right: 1.15132rem;
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  color: #791f40;
  line-height: 1.71053rem;
  margin-bottom: 2.4rem;
  max-width: 80%;
  -webkit-transform: translateY(0.98684rem);
      -ms-transform: translateY(0.98684rem);
          transform: translateY(0.98684rem);
  -webkit-transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s; }
  @media screen and (min-width: 40em) {
    .hero__subheading {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
  .hero__subheading:last-child:not(:first-child) {
    float: right; }
  .hero__subheading.fade-in {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  @media screen and (min-width: 40em) {
    .hero__subheading {
      width: 83.33333%;
      float: left;
      padding-left: 0;
      padding-right: 0; }
      .hero__subheading:last-child:not(:first-child) {
        float: right; } }
  @media screen and (min-width: 61.25em) {
    .hero__subheading {
      opacity: 0; } }
  .hero__subheading p {
    margin-bottom: 0; }

.hero__button {
  -webkit-transform: translateY(0.98684rem);
      -ms-transform: translateY(0.98684rem);
          transform: translateY(0.98684rem);
  -webkit-transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s; }
  .hero__button.fade-in {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  @media screen and (min-width: 61.25em) {
    .hero__button {
      opacity: 0; } }

.download {
  margin-top: 1.31579rem; }

.hero__icon {
  display: block;
  float: right;
  position: relative;
  max-width: 16px;
  line-height: 1.8;
  bottom: -3px;
  margin-left: 0.65789rem;
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out; }
  .hero__icon .icon__play {
    display: block;
    height: 18px;
    width: 16px;
    fill: #791f40; }

.leaderboard {
  max-width: 64.47368rem;
  margin-left: auto;
  margin-right: auto;
  min-height: 13.15789rem;
  text-align: center; }
  .leaderboard::before, .leaderboard::after {
    content: ' ';
    display: table; }
  .leaderboard::after {
    clear: both; }
  .leaderboard .fp-intro {
    width: 100%;
    float: left;
    padding-left: 1.15132rem;
    padding-right: 1.15132rem; }
    @media screen and (min-width: 40em) {
      .leaderboard .fp-intro {
        padding-left: 0.98684rem;
        padding-right: 0.98684rem; } }
    .leaderboard .fp-intro:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      .leaderboard .fp-intro {
        width: 83.33333%;
        float: left;
        padding-left: 1.15132rem;
        padding-right: 1.15132rem;
        margin-left: 8.33333%; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .leaderboard .fp-intro {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
    @media screen and (min-width: 40em) {
        .leaderboard .fp-intro:last-child:not(:first-child) {
          float: right; }
        .leaderboard .fp-intro h2 {
          font-weight: 300;
          margin-bottom: 1.5rem; }
        .leaderboard .fp-intro h4 {
          font-size: 1.125rem;
          line-height: 1.6;
          color: #777;
          margin-bottom: 2rem; } }

.hero__close-button {
  position: absolute;
  color: #ffffff;
  right: 10px;
  top: 0;
  font-size: 3.5em;
  -webkit-transition: all cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.3s;
  transition: all cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.3s; }
  .hero__close-button:hover {
    color: #791f40; }

.google-map__wrap {
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 100%);
  margin-top: -60px; }

.google-map {
  position: relative;
  display: block;
  margin-top: -3.94737rem;
  height: 46.05263rem;
  overflow: hidden;
  -webkit-filter: brightness(1);
  transition: -webkit-filter 500ms cubic-bezier(0.46, 0.03, 0.52, 0.96); }
  .google-map.map-overlay {
    -webkit-filter: brightness(0.85);
    transition: -webkit-filter 500ms cubic-bezier(0.46, 0.03, 0.52, 0.96); }

.google-map__modal {
  width: 100%;
  max-width: 52.63158rem;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 80px;
  margin: auto;
  z-index: 100;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: -webkit-transform 300ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: transform 300ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: transform 300ms cubic-bezier(0.46, 0.03, 0.52, 0.96), -webkit-transform 300ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -webkit-clip-path: polygon(-1px 10%, 100% 0, 100% 100%, -10px 100%);
          clip-path: polygon(-1px 10%, 100% 0, 100% 100%, -10px 100%);
  overflow: hidden; }
  .google-map__modal.modal-open {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: -webkit-transform 300ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: transform 300ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: transform 300ms cubic-bezier(0.46, 0.03, 0.52, 0.96), -webkit-transform 300ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
    -webkit-clip-path: polygon(-1px 10%, 100% 0, 100% 100%, -10px 100%);
            clip-path: polygon(-1px 10%, 100% 0, 100% 100%, -10px 100%); }
  .google-map__modal.modal-has-content .google-map__modal-heading,
  .google-map__modal.modal-has-content .google-map__modal-address,
  .google-map__modal.modal-has-content .google-map__modal-date,
  .google-map__modal.modal-has-content .google-map__modal-desc,
  .google-map__modal.modal-has-content .google-map__modal-link {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .google-map__modal.modal-has-content .google-map__modal-image {
    opacity: 1; }

.google-map__modal-overlay {
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(55, 55, 62, 0.3); }

.google-map__modal-content {
  max-width: 64.47368rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto; }
  .google-map__modal-content::before, .google-map__modal-content::after {
    content: ' ';
    display: table; }
  .google-map__modal-content::after {
    clear: both; }
  .google-map__modal-content.hosted-event .google-map__modal-heading {
    color: #f47920; }
  .google-map__modal-content.supported-event .google-map__modal-heading {
    color: #45b97c; }
  .google-map__modal-content.carnival-event .google-map__modal-heading {
    color: #791f40; }

.google-map__modal-image {
  width: 33.33333%;
  float: left;
  padding-left: 1.15132rem;
  padding-right: 1.15132rem;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  padding-top: 4rem;
  padding-bottom: 3rem;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  -webkit-transition: opacity 700ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 700ms cubic-bezier(0.46, 0.03, 0.52, 0.96); }
  @media screen and (min-width: 40em) {
    .google-map__modal-image {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
  .google-map__modal-image:last-child:not(:first-child) {
    float: right; }

.google-map__modal-body {
  width: 66.66667%;
  float: left;
  padding-left: 1.15132rem;
  padding-right: 1.15132rem;
  padding-top: 4rem;
  padding-bottom: 3rem; }
  @media screen and (min-width: 40em) {
    .google-map__modal-body {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
  .google-map__modal-body:last-child:not(:first-child) {
    float: right; }
  @media screen and (min-width: 40em) {
    .google-map__modal-body {
      padding-left: 2rem; } }

.google-map__modal-heading {
  font-size: 1.64474rem;
  margin-bottom: 0.65789rem;
  color: #f47920;
  opacity: 0;
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-transition: opacity 300ms cubic-bezier(0.46, 0.03, 0.52, 0.96), -webkit-transform 600ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 300ms cubic-bezier(0.46, 0.03, 0.52, 0.96), -webkit-transform 600ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 300ms cubic-bezier(0.46, 0.03, 0.52, 0.96), transform 600ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 300ms cubic-bezier(0.46, 0.03, 0.52, 0.96), transform 600ms cubic-bezier(0.46, 0.03, 0.52, 0.96), -webkit-transform 600ms cubic-bezier(0.46, 0.03, 0.52, 0.96); }

.google-map__modal-heading--team {
  color: #37363e; }

.google-map__modal-address {
  color: #791f40;
  text-transform: uppercase;
  font-size: 0.78947rem;
  font-weight: 500;
  opacity: 0;
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-transition: opacity 300ms cubic-bezier(0.46, 0.03, 0.52, 0.96), -webkit-transform 520ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 300ms cubic-bezier(0.46, 0.03, 0.52, 0.96), -webkit-transform 520ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 300ms cubic-bezier(0.46, 0.03, 0.52, 0.96), transform 520ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 300ms cubic-bezier(0.46, 0.03, 0.52, 0.96), transform 520ms cubic-bezier(0.46, 0.03, 0.52, 0.96), -webkit-transform 520ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -webkit-transition-delay: 0.02s;
          transition-delay: 0.02s; }

.google-map__modal-address--team {
  margin-bottom: 0.65789rem; }

.google-map__modal-date {
  color: #791f40;
  text-transform: uppercase;
  font-size: 0.78947rem;
  font-weight: 500;
  opacity: 0;
  -webkit-transform: translateY(-5.5px);
      -ms-transform: translateY(-5.5px);
          transform: translateY(-5.5px);
  -webkit-transition: opacity 300ms cubic-bezier(0.46, 0.03, 0.52, 0.96), -webkit-transform 540ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 300ms cubic-bezier(0.46, 0.03, 0.52, 0.96), -webkit-transform 540ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 300ms cubic-bezier(0.46, 0.03, 0.52, 0.96), transform 540ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 300ms cubic-bezier(0.46, 0.03, 0.52, 0.96), transform 540ms cubic-bezier(0.46, 0.03, 0.52, 0.96), -webkit-transform 540ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -webkit-transition-delay: 0.04s;
          transition-delay: 0.04s; }

.google-map__modal-desc {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  opacity: 0;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: opacity 300ms cubic-bezier(0.46, 0.03, 0.52, 0.96), -webkit-transform 560ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 300ms cubic-bezier(0.46, 0.03, 0.52, 0.96), -webkit-transform 560ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 300ms cubic-bezier(0.46, 0.03, 0.52, 0.96), transform 560ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 300ms cubic-bezier(0.46, 0.03, 0.52, 0.96), transform 560ms cubic-bezier(0.46, 0.03, 0.52, 0.96), -webkit-transform 560ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -webkit-transition-delay: 0.08s;
          transition-delay: 0.08s; }

.google-map__modal-link {
  color: #f47920;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  display: block;
  opacity: 0;
  -webkit-transform: translateY(-4.5px);
      -ms-transform: translateY(-4.5px);
          transform: translateY(-4.5px);
  -webkit-transition: opacity 300ms cubic-bezier(0.46, 0.03, 0.52, 0.96), -webkit-transform 580ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 300ms cubic-bezier(0.46, 0.03, 0.52, 0.96), -webkit-transform 580ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 300ms cubic-bezier(0.46, 0.03, 0.52, 0.96), transform 580ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 300ms cubic-bezier(0.46, 0.03, 0.52, 0.96), transform 580ms cubic-bezier(0.46, 0.03, 0.52, 0.96), -webkit-transform 580ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s; }
  .google-map__modal-link:hover {
    color: #791f40; }
    .google-map__modal-link:hover .google-map__modal-arrow {
      color: #791f40; }

.google-map__modal-arrow {
  color: #f47920;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-size: 0.78947rem;
  -webkit-transition: color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96); }

.google-map__modal-close {
  display: block;
  color: #791f40;
  z-index: 150;
  position: absolute;
  padding: 10px;
  right: 0.65789rem;
  top: 0;
  font-size: 3.5em;
  line-height: 1;
  cursor: pointer; }
  .google-map__modal-close:hover {
    color: #f47920; }

.google-map__legend {
  position: relative;
  z-index: 100;
  width: 100%;
  background-color: #ffffff;
  padding: 1.31579rem;
  border-top: 2px solid #ffe1c4;
  border-bottom: 2px solid #ffe1c4;
  -webkit-transform: translateY(0.98684rem);
      -ms-transform: translateY(0.98684rem);
          transform: translateY(0.98684rem);
  -webkit-transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s; }
  .google-map__legend.fade-in {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  @media screen and (min-width: 61.25em) {
    .google-map__legend {
      opacity: 0; } }

.google-map__legend-row {
  max-width: 64.47368rem;
  margin-left: auto;
  margin-right: auto; }
  .google-map__legend-row::before, .google-map__legend-row::after {
    content: ' ';
    display: table; }
  .google-map__legend-row::after {
    clear: both; }

.google-map__legend-contain {
  width: 100%;
  float: left;
  padding-left: 1.15132rem;
  padding-right: 1.15132rem;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 40em) {
    .google-map__legend-contain {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
  .google-map__legend-contain:last-child:not(:first-child) {
    float: right; }
  .google-map__legend-contain, .google-map__legend-contain:last-child:not(:first-child) {
    float: none;
    clear: both; }

.google-map__legend-col {
  width: 25%;
  float: left;
  padding-left: 1.15132rem;
  padding-right: 1.15132rem; }
  @media screen and (min-width: 40em) {
    .google-map__legend-col {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
  .google-map__legend-col:last-child:not(:first-child) {
    float: right; }

.google-map__legend-icon {
  display: inline-block;
  width: 15%;
  margin: 0;
  clear: none;
  vertical-align: middle; }

.google-map__legend-name {
  display: inline-block;
  width: 80%;
  margin: 0;
  margin-left: 3px;
  clear: none;
  vertical-align: middle;
  font-size: 0.85526rem;
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
  text-transform: uppercase;
  color: #37363e; }

.events-list {
  -webkit-clip-path: polygon(-1px 3%, 100% 0, 100% 100%, -10px 100%);
          clip-path: polygon(-1px 3%, 100% 0, 100% 100%, -10px 100%);
  margin-top: -40px; }
  @media screen and (min-width: 40em) {
    .events-list {
      margin-top: -60px; } }

.events-list__row {
  max-width: 64.47368rem;
  margin-left: auto;
  margin-right: auto; }
  .events-list__row::before, .events-list__row::after {
    content: ' ';
    display: table; }
  .events-list__row::after {
    clear: both; }

@media screen and (min-width: 40em) {
  .events-list__contain {
    width: 83.33333%;
    float: left;
    padding-left: 1.15132rem;
    padding-right: 1.15132rem;
    margin-left: auto;
    margin-right: auto; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .events-list__contain {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }

@media screen and (min-width: 40em) {
    .events-list__contain:last-child:not(:first-child) {
      float: right; }
    .events-list__contain, .events-list__contain:last-child:not(:first-child) {
      float: none;
      clear: both; } }

.accordion-title::before {
  border: 1px solid #ffe0c4;
  top: 30px;
  padding: 4px 6px;
  margin-top: -13px;
  color: #791f40;
  font-weight: bold;
  font-size: 1.05263rem; }

.is-active > .accordion-title::before {
  content: '–';
  padding: 4px 6.6px; }

.events-list__list {
  padding-top: 30px;
  margin-bottom: 0; }

.events-list__list-item {
  position: relative;
  display: block;
  border-width: 0 0 2px 0; }

.events-list__list-item:first-child > :first-child {
  border-top: none; }

.events-list__toggle {
  border-width: 2px 0 0 0; }

.events-list__list-item--suppored .events-list__heading {
  color: #45b97c; }

.events-list__list-item--hosted .events-list__heading {
  color: #f47920; }

.events-list__list-item--carnival .events-list__heading {
  color: #791f40; }

.events-list__heading {
  font-size: 1.64474rem;
  margin-bottom: 0.52632rem;
  font-weight: 700;
  position: relative; }

.events-list__type.bk {
  position: relative;
  display: inline-block;
  color: #ffffff;
  padding: 3px 7px 4px 7px;
  font-size: 0.78947rem;
  border-radius: 30px;
  margin-bottom: 0.65789rem; }
  .events-list__type.bk.events-list__type--hosted {
    background-color: #f47920;
    border: 1px solid #f47920; }
  .events-list__type.bk.events-list__type--supported {
    background-color: #45b97c;
    border: 1px solid #45b97c; }
  .events-list__type.bk.events-list__type--carnival {
    background-color: #791f40;
    border: 1px solid #791f40; }

.events-list__type {
  margin-bottom: 0.65789rem;
  display: block; }

.events-list__type-icon {
  display: inline-block;
  width: 15%;
  max-width: 13px;
  margin: 0;
  clear: none;
  vertical-align: middle; }

.events-list__type-name {
  display: inline-block;
  width: 80%;
  margin: 0;
  margin-left: 3px;
  clear: none;
  vertical-align: middle;
  font-size: 0.78947rem;
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
  text-transform: uppercase;
  color: #37363e; }

.events-list__heading--team {
  color: #37363e; }

.events-list__subheading {
  color: #791f40;
  font-size: 0.92105rem;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase; }

.events-list__desc {
  color: #37373e; }

.events-list__content {
  border-width: 0;
  padding-top: 0; }

.reveal {
  outline: 0; }

.news-section {
  max-width: 64.47368rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  .news-section::before, .news-section::after {
    content: ' ';
    display: table; }
  .news-section::after {
    clear: both; }
  @media screen and (min-width: 40em) {
    .news-section {
      padding-top: 3rem;
      padding-bottom: 3rem; } }

.news-section__contain {
  width: 100%;
  float: left;
  padding-left: 1.15132rem;
  padding-right: 1.15132rem;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 40em) {
    .news-section__contain {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
  .news-section__contain:last-child:not(:first-child) {
    float: right; }
  .news-section__contain, .news-section__contain:last-child:not(:first-child) {
    float: none;
    clear: both; }

.news-section__heading {
  color: #791f40;
  margin-bottom: 1.5rem;
  -webkit-transform: translateY(0.98684rem);
      -ms-transform: translateY(0.98684rem);
          transform: translateY(0.98684rem);
  -webkit-transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  -webkit-transition-delay: 1s;
          transition-delay: 1s; }
  .news-section__heading.fade-in {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  @media screen and (min-width: 40em) {
    .news-section__heading {
      margin-bottom: 3rem; } }
  @media screen and (min-width: 61.25em) {
    .news-section__heading {
      opacity: 0; } }

@media screen and (min-width: 40em) {
  .news-section__card-heading {
    min-height: 70px; } }

.news-section__col {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 3rem;
  -webkit-transform: translateY(0.98684rem);
      -ms-transform: translateY(0.98684rem);
          transform: translateY(0.98684rem);
  -webkit-transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  -webkit-transition-delay: 1s;
          transition-delay: 1s; }
  .news-section__col:nth-child(3) {
    -webkit-transform: translateY(0.98684rem);
        -ms-transform: translateY(0.98684rem);
            transform: translateY(0.98684rem);
    -webkit-transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: opacity 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s; }
  .news-section__col.fade-in {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  @media screen and (min-width: 40em) {
    .news-section__col {
      width: 50%;
      float: left;
      padding-left: 1.15132rem;
      padding-right: 1.15132rem;
      max-width: 100%; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .news-section__col {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
  @media screen and (min-width: 40em) {
      .news-section__col:last-child:not(:first-child) {
        float: right; } }
  @media screen and (min-width: 61.25em) {
    .news-section__col {
      opacity: 0; } }

.excursions-section {
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #ffffff; }
  @media screen and (min-width: 40em) {
    .excursions-section {
      padding-top: 3rem;
      padding-bottom: 3rem; } }

.excursions-section__row {
  max-width: 64.47368rem;
  margin-left: auto;
  margin-right: auto; }
  .excursions-section__row::before, .excursions-section__row::after {
    content: ' ';
    display: table; }
  .excursions-section__row::after {
    clear: both; }

.excursions-section__contain {
  width: 100%;
  float: left;
  padding-left: 1.15132rem;
  padding-right: 1.15132rem;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 40em) {
    .excursions-section__contain {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
  .excursions-section__contain:last-child:not(:first-child) {
    float: right; }
  .excursions-section__contain, .excursions-section__contain:last-child:not(:first-child) {
    float: none;
    clear: both; }

@media screen and (min-width: 40em) {
  .excursions-section__heading {
    margin-bottom: 3rem; } }

.excursions-section__intro {
  margin-bottom: 1.5rem; }
  @media screen and (min-width: 40em) {
    .excursions-section__intro {
      margin-bottom: 3rem; } }

.excursions-section__col {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  margin-bottom: 3rem; }
  @media screen and (min-width: 61.25em) {
    .excursions-section__col {
      width: 50%;
      float: left;
      padding-left: 1.15132rem;
      padding-right: 1.15132rem;
      max-width: 100%; } }
  @media screen and (min-width: 61.25em) and (min-width: 40em) {
    .excursions-section__col {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
  @media screen and (min-width: 61.25em) {
      .excursions-section__col:last-child:not(:first-child) {
        float: right; } }

.gallery {
  width: 100%;
  float: left;
  padding-left: 1.15132rem;
  padding-right: 1.15132rem; }
  @media screen and (min-width: 40em) {
    .gallery {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
  .gallery:last-child:not(:first-child) {
    float: right; }

.gallery__contain {
  max-height: 60vw; }

.gallery__slide {
  height: 100%; }

.gallery__image {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 600px; }

.gallery__image--single {
  position: relative;
  width: 100%;
  float: left;
  padding-left: 1.15132rem;
  padding-right: 1.15132rem;
  margin: 0 auto;
  float: none;
  max-width: 90%;
  height: auto; }
  @media screen and (min-width: 40em) {
    .gallery__image--single {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
  .gallery__image--single:last-child:not(:first-child) {
    float: right; }

.gallery__next,
.gallery__previous {
  background: rgba(255, 249, 230, 0.5); }
  .gallery__next:focus,
  .gallery__previous:focus {
    background: rgba(255, 249, 230, 0.5); }
  .gallery__next:hover,
  .gallery__previous:hover {
    background-color: #791f40; }
    .gallery__next:hover .gallery__previous-icon,
    .gallery__next:hover .gallery__next-icon,
    .gallery__previous:hover .gallery__previous-icon,
    .gallery__previous:hover .gallery__next-icon {
      border-color: #ffffff; }

.gallery__previous {
  padding: 2.3rem 0.8rem 2.3rem 2.6rem;
  border-radius: 50%;
  left: -34px; }

.gallery__next {
  padding: 2.3rem 2.6rem 2.3rem 0.8rem;
  border-radius: 50%;
  right: -34px; }

.gallery__previous-icon {
  width: 16px;
  height: 16px;
  border-top: 2px solid #791f40;
  border-right: 2px solid #791f40;
  position: relative;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg); }

.gallery__next-icon {
  width: 16px;
  height: 16px;
  border-top: 2px solid #791f40;
  border-right: 2px solid #791f40;
  position: relative;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.gallery__bullets {
  padding-top: 0.65789rem;
  padding-bottom: 0.65789rem;
  margin: auto;
  z-index: 5; }
  .gallery__bullets button {
    position: relative; }
    .gallery__bullets button:after {
      content: " ";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      border: 3px solid #791f40;
      background-color: #fff9e6;
      border-radius: 100%; }
    .gallery__bullets button.is-active:after, .gallery__bullets button:hover:after, .gallery__bullets button:focus:after {
      background-color: #791f40;
      border-width: 6px; }

/*# sourceMappingURL=foundation.css.map */
