@charset "UTF-8";
.logo-style, #top #logo {
  /**/ }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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/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 when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: 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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

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

/*!
Typeplate : Starter Kit
URL ........... http://typeplate.com
Version ....... 2.1.0
Github ........ https://github.com/typeplate/starter-kit
Authors ....... Dennis Gaebel (@gryghostvisuals) & Zachary Kain (@zakkain)
License ....... Creative Commmons Attribution 3.0
License URL ... https://github.com/typeplate/starter-kit/blob/master/license.txt
*/
@font-face {
  font-family: "Ampersand";
  src: local("Georgia"), local("Garamond"), local("Palatino"), local("Book Antiqua");
  unicode-range: U+0026; }

@font-face {
  font-family: "Ampersand";
  src: local("Georgia");
  unicode-range: U+270C; }

.typl8-tera, .typl8-giga, .typl8-mega, h1, .typl8-alpha, h2, .typl8-beta, h3, .typl8-gamma, h4, .typl8-delta, h5, .typl8-epsilon, .typl8-zeta, h6 {
  text-rendering: optimizeLegibility;
  line-height: 1;
  margin-top: 0;
  color: #222; }

blockquote + figcaption cite {
  display: block;
  font-size: inherit;
  text-align: right; }

body {
  word-wrap: break-word; }

pre code {
  word-wrap: normal; }

html {
  font: normal 112.5%/1.65 "CooperHewitt-Medium", sans-serif; }

body {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  color: #272727; }

.typl8-tera {
  font-size: 117px;
  font-size: 6.5rem;
  margin-bottom: 70.90909px;
  margin-bottom: 3.93939rem; }

.typl8-giga {
  font-size: 90px;
  font-size: 5rem;
  margin-bottom: 54.54545px;
  margin-bottom: 3.0303rem; }

.typl8-mega, h1 {
  font-size: 72px;
  font-size: 4rem;
  margin-bottom: 43.63636px;
  margin-bottom: 2.42424rem; }

.typl8-alpha, h2 {
  font-size: 60px;
  font-size: 3.33333rem;
  margin-bottom: 36.36364px;
  margin-bottom: 2.0202rem; }

.typl8-beta, h3 {
  font-size: 48px;
  font-size: 2.66667rem;
  margin-bottom: 29.09091px;
  margin-bottom: 1.61616rem; }

.typl8-gamma, h4 {
  font-size: 36px;
  font-size: 2rem;
  margin-bottom: 21.81818px;
  margin-bottom: 1.21212rem; }

.typl8-delta, h5 {
  font-size: 24px;
  font-size: 1.33333rem;
  margin-bottom: 14.54545px;
  margin-bottom: 0.80808rem; }

.typl8-epsilon {
  font-size: 21px;
  font-size: 1.16667rem;
  margin-bottom: 12.72727px;
  margin-bottom: 0.70707rem; }

.typl8-zeta, h6 {
  font-size: 18px;
  font-size: 1rem;
  margin-bottom: 10.90909px;
  margin-bottom: 0.60606rem; }

p {
  margin: auto auto 1.5em; }

small {
  font-size: 65%; }

input,
abbr,
acronym,
blockquote,
code,
kbd,
q,
samp,
var {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

pre {
  white-space: pre; }
  pre code {
    white-space: -moz-pre-wrap;
    white-space: pre-wrap; }

code {
  white-space: pre;
  font-family: monospace; }

abbr {
  -webkit-font-variant: small-caps;
  -moz-font-variant: small-caps;
  -ms-font-variant: small-caps;
  font-variant: small-caps;
  font-weight: 600;
  text-transform: lowercase;
  color: gray; }
  abbr[title]:hover {
    cursor: help; }

.typl8-drop-cap:first-letter {
  float: left;
  margin: 10px 10px 0 0;
  padding: 0 20px;
  font-size: 4em;
  font-family: inherit;
  line-height: 1;
  text-indent: 0;
  background: transparent;
  color: inherit; }

p + .typl8-drop-cap {
  text-indent: 0;
  margin-top: 0; }

/**
 * Lining Definition Style Markup
 *
  <dl class="typl8-lining">
    <dt><b></b></dt>
    <dd></dd>
  </dl>
 *
 * Extend this object into your markup.
 *
 */
.typl8-lining dt,
.typl8-lining dd {
  display: inline;
  margin: 0; }

.typl8-lining dt + dt:before,
.typl8-lining dd + dt:before {
  content: "\A";
  white-space: pre; }

.typl8-lining dd + dd:before {
  content: ", "; }

.typl8-lining dd:before {
  content: ": ";
  margin-left: -0.2rem; }

/**
 * Dictionary Definition Style Markup
 *
  <dl class="typl8-dictionary-style">
    <dt><b></b></dt>
    <dd></dd>
  </dl>
 *
 * Extend this object into your markup.
 *
 */
.typl8-dictionary-style dt {
  display: inline;
  counter-reset: definitions; }
  .typl8-dictionary-style dt + dt:before {
    content: ", ";
    margin-left: -0.2rem; }

.typl8-dictionary-style dd {
  display: block;
  counter-increment: definitions; }
  .typl8-dictionary-style dd:before {
    content: counter(definitions, decimal) ". "; }

/**
 * Blockquote Markup
 *
    <figure>
      <blockquote cite="">
        <p></p>
      </blockquote>
      <figcaption>
        <cite>
          <small><a href=""></a></small>
        </cite>
      </figcaption>
    </figure>
 *
 * Extend this object into your markup.
 *
 */
/**
 * Pull Quotes Markup
 *
  <aside class="typl8-pull-quote">
    <blockquote>
      <p></p>
    </blockquote>
  </aside>
 *
 * Extend this object into your custom stylesheet.
 *
 */
.typl8-pull-quote {
  position: relative;
  padding: 1em; }
  .typl8-pull-quote:before, .typl8-pull-quote:after {
    height: 1em;
    opacity: 0.5;
    position: absolute;
    font-size: 4em;
    color: #dc976e; }
  .typl8-pull-quote:before {
    content: '“';
    top: 0;
    left: 0; }
  .typl8-pull-quote:after {
    content: '”';
    bottom: 0;
    right: 0; }

/**
 * Figures Markup
 *
  <figure>
    <figcaption>
      <strong>Fig. X.X | </strong><cite title=""></cite>
    </figcaption>
  </figure>
 *
 * Extend this object into your markup.
 *
 */
/**
 * Footnote Markup : Replace 'X' with your unique number for each footnote
 *
  <article>
    <p><sup><a href="#fn-itemX" id="fn-returnX"></a></sup></p>
    <footer>
      <ol class="foot-notes">
        <li id="fn-itemX"><a href="#fn-returnX">↩</a></li>
      </ol>
    </footer>
  </article>
 *
 * Extend this object into your markup.
 *
 */
@font-face {
  font-family: "unox-icons";
  src: url("../css/fonts/unox-icons/unox-icons.eot");
  src: url("../css/fonts/unox-icons/unox-icons.eot?#iefix") format("eot"), url("../css/fonts/unox-icons/unox-icons.woff") format("woff"), url("../css/fonts/unox-icons/unox-icons.ttf") format("truetype"), url("../css/fonts/unox-icons/unox-icons.svg#unox-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

.unox-icons:before, .station-search .search-container .search-field-wrapper .close-search-suggestions:before, .agent-search .search-container .search-field-wrapper .close-search-suggestions:before, .external-news .external-news-list li div a:before {
  display: inline-block;
  font-family: "unox-icons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.unox-icons-info:before {
  content: "\E001"; }

.unox-icons-right-arrow:before, .external-news .external-news-list li div a:before {
  content: "\E002"; }

.unox-icons-close:before, .station-search .search-container .search-field-wrapper .close-search-suggestions:before, .agent-search .search-container .search-field-wrapper .close-search-suggestions:before {
  content: "\E003"; }

@font-face {
  font-family: "CooperHewitt-Thin";
  src: url("./fonts/cooperhewitt/CooperHewitt-Thin.eot");
  src: url("./fonts/cooperhewitt/CooperHewitt-Thin.eot?#iefix") format("eot"), url("./fonts/cooperhewitt/CooperHewitt-Thin.woff") format("woff"), url("./fonts/cooperhewitt/CooperHewitt-Thin.ttf") format("truetype"), url("./fonts/cooperhewitt/CooperHewitt-Thin#CooperHewitt-Thin") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "CooperHewitt-ThinItalic";
  src: url("./fonts/cooperhewitt/CooperHewitt-ThinItalic.eot");
  src: url("./fonts/cooperhewitt/CooperHewitt-ThinItalic.eot?#iefix") format("eot"), url("./fonts/cooperhewitt/CooperHewitt-ThinItalic.woff") format("woff"), url("./fonts/cooperhewitt/CooperHewitt-ThinItalic.ttf") format("truetype"), url("./fonts/cooperhewitt/CooperHewitt-ThinItalic#CooperHewitt-ThinItalic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "CooperHewitt-Light";
  src: url("./fonts/cooperhewitt/CooperHewitt-Light.eot");
  src: url("./fonts/cooperhewitt/CooperHewitt-Light.eot?#iefix") format("eot"), url("./fonts/cooperhewitt/CooperHewitt-Light.woff") format("woff"), url("./fonts/cooperhewitt/CooperHewitt-Light.ttf") format("truetype"), url("./fonts/cooperhewitt/CooperHewitt-Light#CooperHewitt-Light") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "CooperHewitt-LightItalic";
  src: url("./fonts/cooperhewitt/CooperHewitt-LightItalic.eot");
  src: url("./fonts/cooperhewitt/CooperHewitt-LightItalic.eot?#iefix") format("eot"), url("./fonts/cooperhewitt/CooperHewitt-LightItalic.woff") format("woff"), url("./fonts/cooperhewitt/CooperHewitt-LightItalic.ttf") format("truetype"), url("./fonts/cooperhewitt/CooperHewitt-LightItalic#CooperHewitt-LightItalic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "CooperHewitt-Book";
  src: url("./fonts/cooperhewitt/CooperHewitt-Book.eot");
  src: url("./fonts/cooperhewitt/CooperHewitt-Book.eot?#iefix") format("eot"), url("./fonts/cooperhewitt/CooperHewitt-Book.woff") format("woff"), url("./fonts/cooperhewitt/CooperHewitt-Book.ttf") format("truetype"), url("./fonts/cooperhewitt/CooperHewitt-Book#CooperHewitt-Book") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "CooperHewitt-BookItalic";
  src: url("./fonts/cooperhewitt/CooperHewitt-BookItalic.eot");
  src: url("./fonts/cooperhewitt/CooperHewitt-BookItalic.eot?#iefix") format("eot"), url("./fonts/cooperhewitt/CooperHewitt-BookItalic.woff") format("woff"), url("./fonts/cooperhewitt/CooperHewitt-BookItalic.ttf") format("truetype"), url("./fonts/cooperhewitt/CooperHewitt-BookItalic#CooperHewitt-BookItalic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "CooperHewitt-Medium";
  src: url("./fonts/cooperhewitt/CooperHewitt-Medium.eot");
  src: url("./fonts/cooperhewitt/CooperHewitt-Medium.eot?#iefix") format("eot"), url("./fonts/cooperhewitt/CooperHewitt-Medium.woff") format("woff"), url("./fonts/cooperhewitt/CooperHewitt-Medium.ttf") format("truetype"), url("./fonts/cooperhewitt/CooperHewitt-Medium#CooperHewitt-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "CooperHewitt-MediumItalic";
  src: url("./fonts/cooperhewitt/CooperHewitt-MediumItalic.eot");
  src: url("./fonts/cooperhewitt/CooperHewitt-MediumItalic.eot?#iefix") format("eot"), url("./fonts/cooperhewitt/CooperHewitt-MediumItalic.woff") format("woff"), url("./fonts/cooperhewitt/CooperHewitt-MediumItalic.ttf") format("truetype"), url("./fonts/cooperhewitt/CooperHewitt-MediumItalic#CooperHewitt-MediumItalic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "CooperHewitt-Semibold";
  src: url("./fonts/cooperhewitt/CooperHewitt-Semibold.eot");
  src: url("./fonts/cooperhewitt/CooperHewitt-Semibold.eot?#iefix") format("eot"), url("./fonts/cooperhewitt/CooperHewitt-Semibold.woff") format("woff"), url("./fonts/cooperhewitt/CooperHewitt-Semibold.ttf") format("truetype"), url("./fonts/cooperhewitt/CooperHewitt-Semibold#CooperHewitt-Semibold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "CooperHewitt-SemiboldItalic";
  src: url("./fonts/cooperhewitt/CooperHewitt-SemiboldItalic.eot");
  src: url("./fonts/cooperhewitt/CooperHewitt-SemiboldItalic.eot?#iefix") format("eot"), url("./fonts/cooperhewitt/CooperHewitt-SemiboldItalic.woff") format("woff"), url("./fonts/cooperhewitt/CooperHewitt-SemiboldItalic.ttf") format("truetype"), url("./fonts/cooperhewitt/CooperHewitt-SemiboldItalic#CooperHewitt-SemiboldItalic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "CooperHewitt-Bold";
  src: url("./fonts/cooperhewitt/CooperHewitt-Bold.eot");
  src: url("./fonts/cooperhewitt/CooperHewitt-Bold.eot?#iefix") format("eot"), url("./fonts/cooperhewitt/CooperHewitt-Bold.woff") format("woff"), url("./fonts/cooperhewitt/CooperHewitt-Bold.ttf") format("truetype"), url("./fonts/cooperhewitt/CooperHewitt-Bold#CooperHewitt-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "CooperHewitt-BoldItalic";
  src: url("./fonts/cooperhewitt/CooperHewitt-BoldItalic.eot");
  src: url("./fonts/cooperhewitt/CooperHewitt-BoldItalic.eot?#iefix") format("eot"), url("./fonts/cooperhewitt/CooperHewitt-BoldItalic.woff") format("woff"), url("./fonts/cooperhewitt/CooperHewitt-BoldItalic.ttf") format("truetype"), url("./fonts/cooperhewitt/CooperHewitt-BoldItalic#CooperHewitt-BoldItalic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "CooperHewitt-Heavy";
  src: url("./fonts/cooperhewitt/CooperHewitt-Heavy.eot");
  src: url("./fonts/cooperhewitt/CooperHewitt-Heavy.eot?#iefix") format("eot"), url("./fonts/cooperhewitt/CooperHewitt-Heavy.woff") format("woff"), url("./fonts/cooperhewitt/CooperHewitt-Heavy.ttf") format("truetype"), url("./fonts/cooperhewitt/CooperHewitt-Heavy#CooperHewitt-Heavy") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "CooperHewitt-HeavyItalic";
  src: url("./fonts/cooperhewitt/CooperHewitt-HeavyItalic.eot");
  src: url("./fonts/cooperhewitt/CooperHewitt-HeavyItalic.eot?#iefix") format("eot"), url("./fonts/cooperhewitt/CooperHewitt-HeavyItalic.woff") format("woff"), url("./fonts/cooperhewitt/CooperHewitt-HeavyItalic.ttf") format("truetype"), url("./fonts/cooperhewitt/CooperHewitt-HeavyItalic#CooperHewitt-HeavyItalic") format("svg");
  font-weight: normal;
  font-style: normal; }

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
These "retina group" variables are mappings for the naming and pairing of normal and retina sprites.

The list formatted variables are intended for mixins like `retina-sprite` and `retina-sprites`.
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `retina-sprite` mixin sets up rules and a media query for a sprite/retina sprite.
  It should be used with a "retina group" variable.

The media query is from CSS Tricks: https://css-tricks.com/snippets/css/retina-display-media-query/

$icon-home-group: ('icon-home', $icon-home, $icon-home-2x, );

.icon-home {
  @include retina-sprite($icon-home-group);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
/*
The `retina-sprites` mixin generates a CSS rule and media query for retina groups
  This yields the same output as CSS retina template but can be overridden in SCSS

@include retina-sprites($retina-groups);
*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box; }

body {
  background: #f3f3f3;
  font-family: "CooperHewitt-Medium"; }

[data-portal-component-type="image"] {
  margin: 3.5em 0; }
  [data-portal-component-type="image"] img {
    display: block; }
  [data-portal-component-type="image"] figcaption {
    padding: 10px 20px;
    font-size: 13px;
    font-size: 0.72222rem; }

[data-portal-component-type="text"] {
  font-family: "CooperHewitt-Book";
  font-size: 20px;
  font-size: 1.11111rem; }
  [data-portal-component-type="text"] h1 {
    font-family: "CooperHewitt-Bold";
    font-size: 40px;
    font-size: 2.22222rem;
    color: #272727;
    font-weight: normal;
    margin-bottom: 1.2rem;
    margin: 24px 0 35px 0;
    padding: 0; }
    @media (max-width: 1024px) {
      [data-portal-component-type="text"] h1 {
        font-size: 30px;
        font-size: 1.66667rem; } }
  [data-portal-component-type="text"] h2 {
    font-size: 28px;
    font-size: 1.55556rem;
    color: #272727;
    font-family: "CooperHewitt-Bold";
    font-weight: normal;
    margin-bottom: 1.2rem; }
    @media (max-width: 1024px) {
      [data-portal-component-type="text"] h2 {
        font-size: 24px;
        font-size: 1.33333rem; } }
  [data-portal-component-type="text"] h3 {
    font-size: 24px;
    font-size: 1.33333rem;
    color: #272727;
    font-family: "CooperHewitt-Bold";
    font-weight: normal;
    margin-bottom: 1.2rem; }
    @media (max-width: 1024px) {
      [data-portal-component-type="text"] h3 {
        font-size: 22px;
        font-size: 1.22222rem; } }
  [data-portal-component-type="text"] h4 {
    font-size: 20px;
    font-size: 1.11111rem;
    color: #272727;
    font-family: "CooperHewitt-Bold";
    font-weight: normal;
    margin-bottom: 1.2rem; }
    @media (max-width: 1024px) {
      [data-portal-component-type="text"] h4 {
        font-size: 18px;
        font-size: 1rem; } }
  [data-portal-component-type="text"] h5 {
    font-size: 18px;
    font-size: 1rem;
    color: #272727;
    font-family: "CooperHewitt-Bold";
    font-weight: normal;
    margin-bottom: 1.2rem; }
    @media (max-width: 1024px) {
      [data-portal-component-type="text"] h5 {
        font-size: 18px;
        font-size: 1rem; } }
  [data-portal-component-type="text"] h6 {
    font-size: 18px;
    font-size: 1rem;
    color: #272727;
    font-family: "CooperHewitt-Bold";
    font-weight: normal;
    margin-bottom: 1.2rem; }
    @media (max-width: 1024px) {
      [data-portal-component-type="text"] h6 {
        font-size: 18px;
        font-size: 1rem; } }
  [data-portal-component-type="text"] img {
    max-width: 100%;
    height: auto;
    width: auto; }
  [data-portal-component-type="text"] blockquote {
    position: relative;
    padding: 50px 30px 10px 30px;
    font-family: "CooperHewitt-SemiboldItalic";
    margin: 0; }
    [data-portal-component-type="text"] blockquote:before {
      content: '”';
      position: absolute;
      font-family: Helvetica, Arial;
      left: 0px;
      font-size: 40px;
      font-size: 2.22222rem;
      top: 20px; }
  [data-portal-component-type="text"] .date {
    font-family: "CooperHewitt-Semibold";
    text-transform: uppercase;
    font-size: 10px;
    font-size: 0.55556rem;
    color: #febd11;
    display: block;
    margin-bottom: 20px; }
  [data-portal-component-type="text"] .ingress {
    font-family: "CooperHewitt-Semibold";
    color: #272727;
    margin-bottom: 18px;
    margin-top: 4px; }
  [data-portal-component-type="text"] p {
    margin-bottom: 18px; }
    @media (max-width: 1024px) {
      [data-portal-component-type="text"] p {
        font-size: 18px;
        font-size: 1rem; } }
    [data-portal-component-type="text"] p ~ h1, [data-portal-component-type="text"] p ~ h2, [data-portal-component-type="text"] p ~ h3, [data-portal-component-type="text"] p ~ h4, [data-portal-component-type="text"] p ~ h5, [data-portal-component-type="text"] p ~ h6 {
      margin-top: 2.4rem; }
  [data-portal-component-type="text"] ul {
    padding-left: 20px;
    margin-bottom: 18px; }
    [data-portal-component-type="text"] ul li {
      list-style: inside disc; }
  [data-portal-component-type="text"] ol {
    padding-left: 20px;
    margin-bottom: 18px; }
    [data-portal-component-type="text"] ol li {
      list-style: inside decimal; }
  [data-portal-component-type="text"] figure {
    margin: 3.5em 0;
    border: 3px solid #f2f2f2; }
    [data-portal-component-type="text"] figure img {
      display: block; }
    [data-portal-component-type="text"] figure figcaption {
      padding: 10px 20px 10px 20px;
      font-size: 13px;
      font-size: 0.72222rem; }
  [data-portal-component-type="text"] strong {
    font-family: "CooperHewitt-Bold"; }
  [data-portal-component-type="text"] a {
    border-bottom: 2px solid #ffbd11;
    text-decoration: none; }
  [data-portal-component-type="text"] p {
    max-width: 800px;
    margin-left: 0; }

.browserupgrade {
  background: #f2f2f2;
  text-align: center;
  padding: 10px 0;
  font-size: 12px;
  font-size: 0.75rem; }

.section-title {
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 10px; }
  .section-title + .section-subtitle {
    margin-top: 0;
    color: #febd11; }

.section-subtitle {
  font-size: 14px;
  font-size: 0.875rem; }

.flex-container {
  display: -ms-flexbox;
  display: flex; }
  .flex-container > * {
    -ms-flex: 1;
        flex: 1; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

#main .layout-columns {
  padding-top: 70px; }
  @media (max-width: 1024px) {
    #main .layout-columns {
      padding-top: 0; } }

#main .layout-columns + .layout-columns {
  padding-top: 0; }
  #main .layout-columns + .layout-columns .inner {
    padding-top: 0; }

.layout-columns {
  display: block;
  overflow: hidden; }
  .layout-columns > .inner {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff; }
    .layout-columns > .inner > .col {
      float: left;
      min-height: 1px; }
      .layout-columns > .inner > .col:last-child {
        margin-bottom: 0; }
  .layout-columns.col-1 > .inner {
    background: #fff; }
    .layout-columns.col-1 > .inner .col {
      padding: 83px 157px;
      float: none;
      width: 100%; }
      @media (max-width: 1024px) {
        .layout-columns.col-1 > .inner .col {
          padding: 83px 78px; } }
      @media (max-width: 900px) {
        .layout-columns.col-1 > .inner .col {
          padding: 43px 20px; } }
  .layout-columns.col-2 > .inner {
    background: #fff; }
    .layout-columns.col-2 > .inner .col-left {
      padding: 0px 10px 83px 157px;
      float: left;
      width: 50%; }
      @media (max-width: 1024px) {
        .layout-columns.col-2 > .inner .col-left {
          padding: 83px 10px 83px 78px; } }
      @media (max-width: 900px) {
        .layout-columns.col-2 > .inner .col-left {
          padding: 43px 20px;
          float: none;
          width: 100%; } }
    .layout-columns.col-2 > .inner .col-right {
      padding: 0px 157px 83px 10px;
      float: left;
      width: 50%; }
      @media (max-width: 1024px) {
        .layout-columns.col-2 > .inner .col-right {
          padding: 83px 78px 83px 10px; } }
      @media (max-width: 900px) {
        .layout-columns.col-2 > .inner .col-right {
          padding: 43px 20px;
          float: none;
          width: 100%; } }
  .layout-columns.grey > .inner {
    background-color: #f3f3f3; }

#main .layout-columns + .layout-columns .col-left, #main .layout-columns + .layout-columns .col-right {
  padding-top: 0; }

form {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-direction: column;
      flex-direction: column;
  justify-self: center; }
  form .formline {
    -ms-flex: 1 auto;
        flex: 1 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 10px; }
    form .formline:last-of-type {
      margin-bottom: 0; }
    form .formline input[type=text],
    form .formline input[type=email],
    form .formline textarea {
      -ms-flex: 1 auto;
          flex: 1 auto;
      border: none;
      margin-right: 10px;
      text-transform: none;
      font-size: 10px;
      font-size: 0.625rem;
      line-height: normal;
      padding: 10px 10px 6px 10px; }
      form .formline input[type=text]:last-of-type,
      form .formline input[type=email]:last-of-type,
      form .formline textarea:last-of-type {
        margin-right: 0; }
      form .formline input[type=text]::-moz-placeholder,
      form .formline input[type=email]::-moz-placeholder,
      form .formline textarea::-moz-placeholder {
        color: rgba(0, 0, 0, 0.5); }
      form .formline input[type=text]:-ms-input-placeholder,
      form .formline input[type=email]:-ms-input-placeholder,
      form .formline textarea:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.5); }
      form .formline input[type=text]::placeholder,
      form .formline input[type=email]::placeholder,
      form .formline textarea::placeholder {
        color: rgba(0, 0, 0, 0.5); }
      form .formline input[type=text].error,
      form .formline input[type=email].error,
      form .formline textarea.error {
        padding: 9px;
        border: 1px solid #990000; }
  form.white input[type=text],
  form.white input[type=email],
  form.white textarea {
    background-color: #fff; }

.button {
  display: inline-block;
  background-color: #fff;
  color: #2f3135;
  padding: 10px 50px 6px;
  text-transform: uppercase;
  font-family: "CooperHewitt-Medium";
  font-size: 10px;
  font-size: 0.625rem;
  text-decoration: none;
  border: 1px solid #ddd;
  white-space: nowrap; }
  .button.yellow {
    background-color: #febd11;
    color: #8c6527;
    border: none;
    padding: 11px 51px 7px; }
  .button.border {
    border: 2px solid #f3f3f3;
    color: #2f3135;
    padding: 8px 48px 4px; }
  .button.centered {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin: 0 auto;
    width: auto; }
    @media (max-width: 1600px) {
      .button.centered {
        max-width: 1400px; } }
    @media (max-width: 1200px) {
      .button.centered {
        max-width: 1000px; } }
  .button.disabled {
    opacity: 0.5; }

footer {
  padding: 50px 20px;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  color: #2f3135;
  font-size: 12px;
  font-size: 0.75rem;
  overflow: hidden; }
  @media (max-width: 1600px) {
    footer {
      max-width: 1400px; } }
  @media (max-width: 1200px) {
    footer {
      max-width: 1000px; } }
  footer .col {
    padding-right: 20px;
    width: 33%;
    display: block;
    float: left; }
    footer .col h2 {
      font-size: 22px;
      font-size: 1.375rem; }
    footer .col ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      footer .col ul li {
        margin: 0 0 20px; }
        footer .col ul li:last-child {
          margin-bottom: 0; }
        footer .col ul li .phone {
          text-decoration: none;
          color: #2f3135;
          font-size: 16px;
          font-size: 1rem;
          letter-spacing: 1.5px; }
      footer .col ul.social li {
        display: block;
        margin-right: 10px; }
        footer .col ul.social li:last-of-type {
          margin-right: 0; }
        footer .col ul.social li a {
          text-decoration: none;
          display: block; }
          footer .col ul.social li a.facebook {
            background-image: url(../images/spritemap.png);
            background-position: -148px -77px;
            width: 25px;
            height: 25px; }
            @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
              footer .col ul.social li a.facebook {
                background-image: url(../images/spritemap-2x.png);
                background-size: 188px 171px; } }
          footer .col ul.social li a.twitter {
            background-image: url(../images/spritemap.png);
            background-position: -38px -114px;
            width: 25px;
            height: 25px; }
            @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
              footer .col ul.social li a.twitter {
                background-image: url(../images/spritemap-2x.png);
                background-size: 188px 171px; } }
          footer .col ul.social li a.instagram {
            background-image: url(../images/spritemap.png);
            background-position: -108px -114px;
            width: 25px;
            height: 25px; }
            @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
              footer .col ul.social li a.instagram {
                background-image: url(../images/spritemap-2x.png);
                background-size: 188px 171px; } }
          footer .col ul.social li a.youtube {
            background-image: url(../images/spritemap.png);
            background-position: -148px 0px;
            width: 40px;
            height: 25px; }
            @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
              footer .col ul.social li a.youtube {
                background-image: url(../images/spritemap-2x.png);
                background-size: 188px 171px; } }
    footer .col:last-child {
      padding-right: 0; }
  @media (max-width: 1024px) {
    footer .col {
      margin-bottom: 2rem; }
    footer .newsletter .formline {
      display: block;
      text-align: center; }
    footer .newsletter input[type=text] {
      width: 100%;
      display: block; }
    footer .newsletter input[type=submit] {
      margin-top: 10px;
      display: inline-block; }
    footer .social {
      text-align: justify; }
      footer .social:after {
        width: 100%;
        display: inline-block;
        content: ".";
        visibility: hidden; }
      footer .social li {
        display: inline-block; }
        footer .social li a {
          border-bottom: 2px solid #febd11; }
    footer .columns-container {
      display: block; }
    footer .col {
      width: 100%;
      margin-right: 0; } }
  footer .privacy {
    margin: 40px 0 0 0;
    text-align: center; }

/* Misc elements */
a {
  color: #2f3135; }
  a.emphasize {
    border-bottom: 2px solid #febd11;
    text-decoration: none; }

.station-infowindow > div {
  padding: 20px 20px 0 20px; }
  .station-infowindow > div h2 {
    font-family: "CooperHewitt-Bold";
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 0; }
  .station-infowindow > div .directions {
    display: block;
    margin-bottom: 5px; }

.mot-logo {
  display: inline-block;
  vertical-align: baseline;
  background-image: url(../images/spritemap.png);
  background-position: 0px -48px;
  width: 67px;
  height: 56px;
  margin-bottom: 1.5em; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .mot-logo {
      background-image: url(../images/spritemap-2x.png);
      background-size: 188px 171px; } }

.link-to-back {
  font-size: 13px;
  font-size: 0.8125rem; }

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

.loader-message {
  font-size: 10px;
  font-size: 0.625rem;
  color: #fff; }
  .loader-message:before {
    content: '';
    background-image: url(../images/spritemap.png);
    background-position: -25px -156px;
    width: 12px;
    height: 12px;
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    margin-right: 3px;
    animation-name: animate-rotate;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .loader-message:before {
        background-image: url(../images/spritemap-2x.png);
        background-size: 188px 171px; } }

.page-intro {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  width: 100%;
  margin: 0 auto;
  padding: 240px 20px 150px 20px; }
  @media (max-width: 1600px) {
    .page-intro {
      max-width: 1400px; } }
  @media (max-width: 1200px) {
    .page-intro {
      max-width: 1000px; } }
  .page-intro > * {
    max-width: 980px; }
  .page-intro h1 {
    font-size: 30px;
    font-size: 1.875rem;
    margin: 0 0 10px 0;
    font-weight: normal; }
  .page-intro h2 {
    color: #febd11;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 0 25px 0;
    font-weight: normal; }
  .page-intro p {
    margin-left: 0;
    font-family: "CooperHewitt-Medium";
    font-size: 28px;
    font-size: 1.75rem; }

.part-no-content {
  display: none; }

body[data-live-edit-id="1"] .part-no-content {
  display: block;
  padding: 150px;
  box-sizing: border-box;
  background: red;
  color: #fff; }

.contact-form {
  background-color: #f3f3f3;
  padding: 0;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .contact-form > .toggle {
    -ms-flex: 1 auto;
        flex: 1 auto;
    display: block;
    overflow: hidden;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #dedddd;
    text-align: center;
    padding: 30px 0 20px 0;
    cursor: pointer; }
    .contact-form > .toggle > .title {
      font-size: 18px;
      font-size: 1.125rem;
      margin: 0 0 10px;
      padding: 0;
      font-family: "CooperHewitt-Bold"; }
    .contact-form > .toggle > .sub {
      color: #febd11;
      font-size: 10px;
      font-size: 0.625rem;
      text-transform: uppercase;
      margin: 0;
      padding: 0; }
    .contact-form > .toggle.active {
      border-bottom: 1px solid #dedddd; }
      .contact-form > .toggle.active + form {
        display: -ms-flexbox;
        display: flex; }
  .contact-form form {
    display: none;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 500px;
    max-width: 100%;
    justify-self: center;
    margin: 50px 0; }
  .contact-form .feedback-container p {
    text-align: center; }
  .contact-form .feedback-container .error {
    color: red; }

#top {
  background: #fff;
  border-bottom: 2px solid #ececec;
  position: relative; }
  #top #main-menu {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    text-align: left; }
    #top #main-menu #mobile-menu {
      display: none; }
      @media (min-width: 1025px) {
        #top #main-menu #mobile-menu {
          display: none !important; } }
    #top #main-menu #desktop-menu {
      display: block; }
      @media (max-width: 1024px) {
        #top #main-menu #desktop-menu {
          display: none; } }
    @media (max-width: 1600px) {
      #top #main-menu {
        max-width: 1400px; } }
    @media (max-width: 1200px) {
      #top #main-menu {
        max-width: 1000px; } }
    #top #main-menu .burger {
      box-sizing: content-box;
      width: 25px;
      height: 20px;
      padding: 35px 0 22px 0;
      display: inline-block;
      position: relative;
      margin-left: 20px; }
      @media (min-width: 1025px) {
        #top #main-menu .burger {
          display: none; } }
      #top #main-menu .burger > span {
        height: 2px;
        background: #000;
        width: 100%;
        display: block; }
        #top #main-menu .burger > span:not(:last-child) {
          margin-bottom: 5px; }
    #top #main-menu > ul {
      font-size: 13px;
      font-size: 0.72222rem; }
      @media (max-width: 1024px) {
        #top #main-menu > ul {
          display: none; } }
      #top #main-menu > ul > li {
        list-style: none;
        display: inline-block; }
        #top #main-menu > ul > li:not(:first-child) {
          margin-left: -3px; }
        #top #main-menu > ul > li > a {
          position: relative;
          text-decoration: none;
          text-transform: uppercase;
          color: #2e2e34;
          display: block;
          padding: 32px 20px 29px 20px;
          transition-property: color;
          transition-duration: .3s;
          font-family: "CooperHewitt-Medium"; }
          #top #main-menu > ul > li > a.active {
            font-family: "CooperHewitt-Bold"; }
          #top #main-menu > ul > li > a:after {
            opacity: 0;
            position: absolute;
            content: "";
            display: block;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            right: 0;
            width: 30px;
            height: 4px;
            background: #ffbd11;
            z-index: 12; }
          #top #main-menu > ul > li > a > img {
            vertical-align: middle; }
          #top #main-menu > ul > li > a:hover {
            color: #acacb5; }
          #top #main-menu > ul > li > a + .sub-menu {
            display: none;
            background: #262626;
            position: absolute;
            left: 0;
            right: 0;
            z-index: 10;
            transform-origin: top center; }
            #top #main-menu > ul > li > a + .sub-menu ul {
              max-width: 1600px;
              width: 100%;
              margin: 0 auto;
              text-align: left; }
              @media (max-width: 1600px) {
                #top #main-menu > ul > li > a + .sub-menu ul {
                  max-width: 1400px; } }
              @media (max-width: 1200px) {
                #top #main-menu > ul > li > a + .sub-menu ul {
                  max-width: 1000px; } }
              #top #main-menu > ul > li > a + .sub-menu ul li {
                list-style: none;
                display: inline-block; }
                #top #main-menu > ul > li > a + .sub-menu ul li a {
                  text-transform: uppercase;
                  text-decoration: none;
                  display: inline-block;
                  padding: 15px 30px 11px 30px;
                  color: #ddd;
                  font-family: "CooperHewitt-Medium";
                  transition-property: color;
                  transition-duration: .3s;
                  font-size: 13px;
                  font-size: 0.72222rem; }
                  #top #main-menu > ul > li > a + .sub-menu ul li a.active {
                    color: #fff;
                    font-family: "CooperHewitt-Bold"; }
                  #top #main-menu > ul > li > a + .sub-menu ul li a:hover {
                    color: #fff; }
          #top #main-menu > ul > li > a.active:after {
            opacity: 1; }
          #top #main-menu > ul > li > a.active + .sub-menu {
            display: block; }
  #top #logo {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    position: absolute;
    height: auto;
    display: inline-block;
    top: 24px;
    padding-right: 20px;
    text-align: right; }
    @media (max-width: 1600px) {
      #top #logo {
        max-width: 1400px; } }
    @media (max-width: 1200px) {
      #top #logo {
        max-width: 1000px; } }
    #top #logo #language-menu {
      font-size: 14px;
      font-size: 0.77778rem;
      font-family: "CooperHewitt-Medium";
      color: #272727;
      margin: 7px 20px 0 0;
      display: inline-block;
      vertical-align: top; }
      #top #logo #language-menu .language-link {
        text-decoration: none;
        padding: 3px; }
        #top #logo #language-menu .language-link:hover {
          text-decoration: underline; }
      #top #logo #language-menu .inactive-language {
        padding: 3px;
        color: #AAA9A8; }
    #top #logo #logo-link img {
      vertical-align: middle; }

