/* - Prodo Front End Global Sass File
-------------------------------------------------
	Description: Prodo Digital Front End Base Package
	Author: Prodo Digital
	Author URL: http://www.prodo.com
*/
/* - CONTENTS
-------------------------------------------------

-------------------------------------------------

	/* - FOUNDATION & SETTINGS
	------------------------------------------ */
/*
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);
*/
/* Globals & Variable setup
========================================================================== */
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; }

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

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

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

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

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

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

h1 {
  font-size: 2.125rem; }

h2 {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

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

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

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

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

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

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

ul {
  margin-left: 1.1rem; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }

ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }

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

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

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

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }

dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  cursor: help; }

abbr {
  text-transform: none; }
  abbr[title] {
    border-bottom: 1px dotted #DDDDDD; }

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

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

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

.vevent .summary {
  font-weight: bold; }

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

@media only screen and (min-width: 40.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }
  h1 {
    font-size: 2.75rem; }
  h2 {
    font-size: 2.3125rem; }
  h3 {
    font-size: 1.6875rem; }
  h4 {
    font-size: 1.4375rem; }
  h5 {
    font-size: 1.125rem; }
  h6 {
    font-size: 1rem; } }

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.34in; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

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

/* - HELPERS
	------------------------------------------ */
/* - Functions
------------------------------------------------- 
    Description: Sass functions are stored here
    Author: Nick Rowe - Prodo Digital
    Author URL: http://www.prodo.com
*/
/*=====================================================
  Function name
======================================================*/
/* - Mixins
-------------------------------------------------
    Description: Useful mixins
    Author: Nick Rowe - Prodo Digital
    Author URL: http://www.prodo.com
*/
/*=====================================================
  Placeholder
======================================================*/
/*=====================================================
  Border radius mixins
======================================================*/
/*=====================================================
  Cross browser opacity
======================================================*/
/*=====================================================
  Transition
======================================================*/
/*=====================================================
  Box shadows
======================================================*/
/*=====================================================
  Triangle Shape

  @include triangle within a pseudo element and add positioning properties (ie. top, left)
  $direction: up, down, left, right
======================================================*/
/*=====================================================
  SVG fallback for invisbile gradient

  Sass mixin for SVG with fallback support using the invisible gradient technique
  http://pauginer.com/post/36614680636/invisible-gradient-technique
======================================================*/
/*=====================================================
  Sprite helper - include if your using a sprite as a pseudo element
======================================================*/
/*=====================================================
  Sprite helper - vartically aligned sprite as a pseudo element
======================================================*/
/*=====================================================
  Sprite helper - vartically and horizontally aligned sprite as a pseudo element
======================================================*/
/*=====================================================
  clearfix
======================================================*/
/*=====================================================
  absolutely positioned overlay as a pseudo element
======================================================*/
/*=====================================================
  Vertical align in 3 lines - http://zerosixthree.se/vertical-align-anything-with-just-3-lines-of-css/
======================================================*/
/*=====================================================
  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; }

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

/* - VENDOR
	------------------------------------------ */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .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[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; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  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;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .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: 0;
    right: 0;
    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 #aaa;
  border-radius: 4px;
  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__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 #aaa;
    border-radius: 4px;
    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 {
  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 #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0; }

.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: #000000;
  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 #aaa;
  border-radius: 4px;
  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='white', endColorstr='#eeeeee', 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 #aaa;
    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='#eeeeee', endColorstr='#cccccc', 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 #aaa;
  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='white', endColorstr='#eeeeee', 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='#eeeeee', endColorstr='white', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  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 #aaa;
    border-radius: 4px;
    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 #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0; }

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

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */ }

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }
  .noUi-handle.no-ui-active {
    background-image: url(/images/sprites.png);
    background-position: -263px -114px;
    width: 25px;
    height: 25px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .noUi-handle.no-ui-active {
        background-image: url(/images/sprites-2x.png);
        background-size: 319px 293px; } }

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10; }

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 5px;
  margin: 10px 0; }

.noUi-horizontal .noUi-handle {
  left: -10px;
  top: -10px;
  background-image: url(/images/sprites.png);
  background-position: -263px -149px;
  width: 25px;
  height: 25px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .noUi-horizontal .noUi-handle {
      background-image: url(/images/sprites-2x.png);
      background-size: 319px 293px; } }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

/* Styling;
 */
.noUi-base {
  background: #000000; }

.noUi-connect {
  background: #000000;
  -webkit-transition: background 450ms;
  transition: background 450ms; }

.noUi-origin {
  /*border-radius: 2px;*/ }

.noUi-target {
  /*border:0;*/ }

.noUi-target.noUi-connect {
  /*box-shadow: inset 0 0 3px rgba(51,51,51,0.45), 0 3px 6px -5px #BBB;*/ }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize; }

.noUi-vertical .noUi-draggable {
  cursor: n-resize; }

.noUi-handle {
  cursor: w-resize; }

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* - CORE
	------------------------------------------ */
._reset_ul, .listing, .homepage_banner .slick-dots li, .simple-slider.with-dots ul.slick-dots li, .simple-slider-dots .slick-dots, .listing_page, .breadcrumb, .site-nav ul, ._reset_ul > li, .listing > li, .homepage_banner .slick-dots li > li, .simple-slider.with-dots ul.slick-dots li > li, .simple-slider-dots .slick-dots > li, .listing_page > li, .breadcrumb > li, .site-nav ul > li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block; }

