@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.0
 * 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; }

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

/**
   * 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=64em&xlarge=75em&xxlarge=90em"; }

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

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

body {
  padding: 0;
  margin: 0;
  font-family: "Futura Light", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #404040;
  background: #d5e3eb;
  -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; }

.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;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @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; }
  .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: 64em) {
  .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; } }

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: "Futura Light", "Helvetica Neue", Helvetica, Roboto, Arial, 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: #cacaca;
    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: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 2.25rem; }
  h4 {
    font-size: 1.875rem; }
  h5 {
    font-size: 1.5rem; }
  h6 {
    font-size: 1.25rem; } }

a {
  color: #598d81;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #4d796f; }
  a img {
    border: 0; }

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  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: 0px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #404040; }

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

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

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

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

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

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

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

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

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

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

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

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

@media 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: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

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

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

@media print {
  * {
    background: transparent !important;
    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 #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

[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 #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #404040;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(64, 64, 64, 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 #8a8a8a;
    background-color: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    -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: #cacaca; }

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

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

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

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

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

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: #404040; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

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

.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: #404040;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.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 #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #d5e3eb;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #404040;
  background-color: #fefefe;
  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%28138, 138, 138%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; }

.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: #598d81;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #4c786e;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #598d81;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #477167;
      color: #fefefe; }
  .button.secondary {
    background-color: #88a3c8;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5a7fb3;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #fefefe; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fefefe; }
  .button.warning {
    background-color: #ffae00;
    color: #fefefe; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fefefe; }
  .button.alert {
    background-color: #ec5840;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fefefe; }
  .button.hollow {
    border: 1px solid #598d81;
    color: #598d81; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #2d4741;
      color: #2d4741; }
    .button.hollow.primary {
      border: 1px solid #598d81;
      color: #598d81; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #2d4741;
        color: #2d4741; }
    .button.hollow.secondary {
      border: 1px solid #88a3c8;
      color: #88a3c8; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #354f73;
        color: #354f73; }
    .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;
    pointer-events: none; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe 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: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

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

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

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

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

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

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

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

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

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

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  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;
  -webkit-flex-basis: 0;
          flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
          order: 1; }

.clearfix::after {
  clear: both; }

.accordion {
  list-style-type: none;
  background: #fefefe;
  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: #598d81;
  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: #fefefe; }

.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: #fefefe 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: #598d81;
  color: #fefefe; }
  .badge.secondary {
    background: #88a3c8;
    color: #404040; }
  .badge.success {
    background: #3adb76;
    color: #fefefe; }
  .badge.warning {
    background: #ffae00;
    color: #fefefe; }
  .badge.alert {
    background: #ec5840;
    color: #fefefe; }

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

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    font-size: 0.9rem;
    float: left; }
    .button-group .button:not(:last-child) {
      border-right: 1px solid #d5e3eb; }
  .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: calc(50% - 1px);
      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: calc(33.3333333333% - 1px);
      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: calc(25% - 1px);
      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: calc(20% - 1px);
      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: calc(16.6666666667% - 1px);
      margin-right: 1px; }
  .button-group.primary .button {
    background-color: #598d81;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #477167;
      color: #fefefe; }
  .button-group.secondary .button {
    background-color: #88a3c8;
    color: #404040; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5a7fb3;
      color: #404040; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #fefefe; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #fefefe; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #fefefe; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #fefefe; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #fefefe; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%; }
    .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) {
      margin-right: 0; }
  @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: 64em) {
    .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; } }

.card {
  margin-bottom: 40px;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #404040; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  padding: 1rem;
  background: #88a3c8; }
  .card-divider > :last-child {
    margin-bottom: 0; }

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

.card-image {
  min-height: 1px; }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(64, 64, 64, 0.25);
  border-radius: 0;
  position: relative;
  color: #404040;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #e5efed; }
  .callout.secondary {
    background-color: #edf1f7; }
  .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: #8a8a8a;
  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: #404040; }

.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: #4f6c95;
  -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 #fff;
    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 #fff 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: #d5e3eb;
  border: 1px solid #cacaca;
  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%; }

[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%; }

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

@media screen and (min-width: 64em) {
  .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-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%; } }

@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-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.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: 0;
    top: 100%; }

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 225px;
  z-index: 1;
  background: #598d81;
  border: 0px solid #cacaca; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: 0px; }
  .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: 56.25%;
  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: #598d81;
  color: #fefefe; }
  .label.secondary {
    background: #88a3c8;
    color: #404040; }
  .label.success {
    background: #3adb76;
    color: #fefefe; }
  .label.warning {
    background: #ffae00;
    color: #fefefe; }
  .label.alert {
    background: #ec5840;
    color: #fefefe; }

.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: 0.7rem 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: 64em) {
    .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; } }
  .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;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1; }
  .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: #fefefe;
    background: #4c786e; }

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

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

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

html,
body {
  height: 100%; }

.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;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #d5e3eb;
  -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(64, 64, 64, 0.5); }

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

.off-canvas {
  position: absolute;
  background: #4f6c95;
  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: -250px;
    top: 0;
    width: 250px; }
    .is-open-left {
      -webkit-transform: translateX(250px);
              transform: translateX(250px); }
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    .is-open-right {
      -webkit-transform: translateX(-250px);
              transform: translateX(-250px); }

@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: 250px; }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; } }

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

@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: 250px; }
  .position-right.reveal-for-xlarge {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-xlarge ~ .off-canvas-content {
      margin-right: 250px; } }

.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: #fefefe;
  background-color: rgba(64, 64, 64, 0.5); }

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

.orbit-previous {
  left: 0; }

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

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

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1; }
  .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: #404040;
    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: #598d81;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: default; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '\2026';
    padding: 0.1875rem 0.625rem;
    color: #404040; }

.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: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0; }
  .progress.primary .progress-meter {
    background-color: #598d81; }
  .progress.secondary .progress-meter {
    background-color: #88a3c8; }
  .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: #598d81; }

.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: #fefefe;
  white-space: nowrap; }

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

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

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #598d81;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
  border-radius: 0; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #4c786e; }
  .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(64, 64, 64, 0.45);
  overflow-y: scroll; }

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  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; }
  @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; } }
  .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: #fefefe;
  font-weight: bold;
  font-size: 0.875rem; }

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

.switch-paddle {
  background: #cacaca;
  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: #fefefe;
    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: #598d81; }
    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 #f1f1f1;
    background-color: #fefefe; }
  caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  thead,
  tfoot {
    background: #f8f8f8;
    color: #404040; }
    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: #f1f1f1; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

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

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

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

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

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

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1; }
  .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: #598d81; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #55867b; }

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

.tabs-content {
  background: #fefefe;
  -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 #fefefe;
  box-shadow: 0 0 0 1px rgba(64, 64, 64, 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(89, 141, 129, 0.5); }

.title-bar {
  background: #404040;
  color: #fefefe;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1; }
  .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: #404040;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #404040, 0 14px 0 #404040; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

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

.tooltip {
  background-color: #404040;
  color: #fefefe;
  font-size: 80%;
  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 #404040;
    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: #404040 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 #404040;
    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 #404040 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; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #4f6c95; }
  .top-bar input {
    width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }

@media screen and (max-width: 39.9375em) {
  .stacked-for-small .top-bar-left,
  .stacked-for-small .top-bar-right {
    width: 100%; } }

@media screen and (max-width: 63.9375em) {
  .stacked-for-medium .top-bar-left,
  .stacked-for-medium .top-bar-right {
    width: 100%; } }

@media screen and (max-width: 74.9375em) {
  .stacked-for-large .top-bar-left,
  .stacked-for-large .top-bar-right {
    width: 100%; } }

@media screen and (max-width: 89.9375em) {
  .stacked-for-xlarge .top-bar-left,
  .stacked-for-xlarge .top-bar-right {
    width: 100%; } }

.top-bar-left,
.top-bar-right {
  width: 100%; }

@media screen and (min-width: 40em) {
  .top-bar-left,
  .top-bar-right {
    width: auto; } }

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

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

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

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

Stylesheet: Main Stylesheet

*************************************************/
/*********************
GENERAL STYLES
*********************/
.container {
  max-width: 90rem;
  margin: 0 auto; }

