/**
 * Foundation
 */
/**
 * Modules
 */
/* Typography resets */
/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
/* Orientation targeting */
/* #{$current-visibility-breakpoint} displays */
/* #{$current-visibility-breakpoint} displays */
/* #{$current-visibility-breakpoint} displays */
/* #{$current-visibility-breakpoint} displays */
/* #{$current-visibility-breakpoint} displays */
/* #{$current-visibility-breakpoint} displays */
/* #{$current-visibility-breakpoint} displays */
/* #{$current-visibility-breakpoint} displays */
/* #{$current-visibility-breakpoint} displays */
/* #{$current-visibility-breakpoint} displays */
/* #{$current-visibility-breakpoint} displays */
/* #{$current-visibility-breakpoint} displays */
/* #{$current-visibility-breakpoint} displays */
/* #{$current-visibility-breakpoint} displays */
/* #{$current-visibility-breakpoint} displays */
/* #{$current-visibility-breakpoint} displays */
/* #{$current-visibility-breakpoint} displays */
/* #{$current-visibility-breakpoint} displays */
/* #{$current-visibility-breakpoint} displays */
/* #{$current-visibility-breakpoint} displays */
/* #{$current-visibility-breakpoint} displays */
/* #{$current-visibility-breakpoint} displays */
/* #{$current-visibility-breakpoint} displays */
/* #{$current-visibility-breakpoint} displays */
/* #{$current-visibility-breakpoint} displays */
/**
 * Partials
 */
/******************
 * SCSS Variables   *
 ******************/
/******************
 * SCSS Variables   *
 ******************/
/**
 * Other stuff
 */
/**
 * LOGO STYLES
 */
/**
 * ARROWS
 */
/**
 * SHIP WIDGET
 */
/**
 * Jobs overview
 */
/**
 * Single post
 */
meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative; }

a:hover {
  cursor: pointer; }

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

img {
  -ms-interpolation-mode: bicubic; }

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

.left {
  float: left !important; }

.right {
  float: right !important; }

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

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
    .row.collapse .row {
      margin-left: 0;
      margin-right: 0; }
  .row .row {
    margin: 0 -0.9375rem;
    max-width: none;
    width: auto; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      margin: 0;
      max-width: none;
      width: auto; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column, .columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

.column + .column:last-child, .columns + .columns:last-child {
  float: right; }
  .column + .column.end, .columns + .columns.end {
    float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto; }
    .small-pull-0 {
      position: relative;
      right: 0;
      left: auto; }
    .small-push-1 {
      position: relative;
      left: 8.33333%;
      right: auto; }
    .small-pull-1 {
      position: relative;
      right: 8.33333%;
      left: auto; }
    .small-push-2 {
      position: relative;
      left: 16.66667%;
      right: auto; }
    .small-pull-2 {
      position: relative;
      right: 16.66667%;
      left: auto; }
    .small-push-3 {
      position: relative;
      left: 25%;
      right: auto; }
    .small-pull-3 {
      position: relative;
      right: 25%;
      left: auto; }
    .small-push-4 {
      position: relative;
      left: 33.33333%;
      right: auto; }
    .small-pull-4 {
      position: relative;
      right: 33.33333%;
      left: auto; }
    .small-push-5 {
      position: relative;
      left: 41.66667%;
      right: auto; }
    .small-pull-5 {
      position: relative;
      right: 41.66667%;
      left: auto; }
    .small-push-6 {
      position: relative;
      left: 50%;
      right: auto; }
    .small-pull-6 {
      position: relative;
      right: 50%;
      left: auto; }
    .small-push-7 {
      position: relative;
      left: 58.33333%;
      right: auto; }
    .small-pull-7 {
      position: relative;
      right: 58.33333%;
      left: auto; }
    .small-push-8 {
      position: relative;
      left: 66.66667%;
      right: auto; }
    .small-pull-8 {
      position: relative;
      right: 66.66667%;
      left: auto; }
    .small-push-9 {
      position: relative;
      left: 75%;
      right: auto; }
    .small-pull-9 {
      position: relative;
      right: 75%;
      left: auto; }
    .small-push-10 {
      position: relative;
      left: 83.33333%;
      right: auto; }
    .small-pull-10 {
      position: relative;
      right: 83.33333%;
      left: auto; }
    .small-push-11 {
      position: relative;
      left: 91.66667%;
      right: auto; }
    .small-pull-11 {
      position: relative;
      right: 91.66667%;
      left: auto; }
    .column, .columns {
      position: relative;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      float: left; }
    .small-1 {
      width: 8.33333%; }
    .small-2 {
      width: 16.66667%; }
    .small-3 {
      width: 25%; }
    .small-4 {
      width: 33.33333%; }
    .small-5 {
      width: 41.66667%; }
    .small-6 {
      width: 50%; }
    .small-7 {
      width: 58.33333%; }
    .small-8 {
      width: 66.66667%; }
    .small-9 {
      width: 75%; }
    .small-10 {
      width: 83.33333%; }
    .small-11 {
      width: 91.66667%; }
    .small-12 {
      width: 100%; }
    .small-offset-0 {
      margin-left: 0 !important; }
    .small-offset-1 {
      margin-left: 8.33333% !important; }
    .small-offset-2 {
      margin-left: 16.66667% !important; }
    .small-offset-3 {
      margin-left: 25% !important; }
    .small-offset-4 {
      margin-left: 33.33333% !important; }
    .small-offset-5 {
      margin-left: 41.66667% !important; }
    .small-offset-6 {
      margin-left: 50% !important; }
    .small-offset-7 {
      margin-left: 58.33333% !important; }
    .small-offset-8 {
      margin-left: 66.66667% !important; }
    .small-offset-9 {
      margin-left: 75% !important; }
    .small-offset-10 {
      margin-left: 83.33333% !important; }
    .small-offset-11 {
      margin-left: 91.66667% !important; }
    .small-reset-order {
      float: left;
      left: auto;
      margin-left: 0;
      margin-right: 0;
      right: auto; }
    .column.small-centered, .columns.small-centered {
      margin-left: auto;
      margin-right: auto;
      float: none; }
    .column.small-uncentered, .columns.small-uncentered {
      float: left;
      margin-left: 0;
      margin-right: 0; }
    .column.small-centered:last-child, .columns.small-centered:last-child {
      float: none; }
    .column.small-uncentered:last-child, .columns.small-uncentered:last-child {
      float: left; }
    .column.small-uncentered.opposite, .columns.small-uncentered.opposite {
      float: right; }
    .row.small-collapse > .column, .row.small-collapse > .columns {
      padding-left: 0;
      padding-right: 0; }
      .row.small-collapse .row {
        margin-left: 0;
        margin-right: 0; }
      .row.small-uncollapse > .column, .row.small-uncollapse > .columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left; } }

@media only screen and (min-width:40.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto; }
    .medium-pull-0 {
      position: relative;
      right: 0;
      left: auto; }
    .medium-push-1 {
      position: relative;
      left: 8.33333%;
      right: auto; }
    .medium-pull-1 {
      position: relative;
      right: 8.33333%;
      left: auto; }
    .medium-push-2 {
      position: relative;
      left: 16.66667%;
      right: auto; }
    .medium-pull-2 {
      position: relative;
      right: 16.66667%;
      left: auto; }
    .medium-push-3 {
      position: relative;
      left: 25%;
      right: auto; }
    .medium-pull-3 {
      position: relative;
      right: 25%;
      left: auto; }
    .medium-push-4 {
      position: relative;
      left: 33.33333%;
      right: auto; }
    .medium-pull-4 {
      position: relative;
      right: 33.33333%;
      left: auto; }
    .medium-push-5 {
      position: relative;
      left: 41.66667%;
      right: auto; }
    .medium-pull-5 {
      position: relative;
      right: 41.66667%;
      left: auto; }
    .medium-push-6 {
      position: relative;
      left: 50%;
      right: auto; }
    .medium-pull-6 {
      position: relative;
      right: 50%;
      left: auto; }
    .medium-push-7 {
      position: relative;
      left: 58.33333%;
      right: auto; }
    .medium-pull-7 {
      position: relative;
      right: 58.33333%;
      left: auto; }
    .medium-push-8 {
      position: relative;
      left: 66.66667%;
      right: auto; }
    .medium-pull-8 {
      position: relative;
      right: 66.66667%;
      left: auto; }
    .medium-push-9 {
      position: relative;
      left: 75%;
      right: auto; }
    .medium-pull-9 {
      position: relative;
      right: 75%;
      left: auto; }
    .medium-push-10 {
      position: relative;
      left: 83.33333%;
      right: auto; }
    .medium-pull-10 {
      position: relative;
      right: 83.33333%;
      left: auto; }
    .medium-push-11 {
      position: relative;
      left: 91.66667%;
      right: auto; }
    .medium-pull-11 {
      position: relative;
      right: 91.66667%;
      left: auto; }
    .column, .columns {
      position: relative;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      float: left; }
    .medium-1 {
      width: 8.33333%; }
    .medium-2 {
      width: 16.66667%; }
    .medium-3 {
      width: 25%; }
    .medium-4 {
      width: 33.33333%; }
    .medium-5 {
      width: 41.66667%; }
    .medium-6 {
      width: 50%; }
    .medium-7 {
      width: 58.33333%; }
    .medium-8 {
      width: 66.66667%; }
    .medium-9 {
      width: 75%; }
    .medium-10 {
      width: 83.33333%; }
    .medium-11 {
      width: 91.66667%; }
    .medium-12 {
      width: 100%; }
    .medium-offset-0 {
      margin-left: 0 !important; }
    .medium-offset-1 {
      margin-left: 8.33333% !important; }
    .medium-offset-2 {
      margin-left: 16.66667% !important; }
    .medium-offset-3 {
      margin-left: 25% !important; }
    .medium-offset-4 {
      margin-left: 33.33333% !important; }
    .medium-offset-5 {
      margin-left: 41.66667% !important; }
    .medium-offset-6 {
      margin-left: 50% !important; }
    .medium-offset-7 {
      margin-left: 58.33333% !important; }
    .medium-offset-8 {
      margin-left: 66.66667% !important; }
    .medium-offset-9 {
      margin-left: 75% !important; }
    .medium-offset-10 {
      margin-left: 83.33333% !important; }
    .medium-offset-11 {
      margin-left: 91.66667% !important; }
    .medium-reset-order {
      float: left;
      left: auto;
      margin-left: 0;
      margin-right: 0;
      right: auto; }
    .column.medium-centered, .columns.medium-centered {
      margin-left: auto;
      margin-right: auto;
      float: none; }
    .column.medium-uncentered, .columns.medium-uncentered {
      float: left;
      margin-left: 0;
      margin-right: 0; }
    .column.medium-centered:last-child, .columns.medium-centered:last-child {
      float: none; }
    .column.medium-uncentered:last-child, .columns.medium-uncentered:last-child {
      float: left; }
    .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite {
      float: right; }
    .row.medium-collapse > .column, .row.medium-collapse > .columns {
      padding-left: 0;
      padding-right: 0; }
      .row.medium-collapse .row {
        margin-left: 0;
        margin-right: 0; }
      .row.medium-uncollapse > .column, .row.medium-uncollapse > .columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left; }
    .push-0 {
      position: relative;
      left: 0;
      right: auto; }
    .pull-0 {
      position: relative;
      right: 0;
      left: auto; }
    .push-1 {
      position: relative;
      left: 8.33333%;
      right: auto; }
    .pull-1 {
      position: relative;
      right: 8.33333%;
      left: auto; }
    .push-2 {
      position: relative;
      left: 16.66667%;
      right: auto; }
    .pull-2 {
      position: relative;
      right: 16.66667%;
      left: auto; }
    .push-3 {
      position: relative;
      left: 25%;
      right: auto; }
    .pull-3 {
      position: relative;
      right: 25%;
      left: auto; }
    .push-4 {
      position: relative;
      left: 33.33333%;
      right: auto; }
    .pull-4 {
      position: relative;
      right: 33.33333%;
      left: auto; }
    .push-5 {
      position: relative;
      left: 41.66667%;
      right: auto; }
    .pull-5 {
      position: relative;
      right: 41.66667%;
      left: auto; }
    .push-6 {
      position: relative;
      left: 50%;
      right: auto; }
    .pull-6 {
      position: relative;
      right: 50%;
      left: auto; }
    .push-7 {
      position: relative;
      left: 58.33333%;
      right: auto; }
    .pull-7 {
      position: relative;
      right: 58.33333%;
      left: auto; }
    .push-8 {
      position: relative;
      left: 66.66667%;
      right: auto; }
    .pull-8 {
      position: relative;
      right: 66.66667%;
      left: auto; }
    .push-9 {
      position: relative;
      left: 75%;
      right: auto; }
    .pull-9 {
      position: relative;
      right: 75%;
      left: auto; }
    .push-10 {
      position: relative;
      left: 83.33333%;
      right: auto; }
    .pull-10 {
      position: relative;
      right: 83.33333%;
      left: auto; }
    .push-11 {
      position: relative;
      left: 91.66667%;
      right: auto; }
    .pull-11 {
      position: relative;
      right: 91.66667%;
      left: auto; } }

