@charset "UTF-8";
/**
 * CONTENTS
 *
 * SETTINGS
 * Global...............Global variables, site-wide settings, config switches, etc.
 *
 * TOOLS
 * Mixins...............Site-wide mixins and functions.
 *
 * GENERIC..............Low-specificity, far-reaching rulesets (e.g. resets).
 * Normalize.css........A level playing field.
 * Box-sizing...........Better default `box-sizing`.
 *
 * BASE
 * Headings.............Unclassed HTML elements (e.g. a {}, blockquote {}, address {}). H1–H6 styles.
 *
 * OBJECTS
 * Wrappers.............Objects, abstractions, and design patterns (e.g. .media {}).
 *
 * COMPONENTS
 * Page-head............The main page header.
 * Page-foot............The main page footer.
 * Buttons..............Button elements.
 *
 * TRUMPS
 * Text.................High-specificity, very explicit selectors. Overrides and helper classes (e.g. .hidden {}).
 */
@import 'https://unpkg.com/flickity-fullscreen@1/fullscreen.css';
@font-face {
  font-family: 'NewsGothicMTStd';
  src: url("../fonts/NewsGothicMTStd-Bold.eot");
  src: url("../fonts/NewsGothicMTStd-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NewsGothicMTStd-Bold.woff2") format("woff2"), url("../fonts/NewsGothicMTStd-Bold.woff") format("woff"), url("../fonts/NewsGothicMTStd-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?8jr6xu");
  src: url("../fonts/icomoon.eot?8jr6xu#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff2?8jr6xu") format("woff2"), url("../fonts/icomoon.ttf?8jr6xu") format("truetype"), url("../fonts/icomoon.woff?8jr6xu") format("woff"), url("../fonts/icomoon.svg?8jr6xu#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron:before {
  content: "\e901";
}

.icon-search:before {
  content: "\e900";
}

.icon-enlarge2:before {
  content: "\e98b";
}

.icon-arrow:before {
  content: "\e902";
}

.icon-home:before {
  content: "\e903";
}

.icon-insta:before {
  content: "\e90a";
}

.icon-pause:before {
  content: "\e918";
}

.icon-play:before {
  content: "\e919";
}

.icon-compass:before {
  content: "\e91a";
}

.icon-rooms:before {
  content: "\e91f";
}

/*! Flickity v2.1.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19F;
          box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: #333;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.skiplinks {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

@media (min-width: 768px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .meeting-room__left, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .meeting-room__right, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .meeting-room__left, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .meeting-room__right, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 480px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .meeting-room__left, .col-md-6, .col-md-7, .meeting-room__right, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5, .meeting-room__left {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7, .meeting-room__right {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-1 {
    width: 8.33333%;
  }
  .col-xl-2 {
    width: 16.66667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.33333%;
  }
  .col-xl-5 {
    width: 41.66667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.33333%;
  }
  .col-xl-8 {
    width: 66.66667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.33333%;
  }
  .col-xl-11 {
    width: 91.66667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-pull-1 {
    right: 8.33333%;
  }
  .col-xl-pull-2 {
    right: 16.66667%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-4 {
    right: 33.33333%;
  }
  .col-xl-pull-5 {
    right: 41.66667%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-7 {
    right: 58.33333%;
  }
  .col-xl-pull-8 {
    right: 66.66667%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-10 {
    right: 83.33333%;
  }
  .col-xl-pull-11 {
    right: 91.66667%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-push-1 {
    left: 8.33333%;
  }
  .col-xl-push-2 {
    left: 16.66667%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-4 {
    left: 33.33333%;
  }
  .col-xl-push-5 {
    left: 41.66667%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-7 {
    left: 58.33333%;
  }
  .col-xl-push-8 {
    left: 66.66667%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-10 {
    left: 83.33333%;
  }
  .col-xl-push-11 {
    left: 91.66667%;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 29.9em) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 30em) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 47.9em) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 48em) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 61.9em) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 62em) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 74.9em) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 75em) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.hidden {
  display: none !important;
}

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

.text-center-xs-up:before {
  margin: 0 auto;
}

@media (max-width: 29.9em) {
  .text-center-xs-down {
    text-align: center !important;
  }
  .text-center-xs-down:before {
    margin: 0 auto;
  }
}

@media (min-width: 30em) {
  .text-center-sm-up {
    text-align: center !important;
  }
  .text-center-sm-up:before {
    margin: 0 auto;
  }
}

@media (max-width: 47.9em) {
  .text-center-sm-down {
    text-align: center !important;
  }
  .text-center-sm-down:before {
    margin: 0 auto;
  }
}

@media (min-width: 48em) {
  .text-center-md-up {
    text-align: center !important;
  }
  .text-center-md-up:before {
    margin: 0 auto;
  }
}

@media (max-width: 61.9em) {
  .text-center-md-down {
    text-align: center !important;
  }
  .text-center-md-down:before {
    margin: 0 auto;
  }
}

@media (min-width: 62em) {
  .text-center-lg-up {
    text-align: center !important;
  }
  .text-center-lg-up:before {
    margin: 0 auto;
  }
}

@media (max-width: 74.9em) {
  .text-center-lg-down {
    text-align: center !important;
  }
  .text-center-lg-down:before {
    margin: 0 auto;
  }
}

@media (min-width: 75em) {
  .text-center-xl-up {
    text-align: center !important;
  }
  .text-center-xl-up:before {
    margin: 0 auto;
  }
}

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

.text-center-xl-down:before {
  margin: 0 auto;
}

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

.text-vertical-xs-up {
  display: table;
}

.text-vertical-xs-up [class*='col-'] {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.text-vertical-xs-up [class*='col-'] p:first-child {
  margin-top: 0;
}

.text-vertical-xs-up [class*='col-'] p:last-child {
  margin-bottom: 0;
}

.text-vertical-xs-up [class*='col-'] .button, .text-vertical-xs-up [class*='col-'] .button--primary, .text-vertical-xs-up [class*='col-'] .button--secondary, .text-vertical-xs-up [class*='col-'] .button--tertiary {
  display: table;
  margin: 0 auto;
}

@media (max-width: 29.9em) {
  .text-vertical-xs-down {
    display: table;
  }
  .text-vertical-xs-down [class*='col-'] {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
  .text-vertical-xs-down [class*='col-'] p:first-child {
    margin-top: 0;
  }
  .text-vertical-xs-down [class*='col-'] p:last-child {
    margin-bottom: 0;
  }
  .text-vertical-xs-down [class*='col-'] .button, .text-vertical-xs-down [class*='col-'] .button--primary, .text-vertical-xs-down [class*='col-'] .button--secondary, .text-vertical-xs-down [class*='col-'] .button--tertiary {
    display: table;
    margin: 0 auto;
  }
}

@media (min-width: 30em) {
  .text-vertical-sm-up {
    display: table;
  }
  .text-vertical-sm-up [class*='col-'] {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
  .text-vertical-sm-up [class*='col-'] p:first-child {
    margin-top: 0;
  }
  .text-vertical-sm-up [class*='col-'] p:last-child {
    margin-bottom: 0;
  }
  .text-vertical-sm-up [class*='col-'] .button, .text-vertical-sm-up [class*='col-'] .button--primary, .text-vertical-sm-up [class*='col-'] .button--secondary, .text-vertical-sm-up [class*='col-'] .button--tertiary {
    display: table;
    margin: 0 auto;
  }
}

@media (max-width: 47.9em) {
  .text-vertical-sm-down {
    display: table;
  }
  .text-vertical-sm-down [class*='col-'] {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
  .text-vertical-sm-down [class*='col-'] p:first-child {
    margin-top: 0;
  }
  .text-vertical-sm-down [class*='col-'] p:last-child {
    margin-bottom: 0;
  }
  .text-vertical-sm-down [class*='col-'] .button, .text-vertical-sm-down [class*='col-'] .button--primary, .text-vertical-sm-down [class*='col-'] .button--secondary, .text-vertical-sm-down [class*='col-'] .button--tertiary {
    display: table;
    margin: 0 auto;
  }
}

@media (min-width: 48em) {
  .text-vertical-md-up {
    display: table;
  }
  .text-vertical-md-up [class*='col-'] {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
  .text-vertical-md-up [class*='col-'] p:first-child {
    margin-top: 0;
  }
  .text-vertical-md-up [class*='col-'] p:last-child {
    margin-bottom: 0;
  }
  .text-vertical-md-up [class*='col-'] .button, .text-vertical-md-up [class*='col-'] .button--primary, .text-vertical-md-up [class*='col-'] .button--secondary, .text-vertical-md-up [class*='col-'] .button--tertiary {
    display: table;
    margin: 0 auto;
  }
}

@media (max-width: 61.9em) {
  .text-vertical-md-down {
    display: table;
  }
  .text-vertical-md-down [class*='col-'] {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
  .text-vertical-md-down [class*='col-'] p:first-child {
    margin-top: 0;
  }
  .text-vertical-md-down [class*='col-'] p:last-child {
    margin-bottom: 0;
  }
  .text-vertical-md-down [class*='col-'] .button, .text-vertical-md-down [class*='col-'] .button--primary, .text-vertical-md-down [class*='col-'] .button--secondary, .text-vertical-md-down [class*='col-'] .button--tertiary {
    display: table;
    margin: 0 auto;
  }
}

@media (min-width: 62em) {
  .text-vertical-lg-up {
    display: table;
  }
  .text-vertical-lg-up [class*='col-'] {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
  .text-vertical-lg-up [class*='col-'] p:first-child {
    margin-top: 0;
  }
  .text-vertical-lg-up [class*='col-'] p:last-child {
    margin-bottom: 0;
  }
  .text-vertical-lg-up [class*='col-'] .button, .text-vertical-lg-up [class*='col-'] .button--primary, .text-vertical-lg-up [class*='col-'] .button--secondary, .text-vertical-lg-up [class*='col-'] .button--tertiary {
    display: table;
    margin: 0 auto;
  }
}

@media (max-width: 74.9em) {
  .text-vertical-lg-down {
    display: table;
  }
  .text-vertical-lg-down [class*='col-'] {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
  .text-vertical-lg-down [class*='col-'] p:first-child {
    margin-top: 0;
  }
  .text-vertical-lg-down [class*='col-'] p:last-child {
    margin-bottom: 0;
  }
  .text-vertical-lg-down [class*='col-'] .button, .text-vertical-lg-down [class*='col-'] .button--primary, .text-vertical-lg-down [class*='col-'] .button--secondary, .text-vertical-lg-down [class*='col-'] .button--tertiary {
    display: table;
    margin: 0 auto;
  }
}

@media (min-width: 75em) {
  .text-vertical-xl-up {
    display: table;
  }
  .text-vertical-xl-up [class*='col-'] {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
  .text-vertical-xl-up [class*='col-'] p:first-child {
    margin-top: 0;
  }
  .text-vertical-xl-up [class*='col-'] p:last-child {
    margin-bottom: 0;
  }
  .text-vertical-xl-up [class*='col-'] .button, .text-vertical-xl-up [class*='col-'] .button--primary, .text-vertical-xl-up [class*='col-'] .button--secondary, .text-vertical-xl-up [class*='col-'] .button--tertiary {
    display: table;
    margin: 0 auto;
  }
}

.text-vertical-xl-down {
  display: table;
}

.text-vertical-xl-down [class*='col-'] {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.text-vertical-xl-down [class*='col-'] p:first-child {
  margin-top: 0;
}

.text-vertical-xl-down [class*='col-'] p:last-child {
  margin-bottom: 0;
}

.text-vertical-xl-down [class*='col-'] .button, .text-vertical-xl-down [class*='col-'] .button--primary, .text-vertical-xl-down [class*='col-'] .button--secondary, .text-vertical-xl-down [class*='col-'] .button--tertiary {
  display: table;
  margin: 0 auto;
}

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

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

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

section {
  max-width: 100%;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.equal-height-flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.equal-height-flex-row:after, .equal-height-flex-row:before {
  display: none;
}

.equal-height-flex-row [class*="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.equal-height-flex-row [class*="col-"] .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1200px) {
  .equal-height-flex-row--eventslider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .equal-height-flex-row--eventslider:after, .equal-height-flex-row--eventslider:before {
    display: none;
  }
  .equal-height-flex-row--eventslider [class*="col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .equal-height-flex-row--eventslider [class*="col-"] .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 768px) {
  .equal-height {
    height: auto;
  }
}

.recaptcha-footer {
  height: 90px;
  -ms-transform: scale(0.7);
      transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

.g-recaptcha {
  padding: 20px 0;
  max-width: 100%;
  display: block;
  position: relative;
}

@media (max-width: 992px) {
  .g-recaptcha {
    -ms-transform: scale(0.8);
        transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

.postal-form {
  width: 100%;
  display: inline-block;
  margin-right: 9px;
}

@media (min-width: 1200px) {
  .postal-form {
    width: 38.5%;
    display: inline-block;
    margin-right: 9px;
  }
}

@media (min-width: 768px) {
  .postal-form {
    width: 38.5%;
    display: inline-block;
    margin-right: 4px;
  }
}

@media (min-width: 480px) {
  .postal-form {
    width: 38.5%;
    display: inline-block;
  }
}

.place-form {
  width: 100%;
  display: inline-block;
}

@media (min-width: 1200px) {
  .place-form {
    width: 58.5%;
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .place-form {
    width: 58.5%;
    display: inline-block;
  }
}

@media (min-width: 480px) {
  .place-form {
    width: 58.5%;
    display: inline-block;
  }
}

.form-group {
  position: relative;
  margin-bottom: 10px;
}

.form-group__select, .form-group__input, .form-group__textarea {
  height: 50px;
  border: 1px solid #dadacf;
  background-color: #fcfcfb;
  padding: 0 15px;
  width: 100%;
  margin-bottom: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.form-group__select--contrasted, .form-group__input--contrasted, .form-group__textarea--contrasted {
  background-color: #FFFFFF;
}

.form-group__select--contrasted:focus, .form-group__input--contrasted:focus, .form-group__textarea--contrasted:focus {
  background-color: #FFFFFF;
}

.form-group__select:focus, .form-group__input:focus, .form-group__textarea:focus {
  background-color: #fcfcfb;
  border: 1px solid rgba(249, 149, 99, 0.4);
  -webkit-box-shadow: 0 0 6px 0 rgba(249, 149, 99, 0.2);
          box-shadow: 0 0 6px 0 rgba(249, 149, 99, 0.2);
}

.form-group__select {
  padding: 0;
  position: relative;
}

.form-group__select:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #000000;
}

.form-group__select--has-float-label {
  text-align: left;
  min-width: 150px;
}

.form-group__select--has-float-label:before {
  content: attr(data-select-label);
  font-size: 12px;
  font-style: italic;
  line-height: 14px;
  display: block;
  position: absolute;
  left: 15px;
  top: 6px;
  pointer-events: none;
}

.form-group__select--has-float-label.form-group__select select {
  padding-top: 20px;
}

.form-group__select:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  pointer-events: none;
  font-size: 21px;
}

.form-group__select select {
  display: block;
  padding: 0 45px 0 15px;
  height: 100%;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}

.form-group__select select::-ms-expand {
  display: none;
}

.form-group__textarea {
  height: auto;
  resize: vertical;
}

.form-group__submit--round {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 100% !important;
  height: 42px;
  width: 42px;
  margin: 4px 10px;
  display: block;
  padding: 0 !important;
}

.form-group__submit--round:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #000000;
}

.form-group__submit--round:after {
  display: block;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 19.5px;
}

.form-group__submit--round span {
  display: none;
}

.form-group__caption {
  font-size: 14px;
  display: none;
}

.form-group--error .form-group__input, .form-group--error .form-group__select, .form-group--error .form-group__textarea {
  background: rgba(237, 114, 106, 0.05);
  border: 1px solid #ED726A;
}

.form-group--error .form-group__radio span, .form-group--error .form-group__checkbox span {
  color: #ED726A;
}

.form-group--error .form-group__radio span:before, .form-group--error .form-group__checkbox span:before {
  border-color: #ED726A;
}

.form-group .error-message {
  display: none;
}

.form-group .control-label {
  display: block;
  margin-bottom: 15px;
}

.form-group .form-control {
  width: 100%;
  display: block;
}

.form-group__radio, .form-group__checkbox {
  cursor: pointer;
  margin-right: 20px;
}

.form-group__radio input[type="radio"], .form-group__radio input[type="checkbox"], .form-group__checkbox input[type="radio"], .form-group__checkbox input[type="checkbox"] {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}

.form-group__radio span, .form-group__checkbox span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 24px;
}

.form-group__radio span:before, .form-group__checkbox span:before {
  content: '';
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #D9D9D6;
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
  margin-right: 10px;
  background: #FFFFFF;
}

.form-group__radio :checked ~ span:before, .form-group__checkbox :checked ~ span:before {
  background-image: url("../images/dot.svg");
  background-repeat: no-repeat;
  background-position: center;
  border-color: #000000;
}

.form-group__checkbox span:before {
  border-radius: 0;
}

.form-group__checkbox :checked ~ span:before {
  background-image: none;
  font-size: 18px;
}

.form-group__checkbox :checked ~ span {
  text-align: center;
}

.form-group__checkbox :checked ~ span:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #000000;
}

/* Floating label styles
 * adapted from https://github.com/tonystar/float-label-css/tree/master/scss
 */
.has-float-label {
  display: block;
  position: relative;
}

.has-float-label label, .has-float-label > span {
  position: absolute;
  left: 15px;
  top: 5px;
  cursor: text;
  font-size: 13px;
  opacity: 1;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  font-style: italic;
  color: #858585;
}

.has-float-label :-webkit-autofill ~ span {
  position: absolute;
  left: 15px;
  top: 10px;
  cursor: text;
  font-size: 13px;
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
  font-style: italic;
}

.has-float-label select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.has-float-label input, .has-float-label select, .has-float-label textarea {
  font-size: inherit;
  padding-top: 1em;
  margin-bottom: 2px;
}

.has-float-label input::-webkit-input-placeholder, .has-float-label select::-webkit-input-placeholder, .has-float-label textarea::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.has-float-label input::-moz-placeholder, .has-float-label select::-moz-placeholder, .has-float-label textarea::-moz-placeholder {
  opacity: 1;
  -moz-transition: all .2s;
  transition: all .2s;
}

.has-float-label input:-ms-input-placeholder, .has-float-label select:-ms-input-placeholder, .has-float-label textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: all .2s;
  transition: all .2s;
}

.has-float-label input::-ms-input-placeholder, .has-float-label select::-ms-input-placeholder, .has-float-label textarea::-ms-input-placeholder {
  opacity: 1;
  -ms-transition: all .2s;
  transition: all .2s;
}

.has-float-label input::placeholder, .has-float-label select::placeholder, .has-float-label textarea::placeholder {
  opacity: 1;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.has-float-label input:placeholder-shown:not(:focus)::-webkit-input-placeholder, .has-float-label select:placeholder-shown:not(:focus)::-webkit-input-placeholder, .has-float-label textarea:placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 0;
}

.has-float-label input:placeholder-shown:not(:focus)::-moz-placeholder, .has-float-label select:placeholder-shown:not(:focus)::-moz-placeholder, .has-float-label textarea:placeholder-shown:not(:focus)::-moz-placeholder {
  opacity: 0;
}

.has-float-label input:placeholder-shown:not(:focus):-ms-input-placeholder, .has-float-label select:placeholder-shown:not(:focus):-ms-input-placeholder, .has-float-label textarea:placeholder-shown:not(:focus):-ms-input-placeholder {
  opacity: 0;
}

.has-float-label input:placeholder-shown:not(:focus)::-ms-input-placeholder, .has-float-label select:placeholder-shown:not(:focus)::-ms-input-placeholder, .has-float-label textarea:placeholder-shown:not(:focus)::-ms-input-placeholder {
  opacity: 0;
}

.has-float-label input:placeholder-shown:not(:focus)::placeholder, .has-float-label select:placeholder-shown:not(:focus)::placeholder, .has-float-label textarea:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}

.has-float-label input:placeholder-shown:not(:focus) + *, .has-float-label select:placeholder-shown:not(:focus) + *, .has-float-label textarea:placeholder-shown:not(:focus) + * {
  opacity: 1;
  font-style: italic;
  font-size: 16px;
  color: #858585;
  line-height: 24px;
  top: 14px;
}

.has-float-label textarea {
  width: 100%;
  padding-top: 24px;
}

.has-float-label select {
  padding-right: 1em;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.5em bottom 0.25em;
  background-size: 8px 10px;
}

@media (max-width: 1199px) {
  .submit-newsletter {
    font-size: 13px;
  }
}

header {
  padding: 8px 0;
}

@media (min-width: 992px) {
  header {
    padding: 20px 0;
  }
}

.center-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.parking-space-content {
  margin-top: 20px;
}

.visible {
  display: block;
}

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

.custom-list {
  margin: 20px 0;
}

.custom-list:before, .custom-list:after {
  content: " ";
  display: table;
}

.custom-list:after {
  clear: both;
}

.custom-list--checked .custom-list__item {
  padding-left: 26px;
  -webkit-box-align: normal !important;
      -ms-flex-align: normal !important;
          align-items: normal !important;
}

