/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}

@charset "UTF-8";
meta.foundation-version {
  font-family: "/{{VERSION}}/";
}
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}
meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em;
}
meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:48em)/";
  width: 40.0625em;
}
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.0625em)/";
  width: 48.0625em;
}
meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:48.0625em) and (max-width:60em)/";
  width: 48.0625em;
}
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:60.0625em)/";
  width: 60.0625em;
}
meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:60.0625em) and (max-width:71.875em)/";
  width: 60.0625em;
}
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:71.9375em)/";
  width: 71.9375em;
}
meta.foundation-data-attribute-namespace {
  font-family: false;
}
html, body {
  height: 100%;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  font-size: 100%;
}
body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}
a:hover {
  cursor: pointer;
}
img {
  max-width: 100%;
  height: auto;
}
img {
  -ms-interpolation-mode: bicubic;
}
#map_canvas img, #map_canvas 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: 62.5rem;
  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.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 8.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: 48.0625em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 8.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;
  }
}
@media only screen and (min-width: 60.0625em) {
  .xlarge-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .xlarge-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .xlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .xlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .xlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .xlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .xlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .xlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .xlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .xlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .xlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .xlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .xlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-3 {
    width: 25%;
  }
  .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-6 {
    width: 50%;
  }
  .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-9 {
    width: 75%;
  }
  .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-12 {
    width: 100%;
  }
  .xlarge-offset-0 {
    margin-left: 0 !important;
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .xlarge-offset-3 {
    margin-left: 25% !important;
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .xlarge-offset-6 {
    margin-left: 50% !important;
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .xlarge-offset-9 {
    margin-left: 75% !important;
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .xlarge-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.xlarge-centered, .columns.xlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.xlarge-uncentered, .columns.xlarge-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.xlarge-centered:last-child, .columns.xlarge-centered:last-child {
    float: none;
  }
  .column.xlarge-uncentered:last-child, .columns.xlarge-uncentered:last-child {
    float: left;
  }
  .column.xlarge-uncentered.opposite, .columns.xlarge-uncentered.opposite {
    float: right;
  }
  .row.xlarge-collapse > .column, .row.xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.xlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.xlarge-uncollapse > .column, .row.xlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}
@media only screen and (min-width: 71.9375em) {
  .xxlarge-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .xxlarge-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .xxlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .xxlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .xxlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .xxlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .xxlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .xxlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .xxlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .xxlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .xxlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .xxlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .xxlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .xxlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .xxlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .xxlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .xxlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .xxlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .xxlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .xxlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .xxlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-12 {
    width: 100%;
  }
  .xxlarge-offset-0 {
    margin-left: 0 !important;
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .xxlarge-offset-3 {
    margin-left: 25% !important;
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .xxlarge-offset-6 {
    margin-left: 50% !important;
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .xxlarge-offset-9 {
    margin-left: 75% !important;
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .xxlarge-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.xxlarge-centered, .columns.xxlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.xxlarge-uncentered, .columns.xxlarge-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.xxlarge-centered:last-child, .columns.xxlarge-centered:last-child {
    float: none;
  }
  .column.xxlarge-uncentered:last-child, .columns.xxlarge-uncentered:last-child {
    float: left;
  }
  .column.xxlarge-uncentered.opposite, .columns.xxlarge-uncentered.opposite {
    float: right;
  }
  .row.xxlarge-collapse > .column, .row.xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.xxlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.xxlarge-uncollapse > .column, .row.xxlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}
.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;
}
/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}
.clearing-thumbs:after, [data-clearing]:after {
  clear: both;
}
.clearing-thumbs li, [data-clearing] li {
  float: left;
  margin-right: 10px;
}
.clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
  margin-right: 0;
}
.clearing-blackout {
  background: #333333;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
  left: 0;
}
.clearing-blackout .clearing-close {
  display: block;
}
.clearing-container {
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 998;
}
.clearing-touch-label {
  color: #AAAAAA;
  font-size: 0.6em;
  left: 50%;
  position: absolute;
  top: 50%;
}
.visible-img {
  height: 95%;
  position: relative;
}
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  max-height: 100%;
  max-width: 100%;
}
.clearing-caption {
  background: #333333;
  bottom: 0;
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 10px 30px 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
}
.clearing-close {
  color: #CCCCCC;
  display: none;
  font-size: 30px;
  line-height: 1;
  padding-left: 20px;
  padding-top: 10px;
  z-index: 999;
}
.clearing-close:hover, .clearing-close:focus {
  color: #CCCCCC;
}
.clearing-assembled .clearing-container {
  height: 100%;
}
.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}
.clearing-feature li {
  display: none;
}
.clearing-feature li.clearing-featured-img {
  display: block;
}
@media only screen and (min-width: 40.0625em) {
  .clearing-main-prev, .clearing-main-next {
    height: 100%;
    position: absolute;
    top: 0;
    width: 40px;
  }
  .clearing-main-prev > span, .clearing-main-next > span {
    border: solid 12px;
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    width: 0;
  }
  .clearing-main-prev > span:hover, .clearing-main-next > span:hover {
    opacity: 0.8;
  }
  .clearing-main-prev {
    left: 0;
  }
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #CCCCCC;
  }
  .clearing-main-next {
    right: 0;
  }
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #CCCCCC;
  }
  .clearing-main-prev.disabled, .clearing-main-next.disabled {
    opacity: 0.3;
  }
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center;
  }
  .clearing-assembled .clearing-container .carousel > ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li {
    clear: none;
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 0;
    min-height: inherit;
    opacity: 0.4;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 120px;
  }
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    height: 100%;
    max-width: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    box-shadow: none;
    display: block;
  }
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    width: 100% !important;
  }
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  .clearing-assembled .clearing-container .carousel > ul li:hover {
    opacity: 0.8;
  }
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    height: 85%;
    overflow: hidden;
  }
  .clearing-close {
    padding-left: 0;
    padding-top: 0;
    position: absolute;
    top: 10px;
    right: 20px;
  }
}
.flex-video {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative;
}
.flex-video.widescreen {
  padding-bottom: 56.34%;
}
.flex-video.vimeo {
  padding-top: 0;
}
.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
.range-slider {
  border: 1px solid #DDDDDD;
  margin: 1.25rem 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  display: block;
  height: 1rem;
  width: 100%;
  background: #FAFAFA;
}
.range-slider.vertical-range {
  border: 1px solid #DDDDDD;
  margin: 1.25rem 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  display: inline-block;
  height: 12.5rem;
  width: 1rem;
}
.range-slider.vertical-range .range-slider-handle {
  bottom: -10.5rem;
  margin-left: -0.5rem;
  margin-top: 0;
  position: absolute;
}
.range-slider.vertical-range .range-slider-active-segment {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  border-top-left-radius: initial;
  bottom: 0;
  height: auto;
  width: 0.875rem;
}
.range-slider.radius {
  background: #FAFAFA;
  border-radius: 3px;
}
.range-slider.radius .range-slider-handle {
  background: #008CBA;
  border-radius: 3px;
}
.range-slider.radius .range-slider-handle:hover {
  background: #007ba4;
}
.range-slider.round {
  background: #FAFAFA;
  border-radius: 1000px;
}
.range-slider.round .range-slider-handle {
  background: #008CBA;
  border-radius: 1000px;
}
.range-slider.round .range-slider-handle:hover {
  background: #007ba4;
}
.range-slider.disabled, .range-slider[disabled] {
  background: #FAFAFA;
  cursor: not-allowed;
  opacity: 0.7;
}
.range-slider.disabled .range-slider-handle, .range-slider[disabled] .range-slider-handle {
  background: #008CBA;
  cursor: default;
  opacity: 0.7;
}
.range-slider.disabled .range-slider-handle:hover, .range-slider[disabled] .range-slider-handle:hover {
  background: #007ba4;
}
.range-slider-active-segment {
  background: #e5e5e5;
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
  display: inline-block;
  height: 0.875rem;
  position: absolute;
}
.range-slider-handle {
  border: 1px solid none;
  cursor: pointer;
  display: inline-block;
  height: 1.375rem;
  position: absolute;
  top: -0.3125rem;
  width: 2rem;
  z-index: 1;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #008CBA;
}
.range-slider-handle:hover {
  background: #007ba4;
}
.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.0625em) {
  .reveal-modal {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 80%;
  }
}
@media only screen and (min-width: 40.0625em) {
  .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.0625em) {
  .reveal-modal.tiny {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 30%;
  }
}
@media only screen and (min-width: 40.0625em) {
  .reveal-modal.small {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 40%;
  }
}
@media only screen and (min-width: 40.0625em) {
  .reveal-modal.medium {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 60%;
  }
}
@media only screen and (min-width: 40.0625em) {
  .reveal-modal.large {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 70%;
  }
}
@media only screen and (min-width: 40.0625em) {
  .reveal-modal.xlarge {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    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.0625em) {
  .reveal-modal.full {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    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.0625em) {
  .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;
}
button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #007095;
}
button:hover, button:focus, .button:hover, .button:focus {
  color: #FFFFFF;
}
button.secondary, .button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #b9b9b9;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333333;
}
button.success, .button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #368a55;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #FFFFFF;
}
button.alert, .button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #cf2a0e;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #FFFFFF;
}
button.warning, .button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #cf6e0e;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  color: #FFFFFF;
}
button.info, .button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #61b6d9;
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: #FFFFFF;
}
button.large, .button.large {
  padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
  font-size: 1.25rem;
}
button.small, .button.small {
  padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
  font-size: 0.8125rem;
}
button.tiny, .button.tiny {
  padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
  font-size: 0.6875rem;
}
button.expand, .button.expand {
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  padding-bottom: 1.0625rem;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}
button.radius, .button.radius {
  border-radius: 3px;
}
button.round, .button.round {
  border-radius: 1000px;
}
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #007095;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #FFFFFF;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #008CBA;
}
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #b9b9b9;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #333333;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e7e7e7;
}
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #368a55;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: #FFFFFF;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #43AC6A;
}
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cf2a0e;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: #FFFFFF;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #f04124;
}
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #cf6e0e;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  color: #FFFFFF;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #f08a24;
}
button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #61b6d9;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  color: #FFFFFF;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #a0d3e8;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
@media only screen and (min-width: 40.0625em) {
  button, .button {
    display: inline-block;
  }
}
/* Standard Forms */
form {
  margin: 0 0 1rem;
}
/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem;
}
form .row .row .column, form .row .row .columns {
  padding: 0 0.5rem;
}
form .row .row.collapse {
  margin: 0;
}
form .row .row.collapse .column, form .row .row.collapse .columns {
  padding: 0;
}
form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
form .row input.column, form .row input.columns, form .row textarea.column, form .row textarea.columns {
  padding-left: 0.5rem;
}
/* Label Styles */
label {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}
label.right {
  float: none !important;
  text-align: right;
}
label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0;
}
label small {
  text-transform: capitalize;
  color: #676767;
}
/* Attach elements to the beginning or end of an input */
.prefix, .postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}
/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}
.prefix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}
.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #ccc;
}
span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #ccc;
}
/* We use this to get basic styling on all basic form elements */
input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  height: 2.3125rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear;
}
input:not([type]):focus, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
  background: #fafafa;
  border-color: #999;
  outline: none;
}
input:not([type]):disabled, input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
  background-color: #DDDDDD;
  cursor: default;
}
input:not([type])[disabled], input:not([type])[readonly], fieldset[disabled] input:not([type]), input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
  background-color: #DDDDDD;
  cursor: default;
}
input:not([type]).radius, input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
  border-radius: 3px;
}
form .row .prefix-radius.row.collapse input, form .row .prefix-radius.row.collapse textarea, form .row .prefix-radius.row.collapse select, form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
form .row .postfix-radius.row.collapse input, form .row .postfix-radius.row.collapse textarea, form .row .postfix-radius.row.collapse select, form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
form .row .prefix-round.row.collapse input, form .row .prefix-round.row.collapse textarea, form .row .prefix-round.row.collapse select, form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse input, form .row .postfix-round.row.collapse textarea, form .row .postfix-round.row.collapse select, form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}
/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto;
}
/* Not allow resize out of parent */
textarea {
  max-width: 100%;
}
::-webkit-input-placeholder {
  color: #666666;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
}
:-ms-input-placeholder {
  color: #666666;
}
/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FAFAFA;
  border-radius: 0;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+');
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
  font-size: 0.875rem;
  line-height: normal;
  padding: 0.5rem;
  border-radius: 0;
  height: 2.3125rem;
}
select::-ms-expand {
  display: none;
}
select.radius {
  border-radius: 3px;
}
select:focus {
  background-color: #f3f3f3;
  border-color: #999;
}
select:disabled {
  background-color: #DDDDDD;
  cursor: default;
}
select[multiple] {
  height: auto;
}
/* Adjust margin for form elements below */
input[type="file"], input[type="checkbox"], input[type="radio"], select {
  margin: 0 0 1rem 0;
}
input[type="checkbox"] + label, input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}
/* Normalize file input width */
input[type="file"] {
  width: 100%;
}
/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  margin: 1.125rem 0;
  padding: 1.25rem;
}
fieldset legend {
  font-weight: bold;
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}
/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF;
}
[data-abide] span.error, [data-abide] small.error {
  display: none;
}
span.error, small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF;
}
.error input, .error textarea, .error select {
  margin-bottom: 0;
}
.error input[type="checkbox"], .error input[type="radio"] {
  margin-bottom: 1rem;
}
.error label, .error label.error {
  color: #f04124;
}
.error small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF;
}
.error > label > small {
  background: transparent;
  color: #676767;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
.error span.error-message {
  display: block;
}
input.error, textarea.error, select.error {
  margin-bottom: 0;
}
label.error {
  color: #f04124;
}
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em;
}
/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #333333;
}
.contain-to-grid .top-bar {
  margin-bottom: 0;
}
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  left: 0;
}
.fixed.expanded:not(.top-bar) {
  height: auto;
  max-height: 100%;
  overflow-y: auto;
  width: 100%;
}
.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}
.fixed.expanded:not(.top-bar) .top-bar-section {
  margin-top: 2.8125rem;
  z-index: 98;
}
.top-bar {
  background: #333333;
  height: 2.8125rem;
  line-height: 2.8125rem;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}
.top-bar ul {
  list-style: none;
  margin-bottom: 0;
}
.top-bar .row {
  max-width: none;
}
.top-bar form, .top-bar input, .top-bar select {
  margin-bottom: 0;
}
.top-bar input, .top-bar select {
  font-size: 0.75rem;
  height: 1.75rem;
  padding-bottom: 0.35rem;
  padding-top: 0.35rem;
}
.top-bar .button, .top-bar button {
  font-size: 0.75rem;
  margin-bottom: 0;
  padding-bottom: 0.4125rem;
  padding-top: 0.4125rem;
}
@media only screen and (max-width: 40em) {
  .top-bar .button, .top-bar button {
    position: relative;
    top: -1px;
  }
}
.top-bar .title-area {
  margin: 0;
  position: relative;
}
.top-bar .name {
  font-size: 16px;
  height: 2.8125rem;
  margin: 0;
}
.top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
  font-size: 1.0625rem;
  line-height: 2.8125rem;
  margin: 0;
}
.top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
  color: #FFFFFF;
  display: block;
  font-weight: normal;
  padding: 0 0.9375rem;
  width: 75%;
}
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}
.top-bar .toggle-topbar a {
  color: #FFFFFF;
  display: block;
  font-size: 0.8125rem;
  font-weight: bold;
  height: 2.8125rem;
  line-height: 2.8125rem;
  padding: 0 0.9375rem;
  position: relative;
  text-transform: uppercase;
}
.top-bar .toggle-topbar.menu-icon {
  margin-top: -16px;
  top: 50%;
}
.top-bar .toggle-topbar.menu-icon a {
  color: #FFFFFF;
  height: 34px;
  line-height: 33px;
  padding: 0 2.5rem 0 0.9375rem;
  position: relative;
}
.top-bar .toggle-topbar.menu-icon a span::after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  margin-top: -8px;
  top: 50%;
  right: 0.9375rem;
  box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
  width: 16px;
}
.top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
}
.top-bar.expanded {
  background: transparent;
  height: auto;
}
.top-bar.expanded .title-area {
  background: #333333;
}
.top-bar.expanded .toggle-topbar a {
  color: #888888;
}
.top-bar.expanded .toggle-topbar a span::after {
  box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown, .top-bar.expanded .top-bar-section .dropdown {
    clip: initial;
  }
  .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul {
    padding: 0;
  }
}
.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out;
}
.top-bar-section ul {
  display: block;
  font-size: 16px;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}