@media only screen and (min-width:64.0625em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto; }
    .large-pull-0 {
      position: relative;
      right: 0;
      left: auto; }
    .large-push-1 {
      position: relative;
      left: 8.33333%;
      right: auto; }
    .large-pull-1 {
      position: relative;
      right: 8.33333%;
      left: auto; }
    .large-push-2 {
      position: relative;
      left: 16.66667%;
      right: auto; }
    .large-pull-2 {
      position: relative;
      right: 16.66667%;
      left: auto; }
    .large-push-3 {
      position: relative;
      left: 25%;
      right: auto; }
    .large-pull-3 {
      position: relative;
      right: 25%;
      left: auto; }
    .large-push-4 {
      position: relative;
      left: 33.33333%;
      right: auto; }
    .large-pull-4 {
      position: relative;
      right: 33.33333%;
      left: auto; }
    .large-push-5 {
      position: relative;
      left: 41.66667%;
      right: auto; }
    .large-pull-5 {
      position: relative;
      right: 41.66667%;
      left: auto; }
    .large-push-6 {
      position: relative;
      left: 50%;
      right: auto; }
    .large-pull-6 {
      position: relative;
      right: 50%;
      left: auto; }
    .large-push-7 {
      position: relative;
      left: 58.33333%;
      right: auto; }
    .large-pull-7 {
      position: relative;
      right: 58.33333%;
      left: auto; }
    .large-push-8 {
      position: relative;
      left: 66.66667%;
      right: auto; }
    .large-pull-8 {
      position: relative;
      right: 66.66667%;
      left: auto; }
    .large-push-9 {
      position: relative;
      left: 75%;
      right: auto; }
    .large-pull-9 {
      position: relative;
      right: 75%;
      left: auto; }
    .large-push-10 {
      position: relative;
      left: 83.33333%;
      right: auto; }
    .large-pull-10 {
      position: relative;
      right: 83.33333%;
      left: auto; }
    .large-push-11 {
      position: relative;
      left: 91.66667%;
      right: auto; }
    .large-pull-11 {
      position: relative;
      right: 91.66667%;
      left: auto; }
    .column, .columns {
      position: relative;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      float: left; }
    .large-1 {
      width: 8.33333%; }
    .large-2 {
      width: 16.66667%; }
    .large-3 {
      width: 25%; }
    .large-4 {
      width: 33.33333%; }
    .large-5 {
      width: 41.66667%; }
    .large-6 {
      width: 50%; }
    .large-7 {
      width: 58.33333%; }
    .large-8 {
      width: 66.66667%; }
    .large-9 {
      width: 75%; }
    .large-10 {
      width: 83.33333%; }
    .large-11 {
      width: 91.66667%; }
    .large-12 {
      width: 100%; }
    .large-offset-0 {
      margin-left: 0 !important; }
    .large-offset-1 {
      margin-left: 8.33333% !important; }
    .large-offset-2 {
      margin-left: 16.66667% !important; }
    .large-offset-3 {
      margin-left: 25% !important; }
    .large-offset-4 {
      margin-left: 33.33333% !important; }
    .large-offset-5 {
      margin-left: 41.66667% !important; }
    .large-offset-6 {
      margin-left: 50% !important; }
    .large-offset-7 {
      margin-left: 58.33333% !important; }
    .large-offset-8 {
      margin-left: 66.66667% !important; }
    .large-offset-9 {
      margin-left: 75% !important; }
    .large-offset-10 {
      margin-left: 83.33333% !important; }
    .large-offset-11 {
      margin-left: 91.66667% !important; }
    .large-reset-order {
      float: left;
      left: auto;
      margin-left: 0;
      margin-right: 0;
      right: auto; }
    .column.large-centered, .columns.large-centered {
      margin-left: auto;
      margin-right: auto;
      float: none; }
    .column.large-uncentered, .columns.large-uncentered {
      float: left;
      margin-left: 0;
      margin-right: 0; }
    .column.large-centered:last-child, .columns.large-centered:last-child {
      float: none; }
    .column.large-uncentered:last-child, .columns.large-uncentered:last-child {
      float: left; }
    .column.large-uncentered.opposite, .columns.large-uncentered.opposite {
      float: right; }
    .row.large-collapse > .column, .row.large-collapse > .columns {
      padding-left: 0;
      padding-right: 0; }
      .row.large-collapse .row {
        margin-left: 0;
        margin-right: 0; }
      .row.large-uncollapse > .column, .row.large-uncollapse > .columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left; }
    .push-0 {
      position: relative;
      left: 0;
      right: auto; }
    .pull-0 {
      position: relative;
      right: 0;
      left: auto; }
    .push-1 {
      position: relative;
      left: 8.33333%;
      right: auto; }
    .pull-1 {
      position: relative;
      right: 8.33333%;
      left: auto; }
    .push-2 {
      position: relative;
      left: 16.66667%;
      right: auto; }
    .pull-2 {
      position: relative;
      right: 16.66667%;
      left: auto; }
    .push-3 {
      position: relative;
      left: 25%;
      right: auto; }
    .pull-3 {
      position: relative;
      right: 25%;
      left: auto; }
    .push-4 {
      position: relative;
      left: 33.33333%;
      right: auto; }
    .pull-4 {
      position: relative;
      right: 33.33333%;
      left: auto; }
    .push-5 {
      position: relative;
      left: 41.66667%;
      right: auto; }
    .pull-5 {
      position: relative;
      right: 41.66667%;
      left: auto; }
    .push-6 {
      position: relative;
      left: 50%;
      right: auto; }
    .pull-6 {
      position: relative;
      right: 50%;
      left: auto; }
    .push-7 {
      position: relative;
      left: 58.33333%;
      right: auto; }
    .pull-7 {
      position: relative;
      right: 58.33333%;
      left: auto; }
    .push-8 {
      position: relative;
      left: 66.66667%;
      right: auto; }
    .pull-8 {
      position: relative;
      right: 66.66667%;
      left: auto; }
    .push-9 {
      position: relative;
      left: 75%;
      right: auto; }
    .pull-9 {
      position: relative;
      right: 75%;
      left: auto; }
    .push-10 {
      position: relative;
      left: 83.33333%;
      right: auto; }
    .pull-10 {
      position: relative;
      right: 83.33333%;
      left: auto; }
    .push-11 {
      position: relative;
      left: 91.66667%;
      right: auto; }
    .pull-11 {
      position: relative;
      right: 91.66667%;
      left: auto; } }

meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative; }

a:hover {
  cursor: pointer; }

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

img {
  -ms-interpolation-mode: bicubic; }

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

.left {
  float: left !important; }

.right {
  float: right !important; }

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

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

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

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

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

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

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }

  .small-only-text-right {
    text-align: right !important; }

  .small-only-text-center {
    text-align: center !important; }

  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }

  .small-text-right {
    text-align: right !important; }

  .small-text-center {
    text-align: center !important; }

  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:40.0625em) and (max-width:64em) {
  .medium-only-text-left {
    text-align: left !important; }

  .medium-only-text-right {
    text-align: right !important; }

  .medium-only-text-center {
    text-align: center !important; }

  .medium-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:40.0625em) {
  .medium-text-left {
    text-align: left !important; }

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

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

  .medium-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:64.0625em) and (max-width:90em) {
  .large-only-text-left {
    text-align: left !important; }

  .large-only-text-right {
    text-align: right !important; }

  .large-only-text-center {
    text-align: center !important; }

  .large-only-text-justify {
    text-align: justify !important; } }

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

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

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

  .large-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:90.0625em) and (max-width:120em) {
  .xlarge-only-text-left {
    text-align: left !important; }

  .xlarge-only-text-right {
    text-align: right !important; }

  .xlarge-only-text-center {
    text-align: center !important; }

  .xlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:90.0625em) {
  .xlarge-text-left {
    text-align: left !important; }

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

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

  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:120.0625em) and (max-width:6249999.9375em) {
  .xxlarge-only-text-left {
    text-align: left !important; }

  .xxlarge-only-text-right {
    text-align: right !important; }

  .xxlarge-only-text-center {
    text-align: center !important; }

  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:120.0625em) {
  .xxlarge-text-left {
    text-align: left !important; }

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

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

  .xxlarge-text-justify {
    text-align: justify !important; } }

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  /* Default Link Styles */ }

a {
  color: #008cba;
  line-height: inherit;
  text-decoration: none;
  /* Default paragraph styles */ }
  a:hover, a:focus {
    color: #0078a0; }
  a img {
    border: none; }

p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
  /* Default header styles */ }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1.35; }

h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #6f6f6f;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 2.125rem; }

h2 {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

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

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem;
  /* Helpful Typography Defaults */ }

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

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

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

code {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  color: #333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem;
  /* Lists */ }

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

ul {
  margin-left: 1.1rem;
  /* Unordered Lists */ }

ul {
  /* Ordered Lists */ }
  ul li ul, ul li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }
  ul.square li ul, ul.circle li ul, ul.disc li ul {
    list-style: inherit; }
  ul.square {
    list-style-type: square;
    margin-left: 1.1rem; }
  ul.circle {
    list-style-type: circle;
    margin-left: 1.1rem; }
  ul.disc {
    list-style-type: disc;
    margin-left: 1.1rem; }

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

.no-bullet {
  list-style-type: none;
  margin-left: 0;
  /* Definition Lists */ }
  .no-bullet li ul, .no-bullet li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
    list-style: none; }

dl {
  /* Abbreviations */ }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }
  dl dd {
    margin-bottom: 0.75rem; }

abbr, acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help; }

abbr {
  text-transform: none;
  /* Blockquotes */ }
  abbr[title] {
    border-bottom: 1px dotted #ddd; }

blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #ddd; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a, blockquote cite a:visited {
      color: #555; }

blockquote, blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
  /* Microformats */ }

.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #ddd;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: bold; }
  .vevent abbr {
    cursor: default;
    text-decoration: none;
    font-weight: bold;
    border: none;
    padding: 0 0.0625rem; }

@media only screen and (min-width:40.0625em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }

  h1 {
    font-size: 2.75rem; }

  h2 {
    font-size: 2.3125rem; }

  h3 {
    font-size: 1.6875rem; }

  h4 {
    font-size: 1.4375rem; }

  h5 {
    font-size: 1.125rem; }

  h6 {
    font-size: 1rem; } }