.custom-list--checked .custom-list__item:before {
  content: '\e90c';
}

.custom-list--bigger .custom-list__item {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

@media (min-width: 992px) {
  .custom-list--bigger .custom-list__item {
    font-size: 15px;
    line-height: 1.55em;
  }
}

.custom-list--bigger .custom-list__item:first-child {
  margin-top: 0;
}

.custom-list--bigger .custom-list__item:before {
  font-size: 22px;
  position: relative;
  top: auto;
  margin-right: 10px;
}

.custom-list__item {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 1px;
}

.custom-list__item a {
  color: #000000;
}

.custom-list__item a span {
  color: #5B5754;
}

.custom-list__item:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #000000;
}

.custom-list__item:before {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 16px;
  vertical-align: middle;
  display: inline-block;
  vertical-align: middle;
}

.custom-list__item:last-child {
  margin-bottom: 0;
}

.custom-list__item--success:before {
  color: #5BB784;
}

.custom-list__item--bold {
  font-weight: bold;
}

.custom-list__item--internet:before {
  content: "";
}

.custom-list__item--boardroom:before {
  content: "";
}

.custom-list__item--flipboard:before {
  content: "";
}

.custom-list__item--square:before {
  content: "";
}

.custom-list__item--beamer:before {
  content: "";
}

.custom-list__item--videoconf:before {
  content: "";
}

.custom-list__item--ushape:before {
  content: "";
}

.custom-list__item--pdf:before {
  content: "";
}

.custom-list__item--lock:before {
  content: "";
}

.custom-list__item--download:before {
  content: "";
}

.custom-list__item--surface:before {
  content: "";
}

.custom-list__item--view:before {
  content: "";
}

.custom-list__item--discount:before {
  content: "";
}

.custom-list__item--movie:before {
  content: "";
}

.custom-list__item--copy:before {
  content: "";
}

.custom-list__item--info:before {
  content: "";
}

.custom-list__item--clock:before {
  content: "";
}

.custom-list__item--mail:before {
  content: "";
}

.custom-list__item--catering:before {
  content: "";
}

.custom-list__item--train:before {
  content: "";
}

.custom-list__item--bus:before {
  content: "";
}

.custom-list__item--parking:before {
  content: "";
}

.custom-list__item--hands:before {
  content: "";
}

.custom-list__item--bike:before {
  content: "";
}

.custom-list__item--furniture:before {
  content: "";
}

.custom-list__item--rooms:before {
  content: "";
}

.custom-list__item--internet-cable:before {
  content: "";
}

.custom-list__item--compass:before {
  content: "";
}

.custom-list__item--reception:before {
  content: "";
}

.custom-list__item--enlarge:before {
  content: "";
}

.custom-list__item--people:before {
  content: "";
}

@media (min-width: 992px) {
  .custom-list--horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 992px) {
  .custom-list--horizontal .custom-list__item {
    display: inline-block;
    margin: 0 20px;
  }
}

.custom-list--animated {
  height: 40px;
  overflow: hidden;
  background-color: #FFFFFF;
  margin: 8px 0;
  position: relative;
}

.custom-list--animated .custom-list__item {
  height: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 0;
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  -o-transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}

.custom-list--animated .custom-list__item:before {
  top: 13px;
}

.custom-list--animated:before, .custom-list--animated:after {
  content: " ";
  width: 100%;
  height: 10px;
  position: absolute;
  z-index: 10;
}

.custom-list--animated:before {
  top: 0;
  -webkit-box-shadow: inset 0 8px 10px -2px #FFFFFF;
          box-shadow: inset 0 8px 10px -2px #FFFFFF;
}

.custom-list--animated:after {
  bottom: 0;
  -webkit-box-shadow: inset 0 -8px 10px -2px #FFFFFF;
          box-shadow: inset 0 -8px 10px -2px #FFFFFF;
}

.section {
  position: relative;
  padding: 1.5em 0;
}

@media (min-width: 768px) {
  .section {
    padding: 4em 0;
  }
}

.section--no-padding {
  padding: 0;
}

.section--no-padding-top {
  padding-top: 0;
}

.section--no-padding-bottom {
  padding-bottom: 0;
}

.section--grey {
  background: #f7f7f7;
}

.section--grey .press__item {
  background-color: #FFFFFF;
}

.section--dark-grey {
  background: #ededeb;
}

.section--darker-grey {
  background: #D9D9D6;
}

.section--beige {
  background-color: #D4CEBE;
}

.section--blue, .section--blue-bottom, .section--image {
  background-color: #003E51;
}

.section--blue > .container > .row > [class*='col-'] > h1, .section--blue-bottom > .container > .row > [class*='col-'] > h1, .section--image > .container > .row > [class*='col-'] > h1,
.section--blue > .container > .row > [class*='col-'] > h2,
.section--blue-bottom > .container > .row > [class*='col-'] > h2,
.section--image > .container > .row > [class*='col-'] > h2,
.section--blue > .container > .row > [class*='col-'] > h3,
.section--blue-bottom > .container > .row > [class*='col-'] > h3,
.section--image > .container > .row > [class*='col-'] > h3,
.section--blue > .container > .row > [class*='col-'] > h4,
.section--blue-bottom > .container > .row > [class*='col-'] > h4,
.section--image > .container > .row > [class*='col-'] > h4,
.section--blue > .container > .row > [class*='col-'] > h5,
.section--blue-bottom > .container > .row > [class*='col-'] > h5,
.section--image > .container > .row > [class*='col-'] > h5,
.section--blue > .container > .row > [class*='col-'] > h6,
.section--blue-bottom > .container > .row > [class*='col-'] > h6,
.section--image > .container > .row > [class*='col-'] > h6 {
  color: #FFFFFF;
}

.section--blue > .container > .row > [class*='col-'] > h1:before, .section--blue-bottom > .container > .row > [class*='col-'] > h1:before, .section--image > .container > .row > [class*='col-'] > h1:before,
.section--blue > .container > .row > [class*='col-'] > h2:before,
.section--blue-bottom > .container > .row > [class*='col-'] > h2:before,
.section--image > .container > .row > [class*='col-'] > h2:before,
.section--blue > .container > .row > [class*='col-'] > h3:before,
.section--blue-bottom > .container > .row > [class*='col-'] > h3:before,
.section--image > .container > .row > [class*='col-'] > h3:before,
.section--blue > .container > .row > [class*='col-'] > h4:before,
.section--blue-bottom > .container > .row > [class*='col-'] > h4:before,
.section--image > .container > .row > [class*='col-'] > h4:before,
.section--blue > .container > .row > [class*='col-'] > h5:before,
.section--blue-bottom > .container > .row > [class*='col-'] > h5:before,
.section--image > .container > .row > [class*='col-'] > h5:before,
.section--blue > .container > .row > [class*='col-'] > h6:before,
.section--blue-bottom > .container > .row > [class*='col-'] > h6:before,
.section--image > .container > .row > [class*='col-'] > h6:before {
  background-color: #FFFFFF;
}

.section--blue > .container > .row > [class*='col-'] > p, .section--blue-bottom > .container > .row > [class*='col-'] > p, .section--image > .container > .row > [class*='col-'] > p {
  color: #FFFFFF;
}

.section--blue > .container > .row > [class*='col-'] > strong, .section--blue-bottom > .container > .row > [class*='col-'] > strong, .section--image > .container > .row > [class*='col-'] > strong {
  color: #FFFFFF;
}

.section--blue > .container > .row > [class*='col-'] > a, .section--blue-bottom > .container > .row > [class*='col-'] > a, .section--image > .container > .row > [class*='col-'] > a {
  color: #FFFFFF;
}

.section--blue > .container > .row > [class*='col-'] > ul li, .section--blue-bottom > .container > .row > [class*='col-'] > ul li, .section--image > .container > .row > [class*='col-'] > ul li {
  color: #FFFFFF;
}

.section--blue .flickity-prev-next-button svg path, .section--blue-bottom .flickity-prev-next-button svg path, .section--image .flickity-prev-next-button svg path {
  fill: #FFFFFF;
}

@media (min-width: 768px) {
  .section--blue-bottom {
    background-color: transparent;
  }
}

.section--blue-bottom:before {
  background-color: #003E51;
}

@media (min-width: 768px) {
  .section--blue-bottom:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 50%;
  }
}

.section--image {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.section--grey + .section--overlap {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.5em, #f7f7f7), color-stop(1.5em, transparent));
  background: -o-linear-gradient(#f7f7f7 1.5em, transparent 1.5em);
  background: linear-gradient(#f7f7f7 1.5em, transparent 1.5em);
}

@media (min-width: 768px) {
  .section.section--grey + .section--overlap {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(4em, #f7f7f7), color-stop(4em, transparent));
    background: -o-linear-gradient(#f7f7f7 4em, transparent 4em);
    background: linear-gradient(#f7f7f7 4em, transparent 4em);
  }
}

.section.section--overlap + .section {
  margin-top: -1.5em;
  padding-top: 3em;
}

@media (min-width: 768px) {
  .section.section--overlap + .section {
    margin-top: -4em;
    padding-top: 8em;
  }
}

.section--map {
  padding-bottom: 0;
}

.section--has-shadow {
  position: relative;
  z-index: 2;
}

.section--has-shadow:after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: -23px;
  height: 23px;
  left: 0;
  right: 0;
  display: block;
  background-image: url("../images/component-shadow-crop.png");
  background-size: 100% 100%;
}

.section--has-shadow + .section {
  z-index: 1;
}

.text-link {
  text-decoration: underline;
  color: #000000;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  font-weight: 600;
  font-size: 14px;
}

.text-link:hover, .text-link:focus, .text-link:active {
  color: #003E51;
}

figure {
  padding: 0;
  margin: 0;
}

.center-image {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  max-height: none;
  top: 50%;
  left: 50%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 120%;
  height: auto;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #dbdbd0;
  margin: -15px 0;
  padding: 0;
}

img {
  max-width: 100%;
}

form {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  form {
    margin-bottom: 20px;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

*:focus {
  outline: none;
}

body,
html {
  margin: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #000000;
  line-height: 1.55em;
  width: 100%;
}

body.no-scroll,
html.no-scroll {
  -webkit-overflow-scrolling: auto;
  overflow: hidden;
}

body {
  padding-top: 70px;
}

@media (min-width: 992px) {
  body {
    padding-top: 90px;
  }
}

@media (min-width: 1200px) {
  body {
    padding-top: 144px;
  }
}

body:before {
  content: "xs";
  display: none;
}

@media (min-width: 768px) {
  body:before {
    content: "sm";
  }
}

@media (min-width: 992px) {
  body:before {
    content: "md";
  }
}

@media (min-width: 993px) {
  body:before {
    content: "lg";
  }
}

@media (min-width: 1201px) {
  body:before {
    content: "xl";
  }
}

h1, .h1 {
  font-weight: 700;
  color: #003E51;
  font-size: 16.8px;
  line-height: 24px;
  margin-top: 0.6em;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 28px;
    line-height: 40px;
    margin-top: 1em;
    margin-bottom: 1.5em;
    margin-bottom: 15px;
  }
}

h2, .h2 {
  font-weight: 700;
  color: #003E51;
  font-size: 14.4px;
  line-height: 18px;
  margin-top: 9px;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  h2, .h2 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 1.5em;
  }
}

h3, .h3 {
  font-weight: 700;
  color: #003E51;
  font-size: 10.8px;
  line-height: 15.6px;
  margin-top: 9px;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  h3, .h3 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 15px;
    margin-bottom: 1.5em;
  }
}

h4, .h4 {
  font-weight: 700;
  color: #003E51;
  font-size: 13.2px;
  line-height: 16.8px;
  margin-top: 9px;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  h4, .h4 {
    font-size: 22px;
    line-height: 28px;
    margin-top: 15px;
    margin-bottom: 1.5em;
  }
}

h5, .h5 {
  font-weight: 700;
  color: #000000;
  font-size: 13.5px;
  line-height: 18px;
  margin-top: 3px;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  h5, .h5 {
    font-size: 15px;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 1.5em;
  }
}

h5:before, .h5:before {
  background-color: #000000;
}

h6, .h6 {
  font-weight: 700;
  color: #003E51;
  font-size: 14.4px;
  line-height: 19.8px;
  margin-top: 9px;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  h6, .h6 {
    font-size: 16px;
    line-height: 22px;
    margin-top: 15px;
    margin-bottom: 1.5em;
  }
}

h1, .h1,
h2, .h2,
h3, .h3,
h5, .h5 {
  font-family: "NewsGothicMTStd", "Open Sans", sans-serif, sans-serif;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
}

h1:before, .h1:before,
h2:before, .h2:before,
h3:before, .h3:before,
h5:before, .h5:before {
  content: " ";
  display: block;
  margin-bottom: 15px;
  width: 28px;
  height: 8px;
  background-color: #000000;
}

@media (min-width: 769px) {
  h1:before, .h1:before,
  h2:before, .h2:before,
  h3:before, .h3:before,
  h5:before, .h5:before {
    margin-bottom: 25px;
  }
}

h1.no-before:before, .h1.no-before:before,
h2.no-before:before, .h2.no-before:before,
h3.no-before:before, .h3.no-before:before,
h5.no-before:before, .h5.no-before:before {
  display: none;
}

h4, .h4,
h6, .h6 {
  font-family: "NewsGothicMTStd", "Open Sans", sans-serif, sans-serif;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.55em;
  font-size: 15px;
  color: #000000;
}

a {
  color: #F99563;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
}

.download-link {
  text-decoration: underline;
  font-weight: 700;
  color: #000000;
}

.download-link:focus, .download-link:active, .download-link:visited {
  color: #000000;
}

.download-link:hover {
  text-decoration: none;
}

.download-link:hover:after {
  text-decoration: none !important;
}

.download-link--bold {
  text-transform: uppercase;
  text-decoration: none;
}

.download-link--bold:hover {
  text-decoration: underline;
}

.download-link--icon {
  display: inline-block;
  position: relative;
  padding-right: 18px;
}

.download-link--icon:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #000000;
}

.download-link--icon:after {
  top: 4px;
  right: 0;
  position: absolute;
}

.screen-reader {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.aside-heading {
  color: #000000;
  font-size: 14px;
  line-height: 20px;
}

.aside-heading:before {
  background-color: #000000;
}

@media (min-width: 768px) {
  .aside-heading {
    margin-top: 0;
    font-size: 18px;
    line-height: 26px;
  }
}

.aside-subheading {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000000;
  line-height: 20px;
}

.aside-subheading:before {
  content: none;
}

h2[class*="text-center-"]:before {
  margin-bottom: 20px;
}

.bi-check:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #5BB784;
}

.bi-min:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #dadacf;
}

.bi-train:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #000000;
}

.bi-bus:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #000000;
}

.bi-bicycle:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #000000;
}

