/*
Theme Name: WHG WynCorp
Theme URI: http://wyndhamworldwide.com
Author: Chalk
Author URI: http://madebychalk.com
Description: . Wyndham Official Theme
Version: 1.0
Tags: responsive, clean, minimal, modern, documentation
*/

/* Vendor */

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Partials */

:root {


  /* 
   * Layout 
   */

  /* Breakpoints  */

  /* Widths  */


  /* 
   * Colors 
   */

  /* Neutral */ /* lighter */ /* darker */

  /* Brand */ /* main */ /* lighter */ /* darker */
  

  /* 
   * Typography 
   */
}

@media (min-width: 1024px) {

  :root {
    --typeBase: 1.5rem;
  }
}

.screen-reader-text {
  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;
}

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

.center-self {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {

  .display-mobile {
    display: none;
  }
}

@media (max-width: 1023px) {

  .display-desktop--up {
    display: none;
  }
}

html {
  font-size: 62.5%; /* makes rems to px easy to convert (ex. 1.6rem === 16px) */
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "HCo Gotham SSm", "Helvetica", Arial, sans-serif;
  font-family: "HCo Gotham SSm", "Helvetica", Arial, sans-serif;
}

body .type--small {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 20px;
      line-height: 2rem;
    }

body .type--medium,
    body .type--medium p {
      line-height: 24px;
      line-height: 2.4rem;
    }

@media (min-width: 1024px) {

  body .type--medium,
    body .type--medium p {
    line-height: 2.6rem;
  }
}

body .type--large,
    body .type--large p {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 24px;
      line-height: 2.4rem;
}

@media (min-width: 1024px) {

  body .type--large,
    body .type--large p {
    font-size: 1.8rem;
    line-height: 3.4rem;
  }
}

body .content {
    color: #555555;
    color: #555555;
}

a {
  color: #095091;
  color: #095091;
  font-weight: 700;
  position: relative;
  text-decoration: none;
}

@media (min-width: 1024px) {

  .content a:hover::after, .global-footer__top a:hover::after, .colophon a:hover::after {
    background-color: #93e1ff;
    background-color: #93e1ff;
    content: '';
    bottom: -0.2rem;
    display: block;
    height: 0.2rem;
    left: 0;
    position: absolute;
    width: 100%;
  }
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
.heading-h1,
.heading-h2,
.heading-h3,
.heading-h4,
.heading-h5 {
  color: #222222;
  color: #222222;
  display: block;
  margin: 0;
}

.mega-heading,
.heading-h1,
.heading-h2,
.heading-h3,
.heading-h4,
.heading-h5 {
  display: block;
}

.mega-heading {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 38px;
  line-height: 3.8rem;
  letter-spacing: -3px;
  letter-spacing: -0.3rem;
}

@media (min-width: 1024px) {

  .mega-heading {
    font-size: 8.4rem;
    line-height: 8.4rem;
  }
}

h1,
.heading-h1 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 34px;
  line-height: 3.4rem;
}

@media (min-width: 1024px) {

  h1,
.heading-h1 {
    font-size: 5.8rem;
    line-height: 6.8rem;
    letter-spacing: -0.2rem;
  }
}

.content h1,
  .content.type--large h1,
  .content .heading-h1,
  .content.type--large .heading-h1 {
    margin: 40px 0 15px;
    margin: 4rem 0 1.5rem;
}

@media (min-width: 1024px) {

  .content h1,
  .content.type--large h1,
  .content .heading-h1,
  .content.type--large .heading-h1 {
    margin: 7.2rem 0 2.4rem;
  }
}

@media (min-width: 1024px) {

  .content h1, .content .heading-h1 {
    margin: 7.2rem 0 2.4rem;
  }
}

@media (min-width: 1024px) {

  .content.type--large h1, .content.type--large .heading-h1 {
    margin-top: 8.8rem;
  }
}

h2,
.heading-h2 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: -1px;
  letter-spacing: -0.1rem;
  line-height: 28px;
  line-height: 2.8rem;
  text-transform: uppercase;
}

@media (min-width: 1024px) {

  h2,
.heading-h2 {
    font-size: 3.8rem;
    line-height: 4.4rem;
  }
}

.content h2, .content .heading-h2 {
    margin: 35px 0 10px;
    margin: 3.5rem 0 1rem;
}

.content h2 + p, .content .heading-h2 + p {
      margin-top: 0;
    }

@media (min-width: 1024px) {

  .content h2, .content .heading-h2 {
    margin: 7rem 0 3rem;
  }
}

h3,
.heading-h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 34px;
  line-height: 3.4rem;
  letter-spacing: -0.5px;
  letter-spacing: -0.05rem;
  text-transform: uppercase;
}

@media (min-width: 1024px) {

  h3,
.heading-h3 {
    font-size: 3.2rem;
    line-height: 3.8rem;
  }
}

.content h3, .content .heading-h3 {
    margin: 50px 0 10px;
    margin: 5rem 0 1rem;
}

.content h3 + p, .content .heading-h3 + p {
      margin-top: 0;
    }

@media (min-width: 1024px) {

  .content h3, .content .heading-h3 {
    margin: 7.2rem 0 3.2rem;
  }
}

h4,
.heading-h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 26px;
  line-height: 2.6rem;
}

@media (min-width: 1024px) {

  h4,
.heading-h4 {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}

.content h4, .content .heading-h4 {
    margin: 24px 0 24px;
    margin: 2.4rem 0 2.4rem;
}

h5,
.heading-h5 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 26px;
  line-height: 2.6rem;
}

.content h5, .content .heading-h5 {
    margin: 34px 0 0;
    margin: 3.4rem 0 0;
  }

@media (min-width: 1024px) {

  .content h5, .content .heading-h5 {
    margin: 4rem 0 1rem;
  }
}

.content h5 + p, .content .heading-h5 + p {
      margin-top: 0;
}

p {
  /* line-height: 3.4rem; */
  /* line-height: 2.4rem; */
  color: #555555;
  color: #555555;
  margin: 0;
}

.content p {
    margin: 24px 0;
    margin: 2.4rem 0;
    line-height: 24px;
    line-height: 2.4rem;
  }

@media (min-width: 1024px) {

  .content p {/*
margin: 2.4rem 0 3.2rem;
*/
    line-height: 2.6rem;
    margin: 2rem 0;
  }
}

.type--large p {
    color: #555555;
    color: #555555;
    margin: 15px 0;
    margin: 1.5rem 0;
}

@media (min-width: 1024px) {

  .type--large p {
    margin: 3.2rem 0 3.2rem;
  }
}

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

.content ul {
    margin: 40px 0;
    margin: 4rem 0;
    padding-left: 20px;
    padding-left: 2rem;
  }

@media (min-width: 1024px) {

  .content ul {
    margin: 4.5rem 0;
  }
}

.content ul li {
      margin-bottom: 20px;
      margin-bottom: 2rem;
      position: relative;
}

@media (min-width: 1024px) {

  .content ul li {/*
margin: 4.5rem 0;
*/
  }
}

.content ul li::before {
  background-color: #222222;
  background-color: #222222;
  border-radius: 9999px;
  content: '';
  display: block;
  left: -20px;
  left: -2rem;
  position: absolute;
  height: 5px;
  height: 0.5rem;
  top: 10px;
  top: 1rem;
  width: 5px;
  width: 0.5rem;
}

//Forms
.global-search ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #ffffff;
  color: #ffffff;
}

.global-search :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #ffffff;
  color: #ffffff;
  opacity: 1;
}

.global-search :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff;
  color: #ffffff;
}

.global-search ::-ms-input-placeholder { /* Microsoft Edge */
  color: #ffffff;
  color: #ffffff;
}

.global-search ::-webkit-input-placeholder { /* Most modern browsers support this now. */
  color: #ffffff;
  color: #ffffff;
  opacity: 1;
}

.global-search ::placeholder { /* Most modern browsers support this now. */
  color: #ffffff;
  color: #ffffff;
  opacity: 1;
}

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

html{
}

html,
body {
  overflow-x: hidden;
}

.main-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1340px;
  max-width: 134rem;
  max-width: 1340px;
  max-width: 134rem;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 0;
}

.site-content {
  outline: none;
}

.container,
.container--large,
.container--small,
.container--unbounded {
  padding-left: 30px;
  padding-left: 3rem;
  padding-left: 30px;
  padding-left: 3rem;
  padding-right: 30px;
  padding-right: 3rem;
  padding-right: 30px;
  padding-right: 3rem;
}

