@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=Libre+Baskerville:400,400i|Raleway:300,400,500,700");
.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
 */
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! 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=106.25em"; }

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

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

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  -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: 75rem;
  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; } }
    @media screen and (min-width: 90em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media screen and (min-width: 106.25em) {
      .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; } }

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

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

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: 64em) {
  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: #4395a8;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #3a8090; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #828282;
  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 #828282; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #444444; }

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

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

figure {
  margin: 0; }

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

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

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

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

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

@media screen and (min-width: 106.25em) {
  .xxxlarge-text-left {
    text-align: left; }
  .xxxlarge-text-right {
    text-align: right; }
  .xxxlarge-text-center {
    text-align: center; }
  .xxxlarge-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 #444444;
    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 #828282;
  border-radius: 0;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  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 #444444;
    background-color: #ffffff;
    box-shadow: 0 0 5px #828282;
    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: #828282; }

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

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  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: #000000; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

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

.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 #828282;
  background: #e6e6e6;
  color: #000000;
  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 #828282; }
  .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 #828282;
  border-radius: 0;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  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%2868, 68, 68%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/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #444444;
    background-color: #ffffff;
    box-shadow: 0 0 5px #828282;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #e6e6e6;
    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 #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #4395a8; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .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 #e6e6e6;
  border-bottom: 0;
  background-color: #ffffff;
  color: #000000; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.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: #4395a8 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: #4395a8 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; }

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

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

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

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

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #4395a8 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px; }

.dropdown.menu a {
  padding: 0.7rem 1rem; }
  [data-whatinput='mouse'] .dropdown.menu a {
    outline: 0; }

.dropdown.menu .is-active > a {
  background: transparent;
  color: #4395a8; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #4395a8 transparent transparent; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #4395a8; }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #4395a8 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #4395a8 transparent transparent; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #4395a8; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #4395a8 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #4395a8 transparent transparent; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #4395a8; } }

@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #4395a8 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #4395a8 transparent transparent; }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #4395a8; } }

@media screen and (min-width: 90em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #4395a8 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.xxlarge-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.xxlarge-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #4395a8 transparent transparent; }
  .dropdown.menu.xxlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #4395a8; } }

@media screen and (min-width: 106.25em) {
  .dropdown.menu.xxxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xxxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xxxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.xxxlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #4395a8 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.xxxlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xxxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.xxxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.xxxlarge-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.xxxlarge-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #4395a8 transparent transparent; }
  .dropdown.menu.xxxlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #4395a8; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #828282;
  background: #ffffff; }
  .dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #4395a8 transparent transparent; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #4395a8; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

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

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

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

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

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

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

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

.tabs.primary {
  background: #4395a8; }
  .tabs.primary > li > a {
    color: #000000; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #408ea0; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #4395a8; }
    .tabs-title > a:hover {
      background: #ffffff;
      color: #3a8090; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6;
      color: #4395a8; }

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

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

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

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

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

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

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

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

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.45rem 1rem 0 1rem; }
  .top-bar-title .menu-icon {
    bottom: 2px; }

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

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

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

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

@media 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; } }

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

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

@media screen and (min-width: 90em) and (max-width: 106.1875em) {
  .hide-for-xxlarge-only {
    display: none !important; } }

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

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

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

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

@media screen and (max-width: 106.1875em) {
  .show-for-xxxlarge-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;
  margin-right: 0;
  width: 100%; }

.row {
  max-width: 75rem; }
  @media screen and (min-width: 106.25em) {
    .row {
      max-width: 95rem; } }

.no-padding {
  padding: 0; }

body {
  font-size: 16px; }

body.search .body-content .row {
  padding: 2em 0; }
  body.search .body-content .row article {
    padding: 1em 0; }
  body.search .body-content .row h1 {
    word-wrap: break-word; }
  body.search .body-content .row h4 {
    font-size: 110%; }

.body-content-wrapper {
  width: 100%; }

table.trading-hours {
  margin: 0 auto;
  font-size: 85%;
  font-weight: 600;
  max-width: 450px; }
  @media print, screen and (min-width: 40em) {
    table.trading-hours {
      font-size: 100%; } }
  @media screen and (min-width: 75em) {
    table.trading-hours {
      font-size: 115%; } }
  @media screen and (min-width: 90em) {
    table.trading-hours {
      font-size: 125%; } }
  @media print, screen and (min-width: 64em) {
    table.trading-hours td {
      padding-top: 0.25em;
      padding-bottom: 0.25em; } }
  table.trading-hours td:first-child {
    padding-right: 0.75em; }
  table.trading-hours td:last-child {
    text-align: right;
    padding-left: 0.75em; }

.grey-background {
  background-color: #e6e6e6; }

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

.button {
  box-sizing: border-box;
  display: inline-block;
  color: #000000;
  font-family: "Raleway", sans-serif;
  line-height: 1.2;
  background: transparent;
  border: 2px solid #000000;
  padding: 8px 25px;
  margin: 10px;
  cursor: pointer;
  transition: all .2s ease-in-out; }
  @media print, screen and (min-width: 64em) {
    .button {
      font-size: 100%; } }

.button:hover {
  background-color: #4395a8;
  border: 2px solid #4395a8;
  color: #ffffff; }

.button:focus {
  border: 2px solid #4395a8;
  background-color: #4395a8;
  color: #ffffff; }

/* TEXT STYLES */
p {
  font-size: 100%;
  line-height: 1.5;
  font-weight: 400; }

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none; }

h1, .h1 {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 45px;
  letter-spacing: 4px;
  line-height: 1.1;
  margin-bottom: 0.15em;
  text-transform: uppercase; }
  @media print, screen and (min-width: 64em) {
    h1, .h1 {
      font-size: 70px;
      letter-spacing: 6px; } }
  @media screen and (min-width: 90em) {
    h1, .h1 {
      font-size: 90px; } }

h2, .h2 {
  font-family: "Raleway", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 2px;
  text-transform: uppercase; }
  @media print, screen and (min-width: 64em) {
    h2, .h2 {
      letter-spacing: 4px;
      font-size: 34px; } }
  @media screen and (min-width: 75em) {
    h2, .h2 {
      letter-spacing: 6px; } }

h2:after {
  content: "";
  background: #000000;
  height: 2px;
  width: 75px;
  display: block;
  margin: 0.5em auto 0; }
  @media screen and (min-width: 75em) {
    h2:after {
      width: 100px; } }

h3, .h3 {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 26px;
  letter-spacing: 2px;
  line-height: 1.2;
  margin-bottom: 0.25em;
  text-transform: uppercase; }
  @media print, screen and (min-width: 64em) {
    h3, .h3 {
      font-size: 34px; } }

h4, .h4 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 1px;
  text-transform: uppercase; }
  @media print, screen and (min-width: 64em) {
    h4, .h4 {
      letter-spacing: 3px; } }
  @media screen and (min-width: 90em) {
    h4, .h4 {
      font-size: 28px; } }

h5, .h5 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 16px; }

/** MISC **/
ul {
  list-style-position: inside; }

.arrow-down {
  margin: 0 auto;
  cursor: default; }

.page-navigation .pagination {
  list-style: none;
  text-align: right; }
  .page-navigation .pagination li {
    font-weight: 700;
    font-size: 110%;
    padding: 0 0.5em;
    display: inline;
    text-transform: uppercase; }

/** Gallery Plugin **/
#html5-watermark {
  display: none;
  visibility: hidden; }

.wonderplugin-gridgallery-item-container + a {
  display: none; }

.wonderplugingridgallery .wonderplugin-gridgallery-pagination {
  text-align: right !important; }
  .wonderplugingridgallery .wonderplugin-gridgallery-pagination .wonderplugin-gridgallery-pagination-btn-selected {
    color: #ffffff; }
  .wonderplugingridgallery .wonderplugin-gridgallery-pagination .wonderplugin-gridgallery-pagination-btn-selected:hover {
    background-color: transparent;
    color: #000000; }
  .wonderplugingridgallery .wonderplugin-gridgallery-pagination .wonderplugin-gridgallery-pagination-btn {
    margin: 0 0.15em;
    padding: 0.5em 0.75em;
    border: none;
    border-radius: 0;
    background: transparent !important;
    text-shadow: none;
    font-size: 90%;
    font-weight: bold; }
  .wonderplugingridgallery .wonderplugin-gridgallery-pagination .wonderplugin-gridgallery-pagination-btn-selected {
    background: #4395a8 !important; }
  .wonderplugingridgallery .wonderplugin-gridgallery-pagination .wonderplugin-gridgallery-pagination-btn:hover {
    background: #e6e6e6 !important;
    cursor: pointer; }

/*** Foundation Styles ***/
/* 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; }

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

/*********************
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 {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: transparent; }
  @media print, screen and (min-width: 64em) {
    .header {
      background: #000000;
      background: linear-gradient(#000000 30%, transparent); } }
  .header #top-bar-menu {
    background-color: transparent;
    padding: 0;
    margin: 0 auto;
    display: none; }
    @media print, screen and (min-width: 64em) {
      .header #top-bar-menu {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media screen and (min-width: 75em) {
      .header #top-bar-menu {
        -ms-flex-direction: row;
        flex-direction: row; } }
    .header #top-bar-menu .menu.dropdown {
      background: transparent;
      display: block; }
      .header #top-bar-menu .menu.dropdown a {
        padding: 0; }
    .header #top-bar-menu .logo-container {
      text-align: center;
      padding: 0.75em 0 0 0; }
      @media print, screen and (min-width: 64em) {
        .header #top-bar-menu .logo-container {
          padding: 1em 0 0.75em 0; } }
      @media screen and (min-width: 75em) {
        .header #top-bar-menu .logo-container {
          padding: 1em 0 4em 0; } }
      .header #top-bar-menu .logo-container .logo {
        width: 125px; }
    .header #top-bar-menu .menu-container {
      padding: 0;
      /* .search-site {
        position: absolute;
        top: 34px;
        input.search-field {
          width: 100%;
          max-width: 150px;
          display: inline-block;
          border: none;
          background: transparent;
          font-family: "Montserrat", Verdana, Arial, sans-serif;
          font-size: 15px;
        }
        input.search-submit {
          position: relative;
          background-color: transparent;
          border: none;
          height: 23px;
          right: 150px;
          bottom: 50px;
          margin: 0;
          background: url("/content/themes/DailyPress/assets/images/Search.png");
          background-repeat: no-repeat;
          background-position: center;
        }
        ::-webkit-input-placeholder {
            color: #ffffff;
        }
        :-moz-placeholder {
           color: #ffffff;
           opacity:  1;
        }
        ::-moz-placeholder {
           color: #ffffff;
           opacity:  1;
        }
        :-ms-input-placeholder {
           color: #ffffff;
        }
      } */ }
      @media print, screen and (min-width: 64em) {
        .header #top-bar-menu .menu-container {
          padding-bottom: 2em; } }
      @media screen and (min-width: 75em) {
        .header #top-bar-menu .menu-container {
          margin: 0;
          padding-bottom: 0;
          width: 100%; } }
      .header #top-bar-menu .menu-container #menu-main-menu {
        margin: 0;
        padding: 1em 0;
        height: 100%;
        text-align: center;
        background-color: #ffffff;
        border-bottom: 4px solid #f7d78b;
        box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4); }
        @media print, screen and (min-width: 64em) {
          .header #top-bar-menu .menu-container #menu-main-menu {
            border-top: none;
            padding: 0;
            background: transparent;
            border-bottom: none;
            box-shadow: none; } }
        @media screen and (min-width: 75em) {
          .header #top-bar-menu .menu-container #menu-main-menu {
            padding: 1em 0;
            border-bottom: none; } }
        .header #top-bar-menu .menu-container #menu-main-menu li.menu-item {
          display: block;
          padding: 0.35em; }
          @media print, screen and (min-width: 64em) {
            .header #top-bar-menu .menu-container #menu-main-menu li.menu-item {
              display: inline-block;
              padding: 1em; } }
          @media screen and (min-width: 75em) {
            .header #top-bar-menu .menu-container #menu-main-menu li.menu-item {
              padding: 0.9em; } }
          @media screen and (min-width: 106.25em) {
            .header #top-bar-menu .menu-container #menu-main-menu li.menu-item {
              padding: 1em 1.5em; } }
          .header #top-bar-menu .menu-container #menu-main-menu li.menu-item ul.submenu {
            background-color: #ffffff; }
            @media print, screen and (min-width: 64em) {
              .header #top-bar-menu .menu-container #menu-main-menu li.menu-item ul.submenu li.is-submenu-item a {
                color: #000000; } }
          .header #top-bar-menu .menu-container #menu-main-menu li.menu-item a {
            font-size: 95%;
            font-weight: 500;
            color: #000000;
            letter-spacing: 1px;
            text-transform: uppercase; }
            @media print, screen and (min-width: 64em) {
              .header #top-bar-menu .menu-container #menu-main-menu li.menu-item a {
                font-size: 100%;
                text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
                color: #ffffff; } }
            @media screen and (min-width: 75em) {
              .header #top-bar-menu .menu-container #menu-main-menu li.menu-item a {
                line-height: 75px; } }
          .header #top-bar-menu .menu-container #menu-main-menu li.menu-item a:hover {
            text-decoration: underline; }
          .header #top-bar-menu .menu-container #menu-main-menu li.menu-item ul.is-dropdown-submenu {
            z-index: 2000;
            height: auto;
            background-color: #ffffff; }
            .header #top-bar-menu .menu-container #menu-main-menu li.menu-item ul.is-dropdown-submenu li {
              text-align: left;
              padding: 0.25em 0; }
              .header #top-bar-menu .menu-container #menu-main-menu li.menu-item ul.is-dropdown-submenu li a {
                line-height: 1.5;
                font-size: 85%;
                font-weight: normal; }
        .header #top-bar-menu .menu-container #menu-main-menu li.active a {
          font-weight: 700;
          color: #4395a8; }
        .header #top-bar-menu .menu-container #menu-main-menu li.active ul.submenu li a {
          color: #000000;
          font-weight: 400; }
        .header #top-bar-menu .menu-container #menu-main-menu li.active ul.submenu li.active a {
          color: #4395a8;
          font-weight: 700; }
        .header #top-bar-menu .menu-container #menu-main-menu li.is-accordion-submenu-parent a:after {
          right: -1em; }
        .header #top-bar-menu .menu-container #menu-main-menu li.search-menu {
          display: none; }
          @media screen and (min-width: 90em) {
            .header #top-bar-menu .menu-container #menu-main-menu li.search-menu {
              display: inline-block; } }
  @media screen and (min-width: 75em) {
    .header .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a:after {
      right: 5px; } }
  @media screen and (min-width: 75em) {
    .header #menu-main-menu > li:last-child {
      padding-right: 0; }
      .header #menu-main-menu > li:last-child a {
        padding-right: 0; } }
  .header #mobile-menu {
    max-height: 75px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .header #mobile-menu.title-bar {
      background: #000000;
      background: linear-gradient(rgba(0, 0, 0, 0.5) 60%, transparent);
      background-color: transparent;
      padding: 0; }
    .header #mobile-menu .logo-container .logo {
      padding: 0.35em 0;
      max-height: 75px;
      max-width: none; }
    .header #mobile-menu .hamburger-icon {
      width: 30px;
      height: 16px;
      position: relative;
      display: block;
      float: right;
      margin: 1.45em 0; }
      .header #mobile-menu .hamburger-icon .line {
        display: block;
        background: #ffffff;
        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 #mobile-menu .hamburger-icon .line.line-1 {
          top: 0; }
        .header #mobile-menu .hamburger-icon .line.line-2 {
          top: 50%; }
        .header #mobile-menu .hamburger-icon .line.line-3 {
          top: 100%; }
      .header #mobile-menu .hamburger-icon:hover .line-1, .header #mobile-menu .hamburger-icon:focus .line-1 {
        transform: translateY(-2px);
        -moz-transform: translateY(-2px);
        -webkit-transform: translateY(-2px); }
      .header #mobile-menu .hamburger-icon:hover .line-3, .header #mobile-menu .hamburger-icon:focus .line-3 {
        transform: translateY(2px);
        -moz-transform: translateY(2px);
        -webkit-transform: translateY(2px); }
      .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 #mobile-menu .hamburger-icon.active .line-2 {
        opacity: 0; }
      .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); }