.author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.author__thumbnail {
  max-width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.author__thumbnail--small {
  max-width: 40px;
  min-width: 40px;
  height: 40px;
}

.author__thumbnail--big {
  max-width: 90px;
  min-width: 90px;
  height: 90px;
  margin-right: 20px;
}

.author--contact {
  margin-bottom: 40px;
}

.author--contact .author__details {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.author--contact .author__contact {
  width: 100%;
}

.author--contact .author__name {
  font-size: 16px;
  line-height: 18px;
  color: #5B5754;
  font-weight: 600;
  margin-bottom: 8px;
}

.author--contact .author__name, .author--contact .author__contact {
  display: inline-block;
}

.author--flip .author__details {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: right;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .author--flip .author__details .author__name {
    width: 180px !important;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .author--flip .author__details .author__contact--phone {
    width: 180px !important;
  }
}

.author--flip .author__thumbnail {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 10px;
  margin-right: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .author--flip .author__thumbnail {
    margin-left: 200px !important;
  }
}

.author__details {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.author__name {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.author__name--emphasis {
  font-family: "Crimson Text", serif;
  font-weight: 700;
  text-transform: uppercase;
}

.author__function {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #5B5754;
}

.author__contact {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  text-decoration: none;
}

.author__contact:hover, .author__contact:focus, .author__contact:active {
  text-decoration: underline;
}

.author__contact--email {
  text-decoration: underline;
}

.author__contact--email:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #000000;
}

.author__contact--phone {
  font-weight: 700;
}

.author__contact--phone:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #000000;
}

.author__contact:before {
  font-size: 24px;
  margin-right: 10px;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
}

.author__follow {
  font-size: 13px;
  color: #000000;
  text-decoration: underline;
  line-height: 16px;
  display: block;
  width: 100%;
}

.button, .button--primary, .button--secondary, .button--tertiary {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}

.button[type="submit"], .button--primary[type="submit"], .button--secondary[type="submit"], .button--tertiary[type="submit"] {
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}

.button--primary {
  font-weight: 700;
  background-color: #F99563;
  color: #FFFFFF;
  line-height: 1.5em;
  border-radius: 5px;
  padding: 0.8em 1.4em;
  text-transform: uppercase;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.button--primary:hover {
  text-decoration: none;
  background-color: #f88b54;
}

.button--primary:active {
  background-color: #f88146;
}

.button--secondary {
  font-weight: 700;
  background-color: #003E51;
  color: #FFFFFF;
  line-height: 1.5em;
  border-radius: 5px;
  padding: 0.8em 1.4em;
  text-transform: uppercase;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.button--secondary:hover {
  text-decoration: none;
  background-color: #003242;
}

.button--secondary:active {
  background-color: #002732;
}

.button--tertiary {
  font-weight: 700;
  background-color: #FFFFFF;
  color: #000000;
  line-height: 1.5em;
  border-radius: 5px;
  padding: 0.8em 1.4em;
  text-transform: uppercase;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.button--tertiary:hover {
  text-decoration: none;
  background-color: #f7f7f7;
}

.button--tertiary:active {
  background-color: #f0f0f0;
}

.button--block {
  display: block;
  width: 100%;
  text-align: center;
}

.button--center {
  margin: 0 auto;
  display: table;
}

@media (max-width: 767px) {
  .button--mblock {
    display: block;
    text-align: center;
  }
}

.button--text, .button--arrow {
  color: #000000;
  font-weight: 700;
  line-height: 1em;
  position: relative;
  padding-left: 1.5em;
  text-transform: uppercase;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.button--text:before, .button--text:after, .button--arrow:before, .button--arrow:after {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  line-height: 1em;
}

.button--text:before, .button--arrow:before {
  left: 0;
  content: " ";
  width: 14px;
  height: 14px;
  background-color: #FFFFFF;
  border-radius: 7px;
  background-color: #FFFFFF;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.button--text:after, .button--arrow:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #000000;
}

.button--text:after, .button--arrow:after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  font-size: 12.849px;
  left: 1px;
}

.button--text span.subline, .button--arrow span.subline {
  display: block;
  font-weight: normal;
  text-transform: none;
  font-size: 14px;
  line-height: 24px;
}

.button--text:hover, .button--arrow:hover {
  text-decoration: none;
}

.button--text:hover:before, .button--arrow:hover:before {
  -webkit-transform: translate(2px, -50%);
      -ms-transform: translate(2px, -50%);
          transform: translate(2px, -50%);
}

.button--text:hover:after, .button--arrow:hover:after {
  -webkit-transform: translate(2px, -50%) rotate(-90deg);
      -ms-transform: translate(2px, -50%) rotate(-90deg);
          transform: translate(2px, -50%) rotate(-90deg);
}

.button--arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: none;
  background: none;
  border: none;
  margin-top: 30px;
  padding-left: 0;
}

@media (min-width: 1200px) {
  .button--arrow {
    margin-top: 40px;
  }
}

.button--arrow:before {
  display: none;
}

.button--arrow span {
  margin-right: 5px;
}

.button--arrow:after {
  position: relative;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  margin-left: 5px;
  font-size: 16px;
}

.button--arrow:hover:after {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.button--arrow.collapse-active:hover:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.button--underlined {
  text-decoration: underline;
  color: #000000;
}

.button--underlined:hover {
  text-decoration: none;
}

.button--bold {
  font-weight: bold;
}

.button--back {
  color: #000000;
  font-weight: bold;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.button--back:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #000000;
}

.button--back:before {
  display: inline-block;
  -webkit-transform: rotate(90deg) translateX(1px);
      -ms-transform: rotate(90deg) translateX(1px);
          transform: rotate(90deg) translateX(1px);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  text-decoration: none;
}

.button--back:hover:before {
  -webkit-transform: rotate(90deg) translate(1px, 3px);
      -ms-transform: rotate(90deg) translate(1px, 3px);
          transform: rotate(90deg) translate(1px, 3px);
  text-decoration: none;
}

.button--forward {
  color: #000000;
  font-weight: bold;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
}

.button--forward:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #000000;
}

.button--forward:before {
  display: inline-block;
  -webkit-transform: rotate(-90deg) translateY(-4px);
      -ms-transform: rotate(-90deg) translateY(-4px);
          transform: rotate(-90deg) translateY(-4px);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  text-decoration: none;
}

.button--forward:hover {
  text-decoration: underline !important;
}

.button--forward:hover:before {
  text-decoration: none;
}

.button--login {
  color: #000000;
  font-weight: bold;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.button--login:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #000000;
}

.button--login:before {
  display: inline-block;
  text-decoration: none;
  margin-right: 5px;
}

.button--login:hover:before {
  text-decoration: none;
}

@-webkit-keyframes popUp {
  0% {
  }
  70% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes popUp {
  0% {
  }
  70% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

.card {
  background: #FFFFFF;
  color: #000000;
  position: relative;
  margin-top: 0;
  width: 100%;
  margin-bottom: 30px;
}

.card__date {
  min-width: 85px;
  height: 98px;
  position: absolute;
  top: -8px;
  left: 15px;
  background: #FFFFFF;
  border-top: 8px solid #000000;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card__date--special {
  border-top-color: #F99563;
  color: #F99563;
}

.card__date-day {
  font-size: 54px;
  line-height: 54px;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  display: block;
}

.card__date-month {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.card__tag {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  max-width: 150px;
  background: #F99563;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5.5px 12px;
}

.card__content {
  padding: 22px;
}

.card__content .item-link {
  text-decoration: none;
}

.card .event-card {
  min-height: 200px;
}

.card__heading, .card__heading-small {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
}

.card__heading:before, .card__heading-small:before {
  content: none;
}

.card__heading:first-child, .card__heading-small:first-child {
  margin-top: 0;
  margin-bottom: 0;
}

.card__heading--emphasis, .card__heading--emphasis:first-child {
  text-align: center;
  margin-top: 18px;
  margin-bottom: 25px;
  min-height: 78px;
}

.card__heading-small {
  font-size: 14px;
  text-transform: none;
}

.card__subheading {
  font-size: 14px;
  line-height: 20px;
  font-family: "Crimson Text", serif;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  color: #5B5754;
}

.card__text {
  font-size: 14px;
  font-weight: 400;
}

.card__pub-date {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-family: "Crimson Text", serif;
  font-weight: 600;
  color: #5B5754;
  margin-bottom: 18px;
}

.card__thumbnail-link {
  display: block;
  width: 100%;
  height: 100px;
  overflow: hidden;
  position: relative;
}

.card__thumbnail-image {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 265px;
  -o-object-position: top;
     object-position: top;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card .team-cards {
    min-height: 1px;
  }
}

.card--constrasted {
  background: #f7f7f7;
}

.card--has-date {
  margin-top: 8px;
  overflow: visible;
}

.card--hidden {
  display: none !important;
}

.card--animate-in {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: scale(0.4);
      -ms-transform: scale(0.4);
          transform: scale(0.4);
  -webkit-animation: popUp .4s ease-in forwards;
          animation: popUp .4s ease-in forwards;
}

.card__contact {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  font-weight: 700;
  text-decoration: none;
  margin: 15px 0;
}

.card__contact:hover, .card__contact:focus, .card__contact:active {
  text-decoration: underline;
}

.card__contact--email:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #000000;
}

.card__contact--phone {
  font-weight: 700;
}

.card__contact--phone:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #000000;
}

.card__contact:before {
  font-size: 24px;
  margin-right: 10px;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
}

#newsFeed .card__heading, #newsFeed .card__heading-small {
  word-break: break-word;
}

#newsFeed .card__thumbnail-image {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

@media (max-width: 767px) {
  .collapse--fullmobile {
    margin: 0 -16px;
    padding: 0 16px;
  }
}

.collapsing {
  position: relative;
  height: 0px !important;
  overflow: hidden;
  -webkit-transition: height .4s ease;
  -o-transition: height .4s ease;
  transition: height .4s ease;
}

.collapse-elem {
  -webkit-transition: height .4s ease;
  -o-transition: height .4s ease;
  transition: height .4s ease;
}

@media (min-width: 768px) {
  .disable-collapse-tablet-up {
    display: block;
    height: auto;
  }
}

@media (min-width: 992px) {
  .disable-collapse-desktop-up {
    display: block;
    height: auto;
  }
}

.collapse-active:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.download-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}

.download-file__content {
  min-width: 175px;
  max-width: 240px;
}

@media (min-width: 768px) {
  .download-file__content {
    min-width: 240px;
    max-width: 240px;
  }
}

@media (max-width: 767px) {
  .download-file__content .button, .download-file__content .button--primary, .download-file__content .button--secondary, .download-file__content .button--tertiary {
    padding: 0.8em 1em;
    font-size: 12px;
  }
}

.download-file__image {
  margin-left: auto;
}

.download-file__image img {
  max-width: 100%;
  display: block;
  height: auto;
}

.download-file__title {
  color: #000000;
  font-size: 14px;
  line-height: 20px;
}

.download-file__title:before {
  background-color: #000000;
}

@media (min-width: 768px) {
  .download-file__title {
    margin-top: 0;
    font-size: 18px;
    line-height: 26px;
  }
}

.download-file__title span {
  color: #F99563;
  display: block;
}

.download-file__desc {
  color: #000000;
}

.download-file__button {
  white-space: nowrap;
}

.download-list {
  border-top: 1px solid #D9D9D6;
  padding-top: 0.8em;
  margin: 2em 0;
}

form[data-validate] {
  max-height: 9999px;
  -webkit-transition: max-height 0.6s ease-in-out;
  -o-transition: max-height 0.6s ease-in-out;
  transition: max-height 0.6s ease-in-out;
  overflow: hidden;
  padding: 1px 0 0 0;
}

form[data-validate].submitSuccess {
  max-height: 0;
  margin: 0;
}

.scroll-down {
  background: #b8b8a4 -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #646464), to(#646464));
  background: #b8b8a4 -o-linear-gradient(transparent 0%, transparent 50%, #646464 50%, #646464 100%);
  background: #b8b8a4 linear-gradient(transparent 0%, transparent 50%, #646464 50%, #646464 100%);
  position: relative;
  padding: 10px;
  width: 44px;
  height: 74px;
  background-size: 100% 100%;
  border-radius: 100px;
  background-size: 225%;
  display: block;
  -webkit-animation: colorSlide 8s linear infinite, nudgeMouse 8s ease-out infinite;
          animation: colorSlide 8s linear infinite, nudgeMouse 8s ease-out infinite;
  -webkit-font-smoothing: antialiased;
}

.scroll-down:before, .scroll-down:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-font-smoothing: antialiased;
}

.scroll-down:before {
  width: 38px;
  height: 68px;
  background-color: #F1F1ED;
  border-radius: 100px;
}

.scroll-down:after {
  background-color: #646464;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  -webkit-animation: trackBallSlide 8s linear infinite;
          animation: trackBallSlide 8s linear infinite;
}

.scroll-down--centered {
  margin: 0 auto;
}

.scroll-down__arrow {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -45px;
}

.scroll-down__arrow-one, .scroll-down__arrow-two, .scroll-down__arrow-three {
  display: block;
  width: 10px;
  height: 10px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 3px auto;
  border-right: 3px solid #FFFFFF;
  border-bottom: 3px solid #FFFFFF;
  -webkit-animation: mouse-scroll 1s infinite;
          animation: mouse-scroll 1s infinite;
}

.scroll-down__arrow-one {
  -webkit-animation-delay: .1s;
          animation-delay: .1s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

.scroll-down__arrow-two {
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

.scroll-down__arrow-three {
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes colorSlide {
  0% {
    background-color: #b8b8a4;
    background-position: 0% 100%;
  }
  20% {
    background-color: #b8b8a4;
    background-position: 0% 0%;
  }
  21% {
    background-color: #b8b8a4;
    background-position: 0% 0%;
  }
  29.99% {
    background-color: #646464;
    background-position: 0% 0%;
  }
  30% {
    background-color: #b8b8a4;
    background-position: 0% 100%;
  }
  50% {
    background-color: #b8b8a4;
    background-position: 0% 0%;
  }
  51% {
    background-color: #b8b8a4;
    background-position: 0% 0%;
  }
  59.99% {
    background-color: #646464;
    background-position: 0% 0%;
  }
  60% {
    background-color: #b8b8a4;
    background-position: 0% 100%;
  }
  80% {
    background-color: #b8b8a4;
    background-position: 0% 0%;
  }
  81% {
    background-color: #b8b8a4;
    background-position: 0% 0%;
  }
  90%,
  100% {
    background-color: #646464;
    background-position: 0% 0%;
  }
}

@keyframes colorSlide {
  0% {
    background-color: #b8b8a4;
    background-position: 0% 100%;
  }
  20% {
    background-color: #b8b8a4;
    background-position: 0% 0%;
  }
  21% {
    background-color: #b8b8a4;
    background-position: 0% 0%;
  }
  29.99% {
    background-color: #646464;
    background-position: 0% 0%;
  }
  30% {
    background-color: #b8b8a4;
    background-position: 0% 100%;
  }
  50% {
    background-color: #b8b8a4;
    background-position: 0% 0%;
  }
  51% {
    background-color: #b8b8a4;
    background-position: 0% 0%;
  }
  59.99% {
    background-color: #646464;
    background-position: 0% 0%;
  }
  60% {
    background-color: #b8b8a4;
    background-position: 0% 100%;
  }
  80% {
    background-color: #b8b8a4;
    background-position: 0% 0%;
  }
  81% {
    background-color: #b8b8a4;
    background-position: 0% 0%;
  }
  90%,
  100% {
    background-color: #646464;
    background-position: 0% 0%;
  }
}

@-webkit-keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
            transform: scale(0.4) translateY(40px);
  }
  15%,
  19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-20px);
            transform: scale(0.4) translateY(-20px);
  }
  28%,
  29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
            transform: scale(0.4) translateY(40px);
  }
  45%,
  49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-20px);
            transform: scale(0.4) translateY(-20px);
  }
  58%,
  59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
            transform: scale(0.4) translateY(40px);
  }
  75%,
  79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-20px);
            transform: scale(0.4) translateY(-20px);
  }
  88%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
}

@keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
            transform: scale(0.4) translateY(40px);
  }
  15%,
  19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-20px);
            transform: scale(0.4) translateY(-20px);
  }
  28%,
  29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
            transform: scale(0.4) translateY(40px);
  }
  45%,
  49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-20px);
            transform: scale(0.4) translateY(-20px);
  }
  58%,
  59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
            transform: scale(0.4) translateY(40px);
  }
  75%,
  79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-20px);
            transform: scale(0.4) translateY(-20px);
  }
  88%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
}

@-webkit-keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* position dots under carousel */
.flickity-page-dots {
  position: relative;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

/* grey circles  */
.flickity-page-dots .dot {
  width: 20px;
  height: 20px;
  opacity: 1;
  background: rgba(218, 218, 207, 0.4);
  border: 2px solid transparent;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.flickity-page-dots .dot:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid transparent;
  background: transparent;
  -webkit-transition: border-color .3s ease;
  -o-transition: border-color .3s ease;
  transition: border-color .3s ease;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  position: relative;
  background: transparent;
  border-color: transparent;
}

.flickity-page-dots .dot.is-selected:before {
  border-color: #F99563;
}

.flickity-page-dots .dot.is-selected:after {
  content: " ";
  background-color: #F99563;
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 100%;
  position: absolute;
  top: 1px;
  left: 1px;
}

.flickity-prev-next-button {
  background-color: transparent;
  opacity: 0.8;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.flickity-prev-next-button:hover, .flickity-prev-next-button:active, .flickity-prev-next-button:focus {
  background-color: transparent;
}

.flickity-prev-next-button:not([disabled]):hover, .flickity-prev-next-button:not([disabled]):active, .flickity-prev-next-button:not([disabled]):focus {
  opacity: 1;
}

.flickity-prev-next-button.next {
  margin-right: -30px;
}

.flickity-prev-next-button.previous {
  margin-left: -30px;
}

.social-post {
  background: #FFFFFF;
  padding: 20px;
  -webkit-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.09);
  position: relative;
  padding-bottom: 190px;
}

@media (min-width: 992px) {
  .social-post {
    margin: 0 12px;
  }
}

.social-post__origin-icon {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 26px;
  height: 26px;
  background: #dadacf;
  color: #FFFFFF;
  z-index: 1;
}

.social-post__origin-icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  font-size: 14px;
}

.social-post__author {
  margin-bottom: 20px;
}

.social-post .author__name--emphasis {
  font-family: "NewsGothicMTStd", "Open Sans", sans-serif, sans-serif;
}

.social-post__body {
  padding-top: 20px;
  border-top: 1px solid #dadacf;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.5em;
}

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

.social-post__body.text-align-left {
  text-align: left;
}

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

.social-post__thumbnail-link {
  width: calc(100% - 40px);
  height: auto;
  text-decoration: none;
  position: absolute;
  bottom: 20px;
}

.social-post__thumbnail-image {
  width: 100%;
  height: auto;
  display: block;
}

.social-post .icon-video {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.social-post .icon-video:after {
  content: "\e919";
  display: block;
  color: white;
  position: absolute;
  height: 16px;
  width: 16px;
  top: 0;
  padding: 5px;
  right: 10px;
}

.table {
  width: 100%;
  margin: 20px 0;
  border-collapse: separate;
  border-bottom: 16px solid #FFFFFF;
  -webkit-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.09);
}

.table__head {
  background: #003E51;
}

.table__head .table__cell {
  color: #FFFFFF;
  font-weight: 700;
}

.table__head .table__row {
  background-color: transparent;
}

.table__row {
  background-color: #FFFFFF;
}

.table__row:nth-child(even) {
  background: #F1F1ED;
  overflow: hidden;
}

.table__row:nth-child(even) .table__cell:first-child, .table__row:nth-child(even) .table__cell:last-child {
  position: relative;
}

.table__row:nth-child(even) .table__cell:first-child:before, .table__row:nth-child(even) .table__cell:last-child:before {
  content: '';
  background: #fff;
  width: 20px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.table__row:nth-child(even) .table__cell:last-child:before {
  left: auto;
  right: 0;
}

.table__cell {
  padding: 20px;
  text-align: left;
  font-size: 14px;
}

.table__cell:first-child {
  padding-left: 28px;
}

.table__cell:last-child {
  padding-right: 28px;
}

.rating {
  position: relative;
}

.rating:before, .rating:after {
  content: " ";
  display: table;
}

.rating:after {
  clear: both;
}

@media (min-width: 768px) {
  .rating {
    margin-bottom: 28px;
  }
}

.rating__stars {
  float: left;
  margin-bottom: 2px;
}

.rating__stars:before, .rating__stars:after {
  content: " ";
  display: table;
}

.rating__stars:after {
  clear: both;
}

.rating__stars li {
  position: relative;
  float: left;
}

.rating__stars li:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #dadacf;
}

.rating__stars li:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #F99563;
}

.rating__stars li:before, .rating__stars li:after {
  font-size: 19.5px;
}

.rating__stars li:after {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.rating__stars--1 li:nth-child(-n+ 1):after {
  display: block;
}

.rating__stars--1.rating__stars--half li:nth-child(1):after {
  width: 50%;
  overflow: hidden;
}

.rating__stars--2 li:nth-child(-n+ 2):after {
  display: block;
}

.rating__stars--2.rating__stars--half li:nth-child(2):after {
  width: 50%;
  overflow: hidden;
}

.rating__stars--3 li:nth-child(-n+ 3):after {
  display: block;
}

.rating__stars--3.rating__stars--half li:nth-child(3):after {
  width: 50%;
  overflow: hidden;
}

.rating__stars--4 li:nth-child(-n+ 4):after {
  display: block;
}

.rating__stars--4.rating__stars--half li:nth-child(4):after {
  width: 50%;
  overflow: hidden;
}

.rating__stars--5 li:nth-child(-n+ 5):after {
  display: block;
}

.rating__stars--5.rating__stars--half li:nth-child(5):after {
  width: 50%;
  overflow: hidden;
}

.rating__figure {
  float: left;
  padding: 2px;
  font-size: 16.5px;
  margin-left: 10px;
}

.rating__caption {
  float: left;
  margin-top: 10px;
  width: 100%;
  display: block;
  font-family: "Crimson Text", serif;
  font-weight: 700;
  font-size: 14px;
  color: #5B5754;
}

.rating__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}

.address {
  padding-left: 35px;
}

.address__title {
  font-weight: bold;
  position: relative;
}

.address__title:before {
  position: absolute;
  font-size: 22.5px;
  left: -35px;
}

@media (min-width: 768px) {
  .address__title:before {
    font-size: 26.25px;
  }
}

.address__location {
  margin: -12px 0 5px 0;
}

.address__info {
  margin: 10px 0;
}

.address__route {
  margin: 0.5em 0 1em 0;
}

.address__phone {
  margin: 5px 0 0 0;
}

.address__phone a {
  color: #000000;
}

.address__phone--reception {
  margin-top: 10px;
  margin-bottom: 0px;
}

.address__phone--reception a {
  color: #000000;
}

.address__email {
  margin: 5px 0 0 0;
}

.address__email a {
  color: #000000;
  text-decoration: underline;
}

.address__email--reception {
  margin-bottom: 10px;
  margin-top: 0px;
}

.address__email--reception a {
  color: #000000;
}

.address--marker .address__title:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #000000;
}

.address--parking .address__title:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #000000;
}

.address--reception .address__title:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #000000;
}

.address--top, .address--white {
  padding-left: 0;
}

.address--top .address__title, .address--white .address__title {
  text-decoration: none;
  margin-top: 0;
}

@media (max-width: 991px) {
  .address--top .address__title, .address--white .address__title {
    font-size: 14px;
  }
}

.address--top .address__title:before, .address--white .address__title:before {
  position: relative;
  display: block;
  left: 0;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .address--top .address__title:before, .address--white .address__title:before {
    font-size: 30px;
  }
}

.address--top .address__address, .address--top .address__location, .address--top .address__phone, .address--top .address__email, .address--top .address__route, .address--white .address__address, .address--white .address__location, .address--white .address__phone, .address--white .address__email, .address--white .address__route {
  margin: 0;
  color: #000000;
}

@media (max-width: 991px) {
  .address--top .address__address, .address--top .address__location, .address--top .address__phone, .address--top .address__email, .address--top .address__route, .address--white .address__address, .address--white .address__location, .address--white .address__phone, .address--white .address__email, .address--white .address__route {
    font-size: 12px;
  }
}

.address--top .address__address a, .address--top .address__location a, .address--top .address__phone a, .address--top .address__email a, .address--top .address__route a, .address--white .address__address a, .address--white .address__location a, .address--white .address__phone a, .address--white .address__email a, .address--white .address__route a {
  color: #000000;
  text-decoration: none;
}

.address--top .address__email a, .address--white .address__email a {
  text-decoration: underline;
}

.address--top .address__route, .address--white .address__route {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.address--white .address__title:before {
  display: none;
}

.address--white .address__title, .address--white .address__address, .address--white .address__location, .address--white .address__phone, .address--white .address__email, .address--white .address__route {
  color: #FFFFFF;
}

.address--white .address__title a, .address--white .address__address a, .address--white .address__location a, .address--white .address__phone a, .address--white .address__email a, .address--white .address__route a {
  color: #FFFFFF;
}

.social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 480px) {
  .social__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.social__list li {
  margin-right: 6px;
}

.social__list li:last-child {
  margin-right: 0;
}

.social__button {
  padding: 0.6em;
}

.social__button:before {
  width: 18px;
  text-align: center;
  display: block;
}

.social__button:last-child {
  margin-right: 0;
}

.social__button--twitter:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #000000;
}

.social__button--facebook:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #000000;
}

.social__button--linkedin:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #000000;
}

.social__button--youtube:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #000000;
}

.social__button--instagram:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #000000;
}

.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}

@media (min-width: 992px) {
  .nav-list {
    padding: 20px 0;
  }
}

.nav-list__item {
  padding: 16px 50px;
  position: relative;
  background: #FFFFFF;
  -webkit-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease;
  cursor: pointer;
}

@media (min-width: 992px) {
  .nav-list__item {
    padding: 18px 30px;
  }
}

@media (min-width: 992px) {
  .nav-list__item.is-nav-selected {
    background: #f7f7f7;
  }
}

@media (min-width: 992px) {
  .nav-list__item:after {
    content: '';
    display: block;
    border-bottom: 1px solid #D9D9D6;
    position: absolute;
    bottom: 0;
    left: 35px;
    right: 35px;
  }
}

.nav-list__item:last-child:after {
  display: none;
}

.nav-list__item-cta {
  line-height: 1.2em;
}

.nav-list__item-cta span {
  display: block;
  width: 100%;
}

.nav-list__item-heading {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin: 0 0 10px 0;
}

