@charset "UTF-8";
/******************************************************************

Stylesheet: Main Stylesheet

Here's where the magic happens. Here is where you import
all of your Sass files so they can compile into one
CSS file.

******************************************************************/
/******************************************************************

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants.

******************************************************************/
/*********************
TOOLS
*********************/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600|Work+Sans:400,600,900");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700|Work+Sans:400,700,900");
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/*********************
COLORS
*********************/
/*********************
TYPOGRAPHY
*********************/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/*********************
CSS3 GRADIENTS.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

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

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

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

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "Open Sans", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #141414;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

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

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

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

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

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

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 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 {
  float: left;
  width: 100%; }
  .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 {
  float: left;
  width: 50%; }
  .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 {
  float: left;
  width: 33.33333%; }
  .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 {
  float: left;
  width: 25%; }
  .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 {
  float: left;
  width: 20%; }
  .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 {
  float: left;
  width: 16.66667%; }
  .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 {
  float: left;
  width: 14.28571%; }
  .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 {
  float: left;
  width: 12.5%; }
  .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-right: 0;
  padding-left: 0; }

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

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

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

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

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

@media print, 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 {
    float: left;
    width: 100%; }
    .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 {
    float: left;
    width: 50%; }
    .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 {
    float: left;
    width: 33.33333%; }
    .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 {
    float: left;
    width: 25%; }
    .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 {
    float: left;
    width: 20%; }
    .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 {
    float: left;
    width: 16.66667%; }
    .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 {
    float: left;
    width: 14.28571%; }
    .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 {
    float: left;
    width: 12.5%; }
    .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-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .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 {
    float: left;
    width: 50%; }
    .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 {
    float: left;
    width: 33.33333%; }
    .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 {
    float: left;
    width: 25%; }
    .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 {
    float: left;
    width: 20%; }
    .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 {
    float: left;
    width: 16.66667%; }
    .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 {
    float: left;
    width: 14.28571%; }
    .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 {
    float: left;
    width: 12.5%; }
    .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-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media screen and (min-width: 75em) {
  .xlarge-1 {
    width: 8.33333%; }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    width: 16.66667%; }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    width: 25%; }
  .xlarge-push-3 {
    position: relative;
    left: 25%; }
  .xlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    width: 33.33333%; }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    width: 41.66667%; }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    width: 50%; }
  .xlarge-push-6 {
    position: relative;
    left: 50%; }
  .xlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    width: 58.33333%; }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    width: 66.66667%; }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    width: 75%; }
  .xlarge-push-9 {
    position: relative;
    left: 75%; }
  .xlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    width: 83.33333%; }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    width: 91.66667%; }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    float: left;
    width: 100%; }
    .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
      float: left; }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    float: left;
    width: 50%; }
    .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
      float: left; }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
      float: left; }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    float: left;
    width: 25%; }
    .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
      float: left; }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    float: left;
    width: 20%; }
    .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
      float: left; }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
      float: left; }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
      float: left; }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
      float: left; }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xlarge-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .xlarge-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .xlarge-centered {
    margin-right: auto;
    margin-left: auto; }
    .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

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

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

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Work Sans", serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #e4e4e4; }

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 2.8125rem; }
  h2, .h2 {
    font-size: 2.5rem; }
  h3, .h3 {
    font-size: 2.1875rem; }
  h4, .h4 {
    font-size: 1.5625rem; }
  h5, .h5 {
    font-size: 1.25rem; }
  h6, .h6 {
    font-size: 1rem; } }

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

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

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

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

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

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

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

abbr, abbr[title] {
  border-bottom: 1px dotted #141414;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

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

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

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

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

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

ul.no-bullet, ol.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 print, 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 print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

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

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !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 #dedfe0;
    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; }
  .print-break-inside {
    page-break-inside: auto; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px rgba(20, 20, 20, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #141414;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  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 {
    outline: none;
    border: 1px solid #dedfe0;
    background-color: #ffffff;
    box-shadow: 0 0 5px #e4e4e4;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

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

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

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

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #f7f9f9;
  cursor: not-allowed; }

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

.input-group .input-group-button {
  display: table-cell; }

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

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

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

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #141414;
  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%28222, 223, 224%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMBJREFUeNrEllsOhCAMRVszC9IlzU7KCmVHTJsoMWYMUtpyv9BgbuXQB5ZSdgBYYY4ycgBivk8KYFsQMfMiTTBP4o3nUzCKzOabLJbLy2/g31evGkAginR4/ZegKH5qX3bJCscA3t0x3kgO5tQFyhhFf50xRqFLbyMUNJQzgyjGS/wgCpvKqkRBpuWrE4V9d+1E4dPUXqIg107SQOE/2DRQxMwTDygIInVDET9T3lCoj/6j/VCmGjZOl2lKpZ8AAwDQP7zIimDGFQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #dedfe0;
    background-color: #ffffff;
    box-shadow: 0 0 5px #e4e4e4;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #f7f9f9;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

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

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

.accordion {
  margin-left: 0;
  background: #ffffff;
  list-style-type: none; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

.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 {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #f7f9f9;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #ffffff; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #f7f9f9;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #f7f9f9; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

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

.accordion-menu li {
  width: 100%; }

.accordion-menu a {
  padding: 0.7rem 1rem; }

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem; }

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem; }

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0; }

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative; }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #ffffff transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  left: auto;
  right: 1rem; }

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem; }

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%; }

.is-accordion-submenu-parent {
  position: relative; }

.has-submenu-toggle > a {
  margin-right: 40px; }

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px; }
  .submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #ffffff transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto; }

.submenu-toggle[aria-expanded='true']::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%; }

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0; }

.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 print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important; } }

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

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none; }

.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-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' '; }

.clearfix::after {
  clear: both; }

/*** Stylesheet: Main Stylesheet **/
/** DAILY PRESS STYLES **/
.row.full-width {
  max-width: none;
  margin-left: 0;
  width: 100%; }

.no-padding {
  padding: 0; }

h2 {
  line-height: 1; }

h6 {
  text-transform: uppercase; }

h4 {
  font-weight: bold; }

.button {
  margin: 0.25em;
  padding: 10px 20px;
  background: #770a1d;
  color: #ffffff;
  font-family: "Work Sans", serif;
  font-weight: bold;
  cursor: pointer;
  display: inline-block; }
  .button:hover {
    color: #fecc3b; }

.main-template .one-column .row {
  margin: 0 auto; }
  @media print, screen and (min-width: 64em) {
    .main-template .one-column .row {
      max-width: 80%; } }
  @media screen and (min-width: 75em) {
    .main-template .one-column .row {
      max-width: 60%; } }

.live-music {
  margin: 0 auto; }
  .live-music td {
    padding: 0.25em 1em; }

.lounge-music-table tr td {
  padding: 0.15em 0.5em; }

.friday-music {
  margin: 1em 0; }
  .friday-music td:first-child {
    padding-right: 1em; }

.live-events .image-text-switch .text {
  background-color: #f7f9f9; }

table.trading-hours {
  font-size: 90%;
  margin: 0 auto; }
  @media print, screen and (min-width: 64em) {
    table.trading-hours {
      font-size: 100%; } }
  table.trading-hours td {
    padding-top: 0.25em;
    padding-bottom: 0.25em; }
  table.trading-hours td:first-child {
    padding-right: 1em; }
  table.trading-hours td:last-child {
    padding-left: 1em; }
  table.trading-hours .trading-session {
    text-align: center; }

/** Events **/
#single-tribe-event > #tribe-events {
  max-width: none !important; }

#single-tribe-event > #tribe-events .event-banner {
  width: 100%; }
  #single-tribe-event > #tribe-events .event-banner img {
    width: 100%; }

#tribe-events-content {
  padding-top: 0; }

#tribe-events-content.tribe-events-month {
  margin: 0 auto;
  padding: 1em;
  max-width: 1024px; }
  @media screen and (min-width: 90em) {
    #tribe-events-content.tribe-events-month {
      max-width: 1200px; } }
  @media screen and (min-width: 100em) {
    #tribe-events-content.tribe-events-month {
      max-width: 1400px; } }
  #tribe-events-content.tribe-events-month #tribe-events-header .tribe-events-nav-previous a, #tribe-events-content.tribe-events-month #tribe-events-header .tribe-events-nav-next a, #tribe-events-content.tribe-events-month #tribe-events-footer .tribe-events-nav-previous a, #tribe-events-content.tribe-events-month #tribe-events-footer .tribe-events-nav-next a {
    font-size: 90%;
    padding: 0.5em 1.25em !important; }
  #tribe-events-content.tribe-events-month #tribe-mobile-container a.url {
    color: #141414;
    font-weight: bold; }
  #tribe-events-content.tribe-events-month #tribe-mobile-container a.tribe-events-read-more {
    display: none; }
  #tribe-events-content.tribe-events-month #tribe-mobile-container .tribe-event-description {
    padding-top: 0.5em; }
    #tribe-events-content.tribe-events-month #tribe-mobile-container .tribe-event-description p {
      font-size: 90%; }
  #tribe-events-content.tribe-events-month #tribe-mobile-container .tribe-events-event-image {
    padding-top: 0.5em; }