.container,
.container--large,
.container--small {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.container {
  max-width: 1060px;
  max-width: 106rem;
  max-width: 1060px;
  max-width: 106rem;
}

.container--no-side-space {
    padding-left: 0;
    padding-right: 0;
  }

.container--large {
  max-width: 1260px;
  max-width: 126rem;
  max-width: 1260px;
  max-width: 126rem
}

.container--large.container--no-side-space {
  max-width: 1200px;
  max-width: 120rem;
  max-width: 1200px;
  max-width: 120rem;
}

.container--small {
  max-width: 860px;
  max-width: 86rem;
  max-width: 860px;
  max-width: 86rem
}

.container--small.container--no-side-space {
  max-width: 800px;
  max-width: 80rem;
  max-width: 800px;
  max-width: 80rem;
}

@media (min-width: 1024px) {

  .offset-layout .container:not(.container--no-offset), .offset-layout .container--small:not(.container--no-offset) {
    left: 15rem;
    max-width: 66rem;
    max-width: 66rem;
    position: relative;
  }
}

@media (min-width: 1280px) {

  .offset-layout .container:not(.container--no-offset), .offset-layout .container--small:not(.container--no-offset) {
    left: 5.1rem;
    max-width: 75rem;
    max-width: 75rem;
  }
}

@media (max-width: 1023px) {

  .offset-layout .container {
    max-width: 86rem;
    max-width: 86rem;
  }
}

.panel {
  margin-bottom: 40px;
  margin-bottom: 4rem;
  margin-top: 40px;
  margin-top: 4rem;
}

@media (min-width: 1024px) {

  .panel {
    margin-bottom: 8.8rem;
    margin-top: 8.8rem;
  }
}

/* Done this way to take advantage of margin collapsing */

.panel--padded {
  padding-bottom: 0.1px;
  padding-bottom: 0.01rem;
  padding-top: 0.1px;
  padding-top: 0.01rem
}

.panel--padded::before, .panel--padded::after {
  content: '';
  display: block;
  margin: 39.9px 0 0;
  margin: 3.99rem 0 0;
}

@media (min-width: 1024px) {

  .panel--padded::before, .panel--padded::after {
    margin: 8.79rem 0 0;
  }
}

.theme--neutral1,
  .theme--neutral2 {
    background-color: var(--themeBackgroundColor);
    background-color: var(--themeBackgroundColor);
    border-top: 1px solid;
  }

.theme--neutral1 {
    background-color: #ffffff;
    background-color: #ffffff;
    border-color: #eaeaea;
    border-color: #eaeaea
  }

.theme--neutral2 {
    background-color: #fafafa;
    background-color: #fafafa;
    border-color: #eaeaea;
    border-color: #eaeaea
  }

/* Prevents children element margins from spilling out */

.shell {
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
}

@media (min-width: 1024px) {

  .offset-layout {
    position: relative;
  }

  .offset-layout .on-page-navigation {
      left: 4rem;
      position: absolute;
      top: 11.2rem;
  }
}

@media (min-width: 1280px) {

  .offset-layout .on-page-navigation {
      left: 6.7rem;
  }
}

.content img {
    display: block;
    margin: 40px 0;
    margin: 4rem 0;
  }

@media (min-width: 1024px) {

  .content img {
    margin: 4.5rem 0;
  }
}

@media (max-width: 1023px) {

  body {
    padding-top: 7.31rem !important;
  }
}

.global-header {
  border-top: 4px solid #095091;
  border-top: 4px solid #095091;
  top: 0;
  -webkit-transition: 0.5s top;
  transition: 0.5s top;
  overflow: visible;
  position: fixed;
  will-change: top;
  z-index: 100;
}

@media (max-width: 1023px) {

  .global-header {
    background-color: #ffffff;
    background-color: #ffffff;
    width: 100vw;
  }
}

@media (min-width: 1024px) {

  .global-header {
    border-top: none;
    position: relative;
  }

  .global-header--push {
      height: 15.8rem;
      padding-bottom: 1.6rem;
  }
}

.search-active .global-header {
    /* 9 : translateY(8rem); */
    top: 80px;
    top: 8rem;
}

@media (min-width: 1024px) {

  .search-active .global-header {/*
9 : translateY(9.1rem);
*/
    top: 9.1rem;
  }
}

.global-header__top {
  display: none;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
}

@media (min-width: 1024px) {

  .global-header__top {
    background: #095091;
    background: #095091;
    display: block;
    font-size: 1rem;
    padding: 1rem 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
  }

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

      .global-header__top .menu li {
        display: inline-block;
        margin: 0 1.5rem;
      }

        .global-header__top .menu li a {
          font-weight: 400;
        }

      .global-header__top .menu li:last-child a {
            color: #93e1ff;
            color: #93e1ff;
  }

      .global-header__top .menu li:last-child a::before {
    content: '|';
    display: inline-block;
    margin-right: 2.75rem;
  }

  .global-header__top a {
      color: #ffffff;
      color: #ffffff;
  }
}

@media (max-width: 1023px) {

  .main-menu-wrapper__inner {
    height: calc(100vh - 7.31rem);
    overflow: auto;
  }
}

@media (max-width: 1023px) {

  .sub-menu {
}
}

.main-menu-wrapper {
  font-size: 14px;
  font-size: 1.4rem;
  z-index: 100;
}

@media (max-width: 1023px) {

  .main-menu-wrapper {/*
Hide main menu so we can't tab through it with being activate
*/
    display: none;
    background-color: #095091;
    background-color: #095091;
    left: 0;
    position: absolute;
    -webkit-transform: translate(100%);
            transform: translate(100%);
    -webkit-transition: 0.5s -webkit-transform;
    transition: 0.5s -webkit-transform;
    transition: 0.5s transform;
    transition: 0.5s transform, 0.5s -webkit-transform;
    top: 100%;
    min-height: 100vh;
    width: 100%;
    will-change: transform;
  }

  .main-menu-wrapper.main-menu-wrapper--active {
    display: block;
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }

  .main-menu-wrapper.main-menu-wrapper--sub-menu-active {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
}

@media (min-width: 1024px) {

  .main-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    display: inline-block;
    overflow: visible;
    position: static;
    vertical-align: middle;
    width: auto;
  }
}

.main-menu-wrapper a {
    font-weight: 500;
}

.main-menu-wrapper .menu:not(#secondary-menu):not(.sub-menu)
  {
    text-transform: uppercase;
}

@media (max-width: 1023px) {

  .main-menu-wrapper .menu:not(#secondary-menu):not(.sub-menu)
  {
    background-color: #ffffff;
    background-color: #ffffff;
  }
}

@media (max-width: 1023px) {

  .main-menu-wrapper .menu:not(#secondary-menu):not(.sub-menu) > li:not(:first-child) {
    border-top: 0.1rem solid #eaeaea;
    border-top: 0.1rem solid #eaeaea;
  }
}

@media (min-width: 1024px) {

  .main-menu-wrapper .menu:not(#secondary-menu):not(.sub-menu) > li {
    display: inline-block;
  }
}

.main-menu-wrapper .menu:not(#secondary-menu):not(.sub-menu) > li > a {
      display: block;
      font-weight: 500;
      letter-spacing: 1px;
      letter-spacing: 0.1rem;
      padding: 29px 30px;
      padding: 2.9rem 3rem;
}

@media (min-width: 1024px) {

  .main-menu-wrapper .menu:not(#secondary-menu):not(.sub-menu) > li > a {
    padding: 4rem 2rem;
    position: relative;
    -webkit-transition: 0.5s padding;
    transition: 0.5s padding;
    will-change: padding;
  }

  .global-header--full .main-menu-wrapper .menu:not(#secondary-menu):not(.sub-menu) > li > a {
          padding-bottom: 5.5rem;
          padding-top: 5.6rem;
  }

  .global-header--shrink-nav .main-menu-wrapper .menu:not(#secondary-menu):not(.sub-menu) > li > a {
          padding-bottom: 1.95rem;
          padding-top: 1.95rem;
  }
}

@media (min-width: 1280px) {

  .main-menu-wrapper .menu:not(#secondary-menu):not(.sub-menu) > li > a {
    padding-left: 2.3rem;
    padding-right: 2.3rem;
  }
}

.main-menu-wrapper .menu:not(#secondary-menu) a, .main-menu-wrapper .sub-menu a {
      position: relative;
    }

@media (min-width: 1024px) {

  .main-menu-wrapper .menu:not(#secondary-menu) > .current-menu-item > a::after,
    .main-menu-wrapper .menu:not(#secondary-menu) a:hover::after,
    .main-menu-wrapper .sub-menu > .current-menu-item > a::after,
    .main-menu-wrapper .sub-menu a:hover::after {
    background-color: #93e1ff;
    background-color: #93e1ff;
    content: '';
    display: block;
    height: 0.2rem;
    left: 50%;
    position: absolute;
    top: calc(50% + 1rem);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (min-width: 1024px) {

  .main-menu-wrapper .menu:not(#secondary-menu) > .current-menu-item > a::after,
    .main-menu-wrapper .menu:not(#secondary-menu) > li > a:hover::after {
    width: calc(100% - 4.1rem);
  }
}

@media (min-width: 1024px) {

  .main-menu-wrapper .sub-menu a {
        display: inline-block;
  }

  .main-menu-wrapper .sub-menu > .current-menu-item > a::after,
      .main-menu-wrapper .sub-menu a:hover::after {
          width: calc(100% - 1.2rem);
  }
}

.main-menu-wrapper a {
    color: #095091;
    color: #095091;
}

@media (max-width: 1023px) {

  .main-menu-wrapper .sub-menu {
    background-color: #fafafa;
    background-color: #fafafa;
    border-top: 0.1rem solid #eaeaea;
    border-top: 0.1rem solid #eaeaea;
    padding-left: 3rem;
  }

  .main-menu-wrapper .sub-menu a {
        font-weight: 400;
        padding: 1.25rem 3rem 1.25rem 3rem;
        color: #898989;
        color: #898989;
  }

  .main-menu-wrapper .sub-menu a:hover {
    text-decoration: underline;
  }

  .main-menu-wrapper .sub-menu .current-menu-item a {
        position: relative;
        color: #095091;
        color: #095091;
  }

  .main-menu-wrapper .sub-menu .current-menu-item a::before {
    background-color: #93e1ff;
    background-color: #93e1ff;
    content: '';
    display: block;
    height: 1.5rem;
    left: 1.7rem;
    margin-top: 0.1rem;
    position: absolute;
    width: 0.3rem;
  }
}

@media (min-width: 1024px) {

  .main-menu-wrapper .sub-menu {
    background-color: #ffffff;
    background-color: #ffffff;
    -webkit-box-shadow: 0px -1px 0px #eaeaea inset;
            box-shadow: 0px -1px 0px #eaeaea inset;
    box-shadow: 0px -1px 0px #eaeaea inset;
    -webkit-columns: 2 22.2rem;
            columns: 2 22.2rem;
    -webkit-column-gap: 3rem;
            column-gap: 3rem;
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    padding: 1.75rem 41.25rem 1.75rem 26.45rem;
  }
}

@media (min-width: 1024px) and screen and (-ms-high-contrast: active), (min-width: 1024px) and (-ms-high-contrast: none) {

  .main-menu-wrapper .sub-menu {
    display: block;
    height: 0;
    visibility: hidden;
  }
}

@media (min-width: 1024px) {

  .global-header--full .main-menu-wrapper .sub-menu::before, .global-header--full .main-menu-wrapper .sub-menu::after {
    background-color: inherit;
    -webkit-box-shadow: 0px -1px 0px #eaeaea inset;
            box-shadow: 0px -1px 0px #eaeaea inset;
    box-shadow: 0px -1px 0px #eaeaea inset;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    top: 0;
    width: 70px;
  }

  .global-header--full .main-menu-wrapper .sub-menu::before {
    right: 100%;
  }

  .global-header--full .main-menu-wrapper .sub-menu::after {
    left: 100%;
  }
}

@media (min-width: 1024px) {

  .main-menu-wrapper .sub-menu li {
    display: block;
  }
}

.main-menu-wrapper .sub-menu li:first-child a {
  padding-top: 29px;
  padding-top: 2.9rem;
}

.main-menu-wrapper .sub-menu li:last-child a {
  padding-bottom: 29px;
  padding-bottom: 2.9rem;
}

.main-menu-wrapper .sub-menu a {
      text-transform: none;
}

@media (max-width: 1023px) {

  .main-menu-wrapper .sub-menu a {
    display: block;
  }
}

@media (min-width: 1024px) {

  .main-menu-wrapper .sub-menu a {
    padding: 0.75rem !important;
  }
}

.main-menu-wrapper #secondary-menu {
    background-color: #095091;
    background-color: #095091;
    padding: 20px 0;
    padding: 2rem 0;
}

@media (min-width: 1024px) {

  .main-menu-wrapper #secondary-menu {
    display: none;
  }
}

@media (max-width: 1023px) {

  .main-menu-wrapper #secondary-menu li:first-child a {
    padding-top: 2.5rem;
  }

  .main-menu-wrapper #secondary-menu li:last-child a {
    padding-bottom: 2.5rem;
  }
}

.main-menu-wrapper #secondary-menu li:last-child a {
  color: #93e1ff;
  color: #93e1ff;
}

.main-menu-wrapper #secondary-menu a {
      color: #ffffff;
      color: #ffffff;
      display: block;
      font-weight: 400;
      padding: 12.5px 30px;
      padding: 1.25rem 3rem;
}

@media (max-width: 1023px) {

  .main-menu-wrapper .menu-item-has-children {
    --subNavButtonWidth: 7.5rem;
    cursor: pointer;
  }
}

.main-menu-wrapper .menu-item-has-children {/*
Show Subnav on hover on desktop
*/
}

@media (min-width: 1024px) {

  .main-menu-wrapper .menu-item-has-children:hover .sub-menu,
    .main-menu-wrapper .menu-item-has-children.focus-within .sub-menu {
    display: block !important;
  }
}

@media (min-width: 1024px) and screen and (-ms-high-contrast: active), (min-width: 1024px) and (-ms-high-contrast: none) {

  .main-menu-wrapper .menu-item-has-children:hover .sub-menu,
    .main-menu-wrapper .menu-item-has-children.focus-within .sub-menu {
    height: auto;
    visibility: visible;
  }
}

.main-menu-wrapper .menu-item-has-children {/*
Split out the actual psuedo selected becase IE/Edge don't interpret the other
        rules when they see a psuedo they don't know
*/
}

@media (min-width: 1024px) {

  .main-menu-wrapper .menu-item-has-children:focus-within .sub-menu {
    display: block !important;
  }
}

@media (min-width: 1024px) and screen and (-ms-high-contrast: active), (min-width: 1024px) and (-ms-high-contrast: none) {

  .main-menu-wrapper .menu-item-has-children:focus-within .sub-menu {
    height: auto;
    visibility: visible;
  }
}

.main-menu-wrapper-toggle {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #095091;
  background-color: #095091;
  border: 0;
  margin: 0;
  padding: 0;
}

@media (min-width: 1024px) {

  .main-menu-wrapper-toggle {
    display: none;
  }
}

.main-menu-wrapper-toggle-icon {
  background-color: #095091;
  background-color: #095091;
  cursor: pointer;
  display: block;
  height: 14px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px
}

.main-menu-wrapper-toggle-icon:before, .main-menu-wrapper-toggle-icon:after {
  background-color: #ffffff;
  background-color: #ffffff;
  content: '';
  display: block;
  height: 4px;
  position: absolute;
  width: 100%;
}

.main-menu-wrapper-toggle-icon--hamburger:before {
  top: 2px;
  top: 0.2rem;
}

.main-menu-wrapper-toggle-icon--hamburger:after {
  bottom: 2px;
  bottom: 0.2rem;
}

.main-menu-wrapper-toggle-icon--x {
    background-color: #ffffff;
    background-color: #ffffff;
    height: 22px;
    height: 2.2rem;
    width: 22px;
    width: 2.2rem;
}

.main-menu-wrapper-toggle-icon--x:before {
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  left: -1px;
  left: -0.1rem;
}

.main-menu-wrapper-toggle-icon--x:after {
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}

.main-menu-wrapper-toggle-icon--x:before, .main-menu-wrapper-toggle-icon--x:after {
  background-color: #095091;
  background-color: #095091;
  height: 2px;
  height: 0.2rem;
  top: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.custom-logo-link {
  display: block;
  margin: 0 auto;
  width: 147px;
}

@media (min-width: 1024px) {

  .custom-logo-link {
    display: inline-block;
    margin: 0 3rem 0 0;
    vertical-align: middle;
    width: 169px;
  }

  .custom-logo-link img {
      display: block;
      margin: 0 auto;
      -webkit-transition: 0.5s width;
      transition: 0.5s width;
      will-change: width;
  }

  .global-header--shrink-nav .custom-logo-link img {
      width: 11.6rem;
  }
}

@media (min-width: 1280px) {

  .custom-logo-link {
    margin-right: 5.4rem;
  }
}

.global-header__inner-content {
  padding: 16.5px 30px 16.5px;
  padding: 1.65rem 3rem 1.65rem;
  padding: 16.5px 30px 16.5px;
  padding: 1.65rem 3rem 1.65rem;
}

@media (max-width: 1023px) {

  .global-header__inner-content {
    border-bottom: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
  }
}

@media (min-width: 1024px) {

  .global-header__inner-content {
    background-color: #ffffff;
    background-color: #ffffff;
    -webkit-box-shadow: 0px -1px 0px #eaeaea inset;
            box-shadow: 0px -1px 0px #eaeaea inset;
    box-shadow: 0px -1px 0px #eaeaea inset;
    left: 50%;
    margin: 0 auto;
    max-width: 120rem;
    max-width: 120rem;
    padding: 0 2.5rem;
    position: absolute;
    top: 4.85rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 3.5rem);
    z-index: 10000;
  }

  .global-header--shrink-nav .global-header__inner-content {
      position: fixed;
      top: 0 !important;
      -webkit-transition: 0.5s -webkit-transform;
      transition: 0.5s -webkit-transform;
      transition: 0.5s transform;
      transition: 0.5s transform, 0.5s -webkit-transform;
  }

      .search-active .global-header--shrink-nav .global-header__inner-content {
        -webkit-transform: translate(-50%, 9.1rem);
                transform: translate(-50%, 9.1rem);
      }

  .global-header--full .global-header__inner-content {
      top: 3.2rem;
  }

  .global-header--full .global-header__inner-content::before, .global-header--full .global-header__inner-content::after {
    background-color: inherit;
    -webkit-box-shadow: 0px -1px 0px #eaeaea inset;
            box-shadow: 0px -1px 0px #eaeaea inset;
    box-shadow: 0px -1px 0px #eaeaea inset;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    top: 0;
    width: 70px;
    z-index: -1;
  }

  .global-header--full .global-header__inner-content::before {
    right: 100%;
  }

  .global-header--full .global-header__inner-content::after {
    left: 100%;
  }
}

.search-form {
  background-color: #ffffff;
  background-color: #ffffff;
  border-bottom: 1px solid #eaeaea;
  border-bottom: 0.1rem solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  border-bottom: 0.1rem solid #eaeaea;
  padding-bottom: 33px;
  padding-bottom: 3.3rem;
  padding-top: 33px;
  padding-top: 3.3rem;
}

@media (min-width: 1024px) {

  .search-form {
    padding-bottom: 4.4rem;
    padding-top: 4.4rem;
  }
}

.search-form__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 1060px;
    max-width: 106rem;
    max-width: 1060px;
    max-width: 106rem;
    padding-left: 30px;
    padding-left: 3rem;
    padding-left: 30px;
    padding-left: 3rem;
    padding-right: 30px;
    padding-right: 3rem;
    padding-right: 30px;
    padding-right: 3rem;
}

.search-form input {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    /* color: var(--neutral1); */
    display: inline-block;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 300;
    line-height: 38px;
    line-height: 3.8rem;
}

.search-form input::-ms-clear {
  display: none;
}

@media (min-width: 1024px) {

  .search-form input {
    font-size: 4.8rem;
    line-height: 5.8rem;
  }
}

.search-form #searchsubmit {
    background: url('img/icons/icon-search-grey.svg') center no-repeat;
    background-size: contain;
    font-size: 0;
    height: 18px;
    height: 1.8rem;
    margin-right: 10px;
    margin-right: 1rem;
    width: 18px;
    width: 1.8rem;
}