@media (min-width: 992px) {
  .nav-list__item-heading {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .nav-list__item-heading {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .nav-list__item-heading {
    font-size: 18px;
    line-height: 26px;
  }
}

.nav-list__item-heading--main, .nav-list__item-heading--sub {
  display: block;
}

.nav-list__item-heading--sub {
  color: #F99563;
}

.legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-right: 20px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .legend {
    margin-bottom: 0;
  }
}

.legend__pattern {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

.legend__pattern--available {
  background: rgba(249, 149, 99, 0.7);
  border: 2px solid #F99563;
}

.legend__pattern--unavailable {
  border: 2px solid rgba(217, 217, 214, 0.77);
  background: -o-repeating-linear-gradient(45deg, #FFFFFF, rgba(217, 217, 214, 0.77) 1px, #FFFFFF 4px, rgba(217, 217, 214, 0.77) 5px);
  background: repeating-linear-gradient(45deg, #FFFFFF, rgba(217, 217, 214, 0.77) 1px, #FFFFFF 4px, rgba(217, 217, 214, 0.77) 5px);
}

.legend__description {
  font-size: 14px;
  color: #5B5754;
  line-height: 20px;
}

.basicLightbox {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.5);
  opacity: .01;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  z-index: 1000;
  will-change: opacity;
}

.basicLightbox--visible {
  opacity: 1;
}

.basicLightbox__placeholder {
  max-width: 100%;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 1;
  will-change: transform;
}

.basicLightbox__placeholder > img:first-child:last-child,
.basicLightbox__placeholder > video:first-child:last-child,
.basicLightbox__placeholder > iframe:first-child:last-child {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 95%;
  max-height: 95%;
}

.basicLightbox__placeholder > video:first-child:last-child,
.basicLightbox__placeholder > iframe:first-child:last-child {
  pointer-events: auto;
}

.basicLightbox__placeholder > img:first-child:last-child,
.basicLightbox__placeholder > video:first-child:last-child {
  width: auto;
  height: auto;
}

.basicLightbox__placeholder > [data-basicLightbox] {
  display: block !important;
}

.basicLightbox--img .basicLightbox__placeholder,
.basicLightbox--video .basicLightbox__placeholder,
.basicLightbox--iframe .basicLightbox__placeholder {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.basicLightbox--visible .basicLightbox__placeholder {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

[data-basicLightbox] {
  display: none !important;
}

.basicLightbox__content {
  background-color: #FFFFFF;
  padding: 20px 40px;
  -webkit-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.09);
}

.logo-list {
  padding: 0;
  margin: 0;
}

.logo-list__item {
  margin-top: 25px;
  margin-bottom: 25px;
}

.logo-list__link {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: auto;
  padding: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
}

.logo-list__img {
  width: 115px;
  height: auto;
}

.icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.icon-list__item {
  margin: 12px;
}

.icon-list__item:before {
  font-size: 22px;
}

.logo-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0;
  margin-top: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 400px;
}

.logo-overview__item {
  width: 33%;
  padding: 0 10px;
}

.link-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  text-decoration: none;
}

.link-icon:before {
  font-size: 17px;
  margin-right: 7px;
  width: 18px;
  height: 18px;
}

.link-icon span {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #000000;
}

.link-icon:hover {
  text-decoration: none;
}

.link-icon:hover span {
  text-decoration: underline;
}

.link-icon--phone:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #000000;
}

.link-icon--more:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #000000;
}

.link-icon--more:before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-left: -6px;
  margin-right: 2px;
}

@media (min-width: 768px) {
  .border-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-left: -30px;
  }
}

.border-box__item {
  border: 1px solid #D9D9D6;
  padding: 20px 15px;
  margin-top: 15px;
  width: auto;
}

.border-box__item:first-child {
  margin-top: 0;
}

@media (min-width: 768px) {
  .border-box__item {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    margin-left: 30px;
  }
}

@media (min-width: 992px) {
  .border-box__item {
    padding: 40px 30px;
  }
}

.border-box--bgblue {
  position: relative;
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .border-box--bgblue {
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 0;
  }
}

.border-box--bgblue:before {
  content: '';
  position: absolute;
  top: 0;
  left: -16px;
  right: -16px;
  bottom: 0;
  background-color: #003E51;
  display: block;
}

@media (min-width: 768px) {
  .border-box--bgblue:before {
    left: 0;
    right: 0;
  }
}

.border-box--bgblue .border-box__item {
  position: relative;
  z-index: 1;
  border: none;
}

.border-box--bgblue .border-box__item:first-child {
  margin-left: 0;
}

@media (max-width: 767px) {
  .border-box--bgblue .border-box__item {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.tabs {
  position: relative;
}

.tabs--stacking-orientation-nav .tabs__list {
  display: block;
}

.tabs--stacking-orientation-nav .tabs__list:before, .tabs--stacking-orientation-nav .tabs__list:after {
  content: " ";
  display: table;
}

.tabs--stacking-orientation-nav .tabs__list:after {
  clear: both;
}

.tabs--stacking-orientation-nav .tabs__item {
  float: left;
  width: 25%;
  padding: 14px 3px;
}

.tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tabs__item {
  background-color: #FFFFFF;
  padding: 14px 14px;
  font-size: 12px;
  text-align: center;
  border: 1px solid #979797;
  border-right: none;
  cursor: pointer;
  line-height: 20px;
}

@media (max-width: 767px) {
  .tabs__item {
    font-size: 10px;
    min-width: 130px;
  }
}

@media (min-width: 992px) {
  .tabs__item {
    font-size: 13px;
  }
}

.tabs__item:last-child {
  border-right: 1px solid #979797;
}

.tabs__item:hover, .tabs__item:focus {
  background-color: #f0f0f0;
}

.tabs__item:active {
  background-color: #e4e4e4;
}

.tabs__item.tabs-active, .tabs__item.is-selected {
  background-color: #003E51;
  color: #FFFFFF;
}

.tabs__item.tabs-active:hover, .tabs__item.tabs-active:focus, .tabs__item.is-selected:hover, .tabs__item.is-selected:focus {
  background-color: #002a38;
  color: #FFFFFF;
}

.tabs__item.tabs-active:active, .tabs__item.is-selected:active {
  background-color: #00171e;
}

.tabs__icon {
  display: none;
  position: relative;
  width: 50px;
  height: 50px;
  float: left;
}

@media (min-width: 992px) {
  .tabs__icon {
    display: block;
  }
}

.tabs__icon:before {
  font-size: 33.75px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 992px) {
  .tabs__icon + .tabs__list {
    width: calc(100% - 50px);
    float: left;
  }
}

.tooltip {
  background: #000000;
  color: #FFFFFF;
  width: 150px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  padding: 10px;
  text-align: center;
  position: fixed;
  z-index: 9999;
}

.tooltip--stacking-plan {
  background: transparent;
  color: #000000;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 5px;
  width: auto;
}

.tooltip--stacking-plan h6, .tooltip--stacking-plan p {
  margin: 0;
}

.tooltip--stacking-plan .tooltip-arrow {
  height: 5px;
  width: 1px;
}

.tooltip--stacking-plan.tooltip[x-placement^="top"] .tooltip-arrow {
  height: 5px;
  width: 1px;
  border-width: 5px 0px 0 0px;
}

.tooltip--stacking-plan.tooltip[x-placement^="bottom"] .tooltip-arrow {
  height: 5px;
  width: 1px;
  border-width: 0px 0px 5px 0px;
}

.tooltip--stacking-plan.tooltip[x-placement^="right"] .tooltip-arrow {
  height: 1px;
  width: 5px;
  border-width: 0px 5px 0px 0px;
}

.tooltip--stacking-plan.tooltip[x-placement^="left"] .tooltip-arrow {
  height: 1px;
  width: 5px;
  border-width: 0px 0px 0px 5px;
}

.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
}

.tooltip .tooltip-arrow {
  border-color: #000000;
}

.tooltip[x-placement^="top"] {
  margin-bottom: 5px;
}

.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^="bottom"] {
  margin-top: 5px;
}

.tooltip[x-placement^="bottom"] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^="right"] {
  margin-left: 5px;
}

.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip[x-placement^="left"] {
  margin-right: 5px;
}

.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 60;
  cursor: pointer;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.modal__container {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  left: 0;
  right: 0;
}

.modal__item {
  background-color: #FFFFFF;
  cursor: default;
  -webkit-transition: opacity .5s .2s;
  -o-transition: opacity .5s .2s;
  transition: opacity .5s .2s;
  opacity: 0;
  max-height: 90vh;
  max-width: 90vw;
  display: table;
  margin: 0 auto;
}

.modal__item--inner {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.modal__content {
  padding: 0 25px;
}

@media (min-width: 768px) {
  .modal__download {
    float: right;
  }
}

.modal__image {
  position: relative;
}

.modal__image img {
  display: block;
  width: 100%;
  max-height: 90vh;
  max-width: 100%;
}

.modal__layer {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

.modal__layer--background {
  background-color: rgba(0, 0, 0, 0.5);
}

.modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.modal__close:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #000000;
}

.modal__close:before {
  display: block;
}

.modal__button {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 10px;
}

.modal__button:hover {
  background: rgba(255, 255, 255, 0.5);
}

.modal__button svg path {
  fill: #FFFFFF;
}

.modal__button--prev {
  left: 10px;
}

.modal__button--next {
  right: 10px;
}

.modal--active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.modal--active .modal__layer {
  opacity: 1;
}

.modal--active .modal__item {
  opacity: 1;
}

.notice {
  font-weight: 700;
  background-color: #5BB784;
  color: #FFFFFF;
  line-height: 1.5em;
  border-radius: 5px;
  padding: 0.8em 1.5em;
  margin: 0 0 2em 0;
  text-transform: uppercase;
}

.notice--success {
  background-color: #5BB784;
}

.notice--success:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: inherit;
}

.notice--success:before {
  float: left;
  font-size: 22px;
}

.notice--error {
  background-color: #ED726A;
}

.notice--error:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: inherit;
}

.notice--error:before {
  font-size: 14px;
}

.notice:before {
  margin-right: 10px;
}

footer .notice--success {
  font-size: 12px !important;
}

footer .notice--success:before {
  font-size: 17px;
}

.usp__title:before {
  margin-left: 315px;
}

@media (min-width: 100px) {
  .usp__title:before {
    margin-left: 0px;
  }
}

@media (min-width: 767px) {
  .usp__title:before {
    margin-left: 104px;
  }
}

@media (min-width: 991px) {
  .usp__title:before {
    margin-left: 213px;
  }
}

@media (min-width: 1199px) {
  .usp__title:before {
    margin-left: 313px;
  }
}

.slider__link {
  text-decoration: none;
}

.slider__link:hover {
  text-decoration: none;
}

.slider__link:hover .slider__caption {
  color: #F99563;
}

.slider__image {
  margin: 0;
}

.slider__image img {
  margin: 0 auto 10px auto;
  display: block;
  max-width: 100%;
}

.slider__image .img-slider {
  max-height: 95px;
}

.slider__image--full {
  width: 100%;
}

.slider__image--full img {
  margin: 0;
  width: 100%;
}

.slider__caption {
  margin: 0 0 20px 0;
}

@media (min-width: 768px) {
  .slider__caption {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .slider--usp {
    padding: 0 30px;
  }
}

.slider--usp .flickity-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: auto;
}

.slider--usp .flickity-slider > [class*="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  min-height: 100%;
}

@media (min-width: 480px) {
  .slider--usp .flickity-slider .col-usp {
    width: 22%;
  }
}

@media (max-width: 991px) {
  .slider--usp .flickity-slider .col-usp {
    width: 30%;
  }
}

.slider--usp .slider__caption {
  padding-top: 10px;
  margin-top: auto;
  max-width: 100%;
  word-break: break-all;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

@media (max-width: 767px) {
  .slider--usp .slider__caption {
    font-size: 12px;
  }
}

.slider--dark .slider__caption {
  color: #FFFFFF;
}

.slider--dark .flickity-prev-next-button svg * {
  fill: #FFFFFF;
}

.slider--dark .flickity-prev-next-button.next {
  margin-right: -15px;
}

.slider--dark .flickity-prev-next-button.previous {
  margin-left: -15px;
}

.slider--disable-desktop:after {
  content: 'flickity';
  display: none;
}

@media (min-width: 1200px) {
  .slider--disable-desktop:after {
    content: '';
  }
}

@media (min-width: 768px) {
  .slider--hide-dots-desktop .flickity-page-dots {
    display: none;
  }
}

.slider--hide-buttons-mobile button.flickity-prev-next-button {
  display: none;
}

@media (min-width: 768px) {
  .slider--hide-buttons-mobile button.flickity-prev-next-button {
    display: block;
  }
}

.slider--buttons-inline button.flickity-prev-next-button.next {
  margin-right: 15px;
}

.slider--buttons-inline button.flickity-prev-next-button.previous {
  margin-left: 15px;
}

.slider--buttons-background button.flickity-prev-next-button {
  background-color: rgba(0, 0, 0, 0.2);
}

.slider--buttons-background button.flickity-prev-next-button svg path {
  fill: #000000;
}

.slider--buttons-background button.flickity-prev-next-button:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.slider--buttons-background button.flickity-prev-next-button:focus, .slider--buttons-background button.flickity-prev-next-button:active {
  background-color: rgba(0, 0, 0, 0.4);
}

.slider--no-margin-bottom .flickity-page-dots {
  margin-bottom: 0;
}

.slider--box {
  overflow: hidden;
}

@media (min-width: 992px) {
  .slider--box {
    -webkit-box-shadow: 0 0 20px 0 rgba(25, 25, 25, 0.2);
            box-shadow: 0 0 20px 0 rgba(25, 25, 25, 0.2);
  }
}

.slider--box .flickity-prev-next-button {
  background: rgba(91, 87, 84, 0.3);
}

@media (min-width: 992px) {
  .slider--box .flickity-prev-next-button {
    width: 40px;
    height: 40px;
  }
}

.slider--box .flickity-prev-next-button.previous {
  margin-left: 0;
}

.slider--box .flickity-prev-next-button.previous svg {
  left: 12px;
}

@media (min-width: 992px) {
  .slider--box .flickity-prev-next-button.previous svg {
    left: 20%;
  }
}

.slider--box .flickity-prev-next-button.next {
  margin-right: 0;
}

.slider--box .flickity-prev-next-button.next svg {
  left: auto;
  right: 12px;
}

@media (min-width: 992px) {
  .slider--box .flickity-prev-next-button.next svg {
    left: 20%;
    right: auto;
  }
}

.header {
  position: fixed;
  z-index: 30;
  width: 100%;
  top: 0;
  background-color: #FFFFFF;
}

@media (min-width: 1201px) {
  .header {
    position: absolute;
  }
}

.header__widgets {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__widget {
  position: relative;
  display: inline-block;
}

@media (min-width: 1201px) {
  .header__widget {
    margin-right: 60px;
    padding-right: 15px;
  }
}

.header__widget-linkedin {
  width: 46px;
  height: 46px;
  margin-right: 10px;
  padding: 10px;
  border: 1px solid #6a6a6a;
  border-radius: 5px;
  font-size: 20px;
  color: black;
  display: none;
  text-align: center;
  position: relative;
}

.header__widget-linkedin:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #6a6a6a;
}

@media (min-width: 1201px) {
  .header__widget-linkedin {
    display: block;
  }
}

.header__widget:after {
  content: " ";
  position: absolute;
  top: 20%;
  right: 0;
  width: 1px;
  height: 60%;
  background-color: #dadacf;
}

.header__widget:last-child {
  margin-right: 0;
  padding-right: 0;
}

.header__widget:last-child:after {
  display: none;
}

.header__widget-login {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 50%;
  background-color: #FFFFFF;
  padding: 10px;
  -webkit-transform: translateX(200%);
      -ms-transform: translateX(200%);
          transform: translateX(200%);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1201px) {
  .header__widget-login {
    position: static;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    width: auto;
    padding: 0;
    background-color: transparent;
  }
}

.header__widget-login--open {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.header__search {
  position: fixed;
  top: 70px;
  left: 0;
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  background-color: #f7f7f7;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

@media (min-width: 1201px) {
  .header__search {
    position: relative;
    max-width: 200px;
    background-color: transparent;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: inherit;
    left: inherit;
    padding: 0;
  }
}

.header__search--open {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.header__search .form-group {
  margin: 0;
}

.header__search input[type='search'] {
  width: 100%;
  height: 46px;
  padding-right: 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0;
  border-radius: 5px;
}

.header__search button[type='submit'] {
  height: 46px;
  width: 46px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background-color: #003E51;
  border-radius: 0 5px 5px 0;
}

.header__search button[type='submit']:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #FFFFFF;
}

.header__search button[type='submit']:before {
  font-size: 18px;
  display: block;
}

.header__search button[type='submit']:hover {
  background-color: #003242;
}

.header__search button[type='submit']:active {
  background-color: #002732;
}

.header__logo-container {
  display: block;
}

.header__logo {
  display: block;
}

@media (min-width: 1201px) {
  .header__logo {
    margin: -8px 0;
  }
}

.header__hamburger {
  width: 18px;
  height: 18px;
  margin: 18px 10px;
  position: relative;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  float: right;
  cursor: pointer;
}

.header__hamburger:before {
  content: " ";
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + (10px * 2));
  height: calc(100% + (10px * 2));
  background-color: #F1F1ED;
  border-radius: 2.5px;
}

.header__hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000000;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.header__hamburger span:nth-child(1) {
  top: 0px;
}

.header__hamburger span:nth-child(2), .header__hamburger span:nth-child(3) {
  top: 7px;
}

.header__hamburger span:nth-child(4) {
  top: 14px;
}

.header__hamburger--open span:nth-child(1) {
  top: 7px;
  width: 0%;
  left: 50%;
}

.header__hamburger--open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header__hamburger--open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header__hamburger--open span:nth-child(4) {
  top: 7px;
  width: 0%;
  left: 50%;
}

.header__language-switch {
  border-radius: 0 0 5px 5px;
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 50%;
  padding: 5px 0.6em 6px 0;
  z-index: 10;
  background-color: #FFFFFF;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.header__language-switch--open {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

@media (min-width: 1201px) {
  .header__language-switch {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -20px;
    right: 0;
    left: inherit;
    bottom: inherit;
    width: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background-color: #FFFFFF;
    padding: 0.3em 0;
  }
}

.header__language-switch ul {
  border: 1px solid #003E51;
  position: relative;
  display: inline-block;
  margin: 6px 0;
  float: right;
}

.header__language-switch ul:before, .header__language-switch ul:after {
  content: " ";
  display: table;
}

.header__language-switch ul:after {
  clear: both;
}

@media (min-width: 1201px) {
  .header__language-switch ul {
    border: none;
    margin: 0;
  }
}

.header__language-switch ul li {
  display: inline-block;
  float: left;
}

@media (min-width: 1201px) {
  .header__language-switch ul li {
    display: none;
    float: none;
  }
}

.header__language-switch ul li a {
  display: block;
  padding: 0.6em;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}

@media (min-width: 1201px) {
  .header__language-switch ul li a {
    padding: 0.3em 2em 0.3em 0.6em;
    width: 60px;
    font-weight: normal;
  }
}

.header__language-switch ul li a:hover {
  text-decoration: underline;
}

.header__language-switch ul li:first-child:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #000000;
}

.header__language-switch ul li:first-child:after {
  display: none;
}

@media (min-width: 1201px) {
  .header__language-switch ul li:first-child:after {
    display: block;
    position: absolute;
    top: 0.3em;
    right: 0.6em;
    pointer-events: none;
  }
}

.header__language-switch ul li:first-child a {
  background-color: #003E51;
  color: #FFFFFF;
}

@media (min-width: 1201px) {
  .header__language-switch ul li:first-child a {
    background-color: #FFFFFF;
    color: #000000;
  }
}

.header__language-switch ul li {
  border-left: 1px solid #003E51;
}

@media (min-width: 1201px) {
  .header__language-switch ul li {
    border-left: none;
  }
}

.header__language-switch ul li:first-child {
  border-left: none;
  display: block;
}

.header__language-switch ul:hover li {
  display: block;
}

.header form {
  margin: 0;
}

.navigation {
  position: fixed;
  width: 100%;
  height: calc(100% - 70px);
  top: 70px;
  z-index: 10;
  left: 0;
  background-color: #FFFFFF;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  overflow: scroll;
  padding-bottom: 66px;
}

@media (max-width: 991px) {
  .navigation > .container {
    width: 100%;
  }
}

@media (min-width: 1201px) {
  .navigation {
    position: absolute;
    height: calc(100% - 86px);
    top: 86px;
    height: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    overflow: visible;
    padding: 0;
    background: #F1F1ED;
  }
}

@media (min-width: 1201px) {
  .navigation--sticky {
    position: fixed;
    top: 0;
  }
}

.navigation__list {
  padding-top: 64px;
}

.navigation__list:before, .navigation__list:after {
  content: " ";
  display: table;
}

.navigation__list:after {
  clear: both;
}

@media (min-width: 1201px) {
  .navigation__list {
    padding-top: 0;
  }
}

.navigation__item {
  float: left;
  position: relative;
  width: 100%;
  margin: 0 15px;
  border-top: 1px solid #f7f7f7;
}

@media (min-width: 1201px) {
  .navigation__item {
    width: auto;
    margin: 0;
    border-top: none;
  }
}

@media (max-width: 768px) {
  .navigation__item {
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
}

.navigation__item a {
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "NewsGothicMTStd", "Open Sans", sans-serif, sans-serif;
  display: inline-block;
  line-height: 1.5em;
  padding: 1.2em 0.8em;
  width: 100%;
}

.navigation__item a + ul:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #000000;
}

.navigation__item a + ul:before {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 3.3em;
  position: absolute;
  top: 0;
  right: 0;
  height: 58px;
  width: 58px;
  text-align: center;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

@media (min-width: 1201px) {
  .navigation__item a + ul:before {
    width: auto;
    height: auto;
    top: -41px;
    right: 135px;
    line-height: 1.5em;
    pointer-events: none;
  }
}

.navigation__item a:not(:last-child) {
  padding-right: 3.5em;
}

@media (min-width: 1201px) {
  .navigation__item a {
    width: auto;
  }
}

@media (min-width: 1201px) {
  .navigation__item a:active {
    background-color: #001f28;
  }
}

.navigation__item--current > a {
  color: #F99563;
}

@media (max-width: 1199px) {
  .navigation__item--active.navigation__item {
    background-color: #003E51;
  }
  .navigation__item--active.navigation__item a {
    text-decoration: none;
    color: #FFFFFF;
  }
  .navigation__item--active.navigation__item a:hover, .navigation__item--active.navigation__item a:active {
    background-color: #001f28;
  }
  .navigation__item--active.navigation__item ul:before {
    color: #FFFFFF;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .navigation__item--active.navigation__item ul li {
    display: block;
  }
}

@media (min-width: 1201px) {
  .navigation__item:hover, .navigation__item:active {
    background-color: #003E51;
  }
  .navigation__item:hover a, .navigation__item:active a {
    text-decoration: none;
    color: #FFFFFF;
  }
  .navigation__item:hover a:hover, .navigation__item:hover a:active, .navigation__item:active a:hover, .navigation__item:active a:active {
    background-color: #001f28;
  }
  .navigation__item:hover ul:before, .navigation__item:active ul:before {
    color: #FFFFFF;
  }
  .navigation__item:hover ul li, .navigation__item:active ul li {
    display: block;
  }
}

@media (min-width: 1201px) {
  .navigation__item--home a {
    margin-left: -0.8em;
  }
  .navigation__item--home a:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: inherit;
  }
}

.navigation__item--home a:before {
  font-weight: 700;
  font-size: 18px;
}

@media (min-width: 1201px) {
  .navigation__item--home a:hover {
    background-color: #F1F1ED;
  }
}

@media (min-width: 1201px) {
  .navigation__item--home a:hover:before {
    color: #FFFFFF;
  }
}

@media (min-width: 1201px) {
  .navigation__item--home a span {
    display: none;
  }
}

.navigation__item ul {
  background-color: #003E51;
}

@media (min-width: 1201px) {
  .navigation__item ul {
    margin: 0;
    width: calc(100% + 125px);
    position: absolute;
    z-index: 10;
  }
}

.navigation__item ul li {
  display: none;
  width: 100%;
}

.navigation__item ul li a {
  color: #FFFFFF;
}

@media (min-width: 1201px) {
  .navigation__item ul li a {
    width: 100%;
  }
}

.navigation__item ul li a:hover {
  background-color: #001f28;
}

@media (min-width: 1201px) {
  .navigation__item ul li a:active {
    background-color: #001f28;
  }
}

@media (max-width: 991px) {
  .navigation .navigation__item--sub a {
    padding-left: 1.9em !important;
  }
}

.navigation--open {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.map {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 2;
  overflow: hidden;
}

.map-wrapper {
  position: relative;
  overflow: visible;
  z-index: 3;
}

.map__layers {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
}

.map__layers .flickity-slider {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  position: relative;
}

.map__layers .flickity-viewport {
  overflow: visible;
}

.map__container {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (min-width: 992px) {
  .map__container {
    margin: 0 14.58% 0 43.75%;
    width: auto;
    height: 100%;
    position: absolute;
  }
}

.map__container img {
  width: 100%;
}

@media (min-width: 992px) {
  .map__container img {
    height: 100%;
    width: auto;
  }
}

.map__layer {
  left: 0 !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: -1;
  width: 100%;
}

.map__layer.is-selected {
  opacity: 1;
  z-index: 0;
}

.map__image {
  width: 100%;
  display: none;
}

@media (min-width: 992px) {
  .map__image {
    display: block;
  }
}

.map__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.map__nav {
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.09);
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .map__nav {
    z-index: 3;
    position: absolute;
    top: -35px;
    width: 344px;
    max-height: 100%;
  }
}

@media (min-width: 992px) {
  .map__nav {
    left: calc( (100% - (970px - 30px)) / 2);
  }
}

@media (min-width: 992px) {
  .map__nav {
    left: calc( (100% - (970px - 30px)) / 2);
  }
}

@media (min-width: 1200px) {
  .map__nav {
    left: calc( (100% - (1170px - 30px)) / 2);
  }
}

.map__nav-title {
  font-size: 24px;
  line-height: 30px;
  padding: 40px 35px 24px;
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .map__nav-title {
    padding: 20px 30px 25px;
    margin-top: 9px;
    max-height: 98px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (min-width: 992px) {
  .map__nav-title {
    max-height: 103px;
  }
}

@media (min-width: 992px) {
  #mapNavList {
    z-index: 3;
    position: absolute;
    top: 63px;
    width: 344px;
    max-height: calc(100% - (98px + -35px));
    background: #FFFFFF;
    padding-top: 0;
  }
}

@media (min-width: 992px) {
  #mapNavList {
    top: 68px;
    max-height: calc(100% - (103px + -35px));
  }
}

@media (min-width: 992px) {
  #mapNavList {
    left: calc( (100% - (970px - 30px)) / 2);
  }
}

@media (min-width: 992px) {
  #mapNavList {
    left: calc( (100% - (970px - 30px)) / 2);
  }
}

@media (min-width: 1200px) {
  #mapNavList {
    left: calc( (100% - (1170px - 30px)) / 2);
  }
}