p {
  font-size: 1.125rem;
  line-height: 1.4; }

ul {
  font-size: 1.125rem; }
  ul ul {
    margin-bottom: 1rem; }

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

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

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

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

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

/*********************
POSTS & CONTENT STYLES
*********************/
#content #inner-content {
  padding: 1rem 0rem;
  background: #fefefe; }
  @media screen and (max-width: 39.9375em) {
    #content #inner-content {
      padding: 1.25rem; } }

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

.banner {
  background-size: cover !important;
  background-position: center center !important;
  margin: 0 auto;
  display: block;
  max-width: 75rem;
  position: relative; }
  .banner:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 39.4736842105%; }

.article-header {
  margin: 1.25rem 0; }
  .article-header h1 {
    margin-bottom: 0;
    line-height: 1; }
  .article-header h2 {
    font-size: 2.25rem;
    margin-bottom: 0; }
    .article-header h2 a {
      color: #404040; }

.article-footer {
  margin: 1.25rem 0; }

.byline {
  color: #404040; }

.entry-content {
  padding: 0 10px; }
  @media screen and (max-width: 39.9375em) {
    .entry-content h1 {
      font-size: 1.75rem; } }
  .entry-content img.attachment-thumbnail {
    width: 100%; }
    @media screen and (max-width: 39.9375em) {
      .entry-content img.attachment-thumbnail {
        margin-bottom: 0.9375rem; } }
  .entry-content .easy_t_single_testimonial:nth-of-type(even) blockquote.easy_testimonial {
    padding: 20px;
    background: #e6eef3; }
  .entry-content blockquote.easy_testimonial {
    padding: 20px;
    position: relative; }
    .entry-content blockquote.easy_testimonial p.testimonial_author {
      text-align: right;
      margin-bottom: 0; }
      .entry-content blockquote.easy_testimonial p.testimonial_author cite {
        color: #404040;
        font-size: 1rem; }
    .entry-content blockquote.easy_testimonial .testimonial_body {
      margin-top: 2.5rem; }
    .entry-content blockquote.easy_testimonial span.stars {
      position: absolute;
      top: 1.25rem; }
      .entry-content blockquote.easy_testimonial span.stars span {
        color: #598d81; }

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

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }
  @media screen and (max-width: 39.9375em) {
    .alignleft, img.alignleft {
      width: 50%;
      display: block;
      margin: 0.9375rem 0; } }

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }
  @media screen and (max-width: 39.9375em) {
    .alignright, img.alignright {
      width: 50%;
      display: block;
      margin: 0.9375rem 0; } }

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

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

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: #598d81;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #4c786e;
    color: #fefefe; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#secondary {
  padding-top: 10px; }

.widget {
  margin: 0 0 1.5em; }
  .widget select {
    max-width: 100%; }

/* Search widget */
.widget_search .submit {
  display: none; }

.widget-title {
  color: #262626;
  text-align: left;
  text-transform: uppercase;
  margin-top: 10px;
  line-height: 1;
  font-size: 1.5rem; }
  @media screen and (min-width: 64em) {
    .widget-title {
      font-size: 1.875rem; } }

#home .widget-title {
  display: block;
  color: #fff;
  text-align: center;
  background: #4f6c95;
  padding: 10px 0;
  margin-bottom: 12px; }