.top-bar-section .divider, .top-bar-section [role="separator"] {
  border-top: solid 1px #1a1a1a;
  clear: both;
  height: 1px;
  width: 100%;
}
.top-bar-section ul li {
  background: #333333;
}
.top-bar-section ul li > a {
  color: #FFFFFF;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: normal;
  padding-left: 0.9375rem;
  padding: 12px 0 12px 0.9375rem;
  text-transform: none;
  width: 100%;
}
.top-bar-section ul li > a.button {
  font-size: 0.8125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
}
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  background-color: #007095;
}
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  background-color: #b9b9b9;
}
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  color: #333333;
}
.top-bar-section ul li > a.button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  background-color: #368a55;
}
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  background-color: #cf2a0e;
}
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
  background-color: #cf6e0e;
}
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}
.top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
  background-color: #61b6d9;
}
.top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button {
  font-size: 0.8125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
}
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  background-color: #007095;
}
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  background-color: #b9b9b9;
}
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  color: #333333;
}
.top-bar-section ul li > button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  background-color: #368a55;
}
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  background-color: #cf2a0e;
}
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  background-color: #cf6e0e;
}
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}
.top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
  background-color: #61b6d9;
}
.top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
  color: #FFFFFF;
}
.top-bar-section ul li:hover:not(.has-form) > a {
  background-color: #555555;
  color: #FFFFFF;
  background: #222222;
}
.top-bar-section ul li.active > a {
  background: #008CBA;
  color: #FFFFFF;
}
.top-bar-section ul li.active > a:hover {
  background: #0078a0;
  color: #FFFFFF;
}
.top-bar-section .has-form {
  padding: 0.9375rem;
}
.top-bar-section .has-dropdown {
  position: relative;
}
.top-bar-section .has-dropdown > a:after {
  border: inset 5px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
  border-left-style: solid;
  margin-right: 0.9375rem;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}
.top-bar-section .has-dropdown.moved {
  position: static;
}
.top-bar-section .has-dropdown.moved > .dropdown {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  display: block;
  position: absolute !important;
  width: 100%;
}
.top-bar-section .has-dropdown.moved > a:after {
  display: none;
}
.top-bar-section .dropdown {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  display: block;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 99;
  left: 100%;
}
.top-bar-section .dropdown li {
  height: auto;
  width: 100%;
}
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 0.9375rem;
}
.top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}
.top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.125rem;
}
.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
  color: #FFFFFF;
  display: block;
}
.top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
  background: none;
}
.top-bar-section .dropdown li.has-form {
  padding: 8px 0.9375rem;
}
.top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
  top: auto;
}
.top-bar-section .dropdown label {
  color: #777777;
  font-size: 0.625rem;
  font-weight: bold;
  margin-bottom: 0;
  padding: 8px 0.9375rem 2px;
  text-transform: uppercase;
}
.js-generated {
  display: block;
}
@media only screen and (min-width: 40.0625em) {
  .top-bar {
    background: #333333;
    overflow: visible;
  }
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  .top-bar:after {
    clear: both;
  }
  .top-bar .toggle-topbar {
    display: none;
  }
  .top-bar .title-area {
    float: left;
  }
  .top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name h5 a, .top-bar .name h6 a {
    width: auto;
  }
  .top-bar input, .top-bar select, .top-bar .button, .top-bar button {
    font-size: 0.875rem;
    height: 1.75rem;
    position: relative;
    top: 0.53125rem;
  }
  .top-bar .has-form > .button, .top-bar .has-form > button {
    font-size: 0.875rem;
    height: 1.75rem;
    position: relative;
    top: 0.53125rem;
  }
  .top-bar.expanded {
    background: #333333;
  }
  .contain-to-grid .top-bar {
    margin: 0 auto;
    margin-bottom: 0;
    max-width: 62.5rem;
  }
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important;
  }
  .top-bar-section ul {
    display: inline;
    height: auto !important;
    width: auto;
  }
  .top-bar-section ul li {
    float: left;
  }
  .top-bar-section ul li .js-generated {
    display: none;
  }
  .top-bar-section li.hover > a:not(.button) {
    background-color: #555555;
    background: #222222;
    color: #FFFFFF;
  }
  .top-bar-section li:not(.has-form) a:not(.button) {
    background: #333333;
    line-height: 2.8125rem;
    padding: 0 0.9375rem;
  }
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #555555;
    background: #222222;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button) {
    background: #008CBA;
    color: #FFFFFF;
    line-height: 2.8125rem;
    padding: 0 0.9375rem;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #0078a0;
    color: #FFFFFF;
  }
  .top-bar-section .has-dropdown > a {
    padding-right: 2.1875rem !important;
  }
  .top-bar-section .has-dropdown > a:after {
    border: inset 5px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 1.40625rem;
  }
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  .top-bar-section .has-dropdown.moved > .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block;
  }
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "»";
    top: 0.1875rem;
    right: 5px;
  }
  .top-bar-section .dropdown {
    left: 0;
    background: transparent;
    min-width: 100%;
    top: auto;
  }
  .top-bar-section .dropdown li a {
    background: #333333;
    color: #FFFFFF;
    line-height: 2.8125rem;
    padding: 12px 0.9375rem;
    white-space: nowrap;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background: #333333;
    color: #FFFFFF;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    background-color: #555555;
    color: #FFFFFF;
    background: #222222;
  }
  .top-bar-section .dropdown li label {
    background: #333333;
    white-space: nowrap;
  }
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
    border-right: solid 1px #4e4e4e;
    border-bottom: none;
    border-top: none;
    clear: none;
    height: 2.8125rem;
    width: 0;
  }
  .top-bar-section .has-form {
    background: #333333;
    height: 2.8125rem;
    padding: 0 0.9375rem;
  }
  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }
  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }
  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }
  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }
  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #222222;
    color: #FFFFFF;
  }
  .no-js .top-bar-section ul li:active > a {
    background: #008CBA;
    color: #FFFFFF;
  }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-justify {
  text-align: justify !important;
}
@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important;
  }
  .small-only-text-right {
    text-align: right !important;
  }
  .small-only-text-center {
    text-align: center !important;
  }
  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  .small-text-left {
    text-align: left !important;
  }
  .small-text-right {
    text-align: right !important;
  }
  .small-text-center {
    text-align: center !important;
  }
  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.0625em) and (max-width: 48em) {
  .medium-only-text-left {
    text-align: left !important;
  }
  .medium-only-text-right {
    text-align: right !important;
  }
  .medium-only-text-center {
    text-align: center !important;
  }
  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.0625em) {
  .medium-text-left {
    text-align: left !important;
  }
  .medium-text-right {
    text-align: right !important;
  }
  .medium-text-center {
    text-align: center !important;
  }
  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 48.0625em) and (max-width: 60em) {
  .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: 48.0625em) {
  .large-text-left {
    text-align: left !important;
  }
  .large-text-right {
    text-align: right !important;
  }
  .large-text-center {
    text-align: center !important;
  }
  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 60.0625em) and (max-width: 71.875em) {
  .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: 60.0625em) {
  .xlarge-text-left {
    text-align: left !important;
  }
  .xlarge-text-right {
    text-align: right !important;
  }
  .xlarge-text-center {
    text-align: center !important;
  }
  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 71.9375em) and (max-width: 6249999.9375em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }
  .xxlarge-only-text-right {
    text-align: right !important;
  }
  .xxlarge-only-text-center {
    text-align: center !important;
  }
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 71.9375em) {
  .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: #222;
  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: #555;
}
blockquote cite:before {
  content: "— ";
}
blockquote cite a, blockquote cite a:visited {
  color: #555;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}
/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #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.0625em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }
  h1 {
    font-size: 2.75rem;
  }
  h2 {
    font-size: 2.3125rem;
  }
  h3 {
    font-size: 1.6875rem;
  }
  h4 {
    font-size: 1.4375rem;
  }
  h5 {
    font-size: 1.125rem;
  }
  h6 {
    font-size: 1rem;
  }
}
/*
       * 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;
  }
}
.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.off-canvas-wrap.move-right, .off-canvas-wrap.move-left, .off-canvas-wrap.move-bottom, .off-canvas-wrap.move-top {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}
.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
.inner-wrap:before, .inner-wrap:after {
  content: " ";
  display: table;
}
.inner-wrap:after {
  clear: both;
}
.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: #FFFFFF;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
}
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
  color: #FFFFFF;
  font-weight: bold;
  line-height: 2.8125rem;
  margin: 0;
}
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
  font-size: 1.125rem;
}
.left-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-right: solid 1px #1a1a1a;
  left: 0;
}
.right-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-left: solid 1px #1a1a1a;
  right: 0;
}
.tab-bar-section {
  height: 2.8125rem;
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  top: 0;
}
.tab-bar-section.left {
  text-align: left;
}
.tab-bar-section.right {
  text-align: right;
}
.tab-bar-section.left {
  left: 0;
  right: 2.8125rem;
}
.tab-bar-section.right {
  left: 2.8125rem;
  right: 0;
}
.tab-bar-section.middle {
  left: 2.8125rem;
  right: 2.8125rem;
}
.tab-bar .menu-icon {
  color: #FFFFFF;
  display: block;
  height: 2.8125rem;
  padding: 0;
  position: relative;
  text-indent: 2.1875rem;
  transform: translate3d(0, 0, 0);
  width: 2.8125rem;
}
.tab-bar .menu-icon span::after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
  left: 0.90625rem;
  box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
  width: 1rem;
}
.tab-bar .menu-icon span:hover:after {
  box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3;
}
.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  top: 0;
}
.left-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}
.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  top: 0;
}
.right-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}
.top-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  height: 18.75rem;
}
.top-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}
.bottom-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate(0, 100%);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  height: 18.75rem;
}
.bottom-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}
ul.off-canvas-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.off-canvas-list li label {
  background: #444444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  display: block;
  font-size: 0.75rem;
  font-weight: bold;
  margin: 0;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
}
ul.off-canvas-list li a {
  border-bottom: 1px solid #262626;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  padding: 0.6666666667rem;
  transition: background 300ms ease;
}
ul.off-canvas-list li a:hover {
  background: #242424;
}
ul.off-canvas-list li a:active {
  background: #242424;
}
.move-right > .inner-wrap {
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -moz-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate(15.625rem, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0);
}
.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width: 40.0625em) {
  .move-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
.move-left > .inner-wrap {
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -moz-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate(-15.625rem, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0);
}
.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width: 40.0625em) {
  .move-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
.move-top > .inner-wrap {
  -webkit-transform: translate3d(0, -18.75rem, 0);
  -moz-transform: translate3d(0, -18.75rem, 0);
  -ms-transform: translate(0, -18.75rem);
  -o-transform: translate3d(0, -18.75rem, 0);
  transform: translate3d(0, -18.75rem, 0);
}
.move-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width: 40.0625em) {
  .move-top .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
.move-bottom > .inner-wrap {
  -webkit-transform: translate3d(0, 18.75rem, 0);
  -moz-transform: translate3d(0, 18.75rem, 0);
  -ms-transform: translate(0, 18.75rem);
  -o-transform: translate3d(0, 18.75rem, 0);
  transform: translate3d(0, 18.75rem, 0);
}
.move-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width: 40.0625em) {
  .move-bottom .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu, .offcanvas-overlap .top-off-canvas-menu, .offcanvas-overlap .bottom-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width: 40.0625em) {
  .offcanvas-overlap .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width: 40.0625em) {
  .offcanvas-overlap-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width: 40.0625em) {
  .offcanvas-overlap-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
.offcanvas-overlap-top .bottom-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width: 40.0625em) {
  .offcanvas-overlap-top .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
.offcanvas-overlap-bottom .top-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width: 40.0625em) {
  .offcanvas-overlap-bottom .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem;
}
.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem;
}
.no-csstransforms .top-off-canvas-menu {
  top: -18.75rem;
}
.no-csstransforms .bottom-off-canvas-menu {
  bottom: -18.75rem;
}
.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem;
}
.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem;
}
.no-csstransforms .move-top > .inner-wrap {
  right: 18.75rem;
}
.no-csstransforms .move-bottom > .inner-wrap {
  left: 18.75rem;
}
.left-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
.left-submenu * {
  -webkit-backface-visibility: hidden;
}
.left-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  font-weight: bold;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}
.left-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}
.left-submenu .back > a:before {
  content: "«";
  margin-right: 0.5rem;
  display: inline;
}
.left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.right-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
.right-submenu * {
  -webkit-backface-visibility: hidden;
}
.right-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  font-weight: bold;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}
.right-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}
.right-submenu .back > a:after {
  content: "»";
  margin-left: 0.5rem;
  display: inline;
}
.right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.top-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
.top-submenu * {
  -webkit-backface-visibility: hidden;
}
.top-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  font-weight: bold;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}
.top-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}
.top-submenu.move-bottom, .top-submenu.offcanvas-overlap-bottom, .top-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0, 0%, 0);
  -moz-transform: translate3d(0, 0%, 0);
  -ms-transform: translate(0, 0%);
  -o-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.bottom-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate(0, 100%);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
.bottom-submenu * {
  -webkit-backface-visibility: hidden;
}
.bottom-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  font-weight: bold;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}
.bottom-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}
.bottom-submenu.move-top, .bottom-submenu.offcanvas-overlap-top, .bottom-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0, 0%, 0);
  -moz-transform: translate3d(0, 0%, 0);
  -ms-transform: translate(0, 0%);
  -o-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "»";
  margin-left: 0.5rem;
  display: inline;
}
.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "«";
  margin-right: 0.5rem;
  display: inline;
}
/* 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.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-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: 48.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-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: 60.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .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: 71.9375em) {
  .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) {
  /* Specific visibility for tables */
  .show-for-landscape, .hide-for-portrait {
    display: inherit !important;
  }
  .hide-for-landscape, .show-for-portrait {
    display: none !important;
  }
  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) {
  /* Specific visibility for tables */
  .show-for-portrait, .hide-for-landscape {
    display: inherit !important;
  }
  .hide-for-portrait, .show-for-landscape {
    display: none !important;
  }
  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;
  }
}