#mapNavList .nav-list__item {
  width: 100%;
}

@media (min-width: 992px) {
  #mapNavList .flickity-viewport {
    height: auto !important;
    overflow-y: auto;
  }
}

@media (min-width: 992px) {
  #mapNavList .flickity-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    left: 0 !important;
    position: relative !important;
  }
}

@media (min-width: 992px) {
  #mapNavList .nav-list__item {
    position: relative !important;
    left: auto !important;
  }
}

#mapNavList .flickity-prev-next-button.previous {
  margin-left: -8px;
}

#mapNavList .flickity-prev-next-button.next {
  margin-right: -8px;
}

@media (min-width: 992px) {
  #mapNavList .flickity-prev-next-button {
    display: none;
  }
}

.jumbotron {
  position: relative;
  overflow: hidden;
}

.jumbotron .no-black-bars {
  top: 40% !important;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .jumbotron .no-black-bars {
    top: 50% !important;
  }
}

.jumbotron--has-tasks {
  background: rgba(241, 241, 237, 0.7);
}

@media (min-width: 768px) {
  .jumbotron--has-tasks .jumbotron__content {
    padding-bottom: 150px;
  }
}

.jumbotron--has-tasks .jumbotron__quicknavigation {
  width: 100%;
  position: relative;
  margin-top: 20px;
  background: transparent;
}

@media (min-width: 768px) {
  .jumbotron--has-tasks .jumbotron__quicknavigation {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
  }
  .jumbotron--has-tasks .jumbotron__quicknavigation-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media (min-width: 768px) {
  .jumbotron--has-tasks .jumbotron__background {
    padding-bottom: 80%;
  }
}

@media (min-width: 992px) {
  .jumbotron--has-tasks .jumbotron__background {
    padding-bottom: 60%;
  }
}

@media (min-width: 1200px) {
  .jumbotron--has-tasks .jumbotron__background {
    padding-bottom: 50%;
  }
}

@media screen and (min-width: 1400px) {
  .jumbotron--has-tasks .jumbotron__background {
    padding-bottom: 40%;
  }
}

.jumbotron__layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.jumbotron__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background-position: center;
  background-size: cover;
}

@media (min-width: 768px) {
  .jumbotron__background {
    height: 100%;
  }
}

.jumbotron__background--video {
  height: 250px;
}

@media (min-width: 768px) {
  .jumbotron__background--video {
    -webkit-transform: rotate(0.00001deg);
        -ms-transform: rotate(0.00001deg);
            transform: rotate(0.00001deg);
    height: 100%;
    padding-bottom: calc(56.25% + 147.5px);
    padding-bottom: 40%;
    overflow: hidden;
  }
}

.jumbotron__background--video-home {
  height: 100%;
  padding: 0 !important;
}

@media (min-width: 768px) {
  .jumbotron__background--video-home {
    -webkit-transform: rotate(0.00001deg);
        -ms-transform: rotate(0.00001deg);
            transform: rotate(0.00001deg);
    height: 100%;
    padding-bottom: calc(56.25% + 147.5px);
    padding-bottom: 40%;
    overflow: hidden;
  }
}

.jumbotron__background--wide-video {
  height: 250px;
}

@media (min-width: 768px) {
  .jumbotron__background--wide-video {
    -webkit-transform: rotate(0.00001deg);
        -ms-transform: rotate(0.00001deg);
            transform: rotate(0.00001deg);
    height: 100%;
    padding-bottom: calc(56.25% + 147.5px);
    padding-bottom: 34% !important;
    overflow: hidden;
  }
}

.jumbotron__background iframe {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 177.77777778vh;
  opacity: 0;
}

.jumbotron__background iframe.isPlaying {
  opacity: 1;
}

.jumbotron__background img {
  width: auto;
  height: 200px;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 481px) {
  .jumbotron__background img {
    height: 250px;
  }
}

@media (min-width: 768px) {
  .jumbotron__background img {
    position: absolute;
    left: 50%;
    margin: 0;
    top: 0;
    height: 100%;
  }
}

.jumbotron__background .jumbotron__poster-img {
  width: auto;
  height: auto;
  min-width: 100%;
  max-width: 100%;
  margin-left: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  display: none;
}

.jumbotron__background .jumbotron__poster-img--visible {
  display: block;
}

.jumbotron__content {
  width: 100%;
  padding: 150px 0 0 0;
}

@media (min-width: 768px) {
  .jumbotron__content {
    position: relative;
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .jumbotron__content {
    position: relative;
    top: -20px;
    padding: 115px 0 0;
  }
}

.jumbotron__content--overlay {
  padding: 50px 0;
}

@media (min-width: 768px) {
  .jumbotron__content--overlay {
    padding: 150px 0 150px 0;
  }
}

.jumbotron__quicknavigation {
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  z-index: 9;
}

@media (min-width: 768px) {
  .jumbotron__quicknavigation {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
  }
}

.jumbotron__quicknavigation-list:before, .jumbotron__quicknavigation-list:after {
  content: " ";
  display: table;
}

.jumbotron__quicknavigation-list:after {
  clear: both;
}

.jumbotron__quicknavigation-item {
  position: relative;
  float: left;
  width: calc(100% + 30px);
  font-size: 12px;
  margin: 0 -15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

@media (min-width: 768px) {
  .jumbotron__quicknavigation-item {
    position: static;
    width: auto;
    padding: 2em 2.5em 2em 0;
    font-size: 15px;
    border-bottom: none;
    margin: 0;
  }
}

.jumbotron__quicknavigation-item:last-child {
  border-bottom: none;
}

.jumbotron__quicknavigation-item a {
  padding: 1em calc((30px / 2) + 1.75em);
  width: 100%;
  display: block;
}

@media (min-width: 768px) {
  .jumbotron__quicknavigation-item a {
    padding: 0;
    padding-left: 1.75em;
    width: auto;
  }
}

.jumbotron__quicknavigation-item a:before {
  left: 15px;
}

@media (min-width: 768px) {
  .jumbotron__quicknavigation-item a:before {
    left: 0;
  }
}

.jumbotron__quicknavigation-item a:after {
  left: calc(30px / 2);
}

@media (min-width: 768px) {
  .jumbotron__quicknavigation-item a:after {
    left: 1px;
  }
}

.jumbotron__quicknavigation-featured {
  padding: 2em 0;
}

.jumbotron__quicknavigation-featured > * {
  float: left;
}

.jumbotron__quicknavigation-featured img {
  width: 140px;
  margin: -65px 0 0;
}

.jumbotron__title {
  color: #FFFFFF;
  width: 100%;
}

@media (max-width: 991px) {
  .jumbotron__title {
    font-size: 26.25px;
    line-height: 1.5em;
  }
}

@media (min-width: 768px) {
  .jumbotron__title {
    margin: 0 0 0.6em 0;
  }
}

@media (min-width: 1200px) {
  .jumbotron__title {
    font-size: 52px;
    line-height: 60px;
  }
}

.jumbotron__box {
  background-color: #FFFFFF;
  min-height: 75px;
  padding: 2em;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .jumbotron__box {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.jumbotron__video-control {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 9;
  width: 27px;
  height: 27px;
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.15);
  cursor: pointer;
}

@media (min-width: 768px) {
  .jumbotron__video-control {
    width: 54px;
    height: 54px;
  }
}

.jumbotron__video-control:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .jumbotron__video-control:before {
    font-size: 20px;
  }
}

.letters {
  margin-bottom: 25px;
}

.letters__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.letter {
  border: 2px solid #FFFFFF;
  padding: 15px;
  -webkit-transition: border-color .3s ease;
  -o-transition: border-color .3s ease;
  transition: border-color .3s ease;
  width: 100%;
  margin-bottom: 15px;
}

@media (min-width: 480px) {
  .letter {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .letter {
    width: 48.5%;
  }
}

.letter--active {
  border-color: #000000;
}

.letter__logo {
  max-height: 30px;
  width: auto;
  max-width: 100%;
  margin-bottom: 15px;
}

.letter__logo--first {
  margin-bottom: 30px;
}

.letter__content {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #000000;
  line-height: 22px;
  margin-bottom: 8px;
}

.letter__content a {
  color: #000000;
  text-decoration: underline;
  word-wrap: break-word;
}

@media (max-width: 768px) {
  .letter__content a {
    font-size: 9px;
  }
}

.letter__toggle {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #000000;
  line-height: 24px;
  text-transform: none;
  margin-bottom: 0;
  margin-top: 0;
  cursor: pointer;
  padding-right: 12px;
  position: relative;
}

.letter__toggle:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #000000;
}

.letter__toggle:before {
  content: none;
}

.letter__toggle:after {
  position: absolute;
  top: 6px;
  right: -2px;
  font-size: 15px;
}

.featured__image {
  margin: 0 -15px;
  width: calc(100% + 30px);
  position: relative;
}

@media (min-width: 768px) {
  .featured__image {
    margin: 0;
    width: 100%;
  }
}

.featured__image .img {
  top: 0;
  height: 300px;
  background-size: cover;
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 768px) {
  .featured__image .img {
    height: 300px;
    margin-top: -2em;
  }
}

.featured__content {
  position: relative;
  z-index: 2;
  background-color: #FFFFFF;
  width: calc(100% - 2em);
  padding: 1.6em 2em 1.6em;
  padding-bottom: 6em;
  margin: 0 1em;
}

@media (max-width: 767px) {
  .featured__content p {
    min-height: 135px;
  }
}

@media (max-width: 768px) {
  .featured__content p {
    min-height: 135px;
  }
}

@media (max-width: 767px) {
  .featured__content p {
    min-height: inherit;
  }
}

@media (min-width: 768px) {
  .featured__content {
    margin-top: 2em;
    padding: 0.6em 2em 1.6em;
    padding-bottom: 6em;
    width: calc(100% - 2em);
  }
}

@media (min-width: 992px) {
  .featured__content {
    width: 75%;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .featured__content h2 {
    min-height: 173px;
  }
  .featured__content p {
    min-height: 100px;
  }
}

.featured__content [class*='button'] {
  position: absolute;
  bottom: 2em;
  left: 1.6em;
  max-width: calc(100% - (2em * 1.6));
}

@media (min-width: 768px) {
  .featured > .container > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .featured > .container > .row > [class*='col-'] {
    margin: 0 -1px;
  }
}

.featured > .container > .row [class*='col'] {
  margin: 0 -1px;
}

.featured > .container > .row [class*='col']:first-child .featured__content {
  margin-bottom: -2em;
}

@media (min-width: 768px) {
  .featured > .container > .row [class*='col']:first-child .featured__content {
    margin: 0 1em;
  }
}

@media (min-width: 992px) {
  .featured > .container > .row [class*='col']:first-child .featured__content {
    margin-left: 20%;
  }
}

.featured > .container > .row [class*='col']:first-child .featured__image {
  border-bottom: 3em solid #003E51;
  padding-top: 7em;
  margin-top: -2em;
}

@media (min-width: 768px) {
  .featured > .container > .row [class*='col']:first-child .featured__image {
    padding: 0;
    border: none;
    margin: 0;
  }
}

.featured > .container > .row [class*='col']:last-child .featured__content {
  margin-top: -2em;
}

@media (min-width: 768px) {
  .featured > .container > .row [class*='col']:last-child .featured__content {
    margin: 0 1em;
  }
}

@media (min-width: 992px) {
  .featured > .container > .row [class*='col']:last-child .featured__content {
    margin-left: 5%;
  }
}

.featured > .container > .row [class*='col']:last-child .featured__image {
  border-top: 3em solid #003E51;
  padding-bottom: 7em;
  margin-bottom: -2em;
}

@media (min-width: 768px) {
  .featured > .container > .row [class*='col']:last-child .featured__image {
    padding: 0;
    border: none;
    margin: 0;
  }
}

.object-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFFFFF;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .object-info__content--height {
    height: auto !important;
  }
}

@media (min-width: 768px) {
  .object-info {
    margin-bottom: 30px;
  }
}

.object-info--contrast {
  border: 1px solid #D9D9D6;
}

@media (min-width: 480px) {
  .object-info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.object-info-list:after, .object-info-list:before {
  display: none;
}

@media (min-width: 1200px) {
  .object-info-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media (min-width: 768px) {
  .object-info--wide {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 30px;
  }
}

.object-info--wide .object-info__thumbnail-link {
  height: 135px;
}

@media (min-width: 768px) {
  .object-info--wide .object-info__thumbnail-link {
    width: 50%;
    height: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 15px;
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.object-info--wide .object-info__thumbnail-image {
  width: auto;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

@media (min-width: 768px) {
  .object-info--wide .object-info__content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 50%;
    padding: 0;
    margin-right: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

@media (min-width: 768px) {
  .object-info--wide .object-info__title, .object-info--wide .object-info__surface-area, .object-info--wide .object-info__from-price {
    text-align: center;
  }
}

.object-info--full {
  position: relative;
}

.object-info--full .object-info__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}

.object-info--full .object-info__thumbnail-link {
  padding: 0;
}

@media (min-width: 768px) {
  .object-info--full .object-info__thumbnail-link {
    position: absolute;
    top: 43px;
    right: 0;
    width: 58.33333%;
    height: auto;
  }
}

@media (min-width: 768px) {
  .object-info--full .object-info__details, .object-info--full .object-info__title, .object-info--full .object-info__surface-area, .object-info--full .object-info__from-price {
    width: 33.33333%;
    text-align: left;
  }
}

.object-info--full .object-info__title, .object-info--full .object-info__surface-area {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .object-info--full .object-info__title {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 768px) {
  .object-info--full .object-info__surface-area {
    margin-bottom: 20px;
  }
}

.object-info--full .object-info__details {
  border-top: none;
}

@media (min-width: 768px) {
  .object-info--full .object-info__details {
    padding-top: 0;
  }
}

.object-info--full .object-info__cta {
  -ms-flex-item-align: left;
      align-self: left;
}

@media (min-width: 768px) {
  .object-info--full .object-info__from-price {
    margin-bottom: 5px;
  }
}

.object-info__thumbnail-link {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 15px;
  overflow: hidden;
  display: block;
}

@media (min-width: 768px) {
  .object-info__thumbnail-link {
    padding-bottom: 20px;
  }
}

.object-info__thumbnail-image {
  display: block;
  width: 100%;
  height: auto;
}

.object-info__sticker {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 0;
  right: 30px;
  -webkit-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
          transform: rotate(5deg);
}

@media (min-width: 768px) {
  .object-info__sticker {
    right: 0;
    margin-right: -5px;
  }
}

.object-info__content {
  padding: 10px 10px 20px;
}

.object-info__title {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  margin: 0;
  text-align: left;
}

.object-info__title:before {
  content: none;
}

@media (min-width: 768px) {
  .object-info__title {
    text-align: center;
  }
}

.object-info__title--is-collapse-toggle {
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.object-info__title--is-collapse-toggle:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #000000;
}

.object-info__title--is-collapse-toggle:after {
  position: absolute;
  font-size: 21px;
  right: 0;
  top: 0;
  display: inline-block;
  line-height: 26px;
}

@media (min-width: 768px) {
  .object-info__title--is-collapse-toggle {
    padding-right: 0;
    cursor: auto;
    pointer-events: none;
    margin-top: 0;
    min-height: 52px;
  }
  .object-info__title--is-collapse-toggle:after {
    display: none;
  }
}

.object-info__surface-area {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #000000;
  line-height: 20px;
  margin: 0 0 5px;
  text-align: left;
}

@media (min-width: 768px) {
  .object-info__surface-area {
    text-align: center;
  }
}

.object-info__from-price {
  font-family: "Crimson Text", serif;
  font-size: 16px;
  color: #5B5754;
  line-height: 20px;
  margin: 0 0 15px;
  text-align: left;
}

@media (min-width: 768px) {
  .object-info__from-price {
    text-align: center;
  }
}

.object-info__logo {
  height: 20px;
  width: auto;
  display: block;
  margin: 0 auto 15px;
}

.object-info__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 20px;
  border-top: 1px solid #D9D9D6;
}

.object-info__details .custom-list:first-child {
  margin-top: 0;
}

.object-info__body-text {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  line-height: 24px;
}

.object-info__cta {
  max-width: 280px;
  -ms-flex-item-align: center;
      align-self: center;
  margin-bottom: 16px;
  text-align: center;
  display: inline-block;
}

.object-info__slider img {
  width: 100%;
  margin-bottom: 20px;
}

.object-info__ruler {
  display: none;
  margin: 20px 0;
}

@media (min-width: 992px) {
  .object-info__ruler {
    display: block;
  }
}

@media (min-width: 992px) {
  .object-info__button {
    display: table;
    margin: 0 auto;
  }
}

.custom-list__oill {
  text-align: left;
  padding-bottom: 10px;
}

@media (max-width: 991px) {
  .custom-list__oill {
    text-align: center;
  }
}

.slider--object-info {
  display: block;
}

@media (min-width: 1200px) {
  .slider--object-info {
    display: inline-block;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .custom-list--wide {
    min-height: 150px;
  }
}

.social-slider {
  position: relative;
}

.social-slider__time-line {
  width: calc(100% + 20px);
  border: 1px solid #dadacf;
  position: absolute;
  top: 4px;
  left: -10px;
}

@media (min-width: 768px) {
  .social-slider__time-line {
    left: 15px;
    width: calc(100% - 30px);
  }
}

.social-slider__date {
  font-family: "Crimson Text", serif;
  font-size: 14px;
  line-height: 18px;
  color: #dadacf;
  width: 100%;
  text-transform: uppercase;
  margin-top: 13px;
  margin-bottom: 15px;
  text-align: center;
  display: block;
  position: relative;
}

.social-slider__date:before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -12px;
  width: 40px;
  border-top: 9px solid #dadacf;
}

.social-slider .flickity-page-dots {
  margin: 40px 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .social-slider .social-post__author {
    min-height: 75px;
  }
  .social-slider .social-post .author__name--emphasis {
    min-height: 70px;
  }
  .social-slider .social-post__body {
    min-height: 125px;
  }
}

.footer {
  padding-top: 40px;
  padding-bottom: 20px;
  position: relative;
}

.footer .col-sm-6:nth-of-type(3) {
  clear: both;
}

.footer .rating {
  margin-bottom: 15px;
}

.footer .social {
  margin-bottom: 20px;
}

.footer__list {
  margin: 0;
}

.footer__badge:before, .footer__badge:after {
  content: " ";
  display: table;
}

.footer__badge:after {
  clear: both;
}

.footer__badge img {
  height: 35px;
  float: left;
}

.footer__badge p {
  float: left;
  width: calc(100% - 30px);
  margin: 0;
  font-size: 12px;
  padding-left: 10px;
}

.footer__related {
  background-color: #F1F1ED;
  margin: 50px 0 20px;
  padding: 20px 0;
}

.footer__powered-by p,
.footer__powered-by img {
  float: left;
  margin: 0;
}

@media (max-width: 767px) {
  .footer__powered-by p,
  .footer__powered-by img {
    padding: 0 !important;
    padding-top: 10px !important;
  }
}

.footer__powered-by p {
  margin-bottom: 6px;
  font-size: 14px;
}

@media (min-width: 768px) {
  .footer__powered-by p {
    line-height: 20px;
    margin: 20px 10px 20px 0;
  }
}

@media (max-width: 767px) {
  .footer__powered-by p {
    width: 100%;
  }
}

.footer__powered-by img {
  padding: 12px;
}

.footer__related-list {
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .footer__related-list {
    float: right;
  }
}

.footer__related-list li {
  width: 100%;
  margin-bottom: 20px;
}

.footer__related-list li:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .footer__related-list li:last-child {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .footer__related-list li {
    width: auto;
    float: left;
    line-height: 20px;
    margin: 20px 20px 20px 0;
  }
}

.footer__related-list li a {
  color: #000000;
  text-decoration: underline;
}

.footer__logos {
  max-width: 400px;
  display: inline-block;
  margin: 10px 0;
}

@media (min-width: 992px) {
  .footer__logos {
    max-width: 80%;
    margin: 5px 0;
    float: right;
  }
}

.footer__logos a {
  width: 45%;
  float: left;
}

.footer__logos a:first-child {
  margin-right: 10%;
}

.footer__copyright {
  float: left;
  margin: 5px 0;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  font-family: "Crimson Text", serif;
  font-weight: 600;
  color: #5B5754;
}

@media (min-width: 992px) {
  .footer__copyright {
    width: auto;
    margin-right: 20px;
  }
}

.footer__links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Crimson Text", serif;
}

@media (min-width: 769px) {
  .footer__links {
    float: left;
  }
}

@media (min-width: 769px) {
  .footer__links li {
    float: left;
  }
}

.footer__links li a {
  border-right: 1px solid #5B5754;
  padding-right: 10px;
  margin-right: 10px;
  line-height: 22px;
  font-weight: 600;
  color: #5B5754;
}

.footer__links li:last-child a {
  border-right: none;
}

.footer h5 {
  margin-top: 35px;
}

@media (min-width: 992px) {
  .footer h5 {
    margin-top: 20px;
  }
}

.footer h5:before {
  display: none;
}

@media (min-width: 768px) {
  .footer > .container > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .footer > .container > .row > [class*='col-'] {
    margin: 0 -1px;
  }
}

.footer__back-to-top {
  background: #003E51;
  position: absolute;
  top: -23px;
  right: 10%;
  width: 46px;
  height: 46px;
  font-size: 26px;
  border-radius: 5px;
  z-index: 9;
}

.footer__back-to-top:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #fff;
}

.footer__back-to-top:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translatex(-50%) translateY(-50%) rotate(180deg);
      -ms-transform: translatex(-50%) translateY(-50%) rotate(180deg);
          transform: translatex(-50%) translateY(-50%) rotate(180deg);
}

.section--map + .footer {
  margin-top: 35px;
}

.testimonial-slider {
  margin: 0 -16px 35px;
}

@media (min-width: 768px) {
  .testimonial-slider {
    margin: 0 0 40px;
  }
}

.testimonial-slider__item-wrapper {
  width: 90%;
  padding: 0 2.5%;
}

@media (min-width: 768px) {
  .testimonial-slider__item-wrapper {
    width: 100%;
    padding: 0 auto;
  }
}

.testimonial-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .testimonial-slider__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 10px auto;
    width: 83%;
  }
}

.testimonial-slider__image-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (min-width: 768px) {
  .testimonial-slider__image-wrapper {
    width: 60%;
  }
}

.testimonial-slider__image {
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 768px) {
  .testimonial-slider__image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    max-width: none;
  }
}

.testimonial-slider__contents {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .testimonial-slider__contents {
    width: 50%;
    padding: 35px;
  }
}

.testimonial-slider__heading-wrapper {
  display: none;
}

@media (min-width: 768px) {
  .testimonial-slider__heading-wrapper {
    display: block;
    text-align: center;
    width: 100%;
    margin: 0 0 15px;
    position: relative;
    z-index: 2;
    height: 19px;
  }
  .testimonial-slider__heading-wrapper:after {
    content: '';
    z-index: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    border: 1px solid #F1F1ED;
  }
}

.testimonial-slider__heading-text {
  display: inline-block;
  font-size: 16px;
  line-height: 19px;
  font-family: "Crimson Text", serif;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  background: #FFFFFF;
  padding: 0 10px;
}

.testimonial-slider__quote {
  font-size: 17px;
  line-height: 24px;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  text-align: center;
  margin: 0 0;
}

.testimonial-slider__author {
  margin: 25px auto 0 auto;
  max-width: 285px;
}

@media (min-width: 768px) {
  .testimonial-slider__author {
    margin-top: 40px;
    margin-bottom: 5px;
  }
}

.testimonial-slider__author .author__details {
  -ms-flex-item-align: center;
      align-self: center;
}

.testimonial-slider__author .author__name, .testimonial-slider__author .author__function {
  display: inline-block;
}

.testimonial-slider .flickity-page-dots {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .testimonial-slider .flickity-page-dots {
    display: none;
  }
}

.testimonial-slider .flickity-prev-next-button {
  display: none;
  background: none;
}

@media (min-width: 768px) {
  .testimonial-slider .flickity-prev-next-button {
    display: block;
  }
}

.testimonial-slider-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}