#home .textwidget {
  font-size: 24px; }
  #home .textwidget ul {
    list-style: none;
    margin-left: 1em !important; }
  #home .textwidget li {
    margin-bottom: 12px; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both; }

/*********************
FOUNDATION STYLES
*********************/
.card .card-divider {
  color: #fefefe; }

.card .tabs-title > a {
  font-size: 1rem !important; }

.card .tabs-content {
  border: 0px solid !important; }

.card .accordion-title {
  font-size: 1rem !important; }

.cover {
  width: 100%;
  background: #99aec9;
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 40em) {
    .cover .text {
      width: 47%;
      float: left; } }
  .cover .text .title {
    top: 7px;
    font-style: italic;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0.625rem; }
  .cover .text .desc {
    font-size: .9rem;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #4f6c95; }
    .cover .text .desc a {
      color: #4f6c95;
      font-size: .9rem; }
  .cover .text a.button {
    margin: 0; }
    @media screen and (min-width: 40em) {
      .cover .text a.button {
        position: absolute;
        bottom: 10px;
        right: 10px; } }
  @media screen and (min-width: 40em) {
    .cover .cover-img {
      width: 47%;
      float: left;
      margin-right: 4%; } }
  .cover .cover-img img {
    width: 100%;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.45); }

/* .column-block:nth-child(6n+1) .cover {
	background-color: #7d9cbb;

	a.button {
		background: #4f6c95;
	}
}

.column-block:nth-child(6n+2) .cover {
	background-color: #4c786e;

	a.button {
		background: #598d81;
	}
}

.column-block:nth-child(6n+3) .cover {
	background-color: #4f6c95;

	a.button {
		background: #7d9cbb;
	}
}

.column-block:nth-child(6n+4) .cover {
	background-color: rgba(89, 141, 129, 0.7);

	a.button {
		background: #598d81;
	}
}

.column-block:nth-child(6n+5) .cover {
	background-color: #99aec9;
	
	a.button {
		background: #4f6c95;
	}
}

.column-block:nth-child(6n+0) .cover {
	background-color: #598d81;

	a.button {
		background: #4c786e;
	}
} */
/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

#map_canvas img {
  max-width: none; }