#tribe-events-content .event-content {
  padding-top: 1em;
  margin: 0 auto;
  max-width: 1200px !important; }
  @media screen and (min-width: 75em) {
    #tribe-events-content .event-content {
      padding-top: 2em; } }

.recurringinfo {
  display: none; }

.tribe-events-cal-links {
  display: none; }

#tribe-events-content .tribe-events-calendar .tribe-events-month-event-title a {
  pointer-events: none;
  cursor: default; }

/** Slider Revolution **/
.rev-slider .tp-caption {
  font-weight: bold !important; }
  .rev-slider .tp-caption .slider-heading {
    text-align: center !important; }
    .rev-slider .tp-caption .slider-heading h1 {
      font-weight: bold !important;
      text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6); }
    .rev-slider .tp-caption .slider-heading h4 {
      text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6); }

.home .rev-slider .slider-heading {
  text-align: center !important;
  overflow: visible; }
  .home .rev-slider .slider-heading h1 {
    font-weight: bold !important;
    line-height: 1.1;
    font-size: 18px !important;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
    letter-spacing: 2px;
    margin: 0 auto;
    word-wrap: break-word; }
    @media print, screen and (min-width: 40em) {
      .home .rev-slider .slider-heading h1 {
        font-size: 32px !important; } }
    @media print, screen and (min-width: 64em) {
      .home .rev-slider .slider-heading h1 {
        font-size: 45px !important; } }
    @media screen and (min-width: 75em) {
      .home .rev-slider .slider-heading h1 {
        font-size: 55px !important; } }
  .home .rev-slider .slider-heading h4 {
    overflow: visible;
    word-wrap: break-word !important;
    position: relative;
    line-height: 1.3 !important;
    font-size: 12px !important;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
    z-index: 1; }
    @media print, screen and (min-width: 40em) {
      .home .rev-slider .slider-heading h4 {
        font-size: 24px !important; } }
    @media print, screen and (min-width: 64em) {
      .home .rev-slider .slider-heading h4 {
        font-size: 28px !important; } }
  .home .rev-slider .slider-heading a.button {
    font-size: 14px !important;
    padding: 10px !important;
    line-height: 1; }
    @media print, screen and (min-width: 40em) {
      .home .rev-slider .slider-heading a.button {
        font-size: 14px !important;
        padding: 0.9em 1.75em 0.8em 1.75em !important; } }
    @media print, screen and (min-width: 64em) {
      .home .rev-slider .slider-heading a.button {
        font-size: 16px !important; } }

#sb_instagram {
  padding-bottom: 0 !important; }

.sbi_photo_wrap {
  padding: 10px !important; }

/** Links **/
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none; }

/*********************
HEADER STYLES
*********************/
.header ul.off-canvas-list li {
  list-style: none; }

/*********************
NAVIGATION STYLES
*********************/
.top-bar .title-area {
  z-index: 1; }

.off-canvas-list ul {
  margin-left: 0; }
  .off-canvas-list ul li a {
    border-bottom: 0px; }
  .off-canvas-list ul .dropdown {
    margin-left: 20px; }

/*********************
POSTS & CONTENT STYLES
*********************/
#content #inner-content {
  padding: 1rem 0rem; }

.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #ffffff;
  color: #ffffff; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #d9d9d9;
    color: #ffffff; }

/*********************
IMAGE GALLERY STYLES
*********************/
/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul {
  margin: 0; }
  .widget ul li {
    list-style: none; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 1em; }

/*********************
FOUNDATION STYLES
*********************/
/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/******************************************************************

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* 

EXAMPLE 
Let's say you have an image and you need to make sure it looks ok
on retina screens. Let's say we have an icon which dimension are
24px x 24px. In your regular stylesheets, it would look something
like this:

.icon {
	width: 24px;
	height: 24px;
	background: url(img/test.png) no-repeat;
}

For retina screens, we have to make some adjustments, so that image
doesn't look blurry. So, taking into account the image above and the
dimensions, this is what we would put in our retina stylesheet:

.icon {
	background: url(img/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

So, you would create the same icon, but at double the resolution, meaning 
it would be 48px x 48px. You'd name it the same, but with a @2x at the end
(this is pretty standard practice). Set the background image so it matches
the original dimensions and you are good to go. 

*/ }