@media print {
  * {
    background: transparent !important;
    /* Black prints faster: h5bp.com/s */
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

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

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

  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 {
    /* h5bp.com/t */
    display: table-header-group; }

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

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

  @page {
    margin: 0.34in; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

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

meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative; }

a:hover {
  cursor: pointer; }

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

img {
  -ms-interpolation-mode: bicubic; }

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

.left {
  float: left !important; }

.right {
  float: right !important; }

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

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }
  @media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }
    .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
      display: none !important; }

    .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto; }

    .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
      clip: rect(1px, 1px, 1px, 1px);
      height: 1px;
      overflow: hidden;
      position: absolute !important;
      width: 1px; }

    table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
      display: table !important; }

    thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
      display: table-header-group !important; }

    tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
      display: table-row-group !important; }

    tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
      display: table-row; }

    th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
      display: table-cell !important; } }
  @media only screen and (min-width:40.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }
    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
      display: none !important; }

    .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto; }

    .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
      clip: rect(1px, 1px, 1px, 1px);
      height: 1px;
      overflow: hidden;
      position: absolute !important;
      width: 1px; }

    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
      display: table !important; }

    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
      display: table-header-group !important; }

    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
      display: table-row-group !important; }

    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
      display: table-row; }

    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
      display: table-cell !important; } }
  @media only screen and (min-width:64.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }
    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
      display: none !important; }

    .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto; }

    .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
      clip: rect(1px, 1px, 1px, 1px);
      height: 1px;
      overflow: hidden;
      position: absolute !important;
      width: 1px; }

    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
      display: table !important; }

    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
      display: table-header-group !important; }

    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
      display: table-row-group !important; }

    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
      display: table-row; }

    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
      display: table-cell !important; } }
  @media only screen and (min-width:90.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }
    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
      display: none !important; }

    .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto; }

    .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
      clip: rect(1px, 1px, 1px, 1px);
      height: 1px;
      overflow: hidden;
      position: absolute !important;
      width: 1px; }

    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
      display: table !important; }

    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
      display: table-header-group !important; }

    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
      display: table-row-group !important; }

    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
      display: table-row; }

    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
      display: table-cell !important; } }
  @media only screen and (min-width:120.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: inherit !important; }
    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
      display: none !important; }

    .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto; }

    .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
      clip: rect(1px, 1px, 1px, 1px);
      height: 1px;
      overflow: hidden;
      position: absolute !important;
      width: 1px; }

    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xxlarge-only, table.show-for-xxlarge-up {
      display: table !important; }

    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up {
      display: table-header-group !important; }

    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up {
      display: table-row-group !important; }

    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up {
      display: table-row; }

    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up {
      display: table-cell !important; } }

.show-for-landscape, .hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape, .show-for-portrait {
  display: none !important;
  /* Specific visibility for tables */ }

table.hide-for-landscape, table.show-for-portrait {
  display: table !important; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, th.hide-for-landscape, td.show-for-portrait, th.show-for-portrait {
  display: table-cell !important; }

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

  .hide-for-landscape, .show-for-portrait {
    display: none !important;
    /* Specific visibility for tables */ }

  table.show-for-landscape, table.hide-for-portrait {
    display: table !important; }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }

  td.show-for-landscape, th.show-for-landscape, td.hide-for-portrait, th.hide-for-portrait {
    display: table-cell !important; } }

@media only screen and (orientation: portrait) {
  /* Touch-enabled device targeting */
    .show-for-portrait, .hide-for-landscape {
      display: inherit !important; }
    .hide-for-portrait, .show-for-landscape {
      display: none !important;
      /* Specific visibility for tables */ }
    table.show-for-portrait, table.hide-for-landscape {
      display: table !important; }
    thead.show-for-portrait, thead.hide-for-landscape {
      display: table-header-group !important; }
    tbody.show-for-portrait, tbody.hide-for-landscape {
      display: table-row-group !important; }
    tr.show-for-portrait, tr.hide-for-landscape {
      display: table-row !important; }
    td.show-for-portrait, th.show-for-portrait, td.hide-for-landscape, th.hide-for-landscape {
      display: table-cell !important; } }

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

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important;
  /* Specific visibility for tables */ }

table.hide-for-touch {
  display: table !important; }

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

thead.hide-for-touch {
  display: table-header-group !important; }

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

tbody.hide-for-touch {
  display: table-row-group !important; }

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

tr.hide-for-touch {
  display: table-row !important; }

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

td.hide-for-touch {
  display: table-cell !important; }

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

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important;
  /* Screen reader-specific classes */ }

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

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  /* Print visibility */ }
  .show-on-focus:focus, .show-on-focus:active {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

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

@media print {
  .print-only, .show-for-print {
    display: block !important; }

  .hide-on-print, .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; } }

