@charset "UTF-8";
/******************************************************************
	
Stylesheet: Main Stylesheet

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

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

Stylesheet: Mixins & Constants Stylesheet

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

******************************************************************/
/*********************
TOOLS
*********************/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
.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); */
.menu-icon {
  float: right;
  width: 40px !important;
  margin-right: 10px;
  outline: none !important; }
  .menu-icon:after {
    height: 3px !important;
    box-shadow: 0 10px 0 #FFFFFF, 0 22px 0 #FFFFFF !important; }

ul.pagination li {
  color: #FFFFFF;
  border-bottom: 2px solid #4AC4CD;
  transition: background 0.25s ease; }
  ul.pagination li a {
    font-weight: bold;
    transition: all .25s ease; }
  ul.pagination li:hover a {
    color: #FFFFFF; }

table thead {
  background: #4AC4CD !important; }
  table thead th {
    font-size: 0.8125rem;
    color: #FFFFFF;
    border: 2px solid #fff;
    text-align: center !important; }
    table thead th:first-child {
      text-align: left !important; }

table tbody td {
  font-weight: normal;
  font-size: 0.8125rem;
  border: 2px solid #fff;
  text-align: center; }
  table tbody td:first-child {
    text-align: left; }

.top-bar:before,
.top-bar:after,
header:before,
header:after {
  content: " ";
  display: table; }

.top-bar:after,
header:after {
  clear: both; }

.header {
  position: fixed;
  left: 0;
  right: 0;
  height: 260px;
  top: 0;
  z-index: 999998;
  background: transparent;
  transition: all 0.5s ease-in-out;
  transform-style: preserve-3d; }
  .header .top-bar--wrapper {
    background: transparent;
    transition: all 0.5s ease-in-out;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
    .header .top-bar--wrapper .top-bar-left {
      max-width: 280px;
      width: 100%; }
      .header .top-bar--wrapper .top-bar-left ul {
        max-width: 280px;
        width: 100%; }
        .header .top-bar--wrapper .top-bar-left ul li {
          max-width: 280px;
          width: 100%;
          display: block; }
          .header .top-bar--wrapper .top-bar-left ul li a {
            max-width: 280px;
            width: 100%; }
            .header .top-bar--wrapper .top-bar-left ul li a img {
              max-width: 280px;
              width: 100%;
              transition: all 0.5s ease-in-out; }
    .header .top-bar--wrapper .top-bar-right .navigation {
      display: none; }
  @media only screen and (max-width: 48em) {
    .header {
      padding-top: 0px;
      height: 130px;
      background: rgba(0, 0, 0, 0.3); }
      .header .top-bar--wrapper.bg {
        background: rgba(0, 0, 0, 0.3); }
      .header .top-bar--wrapper .top-bar-left {
        position: absolute;
        top: 50%;
        transform: perspective(1px) translateY(-50%); }
        .header .top-bar--wrapper .top-bar-left ul li a img {
          max-width: 150px;
          width: 100%; }
      .header .top-bar--wrapper .top-bar-right {
        height: auto !important; } }
  .header.has-scrolled {
    padding-top: 0px;
    height: 130px;
    background: rgba(0, 0, 0, 0.3); }
    .header.has-scrolled .top-bar--wrapper.bg {
      background: rgba(0, 0, 0, 0.3); }
    .header.has-scrolled .top-bar--wrapper .top-bar-left {
      position: absolute;
      top: 50%;
      transform: perspective(1px) translateY(-50%); }
      .header.has-scrolled .top-bar--wrapper .top-bar-left ul li a img {
        max-width: 150px;
        width: 100%; }
    .header.has-scrolled .top-bar--wrapper .top-bar-right {
      height: 130px;
      line-height: 130px; }
      .header.has-scrolled .top-bar--wrapper .top-bar-right ul.navigation {
        display: block;
        list-style: none;
        margin-left: 0px;
        margin-bottom: 0px;
        height: 100%; }
        .header.has-scrolled .top-bar--wrapper .top-bar-right ul.navigation li {
          overflow: hidden;
          display: inline-block;
          height: 100%; }
          .header.has-scrolled .top-bar--wrapper .top-bar-right ul.navigation li div {
            height: 55px;
            border-right: 2px solid rgba(255, 255, 255, 0.4);
            padding: 0 20px 0;
            margin: 37px 0; }
          .header.has-scrolled .top-bar--wrapper .top-bar-right ul.navigation li:nth-child(4) div {
            border-right: none; }
          .header.has-scrolled .top-bar--wrapper .top-bar-right ul.navigation li a {
            color: #FFFFFF;
            font-size: 1.625rem;
            line-height: 1; }
            .header.has-scrolled .top-bar--wrapper .top-bar-right ul.navigation li a span {
              display: block;
              white-space: nowrap;
              font-size: 1.125rem;
              margin-top: 8px; }
          .header.has-scrolled .top-bar--wrapper .top-bar-right ul.navigation li.slog {
            position: relative; }
            .header.has-scrolled .top-bar--wrapper .top-bar-right ul.navigation li.slog img {
              height: 55px; }
            @media only screen and (max-width: 64em) {
              .header.has-scrolled .top-bar--wrapper .top-bar-right ul.navigation li.slog {
                display: none; } }
            @media screen\0 {
              .header.has-scrolled .top-bar--wrapper .top-bar-right ul.navigation li.slog {
                display: none; } }
          .header.has-scrolled .top-bar--wrapper .top-bar-right ul.navigation li.burger-item {
            background: #FFFFFF;
            padding: 0 15px;
            height: 100%; }
            .header.has-scrolled .top-bar--wrapper .top-bar-right ul.navigation li.burger-item:not(:root:root) {
              position: absolute; }
            @media only screen and (orientation: landscape) and (max-width: 64em) {
              .header.has-scrolled .top-bar--wrapper .top-bar-right ul.navigation li.burger-item {
                top: 0;
                right: 0; } }
          @media only screen and (orientation: landscape) and (max-width: 64em) {
            .header.has-scrolled .top-bar--wrapper .top-bar-right ul.navigation li:nth-child(4) {
              margin-right: 100px; } }

/**
 * Foundation for Sites by ZURB
 * Version 6.2.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! 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: not-allowed; }

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=48.0625em&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: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.4;
  color: #000000;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    max-width: none;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    max-width: none; }
    @media screen and (min-width: 48.0625em) {
      .row .row {
        margin-left: -0.625rem;
        margin-right: -0.625rem; } }
    .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: 48.0625em) {
    .column, .columns {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  .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.33333%; }

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

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

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

.small-2 {
  width: 16.66667%; }

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

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

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

.small-3 {
  width: 25%; }

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

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

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

.small-4 {
  width: 33.33333%; }

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

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

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

.small-5 {
  width: 41.66667%; }

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

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

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

.small-6 {
  width: 50%; }

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

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

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

.small-7 {
  width: 58.33333%; }

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

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

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

.small-8 {
  width: 66.66667%; }

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

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

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

.small-9 {
  width: 75%; }

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

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

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

.small-10 {
  width: 83.33333%; }

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

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

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

.small-11 {
  width: 91.66667%; }

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

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

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

.small-12 {
  width: 100%; }

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

.small-up-1 > .column, .small-up-1 > .columns {
  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.33333%;
  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.66667%;
  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.28571%;
  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: 48.0625em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    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.33333%;
    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.66667%;
    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.28571%;
    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.625rem;
    padding-right: 0.625rem; }
  .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.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    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.33333%;
    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.66667%;
    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.28571%;
    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.625rem;
    padding-right: 0.625rem; }
  .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; } }

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.4;
  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: 90%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ff-speak-web", "Montserrat", "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: #D8D8D8;
    line-height: 0; }

h1 {
  font-size: 2.25rem; }

h2 {
  font-size: 0.9375rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 48.0625em) {
  h1 {
    font-size: 4.75rem; }
  h2 {
    font-size: 2.5625rem; }
  h3 {
    font-size: 1.375rem; }
  h4 {
    font-size: 1.875rem; }
  h5 {
    font-size: 1.125rem; }
  h6 {
    font-size: 0.9375rem; } }

a {
  color: #4AC4CD;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #34b3bc; }
  a img {
    border: 0; }

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

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

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

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

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #D8D8D8; }
  blockquote, blockquote p {
    line-height: 1.4;
    color: #9B9B9B; }

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

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

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

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

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

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

.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: 48.0625em) {
  .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; } }

.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 #9B9B9B;
    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 #D8D8D8;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #000000;
  background-color: #FFFFFF;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  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 #9B9B9B;
    background-color: #FFFFFF;
    outline: none;
    box-shadow: 0 0 5px #D8D8D8;
    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: #D8D8D8; }

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #F2F2F2;
  color: #000000;
  border: 1px solid #D8D8D8;
  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 #D8D8D8;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #FFFFFF;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #D8D8D8;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #000000;
  background-color: #FFFFFF;
  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%28155, 155, 155%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/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMBJREFUeNrEllsOhCAMRVszC9IlzU7KCmVHTJsoMWYMUtpyv9BgbuXQB5ZSdgBYYY4ycgBivk8KYFsQMfMiTTBP4o3nUzCKzOabLJbLy2/g31evGkAginR4/ZegKH5qX3bJCscA3t0x3kgO5tQFyhhFf50xRqFLbyMUNJQzgyjGS/wgCpvKqkRBpuWrE4V9d+1E4dPUXqIg107SQOE/2DRQxMwTDygIInVDET9T3lCoj/6j/VCmGjZOl2lKpZ8AAwDQP7zIimDGFQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #F2F2F2;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

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

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

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

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

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

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

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

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

@media screen and (max-width: 48em), 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; } }

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

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

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

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

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

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

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

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

.clearfix::after {
  clear: both; }

.accordion {
  list-style-type: none;
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  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: #2199e8;
  position: relative;
  border-bottom: 1px solid #F2F2F2; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #F2F2F2; }
  .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 #F2F2F2;
  background-color: #FFFFFF; }

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

.close-button {
  position: absolute;
  color: #9B9B9B;
  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: #000000; }

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

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

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

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

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

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

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

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #4AC4CD transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px; }

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

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

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

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

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

.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px; }

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

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

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

@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-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #4AC4CD transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.large-vertical > li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #4AC4CD transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #4AC4CD;
    border-left-style: solid;
    border-right-width: 0; } }

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

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

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

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

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

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

.media-object {
  margin-bottom: 1rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 48em) {
    .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.625rem;
    display: inline-block; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 48.0625em) {
    .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; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right::before, .menu.align-right::after {
    content: ' ';
    display: table; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i {
      display: block;
      margin: 0 auto 0.625rem; }
  .menu.nested {
    margin-left: 2rem; }
  .menu .active > a {
    color: #FFFFFF;
    background: #2199e8; }

.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: #FFFFFF;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #FFFFFF, 0 14px 0 #FFFFFF; }
  .menu-icon:hover::after {
    background: #D8D8D8;
    box-shadow: 0 7px 0 #D8D8D8, 0 14px 0 #D8D8D8; }

.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: #000000;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #000000, 0 14px 0 #000000; }
  .menu-icon.dark:hover::after {
    background: #9B9B9B;
    box-shadow: 0 7px 0 #9B9B9B, 0 14px 0 #9B9B9B; }

html,
body {
  height: 100%; }

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

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

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

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

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

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

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

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 1rem;
    margin-right: 0.3125rem;
    border-radius: 0;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 48.0625em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #4AC4CD;
    display: block;
    padding: 0.4375rem 0.9375rem;
    border-radius: 0; }
    .pagination a:hover,
    .pagination button:hover {
      background: #4AC4CD; }
  .pagination .current {
    padding: 0.4375rem 0.9375rem;
    background: #4AC4CD;
    color: #FFFFFF;
    cursor: default; }
  .pagination .disabled {
    padding: 0.4375rem 0.9375rem;
    color: #D8D8D8;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '\2026';
    padding: 0.4375rem 0.9375rem;
    color: #FFFFFF; }

.sticky-container {
  position: relative; }

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

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

.sticky.is-anchored {
  position: 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(0, 0, 0, 0.45);
  overflow-y: scroll; }

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #D8D8D8;
  background-color: #FFFFFF;
  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: 48.0625em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 48.0625em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  @media screen and (min-width: 48.0625em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 48.0625em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media screen and (min-width: 48.0625em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media screen and (min-width: 48.0625em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 48em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      max-width: none;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  table thead,
  table tbody,
  table tfoot {
    border: 1px solid #f2f2f2;
    background-color: #FFFFFF; }
  table caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  table thead,
  table tfoot {
    background: #f9f9f9;
    color: #000000; }
    table thead tr,
    table tfoot tr {
      background: transparent; }
    table thead th,
    table thead td,
    table tfoot th,
    table tfoot td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-weight: bold;
      text-align: left; }
  table tbody tr:nth-child(even) {
    background-color: #f2f2f2; }
  table tbody th,
  table 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: #fafafa; }

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

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

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

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

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

.tabs.primary {
  background: #2199e8; }
  .tabs.primary > li > a {
    color: #FFFFFF; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1893e4; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 
 * ===========================================
 * Spin Animation
 * ===========================================
 */
.hamburger--spin .hamburger-inner, .hamburger--spin .burger-inner, .burger--spin .hamburger-inner, .burger--spin .burger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before, .hamburger--spin .burger-inner::before, .burger--spin .hamburger-inner::before, .burger--spin .burger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after, .hamburger--spin .burger-inner::after, .burger--spin .hamburger-inner::after, .burger--spin .burger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner, .hamburger--spin.is-active .burger-inner, .burger--spin.is-active .hamburger-inner, .burger--spin.is-active .burger-inner {
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before, .hamburger--spin.is-active .burger-inner::before, .burger--spin.is-active .hamburger-inner::before, .burger--spin.is-active .burger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after, .hamburger--spin.is-active .burger-inner::after, .burger--spin.is-active .hamburger-inner::after, .burger--spin.is-active .burger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/* 
 * ===========================================
 * Hamburger Before Scroll
 * ===========================================
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger .btn-text {
    font-size: 1.125rem;
    text-transform: uppercase;
    color: white; }

.hamburger-box {
  width: 25px;
  height: 13px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 25px;
    height: 1px;
    background-color: #FFF;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -6px; }
  .hamburger-inner::after {
    bottom: -6px; }

.has-scrolled #no-scroll {
  display: none; }

/* 
 * ===========================================
 * Hamburger After Scroll
 * ===========================================
 */
.burger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%); }
  .burger:hover {
    opacity: 0.7; }
  .burger .btn-text {
    font-size: 1.125rem;
    text-transform: uppercase;
    color: white; }

.burger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.burger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .burger-inner, .burger-inner::before, .burger-inner::after {
    width: 40px;
    height: 2px;
    background-color: #4AC4CD;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .burger-inner::before, .burger-inner::after {
    content: "";
    display: block; }
  .burger-inner::before {
    top: -11px; }
  .burger-inner::after {
    bottom: -11px; }

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }
  .owl-carousel .owl-item .item {
    min-height: 100vh;
    height: 100%;
    background-size: cover;
    background-repeat: repeat;
    background-position: center center; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.owl-nav {
  width: 100%;
  position: absolute;
  top: 50%;
  color: white;
  font-size: 60px; }
  .owl-nav .owl-prev {
    margin-left: 20px;
    float: left;
    width: auto;
    opacity: .5; }
  .owl-nav .owl-next {
    margin-right: 20px;
    float: right;
    width: auto;
    opacity: .5; }

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

Stylesheet: Main Stylesheet

*************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-size: 1rem;
  color: #5A6B7B;
  border-radius: 1px; }
  @media only screen and (max-width: 769px) {
    body {
      border-radius: 0px; } }

/*
body:after {
	position: absolute;
	z-index: -1;
	display: none;
	content: url(http://regal.dev/wp-content/uploads/2017/01/demo-bg.jpg) url(https://unsplash.it/g/1920/720?image=1040) url(https://unsplash.it/555/370?image=1041) url(https://unsplash.it/g/1920/720?image=1041) url(https://unsplash.it/555/370?image=1042) url(https://unsplash.it/g/1920/720?image=1042) url(https://unsplash.it/555/370?image=1043) url(https://unsplash.it/g/1920/720?image=1043) url(https://unsplash.it/555/370?image=1044) url(https://unsplash.it/g/1920/720?image=1044) url(https://unsplash.it/555/370?image=1045) url(https://unsplash.it/g/1920/720?image=1045) url(https://unsplash.it/555/370?image=1047) url(https://unsplash.it/g/1920/720?image=1047);
}
*/
/*********************
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 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; }

.mega-menu {
  padding: 55px 0 65px;
  background: #FFFFFF;
  z-index: 999999;
  display: none; }
  .mega-menu .mega-menu--nav {
    list-style: none;
    margin-left: 0px;
    margin-bottom: 0px; }
    .mega-menu .mega-menu--nav li {
      font-size: 0.875rem; }
      .mega-menu .mega-menu--nav li a {
        color: #5A6B7B; }
      .mega-menu .mega-menu--nav li.subtitle a {
        color: #4AC4CD;
        text-transform: uppercase; }

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

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

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

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

.byline {
  color: #999; }

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

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

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

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

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

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

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

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

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  background: #5A6B7B;
  padding: 55px 0 45px; }
  @media only screen and (max-width: 48.0625em) {
    .footer {
      padding: 30px 0 20px; } }
  .footer .footer--menu {
    padding: 0 0 65px; }
    @media only screen and (max-width: 48.0625em) {
      .footer .footer--menu {
        padding: 0; } }
    .footer .footer--menu .search-form {
      width: 100%;
      position: relative;
      margin-top: 6px; }
      .footer .footer--menu .search-form .search-field {
        position: relative;
        width: 100%;
        height: 45px;
        border: none; }
      .footer .footer--menu .search-form .search-submit.button {
        background: #4AC4CD;
        color: #FFFFFF;
        width: 45px;
        height: 45px;
        position: absolute;
        top: 0;
        right: 0;
        border: none; }
    .footer .footer--menu .mega-menu--nav {
      list-style: none;
      margin-left: 0px;
      margin-bottom: 0px; }
      .footer .footer--menu .mega-menu--nav li {
        font-size: 0.875rem; }
        .footer .footer--menu .mega-menu--nav li a {
          color: #FFFFFF; }
        .footer .footer--menu .mega-menu--nav li.subtitle a {
          color: #4AC4CD;
          text-transform: uppercase; }
  .footer .social {
    list-style: none;
    margin: 0 !important; }
    .footer .social li {
      display: inline-block;
      margin-right: 5px; }
      .footer .social li a {
        color: #FFFFFF;
        transition: color 0.5s ease-out; }
        .footer .social li a:hover {
          color: #4AC4CD; }
        .footer .social li a i {
          font-size: 2.25rem; }
  .footer p {
    font-size: 0.8125rem;
    font-weight: 400;
    color: #FFFFFF !important;
    margin-bottom: 0px; }
    .footer p a {
      font-size: 0.8125rem;
      font-weight: 900;
      color: #FFFFFF;
      transition: color 0.5s ease-out; }
      .footer p a:hover {
        color: #4AC4CD; }
    @media only screen and (max-width: 48.0625em) {
      .footer p.madeby {
        margin-bottom: 20px; } }

/*********************
FOUNDATION STYLES
*********************/
.bypostauthor {
  visibility: visible; }

.gallery-caption {
  visibility: visible; }

.screen-reader-text {
  visibility: visible; }

.section-hero {
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  height: 60vh;
  overflow: hidden; }
  .section-hero.home {
    min-height: 100vh; }
  .section-hero .curve {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: -10px;
    z-index: 999993; }
    @media screen\0 {
      .section-hero .curve {
        bottom: -25px; } }
    .section-hero .curve .down {
      position: absolute;
      bottom: 17%;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 30px;
      text-align: center; }
      @media only screen and (orientation: landscape) and (max-width: 64em) {
        .section-hero .curve .down {
          display: none; } }
      @media only screen and (max-width: 48.0625em) {
        .section-hero .curve .down {
          display: none; } }
  .section-hero .card-wrapper {
    z-index: 999992;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0px; }
    @media screen\0 {
      .section-hero .card-wrapper {
        bottom: -55px; } }
    @media only screen and (max-width: 48.0625em) and (min-width: 46.5625em) and (orientation: portrait) {
      .section-hero .card-wrapper {
        bottom: 30px; } }
    @media only screen and (max-width: 85.375em) and (max-height: 50em) and (orientation: landscape) and (min-width: 75em) {
      .section-hero .card-wrapper {
        bottom: -70px; } }
    @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
      .section-hero .card-wrapper {
        display: none; } }
    .section-hero .card-wrapper .card-single {
      position: relative;
      transition: transform 0.3s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.3s cubic-bezier(0.02, 0.01, 0.47, 1), box-shadow 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
      transition: transform 0.3s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.3s cubic-bezier(0.02, 0.01, 0.47, 1), box-shadow 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.3s cubic-bezier(0.02, 0.01, 0.47, 1); }
      @media only screen and (max-width: 48.0625em) {
        .section-hero .card-wrapper .card-single {
          padding: 0px !important;
          margin-bottom: -5px; } }
      .section-hero .card-wrapper .card-single:after {
        padding-top: 80%;
        display: block;
        content: ''; }
        @media only screen and (max-width: 48.0625em) {
          .section-hero .card-wrapper .card-single:after {
            display: none; } }
      .section-hero .card-wrapper .card-single--inner {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 6px;
        left: 6px;
        padding: 25px 20px;
        cursor: pointer; }
        @media only screen and (max-width: 48.0625em) {
          .section-hero .card-wrapper .card-single--inner {
            position: relative;
            left: auto;
            right: auto;
            display: inline-block;
            width: 102%;
            margin-left: -1%; } }
        .section-hero .card-wrapper .card-single--inner .content .icon {
          max-height: 65px;
          float: left;
          margin-right: 10px; }
        .section-hero .card-wrapper .card-single--inner .content .title {
          float: left; }
          .section-hero .card-wrapper .card-single--inner .content .title .links {
            padding-top: 20px;
            opacity: 0;
            transition: opacity 0.5s ease; }
            .section-hero .card-wrapper .card-single--inner .content .title .links hr {
              margin: 6px 0px; }
            @media only screen and (max-width: 48.0625em) {
              .section-hero .card-wrapper .card-single--inner .content .title .links {
                display: none; } }
        .section-hero .card-wrapper .card-single--inner a {
          font-size: 1.375rem;
          line-height: 1; }
          .section-hero .card-wrapper .card-single--inner a span {
            font-size: 2.25rem;
            display: block;
            white-space: nowrap; }
      .section-hero .card-wrapper .card-single:hover {
        box-shadow: rgba(0, 0, 0, 0.156863) 0px 40px 40px;
        transform: translateY(-5%); }
        @media only screen and (max-width: 48.0625em) {
          .section-hero .card-wrapper .card-single:hover {
            transform: none;
            box-shadow: none; } }
      .section-hero .card-wrapper .card-single:nth-child(1) .card-single--inner {
        background: #4AC4CD;
        color: #17304F; }
        .section-hero .card-wrapper .card-single:nth-child(1) .card-single--inner a {
          color: #17304F; }
      .section-hero .card-wrapper .card-single:nth-child(2) .card-single--inner {
        background: url(../images/homepage-where-to-buy-landscape-image.png) no-repeat center top;
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        color: #FFFFFF; }
        .section-hero .card-wrapper .card-single:nth-child(2) .card-single--inner a {
          color: #FFFFFF; }
      .section-hero .card-wrapper .card-single:nth-child(2):hover {
        transform: translateY(-15%); }
        .section-hero .card-wrapper .card-single:nth-child(2):hover .links {
          opacity: 1; }
        @media only screen and (max-width: 48.0625em) {
          .section-hero .card-wrapper .card-single:nth-child(2):hover {
            transform: none;
            box-shadow: none; } }
        @media only screen and (orientation: landscape) and (max-width: 64em) {
          .section-hero .card-wrapper .card-single:nth-child(2):hover {
            transform: translateY(-10%); } }
      .section-hero .card-wrapper .card-single:nth-child(3) .card-single--inner {
        background: #FFFFFF;
        color: #4AC4CD; }
        .section-hero .card-wrapper .card-single:nth-child(3) .card-single--inner a {
          color: #4AC4CD; }

.section-map {
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  height: 75vh;
  overflow: hidden; }
  @media only screen and (orientation: landscape) and (max-width: 87.5em) and (max-height: 50em) {
    .section-map {
      height: 100vh; } }
  @media only screen and (max-width: 48.0625em) {
    .section-map {
      height: 100vh; } }
  @media only screen and (min-device-width: 48em) and (max-device-width: 64em) and (orientation: portrait) {
    .section-map {
      height: 95vh; } }
  .section-map #map {
    pointer-events: none; }
  .section-map .curve {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: -10px;
    z-index: 999993; }
    @media screen\0 {
      .section-map .curve {
        bottom: -25px; } }
  .section-map .row .location-finder {
    position: absolute;
    z-index: 10;
    top: 150px;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
    width: 100%;
    max-width: 400px; }
    @media only screen and (max-width: 47.9em) {
      .section-map .row .location-finder {
        transform: none;
        top: auto;
        bottom: 0; } }
    .section-map .row .location-finder--inner {
      background: #4AC4CD;
      padding: 45px 30px; }
      .section-map .row .location-finder--inner .seperator {
        position: relative; }
        .section-map .row .location-finder--inner .seperator hr {
          border-bottom: 1px solid #FFFFFF;
          margin: 40px 0 27px; }
        .section-map .row .location-finder--inner .seperator span {
          position: absolute;
          top: -10px;
          background: #4AC4CD;
          color: white;
          left: 0;
          right: 0;
          margin: 0 auto;
          width: 50px;
          text-transform: uppercase;
          text-align: center; }
      .section-map .row .location-finder--inner form label {
        color: #FFFFFF;
        margin-bottom: 6px; }
      .section-map .row .location-finder--inner form input,
      .section-map .row .location-finder--inner form select {
        border: none;
        box-shadow: none;
        color: #5A6B7B; }
      .section-map .row .location-finder--inner form ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #5A6B7B; }
      .section-map .row .location-finder--inner form ::-moz-placeholder {
        /* Firefox 19+ */
        color: #5A6B7B; }
      .section-map .row .location-finder--inner form :-ms-input-placeholder {
        /* IE 10+ */
        color: #5A6B7B; }
      .section-map .row .location-finder--inner form :-moz-placeholder {
        /* Firefox 18- */
        color: #5A6B7B; }
      .section-map .row .location-finder--inner form select {
        margin-bottom: 35px; }
      .section-map .row .location-finder--inner form button {
        height: 45px;
        line-height: 45px;
        background: #17304F;
        width: 100%;
        color: #FFFFFF;
        transition: background 0.5s ease;
        text-transform: uppercase; }
        .section-map .row .location-finder--inner form button.search-btn {
          width: 50%; }
        .section-map .row .location-finder--inner form button:hover {
          background: #5A6B7B; }

.section-error {
  background: #F2F2F2;
  padding: 100px 0 80px; }
  .section-error .icon {
    margin-bottom: 10px; }
  .section-error h1 {
    color: #4AC4CD;
    line-height: 1; }
  .section-error h2 {
    font-size: 1.375rem;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    color: #5A6B7B; }
  .section-error hr {
    border-bottom: 1px solid #D8D8D8;
    width: 120px;
    margin: 30px auto 24px; }

.section-gallery {
  width: 100%;
  position: relative; }
  .section-gallery h3 {
    font-size: 1.375rem;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    color: #4AC4CD;
    margin-bottom: 10px; }
  .section-gallery:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    content: url(../images/svg/news-curve.svg); }

.section-news {
  position: relative;
  width: 100%;
  background: #4AC4CD;
  padding: 50px 0 70px; }
  .section-news:not(:root:root) {
    margin-top: -2px; }
  @media only screen and (max-width: 48.0625em) {
    .section-news {
      padding: 30px 0 40px; } }
  .section-news .news-lead {
    text-align: center;
    color: #FFFFFF; }
    .section-news .news-lead .icon {
      margin-bottom: 6px; }
    .section-news .news-lead p {
      line-height: 1.2;
      font-size: 0.875rem; }
      .section-news .news-lead p.title {
        font-size: 4rem;
        font-family: "ff-speak-web", "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        line-height: 1;
        margin-bottom: 8px; }
  .section-news .news-post {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 50px; }
    .section-news .news-post p {
      color: #FFFFFF;
      line-height: 1.2;
      font-size: 0.875rem;
      margin-bottom: 20px; }
      .section-news .news-post p.title {
        color: #17304F;
        font-size: 1rem;
        height: 45px;
        margin-bottom: 6px; }
    .section-news .news-post a.news-btn {
      font-size: 0.9375rem;
      color: #FFFFFF;
      display: block;
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      background: rgba(255, 255, 255, 0.2);
      border-radius: 50%;
      transition: background 0.5s ease; }
      .section-news .news-post a.news-btn:hover {
        background: #5A6B7B; }

.section-main {
  padding: 0 0 40px; }
  @media only screen and (max-width: 48.0625em) {
    .section-main {
      padding: 20px 0 0; } }
  .section-main .icon {
    margin-bottom: 10px; }
  .section-main h1 {
    color: #4AC4CD;
    line-height: 1; }
  .section-main h2 {
    font-size: 1.375rem;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    color: #5A6B7B; }
    @media only screen and (max-width: 48.0625em) {
      .section-main h2 {
        font-size: 1rem; } }
  .section-main h3.news {
    font-size: 2rem;
    font-weight: bold;
    color: #4AC4CD; }
  .section-main hr {
    border-bottom: 1px solid #D8D8D8;
    width: 120px;
    margin: 30px auto 24px; }
  .section-main .iframe-map {
    display: block;
    position: relative; }
    .section-main .iframe-map:after {
      padding-top: 56.25%;
      /* 16:9 ratio */
      display: block;
      content: ''; }
    .section-main .iframe-map .iframe-map--inner {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0.625rem;
      left: 0.625rem;
      background-color: #ff6600; }
      .section-main .iframe-map .iframe-map--inner iframe {
        width: 100%;
        height: 100%; }

.section-break {
  padding: 60px 0 40px; }
  .section-break .icon {
    margin-bottom: 10px; }
  .section-break h3 {
    color: #4AC4CD;
    line-height: 1;
    font-size: 4.75rem; }
    @media only screen and (max-width: 48.0625em) {
      .section-break h3 {
        font-size: 2.25rem; } }
  .section-break hr {
    border-bottom: 1px solid #D8D8D8;
    width: 120px;
    margin: 30px auto 24px; }
    @media only screen and (max-width: 48.0625em) {
      .section-break hr {
        display: none; } }

.section-content--row {
  margin-bottom: 40px; }
  @media only screen and (max-width: 48.0625em) {
    .section-content--row {
      margin-bottom: 20px; } }

.section-content h3 {
  font-size: 1.375rem;
  color: #4AC4CD;
  margin-bottom: 0;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

.section-content hr {
  margin: 10px auto 22px; }

.section-content p.dark {
  color: #17304F;
  font-size: 1.125rem; }

.section-content ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1.125rem; }
  .section-content ul li {
    line-height: 1.6; }
    .section-content ul li:nth-child(1) {
      font-weight: bold;
      text-transform: uppercase; }

.section-content .floorplan {
  margin-bottom: 50px;
  /*
			.info {
				padding: 20px 0 0;

				.info-col {
					float: left;
					width: auto;
					text-align: center;

					padding: 0 40px;

					&:nth-child(1) {
						border-right: 1px solid $medium-gray;
						padding-left: 0;
					}

					p {
						font-size: rem-calc(18);
						color: $turquoise;
						line-height: 1;
						margin-bottom: 0;

						span {
							font-size: rem-calc(62);
							font-weight: bold;
							font-family: $header-font-family;
							display: block;
							white-space: nowrap;
							margin-bottom: -6px;
						}
					}
				}
			}
*/ }
  .section-content .floorplan p.dark {
    min-height: 50px; }
  .section-content .floorplan .info p span.bed {
    padding-right: 20px; }

.section-model .gallery {
  width: 100%;
  clear: both;
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important; }
  .section-model .gallery:before, .section-model .gallery:after {
    content: ' ';
    display: table; }
  .section-model .gallery:after {
    clear: both; }
  .section-model .gallery .item-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover !important; }
  .section-model .gallery .gallery-item {
    float: left;
    position: relative;
    width: 33.333333%;
    z-index: 1;
    cursor: pointer; }
    .section-model .gallery .gallery-item:nth-child(n + 5) {
      width: 25%; }
    @media only screen and (max-width: 48.0625em) {
      .section-model .gallery .gallery-item {
        width: 100% !important; } }
    .section-model .gallery .gallery-item:after {
      padding-top: 66.66%;
      display: block;
      content: ''; }
      @media only screen and (max-width: 48.0625em) {
        .section-model .gallery .gallery-item:after {
          padding-top: 50%; } }
    .section-model .gallery .gallery-item--inner {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      background-color: deepskyblue;
      border: 3px solid white;
      background-size: cover !important;
      background-position: center center !important;
      background-repeat: no-repeat !important;
      transition: background 0.5s ease;
      cursor: pointer; }
      @media only screen and (max-width: 48.0625em) {
        .section-model .gallery .gallery-item--inner {
          border-left: none;
          border-right: none; } }
      .section-model .gallery .gallery-item--inner:after {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: radial-gradient(ellipse at center, rgba(129, 129, 129, 0.8) 0%, rgba(74, 74, 74, 0.8) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        mix-blend-mode: multiply; }
        @media screen\0 {
          .section-model .gallery .gallery-item--inner:after {
            display: none; } }
      .section-model .gallery .gallery-item--inner.is-hover {
        background: transparent !important; }
        .section-model .gallery .gallery-item--inner.is-hover:after {
          display: none; }
    .section-model .gallery .gallery-item--content {
      z-index: 10;
      position: relative;
      top: 50%;
      text-align: center;
      transform: perspective(1px) translateY(-50%);
      opacity: 1;
      transition: background 0.5s ease; }
      .section-model .gallery .gallery-item--content:not(:root:root) {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto; }
      .section-model .gallery .gallery-item--content span {
        color: #fff;
        font-size: 30px;
        letter-spacing: 1px; }
        .section-model .gallery .gallery-item--content span.subtitle {
          font-size: 16px;
          opacity: 0;
          transform: translate3d(0, 50px, 0);
          transition: all 0.5s ease-in; }
          .section-model .gallery .gallery-item--content span.subtitle.is-hover {
            opacity: 1;
            transform: translate3d(0, 0, 0); }
          @media only screen and (max-width: 48.0625em) {
            .section-model .gallery .gallery-item--content span.subtitle {
              display: none; } }
      .section-model .gallery .gallery-item--content hr.enter {
        width: 40%;
        opacity: 0;
        margin: 6px auto 10px;
        transition: all 0.5s ease-in; }
        .section-model .gallery .gallery-item--content hr.enter.is-hover {
          opacity: 1;
          transform: translate3d(0, 0, 0); }
        @media only screen and (max-width: 48.0625em) {
          .section-model .gallery .gallery-item--content hr.enter {
            display: none; } }
      .section-model .gallery .gallery-item--content.is-hover {
        opacity: 0; }

.section-contactbar {
  width: 100%;
  padding: 70px 0 50px;
  background: #F2F2F2; }
  @media only screen and (max-width: 48.0625em) {
    .section-contactbar {
      padding: 40px 0 30px; } }
  .section-contactbar input,
  .section-contactbar textarea {
    border: none;
    color: #5A6B7B; }
  .section-contactbar input {
    height: 45px;
    line-height: 45px;
    padding: 0 10px; }
  .section-contactbar h3 {
    font-size: 1.875rem;
    font-weight: bold;
    color: #4AC4CD;
    margin-bottom: 1.875rem; }
  .section-contactbar p {
    margin-bottom: 8px;
    line-height: 1.2; }
  .section-contactbar a {
    font-size: 1.875rem;
    font-family: "ff-speak-web", "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: bold;
    color: #5A6B7B; }

.section-mapbar {
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  overflow: hidden; }
  .section-mapbar #map-bar {
    pointer-events: none; }
  .section-mapbar .row .location-finder {
    position: relative;
    z-index: 10;
    top: 50%;
    width: 100%;
    max-width: 400px;
    float: right;
    z-index: 11; }
    @media only screen and (max-width: 48.0625em) {
      .section-mapbar .row .location-finder {
        padding: 0 !important; } }
    .section-mapbar .row .location-finder--inner {
      background: #4AC4CD;
      padding: 45px 30px;
      padding-bottom: 80px; }
      @media only screen and (max-width: 48.0625em) {
        .section-mapbar .row .location-finder--inner {
          padding: 40px 10px;
          padding-bottom: 0; } }
      .section-mapbar .row .location-finder--inner .seperator {
        position: relative; }
        .section-mapbar .row .location-finder--inner .seperator hr {
          border-bottom: 1px solid #FFFFFF;
          margin: 40px 0 27px; }
        .section-mapbar .row .location-finder--inner .seperator span {
          position: absolute;
          top: -10px;
          background: #4AC4CD;
          color: white;
          left: 0;
          right: 0;
          margin: 0 auto;
          width: 50px;
          text-transform: uppercase;
          text-align: center; }
      .section-mapbar .row .location-finder--inner form label {
        color: #FFFFFF;
        margin-bottom: 6px; }
      .section-mapbar .row .location-finder--inner form input,
      .section-mapbar .row .location-finder--inner form select {
        border: none;
        box-shadow: none;
        color: #5A6B7B; }
      .section-mapbar .row .location-finder--inner form ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #5A6B7B; }
      .section-mapbar .row .location-finder--inner form ::-moz-placeholder {
        /* Firefox 19+ */
        color: #5A6B7B; }
      .section-mapbar .row .location-finder--inner form :-ms-input-placeholder {
        /* IE 10+ */
        color: #5A6B7B; }
      .section-mapbar .row .location-finder--inner form :-moz-placeholder {
        /* Firefox 18- */
        color: #5A6B7B; }
      .section-mapbar .row .location-finder--inner form select {
        margin-bottom: 35px; }
      .section-mapbar .row .location-finder--inner form button {
        height: 45px;
        line-height: 45px;
        background: #17304F;
        width: 100%;
        color: #FFFFFF;
        transition: background 0.5s ease;
        text-transform: uppercase; }
        .section-mapbar .row .location-finder--inner form button.search-btn {
          width: 50%; }
        .section-mapbar .row .location-finder--inner form button:hover {
          background: #5A6B7B; }
  .section-mapbar:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    content: url(../images/svg/news-curve.svg); }
    @media screen\0 {
      .section-mapbar:after {
        bottom: -55px; } }

.model-block {
  margin-bottom: 20px; }
  @media only screen and (min-width: 48.0625em) {
    .model-block.odd .model-block--image {
      padding-right: 0px; } }
  @media only screen and (min-width: 48.0625em) {
    .model-block.odd .model-block--text {
      padding-left: 0px; } }
  @media only screen and (min-width: 48.0625em) {
    .model-block.even .model-block--image {
      padding-left: 0px; } }
  @media only screen and (min-width: 48.0625em) {
    .model-block.even .model-block--text {
      padding-right: 0px; } }
  .model-block .model-block--image {
    position: relative;
    display: block; }
    .model-block .model-block--image div {
      width: 100%;
      height: 100%;
      position: relative; }
  .model-block .model-block--text {
    min-height: 400px; }
    @media only screen and (max-width: 48.0625em) {
      .model-block .model-block--text {
        min-height: auto; } }
    .model-block .model-block--text > div {
      background: #D8D8D8;
      width: 100%;
      height: 100%;
      position: relative;
      color: #FFFFFF;
      text-align: center;
      font-family: "ff-speak-web", "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 2.875rem;
      display: block;
      transition: background 0.5s ease; }
      @media only screen and (max-width: 48.0625em) {
        .model-block .model-block--text > div {
          font-size: 2.625rem; } }
      .model-block .model-block--text > div span {
        display: block;
        margin-bottom: 20px; }
        @media only screen and (orientation: landscape) and (max-width: 64em) {
          .model-block .model-block--text > div span {
            font-size: 2.5rem; } }
      .model-block .model-block--text > div p {
        font-size: 1.75rem;
        margin-bottom: 0px; }
        @media only screen and (orientation: landscape) and (max-width: 64em) {
          .model-block .model-block--text > div p {
            font-size: 1.625rem; } }
        @media only screen and (max-width: 48.0625em) {
          .model-block .model-block--text > div p {
            font-size: 1.625rem; } }
      .model-block .model-block--text > div .align {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        padding: 0 30px;
        transform: perspective(1px) translateY(-50%); }
        @media only screen and (max-width: 48.0625em) {
          .model-block .model-block--text > div .align {
            position: relative;
            top: auto;
            transform: none;
            padding: 30px; } }
  .model-block:hover .model-block--text > div {
    background: #4AC4CD; }

.brochure {
  background: #4AC4CD;
  clear: both; }
  .brochure:before, .brochure:after {
    content: ' ';
    display: table; }
  .brochure:after {
    clear: both; }
  .brochure .brochure--inner {
    background: rgba(90, 107, 123, 0.45);
    clear: both;
    transition: background 0.5s ease; }
    .brochure .brochure--inner:hover {
      background: #5a6b7b; }
    .brochure .brochure--inner:before, .brochure .brochure--inner:after {
      content: ' ';
      display: table; }
    .brochure .brochure--inner:after {
      clear: both; }
  .brochure .brochure--image {
    width: inherit;
    float: left; }
  .brochure .brochure--text {
    float: left;
    color: #FFFFFF;
    padding: 20px;
    height: 100%;
    position: relative; }
    .brochure .brochure--text .icon {
      margin-bottom: 30px; }
      @media only screen and (orientation: landscape) and (max-width: 64em) {
        .brochure .brochure--text .icon {
          margin-bottom: 50px; } }
    .brochure .brochure--text p {
      margin-bottom: 0px; }
      @media only screen and (orientation: landscape) and (max-width: 64em) {
        .brochure .brochure--text p {
          font-size: 0.875rem; } }
      @media only screen and (max-width: 48.0625em) {
        .brochure .brochure--text p {
          font-size: 0.875rem; } }
      .brochure .brochure--text p.title {
        font-size: 2rem;
        font-family: "ff-speak-web", "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        line-height: 1.4; }
        @media only screen and (orientation: landscape) and (max-width: 64em) {
          .brochure .brochure--text p.title {
            font-size: 1.75rem; } }
        @media only screen and (max-width: 48.0625em) {
          .brochure .brochure--text p.title {
            font-size: 1.75rem; } }

.location-block {
  margin-bottom: 20px; }
  .location-block .location-block--image {
    position: relative;
    display: block;
    display: inline-block;
    position: relative;
    padding-left: 0px; }
    @media only screen and (max-width: 48.0625em) {
      .location-block .location-block--image {
        display: none; } }
    .location-block .location-block--image:after {
      padding-top: 66.6666667%;
      /* 16:9 ratio */
      /* use this formula:
				using a 22:5 ratio where 22 is A and 5 is B):
				B / (A / 100) = C%. So 22:5 is 5 / .22 = 22.72%
			*/
      display: block;
      content: ''; }
    .location-block .location-block--image div {
      background-size: cover !important;
      position: relative;
      width: 100%;
      height: 100%; }
  @media only screen and (min-width: 48.0625em) {
    .location-block .location-block--text {
      padding-right: 0px; } }
  .location-block .location-block--text > div {
    background: #F2F2F2;
    width: 100%;
    height: 100%;
    position: relative;
    transition: background 0.5s ease; }
    .location-block .location-block--text > div h3 {
      font-size: 1.625rem;
      color: #4AC4CD;
      font-weight: bold;
      transition: background 0.5s ease; }
    .location-block .location-block--text > div p.address {
      color: #17304F; }
      @media only screen and (orientation: landscape) and (max-width: 64em) {
        .location-block .location-block--text > div p.address {
          font-size: 0.875rem;
          margin-bottom: 8px; } }
    .location-block .location-block--text > div p.desc {
      font-size: 0.9375rem;
      color: #5A6B7B;
      margin-bottom: 20px; }
      @media only screen and (orientation: landscape) and (max-width: 64em) {
        .location-block .location-block--text > div p.desc {
          font-size: 0.875rem; } }
    .location-block .location-block--text > div a.btn {
      display: block;
      height: 45px;
      line-height: 45px;
      width: 175px;
      background: #4AC4CD;
      color: #FFFFFF;
      text-transform: uppercase;
      text-align: center;
      transition: background 0.5s ease; }
      .location-block .location-block--text > div a.btn:hover {
        background: #17304F; }
      @media only screen and (orientation: landscape) and (max-width: 64em) {
        .location-block .location-block--text > div a.btn {
          font-size: 0.875rem;
          width: 150px;
          height: 40px;
          line-height: 40px;
          margin-bottom: 16px; } }
    .location-block .location-block--text > div .align {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      padding: 0 30px;
      transform: perspective(1px) translateY(-50%); }
      @media only screen and (orientation: landscape) and (max-width: 64em) {
        .location-block .location-block--text > div .align {
          padding: 10px 20px 0; } }
      @media only screen and (max-width: 48.0625em) {
        .location-block .location-block--text > div .align {
          position: relative;
          top: auto;
          transform: none;
          padding: 30px; } }
  .location-block:hover .location-block--text > div {
    background: #4AC4CD; }
    .location-block:hover .location-block--text > div h3 {
      color: #FFFFFF; }
    .location-block:hover .location-block--text > div a.btn {
      background: #17304F; }
      .location-block:hover .location-block--text > div a.btn:hover {
        background: #5A6B7B; }

.help-block {
  margin-bottom: 20px; }
  .help-block .location-block--image {
    position: relative;
    display: block;
    display: inline-block;
    position: relative;
    padding-right: 0px; }
    @media only screen and (max-width: 48.0625em) {
      .help-block .location-block--image {
        display: none; } }
    .help-block .location-block--image:after {
      padding-top: 66.6666667%;
      /* 16:9 ratio */
      /* use this formula:
				using a 22:5 ratio where 22 is A and 5 is B):
				B / (A / 100) = C%. So 22:5 is 5 / .22 = 22.72%
			*/
      display: block;
      content: ''; }
    .help-block .location-block--image div {
      background-size: cover !important;
      position: relative;
      width: 100%;
      height: 100%; }
  @media only screen and (min-width: 48.0625em) {
    .help-block .location-block--text {
      padding-left: 0px; } }
  .help-block .location-block--text > div {
    background: #F2F2F2;
    width: 100%;
    height: 100%;
    position: relative;
    transition: background 0.5s ease; }
    .help-block .location-block--text > div h3 {
      font-size: 1.625rem;
      color: #4AC4CD;
      font-weight: bold;
      transition: background 0.5s ease; }
    .help-block .location-block--text > div p.address {
      color: #17304F; }
    .help-block .location-block--text > div p.desc {
      font-size: 0.9375rem;
      color: #5A6B7B;
      margin-bottom: 30px; }
    .help-block .location-block--text > div a.btn {
      display: block;
      height: 45px;
      line-height: 45px;
      width: 175px;
      background: #4AC4CD;
      color: #FFFFFF;
      text-transform: uppercase;
      text-align: center;
      transition: background 0.5s ease; }
      .help-block .location-block--text > div a.btn:hover {
        background: #17304F; }
    .help-block .location-block--text > div .align {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      padding: 0 45px;
      transform: perspective(1px) translateY(-50%); }
      @media only screen and (max-width: 48.0625em) {
        .help-block .location-block--text > div .align {
          position: relative;
          top: auto;
          transform: none;
          padding: 30px; } }
  .help-block:hover .location-block--text > div {
    background: #4AC4CD; }
    .help-block:hover .location-block--text > div h3 {
      color: #FFFFFF; }
    .help-block:hover .location-block--text > div a.btn {
      background: #17304F; }
      .help-block:hover .location-block--text > div a.btn:hover {
        background: #5A6B7B; }

.model-list {
  margin: 0 auto !important; }
  .model-list hr {
    margin: 28px auto 30px; }
  .model-list:last-of-type {
    margin-bottom: 10px !important; }
    .model-list:last-of-type hr {
      display: none; }
  .model-list p.dark {
    margin-bottom: 0.375rem; }
    @media only screen and (orientation: landscape) and (max-width: 64em) {
      .model-list p.dark {
        line-height: 1.2;
        font-size: 1rem; } }
    .model-list p.dark:nth-last-child(3) {
      margin-bottom: 20px; }
      @media only screen and (orientation: landscape) and (max-width: 64em) {
        .model-list p.dark:nth-last-child(3) {
          margin-bottom: 10px; } }
  @media only screen and (orientation: landscape) and (max-width: 64em) {
    .model-list p.desc {
      font-size: 0.875rem;
      margin-bottom: 6px; } }
  .model-list .info {
    padding: 20px 0 0; }
    .model-list .info .info-col {
      float: left;
      width: auto;
      text-align: center;
      padding: 0 40px; }
      .model-list .info .info-col:nth-child(1) {
        border-right: 1px solid #D8D8D8;
        padding-left: 0; }
      .model-list .info .info-col p {
        font-size: 1.125rem;
        color: #4AC4CD;
        line-height: 1;
        margin-bottom: 0; }
        .model-list .info .info-col p span {
          font-size: 3.875rem;
          font-weight: bold;
          font-family: "ff-speak-web", "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
          display: block;
          white-space: nowrap;
          margin-bottom: -6px; }

.lightbox {
  clear: both;
  margin-left: -3px;
  margin-right: -3px; }
  .lightbox:before, .lightbox:after {
    content: ' ';
    display: table; }
  .lightbox:after {
    clear: both; }
  .lightbox a.chocolat-image {
    position: relative;
    width: 25%;
    display: block;
    float: left;
    cursor: pointer;
    border: 3px solid white; }
    @media only screen and (max-width: 48.0625em) {
      .lightbox a.chocolat-image {
        width: 50%; } }
    .lightbox a.chocolat-image:after {
      transition: opacity 0.5s ease;
      opacity: 0;
      position: absolute;
      content: '';
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: radial-gradient(ellipse at center, rgba(129, 129, 129, 0.8) 0%, rgba(74, 74, 74, 0.8) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      mix-blend-mode: multiply; }
    .lightbox a.chocolat-image.is-hover:after {
      opacity: 1; }
    .lightbox a.chocolat-image img {
      width: 100%;
      height: 100%;
      cursor: pointer; }

.section-media {
  padding: 0 0 40px; }
  .section-media h3 {
    font-size: 2rem;
    font-weight: bold;
    color: #4AC4CD;
    margin-bottom: 12px; }
  .section-media hr {
    border-bottom: 1px solid #d8d8d8;
    width: 120px;
    margin: 40px 0 30px; }
  .section-media .lightbox a.chocolat-image {
    border: none;
    margin-bottom: 20px; }

.infowindow p {
  color: #5A6B7B;
  margin-bottom: 0;
  font-weight: 600; }
  .infowindow p a {
    color: #4AC4CD;
    font-size: 1.125rem;
    font-weight: normal; }
  .infowindow p:nth-child(1) {
    margin-bottom: 12px; }
  .infowindow p small {
    color: #4AC4CD;
    font-family: "ff-speak-web", "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

.chocolat-zoomable.chocolat-zoomed .chocolat-img {
  cursor: zoom-out; }

.chocolat-open {
  overflow: hidden; }

.chocolat-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: #fff;
  display: none;
  opacity: 0.8; }

.chocolat-wrapper {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 16;
  color: #fff; }

.chocolat-zoomable .chocolat-img {
  cursor: zoom-in; }

.chocolat-loader {
  height: 32px;
  width: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
  z-index: 11;
  background: url(../images/lightbox/loader.gif);
  display: none; }

.chocolat-content {
  position: fixed;
  width: 0px;
  height: 0px;
  left: 50%;
  top: 50%;
  z-index: 14;
  text-align: left; }

.chocolat-content .chocolat-img {
  position: absolute;
  width: 100%;
  height: 100%; }

.chocolat-wrapper .chocolat-left {
  position: absolute;
  left: 0;
  width: 50px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  cursor: pointer;
  background: url(../images/lightbox/left.png) 50% 50% no-repeat;
  z-index: 17;
  display: none; }

.chocolat-wrapper .chocolat-right {
  position: absolute;
  right: 0;
  width: 50px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  cursor: pointer;
  background: url(../images/lightbox/right.png) 50% 50% no-repeat;
  z-index: 17;
  display: none; }

.chocolat-wrapper .chocolat-right.active {
  display: block; }

.chocolat-wrapper .chocolat-left.active {
  display: block; }

.chocolat-wrapper .chocolat-top {
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  z-index: 17;
  margin-bottom: 10px; }

.chocolat-wrapper .chocolat-close {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/lightbox/close.png) 50% 50% no-repeat; }

.chocolat-wrapper .chocolat-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 40px;
  height: 40px;
  font-size: 12px;
  z-index: 17;
  padding-left: 15px;
  padding-right: 15px;
  background: rgba(0, 0, 0, 0.2);
  text-align: right;
  margin-top: 10px; }

.chocolat-wrapper .chocolat-set-title {
  display: inline-block;
  padding-right: 15px;
  line-height: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.3); }

.chocolat-wrapper .chocolat-pagination {
  float: right;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 15px;
  /*border-right: 1px solid rgba(255, 255, 255, 0.2);*/ }

.chocolat-wrapper .chocolat-fullscreen {
  width: 16px;
  height: 40px;
  background: url(../images/lightbox/fullscreen.png) 50% 50% no-repeat;
  display: block;
  margin: auto;
  cursor: pointer;
  float: right; }

.chocolat-wrapper .chocolat-description {
  display: inline-block;
  float: left; }

body.chocolat-open .chocolat-wrapper {
  z-index: 999999; }

/* no container mode*/
body.chocolat-open > .chocolat-overlay {
  z-index: 15; }

body.chocolat-open > .chocolat-loader {
  z-index: 15; }

body.chocolat-open > .chocolat-content {
  z-index: 17; }

/* container mode*/
.chocolat-in-container .chocolat-wrapper,
.chocolat-in-container .chocolat-content,
.chocolat-in-container .chocolat-overlay {
  position: absolute; }

.chocolat-in-container {
  position: relative; }

span.nf-form-title {
  display: none; }

.nf-form-fields-required,
.nf-error-wrap.nf-error,
.nf-form-errors {
  display: none; }

.nf-error .ninja-forms-field {
  border: none !important;
  border-left: 2px solid red !important; }

.section-archive-list {
  padding: 0 0 40px; }
  .section-archive-list h3 {
    font-size: 2rem;
    font-weight: bold;
    color: #4AC4CD; }
    .section-archive-list h3 a {
      color: #4AC4CD; }
  .section-archive-list p {
    margin-bottom: 12px; }
    .section-archive-list p.byline {
      font-size: 0.875rem;
      margin-bottom: 0;
      color: #9B9B9B; }
      .section-archive-list p.byline a {
        color: #9B9B9B; }
  .section-archive-list hr {
    border-bottom: 1px solid #D8D8D8;
    width: 120px;
    margin: 30px 0 24px; }

.sidebar .location-finder {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-bottom: 30px; }
  .sidebar .location-finder--inner {
    background: #4AC4CD;
    padding: 30px; }
    .sidebar .location-finder--inner .seperator {
      position: relative; }
      .sidebar .location-finder--inner .seperator hr {
        border-bottom: 1px solid #FFFFFF;
        margin: 40px 0 27px;
        width: 100%; }
      .sidebar .location-finder--inner .seperator span {
        position: absolute;
        top: -10px;
        background: #4AC4CD;
        color: white;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 50px;
        text-transform: uppercase;
        text-align: center; }
    .sidebar .location-finder--inner form label {
      color: #FFFFFF;
      margin-bottom: 6px; }
    .sidebar .location-finder--inner form input,
    .sidebar .location-finder--inner form select {
      border: none;
      box-shadow: none;
      color: #5A6B7B; }
    .sidebar .location-finder--inner form ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #5A6B7B; }
    .sidebar .location-finder--inner form ::-moz-placeholder {
      /* Firefox 19+ */
      color: #5A6B7B; }
    .sidebar .location-finder--inner form :-ms-input-placeholder {
      /* IE 10+ */
      color: #5A6B7B; }
    .sidebar .location-finder--inner form :-moz-placeholder {
      /* Firefox 18- */
      color: #5A6B7B; }
    .sidebar .location-finder--inner form select {
      margin-bottom: 35px; }
    .sidebar .location-finder--inner form button {
      height: 45px;
      line-height: 45px;
      background: #17304F;
      width: 100%;
      color: #FFFFFF;
      transition: background 0.5s ease;
      text-transform: uppercase; }
      .sidebar .location-finder--inner form button.search-btn {
        width: 50%; }
      .sidebar .location-finder--inner form button:hover {
        background: #5A6B7B; }

ul.news {
  list-style: none;
  border-top: 2px solid #4AC4CD;
  border-bottom: 2px solid #4AC4CD;
  margin-left: 0px;
  margin-bottom: 30px; }
  ul.news li {
    display: block;
    width: 100%;
    background: #FFFFFF;
    margin-bottom: 0px !important;
    padding: 30px 35px;
    text-align: center;
    border-top: 2px solid #4AC4CD;
    border-bottom: 2px solid #4AC4CD;
    transition: background 0.5s ease;
    cursor: pointer; }
    ul.news li:hover {
      background: #F2F2F2; }
    ul.news li img {
      margin-bottom: 20px; }
    ul.news li p {
      color: #5A6B7B; }
      ul.news li p.title {
        font-family: "ff-speak-web", "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        color: #4AC4CD;
        font-size: 1.875rem;
        font-weight: bold; }
      ul.news li p:last-child {
        margin-bottom: 0px;
        text-transform: uppercase; }

.export-grid h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #4AC4CD;
  margin-bottom: 12px; }

.export-grid .export--inner {
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08); }
  .export-grid .export--inner div {
    min-height: 70px;
    padding: 15px 10px 10px; }
  .export-grid .export--inner a {
    color: #5A6B7B; }
  .export-grid .export--inner p {
    margin: 0; }

.export-grid hr {
  border-bottom: 1px solid #d8d8d8;
  width: 120px;
  margin: 40px 0 30px; }

/*
Styling all field containers
*/
.nf-field-container {
  clear: inherit !important;
  margin-bottom: 18px !important;
  float: left !important; }
  @media only screen and (max-width: 48.0625em) {
    .nf-field-container {
      margin-bottom: 5px !important; } }
  @media only screen and (min-width: 48.0625em) {
    .nf-field-container.p-left {
      padding-left: 10px; } }
  @media only screen and (min-width: 48.0625em) {
    .nf-field-container.p-right {
      padding-right: 10px; } }
  .nf-field-container .field-wrap {
    width: 100%; }
    .nf-field-container .field-wrap input[type='text'],
    .nf-field-container .field-wrap input[type='tel'],
    .nf-field-container .field-wrap input[type='email'] {
      height: 45px;
      line-height: 45px; }
      .nf-field-container .field-wrap input[type='text']:focus,
      .nf-field-container .field-wrap input[type='tel']:focus,
      .nf-field-container .field-wrap input[type='email']:focus {
        border: none !important; }
    .nf-field-container .field-wrap input[type='button'] {
      height: 45px;
      line-height: 45px;
      border: none;
      display: block;
      background: #17304F;
      width: 100% !important;
      color: #FFFFFF;
      transition: background 0.5s ease;
      text-transform: uppercase; }
      .nf-field-container .field-wrap input[type='button']:hover {
        background: #5A6B7B; }
    .nf-field-container .field-wrap #nf-field-9 {
      height: 90px; }
  .nf-field-container .checkbox-wrap label {
    color: #5A6B7B;
    font-weight: normal;
    font-size: 0.75rem;
    text-indent: 10px;
    line-height: 30px; }
    @media only screen and (orientation: landscape) and (max-width: 64em) {
      .nf-field-container .checkbox-wrap label {
        font-size: 0.625rem; } }
    @media only screen and (max-width: 48.0625em) {
      .nf-field-container .checkbox-wrap label {
        font-size: 0.625rem; } }
  .nf-field-container .checkbox-wrap .nf-field-element {
    width: 30px;
    height: 30px;
    position: relative; }
    .nf-field-container .checkbox-wrap .nf-field-element > * {
      position: absolute; }
    .nf-field-container .checkbox-wrap .nf-field-element .checkbox-visible {
      width: 30px;
      height: 30px;
      background: #FFFFFF;
      transition: background 0.5s ease; }
      .nf-field-container .checkbox-wrap .nf-field-element .checkbox-visible:after {
        content: '\f00c';
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        color: #4AC4CD;
        font-size: 24px;
        position: absolute;
        top: 0;
        line-height: 30px;
        height: 30px;
        width: 30px;
        text-align: center;
        transition: opacity 0.5s ease;
        opacity: 0; }
    .nf-field-container .checkbox-wrap .nf-field-element > input {
      z-index: 1;
      opacity: 0;
      display: block;
      cursor: pointer;
      width: 30px;
      height: 30px; }
    .nf-field-container .checkbox-wrap .nf-field-element > input:checked + .checkbox-visible:after {
      opacity: 1; }
    .nf-field-container .checkbox-wrap .nf-field-element > input:hover + .checkbox-visible:after {
      opacity: 1; }

ul.accordion-mobile {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff; }
  ul.accordion-mobile * {
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300; }
  ul.accordion-mobile li {
    font-size: 18px;
    font-weight: 700;
    position: relative; }
    ul.accordion-mobile li a {
      text-decoration: none;
      color: inherit;
      width: 100%;
      display: block;
      padding: 24px 20px 0 60px;
      height: 70px;
      transition: background 0.3s ease; }
      ul.accordion-mobile li a.notoggle:hover, ul.accordion-mobile li a.toggle:hover, ul.accordion-mobile li a.active {
        background: #4AC4CD;
        color: #fff; }
      ul.accordion-mobile li a i.rotate {
        content: '\f105 ';
        font-family: FontAwesome;
        position: absolute;
        top: 20px;
        left: 30px;
        font-size: 30px;
        transition: all 0.25s linear;
        color: #9BBFD7; }
        ul.accordion-mobile li a i.rotate.down {
          transform: rotate(90deg); }
    ul.accordion-mobile li .inner {
      overflow: hidden;
      display: none;
      margin: 0; }
      ul.accordion-mobile li .inner li,
      ul.accordion-mobile li .inner li > .active {
        background: #eeeeee;
        color: #619ad4; }
      ul.accordion-mobile li .inner li > .inner > li > a {
        background: #ddd;
        color: grey; }

@media only screen and (max-width: 48.0625em) {
  p {
    font-size: 0.875rem !important; } }

.slogan {
  position: absolute;
  z-index: 99;
  top: 250px;
  transform: rotateZ(-3deg);
  opacity: 1; }
  @media only screen and (max-width: 85.375em) and (max-height: 50em) and (orientation: landscape) and (min-width: 75em) {
    .slogan {
      top: 200px; } }
  @media screen\0 {
    .slogan {
      display: none; } }
  .slogan.has-scrolled {
    opacity: 0;
    transition: opacity 0.15s ease-out; }
    @media only screen and (max-width: 48.0625em) {
      .slogan.has-scrolled {
        opacity: 1; } }
  @media only screen and (max-width: 48.0625em) {
    .slogan {
      top: 150px;
      padding: 0 10px 0 0; } }

div#preload {
  display: none; }

.invisiform {
  display: none; }

.banner {
  background: #090d0e;
  width: 100%;
  color: #FFFFFF; }
  .banner::after {
    clear: both; }
  .banner::before, .banner::after {
    content: ' ';
    display: table; }
  .banner .no-pad {
    padding-left: 0;
    padding-right: 0; }
  .banner .box-pad {
    padding: 28px 36px; }
    .banner .box-pad span {
      font-size: 2.125rem;
      margin-bottom: 30px;
      display: block; }
    .banner .box-pad button {
      background: #4AC4CD;
      display: block;
      height: 45px;
      line-height: 45px;
      padding: 0 35px;
      font-size: 1.125rem; }

.toggleWalk {
  background: #FFFFFF;
  width: 100%;
  text-align: center;
  padding: 0;
  display: none;
  margin-bottom: -2px; }
  .toggleWalk iframe {
    width: 100%;
    height: 480px; }

.section-contactbar a.webBtn {
  height: 45px;
  line-height: 45px;
  background: #17304F;
  width: 100%;
  transition: background 0.5s ease;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  color: #FFFFFF;
  padding: 10px 20px; }

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

Stylesheet: Retina Screens & Devices Stylesheet

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

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

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

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

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

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

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

*/ }

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

Stylesheet: Print Stylesheet

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

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