.dropdown_box {
  background: #fafafa; }
  .dropdown_box a.showmore, .dropdown_box a.showmore:visited {
    display: block;
    font-size: 1.125rem !important;
    line-height: 1.25rem !important;
    text-align: center;
    height: auto !important;
    color: #fff !important;
    background: #598d81;
    padding: 10px;
    margin-bottom: 10px; }
    .dropdown_box a.showmore.showmore:hover, .dropdown_box a.showmore:visited.showmore:hover {
      background: #4d796f; }
    .dropdown_box a.showmore > span.view_modifier, .dropdown_box a.showmore:visited > span.view_modifier {
      display: inline !important;
      padding-right: 0.3125rem; }
  .dropdown_box .inner_text {
    padding: 0px 20px 5px; }
    @media screen and (min-width: 64em) {
      .dropdown_box .inner_text h3 {
        font-size: 1.75rem; } }

/* Futura-Light */
@font-face {
  font-family: 'Futura Light';
  src: url("/wp-content/themes/OSCUpdated/assets/fonts/Futura-Light.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/OSCUpdated/assets/fonts/Futura-Light.ttf") format("truetype"), url("/wp-content/themes/OSCUpdated/assets/fonts/Futura-Light.svg#webfont") format("svg"), url(data:application/x-font-woff;base64,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);
  font-weight: 300;
  font-style: normal; }

/* Futura-Light-Italic */
@font-face {
  font-family: 'Futura Light';
  src: url("/wp-content/themes/OSCUpdated/assets/fonts/Futura-Light-Italic.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/OSCUpdated/assets/fonts/Futura-Light-Italic.ttf") format("truetype"), url("/wp-content/themes/OSCUpdated/assets/fonts/Futura-Light-Italic.svg#webfont") format("svg"), url(data:application/x-font-woff;base64,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);
  font-weight: 300;
  font-style: italic; }

.alert-bar {
  padding: 0.1875rem 1.25rem;
  background: #FFDB03; }
  @media screen and (max-width: 39.9375em) {
    .alert-bar {
      margin-top: 4.625rem; } }
  .alert-bar p {
    margin-bottom: 0;
    text-align: center; }
    @media screen and (min-width: 64em) {
      .alert-bar p {
        padding: 0.3125rem;
        font-size: 1.375rem; } }
  .alert-bar a {
    font-weight: bold;
    text-decoration: underline; }

.top-bar {
  border-bottom: 8px solid #4b5a62; }
  @media screen and (max-width: 39.9375em) {
    .top-bar {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 99999; } }
  .top-bar .top-bar-left, .top-bar .top-bar-right {
    width: 49%; }
  .top-bar #logo {
    width: 100%;
    max-width: 120px;
    margin: 0.75rem 0.5rem 0.5rem; }
    @media screen and (min-width: 40em) {
      .top-bar #logo {
        margin: 1.5625rem 0.5rem 0.5rem;
        max-width: 14.0625rem; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar ul.menu {
      float: right;
      margin-top: 2.5rem;
      font-size: 1.875rem; }
      .top-bar ul.menu a {
        color: #fff; } }
  @media screen and (max-width: 39.9375em) {
    .top-bar ul.menu {
      margin-top: .333rem; } }
  .top-bar .top-menu a,
  .top-bar .top-menu a:visited {
    width: 22%;
    margin-right: 3%;
    background: rgba(255, 255, 255, 0.2);
    display: block;
    height: 135px;
    color: #4f6c95;
    float: left;
    text-align: center;
    font-weight: bold; }
    .top-bar .top-menu a p,
    .top-bar .top-menu a:visited p {
      font-size: 0.875rem;
      line-height: 1.2;
      margin-top: 0.625rem; }
      .top-bar .top-menu a p i,
      .top-bar .top-menu a:visited p i {
        margin: 10px 0; }
      .top-bar .top-menu a p span,
      .top-bar .top-menu a:visited p span {
        color: #fff;
        font-size: 1em;
        letter-spacing: 1px; }
        @media screen and (min-width: 64em) and (max-width: 74.9375em) {
          .top-bar .top-menu a p span,
          .top-bar .top-menu a:visited p span {
            font-size: .85em; } }
  .top-bar .top-menu a:hover {
    background: #598d81; }

#menu {
  background: #598d81; }
  #menu li:hover {
    background: #4c786e; }
  #menu li a {
    color: #fff;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 15px 30px 14px; }
  #menu li.is-dropdown-submenu-item a {
    text-transform: capitalize; }
  #menu li:hover {
    background: #4c786e; }
  #menu.stuck {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75); }

#off-canvas a {
  color: #fff; }

#int-menu {
  padding: 0 10px; }

#int-menu li {
  display: block;
  list-style: none !important; }

#int-menu a {
  display: block;
  background: #4f6c95;
  text-decoration: none;
  color: #fff;
  padding: 10px 15px;
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold; }

#int-menu a:hover {
  background: #3f5677; }

#int-menu ul li ul a {
  background-color: #fff !important;
  color: #262626 !important;
  margin: 0 !important;
  padding-left: 44px; }

.menu > li > a i {
  vertical-align: top;
  margin-right: 0.625rem; }

#int-menu ul.sub-menu li a:hover {
  background-color: #fafafa !important; }

#int-menu li.current-menu-item a,
#int-menu li.current-page-item a {
  background-color: #4e6b62; }

#int-menu ul.sub-menu {
  display: none; }