@media (min-width: 1024px) {

  .search-form #searchsubmit {
    height: 3rem;
    margin-right: 1.5rem;
    width: 3rem;
  }
}

.global-search .search-form {
    background-color: #012B63;
    background-color: #012B63;
    border-bottom: none;
    left: 0;
    padding-bottom: 21.5px;
    padding-bottom: 2.15rem;
    padding-top: 21.5px;
    padding-top: 2.15rem;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: 0.5s -webkit-transform;
    transition: 0.5s -webkit-transform;
    transition: 0.5s transform;
    transition: 0.5s transform, 0.5s -webkit-transform;
    will-change: transform;
    z-index: 9000;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }

@media (min-width: 1024px) {

  .global-search .search-form {
    padding-bottom: 3.05rem;
    padding-top: 3.05rem;
  }
}

.search-active .global-search .search-form {
      -webkit-transform: translateY(0%);
              transform: translateY(0%);
}

.global-search .search-form__inner {
      max-width: 1260px;
      max-width: 126rem;
      max-width: 1260px;
      max-width: 126rem;
}

.global-search .search-form input {
      color: #ffffff;
      color: #ffffff;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 35px;
      line-height: 3.5rem;
      width: 100%;
}

@media (min-width: 1024px) {

  .global-search .search-form input {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}

.global-search .search-form #searchsubmit {
      background-image: url('img/icons/icon-search-blue.svg');
      height: 17px;
      height: 1.7rem;
      width: 17px;
      width: 1.7rem;
}

@media (min-width: 1024px) {

  .global-search .search-form #searchsubmit {
    height: 1.8rem;
    width: 1.8rem;
  }
}

.search-toggle--open {
  background: url('img/icons/icon-search-dark-blue.svg') center no-repeat;
  background-size: contain;
  display: block;
  height: 18px;
  height: 1.8rem;
  position: absolute;
  right: 30px;
  right: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  width: 1.8rem;
  border: none;
}

