@charset "UTF-8";
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
These "retina group" variables are mappings for the naming and pairing of normal and retina sprites.

The list formatted variables are intended for mixins like `retina-sprite` and `retina-sprites`.
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `retina-sprite` mixin sets up rules and a media query for a sprite/retina sprite.
  It should be used with a "retina group" variable.

The media query is from CSS Tricks: https://css-tricks.com/snippets/css/retina-display-media-query/

$icon-home-group: ('icon-home', $icon-home, $icon-home-2x, );

.icon-home {
  @include retina-sprite($icon-home-group);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
/*
The `retina-sprites` mixin generates a CSS rule and media query for retina groups
  This yields the same output as CSS retina template but can be overridden in SCSS

@include retina-sprites($retina-groups);
*/
/*  SETTINGS
	------------------------------------------ */
/* Globals & Variable setup
========================================================================== */
/* Umbraco editor overrides */
/*  FOUNDATION
	------------------------------------------ */
meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
  width: 90.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

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: #FFFFFF;
  color: #222222;
  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 embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

.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 + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right; }

.column + .column.end,
.columns + .column.end, .column +
.columns.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.3333333333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    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.3333333333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    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.3333333333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    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.3333333333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .small-1 {
    width: 8.3333333333%; }
  .small-2 {
    width: 16.6666666667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.3333333333%; }
  .small-5 {
    width: 41.6666666667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.3333333333%; }
  .small-8 {
    width: 66.6666666667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.3333333333%; }
  .small-11 {
    width: 91.6666666667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0 !important; }
  .small-offset-1 {
    margin-left: 8.3333333333% !important; }
  .small-offset-2 {
    margin-left: 16.6666666667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.3333333333% !important; }
  .small-offset-5 {
    margin-left: 41.6666666667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.3333333333% !important; }
  .small-offset-8 {
    margin-left: 66.6666666667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.3333333333% !important; }
  .small-offset-11 {
    margin-left: 91.6666666667% !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.063em) {
  .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.3333333333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    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.3333333333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    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.3333333333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    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.3333333333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .medium-1 {
    width: 8.3333333333%; }
  .medium-2 {
    width: 16.6666666667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.3333333333%; }
  .medium-5 {
    width: 41.6666666667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.3333333333%; }
  .medium-8 {
    width: 66.6666666667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.3333333333%; }
  .medium-11 {
    width: 91.6666666667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0 !important; }
  .medium-offset-1 {
    margin-left: 8.3333333333% !important; }
  .medium-offset-2 {
    margin-left: 16.6666666667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.3333333333% !important; }
  .medium-offset-5 {
    margin-left: 41.6666666667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.3333333333% !important; }
  .medium-offset-8 {
    margin-left: 66.6666666667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.3333333333% !important; }
  .medium-offset-11 {
    margin-left: 91.6666666667% !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.3333333333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; } }

@media only screen and (min-width: 64.063em) {
  .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.3333333333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    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.3333333333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    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.3333333333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    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.3333333333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .large-1 {
    width: 8.3333333333%; }
  .large-2 {
    width: 16.6666666667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.3333333333%; }
  .large-5 {
    width: 41.6666666667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.3333333333%; }
  .large-8 {
    width: 66.6666666667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.3333333333%; }
  .large-11 {
    width: 91.6666666667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0 !important; }
  .large-offset-1 {
    margin-left: 8.3333333333% !important; }
  .large-offset-2 {
    margin-left: 16.6666666667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.3333333333% !important; }
  .large-offset-5 {
    margin-left: 41.6666666667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.3333333333% !important; }
  .large-offset-8 {
    margin-left: 66.6666666667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.3333333333% !important; }
  .large-offset-11 {
    margin-left: 91.6666666667% !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.3333333333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; } }

.accordion {
  margin-bottom: 0;
  margin-left: 0; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }
  .accordion .accordion-navigation, .accordion dd {
    display: block;
    margin-bottom: 0 !important; }
    .accordion .accordion-navigation.active > a, .accordion dd.active > a {
      background: #e8e8e8;
      color: #222222; }
    .accordion .accordion-navigation > a, .accordion dd > a {
      background: #EFEFEF;
      color: #222222;
      display: block;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 1rem;
      padding: 1rem; }
      .accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
        background: #e3e3e3; }
    .accordion .accordion-navigation > .content, .accordion dd > .content {
      display: none;
      padding: 0.9375rem; }
      .accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
        background: #FFFFFF;
        display: block; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

.reveal-modal-bg {
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }

.reveal-modal {
  border-radius: 3px;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.875rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 40em) {
    .reveal-modal {
      min-height: 100vh; } }
  .reveal-modal .column, .reveal-modal .columns {
    min-width: 0; }
  .reveal-modal > :first-child {
    margin-top: 0; }
  .reveal-modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal {
      left: 0;
      margin: 0 auto;
      max-width: 75rem;
      right: 0;
      width: 80%; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal {
      top: 6.25rem; } }
  .reveal-modal.radius {
    box-shadow: none;
    border-radius: 3px; }
  .reveal-modal.round {
    box-shadow: none;
    border-radius: 1000px; }
  .reveal-modal.collapse {
    padding: 0;
    box-shadow: none; }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.tiny {
      left: 0;
      margin: 0 auto;
      max-width: 75rem;
      right: 0;
      width: 30%; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.small {
      left: 0;
      margin: 0 auto;
      max-width: 75rem;
      right: 0;
      width: 40%; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.medium {
      left: 0;
      margin: 0 auto;
      max-width: 75rem;
      right: 0;
      width: 60%; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.large {
      left: 0;
      margin: 0 auto;
      max-width: 75rem;
      right: 0;
      width: 70%; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.xlarge {
      left: 0;
      margin: 0 auto;
      max-width: 75rem;
      right: 0;
      width: 95%; } }
  .reveal-modal.full {
    height: 100vh;
    height: 100%;
    left: 0;
    margin-left: 0 !important;
    max-width: none !important;
    min-height: 100vh;
    top: 0; }
    @media only screen and (min-width: 40.063em) {
      .reveal-modal.full {
        left: 0;
        margin: 0 auto;
        max-width: 75rem;
        right: 0;
        width: 100%; } }
  .reveal-modal.toback {
    z-index: 1003; }
  .reveal-modal .close-reveal-modal {
    color: #AAAAAA;
    cursor: pointer;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 0.625rem;
    right: 1.375rem; }

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd,
  .tabs .tab-title {
    float: left;
    list-style: none;
    margin-bottom: 0 !important;
    position: relative; }
    .tabs dd > a,
    .tabs .tab-title > a {
      display: block;
      background-color: #EFEFEF;
      color: #222222;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 1rem;
      padding: 1rem 2rem; }
      .tabs dd > a:hover,
      .tabs .tab-title > a:hover {
        background-color: #e1e1e1; }
    .tabs dd.active > a,
    .tabs .tab-title.active > a {
      background-color: #FFFFFF;
      color: #222222; }
  .tabs.radius dd:first-child a,
  .tabs.radius .tab:first-child a {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .tabs.radius dd:last-child a,
  .tabs.radius .tab:last-child a {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .tabs.vertical dd,
  .tabs.vertical .tab-title {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%; }
  .tabs-content:before, .tabs-content:after {
    content: " ";
    display: table; }
  .tabs-content:after {
    clear: both; }
  .tabs-content > .content {
    display: none;
    float: left;
    padding: 0.9375rem 0;
    width: 100%; }
    .tabs-content > .content.active {
      display: block;
      float: none; }
    .tabs-content > .content.contained {
      padding: 0.9375rem; }
  .tabs-content.vertical {
    display: block; }
    .tabs-content.vertical > .content {
      padding: 0 0.9375rem; }

@media only screen and (min-width: 40.063em) {
  .tabs.vertical {
    float: left;
    margin: 0;
    margin-bottom: 1.25rem !important;
    max-width: 20%;
    width: 20%; }
  .tabs-content.vertical {
    float: left;
    margin-left: -1px;
    max-width: 80%;
    padding-left: 1rem;
    width: 80%; } }

.no-js .tabs-content > .content {
  display: block;
  float: none; }

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #CCCCCC;
  color: #231f20;
  cursor: help;
  font-weight: bold; }
  .has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #003f54;
    color: #008CBA; }
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

.tooltip {
  background: #fff;
  color: #231f20;
  display: none;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.5;
  max-width: 300px;
  padding: 1.25rem;
  position: absolute;
  width: 100%;
  z-index: 1006;
  font-family: "minion-pro", serif;
  -webkit-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.15);
  left: 50%; }
  .tooltip > .nub {
    border: solid 10px;
    border-color: transparent transparent #fff transparent;
    display: block;
    height: 0;
    pointer-events: none;
    position: absolute;
    top: -20px;
    width: 0;
    left: 10px; }
    .tooltip > .nub.rtl {
      left: auto;
      right: 10px; }
  .tooltip.radius {
    border-radius: 3px; }
  .tooltip.round {
    border-radius: 1000px; }
    .tooltip.round > .nub {
      left: 2rem; }
  .tooltip.opened {
    border-bottom: dotted 1px #003f54 !important;
    color: #008CBA !important; }

.tap-to-close {
  color: #777777;
  display: block;
  font-size: 0.625rem;
  font-weight: normal; }

@media only screen {
  .tooltip > .nub {
    border-color: transparent transparent #fff transparent;
    top: -20px; }
  .tooltip.tip-top > .nub {
    border-color: #fff transparent transparent transparent;
    bottom: -20px;
    top: auto; }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important; }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #fff;
    left: auto;
    margin-top: -10px;
    right: -20px;
    top: 50%; }
  .tooltip.tip-right > .nub {
    border-color: transparent #fff transparent transparent;
    left: -20px;
    margin-top: -10px;
    right: auto;
    top: 50%; } }

/* small displays */
@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-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    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-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    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-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    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-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    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-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    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-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    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-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    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-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    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-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* medium displays */
@media only screen and (min-width: 40.063em) {
  .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-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    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-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    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-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    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-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    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-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    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-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    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-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    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-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    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-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* large displays */
@media only screen and (min-width: 64.063em) {
  .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-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    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-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    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-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    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-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    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-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    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-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    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-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    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-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    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-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xlarge displays */
@media only screen and (min-width: 90.063em) {
  .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, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    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, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    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, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    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, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    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.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    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.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    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.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    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.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    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.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
  .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, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    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, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    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, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    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, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    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.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    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.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    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.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    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.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    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.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* Orientation targeting */
.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, td.show-for-portrait,
th.hide-for-landscape,
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, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }

@media only screen and (orientation: portrait) {
  .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, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }

/* Touch-enabled device targeting */
.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; }
  .show-on-focus:focus, .show-on-focus:active {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

/* Print visibility */
.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; } }

/*  2 - HELPERS
	------------------------------------------ */
/*=====================================================
  Function name
======================================================*/
/*=====================================================
  Visability Classes
======================================================*/
.hidden {
  display: none !important;
  visibility: hidden; }

.shown {
  display: block;
  visibility: visible; }

.invisible {
  visibility: hidden; }

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.visuallyshown {
  clip: auto;
  clip: rect(auto auto auto auto);
  position: static;
  overflow: visible;
  margin: 0;
  width: auto;
  height: auto; }

.inline-block {
  display: inline-block !important; }

.full {
  width: 100% !important;
  max-width: 100% !important; }

.h-100 {
  height: 100%; }

.table {
  display: table; }

.table-cell {
  display: table-cell; }

.vertical-align {
  vertical-align: middle; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

@media only screen and (max-width: 40em) {
  .height_auto_small {
    height: auto !important; } }

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .height_auto_medium {
    height: auto !important; } }

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .height_auto_large {
    height: auto !important; } }

.text-center {
  text-align: center; }

.ease {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }

.ease-300, .tabs .tab-title {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

.bg-white {
  background: #fff; }

.text-right {
  text-align: right; }

.image-bg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center; }

.black-border {
  border: 2px solid #000; }

.shadow {
  -webkit-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.15); }

.bottom-margin {
  margin-bottom: 1.875rem; }
  .bottom-margin__medium-up {
    margin-bottom: 0; }
    @media only screen and (min-width: 40.063em) {
      .bottom-margin__medium-up {
        margin-bottom: 1.875rem; } }

.pseudo-visible {
  display: block !important; }

.overlay-grey:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.6;
  filter: alpha(opacity=60); }

.truck-icon {
  background-image: url(/images/main/sprites.png);
  background-position: 0px 0px;
  width: 54px;
  height: 37px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .truck-icon {
      background-image: url(/images/main/sprites-2x.png);
      background-size: 125px 98px; } }

.no-margin-top {
  margin-top: 0 !important; }

/*  3 - VENDOR
	------------------------------------------ */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-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); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .select2-container {
      width: 200px !important; } }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #eaedef;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #eaedef; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 5px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #eaedef;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #eaedef;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #eaedef; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #eaedef;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #eaedef;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #eaedef;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #eaedef;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #eaedef;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #eaedef;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.videolightbox {
  color: #fff; }
  .videolightbox a {
    color: #fff; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .pika-single.is-hidden {
    display: none; }
  .pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5); }

.pika-single {
  *zoom: 1; }
  .pika-single:before, .pika-single:after {
    content: " ";
    display: table; }
  .pika-single:after {
    clear: both; }

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px; }

.pika-title {
  position: relative;
  text-align: center; }
  .pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  background-color: #fff; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0; }
  .pika-prev:hover,
  .pika-next:hover {
    opacity: 1; }
  .pika-prev.is-disabled,
  .pika-next.is-disabled {
    cursor: default;
    opacity: .2; }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0; }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }
  .pika-table th,
  .pika-table td {
    width: 14.285714285714286%;
    padding: 0; }
  .pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center; }
  .pika-table abbr {
    border-bottom: none;
    cursor: help; }

.pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5; }
  .is-today .pika-button {
    color: #e32a24;
    font-weight: bold; }
  .is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #e32a24;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px; }
  .is-disabled .pika-button,
  .is-outside-current-month .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3; }
  .pika-button:hover {
    color: #fff;
    background: #e32a24;
    box-shadow: none;
    border-radius: 3px; }

.pika-week {
  font-size: 11px;
  color: #999; }

.is-inrange .pika-button {
  background: #D5E9F7; }

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px; }

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px; }

.cc-window {
  opacity: 1;
  transition: opacity 1s ease; }

.cc-window.cc-invisible {
  opacity: 0;
  z-index: 0; }

.cc-animate.cc-revoke {
  transition: transform 1s ease; }

.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em); }

.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em); }

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
  transform: translateY(0); }

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s; }

.cc-link,
.cc-revoke:hover {
  text-decoration: underline; }

.cc-revoke,
.cc-window {
  display: flex;
  display: ms-flex;
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica,Calibri,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999; }

.cc-window.cc-static {
  position: static; }

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column; }

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  background-color: #000;
  -ms-flex-direction: row;
  flex-direction: row; }

.cc-revoke {
  padding: 0.5em; }

.cc-header {
  font-size: 18px;
  font-weight: 700; }

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer; }

.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
  color: #aaa; }

.cc-link:hover {
  opacity: 1; }

.cc-link:active,
.cc-link:visited {
  color: initial; }

.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap; }

.cc-banner .cc-btn:last-child {
  min-width: 140px; }

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent; }

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline; }

.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75; }

.cc-close:focus,
.cc-close:hover {
  opacity: 1; }

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em; }

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em; }

.cc-revoke.cc-left {
  left: 3em;
  right: unset; }

.cc-revoke.cc-right {
  right: 3em;
  left: unset; }

.cc-top {
  top: 1em; }

.cc-left {
  left: 1em; }

.cc-right {
  right: 1em; }

.cc-bottom {
  bottom: 1em; }

.cc-floating > .cc-link {
  margin-bottom: 1em; }

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em; }

.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1;
  flex: 1; }

.cc-window.cc-banner {
  -ms-flex-align: center;
  align-items: center; }

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0; }

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0; }

.cc-banner .cc-message {
  -ms-flex: 1;
  flex: 1;
  color: #ccc; }

.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between; }

.cc-compliance > .cc-btn {
  -ms-flex: 1;
  flex: 1; }

.cc-btn + .cc-btn {
  margin-left: 0.5em; }

@media print {
  .cc-revoke,
  .cc-window {
    display: none; } }

@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal; } }

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0; }
  .cc-window.cc-bottom {
    bottom: 0; }
  .cc-window.cc-banner,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0; }
  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column; }
  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    flex: 1; }
  .cc-window.cc-floating {
    max-width: none; }
  .cc-window .cc-message {
    margin-bottom: 1em; }
  .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset; } }

.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none; }

.cc-theme-classic .cc-btn {
  border-radius: 5px; }

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block; }

.cc-theme-edgeless.cc-window {
  padding: 0; }

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em; }

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%; }

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em; }

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0; }

/*  4 - CORE
	------------------------------------------ */
/* - Base
-------------------------------------------------
    Description: All base elements
    Author: Laurence Earl - Prodo Digital
    Author URL: http://www.prodo.com
*/
/*=====================================================
  Default body and html
======================================================*/
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto; }

body {
  font-family: "myriad-pro", sans-serif; }

a img {
  border: 0; }

.content-main {
  position: relative;
  z-index: 1; }

.content_wrapper {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden; }

#main {
  z-index: 0;
  overflow: hidden;
  min-height: 400px; }
  #main .main-content {
    padding-top: 6.25rem; }
  #main > .row {
    padding: 1.875rem 0; }
  @media only screen and (min-width: 40.063em) {
    #main .banner_slider--content {
      padding-top: 7.5rem; } }

@media only screen and (min-width: 64.063em) {
  #content .rte .fiftySplit__module {
    width: 124%;
    margin-left: -12%; } }

@media only screen and (min-width: 64.063em) {
  #content .rte .form-inner {
    max-width: 700px;
    margin: 0 auto; } }

@media only screen and (max-width: 40em) {
  .rte iframe {
    width: 100%; } }

.align_right {
  float: right; }

#downloadpdfarea img {
  width: 100%; }

/* - Fonts
------------------------------------------------- 
    Description: Font faces!
    Author: Laurence Earl - Prodo Digital
    Author URL: http://www.prodo.com
*/
/*=====================================================
  NAME OF FONT
======================================================*/
@font-face {
  font-family: 'MonoSocial';
  src: url("/styles/assets/fonts/monosocialiconsfont-1.10.eot");
  src: url("/styles/assets/fonts/monosocialiconsfont-1.10.eot?#iefix") format("embedded-opentype"), url("/styles/assets/fonts/monosocialiconsfont-1.10.woff") format("woff"), url("/styles/assets/fonts/monosocialiconsfont-1.10.ttf") format("truetype"), url("/styles/assets/fonts/monosocialiconsfont-1.10.svg#MonoSocialIconsFont") format("svg");
  src: url("/styles/assets/fonts/monosocialiconsfont-1.10.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/*=====================================================
  NAME OF FONT
======================================================*/
@font-face {
  font-family: 'NAME OF FONT';
  src: url("assets/fonts/NAME OF FONT.eot");
  src: url("assets/fonts/NAME OF FONT.eot?#iefix") format("embedded-opentype"), url("assets/fonts/NAME OF FONT.woff") format("woff"), url("assets/fonts/NAME OF FONT.ttf") format("truetype"), url("assets/fonts/NAME OF FONT.svg#wisdom_script_airegular") format("svg");
  font-weight: normal;
  font-style: normal; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  display: block;
  margin: 1.25rem 0 0.625rem;
  clear: both;
  font-family: "myriad-pro", sans-serif;
  line-height: 1.5;
  font-weight: 300; }
  h1.with-arrow, h2.with-arrow, h3.with-arrow, h4.with-arrow, h5.with-arrow, h6.with-arrow,
  .h1.with-arrow, .h2.with-arrow, .h3.with-arrow, .h4.with-arrow, .h5.with-arrow, .h6.with-arrow {
    position: relative;
    padding-right: 1.875rem; }

h1, .h1 {
  font-size: 2.25rem; }

h2, .h2 {
  font-size: 1.875rem; }

h3, .h3 {
  font-size: 1.5rem; }

h4, .h4 {
  font-size: 1.125rem; }

@media only screen and (max-width: 40em) {
  h1, .h1 {
    font-size: 1.75rem; }
  h2, .h2 {
    font-size: 1.5rem; }
  h3, .h3 {
    font-size: 1.25rem; }
  h4, .h4 {
    font-size: 1rem; } }

p {
  line-height: 1.5;
  color: #231f20;
  font-family: "minion-pro", serif;
  font-size: 1.125rem; }

a {
  text-decoration: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  color: red; }
  a:hover, a:active {
    color: #fff; }

/* - Print
------------------------------------------------- 
    Description: Base print defaults - taken from HTML5 Boilerplate - This should be extended with any site specific rules during fe build
    Author: John Walker - Prodo Digital
    Author URL: http://www.prodo.com
*/
@page {
  size: a4; }

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    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) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-height: 24cm !important;
    width: auto !important;
    display: block;
    margin: 0 auto;
    page-break-inside: avoid;
    page-break-before: always; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .site_header .mobile-only {
    display: none !important; }
  #main_site_nav {
    display: none; }
  .hero_property_search, .banner_standardinternal, .service-search {
    display: none !important; }
  #downloadpdf {
    display: none; } }

._reset_ul, .breadcrumb, .inline-breadcrumb ol, .twitter_slider, ._reset_ul > li, .breadcrumb > li, .inline-breadcrumb ol > li, .twitter_slider > li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block; }

._reset_button {
  background: none;
  border: 0;
  margin: 0;
  padding: 0; }

._visuallyhidden, .visuallyhidden, form fieldset legend {
  border: 0;
  clip: rect(0 0 0 0);
  position: absolute;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px; }
  ._visuallyhidden.focusable:active, .focusable.visuallyhidden:active, form fieldset legend.focusable:active, ._visuallyhidden.focusable:focus, .focusable.visuallyhidden:focus, form fieldset legend.focusable:focus {
    clip: auto;
    position: static;
    overflow: visible;
    margin: 0;
    width: auto;
    height: auto; }

/*  Components
	------------------------------------------ */
/* - Header region
-------------------------------------------------
    Description: Header styles
    Author: Laurence Earl - Prodo Digital
    Author URL: http://www.prodo.com
*/
/*=====================================================
  Header Styling
======================================================*/
header {
  padding: 1.25rem 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  background: transparent; }
  @media only screen and (max-width: 40em) {
    header {
      padding: 2.25rem 0;
      padding-bottom: 0;
      width: 100%;
      overflow: hidden; }
      header #primary {
        padding: 0; } }

@media only screen and (min-width: 40.063em) {
  .logo {
    position: relative;
    top: 0.625rem; } }

.light-logo {
  display: none; }

.background--dark .light-logo {
  display: inline-block; }

.background--dark .dark-logo {
  display: none; }

@media only screen and (min-width: 40.063em) {
  .site_header .logo-hide-small {
    display: none !important; } }

#primary {
  text-align: right; }
  #primary ul {
    padding-left: 0;
    display: none; }
    @media only screen and (min-width: 40.063em) {
      #primary ul {
        display: inline-block;
        vertical-align: middle; } }
  #primary li {
    list-style: none;
    float: right;
    margin-left: 0.9375rem; }
    #primary li a {
      font-size: 1rem; }
    @media only screen and (min-width: 64.063em) {
      #primary li {
        margin-left: 1.875rem; } }
  #primary .menu_btn {
    padding: 0 20px;
    background: transparent;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-family: "myriad-pro", sans-serif; }
    #primary .menu_btn .icon {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      height: 3px;
      width: 19px;
      margin-right: 10px;
      top: -2px; }
      #primary .menu_btn .icon:before, #primary .menu_btn .icon:after {
        content: "";
        display: block;
        width: 19px;
        height: 3px;
        position: absolute;
        left: 0; }
      #primary .menu_btn .icon:before {
        top: -6px; }
      #primary .menu_btn .icon:after {
        top: 6px; }

#search-main {
  width: 100%;
  background: #fff;
  padding: 1rem;
  text-align: center; }
  #search-main input {
    font-family: "myriad-pro", sans-serif;
    font-size: 1.125rem;
    font-weight: 100;
    background: #fff;
    padding: 0.9375rem;
    margin: 0 0 20px;
    border: 2px solid;
    text-align: left; }
  #search-main button {
    display: inline-block; }

/* - Footer region
-------------------------------------------------
    Description: Footer styling
    Author: Laurence Earl - Prodo Digital
    Author URL: http://www.prodo.com
*/
/*=====================================================
  Footer
======================================================*/
.site_footer {
  z-index: 10;
  position: relative; }
  @media only screen and (min-width: 64.063em) {
    .site_footer {
      margin-top: 300px; }
      .site_footer--bg-image {
        height: 450px;
        position: absolute;
        width: 100%;
        top: -300px;
        left: 0; }
        .site_footer--bg-image:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          height: 112.5px;
          width: 100%;
          /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
          background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ } }
  .site_footer > .row {
    position: relative;
    background: #fff; }
  .site_footer--logo {
    padding: 40px 0; }
    .site_footer--logo img {
      display: block;
      margin: 0 auto; }
      .site_footer--logo img.footer-members {
        padding: 30px;
        position: absolute;
        top: -70px;
        left: 50%;
        transform: translateX(-50%); }
        .site_footer--logo img.footer-members.light-logo {
          display: block !important; }
        .site_footer--logo img.footer-members.dark-logo {
          display: none !important; }
  .site_footer .light-logo {
    display: none; }
  .site_footer--mainlinks ul, .site_footer--sublinks ul {
    margin: 0;
    padding: 0 0 20px; }
    .site_footer--mainlinks ul li, .site_footer--sublinks ul li {
      list-style: none;
      display: block; }
      .site_footer--mainlinks ul li a, .site_footer--sublinks ul li a {
        display: block;
        padding: 10px 0;
        line-height: 36px; }
    @media only screen and (min-width: 40.063em) {
      .site_footer--mainlinks ul, .site_footer--sublinks ul {
        text-align: center; }
        .site_footer--mainlinks ul li, .site_footer--sublinks ul li {
          display: inline-block;
          margin: 0 10px; } }
  .site_footer--mainlinks a {
    font-size: 1.125rem; }
  .site_footer--sublinks a {
    font-size: 1rem;
    text-align: right; }
    @media only screen and (min-width: 40.063em) {
      .site_footer--sublinks a {
        text-align: center; } }
  .site_footer .backtotop {
    cursor: pointer;
    text-align: center; }
    .site_footer .backtotop button {
      z-index: 11;
      cursor: pointer;
      position: relative;
      display: inline-block;
      padding: 15px 15px 40px;
      background: transparent;
      border: 0; }
      .site_footer .backtotop button:after {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: transparent;
        border-width: 10px;
        margin-left: -10px; }

.social-footer {
  text-align: center;
  margin-bottom: 2.625rem;
  margin-top: -14px; }
  .social-footer--item {
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    font-family: 'MonoSocial';
    -ms-font-feature-settings: "liga" 1;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: #fff;
    font-size: 51px;
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased; }

.footer-icons {
  background-color: #e32a24;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 27px;
  color: #fff !important;
  padding-right: 0;
  margin-left: 20px; }

.scroller,
.scroller-inner {
  position: relative; }

#trigger_close {
  position: absolute;
  top: 50px;
  right: 30px;
  cursor: pointer;
  background-color: white; }
  #trigger_close:before {
    content: "";
    display: block;
    background-image: url(/images/main/sprites.png);
    background-position: -46px -67px;
    width: 19px;
    height: 15px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #trigger_close:before {
        background-image: url(/images/main/sprites-2x.png);
        background-size: 125px 98px; } }

.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden; }