#int-menu .current_page_parent ul.sub-menu {
  display: block; }

#int-menu .current_page_ancestor ul.sub-menu {
  display: block; }

#int-menu li.current-menu-item ul.sub-menu {
  display: block; }

#int-menu ul.sub-menu li.current-menu-item ul.sub-menu {
  display: block; }

#int-menu ul.sub-menu ul.sub-menu {
  display: none; }

#int-menu ul.sub-menu li.current_page_ancestor ul.sub-menu {
  display: block; }

.subscribe-block {
  background-color: #4f6c95;
  color: #fff;
  padding: 20px 10px; }
  @media screen and (min-width: 40em) {
    .subscribe-block {
      padding: 40px 0; } }
  .subscribe-block h3 {
    line-height: 1.5; }
  .subscribe-block form {
    display: table;
    width: 100%; }
  .subscribe-block #mc_embed_signup_scroll {
    display: inline; }
  .subscribe-block .mc-field-group,
  .subscribe-block .button-container {
    display: inline-block; }
  .subscribe-block .mc-field-group {
    width: 100%; }
    @media screen and (min-width: 40em) {
      .subscribe-block .mc-field-group {
        width: 30%; } }
    .subscribe-block .mc-field-group input {
      width: 94%;
      height: auto;
      margin-bottom: 0;
      border-radius: 0;
      display: block;
      border: 0;
      padding: 14px 10px; }
    .subscribe-block .mc-field-group label {
      color: #fff; }
  .subscribe-block .button-container {
    width: 8%;
    vertical-align: top; }
    @media screen and (max-width: 39.9375em) {
      .subscribe-block .button-container {
        margin-top: 1.25rem; } }
    .subscribe-block .button-container input {
      outline: 0;
      border: 0;
      background: #598d81;
      color: #fff;
      font-size: 16px;
      text-shadow: none;
      -webkit-appearance: none;
      box-shadow: none;
      border-radius: 0;
      padding: 14px 10px;
      line-height: 1.2;
      font-weight: bold; }

#footer-menu {
  background: #598d81;
  color: #fff;
  display: block;
  width: 100%;
  padding: 20px 10px;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: bold; }
  #footer-menu a,
  #footer-menu a:visited {
    color: #fff;
    text-decoration: none; }
  #footer-menu a:hover {
    color: midnightblue; }
  #footer-menu h6 {
    font-weight: bold; }
  #footer-menu .menu .active > a {
    background: none !important; }
  #footer-menu .blog-thumbnail h3 {
    font-size: 1.125rem; }
  #footer-menu .blog-thumbnail img {
    float: left;
    margin-right: 0.625rem; }
  #footer-menu .blog-thumbnail .excerpt p {
    font-size: 0.8125rem;
    line-height: 1.1;
    margin-bottom: .75rem; }

