@charset "UTF-8";
/*------------------------------------*\
    #BASE
\*------------------------------------*/
/*------------------------------------*\
    #COLORS
\*------------------------------------*/
/*------------------------------------*\
    #SETTINGS
\*------------------------------------*/
/*------------------------------------*\
    #INUIT OVERRIDES
\*------------------------------------*/
@import url(../fonts/ss-social-regular/ss-social-regular.css);
@import url(../fonts/ss-pika/ss-pika.css);
@import url(../../bower_components/swiper/dist/idangerous.swiper.css);
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*!
 * inuitcss, by @csswizardry
 *
 * github.com/inuitcss | inuitcss.com
 */
/*------------------------------------*\
    #MEDIA QUERIES
\*------------------------------------*/
/*------------------------------------*\
    #SIZING
\*------------------------------------*/
/*------------------------------------*\
    #ANIMATIONS
\*------------------------------------*/
/*------------------------------------*\
    #MIXINS
\*------------------------------------*/
/**
 * Font selector
 */
/**
 * Media queries
 */
/**
 * Link underline
 */
/*! normalize.css v3.0.1 | 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,
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: 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; }

/*------------------------------------*\
    #BOX-SIZING
\*------------------------------------*/
/**
 * Set the global `box-sizing` state to `border-box`.
 *
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

/*------------------------------------*\
    #RESET
\*------------------------------------*/
/**
 * As well as using normalize.css, it is often advantageous to remove all
 * margins from certain elements.
 */
body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0; }

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title],
dfn[title] {
  cursor: help; }

/**
 * Remove underlines from potentially troublesome elements.
 */
u,
ins {
  text-decoration: none; }

/**
 * Apply faux underlines to inserted text via `border-bottom`.
 */
ins {
  border-bottom: 1px solid; }

/*------------------------------------*\
    #HEADINGS
\*------------------------------------*/
/**
 * Headings 1–6, with corresponding Greek-alphabet abstract classes for double-
 * stranded heading hierarchy: csswizardry.com/2012/02/pragmatic-practical-font-sizing-in-css
 */
h1,
.alpha {
  font-size: 72px;
  font-size: 4rem;
  line-height: 1.16667; }

h2,
.beta {
  font-size: 48px;
  font-size: 2.66667rem;
  line-height: 1.16667; }

h3,
.gamma {
  font-size: 30px;
  font-size: 1.66667rem;
  line-height: 1.86667; }

h4,
.delta {
  font-size: 24px;
  font-size: 1.33333rem;
  line-height: 1.16667; }

h5,
.epsilon {
  font-size: 20px;
  font-size: 1.11111rem;
  line-height: 1.4; }

h6,
.zeta {
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.55556; }

/*------------------------------------*\
    #IMAGES
\*------------------------------------*/
/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */
img {
  max-width: 100%;
  /* [1] */
  font-style: italic;
  /* [2] */
  vertical-align: middle;
  /* [3] */ }

/**
 * 1. Google Maps breaks if `max-width: 100%` acts upon it; use their selector
 *    to remove the effects.
 * 2. If a `width` and/or `height` attribute have been explicitly defined, let’s
 *    not make the image fluid.
 */
.gm-style img,
img[width],
img[height] {
  /* [2] */
  max-width: none; }

/*------------------------------------*\
    #PAGE
\*------------------------------------*/
/**
 * High-, page-level styling.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 * 4. Prevent certain mobile browsers from automatically zooming fonts.
 * 5. Fonts on OSX will look more consistent with other systems that do not
 *    render text using sub-pixel anti-aliasing.
 */
html {
  font-size: 1.125em;
  /* [1] */
  line-height: 1.55556;
  /* [1] */
  background-color: #1c2931;
  color: #5e6468;
  overflow-y: scroll;
  /* [2] */
  min-height: 100%;
  /* [3] */
  -webkit-text-size-adjust: 100%;
  /* [4] */
  -ms-text-size-adjust: 100%;
  /* [4] */
  -moz-osx-font-smoothing: grayscale;
  /* [5] */
  -webkit-font-smoothing: antialiased;
  /* [5] */ }

/*------------------------------------*\
    #BASE STYLES
\*------------------------------------*/
@font-face {
  font-family: "CenterBold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/center/2C40A4_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/center/2C40A4_0_0.woff2") format("woff2"), url("../fonts/center/2C40A4_0_0.woff") format("woff"), url("../fonts/center/2C40A4_0_0.ttf") format("truetype"), url("../fonts/center/2C40A4_0_0.svg#CenterBold") format("svg"); }
@font-face {
  font-family: "CenterLight";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/center/2C40A4_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/center/2C40A4_1_0.woff2") format("woff2"), url("../fonts/center/2C40A4_1_0.woff") format("woff"), url("../fonts/center/2C40A4_1_0.ttf") format("truetype"), url("../fonts/center/2C40A4_1_0.svg#CenterLight") format("svg"); }
@font-face {
  font-family: "CenterRegular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/center/2C40A4_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/center/2C40A4_2_0.woff2") format("woff2"), url("../fonts/center/2C40A4_2_0.woff") format("woff"), url("../fonts/center/2C40A4_2_0.ttf") format("truetype"), url("../fonts/center/2C40A4_2_0.svg#CenterRegular") format("svg"); }