/******************************************************************

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. 

Remember to add things that won't make sense to print at 
the bottom. Things like nav, ads, and forms shouldbe set 
to display none.
******************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }

header.header {
  position: relative;
  z-index: 2;
  font-family: "Work Sans", serif; }
  header.header .top-header {
    background: #ffffff;
    text-align: right;
    border-bottom: 1px solid #dedfe0; }
    @media screen and (min-width: 75em) {
      header.header .top-header {
        border-bottom: none; } }
    header.header .top-header .row {
      max-width: 120rem;
      padding-left: 30px;
      padding-right: 30px;
      position: relative;
      left: 0px;
      transition: left .5s; }
    header.header .top-header .icon {
      display: inline-block;
      max-width: 40px;
      padding: 5px; }
    header.header .top-header .social-media {
      display: inline; }
    header.header .top-header .phone-number {
      display: inline-block;
      border-right: 1px solid #141414;
      margin: 10px 5px 10px 15px;
      padding-right: 15px; }
      header.header .top-header .phone-number a {
        color: #141414; }
    header.header .top-header .search-box {
      display: inline-block;
      color: #141414;
      border-left: 1px solid #141414;
      padding-left: 15px;
      margin: 10px 15px; }
      header.header .top-header .search-box .search-icon {
        width: 30px; }
      header.header .top-header .search-box .search-form {
        display: inline-block; }
        header.header .top-header .search-box .search-form .search-field {
          display: inline-block;
          background: transparent;
          border: none;
          color: white;
          padding: 0;
          margin: 0;
          width: 65px;
          transition: width .5s;
          box-shadow: none; }
          header.header .top-header .search-box .search-form .search-field:focus {
            box-shadow: none; }
    header.header .top-header .search-box-active {
      left: calc(-100% + 260px);
      position: relative;
      transition: left .5s; }
      @media print, screen and (min-width: 40em) {
        header.header .top-header .search-box-active {
          left: 0; } }
      header.header .top-header .search-box-active .search-box .search-form .search-field {
        width: 100%; }
        @media print, screen and (min-width: 40em) {
          header.header .top-header .search-box-active .search-box .search-form .search-field {
            width: 200px;
            transition: width .5s; } }
  header.header #mobile-menu {
    background: #ffffff;
    color: #ffffff;
    display: block; }
    @media print, screen and (min-width: 64em) {
      header.header #mobile-menu {
        display: none; } }
    header.header #mobile-menu.title-bar {
      padding: 0; }
    header.header #mobile-menu .logo-container .logo {
      height: 80px;
      margin: 0 10px;
      padding: 5px 0; }
    header.header #mobile-menu .hamburger-icon {
      width: 30px;
      height: 16px;
      position: relative;
      display: block;
      float: right;
      margin: 30px 10px; }
      header.header #mobile-menu .hamburger-icon .line {
        display: block;
        background: #141414;
        width: 30px;
        height: 4px;
        position: absolute;
        left: 0;
        border-radius: 2px;
        transition: all 0.4s;
        -moz-transition: all 0.4s;
        -webkit-transition: all 0.4s; }
        header.header #mobile-menu .hamburger-icon .line.line-1 {
          top: 0; }
        header.header #mobile-menu .hamburger-icon .line.line-2 {
          top: 50%; }
        header.header #mobile-menu .hamburger-icon .line.line-3 {
          top: 100%; }
      header.header #mobile-menu .hamburger-icon:hover .line-1, header.header #mobile-menu .hamburger-icon:focus .line-1 {
        transform: translateY(-2px);
        -moz-transform: translateY(-2px);
        -webkit-transform: translateY(-2px); }
      header.header #mobile-menu .hamburger-icon:hover .line-3, header.header #mobile-menu .hamburger-icon:focus .line-3 {
        transform: translateY(2px);
        -moz-transform: translateY(2px);
        -webkit-transform: translateY(2px); }
      header.header #mobile-menu .hamburger-icon.active .line-1 {
        transform: translateY(8px) translateX(0) rotate(45deg);
        -moz-transform: translateY(8px) translateX(0) rotate(45deg);
        -webkit-transform: translateY(8px) translateX(0) rotate(45deg); }
      header.header #mobile-menu .hamburger-icon.active .line-2 {
        opacity: 0; }
      header.header #mobile-menu .hamburger-icon.active .line-3 {
        transform: translateY(-8px) translateX(0) rotate(-45deg);
        -moz-transform: translateY(-8px) translateX(0) rotate(-45deg);
        -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg); }
  header.header #top-bar-menu {
    background: #ffffff;
    padding: 0;
    border-bottom: 1px solid #dedfe0; }
    @media print, screen and (min-width: 64em) {
      header.header #top-bar-menu {
        overflow: visible; } }
    @media print, screen and (min-width: 40em) {
      header.header #top-bar-menu {
        position: absolute;
        top: 100%;
        right: 0;
        width: 300px;
        background: #770a1d; } }
    @media print, screen and (min-width: 64em) {
      header.header #top-bar-menu {
        position: relative;
        width: 100%;
        background: #ffffff;
        margin-bottom: 0; } }
    header.header #top-bar-menu .row {
      padding: 0 0 0 0;
      max-width: 120rem;
      margin: 0 auto; }
      @media print, screen and (min-width: 64em) {
        header.header #top-bar-menu .row {
          display: block;
          padding-left: 30px;
          padding-right: 30px; } }
    header.header #top-bar-menu .logo-container {
      text-align: center; }
      header.header #top-bar-menu .logo-container .logo {
        padding: 5px 0;
        max-width: 100%;
        max-height: 50px; }
        @media print, screen and (min-width: 64em) {
          header.header #top-bar-menu .logo-container .logo {
            max-height: 80px; } }
        @media screen and (min-width: 75em) {
          header.header #top-bar-menu .logo-container .logo {
            position: relative;
            bottom: 2.75em;
            padding: 10px 0;
            margin-bottom: -2.75em;
            max-height: 115px; } }
        @media screen and (min-width: 100em) {
          header.header #top-bar-menu .logo-container .logo {
            max-height: 135px; } }
    header.header #top-bar-menu .menu-container {
      position: relative;
      padding: 0;
      text-align: center; }
      @media screen and (min-width: 75em) {
        header.header #top-bar-menu .menu-container {
          text-align: right;
          padding-top: 0.5em;
          border-top: 1px solid #dedfe0; } }
      @media screen and (min-width: 100em) {
        header.header #top-bar-menu .menu-container {
          padding-top: 0.25em; } }
      header.header #top-bar-menu .menu-container #menu-main-menu {
        background-color: #770a1d;
        padding: 20px 0;
        list-style: none;
        -webkit-margin-before: 0;
        -webkit-margin-after: 0;
        -webkit-margin-start: 0;
        -webkit-margin-end: 0;
        -webkit-padding-start: 0; }
        @media print, screen and (min-width: 64em) {
          header.header #top-bar-menu .menu-container #menu-main-menu {
            background-color: #ffffff;
            padding: 0; } }
        header.header #top-bar-menu .menu-container #menu-main-menu li {
          display: block; }
        header.header #top-bar-menu .menu-container #menu-main-menu > li > a {
          position: relative; }
          header.header #top-bar-menu .menu-container #menu-main-menu > li > a:hover {
            color: #fecc3b; }
          @media print, screen and (min-width: 64em) {
            header.header #top-bar-menu .menu-container #menu-main-menu > li > a {
              color: #141414; }
              header.header #top-bar-menu .menu-container #menu-main-menu > li > a:after {
                content: "";
                display: block;
                position: absolute;
                width: 0;
                height: 2px;
                bottom: 0;
                left: 0;
                background-color: transparent;
                transition: all 0.4s ease-in-out 0s; }
              header.header #top-bar-menu .menu-container #menu-main-menu > li > a:focus {
                color: #141414; }
              header.header #top-bar-menu .menu-container #menu-main-menu > li > a:hover {
                color: #141414; }
                header.header #top-bar-menu .menu-container #menu-main-menu > li > a:hover:after {
                  width: 100%;
                  background-color: #141414; } }
        header.header #top-bar-menu .menu-container #menu-main-menu a[href="#buy-tickets"] {
          color: #ffffff;
          font-weight: bold;
          text-transform: uppercase; }
          header.header #top-bar-menu .menu-container #menu-main-menu a[href="#buy-tickets"]:after {
            display: none; }
          header.header #top-bar-menu .menu-container #menu-main-menu a[href="#buy-tickets"]:hover {
            color: #fecc3b; }
          @media print, screen and (min-width: 64em) {
            header.header #top-bar-menu .menu-container #menu-main-menu a[href="#buy-tickets"] {
              padding: 10px 10px !important;
              background: #770a1d; } }
        header.header #top-bar-menu .menu-container #menu-main-menu .menu-item-has-children {
          position: relative; }
          @media print, screen and (min-width: 64em) {
            header.header #top-bar-menu .menu-container #menu-main-menu .menu-item-has-children:hover .menu.submenu {
              display: block; } }
          @media screen and (min-width: 40em) and (max-width: 63.9375em) {
            header.header #top-bar-menu .menu-container #menu-main-menu .menu-item-has-children > a {
              padding: 0 20px;
              position: relative; }
              header.header #top-bar-menu .menu-container #menu-main-menu .menu-item-has-children > a:after {
                content: '';
                width: 0;
                height: 0;
                border-top: 5px solid white;
                border-left: 5px solid transparent;
                border-right: 5px solid transparent;
                position: absolute;
                right: 5px;
                top: 8px; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) and (min-width: 64em) {
      header.header #top-bar-menu .menu-container #menu-main-menu .menu-item-has-children > a:after {
        display: none; } }
          header.header #top-bar-menu .menu-container #menu-main-menu .menu-item-has-children .menu.submenu {
            margin: 0;
            display: none; }
            @media print, screen and (min-width: 64em) {
              header.header #top-bar-menu .menu-container #menu-main-menu .menu-item-has-children .menu.submenu {
                position: absolute;
                top: 100%;
                left: 0;
                background: #ffffff;
                text-align: left;
                margin: 0;
                width: 200px; } }
            @media screen and (min-width: 100em) {
              header.header #top-bar-menu .menu-container #menu-main-menu .menu-item-has-children .menu.submenu {
                width: 250px; } }
            header.header #top-bar-menu .menu-container #menu-main-menu .menu-item-has-children .menu.submenu > li a {
              padding: 0;
              font-size: 90%; }
              @media print, screen and (min-width: 64em) {
                header.header #top-bar-menu .menu-container #menu-main-menu .menu-item-has-children .menu.submenu > li a {
                  color: #141414;
                  padding: 5px 20px;
                  display: block; } }
            header.header #top-bar-menu .menu-container #menu-main-menu .menu-item-has-children .menu.submenu > li:hover a {
              color: #fecc3b; }
              @media print, screen and (min-width: 64em) {
                header.header #top-bar-menu .menu-container #menu-main-menu .menu-item-has-children .menu.submenu > li:hover a {
                  background-color: #770a1d;
                  color: #ffffff; } }
            header.header #top-bar-menu .menu-container #menu-main-menu .menu-item-has-children .menu.submenu > li.active a {
              background-color: #770a1d;
              color: #fecc3b; }
        header.header #top-bar-menu .menu-container #menu-main-menu.menu.dropdown {
          background: transparent;
          display: block;
          vertical-align: top; }
          @media print, screen and (min-width: 64em) {
            header.header #top-bar-menu .menu-container #menu-main-menu.menu.dropdown {
              display: inline-block; } }
          header.header #top-bar-menu .menu-container #menu-main-menu.menu.dropdown > li.menu-item {
            display: block; }
            @media print, screen and (min-width: 64em) {
              header.header #top-bar-menu .menu-container #menu-main-menu.menu.dropdown > li.menu-item {
                display: inline-block; } }
          @media print, screen and (min-width: 64em) {
            header.header #top-bar-menu .menu-container #menu-main-menu.menu.dropdown > li > a {
              padding: 0.7rem 0;
              margin: 0 1rem;
              line-height: 50px;
              padding-top: 0;
              padding-bottom: 0; } }
          @media screen and (min-width: 75em) {
            header.header #top-bar-menu .menu-container #menu-main-menu.menu.dropdown > li > a {
              padding: 10px 0px;
              margin: 0 9px; } }
          @media screen and (min-width: 90em) {
            header.header #top-bar-menu .menu-container #menu-main-menu.menu.dropdown > li > a {
              padding: 0.7rem 0rem;
              margin: 0rem 1rem; } }
          @media screen and (min-width: 100em) {
            header.header #top-bar-menu .menu-container #menu-main-menu.menu.dropdown > li > a {
              line-height: 80px; } }
          header.header #top-bar-menu .menu-container #menu-main-menu.menu.dropdown > li.active {
            position: relative; }
            header.header #top-bar-menu .menu-container #menu-main-menu.menu.dropdown > li.active > a {
              background-color: #770a1d;
              color: #fecc3b; }
              @media print, screen and (min-width: 64em) {
                header.header #top-bar-menu .menu-container #menu-main-menu.menu.dropdown > li.active > a {
                  background-color: transparent;
                  color: #141414; }
                  header.header #top-bar-menu .menu-container #menu-main-menu.menu.dropdown > li.active > a:after {
                    width: 100%;
                    background-color: #141414; } }
        header.header #top-bar-menu .menu-container #menu-main-menu.menu.accordion-menu > li.active > a {
          color: #fecc3b; }

.body-content-wrapper #top-bar-menu {
  display: none; }
  @media print, screen and (min-width: 64em) {
    .body-content-wrapper #top-bar-menu {
      max-height: none;
      display: block; } }

#menu-main-menu.accordion-menu > .is-accordion-submenu-parent > a {
  padding: 0.7rem 2.5rem; }

footer.footer {
  margin-top: 0;
  font-size: 14px;
  background-color: #f7f9f9; }
  footer.footer .top-footer {
    display: block;
    padding: 1.5em; }
    @media print, screen and (min-width: 40em) {
      footer.footer .top-footer {
        padding: 0.75em; } }
    @media print, screen and (min-width: 64em) {
      footer.footer .top-footer {
        padding: 50px 40px; } }
    footer.footer .top-footer .widget-title {
      font-size: 18px;
      font-weight: bold;
      font-family: "Open Sans", Helvetica, Roboto, Arial, sans-serif;
      letter-spacing: 1px;
      margin-bottom: 20px; }
    footer.footer .top-footer img {
      max-width: 45px; }
    footer.footer .top-footer table td:first-child {
      padding-right: 15px; }
    footer.footer .top-footer .first a {
      color: #141414; }
    footer.footer .top-footer .first p {
      line-height: 2.5; }
    footer.footer .top-footer .first .widget-container table {
      font-size: 90%; }
    footer.footer .top-footer .instagram {
      display: none; }
      @media print, screen and (min-width: 40em) {
        footer.footer .top-footer .instagram {
          display: block;
          text-align: center; } }
      @media print, screen and (min-width: 64em) {
        footer.footer .top-footer .instagram {
          text-align: left; } }
      footer.footer .top-footer .instagram #sb_instagram {
        padding-bottom: 0 !important; }
      footer.footer .top-footer .instagram .sbi_photo_wrap {
        padding: 10px !important; }
    footer.footer .top-footer .subscribe-to-newsletter {
      text-align: center; }
      @media print, screen and (min-width: 64em) {
        footer.footer .top-footer .subscribe-to-newsletter {
          text-align: left; } }
      footer.footer .top-footer .subscribe-to-newsletter #mc_embed_signup form {
        text-align: left; }
      footer.footer .top-footer .subscribe-to-newsletter label.title {
        font-family: "Work Sans", serif;
        padding-right: 8px; }
        @media print, screen and (min-width: 64em) {
          footer.footer .top-footer .subscribe-to-newsletter label.title {
            display: inline-block !important; } }
      footer.footer .top-footer .subscribe-to-newsletter span {
        display: block;
        font-weight: bold;
        margin-right: 20px; }
        @media print, screen and (min-width: 40em) {
          footer.footer .top-footer .subscribe-to-newsletter span {
            text-align: center; } }
        @media print, screen and (min-width: 64em) {
          footer.footer .top-footer .subscribe-to-newsletter span {
            display: inline-block; } }
      footer.footer .top-footer .subscribe-to-newsletter input, footer.footer .top-footer .subscribe-to-newsletter input.email {
        display: inline;
        background: transparent;
        border: 1px solid #141414;
        outline: 0;
        box-shadow: none;
        height: 35px;
        max-width: 250px; }
        footer.footer .top-footer .subscribe-to-newsletter input::-webkit-input-placeholder, footer.footer .top-footer .subscribe-to-newsletter input.email::-webkit-input-placeholder {
          /* WebKit, Blink, Edge */
          color: #141414; }
        footer.footer .top-footer .subscribe-to-newsletter input:-moz-placeholder, footer.footer .top-footer .subscribe-to-newsletter input.email:-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: #141414;
          opacity: 1; }
        footer.footer .top-footer .subscribe-to-newsletter input::-moz-placeholder, footer.footer .top-footer .subscribe-to-newsletter input.email::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: #141414;
          opacity: 1; }
        footer.footer .top-footer .subscribe-to-newsletter input:-ms-input-placeholder, footer.footer .top-footer .subscribe-to-newsletter input.email:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #141414; }
        footer.footer .top-footer .subscribe-to-newsletter input::-ms-input-placeholder, footer.footer .top-footer .subscribe-to-newsletter input.email::-ms-input-placeholder {
          /* Microsoft Edge */
          color: #141414; }
  footer.footer .bottom-footer {
    padding: 30px 40px;
    color: #141414;
    background: #e4e4e4;
    text-align: center; }
    @media print, screen and (min-width: 64em) {
      footer.footer .bottom-footer {
        text-align: left; } }
    footer.footer .bottom-footer #menu-footer-menu {
      list-style: none;
      -webkit-margin-before: 0;
      -webkit-margin-after: 0;
      -webkit-margin-start: 0;
      -webkit-margin-end: 0;
      -webkit-padding-start: 0; }
      footer.footer .bottom-footer #menu-footer-menu li {
        display: inline-block;
        padding: 5px 15px; }
    footer.footer .bottom-footer .copyright {
      text-align: center; }
      @media print, screen and (min-width: 64em) {
        footer.footer .bottom-footer .copyright {
          text-align: right; } }
    footer.footer .bottom-footer a {
      color: #141414; }
  footer.footer .warning-footer {
    position: fixed;
    bottom: 3rem;
    left: 0;
    right: 0;
    padding: 1rem;
    z-index: 10;
    font-size: 0.85rem;
    text-align: center;
    animation: 0.5s ease-in 0s 1 slideUp; }
    @media print, screen and (min-width: 40em) {
      footer.footer .warning-footer {
        font-size: 1rem; } }
    footer.footer .warning-footer h3 {
      color: #770a1d; }
    footer.footer .warning-footer div {
      margin: 0 auto;
      padding: 1rem 2rem;
      max-width: 850px;
      max-height: 85vh;
      position: relative;
      background-color: #F2F0ED;
      border-radius: 5px;
      overflow: auto;
      z-index: 10; }
    footer.footer .warning-footer .close {
      position: absolute;
      right: 1rem;
      top: 0;
      font-size: 2rem;
      color: #770a1d; }

@keyframes slideUp {
  0% {
    transform: translateY(100%); }
  100% {
    transform: translateY(0); } }

.page-title {
  text-align: center;
  padding: 1em;
  font-family: "Work Sans", serif; }
  .page-title.red_background {
    background-color: #770a1d;
    color: white; }
  .page-title .title.uppercase {
    text-transform: uppercase; }
  .page-title .title h1 {
    font-weight: 900;
    display: inline-block;
    letter-spacing: 5px;
    line-height: 1.2;
    margin-bottom: 0; }
    @media print, screen and (min-width: 40em) {
      .page-title .title h1 {
        font-size: 2.75rem; } }
    @media screen and (min-width: 75em) {
      .page-title .title h1 {
        font-size: 3em;
        letter-spacing: 8px; } }
  .page-title .subtitle h2 {
    display: inline-block;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 1rem; }
    @media print, screen and (min-width: 40em) {
      .page-title .subtitle h2 {
        font-size: 1.3rem; } }
    .page-title .subtitle h2:after {
      display: none; }

@media screen and (min-width: 75em) {
  .home .page-title {
    padding: 1em; } }

@media print, screen and (min-width: 40em) {
  .home .page-title .title h1 {
    font-size: 1.75rem; } }

@media screen and (min-width: 75em) {
  .home .page-title .title h1 {
    font-size: 2.5rem; } }

.text-image .text {
  padding: 50px;
  padding-bottom: 0; }
  @media print, screen and (min-width: 64em) {
    .text-image .text {
      padding-bottom: 50px; } }
  .text-image .text ul {
    list-style: none;
    margin-left: 0; }
    .text-image .text ul li:before {
      content: '';
      background-image: url("../images/easts-li-dot.svg");
      background-size: cover;
      display: inline-block;
      width: 1em;
      height: 1em;
      vertical-align: middle;
      margin-right: 10px; }

.text-image .image {
  padding: 50px; }

.hero {
  position: relative; }
  .hero .hero-img {
    width: 100%;
    background-repeat: no-repeat;
    background-size: auto 40%;
    background-position-x: center;
    min-height: 30vh;
    background-attachment: fixed; }
    @media print, screen and (min-width: 40em) {
      .hero .hero-img {
        min-height: 50vh;
        background-size: cover;
        background-position: 50% 50%; } }
    @media screen and (min-width: 75em) {
      .hero .hero-img {
        min-height: 60vh; } }
  .hero .title-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: white;
    text-align: center; }
    .hero .title-container .hero-title {
      background: rgba(0, 0, 0, 0.6);
      display: inline-block;
      animation: pop-in 0.6s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
      font-size: 25px;
      line-height: 25px;
      padding: 10px 15px; }
      @media print, screen and (min-width: 40em) {
        .hero .title-container .hero-title {
          font-size: 40px;
          line-height: 40px; } }
      @media print, screen and (min-width: 64em) {
        .hero .title-container .hero-title {
          font-size: 80px;
          line-height: 80px;
          padding: 15px 30px; } }
    .hero .title-container .hero-subtitle {
      background: rgba(0, 0, 0, 0.6);
      display: inline-block;
      font-size: 16px;
      padding: 5px 10px; }
      .hero .title-container .hero-subtitle:after {
        display: none; }
      @media print, screen and (min-width: 40em) {
        .hero .title-container .hero-subtitle {
          font-size: 20px; } }
      @media print, screen and (min-width: 64em) {
        .hero .title-container .hero-subtitle {
          padding: 10px 20px;
          font-size: 25px; } }

@keyframes pop-in {
  0% {
    opacity: 0;
    transform: translateY(-4rem); }
  100% {
    opacity: 1;
    transform: none; } }

.row.two-columns.full-width .left {
  text-align: right; }
  .row.two-columns.full-width .left .text-container {
    display: inline-block;
    text-align: left; }

.row.two-columns .text-container {
  padding: 25px;
  height: 100%; }
  @media print, screen and (min-width: 64em) {
    .row.two-columns .text-container {
      padding: 50px; } }
  .row.two-columns .text-container h2 {
    font-weight: bold; }
    .row.two-columns .text-container h2 sub {
      font-size: 70%; }
  .row.two-columns .text-container h3 {
    font-weight: bold; }

@media print, screen and (min-width: 40em) {
  .one-column {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px; } }

.one-column.grey {
  background-color: #f7f9f9; }

.one-column.add_top_spacing {
  padding-top: 20px; }
  @media print, screen and (min-width: 40em) {
    .one-column.add_top_spacing {
      padding-top: 50px; } }

.one-column.smaller_width {
  max-width: 120rem;
  margin: 0 auto; }

.one-column.full_width {
  padding: 0; }
  .one-column.full_width .row {
    max-width: none; }

.one-column .row ul {
  list-style: none;
  margin-left: 0; }
  .one-column .row ul li:before {
    content: '';
    background-image: url("../images/li-dot.svg");
    background-size: cover;
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    margin-right: 10px; }

.one-column .row h3 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px; }
  @media print, screen and (min-width: 40em) {
    .one-column .row h3 {
      letter-spacing: 3px;
      font-size: 40px; } }
  @media print, screen and (min-width: 40em) {
    .one-column .row h3 {
      font-size: 46px; } }

.one-column .row h4 {
  font-size: 30px;
  font-weight: 600; }
  @media print, screen and (min-width: 40em) {
    .one-column .row h4 {
      font-size: 30px; } }

@media print, screen and (min-width: 40em) {
  .one-column .row .left {
    display: inline-block;
    width: 50%;
    vertical-align: top; } }

@media print, screen and (min-width: 40em) {
  .one-column .row .right {
    display: inline-block;
    width: 49%;
    vertical-align: top; } }

@media print, screen and (min-width: 64em) {
  .one-column .row .left-80 {
    display: inline-block;
    width: 79.5%;
    vertical-align: top; } }

@media print, screen and (min-width: 64em) {
  .one-column .row .right-20 {
    display: inline-block;
    width: 20%;
    vertical-align: top; } }

.one-column .row .drop-shadow {
  margin-bottom: 20px;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3); }

.one-column .row .image-section {
  text-align: center; }
  .one-column .row .image-section .image {
    max-height: 400px; }
  @media print, screen and (min-width: 64em) {
    .one-column .row .image-section {
      text-align: left; }
      .one-column .row .image-section .image {
        max-height: none; } }

.one-column .row .text-section {
  padding: 20px; }
  @media print, screen and (min-width: 40em) {
    .one-column .row .text-section {
      padding: 40px; } }
  @media print, screen and (min-width: 64em) {
    .one-column .row .text-section {
      padding: 0px; } }

.one-column .row .card-table {
  margin: 0 auto;
  border-spacing: 0;
  margin-bottom: 16px;
  min-width: 250px; }
  @media print, screen and (min-width: 64em) {
    .one-column .row .card-table {
      min-width: 400px; } }
  .one-column .row .card-table thead {
    background-color: #ffffff;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase; }
    .one-column .row .card-table thead td {
      padding: 5px;
      text-align: center; }
  .one-column .row .card-table tbody tr td {
    border-left: 1px solid #141414;
    border-right: 1px solid #141414; }
  .one-column .row .card-table tbody tr:first-child td {
    padding-top: 20px; }
  .one-column .row .card-table tbody tr:last-child td {
    padding-bottom: 20px;
    border-bottom: 1px solid #141414; }

.one-column .row .sub-branch-table td {
  display: block; }
  @media print, screen and (min-width: 40em) {
    .one-column .row .sub-branch-table td {
      display: table-cell; } }

.one-column .trading-hours table {
  min-width: 300px;
  table-layout: fixed;
  margin: 0 auto; }
  .one-column .trading-hours table thead {
    text-align: center;
    font-weight: 600; }
    .one-column .trading-hours table thead td {
      padding: 20px 0; }
  .one-column .trading-hours table tbody tr td:last-child {
    width: 30%; }

.link-images {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto; }
  @media print, screen and (min-width: 64em) {
    .link-images.max_3 .image {
      min-width: 33.3%; } }
  .link-images .image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    height: 200px;
    display: inline-block;
    width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    @media print, screen and (min-width: 40em) {
      .link-images .image {
        height: 300px;
        width: 50%; } }
    @media print, screen and (min-width: 64em) {
      .link-images .image {
        width: 25%; } }
    @media screen and (min-width: 90em) {
      .link-images .image {
        height: 450px; } }
    .link-images .image .text-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.2); }
      .link-images .image .text-wrapper .link {
        text-align: center; }
        .link-images .image .text-wrapper .link h2, .link-images .image .text-wrapper .link h3 {
          font-weight: 600;
          text-transform: uppercase;
          margin-bottom: 0;
          line-height: 1;
          text-shadow: 1px 1px 2px #141414; }
        .link-images .image .text-wrapper .link h2 {
          font-weight: bold;
          padding: 0 0.75em;
          font-size: 40px;
          letter-spacing: 2px; }
          @media screen and (min-width: 75em) {
            .link-images .image .text-wrapper .link h2 {
              font-size: 50px; } }
        .link-images .image .text-wrapper .link h3 {
          font-weight: bold;
          letter-spacing: 1px;
          font-size: 30px; }
          @media screen and (min-width: 90em) {
            .link-images .image .text-wrapper .link h3 {
              font-size: 40px; } }

.image-full-width .image {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }
  @media print, screen and (min-width: 64em) {
    .image-full-width .image {
      min-height: 350px; } }

.image-full-width .text-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.15); }
  .image-full-width .text-container .text {
    color: white;
    text-align: center; }
    .image-full-width .text-container .text h3 {
      display: inline-block;
      color: #ffffff;
      padding: 10px 20px;
      font-weight: 700;
      letter-spacing: 2px;
      text-shadow: 1px 1px 2px #141414;
      font-size: 40px; }
      @media screen and (min-width: 75em) {
        .image-full-width .text-container .text h3 {
          font-size: 50px; } }
      .image-full-width .text-container .text h3:after {
        display: none; }
    .image-full-width .text-container .text p {
      text-shadow: 1px 1px 2px #141414; }

.cards {
  background: #f7f9f9;
  padding: 50px 20px;
  text-align: center; }
  @media print, screen and (min-width: 40em) {
    .cards {
      padding: 50px; } }
  .cards .title {
    padding-bottom: 20px; }
    .cards .title h3 {
      font-weight: 600;
      letter-spacing: 5px; }
  .cards .cards-loop {
    max-width: 1000px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .cards .cards-loop .card-container {
      display: inline-block;
      margin: 10px;
      -ms-flex-positive: 1;
      flex-grow: 1;
      width: 50%; }
      @media print, screen and (min-width: 40em) {
        .cards .cards-loop .card-container {
          width: 25%;
          margin: 10px 20px; } }
      .cards .cards-loop .card-container .card {
        max-width: 400px;
        margin: 0 auto;
        box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3); }
        .cards .cards-loop .card-container .card .card-title {
          background: #ffffff;
          color: #ffffff;
          font-size: 1.5rem;
          font-weight: 600;
          padding: 5px;
          text-transform: uppercase; }
        .cards .cards-loop .card-container .card .card-content {
          background: #ffffff;
          padding: 20px;
          text-align: left; }
          @media print, screen and (min-width: 40em) {
            .cards .cards-loop .card-container .card .card-content {
              padding: 20px 30px; } }
          @media print, screen and (min-width: 64em) {
            .cards .cards-loop .card-container .card .card-content {
              padding: 20px 50px; } }
          .cards .cards-loop .card-container .card .card-content .price {
            display: block;
            font-size: 70px;
            font-weight: 600;
            text-align: center;
            font-family: "Work Sans", serif;
            letter-spacing: 5px; }
          .cards .cards-loop .card-container .card .card-content .large-text {
            display: block;
            font-weight: 600;
            font-family: "Work Sans", serif;
            font-size: 35px; }
            @media print, screen and (min-width: 40em) {
              .cards .cards-loop .card-container .card .card-content .large-text {
                font-size: 40px; } }
            @media print, screen and (min-width: 64em) {
              .cards .cards-loop .card-container .card .card-content .large-text {
                font-size: 50px;
                letter-spacing: 5px; } }

.board-of-directors .cards {
  background: transparent; }
  @media print, screen and (min-width: 40em) {
    .board-of-directors .cards .button {
      padding: 7px 10px; } }
  @media print, screen and (min-width: 64em) {
    .board-of-directors .cards .button {
      padding: 7px 20px; } }
  @media screen and (min-width: 75em) {
    .board-of-directors .cards .button {
      padding: 7px 40px; } }

.image-text-switch {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto; }
  .image-text-switch.reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .image-text-switch .image {
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 0;
    padding: 0;
    /* remove any pre-existing padding, just in case */
    padding-bottom: 75%;
    /* for a 4:3 aspect ratio */
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative; }
    @media print, screen and (min-width: 40em) {
      .image-text-switch .image {
        width: 50%;
        min-height: 400px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        padding-bottom: 0;
        height: auto; } }
    @media screen and (min-width: 90em) {
      .image-text-switch .image {
        min-height: 600px; } }
    .image-text-switch .image .overlay-text {
      padding: 50px;
      text-align: center; }
      .image-text-switch .image .overlay-text h3 {
        background: rgba(255, 255, 255, 0.6);
        display: inline-block;
        color: #141414;
        padding: 10px 20px;
        font-weight: 600;
        letter-spacing: 5px; }
        .image-text-switch .image .overlay-text h3:after {
          display: none; }
        .image-text-switch .image .overlay-text h3.text-too-long {
          font-size: 20px; }
          @media print, screen and (min-width: 64em) {
            .image-text-switch .image .overlay-text h3.text-too-long {
              font-size: 35px; } }
      .image-text-switch .image .overlay-text .pull-down {
        position: absolute;
        bottom: 50px;
        left: 50%;
        transform: translateX(-50%);
        display: table; }
        .image-text-switch .image .overlay-text .pull-down:hover {
          transform: translateX(-50%) translateY(3px); }
  .image-text-switch .text {
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    padding: 50px 20px; }
    @media print, screen and (min-width: 40em) {
      .image-text-switch .text {
        width: 50%;
        padding: 50px; } }
    @media print, screen and (min-width: 64em) {
      .image-text-switch .text {
        padding: 50px 80px; } }
    .image-text-switch .text .text-container {
      position: relative; }
      @media print, screen and (min-width: 64em) {
        .image-text-switch .text .text-container {
          top: 50%;
          transform: translateY(-50%); } }
    .image-text-switch .text h3 {
      font-size: 30px;
      letter-spacing: 2px;
      font-weight: bold; }
      @media print, screen and (min-width: 64em) {
        .image-text-switch .text h3 {
          font-size: 40px; } }
    .image-text-switch .text .icon {
      max-height: 100px;
      width: auto;
      margin: 20px 0; }
  .image-text-switch-custom .image .image-container {
    height: 100%;
    min-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%; }
  .image-text-switch-custom .text {
    background: #e4e4e4;
    padding: 50px 20px; }
    @media print, screen and (min-width: 40em) {
      .image-text-switch-custom .text {
        padding: 50px; } }
    .image-text-switch-custom .text h3 {
      font-weight: 600; }
    .image-text-switch-custom .text table {
      width: 100%; }
      .image-text-switch-custom .text table tr td:first-child {
        text-align: left; }
      .image-text-switch-custom .text table tr td:last-child {
        text-align: right; }

.whats-on .image-text-switch,
.news-media .image-text-switch,
.rsl-club .image-text-switch {
  background: #e4e4e4; }

.rsl-club .image-text-switch {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }
  @media print, screen and (min-width: 40em) {
    .rsl-club .image-text-switch {
      -ms-flex-direction: row;
      flex-direction: row; }
      .rsl-club .image-text-switch.reverse {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; } }

.gallery {
  position: relative;
  padding: 0; }
  @media print, screen and (min-width: 40em) {
    .gallery {
      padding: 50px 0; } }
  .gallery .prev-image {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    display: none;
    transition: transform linear 0.2s; }
    @media screen and (min-width: 100em) {
      .gallery .prev-image {
        display: block; } }
    .gallery .prev-image .prev-arrow {
      width: 25px; }
    .gallery .prev-image:hover {
      transform: translateY(-50%) translateX(-5px);
      transition: transform linear 0.2s; }
  .gallery .next-image {
    position: absolute;
    right: -30px;
    top: 50%;
    z-index: 1;
    transform: rotate(180deg) translateY(50%);
    display: none;
    transition: transform linear 0.2s; }
    @media screen and (min-width: 100em) {
      .gallery .next-image {
        display: block; } }
    .gallery .next-image .next-arrow {
      width: 25px; }
    .gallery .next-image:hover {
      transform: rotate(180deg) translateY(50%) translateX(-5px);
      transition: transform linear 0.2s; }
  .gallery .gallery-image {
    padding: 0; }
    .gallery .gallery-image:focus {
      outline: none; }
    @media print, screen and (min-width: 40em) {
      .gallery .gallery-image {
        padding: 0px 20px; } }

.form {
  max-width: 1000px;
  margin: 0 auto; }
  .form input[type="email"],
  .form input[type="tel"],
  .form input[type="date"],
  .form input[type="number"],
  .form input[type="text"],
  .form textarea {
    border: none;
    box-shadow: none;
    background: #e4e4e4; }
  .form select {
    border: none;
    box-shadow: none;
    background-color: #e4e4e4;
    background-image: url(../images/arrow_down.svg);
    background-size: 20px 10px;
    padding-right: 1.7rem; }
  .form input[type="submit"] {
    border: none;
    background-color: #770a1d;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 7px 40px;
    border-radius: 20px;
    margin-top: 10px;
    display: inline-block;
    cursor: pointer;
    font-family: "Open Sans", Helvetica, Roboto, Arial, sans-serif;
    transition: transform .1s ease-in; }
    .form input[type="submit"]:hover {
      color: #ffffff;
      transform: translateY(3px); }
  .form input[type="checkbox"]:focus {
    outline: none; }
  .form input::-webkit-input-placeholder,
  .form textarea::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #141414; }
  .form input:-moz-placeholder,
  .form textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #141414;
    opacity: 1; }
  .form input::-moz-placeholder,
  .form textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #141414;
    opacity: 1; }
  .form input:-ms-input-placeholder,
  .form textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #141414; }
  .form .checkbox-label {
    padding: 10px 0; }
  .form .wpcf7-checkbox {
    display: block; }
    .form .wpcf7-checkbox .wpcf7-list-item {
      display: block; }
  .form .inline-inputs > .wpcf7-list-item {
    display: inline; }
  .form .availability span.wpcf7-list-item {
    display: inline-block;
    font-size: 0.875rem; }
  .form .Job span.wpcf7-list-item {
    display: inline-block;
    font-size: 0.875rem; }

.join-or-renew .form {
  margin: 0; }

.careers .form {
  margin-top: 35px; }

.employment-application .row {
  max-width: none !important; }

.employment-application .row.job {
  padding-top: 15px;
  padding-bottom: 15px; }

.employment-application .row.upload {
  padding-top: 15px;
  padding-bottom: 15px; }

.icons {
  padding-bottom: 50px; }
  .icons .title {
    text-align: center;
    text-transform: uppercase;
    padding: 30px 0 20px 0; }
    .icons .title h3 {
      font-weight: 600; }
  .icons .icons-container {
    max-width: 1000px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .icons .icons-container .icon {
      display: inline-block;
      margin: 10px 0 0 10px;
      -ms-flex-positive: 1;
      flex-grow: 1;
      text-align: center;
      width: 33.3%; }
      @media print, screen and (min-width: 40em) {
        .icons .icons-container .icon {
          width: 25%; } }
      .icons .icons-container .icon .icon-image {
        padding: 20px; }
      .icons .icons-container .icon .icon-text {
        font-size: 20px; }

.board-of-directors .icons .icons-container .icon,
.the-burst .icons .icons-container .icon {
  margin: 20px;
  width: 50%; }
  @media print, screen and (min-width: 40em) {
    .board-of-directors .icons .icons-container .icon,
    .the-burst .icons .icons-container .icon {
      width: 20%; } }
  .board-of-directors .icons .icons-container .icon .icon-image,
  .the-burst .icons .icons-container .icon .icon-image {
    padding: 0;
    box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.3); }
  .board-of-directors .icons .icons-container .icon .icon-text,
  .the-burst .icons .icons-container .icon .icon-text {
    padding-top: 10px; }

.accordion-section {
  margin: 0 auto;
  max-width: 1000px;
  padding-bottom: 2em; }
  @media screen and (min-width: 75em) {
    .accordion-section {
      padding-bottom: 4em; } }
  .accordion-section .title {
    text-align: center;
    padding: 50px 0; }
    .accordion-section .title h3 {
      font-size: 30px;
      font-weight: 600; }
  .accordion-section .accordion .accordion-title:before {
    content: '';
    display: none; }
  .accordion-section .accordion .accordion-title span {
    color: #141414;
    font-weight: 600;
    max-width: 1000px;
    margin: 0 auto;
    display: block;
    position: relative;
    font-size: 20px; }
    .accordion-section .accordion .accordion-title span:before {
      position: absolute;
      top: 50%;
      content: '+';
      transform: translateY(-50%);
      right: 0; }
      @media print, screen and (min-width: 40em) {
        .accordion-section .accordion .accordion-title span:before {
          right: 1rem; } }
  .accordion-section .accordion .accordion-content .content {
    max-width: 1000px;
    margin: 0 auto; }
  .accordion-section .accordion .is-active > .accordion-title {
    background: #e4e4e4; }
    .accordion-section .accordion .is-active > .accordion-title span:before {
      content: '\2013'; }

#tribe-events-content.tribe-events-list {
  margin-bottom: 0; }

#tribe-events-content .tribe-events-calendar th {
  background-color: #770a1d;
  color: #ffffff; }

#tribe-events-content .tribe-events-calendar div[id*=tribe-events-daynum-],
#tribe-events-content .tribe-events-calendar div[id*=tribe-events-daynum-] a {
  background-color: #8f0c23;
  color: #ffffff; }

#tribe-events-content .tribe-events-calendar .tribe-events-month-event-title a {
  font-weight: 600;
  color: #141414; }

#tribe-events-content .tribe-events-tooltip h4 {
  background-color: #8f0c23; }

#tribe-events-content .tribe-events-page-title {
  font-family: "Work Sans", serif;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 600;
  font-size: 35px; }
  #tribe-events-content .tribe-events-page-title a {
    pointer-events: none;
    cursor: default; }

