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

Stylesheet: Main Stylesheet

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

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

Stylesheet: Mixins & Constants Stylesheet

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

******************************************************************/
/*********************
TOOLS
*********************/
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/*********************
COLORS
*********************/
/*********************
TYPOGRAPHY
*********************/
/*  @font-face {
      font-family: 'Font Name';
      src: url('assets/fonts/font-name.eot');
      src: url('assets/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('assets/fonts/font-name.woff') format('woff'),
             url('assets/fonts/font-name.ttf') format('truetype'),
             url('assets/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/*********************
CSS3 GRADIENTS.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/**
 * Foundation for Sites by ZURB
 * Version 6.2.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.slide-in-down.mui-enter, .slide-in-left.mui-enter, .slide-in-up.mui-enter, .slide-in-right.mui-enter, .slide-out-down.mui-leave, .slide-out-right.mui-leave, .slide-out-up.mui-leave, .slide-out-left.mui-leave, .fade-in.mui-enter, .fade-out.mui-leave, .hinge-in-from-top.mui-enter, .hinge-in-from-right.mui-enter, .hinge-in-from-bottom.mui-enter, .hinge-in-from-left.mui-enter, .hinge-in-from-middle-x.mui-enter, .hinge-in-from-middle-y.mui-enter, .hinge-out-from-top.mui-leave, .hinge-out-from-right.mui-leave, .hinge-out-from-bottom.mui-leave, .hinge-out-from-left.mui-leave, .hinge-out-from-middle-x.mui-leave, .hinge-out-from-middle-y.mui-leave, .scale-in-up.mui-enter, .scale-in-down.mui-enter, .scale-out-up.mui-leave, .scale-out-down.mui-leave, .spin-in.mui-enter, .spin-out.mui-leave, .spin-in-ccw.mui-enter, .spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear; }

.slide-in-down.mui-enter {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.slide-in-left.mui-enter {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.slide-in-up.mui-enter {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.slide-in-right.mui-enter {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.slide-out-down.mui-leave {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }

.slide-out-right.mui-leave {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.slide-out-up.mui-leave {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }

.slide-out-left.mui-leave {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

.fade-in.mui-enter {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

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

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

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

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

.hinge-in-from-middle-x.mui-enter {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }
.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

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

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

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

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

.hinge-out-from-middle-x.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }
.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }
.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }
.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }
.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  -webkit-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }
.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

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

.spin-in-ccw.mui-enter {
  -webkit-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }
.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.shake {
  -webkit-animation-name: shake-7;
          animation-name: shake-7; }
@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }
.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }
@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }
@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }
.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }
@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }
.wiggle {
  -webkit-animation-name: wiggle-7deg;
          animation-name: wiggle-7deg; }
@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }
.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

.article-header { text-align: left !important; }
.entry-content { text-align: left !important; }
.article-content { float: none !important; }

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

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

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

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

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: not-allowed; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
 */
/* fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
} */
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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

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

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

body {
  padding: 0;
  margin: 0;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #333;
  font-size: 20px;
  background: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

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

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

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

.small-1 {
  width: 8.3333333333%; }

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

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

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

.small-2 {
  width: 16.6666666667%; }

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

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

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

.small-3 {
  width: 25%; }

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

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

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

.small-4 {
  width: 33.3333333333%; }

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

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

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

.small-5 {
  width: 41.6666666667%; }

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

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

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

.small-6 {
  width: 50%; }

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

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

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

.small-7 {
  width: 58.3333333333%; }

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

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

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

.small-8 {
  width: 66.6666666667%; }

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

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

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

.small-9 {
  width: 75%; }

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

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

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

.small-10 {
  width: 83.3333333333%; }

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

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

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

.small-11 {
  width: 91.6666666667%; }

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

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

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

.small-12 {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

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

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%; }

  .medium-push-1 {
    position: relative;
    left: 8.3333333333%; }

  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%; }

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

  .medium-2 {
    width: 16.6666666667%; }

  .medium-push-2 {
    position: relative;
    left: 16.6666666667%; }

  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%; }

  .medium-offset-1 {
    margin-left: 8.3333333333%; }

  .medium-3 {
    width: 25%; }

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

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

  .medium-offset-2 {
    margin-left: 16.6666666667%; }

  .medium-4 {
    width: 33.3333333333%; }

  .medium-push-4 {
    position: relative;
    left: 33.3333333333%; }

  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%; }

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

  .medium-5 {
    width: 41.6666666667%; }

  .medium-push-5 {
    position: relative;
    left: 41.6666666667%; }

  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%; }

  .medium-offset-4 {
    margin-left: 33.3333333333%; }

  .medium-6 {
    width: 50%; }

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

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

  .medium-offset-5 {
    margin-left: 41.6666666667%; }

  .medium-7 {
    width: 58.3333333333%; }

  .medium-push-7 {
    position: relative;
    left: 58.3333333333%; }

  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%; }

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

  .medium-8 {
    width: 66.6666666667%; }

  .medium-push-8 {
    position: relative;
    left: 66.6666666667%; }

  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%; }

  .medium-offset-7 {
    margin-left: 58.3333333333%; }

  .medium-9 {
    width: 75%; }

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

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

  .medium-offset-8 {
    margin-left: 66.6666666667%; }

  .medium-10 {
    width: 83.3333333333%; }

  .medium-push-10 {
    position: relative;
    left: 83.3333333333%; }

  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%; }

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

  .medium-11 {
    width: 91.6666666667%; }

  .medium-push-11 {
    position: relative;
    left: 91.6666666667%; }

  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%; }

  .medium-offset-10 {
    margin-left: 83.3333333333%; }

  .medium-12 {
    width: 100%; }

  .medium-offset-11 {
    margin-left: 91.6666666667%; }

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

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

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

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

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

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

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

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

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

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }

  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }

  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }
@media screen and (min-width: 64.0625em) {
  .large-1 {
    width: 8.3333333333%; }

  .large-push-1 {
    position: relative;
    left: 8.3333333333%; }

  .large-pull-1 {
    position: relative;
    left: -8.3333333333%; }

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

  .large-2 {
    width: 16.6666666667%; }

  .large-push-2 {
    position: relative;
    left: 16.6666666667%; }

  .large-pull-2 {
    position: relative;
    left: -16.6666666667%; }

  .large-offset-1 {
    margin-left: 8.3333333333%; }

  .large-3 {
    width: 25%; }

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

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

  .large-offset-2 {
    margin-left: 16.6666666667%; }

  .large-4 {
    width: 33.3333333333%; }

  .large-push-4 {
    position: relative;
    left: 33.3333333333%; }

  .large-pull-4 {
    position: relative;
    left: -33.3333333333%; }

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

  .large-5 {
    width: 41.6666666667%; }

  .large-push-5 {
    position: relative;
    left: 41.6666666667%; }

  .large-pull-5 {
    position: relative;
    left: -41.6666666667%; }

  .large-offset-4 {
    margin-left: 33.3333333333%; }

  .large-6 {
    width: 50%; }

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

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

  .large-offset-5 {
    margin-left: 41.6666666667%; }

  .large-7 {
    width: 58.3333333333%; }

  .large-push-7 {
    position: relative;
    left: 58.3333333333%; }

  .large-pull-7 {
    position: relative;
    left: -58.3333333333%; }

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

  .large-8 {
    width: 66.6666666667%; }

  .large-push-8 {
    position: relative;
    left: 66.6666666667%; }

  .large-pull-8 {
    position: relative;
    left: -66.6666666667%; }

  .large-offset-7 {
    margin-left: 58.3333333333%; }

  .large-9 {
    width: 75%; }

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

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

  .large-offset-8 {
    margin-left: 66.6666666667%; }

  .large-10 {
    width: 83.3333333333%; }

  .large-push-10 {
    position: relative;
    left: 83.3333333333%; }

  .large-pull-10 {
    position: relative;
    left: -83.3333333333%; }

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

  .large-11 {
    width: 91.6666666667%; }

  .large-push-11 {
    position: relative;
    left: 91.6666666667%; }

  .large-pull-11 {
    position: relative;
    left: -91.6666666667%; }

  .large-offset-10 {
    margin-left: 83.3333333333%; }

  .large-12 {
    width: 100%; }

  .large-offset-11 {
    margin-left: 91.6666666667%; }

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

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

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

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

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

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

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

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

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

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }

  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }

  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }
@media screen and (min-width: 75em) {
  .xlarge-1 {
    width: 8.3333333333%; }

  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%; }

  .xlarge-pull-1 {
    position: relative;
    left: -8.3333333333%; }

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

  .xlarge-2 {
    width: 16.6666666667%; }

  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%; }

  .xlarge-pull-2 {
    position: relative;
    left: -16.6666666667%; }

  .xlarge-offset-1 {
    margin-left: 8.3333333333%; }

  .xlarge-3 {
    width: 25%; }

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

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

  .xlarge-offset-2 {
    margin-left: 16.6666666667%; }

  .xlarge-4 {
    width: 33.3333333333%; }

  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%; }

  .xlarge-pull-4 {
    position: relative;
    left: -33.3333333333%; }

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

  .xlarge-5 {
    width: 41.6666666667%; }

  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%; }

  .xlarge-pull-5 {
    position: relative;
    left: -41.6666666667%; }

  .xlarge-offset-4 {
    margin-left: 33.3333333333%; }

  .xlarge-6 {
    width: 50%; }

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

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

  .xlarge-offset-5 {
    margin-left: 41.6666666667%; }

  .xlarge-7 {
    width: 58.3333333333%; }

  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%; }

  .xlarge-pull-7 {
    position: relative;
    left: -58.3333333333%; }

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

  .xlarge-8 {
    width: 66.6666666667%; }

  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%; }

  .xlarge-pull-8 {
    position: relative;
    left: -66.6666666667%; }

  .xlarge-offset-7 {
    margin-left: 58.3333333333%; }

  .xlarge-9 {
    width: 75%; }

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

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

  .xlarge-offset-8 {
    margin-left: 66.6666666667%; }

  .xlarge-10 {
    width: 83.3333333333%; }

  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%; }

  .xlarge-pull-10 {
    position: relative;
    left: -83.3333333333%; }

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

  .xlarge-11 {
    width: 91.6666666667%; }

  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%; }

  .xlarge-pull-11 {
    position: relative;
    left: -91.6666666667%; }

  .xlarge-offset-10 {
    margin-left: 83.3333333333%; }

  .xlarge-12 {
    width: 100%; }

  .xlarge-offset-11 {
    margin-left: 91.6666666667%; }

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

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

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

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

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

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

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

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

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

  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }

  .xlarge-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }

  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }
@media screen and (min-width: 90em) {
  .xxlarge-1 {
    width: 8.3333333333%; }

  .xxlarge-push-1 {
    position: relative;
    left: 8.3333333333%; }

  .xxlarge-pull-1 {
    position: relative;
    left: -8.3333333333%; }

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

  .xxlarge-2 {
    width: 16.6666666667%; }

  .xxlarge-push-2 {
    position: relative;
    left: 16.6666666667%; }

  .xxlarge-pull-2 {
    position: relative;
    left: -16.6666666667%; }

  .xxlarge-offset-1 {
    margin-left: 8.3333333333%; }

  .xxlarge-3 {
    width: 25%; }

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

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

  .xxlarge-offset-2 {
    margin-left: 16.6666666667%; }

  .xxlarge-4 {
    width: 33.3333333333%; }

  .xxlarge-push-4 {
    position: relative;
    left: 33.3333333333%; }

  .xxlarge-pull-4 {
    position: relative;
    left: -33.3333333333%; }

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

  .xxlarge-5 {
    width: 41.6666666667%; }

  .xxlarge-push-5 {
    position: relative;
    left: 41.6666666667%; }

  .xxlarge-pull-5 {
    position: relative;
    left: -41.6666666667%; }

  .xxlarge-offset-4 {
    margin-left: 33.3333333333%; }

  .xxlarge-6 {
    width: 50%; }

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

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

  .xxlarge-offset-5 {
    margin-left: 41.6666666667%; }

  .xxlarge-7 {
    width: 58.3333333333%; }

  .xxlarge-push-7 {
    position: relative;
    left: 58.3333333333%; }

  .xxlarge-pull-7 {
    position: relative;
    left: -58.3333333333%; }

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

  .xxlarge-8 {
    width: 66.6666666667%; }

  .xxlarge-push-8 {
    position: relative;
    left: 66.6666666667%; }

  .xxlarge-pull-8 {
    position: relative;
    left: -66.6666666667%; }

  .xxlarge-offset-7 {
    margin-left: 58.3333333333%; }

  .xxlarge-9 {
    width: 75%; }

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

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

  .xxlarge-offset-8 {
    margin-left: 66.6666666667%; }

  .xxlarge-10 {
    width: 83.3333333333%; }

  .xxlarge-push-10 {
    position: relative;
    left: 83.3333333333%; }

  .xxlarge-pull-10 {
    position: relative;
    left: -83.3333333333%; }

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

  .xxlarge-11 {
    width: 91.6666666667%; }

  .xxlarge-push-11 {
    position: relative;
    left: 91.6666666667%; }

  .xxlarge-pull-11 {
    position: relative;
    left: -91.6666666667%; }

  .xxlarge-offset-10 {
    margin-left: 83.3333333333%; }

  .xxlarge-12 {
    width: 100%; }

  .xxlarge-offset-11 {
    margin-left: 91.6666666667%; }

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

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

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

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

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

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

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

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

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

  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }

  .xxlarge-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }

  .xxlarge-uncentered,
  .xxlarge-push-0,
  .xxlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #666;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 60px; }

  h2 {
    font-size: 40px; }

  h3 {
    font-size: 30px; }

  h4 {
    font-size: 27px; }

  h5 {
    font-size: 1.25rem; }

  h6 {
    font-size: 1rem; } }