#footer-feed {
  background: #4e6b62;
  color: #fff;
  font-weight: bold;
  display: block;
  width: 100%;
  padding: 20px 10px;
  font-size: 18px;
  letter-spacing: 1px; }
  #footer-feed h3 {
    line-height: 1;
    font-weight: bold; }
  #footer-feed h6 {
    margin: 0;
    font-weight: bold; }
  #footer-feed a,
  #footer-feed a:visited {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px; }
  #footer-feed a:hover {
    color: midnightblue; }
  #footer-feed p {
    margin-bottom: 0; }

.footer-links {
  color: #fff;
  display: inline;
  float: right; }

#footer-bottom {
  background: #7d9cbb;
  color: #fff;
  display: block;
  width: 100%;
  padding: 20px 10px;
  letter-spacing: 1px;
  overflow: hidden; }
  #footer-bottom p {
    text-align: center; }
  #footer-bottom p.source-org {
    margin-bottom: 0; }
  #footer-bottom a,
  #footer-bottom a:visited {
    color: #ffffff;
    text-decoration: underline; }

.home-container {
  background: #fefefe; }

.mobile-hero-message {
  background: #598d81;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 20px;
  margin-top: -20px;
  border-bottom: 10px solid #4d796f;
  text-align: center; }
  .mobile-hero-message h1 {
    line-height: 1.2;
    margin-bottom: 0;
    font-style: italic; }
  @media screen and (min-width: 64em) {
    .mobile-hero-message {
      display: none; } }

#patient-ed {
  background: rgba(89, 141, 129, 0.7) !important;
  padding: 1.875rem;
  color: #ffffff; }
  #patient-ed h4 {
    margin-bottom: 1.25rem; }
  #patient-ed a .card {
    border: 0px solid;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  #patient-ed a .card:hover {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.45); }

.accordion-header h1 {
  padding: 0 1rem;
  font-weight: normal; }
  .accordion-header h1 span {
    font-weight: bold; }

#home_accordion h2 {
  color: #fff;
  font-weight: bold; }
  @media screen and (min-width: 40em) {
    #home_accordion h2 {
      font-size: 2.25rem; } }

#home_accordion a {
  max-width: 75rem;
  margin: 0 auto; }

#home_accordion .accordion-title {
  border-bottom: 0px solid; }

#home_accordion .accordion-title:before {
  font-family: FontAwesome;
  content: '\f078';
  color: #fff; }
  @media screen and (min-width: 40em) {
    #home_accordion .accordion-title:before {
      font-size: 1.25rem; } }

#home_accordion .is-active > .accordion-title::before {
  content: '\f077'; }

#home_accordion .accordion-title:hover, #home_accordion .accordion-title:focus {
  background-color: transparent; }

#home_accordion .point_one {
  background-color: #99aec9; }

#home_accordion .point_two {
  background-color: #88a3c8; }

#home_accordion .point_three {
  background-color: #7d9cbb; }

#home_accordion .accordion-content {
  overflow: hidden; }
  #home_accordion .accordion-content .inside-text {
    max-width: 75rem;
    padding: 0.625rem 1.25rem;
    margin: 0 auto; }
    #home_accordion .accordion-content .inside-text :hover {
      background-color: #fff; }

#home a {
  color: #262626;
  text-decoration: none; }

#home a:visited {
  color: #262626; }

#home a:hover,
#home a:focus,
#home a:active {
  color: #598d81; }