footer:before {
  transform: translateY(-50px);
  content: "";
  border-top: 1px solid #ececec;
  position: absolute;
  left: 0;
  right: 0; }

body.menu-open {
  overflow: hidden;
  overflow-y: auto; }
  body.menu-open #top {
    border-bottom: 0; }
    body.menu-open #top #main-menu > #mobile-menu {
      border-top: 2px solid #d5d3d3;
      padding-top: 5px;
      position: relative;
      background: #fff;
      z-index: 20;
      left: 0;
      display: block;
      width: 100%;
      min-height: 100%;
      background: #fff; }
      body.menu-open #top #main-menu > #mobile-menu > li {
        margin: 0 20px;
        display: block;
        border-bottom: 1px solid #e5e5e5; }
        body.menu-open #top #main-menu > #mobile-menu > li a {
          text-align: center;
          display: block;
          padding: 17px 0 14px 0;
          font-size: 13px;
          font-size: 0.72222rem;
          font-family: "CooperHewitt-Medium"; }
          body.menu-open #top #main-menu > #mobile-menu > li a.active {
            color: #000;
            font-family: "CooperHewitt-Bold"; }
            body.menu-open #top #main-menu > #mobile-menu > li a.active:after {
              display: none; }
            body.menu-open #top #main-menu > #mobile-menu > li a.active + .sub-menu {
              background: #2f2e2e;
              display: block; }
              body.menu-open #top #main-menu > #mobile-menu > li a.active + .sub-menu ul li {
                border-color: #3f3f3f; }
                body.menu-open #top #main-menu > #mobile-menu > li a.active + .sub-menu ul li a.active {
                  color: #fff !important;
                  font-family: "CooperHewitt-Bold"; }
          body.menu-open #top #main-menu > #mobile-menu > li a.open {
            background: #2f2e2e;
            color: #fff !important; }
            body.menu-open #top #main-menu > #mobile-menu > li a.open + .sub-menu {
              background: #2f2e2e; }
          body.menu-open #top #main-menu > #mobile-menu > li a:not(.active) {
            color: #000; }
          body.menu-open #top #main-menu > #mobile-menu > li a.sub-active {
            color: #fff; }
        body.menu-open #top #main-menu > #mobile-menu > li .sub-menu {
          display: none;
          background: #fff;
          position: static; }
          body.menu-open #top #main-menu > #mobile-menu > li .sub-menu ul li {
            display: block;
            border-top: 1px solid #e5e5e5; }
            body.menu-open #top #main-menu > #mobile-menu > li .sub-menu ul li a {
              font-size: 13px;
              font-size: 0.72222rem;
              font-family: "CooperHewitt-Medium";
              text-align: center;
              display: block;
              padding: 10px 0;
              color: #262626; }
              body.menu-open #top #main-menu > #mobile-menu > li .sub-menu ul li a:not(.active) {
                color: #ccc; }