a {
  color: #76aca9;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #475536; }
  a img {
    border: 0; }

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

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

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

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

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

cite {
  display: block;
  font-size: 0.8125rem;
  color: #4d4d4e; }
  cite:before {
    content: '\2014 \0020'; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xxlarge-text-justify {
    text-align: justify; } }
.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }

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

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

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

  thead.show-for-print {
    display: table-header-group !important; }

  tbody.show-for-print {
    display: table-row-group !important; }

  tr.show-for-print {
    display: table-row !important; }

  td.show-for-print {
    display: table-cell !important; }

  th.show-for-print {
    display: table-cell !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  pre,
  blockquote {
    border: 1px solid #4d4d4e;
    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; } }
[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;
  padding: 0.5rem;
  border: 1px solid #666;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #4d4d4e;
    background-color: #fff;
    outline: none;
    box-shadow: 0 0 5px #666;
    -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    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: #666; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #666; }

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

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

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

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;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

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

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

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #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: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

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

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

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

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

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

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

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

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

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #666;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2877, 77, 78%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #e6e6e6;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

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

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

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: transparent;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: transparent;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #76aca9;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #58908d;
      color: #fff; }
  .button.secondary {
    background-color: #777;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #fff; }
  .button.success {
    background-color: #3adb76;
    color: #fff; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fff; }
  .button.warning {
    background-color: #ffae00;
    color: #fff; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button.alert {
    background-color: #ec5840;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fff; }
  .button.hollow {
    border: 1px solid #76aca9;
    color: #76aca9; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #375a58;
      color: #375a58; }
    .button.hollow.primary {
      border: 1px solid #76aca9;
      color: #76aca9; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #375a58;
        color: #375a58; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fff transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 89.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;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

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

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

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

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

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

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

.accordion {
  list-style-type: none;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  border-radius: 0;
  margin-left: 0; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #76aca9;
  position: relative;
  border-bottom: 1px solid #e6e6e6; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
  padding: 1rem;
  display: none;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff; }

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

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

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #76aca9;
  color: #fff; }
  .badge.secondary {
    background: #777;
    color: #fff; }
  .badge.success {
    background: #3adb76;
    color: #fff; }
  .badge.warning {
    background: #ffae00;
    color: #fff; }
  .badge.alert {
    background: #ec5840;
    color: #fff; }

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

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    font-size: 0.9rem; }
    .button-group .button:not(:last-child) {
      margin-right: 1px; }
  .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 {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: 50%;
      margin-right: 1px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: 33.3333333333%;
      margin-right: 1px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: 25%;
      margin-right: 1px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: 20%;
      margin-right: 1px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: 16.6666666667%;
      margin-right: 1px; }
  .button-group.primary .button {
    background-color: #76aca9;
    color: #fff; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #58908d;
      color: #fff; }
  .button-group.secondary .button {
    background-color: #777;
    color: #fff; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5f5f5f;
      color: #fff; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #fff; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #fff; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #fff; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #fff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #fff; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%;
    border-right: 1px solid transparent; }
    .button-group.stacked .button:not(:last-child), .button-group.stacked-for-small .button:not(:last-child), .button-group.stacked-for-medium .button:not(:last-child) {
      border-bottom: 1px solid transparent; }
  @media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto; }
      .button-group.stacked-for-small .button:not(:last-child) {
        margin-right: 1px; } }
  @media screen and (min-width: 64.0625em) {
    .button-group.stacked-for-medium .button {
      width: auto; }
      .button-group.stacked-for-medium .button:not(:last-child) {
        margin-right: 1px; } }
  @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 {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #333;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #eaf3f2; }
  .callout.secondary {
    background-color: #ebebeb; }
  .callout.success {
    background-color: #e1faea; }
  .callout.warning {
    background-color: #fff3d9; }
  .callout.alert {
    background-color: #fce6e2; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

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

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block !important; }

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

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

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

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

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

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

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

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%; }
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%; }
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative; }
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #76aca9 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px; }
[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }
.no-js .dropdown.menu ul {
  display: none; }
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }
.dropdown.menu.vertical > li.opens-left .is-dropdown-submenu {
  left: auto;
  right: 100%; }
.dropdown.menu.vertical > li.opens-right .is-dropdown-submenu {
  right: auto;
  left: 100%; }
.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px; }
.dropdown.menu.vertical > li.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #76aca9 transparent transparent;
  border-right-style: solid;
  border-left-width: 0; }
.dropdown.menu.vertical > li.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #76aca9;
  border-left-style: solid;
  border-right-width: 0; }
@media screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #76aca9 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.medium-vertical > li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #76aca9 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #76aca9;
    border-left-style: solid;
    border-right-width: 0; } }
@media screen and (min-width: 64.0625em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #76aca9 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.large-vertical > li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #76aca9 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #76aca9;
    border-left-style: solid;
    border-right-width: 0; } }
@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #76aca9 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.xlarge-vertical > li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #76aca9 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #76aca9;
    border-left-style: solid;
    border-right-width: 0; } }
@media screen and (min-width: 90em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #76aca9 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xxlarge-vertical > li.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.xxlarge-vertical > li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.xxlarge-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.xxlarge-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #76aca9 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.xxlarge-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #76aca9;
    border-left-style: solid;
    border-right-width: 0; } }
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

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

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

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fff;
  border: 1px solid #666; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px;
    margin-top: -3px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #76aca9 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #76aca9;
    border-left-style: solid;
    border-right-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .is-dropdown-submenu, .is-dropdown-submenu.js-dropdown-active {
    display: block; }

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

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #76aca9;
  color: #fff; }
  .label.secondary {
    background: #777;
    color: #fff; }
  .label.success {
    background: #3adb76;
    color: #fff; }
  .label.warning {
    background: #ffae00;
    color: #fff; }
  .label.alert {
    background: #ec5840;
    color: #fff; }

.media-object {
  margin-bottom: 1rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 1rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i {
    vertical-align: middle; }
  .menu > li > a i + span,
  .menu > li > a img + span {
    vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64.0625em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  @media screen and (min-width: 75em) {
    .menu.xlarge-horizontal > li {
      display: table-cell; }
    .menu.xlarge-vertical > li {
      display: block; } }
  @media screen and (min-width: 90em) {
    .menu.xxlarge-horizontal > li {
      display: table-cell; }
    .menu.xxlarge-vertical > li {
      display: block; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right::before, .menu.align-right::after {
    content: ' ';
    display: table; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    color: #fff;
    background: #76aca9; }

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

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

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

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: transparent;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0); }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.3);
  cursor: pointer;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease; }

.off-canvas {
  position: absolute;
  background: transparent;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0); }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -320px;
    top: 0;
    width: 320px; }
    .is-open-left {
      -webkit-transform: translateX(320px);
              transform: translateX(320px); }
  .off-canvas.position-right {
    right: -320px;
    top: 0;
    width: 320px; }
    .is-open-right {
      -webkit-transform: translateX(-320px);
              transform: translateX(-320px); }

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 320px; }

  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 320px; } }
@media screen and (min-width: 64.0625em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 320px; }

  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 320px; } }
@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-xlarge ~ .off-canvas-content {
      margin-left: 320px; }

  .position-right.reveal-for-xlarge {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-xlarge ~ .off-canvas-content {
      margin-right: 320px; } }