#tribe-events-content #tribe-events-header:before, #tribe-events-content #tribe-events-header:after,
#tribe-events-content #tribe-events-footer:before,
#tribe-events-content #tribe-events-footer:after {
  display: none; }

#tribe-events-content #tribe-events-header .tribe-events-sub-nav,
#tribe-events-content #tribe-events-footer .tribe-events-sub-nav {
  overflow: visible; }
  #tribe-events-content #tribe-events-header .tribe-events-sub-nav:after,
  #tribe-events-content #tribe-events-footer .tribe-events-sub-nav:after {
    content: '';
    clear: both;
    zoom: 1;
    overflow: auto;
    display: table; }
  #tribe-events-content #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous > a,
  #tribe-events-content #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next > a,
  #tribe-events-content #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous > a,
  #tribe-events-content #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next > a {
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    background: #770a1d;
    padding: 7px 40px;
    border-radius: 20px;
    margin-top: 10px;
    display: inline-block;
    cursor: pointer; }
    #tribe-events-content #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous > a:hover,
    #tribe-events-content #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next > a:hover,
    #tribe-events-content #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous > a:hover,
    #tribe-events-content #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next > a:hover {
      color: #ffffff;
      transform: translateY(3px); }
    #tribe-events-content #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous > a span,
    #tribe-events-content #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next > a span,
    #tribe-events-content #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous > a span,
    #tribe-events-content #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next > a span {
      top: auto; }
      @media screen and (min-width: 48.0625em) {
        #tribe-events-content #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous > a span,
        #tribe-events-content #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next > a span,
        #tribe-events-content #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous > a span,
        #tribe-events-content #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next > a span {
          top: 10px; } }

