@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.

******************************************************************/
/*********************
COLORS
*********************/
/*********************
TYPOGRAPHY
*********************/
/******************************************************************

Stylesheet: Mixins & Constants Stylesheet

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

******************************************************************/
/*********************
CSS3 GRADIENTS.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/* Bebas Neue web font
 	 100 - Thin
 	 200 - Light
 	 300 - Book
 	 400 - Regular
 	 700 - Bold
*/
@font-face {
  font-family: 'Bebas_Neue';
  src: url("../fonts/bebasneue_thin-webfont.woff2") format("woff2"), url("../fonts/bebasneue_thin-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Bebas_Neue';
  src: url("../fonts/bebasneue_light-webfont.woff2") format("woff2"), url("../fonts/bebasneue_light-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Bebas_Neue';
  src: url("../fonts/bebasneue_book-webfont.woff2") format("woff2"), url("../fonts/bebasneue_book-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Bebas_Neue';
  src: url("../fonts/bebasneue_regular-webfont.woff2") format("woff2"), url("../fonts/bebasneue_regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Bebas_Neue';
  src: url("../fonts/bebasneue_bold-webfont.woff2") format("woff2"), url("../fonts/bebasneue_bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

/* Overpass web font
 	 100 - Thin
 	 200 - Light
 	 400 - Regular
 	 600 - Semi Bold
 	 700 - Bold
 	 800 - Extra Bold
 	 900 - Heavy or Black
*/
@font-face {
  font-family: 'Overpass';
  src: url("../fonts/overpass-thin-webfont.woff2") format("woff2"), url("../fonts/overpass-thin-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Overpass';
  src: url("../fonts/overpass-thin-italic-webfont.woff2") format("woff2"), url("../fonts/overpass-thin-italic-webfont.woff") format("woff");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'Overpass';
  src: url("../fonts/overpass-light-webfont.woff2") format("woff2"), url("../fonts/overpass-light-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Overpass';
  src: url("../fonts/overpass-light-italic-webfont.woff2") format("woff2"), url("../fonts/overpass-light-italic-webfont.woff") format("woff");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'Overpass';
  src: url("../fonts/overpass-regular-webfont.woff2") format("woff2"), url("../fonts/overpass-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Overpass';
  src: url("../fonts/overpass-italic-webfont.woff2") format("woff2"), url("../fonts/overpass-italic-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Overpass';
  src: url("../fonts/overpass-semibold-webfont.woff2") format("woff2"), url("../fonts/overpass-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Overpass';
  src: url("../fonts/overpass-semibold-italic-webfont.woff2") format("woff2"), url("../fonts/overpass-semibold-italic-webfont.woff") format("woff");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Overpass';
  src: url("../fonts/overpass-bold-webfont.woff2") format("woff2"), url("../fonts/overpass-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Overpass';
  src: url("../fonts/overpass-bold-italic-webfont.woff2") format("woff2"), url("../fonts/overpass-bold-italic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'Overpass';
  src: url("../fonts/overpass-extrabold-webfont.woff2") format("woff2"), url("../fonts/overpass-extrabold-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Overpass';
  src: url("../fonts/overpass-extrabold-italic-webfont.woff2") format("woff2"), url("../fonts/overpass-extrabold-italic-webfont.woff") format("woff");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'Overpass';
  src: url("../fonts/overpass-heavy-webfont.woff2") format("woff2"), url("../fonts/overpass-heavy-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Overpass';
  src: url("../fonts/overpass-heavy-italic-webfont.woff2") format("woff2"), url("../fonts/overpass-heavy-italic-webfont.woff") format("woff");
  font-weight: 900;
  font-style: italic; }

/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.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, .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .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, .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button, .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .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, .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button, .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .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, .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .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, .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .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=80em&xxlarge=100em"; }

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

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.375;
  color: #536162;
  -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, .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button, [data-whatinput='mouse'] .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button, .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content [data-whatinput='mouse'] .button {
    outline: 0; }

pre {
  overflow: auto; }

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

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

.row {
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  .row .row {
    margin-right: -0.375rem;
    margin-left: -0.375rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.625rem;
        margin-left: -0.625rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.625rem;
        margin-left: -0.625rem; } }
    @media screen and (min-width: 80em) {
      .row .row {
        margin-right: -0.625rem;
        margin-left: -0.625rem; } }
    @media screen and (min-width: 100em) {
      .row .row {
        margin-right: -0.625rem;
        margin-left: -0.625rem; } }
    .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.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row.is-collapse-child,
  .row.collapse > .column > .row,
  .row.collapse > .columns > .row {
    margin-right: 0;
    margin-left: 0; }

.column, .columns {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-right: 0.375rem;
  padding-left: 0.375rem;
  min-width: initial; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }

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

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

.flex-container {
  display: -ms-flexbox;
  display: flex; }

.flex-child-auto {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.flex-child-grow {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.flex-child-shrink {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.flex-dir-row {
  -ms-flex-direction: row;
  flex-direction: row; }

.flex-dir-row-reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.flex-dir-column {
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-dir-column-reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.small-1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

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

.small-2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.small-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

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

.small-4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

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

.small-5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

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

.small-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

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

.small-7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

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

.small-8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

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

.small-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

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

.small-10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

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

.small-11 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

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

.small-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

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

.small-order-1 {
  -ms-flex-order: 1;
  order: 1; }

.small-order-2 {
  -ms-flex-order: 2;
  order: 2; }

.small-order-3 {
  -ms-flex-order: 3;
  order: 3; }

.small-order-4 {
  -ms-flex-order: 4;
  order: 4; }

.small-order-5 {
  -ms-flex-order: 5;
  order: 5; }

.small-order-6 {
  -ms-flex-order: 6;
  order: 6; }

.small-up-1 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-up-4 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-up-7 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-up-8 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }

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

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

@media print, screen and (min-width: 40em) {
  .medium-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-order-1 {
    -ms-flex-order: 1;
    order: 1; }
  .medium-order-2 {
    -ms-flex-order: 2;
    order: 2; }
  .medium-order-3 {
    -ms-flex-order: 3;
    order: 3; }
  .medium-order-4 {
    -ms-flex-order: 4;
    order: 4; }
  .medium-order-5 {
    -ms-flex-order: 5;
    order: 5; }
  .medium-order-6 {
    -ms-flex-order: 6;
    order: 6; }
  .medium-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      -ms-flex: 0 0 14.28571%;
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }

@media print, screen and (min-width: 40em) {
  .medium-flex-dir-row {
    -ms-flex-direction: row;
    flex-direction: row; }
  .medium-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .medium-flex-dir-column {
    -ms-flex-direction: column;
    flex-direction: column; }
  .medium-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .medium-flex-child-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .medium-flex-child-grow {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  .medium-flex-child-shrink {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }
  @media print, screen and (min-width: 40em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; } }

@media print, screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-order-1 {
    -ms-flex-order: 1;
    order: 1; }
  .large-order-2 {
    -ms-flex-order: 2;
    order: 2; }
  .large-order-3 {
    -ms-flex-order: 3;
    order: 3; }
  .large-order-4 {
    -ms-flex-order: 4;
    order: 4; }
  .large-order-5 {
    -ms-flex-order: 5;
    order: 5; }
  .large-order-6 {
    -ms-flex-order: 6;
    order: 6; }
  .large-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      -ms-flex: 0 0 14.28571%;
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) {
  .large-flex-dir-row {
    -ms-flex-direction: row;
    flex-direction: row; }
  .large-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .large-flex-dir-column {
    -ms-flex-direction: column;
    flex-direction: column; }
  .large-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .large-flex-child-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .large-flex-child-grow {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  .large-flex-child-shrink {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }
  @media print, screen and (min-width: 64em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; } }

@media screen and (min-width: 80em) {
  .xlarge-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-order-1 {
    -ms-flex-order: 1;
    order: 1; }
  .xlarge-order-2 {
    -ms-flex-order: 2;
    order: 2; }
  .xlarge-order-3 {
    -ms-flex-order: 3;
    order: 3; }
  .xlarge-order-4 {
    -ms-flex-order: 4;
    order: 4; }
  .xlarge-order-5 {
    -ms-flex-order: 5;
    order: 5; }
  .xlarge-order-6 {
    -ms-flex-order: 6;
    order: 6; }
  .xlarge-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .xlarge-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
  .xlarge-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .xlarge-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
  .xlarge-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; }
  .xlarge-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .xlarge-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
      -ms-flex: 0 0 14.28571%;
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .xlarge-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 80em) and (min-width: 80em) {
  .xlarge-expand {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }

@media screen and (min-width: 80em) {
  .xlarge-flex-dir-row {
    -ms-flex-direction: row;
    flex-direction: row; }
  .xlarge-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .xlarge-flex-dir-column {
    -ms-flex-direction: column;
    flex-direction: column; }
  .xlarge-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .xlarge-flex-child-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .xlarge-flex-child-grow {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  .xlarge-flex-child-shrink {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }
  @media screen and (min-width: 80em) {
    .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; } }

@media screen and (min-width: 80em) {
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; } }

@media screen and (min-width: 100em) {
  .xxlarge-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .xxlarge-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xxlarge-offset-1 {
    margin-left: 8.33333%; }
  .xxlarge-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .xxlarge-offset-2 {
    margin-left: 16.66667%; }
  .xxlarge-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .xxlarge-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .xxlarge-offset-4 {
    margin-left: 33.33333%; }
  .xxlarge-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xxlarge-offset-5 {
    margin-left: 41.66667%; }
  .xxlarge-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .xxlarge-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xxlarge-offset-7 {
    margin-left: 58.33333%; }
  .xxlarge-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .xxlarge-offset-8 {
    margin-left: 66.66667%; }
  .xxlarge-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .xxlarge-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .xxlarge-offset-10 {
    margin-left: 83.33333%; }
  .xxlarge-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .xxlarge-offset-11 {
    margin-left: 91.66667%; }
  .xxlarge-order-1 {
    -ms-flex-order: 1;
    order: 1; }
  .xxlarge-order-2 {
    -ms-flex-order: 2;
    order: 2; }
  .xxlarge-order-3 {
    -ms-flex-order: 3;
    order: 3; }
  .xxlarge-order-4 {
    -ms-flex-order: 4;
    order: 4; }
  .xxlarge-order-5 {
    -ms-flex-order: 5;
    order: 5; }
  .xxlarge-order-6 {
    -ms-flex-order: 6;
    order: 6; }
  .xxlarge-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .xxlarge-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
  .xxlarge-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .xxlarge-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
  .xxlarge-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; }
  .xxlarge-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .xxlarge-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
      -ms-flex: 0 0 14.28571%;
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .xxlarge-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 100em) and (min-width: 100em) {
  .xxlarge-expand {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }

@media screen and (min-width: 100em) {
  .xxlarge-flex-dir-row {
    -ms-flex-direction: row;
    flex-direction: row; }
  .xxlarge-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .xxlarge-flex-dir-column {
    -ms-flex-direction: column;
    flex-direction: column; }
  .xxlarge-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .xxlarge-flex-child-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .xxlarge-flex-child-grow {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  .xxlarge-flex-child-shrink {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

.row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }
  @media screen and (min-width: 100em) {
    .row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; } }

@media screen and (min-width: 100em) {
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; } }

.shrink {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%; }

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

.align-right {
  -ms-flex-pack: end;
  justify-content: flex-end; }

.align-center {
  -ms-flex-pack: center;
  justify-content: center; }

.align-justify {
  -ms-flex-pack: justify;
  justify-content: space-between; }

.align-spaced {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.align-top {
  -ms-flex-align: start;
  align-items: flex-start; }

.align-self-top {
  -ms-flex-item-align: start;
  align-self: flex-start; }

.align-bottom {
  -ms-flex-align: end;
  align-items: flex-end; }

.align-self-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end; }

.align-middle {
  -ms-flex-align: center;
  align-items: center; }

.align-self-middle {
  -ms-flex-item-align: center;
  align-self: center; }

.align-stretch {
  -ms-flex-align: stretch;
  align-items: stretch; }

.align-self-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch; }

.align-center-middle {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center; }

.small-order-1 {
  -ms-flex-order: 1;
  order: 1; }

.small-order-2 {
  -ms-flex-order: 2;
  order: 2; }

.small-order-3 {
  -ms-flex-order: 3;
  order: 3; }

.small-order-4 {
  -ms-flex-order: 4;
  order: 4; }

.small-order-5 {
  -ms-flex-order: 5;
  order: 5; }

.small-order-6 {
  -ms-flex-order: 6;
  order: 6; }

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -ms-flex-order: 1;
    order: 1; }
  .medium-order-2 {
    -ms-flex-order: 2;
    order: 2; }
  .medium-order-3 {
    -ms-flex-order: 3;
    order: 3; }
  .medium-order-4 {
    -ms-flex-order: 4;
    order: 4; }
  .medium-order-5 {
    -ms-flex-order: 5;
    order: 5; }
  .medium-order-6 {
    -ms-flex-order: 6;
    order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -ms-flex-order: 1;
    order: 1; }
  .large-order-2 {
    -ms-flex-order: 2;
    order: 2; }
  .large-order-3 {
    -ms-flex-order: 3;
    order: 3; }
  .large-order-4 {
    -ms-flex-order: 4;
    order: 4; }
  .large-order-5 {
    -ms-flex-order: 5;
    order: 5; }
  .large-order-6 {
    -ms-flex-order: 6;
    order: 6; } }

@media screen and (min-width: 80em) {
  .xlarge-order-1 {
    -ms-flex-order: 1;
    order: 1; }
  .xlarge-order-2 {
    -ms-flex-order: 2;
    order: 2; }
  .xlarge-order-3 {
    -ms-flex-order: 3;
    order: 3; }
  .xlarge-order-4 {
    -ms-flex-order: 4;
    order: 4; }
  .xlarge-order-5 {
    -ms-flex-order: 5;
    order: 5; }
  .xlarge-order-6 {
    -ms-flex-order: 6;
    order: 6; } }

@media screen and (min-width: 100em) {
  .xxlarge-order-1 {
    -ms-flex-order: 1;
    order: 1; }
  .xxlarge-order-2 {
    -ms-flex-order: 2;
    order: 2; }
  .xxlarge-order-3 {
    -ms-flex-order: 3;
    order: 3; }
  .xxlarge-order-4 {
    -ms-flex-order: 4;
    order: 4; }
  .xxlarge-order-5 {
    -ms-flex-order: 5;
    order: 5; }
  .xxlarge-order-6 {
    -ms-flex-order: 6;
    order: 6; } }

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.375;
  text-rendering: optimizeLegibility; }

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    line-height: 0;
    color: #cacaca; }

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

h2 {
  font-size: 1.5625rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0.5rem; }

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

h4 {
  font-size: 1.0625rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5 {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6 {
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0.5rem; }

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

a {
  line-height: inherit;
  color: #88913e;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #757d35; }
  a img {
    border: 0; }

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

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

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 #cacaca; }
  blockquote, blockquote p {
    line-height: 1.375;
    color: #8a8a8a; }

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

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

figure {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

@media 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: 80em) {
  .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: 100em) {
  .xxlarge-text-left {
    text-align: left; }
  .xxlarge-text-right {
    text-align: right; }
  .xxlarge-text-center {
    text-align: center; }
  .xxlarge-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 #8a8a8a;
    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 #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #0a0a0a;
  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 #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

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

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

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

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

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

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

.input-group {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .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 .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button, .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content
.input-group-button .button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-align: center;
  align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  height: auto;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button, .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content
  .input-group-button .button,
  .input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

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 #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
    background: #fefefe; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #0a0a0a;
  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%28138, 138, 138%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 #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    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: #f9ecea; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37; }
  .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; }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #88913e;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #747b35;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #88913e;
    color: #0a0a0a; }
    .button.primary:hover, .button.primary:focus {
      background-color: #6d7432;
      color: #0a0a0a; }
  .button.secondary {
    background-color: #767676;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button.warning {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button.alert {
    background-color: #cc4b37;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button.hollow {
    border: 1px solid #88913e;
    color: #88913e; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #44491f;
      color: #44491f; }
    .button.hollow.primary {
      border: 1px solid #88913e;
      color: #88913e; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #44491f;
        color: #44491f; }
    .button.hollow.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #88913e;
      color: #fefefe; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #88913e;
        color: #0a0a0a; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #767676;
        color: #fefefe; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #0a0a0a; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #0a0a0a; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cc4b37;
        color: #fefefe; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after {
    border-top-color: #88913e; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #88913e; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #767676; }
  .button.dropdown.hollow.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

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

.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: #88913e; }
  :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: #fefefe;
  color: #536162; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

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

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

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #88913e;
  color: #fefefe; }
  .badge.primary {
    background: #88913e;
    color: #0a0a0a; }
  .badge.secondary {
    background: #767676;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #0a0a0a; }
  .badge.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .badge.alert {
    background: #cc4b37;
    color: #fefefe; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #0a0a0a;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      top: 1px;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #cacaca; }
  .breadcrumbs a {
    color: #88913e; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded .button {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; }
  .button-group.primary .button {
    background-color: #88913e;
    color: #0a0a0a; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #6d7432;
      color: #0a0a0a; }
  .button-group.secondary .button {
    background-color: #767676;
    color: #fefefe; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button-group.alert .button {
    background-color: #cc4b37;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
      .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
        margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      -ms-flex: 1 1 0px;
      flex: 1 1 0px;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      -ms-flex: 1 1 0px;
      flex: 1 1 0px;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #536162; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #eff1df;
    color: #536162; }
  .callout.secondary {
    background-color: #eaeaea;
    color: #536162; }
  .callout.success {
    background-color: #e1faea;
    color: #536162; }
  .callout.warning {
    background-color: #fff3d9;
    color: #536162; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #536162; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #536162; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 1rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.menu {
  margin: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }
  .menu > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu select,
  .menu a,
  .menu button,
  .menu .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button, .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content
  .menu .button {
    margin-bottom: 0; }
  .menu > li > a {
    display: -ms-flexbox;
    display: flex; }
  .menu > li > a {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
    .menu > li > a img,
    .menu > li > a i,
    .menu > li > a svg {
      margin-right: 0.25rem; }
  .menu, .menu.horizontal {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .menu > li, .menu.horizontal > li {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
  .menu.expanded > li {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; }
  .menu.expanded > li:first-child:last-child {
    width: 100%; }
  .menu.vertical {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .menu.vertical > li {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .menu.vertical > li > a {
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      .menu.medium-horizontal > li {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
    .menu.medium-expanded > li {
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; }
    .menu.medium-expanded > li:first-child:last-child {
      width: 100%; }
    .menu.medium-vertical {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .menu.medium-vertical > li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
      .menu.medium-vertical > li > a {
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: start;
        align-items: flex-start; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      .menu.large-horizontal > li {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
    .menu.large-expanded > li {
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; }
    .menu.large-expanded > li:first-child:last-child {
      width: 100%; }
    .menu.large-vertical {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .menu.large-vertical > li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
      .menu.large-vertical > li > a {
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: start;
        align-items: flex-start; } }
  @media screen and (min-width: 80em) {
    .menu.xlarge-horizontal {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      .menu.xlarge-horizontal > li {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
    .menu.xlarge-expanded > li {
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; }
    .menu.xlarge-expanded > li:first-child:last-child {
      width: 100%; }
    .menu.xlarge-vertical {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .menu.xlarge-vertical > li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
      .menu.xlarge-vertical > li > a {
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: start;
        align-items: flex-start; } }
  @media screen and (min-width: 100em) {
    .menu.xxlarge-horizontal {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      .menu.xxlarge-horizontal > li {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
    .menu.xxlarge-expanded > li {
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; }
    .menu.xxlarge-expanded > li:first-child:last-child {
      width: 100%; }
    .menu.xxlarge-vertical {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .menu.xxlarge-vertical > li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
      .menu.xxlarge-vertical > li > a {
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: start;
        align-items: flex-start; } }
  .menu.simple li {
    display: inline-block;
    vertical-align: top;
    line-height: 1; }
  .menu.simple a {
    padding: 0; }
  .menu.simple li {
    margin-left: 0;
    margin-right: 1rem; }
  .menu.simple.align-right li {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.align-right {
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .menu.icon-top > li > a {
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      -ms-flex-item-align: stretch;
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu.icon-top.vertical a > span {
    margin: auto; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    background: #88913e;
    color: #fefefe; }
  .menu.menu-bordered li {
    border: 1px solid #e6e6e6; }
    .menu.menu-bordered li:not(:first-child) {
      border-top: 0; }
  .menu.menu-hover li:hover {
    background-color: #e6e6e6; }

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

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start; }

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

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

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

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    transition: height 0.5s; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }

.drilldown-submenu-cover-previous {
  min-height: 100%; }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > 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 #88913e;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #88913e transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0; }

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

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

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

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

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  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: #88913e transparent transparent;
  right: 5px;
  margin-top: -3px; }

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

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

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

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

.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 {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #88913e 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 #88913e; }

@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: #88913e transparent transparent;
    right: 5px;
    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; }
  .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 {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #88913e 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 #88913e; } }

@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: #88913e transparent transparent;
    right: 5px;
    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; }
  .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 {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #88913e 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 #88913e; } }

@media screen and (min-width: 80em) {
  .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: #88913e transparent transparent;
    right: 5px;
    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; }
  .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 {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #88913e 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 #88913e; } }

@media screen and (min-width: 100em) {
  .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: #88913e transparent transparent;
    right: 5px;
    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; }
  .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 {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #88913e 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 #88913e; } }

.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;
    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 #cacaca;
  background: #fefefe; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #88913e 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 #88913e; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

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

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #88913e;
  color: #fefefe; }
  .label.primary {
    background: #88913e;
    color: #0a0a0a; }
  .label.secondary {
    background: #767676;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #0a0a0a; }
  .label.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .label.alert {
    background: #cc4b37;
    color: #fefefe; }

.media-object {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.main-section {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-overlap {
    z-index: 10; }
    .off-canvas.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas.is-open {
    transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 10; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas-absolute.is-open {
    transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  transform: translateX(-250px);
  overflow-y: auto; }
  .position-left.is-open ~ .off-canvas-content {
    transform: translateX(250px); }
  .position-left.is-transition-push::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-left.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none; }

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  transform: translateX(250px);
  overflow-y: auto; }
  .position-right.is-open ~ .off-canvas-content {
    transform: translateX(-250px); }
  .position-right.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-right.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none; }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(-250px);
  overflow-x: auto; }
  .position-top.is-open ~ .off-canvas-content {
    transform: translateY(250px); }
  .position-top.is-transition-push::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-top.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none; }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(250px);
  overflow-x: auto; }
  .position-bottom.is-open ~ .off-canvas-content {
    transform: translateY(-250px); }
  .position-bottom.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none; }

.off-canvas-content {
  transition: transform 0.5s ease;
  backface-visibility: hidden; }

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 1; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 1; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 1; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 1; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 1; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 1; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media screen and (min-width: 80em) {
  .position-left.reveal-for-xlarge {
    transform: none;
    z-index: 1; }
    .position-left.reveal-for-xlarge ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-xlarge {
    transform: none;
    z-index: 1; }
    .position-right.reveal-for-xlarge ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-xlarge {
    transform: none;
    z-index: 1; }
    .position-top.reveal-for-xlarge ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-xlarge {
    transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media screen and (min-width: 100em) {
  .position-left.reveal-for-xxlarge {
    transform: none;
    z-index: 1; }
    .position-left.reveal-for-xxlarge ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-xxlarge {
    transform: none;
    z-index: 1; }
    .position-right.reveal-for-xxlarge ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-xxlarge {
    transform: none;
    z-index: 1; }
    .position-top.reveal-for-xxlarge ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-xxlarge {
    transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
      margin-bottom: 250px; } }

.orbit {
  position: relative; }

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

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

.orbit-figure {
  margin: 0; }

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

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

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

.orbit-previous {
  left: 0; }

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

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button, .orbit-bullets .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button, .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .orbit-bullets .button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #cacaca; }
    .orbit-bullets button:hover, .orbit-bullets .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button:hover, .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .orbit-bullets .button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active, .orbit-bullets .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .is-active.button, .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .orbit-bullets .is-active.button {
      background-color: #8a8a8a; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: inline-block; }
  .pagination a,
  .pagination button,
  .pagination .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button, .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content
  .pagination .button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #0a0a0a; }
    .pagination a:hover,
    .pagination button:hover,
    .pagination .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button:hover, .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content
    .pagination .button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #88913e;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca; }
  .progress.primary .progress-meter {
    background-color: #88913e; }
  .progress.secondary .progress-meter {
    background-color: #767676; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #cc4b37; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #88913e; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap; }

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

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

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

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

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

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

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: 5000;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  z-index: 5001;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: none;
  border-radius: 0;
  background-color: transparent;
  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: 100%;
      max-width: 80rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal .reveal {
      right: auto;
      left: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 80rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 80rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 80rem; } }
  .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; }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fefefe;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #88913e; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  table thead,
  table tbody,
  table tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  table caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  table thead {
    background: #f8f8f8;
    color: #536162; }
  table tfoot {
    background: #f1f1f1;
    color: #536162; }
  table thead tr,
  table tfoot tr {
    background: transparent; }
  table thead th,
  table thead td,
  table tfoot th,
  table tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  table tbody th,
  table tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1; }
  table.unstriped tbody {
    background-color: #fefefe; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f1f1f1;
      background-color: #fefefe; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f3f3f3; }

table.hover tfoot tr:hover {
  background-color: #ececec; }

table.hover tbody tr:hover {
  background-color: #f9f9f9; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1; }
  .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: #88913e; }
  .tabs.primary > li > a {
    color: #0a0a0a; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #818a3b; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #88913e; }
    .tabs-title > a:hover {
      background: #fefefe;
      color: #757d35; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6;
      color: #88913e; }

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

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

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel[aria-hidden="false"] {
    display: block; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0; }

a.thumbnail {
  transition: box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(136, 145, 62, 0.5); }
  a.thumbnail image {
    box-shadow: none; }

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left,
.title-bar-right {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px; }

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

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

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: none;
  font-weight: 800;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.625rem;
  border-radius: 3px;
  background-color: #88913e;
  font-size: 80%;
  color: #fefefe; }
  .tooltip::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #88913e;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #88913e transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #88913e;
    top: 50%;
    bottom: auto;
    left: 100%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #88913e transparent transparent;
    top: 50%;
    right: 100%;
    bottom: auto;
    left: auto;
    transform: translateY(-50%); }

.top-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .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 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      .top-bar .top-bar-left {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
      .top-bar .top-bar-right {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .top-bar.stacked-for-medium .top-bar-left,
      .top-bar.stacked-for-medium .top-bar-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 79.9375em) {
    .top-bar.stacked-for-large {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .top-bar.stacked-for-large .top-bar-left,
      .top-bar.stacked-for-large .top-bar-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 99.9375em) {
    .top-bar.stacked-for-xlarge {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .top-bar.stacked-for-xlarge .top-bar-left,
      .top-bar.stacked-for-xlarge .top-bar-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
  .top-bar.stacked-for-xxlarge {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .top-bar.stacked-for-xxlarge .top-bar-left,
    .top-bar.stacked-for-xxlarge .top-bar-right {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }

.top-bar-title {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0.45rem 1rem 0 1rem; }

.top-bar-left,
.top-bar-right {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.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: 79.9375em) {
  .hide-for-large-only {
    display: none !important; } }

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

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

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

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

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

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

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

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

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

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

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

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1; }

.clearfix::after {
  clear: both; }

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

Stylesheet: Main Stylesheet

*************************************************/
/*********************
GENERAL STYLES
*********************/
.off-canvas-wrapper {
  overflow: visible; }

#target-drawer {
  padding-top: 3rem;
  padding-bottom: 2rem; }
  #target-drawer .top-row:last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    #target-drawer {
      padding-top: 6rem;
      padding-bottom: 4rem; } }

#target-drawer + #target-drawer {
  padding-top: 0; }

:focus {
  outline: 0; }

a,
a:hover,
a:active,
a:focus {
  outline: 0; }

input::-moz-focus-inner {
  border: 0;
  outline: 0; }

object,
embed {
  outline: 0; }

body {
  background: url("../images/tile.jpg") repeat; }

.info-icon {
  background: url("../images/info.png") no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  margin-left: 4px;
  position: relative;
  top: 5px;
  display: inline-block; }

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

/*********************
BUTTON STYLES
*********************/
.button-arrow {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 200px;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 auto; }
  @media print, screen and (min-width: 40em) {
    .button-arrow {
      margin: 0 0 0 4.25rem;
      max-width: 240px; } }
  .button-arrow .text {
    display: inline-block;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
    text-align: center;
    background-color: #fefefe;
    padding: 0.68rem;
    color: #0a0a0a;
    font-size: 0.825rem;
    font-weight: 600;
    text-transform: uppercase;
    background: linear-gradient(to right, #fefefe 50%, #88913e 50%);
    background-size: 200% 100%;
    background-position: left bottom;
    transition: 0.25s ease; }
    @media print, screen and (min-width: 40em) {
      .button-arrow .text {
        font-size: 1rem;
        padding: 0.875rem; } }
  .button-arrow .arrow {
    display: inline-block;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    height: 40px;
    padding: 0 28px;
    text-align: center;
    vertical-align: middle;
    background-color: #88913e;
    position: relative; }
    @media print, screen and (min-width: 40em) {
      .button-arrow .arrow {
        height: 50px;
        padding: 0 36px; } }
    .button-arrow .arrow:after {
      content: '';
      position: absolute;
      background: url("../images/right-arrow.svg") no-repeat center center;
      width: 33px;
      height: 16px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) translateX(0);
      animation: buttonArrow 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) alternate;
      animation-iteration-count: 0; }
      @media print, screen and (min-width: 40em) {
        .button-arrow .arrow:after {
          width: 40px;
          height: 22px; } }
  .button-arrow .arrow:after {
    animation-iteration-count: infinite; }
    @media print, screen and (min-width: 40em) {
      .button-arrow .arrow:after {
        animation-iteration-count: 0; } }

@keyframes buttonArrow {
  0% {
    transform: translate(-50%, -50%) translateX(0); }
  100% {
    transform: translate(-50%, -50%) translateX(20%); } }
  @media print, screen and (min-width: 40em) {
    .button-arrow:hover .text {
      color: #fefefe;
      background-position: right bottom; } }
  .button-arrow:hover .arrow:after {
    animation-iteration-count: infinite; }

.button-arrow-wide {
  max-width: 320px;
  margin: 1rem 0px; }

.border-button {
  display: block;
  color: #fefefe;
  border: 2px solid #fefefe;
  text-align: center;
  margin: 0 6px 10px;
  padding: 0;
  opacity: 0.5; }
  .border-button:nth-child(even) {
    margin-right: 0; }
  .border-button:nth-child(odd) {
    margin-left: 0; }
  @media print, screen and (min-width: 40em) {
    .border-button {
      margin: 0 10px 10px;
      opacity: 1; }
      .border-button:nth-child(even) {
        margin-right: 10px; }
      .border-button:nth-child(odd) {
        margin-left: 10px; } }
  .border-button h3 {
    font-size: 0.8rem;
    line-height: 2.25rem;
    margin-bottom: 0; }
    @media print, screen and (min-width: 40em) {
      .border-button h3 {
        font-size: 1rem;
        line-height: 2.875rem; } }
  .border-button.active, .border-button:hover {
    color: #0a0a0a;
    background-color: #fefefe;
    opacity: 1; }

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

h2, .h2 {
  text-transform: uppercase;
  font-size: 1.5625rem;
  font-weight: bold;
  font-family: "Bebas_Neue", Tahoma, Arial, sans-serif;
  line-height: 1;
  letter-spacing: 0.2rem; }
  @media print, screen and (min-width: 40em) {
    h2, .h2 {
      font-size: 2.1875rem;
      line-height: 4.0625rem; } }
  h2 .tag, .h2 .tag {
    font-size: 3.1875rem;
    letter-spacing: 0; }
    h2 .tag span, .h2 .tag span {
      border-bottom: 6px #536162 solid;
      display: inline-block;
      position: relative;
      top: -4px; }
    @media print, screen and (min-width: 40em) {
      h2 .tag, .h2 .tag {
        font-size: 4.0625rem; } }

h3, .h3 {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2rem; }
  @media print, screen and (min-width: 40em) {
    h3, .h3 {
      font-size: 1.25rem;
      line-height: 3rem; } }

/*********************
POSTS & CONTENT STYLES
*********************/
p {
  font-size: 0.875rem; }
  @media print, screen and (min-width: 40em) {
    p {
      font-size: 1rem; } }

#content #inner-content {
  padding: 1rem 0rem; }

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

.byline {
  color: #999; }

img[src$='.svg'] {
  width: 100%; }

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

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

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

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

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

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

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

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

/*********************
INPUT STYLES
*********************/
.checkboxes input[type='checkbox'] {
  display: none; }

.checkboxes li {
  position: relative;
  overflow: visible;
  margin-bottom: 2px;
  line-height: 17px;
  cursor: pointer; }

.checkboxes input[type=checkbox] + label {
  position: relative;
  padding-left: 32px;
  margin: 0;
  z-index: 2;
  background: url("../images/checkbox.svg") transparent no-repeat 0 2px;
  background-size: 17px 17px;
  min-height: 19px; }

.checkboxes input[type=checkbox] + label:before {
  content: '';
  background: url("../images/checkmark_left.png") transparent no-repeat 0 0;
  background-size: 26px 26px;
  width: 0;
  height: 26px;
  position: absolute;
  top: -3px;
  left: -4px;
  transition: width 0.25s linear; }

.checkboxes input[type=checkbox]:checked + label:before {
  width: 26px; }

.checkboxes input[type=checkbox] + label:after {
  content: '';
  background: url("../images/checkmark_right.png") transparent no-repeat 0 0;
  background-size: 26px 26px;
  width: 0;
  height: 26px;
  position: absolute;
  top: -3px;
  left: -4px;
  transition: width 0.5s linear; }

.checkboxes input[type=checkbox]:checked + label:after {
  width: 26px; }

.checkboxes input[type=checkbox]:checked + label {
  color: #fff; }

.checkboxes input[type=checkbox]:disabled + label {
  opacity: 0.25;
  cursor: not-allowed; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.html-block.module {
  position: relative; }

#swap-drawer {
  display: none; }

.collapseomatic {
  border: 2px solid #fff;
  color: #fff;
  padding: 0.5rem 0.5rem 0.75rem;
  min-height: 30px;
  background-color: transparent;
  margin: 0 auto;
  text-align: center;
  line-height: 1.5rem;
  font-size: 1rem;
  float: none;
  display: block;
  font-family: 'Overpass', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  letter-spacing: 0.02em;
  background-image: none;
  text-decoration: none;
  width: 300px;
  position: absolute;
  top: -5.5rem;
  left: 50%;
  transform: translate(-50%, 0); }
  @media print, screen and (min-width: 40em) {
    .collapseomatic {
      top: -75px; } }
  .collapseomatic:hover {
    background-color: #fff;
    color: #536162; }
    .collapseomatic:hover::before {
      color: #536162; }
  .collapseomatic::before {
    content: '+';
    color: #fff;
    padding: 5px; }
  .collapseomatic.colomat-close {
    background-image: none;
    background-color: transparent;
    color: #536162;
    border: 2px solid #536162;
    top: -2rem; }
    .collapseomatic.colomat-close:hover {
      background-color: #536162;
      color: #fff; }
      .collapseomatic.colomat-close:hover::before {
        color: #fff; }
    .collapseomatic.colomat-close::before {
      content: '-';
      color: #536162;
      padding: 5px; }

.collapseomatic_content {
  margin-left: 0; }
  .collapseomatic_content .wp-post-navigation {
    display: none; }

.off-canvas-content {
  padding-top: 50px; }
  @media print, screen and (min-width: 64em) {
    .off-canvas-content {
      padding-top: 0; } }

.page-wrap.tiled {
  padding-bottom: 10rem; }

.header {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%; }
  @media print, screen and (min-width: 64em) {
    .header {
      position: relative; } }
  .header ul.off-canvas-list li {
    list-style: none; }

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

#top-bar-info,
.mobile-search-form {
  background-color: #1a242a;
  margin: 0 auto;
  color: #fefefe;
  font-size: 0.75rem;
  font-weight: 200; }
  #top-bar-info > .row,
  .mobile-search-form > .row {
    padding-left: 17px;
    padding-right: 17px; }
    @media print, screen and (min-width: 64em) {
      #top-bar-info > .row,
      .mobile-search-form > .row {
        padding-left: 25px;
        padding-right: 25px; } }
  #top-bar-info .full-height,
  .mobile-search-form .full-height {
    height: 55px; }
  #top-bar-info .search-form,
  .mobile-search-form .search-form {
    position: relative;
    overflow: hidden; }
  #top-bar-info a,
  .mobile-search-form a {
    color: #fefefe;
    font-size: 0.75rem;
    font-weight: 200; }
  #top-bar-info .profile,
  .mobile-search-form .profile {
    float: right;
    width: 19px;
    height: 20px;
    background: url("../images/icon-profile.svg") no-repeat;
    background-size: 19px 20px;
    background-position: 0 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 20px; }
  #top-bar-info .cart,
  .mobile-search-form .cart {
    float: right;
    width: 24px;
    height: 22px;
    background: url("../images/icon-cart.svg") no-repeat;
    background-size: 24px 22px;
    background-position: 0 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 20px; }
  #top-bar-info .search-field,
  .mobile-search-form .search-field {
    position: relative;
    overflow: hidden;
    width: 200px;
    height: 30px;
    max-width: 100%;
    line-height: 30px;
    margin: 0 0 0 12px;
    padding: 0 0 0 46px;
    color: #fefefe;
    font-size: 0.75rem;
    font-weight: 200;
    background-color: #485055;
    border-color: #485055; }
  #top-bar-info .search-icon,
  .mobile-search-form .search-icon {
    position: absolute;
    top: 8px;
    left: 31px;
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
    border: 0;
    background: url("../images/icon-magnify.svg") no-repeat;
    background-size: 15px 15px;
    background-position: 0 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer; }

.mobile-search-form {
  margin-top: 3rem;
  background-color: transparent; }

#top-bar-menu {
  left: 0;
  top: 0;
  position: absolute;
  overflow: visible;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3d4747+0,778283+100,536162+100&0.84+0,0.78+100 */
  background: linear-gradient(to right, rgba(61, 71, 71, 0.84) 0%, rgba(83, 97, 98, 0.78) 100%);
  padding: 0;
  height: 50px;
  width: 100%;
  color: #fefefe;
  text-transform: uppercase;
  z-index: 3000; }
  @media print, screen and (min-width: 64em) {
    #top-bar-menu {
      top: 55px;
      height: 100px; } }
  #top-bar-menu > .row {
    padding-left: 17px;
    padding-right: 17px; }
    @media print, screen and (min-width: 64em) {
      #top-bar-menu > .row {
        padding-left: 25px;
        padding-right: 25px; } }
  #top-bar-menu .menu-icon {
    width: 27px;
    height: 22px;
    margin: 15px 0 18px; }
  #top-bar-menu a {
    color: #fefefe; }
  #top-bar-menu .nav-logo a {
    position: absolute;
    padding: 0;
    top: 2px; }
    @media print, screen and (min-width: 64em) {
      #top-bar-menu .nav-logo a {
        top: 5px; } }
    #top-bar-menu .nav-logo a img {
      width: 84px;
      height: auto;
      margin: 0; }
      @media print, screen and (min-width: 64em) {
        #top-bar-menu .nav-logo a img {
          width: 50%; } }
  #top-bar-menu #nav-menu {
    width: 100%;
    height: 100px;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #top-bar-menu #nav-menu > li {
      font-weight: 400;
      letter-spacing: 0.05em; }
      #top-bar-menu #nav-menu > li:not(:first-of-type) {
        margin-left: 2em; }
      #top-bar-menu #nav-menu > li > a {
        padding: 2.625rem 0;
        font-weight: 400;
        letter-spacing: 0.05em;
        opacity: 0.8;
        transition: opacity 0.2s; }
        #top-bar-menu #nav-menu > li > a:hover {
          opacity: 1; }
    #top-bar-menu #nav-menu > .separated.menu-item {
      margin-left: auto; }
    #top-bar-menu #nav-menu > .underlined a {
      text-decoration: underline; }
    #top-bar-menu #nav-menu > .boxed a {
      border: 3px #fefefe solid;
      width: 200px;
      max-width: 100%;
      padding: 7% 0;
      display: inline-block;
      text-align: center; }
      #top-bar-menu #nav-menu > .boxed a:hover {
        color: #536162;
        background-color: #fefefe; }
    #top-bar-menu #nav-menu > .small-only {
      display: block; }
      @media print, screen and (min-width: 64em) {
        #top-bar-menu #nav-menu > .small-only {
          display: none; } }
    #top-bar-menu #nav-menu .is-dropdown-submenu {
      border: 0;
      color: #536162;
      background-color: #fefefe;
      padding: 0 40px 30px;
      font-size: 0.875rem;
      letter-spacing: 1px;
      list-style: none; }
      #top-bar-menu #nav-menu .is-dropdown-submenu:before {
        content: url("../images/mountain-tops.svg");
        width: 72px;
        height: 30px;
        position: relative;
        top: -30px; }
      #top-bar-menu #nav-menu .is-dropdown-submenu li {
        min-width: 175px;
        line-height: 1.3;
        margin-bottom: 0.75rem; }
      #top-bar-menu #nav-menu .is-dropdown-submenu .heading,
      #top-bar-menu #nav-menu .is-dropdown-submenu .heading a {
        font-size: 1rem;
        font-weight: 700;
        margin: 1.4rem 0; }
      #top-bar-menu #nav-menu .is-dropdown-submenu .current_page_item {
        color: #88913e;
        font-weight: 700; }
      #top-bar-menu #nav-menu .is-dropdown-submenu .reveal-hidden {
        font-weight: 100;
        cursor: pointer; }
      #top-bar-menu #nav-menu .is-dropdown-submenu a {
        color: #536162; }
        #top-bar-menu #nav-menu .is-dropdown-submenu a:hover {
          color: #88913e; }
    #top-bar-menu #nav-menu .destinations {
      left: -40px; }
      #top-bar-menu #nav-menu .destinations:before {
        left: 0px; }
    #top-bar-menu #nav-menu .activities {
      left: -340px; }
      @media screen and (min-width: 80em) {
        #top-bar-menu #nav-menu .activities {
          left: -230px; } }
      #top-bar-menu #nav-menu .activities:before {
        left: 280px; }
      @media screen and (min-width: 80em) {
        #top-bar-menu #nav-menu .activities:before {
          left: 180px; } }
    #top-bar-menu #nav-menu .zipline.courses {
      left: -25px; }
    #top-bar-menu #nav-menu .adventures {
      left: -42px; }
    #top-bar-menu #nav-menu .ferrata {
      left: -45px; }
    #top-bar-menu #nav-menu .local.info {
      left: -47px; }

#nav-menu > li.is-dropdown-submenu-parent > a:after {
  border-top-style: none; }

.menu-columns {
  display: table;
  background-color: #fefefe; }

.menu-column {
  display: table-cell;
  padding: 0 20px; }
  .menu-column:nth-child(1) {
    padding-right: 40px; }
  .menu-column:nth-child(2) {
    border-left: 1px #cacaca solid;
    padding-left: 60px; }

#off-canvas-nav-menu {
  font-size: 0.875rem;
  text-transform: uppercase; }
  #off-canvas-nav-menu ul {
    list-style: none; }
  #off-canvas-nav-menu > li > a {
    font-size: 1rem;
    font-weight: 700; }
  #off-canvas-nav-menu > li:nth-child(6) > a,
  #off-canvas-nav-menu > li:nth-child(7) > a,
  #off-canvas-nav-menu > li:nth-child(8) > a {
    color: #536162;
    font-size: 0.75rem;
    font-weight: 400;
    text-transform: none;
    padding-top: 0;
    padding-bottom: 0; }
    #off-canvas-nav-menu > li:nth-child(6) > a:hover,
    #off-canvas-nav-menu > li:nth-child(7) > a:hover,
    #off-canvas-nav-menu > li:nth-child(8) > a:hover {
      color: #88913e; }
  #off-canvas-nav-menu > li:nth-child(6) > a {
    padding-top: 1rem; }
  #off-canvas-nav-menu .menu > li > a {
    padding: 0; }
  #off-canvas-nav-menu .menu-item {
    padding: 0.7rem 1rem; }
  #off-canvas-nav-menu a {
    color: #536162; }
    #off-canvas-nav-menu a:hover {
      color: #88913e; }
  #off-canvas-nav-menu .heading,
  #off-canvas-nav-menu .heading a {
    font-weight: 900; }
  #off-canvas-nav-menu .current_page_item {
    color: #88913e;
    font-weight: 900; }
  #off-canvas-nav-menu .reveal-hidden {
    display: none; }
  #off-canvas-nav-menu .hide {
    display: block !important; }

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

.module .top-row {
  margin-bottom: 1.5rem; }
  @media print, screen and (min-width: 40em) {
    .module .top-row {
      margin-bottom: 2rem; } }

.module .column-block {
  margin-bottom: 1.5rem; }
  @media print, screen and (min-width: 40em) {
    .module .column-block {
      margin-bottom: 3rem; } }

.module .module_bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .module .module_bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.vertical-link {
  position: absolute;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fefefe;
  width: auto;
  opacity: 0;
  transform-origin: center center;
  transform: rotate(-90deg) translate(57px, -25px);
  left: 37%; }
  .vertical-link span {
    display: none; }
  @media print, screen and (min-width: 40em) {
    .vertical-link {
      transform: rotate(-90deg) translate(57px, 65px);
      width: auto;
      left: 15%; } }
  @media print, screen and (min-width: 40em) and (min-width: 64em) {
    .vertical-link {
      left: 15%;
      transform: rotate(-90deg) translate(72px, 40px); }
      .vertical-link span {
        display: inline; } }
  .vertical-link:before {
    content: '';
    background: #88913e;
    display: inline-block;
    width: 50px;
    height: 5px;
    margin: 2px 8px; }

.hero {
  height: auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-color: transparent; }
  @media print, screen and (min-width: 64em) {
    .hero {
      padding-top: 100px; } }
  .hero .container-title {
    height: 30vh;
    min-height: 400px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    color: #fff; }
    @media print, screen and (min-width: 40em) {
      .hero .container-title {
        height: 530px; } }
    .hero .container-title .title-inner {
      position: absolute;
      top: 40%;
      left: 50%;
      margin-right: -50%;
      transform: translate(-50%, -50%);
      text-align: center; }
      .hero .container-title .title-inner h1, .hero .container-title .title-inner .h1 {
        text-transform: uppercase;
        font-size: 3.5rem;
        font-weight: 700;
        font-family: "Bebas_Neue", Tahoma, Arial, sans-serif;
        line-height: 1.1;
        letter-spacing: 0.25rem; }
        @media print, screen and (min-width: 40em) {
          .hero .container-title .title-inner h1, .hero .container-title .title-inner .h1 {
            font-size: 6.25rem; } }
      .hero .container-title .title-inner h2, .hero .container-title .title-inner .h2 {
        text-transform: uppercase;
        font-size: 0.75rem;
        font-weight: 700;
        font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        line-height: 1.2rem;
        letter-spacing: 0.1rem; }
        @media print, screen and (min-width: 40em) {
          .hero .container-title .title-inner h2, .hero .container-title .title-inner .h2 {
            font-size: 1.25rem; } }
  .hero__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; }
    .hero__bg img {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 1000%;
      min-height: 1000%;
      transform: translate(-50%, -50%) scale(0.1);
      max-width: none; }
  .hero.tiled {
    background-image: url("../images/tile.jpg");
    background-repeat: repeat;
    z-index: 3; }
    .hero.tiled.darktext .container-title {
      color: #536162; }
    .hero.tiled .container-title {
      height: auto;
      min-height: 200px;
      position: relative;
      overflow: visible; }
      .hero.tiled .container-title .title-inner {
        top: 60%; }
        @media print, screen and (min-width: 40em) {
          .hero.tiled .container-title .title-inner h1, .hero.tiled .container-title .title-inner .h1 {
            font-size: 5rem; } }
    .hero.tiled .container-text {
      height: auto;
      padding-bottom: 4rem;
      text-align: center; }
      .hero.tiled .container-text .blurb {
        margin: 0 auto; }
        @media print, screen and (min-width: 40em) {
          .hero.tiled .container-text .blurb {
            max-width: 70%; } }
    .hero.tiled .row {
      padding-left: 17px;
      padding-right: 17px;
      position: relative;
      z-index: 1; }
      @media print, screen and (min-width: 64em) {
        .hero.tiled .row {
          padding-left: 25px;
          padding-right: 25px; } }
  .hero .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); }

.hero_wrapper {
  position: relative;
  overflow: visible; }

.scroll_wrapper {
  position: absolute;
  top: 91.8%;
  left: 50%; }

.scroll {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #88913e;
  width: 60px;
  height: 4px;
  transform: translate(-50%, -50%) rotate(-90deg); }
  @media print, screen and (min-width: 64em) {
    .scroll {
      height: 5px;
      width: 104px; } }
  .scroll .text {
    color: #fff;
    position: absolute;
    left: 100%;
    top: 0;
    padding-left: 10px;
    font-size: 12px;
    line-height: 4px;
    animation: scrollPrompt 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955) alternate infinite; }
    @media print, screen and (min-width: 64em) {
      .scroll .text {
        padding-left: 18px;
        font-size: 16px;
        line-height: 6px; } }

.home-page .hero {
  height: calc(100vh - 55px);
  max-height: 640px;
  position: relative;
  z-index: 0;
  overflow: hidden; }
  @media print, screen and (min-width: 64em) {
    .home-page .hero {
      padding-top: 100px; } }
  .home-page .hero__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; }
    .home-page .hero__bg img {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 1000%;
      min-height: 1000%;
      transform: translate(-50%, -50%) scale(0.1);
      max-width: none; }
  .home-page .hero .row {
    padding-left: 17px;
    padding-right: 17px;
    position: relative;
    z-index: 1; }
    @media print, screen and (min-width: 64em) {
      .home-page .hero .row {
        padding-left: 25px;
        padding-right: 25px; } }

.homepage-hero {
  position: relative;
  height: calc(100vh - 50px);
  text-align: center; }
  @media screen and (min-width: 48em) {
    .homepage-hero {
      height: calc(100vh - 55px); } }
  .homepage-hero__bgs {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s; }
    .homepage-hero__bgs > * {
      position: absolute;
      width: 100%;
      height: calc(100% + 30vh);
      top: -15vh;
      top: 0; }
      .homepage-hero__bgs > * img, .homepage-hero__bgs > * canvas {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 1000%;
        min-height: 1000%;
        transform: translate(-50%, -50%) scale(0.1);
        max-width: none; }
  .homepage-hero__header {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
    .homepage-hero__header > *:nth-child(1) {
      transition-delay: 0.05s;
      animation-delay: 0.05s; }
    .homepage-hero__header > *:nth-child(2) {
      transition-delay: 0.1s;
      animation-delay: 0.1s; }
    .homepage-hero__header > *:nth-child(3) {
      transition-delay: 0.15s;
      animation-delay: 0.15s; }
    .homepage-hero__header > *:nth-child(4) {
      transition-delay: 0.2s;
      animation-delay: 0.2s; }
    .homepage-hero__header > *:nth-child(5) {
      transition-delay: 0.25s;
      animation-delay: 0.25s; }
  .homepage-hero__adventure {
    color: #fff;
    text-align: center;
    font-size: 67px;
    font-family: Bebas_Neue;
    font-weight: bold;
    position: relative;
    left: -26px; }
    @media screen and (min-width: 48em) {
      .homepage-hero__adventure {
        font-size: 146px;
        left: -56px; } }
    .homepage-hero__adventure > * {
      opacity: 0.5; }
  .homepage-hero__awaits {
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0.3em;
    color: #fff;
    text-align: center;
    margin-top: -59px;
    position: relative;
    left: 94px;
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.4); }
    @media screen and (min-width: 48em) {
      .homepage-hero__awaits {
        font-size: 45px;
        margin-top: 0;
        top: -130px;
        left: 204px;
        height: 0; } }
  .homepage-hero__description {
    display: none; }
    @media screen and (min-width: 48em) {
      .homepage-hero__description {
        display: block;
        font-size: 14px;
        color: #fff;
        width: 450px;
        letter-spacing: 0.13em;
        line-height: 1.6;
        margin-top: 5px; } }
  .homepage-hero .social-links {
    margin: 26px 0 0;
    transform: scale(0.7);
    white-space: nowrap; }
    @media screen and (min-width: 48em) {
      .homepage-hero .social-links {
        transform: scale(0.9); } }
    .homepage-hero .social-links li {
      margin-right: 15px; }
      .homepage-hero .social-links li:nth-child(3) {
        margin-right: 0; }
      .homepage-hero .social-links li:nth-child(n+4) {
        display: none; }
  .homepage-hero__scroll__wrapper {
    position: absolute;
    top: 100%;
    left: 50%; }
  .homepage-hero__scroll {
    position: absolute;
    left: 50%;
    z-index: 1;
    background-color: #88913e;
    width: 76px;
    height: 4px;
    transform: translate(-50%, -50%) translateY(50px) rotate(-90deg); }
    @media print, screen and (min-width: 64em) {
      .homepage-hero__scroll {
        height: 5px;
        width: 148px; } }
    .homepage-hero__scroll__text {
      color: #fff;
      position: absolute;
      left: 100%;
      top: 0;
      padding-left: 10px;
      font-size: 12px;
      line-height: 4px;
      animation: scrollPrompt 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955) alternate infinite; }
      @media print, screen and (min-width: 64em) {
        .homepage-hero__scroll__text {
          padding-left: 18px;
          font-size: 16px;
          line-height: 6px; } }

@keyframes scrollPrompt {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(20%); } }

.full-width-media {
  background-color: #000;
  position: relative;
  z-index: 0;
  padding-top: 37.11%; }
  .full-width-media video {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer; }
  .full-width-media .vertical-link {
    position: absolute;
    bottom: 64px;
    left: 51%;
    z-index: 9999;
    transform: rotate(-90deg) translate(-50%, -51%);
    transform-origin: left center; }
  @media print, screen and (min-width: 40em) {
    .full-width-media:hover .vertical-link {
      opacity: 1;
      transition: opacity 0.5s; } }

.pagination {
  padding: 0.1875rem 0.625rem;
  background: transparent;
  color: #536162;
  cursor: default;
  position: relative;
  z-index: 100; }
  .pagination a, .pagination button, .pagination .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button, .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .pagination .button {
    display: block;
    padding: 0.1875rem 0.625rem;
    color: #536162;
    font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-size: 1.25rem;
    line-height: 1;
    margin: 10px 0 20px; }
    .pagination a:hover, .pagination button:hover, .pagination .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button:hover, .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .pagination .button:hover {
      background: none; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: none;
    color: #536162;
    font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 800;
    font-size: 1.25rem;
    line-height: 1; }
  .pagination .next-arrow {
    display: inline-block;
    background-image: url(../images/right-arrow-gray.svg);
    background-size: 30px 20px;
    height: 40px;
    padding: 10px 20px;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin: 10px 20px 0 4px; }
    .pagination .next-arrow:hover {
      background-image: url(../images/right-arrow-gray.svg);
      background-size: 30px 20px;
      background-repeat: no-repeat; }
  .pagination .previous-arrow {
    display: inline-block;
    background-image: url(../images/left-arrow-gray.svg);
    background-size: 30px 20px;
    height: 40px;
    padding: 10px 20px;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin: 10px 4px 0 20px; }
    .pagination .previous-arrow:hover {
      background-image: url(../images/left-arrow-gray.svg);
      background-size: 30px 20px;
      background-repeat: no-repeat; }

.page-template-page-trip-search .dropdown.v-select.discover-filter.searchable .dropdown-toggle {
  border: 4px solid #536162;
  padding: 0.5rem 0.5rem 0.675rem; }

.page-template-page-trip-search #target-drawer {
  padding-bottom: 0; }
  .page-template-page-trip-search #target-drawer .top-row {
    margin-bottom: 0; }

.page-template-page-trip-search .trip-card .button-arrow {
  box-shadow: 4px 0px 11px 0px rgba(0, 0, 0, 0.15); }

@media print, screen and (min-width: 64em) {
  .page-template-page-trip-search #filter-app {
    padding-top: 0; } }

.discover-sort,
.show-filters {
  font-size: 0.75rem;
  line-height: 2.6rem; }
  @media print, screen and (min-width: 40em) {
    .discover-sort,
    .show-filters {
      font-size: 0.875rem; } }

.discover-sort {
  margin: 0;
  text-align: center;
  text-align-last: center;
  line-height: 1.8; }
  .discover-sort option {
    text-align: center;
    line-height: 1.8; }

.discover {
  padding-bottom: 0;
  position: relative;
  overflow: visible;
  z-index: 3; }
  .discover .discover-filter-select,
  .discover .discover-filter-label {
    padding-left: 17px;
    padding-right: 17px;
    position: relative;
    z-index: 2; }
    @media print, screen and (min-width: 64em) {
      .discover .discover-filter-select,
      .discover .discover-filter-label {
        padding-left: 25px;
        padding-right: 25px; } }
  .discover .discover__header {
    position: relative;
    padding-top: 3.6rem;
    padding-bottom: 0.7rem;
    overflow: hidden; }
    @media print, screen and (min-width: 40em) {
      .discover .discover__header {
        padding-top: 7rem;
        padding-bottom: 2.4rem; } }
  .discover .discover__header__bg img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 1000%;
    min-height: 1000%;
    transform: translate(-50%, -50%) scale(0.1);
    max-width: none; }
  .discover .discover__header__content {
    padding-left: 17px;
    padding-right: 17px;
    position: relative; }
    @media print, screen and (min-width: 64em) {
      .discover .discover__header__content {
        padding-left: 25px;
        padding-right: 25px; } }
  .discover .discover-filter-select {
    padding-left: 17px;
    padding-right: 17px;
    position: relative;
    z-index: 30; }
    @media print, screen and (min-width: 64em) {
      .discover .discover-filter-select {
        padding-left: 25px;
        padding-right: 25px; } }
  .discover .discover-filter-label {
    padding-left: 17px;
    padding-right: 17px;
    position: relative;
    z-index: 20; }
    @media print, screen and (min-width: 64em) {
      .discover .discover-filter-label {
        padding-left: 25px;
        padding-right: 25px; } }
  .discover .intro-row {
    margin-bottom: 0; }
  .discover .kint {
    z-index: 300;
    color: #0a0a0a;
    position: relative; }

.dropdown.v-select.discover-filter.searchable {
  background: transparent; }
  .dropdown.v-select.discover-filter.searchable .dropdown-toggle {
    border: 3px solid rgba(60, 60, 60, 0.5);
    border-radius: 0;
    padding: 0.5rem 0 0.75rem;
    min-height: 50px; }
    .dropdown.v-select.discover-filter.searchable .dropdown-toggle > input {
      display: none; }
    .dropdown.v-select.discover-filter.searchable .dropdown-toggle .selected-tag {
      color: #536162;
      background-color: transparent;
      border: 0;
      border-radius: 0;
      height: auto;
      margin: 4px auto 0;
      padding: 1px 0.25em;
      text-align: center;
      line-height: 1.5rem;
      font-size: 0.75rem;
      float: none;
      display: block;
      font-family: 'Overpass', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
      letter-spacing: 0.02em; }
      @media print, screen and (min-width: 40em) {
        .dropdown.v-select.discover-filter.searchable .dropdown-toggle .selected-tag {
          font-size: 1rem; } }
    .dropdown.v-select.discover-filter.searchable .dropdown-toggle .open-indicator {
      bottom: 15px;
      right: 12px; }
      @media print, screen and (min-width: 40em) {
        .dropdown.v-select.discover-filter.searchable .dropdown-toggle .open-indicator {
          right: 20px; } }
      .dropdown.v-select.discover-filter.searchable .dropdown-toggle .open-indicator:before {
        border-color: #536162;
        width: 0;
        height: 0;
        border-width: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 10px solid #536162;
        transform: none;
        transition: none; }
  .dropdown.v-select.discover-filter.searchable .dropdown-menu {
    border-radius: 0;
    border: 2px solid rgba(0, 0, 0, 0.26); }
    .dropdown.v-select.discover-filter.searchable .dropdown-menu li > a {
      display: block;
      padding: 3px 20px;
      clear: both;
      color: #536162;
      white-space: nowrap;
      font-size: 0.875rem; }
    .dropdown.v-select.discover-filter.searchable .dropdown-menu li.highlight > a {
      background: #536162;
      color: #fff; }
    .dropdown.v-select.discover-filter.searchable .dropdown-menu li.active > a {
      color: #536162;
      background: rgba(50, 50, 50, 0.1); }

.dropdown.v-select.discover-filter.open.searchable .open-indicator {
  bottom: 12px;
  right: 12px; }
  @media print, screen and (min-width: 40em) {
    .dropdown.v-select.discover-filter.open.searchable .open-indicator {
      right: 20px; } }
  .dropdown.v-select.discover-filter.open.searchable .open-indicator:before {
    border-color: #536162;
    width: 0;
    height: 0;
    border-width: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #536162;
    transform: none;
    transition: none; }

.dropdown.v-select.discover-filter.open.searchable .dropdown-menu {
  border-radius: 0;
  border: 2px solid rgba(0, 0, 0, 0.26); }
  .dropdown.v-select.discover-filter.open.searchable .dropdown-menu li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    color: #536162;
    white-space: nowrap;
    font-size: 0.875rem; }
  .dropdown.v-select.discover-filter.open.searchable .dropdown-menu li.highlight > a {
    background: #536162;
    color: #fff; }
  .dropdown.v-select.discover-filter.open.searchable .dropdown-menu li.active > a {
    color: #536162;
    background: rgba(50, 50, 50, 0.1); }

.icon-list {
  background: url("../images/tile.jpg") transparent repeat;
  padding-top: 3rem;
  padding-bottom: 2rem; }
  @media print, screen and (min-width: 40em) {
    .icon-list {
      padding-top: 6rem;
      padding-bottom: 4rem; } }
  .icon-list > .row {
    padding-left: 17px;
    padding-right: 17px; }
    @media print, screen and (min-width: 64em) {
      .icon-list > .row {
        padding-left: 25px;
        padding-right: 25px; } }
  .icon-list .icon {
    width: 2rem;
    height: auto; }
    @media print, screen and (min-width: 40em) {
      .icon-list .icon {
        width: 3rem; } }
  .icon-list .text .columns {
    margin: 0;
    text-align: justify;
    font-size: 0.875rem;
    font-weight: 200; }
    @media print, screen and (min-width: 40em) {
      .icon-list .text .columns {
        margin: 0 2rem 0 4.25rem;
        font-size: 1rem;
        font-weight: 400; } }

.trips-similar {
  padding-top: 3rem;
  padding-bottom: 2rem; }
  @media print, screen and (min-width: 40em) {
    .trips-similar {
      padding-top: 6rem;
      padding-bottom: 4rem; } }

.discover #filter-app {
  padding: 0;
  position: relative;
  overflow: visible;
  z-index: 2; }
  @media print, screen and (min-width: 64em) {
    .discover #filter-app {
      overflow: hidden; } }

.home .discover-filter {
  padding: 2.9rem 0 0; }

.discover-filter {
  position: relative;
  overflow: visible;
  color: #0a0a0a;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3d4747+0,778283+100,536162+100&0.84+0,0.78+100 */
  background: linear-gradient(to right, rgba(61, 71, 71, 0.84) 0%, rgba(83, 97, 98, 0.78) 100%) transparent;
  z-index: 1450; }
  .discover-filter .dropdown.menu {
    border: 0;
    margin: 0;
    opacity: 1; }
    .discover-filter .dropdown.menu > li > a {
      font-size: 0.75rem;
      font-weight: 600;
      letter-spacing: -0.05rem;
      line-height: 2.25rem;
      margin-bottom: 0;
      padding: 0; }
      @media print, screen and (min-width: 40em) {
        .discover-filter .dropdown.menu > li > a {
          font-size: 0.75rem;
          line-height: 2.875rem;
          letter-spacing: 0.1rem; } }
    .discover-filter .dropdown.menu > li.is-dropdown-submenu-parent {
      position: static; }
      @media print, screen and (min-width: 64em) {
        .discover-filter .dropdown.menu > li.is-dropdown-submenu-parent {
          position: relative; } }
      .discover-filter .dropdown.menu > li.is-dropdown-submenu-parent .filter-list {
        color: #fefefe;
        background-color: transparent;
        border: 2px solid #fefefe;
        font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        font-weight: 400;
        font-size: 0.5rem;
        line-height: 1;
        text-transform: uppercase;
        display: inherit;
        padding: 0.25rem 0 0.4rem; }
        .discover-filter .dropdown.menu > li.is-dropdown-submenu-parent .filter-list.chosen {
          color: #536162;
          background-color: #fefefe;
          opacity: 0.5; }
          .discover-filter .dropdown.menu > li.is-dropdown-submenu-parent .filter-list.chosen:after {
            border-color: #536162 transparent transparent; }
          .discover-filter .dropdown.menu > li.is-dropdown-submenu-parent .filter-list.chosen .icon {
            display: none; }
          .discover-filter .dropdown.menu > li.is-dropdown-submenu-parent .filter-list.chosen .icon-over {
            display: block; }
            @media print, screen and (min-width: 64em) {
              .discover-filter .dropdown.menu > li.is-dropdown-submenu-parent .filter-list.chosen .icon-over {
                display: none; } }
        @media print, screen and (min-width: 40em) {
          .discover-filter .dropdown.menu > li.is-dropdown-submenu-parent .filter-list {
            font-size: 0.685rem;
            line-height: 1.75; } }
        @media print, screen and (min-width: 64em) {
          .discover-filter .dropdown.menu > li.is-dropdown-submenu-parent .filter-list {
            font-size: 0.875rem;
            font-weight: bold;
            line-height: 2.5; } }
        .discover-filter .dropdown.menu > li.is-dropdown-submenu-parent .filter-list .icon {
          display: block;
          width: 100%;
          height: auto;
          margin: 0; }
          @media print, screen and (min-width: 64em) {
            .discover-filter .dropdown.menu > li.is-dropdown-submenu-parent .filter-list .icon {
              display: none; } }
        .discover-filter .dropdown.menu > li.is-dropdown-submenu-parent .filter-list .icon-over {
          display: none; }
        .discover-filter .dropdown.menu > li.is-dropdown-submenu-parent .filter-list:hover .icon {
          display: none; }
        .discover-filter .dropdown.menu > li.is-dropdown-submenu-parent .filter-list:hover .icon-over {
          display: block;
          width: 100%;
          height: auto;
          margin: 0; }
          @media print, screen and (min-width: 64em) {
            .discover-filter .dropdown.menu > li.is-dropdown-submenu-parent .filter-list:hover .icon-over {
              display: none; } }
        .discover-filter .dropdown.menu > li.is-dropdown-submenu-parent .filter-list:hover:after {
          border-color: #536162 transparent transparent;
          display: none; }
          @media print, screen and (min-width: 64em) {
            .discover-filter .dropdown.menu > li.is-dropdown-submenu-parent .filter-list:hover:after {
              display: block; } }
        .discover-filter .dropdown.menu > li.is-dropdown-submenu-parent .filter-list:after {
          border-color: #fefefe transparent transparent;
          display: none; }
          @media print, screen and (min-width: 64em) {
            .discover-filter .dropdown.menu > li.is-dropdown-submenu-parent .filter-list:after {
              right: 10px;
              display: block; } }
          @media screen and (min-width: 80em) {
            .discover-filter .dropdown.menu > li.is-dropdown-submenu-parent .filter-list:after {
              right: 15px;
              display: block; } }
      .discover-filter .dropdown.menu > li.is-dropdown-submenu-parent.is-active .icon {
        display: none; }
      .discover-filter .dropdown.menu > li.is-dropdown-submenu-parent.is-active .icon-over {
        display: block; }
        @media print, screen and (min-width: 64em) {
          .discover-filter .dropdown.menu > li.is-dropdown-submenu-parent.is-active .icon-over {
            display: none; } }
      .discover-filter .dropdown.menu > li.is-dropdown-submenu-parent.is-active .filter-list {
        color: #536162;
        background-color: #fefefe; }
        .discover-filter .dropdown.menu > li.is-dropdown-submenu-parent.is-active .filter-list.chosen {
          opacity: 1; }
        @media print, screen and (min-width: 64em) {
          .discover-filter .dropdown.menu > li.is-dropdown-submenu-parent.is-active .filter-list:after {
            display: block;
            width: 0;
            height: 0;
            border: inset 6px;
            content: '';
            border-top-width: 0;
            border-bottom-style: solid;
            border-color: transparent transparent #536162; } }
        @media print, screen and (min-width: 64em) {
          .discover-filter .dropdown.menu > li.is-dropdown-submenu-parent.is-active .filter-list:hover:after {
            display: block;
            width: 0;
            height: 0;
            border: inset 6px;
            content: '';
            border-top-width: 0;
            border-bottom-style: solid;
            border-color: transparent transparent #536162; } }
    .discover-filter .dropdown.menu:hover {
      background-color: #fefefe; }
      .discover-filter .dropdown.menu:hover > li.is-dropdown-submenu-parent .filter-list {
        color: #536162; }
        .discover-filter .dropdown.menu:hover > li.is-dropdown-submenu-parent .filter-list:after {
          border-color: #536162 transparent transparent; }
      @media print, screen and (min-width: 64em) {
        .discover-filter .dropdown.menu:hover > li.is-dropdown-submenu-parent.is-active .filter-list:after {
          display: block;
          width: 0;
          height: 0;
          border: inset 6px;
          content: '';
          border-top-width: 0;
          border-bottom-style: solid;
          border-color: transparent transparent #536162; } }
    .discover-filter .dropdown.menu .is-active .checkboxes {
      display: block; }
    .discover-filter .dropdown.menu .checkboxes {
      border: 0;
      font-size: 0.75rem;
      text-transform: uppercase;
      color: #536162;
      min-width: 0;
      text-align: left;
      margin-top: 2.375rem;
      padding-top: 2rem;
      padding-bottom: 2rem;
      background: url("../images/tile.jpg") transparent repeat;
      list-style: none;
      margin-left: 0;
      display: none;
      position: absolute;
      width: 100%;
      left: 0;
      top: 100%; }
      @media print, screen and (min-width: 40em) {
        .discover-filter .dropdown.menu .checkboxes {
          margin-top: 2.7rem; } }
      @media print, screen and (min-width: 64em) {
        .discover-filter .dropdown.menu .checkboxes {
          margin-top: 0;
          background: #fefefe;
          padding-top: 0;
          padding-bottom: 1rem;
          position: absolute; } }
      .discover-filter .dropdown.menu .checkboxes li {
        cursor: auto; }
      .discover-filter .dropdown.menu .checkboxes a {
        padding: 0.1rem 3.375rem;
        max-width: 320px;
        margin: 0 auto;
        display: -ms-flexbox;
        display: flex; }
        @media print, screen and (min-width: 64em) {
          .discover-filter .dropdown.menu .checkboxes a {
            padding: 0.1rem 1rem; } }
      .discover-filter .dropdown.menu .checkboxes .close-button span {
        font-size: 1.5em; }
      .discover-filter .dropdown.menu .checkboxes h5 {
        color: #536162;
        font-size: 1rem;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
        margin: 0 1rem 1rem; }
        @media print, screen and (min-width: 64em) {
          .discover-filter .dropdown.menu .checkboxes h5 {
            font-size: 0.75rem;
            display: none; } }
      .discover-filter .dropdown.menu .checkboxes h6 {
        color: #536162;
        font-size: 0.75rem;
        text-align: center;
        margin: 0.05rem 1rem 1.5rem; }
        @media print, screen and (min-width: 64em) {
          .discover-filter .dropdown.menu .checkboxes h6 {
            text-align: left;
            text-transform: uppercase; } }
      .discover-filter .dropdown.menu .checkboxes input {
        float: left;
        margin-bottom: 0.5rem; }
      .discover-filter .dropdown.menu .checkboxes label {
        color: #536162;
        text-transform: uppercase; }
        .discover-filter .dropdown.menu .checkboxes label span {
          display: none; }
        @media print, screen and (min-width: 64em) {
          .discover-filter .dropdown.menu .checkboxes label {
            font-size: 0.75rem; } }
  .discover-filter .columns {
    padding-left: 0.15625rem;
    padding-right: 0.15625rem; }
    @media print, screen and (min-width: 40em) {
      .discover-filter .columns {
        padding-left: 0.375rem;
        padding-right: 0.375rem; } }
    @media print, screen and (min-width: 64em) {
      .discover-filter .columns {
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
  .discover-filter h6 {
    text-align: center; }
  .discover-filter .apply_cancel {
    margin: 1.5rem 0 0;
    display: none; }
    @media print, screen and (min-width: 64em) {
      .discover-filter .apply_cancel {
        display: block; } }
  .discover-filter .apply,
  .discover-filter .cancel {
    font-size: 0.875rem;
    padding: 0 0 1rem;
    display: inline-block; }
  .discover-filter .apply:hover {
    text-decoration: underline; }
  .discover-filter .cancel {
    text-decoration: underline;
    opacity: 0.5; }
    .discover-filter .cancel:hover {
      opacity: 1; }

.discover-filter-label h6 {
  color: #fefefe;
  font-size: 0.4375rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin: 0.75rem 0;
  height: 0.875rem;
  opacity: 0.35; }
  @media print, screen and (min-width: 40em) {
    .discover-filter-label h6 {
      font-size: 0.6rem;
      line-height: 1.25;
      height: 1.2rem; } }
  @media print, screen and (min-width: 64em) {
    .discover-filter-label h6 {
      font-size: 0.75rem;
      line-height: 1.5;
      margin: 0.75rem 0 1.25rem; } }

.discover-filter-label h6.chosen {
  opacity: 1; }

.discover-filter-results {
  color: #fefefe;
  position: relative;
  background-color: rgba(83, 97, 98, 0.5);
  margin-top: 0;
  padding: 1rem 0;
  z-index: 3; }
  .discover-filter-results > .row {
    padding-left: 17px;
    padding-right: 17px; }
    @media print, screen and (min-width: 64em) {
      .discover-filter-results > .row {
        padding-left: 25px;
        padding-right: 25px; } }
  .discover-filter-results .button-arrow {
    margin-left: 0; }
    .discover-filter-results .button-arrow .text {
      font-size: 0.75rem; }
    @media print, screen and (min-width: 40em) {
      .discover-filter-results .button-arrow .text {
        font-size: 1rem; } }
  .discover-filter-results h3 {
    font-family: "Bebas_Neue", Tahoma, Arial, sans-serif;
    font-weight: 700;
    font-size: 1.375rem;
    letter-spacing: 0;
    line-height: 1;
    margin: 1rem 0 1.25rem;
    float: none; }
    @media screen and (min-width: 80em) {
      .discover-filter-results h3 {
        font-size: 1.875rem;
        letter-spacing: 0.15rem;
        margin-bottom: 0; } }
  .discover-filter-results .number {
    font-size: 2.5rem;
    border-bottom: solid white 6px;
    margin: 1rem 1rem 1rem 0;
    float: left;
    position: relative;
    top: -0.25rem; }
    @media screen and (min-width: 80em) {
      .discover-filter-results .number {
        font-size: 3.75rem; } }
  .discover-filter-results .border-button {
    color: #fefefe;
    margin: 0;
    font-size: 0.75rem;
    line-height: 2.25rem;
    opacity: 1;
    border-width: 0;
    border: 2px solid #fefefe; }
    @media print, screen and (min-width: 64em) {
      .discover-filter-results .border-button {
        font-size: 1rem;
        line-height: 2.875rem;
        border-width: 2px; } }
    .discover-filter-results .border-button:hover {
      color: #0a0a0a; }

.home #viewport {
  overflow: visible; }

#viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  display: none; }
  @media print, screen and (min-width: 64em) {
    #viewport {
      display: block;
      margin-top: 0; } }
  #viewport #map_container {
    position: relative;
    display: block;
    z-index: 1;
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    height: 100%; }

.city-town {
  position: absolute;
  z-index: 2;
  color: #536162;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1; }
  @media print, screen and (min-width: 64em) {
    .city-town {
      font-size: 1.1875rem; } }
  .city-town .tooltip {
    display: none; }
  .city-town.show-tooltip .tooltip {
    display: block;
    position: relative;
    transform: translateX(-50%);
    left: 5px;
    top: 11px;
    text-align: center;
    font-size: 0.875rem; }
    @media print, screen and (min-width: 64em) {
      .city-town.show-tooltip .tooltip {
        font-size: 1.1875rem;
        top: 11px;
        left: 7px;
        transform: translateX(-50%); } }
  .city-town.show-tooltip .name {
    display: none; }
  .city-town.show-tooltip .has-tip {
    background-color: #88913e; }
  .city-town .has-tip {
    content: '';
    display: inline-block;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 0.6rem;
    background-color: #536162;
    margin: 0;
    cursor: pointer; }
    @media print, screen and (min-width: 64em) {
      .city-town .has-tip {
        width: 0.9rem;
        height: 0.9rem;
        border-radius: 0.9rem; } }
    .city-town .has-tip.highlight {
      background-color: #88913e; }

.mapboxgl-canvas:focus {
  outline: none; }

.mapbox-marker {
  position: absolute;
  z-index: 2;
  width: 0;
  white-space: nowrap; }
  .mapbox-marker__label {
    display: inline-block;
    color: #536162;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    position: relative; }
  .mapbox-marker__circle {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #536162;
    margin: 0;
    position: relative; }
  .mapbox-marker.show-tooltip .mapbox-marker__circle {
    background-color: #88913e; }
  .mapbox-marker.show-tooltip .mapbox-marker__label {
    color: #88913e; }

.blog-filter {
  background-color: #758081;
  height: 100px; }
  .blog-filter .border-button {
    margin: 0; }
  .blog-filter .dropdown.menu > li.is-dropdown-submenu-parent {
    color: #fefefe;
    background-color: transparent;
    border: 2px solid #fefefe;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    width: 100%; }
    .blog-filter .dropdown.menu > li.is-dropdown-submenu-parent:hover {
      color: #88913e;
      background-color: transparent; }
    .blog-filter .dropdown.menu > li.is-dropdown-submenu-parent.is-active a {
      background-image: url("../images/triangle-white.svg");
      background-color: transparent; }
    .blog-filter .dropdown.menu > li.is-dropdown-submenu-parent a {
      color: #536162;
      font-size: 0.75rem;
      font-weight: 400;
      letter-spacing: 0.05em;
      position: relative;
      padding: 1rem 3rem 1rem 1rem;
      background-image: url("../images/triangle-white-down.svg");
      background-origin: content-box;
      background-position: right -2rem center;
      background-repeat: no-repeat;
      background-size: 9px 6px;
      border-bottom: 1px #e6e6e6 solid; }
      .blog-filter .dropdown.menu > li.is-dropdown-submenu-parent a:hover {
        color: #88913e;
        background-color: transparent; }
      .blog-filter .dropdown.menu > li.is-dropdown-submenu-parent a::after {
        border: 0; }
    .blog-filter .dropdown.menu > li.is-dropdown-submenu-parent > a {
      color: #fefefe;
      font-size: 0.875rem;
      font-weight: 600;
      border-bottom: 0; }
      .blog-filter .dropdown.menu > li.is-dropdown-submenu-parent > a:hover {
        color: #fefefe; }
    .blog-filter .dropdown.menu > li.is-dropdown-submenu-parent .is-dropdown-submenu {
      text-align: left;
      border: 0;
      width: calc(100% + 4px);
      margin: 0 -2px;
      z-index: 3; }
  .blog-filter .search-form {
    position: relative;
    overflow: hidden;
    width: 100%; }
  .blog-filter .search-field {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 44px;
    max-width: 100%;
    line-height: 30px;
    margin: 0;
    padding: 0 0 0 46px;
    color: #d2d8d8;
    font-size: 0.875rem;
    font-weight: 200;
    background-color: #aaafb2;
    border-color: #aaafb2; }
  .blog-filter .search-icon {
    position: absolute;
    top: 14px;
    left: 31px;
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
    border: 0;
    background: url("../images/icon-magnify-white.svg") no-repeat;
    background-size: 15px 15px;
    background-position: 0 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer; }
  .blog-filter.mobile .border-button {
    color: #fefefe;
    line-height: 40px;
    margin: 0;
    width: 100%;
    opacity: 1; }
    .blog-filter.mobile .border-button:hover {
      color: #536162; }

body .trips {
  color: #fefefe;
  padding-top: 3rem;
  padding-bottom: 3.375rem;
  position: relative;
  z-index: 2;
  background: #ccc; }
  body .trips h2 .tag span {
    border-bottom: 6px #fefefe solid; }
  @media print, screen and (min-width: 40em) {
    body .trips {
      padding-top: 6rem;
      padding-bottom: 4rem; } }
  body .trips .trips__content {
    position: relative;
    z-index: 1450; }
    body .trips .trips__content > .row {
      padding-left: 0;
      padding-right: 0; }
      @media print, screen and (min-width: 40em) {
        body .trips .trips__content > .row {
          padding-left: 25px;
          padding-right: 25px; } }
    body .trips .trips__content > .top-row {
      padding-left: 17px;
      padding-right: 17px; }
      @media print, screen and (min-width: 64em) {
        body .trips .trips__content > .top-row {
          padding-left: 25px;
          padding-right: 25px; } }
  body .trips .intro-row {
    margin: 1.875rem auto 0.5rem; }
    @media print, screen and (min-width: 40em) {
      body .trips .intro-row {
        margin: 2rem auto; } }
  body .trips .button-arrow {
    width: 240px;
    margin: 0 auto; }
    @media print, screen and (min-width: 64em) {
      body .trips .button-arrow {
        margin: 0; } }

.medium-uncollapse > .trip-carousel {
  padding-left: 0;
  padding-right: 0; }

.trip-carousel.slick-slider {
  margin: 0 0 4.375rem; }
  @media print, screen and (min-width: 40em) {
    .trip-carousel.slick-slider {
      margin: 1rem 0 4rem; } }
  @media print, screen and (min-width: 64em) {
    .trip-carousel.slick-slider {
      margin: 3rem 0 6rem; } }
  .trip-carousel.slick-slider .slick-slide {
    position: relative;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase; }
    @media print, screen and (min-width: 40em) {
      .trip-carousel.slick-slider .slick-slide:hover .dark-mask {
        opacity: 0; }
      .trip-carousel.slick-slider .slick-slide:hover .vertical-link {
        opacity: 1;
        transition: opacity 0.5s; }
      .trip-carousel.slick-slider .slick-slide:hover .trip-title:after {
        width: 100%;
        opacity: 0;
        transition: width 0.5s, opacity 0.8s; } }
    .trip-carousel.slick-slider .slick-slide .dark-mask {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 98.9%;
      background-color: rgba(0, 0, 0, 0.75);
      transition: opacity 0.5s; }
    .trip-carousel.slick-slider .slick-slide .trip-title {
      font-size: 1.125rem;
      font-weight: 900;
      line-height: 1.2;
      letter-spacing: 0.2rem;
      position: absolute;
      left: 0;
      top: 45%;
      width: 90%;
      margin: 0 5%;
      display: none;
      color: #fefefe; }
      @media print, screen and (min-width: 40em) {
        .trip-carousel.slick-slider .slick-slide .trip-title {
          font-size: 1.25rem;
          display: block;
          width: 100%;
          margin: 0; }
          .trip-carousel.slick-slider .slick-slide .trip-title:after {
            content: '';
            background: #88913e;
            display: block;
            width: 34px;
            height: 5px;
            margin: 12px auto 0; } }
    .trip-carousel.slick-slider .slick-slide video {
      width: 188px;
      height: 290px; }
      @media print, screen and (min-width: 40em) {
        .trip-carousel.slick-slider .slick-slide video {
          width: 320px;
          height: 494px; } }
  .trip-carousel.slick-slider .slick-current .trip-title {
    display: block; }
  .trip-carousel.slick-slider .slick-current .vertical-link {
    opacity: 1; }
    @media print, screen and (min-width: 40em) {
      .trip-carousel.slick-slider .slick-current .vertical-link {
        opacity: 0; } }
  .trip-carousel.slick-slider .slick-current .dark-mask {
    display: none; }
    @media print, screen and (min-width: 40em) {
      .trip-carousel.slick-slider .slick-current .dark-mask {
        display: block; } }
  .trip-carousel.slick-slider .slick-prev {
    background-image: url("../images/arrow-left.png");
    background-size: 40px 20px;
    width: 40px;
    height: 20px;
    background-repeat: no-repeat;
    z-index: 100;
    left: 10px; }
    @media print, screen and (min-width: 40em) {
      .trip-carousel.slick-slider .slick-prev {
        left: -22px; } }
    .trip-carousel.slick-slider .slick-prev:before {
      content: none; }
    .trip-carousel.slick-slider .slick-prev:hover {
      opacity: 0.8; }
  .trip-carousel.slick-slider .slick-next {
    background-image: url("../images/arrow-right.png");
    background-size: 40px 20px;
    width: 40px;
    height: 20px;
    background-repeat: no-repeat;
    z-index: 100;
    right: 10px; }
    @media print, screen and (min-width: 40em) {
      .trip-carousel.slick-slider .slick-next {
        right: -22px; } }
    .trip-carousel.slick-slider .slick-next:before {
      content: none; }
    .trip-carousel.slick-slider .slick-next:hover {
      opacity: 0.8; }
  .trip-carousel.slick-slider .slick-dots {
    bottom: -38px; }
  .trip-carousel.slick-slider .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 6px; }
  .trip-carousel.slick-slider .slick-dots li button, .trip-carousel.slick-slider .slick-dots .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button, .employment .accordian-module .employment-grid ul.accordion .trip-carousel.slick-slider .slick-dots li.accordion-item .accordion-content .button {
    width: 12px;
    height: 12px;
    color: transparent;
    border-radius: 12px;
    border: 2px #fefefe solid; }
    .trip-carousel.slick-slider .slick-dots li button:before, .trip-carousel.slick-slider .slick-dots .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button:before, .employment .accordian-module .employment-grid ul.accordion .trip-carousel.slick-slider .slick-dots li.accordion-item .accordion-content .button:before {
      content: none; }
    .trip-carousel.slick-slider .slick-dots li button:hover, .trip-carousel.slick-slider .slick-dots .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button:hover, .employment .accordian-module .employment-grid ul.accordion .trip-carousel.slick-slider .slick-dots li.accordion-item .accordion-content .button:hover {
      background: #fefefe; }
  .trip-carousel.slick-slider .slick-dots li.slick-active button, .trip-carousel.slick-slider .slick-dots li.slick-active .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button, .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .trip-carousel.slick-slider .slick-dots li.slick-active .button {
    background: #fefefe; }

.trip-filter h3 {
  display: block;
  color: #fefefe;
  border: 2px solid #fefefe;
  text-align: center;
  opacity: 0.5;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 2.25rem;
  margin-bottom: 1rem; }
  @media print, screen and (min-width: 40em) {
    .trip-filter h3 {
      opacity: 1;
      font-size: 0.875rem;
      line-height: 2.875rem;
      margin-bottom: 1.25rem; } }
  @media print, screen and (min-width: 64em) {
    .trip-filter h3 {
      margin-bottom: 0; } }
  .trip-filter h3:hover {
    color: #0a0a0a;
    background-color: #fefefe;
    opacity: 1; }

.trip-filter.active h3 {
  color: #0a0a0a;
  background-color: #fefefe;
  opacity: 1; }

@media print, screen and (min-width: 64em) {
  .trips-button .button-arrow {
    margin: 0; }
    .trips-button .button-arrow .text {
      font-size: 0.875rem;
      font-weight: 700; } }

.notes {
  padding-top: 3rem;
  padding-bottom: 2rem; }
  @media print, screen and (min-width: 40em) {
    .notes {
      padding-top: 4rem;
      padding-bottom: 3rem; } }
  .notes > .row {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    z-index: 2; }
    @media print, screen and (min-width: 64em) {
      .notes > .row {
        padding-left: 25px;
        padding-right: 25px; } }
  .notes > .top-row {
    padding-left: 17px;
    padding-right: 17px; }
    @media print, screen and (min-width: 64em) {
      .notes > .top-row {
        padding-left: 25px;
        padding-right: 25px; } }
  .notes .vertical-link {
    transform: rotate(-90deg) translate(50px, 92px); }

.medium-uncollapse > .blog-carousel {
  padding-left: 0;
  padding-right: 0; }

.blog-carousel.slick-slider {
  margin: 0 0 4.375rem; }
  @media print, screen and (min-width: 40em) {
    .blog-carousel.slick-slider {
      margin: 0 0 4rem; } }
  @media print, screen and (min-width: 64em) {
    .blog-carousel.slick-slider {
      margin: 0 0 2rem; } }
  .blog-carousel.slick-slider .slick-slide {
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 410px; }
    .blog-carousel.slick-slider .slick-slide p {
      display: none; }
    @media print, screen and (min-width: 40em) {
      .blog-carousel.slick-slider .slick-slide:hover .dark-mask {
        opacity: 0.5; }
      .blog-carousel.slick-slider .slick-slide:hover .vertical-link {
        opacity: 1;
        transition: opacity 0.5s; }
      .blog-carousel.slick-slider .slick-slide:hover .trip-title:after {
        width: 100%;
        opacity: 0;
        transition: width 0.5s, opacity 0.8s; }
      .blog-carousel.slick-slider .slick-slide:hover p {
        display: block; }
      .blog-carousel.slick-slider .slick-slide:hover .slide-info:after {
        display: none; } }
    .blog-carousel.slick-slider .slick-slide img {
      width: 100%; }
    .blog-carousel.slick-slider .slick-slide .dark-mask {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.75);
      transition: opacity 0.5s; }
    .blog-carousel.slick-slider .slick-slide .slide-info {
      color: #fefefe;
      position: absolute;
      top: 52%;
      transform: translateY(-50%);
      left: 28%;
      width: 44%;
      line-height: 1.2;
      display: none; }
      @media screen and (min-width: 80em) {
        .blog-carousel.slick-slider .slick-slide .slide-info {
          top: 50%;
          left: 20%;
          width: 60%;
          display: block; } }
      .blog-carousel.slick-slider .slick-slide .slide-info:after {
        content: '';
        background: #88913e;
        display: block;
        width: 50px;
        height: 5px;
        margin: 12px auto 0; }
      .blog-carousel.slick-slider .slick-slide .slide-info .post-date {
        font-size: 0.875rem;
        font-weight: 900;
        color: rgba(255, 255, 255, 0.7); }
      .blog-carousel.slick-slider .slick-slide .slide-info .post-title {
        font-size: 1.25rem;
        font-weight: 900;
        line-height: 1.2;
        text-transform: uppercase;
        margin-bottom: 2rem; }
        @media screen and (min-width: 80em) {
          .blog-carousel.slick-slider .slick-slide .slide-info .post-title {
            margin-bottom: 0.5rem; } }
      .blog-carousel.slick-slider .slick-slide .slide-info p {
        font-size: 1rem;
        text-align: justify; }
  .blog-carousel.slick-slider .slick-current .slide-info {
    display: block; }
  .blog-carousel.slick-slider .slick-current .vertical-link {
    opacity: 1; }
    @media print, screen and (min-width: 40em) {
      .blog-carousel.slick-slider .slick-current .vertical-link {
        opacity: 0; } }
  .blog-carousel.slick-slider .slick-current .dark-mask {
    background-color: rgba(0, 0, 0, 0.4); }
    @media print, screen and (min-width: 40em) {
      .blog-carousel.slick-slider .slick-current .dark-mask {
        background-color: rgba(0, 0, 0, 0.75);
        display: block; } }
  .blog-carousel.slick-slider .slick-prev {
    background-image: url("../images/arrow-left.png");
    background-size: 40px 20px;
    width: 40px;
    height: 20px;
    background-repeat: no-repeat;
    z-index: 100;
    left: 4px; }
    @media print, screen and (min-width: 40em) {
      .blog-carousel.slick-slider .slick-prev {
        left: 10px; } }
    .blog-carousel.slick-slider .slick-prev:before {
      content: none; }
    .blog-carousel.slick-slider .slick-prev:hover {
      opacity: 0.8; }
  .blog-carousel.slick-slider .slick-next {
    background-image: url("../images/arrow-right.png");
    background-size: 40px 20px;
    width: 40px;
    height: 20px;
    background-repeat: no-repeat;
    z-index: 100;
    right: 4px; }
    @media print, screen and (min-width: 40em) {
      .blog-carousel.slick-slider .slick-next {
        right: 10px; } }
    .blog-carousel.slick-slider .slick-next:before {
      content: none; }
    .blog-carousel.slick-slider .slick-next:hover {
      opacity: 0.8; }
  .blog-carousel.slick-slider .slick-dots {
    bottom: -38px; }
  .blog-carousel.slick-slider .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 6px; }
  .blog-carousel.slick-slider .slick-dots li button, .blog-carousel.slick-slider .slick-dots .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button, .employment .accordian-module .employment-grid ul.accordion .blog-carousel.slick-slider .slick-dots li.accordion-item .accordion-content .button {
    width: 12px;
    height: 12px;
    margin: 0 6px;
    color: transparent;
    border-radius: 12px;
    border: 2px #536162 solid; }
    .blog-carousel.slick-slider .slick-dots li button:before, .blog-carousel.slick-slider .slick-dots .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button:before, .employment .accordian-module .employment-grid ul.accordion .blog-carousel.slick-slider .slick-dots li.accordion-item .accordion-content .button:before {
      content: none; }
    .blog-carousel.slick-slider .slick-dots li button:hover, .blog-carousel.slick-slider .slick-dots .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button:hover, .employment .accordian-module .employment-grid ul.accordion .blog-carousel.slick-slider .slick-dots li.accordion-item .accordion-content .button:hover {
      background: #536162; }
  .blog-carousel.slick-slider .slick-dots li.slick-active button, .blog-carousel.slick-slider .slick-dots li.slick-active .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button, .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .blog-carousel.slick-slider .slick-dots li.slick-active .button {
    background: #536162; }

.blog.page .general.notes {
  padding-top: 0;
  margin-top: -6rem; }

.blog-grid {
  padding: 3.75rem 0; }
  .blog-grid article {
    background-color: #fff;
    margin: 20px 10px;
    position: relative; }
    .blog-grid article .featured-image a {
      background: center center / cover;
      padding-top: 56.25%;
      display: block; }
    .blog-grid article a.readmore {
      position: absolute;
      bottom: 0px;
      left: 40px; }
      .blog-grid article a.readmore .button-arrow {
        margin: 0;
        max-width: 240px; }
        .blog-grid article a.readmore .button-arrow .text-excerpt {
          color: #88913e;
          text-transform: uppercase;
          font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
          font-weight: 800;
          font-size: 0.9375rem;
          letter-spacing: 0.25em;
          padding: 0;
          transition: none; }
        .blog-grid article a.readmore .button-arrow .arrow-excerpt {
          display: inline-block;
          background-image: url(../images/right-arrow-green.svg);
          background-size: 30px 21px;
          text-indent: 200%;
          white-space: nowrap;
          overflow: hidden;
          height: 40px;
          padding: 0px 20px;
          text-align: center;
          vertical-align: middle;
          background-repeat: no-repeat;
          margin: 0 0 0 20px; }
  .blog-grid .date {
    font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 800;
    font-size: 0.9375rem;
    color: #9a9a9a;
    line-height: 1.25rem;
    letter-spacing: 0.25em; }
  .blog-grid h3.title {
    color: #536162;
    text-transform: uppercase;
    font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.25rem;
    letter-spacing: 0.025em; }
    .blog-grid h3.title a {
      color: #536162; }
      .blog-grid h3.title a:hover {
        text-decoration: underline; }
  .blog-grid .article-header {
    padding: 40px 40px 20px; }
  .blog-grid .entry-content {
    position: relative;
    padding: 0 40px 20px; }
    .blog-grid .entry-content p {
      font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-weight: 500;
      font-size: 0.9375rem;
      line-height: 1.25rem;
      overflow: hidden;
      height: 100px; }
      .blog-grid .entry-content p::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 75%;
        background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 90%, #fff 100%);
        pointer-events: none; }
    .blog-grid .entry-content .excerpt-read-more {
      display: none; }
  .blog-grid div.center {
    text-align: center; }

.off-canvas-content > .wp-post-navigation {
  display: none; }

.blog-post {
  position: relative;
  padding-top: 100px; }
  @media print, screen and (min-width: 40em) {
    .blog-post {
      padding-top: 200px; } }
  .blog-post article {
    padding: 100px 0 30px; }
  .blog-post .button-arrow {
    margin: 0;
    max-width: 240px; }
    .blog-post .button-arrow .text-excerpt {
      color: #88913e;
      text-transform: uppercase;
      font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-weight: 800;
      font-size: 0.875rem;
      letter-spacing: 0.25em;
      padding: 0;
      transition: none; }
    .blog-post .button-arrow .arrow-excerpt {
      display: inline-block;
      background-image: url(../images/right-arrow-green.svg);
      background-size: 30px 21px;
      text-indent: 200%;
      white-space: nowrap;
      overflow: hidden;
      height: 40px;
      padding: 0px 20px;
      text-align: center;
      vertical-align: middle;
      background-repeat: no-repeat;
      margin: -20px 20px 0 0;
      transform: rotate(180deg); }
  .blog-post h1.entry-title {
    text-transform: uppercase;
    font-size: 3.75rem;
    font-weight: bold;
    font-family: "Bebas_Neue", Tahoma, Arial, sans-serif;
    line-height: 3.875rem;
    letter-spacing: 0.2rem;
    color: #758081;
    text-align: center; }
  .blog-post p, .blog-post ol, .blog-post ul {
    font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 500;
    font-size: 0.9375rem;
    color: #536162;
    line-height: 1.25rem;
    text-transform: none; }
  .blog-post li {
    margin: 0 0 1.25rem; }
  .blog-post .tags {
    text-transform: uppercase; }
  .blog-post .byline {
    font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    color: #758081;
    line-height: 1.25rem;
    text-transform: uppercase;
    text-align: center; }
  .blog-post .entry-content .post-content img {
    width: 100%; }
  .blog-post .entry-content .post-content h1, .blog-post .entry-content .post-content h2, .blog-post .entry-content .post-content h3, .blog-post .entry-content .post-content h4 {
    font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.25rem;
    text-transform: uppercase;
    margin: 1.5rem 0; }
  .blog-post .entry-content .divider {
    width: 100%;
    background-color: #c0c4c4;
    height: 4px;
    display: block;
    margin: 1.875rem 0; }
  .blog-post .entry-content .main-img {
    max-width: 100%;
    height: auto;
    margin: 60px auto;
    text-align: center;
    display: block; }
    .blog-post .entry-content .main-img img {
      width: 100%; }
  .blog-post .wp-post-navigation {
    margin: 30px 0; }
    @media print, screen and (min-width: 40em) {
      .blog-post .wp-post-navigation {
        margin: 60px 0; } }
    .blog-post .wp-post-navigation > div {
      width: 150px; }
      @media print, screen and (min-width: 40em) {
        .blog-post .wp-post-navigation > div {
          width: 200px; } }
    .blog-post .wp-post-navigation .wp-post-navigation-pre a {
      margin: 0 0 0 20px; }
    .blog-post .wp-post-navigation .wp-post-navigation-pre a:after {
      position: absolute;
      left: 0;
      background-image: url(../images/left-arrow-green.svg);
      background-size: 28px 28px;
      text-indent: 200%;
      white-space: nowrap;
      overflow: hidden;
      height: 30px;
      width: 30px;
      text-align: center;
      vertical-align: middle;
      background-repeat: no-repeat;
      margin: -14px 0 0; }
    .blog-post .wp-post-navigation .wp-post-navigation-next a {
      margin: 0 20px; }
    .blog-post .wp-post-navigation .wp-post-navigation-next a:after {
      position: absolute;
      right: 0;
      background-image: url(../images/right-arrow-green.svg);
      background-size: 28px 28px;
      text-indent: 200%;
      white-space: nowrap;
      overflow: hidden;
      height: 30px;
      width: 30px;
      text-align: center;
      vertical-align: middle;
      background-repeat: no-repeat;
      margin: -14px 0 0 20px; }

.latest-posts, .related-trips {
  margin: 3rem 0; }
  @media print, screen and (min-width: 40em) {
    .latest-posts, .related-trips {
      margin: 0; } }
  .latest-posts h3, .related-trips h3 {
    text-transform: uppercase;
    font-size: 1.875rem;
    font-weight: bold;
    font-family: "Bebas_Neue", Tahoma, Arial, sans-serif;
    line-height: 2rem;
    letter-spacing: 0.2rem;
    color: #536162;
    text-align: left;
    margin: 0 0 1.875rem; }
  .latest-posts h4, .related-trips h4 {
    line-height: 1.25;
    margin: 1.875rem 0 0; }
    .latest-posts h4 a, .related-trips h4 a {
      font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-weight: 600;
      font-size: 1.125rem;
      color: #536162;
      line-height: 1.25rem;
      text-transform: uppercase;
      text-align: left; }
      .latest-posts h4 a:hover, .related-trips h4 a:hover {
        text-decoration: none; }
  .latest-posts .byline, .related-trips .byline {
    font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    color: #758081;
    line-height: 1.25rem;
    text-transform: uppercase;
    text-align: left;
    margin: 0.875rem 0 0; }

.text-tiles {
  padding: 0; }
  @media print, screen and (min-width: 40em) {
    .text-tiles {
      padding: 0 25px; } }
  @media print, screen and (min-width: 40em) {
    .text-tiles .columns {
      padding: 0; } }
  .text-tiles .columns .text-tile {
    position: relative;
    text-align: center;
    background-color: #444;
    color: #fff;
    height: 100vw;
    background-position: center center;
    background-size: cover;
    margin: 0px 17px; }
    @media print, screen and (min-width: 40em) {
      .text-tiles .columns .text-tile {
        height: 33.3vw;
        max-height: 438px;
        margin: 0px; }
        .text-tiles .columns .text-tile:hover .tile-inner .tile-text {
          display: block; } }
    .text-tiles .columns .text-tile .dark-mask {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.75);
      transition: opacity 0.5s; }
    .text-tiles .columns .text-tile .tile-inner {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-right: -50%;
      transform: translate(-50%, -50%);
      text-align: center; }
      .text-tiles .columns .text-tile .tile-inner h3.tile-title {
        font-size: 0.875rem;
        font-weight: 900;
        letter-spacing: 0.2rem;
        line-height: 1.2; }
        @media print, screen and (min-width: 40em) {
          .text-tiles .columns .text-tile .tile-inner h3.tile-title {
            font-size: 1.25rem; } }
        .text-tiles .columns .text-tile .tile-inner h3.tile-title:after {
          content: '';
          background: #88913e;
          display: block;
          width: 34px;
          height: 5px;
          margin: 24px auto; }
      .text-tiles .columns .text-tile .tile-inner .tile-text {
        max-width: 350px;
        margin: 0 auto;
        font-size: 0.85rem;
        padding: 0 2rem;
        display: block; }
        @media print, screen and (min-width: 40em) {
          .text-tiles .columns .text-tile .tile-inner .tile-text {
            font-size: 1rem;
            display: none; } }

.footer {
  /*margin-top: -5vw;*/
  /* kick */
  position: relative; }
  .footer .footer__bg__images {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    pointer-events: none; }
  .footer .footer__bg__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .footer .footer__bg__image picture {
      display: block; }
      .footer .footer__bg__image picture img {
        position: absolute;
        top: 0;
        left: 50%;
        min-width: 1000%;
        min-height: 1000%;
        transform: translate(-50%, 0%) scale(0.1);
        transform-origin: center top;
        max-width: none; }

.footer__content {
  color: #fefefe;
  z-index: 1;
  position: relative;
  margin: 0;
  font-size: 0.75rem;
  padding-top: 90vw;
  padding-bottom: 10px; }
  @media print, screen and (min-width: 40em) {
    .footer__content {
      font-size: 1rem;
      padding-top: 90vw;
      padding-bottom: 3vw; } }
  @media print, screen and (min-width: 64em) {
    .footer__content {
      padding-top: 50vw; } }
  .footer__content .footer__content__inner {
    padding-left: 17px;
    padding-right: 17px; }
    @media print, screen and (min-width: 64em) {
      .footer__content .footer__content__inner {
        padding-left: 25px;
        padding-right: 25px; } }
  .footer__content .top-row h3 {
    border: 4px solid #fefefe;
    padding: 0.56rem;
    text-align: center;
    cursor: pointer; }
    @media print, screen and (min-width: 40em) {
      .footer__content .top-row h3 {
        border: 0;
        padding: 0;
        text-align: left;
        cursor: auto; } }
  .footer__content .top-row ul {
    line-height: 2;
    display: none;
    position: relative;
    z-index: 200; }
    @media print, screen and (min-width: 40em) {
      .footer__content .top-row ul {
        display: block;
        margin-bottom: 3rem; } }
    @media print, screen and (min-width: 64em) {
      .footer__content .top-row ul {
        margin-bottom: 1rem; } }
  .footer__content .top-row div:last-child h3 {
    border: 0;
    padding: 0;
    text-align: left;
    line-height: 1.6;
    margin-bottom: 0;
    margin-top: 0.5rem;
    cursor: auto; }
    @media print, screen and (min-width: 40em) {
      .footer__content .top-row div:last-child h3 {
        line-height: 3;
        margin-top: 0;
        margin-bottom: 1rem; } }
  .footer__content .top-row div:last-child ul {
    display: block;
    line-height: 1.6;
    margin-bottom: 0.75rem; }
  .footer__content h3 {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1rem; }
    @media print, screen and (min-width: 40em) {
      .footer__content h3 {
        font-size: 1rem; } }
    .footer__content h3 a {
      color: #fefefe; }
  .footer__content ul a {
    font-weight: 200;
    color: #fefefe;
    text-transform: uppercase; }
  .footer__content .row {
    position: relative;
    z-index: 3; }
  .footer__content ul {
    list-style: none;
    margin-left: 0; }
  .footer__content .bottom-row {
    margin-top: 16px;
    position: relative;
    z-index: 1; }
    @media print, screen and (min-width: 64em) {
      .footer__content .bottom-row {
        margin-top: -80px; } }
  .footer__content #newsletter-form-container .submitted-message {
    color: white; }
  .footer__content form.hs-form {
    border: 2px solid #fefefe;
    max-width: 415px;
    margin: 0 auto 1.25rem;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 42px;
    position: relative; }
    @media print, screen and (min-width: 40em) {
      .footer__content form.hs-form {
        margin: 0 0 2.25rem; } }
    .footer__content form.hs-form .hs_error_rollup {
      position: absolute;
      top: 100%;
      left: 0; }
      .footer__content form.hs-form .hs_error_rollup label {
        color: white; }
    .footer__content form.hs-form .hs-input {
      -ms-flex-positive: 1;
      flex-grow: 1;
      width: 100% !important;
      box-shadow: none; }
    .footer__content form.hs-form .hs-email {
      margin-bottom: 0px;
      width: 100%; }
      .footer__content form.hs-form .hs-email input[name='email'] {
        margin-bottom: 0px;
        color: #fefefe;
        font-size: 0.75rem;
        font-weight: 700;
        background-color: rgba(255, 255, 255, 0.15);
        border: 1px;
        border-color: #28465c;
        text-align: center;
        padding: 0.75rem;
        border-radius: 0px;
        height: 16px; }
        @media print, screen and (min-width: 40em) {
          .footer__content form.hs-form .hs-email input[name='email'] {
            font-size: 1rem;
            height: 22px; } }
        .footer__content form.hs-form .hs-email input[name='email']::-webkit-input-placeholder {
          /* WebKit, Blink, Edge */
          color: #fefefe; }
        .footer__content form.hs-form .hs-email input[name='email']::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: #fefefe;
          opacity: 1; }
        .footer__content form.hs-form .hs-email input[name='email']:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #fefefe; }
        .footer__content form.hs-form .hs-email input[name='email']::-ms-input-placeholder {
          /* Microsoft Edge */
          color: #fefefe; }
      .footer__content form.hs-form .hs-email .hs-error-msgs {
        display: none; }
      .footer__content form.hs-form .hs-email label {
        display: none; }
    .footer__content form.hs-form .hs-submit .actions {
      margin: 0px;
      padding: 0px; }
    .footer__content form.hs-form .hs-submit input[type='submit'] {
      background: url("../images/right-arrow.svg") no-repeat center center #88913e;
      background-size: 32px 16px;
      text-indent: 200%;
      white-space: nowrap;
      overflow: hidden;
      height: 42px;
      width: 92px;
      padding: 0;
      max-width: 105px;
      border-radius: 0px;
      border: 0px;
      margin-left: 26px; }
      @media print, screen and (min-width: 40em) {
        .footer__content form.hs-form .hs-submit input[type='submit'] {
          background-size: 40px 20px;
          height: 48px;
          padding: 0; } }
      .footer__content form.hs-form .hs-submit input[type='submit']:hover {
        background-color: #9ca647; }
    .footer__content form.hs-form:after {
      content: "";
      display: table;
      clear: both; }
  .footer__content .site-info {
    font-weight: 100;
    font-size: 0.625rem;
    text-align: center;
    margin-top: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .footer__content .site-info {
        margin-top: 2rem;
        font-size: 1rem;
        text-align: left; } }
    @media print, screen and (min-width: 64em) {
      .footer__content .site-info {
        margin-top: 1rem; } }
    .footer__content .site-info ul {
      margin-bottom: 0.75rem; }
    .footer__content .site-info li {
      display: inline-block; }
      .footer__content .site-info li:before {
        content: ' | '; }
      .footer__content .site-info li:first-child:before {
        content: none; }
    .footer__content .site-info a {
      font-weight: 100; }
  .footer__content .copyright {
    text-transform: uppercase; }
  .footer__content .sign-up {
    margin-bottom: 1.4rem; }
    @media print, screen and (min-width: 40em) {
      .footer__content .sign-up {
        margin-bottom: 2.25rem; } }
  .footer__content .sign-up-success, .footer__content .sign-up-error {
    display: none; }
  .footer__content #footer_subscribe.success .sign-up-success {
    display: block; }
  .footer__content #footer_subscribe.error #subscribe_email {
    background-color: #d00; }
  .footer__content #footer_subscribe.error .sign-up-error {
    display: block; }

.social-links {
  margin-bottom: 0;
  text-align: center; }
  @media print, screen and (min-width: 40em) {
    .social-links {
      text-align: left; } }
  .social-links li {
    display: inline-block;
    width: 42px;
    height: 42px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px; }
    @media print, screen and (min-width: 40em) {
      .social-links li {
        width: 32px;
        height: 32px;
        margin-left: 6px;
        margin-right: 6px;
        margin-bottom: 16px; } }
  .social-links li a {
    display: inline-block;
    width: 42px;
    height: 42px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }
    @media print, screen and (min-width: 40em) {
      .social-links li a {
        width: 32px;
        height: 32px; } }
  .social-links .facebook a {
    background: url("../images/social-button-facebook.svg") no-repeat;
    background-position: 0 0;
    background-size: 42px 42px; }
    @media print, screen and (min-width: 40em) {
      .social-links .facebook a {
        background-size: 32px 32px; } }
  .social-links .twitter a {
    background: url("../images/social-button-twitter.svg") no-repeat;
    background-position: 0 0;
    background-size: 42px 42px; }
    @media print, screen and (min-width: 40em) {
      .social-links .twitter a {
        background-size: 32px 32px; } }
  .social-links .instagram a {
    background: url("../images/social-button-instagram.svg") no-repeat;
    background-position: 0 0;
    background-size: 42px 42px; }
    @media print, screen and (min-width: 40em) {
      .social-links .instagram a {
        background-size: 32px 32px; } }
  .social-links .youtube a {
    background: url("../images/social-button-youtube.svg") no-repeat;
    background-position: 0 0;
    background-size: 42px 42px; }
    @media print, screen and (min-width: 40em) {
      .social-links .youtube a {
        background-size: 32px 32px; } }
  .social-links .googleplus a {
    background: url("../images/social-button-google.svg") no-repeat;
    background-position: 0 0;
    background-size: 42px 42px; }
    @media print, screen and (min-width: 40em) {
      .social-links .googleplus a {
        background-size: 32px 32px; } }
  .social-links .yelp a {
    background: url("../images/social-button-yelp.svg") no-repeat;
    background-position: 0 0;
    background-size: 42px 42px; }
    @media print, screen and (min-width: 40em) {
      .social-links .yelp a {
        background-size: 32px 32px; } }
  .social-links .tripadvisor a {
    background: url("../images/social-button-tripadvisor.svg") no-repeat;
    background-position: 0 0;
    background-size: 42px 42px; }
    @media print, screen and (min-width: 40em) {
      .social-links .tripadvisor a {
        background-size: 32px 32px; } }
  .social-links .flickr a {
    background: url("../images/social-button-flickr.svg") no-repeat;
    background-position: 0 0;
    background-size: 42px 42px; }
    @media print, screen and (min-width: 40em) {
      .social-links .flickr a {
        background-size: 32px 32px; } }
  .social-links .vimeo a {
    background: url("../images/social-button-vimeo.svg") no-repeat;
    background-position: 0 0;
    background-size: 42px 42px; }
    @media print, screen and (min-width: 40em) {
      .social-links .vimeo a {
        background-size: 32px 32px; } }

.share-bar {
  padding: 30px 0 60px;
  color: #536162; }
  .share-bar .icon-sm {
    height: 40px; }
  .share-bar .share {
    text-transform: uppercase;
    font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: 1.25rem;
    text-align: center;
    margin: 0 0 2rem; }
    @media print, screen and (min-width: 40em) {
      .share-bar .share {
        text-align: left;
        margin: 0; } }
  .share-bar ul.share-buttons {
    margin: 0;
    list-style: none; }
    .share-bar ul.share-buttons li {
      display: inline-block;
      list-style: none;
      width: 30%;
      border: 2px solid #536162;
      color: #536162;
      text-transform: uppercase;
      font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-weight: 500;
      font-size: 1rem;
      margin: 0 10px;
      padding: 10px;
      vertical-align: middle;
      text-align: center;
      position: relative; }
      .share-bar ul.share-buttons li:hover {
        color: #fff;
        background-color: #536162;
        cursor: pointer; }
        .share-bar ul.share-buttons li:hover img.twitter-over {
          height: 30px;
          width: 30px;
          position: absolute;
          left: 10px;
          top: 5px;
          display: block; }
        .share-bar ul.share-buttons li:hover img.twitter {
          display: none; }
        .share-bar ul.share-buttons li:hover img.facebook-over {
          height: 30px;
          width: 30px;
          position: absolute;
          left: 10px;
          top: 5px;
          display: block; }
        .share-bar ul.share-buttons li:hover img.facebook {
          display: none; }
        .share-bar ul.share-buttons li:hover img.email-over {
          height: 30px;
          width: 30px;
          position: absolute;
          left: 10px;
          top: 5px;
          display: block; }
        .share-bar ul.share-buttons li:hover img.email {
          display: none; }
      .share-bar ul.share-buttons li .twitter {
        height: 30px;
        width: 30px;
        position: absolute;
        left: 10px;
        top: 5px;
        display: block; }
      .share-bar ul.share-buttons li .twitter-over {
        display: none; }
      .share-bar ul.share-buttons li .facebook {
        height: 30px;
        width: 30px;
        position: absolute;
        left: 10px;
        top: 5px;
        display: block; }
      .share-bar ul.share-buttons li .facebook-over {
        display: none; }
      .share-bar ul.share-buttons li .email {
        height: 30px;
        width: 30px;
        position: absolute;
        left: 10px;
        top: 5px;
        display: block; }
      .share-bar ul.share-buttons li .email-over {
        display: none; }
      .share-bar ul.share-buttons li:last-child {
        margin: 0 0 0 10px; }

.search.search-results .hero, .search.search-no-results .hero {
  height: auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-color: #ccc; }
  @media print, screen and (min-width: 64em) {
    .search.search-results .hero, .search.search-no-results .hero {
      padding-top: 100px; } }
  .search.search-results .hero__bg, .search.search-no-results .hero__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; }
    .search.search-results .hero__bg img, .search.search-no-results .hero__bg img {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 1000%;
      min-height: 1000%;
      transform: translate(-50%, -50%) scale(0.1);
      max-width: none; }
  .search.search-results .hero .container-title, .search.search-no-results .hero .container-title {
    position: relative;
    z-index: 0;
    overflow: hidden;
    color: #fff; }
    .search.search-results .hero .container-title .search-form, .search.search-no-results .hero .container-title .search-form {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-right: -50%;
      transform: translate(-50%, -50%);
      text-align: center;
      background-color: rgba(91, 99, 101, 0.9);
      width: 100%; }
      .search.search-results .hero .container-title .search-form label, .search.search-no-results .hero .container-title .search-form label {
        display: inline; }
      .search.search-results .hero .container-title .search-form .search-field, .search.search-no-results .hero .container-title .search-form .search-field {
        position: relative;
        overflow: hidden;
        width: 50%;
        height: 3.125rem;
        max-width: 100%;
        line-height: 30px;
        margin: 25px 0;
        padding: 0 0 0 46px;
        color: #cecece;
        font-size: 0.75rem;
        font-weight: 200;
        background-color: rgba(117, 128, 129, 0.5);
        border: 0;
        text-transform: uppercase;
        display: inline-block;
        background-image: url("../images/icon-magnify.svg");
        background-size: 15px 15px;
        background-position: 15px 17px;
        background-repeat: no-repeat;
        outline: none; }
        @media print, screen and (min-width: 40em) {
          .search.search-results .hero .container-title .search-form .search-field, .search.search-no-results .hero .container-title .search-form .search-field {
            width: 60%; } }
      .search.search-results .hero .container-title .search-form .search-button, .search.search-no-results .hero .container-title .search-form .search-button {
        border: 2px #fefefe solid;
        color: #fefefe;
        font-weight: 500;
        font-size: 0.875rem;
        letter-spacing: 0.1em;
        padding: 0 6%;
        text-align: center;
        display: inline-block;
        background-color: transparent;
        height: 3rem;
        cursor: pointer;
        outline: none;
        margin: 0 0 0 1rem; }
        @media print, screen and (min-width: 40em) {
          .search.search-results .hero .container-title .search-form .search-button, .search.search-no-results .hero .container-title .search-form .search-button {
            margin: 0 0 0 2rem; } }
        .search.search-results .hero .container-title .search-form .search-button:hover, .search.search-no-results .hero .container-title .search-form .search-button:hover {
          background-color: #fff;
          color: #536162; }

.search.search-results .search-content.row.align-left, .search.search-no-results .search-content.row.align-left {
  padding: 3.75rem 0; }
  .search.search-results .search-content.row.align-left article.trips, .search.search-no-results .search-content.row.align-left article.trips {
    color: #536162;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    z-index: 1;
    background: transparent; }
  .search.search-results .search-content.row.align-left article p.tags, .search.search-no-results .search-content.row.align-left article p.tags {
    text-transform: uppercase;
    font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-size: 0.875rem;
    margin: 0;
    line-height: 1.125rem; }
    .search.search-results .search-content.row.align-left article p.tags a, .search.search-no-results .search-content.row.align-left article p.tags a {
      color: #758081; }
  .search.search-results .search-content.row.align-left article h6, .search.search-no-results .search-content.row.align-left article h6 {
    letter-spacing: 0.2rem; }
  .search.search-results .search-content.row.align-left article h2, .search.search-no-results .search-content.row.align-left article h2 {
    line-height: 1.25rem;
    text-transform: uppercase;
    font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    font-size: 1.125rem;
    margin: 10px 0 20px; }
    .search.search-results .search-content.row.align-left article h2 a, .search.search-no-results .search-content.row.align-left article h2 a {
      color: #536162; }
  .search.search-results .search-content.row.align-left article .entry-content p, .search.search-no-results .search-content.row.align-left article .entry-content p {
    font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    overflow: hidden; }
    .search.search-results .search-content.row.align-left article .entry-content p::after, .search.search-no-results .search-content.row.align-left article .entry-content p::after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      pointer-events: none; }
    .search.search-results .search-content.row.align-left article .entry-content p .excerpt-read-more, .search.search-no-results .search-content.row.align-left article .entry-content p .excerpt-read-more {
      display: none; }
  .search.search-results .search-content.row.align-left article .entry-content .button-arrow, .search.search-no-results .search-content.row.align-left article .entry-content .button-arrow {
    max-width: 240px;
    margin: 0; }
    .search.search-results .search-content.row.align-left article .entry-content .button-arrow .text-excerpt, .search.search-no-results .search-content.row.align-left article .entry-content .button-arrow .text-excerpt {
      color: #88913e;
      text-transform: uppercase;
      font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-weight: 800;
      font-size: 0.9375rem;
      letter-spacing: 0.25em;
      padding: 0;
      transition: none; }
    .search.search-results .search-content.row.align-left article .entry-content .button-arrow .arrow-excerpt, .search.search-no-results .search-content.row.align-left article .entry-content .button-arrow .arrow-excerpt {
      display: inline-block;
      background-image: url(../images/right-arrow-green.svg);
      background-size: 30px 21px;
      text-indent: 200%;
      white-space: nowrap;
      overflow: hidden;
      padding: 0px 20px;
      text-align: center;
      vertical-align: middle;
      background-repeat: no-repeat;
      margin: 0 0 0 20px; }
  .search.search-results .search-content.row.align-left article .entry-content .divider, .search.search-no-results .search-content.row.align-left article .entry-content .divider {
    height: 10px;
    width: 100%;
    background-color: rgba(117, 128, 129, 0.25);
    margin: 30px 0; }
  .search.search-results .search-content.row.align-left .page-navigation, .search.search-no-results .search-content.row.align-left .page-navigation {
    margin-top: 1rem;
    text-align: center; }
    .search.search-results .search-content.row.align-left .page-navigation .pagination a:hover, .search.search-results .search-content.row.align-left .page-navigation .pagination button:hover, .search.search-results .search-content.row.align-left .page-navigation .pagination .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button:hover, .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .search.search-results .search-content.row.align-left .page-navigation .pagination .button:hover, .search.search-no-results .search-content.row.align-left .page-navigation .pagination a:hover, .search.search-no-results .search-content.row.align-left .page-navigation .pagination button:hover, .search.search-no-results .search-content.row.align-left .page-navigation .pagination .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button:hover, .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .search.search-no-results .search-content.row.align-left .page-navigation .pagination .button:hover {
      background-color: transparent; }
    .search.search-results .search-content.row.align-left .page-navigation li.current, .search.search-no-results .search-content.row.align-left .page-navigation li.current {
      font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-weight: 900;
      font-size: 1.25rem;
      letter-spacing: 0.25em;
      color: #536162;
      background: transparent; }
    .search.search-results .search-content.row.align-left .page-navigation li, .search.search-no-results .search-content.row.align-left .page-navigation li {
      font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-weight: 300;
      font-size: 1.25rem;
      letter-spacing: 0.25em;
      color: #536162; }

section.search .container-title {
  height: 150px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  color: #fff; }
  @media print, screen and (min-width: 40em) {
    section.search .container-title {
      height: 150px; } }
  section.search .container-title .container-inner {
    height: 150px;
    position: relative;
    overflow: hidden; }
    section.search .container-title .container-inner .search-form {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-right: -50%;
      transform: translate(-50%, -50%);
      text-align: center;
      background-color: rgba(91, 99, 101, 0.9);
      width: 100%; }
      section.search .container-title .container-inner .search-form label {
        display: inline; }
      section.search .container-title .container-inner .search-form .search-field {
        position: relative;
        overflow: hidden;
        width: 50%;
        height: 3.125rem;
        max-width: 100%;
        line-height: 30px;
        margin: 25px 0;
        padding: 0 0 0 46px;
        color: #cecece;
        font-size: 0.75rem;
        font-weight: 200;
        background-color: rgba(117, 128, 129, 0.5);
        border: 0;
        text-transform: uppercase;
        display: inline-block;
        background-image: url("../images/icon-magnify.svg");
        background-size: 15px 15px;
        background-position: 15px 17px;
        background-repeat: no-repeat;
        outline: none; }
        @media print, screen and (min-width: 40em) {
          section.search .container-title .container-inner .search-form .search-field {
            width: 60%; } }
      section.search .container-title .container-inner .search-form .search-button {
        border: 2px #fefefe solid;
        color: #fefefe;
        font-weight: 500;
        font-size: 0.875rem;
        letter-spacing: 0.1em;
        padding: 0 6%;
        text-align: center;
        display: inline-block;
        background-color: transparent;
        height: 3.125rem;
        cursor: pointer;
        margin: 0 0 0 2rem;
        outline: none; }
        section.search .container-title .container-inner .search-form .search-button:hover {
          background-color: #fff;
          color: #536162; }

.accordian-module {
  margin: 3.75rem auto; }
  .accordian-module h2, .accordian-module .h2 {
    text-transform: uppercase;
    font-size: 1.875rem;
    font-weight: bold;
    font-family: "Bebas_Neue", Tahoma, Arial, sans-serif;
    line-height: 2;
    letter-spacing: 0.2rem;
    margin: 30px 0 10px; }
    @media print, screen and (min-width: 40em) {
      .accordian-module h2, .accordian-module .h2 {
        font-size: 2.1875rem;
        line-height: 4.0625rem; } }
  .accordian-module ul.accordion {
    background-color: transparent; }
    .accordian-module ul.accordion li.accordion-item {
      border-bottom: 7px solid #c1c5c5;
      padding: 15px 0 30px;
      max-width: 100%; }
      .accordian-module ul.accordion li.accordion-item.is-active a {
        margin: 0 0 0 -30px; }
        .accordian-module ul.accordion li.accordion-item.is-active a::before {
          content: '-';
          position: relative;
          left: 100%;
          margin-top: 0.25rem;
          color: #88913e;
          font-size: 5rem;
          font-weight: 100; }
      .accordian-module ul.accordion li.accordion-item a {
        text-transform: uppercase;
        font-size: 1.125rem;
        font-weight: bold;
        font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        line-height: 1.25rem;
        letter-spacing: 0.02rem;
        color: #88913e;
        margin: 0 0 0 -25px; }
        .accordian-module ul.accordion li.accordion-item a::before {
          position: relative;
          left: 100%;
          margin-top: 0.25rem;
          content: '+';
          color: #88913e;
          font-size: 2.5rem;
          font-weight: 200; }
      .accordian-module ul.accordion li.accordion-item .accordion-content {
        background-color: transparent;
        color: #758081;
        text-transform: none;
        font-size: 0.9375rem;
        font-weight: 500;
        font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        line-height: 1.25rem;
        padding: 0;
        border: 0;
        margin: 1.25rem 0 0.25rem; }

.pagination {
  padding: 0.1875rem 0.625rem;
  background: transparent;
  color: #536162;
  cursor: default;
  position: relative;
  z-index: 100; }
  .pagination a, .pagination button, .pagination .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button, .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .pagination .button {
    display: block;
    padding: 0.1875rem 0.625rem;
    color: #536162;
    font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-size: 1.25rem;
    line-height: 1;
    margin: 10px 0 20px; }
    .pagination a:hover, .pagination button:hover, .pagination .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button:hover, .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .pagination .button:hover {
      background: none; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: none;
    color: #536162;
    font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 800;
    font-size: 1.25rem;
    line-height: 1; }
  .pagination .next-arrow {
    display: inline-block;
    background-image: url(../images/right-arrow-gray.svg);
    background-size: 30px 20px;
    height: 40px;
    padding: 10px 20px;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin: 10px 20px 0 4px; }
    .pagination .next-arrow:hover {
      background-image: url(../images/right-arrow-gray.svg);
      background-size: 30px 20px;
      background-repeat: no-repeat; }
  .pagination .previous-arrow {
    display: inline-block;
    background-image: url(../images/left-arrow-gray.svg);
    background-size: 30px 20px;
    height: 40px;
    padding: 10px 20px;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin: 10px 4px 0 20px; }
    .pagination .previous-arrow:hover {
      background-image: url(../images/left-arrow-gray.svg);
      background-size: 30px 20px;
      background-repeat: no-repeat; }

[data-scroll-enter='default'] > * {
  transform: translateY(200px);
  opacity: 0;
  transition: transform 1s, opacity 1s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }
  [data-scroll-enter='default'] > *:nth-child(1) {
    transition-delay: 0.05s;
    animation-delay: 0.05s; }
  [data-scroll-enter='default'] > *:nth-child(2) {
    transition-delay: 0.1s;
    animation-delay: 0.1s; }
  [data-scroll-enter='default'] > *:nth-child(3) {
    transition-delay: 0.15s;
    animation-delay: 0.15s; }
  [data-scroll-enter='default'] > *:nth-child(4) {
    transition-delay: 0.2s;
    animation-delay: 0.2s; }
  [data-scroll-enter='default'] > *:nth-child(5) {
    transition-delay: 0.25s;
    animation-delay: 0.25s; }
  [data-scroll-enter='default'] > *:nth-child(6) {
    transition-delay: 0.3s;
    animation-delay: 0.3s; }
  [data-scroll-enter='default'] > *:nth-child(7) {
    transition-delay: 0.35s;
    animation-delay: 0.35s; }
  [data-scroll-enter='default'] > *:nth-child(8) {
    transition-delay: 0.4s;
    animation-delay: 0.4s; }
  [data-scroll-enter='default'] > *:nth-child(9) {
    transition-delay: 0.45s;
    animation-delay: 0.45s; }
  [data-scroll-enter='default'] > *:nth-child(10) {
    transition-delay: 0.5s;
    animation-delay: 0.5s; }
  [data-scroll-enter='default'] > *:nth-child(11) {
    transition-delay: 0.55s;
    animation-delay: 0.55s; }
  [data-scroll-enter='default'] > *:nth-child(12) {
    transition-delay: 0.6s;
    animation-delay: 0.6s; }
  [data-scroll-enter='default'] > *:nth-child(13) {
    transition-delay: 0.65s;
    animation-delay: 0.65s; }
  [data-scroll-enter='default'] > *:nth-child(14) {
    transition-delay: 0.7s;
    animation-delay: 0.7s; }
  [data-scroll-enter='default'] > *:nth-child(15) {
    transition-delay: 0.75s;
    animation-delay: 0.75s; }
  [data-scroll-enter='default'] > *:nth-child(16) {
    transition-delay: 0.8s;
    animation-delay: 0.8s; }
  [data-scroll-enter='default'] > *:nth-child(17) {
    transition-delay: 0.85s;
    animation-delay: 0.85s; }
  [data-scroll-enter='default'] > *:nth-child(18) {
    transition-delay: 0.9s;
    animation-delay: 0.9s; }
  [data-scroll-enter='default'] > *:nth-child(19) {
    transition-delay: 0.95s;
    animation-delay: 0.95s; }
  [data-scroll-enter='default'] > *:nth-child(20) {
    transition-delay: 1s;
    animation-delay: 1s; }

[data-scroll-enter='default'].scroll-entered > * {
  transform: none;
  opacity: 1; }

.single-staff #main {
  position: relative;
  padding-top: 100px; }
  @media print, screen and (min-width: 64em) {
    .single-staff #main {
      padding-top: 200px; } }
  .single-staff #main article {
    padding: 100px 17px 30px; }
  .single-staff #main .button-arrow {
    margin: 0;
    max-width: none; }
    .single-staff #main .button-arrow .text-excerpt {
      color: #88913e;
      text-transform: uppercase;
      font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-weight: 800;
      font-size: 0.875rem;
      letter-spacing: 0.25em;
      padding: 0;
      transition: none; }
    .single-staff #main .button-arrow .arrow-excerpt {
      display: inline-block;
      background-image: url(../images/right-arrow-green.svg);
      background-size: 30px 21px;
      text-indent: 200%;
      white-space: nowrap;
      overflow: hidden;
      height: 40px;
      padding: 0px 20px;
      text-align: center;
      vertical-align: middle;
      background-repeat: no-repeat;
      margin: -20px 20px 0 0;
      transform: rotate(180deg); }
  .single-staff #main header {
    text-align: center; }
    @media print, screen and (min-width: 40em) {
      .single-staff #main header {
        text-align: left; } }
    .single-staff #main header h2 {
      line-height: 1; }
  .single-staff #main h1.entry-title {
    text-transform: uppercase;
    font-size: 3.75rem;
    font-weight: 700;
    font-family: "Bebas_Neue", Tahoma, Arial, sans-serif;
    line-height: 3.875rem;
    letter-spacing: 0.2rem;
    color: #758081;
    text-align: center; }
  .single-staff #main p, .single-staff #main ol, .single-staff #main ul {
    font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 500;
    font-size: 0.9375rem;
    color: #536162;
    line-height: 1.25rem;
    text-transform: none; }
  .single-staff #main li {
    margin: 0 0 1.25rem; }
  .single-staff #main .tags {
    text-transform: uppercase; }
  .single-staff #main .main-img {
    max-width: 100%;
    margin: 0rem 0rem 2rem;
    text-align: center;
    display: block;
    overflow: hidden;
    height: 75vw; }
    @media print, screen and (min-width: 40em) {
      .single-staff #main .main-img {
        padding: 0rem 1rem;
        height: auto; } }
    @media print, screen and (min-width: 64em) {
      .single-staff #main .main-img {
        padding-right: 0rem; } }
    .single-staff #main .main-img img {
      width: 100%;
      background: linear-gradient(to right, rgba(61, 71, 71, 0.84) 0%, rgba(83, 97, 98, 0.78) 100%); }
  .single-staff #main .divider {
    width: 100%;
    background-color: #c0c4c4;
    height: 6px;
    display: block;
    margin: 1rem 0 2rem; }
    @media print, screen and (min-width: 40em) {
      .single-staff #main .divider {
        margin: 6rem 0; } }
  .single-staff #main .reviews h2 {
    text-align: center; }
  .single-staff #main .reviews .staff-review {
    margin: 2rem 0;
    text-align: center; }
    .single-staff #main .reviews .staff-review h3 {
      line-height: 1;
      margin: 1rem 0; }
    .single-staff #main .reviews .staff-review .byline {
      margin: 0 0 1rem;
      font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-weight: 500;
      font-size: 0.9375rem;
      color: #536162;
      line-height: 1.25rem;
      text-align: center; }
    .single-staff #main .reviews .staff-review p {
      max-width: 100%; }
  .single-staff #main .reviews .review_star {
    height: 22px;
    width: 23px;
    background-image: url("../images/star.svg");
    display: inline-block;
    margin: 4px; }
  .single-staff #main .reviews .reviews-carousel.slick-slider .slick-dots {
    bottom: -38px; }
  .single-staff #main .reviews .reviews-carousel.slick-slider .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 6px; }
  .single-staff #main .reviews .reviews-carousel.slick-slider .slick-dots li button, .single-staff #main .reviews .reviews-carousel.slick-slider .slick-dots .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button, .employment .accordian-module .employment-grid ul.accordion .single-staff #main .reviews .reviews-carousel.slick-slider .slick-dots li.accordion-item .accordion-content .button {
    width: 12px;
    height: 12px;
    margin: 0 6px;
    color: transparent;
    border-radius: 12px;
    border: 2px #536162 solid; }
    .single-staff #main .reviews .reviews-carousel.slick-slider .slick-dots li button:before, .single-staff #main .reviews .reviews-carousel.slick-slider .slick-dots .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button:before, .employment .accordian-module .employment-grid ul.accordion .single-staff #main .reviews .reviews-carousel.slick-slider .slick-dots li.accordion-item .accordion-content .button:before {
      content: none; }
    .single-staff #main .reviews .reviews-carousel.slick-slider .slick-dots li button:hover, .single-staff #main .reviews .reviews-carousel.slick-slider .slick-dots .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button:hover, .employment .accordian-module .employment-grid ul.accordion .single-staff #main .reviews .reviews-carousel.slick-slider .slick-dots li.accordion-item .accordion-content .button:hover {
      background: #536162; }
  .single-staff #main .reviews .reviews-carousel.slick-slider .slick-dots li.slick-active button, .single-staff #main .reviews .reviews-carousel.slick-slider .slick-dots li.slick-active .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button, .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .single-staff #main .reviews .reviews-carousel.slick-slider .slick-dots li.slick-active .button {
    background: #536162; }
  .single-staff #main .reviews .slick-prev, .single-staff #main .reviews .slick-next {
    top: 30%; }
  .single-staff #main .reviews .slick-prev:before, .single-staff #main .reviews .slick-next:before {
    color: #536162;
    font-family: sans-serif; }
  .single-staff #main .entry-content {
    margin-top: 2rem; }
    .single-staff #main .entry-content h2 {
      line-height: 1; }
    .single-staff #main .entry-content .post-content img {
      width: 100%; }
    .single-staff #main .entry-content .post-content h1, .single-staff #main .entry-content .post-content h2, .single-staff #main .entry-content .post-content h3, .single-staff #main .entry-content .post-content h4 {
      font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 1.125rem;
      font-weight: 600;
      line-height: 1.25rem;
      text-transform: uppercase;
      margin: 1.5rem 0; }

.staff-list .staff-member {
  text-align: center; }
  .staff-list .staff-member .staff-image {
    overflow: hidden;
    border: 1px solid #444;
    height: auto;
    margin: 1.25rem 0;
    max-height: 336px;
    background: linear-gradient(to right, rgba(61, 71, 71, 0.84) 0%, rgba(83, 97, 98, 0.78) 100%); }
    .staff-list .staff-member .staff-image img {
      width: 100%; }
  .staff-list .staff-member h3 a {
    color: #536162; }

.employment .hero.tiled.darktext .columns {
  position: relative;
  overflow: hidden; }

.employment .hero.tiled.darktext .container-title {
  margin-top: 30px;
  min-height: 0;
  height: auto;
  position: relative;
  overflow: hidden; }
  @media print, screen and (min-width: 40em) {
    .employment .hero.tiled.darktext .container-title {
      margin-top: 100px; } }

.employment .hero.tiled.darktext .title-inner {
  color: #536162;
  position: relative;
  top: auto;
  left: auto;
  margin-right: 0;
  transform: none; }
  .employment .hero.tiled.darktext .title-inner h1 {
    font-size: 2.25rem; }
    @media print, screen and (min-width: 40em) {
      .employment .hero.tiled.darktext .title-inner h1 {
        font-size: 5rem; } }
  .employment .hero.tiled.darktext .title-inner p {
    font-size: 0.75rem; }
    @media print, screen and (min-width: 40em) {
      .employment .hero.tiled.darktext .title-inner p {
        font-size: 1.25rem; } }

.employment .hero.tiled.darktext .container-text {
  color: #536162;
  text-align: center;
  padding: 2rem 0; }
  @media print, screen and (min-width: 40em) {
    .employment .hero.tiled.darktext .container-text {
      padding: 4rem 0 7rem; } }
  .employment .hero.tiled.darktext .container-text h3 {
    font-size: 1.375rem;
    font-family: "Bebas_Neue", Tahoma, Arial, sans-serif;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin-bottom: 1.875rem; }
    @media print, screen and (min-width: 40em) {
      .employment .hero.tiled.darktext .container-text h3 {
        line-height: 2;
        font-size: 1.875rem; } }

.employment .general.notes.module {
  text-align: center;
  padding: 6rem 0 0; }
  .employment .general.notes.module h3 {
    font-size: 1.875rem;
    font-family: "Bebas_Neue", Tahoma, Arial, sans-serif;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 2;
    margin-bottom: 1.875rem; }

.employment .text-tiles {
  padding: 0;
  margin: 0; }

.employment .text-tiles .columns .text-tile .dark-mask {
  display: block; }

.employment .notes {
  padding: 4rem 0 0; }

.employment .header-row {
  background-color: #8f9696;
  color: #fff;
  padding: 2.5rem 2.5rem 2rem; }
  .employment .header-row h4 {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.15rem;
    font-weight: bold;
    font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    line-height: 0rem;
    letter-spacing: 0.05rem;
    margin: 20px 0 0; }
  .employment .header-row .dropdown.menu > li.is-dropdown-submenu-parent {
    color: #fefefe;
    background-color: transparent;
    border: 2px solid #fefefe;
    text-transform: uppercase;
    padding: 0;
    margin: 0; }
    .employment .header-row .dropdown.menu > li.is-dropdown-submenu-parent.is-active a {
      background-image: url("../images/triangle-white.svg"); }
    .employment .header-row .dropdown.menu > li.is-dropdown-submenu-parent a {
      color: #536162;
      font-size: 0.75rem;
      font-weight: 400;
      letter-spacing: 0.05em;
      position: relative;
      padding: 1rem 3rem;
      min-width: 200px;
      background-image: url("../images/triangle-white-down.svg");
      background-origin: content-box;
      background-position: right -2rem center;
      background-repeat: no-repeat;
      background-size: 9px 6px;
      border-bottom: 1px #e6e6e6 solid; }
      .employment .header-row .dropdown.menu > li.is-dropdown-submenu-parent a:hover {
        color: #88913e; }
    .employment .header-row .dropdown.menu > li.is-dropdown-submenu-parent > a {
      color: #fefefe;
      font-size: 0.875rem;
      font-weight: 600;
      border-bottom: 0; }
      .employment .header-row .dropdown.menu > li.is-dropdown-submenu-parent > a:hover {
        color: #fefefe; }
      .employment .header-row .dropdown.menu > li.is-dropdown-submenu-parent > a:after {
        display: none; }
    .employment .header-row .dropdown.menu > li.is-dropdown-submenu-parent .is-dropdown-submenu {
      text-align: left;
      border: 0;
      width: calc(100% + 4px);
      margin: 0 -2px;
      z-index: 3; }

.employment .accordian-module {
  margin: 0 auto; }
  .employment .accordian-module .employment-grid {
    background-color: #fff;
    padding: 0rem 2.5rem 2rem; }
    .employment .accordian-module .employment-grid ul.accordion {
      margin: 0; }
    .employment .accordian-module .employment-grid h2 {
      display: inline-block;
      text-transform: uppercase;
      color: #536162;
      font-size: 1.15rem;
      font-weight: 600;
      font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      line-height: 1.25rem;
      letter-spacing: 0.05rem;
      margin: 2rem 0rem;
      width: 95%; }
      .employment .accordian-module .employment-grid h2 span {
        display: inline-block;
        float: right;
        color: #88913e;
        font-size: 1rem;
        font-weight: 300;
        font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        line-height: 1.25rem;
        letter-spacing: 0.05rem; }
    .employment .accordian-module .employment-grid ul.accordion li.accordion-item {
      border-bottom: 7px solid #c1c5c5;
      padding: 0;
      max-width: 100%;
      margin: 0; }
      .employment .accordian-module .employment-grid ul.accordion li.accordion-item a {
        font-size: 1.15rem;
        font-weight: 500;
        font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        line-height: 1.25rem;
        letter-spacing: 0.05rem;
        text-transform: none; }
        .employment .accordian-module .employment-grid ul.accordion li.accordion-item a::before {
          position: relative;
          left: 100%;
          top: 5px;
          margin-top: 0.25rem;
          content: '+';
          color: #88913e;
          font-size: 2.5rem;
          font-weight: 200; }
      .employment .accordian-module .employment-grid ul.accordion li.accordion-item.is-active a::before {
        content: '-';
        position: relative;
        left: 100%;
        top: 15px;
        margin-top: 1.5rem;
        color: #88913e;
        font-size: 5rem;
        font-weight: 100;
        height: 10px;
        display: inline; }
    .employment .accordian-module .employment-grid ul.accordion li.accordion-item h4 {
      font-size: 1.15rem;
      font-weight: 600;
      font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      line-height: 1.25rem;
      letter-spacing: 0.05rem;
      text-transform: none;
      display: inline-block;
      margin: 0.75rem 0 0 2px; }
    .employment .accordian-module .employment-grid ul.accordion li.accordion-item h5 {
      font-size: 0.9375rem;
      font-weight: 500;
      font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      line-height: 1rem;
      letter-spacing: 0.05rem;
      text-transform: none;
      display: block;
      margin: 0 0 0 2px; }
    .employment .accordian-module .employment-grid .subtitle {
      margin: 0 0 0 2px;
      display: block; }
    .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .divider {
      border: 1px solid #a9b0b0;
      margin: 5px 0px; }
      .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .divider::last-child {
        display: none; }
    .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button {
      display: inline-block;
      text-transform: uppercase;
      vertical-align: middle;
      margin: 7px 0;
      -webkit-appearance: none;
      border-radius: 0;
      font-size: 0.875rem;
      line-height: 1;
      text-align: center;
      cursor: pointer;
      border: 2px solid #536162;
      background-color: #fff;
      color: #536162; }
      .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button:hover {
        background-color: #536162;
        color: #fff; }
      .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button > a {
        font-size: 0.875rem;
        font-weight: 700;
        font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        line-height: 1rem;
        letter-spacing: 0.05rem;
        text-transform: none;
        display: inline-block;
        margin: 0 auto;
        padding: 1rem 4rem;
        color: inherit; }
        .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button > a::before {
          content: ''; }
          @media print, screen and (min-width: 40em) {
            .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button > a::before {
              display: none; } }

.off-canvas-wrapper .flex-video {
  margin-bottom: 0; }

.movie-carousel {
  position: relative;
  overflow: hidden;
  padding-top: 6rem;
  padding-bottom: 8rem; }
  @media print, screen and (min-width: 40em) {
    .movie-carousel {
      padding-top: 7rem;
      padding-bottom: 8rem; } }
  .movie-carousel .module_bg {
    opacity: 0.75; }
  .movie-carousel .row {
    position: relative;
    z-index: 2; }
  .movie-carousel .carousel-slide video {
    max-width: 100%;
    float: left; }
  .movie-carousel .carousel-thumb-slide {
    position: relative;
    overflow: hidden;
    width: calc(50vw); }
    @media print, screen and (min-width: 40em) {
      .movie-carousel .carousel-thumb-slide {
        width: 222px; } }
    .movie-carousel .carousel-thumb-slide img {
      max-width: 100%;
      height: auto; }
  .movie-carousel .slick-slide {
    position: relative;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase; }
    @media print, screen and (min-width: 40em) {
      .movie-carousel .slick-slide:hover .dark-mask {
        opacity: 0; } }
    .movie-carousel .slick-slide .dark-mask {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.75);
      transition: opacity 0.5s; }
    .movie-carousel .slick-slide .slide-title {
      color: #fefefe;
      font-family: "Bebas_Neue", Tahoma, Arial, sans-serif;
      font-size: 1.875rem;
      font-weight: 900;
      line-height: 1.2;
      text-decoration: underline;
      position: absolute;
      left: 0;
      top: 28%;
      width: 90%;
      margin: 0 5%; }
      @media print, screen and (min-width: 40em) {
        .movie-carousel .slick-slide .slide-title {
          font-size: 2.65rem;
          display: block;
          width: 100%;
          margin: 0; } }
    .movie-carousel .slick-slide img {
      width: 100%; }
    .movie-carousel .slick-slide video {
      width: 100%; }
      @media print, screen and (min-width: 40em) {
        .movie-carousel .slick-slide video {
          width: auto; } }
  .movie-carousel .slick-prev {
    background-image: url("../images/arrow-left.png");
    background-size: 18px 9px;
    width: 18px;
    height: 9px;
    background-repeat: no-repeat;
    z-index: 100;
    left: 10px; }
    @media print, screen and (min-width: 40em) {
      .movie-carousel .slick-prev {
        background-size: 40px 20px;
        width: 40px;
        height: 20px; } }
    @media print, screen and (min-width: 64em) {
      .movie-carousel .slick-prev {
        left: -22px; } }
    .movie-carousel .slick-prev:before {
      content: none; }
    .movie-carousel .slick-prev:hover {
      opacity: 0.8; }
  .movie-carousel .slick-next {
    background-image: url("../images/arrow-right.png");
    background-size: 18px 9px;
    width: 18px;
    height: 9px;
    background-repeat: no-repeat;
    z-index: 100;
    right: 10px; }
    @media print, screen and (min-width: 40em) {
      .movie-carousel .slick-next {
        background-size: 40px 20px;
        width: 40px;
        height: 20px; } }
    @media print, screen and (min-width: 64em) {
      .movie-carousel .slick-next {
        right: -22px; } }
    .movie-carousel .slick-next:before {
      content: none; }
    .movie-carousel .slick-next:hover {
      opacity: 0.8; }
  .movie-carousel .slick-dots {
    bottom: -38px; }
  .movie-carousel .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 6px; }
  .movie-carousel .slick-dots li button, .movie-carousel .slick-dots .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button, .employment .accordian-module .employment-grid ul.accordion .movie-carousel .slick-dots li.accordion-item .accordion-content .button {
    width: 12px;
    height: 12px;
    margin: 0 6px;
    color: transparent;
    border-radius: 12px;
    border: 2px #fefefe solid; }
    .movie-carousel .slick-dots li button:before, .movie-carousel .slick-dots .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button:before, .employment .accordian-module .employment-grid ul.accordion .movie-carousel .slick-dots li.accordion-item .accordion-content .button:before {
      content: none; }
    .movie-carousel .slick-dots li button:hover, .movie-carousel .slick-dots .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button:hover, .employment .accordian-module .employment-grid ul.accordion .movie-carousel .slick-dots li.accordion-item .accordion-content .button:hover {
      background: #fefefe; }
  .movie-carousel .slick-dots li.slick-active button, .movie-carousel .slick-dots li.slick-active .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button, .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .movie-carousel .slick-dots li.slick-active .button {
    background: #fefefe; }

.about-us .row {
  position: relative;
  z-index: 2; }

.about-us footer .row {
  z-index: auto; }

.about-us .general {
  text-align: center; }

.about-us .trip-advisor {
  width: 132px;
  margin-top: 2rem; }
  @media print, screen and (min-width: 40em) {
    .about-us .trip-advisor {
      margin-top: 3rem; } }

.about-us .reviews {
  text-align: center;
  padding-bottom: 6rem; }
  .about-us .reviews h2 {
    padding: 6rem 0 3rem; }
  .about-us .reviews h4 {
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 16px; }
  .about-us .reviews p {
    margin-bottom: 20px; }
  @media screen and (max-width: 39.9375em) {
    .about-us .reviews .row {
      -ms-flex-direction: column;
      flex-direction: column; }
    .about-us .reviews .small-4.columns {
      max-width: none; }
      .about-us .reviews .small-4.columns:not(:first-of-type) {
        margin-top: 16px; } }

.about-us .review-star {
  height: 22px;
  width: 23px;
  background-image: url("../images/star.svg");
  display: inline-block;
  margin: 0 4px 16px; }

.about-us .specialties {
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #fefefe;
  padding-bottom: 4rem; }
  @media print, screen and (min-width: 40em) {
    .about-us .specialties {
      padding-bottom: 6rem; } }
  .about-us .specialties h2 {
    padding: 4rem 0 1rem; }
    @media print, screen and (min-width: 40em) {
      .about-us .specialties h2 {
        padding: 6rem 0 1rem; } }
  .about-us .specialties h3 {
    line-height: 1;
    margin-bottom: 1rem; }
  .about-us .specialties .module_bg {
    opacity: 0.75; }
  .about-us .specialties .slick-slide {
    padding: 0 2.5%; }
    .about-us .specialties .slick-slide a,
    .about-us .specialties .slick-slide a:hover {
      color: #fefefe;
      text-decoration: underline; }
    @media print, screen and (min-width: 40em) {
      .about-us .specialties .slick-slide {
        padding: 0; } }
  .about-us .specialties .slick-prev {
    background-image: url("../images/arrow-left.png");
    background-size: 18px 9px;
    width: 18px;
    height: 9px;
    background-repeat: no-repeat;
    z-index: 100;
    left: 10px; }
    @media print, screen and (min-width: 40em) {
      .about-us .specialties .slick-prev {
        background-size: 40px 20px;
        width: 40px;
        height: 20px; } }
    @media print, screen and (min-width: 64em) {
      .about-us .specialties .slick-prev {
        left: -122px; } }
    .about-us .specialties .slick-prev:before {
      content: none; }
    .about-us .specialties .slick-prev:hover {
      opacity: 0.8; }
  .about-us .specialties .slick-next {
    background-image: url("../images/arrow-right.png");
    background-size: 18px 9px;
    width: 18px;
    height: 9px;
    background-repeat: no-repeat;
    z-index: 100;
    right: 10px; }
    @media print, screen and (min-width: 40em) {
      .about-us .specialties .slick-next {
        background-size: 40px 20px;
        width: 40px;
        height: 20px; } }
    @media print, screen and (min-width: 64em) {
      .about-us .specialties .slick-next {
        right: -122px; } }
    .about-us .specialties .slick-next:before {
      content: none; }
    .about-us .specialties .slick-next:hover {
      opacity: 0.8; }

.about-us .slick-dots {
  bottom: -38px; }

.about-us .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 6px; }

.about-us .slick-dots li button, .about-us .slick-dots .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button, .employment .accordian-module .employment-grid ul.accordion .about-us .slick-dots li.accordion-item .accordion-content .button {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  color: transparent;
  border-radius: 12px;
  border: 2px #fefefe solid; }
  .about-us .slick-dots li button:before, .about-us .slick-dots .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button:before, .employment .accordian-module .employment-grid ul.accordion .about-us .slick-dots li.accordion-item .accordion-content .button:before {
    content: none; }
  .about-us .slick-dots li button:hover, .about-us .slick-dots .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button:hover, .employment .accordian-module .employment-grid ul.accordion .about-us .slick-dots li.accordion-item .accordion-content .button:hover {
    background: #fefefe; }

.about-us .slick-dots li.slick-active button, .about-us .slick-dots li.slick-active .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button, .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .about-us .slick-dots li.slick-active .button {
  background: #fefefe; }

.about-us .text-tiles-header {
  text-align: center;
  padding: 4rem 0 2rem; }
  @media print, screen and (min-width: 40em) {
    .about-us .text-tiles-header {
      padding: 6rem 0 2rem; } }

.about-ziplining #target-drawer.general.module + #target-drawer.general.module {
  padding-top: 0; }
  .about-ziplining #target-drawer.general.module + #target-drawer.general.module .top-row {
    margin-bottom: 0; }

.review_star {
  height: 22px;
  width: 23px;
  background-image: url("../images/star.svg");
  display: inline-block;
  margin: 0 4px; }
  .review_star.white {
    background-image: url("../images/star_white.svg");
    margin: 0 4px; }

.review_thanks {
  background: rgba(83, 97, 98, 0.5);
  padding: 2rem 1rem;
  color: #fff;
  margin: 0 16px; }
  @media print, screen and (min-width: 40em) {
    .review_thanks {
      padding: 4rem 1rem; } }
  @media print, screen and (min-width: 64em) {
    .review_thanks {
      margin: 0; } }
  .review_thanks h3 {
    font-size: 1.2rem;
    line-height: 1.1; }
  .review_thanks .title {
    display: inline-block;
    font-size: 1.1rem;
    margin-top: 2rem; }
  .review_thanks .review_stars {
    display: inline-block;
    padding-left: 3rem; }
    .review_thanks .review_stars.mobile {
      text-align: center;
      margin-bottom: 1rem;
      display: block;
      padding: 0; }
    .review_thanks .review_stars .review_star {
      margin: 0 4px -2px; }
  .review_thanks .byline {
    color: #fff;
    margin: 0 0 1.5rem;
    font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 500;
    font-size: 0.9375rem; }

.review_submit {
  background: rgba(83, 97, 98, 0.5);
  padding: 2rem 1rem;
  color: #fff;
  margin: 0 16px; }
  @media print, screen and (min-width: 40em) {
    .review_submit {
      padding: 4rem 1rem; } }
  @media print, screen and (min-width: 64em) {
    .review_submit {
      margin: 0; } }
  .review_submit label {
    color: #fff;
    text-transform: uppercase;
    margin: 7px 0;
    letter-spacing: 0.75px;
    font-weight: 700; }
    .review_submit label span {
      color: #536162;
      font-weight: bold;
      font-size: 1.1rem; }
  .review_submit input, .review_submit select {
    background-color: transparent;
    border-width: 2px;
    color: #fff;
    height: 3rem;
    text-align: center; }
    .review_submit input:focus, .review_submit select:focus {
      background-color: transparent;
      border-width: 2px; }
    .review_submit input.error, .review_submit select.error {
      border: 2px solid #f00; }
  .review_submit select {
    text-align-last: center;
    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%28202, 202, 202%29"></polygon></svg>'); }
  .review_submit option {
    color: #000; }
  .review_submit textarea {
    background: transparent;
    border-width: 2px;
    color: #fff; }
  .review_submit .button-arrow {
    margin: 1rem 0; }

.page.activities .off-canvas-wrapper,
.post-type-archive-activities .off-canvas-wrapper {
  padding: 0; }
  .page.activities .off-canvas-wrapper #content #inner-content,
  .post-type-archive-activities .off-canvas-wrapper #content #inner-content {
    padding: 0 17px; }
  .page.activities .off-canvas-wrapper .trip-packages,
  .post-type-archive-activities .off-canvas-wrapper .trip-packages {
    background-image: url("../images/activity-packages.jpg"); }
  .page.activities .off-canvas-wrapper .vertical-link,
  .post-type-archive-activities .off-canvas-wrapper .vertical-link {
    bottom: -6.5%;
    left: 27%;
    display: none; }
    @media screen and (min-width: 80em) {
      .page.activities .off-canvas-wrapper .vertical-link,
      .post-type-archive-activities .off-canvas-wrapper .vertical-link {
        display: block; } }
  .page.activities .off-canvas-wrapper .small-12 .trip-packages,
  .page.activities .off-canvas-wrapper .medium-12 .trip-packages,
  .post-type-archive-activities .off-canvas-wrapper .small-12 .trip-packages,
  .post-type-archive-activities .off-canvas-wrapper .medium-12 .trip-packages {
    height: 60.5vw; }
  .page.activities .off-canvas-wrapper .trip-packages .vertical-link,
  .post-type-archive-activities .off-canvas-wrapper .trip-packages .vertical-link {
    left: 50%;
    bottom: 26px;
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    position: absolute; }
  .page.activities .off-canvas-wrapper .small-12 .trip-packages,
  .page.activities .off-canvas-wrapper .medium-12 .trip-packages,
  .post-type-archive-activities .off-canvas-wrapper .small-12 .trip-packages,
  .post-type-archive-activities .off-canvas-wrapper .medium-12 .trip-packages {
    height: 40.85vw;
    max-height: 553px; }
  .page.activities .off-canvas-wrapper .medium-8.small-12 .trip-packages,
  .post-type-archive-activities .off-canvas-wrapper .medium-8.small-12 .trip-packages {
    height: 42vw; }
  .page.activities .off-canvas-wrapper .medium-8.small-6 .trip-packages,
  .post-type-archive-activities .off-canvas-wrapper .medium-8.small-6 .trip-packages {
    height: 100%;
    background-image: url("../images/activity-packages.jpg"); }
  .page.activities .off-canvas-wrapper .medium-4.small-6 .trip-packages,
  .post-type-archive-activities .off-canvas-wrapper .medium-4.small-6 .trip-packages {
    height: 100%;
    background-image: url("../images/activity-packages.jpg"); }
  .page.activities .off-canvas-wrapper .columns video,
  .post-type-archive-activities .off-canvas-wrapper .columns video {
    display: block;
    max-width: 100%; }
  .page.activities .off-canvas-wrapper .columns.grid-item,
  .post-type-archive-activities .off-canvas-wrapper .columns.grid-item {
    position: relative;
    overflow: hidden;
    margin: 0px;
    background-color: #444; }
    .page.activities .off-canvas-wrapper .columns.grid-item .text-tile,
    .post-type-archive-activities .off-canvas-wrapper .columns.grid-item .text-tile {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: none; }
  @media print, screen and (min-width: 40em) {
    .page.activities .off-canvas-wrapper .columns,
    .post-type-archive-activities .off-canvas-wrapper .columns {
      padding: 0; } }
  .page.activities .off-canvas-wrapper .columns .text-tile,
  .post-type-archive-activities .off-canvas-wrapper .columns .text-tile {
    position: relative;
    text-align: center;
    background-color: #444;
    color: #fff;
    background-position: center center;
    background-size: cover;
    margin: 0px; }
    @media print, screen and (min-width: 40em) {
      .page.activities .off-canvas-wrapper .columns .text-tile,
      .post-type-archive-activities .off-canvas-wrapper .columns .text-tile {
        margin: 0px; }
        .page.activities .off-canvas-wrapper .columns .text-tile:hover .dark-mask,
        .post-type-archive-activities .off-canvas-wrapper .columns .text-tile:hover .dark-mask {
          opacity: 0.5; }
        .page.activities .off-canvas-wrapper .columns .text-tile:hover .vertical-link,
        .post-type-archive-activities .off-canvas-wrapper .columns .text-tile:hover .vertical-link {
          opacity: 1;
          transition: opacity 0.5s; }
        .page.activities .off-canvas-wrapper .columns .text-tile:hover .tile-inner h3.tile-title:after,
        .post-type-archive-activities .off-canvas-wrapper .columns .text-tile:hover .tile-inner h3.tile-title:after {
          display: none; }
        .page.activities .off-canvas-wrapper .columns .text-tile:hover .tile-inner .tile-text,
        .post-type-archive-activities .off-canvas-wrapper .columns .text-tile:hover .tile-inner .tile-text {
          display: block; } }
    .page.activities .off-canvas-wrapper .columns .text-tile .dark-mask,
    .post-type-archive-activities .off-canvas-wrapper .columns .text-tile .dark-mask {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.75);
      transition: opacity 0.5s; }
    .page.activities .off-canvas-wrapper .columns .text-tile .tile-inner,
    .post-type-archive-activities .off-canvas-wrapper .columns .text-tile .tile-inner {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-right: -50%;
      transform: translate(-50%, -50%);
      text-align: center; }
      .page.activities .off-canvas-wrapper .columns .text-tile .tile-inner h3.tile-title,
      .post-type-archive-activities .off-canvas-wrapper .columns .text-tile .tile-inner h3.tile-title {
        font-size: 0.875rem;
        font-weight: 900;
        line-height: 1.2;
        letter-spacing: 0.2rem;
        padding: 0 0.75rem; }
        @media print, screen and (min-width: 40em) {
          .page.activities .off-canvas-wrapper .columns .text-tile .tile-inner h3.tile-title,
          .post-type-archive-activities .off-canvas-wrapper .columns .text-tile .tile-inner h3.tile-title {
            font-size: 1.25rem;
            padding: 0; } }
        .page.activities .off-canvas-wrapper .columns .text-tile .tile-inner h3.tile-title:after,
        .post-type-archive-activities .off-canvas-wrapper .columns .text-tile .tile-inner h3.tile-title:after {
          content: '';
          background: #88913e;
          display: block;
          width: 22px;
          height: 6px;
          margin: 10px auto; }
          @media print, screen and (min-width: 40em) {
            .page.activities .off-canvas-wrapper .columns .text-tile .tile-inner h3.tile-title:after,
            .post-type-archive-activities .off-canvas-wrapper .columns .text-tile .tile-inner h3.tile-title:after {
              width: 50px;
              height: 6px;
              margin: 16px auto; } }
      .page.activities .off-canvas-wrapper .columns .text-tile .tile-inner .tile-text,
      .post-type-archive-activities .off-canvas-wrapper .columns .text-tile .tile-inner .tile-text {
        max-width: 350px;
        margin: 0 auto;
        font-size: 0.75rem;
        padding: 0 2rem;
        display: none; }
        @media print, screen and (min-width: 40em) {
          .page.activities .off-canvas-wrapper .columns .text-tile .tile-inner .tile-text,
          .post-type-archive-activities .off-canvas-wrapper .columns .text-tile .tile-inner .tile-text {
            font-size: 0.85rem; } }
        @media print, screen and (min-width: 64em) {
          .page.activities .off-canvas-wrapper .columns .text-tile .tile-inner .tile-text,
          .post-type-archive-activities .off-canvas-wrapper .columns .text-tile .tile-inner .tile-text {
            font-size: 1rem; } }
    .page.activities .off-canvas-wrapper .columns .text-tile vertical-link,
    .post-type-archive-activities .off-canvas-wrapper .columns .text-tile vertical-link {
      opacity: 1; }
      @media print, screen and (min-width: 40em) {
        .page.activities .off-canvas-wrapper .columns .text-tile vertical-link,
        .post-type-archive-activities .off-canvas-wrapper .columns .text-tile vertical-link {
          opacity: 0; } }

.show-filters {
  color: #536162;
  border: 3px solid #536162;
  margin: 0;
  opacity: 1;
  font-size: 0.875rem;
  line-height: 2.65rem; }
  @media print, screen and (min-width: 40em) {
    .show-filters {
      font-size: 0.875rem; } }
  .show-filters:hover {
    color: #fefefe;
    background-color: #536162; }

.filter-count {
  padding: 1rem 0 0.5rem; }

.trip-filters {
  background-color: #fefefe;
  display: none; }
  @media print, screen and (min-width: 40em) {
    .trip-filters {
      display: block; } }
  .trip-filters > ul {
    padding: 0.5rem 1rem 2rem 2rem; }
  .trip-filters ul {
    list-style: none;
    margin: 0; }
    .trip-filters ul li {
      line-height: 1; }
      .trip-filters ul li input[type='checkbox'] {
        margin-bottom: 0;
        line-height: 1; }
  .trip-filters > h2 {
    color: #fefefe;
    padding: 30px;
    margin: 0;
    background: linear-gradient(to right, rgba(88, 97, 97, 0.6) 0%, rgba(117, 128, 129, 0.6) 100%) transparent;
    display: none; }
    @media print, screen and (min-width: 40em) {
      .trip-filters > h2 {
        display: block; } }
  .trip-filters h2 {
    font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 2rem; }
    .trip-filters h2 span {
      color: rgba(255, 255, 255, 0.4);
      text-decoration: underline;
      cursor: pointer;
      font-size: 0.875rem;
      font-weight: 700;
      display: block;
      float: right; }
  .trip-filters .filter-title {
    position: relative;
    font-size: 0.875rem;
    cursor: pointer;
    margin: 1.5rem 0 0.75rem; }
    .trip-filters .filter-title:before {
      color: #88913e;
      position: absolute;
      display: inline-block;
      right: 0.3rem;
      top: 0;
      content: '\2013';
      font-size: 2.5rem;
      font-weight: 400; }
    .trip-filters .filter-title.collapsed:before {
      content: '+';
      font-size: 2.3rem;
      right: 0.2rem;
      font-weight: 200; }
  .trip-filters input[type=checkbox]:checked + label {
    color: #88913e;
    font-weight: bold; }
  .trip-filters label {
    font-size: 0.75rem;
    text-transform: uppercase; }
  .trip-filters .apply {
    display: none; }

#filter-app {
  padding: 20px 0; }

.grid-top {
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 2.5rem 0 0.75rem; }
  .grid-top label {
    color: #536162;
    font-size: 1rem;
    font-weight: bold;
    line-height: 4rem; }
  .grid-top select {
    color: #536162;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1;
    background-color: transparent;
    border: 3px solid #536162;
    height: 3rem;
    -webkit-appearance: none; }

.trip-card {
  background-color: #fefefe;
  margin-bottom: 1rem; }
  .trip-card .image-title {
    position: relative;
    overflow: hidden; }
    .trip-card .image-title img {
      margin: -5% 0; }
    .trip-card .image-title .dark-mask {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5); }
    .trip-card .image-title .title {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      text-align: center;
      width: 100%;
      padding: 4% 12%; }
      .trip-card .image-title .title:after {
        content: '';
        background: #88913e;
        display: block;
        width: 32px;
        height: 5px;
        margin: 12px auto 0; }
    .trip-card .image-title h5, .trip-card .image-title h6 {
      text-transform: uppercase;
      color: #fefefe; }
    .trip-card .image-title h6 {
      font-size: 0.875rem;
      font-weight: 600;
      opacity: 0.8; }
    .trip-card .image-title h5 {
      font-size: 1.125rem;
      font-weight: 900; }
  .trip-card .trip-details {
    font-size: 0.875rem;
    padding: 2rem 2.25rem 1.5rem;
    margin: 0; }
    .trip-card .trip-details strong {
      text-transform: uppercase; }
    .trip-card .trip-details li {
      margin-bottom: 0.5rem;
      line-height: 1.8; }
    .trip-card .trip-details .price-list div {
      margin-bottom: 0.5rem; }
    .trip-card .trip-details .price-list__info {
      display: -ms-flexbox;
      display: flex; }
      .trip-card .trip-details .price-list__info > strong {
        margin-right: 0.25em; }
  .trip-card .trip-links {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    background: linear-gradient(to right, #909797 0%, #a6adae 100%);
    padding: 0.9rem 2.25rem;
    min-height: 49px; }
    .trip-card .trip-links a {
      color: #fefefe; }
  .trip-card .wishlist {
    display: inline-block;
    width: 22px;
    height: 20px;
    background: url("../images/heart.svg") no-repeat;
    background-size: 22px 20px;
    background-position: 0 0;
    padding-left: 32px; }
  .trip-card .button-arrow {
    height: 55px;
    margin: 0;
    width: 100%;
    max-width: 100%;
    box-shadow: 4px 0px 11px 0px rgba(0, 0, 0, 0.15); }
    @media print, screen and (min-width: 40em) {
      .trip-card .button-arrow {
        height: 50px; } }
    .trip-card .button-arrow .arrow {
      height: 55px;
      padding: 0 38px;
      margin-left: -1px; }
      @media print, screen and (min-width: 40em) {
        .trip-card .button-arrow .arrow {
          height: 50px;
          padding: 0 28px; } }
    .trip-card .button-arrow .text {
      font-size: 0.875rem;
      line-height: 1;
      padding: 1.28rem 1rem; }
      @media print, screen and (min-width: 40em) {
        .trip-card .button-arrow .text {
          font-size: 0.875rem;
          padding: 1.125rem 1rem; } }
  .trip-card ul {
    list-style: none;
    margin-left: 0; }

body.single-trips .scroll_wrapper {
  display: none; }

body.single-trips .intro-row ul li {
  padding: 6px 0; }

body.single-trips .intro-row ul.itinerary li {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 22px;
  list-style: none; }
  body.single-trips .intro-row ul.itinerary li:after {
    content: url("../images/bullet.svg");
    width: 12px;
    height: 12px;
    position: absolute;
    left: -20px;
    /*adjust manually*/
    top: 4px; }
  body.single-trips .intro-row ul.itinerary li:before {
    /* lines */
    content: '';
    position: absolute;
    left: -18px;
    border-left: 2px solid #536162;
    height: 100%;
    width: 2px; }
  body.single-trips .intro-row ul.itinerary li:first-child:before {
    /* first li's line */
    top: 14px;
    /* moves the line down so that it disappears under the bullet. Adjust manually */ }
  body.single-trips .intro-row ul.itinerary li:last-child:before {
    /* last li's line */
    height: 10px;
    /* shorten the line so it goes only up to the bullet. Is equal to first-child:before's top */ }

body.single-trips .trip-summary {
  margin-top: -66px; }
  body.single-trips .trip-summary .book-trip {
    display: block;
    height: 71px;
    position: relative; }
    body.single-trips .trip-summary .book-trip .button-arrow {
      max-width: 100%;
      margin: 0; }
      body.single-trips .trip-summary .book-trip .button-arrow .text {
        padding: 1.5rem 0; }
      body.single-trips .trip-summary .book-trip .button-arrow .arrow {
        height: 70px;
        padding: 0 55px; }
  body.single-trips .trip-summary .trip-summary-detail {
    background: #fff;
    padding: 2rem; }
    @media print, screen and (min-width: 64em) {
      body.single-trips .trip-summary .trip-summary-detail {
        padding: 3rem; } }
    body.single-trips .trip-summary .trip-summary-detail span {
      color: #88913e;
      text-transform: uppercase; }
    body.single-trips .trip-summary .trip-summary-detail .price {
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 1rem; }
      body.single-trips .trip-summary .trip-summary-detail .price > span {
        margin-right: 0.25em; }
    body.single-trips .trip-summary .trip-summary-detail .google-rating {
      text-align: center; }
  body.single-trips .trip-summary .trip-summary-share {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px; }
  body.single-trips .trip-summary .trip-summary-share__link {
    -ms-flex: 0 1 40px;
    flex: 0 1 40px;
    margin: 0 15px;
    text-align: center; }
  @media print, screen and (min-width: 64em) {
    body.single-trips .trip-summary.sticky {
      position: fixed;
      width: 33.3%;
      max-width: 423px;
      z-index: 3;
      top: 3px;
      margin-top: 0; } }

body.single-trips .trips-testimonials .carousel-slide {
  text-transform: none;
  color: #fff;
  background: rgba(83, 97, 98, 0.6);
  padding: 4rem 6rem 6rem;
  text-align: center; }
  body.single-trips .trips-testimonials .carousel-slide .byline {
    color: #fff; }

body.single-trips .trips-testimonials .slick-slider .slick-dots {
  bottom: 2rem; }
  body.single-trips .trips-testimonials .slick-slider .slick-dots li button, body.single-trips .trips-testimonials .slick-slider .slick-dots .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button, .employment .accordian-module .employment-grid ul.accordion body.single-trips .trips-testimonials .slick-slider .slick-dots li.accordion-item .accordion-content .button {
    width: 12px;
    height: 12px;
    margin: 0 6px;
    color: transparent;
    border-radius: 12px;
    border: 2px #fff solid; }
    body.single-trips .trips-testimonials .slick-slider .slick-dots li button:before, body.single-trips .trips-testimonials .slick-slider .slick-dots .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button:before, .employment .accordian-module .employment-grid ul.accordion body.single-trips .trips-testimonials .slick-slider .slick-dots li.accordion-item .accordion-content .button:before {
      content: ''; }
  body.single-trips .trips-testimonials .slick-slider .slick-dots li.slick-active button, body.single-trips .trips-testimonials .slick-slider .slick-dots li.slick-active .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button, .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content body.single-trips .trips-testimonials .slick-slider .slick-dots li.slick-active .button {
    background: #fff; }

body.single-trips .trips-testimonials .slick-slider .slick-prev, body.single-trips .trips-testimonials .slick-slider .slick-next {
  background-size: 40px 20px;
  width: 40px;
  height: 20px;
  background-repeat: no-repeat;
  z-index: 100; }
  body.single-trips .trips-testimonials .slick-slider .slick-prev:before, body.single-trips .trips-testimonials .slick-slider .slick-next:before {
    content: ''; }

body.single-trips .trips-testimonials .slick-slider .slick-prev {
  background-image: url(../images/arrow-left.png);
  left: 20px; }

body.single-trips .trips-testimonials .slick-slider .slick-next {
  background-image: url(../images/arrow-right.png);
  right: 20px; }

body.single-trips .trips-similar {
  padding: 6rem 0 4rem; }
  body.single-trips .trips-similar .title {
    text-align: center; }
  @media print, screen and (min-width: 40em) {
    body.single-trips .trips-similar .trip-cards .medium-6 {
      margin-bottom: 1rem; } }
  body.single-trips .trips-similar .trip-card {
    position: relative; }
    body.single-trips .trips-similar .trip-card .trip-card-wrap {
      margin-bottom: 1rem; }
    body.single-trips .trips-similar .trip-card .trip-links {
      min-height: 1px;
      padding: 0px; }
    @media print, screen and (min-width: 40em) {
      body.single-trips .trips-similar .trip-card {
        height: 100%; }
        body.single-trips .trips-similar .trip-card .trip-details {
          padding-bottom: 4rem;
          background: #fff; }
        body.single-trips .trips-similar .trip-card .trip-card-footer {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0; } }

body.single-trips .related-articles .title {
  text-align: center; }

body.single-trips hr {
  border-width: 6px; }

.packages-nav {
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 7.5rem auto 0;
  text-align: center; }
  .packages-nav .column, .packages-nav .columns {
    display: -ms-flexbox;
    display: flex; }
  .packages-nav .packages.button {
    background-color: transparent;
    color: #536162;
    border: 2px solid #536162;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    padding: 1rem 4rem;
    width: 100%;
    font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: 0.9375rem; }
    .packages-nav .packages.button:hover {
      color: #fff;
      background-color: #536162;
      text-transform: uppercase; }

.recommender-radio {
  cursor: pointer; }

.reveal-overlay {
  overflow-y: auto; }

.trip-recommender {
  border: 0;
  padding: 0;
  position: relative;
  overflow: hidden; }
  @media print, screen and (min-width: 40em) {
    .trip-recommender {
      padding: 1rem 2rem; } }
  @media print, screen and (min-width: 64em) {
    .trip-recommender {
      padding: 2rem 3rem; } }
  .trip-recommender__bg img {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, 0);
    max-width: none; }
    @media print, screen and (min-width: 40em) {
      .trip-recommender__bg img {
        position: absolute; } }
  .trip-recommender .v-select {
    max-width: 100%;
    margin: 0 auto; }
    @media print, screen and (min-width: 40em) {
      .trip-recommender .v-select {
        max-width: 50%; } }
    .trip-recommender .v-select .dropdown-toggle {
      border-radius: 0; }
    .trip-recommender .v-select input[type='search'] {
      height: 2.75rem;
      line-height: 2.75rem; }
    .trip-recommender .v-select .open-indicator {
      bottom: 10px; }
  .trip-recommender .close-button {
    font-size: 2.5em;
    line-height: 1;
    font-weight: normal;
    float: right;
    position: absolute;
    z-index: 1;
    margin-top: -1rem; }
    @media print, screen and (min-width: 40em) {
      .trip-recommender .close-button {
        margin-top: 0; } }
  .trip-recommender .trip-content {
    position: relative;
    padding-top: 1rem; }
    @media print, screen and (min-width: 40em) {
      .trip-recommender .trip-content {
        padding-top: 0; } }
  .trip-recommender h2, .trip-recommender .h2 {
    font-size: 1.5625rem;
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Bebas_Neue", Tahoma, Arial, sans-serif;
    letter-spacing: 0.2rem;
    text-align: center;
    margin: 2rem auto 0; }
    @media print, screen and (min-width: 40em) {
      .trip-recommender h2, .trip-recommender .h2 {
        font-size: 3rem; } }
  @media print, screen and (min-width: 40em) {
    .trip-recommender h2, .trip-recommender .h2 {
      font-size: 3.1875rem;
      line-height: 4.0625rem; } }
  .trip-recommender h3, .trip-recommender .h3 {
    font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 2rem;
    text-align: center;
    letter-spacing: 0.05em; }
  .trip-recommender h4, .trip-recommender .h4 {
    font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.5rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 2rem 0 1rem; }
    @media print, screen and (min-width: 40em) {
      .trip-recommender h4, .trip-recommender .h4 {
        font-size: 1.125rem; } }
  .trip-recommender p {
    text-align: center;
    margin: 0 0 2rem; }
  .trip-recommender .recommender {
    font-size: 1rem;
    font-weight: 600;
    line-height: 2.875rem;
    display: block;
    color: #536162;
    text-transform: uppercase;
    border: 2px solid #536162;
    text-align: center;
    margin: 3rem auto;
    background-color: transparent;
    font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    letter-spacing: 0.05em;
    padding: 0.05rem 2.5rem;
    cursor: pointer; }
    .trip-recommender .recommender:hover {
      color: #fefefe;
      background-color: #536162; }
  .trip-recommender .app .step {
    text-align: center; }
  .trip-recommender .app h4 {
    margin: 2rem 0 0; }
  .trip-recommender .app p {
    margin: 0.25rem auto 2rem;
    font-size: 0.875rem;
    max-width: 600px; }
  .trip-recommender .app h6 {
    text-transform: uppercase;
    text-decoration: underline;
    color: #909090;
    margin: 1rem auto;
    font-size: 0.875rem;
    cursor: pointer; }
  .trip-recommender .app .info {
    color: #909090;
    margin: 0.5rem auto 2rem;
    font-size: 0.75rem;
    letter-spacing: 0.02rem; }
  .trip-recommender .app .start-container {
    padding-bottom: 3rem; }
    .trip-recommender .app .start-container h4 {
      margin: 2rem 0 1rem; }
    .trip-recommender .app .start-container p {
      margin: 0 auto 2rem;
      font-size: 1rem; }
  .trip-recommender .app .activities .selection.selector-buttons > .recommender-radio {
    margin: 0.5rem 0;
    width: 100%; }
    @media print, screen and (min-width: 40em) {
      .trip-recommender .app .activities .selection.selector-buttons > .recommender-radio {
        margin: 0.5rem;
        width: 44%;
        padding: 1rem;
        line-height: 1.5; } }
    @media print, screen and (min-width: 64em) {
      .trip-recommender .app .activities .selection.selector-buttons > .recommender-radio {
        width: 24%; } }
  .trip-recommender .app .group {
    margin: 0 0 4rem; }
    .trip-recommender .app .group .selection.selector-buttons > .recommender-radio {
      margin: 0.5rem 0;
      width: 100%; }
      @media print, screen and (min-width: 40em) {
        .trip-recommender .app .group .selection.selector-buttons > .recommender-radio {
          margin: 1rem 0.5rem;
          width: 25%; } }
  .trip-recommender .app .intensity {
    margin: 0 0 5rem; }
    .trip-recommender .app .intensity .selection.selector-buttons > .recommender-radio {
      margin: 0.5rem 0;
      width: 100%; }
      @media print, screen and (min-width: 40em) {
        .trip-recommender .app .intensity .selection.selector-buttons > .recommender-radio {
          margin: 1rem 0.5rem;
          width: 30%; } }
  .trip-recommender .app .selection {
    width: 100%;
    text-align: center;
    display: block;
    margin: 2rem 0; }
    .trip-recommender .app .selection.age-field input[type='number'] {
      margin: 1rem auto 5rem;
      max-width: 415px;
      padding: 0 10px;
      border: 2px solid #b9b9b9;
      text-align: center;
      background-color: transparent;
      text-transform: uppercase;
      font-size: 1rem;
      line-height: 2.75rem;
      height: 3rem;
      font-weight: 600; }
    .trip-recommender .app .selection.selector-buttons .recommender-radio {
      display: inline-block;
      font-size: 0.875rem;
      font-weight: 600;
      line-height: 1.125rem;
      color: #536162;
      text-transform: uppercase;
      border: 2px solid #536162;
      text-align: center;
      margin: 0.5rem 0;
      background-color: transparent;
      font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      letter-spacing: 0.05em;
      padding: 1rem;
      width: 100%;
      cursor: pointer; }
      @media print, screen and (min-width: 40em) {
        .trip-recommender .app .selection.selector-buttons .recommender-radio {
          line-height: 2.875rem;
          padding: 0;
          width: 20%;
          margin: 1.5rem 0.5rem; } }
      .trip-recommender .app .selection.selector-buttons .recommender-radio:hover {
        border: 2px solid #536162;
        background-color: #536162;
        cursor: pointer;
        color: #fff; }
    .trip-recommender .app .selection.selector-buttons .recommender-active {
      background: #536162;
      color: #fff; }
    .trip-recommender .app .selection.selector-bars {
      background-color: transparent;
      color: #536162;
      text-transform: uppercase;
      position: relative;
      overflow: hidden;
      width: 100%;
      max-width: 675px;
      margin: 0 auto; }
      .trip-recommender .app .selection.selector-bars .recommender-radio {
        background: transparent;
        line-height: 2.8rem;
        font-size: 0.875rem;
        width: 25%;
        display: block;
        float: left;
        font-weight: 600;
        border-top: 2px solid #536162;
        border-bottom: 2px solid #536162;
        position: relative;
        overflow: visible;
        margin: 7px 0; }
        @media print, screen and (min-width: 40em) {
          .trip-recommender .app .selection.selector-bars .recommender-radio {
            width: 16.666%; } }
        .trip-recommender .app .selection.selector-bars .recommender-radio:hover {
          color: #fefefe;
          background-color: #536162; }
          .trip-recommender .app .selection.selector-bars .recommender-radio:hover span:nth-child(2) {
            opacity: 0.5;
            background-color: #536162; }
        .trip-recommender .app .selection.selector-bars .recommender-radio span {
          display: inline-block; }
          .trip-recommender .app .selection.selector-bars .recommender-radio span:nth-child(1) {
            width: 80%; }
          .trip-recommender .app .selection.selector-bars .recommender-radio span:nth-child(2) {
            position: absolute;
            right: 0;
            top: 0;
            opacity: 0.5;
            color: #fefefe;
            background-color: #536162;
            width: 2.8rem;
            font-size: 0.625rem;
            line-height: 1.6;
            transform: translate(66%, 90%) rotate(-90deg); }
          .trip-recommender .app .selection.selector-bars .recommender-radio span.hide-year {
            visibility: hidden; }
      .trip-recommender .app .selection.selector-bars .recommender-radio:nth-child(1),
      .trip-recommender .app .selection.selector-bars .recommender-radio:nth-child(7) {
        border-left: 0; }
      .trip-recommender .app .selection.selector-bars .recommender-radio:nth-child(6),
      .trip-recommender .app .selection.selector-bars .recommender-radio:nth-child(12) {
        border-right: 0; }
      .trip-recommender .app .selection.selector-bars .recommender-radio:nth-child(1),
      .trip-recommender .app .selection.selector-bars .recommender-radio:nth-child(5),
      .trip-recommender .app .selection.selector-bars .recommender-radio:nth-child(9) {
        border-left: 2px solid #536162; }
      .trip-recommender .app .selection.selector-bars .recommender-radio:nth-child(4),
      .trip-recommender .app .selection.selector-bars .recommender-radio:nth-child(8),
      .trip-recommender .app .selection.selector-bars .recommender-radio:nth-child(12),
      .trip-recommender .app .selection.selector-bars .recommender-radio:last-child {
        border-right: 2px solid #536162; }
      .trip-recommender .app .selection.selector-bars .recommender-radio:nth-child(7) {
        clear: none; }
      .trip-recommender .app .selection.selector-bars .recommender-radio:nth-child(5),
      .trip-recommender .app .selection.selector-bars .recommender-radio:nth-child(9) {
        clear: left; }
      .trip-recommender .app .selection.selector-bars .recommender-active {
        background: #536162;
        color: #fff; }
      .trip-recommender .app .selection.selector-bars .month-disabled {
        cursor: default; }
        .trip-recommender .app .selection.selector-bars .month-disabled span {
          opacity: 0.4; }
        .trip-recommender .app .selection.selector-bars .month-disabled:hover {
          color: #536162;
          background-color: transparent; }
      @media print, screen and (min-width: 40em) {
        .trip-recommender .app .selection.selector-bars .recommender-radio:nth-child(1),
        .trip-recommender .app .selection.selector-bars .recommender-radio:nth-child(5),
        .trip-recommender .app .selection.selector-bars .recommender-radio:nth-child(9) {
          border-left: 0; }
        .trip-recommender .app .selection.selector-bars .recommender-radio:nth-child(4),
        .trip-recommender .app .selection.selector-bars .recommender-radio:nth-child(8),
        .trip-recommender .app .selection.selector-bars .recommender-radio:nth-child(12) {
          border-right: 0; }
        .trip-recommender .app .selection.selector-bars .recommender-radio:nth-child(1),
        .trip-recommender .app .selection.selector-bars .recommender-radio:nth-child(7) {
          border-left: 2px solid #536162; }
        .trip-recommender .app .selection.selector-bars .recommender-radio:nth-child(6),
        .trip-recommender .app .selection.selector-bars .recommender-radio:nth-child(12),
        .trip-recommender .app .selection.selector-bars .recommender-radio:last-child {
          border-right: 2px solid #536162; }
        .trip-recommender .app .selection.selector-bars .recommender-radio:nth-child(5),
        .trip-recommender .app .selection.selector-bars .recommender-radio:nth-child(9) {
          clear: none; }
        .trip-recommender .app .selection.selector-bars .recommender-radio:nth-child(7) {
          clear: left; } }
  .trip-recommender .modal-nav .previous {
    color: #88913e;
    text-transform: uppercase;
    font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 600;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    padding: 0;
    transition: none;
    cursor: pointer;
    margin-top: 1rem; }
    @media print, screen and (min-width: 40em) {
      .trip-recommender .modal-nav .previous {
        font-size: 1rem;
        letter-spacing: 0.25em; } }
    .trip-recommender .modal-nav .previous > .arrow-excerpt {
      display: inline-block;
      background-image: url(../images/left-arrow-green.svg);
      background-size: 28px 28px;
      text-indent: 200%;
      white-space: nowrap;
      overflow: hidden;
      height: 30px;
      padding: 0px 20px;
      text-align: center;
      vertical-align: middle;
      background-repeat: no-repeat;
      margin: -4px 10px 0; }
  .trip-recommender .modal-nav .next {
    color: #88913e;
    text-transform: uppercase;
    font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 600;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    padding: 0;
    transition: none;
    cursor: pointer;
    margin-top: 1rem; }
    @media print, screen and (min-width: 40em) {
      .trip-recommender .modal-nav .next {
        font-size: 1rem;
        letter-spacing: 0.25em; } }
    .trip-recommender .modal-nav .next > .arrow-excerpt {
      display: inline-block;
      background-image: url(../images/right-arrow-green.svg);
      background-size: 28px 28px;
      text-indent: 200%;
      white-space: nowrap;
      overflow: hidden;
      height: 30px;
      padding: 0px 20px;
      text-align: center;
      vertical-align: middle;
      background-repeat: no-repeat;
      margin: -4px 10px 0 14px; }
  .trip-recommender .modal-nav .percentage {
    color: #88913e;
    font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin: 1rem 0 0.5rem;
    text-align: center; }
  .trip-recommender .modal-nav .progress {
    background-color: transparent;
    border: 2px solid #88913e; }
    .trip-recommender .modal-nav .progress .meter {
      width: 50%;
      background-color: #88913e;
      height: 0.875rem; }

#recommender-app .v-select input[type='search'] {
  height: 44px;
  text-transform: uppercase; }

#recommender-app .v-select .selected-tag {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #536162;
  background-color: transparent;
  border: 0;
  margin: 8px 1px 0 15px;
  padding: 1px 0;
  line-height: 28px;
  height: 30px; }

#recommender-app .v-select.open .dropdown-toggle {
  background-image: url("../images/triangle-gray.svg"); }

#recommender-app .v-select .dropdown-toggle {
  border: 2px #8a8a8a solid;
  background-image: url("../images/triangle-gray-down.svg");
  background-origin: content-box;
  background-position: right -0.5rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem; }
  #recommender-app .v-select .dropdown-toggle .open-indicator:before {
    border: 0; }

#recommender-app .v-select .dropdown-menu {
  height: 188px; }
  #recommender-app .v-select .dropdown-menu a {
    color: #536162;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 44px;
    height: 44px;
    border-bottom: 1px #e6e6e6 solid; }
    #recommender-app .v-select .dropdown-menu a:hover {
      color: #88913e;
      background-color: transparent; }

.single-destinations .description {
  margin-top: 4rem;
  margin-bottom: 4rem; }
  @media print, screen and (min-width: 40em) {
    .single-destinations .description {
      margin-top: 6em;
      margin-bottom: 6rem; } }
  .single-destinations .description p {
    color: #536162;
    line-height: 1.375;
    margin: 0 0 1rem;
    font-size: 1rem;
    font-weight: 400;
    font-family: 'Overpass', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif; }
  .single-destinations .description #destination-map {
    margin-top: 2rem; }
    @media print, screen and (min-width: 40em) {
      .single-destinations .description #destination-map {
        margin-top: 0; } }
    .single-destinations .description #destination-map #viewport {
      border: 3px solid #536162;
      display: block;
      margin-top: 0; }
  .single-destinations .description .wp-post-navigation {
    display: none; }

.deals .deals-featured {
  position: relative;
  overflow: hidden;
  padding: 3rem 0 2rem; }
  @media print, screen and (min-width: 40em) {
    .deals .deals-featured {
      padding: 7rem 0; } }
  .deals .deals-featured .module_bg {
    opacity: 0.75; }
  .deals .deals-featured .row.intro-copy {
    position: relative;
    z-index: 2; }
    .deals .deals-featured .row.intro-copy h2, .deals .deals-featured .row.intro-copy h3, .deals .deals-featured .row.intro-copy p {
      color: #fefefe;
      text-align: center;
      text-transform: uppercase; }
    .deals .deals-featured .row.intro-copy h2 {
      padding-bottom: 2rem; }
    .deals .deals-featured .row.intro-copy h3 {
      font-size: 1.125rem;
      font-weight: 300;
      font-family: 'Overpass', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
      line-height: 1.5rem;
      letter-spacing: 0.15rem;
      margin: 2rem auto; }
    .deals .deals-featured .row.intro-copy p {
      font-size: 1.125rem;
      font-weight: 600;
      font-family: 'Overpass', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
      line-height: 1.5rem;
      letter-spacing: 0.15rem; }
      .deals .deals-featured .row.intro-copy p strong {
        font-weight: 900; }
  .deals .deals-featured .deals-carousel {
    padding-left: 25px;
    padding-right: 25px;
    visibility: hidden; }
    .deals .deals-featured .deals-carousel .trip-card {
      position: relative;
      overflow: hidden; }
      @media print, screen and (min-width: 40em) {
        .deals .deals-featured .deals-carousel .trip-card {
          background: transparent;
          padding: 0px 0.5vw; } }
      .deals .deals-featured .deals-carousel .trip-card .trip-details {
        background: #fefefe;
        padding-bottom: 2rem; }
      @media print, screen and (min-width: 40em) {
        .deals .deals-featured .deals-carousel .trip-card {
          height: 100%; }
          .deals .deals-featured .deals-carousel .trip-card .trip-details {
            background: #fefefe; } }
    .deals .deals-featured .deals-carousel.slick-initialized {
      visibility: visible; }
    .deals .deals-featured .deals-carousel .slick-no-slide .slick-track {
      width: 100% !important;
      text-align: center;
      transform: none !important; }
    .deals .deals-featured .deals-carousel .slick-no-slide .slick-slide {
      float: none;
      display: inline-block; }
    .deals .deals-featured .deals-carousel .dark-mask {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.75);
      transition: opacity 0.5s; }
    .deals .deals-featured .deals-carousel .slide-title {
      color: #fefefe;
      font-family: "Bebas_Neue", Tahoma, Arial, sans-serif;
      font-size: 1.875rem;
      font-weight: 900;
      line-height: 1.2;
      text-decoration: underline;
      position: absolute;
      left: 0;
      top: 28%;
      width: 90%;
      margin: 0 5%; }
      @media print, screen and (min-width: 40em) {
        .deals .deals-featured .deals-carousel .slide-title {
          font-size: 2.65rem;
          display: block;
          width: 100%;
          margin: 0; } }
    .deals .deals-featured .deals-carousel video {
      width: 100%; }
      @media print, screen and (min-width: 40em) {
        .deals .deals-featured .deals-carousel video {
          width: auto; } }
  .deals .deals-featured .slick-prev {
    background-image: url("../images/arrow-left-gray.png");
    background-size: 40px 20px;
    width: 40px;
    height: 20px;
    background-repeat: no-repeat;
    z-index: 100;
    left: 10px; }
    @media screen and (min-width: 80em) {
      .deals .deals-featured .slick-prev {
        background-image: url("../images/arrow-left.png");
        left: -40px; } }
    .deals .deals-featured .slick-prev:before {
      content: none; }
    .deals .deals-featured .slick-prev:hover {
      opacity: 0.8; }
  .deals .deals-featured .slick-next {
    background-image: url("../images/arrow-right-gray.png");
    background-size: 40px 20px;
    width: 40px;
    height: 20px;
    background-repeat: no-repeat;
    z-index: 100;
    right: 10px; }
    @media screen and (min-width: 80em) {
      .deals .deals-featured .slick-next {
        background-image: url("../images/arrow-right.png");
        right: -40px; } }
    .deals .deals-featured .slick-next:before {
      content: none; }
    .deals .deals-featured .slick-next:hover {
      opacity: 0.8; }
  .deals .deals-featured .slick-dots {
    bottom: -38px;
    position: initial; }
  .deals .deals-featured .slick-dots li {
    width: 12px;
    height: 14px;
    margin: 0 6px; }
  .deals .deals-featured .slick-dots li button, .deals .deals-featured .slick-dots .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button, .employment .accordian-module .employment-grid ul.accordion .deals .deals-featured .slick-dots li.accordion-item .accordion-content .button {
    width: 12px;
    height: 12px;
    margin: 0 6px;
    color: transparent;
    border-radius: 12px;
    border: 2px #fefefe solid; }
    .deals .deals-featured .slick-dots li button:before, .deals .deals-featured .slick-dots .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button:before, .employment .accordian-module .employment-grid ul.accordion .deals .deals-featured .slick-dots li.accordion-item .accordion-content .button:before {
      content: none; }
    .deals .deals-featured .slick-dots li button:hover, .deals .deals-featured .slick-dots .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button:hover, .employment .accordian-module .employment-grid ul.accordion .deals .deals-featured .slick-dots li.accordion-item .accordion-content .button:hover {
      background: #fefefe; }
  .deals .deals-featured .slick-dots li.slick-active button, .deals .deals-featured .slick-dots li.slick-active .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button, .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .deals .deals-featured .slick-dots li.slick-active .button {
    background: #fefefe; }

.deals .medium-uncollapse > .blog-carousel {
  padding-left: 0;
  padding-right: 0; }

.deals .trip-carousel.slick-slider .slick-prev {
  background-image: url("../images/arrow-left-gray.png"); }

.deals .trip-carousel.slick-slider .slick-next {
  background-image: url("../images/arrow-right-gray.png"); }

.deals .trip-carousel.slick-slider .slick-dots li button, .deals .trip-carousel.slick-slider .slick-dots .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button, .employment .accordian-module .employment-grid ul.accordion .deals .trip-carousel.slick-slider .slick-dots li.accordion-item .accordion-content .button {
  border: 2px solid #536162; }
  .deals .trip-carousel.slick-slider .slick-dots li button:hover, .deals .trip-carousel.slick-slider .slick-dots .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button:hover, .employment .accordian-module .employment-grid ul.accordion .deals .trip-carousel.slick-slider .slick-dots li.accordion-item .accordion-content .button:hover {
    background: #536162; }

.deals .trip-carousel.slick-slider .slick-dots li.slick-active button, .deals .trip-carousel.slick-slider .slick-dots li.slick-active .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button, .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .deals .trip-carousel.slick-slider .slick-dots li.slick-active .button {
  background: #536162; }

.deals .blog-carousel.slick-slider {
  margin: 0 0 4.375rem; }
  @media print, screen and (min-width: 40em) {
    .deals .blog-carousel.slick-slider {
      margin: 1rem 0 4rem; } }
  @media print, screen and (min-width: 64em) {
    .deals .blog-carousel.slick-slider {
      margin: 3rem 0 6rem; } }
  .deals .blog-carousel.slick-slider .slick-slide {
    position: relative;
    overflow: hidden;
    text-align: center; }
    .deals .blog-carousel.slick-slider .slick-slide .post-title {
      letter-spacing: 0.2rem; }
      .deals .blog-carousel.slick-slider .slick-slide .post-title span {
        display: block;
        font-size: 0.9rem;
        letter-spacing: 2px;
        color: #cacaca;
        margin: 0.9rem 0 1.2rem; }
    .deals .blog-carousel.slick-slider .slick-slide p {
      display: block;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 0;
      margin-top: 1.75rem; }
    .deals .blog-carousel.slick-slider .slick-slide .vertical-link {
      display: none; }
    @media print, screen and (min-width: 40em) {
      .deals .blog-carousel.slick-slider .slick-slide p {
        display: none; }
      .deals .blog-carousel.slick-slider .slick-slide:hover .dark-mask {
        opacity: 1; }
      .deals .blog-carousel.slick-slider .slick-slide:hover .post-title:after {
        content: '';
        background: #88913e;
        display: block;
        width: 50px;
        height: 5px;
        margin: 12px auto 0; }
      .deals .blog-carousel.slick-slider .slick-slide:hover p {
        display: block;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0;
        margin-top: 1.75rem; }
      .deals .blog-carousel.slick-slider .slick-slide:hover .slide-info:after {
        display: none; } }
  .deals .blog-carousel.slick-slider .slick-prev {
    background-image: url("../images/arrow-left-gray.png");
    background-size: 40px 20px;
    width: 40px;
    height: 20px;
    background-repeat: no-repeat;
    z-index: 100;
    left: 10px; }
    @media print, screen and (min-width: 40em) {
      .deals .blog-carousel.slick-slider .slick-prev {
        left: -22px; } }
    .deals .blog-carousel.slick-slider .slick-prev:before {
      content: none; }
    .deals .blog-carousel.slick-slider .slick-prev:hover {
      opacity: 0.8; }
  .deals .blog-carousel.slick-slider .slick-next {
    background-image: url("../images/arrow-right-gray.png");
    background-size: 40px 20px;
    width: 40px;
    height: 20px;
    background-repeat: no-repeat;
    z-index: 100;
    right: 10px; }
    @media print, screen and (min-width: 40em) {
      .deals .blog-carousel.slick-slider .slick-next {
        right: -22px; } }
    .deals .blog-carousel.slick-slider .slick-next:before {
      content: none; }
    .deals .blog-carousel.slick-slider .slick-next:hover {
      opacity: 0.8; }
  .deals .blog-carousel.slick-slider .slick-dots {
    bottom: -38px; }
  .deals .blog-carousel.slick-slider .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 6px; }
  .deals .blog-carousel.slick-slider .slick-dots li button, .deals .blog-carousel.slick-slider .slick-dots .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button, .employment .accordian-module .employment-grid ul.accordion .deals .blog-carousel.slick-slider .slick-dots li.accordion-item .accordion-content .button {
    width: 12px;
    height: 12px;
    margin: 0 6px;
    color: transparent;
    border-radius: 12px;
    border: 2px solid #536162; }
    .deals .blog-carousel.slick-slider .slick-dots li button:before, .deals .blog-carousel.slick-slider .slick-dots .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button:before, .employment .accordian-module .employment-grid ul.accordion .deals .blog-carousel.slick-slider .slick-dots li.accordion-item .accordion-content .button:before {
      content: none; }
    .deals .blog-carousel.slick-slider .slick-dots li button:hover, .deals .blog-carousel.slick-slider .slick-dots .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button:hover, .employment .accordian-module .employment-grid ul.accordion .deals .blog-carousel.slick-slider .slick-dots li.accordion-item .accordion-content .button:hover {
      background: #536162; }
  .deals .blog-carousel.slick-slider .slick-dots li.slick-active button, .deals .blog-carousel.slick-slider .slick-dots li.slick-active .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .button, .employment .accordian-module .employment-grid ul.accordion li.accordion-item .accordion-content .deals .blog-carousel.slick-slider .slick-dots li.slick-active .button {
    background: #536162; }

.page-template-page-deals {
  background-image: url("../images/tile.jpg");
  background-repeat: repeat; }
  .page-template-page-deals h2.top-row {
    color: #536162;
    text-align: center; }
  .page-template-page-deals .intro-row {
    color: #536162;
    text-align: center; }
  .page-template-page-deals .trips-button {
    display: none; }
  .page-template-page-deals .trips {
    background-color: transparent; }
  .page-template-page-deals .trips.module .tag {
    display: none; }
  .page-template-page-deals .trips.module .trips__content .top-row.intro-row p.large-11 {
    text-align: center;
    max-width: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin-left: 0; }
  .page-template-page-deals .post-date {
    display: none; }
  .page-template-page-deals .notes.module > h2.row.top-row > .large-11.columns {
    text-align: center;
    margin: 0 auto; }
    .page-template-page-deals .notes.module > h2.row.top-row > .large-11.columns::before {
      content: '';
      position: absolute;
      width: 70%;
      height: 5px;
      background: #b9b9b9;
      top: -150%;
      left: 50%;
      transform: translate(-50%, 0);
      margin: 0 auto; }
  .page-template-page-deals .notes.module > h2.row.top-row > .tag {
    display: none; }

.page-template-page-destination-landing #target-drawer,
.page-template-page-river-landing #target-drawer {
  padding: 1rem 0; }
  @media print, screen and (min-width: 64em) {
    .page-template-page-destination-landing #target-drawer,
    .page-template-page-river-landing #target-drawer {
      padding: 8rem 0 3rem; } }

.page-template-page-destination-landing .module,
.page-template-page-river-landing .module {
  text-align: center;
  position: relative;
  z-index: 5;
  padding-bottom: 2rem; }
  .page-template-page-destination-landing .module .top-row,
  .page-template-page-river-landing .module .top-row {
    margin-top: 2rem; }

.page-template-page-destination-landing #filter-app,
.page-template-page-river-landing #filter-app {
  position: relative;
  overflow: visible;
  z-index: 2;
  padding: 0; }
  .page-template-page-destination-landing #filter-app #viewport,
  .page-template-page-river-landing #filter-app #viewport {
    display: block;
    margin-top: 144px; }
    @media print, screen and (min-width: 64em) {
      .page-template-page-destination-landing #filter-app #viewport,
      .page-template-page-river-landing #filter-app #viewport {
        margin-top: 0; } }
  .page-template-page-destination-landing #filter-app .filter-select,
  .page-template-page-river-landing #filter-app .filter-select {
    margin-top: 0;
    background-color: #646b6b;
    padding-bottom: 2rem;
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    z-index: 1; }
    @media print, screen and (min-width: 64em) {
      .page-template-page-destination-landing #filter-app .filter-select,
      .page-template-page-river-landing #filter-app .filter-select {
        margin-top: 2rem;
        position: static; } }
    .page-template-page-destination-landing #filter-app .filter-select h3,
    .page-template-page-river-landing #filter-app .filter-select h3 {
      font-size: 1rem;
      font-weight: 700;
      color: #fefefe;
      text-align: center;
      width: 100%;
      margin: 1.5rem 0 1rem; }
      @media print, screen and (min-width: 64em) {
        .page-template-page-destination-landing #filter-app .filter-select h3,
        .page-template-page-river-landing #filter-app .filter-select h3 {
          font-size: 1.125rem;
          margin: 0.25rem 0 0; } }
    .page-template-page-destination-landing #filter-app .filter-select .dropdown.menu,
    .page-template-page-river-landing #filter-app .filter-select .dropdown.menu {
      position: relative;
      z-index: 4;
      margin: 0 6%; }
      .page-template-page-destination-landing #filter-app .filter-select .dropdown.menu .checkboxes,
      .page-template-page-river-landing #filter-app .filter-select .dropdown.menu .checkboxes {
        box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.07);
        padding-top: 2rem;
        padding-bottom: 2rem; }
  .page-template-page-destination-landing #filter-app .filter-column-row,
  .page-template-page-river-landing #filter-app .filter-column-row {
    position: relative;
    width: 100%; }
    .page-template-page-destination-landing #filter-app .filter-column-row .filter-column,
    .page-template-page-river-landing #filter-app .filter-column-row .filter-column {
      position: relative;
      width: 100%;
      min-height: 800px;
      z-index: 4;
      margin: 0 auto;
      max-width: 600px; }
      @media print, screen and (min-width: 64em) {
        .page-template-page-destination-landing #filter-app .filter-column-row .filter-column,
        .page-template-page-river-landing #filter-app .filter-column-row .filter-column {
          position: absolute;
          max-width: 25%; } }
  .page-template-page-destination-landing #filter-app .dropdown.menu,
  .page-template-page-river-landing #filter-app .dropdown.menu {
    border: 0;
    margin: 0;
    opacity: 1; }
    .page-template-page-destination-landing #filter-app .dropdown.menu > li > a,
    .page-template-page-river-landing #filter-app .dropdown.menu > li > a {
      font-size: 0.75rem;
      font-weight: 600;
      letter-spacing: -0.05rem;
      line-height: 2.25rem;
      margin-bottom: 0;
      padding: 0; }
      @media print, screen and (min-width: 64em) {
        .page-template-page-destination-landing #filter-app .dropdown.menu > li > a,
        .page-template-page-river-landing #filter-app .dropdown.menu > li > a {
          font-size: 0.75rem;
          line-height: 2.875rem;
          letter-spacing: 0.1rem; } }
    .page-template-page-destination-landing #filter-app .dropdown.menu > li.is-dropdown-submenu-parent,
    .page-template-page-river-landing #filter-app .dropdown.menu > li.is-dropdown-submenu-parent {
      position: static; }
      @media print, screen and (min-width: 64em) {
        .page-template-page-destination-landing #filter-app .dropdown.menu > li.is-dropdown-submenu-parent,
        .page-template-page-river-landing #filter-app .dropdown.menu > li.is-dropdown-submenu-parent {
          position: relative; } }
      .page-template-page-destination-landing #filter-app .dropdown.menu > li.is-dropdown-submenu-parent .filter-list,
      .page-template-page-river-landing #filter-app .dropdown.menu > li.is-dropdown-submenu-parent .filter-list {
        color: #fefefe;
        background-color: transparent;
        border: 2px solid #fefefe;
        font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        font-weight: 700;
        font-size: 0.75rem;
        line-height: 1;
        text-transform: uppercase;
        display: inherit;
        padding: 0.75rem 0; }
        .page-template-page-destination-landing #filter-app .dropdown.menu > li.is-dropdown-submenu-parent .filter-list.chosen:after,
        .page-template-page-river-landing #filter-app .dropdown.menu > li.is-dropdown-submenu-parent .filter-list.chosen:after {
          border-color: #fefefe transparent transparent; }
        .page-template-page-destination-landing #filter-app .dropdown.menu > li.is-dropdown-submenu-parent .filter-list.chosen .icon,
        .page-template-page-river-landing #filter-app .dropdown.menu > li.is-dropdown-submenu-parent .filter-list.chosen .icon {
          display: none; }
        .page-template-page-destination-landing #filter-app .dropdown.menu > li.is-dropdown-submenu-parent .filter-list.chosen .icon-over,
        .page-template-page-river-landing #filter-app .dropdown.menu > li.is-dropdown-submenu-parent .filter-list.chosen .icon-over {
          display: block; }
          @media print, screen and (min-width: 64em) {
            .page-template-page-destination-landing #filter-app .dropdown.menu > li.is-dropdown-submenu-parent .filter-list.chosen .icon-over,
            .page-template-page-river-landing #filter-app .dropdown.menu > li.is-dropdown-submenu-parent .filter-list.chosen .icon-over {
              display: none; } }
        @media print, screen and (min-width: 64em) {
          .page-template-page-destination-landing #filter-app .dropdown.menu > li.is-dropdown-submenu-parent .filter-list,
          .page-template-page-river-landing #filter-app .dropdown.menu > li.is-dropdown-submenu-parent .filter-list {
            font-size: 0.685rem;
            line-height: 1.75; } }
        @media print, screen and (min-width: 64em) {
          .page-template-page-destination-landing #filter-app .dropdown.menu > li.is-dropdown-submenu-parent .filter-list,
          .page-template-page-river-landing #filter-app .dropdown.menu > li.is-dropdown-submenu-parent .filter-list {
            font-size: 0.875rem;
            font-weight: bold;
            line-height: 2.5; } }
        .page-template-page-destination-landing #filter-app .dropdown.menu > li.is-dropdown-submenu-parent .filter-list:hover:after,
        .page-template-page-river-landing #filter-app .dropdown.menu > li.is-dropdown-submenu-parent .filter-list:hover:after {
          border-color: #536162 transparent transparent;
          display: none; }
          @media print, screen and (min-width: 64em) {
            .page-template-page-destination-landing #filter-app .dropdown.menu > li.is-dropdown-submenu-parent .filter-list:hover:after,
            .page-template-page-river-landing #filter-app .dropdown.menu > li.is-dropdown-submenu-parent .filter-list:hover:after {
              display: block; } }
        .page-template-page-destination-landing #filter-app .dropdown.menu > li.is-dropdown-submenu-parent .filter-list:after,
        .page-template-page-river-landing #filter-app .dropdown.menu > li.is-dropdown-submenu-parent .filter-list:after {
          border-color: #fefefe transparent transparent;
          display: block; }
          @media print, screen and (min-width: 64em) {
            .page-template-page-destination-landing #filter-app .dropdown.menu > li.is-dropdown-submenu-parent .filter-list:after,
            .page-template-page-river-landing #filter-app .dropdown.menu > li.is-dropdown-submenu-parent .filter-list:after {
              right: 10px; } }
          @media screen and (min-width: 80em) {
            .page-template-page-destination-landing #filter-app .dropdown.menu > li.is-dropdown-submenu-parent .filter-list:after,
            .page-template-page-river-landing #filter-app .dropdown.menu > li.is-dropdown-submenu-parent .filter-list:after {
              right: 15px; } }
      .page-template-page-destination-landing #filter-app .dropdown.menu > li.is-dropdown-submenu-parent.is-active .icon,
      .page-template-page-river-landing #filter-app .dropdown.menu > li.is-dropdown-submenu-parent.is-active .icon {
        display: none; }
      .page-template-page-destination-landing #filter-app .dropdown.menu > li.is-dropdown-submenu-parent.is-active .icon-over,
      .page-template-page-river-landing #filter-app .dropdown.menu > li.is-dropdown-submenu-parent.is-active .icon-over {
        display: block; }
        @media print, screen and (min-width: 64em) {
          .page-template-page-destination-landing #filter-app .dropdown.menu > li.is-dropdown-submenu-parent.is-active .icon-over,
          .page-template-page-river-landing #filter-app .dropdown.menu > li.is-dropdown-submenu-parent.is-active .icon-over {
            display: none; } }
      .page-template-page-destination-landing #filter-app .dropdown.menu > li.is-dropdown-submenu-parent.is-active .filter-list.chosen,
      .page-template-page-river-landing #filter-app .dropdown.menu > li.is-dropdown-submenu-parent.is-active .filter-list.chosen {
        opacity: 1; }
      @media print, screen and (min-width: 64em) {
        .page-template-page-destination-landing #filter-app .dropdown.menu > li.is-dropdown-submenu-parent.is-active .filter-list:after,
        .page-template-page-river-landing #filter-app .dropdown.menu > li.is-dropdown-submenu-parent.is-active .filter-list:after {
          display: block;
          width: 0;
          height: 0;
          border: inset 6px;
          content: '';
          border-top-width: 0;
          border-bottom-style: solid;
          border-color: transparent transparent #fefefe; } }
      @media print, screen and (min-width: 64em) {
        .page-template-page-destination-landing #filter-app .dropdown.menu > li.is-dropdown-submenu-parent.is-active .filter-list:hover:after,
        .page-template-page-river-landing #filter-app .dropdown.menu > li.is-dropdown-submenu-parent.is-active .filter-list:hover:after {
          display: block;
          width: 0;
          height: 0;
          border: inset 6px;
          content: '';
          border-top-width: 0;
          border-bottom-style: solid;
          border-color: transparent transparent #fefefe; } }
    .page-template-page-destination-landing #filter-app .dropdown.menu:hover > li.is-dropdown-submenu-parent .filter-list,
    .page-template-page-river-landing #filter-app .dropdown.menu:hover > li.is-dropdown-submenu-parent .filter-list {
      color: #536162; }
      .page-template-page-destination-landing #filter-app .dropdown.menu:hover > li.is-dropdown-submenu-parent .filter-list:after,
      .page-template-page-river-landing #filter-app .dropdown.menu:hover > li.is-dropdown-submenu-parent .filter-list:after {
        border-color: #536162 transparent transparent; }
    @media print, screen and (min-width: 64em) {
      .page-template-page-destination-landing #filter-app .dropdown.menu:hover > li.is-dropdown-submenu-parent.is-active .filter-list:after,
      .page-template-page-river-landing #filter-app .dropdown.menu:hover > li.is-dropdown-submenu-parent.is-active .filter-list:after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-top-width: 0;
        border-bottom-style: solid;
        border-color: transparent transparent #536162; } }
    .page-template-page-destination-landing #filter-app .dropdown.menu .is-active .checkboxes,
    .page-template-page-river-landing #filter-app .dropdown.menu .is-active .checkboxes {
      display: block; }
    .page-template-page-destination-landing #filter-app .dropdown.menu .checkboxes,
    .page-template-page-river-landing #filter-app .dropdown.menu .checkboxes {
      border: 0;
      font-size: 0.75rem;
      text-transform: uppercase;
      color: #536162;
      min-width: 0;
      text-align: left;
      margin-top: 0;
      background: #fefefe;
      padding-top: 0;
      padding-bottom: 1rem;
      position: absolute;
      list-style: none;
      margin-left: 0;
      display: none;
      width: 100%;
      left: 0;
      top: 100%; }
      .page-template-page-destination-landing #filter-app .dropdown.menu .checkboxes a,
      .page-template-page-river-landing #filter-app .dropdown.menu .checkboxes a {
        padding: 0.1rem 3.375rem;
        max-width: 320px;
        margin: 0 auto;
        display: -ms-flexbox;
        display: flex; }
        @media print, screen and (min-width: 64em) {
          .page-template-page-destination-landing #filter-app .dropdown.menu .checkboxes a,
          .page-template-page-river-landing #filter-app .dropdown.menu .checkboxes a {
            padding: 0.1rem 2rem; } }
      .page-template-page-destination-landing #filter-app .dropdown.menu .checkboxes h5,
      .page-template-page-river-landing #filter-app .dropdown.menu .checkboxes h5 {
        color: #536162;
        font-size: 1rem;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
        margin: 1.875rem 1rem 1rem; }
        @media print, screen and (min-width: 64em) {
          .page-template-page-destination-landing #filter-app .dropdown.menu .checkboxes h5,
          .page-template-page-river-landing #filter-app .dropdown.menu .checkboxes h5 {
            font-size: 0.75rem;
            display: none; } }
      .page-template-page-destination-landing #filter-app .dropdown.menu .checkboxes h6,
      .page-template-page-river-landing #filter-app .dropdown.menu .checkboxes h6 {
        color: #536162;
        font-size: 0.75rem;
        text-align: center;
        margin: 0.05rem 1rem 1.5rem; }
        @media print, screen and (min-width: 64em) {
          .page-template-page-destination-landing #filter-app .dropdown.menu .checkboxes h6,
          .page-template-page-river-landing #filter-app .dropdown.menu .checkboxes h6 {
            text-align: left;
            text-transform: uppercase; } }
      .page-template-page-destination-landing #filter-app .dropdown.menu .checkboxes input,
      .page-template-page-river-landing #filter-app .dropdown.menu .checkboxes input {
        float: left;
        margin-bottom: 0.5rem; }
      .page-template-page-destination-landing #filter-app .dropdown.menu .checkboxes label,
      .page-template-page-river-landing #filter-app .dropdown.menu .checkboxes label {
        color: #536162;
        text-transform: uppercase; }
        .page-template-page-destination-landing #filter-app .dropdown.menu .checkboxes label span,
        .page-template-page-river-landing #filter-app .dropdown.menu .checkboxes label span {
          display: none; }
        @media print, screen and (min-width: 64em) {
          .page-template-page-destination-landing #filter-app .dropdown.menu .checkboxes label,
          .page-template-page-river-landing #filter-app .dropdown.menu .checkboxes label {
            font-size: 0.75rem; } }
  @media print, screen and (min-width: 64em) {
    .page-template-page-destination-landing #filter-app .destination-list,
    .page-template-page-river-landing #filter-app .destination-list {
      overflow-y: scroll;
      max-height: 900px; } }
  .page-template-page-destination-landing #filter-app .destination-list .list-item,
  .page-template-page-river-landing #filter-app .destination-list .list-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    visibility: visible; }
  .page-template-page-destination-landing #filter-app .list-footer,
  .page-template-page-river-landing #filter-app .list-footer {
    color: #fefefe;
    background-color: rgba(100, 107, 107, 0.5);
    padding: 1rem;
    font-size: 1rem;
    display: none; }
    @media print, screen and (min-width: 64em) {
      .page-template-page-destination-landing #filter-app .list-footer,
      .page-template-page-river-landing #filter-app .list-footer {
        display: block; } }
  .page-template-page-destination-landing #filter-app .trip-card .image-title .dark-mask,
  .page-template-page-river-landing #filter-app .trip-card .image-title .dark-mask {
    display: none; }
  .page-template-page-destination-landing #filter-app .trip-card .button-arrow,
  .page-template-page-river-landing #filter-app .trip-card .button-arrow {
    width: 100%;
    height: 70px; }
    @media print, screen and (min-width: 64em) {
      .page-template-page-destination-landing #filter-app .trip-card .button-arrow,
      .page-template-page-river-landing #filter-app .trip-card .button-arrow {
        height: 50px; } }
    .page-template-page-destination-landing #filter-app .trip-card .button-arrow .arrow,
    .page-template-page-river-landing #filter-app .trip-card .button-arrow .arrow {
      height: 70px;
      padding: 0 38px; }
      @media print, screen and (min-width: 64em) {
        .page-template-page-destination-landing #filter-app .trip-card .button-arrow .arrow,
        .page-template-page-river-landing #filter-app .trip-card .button-arrow .arrow {
          height: 50px;
          padding: 0 28px; } }
    .page-template-page-destination-landing #filter-app .trip-card .button-arrow .text,
    .page-template-page-river-landing #filter-app .trip-card .button-arrow .text {
      font-size: 1rem;
      line-height: 1;
      padding: 1.6875rem 1rem; }
      @media print, screen and (min-width: 64em) {
        .page-template-page-destination-landing #filter-app .trip-card .button-arrow .text,
        .page-template-page-river-landing #filter-app .trip-card .button-arrow .text {
          font-size: 0.875rem;
          padding: 1.125rem 1rem; } }