@media (min-width: 1024px) {

  .search-toggle--open {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 2.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.search-toggle--open-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0
}

.search-toggle--open-inner:hover::after {
  background-color: #93e1ff;
  background-color: #93e1ff;
  content: '';
  bottom: -6px;
  bottom: -0.6rem;
  display: block;
  height: 2px;
  height: 0.2rem;
  position: absolute;
  width: 100%;
}

.search-toggle--close {
  display: none;
}

.global-search .search-toggle--close {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
    height: 22px;
    height: 2.2rem;
    position: relative;
    width: 22px;
    width: 2.2rem
  }

.global-search .search-toggle--close:before {
  left: -1px;
  left: -0.1rem;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

.global-search .search-toggle--close:after {
  left: 0;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}

.global-search .search-toggle--close:before, .global-search .search-toggle--close:after {
  background-color: #ffffff;
  background-color: #ffffff;
  content: '';
  display: block;
  height: 2px;
  height: 0.2rem;
  position: absolute;
  top: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 100%;
}

.mobile-menu-header {
  border-bottom: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 17.5px;
  padding-bottom: 1.75rem;
  padding-top: 17.5px;
  padding-top: 1.75rem;
  position: relative;
  text-align: center;
}

@media (min-width: 1024px) {

  .mobile-menu-header {
    display: none;
  }
}

#wpadminbar {
  position: fixed;
  top: auto;
  bottom: 0;
  z-index: 10;
}

@media (max-width: 1023px) {

  .language-selector {
    padding: 0 3rem 4rem;
    padding: 0 3rem 4rem;
  }
}

@media (min-width: 1024px) {

  .language-selector {
    position: absolute;
    right: 7.5rem;
    right: 7.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.language-selector::before {
  content: url('img/icons/icon-globe.svg');
  height: 17px;
  height: 1.7rem;
  margin-right: 5px;
  margin-right: 0.5rem;
  width: 17px;
  width: 1.7rem;
}

.language-selector::before,
  .language-selector li {
    display: inline-block;
    vertical-align: middle;
}

.language-selector li:first-child:not(:last-child) {
  border-right: 0.1px solid #fafafa;
  border-right: 0.1px solid #fafafa;
  margin-right: 20px;
  margin-right: 2rem;
  padding-right: 20px;
  padding-right: 2rem;
}

@media (min-width: 1024px)  {

  .language-selector li:first-child:not(:last-child) {
    margin-right: 1rem;
    padding-right: 1rem;
  }
}

.language-selector a {
    color: #ffffff;
    color: #ffffff;
    padding: 2px 0;
    padding: 0.2rem 0;
    font-weight: 400;
    text-transform: uppercase;
}

.language-selector a.active-language {
  position: relative;
}

.language-selector a.active-language::after {
  background-color: #93e1ff;
  background-color: #93e1ff;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  height: 0.1rem;
  left: 0;
  position: absolute;
  right: 0;
}

#skip-to-main {
  visibility: visible;
  display: inline-block;
  position: fixed;
  z-index: 10000;
  top: -100vh;
  left: 0;
  background: #93e1ff;
  background: #93e1ff;
  padding: 5px;
  padding: 0.5rem;

  color: #012B63;

  color: #012B63;
  border: 0
}

#skip-to-main:focus {
  top: 0;
}

.global-footer {
  background-color: #012B63;
  background-color: #012B63;
  color: #ffffff;
  color: #ffffff;
}

.global-footer a {
    color: #ffffff;
    color: #ffffff;
  }

.global-footer__top {
    padding-bottom: 20px;
    padding-bottom: 2rem;
    padding-top: 64px;
    padding-top: 6.4rem;
  }

@media (min-width: 1024px) {

  .global-footer__top {
    padding-bottom: 6.4rem;
  }
}

.global-footer__top::after {
  clear: both;
  content: '';
  display: block;
}

@media (min-width: 1024px) {

  .global-footer__top .menu {
    float: left;
    margin-right: 120px;
  }
}

@media (min-width: 1024px) {

  .global-footer__top .menu:last-child {
    float: right;
    margin: 0;
  }
}

.global-footer__top .menu li {
        margin-bottom: 23.5px;
        margin-bottom: 2.35rem;
}

@media (min-width: 1024px) {

  .global-footer__top .menu li {
    margin-bottom: 1.7rem;
  }
}

.global-footer__top .menu a {
        color: #93e1ff;
        color: #93e1ff;
}

.global-footer__logo {
    margin-bottom: 64px;
    margin-bottom: 6.4rem;
    max-width: 153px;
}

@media (min-width: 1024px) {

  .global-footer__logo {
    display: none;
  }
}

.global-footer__middle {
    display: none;
}

@media (min-width: 1024px) {

  .global-footer__middle {
    border: 1px solid #095091;
    border: 1px solid #095091;
    border-left: none;
    border-right: none;
    display: block;
    padding-bottom: 4.5rem;
    padding-top: 6.4rem;
  }
}

.wyndham-footer-logo {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}

.wyndham-brands {
  border-bottom: 1px solid #095091;
  border-bottom: 1px solid #095091;
  padding-bottom: 35px;
  padding-bottom: 3.5rem;
  width: 100%;
}

.wyndham-rewards-logo {
  margin-top: 45px;
  margin-top: 4.5rem;
}

#menu-footer-1 a {
    color: #ffffff;
    color: #ffffff;
  }

#menu-footer-2,
#menu-footer-3,
.colophon {
  font-weight: 400;
}

#menu-footer-2 a, #menu-footer-3 a, .colophon a {
    font-weight: 400;
  }

#menu-footer-3 .menu-item--contact {
    margin-top: 47.5px;
    margin-top: 4.75rem;
  }

#menu-footer-3 .menu-item--contact a {
      color: #ffffff;
      color: #ffffff;
      font-weight: 700;
    }

#menu-social {
  text-align: center;
}

@media (max-width: 1023px) {

  #menu-social {
    margin-top: 5rem;
  }
}

#menu-social li {
    display: inline-block;
    margin: 20px;
    margin: 2rem;
    vertical-align: top;
}

@media (max-width: 1023px) {

  #menu-social li:first-child {
    margin-left: 0;
  }

  #menu-social li:last-child {
    margin-right: 0;
  }
}

@media (min-width: 1024px) {

  #menu-social li {
    margin: 0 0 0 2rem;
  }
}

.colophon {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 22.5px;
  line-height: 2.25rem;
  padding-bottom: 25px;
  padding-bottom: 2.5rem;
  padding-top: 25px;
  padding-top: 2.5rem;
  text-align: center;
}

@media (min-width: 1024px) {

  .colophon br {
    display: none;
  }
}

.colophon .copyright {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    max-width: 700px;
    max-width: 70rem;
}

.colophon .menu {
    display: block;
}

.colophon .menu li {
      border-right: 1px solid #0d9DD4;
      border-right: 1px solid #0d9DD4;
      display: inline-block;
      line-height: 11px;
      line-height: 1.1rem;
      margin: 0;
      padding: 0 7.5px 0 3.5px;
      padding: 0 0.75rem 0 0.35rem;
      position: relative

      /* &:nth-child(2),  */
    }

.colophon .menu li:last-child {
  border-right: none;
}

@media (min-width: 1024px) {

  .colophon .menu li {
    padding: 0 1rem 0 0.75rem;
  }
}

.colophon .menu a {
      font-weight: 400;
}

/* Components */

/* @import './_page.css'; */

.button {
  background-color: rgba(0, 0, 0, 0);
  color: #095091;
  color: #095091;
  cursor: pointer;
  border: 1px solid #095091;
  border: 1px solid #095091;
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 13px;
  line-height: 1.3rem;
  padding: 15px 20px;
  padding: 1.5rem 2rem;
  text-align: center;
  text-transform: uppercase
}

.button:hover {
  background-color: #095091;
  background-color: #095091;
  color: #ffffff;
  color: #ffffff;
}

.button:hover::after {
  display: none !important;
}

.button--alt {
    background-color: #ffffff;
    background-color: #ffffff;
    border: #ffffff;
    border: #ffffff;
}

.button--alt:hover {
  border-color: #095091;
  border-color: #095091;
}

.facts {
  margin-top: 27.5px;
  margin-top: 2.75rem;
}

@media (min-width: 1024px) {

  .facts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 4rem -3rem 0;
    margin: 4rem -3rem 0;
  }
}

.facts__fact {
    margin: 0 0 40px;
    margin: 0 0 4rem;
}

@media (min-width: 1024px) {

  .facts__fact {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 3rem 0;
    margin: 0 3rem 0;
  }

  .facts__fact:nth-child(2) {
    text-align: center;
  }

  .facts__fact:last-child {
    text-align: right;
  }

  .facts__fact:first-child {
    text-align: left;
  }

  .facts__fact:first-child .facts__fact__figure::after {
    display: none;
  }/*
For when there are only two facts
*/

  .facts__fact:nth-child(2).facts__fact:last-child {
        text-align: left;
  }

  .facts__fact:nth-child(2).facts__fact:last-child .facts__fact__figure::after {
    left: -21rem;
  }
}

.facts__fact__figure {
    display: inline-block;
    text-align: left;
    position: relative;
}

@media (min-width: 1024px) {

  .facts__fact__figure::after {
    background-color: #93e1ff;
    background-color: #93e1ff;
    content: '';
    display: block;
    height: 0.2rem;
    position: absolute;
    left: -14rem;
    top: 50%;
    -webkit-transform: rotate(-70deg) translateY(-50%);
            transform: rotate(-70deg) translateY(-50%);
    -webkit-transform-origin: center;
            transform-origin: center;
    width: 13.6rem;
  }
}

.facts__fact__figure__figure {
    font-size: 58px;
    font-size: 5.8rem;
    font-weight: 300;
    line-height: 70px;
    line-height: 7rem;
}

@media (min-width: 1024px) {

  .facts__fact__figure__figure {
    font-size: 8.8rem;
    line-height: 8.8rem;
  }
}

.facts__fact__caption {
    /* font-size: 1.4rem;
    line-height: 2.6rem; */
    margin-top: 5px;
    margin-top: 0.5rem;
}

.gallery {
  margin: 0 auto
}

.gallery::after {
  clear: both;
  content: '';
  display: table;
}

@media (max-width: 1023px) {

  .gallery {
    max-width: 31.1rem;
  }
}

@media (min-width: 1024px) {

  @supports (display: grid) {

    .gallery {
      display: grid;
      grid-template-columns: repeat(3, 33.333%);
      grid-gap: 1px;
    }
  }
}

.gallery__item {
    float: left;
    font-size: 0;
}

@media (max-width: 1023px) {

  .gallery__item {
    margin-bottom: 0.1rem;
  }

  .gallery__item:nth-child(3n - 1),
      .gallery__item:nth-child(3n) {
    max-width: calc(50% - 0.05rem);
  }

  .gallery__item:nth-child(3n - 1) .gallery__item__figure__caption, .gallery__item:nth-child(3n) .gallery__item__figure__caption {
          display: none;
  }

  .gallery__item:nth-child(3n) {
    float: right;
  }
}

@media (min-width: 1024px) {

  .gallery__item {
    max-width: 33%;
    margin: 0;
  }

  .gallery__item:nth-child(3n+1) {
    clear: both;
  }

  @supports (display: grid) {

    .gallery__item {
      float: none;
      max-width: none;
    }

    .gallery__item:nth-child(6n-5) {
      grid-column-start: 1;
      grid-column-end: 3;
      grid-row-start: 1;
      grid-row-end: 3;
    }
  }
}

.gallery__item__figure {
    position: relative;
}

.gallery__item__figure__caption {
    bottom: 18px;
    bottom: 1.8rem;
    color: #ffffff;
    color: #ffffff;
    font-weight: 500;
    left: 16px;
    left: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
    position: absolute;
}

@media (min-width: 1024px) {

  .gallery__item__figure__caption {
    bottom: 3rem;
    left: 2rem;
  }
}

.gallery__item__figure__caption span {
      display: block;
}

.gallery__item__figure__caption__caption {
      font-size: 14px;
      font-size: 1.4rem;
}

@media (min-width: 1024px) {

  .gallery__item__figure__caption__caption {
    font-size: 1.5rem;
  }
}

.gallery__item__figure__caption__subcaption {
      font-size: 10px;
      font-size: 1rem;
      letter-spacing: 1px;
      letter-spacing: 0.1rem;
      line-height: 12px;
      line-height: 1.2rem;
      margin-top: 6px;
      margin-top: 0.6rem;
      text-transform: uppercase;
}

.slider {
  margin: 0 auto;
}

.slider__item__figure {
    position: relative;
  }

.slider__item__figure__caption {
    display: none;
  }

@media (min-width: 1024px) {

  .slider__item__figure__caption {
    display: block;
    bottom: 3rem;
    color: #ffffff;
    color: #ffffff;
    font-weight: 500;
    left: 3rem;
    line-height: 2.4rem;
    position: absolute;
  }

  .slider__item__figure__caption span {
        display: block;
  }

  .slider__item__figure__caption__caption {
        font-size: 1.4rem;
  }
}

@media (min-width: 1024px) and (min-width: 1024px) {

  .slider__item__figure__caption__caption {
    font-size: 1.5rem;
  }
}