#tribe-events-content .tribe-events-loop .event {
  padding: 26px 0 10px; }
  #tribe-events-content .tribe-events-loop .event:not(:last-child) {
    border-bottom: 1px solid black; }
  #tribe-events-content .tribe-events-loop .event .no-event {
    padding-bottom: 50px; }
  #tribe-events-content .tribe-events-loop .event .date-section {
    text-align: center;
    margin-top: -20px; }
    @media print, screen and (min-width: 40em) {
      #tribe-events-content .tribe-events-loop .event .date-section {
        text-align: left;
        padding-bottom: 20px; } }
    @media screen and (min-width: 75em) {
      #tribe-events-content .tribe-events-loop .event .date-section {
        text-align: center;
        padding-bottom: 0; } }
    #tribe-events-content .tribe-events-loop .event .date-section .date {
      font-family: "Work Sans", serif;
      font-size: 40px;
      line-height: 1;
      text-align: center;
      font-weight: bold; }
      @media print, screen and (min-width: 40em) {
        #tribe-events-content .tribe-events-loop .event .date-section .date {
          display: inline; } }
      @media screen and (min-width: 75em) {
        #tribe-events-content .tribe-events-loop .event .date-section .date {
          display: block; } }
    #tribe-events-content .tribe-events-loop .event .date-section .month {
      font-size: 35px;
      text-transform: uppercase; }
      @media print, screen and (min-width: 40em) {
        #tribe-events-content .tribe-events-loop .event .date-section .month {
          display: inline; } }
      @media screen and (min-width: 75em) {
        #tribe-events-content .tribe-events-loop .event .date-section .month {
          display: block; } }
  #tribe-events-content .tribe-events-loop .event .image-section {
    padding-top: 20px;
    padding-bottom: 20px; }
    @media screen and (min-width: 25em) {
      #tribe-events-content .tribe-events-loop .event .image-section {
        padding-left: 30px;
        padding-right: 30px; } }
    @media print, screen and (min-width: 40em) {
      #tribe-events-content .tribe-events-loop .event .image-section {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 10px;
        padding-right: 10px; } }
  @media screen and (min-width: 25em) {
    #tribe-events-content .tribe-events-loop .event .details-section {
      padding-left: 30px;
      padding-right: 30px; } }
  @media print, screen and (min-width: 40em) {
    #tribe-events-content .tribe-events-loop .event .details-section {
      padding-left: 10px;
      padding-right: 10px; } }
  #tribe-events-content .tribe-events-loop .event .details-section h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600; }
    @media print, screen and (min-width: 40em) {
      #tribe-events-content .tribe-events-loop .event .details-section h3 {
        font-size: 25px; } }
    #tribe-events-content .tribe-events-loop .event .details-section h3 > a {
      color: #141414; }