@media (min-width: 768px) {
  .testimonial-slider-nav {
    display: block;
  }
}

.testimonial-slider-nav__item {
  width: auto;
  height: 90px;
  margin: 0 40px;
  border-top: 6px solid transparent;
}

.testimonial-slider-nav__item.is-selected {
  border-top: 6px solid #F99563;
}

.testimonial-slider-nav__image {
  width: 100%;
  height: auto;
  display: block;
}

.stackingplan-wrapper h3:before {
  display: none;
}

.stackingplan-wrapper .full-overlay {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  background: #000;
  left: 0;
  top: 0;
  z-index: 30;
  opacity: 0.2;
}

.stackingplan-wrapper .full-overlay.hide {
  opacity: 0;
  pointer-events: none;
}

.stackingplan-wrapper .sp-map-tooltip.sp-map-tooltip-background {
  background: white;
  padding: 4px;
  display: none;
}

.stackingplan-wrapper #errorContact {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.09);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
  pointer-events: all;
  z-index: 35;
}

.stackingplan-wrapper #errorContact.hide {
  opacity: 0;
  pointer-events: none;
}

.stackingplan-wrapper #errorContact .author__thumbnail--big {
  max-width: 90px;
  min-width: 90px;
  height: 90px;
}

.stackingplan-wrapper #errorContact:before {
  content: '';
  position: fixed;
  display: block;
  background: red;
}

@media (min-width: 768px) {
  .usp-list > .container > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .usp-list > .container > .row > [class*='col-'] {
    margin: 0 -1px;
  }
}

.usp-list__item {
  padding: 20px 0;
  border-top-width: 1px;
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-color: rgba(255, 255, 255, 0.5);
  border-style: solid;
}

@media (min-width: 768px) {
  .usp-list__item {
    padding: 0;
    border: none;
  }
}

.usp-list__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .usp-list__image {
    display: block;
  }
}

.usp-list__image img {
  margin-right: 20px;
  min-height: 40px;
}

@media (min-width: 768px) {
  .usp-list__image img {
    display: block;
    width: auto;
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.usp-list__title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 20px;
  padding-right: 20px;
  position: relative;
  cursor: pointer;
}

.usp-list__title:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #FFFFFF;
}

.usp-list__title:after {
  position: absolute;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  line-height: 20px;
  font-size: 21px;
}

@media (min-width: 768px) {
  .usp-list__title:after {
    content: none;
  }
}

@media (min-width: 768px) {
  .usp-list__title {
    cursor: auto;
  }
}

@media (min-width: 768px) {
  .usp-list .collapse {
    display: block !important;
    height: auto  !important;
  }
}

.usp-list__description {
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .usp-list__description {
    margin-bottom: 20px;
  }
}

.breadcrumbs {
  padding: 20px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  width: 100%;
  font-family: "NewsGothicMTStd", "Open Sans", sans-serif, sans-serif;
}

.breadcrumbs:before, .breadcrumbs:after {
  content: " ";
  display: table;
}

.breadcrumbs:after {
  clear: both;
}

.breadcrumbs .breadcrumbs__item, .breadcrumbs .breadcrumbs__link {
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
}

.breadcrumbs__item {
  float: left;
  margin-right: 10px;
}

.breadcrumbs__item:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #000000;
}

.breadcrumbs__item:after {
  display: inline-block;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-left: 10px;
}

.breadcrumbs__item:last-child:after {
  display: none;
}

.breadcrumbs__link {
  text-decoration: underline;
}