.review-cta-container {
  background: #598d81;
  padding: 20px;
  text-align: center;
  margin-bottom: 3.75rem; }
  @media screen and (min-width: 40em) {
    .review-cta-container {
      padding: 20px;
      margin-bottom: 5rem; } }
  @media screen and (min-width: 64em) {
    .review-cta-container {
      min-height: 310px; } }
  .review-cta-container h4 {
    color: white;
    margin-bottom: 15px; }
    .review-cta-container h4 .button {
      background: #4c786e; }
  .review-cta-container h6 {
    font-weight: bold;
    margin-bottom: 40px; }
    @media screen and (min-width: 40em) {
      .review-cta-container h6 {
        font-size: 1.25rem; } }
  .review-cta-container h4:last-child {
    margin-bottom: 0; }

.featured-container {
  width: 100%;
  min-width: 755px;
  height: 450px;
  min-height: 450px;
  margin-left: 0px;
  display: block;
  overflow: hidden;
  z-index: 998; }

.featured-container img {
  margin-top: -30%; }

.intro {
  margin: 20px 0;
  padding: 20px; }
  @media screen and (min-width: 40em) {
    .intro {
      padding: 0;
      margin: 60px 0 40px; }
      .intro p,
      .intro .button {
        font-size: 1.5rem; }
      .intro .button.mobile {
        display: none; } }
  .intro .button {
    margin: 0; }
    @media screen and (max-width: 39.9375em) {
      .intro .button {
        margin-top: 1.25rem; } }
  .intro .button.mobile {
    margin-top: 0; }
  .intro .intro-text {
    margin-bottom: 4rem; }

/* ADDITIONS FOR HOMEPAGE TESTIMONIALS SLIDER */
#testimonials {
  background: rgba(89, 141, 129, 0.7) !important;
  padding: 20px 0 10px;
  margin-bottom: 80px;
  overflow: hidden; }
  #testimonials .testimonial-header {
    text-align: center;
    color: #fafafa; }
    #testimonials .testimonial-header hr {
      border-bottom: 1px solid #fafafa; }
  #testimonials .testimonial-slider {
    padding: 0;
    position: relative;
    font-size: 0.875rem; }
    #testimonials .testimonial-slider h4 {
      text-align: center;
      margin-top: -3.75rem;
      margin-bottom: 1.25rem;
      position: relative;
      z-index: 999; }
  @media screen and (min-width: 40em) {
    #testimonials .testimonial-slider {
      padding: 0px 40px 0; } }
  #testimonials .testimonial-slider blockquote {
    padding-left: 60px;
    padding-right: 60px; }
    #testimonials .testimonial-slider blockquote p {
      font-size: 1.0625rem !important;
      color: #fafafa;
      margin-bottom: 0;
      line-height: 1.2; }
      @media screen and (max-width: 39.9375em) {
        #testimonials .testimonial-slider blockquote p {
          font-size: 0.875rem; } }
  #testimonials .testimonial-slider .cycle-slideshow {
    padding-bottom: 0; }
  #testimonials .easy_t_single_testimonial blockquote.easy_testimonial {
    padding: 0px 40px !important; }
    @media screen and (min-width: 40em) {
      #testimonials .easy_t_single_testimonial blockquote.easy_testimonial {
        padding: 0px 20px !important; } }
    #testimonials .easy_t_single_testimonial blockquote.easy_testimonial span.stars {
      position: absolute;
      top: 0; }
  #testimonials .testimonial_body {
    margin-top: 1.875rem; }
  #testimonials .testimonial_author,
  #testimonials .easy_t_single_testimonial blockquote p span.testimonial-client, #testimonials .easy_t_single_testimonial blockquote p span.testimonial-position {
    text-align: right;
    font-size: 1.25rem;
    color: #fafafa; }
    #testimonials .testimonial_author cite,
    #testimonials .easy_t_single_testimonial blockquote p span.testimonial-client cite, #testimonials .easy_t_single_testimonial blockquote p span.testimonial-position cite {
      color: #fafafa; }
  #testimonials .testimonial-slider .cycle-prev {
    display: block;
    width: 13px;
    height: 18px;
    position: absolute;
    top: 45%;
    margin-top: -8px;
    left: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: -100px;
    background: url("/wp-content/plugins/soliloquy/themes/classic/images/slider-arrows-horizontal@2x.png") no-repeat scroll 0 0;
    background-size: 100%;
    z-index: 20000; }
    @media screen and (max-width: 39.9375em) {
      #testimonials .testimonial-slider .cycle-prev {
        left: 10px; } }
  #testimonials .testimonial-slider .cycle-next {
    display: block;
    display: block;
    width: 13px;
    height: 18px;
    position: absolute;
    top: 45%;
    margin-top: -8px;
    right: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: -100px;
    background: url("/wp-content/plugins/soliloquy/themes/classic/images/slider-arrows-horizontal@2x.png") no-repeat scroll 0 0;
    background-position: 0 -20px;
    background-size: 100%;
    z-index: 20000; }
    @media screen and (max-width: 39.9375em) {
      #testimonials .testimonial-slider .cycle-next {
        right: 10px; } }