#tribe-events {
  max-width: 1400px;
  margin: 0 auto; }

.tribe-events-single {
  max-width: 1400px; }
  .tribe-events-single.row {
    margin: 0 auto;
    padding: 10px 0; }
  .tribe-events-single .featured-image {
    max-width: 500px; }
  .tribe-events-single .tribe_events {
    padding-top: 20px; }
  .tribe-events-single .tribe-events-schedule {
    background: transparent;
    border: none;
    margin: 0;
    padding: 0; }

.tribe-events-cal-links {
  display: none; }

.testimonials {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  padding: 50px; }
  .testimonials .title {
    text-align: center; }
    .testimonials .title h3 {
      background: rgba(255, 255, 255, 0.6);
      display: inline-block;
      color: #141414;
      padding: 10px 20px;
      font-weight: 600;
      letter-spacing: 5px; }
      .testimonials .title h3:after {
        display: none; }
  .testimonials .container {
    background: rgba(255, 255, 255, 0.6);
    padding: 20px 40px;
    max-width: 1000px;
    margin: 0 auto; }
  .testimonials .prev-testimonial {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    display: none;
    transition: transform linear 0.2s; }
    @media screen and (min-width: 100em) {
      .testimonials .prev-testimonial {
        display: block;
        left: 5%; } }
    .testimonials .prev-testimonial .prev-arrow {
      width: 25px; }
    .testimonials .prev-testimonial:hover {
      transform: translateY(-50%) translateX(-5px);
      transition: transform linear 0.2s; }
  .testimonials .next-testimonial {
    position: absolute;
    right: 15px;
    top: 50%;
    z-index: 1;
    transform: rotate(180deg) translateY(50%);
    display: none;
    transition: transform linear 0.2s; }
    @media screen and (min-width: 100em) {
      .testimonials .next-testimonial {
        display: block;
        right: 5%; } }
    .testimonials .next-testimonial .next-arrow {
      width: 25px; }
    .testimonials .next-testimonial:hover {
      transform: rotate(180deg) translateY(50%) translateX(-5px);
      transition: transform linear 0.2s; }
  .testimonials .list-view {
    max-width: 120rem;
    margin: 20px auto; }
    .testimonials .list-view .testimony {
      margin: 50px -20px;
      background: #e4e4e4;
      box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
      padding: 30px 20px; }
      @media print, screen and (min-width: 40em) {
        .testimonials .list-view .testimony {
          padding: 30px;
          margin: 50px 0px; } }
      .testimonials .list-view .testimony:first-child {
        margin-top: 0; }
      .testimonials .list-view .testimony:last-child {
        margin-bottom: 0; }
      .testimonials .list-view .testimony .person-name {
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 15px;
        display: block; }
      .testimonials .list-view .testimony .testimony-content {
        position: relative;
        padding: 0; }
        @media print, screen and (min-width: 40em) {
          .testimonials .list-view .testimony .testimony-content {
            padding-left: 70px;
            padding-right: 50px;
            padding-top: 30px;
            padding-bottom: 30px; } }
        .testimonials .list-view .testimony .testimony-content:before {
          content: '';
          background-image: url(../images/quote-icon.png);
          background-size: cover;
          background-repeat: no-repeat;
          position: absolute;
          left: 0px;
          top: 0;
          width: 60px;
          height: 60px;
          opacity: .5;
          display: none; }
          @media print, screen and (min-width: 40em) {
            .testimonials .list-view .testimony .testimony-content:before {
              display: block; } }
        .testimonials .list-view .testimony .testimony-content:after {
          content: '';
          background-image: url(../images/quote-icon.png);
          background-size: cover;
          background-repeat: no-repeat;
          position: absolute;
          right: 0;
          bottom: 0;
          width: 60px;
          height: 60px;
          opacity: .5;
          transform: rotate(180deg);
          display: none; }
          @media print, screen and (min-width: 40em) {
            .testimonials .list-view .testimony .testimony-content:after {
              display: block; } }
        .testimonials .list-view .testimony .testimony-content p {
          margin: 0; }