footer.footer {
  margin-top: 0;
  background-color: #000000;
  padding: 1.5em 0;
  color: #ffffff;
  text-align: center;
  font-size: 90%; }
  @media print, screen and (min-width: 64em) {
    footer.footer {
      padding: 2em 0; } }
  footer.footer .footer-heading {
    color: #ffffff;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 4px; }
  footer.footer .footer-heading:after {
    content: "";
    background: #ffffff;
    height: 2px;
    width: 75px;
    display: block;
    margin: 0.5em auto 0; }
  footer.footer .columns {
    padding: 0.625rem; }
  footer.footer .contact {
    padding-top: 2em; }
    @media print, screen and (min-width: 64em) {
      footer.footer .contact {
        padding-bottom: 0; } }
    footer.footer .contact .form p {
      margin-bottom: 0; }
  footer.footer .details {
    padding-bottom: 0; }
    @media print, screen and (min-width: 64em) {
      footer.footer .details {
        padding-top: 2em;
        padding-left: 2em;
        text-align: left; } }
    footer.footer .details a {
      color: #ffffff; }
  footer.footer .copyright {
    text-align: center;
    line-height: 2.2;
    padding-bottom: 0;
    padding-top: 0; }
    footer.footer .copyright .social-icon {
      height: 30px;
      margin: 1em 0.5em; }
      @media screen and (min-width: 75em) {
        footer.footer .copyright .social-icon {
          height: 36px; } }
    footer.footer .copyright #dp_logo {
      width: 50px;
      position: relative;
      top: 15px; }
      @media print, screen and (min-width: 40em) {
        footer.footer .copyright #dp_logo {
          top: 18px; } }
      footer.footer .copyright #dp_logo .st0 {
        fill: #fff; }
      footer.footer .copyright #dp_logo .box,
      footer.footer .copyright #dp_logo .dash,
      footer.footer .copyright #dp_logo .text {
        transition: transform 1s;
        transform-origin: 100px 100px; }
      footer.footer .copyright #dp_logo:hover .box {
        transform: rotate(45deg);
        transform-origin: 100px 100px;
        transition: transform 1s; }
      footer.footer .copyright #dp_logo:hover .dash,
      footer.footer .copyright #dp_logo:hover .text {
        transform: translateX(45px);
        transition: transform 1s; }