body {
  font-family: "CenterRegular", sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "CenterBold", sans-serif;
  font-weight: normal;
  color: #1c2931; }

@media all and (min-width: 0) and (max-width: 766px) {
  h1 {
    font-size: 36px;
    font-size: 2rem;
    line-height: 1.55556; } }

@media all and (min-width: 0) and (max-width: 766px) {
  h2 {
    font-size: 32px;
    font-size: 1.77778rem;
    line-height: 1; } }

@media all and (min-width: 0) and (max-width: 766px) {
  h3 {
    font-size: 24px;
    font-size: 1.33333rem;
    line-height: 1; } }

@media all and (min-width: 0) and (max-width: 766px) {
  h4 {
    font-size: 20px;
    font-size: 1.11111rem;
    line-height: 1; } }

@media all and (min-width: 0) and (max-width: 766px) {
  h5 {
    font-size: 16px;
    font-size: 0.88889rem;
    line-height: 1; } }

@media all and (min-width: 0) and (max-width: 766px) {
  h6 {
    font-size: 14px;
    font-size: 0.77778rem;
    line-height: 1; } }

a {
  color: #dc621e;
  -webkit-transition: color 350ms;
          transition: color 350ms;
  text-decoration: none; }

b {
  font-family: "CenterBold", sans-serif;
  font-weight: normal; }

p {
  margin: 0 0 28px;
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 1.1875; }
  @media all and (min-width: 767px) {
    p {
      font-size: 20px;
      font-size: 1.11111rem;
      line-height: 1.4; } }

p:empty {
  display: none; }

.video-container video {
  width: 100%;
  height: auto; }

/*------------------------------------*\
    #HELPERS
\*------------------------------------*/
.pull-left {
  float: left; }

.pull-right {
  float: right; }

.vertical-center,
.loader-image,
.breadcrumb-social-share-list,
.cta-icon .ss-icon,
.form-select-container .ss-icon,
.form-type-select .ss-icon,
.footer-next-page .section-heading,
.section--masthead .section-heading {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.flat-appearance,
.tab-btn,
.accordion-toggle,
.breadcrumb-btn,
.breadcrumb-social-share-toggle,
.search-toggle,
.search-input,
.menu-toggle,
.form-input,
.form-control-dot,
.lightbox-close {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  background: none;
  outline: none;
  margin: 0;
  padding: 0; }
  .flat-appearance input[type="email"],
  .flat-appearance input[type="text"],
  .tab-btn input[type="email"],
  .accordion-toggle input[type="email"],
  .breadcrumb-btn input[type="email"],
  .breadcrumb-social-share-toggle input[type="email"],
  .search-toggle input[type="email"],
  .search-input input[type="email"],
  .menu-toggle input[type="email"],
  .form-input input[type="email"],
  .form-control-dot input[type="email"],
  .lightbox-close input[type="email"],
  .tab-btn input[type="text"],
  .accordion-toggle input[type="text"],
  .breadcrumb-btn input[type="text"],
  .breadcrumb-social-share-toggle input[type="text"],
  .search-toggle input[type="text"],
  .search-input input[type="text"],
  .menu-toggle input[type="text"],
  .form-input input[type="text"],
  .form-control-dot input[type="text"],
  .lightbox-close input[type="text"] {
    outline: none; }

.meta {
  font-size: 12px;
  font-size: 0.66667rem;
  line-height: 2.33333; }

.text-small,
small,
.cta-copy,
.post-copy,
.board-member-role,
.electric-car-hotspot-copy,
.section-text--indent,
.section-link--follow {
  font-size: 12px;
  font-size: 0.66667rem;
  line-height: 1.33333; }
  @media all and (min-width: 767px) {
    .text-small,
    small,
    .cta-copy,
    .post-copy,
    .board-member-role,
    .electric-car-hotspot-copy,
    .section-text--indent,
    .section-link--follow {
      font-size: 14px;
      font-size: 0.77778rem;
      line-height: 1.72; } }

.text-extra-large {
  font-size: 128px;
  font-size: 7.11111rem;
  line-height: 1.09375; }
  @media all and (min-width: 767px) {
    .text-extra-large {
      font-size: 128px;
      font-size: 7.11111rem;
      line-height: 1.09375; } }

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

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

.text-uppercase {
  text-transform: uppercase; }

.text-whitewash,
.footer-next-page .section-heading,
.section--orange,
.section--masthead .section-heading {
  color: white; }
  .text-whitewash *:not(.btn), .text-whitewash *:before, .text-whitewash *:after,
  .footer-next-page .section-heading *:not(.btn),
  .section--orange *:not(.btn),
  .section--masthead .section-heading *:not(.btn),
  .footer-next-page .section-heading *:before,
  .section--orange *:before,
  .section--masthead .section-heading *:before,
  .footer-next-page .section-heading *:after,
  .section--orange *:after,
  .section--masthead .section-heading *:after {
    color: inherit !important; }
  .text-whitewash .link-underline,
  .footer-next-page .section-heading .link-underline,
  .section--orange .link-underline,
  .section--masthead .section-heading .link-underline {
    box-shadow: inset 0 -3px 0 rgba(255, 255, 255, 0.4);
    -webkit-transition: box-shadow 350ms;
            transition: box-shadow 350ms; }
    .text-whitewash .link-underline:hover, .text-whitewash .link-underline.skrollable-between,
    .footer-next-page .section-heading .link-underline:hover,
    .section--orange .link-underline:hover,
    .section--masthead .section-heading .link-underline:hover,
    .footer-next-page .section-heading .link-underline.skrollable-between,
    .section--orange .link-underline.skrollable-between,
    .section--masthead .section-heading .link-underline.skrollable-between {
      box-shadow: inset 0 -3px 0 rgba(255, 255, 255, 0.8); }

.text-bold {
  font-family: "CenterBold", sans-serif;
  font-weight: normal; }

.text-shadow,
.footer-next-page .section-heading,
.section--orange,
.section--masthead .section-heading {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

.link-underline,
.contact-link,
.rich-text a {
  font-family: "CenterBold", sans-serif;
  font-weight: normal;
  box-shadow: inset 0 -3px 0 rgba(95, 198, 196, 0.4);
  -webkit-transition: box-shadow 350ms;
          transition: box-shadow 350ms;
  color: #1c2931; }
  .link-underline:hover, .link-underline.skrollable-between,
  .contact-link:hover,
  .rich-text a:hover,
  .skrollable-between.contact-link,
  .rich-text a.skrollable-between {
    box-shadow: inset 0 -3px 0 rgba(95, 198, 196, 0.8); }

.link-arrow,
.cta-link,
.post-link {
  font-family: "CenterBold", sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.77778rem;
  line-height: 2;
  color: #dc621e;
  text-transform: uppercase;
  display: inline-block; }
  .link-arrow .ss-icon,
  .cta-link .ss-icon,
  .post-link .ss-icon {
    -webkit-transition: -webkit-transform 350ms;
            transition: transform 350ms; }
  .link-arrow:hover .ss-icon,
  .cta-link:hover .ss-icon,
  .post-link:hover .ss-icon {
    -webkit-transform: translateX(4px);
        -ms-transform: translateX(4px);
            transform: translateX(4px); }

.list-unordered,
.rich-text ul,
.list-ordered,
.rich-text ol {
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 1.1875;
  margin: 0 0 28px;
  padding: 0;
  list-style: none; }
  @media all and (min-width: 767px) {
    .list-unordered,
    .rich-text ul,
    .list-ordered,
    .rich-text ol {
      font-size: 18px;
      font-size: 1rem;
      line-height: 1.55556; } }

.list-unordered li,
.rich-text ul li {
  position: relative;
  padding-left: 21px; }

.list-unordered li:before,
.rich-text ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\25cf\00a0";
  color: #dc621e; }

.list-ordered,
.rich-text ol {
  counter-reset: item; }

.list-ordered li,
.rich-text ol li {
  position: relative;
  padding-left: 28px; }

.list-ordered li:before,
.rich-text ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "CenterBold", sans-serif;
  font-weight: normal;
  content: counter(item) "– ";
  counter-increment: item;
  color: #dc621e;
  margin-left: -28px;
  text-align: right;
  display: inline-block;
  width: 56px; }

.performance,
.link-arrow .ss-icon,
.cta-link .ss-icon,
.post-link .ss-icon,
.loader,
.breadcrumb,
.form-error,
.fullscreen-form-trans-upper,
.fullscreen-form-trans-lower,
.board-member-click-area:before,
.board-member-photo:before,
.electric-car .nav-container,
.no-touch .electric-car-hotspot-list:after,
.electric-car-hotspot:before,
.electric-car-hotspot:after,
.section--masthead .section-image,
.section--noise:before {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ss-icon {
  display: inline-block;
  vertical-align: middle; }

.contact-list {
  font-size: 18px;
  font-size: 1rem;
  line-height: 2.2; }

.contact-link {
  color: #5e6468; }

.contact-item .ss-icon {
  font-size: 24px;
  font-size: 1.33333rem;
  line-height: 1.3;
  vertical-align: bottom;
  margin-right: 0.27778em; }

@media all and (min-width: 992px) {
  .hidden-lg-over {
    display: none; } }

.hidden-lg-under {
  display: none; }
  @media all and (min-width: 992px) {
    .hidden-lg-under {
      display: block; } }

/*------------------------------------*\
    #LAYOUT
\*------------------------------------*/
@media all and (min-width: 992px) {
  .wrapper {
    margin-left: 5.55556rem; } }

.content {
  position: relative;
  z-index: 1;
  background-color: white; }

@media all and (min-width: 767px) {
  .layout {
    max-width: 60.44444em;
    margin-left: auto;
    margin-right: auto; }
    .layout::after {
      clear: both;
      content: "";
      display: table; } }

@media all and (min-width: 767px) {
  .layout--flush {
    max-width: 100%; } }

.layout-column {
  margin-bottom: 28px; }

@media all and (min-width: 767px) {
  .layout--columns-two:not(.layout--rev) .layout-column {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .layout--columns-two:not(.layout--rev) .layout-column:last-child {
      margin-right: 0; } }

@media all and (min-width: 767px) {
  .layout--columns-two.layout--rev .layout-column {
    float: right;
    display: block;
    margin-left: 2.35765%;
    width: 48.82117%; }
    .layout--columns-two.layout--rev .layout-column:last-child {
      margin-left: 0; } }

@media all and (min-width: 767px) {
  .layout--columns-three .layout-column {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .layout--columns-three .layout-column:last-child {
      margin-right: 0; }
    .layout--columns-three .layout-column:nth-child(3n) {
      margin-right: 0; }
    .layout--columns-three .layout-column:nth-child(3n+1) {
      clear: left; } }

@media all and (min-width: 767px) {
  .layout--columns-three .layout-column--center {
    margin-left: 34.11922%;
    clear: left; } }

.separator {
  border: none;
  height: 0.94444em;
  background: url("../images/separator.svg") center center no-repeat;
  margin: 28px 0; }

.separator--small {
  height: 0.55556em; }

.separator--align-left {
  background-position: center left; }

.submit-response {
  min-height: 800px;
  min-height: 100vh;
  position: relative; }
  .submit-response .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    width: 100%;
    max-width: 900px;
    padding: 40px; }

/*------------------------------------*\
    #OBJECTS
\*------------------------------------*/
/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
/**
 * A simple button object.
 */
/**
 * 1. Allow us to style box model properties.
 * 2. Line different sized buttons up a little nicer.
 * 3. Make buttons inherit font styles (often necessary when styling `input`s as
 *    buttons).
 * 4. Reset/normalize some styles.
 * 5. Force all button-styled elements to appear clickable.
 * 6. Fixes odd inner spacing in IE7.
 * 7. Subtract the border size from the padding value so that buttons do not
 *    grow larger as we add borders.
 */
.btn {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  font: inherit;
  /* [3] */
  text-align: center;
  /* [4] */
  border: none;
  /* [4] */
  margin: 0;
  /* [4] */
  cursor: pointer;
  /* [5] */
  overflow: visible;
  /* [6] */
  padding: 14px 28px;
  /* [7] */
  background-color: #dc621e;
  border-radius: 4px; }
  .btn, .btn:hover, .btn:active, .btn:focus {
    text-decoration: none;
    /* [4] */
    color: #fff; }

/**
 * Fix a Firefox bug whereby `input type="submit"` gains 2px extra padding.
 */
.btn::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Small buttons.
 */
.btn--small {
  padding: 7px 14px;
  /* [7] */ }

/**
 * Large buttons.
 */
.btn--large {
  padding: 28px 56px;
  /* [7] */ }

/**
 * Full-width buttons.
 */
.btn--full {
  width: 100%; }

/*------------------------------------*\
    #LIST-BARE
\*------------------------------------*/
/**
 * The list-bare object simply removes any indents and bullet points from lists.
 */
.list-bare,
.contact-list,
.nav-list,
.search-result-list,
.form-list,
.board-member-list,
.electric-car-hotspot-list,
.staff,
.footer-list {
  margin: 0;
  padding: 0;
  list-style: none; }

/*------------------------------------*\
    #LIST-INLINE
\*------------------------------------*/
/**
 * The list-inline object simply displays a list of items in one line.
 */
.list-inline,
.nav--scrollable .nav-list,
.breadcrumb-social-share-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .list-inline > li,
  .nav--scrollable .nav-list > li,
  .breadcrumb-social-share-list > li {
    display: inline-block; }

/*------------------------------------*\
    #BOX
\*------------------------------------*/
/**
 * The box object simply boxes off content.
 */
/**
 * 1. So we can apply the `.box` class to naturally-inline elements.
 */
.box,
.post-content {
  display: block;
  /* [1] */
  padding: 28px; }
  .box > :last-child,
  .post-content > :last-child {
    margin-bottom: 0; }

/*------------------------------------*\
    #COMPONENTS
\*------------------------------------*/
/*------------------------------------*\
    #BUTTON
\*------------------------------------*/
.btn {
  font-family: "CenterBold", sans-serif;
  font-weight: normal;
  font-size: 12px;
  font-size: 0.66667rem;
  line-height: 2.33333;
  text-transform: uppercase;
  -webkit-transition: background-color 175ms;
          transition: background-color 175ms;
  padding: 12px 14px; }
  .btn:hover, .btn:active, .btn:focus {
    background-color: #c6581b; }

.btn--rev {
  color: #dc621e !important;
  background-color: white; }
  .btn--rev:hover, .btn--rev:active, .btn--rev:focus {
    background-color: #e6e6e6; }

/**
 * Deep blue variation
 */
.btn--lang {
  background-color: #131b21; }
  .btn--lang:hover, .btn--lang:active, .btn--lang:focus {
    background-color: black;
    color: inherit; }

/**
 * Light blue variation
 */
.btn--close {
  background-color: #5fc6c4; }
  .btn--close:hover, .btn--close:active, .btn--close:focus {
    background-color: #40b2b0; }

/**
 * Wide button
 */
@media all and (min-width: 767px) {
  .btn--wide {
    padding-right: 112px;
    padding-left: 112px; } }

/**
 * 3d buttons
 */
.btn-medium {
  max-width: 300px; }

@media all and (min-width: 992px) {
  .btn-3d-container-outer {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@media all and (min-width: 992px) {
  .btn-3d-container-inner {
    -webkit-perspective: 1000px; } }

@media all and (min-width: 992px) {
  .btn-3d {
    display: block;
    background-color: transparent;
    -webkit-transition: -webkit-transform 0.2s;
            transition: transform 0.2s;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50% 25.5px;
        -ms-transform-origin: 50% 50% 25.5px;
            transform-origin: 50% 50% 25.5px;
    position: relative;
    perspective: 1000px;
    -webkit-perspective: none; } }

.no-csstransforms3d .btn-3d:hover,
.no-csstransforms3d .btn-3d:focus,
.no-csstransforms3d .btn-3d.is-active {
  background-color: white;
  color: #1c2931; }

.btn-3d-face {
  display: none; }
  .btn-3d-face:nth-of-type(1) {
    display: block; }
  @media all and (min-width: 992px) {
    .btn-3d-face {
      -webkit-transition: all 0.2s;
              transition: all 0.2s;
      overflow: hidden;
      width: 100%; } }

@media all and (min-width: 992px) {
  .csstransforms3d .btn-3d-face {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform-origin: 50% 50% -25.5px;
        -ms-transform-origin: 50% 50% -25.5px;
            transform-origin: 50% 50% -25.5px; } }

@media all and (min-width: 992px) {
  .csstransforms3d .btn-3d-face:nth-of-type(1) {
    background-color: #dc621e;
    color: white;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg); } }

@media all and (min-width: 992px) {
  .csstransforms3d .btn-3d:hover .btn-3d-face:nth-of-type(1),
  .csstransforms3d .btn-3d:focus .btn-3d-face:nth-of-type(1),
  .csstransforms3d .btn-3d.is-active .btn-3d-face:nth-of-type(1) {
    background-color: #af4e18;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg); } }

@media all and (min-width: 992px) {
  .csstransforms3d .btn-3d-face:nth-of-type(2) {
    position: absolute;
    top: 0;
    display: block;
    background-color: #090e11;
    color: white;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg); } }

@media all and (min-width: 992px) {
  .csstransforms3d .btn-3d:hover .btn-3d-face:nth-of-type(2),
  .csstransforms3d .btn-3d:focus .btn-3d-face:nth-of-type(2),
  .csstransforms3d .btn-3d.is-active .btn-3d-face:nth-of-type(2) {
    background-color: #1c2931;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg); } }

/*------------------------------------*\
    #TAB
\*------------------------------------*/
.tab {
  font-size: 14px;
  font-size: 0.77778rem;
  line-height: 2;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  text-align: center; }

.no-js .tab {
  display: none; }

.tab .ss-icon {
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.55556;
  color: #dc621e; }

.tab-btn {
  -webkit-transition: color 350ms;
          transition: color 350ms;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: padding 350ms;
          transition: padding 350ms;
  text-align: center;
  padding: 0.83333em; }
  .tab-btn i {
    -webkit-transition: -webkit-transform .3s;
            transition: transform .3s;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

.tab-label {
  position: absolute;
  top: 56px;
  left: 0;
  top: 34px;
  position: absolute;
  display: block;
  width: 100%;
  opacity: 0;
  text-transform: uppercase;
  -webkit-transition: opacity 350ms, -webkit-transform 350ms;
          transition: opacity 350ms, transform 350ms;
  -webkit-transform: translateY(1em);
      -ms-transform: translateY(1em);
          transform: translateY(1em); }

.tab-btn:hover {
  padding-bottom: 37px; }
  .tab-btn:hover i {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px); }

.tab-btn:hover .tab-label {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

/*------------------------------------*\
    #ACCORDION
\*------------------------------------*/
.accordion {
  margin: 0 0 28px; }

.accordion-heading {
  position: relative; }

.accordion-heading:before {
  position: absolute;
  bottom: 1px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #e0e2e4;
  background-image: -webkit-linear-gradient(left, #e0e2e4 44%, white 100%);
  background-image: linear-gradient(to right,#e0e2e4 44%, white 100%);
  content: ""; }
  .accordion.is-active .accordion-heading:before {
    opacity: 0; }

.accordion-toggle {
  background-color: white;
  position: relative; }

.accordion.is-toggleable .accordion-content {
  display: none; }
.accordion.is-active .accordion-content {
  display: block; }

.accordion-toggle-indicator {
  -webkit-transition: -webkit-transform 175ms;
          transition: transform 175ms;
  -webkit-transform-origin: 50% 41%;
      -ms-transform-origin: 50% 41%;
          transform-origin: 50% 41%;
  margin: 0 0.27778em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .accordion.is-active .accordion-toggle-indicator {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

/*------------------------------------*\
    #LOADER
\*------------------------------------*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: white;
  z-index: 1000;
  text-align: center;
  -webkit-transition: opacity 350ms cubic-bezier(0.7, 0, 0.3, 1), visibility 350ms cubic-bezier(0.7, 0, 0.3, 1);
          transition: opacity 350ms cubic-bezier(0.7, 0, 0.3, 1), visibility 350ms cubic-bezier(0.7, 0, 0.3, 1); }
  @media all and (min-width: 992px) {
    .loader {
      -webkit-transition: opacity 350ms cubic-bezier(0.7, 0, 0.3, 1) 525ms, visibility 350ms cubic-bezier(0.7, 0, 0.3, 1) 525ms, left 350ms cubic-bezier(0.7, 0, 0.3, 1);
              transition: opacity 350ms cubic-bezier(0.7, 0, 0.3, 1) 525ms, visibility 350ms cubic-bezier(0.7, 0, 0.3, 1) 525ms, left 350ms cubic-bezier(0.7, 0, 0.3, 1); } }

.no-js .loader {
  display: none; }

.is-loaded .loader {
  opacity: 0;
  visibility: hidden; }
  @media all and (min-width: 992px) {
    .is-loaded .loader {
      left: 5.55556rem; } }

.loader-canvas {
  position: absolute;
  top: 0;
  left: 0; }

/*------------------------------------*\
    #NAV
\*------------------------------------*/
.nav--locations .nav-link, .breadcrumb .nav-link {
  font-family: "CenterBold", sans-serif;
  font-weight: normal;
  color: #5e6468;
  text-transform: uppercase; }

.nav-link {
  font-size: 14px;
  font-size: 0.77778rem;
  line-height: 2;
  color: #5e6468; }

.nav--primary {
  position: fixed;
  top: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  background: #1c2931;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }
  @media all and (min-width: 0) and (max-width: 991px) {
    .nav--primary {
      -webkit-transition: -webkit-transform 350ms ease-in-out, opacity 350ms ease-in-out;
              transition: transform 350ms ease-in-out, opacity 350ms ease-in-out;
      opacity: 0; }
      .nav--primary.is-active {
        -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);
        opacity: 1; } }
  @media all and (min-width: 992px) {
    .nav--primary {
      top: 0;
      width: 5.55556rem;
      box-shadow: 4px 0 0 rgba(28, 41, 49, 0.16); } }

.nav--primary .btn {
  font-size: 12px;
  font-size: 0.66667rem;
  line-height: 2.33333; }

@media all and (min-width: 992px) {
  .js .nav--primary {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 350ms cubic-bezier(0.7, 0, 0.3, 1);
            transition: transform 350ms cubic-bezier(0.7, 0, 0.3, 1); } }

@media all and (min-width: 992px) {
  .is-loaded .nav--primary {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); } }

@media all and (min-width: 0) and (max-width: 991px) {
  .nav-list--columns {
    max-width: 13.33333em;
    margin-left: auto;
    margin-right: auto; }
    .nav-list--columns::after {
      clear: both;
      content: "";
      display: table; } }

@media all and (min-width: 0) and (max-width: 991px) {
  .nav-list--columns .nav-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    text-align: left; }
    .nav-list--columns .nav-item:last-child {
      margin-right: 0; }
    .nav-list--columns .nav-item:nth-child(2n) {
      margin-right: 0; }
    .nav-list--columns .nav-item:nth-child(2n+1) {
      clear: left; } }

@media all and (min-width: 992px) {
  .nav-list--primary .nav-item {
    -webkit-perspective: 1000px; } }

@media all and (min-width: 0) and (max-width: 991px) {
  .nav--primary .language-selector {
    display: none; } }
@media all and (min-width: 992px) {
  .nav--primary .language-selector {
    position: absolute;
    right: 0;
    bottom: 0.27778em;
    left: 0; } }

.nav-content {
  position: absolute;
  bottom: 3.88889rem;
  left: 0;
  width: 100%; }
  @media all and (min-width: 992px) {
    .nav-content {
      height: 100%;
      bottom: auto;
      top: 0; } }

.nav-list--secondary {
  font-family: "CenterBold", sans-serif;
  font-weight: normal;
  text-transform: uppercase; }
  @media all and (min-width: 992px) {
    .nav-list--secondary {
      display: none; } }

.nav-list--secondary .ss-icon {
  margin-right: 0.27778em; }

.nav-list--primary {
  text-transform: uppercase; }
  @media all and (min-width: 992px) {
    .nav-list--primary {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
      background-color: #162127; } }

.nav--primary .logo {
  position: relative;
  top: 2.22222em;
  z-index: 1; }
  @media all and (min-width: 0) and (max-width: 991px) {
    .nav--primary .logo {
      display: none; } }

@media all and (min-width: 992px) {
  .nav--primary .separator {
    display: none; } }

@media all and (min-width: 992px) {
  .nav-cube {
    display: block;
    -webkit-transition: -webkit-transform 350ms;
            transition: transform 350ms;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50% 50px;
        -ms-transform-origin: 50% 50% 50px;
            transform-origin: 50% 50% 50px;
    position: relative;
    perspective: 1000px;
    -webkit-perspective: none; } }

.no-csstransforms3d .nav-cube:hover,
.no-csstransforms3d .nav-cube:focus,
.no-csstransforms3d .nav-cube.is-active {
  background-color: white;
  color: #1c2931; }
  .no-csstransforms3d .nav-cube:hover .ss-icon,
  .no-csstransforms3d .nav-cube:focus .ss-icon,
  .no-csstransforms3d .nav-cube.is-active .ss-icon {
    color: #dc621e; }

.nav-cube-face {
  font-size: 12px;
  font-size: 0.66667rem;
  line-height: 2.33333;
  padding: 1.11111em 0;
  display: none; }
  .nav-cube-face:nth-of-type(1) {
    display: block; }
  @media all and (min-width: 992px) {
    .nav-cube-face {
      -webkit-transition: all 350ms;
              transition: all 350ms;
      padding: 2.22222em 0.83333em 1.94444em;
      overflow: hidden;
      width: 100%; }
      .nav--primary.is-compact .nav-cube-face {
        padding: 0.94444em 0.83333em 0.55556em; } }
  .nav-cube-face .ss-icon {
    font-size: 24px;
    font-size: 1.33333rem;
    line-height: 1;
    -webkit-transition: font-size 350ms;
            transition: font-size 350ms;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    color: white; }
    @media all and (min-width: 0) and (max-width: 991px) {
      .nav-cube-face .ss-icon {
        font-size: 38px;
        font-size: 2.11111rem;
        line-height: 1;
        margin-right: 0.27778em;
        vertical-align: middle; } }
    @media all and (min-width: 992px) {
      .nav-cube-face .ss-icon {
        display: block;
        text-align: center; }
        .nav--primary.is-compact .nav-cube-face .ss-icon {
          font-size: 30px;
          font-size: 1.66667rem;
          line-height: 1; } }

@media all and (min-width: 992px) {
  .csstransforms3d .nav-cube-face {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform-origin: 50% 50% -50px;
        -ms-transform-origin: 50% 50% -50px;
            transform-origin: 50% 50% -50px; } }

@media all and (min-width: 992px) {
  .csstransforms3d .nav-cube-face:nth-of-type(1) {
    background-color: #1c2931;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); } }

@media all and (min-width: 992px) {
  .csstransforms3d .nav-cube:hover .nav-cube-face:nth-of-type(1),
  .csstransforms3d .nav-cube:focus .nav-cube-face:nth-of-type(1),
  .csstransforms3d .nav-cube.is-active .nav-cube-face:nth-of-type(1) {
    background-color: #090e11;
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg); } }

@media all and (min-width: 992px) {
  .csstransforms3d .nav-cube-face:nth-of-type(2) {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
    background: #dc621e;
    color: #fff;
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg); } }

@media all and (min-width: 992px) {
  .csstransforms3d .nav-cube:hover .nav-cube-face:nth-of-type(2),
  .csstransforms3d .nav-cube:focus .nav-cube-face:nth-of-type(2),
  .csstransforms3d .nav-cube.is-active .nav-cube-face:nth-of-type(2) {
    background-color: #af4e18;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg); } }

@media all and (min-width: 992px) {
  .csstransforms3d .nav-cube-face:nth-of-type(3) {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
    background: #e6e6e6;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    color: #1c2931; }
    .csstransforms3d .nav-cube-face:nth-of-type(3) .ss-icon {
      color: #dc621e; } }

@media all and (min-width: 992px) {
  .csstransforms3d .nav-cube:hover .nav-cube-face:nth-of-type(3),
  .csstransforms3d .nav-cube:focus .nav-cube-face:nth-of-type(3),
  .csstransforms3d .nav-cube.is-active .nav-cube-face:nth-of-type(3) {
    background-color: #fff;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); } }

@media all and (min-width: 992px) {
  .nav-cube-label {
    display: block;
    padding-top: 0.27778em;
    -webkit-transition: all 350ms;
            transition: all 350ms;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    height: 1em;
    line-height: normal;
    -webkit-transition-delay: 116.66667ms;
            transition-delay: 116.66667ms; }
    .nav--primary.is-compact .nav-cube-label {
      opacity: 0;
      height: 0;
      padding-top: 0;
      -webkit-transform: translateY(1em);
          -ms-transform: translateY(1em);
              transform: translateY(1em);
      -webkit-transition-delay: 0;
              transition-delay: 0; } }

.nav--chapeau {
  font-size: 13px;
  font-size: 0.72222rem;
  line-height: 2.15385;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.16);
  text-align: right;
  z-index: 20;
  color: #1c2931; }
  @media all and (min-width: 0) and (max-width: 991px) {
    .nav--chapeau {
      display: none; } }

.nav--chapeau .nav-item {
  padding: 0.44444rem 1.38889rem; }

.nav--chapeau .nav-link {
  font-family: "CenterBold", sans-serif;
  font-weight: normal;
  font-size: inherit;
  color: inherit;
  text-transform: uppercase; }

.nav--scrollable {
  z-index: 0;
  overflow: hidden;
  position: relative; }

.nav--scrollable:before,
.nav--scrollable:after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  width: 2.22222em;
  z-index: 1; }

.nav--scrollable:before {
  left: 0;
  background: -webkit-linear-gradient(left, #f0f0f0, rgba(240, 240, 240, 0));
  background: linear-gradient(to right, #f0f0f0, rgba(240, 240, 240, 0)); }

.nav--scrollable:after {
  right: 0;
  background: -webkit-linear-gradient(right, #f0f0f0, rgba(240, 240, 240, 0));
  background: linear-gradient(to left, #f0f0f0, rgba(240, 240, 240, 0)); }

.nav--scrollable .nav-scroll {
  margin-top: -2.77778rem;
  padding-bottom: 2.77778rem;
  bottom: -2.77778rem;
  position: relative;
  -webkit-overflow-scrolling: touch;
  overflow: auto; }

.nav--scrollable .nav-list {
  white-space: nowrap; }

.nav--scrollable .nav-item {
  padding: 14px 14px; }

.nav--scrollable .nav-item:first-child {
  margin-left: 2.22222em; }

.nav--scrollable .nav-item:last-child {
  margin-right: 2.22222em; }

.nav--locations {
  background-color: #f0f0f0;
  border-radius: 4px; }

.nav--locations .nav-link {
  box-shadow: inset 0 -3px 0 rgba(158, 164, 167, 0);
  -webkit-transition: box-shadow 350ms;
          transition: box-shadow 350ms; }
  .nav--locations .nav-link:hover, .nav--locations .nav-link.skrollable-between {
    box-shadow: inset 0 -3px 0 rgba(158, 164, 167, 0.5); }

/*------------------------------------*\
    #BREADCRUMB
\*------------------------------------*/
.breadcrumb {
  position: relative;
  display: none; }

@media all and (min-width: 992px) {
  .js .breadcrumb {
    position: fixed;
    right: 1.5em;
    bottom: 28px;
    left: 7.05556rem;
    display: block;
    z-index: 200;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 350ms, visibility 350ms;
            transition: opacity 350ms, visibility 350ms; } }

.breadcrumb.skrollable-between {
  visibility: visible;
  opacity: 1; }

.breadcrumb-cube {
  background-color: #dedede;
  text-align: center;
  position: relative;
  -webkit-transition: -webkit-transform 350ms;
          transition: transform 350ms;
  -webkit-transform: rotateX(90deg) translateY(-100%);
          transform: rotateX(90deg) translateY(-100%);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: 50% 0%;
      -ms-transform-origin: 50% 0%;
          transform-origin: 50% 0%; }

.breadcrumb-cube:after {
  position: absolute;
  top: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #dc621e;
  -webkit-transition: background-color 350ms;
          transition: background-color 350ms;
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
  -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.breadcrumb.skrollable-between .breadcrumb-cube {
  -webkit-transform: rotateX(0deg) translateY(0%);
          transform: rotateX(0deg) translateY(0%);
  background-color: #f0f0f0; }

.breadcrumb.skrollable-between .breadcrumb-cube:after {
  background-color: #bd541a; }

.breadcrumb .nav-link {
  box-shadow: inset 0 -3px 0 rgba(95, 198, 196, 0);
  -webkit-transition: box-shadow 350ms;
          transition: box-shadow 350ms;
  -webkit-transition: color 350ms, box-shadow 350ms;
          transition: color 350ms, box-shadow 350ms; }
  .breadcrumb .nav-link:hover, .breadcrumb .nav-link.skrollable-between {
    box-shadow: inset 0 -3px 0 rgba(95, 198, 196, 0.5); }

.breadcrumb .nav-link:hover,
.breadcrumb .nav-link.skrollable-between {
  color: #1c2931; }

.breadcrumb-btn {
  position: absolute;
  top: 50%;
  left: 28px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #dc621e;
  padding: 14px;
  z-index: 3;
  -webkit-transition: color 350ms;
          transition: color 350ms; }

.breadcrumb-btn:hover {
  color: #1c2931; }

.breadcrumb-btn--right {
  left: auto;
  right: 28px; }

.breadcrumb-social-share {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  text-align: right;
  z-index: 2;
  background-color: rgba(240, 240, 240, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 350ms cubic-bezier(0.7, 0, 0.3, 1), visibility 350ms cubic-bezier(0.7, 0, 0.3, 1);
          transition: opacity 350ms cubic-bezier(0.7, 0, 0.3, 1), visibility 350ms cubic-bezier(0.7, 0, 0.3, 1);
  display: none; }

.breadcrumb.is-share-active .breadcrumb-social-share {
  opacity: 1;
  visibility: visible; }

.breadcrumb-social-share-toggle {
  color: #dc621e;
  display: none; }

.breadcrumb.is-share-active .breadcrumb-social-share-toggle {
  color: #1c2931; }

.breadcrumb-social-share-list {
  margin-right: 84px; }

.breadcrumb-social-share-item {
  -webkit-transition: margin 350ms cubic-bezier(0.7, 0, 0.3, 1);
          transition: margin 350ms cubic-bezier(0.7, 0, 0.3, 1);
  margin: 0; }

.breadcrumb.is-share-active .breadcrumb-social-share-item {
  margin: 0 0.27778em; }

.breadcrumb-social-share-link {
  font-size: 20px;
  font-size: 1.11111rem;
  line-height: 1.4;
  color: #1c2931; }

.breadcrumb-social-share-link:hover {
  color: #dc621e; }

/*------------------------------------*\
    #SEARCH
\*------------------------------------*/
.search {
  position: relative;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: background-color 350ms;
          transition: background-color 350ms; }
  .search:before, .search:after {
    position: absolute;
    top: 25%;
    left: 0;
    content: "";
    width: 1px;
    height: 50%;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transition: top 350ms, height 350ms, background-color 350ms;
            transition: top 350ms, height 350ms, background-color 350ms; }
  .search:after {
    left: auto;
    right: 0; }
  .search.is-active {
    background-color: rgba(255, 255, 255, 0.75); }
    .search.is-active:before, .search.is-active:after {
      height: 100%;
      top: 0;
      background-color: rgba(0, 0, 0, 0.2); }

.search-form {
  display: inline-block;
  margin-bottom: 0; }

.search-input {
  width: 0;
  -webkit-transition: width 350ms;
          transition: width 350ms; }
  .search.is-active .search-input {
    width: 200px; }

/*------------------------------------*\
    #SEARCH RESULTS
\*------------------------------------*/
.search-result-item {
  margin-bottom: 28px; }
  @media all and (min-width: 767px) {
    .search-result-item {
      margin-bottom: 56px; } }

/*------------------------------------*\
    #MOBILE MENU
\*------------------------------------*/
.mobile-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 3.33333rem;
  width: 100%;
  z-index: 200;
  text-align: center;
  -webkit-perspective: 800px;
          perspective: 800px; }
  .no-csstransforms3d .mobile-menu {
    background-color: #1c2931;
    -webkit-transition: background-color 350ms;
            transition: background-color 350ms; }
    .no-csstransforms3d .mobile-menu.is-active {
      background-color: #0f161a; }
  @media all and (min-width: 992px) {
    .mobile-menu {
      display: none; } }

.menu-cube {
  position: relative;
  height: 3.33333rem;
  background-color: #1c2931;
  -webkit-transition: all 350ms;
          transition: all 350ms;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }
  .mobile-menu.is-active .menu-cube {
    -webkit-transform: rotateX(-90deg) translateY(100%);
            transform: rotateX(-90deg) translateY(100%);
    -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    background-color: #0f161a; }
  .mobile-menu.is-search .menu-cube {
    -webkit-transform: rotateX(90deg) translateY(-100%);
            transform: rotateX(90deg) translateY(-100%);
    -webkit-transform-origin: 50% 0%;
        -ms-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    background-color: #0f161a; }
  .no-csstransforms3d .menu-cube {
    background-color: none;
    -webkit-transition: none;
            transition: none; }

.menu-cube-face {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: background-color 350ms;
          transition: background-color 350ms;
  overflow: hidden;
  padding: 0.55556em 0.83333em; }
  .menu-cube-face:nth-of-type(2) {
    position: absolute;
    top: -100%;
    left: 0;
    height: 100%;
    width: 100%;
    background: #06080a;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
            transform-origin: 0% 100%; }
    .mobile-menu.is-active .menu-cube-face:nth-of-type(2) {
      background-color: #0f161a; }
  .menu-cube-face:nth-of-type(3) {
    position: absolute;
    top: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    background: #06080a;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
    -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
            transform-origin: 0% 0%; }
    .mobile-menu.is-search .menu-cube-face:nth-of-type(3) {
      background-color: #0f161a; }
      .mobile-menu.is-search .menu-cube-face:nth-of-type(3) .mobile-search-input {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
        line-height: 1.5;
        padding: 15px 30px 10px 6px;
        color: #fff;
        display: block;
        width: 97%;
        background: #1c2931;
        border: none; }
        .mobile-menu.is-search .menu-cube-face:nth-of-type(3) .mobile-search-input:focus {
          outline: none; }
        .mobile-menu.is-search .menu-cube-face:nth-of-type(3) .mobile-search-input::-webkit-input-placeholder {
          /* WebKit browsers */
          color: rgba(255, 255, 255, 0.8); }
        .mobile-menu.is-search .menu-cube-face:nth-of-type(3) .mobile-search-input:-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: rgba(255, 255, 255, 0.8); }
        .mobile-menu.is-search .menu-cube-face:nth-of-type(3) .mobile-search-input::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: rgba(255, 255, 255, 0.8); }
        .mobile-menu.is-search .menu-cube-face:nth-of-type(3) .mobile-search-input:-ms-input-placeholder {
          /* Internet Explorer 10+ */
          color: rgba(255, 255, 255, 0.8); }
  .no-csstransforms3d .menu-cube-face {
    display: none; }
    .no-csstransforms3d .menu-cube-face:nth-of-type(1) {
      display: block; }

.menu-toggle {
  font-size: 22px;
  font-size: 1.22222rem;
  line-height: 1.5;
  margin-top: 0.27778em; }

/*------------------------------------*\
    #POLYGON
\*------------------------------------*/
.polygon {
  position: relative;
  padding-bottom: 7.5%;
  margin-bottom: -2px;
  z-index: 2; }

/**
 * (m) Flip polygon upside down - used for top polygons
 */
.polygon--lock-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0; }

/**
 * (m) Flip polygon upside down - used for top polygons
 */
.polygon--rev {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  margin-bottom: 0;
  margin-top: -2px; }

.no-csstransforms3d .polygon--rev {
  display: none; }

/**
 * (e) Polygon content block - typically this will be the SVG
 */
.polygon-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: inline-block; }

/**
 * (e) Background shape
 */
.polygon-background {
  fill: white;
  display: none; }

.polygon-background--orange {
  fill: #c6581b; }

.polygon-background--gray {
  fill: #e3e3e3; }

.polygon-background--transparent {
  fill-opacity: 0.5; }

/**
 * (e) Foreground shape
 */
.polygon-foreground {
  fill: white; }

.polygon-foreground--orange {
  fill: #dc621e; }

.polygon-foreground--gray {
  fill: #f0f0f0; }

/*------------------------------------*\
    #CTA
\*------------------------------------*/
@media all and (min-width: 767px) {
  .cta {
    padding: 14px; } }

.cta-click-area {
  display: block; }

.cta-icon {
  height: 3.88889em;
  width: 3.88889em;
  position: relative;
  color: white;
  display: inline-block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  text-align: center;
  float: left;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: -webkit-transform 175ms;
          transition: transform 175ms; }
  .cta-icon .ss-icon {
    font-size: 16px;
    font-size: 0.88889rem;
    line-height: 1.75; }
    @media all and (min-width: 767px) {
      .cta-icon .ss-icon {
        font-size: 28px;
        font-size: 1.55556rem;
        line-height: 1; } }
  @media all and (min-width: 767px) {
    .cta-icon {
      height: 6.33333em;
      width: 6.33333em; } }
  .cta-icon:before {
    position: absolute;
    top: 0.38889em;
    right: 0.38889em;
    bottom: 0.38889em;
    left: 0.38889em;
    content: "";
    background-color: #5fc6c4;
    border-radius: 50%;
    -webkit-transition: all 175ms;
            transition: all 175ms;
    box-shadow: 0 0 #359492; }
    .cta-click-area:hover .cta-icon:before {
      background-color: #4cbfbd;
      box-shadow: -1px 3px #3ca7a5; }
  .cta-click-area:hover .cta-icon {
    -webkit-transform: rotateX(18deg) rotateY(10deg);
            transform: rotateX(18deg) rotateY(10deg); }

.cta-content {
  color: #5e6468;
  padding-left: 4.44444em; }
  @media all and (min-width: 767px) {
    .cta-content {
      padding-left: 6.88889em; } }

.cta-copy {
  margin: 7px 0; }
  @media all and (min-width: 767px) {
    .cta-copy {
      margin: 14px 0; } }

@media all and (min-width: 767px) {
  .cta--large {
    text-align: center; } }

@media all and (min-width: 767px) {
  .cta--large .cta-icon {
    height: 8em;
    width: 8em;
    float: none; } }

@media all and (min-width: 767px) {
  .cta--large .cta-content {
    padding-left: 0; } }

@media all and (min-width: 767px) {
  .cta--large .cta-click-area:hover .cta-icon:before {
    box-shadow: -2px 5px #3ca7a5; } }

.hero-cta-headline {
  text-align: left;
  padding-left: 12%;
  max-width: 350px; }
  @media all and (min-width: 767px) {
    .hero-cta-headline {
      padding-left: 12%;
      max-width: 650px; } }

.hero-cta.btn-3d-container-outer.btn-medium {
  margin-top: 5%;
  margin-left: 12%;
  margin-right: auto; }

/*------------------------------------*\
    #POSTS
\*------------------------------------*/
.post {
  border-radius: 4px;
  background: white;
  overflow: hidden; }

.post-list {
  list-style: none; }

.post-image {
  width: 100%; }

.post-content {
  background: #f0f0f0; }

.post-title {
  font-size: 14px;
  font-size: 0.77778rem;
  line-height: 1.28571;
  margin: 0 0 14px; }
  @media all and (min-width: 767px) {
    .post-title {
      font-size: 16px;
      font-size: 0.88889rem;
      line-height: 1.5; } }

.post-date {
  font-size: 10px;
  font-size: 0.55556rem;
  line-height: 2.8;
  text-transform: uppercase;
  margin-bottom: 0.55556em; }

.post-copy {
  margin: 0 0 14px; }
  @media all and (min-width: 767px) {
    .post-copy {
      line-height: 1.71429; } }

/*------------------------------------*\
    #POST DETAIL
\*------------------------------------*/
@media all and (min-width: 767px) {
  .post-detail-image-wrapper {
    width: 40%; } }

@media all and (min-width: 767px) {
  .post-detail-image-wrapper--left {
    float: left;
    margin: 14px 28px 14px 0; } }

@media all and (min-width: 767px) {
  .post-detail-image-wrapper--right {
    float: right;
    margin: 14px 0 14px 28px; } }

.post-detail-image {
  display: inline-block;
  margin-bottom: 28px; }

.post-detail-image-caption {
  font-size: 13px;
  font-size: 0.72222rem;
  line-height: 2.15385;
  text-align: center;
  padding: 14px;
  background-color: #f0f0f0; }

/*------------------------------------*\
    #FORMS
\*------------------------------------*/
.form--slim {
  max-width: 25.55556em;
  margin-left: auto;
  margin-right: auto; }
  .form--slim::after {
    clear: both;
    content: "";
    display: table; }

.form-list--radio .form-item {
  position: relative;
  margin-bottom: 7px; }

.form-list--radio-inline .form-item {
  margin-bottom: 0;
  margin-right: 7px;
  display: inline-block; }

.form-list--radio-inline .form-input--radio {
  height: 100%; }

.form-list--radio-inline .form-label--radio {
  padding-left: 21px; }

.form-list--radio-inline .form-label--radio:before,
.form-list--radio-inline .form-label--radio:after {
  height: 14px;
  width: 14px;
  margin-top: -8px; }

.form-field {
  margin-bottom: 56px; }

.form-field--small {
  margin-bottom: 28px; }

.form-label {
  font-family: "CenterBold", sans-serif;
  font-weight: normal;
  font-size: 24px;
  font-size: 1.33333rem;
  line-height: 1.16667;
  color: #1c2931;
  display: block;
  -webkit-transition: color 350ms;
          transition: color 350ms; }
  .form-label .ss-icon {
    margin-right: 14px;
    font-size: 0.8em; }

.form-item.is-error .form-label {
  color: #ff0000; }

.form-input--text {
  border-bottom: 1px solid #b9bdc0;
  width: 100%;
  padding: 7px 0;
  -webkit-transition: border-color 350ms;
          transition: border-color 350ms; }

.form-item.is-error .form-input--text {
  border-color: #ff0000; }

.form-textarea {
  outline: none;
  overflow: auto;
  border: 1px solid #b9bdc0;
  width: 100%;
  margin-top: 7px;
  resize: vertical; }

.form-error {
  font-family: "CenterBold", sans-serif;
  font-weight: normal;
  color: #ff0000;
  opacity: 0;
  pointer-events: none;
  display: block;
  margin: 14px 0 0 28px;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: opacity 350ms, -webkit-transform 350ms;
          transition: opacity 350ms, transform 350ms; }

.no-js .form-error {
  display: none; }

.form-item.is-error .form-error {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.form-accordion {
  background-color: #f0f0f0;
  padding: 28px;
  border-radius: 4px;
  margin: 14px 0;
  display: none; }

.form-accordion.is-active {
  display: block; }

.form-accordion .form-label {
  font-family: "CenterRegular", sans-serif;
  font-size: 14px;
  font-size: 0.77778rem;
  line-height: 2;
  color: #5e6468; }

.form-select-container,
.form-type-select {
  display: inline-block;
  overflow: hidden;
  border: 1px solid rgba(94, 100, 104, 0.4);
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.6);
  position: relative;
  vertical-align: top; }
  .form-select-container .ss-icon,
  .form-type-select .ss-icon {
    position: absolute;
    right: 0.27778em; }

.form-type-select .form-label,
.form-select-container .description {
  display: none; }

.form-select-container--full {
  width: 100%; }

.form-select {
  font-size: 14px;
  font-size: 0.77778rem;
  line-height: 2;
  position: relative;
  width: 130%;
  padding: 0.27778rem 1.38889rem 0.27778rem 0.55556rem; }

.form-type-checkbox {
  position: relative; }

.form-input--radio,
.form-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 100%;
  display: block;
  opacity: 0;
  cursor: pointer; }

.form-label--radio,
.form-label--checkbox {
  font-family: "CenterRegular", sans-serif;
  font-size: 14px;
  font-size: 0.77778rem;
  line-height: 2;
  color: #5e6468;
  display: inline-block;
  padding-left: 32px;
  cursor: pointer;
  position: relative; }

.form-label--radio:before,
.form-label--radio:after,
.form-label--checkbox:before,
.form-label--checkbox:after {
  position: absolute;
  top: 50%;
  left: 0;
  height: 18px;
  width: 18px;
  margin-top: -9px;
  content: "";
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.form-label--checkbox:before,
.form-label--checkbox:after {
  border-radius: 4px; }

.form-label--radio:before,
.form-label--checkbox:before {
  border: 1px solid #5e6468;
  -webkit-transition: border-color 175ms, opacity 175ms;
          transition: border-color 175ms, opacity 175ms;
  background-color: white;
  opacity: 0.3; }

.form-label--radio:after,
.form-label--checkbox:after {
  background-color: rgba(95, 198, 196, 0);
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: background-color 175ms, -webkit-transform 175ms;
          transition: background-color 175ms, transform 175ms; }

.form-input--radio:checked + .form-label--radio,
.form-checkbox:checked + .form-label--checkbox {
  font-family: "CenterBold", sans-serif;
  font-weight: normal; }

.form-input--radio:checked + .form-label--radio:before,
.form-checkbox:checked + .form-label--checkbox:before {
  border-color: #5fc6c4;
  opacity: 1; }

.form-input--radio:checked + .form-label--radio:after,
.form-checkbox:checked + .form-label--checkbox:after {
  background-color: #5fc6c4;
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6); }

.form-input--radio:checked ~ .form-accordion {
  display: block; }

.form-radio-inline {
  display: inline-block;
  margin-right: 1em;
  position: relative; }

.form-radio-inline .form-input--radio {
  height: 100%; }

.form-radio-inline .form-label--radio {
  padding-left: 21px; }

.form-radio-inline .form-label--radio:before,
.form-radio-inline .form-label--radio:after {
  height: 14px;
  width: 14px;
  margin-top: -8px; }

.form-field--compact {
  position: relative;
  margin-bottom: 3em; }

.js .form-field--compact {
  -webkit-transition: margin-bottom 350ms;
          transition: margin-bottom 350ms; }

.js .form-field--compact .form-input {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: top 350ms;
          transition: top 350ms; }

.form-field--compact.is-active {
  margin-bottom: 5.5em; }

.form-field--compact.is-active .form-input {
  top: 2.5em; }

.form-next {
  display: none; }

.form-step-count {
  font-family: "CenterBold", sans-serif;
  font-weight: normal;
  display: inline-block;
  width: 2em;
  font-size: 2em;
  color: #5fc6c4; }
  .form-step-count::after {
    clear: both;
    content: "";
    display: table; }

.form-step-count:after {
  font-family: "CenterLight", sans-serif;
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  content: '/';
  opacity: 0.4; }

.form-step-number {
  float: right;
  width: 40%;
  text-align: center; }

.form-step-current {
  float: left; }

.form-controls {
  display: none; }

@media all and (min-width: 767px) {
  .lightbox .fullscreen-form {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; } }

@media all and (min-width: 767px) {
  .lightbox .fullscreen-form .form-controls {
    display: block; } }

@media all and (min-width: 767px) {
  .lightbox .fullscreen-form .section-heading {
    -webkit-transition: opacity 350ms;
            transition: opacity 350ms; } }

@media all and (min-width: 767px) {
  .lightbox .fullscreen-form.is-progress .section-heading {
    opacity: 0; } }

.form-control-nav {
  position: relative; }

.form-control-nav:before {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 1px;
  background-color: #5fc6c4;
  margin-left: -1px;
  content: ""; }

.lightbox .form-control-nav {
  position: absolute;
  top: 50%;
  right: 28px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.form-control-dot {
  height: 20px;
  width: 20px;
  position: relative;
  display: block;
  margin-top: 28px;
  border: 1px solid #5fc6c4;
  border-radius: 50%;
  background-color: white;
  -webkit-transition: background-color 350ms, box-shadow 350ms;
          transition: background-color 350ms, box-shadow 350ms; }

.form-control-dot:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-image: url("../images/smiley.svg");
  -webkit-transition: opacity 350ms;
          transition: opacity 350ms;
  -webkit-transition-delay: 350ms;
          transition-delay: 350ms; }

.form-control-dot:first-of-type {
  margin-top: 0; }

.form-control-dot.is-active {
  background-color: #5fc6c4;
  box-shadow: 0 0 0.55556em 0 #5fc6c4; }

.form-control-dot[disabled]:after {
  opacity: 0; }

.lightbox .form-step-count {
  position: absolute;
  right: 0.27778em;
  bottom: 0; }

.lightbox .fullscreen-form .form-wrapper {
  position: relative; }
  @media all and (min-width: 767px) {
    .lightbox .fullscreen-form .form-wrapper {
      margin: 0 auto;
      width: 73%; } }

.lightbox .fullscreen-form .form-list {
  position: relative; }

@media all and (min-width: 767px) {
  .lightbox .fullscreen-form .form-item {
    position: absolute;
    width: 100%;
    visibility: hidden; } }

.lightbox .fullscreen-form .form-item .form-item {
  position: relative; }
  @media all and (min-width: 767px) {
    .lightbox .fullscreen-form .form-item .form-item {
      width: auto; } }

@media all and (min-width: 767px) {
  .lightbox .fullscreen-form .form-item.is-active .form-item,
  .lightbox .fullscreen-form .form-item.is-hiding .form-item,
  .lightbox .fullscreen-form .form-item.is-showing .form-item {
    visibility: visible; } }

@media all and (min-width: 767px) {
  .lightbox .fullscreen-form .form-submit {
    display: none; } }

.form-continue {
  display: none; }

@media all and (min-width: 767px) {
  .lightbox .fullscreen-form .form-continue {
    position: absolute;
    top: 112px;
    right: 0;
    display: block;
    margin-top: 0.55556em; } }

@media all and (min-width: 767px) {
  .lightbox .fullscreen-form .form-continue:after {
    font-family: "CenterRegular", sans-serif;
    position: absolute;
    top: 100%;
    left: 0;
    content: attr(data-info);
    width: 100%;
    pointer-events: none;
    color: #5e6468;
    text-transform: none;
    line-height: 2; } }

@media all and (min-width: 767px) {
  .lightbox .fullscreen-form .form-item.is-active {
    visibility: visible; } }

@media all and (min-width: 767px) {
  .lightbox .fullscreen-form .is-hiding,
  .lightbox .fullscreen-form .is-showing {
    pointer-events: none;
    visibility: visible; } }

/* Hide current form-item when navigating to next question */
@media all and (min-width: 767px) {
  .lightbox .fullscreen-form-display-next .is-hiding .fullscreen-form-trans-upper,
  .lightbox .fullscreen-form-display-next .is-hiding .fullscreen-form-trans-lower {
    -webkit-animation: animHideNext 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
            animation: animHideNext 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards; } }

@media all and (min-width: 767px) {
  .lightbox .fullscreen-form-display-next .is-hiding .fullscreen-form-trans-lower {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s; } }

@-webkit-keyframes animHideNext {
  to {
    opacity: 0;
    -webkit-transform: translateY(-27.77778em);
            transform: translateY(-27.77778em); } }

@keyframes animHideNext {
  to {
    opacity: 0;
    -webkit-transform: translateY(-27.77778em);
            transform: translateY(-27.77778em); } }
/* Show new li when navigating to next question */
@media all and (min-width: 767px) {
  .lightbox .fullscreen-form-display-next .is-showing .fullscreen-form-trans-upper,
  .lightbox .fullscreen-form-display-next .is-showing .fullscreen-form-trans-lower {
    -webkit-animation: animShowNext 0.5s cubic-bezier(0.7, 0, 0.3, 1) both 0.125s;
            animation: animShowNext 0.5s cubic-bezier(0.7, 0, 0.3, 1) both 0.125s; } }

@media all and (min-width: 767px) {
  .lightbox .fullscreen-form-display-next .is-showing .fullscreen-form-trans-lower {
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s; } }

@-webkit-keyframes animShowNext {
  from {
    opacity: 0;
    -webkit-transform: translateY(27.77778em);
            transform: translateY(27.77778em); } }

@keyframes animShowNext {
  from {
    opacity: 0;
    -webkit-transform: translateY(27.77778em);
            transform: translateY(27.77778em); } }
/* Hide current li when navigating to previous question */
@media all and (min-width: 767px) {
  .lightbox .fullscreen-form-display-prev .is-hiding .fullscreen-form-trans-upper,
  .lightbox .fullscreen-form-display-prev .is-hiding .fullscreen-form-trans-lower {
    -webkit-animation: animHidePrev 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
            animation: animHidePrev 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards; } }

@media all and (min-width: 767px) {
  .lightbox .fullscreen-form-display-prev .is-hiding .fullscreen-form-trans-upper {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s; } }

@-webkit-keyframes animHidePrev {
  to {
    opacity: 0;
    -webkit-transform: translateY(27.77778em);
            transform: translateY(27.77778em); } }

@keyframes animHidePrev {
  to {
    opacity: 0;
    -webkit-transform: translateY(27.77778em);
            transform: translateY(27.77778em); } }
/* Show new li when navigating to previous question */
@media all and (min-width: 767px) {
  .lightbox .fullscreen-form-display-prev .is-showing .fullscreen-form-trans-upper,
  .lightbox .fullscreen-form-display-prev .is-showing .fullscreen-form-trans-lower {
    -webkit-animation: animShowPrev 0.5s cubic-bezier(0.7, 0, 0.3, 1) both 0.125s;
            animation: animShowPrev 0.5s cubic-bezier(0.7, 0, 0.3, 1) both 0.125s; } }

@media all and (min-width: 767px) {
  .lightbox .fullscreen-form-display-prev .is-showing .fullscreen-form-trans-upper {
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s; } }

@-webkit-keyframes animShowPrev {
  from {
    opacity: 0;
    -webkit-transform: translateY(-27.77778em);
            transform: translateY(-27.77778em); } }

@keyframes animShowPrev {
  from {
    opacity: 0;
    -webkit-transform: translateY(-27.77778em);
            transform: translateY(-27.77778em); } }
@media all and (min-width: 767px) {
  .lightbox .fullscreen-form-overview {
    -webkit-animation: animMove 0.5s;
            animation: animMove 0.5s; } }

@-webkit-keyframes animFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes animFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes animMove {
  from {
    -webkit-transform: translateY(5.55556em);
            transform: translateY(5.55556em);
    opacity: 0; } }
@keyframes animMove {
  from {
    -webkit-transform: translateY(5.55556em);
            transform: translateY(5.55556em);
    opacity: 0; } }
#webform-component-sveitarfelag-og-postnumer {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid rgba(94, 100, 104, 0.4); }

/*------------------------------------*\
    #BOARD MEMBERS
\*------------------------------------*/
.board-member-list {
  max-width: 60.44444em;
  margin-left: auto;
  margin-right: auto; }
  .board-member-list::after {
    clear: both;
    content: "";
    display: table; }

@media all and (min-width: 0) and (max-width: 766px) {
  .board-member-list-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .board-member-list-item:last-child {
      margin-right: 0; }
    .board-member-list-item:nth-child(2n) {
      margin-right: 0; }
    .board-member-list-item:nth-child(2n+1) {
      clear: left; } }
@media all and (min-width: 767px) {
  .board-member-list-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 18.11388%; }
    .board-member-list-item:last-child {
      margin-right: 0; } }

@media all and (min-width: 767px) {
  .board-member-list-item--span4 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .board-member-list-item--span4:last-child {
      margin-right: 0; } }

.board-member-list--ceo .board-member-list-item {
  margin-left: 25.58941%; }
  @media all and (min-width: 767px) {
    .board-member-list--ceo .board-member-list-item {
      margin-left: 40.94306%; } }

.board-member-list--chalkline {
  position: relative; }

@media all and (min-width: 767px) {
  .board-member-list--chalkline:before {
    position: absolute;
    top: 0;
    right: 9.05694%;
    left: 9.05694%;
    content: "";
    height: 1.66667em;
    border: 1px solid #dedede;
    border-bottom: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; } }

@media all and (min-width: 767px) {
  .board-member-list--chalkline-col4:before {
    right: 11.61588%;
    left: 11.61588%; } }

.board-member-list--chalkline .board-member-list-item {
  position: relative; }

@media all and (min-width: 767px) {
  .board-member-list--chalkline .board-member-list-item:before {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    height: 1.66667em;
    border-left: 1px solid #dedede; } }

.board-member-list--chalkline .board-member-list-item:first-child:before,
.board-member-list--chalkline .board-member-list-item:last-child:before {
  display: none; }

.board-member {
  text-align: center; }

.board-member-click-area {
  position: relative;
  display: block;
  z-index: 0;
  padding: 28px 14px 56px; }

@media all and (min-width: 767px) {
  .board-member-click-area:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(255, 255, 255, 0);
    border-radius: 4px;
    border: 1px solid rgba(222, 222, 222, 0);
    box-shadow: 0 0 0 transparent;
    -webkit-transition: all 175ms;
            transition: all 175ms;
    z-index: -1; } }

.board-member-click-area:hover {
  z-index: 1; }

@media all and (min-width: 767px) {
  .board-member-click-area:hover:before {
    border: 1px solid #dedede;
    box-shadow: 0 0 1.66667em rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    background: white; } }

.board-member-photo {
  height: 5.55556em;
  width: 5.55556em;
  margin-right: auto;
  margin-left: auto;
  line-height: 6.11111em;
  margin-bottom: 14px;
  position: relative;
  border: 1px solid #dedede;
  border-radius: 50%;
  background-color: white;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  z-index: 0; }

.board-member-photo:before {
  font-size: 40px;
  font-size: 2.22222rem;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: white;
  display: block;
  background: rgba(95, 198, 196, 0.7);
  -webkit-transition: -webkit-transform 175ms;
          transition: transform 175ms;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition-delay: 87.5ms;
          transition-delay: 87.5ms; }

.board-member-click-area:hover .board-member-photo:before {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.board-member-name {
  line-height: 1;
  margin-bottom: 0.2em; }

.board-member-role {
  font-family: "CenterBold", sans-serif;
  font-weight: normal;
  color: #5fc6c4; }

/*------------------------------------*\
    #BOARD MEMBER DETAIL
\*------------------------------------*/
.board-member--detail {
  margin-top: 56px; }
  @media all and (min-width: 767px) {
    .board-member--detail {
      margin-top: 112px;
      text-align: left; } }

.board-member--detail .layout-column:nth-of-type(1) {
  max-width: 14.44444em;
  margin: 0 auto; }
  @media all and (min-width: 767px) {
    .board-member--detail .layout-column:nth-of-type(1) {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .board-member--detail .layout-column:nth-of-type(1):last-child {
        margin-right: 0; } }

@media all and (min-width: 767px) {
  .board-member--detail .layout-column:nth-of-type(2) {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    .board-member--detail .layout-column:nth-of-type(2):last-child {
      margin-right: 0; } }

.board-member--detail .board-member-photo {
  width: 100%;
  height: 100%;
  padding-bottom: 100%; }

.board-member--detail .board-member-name {
  font-size: 36px;
  font-size: 2rem;
  line-height: 1.55556; }

.board-member--detail .contact-list {
  text-align: left; }

.board-member--detail .contact-item .ss-icon {
  color: #5fc6c4; }

/*------------------------------------*\
    #ELECTRIC CAR
\*------------------------------------*/
.electric-car {
  position: relative;
  margin-top: 28px;
  padding-top: 28px; }

@media all and (min-width: 767px) {
  .no-touch .electric-car {
    padding-top: 20.4rem; } }

.electric-car .nav {
  position: relative; }

.electric-car .nav-container {
  display: none;
  -webkit-transition: -webkit-transform 350ms;
          transition: transform 350ms; }

@media all and (min-width: 767px) {
  .no-touch .electric-car .nav-container {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; } }

.no-touch .electric-car .nav-container.skrollable-between,
.no-touch .electric-car .nav-container.skrollable-after {
  max-width: 60.44444em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.5em;
  position: fixed;
  z-index: 2;
  right: 0; }
  .no-touch .electric-car .nav-container.skrollable-between::after,
  .no-touch .electric-car .nav-container.skrollable-after::after {
    clear: both;
    content: "";
    display: table; }
  @media all and (min-width: 992px) {
    .no-touch .electric-car .nav-container.skrollable-between,
    .no-touch .electric-car .nav-container.skrollable-after {
      left: 5.55556rem; } }

.no-touch .electric-car .nav-container.skrollable-between {
  -webkit-transform: translateY(20%);
      -ms-transform: translateY(20%);
          transform: translateY(20%); }

.no-touch .electric-car .nav-container.skrollable-after {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }

.electric-car:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  content: "";
  background-color: #5fc6c4; }

@media all and (min-width: 767px) {
  .no-touch .electric-car:before {
    left: 50%; } }

.electric-car-hotspot-list {
  max-width: 60.44444em;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .electric-car-hotspot-list::after {
    clear: both;
    content: "";
    display: table; }

@media all and (min-width: 767px) {
  .no-touch .electric-car-hotspot-list:after {
    -webkit-transition: -webkit-transform 0.7s ease;
            transition: transform 0.7s ease;
    position: absolute;
    top: 0;
    left: 50%;
    height: 11.33333rem;
    width: 5.33333rem;
    content: "";
    background: url("../images/car.svg") 0 0 no-repeat;
    background-size: 100% auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-left: -2.66667rem; } }

@media all and (min-width: 767px) {
  .no-touch .scrolled-up .electric-car-hotspot-list:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg); } }

@media all and (min-width: 767px) {
  .no-touch .electric-car-hotspot-list.skrollable-between:after {
    position: fixed;
    top: 50%;
    margin-left: -2.66667rem; } }
@media all and (min-width: 992px) {
  .no-touch .electric-car-hotspot-list.skrollable-between:after {
    margin-left: 0.11111rem; } }

@media all and (min-width: 767px) {
  .no-touch .electric-car-hotspot-list.skrollable-after:after {
    top: 100%; } }

.electric-car-hotspot-item {
  position: relative; }

@media all and (min-width: 767px) {
  .no-touch .electric-car-hotspot-item {
    width: 50%;
    margin-left: 50%;
    height: 100vh; } }

@media all and (min-width: 767px) {
  .no-touch .electric-car-hotspot-item:last-of-type {
    height: 50vh; } }

.electric-car-hotspot {
  padding-left: 3em; }

@media all and (min-width: 767px) {
  .no-touch .electric-car-hotspot {
    position: relative;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding-left: 10em; } }

.electric-car-hotspot:before,
.electric-car-hotspot:after {
  height: 1.55556rem;
  width: 1.55556rem;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  border-radius: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  -webkit-transition: all 350ms;
          transition: all 350ms;
  -webkit-transition-delay: 0;
          transition-delay: 0; }

.electric-car-hotspot:before {
  background-color: #5fc6c4;
  box-shadow: 0 0 0.55556em 0 #5fc6c4; }

.electric-car-hotspot:after {
  border: 1px solid rgba(95, 198, 196, 0); }

.electric-car-hotspot-image {
  margin-bottom: 14px;
  border-radius: 4px; }

@media all and (min-width: 767px) {
  .electric-car-hotspot.skrollable-between:before,
  .electric-car-hotspot-item:first-of-type .electric-car-hotspot.skrollable-before:before {
    height: 8.33333rem;
    width: 8.33333rem;
    background-color: #dc621e;
    box-shadow: 0 0 2.22222em 0 #dc621e; } }

@media all and (min-width: 767px) {
  .electric-car-hotspot.skrollable-between:after,
  .electric-car-hotspot-item:first-of-type .electric-car-hotspot.skrollable-before:after {
    height: 10.55556rem;
    width: 10.55556rem;
    border-color: rgba(95, 198, 196, 0.3); } }

@media all and (min-width: 767px) {
  .electric-car-hotspot.skrollable .electric-car-hotspot-text {
    -webkit-transition: all 350ms;
            transition: all 350ms;
    opacity: 0; } }

@media all and (min-width: 767px) {
  .electric-car-hotspot.skrollable .electric-car-hotspot-image {
    position: absolute;
    top: 50%;
    left: -20em;
    -webkit-transform: translateY(-50%) translateX(-100%);
        -ms-transform: translateY(-50%) translateX(-100%);
            transform: translateY(-50%) translateX(-100%);
    max-width: 13.33333em; } }

@media all and (min-width: 767px) {
  .touch .electric-car-hotspot .electric-car-hotspot-text::after {
    clear: both;
    content: "";
    display: table; } }

@media all and (min-width: 767px) {
  .touch .electric-car-hotspot .electric-car-hotspot-image {
    float: left;
    margin-right: 28px;
    width: 50%; } }

@media all and (min-width: 767px) {
  .electric-car-hotspot.skrollable-before .electric-car-hotspot-text {
    -webkit-transform: translateY(30%);
        -ms-transform: translateY(30%);
            transform: translateY(30%); } }

@media all and (min-width: 767px) {
  .electric-car-hotspot.skrollable-between .electric-car-hotspot-text,
  .electric-car-hotspot-item:first-of-type .electric-car-hotspot.skrollable-before .electric-car-hotspot-text {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@media all and (min-width: 767px) {
  .electric-car-hotspot.skrollable-after .electric-car-hotspot-text {
    -webkit-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
            transform: translateY(-30%); } }

@media all and (min-width: 767px) {
  #stasetningar .section-container {
    padding-bottom: 130px; } }

/*------------------------------------*\
    #STAFF LIST
\*------------------------------------*/
.staff {
  border-radius: 4px;
  background: #f0f0f0;
  width: 100%; }
  @media all and (min-width: 0) and (max-width: 766px) {
    .staff {
      display: block;
      padding: 28px; } }

.staff-cell {
  font-size: 14px;
  font-size: 0.77778rem;
  line-height: 2;
  color: #1c2931;
  -webkit-transition: background-color 350ms;
          transition: background-color 350ms; }
  @media all and (min-width: 0) and (max-width: 766px) {
    .staff-cell {
      display: block; }
      .staff-cell:first-child {
        padding-top: 14px; }
      .staff-cell:last-child {
        padding-bottom: 14px; }
      .staff-cell:before {
        font-family: "CenterBold", sans-serif;
        font-weight: normal;
        content: attr(data-th) ": ";
        color: #1c2931;
        width: 6.5em;
        display: inline-block; } }

.staff-cell--head {
  font-family: "CenterBold", sans-serif;
  font-weight: normal;
  text-align: left; }
  @media all and (min-width: 0) and (max-width: 766px) {
    .staff-cell--head {
      display: none; } }
  @media all and (min-width: 767px) {
    .staff-cell--head {
      padding: 7px 28px; } }

@media all and (min-width: 767px) {
  .staff-row:first-child .staff-cell {
    padding-top: 28px; } }

@media all and (min-width: 767px) {
  .staff-row:not(.staff-row--head):hover .staff-cell {
    background-color: rgba(255, 255, 255, 0.8); } }

@media all and (min-width: 767px) {
  .staff-row:last-child .staff-cell {
    padding-bottom: 14px; } }

.staff-cell .staff-link {
  display: inline-block; }
  @media all and (min-width: 767px) {
    .staff-cell .staff-link {
      display: block;
      padding: 7px 28px; } }

.staff-cell--name .staff-link {
  color: inherit; }

.staff-cell--role .staff-link {
  font-family: "CenterBold", sans-serif;
  font-weight: normal;
  color: #5fc6c4; }

.staff-image {
  border-radius: 50%;
  display: inline-block;
  margin-right: 28px;
  border: 1px solid #d6d6d6;
  -webkit-transition: border-color 350ms;
          transition: border-color 350ms; }
  @media all and (min-width: 0) and (max-width: 766px) {
    .staff-image {
      display: none; } }

@media all and (min-width: 767px) {
  .staff-row:not(.staff-row--head):hover .staff-image {
    border-color: #5fc6c4; } }

/*------------------------------------*\
    #FOOTER
\*------------------------------------*/
.footer {
  position: relative; }

.footer--primary {
  background-color: #1c2931;
  color: #838a8f; }
  @media all and (min-width: 0) and (max-width: 991px) {
    .footer--primary {
      padding-bottom: 3.33333rem; } }

.footer-content {
  font-size: 14px;
  font-size: 0.77778rem;
  line-height: 1.5;
  padding-top: 56px;
  padding-bottom: 56px;
  background-color: #1c2931; }

.footer-content .link-underline {
  box-shadow: inset 0 -3px 0 rgba(220, 98, 30, 0.6);
  -webkit-transition: box-shadow 350ms;
          transition: box-shadow 350ms; }
  .footer-content .link-underline:hover, .footer-content .link-underline.skrollable-between {
    box-shadow: inset 0 -3px 0 #dc621e; }

.footer--primary .footer-list {
  display: inline-block;
  margin-right: 14px; }

@media all and (min-width: 767px) {
  .footer-content--columns {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .footer-content--columns::after {
      clear: both;
      content: "";
      display: table; } }

@media all and (min-width: 767px) {
  .footer-column:nth-of-type(1) {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%; }
    .footer-column:nth-of-type(1):last-child {
      margin-right: 0; }
  .footer-column:nth-of-type(2) {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
    text-align: center; }
    .footer-column:nth-of-type(2):last-child {
      margin-right: 0; }
  .footer-column:nth-of-type(3) {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
    text-align: right; }
    .footer-column:nth-of-type(3):last-child {
      margin-right: 0; } }

.footer-column--cta {
  font-size: 12px;
  font-size: 0.66667rem;
  line-height: 2.33333; }
  .footer-column--cta .ss-icon {
    font-size: 28px;
    font-size: 1.55556rem;
    line-height: 1.2;
    margin-top: 7px; }
    @media all and (min-width: 0) and (max-width: 766px) {
      .footer-column--cta .ss-icon {
        margin-right: 14px; } }
    @media all and (min-width: 767px) {
      .footer-column--cta .ss-icon {
        display: block; } }

.footer-column--cta .footer-link {
  display: inline-block; }

.footer-compliance {
  margin-top: 14px;
  vertical-align: top; }
  @media all and (min-width: 0) and (max-width: 766px) {
    .footer-compliance {
      margin-right: 14px; } }
  @media all and (min-width: 767px) {
    .footer-compliance {
      margin-left: 28px; } }

.footer-heading {
  color: inherit;
  font-size: inherit; }

.footer-link {
  font-family: "CenterBold", sans-serif;
  font-weight: normal;
  color: inherit; }

.footer-section-tab {
  display: none; }

@media all and (min-width: 992px) {
  .footer--sticky .footer-section-tab {
    display: block;
    position: relative;
    z-index: 1; } }

.footer-section-tab .layout {
  padding-top: 0; }

.footer-next-page:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: rgba(220, 98, 30, 0.85); }

.footer-next-page .section-title {
  font-size: 14px;
  font-size: 0.77778rem;
  line-height: 2;
  margin-bottom: 14px;
  -webkit-transition: margin-bottom 350ms;
          transition: margin-bottom 350ms; }

.footer-next-page .hoverable-cta .ss-icon {
  font-size: 20px;
  font-size: 1.11111rem;
  line-height: 1.4; }

.footer-next-page-image {
  background-position: center center;
  background-size: cover;
  padding-bottom: 47%; }

@media all and (min-width: 992px) {
  .footer--sticky .footer-next-page-image {
    padding-bottom: 0;
    height: 100%; } }

.footer-next-page .section-heading {
  position: absolute;
  right: 0;
  left: 0;
  text-align: center; }

.footer-sticky-wrapper {
  background-color: #dc621e; }

@media all and (min-width: 992px) {
  .footer--sticky {
    height: 80vh; } }

@media all and (min-width: 992px) {
  .footer--sticky .footer-next-page {
    height: 100%; } }

@media all and (min-width: 992px) {
  .footer--sticky .footer-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; } }

@media all and (min-width: 992px) {
  .footer--sticky .footer-sticky-wrapper {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 5.55556rem;
    z-index: 0;
    height: 80vh; } }

/*------------------------------------*\
    #SECTIONS
\*------------------------------------*/
.section {
  position: relative;
  background-color: white;
  overflow: hidden; }

.section--orange {
  background-color: #dc621e; }

.section--gray {
  background-color: #f0f0f0; }
  .section--gray .section-container.layout {
    padding-bottom: 5%; }

.section-container {
  max-width: 60.44444em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 5% 28px; }
  .section-container::after {
    clear: both;
    content: "";
    display: table; }

.content--large-padding .section-container {
  padding: 15% 28px; }
  @media all and (min-width: 992px) {
    .content--large-padding .section-container {
      padding: 10% 28px; } }

.section-container--flush-top {
  padding-top: 0; }

.section--masthead .section-heading {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  text-align: center; }

.masthead-title {
  pointer-events: none; }
  @media all and (min-width: 992px) {
    .masthead-title {
      font-size: 60px;
      font-size: 3.33333rem;
      line-height: 1;
      margin-bottom: 14px; } }

.masthead-content {
  font-family: "CenterBold", sans-serif;
  font-weight: normal;
  pointer-events: none; }
  @media all and (min-width: 992px) {
    .masthead-content {
      font-size: 20px;
      font-size: 1.11111rem;
      line-height: 1.4; } }

.hoverable-cta {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 350ms, visibility 350ms;
          transition: opacity 350ms, visibility 350ms;
  margin-top: 15px; }

.no-js .hoverable-cta {
  -webkit-transition: none;
          transition: none; }

.section.is-hovering .hoverable-cta,
.no-js .hoverable-cta,
.touch .hoverable-cta {
  opacity: 1;
  visibility: visible; }

.section--masthead .section-image {
  width: 100%; }

.section--masthead .video-container {
  padding-top: 0; }

.hoverable-blur {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 350ms;
          transition: opacity 350ms;
  background-position: inherit;
  background-size: inherit; }

.no-js .hoverable-blur {
  display: none; }

.section.is-hovering .hoverable-blur {
  opacity: 1; }

.section-text--indent {
  position: relative;
  padding-left: 28px; }
  @media all and (min-width: 767px) {
    .section-text--indent {
      padding-left: 56px; } }
  .section-text--indent:before {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.8em;
    vertical-align: top;
    opacity: 0.3; }

.section--full-height {
  height: 100vh; }

.section--full-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: none; }

.section--noise:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-image: url("../images/noise.gif");
  opacity: 0.035;
  z-index: 1;
  pointer-events: none; }

.section-heading {
  margin: 0 0 14px; }
  .section-heading .ss-icon {
    font-size: 26px;
    font-size: 1.44444rem;
    line-height: 1.07692;
    color: #5fc6c4; }
    @media all and (min-width: 767px) {
      .section-heading .ss-icon {
        font-size: 40px;
        font-size: 2.22222rem;
        line-height: 1.4; } }

@media all and (min-width: 1382px) {
  .section-heading .text-nowrap {
    white-space: nowrap; } }

@media all and (min-width: 767px) {
  .section-heading--slim {
    margin-right: auto;
    margin-left: auto;
    max-width: 70%; } }

.section-content--slim {
  max-width: 47.77778em;
  margin-left: auto;
  margin-right: auto; }
  .section-content--slim::after {
    clear: both;
    content: "";
    display: table; }

.section-link--follow {
  color: #5e6468;
  display: inline-block; }
  .section-link--follow .ss-icon {
    font-size: 16px;
    font-size: 0.88889rem;
    line-height: 1.75;
    margin-right: 0.55556em; }
    @media all and (min-width: 767px) {
      .section-link--follow .ss-icon {
        font-size: 24px;
        font-size: 1.33333rem;
        line-height: 1.16667; } }

@media all and (min-width: 767px) {
  .section-aside--iceland {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 55%;
    -webkit-transform: translateX(7%);
        -ms-transform: translateX(7%);
            transform: translateX(7%); } }
@media all and (min-width: 1382px) {
  .section-aside--iceland {
    width: 53%; } }

@media all and (min-width: 767px) {
  .section-aside--calculator {
    max-width: 20.88889rem; } }

@media all and (min-width: 767px) {
  .section-aside--calculator-landscape {
    max-width: 31.16667rem;
    margin-top: 41px; } }
@media all and (min-width: 1570px) {
  .section-aside--calculator-landscape {
    max-width: none;
    width: 130%;
    margin-left: -30%; } }

@media all and (min-width: 767px) {
  #reiknivel .section-article {
    margin-top: 56px; } }
@media all and (min-width: 767px) {
  #reiknivel .layout-column:nth-of-type(1) {
    padding-left: 56px; } }
#reiknivel .section-aside--calculator {
  max-width: 50%;
  margin: auto; }
  @media all and (min-width: 767px) {
    #reiknivel .section-aside--calculator {
      max-width: 100%; } }

/*------------------------------------*\
    #ICELAND
\*------------------------------------*/
.iceland {
  height: 0;
  width: 100%;
  position: relative;
  padding-bottom: 92.74874%;
  overflow: hidden; }

.iceland-content {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%; }

.iceland-location {
  opacity: 0;
  -webkit-transform: scale(2);
      -ms-transform: scale(2);
          transform: scale(2);
  -webkit-transition: -webkit-transform 350ms, opacity 350ms;
          transition: transform 350ms, opacity 350ms; }

.iceland-location.skrollable-after {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

svg.iceland-content svg.skrollable-after path {
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-animation: rotateFullCircle 1s infinite;
  /* Chrome, Safari, Opera */
  animation: rotateFullCircle 1s infinite; }

/* Chrome, Safari, Opera */
@-webkit-keyframes rotateFullCircle {
  from {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
/* Standard syntax */
@keyframes rotateFullCircle {
  from {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
/*------------------------------------*\
    #Lightswitch
\*------------------------------------*/
.lightswitch {
  text-align: center;
  margin: 0 auto -15px;
  width: 50%; }
  @media all and (min-width: 767px) {
    .lightswitch {
      width: 100%; } }

#natturumolinn .section-container {
  padding-bottom: 0; }
#natturumolinn .layout-column:nth-of-type(2) {
  margin-bottom: 0; }

/*------------------------------------*\
    News list
\*------------------------------------*/
.news-list .post-content-container {
  position: relative;
  height: 210px;
  overflow: hidden;
  margin-bottom: 15px; }
  .news-list .post-content-container:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #f0f0f0;
    box-shadow: 0px -14px 28px 13px #f0f0f0; }

/*------------------------------------*\
    #SWIPER
\*------------------------------------*/
.swiper-container {
  z-index: auto; }

.swiper-pagination {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  text-align: center; }
  @media all and (min-width: 767px) {
    .swiper-pagination {
      top: 84px;
      right: 56px;
      bottom: auto;
      left: auto; } }

.swiper-slide {
  position: relative;
  overflow: hidden;
  min-height: 400px;
  background-position: top center;
  background-repeat: none;
  background-size: cover;
  z-index: 0; }
  @media all and (min-width: 767px) {
    .swiper-slide {
      min-height: 520px; } }
  @media all and (min-width: 992px) {
    .swiper-slide {
      min-height: 100vh; } }

.swiper-slide-ready {
  z-index: 1; }

.section--masthead .swiper-heading {
  position: absolute;
  top: auto;
  right: 28px;
  bottom: 56px;
  left: 28px;
  z-index: 1;
  max-width: 32.22222em;
  text-align: left;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 0;
  -webkit-transition: opacity 350ms ease-out, -webkit-transform 350ms ease-out;
          transition: opacity 350ms ease-out, transform 350ms ease-out; }
  @media all and (min-width: 767px) {
    .section--masthead .swiper-heading {
      bottom: auto;
      right: auto;
      top: 50%;
      left: 12%; } }

.section--masthead .swiper-slide-ready .swiper-heading {
  opacity: 1; }

@media all and (min-width: 767px) {
  .section--masthead .swiper-heading--right {
    left: auto;
    right: 28px; } }

.swiper-pagination-switch {
  height: 0.77778em;
  width: 0.77778em;
  position: relative;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.6);
  margin: 0 0.27778em;
  border-radius: 50%; }
  .swiper-pagination-switch:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    background-color: white;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: -webkit-transform 350ms;
            transition: transform 350ms; }

.swiper-active-switch:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.no-js .swiper-slide {
  float: none;
  display: none; }

.no-js .swiper-slide:first-child {
  display: block; }

/*------------------------------------*\
    #NAV
\*------------------------------------*/
/*------------------------------------*\
    #TABLET
\*------------------------------------*/
.tablet {
  position: relative;
  padding-bottom: 149.20213%; }
  .tablet:before {
    position: absolute;
    top: 50%;
    right: 1.11111em;
    bottom: 1px;
    left: 1.11111em;
    content: "";
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    border-radius: 100px / 10px; }
  .tablet:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: url("../images/tablet.svg") 0 0 no-repeat;
    background-size: 100% auto; }

.tablet.tablet-landscape {
  position: relative;
  padding-bottom: 67.02317%; }
  .tablet.tablet-landscape:before {
    position: absolute;
    top: 50%;
    right: 1.11111em;
    bottom: 1px;
    left: 1.11111em;
    content: "";
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    border-radius: 100px / 10px; }
  .tablet.tablet-landscape:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: url("../images/tablet-landscape.svg") 0 0 no-repeat;
    background-size: 100% auto; }
  .tablet.tablet-landscape .tablet-content {
    position: absolute;
    top: 7%;
    right: 11.5%;
    bottom: 7%;
    left: 11.5%;
    overflow: hidden;
    z-index: 1; }

.tablet-content {
  position: absolute;
  top: 11.5%;
  right: 7%;
  bottom: 11.5%;
  left: 7%;
  overflow: hidden;
  z-index: 1; }

.tablet-image {
  width: 100%; }

/*------------------------------------*\
    #COUNTER
\*------------------------------------*/
.counter {
  font-family: "CenterBold", sans-serif;
  font-weight: normal; }

.counter:before {
  font-size: 128px;
  font-size: 7.11111rem;
  line-height: 1.09375;
  display: inline-block;
  text-align: right;
  content: attr(data-counter);
  vertical-align: middle; }

.counter:after {
  font-size: 24px;
  font-size: 1.33333rem;
  line-height: 1.16667; }

/*------------------------------------*\
    #LIGHTBOX
\*------------------------------------*/
.scroll-lock {
  overflow: visible !important;
  width: auto; }

.scroll-lock body {
  overflow: hidden !important; }

.lightbox {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 300;
  display: none;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.95); }

.lightbox-scroll {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

@media all and (min-width: 767px) {
  .lightbox .lightbox-content--fullscreen {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; } }

@media all and (min-width: 767px) {
  .lightbox .lightbox-content-vertical-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); } }

.lightbox.is-active {
  display: block; }

.lightbox.is-hiding {
  pointer-events: none; }

.lightbox.is-hiding {
  -webkit-animation: lightboxFadeOut 350ms;
          animation: lightboxFadeOut 350ms; }

@-webkit-keyframes lightboxFadeOut {
  to {
    background-color: rgba(255, 255, 255, 0); } }

@keyframes lightboxFadeOut {
  to {
    background-color: rgba(255, 255, 255, 0); } }
.lightbox .section {
  background: none; }

.lightbox .section-container {
  padding-top: 112px;
  padding-bottom: 7%; }
  @media all and (min-width: 767px) {
    .lightbox .section-container {
      padding-top: 7%;
      padding-bottom: 7%; } }

.lightbox-close {
  position: fixed;
  top: 28px;
  right: 28px;
  z-index: 1; }
  .lightbox-close .ss-icon {
    font-size: 16px;
    font-size: 0.88889rem;
    line-height: 1.75; }

.lightbox.is-hiding .lightbox-close {
  -webkit-animation: lightboxCloseFadeOut 350ms;
          animation: lightboxCloseFadeOut 350ms; }

@-webkit-keyframes lightboxCloseFadeOut {
  to {
    opacity: 0; } }

@keyframes lightboxCloseFadeOut {
  to {
    opacity: 0; } }
.lightbox-content-container {
  display: none;
  min-height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.lightbox-content-container.is-active {
  display: block; }

.lightbox-content-container.is-showing,
.lightbox-content-container.is-hiding {
  pointer-events: none; }

.lightbox-content-container.is-showing {
  -webkit-animation: lightboxAnimIn 0.5s;
          animation: lightboxAnimIn 0.5s; }

@-webkit-keyframes lightboxAnimIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
            transform: translate3d(0, 5%, 0); } }

@keyframes lightboxAnimIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
            transform: translate3d(0, 5%, 0); } }
.lightbox-content-container.is-hiding {
  -webkit-animation: lightboxAnimOut 0.5s cubic-bezier(0.7, 0, 0.3, 1);
          animation: lightboxAnimOut 0.5s cubic-bezier(0.7, 0, 0.3, 1); }

@-webkit-keyframes lightboxAnimOut {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
            transform: translate3d(0, 5%, 0); } }

@keyframes lightboxAnimOut {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
            transform: translate3d(0, 5%, 0); } }
/*------------------------------------*\
    #TRUMPS
\*------------------------------------*/
/*------------------------------------*\
    #CLEARFIX
\*------------------------------------*/
/**
 * Micro clearfix, as per: css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
 * Extend the clearfix class with Sass to avoid the `.clearfix` class appearing
 * over and over in your markup.
 */
.clearfix:after,
.box:after,
.post-content:after {
  content: "";
  display: table;
  clear: both; }

.is-scrolling, .is-scrolling * {
  pointer-events: none !important; }