.history {
  text-align: center;
  padding-bottom: 50px; }
  .history h3 {
    font-size: 40px;
    font-weight: 600; }
  .history .history-container {
    max-width: 1200px; }
    .history .history-container .single-history {
      margin: 20px 10px;
      padding: 15px;
      box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3); }
      @media print, screen and (min-width: 64em) {
        .history .history-container .single-history {
          margin: 20px 0px; } }
      @media screen and (min-width: 75em) {
        .history .history-container .single-history {
          margin: 20px 10px; } }
      .history .history-container .single-history .year {
        font-size: 50px;
        font-weight: 600;
        font-family: "Work Sans", serif; }

.row.map .map-container .map {
  min-height: 300px;
  height: 100%; }

.row.map .details-container {
  padding: 50px 50px;
  background-color: #e4e4e4; }
  @media print, screen and (min-width: 40em) {
    .row.map .details-container {
      font-size: 20px; } }
  .row.map .details-container h3 {
    font-size: 30px;
    font-weight: 600; }
  .row.map .details-container .button {
    padding: 5px 30px; }
  .row.map .details-container table tr td {
    padding-right: 10px; }

.social-media-feeds {
  background-color: #e4e4e4;
  padding: 50px 0; }
  .social-media-feeds .title {
    text-align: center;
    padding-bottom: 30px; }
    .social-media-feeds .title h3 {
      font-weight: 600;
      font-size: 30px; }
  .social-media-feeds .instagram-feed #instafeed {
    background-image: url(../images/instagram-placeholder.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    overflow-y: auto;
    margin: 0 auto;
    max-width: 300px;
    height: 450px; }
    @media screen and (min-width: 75em) {
      .social-media-feeds .instagram-feed #instafeed {
        max-width: 450px; } }
    .social-media-feeds .instagram-feed #instafeed a {
      display: inline-block;
      margin: 5px;
      width: 140px; }
      @media print, screen and (min-width: 40em) {
        .social-media-feeds .instagram-feed #instafeed a {
          width: 130px; } }
      @media print, screen and (min-width: 64em) {
        .social-media-feeds .instagram-feed #instafeed a {
          width: 140px; } }
  .social-media-feeds .facebook-feed .fb-page {
    margin: 0 auto;
    display: block;
    max-width: 340px;
    height: 450px;
    background-image: url(../images/facebook-placeholder.jpg);
    background-size: contain;
    background-repeat: no-repeat; }
  .social-media-feeds .instagram-details,
  .social-media-feeds .facebook-details {
    text-align: center;
    padding-top: 20px; }
    .social-media-feeds .instagram-details a,
    .social-media-feeds .facebook-details a {
      display: block;
      color: #141414;
      font-weight: 600; }