@media (min-width: 1024px) {

  .slider__item__figure__caption__subcaption {
        font-size: 1rem;
        letter-spacing: 0.1rem;
        line-height: 1.2rem;
        margin-top: 0.6rem;
        text-transform: uppercase;
  }
}

/* Slick Slider customizations */

@media (max-width: 1023px) {

  .slick-arrow {
    display: none !important;
  }
}

.slick-arrow {
  outline: inherit;
}

@media (min-width: 1024px) {

  .slick-arrow {
    display: inline-block;
    height: 6.25rem;
    width: 3.25rem;
    z-index: 9;
  }

  .slick-arrow::before {
    display: block;
    content: url('img/arrows/arrow-white.svg');
  }
}

.slick-arrow:focus {/*
Don't remove a11y states!
*/
  border:2px solid #0d9DD4;
  border:2px solid #0d9DD4;
  box-shadow: 0px 0px 4px 0px #0d9DD4;
  box-shadow: 0px 0px 4px 0px #0d9DD4;
  -webkit-box-shadow: 0px 0px 4px 0px #0d9DD4;
  -webkit-box-shadow: 0px 0px 4px 0px #0d9DD4;
}

@media (min-width: 1024px) {

  .slick-prev {
    left: 3rem;
  }

  .slick-prev::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}

@media (min-width: 1024px) {

  .slick-next {
    right: 3rem;
  }
}

.slick-dots {
  bottom: 30px;
  bottom: 3rem;
}

.slick-dots li {
    margin: 0 3px
  }

.slick-dots li:only-child {
  display: none;
}

.slick-dots li button::before {
  color: #ffffff;
  color: #ffffff;
  opacity: 0.5;
}

.slick-dots li.slick-active button {
    -webkit-transform: scale(2);
            transform: scale(2)
  }

.slick-dots li.slick-active button::before {
  color: #ffffff;
  color: #ffffff;
  opacity: 1;
}

.slick-dots li.slick-active button:focus {/*
Don't remove a11y states!
*/
  border:2px solid #0d9DD4;
  border:2px solid #0d9DD4;
  box-shadow: 0px 0px 4px 0px #0d9DD4;
  box-shadow: 0px 0px 4px 0px #0d9DD4;
  -webkit-box-shadow: 0px 0px 4px 0px #0d9DD4;
  -webkit-box-shadow: 0px 0px 4px 0px #0d9DD4;
}

.slick-dots li.slick-active button {
  -webkit-transform: none !important;
          transform: none !important
}

.slick-dots li.slick-active button::before {
  font-size: 12px;
  top: 1px;
}

.slick-dotted.slick-slider {
  margin-bottom: 1px;
  margin-bottom: 0.1rem;
}

.media-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
  margin: 0 -1rem;
}

@media (min-width: 1024px) {

  .media-center {
    margin: 0 -0.9rem;
  }
}

.media-center__item {
    margin: 40px 10px 0;
    margin: 4rem 1rem 0;
    padding: 0;
    width: calc(50% - 2rem);
}

@media (min-width: 1024px) {

  .media-center__item {
    width: calc(33% - 1.8rem);
  }
}

.media-center__item__media-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #ffffff;
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    border: 0.1rem solid #eaeaea;
    border: 1px solid #eaeaea;
    border: 0.1rem solid #eaeaea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 99px;
    padding: 9px 12px;
    padding: 0.9rem 1.2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100%;
    overflow: hidden;
    width: 148px;
}

@media (min-width: 1024px) {

  .media-center__item__media-wrapper {
    height: 14.8rem;
    width: 22rem;
  }
}

.media-center__item__media {
    max-height: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
}

.media-center__item__caption {
    word-break: break-all;
}

.media-center__item__caption__filetype,
    .media-center__item__caption__title {
      display: block;
    }

.media-center__item__caption__filetype {
      color: #555555;
      color: #555555;
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 400;
      line-height: 26px;
      line-height: 2.6rem;
      margin-top: 5px;
      margin-top: 0.5rem;
      text-transform: uppercase
    }

.media-center__item__caption__filetype::before {
  content: url('img/icons/icon-download.svg');
  margin-right: 10px;
  margin-right: 1rem;
  position: relative;
  top: 3px;
  top: 0.3rem;
}

.media-center__item__caption__title {
      line-height: 20px;
      line-height: 2rem;
      margin-top: 20px;
      margin-top: 2rem;
    }

.media-center__item__caption__filesize {
      display: none;
    }

@media (min-width: 1024px) {

  .media-center__item__caption__filesize {
    color: #555555;
    color: #555555;
    display: block;
    font-weight: 400;
    line-height: 2rem;
  }
}

.media-center-brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px -9px 0;
  margin: 2rem -0.9rem 0;
  position: relative;
}

.media-center-brands__item {
    margin: 20px 10px 0;
    margin: 2rem 1rem 0;
    padding: 0;
    width: calc(50% - 2rem);
  }

@media (min-width: 1024px) {

  .media-center-brands__item {
    margin: 2rem 0.9rem 0;
    width: calc(33.33% - 1.8rem);
  }
}

.media-center-brands__item__wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #ffffff;
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    border: 0.1rem solid #eaeaea;
    border: 1px solid #eaeaea;
    border: 0.1rem solid #eaeaea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100%;
    min-height: 99px;
    min-height: 9.9rem;
    overflow: hidden;
    padding: 9px 33.5px;
    padding: 0.9rem 3.35rem;
    position: relative;
    width: 148px;
    width: 14.8rem;
}

.media-center-brands__item__wrapper img {
      /* Fix for IE10 svg issues with scaling */
    }

@media screen and (min-width:0\0) {

  .media-center-brands__item__wrapper img {
    height: 100% !important;
    width: 100% !important;
  }
}

@media (min-width: 1024px) {

  .media-center-brands__item__wrapper {
    height: 14.8rem;
    width: 22rem;
  }

  .media-center-brands__item__wrapper:hover {
    background-color: #095091;
    background-color: #095091;
  }

  .media-center-brands__item__wrapper:hover .media-center-brands__item__image--dark {
          display: none;
  }

  .media-center-brands__item__wrapper:hover .media-center-brands__item__image--light {
          display: block;
  }
}

.media-center-brands__item__wrapper img {
      height: auto;
      max-height: 80px;
      max-height: 8rem;
      max-width: calc(100% - 2rem);
      min-height: 1px;
      width: auto;
}

.media-center-brands__item__cta {
    display: block;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.8px;
    letter-spacing: 0.08rem;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 1023px) {

  .media-center-brands__item__cta {
    margin-top: 1rem;
  }
}

@media (min-width: 1024px) {

  .media-center-brands__item__cta {
    bottom: 1.2rem;
    color: #ffffff;
    color: #ffffff;
    left: 0;
    position: absolute;
    right: 0;
  }
}

.media-center-brands__item__image--light {
      display: none;
    }

.media-center-archive-section {

}

.media-center-archive-section + .media-center-archive-section {
  margin-top: 60px;
  margin-top: 6rem;
}

@media (min-width: 1024px) {

  .media-center-archive-section + .media-center-archive-section {
    margin-top: 8rem;
  }
}

.news-component__title {
    margin-bottom: 20px;
    margin-bottom: 2rem;
    text-align: center;
  }

@media (min-width: 1024px) {

  .news-component__title {
    margin-bottom: 4rem;
  }
}

@media (min-width: 1024px) {

  .news-component__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -2.3rem;
  }
}

.news-component__list__entry {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

@media (min-width: 1024px) {

  .news-component__list__entry {
    margin: 0 2.3rem;
  }
}

.news-component__list__entry:hover .news-component__list__entry__title {
      color: #095091;
      color: #095091;
    }

.news-component__list__entry__title {
    text-transform: none;
}

@media (max-width: 1023px) {

  .news-component__list__entry__title {
    color: #095091;
    color: #095091;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.4rem;
  }
}

@media (min-width: 1024px) {

  .news-component__list__entry__title {
    margin-bottom: 2.75rem;
  }
}

@media (max-width: 1023px) {

  .news-component__list__entry__image {
    display: none;
  }
}

@media (min-width: 1024px) {

  .news-component__list__entry__image {
    margin-bottom: 2.25rem;
  }
}

@media (max-width: 1023px) {

  .news-component__list__entry__button {
    display: none;
  }
}

.brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px -10px 0;
  margin: 2rem -1rem 0;
  position: relative;
}

.brand-component--type2 .brands {
    margin-top: -20px;
    margin-top: -2rem;
  }

@media (max-width: 1023px) {

  .brand-component--type2 .brands {
    display: none;
  }
}

@media (min-width: 1024px) {

  .brands {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 2rem -3.2rem 0;
  }
}

.brands__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    height: auto;
    margin: 20px 10px 0;
    margin: 2rem 1rem 0;
    min-height: 1px;
    padding: 0;
    position: relative;
    width: calc(50% - 2rem);
}

@media (min-width: 1024px) {

  .brands__item {
    margin: 6rem 3.2rem 0;
    width: calc(33.33% - 6.4rem);
  }

  .brand-component--type2 .brands__item {
        width: calc(25% - 6.4rem);
  }
}

.brands__item__wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #ffffff;
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    border: 0.1rem solid #eaeaea;
    border: 1px solid #eaeaea;
    border: 0.1rem solid #eaeaea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    max-width: 100%;
    min-height: 99px;
    min-height: 9.9rem;
    overflow: hidden;
    width: 100%;
}

@media (max-width: 1023px) {

  .brands__item__wrapper {
    max-width: 14.7rem;
  }
}

@media (min-width: 1024px) {

  .brands__item__wrapper {
    height: 19rem;
  }

  .brand-component--type1 .brands__item__wrapper {
        padding: 5rem 7rem;
  }

  .brand-component--type2 .brands__item__wrapper {
        height: 10.4rem;
        padding: 2rem 3rem;
  }

  .brands__item__wrapper:hover {
    background-color: #095091;
    background-color: #095091;
  }

  .brands__item__wrapper:hover .brands__item__image--dark {
          display: none;
  }

  .brands__item__wrapper:hover .brands__item__image--light {
          display: block;
  }
}

.brand-component--type2 .brands__item__wrapper {
      border: none;
}

.brands__item__wrapper img {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      height: auto;
      max-height: 80px;
      max-height: 8rem;
      max-width: calc(100% - 2rem);
      min-height: 1px;
      width: auto;

      /* Fix for IE10 svg issues with scaling */
}

@media screen and (min-width:0\0) {

  .brands__item__wrapper img {
    height: 100% !important;
    width: 100% !important;
  }
}

.brands__item__cta {
    display: none;
}

@media (min-width: 1024px) {

  .brands__item__cta {
    bottom: 1.2rem;
    color: #ffffff;
    color: #ffffff;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.08rem;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
  }
}

.brand-component--type2 .brands__item__cta {
      display: none;
}

.brands__item__image--light {
      display: none;
    }

.modal-container {
  color: #555555;
  color: #555555;
  display: none;
}