@media screen{
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
  will-change: transform; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

}
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus,
  .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../../system/modules/rhyme_photoswipe/vendor/photoswipe/4.1.0/dist/default-skin/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../../system/modules/rhyme_photoswipe/vendor/photoswipe/4.1.0/dist/default-skin/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(../../system/modules/rhyme_photoswipe/vendor/photoswipe/4.1.0/dist/default-skin/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
body .rhyme_article_1742[class*=mod_article]{background-image:url(../../files/assets/pages/home/large_slide/large_slide_3.jpg)}@media (min-width:1501px) and (max-width:3000px){body .rhyme_article_1742[class*=mod_article]{background-image:url(../../files/assets/pages/home/large_slide/large_slide_3.jpg)}}@media (min-width:1251px) and (max-width:1500px){body .rhyme_article_1742[class*=mod_article]{background-image:url(../../assets/images/6/large_slide_3-cfbfb211.jpg)}}@media (min-width:961px) and (max-width:1250px){body .rhyme_article_1742[class*=mod_article]{background-image:url(../../assets/images/a/large_slide_3-0e2baaf6.jpg)}}@media (min-width:640px) and (max-width:960px){body .rhyme_article_1742[class*=mod_article]{background-image:url(../../assets/images/c/large_slide_3-a109a41b.jpg)}}@media (min-width:480px) and (max-width:640px){body .rhyme_article_1742[class*=mod_article]{background-image:url(../../assets/images/9/large_slide_3-92a1b807.jpg)}}@media (max-width:480px){body .rhyme_article_1742[class*=mod_article]{background-image:url(../../assets/images/5/large_slide_3-46fd7e2c.jpg)}}body .rhyme_article_1744[class*=mod_article]{background-image:url(../../files/assets/pages/markets_we_serve/power_plant/flippers/TWIP.jpg)}
@media screen{
#iso_ajaxBox{width:20%;padding:9px 50px 9px 24px;position:fixed;top:10%;left:40%;background:#fff url(../../system/modules/isotope/assets/images/loading.gif) no-repeat right center;border:2px solid #000;font-family:"Trebuchet MS",Verdana,sans-serif;font-size:15px;line-height:18px;text-align:left;color:#000;z-index:9999}#iso_ajaxBox.btnClose{background-image:none;cursor:pointer}#iso_ajaxBox p{margin:1em 0;padding:0}#iso_ajaxBox .iso_error{padding-left:34px;background:url(../../system/modules/isotope/assets/images/cross-24.png) left center no-repeat}#iso_ajaxBox .iso_confirm{padding-left:34px;background:url(../../system/modules/isotope/assets/images/tick-24.png) left center no-repeat}#iso_ajaxBox .iso_info{padding-left:34px;background:url(../../system/modules/isotope/assets/images/information-24.png) left center no-repeat}#iso_ajaxOverlay{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#000;z-index:9998;-moz-opacity:.5;opacity:.5;_display:none;filter:Alpha(opacity=50)}
}
@font-face {
  font-family: 'socialsearch';
  src: url('../../files/assets/fonts/fontello/socialsearch/font/socialsearch.eot?17264585');
  src: url('../../files/assets/fonts/fontello/socialsearch/font/socialsearch.eot?17264585#iefix') format('embedded-opentype'),
       url('../../files/assets/fonts/fontello/socialsearch/font/socialsearch.woff2?17264585') format('woff2'),
       url('../../files/assets/fonts/fontello/socialsearch/font/socialsearch.woff?17264585') format('woff'),
       url('../../files/assets/fonts/fontello/socialsearch/font/socialsearch.ttf?17264585') format('truetype'),
       url('../../files/assets/fonts/fontello/socialsearch/font/socialsearch.svg?17264585#socialsearch') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'socialsearch';
    src: url('../../files/assets/fonts/fontello/socialsearch/font/socialsearch.svg?17264585#socialsearch') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "socialsearch";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-search:before { content: '\e03a'; } /* '' */
.icon-spin5:before { content: '\e091'; } /* '' */
.icon-group:before { content: '\e800'; } /* '' */
.icon-basket:before { content: '\e801'; } /* '' */
.icon-mail:before { content: '\e802'; } /* '' */
.icon-mail-alt:before { content: '\e803'; } /* '' */
.icon-camera:before { content: '\e804'; } /* '' */
.icon-ok:before { content: '\e805'; } /* '' */
.icon-cancel-circled:before { content: '\e806'; } /* '' */
.icon-plus:before { content: '\e807'; } /* '' */
.icon-minus-circled:before { content: '\e808'; } /* '' */
.icon-attention:before { content: '\e809'; } /* '' */
.icon-calendar:before { content: '\e80a'; } /* '' */
.icon-block:before { content: '\e80b'; } /* '' */
.icon-resize-full-alt:before { content: '\e80c'; } /* '' */
.icon-dot-circled:before { content: '\e80d'; } /* '' */
.icon-right-small:before { content: '\e80e'; } /* '' */
.icon-instagram:before { content: '\e80f'; } /* '' */
.icon-twitter:before { content: '\e810'; } /* '' */
.icon-youtube:before { content: '\e811'; } /* '' */
.icon-cancel:before { content: '\e812'; } /* '' */
.icon-info:before { content: '\e813'; } /* '' */
.icon-down-open-big:before { content: '\e814'; } /* '' */
.icon-left-open-big:before { content: '\e815'; } /* '' */
.icon-right-open-big:before { content: '\e816'; } /* '' */
.icon-up-open-big:before { content: '\e817'; } /* '' */
.icon-leftswirl:before { content: '\e818'; } /* '' */
.icon-rightswirl:before { content: '\e819'; } /* '' */
.icon-anchor:before { content: '\e81a'; } /* '' */
.icon-comment:before { content: '\e81b'; } /* '' */
.icon-note:before { content: '\e81c'; } /* '' */
.icon-twitter-bird:before { content: '\e81d'; } /* '' */
.icon-right-dir:before { content: '\e81e'; } /* '' */
.icon-left-dir:before { content: '\e81f'; } /* '' */
.icon-pinterest-squared:before { content: '\e820'; } /* '' */
.icon-googleplus-rect:before { content: '\e821'; } /* '' */
.icon-linkedin-squared:before { content: '\e822'; } /* '' */
.icon-bookmark-empty:before { content: '\e823'; } /* '' */
.icon-star:before { content: '\e824'; } /* '' */
.icon-heart:before { content: '\e825'; } /* '' */
.icon-comment-1:before { content: '\e826'; } /* '' */
.icon-volume-up:before { content: '\e827'; } /* '' */
.icon-award:before { content: '\e828'; } /* '' */
.icon-globe:before { content: '\e829'; } /* '' */
.icon-book:before { content: '\e82a'; } /* '' */
.icon-quote-left:before { content: '\e82b'; } /* '' */
.icon-quote-right:before { content: '\e82c'; } /* '' */
.icon-users:before { content: '\e82d'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-menu:before { content: '\f0c9'; } /* '' */
.icon-child:before { content: '\f1ae'; } /* '' */

@font-face {
  font-family: 'cart';
  src: url('../../files/assets/fonts/fontello/cart/font/cart.eot?5234529');
  src: url('../../files/assets/fonts/fontello/cart/font/cart.eot?5234529#iefix') format('embedded-opentype'),
       url('../../files/assets/fonts/fontello/cart/font/cart.woff2?5234529') format('woff2'),
       url('../../files/assets/fonts/fontello/cart/font/cart.woff?5234529') format('woff'),
       url('../../files/assets/fonts/fontello/cart/font/cart.ttf?5234529') format('truetype'),
       url('../../files/assets/fonts/fontello/cart/font/cart.svg?5234529#cart') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'cart';
    src: url('../../files/assets/fonts/fontello/cart/font/cart.svg?5234529#cart') format('svg');
  }
}
*/
 
 [class^="cart-"]:before, [class*=" cart-"]:before {
  font-family: "cart";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.cart-basket:before { content: '\e800'; } /* '' */
.cart-credit-card:before { content: '\e801'; } /* '' */
.cart-gift:before { content: '\e802'; } /* '' */
.cart-truck:before { content: '\e803'; } /* '' */
.cart-truck-1:before { content: '\e804'; } /* '' */
.cart-trash:before { content: '\f1f8'; } /* '' */
@charset "UTF-8";
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li{margin:0;padding:0;vertical-align:baseline;border:0;font-size:100%;outline:0;background:transparent}fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;vertical-align:baseline;border:0;font-size:100%;outline:0;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style-type:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}a{margin:0;padding:0;vertical-align:baseline;font-size:100%;background:transparent;outline:none;border:none}img{border:none}ins{background-color:#ff9;text-decoration:none;color:#000}mark{background-color:#ff9;font-weight:bold;font-style:italic;color:#000}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{height:1px;display:block;margin:1em 0;padding:0;border:0;border-top:1px solid #cccccc}input,select{vertical-align:middle}.invisible{width:0px;height:0px;left:-10000px;position:absolute;display:none;font-size:0.1px;line-height:0.1px}.clear{clear:both}.tab-bar,.tab-bar-section ul li,.tab-bar-section li:not(.has-form) a:not(.button),.icon-bar{color:#000;background-color:transparent;background:transparent}.left-small{border:none}.tab-bar .menu-icon span::after{box-shadow:0 0 0 1px #000, 0 7px 0 1px #000, 0 14px 0 1px #000}.row{max-width:1051px;margin:auto}.row .row{margin:auto}.column,.columns{padding-right:0;padding-left:0}.off-canvas-wrap,.inner-wrap{min-height:100%;bottom:0;top:0}button,.button{font-family:"Roboto", Arial, sans-serif;background-color:transparent;padding:inherit;margin:0;outline:none}button:hover,.button:hover,button:focus,.button:focus,button:active,.button:active,.icon-bar>a:hover{background-color:transparent}a{color:#000;cursor:pointer;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease}a:hover{color:#af7239}.animate-all{-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease}.hoverscale a:hover,a.hoverscale:hover,a:hover i.hoverscale{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-o-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.sf-toolbar{display:none !important}@media print and (min-width:0px){#header,#footer{display:none}}@media screen and (min-width:0px){#wrapper{background-repeat:no-repeat;background-size:cover;background-color:#fff}#container{clear:both;position:relative;padding-bottom:60px;background:-moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) calc(100% - 299px), #eba810 calc(100% - 300px), #eba810 100%);background:-webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) calc(100% - 299px), #eba810 calc(100% - 300px), #eba810 100%);background:linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) calc(100% - 299px), #eba810 calc(100% - 300px), #eba810 100%)}#container:before{content:"";position:absolute;bottom:299px;left:0;width:100%;height:120px;z-index:2;background:-moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 50%);background:-webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 50%);background:linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 50%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=0)}#container:after{content:"";position:absolute;bottom:299px;left:0;width:100%;height:120px;z-index:1;background:repeating-linear-gradient(-70deg, #efefef, #efefef 5px, #dfdfdf 5px, #dfdfdf 10px)}#container p{font-family:"Roboto", Arial, sans-serif;margin:auto auto 10px}#container #main .inside{background-color:#fff;padding:30px 30px 60px;z-index:2;position:relative}#container #main .inside:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:120px;z-index:2;background:-moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 50%);background:-webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 50%);background:linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 50%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=0)}#container #main .inside:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:120px;z-index:1;background:repeating-linear-gradient(-70deg, #efefef, #efefef 5px, #dfdfdf 5px, #dfdfdf 10px)}#container #main .inside>div{position:relative;z-index:2}.hide-on-mobile{display:none}.hide-on-desktop{display:block}.redButton a{display:block;background:#b82820;color:#fff;font-family:"Roboto", Arial, sans-serif;text-align:center;-webkit-transition:all 0.5 s ease;-moz-transition:all 0.5 s ease;-o-transition:all 0.5 s ease;-ms-transition:all 0.5 s ease;transition:all 0.5 s ease}.redButton a:hover{-webkit-transform:scale(1.04);-moz-transform:scale(1.04);-o-transform:scale(1.04);-ms-transform:scale(1.04);transform:scale(1.04)}.blueButton{overflow:hidden}.blueButton a,.blueButton a.button{background-color:#3f63a3;padding:10px 15px;margin:10px auto;color:#fff;font-family:"Roboto", Arial, sans-serif;font-size:15px;line-height:120%;text-transform:uppercase;display:block;text-align:center;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;border-radius:5px}.blueButton a:hover,.blueButton a.button:hover{-webkit-transform:scale(1.02);-moz-transform:scale(1.02);-o-transform:scale(1.02);-ms-transform:scale(1.02);transform:scale(1.02)}.blueButton.small a,.blueButton.small a.button{max-width:200px;margin-left:0}iframe{margin:20px auto;max-width:600px;width:100%}}@media screen and (min-width:641px){#main .inside{min-height:450px}.image_container.float_left{float:left;margin:20px 20px 20px 0}.image_container.float_right{float:right;margin:20px 0 20px 20px}.column{padding:0 5px}.column:first-child{padding:0 10px 0 0}.column:last-child{padding:0 0 0 10px}}@media screen and (min-width:769px){.hide-on-mobile{display:block}.hide-on-desktop{display:none}}@media screen and (min-width:0px){.ce_foundation_flexvideo{margin:30px auto 10px}}@media screen and (min-width:641px){.ce_foundation_flexvideo{max-width:500px;margin:0 auto 10px}.ce_foundation_flexvideo iframe{margin-top:0}}@media screen and (min-width:0px){#footer .footerButton{display:inline-block;overflow:visible}#footer .footerButton a{display:none;margin:10px auto;padding:12px 20px;max-width:400px;-webkit-box-shadow:0 0 15px rgba(0, 0, 0, 0.5);-moz-box-shadow:0 0 15px rgba(0, 0, 0, 0.5);box-shadow:0 0 15px rgba(0, 0, 0, 0.5)}}@media screen and (min-width:641px){#footer .footerButton{padding-left:0;padding-right:0}}@media screen and (min-width:769px){#footer .footerButton a{margin:0}#footer .footerButton.requestQuote a{padding:22px 20px}}@media screen and (min-width:961px){#footer .footerButton a{margin:0}#footer .footerButton.requestQuote a{padding:12px 20px}}@media screen and (min-width:1079px){#footer .footerButton a{margin:0}#footer .footerButton.requestQuote a{padding:22px 20px}}@media screen and (min-width:0px){#footer{background-color:#1e355e;padding:25px 25px 80px 25px;color:#fff;font-family:"Roboto", Arial, sans-serif;position:relative;z-index:30}#footer .column:not(.blueButton){padding-left:0}#footer a{color:#fff;font-family:"Roboto", Arial, sans-serif}#footer #footerLogo,#footer #footerPhones,#footer #footerPhones a,#footer #footerAddress{text-align:center;margin:20px 0;font-size:16px;line-height:15px}#footer #footerLogo{margin:30px auto;max-width:300px}#footer #footerIVIblurb{display:none}.iviPage #footer #footerIVIblurb{display:block}.iviPage #footer #footerIVIblurb p{text-align:center;font-weight:800;font-size:13px;margin:5px 0}#footer #copyright{text-align:center;margin:15px 0;font-size:15px;line-height:14px}#footer #sitemapLink{display:block;margin:25px auto;padding:0}#footer #sitemapLink a{font-family:"Roboto", Arial, sans-serif;font-size:12px;line-height:120%;color:#fff;text-align:center;display:block;margin:0 auto;padding:0;text-decoration:underline}}@media screen and (min-width:769px){#footer{padding:40px 25px 50px}#footer #footerLogo,#footer #footerPhones,#footer #footerPhones a,#footer #footerAddress{font-size:15px;line-height:17px;margin:0}#footer #footerLogo p,#footer #footerPhones p,#footer #footerPhones a p,#footer #footerAddress p{display:inline;margin-left:5px}#footer #footerLogo p:first-child,#footer #footerPhones p:first-child,#footer #footerPhones a p:first-child,#footer #footerAddress p:first-child{margin-left:0}#footer #footerLogo{margin:0 auto 30px}#footer #copyright{font-size:15px;line-height:18px}}@media screen and (min-width:961px){#footer{padding:30px 25px}#footer .inside{max-width:1051px;margin-right:auto;margin-left:auto}}@media screen and (min-width:0px){#footer #footerSponsors{margin:30px auto;text-align:center}#footer #footerSponsors h3{color:#fff;font-family:"Roboto", Arial, sans-serif;font-style:italic;font-size:13px;text-transform:uppercase;margin:0 0 15px;display:block}#footer #footerSponsors .sponsorLogo{display:inline-block}}@media screen and (min-width:641px){#footer #footerSponsors{margin:110px 0 0 auto;float:right}#footer #footerSponsors .sponsorLogo{text-align:right}#footer #footerSponsors h3{max-width:285px;float:right}}@media screen and (min-width:0px){.formbody{font-family:"Roboto", Arial, sans-serif}.formbody input.text,.formbody textarea,.formbody select{border:1px solid #c8c8c8;background:#fff}.formbody input.text{padding-top:0 !important;padding-bottom:0 !important;line-height:20px !important}.formbody label{display:block}.formbody .submit{margin:10px 0 0;padding:10px;display:block;text-align:center;font-family:"Roboto", Arial, sans-serif;font-size:15px;color:#fff;background:#6a9bed;text-transform:uppercase;border-color:transparent;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;border-radius:5px;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease;-webkit-box-shadow:0px 0px 7px rgba(0, 0, 0, 0.5);-moz-box-shadow:0px 0px 7px rgba(0, 0, 0, 0.5);box-shadow:0px 0px 7px rgba(0, 0, 0, 0.5)}.formbody .submit:hover{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.formbody .widget-text label,.formbody .widget-select label,.formbody .widget-captcha label,.formbody .widget-textarea label,.formbody fieldset legend{font-weight:bold;line-height:120%;color:#313131;display:block;margin:0 0 5px}.formbody .widget-captcha input.captcha,.formbody .widget-captcha span.captcha_text{display:inline-block;vertical-align:baseline}.formbody .widget-captcha input.captcha{width:50px}.formbody .widget-recaptcha-not-a-robot{margin-bottom:50px}.formbody span.mandatory{color:#b82820}.formbody .radio_container,.formbody .checkbox_container{margin:0 0 10px}.formbody .radio_container span:not(.mandatory),.formbody .checkbox_container span:not(.mandatory){display:block;margin:0 0 5px}.formbody .radio_container span:not(.mandatory) input,.formbody .checkbox_container span:not(.mandatory) input{display:inline-block;margin:2px 2px 0 0}.formbody .radio_container span:not(.mandatory) label,.formbody .checkbox_container span:not(.mandatory) label{display:inline;vertical-align:top;margin:0;padding:0}.formbody p.error{display:inline-block !important;margin:0 0 10px !important;background:#faebeb url("../../system/themes/flexible/icons/error.svg") no-repeat 2px center !important;padding:3px 0 3px 21px !important;color:#c33 !important}.formbody .widget-recaptcha p.error{position:relative;top:20px}.formbody .widget-rhyme-signature canvas{width:100%;height:170px}.formbody .widget-rhyme-signature input[type=radio],.formbody .widget-rhyme-signature input[type=file]{display:none}.widget-captcha,.grecaptcha-badge,.googleRecaptcha{display:none !important}}@media screen and (min-width:0px){#header{width:100%;position:relative;z-index:3;-webkit-box-shadow:0 10px 20px -8px rgba(0, 0, 0, 0.6);-moz-box-shadow:0 10px 20px -8px rgba(0, 0, 0, 0.6);box-shadow:0 10px 20px -8px rgba(0, 0, 0, 0.6);-webkit-transition:left 0.5s ease;-moz-transition:left 0.5s ease;-o-transition:left 0.5s ease;-ms-transition:left 0.5s ease;transition:left 0.5s ease}#header .inside{position:relative;-webkit-transition:left 0.5s ease;-moz-transition:left 0.5s ease;-o-transition:left 0.5s ease;-ms-transition:left 0.5s ease;transition:left 0.5s ease}#header .inside .row{position:relative}#header .inside #headerMobileOnly{position:relative;background:#1e355e;height:100px}#header .inside #headerBottom{position:relative;background:#fff}#header .inside #headerBottom:after{display:none;content:"";position:absolute;top:-2px;left:0;width:100%;height:1px;display:block;background-color:transparent;-webkit-box-shadow:0 0 10px #000;-moz-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000}#header .inside #headerSpecial{padding:0 25px}.ecommerce #header .inside #headerSpecial{background-color:#1e355e}}@media screen and (min-width:769px){#header .inside #headerBottom{position:relative;background-color:#1e355e}#header .inside #headerBottom .headerInner{padding:20px 25px}#header .inside #headerBottom:after{top:100px;z-index:99;background-color:#fff;height:1px;width:100%;display:none}.ie.home #header #headerBottom{height:100px}}@media screen and (min-width:1051px){#header .inside #headerBottom .headerInner{padding:20px 25px}#header .inside #headerSpecial{padding:0 25px}}@media screen and (min-width:0px){.logo{display:inline-block;text-align:center;max-width:175px;margin:0 auto;position:relative;z-index:999}.logo figure{text-align:center;display:inline-block;margin:0 auto}.logo figure a,.logo figure img{display:block;transform:translate3d(0, 0, 0)}.logo.mobileOnly{display:inline-block;position:absolute;left:10px;padding:20px 0}.collinsLogoMobileOnly{display:inline-block}.collinsLogoDesktopOnly{display:inline-block}.iviLogoMobileOnly{display:none !important}.iviLogoDesktopOnly{display:none !important;float:none !important}.iviPage .collinsLogoMobileOnly{display:none}.iviPage .iviLogoMobileOnly{display:inline-block !important}}@media screen and (min-width:0px) and (max-width:768px){.logo{float:none}}@media screen and (min-width:769px){.logo{text-align:left;margin:0;padding:0 0 0 25px;display:inline-block}.logoMobileOnly{display:none}.collinsLogoDesktopOnly{max-width:175px}.iviPage .collinsLogoDesktopOnly{display:none !important}.iviPage .iviLogoDesktopOnly{display:inline-block !important}}@media screen and (min-width:961px){.logo{max-width:300px;padding-right:15px}.collinsLogoDesktopOnly{max-width:175px}}@media screen and (min-width:1051px){}@media screen and (min-width:0px){#headerEmails{display:block;position:relative;z-index:10;float:right}#headerEmails a{display:block;position:relative;width:260px;z-index:2;font-size:12px;font-weight:500;line-height:120%;font-family:"Roboto", Arial, sans-serif;background:transparent;color:#1e355e;text-transform:uppercase;padding:10px 25px 10px 50px;text-align:right;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease;-webkit-clip-path:polygon(0 0, 100% 0%, 100% 100%, 15% 100%);-moz-clip-path:polygon(0 0, 100% 0%, 100% 100%, 15% 100%);clip-path:polygon(0 0, 100% 0%, 100% 100%, 15% 100%);-webkit-border-bottom-right-radius:5px;-moz-border-bottom-right-radius:5px;-ms-border-bottom-right-radius:5px;border-bottom-right-radius:5px}#headerEmails a:before{content:"";width:265px;height:34px;z-index:-1;display:block;position:absolute;top:1px;left:10px;background-repeat:no-repeat;background-size:94%;background-position:2px 0;background-image:url("../../files/assets/layout/bg-signup.png")}#headerEmails a:hover{color:#90acdd}.ie #headerEmails a,.firefox #headerEmails a{-webkit-border-bottom-left-radius:5px;-moz-border-bottom-left-radius:5px;-ms-border-bottom-left-radius:5px;border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;-moz-border-bottom-right-radius:5px;-ms-border-bottom-right-radius:5px;border-bottom-right-radius:5px;padding:10px 25px}}@media screen and (min-width:961px){#headerEmails a{font-size:12px}}@media screen and (min-width:1px){#headerTop{width:100%;background-color:#eba810;padding:6px 8px;position:relative;text-align:center}#headerTop .quoteRequestLink{width:100%}#headerTop .quoteRequestLink a{color:#1e355e;font-size:14px;line-height:130%}#headerTop .quoteRequestLink a:before{content:"";margin-right:5px;font-family:"socialsearch";font-style:normal;font-weight:normal;speak:never;display:inline-block;text-decoration:inherit;width:1em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:0.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#headerTop .collinsContact{position:absolute;bottom:8px;width:100%}#headerTop .collinsContact a{color:#1e355e;font-size:14px;line-height:130%}#headerTop .collinsContact a:before{content:"";margin-right:5px;font-family:"socialsearch";font-style:normal;font-weight:normal;speak:never;display:inline-block;text-decoration:inherit;width:1em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:0.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}@media screen and (min-width:960px){#headerTop{padding:5px 10px}#headerTop .quoteRequestLink,#headerTop .collinsContact{width:auto;position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}#headerTop .quoteRequestLink{left:10px}#headerTop .collinsContact{right:10px;bottom:auto}}@media screen and (min-width:0px){.home #container #main #homeCallouts{padding:0 35px;text-align:center}.home #container #main #homeCallouts .callout{position:relative;padding:20px 15px;border-top:10px solid #3f63a3;margin:15px auto 30px;background-color:#fff}.home #container #main #homeCallouts .callout .image_container img{margin:0 auto 15px}.home #container #main #homeCallouts .callout h3{color:#3f63a3;font-size:18px;text-transform:uppercase;font-family:"Bitter", Georgia, Arial;margin:0 auto 15px}.home #container #main #homeCallouts .callout p{font-size:14px}.home #container #main #homeCallouts .callout a{color:#3f63a3;display:block}.home #container #main #homeCallouts .callout a:hover{color:#eba810}.home #container #main #homeCallouts .callout:before,.home #container #main #homeCallouts .callout:after{content:"";width:10px;position:absolute;top:-8px;height:229px;background-color:transparent;background-repeat:no-repeat;background-position:left top}.home #container #main #homeCallouts .callout:before{left:-10px;background-image:url("../../files/assets/layout/callout_dropshadow_before.png")}.home #container #main #homeCallouts .callout:after{right:-10px;background-image:url("../../files/assets/layout/callout_dropshadow_after.png")}.home #container #main #homeCallouts #myAccountHomeLinkIcon{opacity:0.5;padding:10px 0}}@media screen and (min-width:641px){.home #container #main #homeCallouts{position:relative;margin-top:50px}.home #container #main #homeCallouts .callout{display:inline-block;float:none;width:40%;margin:30px 5px 10px;vertical-align:top;z-index:999}.home #container #main #homeCallouts .callout .image_container{min-height:60px}.home #container #main #homeCallouts .callout .image_container img{max-width:85px}}@media screen and (min-width:0px){.home #container{position:relative;margin:0;padding:0 0 60px;z-index:9}.home #container #main{margin:20px auto 0;padding:0 20px;max-width:1051px;z-index:3;position:relative}.ecommerce.home #container #main>.inside{margin-top:-80px}.home #container #main h1{font-size:28px;line-height:120%;color:#1e355e;margin:0 0 15px;font-family:"Roboto", Arial, sans-serif}.home #container #main h2{color:#313131;font-family:"Bitter", Georgia, Arial;font-size:24px;line-height:120%;margin:10px 0}.home #container #main ul{overflow:hidden}.home #container #main ul li{font-size:14px;line-height:140%}.home #container #main p{font-size:14px;line-height:140%;margin-bottom:10px}.home #container #main p a{color:#6a9bed}.home #container #main p a:hover{color:#1e355e}.home #container #left{padding:0;margin:0}.home #container #right{clear:both;padding:0 25px;margin:50px 0}.home #container .imageSeparatorRow{width:100%;height:200px;margin:40px auto 40px;position:relative;background-image:url("../../files/assets/pages/home/mission/home_mission.jpg");background-position:center center;background-size:cover;background-repeat:no-repeat}.home #container .imageSeparatorRow:before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(30, 53, 94, 0.5)}.home #container .twoColumnBlurbs{display:flex;flex-wrap:wrap;text-align:center}.home #container .twoColumnBlurbs .blurbElement{flex-basis:100%;width:100%;max-width:100%;margin:20px auto;text-align:left}.home #container .twoColumnBlurbs .blurbElement h2{font-weight:800;padding-bottom:5px;margin-bottom:15px;border-bottom:2px solid #000}.ie.home #container #left,.firefox.home #container #left{position:relative;top:-33px}}@media screen and (min-width:769px){.ecommerce.home #container .twoColumnBlurbs .blurbElement{flex-basis:50%;width:50%;max-width:50%}.ecommerce.home #container .twoColumnBlurbs .blurbElement:first-child{padding-right:15px}.ecommerce.home #container .twoColumnBlurbs .blurbElement:last-child{padding-left:15px}.ecommerce.home #container #main{padding:0 40px}}@media screen and (min-width:961px){.ecommerce.home #container #main{padding:0 80px}.ecommerce.home #container #main p{font-size:16px;line-height:130%}.ecommerce.home #container #main>.inside{padding:50px}}@media screen and (min-width:0px){#homeHero{overflow:hidden}#homeHero>.inside{position:relative}#homeHero>.inside:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;background:-moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 50%);background:-webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 50%);background:linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 50%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=0)}#homeHero>.inside:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background:repeating-linear-gradient(-70deg, #efefef, #efefef 5px, #dfdfdf 5px, #dfdfdf 10px)}#homeHero>.inside>.mod_article:first-child:after{content:"";width:100%;height:100px;display:block}#homeHero h1{font-size:30px;line-height:130%;text-align:center;color:#fff;position:relative;top:30px;z-index:10;padding:10px 20px;font-family:"Bitter", Georgia, Arial;width:calc(100% - 40px);margin:0 auto 20px;max-width:900px;background-color:#1e355e;-webkit-border-radius:40px;-moz-border-radius:40px;-ms-border-radius:40px;border-radius:40px}}@media screen and (min-width:769px){#homeHero h1{font-size:42px;width:calc(100% - 60px)}}@media screen and (min-width:0px){.imageLinkBlocks .row{display:flex;flex-wrap:wrap;align-content:stretch}.imageLinkBlocks .row .homeImageLink{flex-basis:100%;width:100%;max-width:100%;min-width:100%;text-align:center;margin:40px 0;visibility:hidden}.imageLinkBlocks .row .homeImageLink a{border-radius:10px;border:0 hidden;background-color:#1e355e;padding:30px;max-width:300px;color:#eba810;font-size:22px;line-height:130%;font-family:"Bitter", Georgia, Arial;display:block;margin:0 auto;height:100%}.imageLinkBlocks .row .homeImageLink a .image_container{position:relative;margin:0 auto;display:block}.imageLinkBlocks .row .homeImageLink a .image_container img{position:relative;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.imageLinkBlocks .row .homeImageLink a .linkText{display:block;margin:15px 15px 0}}@media screen and (min-width:641px){.imageLinkBlocks .row{justify-content:flex-start;align-content:flex-start}.imageLinkBlocks .row .homeImageLink{flex-basis:calc(50%);width:calc(50%);max-width:calc(50%);min-width:calc(50%);padding:0 20px}}@media screen and (min-width:769px){.imageLinkBlocks .row .homeImageLink{width:calc(100% / 3);max-width:calc(100% / 3);min-width:calc(100% / 3);padding:0 20px}}@media screen and (min-width:0px){.ie #logo img[src*=".svg"]{width:100%}.ie9 .ce_collins_two_sided_block.flip-container:hover .flipper .front,.ie9 .ce_collins_two_sided_block.flip-container.hover .flipper .front{display:none}.ie9 .ce_collins_two_sided_block.flip-container:hover .flipper .back,.ie9 .ce_collins_two_sided_block.flip-container.hover .flipper .back{display:block}.ie10 .ce_collins_two_sided_block.flip-container:hover .flipper .front,.ie10 .ce_collins_two_sided_block.flip-container.hover .flipper .front,.ie11 .ce_collins_two_sided_block.flip-container:hover .flipper .front,.ie11 .ce_collins_two_sided_block.flip-container.hover .flipper .front{display:none}.ie10 .ce_collins_two_sided_block.flip-container:hover .flipper .back,.ie10 .ce_collins_two_sided_block.flip-container.hover .flipper .back,.ie11 .ce_collins_two_sided_block.flip-container:hover .flipper .back,.ie11 .ce_collins_two_sided_block.flip-container.hover .flipper .back{display:block;z-index:9999;transform:rotateY(0deg) !important}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src*=".svg"]{width:100%}}@media screen and (min-width:0px){.home #container #main #loginBlock #loginIntro,.home #container #mainouter #main #loginBlock #loginIntro,.insidePage #container #main #loginBlock #loginIntro,.insidePage #container #mainouter #main #loginBlock #loginIntro{text-align:center;margin:30px auto 0;max-width:500px}.home #container #main #loginBlock #loginAddtl,.home #container #mainouter #main #loginBlock #loginAddtl,.insidePage #container #main #loginBlock #loginAddtl,.insidePage #container #mainouter #main #loginBlock #loginAddtl{max-width:500px;margin:50px auto 30px;border:1px solid #c8c8c8;padding:30px 20px 20px;text-align:center;background-color:#fff;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;border-radius:8px}.home #container #main #loginBlock h1,.home #container #mainouter #main #loginBlock h1,.insidePage #container #main #loginBlock h1,.insidePage #container #mainouter #main #loginBlock h1{font-size:28px;line-height:120%;color:#1e355e;margin:0 0 15px;border-bottom:0;text-shadow:0 0 0;font-family:"Roboto", Arial, sans-serif;text-transform:none;font-weight:normal;-webkit-font-smoothing:antialiased}.home #container #main #loginBlock p,.home #container #mainouter #main #loginBlock p,.insidePage #container #main #loginBlock p,.insidePage #container #mainouter #main #loginBlock p{margin-bottom:10px}.home #container #main #loginBlock p a,.home #container #mainouter #main #loginBlock p a,.insidePage #container #main #loginBlock p a,.insidePage #container #mainouter #main #loginBlock p a{color:#6a9bed}}@media screen and (min-width:961px){.home #container #main #loginBlock #loginIntro,.home #container #mainouter #main #loginBlock #loginIntro,.insidePage #container #main #loginBlock #loginIntro,.insidePage #container #mainouter #main #loginBlock #loginIntro{margin-top:40px}}@media screen and (min-width:0px){#loginForm{max-width:500px;margin:30px auto;padding:20px;border-top:30px solid #1e355e;border-left:1px solid #c8c8c8;border-right:1px solid #c8c8c8;border-bottom:1px solid #c8c8c8;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;border-radius:8px}#loginForm .widget.widget-password label,#loginForm .widget.widget-text label{display:block;font-weight:normal;color:#282829;font-size:14px;line-height:120%;margin:0 0 5px;text-transform:uppercase}#loginForm .formbody .submit{width:100%;-webkit-box-shadow:0 0 0;-moz-box-shadow:0 0 0;box-shadow:0 0 0}}@media screen and (min-width:481px){#loginForm .widget.widget-password label,#loginForm .widget.widget-text label{margin-top:8px}}@media screen and (min-width:0px){.reveal-modal.open{z-index:9999;margin:90px auto 25px}.reveal-modal.open h1{font-family:"Roboto", Arial, sans-serif;text-transform:uppercase;color:#000;font-weight:700;font-size:36px;line-height:120%;margin:0 0 10px;padding:0}.reveal-modal.open h2{font-family:"Roboto", Arial, sans-serif;font-size:30px;line-height:120%;margin:0 0 10px;color:#000}.reveal-modal.open h3{font-size:20px;line-height:120%;color:#000;font-family:"Roboto", Arial, sans-serif;margin:0 0 10px}.reveal-modal.open p{font-size:15px;line-height:150%;margin:0 0 15px;font-family:"Roboto", Arial, sans-serif}.reveal-modal.open a{color:#000}.reveal-modal.open a.close-reveal-modal{color:#929190;z-index:99}.reveal-modal.open .ce_hyperlink a{background-color:#000;color:#fff;padding:15px 10px;display:block;max-width:300px;margin:15px auto 15px;text-align:center;text-transform:uppercase;font-family:"Roboto", Arial, sans-serif;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;border-radius:5px;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease}.reveal-modal.open .ce_hyperlink a:hover{background-color:#000}.reveal-modal.open label{font-family:"Roboto", Arial, sans-serif}.reveal-modal.open .image_container{display:block;margin:10px auto}.reveal-modal.open input.text{-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;border-radius:5px}.reveal-modal.open input.submit{margin:10px 0 0;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;border-radius:5px;background-color:#929190;font-family:"Roboto", Arial, sans-serif}}@media screen and (min-width:0px){#productSearch{font-family:"Roboto", Arial, sans-serif;padding:0}#productSearch form{text-align:center;margin-bottom:5px}#productSearch h4{display:none}#productSearch .filtergroup.keywords{display:inline-block;width:100%}#productSearch .filtergroup.keywords .text_container{display:inline-block;width:100%;max-width:600px;position:relative}#productSearch .filtergroup.keywords .text_container:after{content:"";font-family:"socialsearch";font-style:normal;font-weight:normal;speak:never;display:inline-block;text-decoration:inherit;width:1em;margin-right:0.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:0.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;right:10px;top:11px;font-size:25px;color:#888}#productSearch .filtergroup.keywords .text_container input.text{-webkit-border-radius:24px;-moz-border-radius:24px;-ms-border-radius:24px;border-radius:24px;width:100%;margin:0 auto;padding:13px 40px 13px 13px;height:50px}#productSearch .formbody .submit_container{display:none}#productSearch .formbody .submit_container input.submit{-webkit-box-shadow:0 0 0;-moz-box-shadow:0 0 0;box-shadow:0 0 0}#productSearch a.clear_filters{font-family:"Roboto", Arial, sans-serif;display:none;text-align:center;color:#6a9bed;text-transform:uppercase;font-size:13px}#productSearch a.clear_filters:before{content:"x";text-transform:none;color:#1e355e;padding-right:5px;display:inline-block;vertical-align:top;margin-top:-1px}}@media screen and (min-width:481px){#productSearch form{display:block;margin-bottom:0}#productSearch .formbody input.text{margin-bottom:0}#productSearch a.clear_filters{float:right;margin-top:25px}}@media screen and (min-width:769px){#productSearch{height:0;overflow:visible;position:relative;top:-75px;width:40%;margin:0 auto;background:transparent}#productSearch .text_container{min-width:300px}}@media screen and (min-width:0px){#footerNav{display:none;text-align:center;margin:25px 0 70px}#footerNav li{display:inline-block;color:#fff;font-family:"Roboto", Arial, sans-serif;font-size:12px}#footerNav li a,#footerNav li .active{color:#fff;font-family:"Roboto", Arial, sans-serif;padding:0 5px;-webkit-transition:color 0.5s ease;-moz-transition:color 0.5s ease;-o-transition:color 0.5s ease;-ms-transition:color 0.5s ease;transition:color 0.5s ease}#footerNav li a:hover,#footerNav li .active{color:#c8c8c8}#footerNav li strong{font-weight:normal}#footerNav li.last{border-right:0 hidden}}@media screen and (min-width:641px){#footerNav li a,#footerNav li span.active{padding:0 7px}}@media screen and (min-width:769px){#footerNav{display:block}}@media screen and (min-width:961px){#footerNav{margin-top:15px}#footerNav li{font-size:15px}#footerNav li a.first,#footerNav li span.first{padding:0 10px 0 0}}@media screen and (min-width:0px){#mainNav{display:none}}@media screen and (min-width:769px){#mainNav{position:relative;margin:0 auto;padding:15px 0;text-align:right;font-family:"Roboto", Arial, sans-serif;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease}#mainNav #click4nav{display:none}#mainNav ul{margin:0 auto}#mainNav ul.level_1{display:flex;flex-wrap:wrap;justify-content:end}#mainNav ul.level_1 ul ul{top:0;left:auto;right:100%}#mainNav ul ul{text-align:left;display:none;position:absolute;left:0;margin-top:2px;padding:10px;width:250px;background:#fff;-webkit-box-shadow:0 0 20px #000;-moz-box-shadow:0 0 20px #000;box-shadow:0 0 20px #000;z-index:99999}#mainNav ul ul li{display:block;clear:both;margin:0}#mainNav ul ul li a,#mainNav ul ul li a.first,#mainNav ul ul li span.first{color:#3f63a3}#mainNav ul ul li a,#mainNav ul ul li span,#mainNav ul ul li strong.active,#mainNav ul ul li a.first,#mainNav ul ul li span.first{position:relative;border:0;padding:4px 6px;display:block;width:100%;font-size:13px;line-height:120%;text-transform:none;margin-left:0}#mainNav ul ul li a:after{display:none}#mainNav ul ul li a:hover{color:#90acdd}#mainNav ul ul li a.active,#mainNav ul ul li strong.active{color:#90acdd}#mainNav ul ul li ul{top:0;left:auto;right:100%}#mainNav ul li:hover>a{color:#90acdd}#mainNav ul li.first{margin-left:0}#mainNav ul li{display:inline-block;position:relative;vertical-align:top;margin-left:-3px}#mainNav ul li a,#mainNav ul li span.active,#mainNav ul li span.trail,#mainNav ul li strong.active{font-size:13px;line-height:120%;display:inline-block;vertical-align:top;margin:0;padding:5px 10px;font-weight:300;color:#fff;text-transform:uppercase;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease}#mainNav ul li a:after{content:"";font-family:"socialsearch";color:#90acdd;font-size:16px;padding:0 0 0 7px;width:10px;display:inline-block}#mainNav ul li a.getQuote,#mainNav ul li a.last.getQuote,#mainNav ul li span.active.getQuote,#mainNav ul li span.trail.getQuote,#mainNav ul li strong.active.getQuote{background:#3f63a3;color:#fff;padding:9px 15px;text-align:center;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;border-radius:5px}#mainNav ul li a.getQuote:hover{-webkit-transform:scale(1.04);-moz-transform:scale(1.04);-o-transform:scale(1.04);-ms-transform:scale(1.04);transform:scale(1.04)}#mainNav ul li a.getQuote:after{display:none}#mainNav ul li a.first{padding-left:0}#mainNav ul li a:hover,#mainNav ul li a.trail,#mainNav ul li span.active,#mainNav ul li strong.active,#mainNav ul li span.active.first{color:#90acdd}#mainNav ul li.getQuote{margin:0 0 0 13px}}@media screen and (min-width:961px){#mainNav ul li a,#mainNav ul li span.active,#mainNav ul li span.trail,#mainNav ul li strong.active{font-size:15px;padding:0 15px}#mainNav ul li.getQuote{margin:-5px 0 0 13px}}@media screen and (min-width:0px){#memberNav{text-align:center;float:none;margin:10px auto}#memberNav ul li{display:inline-block}#memberNav ul li a,#memberNav ul li strong{cursor:pointer;color:#fff;font-family:"Roboto", Arial, sans-serif;text-transform:uppercase;font-size:14px;line-height:120%;padding:0 5px}#memberNav ul li a.active,#memberNav ul li strong.active{color:#90acdd;font-weight:normal}#memberNav ul li a:hover{color:#90acdd}#memberNav ul li a.login,#memberNav ul li strong.login{background-color:#6a9bed;font-weight:normal;padding:10px;overflow:visible;border:1px solid #fff;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease}#memberNav ul li a.login.active,#memberNav ul li strong.login.active{color:#fff}#memberNav ul li a.login:hover,#memberNav ul li strong.login:hover{color:#fff;-webkit-transform:scale(1.02);-moz-transform:scale(1.02);-o-transform:scale(1.02);-ms-transform:scale(1.02);transform:scale(1.02)}}@media screen and (min-width:769px){#memberNav{text-align:right;float:right;margin-bottom:10px}#memberNav ul li a,#memberNav ul li strong{font-size:12px}#memberNav ul li a.last,#memberNav ul li strong.last{padding-right:0}#memberNav ul li a.login,#memberNav ul li strong.login{font-size:12px;padding:7px}#memberNav ul li a.login.last,#memberNav ul li strong.login.last{padding-right:7px}}@media screen and (min-width:961px){#memberNav{margin-top:0}}@media screen and (min-width:0px){#offcanvas-mainnav,#offcanvas-topnav{padding:0 0 10px 0;border-bottom:1px solid #c8c8c8;margin-bottom:15px;margin-top:15px;margin-left:15px}#offcanvas-mainnav ul,#offcanvas-topnav ul{margin:0;text-transform:uppercase;overflow:hidden}#offcanvas-mainnav ul li,#offcanvas-topnav ul li{}#offcanvas-mainnav ul li a,#offcanvas-topnav ul li a{display:block;color:#3f63a3;font-family:"Roboto", Arial, sans-serif;font-size:17px;line-height:120%;margin:0 0 2px;padding:5px 15px;width:80%}#offcanvas-mainnav ul li a:hover,#offcanvas-mainnav ul li span.active,#offcanvas-topnav ul li a:hover,#offcanvas-topnav ul li span.active{color:#eba810}#offcanvas-mainnav ul li a.trail,#offcanvas-mainnav ul li span.trail,#offcanvas-topnav ul li a.trail,#offcanvas-topnav ul li span.trail{background-color:#eba810}#offcanvas-mainnav ul ul,#offcanvas-topnav ul ul{margin:0 0 0 15px;text-transform:none}#offcanvas-mainnav ul ul li a,#offcanvas-mainnav ul ul li span,#offcanvas-topnav ul ul li a,#offcanvas-topnav ul ul li span{text-align:left;font-size:14px;padding:5px 10px;display:block}#offcanvas-mainnav ul.level_1>li,#offcanvas-topnav ul.level_1>li{padding:5px 0;position:relative}#offcanvas-mainnav ul.level_1{margin-top:20px}}@media screen and (min-width:0px){#topNav{display:none}}@media screen and (min-width:769px){#topNav{text-align:left;padding-top:5px}#topNav ul ul{text-align:left;display:none;position:absolute;left:-10px;top:20px;margin-top:2px;padding:6px;width:170px;background:#fff;-webkit-box-shadow:0 0 20px #000;-moz-box-shadow:0 0 20px #000;box-shadow:0 0 20px #000;z-index:99999}#topNav ul ul li{display:block;clear:both;margin:0}#topNav ul ul li a,#topNav ul ul li a.first,#topNav ul ul li span.first{color:#3f63a3}#topNav ul ul li a,#topNav ul ul li span,#topNav ul ul li strong.active,#topNav ul ul li a.first,#topNav ul ul li span.first{position:relative;border:0;padding:4px 6px;display:block;width:100%;font-size:12px;line-height:120%;text-transform:none;margin-left:0}#topNav ul ul li a:after{display:none}#topNav ul ul li a:hover{color:#90acdd}#topNav ul ul li a.active,#topNav ul ul li strong.active{color:#90acdd}#topNav ul ul li ul{left:250px;top:auto;margin-top:-36px}#topNav ul li:hover>a{color:#90acdd}#topNav ul li{display:inline-block;vertical-align:top;line-height:100%}#topNav ul li a,#topNav ul li span.active,#topNav ul li strong.active{color:#fff;font-family:"Roboto", Arial, sans-serif;font-size:12px;padding:0 5px;font-weight:normal;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease}#topNav ul li a:hover,#topNav ul li strong.active{color:#90acdd}#topNav ul li.first{padding-left:0}#topNav ul li.last{padding-right:0}#topNav ul li.show-on-xl{display:none}}@media screen and (min-width:961px){#topNav{width:42%;padding-top:0;padding-left:0;text-align:center}#topNav ul li a.first,#topNav ul li span.first{padding:0 5px 0 0}#topNav ul li a,#topNav ul li span.active{font-size:11px}#topNav ul li.show-on-xl{display:inline-block}}@media screen and (min-width:0px){#headerIconNav{z-index:25;position:relative;float:right;margin-top:30px;border-right:2px solid #fff}#headerIconNav a{display:inline-block;padding:5px 15px;color:#fff;font-size:24px}#headerIconNav a.hyperlink_txt span{height:0;width:0;padding:0;overflow:hidden;display:block}#headerIconNav a.hyperlink_txt .cartLinkIcon span{height:auto;width:auto;padding-left:5px;font-size:14px;display:inline-block;font-style:normal}}@media screen and (min-width:0px){.icon-bar>a:hover{background:#fff}.off-canvas-fixed{width:15.625rem;height:100%;right:-15.625rem;left:auto;-webkit-transition:right 0.5s ease;-moz-transition:right 0.5s ease;-o-transition:right 0.5s ease;-ms-transition:right 0.5s ease;transition:right 0.5s ease}.inner-wrap{width:100%;height:100%;right:0;left:auto;position:relative;-webkit-transition:right 0.5s ease;-moz-transition:right 0.5s ease;-o-transition:right 0.5s ease;-ms-transition:right 0.5s ease;transition:right 0.5s ease}.inner-wrap,.right-off-canvas-menu,.left-off-canvas-menu{-webkit-transform:none;-moz-transform:none;-o-transform:none;-ms-transform:none;transform:none}.move-right>.off-canvas-fixed{height:100%;left:0}.move-left>.off-canvas-fixed{height:100%;right:0}.move-right>.inner-wrap{left:15.625rem;overflow:hidden;-webkit-transform:none;-moz-transform:none;-o-transform:none;-ms-transform:none;transform:none}.move-left>.inner-wrap{right:15.625rem;overflow:hidden;-webkit-transform:none;-moz-transform:none;-o-transform:none;-ms-transform:none;transform:none}.move-left .exit-off-canvas,.move-right .exit-off-canvas{z-index:999999}.move-right #header{box-shadow:none}.move-right>.inner-wrap>#wrapper>#header{left:15.625rem}.move-left #header .tab-bar .menu-icon>span::after,.move-right #header .tab-bar .menu-icon>span::after{content:"X";box-shadow:none;top:2px;left:5px;font-size:20px;box-shadow:none;color:#fff;font-family:Arial}#offcanvascontent{background:url("../../files/assets/layout/subnav_bg.png") no-repeat bottom center #e7e4e4;background-size:100%;-webkit-box-shadow:0 0 10px #c8c8c8 inset;-moz-box-shadow:0 0 10px #c8c8c8 inset;box-shadow:0 0 10px #c8c8c8 inset}#offcanvascontent a.blueButton{padding:15px 10px;font-family:"Roboto", Arial, sans-serif;font-size:16px;text-transform:uppercase;color:#fff;margin:0 15px;width:calc(100% - 30px);box-sizing:border-box}#offcanvascontent a.blueButton:hover{color:#fff}}@media screen and (min-width:0px){.offcanvas-logo{display:block;margin:0 auto;text-align:center;padding:30px 25px;background-color:#1e355e}.iviPage .collinsOffCanvasLogo{display:none}.iviOffCanvasLogo{display:none}.iviPage .iviOffCanvasLogo{display:block}}@media screen and (min-width:0px){.insidePage #container #main .pagination{display:block;clear:both;border-top:1px solid #c8c8c8;margin:40px 0 20px;padding:20px 0 0}.insidePage #container #main .pagination p{display:inline-block;color:#313131;border-right:1px solid #313131;padding:0 15px 0 0;vertical-align:top}.insidePage #container #main .pagination ul{display:inline-block;margin:0 0 0 5px;vertical-align:top}.insidePage #container #main .pagination ul li{display:inline;list-style-type:none;padding:0 3px;vertical-align:top}.insidePage #container #main .pagination ul li a,.insidePage #container #main .pagination ul li span.current,.insidePage #container #main .pagination ul li span.active{display:inline-block;vertical-align:top}.insidePage #container #main .pagination ul li span.current,.insidePage #container #main .pagination ul li span.active{text-decoration:none;color:#1e355e}.insidePage #container #main .pagination ul li a{text-decoration:underline;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease}.insidePage #container #main .pagination ul li a:hover{color:#1e355e}}@media screen and (min-width:0px){#container #right{}#container #right .mod_article:nth-child(2)#tidbits{margin-top:20px;padding-top:30px;border-top:1px solid #c8c8c8}#container #right #todayQuote{margin:0}#container #right #todayQuote h2{color:#b82820;font-family:"Bitter", Georgia, Arial;font-size:20px;line-height:120%;text-align:center;margin:0 0 20px}#container #right #todayQuote p{text-align:center}#container #right #todayQuote .redButton a{margin:20px auto;padding:15px 10px;font-size:12px;text-transform:uppercase;max-width:225px}}@media screen and (min-width:641px){#container #right #todayQuote{margin:0}}@media screen and (min-width:0px){#container #right{}#container #right #tidbits{margin:0}#container #right #tidbits h2{color:#b82820;font-family:"Bitter", Georgia, Arial;font-size:20px;line-height:120%;text-align:center;margin:0 0 20px}#container #right #tidbits p{text-align:center}#container #right #tidbits .redButton a{margin:20px auto;padding:15px 10px;font-size:12px;text-transform:uppercase;max-width:225px}}@media screen and (min-width:641px){#container #right #tidbits{margin:0}}@media screen and (min-width:0px){#headerSearch{position:absolute;top:0;right:0}#headerSearch a#searchalt{display:block;color:#fff;float:right;padding:15px 10px 0 0;cursor:pointer}#headerSearch a#searchalt .icon-search:before{font-size:20px}#headerSearch #headerSearchForm{width:100%;display:none;position:fixed;top:3.28rem;left:0}#headerSearch #headerSearchForm input.text{-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;border-radius:5px}}@media screen and (min-width:769px){#headerSearch{width:100%;position:relative;top:auto;right:auto;margin:0}#headerSearch a#searchalt{margin:1px 0 0;padding:4px 10px 0 0}#headerSearch a#searchalt .icon-search:before{font-size:17px}#headerSearch #headerSearchForm{display:block;position:absolute;left:auto;right:37px;height:30px;top:2px;width:0;overflow:hidden}#headerSearch #headerSearchForm input.text{width:100%;padding:5px;height:25px}}@media screen and (min-width:961px){#headerSearch a#searchalt{margin:2px 0 0;padding:0}#headerSearch #headerSearchForm{right:25px;top:-2px}}@media screen and (min-width:0px){.insidePage #container #main #searchResults{font-family:"Roboto", Arial, sans-serif}.insidePage #container #main #searchResults div.even,.insidePage #container #main #searchResults div.odd{padding:10px 0;margin:0 0 10px;border-bottom:1px solid #c8c8c8}.insidePage #container #main #searchResults div.even.last,.insidePage #container #main #searchResults div.odd.last{border-bottom:0}.insidePage #container #main #searchResults h3 a{color:#1e355e;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease}.insidePage #container #main #searchResults h3 a:hover{color:#90acdd}.insidePage #container #main #searchResults p.url{font-size:14px;color:#3f63a3}.insidePage #container #main #searchResults p.header{margin:0 0 10px;color:#000;font-style:italic}.insidePage #container #main #searchResults .formbody{margin:10px 0}.insidePage #container #main #searchResults .formbody .widget-text{display:inline-block;width:74%}.insidePage #container #main #searchResults .formbody .widget-text input.text{border:1px solid #000;background:#fff;display:block;vertical-align:middle}.insidePage #container #main #searchResults .formbody .widget-submit{display:inline-block}.insidePage #container #main #searchResults .formbody .widget-submit .submit{display:block;vertical-align:top;margin:0 0 0 5px;border:0px hidden;padding:6px 10px;text-align:center;font-family:"Roboto", Arial, sans-serif;font-size:15px;background-color:#3f63a3;color:#fff;text-transform:uppercase;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease}.insidePage #container #main #searchResults .formbody .widget-submit .submit:hover{background-color:#1e355e}}@media screen and (min-width:0px){.mod_sitemap ul{margin:0 0 0 20px}.mod_sitemap a{color:#3f63a3;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease}.mod_sitemap a:hover{color:#1e355e}}@media screen and (min-width:0px){.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform-style:preserve-3d;-webkit-backface-visibility:hidden;z-index:1}.slick-prev,.slick-next{display:block !important;cursor:pointer;z-index:100;left:0;font-size:2em;height:1.5em;width:1.25em;text-align:center;padding:0;color:#fff;background-color:rgba(255, 255, 255, 0.3);-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;border-radius:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.slick-prev:hover,.slick-next:hover{background-color:rgba(255, 255, 255, 0.5)}.slick-next{left:auto;right:0}}@media screen and (min-width:0px){.home #container #left #homeSlide .slick-slide,.home #container #left #homeSlide .ce_text.slick-slide{position:relative;min-height:300px;max-height:300px;margin:0;overflow:hidden}.home #container #left #homeSlide .slick-slide .textContainer,.home #container #left #homeSlide .ce_text.slick-slide .textContainer{padding:0 25px;position:absolute;right:0;bottom:35px;left:0;z-index:2;text-align:center}.home #container #left #homeSlide .slick-slide .textContainer h1,.home #container #left #homeSlide .ce_text.slick-slide .textContainer h1{color:#fff;display:inline-block;text-transform:uppercase;font-family:"Bitter", Georgia, Arial;font-size:20px;border-bottom:4px solid #eba810;padding:0 0 5px;margin:0 auto 5px;text-align:center}.home #container #left #homeSlide .slick-slide .textContainer p,.home #container #left #homeSlide .ce_text.slick-slide .textContainer p{color:#fff;font-family:"Roboto", Arial, sans-serif;font-size:12px;text-align:center;margin:0}.home #container #left #homeSlide .slick-slide .image_container,.home #container #left #homeSlide .ce_text.slick-slide .image_container{position:absolute;display:block;width:100%;top:0;right:0;left:0;padding:0;z-index:1;overflow:hidden;line-height:0}.home #container #left #homeSlide .slick-slide .image_container img,.home #container #left #homeSlide .ce_text.slick-slide .image_container img{width:100%}.home #container #left #homeSlide ul.slick-dots{position:absolute;bottom:10px;right:0;left:0;padding:0 25px;list-style:none;z-index:99;display:block;text-align:center}.home #container #left #homeSlide ul.slick-dots li{display:inline-block;background-color:#fff;padding:3px 10px;margin-right:8px;cursor:pointer}.home #container #left #homeSlide ul.slick-dots li button{display:none}.home #container #left #homeSlide ul.slick-dots li.slick-active{background-color:#eba810}.home #container #left #homeSlide ul.slick-dots li:last-child{margin-right:0}.home #container #left #homeSlide .slick-next,.home #container #left #homeSlide .slick-prev{display:none !important}.home #container #left #homeSlide.slick-slider{margin:0}.home #container #left #homeSlide.slick-slider .slick-track,.home #container #left #homeSlide.slick-slider .slick-list{-webkit-transform-style:preserve-3d;-webkit-backface-visibility:hidden;z-index:1}}@media screen and (min-width:641px){.home #container #left #homeSlide .slick-slide,.home #container #left #homeSlide .ce_text.slick-slide{min-height:330px}.home #container #left #homeSlide .slick-slide .textContainer,.home #container #left #homeSlide .ce_text.slick-slide .textContainer{bottom:85px}.home #container #left #homeSlide ul.slick-dots{bottom:60px}}@media screen and (min-width:769px){.home #container #left #homeSlide .slick-slide,.home #container #left #homeSlide .ce_text.slick-slide{min-height:435px}}@media screen and (min-width:961px){.home #container #left #homeSlide .slick-slide,.home #container #left #homeSlide .ce_text.slick-slide{min-height:470px}.home #container #left #homeSlide .slick-slide .textContainer h1,.home #container #left #homeSlide .ce_text.slick-slide .textContainer h1{font-size:28px}.home #container #left #homeSlide .slick-slide .textContainer p,.home #container #left #homeSlide .ce_text.slick-slide .textContainer p{font-size:14px}}@media screen and (min-width:1051px){.home #container #left #homeSlide .slick-slide,.home #container #left #homeSlide .ce_text.slick-slide{min-height:500px}.home #container #left #homeSlide .slick-slide .textContainer h1,.home #container #left #homeSlide .ce_text.slick-slide .textContainer h1{font-size:50px}.home #container #left #homeSlide .slick-slide .textContainer p,.home #container #left #homeSlide .ce_text.slick-slide .textContainer p{font-size:16px}}@media screen and (min-width:0px){.home #container #main .smallSlider.slick-slider,.home #container #main .smallSlider .slick-slider{-webkit-box-shadow:0 0 20px rgba(0, 0, 0, 0.4);-moz-box-shadow:0 0 20px rgba(0, 0, 0, 0.4);box-shadow:0 0 20px rgba(0, 0, 0, 0.4)}.home #container #main .smallSlider.slick-slider .slick-slide,.home #container #main .smallSlider .slick-slider .slick-slide{position:relative}.home #container #main .smallSlider.slick-slider .textContainer,.home #container #main .smallSlider .slick-slider .textContainer{background:#282829;padding:35px 30px;min-height:245px}.home #container #main .smallSlider.slick-slider .textContainer h2,.home #container #main .smallSlider.slick-slider .textContainer h2 a,.home #container #main .smallSlider .slick-slider .textContainer h2,.home #container #main .smallSlider .slick-slider .textContainer h2 a{color:#fff;font-family:"Roboto", Arial, sans-serif;font-size:14px;margin:0 0 10px}.home #container #main .smallSlider.slick-slider .textContainer h3,.home #container #main .smallSlider .slick-slider .textContainer h3{color:#eba810;font-family:"Bitter", Georgia, Arial;font-size:24px;margin:0 0 10px}.home #container #main .smallSlider.slick-slider .textContainer p,.home #container #main .smallSlider .slick-slider .textContainer p{color:#fff;font-size:12px}.home #container #main .smallSlider.slick-slider .textContainer a,.home #container #main .smallSlider .slick-slider .textContainer a{color:#eba810}.home #container #main .smallSlider.slick-slider .slick-prev,.home #container #main .smallSlider.slick-slider .slick-next,.home #container #main .smallSlider .slick-slider .slick-prev,.home #container #main .smallSlider .slick-slider .slick-next{font-size:20px;height:30px;width:30px;color:#fff;background-color:#eba810}.home #container #main .smallSlider.slick-slider .slick-prev:hover,.home #container #main .smallSlider.slick-slider .slick-next:hover,.home #container #main .smallSlider .slick-slider .slick-prev:hover,.home #container #main .smallSlider .slick-slider .slick-next:hover{background-color:#1e355e}.home #container #main .smallSlider.slick-slider .slick-prev,.home #container #main .smallSlider .slick-slider .slick-prev{left:-16px}.home #container #main .smallSlider.slick-slider .slick-next,.home #container #main .smallSlider .slick-slider .slick-next{right:-16px}.home #container #main #projectsSlider.smallSlider.slick-slider .image_container,.home #container #main #projectsSlider.smallSlider .slick-slider .image_container{background-color:#fff;text-align:center}.home #container #main #projectsSlider.smallSlider.slick-slider .image_container img,.home #container #main #projectsSlider.smallSlider .slick-slider .image_container img{width:auto;margin:0 auto;line-height:0}.home #container #main #projectsSlider.smallSlider.slick-slider .textContainer h2,.home #container #main #projectsSlider.smallSlider.slick-slider .textContainer h2 a,.home #container #main #projectsSlider.smallSlider .slick-slider .textContainer h2,.home #container #main #projectsSlider.smallSlider .slick-slider .textContainer h2 a{color:#eba810;font-family:"Bitter", Georgia, Arial;font-size:24px}.home #container #main #missionSlider.smallSlider.slick-slider .image_container img,.home #container #main #missionSlider.smallSlider .slick-slider .image_container img{width:100%;max-height:none}.home #container #main #missionSlider.smallSlider.slick-slider .textContainer h2,.home #container #main #missionSlider.smallSlider .slick-slider .textContainer h2{color:#eba810;font-family:"Bitter", Georgia, Arial;font-size:24px}.home #container #main #projectsSlider.smallSlider .slick-slider .image_container{min-height:450px;position:relative;padding:0;margin:0 auto}.home #container #main #projectsSlider.smallSlider .slick-slider .image_container img{position:absolute;left:0;right:0;margin:0 auto;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}}@media screen and (min-width:641px){.home #container #main .smallSlider.slick-slider .image_container,.home #container #main .smallSlider .slick-slider .image_container{min-height:275px}.home #container #main .smallSlider.slick-slider .textContainer,.home #container #main .smallSlider .slick-slider .textContainer{padding:0 45px;position:absolute;height:100%}.home #container #main .smallSlider.slick-slider .textContainer>.inner,.home #container #main .smallSlider .slick-slider .textContainer>.inner{position:relative;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.home #container #main #projectsSlider.smallSlider.slick-slider .imageRight .image_container,.home #container #main #projectsSlider.smallSlider .slick-slider .imageRight .image_container{float:right}.home #container #main #projectsSlider.smallSlider.slick-slider .image_container,.home #container #main #projectsSlider.smallSlider .slick-slider .image_container{margin:0;display:inline-block;vertical-align:middle;width:50%;float:left}.home #container #main #projectsSlider.smallSlider.slick-slider .textContainer,.home #container #main #projectsSlider.smallSlider .slick-slider .textContainer{display:inline-block;vertical-align:middle;width:50%}.home #container #main #missionSlider.smallSlider.slick-slider .image_container,.home #container #main #missionSlider.smallSlider .slick-slider .image_container{float:left;display:inline-block;vertical-align:top;width:50%;overflow:hidden}.home #container #main #missionSlider.smallSlider.slick-slider .image_container img,.home #container #main #missionSlider.smallSlider .slick-slider .image_container img{width:auto;max-width:initial}.home #container #main #missionSlider.smallSlider.slick-slider .textContainer,.home #container #main #missionSlider.smallSlider .slick-slider .textContainer{width:50%;vertical-align:top;display:inline-block}}@media screen and (min-width:769px){.home #container #main .smallSlider.slick-slider .image_container,.home #container #main .smallSlider .slick-slider .image_container{min-height:250px}.home #container #main #missionSlider.smallSlider.slick-slider .image_container,.home #container #main #missionSlider.smallSlider .slick-slider .image_container{float:left;display:inline-block;vertical-align:top;width:50%;overflow:hidden}.home #container #main #missionSlider.smallSlider.slick-slider .image_container img,.home #container #main #missionSlider.smallSlider .slick-slider .image_container img{width:100%}.home #container #main #missionSlider.smallSlider.slick-slider .textContainer,.home #container #main #missionSlider.smallSlider .slick-slider .textContainer{width:50%;vertical-align:top;display:inline-block}}@media screen and (min-width:961px){.home #container #main .smallSlider.slick-slider .image_container,.home #container #main .smallSlider .slick-slider .image_container{}.home #container #main .smallSlider.slick-slider .textContainer h2,.home #container #main .smallSlider .slick-slider .textContainer h2{font-size:16px}.home #container #main .smallSlider.slick-slider .textContainer p,.home #container #main .smallSlider .slick-slider .textContainer p{font-size:14px}.home #container #main #projectsSlider.smallSlider.slick-slider .image_container,.home #container #main #projectsSlider.smallSlider .slick-slider .image_container{min-height:510px}.home #container #main #projectsSlider.smallSlider.slick-slider .textContainer,.home #container #main #projectsSlider.smallSlider .slick-slider .textContainer{}.home #container #main #missionSlider.smallSlider.slick-slider .image_container,.home #container #main #missionSlider.smallSlider .slick-slider .image_container{}.home #container #main #missionSlider.smallSlider.slick-slider .textContainer,.home #container #main #missionSlider.smallSlider .slick-slider .textContainer{}}@media screen and (min-width:0px){.tabSlider{}.tabSlider .slick-slide,.tabSlider .ce_text.slick-slide{position:relative;min-height:300px;max-height:300px;margin:0;overflow:hidden}.tabSlider .slick-slide .textcontainer,.tabSlider .ce_text.slick-slide .textcontainer{padding:0;position:absolute;right:0;bottom:0;left:0;z-index:2}.tabSlider .slick-slide .image_container,.tabSlider .ce_text.slick-slide .image_container{position:absolute;display:block;width:100%;height:100%;top:0;right:0;left:0;padding:0;z-index:1;overflow:hidden}.tabSlider .slick-slide .image_container img,.tabSlider .ce_text.slick-slide .image_container img{width:100%}.tabSlider ul.slick-dots{position:absolute;top:0;right:0;list-style:none;z-index:99;display:block}.tabSlider ul.slick-dots li{display:inline-block;width:30px}.tabSlider ul.slick-dots li button{display:none}.tabSlider ul.slick-dots li:before{color:#fff;font-size:26px;content:"●";box-shadow:0 0 #000}.tabSlider ul.slick-dots li.slick-active:before{color:#b82820}.tabSlider button.slick-next,.tabSlider button.slick-prev{position:absolute;background:transparent}.tabSlider button.slick-next i:before,.tabSlider button.slick-prev i:before{width:auto;font-size:50px;line-height:120%;font-weight:100;padding:0;margin:0;text-align:center}.tabSlider button.slick-next{right:-40px}.tabSlider button.slick-prev{left:-40px}.tabSlider.slick-slider{margin:0}.tabSlider.slick-slider .slick-track,.tabSlider.slick-slider .slick-list{-webkit-transform-style:preserve-3d;-webkit-backface-visibility:hidden;z-index:1}}@media screen and (min-width:641px){.tabSlider .slick-slide,.tabSlider .ce_text.slick-slide{min-height:330px}.tabSlider ul.slick-dots{margin-right:30px}}@media screen and (min-width:769px){.tabSlider .slick-slide,.tabSlider .ce_text.slick-slide{min-height:230px}}@media screen and (min-width:961px){.tabSlider .slick-slide,.tabSlider .ce_text.slick-slide{min-height:270px}.tabSlider .slick-slide .image_container,.tabSlider .ce_text.slick-slide .image_container{padding-top:0}}@media screen and (min-width:0px){#footer .socialIcons{text-align:center;margin:10px auto}#footer .socialIcons a{color:#fff;text-align:center;font-size:23px}#footer .socialIcons a i{display:inline-block;float:none;max-width:45px}#footer .socialIcons a span{display:none}}@media screen and (min-width:769px){#footer .socialIcons{margin:30px auto}}@media screen and (min-width:0px){#header .socialIcons{display:inline-block;text-align:center;margin:5px auto 20px;height:auto;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease}#header .socialIcons a{color:#fff;display:inline-block;text-align:center}#header .socialIcons a i{display:inline-block;vertical-align:top;float:none;font-size:16px;line-height:100%;background:#000;width:20px;height:20px;padding:0;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;border-radius:50%}#header .socialIcons a i:before{vertical-align:top;width:auto;height:auto;margin:0;padding:0}#header .socialIcons a span{display:none}#header.scrolled .socialIcons{height:0;overflow:hidden}}@media screen and (min-width:769px){#header .socialIcons{height:16px;display:inline-block;width:auto;margin:5px auto 0;padding:0 10px 0 0}}@media screen and (min-width:961px){#header .socialIcons{margin-top:2px}}@media screen and (min-width:0px){#offcanvascontent #offcanvas-socialicons{text-align:center;margin:20px auto 25px;padding:0 25px}#offcanvascontent #offcanvas-socialicons a{color:#3f63a3;display:inline-block;text-align:center;margin:0 5px}#offcanvascontent #offcanvas-socialicons a i{display:inline-block;vertical-align:top;float:none;font-size:20px;line-height:100%;width:20px;height:20px;padding:2px}#offcanvascontent #offcanvas-socialicons a i:before{vertical-align:top;width:auto;height:auto;margin:0;padding:0}#offcanvascontent #offcanvas-socialicons a span{display:none}}@media screen and (min-width:0px){#container #left{}#container #left #themesLocationsTabs{position:relative}#container #left #themesLocationsTabs ul.tabs{margin:0 auto;padding:0 25px;text-align:center;max-width:1051px}#container #left #themesLocationsTabs ul.tabs li.tab-title:first-child{padding-left:0}#container #left #themesLocationsTabs ul.tabs li.tab-title{display:inline-block;float:none;padding-left:20px}#container #left #themesLocationsTabs ul.tabs li.tab-title a{display:block;padding:10px 15px;font-family:"Roboto", Arial, sans-serif;font-family:"Roboto", Arial, sans-serif;color:#313131;text-transform:uppercase;background:transparent}#container #left #themesLocationsTabs ul.tabs li.tab-title a:hover{background:#d19e34}#container #left #themesLocationsTabs ul.tabs li.tab-title.active a{background:#313131;color:#d19e34}#container #left #themesLocationsTabs .tabs-content{background:#313131;padding:10px 40px;margin:0}}@media screen and (min-width:0px){#header .tab-bar{display:inline-block;width:100px;z-index:10;float:right;margin-top:25px}#header .tab-bar .tab-bar-section.left{left:auto;right:30px;color:#fff;font-size:18px}#header .tab-bar .menu-icon span:after{content:"";font-family:"socialsearch";color:#fff;font-size:20px;-webkit-box-shadow:0 0 0;-moz-box-shadow:0 0 0;box-shadow:0 0 0}#header .tab-bar .menu-icon span:hover:after{-webkit-box-shadow:0 0 0;-moz-box-shadow:0 0 0;box-shadow:0 0 0}#header .tab-bar .menu-icon span.menuTitle{text-indent:0;text-indent:0;position:absolute;right:40px}#header .tab-bar .menu-icon span.menuTitle:after{display:none}#header .tab-bar .left-small{z-index:1000;top:3px}#header .tab-bar .right-small{border-left:0 hidden}#header .tab-bar .menu-icon span{text-indent:13px}#header .tab-bar .menu-icon span:after{color:#fff;content:"";font-family:"socialsearch";font-size:20px;-webkit-box-shadow:0 0 0;-moz-box-shadow:0 0 0;box-shadow:0 0 0;position:relative;left:auto;top:auto;box-shadow:0 0 0 0 black;margin-top:0}}@media screen and (min-width:1051px){#header .tab-bar{margin-right:calc((100vw - 1051px) / 2)}}@media screen and (min-width:0px){.home #container #mainouter #main .ce_collins_two_sided_block,.home #container #left .ce_collins_two_sided_block,.home #container #right .ce_collins_two_sided_block,.insidePage #container #mainouter #main .ce_collins_two_sided_block,.insidePage #container #left .ce_collins_two_sided_block,.insidePage #container #right .ce_collins_two_sided_block{margin:0 auto 20px}.home #container #mainouter #main .ce_collins_two_sided_block:last-child,.home #container #left .ce_collins_two_sided_block:last-child,.home #container #right .ce_collins_two_sided_block:last-child,.insidePage #container #mainouter #main .ce_collins_two_sided_block:last-child,.insidePage #container #left .ce_collins_two_sided_block:last-child,.insidePage #container #right .ce_collins_two_sided_block:last-child{padding-left:10px}.home #container #mainouter #main .ce_collins_two_sided_block .inner,.home #container #left .ce_collins_two_sided_block .inner,.home #container #right .ce_collins_two_sided_block .inner,.insidePage #container #mainouter #main .ce_collins_two_sided_block .inner,.insidePage #container #left .ce_collins_two_sided_block .inner,.insidePage #container #right .ce_collins_two_sided_block .inner{border:1px solid #e7e4e4;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;border-radius:5px}.home #container #mainouter #main .ce_collins_two_sided_block .inner>*,.home #container #left .ce_collins_two_sided_block .inner>*,.home #container #right .ce_collins_two_sided_block .inner>*,.insidePage #container #mainouter #main .ce_collins_two_sided_block .inner>*,.insidePage #container #left .ce_collins_two_sided_block .inner>*,.insidePage #container #right .ce_collins_two_sided_block .inner>*{padding:20px}.home #container #mainouter #main .ce_collins_two_sided_block .inner .image_container,.home #container #left .ce_collins_two_sided_block .inner .image_container,.home #container #right .ce_collins_two_sided_block .inner .image_container,.insidePage #container #mainouter #main .ce_collins_two_sided_block .inner .image_container,.insidePage #container #left .ce_collins_two_sided_block .inner .image_container,.insidePage #container #right .ce_collins_two_sided_block .inner .image_container{margin:0 auto !important}.home #container #mainouter #main .ce_collins_two_sided_block .inner .image_container img,.home #container #left .ce_collins_two_sided_block .inner .image_container img,.home #container #right .ce_collins_two_sided_block .inner .image_container img,.insidePage #container #mainouter #main .ce_collins_two_sided_block .inner .image_container img,.insidePage #container #left .ce_collins_two_sided_block .inner .image_container img,.insidePage #container #right .ce_collins_two_sided_block .inner .image_container img{}.home #container #mainouter #main .ce_collins_two_sided_block .ce_collins_two_sided_block:nth-child(3n),.home #container #left .ce_collins_two_sided_block .ce_collins_two_sided_block:nth-child(3n),.home #container #right .ce_collins_two_sided_block .ce_collins_two_sided_block:nth-child(3n),.insidePage #container #mainouter #main .ce_collins_two_sided_block .ce_collins_two_sided_block:nth-child(3n),.insidePage #container #left .ce_collins_two_sided_block .ce_collins_two_sided_block:nth-child(3n),.insidePage #container #right .ce_collins_two_sided_block .ce_collins_two_sided_block:nth-child(3n){padding-left:0}.home #container #mainouter #main .ce_collins_two_sided_block.flip-container,.home #container #left .ce_collins_two_sided_block.flip-container,.home #container #right .ce_collins_two_sided_block.flip-container,.insidePage #container #mainouter #main .ce_collins_two_sided_block.flip-container,.insidePage #container #left .ce_collins_two_sided_block.flip-container,.insidePage #container #right .ce_collins_two_sided_block.flip-container{perspective:1000px;height:300px}.home #container #mainouter #main .ce_collins_two_sided_block.flip-container:not(.touchEnabled):hover .flipper,.home #container #mainouter #main .ce_collins_two_sided_block.flip-container.hover .flipper,.home #container #left .ce_collins_two_sided_block.flip-container:not(.touchEnabled):hover .flipper,.home #container #left .ce_collins_two_sided_block.flip-container.hover .flipper,.home #container #right .ce_collins_two_sided_block.flip-container:not(.touchEnabled):hover .flipper,.home #container #right .ce_collins_two_sided_block.flip-container.hover .flipper,.insidePage #container #mainouter #main .ce_collins_two_sided_block.flip-container:not(.touchEnabled):hover .flipper,.insidePage #container #mainouter #main .ce_collins_two_sided_block.flip-container.hover .flipper,.insidePage #container #left .ce_collins_two_sided_block.flip-container:not(.touchEnabled):hover .flipper,.insidePage #container #left .ce_collins_two_sided_block.flip-container.hover .flipper,.insidePage #container #right .ce_collins_two_sided_block.flip-container:not(.touchEnabled):hover .flipper,.insidePage #container #right .ce_collins_two_sided_block.flip-container.hover .flipper{transform:rotateY(180deg)}.ie10.home #container #mainouter #main .ce_collins_two_sided_block.flip-container:not(.touchEnabled):hover .flipper,.ie11.home #container #mainouter #main .ce_collins_two_sided_block.flip-container:not(.touchEnabled):hover .flipper,.ie10.home #container #mainouter #main .ce_collins_two_sided_block.flip-container.hover .flipper,.ie11.home #container #mainouter #main .ce_collins_two_sided_block.flip-container.hover .flipper,.ie10.home #container #left .ce_collins_two_sided_block.flip-container:not(.touchEnabled):hover .flipper,.ie11.home #container #left .ce_collins_two_sided_block.flip-container:not(.touchEnabled):hover .flipper,.ie10.home #container #left .ce_collins_two_sided_block.flip-container.hover .flipper,.ie11.home #container #left .ce_collins_two_sided_block.flip-container.hover .flipper,.ie10.home #container #right .ce_collins_two_sided_block.flip-container:not(.touchEnabled):hover .flipper,.ie11.home #container #right .ce_collins_two_sided_block.flip-container:not(.touchEnabled):hover .flipper,.ie10.home #container #right .ce_collins_two_sided_block.flip-container.hover .flipper,.ie11.home #container #right .ce_collins_two_sided_block.flip-container.hover .flipper,.ie10.insidePage #container #mainouter #main .ce_collins_two_sided_block.flip-container:not(.touchEnabled):hover .flipper,.ie11.insidePage #container #mainouter #main .ce_collins_two_sided_block.flip-container:not(.touchEnabled):hover .flipper,.ie10.insidePage #container #mainouter #main .ce_collins_two_sided_block.flip-container.hover .flipper,.ie11.insidePage #container #mainouter #main .ce_collins_two_sided_block.flip-container.hover .flipper,.ie10.insidePage #container #left .ce_collins_two_sided_block.flip-container:not(.touchEnabled):hover .flipper,.ie11.insidePage #container #left .ce_collins_two_sided_block.flip-container:not(.touchEnabled):hover .flipper,.ie10.insidePage #container #left .ce_collins_two_sided_block.flip-container.hover .flipper,.ie11.insidePage #container #left .ce_collins_two_sided_block.flip-container.hover .flipper,.ie10.insidePage #container #right .ce_collins_two_sided_block.flip-container:not(.touchEnabled):hover .flipper,.ie11.insidePage #container #right .ce_collins_two_sided_block.flip-container:not(.touchEnabled):hover .flipper,.ie10.insidePage #container #right .ce_collins_two_sided_block.flip-container.hover .flipper,.ie11.insidePage #container #right .ce_collins_two_sided_block.flip-container.hover .flipper{transform:none}.home #container #mainouter #main .ce_collins_two_sided_block.flip-container .flipper,.home #container #left .ce_collins_two_sided_block.flip-container .flipper,.home #container #right .ce_collins_two_sided_block.flip-container .flipper,.insidePage #container #mainouter #main .ce_collins_two_sided_block.flip-container .flipper,.insidePage #container #left .ce_collins_two_sided_block.flip-container .flipper,.insidePage #container #right .ce_collins_two_sided_block.flip-container .flipper{transition:0.6s;transform-style:preserve-3d;-ms-transform-style:preserve-3d;backface-visibility:visible;-ms-backface-visibility:visible;position:relative;width:100%;height:300px}.home #container #mainouter #main .ce_collins_two_sided_block.flip-container .front,.home #container #mainouter #main .ce_collins_two_sided_block.flip-container .back,.home #container #left .ce_collins_two_sided_block.flip-container .front,.home #container #left .ce_collins_two_sided_block.flip-container .back,.home #container #right .ce_collins_two_sided_block.flip-container .front,.home #container #right .ce_collins_two_sided_block.flip-container .back,.insidePage #container #mainouter #main .ce_collins_two_sided_block.flip-container .front,.insidePage #container #mainouter #main .ce_collins_two_sided_block.flip-container .back,.insidePage #container #left .ce_collins_two_sided_block.flip-container .front,.insidePage #container #left .ce_collins_two_sided_block.flip-container .back,.insidePage #container #right .ce_collins_two_sided_block.flip-container .front,.insidePage #container #right .ce_collins_two_sided_block.flip-container .back{width:100%;height:300px;background-color:#fafafa}.home #container #mainouter #main .ce_collins_two_sided_block.flip-container .front,.home #container #mainouter #main .ce_collins_two_sided_block.flip-container .back,.home #container #left .ce_collins_two_sided_block.flip-container .front,.home #container #left .ce_collins_two_sided_block.flip-container .back,.home #container #right .ce_collins_two_sided_block.flip-container .front,.home #container #right .ce_collins_two_sided_block.flip-container .back,.insidePage #container #mainouter #main .ce_collins_two_sided_block.flip-container .front,.insidePage #container #mainouter #main .ce_collins_two_sided_block.flip-container .back,.insidePage #container #left .ce_collins_two_sided_block.flip-container .front,.insidePage #container #left .ce_collins_two_sided_block.flip-container .back,.insidePage #container #right .ce_collins_two_sided_block.flip-container .front,.insidePage #container #right .ce_collins_two_sided_block.flip-container .back{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;position:absolute;top:0;left:0}.home #container #mainouter #main .ce_collins_two_sided_block.flip-container .front,.home #container #left .ce_collins_two_sided_block.flip-container .front,.home #container #right .ce_collins_two_sided_block.flip-container .front,.insidePage #container #mainouter #main .ce_collins_two_sided_block.flip-container .front,.insidePage #container #left .ce_collins_two_sided_block.flip-container .front,.insidePage #container #right .ce_collins_two_sided_block.flip-container .front{background:#fafafa url("../../files/assets/layout/two-sided-bg-front.jpg") left bottom repeat-x;-webkit-border-bottom-left-radius:5px;-moz-border-bottom-left-radius:5px;-ms-border-bottom-left-radius:5px;border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;-moz-border-bottom-right-radius:5px;-ms-border-bottom-right-radius:5px;border-bottom-right-radius:5px;z-index:2;transform:rotateY(0deg)}.home #container #mainouter #main .ce_collins_two_sided_block.flip-container .front h1,.home #container #mainouter #main .ce_collins_two_sided_block.flip-container .front h2,.home #container #mainouter #main .ce_collins_two_sided_block.flip-container .front h3,.home #container #mainouter #main .ce_collins_two_sided_block.flip-container .front h4,.home #container #mainouter #main .ce_collins_two_sided_block.flip-container .front h5,.home #container #mainouter #main .ce_collins_two_sided_block.flip-container .front h6,.home #container #left .ce_collins_two_sided_block.flip-container .front h1,.home #container #left .ce_collins_two_sided_block.flip-container .front h2,.home #container #left .ce_collins_two_sided_block.flip-container .front h3,.home #container #left .ce_collins_two_sided_block.flip-container .front h4,.home #container #left .ce_collins_two_sided_block.flip-container .front h5,.home #container #left .ce_collins_two_sided_block.flip-container .front h6,.home #container #right .ce_collins_two_sided_block.flip-container .front h1,.home #container #right .ce_collins_two_sided_block.flip-container .front h2,.home #container #right .ce_collins_two_sided_block.flip-container .front h3,.home #container #right .ce_collins_two_sided_block.flip-container .front h4,.home #container #right .ce_collins_two_sided_block.flip-container .front h5,.home #container #right .ce_collins_two_sided_block.flip-container .front h6,.insidePage #container #mainouter #main .ce_collins_two_sided_block.flip-container .front h1,.insidePage #container #mainouter #main .ce_collins_two_sided_block.flip-container .front h2,.insidePage #container #mainouter #main .ce_collins_two_sided_block.flip-container .front h3,.insidePage #container #mainouter #main .ce_collins_two_sided_block.flip-container .front h4,.insidePage #container #mainouter #main .ce_collins_two_sided_block.flip-container .front h5,.insidePage #container #mainouter #main .ce_collins_two_sided_block.flip-container .front h6,.insidePage #container #left .ce_collins_two_sided_block.flip-container .front h1,.insidePage #container #left .ce_collins_two_sided_block.flip-container .front h2,.insidePage #container #left .ce_collins_two_sided_block.flip-container .front h3,.insidePage #container #left .ce_collins_two_sided_block.flip-container .front h4,.insidePage #container #left .ce_collins_two_sided_block.flip-container .front h5,.insidePage #container #left .ce_collins_two_sided_block.flip-container .front h6,.insidePage #container #right .ce_collins_two_sided_block.flip-container .front h1,.insidePage #container #right .ce_collins_two_sided_block.flip-container .front h2,.insidePage #container #right .ce_collins_two_sided_block.flip-container .front h3,.insidePage #container #right .ce_collins_two_sided_block.flip-container .front h4,.insidePage #container #right .ce_collins_two_sided_block.flip-container .front h5,.insidePage #container #right .ce_collins_two_sided_block.flip-container .front h6{position:absolute;bottom:10px;left:0;width:100%;padding:0 30px;text-align:center;color:#fff}.home #container #mainouter #main .ce_collins_two_sided_block.flip-container .back,.home #container #left .ce_collins_two_sided_block.flip-container .back,.home #container #right .ce_collins_two_sided_block.flip-container .back,.insidePage #container #mainouter #main .ce_collins_two_sided_block.flip-container .back,.insidePage #container #left .ce_collins_two_sided_block.flip-container .back,.insidePage #container #right .ce_collins_two_sided_block.flip-container .back{transform:rotateY(180deg);background:#fafafa url("../../files/assets/layout/two-sided-bg-back.png") center center no-repeat}.home #container #mainouter #main .ce_collins_two_sided_block.flip-container .back h1,.home #container #mainouter #main .ce_collins_two_sided_block.flip-container .back h2,.home #container #mainouter #main .ce_collins_two_sided_block.flip-container .back h3,.home #container #mainouter #main .ce_collins_two_sided_block.flip-container .back h4,.home #container #mainouter #main .ce_collins_two_sided_block.flip-container .back h5,.home #container #mainouter #main .ce_collins_two_sided_block.flip-container .back h6,.home #container #left .ce_collins_two_sided_block.flip-container .back h1,.home #container #left .ce_collins_two_sided_block.flip-container .back h2,.home #container #left .ce_collins_two_sided_block.flip-container .back h3,.home #container #left .ce_collins_two_sided_block.flip-container .back h4,.home #container #left .ce_collins_two_sided_block.flip-container .back h5,.home #container #left .ce_collins_two_sided_block.flip-container .back h6,.home #container #right .ce_collins_two_sided_block.flip-container .back h1,.home #container #right .ce_collins_two_sided_block.flip-container .back h2,.home #container #right .ce_collins_two_sided_block.flip-container .back h3,.home #container #right .ce_collins_two_sided_block.flip-container .back h4,.home #container #right .ce_collins_two_sided_block.flip-container .back h5,.home #container #right .ce_collins_two_sided_block.flip-container .back h6,.insidePage #container #mainouter #main .ce_collins_two_sided_block.flip-container .back h1,.insidePage #container #mainouter #main .ce_collins_two_sided_block.flip-container .back h2,.insidePage #container #mainouter #main .ce_collins_two_sided_block.flip-container .back h3,.insidePage #container #mainouter #main .ce_collins_two_sided_block.flip-container .back h4,.insidePage #container #mainouter #main .ce_collins_two_sided_block.flip-container .back h5,.insidePage #container #mainouter #main .ce_collins_two_sided_block.flip-container .back h6,.insidePage #container #left .ce_collins_two_sided_block.flip-container .back h1,.insidePage #container #left .ce_collins_two_sided_block.flip-container .back h2,.insidePage #container #left .ce_collins_two_sided_block.flip-container .back h3,.insidePage #container #left .ce_collins_two_sided_block.flip-container .back h4,.insidePage #container #left .ce_collins_two_sided_block.flip-container .back h5,.insidePage #container #left .ce_collins_two_sided_block.flip-container .back h6,.insidePage #container #right .ce_collins_two_sided_block.flip-container .back h1,.insidePage #container #right .ce_collins_two_sided_block.flip-container .back h2,.insidePage #container #right .ce_collins_two_sided_block.flip-container .back h3,.insidePage #container #right .ce_collins_two_sided_block.flip-container .back h4,.insidePage #container #right .ce_collins_two_sided_block.flip-container .back h5,.insidePage #container #right .ce_collins_two_sided_block.flip-container .back h6{color:#1e355e;font-size:15px;line-height:17px;font-weight:700}.home #container #mainouter #main .ce_collins_two_sided_block.flip-container .back p,.home #container #mainouter #main .ce_collins_two_sided_block.flip-container .back li,.home #container #mainouter #main .ce_collins_two_sided_block.flip-container .back a,.home #container #left .ce_collins_two_sided_block.flip-container .back p,.home #container #left .ce_collins_two_sided_block.flip-container .back li,.home #container #left .ce_collins_two_sided_block.flip-container .back a,.home #container #right .ce_collins_two_sided_block.flip-container .back p,.home #container #right .ce_collins_two_sided_block.flip-container .back li,.home #container #right .ce_collins_two_sided_block.flip-container .back a,.insidePage #container #mainouter #main .ce_collins_two_sided_block.flip-container .back p,.insidePage #container #mainouter #main .ce_collins_two_sided_block.flip-container .back li,.insidePage #container #mainouter #main .ce_collins_two_sided_block.flip-container .back a,.insidePage #container #left .ce_collins_two_sided_block.flip-container .back p,.insidePage #container #left .ce_collins_two_sided_block.flip-container .back li,.insidePage #container #left .ce_collins_two_sided_block.flip-container .back a,.insidePage #container #right .ce_collins_two_sided_block.flip-container .back p,.insidePage #container #right .ce_collins_two_sided_block.flip-container .back li,.insidePage #container #right .ce_collins_two_sided_block.flip-container .back a{font-size:12px;line-height:140%}.home #container #mainouter #main .ce_collins_two_sided_block.flip-container .back .buttonContainer,.home #container #left .ce_collins_two_sided_block.flip-container .back .buttonContainer,.home #container #right .ce_collins_two_sided_block.flip-container .back .buttonContainer,.insidePage #container #mainouter #main .ce_collins_two_sided_block.flip-container .back .buttonContainer,.insidePage #container #left .ce_collins_two_sided_block.flip-container .back .buttonContainer,.insidePage #container #right .ce_collins_two_sided_block.flip-container .back .buttonContainer{position:absolute;bottom:20px;left:0;right:0;margin:0 auto}.home #container #mainouter #main .ce_collins_two_sided_block.flip-container .back .buttonContainer .btn,.home #container #left .ce_collins_two_sided_block.flip-container .back .buttonContainer .btn,.home #container #right .ce_collins_two_sided_block.flip-container .back .buttonContainer .btn,.insidePage #container #mainouter #main .ce_collins_two_sided_block.flip-container .back .buttonContainer .btn,.insidePage #container #left .ce_collins_two_sided_block.flip-container .back .buttonContainer .btn,.insidePage #container #right .ce_collins_two_sided_block.flip-container .back .buttonContainer .btn{width:100%;text-align:center;display:inline-block}.home #container #mainouter #main .ce_collins_two_sided_block.flip-container .back .buttonContainer .btn a,.home #container #left .ce_collins_two_sided_block.flip-container .back .buttonContainer .btn a,.home #container #right .ce_collins_two_sided_block.flip-container .back .buttonContainer .btn a,.insidePage #container #mainouter #main .ce_collins_two_sided_block.flip-container .back .buttonContainer .btn a,.insidePage #container #left .ce_collins_two_sided_block.flip-container .back .buttonContainer .btn a,.insidePage #container #right .ce_collins_two_sided_block.flip-container .back .buttonContainer .btn a{text-align:center;background-color:#1e355e;padding:10px 5px;color:#fff;text-transform:uppercase;font-size:12px;width:80%;display:block;margin:0 auto;cursor:pointer;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease}.home #container #mainouter #main .ce_collins_two_sided_block.flip-container .back .buttonContainer .btn a:hover,.home #container #left .ce_collins_two_sided_block.flip-container .back .buttonContainer .btn a:hover,.home #container #right .ce_collins_two_sided_block.flip-container .back .buttonContainer .btn a:hover,.insidePage #container #mainouter #main .ce_collins_two_sided_block.flip-container .back .buttonContainer .btn a:hover,.insidePage #container #left .ce_collins_two_sided_block.flip-container .back .buttonContainer .btn a:hover,.insidePage #container #right .ce_collins_two_sided_block.flip-container .back .buttonContainer .btn a:hover{background:#6a9bed}.home #container #mainouter #main .ce_collins_two_sided_block.flip-container .back .buttonContainer.numButtons2 .btn,.home #container #left .ce_collins_two_sided_block.flip-container .back .buttonContainer.numButtons2 .btn,.home #container #right .ce_collins_two_sided_block.flip-container .back .buttonContainer.numButtons2 .btn,.insidePage #container #mainouter #main .ce_collins_two_sided_block.flip-container .back .buttonContainer.numButtons2 .btn,.insidePage #container #left .ce_collins_two_sided_block.flip-container .back .buttonContainer.numButtons2 .btn,.insidePage #container #right .ce_collins_two_sided_block.flip-container .back .buttonContainer.numButtons2 .btn{width:49%}}@media screen and (min-width:641px){.mod_videoreader.column:first-child{padding-left:10px}.mod_videoreader.column:last-child{padding-left:10px}.mod_videoreader p.back{display:none}}@media screen and (min-width:0px){.videoLoop{width:100%;min-height:400px;display:inline-block;text-align:center;position:relative;overflow:hidden}.videoLoop .videoOverlay{display:none !important;opacity:0;position:absolute;left:0;top:0;width:100%;height:100%;z-index:5;background-color:#90acdd}.home .videoLoop .videoOverlay{background-color:#3f63a3}.videoLoop .inner{position:absolute;left:0;top:0;height:100%;width:100%}.videoLoop .inner video{display:block;position:absolute;top:0;left:50%;right:0;height:100%;width:auto;margin:0 auto;z-index:1;-webkit-backface-visibility:hidden;-webkit-transform:translate3d(-50%, 0, 0);-moz-transform:translate3d(-50%, 0, 0);-o-transform:translate3d(-50%, 0, 0);-ms-transform:translate3d(-50%, 0, 0);transform:translate3d(-50%, 0, 0)}.videoLoop .inner video::-webkit-media-controls{display:none !important}.insidePage.ie9 .videoLoop .inner video{left:0;height:100%;width:auto}}@media screen and (min-width:641px){.videoLoop .inner video{height:auto;width:100%}}#contao-debug{display:none}
@media (min-width:0px){#fixedMainSiteLink{display:none;position:fixed;z-index:33;width:720px;height:450px;overflow:hidden;right:0;bottom:0}#fixedMainSiteLink .gradient{content:"";position:absolute;bottom:-140px;right:-220px;z-index:2;width:720px;height:400px;display:none;background:linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 4%, rgba(0, 0, 0, 0.5) 18%, rgba(0, 0, 0, 0.55) 20%, rgba(0, 0, 0, 0.8) 25%, black 45%);background:-moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 4%, rgba(0, 0, 0, 0.5) 18%, rgba(0, 0, 0, 0.55) 20%, rgba(0, 0, 0, 0.8) 25%, black 45%);background:-webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 4%, rgba(0, 0, 0, 0.5) 18%, rgba(0, 0, 0, 0.55) 20%, rgba(0, 0, 0, 0.8) 25%, black 45%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a6000000",GradientType=1);transform:rotate(-40deg);-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%}.ie #fixedMainSiteLink .gradient{background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 45%)}#fixedMainSiteLink .hideAfterDelay{display:none}#fixedMainSiteLink .hideAfterDelayImage{position:absolute;z-index:4;bottom:-15px;right:75px;width:80px;height:70px}#fixedMainSiteLink .hideAfterDelayText{position:absolute;z-index:4;right:10px;width:170px;bottom:80px;color:#fff;font-size:24px}#fixedMainSiteLink .hideAfterDelayText p{line-height:120%;font-size:24px;color:#fff}#fixedMainSiteLink .hideAfterDelayText em{color:#eba810}#fixedMainSiteLink .bubbleButton{width:60px;position:absolute;bottom:5px;right:5px;z-index:10}}