.contact-us .social-media-feeds {
  background: transparent; }

.hero-image .image {
  width: 100%; }

.dp-event-list {
  font-family: "Open Sans", Helvetica, Roboto, Arial, sans-serif;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  white-space: normal;
  margin-bottom: 50px; }
  .dp-event-list .dp-list-item {
    display: inline-block;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 10px 15px;
    width: 50%; }
    @media print, screen and (min-width: 40em) {
      .dp-event-list .dp-list-item {
        width: 33%;
        margin: 30px 15px; } }
    @media print, screen and (min-width: 64em) {
      .dp-event-list .dp-list-item {
        width: 25%; } }
    .dp-event-list .dp-list-item .dp-event-image {
      display: block; }
      .dp-event-list .dp-list-item .dp-event-image img {
        max-width: 250px;
        border-radius: 250px; }
    .dp-event-list .dp-list-item .dp-event-title {
      display: block;
      font-size: 18px;
      font-weight: bold;
      padding-top: 20px; }
      .dp-event-list .dp-list-item .dp-event-title a {
        color: #141414; }
    .dp-event-list .dp-list-item .dp-event-date {
      display: block; }

@media screen and (min-width: 75em) {
  .promo .event-image {
    min-height: 425px; } }

@media screen and (min-width: 90em) {
  .promo .event-image {
    min-height: 550px; } }

.promo .event-info {
  padding: 2em; }
  @media print, screen and (min-width: 64em) {
    .promo .event-info {
      padding: 3em; } }
  .promo .event-info h3 {
    font-size: 38px;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .promo .event-info .dp-event-date {
    font-weight: bold; }

.promo:nth-child(even) .event-image {
  float: right; }

.home .image-slider .slide {
  background-size: cover;
  position: relative;
  width: 320px;
  height: 220px; }
  @media screen and (min-width: 75em) {
    .home .image-slider .slide {
      height: 275px; } }
  @media screen and (min-width: 100em) {
    .home .image-slider .slide {
      width: 400px;
      height: 350px; } }
  .home .image-slider .slide .black-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); }

.home .image-slider .slide .heading {
  color: white;
  position: absolute;
  width: 100%;
  bottom: 50%;
  left: 0;
  top: 30%; }
  .home .image-slider .slide .heading h2 {
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-size: 150%;
    text-shadow: 1px 1px 2px #141414;
    letter-spacing: 1px; }
    @media screen and (min-width: 75em) {
      .home .image-slider .slide .heading h2 {
        line-height: 1.1;
        font-size: 175%; } }
    @media screen and (min-width: 90em) {
      .home .image-slider .slide .heading h2 {
        font-size: 200%; } }
  .home .image-slider .slide .heading .sub-heading {
    font-size: 18px;
    text-align: center;
    line-height: 1.3;
    text-shadow: 1px 1px 2px #141414; }
    @media screen and (min-width: 75em) {
      .home .image-slider .slide .heading .sub-heading {
        font-size: 20px; } }

.home .image-slider .slick-prev {
  left: 15px;
  height: 100%;
  width: 36px;
  z-index: 1000; }

.home .image-slider .slick-prev:before {
  content: ''; }

.home .image-slider .slick-next {
  right: 15px;
  width: 36px;
  height: 100%;
  z-index: 1001; }

.home .image-slider .slick-next:before {
  content: ''; }

.row.three-columns {
  max-width: none;
  padding-top: 1.5em; }
  @media screen and (min-width: 75em) {
    .row.three-columns {
      padding-top: 2.5em; } }
  @media screen and (min-width: 75em) {
    .row.three-columns {
      padding-top: 3.5em; } }
  .row.three-columns .text-container {
    padding: 50px;
    height: 100%; }
    .row.three-columns .text-container h2 {
      font-weight: bold; }
    .row.three-columns .text-container h3 {
      font-weight: bold; }