@-webkit-keyframes showSticky {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes showSticky {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.sticky-cta {
  margin: 0 0 60px 0;
}

.sticky-cta__wrapper {
  position: relative;
}

.sticky-cta__wrapper--sticky {
  position: fixed;
  top: 58px;
  left: 0;
  right: 0;
  z-index: 9;
  -webkit-animation: showSticky .5s;
          animation: showSticky .5s;
  padding: 10px 0;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.09);
}

@media (min-width: 992px) {
  .sticky-cta__wrapper--sticky .sticky-cta__wrapper-inner {
    width: 970px;
    padding: 0 15px;
    margin: 0 auto;
    border: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

@media (min-width: 1200px) {
  .sticky-cta__wrapper--sticky .sticky-cta__wrapper-inner {
    width: 1170px;
  }
}

@media (min-width: 992px) {
  .sticky-cta__wrapper--sticky .sticky-cta__wrapper-shadow {
    display: none;
  }
}

@media (min-width: 992px) {
  .sticky-cta__wrapper--sticky .sticky-cta__title {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (min-width: 992px) {
  .sticky-cta__wrapper--sticky .sticky-cta__label--link {
    display: none;
  }
}

@media (min-width: 992px) {
  .sticky-cta__wrapper--sticky .sticky-cta__image {
    width: 60px;
    height: 60px;
  }
}

.sticky-cta__wrapper-inner {
  position: relative;
  background-color: #FFFFFF;
  border: 2px solid #F1F1ED;
  padding: 20px;
  z-index: 1;
  -webkit-transition: padding-left 350ms ease-in, padding-right 350ms ease-in;
  -o-transition: padding-left 350ms ease-in, padding-right 350ms ease-in;
  transition: padding-left 350ms ease-in, padding-right 350ms ease-in;
}

@media (min-width: 992px) {
  .sticky-cta__wrapper-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.sticky-cta__wrapper-shadow {
  position: absolute;
  top: calc(100% - 30px);
  left: 10px;
  right: 10px;
  bottom: 0;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.09);
}

.sticky-cta__title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  padding-right: 75px;
}

@media (max-width: 385px) {
  .sticky-cta__title {
    padding-right: 105px;
  }
}

@media (min-width: 992px) {
  .sticky-cta__title {
    padding-right: 0;
    font-size: 20px;
    line-height: 26px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 390px;
    margin-right: 25px;
  }
}

@media (min-width: 1200px) {
  .sticky-cta__title {
    font-size: 24px;
    line-height: 30px;
    margin-right: 55px;
    max-width: 450px;
  }
}

.sticky-cta__contact {
  margin-top: 5px;
}

@media (min-width: 992px) {
  .sticky-cta__contact {
    margin-top: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
  }
}

@media (min-width: 992px) {
  .sticky-cta__contact-text {
    text-align: right;
  }
}

.sticky-cta__label {
  font-size: 14px;
  line-height: 16px;
  display: block;
  color: #5B5754;
  font-family: "NewsGothicMTStd", "Open Sans", sans-serif, sans-serif;
}

.sticky-cta__label--link {
  margin-top: 5px;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .sticky-cta__label--link {
    margin-top: 8px;
    margin-bottom: 0;
  }
}

.sticky-cta__image {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
}

@media (min-width: 992px) {
  .sticky-cta__image {
    position: relative;
    top: auto;
    right: auto;
    margin-left: 15px;
  }
}

@media (min-width: 1200px) {
  .sticky-cta__image {
    width: 90px;
    height: 90px;
  }
}

.sticky-cta__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media (min-width: 768px) {
  .sticky-cta__button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 992px) {
  .sticky-cta__button {
    margin-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .sticky-cta__button {
    margin-left: 55px;
  }
}

.sticky-cta__button .button, .sticky-cta__button .button--primary, .sticky-cta__button .button--secondary, .sticky-cta__button .button--tertiary {
  width: 100%;
}

@media (min-width: 768px) {
  .sticky-cta__button .button, .sticky-cta__button .button--primary, .sticky-cta__button .button--secondary, .sticky-cta__button .button--tertiary {
    width: auto;
  }
}

.sticky-cta__button .link-icon,
.sticky-cta__button .button--forward {
  margin-top: 5px;
}

@media (min-width: 768px) {
  .sticky-cta__button .link-icon,
  .sticky-cta__button .button--forward {
    margin-left: 25px;
  }
}

@media (min-width: 992px) {
  .sticky-cta__button .link-icon,
  .sticky-cta__button .button--forward {
    margin-left: 0;
    margin-top: 5px;
  }
}

.our-subscriptions {
  margin-bottom: 50px;
}

.our-subscriptions h2 {
  font-size: 16px;
}

@media (min-width: 768px) {
  .our-subscriptions h2 {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .our-subscriptions__labels {
    height: 50px;
  }
}

.our-subscriptions__image {
  position: absolute;
  top: 0;
  left: -200px;
  right: -200px;
  max-height: 100%;
}

@media (min-width: 992px) {
  .our-subscriptions__image {
    left: 300px;
    right: -300px;
  }
}

.our-subscriptions__container {
  position: relative;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 10px 0 rgba(218, 218, 207, 0.3);
          box-shadow: 0 2px 10px 0 rgba(218, 218, 207, 0.3);
  padding-bottom: 20px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .our-subscriptions__container {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 60px;
  }
}

.our-subscriptions__container:before, .our-subscriptions__container:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: -20px;
  width: calc(33% - 20px);
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 10px 0 rgba(218, 218, 207, 0.3);
          box-shadow: 0 2px 10px 0 rgba(218, 218, 207, 0.3);
  display: none;
}

@media (min-width: 992px) {
  .our-subscriptions__container:before, .our-subscriptions__container:after {
    display: block;
  }
}

.our-subscriptions__container:before {
  left: calc(33% + 20px);
}

.our-subscriptions__container:after {
  left: calc(66% + 10px);
}

.our-subscriptions__row {
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.our-subscriptions__row--head {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
}

@media (min-width: 992px) {
  .our-subscriptions__row--head {
    margin-left: calc(33% + 20px);
    margin-right: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .our-subscriptions__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

@media (min-width: 992px) {
  .our-subscriptions__row:nth-child(even) .our-subscriptions__value {
    background: rgba(218, 218, 207, 0.2);
  }
}

.our-subscriptions__title {
  position: relative;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 700;
  background-color: #003E51;
  text-transform: uppercase;
  min-height: 95px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .our-subscriptions__title {
    margin-bottom: 30px;
    width: calc(50% - 5px);
  }
}

.our-subscriptions__title--bordered {
  position: relative;
}

.our-subscriptions__title--bordered:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: -20px;
  right: 0;
  border-right: 1px solid #dadacf;
}

@media (min-width: 992px) {
  .our-subscriptions__title--bordered:before {
    display: none;
  }
}

.our-subscriptions__title--bordered .our-subscriptions__button {
  display: none;
}

@media (min-width: 992px) {
  .our-subscriptions__title--bordered .our-subscriptions__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.our-subscriptions__button {
  position: absolute;
  top: -60px;
  right: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #F99563;
  -webkit-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
          transform: rotate(5deg);
}

@media (min-width: 992px) {
  .our-subscriptions__button {
    top: auto;
    bottom: -50px;
    right: 20px;
  }
}

.our-subscriptions__button span {
  text-transform: uppercase;
  color: #FFFFFF;
  display: block;
}

.our-subscriptions__button span:nth-child(1) {
  font-size: 12px;
  font-weight: 700;
}

.our-subscriptions__button span:nth-child(2) {
  font-size: 20px;
  font-family: "Crimson Text", serif;
  margin: 1px 0;
}

.our-subscriptions__button span:nth-child(3) {
  font-size: 12px;
  font-family: "Crimson Text", serif;
}

.our-subscriptions__label {
  background: rgba(218, 218, 207, 0.2);
  display: block;
  text-align: center;
  padding: 13px 10px;
  font-size: 14px;
}

@media (min-width: 992px) {
  .our-subscriptions__label {
    width: 33%;
    padding-left: 20px;
    padding-right: 20px;
    text-align: right;
    background: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-item-align: center;
        align-self: center;
  }
}

.our-subscriptions__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.our-subscriptions__labels .our-subscriptions__value:first-child {
  border-right: 1px solid #dadacf;
}

@media (min-width: 992px) {
  .our-subscriptions__labels .our-subscriptions__value:first-child {
    border: none;
  }
}

@media (min-width: 992px) {
  .our-subscriptions__labels {
    width: calc(100% - 33% - 40px);
    margin-left: 20px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.our-subscriptions__value {
  width: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 13px 10px;
  color: #000000;
}

@media (min-width: 992px) {
  .our-subscriptions__value {
    width: calc(50% - 60px);
    min-height: 100%;
    height: 100%;
  }
}

.our-subscriptions__value [class*='bi-']:before {
  font-size: 28px;
}

.our-subscriptions__value--icon {
  padding: 7px 10px;
}

.our-subscriptions__value--price {
  font-size: 30px;
  font-family: "Crimson Text", serif;
}

.our-subscriptions__cta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}

@media (min-width: 992px) {
  .our-subscriptions__cta {
    margin-left: calc(33% + 20px);
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .our-subscriptions__cta .button, .our-subscriptions__cta .button--primary, .our-subscriptions__cta .button--secondary, .our-subscriptions__cta .button--tertiary {
    padding-left: 1em;
    padding-right: 1em;
  }
}

.our-subscriptions__cta .button + a, .our-subscriptions__cta .button--primary + a, .our-subscriptions__cta .button--secondary + a, .our-subscriptions__cta .button--tertiary + a {
  margin-top: 10px;
  color: #000000;
  display: inline-block;
}

.meeting-room-container {
  background-color: #f7f7f7;
  padding: 25px 16px 40px 16px;
}

@media (min-width: 992px) {
  .meeting-room-container {
    background: none;
    padding: 0;
    margin-top: 100px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .meeting-room-container__inner {
    background: none;
    width: 750px;
    margin: 0 auto;
    padding: 0 15px;
  }
}

.meeting-room-container__title {
  font-size: 16px;
}

@media (min-width: 768px) {
  .meeting-room-container__title {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .meeting-room-container__title {
    display: none;
  }
}

.meeting-room {
  position: relative;
  border: 2px solid #dadacf;
  margin-top: 10px;
  padding: 0;
}

@media (min-width: 992px) {
  .meeting-room {
    margin: 0;
    border: none;
    padding: 60px 0 140px 0;
  }
}

@media (max-width: 991px) {
  .meeting-room {
    background-color: #FFFFFF;
  }
}

.meeting-room:first-child {
  margin-top: 0;
}

@media (min-width: 992px) {
  .meeting-room:not(.section--grey) .meeting-room__top {
    margin-left: 58.33333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .meeting-room:not(.section--grey) .meeting-room__left, .meeting-room:not(.section--grey) .meeting-room__right {
    float: right;
  }
  .meeting-room:not(.section--grey) .meeting-room__info {
    background-color: #f7f7f7;
  }
}

@media (min-width: 992px) {
  .meeting-room__inner {
    background: none;
    width: 970px;
    margin: 0 auto;
    padding: 0 15px;
  }
}

@media (min-width: 1200px) {
  .meeting-room__inner {
    width: 1170px;
  }
}

@media (min-width: 992px) {
  .meeting-room__top {
    min-height: 135px;
    pointer-events: none;
    max-width: 41.66667%;
  }
}

.meeting-room__title {
  position: relative;
  margin: 0;
  font-size: 14px;
  padding: 18px 15px;
  cursor: pointer;
  z-index: 2;
  line-height: 22.8px;
}

@media (min-width: 992px) {
  .meeting-room__title {
    padding: 0;
    cursor: auto;
    font-size: 18px;
    line-height: 26px;
  }
}

.meeting-room__title:before {
  display: none;
}

@media (min-width: 992px) {
  .meeting-room__title:before {
    display: block;
  }
}

.meeting-room__title:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #000000;
}

.meeting-room__title:after {
  position: absolute;
  font-size: 21px;
  top: 18px;
  right: 15px;
}

@media (min-width: 992px) {
  .meeting-room__title:after {
    display: none;
  }
}

.meeting-room__title span {
  display: none;
}

@media (min-width: 992px) {
  .meeting-room__title span {
    display: block;
  }
}

.meeting-room__persons {
  position: absolute;
  top: 22px;
  right: 45px;
  font-weight: 400;
  font-size: 14px;
  display: none;
}

@media (min-width: 992px) {
  .meeting-room__persons {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 15px;
    display: block;
  }
}

@media (min-width: 992px) {
  .meeting-room__collapse {
    display: block;
    height: auto !important;
  }
}

.meeting-room__split {
  padding: 0 15px 20px 15px;
}

.meeting-room__split:before, .meeting-room__split:after {
  content: " ";
  display: table;
}

.meeting-room__split:after {
  clear: both;
}

@media (min-width: 992px) {
  .meeting-room__split {
    margin: 0 -15px;
    padding: 0;
  }
}

@media (max-width: 991px) {
  .meeting-room__left {
    width: 100%;
    padding: 0;
  }
}

.meeting-room__left .custom-list {
  margin-top: 0;
}

@media (max-width: 991px) {
  .meeting-room__right {
    width: 100%;
    padding: 0;
  }
}

.meeting-room__placeholder {
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .meeting-room__placeholder {
    margin-top: -235px;
    margin-bottom: 30px;
  }
}

.meeting-room__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 992px) {
  .meeting-room__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #FFFFFF;
    padding: 10px;
  }
}

@media (min-width: 1200px) {
  .meeting-room__info {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.meeting-room__button {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 10px;
}

@media (min-width: 992px) {
  .meeting-room__button {
    -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
            order: inherit;
    margin-top: 0;
  }
}

.meeting-room__button .button, .meeting-room__button .button--primary, .meeting-room__button .button--secondary, .meeting-room__button .button--tertiary {
  text-align: center;
  font-size: 12px;
  display: block;
}

@media (min-width: 992px) {
  .meeting-room__button .button, .meeting-room__button .button--primary, .meeting-room__button .button--secondary, .meeting-room__button .button--tertiary {
    white-space: nowrap;
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .meeting-room__button .button, .meeting-room__button .button--primary, .meeting-room__button .button--secondary, .meeting-room__button .button--tertiary {
    font-size: 14px;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

.meeting-room__prices {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background-color: #f7f7f7;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 5px 10px;
}

@media (min-width: 480px) {
  .meeting-room__prices {
    padding: 5px 15px;
  }
}

@media (min-width: 992px) {
  .meeting-room__prices {
    -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
            order: inherit;
    background: none;
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.meeting-room__prices div {
  font-size: 13px;
  line-height: 24px;
  border-left: 1px solid #dadacf;
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (min-width: 480px) {
  .meeting-room__prices div {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1200px) {
  .meeting-room__prices div {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.meeting-room__prices div:first-child {
  padding-left: 0;
  border-left: none;
}

.meeting-room__prices div:last-child {
  padding-right: 0;
}

.meeting-room__prices div span {
  font-family: "Crimson Text", serif;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.meeting-room__action {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  background-color: #D9D9D6;
  text-align: center;
  padding: 15px 10px;
  color: #5B5754;
  font-size: 14px;
  line-height: 16px;
  font-family: "Crimson Text", serif;
  font-weight: 600;
}

@media (min-width: 992px) {
  .meeting-room__action {
    -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
            order: inherit;
    width: 100%;
    padding: 10px;
  }
}

@media (min-width: 1200px) {
  .meeting-room__action {
    width: 100px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .custom-list--meetingroom {
    min-height: 150px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .slider--meetingroom {
    height: 440px !important;
  }
}

.steps {
  position: relative;
  z-index: 1;
}

.steps__wrapper {
  position: relative;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.09);
  padding: 25px 20px;
  position: relative;
}

.steps__wrapper:after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: -23px;
  height: 23px;
  left: 10px;
  right: 10px;
  display: block;
  background-image: url("../images/component-shadow-crop.png");
  background-size: 100% 100%;
  opacity: .8;
}

@media (min-width: 768px) {
  .steps__wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.steps__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .steps__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0;
  }
}

.steps__stroke {
  position: relative;
  display: none;
  top: -20px;
  bottom: 20px;
  background-color: #D9D9D6;
}

@media (min-width: 768px) {
  .steps__stroke {
    top: 4em;
    bottom: 4em;
  }
}

.steps__title {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  max-width: 200px;
  display: table;
  margin: 0 auto 25px auto;
}

@media (min-width: 768px) {
  .steps__title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 60px;
    max-width: 250px;
  }
}

.steps__title:before {
  display: none;
}

.steps__item {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-bottom: 20px;
}

.steps__item:before {
  content: '';
  position: absolute;
  top: 45px;
  left: 22.5px;
  bottom: 0;
  border-left: 1px dotted #D9D9D6;
}

@media (min-width: 768px) {
  .steps__item:before {
    top: 50px;
    left: 0;
    right: 0;
    bottom: auto;
    border-bottom: 1px dotted #D9D9D6;
    border-left: none;
  }
}

@media (min-width: 768px) {
  .steps__item:first-child:before {
    left: 50%;
  }
}

.steps__item:last-child {
  padding-bottom: 0;
}

.steps__item:last-child:before {
  display: none;
}

@media (min-width: 768px) {
  .steps__item:last-child:before {
    right: 50%;
    display: block;
  }
}

@media (min-width: 768px) {
  .steps__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 0 15px;
  }
}

@media (min-width: 1200px) {
  .steps__item {
    padding: 0 50px;
  }
}

.steps__item img {
  position: relative;
  width: 45px;
  height: 45px;
  margin-right: 15px;
  z-index: 1;
}

@media (min-width: 768px) {
  .steps__item img {
    width: 100px;
    height: 100px;
    margin: 0 auto 30px auto;
  }
}

.steps__item p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

@media (min-width: 992px) {
  .steps__item p {
    font-size: 16px;
    line-height: 24px;
  }
}

.steps__item p strong {
  font-size: 14px;
  line-height: 20px;
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@-webkit-keyframes showCounter {
  from {
    opacity: 0;
    color: #D9D9D6;
  }
  to {
    opacity: 1;
    color: #000000;
  }
}

@keyframes showCounter {
  from {
    opacity: 0;
    color: #D9D9D6;
  }
  to {
    opacity: 1;
    color: #000000;
  }
}

.counter__item {
  border-top: 1px solid #003E51;
  padding-top: 10px;
}

@media (min-width: 768px) {
  .counter__item {
    padding-top: 15px;
  }
}

@media (min-width: 1200px) {
  .counter__item {
    max-width: 220px;
  }
}

.counter__number {
  font-size: 40px;
  color: #000000;
  font-family: "Crimson Text", serif;
  font-weight: 600;
  display: block;
  line-height: 1;
  -webkit-transition: color 1500ms ease-in;
  -o-transition: color 1500ms ease-in;
  transition: color 1500ms ease-in;
  visibility: hidden;
}

.counter__number--show {
  visibility: visible;
  -webkit-animation: showCounter 1.5s;
          animation: showCounter 1.5s;
}

@media (min-width: 768px) {
  .counter__number {
    font-size: 45px;
  }
}

@media (min-width: 992px) {
  .counter__number {
    font-size: 70px;
  }
}

.counter__title {
  padding-top: 5px;
  padding-bottom: 20px;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
}

@media (min-width: 768px) {
  .counter__title {
    padding-top: 15px;
  }
}

@media (min-width: 992px) {
  .counter__title {
    padding-top: 20px;
    font-size: 14px;
  }
}

.stacking-plan__filters {
  background-color: #cdcdc9;
  padding: 17px 0;
}

@media (min-width: 992px) {
  .stacking-plan__filters {
    text-align: center;
  }
}

.stacking-plan__filters--disabled {
  cursor: not-allowed;
}

@media (min-width: 992px) {
  .stacking-plan__filters--disabled {
    cursor: default;
  }
}

.stacking-plan__filters--disabled .stacking-plan__dropdown {
  background-color: #F1F1ED;
  pointer-events: none;
}

.stacking-plan__filters form {
  margin: 0;
}

.stacking-plan__filters-label, .stacking-plan__filters-reset {
  margin: 0.35em 0.625em 0.75em;
}

@media (min-width: 992px) {
  .stacking-plan__filters-label, .stacking-plan__filters-reset {
    position: relative;
    top: -10px;
    display: inline-block;
    margin: 0;
  }
}

.stacking-plan__dropdown {
  background-color: #FFFFFF;
  padding: 15px;
  width: 100%;
  position: relative;
  cursor: pointer;
}

.stacking-plan__dropdown:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #000000;
}

.stacking-plan__dropdown:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  font-size: 21px;
}

.stacking-plan__dropdown.collapse-active:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.stacking-plan__collapse {
  background-color: #FFFFFF;
}

.stacking-plan__collapse:before, .stacking-plan__collapse:after {
  content: " ";
  display: table;
}

.stacking-plan__collapse:after {
  clear: both;
}

.stacking-plan__collapse form {
  padding: 0;
}

@media (min-width: 992px) {
  .stacking-plan__collapse .form-group {
    width: auto;
    display: inline-block;
    margin: 0;
  }
}

@media (min-width: 992px) {
  .stacking-plan__collapse .form-group__select {
    margin: 0;
  }
}

.stacking-plan__collapse .button--text {
  margin: 5px 0 10px 0;
  display: inline-block;
}

@media (min-width: 992px) {
  .stacking-plan__collapse .button--text {
    margin: 0;
  }
}

@media (min-width: 992px) {
  .stacking-plan__collapse {
    background-color: transparent;
  }
}

.stacking-plan__container {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 20px 0;
}

.stacking-plan__reel {
  width: 300%;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}

.stacking-plan__reel:before, .stacking-plan__reel:after {
  content: " ";
  display: table;
}

.stacking-plan__reel:after {
  clear: both;
}

.stacking-plan__reel--1 {
  -webkit-transform: translateX(-33.33%);
      -ms-transform: translateX(-33.33%);
          transform: translateX(-33.33%);
}

.stacking-plan__reel--2 {
  -webkit-transform: translateX(-66.66%);
      -ms-transform: translateX(-66.66%);
          transform: translateX(-66.66%);
}

@media (min-width: 992px) {
  .stacking-plan__reel--2 {
    -webkit-transform: translateX(-33.33%);
        -ms-transform: translateX(-33.33%);
            transform: translateX(-33.33%);
  }
}

.stacking-plan__reel--no-transition {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.stacking-plan__object {
  width: 33.33%;
  float: left;
}

@media (min-width: 992px) {
  .stacking-plan__object {
    padding: 0 5%;
  }
}

@media (min-width: 992px) {
  .stacking-plan__object--detailed {
    margin-right: -28%;
  }
  .stacking-plan__object--detailed .stacking-plan__view {
    width: 33%;
  }
}

@media (min-width: 992px) {
  .stacking-plan__object--detailed figure {
    margin-left: -12%;
  }
}

.stacking-plan__object--detailed .button--back {
  display: block;
  text-align: center;
}

.stacking-plan__view {
  width: 100%;
  position: relative;
}

@media (min-width: 992px) {
  .stacking-plan__view {
    margin-top: 50px;
  }
}

.stacking-plan__view img {
  width: 100%;
}

@media all and (-ms-high-contrast: none) {
  .stacking-plan__view img {
    ms-interpolation-mode: nearest-neighbor;
  }
}

.stacking-plan__overlay {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.stacking-plan__overlay polygon {
  fill: rgba(249, 149, 99, 0.45);
  stroke: #F99563;
  stroke-location: inside;
  stroke-width: 10;
  cursor: pointer;
}

.stacking-plan__overlay polygon:hover, .stacking-plan__overlay polygon:focus, .stacking-plan__overlay polygon.active {
  fill: rgba(0, 62, 81, 0.8);
  stroke: #003E51;
}

.stacking-plan__detail {
  background-color: #FFFFFF;
  padding: 15px;
  position: relative;
  margin: 80px 0 20px 0;
}

@media (min-width: 992px) {
  .stacking-plan__detail {
    margin: 0;
    padding: 15px 25px;
  }
}

.stacking-plan__detail-title {
  border-bottom: 1px solid #000000;
  position: relative;
  margin-bottom: 15px;
}

.stacking-plan__detail-title h1,
.stacking-plan__detail-title h2,
.stacking-plan__detail-title h3,
.stacking-plan__detail-title h4,
.stacking-plan__detail-title h5,
.stacking-plan__detail-title h6 {
  color: #000000;
  font-size: 15px;
}

@media (min-width: 992px) {
  .stacking-plan__detail-title h1,
  .stacking-plan__detail-title h2,
  .stacking-plan__detail-title h3,
  .stacking-plan__detail-title h4,
  .stacking-plan__detail-title h5,
  .stacking-plan__detail-title h6 {
    font-size: 21px;
  }
}

.stacking-plan__detail-back {
  position: absolute;
  top: -90px;
  left: -15px;
  color: #FFFFFF;
}

.stacking-plan__detail-back:before, .stacking-plan__detail-back:after {
  color: #FFFFFF;
}

@media (min-width: 992px) {
  .stacking-plan__detail-back {
    top: -30px;
    left: -310px;
  }
}

@media (min-width: 1200px) {
  .stacking-plan__detail-back {
    top: -30px;
    left: -370px;
  }
}

.stacking-plan__detail-tablerow {
  border-bottom: 1px solid #dadacf;
  padding: 16px 0;
  font-size: 14px;
}

.stacking-plan__detail-tablerow span {
  display: inline-block;
  font-weight: bold;
  float: right;
  text-align: right;
  font-size: 15px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .stacking-plan__detail-tablerow span {
    width: 100%;
    text-align: left;
    float: none;
    margin-top: 10px;
  }
}

.stacking-plan__detail-tablerow:last-child {
  border-bottom: none;
}

.stacking-plan__detail-map {
  margin: 35px 0 15px 0;
  padding: 0px 15px 15px;
  background-color: #F1F1ED;
  min-height: 200px;
}

@media (min-width: 992px) {
  .stacking-plan__detail-map {
    padding: 0px 25px 35px;
  }
}

.stacking-plan__detail-map-nav {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.stacking-plan__detail-map-nav .flickity-viewport {
  width: 100%;
  height: 100%;
}

.stacking-plan__detail-map-slider > .flickity-viewport {
  -webkit-transition: height .3s ease;
  -o-transition: height .3s ease;
  transition: height .3s ease;
  height: 400px !important;
}

.stacking-plan__detail-map-slider > .flickity-viewport > .flickity-slider {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  height: 400px;
}

.stacking-plan__detail-map-slider > .flickity-viewport > .flickity-slider .slider__image img {
  width: 100vh;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.stacking-plan__detail-map-slider > .flickity-viewport > .flickity-slider .slider {
  min-height: 400px;
}

.stacking-plan__detail-map-slider > .flickity-viewport > .flickity-slider .slider .flickity-viewport {
  height: 100%;
}

.stacking-plan__detail-map-slider > .flickity-page-dots,
.stacking-plan__detail-map-slider > .flickity-prev-next-button {
  display: none;
}

.stacking-plan__detail-map-slide {
  width: 100%;
  left: 0 !important;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  z-index: -1;
}

.stacking-plan__detail-map-slide.is-selected {
  opacity: 1;
  z-index: 0;
}

.stacking-plan__detail-map-img {
  width: 100%;
  display: block;
  position: relative;
}

.stacking-plan__detail-map-img img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}

@media (min-width: 769px) {
  .stacking-plan__detail-map-img img {
    margin: auto;
    max-width: 100%;
    display: block;
  }
}

.stacking-plan__detail-map-img-zoom {
  text-align: center;
  background: rgba(217, 217, 214, 0.4);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  width: 44px;
  height: 44px;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  cursor: pointer;
}

.stacking-plan__detail-map-img-zoom:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #FFFFFF;
}

.stacking-plan__detail-map-img-zoom:after {
  display: inline-block;
  font-size: 32px;
  line-height: 44px;
}

.stacking-plan__detail-map-footer {
  padding-top: 20px;
}

@media (min-width: 768px) {
  .stacking-plan__detail-map-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.stacking-plan__detail-map-legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .stacking-plan__detail-map-legend {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 0;
  }
}

.stacking-plan__detail-map-download {
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .stacking-plan__detail-map-download {
    width: auto;
    margin-right: 5px;
  }
}

.stacking-plan__nav {
  display: table;
  margin: 10px auto 0 auto;
}

.stacking-plan__nav:before, .stacking-plan__nav:after {
  content: " ";
  display: table;
}

.stacking-plan__nav:after {
  clear: both;
}

.stacking-plan__nav--disabled {
  display: none;
}

.stacking-plan__nav li {
  float: left;
  background-color: #FFFFFF;
  padding: 6px;
  border: 1px solid #000000;
  border-right-width: 0;
  line-height: 1.2em;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

.stacking-plan__nav li:hover {
  background-color: #f2f2f2;
}

.stacking-plan__nav li:active, .stacking-plan__nav li:focus {
  background-color: #e6e6e6;
}

.stacking-plan__nav li.active {
  background-color: #003E51;
  color: #FFFFFF;
}

.stacking-plan__nav li.active span {
  color: #FFFFFF;
}

.stacking-plan__nav li span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 11.2px;
  line-height: 1.2em;
  font-weight: normal;
  color: #646464;
}

.stacking-plan__nav li:last-child {
  border-right-width: 1px;
}

.stacking-plan__fieldset {
  border: none;
  width: 100%;
}

@media (min-width: 992px) {
  .stacking-plan__fieldset {
    width: auto;
    display: inline;
    padding: 0 0.625em 0;
  }
}

.stacking-plan__fieldset select {
  display: block;
}

.stacking-plan__error {
  text-align: center;
  position: relative;
}

.stacking-plan__error--lightbox {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  background: #FFFFFF;
  padding: 45px 20px;
  -webkit-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.09);
}

@media (min-width: 768px) {
  .stacking-plan__error--lightbox {
    min-width: 750px;
  }
}

.stacking-plan__error-inner {
  max-width: 500px;
  margin: 0 auto;
}

.stacking-plan__error-title {
  font-size: 18px;
  line-height: 26px;
}

.stacking-plan__error-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.stacking-plan__error-contact .author {
  margin-bottom: 0;
}

.stacking-plan__error-contact, .stacking-plan__error-cta {
  margin-top: 35px;
}

.is-flickity-fullscreen .stacking-plan__container {
  overflow: visible;
}

.is-flickity-fullscreen .stacking-plan__reel {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  will-change: auto !important;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.is-flickity-fullscreen .stacking-plan__detail-map-slider {
  z-index: 31;
  padding: 20px;
  background-color: #FFFFFF;
}

@media (min-width: 768px) {
  .is-flickity-fullscreen .stacking-plan__detail-map-slider {
    padding: 50px;
  }
}

.is-flickity-fullscreen .stacking-plan__detail-map-slider .flickity-viewport {
  height: 90vh !important;
}

.is-flickity-fullscreen .stacking-plan__detail-map-slider .flickity-viewport .flickity-slider {
  height: 90vh !important;
}

.is-flickity-fullscreen .stacking-plan__detail-map-slider .stacking-plan__detail-map-slide {
  height: 100%;
}

.is-flickity-fullscreen .stacking-plan__detail-map-slider .stacking-plan__detail-map-slide .stacking-plan__detail-map-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 65%;
}

@media (min-width: 768px) {
  .is-flickity-fullscreen .stacking-plan__detail-map-slider .stacking-plan__detail-map-slide .stacking-plan__detail-map-img {
    height: 83%;
  }
}

.is-flickity-fullscreen .stacking-plan__detail-map-slider .stacking-plan__detail-map-slide .stacking-plan__detail-map-img > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.is-flickity-fullscreen .stacking-plan__detail-map-slider > .flickity-prev-next-button {
  display: block;
}

.is-flickity-fullscreen .stacking-plan__detail-map-slider > .flickity-prev-next-button.previous {
  margin-left: -10px;
}

.is-flickity-fullscreen .stacking-plan__detail-map-slider > .flickity-prev-next-button.next {
  margin-right: -10px;
}

.is-flickity-fullscreen .stacking-plan__detail-map-slider > .flickity-prev-next-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.is-flickity-fullscreen .stacking-plan__detail-map-slider > .flickity-page-dots {
  display: block;
}

.is-flickity-fullscreen .stacking-plan__detail-map-slider > .flickity-page-dots .dot {
  background-color: #dadacf;
}

.is-flickity-fullscreen .stacking-plan__detail-map-slider > .flickity-page-dots .dot.is-selected {
  background-color: #FFFFFF;
}

.is-flickity-fullscreen .stacking-plan__detail-map-slider .slider {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.is-flickity-fullscreen .stacking-plan__detail-map-slider .slider > .flickity-prev-next-button {
  top: auto;
  bottom: 10px;
}

.is-flickity-fullscreen .stacking-plan__detail-map-slider .slider > .flickity-prev-next-button.previous {
  left: 50%;
  -webkit-transform: translateX(-110%);
      -ms-transform: translateX(-110%);
          transform: translateX(-110%);
}

.is-flickity-fullscreen .stacking-plan__detail-map-slider .slider > .flickity-prev-next-button.next {
  right: 50%;
  -webkit-transform: translateX(110%);
      -ms-transform: translateX(110%);
          transform: translateX(110%);
}

.widget {
  margin-bottom: 120px;
}

@media (min-width: 992px) {
  .widget {
    margin-bottom: 90px;
  }
}

.widget__container {
  background-color: #FFFFFF;
  margin-bottom: -120px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(218, 218, 207, 0.4);
          box-shadow: 0 2px 10px 0 rgba(218, 218, 207, 0.4);
  padding: 10px;
}

@media (min-width: 992px) {
  .widget__container {
    padding: 30px;
  }
}

.widget__form {
  background-color: #f7f7f7;
  padding: 30px;
  min-height: 200px;
  margin: 0;
}

@media (min-width: 992px) {
  .widget__form {
    text-align: center;
  }
}

.widget__label, .widget__input {
  display: inline-block;
  float: left;
  margin: 5px 10px;
  width: 100%;
}

@media (min-width: 992px) {
  .widget__label, .widget__input {
    width: auto;
    margin: 0 10px;
  }
}

.widget__input input[type="submit"] {
  margin-top: 20px;
}

@media (min-width: 992px) {
  .widget__label {
    line-height: 52px;
  }
}

.widget__fieldset {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  padding: 0;
}

@media (min-width: 992px) {
  .widget__fieldset {
    width: auto;
    padding: 5px 0;
  }
}

.widget__fieldset > div {
  display: inline-block;
}

.widget__fieldset--hidden {
  display: none;
}

.widget__fieldset--button {
  display: table;
  margin: 0 auto;
}

.widget__section--hidden {
  display: none;
}

.widget__result {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  text-align: left;
}

@media (min-width: 768px) {
  .widget__result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.widget__result-image img {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .widget__result-image img {
    height: 125px;
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.widget__result-title {
  text-transform: none;
  font-size: 19.5px;
}

.widget__result-title:before {
  content: none;
}

.widget__result-content {
  padding: 15px;
}

@media (min-width: 768px) {
  .widget__result-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.widget__result-content a {
  display: inline-block;
  margin-top: 15px;
}

@media (min-width: 992px) {
  .widget__result-content a {
    float: right;
    margin-top: 0;
  }
}

.search-results-header__search {
  position: fixed;
  top: 70px;
  left: 0;
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  background-color: #f7f7f7;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  position: relative;
  max-width: 100%;
  background-color: transparent;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  top: inherit;
  left: inherit;
  padding: 0;
}

.search-results-header__search--open {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.search-results-header__search .form-group {
  margin: 0;
  width: 55%;
  display: inline-block;
}

@media (min-width: 480px) {
  .search-results-header__search .form-group {
    width: 70%;
  }
}

.search-results-header__search input[type='search'] {
  width: 100%;
  padding-left: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0;
}

.search-results-header__search i.search-results-header__search-icon {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.search-results-header__search i.search-results-header__search-icon:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #000000;
}

.search-results-header__search i.search-results-header__search-icon:before {
  font-size: 18px;
}

.search-results-header__search i.search-results-header__search-icon:hover {
  opacity: 0.6;
}

.search-results-header__search i.search-results-header__search-icon:active {
  opacity: 1;
}

.search-results-header__search-button {
  max-width: 20%;
  display: inline-block;
  margin-left: 10px;
}

@media (min-width: 480px) {
  .search-results-header__search-button {
    margin-left: 20px;
  }
}

.search-results-header__count {
  color: #5B5754;
}

.search-results-list__item {
  padding: 2em 0 3em 0;
  position: relative;
}

.search-results-list__item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.5em;
  width: 100%;
  height: 1px;
  background: black;
}

.search-results-list__item a {
  color: #003E51;
  text-decoration: underline;
  overflow-wrap: break-word;
}

.search-results-list__nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2em 0 6em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .search-results-list__nav button {
    padding: 0.8em 1em;
  }
}

@media (max-width: 768px) {
  .search-results-list__nav button span {
    display: none;
  }
}

.search-results-list__nav .previous {
  float: left;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.search-results-list__nav .previous:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #fff;
}

.search-results-list__nav .previous:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  display: inline-block;
}

.search-results-list__nav .next {
  float: right;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.search-results-list__nav .next:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #fff;
}

.search-results-list__nav .next:after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: inline-block;
}

.search-results-list__nav ol {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0;
  list-style: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 98px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
}

@media (min-width: 480px) {
  .search-results-list__nav ol {
    width: auto;
    padding: 0;
  }
}

.search-results-list__nav ol li {
  margin: 0 1em;
  display: inline-block;
}

.search-results-list__nav ol li a {
  color: #000000;
}

.search-results-list__nav ol li.active a {
  font-weight: bold;
}

.gallery__item {
  padding: 5px;
  margin-bottom: 20px;
}

.gallery__item figure {
  position: relative;
  height: 0;
  padding-bottom: 80%;
  background-color: #F1F1ED;
  overflow: hidden;
}

.gallery__item--masonry div:nth-child(1) figure {
  padding-bottom: 49%;
  margin-bottom: 2%;
}

.gallery__item--masonry div:nth-child(2) figure {
  margin-right: 2%;
}

.gallery__item--masonry div:nth-child(2) figure, .gallery__item--masonry div:nth-child(3) figure {
  padding-bottom: 29%;
  width: 49%;
  float: left;
}

.gallery button.flickity-prev-next-button {
  -webkit-transition: background-color .3s, opacity .3s;
  -o-transition: background-color .3s, opacity .3s;
  transition: background-color .3s, opacity .3s;
}

.gallery:hover button.flickity-prev-next-button {
  background-color: #FFFFFF;
}

@media (max-width: 768px) {
  .gallery .container-fluid {
    padding: 0;
  }
}

.faq__container {
  margin: 20px 0;
}

.faq__item {
  border: 2px solid #f7f7f7;
  border-bottom-color: #FFFFFF;
  -webkit-transition: border-color .3s ease;
  -o-transition: border-color .3s ease;
  transition: border-color .3s ease;
}

.faq__item:last-child {
  border-bottom-color: #f7f7f7;
}

.faq__item:last-child.faq__item--active {
  border-bottom-color: #000000;
}

.faq__item--hidden {
  display: none;
  opacity: 0;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.faq__item--fade-in {
  -webkit-animation: fadeIn .3s ease;
          animation: fadeIn .3s ease;
}

.faq__item--active {
  border-color: #000000;
}

.faq__item--active:first-child {
  border-top-color: #000000;
}

.faq__item--active + .faq__item--active {
  border-top-color: transparent;
  margin-top: -1px;
}

.faq__header {
  cursor: pointer;
}

.faq__header > div {
  padding: 20px 60px 20px 20px;
  position: relative;
  font-weight: bold;
}

.faq__header > div:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #000000;
}

.faq__header > div:after {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 21px;
  margin: -4px 0;
}

.faq__content > div {
  padding: 0 20px 20px 20px;
}

.faq__content > div > *:first-child {
  margin-top: 0;
}

.faq__content > div > *:last-child {
  margin-bottom: 0;
}

.faq__content ul {
  margin-left: 20px;
}

.faq__content ul li {
  list-style: disc;
}

.facilities__navigation {
  margin-bottom: 20px;
}

.facilities__navigation:before, .facilities__navigation:after {
  content: " ";
  display: table;
}

.facilities__navigation:after {
  clear: both;
}

@media (min-width: 1201px) {
  .facilities__navigation {
    margin-bottom: 80px;
  }
}

.facilities__nav-item {
  background-color: #FFFFFF;
  display: inline-block;
  float: left;
  padding: 5px 10px;
  margin: 0 10px 5px 0;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}

.facilities__nav-item:hover {
  background-color: #f2f2f2;
}

.facilities__nav-item:focus, .facilities__nav-item:active {
  background-color: #e6e6e6;
}

.facilities__nav-item--active {
  color: #F99563;
}

.facilities__item {
  width: 100%;
  display: block;
}

@media (min-width: 1201px) {
  .facilities__item .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.facilities__item .logo-overview {
  margin-top: 50px;
}

.facilities__item--boxed {
  background-color: #FFFFFF;
}

.facilities__icon {
  width: 100px;
  height: 100px;
  display: inline-block;
  margin: 0 10px 0 0;
  float: left;
  font-size: 90px;
  padding: 5px;
  color: #003E51;
}

.facilities__image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 80%;
}

.facilities__image .team__image {
  max-width: 2000px !important;
  height: 110%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
}

@media (min-width: 1201px) {
  .facilities__image {
    max-height: 100%;
    width: auto;
  }
}

.facilities__image--basic {
  margin: 20px 0;
  width: 100%;
}

@media (min-width: 1201px) {
  .facilities__image--basic {
    margin: 0;
  }
}

.facilities__content {
  padding: 30px;
}

@media (min-width: 1201px) {
  .facilities__content {
    padding: 40px 40px 40px 10px;
  }
}

.facilities__column--middle {
  -ms-flex-item-align: center;
      align-self: center;
}

.facilities__column--bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 10px;
}

.facilities__subtitle {
  width: calc(100% - 110px);
  display: inline-block;
  text-transform: uppercase;
}

.facilities__slider .facilities__item {
  margin: 0 20px;
}

@media (max-width: 767px) {
  .facilities__slider {
    padding: 20px;
  }
}

.facilities__slider .flickity-prev-next-button.previous {
  margin-left: -50px;
}

@media (max-width: 767px) {
  .facilities__slider .flickity-prev-next-button.previous {
    margin-left: -23px;
  }
}

.facilities__slider .flickity-prev-next-button.next {
  margin-right: -50px;
}

@media (max-width: 767px) {
  .facilities__slider .flickity-prev-next-button.next {
    margin-right: -23px;
  }
}

.facilities__slider .flickity-slider {
  height: auto;
}

.press__item {
  position: relative;
  background-color: #f7f7f7;
}

.press__content {
  padding: 30px 20px;
  margin-bottom: 35px;
}

.press__content > * {
  margin-top: 0;
}

.press__image {
  display: block;
  width: 100%;
  cursor: pointer;
}

.jumbotron--post img {
  width: 100%;
  height: auto;
}

.post .time {
  font-weight: bold;
  display: inline-block;
  padding-bottom: 5px;
}

.post h2:before, .post h3:before, .post h4:before, .post h5:before, .post h6:before {
  content: "";
  display: none;
}

.post .button, .post .button--primary, .post .button--secondary, .post .button--tertiary {
  margin: 1.5em 0 1.5em 0;
}

.post img {
  display: inline-block;
  padding: 1.5em 0 1.5em 0;
}

.post ul {
  margin-left: 30px;
}

.post ul li {
  list-style: disc;
}

.posts-upcoming .card__content {
  padding: 22px 0px 22px 0px;
}

.posts-upcoming h4 {
  font-size: 14px;
}

.posts-upcoming p {
  margin: 0;
}

.tenant-overview__filters {
  background: #ededeb;
  padding: 10px 20px;
  margin-bottom: 25px;
}

.tenant-overview__filters:before, .tenant-overview__filters:after {
  content: " ";
  display: table;
}

.tenant-overview__filters:after {
  clear: both;
}

.tenant-overview__input, .tenant-overview__label {
  width: 100%;
}

@media (min-width: 768px) {
  .tenant-overview__input, .tenant-overview__label {
    display: inline-block;
    float: left;
    width: auto;
  }
}

.tenant-overview__input {
  margin: 0 0 10px 0;
}

@media (min-width: 768px) {
  .tenant-overview__input {
    margin: 0 0 0 20px;
    min-width: 225px;
  }
}

.tenant-overview__reset {
  float: left;
  line-height: 1.55em;
}

@media (min-width: 768px) {
  .tenant-overview__reset {
    float: right;
    margin: 1em 0;
  }
}

.tenant-overview__item {
  background-color: #FFFFFF;
  padding: 15px 20px 20px 20px;
  margin-bottom: 25px;
  min-height: 315px;
  height: 400px;
}

@media (max-width: 1199px) {
  .tenant-overview__item {
    min-height: 315px;
  }
}

.tenant-overview__title {
  margin-bottom: 5px;
}

.tenant-overview__title:before {
  display: none;
}

.tenant-overview__image {
  height: 80px;
  margin: 0 -20px;
  width: calc(100% + 40px);
  margin-bottom: 0;
  position: relative;
}

.tenant-overview__image:after {
  content: " ";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20px;
  background-color: rgba(217, 217, 214, 0.5);
}

.tenant-overview__image img {
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
  margin: 40px auto 0 auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: table;
}

.tenant-overview__list {
  margin-bottom: 15px;
}

.tenant-overview__list li {
  font-size: 14px;
}

.tenant-overview__list li span {
  display: inline-block;
  min-width: 80px;
}

.tenant-overview__link {
  color: #003E51;
  text-decoration: underline;
  word-break: break-word;
}

.stackingplan-light .stacking-plan__container {
  overflow: visible;
}

.stackingplan-light .stacking-plan__container .stacking-plan__tooltip {
  position: absolute;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  text-transform: uppercase;
  font-family: "NewsGothicMTStd", "Open Sans", sans-serif, sans-serif;
}

.stackingplan-light .stacking-plan__container .stacking-plan__tooltip:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 30px;
  background: #000;
  left: 50%;
  top: 30px;
}

.stackingplan-light .stacking-plan__container .stacking-plan__reel {
  width: 100%;
}

.stackingplan-light .stacking-plan__container .stacking-plan__reel .stacking-plan__object {
  width: 100%;
}

.stackingplan-light .stacking-plan__container .stacking-plan__reel .stacking-plan__object polygon {
  stroke-width: 5;
  fill: rgba(0, 62, 81, 0.3);
  stroke: #003E51;
}

.stackingplan-light .stacking-plan__container .stacking-plan__reel .stacking-plan__object polygon:hover, .stackingplan-light .stacking-plan__container .stacking-plan__reel .stacking-plan__object polygon.is_primary {
  fill: rgba(249, 149, 99, 0.3);
  stroke: #F99563;
}

.stackingplan-light .no-padding {
  padding: 0;
}

.stackingplan-light .visible {
  visibility: visible !important;
}

.stackingplan-light .invisible {
  visibility: hidden !important;
  height: 0;
  overflow: hidden;
}

.stackingplan-light .detail .row.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.stackingplan-light .detail .row.display-flex:before, .stackingplan-light .detail .row.display-flex:after {
  content: none;
}

.stackingplan-light .detail .row.display-flex > [class*='col-'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.stackingplan-light .detail-image {
  height: 100%;
  position: relative;
}

.stackingplan-light .detail-image img {
  top: 50%;
  position: absolute;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media (max-width: 767px) {
  .stackingplan-light .detail-image {
    height: 300px;
  }
  .stackingplan-light .detail-image img {
    position: relative;
    top: 5%;
    height: 90%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.stackingplan-light .detail .popup {
  background: #f7f7f7;
}

.stackingplan-light .detail .popup .glide {
  overflow: hidden;
  position: relative;
}

.stackingplan-light .detail .popup .glide.fullscreen {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 500;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: visible;
}

.stackingplan-light .detail .popup .glide.fullscreen .detail-slide__image {
  height: 80vh;
}

.stackingplan-light .detail .popup .glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -ms-touch-action: pan-Y;
      touch-action: pan-Y;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  will-change: transform;
}

.stackingplan-light .detail .popup .glide__slides .detail-slide__image {
  background-color: #fff;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 420px;
  position: relative;
}

.stackingplan-light .detail .popup .glide__slides .detail-slide__image .detail-slider__zoom {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 5px;
  border: none;
  border-radius: 5px;
}

.stackingplan-light .detail .popup .glide__slides .detail-slide__image .detail-slider__zoom svg {
  height: 18px;
}

.stackingplan-light .detail .popup .glide .detail-slider-arrow {
  position: absolute;
  top: calc(50% - 24px);
}

.stackingplan-light .detail .popup .glide .detail-slider-arrow button {
  background: rgba(91, 87, 84, 0.3);
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.stackingplan-light .detail .popup .glide .detail-slider-arrow button svg path {
  fill: white;
}

.stackingplan-light .detail .popup .glide .detail-slider-arrow.detail-slider-arrow__previous {
  left: 10px;
}

.stackingplan-light .detail .popup .glide .detail-slider-arrow.detail-slider-arrow__next {
  right: 10px;
}

.stackingplan-light .detail .popup-content {
  padding: 0px 40px;
}

.stackingplan-light .detail .popup-content h3 {
  border-bottom: 1px solid;
  line-height: 50px;
  margin-top: 10px;
}

.stackingplan-light .detail .popup-content h3:before {
  display: none;
}

.stackingplan-light .detail .popup-content .padding-left-desktop {
  padding-left: 20px;
}

@media (max-width: 767px) {
  .stackingplan-light .detail .popup-content .padding-left-desktop {
    padding-left: 0;
  }
}

.stackingplan-light .detail .popup-bottom {
  width: 100%;
  background: white;
  padding: 0px 25px;
}

@media (max-width: 991px) {
  .stackingplan-light .detail .popup-bottom {
    height: auto;
    padding: 10px 25px;
  }
}

@media (max-width: 991px) {
  .stackingplan-light .detail .popup .row {
    margin-left: -16px;
    margin-right: -16px;
  }
}

.stackingplan-light .detail .button, .stackingplan-light .detail .button--primary, .stackingplan-light .detail .button--secondary, .stackingplan-light .detail .button--tertiary {
  font-weight: 700;
  background-color: #003E51;
  color: #FFFFFF;
  line-height: 1.5em;
  border-radius: 5px;
  padding: 0.8em 2.4em;
  text-transform: uppercase;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  font-size: 13px;
}

.stackingplan-light .detail .button--orange {
  background-color: #f99563;
  margin-top: 10px;
  margin-bottom: 50px;
  width: 100%;
  text-align: center;
}

.stackingplan-light .detail .button--center {
  width: 100%;
  text-align: center;
  margin: 20px 0;
}

@media (max-width: 991px) {
  .stackingplan-light .detail .button--center {
    margin: 10px 0;
  }
}

.stackingplan-light .detail .button--back {
  color: white;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.stackingplan-light .detail .button--back:before {
  color: white;
}

.stackingplan-light .stacking-plan__tabs .icon-compass {
  display: none;
}

.stackingplan-light .stacking-plan__tabs .icon-compass:before {
  font-size: 34px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
      -ms-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.stackingplan-light .stacking-plan__tabs .icon-compass.compass-active {
  display: block;
}

.stackingplan-light .stacking-plan__tabs .icon-compass.left-top:before {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
      -ms-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}

.stackingplan-light .stacking-plan__tabs .icon-compass.left-bottom:before {
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
      -ms-transform: translate(-50%, -50%) rotate(-180deg);
          transform: translate(-50%, -50%) rotate(-180deg);
}

.stackingplan-light .stacking-plan__tabs .icon-compass.right-top:before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
      -ms-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.stackingplan-light .stacking-plan__tabs .icon-compass.right-bottom:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