#content-not-found {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 100px; }
  @media print, screen and (min-width: 40em) {
    #content-not-found {
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    #content-not-found {
      margin-bottom: -400px; } }
  #content-not-found .background {
    position: relative;
    overflow: hidden;
    width: 100%; }
  #content-not-found .mask {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); }
  #content-not-found .inner-content {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    color: #fefefe;
    text-align: center; }
    #content-not-found .inner-content h1 {
      font-size: 2rem;
      font-weight: 600;
      line-height: 1;
      text-transform: uppercase;
      margin-bottom: 15px; }
      @media print, screen and (min-width: 40em) {
        #content-not-found .inner-content h1 {
          font-size: 4rem;
          margin-bottom: 25px; } }
      @media print, screen and (min-width: 64em) {
        #content-not-found .inner-content h1 {
          font-size: 7.5rem;
          margin-bottom: 50px; } }
    #content-not-found .inner-content p {
      font-size: 0.75rem;
      font-weight: 600;
      line-height: 1;
      text-transform: uppercase;
      margin-bottom: 20px; }
      @media print, screen and (min-width: 40em) {
        #content-not-found .inner-content p {
          font-size: 1rem;
          margin-bottom: 24px; } }
      @media print, screen and (min-width: 64em) {
        #content-not-found .inner-content p {
          font-size: 1.125rem;
          margin-bottom: 32px; } }
    #content-not-found .inner-content .border-button {
      display: inline-block;
      font-size: 0.75rem;
      font-weight: 600;
      text-transform: uppercase;
      padding: 10px 30px;
      border-width: 3px;
      opacity: 1; }
      @media print, screen and (min-width: 40em) {
        #content-not-found .inner-content .border-button {
          font-size: 1rem;
          padding: 12px 40px; } }
      @media print, screen and (min-width: 64em) {
        #content-not-found .inner-content .border-button {
          font-size: 1.125rem;
          padding: 15px 50px;
          border-width: 4px; } }