.soliloquy-outer-container {
  background: rgba(89, 141, 129, 0.7); }

.soliloquy-container {
  overflow: hidden !important; }
  .soliloquy-container .soliloquy-video-icon {
    background: url(../img/play.png) 50% 50% no-repeat !important; }

.soliloquy-wrapper {
  position: static !important; }
  .soliloquy-wrapper li[style] {
    float: none !important;
    max-width: 1440px !important;
    margin: 0 auto !important; }

.soliloquy-controls {
  z-index: 100 !important; }

.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
  background: rgba(89, 141, 129, 0.7) !important; }

.soliloquy-container .soliloquy-video-icon {
  background-size: 50px 50px !important; }
  @media screen and (min-width: 64em) {
    .soliloquy-container .soliloquy-video-icon {
      background-size: 80px 80px !important; } }

.soliloquy-container .soliloquy-caption {
  width: 100% !important;
  max-width: 1440px;
  bottom: 10% !important;
  border-bottom: 10px solid !important;
  border-bottom-color: rgba(78, 107, 98, 0.8) !important;
  color: #fff !important;
  letter-spacing: 2px !important; }

.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
  text-align: center !important;
  font-size: 1.25rem !important;
  line-height: 1.4 !important;
  padding: 15px 0 10px 0 !important; }
  @media screen and (min-width: 64em) {
    .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
      font-size: 1.8em !important; } }

.soliloquy-container .soliloquy-caption .soliloquy-caption-inside span {
  font-size: 1.5rem; }
  @media screen and (min-width: 64em) {
    .soliloquy-container .soliloquy-caption .soliloquy-caption-inside span {
      font-size: 1.9em !important; } }

.soliloquy-container .soliloquy-caption h2 {
  color: #fff !important; }

@media (min-width: 768px) and (max-width: 1024px) {
  .soliloquy-container .soliloquy-caption {
    bottom: 15% !important; } }

@media (max-width: 600px) {
  /** Hide the caption and control nav for small devices since they can swipe slides */
  .soliloquy-container .soliloquy-control-nav,
  .soliloquy-container .soliloquy-caption {
    display: none !important; } }

.ltblue-block {
  background: #7d9cbb;
  padding: 40px 0 20px;
  color: #fff; }
  @media screen and (min-width: 64em) {
    .ltblue-block h6 {
      font-size: 1.5rem;
      line-height: 1.5rem;
      margin-bottom: 10px; } }
  .ltblue-block .card {
    border: 0px solid;
    background: #4f6c95;
    color: #fff; }
    .ltblue-block .card img {
      width: 100%; }
    .ltblue-block .card .card-divider {
      background: #4f6c95;
      color: #fff; }
    .ltblue-block .card a {
      color: #7d9cbb; }

#stats {
  text-align: center;
  margin-bottom: 2.5rem; }
  #stats h2 {
    margin-bottom: 1.875rem; }
  #stats img {
    margin-bottom: 10px; }
  #stats .stat-card {
    border: 0 solid; }
    #stats .stat-card p {
      font-size: 1.375rem;
      color: #7d9cbb;
      font-weight: 600; }
      #stats .stat-card p span {
        font-size: 3rem;
        font-weight: bold;
        color: #4B6997;
        line-height: 1.1; }

#reviews {
  overflow: hidden; }

#ratings {
  padding: 0 0 4.375rem;
  text-align: center; }
  #ratings img {
    margin-top: 0.625rem;
    max-height: 3.4375rem; }
  #ratings i {
    font-size: 2.5rem;
    color: #FFDB01;
    margin: 0 3px; }

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

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; } }
/*# sourceMappingURL=style.css.map */