.hero {
  height: 380px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media print, screen and (min-width: 64em) {
    .hero {
      height: 700px; } }
  @media screen and (min-width: 90em) {
    .hero {
      height: 868px; } }
  .hero .hero-text {
    position: relative;
    top: 25px;
    margin: 0 auto;
    color: white;
    text-align: center; }
    @media print, screen and (min-width: 64em) {
      .hero .hero-text {
        top: 50px; } }
    .hero .hero-text h1 {
      max-width: 750px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }
    .hero .hero-text .subheading {
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
      font-family: "Libre Baskerville", serif;
      font-style: italic;
      font-size: 20px; }
      @media print, screen and (min-width: 64em) {
        .hero .hero-text .subheading {
          font-size: 26px; } }
    .hero .hero-text .button {
      margin-top: 1em;
      padding: 10px 40px;
      border: solid 2px #ffffff;
      color: #ffffff;
      text-transform: capitalize; }
      @media print, screen and (min-width: 64em) {
        .hero .hero-text .button {
          margin-top: 2em;
          font-size: 110%; } }
    .hero .hero-text .button:hover {
      border: 2px solid #4395a8; }

.row.two-columns.full-width .text-container {
  max-width: 37.5rem; }

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

.row.two-columns .text-container {
  height: 100%;
  text-align: justify; }

@media print, screen and (min-width: 40em) {
  .contact .row.two-columns .left {
    padding-right: 1.5em; }
    .contact .row.two-columns .left .text-container {
      text-align: right; } }

@media print, screen and (min-width: 40em) {
  .contact .row.two-columns .right {
    padding-left: 1.5em; } }

.one-column {
  padding: 2em 0; }
  @media screen and (min-width: 75em) {
    .one-column {
      padding: 3em 0; } }
  .one-column.coloured {
    background-color: #e6e6e6; }
  .one-column.no_top_padding {
    padding-top: 0; }
  .one-column.no_bottom_padding {
    padding-bottom: 0; }
  .one-column .row {
    max-width: 60rem; }
    @media screen and (min-width: 106.25em) {
      .one-column .row {
        max-width: 70rem; } }
    .one-column .row .text-section .heading {
      text-align: center;
      margin-bottom: 1.25em; }
      @media print, screen and (min-width: 64em) {
        .one-column .row .text-section .heading {
          margin-bottom: 2em; } }

.image-full-width {
  padding: 0;
  clear: both; }
  .image-full-width .image {
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (min-width: 75em) {
      .image-full-width .image {
        height: 300px; } }
    @media screen and (min-width: 90em) {
      .image-full-width .image {
        height: 400px; } }
  .image-full-width .image.extra-height {
    height: 375px; }
    @media screen and (min-width: 90em) {
      .image-full-width .image.extra-height {
        height: 450px; } }
  .image-full-width .text-container {
    background-color: rgba(0, 0, 0, 0.3);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%; }
    .image-full-width .text-container .text {
      color: #ffffff;
      font-size: 110%;
      text-align: center; }
      .image-full-width .text-container .text a.button {
        font-size: 90%; }
        @media print, screen and (min-width: 40em) {
          .image-full-width .text-container .text a.button {
            font-size: 100%; } }
        @media print, screen and (min-width: 64em) {
          .image-full-width .text-container .text a.button {
            font-size: 115%; } }
      .image-full-width .text-container .text h2 {
        margin-bottom: 1em; }
      .image-full-width .text-container .text h2:after {
        background: #ffffff; }
      .image-full-width .text-container .text table.trading-hours {
        padding-bottom: 0; }

.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;
    width: 100%;
    padding: 0;
    /* remove any pre-existing padding, just in case */
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    min-height: 300px;
    background-size: cover;
    height: auto; }
    @media print, screen and (min-width: 64em) {
      .image-text-switch .image {
        width: 50%; } }
    @media screen and (min-width: 75em) {
      .image-text-switch .image {
        min-height: 450px; } }
  .image-text-switch .text {
    width: 100%;
    padding: 2em;
    background-color: #e6e6e6;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center; }
    @media print, screen and (min-width: 40em) {
      .image-text-switch .text {
        width: 50%; } }
    @media screen and (min-width: 75em) {
      .image-text-switch .text {
        padding: 3em 3em 2em 3em; } }
    .image-text-switch .text h2 {
      color: #444444;
      margin-bottom: 0.5em; }
      @media print, screen and (min-width: 64em) {
        .image-text-switch .text h2 {
          font-size: 38px; } }
    .image-text-switch .text h2:after {
      margin: 0.75em auto 0 0;
      content: "";
      background: #000000;
      height: 2px;
      width: 100px;
      display: block; }
    @media screen and (min-width: 90em) {
      .image-text-switch .text p {
        margin-left: 0;
        width: 85%; } }
    @media screen and (min-width: 106.25em) {
      .image-text-switch .text p {
        width: 75%; } }

.gallery {
  position: relative;
  padding: 2em 0 0.5em 0; }
  @media screen and (min-width: 75em) {
    .gallery {
      padding: 3em 0 0.5em 0; } }
  .gallery h2 {
    text-align: center;
    margin-bottom: 0.5em; }
    @media print, screen and (min-width: 64em) {
      .gallery h2 {
        font-size: 40px; } }
  .gallery .gallery-slider .gallery-image {
    padding: 2em 2em 0 2em; }
    @media print, screen and (min-width: 40em) {
      .gallery .gallery-slider .gallery-image {
        padding: 3em 3em 1em 3em; } }
    @media screen and (min-width: 75em) {
      .gallery .gallery-slider .gallery-image {
        padding: 2em 2em 0 2em; } }
  .gallery .gallery-slider .slick-next {
    right: 5px; }
    @media screen and (min-width: 75em) {
      .gallery .gallery-slider .slick-next {
        right: -15px; } }
  .gallery .gallery-slider .slick-prev {
    left: 5px; }
    @media screen and (min-width: 75em) {
      .gallery .gallery-slider .slick-prev {
        left: -15px; } }
  .gallery .gallery-slider .slick-arrow {
    z-index: 1000;
    width: 14px;
    height: 25px; }
    @media screen and (min-width: 75em) {
      .gallery .gallery-slider .slick-arrow {
        width: 20px;
        height: 36px; } }

.function-rooms .row.gallery {
  padding: 0;
  padding-bottom: 2em; }
  @media print, screen and (min-width: 40em) {
    .function-rooms .row.gallery {
      padding: 1em 0 2em 0; } }
  @media print, screen and (min-width: 64em) {
    .function-rooms .row.gallery {
      padding: 0 0 3em 0; } }

.functions .gallery .gallery-slider .gallery-image {
  margin: 0 auto;
  max-height: 200px; }

.functions .gallery .gallery-slider .slick-arrow {
  padding: 10px;
  width: 38px;
  height: 60px; }

.form .row .columns, .form .row .column, .form .row .columns {
  padding: 0 0.35em; }
  .form .row .columns input, .form .row .columns select, .form .row .columns textarea, .form .row .column input, .form .row .columns input, .form .row .column select, .form .row .columns select, .form .row .column textarea, .form .row .columns textarea {
    line-height: 1;
    height: auto;
    padding: 0.75em;
    margin-bottom: 0.75em;
    color: #ffffff;
    background-color: #000000;
    border: 1px solid #ffffff; }
  .form .row .columns ::-webkit-input-placeholder, .form .row .column ::-webkit-input-placeholder, .form .row .columns ::-webkit-input-placeholder {
    color: #ffffff; }
  .form .row .columns ::-moz-placeholder, .form .row .column ::-moz-placeholder, .form .row .columns ::-moz-placeholder {
    color: #ffffff; }
  .form .row .columns :-ms-input-placeholder, .form .row .column :-ms-input-placeholder, .form .row .columns :-ms-input-placeholder {
    color: #ffffff; }
  .form .row .columns :-moz-placeholder, .form .row .column :-moz-placeholder, .form .row .columns :-moz-placeholder {
    color: #ffffff; }

.form .row .column.message-box, .form .row .message-box.columns {
  padding: 0 0.7em; }

.form .row input[type=submit] {
  font-size: 16px;
  display: inline-block;
  color: #ffffff;
  line-height: 1.2;
  background: transparent;
  border: 2px solid #ffffff;
  margin-top: 10px;
  cursor: pointer;
  transition: all .2s ease-in-out;
  padding: 8px 25px; }

.form .row input[type=submit]:hover {
  background-color: #f7d78b;
  color: #000000; }

.form .row input[type=submit]:focus {
  background-color: #f7d78b;
  color: #000000; }

.form .row .ajax-loader {
  display: block;
  margin: 0 auto;
  clear: both; }

@media print, screen and (min-width: 64em) {
  .form .row.submit-input {
    padding-left: 0.7em;
    text-align: left; } }

.row:not(.expanded) .form .row {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.reveal {
  padding: 18px 5px; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      padding: 1em; } }
  @media print, screen and (min-width: 64em) {
    .reveal {
      padding: 2em; } }
  @media screen and (min-width: 75em) {
    .reveal {
      width: 800px; } }
  .reveal h2 {
    text-align: center;
    margin-bottom: 1em; }
  .reveal .close-button {
    position: absolute;
    right: 10px;
    top: 5px; }
    @media print, screen and (min-width: 40em) {
      .reveal .close-button {
        right: 1em;
        top: 1em; } }
    @media print, screen and (min-width: 64em) {
      .reveal .close-button {
        top: 2em;
        right: 2em; } }
    .reveal .close-button span {
      font-size: 40px; }
  .reveal .form .row .columns input, .reveal .form .row .columns select, .reveal .form .row .columns textarea, .reveal .form .row .column input, .reveal .form .row .columns input, .reveal .form .row .column select, .reveal .form .row .columns select, .reveal .form .row .column textarea, .reveal .form .row .columns textarea {
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #000000; }
  .reveal .form .row .columns ::-webkit-input-placeholder, .reveal .form .row .column ::-webkit-input-placeholder, .reveal .form .row .columns ::-webkit-input-placeholder {
    color: #000000; }
  .reveal .form .row .columns ::-moz-placeholder, .reveal .form .row .column ::-moz-placeholder, .reveal .form .row .columns ::-moz-placeholder {
    color: #000000; }
  .reveal .form .row .columns :-ms-input-placeholder, .reveal .form .row .column :-ms-input-placeholder, .reveal .form .row .columns :-ms-input-placeholder {
    color: #000000; }
  .reveal .form .row .columns :-moz-placeholder, .reveal .form .row .column :-moz-placeholder, .reveal .form .row .columns :-moz-placeholder {
    color: #000000; }
  .reveal .form .row input[type=submit] {
    background-color: #4395a8;
    border: none;
    color: #ffffff; }
  .reveal .form .row input[type=submit]:hover {
    background-color: #f7d78b;
    color: #000000; }
  .reveal .form .row input[type=submit]:focus {
    background-color: #f7d78b;
    color: #000000; }

.events-page {
  padding: 2em 0 0 0; }

.list.row {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 0 2em 0; }
  @media print, screen and (min-width: 64em) {
    .list.row {
      padding: 0 0 3em 0; } }
  .list.row ul.tabs {
    padding: 1em 0.5em;
    width: 100%;
    border: none;
    background: transparent;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center; }
    .list.row ul.tabs li.tabs-title {
      text-align: center; }
      .list.row ul.tabs li.tabs-title a {
        padding: 0.5em;
        display: inline-block;
        border: 2px solid transparent;
        color: #000000;
        font-size: 90%;
        font-weight: 600; }
        @media print, screen and (min-width: 64em) {
          .list.row ul.tabs li.tabs-title a {
            padding: 1em 1.5em; } }
        @media screen and (min-width: 75em) {
          .list.row ul.tabs li.tabs-title a {
            font-size: 100%; } }
      .list.row ul.tabs li.tabs-title a:focus, .list.row ul.tabs li.tabs-title a:active {
        background-color: transparent;
        color: #000000; }
      .list.row ul.tabs li.tabs-title a:hover {
        background-color: transparent;
        color: #4395a8;
        cursor: pointer; }
    .list.row ul.tabs li.is-active a {
      color: #000000;
      background-color: transparent;
      border: 2px solid #000000; }
  .list.row .tabs-content {
    border: none; }
    .list.row .tabs-content .no-events {
      margin-top: 2em;
      text-align: center; }
    .list.row .tabs-content .tabs-panel {
      padding: 0.5em; }
    .list.row .tabs-content .event-container .wrapper {
      margin: 2em 0.15em;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .list.row .tabs-content .event-container .wrapper .event-image {
        height: 200px;
        width: 100%; }
        @media print, screen and (min-width: 64em) {
          .list.row .tabs-content .event-container .wrapper .event-image {
            width: 50%;
            height: 325px; } }
      .list.row .tabs-content .event-container .wrapper .event-details {
        background-color: #e6e6e6;
        padding: 2em;
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-direction: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        @media print, screen and (min-width: 64em) {
          .list.row .tabs-content .event-container .wrapper .event-details {
            width: 50%; } }
        .list.row .tabs-content .event-container .wrapper .event-details h3 {
          -ms-flex-negative: 0;
          flex-shrink: 0; }
        .list.row .tabs-content .event-container .wrapper .event-details p {
          -ms-flex-positive: 3;
          flex-grow: 3; }
        .list.row .tabs-content .event-container .wrapper .event-details .button {
          -ms-flex-negative: 0;
          flex-shrink: 0;
          -ms-flex-item-align: start;
          align-self: flex-start;
          margin-top: 1.5em; }

.row.gallery {
  padding-top: 0;
  max-width: 70rem;
  width: 100%; }
  @media screen and (min-width: 90em) {
    .row.gallery {
      max-width: 65rem; } }
  .row.gallery .event-slider .slick-slide {
    padding: 0 2.5em; }
    @media print, screen and (min-width: 40em) {
      .row.gallery .event-slider .slick-slide {
        padding: 0 4em 1em 4em; } }
    @media screen and (min-width: 90em) {
      .row.gallery .event-slider .slick-slide {
        padding: 0 2em 2em 2em; } }
    .row.gallery .event-slider .slick-slide .event-container .info {
      padding-top: 0.75em;
      text-align: center; }
      .row.gallery .event-slider .slick-slide .event-container .info h5 {
        font-size: 18px;
        text-transform: uppercase; }
      .row.gallery .event-slider .slick-slide .event-container .info .button {
        font-size: 90%; }
  .row.gallery .slick-arrow {
    z-index: 2000;
    width: 25px;
    height: 25px;
    padding: 2px; }
    @media print, screen and (min-width: 64em) {
      .row.gallery .slick-arrow {
        width: 35px;
        height: 35px; } }
    @media screen and (min-width: 90em) {
      .row.gallery .slick-arrow {
        width: 50px;
        height: 50px; } }
  .row.gallery .slick-next {
    right: 5px; }
    @media print, screen and (min-width: 40em) {
      .row.gallery .slick-next {
        right: 15px; } }
    @media print, screen and (min-width: 64em) {
      .row.gallery .slick-next {
        right: 5px; } }
    @media screen and (min-width: 90em) {
      .row.gallery .slick-next {
        right: -108px; } }
  .row.gallery .slick-prev {
    left: 5px; }
    @media print, screen and (min-width: 40em) {
      .row.gallery .slick-prev {
        left: 15px; } }
    @media print, screen and (min-width: 64em) {
      .row.gallery .slick-prev {
        left: 5px; } }
    @media screen and (min-width: 90em) {
      .row.gallery .slick-prev {
        left: -108px; } }

.home .list .row.gallery {
  padding-bottom: 2em; }

#tribe-events {
  padding-bottom: 2em; }
  @media print, screen and (min-width: 64em) {
    #tribe-events {
      padding-bottom: 4em; } }
  #tribe-events #tribe-events-content .row.event-main {
    padding: 2em 0; }
    @media print, screen and (min-width: 64em) {
      #tribe-events #tribe-events-content .row.event-main {
        padding: 4em 0; } }
    #tribe-events #tribe-events-content .row.event-main .heading h2 {
      text-align: center; }
      @media print, screen and (min-width: 64em) {
        #tribe-events #tribe-events-content .row.event-main .heading h2 {
          text-align: left; } }
    @media print, screen and (min-width: 64em) {
      #tribe-events #tribe-events-content .row.event-main .heading h2:after {
        margin-left: 0; } }
    #tribe-events #tribe-events-content .row.event-main .tribe-events-schedule {
      text-align: center;
      margin-bottom: 3em; }
      @media print, screen and (min-width: 64em) {
        #tribe-events #tribe-events-content .row.event-main .tribe-events-schedule {
          text-align: left; } }
    #tribe-events #tribe-events-content .row.event-main .tribe-events-single-section {
      background-color: #ffffff;
      border: none; }
      #tribe-events #tribe-events-content .row.event-main .tribe-events-single-section .tribe-events-meta-group {
        font-size: 115%; }
        #tribe-events #tribe-events-content .row.event-main .tribe-events-single-section .tribe-events-meta-group h3 {
          font-size: 28px;
          margin-bottom: 1em; }
    #tribe-events #tribe-events-content .row.event-main .tribe-events-cal-links {
      display: none; }

.image-slider {
  padding: 0;
  margin-bottom: 1em;
  position: relative;
  width: 100%; }
  @media screen and (min-width: 75em) {
    .image-slider {
      margin-bottom: 2.5em; } }
  .image-slider .wrapper {
    margin: 0 auto; }
    @media print, screen and (min-width: 64em) {
      .image-slider .wrapper {
        max-width: 700px; } }
    @media screen and (min-width: 75em) {
      .image-slider .wrapper {
        max-width: 900px; } }
    @media screen and (min-width: 90em) {
      .image-slider .wrapper {
        max-width: 1050px; } }
    .image-slider .wrapper .container {
      margin: 0;
      padding: 0;
      list-style-position: inside;
      list-style-type: none; }
      .image-slider .wrapper .container .slide {
        margin: 2.5em;
        outline: none; }
        @media print, screen and (min-width: 40em) {
          .image-slider .wrapper .container .slide {
            margin: 1em 2em; } }
        @media print, screen and (min-width: 64em) {
          .image-slider .wrapper .container .slide {
            margin: 1em; } }
        .image-slider .wrapper .container .slide .img {
          height: 300px;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover; }
          @media print, screen and (min-width: 40em) {
            .image-slider .wrapper .container .slide .img {
              height: 350px; } }
          @media print, screen and (min-width: 64em) {
            .image-slider .wrapper .container .slide .img {
              height: 400px; } }
          @media screen and (min-width: 75em) {
            .image-slider .wrapper .container .slide .img {
              height: 350px; } }
        .image-slider .wrapper .container .slide .image-caption {
          width: 100%;
          text-align: center;
          padding: 0.75em;
          text-align: center;
          background-color: #4395a8;
          color: #ffffff;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          /* Safari */
          -ms-flex-pack: center;
          justify-content: center;
          height: 74px; }
      .image-slider .wrapper .container .slick-arrow {
        z-index: 1000;
        width: 40px;
        height: 55px;
        padding: 10px; }
        @media print, screen and (min-width: 64em) {
          .image-slider .wrapper .container .slick-arrow {
            width: 35px;
            height: 55px; } }
      .image-slider .wrapper .container .slick-prev {
        left: 2px; }
        @media print, screen and (min-width: 64em) {
          .image-slider .wrapper .container .slick-prev {
            left: -45px; } }
      .image-slider .wrapper .container .slick-next {
        right: 2px; }
        @media print, screen and (min-width: 64em) {
          .image-slider .wrapper .container .slick-next {
            right: -45px; } }
    .image-slider .wrapper .single-img-container {
      padding: 1.5em; }
      @media print, screen and (min-width: 40em) {
        .image-slider .wrapper .single-img-container {
          padding: 3em; } }
      @media print, screen and (min-width: 64em) {
        .image-slider .wrapper .single-img-container {
          padding: 1em; } }
      .image-slider .wrapper .single-img-container .slide {
        outline: none; }
      .image-slider .wrapper .single-img-container .slick-arrow {
        width: 15px;
        height: 28px; }
        @media print, screen and (min-width: 64em) {
          .image-slider .wrapper .single-img-container .slick-arrow {
            width: 30px;
            height: 55px; } }
      .image-slider .wrapper .single-img-container .slick-prev {
        left: 2px; }
        @media print, screen and (min-width: 64em) {
          .image-slider .wrapper .single-img-container .slick-prev {
            left: -45px; } }
      .image-slider .wrapper .single-img-container .slick-next {
        right: 2px; }
        @media print, screen and (min-width: 64em) {
          .image-slider .wrapper .single-img-container .slick-next {
            right: -45px; } }

section.slider {
  width: 100%;
  height: 380px; }
  @media print, screen and (min-width: 64em) {
    section.slider {
      height: 700px; } }
  @media screen and (min-width: 75em) {
    section.slider {
      height: 868px; } }
  section.slider .custom-slider {
    height: 100%; }
    section.slider .custom-slider .container {
      height: 100%; }
      section.slider .custom-slider .container .slick-list, section.slider .custom-slider .container .slick-track, section.slider .custom-slider .container .slick-slide, section.slider .custom-slider .container .slick-slide > div {
        height: 100%; }
        section.slider .custom-slider .container .slick-list li.slide, section.slider .custom-slider .container .slick-track li.slide, section.slider .custom-slider .container .slick-slide li.slide, section.slider .custom-slider .container .slick-slide > div li.slide {
          height: 100%;
          width: 100%;
          background-size: cover;
          background-position: 50% 50%;
          background-repeat: no-repeat; }
          section.slider .custom-slider .container .slick-list li.slide .slide-text, section.slider .custom-slider .container .slick-track li.slide .slide-text, section.slider .custom-slider .container .slick-slide li.slide .slide-text, section.slider .custom-slider .container .slick-slide > div li.slide .slide-text {
            padding: 1em;
            width: 100%;
            height: 100%;
            color: #ffffff;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-direction: column;
            flex-direction: column; }
            section.slider .custom-slider .container .slick-list li.slide .slide-text .heading, section.slider .custom-slider .container .slick-track li.slide .slide-text .heading, section.slider .custom-slider .container .slick-slide li.slide .slide-text .heading, section.slider .custom-slider .container .slick-slide > div li.slide .slide-text .heading {
              text-align: center;
              position: relative;
              top: 25px; }
              section.slider .custom-slider .container .slick-list li.slide .slide-text .heading .subheading, section.slider .custom-slider .container .slick-track li.slide .slide-text .heading .subheading, section.slider .custom-slider .container .slick-slide li.slide .slide-text .heading .subheading, section.slider .custom-slider .container .slick-slide > div li.slide .slide-text .heading .subheading {
                font-family: "Libre Baskerville", serif;
                font-style: italic;
                font-size: 20px; }
                @media print, screen and (min-width: 64em) {
                  section.slider .custom-slider .container .slick-list li.slide .slide-text .heading .subheading, section.slider .custom-slider .container .slick-track li.slide .slide-text .heading .subheading, section.slider .custom-slider .container .slick-slide li.slide .slide-text .heading .subheading, section.slider .custom-slider .container .slick-slide > div li.slide .slide-text .heading .subheading {
                    font-size: 26px; } }
            section.slider .custom-slider .container .slick-list li.slide .slide-text .button, section.slider .custom-slider .container .slick-track li.slide .slide-text .button, section.slider .custom-slider .container .slick-slide li.slide .slide-text .button, section.slider .custom-slider .container .slick-slide > div li.slide .slide-text .button {
              margin-top: 1em;
              padding: 10px 40px;
              border: solid 2px #ffffff;
              color: #ffffff;
              text-transform: capitalize; }
              @media print, screen and (min-width: 64em) {
                section.slider .custom-slider .container .slick-list li.slide .slide-text .button, section.slider .custom-slider .container .slick-track li.slide .slide-text .button, section.slider .custom-slider .container .slick-slide li.slide .slide-text .button, section.slider .custom-slider .container .slick-slide > div li.slide .slide-text .button {
                  margin-top: 2em;
                  font-size: 110%; } }
            section.slider .custom-slider .container .slick-list li.slide .slide-text .button:hover, section.slider .custom-slider .container .slick-track li.slide .slide-text .button:hover, section.slider .custom-slider .container .slick-slide li.slide .slide-text .button:hover, section.slider .custom-slider .container .slick-slide > div li.slide .slide-text .button:hover {
              border: 2px solid #4395a8; }
            section.slider .custom-slider .container .slick-list li.slide .slide-text .slider-logo, section.slider .custom-slider .container .slick-track li.slide .slide-text .slider-logo, section.slider .custom-slider .container .slick-slide li.slide .slide-text .slider-logo, section.slider .custom-slider .container .slick-slide > div li.slide .slide-text .slider-logo {
              position: relative;
              top: 25px;
              max-width: 275px; }
              @media print, screen and (min-width: 40em) {
                section.slider .custom-slider .container .slick-list li.slide .slide-text .slider-logo, section.slider .custom-slider .container .slick-track li.slide .slide-text .slider-logo, section.slider .custom-slider .container .slick-slide li.slide .slide-text .slider-logo, section.slider .custom-slider .container .slick-slide > div li.slide .slide-text .slider-logo {
                  max-width: 335px; } }
              @media print, screen and (min-width: 64em) {
                section.slider .custom-slider .container .slick-list li.slide .slide-text .slider-logo, section.slider .custom-slider .container .slick-track li.slide .slide-text .slider-logo, section.slider .custom-slider .container .slick-slide li.slide .slide-text .slider-logo, section.slider .custom-slider .container .slick-slide > div li.slide .slide-text .slider-logo {
                  top: 75px;
                  max-width: 450px; } }
              @media screen and (min-width: 75em) {
                section.slider .custom-slider .container .slick-list li.slide .slide-text .slider-logo, section.slider .custom-slider .container .slick-track li.slide .slide-text .slider-logo, section.slider .custom-slider .container .slick-slide li.slide .slide-text .slider-logo, section.slider .custom-slider .container .slick-slide > div li.slide .slide-text .slider-logo {
                  max-width: 600px; } }
    section.slider .custom-slider .slick-track {
      width: 100%; }
    section.slider .custom-slider .slick-arrow {
      z-index: 2000;
      width: 50px;
      height: 50px;
      padding: 2px; }
    section.slider .custom-slider .slick-prev {
      left: 3px; }
      @media print, screen and (min-width: 64em) {
        section.slider .custom-slider .slick-prev {
          left: 15px; } }
      @media screen and (min-width: 90em) {
        section.slider .custom-slider .slick-prev {
          left: 30px; } }
    section.slider .custom-slider .slick-next {
      right: 3px; }
      @media print, screen and (min-width: 64em) {
        section.slider .custom-slider .slick-next {
          right: 15px; } }
      @media screen and (min-width: 90em) {
        section.slider .custom-slider .slick-next {
          right: 30px; } }

.bounce {
  animation-name: bounce; }
  .bounce.animated {
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-duration: 2s; }

@keyframes bounce {
  0%, 100% {
    transform: translateX(0); }
  50% {
    transform: translateX(-8px); } }

.virtual-tour {
  padding: 2em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  @media print, screen and (min-width: 40em) {
    .virtual-tour {
      padding: 3em; } }
  @media screen and (min-width: 75em) {
    .virtual-tour {
      padding: 4em; } }
  @media screen and (min-width: 90em) {
    .virtual-tour {
      padding: 4em 8em; } }
  @media screen and (min-width: 106.25em) {
    .virtual-tour {
      padding: 6em 10em; } }
  .virtual-tour .text {
    background-color: #000000;
    width: 100%; }
    @media print, screen and (min-width: 64em) {
      .virtual-tour .text {
        width: 50%; } }
    .virtual-tour .text .content {
      padding: 1.5em 1em;
      margin: 0 auto;
      text-align: center; }
      @media print, screen and (min-width: 64em) {
        .virtual-tour .text .content {
          padding: 2em;
          text-align: left; } }
      @media screen and (min-width: 75em) {
        .virtual-tour .text .content {
          padding: 3em; } }
      .virtual-tour .text .content h3 {
        text-align: center;
        color: #ffffff; }
        @media print, screen and (min-width: 64em) {
          .virtual-tour .text .content h3 {
            text-align: left; } }
      .virtual-tour .text .content h3:after {
        content: "";
        background: #ffffff;
        height: 2px;
        width: 75px;
        display: block;
        margin: 0.75em auto 0; }
        @media print, screen and (min-width: 64em) {
          .virtual-tour .text .content h3:after {
            margin: 0.75em 0 0; } }
      .virtual-tour .text .content .description {
        margin: 2em 0 1em 0;
        color: #ffffff; }
        @media print, screen and (min-width: 64em) {
          .virtual-tour .text .content .description {
            margin-top: 2.5em 0 1em 0; } }
      .virtual-tour .text .content .tabs {
        width: 100%;
        border: none;
        background: transparent; }
        @media print, screen and (min-width: 64em) {
          .virtual-tour .text .content .tabs {
            max-width: 460px; } }
        @media screen and (min-width: 75em) {
          .virtual-tour .text .content .tabs {
            max-width: 500px; } }
        .virtual-tour .text .content .tabs li.tabs-title {
          width: 100%;
          text-align: center; }
          @media print, screen and (min-width: 64em) {
            .virtual-tour .text .content .tabs li.tabs-title {
              width: 200px;
              text-align: left;
              padding: 0.25em 0; } }
          @media screen and (min-width: 75em) {
            .virtual-tour .text .content .tabs li.tabs-title {
              width: 240px; } }
          .virtual-tour .text .content .tabs li.tabs-title a {
            padding: 0.75em;
            display: inline-block;
            border: 2px solid transparent;
            color: #ffffff;
            font-size: 90%;
            font-weight: 600;
            text-transform: uppercase; }
            @media print, screen and (min-width: 64em) {
              .virtual-tour .text .content .tabs li.tabs-title a {
                padding: 1em 1em 1em 0; } }
            @media screen and (min-width: 75em) {
              .virtual-tour .text .content .tabs li.tabs-title a {
                font-size: 100%; } }
          .virtual-tour .text .content .tabs li.tabs-title a:focus, .virtual-tour .text .content .tabs li.tabs-title a:active {
            background-color: transparent;
            color: #ffffff; }
          .virtual-tour .text .content .tabs li.tabs-title a:hover {
            background-color: transparent;
            color: #4395a8;
            cursor: pointer; }
        .virtual-tour .text .content .tabs li.is-active a {
          background-color: transparent;
          border: 2px solid #ffffff; }
          @media print, screen and (min-width: 64em) {
            .virtual-tour .text .content .tabs li.is-active a {
              padding: 1em; } }
  .virtual-tour .video-wrapper {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    height: 200px; }
    @media print, screen and (min-width: 40em) {
      .virtual-tour .video-wrapper {
        height: 300px; } }
    @media print, screen and (min-width: 64em) {
      .virtual-tour .video-wrapper {
        height: 100%;
        width: 50%; } }
    .virtual-tour .video-wrapper .content {
      height: 100%;
      position: relative;
      overflow: hidden; }
      .virtual-tour .video-wrapper .content iframe {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        border: none; }
    .virtual-tour .video-wrapper p {
      margin-bottom: 0; }

.featured-pages {
  margin: 1em 0; }
  .featured-pages .columns {
    padding: 0;
    margin: 0; }
  .featured-pages .wrapper .page-image {
    overflow: hidden;
    position: relative;
    height: 200px;
    width: 100%;
    background-size: cover;
    background-position: 0 50%;
    transition: background-position 0.4s ease-in-out; }
    @media print, screen and (min-width: 64em) {
      .featured-pages .wrapper .page-image {
        height: 300px;
        background-position: 0 0; } }
    @media screen and (min-width: 75em) {
      .featured-pages .wrapper .page-image {
        min-height: 400px; } }
    @media screen and (min-width: 90em) {
      .featured-pages .wrapper .page-image {
        min-height: 500px; } }
    .featured-pages .wrapper .page-image .text {
      padding: 5em 3em;
      background: #000000;
      background: linear-gradient(rgba(0, 0, 0, 0.4) 5%, transparent);
      height: 100%;
      width: 100%;
      transition: all 0.4s ease-in-out; }
      @media print, screen and (min-width: 40em) {
        .featured-pages .wrapper .page-image .text {
          padding: 4em 3em; } }
      @media print, screen and (min-width: 64em) {
        .featured-pages .wrapper .page-image .text {
          padding: 3em 1em; } }
      @media screen and (min-width: 75em) {
        .featured-pages .wrapper .page-image .text {
          padding: 3em 1.5em; } }
      @media screen and (min-width: 106.25em) {
        .featured-pages .wrapper .page-image .text {
          padding: 4em 3em; } }
      .featured-pages .wrapper .page-image .text h4 {
        color: #ffffff;
        transform: translate3d(0, -50%, 0);
        transition: all 0.4s ease-in-out;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); }
  .featured-pages .effect-lily {
    position: relative;
    overflow: hidden;
    cursor: pointer; }
  .featured-pages .effect-lily:hover .page-image {
    background-position: 0 75%; }
  .featured-pages .effect-lily:hover .page-image .text {
    background: rgba(0, 0, 0, 0.7); }
  .featured-pages .effect-lily:hover .text h4 {
    transform: translate3d(0, 0, 0) translate3d(0, 18px, 0); }
    @media screen and (min-width: 90em) {
      .featured-pages .effect-lily:hover .text h4 {
        font-size: 34px; } }
  .featured-pages .effect-lily .text h4:after {
    content: "";
    background: #ffffff;
    height: 2px;
    width: 25px;
    display: block;
    opacity: 0;
    margin: 1em 0 0 0; }
  .featured-pages .effect-lily:hover .text h4:after {
    margin-top: 1em;
    opacity: 1; }

.row.four-columns {
  padding: 1em 0; }
  @media print, screen and (min-width: 64em) {
    .row.four-columns {
      padding: 2em 0; } }
  .row.four-columns .columns, .row.four-columns .column, .row.four-columns .columns {
    margin-bottom: 1.5em; }
    @media print, screen and (min-width: 64em) {
      .row.four-columns .columns, .row.four-columns .column, .row.four-columns .columns {
        margin-bottom: 0;
        border-right: 2px solid #000000; } }
    .row.four-columns .columns p, .row.four-columns .column p, .row.four-columns .columns p {
      margin-bottom: 0.15em; }
      @media print, screen and (min-width: 64em) {
        .row.four-columns .columns p, .row.four-columns .column p, .row.four-columns .columns p {
          margin-bottom: 1em; } }
  .row.four-columns .columns:last-child {
    border-right: none; }

.membership-prices {
  padding: 2em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /*@include breakpoint(xxxlarge) {
		padding: 6em 10em;
	}*/ }
  @media print, screen and (min-width: 40em) {
    .membership-prices {
      padding: 4em 3em; } }
  @media screen and (min-width: 75em) {
    .membership-prices {
      padding: 5em; } }
  @media screen and (min-width: 90em) {
    .membership-prices {
      padding: 8em; } }
  .membership-prices .content {
    background-color: #000000; }
    .membership-prices .content .columns {
      padding: 0; }
    .membership-prices .content .left-img, .membership-prices .content .right-img {
      display: block;
      margin: 0 auto;
      width: 300px; }
    @media print, screen and (min-width: 40em) {
      .membership-prices .content .left-img {
        position: relative;
        right: 6em;
        bottom: 1.5em; } }
    @media print, screen and (min-width: 64em) {
      .membership-prices .content .left-img {
        bottom: 1em;
        right: 1em; } }
    @media screen and (min-width: 75em) {
      .membership-prices .content .left-img {
        right: 3em; } }
    @media screen and (min-width: 106.25em) {
      .membership-prices .content .left-img {
        width: 400px;
        right: 6em;
        bottom: 4em; } }
    @media print, screen and (min-width: 40em) {
      .membership-prices .content .right-img {
        position: relative;
        left: 6em;
        top: 1.5em; } }
    @media print, screen and (min-width: 64em) {
      .membership-prices .content .right-img {
        top: 10em;
        left: 1em; } }
    @media screen and (min-width: 75em) {
      .membership-prices .content .right-img {
        top: 8em;
        left: 3em; } }
    @media screen and (min-width: 106.25em) {
      .membership-prices .content .right-img {
        width: 400px;
        left: 6em;
        top: 5em; } }
    .membership-prices .content .text {
      padding: 1.5em 1em;
      text-align: center; }
      @media print, screen and (min-width: 64em) {
        .membership-prices .content .text {
          padding: 2em;
          text-align: left; } }
      .membership-prices .content .text h2 {
        text-align: center;
        color: #ffffff;
        margin-bottom: 1em; }
        @media print, screen and (min-width: 64em) {
          .membership-prices .content .text h2 {
            text-align: left; } }
      .membership-prices .content .text h2:after {
        background: #ffffff; }
        @media print, screen and (min-width: 64em) {
          .membership-prices .content .text h2:after {
            margin-left: 0; } }
      .membership-prices .content .text p {
        color: #ffffff; }
      .membership-prices .content .text .button {
        border: 2px solid #ffffff;
        color: #ffffff; }
      .membership-prices .content .text .button:hover {
        border: 2px solid #4395a8; }

.committee {
  padding: 2em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  @media screen and (min-width: 75em) {
    .committee {
      padding: 3em 2em; } }
  @media screen and (min-width: 90em) {
    .committee {
      padding: 4em; } }
  .committee .content {
    padding: 2em;
    width: 100%;
    background-color: #000000;
    color: #ffffff; }
    @media print, screen and (min-width: 64em) {
      .committee .content {
        padding: 3em 2em; } }
    @media screen and (min-width: 75em) {
      .committee .content {
        padding: 4em 2em; } }
    .committee .content h2 {
      text-align: center;
      margin-bottom: 1.25em; }
    .committee .content h2:after {
      margin-top: 0.75em;
      background: #ffffff; }
    .committee .content .committee-members {
      text-align: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .committee .content .committee-members .member {
        width: 100%;
        margin-bottom: 1em; }
        @media print, screen and (min-width: 40em) {
          .committee .content .committee-members .member {
            width: 50%; } }
        @media screen and (min-width: 50em) {
          .committee .content .committee-members .member {
            width: 33%; } }
        @media print, screen and (min-width: 64em) {
          .committee .content .committee-members .member {
            width: 25%; } }
        @media screen and (min-width: 75em) {
          .committee .content .committee-members .member {
            width: 14%;
            padding: 0 5px; } }
        @media screen and (min-width: 90em) {
          .committee .content .committee-members .member {
            padding: 0 18px;
            border-right: 1px solid #ffffff; } }
        @media screen and (min-width: 100em) {
          .committee .content .committee-members .member {
            padding: 0 36px; } }
        .committee .content .committee-members .member h5 {
          text-transform: uppercase; }
          @media screen and (min-width: 75em) {
            .committee .content .committee-members .member h5 {
              height: 44px;
              margin-bottom: 1.5em; } }
      @media print, screen and (min-width: 64em) {
        .committee .content .committee-members .member:last-child {
          width: 100%; } }
      @media screen and (min-width: 75em) {
        .committee .content .committee-members .member:last-child {
          width: 14%; } }
      @media screen and (min-width: 90em) {
        .committee .content .committee-members .member:last-child {
          border-right: none; } }

.sporting-clubs {
  padding: 2em 0;
  max-width: 75rem; }
  .sporting-clubs .wrapper {
    margin: 2em 0.15em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .sporting-clubs .wrapper .image {
      height: 250px;
      width: 100%; }
      @media print, screen and (min-width: 64em) {
        .sporting-clubs .wrapper .image {
          width: 50%;
          height: 325px; } }
    .sporting-clubs .wrapper .info {
      background-color: #e6e6e6;
      padding: 2em;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-direction: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media print, screen and (min-width: 64em) {
        .sporting-clubs .wrapper .info {
          width: 50%; } }
      .sporting-clubs .wrapper .info h3 {
        -ms-flex-negative: 0;
        flex-shrink: 0; }
      .sporting-clubs .wrapper .info p {
        -ms-flex-positive: 3;
        flex-grow: 3; }
      .sporting-clubs .wrapper .info .button {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin-top: 1.5em; }

.contact-wrapper {
  padding-bottom: 3em;
  background: url("/content/uploads/2017/11/Contact-Background-Full.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (min-width: 75em) {
    .contact-wrapper {
      background-position: left 0 top 200px; } }
  @media screen and (min-width: 90em) {
    .contact-wrapper {
      background-position: left 0 top 300px; } }
  .contact-wrapper .club-info .map {
    padding: 0; }
    @media print, screen and (min-width: 64em) {
      .contact-wrapper .club-info .map {
        padding-right: 0; } }
  .contact-wrapper .club-info .grey-column {
    background-color: #e6e6e6; }
    @media print, screen and (min-width: 64em) {
      .contact-wrapper .club-info .grey-column {
        padding-left: 0; } }
    .contact-wrapper .club-info .grey-column h2 {
      color: #444444; }
    .contact-wrapper .club-info .grey-column h2:after {
      margin-left: 0; }
    .contact-wrapper .club-info .grey-column .find-us {
      padding: 2em 2em 0 2em; }
    .contact-wrapper .club-info .grey-column .postal {
      padding: 0.5em 2em 0 2em; }
    .contact-wrapper .club-info .grey-column .courtesy-bus {
      padding: 0.5em 2em 2em 2em; }
  .contact-wrapper .club-info .trading-hours {
    padding: 2em;
    margin-top: 3em;
    margin-bottom: 3em;
    background-color: #000000;
    color: #ffffff; }
    .contact-wrapper .club-info .trading-hours h2:after {
      background: #ffffff; }
    .contact-wrapper .club-info .trading-hours h4 {
      margin-bottom: 0;
      line-height: 1;
      font-size: 20px; }
      @media screen and (min-width: 90em) {
        .contact-wrapper .club-info .trading-hours h4 {
          font-size: 24px; } }
  .contact-wrapper .board-directors {
    padding: 2em;
    margin: 0 auto;
    max-width: 700px;
    background-color: #000000;
    color: white;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .contact-wrapper .board-directors .board-member {
      text-align: center;
      width: 100%; }
      @media print, screen and (min-width: 40em) {
        .contact-wrapper .board-directors .board-member {
          border-right: 1px solid #ffffff;
          width: 33.333%; } }
      .contact-wrapper .board-directors .board-member h5 {
        text-transform: uppercase; }
    .contact-wrapper .board-directors .board-member:last-child {
      border-right: none; }

.weekly-events {
  padding-top: 3em;
  padding-bottom: 1em;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat; }
  @media print, screen and (min-width: 64em) {
    .weekly-events {
      padding-bottom: 3em; } }
  .weekly-events .intro {
    margin-bottom: 2em;
    padding: 2em;
    background-color: #000000;
    color: #ffffff;
    text-align: center; }
    @media print, screen and (min-width: 64em) {
      .weekly-events .intro {
        margin-bottom: 3em; } }
    .weekly-events .intro h2:after {
      background: #ffffff; }
    .weekly-events .intro .description {
      margin: 2em auto 0 auto;
      max-width: 800px; }
  .weekly-events .weekly-slider .slick-track {
    background-color: #000000; }
    .weekly-events .weekly-slider .slick-track .weekday {
      padding: 2em;
      background-color: #000000;
      width: 100%; }
      .weekly-events .weekly-slider .slick-track .weekday .thumbnail {
        margin: 0 auto;
        width: 250px;
        border-radius: 50%; }
      .weekly-events .weekly-slider .slick-track .weekday .event-details {
        padding: 2em 0 0 0;
        text-align: center;
        color: #ffffff; }
        .weekly-events .weekly-slider .slick-track .weekday .event-details h5 {
          margin-bottom: 0.75em;
          letter-spacing: 2px;
          text-transform: uppercase;
          font-size: 125%; }
  .weekly-events .weekly-slider .slick-arrow {
    z-index: 2000;
    width: 40px;
    height: 40px;
    padding: 2px; }
    @media screen and (min-width: 90em) {
      .weekly-events .weekly-slider .slick-arrow {
        width: 50px;
        height: 50px; } }
  .weekly-events .weekly-slider .slick-next {
    right: 5px; }
    @media print, screen and (min-width: 40em) {
      .weekly-events .weekly-slider .slick-next {
        right: 15px; } }
    @media print, screen and (min-width: 64em) {
      .weekly-events .weekly-slider .slick-next {
        right: 5px; } }
    @media screen and (min-width: 90em) {
      .weekly-events .weekly-slider .slick-next {
        right: -108px; } }
  .weekly-events .weekly-slider .slick-prev {
    left: 5px; }
    @media print, screen and (min-width: 40em) {
      .weekly-events .weekly-slider .slick-prev {
        left: 15px; } }
    @media print, screen and (min-width: 64em) {
      .weekly-events .weekly-slider .slick-prev {
        left: 5px; } }
    @media screen and (min-width: 90em) {
      .weekly-events .weekly-slider .slick-prev {
        left: -108px; } }