@font-face {
  font-family: 'Streetvertising';
  src: url('../fonts/Streetvertising-Bold.ttf.woff') format('woff'), url('../fonts/Streetvertising-Bold.ttf.svg#Streetvertising-Bold') format('svg'), url('../fonts/Streetvertising-Bold.ttf.eot'), url('../fonts/Streetvertising-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Streetvertising-bd';
  src: url('../fonts/Streetvertising-Light.ttf.woff') format('woff'), url('../fonts/Streetvertising-Light.ttf.svg#Streetvertising-Light') format('svg'), url('../fonts/Streetvertising-Light.ttf.eot'), url('../fonts/Streetvertising-Light.eot?#iefix') format('embedded-opentype');
  font-weight: 900;
  font-style: normal; }

[class*="block-grid-"], .row .row {
  margin: 0; }

[class*="column"] + [class*="column"]:last-child {
  float: left; }

html, body {
  min-height: 100%;
  background: #252226;
  line-height: 26px;
  color: #85898c; }

body, input, textarea {
  font-family: 'Proximanova', sans-serif;
  font-size: 16px;
  color: #1a171b;
  line-height: 26px; }

a {
  text-decoration: none;
  color: #1a171b; }

a:hover {
  text-decoration: underline; }

.std p {
  margin: 0 0 20px; }
  .std p img.left {
    float: left; }
    .std p img.right {
      float: right; }
  .std a {
    text-decoration: underline; }
  .std a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Streetvertising', sans-serif;
  margin: 0;
  text-decoration: none;
  color: #85898c; }

h1 {
  font-size: 24px;
  line-height: normal;
  font-weight: 300; }

h2 {
  font-size: 24px;
  line-height: normal;
  font-weight: 300; }

h3 {
  font-size: 18px;
  line-height: normal;
  font-weight: 300; }

h4 {
  font-size: 16px;
  line-height: normal;
  font-weight: 300; }

h5 {
  font-size: 13px;
  line-height: normal;
  font-weight: 300; }

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

.std dl dl {
  margin: 0 0 1.5em 0; }
  .std dl dl dt {
    font-weight: normal; }
  .std dl dd {
    margin-left: 1.5em; }
  .std dl table {
    margin-bottom: 1.4em; }
  .std dl th {
    font-weight: normal; }
  .std dl th, .std dl td, .std dl caption {
    padding: 3px 10px 3px 0; }
  .std dl tfoot {
    font-style: italic; }
  .std dl caption {
    background: #eee; }

.readmore {
  text-transform: uppercase; }
  .readmore:after {
    padding-left: 25px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: '\f054';
    font-size: 12px;
    margin-top: -1px; }

.bottom-collapse-container {
  overflow: hidden;
  cursor: pointer; }
  .bottom-collapse-container .bottom-collapse {
    background-color: #252226;
    bottom: -70px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 70px;
    line-height: 70px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -khtml-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
  .bottom-collapse-container .bottom-collapse span {
    margin-top: 10px;
    display: block;
    -webkit-transition: transform 0.35s;
    -khtml-transition: transform 0.35s;
    -moz-transition: transform 0.35s;
    -ms-transition: transform 0.35s;
    -o-transition: transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 200%, 0);
    -khtml-transform: translate3d(0, 200%, 0);
    -moz-transform: translate3d(0, 200%, 0);
    -ms-transform: translate3d(0, 200%, 0);
    -o-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
    text-transform: uppercase; }
  .bottom-collapse-container .bottom-collapse .fa {
    font-size: 12px;
    margin-top: 10px;
    -webkit-transition: transform 0.35s;
    -khtml-transition: transform 0.35s;
    -moz-transition: transform 0.35s;
    -ms-transition: transform 0.35s;
    -o-transition: transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 200%, 0);
    -khtml-transform: translate3d(0, 200%, 0);
    -moz-transform: translate3d(0, 200%, 0);
    -ms-transform: translate3d(0, 200%, 0);
    -o-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0); }
  .bottom-collapse-container:hover .bottom-collapse {
    bottom: 0; }
    .bottom-collapse-container:hover .bottom-collapse span, .bottom-collapse-container:hover .bottom-collapse .fa {
      margin-top: 0;
      -webkit-transition-delay: 0.05s;
      -khtml-transition-delay: 0.05s;
      -moz-transition-delay: 0.05s;
      -ms-transition-delay: 0.05s;
      -o-transition-delay: 0.05s;
      transition-delay: 0.05s;
      -webkit-transform: translate3d(0, 0, 0);
      -khtml-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .bottom-collapse-container:hover .bottom-collapse .fa {
      -webkit-transition-delay: 0.125s;
      -khtml-transition-delay: 0.125s;
      -moz-transition-delay: 0.125s;
      -ms-transition-delay: 0.125s;
      -o-transition-delay: 0.125s;
      transition-delay: 0.125s;
      -webkit-transform: translate3d(0, 0, 0);
      -khtml-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }

.hide {
  overflow: hidden;
  height: 0; }

.nodisplay {
  display: none; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 2em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 2em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  /******************************************
 * Border (single-line)                   *
 * -------------------------------------- *
 * a: all             l: light            *
 * t: top             m: medium           *
 * r: right           d: dark             *
 * b: bottom          b: black            *
 * l: left                                *
 * h: horizontal                          *
 * v: vertical                            *
 ******************************************/ }

.no-border {
  border: none; }

.bal {
  border: 1px solid #111; }

.bam {
  border: 1px solid #dadada; }

.bad {
  border: 1px solid #ccc; }

.bab {
  border: 1px solid #000; }

.btl {
  border-top: 1px solid #111; }

.btm {
  border-top: 1px solid #dadada; }

.btd {
  border-top: 1px solid #ccc; }

.btb {
  border-top: 1px solid #000; }

.brl {
  border-right: 1px solid #111; }

.brm {
  border-right: 1px solid #dadada; }

.brd {
  border-right: 1px solid #ccc; }

.brb {
  border-right: 1px solid #000; }

.bbl {
  border-bottom: 1px solid #111; }

.bbm {
  border-bottom: 1px solid #dadada; }

.bbd {
  border-bottom: 1px solid #ccc; }

.bbb {
  border-bottom: 1px solid #000; }

.bll {
  border-left: 1px solid #111; }

.blm {
  border-left: 1px solid #dadada; }

.bld {
  border-left: 1px solid #ccc; }

.blb {
  border-left: 1px solid #000; }

.bhl {
  border-top: 1px solid #111;
  border-bottom: 1px solid #111; }

.bhm {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada; }

.bhd {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

.bhb {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }

.bvl {
  border-left: 1px solid #111;
  border-right: 1px solid #111; }

.bvm {
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada; }

.bvd {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc; }

.bvb {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  /******************************************
 * Border radius                          *
 * -------------------------------------- *
 * a: all                n: none          *
 * t: top                t: tiny (2px)    *
 * r: right              s: small (5px)   *
 * b: bottom                              *
 * l: left                                *
 ******************************************/ }

.bran {
  border-radius: 0; }

.brat {
  border-radius: 2px; }

.bras {
  border-radius: 5px; }

.brtn {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.brtt {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.brts {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.brrn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.brrt {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px; }

.brrs {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.brbn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.brbt {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px; }

.brbs {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.brln {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.brlt {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px; }

.brls {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  /******************************************
 * Margins & Paddings                     *
 * -------------------------------------- *
 * a: all                n: none          *
 * t: top                t: tiny (2px)    *
 * r: right              s: small (5px)   *
 * b: bottom             m: medium (10px) *
 * l: left               l: large (15px)  *
 * h: horizontal         h: huge (20px)   *
 * v: vertical                            *
 ******************************************/ }

.man {
  margin: 0; }

.mat {
  margin: 2px; }

.mas {
  margin: 15px; }

.mam {
  margin: 30px; }

.mal {
  margin: 60px; }

.mah {
  margin: 90px; }

.mtn {
  margin-top: 0; }

.mtt {
  margin-top: 2px; }

.mts {
  margin-top: 15px; }

.mtm {
  margin-top: 30px; }

.mtl {
  margin-top: 60px; }

.mth {
  margin-top: 90px; }

.mrn {
  margin-right: 0; }

.mrt {
  margin-right: 2px; }

.mrs {
  margin-right: 15px; }

.mrm {
  margin-right: 30px; }

.mrl {
  margin-right: 60px; }

.mrh {
  margin-right: 90px; }

.mbn {
  margin-bottom: 0; }

.mbt {
  margin-bottom: 2px; }

.mbs {
  margin-bottom: 15px; }

.mbm {
  margin-bottom: 30px; }

.mbl {
  margin-bottom: 60px; }

.mbh {
  margin-bottom: 90px; }

.mln {
  margin-left: 0; }

.mlt {
  margin-left: 2px; }

.mls {
  margin-left: 15px; }

.mlm {
  margin-left: 30px; }

.mll {
  margin-left: 60px; }

.mlh {
  margin-left: 90px; }

.mhn {
  margin-left: 0;
  margin-right: 0; }

.mht {
  margin-left: 2px;
  margin-right: 2px; }

.mhs {
  margin-left: 15px;
  margin-right: 15px; }

.mhm {
  margin-left: 30px;
  margin-right: 30px; }

.mhl {
  margin-left: 60px;
  margin-right: 60px; }

.mhh {
  margin-left: 30px;
  margin-right: 90px; }

.mvn {
  margin-top: 0;
  margin-bottom: 0; }

.mvt {
  margin-top: 2px;
  margin-bottom: 2px; }

.mvs {
  margin-top: 15px;
  margin-bottom: 15px; }

.mvm {
  margin-top: 30px;
  margin-bottom: 30px; }

.mvl {
  margin-top: 60px;
  margin-bottom: 60px; }

.mvh {
  margin-top: 30px;
  margin-bottom: 90px; }

.pan {
  padding: 0; }

.pat {
  padding: 2px; }

.pas {
  padding: 15px; }

.pam {
  padding: 30px; }

.pal {
  padding: 60px; }

.pah {
  padding: 90px; }

.ptn {
  padding-top: 0; }

.ptt {
  padding-top: 2px; }

.pts {
  padding-top: 15px; }

.ptm {
  padding-top: 30px; }

.ptl {
  padding-top: 60px; }

.pth {
  padding-top: 90px; }

.prn {
  padding-right: 0; }

.prt {
  padding-right: 2px; }

.prs {
  padding-right: 15px; }

.prm {
  padding-right: 30px; }

.prl {
  padding-right: 60px; }

.prh {
  padding-right: 90px; }

.pbn {
  padding-bottom: 0; }

.pbt {
  padding-bottom: 2px; }

.pbs {
  padding-bottom: 15px; }

.pbm {
  padding-bottom: 30px; }

.pbl {
  padding-bottom: 60px; }

.pbh {
  padding-bottom: 90px; }

.pln {
  padding-left: 0; }

.plt {
  padding-left: 2px; }

.pls {
  padding-left: 15px; }

.plm {
  padding-left: 30px; }

.pll {
  padding-left: 60px; }

.plh {
  padding-left: 90px; }

.phn {
  padding-left: 0;
  padding-right: 0; }

.pht {
  padding-left: 2px;
  padding-right: 2px; }

.phs {
  padding-left: 15px;
  padding-right: 15px; }

.phm {
  padding-left: 30px;
  padding-right: 30px; }

.phl {
  padding-left: 60px;
  padding-right: 60px; }

.phh {
  padding-left: 30px;
  padding-right: 90px; }

.pvn {
  padding-top: 0;
  padding-bottom: 0; }

.pvt {
  padding-top: 2px;
  padding-bottom: 2px; }

.pvs {
  padding-top: 15px;
  padding-bottom: 15px; }

.pvm {
  padding-top: 30px;
  padding-bottom: 30px; }

.pvl {
  padding-top: 60px;
  padding-bottom: 60px; }

.pvh {
  padding-top: 30px;
  padding-bottom: 90px; }

.logo, .logo-large, .logo-small {
  position: relative;
  width: 164px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  transition: all 0.3s;
  left: 0; }

.logo-large {
  height: 173px;
  top: -34px;
  margin-bottom: -173px;
  background-position: top left; }

.logo-small {
  height: 50px;
  top: -125px;
  margin-bottom: -50px; }

.header-container {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  font-family: "nudista-web", sans-serif !important;
  font-style: normal !important;
  font-weight: 600 !important; }
  .header-container .header {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto !important;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.3);
    /**
   * DEFAULT HEADER
   */ }
  @media only screen and (max-width: 1024px) {
    .header-container .header .default-header {
      padding: 17px 0;
      background-size: 0; }
      .header-container .header .default-header .logo-large {
        top: -200px; }
      .header-container .header .default-header .logo-small {
        top: 2px;
        height: 30px;
        margin-bottom: -30px;
        background-position: 15px center; }
      .header-container .header .default-header .search #search-checkbox:checked ~ .search-form {
        top: 48px; } }
  .header-container .header.scrolled .default-header {
    padding: 16px 0; }
    @media only screen and (max-width: 1024px) {
      .header-container .header.scrolled .default-header {
        padding: 17px 0; } }
    .header-container .header.scrolled .default-header .logo-large {
      top: -200px; }
    .header-container .header.scrolled .default-header .logo-small {
      top: -10px; }
      @media only screen and (max-width: 1024px) {
      .header-container .header.scrolled .default-header .logo-small {
        top: 2px; } }
    .header-container .header.scrolled .default-header .search #search-checkbox:checked ~ .search-form {
      top: 48px; }
  .header-container .default-header {
    z-index: 999 !important;
    background-color: #1b84b5;
    background-position: 50px center;
    background-repeat: no-repeat;
    padding: 34px 0;
    transition: all 0.3s; }
  @media only screen and (max-width: 64em) {
    .header-container .default-header {
      background-position: center center; }
      .header-container .default-header .main-menu-container {
        width: 0;
        height: 0;
        overflow: hidden;
        padding: 0 !important; }
      .header-container .default-header .mobile-menu {
        display: inline-block !important; } }
  .header-container .default-header .home-button {
    position: relative;
    top: 2px; }
  .header-container .default-header .search {
    display: inline-block;
    top: -3px;
    /**
     * Mobile menu
     */ }
    .header-container .default-header .search #search-checkbox {
      display: none; }
    .header-container .default-header .search .search-form {
      position: absolute;
      top: 60px;
      right: 0;
      z-index: -1;
      padding: 15px;
      display: inline-block;
      background-color: #1679a8;
      width: 355px;
      box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.3);
      transition: all 0.3s;
      top: -40px; }
    @media only screen and (max-width: 1024px) {
      .header-container .default-header .search .search-form {
        right: -75px; } }
    .header-container .default-header .search .search-form .search-input-container {
      display: inline-block; }
      .header-container .default-header .search .search-form .search-input-container .search-input {
        width: 260px;
        height: 50px;
        border-radius: 5px;
        margin: 0 15px 0 0;
        font-weight: normal;
        font-size: 14px; }
    .header-container .default-header .search .search-form .search-input {
      float: left; }
    .header-container .default-header .search .search-form .search-submit {
      float: right;
      display: inline-block;
      width: 50px;
      height: 50px;
      border: 2px solid #fff;
      border-radius: 5px;
      text-align: center;
      color: #fff;
      transition: all 0.3s;
      background-color: transparent; }
      .header-container .default-header .search .search-form .search-submit:hover {
        background-color: #fff;
        color: #1679a8; }
    .header-container .default-header .search #search-checkbox:checked ~ .search-form {
      top: 65px; }
  .header-container .default-header .mobile-menu {
    display: none;
    /**
     * Desktop menu
     */ }
    .header-container .default-header .mobile-menu #mobile-menu-checkbox {
      display: none; }
    .header-container .default-header .mobile-menu .main-menu-container::-webkit-scrollbar {
      width: 16px;
      background-color: #0f6d99;
      position: absolute;
      right: 0; }
    .header-container .default-header .mobile-menu .main-menu-container::-webkit-scrollbar-track {
      background-color: #0f6d99; }
    .header-container .default-header .mobile-menu .main-menu-container::-webkit-scrollbar-thumb {
      border-radius: 8px;
      background-color: #fff; }
    .header-container .default-header .mobile-menu .main-menu-container {
      display: block;
      max-height: 100vh;
      overflow-y: scroll;
      position: absolute;
      top: -900px;
      right: 0;
      background-color: #0f6d99;
      height: auto;
      width: 100%;
      max-width: 400px;
      box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.3);
      transition: all 1s;
      z-index: -1;
      padding: 0 16px 32px 32px !important; }
    .header-container .default-header .mobile-menu .main-menu-container .main-menu {
      margin-top: 66px; }
      .header-container .default-header .mobile-menu .main-menu-container .main-menu .menu-item .sub-menu-wrap {
        width: unset; }
    .header-container .default-header .mobile-menu #mobile-menu-checkbox:checked ~ .main-menu-container {
      top: 0; }
  .header-container .default-header .main-menu-container {
    text-align: right;
    display: inline-block;
    padding: 0;
    transition: all 0.3s; }
    .header-container .default-header .main-menu-container .main-menu .menu-item .sub-menu-wrap {
      display: none;
      position: absolute;
      transition: all 0.3s;
      left: -22px;
      top: 31px;
      width: 200px; }
      .header-container .default-header .main-menu-container .main-menu .menu-item .sub-menu-wrap .sub-menu {
        box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.3);
        margin: 0;
        transition: all 0.3s; }
        .header-container .default-header .main-menu-container .main-menu .menu-item .sub-menu-wrap .sub-menu li {
          padding: 0; }
          .header-container .default-header .main-menu-container .main-menu .menu-item .sub-menu-wrap .sub-menu li a {
            padding-left: 20px; }
      .header-container .default-header .main-menu-container .main-menu .menu-item:hover .sub-menu-wrap {
        display: block; }

.arrow, .arrow-forward, .arrow-backward {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  text-decoration: none !important;
  font-family: "nudista-web", sans-serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
  transition: all 0.3s; }

.arrow-forward {
  padding-right: 30px; }
  .arrow-forward:after {
    transition: all 0.3s;
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: "Ionicons";
    content: "\f30f"; }
  .arrow-forward:hover:after {
    right: -10px; }

.arrow-backward {
  padding-left: 30px;
  /**
 * CONTACT LINKS
 */ }
  .arrow-backward:before {
    transition: all 0.3s;
    position: absolute;
    bottom: -1px;
    left: 0;
    font-family: "Ionicons";
    content: "\f2ca"; }
  .arrow-backward:hover:before {
    left: -10px; }

.contact, .contact-address, .contact-mail, .contact-phone {
  color: #fff;
  font-family: "nudista-web", sans-serif !important;
  font-style: normal !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  display: block;
  position: relative;
  padding-left: 20px;
  transition: all 0.3s;
  font-size: 16px; }
  .contact:before, .contact-address:before, .contact-mail:before, .contact-phone:before {
    position: absolute;
    left: 0;
    top: 1px;
    font-family: "Ionicons"; }
  .contact:hover, .contact-address:hover, .contact-mail:hover, .contact-phone:hover {
    color: #f1f4f6;
    text-decoration: none; }

.contact-address {
  pointer-events: none; }
  .contact-address:before {
    content: "\f1ff"; }

.contact-mail:before {
  content: "\f2eb"; }

.contact-phone {
  /**
 * BUTTONS
 */ }
  @media only screen and (min-width: 41em) {
  .contact-phone {
    pointer-events: none; } }
  .contact-phone:before {
    content: "\f2d2"; }

.btn, .menu-button, .section-nav-menu .page-item, .default-header .menu-item, .default-header .menu-item .sub-menu .menu-item, .default-header .mobile-menu .main-menu-container .main-menu .menu-item, .default-header .mobile-menu .main-menu-container .main-menu .menu-item .sub-menu-wrap .sub-menu .menu-item, .btn-white, .btn-blue {
  display: inline-block;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-family: "nudista-web", sans-serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
  padding: 10px 80px 10px 40px;
  border-radius: 5px;
  transition: all 0.3s;
  text-decoration: none !important;
  /**
     * MENU BUTTONS
     *
     * menu button:
     */ }
  .btn:hover, .menu-button:hover, .section-nav-menu .page-item:hover, .default-header .menu-item:hover, .default-header .menu-item .sub-menu .menu-item:hover, .default-header .mobile-menu .main-menu-container .main-menu .menu-item:hover, .default-header .mobile-menu .main-menu-container .main-menu .menu-item .sub-menu-wrap .sub-menu .menu-item:hover, .btn-white:hover, .btn-blue:hover {
    text-decoration: none; }
  .btn:hover:after, .menu-button:hover:after, .section-nav-menu .page-item:hover:after, .default-header .menu-item:hover:after, .default-header .menu-item .sub-menu .menu-item:hover:after, .default-header .mobile-menu .main-menu-container .main-menu .menu-item:hover:after, .default-header .mobile-menu .main-menu-container .main-menu .menu-item .sub-menu-wrap .sub-menu .menu-item:hover:after, .btn-white:hover:after, .btn-blue:hover:after {
    right: 30px; }
  .btn:after, .menu-button:after, .section-nav-menu .page-item:after, .default-header .menu-item:after, .default-header .menu-item .sub-menu .menu-item:after, .default-header .mobile-menu .main-menu-container .main-menu .menu-item:after, .default-header .mobile-menu .main-menu-container .main-menu .menu-item .sub-menu-wrap .sub-menu .menu-item:after, .btn-white:after, .btn-blue:after {
    position: absolute;
    right: 40px;
    transition: all 0.3s;
    font-family: "Ionicons";
    content: "\f30f"; }

.menu-button, .section-nav-menu .page-item, .default-header .menu-item, .default-header .menu-item .sub-menu .menu-item, .default-header .mobile-menu .main-menu-container .main-menu .menu-item, .default-header .mobile-menu .main-menu-container .main-menu .menu-item .sub-menu-wrap .sub-menu .menu-item {
  height: auto;
  font-family: "nudista-web", sans-serif !important;
  font-style: normal !important;
  font-weight: 600 !important;
  padding: 0 20px;
  border-radius: 16px;
  height: 32px;
  font-size: 15px;
  font-weight: 300;
  /**
         * section navigation menu button
         */ }
  .menu-button a, .section-nav-menu .page-item a, .default-header .menu-item a, .default-header .menu-item .sub-menu .menu-item a, .default-header .mobile-menu .main-menu-container .main-menu .menu-item a, .default-header .mobile-menu .main-menu-container .main-menu .menu-item .sub-menu-wrap .sub-menu .menu-item a, .menu-button i, .section-nav-menu .page-item i, .default-header .menu-item i, .default-header .menu-item .sub-menu .menu-item i, .default-header .mobile-menu .main-menu-container .main-menu .menu-item i, .default-header .mobile-menu .main-menu-container .main-menu .menu-item .sub-menu-wrap .sub-menu .menu-item i {
    height: 32px;
    line-height: 32px;
    display: inline-block; }
  .menu-button:after, .section-nav-menu .page-item:after, .default-header .menu-item:after, .default-header .menu-item .sub-menu .menu-item:after, .default-header .mobile-menu .main-menu-container .main-menu .menu-item:after, .default-header .mobile-menu .main-menu-container .main-menu .menu-item .sub-menu-wrap .sub-menu .menu-item:after {
    display: none; }

.section-nav-menu {
  /**
          * desktop menu button
          */ }
  .section-nav-menu .page-item {
    margin-right: 32px; }
  .section-nav-menu .page-item a {
    color: #1b84b5; }
  .section-nav-menu .page-item:hover {
    background-color: #e2e9ee; }
    .section-nav-menu .page-item:hover a {
      text-decoration: none; }
  .section-nav-menu .page-item.current-post-ancestor, .section-nav-menu .page-item.current-post-item {
    background-color: #1b84b5; }
    .section-nav-menu .page-item.current-post-ancestor a, .section-nav-menu .page-item.current-post-item a {
      color: #fff; }
    .section-nav-menu .page-item.current-post-ancestor:hover a, .section-nav-menu .page-item.current-post-item:hover a {
      color: #fff; }

.default-header .menu-item {
  margin-left: 16px; }
  .default-header .menu-item i {
    font-size: 18px; }
  .default-header .menu-item a, .default-header .menu-item i {
    color: #fff; }
  .default-header .menu-item:hover {
    background-color: #1679a8; }
    .default-header .menu-item:hover a, .default-header .menu-item:hover i {
      color: #fff;
      text-decoration: none; }
  .default-header .menu-item.current-menu-ancestor, .default-header .menu-item.current-post-ancestor, .default-header .menu-item.current-menu-item {
    background-color: #fff; }
    .default-header .menu-item.current-menu-ancestor a, .default-header .menu-item.current-post-ancestor a, .default-header .menu-item.current-menu-item a, .default-header .menu-item.current-menu-ancestor i, .default-header .menu-item.current-post-ancestor i, .default-header .menu-item.current-menu-item i {
      color: #1b84b5; }
    .default-header .menu-item.current-menu-ancestor:hover a, .default-header .menu-item.current-post-ancestor:hover a, .default-header .menu-item.current-menu-item:hover a, .default-header .menu-item.current-menu-ancestor:hover i, .default-header .menu-item.current-post-ancestor:hover i, .default-header .menu-item.current-menu-item:hover i {
      color: #1b84b5; }
  .default-header .menu-item.menu-item-has-children a, .default-header .menu-item.menu-item-has-children i {
    position: relative;
    padding-right: 15px; }
    .default-header .menu-item.menu-item-has-children a:after, .default-header .menu-item.menu-item-has-children i:after {
      position: absolute;
      right: -5px;
      color: #7ac7eb;
      font-family: "Ionicons";
      content: "\f123"; }
  .default-header .menu-item .sub-menu .menu-item {
    margin-left: 0;
    border-radius: 0;
    display: block;
    text-align: left;
    background-color: #1679a8;
    border-bottom: 2px solid #1b84b5; }
    .default-header .menu-item .sub-menu .menu-item:last-child {
      border-bottom: 0 !important; }
    .default-header .menu-item .sub-menu .menu-item a {
      color: #fff;
      display: block; }
      .default-header .menu-item .sub-menu .menu-item a:after {
        display: none !important; }
    .default-header .menu-item .sub-menu .menu-item:hover {
      background-color: #0f6d99; }
  .default-header .mobile-menu .main-menu-container .main-menu .menu-item {
    margin-left: 0;
    border-radius: 0;
    display: block;
    width: 100%;
    height: unset;
    text-align: left;
    background-color: #1b84b5;
    border-bottom: 2px solid #1679a8; }
    .default-header .mobile-menu .main-menu-container .main-menu .menu-item:last-child {
      border-bottom: 0 !important; }
    .default-header .mobile-menu .main-menu-container .main-menu .menu-item a {
      color: #fff;
      display: block;
      position: relative;
      height: 50px !important;
      line-height: 50px !important; }
    .default-header .mobile-menu .main-menu-container .main-menu .menu-item a:after {
      position: absolute;
      right: 10px;
      transition: all 0.3s;
      font-family: "Ionicons";
      content: "\f30f"; }
    .default-header .mobile-menu .main-menu-container .main-menu .menu-item a:hover:after {
      right: 0px; }
    .default-header .mobile-menu .main-menu-container .main-menu .menu-item.menu-item-has-children {
      background-color: #0f6d99;
      padding-top: 16px;
      padding-bottom: 16px; }
    .default-header .mobile-menu .main-menu-container .main-menu .menu-item.menu-item-has-children:last-child {
      border-bottom: 0 !important; }
    .default-header .mobile-menu .main-menu-container .main-menu .menu-item.menu-item-has-children a:after {
      color: #fff; }
    .default-header .mobile-menu .main-menu-container .main-menu .menu-item.current-menu-ancestor {
      background-color: #0f6d99; }
    .default-header .mobile-menu .main-menu-container .main-menu .menu-item:hover {
      background-color: #fff; }
    .default-header .mobile-menu .main-menu-container .main-menu .menu-item:hover.menu-item-has-children {
      background-color: #0f6d99; }
      .default-header .mobile-menu .main-menu-container .main-menu .menu-item:hover.menu-item-has-children a {
        color: #fff; }
    .default-header .mobile-menu .main-menu-container .main-menu .menu-item:hover a {
      color: #1679a8; }
    .default-header .mobile-menu .main-menu-container .main-menu .menu-item .sub-menu-wrap {
      display: block !important;
      position: static !important;
      padding: 0; }
    .default-header .mobile-menu .main-menu-container .main-menu .menu-item .sub-menu-wrap .sub-menu {
      box-shadow: none !important; }
      .default-header .mobile-menu .main-menu-container .main-menu .menu-item .sub-menu-wrap .sub-menu .menu-item {
        margin-left: 0;
        border-radius: 0;
        display: block;
        text-align: left;
        height: unset;
        background-color: #1b84b5;
        border-bottom: 2px solid #1679a8; }
        .default-header .mobile-menu .main-menu-container .main-menu .menu-item .sub-menu-wrap .sub-menu .menu-item:last-child {
          border-bottom: 0 !important; }
        .default-header .mobile-menu .main-menu-container .main-menu .menu-item .sub-menu-wrap .sub-menu .menu-item a {
          color: #fff;
          display: block;
          position: relative;
          height: 40px !important;
          line-height: 40px !important; }
          .default-header .mobile-menu .main-menu-container .main-menu .menu-item .sub-menu-wrap .sub-menu .menu-item a:after {
            display: none !important; }
        .default-header .mobile-menu .main-menu-container .main-menu .menu-item .sub-menu-wrap .sub-menu .menu-item.current-menu-item, .default-header .mobile-menu .main-menu-container .main-menu .menu-item .sub-menu-wrap .sub-menu .menu-item:hover {
          background-color: #fff; }
          .default-header .mobile-menu .main-menu-container .main-menu .menu-item .sub-menu-wrap .sub-menu .menu-item.current-menu-item a, .default-header .mobile-menu .main-menu-container .main-menu .menu-item .sub-menu-wrap .sub-menu .menu-item:hover a {
            color: #1679a8; }
            .default-header .mobile-menu .main-menu-container .main-menu .menu-item .sub-menu-wrap .sub-menu .menu-item.current-menu-item a:after, .default-header .mobile-menu .main-menu-container .main-menu .menu-item .sub-menu-wrap .sub-menu .menu-item:hover a:after {
              color: #1679a8; }

.btn-white {
  font-size: 16px;
  color: #fff;
  border: 2px solid #fff; }
  .btn-white:after {
    color: #fff; }
  .btn-white:hover {
    background-color: #fff; }
  .btn-white:hover:after {
    color: #1b84b5; }
  .btn-white:hover.blue {
    color: #1b84b5; }

.btn-blue {
  font-size: 16px;
  color: #1b84b5;
  border: 2px solid #1b84b5; }
  .btn-blue:after {
    color: #1b84b5; }
  .btn-blue:hover {
    background-color: #1b84b5;
    color: #fff; }
  .btn-blue:hover:after {
    color: #fff; }

div.gform_confirmation_message {
  color: #fff;
  border: 0 !important;
  background-color: #6d981b;
  font-family: "nudista-web", sans-serif !important;
  font-style: normal !important;
  font-weight: 600 !important;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 15px; }

#gform_wrapper_1 div.validation_error {
  color: #fff;
  border: 0 !important;
  background-color: #ef8d0d;
  font-family: "nudista-web", sans-serif !important;
  font-style: normal !important;
  font-weight: 600 !important;
  border-radius: 5px; }
  #gform_wrapper_1 .gform_body ul .gfield_error {
    margin: 0;
    border: 0;
    padding: 0;
    background-color: transparent; }
    #gform_wrapper_1 .gform_body ul .gfield_error .validation_message {
      padding-top: 2px;
      color: #ef8d0d; }
    #gform_wrapper_1 .gform_body ul li {
      margin-top: 0; }
    #gform_wrapper_1 .gform_body ul li:before {
      display: none !important; }
    #gform_wrapper_1 .gform_body ul li .gfield_label {
      color: #fff;
      font-weight: 300;
      font-size: 15px; }
    #gform_wrapper_1 .gform_body ul li .gfield_label .gfield_required {
      color: orange; }
    #gform_wrapper_1 .gform_body ul li.gfield_error input[type="text"], #gform_wrapper_1 .gform_body ul li.gfield_error textarea {
      border: 1px solid #ef8d0d; }
    #gform_wrapper_1 .gform_body ul li input[type="text"], #gform_wrapper_1 .gform_body ul li input[type="file"] {
      background-color: #fff;
      border-radius: 5px;
      padding: 10px;
      width: 100%;
      font-size: 13px; }
  #gform_wrapper_1 .gform_footer {
    margin-top: 0; }
  #gform_wrapper_1 .gform_footer button {
    display: block;
    position: relative;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-family: "nudista-web", sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    padding: 10px 60px 10px 20px;
    transition: all 0.3s; }
    #gform_wrapper_1 .gform_footer button:hover {
      background-color: #fff;
      color: #1b84b5; }
    #gform_wrapper_1 .gform_footer button:after {
      position: absolute;
      right: 20px;
      transition: all 0.3s;
      font-family: "Ionicons";
      content: "\f30f";
      color: #000; }

#gform_wrapper_2 div.validation_error {
  color: #fff;
  border: 0 !important;
  background-color: #ef8d0d;
  font-family: "nudista-web", sans-serif !important;
  font-style: normal !important;
  font-weight: 600 !important;
  border-radius: 5px; }
  #gform_wrapper_2 div.gform_confirmation_message {
    color: #fff;
    border: 0 !important;
    background-color: #6d981b;
    font-family: "nudista-web", sans-serif !important;
    font-style: normal !important;
    font-weight: 600 !important;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px; }
  #gform_wrapper_2 .gform_body .formblock .gfield_label {
    color: #000;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 4px;
    display: inline-block; }
    #gform_wrapper_2 .gform_body .formblock .gfield_label .gfield_required {
      color: #ef8d0d;
      margin-right: 10px; }
    #gform_wrapper_2 .gform_body .formblock button {
      display: inline-block;
      position: relative;
      background-color: transparent;
      border: 2px solid #1b84b5;
      border-radius: 5px;
      font-family: "nudista-web", sans-serif !important;
      font-style: normal !important;
      font-weight: 700 !important;
      padding: 10px 70px 10px 30px;
      transition: all 0.3s;
      color: #1b84b5; }
    #gform_wrapper_2 .gform_body .formblock button:hover {
      background-color: #1b84b5;
      color: #fff; }
    #gform_wrapper_2 .gform_body .formblock button:after {
      position: absolute;
      right: 20px;
      transition: all 0.3s;
      font-family: "Ionicons";
      content: "\f30f";
      color: #000; }
    #gform_wrapper_2 .gform_body .formblock ul {
      margin: 0; }
    #gform_wrapper_2 .gform_body .formblock ul .gfield_error {
      margin: 0;
      border: 0;
      padding: 0;
      background-color: transparent; }
    #gform_wrapper_2 .gform_body .formblock ul .gfield_error .validation_message {
      padding-top: 2px;
      color: #ef8d0d; }
    #gform_wrapper_2 .gform_body .formblock ul li .gfield_label {
      color: #000;
      font-weight: 300;
      font-size: 15px;
      margin-bottom: 4px; }
    #gform_wrapper_2 .gform_body .formblock ul li .gfield_label .gfield_required {
      color: #ef8d0d; }
    #gform_wrapper_2 .gform_body .formblock ul li.gfield_error input[type="text"], #gform_wrapper_2 .gform_body .formblock ul li.gfield_error textarea {
      border: 1px solid #ef8d0d; }
    #gform_wrapper_2 .gform_body .formblock ul li input[type="text"], #gform_wrapper_2 .gform_body .formblock ul li textarea {
      background-color: #fff;
      border-radius: 5px;
      padding: 12px 15px;
      width: 100%; }
    #gform_wrapper_2 .gform_body .formblock ul li textarea {
      height: 340px; }
  #gform_wrapper_2 .gform_footer {
    display: none; }

.page h1, .page h2, .page h3, .page h4, .page h5, .page h6 {
  text-transform: uppercase;
  font-family: "nudista-web", sans-serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
  color: #1a171b; }
  .page h2 {
    font-size: 20px;
    margin-bottom: 30px; }
  .page h3 {
    font-size: 16px;
    margin-bottom: 20px; }
  .page p {
    color: #85898c;
    font-size: 15px;
    margin-bottom: 20px; }
  .page .page-header {
    padding-top: 65px; }
  .page .page-header.scrolled {
    padding-top: 0; }
  .page .page-header .header-img {
    width: 100%;
    height: 325px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .page .page-header .header-img .overlay {
      height: 100%;
      background: rgba(14, 66, 98, 0.2);
      background: -moz-linear-gradient(left, rgba(14, 66, 98, 0.2) 0%, rgba(245, 247, 248, 0) 92%, rgba(255, 255, 255, 0) 96%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, rgba(14, 66, 98, 0.2)), color-stop(92%, rgba(245, 247, 248, 0)), color-stop(96%, rgba(255, 255, 255, 0)), color-stop(99%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.45)));
      background: -webkit-linear-gradient(left, rgba(14, 66, 98, 0.2) 0%, rgba(245, 247, 248, 0) 92%, rgba(255, 255, 255, 0) 96%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
      background: -o-linear-gradient(left, rgba(14, 66, 98, 0.2) 0%, rgba(245, 247, 248, 0) 92%, rgba(255, 255, 255, 0) 96%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
      background: -ms-linear-gradient(left, rgba(14, 66, 98, 0.2) 0%, rgba(245, 247, 248, 0) 92%, rgba(255, 255, 255, 0) 96%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to right, rgba(14, 66, 98, 0.2) 0%, rgba(245, 247, 248, 0) 92%, rgba(255, 255, 255, 0) 96%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e4262', endColorstr='#ffffff', GradientType=1); }
    .page .page-header .header-img .page-title {
      position: absolute;
      bottom: 80px; }
    .page .page-header .header-img .page-title h1 {
      display: block;
      text-transform: uppercase;
      color: #fff;
      font-weight: 900;
      font-size: 28px; }
  .page .subnav {
    background-color: #f1f4f6;
    font-family: "nudista-web", sans-serif !important;
    font-style: normal !important;
    font-weight: 600 !important; }
  .page .subnav .section-nav-menu ul {
    padding: 20px 0; }
  .page .page-content {
    padding: 50px 0 0 0; }
  .page .page-content .singular-content h3 {
    margin-top: 30px; }
    .page .page-content .singular-content ul {
      color: #85898c;
      font-size: 14px;
      list-style: none;
      padding: 0;
      margin: 0; }
    .page .page-content .singular-content ul li {
      position: relative;
      display: block;
      margin-bottom: 13px;
      text-indent: -22px;
      padding-left: 22px;
      font-size: 15px; }
    .page .page-content .singular-content ul li:before {
      content: '';
      left: 0;
      display: inline-block;
      background-color: #1b84b5;
      height: 6px;
      width: 6px;
      transform: rotate(45deg);
      margin-right: 15px; }
    .page .page-content .singular-content ul li a {
      text-decoration: none;
      color: #1b84b5; }
    .page .page-content .singular-content ul li a:hover {
      color: #000;
      text-decoration: none; }
    .page .page-content .singular-content a {
      text-decoration: none;
      color: #1b84b5;
      transition: color 0.3s; }
    .page .page-content .singular-content a:hover {
      color: #000;
      text-decoration: none; }
  .page .breadcrumbs {
    border-top: 1px solid #d5d9dc;
    padding: 34px 0;
    margin-top: 64px;
    text-transform: uppercase;
    color: #1b84b5;
    font-size: 13px;
    font-family: "nudista-web", sans-serif !important;
    font-style: normal !important;
    font-weight: 600 !important; }
  .page .breadcrumbs a {
    color: #1b84b5;
    transition: all 0.3s; }
    .page .breadcrumbs a:hover {
      color: #000;
      text-decoration: none !important; }
  .page .breadcrumbs i {
    margin: 0 20px; }
  @media only screen and (min-width: 1024px) {
    .page .col-right {
      position: relative;
      top: -83px;
      margin-bottom: -83px; }
      .page .col-right.has-subnav {
        top: -155px;
        margin-bottom: -155px; } }
  .page .col-right .widget {
    background-color: #1b84b5;
    padding: 40px;
    margin-bottom: 40px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.3); }
    .page .col-right .widget h2, .page .col-right .widget h3, .page .col-right .widget h4, .page .col-right .widget h5, .page .col-right .widget h6 {
      color: #fff;
      font-size: 19px;
      font-weight: 600; }
    .page .col-right .widget p {
      color: #b8ddf5; }
    .page .col-right .widget .contact-mail:hover {
      color: #000; }
  .page .sharethis h3 {
    margin-bottom: 10px; }
  .page .sharethis ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .page .sharethis ul li {
      display: inline-block;
      margin: 5px; }
    .page .sharethis ul li a {
      display: block;
      border: 2px solid #1b84b5;
      border-radius: 5px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 18px;
      color: #1b84b5;
      transition: all 0.3s; }
    .page .sharethis ul li a:hover {
      background-color: #1b84b5;
      color: #fff; }
    .page .sharethis ul li:before {
      display: none !important; }

.widget-ship {
  margin-top: 33px; }
  .widget-ship .img {
    width: 100%;
    height: 260px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .widget-ship .inner {
    height: 160px;
    width: 100%;
    border: 1px solid #d5d9dc;
    border-top: 0;
    position: relative; }
  .widget-ship .inner .content {
    display: block;
    position: absolute;
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 20px;
    height: auto;
    background-color: #1b84b5;
    color: #fff;
    overflow: hidden; }
    .widget-ship .inner .content .text {
      padding: 35px 35px 85px 35px;
      position: relative;
      bottom: -50px;
      margin-top: -50px;
      transition: all 0.3s; }
    .widget-ship .inner .content .text h3 {
      color: #fff;
      font-size: 21px;
      font-weight: 600 !important;
      text-transform: none; }
    .widget-ship .inner .content .text ul {
      list-style: none;
      margin: 0;
      color: #d9f2fe;
      font-size: 15px; }
    .widget-ship .inner .content .text ul li {
      position: relative;
      padding-left: 25px; }
    .widget-ship .inner .content .text ul li:before {
      position: absolute;
      left: 0;
      font-family: "Ionicons";
      content: "\f120"; }
    .widget-ship .inner .content .text .more-info {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      padding-left: 35px;
      height: 50px;
      line-height: 50px;
      background-color: #1679a8;
      transition: all 0.3s;
      font-weight: 600; }
    .widget-ship .inner .content .text .more-info .arrow-forward:after {
      color: #000; }
    .widget-ship .inner .content:hover {
      text-decoration: none; }
    .widget-ship .inner .content:hover .text {
      bottom: 0;
      margin-top: 0; }
    .widget-ship .inner .content:hover .text .more-info {
      height: 50px; }

.page-home {
  margin-bottom: 90px; }
  .page-home .home-fleet h2 {
    margin-bottom: 10px;
    font-size: 21px; }
  .page-home .home-content h1, .page-home .home-content h2, .page-home .home-content h3, .page-home .home-content h4, .page-home .home-content h5, .page-home .home-content h6 {
    font-family: "nudista-web", sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 19px;
    margin-bottom: 30px;
    text-transform: uppercase; }
  .page-home .home-content .home-services {
    margin-bottom: 60px; }
    .page-home .home-content .home-services ul {
      list-style: none;
      padding: 0;
      margin: 0; }
    .page-home .home-content .home-services ul li a {
      position: relative;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 15px;
      font-family: "nudista-web", sans-serif !important;
      font-style: normal !important;
      font-weight: 600 !important;
      color: #1b84b5;
      display: block;
      width: 100%;
      max-width: 420px;
      line-height: 45px;
      background-color: #fff;
      margin: 3px 0;
      padding: 0 20px;
      transition: all 0.3s; }
    .page-home .home-content .home-services ul li a:after {
      position: absolute;
      right: 20px;
      font-size: 20px;
      transition: all 0.3s;
      font-family: "Ionicons";
      content: "\f30f";
      color: transparent; }
    .page-home .home-content .home-services ul li a:hover {
      color: #1a171b; }
      .page-home .home-content .home-services ul li a:hover:after {
        color: #1a171b; }
  .page-home .home-content .home-history {
    position: relative;
    text-align: center; }
    .page-home .home-content .home-history .img {
      height: 250px;
      width: 100%;
      max-width: 333px;
      margin-right: auto;
      margin-left: auto;
      transform: rotate(-3deg);
      background-size: cover;
      background-repeat: no-repeat;
      z-index: 0; }
    .page-home .home-content .home-history .caption {
      display: inline-block;
      bottom: 70px;
      margin-bottom: -70px;
      line-height: 35px;
      position: relative;
      background-color: #1a171b;
      color: #fff;
      font-weight: 600;
      font-size: 14px; }
    .page-home .home-content .home-history .caption .year {
      display: inline-block;
      padding: 0 15px;
      background-color: #514f52;
      float: left; }
    .page-home .home-content .home-history .caption .title {
      padding: 0 15px; }
    .page-home .home-content .home-history .arrow-forward {
      color: #1b84b5; }
    .page-home .home-content .home-history .arrow-forward:after {
      color: #000; }
    .page-home .home-content .home-history .arrow-forward:hover {
      color: #000; }
  @media only screen and (min-width: 1024px) {
    .page-home .home-featured {
      min-height: 450px; } }
  @media only screen and (max-width: 1023px) {
    .page-home .home-featured {
      margin-top: 32px;
      margin-bottom: 32px; } }
  .page-home .home-featured .img {
    position: relative;
    left: -40px;
    top: -40px;
    height: 420px;
    margin-right: -80px;
    background-size: cover; }
    @media only screen and (max-width: 1250px) {
    .page-home .home-featured .img {
      left: 0;
      margin-right: -40px; } }
    @media only screen and (max-width: 1023px) {
    .page-home .home-featured .img {
      left: 0;
      top: 0;
      width: 100%; } }
  .page-home .home-featured .text {
    position: relative;
    top: 0;
    left: -40px;
    margin-right: -80px;
    background-color: #1b84b5; }
    @media only screen and (max-width: 1250px) {
    .page-home .home-featured .text {
      margin-right: -40px; } }
    @media only screen and (max-width: 1023px) {
    .page-home .home-featured .text {
      left: 0;
      top: 0;
      width: 100%;
      height: auto; } }
    .page-home .home-featured .text h2 {
      color: #fff;
      text-transform: uppercase;
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 30px; }
    .page-home .home-featured .text p {
      color: #d9f2fe;
      font-size: 14px; }
    .page-home .home-featured .text .arrow-forward {
      color: #fff; }
    .page-home .home-featured .text .arrow-forward:after {
      color: #000; }
    .page-home .home-featured .text .arrow-forward:hover {
      color: #000; }
  .page-home .home-slider {
    padding-top: 65px; }
  .page-home .home-slider .overlay {
    height: 100%;
    background: rgba(14, 66, 98, 0.2);
    background: -moz-linear-gradient(left, rgba(14, 66, 98, 0.2) 0%, rgba(245, 247, 248, 0) 92%, rgba(255, 255, 255, 0) 96%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(14, 66, 98, 0.2)), color-stop(92%, rgba(245, 247, 248, 0)), color-stop(96%, rgba(255, 255, 255, 0)), color-stop(99%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.45)));
    background: -webkit-linear-gradient(left, rgba(14, 66, 98, 0.2) 0%, rgba(245, 247, 248, 0) 92%, rgba(255, 255, 255, 0) 96%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(14, 66, 98, 0.2) 0%, rgba(245, 247, 248, 0) 92%, rgba(255, 255, 255, 0) 96%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(14, 66, 98, 0.2) 0%, rgba(245, 247, 248, 0) 92%, rgba(255, 255, 255, 0) 96%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(14, 66, 98, 0.2) 0%, rgba(245, 247, 248, 0) 92%, rgba(255, 255, 255, 0) 96%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e4262', endColorstr='#ffffff', GradientType=1); }
  .page-home .home-slick .slide {
    background-size: cover;
    background-position: center center;
    height: 585px;
    width: 100%; }
  .page-home .home-slick .inner {
    padding-top: 250px; }
    .page-home .home-slick .inner h1, .page-home .home-slick .inner h2, .page-home .home-slick .inner h3, .page-home .home-slick .inner h4, .page-home .home-slick .inner h5 {
      text-transform: uppercase;
      font-weight: 900;
      font-size: 32px;
      color: #fff;
      margin-bottom: 20px; }
    .page-home .home-slick .inner .btn-white:after {
      color: #1b84b5; }
  .page-home .home-slick .slick-dots {
    position: static;
    width: 74rem;
    margin-right: auto;
    margin-left: auto;
    margin-top: -40px;
    text-align: left; }
    .page-home .home-slick .slick-dots li button:before {
      color: #1b84b5;
      font-size: 12px;
      opacity: 1; }
    .page-home .home-slick .slick-dots li.slick-active button:before {
      color: #fff;
      font-size: 12px;
      opacity: 1; }

.single-ship .marine-traffic iframe {
  width: 100%;
  height: 360px; }

.ship-cta {
  padding-bottom: 32px; }
  .ship-cta .btn, .ship-cta .menu-button, .ship-cta .section-nav-menu .page-item, .section-nav-menu .ship-cta .page-item, .ship-cta .default-header .menu-item, .default-header .ship-cta .menu-item, .ship-cta .default-header .menu-item .sub-menu .menu-item, .default-header .menu-item .sub-menu .ship-cta .menu-item, .ship-cta .default-header .mobile-menu .main-menu-container .main-menu .menu-item, .default-header .mobile-menu .main-menu-container .main-menu .ship-cta .menu-item, .ship-cta .default-header .mobile-menu .main-menu-container .main-menu .menu-item .sub-menu-wrap .sub-menu .menu-item, .default-header .mobile-menu .main-menu-container .main-menu .menu-item .sub-menu-wrap .sub-menu .ship-cta .menu-item, .ship-cta .btn-white, .ship-cta .btn-blue {
    margin-right: 20px; }
  .ship-cta .contact, .ship-cta .contact-address, .ship-cta .contact-mail, .ship-cta .contact-phone {
    display: inline-block;
    margin-left: 20px;
    color: #1b84b5;
    transition: all 0.3s; }
  .ship-cta .contact:hover, .ship-cta .contact-address:hover, .ship-cta .contact-mail:hover, .ship-cta .contact-phone:hover {
    color: #000; }

.ship-carousel {
  padding: 50px 0; }
  .ship-carousel .carousel-nav {
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.3);
    height: auto !important; }
  @media only screen and (min-width: 640px) {
    .ship-carousel .carousel-nav {
      position: absolute;
      top: 54px;
      right: -54px; } }
  .ship-carousel .carousel-nav .control {
    height: 54px;
    line-height: 54px;
    background-color: #1b84b5;
    color: #b5e7ff;
    cursor: pointer;
    font-family: "nudista-web", sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    border: solid #1e92c8 !important;
    border-width: 0 0 1px 0 !important;
    position: relative;
    font-size: 18px; }
    .ship-carousel .carousel-nav .control .control-button {
      display: block;
      padding-left: 30px; }
    .ship-carousel .carousel-nav .control .control-button:after {
      display: inline-block;
      position: absolute;
      right: 32px;
      font-family: "Ionicons";
      content: "\f30f";
      color: transparent;
      transition: all 0.3s; }
    .ship-carousel .carousel-nav .control:last-child {
      border: 0 !important; }
    .ship-carousel .carousel-nav .control.slick-current {
      color: #fff; }
    .ship-carousel .carousel-nav .control:hover {
      color: #fff; }
    .ship-carousel .carousel-nav .control:hover .control-button:after {
      color: black; }
  .ship-carousel .slide {
    height: 420px;
    width: 100%;
    height: 420px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    display: block; }
  .ship-carousel .slide .show-all {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    font-weight: 600;
    padding: 30px;
    text-transform: uppercase;
    transition: all 0.3s; }
    .ship-carousel .slide .show-all i {
      transition-property: none; }
    .ship-carousel .slide .show-all:hover {
      text-decoration: none;
      color: #1b84b5; }
    .ship-carousel .slide .show-all:hover i {
      transition-property: none;
      color: #fff; }
  .ship-carousel .slide .overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 210px;
    background: rgba(9, 45, 62, 0);
    background: -moz-linear-gradient(top, rgba(9, 45, 62, 0) 0%, rgba(233, 235, 236, 0) 50%, rgba(246, 246, 246, 0.06) 53%, rgba(9, 45, 62, 0.8) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(9, 45, 62, 0)), color-stop(50%, rgba(233, 235, 236, 0)), color-stop(53%, rgba(246, 246, 246, 0.06)), color-stop(100%, #092d3e));
    background: -webkit-linear-gradient(top, rgba(9, 45, 62, 0) 0%, rgba(233, 235, 236, 0) 50%, rgba(246, 246, 246, 0.06) 53%, rgba(9, 45, 62, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(9, 45, 62, 0) 0%, rgba(233, 235, 236, 0) 50%, rgba(246, 246, 246, 0.06) 53%, rgba(9, 45, 62, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(9, 45, 62, 0) 0%, rgba(233, 235, 236, 0) 50%, rgba(246, 246, 246, 0.06) 53%, rgba(9, 45, 62, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(9, 45, 62, 0) 0%, rgba(233, 235, 236, 0) 50%, rgba(246, 246, 246, 0.06) 53%, rgba(9, 45, 62, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#092d3e', endColorstr='#092d3e', GradientType=0); }

.marine-traffic {
  margin-bottom: 65px; }

.page-contact .page-content .contact-info {
  font-size: 18px; }
  .page-contact .page-content .contact-info .contact-phone {
    margin-bottom: 10px; }
  .page-contact .page-content .contact-info .contact-mail {
    margin-bottom: 30px; }
  .page-contact .page-content .contact-info .contact-address {
    margin-bottom: 30px; }
  .page-contact .page-content .contact-info .contact-phone, .page-contact .page-content .contact-info .contact-mail, .page-contact .page-content .contact-info .contact-address {
    color: #1b84b5;
    padding-left: 25px; }
  .page-contact .page-content .contact-info .contact-phone:hover, .page-contact .page-content .contact-info .contact-mail:hover, .page-contact .page-content .contact-info .contact-address:hover {
    color: #000; }
  .page-contact .page-content .contact-info .contact-phone:before, .page-contact .page-content .contact-info .contact-mail:before, .page-contact .page-content .contact-info .contact-address:before {
    top: 1px;
    font-size: 16px;
    color: #000; }
  .page-contact .page-content .contact-info .kvk-vat {
    color: #85898c;
    font-size: 13px; }
  .page-contact .page-content .contact-info .kvk-vat span {
    display: inline-block;
    width: 50px;
    color: #000; }
  .page-contact .page-content .contact-form {
    padding: 40px; }
  .page-contact .section-google-map {
    padding-top: 60px; }
  .page-contact .section-google-map .contact-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 300px;
    position: relative; }
  @media only screen and (min-width: 1024px) {
      .page-contact .section-google-map .contact-image {
        right: -31px;
        margin-left: -31px; } }
  .page-contact .section-google-map .contact-image .arrow-forward {
    position: absolute;
    right: 32px;
    bottom: 20px;
    color: #fff; }
  .page-contact .section-google-map .contact-image .arrow-forward:after {
    color: #000; }
  .page-contact .section-google-map .contact-image .arrow-forward:hover {
    color: #000; }
  .page-contact .section-google-map .contact-image .arrow-forward:hover:after {
    color: #000; }
  .page-contact .section-google-map .google-map {
    height: 300px; }

.page-history .history-container {
  padding-top: 100px; }
  .page-history .history-container .logo-small {
    height: 45px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    z-index: 1; }
  .page-history .history-container .history-row {
    padding: 50px 0; }
  .page-history .history-container .img {
    width: 100%;
    height: 235px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.3); }
  @media only screen and (min-width: 640px) {
      .page-history .history-container .img {
        width: 325px;
        position: absolute;
        top: 15px; }
        .page-history .history-container .img.right {
          left: -25px;
          z-index: 1; }
        .page-history .history-container .img.left {
          right: -25px;
          z-index: 1; } }
  .page-history .history-container .text {
    min-height: 265px;
    padding: 50px;
    background-color: #f1f4f6; }
  .page-history .history-container .text .year-label {
    background-color: #514f52;
    width: 60px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    position: absolute;
    top: -18px; }
  .page-history .history-container .text .year-label.right {
    left: 155px; }
  .page-history .history-container .text .year-label.left {
    right: 155px; }
  .page-history .history-container .text .line {
    position: absolute;
    top: -100px;
    height: 83px;
    width: 1px;
    border-left: 2px solid #f1f4f6; }
  .page-history .history-container .text .line.left {
    right: 183px; }
  .page-history .history-container .text .line.right {
    left: 185px; }

.jobs-list {
  background-color: #f1f4f6;
  /**
 * Single job
 */ }
  @media only screen and (max-width: 1023px) {
  .jobs-list {
    margin-bottom: 32px; } }
  .jobs-list ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .jobs-list ul li {
    background-color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "nudista-web", sans-serif !important;
    font-style: normal !important;
    font-weight: 600 !important;
    margin-bottom: 2px;
    padding: 15px 25px;
    color: #85898c; }
  .jobs-list ul li:before {
    display: none !important; }
  .jobs-list ul li .not-available {
    display: block;
    position: relative; }
  .jobs-list ul li .not-available:after {
    position: absolute;
    right: 0;
    bottom: -5px;
    content: "PLACED";
    background-color: #c00418;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 15px;
    color: #fff; }
  @media only screen and (max-width: 40em) {
          .jobs-list ul li .not-available:after {
            display: none; } }
  .jobs-list ul li .job-date {
    margin-right: 25px; }
  .jobs-list ul li a {
    position: relative;
    display: block;
    color: #1b84b5;
    transition: all 0.3s; }
  .jobs-list ul li a:after {
    position: absolute;
    right: 0;
    font-family: "Ionicons";
    content: "\f30f";
    transition: all 0.3s;
    color: transparent; }
  .jobs-list ul li a:hover {
    color: #000;
    text-decoration: none; }
  .jobs-list ul li a:hover:after {
    color: #000; }
  .jobs-list ul li a .job-date {
    color: #000; }

.page-job .arrow-backward {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 16px;
  color: #1b84b5; }
  .page-job .arrow-backward:hover {
    color: #000; }
  .page-job .arrow-backward:before {
    color: #000; }

.single-post {
  /**
 * Posts overview
 */ }
  .single-post .date {
    position: absolute;
    top: -70px;
    left: 15px;
    width: 125px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    background-color: #1b84b5;
    color: #fff;
    font-size: 13px;
    text-align: center; }
  .single-post .arrow-backward {
    color: #1b84b5; }
  .single-post .arrow-backward:before {
    color: #000; }
  .single-post .arrow-backward:hover {
    color: #000; }

.post-item .img {
  width: 100%;
  height: 260px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }
  .post-item .img .date {
    position: absolute;
    top: 33px;
    left: -10px;
    width: 125px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    background-color: #1b84b5;
    color: #fff;
    font-size: 15px;
    text-align: center; }
  .post-item .data {
    padding: 35px 40px 50px 40px;
    border: 1px solid #dadada;
    transition: all 0.3s;
    border-top: 0;
    position: relative; }
  .post-item .data p {
    font-size: 15px; }
  .post-item .data h2 {
    text-transform: none !important;
    color: #1b84b5 !important;
    font-family: "nudista-web", sans-serif !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 18px; }
  .post-item .data .arrow, .post-item .data .arrow-forward, .post-item .data .arrow-backward {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    width: 40px;
    transition: all 0.3s;
    color: #1b84b5;
    font-weight: 600;
    font-size: 16px;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid #dadada;
    border-right: 0;
    border-bottom: 0;
    background-color: #fff; }
  .post-item .data .arrow .inner, .post-item .data .arrow-forward .inner, .post-item .data .arrow-backward .inner {
    float: right; }
  .post-item .data .arrow .inner i, .post-item .data .arrow-forward .inner i, .post-item .data .arrow-backward .inner i {
    margin: 0 15px;
    color: #000;
    font-size: 16px; }
  .post-item:hover {
    text-decoration: none; }
  .post-item:hover .data {
    background-color: #f1f4f6; }
  .post-item:hover .data .arrow, .post-item:hover .data .arrow-forward, .post-item:hover .data .arrow-backward {
    width: 150px; }

.faceted-search-footer {
  text-align: center; }
  .faceted-search-footer nav ol {
    padding-top: 40px; }
  .faceted-search-footer nav ol li {
    display: inline-block;
    margin: 0 5px; }
  .faceted-search-footer nav ol li a {
    color: #1b84b5;
    transition: all 0.3s; }
  .faceted-search-footer nav ol li a:hover {
    color: #fff;
    background-color: #1b84b5;
    text-decoration: none; }
  .faceted-search-footer nav ol li a, .faceted-search-footer nav ol li span {
    display: block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    border: 1px solid #dadada;
    font-family: "nudista-web", sans-serif !important;
    font-style: normal !important;
    font-weight: 600 !important; }
  .faceted-search-footer nav ol li a span, .faceted-search-footer nav ol li span span {
    border: 0; }
  .faceted-search-footer nav ol li a.next, .faceted-search-footer nav ol li span.next, .faceted-search-footer nav ol li a.prev, .faceted-search-footer nav ol li span.prev {
    color: #000; }
  .faceted-search-footer nav ol li a.next:hover, .faceted-search-footer nav ol li span.next:hover, .faceted-search-footer nav ol li a.prev:hover, .faceted-search-footer nav ol li span.prev:hover {
    color: #fff;
    background-color: #1b84b5;
    text-decoration: none; }

.footer {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #1a171b; }
  @media only screen and (max-width: 1023px) {
  .footer {
    background-size: 0; } }
  .footer .footer-top {
    text-align: left;
    padding: 30px 0;
    background-color: #252226;
    color: #fff; }
  .footer .footer-top a {
    margin: 10px 0;
    display: inline-block;
    color: #fff; }
  .footer .footer-top a:before {
    color: #c00418; }
  .footer .footer-top a:after {
    color: #c00418; }
  .footer .footer-top a:hover {
    text-decoration: none;
    color: #c00418; }
  @media only screen and (max-width: 1023px) {
      .footer .footer-top .arrow-forward {
        margin-left: 22px; } }
  .footer .footer-top .phone-container {
    display: inline-block;
    margin-right: 50px; }
  .footer .footer-top .contact-address {
    margin-right: 50px; }
  .footer .footer-top .contact-phone:before {
    color: #c00418; }
  .footer .footer-widgets {
    padding: 60px 0; }
  .footer .footer-widgets .widget-contentblock {
    color: #fff; }
  .footer .footer-widgets .widget-contentblock h1, .footer .footer-widgets .widget-contentblock h2, .footer .footer-widgets .widget-contentblock h3, .footer .footer-widgets .widget-contentblock h4, .footer .footer-widgets .widget-contentblock h5, .footer .footer-widgets .widget-contentblock h6 {
    font-size: 16px;
    font-family: "nudista-web", sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    margin-bottom: 35px;
    color: #fff;
    text-transform: none; }
  .footer .footer-widgets .widget-contentblock p {
    font-size: 15px;
    color: #85898c; }
  .footer .footer-widgets .widget-contentblock .arrow-forward {
    color: #fff;
    font-size: 16px; }
  .footer .footer-widgets .widget-contentblock .arrow-forward:after {
    color: #1b84b5; }
  .footer .footer-widgets .widget-contentblock .arrow-forward:hover {
    color: #1b84b5; }
  .footer .footer-bottom {
    position: relative;
    border-top: 2px solid #252226;
    padding: 35px 0;
    color: #85898c;
    font-size: 13px; }
  .footer .footer-bottom .section-socials {
    position: absolute;
    top: -30px;
    right: 0;
    left: 0; }
  .footer .footer-bottom .section-socials .social-list {
    list-style: none;
    margin: 0; }
  .footer .footer-bottom .section-socials .social-list .social-item {
    display: inline-block; }
  .footer .footer-bottom .section-socials .social-list .social-item .social {
    display: inline-block;
    color: white;
    font-size: 22px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 6px;
    border: 2px solid #252226;
    border-radius: 5px;
    background-color: #1a171b;
    transition: all 0.3s; }
  .footer .footer-bottom .section-socials .social-list .social-item .social:hover {
    color: #1b84b5;
    border-color: #1b84b5; }
  .footer .footer-bottom .footer-menu li {
    display: inline-block; }
  .footer .footer-bottom .footer-menu li:first-child a:before {
    display: none; }
  .footer .footer-bottom .footer-menu li a {
    display: inline-block;
    position: relative;
    color: #fff;
    padding: 0 10px;
    line-height: 14px;
    font-size: 13px;
    transition: all 0.3s; }
  .footer .footer-bottom .footer-menu li a:hover {
    color: #1b84b5;
    text-decoration: none; }
  .footer .footer-bottom .footer-menu li a:before {
    position: absolute;
    left: 0;
    content: "|";
    color: #85898c; }
  .footer .footer-bottom .copyright {
    margin-right: 10px; }
  .footer .footer-bottom .webwijs {
    margin-left: 10px; }
  .footer .footer-bottom .webwijs a {
    margin-left: 10px;
    color: #fff;
    transition: all 0.3s; }
  .footer .footer-bottom .webwijs a:hover {
    color: #1b84b5;
    text-decoration: none; }

@media only screen and (min-width: 1024px) {
    .large-nopad {
      padding: 0 !important; } }

.bg-history {
  background-image: url(../img/bg-history.png);
  background-position: right; }

.divider {
  background-image: url(../img/divider.svg);
  height: 4px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }

.margin-top-30 {
  margin-top: 30px; }

.search-item {
  margin-bottom: 32px; }

.fleet {
  padding-top: 30px; }

.relative {
  position: relative !important; }

.full {
  height: 100%;
  width: 100%; }

.colored-background {
  background-color: #f1f4f6; }

.section-padding {
  padding: 50px 0; }

.noscroll {
  position: fixed; }

html {
  background-color: #dbdfe0; }

body {
  height: auto !important;
  background-image: url(../img/bg-repeat.jpg) !important;
  background-position: top left !important;
  background-repeat: repeat !important;
  font-family: "tondo", sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important; }
  body .body-container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto !important;
    background-color: #fff;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.3);
    overflow: hidden; }
  body .body-container h2 {
    font-size: 20px;
    font-weight: 600; }

.aligner {
  display: flex;
  align-items: center;
  justify-content: center; }

.padbox {
  padding: 30px;
  position: relative; }

@media only screen and (max-width: 64em) {
    .border {
      border-top: 1px solid #d5d9dc; } }
  @media only screen and (min-width: 64em) {
  .border {
    border-left: 1px solid #d5d9dc; } }

.section-usps {
  padding: 65px 0 37px 0; }

.usp .text .icon {
  width: 28px;
  height: 30px;
  background-image: url(../img/icon-usp.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }
  .usp .text h3 {
    font-size: 18px;
    color: #000;
    font-family: "nudista-web", sans-serif !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-weight: 300 !important;
    text-transform: none;
    margin-top: 0; }
  .usp .text p {
    color: #85898c; }