._transition_200, .pagination ul li a, .pagination ul li button {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

._transition_300, a, .poll_form label:before, .poll_form label:after, article.rte .poll_form label:before, article.rte .poll_form label:after {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

._transition_400 {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease; }

._border_radius, .coloured_wrapper, .ios_radios {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

._fontlight, p {
  font-family: "Lato", sans-serif;
  font-weight: 300; }

._fontreg, input, select, textarea, button, .styled_label, .fieldLabel, input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"], .faux_checkbox, .ios_radio {
  font-family: "Lato", sans-serif;
  font-weight: 400; }

._fontboldsemi {
  font-family: "Lato", sans-serif;
  font-weight: 600; }

._fontbold {
  font-family: "Lato", sans-serif;
  font-weight: 700; }

._bodyfont {
  font-family: "Lato", sans-serif;
  font-weight: 400; }

._bodyfontbold, .rte b, .rte strong {
  font-family: "Lato", sans-serif;
  font-weight: 700; }

._fontalt, .pagination ul li span, .pagination ul li a, .pagination ul li button {
  font-family: "Montserrat", sans-serif;
  font-weight: 700; }

._headingfont, h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6, .poll_form label, article.rte .poll_form label, article.rte .poll_results p, article.rte .poll_results .result_value, article.rte .poll_results .result_title, .listing_filter input[type=text], .listing_filter .select2, .resource-search input[type=text], .resource-search .select2 {
  font-family: "Lato", sans-serif;
  font-weight: 500; }

._rounded, .faux_checkbox label .checkbox, .faux_checkbox input:checked + label .checkbox:before, .homepage_banner .slick-dots li button, .simple-slider.with-dots ul.slick-dots li button, .simple-slider-dots .slick-dots li button, .social-icon.rounded {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

._reset_button, .rte form button {
  background: none;
  border: 0;
  margin: 0;
  padding: 0; }

._visuallyhidden, .visuallyhidden, form.no-labels label, form fieldset legend, .listing_filter label, .resource-search label {
  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.no-labels label.focusable:active, form fieldset legend.focusable:active, .listing_filter label.focusable:active, .resource-search label.focusable:active, ._visuallyhidden.focusable:focus, .focusable.visuallyhidden:focus, form.no-labels label.focusable:focus, form fieldset legend.focusable:focus, .listing_filter label.focusable:focus, .resource-search label.focusable:focus {
    clip: auto;
    position: static;
    overflow: visible;
    margin: 0;
    width: auto;
    height: auto; }

/* - Base
/* - Base
-------------------------------------------------
    Description: All base elements
    Author: Nick Rowe - 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: "Lato", sans-serif; }

a img {
  border: 0; }

.content_wrapper {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  color: #000000; }

.d-table {
  display: table;
  width: 100%;
  height: 100%; }

.v-align-table {
  vertical-align: middle;
  display: table-cell; }

.mb-1 {
  margin-bottom: 1rem; }

.mb-2 {
  margin-bottom: 2rem; }

.mb-3 {
  margin-bottom: 3rem; }

/* - Fonts
------------------------------------------------- 
    Description: Font faces!
    Author: Nick Rowe - Prodo Digital
    Author URL: http://www.prodo.com
*/
/*=====================================================
  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; }

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

/* - Typography
-------------------------------------------------
    Description: Typography goes here...
    Author: Nick Rowe - Prodo Digital
    Author URL: http://www.prodo.com
*/
/*=====================================================
  Heading Classes
======================================================*/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  display: block;
  color: #000000;
  margin: 1.25rem 0 0.625rem;
  clear: both;
  line-height: 1.5;
  font-weight: 300; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
  .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    color: #000000; }

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: #000000; }

a {
  text-decoration: none; }
  a:hover, a:active {
    color: #000000; }

.page-title {
  font-size: 1.625rem;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px; }
  @media only screen and (min-width: 40.063em) {
    .page-title {
      font-size: 2.1875rem; } }

/* - 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
*/
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    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-width: 100% !important; }
  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,
  .news-summary .img,
  footer.site_footer,
  .accessibility_bar,
  .nav-container,
  .nav-mobile-container {
    display: none !important; } }

/* - UI
	------------------------------------------ */
/*=====================================================
   Styling
======================================================*/
/* - Buttons
-------------------------------------------------
    Description: Button styles
    Author: Nick Rowe - Prodo Digital
    Author URL: http://www.prodo.com
*/
/*=====================================================
  Button Styling
======================================================*/
button {
  outline: none; }

.btn, .rte .btn, .rte form button {
  display: block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #ffffff;
  padding: 1rem 2.5rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
  outline: none;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  font-weight: 400;
  border: 2px solid #1d80c1;
  background-color: #1d80c1; }
  @media only screen and (min-width: 64.063em) {
    .btn, .rte .btn, .rte form button {
      display: inline-block; } }
  .btn:hover, .rte .btn:hover, .rte form button:hover {
    border-color: #208fd7;
    background-color: #208fd7;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
  .btn.btn-white, .rte .btn.btn-white, .rte form button.btn-white {
    border: 2px solid #ffffff;
    background-color: #ffffff;
    border-color: #ffffff;
    color: #464f58; }
    .btn.btn-white:hover, .rte .btn.btn-white:hover, .rte form button.btn-white:hover {
      color: #464f58;
      background-color: #ffffff; }
  .btn.btn-bordered, .rte .btn.btn-bordered, .rte form button.btn-bordered {
    background-color: transparent;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    color: #ffffff; }
  .btn.btn-inline, .rte .btn.btn-inline, .rte form button.btn-inline {
    display: inline-block; }
  .btn.btn-uppercase, .rte .btn.btn-uppercase, .rte form button.btn-uppercase {
    text-transform: uppercase; }
  .btn.btn-arrow, .rte .btn.btn-arrow, .rte form button.btn-arrow {
    position: relative;
    text-align: left;
    padding-right: 3.25rem; }
    .btn.btn-arrow:after, .rte .btn.btn-arrow:after, .rte form button.btn-arrow:after {
      content: '';
      display: block;
      position: absolute;
      right: 2.5rem;
      top: 50%;
      margin-top: -9.5px;
      background-image: url(/images/sprites.png);
      background-position: -301px -25px;
      width: 12px;
      height: 19px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .btn.btn-arrow:after, .rte .btn.btn-arrow:after, .rte form button.btn-arrow:after {
          background-image: url(/images/sprites-2x.png);
          background-size: 319px 293px; } }
    .btn.btn-arrow.large, .rte .btn.btn-arrow.large, .rte form button.btn-arrow.large {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem;
      font-size: 1.125rem; }
  .btn.btn-margin-bottom, .rte .btn.btn-margin-bottom, .rte form button.btn-margin-bottom {
    margin-bottom: 0.9375rem; }
  .btn > a, .rte .btn > a, .rte form button > a {
    text-decoration: none;
    color: #ffffff; }

#contrast_theme_yellow .btn, #contrast_theme_yellow .rte form button {
  background-color: #000;
  color: #ffffff; }
  #contrast_theme_yellow .btn > a, #contrast_theme_yellow .rte form button > a {
    color: #ffffff; }

/* - Tables
------------------------------------------------- 
    Description: Table styles
    Author: Nick Rowe - Prodo Digital
    Author URL: http://www.prodo.com
*/
/*=====================================================
  Table Styling
======================================================*/
table {
  margin-bottom: 2rem;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

/*=====================================================
   Styling
======================================================*/
.listing > li {
  display: block;
  border: 1px solid #000000;
  padding: 1.875rem;
  margin-bottom: 1.875rem;
  position: relative; }
  .listing > li > a:first-child {
    display: block;
    margin: -1.875rem;
    padding: 1.875rem; }

/* - UI - Forms
	------------------------------------------ */
/*=====================================================
   Styling
======================================================*/
/* - Forms
-------------------------------------------------
    Description: Form styles
    Author: Nick Rowe - Prodo Digital
    Author URL: http://www.prodo.com
*/
/*=====================================================
  Form Styling
======================================================*/
form {
  margin: 0; }
  form label {
    display: block;
    min-height: 1.5625rem; }
    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 button, form input[type=submit] {
    text-transform: uppercase; }
  form .text-center > button, form input[type=submit] {
    float: none !important; }

input, select, textarea, button {
  color: #000000;
  outline: none;
  font-size: 1rem; }

.contour-form {
  margin-bottom: 1.875rem;
  position: relative;
  z-index: 5; }
  .contour-form:after {
    background-image: url("/_frontend/images/stock/form-bg.png");
    background-size: cover;
    -ms-behavior: url(/_frontend/js/polyfills/backgroundsize.min.htc);
    background-position: center center;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    opacity: 0.2; }
  .contour-form .message {
    clear: both;
    width: 100%; }
  .contour-form.blue-bg {
    background-color: #1d80c1;
    padding: 2rem; }
    @media only screen and (max-width: 40em) {
      .contour-form.blue-bg {
        padding: 1rem; } }
    .contour-form.blue-bg h1,
    .contour-form.blue-bg h2,
    .contour-form.blue-bg h3,
    .contour-form.blue-bg h4,
    .contour-form.blue-bg h5,
    .contour-form.blue-bg h6,
    .contour-form.blue-bg p,
    .contour-form.blue-bg label {
      color: #ffffff; }
  .contour-form fieldset {
    min-width: 100%; }
  @media only screen and (min-width: 40.063em) {
    .contour-form .form-controls {
      text-align: right; } }
  .contour-form .form-controls .btn {
    text-transform: none;
    float: right; }
  .contour-form input[type="text"],
  .contour-form input[type="search"],
  .contour-form input[type="password"],
  .contour-form input[type="email"],
  .contour-form textarea,
  .contour-form .select2-container--default {
    margin-bottom: 0.9375rem; }

#contrast_theme_yellow .contour-form.blue-bg {
  background: #fdff42 !important; }
  #contrast_theme_yellow .contour-form.blue-bg:after {
    display: none; }

.form, .contour {
  background-color: #ffffff; }
  .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 {
    background-color: gray; }

.styled_label, .fieldLabel {
  margin-bottom: 0.9375rem;
  display: block;
  font-size: 0.875rem;
  width: 25%;
  float: left;
  padding-top: 0.9375rem; }
  @media only screen and (max-width: 40em) {
    .styled_label, .fieldLabel {
      float: none;
      width: 100%; } }

input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
textarea {
  width: 100%;
  padding: 0.9375rem;
  border: 0; }
  input[type="text"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #000000; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #000000; }
  input[type="text"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #000000; }

input[type="submit"] {
  -webkit-appearance: none; }

textarea {
  height: 300px; }

@media only screen and (min-width: 40.063em) {
  .form_input {
    float: left;
    width: 75%; } }

.contourMessageOnSubmit {
  background: #1d80c1;
  padding: 20px;
  color: white; }

.field-validation-error {
  display: block;
  background: #175B88;
  color: white;
  margin-top: -20px;
  padding: 10px; }

.coloured_wrapper {
  background-color: gray; }

textarea {
  color: #000000; }

input[type="text"],
input[type="password"],
input[type="email"] {
  height: 60px;
  line-height: 60px; }

.recaptchatable input[type="text"] {
  height: auto;
  line-height: 1; }

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  .inputfile + label {
    font-size: 1rem;
    color: #000000 !important;
    background-color: white;
    display: inline-block;
    width: 100%;
    padding: 10px;
    text-align: center;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border: 2px solid #ffffff;
    height: 60px;
    line-height: 36px;
    cursor: pointer; }

.inputfile:focus + label,
.inputfile + label:hover {
  background-color: #1d80c1;
  color: #ffffff !important;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border: 2px solid #ffffff; }

.form-control {
  margin-bottom: 1rem; }
  @media only screen and (min-width: 64.063em) {
    .form-control {
      margin-bottom: 2rem; } }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 60px;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  border-left: 4px solid #1d80c1; }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url(/images/sprites.png);
    background-position: -301px -217px;
    width: 14px;
    height: 11px;
    margin-left: -7px;
    margin-top: -5px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .select2-container--default .select2-selection--single .select2-selection__arrow b {
        background-image: url(/images/sprites-2x.png);
        background-size: 319px 293px; } }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #ECECEC;
  color: #464f58;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.select2-results__option {
  padding: 1rem; }

.select2-container--open .select2-dropdown {
  border: 0; }

.select2-container--open .select2-dropdown--below {
  border: 0;
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.07);
  border-radius: 0; }

.select2-container--default.select2-container--open .select2-selection__arrow b {
  background-image: url(/images/sprites.png);
  background-position: -301px -172px;
  width: 14px;
  height: 11px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .select2-container--default.select2-container--open .select2-selection__arrow b {
      background-image: url(/images/sprites-2x.png);
      background-size: 319px 293px; } }

.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; }
    .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;
      width: 15px;
      height: 15px;
      left: 5px;
      top: 5px;
      position: absolute;
      display: block;
      background-color: #ffffff; }
  .faux_checkbox.radio label .checkbox {
    border-radius: 0; }
  .faux_checkbox.radio input:checked + label .checkbox:before {
    border-radius: 0; }
  .faux_checkbox input:checked + label .checkbox:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background-color: #1d80c1; }

/* - Buttons
------------------------------------------------- 
    Description: IOS Radio styles
    Author: Nick Rowe - Prodo Digital
    Author URL: http://www.prodo.com
*/
/*=====================================================
  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 #000000;
    cursor: pointer;
    padding: 0.9375rem;
    border: 0;
    border-left: 1px solid #000000;
    -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: gray; }
    .ios_radio label:hover, .ios_radio label:focus {
      background: #000000;
      color: white; }
  .ios_radio input:checked + label,
  .ios_radio input:checked + label:hover,
  .ios_radio input:checked + label:focus {
    background: #000000;
    color: white; }
  .ios_radio:first-child label {
    border-left: 0; }

.select2-container .select2-selection--single {
  height: 60px;
  border: 0;
  text-align: left;
  outline: none;
  border-radius: 0; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 60px;
  padding: 0 20px;
  color: #000000; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 60px;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0;
  left: 50%;
  position: absolute;
  top: 50%; }

.coloured_wrapper .select2-container--default .select2-selection--single {
  background: none; }

/* - Partials - Modules
	------------------------------------------ */
.homepage_banner {
  background-color: #ffffff; }
  .homepage_banner__image {
    background-position: center;
    background-size: cover;
    position: relative;
    height: 250px; }
    @media only screen and (min-width: 40.063em) {
      .homepage_banner__image {
        height: 360px; } }
  .homepage_banner__content {
    background: #ffffff;
    padding: 20px 0; }
    .homepage_banner__content h1 {
      font-weight: 700; }
    .homepage_banner__content p {
      font-size: 1rem; }
      @media only screen and (min-width: 64.063em) {
        .homepage_banner__content p {
          font-size: 1.25rem; } }
    @media only screen and (min-width: 40.063em) {
      .homepage_banner__content {
        padding-bottom: 0px; } }
  @media only screen and (min-width: 40.063em) {
    .homepage_banner__btncontainer {
      padding-bottom: 40px;
      margin-top: 1.25rem;
      text-align: right; } }
  .homepage_banner__btncontainer .btn {
    padding: 1rem; }
  .homepage_banner__dots {
    position: relative;
    max-width: 75em; }
    @media only screen and (max-width: 40em) {
      .homepage_banner__dots {
        position: absolute;
        top: 210px;
        left: 0;
        right: 0; } }
    @media only screen and (min-width: 40.063em) {
      .homepage_banner__dots {
        padding-right: 0.9375rem;
        margin: 0 auto;
        top: -40px; } }
  .homepage_banner .slick-dots {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center; }
    @media only screen and (min-width: 40.063em) {
      .homepage_banner .slick-dots {
        text-align: right; } }
    .homepage_banner .slick-dots li {
      display: inline-block;
      padding: 0 4px; }
      .homepage_banner .slick-dots li:before {
        display: none; }
      .homepage_banner .slick-dots li button {
        outline: 0;
        background: #ffffff;
        border: 2px solid #ffffff;
        padding: 0;
        color: transparent !important;
        width: 15px;
        height: 15px;
        cursor: pointer; }
        @media only screen and (min-width: 40.063em) {
          .homepage_banner .slick-dots li button {
            background: #1d80c1;
            border: 2px solid #1d80c1; } }
      .homepage_banner .slick-dots li.slick-active button {
        background: transparent; }

.banner_standardinternal {
  position: relative;
  background-size: cover;
  -ms-behavior: url(/_frontend/js/polyfills/backgroundsize.min.htc);
  background-position: center center;
  display: table;
  height: 250px;
  width: 100%; }
  .banner_standardinternal.overlay:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #1d80c1;
    opacity: 0.5;
    filter: alpha(opacity=50); }
  @media only screen and (min-width: 40.063em) {
    .banner_standardinternal {
      height: 325px; } }
  @media only screen and (min-width: 64.063em) {
    .banner_standardinternal {
      height: 400px; } }
  .banner_standardinternal .content {
    display: table-cell;
    vertical-align: bottom;
    text-align: left; }
    @media only screen and (min-width: 40.063em) {
      .banner_standardinternal .content {
        vertical-align: middle; } }
    .banner_standardinternal .content .row {
      margin-top: 12.5rem; }
      @media only screen and (min-width: 40.063em) {
        .banner_standardinternal .content .row {
          margin-top: 0; } }
    .banner_standardinternal .content .content_heading {
      position: relative; }
      @media only screen and (min-width: 40.063em) {
        .banner_standardinternal .content .content_heading {
          height: 9.375rem; } }
      .banner_standardinternal .content .content_heading h1 {
        color: #ffffff;
        font-size: 2.1875rem;
        font-weight: 500; }
        .banner_standardinternal .content .content_heading h1.blue {
          margin: 0;
          padding: 0.625rem 1.25rem;
          background-color: #1d80c1;
          font-weight: 300; }
          @media only screen and (min-width: 40.063em) {
            .banner_standardinternal .content .content_heading h1.blue {
              padding: 1.25rem 2.5rem;
              position: absolute;
              left: 0;
              top: 0;
              z-index: 2;
              display: inline-block;
              -webkit-box-shadow: 3px 2px 3px 3px rgba(194, 194, 194, 0.25);
              -moz-box-shadow: 3px 2px 3px 3px rgba(194, 194, 194, 0.25);
              box-shadow: 3px 2px 3px 3px rgba(194, 194, 194, 0.25);
              border-radius: 4px; } }
      .banner_standardinternal .content .content_heading .subtitle {
        padding: 0.9375rem 1.25rem;
        background-color: #ffffff;
        color: #5a5a5a;
        font-size: 1.125rem; }
        @media only screen and (min-width: 40.063em) {
          .banner_standardinternal .content .content_heading .subtitle {
            padding: 1.5625rem 2.5rem 1.0625rem 2.5rem;
            position: absolute;
            left: 1.5625rem;
            top: 5rem;
            z-index: 1;
            display: inline-block;
            border-radius: 4px; } }

#contrast_theme_yellow .banner_standardinternal .content .content_heading h1.blue {
  background-color: #fdff42; }

#contrast_theme_yellow .banner_standardinternal .content .content_heading .subtitle {
  background-color: #000;
  color: #ffffff; }

@media only screen and (min-width: 64.063em) {
  .banner_text_only {
    padding-top: 3.75rem; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-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-track .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
    outline: none; }
    [dir="rtl"] .slick-track .slick-slide {
      float: right; }
    .slick-track .slick-slide img {
      width: 100%;
      display: block; }
    .slick-track .slick-slide.slick-loading img {
      display: none; }
    .slick-track .slick-slide.dragging img {
      pointer-events: none; }
    .slick-initialized .slick-track .slick-slide {
      display: block; }
    .slick-loading .slick-track .slick-slide {
      visibility: hidden; }
    .slick-vertical .slick-track .slick-slide {
      display: block;
      height: auto;
      border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slide-prev-button i, .slide-next-button i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%; }

.slide-prev-button i {
  margin-left: -6px;
  margin-top: -9.5px;
  background-image: url(/images/sprites.png);
  background-position: -301px -54px;
  width: 12px;
  height: 19px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .slide-prev-button i {
      background-image: url(/images/sprites-2x.png);
      background-size: 319px 293px; } }

.slide-next-button i {
  margin-left: -6px;
  margin-top: -9.5px;
  background-image: url(/images/sprites.png);
  background-position: -301px -25px;
  width: 12px;
  height: 19px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .slide-next-button i {
      background-image: url(/images/sprites-2x.png);
      background-size: 319px 293px; } }

.in_page_slider {
  margin: 1.875rem auto; }

.simple-slider-two .slide-prev-button, .simple-slider-two .slide-next-button {
  background: transparent;
  border: 0;
  position: absolute;
  top: 45%;
  cursor: pointer;
  z-index: 888; }
  .simple-slider-two .slide-prev-button .chevron-right-custom, .simple-slider-two .slide-next-button .chevron-right-custom {
    margin-left: 22px; }
  .simple-slider-two .slide-prev-button .chevron-left-custom, .simple-slider-two .slide-next-button .chevron-left-custom {
    margin-left: -40px; }
  @media only screen and (min-width: 40.063em) {
    .simple-slider-two .slide-prev-button .chevron-right-custom, .simple-slider-two .slide-next-button .chevron-right-custom {
      margin-left: 45px; }
    .simple-slider-two .slide-prev-button .chevron-left-custom, .simple-slider-two .slide-next-button .chevron-left-custom {
      margin-left: -65px; } }

/* End of Slider */
.simple-slider .slide-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  background: transparent;
  outline: 0;
  border: 0;
  cursor: pointer;
  color: #000000;
  font-size: 1.375rem; }
  .simple-slider .slide-nav.slide-prev-button {
    left: 1em; }
  .simple-slider .slide-nav.slide-next-button {
    right: 1em; }

.simple-slider.homepage-slider {
  overflow: hidden; }
  @media only screen and (min-width: 40.063em) {
    .simple-slider.homepage-slider {
      max-height: 400px; } }
  @media only screen and (min-width: 64.063em) {
    .simple-slider.homepage-slider {
      max-height: 380px; } }
  .simple-slider.homepage-slider .hero-content {
    padding: 1rem 0; }
    @media only screen and (min-width: 40.063em) {
      .simple-slider.homepage-slider .hero-content {
        vertical-align: top;
        padding: 2rem 0 5rem 0; } }
    .simple-slider.homepage-slider .hero-content p {
      display: none; }
      @media only screen and (min-width: 40.063em) {
        .simple-slider.homepage-slider .hero-content p {
          display: block; } }
  @media only screen and (min-width: 90.063em) {
    .simple-slider.homepage-slider {
      max-height: 425px; }
      .simple-slider.homepage-slider .hero-content {
        vertical-align: middle; } }

.simple-slider.with-dots ul.slick-dots {
  position: absolute;
  left: 0;
  bottom: 0.5em;
  z-index: 999;
  padding: 0;
  margin-left: 0;
  width: 100%;
  text-align: center; }
  .simple-slider.with-dots ul.slick-dots li {
    display: inline-block;
    padding: 0 4px; }
    .simple-slider.with-dots ul.slick-dots li:before {
      display: none; }
    .simple-slider.with-dots ul.slick-dots li.slick-active button {
      background: transparent; }
    .simple-slider.with-dots ul.slick-dots li button {
      outline: 0;
      background: #ffffff;
      border: 2px solid #ffffff;
      padding: 0;
      color: transparent !important;
      width: 15px;
      height: 15px;
      cursor: pointer; }

.simple-slider-dots .slick-dots {
  text-align: center;
  margin-top: 0.625rem; }
  .simple-slider-dots .slick-dots li {
    display: inline-block;
    float: none !important;
    margin-right: 10px; }
    .simple-slider-dots .slick-dots li button {
      background: gray;
      width: 5px;
      height: 12px;
      color: transparent;
      line-height: 5px;
      border: 0;
      cursor: pointer; }
    .simple-slider-dots .slick-dots li.slick-active button {
      background: #000000; }

.simple-slider.bg-full .hero-slide {
  z-index: 2;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(/_frontend/js/polyfills/backgroundsize.min.htc);
  background-position: center center;
  min-height: 420px; }
  @media only screen and (min-width: 40.063em) {
    .simple-slider.bg-full .hero-slide {
      min-height: 400px; } }
  @media only screen and (min-width: 64.063em) {
    .simple-slider.bg-full .hero-slide {
      min-height: 410px; } }

@-moz-document url-prefix() {
  .simple-slider.bg-full .hero-slide {
    height: 420px; } }

@-moz-document url-prefix() {
  @media only screen and (min-width: 40.063em) {
    .simple-slider.bg-full .hero-slide {
      height: 400px; } } }

@-moz-document url-prefix() {
  @media only screen and (min-width: 64.063em) {
    .simple-slider.bg-full .hero-slide {
      height: 410px; } } }
  .simple-slider.bg-full .hero-slide .blue-gradient {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(left, #00529b 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #00529b 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #00529b 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00529b', endColorstr='#00ffffff',GradientType=1 );
    /* IE6-9 */ }

.simple-slider .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 2rem 0 5rem 0; }
  @media only screen and (min-width: 40.063em) {
    .simple-slider .hero-content {
      padding: 0; } }
  @media only screen and (min-width: 64.063em) {
    .simple-slider .hero-content {
      text-align: left; } }
  .simple-slider .hero-content h1 {
    margin: 0 0 2rem 0;
    font-size: 2.5rem;
    color: #ffffff; }
    @media only screen and (min-width: 64.063em) {
      .simple-slider .hero-content h1 {
        font-size: 1.75rem;
        margin-bottom: 2rem; } }
  .simple-slider .hero-content p {
    color: #ffffff;
    font-size: 1.375rem;
    margin: 0 0 3.125rem 0; }
    @media only screen and (min-width: 64.063em) {
      .simple-slider .hero-content p {
        font-size: 1.25rem; } }

.slider-thumbnail {
  position: relative; }
  .slider-thumbnail .slide-prev-button, .slider-thumbnail .slide-next-button {
    width: 50px;
    height: 120px;
    position: absolute;
    cursor: pointer;
    background-color: #AF3A4D;
    border: 0;
    outline: 0;
    color: #ffffff;
    z-index: 2; }
    .slider-thumbnail .slide-prev-button.slide-prev-button, .slider-thumbnail .slide-next-button.slide-prev-button {
      left: 0; }
    .slider-thumbnail .slide-prev-button.slide-next-button, .slider-thumbnail .slide-next-button.slide-next-button {
      right: 0; }
  .slider-thumbnail .main_slider .slide-prev-button, .slider-thumbnail .main_slider .slide-next-button {
    top: 50%;
    margin-top: -60px; }
  .slider-thumbnail .slider-nav {
    margin-top: 10px; }
    .slider-thumbnail .slider-nav .slick-list .slick-slide {
      padding-right: 10px;
      cursor: pointer; }
      .slider-thumbnail .slider-nav .slick-list .slick-slide img {
        height: 60px;
        width: auto; }
  @media only screen and (min-width: 40.063em) {
    .slider-thumbnail .navigation_slider {
      position: absolute;
      bottom: 1.875rem;
      left: 7.5rem;
      right: 7.5rem; }
    .slider-thumbnail .slider-nav {
      margin-top: 0; } }
  .slider-thumbnail.square .navigation_slider .slide-prev-button, .slider-thumbnail.square .navigation_slider .slide-next-button {
    top: 0; }
  .slider-thumbnail.square .navigation_slider .slider-nav {
    margin-top: 10px; }
  .slider-thumbnail.square .navigation_slider .slick-track {
    margin: 0 70px; }
  @media only screen and (min-width: 40.063em) {
    .slider-thumbnail.square .navigation_slider {
      position: static; } }

#contrast_theme_yellow .slider-thumbnail .slide-prev-button, #contrast_theme_yellow .slider-thumbnail .slide-next-button {
  background-color: #000; }

/* - Partials - ctas
	------------------------------------------ */
.cta-blocks {
  margin: 0.9375rem auto;
  padding: 0;
  list-style-type: none; }
  @media only screen and (min-width: 40.063em) {
    .cta-blocks {
      margin: 0.46875rem auto; }
      .cta-blocks .medium-6,
      .cta-blocks .large-4 {
        padding-left: 0.234375rem;
        padding-right: 0.234375rem; }
      .cta-blocks > div:nth-of-type(5) .cta,
      .cta-blocks > div:nth-of-type(6) .cta {
        margin-bottom: 0; } }
  @media only screen and (min-width: 64.063em) {
    .cta-blocks > div:nth-of-type(4) .cta,
    .cta-blocks > div:nth-of-type(5) .cta,
    .cta-blocks > div:nth-of-type(6) .cta {
      margin-bottom: 0; } }
  .cta-blocks .cta {
    text-align: center;
    padding: 2rem;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-behavior: url(/_frontend/js/polyfills/backgroundsize.min.htc);
    background-position: center center;
    margin-bottom: 0.46875rem; }
    .cta-blocks .cta:hover .cta-overlay {
      opacity: 0.65;
      filter: alpha(opacity=65);
      -webkit-transition: all 300ms ease-in-out;
      -moz-transition: all 300ms ease-in-out;
      -ms-transition: all 300ms ease-in-out;
      -o-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
    .cta-blocks .cta .cta-overlay {
      opacity: 0.8;
      filter: alpha(opacity=80);
      position: absolute;
      width: 100%;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      -webkit-transition: all 300ms ease-in-out;
      -moz-transition: all 300ms ease-in-out;
      -ms-transition: all 300ms ease-in-out;
      -o-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
    .cta-blocks .cta.no-bg-img .cta-overlay {
      opacity: 1;
      filter: alpha(opacity=100); }
    .cta-blocks .cta.no-bg-img:hover .cta-overlay {
      opacity: 0.8;
      filter: alpha(opacity=80); }
    .cta-blocks .cta .icon {
      margin: 0 0 1rem 0; }
    .cta-blocks .cta .c-content {
      padding: 2rem 0;
      position: relative;
      z-index: 5; }
    .cta-blocks .cta h3 {
      color: #ffffff;
      margin: 0 0 2rem 0;
      font-weight: 400; }
    .cta-blocks .cta p {
      color: #ffffff;
      margin: 0 0 2rem 0; }
      @media only screen and (max-width: 40em) {
        .cta-blocks .cta p {
          display: none; } }
    .cta-blocks .cta a span {
      padding: 12px 40px; }
      @media only screen and (max-width: 40em) {
        .cta-blocks .cta a span {
          display: none; } }

.purple-bg .cta-overlay {
  background-color: #c74196; }

.red-bg .cta-overlay {
  background-color: #b64c5c; }

.orange-bg .cta-overlay {
  background-color: #f8991d; }

.blue-bg .cta-overlay {
  background-color: #1d80c1; }

.navy-bg .cta-overlay {
  background-color: #4051ac; }

.cyan-bg .cta-overlay {
  background-color: #00a9a2; }

.icon-trophy-white {
  background-image: url(/images/sprites.png);
  background-position: -136px -71px;
  width: 58px;
  height: 61px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .icon-trophy-white {
      background-image: url(/images/sprites-2x.png);
      background-size: 319px 293px; } }

.icon-person2-white {
  background-image: url(/images/sprites.png);
  background-position: -68px -71px;
  width: 58px;
  height: 61px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .icon-person2-white {
      background-image: url(/images/sprites-2x.png);
      background-size: 319px 293px; } }

.icon-microscope-white {
  background-image: url(/images/sprites.png);
  background-position: 0px 0px;
  width: 58px;
  height: 61px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .icon-microscope-white {
      background-image: url(/images/sprites-2x.png);
      background-size: 319px 293px; } }

.icon-trophy-white {
  background-image: url(/images/sprites.png);
  background-position: -136px -71px;
  width: 58px;
  height: 61px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .icon-trophy-white {
      background-image: url(/images/sprites-2x.png);
      background-size: 319px 293px; } }

.icon-emergencyvechicle-white {
  background-image: url(/images/sprites.png);
  background-position: -136px 0px;
  width: 58px;
  height: 61px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .icon-emergencyvechicle-white {
      background-image: url(/images/sprites-2x.png);
      background-size: 319px 293px; } }

.icon-person-white {
  background-image: url(/images/sprites.png);
  background-position: 0px -71px;
  width: 58px;
  height: 61px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .icon-person-white {
      background-image: url(/images/sprites-2x.png);
      background-size: 319px 293px; } }

.icon-clipboard-white {
  background-image: url(/images/sprites.png);
  background-position: -68px 0px;
  width: 58px;
  height: 61px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .icon-clipboard-white {
      background-image: url(/images/sprites-2x.png);
      background-size: 319px 293px; } }

.cta-related .small-12.medium-6.columns:last-child {
  float: left; }

.cta-related .cta {
  margin-bottom: 1.875rem; }
  .cta-related .cta.cta-purple {
    background-color: #c74196; }
  .cta-related .cta.cta-red {
    background-color: #b64c5c; }
  .cta-related .cta.cta-orange {
    background-color: #f8991d; }
  .cta-related .cta.cta-blue {
    background-color: #1d80c1; }
  .cta-related .cta.cta-navy {
    background-color: #4051ac; }
  .cta-related .cta.cta-cyan {
    background-color: #00a9a2; }
  .cta-related .cta .img {
    background-size: cover;
    -ms-behavior: url(/_frontend/js/polyfills/backgroundsize.min.htc);
    height: 12.5rem;
    position: relative; }
    .cta-related .cta .img img {
      position: absolute;
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0;
      display: block;
      top: 50%;
      margin-top: -50px; }
  .cta-related .cta .content {
    padding: 1.875rem 2.8125rem; }
    .cta-related .cta .content h4, .cta-related .cta .content p {
      color: #ffffff; }
    .cta-related .cta .content h4 {
      margin: 0 0 0.9375rem 0;
      font-weight: 500; }
    .cta-related .cta .content p {
      margin: 0.9375rem 0 1.875rem 0; }

.cta-grid .cta {
  display: block;
  position: relative;
  min-height: 15.625rem;
  margin-bottom: 1.875rem;
  text-align: center;
  color: #ffffff;
  text-decoration: none; }
  .cta-grid .cta.cta-purple {
    background-color: #c74196; }
  .cta-grid .cta.cta-red {
    background-color: #b64c5c; }
  .cta-grid .cta.cta-orange {
    background-color: #f8991d; }
  .cta-grid .cta.cta-blue {
    background-color: #1d80c1; }
  .cta-grid .cta.cta-navy {
    background-color: #4051ac; }
  .cta-grid .cta.cta-cyan {
    background-color: #00a9a2; }
  .cta-grid .cta > div {
    position: absolute;
    width: 100%;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .cta-grid .cta > div img {
      margin-bottom: 1.875rem; }
    .cta-grid .cta > div div {
      font-size: 1.25rem; }

.cta-location {
  display: block;
  margin: 0 0 1.875rem 0 !important;
  background-color: #1a6da3;
  border-radius: 4px; }
  .cta-location:hover {
    background-color: #009bda; }
    .cta-location:hover .small-1 {
      background-color: #1a6da3; }
  .cta-location .small-3 {
    background-size: cover;
    -ms-behavior: url(/_frontend/js/polyfills/backgroundsize.min.htc);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .cta-location .small-8,
  .cta-location .small-10 {
    padding: 1.875rem; }
    .cta-location .small-8 h4, .cta-location .small-8 p,
    .cta-location .small-10 h4,
    .cta-location .small-10 p {
      color: #ffffff; }
    .cta-location .small-8 h4,
    .cta-location .small-10 h4 {
      margin: 0 0 0.9375rem 0;
      font-weight: 500; }
    .cta-location .small-8 p,
    .cta-location .small-10 p {
      margin: 0.9375rem 0 1.875rem 0; }
  .cta-location .small-1 {
    background-color: #224F6C;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    position: relative; }
    .cta-location .small-1:before {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -6px;
      margin-top: -9.5px;
      background-image: url(/images/sprites.png);
      background-position: -301px -25px;
      width: 12px;
      height: 19px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .cta-location .small-1:before {
          background-image: url(/images/sprites-2x.png);
          background-size: 319px 293px; } }

.cta-download {
  margin-bottom: 1.875rem;
  padding: 1.875rem;
  background-color: #00A9A2;
  border-radius: 4px; }
  @media only screen and (min-width: 40.063em) {
    .cta-download {
      margin-top: 5rem; } }
  .cta-download h3, .cta-download h4 {
    color: #ffffff; }
  .cta-download h3 {
    margin-top: 0;
    font-weight: 500; }
  .cta-download h4 {
    font-weight: 700; }
  .cta-download .file-size {
    position: relative;
    padding-left: 27px;
    color: #ffffff; }
    .cta-download .file-size:before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -15px;
      background-image: url(/images/sprites.png);
      background-position: -263px -74px;
      width: 22px;
      height: 30px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .cta-download .file-size:before {
          background-image: url(/images/sprites-2x.png);
          background-size: 319px 293px; } }
  .cta-download .btn {
    margin-top: 1.875rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }

.sticky-wrapper {
  height: auto !important; }

.help-in-crisis {
  z-index: 20 !important; }
  @media only screen and (min-width: 40.063em) {
    .help-in-crisis {
      width: auto !important;
      right: 0 !important; } }
  @media only screen and (min-width: 64.063em) {
    .help-in-crisis {
      right: 111px !important; } }

/* - Modules - RTE
	------------------------------------------ */
.rte h1, .rte h2, .rte h3, .rte h4, .rte h5, .rte h6, .rte .h1, .rte .h2, .rte .h3, .rte .h4, .rte .h5, .rte .h6 {
  margin: 1.875rem 0;
  position: relative; }

.rte > h1:first-child,
.rte > h2:first-child,
.rte > h3:first-child,
.rte > h4:first-child,
.rte > h5:first-child,
.rte > h6:first-child,
.rte > .h1:first-child,
.rte > .h2:first-child,
.rte > .h3:first-child,
.rte > .h4:first-child,
.rte > .h5:first-child,
.rte > .h6:first-child,
.rte > p:first-child {
  margin-top: 0; }

.rte p {
  font-size: 1.125rem;
  margin: 1.875rem 0;
  font-weight: 300; }

.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 {
  color: #1d80c1;
  text-decoration: underline; }
  .rte a:hover {
    text-decoration: none; }
  .rte a.btn {
    text-decoration: none; }

.rte blockquote {
  position: relative;
  clear: both;
  padding: 1.875rem;
  margin: 1.875rem auto;
  display: block;
  max-width: 100%;
  overflow: hidden;
  border-left: none; }
  .rte blockquote p {
    font-size: 1.125rem;
    font-style: italic;
    font-weight: 300; }

.rte blockquote:before,
.rte blockquote:after {
  position: absolute;
  font-size: 3.125rem;
  font-family: georgia;
  font-weight: bold;
  color: #1a6da3;
  display: block; }
  @media only screen and (min-width: 64.063em) {
    .rte blockquote:before,
    .rte blockquote:after {
      font-size: 4.5rem; } }

.rte blockquote:before {
  content: '';
  top: 0.9375rem;
  left: 0;
  top: 20%;
  height: 60%;
  width: 4px;
  background: #1a6da3; }
  @media only screen and (min-width: 40.063em) {
    .rte blockquote:before {
      top: 35%;
      height: 30%; } }

.rte ul li {
  list-style: none;
  position: relative; }
  .rte ul li:before {
    display: block;
    position: absolute;
    left: -20px;
    content: '\2022';
    color: #1d80c1; }

.rte iframe {
  max-width: 100%;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem; }

.rte table {
  width: 100%; }
  .rte table tr td, .rte table tr th {
    border: 1px solid #ccc;
    font-weight: normal;
    padding: 10px;
    vertical-align: top; }
    .rte table tr td p:first-child, .rte table tr th p:first-child {
      margin-top: 0; }
    .rte table tr td p:last-child, .rte table tr th p:last-child {
      margin-bottom: 0; }
  .rte table tr th {
    vertical-align: middle;
    background-color: #F6F5F3; }

.rte table[border="0"] tr td, .rte table[border="0"] tr th {
  border: none; }

.rte > ul, .rte > ol {
  padding: 0;
  margin: 1.875rem 0;
  padding-left: 3.75rem; }
  .rte > ul li, .rte > ol li {
    margin-bottom: 0.9375rem; }

.rte .map_container {
  height: 300px; }
  .rte .map_container #map_canvas {
    width: 100%;
    height: 100%; }

.rte .tooltip {
  color: #000000;
  border-bottom: 1px dotted #000000;
  margin-right: 20px;
  position: relative;
  cursor: help;
  white-space: nowrap; }
  .rte .tooltip:after {
    content: "\f059";
    font: normal normal normal 16px/1 FontAwesome;
    color: #000000;
    position: absolute;
    top: 5px;
    right: -19px; }

.tooltip-hover {
  z-index: 9999;
  background: #000000;
  position: fixed;
  bottom: 2%;
  left: 4%;
  color: #ffffff;
  min-width: 300px;
  width: 92%;
  padding: 10px 20px;
  font-size: 0.85em;
  font-weight: 500;
  text-align: center; }
  .tooltip-hover .tooltip-close {
    background: url("/images/icon-images/modal-close-white.png") no-repeat;
    background-position: 11px;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 9px;
    height: 9px;
    padding: 15px;
    background-color: #000000;
    cursor: pointer; }

@media only screen and (min-width: 40.063em) {
  .tooltip-hover {
    position: absolute;
    width: auto;
    left: -110px;
    bottom: 30px; }
    .tooltip-hover:after {
      content: '';
      position: absolute;
      bottom: -8px;
      left: 50%;
      margin-left: -4px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 8px 0 8px;
      border-color: #000000 transparent transparent transparent; } }

.accordion .accordion-navigation > a, .accordion dd > a, .tabs dd .tab-title > a, .tabs .tab-title > a {
  font-size: 0.875rem;
  background: #ffffff;
  text-decoration: none;
  color: #000000; }
  @media only screen and (min-width: 64.063em) {
    .accordion .accordion-navigation > a, .accordion dd > a, .tabs dd .tab-title > a, .tabs .tab-title > a {
      font-size: 0.9375rem; } }

.tabs-row .accordion > .content > *:first-child, .accordion .accordion-navigation > .content > *:first-child, .accordion dd > .content > *:first-child {
  margin-top: 0; }

.tabs-row .accordion > .content > *:last-child, .accordion .accordion-navigation > .content > *:last-child, .accordion dd > .content > *:last-child {
  margin-bottom: 0; }

.accordion {
  margin: 1.875rem auto;
  padding: 0 !important;
  border-top: #000000;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-size: 1.125rem; }

.accordion-navigation {
  margin: 0;
  border-left: #000000;
  border-right: #000000; }
  .accordion-navigation:before {
    content: '' !important; }

@media only screen and (min-width: 40.063em) {
  .accordion-row .accordion-navigation {
    margin-bottom: 0.625rem !important; } }

.accordion .accordion-navigation > .content, .accordion dd > .content {
  padding: 1.25rem; }
  @media only screen and (min-width: 40.063em) {
    .accordion .accordion-navigation > .content, .accordion dd > .content {
      padding: 1.875rem; } }
  .accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
    border: 1px solid #c3cdd8;
    border-top-width: 0; }

.accordion .accordion-navigation > a, .accordion dd > a {
  background-color: #1a6da3;
  color: #ffffff;
  padding-right: 3.75rem;
  position: relative;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1.125rem; }
  .accordion .accordion-navigation > a:after, .accordion dd > a:after {
    display: inline-block;
    content: '';
    position: absolute;
    background-image: url(/images/sprites.png);
    background-position: -301px -25px;
    width: 12px;
    height: 19px;
    right: 1.875rem;
    top: 50%;
    margin-top: -9.5px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .accordion .accordion-navigation > a:after, .accordion dd > a:after {
        background-image: url(/images/sprites-2x.png);
        background-size: 319px 293px; } }

.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
  background-color: #009bda; }

.accordion .accordion-navigation.active > a,
.accordion dd.active > a {
  background-color: #009bda;
  color: #ffffff; }
  .accordion .accordion-navigation.active > a:after,
  .accordion dd.active > a:after {
    background-image: url(/images/sprites.png);
    background-position: -61px -251px;
    width: 19px;
    height: 12px;
    margin-top: -5px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .accordion .accordion-navigation.active > a:after,
      .accordion dd.active > a:after {
        background-image: url(/images/sprites-2x.png);
        background-size: 319px 293px; } }

.accordion .accordion-navigation > .content.active p, .accordion .accordion-navigation > .content.active li, .accordion dd > .content.active p, .accordion dd > .content.active li {
  color: #000000; }

.tabs-row .accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
  background-color: #ffffff;
  color: #000000;
  border-bottom: 0; }

.tabs-row .tabs {
  margin-top: 1.875rem;
  padding: 0; }
  .tabs-row .tabs .tab-title:before {
    content: '' !important; }
  .tabs-row .tabs .tab-title > a {
    border: 1px solid #c3cdd8;
    border-left-width: 0;
    border-bottom-width: 0; }
  .tabs-row .tabs .tab-title:first-child > a {
    border-left-width: 1px; }
  .tabs-row .tabs dd > a:hover, .tabs-row .tabs .tab-title > a:hover {
    background: #00A9A2;
    color: #ffffff; }

.tabs-row .accordion {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  border-bottom: #000000; }
  @media only screen and (min-width: 40.063em) {
    .tabs-row .accordion {
      margin-top: 0 !important; } }
  .tabs-row .accordion .content.active {
    border: 1px solid #c3cdd8 !important; }

.tabs dd .tab-title,
.tabs .tab-title {
  border-right: #000000;
  border-top: #000000; }
  .tabs dd .tab-title > a,
  .tabs .tab-title > a {
    outline: 0;
    padding: 0.9375rem; }
    @media only screen and (min-width: 64.063em) {
      .tabs dd .tab-title > a,
      .tabs .tab-title > a {
        padding: 0.9375rem 1.875rem; } }
  .tabs dd .tab-title.active,
  .tabs .tab-title.active {
    margin-bottom: -2px !important; }
    .tabs dd .tab-title.active > a,
    .tabs .tab-title.active > a {
      font-weight: inherit; }
    .tabs dd .tab-title.active > a, .tabs dd .tab-title.active > a:hover,
    .tabs .tab-title.active > a,
    .tabs .tab-title.active > a:hover {
      background-color: #00A9A2;
      color: #ffffff;
      position: relative; }
      .tabs dd .tab-title.active > a:after, .tabs dd .tab-title.active > a:hover:after,
      .tabs .tab-title.active > a:after,
      .tabs .tab-title.active > a:hover:after {
        bottom: -10px;
        left: 50%;
        margin-left: -10px; }

#contrast_theme_yellow .tabs dd .tab-title.active > a, #contrast_theme_yellow .tabs dd .tab-title.active > a:hover, #contrast_theme_yellow .tabs .tab-title.active > a, #contrast_theme_yellow .tabs .tab-title.active > a:hover {
  background: #000;
  color: #ffffff; }

#contrast_theme_yellow .accordion .accordion-navigation > a, #contrast_theme_yellow .accordion dd > a, #contrast_theme_yellow .tabs dd .tab-title > a, #contrast_theme_yellow .tabs .tab-title > a {
  background: #fdff42;
  color: #000; }

#contrast_theme_yellow .accordion .accordion-navigation > .content.active, #contrast_theme_yellow .accordion dd > .content.active {
  background: #fdff42;
  color: #ffffff; }

/*=====================================================
  Poll Form
======================================================*/
.poll_form, article.rte .poll_form {
  padding: 1.875rem;
  border: 1px solid #000000;
  text-align: center;
  margin: 1.875rem auto; }
  .poll_form form, article.rte .poll_form form {
    max-width: 43.75rem;
    margin: auto;
    width: 100%; }
  .poll_form h2, article.rte .poll_form h2 {
    margin: 0 auto 1.875rem;
    color: #000000;
    padding: 0; }
    .poll_form h2:after, article.rte .poll_form h2:after {
      display: none; }
  .poll_form input[type=radio], article.rte .poll_form input[type=radio] {
    position: absolute;
    left: -9999px;
    opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0); }
    .poll_form input[type=radio]:not(:checked) + label:before, article.rte .poll_form input[type=radio]:not(:checked) + label:before {
      border-color: #d9d9d9;
      background-color: #ffffff; }
    .poll_form input[type=radio]:checked + label:before, article.rte .poll_form input[type=radio]:checked + label:before {
      border-color: #99a55b;
      background-color: #c4d27f; }
    .poll_form input[type=radio]:checked + label:after, article.rte .poll_form input[type=radio]:checked + label:after {
      opacity: 1;
      filter: alpha(opacity=100); }
  .poll_form label, article.rte .poll_form label {
    position: relative;
    font-size: 1.5rem;
    color: #000000; }
    .poll_form label:before, .poll_form label:after, article.rte .poll_form label:before, article.rte .poll_form label:after {
      position: absolute;
      content: '';
      display: block; }
    .poll_form label:before, article.rte .poll_form label:before {
      width: 64px;
      height: 64px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      border-style: solid;
      border-width: 5px;
      top: -86px;
      left: 50%;
      margin-left: -32px; }
  .poll_form .contourField, article.rte .poll_form .contourField {
    overflow: visible;
    padding: 86px 1.875rem 0; }
  .poll_form button, article.rte .poll_form button {
    display: inline-block;
    margin: 1.875rem auto 0;
    padding: 0.9375rem 5rem; }
  @media only screen and (min-width: 40.063em) {
    .poll_form, article.rte .poll_form {
      padding: 3.75rem; }
      .poll_form h2, article.rte .poll_form h2 {
        margin: 0 auto 3.75rem; }
      .poll_form .contourField, article.rte .poll_form .contourField {
        width: 33.333%;
        float: left; }
      .poll_form button, article.rte .poll_form button {
        margin: 3.75rem auto 0; } }

/*=====================================================
  Poll Results
======================================================*/
article.rte .poll_results {
  background-color: #000000;
  padding: 1.875rem;
  color: #ffffff;
  text-align: center;
  margin: 1.875rem auto; }
  article.rte .poll_results * {
    color: #ffffff; }
  article.rte .poll_results .h1 {
    margin-top: 0;
    margin-bottom: 1.875rem; }
  article.rte .poll_results .h1, article.rte .poll_results .h3 {
    padding: 0; }
    article.rte .poll_results .h1:after, article.rte .poll_results .h3:after {
      display: none; }
  article.rte .poll_results p {
    margin: 0 auto 1.875rem;
    font-size: 1.125rem; }
  article.rte .poll_results .feedback {
    max-width: 43.75rem;
    margin: auto;
    width: 100%; }
  article.rte .poll_results .results .field {
    padding: 0 1.875rem; }
  article.rte .poll_results .result_value {
    font-size: 3.4375rem;
    margin-bottom: 1.875rem; }
  article.rte .poll_results .result_title {
    margin: 0;
    margin-bottom: 1.875rem; }
  @media only screen and (min-width: 40.063em) {
    article.rte .poll_results {
      padding: 3.75rem; }
      article.rte .poll_results .results:after {
        content: '';
        display: table;
        height: 0;
        clear: both; }
      article.rte .poll_results .results .field {
        width: 33.333%;
        float: left; }
      article.rte .poll_results .result_title {
        margin-bottom: 0; } }

.news-article h1 {
  margin-bottom: 0.9375rem; }

.news-article .author {
  font-weight: 500; }
  .news-article .author .publish-date {
    display: inline-block;
    position: relative;
    padding-left: 25px; }
    .news-article .author .publish-date:before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -10px;
      background-image: url(/images/sprites.png);
      background-position: -226px -198px;
      width: 20px;
      height: 20px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .news-article .author .publish-date:before {
          background-image: url(/images/sprites-2x.png);
          background-size: 319px 293px; } }

.news-article .share {
  margin-bottom: 1.875rem; }
  .news-article .share p {
    margin-top: 0.3125rem;
    margin-right: 0.625rem;
    float: left;
    font-weight: 500; }
  .news-article .share .addthis_sharing_toolbox {
    float: left; }

.news-summary {
  margin-bottom: 1.875rem;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px 3px rgba(194, 194, 194, 0.15);
  -moz-box-shadow: 0 0 10px 3px rgba(194, 194, 194, 0.15);
  box-shadow: 0 0 10px 3px rgba(194, 194, 194, 0.15); }
  .news-summary .img {
    background-size: cover;
    -ms-behavior: url(/_frontend/js/polyfills/backgroundsize.min.htc);
    min-height: 12.5rem;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .news-summary .summary {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 0.9375rem; }
    .news-summary .summary h4 {
      color: #464f58;
      font-size: 1.375rem;
      font-weight: 500;
      margin-top: 0; }
    .news-summary .summary .author {
      font-weight: 500;
      color: #464f58;
      margin-bottom: 0.9375rem; }
      .news-summary .summary .author .publish-date {
        display: inline-block;
        position: relative; }

/* - Modules Listing
	------------------------------------------ */
.listing_heading {
  color: gray;
  font-size: 1.25rem;
  margin: 20px 0; }

.listing_page:after {
  content: '';
  display: table;
  height: 0;
  clear: both; }

.listing_page > li {
  padding: 0 0.625rem;
  margin-bottom: 1.875rem;
  text-align: center; }
  .listing_page > li:before {
    content: '' !important; }
  .listing_page > li > a {
    border-bottom: 5px solid #1d80c1;
    padding: 1.875rem;
    display: block; }
    .listing_page > li > a:after {
      content: '';
      display: table;
      height: 0;
      clear: both; }
    .listing_page > li > a:hover {
      -webkit-box-shadow: 0 0 10px 3px rgba(29, 128, 193, 0.15);
      -moz-box-shadow: 0 0 10px 3px rgba(29, 128, 193, 0.15);
      box-shadow: 0 0 10px 3px rgba(29, 128, 193, 0.15); }
      .listing_page > li > a:hover .heading {
        color: #1d80c1; }
  .listing_page > li .list_item_image_content {
    text-align: center;
    margin-bottom: 1.25rem; }
  .listing_page > li img {
    max-width: 100%;
    height: auto; }
  .listing_page > li p {
    text-align: justify;
    font-size: 1.125rem;
    margin-top: 0;
    margin-bottom: 1.25rem; }
  .listing_page > li .heading {
    color: #5a5a5a;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 1.25rem; }
  .listing_page > li .highlight {
    background-color: #F0DA2C;
    padding: 0 2px; }

.listing_page.list_view > li {
  width: 100%;
  clear: both; }
  @media only screen and (min-width: 40.063em) {
    .listing_page.list_view > li {
      text-align: left; }
      .listing_page.list_view > li .list_item_content {
        float: left; }
      .listing_page.list_view > li .list_item_image_content {
        margin-bottom: 0;
        width: 50%;
        padding: 0 0.9375rem 0 0; }
      .listing_page.list_view > li .list_item_text_content {
        width: 50%;
        padding: 0 0 0 0.9375rem; }
      .listing_page.list_view > li .list_item_content_full {
        width: 100%; } }
  @media only screen and (min-width: 64.063em) {
    .listing_page.list_view > li p {
      margin-bottom: 0; }
    .listing_page.list_view > li .list_item_image_content {
      width: 20%;
      padding: 0; }
    .listing_page.list_view > li .list_item_text_content {
      width: 80%;
      padding: 0 1.875rem; }
    .listing_page.list_view > li .list_item_content_full {
      width: 100%; } }

.listing_page.listing_resources > li > a {
  padding: 0;
  border: 2px solid #EFEFEF; }
  .listing_page.listing_resources > li > a > .row {
    margin: 1.875rem; }
    .listing_page.listing_resources > li > a > .row.collapse {
      margin: 0; }
      .listing_page.listing_resources > li > a > .row.collapse .row {
        margin: 1.875rem; }
  .listing_page.listing_resources > li > a .image-column img {
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media only screen and (min-width: 40.063em) {
    .listing_page.listing_resources > li > a .action-column {
      border-left: 2px solid #d6d6d6; } }
  .listing_page.listing_resources > li > a .action-column > div {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .listing_page.listing_resources > li > a .resource-type {
    margin-bottom: 0.9375rem; }
  .listing_page.listing_resources > li > a .btn {
    padding: 1rem 0.875rem;
    font-size: 1rem; }

@media only screen and (max-width: 40em) {
  .listing_page > li > a > .row > .medium-9 {
    height: auto !important; }
    .listing_page > li > a > .row > .medium-9 .summary-column, .listing_page > li > a > .row > .medium-9 .action-column {
      height: auto !important; }
    .listing_page > li > a > .row > .medium-9 .action-column > .btn {
      top: 0;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); } }

.listing_filter .input_wrapper, .listing_filter button {
  display: inline-block;
  vertical-align: top;
  line-height: 50px; }

.listing_filter .input_wrapper {
  border: 1px solid #1d80c1;
  position: relative;
  min-width: 21.875rem;
  width: 100%; }

.listing_filter input[type=text], .listing_filter .select2 {
  font-size: 1rem; }

.listing_filter button {
  padding: 0 1.25rem;
  width: 100%; }

.listing_filter .input_append input[type=text] {
  padding-right: 4.375rem; }

.listing_filter .input_append button {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 90px;
  height: 60px; }

@media only screen and (min-width: 40.063em) {
  .listing_filter .input_wrapper, .listing_filter button {
    width: 45%; }
  .listing_filter .input_wrapper {
    margin-right: 1.25rem; }
    .listing_filter .input_wrapper:nth-of-type(2n) {
      margin-right: 0; } }

@media only screen and (min-width: 64.063em) {
  .listing_filter .input_wrapper {
    width: auto; }
    .listing_filter .input_wrapper:nth-of-type(2n) {
      margin-right: 1.25rem; }
  .listing_filter button {
    width: auto; } }

.listing_search {
  padding: 1.25rem;
  background-color: #1d80c1;
  margin-bottom: 1.875rem; }
  .listing_search label {
    display: block;
    color: #ffffff;
    margin-bottom: 0.9375rem; }
  .listing_search .search-toggle {
    position: relative;
    margin-top: 2.4375rem;
    width: 3.75rem;
    height: 3.75rem;
    padding: 0;
    border: 2px solid #ffffff; }
  .listing_search .select2-container--default .select2-selection--single .select2-selection__arrow {
    border-left: none; }

#contrast_theme_yellow .listing_search {
  background-color: #fdff42; }

/* - Modules Grid
	------------------------------------------ */
.grid_page > li {
  padding: 1.875rem 0.625rem 0.625rem;
  text-align: center; }
  .grid_page > li > a {
    display: block;
    border: 1px solid #000000;
    padding: 5.625rem 3.75rem 3.75rem;
    position: relative;
    z-index: 2; }
    .grid_page > li > a:hover {
      border-color: #000000; }
      .grid_page > li > a:hover .image_content {
        border-color: #000000;
        background-color: #000000; }

/* - Modules Standard
	------------------------------------------ */
.location .address .columns {
  background-color: #EFEFEF; }
  .location .address .columns.image {
    background-size: cover;
    -ms-behavior: url(/_frontend/js/polyfills/backgroundsize.min.htc); }
  .location .address .columns.text {
    padding: 0.9375rem; }
    .location .address .columns.text h4 {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 500; }
    .location .address .columns.text p {
      margin: 0.3125rem 0;
      font-size: 1.125rem; }
      .location .address .columns.text p strong {
        font-weight: 500; }
    .location .address .columns.text a {
      text-decoration: none; }

.location #map_canvas {
  height: 350px; }

.resource-search {
  background-color: #EFEFEF;
  padding-bottom: 3.75rem;
  margin-bottom: 1.875rem !important; }
  .resource-search h3 {
    font-size: 1.75rem;
    font-weight: 500; }
  .resource-search input[type=text], .resource-search .select2 {
    font-size: 1rem;
    border: 1px solid #1d80c1; }
  .resource-search .select2-container--default .select2-selection--single .select2-selection__arrow {
    background-color: #1d80c1; }
    .resource-search .select2-container--default .select2-selection--single .select2-selection__arrow b {
      background-image: url(/images/sprites.png);
      background-position: -301px -130px;
      width: 14px;
      height: 11px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .resource-search .select2-container--default .select2-selection--single .select2-selection__arrow b {
          background-image: url(/images/sprites-2x.png);
          background-size: 319px 293px; } }
  .resource-search button {
    padding: 0 1.25rem !important;
    display: block;
    width: 70px;
    height: 60px;
    padding: 0;
    border-radius: 0; }
    .resource-search button.go:before {
      background-image: url(/images/sprites.png);
      background-position: -263px -218px;
      width: 27px;
      height: 19px;
      content: '';
      display: block;
      margin: 0 auto; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .resource-search button.go:before {
          background-image: url(/images/sprites-2x.png);
          background-size: 319px 293px; } }
  @media only screen and (min-width: 40.063em) {
    .resource-search button {
      width: 45%; }
    .resource-search .input_wrapper {
      margin-right: 1.25rem; }
      .resource-search .input_wrapper:nth-of-type(2n) {
        margin-right: 0; } }
  @media only screen and (min-width: 64.063em) {
    .resource-search .input_wrapper {
      width: auto; }
      .resource-search .input_wrapper:nth-of-type(2n) {
        margin-right: 1.25rem; }
    .resource-search button {
      width: auto; } }

.policy-category .columns {
  text-align: center;
  padding-left: 0.46875rem;
  padding-right: 0.46875rem; }
  .policy-category .columns > div {
    background-color: #EFEFEF;
    padding: 1.25rem 0.3125rem;
    position: relative;
    width: 100%; }
    .policy-category .columns > div .category-heading {
      font-size: 1.125rem;
      font-weight: 700; }

.policy-publication-date {
  position: relative;
  padding-left: 25px;
  margin-bottom: 1rem; }
  .policy-publication-date:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    background-image: url(/images/sprites.png);
    background-position: -226px -198px;
    width: 20px;
    height: 20px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .policy-publication-date:before {
        background-image: url(/images/sprites-2x.png);
        background-size: 319px 293px; } }

.policy-origin {
  background-color: #1d80c1;
  padding: 0.9375rem 1.875rem;
  margin-bottom: 0.9375rem; }
  .policy-origin h4, .policy-origin p {
    color: #ffffff;
    margin: 0.3125rem 0; }
  .policy-origin h4 {
    font-size: 1.25rem;
    font-weight: 500; }

.policy-history {
  border-left: 5px solid #AF3A4D;
  padding: 0.625rem 1.875rem;
  margin-bottom: 0.9375rem; }
  .policy-history h4, .policy-history p {
    margin: 0.3125rem 0; }
  .policy-history h4 {
    font-size: 1.25rem;
    font-weight: 500; }

.policy-links {
  padding-left: 24px !important; }
  .policy-links li {
    padding-left: 0.9375rem; }
    .policy-links li:before {
      content: '' !important;
      background-image: url(/images/sprites.png);
      background-position: -204px -169px;
      width: 24px;
      height: 17px;
      left: 0;
      top: 50%;
      margin-top: -8.5px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .policy-links li:before {
          background-image: url(/images/sprites-2x.png);
          background-size: 319px 293px; } }
    .policy-links li a {
      text-decoration: none; }

/* - Modules Social
	------------------------------------------ */
/*=====================================================
   Styling
======================================================*/
.icon {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer; }
  .icon.twitter {
    background-image: url(/images/sprites.png);
    background-position: -204px -113px;
    width: 48px;
    height: 46px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .icon.twitter {
        background-image: url(/images/sprites-2x.png);
        background-size: 319px 293px; } }
  .icon.facebook {
    background-image: url(/images/sprites.png);
    background-position: -204px 0px;
    width: 49px;
    height: 47px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .icon.facebook {
        background-image: url(/images/sprites-2x.png);
        background-size: 319px 293px; } }
  .icon.linkedin {
    background-image: url(/images/sprites.png);
    background-position: -204px -57px;
    width: 48px;
    height: 46px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .icon.linkedin {
        background-image: url(/images/sprites-2x.png);
        background-size: 319px 293px; } }
  .icon.mail {
    background-image: url(/images/sprites.png);
    background-position: -76px -142px;
    width: 48px;
    height: 46px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .icon.mail {
        background-image: url(/images/sprites-2x.png);
        background-size: 319px 293px; } }

.social-icon {
  font-size: 60px !important;
  margin-right: 10px;
  cursor: pointer; }
  .social-icon.fa-twitter {
    color: #00aced; }
    .social-icon.fa-twitter.rounded {
      background: #00aced; }
  .social-icon.fa-facebook {
    color: #3b5998; }
    .social-icon.fa-facebook.rounded {
      background: #3b5998; }
  .social-icon.fa-youtube-play {
    color: #bb0000; }
    .social-icon.fa-youtube-play.rounded {
      background: #bb0000; }
  .social-icon.fa-google-plus {
    color: #dd4b39; }
    .social-icon.fa-google-plus.rounded {
      background: #dd4b39; }
  .social-icon.fa-instagram {
    color: #517fa4; }
    .social-icon.fa-instagram.rounded {
      background: #517fa4; }
  .social-icon.fa-linkedin {
    color: #007bb6; }
    .social-icon.fa-linkedin.rounded {
      background: #007bb6; }
  .social-icon.fa-pinterest-p {
    color: #cb2027; }
    .social-icon.fa-pinterest-p.rounded {
      background: #cb2027; }
  .social-icon.fa-flickr {
    color: #ff0084; }
    .social-icon.fa-flickr.rounded {
      background: #ff0084; }
  .social-icon.rounded {
    font-size: 30px !important;
    padding: 15px;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #ffffff; }

/*Define Contrast Classes*/
.chatter {
  text-align: center; }
  .chatter div.cqc-widget {
    margin-bottom: 2rem !important;
    background: white !important; }
    @media only screen and (min-width: 40.063em) {
      .chatter div.cqc-widget {
        margin-bottom: 0 !important; } }
    .chatter div.cqc-widget .cqc-container {
      background: white !important; }
  @media only screen and (min-width: 40.063em) {
    .chatter {
      text-align: left;
      padding: 2rem 0 2rem 0; } }
  @media only screen and (min-width: 40.063em) {
    .chatter h2, .chatter h3 {
      display: inline-block;
      line-height: 43px; } }
  .chatter h3 {
    text-align: center;
    margin: 2rem 0 3rem 2px; }
    @media only screen and (min-width: 40.063em) {
      .chatter h3 {
        text-align: left;
        margin: 1.25rem 0 0.625rem; } }
  .chatter .twitter,
  .chatter .linkedin,
  .chatter .facebook {
    display: inline-block;
    vertical-align: middle; }
  .chatter .twitter {
    background-image: url(/images/sprites.png);
    background-position: -134px -142px;
    width: 44px;
    height: 43px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .chatter .twitter {
        background-image: url(/images/sprites-2x.png);
        background-size: 319px 293px; } }
  .chatter .linkedin {
    background-image: url(/images/sprites.png);
    background-position: 0px -198px;
    width: 43px;
    height: 43px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .chatter .linkedin {
        background-image: url(/images/sprites-2x.png);
        background-size: 319px 293px; } }
  .chatter .facebook {
    background-image: url(/images/sprites.png);
    background-position: -53px -198px;
    width: 43px;
    height: 43px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .chatter .facebook {
        background-image: url(/images/sprites-2x.png);
        background-size: 319px 293px; } }
  .chatter .tweets {
    list-style: none;
    padding: 0;
    margin: 0 0 2.5rem 0;
    text-align: center; }
    .chatter .tweets .tweet {
      display: inline-block;
      width: 100%;
      margin-bottom: 1.875rem; }
      @media only screen and (min-width: 64.063em) {
        .chatter .tweets .tweet {
          width: 49%;
          padding: 0.9375rem;
          text-align: left;
          vertical-align: top; } }
      .chatter .tweets .tweet img {
        display: block;
        float: left;
        width: 75px;
        margin-right: 20px;
        overflow: hidden; }
      .chatter .tweets .tweet .content {
        overflow: hidden; }
        .chatter .tweets .tweet .content .from {
          float: left;
          display: inline-block;
          position: relative;
          padding-left: 23px;
          line-height: 15px; }
          .chatter .tweets .tweet .content .from:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            margin-top: -7.5px;
            background-image: url(/images/sprites.png);
            background-position: -301px 0px;
            width: 18px;
            height: 15px; }
            @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
              .chatter .tweets .tweet .content .from:before {
                background-image: url(/images/sprites-2x.png);
                background-size: 319px 293px; } }
        .chatter .tweets .tweet .content .commands {
          float: right;
          margin-right: 0.625rem;
          line-height: 13px; }
          .chatter .tweets .tweet .content .commands a {
            font-size: 0;
            color: transparent;
            overflow: hidden; }
          .chatter .tweets .tweet .content .commands .reply,
          .chatter .tweets .tweet .content .commands .retweet,
          .chatter .tweets .tweet .content .commands .like {
            display: inline-block;
            vertical-align: middle;
            margin-left: 0.3125rem; }
          .chatter .tweets .tweet .content .commands .reply {
            background-image: url(/images/sprites.png);
            background-position: -301px -107px;
            width: 16px;
            height: 13px; }
            @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
              .chatter .tweets .tweet .content .commands .reply {
                background-image: url(/images/sprites-2x.png);
                background-size: 319px 293px; } }
          .chatter .tweets .tweet .content .commands .retweet {
            background-image: url(/images/sprites.png);
            background-position: -29px -251px;
            width: 22px;
            height: 13px; }
            @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
              .chatter .tweets .tweet .content .commands .retweet {
                background-image: url(/images/sprites-2x.png);
                background-size: 319px 293px; } }
          .chatter .tweets .tweet .content .commands .like {
            background-image: url(/images/sprites.png);
            background-position: -301px -83px;
            width: 15px;
            height: 14px; }
            @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
              .chatter .tweets .tweet .content .commands .like {
                background-image: url(/images/sprites-2x.png);
                background-size: 319px 293px; } }

/* - Modules Misc
	------------------------------------------ */
.quick-service-search {
  background-color: #237ec1;
  padding: 1.5rem 0; }
  .quick-service-search h2 {
    font-size: 1.375rem;
    color: #ffffff;
    margin: 0 0 1.5rem 0; }
  .quick-service-search .btn {
    height: 60px;
    width: 100%; }
    .quick-service-search .btn:hover {
      background-color: transparent;
      color: #ffffff; }
    @media only screen and (min-width: 40.063em) and (max-width: 64em) {
      .quick-service-search .btn {
        padding: 0; } }
  .quick-service-search .form-control {
    margin-bottom: 1rem; }
  .quick-service-search .select2-container .select2-selection--single {
    background-color: transparent;
    border: 2px solid #ffffff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }
    .quick-service-search .select2-container .select2-selection--single .select2-selection__rendered {
      color: #ffffff;
      line-height: 58px; }
    .quick-service-search .select2-container .select2-selection--single .select2-selection__arrow {
      border-left: 0; }
      .quick-service-search .select2-container .select2-selection--single .select2-selection__arrow b {
        background-image: url(/images/sprites.png);
        background-position: -301px -130px;
        width: 14px;
        height: 11px; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          .quick-service-search .select2-container .select2-selection--single .select2-selection__arrow b {
            background-image: url(/images/sprites-2x.png);
            background-size: 319px 293px; } }
  .quick-service-search .select2-container--default.select2-container--open .select2-selection__arrow b {
    background-image: url(/images/sprites.png);
    background-position: -301px -151px;
    width: 14px;
    height: 11px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .quick-service-search .select2-container--default.select2-container--open .select2-selection__arrow b {
        background-image: url(/images/sprites-2x.png);
        background-size: 319px 293px; } }

#contrast_theme_yellow .quick-service-search {
  background: #fdff42; }

.latest-news {
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(/_frontend/js/polyfills/backgroundsize.min.htc);
  background-position: center center; }
  @media only screen and (max-width: 40em) {
    .latest-news .small-12 {
      padding: 0; } }
  .latest-news .slick-dots {
    display: none !important; }
  @media only screen and (min-width: 40.063em) {
    .latest-news .mobile-news {
      display: none; } }
  .latest-news .non-mobile-news {
    display: none; }
    @media only screen and (min-width: 40.063em) {
      .latest-news .non-mobile-news {
        display: block; } }
  .latest-news h2 {
    color: #ffffff;
    margin: 2rem 0;
    font-size: 1.875rem; }
    @media only screen and (min-width: 64.063em) {
      .latest-news h2 {
        margin: 4rem 0; } }
  .latest-news .btn {
    margin: 2rem auto;
    padding: 1rem 2rem;
    max-width: 220px;
    display: block; }
  .latest-news .news-item {
    background-color: #ededed;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    margin: 0 8px;
    overflow: hidden; }
    .latest-news .news-item:after {
      content: '';
      display: table;
      height: 0;
      clear: both; }
    @media only screen and (min-width: 40.063em) {
      .latest-news .news-item {
        margin: 0 0 1.5rem 0; }
        .latest-news .news-item:hover .img-wrapper > .more {
          background: #00519b;
          opacity: 1;
          filter: alpha(opacity=100);
          display: block;
          -webkit-transition: all 300ms ease-in-out;
          -moz-transition: all 300ms ease-in-out;
          -ms-transition: all 300ms ease-in-out;
          -o-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out;
          visibility: visible; } }
    .latest-news .news-item .img-wrapper {
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      -ms-behavior: url(/_frontend/js/polyfills/backgroundsize.min.htc);
      background-position: center center;
      position: relative; }
      .latest-news .news-item .img-wrapper > .more {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        color: #ffffff;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        visibility: hidden; }
        .latest-news .news-item .img-wrapper > .more > span {
          position: absolute;
          top: 50%;
          text-align: center;
          display: block;
          margin: 0 auto;
          width: 80%;
          padding: 2rem;
          border: 2px solid white;
          border-radius: 30px;
          left: 0;
          right: 0;
          margin-top: -58px;
          max-width: 182px; }
          .latest-news .news-item .img-wrapper > .more > span > i {
            font-size: 2.5rem;
            display: block;
            line-height: 0;
            margin-bottom: 25px; }
      @media only screen and (min-width: 40.063em) {
        .latest-news .news-item .img-wrapper {
          height: 234px; } }
      @media only screen and (min-width: 64.063em) {
        .latest-news .news-item .img-wrapper {
          height: 208px; } }
    .latest-news .news-item .content {
      text-align: center;
      padding: 1.5rem; }
      @media only screen and (min-width: 64.063em) {
        .latest-news .news-item .content {
          text-align: left;
          height: 285px; } }
      .latest-news .news-item .content .date {
        font-size: 1.125rem;
        color: #41474c;
        margin-bottom: 1.5rem;
        font-weight: 400;
        font-style: italic; }
      .latest-news .news-item .content h3 {
        font-size: 1.125rem;
        color: #41474c;
        margin-bottom: 1.5rem;
        font-weight: 400; }
        @media only screen and (min-width: 64.063em) {
          .latest-news .news-item .content h3 {
            font-size: 1.25rem; } }
      .latest-news .news-item .content p {
        font-size: 1rem;
        color: #41474c; }
  @media only screen and (min-width: 64.063em) {
    .latest-news .half {
      height: 235px; }
      .latest-news .half .img-wrapper {
        float: left;
        width: 40%;
        position: relative;
        height: 235px; }
      .latest-news .half .content {
        float: left;
        width: 60%; }
        .latest-news .half .content h3 {
          margin-top: 0;
          margin-bottom: 1rem; }
        .latest-news .half .content .date {
          margin-bottom: 1rem; }
        .latest-news .half .content p {
          margin-bottom: 0; } }

#contrast_theme_yellow .latest-news {
  background: #fdff42 !important; }
  #contrast_theme_yellow .latest-news:before {
    display: none; }

.bg-overlay1:before {
  background: #1d80c1;
  opacity: 0.8;
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

/* - Components
	------------------------------------------ */
/* - Footer region
-------------------------------------------------
    Description: Footer styling
    Author: Nick Rowe - Prodo Digital
    Author URL: http://www.prodo.com
*/
/*=====================================================
  Footer
======================================================*/
@media only screen and (min-width: 40.063em) {
  .site_footer {
    margin-bottom: 3.75rem; } }

.top_footer {
  background-color: #009bda;
  padding: 3rem 0; }

.bottom_footer {
  background-color: #1d80c1;
  padding: 2rem 0; }
  .bottom_footer p, .bottom_footer a {
    color: #ffffff; }
  .bottom_footer p, .bottom_footer ul {
    margin-bottom: 0; }
  .bottom_footer .links {
    margin-left: 0;
    padding-left: 0;
    list-style: none; }
    .bottom_footer .links li {
      display: inline-block;
      padding-right: 1.25rem; }
      .bottom_footer .links li:last-child {
        padding-right: 0; }

.accessibility_bar {
  background-color: #224F6C;
  z-index: 999; }
  @media only screen and (min-width: 40.063em) {
    .accessibility_bar {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      height: 3.75rem; } }
  .accessibility_bar .columns {
    height: 3.75rem;
    line-height: 3.75rem;
    border-right: 2px solid #1c4159; }
    .accessibility_bar .columns:last-child {
      border-right: none; }
    @media only screen and (min-width: 40.063em) and (max-width: 64em) {
      .accessibility_bar .columns {
        padding-left: 0.3125rem;
        padding-right: 0.3125rem; } }
  .accessibility_bar span, .accessibility_bar a {
    color: #ffffff;
    font-size: 0.875rem; }
    @media only screen and (min-width: 64.063em) {
      .accessibility_bar span, .accessibility_bar a {
        font-size: 1rem; } }
  .accessibility_bar .goog-te-gadget-simple {
    background-color: transparent;
    border: none; }
    .accessibility_bar .goog-te-gadget-simple img {
      display: none; }
    .accessibility_bar .goog-te-gadget-simple .goog-te-menu-value {
      padding-right: 17px; }
      .accessibility_bar .goog-te-gadget-simple .goog-te-menu-value span {
        font-size: 0.875rem;
        display: none; }
        @media only screen and (min-width: 64.063em) {
          .accessibility_bar .goog-te-gadget-simple .goog-te-menu-value span {
            font-size: 1rem; } }
        .accessibility_bar .goog-te-gadget-simple .goog-te-menu-value span:first-child {
          display: inline-block;
          padding-right: 36px; }
          .accessibility_bar .goog-te-gadget-simple .goog-te-menu-value span:first-child:after {
            content: '';
            display: inline-block;
            background-image: url(/images/sprites.png);
            background-position: -263px -38px;
            width: 26px;
            height: 26px;
            position: absolute;
            top: 50%;
            margin-top: -13px;
            margin-left: 10px; }
            @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
              .accessibility_bar .goog-te-gadget-simple .goog-te-menu-value span:first-child:after {
                background-image: url(/images/sprites-2x.png);
                background-size: 319px 293px; } }
      .accessibility_bar .goog-te-gadget-simple .goog-te-menu-value:after {
        display: inline-block;
        background-image: url(/images/sprites.png);
        background-position: -105px -251px;
        width: 7px;
        height: 6px;
        position: absolute;
        top: 50%;
        margin-top: -3px;
        margin-left: 10px; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          .accessibility_bar .goog-te-gadget-simple .goog-te-menu-value:after {
            background-image: url(/images/sprites-2x.png);
            background-size: 319px 293px; } }
        @media only screen and (min-width: 64.063em) {
          .accessibility_bar .goog-te-gadget-simple .goog-te-menu-value:after {
            content: ''; } }
  .accessibility_bar .text_size span {
    display: inline-block;
    line-height: 28px; }
  .accessibility_bar .text_size .toggle_text_size {
    display: inline-block;
    line-height: 28px;
    margin-left: 10px;
    cursor: pointer;
    text-indent: -9999px; }
    .accessibility_bar .text_size .toggle_text_size[data-change-type="down"] {
      background-image: url(/images/sprites.png);
      background-position: -263px 0px;
      width: 28px;
      height: 28px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .accessibility_bar .text_size .toggle_text_size[data-change-type="down"] {
          background-image: url(/images/sprites-2x.png);
          background-size: 319px 293px; } }
    .accessibility_bar .text_size .toggle_text_size[data-change-type="up"] {
      background-image: url(/images/sprites.png);
      background-position: -188px -198px;
      width: 28px;
      height: 28px;
      margin-left: 5px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .accessibility_bar .text_size .toggle_text_size[data-change-type="up"] {
          background-image: url(/images/sprites-2x.png);
          background-size: 319px 293px; } }
  .accessibility_bar .color_contrast span {
    line-height: 30px;
    display: inline-block;
    vertical-align: middle; }
    @media only screen and (min-width: 64.063em) {
      .accessibility_bar .color_contrast span {
        margin-right: 0.9375rem; } }
  .accessibility_bar .color_contrast input {
    position: absolute;
    left: -9999em; }
  .accessibility_bar .color_contrast label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border: 3px solid #ffffff;
    width: 50px;
    height: 30px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }
    .accessibility_bar .color_contrast label:after {
      content: '';
      position: absolute;
      top: 2px;
      height: 20px;
      width: 20px;
      background-color: #ffffff;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */ }
  .accessibility_bar input.toggle-round + label {
    width: 50px;
    height: 30px;
    border: 3px solid #ffffff;
    border-radius: 25px; }
  .accessibility_bar input.toggle-round + label:before,
  .accessibility_bar input.toggle-round + label:after {
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    bottom: 2px;
    content: ""; }
  .accessibility_bar input.toggle-round + label:before {
    right: 2px;
    border-radius: 50%;
    transition: background 0.4s; }
  .accessibility_bar input.toggle-round + label:after {
    width: 20px;
    background-color: #fff;
    border-radius: 100%;
    transition: margin 0.4s; }
  .accessibility_bar input.toggle-round:checked + label:after {
    margin-left: 20px; }
  .accessibility_bar .browse_aloud a {
    padding-right: 40px; }
    .accessibility_bar .browse_aloud a:after {
      content: '';
      display: inline-block;
      background-image: url(/images/sprites.png);
      background-position: -148px -198px;
      width: 30px;
      height: 30px;
      position: absolute;
      top: 50%;
      margin-top: -15px;
      margin-left: 10px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .accessibility_bar .browse_aloud a:after {
          background-image: url(/images/sprites-2x.png);
          background-size: 319px 293px; } }

/*Define Contrast Classes*/
/* - Header region
-------------------------------------------------
    Description: Header styles
    Author: Nick Rowe - Prodo Digital
    Author URL: http://www.prodo.com
*/
/*=====================================================
  Header Styling
======================================================*/
.site_header {
  padding: 1rem 0; }
  .site_header img {
    max-width: 100%;
    height: auto; }
  @media only screen and (min-width: 40.063em) {
    .site_header {
      padding: 0; } }
  @media only screen and (min-width: 40.063em) {
    .site_header .logo_container {
      display: block;
      margin: 20px 0px; } }
  .site_header .logo_container .logo {
    display: inline-block;
    margin: 0;
    max-width: 100%; }
  .site_header .partner-logo {
    padding: 0 1rem;
    margin-top: 25px; }
    @media only screen and (min-width: 40.063em) {
      .site_header .partner-logo {
        float: right;
        margin: 20px 0px;
        max-height: 40px; } }

/* - navigation
	------------------------------------------ */
.title_breadcrumbs {
  padding: 1.875rem 0;
  position: relative; }

.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;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase; }
    .breadcrumb > li a:after, .breadcrumb > li span:after {
      display: block;
      content: '';
      position: absolute;
      rght: 0; }
  .breadcrumb > li a {
    color: #5a5a5a;
    font-weight: 200; }
    .breadcrumb > li a:hover {
      font-weight: 700;
      text-decoration: underline; }
      .breadcrumb > li a:hover:after {
        font-weight: 200; }
  .breadcrumb > li span {
    color: #5a5a5a; }

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

/* - Navigation regions
-------------------------------------------------
    Description: Navigation styles
    Author: Nick Rowe - Prodo Digital
    Author URL: http://www.prodo.com
    */
/*=====================================================
Navigation Styling
======================================================*/
.site-nav {
  background-color: #1d80c1;
  position: relative; }
  .site-nav:after {
    content: '';
    display: table;
    height: 0;
    clear: both; }
  .site-nav ul {
    list-style-type: none; }
    .site-nav ul:after {
      content: '';
      display: table;
      height: 0;
      clear: both; }
    .site-nav ul li {
      text-align: center;
      position: relative; }
      .site-nav ul li a {
        padding: 0 1.5rem;
        color: #ffffff;
        display: block;
        font-size: 1.125rem;
        font-weight: 300;
        font-family: "Montserrat", sans-serif;
        height: 68px;
        line-height: 68px;
        border-bottom: 1px solid #033d78;
        background-color: #044486; }
        @media only screen and (min-width: 40.063em) {
          .site-nav ul li a {
            font-size: 1rem;
            font-weight: normal;
            border-bottom: 0;
            background-color: transparent; } }
      @media only screen and (min-width: 40.063em) {
        .site-nav ul li:hover > .submenu {
          display: block; } }
      @media only screen and (min-width: 40.063em) {
        .site-nav ul li {
          display: inline-block;
          float: left; } }
      .site-nav ul li .submenu-toggle {
        position: absolute;
        right: 0;
        top: 0;
        width: 68px;
        height: 68px; }
        @media only screen and (min-width: 40.063em) {
          .site-nav ul li .submenu-toggle {
            display: none; } }
        .site-nav ul li .submenu-toggle.is-active:before {
          margin-top: -5px;
          background-image: url(/images/sprites.png);
          background-position: -61px -251px;
          width: 19px;
          height: 12px; }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            .site-nav ul li .submenu-toggle.is-active:before {
              background-image: url(/images/sprites-2x.png);
              background-size: 319px 293px; } }
        .site-nav ul li .submenu-toggle:before {
          content: "";
          display: block;
          background-image: url(/images/sprites.png);
          background-position: -301px -25px;
          width: 12px;
          height: 19px;
          margin: 0 auto;
          top: 50%;
          position: relative;
          margin-top: -9px; }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            .site-nav ul li .submenu-toggle:before {
              background-image: url(/images/sprites-2x.png);
              background-size: 319px 293px; } }
      .site-nav ul li > .submenu {
        display: none; }
        @media only screen and (min-width: 40.063em) {
          .site-nav ul li > .submenu {
            position: absolute;
            top: 100%;
            left: auto;
            right: auto;
            min-width: 300px;
            width: 300px;
            z-index: 25; } }
        .site-nav ul li > .submenu.is-active {
          display: block; }
        @media only screen and (min-width: 40.063em) {
          .site-nav ul li > .submenu li {
            display: block;
            float: none;
            text-align: left; } }
        .site-nav ul li > .submenu li a {
          height: 52px;
          line-height: 52px;
          background-color: #033d78;
          padding: 0 1.5rem;
          font-size: 1.125rem;
          border-bottom: 0; }
          @media only screen and (min-width: 40.063em) {
            .site-nav ul li > .submenu li a {
              padding: 1.5rem 1.625rem;
              height: auto;
              line-height: normal;
              background-color: #1a6da3;
              font-size: 1rem; }
              .site-nav ul li > .submenu li a:hover {
                background-color: #1d80c1; } }
          @media only screen and (min-width: 64.063em) {
            .site-nav ul li > .submenu li a {
              font-size: 1.125rem; } }
        .site-nav ul li > .submenu li .submenu-toggle {
          width: 52px;
          height: 52px; }
          @media only screen and (min-width: 40.063em) {
            .site-nav ul li > .submenu li .submenu-toggle {
              display: none; } }
          .site-nav ul li > .submenu li .submenu-toggle.is-active:before {
            margin-top: -3px;
            background-image: url(/images/sprites.png);
            background-position: -301px -262px;
            width: 12px;
            height: 8px; }
            @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
              .site-nav ul li > .submenu li .submenu-toggle.is-active:before {
                background-image: url(/images/sprites-2x.png);
                background-size: 319px 293px; } }
          .site-nav ul li > .submenu li .submenu-toggle:before {
            background-image: url(/images/sprites.png);
            background-position: -17px -280px;
            width: 7px;
            height: 13px;
            margin-top: -6px; }
            @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
              .site-nav ul li > .submenu li .submenu-toggle:before {
                background-image: url(/images/sprites-2x.png);
                background-size: 319px 293px; } }
        .site-nav ul li > .submenu li .submenu {
          display: none; }
          .site-nav ul li > .submenu li .submenu.is-active {
            display: block; }
          .site-nav ul li > .submenu li .submenu li a {
            height: 42px;
            line-height: 42px;
            background-color: #053669;
            padding: 0 1.2rem;
            font-size: 1rem; }
  @media only screen and (min-width: 40.063em) {
    .site-nav .top-nav > li:hover a {
      background-color: #1a6da3; } }
  @media only screen and (min-width: 40.063em) {
    .site-nav .top-nav > li > a {
      height: 50px;
      line-height: 50px; }
      .site-nav .top-nav > li > a:hover {
        background-color: #1a6da3; } }

.nav-container {
  background-color: #1d80c1;
  -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;
  z-index: 1000;
  visibility: hidden;
  position: absolute;
  width: 100%;
  top: 60px;
  opacity: 0; }
  @media only screen and (min-width: 40.063em) {
    .nav-container {
      box-shadow: 0px 3px 2px -1px rgba(0, 0, 0, 0.15); } }
  @media only screen and (min-width: 40.063em) {
    .nav-container {
      position: relative;
      opacity: 1;
      visibility: visible;
      top: auto;
      z-index: 1010; } }
  .nav-container.is-active {
    opacity: 1;
    visibility: visible; }
  @media only screen and (min-width: 40.063em) {
    .nav-container {
      display: block; } }
  .nav-container .small-12 {
    padding: 0; }

.search-form {
  color: #ffffff;
  background-color: #169ada;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  height: 50px;
  top: 0;
  z-index: 1001;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -moz-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  -o-transform: translate(0, 0px);
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0px); }
  @media only screen and (min-width: 40.063em) {
    .search-form {
      background-color: #1a6da3;
      height: 50px; } }
  .search-form input[type="text"] {
    height: 50px;
    background-color: transparent;
    color: #ffffff;
    line-height: 50px;
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 300;
    width: 80%;
    float: left; }
    .search-form input[type="text"]::-moz-placeholder {
      color: #ffffff;
      font-size: 1.25rem;
      font-weight: 300; }
    .search-form input[type="text"]::-webkit-input-placeholder {
      color: #ffffff;
      font-size: 1.25rem;
      font-weight: 300; }
    .search-form input[type="text"]:-ms-input-placeholder {
      color: #ffffff;
      font-size: 1.25rem;
      font-weight: 300; }
  .search-form button[type="submit"] {
    height: 50px;
    background-color: transparent;
    color: #ffffff;
    line-height: 50px;
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 300;
    width: 20%;
    float: left;
    border: 0;
    cursor: pointer; }
    .search-form button[type="submit"]:before {
      content: "";
      display: block;
      background-image: url(/images/sprites.png);
      background-position: -106px -198px;
      width: 32px;
      height: 32px;
      margin: 0 auto; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .search-form button[type="submit"]:before {
          background-image: url(/images/sprites-2x.png);
          background-size: 319px 293px; } }
      @media only screen and (min-width: 40.063em) {
        .search-form button[type="submit"]:before {
          display: none; } }
  .search-form.active {
    -moz-transform: translate(0, 60px);
    -ms-transform: translate(0, 60px);
    -o-transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
    transform: translate(0, 60px); }
    @media only screen and (min-width: 40.063em) {
      .search-form.active {
        background-color: #1a6da3;
        -moz-transform: translate(0, 50px);
        -ms-transform: translate(0, 50px);
        -o-transform: translate(0, 50px);
        -webkit-transform: translate(0, 50px);
        transform: translate(0, 50px); } }

.nav_mobile_container {
  height: 60px;
  position: relative;
  z-index: 1010;
  background-color: #1d80c1;
  font-size: 0; }
  @media only screen and (min-width: 40.063em) {
    .nav_mobile_container {
      display: none; } }
  .nav_mobile_container__btn {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    height: 60px;
    border: 0; }
  .nav_mobile_container .search-toggle {
    background-color: #169ada;
    display: inline-block;
    width: 50%;
    height: 60px; }
  .nav_mobile_container .menu-toggle {
    background: #044486; }

.search-toggle {
  display: none;
  border: 0;
  background-color: #1d80c1;
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -moz-transform: translate(0em, 0);
  -ms-transform: translate(0em, 0);
  -o-transform: translate(0em, 0);
  -webkit-transform: translate(0em, 0);
  transform: translate(0em, 0); }
  .search-toggle:before {
    background-image: url(/images/sprites.png);
    background-position: -263px -184px;
    width: 24px;
    height: 24px;
    content: "";
    display: block;
    margin: 0 auto; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .search-toggle:before {
        background-image: url(/images/sprites-2x.png);
        background-size: 319px 293px; } }
  @media only screen and (min-width: 40.063em) {
    .search-toggle {
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      width: 50px;
      height: 50px; }
      .search-toggle:hover {
        background-color: #1a6da3; } }

.nav-cta {
  background-color: #af3d5c;
  color: #ffffff;
  font-size: 1.125rem;
  display: inline-block;
  padding: 1rem;
  margin: 0 auto;
  width: 100%;
  text-align: center; }
  .nav-cta:hover {
    color: #ffffff; }
  @media only screen and (min-width: 40.063em) {
    .nav-cta {
      display: inline-block;
      width: auto;
      position: absolute;
      right: 0;
      z-index: 1000; } }
  .nav-cta:before {
    background-image: url(/images/sprites.png);
    background-position: 0px -251px;
    width: 19px;
    height: 19px;
    content: "";
    display: inline-block;
    margin-top: 2px;
    margin-right: 10px;
    position: relative;
    top: 2px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .nav-cta:before {
        background-image: url(/images/sprites-2x.png);
        background-size: 319px 293px; } }

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -moz-transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, -webkit-filter;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -moz-transition-property: opacity, filter;
  -o-transition-property: opacity, filter;
  -webkit-transition-property: opacity, filter;
  transition-property: opacity, filter;
  -moz-transition-property: opacity, filter, -webkit-filter;
  -o-transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-property: opacity, filter, -webkit-filter;
  transition-property: opacity, filter, -webkit-filter;
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

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

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
  -moz-transition-property: -webkit-transform;
  -o-transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  -webkit-transition-property: transform;
  transition-property: transform;
  -moz-transition-property: transform, -webkit-transform;
  -o-transition-property: transform, -webkit-transform;
  -webkit-transition-property: transform, -webkit-transform;
  transition-property: transform, -webkit-transform;
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -moz-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze .hamburger-inner::before {
  -moz-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  -o-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  transition: top 0.1s 0.14s ease, opacity 0.1s ease; }

.hamburger--squeeze .hamburger-inner::after {
  -moz-transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transition-delay: 0.14s;
  -o-transition-delay: 0.14s;
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
  -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -moz-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  -o-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease; }

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -moz-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

#contrast_theme_yellow .site-nav .top-nav > li:hover > a {
  background: #000000;
  color: #ffffff; }

#contrast_theme_yellow .site-nav .top-nav .submenu > li > a {
  background: #000000;
  color: #ffffff; }

/*Define Contrast Classes*/
/* - Navigation regions
------------------------------------------------- 
    Description: Navigation styles
    Author: Tom van Enckevort - Prodo Digital
    Author URL: http://www.prodo.com
    */
/*=====================================================
Navigation Styling
======================================================*/
.internal_nav ul {
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  list-style: none; }
  .internal_nav ul li a {
    position: relative;
    display: block;
    padding: 1.25rem 3.25rem 1.25rem 2.5rem;
    margin-bottom: 0.1875rem;
    font-size: 1.125rem;
    background-color: #515D69;
    color: #ffffff; }
    .internal_nav ul li a:after {
      content: '';
      display: block;
      position: absolute;
      right: 2.5rem;
      top: 50%;
      margin-top: -9.5px;
      background-image: url(/images/sprites.png);
      background-position: -301px -25px;
      width: 12px;
      height: 19px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .internal_nav ul li a:after {
          background-image: url(/images/sprites-2x.png);
          background-size: 319px 293px; } }
    .internal_nav ul li a:hover {
      background-color: #677786; }
  .internal_nav ul li.active a, .internal_nav ul li.more a {
    padding-right: 3.6875rem; }
    .internal_nav ul li.active a:after, .internal_nav ul li.more a:after {
      right: 2.1875rem;
      background-image: url(/images/sprites.png);
      background-position: -61px -251px;
      width: 19px;
      height: 12px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .internal_nav ul li.active a:after, .internal_nav ul li.more a:after {
          background-image: url(/images/sprites-2x.png);
          background-size: 319px 293px; } }
  .internal_nav ul li > ul li a {
    background-color: #EFEFEF;
    color: #5a5a5a;
    font-weight: 700; }
    .internal_nav ul li > ul li a:hover {
      background-color: #d6d6d6; }
    .internal_nav ul li > ul li a:after {
      content: none; }
  .internal_nav ul li > ul li ul li a {
    padding-left: 3.75rem; }

/*Define Contrast Classes*/
/* Pagination
========================================================================== */
.pagination {
  float: right;
  margin: 1rem 0;
  font-weight: bold;
  text-align: center; }
  .pagination:after {
    content: '';
    display: table;
    height: 0;
    clear: both; }
  .pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: -20px;
    overflow: hidden; }
    .pagination ul li {
      display: inline-block;
      margin: 0 0.19rem 1.25rem;
      position: relative;
      vertical-align: top; }
      .pagination ul li:before {
        content: none; }
      .pagination ul li.selected a, .pagination ul li.selected button {
        color: #1d80c1;
        text-decoration: underline; }
        .pagination ul li.selected a:hover, .pagination ul li.selected button:hover {
          text-decoration: none; }
      .pagination ul li span, .pagination ul li a, .pagination ul li button {
        display: block;
        color: gray;
        height: 45px;
        min-width: 45px;
        line-height: 45px;
        text-align: center;
        font-size: 0.875rem; }
      .pagination ul li a, .pagination ul li button {
        background-color: #ffffff;
        margin: 0;
        padding: 0;
        padding: 0 0.9375rem;
        color: gray;
        text-decoration: none; }
        .pagination ul li a:hover, .pagination ul li button:hover {
          background: #1d80c1;
          color: #ffffff; }
      .pagination ul li.prev a, .pagination ul li.prev button, .pagination ul li.next a, .pagination ul li.next button {
        background-color: #1d80c1;
        color: #ffffff; }
        .pagination ul li.prev a:hover, .pagination ul li.prev button:hover, .pagination ul li.next a:hover, .pagination ul li.next button:hover {
          background: #ffffff;
          border: 1px solid #1d80c1;
          color: #1d80c1; }
  @media only screen and (max-width: 40em) {
    .pagination ul li {
      display: none; }
      .pagination ul li.prev, .pagination ul li.next {
        display: inline-block; } }

#contrast_theme_yellow {
  background-color: #feff8e !important; }
  #contrast_theme_yellow *, #contrast_theme_yellow *:after, #contrast_theme_yellow *:before {
    color: #000000;
    border-color: #000000 !important; }
  #contrast_theme_yellow .nav-cta {
    background-color: #feff8e !important; }
  #contrast_theme_yellow .internal_nav ul li > ul li a {
    background-color: #feff8e !important; }
  #contrast_theme_yellow .accessibility_bar, #contrast_theme_yellow .top_footer, #contrast_theme_yellow .bottom_footer {
    background-color: #fdff42 !important; }
  #contrast_theme_yellow .site-nav .nav-container, #contrast_theme_yellow .site-nav .nav-container .search-toggle {
    background-color: #fdff42 !important; }
  #contrast_theme_yellow .internal_nav ul li a {
    background-color: #fdff42 !important; }
  #contrast_theme_yellow input.toggle-round + label:after {
    background-color: #000000 !important; }
  #contrast_theme_yellow .icon.twitter, #contrast_theme_yellow .icon.facebook, #contrast_theme_yellow .icon.linkedin, #contrast_theme_yellow .icon.mail {
    background-image: url(/images/contrast-sprites.png) !important; }
  #contrast_theme_yellow .browse_aloud a:after, #contrast_theme_yellow .toggle_text_size, #contrast_theme_yellow .goog-te-menu-value span:first-child:after, #contrast_theme_yellow .goog-te-menu-value:after {
    background-image: url(/images/contrast-sprites.png) !important; }
  #contrast_theme_yellow .site-nav .nav-container .search-toggle:before, #contrast_theme_yellow .nav-cta:before {
    background-image: url(/images/contrast-sprites.png) !important; }
  #contrast_theme_yellow .internal_nav ul li a:after {
    background-image: url(/images/contrast-sprites.png) !important; }

#contrast_theme_green {
  background-color: #feff8e !important; }
  #contrast_theme_green *, #contrast_theme_green *:after, #contrast_theme_green *:before {
    color: #000000;
    border-color: #000000 !important; }
  #contrast_theme_green .nav-cta {
    background-color: #feff8e !important; }
  #contrast_theme_green .internal_nav ul li > ul li a {
    background-color: #feff8e !important; }
  #contrast_theme_green .accessibility_bar, #contrast_theme_green .top_footer, #contrast_theme_green .bottom_footer {
    background-color: #fdff42 !important; }
  #contrast_theme_green .site-nav .nav-container, #contrast_theme_green .site-nav .nav-container .search-toggle {
    background-color: #fdff42 !important; }
  #contrast_theme_green .internal_nav ul li a {
    background-color: #fdff42 !important; }
  #contrast_theme_green input.toggle-round + label:after {
    background-color: #000000 !important; }
  #contrast_theme_green .icon.twitter, #contrast_theme_green .icon.facebook, #contrast_theme_green .icon.linkedin, #contrast_theme_green .icon.mail {
    background-image: url(/images/contrast-sprites.png) !important; }
  #contrast_theme_green .browse_aloud a:after, #contrast_theme_green .toggle_text_size, #contrast_theme_green .goog-te-menu-value span:first-child:after, #contrast_theme_green .goog-te-menu-value:after {
    background-image: url(/images/contrast-sprites.png) !important; }
  #contrast_theme_green .site-nav .nav-container .search-toggle:before, #contrast_theme_green .nav-cta:before {
    background-image: url(/images/contrast-sprites.png) !important; }
  #contrast_theme_green .internal_nav ul li a:after {
    background-image: url(/images/contrast-sprites.png) !important; }

html.font_1 {
  font-size: 18px; }

html.font_2 {
  font-size: 20px; }

html.font_-1 {
  font-size: 14px; }

html.font_-2 {
  font-size: 12px; }

.sitemap li {
  padding: 0.3125rem 0; }

.sitemap a, .sitemap span {
  color: #000000;
  font-weight: 400; }
  .sitemap a:hover, .sitemap a:active, .sitemap span:hover, .sitemap span:active {
    color: #000000; }