.slider-val {
  text-transform: uppercase;
  margin-top: 2rem;
  font-size: 0.75rem;
  font-weight: 700; }

.range-slider {
  display: inline-block;
  padding: 0 11px 0 0;
  height: 0.5rem;
  width: 100%; }
  .range-slider.slider {
    background-color: transparent; }

.range-slider-inner {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%; }

.range-slider-rail,
.range-slider-fill {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 4px;
  border-radius: 2px;
  transform: translateY(-50%); }

.range-slider-rail {
  width: 100%;
  background-color: #b3b8ba; }

.range-slider-fill {
  background-color: #b3b8ba; }

.range-slider-knob {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  height: 22px;
  width: 22px;
  border: 1px solid #f5f5f5;
  border-radius: 50%;
  background-color: #88913e;
  box-shadow: none;
  transform: translate(-50%, -50%);
  cursor: pointer; }

.range-slider-hidden {
  display: none; }

.photos-links {
  margin-bottom: 6rem;
  padding: 0 1rem; }
  .photos-links a {
    margin: 0 1rem; }
    .photos-links a .button-arrow {
      max-width: 100%;
      margin: 0; }

.page-template-page-grid-landing .off-canvas-wrapper {
  /*padding: 0;*/
  /*kick margin */ }
  .page-template-page-grid-landing .off-canvas-wrapper #content #inner-content {
    padding: 0 17px; }
  .page-template-page-grid-landing .off-canvas-wrapper .vertical-link {
    bottom: -6.5%;
    left: 14%;
    display: none; }
    @media screen and (min-width: 80em) {
      .page-template-page-grid-landing .off-canvas-wrapper .vertical-link {
        display: block; } }
  .page-template-page-grid-landing .off-canvas-wrapper .grid-block .medium-8.grid-item .vertical-link {
    left: 31%; }
  .page-template-page-grid-landing .off-canvas-wrapper .grid-block .medium-12.grid-item .vertical-link {
    left: 38%; }
  .page-template-page-grid-landing .off-canvas-wrapper .columns video {
    display: block;
    max-width: 100%; }
  .page-template-page-grid-landing .off-canvas-wrapper .columns.grid-item {
    position: relative;
    overflow: hidden;
    margin: 0px;
    background-color: #444; }
    .page-template-page-grid-landing .off-canvas-wrapper .columns.grid-item .text-tile {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: none; }
  @media print, screen and (min-width: 40em) {
    .page-template-page-grid-landing .off-canvas-wrapper .columns {
      /*padding: 0;*/ } }
  .page-template-page-grid-landing .off-canvas-wrapper .columns .text-tile {
    position: relative;
    text-align: center;
    background-color: #444;
    color: #fff;
    background-position: center center;
    background-size: cover;
    margin: 0px; }
    @media print, screen and (min-width: 40em) {
      .page-template-page-grid-landing .off-canvas-wrapper .columns .text-tile {
        margin: 0px; }
        .page-template-page-grid-landing .off-canvas-wrapper .columns .text-tile:hover .dark-mask {
          opacity: 0.5; }
        .page-template-page-grid-landing .off-canvas-wrapper .columns .text-tile:hover .vertical-link {
          opacity: 1;
          transition: opacity 0.5s; }
        .page-template-page-grid-landing .off-canvas-wrapper .columns .text-tile:hover .tile-inner h3.tile-title:after {
          display: none; }
        .page-template-page-grid-landing .off-canvas-wrapper .columns .text-tile:hover .tile-inner .tile-text {
          display: block; } }
    .page-template-page-grid-landing .off-canvas-wrapper .columns .text-tile .dark-mask {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.75);
      transition: opacity 0.5s; }
    .page-template-page-grid-landing .off-canvas-wrapper .columns .text-tile .tile-inner {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-right: -50%;
      transform: translate(-50%, -50%);
      text-align: center; }
      .page-template-page-grid-landing .off-canvas-wrapper .columns .text-tile .tile-inner h3.tile-title {
        font-size: 0.875rem;
        font-weight: 900;
        line-height: 1.2;
        letter-spacing: 0.2rem;
        padding: 0 0.75rem; }
        @media print, screen and (min-width: 40em) {
          .page-template-page-grid-landing .off-canvas-wrapper .columns .text-tile .tile-inner h3.tile-title {
            font-size: 1.25rem;
            padding: 0; } }
        .page-template-page-grid-landing .off-canvas-wrapper .columns .text-tile .tile-inner h3.tile-title:after {
          content: '';
          background: #88913e;
          display: block;
          width: 22px;
          height: 6px;
          margin: 10px auto; }
          @media print, screen and (min-width: 40em) {
            .page-template-page-grid-landing .off-canvas-wrapper .columns .text-tile .tile-inner h3.tile-title:after {
              width: 50px;
              height: 6px;
              margin: 16px auto; } }
      .page-template-page-grid-landing .off-canvas-wrapper .columns .text-tile .tile-inner .tile-text {
        max-width: 350px;
        margin: 0 auto;
        font-size: 0.75rem;
        padding: 0 2rem;
        display: none; }
        @media print, screen and (min-width: 40em) {
          .page-template-page-grid-landing .off-canvas-wrapper .columns .text-tile .tile-inner .tile-text {
            font-size: 0.85rem; } }
        @media print, screen and (min-width: 64em) {
          .page-template-page-grid-landing .off-canvas-wrapper .columns .text-tile .tile-inner .tile-text {
            font-size: 1rem; } }
    .page-template-page-grid-landing .off-canvas-wrapper .columns .text-tile vertical-link {
      opacity: 1; }
      @media print, screen and (min-width: 40em) {
        .page-template-page-grid-landing .off-canvas-wrapper .columns .text-tile vertical-link {
          opacity: 0; } }

.outposts #target-drawer {
  padding-bottom: 0;
  padding-top: 0.5rem; }
  @media print, screen and (min-width: 40em) {
    .outposts #target-drawer {
      padding-top: 3rem; } }

.LPMcontainer.LPMoverlay {
  display: none !important; }

#chat-popup {
  background: #f7f7f7;
  border: 1px solid #d1d0d0;
  z-index: 9999;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 300px;
  min-height: 100px;
  display: none;
  padding: 30px 20px 30px 20px; }
  #chat-popup .chat-icon {
    padding: 0;
    margin: 0; }
  #chat-popup .chat-content {
    padding: 0 1rem;
    margin: 0; }
  #chat-popup h4 {
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: bold;
    font-family: 'Bebas_Neue', Tahoma, Arial, sans-serif;
    letter-spacing: 0.2rem; }
  #chat-popup p {
    font-family: 'Overpass', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.375;
    color: #536162;
    font-size: 1rem; }
  #chat-popup a#chat-popup-close {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #536162;
    z-index: 100;
    height: 30px;
    width: 30px;
    text-align: right;
    padding: 5px; }

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

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: #000 !important;
    text-shadow: none !important;
    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; } }