@media screen and (min-width: 90em) {
  .position-left.reveal-for-xxlarge {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-xxlarge ~ .off-canvas-content {
      margin-left: 320px; }

  .position-right.reveal-for-xxlarge {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-xxlarge ~ .off-canvas-content {
      margin-right: 320px; } }
.orbit {
  position: relative; }

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

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

.orbit-figure {
  margin: 0; }

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

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

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fff; }
  [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 {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    background-color: #666;
    border-radius: 50%; }
    .orbit-bullets button:hover {
      background-color: #4d4d4e; }
    .orbit-bullets button.is-active {
      background-color: #4d4d4e; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    border-radius: 0;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #0a0a0a;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #76aca9;
    color: #fff;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #666;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '\2026';
    padding: 0.1875rem 0.625rem;
    color: #0a0a0a; }

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

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

.progress {
  background-color: #666;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0; }
  .progress.primary .progress-meter {
    background-color: #76aca9; }
  .progress.secondary .progress-meter {
    background-color: #777; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #ec5840; }

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

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  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: #666;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear; }

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

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

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

.sticky-container {
  position: relative; }

.sticky {
  position: absolute;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 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: absolute;
  left: auto;
  right: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

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

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

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

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

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

.switch-paddle {
  background: #666;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    background: #fff;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    border-radius: 0; }
  input:checked ~ .switch-paddle {
    background: #76aca9; }
    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%;
  -webkit-transform: translateY(-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 .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem; }
.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem; }
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem; }

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

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

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f2f2f2;
    background-color: #fff; }

  caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }

  thead,
  tfoot {
    background: #f9f9f9;
    color: #333; }
    thead tr,
    tfoot tr {
      background: transparent; }
    thead th,
    thead td,
    tfoot th,
    tfoot td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-weight: bold;
      text-align: left; }

  tbody tr:nth-child(even) {
    background-color: #f2f2f2; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

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

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

table.hover tr:hover {
  background-color: #fafafa; }
table.hover tr:nth-of-type(even):hover {
  background-color: #ededed; }

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

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

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

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

.tabs.primary {
  background: #76aca9; }
  .tabs.primary > li > a {
    color: #fff; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #6da7a3; }

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

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

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

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

.thumbnail {
  border: solid 4px #fff;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  -webkit-transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem; }
  .thumbnail:hover, .thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(118, 172, 169, 0.5); }

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

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

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

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

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

.has-tip {
  border-bottom: dotted 1px #4d4d4e;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help; }

.tooltip {
  background-color: #fff;
  color: #0a0a0a;
  font-size: 0.875rem;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0; }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #fff;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #fff transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #fff;
    border-left-style: solid;
    border-right-width: 0;
    bottom: auto;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #fff transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

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

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

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

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

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

Stylesheet: Main Stylesheet

*************************************************/
/*********************
GENERAL STYLES
*********************/
@font-face {
  font-family: 'great-forest';
  src: url("../fonts/great_forest_-_simplified-webfont.eot");
  src: url("../fonts/great_forest_-_simplified-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/great_forest_-_simplified-webfont.woff2") format("woff2"), url("../fonts/great_forest_-_simplified-webfont.woff") format("woff"), url("../fonts/great_forest_-_simplified-webfont.ttf") format("truetype"), url("../fonts/great_forest_-_simplified-webfont.svg#great_forest_simplisimplified") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'great-forest-small';
  src: url("../fonts/great_forest_-_small_caps-webfont.eot");
  src: url("../fonts/great_forest_-_small_caps-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/great_forest_-_small_caps-webfont.woff2") format("woff2"), url("../fonts/great_forest_-_small_caps-webfont.woff") format("woff"), url("../fonts/great_forest_-_small_caps-webfont.ttf") format("truetype"), url("../fonts/great_forest_-_small_caps-webfont.svg#great_forestsmall_caps") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot");
  src: url("../fonts/fontello.eot#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2") format("woff2"), url("../fonts/fontello.woff") format("woff"), url("../fonts/fontello.ttf") format("truetype"), url("../fonts/fontello.svg#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?35883963#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

/* '' */
.vertical-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.button {
  border: 1px solid #000;
  font-family: "great-forest", sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #000; }
  .button:hover {
    color: #687767;
    border-color: #687767; }
  .button:active {
    color: #687767; }
  .button:focus {
    color: #687767; }

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

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

h1, .h1 {
  text-transform: uppercase; }

h2, .h2 {
  font-size: 1.125rem;
  color: #004b55;
  text-transform: uppercase; }

p {
  font-family: "brandon-grotesque", sans-serif !important;
  font-size: 20px;
  color: #333; }
  p.text-small {
    font-size: 0.875rem; }

.home #content {
  background-color: #000; }

#grid-home-page .block:hover img, #grid-home-page .block.active img {
  opacity: 0.25;
  -webkit-transition: ease-in-out, opacity 0.25s ease-in-out;
  transition: ease-in-out, opacity 0.25s ease-in-out; }
#grid-home-page .block:hover .activity-icon, #grid-home-page .block.active .activity-icon {
  opacity: 0.25; }
#grid-home-page .block:hover .page-block-hover img, #grid-home-page .block:hover .element-block-hover img, #grid-home-page .block.active .page-block-hover img, #grid-home-page .block.active .element-block-hover img {
  opacity: 1; }

/*********************
HEADER STYLES
*********************/
.vi-logo {
  width: 222px;
  height: 37px; }

.scroll header.header {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%; }

.scroll.admin-bar header.header {
  top: 30px; }

.header ul.off-canvas-list li {
  list-style: none; }
.header.disabled {
  opacity: 0.8; }
.header .title-bar {
  text-align: center; }
  .header .title-bar .title-bar-left {
    float: left; }
    @media screen and (max-width: 39.9375em) {
      .header .title-bar .title-bar-left {
        float: none;
        width: 100%; } }
    @media screen and (min-width: 40em) and (max-width: 64em) {
      .header .title-bar .title-bar-left {
        float: none;
        width: 100%; } }
  .header .title-bar .title-bar-instructions {
    display: inline-block;
    margin: 10px auto;
    text-align: center;
    font-family: "great-forest", sans-serif;
    font-size: 0.9375rem;
    text-transform: uppercase; }
    @media screen and (max-width: 39.9375em) {
      .header .title-bar .title-bar-instructions {
        font-size: 0.625rem; } }
    .header .title-bar .title-bar-instructions span {
      display: block;
      font-family: "brandon-grotesque", sans-serif;
      font-size: 0.75rem;
      font-weight: 700;
      color: #666;
      text-transform: uppercase; }
      .header .title-bar .title-bar-instructions span.larger {
        font-size: 0.9375rem;
        color: #969696; }
  .header .title-bar .title-bar-title {
    margin-top: 10px; }
.header .search-icon {
  width: 26px;
  height: 26px; }

.search-bar-hidden {
  display: none; }

.search-bar-visible {
  display: block;
  position: absolute;
  top: 75px;
  right: 0;
  height: auto;
  width: 50%;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1000; }
  .search-bar-visible #search {
    margin-bottom: 0;
    border: none;
    font-size: 1.25rem;
    box-shadow: none;
    background-color: #e6e6e6;
    color: #000; }

.admin-bar .search-bar-visible {
  top: 105px; }

.banner { background-size: cover; background-position: center center; text-align: center; position: relative; }
.banner-cover { position: absolute; top: 0px; left: 0px; height: 100%; width: 100%; background-color: rgba(0,0,0,0.25); }
  @media screen and (max-width: 74.9375em) {
    .banner .banner-content h1 {
      /*font-size: 2.0rem !important;*/
    }
  }
  @media screen and (max-width: 64em) {
    .banner .banner-content h1 {
      /*font-size: 1.6rem !important;*/ } }
  @media screen and (max-width: 39.9375em) {
    .banner .banner-content h1 {
      /*font-size: 1.2rem !important;*/ } }
    .banner .banner-content #breadcrumbs {
      position: absolute;
      bottom: 0;
      left: 0;
      font-size: 0.75rem;
      text-transform: uppercase;
      color: #fff; }
      .banner .banner-content #breadcrumbs a {
        color: #fff; }

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

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

.home .off-canvas-wrapper {
  background: #000; }

.off-canvas-wrapper {
  height: 100%; }
  .off-canvas-wrapper .off-canvas-wrapper-inner {
    min-height: 100%; }
  .off-canvas-wrapper .off-canvas {
    padding: 0 20px 20px;
    color: #fff; }
    .off-canvas-wrapper .off-canvas a {
      color: #fff;
      text-decoration: none;
    }
    .off-canvas-wrapper .off-canvas h2 {
      margin-bottom: 20px;
      font-family: "great-forest", sans-serif;
      font-size: 1.1875rem;
      text-align: center;
      color: #fff; }
  .off-canvas-wrapper .off-canvas.position-right {
    padding-top: 20px; }
    .off-canvas-wrapper .off-canvas.position-right h2 {
      margin-top: 20px; }
    .off-canvas-wrapper .off-canvas.position-right .delete-element-instructions p {
      color: #fff; }

.my-formula {
  position: fixed;
  width: auto;
  height: 30px;
  top: 50%;
  right: 0px;
  margin-top: 75px;
  padding: 7px 10px 5px;
  z-index: 20;
  outline: none;
  line-height: 2;
  -webkit-transform: rotate(-90deg) translate3d(0px, 0px, 0px);
          transform: rotate(-90deg) translate3d(0px, 0px, 0px);
  -webkit-transform-origin: 20px -83px;
          transform-origin: 20px -83px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  line-height: 1;
  color: #fff;
  background-color: #004b55;
  font-family: "great-forest", sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  cursor: pointer; }
  .my-formula:after {
    display: none; }
  .my-formula.inactive:after {
    display: block;
    position: absolute;
    top: -123px;
    left: -15px;
    width: 162px;
    height: 85px;
    background: url(../images/attention-finger.gif) no-repeat 0 0;
    background-size: 100%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    content: ''; }
    @media screen and (max-width: 39.9375em) {
      .my-formula.inactive:after {
        display: none; } }

.menu-icon[aria-controls='offCanvasRight'] {
  position: fixed;
  top: 400px;
  right: -81px;
  width: 175px;
  height: 40px;
  z-index: 500;
  outline: none;
  line-height: 2; }
  .menu-icon[aria-controls='offCanvasRight']::after {
    content: 'My Formula';
    font-family: "great-forest", sans-serif;
    text-transform: uppercase;
    color: #fff;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    position: absolute;
    display: block;
    width: 175px;
    height: 40px;
    top: 0;
    right: 0;
    box-shadow: none;
    background-color: #000; }

@media screen and (max-width: 39.9375em) {
  .menu-icon[aria-controls='offCanvasLeft'] {
    position: absolute;
    left: 0;
    top: 27px; } }
@media screen and (min-width: 40em) and (max-width: 64em) {
  .menu-icon[aria-controls='offCanvasLeft'] {
    position: absolute;
    left: 0;
    top: 27px; } }
#menu-main-navigation {
  margin-bottom: 40px;
  text-align: left; }

ul.off-canvas-list li label {
  margin-top: 3rem; }

#offCanvasRight {
  height: 100%;
  background-color: #000; }
  #offCanvasRight .sum {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center; }
    #offCanvasRight .sum a[aria-haspopup='true'] svg {
      background-color: #004b55; }
    #offCanvasRight .sum span {
      display: inline-block;
      width: 45px;
      height: auto;
      line-height: 0;
      background-color: #004b55; }
      #offCanvasRight .sum span.number {
        background: none; }
      #offCanvasRight .sum span .cls-1, #offCanvasRight .sum span .cls-2 {
        fill: #fff; }
    #offCanvasRight .sum .plus {
      display: inline-block;
      content: '';
      margin: 0 5px 14px;
      width: 13px;
      height: 13px;
      background: url(../images/icon-sum.png) no-repeat #000;
      background-size: 13px 13px; }
    #offCanvasRight .sum .equals {
      display: block;
      content: '';
      margin: 20px auto 30px;
      width: 15px;
      height: 13px;
      background: url(../images/icon-equals.png) no-repeat #000;
      background-size: 15px 13px; }
    #offCanvasRight .sum .calculate {
      clear: both;
      display: inline-block;
      padding: 10px 40px;
      border: 1px solid #fff; }
    #offCanvasRight .sum #calculate-equation, #offCanvasRight .sum #clear-equation {
      border-color: #fff;
      color: #fff; }
  #offCanvasRight .periodic-table span {
    display: inline-block;
    width: 45px;
    height: auto;
    line-height: 0;
    background-color: #004b55; }
  #offCanvasRight .periodic-table .cls-1 {
    fill: #fff; }
  #offCanvasRight hr {
    margin: 60px auto;
    width: 80%;
    height: 0;
    border-bottom: 1px solid #fff; }

#offCanvasLeft {
  height: 100%;
  text-align: center;
  background-color: #000; }
  #offCanvasLeft .search-form input {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border: none;
    background-color: #4d4d4e;
    color: #fff; }
    #offCanvasLeft .search-form input::-webkit-input-placeholder {
      color: #fff; }
  #offCanvasLeft .social {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center; }
    #offCanvasLeft .social li {
      display: inline-block;
      margin: 20px 2px;
      padding: 3px;
      color: #000;
      border-radius: 70px;
      line-height: 1.4; }
      #offCanvasLeft .social li a {
        color: #000; }
  #offCanvasLeft .copyright p {
    margin-top: 25px;
    font-size: 0.5625rem;
    text-align: justify;
    color: #e6e6e6; }
    @media screen and (max-width: 39.9375em) {
      #offCanvasLeft .copyright p {
        margin-top: 10px; } }
  #offCanvasLeft hr {
    margin: 60px auto;
    width: 80%;
    height: 0;
    border-bottom: 1px solid #fff; }
    @media screen and (max-width: 39.9375em) {
      #offCanvasLeft hr {
        margin: 20px auto; } }
  #offCanvasLeft .menu.vertical > li {
    border-bottom: 1px solid #fff;
    text-transform: uppercase; }
    #offCanvasLeft .menu.vertical > li .is-accordion-submenu-item {
      text-transform: capitalize;
      color: #e6e6e6; }
      #offCanvasLeft .menu.vertical > li .is-accordion-submenu-item:last-child {
        border-bottom: none; }
  #offCanvasLeft .is-accordion-submenu-parent[aria-expanded='false'] > a::after {
    font-family: "fontello";
    content: '\e806';
    display: block;
    width: 15px;
    height: 15px;
    /*border: 1px solid #fff;*/
    border: 0px solid transparent;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 1rem;
    text-align: center;
    line-height: 0.8; }
  #offCanvasLeft .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
    font-family: "fontello";
    content: '\e807';
    display: block;
    width: 15px;
    height: 15px;
    /*border: 1px solid #fff;*/
    border: 0px solid transparent;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 1rem;
    text-align: center;
    line-height: 0.8; }

.tab-nav {
  margin-bottom: 40px;
  background-color: #4d4d4e; }
  .tab-nav .columns {
    background-color: #4d4d4e; }
  .tab-nav a {
    position: relative;
    display: block; }
    .tab-nav a img {
      display: block;
      opacity: 0.6;
      -webkit-transition: ease-in-out, opacity 0.25s ease-in-out;
      transition: ease-in-out, opacity 0.25s ease-in-out; }
      .tab-nav a img:hover {
        opacity: 1;
        -webkit-transition: ease-in-out, opacity 0.25s ease-in-out;
        transition: ease-in-out, opacity 0.25s ease-in-out; }
    .tab-nav a:after {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: 0;
      content: '';
      width: 0;
      height: 0;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-bottom: 20px solid white;
      z-index: 1000;
      opacity: 0;
      -webkit-transition: ease-in-out, opacity 0.25s ease-in-out;
      transition: ease-in-out, opacity 0.25s ease-in-out; }
    .tab-nav a:hover:after {
      opacity: 1;
      -webkit-transition: ease-in-out, opacity 0.25s ease-in-out;
      transition: ease-in-out, opacity 0.25s ease-in-out; }
    .tab-nav a.active img {
      opacity: 1; }
    .tab-nav a.active:after {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: 0;
      content: '';
      width: 0;
      height: 0;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-bottom: 20px solid white;
      z-index: 1000;
      opacity: 1; }

/*********************
POSTS & CONTENT STYLES
*********************/
#grid-win-a-vancouver-island-prize-package .page-block-hover, #grid-see-people-in-their-element .page-block-hover, #grid-play-video .page-block-hover {
  display: none; }

#grid-win-a-vancouver-island-prize-package:hover .page-block-hover, #grid-see-people-in-their-element:hover .page-block-hover, #grid-play-video:hover .page-block-hover {
  display: none; }

#grid-win-a-vancouver-island-prize-package {
  background-color: #036868;
  /* lighter blue */
  -webkit-animation-name: stretch;
          animation-name: stretch;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
  -webkit-animation-play-state: running;
          animation-play-state: running; }

@-webkit-keyframes stretch {
  0% {
    background-color: #036868;
    /* lighter blue */ }
  100% {
    background-color: #004b4b;
    /* deep blue */ } }

@keyframes stretch {
  0% {
    background-color: #036868;
    /* lighter blue */ }
  100% {
    background-color: #004b4b;
    /* deep blue */ } }
#grid-build-your-perfect-travel-formula .more {
  background-color: #fff;
  padding: 10px 20px;
  width: 70%;
  margin: auto;
  font-size: 16px;
  color: #004b4b; }
  @media screen and (max-width: 39.9375em) {
    #grid-build-your-perfect-travel-formula .more {
      font-size: 12px;
      width: 90%; } }
#grid-build-your-perfect-travel-formula .more:after {
  background: transparent url("../images/icon-right-arrow-teal.svg") no-repeat scroll 0 0;
  width: 25px;
  height: 25px; }
  @media screen and (max-width: 39.9375em) {
    #grid-build-your-perfect-travel-formula .more:after {
      width: 18px;
      height: 18px;
      margin-bottom: -3px; } }

#grid-win-a-vancouver-island-prize-package:hover {
  background-color: #004b55 !important;
  opacity: 0.75; }
  #grid-win-a-vancouver-island-prize-package:hover .vertical-center p {
    display: block; }

#grid-see-people-in-their-element .block-inner:after {
  display: block;
  margin: 0;
  left: 25%;
  right: 25%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: 'See people in their element';
  -webkit-transition: ease-in-out, 0.25s ease-in-out;
  transition: ease-in-out, 0.25s ease-in-out;
  font-family: "great-forest", sans-serif;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: transparent;
  text-align: center; }
  @media screen and (max-width: 39.9375em) {
    #grid-see-people-in-their-element .block-inner:after {
      font-size: 0.75rem; } }
#grid-see-people-in-their-element .block-inner:hover:after {
  color: #fff; }

#grid-play-video .block-inner:after {
  display: block;
  margin: 0;
  left: 25%;
  right: 25%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: 'Play Video';
  -webkit-transition: ease-in-out, 0.25s ease-in-out;
  transition: ease-in-out, 0.25s ease-in-out;
  font-family: "great-forest", sans-serif;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: transparent;
  text-align: center; }
  @media screen and (max-width: 39.9375em) {
    #grid-play-video .block-inner:after {
      font-size: 0.75rem; } }
#grid-play-video .block-inner:hover:after {
  color: #fff; }

#grid-regions .more {
  display: none; }

.social-steps .steps {
  padding-bottom: 40px;
  background: url(../images/icon-social-arrow.png) no-repeat center bottom;
  background-size: 50%; }
.social-steps .step-1 {
  float: left;
  width: 92px;
  height: auto; }
.social-steps .step-2 {
  float: right;
  width: 124px;
  height: auto; }
.social-steps p {
  margin-top: 30px;
  margin-right: 5px;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #004b55; }
  .social-steps p span {
    text-transform: none;
    font-weight: 700; }
.social-steps .social {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
  .social-steps .social li {
    display: inline-block;
    margin: 0;
    padding: 2px;
    border-radius: 0;
    color: #fff;
    background-color: #4d4d4e; }
    .social-steps .social li a {
      color: #fff; }

.events {
  margin: 0;
  padding: 0; }
  .events .event {
    margin: 0;
    padding: 30px;
    list-style-type: none;
    border-top: 1px solid #d9d9d9 !important;
    border-right: 1px solid #d9d9d9 !important;
    border-left: 6px solid; }
    .events .event:last-child {
      border-bottom: 1px solid #d9d9d9 !important; }
    .events .event .date {
      float: left;
      margin-right: 20px;
      color: #004b55; }
      .events .event .date .day {
        display: block;
        font-family: "great-forest";
        font-size: 1.9375rem;
        line-height: 1; }
      .events .event .date .month {
        font-family: "brandon-grotesque", sans-serif;
        font-size: 1.0625rem;
        font-weight: 700;
        text-transform: uppercase; }
    .events .event h2 {
      margin-bottom: 3px;
      font-family: "great-forest", sans-serif;
      font-size: 1.3125rem;
      text-transform: uppercase;
      color: #004b55; }
      .events .event h2 a {
        color: #004b55 !important; }
    .events .event .info {
      display: block;
      font-family: "brandon-grotesque", sans-serif;
      font-weight: 700;
      color: #999;
      text-transform: uppercase; }
      .events .event .info .dates {
        margin-right: 10px; }
      .events .event .info .icon-location:before {
        margin-right: 0; }

.contest {
  padding-left: 50px; }
  @media screen and (max-width: 39.9375em) {
    .contest {
      padding-left: 0;
      text-align: center; } }
  .contest #hand {
    float: right;
    width: 92px;
    height: auto; }
  .contest p {
    font-size: 14px;
    text-transform: uppercase;
    color: #687767;
    margin: 0; }
    .contest p a {
      color: #687767;
      text-decoration: underline; }
    .contest p a:hover {
      color: #004b55; }
    .contest p span {
      display: block;
      font-size: 1rem;
      font-weight: 500;
      color: black;
      text-transform: none; }
  .contest .contest-button {
    font-size: 13px;
    font-family: "great-forest", sans-serif;
    background-color: #687767;
    color: #fff;
    width: 175px;
    padding: 13px 0;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 10px;
    text-align: center; }
    @media screen and (max-width: 39.9375em) {
      .contest .contest-button {
        display: block;
        margin: auto; } }
  .contest .contest-button:hover {
    background-color: #004b55;
    color: #fff; }
  .contest .contest-button + .contest-button {
    margin-left: 30px; }
    @media screen and (max-width: 39.9375em) {
      .contest .contest-button + .contest-button {
        margin-left: auto;
        margin-top: 10px; } }

hr {
  border: none;
  height: 9px;
  background: url(../images/bg-hr.png); }

.content-area {
  background-color: #fff; }

p.lead-in {
  font-size: 1rem; }

body.home {
  background-color: #000 !important; }

.reveal {
  padding: 20px 0 0;
  border-color: #000; }
  @media screen and (min-width: 40em) {
    .reveal {
      width: 910px; } }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      width: 100%;
      padding-bottom: 50px; } }
  .reveal .remove-element.button, .reveal .add-element.button {
    margin-top: 30px;
    color: #fff;
    line-height: 1.5;
    border: none;
    background-color: #687767; }
    @media screen and (max-width: 39.9375em) {
      .reveal .remove-element.button, .reveal .add-element.button {
        margin-top: 10px; } }
    .reveal .remove-element.button:hover, .reveal .add-element.button:hover {
      background-color: #004b55; }
  .reveal .element-added p {
    font-size: 11px; }
  .reveal h2 {
    font-family: "great-forest", sans-serif;
    font-size: 1.4375rem; }
  .reveal h4 {
    margin-top: 20px;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 1.0625rem;
    font-weight: 900;
    color: #687767;
    text-transform: uppercase; }
  .reveal .modal-content {
    margin: 20px 40px 20px; }
    .reveal .modal-content #golfing {
      width: 75px;
      height: auto; }
    .reveal .modal-content #molecule {
      width: 113px;
      height: auto;
      margin-top: 40px; }
      @media screen and (min-width: 40em) and (max-width: 64em) {
        .reveal .modal-content #molecule {
          margin-top: 10px; } }
      @media screen and (max-width: 39.9375em) {
        .reveal .modal-content #molecule {
          margin-top: 0; } }
    .reveal .modal-content img.cls-1 {
      width: 75px;
      height: auto; }
    .reveal .modal-content .icon-text {
      width: 75px;
      height: auto; }
  .reveal .select-sub-element label {
    display: inline-block;
    float: left;
    margin-right: 40px;
    font-size: 1.125rem;
    color: #687767;
    cursor: pointer; }
    .reveal .select-sub-element label input[type='checkbox'] {
      margin-right: 2px;
      background-image: url(../images/bg-hr.png); }
  .reveal .select-sub-element .add-to-formula {
    clear: both;
    display: inline-block;
    padding: 10px 40px;
    font-family: "great-forest", sans-serif;
    color: #0a0a0a;
    border: 1px solid #0a0a0a; }
    .reveal .select-sub-element .add-to-formula:hover {
      color: #687767;
      border-color: #687767; }

.green {
  background-color: #687767 !important;
  -webkit-transition: ease-in-out, background-color 0.25s ease-in-out;
  transition: ease-in-out, background-color 0.25s ease-in-out; }
  .green:hover {
    background-color: #586558;
    -webkit-transition: ease-in-out, background-color 0.25s ease-in-out;
    transition: ease-in-out, background-color 0.25s ease-in-out; }

.blue {
  background-color: #004b55 !important;
  -webkit-transition: ease-in-out, background-color 0.25s ease-in-out;
  transition: ease-in-out, background-color 0.25s ease-in-out; }
  .blue:hover {
    background-color: #004048;
    -webkit-transition: ease-in-out, background-color 0.25s ease-in-out;
    transition: ease-in-out, background-color 0.25s ease-in-out; }

.dark-grey {
  background-color: #4d4d4e;
  -webkit-transition: ease-in-out, background-color 0.25s ease-in-out;
  transition: ease-in-out, background-color 0.25s ease-in-out; }
  .dark-grey:hover {
    background-color: #414142;
    -webkit-transition: ease-in-out, background-color 0.25s ease-in-out;
    transition: ease-in-out, background-color 0.25s ease-in-out; }

.grid-external {
  -webkit-transition: ease-in-out, background-color,opacity 0.25s ease-in-out;
  transition: ease-in-out, background-color,opacity 0.25s ease-in-out;
  opacity: 1; }
  .grid-external:hover {
    background-color: #050505 !important;
    -webkit-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
    opacity: 1; }

.grid-page {
  -webkit-transition: ease-in-out, background-color,opacity 0.25s ease-in-out;
  transition: ease-in-out, background-color,opacity 0.25s ease-in-out;
  opacity: 1; }
  .grid-page:hover {
    background-color: #050505 !important;
    -webkit-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
    opacity: 1; }

.page-block-hover, .element-block-hover {
  display: none; }

.block {
  background-color: #050505;
  position: relative; }
  .block img {
    width: 100%;
    height: auto;
    opacity: 1;
    -webkit-transition: ease-in-out, background-color,opacity 0.25s ease-in-out;
    transition: ease-in-out, background-color,opacity 0.25s ease-in-out; }
  .block:hover .vertical-center p, .block.active .vertical-center p {
    display: none; }
  .block:hover .vertical-center .page-block-hover p, .block:hover .vertical-center .element-block-hover p, .block.active .vertical-center .page-block-hover p, .block.active .vertical-center .element-block-hover p {
    display: block; }
  .block:hover .page-block-hover, .block:hover .element-block-hover, .block.active .page-block-hover, .block.active .element-block-hover {
    display: block;
    -webkit-transition: ease-in-out, 0.25s ease-in-out;
    transition: ease-in-out, 0.25s ease-in-out; }
    .block:hover .page-block-hover img, .block:hover .element-block-hover img, .block.active .page-block-hover img, .block.active .element-block-hover img {
      width: 28px;
      height: 28px;
      opacity: 1;
      display: block;
      margin: auto; }
    .block:hover .page-block-hover p, .block:hover .element-block-hover p, .block.active .page-block-hover p, .block.active .element-block-hover p {
      font-family: "great-forest", sans-serif !important;
      font-size: 1rem;
      opacity: 1;
      margin-top: 15px;
      text-transform: uppercase; }
  .block.column.grid-element.active .block-inner:after, .block.grid-element.active.columns .block-inner:after {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background: url(../images/icon-selected.png) no-repeat bottom right;
    background-size: 50%;
    content: '';
    opacity: 0.75; }
  .block.column.grid-element.active .block-inner .element-block-hover, .block.grid-element.active.columns .block-inner .element-block-hover {
    display: none; }
  .block .block-inner {
    display: block;
    width: 100%;
    height: 100%; }
    .block .block-inner .icon {
      width: 100px;
      height: auto;
      margin: 0 auto;
      margin-top: -30px;
      opacity: 1;
      -webkit-transition: ease-in-out, opacity 0.25s ease-in-out;
      transition: ease-in-out, opacity 0.25s ease-in-out; }
    .block .block-inner:hover .icon, .block .block-inner:active .icon {
      opacity: 0;
      -webkit-transition: ease-in-out, opacity 0.25s ease-in-out;
      transition: ease-in-out, opacity 0.25s ease-in-out; }
  .block .vertical-center {
    width: 100%;
    position: relative;
    top: 50%; }
    .block .vertical-center p {
      padding-left: 10px;
      padding-right: 10px;
      font-family: "great-forest", sans-serif !important;
      font-size: 0.95rem;
      color: #fff;
      text-align: center;
      text-transform: uppercase; }
      @media screen and (max-width: 39.9375em) {
        .block .vertical-center p {
          font-size: 0.8125rem; } }
      .block .vertical-center p.more {
        font-size: 0.75rem; }
        .block .vertical-center p.more:after {
          display: inline-block;
          width: 20px;
          height: 20px;
          margin-left: 5px;
          margin-bottom: -5px;
          content: '';
          background: url(../images/icon-right-arrow-white.svg) no-repeat 0 0; }
  .block .activity-icon {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 86px;
    height: auto;
    -webkit-transition-property: width height margin;
    transition-property: width height margin;
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; }
  .block .cls-1 {
    fill: #fff !important; }

.grid-element:hover .element-block-hover, .grid-element:active .element-block-hover {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  -webkit-transition: ease-in-out, 0.25s ease-in-out;
  transition: ease-in-out, 0.25s ease-in-out; }
  .grid-element:hover .element-block-hover img, .grid-element:active .element-block-hover img {
    opacity: 1; }
  .grid-element:hover .element-block-hover p, .grid-element:active .element-block-hover p {
    display: block;
    color: #ffffff;
    text-align: center;
    font-size: 1rem;
    margin-bottom: 0; }

.section-title {
  margin-top: 20px;
  background: url(../images/bg-hr.png) repeat-x;
  text-align: center;
  line-height: 0.4rem; }
  @media screen and (max-width: 39.9375em) {
    .section-title {
      background-position: center center;
      line-height: 1.2rem; } }
  .section-title span {
    padding: 0 5px;
    font-family: "great-forest-small", sans-serif;
    font-size: 1.1875rem;
    color: #999;
    background-color: #fff; }

.element-selection .block img {
  opacity: 0.6; }
@media screen and (min-width: 40em) and (max-width: 64em) {
  .element-selection .block .activity-icon {
    top: 20px;
    left: 20px;
    width: 60px;
    height: auto;
    margin: 0; } }
@media screen and (max-width: 39.9375em) {
  .element-selection .block .activity-icon {
    top: 10px;
    left: 10px;
    width: 35px;
    height: auto;
    margin: 0; } }
.element-selection .block:hover img, .element-selection .block.active img {
  opacity: 1; }
.element-selection .block:hover .activity-icon, .element-selection .block.active .activity-icon {
  width: 131px;
  height: 65%;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition-property: width height margin;
  transition-property: width height margin;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }
  @media screen and (min-width: 40em) and (max-width: 64em) {
    .element-selection .block:hover .activity-icon, .element-selection .block.active .activity-icon {
      width: 80px;
      height: auto;
      top: 10%; } }
  @media screen and (max-width: 39.9375em) {
    .element-selection .block:hover .activity-icon, .element-selection .block.active .activity-icon {
      width: 50px;
      height: auto;
      top: 10%; } }
.element-selection .block .block-inner {
  background-color: black; }
  .element-selection .block .block-inner .icon {
    width: 100%;
    height: auto; }
  .element-selection .block .block-inner:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
    content: '';
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid white;
    z-index: 1000;
    opacity: 0;
    -webkit-transition: ease-in-out, opacity 0.25s ease-in-out;
    transition: ease-in-out, opacity 0.25s ease-in-out; }
  .element-selection .block .block-inner:hover:after {
    opacity: 1;
    -webkit-transition: ease-in-out, opacity 0.25s ease-in-out;
    transition: ease-in-out, opacity 0.25s ease-in-out; }
  .element-selection .block .block-inner.active img {
    opacity: 1; }
  .element-selection .block .block-inner.active:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
    content: '';
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid white;
    z-index: 1000;
    opacity: 1; }
.element-selection .block.active .block-inner img {
  opacity: 1 !important; }
.element-selection .block.active .block-inner:after {
  opacity: 1 !important; }
.element-selection .tab-noelement .block-inner {
  margin-top: 30px; }
  .element-selection .tab-noelement .block-inner:hover {
    opacity: 1; }
  .element-selection .tab-noelement .block-inner .icon:hover {
    opacity: 1 !important; }
  .element-selection .tab-noelement .block-inner img {
    opacity: 0.9; }
    .element-selection .tab-noelement .block-inner img:hover {
      opacity: 1 !important; }

/*******************************************************/
/* FILTER BUTTONS WIDGET                               */
/*******************************************************/
.filter-button { border: 1px solid #004953; color: #004953; padding: 3px 10px; float: left; margin: 10px 10px 0px 0px; transition: all .25s; line-height: inherit; }
.filter-button-selected { border: 1px solid #004953; background-color: #004953; color: #FFFFFF; transition: all .25s; }

/*******************************************************/
/* LISTING REGION PAGE                                 */
/*******************************************************/
.popup-close { position: absolute; color: #000000; right: 0px; cursor: pointer; text-align: right; }
.listing-divider { width: 100%; height: 1px; background-color: #E0E0E0; margin: 0px 0px 0px 0px; }
.listing { border: 1px solid #E0E0E0; padding: 0px !important; margin: 20px 0px 0px 0px; height: 100%; position: relative; opacity: 1; }
.hideStakeholder { margin: 20px 0px 0px 100%; opacity: 0; position: absolute; height: 0px; }
.listing-right-side { margin-left: 20px; }
.listing .post-edit-link { display: block; }
.listing .photo { background-size: cover !important; background-repeat: no-repeat !important; background-position: center center !important; height: 400px; width: 100%; margin-bottom: 10px; }
.listing-main-title { font-family: 'great-forest', sans-serif; font-size: 30px; padding: 30px 0px 0px 0px; text-align: center; color: #004953; }
.listing-title { margin-bottom: 10px !important; }
.listing h3 { margin-bottom: 0px !important; text-transform: uppercase; text-align: left; }
.listing h3 a { font-family: 'great-forest', sans-serif !important; font-size: 25px !important; }
.listing-text { padding: 10px 20px 20px 20px; }
.listing .excerpt { padding: 0px 0px !important; font-size: 20px !important; line-height: 1.3 !important; }
.listing-contact { border-top: 0px solid transparent !important; }
.listing-contact .phone { border-right: 1px solid #004953 !important; font-size: 20px !important; font-weight: 300 !important; }
.listing-contact .web a { font-size: 20px !important; }
.listing-footer-divider { width: 100%; height: 1px; background-color: #DBDDDE; margin: 10px auto 5px auto; }
.listing-footer { width: 95%; margin: 0px auto 0px auto; padding: 5px 0px 30px 0px; position: absolute; bottom: -40px; }
.listing-view-profile { float: left; font-family: 'brandon-grotesque', sans-serif; font-weight: 300; color: #004953; text-transform: uppercase; padding: 5px 0px 10px 0px; }
.listing-view-profile img { padding: 0px 5px 5px 0px; }
.listing-remove-itinerary-button { float: right; text-align: right; font-family: 'brandon-grotesque', sans-serif; font-weight: 300; color: #004953; text-transform: uppercase; padding: 5px 0px 10px 0px; }
.listing-remove-itinerary-button img { padding: 0px 0px 5px 5px; }
.listing-add-itinerary-button { float: right; text-align: right; font-family: 'brandon-grotesque', sans-serif; font-weight: 300; color: #004953; text-transform: uppercase; padding: 5px 0px 10px 0px; }
.listing-add-itinerary-button img { padding: 0px 0px 5px 5px; }

.covid-badge {
  z-index: 2;
  position: relative;
  cursor: initial;
}

/* Enhanced Listing */
.enhanced { width: calc(50% - 10px); float: left; min-height: 900px; }

/* Basic Listing Changes */
.basic { width: calc(33.3% - 14px); float: left; margin-top: 20px; }
.basic.listing { min-height: 500px; }
.basic.listing .photo { height: 250px; }
.basic.listing .listing-title { margin-bottom: 10px; }
.basic.listing h3 { line-height: 1; }
.basic.listing h3 a { font-size: 20px !important; }
.basic.listing .excerpt { display: none; }
.basic.listing .listing-text p { display: none; }
.basic.listing .read-more { display: none; }
.basic.listing .listing-contact { padding: 0px; }
.basic.listing .phone { border-right: 0px solid transparent !important; }
.basic.listing .web { display: none; }
.basic.listing .listing-footer { position: absolute; bottom: -40px; width: 92%; }
.basic.listing .listing-view-profile a { font-size: 12px; }
.basic.listing .listing-add-itinerary-button a { font-size: 12px; }
.basic.listing .listing-remove-itinerary-button a { font-size: 12px; }
.basic.listing .covid-badge { font-size: 16px; }

.crowdriff-title { font-size: 30px; font-family: 'great-forest-small', sans-serif; color: #004953; text-align: center; padding: 0px 0px 20px 0px; }
.crowdriff-title span { color: #818181; }

/*******************************************************/
/* LISTING LANDING PAGE                                */
/*******************************************************/
.listing-landing-page { width: 100%; }
.listing-landing-page .logo { margin-top: 10px; margin-bottom: 10px; }
.listing-landing-page .logo img { width: auto; }
.listing-landing-page .web a { text-transform: uppercase; }
.listing-landing-page .web img { max-height: 30px; padding: 0px 10px 0px 0px; margin: 0px 0px 5px 0px; }
.listing-landing-page .remove-itinerary-button img { float: left; max-height: 30px; padding: 0px 10px 0px 0px; margin: 0px 0px 5px 0px; }
.listing-landing-page .add-itinerary-button img { float: left; max-height: 30px; padding: 0px 10px 0px 0px; margin: 0px 0px 5px 0px; }
.listing-landing-page .social-media-links { padding: 10px 0px 20px 0px; float: left; }
.listing-landing-page .social-media-links a.social-media { display: inline-block; width: 27px; height: 30px; background: transparent no-repeat; margin-top: 5px; margin-right: 5px; background-size: contain; }
.listing-landing-page .social-media-links a.social-media img { display: block; }
.listing-landing-page .social-media-links a.social-media span { display: none; }
.listing-landing-page .title { color: #004953; padding: 0px 0px 5px 0px; }
.listing-landing-page .location { font-size: 0.875rem; font-weight: 500; text-transform: uppercase; color: #666666; }
.listing-landing-page .phone { font-size: 0.875rem; font-weight: 500; color: #004953; padding: 20px 0px 20px 0px; }
.listing-landing-page .description p { color: #666666; line-height: 1.4; }
.listing-landing-page .categories { padding: 20px 0px 20px 0px; color: #666666; }
.listing-landing-page .categories a { color: #004953; text-decoration: underline; }
.listing-landing-page .media-grid { list-style: none; margin: 20px -30px 0px -30px; }
.listing-landing-page .media-grid li { width: 50%; float: left; padding: 0px 5px 20px 5px; }
.listing-landing-page .media-grid li img { width: 100%; height: auto; }
.listing-landing-page .media-grid li.video-cell .video-background { background-position: center center; background-size: cover; position: relative; }
.listing-landing-page .media-grid li.video-cell .video-background::after { position: absolute; top: 50%; left: 50%; transform: translateY(-50%) translateX(-50%); content: ''; width: 100px; height: 100px; background: url('../images/play.png') no-repeat center center; background-size: 100px; }
.listing-landing-page .media-grid li.photo-cell.single-photo { width: 100%; margin: 20px 0; }
.listing-landing-page .media-grid li.photo-cell.single-photo img { width: 100%; height: auto; }
.map-cell { padding: 0px; margin: 20px -15px 0px -15px; }
.map { min-height: 300px; }

/*
.listing-landing-page .visit-link { display: block; width: 100%; padding: 5px 15px 3px; margin-top: 5px; margin-bottom: 5px; font-size: 0.75rem; font-weight: 500; color: white; text-transform: uppercase; }
.listing-landing-page .more-info { display: block; width: 100%; padding: 5px 15px 3px; margin-top: 5px; margin-bottom: 5px; font-size: 0.75rem; font-weight: 500; color: #333333; text-transform: uppercase; }
.listing-landing-page .close { display: block; margin-top: 15px; font-size: 0.875rem; font-weight: 500; text-transform: uppercase; }
.listing-landing-page .close:before { display: inline-block; margin-right: 5px; width: 10px; height: 10px; color: #666; }
.listing-landing-page a.excerpt { display: block; margin-top: 15px; color: #4d4d4e; }

.add-itinerary-button { padding: 0px 0px 10px 0px; margin-bottom: 10px; }
.add-itinerary-button a { display: block; color: #004953; width: 100%; padding: 5px 15px 3px 0px; margin-top: 5px; margin-bottom: 5px; font-size: 1rem; font-family: "brandon-grotesque", sans-serif; font-weight: 500; }
.add-itinerary-button a img { padding-left: 10px; }
.remove-itinerary-button { padding: 0px 0px 10px 0px; margin-bottom: 10px; }
.remove-itinerary-button a { display: block; color: #004953; width: 100%; padding: 5px 15px 3px 0px; margin-top: 5px; margin-bottom: 5px; font-size: 1rem; font-family: "brandon-grotesque", sans-serif; font-weight: 500; }
.remove-itinerary-button a img { padding-left: 10px; }
*/

/*******************************************************/
/* LISTING SECTIONS RESPONSIVE                         */
/*******************************************************/
@media screen and (max-width: 1023px) {
    .enhanced { width: 100%; }
    .enhanced.listing { min-height: 0px; }
    .enhanced.listing .listing-footer { position: relative; bottom: 0px; width: 100%; }
    .enhanced.listing.listing-right-side { margin-left: 0px; }
    .basic { width: 100%; }
    .basic.listing { min-height: 0px; }
    .basic.listing .listing-footer { position: relative; bottom: -10px; width: 100%; }
    .basic.listing.listing-right-side { margin-left: 0px; }
    .basic.listing .listing-view-profile a { font-size: 20px; }
    .basic.listing .listing-add-itinerary-button a { font-size: 20px; }
    .basic.listing .listing-remove-itinerary-button a { font-size: 20px; }

    .listing-landing-page .media-grid li { width: 100%; }
}

@media screen and (max-width: 525px) {
    .listing-contact .phone { border-right: 0px solid transparent !important; margin-right: 10px !important; }
    .listing-text { padding: 10px 10px 20px 10px; }
    .enhanced.listing .listing-view-profile a { font-size: 12px; }
    .enhanced.listing .listing-add-itinerary-button a { font-size: 12px; }
    .enhanced.listing .listing-remove-itinerary-button a { font-size: 12px; }
    .basic.listing .listing-view-profile a { font-size: 12px; }
    .basic.listing .listing-add-itinerary-button a { font-size: 12px; }
    .basic.listing .listing-remove-itinerary-button a { font-size: 12px; }
}

@media screen and (max-width: 400px) {
    .listing-contact .phone { font-size: 15px !important; }
    .listing-contact .web a { font-size: 15px !important; }
    .enhanced.listing .listing-view-profile a img { max-height: 30px; }
    .enhanced.listing .listing-add-itinerary-button a img { max-height: 30px; }
    .enhanced.listing .listing-remove-itinerary-button a img { max-height: 30px; }
    .basic.listing .listing-view-profile a img { max-height: 30px; }
    .basic.listing .listing-add-itinerary-button a img { max-height: 30px; }
    .basic.listing .listing-remove-itinerary-button a img { max-height: 30px; }
}

/*********************************/
/* INTERESTING ARTICLES SECTION  */
/*********************************/
.interesting-articles-section { background: url() center center; background-size: cover; width: 100%; padding: 0px 30px 0px 30px; margin: 0px 0px 0px 0px; }
.interesting-articles-title { font-family: "great-forest", sans-serif; font-size: 30px; padding: 30px 0px 0px 0px; text-align: center; color: #004953; }
.article-slider .slick-list { padding: 30px 0px 0px 0px; }
.article-slide { width: 100%; padding: 0px 15px 0px 15px; }
.article-container { margin: 0px 0px 5px 0px; box-shadow: 0px 0px 1px rgba(0,0,0,.8); border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; height: 460px; border: 1px solid #cccccc; transition: all .5s; }
.article-slide:hover .article-container { margin: -15px 0px 0px 0px; box-shadow: 0px 0px 15px rgba(0,0,0,.8); transition: all .5s; }
.article-image { width: 100%; height: 170px; background-position: center center; background-size: cover; }
.article-info { padding: 15px 20px 15px 20px; background-color: #FFFFFF; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; }
.article-title { font-family: "great-forest", sans-serif; font-size: 20px; line-height: 1.5; letter-spacing: 1px; font-weight: 100; }
.article-button { font-size: 15px; text-transform: uppercase; letter-spacing: 1px; padding: 5px 10px 5px 10px; margin: 15px 0px 0px 0px; color: #FFFFFF; background-color: #6eadb2; border: 1px solid #6eadb2; display: inline-block; transition: all .5s; }
.article-slide:hover .article-button { background-color: #FFFFFF; color: #6eadb2; border: 1px solid #6eadb2; transition: all .5s; }

.article-slider .slick-prev { background: url(/wp-content/themes/elements/assets/images/previous-grey.png) center center; font-size: 0px; background-size: cover; padding: 13px; margin: 0px 0px 0px -30px; height: 40px; opacity: .4; position: absolute; top: 50%; transform: translateY(-50%); transition: all .25s; }
.article-slider .slick-prev:before { content: ''; }
.article-slider .slick-prev:hover { opacity: 1; transition: all .25s; }
.article-slider .slick-next { background: url(/wp-content/themes/elements/assets/images/next-grey.png) center center; font-size: 0px; background-size: cover; padding: 13px; margin: 0px -30px 0px 0px; height: 40px; opacity: .4; position: absolute; top: 50%; right: 0px; transform: translateY(-50%); transition: all .25s; }
.article-slider .slick-next:before { content: ''; }
.article-slider .slick-next:hover { opacity: 1; transition: all .25s; }

.article-slider .slick-dots { bottom: -10px; padding: 0px 0px 0px 15px; text-align: left; width: 100%; position: relative; z-index: 99; }
.article-slider .slick-dots li { background-color: transparent; border: 0px solid transparent; color: #FFFFFF; font-size: 17px; font-family: "Brandon Grotesque", sans-serif; opacity: .5; }
.article-slider .slick-dots li:hover { opacity: .8; }
.article-slider .slick-active { background-color: transparent !important; border: 0px solid transparent; font-weight: bold; opacity: 1 !important; }
.articles-view-all { text-transform: uppercase; font-family: "Brandon Grotesque", sans-serif; font-size: 17px; opacity: .5; padding: 0px 0px 0px 0px; position: absolute; bottom: 10px; right: 30px; z-index: 99; }
.articles-view-all a { color: #FFFFFF; }
.articles-view-all:hover { opacity: 1; }

/****************************************/
/* INTERESTING ARTICLES SECTION MOBILE  */
/****************************************/
.interesting-articles-section-mobile { background: url() center center; background-size: cover; width: 100%; padding: 0px 0px 50px 0px; margin: 40px 0px 0px 0px; display: none; }
.interesting-articles-title-mobile { font-family: "great-forest", sans-serif; font-size: 20px; padding: 30px 0px 30px 0px; text-transform: uppercase; text-align: center; color: #FFFFFF; letter-spacing: 5px; }
.article-container-mobile { width: 90%; margin: 0px auto; }

.article-image-mobile { width: 100%; height: 125px; background-position: center center; background-size: cover; }
.article-info-mobile { padding: 15px 20px 15px 20px; background-color: #FFFFFF; width: 100%; margin: 0px 0px 10px 0px; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; }
.article-title-mobile { font-family: "great-forest", sans-serif; font-size: 18px; line-height: 1.5; letter-spacing: 1px; font-weight: 100; }
.article-button-mobile { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 5px 10px 5px 10px; margin: 15px 0px 0px 0px; color: #FFFFFF; background-color: #6eadb2; border: 1px solid #6eadb2; display: inline-block; transition: all .5s; }
.article-container-mobile:hover .article-info-mobile .article-button-mobile { background-color: #FFFFFF; color: #6eadb2; border: 1px solid #6eadb2; transition: all .5s; }
.articles-view-all-mobile { text-transform: uppercase; font-family: "Brandon Grotesque", sans-serif; font-size: 17px; opacity: .5; padding: 10px 0px 0px 0px; text-align: center; }
.articles-view-all-mobile a { color: #FFFFFF; }
.articles-view-all-mobile:hover { opacity: 1; }

/*******************************************************/
/* INTERESTING ARTICLES RESPONSIVE                     */
/*******************************************************/
@media screen and (max-width: 1225px) {
  .article-title { font-size: 12px; }
  .article-button { font-size: 12px; }
}

.gfield_checkbox li label {
  line-height: 1.8; }

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

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

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }
.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }
.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }
.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }
.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

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

.post-password-form input[type="submit"] {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: transparent;
  color: #fff; }
  [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: transparent;
    color: #fff; }

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

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

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

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }
.commentlist li[class*=depth-] {
  margin-top: 1.1em; }
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }
.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }
.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }
.commentlist .comment-reply-link {
  float: right; }

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

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

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

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

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar {
  text-align: center; }
  .sidebar h4 {
    margin: 30px 0;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 27px;
    font-weight: 600;
    color: #004b55; }
    .sidebar h4 span {
      display: block;
      margin-top: 5px;
      font-family: "brandon-grotesque", sans-serif;
      font-size: 0.8125rem;
      font-weight: 900;
      letter-spacing: 0.3em;
      text-transform: uppercase;
      color: #004b55;
      text-decoration: underline;
      cursor: pointer;
      font-size: 1rem; }

.widget ul {
  margin: 0; }
  .widget ul li {
    list-style: none; }

.sidebar-ad { text-align: center; padding-bottom: 30px; }
.ad-size img { max-width: 200px; }

.sidebar { padding-top: 0px !important; padding-left: 30px; }
.sidebar-categories a { padding: 0px 0px 0px 0px !important; font-size: 20px !important; }
.sidebar-categories a div img { max-height: 100px; margin: 0px 0px 0px -10px; }

.sidebar-recent-posts { padding: 30px 0px 30px 0px; }
.sidebar-recent-posts-title { font-size: 30px; font-weight: 300; color: #004953; text-align: center; font-family: 'great-forest', sans-serif !important; margin-bottom: 30px; }
.sidebar-recent-posts-link { font-size: 20px; font-family: 'brandon-grotesque', sans-serif; display: flex; padding: 0px 0px 20px 0px; line-height: 1; transition: all .25s; }
.sidebar-recent-posts-link:hover { text-decoration: underline; transition: all .25s; }
.sidebar-recent-posts-link p { color: #004953; }
.sidebar-recent-posts-category-link { text-transform: uppercase; color: #818181; }
.sidebar-recent-posts-image { float: left; padding-right: 10px; width: 100px; }
.sidebar-recent-posts-text { float: left; }
#mobile-ad { display: none; }

@media screen and (max-width: 1300px) {
    .sidebar-categories { display: none; }
}

/*********************
FOOTER STYLES
*********************/
.footer { clear: both; margin-top: 30px; }
  .footer .social {
    float: right;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center; }
    .footer .social li {
      display: inline-block;
      margin: 0;
      padding: 2px;
      border-radius: 0;
      color: #fff;
      background-color: #000; }
      .footer .social li a {
        color: #fff; }

.footer-main {
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: #fff; }
  .footer-main #menu-footer-links li {
    border-right: 1px solid #000; }
    .footer-main #menu-footer-links li:last-child {
      border-right: none; }
    @media screen and (max-width: 39.9375em) {
      .footer-main #menu-footer-links li {
        display: none; } }
  .footer-main #menu-footer-links a {
    padding: 0 4px 0 6px;
    font-size: 0.75rem;
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.2em; }
    .footer-main #menu-footer-links a:hover {
      color: #687767; }
    .footer-main #menu-footer-links a.icon-twitter {
      padding-right: 2px; }
  .footer-main .copyright-2 {
    font-size: 0.75rem;
    color: #0a0a0a; }
    .footer-main .copyright-2 a {
      color: #4d4d4e; }
  .footer-main hr.fine {
    height: 0;
    background: none;
    border-bottom: 1px solid #d9d9d9; }

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

/*********************
WINNING MODAL STYLES
*********************/
#winning-modal {
  height: 625px;
  padding: 80px 40px; }
  @media screen and (max-width: 74.9375em) {
    #winning-modal {
      height: auto;
      width: auto;
      max-width: 910px; } }
  @media screen and (max-width: 64em) {
    #winning-modal {
      padding: 10px 15px;
      text-align: center; } }
  #winning-modal .winning-blue {
    color: #004b55; }
  #winning-modal .row, #winning-modal .columns {
    padding: 0; }
  #winning-modal .row .row {
    margin: 0; }
  #winning-modal p {
    font-size: 16px; }
  #winning-modal h2 {
    font-size: 26px;
    text-align: center;
    margin: 10px 0 50px; }
    #winning-modal h2 span {
      display: block;
      margin-bottom: 7px;
      font-size: 12px;
      color: #0a0a0a; }
  #winning-modal #how-to-enter p {
    margin-bottom: 10px;
    line-height: 20px; }
  #winning-modal #how-to-enter .select-element {
    color: #004b55;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 18px;
    margin-top: 25px;
    display: block; }
    @media screen and (max-width: 64em) {
      #winning-modal #how-to-enter .select-element {
        display: none; } }
    #winning-modal #how-to-enter .select-element img {
      width: auto;
      height: 25px;
      margin-left: 15px;
      vertical-align: top;
      margin-top: -12px; }
  #winning-modal .periodic-table {
    padding-right: 50px; }
    @media screen and (max-width: 74.9375em) {
      #winning-modal .periodic-table {
        max-width: 400px;
        padding-right: 0;
        margin: auto !important; } }
    #winning-modal .periodic-table .column, #winning-modal .periodic-table .columns {
      padding-left: 0.7rem;
      padding-right: 0.7rem; }
      #winning-modal .periodic-table .column a, #winning-modal .periodic-table .columns a {
        display: block; }
  #winning-modal #prize-logos {
    border-top: 1px solid #0a0a0a;
    padding-top: 5px;
    margin-top: 10px; }
    #winning-modal #prize-logos .prize-info {
      font-size: 11px;
      color: #666666;
      text-transform: uppercase; }
    @media screen and (max-width: 64em) {
      #winning-modal #prize-logos #businesses {
        text-align: center; } }
    #winning-modal #prize-logos #businesses a {
      float: left;
      width: 20%; }
      @media screen and (max-width: 64em) {
        #winning-modal #prize-logos #businesses a {
          width: 30%;
          float: none;
          display: inline-block; } }
      #winning-modal #prize-logos #businesses a img {
        display: block;
        margin: auto; }
  #winning-modal #rules-regs p {
    text-align: right;
    font-size: 12px;
    margin-top: 15px; }
    @media screen and (max-width: 64em) {
      #winning-modal #rules-regs p {
        text-align: center; } }
    #winning-modal #rules-regs p a {
      text-decoration: underline;
      color: #0a0a0a; }

#contest-modal {
  text-align: center; }
  #contest-modal h2 {
    margin-bottom: 20px; }
  @media screen and (max-width: 74.9375em) {
    #contest-modal {
      width: auto;
      max-width: 910px; } }
  #contest-modal .row {
    padding: 40px; }
  @media screen and (max-width: 64em) {
    #contest-modal .gform_wrapper .top_label input.medium, #contest-modal .gform_wrapper .top_label select.medium {
      width: 100%; } }

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

Stylesheet: Retina Screens & Devices Stylesheet

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

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

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

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

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

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

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

  */ }
/******************************************************************

Stylesheet: Print Stylesheet

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

Remember to add things that won't make sense to print at
the bottom. Things like nav, ads, and forms shouldbe set
to display none.
******************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }

.ginput_container_checkbox {
    margin-top: -15px !important;
}
.gchoice_2_5_1 input {
    vertical-align: top !important;
}
.gchoice_2_5_1 label {
    vertical-align: top !important;
    font-size: 11px !important;
}
.island-moments-newsletter-activity-read-time { color: #858585; }
.island-moments-newsletter-activity-share { color: #858585; }
.island-moments-events-festivals-title {
    padding: 0px 0px 0px 15px;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 15px;
    color: #064d5c;
    text-transform: uppercase;
    font-weight: bold;
}
.island-moments-events-festivals-hr {
    width: 58%;
    float: left;
}
.island-moments-ad-space { padding-top: 58px; }
.island-moments-ad-space .island-moments-ad-space { padding-top: 0px; }

@media screen and (max-width: 640px) {
  .footer-elements .island-moments-elements-image-section a {
    width: 20%;
    height: 160px;
    margin-right: 0;
    margin-top: 10px;
  }
}

.listing .media-grid {
    list-style: none;
    margin: 0;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
}
.listing .media-grid li {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    margin-bottom: 0.625rem;
}
.listing .media-grid li img {
    width: 100%;
    height: auto;
}
.listing .media-grid li { width: 50%; }
.listing .media-grid li.video-cell { width: 100%; }
.listing .media-grid li.video-cell .video-background {
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.listing .media-grid li.video-cell .video-background::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    content: '';
    width: 100px;
    height: 100px;
    background: url('../images/play.png') no-repeat center center;
    background-size: 100px;
}
@media screen and (min-width: 40em) {
    .listing .media-grid {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
    }
    .listing .media-grid li {
        padding-right: 0.9375rem;
        margin-bottom: 0.9375rem;
    }
    .listing .media-grid li { width: 50%; }
    .listing .media-grid li.video-cell { width: 100%; }
}
@media screen and (min-width: 64.0625em) {
    .listing .media-grid li { width: 25%; }
    .listing .media-grid li.video-cell { width: 50%; }
}
.listing .media-grid li.photo-cell.single-photo {
    width: 100%;
    margin: 20px 0;
}
.listing .media-grid li.photo-cell.single-photo img {
    width: 100%;
    height: auto;
}

.map { min-height: 300px; }

/*.add-itinerary-button { padding: 0px 0px 10px 0px; margin-bottom: 10px; }*/
/*.add-itinerary-button a { display: block; color: #004953; width: 100%; padding: 5px 15px 3px 0px; margin-top: 5px; margin-bottom: 5px; font-size: 1rem; font-family: "brandon-grotesque", sans-serif; font-weight: 500; }*/
.add-itinerary-button a img { padding-left: 10px; }
/*.remove-itinerary-button { padding: 0px 0px 10px 0px; margin-bottom: 10px; }*/
/*.remove-itinerary-button a { display: block; color: #004953; width: 100%; padding: 5px 15px 3px 0px; margin-top: 5px; margin-bottom: 5px; font-size: 1rem; font-family: "brandon-grotesque", sans-serif; font-weight: 500; }*/
.remove-itinerary-button a img { padding-left: 10px; }

@media screen and (max-width: 39.9375em) {
    .add-itinerary-button a, .remove-itinerary-button a {
      padding: 10px 15px 7px;
    }
}

#itinerary-div { position: relative; }
#itinerary-div .line { height: 2px; background: #E8BD4C; transition: all 1000ms; width: 0%; position: absolute; top: 57px; }
#itinerary-div:hover .line { height: 2px; background: #E8BD4C; transition: all 1000ms; width: 80%; position: absolute; top: 57px; }
.itinerary-icon { float: left; vertical-align: middle; }
.itinerary-icon a { font-size: 15px; color: #FFFFFF; }
.itinerary-icon img { height: 40px; }
.itinerary-image { margin: 5px 15px 0px 0px; float: left; }
.itinerary-text { margin: 22px 15px 0px 0px; color: #E8BD4C; float: left; font-size: 16px; }
#itinerary-total { color: #E8BD4C; font-weight: bold; }
.search-and-snbc-icons { float: left; }
.itinerary-instructions { padding: 0px 0px 30px 0px; }
.email-button { padding: 0px 0px 0px 0px; }
.itinerary-drag-drop { padding: 0px 0px 0px 0px; margin: 0px 0px 0px -7px; }
#sortable { margin-left: 0px; }
#sortable li { list-style-type: none; cursor: move; }
#sortable li:hover { background-color: #eeeeee; }

.share_buttons a img { margin-top: -7px; }

/*************************************************************/
/* CONSENT POPUP CLASSES                                     */
/*************************************************************/
.consent-popup { position: fixed; bottom: 0px; left: 0px; border-top: 3px solid #000000; background-color: #FFFFFF; background-color: #FFFFFF; z-index: 100; width: 100%; max-height: 0px; transition: all .5s; }
.consent-popup-visible { max-height: 1000px; transition: all .5s; }
.consent-popup a { text-decoration: underline; }
.consent-div { max-width: 1640px; padding: 30px; margin: 0px auto; }
.agree-button { text-decoration: none !important; padding: 5px 10px 5px 10px; margin: 20px 0px 0px 0px; background-color: #8b9f63; color: #FFFFFF; border: 1px solid #FFFFFF; }
.agree-button:hover { background-color: #FFFFFF; color: #8b9f63; border: 1px solid #8b9f63; }
#consent-given { display: none; }

/*************************************************************/
/* QUIZ PAGE CLASSES                                         */
/*************************************************************/
.banner-quiz { height: 875px !important; }
.tvi-scroll { position: absolute; bottom: 100px; left: 50%; z-index: 20; }
.tvi-scroll img { width: 20px; }

.banner-title-image { background-size: contain; height: 200px; width: 800px; background-repeat: no-repeat; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.banner-title-image-mobile { display: none; background-size: contain; height: 400px; width: 500px; background-repeat: no-repeat; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.quiz-content {  }
.quiz-content-title { font-family: 'great-forest-small', sans-serif; margin: 30px auto 0px auto; color: #004953; text-align: center; font-size: 32px; }
.quiz-content-text { font-family: 'brandon-grotesque', sans-serif; margin: 0px auto 30px auto; text-align: center; font-size: 27px; }
.quiz_hidden { display: none; }

.wq_questionsCtr { max-width: 1100px; margin: 0px auto 0px auto; }
.wq_questionImage { background-repeat: no-repeat !important; background-size: cover !important; background-position: center center !important; height: 280px; width: 300px !important; }
.wq_questionImage img { display: none; }
.wq_singleQuestionCtr { position: relative; }
.wq_singleQuestionWrapper { margin-bottom: 10px !important; }
.wq_questionTextCtr { color: #FFFFFF !important; margin: 0px 0px 0px 0px; padding: 20px 0px 0px 330px !important; width: 100%; text-transform: uppercase; position: absolute; }
.wq_singleQuestionWrapper:nth-child(1) { background-color: #004A54 !important; }
.wq_singleQuestionWrapper:nth-child(2) { background-color: #4D4531 !important; }
.wq_singleQuestionWrapper:nth-child(3) { background-color: #927048 !important; }
.wq_singleQuestionWrapper:nth-child(4) { background-color: #586946 !important; }
.wq_singleQuestionWrapper:nth-child(5) { background-color: #6D4850 !important; }
.wq_questionTextCtr h4 { font-size: 15px !important; font-family: 'great-forest', sans-serif; line-height: 1.25 !important; }
.wq_questionMediaCtr { margin: 0px !important; }
.wq_questionAnswersCtr { margin: -220px 0px 0px 0px; padding: 10px 0px 20px 330px; background-color: #F2F2F2; }
.wq_singleAnswerCtr { background-color: transparent !important; border: 0px solid transparent !important; padding: 0px !important; margin: 0px !important; position: relative; z-index: 10; height: 27px;  }
.wq_singleAnswerCtr label { color: #000000 !important; padding-right: 15px; font-weight: normal !important; font-size: 20px !important; line-height: 1 !important; }
.wq_singleAnswerCtr:hover { background: #cccccc !important; }
.wq_singleAnswerCtr:hover label { background-color: #cccccc; color: #000000 !important; }
.wq_singleAnswerCtr label span.qadata { display: none; }

.wq_resultsCtr { margin: 0px -41px 0px -41px !important; position: relative; width: 106% !important; z-index: 10; }
.wq_result_background { position: relative; width: 100%; height: 525px; }
.wq_result_north_island { background: url('https://vancouverisland.travel/wp-content/uploads/2018/10/quiz_north_island_banner.jpg'); background-repeat: no-repeat; background-size: cover; background-position: top center; }
.wq_result_central_island { background: url('https://vancouverisland.travel/wp-content/uploads/2018/10/quiz_central_island_banner.jpg'); background-repeat: no-repeat; background-size: cover; background-position: top center; }
.wq_result_south_island { background: url('https://vancouverisland.travel/wp-content/uploads/2018/10/quiz_south_island_banner.jpg'); background-repeat: no-repeat; background-size: cover; background-position: top center; }
.wq_result_gulf_islands { background: url('https://vancouverisland.travel/wp-content/uploads/2018/10/quiz_gulf_islands_banner.jpg'); background-repeat: no-repeat; background-size: cover; background-position: top center; }
.wq_result_cowichan { background: url('https://vancouverisland.travel/wp-content/uploads/2018/11/quiz_cowichan_banner.png'); background-repeat: no-repeat; background-size: cover; background-position: top center; }
.wq_result_pacific_rim { background: url('https://vancouverisland.travel/wp-content/uploads/2018/10/quiz_pacific_rim_banner.jpg'); background-repeat: no-repeat; background-size: cover; background-position: top center; }
.wq_result_north_central_island { background: url('https://vancouverisland.travel/wp-content/uploads/2018/10/quiz_north_central_island_banner.jpg'); background-repeat: no-repeat; background-size: cover; background-position: top center; }

.wq_singleResultWrapper {  position: relative; background: transparent !important; border: 0px solid transparent !important; padding: 0px !important; margin: 20px 0px 0px 0px !important; }
.wq_quizTitle { display: none !important; }
.wq_resultTitle { display: none; }
.wq_result_title { position: absolute; top: 0px; left: 60px; color: #FFFFFF; font-size: 20px; background-color: #586946; padding: 5px 30px 5px 30px; width: 500px; font-family: 'great-forest-small', sans-serif; }
.wq_result_title_north_island { background-color: #927048; }
.wq_result_title_central_island { background-color: #4D4531; }
.wq_result_title_south_island { background-color: #6D4850; }
.wq_result_title_gulf_islands { background-color: #586946; }
.wq_result_title_cowichan { background-color: #8B9F63; }
.wq_result_title_pacific_rim { background-color: #004A54; }
.wq_result_title_north_central_island { background-color: #76ACA9; }

.wq_result_north_island_title { background: url('https://vancouverisland.travel/wp-content/uploads/2018/10/quiz_north_footer_title.png'); background-repeat: no-repeat; background-size: contain; width: 440px; height: 70px; }
.wq_result_central_island_title { background: url('https://vancouverisland.travel/wp-content/uploads/2018/10/quiz_central_footer_title.png'); background-repeat: no-repeat; background-size: contain; width: 440px; height: 70px; }
.wq_result_south_island_title { background: url('https://vancouverisland.travel/wp-content/uploads/2018/10/quiz_south_footer_title.png'); background-repeat: no-repeat; background-size: contain; width: 440px; height: 70px; }
.wq_result_gulf_islands_title { background: url('https://vancouverisland.travel/wp-content/uploads/2018/10/quiz_gulf_footer_title.png'); background-repeat: no-repeat; background-size: contain; width: 440px; height: 70px; }
.wq_result_cowichan_title { background: url('https://vancouverisland.travel/wp-content/uploads/2018/10/quiz_cowhican_footer_title.png'); background-repeat: no-repeat; background-size: contain; width: 440px; height: 70px; }
.wq_result_pacific_rim_title { background: url('https://vancouverisland.travel/wp-content/uploads/2018/10/quiz_pacific_rim_footer_title.png'); background-repeat: no-repeat; background-size: contain; width: 440px; height: 70px; }
.wq_result_north_central_island_title { background: url('https://vancouverisland.travel/wp-content/uploads/2018/10/quiz_north_central_footer_title.png'); background-repeat: no-repeat; background-size: contain; width: 440px; height: 70px; }

.wq_result_box { width: 500px; background-color: #FFFFFF; height: 460px; position: absolute; top: 40px; left: 60px; padding: 20px 30px 0px 30px; margin: 0px 0px 0px 0px; }
.wq_result_text { font-size: 16px !important; line-height: 1.25; padding: 10px 0px 0px 0px; }
.wq_result_map { position: absolute; right: 0px; bottom: 30px; color: #FFFFFF; font-size: 20px; }
.wq_result_map_north_island { background: url('https://vancouverisland.travel/wp-content/uploads/2018/10/North-island.png'); background-repeat: no-repeat; background-size: contain; width: 300px; height: 70px; }
.wq_result_map_central_island { background: url('https://vancouverisland.travel/wp-content/uploads/2018/10/Central-Island.png'); background-repeat: no-repeat; background-size: contain; width: 300px; height: 70px; }
.wq_result_map_south_island { background: url('https://vancouverisland.travel/wp-content/uploads/2018/10/South-Island.png'); background-repeat: no-repeat; background-size: contain; width: 300px; height: 70px; }
.wq_result_map_gulf_islands { background: url('https://vancouverisland.travel/wp-content/uploads/2018/10/Gulf-Islands.png'); background-repeat: no-repeat; background-size: contain; width: 300px; height: 70px; }
.wq_result_map_cowichan { background: url('https://vancouverisland.travel/wp-content/uploads/2018/10/Cowichan.png'); background-repeat: no-repeat; background-size: contain; width: 300px; height: 70px; }
.wq_result_map_pacific_rim { background: url('https://vancouverisland.travel/wp-content/uploads/2018/10/Pacific-Rim.png'); background-repeat: no-repeat; background-size: contain; width: 300px; height: 70px; }
.wq_result_map_north_central_island { background: url('https://vancouverisland.travel/wp-content/uploads/2018/10/North-Central.png'); background-repeat: no-repeat; background-size: contain; width: 300px; height: 70px; }

.wq_result_button { position: absolute; bottom: 7px; background-color: #E8BD4C; padding: 11px 12px; color: #FFFFFF; border-radius: 3px; box-shadow: 3px 3px rgba(100, 100, 100, .3); text-transform: uppercase; font-family: 'brandon-grotesque', sans-serif; font-size: 11px !important; }
.wq_shareCtr { position: absolute; top: 427px; left: 340px; }
.wq_shareCtr p { display: none; }
.wq_shareCtr button { box-shadow: 3px 3px rgba(100, 100, 100, .3); }
.wq_shareGP { display: none; }
.wq_shareVK { display: none; }

.wq_singleResultWrapper .wq_shareCtr button > span, .wq_quizForceShareCtr button > span { font-size: 14px !important; margin-top: -10px !important; }

.quiz_crowdriff { position: relative; width: 106%; margin: 0px -41px 0px -41px; z-index: 0; }
.quiz_crowdriff_north_island { margin: 5px 0px 5px 0px; }
.quiz_crowdriff_south_island { margin: 5px 0px 5px 0px; }
.quiz_crowdriff_north_central_island { margin: 5px 0px 5px 0px; }
.quiz_crowdriff_cowichan { margin: 5px 0px 5px 0px; }
.quiz_crowdriff_pacific_rim { margin: 5px 0px 5px 0px; }
.quiz_crowdriff_central_island { margin: 5px 0px 5px 0px; }
.quiz_crowdriff_gulf_islands { margin: 5px 0px 5px 0px; }

.cr__grid { padding: 0px !important; }
.entry-content { padding-bottom: 0px !important; }
.crowdriff h2 { padding: 30px 0px 0px 0px; }

/*************************************/
/* TILES SECTION                     */
/*************************************/
.tiles-section { margin: 10px -5px 20px -5px; }
.tile-image { float: left; width: 25%; min-height: 250px; background-position: center center; background-size: cover; padding: 0px; position: relative; border: 5px solid #FFFFFF; }
.tile-title { color: #FFFFFF; font-size: 20px; line-height: 1em; font-family: 'Brandon-Grotesque', sans-serif; font-weight: 300; position: absolute; bottom: 10px; left: 30px; text-shadow: 0px 0px 5px rgba(0,0,0,1); }
.tile-cover { background-color: rgba(0, 0, 0, .3); position: absolute; height: 100%; width: 100%; transition: all .5s; }
.tile-image:hover .tile-cover { background-color: rgba(0, 0, 0, .5); transition: all .5s; }
.tile-image.hidden { display: none; }
.tile-image.fullwidth { min-height: 500px; width: 100%; }
.tile-image.large { min-height: 500px; width: 50%; }
.tile-image.medium { width: 50%; }
.tile-image.medium-move-up { margin-top: -255px; }

/*********************************/
/* RESPONSIVE                    */
/*********************************/
@media screen and (max-width: 1000px) {
    .wq_resultsCtr { width: 107% !important; }
    .quiz_crowdriff { width: 107% !important; }
}

@media screen and (max-width: 925px) {
    .wq_questionTextCtr h4 { font-size: 12px !important; }
    .wq_singleAnswerCtr label { font-size: 14px !important; background-size: 14px; }
}

@media screen and (max-width: 850px) {
    .wq_resultsCtr { width: 108% !important; }
    .quiz_crowdriff { width: 108% !important; }
    .wq_result_map { display: none; }
}

@media screen and (max-width: 825px) {
    .banner-title-image { display: none; }
    .banner-title-image-mobile { display: block; }
}

@media screen and (max-width: 800px) {
    .tile-image.fullwidth { min-height: 250px; width: 100%; }
    .tile-image.large { min-height: 250px; width: 100%; }
    .tile-image.medium { min-height: 250px; width: 100%; }
    .tile-image { width: 100%; }
}

@media screen and (max-width: 700px) {
    .wq_resultsCtr { width: 110% !important; }
    .quiz_crowdriff { width: 110% !important; }
    .wq_questionImage { width: 200px !important; }
    .wq_questionTextCtr { padding: 20px 0px 0px 220px !important;}
    .wq_questionAnswersCtr { padding: 10px 0px 20px 220px; }
}

@media screen and (max-width: 600px) {
    .wq_questionImage { width: 0px !important; }
    .wq_questionTextCtr { padding: 20px 0px 0px 20px !important }
    .wq_questionAnswersCtr { padding: 10px 0px 20px 20px; }
}

@media screen and (max-width: 550px) {
    .banner-title-image-mobile { width: 375px; }

    .wq_result_background { width: 101%; }
    .wq_result_title { left: 0px; padding: 5px 30px 5px 50px; width: 100%; }
    .wq_result_box { left: 0px; padding: 20px 0px 0px 50px; width: 100%; height: 550px; }
    .wq_result_text { padding: 10px 20px 0px 0px; }
    .wq_result_button { bottom: 52px; }
    .wq_shareCtr { top: 517px; left: 50px; }
    .quiz_crowdriff { width: 112% !important; }

    .quiz_crowdriff_north_island { margin: 60px 0px -70px 0px }
    .quiz_crowdriff_south_island { margin: 60px 0px -70px 0px }
    .quiz_crowdriff_north_central_island { margin: 60px 0px -70px 0px }
    .quiz_crowdriff_cowichan { margin: 60px 0px -70px 0px }
    .quiz_crowdriff_pacific_rim { margin: 60px 0px -70px 0px }
    .quiz_crowdriff_central_island { margin: 60px 0px -70px 0px }
    .quiz_crowdriff_gulf_islands { margin: 60px 0px -70px 0px }
    .wq_result_text { font-size: 13px !important; }

    .footer { margin-top: 75px !important; }
}

@media screen and (max-width: 500px) {
    .banner-title-image { height: 100px; width: 400px; }
    .wq_result_title_image { height: 50px; }
}

@media screen and (max-width: 450px) {
    .wq_result_title_image { height: 43px; }
}

/*********************************/
/* ROW & COLUMN SHORTCODE STYLES */
/*********************************/
/* - The Number 2019  */
.content-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem; }
  .content-row .content-column {
    position: relative;
    width: 100%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
    @media (max-width: 639px) {
      .content-row .content-column {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }
  .content-row.col-count-1 .content-column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .content-row.col-count-2 .content-column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .content-row.col-count-3 .content-column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

/*********************************/
/* Custom Block Quote Styling    */
/*********************************/
/* - The Number 2019  */
blockquote.pull-quote {
  position: relative;
  border-left: none;
  padding: 30px 0; }
  blockquote.pull-quote::before, blockquote.pull-quote::after {
    content: "\201C";
    position: absolute;
    font-family: "great-forest";
    font-size: 200px;
    color: #767676;
    line-height: 1;
    opacity: 0.15;
    pointer-events: none; }
  blockquote.pull-quote::before {
    top: 0;
    left: 0; }
  blockquote.pull-quote::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    bottom: 0;
    right: 0; }
  blockquote.pull-quote p {
    position: relative;
    font-size: 120%;
    color: #004953;
    z-index: 10; }