.menu-trigger {
  position: relative;
  padding-left: 60px;
  font-size: 0.9em; }

.menu-trigger:before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 40px;
  height: 6px;
  background: #fff;
  content: ''; }

.mp-pusher {
  position: relative;
  right: 0;
  height: 100%; }

.mp-menu {
  position: absolute;
  /* we can't use fixed here :( */
  top: 0;
  right: 0;
  z-index: 100;
  width: 300px;
  height: 100%;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  background-color: #eaedef; }
  .mp-menu .main_nav_list__toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    text-align: center;
    cursor: pointer; }
    .mp-menu .main_nav_list__toggler .fa {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -6px;
      margin-left: -3px; }
  .mp-menu .logo_container {
    padding: 2rem;
    background-color: #fff; }
  .mp-menu .additional-contact {
    text-align: center;
    padding: 1rem; }
    .mp-menu .additional-contact h2 {
      margin: 0 0 10px; }
      .mp-menu .additional-contact h2 a {
        font-weight: 600; }
    .mp-menu .additional-contact p {
      font-size: 0.875rem;
      font-family: "myriad-pro", sans-serif; }

.mp-level {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

/* overlays for pusher and for level that gets covered */
.mp-pusher::after,
.mp-level::after,
.mp-level::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  content: '';
  opacity: 0; }

.mp-pusher::after,
.mp-level::after {
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  -moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s; }

.mp-level::after {
  z-index: 99; }

.mp-pusher.mp-pushed::after,
.mp-level.mp-level-overlay::after {
  width: 100%;
  height: 100%;
  opacity: .7;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: #535353;
  z-index: 100; }

.mp-pusher.mp-pushed .mp-menu {
  -webkit-box-shadow: -9px 0px 12px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -9px 0px 12px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -9px 0px 12px 0px rgba(0, 0, 0, 0.1); }

.mp-level.mp-level-overlay {
  cursor: pointer; }

.mp-level.mp-level-overlay.mp-level::before {
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 1; }

.mp-pusher,
.mp-level {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

/* overlap */
.mp-overlap .mp-level.mp-level-open {
  -webkit-box-shadow: -9px 0px 12px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -9px 0px 12px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -9px 0px 12px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(40px, 0, 0);
  -moz-transform: translate3d(40px, 0, 0);
  transform: translate3d(40px, 0, 0); }

/* First level */
.mp-menu > .mp-level,
.mp-menu > .mp-level.mp-level-open,
.mp-menu.mp-overlap > .mp-level,
.mp-menu.mp-overlap > .mp-level.mp-level-open {
  box-shadow: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* cover */
.mp-cover .mp-level.mp-level-open {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

/* content style */
.mp-menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.mp-menu.mp-cover h2 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 1em; }

.mp-overlap .mp-level.mp-level-overlay > h2::before {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0); }

.mp-menu > div > ul li {
  transition: inherit;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out; }
  .mp-menu > div > ul li:hover > a {
    color: #fff; }
  .mp-menu > div > ul li a {
    display: block;
    transition: inherit;
    position: relative;
    padding: 1rem 2rem; }
    .mp-menu > div > ul li a:hover {
      color: #fff; }

.mp-level-2 {
  z-index: 102; }

.mp-level-3 {
  z-index: 103; }

.mp-level-4 {
  z-index: 104; }

.mp-level-5 {
  z-index: 105; }

.mp-level-2 .mp-back.back-top {
  margin-top: 6.5rem; }

.mp-back.back-top {
  background: #f0f0f0;
  outline: none;
  display: block;
  position: relative;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s; }
  .mp-back.back-top:hover {
    color: #585858; }
  .mp-back.back-top > i {
    font-size: 14px;
    margin-right: 8px; }

.mp-menu .mp-level.mp-level-overlay > .mp-back,
.mp-menu .mp-level.mp-level-overlay > .mp-back::after {
  background: transparent;
  box-shadow: none;
  color: transparent; }

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
/* We'll show the first level only */
.no-csstransforms3d .mp-pusher.mp-pushed,
.no-js .mp-pusher {
  padding-right: 300px; }

.no-csstransforms3d .mp-level {
  right: -300px; }

.no-csstransforms3d .mp-level.mp-level-open {
  right: 0; }

.no-csstransforms3d .mp-menu {
  right: -300px; }

.no-csstransforms3d .mp-pusher.mp-pushed .mp-menu {
  right: 0; }

.no-js .mp-menu .mp-level {
  display: none; }

.no-js .mp-menu > .mp-level {
  display: block; }

/*  navigation  */
.title_breadcrumbs {
  padding: 1.875rem 0;
  position: relative;
  border-bottom: 1px solid #000; }

.breadcrumb > li {
  display: inline-block;
  padding-right: 1.25rem;
  float: left; }
  .breadcrumb > li:last-child {
    padding-right: 0; }
    .breadcrumb > li:last-child span, .breadcrumb > li:last-child a {
      padding-right: 0; }
      .breadcrumb > li:last-child span:after, .breadcrumb > li:last-child a:after {
        display: none; }
  .breadcrumb > li a, .breadcrumb > li span {
    padding-right: 1.25rem;
    position: relative;
    display: block; }
    .breadcrumb > li a:after, .breadcrumb > li span:after {
      display: block;
      content: '';
      position: absolute;
      right: 0; }
  .breadcrumb > li a {
    color: #fff; }
    .breadcrumb > li a:hover {
      padding-right: 1.5625rem;
      text-decoration: underline; }
  .breadcrumb > li span {
    color: #fff;
    font-weight: 200; }

.inline-breadcrumb {
  position: relative;
  padding-left: 30px;
  padding-right: 30px; }
  @media only screen and (min-width: 40.063em) {
    .inline-breadcrumb {
      top: 40px;
      height: 0; } }
  @media only screen and (min-width: 64.063em) {
    .inline-breadcrumb {
      top: -52px;
      margin-right: 35%;
      padding-left: 60px; } }
  .inline-breadcrumb ol > li {
    display: inline-block;
    margin-right: 10px; }
    .inline-breadcrumb ol > li a, .inline-breadcrumb ol > li span {
      font-style: italic;
      color: #74676a; }
    .inline-breadcrumb ol > li a {
      margin-right: 5px; }
      .inline-breadcrumb ol > li a:hover {
        color: #231f20; }

.full-width-breadcrumb {
  height: 30px;
  margin-bottom: 30px; }
  .full-width-breadcrumb .inline-breadcrumb {
    top: 36px;
    margin-right: 0;
    padding-left: 0; }
    @media only screen and (max-width: 40em) {
      .full-width-breadcrumb .inline-breadcrumb {
        margin-bottom: 0.9375rem;
        top: 0; } }
  @media only screen and (min-width: 40.063em) {
    .full-width-breadcrumb {
      margin-bottom: 60px; } }
  @media only screen and (max-width: 40em) {
    .full-width-breadcrumb {
      margin-top: 30px; } }

@media only screen and (max-width: 40em) {
  .addthis_sharing_toolbox {
    text-align: left; } }

@media only screen and (min-width: 40.063em) {
  .reading-mode-container {
    padding-bottom: 20px; } }

@media only screen and (min-width: 64.063em) {
  .reading-mode-container {
    padding-bottom: 0; } }

.page_breadcrumbs {
  display: none;
  overflow: hidden; }
  @media only screen and (min-width: 40.063em) {
    .page_breadcrumbs {
      display: block; } }
  .page_breadcrumbs ul li {
    font-size: 0.875rem; }
    .page_breadcrumbs ul li a:after {
      content: '/';
      position: absolute;
      top: 2px;
      right: 0;
      width: 5px;
      height: 10px; }

.page_title h1 {
  color: #fff;
  margin: 0;
  clear: none;
  font-size: 1.8em;
  margin-bottom: 0.625rem; }

.share-print {
  display: none; }
  .share-print .btn {
    float: right;
    margin-top: 15px;
    font-size: 0.875rem; }
    .share-print .btn:last-of-type {
      margin-right: 0.9375rem; }
  @media only screen and (min-width: 64.063em) {
    .share-print {
      display: block; } }

/* Pagination
========================================================================== */
@media only screen and (max-width: 40em) {
  .search-content {
    background: #fff;
    padding: 1.875rem;
    -webkit-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.15); } }

.search-content__input {
  font-family: "myriad-pro", sans-serif;
  font-size: 1.625rem;
  font-weight: 100;
  background: #fff;
  padding: 1.875rem 1.5rem;
  border: 2px solid #eaedef; }

.search-content__submit {
  margin-top: 1.875rem; }
  @media only screen and (max-width: 40em) {
    .search-content__submit {
      margin-top: 0.9375rem;
      display: block;
      width: 100%; } }

.internal-container-bg {
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100vh;
  background-size: cover;
  width: 50%;
  height: 100%; }

.internal__full-width {
  position: relative; }
  @media only screen and (min-width: 40.063em) {
    .internal__full-width {
      width: 200%;
      right: 100%;
      height: 200px;
      background: black; } }

.internal__half-width {
  position: relative;
  overflow: hidden;
  float: left; }
  @media only screen and (min-width: 40.063em) {
    .internal__half-width {
      width: 100%;
      right: 100%;
      height: 200px;
      background: black; } }

.fiftySplit {
  background: #fff;
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 40.063em) {
    .fiftySplit {
      padding-left: 50%; } }
  .fiftySplit--imagecontainer {
    position: relative;
    height: 200px; }
    @media only screen and (min-width: 40.063em) {
      .fiftySplit--imagecontainer {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 100vh;
        max-width: 1440px;
        margin: 0 auto; } }
  .fiftySplit--image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 200px;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0); }
    @media only screen and (min-width: 40.063em) {
      .fiftySplit--image {
        right: 50%; } }
  .fiftySplit__content {
    z-index: 2;
    position: relative;
    padding: 30px 0; }
    @media only screen and (min-width: 40.063em) {
      .fiftySplit__content {
        padding: 100px 0; } }
    @media only screen and (min-width: 64.063em) {
      .fiftySplit__content {
        padding: 120px 0; } }
  .fiftySplit__module {
    margin: 30px 0; }
    @media only screen and (min-width: 40.063em) {
      .fiftySplit__module {
        margin: 60px 0; } }
    .fiftySplit__module--double {
      width: 100%;
      left: auto;
      height: auto; }
    .fiftySplit__module--grey-border {
      border: 2px solid #eaedef; }
      @media only screen and (max-width: 40em) {
        .fiftySplit__module--grey-border {
          border: 0; } }
    .fiftySplit__module--bottom-border {
      border-bottom: 5px solid; }
      @media only screen and (max-width: 40em) {
        .fiftySplit__module--bottom-border {
          border-bottom: 2px solid #eaedef; } }
    @media only screen and (min-width: 40.063em) {
      .fiftySplit__module.halved {
        width: 50% !important;
        margin: 0 !important; }
      .fiftySplit__module.left {
        margin-right: 1.875rem !important;
        margin-top: 0.9375rem !important; }
      .fiftySplit__module.right {
        margin-left: 1.875rem !important;
        margin-top: 0.9375rem !important; } }
  @media only screen and (min-width: 40.063em) {
    .fiftySplit--offset {
      float: left;
      width: 1px;
      margin-bottom: 30px; } }

.gallery_example {
  margin: 30px 0; }
  .gallery_example img {
    width: 100%;
    height: auto; }

.show-reading-mode {
  display: none !important; }

@media only screen and (max-width: 40em) {
  .fiftySplit {
    padding-left: 0;
    background: #fff; }
    .fiftySplit--offset {
      height: auto !important; }
    .fiftySplit__module {
      left: auto;
      width: 100%;
      height: auto;
      float: none; }
      .fiftySplit__module--double {
        left: 0;
        width: 100%; }
    .fiftySplit__reading {
      max-width: 75rem;
      margin: 0 auto; }
      .fiftySplit__reading .rte > *:not(.fiftySplit__module--double) {
        max-width: 40rem;
        margin-left: auto;
        margin-right: auto; } }

.side-nav {
  position: relative;
  padding: 0.9375rem 1.875rem;
  margin-bottom: 1rem;
  background: #eaedef; }
  @media only screen and (min-width: 40.063em) {
    .side-nav {
      margin-top: -30px; } }
  @media only screen and (min-width: 64.063em) {
    .side-nav {
      padding-left: 3.75rem; } }
  .side-nav__title {
    display: inline-block;
    font-size: 1.25rem;
    margin: 0;
    font-family: "minion-pro", serif;
    margin-right: 0.625rem; }
    @media only screen and (max-width: 40em) {
      .side-nav__title {
        display: block;
        color: #fff; } }
  .side-nav__divider {
    width: 10px;
    height: 2px;
    background: #e32a24;
    display: inline-block;
    position: relative;
    top: -4px; }
    @media only screen and (max-width: 40em) {
      .side-nav__divider {
        width: 40px; } }
  .side-nav__related {
    color: #fff;
    margin-bottom: 0; }
  .side-nav__list {
    list-style: none;
    font-family: "minion-pro", serif;
    display: block;
    padding-left: 0; }
    @media only screen and (max-width: 40em) {
      .side-nav__list--hide-small {
        display: none; } }
    @media only screen and (min-width: 40.063em) {
      .side-nav__list {
        padding-left: 0.75rem;
        display: inline-block; } }
    .side-nav__list li {
      font-size: 1rem;
      display: block;
      margin-right: 1rem;
      margin-bottom: 0.9375rem; }
      @media only screen and (min-width: 40.063em) {
        .side-nav__list li {
          display: inline-block;
          margin-bottom: 0; } }
  .side-nav p, .side-nav a {
    color: #231f20; }
  .side-nav a:hover {
    text-decoration: underline; }
  .side-nav__mobile {
    background: #231f20;
    padding-bottom: 0.9375rem;
    margin-top: -30px; }
    .side-nav__mobile .side-nav__title {
      font-size: 1.875rem; }
    .side-nav__mobile .side-nav__related {
      display: block;
      background: #fff;
      position: relative;
      padding: 1rem 1.625rem;
      color: #231f20;
      font-weight: 400;
      margin: 0;
      margin-bottom: -20px;
      top: 20px;
      z-index: 4; }
      .side-nav__mobile .side-nav__related i {
        top: 33px;
        right: 20px; }
    .side-nav__mobile .side-nav__list {
      display: none;
      background: #fff;
      position: absolute;
      top: 80px;
      z-index: 4;
      padding: 1.875rem;
      width: 100%; }
      .side-nav__mobile .side-nav__list:after {
        position: absolute;
        top: -14px;
        right: 16px;
        content: '';
        display: block;
        position: absolute;
        height: 0;
        width: 0;
        border-style: solid;
        border-width: 0 13px 14px 13px;
        border-color: transparent transparent #fff transparent; }
      .side-nav__mobile .side-nav__list li a {
        color: #231f20;
        font-family: "myriad-pro", sans-serif;
        font-weight: 400; }
      .side-nav__mobile .side-nav__list.active {
        display: block; }
    .side-nav__mobile .side-nav__dropdown-container {
      position: relative; }

i.with-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  content: '';
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #e32a24;
  margin-top: -8px; }
  i.with-arrow.toggle-arrow {
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #e32a24 transparent transparent transparent;
    cursor: pointer; }
    i.with-arrow.toggle-arrow.active {
      content: '';
      display: block;
      position: absolute;
      height: 0;
      width: 0;
      border-style: solid;
      border-width: 0 10px 10px 10px;
      border-color: transparent transparent #e32a24 transparent; }
  @media only screen and (max-width: 40em) {
    i.with-arrow.mobile-white-middle:after {
      content: '';
      top: 50%;
      left: 50%;
      margin-left: -10px;
      margin-top: -5px;
      content: '';
      display: block;
      position: absolute;
      height: 0;
      width: 0;
      border-style: solid;
      border-width: 5px 6px 5px 0;
      border-color: transparent #fff transparent transparent; }
    i.with-arrow.mobile-white-middle.toggle-arrow:after {
      content: '';
      top: 50%;
      left: 50%;
      margin-left: -5px;
      margin-top: -11px;
      content: '';
      display: block;
      position: absolute;
      height: 0;
      width: 0;
      border-style: solid;
      border-width: 0 5px 7px 5px;
      border-color: transparent transparent #fff transparent; }
    i.with-arrow.mobile-white-middle.toggle-arrow.active:after {
      content: '';
      top: 50%;
      left: 50%;
      margin-left: -5px;
      margin-top: 4px;
      content: '';
      display: block;
      position: absolute;
      height: 0;
      width: 0;
      border-style: solid;
      border-width: 7px 5px 0 5px;
      border-color: #fff transparent transparent transparent; } }

.quote-block {
  position: relative;
  padding: 1.875rem;
  color: #fff; }
  @media only screen and (min-width: 40.063em) {
    .quote-block {
      padding: 3.75rem 1.875rem; } }
  @media only screen and (min-width: 64.063em) {
    .quote-block {
      padding: 4.6875rem 1.875rem; } }
  .quote-block:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.95; }
  .quote-block blockquote {
    position: relative;
    z-index: 2;
    font-size: 2rem;
    font-family: "minion-pro", serif; }
    @media only screen and (max-width: 40em) {
      .quote-block blockquote {
        margin: 0; } }
    .quote-block blockquote:before {
      content: '“';
      font-size: 2.375rem;
      font-weight: 300;
      margin-right: -4px; }
  .quote-block footer {
    font-family: "myriad-pro", sans-serif;
    font-size: 1.125rem;
    margin-top: 1.875rem;
    font-weight: 300; }

.accordion {
  height: 100%;
  margin-top: 0; }
  .accordion .accordion-navigation {
    margin: 0;
    height: 100%; }
    .accordion .accordion-navigation span {
      color: #e32a24;
      font-size: 1rem; }
    .accordion .accordion-navigation > a {
      outline: 0;
      position: relative;
      font-family: "minion-pro", serif;
      font-size: 1.25rem;
      background: #fff !important;
      padding: 1.375rem 1.25rem;
      padding-right: 3.125rem;
      border: 2px solid #eaedef;
      border-top: 0; }
      .accordion .accordion-navigation > a:first-of-type {
        border-top: 2px solid #eaedef; }
      .accordion .accordion-navigation > a:after {
        position: absolute;
        right: 30px;
        top: 50%;
        margin-top: -5px;
        content: '';
        display: block;
        position: absolute;
        height: 0;
        width: 0;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        border-color: #231f20 transparent transparent transparent; }
      .accordion .accordion-navigation > a[aria-expanded="true"]:after {
        content: '';
        display: block;
        position: absolute;
        height: 0;
        width: 0;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #231f20 transparent; }
    .accordion .accordion-navigation .simple-boxed-content--heading {
      margin-top: 0; }
    .accordion .accordion-navigation .content {
      height: 100%; }
      @media only screen and (max-width: 40em) {
        .accordion .accordion-navigation .content {
          border: 2px solid #eaedef;
          border-top: 0;
          height: auto !important; } }
    .accordion .accordion-navigation .accordion--content {
      height: 100%; }

.tabs {
  width: 100%;
  padding: 0; }
  .tabs .tab-title {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 0.75rem !important;
    position: relative;
    right: -1.875rem; }
    .tabs .tab-title:hover, .tabs .tab-title.active {
      right: 0; }
    .tabs .tab-title a {
      outline: 0;
      position: relative;
      border: 2px solid #eaedef;
      font-family: "minion-pro", serif;
      font-size: 1.25rem;
      background: #fff;
      padding: 1.375rem 1.875rem; }
      .tabs .tab-title a:hover {
        background: #fff; }
    .tabs .tab-title.active a {
      padding-left: 3.125rem; }
      .tabs .tab-title.active a:after {
        content: '';
        position: absolute;
        left: 20px;
        top: 50%;
        margin-top: -8px;
        content: '';
        display: block;
        position: absolute;
        height: 0;
        width: 0;
        border-style: solid;
        border-width: 10px 10px 10px 0;
        border-color: transparent #231f20 transparent transparent; }
    .tabs .tab-title span {
      font-size: 1rem; }
  .tabs--flat {
    margin-top: 1.875rem;
    border: 2px solid transparent;
    border-bottom: 2px solid #eaedef; }
    .tabs--flat .tab-title {
      width: auto;
      float: left;
      margin-right: 0;
      right: 0 !important;
      margin-bottom: -2px !important; }
      .tabs--flat .tab-title:first-of-type {
        margin-left: 16px; }
      .tabs--flat .tab-title a {
        border: 0;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        color: #e32a24;
        font-weight: bold; }
      .tabs--flat .tab-title.active a {
        padding-left: 1.875rem;
        border: 2px solid #eaedef;
        border-bottom: 2px solid #fff; }
        .tabs--flat .tab-title.active a:after {
          display: none; }
    .tabs--flat + .tabs-content .content {
      background: #f7f7f7;
      padding: 1.875rem; }

@media only screen and (min-width: 40.063em) {
  .tabs-container {
    padding: 1.875rem;
    padding-right: 4.6875rem; } }

.accordion-row .accordion {
  padding: 0;
  width: 100%; }
  .accordion-row .accordion .accordion-navigation > a {
    border-top: 0; }
  .accordion-row .accordion .accordion-navigation:first-of-type > a {
    border-top: 2px solid #eaedef; }
  .accordion-row .accordion .content {
    border: 2px solid #eaedef;
    border-top: 0; }
    @media only screen and (min-width: 40.063em) {
      .accordion-row .accordion .content {
        padding: 1.875rem 3.75rem; }
        .accordion-row .accordion .content > h1, .accordion-row .accordion .content h2, .accordion-row .accordion .content h3, .accordion-row .accordion .content h4 {
          margin-top: 0; } }

.tabs-content h4 {
  font-size: 0.99rem; }

.author-block {
  padding: 1.875rem 0 0 0; }
  @media only screen and (max-width: 40em) {
    .author-block {
      text-align: center; } }
  @media only screen and (min-width: 40.063em) {
    .author-block {
      padding: 2.34375rem 3.75rem 0 3.75rem; } }
  @media only screen and (min-width: 64.063em) {
    .author-block {
      padding: 3.75rem 5.625rem 0 5.625rem; } }
  .author-block:last-child {
    padding-bottom: 1.875rem; }
    @media only screen and (min-width: 40.063em) {
      .author-block:last-child {
        padding-bottom: 2.34375rem; } }
    @media only screen and (min-width: 64.063em) {
      .author-block:last-child {
        padding-bottom: 3.75rem; } }
  .author-block__author {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 20px 0;
    position: relative;
    margin-bottom: 1.875rem;
    min-height: 120px; }
    @media only screen and (min-width: 40.063em) {
      .author-block__author {
        padding-left: 130px; } }
  .author-block__author-image {
    width: 100px;
    height: 100px; }
    @media only screen and (min-width: 40.063em) {
      .author-block__author-image {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -50px; } }
  @media only screen and (min-width: 40.063em) {
    .author-block__author-name {
      margin-top: 0; } }
  .author-block__author-content {
    margin-top: 0;
    margin-bottom: 0; }

.disqus {
  padding: 1.875rem 0; }
  @media only screen and (max-width: 40em) {
    .disqus {
      text-align: center; } }
  @media only screen and (min-width: 40.063em) {
    .disqus {
      padding: 2.34375rem 3.75rem; } }
  @media only screen and (min-width: 64.063em) {
    .disqus {
      padding: 3.75rem 5.625rem; } }

.author-block + .disqus {
  padding-top: 0; }

.contact_module {
  border: 2px solid #eaedef; }
  .contact_module__content {
    padding: 40px 20px;
    z-index: 0;
    position: relative; }
    @media only screen and (min-width: 40.063em) {
      .contact_module__content {
        padding: 40px; } }
    @media only screen and (min-width: 64.063em) {
      .contact_module__content {
        padding: 40px 60px; } }
    .contact_module__content .form-inner {
      padding: 0;
      border: 0 !important; }
      .contact_module__content .form-inner .simple-form__label {
        margin: 15px 0; }
      .contact_module__content .form-inner textarea {
        padding: 30px;
        height: 200px;
        resize: vertical; }
  .contact_module__simpleMap {
    width: 100%;
    height: 300px;
    background: #231f20; }
    @media only screen and (min-width: 40.063em) {
      .contact_module__simpleMap {
        height: 100%; } }
  .contact_module__tabs {
    position: relative; }
  .contact_module__pods {
    z-index: 0;
    position: relative; }
    .contact_module__pods .slick-slide {
      outline: none; }
  .contact_module__buttons {
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    z-index: 1; }
    @media only screen and (min-width: 40.063em) {
      .contact_module__buttons {
        top: 50%;
        left: -30px;
        margin-top: -140px;
        margin-left: 0;
        width: 80px; } }
    @media only screen and (min-width: 64.063em) {
      .contact_module__buttons {
        left: -40px; } }
    .contact_module__buttons .slick-list {
      padding: 0 !important;
      overflow: visible; }
    .contact_module__buttons button {
      width: 60px;
      height: 60px;
      border: 2px solid #eaedef;
      background: #fff;
      position: relative;
      margin: 0 5px;
      cursor: pointer;
      -webkit-transition: 300ms;
      -moz-transition: 300ms;
      -ms-transition: 300ms;
      -o-transition: 300ms;
      transition: 300ms; }
      @media only screen and (max-width: 40em) {
        .contact_module__buttons button {
          left: 30px; } }
      @media only screen and (min-width: 40.063em) {
        .contact_module__buttons button:hover .tooltip {
          display: block; } }
      @media only screen and (min-width: 40.063em) {
        .contact_module__buttons button {
          margin: 5px 0; }
          .contact_module__buttons button .tooltip {
            left: auto;
            right: 120%;
            top: 0;
            padding: 0 20px;
            min-width: 200px;
            line-height: 80px; }
            .contact_module__buttons button .tooltip:after {
              top: 50%;
              margin-top: -8px;
              left: 100%;
              content: '';
              display: block;
              position: absolute;
              height: 0;
              width: 0;
              border-style: solid;
              border-width: 8px 0 8px 8px;
              border-color: transparent transparent transparent #fff; } }
      @media only screen and (min-width: 64.063em) {
        .contact_module__buttons button {
          width: 80px;
          height: 80px; } }
      .contact_module__buttons button .icon {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -15px;
        margin-left: -18px; }
        .contact_module__buttons button .icon__contact {
          background-image: url(/images/main/sprites.png);
          background-position: 0px -37px;
          width: 36px;
          height: 30px; }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            .contact_module__buttons button .icon__contact {
              background-image: url(/images/main/sprites-2x.png);
              background-size: 125px 98px; } }
        .contact_module__buttons button .icon__directions {
          background-image: url(/images/main/sprites.png);
          background-position: -36px -37px;
          width: 36px;
          height: 30px; }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            .contact_module__buttons button .icon__directions {
              background-image: url(/images/main/sprites-2x.png);
              background-size: 125px 98px; } }
        .contact_module__buttons button .icon__write {
          background-image: url(/images/main/sprites.png);
          background-position: -54px 0px;
          width: 36px;
          height: 30px; }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            .contact_module__buttons button .icon__write {
              background-image: url(/images/main/sprites-2x.png);
              background-size: 125px 98px; } }

@media only screen and (min-width: 40.063em) {
  .top {
    top: 20px; } }

/* - Modules
	------------------------------------------ */
/*  rotators  */
.banner_slider {
  overflow: hidden; }
  .banner_slider--slide {
    position: relative; }
  .banner_slider--image {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    background-size: cover; }
  .banner_slider--content {
    padding: 20px;
    position: relative;
    z-index: 2;
    height: 100%;
    width: 100%;
    float: right;
    margin: 60px 0; }
    .banner_slider--content a:hover {
      color: #231f20; }
    .banner_slider--content:after {
      content: '';
      position: absolute;
      opacity: 0.8;
      filter: alpha(opacity=80);
      width: 100%;
      height: 100%;
      top: 0;
      right: 0; }
    @media only screen and (max-width: 40em) {
      .banner_slider--content {
        margin-top: 7.5rem; } }
    @media only screen and (min-width: 40.063em) {
      .banner_slider--content {
        width: 70%;
        margin: 0; }
        .banner_slider--content:after {
          top: -50%;
          bottom: -30%;
          width: 130%;
          height: auto;
          cursor-events: none;
          z-index: 1;
          -webkit-border-radius: 90% 0 0 0;
          border-radius: 90% 0 0 0;
          background-clip: padding-box; } }
    @media only screen and (min-width: 64.063em) {
      .banner_slider--content {
        width: 50%; } }
    .banner_slider--content > .full {
      z-index: 2;
      position: relative; }
    .banner_slider--content--inner {
      position: relative;
      z-index: 2; }
    .banner_slider--content h2 {
      margin: 0 0 30px;
      font-size: 2.625rem;
      line-height: 1; }
      .banner_slider--content h2 strong {
        font-style: italic;
        font-weight: 400; }
      @media only screen and (min-width: 40.063em) {
        .banner_slider--content h2 {
          font-size: 4rem; } }
    .banner_slider--content p {
      font-size: 1.25rem; }
    @media only screen and (min-width: 40.063em) {
      .banner_slider--content {
        min-height: 450px;
        padding: 60px; } }
    @media only screen and (min-width: 64.063em) {
      .banner_slider--content {
        min-height: 600px; } }
    .banner_slider--content .btn {
      margin-top: 10px;
      margin-right: 10px;
      display: inline-block; }
  .banner_slider .slick-arrow {
    margin: 0;
    position: absolute;
    top: auto;
    bottom: -13px;
    width: 44px;
    height: 44px;
    z-index: 3;
    opacity: 1;
    filter: alpha(opacity=100); }
    .banner_slider .slick-arrow:before {
      top: 50%;
      margin-top: -8px;
      left: 50%;
      margin-left: -6px; }
    @media only screen and (min-width: 40.063em) {
      .banner_slider .slick-arrow {
        bottom: 10px; } }
  .banner_slider .slick-prev {
    right: 80px;
    left: auto; }
    .banner_slider .slick-prev:before {
      content: '';
      display: block;
      position: absolute;
      height: 0;
      width: 0;
      border-style: solid;
      border-width: 10px 14px 10px 0;
      border-color: transparent #000 transparent transparent; }
  .banner_slider .slick-next {
    right: 40px;
    left: auto; }
    .banner_slider .slick-next:before {
      content: '';
      display: block;
      position: absolute;
      height: 0;
      width: 0;
      border-style: solid;
      border-width: 10px 0 10px 14px;
      border-color: transparent transparent transparent #000; }
  .banner_slider .slick-dots {
    display: block;
    padding: 0 12px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    position: absolute;
    bottom: 0;
    left: 60px;
    width: auto; }
    .banner_slider .slick-dots button {
      height: 12px;
      width: 12px;
      background: #fff;
      display: inline-block;
      -webkit-border-radius: 100%;
      border-radius: 100%;
      background-clip: padding-box;
      padding: 0;
      margin: 0;
      text-indent: -9999em;
      opacity: 0.6;
      filter: alpha(opacity=60); }
      .banner_slider .slick-dots button:before {
        display: none; }
    .banner_slider .slick-dots li {
      float: left;
      height: 32px;
      margin: 0 3px; }
      .banner_slider .slick-dots li button {
        top: -2px;
        position: relative;
        opacity: 1;
        filter: alpha(opacity=100);
        background: #fff;
        border: 2px solid transparent; }
      .banner_slider .slick-dots li.slick-active button {
        border: 2px solid #fff;
        background: transparent; }
  @media only screen and (min-width: 40.063em) {
    .banner_slider.halved .banner_slider--content {
      max-height: 450px;
      height: 450px;
      min-height: 450px; } }
  .banner_slider--member {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 999999999; }
  .banner_slider--member-container {
    display: block;
    padding: 1rem 1rem 1rem 2.5rem; }
  .banner_slider--member-image {
    max-width: 175px; }
  .banner_slider--pallex-container {
    padding: 1rem 1.5rem 1rem 2.5rem;
    background: #fff;
    text-align: right; }
  .banner_slider--pallex-image {
    max-width: 175px; }

.logged-in .banner_slider--content:after {
  width: 145%; }

.twitter_slider {
  text-align: center;
  margin: 30px auto; }
  .twitter_slider .tweet_wrapper p {
    font-size: 1.125rem;
    font-family: "myriad-pro", sans-serif;
    font-weight: 300; }
    @media only screen and (min-width: 40.063em) {
      .twitter_slider .tweet_wrapper p {
        font-size: 1.875rem; } }
  .twitter_slider .twitter_handle {
    text-decoration: none;
    font-size: 1rem;
    color: #231f20;
    font-family: "minion-pro", serif; }
  .twitter_slider .tweet_heading .tweet_post_date, .twitter_slider .tweet_heading .twitter_avatar, .twitter_slider .tweet_heading .tweet_actions {
    vertical-align: middle;
    display: block; }
  .twitter_slider .twitter_avatar {
    margin: 10px auto; }
    .twitter_slider .twitter_avatar img {
      margin: 0 auto; }
  .twitter_slider .slick-next, .twitter_slider .slick-prev {
    width: 60px;
    width: 30px;
    height: 60px;
    color: transparent;
    background-color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms; }
    .twitter_slider .slick-next:hover, .twitter_slider .slick-prev:hover {
      cursor: pointer; }
      .twitter_slider .slick-next:hover:after, .twitter_slider .slick-prev:hover:after {
        opacity: 1;
        filter: alpha(opacity=100); }
    .twitter_slider .slick-next:before, .twitter_slider .slick-prev:before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -6px;
      margin-top: -8px;
      -webkit-transition: 300ms;
      -moz-transition: 300ms;
      -ms-transition: 300ms;
      -o-transition: 300ms;
      transition: 300ms; }
  .twitter_slider .slick-next {
    right: 30px; }
    @media only screen and (min-width: 40.063em) {
      .twitter_slider .slick-next {
        right: 3; } }
    .twitter_slider .slick-next:before {
      content: '';
      display: block;
      position: absolute;
      height: 0;
      width: 0;
      border-style: solid;
      border-width: 8px 0 8px 12px;
      border-color: transparent transparent transparent #000; }
  .twitter_slider .slick-prev {
    left: 30px; }
    @media only screen and (min-width: 40.063em) {
      .twitter_slider .slick-prev {
        left: 0; } }
    .twitter_slider .slick-prev:before {
      content: '';
      display: block;
      position: absolute;
      height: 0;
      width: 0;
      border-style: solid;
      border-width: 8px 12px 8px 0;
      border-color: transparent #000 transparent transparent; }
  @media only screen and (min-width: 40.063em) {
    .twitter_slider .twitter_avatar {
      margin: 0 60px; }
    .twitter_slider .tweet_heading .tweet_post_date, .twitter_slider .tweet_heading .twitter_avatar, .twitter_slider .tweet_heading .tweet_actions {
      display: inline-block; }
    .twitter_slider .slick-next, .twitter_slider .slick-prev {
      width: 60px; } }

.tweet_action {
  overflow: hidden;
  text-indent: -9999px;
  color: transparent;
  position: relative;
  width: 35px;
  height: 35px;
  display: inline-block; }
  .tweet_action:after, .tweet_action:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms; }
  .tweet_action:after {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 2; }
  .tweet_action:hover:after {
    opacity: 1;
    filter: alpha(opacity=100); }
  .tweet_action--reply:after, .tweet_action--reply:before {
    margin-left: -8.5px;
    margin-top: -6px; }
  .tweet_action--reply:before {
    background-image: url(/images/main/sprites.png);
    background-position: -42px -85px;
    width: 17px;
    height: 12px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .tweet_action--reply:before {
        background-image: url(/images/main/sprites-2x.png);
        background-size: 125px 98px; } }
  .tweet_action--reply:after {
    background-image: url(/images/main/sprites.png);
    background-position: -90px -73px;
    width: 17px;
    height: 12px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .tweet_action--reply:after {
        background-image: url(/images/main/sprites-2x.png);
        background-size: 125px 98px; } }
  .tweet_action--retweet:after, .tweet_action--retweet:before {
    margin-left: -10.5px;
    margin-top: -6.5px; }
  .tweet_action--retweet:before {
    background-image: url(/images/main/sprites.png);
    background-position: -21px -85px;
    width: 21px;
    height: 13px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .tweet_action--retweet:before {
        background-image: url(/images/main/sprites-2x.png);
        background-size: 125px 98px; } }
  .tweet_action--retweet:after {
    background-image: url(/images/main/sprites.png);
    background-position: 0px -85px;
    width: 21px;
    height: 13px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .tweet_action--retweet:after {
        background-image: url(/images/main/sprites-2x.png);
        background-size: 125px 98px; } }
  .tweet_action--like:after, .tweet_action--like:before {
    margin-left: -8px;
    margin-top: -7.5px; }
  .tweet_action--like:before {
    background-image: url(/images/main/sprites.png);
    background-position: -90px -43px;
    width: 16px;
    height: 15px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .tweet_action--like:before {
        background-image: url(/images/main/sprites-2x.png);
        background-size: 125px 98px; } }
  .tweet_action--like:after {
    background-image: url(/images/main/sprites.png);
    background-position: -90px -58px;
    width: 16px;
    height: 15px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .tweet_action--like:after {
        background-image: url(/images/main/sprites-2x.png);
        background-size: 125px 98px; } }

.tweet_post_date {
  display: inline-block; }
  .tweet_post_date:after {
    content: '';
    display: inline-block;
    margin-top: -7.5px;
    background-image: url(/images/main/sprites.png);
    background-position: -90px -28px;
    width: 18px;
    height: 15px;
    vertical-align: baseline;
    margin-left: 10px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .tweet_post_date:after {
        background-image: url(/images/main/sprites-2x.png);
        background-size: 125px 98px; } }

.twitter_avatar {
  display: inline-block;
  width: 50px;
  height: 50px; }
  @media only screen and (min-width: 40.063em) {
    .twitter_avatar {
      width: 84px;
      height: auto; } }

.company_slider {
  padding: 0 2.5rem;
  margin-bottom: 20px; }
  @media only screen and (min-width: 40.063em) {
    .company_slider {
      padding: 0 5rem; } }
  .company_slider--slide {
    margin: 0 0.3125rem;
    height: 120px; }
  .company_slider img {
    margin: 0 1.125rem;
    max-height: 80px; }
  .company_slider .slick-slide {
    min-height: 80px; }
  .company_slider .table {
    display: table !important; }
  .company_slider .slick-next, .company_slider .slick-prev {
    width: 60px;
    width: 30px;
    height: 60px;
    color: transparent;
    background-color: #fff;
    position: absolute;
    top: 50%;
    z-index: 2;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms; }
    .company_slider .slick-next:hover, .company_slider .slick-prev:hover {
      cursor: pointer; }
      .company_slider .slick-next:hover:after, .company_slider .slick-prev:hover:after {
        opacity: 1;
        filter: alpha(opacity=100); }
    .company_slider .slick-next:before, .company_slider .slick-prev:before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -6px;
      margin-top: -8px;
      -webkit-transition: 300ms;
      -moz-transition: 300ms;
      -ms-transition: 300ms;
      -o-transition: 300ms;
      transition: 300ms; }
  .company_slider .slick-next {
    right: 0; }
    @media only screen and (min-width: 40.063em) {
      .company_slider .slick-next {
        right: 20px; } }
    .company_slider .slick-next:before {
      content: '';
      display: block;
      position: absolute;
      height: 0;
      width: 0;
      border-style: solid;
      border-width: 8px 0 8px 12px;
      border-color: transparent transparent transparent #000; }
  .company_slider .slick-prev {
    left: 0; }
    @media only screen and (min-width: 40.063em) {
      .company_slider .slick-prev {
        left: 20px; } }
    .company_slider .slick-prev:before {
      content: '';
      display: block;
      position: absolute;
      height: 0;
      width: 0;
      border-style: solid;
      border-width: 8px 12px 8px 0;
      border-color: transparent #000 transparent transparent; }

.simple-image-slider {
  position: relative;
  height: 100%;
  width: 100%;
  text-align: center; }
  .simple-image-slider--slide {
    min-height: 500px; }
  .simple-image-slider--image {
    min-height: 500px;
    height: 100%; }
  .simple-image-slider--nav {
    display: inline-block;
    position: relative;
    z-index: 9;
    top: -50px; }
  .simple-image-slider--box {
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #fff;
    border: 2px solid #eaedef;
    display: inline-block;
    float: left;
    margin-left: 0.625rem; }
    .simple-image-slider--box.slide-right, .simple-image-slider--box.slide-left {
      cursor: pointer; }
    .simple-image-slider--box .arrow {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -10px;
      margin-left: -7px; }
    .simple-image-slider--box .arrow-right {
      content: '';
      display: block;
      position: absolute;
      height: 0;
      width: 0;
      border-style: solid;
      border-width: 10px 0 10px 10px;
      border-color: transparent transparent transparent #000; }
    .simple-image-slider--box .arrow-left {
      content: '';
      display: block;
      position: absolute;
      height: 0;
      width: 0;
      border-style: solid;
      border-width: 10px 10px 10px 0;
      border-color: transparent #000 transparent transparent; }
  @media only screen and (min-width: 40.063em) {
    .simple-image-slider__right-nav .simple-image-slider--nav {
      position: absolute;
      top: 50%;
      right: -40px;
      margin-top: -125px; }
    .simple-image-slider__right-nav .simple-image-slider--box {
      float: none;
      display: block !important;
      margin-bottom: 0.625rem; } }
  .simple-image-slider .slide-counter--inner {
    padding: 0;
    margin: 0; }
    .simple-image-slider .slide-counter--inner li {
      display: none;
      font-family: "minion-pro", serif; }
      .simple-image-slider .slide-counter--inner li.slick-active {
        display: block; }

/*  UI  */
/*=====================================================
  Button Styling
======================================================*/
button {
  outline: none;
  border: none;
  text-transform: normal; }

.btn {
  display: block;
  cursor: pointer;
  color: #fff;
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  outline: none;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  background-color: #000;
  font-weight: 300; }
  .btn:hover {
    color: #fff !important;
    background-color: #000; }
    .btn:hover a {
      color: #fff !important; }
  .btn--prime {
    background-color: #231f20;
    padding: 1.1875rem 1.375rem;
    color: #fff; }
    .btn--prime a {
      color: #fff; }
  .btn--inline {
    display: inline-block;
    width: auto; }
  .btn--arrow {
    position: relative;
    padding-right: 3.5rem !important;
    font-family: "myriad-pro", sans-serif;
    font-size: 1.125rem; }
    .btn--arrow:after {
      top: 50%;
      margin-top: -8px;
      right: 30px;
      content: '';
      display: block;
      position: absolute;
      height: 0;
      width: 0;
      border-style: solid;
      border-width: 8px 0 8px 12px;
      border-color: transparent transparent transparent #e32a24; }
  .btn--red {
    background: #e32a24;
    padding: 1.1875rem 1.375rem; }
    .btn--red:hover {
      background: #bc1d18;
      color: #fff; }
      .btn--red:hover span {
        color: #fff; }
    .btn--red.btn--arrow:after {
      content: '';
      display: block;
      position: absolute;
      height: 0;
      width: 0;
      border-style: solid;
      border-width: 8px 0 8px 12px;
      border-color: transparent transparent transparent #fff; }
  .btn--small {
    padding-top: 10px;
    padding-bottom: 10px; }
  .btn--large {
    padding: 1.875rem 1.25rem; }
  @media only screen and (min-width: 64.063em) {
    .btn--minwidth {
      min-width: 300px; } }
  @media only screen and (min-width: 40.063em) {
    .btn--minwidth.btn--arrow:after {
      right: 30px; } }
  .btn--full {
    width: 100%; }
  @media only screen and (min-width: 40.063em) {
    .btn--tooltip {
      position: relative;
      top: 1.25rem; } }

.fakebtn--grey {
  height: 50px;
  background: #eaedef;
  border-radius: 6px;
  cursor: pointer; }
  .fakebtn--grey__icon {
    position: absolute;
    right: 14px;
    color: #231f20;
    font-size: 1.25rem; }
    .fakebtn--grey__icon.left {
      right: auto;
      left: 14px; }

.btn_simple {
  color: #e32a24;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-weight: 700;
  font-size: 0.875rem; }
  .btn_simple:after {
    right: 0;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(227, 42, 36, 0);
    border-left-color: #e32a24;
    border-width: 5px;
    margin-top: -5px; }

.white-btn {
  font-weight: 700;
  color: #231f20;
  background: #fff; }

/*=====================================================
  Table Styling
======================================================*/
table {
  margin-bottom: 2rem;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

/*=====================================================
  Form Styling
======================================================*/
form {
  margin: 0;
  margin-bottom: 42px; }
  form label.inline {
    display: inline-block;
    padding-right: .5rem; }
  form dt {
    margin: 0; }
  form textarea {
    min-height: 6rem; }
    form textarea.w-margin {
      margin-bottom: 20px; }
  form fieldset {
    padding: 0;
    margin: 0;
    border: 0; }
  form .text-center > button, form input[type=submit] {
    float: none !important;
    cursor: pointer; }
    form .text-center > button:hover, form input[type=submit]:hover {
      background-color: #fff; }
  form .faux_checkbox_form_padding {
    margin-top: 30px; }
  form .g-recaptcha > div {
    height: auto !important; }

input, select, textarea, button {
  color: #000;
  outline: none;
  font-size: 1rem; }

.form .form_row, .form .contourField, .contour .form_row, .contour .contourField {
  margin-bottom: 1.875rem;
  overflow: hidden; }
  .form .form_row:last-child, .form .contourField:last-child, .contour .form_row:last-child, .contour .contourField:last-child {
    margin-bottom: 0; }

.form input, .form textarea, .contour input, .contour textarea {
  border: 1px solid #000; }

.form input[name="submitbtn"], .contour input[name="submitbtn"] {
  margin-top: 0.9375rem !important; }

.styled_label, .fieldLabel {
  margin-bottom: 0.9375rem;
  display: block;
  font-size: 0.875rem;
  width: 100%;
  float: left;
  padding-top: 0.9375rem; }
  @media only screen and (max-width: 40em) {
    .styled_label, .fieldLabel {
      float: none;
      width: 100%; } }

input, textarea {
  width: 100%;
  padding: 0.9375rem;
  border: 0;
  color: #231f20; }
  input::-moz-placeholder, textarea::-moz-placeholder {
    color: #231f20; }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #231f20; }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #231f20; }

input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
  background-color: #000;
  color: #fff; }
  input[type="submit"]:hover {
    background-color: #fff;
    color: #000; }

textarea {
  height: 300px; }

@media only screen and (min-width: 40.063em) {
  .form_input {
    float: left;
    width: 75%; } }

.field-validation-error {
  color: #fff;
  padding: 10px; }

textarea {
  color: #000;
  border: 1px solid #000; }

select.large + .select2-container .select2-selection--single {
  height: 84px; }

select.large + .select2-container .select2-selection--single .select2-selection__rendered {
  height: 84px;
  line-height: 84px;
  padding-left: 20px;
  padding-right: 5rem;
  font-family: "minion-pro", serif;
  font-weight: 400;
  font-size: 1.875rem;
  padding-top: 10px;
  color: #000; }

select.large + .select2-container .select2-selection--single .select2-selection__arrow {
  height: 84px;
  width: 5rem;
  border-left: 1px solid #eaedef; }

select.large + .select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
  border-width: 10px 9px 0 9px;
  margin-top: -5px;
  margin-left: -10px; }

select.large + .select2-container.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #000 transparent;
  border-width: 0 9px 10px 9px; }

.form-inner {
  padding: 0.9375rem; }
  @media only screen and (min-width: 40.063em) {
    .form-inner {
      padding: 1.875rem; } }
  @media only screen and (min-width: 64.063em) {
    .form-inner {
      padding: 1.875rem 2.8125rem; } }
  @media only screen and (min-width: 90.063em) {
    .form-inner {
      padding: 2.8125rem; } }

.simple-form {
  margin-bottom: 1.875rem !important; }
  .simple-form__label {
    font-family: "minion-pro", serif;
    margin-bottom: 0.6875rem;
    display: block;
    margin-top: 1.625rem; }
  .simple-form .contourPageName {
    margin: 0.375rem 0;
    font-size: 1.75rem; }
  .simple-form .help-block {
    display: block;
    margin-top: -1.25rem;
    margin-bottom: 1.25rem; }
  .simple-form input[type="text"], .simple-form input[type="password"] {
    margin-top: -8px;
    border-bottom: 2px solid #dfdfdf;
    font-family: "myriad-pro", sans-serif;
    font-size: 1.125rem;
    font-weight: 300;
    padding-left: 8px; }
  .simple-form textarea {
    padding: 1.875rem;
    border: 0;
    background-color: #eaedef;
    font-family: "myriad-pro", sans-serif;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.5rem; }
    @media only screen and (min-width: 40.063em) {
      .simple-form textarea {
        padding: 2.8125rem; } }
  .simple-form .select2-container .select2-selection--single {
    height: 47px;
    border: 0;
    border-bottom: 2px solid #dfdfdf;
    font-family: "myriad-pro", sans-serif;
    font-size: 1.125rem;
    font-weight: 300;
    outline: 0; }
  .simple-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 5px; }
  .simple-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
    border-width: 6px 6px 0 6px;
    margin-top: 0px;
    margin-left: -20px; }
  .simple-form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #000 transparent;
    border-width: 0 6px 6px 6px;
    margin-top: 0;
    margin-left: -20px; }
  .simple-form .btn[type="submit"] {
    margin-top: 1.375rem; }

.contact-module .simple-form {
  border: 0; }
  .contact-module .simple-form textarea {
    max-height: 200px; }
  .contact-module .simple-form .btn[type="submit"] {
    background: transparent;
    border: 2px solid #eaedef;
    color: #231f20; }
    .contact-module .simple-form .btn[type="submit"]:hover {
      border-color: #dfdfdf; }

@media only screen and (max-width: 40em) {
  .select2-container {
    width: 100% !important; } }

.contourField {
  position: relative; }

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

.submit_btn_inline {
  width: 100%; }

@media only screen and (min-width: 40.063em) {
  .submit_btn_inline, .simple-form .submit_btn_inline.btn[type="submit"] {
    margin-top: 2.5rem; } }

#tt-form {
  margin-bottom: 0 !important; }
  @media only screen and (min-width: 40.063em) {
    #tt-form .faux_checkbox {
      display: inline-block;
      margin-right: 1rem; } }

.checkbox .styled_label, .checkbox .fieldLabel {
  width: 50%; }

.checkbox input[type="checkbox"] {
  width: 14px;
  display: inline-block;
  top: 15px;
  position: relative; }

.faux_checkbox {
  margin-bottom: 0.9375rem; }
  .faux_checkbox input {
    position: absolute;
    left: -9999px;
    opacity: 0; }
  .faux_checkbox label {
    display: block;
    overflow: hidden;
    position: relative;
    padding-left: 40px;
    font-size: 1.2em;
    font-weight: 300; }
    .faux_checkbox label .checkbox {
      cursor: pointer;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      border: 2px solid #000;
      width: 20px;
      height: 20px;
      left: 5px;
      top: 3px;
      position: absolute;
      display: block;
      background-color: #fff; }
  .faux_checkbox input:checked + label .checkbox:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px; }
  .faux_checkbox.radio label .checkbox {
    border-radius: 50%; }
  .faux_checkbox.radio input:checked + label .checkbox:before {
    border-radius: 50%; }

/*=====================================================
  Button Styling
======================================================*/
.ios_radios {
  display: table;
  float: left;
  width: 75%;
  overflow: hidden; }
  .ios_radios .ios_radio {
    display: table-cell; }

.ios_radio {
  overflow: hidden; }
  .ios_radio input {
    position: absolute;
    left: -9999px;
    opacity: 0; }
  .ios_radio label {
    display: block;
    border: 1px solid #000;
    cursor: pointer;
    padding: 0.9375rem;
    border: 0;
    border-left: 1px solid #000;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    background-color: #fff; }
    .ios_radio label:hover, .ios_radio label:focus {
      background: #000;
      color: #fff; }
  .ios_radio input:checked + label,
  .ios_radio input:checked + label:hover,
  .ios_radio input:checked + label:focus {
    background: #000;
    color: #fff; }
  .ios_radio:first-child label {
    border-left: 0; }

/*  Lists  */
.list-cta {
  border: 2px solid #231f20;
  background: #fff;
  height: 100%; }
  .list-cta__inner {
    margin-bottom: 1.875rem; }
  @media only screen and (max-width: 40em) {
    .list-cta {
      margin-bottom: 0.9375rem; } }
  .list-cta__title {
    padding: 16px 30px; }
    .list-cta__title h3 {
      margin: 0; }
  .list-cta__items-container {
    display: none;
    position: relative;
    list-style: none;
    padding: 0 30px;
    margin-top: 0; }
    @media only screen and (min-width: 40.063em) {
      .list-cta__items-container {
        display: block; } }
    .list-cta__items-container:after {
      content: '';
      position: absolute;
      top: 0;
      left: -2px;
      width: 1px;
      height: 100%; }
    .list-cta__items-container li {
      position: relative;
      padding: 0.625rem 0; }
      .list-cta__items-container li a {
        font-family: "minion-pro", serif;
        color: #231f20; }
      .list-cta__items-container li.active:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 0 10px 10px;
        border-color: transparent transparent transparent #e32a24;
        position: absolute;
        left: -32px;
        top: 50%;
        margin-top: -10px; }
      @media only screen and (max-width: 40em) {
        .list-cta__items-container li.active:before {
          content: '';
          top: 50%;
          left: -32px;
          margin-left: 0;
          margin-top: -5px;
          content: '';
          display: block;
          position: absolute;
          height: 0;
          width: 0;
          border-style: solid;
          border-width: 5px 6px 5px 0;
          border-color: transparent #fff transparent transparent;
          z-index: 2; } }

.cta_grid {
  list-style: none;
  padding-left: 0; }
  @media only screen and (max-width: 40em) {
    .cta_grid li {
      width: 100%; } }
  .cta_grid--item {
    border: 2px solid #eaedef;
    background: #fff;
    position: relative; }
    .cta_grid--item.red-bottom-border {
      border-bottom: 3px solid; }
  .cta_grid--mini-title {
    font-size: 0.875rem;
    font-weight: 600;
    margin: 0; }
  .cta_grid--content {
    padding: 30px;
    display: block;
    z-index: 10;
    position: relative; }
    .cta_grid--content h3, .cta_grid--content h5, .cta_grid--content p {
      position: relative;
      z-index: 20;
      margin: 0 0 20px; }
    .cta_grid--content h3 {
      font-size: 2rem; }
    .cta_grid--content .price {
      color: #231f20; }
    .cta_grid--content h5 {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 0.875rem; }
      .cta_grid--content h5 span {
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
        padding-left: 10px;
        border-left: 1px solid;
        color: #231f20; }
    .cta_grid--content p {
      margin: 20px 0;
      max-height: 165px;
      overflow: hidden; }
    .cta_grid--content.center {
      text-align: center;
      overflow: hidden;
      padding: 100px 30px 50px;
      -webkit-transition: padding 300ms;
      -moz-transition: padding 300ms;
      -ms-transition: padding 300ms;
      -o-transition: padding 300ms;
      transition: padding 300ms; }
      .cta_grid--content.center:before {
        content: "";
        display: block;
        position: absolute;
        background: #fff;
        opacity: 0.95;
        filter: alpha(opacity=95);
        width: 250%;
        height: 250%;
        top: -2px;
        left: -30%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        -webkit-transition: opacity 300ms, top 300ms;
        -moz-transition: opacity 300ms, top 300ms;
        -ms-transition: opacity 300ms, top 300ms;
        -o-transition: opacity 300ms, top 300ms;
        transition: opacity 300ms, top 300ms; }
      .cta_grid--content.center:hover {
        padding: 75px 30px; }
        .cta_grid--content.center:hover:before {
          top: -50%;
          opacity: 1;
          filter: alpha(opacity=100); }
  .cta_grid--image {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 5; }
    .cta_grid--image:after {
      content: "";
      background: #fff;
      display: block;
      position: absolute;
      width: 200%;
      height: 100%;
      left: -80%;
      bottom: -80%;
      -moz-border-radius: 400px / 130px;
      -webkit-border-radius: 400px / 130px;
      border-radius: 400px / 130px; }
    .cta_grid--image + .cta_grid--content {
      padding-top: 20px;
      margin-top: -20px; }
  .cta_grid--backgroundimage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center; }
    .cta_grid--backgroundimage + .cta_grid--content h3 {
      margin: 1.25rem 0 0.625rem; }
  .cta_grid.full-width-grid li {
    margin-bottom: 0.9375rem; }
  @media only screen and (min-width: 40.063em) {
    .cta_grid.full-width-grid {
      background: #fff;
      padding: 1.875rem 0; }
      .cta_grid.full-width-grid .cta_grid--item {
        margin-bottom: 0.9375rem; }
      .cta_grid.full-width-grid .cta_grid--backgroundimage {
        width: 30%; }
      .cta_grid.full-width-grid .cta_grid--content {
        text-align: left;
        padding: 1.875rem;
        padding-left: 35%; }
        .cta_grid.full-width-grid .cta_grid--content p {
          margin-bottom: 1.875rem; }
        .cta_grid.full-width-grid .cta_grid--content:before {
          display: none; }
      .cta_grid.full-width-grid li:nth-child(2n) .cta_grid--content {
        padding-left: 3.75rem;
        padding-right: 35%; }
      .cta_grid.full-width-grid li:nth-child(2n) .cta_grid--backgroundimage {
        left: auto; } }

.simple-boxed-content {
  background: #fff;
  display: table;
  height: 100%;
  width: 100%;
  padding: 0;
  text-align: left; }
  @media only screen and (min-width: 40.063em) {
    .simple-boxed-content {
      padding: 10px 3.75rem; } }
  .simple-boxed-content--heading {
    color: #e32a24;
    font-size: 2.625rem; }

/*  RTE  */
.rte h1.side-nav__title, .rte h1.side-nav__related, .rte h2.side-nav__title, .rte h2.side-nav__related, .rte h3.side-nav__title, .rte h3.side-nav__related, .rte h4.side-nav__title, .rte h4.side-nav__related, .rte h5.side-nav__title, .rte h5.side-nav__related, .rte h6.side-nav__title, .rte h6.side-nav__related, .rte .h1.side-nav__title, .rte .h1.side-nav__related, .rte .h2.side-nav__title, .rte .h2.side-nav__related, .rte .h3.side-nav__title, .rte .h3.side-nav__related, .rte .h4.side-nav__title, .rte .h4.side-nav__related, .rte .h5.side-nav__title, .rte .h5.side-nav__related, .rte .h6.side-nav__title, .rte .h6.side-nav__related {
  color: #fff; }

.rte > ol, .rte ul {
  list-style-position: inside;
  font-family: "minion-pro", serif;
  font-size: 1.125rem; }

.rte > ol {
  counter-reset: item;
  list-style: none; }
  .rte > ol li {
    counter-increment: item; }
    .rte > ol li:before {
      content: counter(item) ".";
      margin-right: 0.375rem;
      font-size: 1.125rem; }

.rte > ul {
  list-style: none;
  margin-left: 14px; }
  @media only screen and (min-width: 40.063em) {
    .rte > ul {
      margin-left: 30px; } }
  .rte > ul li {
    position: relative;
    padding-left: 1.125rem; }
    .rte > ul li:after {
      content: '';
      position: absolute;
      top: 10px;
      left: 0;
      width: 6px;
      height: 6px;
      content: '';
      display: block;
      position: absolute;
      height: 0;
      width: 0;
      border-style: solid;
      border-width: 5px 0 5px 4px;
      border-color: transparent transparent transparent #000; }

@media only screen and (max-width: 40em) {
  .rte > p > img {
    height: auto !important; } }

.rte .img_float_left {
  float: left;
  margin: 1.875rem;
  margin-left: 0; }

.rte .img_float_right {
  float: right;
  margin: 3.75rem;
  margin-right: 0; }

.rte p .img_float_left:first-child, .rte p .img_float_right:first-child {
  margin-top: 0; }

.rte a:hover {
  color: #bc1d18; }

.sitemap {
  list-style: none;
  padding: 0; }
  .sitemap li {
    margin-left: 10px; }
    .sitemap li a {
      color: #231f20; }

/*  Resuable elements  */
.intro-block {
  margin-bottom: 1.875rem;
  margin-top: 3.75rem; }
  .intro-block.hero-alt .intro-block__title {
    margin-bottom: -90px; }
  @media only screen and (min-width: 40.063em) {
    .intro-block {
      margin-bottom: 1.875rem; } }
  .intro-block__title {
    font-size: 2.25rem; }
  .intro-block__content {
    font-size: 1.25rem;
    margin-bottom: 1.875rem; }
    @media only screen and (min-width: 40.063em) {
      .intro-block__content {
        padding: 0 3.75rem; } }
  .intro-block .btn {
    width: 100%;
    margin-bottom: 0.9375rem; }
    @media only screen and (min-width: 40.063em) {
      .intro-block .btn {
        width: auto;
        margin-right: 0.9375rem; } }

.pallex-ctas-container + .row .intro-block {
  margin-top: 0; }

.addthis_sharing_toolbox {
  margin-top: 1.875rem; }

.addthis_sharing_toolbox_bottom .addthis_sharing_toolbox {
  margin-top: 0; }

.pallex-cta--outer {
  position: relative;
  padding: 2.25rem 2.5rem; }
  @media only screen and (min-width: 40.063em) {
    .pallex-cta--outer {
      padding: 2.25rem 3.125rem;
      min-height: 190px; } }

.pallex-cta--macro {
  margin-bottom: 1.875rem; }

@media only screen and (max-width: 40em) {
  .pallex-cta {
    margin-bottom: 0.9375rem; } }

.pallex-cta--content {
  position: relative;
  z-index: 2; }

.pallex-cta--heading {
  margin-top: 0;
  color: #fff !important;
  margin-bottom: 1rem; }

.pallex-cta .text-arrow {
  content: '';
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #000;
  bottom: 25px;
  right: 14px;
  background: transparent;
  z-index: 3;
  cursor: pointer; }
  .pallex-cta .text-arrow + input[type="text"] {
    padding-right: 2.875rem; }

.pallex-cta-postcode-input {
  position: absolute;
  width: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  border: 0;
  transition: width 2s;
  z-index: 2; }

.pallex-cta .active {
  width: 100%; }

.pallex-cta input[type="text"] {
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 22px;
  border: 2px solid transparent; }
  .pallex-cta input[type="text"].error {
    border-color: red; }

.sign-up {
  position: relative;
  padding: 2.34375rem; }
  @media only screen and (min-width: 40.063em) {
    .sign-up {
      padding: 3.28125rem; } }
  @media only screen and (min-width: 64.063em) {
    .sign-up {
      padding: 5.625rem; } }
  .sign-up--content {
    position: relative;
    z-index: 2; }
  .sign-up--heading, .sign-up--text {
    color: #fff !important; }
  .sign-up--heading {
    margin-top: 0.375rem; }
  .sign-up .truck-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(/images/main/sprites.png);
    background-position: 0px 0px;
    width: 54px;
    height: 37px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .sign-up .truck-icon {
        background-image: url(/images/main/sprites-2x.png);
        background-size: 125px 98px; } }
  .sign-up .columns {
    padding: 0; }
  .sign-up input[type="text"] {
    padding: 1.25rem 1.375rem;
    height: 100%; }
  .sign-up .contourField {
    clear: none;
    margin-bottom: 0.9375rem; }
  .sign-up .form-inner {
    padding-top: 1.375rem; }
    @media only screen and (min-width: 64.063em) {
      .sign-up .form-inner {
        max-width: 840px;
        margin: 0 auto; } }
  .sign-up .btn {
    width: 100%;
    height: 100%;
    padding: 0.625rem 1.375rem; }
  .sign-up input[type="text"], .sign-up .btn {
    height: 58px; }
  .sign-up input[type="text"] {
    padding-right: 3.125rem; }
  .sign-up .firstname, .sign-up .emailaddress {
    position: relative; }
    .sign-up .firstname:after, .sign-up .emailaddress:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 16px; }
  @media only screen and (max-width: 40em) {
    .sign-up .input-validation-error {
      margin-bottom: 44px; } }
  .sign-up .firstname:after {
    background-image: url(/images/main/sprites.png);
    background-position: 0px -67px;
    width: 23px;
    height: 18px;
    margin-top: -9px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .sign-up .firstname:after {
        background-image: url(/images/main/sprites-2x.png);
        background-size: 125px 98px; } }
  @media only screen and (min-width: 40.063em) {
    .sign-up .firstname input[type="text"] {
      border-right: 1px solid #eaedef; } }
  .sign-up .emailaddress:after {
    background-image: url(/images/main/sprites.png);
    background-position: -23px -67px;
    width: 23px;
    height: 18px;
    margin-top: -9px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .sign-up .emailaddress:after {
        background-image: url(/images/main/sprites-2x.png);
        background-size: 125px 98px; } }
  @media only screen and (max-width: 40em) {
    .sign-up .emailaddress:after, .sign-up .firstname:after {
      top: 29px; } }
  .sign-up .message-label {
    background: #fff;
    padding: 0.9375rem 1.875rem; }
    @media only screen and (max-width: 40em) {
      .sign-up .message-label {
        margin-top: 0.9375rem; } }
  .sign-up .field-validation-error {
    width: 100%;
    padding: 10px 30px;
    text-align: left;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0; }
    @media only screen and (min-width: 40.063em) {
      .sign-up .field-validation-error {
        bottom: -44px; } }

.pagination {
  display: inline-block;
  width: 100%;
  margin-top: 1.875rem; }
  .pagination ul {
    list-style: none;
    padding: 0 0.9375rem; }
    @media only screen and (min-width: 64.063em) {
      .pagination ul {
        padding: 0 3.75rem; } }
    .pagination ul li {
      display: none;
      float: left;
      height: 60px;
      width: 60px;
      min-width: 60px;
      line-height: 56px;
      text-align: center;
      border: 2px solid #eaedef;
      position: relative;
      margin-right: 0.25rem; }
      @media only screen and (min-width: 40.063em) {
        .pagination ul li {
          display: block; } }
      .pagination ul li a {
        display: block;
        width: 100%;
        height: 100%;
        color: #231f20;
        font-family: "minion-pro", serif;
        font-size: 1.125rem;
        cursor: pointer; }
      .pagination ul li.selected {
        display: block; }
      .pagination ul li.arrow {
        display: block;
        width: auto;
        float: right; }
        .pagination ul li.arrow.prev i {
          top: 50%;
          left: 50%;
          margin-left: -5px;
          margin-top: -10px;
          content: '';
          display: block;
          position: absolute;
          height: 0;
          width: 0;
          border-style: solid;
          border-width: 10px 10px 10px 0;
          border-color: transparent #000 transparent transparent; }
        .pagination ul li.arrow.next {
          padding-left: 22px; }
          .pagination ul li.arrow.next i {
            content: '';
            display: block;
            position: absolute;
            height: 0;
            width: 0;
            border-style: solid;
            border-width: 10px 0 10px 10px;
            border-color: transparent transparent transparent #000;
            display: inline-block;
            position: relative;
            top: 5px;
            margin-left: 14px;
            margin-right: 22px; }
          @media only screen and (min-width: 40.063em) {
            .pagination ul li.arrow.next {
              min-width: 160px; } }
          @media only screen and (min-width: 64.063em) {
            .pagination ul li.arrow.next {
              min-width: 300px; } }
      .pagination ul li.no-border {
        border-color: transparent; }

.interactive-map-module__search {
  padding: 15px; }
  @media only screen and (min-width: 40.063em) {
    .interactive-map-module__search {
      padding: 30px; } }
  @media only screen and (min-width: 64.063em) {
    .interactive-map-module__search {
      padding: 60px; } }

.interactive-map-module__input {
  margin-bottom: 0.9375rem;
  padding: 30px 80px 10px 20px;
  font-family: "minion-pro", serif;
  font-weight: 400;
  font-size: 1.875rem;
  color: #000;
  border: 2px solid #eaedef; }

.interactive-map-module form div {
  position: relative; }
  .interactive-map-module form div .postCodeSearch {
    display: inline-block; }
  .interactive-map-module form div .btn--red {
    padding: 27px 24px; }
    @media only screen and (max-width: 40em) {
      .interactive-map-module form div .btn--red {
        width: 100%; } }
  .interactive-map-module form div .postcodeSearchBox {
    padding: 30px 80px 10px 20px;
    font-family: "minion-pro", serif;
    font-weight: 400;
    font-size: 1.875rem;
    color: #000;
    border: 2px solid #eaedef; }
  .interactive-map-module form div .GooglePlaceSearchAutoComplete {
    padding: 30px 80px 10px 20px;
    font-family: "minion-pro", serif;
    font-weight: 400;
    font-size: 1.875rem;
    color: #000;
    border: 2px solid #eaedef; }
  .interactive-map-module form div label {
    color: #e32a24;
    position: absolute;
    top: 12px;
    left: 22px;
    font-family: "myriad-pro", sans-serif;
    font-size: 14px;
    font-weight: 600;
    z-index: 2; }

.interactive-map-module.loading form div:after {
  display: none; }

.interactive-map-module.loading form div:before {
  content: '';
  display: block;
  position: absolute;
  top: 28px;
  right: 15px;
  background: url("/images/assets/loading.gif");
  width: 32px;
  height: 32px; }

.interactive-map-module__error {
  background: #e32a24;
  margin: 0;
  padding: 0.625rem;
  color: #fff;
  display: none; }

.interactive-map-module .pseudo-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 100%;
  cursor: pointer;
  z-index: 3; }

.interactive-map-module .fa-map-marker {
  position: absolute;
  top: 38px;
  right: 35px;
  margin-top: -10px;
  font-size: 28px; }

.partners_map {
  display: block;
  width: 100%;
  height: 450px; }
  @media only screen and (min-width: 40.063em) {
    .partners_map {
      height: 400px; } }
  @media only screen and (min-width: 64.063em) {
    .partners_map {
      height: 100%;
      min-height: 500px; } }

.noPostCode {
  clear: left;
  padding-left: 10px;
  padding-top: 20px;
  color: red;
  display: block; }

.row--map {
  max-width: 100%;
  background: url("../../images/assets/interactivemap_bg.png") no-repeat left bottom;
  overflow: hidden;
  margin: 0 0 60px 0;
  padding: 0 !important; }

.map_canvas {
  height: 300px; }

#map-popup-content * {
  color: #fff; }

#map-popup-content h2 {
  margin-top: 20px;
  font-size: 1.5rem; }

#map-popup-content p {
  margin-bottom: 0;
  margin-top: 0; }

.js-info-bubble-close {
  right: 20px !important;
  top: 20px !important; }

/*  Aside modules  */
/*  track and trace  */
.tt_module {
  margin: 20px 0;
  padding: 20px;
  border: 2px solid #eaedef; }
  @media only screen and (min-width: 40.063em) {
    .tt_module {
      padding: 40px; } }

.tt_account:after {
  content: '';
  display: table;
  height: 0;
  clear: both; }

.tt_account--name, .tt_account--account {
  color: #e32a24;
  display: inline-block;
  margin: 10px;
  font-weight: 700; }
  .tt_account--name span, .tt_account--account span {
    font-weight: 400; }
  @media only screen and (min-width: 40.063em) {
    .tt_account--name, .tt_account--account {
      margin: 0 15px 0 0; } }

.tt_account--widgetcode {
  color: #e32a24;
  font-weight: 700;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 2px 0 0 #fff, -2px 0 0 #fff;
  box-shadow: inset 0 -1px 0 0 #fff, inset 0 -1px 0 0 #e32a24; }
  @media only screen and (min-width: 40.063em) {
    .tt_account--widgetcode {
      display: inline-block; } }

@media only screen and (min-width: 40.063em) {
  .tt_account--links {
    text-align: right; } }

.tt_account--details {
  background-color: #eaedef;
  text-align: center;
  display: none;
  margin-top: 20px; }
  .tt_account--details:after {
    content: '';
    display: table;
    height: 0;
    clear: both; }
  .tt_account--details * {
    color: #e32a24; }

.tt_account--viewdetails {
  position: relative;
  padding: 0 0 0 20px;
  margin-left: 20px;
  border-left: 1px solid #eaedef;
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999em;
  background: white;
  cursor: pointer; }
  .tt_account--viewdetails:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(/images/main/sprites.png);
    background-position: -90px 0px;
    width: 20px;
    height: 14px;
    margin-top: -7px;
    margin-left: -10px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .tt_account--viewdetails:before {
        background-image: url(/images/main/sprites-2x.png);
        background-size: 125px 98px; } }
  .tt_account--viewdetails.open:before {
    background-image: url(/images/main/sprites.png);
    background-position: -90px -14px;
    width: 20px;
    height: 14px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .tt_account--viewdetails.open:before {
        background-image: url(/images/main/sprites-2x.png);
        background-size: 125px 98px; } }

.tt_result:after {
  content: '';
  display: table;
  height: 0;
  clear: both; }

.tt_result--sectionheading {
  color: #e32a24;
  padding-left: 0.9375rem;
  margin-top: 0; }

.tt_result--resultheading {
  color: #e32a24;
  font-weight: 700; }

.tt_result--list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative; }
  .tt_result--list:after {
    content: '';
    display: table;
    height: 0;
    clear: both; }

.tt_result--listitem {
  border-bottom: 1px solid #eaedef; }

.tt_result--basicinfo {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  cursor: pointer;
  padding: 15px 0; }
  .tt_result--basicinfo:after {
    content: '';
    display: table;
    height: 0;
    clear: both; }
  .tt_result--basicinfo:hover {
    background-color: #eaedef;
    cursor: pointer; }

.tt_result--consignmentno {
  color: #231f20;
  font-weight: 700;
  margin: 0; }

.tt_result--consignmentdate {
  color: #231f20;
  margin: 0; }

.tt_result--consignmentstatus {
  margin: 0;
  padding-right: 15px;
  position: relative; }
  .tt_result--consignmentstatus:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-clip: padding-box;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px; }
  .tt_result--consignmentstatus.green:after {
    background-color: #4ba75e; }
  .tt_result--consignmentstatus.orange:after {
    background-color: #ff9600; }
  .tt_result--consignmentstatus.red:after {
    background-color: #e32a24; }

.tt_offcanvas {
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  background: rgba(35, 31, 32, 0.75);
  display: none; }
  .tt_offcanvas--primarylist {
    width: 300px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 20px;
    margin: 0;
    list-style-type: none;
    background: #fff;
    -webkit-transform: translate3d(0, 0, 0) translateY(300px);
    -ms-transform: translate3d(0, 0, 0) translateY(300px);
    transform: translate3d(0, 0, 0) translateY(300px);
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    overflow: auto; }
    @media only screen and (min-width: 40.063em) {
      .tt_offcanvas--primarylist {
        padding: 30px; } }
    @media only screen and (min-width: 64.063em) {
      .tt_offcanvas--primarylist {
        width: 400px; } }
  .tt_offcanvas--close {
    padding: 0;
    margin: 0;
    background: #e32a24;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 300px;
    text-indent: -9999em;
    cursor: pointer; }
    .tt_offcanvas--close:before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -7.5px;
      margin-left: -7.5px;
      background-image: url(/images/main/sprites.png);
      background-position: -110px 0px;
      width: 15px;
      height: 15px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .tt_offcanvas--close:before {
          background-image: url(/images/main/sprites-2x.png);
          background-size: 125px 98px; } }
    @media only screen and (min-width: 40.063em) {
      .tt_offcanvas--close {
        width: 50px;
        height: 50px; } }
    @media only screen and (min-width: 64.063em) {
      .tt_offcanvas--close {
        right: 400px; } }
  .tt_offcanvas--primarybutton {
    display: block;
    position: relative;
    width: 100%;
    background: #fff;
    padding: 15px 20px 15px 0;
    border-bottom: 1px solid #eaedef;
    color: #e32a24;
    text-align: left;
    font-weight: 700;
    cursor: pointer; }
    .tt_offcanvas--primarybutton:after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: -6.5px;
      background-image: url(/images/main/sprites.png);
      background-position: -110px -15px;
      width: 13px;
      height: 13px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .tt_offcanvas--primarybutton:after {
          background-image: url(/images/main/sprites-2x.png);
          background-size: 125px 98px; } }
    .tt_offcanvas--primarybutton.active:after {
      background-image: url(/images/main/sprites.png);
      background-position: -110px -28px;
      width: 13px;
      height: 13px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .tt_offcanvas--primarybutton.active:after {
          background-image: url(/images/main/sprites-2x.png);
          background-size: 125px 98px; } }
  .tt_offcanvas--secondarylist {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: none; }
    .tt_offcanvas--secondarylist li {
      margin: 10px 0; }
    .tt_offcanvas--secondarylist .tt_result--consignmentstatus {
      padding-right: 0; }
      .tt_offcanvas--secondarylist .tt_result--consignmentstatus:after {
        left: 0;
        right: auto;
        margin-top: -10px;
        background-color: #eaedef; }
      .tt_offcanvas--secondarylist .tt_result--consignmentstatus.green:after {
        background-color: #4ba75e; }
  .tt_offcanvas--heading, .tt_offcanvas--data {
    width: 48%;
    display: inline-block;
    font-size: 1rem;
    margin: 0;
    font-family: "myriad-pro", sans-serif; }
  .tt_offcanvas--heading {
    font-weight: 700; }
  .tt_offcanvas--tt .tt_offcanvas--data {
    width: 100%; }
  .tt_offcanvas--tt .tt_result--consignmentstatus {
    left: 50%;
    margin-left: -10px; }
  .tt_offcanvas--tt .tt_result--resultheading {
    margin-top: 0; }
  .tt_offcanvas--tt .show-less-tt {
    display: none; }
  .tt_offcanvas--tt .tt_offcanvas--tt-extra {
    display: none; }
    .tt_offcanvas--tt .tt_offcanvas--tt-extra .tt_offcanvas--data {
      width: auto; }
    .tt_offcanvas--tt .tt_offcanvas--tt-extra .tt_result--consignmentstatus {
      left: 0;
      margin-left: 0; }
  .tt_offcanvas--tt .tt_offcanvas--tt-row {
    cursor: pointer; }
  .tt_offcanvas--full .tt_offcanvas--heading, .tt_offcanvas--full .tt_offcanvas--data {
    width: 100%; }
  .tt_offcanvas--separator {
    clear: both;
    border-top: 1px solid #eaedef;
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
    list-style: none; }
    .tt_offcanvas--separator:last-of-type {
      display: none; }
  .tt_offcanvas--full-row .tt_offcanvas--heading {
    width: auto; }

.tt_results_section {
  display: none; }

.tt_result--basicinfo.active ~ .tt_offcanvas {
  display: block; }
  .tt_result--basicinfo.active ~ .tt_offcanvas .tt_offcanvas--primarylist {
    -webkit-transform: translate3d(0, 0, 0) translateY(0);
    -ms-transform: translate3d(0, 0, 0) translateY(0);
    transform: translate3d(0, 0, 0) translateY(0); }

.show-pod-image-button {
  display: none;
  position: absolute;
  right: 30px;
  padding: 16px 40px; }

@media only screen and (min-width: 64.063em) {
  .tt_result--basicinfo.active ~ .tt_offcanvas {
    display: none; }
  .tt_result--basicinfo.active ~ .tt_results_section {
    display: block; }
  .show-pod-image-button {
    display: block; } }

.consignment-row-label {
  font-weight: bold; }

.consignment-address * {
  margin-right: 0.5rem;
  margin-bottom: 0; }

.consignment-address h5 {
  color: #e32a24;
  font-size: 1rem;
  font-weight: 700;
  margin-right: 0.1875rem; }

.tt_results_section .tt_offcanvas--secondarylist, .tt_results_section .tt_offcanvas--separator {
  display: block !important; }

.pod-image-section {
  text-align: center;
  margin: 1.875rem 0 !important;
  padding-bottom: 1.875rem;
  border-bottom: 2px solid #eaedef; }
  .pod-image-section .tt_module--sectionheading {
    font-weight: bold;
    margin-bottom: 0.9375rem; }
  .pod-image-section .tt_offcanvas--heading, .pod-image-section .tt_offcanvas--data {
    text-align: left; }

.tt_module .pagination {
  text-align: center; }
  .tt_module .pagination li {
    float: none;
    display: inline-block; }

.tt_postcode-form {
  text-align: center; }
  .tt_postcode-form input {
    border: 1px solid #000; }
  .tt_postcode-form .btn {
    padding: 14px; }

/*  Accessibility
	------------------------------------------ */
.no-js .top_bar ul.left {
  display: none; }

.no-js .site_header .site_nav > ul > li:hover .mega_menu {
  display: block; }

.no-js .site_header .site_nav > ul > li .mega_menu {
  top: 60%; }
  .no-js .site_header .site_nav > ul > li .mega_menu ul > li li ul {
    display: block; }
  .no-js .site_header .site_nav > ul > li .mega_menu .nav_section > ul > li li .sub-nav-dropdown-icon {
    display: none !important; }

.no-js .site_header .search_wrapper {
  display: none; }

.no-js .site_header .mobile_site_nav {
  display: block; }
  .no-js .site_header .mobile_site_nav #search-mob {
    display: block; }

.no-js .accordion .accordion-navigation .content {
  display: block; }

.no-js .accordion .accordion-navigation > a {
  border-top: 1px solid #000; }
  .no-js .accordion .accordion-navigation > a:after {
    display: none; }

.no-js .accordion .accordion-navigation:first-of-type > a {
  border-top: 0; }

.no-js .accordion .accordion-navigation:last-of-type .content {
  border-bottom: 1px solid #000; }

.no-js .rte p img {
  margin: 0 15px 15px 15px; }

.no-js .full-size-tile .image-container {
  min-height: 300px; }

.no-js #show-more-tweets {
  display: none; }

.no-js .cust-tabs, .no-js .cust-tabs-spacer {
  display: none; }

.no-js .home-tab-content {
  display: block !important; }

.no-js #print {
  display: none; }

.no-js .fake-file-upload .fake-container {
  display: none; }

.no-js .fake-file-upload input[type="file"] {
  display: block !important;
  visibility: visible !important; }

.no-js .tabs dd .tab-title, .no-js .tabs .tab-title {
  display: none; }

.no-js .handbook_slider ul li {
  margin-bottom: 15px; }

.no-js .handbook_slider .cta_section {
  margin-bottom: 15px; }

.no-js .handbook_slider > div {
  margin-bottom: 15px; }

.no-js .office-container .row .small-12:first-of-type {
  display: none; }

.no-js .office-container .row .small-12:last-of-type {
  width: 100% !important; }

.no-js .office-container .row .small-12 .location-container {
  border-left: 1px solid #000; }

/*# sourceMappingURL=global.css.map */