.modal-container *:first-child {
    margin-top: 0;
  }

.modal-container--active {
    background-color: rgba(0, 0, 0, .8);
    bottom: 0;
    bottom: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999999;
  }

.modal-container__button--close {
    background-color: #ffffff;
    background-color: #ffffff;
    cursor: pointer;
    height: 22px;
    height: 2.2rem;
    position: absolute;
    right: 30px;
    right: 3rem;
    right: 30px;
    right: 3rem;
    top: 30px;
    top: 3rem;
    top: 30px;
    top: 3rem;
    width: 22px;
    width: 2.2rem
  }

.modal-container__button--close:before {
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

.modal-container__button--close:after {
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}

.modal-container__button--close:before, .modal-container__button--close:after {
  background-color: #095091;
  background-color: #095091;
  content: '';
  display: block;
  height: 2px;
  height: 0.2rem;
  position: absolute;
  top: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 100%;
}

.modal-container .team-member__positions {
    margin: 10px 0 40px;
    margin: 1rem 0 4rem;
  }

@media (min-width: 1024px) {

  .modal-container .team-member__positions {
    margin: 2rem 0 4rem;
  }
}

@media (min-width: 1024px) {

  .modal-container .modal-container__content__image-wrapper {
    float: left;
    margin-right: 4.75rem;
  }
}

.modal-container .modal-container__content__image-wrapper a {
      display: block;
      margin: 20px 0;
      margin: 2rem 0;
}

.modal-container__content {
    background-color: #ffffff;
    background-color: #ffffff;
    height: 100vh;
    left: 50%;
    max-height: 977px;
    max-height: 97.7rem;
    max-width: 900px;
    max-width: 90rem;
    overflow: auto;
    padding: 60px 30px;
    padding: 6rem 3rem;
    padding: 60px 30px;
    padding: 6rem 3rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100vw;
}

@media (min-width: 1024px) {

  .modal-container__content {
    height: 85vh;
    overflow: hidden;
    padding: 9rem;
    width: 80vw;
  }
}

@media (min-width: 1024px) {

  .modal-container__content__body {
    max-height: 70rem;
    overflow: auto;
    max-height: calc(100% - 3rem);
  }
}

.modal-container__content__body p {
      margin-top: 0;
}

.team-component__category {
    margin-bottom: 20px;
    margin-bottom: 2rem;
  }

@media (min-width: 1024px) {

  .team-component__category {
    margin-bottom: 5rem;
  }
}

.team-member-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px -40px;
  margin: 0 -1.2rem -4rem;
}

@media (min-width: 1024px) {

  .team-member-list {
    margin: 0 -2.25rem -6rem;
  }
}

.team-member {
  margin: 0 12px 40px;
  margin: 0 1.2rem 4rem;
  width: calc(50% - 2.4rem);
}

@media (max-width: 1023px) {

  .team-member {
    max-width: 14.3rem;
  }
}

@media (min-width: 1024px) {

  .team-member {
    margin: 0 2.25rem 6rem;
    width: calc(50% - 4.5rem);
  }
}

.team-member__figure {
    cursor: pointer;
    position: relative;
}

.team-member__figure::after {
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

@media (min-width: 1024px) {

  .team-member__figure:hover img {
          outline: 6px solid #095091;
          outline: 6px solid #095091;
          outline-offset: -6px;
  }

  .team-member__figure:hover a::after {
          content: '';
  }
}

.team-member__figure img {
      margin-bottom: 12.5px;
      margin-bottom: 1.25rem;
}

.team-member__figure figcaption {
      margin-bottom: 8px;
      margin-bottom: 0.8rem;
}

@media (min-width: 1024px) {

  .team-member__figure a {
    position: relative;
  }

  .team-member__figure a::after {
    background-color: #93e1ff;
    background-color: #93e1ff;
    bottom: -0.2rem;
    display: block;
    height: 0.2rem;
    position: absolute;
    width: 100%;
  }
}

.team-member__positions {
    line-height: 24px;
    line-height: 2.4rem;
}

.team-modal-container {
  color: #555555;
  color: #555555;
  display: none;
}

.team-modal-container--active {
    background-color: rgba(0, 0, 0, .8);
    bottom: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999999;
  }

.team-modal-container__button--close {
    background-color: #ffffff;
    background-color: #ffffff;
    cursor: pointer;
    height: 22px;
    height: 2.2rem;
    position: absolute;
    right: 30px;
    right: 3rem;
    right: 30px;
    right: 3rem;
    top: 30px;
    top: 3rem;
    top: 30px;
    top: 3rem;
    width: 22px;
    width: 2.2rem
  }

.team-modal-container__button--close:before {
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  left: -1px;
  left: -0.1rem;
}

.team-modal-container__button--close:after {
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}

.team-modal-container__button--close:before, .team-modal-container__button--close:after {
  background-color: #ffffff;
  background-color: #ffffff;
  content: '';
  display: block;
  height: 2px;
  height: 0.2rem;
  position: absolute;
  width: 100%;
  background-color: #095091;
  background-color: #095091;
  height: 2px;
  height: 0.2rem;
  top: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@media (min-width: 1024px) {

  .team-modal-container .team-modal-container__content-wrapper {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    position: relative;
  }

  .team-modal-container .team-modal-container__content-wrapper:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)),to(rgba(255, 255, 255, 1)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 1) 100%);
    bottom: -0.1rem;
    content: '';
    display: block;
    height: 3rem;
    left: 0;
    position: absolute;
    right: 0;
  }
}

@media (min-width: 1024px) {

  .team-modal-container .team-modal-container__flex {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    overflow: auto;
  }
}

.team-modal-container .team-member__positions {
    margin: 10px 0 40px;
    margin: 1rem 0 4rem;
}

@media (min-width: 1024px) {

  .team-modal-container .team-member__positions {
    margin: 2rem 0 4rem;
  }
}

@media (min-width: 1024px) {

  .team-modal-container .team-modal-container__content__image-wrapper {
    float: left;
    margin-right: 4.75rem;
  }
}

.team-modal-container .team-modal-container__content__image-wrapper a {
      display: block;
      margin: 20px 0;
      margin: 2rem 0;
}

.team-modal-container__content {
    background-color: #ffffff;
    background-color: #ffffff;
    height: 100vh;
    left: 50%;
    max-height: 977px;
    max-height: 97.7rem;
    max-width: 900px;
    max-width: 90rem;
    overflow: auto;
    padding: 60px 30px;
    padding: 6rem 3rem;
    padding: 60px 30px;
    padding: 6rem 3rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100vw;
}

@media (min-width: 1024px) {

  .team-modal-container__content {
    height: 85vh;
    overflow: hidden;
    padding: 9rem;
    width: 80vw;
  }
}

.team-modal-container__content__body {
    margin-top: 20px;
    margin-top: 2rem;
}

@media (min-width: 1024px) {

  .team-modal-container__content__body {
    float: right;
    margin-top: 0;
    width: calc(100% - 35.5rem);
  }

  .team-modal-container__content__body:after {
    content: '';
    display: block;
    height: 3rem;
  }
}

.team-modal-container__content__body p {
      margin-top: 0;
}

.hero-banner {
  background: no-repeat center;
  background-size: cover;
  color: #ffffff;
  color: #ffffff;
  /* font-size: 8.8rem;
  line-height: 8.8rem; */
  position: relative;
  height: 250px;
  height: 25rem;
}

@media (min-width: 1024px) {

  .hero-banner {
    height: 65rem;
  }
}

.hero-banner__title {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

@media (min-width: 1024px) {

  .hero-banner__title {
    margin-top: 5.8rem;
  }
}

.hero-banner--brands {
  height: 251px;
  height: 25.1rem;
}

@media (min-width: 1024px) {

  .hero-banner--brands {
    height: 52.4rem;
  }
}

.hero-banner--brands__logo {
    /* height: 100%; */
    left: 50%;
    max-height: 60%;
    padding: 0 30px;
    padding: 0 3rem;
    padding: 0 30px;
    padding: 0 3rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: auto;
}

.hero-banner--brands__captions {
    display: none;
}

@media (min-width: 1024px) {

  .hero-banner--brands__captions {
    bottom: 3rem;
    bottom: 3rem;
    display: block;
    left: 3rem;
    left: 3rem;
    position: absolute;
  }

  .hero-banner--brands__captions__caption,
      .hero-banner--brands__captions__subcaption {
        display: block;
  }

  .hero-banner--brands__captions__caption {
        font-weight: 500;
  }

  .hero-banner--brands__captions__subcaption {
        font-size: 1rem;
        font-weight: 400;
        letter-spacing: 0.1rem;
        line-height: 1.2rem;
        margin-top: 1rem;
        text-transform: uppercase;
  }
}

.hero-slider__entry {
  background: no-repeat center;
  background-size: cover;
  color: #ffffff;
  color: #ffffff;
  position: relative;
}

@media (max-width: 1023px) {

  .hero-slider__entry {
    padding-bottom: 7.1rem;
    padding-top: 7.1rem;
  }
}

@media (min-width: 1024px) {

  .hero-slider__entry {
    height: 77rem;
  }

  .hero-slider__entry__title-container {
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
  }
}

.hero-slider__entry__supertitle, 
  .hero-slider__entry__title, 
  .hero-slider__entry__subtitle {
    display: block;
}

.hero-slider__entry__supertitle, 
  .hero-slider__entry__subtitle {
    font-size: 14px;
    font-size: 1.4rem;
}

.hero-slider__entry__supertitle {
    font-weight: 500;
    letter-spacing: 1px;
    letter-spacing: 0.1rem;
    line-height: 32px;
    line-height: 3.2rem;
    text-transform: uppercase;
}

@media (min-width: 1024px) {

  .hero-slider__entry__supertitle {
    font-size: 2.6rem;
    line-height: 3.6rem;
    margin-bottom: 0.75rem;
  }
}

.hero-slider__entry__subtitle {
    font-weight: 400;
    letter-spacing: -0.5px;
    letter-spacing: -0.05rem;
    line-height: 24px;
    line-height: 2.4rem;
    margin-top: 9px;
    margin-top: 0.9rem;
}

@media (min-width: 1024px) {

  .hero-slider__entry__subtitle {
    font-size: 3.2rem;
    line-height: 3.8rem;
    margin-top: 2.5rem;
  }
}

.hero-slider__entry__captions {
    display: none;
}

@media (min-width: 1024px) {

  .hero-slider__entry__captions {
    bottom: 3rem;
    bottom: 3rem;
    display: block;
    left: 3rem;
    left: 3rem;
    position: absolute;
  }

  .hero-slider__entry__captions__caption,
      .hero-slider__entry__captions__subcaption {
        color: #ffffff;
        color: #ffffff;
        display: block;
  }

  .hero-slider__entry__captions__caption {
        font-weight: 500;
  }

  .hero-slider__entry__captions__subcaption {
        font-size: 1rem;
        font-weight: 400;
        letter-spacing: 0.1rem;
        line-height: 1.2rem;
        margin-top: 1rem;
        text-transform: uppercase;
  }
}

.hero-slider__entry .button {
    margin: 15px 10px 0;
    margin: 1.5rem 1rem 0;
}

@media (min-width: 1024px) {

  .hero-slider__entry .button {
    margin-top: 3rem;
  }
}

#hero-slider.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

@media (max-width: 1023px) {

  @supports (display: flex) {

    #hero-slider .slick-track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        #hero-slider .slick-track .slick-slide{
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: auto;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
        }
  }
}