.station-search-wrapper, .agent-search-wrapper {
  position: relative;
  margin-bottom: 40px; }

.station-search-spacer {
  margin-top: -40px; }
  .station-search-spacer + :not(.fact-box) {
    margin-top: 40px; }

.station-search, .agent-search {
  min-height: 576px;
  height: 70vh;
  display: block;
  padding: 50px;
  position: relative;
  display: table;
  width: 100%; }
  @media (max-width: 480px) {
    .station-search, .agent-search {
      padding: 0; } }
  @media (max-width: 1024px) {
    .station-search.bg-image:after, .bg-image.agent-search:after {
      position: absolute;
      content: "";
      display: block;
      background: rgba(0, 0, 0, 0.2);
      height: 100%;
      width: 100%;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0; } }
  @media screen and (max-height: 768px) {
    .station-search, .agent-search {
      min-height: 400px; } }
  .station-search .bgn-cover-image, .agent-search .bgn-cover-image {
    display: none; }
  .station-search .search-container, .agent-search .search-container {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 10; }
    .station-search .search-container .title, .agent-search .search-container .title {
      display: block;
      color: #fff;
      font-family: "CooperHewitt-Bold";
      margin: 0 0 27px; }
      @media (max-width: 767px) {
        .station-search .search-container .title, .agent-search .search-container .title {
          font-size: 30px;
          font-size: 1.66667rem; } }
      @media (max-width: 480px) {
        .station-search .search-container .title, .agent-search .search-container .title {
          padding: 0 20px; } }
    .station-search .search-container .search-field-wrapper, .agent-search .search-container .search-field-wrapper {
      display: block;
      max-width: 440px;
      width: 100%;
      background-color: rgba(255, 255, 255, 0.9);
      border: 2px solid #fff;
      border-radius: 45px;
      padding: 8px 10px 8px 30px;
      position: relative;
      margin: 0 auto;
      transition-property: color, background;
      transition-duration: .3s;
      position: relative; }
      @media (max-width: 480px) {
        .station-search .search-container .search-field-wrapper, .agent-search .search-container .search-field-wrapper {
          border-radius: 0;
          margin: 0;
          max-width: none;
          border-left: 0;
          border-right: 0;
          border-bottom: 0; } }
      .station-search .search-container .search-field-wrapper:before, .agent-search .search-container .search-field-wrapper:before {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        content: '';
        background-image: url(../images/spritemap.png);
        background-position: -47px -156px;
        width: 12px;
        height: 12px; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          .station-search .search-container .search-field-wrapper:before, .agent-search .search-container .search-field-wrapper:before {
            background-image: url(../images/spritemap-2x.png);
            background-size: 188px 171px; } }
      .station-search .search-container .search-field-wrapper .close-search-suggestions, .agent-search .search-container .search-field-wrapper .close-search-suggestions {
        display: none;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%); }
        @media (max-width: 480px) {
          .station-search .search-container .search-field-wrapper .close-search-suggestions, .agent-search .search-container .search-field-wrapper .close-search-suggestions {
            right: 10px; } }
        .station-search .search-container .search-field-wrapper .close-search-suggestions:before, .agent-search .search-container .search-field-wrapper .close-search-suggestions:before {
          font-size: 12px;
          font-size: 0.66667rem; }
      .station-search .search-container .search-field-wrapper input, .agent-search .search-container .search-field-wrapper input {
        width: 100%;
        background-color: transparent;
        border: none;
        color: inherit;
        font-size: 14px;
        font-size: 0.875rem;
        outline: none;
        line-height: normal;
        font-family: "CooperHewitt-Bold";
        margin-top: 6px; }
        @media (max-width: 480px) {
          .station-search .search-container .search-field-wrapper input, .agent-search .search-container .search-field-wrapper input {
            padding: 5px 0; } }
        .station-search .search-container .search-field-wrapper input::-moz-placeholder, .agent-search .search-container .search-field-wrapper input::-moz-placeholder {
          color: #000; }
        .station-search .search-container .search-field-wrapper input:-ms-input-placeholder, .agent-search .search-container .search-field-wrapper input:-ms-input-placeholder {
          color: #000; }
        .station-search .search-container .search-field-wrapper input::placeholder, .agent-search .search-container .search-field-wrapper input::placeholder {
          color: #000; }
      .station-search .search-container .search-field-wrapper #geo-found-link, .agent-search .search-container .search-field-wrapper #geo-found-link {
        position: absolute;
        right: 0;
        display: block;
        top: -2px;
        height: 49px;
        line-height: 54px;
        padding: 0 20px;
        font-size: 14px;
        font-size: 0.875rem;
        text-transform: uppercase;
        border-left: 1px solid #d5d3d3;
        text-decoration: none;
        color: #b4b2b5;
        display: none; }
    .station-search .search-container.selected, .agent-search .search-container.selected {
      background-color: #fff; }
  .station-search .outer-search-container, .agent-search .outer-search-container {
    position: relative;
    max-width: 440px;
    margin: 0 auto; }
    @media (max-width: 480px) {
      .station-search .outer-search-container, .agent-search .outer-search-container {
        position: absolute;
        bottom: 0;
        width: 100%;
        margin: 0;
        max-width: none; } }
    .station-search .outer-search-container.loading .close-search-suggestions, .agent-search .outer-search-container.loading .close-search-suggestions {
      display: none; }
    .station-search .outer-search-container.loading .loader-message, .agent-search .outer-search-container.loading .loader-message {
      opacity: 1; }
    @media (max-width: 480px) {
      .station-search .outer-search-container.geo-found, .agent-search .outer-search-container.geo-found {
        border-bottom: 1px solid #d5d3d3; } }
    .station-search .outer-search-container.geo-found .close-search-suggestions, .agent-search .outer-search-container.geo-found .close-search-suggestions {
      display: none; }
    .station-search .outer-search-container.geo-found .search-field-wrapper, .agent-search .outer-search-container.geo-found .search-field-wrapper {
      background: #fff;
      color: #000; }
      .station-search .outer-search-container.geo-found .search-field-wrapper:before, .agent-search .outer-search-container.geo-found .search-field-wrapper:before {
        background-image: url(../images/spritemap.png);
        background-position: -47px -156px;
        width: 12px;
        height: 12px; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          .station-search .outer-search-container.geo-found .search-field-wrapper:before, .agent-search .outer-search-container.geo-found .search-field-wrapper:before {
            background-image: url(../images/spritemap-2x.png);
            background-size: 188px 171px; } }
    .station-search .outer-search-container .loader-message, .agent-search .outer-search-container .loader-message {
      transition-property: opacity;
      transition-duration: .3s;
      opacity: 0; }
      @media (max-width: 480px) {
        .station-search .outer-search-container .loader-message, .agent-search .outer-search-container .loader-message {
          position: absolute;
          top: -30px;
          left: 0;
          right: 0; } }
    .station-search .outer-search-container .search-suggestions, .agent-search .outer-search-container .search-suggestions {
      opacity: 0;
      transition-property: opacity;
      background: #fff;
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      z-index: 10;
      box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
      padding: 20px 0; }
      .station-search .outer-search-container .search-suggestions:before, .agent-search .outer-search-container .search-suggestions:before {
        content: "";
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        position: absolute;
        left: 50%;
        margin-left: -5px;
        top: -10px; }
      @media (max-width: 480px) {
        .station-search .outer-search-container .search-suggestions, .agent-search .outer-search-container .search-suggestions {
          top: initial;
          background: #fff; } }
      .station-search .outer-search-container .search-suggestions.visible, .agent-search .outer-search-container .search-suggestions.visible {
        opacity: 1; }
      .station-search .outer-search-container .search-suggestions ul, .agent-search .outer-search-container .search-suggestions ul {
        margin: 0;
        padding: 0; }
        .station-search .outer-search-container .search-suggestions ul li, .agent-search .outer-search-container .search-suggestions ul li {
          list-style: none; }
          .station-search .outer-search-container .search-suggestions ul li:not(:last-child), .agent-search .outer-search-container .search-suggestions ul li:not(:last-child) {
            border-bottom: 1px solid #eee; }
          .station-search .outer-search-container .search-suggestions ul li.no-hits, .agent-search .outer-search-container .search-suggestions ul li.no-hits {
            padding: 8px 0 5px 0;
            font-size: 13px;
            font-size: 0.8125rem; }
          .station-search .outer-search-container .search-suggestions ul li a, .agent-search .outer-search-container .search-suggestions ul li a {
            padding: 14px 0 8px 0;
            display: block;
            text-decoration: none;
            font-size: 13px;
            font-size: 0.8125rem; }
            .station-search .outer-search-container .search-suggestions ul li a.active, .agent-search .outer-search-container .search-suggestions ul li a.active, .station-search .outer-search-container .search-suggestions ul li a:hover, .agent-search .outer-search-container .search-suggestions ul li a:hover {
              background: #ecebec; }

.call-to-action {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  display: table;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(40%); }
  @media (max-width: 1600px) {
    .call-to-action {
      max-width: 1400px; } }
  @media (max-width: 1200px) {
    .call-to-action {
      max-width: 1000px; } }
  .call-to-action .call-to-action-container {
    display: table-row; }
    .call-to-action .call-to-action-container a {
      width: 25%;
      display: table-cell;
      vertical-align: middle;
      padding: 80px 50px;
      background-color: #ffffff;
      transition: background-color 100ms linear;
      text-decoration: none;
      color: #2f3135;
      text-align: center; }
      @media (max-width: 1366px) {
        .call-to-action .call-to-action-container a {
          padding: 20px 15px; } }
      .call-to-action .call-to-action-container a:not(:last-child) {
        border-right: 1px solid #ecebec; }
      .call-to-action .call-to-action-container a:hover, .call-to-action .call-to-action-container a:active, .call-to-action .call-to-action-container a.active {
        background-color: #ecebec;
        border-bottom: 5px solid #febd11;
        padding-bottom: 75px; }
        @media (max-width: 1366px) {
          .call-to-action .call-to-action-container a:hover, .call-to-action .call-to-action-container a:active, .call-to-action .call-to-action-container a.active {
            padding-bottom: 25px; } }
      .call-to-action .call-to-action-container a .content {
        display: inline-block; }
        .call-to-action .call-to-action-container a .content i {
          display: block;
          text-align: center;
          height: 50px;
          margin-bottom: 30px; }
          .call-to-action .call-to-action-container a .content i:after {
            content: '';
            display: inline-block; }
          .call-to-action .call-to-action-container a .content i.floater:after {
            background-image: url(../images/spritemap.png);
            background-position: -106px 0px;
            width: 32px;
            height: 32px; }
            @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
              .call-to-action .call-to-action-container a .content i.floater:after {
                background-image: url(../images/spritemap-2x.png);
                background-size: 188px 171px; } }
          .call-to-action .call-to-action-container a .content i.flag:after {
            background-image: url(../images/spritemap.png);
            background-position: -148px -35px;
            width: 30px;
            height: 32px; }
            @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
              .call-to-action .call-to-action-container a .content i.flag:after {
                background-image: url(../images/spritemap-2x.png);
                background-size: 188px 171px; } }
          .call-to-action .call-to-action-container a .content i.question:after {
            background-image: url(../images/spritemap.png);
            background-position: -106px -42px;
            width: 32px;
            height: 32px; }
            @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
              .call-to-action .call-to-action-container a .content i.question:after {
                background-image: url(../images/spritemap-2x.png);
                background-size: 188px 171px; } }
          .call-to-action .call-to-action-container a .content i.drink:after {
            background-image: url(../images/spritemap.png);
            background-position: 0px -114px;
            width: 28px;
            height: 32px; }
            @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
              .call-to-action .call-to-action-container a .content i.drink:after {
                background-image: url(../images/spritemap-2x.png);
                background-size: 188px 171px; } }
        .call-to-action .call-to-action-container a .content .title {
          display: block;
          font-size: 18px;
          font-size: 1rem;
          margin-bottom: 10px;
          font-family: "CooperHewitt-Bold"; }
        .call-to-action .call-to-action-container a .content p {
          font-size: 16px;
          font-size: 0.88889rem;
          margin: 0; }
        .call-to-action .call-to-action-container a .content img + .title {
          margin-top: 45px; }
          @media screen and (max-height: 768px) {
            .call-to-action .call-to-action-container a .content img + .title {
              margin-top: 15px; } }
  @media (max-width: 1024px) {
    .call-to-action {
      display: block;
      transform: none;
      left: 0;
      right: 0;
      position: static;
      top: 100%; }
      .call-to-action .call-to-action-container {
        display: block; }
        .call-to-action .call-to-action-container a {
          padding: 30px 20px 20px 30px;
          display: block;
          width: 100%;
          text-align: left;
          border-bottom: 1px solid #dbdbdb;
          border-right: 0 !important; }
          .call-to-action .call-to-action-container a:hover {
            background-color: #ecebec;
            border: 0;
            border-bottom: 1px solid #dbdbdb;
            padding: 30px 20px 20px 30px; }
          .call-to-action .call-to-action-container a .content {
            text-align: center;
            width: 100%; }
            .call-to-action .call-to-action-container a .content i {
              display: inline-block;
              float: left;
              margin: 0 20px 0 0;
              height: auto; } }

.fact-box {
  padding: 105px 0 0px 0;
  background-color: #f3f3f3;
  display: table;
  width: 100%; }
  .fact-box .inner {
    position: relative;
    text-align: center;
    display: table-cell;
    vertical-align: middle; }
    .fact-box .inner h2 {
      margin: 0;
      padding: 0; }
      .fact-box .inner h2 span {
        display: block; }
        .fact-box .inner h2 span:nth-of-type(1) {
          color: #e1e0e1;
          font-family: "CooperHewitt-Heavy";
          font-size: 338px;
          font-size: 21.125rem; }
        .fact-box .inner h2 span:nth-of-type(2) {
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-100%);
          width: 100%;
          color: #fff;
          font-family: "CooperHewitt-Bold";
          font-size: 68px;
          font-size: 4.25rem; }
  @media (max-width: 1024px) {
    .fact-box {
      padding: 50px 0 30px 0; }
      .fact-box .inner h2 span:nth-of-type(1) {
        font-size: 120px;
        font-size: 7.5rem; }
      .fact-box .inner h2 span:nth-of-type(2) {
        font-size: 25px;
        font-size: 1.5625rem; } }

.link-box {
  padding-bottom: 20px;
  background-color: #f3f3f3;
  overflow: hidden; }
  .link-box > .inner {
    min-height: 330px;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    text-align: center; }
    @media (max-width: 1600px) {
      .link-box > .inner {
        max-width: 1400px; } }
    @media (max-width: 1200px) {
      .link-box > .inner {
        max-width: 1000px; } }
    .link-box > .inner a {
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
      text-decoration: none;
      color: inherit; }
      .link-box > .inner a > * {
        width: 50%;
        float: left; }
      .link-box > .inner a > *:only-child {
        width: 100%; }
    .link-box > .inner .image {
      min-height: 330px;
      color: inherit;
      padding-top: 140px;
      -ms-flex-positive: 1;
          flex-grow: 1; }
      .link-box > .inner .image > * {
        color: inherit;
        margin: 0;
        padding: 0;
        text-align: center; }
      .link-box > .inner .image em {
        text-decoration: inherit;
        font-style: inherit;
        color: #febd11; }
      .link-box > .inner .image.dark {
        color: #2f3135; }
        .link-box > .inner .image.dark > * {
          color: #2f3135; }
        .link-box > .inner .image.dark em {
          color: #febd11; }
    .link-box > .inner .text {
      -ms-flex-positive: 1;
          flex-grow: 1;
      min-height: 330px;
      padding: 50px 9.375%;
      background-color: #fff;
      color: inherit;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }
      .link-box > .inner .text > .inner {
        -ms-flex-item-align: center;
            align-self: center; }
        .link-box > .inner .text > .inner > * {
          color: inherit; }
        .link-box > .inner .text > .inner h1, .link-box > .inner .text > .inner h2, .link-box > .inner .text > .inner h3, .link-box > .inner .text > .inner h4, .link-box > .inner .text > .inner h5, .link-box > .inner .text > .inner h6 {
          font-size: 24px;
          font-size: 1.33333rem;
          color: #272727;
          font-family: "CooperHewitt-Bold";
          font-weight: normal;
          margin-bottom: 1.2rem;
          color: inherit; }
          @media (max-width: 1024px) {
            .link-box > .inner .text > .inner h1, .link-box > .inner .text > .inner h2, .link-box > .inner .text > .inner h3, .link-box > .inner .text > .inner h4, .link-box > .inner .text > .inner h5, .link-box > .inner .text > .inner h6 {
              font-size: 22px;
              font-size: 1.22222rem; } }
        .link-box > .inner .text > .inner em {
          text-decoration: inherit;
          font-style: inherit;
          color: #febd11; }
        .link-box > .inner .text > .inner > .read-more {
          text-decoration: none;
          padding: 0 0 7px;
          border-bottom: 2px solid #febd11; }
      .link-box > .inner .text.dark {
        background-color: #2e2e34;
        color: #fff; }
        .link-box > .inner .text.dark * {
          color: #fff; }
    .link-box > .inner .light {
      font-size: 50px;
      font-size: 3.125rem;
      font-family: "CooperHewitt-Bold";
      font-weight: normal;
      padding: 0 20px; }
  @media (max-width: 1024px) {
    .link-box {
      padding: 0; }
      .link-box .inner {
        display: block;
        margin: 0; }
        .link-box .inner a {
          display: block; }
          .link-box .inner a h1, .link-box .inner a h2, .link-box .inner a h3, .link-box .inner a h4, .link-box .inner a h5, .link-box .inner a h6 {
            padding: 20px 0;
            color: inherit; }
          .link-box .inner a .text {
            width: 100%; }
            .link-box .inner a .text .inner .title {
              font-size: 25px;
              font-size: 1.5625rem; }
          .link-box .inner a .image {
            background: none !important;
            width: 100%;
            padding: 0;
            min-height: auto; }
            .link-box .inner a .image img {
              display: block !important;
              visibility: visible !important;
              vertical-align: middle;
              width: 100%;
              height: auto;
              max-width: 100%; } }
  .link-box.text-right .inner a {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
    .link-box.text-right .inner a .text {
      float: left; }
    .link-box.text-right .inner a .image {
      float: right; }
  .link-box.negative {
    color: #fff; }
    .link-box.negative > .inner .text {
      background: #2e2e34; }

.col-3 .inner .col_2 .article .top {
  background: transparent; }

.article, .article-layout {
  min-height: 20px;
  font-family: "CooperHewitt-Book"; }
  .article .main-image, .article-layout .main-image {
    margin-bottom: 3.5em;
    margin-top: 3.5em;
    position: relative; }
    .article .main-image img, .article-layout .main-image img {
      max-width: 100%;
      height: auto;
      width: auto;
      display: block; }
    .article .main-image .main-image-caption, .article-layout .main-image .main-image-caption {
      position: absolute;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.3);
      padding: 10px 10px 8px 10px;
      color: #fff;
      font-size: 12px;
      font-size: 0.66667rem; }
  .article .inner, .article-layout .inner {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    font-size: 20px;
    font-size: 1.11111rem; }
    @media (max-width: 1600px) {
      .article .inner, .article-layout .inner {
        max-width: 1400px; } }
    @media (max-width: 1200px) {
      .article .inner, .article-layout .inner {
        max-width: 1000px; } }
    .article .inner h1, .article-layout .inner h1 {
      font-family: "CooperHewitt-Bold";
      font-size: 40px;
      font-size: 2.22222rem;
      color: #272727;
      font-weight: normal;
      margin-bottom: 1.2rem;
      margin: 24px 0 35px 0;
      padding: 0; }
      @media (max-width: 1024px) {
        .article .inner h1, .article-layout .inner h1 {
          font-size: 30px;
          font-size: 1.66667rem; } }
    .article .inner h2, .article-layout .inner h2 {
      font-size: 28px;
      font-size: 1.55556rem;
      color: #272727;
      font-family: "CooperHewitt-Bold";
      font-weight: normal;
      margin-bottom: 1.2rem; }
      @media (max-width: 1024px) {
        .article .inner h2, .article-layout .inner h2 {
          font-size: 24px;
          font-size: 1.33333rem; } }
    .article .inner h3, .article-layout .inner h3 {
      font-size: 24px;
      font-size: 1.33333rem;
      color: #272727;
      font-family: "CooperHewitt-Bold";
      font-weight: normal;
      margin-bottom: 1.2rem; }
      @media (max-width: 1024px) {
        .article .inner h3, .article-layout .inner h3 {
          font-size: 22px;
          font-size: 1.22222rem; } }
    .article .inner h4, .article-layout .inner h4 {
      font-size: 20px;
      font-size: 1.11111rem;
      color: #272727;
      font-family: "CooperHewitt-Bold";
      font-weight: normal;
      margin-bottom: 1.2rem; }
      @media (max-width: 1024px) {
        .article .inner h4, .article-layout .inner h4 {
          font-size: 18px;
          font-size: 1rem; } }
    .article .inner h5, .article-layout .inner h5 {
      font-size: 18px;
      font-size: 1rem;
      color: #272727;
      font-family: "CooperHewitt-Bold";
      font-weight: normal;
      margin-bottom: 1.2rem; }
      @media (max-width: 1024px) {
        .article .inner h5, .article-layout .inner h5 {
          font-size: 18px;
          font-size: 1rem; } }
    .article .inner h6, .article-layout .inner h6 {
      font-size: 18px;
      font-size: 1rem;
      color: #272727;
      font-family: "CooperHewitt-Bold";
      font-weight: normal;
      margin-bottom: 1.2rem; }
      @media (max-width: 1024px) {
        .article .inner h6, .article-layout .inner h6 {
          font-size: 18px;
          font-size: 1rem; } }
    .article .inner img, .article-layout .inner img {
      max-width: 100%;
      height: auto;
      width: auto; }
    .article .inner blockquote, .article-layout .inner blockquote {
      position: relative;
      padding: 50px 30px 10px 30px;
      font-family: "CooperHewitt-SemiboldItalic";
      margin: 0; }
      .article .inner blockquote:before, .article-layout .inner blockquote:before {
        content: '”';
        position: absolute;
        font-family: Helvetica, Arial;
        left: 0px;
        font-size: 40px;
        font-size: 2.22222rem;
        top: 20px; }
    .article .inner .date, .article-layout .inner .date {
      font-family: "CooperHewitt-Semibold";
      text-transform: uppercase;
      font-size: 10px;
      font-size: 0.55556rem;
      color: #febd11;
      display: block;
      margin-bottom: 20px; }
    .article .inner .ingress, .article-layout .inner .ingress {
      font-family: "CooperHewitt-Semibold";
      color: #272727;
      margin-bottom: 18px;
      margin-top: 4px; }
    .article .inner p, .article-layout .inner p {
      margin-bottom: 18px; }
      @media (max-width: 1024px) {
        .article .inner p, .article-layout .inner p {
          font-size: 18px;
          font-size: 1rem; } }
      .article .inner p ~ h1, .article .inner p ~ h2, .article .inner p ~ h3, .article .inner p ~ h4, .article .inner p ~ h5, .article .inner p ~ h6, .article-layout .inner p ~ h1, .article-layout .inner p ~ h2, .article-layout .inner p ~ h3, .article-layout .inner p ~ h4, .article-layout .inner p ~ h5, .article-layout .inner p ~ h6 {
        margin-top: 2.4rem; }
    .article .inner ul, .article-layout .inner ul {
      padding-left: 20px;
      margin-bottom: 18px; }
      .article .inner ul li, .article-layout .inner ul li {
        list-style: inside disc; }
    .article .inner ol, .article-layout .inner ol {
      padding-left: 20px;
      margin-bottom: 18px; }
      .article .inner ol li, .article-layout .inner ol li {
        list-style: inside decimal; }
    .article .inner figure, .article-layout .inner figure {
      margin: 3.5em 0;
      border: 3px solid #f2f2f2; }
      .article .inner figure img, .article-layout .inner figure img {
        display: block; }
      .article .inner figure figcaption, .article-layout .inner figure figcaption {
        padding: 10px 20px 10px 20px;
        font-size: 13px;
        font-size: 0.72222rem; }
    .article .inner strong, .article-layout .inner strong {
      font-family: "CooperHewitt-Bold"; }
    .article .inner a, .article-layout .inner a {
      border-bottom: 2px solid #ffbd11;
      text-decoration: none; }
    .article .inner .modules.attachments, .article-layout .inner .modules.attachments {
      margin-top: 88px; }
      .article .inner .modules.attachments .title, .article-layout .inner .modules.attachments .title {
        font-size: 16px;
        font-size: 0.88889rem;
        font-family: "CooperHewitt-Bold";
        margin-bottom: 10px; }
      .article .inner .modules.attachments ul, .article-layout .inner .modules.attachments ul {
        padding: 0; }
        .article .inner .modules.attachments ul li, .article-layout .inner .modules.attachments ul li {
          list-style: none; }
          .article .inner .modules.attachments ul li a, .article-layout .inner .modules.attachments ul li a {
            font-size: 14px;
            font-size: 0.77778rem;
            text-decoration: none; }
            .article .inner .modules.attachments ul li a:before, .article-layout .inner .modules.attachments ul li a:before {
              margin-right: 10px;
              font-size: 11px;
              font-size: 0.61111rem; }
    .article .inner .modules.author, .article-layout .inner .modules.author {
      margin-top: 88px; }

.bottom {
  min-height: 20px;
  margin-top: 30px; }
  .bottom .inner {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    overflow: hidden; }
    @media (max-width: 1600px) {
      .bottom .inner {
        max-width: 1400px; } }
    @media (max-width: 1200px) {
      .bottom .inner {
        max-width: 1000px; } }
    .bottom .inner img {
      max-width: 100%;
      width: auto; }

.article-table-wrapper table {
  width: 100%; }
  .article-table-wrapper table tbody tr td {
    padding: 4px; }

.article-table-wrapper table.striped tbody tr {
  background: #FFF; }

.article-table-wrapper table.striped tbody tr:nth-child(odd) {
  background: #f3f3f3; }

.article-table-wrapper table.striped tbody tr td {
  padding: 4px 8px; }

@media (max-width: 1024px) {
  .article-table-wrapper table {
    overflow-x: auto;
    display: block;
    width: 100%; }
    .article-table-wrapper table td {
      min-width: 200px; }
      .article-table-wrapper table td h1, .article-table-wrapper table td h2, .article-table-wrapper table td h3, .article-table-wrapper table td h4, .article-table-wrapper table td h5, .article-table-wrapper table td h6 {
        padding: 0 !important;
        margin: 0 !important; } }

.image-slider {
  position: relative;
  display: block;
  min-height: 280px;
  height: 50vh;
  overflow: hidden;
  background-color: #000; }
  .image-slider h3 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
    left: 50%;
    color: #000;
    max-width: 60%;
    line-height: 1.2;
    font-family: "CooperHewitt-Bold"; }
    @media (max-width: 480px) {
      .image-slider h3 {
        font-size: 30px;
        font-size: 1.66667rem; } }
    .image-slider h3.white {
      color: #fff;
      text-shadow: 0px 0px 3px black; }
  .image-slider > .image {
    position: absolute;
    left: 0;
    top: 0;
    height: inherit;
    width: 100%;
    display: block;
    opacity: 0;
    background-repeat: no-repeat;
    transition: opacity 400ms linear; }
    .image-slider > .image.active, .image-slider > .image:only-of-type {
      opacity: 1; }
    .image-slider > .image.img {
      width: 1px;
      height: 1px;
      visibility: hidden; }
    .image-slider > .image .image-slider-caption {
      position: absolute;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.3);
      padding: 10px 10px 8px 10px;
      color: #fff;
      font-size: 12px;
      font-size: 0.66667rem; }
  .image-slider > .dots {
    position: absolute;
    bottom: 10px;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    width: 100%; }
    .image-slider > .dots > li {
      display: inline-block;
      margin-right: 10px; }
      .image-slider > .dots > li:last-of-type {
        margin-right: 0; }
      .image-slider > .dots > li > .dot {
        display: block;
        width: 15px;
        height: 15px;
        background-color: #fff;
        border-radius: 7.5px;
        box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
        transition: background-color 150ms linear, box-shadow 150ms linear; }
        .image-slider > .dots > li > .dot.active {
          background-color: #febd11;
          box-shadow: none; }

.modules.author {
  overflow: hidden; }
  .modules.author > .title {
    font-family: "CooperHewitt-Bold";
    font-size: 14px;
    font-size: 0.875rem; }
  .modules.author > .content {
    overflow: hidden;
    position: relative; }
    .modules.author > .content > .image {
      position: absolute;
      left: 0;
      top: 0;
      width: 150px;
      height: 150px;
      overflow: hidden;
      border-radius: 75px; }
    .modules.author > .content > .info {
      min-height: 150px;
      padding-left: 170px; }
      .modules.author > .content > .info > .name {
        display: block;
        font-family: "CooperHewitt-Bold";
        font-size: 14px;
        font-size: 0.875rem;
        margin-bottom: 3px; }
      .modules.author > .content > .info > .title {
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
        margin-bottom: 10px; }
      .modules.author > .content > .info > .email {
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
        color: #febd11;
        margin-bottom: 10px;
        text-decoration: none; }

.link-list > h3 {
  font-family: "CooperHewitt-Bold";
  font-size: 14px;
  font-size: 0.875rem;
  color: #2f3135;
  margin-bottom: 5px; }

.link-list > ul > li {
  display: block;
  line-height: normal; }
  .link-list > ul > li > a {
    color: #2f3135;
    text-decoration: none;
    font-size: 12px;
    font-size: 0.75rem; }
    .link-list > ul > li > a:before {
      content: '';
      display: inline-block;
      vertical-align: baseline;
      margin-bottom: 2px;
      margin-right: 5px;
      background-image: url(../images/spritemap.png);
      background-position: -69px -156px;
      width: 12px;
      height: 9px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .link-list > ul > li > a:before {
          background-image: url(../images/spritemap-2x.png);
          background-size: 188px 171px; } }
    .link-list > ul > li > a:hover, .link-list > ul > li > a:active {
      color: #febd11; }

.attachment-list {
  margin-bottom: 40px;
  padding: 10px 0; }
  .attachment-list > h2 {
    font-size: 16px;
    font-size: 0.88889rem;
    font-family: "CooperHewitt-Bold";
    margin-bottom: 10px; }
  .attachment-list > h3 {
    font-size: 16px;
    font-size: 0.88889rem;
    font-family: "CooperHewitt-Bold";
    margin-bottom: 10px; }
  .attachment-list > ul > li {
    display: block;
    line-height: normal; }
    .attachment-list > ul > li > a {
      color: #2f3135;
      text-decoration: none;
      font-size: 12px;
      font-size: 0.75rem; }
      .attachment-list > ul > li > a:before {
        content: '';
        display: inline-block;
        vertical-align: baseline;
        margin-bottom: 2px;
        margin-right: 5px;
        background-image: url(../images/spritemap.png);
        background-position: -69px -156px;
        width: 12px;
        height: 9px; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          .attachment-list > ul > li > a:before {
            background-image: url(../images/spritemap-2x.png);
            background-size: 188px 171px; } }
      .attachment-list > ul > li > a:hover, .attachment-list > ul > li > a:active {
        color: #febd11; }

.knowledge-group {
  background: #f3f3f3;
  padding: 40px 0; }
  .knowledge-group .inner {
    min-height: 330px;
    max-width: 1610px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding: 0 20px; }
    @media (max-width: 1600px) {
      .knowledge-group .inner {
        max-width: 1400px; } }
    @media (max-width: 1200px) {
      .knowledge-group .inner {
        max-width: 1000px; } }
  .knowledge-group h3 {
    font-size: 16px;
    font-size: 1rem;
    color: #3e3e3e;
    margin-bottom: 10px;
    font-family: "CooperHewitt-Medium"; }
  .knowledge-group .category-selector {
    margin: 0 0 85px 0; }
    .knowledge-group .category-selector li {
      list-style: none;
      display: inline;
      font-size: 0; }
      .knowledge-group .category-selector li a {
        font-size: 14px;
        font-size: 0.875rem;
        text-transform: uppercase;
        text-decoration: none;
        border: 3px solid #febd11;
        padding: 0 64px;
        height: 70px;
        line-height: 70px;
        display: inline-block;
        box-sizing: border-box; }
        @media (max-width: 480px) {
          .knowledge-group .category-selector li a {
            padding: 0 30px;
            height: 50px;
            line-height: 50px; } }
        .knowledge-group .category-selector li a.active {
          background: #febd11;
          color: #fff; }
      .knowledge-group .category-selector li:first-child a {
        border-right: none; }
  .knowledge-group .categories-container {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-left: -20px; }
    @media (max-width: 1024px) {
      .knowledge-group .categories-container {
        margin-left: 0; } }
    .knowledge-group .categories-container .sub-category {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      font-size: 20px;
      font-size: 1.25rem;
      box-sizing: border-box;
      text-decoration: none;
      color: #000;
      display: -ms-flexbox;
      display: flex;
      padding-left: 20px;
      margin-bottom: 20px;
      position: relative; }
      @media (max-width: 1024px) {
        .knowledge-group .categories-container .sub-category {
          -ms-flex: none;
              flex: none;
          display: block;
          width: 100%;
          padding-left: 0; } }
      .knowledge-group .categories-container .sub-category .sub-category-content {
        background: #fff;
        width: 100%;
        padding: 30px 40px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        border: 3px solid transparent; }
        @media (max-width: 480px) {
          .knowledge-group .categories-container .sub-category .sub-category-content {
            padding: 15px 20px; } }
      .knowledge-group .categories-container .sub-category .sub-category-content-text {
        overflow: hidden;
        display: inline-block;
        padding: 5px 40px 5px 0; }
      .knowledge-group .categories-container .sub-category h4 {
        font-weight: normal;
        font-family: "CooperHewitt-Bold";
        font-size: 20px;
        font-size: 1.25rem;
        margin: 0; }
        @media (max-width: 480px) {
          .knowledge-group .categories-container .sub-category h4 {
            font-size: 16px;
            font-size: 1rem; } }
      .knowledge-group .categories-container .sub-category img {
        max-width: 100%;
        vertical-align: middle;
        display: inline-block;
        margin-right: 20px; }
        @media (max-width: 480px) {
          .knowledge-group .categories-container .sub-category img {
            transform: scale(0.6);
            filter: blur(0px); } }
        @media (max-width: 320px) {
          .knowledge-group .categories-container .sub-category img {
            display: none; } }
      .knowledge-group .categories-container .sub-category p {
        font-size: 18px;
        font-size: 1.125rem;
        font-family: "CooperHewitt-Light";
        margin: 0;
        line-height: 1.5em; }
        @media (max-width: 480px) {
          .knowledge-group .categories-container .sub-category p {
            font-size: 13px;
            font-size: 0.8125rem; } }
      .knowledge-group .categories-container .sub-category:after {
        font-size: 12px;
        font-size: 0.75rem;
        font-family: Arial, Helvetica;
        line-height: 0;
        position: absolute;
        content: "\25BC";
        display: inline-block;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        margin-right: 30px;
        color: #666; }
      .knowledge-group .categories-container .sub-category:before {
        position: absolute;
        content: "";
        bottom: -20px;
        left: 60px;
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 12px solid #fff;
        display: none; }
      .knowledge-group .categories-container .sub-category.active .sub-category-content {
        border: 3px solid #febd11; }
      .knowledge-group .categories-container .sub-category.active:after {
        content: "\25B2"; }
      .knowledge-group .categories-container .sub-category.active:before {
        display: block; }
  .knowledge-group .article-list {
    font-size: 18px;
    font-size: 1.125rem;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    margin-bottom: 20px; }
    @media (max-width: 480px) {
      .knowledge-group .article-list {
        font-size: 12px;
        font-size: 0.75rem; } }
    .knowledge-group .article-list ul {
      margin-left: 20px;
      padding: 25px;
      background: #fff;
      overflow: hidden; }
      @media (max-width: 1024px) {
        .knowledge-group .article-list ul {
          margin-left: 0; } }
      @media (max-width: 480px) {
        .knowledge-group .article-list ul {
          padding: 20px; } }
      .knowledge-group .article-list ul li {
        list-style: none;
        background: #fff;
        display: inline-block;
        width: 50%;
        float: left; }
        @media (max-width: 1024px) {
          .knowledge-group .article-list ul li {
            width: 100%; }
            .knowledge-group .article-list ul li:not(:last-child) {
              margin-bottom: 10px; } }
        .knowledge-group .article-list ul li a {
          display: block;
          text-decoration: none;
          text-transform: uppercase;
          padding: 10px 20px 6px 20px; }
          @media (max-width: 480px) {
            .knowledge-group .article-list ul li a {
              padding: 0; } }

.related-content {
  padding: 60px 20px;
  background: #f3f3f3; }
  .related-content .inner {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    text-align: left; }
    @media (max-width: 1600px) {
      .related-content .inner {
        max-width: 1400px; } }
    @media (max-width: 1200px) {
      .related-content .inner {
        max-width: 1000px; } }
    .related-content .inner h2 {
      font-family: "CooperHewitt-Bold";
      font-weight: normal;
      font-size: 26px;
      font-size: 1.625rem;
      text-align: center;
      margin-bottom: 85px; }
  .related-content .related-content-list {
    margin: 0;
    padding: 0;
    overflow: hidden; }
    .related-content .related-content-list li {
      list-style: none;
      display: inline-block;
      width: 50%;
      float: left;
      position: relative;
      padding-left: 5px;
      padding-bottom: 10px; }
      .related-content .related-content-list li:not(:nth-child(even)) {
        padding-right: 5px;
        padding-left: 0px; }
      @media (max-width: 768px) {
        .related-content .related-content-list li {
          width: 100%;
          float: none;
          padding-left: 0;
          padding-right: 0; }
          .related-content .related-content-list li:not(:nth-child(even)) {
            padding-left: 0;
            padding-right: 0; } }
      .related-content .related-content-list li img {
        max-width: 100%;
        z-index: 1;
        vertical-align: middle; }
      .related-content .related-content-list li .text-content {
        position: absolute;
        z-index: 2;
        color: #fff;
        top: 50%;
        left: 50%;
        width: 80%;
        padding: 20px;
        transform: translateY(-50%) translateX(-50%);
        color: white;
        color: rgba(255, 255, 255, 0.9); }
        .related-content .related-content-list li .text-content h3 {
          color: #fff;
          font-family: "CooperHewitt-Bold"; }
          @media (max-width: 1024px) {
            .related-content .related-content-list li .text-content h3 {
              font-size: 22px;
              font-size: 1.375rem; } }
        .related-content .related-content-list li .text-content .read-more {
          font-size: 14px;
          font-size: 0.875rem;
          font-family: "CooperHewitt-Book";
          border-bottom: 1px solid #f6c34c;
          text-transform: uppercase;
          padding-bottom: 2px; }

.station-view .inner .col {
  overflow: hidden; }

.station-view .left-section {
  width: 35%;
  float: left; }
  .station-view .left-section h1 {
    font-size: 28px;
    font-size: 1.55556rem;
    color: #272727;
    font-family: "CooperHewitt-Bold";
    font-weight: normal;
    margin-bottom: 1.2rem;
    margin: 0 0 20px 0;
    padding: 0;
    break-word: break-all; }
    @media (max-width: 1024px) {
      .station-view .left-section h1 {
        font-size: 24px;
        font-size: 1.33333rem; } }
  .station-view .left-section .launchdate {
    display: inline-block;
    margin: 0 0 20px 0; }
  .station-view .left-section .address {
    font-size: 14px;
    font-size: 0.77778rem; }
  .station-view .left-section .social {
    margin-top: 20px; }
    .station-view .left-section .social li {
      display: inline-block;
      margin-right: 10px; }
      .station-view .left-section .social li:last-of-type {
        margin-right: 0; }
      .station-view .left-section .social li a {
        text-decoration: none;
        display: inline-block; }
        .station-view .left-section .social li a.facebook {
          background-image: url(../images/spritemap.png);
          background-position: -148px -77px;
          width: 25px;
          height: 25px; }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            .station-view .left-section .social li a.facebook {
              background-image: url(../images/spritemap-2x.png);
              background-size: 188px 171px; } }
        .station-view .left-section .social li a.twitter {
          background-image: url(../images/spritemap.png);
          background-position: -38px -114px;
          width: 25px;
          height: 25px; }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            .station-view .left-section .social li a.twitter {
              background-image: url(../images/spritemap-2x.png);
              background-size: 188px 171px; } }
        .station-view .left-section .social li a.instagram {
          background-image: url(../images/spritemap.png);
          background-position: -108px -114px;
          width: 25px;
          height: 25px; }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            .station-view .left-section .social li a.instagram {
              background-image: url(../images/spritemap-2x.png);
              background-size: 188px 171px; } }
        .station-view .left-section .social li a.snapchat {
          background-image: url(../images/spritemap.png);
          background-position: -73px -114px;
          width: 25px;
          height: 25px; }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            .station-view .left-section .social li a.snapchat {
              background-image: url(../images/spritemap-2x.png);
              background-size: 188px 171px; } }
  .station-view .left-section .station-services {
    margin-top: 50px; }
    .station-view .left-section .station-services h2 {
      font-size: 20px;
      font-size: 1.11111rem;
      color: #272727;
      font-family: "CooperHewitt-Bold";
      font-weight: normal;
      margin-bottom: 1.2rem;
      margin-bottom: 10px; }
      @media (max-width: 1024px) {
        .station-view .left-section .station-services h2 {
          font-size: 18px;
          font-size: 1rem; } }
    .station-view .left-section .station-services ul li {
      list-style: inside disc; }

.station-view .main-section {
  width: 65%;
  float: left; }
  .station-view .main-section #station-map {
    height: 500px;
    width: 100%; }

@media (max-width: 1024px) {
  .station-view .left-section, .station-view .main-section {
    width: 100%;
    float: none;
    margin-bottom: 20px; }
  .station-view .main-section {
    margin-bottom: 0; } }

.station-view .error-title {
  font-size: 28px;
  font-size: 1.55556rem;
  color: #272727;
  font-family: "CooperHewitt-Bold";
  font-weight: normal;
  margin-bottom: 1.2rem;
  margin: 0 0 20px 0;
  padding: 0;
  break-word: break-all; }
  @media (max-width: 1024px) {
    .station-view .error-title {
      font-size: 24px;
      font-size: 1.33333rem; } }

.station-view .button {
  margin: 30px 0;
  font-family: "CooperHewitt-Book";
  display: inline-block;
  padding: 17px 50px 12px 50px;
  line-height: 1em;
  background: transparent;
  border: 1px solid #f1c04c;
  border-radius: 2em;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  color: #656262;
  transition-property: background, border-color;
  transition-duration: .3s; }
  .station-view .button.active, .station-view .button:hover {
    background: #f1c04c;
    border: 1px solid #f1c04c;
    color: #8c6527; }
  @media (max-width: 1024px) {
    .station-view .button {
      padding: 12px 30px 7px 30px;
      font-size: 12px;
      font-size: 0.75rem; } }

.route-planner h1 {
  font-family: "CooperHewitt-Bold";
  font-size: 63px;
  font-size: 3.5rem;
  font-weight: normal; }
  @media (max-width: 1024px) {
    .route-planner h1 {
      font-size: 32px;
      font-size: 1.77778rem; } }

.route-planner h2 {
  font-size: 18px;
  font-size: 1rem;
  font-family: "CooperHewitt-Bold";
  margin: 0 0 1em 0; }

.route-planner .content-wrapper {
  max-width: 908px;
  margin: 0 auto; }

.route-planner .map {
  width: 100%;
  height: 600px;
  height: 75vh; }

.route-planner .station-type-filter, .route-planner .station-service-filter, .route-planner .station-other-service-filter, .route-planner .station-truck-filter {
  margin-bottom: 30px; }
  .route-planner .station-type-filter li, .route-planner .station-service-filter li, .route-planner .station-other-service-filter li, .route-planner .station-truck-filter li {
    list-style: none;
    display: inline-block;
    margin-bottom: 10px; }
    .route-planner .station-type-filter li:not(:last-child), .route-planner .station-service-filter li:not(:last-child), .route-planner .station-other-service-filter li:not(:last-child), .route-planner .station-truck-filter li:not(:last-child) {
      margin-right: 10px; }
    .route-planner .station-type-filter li a, .route-planner .station-service-filter li a, .route-planner .station-other-service-filter li a, .route-planner .station-truck-filter li a {
      font-family: "CooperHewitt-Book";
      display: inline-block;
      padding: 17px 50px 12px 50px;
      line-height: 1em;
      background: transparent;
      border: 1px solid #f1c04c;
      border-radius: 2em;
      text-decoration: none;
      font-family: "CooperHewitt-Book";
      font-size: 18px;
      font-size: 1.125rem;
      color: #656262;
      transition-property: background, border-color;
      transition-duration: .3s; }
      .route-planner .station-type-filter li a.active, .route-planner .station-service-filter li a.active, .route-planner .station-other-service-filter li a.active, .route-planner .station-truck-filter li a.active, .route-planner .station-type-filter li a:hover, .route-planner .station-service-filter li a:hover, .route-planner .station-other-service-filter li a:hover, .route-planner .station-truck-filter li a:hover {
        background: #f1c04c;
        border: 1px solid #f1c04c;
        color: #8c6527; }
      @media (max-width: 1024px) {
        .route-planner .station-type-filter li a, .route-planner .station-service-filter li a, .route-planner .station-other-service-filter li a, .route-planner .station-truck-filter li a {
          padding: 12px 30px 7px 30px;
          font-size: 12px;
          font-size: 0.75rem; } }

.route-planner .station-service-filter li a, .route-planner .station-other-service-filter li a, .route-planner .station-truck-filter li a {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 14px 40px 9px 40px; }
  .route-planner .station-service-filter li a.disabled, .route-planner .station-other-service-filter li a.disabled, .route-planner .station-truck-filter li a.disabled, .route-planner .station-service-filter li a.disabled:hover, .route-planner .station-other-service-filter li a.disabled:hover, .route-planner .station-truck-filter li a.disabled:hover {
    opacity: .5;
    border-color: #666;
    cursor: default;
    background: transparent;
    color: inherit; }
    .route-planner .station-service-filter li a.disabled.active, .route-planner .station-other-service-filter li a.disabled.active, .route-planner .station-truck-filter li a.disabled.active, .route-planner .station-service-filter li a.disabled:hover.active, .route-planner .station-other-service-filter li a.disabled:hover.active, .route-planner .station-truck-filter li a.disabled:hover.active {
      background: #666;
      color: #fff; }

.route-planner .form-container > div {
  display: inline-block; }
  .route-planner .form-container > div:not(:last-child) {
    width: 49%;
    margin-right: 1%;
    margin-bottom: 20px; }
    @media (max-width: 1024px) {
      .route-planner .form-container > div:not(:last-child) {
        width: 100%;
        margin-right: 0; } }
  .route-planner .form-container > div:nth-child(2) {
    margin-right: 0; }

.route-planner .form-container label {
  display: block; }
  @media (max-width: 1024px) {
    .route-planner .form-container label {
      font-size: 14px;
      font-size: 0.77778rem; } }

.route-planner .form-container input {
  width: 100%;
  padding: 12px 20px 4px 20px;
  line-height: 1em;
  border: 1px solid #cdcccd; }
  .route-planner .form-container input.error {
    border-color: #a20000; }

.route-planner .form-container .button-container {
  text-align: center;
  display: block;
  width: 100% !important;
  margin-top: 40px; }
  .route-planner .form-container .button-container button {
    display: inline-block;
    padding: 17px 50px 12px 50px;
    background: #f1c04c;
    border: 1px solid #f1c04c;
    line-height: 1em;
    border-radius: 2em;
    color: #8c6527; }
    @media (max-width: 1024px) {
      .route-planner .form-container .button-container button {
        padding: 12px 30px 7px 30px;
        font-size: 12px;
        font-size: 0.75rem; } }

.route-planner .error-container {
  text-align: center;
  width: 100%;
  margin: 20px 0;
  color: #db1f2c; }

.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div {
  /* we have to use !important because we are overwritng inline styles */
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #f3f3f3 !important;
  border-radius: 0 !important;
  background: #fff !important; }
  .gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: #febd11;
    content: "";
    border-radius: 0 !important; }

/* arrow color */
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div > div {
  background-color: #febd11 !important;
  box-shadow: none !important; }

.gm-style > div:first-child > div + div > div:last-child > div > div:last-child {
  background: transparent !important; }

.fuel-prices {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  max-width: 1200px;
  margin: 20px auto 60px auto; }
  @media (max-width: 1600px) {
    .fuel-prices {
      max-width: 1400px; } }
  @media (max-width: 1200px) {
    .fuel-prices {
      max-width: 1000px; } }
  .fuel-prices .not-available {
    color: #990000;
    font-size: 12px; }
  .fuel-prices ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: stretch;
        align-items: stretch; }
    @media (max-width: 1024px) {
      .fuel-prices ul {
        -ms-flex-direction: column;
            flex-direction: column; } }
    .fuel-prices ul li {
      list-style: none;
      display: inline-block;
      -ms-flex-positive: 1;
          flex-grow: 1;
      border: 3px solid #f2f2f2; }
      .fuel-prices ul li:not(:last-child) {
        margin-right: 20px; }
        @media (max-width: 1024px) {
          .fuel-prices ul li:not(:last-child) {
            margin-right: 0;
            margin-bottom: 20px; } }
      .fuel-prices ul li div {
        text-align: center; }
        .fuel-prices ul li div:first-child {
          padding: 20px;
          color: #fff;
          background: #333; }
        .fuel-prices ul li div:last-child {
          background: #fff;
          padding: 20px; }
          .fuel-prices ul li div:last-child span.price-unit {
            font-size: 18px;
            font-size: 1rem;
            margin-right: 5px; }
          .fuel-prices ul li div:last-child span.price-value {
            font-size: 35px;
            font-size: 1.94444rem;
            font-family: "CooperHewitt-Heavy"; }
          .fuel-prices ul li div:last-child span:last-child {
            display: block; }
      .fuel-prices ul li h3 {
        font-size: 22px;
        font-size: 1.22222rem;
        margin: 0 0 10px 0;
        padding: 0;
        color: #fff;
        font-family: "CooperHewitt-Bold"; }

.external-news {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  max-width: 1600px;
  margin: 20px auto;
  background: #fff;
  padding: 30px; }
  @media (max-width: 1600px) {
    .external-news {
      max-width: 1400px; } }
  @media (max-width: 1200px) {
    .external-news {
      max-width: 1000px; } }
  @media (max-width: 1024px) {
    .external-news {
      padding: 30px 20px; } }
  .external-news h1 {
    font-size: 20px;
    font-size: 1.11111rem;
    font-family: "CooperHewitt-Bold";
    line-height: normal;
    margin-bottom: 15px; }
  .external-news .external-news-list {
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row; }
    @media (max-width: 1024px) {
      .external-news .external-news-list {
        -ms-flex-direction: column;
            flex-direction: column; } }
    .external-news .external-news-list li {
      width: 50%;
      -ms-flex-positive: 1;
          flex-grow: 1;
      margin-bottom: 20px; }
      .external-news .external-news-list li:nth-child(odd) {
        padding: 0 20px 0 0; }
      .external-news .external-news-list li:nth-child(even) {
        padding: 0 0 0 20px; }
      @media (max-width: 1024px) {
        .external-news .external-news-list li {
          width: 100%;
          padding: 20px 0;
          margin-bottom: 0; }
          .external-news .external-news-list li:nth-child(even), .external-news .external-news-list li:nth-child(odd) {
            padding: 20px 0; }
          .external-news .external-news-list li:not(:last-child) {
            border-bottom: 3px solid #f2f2f2; } }
      .external-news .external-news-list li div img {
        vertical-align: middle;
        float: left;
        margin-right: 20px; }
        @media (max-width: 480px) {
          .external-news .external-news-list li div img {
            display: none; } }
      .external-news .external-news-list li div .content {
        overflow: hidden;
        font-family: "CooperHewitt-Book"; }
        .external-news .external-news-list li div .content h3 {
          line-height: normal;
          font-size: 20px;
          font-size: 1.11111rem;
          font-family: "CooperHewitt-Medium";
          margin: 0 0 5px 0; }
      .external-news .external-news-list li div a {
        text-decoration: none;
        font-size: 16px;
        font-size: 0.88889rem; }
        .external-news .external-news-list li div a:before {
          margin-right: 10px; }

.agent-view .agent-info h1 {
  font-size: 28px;
  font-size: 1.55556rem;
  color: #272727;
  font-family: "CooperHewitt-Bold";
  font-weight: normal;
  margin-bottom: 1.2rem;
  margin: 0 0 20px 0;
  padding: 0; }
  @media (max-width: 1024px) {
    .agent-view .agent-info h1 {
      font-size: 24px;
      font-size: 1.33333rem; } }

.agent-view .agent-info .address {
  margin-bottom: 30px; }

.agent-view .agent-info .contact-information {
  margin-bottom: 30px; }

.agent-view .agent-info .agent-description {
  font-size: 20px;
  font-size: 1.11111rem; }
  .agent-view .agent-info .agent-description h1 {
    font-family: "CooperHewitt-Bold";
    font-size: 40px;
    font-size: 2.22222rem;
    color: #272727;
    font-weight: normal;
    margin-bottom: 1.2rem;
    margin: 24px 0 35px 0;
    padding: 0; }
    @media (max-width: 1024px) {
      .agent-view .agent-info .agent-description h1 {
        font-size: 30px;
        font-size: 1.66667rem; } }
  .agent-view .agent-info .agent-description h2 {
    font-size: 28px;
    font-size: 1.55556rem;
    color: #272727;
    font-family: "CooperHewitt-Bold";
    font-weight: normal;
    margin-bottom: 1.2rem; }
    @media (max-width: 1024px) {
      .agent-view .agent-info .agent-description h2 {
        font-size: 24px;
        font-size: 1.33333rem; } }
  .agent-view .agent-info .agent-description h3 {
    font-size: 24px;
    font-size: 1.33333rem;
    color: #272727;
    font-family: "CooperHewitt-Bold";
    font-weight: normal;
    margin-bottom: 1.2rem; }
    @media (max-width: 1024px) {
      .agent-view .agent-info .agent-description h3 {
        font-size: 22px;
        font-size: 1.22222rem; } }
  .agent-view .agent-info .agent-description h4 {
    font-size: 20px;
    font-size: 1.11111rem;
    color: #272727;
    font-family: "CooperHewitt-Bold";
    font-weight: normal;
    margin-bottom: 1.2rem; }
    @media (max-width: 1024px) {
      .agent-view .agent-info .agent-description h4 {
        font-size: 18px;
        font-size: 1rem; } }
  .agent-view .agent-info .agent-description h5 {
    font-size: 18px;
    font-size: 1rem;
    color: #272727;
    font-family: "CooperHewitt-Bold";
    font-weight: normal;
    margin-bottom: 1.2rem; }
    @media (max-width: 1024px) {
      .agent-view .agent-info .agent-description h5 {
        font-size: 18px;
        font-size: 1rem; } }
  .agent-view .agent-info .agent-description h6 {
    font-size: 18px;
    font-size: 1rem;
    color: #272727;
    font-family: "CooperHewitt-Bold";
    font-weight: normal;
    margin-bottom: 1.2rem; }
    @media (max-width: 1024px) {
      .agent-view .agent-info .agent-description h6 {
        font-size: 18px;
        font-size: 1rem; } }
  .agent-view .agent-info .agent-description img {
    max-width: 100%;
    height: auto;
    width: auto; }
  .agent-view .agent-info .agent-description blockquote {
    position: relative;
    padding: 50px 30px 10px 30px;
    font-family: "CooperHewitt-SemiboldItalic";
    margin: 0; }
    .agent-view .agent-info .agent-description blockquote:before {
      content: '”';
      position: absolute;
      font-family: Helvetica, Arial;
      left: 0px;
      font-size: 40px;
      font-size: 2.22222rem;
      top: 20px; }
  .agent-view .agent-info .agent-description .date {
    font-family: "CooperHewitt-Semibold";
    text-transform: uppercase;
    font-size: 10px;
    font-size: 0.55556rem;
    color: #febd11;
    display: block;
    margin-bottom: 20px; }
  .agent-view .agent-info .agent-description .ingress {
    font-family: "CooperHewitt-Semibold";
    color: #272727;
    margin-bottom: 18px;
    margin-top: 4px; }
  .agent-view .agent-info .agent-description p {
    margin-bottom: 18px; }
    @media (max-width: 1024px) {
      .agent-view .agent-info .agent-description p {
        font-size: 18px;
        font-size: 1rem; } }
    .agent-view .agent-info .agent-description p ~ h1, .agent-view .agent-info .agent-description p ~ h2, .agent-view .agent-info .agent-description p ~ h3, .agent-view .agent-info .agent-description p ~ h4, .agent-view .agent-info .agent-description p ~ h5, .agent-view .agent-info .agent-description p ~ h6 {
      margin-top: 2.4rem; }
  .agent-view .agent-info .agent-description ul {
    padding-left: 20px;
    margin-bottom: 18px; }
    .agent-view .agent-info .agent-description ul li {
      list-style: inside disc; }
  .agent-view .agent-info .agent-description ol {
    padding-left: 20px;
    margin-bottom: 18px; }
    .agent-view .agent-info .agent-description ol li {
      list-style: inside decimal; }
  .agent-view .agent-info .agent-description figure {
    margin: 3.5em 0;
    border: 3px solid #f2f2f2; }
    .agent-view .agent-info .agent-description figure img {
      display: block; }
    .agent-view .agent-info .agent-description figure figcaption {
      padding: 10px 20px 10px 20px;
      font-size: 13px;
      font-size: 0.72222rem; }
  .agent-view .agent-info .agent-description strong {
    font-family: "CooperHewitt-Bold"; }
  .agent-view .agent-info .agent-description a {
    border-bottom: 2px solid #ffbd11;
    text-decoration: none; }

.email-form .form-container {
  font-size: 20px;
  font-size: 1.11111rem; }
  .email-form .form-container h1 {
    font-family: "CooperHewitt-Bold";
    font-size: 40px;
    font-size: 2.22222rem;
    color: #272727;
    font-weight: normal;
    margin-bottom: 1.2rem;
    margin: 24px 0 35px 0;
    padding: 0; }
    @media (max-width: 1024px) {
      .email-form .form-container h1 {
        font-size: 30px;
        font-size: 1.66667rem; } }
  .email-form .form-container h2 {
    font-size: 28px;
    font-size: 1.55556rem;
    color: #272727;
    font-family: "CooperHewitt-Bold";
    font-weight: normal;
    margin-bottom: 1.2rem; }
    @media (max-width: 1024px) {
      .email-form .form-container h2 {
        font-size: 24px;
        font-size: 1.33333rem; } }
  .email-form .form-container h3 {
    font-size: 24px;
    font-size: 1.33333rem;
    color: #272727;
    font-family: "CooperHewitt-Bold";
    font-weight: normal;
    margin-bottom: 1.2rem; }
    @media (max-width: 1024px) {
      .email-form .form-container h3 {
        font-size: 22px;
        font-size: 1.22222rem; } }
  .email-form .form-container h4 {
    font-size: 20px;
    font-size: 1.11111rem;
    color: #272727;
    font-family: "CooperHewitt-Bold";
    font-weight: normal;
    margin-bottom: 1.2rem; }
    @media (max-width: 1024px) {
      .email-form .form-container h4 {
        font-size: 18px;
        font-size: 1rem; } }
  .email-form .form-container h5 {
    font-size: 18px;
    font-size: 1rem;
    color: #272727;
    font-family: "CooperHewitt-Bold";
    font-weight: normal;
    margin-bottom: 1.2rem; }
    @media (max-width: 1024px) {
      .email-form .form-container h5 {
        font-size: 18px;
        font-size: 1rem; } }
  .email-form .form-container h6 {
    font-size: 18px;
    font-size: 1rem;
    color: #272727;
    font-family: "CooperHewitt-Bold";
    font-weight: normal;
    margin-bottom: 1.2rem; }
    @media (max-width: 1024px) {
      .email-form .form-container h6 {
        font-size: 18px;
        font-size: 1rem; } }
  .email-form .form-container img {
    max-width: 100%;
    height: auto;
    width: auto; }
  .email-form .form-container blockquote {
    position: relative;
    padding: 50px 30px 10px 30px;
    font-family: "CooperHewitt-SemiboldItalic";
    margin: 0; }
    .email-form .form-container blockquote:before {
      content: '”';
      position: absolute;
      font-family: Helvetica, Arial;
      left: 0px;
      font-size: 40px;
      font-size: 2.22222rem;
      top: 20px; }
  .email-form .form-container .date {
    font-family: "CooperHewitt-Semibold";
    text-transform: uppercase;
    font-size: 10px;
    font-size: 0.55556rem;
    color: #febd11;
    display: block;
    margin-bottom: 20px; }
  .email-form .form-container .ingress {
    font-family: "CooperHewitt-Semibold";
    color: #272727;
    margin-bottom: 18px;
    margin-top: 4px; }
  .email-form .form-container p {
    margin-bottom: 18px; }
    @media (max-width: 1024px) {
      .email-form .form-container p {
        font-size: 18px;
        font-size: 1rem; } }
    .email-form .form-container p ~ h1, .email-form .form-container p ~ h2, .email-form .form-container p ~ h3, .email-form .form-container p ~ h4, .email-form .form-container p ~ h5, .email-form .form-container p ~ h6 {
      margin-top: 2.4rem; }
  .email-form .form-container ul {
    padding-left: 20px;
    margin-bottom: 18px; }
    .email-form .form-container ul li {
      list-style: inside disc; }
  .email-form .form-container ol {
    padding-left: 20px;
    margin-bottom: 18px; }
    .email-form .form-container ol li {
      list-style: inside decimal; }
  .email-form .form-container figure {
    margin: 3.5em 0;
    border: 3px solid #f2f2f2; }
    .email-form .form-container figure img {
      display: block; }
    .email-form .form-container figure figcaption {
      padding: 10px 20px 10px 20px;
      font-size: 13px;
      font-size: 0.72222rem; }
  .email-form .form-container strong {
    font-family: "CooperHewitt-Bold"; }
  .email-form .form-container a {
    border-bottom: 2px solid #ffbd11;
    text-decoration: none; }
  .email-form .form-container .excerpt {
    margin-bottom: 20px; }
  .email-form .form-container form {
    font-size: 14px;
    font-size: 0.875rem; }
    .email-form .form-container form .field-wrapper {
      margin-bottom: 15px; }
      .email-form .form-container form .field-wrapper label {
        display: block; }
      .email-form .form-container form .field-wrapper input[type=text], .email-form .form-container form .field-wrapper textarea {
        width: 100%;
        max-width: 600px;
        border: 1px solid #ddd;
        padding: 5px 10px 2px 10px; }
        .email-form .form-container form .field-wrapper input[type=text]:focus, .email-form .form-container form .field-wrapper textarea:focus {
          outline: none; }
      .email-form .form-container form .field-wrapper input[type=checkbox], .email-form .form-container form .field-wrapper input[type=radio] {
        margin-right: 20px; }
      .email-form .form-container form .field-wrapper textarea {
        height: 200px; }
    .email-form .form-container form .button-wrapper {
      margin-top: 20px; }
      .email-form .form-container form .button-wrapper button {
        padding: 17px 50px 12px 50px;
        background: #f1c04c;
        border: 1px solid #f1c04c;
        line-height: 1em;
        border-radius: 2em;
        color: #8c6527; }
        @media (max-width: 1024px) {
          .email-form .form-container form .button-wrapper button {
            padding: 12px 30px 7px 30px;
            font-size: 12px;
            font-size: 0.75rem; } }

.email-form .email-form-help-text {
  font-size: 14px;
  font-size: 0.77778rem;
  color: #444; }
  .email-form .email-form-help-text > p {
    margin: 0; }

.email-form .message {
  margin-top: 30px;
  font-size: 20px;
  font-size: 1.11111rem; }
  .email-form .message h1 {
    font-family: "CooperHewitt-Bold";
    font-size: 40px;
    font-size: 2.22222rem;
    color: #272727;
    font-weight: normal;
    margin-bottom: 1.2rem;
    margin: 24px 0 35px 0;
    padding: 0; }
    @media (max-width: 1024px) {
      .email-form .message h1 {
        font-size: 30px;
        font-size: 1.66667rem; } }
  .email-form .message h2 {
    font-size: 28px;
    font-size: 1.55556rem;
    color: #272727;
    font-family: "CooperHewitt-Bold";
    font-weight: normal;
    margin-bottom: 1.2rem; }
    @media (max-width: 1024px) {
      .email-form .message h2 {
        font-size: 24px;
        font-size: 1.33333rem; } }
  .email-form .message h3 {
    font-size: 24px;
    font-size: 1.33333rem;
    color: #272727;
    font-family: "CooperHewitt-Bold";
    font-weight: normal;
    margin-bottom: 1.2rem; }
    @media (max-width: 1024px) {
      .email-form .message h3 {
        font-size: 22px;
        font-size: 1.22222rem; } }
  .email-form .message h4 {
    font-size: 20px;
    font-size: 1.11111rem;
    color: #272727;
    font-family: "CooperHewitt-Bold";
    font-weight: normal;
    margin-bottom: 1.2rem; }
    @media (max-width: 1024px) {
      .email-form .message h4 {
        font-size: 18px;
        font-size: 1rem; } }
  .email-form .message h5 {
    font-size: 18px;
    font-size: 1rem;
    color: #272727;
    font-family: "CooperHewitt-Bold";
    font-weight: normal;
    margin-bottom: 1.2rem; }
    @media (max-width: 1024px) {
      .email-form .message h5 {
        font-size: 18px;
        font-size: 1rem; } }
  .email-form .message h6 {
    font-size: 18px;
    font-size: 1rem;
    color: #272727;
    font-family: "CooperHewitt-Bold";
    font-weight: normal;
    margin-bottom: 1.2rem; }
    @media (max-width: 1024px) {
      .email-form .message h6 {
        font-size: 18px;
        font-size: 1rem; } }
  .email-form .message img {
    max-width: 100%;
    height: auto;
    width: auto; }
  .email-form .message blockquote {
    position: relative;
    padding: 50px 30px 10px 30px;
    font-family: "CooperHewitt-SemiboldItalic";
    margin: 0; }
    .email-form .message blockquote:before {
      content: '”';
      position: absolute;
      font-family: Helvetica, Arial;
      left: 0px;
      font-size: 40px;
      font-size: 2.22222rem;
      top: 20px; }
  .email-form .message .date {
    font-family: "CooperHewitt-Semibold";
    text-transform: uppercase;
    font-size: 10px;
    font-size: 0.55556rem;
    color: #febd11;
    display: block;
    margin-bottom: 20px; }
  .email-form .message .ingress {
    font-family: "CooperHewitt-Semibold";
    color: #272727;
    margin-bottom: 18px;
    margin-top: 4px; }
  .email-form .message p {
    margin-bottom: 18px; }
    @media (max-width: 1024px) {
      .email-form .message p {
        font-size: 18px;
        font-size: 1rem; } }
    .email-form .message p ~ h1, .email-form .message p ~ h2, .email-form .message p ~ h3, .email-form .message p ~ h4, .email-form .message p ~ h5, .email-form .message p ~ h6 {
      margin-top: 2.4rem; }
  .email-form .message ul {
    padding-left: 20px;
    margin-bottom: 18px; }
    .email-form .message ul li {
      list-style: inside disc; }
  .email-form .message ol {
    padding-left: 20px;
    margin-bottom: 18px; }
    .email-form .message ol li {
      list-style: inside decimal; }
  .email-form .message figure {
    margin: 3.5em 0;
    border: 3px solid #f2f2f2; }
    .email-form .message figure img {
      display: block; }
    .email-form .message figure figcaption {
      padding: 10px 20px 10px 20px;
      font-size: 13px;
      font-size: 0.72222rem; }
  .email-form .message strong {
    font-family: "CooperHewitt-Bold"; }
  .email-form .message a {
    border-bottom: 2px solid #ffbd11;
    text-decoration: none; }
  .email-form .message .message-success {
    display: none;
    padding: 40px 0;
    overflow: hidden; }
  .email-form .message .message-error {
    text-align: left;
    display: none; }

html.placeholder .email-form .form-container form .field-wrapper .email-form-label {
  display: none; }

.region-manager-list, .list-container {
  font-size: 20px;
  font-size: 1.11111rem;
  margin-bottom: 60px; }
  .region-manager-list h1, .list-container h1 {
    font-family: "CooperHewitt-Bold";
    font-size: 40px;
    font-size: 2.22222rem;
    color: #272727;
    font-weight: normal;
    margin-bottom: 1.2rem;
    margin: 24px 0 35px 0;
    padding: 0; }
    @media (max-width: 1024px) {
      .region-manager-list h1, .list-container h1 {
        font-size: 30px;
        font-size: 1.66667rem; } }
  .region-manager-list h2, .list-container h2 {
    font-size: 28px;
    font-size: 1.55556rem;
    color: #272727;
    font-family: "CooperHewitt-Bold";
    font-weight: normal;
    margin-bottom: 1.2rem; }
    @media (max-width: 1024px) {
      .region-manager-list h2, .list-container h2 {
        font-size: 24px;
        font-size: 1.33333rem; } }
  .region-manager-list h3, .list-container h3 {
    font-size: 24px;
    font-size: 1.33333rem;
    color: #272727;
    font-family: "CooperHewitt-Bold";
    font-weight: normal;
    margin-bottom: 1.2rem; }
    @media (max-width: 1024px) {
      .region-manager-list h3, .list-container h3 {
        font-size: 22px;
        font-size: 1.22222rem; } }
  .region-manager-list h4, .list-container h4 {
    font-size: 20px;
    font-size: 1.11111rem;
    color: #272727;
    font-family: "CooperHewitt-Bold";
    font-weight: normal;
    margin-bottom: 1.2rem; }
    @media (max-width: 1024px) {
      .region-manager-list h4, .list-container h4 {
        font-size: 18px;
        font-size: 1rem; } }
  .region-manager-list h5, .list-container h5 {
    font-size: 18px;
    font-size: 1rem;
    color: #272727;
    font-family: "CooperHewitt-Bold";
    font-weight: normal;
    margin-bottom: 1.2rem; }
    @media (max-width: 1024px) {
      .region-manager-list h5, .list-container h5 {
        font-size: 18px;
        font-size: 1rem; } }
  .region-manager-list h6, .list-container h6 {
    font-size: 18px;
    font-size: 1rem;
    color: #272727;
    font-family: "CooperHewitt-Bold";
    font-weight: normal;
    margin-bottom: 1.2rem; }
    @media (max-width: 1024px) {
      .region-manager-list h6, .list-container h6 {
        font-size: 18px;
        font-size: 1rem; } }
  .region-manager-list img, .list-container img {
    max-width: 100%;
    height: auto;
    width: auto; }
  .region-manager-list blockquote, .list-container blockquote {
    position: relative;
    padding: 50px 30px 10px 30px;
    font-family: "CooperHewitt-SemiboldItalic";
    margin: 0; }
    .region-manager-list blockquote:before, .list-container blockquote:before {
      content: '”';
      position: absolute;
      font-family: Helvetica, Arial;
      left: 0px;
      font-size: 40px;
      font-size: 2.22222rem;
      top: 20px; }
  .region-manager-list .date, .list-container .date {
    font-family: "CooperHewitt-Semibold";
    text-transform: uppercase;
    font-size: 10px;
    font-size: 0.55556rem;
    color: #febd11;
    display: block;
    margin-bottom: 20px; }
  .region-manager-list .ingress, .list-container .ingress {
    font-family: "CooperHewitt-Semibold";
    color: #272727;
    margin-bottom: 18px;
    margin-top: 4px; }
  .region-manager-list p, .list-container p {
    margin-bottom: 18px; }
    @media (max-width: 1024px) {
      .region-manager-list p, .list-container p {
        font-size: 18px;
        font-size: 1rem; } }
    .region-manager-list p ~ h1, .list-container p ~ h1, .region-manager-list p ~ h2, .list-container p ~ h2, .region-manager-list p ~ h3, .list-container p ~ h3, .region-manager-list p ~ h4, .list-container p ~ h4, .region-manager-list p ~ h5, .list-container p ~ h5, .region-manager-list p ~ h6, .list-container p ~ h6 {
      margin-top: 2.4rem; }
  .region-manager-list ul, .list-container ul {
    padding-left: 20px;
    margin-bottom: 18px; }
    .region-manager-list ul li, .list-container ul li {
      list-style: inside disc; }
  .region-manager-list ol, .list-container ol {
    padding-left: 20px;
    margin-bottom: 18px; }
    .region-manager-list ol li, .list-container ol li {
      list-style: inside decimal; }
  .region-manager-list figure, .list-container figure {
    margin: 3.5em 0;
    border: 3px solid #f2f2f2; }
    .region-manager-list figure img, .list-container figure img {
      display: block; }
    .region-manager-list figure figcaption, .list-container figure figcaption {
      padding: 10px 20px 10px 20px;
      font-size: 13px;
      font-size: 0.72222rem; }
  .region-manager-list strong, .list-container strong {
    font-family: "CooperHewitt-Bold"; }
  .region-manager-list a, .list-container a {
    border-bottom: 2px solid #ffbd11;
    text-decoration: none; }
  .region-manager-list .excerpt, .list-container .excerpt {
    margin-bottom: 80px; }
  .region-manager-list > ul, .list-container > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -80px;
    margin-top: -60px;
    padding: 0; }
    .region-manager-list > ul > li, .list-container > ul > li {
      list-style: none;
      font-size: 14px;
      font-size: 0.77778rem;
      font-family: "CooperHewitt-Book";
      width: 33.33333%;
      padding: 60px 0 0 80px; }
      @media (max-width: 1024px) {
        .region-manager-list > ul > li, .list-container > ul > li {
          width: 50%; } }
      @media (max-width: 480px) {
        .region-manager-list > ul > li, .list-container > ul > li {
          width: 100%; } }
      .region-manager-list > ul > li img, .list-container > ul > li img {
        vertical-align: middle;
        border: 3px solid #f2f2f2;
        max-width: 100%;
        height: auto;
        margin-bottom: 28px; }
      .region-manager-list > ul > li .region-manager-name, .list-container > ul > li .region-manager-name {
        font-size: 16px;
        font-size: 0.88889rem;
        font-family: "CooperHewitt-Bold";
        margin-bottom: 0; }
      .region-manager-list > ul > li .region-manager-field, .list-container > ul > li .region-manager-field {
        display: block;
        margin-bottom: 10px;
        color: #3a3737;
        font-family: "CooperHewitt-Medium"; }
      .region-manager-list > ul > li .region-manager-region, .list-container > ul > li .region-manager-region {
        display: block;
        margin-bottom: 10px;
        color: #3a3737;
        font-family: "CooperHewitt-Medium"; }
      .region-manager-list > ul > li .region-manager-phone, .list-container > ul > li .region-manager-phone {
        text-decoration: none;
        display: inline-block; }
      .region-manager-list > ul > li .region-manager-email, .list-container > ul > li .region-manager-email {
        text-decoration: none;
        display: inline-block; }

.list-container .content {
  font-size: 20px;
  font-size: 1.11111rem; }
  .list-container .content h1 {
    font-family: "CooperHewitt-Bold";
    font-size: 40px;
    font-size: 2.22222rem;
    color: #272727;
    font-weight: normal;
    margin-bottom: 1.2rem;
    margin: 24px 0 35px 0;
    padding: 0; }
    @media (max-width: 1024px) {
      .list-container .content h1 {
        font-size: 30px;
        font-size: 1.66667rem; } }
  .list-container .content h2 {
    font-size: 28px;
    font-size: 1.55556rem;
    color: #272727;
    font-family: "CooperHewitt-Bold";
    font-weight: normal;
    margin-bottom: 1.2rem; }
    @media (max-width: 1024px) {
      .list-container .content h2 {
        font-size: 24px;
        font-size: 1.33333rem; } }
  .list-container .content h3 {
    font-size: 24px;
    font-size: 1.33333rem;
    color: #272727;
    font-family: "CooperHewitt-Bold";
    font-weight: normal;
    margin-bottom: 1.2rem; }
    @media (max-width: 1024px) {
      .list-container .content h3 {
        font-size: 22px;
        font-size: 1.22222rem; } }
  .list-container .content h4 {
    font-size: 20px;
    font-size: 1.11111rem;
    color: #272727;
    font-family: "CooperHewitt-Bold";
    font-weight: normal;
    margin-bottom: 1.2rem; }
    @media (max-width: 1024px) {
      .list-container .content h4 {
        font-size: 18px;
        font-size: 1rem; } }
  .list-container .content h5 {
    font-size: 18px;
    font-size: 1rem;
    color: #272727;
    font-family: "CooperHewitt-Bold";
    font-weight: normal;
    margin-bottom: 1.2rem; }
    @media (max-width: 1024px) {
      .list-container .content h5 {
        font-size: 18px;
        font-size: 1rem; } }
  .list-container .content h6 {
    font-size: 18px;
    font-size: 1rem;
    color: #272727;
    font-family: "CooperHewitt-Bold";
    font-weight: normal;
    margin-bottom: 1.2rem; }
    @media (max-width: 1024px) {
      .list-container .content h6 {
        font-size: 18px;
        font-size: 1rem; } }
  .list-container .content img {
    max-width: 100%;
    height: auto;
    width: auto; }
  .list-container .content blockquote {
    position: relative;
    padding: 50px 30px 10px 30px;
    font-family: "CooperHewitt-SemiboldItalic";
    margin: 0; }
    .list-container .content blockquote:before {
      content: '”';
      position: absolute;
      font-family: Helvetica, Arial;
      left: 0px;
      font-size: 40px;
      font-size: 2.22222rem;
      top: 20px; }
  .list-container .content .date {
    font-family: "CooperHewitt-Semibold";
    text-transform: uppercase;
    font-size: 10px;
    font-size: 0.55556rem;
    color: #febd11;
    display: block;
    margin-bottom: 20px; }
  .list-container .content .ingress {
    font-family: "CooperHewitt-Semibold";
    color: #272727;
    margin-bottom: 18px;
    margin-top: 4px; }
  .list-container .content p {
    margin-bottom: 18px; }
    @media (max-width: 1024px) {
      .list-container .content p {
        font-size: 18px;
        font-size: 1rem; } }
    .list-container .content p ~ h1, .list-container .content p ~ h2, .list-container .content p ~ h3, .list-container .content p ~ h4, .list-container .content p ~ h5, .list-container .content p ~ h6 {
      margin-top: 2.4rem; }
  .list-container .content ul {
    padding-left: 20px;
    margin-bottom: 18px; }
    .list-container .content ul li {
      list-style: inside disc; }
  .list-container .content ol {
    padding-left: 20px;
    margin-bottom: 18px; }
    .list-container .content ol li {
      list-style: inside decimal; }
  .list-container .content figure {
    margin: 3.5em 0;
    border: 3px solid #f2f2f2; }
    .list-container .content figure img {
      display: block; }
    .list-container .content figure figcaption {
      padding: 10px 20px 10px 20px;
      font-size: 13px;
      font-size: 0.72222rem; }
  .list-container .content strong {
    font-family: "CooperHewitt-Bold"; }
  .list-container .content a {
    border-bottom: 2px solid #ffbd11;
    text-decoration: none; }

footer#sticky-footer {
  height: 62px;
  width: 100%;
  max-width: none;
  z-index: 999; }
  footer#sticky-footer:before {
    display: none; }
  @media (max-width: 1024px) {
    footer#sticky-footer {
      padding: 0;
      height: auto;
      max-width: 1600px;
      width: 100%;
      margin: 0 auto;
      text-align: left; } }
  @media (max-width: 1024px) and (max-width: 1600px) {
    footer#sticky-footer {
      max-width: 1400px; } }
  @media (max-width: 1024px) and (max-width: 1200px) {
    footer#sticky-footer {
      max-width: 1000px; } }
  footer#sticky-footer .sticky-footer__container {
    background: #fff;
    z-index: 1000;
    display: table;
    position: fixed;
    z-index: 99999;
    top: 100%;
    padding: 0 20px;
    margin-top: -62px;
    width: 100%;
    height: 62px;
    left: 0;
    right: 0;
    border-top: 1px solid #ececec; }
    @media (max-width: 1024px) {
      footer#sticky-footer .sticky-footer__container {
        padding: 20px;
        position: static;
        height: auto;
        margin-top: auto; } }
  footer#sticky-footer .sticky-footer__inner {
    height: 62px;
    width: 100%;
    bottom: 0;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1024px) {
      footer#sticky-footer .sticky-footer__inner {
        display: block;
        height: auto; } }
    footer#sticky-footer .sticky-footer__inner > ul {
      -ms-flex: 1;
          flex: 1;
      text-align: right;
      position: relative;
      height: 62px;
      overflow: hidden;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      padding: 0 20px; }
      @media (max-width: 1024px) {
        footer#sticky-footer .sticky-footer__inner > ul {
          padding: 0;
          display: block;
          text-align: left;
          height: auto;
          overflow: auto;
          width: 100%; } }
      footer#sticky-footer .sticky-footer__inner > ul > li {
        list-style: none;
        display: inline-block;
        cursor: pointer;
        height: 124px;
        position: relative;
        transition-property: top;
        transition-duration: .3s;
        top: 0; }
        @media (max-width: 1024px) {
          footer#sticky-footer .sticky-footer__inner > ul > li {
            height: auto;
            cursor: default;
            width: 33.33333%;
            float: left;
            margin-bottom: 20px; } }
        @media (max-width: 480px) {
          footer#sticky-footer .sticky-footer__inner > ul > li {
            width: 100%; } }
        @media (max-width: 1024px) {
          footer#sticky-footer .sticky-footer__inner > ul > li:not(:last-child) {
            margin-right: 0; } }
        footer#sticky-footer .sticky-footer__inner > ul > li:hover {
          top: -62px; }
          @media (max-width: 1024px) {
            footer#sticky-footer .sticky-footer__inner > ul > li:hover {
              top: 0; } }
        footer#sticky-footer .sticky-footer__inner > ul > li > span {
          height: 62px;
          display: block;
          line-height: 62px;
          font-family: "CooperHewitt-Bold"; }
          @media (max-width: 1024px) {
            footer#sticky-footer .sticky-footer__inner > ul > li > span {
              line-height: normal;
              height: auto; } }
        footer#sticky-footer .sticky-footer__inner > ul > li > ul {
          display: block;
          text-align: center; }
          @media (max-width: 1024px) {
            footer#sticky-footer .sticky-footer__inner > ul > li > ul {
              text-align: left; } }
          footer#sticky-footer .sticky-footer__inner > ul > li > ul > li {
            display: inline-block;
            height: 62px;
            line-height: 62px; }
            footer#sticky-footer .sticky-footer__inner > ul > li > ul > li:not(:last-child) {
              margin-right: 10px; }
            @media (max-width: 1024px) {
              footer#sticky-footer .sticky-footer__inner > ul > li > ul > li {
                line-height: normal;
                height: auto; } }
            footer#sticky-footer .sticky-footer__inner > ul > li > ul > li > a {
              text-decoration: none; }
    footer#sticky-footer .sticky-footer__inner .sticky-footer__header {
      top: 0;
      font-family: "CooperHewitt-Bold";
      display: inline-block;
      line-height: 62px; }
      @media (max-width: 1024px) {
        footer#sticky-footer .sticky-footer__inner .sticky-footer__header {
          display: block;
          position: static;
          line-height: normal;
          margin-bottom: 20px; } }

.social-slideshow {
  margin-bottom: 0px; }
  .social-slideshow__title {
    font-family: "CooperHewitt-Bold";
    font-size: 40px;
    font-size: 2.22222rem;
    color: #272727;
    font-weight: normal;
    margin-bottom: 1.2rem;
    padding-top: 5px;
    position: relative; }
    @media (max-width: 1024px) {
      .social-slideshow__title {
        font-size: 30px;
        font-size: 1.66667rem; } }
  .social-slideshow__excerpt {
    margin-bottom: 18px; }
    @media (max-width: 1024px) {
      .social-slideshow__excerpt {
        font-size: 18px;
        font-size: 1rem; } }
  .social-slideshow__container {
    position: relative;
    overflow: hidden; }
  .social-slideshow__slides {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    margin-left: -24px;
    transition-property: transform;
    transition-duration: 0.3s; }
  .social-slideshow__slide {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    padding-left: 24px; }
    @media (max-width: 1024px) {
      .social-slideshow__slide {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }
  .social-slideshow__slide--instagram img {
    width: 100%;
    vertical-align: middle; }
  .social-slideshow__slide--twitter {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    font-size: 16px;
    font-size: 0.88889rem;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1024px) {
      .social-slideshow__slide--twitter {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }
  .social-slideshow .tweet {
    padding: 20px;
    background: #f4f8fa;
    display: -ms-flexbox;
    display: flex; }
    .social-slideshow .tweet a {
      display: inline-block;
      text-decoration: none; }
    .social-slideshow .tweet__text {
      overflow: hidden; }
    .social-slideshow .tweet__profile-image {
      max-width: 100%;
      float: left;
      margin: 0 15px 0 0; }
  .social-slideshow__slide--facebook {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-size: 0.88889rem; }
    .social-slideshow__slide--facebook .fb-post {
      width: 100%;
      background: #f5f8fa;
      padding: 20px; }
      .social-slideshow__slide--facebook .fb-post p {
        margin-bottom: 0;
        word-wrap: break-word; }
  .social-slideshow__btn-container {
    position: absolute;
    right: 0;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%); }
  .social-slideshow__btn {
    vertical-align: middle;
    color: #000;
    text-decoration: none;
    display: inline-block;
    text-indent: -999em;
    opacity: .6; }
    .social-slideshow__btn:hover {
      opacity: 1; }
  .social-slideshow__btn--next {
    background-image: url(../images/spritemap.png);
    background-position: -77px -78px;
    width: 12px;
    height: 20px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .social-slideshow__btn--next {
        background-image: url(../images/spritemap-2x.png);
        background-size: 188px 171px; } }
  .social-slideshow__btn--prev {
    margin-right: 8px;
    background-image: url(../images/spritemap.png);
    background-position: -77px -48px;
    width: 12px;
    height: 20px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .social-slideshow__btn--prev {
        background-image: url(../images/spritemap-2x.png);
        background-size: 188px 171px; } }
  .social-slideshow__link {
    display: inline-block;
    margin-top: 38px;
    border-bottom: 2px solid #ffbd11;
    text-decoration: none; }
    @media (max-width: 1024px) {
      .social-slideshow__link {
        font-size: 18px;
        font-size: 1rem; } }

.layout-columns.col-2 .social-slideshow__slide {
  -ms-flex: 0 0 100% !important;
      flex: 0 0 100% !important; }

.facebook-embed {
  margin-bottom: 0px; }
  .facebook-embed__title {
    font-family: "CooperHewitt-Bold";
    font-size: 40px;
    font-size: 2.22222rem;
    color: #272727;
    font-weight: normal;
    margin-bottom: 1.2rem;
    padding-top: 5px;
    position: relative; }
    @media (max-width: 1024px) {
      .facebook-embed__title {
        font-size: 30px;
        font-size: 1.66667rem; } }

.card-form__form {
  display: block;
  overflow: visible; }

.card-form__title {
  font-size: 22px;
  font-family: "CooperHewitt-Bold"; }

.card-form__input--checkbox {
  -ms-flex-negative: 1;
      flex-shrink: 1; }
  .card-form__input--checkbox input {
    margin: 0 10px 0 0; }

.card-form__fieldset {
  position: relative;
  border: none;
  padding-left: 0;
  padding-right: 0; }

.card-form__legend {
  font-family: "CooperHewitt-Bold";
  font-size: 22px;
  border-bottom: 2px solid #febd11;
  padding: 0 10px; }

.card-form__input-wrapper {
  margin: 10px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.card-form .cards-container > .card {
  padding: 20px;
  border: 2px solid #eee; }
  .card-form .cards-container > .card:nth-child(even) {
    background: #eee; }
  @media screen and (max-width: 600px) {
    .card-form .cards-container > .card {
      padding: 0px; } }

@media screen and (max-width: 600px) {
  .card-form__radio-checkbox-wrapper label {
    display: block; } }

.card-form__radio-checkbox-wrapper label input {
  margin-right: 10px; }

.card-form__radio-checkbox-wrapper label:not(:first-child) input {
  margin-left: 20px; }
  @media screen and (max-width: 600px) {
    .card-form__radio-checkbox-wrapper label:not(:first-child) input {
      margin-left: 0; } }

.card-form__page-error {
  display: none;
  font-family: "CooperHewitt-Bold";
  font-size: 12px;
  color: red;
  clear: both;
  margin-top: 10px; }
  .card-form__page-error--next {
    float: right; }
  .card-form__page-error--submit {
    width: 100%;
    text-align: center; }

.card-form__input {
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  -ms-flex: 1;
      flex: 1; }
  .card-form__input label.error {
    color: red;
    position: absolute;
    left: 11px;
    bottom: 7px;
    transform: translateY(100%);
    font-size: 12px; }
  @media screen and (max-width: 600px) {
    .card-form__input {
      -ms-flex: 1 0 100%;
          flex: 1 0 100%; } }
  .card-form__input input[type=checkbox] {
    transform: scale(1.3);
    margin-right: 10px; }
  .card-form__input input[type=text], .card-form__input textarea,
  .card-form__input input[type=number] {
    background: #fff;
    border-radius: none;
    width: 100%;
    padding: 6px 8px 4px 8px;
    display: inline-block; }
  .card-form__input input + input {
    margin-top: 2px; }
  .card-form__input textarea {
    resize: vertical;
    min-height: 120px; }
  .card-form__input select {
    background: #fff;
    border-radius: 0;
    padding: 6px 8px 4px 8px;
    width: 100%; }
    .card-form__input select[disabled] {
      opacity: 0.3; }
  .card-form__input label {
    font-family: "CooperHewitt-Bold"; }
  .card-form__input .cardShipmentAddressContainer {
    margin-top: 10px; }
  .card-form__input label.shipment_address {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .card-form__input .shipment_address_value {
    display: inline-block;
    margin-left: 20px;
    font-family: "CooperHewitt-Medium"; }

.card-form__hint {
  display: block;
  font-size: 14px;
  bottom: -15px; }

.card-form__help-area strong {
  font-family: "CooperHewitt-Bold";
  font-weight: normal;
  font-size: 20px; }

.card-form__help-area p {
  margin: 0; }

.card-form__btn {
  display: inline-block;
  padding: 12px;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  border-style: none;
  font-family: "CooperHewitt-Bold";
  font-size: 12px;
  line-height: 12px;
  text-align: center; }

.card-form__btn--add {
  margin-top: 30px;
  background: green;
  min-width: 92px;
  float: right; }

.card-form__btn--add--left {
  float: none; }

.card-form__btn--add:disabled {
  margin-top: 30px;
  background: darkgrey; }

.card-form__btn--remove {
  background: #ce1a2e;
  border: 1px solid #ce1a2e;
  display: none;
  margin-right: 10px; }
  @media screen and (max-width: 600px) {
    .card-form__btn--remove {
      margin-bottom: 10px; } }

.card-form__preview-btn {
  margin: 40px auto 0px auto;
  display: block;
  padding: 17px 50px 12px 50px;
  background: #febd11;
  border: 1px solid #ce1a2e;
  line-height: 1em;
  border-radius: 2em;
  color: #eee; }

.card-form__message-container {
  display: none;
  margin-top: 30px;
  padding: 20px;
  border: 2px solid #eee; }
  .card-form__message-container p {
    margin-bottom: 0; }
  .card-form__message-container p + p {
    margin-top: 1.5em; }

.card-form__message-container--success {
  border-color: green; }

.card-form__message-container--success--display {
  border-color: green;
  display: block; }

.card-form__message-container--error {
  border-color: red; }

.card-form .loading-container {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200; }

.card-form .lds-spinner {
  color: #fff;
  display: inline-block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 80px;
  height: 80px; }

.card-form .lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite; }

.card-form .lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fff; }

.card-form .lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s; }

.card-form .lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s; }

.card-form .lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s; }

.card-form .lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s; }

.card-form .lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s; }

.card-form .lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s; }

.card-form .lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s; }

.card-form .lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s; }

.card-form .lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s; }

.card-form .lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s; }

.card-form .lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s; }

.card-form .lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s; }

@keyframes lds-spinner {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.card-form .card-form-preview {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100; }

.card-form .card-form-preview__element {
  margin-bottom: 12px; }

.card-form .card-form-preview__label {
  font-family: "CooperHewitt-Bold"; }

.card-form .card-form-preview__card {
  padding: 20px;
  border-top: 1px solid #ccc; }

.card-form .card-form-preview__card:nth-child(even) {
  background: #eee; }

.card-form .card-form-preview__buttons {
  margin-top: 20px;
  text-align: center; }

.card-form .card-form-preview__cancel {
  margin-right: 30px;
  text-decoration: none; }

.card-form .card-form-preview__submit {
  text-decoration: none;
  display: inline-block;
  padding: 17px 50px 12px 50px;
  background: #febd11;
  border: 1px solid #ce1a2e;
  line-height: 1em;
  border-radius: 2em;
  color: #eee; }

.card-form .card-form-preview__wrapper {
  overflow: scroll;
  overflow-x: hidden;
  position: fixed;
  background: #fff;
  width: 50%;
  max-height: 80vh;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 101;
  padding: 30px; }
  @media (max-width: 1024px) {
    .card-form .card-form-preview__wrapper {
      width: 90%; } }
  .card-form .card-form-preview__wrapper h1 {
    font-size: 22px;
    font-size: 1.375rem;
    font-family: "CooperHewitt-Bold";
    margin-bottom: 20px; }
  .card-form .card-form-preview__wrapper h2 {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: "CooperHewitt-Bold";
    margin-bottom: 15px; }

.card-form__help-faktura {
  display: none;
  font-family: "CooperHewitt-Bold"; }

.card-form__help {
  background: #000;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  text-align: center;
  line-height: 23px;
  transform: translateX(20px) translateY(-3px);
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem; }
  .card-form__help span {
    font-size: 12px;
    font-size: 0.75rem;
    display: none;
    line-height: 1.1;
    text-align: left;
    position: absolute;
    width: 320px;
    background: #fff;
    height: auto;
    color: #000;
    border: 1px solid #333;
    bottom: calc(100% + 5px);
    transform: translateX(-50%);
    padding: 10px;
    box-sizing: border-box; }
    @media (max-width: 480px) {
      .card-form__help span {
        width: 260px; } }
    .card-form__help span ul li {
      margin-bottom: 10px; }
  .card-form__help:hover span {
    display: block; }
  .card-form__help--align-left {
    transform: translateX(0); }
  .card-form__help--popup-align-right span {
    transform: translateX(0); }
  .card-form__help--popup-align-left span {
    transform: translateX(-100%); }

#new-card-template {
  display: none; }

.global-search {
  background: #fff;
  display: none; }
  .global-search__form-container {
    text-align: center;
    padding: 20px; }
  .global-search__input-container input {
    width: 40%;
    border: none;
    border-bottom: 2px solid #f4f4f4;
    font-size: 24px;
    font-size: 1.33333rem;
    text-align: center; }
    @media (max-width: 768px) {
      .global-search__input-container input {
        width: 80%;
        font-size: 18px;
        font-size: 1rem; } }
    .global-search__input-container input:focus {
      outline: none; }
  .global-search__input-container button[type=submit] {
    font-size: 12px;
    font-size: 0.66667rem;
    padding: 10px 40px 5px 40px;
    background: #febd11;
    border: 0;
    border-radius: 2em;
    margin-left: 20px;
    color: #fff; }
    @media (max-width: 768px) {
      .global-search__input-container button[type=submit] {
        display: block;
        margin: 10px auto; } }
  .global-search__icon {
    background-image: url(../images/spritemap.png);
    background-position: -47px -156px;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    display: inline-block;
    margin-top: -3px;
    margin-right: 3px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .global-search__icon {
        background-image: url(../images/spritemap-2x.png);
        background-size: 188px 171px; } }

.toggle-search--mobile {
  display: none; }
  @media (max-width: 1024px) {
    .toggle-search--mobile {
      display: inline-block;
      position: absolute;
      top: 3px;
      transform: translateX(-30px); } }

.search__title {
  font-family: "CooperHewitt-Bold";
  font-size: 34px;
  font-size: 2.125rem;
  color: #272727;
  font-weight: normal;
  margin: 24px 0 1.2rem 0;
  padding: 0; }

.search__form {
  width: 100%;
  margin: 0 0 60px 0; }

.search__input-wrapper {
  margin-bottom: 10px; }
  .search__input-wrapper input[type="text"] {
    width: 100%;
    padding: 12px 20px 4px 20px;
    line-height: 1em;
    border: 1px solid #cdcccd; }

.search__submit {
  display: inline-block;
  padding: 17px 50px 12px 50px;
  line-height: 1em;
  background: #f1c04c;
  border: 1px solid #f1c04c;
  border-radius: 2em;
  text-decoration: none;
  font-family: "CooperHewitt-Book";
  font-size: 18px;
  font-size: 1.125rem;
  color: #656262;
  transition-property: background, border-color;
  transition-duration: .3s;
  margin: 10px 0 0 0; }
  .search__submit.active, .search__submit:hover {
    background: #f1c04c;
    border: 1px solid #f1c04c;
    color: #8c6527; }
  @media (max-width: 1024px) {
    .search__submit {
      padding: 12px 30px 7px 30px;
      font-size: 12px;
      font-size: 0.75rem; } }

.search__facets {
  margin: 0 0 60px 0; }
  .search__facets h2 {
    font-size: 28px;
    font-size: 1.75rem;
    font-family: "CooperHewitt-Bold";
    margin: 0 0 10px 0; }
  .search__facets h3 {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: "CooperHewitt-Bold";
    margin: 30px 0 10px 0; }

.search__map-image {
  vertical-align: middle;
  max-width: 100%;
  width: auto;
  padding: 0px; }

.search__facets-list {
  margin: 0;
  padding: 0; }
  .search__facets-list li .facet-filter-btn {
    text-decoration: none; }
    .search__facets-list li .facet-filter-btn.active {
      color: #000; }
      .search__facets-list li .facet-filter-btn.active:before {
        font-family: "unox-icons";
        font-size: 10px;
        font-size: 0.625rem;
        color: red;
        content: "\E003";
        display: inline-block;
        margin-right: 10px; }

.search__header {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "CooperHewitt-Bold";
  margin: 20px 0 10px 0; }

.search__results-list li {
  overflow: hidden;
  background: #dedede;
  padding: 20px; }
  .search__results-list li:nth-child(2n - 1) {
    background: #f3f3f3; }
  .search__results-list li a {
    text-decoration: none; }
    .search__results-list li a h3 {
      font-size: 18px;
      font-size: 1.125rem;
      margin: 0;
      text-decoration: underline; }
    .search__results-list li a .excerpt {
      margin: 20px 0 0 0; }

.search__no-hits {
  margin: 50px 0 0 0;
  font-size: 28px;
  font-size: 1.75rem; }

.ntb .main-image img {
  margin: auto; }