.featured-archive-entries {
  margin-top: 23px;
  margin-top: 2.3rem;
}

@media (min-width: 1024px) {

  .featured-archive-entries {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.featured-archive-entries__entry {
    margin-bottom: 35px;
    margin-bottom: 3.5rem;
}

@media (min-width: 1024px) {

  .featured-archive-entries__entry {
    width: 30rem;
  }

  .featured-archive-entries__entry:first-child {
    margin-right: 5rem;
  }
}

.featured-archive-entries__entry img {
      margin-bottom: 11px;
      margin-bottom: 1.1rem;
}

@media (min-width: 1024px) {

  .featured-archive-entries__entry img {
    margin-bottom: 1.8rem;
  }
}

.featured-archive-entries__entry:hover .featured-archive-entries__entry__title {
        color: #095091;
        color: #095091;
}

.featured-archive-entries__entry__title {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 26px;
    line-height: 2.6rem;
}

@media (min-width: 1024px) {

  .featured-archive-entries__entry__title {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}

.archive-entries {
  margin-top: 15px;
  margin-top: 1.5rem;
}

.archive-entries__entry {
    margin-bottom: 27.5px;
    margin-bottom: 2.75rem;
  }

@media (min-width: 1024px) {

  .archive-entries__entry {
    margin-bottom: 4.25rem;
  }
}

.archive-entries__year {
    margin-bottom: 20px;
    margin-bottom: 2rem;
    margin-top: 32.5px;
    margin-top: 3.25rem;
}

@media (max-width: 1023px) {

  .archive-entries__year {
    font-weight: 400;
  }
}

@media (min-width: 1024px) {

  .archive-entries__year:not(:first-of-type) {
    margin-top: 8.25rem;
  }
}

.archive-entries__media {
    margin: 8px 0 12px;
    margin: 0.8rem 0 1.2rem;
}

@media (min-width: 1024px) {

  .archive-entries__media {
    margin: 1rem 0 2rem;
  }
}

.archive-entries__entry__date,  .archive-entries__entry__title {
    line-height: 24px;
    line-height: 2.4rem;
}

.archive-entries__entry__date {
    color: #555555;
    color: #555555;
    display: block;
}

@media (min-width: 1024px) {

  .archive-entries__entry__date {
    margin-bottom: 0.9rem;
  }
}

.archive-entries__entry__title {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0;
}

@media (min-width: 1024px) {

  .archive-entries__entry__title {
    font-size: 1.5rem;
    line-height: 2.6rem;
    margin-top: 1rem;
  }
}

@media (min-width: 1024px) {

  .archive-entries__entry__content {
    margin-top: 0.9rem;
  }
}

.archive-entries-header {
  margin: 51px 0 20px;
  margin: 5.1rem 0 2rem;
}

@media (min-width: 1024px) {

  .archive-entries-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 4.1rem 0 3rem;
  }
}

@media (min-width: 1024px) {

  .archive-entries-header--history {
    margin-top: 6rem;
  }
}

.archive-entries-filter {
  margin: 19px 0 30px;
  margin: 1.9rem 0 3rem;
  position: relative;
}

@media (min-width: 1024px) {

  .archive-entries-filter {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
    position: static;
    text-align: right;
  }
}

.archive-entries-filter__title {
    color: #555555;
    color: #555555;
    margin-right: -8px;
    margin-right: -0.8rem;
}

@media (min-width: 1024px) {

  .archive-entries-filter__category {
    position: relative;
  }
}

.archive-entries-filter__category__label {
    color: #095091;
    color: #095091;
    cursor: pointer;
    font-weight: 500;
    margin-left: 18px;
    margin-left: 1.8rem;
    padding-right: 15px;
    padding-right: 1.5rem;
    position: relative;
}

.archive-entries-filter__category__label::before {
  border-top: 6px solid #095091;
  border-top: 0.6rem solid #095091;
  border-top: 6px solid #095091;
  border-top: 0.6rem solid #095091;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-left: 0.4rem solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-right: 0.4rem solid rgba(0, 0, 0, 0);
  content: '';
  display: block;
  right: 0;
  position: absolute;
  top: 6px;
  top: 0.6rem;
}

.archive-entries-filter__category__options {
    display: none;
    background-color: #ffffff;
    background-color: #ffffff;
    border: 2px solid #eaeaea;
    border: 2px solid #eaeaea;
    left: 0;
    max-width: 380px;
    max-width: 38rem;
    padding: 15px 21px 5px;
    padding: 1.5rem 2.1rem 0.5rem;
    position: absolute;
    right: 0;
    text-align: left;
    top: calc(100% + 1rem);
    white-space: nowrap;
    z-index: 1;
}

@media (min-width: 1024px) {

  .archive-entries-filter__category__options {
    left: auto;
    max-width: none;
    right: -2rem;
  }
}

@media (min-width: 1280px) {

  .archive-entries-filter__category__options {
    left: 0;
    right: auto;
  }
}

.archive-entries-filter__category__options.active {
  display: block;
}

.archive-entries-filter__category__options li {
      margin-bottom: 12px;
      margin-bottom: 1.2rem;
}

.archive-entries-filter__category__options li a.active {
        position: relative
      }

.archive-entries-filter__category__options li a.active::before {
  background-color: #93e1ff;
  background-color: #93e1ff;
  content: '';
  display: block;
  height: 15px;
  height: 1.5rem;
  left: -10px;
  left: -1rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  width: 0.3rem;
}

.archive-entries-filter__category__options a {
      font-weight: 500;
}

.archive-entries-filtered-by__filterbox {
    background-color: #ffffff;
    background-color: #ffffff;
    border: 2px solid #eaeaea;
    border: 2px solid #eaeaea;
    color: #555555;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0 4px 10px 0;
    margin: 0 0.4rem 1rem 0;
    padding: 10px 30px 10px 8px;
    padding: 1rem 3rem 1rem 0.8rem;
    position: relative
  }

.archive-entries-filtered-by__filterbox:before {
  color: #095091;
  color: #095091;
  content: '+';
  font-size: 27.5px;
  font-size: 2.75rem;
  position: absolute;
  right: 5px;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.archive-entries-results {
  margin-top: 20px;
  margin-top: 2rem;
}

.archive-entries-no-results {
  color: #555555;
  color: #555555;
}

@media (min-width: 1024px) {

  .archive-entries-no-results {
    margin-bottom: 29rem;
  }
}

.archive-entries-pagination {
  font-size: 0;
  margin-top: 45px;
  margin-top: 4.5rem;
  text-align: center;
}

@media (min-width: 1024px) {

  .archive-entries-pagination {
    margin-top: 8.5rem;
    text-align: left;
  }
}

.archive-entries-pagination .page-numbers {
    background-color: #ffffff;
    background-color: #ffffff;
    border: 2px solid #eaeaea;
    border: 2px solid #eaeaea;
    display: none;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 12px 0;
    padding: 1.2rem 0;
    position: relative;
    text-align: center;
    width: 44px;
    width: 4.4rem;
}

@media (min-width: 1024px) {

  .archive-entries-pagination .page-numbers {
    display: inline-block;
    margin: 0 1rem 0 0;
  }
}

.archive-entries-pagination .page-numbers.prev,
    .archive-entries-pagination .page-numbers.next,
    .archive-entries-pagination .page-numbers.current {
  display: inline-block;
}

@media (min-width: 1024px) {

  .archive-entries-pagination .page-numbers:hover {
    border-color: #095091;
    border-color: #095091;
  }
}

.archive-entries-pagination .page-numbers.current {
  background-color: #095091;
  background-color: #095091;
  border-color: #095091;
  border-color: #095091;
  color: #ffffff;
  color: #ffffff;
}

@media (max-width: 1023px) {

  .archive-entries-pagination .page-numbers.current {
    margin: 0 5.5rem;
  }

  .archive-entries-pagination .page-numbers.current::before, .archive-entries-pagination .page-numbers.current::after {
    background: url('img/ui/elipses.svg') center no-repeat;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .archive-entries-pagination .page-numbers.current::before {
    right: calc(100% + 1rem);
  }

  .archive-entries-pagination .page-numbers.current::after {
    left: calc(100% + 1rem);
  }

  .archive-entries-pagination .page-numbers.current:first-child {
    margin-left: 0;
  }

  .archive-entries-pagination .page-numbers.current:first-child::before {
    display: none;
  }

  .archive-entries-pagination .page-numbers.current:last-child {
    margin-right: 0;
  }

  .archive-entries-pagination .page-numbers.current:last-child::after {
    display: none;
  }
}

.archive-entries-pagination .page-numbers.dots {
  background: rgba(0, 0, 0, 0) url('img/ui/elipses.svg') center no-repeat;
  border-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
  margin: 0 7.5px 0 -3.5px;
  margin: 0 0.75rem 0 -0.35rem;
}

.archive-entries-pagination__previous-page, .archive-entries-pagination__next-page {
    color: #ffffff;
    color: #ffffff;
}

.archive-entries-pagination__previous-page::before, .archive-entries-pagination__next-page::before {
  background: url('img/arrows/arrow-blue.svg') center no-repeat;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.archive-entries-pagination__previous-page::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

@media (min-width: 1024px) {

  .archive-entries--history {
    margin-top: -6.4rem;
  }

  .archive-entries-filtered-by + .archive-entries-results .archive-entries--history {
      margin-top: 0;
  }
}

.featured-media {
  color: #ffffff;
  color: #ffffff;
  position: relative;
}

.featured-media__captions {
    display: none;
  }

@media (min-width: 1024px) {

  .featured-media__captions {
    bottom: 3rem;
    bottom: 3rem;
    display: block;
    left: 2.2rem;
    position: absolute;
  }

  .featured-media__captions__caption,
      .featured-media__captions__subcaption {
        display: block;
  }

  .featured-media__captions__caption {
        font-size: 1.4rem;
        font-weight: 500;
  }

  .featured-media__captions__subcaption {
        font-size: 1rem;
        font-weight: 400;
        letter-spacing: 0.1rem;
        line-height: 1.2rem;
        margin-top: 0.2rem;
        text-transform: uppercase;
  }
}

.featured-media__download-button {
    background: url('img/icons/icon-download-white.svg') center no-repeat;
    background-size: contain;
    bottom: 30px;
    bottom: 3rem;
    bottom: 30px;
    bottom: 3rem;
    display: block;
    height: 18px;
    height: 1.8rem;
    right: 22px;
    right: 2.2rem;
    position: absolute;
    width: 15px;
    width: 1.5rem;
}

@media (min-width: 1024px) {

  .pages-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -8.5rem;
  }
}

.pages-list__page {
    margin-bottom: 40px;
    margin-bottom: 4rem;
}

@media (min-width: 1024px) {

  .pages-list__page {
    -ms-flex-preferred-size: calc(33.333% - 7rem);
        flex-basis: calc(33.333% - 7rem);
    margin-bottom: 8.5rem;
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
}

.pages-list__page__content {
    font-weight: 400;
}

.pages-list p {
    margin: 15px 0 20px;
    margin: 1.5rem 0 2rem;
}

@media (min-width: 1024px) {

  .pages-list p {
    margin: 2rem 0 2.5rem;
  }
}

.pages-list--type2 {
    color: #ffffff;
    color: #ffffff;
  }

@media (min-width: 1024px) {

  .pages-list--type2 {
    margin-bottom: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.pages-list--type2 .pages-list__page {
      background: center no-repeat;
      background-size: cover;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 405px;
      height: 40.5rem;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-bottom: 1px;
      margin-bottom: 0.1rem;
      padding: 50px 30px;
      padding: 5rem 3rem;
      padding: 50px 30px;
      padding: 5rem 3rem;
}

@media (min-width: 1024px) {

  .pages-list--type2 .pages-list__page {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33.333%;
            flex: 1 1 33.333%;
    height: 48rem;
    margin: 0 0.05rem;
    padding: 5rem;
  }
}

.pages-list--type2 .pages-list__page__title {
      color: #ffffff;
      color: #ffffff;
      font-size: 26px;
      font-size: 2.6rem;
      font-weight: 500;
      line-height: 30px;
      line-height: 3rem;
      margin-top: auto;
}

@media (min-width: 1024px) {

  .pages-list--type2 .pages-list__page__title {
    font-size: 3.2rem;
    line-height: 3.8rem;
  }
}

.pages-list--type2 .button {
      -ms-flex-item-align: start;
          align-self: flex-start;
      margin-top: 25px;
      margin-top: 2.5rem;
}

@media (min-width: 1024px) {

  .pages-list--type2 .button {
    margin-top: 3.5rem;
  }
}

@media (min-width: 1024px) {

  .pages-list--type1.page-list-2-col .pages-list__page {
    -ms-flex-preferred-size: calc(50% - 7rem);
        flex-basis: calc(50% - 7rem);
  }
}

.sharethis-wrapper {
  margin: 25px 0 0 0;
  margin: 2.5rem 0 0 0;
}

.st-btn > img {
  /* Override `content img` margins */
  margin: 0;
}

.search-results {
  color: #555555;
  color: #555555;
}

.search-results__entry {
    margin-top: 20px;
    margin-top: 2rem;
  }

@media (min-width: 1024px) {

  .search-results__entry {
    margin-top: 4rem;
  }
}

.search-results__entry__title {
    display: block;
}

@media (min-width: 1024px) {

  .search-results__entry__title {
    margin-bottom: 0.5rem;
  }
}

.search-results-amount {
  color: #555555;
  color: #555555;
  display: block;
  margin-bottom: 30px;
  margin-bottom: 3rem;
}

@media (min-width: 1024px) {

  .search-results-amount {
    margin-bottom: 5rem;
  }
}

@media (max-width: 1023px) {

  .image-panel {
    background-image: none !important;
    margin: 0 auto 4rem;
    max-width: 37.5rem !important;
  }
}

@media (min-width: 1024px) {

  .image-panel {
    background: no-repeat center;
    background-size: cover;
    padding: 6.4rem 0;
    position: relative;
  }

  .image-panel:not(.image-panel--type2) {
    border-bottom: 0.1rem solid #ffffff;
    border-bottom: 0.1rem solid #ffffff;
  }

  .image-panel:last-child {
    border-bottom: none;
  }

  .image-panel:nth-last-child(2n) .image-panel__content {
        margin-left: auto;
  }

  .image-panel:nth-last-child(2n-1) .image-panel__content {
        margin-right: auto;
  }
}

.image-panel__content {
    padding-top: 15px;
    padding-top: 1.5rem;
}

@media (min-width: 1024px) {

  .image-panel__content {
    background-color: #ffffff;
    background-color: #ffffff;
    min-height: 40rem;
    padding: 6.4rem 6.4rem 6.4rem 4.8rem;
    width: 44.7rem;
  }
}

.image-panel__content *:first-child {
      margin-top: 0;
}

.image-panel__content h3 {
      font-weight: 400; 
      text-transform: none;
}

@media (max-width: 1023px) {

  .image-panel__content h3 {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 1024px) {

  .image-panel__content h3 {
    margin-bottom: 2rem;
  }
}

.image-panel__content p {
      color: #555555;
      color: #555555;
}

.image-panel__content .button {
      margin-top: 6px;
      margin-top: 0.6rem;
}

@media (min-width: 1024px) {

  .image-panel-list--type2 {
    background-color: #fafafa;
    background-color: #fafafa;
  }
}

.image-panel--type2 {
  padding-bottom: 0;
  padding-top: 0;
}

@media (max-width: 1023px) {

  .image-panel--type2 {
    padding: 0 3rem !important;
    padding: 0 3rem !important;
  }
}

@media (min-width: 1024px) {

  .image-panel--type2::after {
    content: '';
    clear: both;
    display: table;
  }

  .image-panel--type2:nth-last-child(2n) .image-panel__content {
        float: right;
        padding-left: 13rem;
        padding-right: 8rem;
  }

  .image-panel--type2:nth-last-child(2n) .image-panel__image {
        float: left;
  }

  .image-panel--type2:nth-last-child(2n-1) .image-panel__content {
        float: left;
        padding-left: 8rem;
        padding-right: 13rem;
  }

  .image-panel--type2:nth-last-child(2n-1) .image-panel__image {
        float: right;
  }

  .image-panel--type2 .image-panel__image, .image-panel--type2 .image-panel__content {
      width: 50%;
  }

  .image-panel--type2 .image-panel__content {
      background-color: rgba(0, 0, 0, 0);
  }
}

@media (min-width: 1024px) {

  .image-panel__image--mobile {
    display: none;
  }
}

.on-page-navigation {
  display: none;
  max-width: 220px;
  max-width: 22rem;
}

@media (min-width: 1024px) {

  .on-page-navigation {
    display: block;
  }

      .on-page-navigation .menu li {
        margin-bottom: 1.65rem;
      }

        .on-page-navigation .menu li a {
          font-weight: 500;
        }

  .on-page-navigation .current-menu-item, .on-page-navigation .menu-item:hover {
      position: relative;
  }

  .on-page-navigation .current-menu-item::before, .on-page-navigation .menu-item:hover::before {
    background-color: #93e1ff;
    background-color: #93e1ff;
    content: '';
    display: block;
    height: 1.5rem;
    left: -2rem;
    position: absolute;
    top: calc(50% - 0.1rem);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0.3rem;
  }
}

.on-page-navigation-foot {
  background-color: #095091;
  background-color: #095091;
  text-align: center;
}

@media (min-width: 1024px) {

  .on-page-navigation-foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.on-page-navigation-foot a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 auto;
    min-height: 104px;
    min-height: 10.4rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px;
    padding: 3rem;
    padding: 30px;
    padding: 3rem;
    position: relative;
}

@media (min-width: 1024px) {

  .on-page-navigation-foot a {
    font-size: 3.2rem;
    min-height: 25rem;
    line-height: 3.8rem;
  }
}

.on-page-navigation-foot a:hover {
  background-color: #054886;
}

.on-page-navigation-foot__previous:not(:last-child) {
    border-right: 1px solid #2B6398;
    border-right: 1px solid #2B6398;
}

@media (max-width: 1023px) {

  .on-page-navigation-foot__previous:not(:last-child) {
    display: none !important;
  }
}

.on-page-navigation-foot__super-title {
    color: #93e1ff;
    color: #93e1ff;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 10px;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

@media (min-width: 1024px) {

  .on-page-navigation-foot__super-title {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}

@media (min-width: 1024px) {

  .on-page-navigation-foot__logo + .on-page-navigation-foot__super-title {
    position: relative;
    top: -5.4rem;
  }
}

.on-page-navigation-foot__logo {
    max-height: 80px;
    max-height: 8rem;
    max-width: 220px;
    max-width: 22rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

@media (min-width: 1024px) {

  .on-page-navigation-foot__logo {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    position: absolute;
    top: calc(50% + 2rem);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.on-page-navigation-foot__logo {/*
Fix for IE10 svg issues with scaling
*/
}

@media screen and (min-width:0\0) {

  .on-page-navigation-foot__logo {
    height: 100% !important;
    width: 100% !important;
  }
}

.on-page-navigation-foot__title {
    max-width: 400px;
    max-width: 40rem;
}

@media (min-width: 1024px) {

  .on-page-navigation-foot__title {
    max-width: 60rem;
  }
}

.icon {
  font-size: 0;
}

.icon a {
    background-size: cover;
    display: block
  }

.icon a::after {
  display: none !important;
}

.icon--facebook a {
    background: url('img/icons/icon-facebook.svg') no-repeat center;
    height: 16px;
    width: 8px
  }

.icon--facebook a:hover {
  background-image: url('img/icons/icon-facebook-blue.svg');
}

.icon--instagram a {
    background: url('img/icons/icon-instagram.svg') no-repeat center;
    height: 16px;
    width: 16px
  }

.icon--instagram a:hover {
  background-image: url('img/icons/icon-instagram-blue.svg');
}

.icon--twitter a {
    background: url('img/icons/icon-twitter.svg') no-repeat center;
    height: 15px;
    width: 18px
  }

.icon--twitter a:hover {
  background-image: url('img/icons/icon-twitter-blue.svg');
}

.icon--youtube a {
    background: url('img/icons/icon-youtube.svg') no-repeat center;
    height: 14px;
    position: relative;
    top: 1px;
    width: 17px
  }

.icon--youtube a:hover {
  background-image: url('img/icons/icon-youtube-blue.svg');
}

.icon--pinterest a {
    background: url('img/icons/icon-pinterest.svg') no-repeat center;
    height: 17px;
    width: 17px
  }

.icon--pinterest a:hover {
  background-image: url('img/icons/icon-pinterest-blue.svg');
}

.icon--linkedin a {
    background: url('img/icons/icon-linkedin.svg') no-repeat center;
    height: 17px;
    width: 17px
  }

.icon--linkedin a:hover {
  background-image: url('img/icons/icon-linkedin-blue.svg');
}

.icon--contact a::before {
  content: url('img/icons/icon-phone.svg');
}

.icon--inline a {
    margin-left: 25px;
    margin-left: 2.5rem;
    position: relative
  }

.icon--inline a::before {
  display: inline-block;
  left: -25px;
  left: -2.5rem;
  margin-right: 10px;
  margin-right: 1rem;
  position: absolute;
  vertical-align: middle;
}

.gonna p {
    display: block;
    
  }

.pdf-inline-wrapper {
    position: relative;
    padding-bottom: 30px;
    padding-bottom: 3rem;
}

.pdf-inline-wrapper-shim {
    position: relative;
    display: block;
    width: 100%;
    pointer-events: none;
}

.pdf-inline-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}