/*!********************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../../node_modules/normalize.css/normalize.css ***!
  \********************************************************************************************************************************/
/*! normalize.css v8.0.1 | 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;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * 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 {
  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 */
  text-decoration: underline dotted; /* 2 */
}

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

b,
strong {
  font-weight: bolder;
}

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

/*!******************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../../node_modules/sanitize.css/sanitize.css ***!
  \******************************************************************************************************************************/
/* Document
 * ========================================================================== */

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Backgrounds do not repeat by default (opinionated).
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  background-repeat: no-repeat; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */

::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Breaks words to prevent overflow in all browsers (opinionated).
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Remove the grey highlight on links in iOS (opinionated).
 * 6. Prevent adjustments of font size after orientation changes in iOS.
 */

:where(:root) {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  overflow-wrap: break-word; /* 3 */
  -moz-tab-size: 4; /* 4 */
  tab-size: 4; /* 4 */
  -webkit-tap-highlight-color: transparent; /* 5 */
  -webkit-text-size-adjust: 100%; /* 6 */
}

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

/**
 * Remove the margin in all browsers (opinionated).
 */

:where(body) {
  margin: 0;
}

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

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

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

/**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */

:where(dl, ol, ul) :where(dl, ol, ul) {
  margin: 0;
}

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 */

:where(hr) {
  color: inherit; /* 1 */
  height: 0; /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

:where(nav) :where(ol, ul) {
  list-style-type: none;
  padding: 0;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */

:where(nav li)::before {
  content: "\200B";
  float: left;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */

:where(pre) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  overflow: auto; /* 3 */
}

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

/**
 * Add the correct text decoration in Safari.
 */

:where(abbr[title]) {
  text-decoration: underline;
  text-decoration: underline dotted;
}

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

:where(b, strong) {
  font-weight: bolder;
}

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

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

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

:where(small) {
  font-size: 80%;
}

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

/*
 * Change the alignment on media elements in all browsers (opinionated).
 */

:where(audio, canvas, iframe, img, svg, video) {
  vertical-align: middle;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */

:where(iframe) {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

:where(svg:not([fill])) {
  fill: currentColor;
}

/* Tabular data
 * ========================================================================== */

/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */

:where(table) {
  border-collapse: collapse; /* 1 */
  border-color: inherit; /* 2 */
  text-indent: 0; /* 3 */
}

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

/**
 * Remove the margin on controls in Safari.
 */

:where(button, input, select) {
  margin: 0;
}

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

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

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */

:where(fieldset) {
  border: 1px solid #a0a0a0;
}

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

:where(progress) {
  vertical-align: baseline;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 3. Change the resize direction in all browsers (opinionated).
 */

:where(textarea) {
  margin: 0; /* 1 */
  resize: vertical; /* 3 */
}

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

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

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons 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 styles in Safari.
 */

:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

:where(dialog:not([open])) {
  display: none;
}

/*
 * Add the correct display in Safari.
 */

:where(details > summary:first-of-type) {
  display: list-item;
}

/* Accessibility
 * ========================================================================== */

/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */

:where([aria-busy="true" i]) {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */

:where([aria-controls]) {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */

:where([aria-disabled="true" i], [disabled]) {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */

:where([aria-hidden="false" i][hidden]) {
  display: initial;
}

:where([aria-hidden="false" i][hidden]:not(:focus)) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./screen.scss ***!
  \************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* stylelint-disable function-name-case */
/* stylelint-enable */
@font-face {
  font-family: "Marr Sans Web";
  src: url("../fonts/MarrSans-Bold-Web.woff2") format("woff2"), url("../fonts/MarrSans-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}
/*
@font-face {
    font-family: 'Marr Sans Web';
    src:
        url('../fonts/MarrSans-Semibold-Web.woff2') format('woff2'),
        url('../fonts/MarrSans-Semibold-Web.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}
*/
@font-face {
  font-family: "Marr Sans Web";
  src: url("../fonts/MarrSans-Regular-Web.woff2") format("woff2"), url("../fonts/MarrSans-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
.t-page-standfirst {
  font-weight: 400;
  font-size: 35px;
  line-height: 1.1428571429;
}
@media (min-width: 1000px) {
  .t-page-standfirst {
    font-size: 55px;
    line-height: 1.0909090909;
  }
}

.t-section-title {
  font-weight: 700;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: -0.025em;
}
@media (min-width: 1000px) {
  .t-section-title {
    font-size: 55px;
    line-height: 60px;
  }
}
@media (min-width: 1000px) {
  .t-section-title__small {
    font-size: 36px;
    line-height: 40px;
  }
}

.t-button {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.1111111111;
}
.t-button--small {
  font-size: 14px;
}

.t-body-standfirst {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
}
@media (min-width: 1000px) {
  .t-body-standfirst {
    font-size: 18px;
    line-height: 1.4444444444;
  }
}

.t-body {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2222222222;
}

.t-caption-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
}
.small-section-title {
  font-size: 36px;
  line-height: 40px;
}

.t-caption-body {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
}

.t-amenity-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 0.8181818182;
}
@media (min-width: 1000px) {
  .t-amenity-title {
    font-size: 18px;
    line-height: 0.8181818182;
  }
}

.t-featured-primary-standfirst {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.1333333333;
  margin-top: 0 !important;
}
.t-featured-primary-standfirst--desktop-only {
  font-size: 18px;
  line-height: 1.1111111111;
}
@media (min-width: 1000px) {
  .t-featured-primary-standfirst {
    font-size: 36px;
    line-height: 1.1111111111;
  }
}

.t-featured-secondary-standfirst {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.1818181818;
}
@media (min-width: 1000px) {
  .t-featured-secondary-standfirst {
    font-size: 26px;
    line-height: 1.1538461538;
  }
}

.t-featured-body-copy {
  font-weight: 400;
  font-size: 21px;
  line-height: 1.2;
}
.t-featured-body-copy--desktop-only {
  font-size: 18px;
  line-height: 1.2222222222;
}
@media (min-width: 1000px) {
  .t-featured-body-copy {
    font-size: 22px;
    line-height: 1.2727272727;
  }
}
@media (max-width: 1000px) {
  .t-featured-body-copy {
    padding-top: 10px;
    font-size: 16px;
    line-height: 1.25;
  }
}

.t-terms-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.25;
}
.t-quote {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.1333333333;
}

@media (min-width: 1000px) {
  .u-mobile-only {
    display: none !important;
  }
}

@media (max-width: 999px) {
  .u-desktop-only {
    display: none !important;
  }
}

html {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: 400 18px/1.22 "Marr Sans Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-stretch: normal;
  color: #000;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}
@media (min-width: 600px) {
  html {
    font-size: 22px;
  }
}
@media (min-width: 1000px) {
  html {
    font-size: 22px;
  }
}

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

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  scroll-behavior: smooth;
}

::-webkit-input-placeholder {
  font: inherit;
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  font: inherit;
  color: #ccc;
  opacity: 1;
  line-height: 2;
}

:-ms-input-placeholder {
  font: inherit;
  color: #ccc;
  opacity: 1;
}

:-moz-placeholder {
  font: inherit;
  color: #ccc;
  opacity: 1;
}

strong {
  font-weight: 700;
}

.search-section__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.search-section__wrapper form {
  width: 80%;
  margin-top: 330px;
  margin-bottom: 330px;
  position: relative;
}
.search-section__wrapper input {
  width: 100%;
  padding-bottom: 10px;
  background: none;
  border: 0;
  border-bottom: 11px solid #fff;
  font-size: 55px;
  color: #fff;
  font-weight: 700;
}
.search-section__wrapper input::-webkit-input-placeholder {
  color: #fff;
  font-size: 55px;
  font-weight: 700;
}
.search-section__wrapper input::-moz-placeholder {
  color: #fff;
  font-size: 55px;
  font-weight: 700;
}
.search-section__wrapper input:-ms-input-placeholder {
  color: #fff;
  font-size: 55px;
  font-weight: 700;
}
.search-section__wrapper input::-ms-input-placeholder {
  color: #fff;
  font-size: 55px;
  font-weight: 700;
}
.search-section__wrapper input::placeholder {
  color: #fff;
  font-size: 55px;
  font-weight: 700;
}
.search-section__wrapper button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  height: 46px;
  width: 46px;
  border: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-container {
  width: 100%;
}
.grid-wrapper.has-green-background {
  background: rgba(53, 117, 98, 0.502);
}

.split-grid {
  position: relative;
  -ms-grid-column: 2;
  -ms-grid-column-span: 12;
  grid-column: 2/span 12;
  padding: 45px 0;
}
.split-grid.line-above {
  border-top: 1px solid #000;
}
.split-grid .connect-section {
  border-bottom: 1px solid #000;
  padding-bottom: 85px;
}
.split-grid .connect-section__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
  margin-top: 45px;
}
@media (max-width: 600px) {
  .split-grid .connect-section__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.split-grid .connect-section__inner p {
  margin: 0;
}
.split-grid .connect-section img {
  width: 100%;
}
.split-grid .connect-section a {
  margin-top: 20px;
  display: block;
}
.split-grid .connect-section a svg {
  fill: none !important;
  margin-left: 5px;
}
.split-grid .connect-section a:hover svg {
  fill: #000 !important;
}
.split-grid .connect-section a:hover svg path {
  fill: #fff;
  stroke: #fff;
}
.split-grid .connect-section a:hover svg path:first-child {
  fill: #000;
  stroke: #000;
}
.split-grid .why-rd-section {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  grid-column-gap: 40px;
  border-bottom: 1px solid #000;
  padding-bottom: 45px;
}
@media (max-width: 600px) {
  .split-grid .why-rd-section {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.split-grid .why-rd-section.flipped {
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
}
.split-grid .why-rd-section.no-border-bottom {
  padding-bottom: 0;
  border-bottom: 0;
}
.split-grid .why-rd-section img {
  width: 100%;
}
.split-grid .location-discover {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  grid-column-gap: 40px;
}
@media (max-width: 600px) {
  .split-grid .location-discover {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.split-grid .location-discover h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 40px;
}
.split-grid .location-discover p {
  font-size: 22px;
  line-height: 25px;
}
.split-grid .location-discover img {
  width: 100%;
}
.split-grid .location-discover a svg {
  fill: none !important;
}
.split-grid .location-discover a:hover svg {
  fill: #000 !important;
}
.split-grid .location-discover a:hover svg path {
  fill: #fff;
  stroke: #fff;
}
.split-grid .location-discover a:hover svg path:first-child {
  fill: #000;
  stroke: #000;
}
.split-grid .doing-section a {
  margin-top: 20px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.split-grid .doing-section__content {
  margin-top: 20px;
}
.split-grid .doing-section__blocks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 40px;
  margin-top: 20px;
}
.split-grid .doing-section__blocks.span-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.split-grid .doing-section__blocks .card-grid__card {
  -ms-grid-column-span: 1;
  grid-column: span 1;
}
.split-grid .doing-section__blocks .card-grid__card .card-grid__card__title {
  font-size: 55px;
  line-height: 60.5px;
}
.split-grid .doing-section__blocks .card-grid__card .card-grid__card__subtitle {
  font-size: 55px;
  line-height: 60.5px;
  font-weight: 700;
}
.split-grid .double-column-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
}
@media (max-width: 600px) {
  .split-grid .double-column-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.split-grid .double-column-grid h2 {
  margin-top: 0;
}
.split-grid .double-column-grid:first-child {
  margin-bottom: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid #000;
}
.split-grid .double-column-grid.line-above {
  border-top: 1px solid #000;
  padding-top: 45px;
  margin-top: 45px;
}
.split-grid .double-column-grid.line-above:first-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.split-grid .double-column-grid ol {
  padding: 0 20px;
}
.split-grid .double-column-grid img {
  width: 100%;
}
.split-grid .funding-section {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
}
@media (max-width: 600px) {
  .split-grid .funding-section {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.split-grid .funding-section h2 {
  margin-top: 0;
  font-size: 36px;
}
.split-grid .funding-section ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.split-grid .funding-section ul li {
  padding: 10px 0;
  border-top: 1px solid #000;
}
.split-grid .funding-section ul li:last-child {
  border-bottom: 1px solid #000;
}
.split-grid .community-section {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
}
@media (max-width: 600px) {
  .split-grid .community-section {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.split-grid .community-section:not(:last-child) {
  border-bottom: 1px solid #000;
  padding-bottom: 45px;
  margin-bottom: 45px;
}
.split-grid .community-section ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.split-grid .community-section ul li:not(:last-child) {
  margin-bottom: 20px;
}
.split-grid .community-section ul li a {
  padding: 10px 20px;
}
.split-grid .community-section ul li a svg {
  fill: none;
  margin-left: 20px;
}
.split-grid .community-section img {
  width: 100%;
}
.split-grid .board-section__content {
  max-width: 50%;
}
@media (max-width: 600px) {
  .split-grid .board-section__content {
    max-width: 100%;
  }
}
.split-grid .board-section picture {
  width: 100%;
  height: 191px;
  -o-object-fit: cover;
     object-fit: cover;
}
.split-grid .map-section {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  grid-column-gap: 40px;
}
@media (max-width: 999px) {
  .split-grid .map-section {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
@media (max-width: 999px) {
  .split-grid .map-section__content {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.split-grid .map-section img {
  width: 100%;
}
.split-grid .resource-items {
  margin-top: 45px;
}
.split-grid .resource-items .resource-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #000;
  padding: 45px 0;
}
@media (max-width: 600px) {
  .split-grid .resource-items .resource-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.split-grid .resource-items .resource-item__content {
  max-width: 50%;
}
@media (max-width: 600px) {
  .split-grid .resource-items .resource-item__content {
    max-width: 100%;
  }
}
.split-grid .resource-items .resource-item__content h2 {
  margin-top: 0;
  font-size: 36px;
  line-height: 40px;
}
.split-grid .resource-items .resource-item__content p {
  margin-bottom: 0;
}
.split-grid .resource-items .resource-item__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.split-grid .resource-items .resource-item__buttons a {
  font-size: 16px;
  padding: 10px 20px;
}
.split-grid .resource-items .resource-item__buttons a:not(:last-child) {
  margin-bottom: 20px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.split-grid .resource-items .resource-item__buttons a svg {
  fill: none;
  margin-left: 20px;
}
.split-grid .connect-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
  grid-column-gap: 40px;
}
.split-grid .connect-block .content h2 {
  margin-top: 0;
  font-size: 18px;
  line-height: 20.7px;
}
.split-grid .connect-block .content p {
  font-size: 18px;
  line-height: 20.7px;
}
.split-grid .connect-block form input {
  color: #000;
  font-size: 18px;
  outline: none;
  line-height: 20.7px;
}
.split-grid .connect-block form input::-webkit-input-placeholder {
  font-size: 18px;
  line-height: 20.7px;
  color: #000;
}
.split-grid .connect-block form input::-moz-placeholder {
  font-size: 18px;
  line-height: 20.7px;
  color: #000;
}
.split-grid .connect-block form input:-ms-input-placeholder {
  font-size: 18px;
  line-height: 20.7px;
  color: #000;
}
.split-grid .connect-block form input::-ms-input-placeholder {
  font-size: 18px;
  line-height: 20.7px;
  color: #000;
}
.split-grid .connect-block form input::placeholder {
  font-size: 18px;
  line-height: 20.7px;
  color: #000;
}
.split-grid .connect-block form button[type=submit] {
  padding: 10px 20px;
  font-size: 16px;
  line-height: 17.6px;
}
@media (max-width: 600px) {
  .split-grid .connect-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.split-grid .connect-block img {
  width: 100%;
}
.split-grid .double-grid-section {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
}
@media (max-width: 600px) {
  .split-grid .double-grid-section {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.split-grid .double-grid-section h2 {
  font-size: 36px;
  line-height: 40px;
  margin-top: 0;
  margin-bottom: 20px;
}
.split-grid .double-grid-section h2.double-grid-section__small-heading {
  font-size: 18px;
  line-height: 20.7px;
}
.split-grid .double-grid-section ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.split-grid .double-grid-section ul li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.split-grid .double-grid-section ul li:first-child {
  border-top: 1px solid #000;
}
.split-grid .double-grid-section img {
  width: 100%;
  height: 530px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 600px) {
  .split-grid .double-grid-section img {
    height: 350px;
  }
}
.split-grid .double-grid-section a svg {
  fill: none !important;
  margin-left: 5px;
}
.split-grid .double-grid-section a:hover svg {
  fill: #000 !important;
}
.split-grid .double-grid-section a:hover svg path {
  fill: #fff;
  stroke: #fff;
}
.split-grid .double-grid-section a:hover svg path:first-child {
  fill: #000;
  stroke: #000;
}
@media (min-width: 1000px) {
  .split-grid .team-member:not(:last-child) {
    position: relative;
  }
  .split-grid .team-member:not(:last-child)::after {
    position: absolute;
    background: currentColor;
    content: "";
    top: 0;
    bottom: 0;
    width: 1px;
    height: auto;
    left: calc(100% + 15px);
    right: auto;
  }
}
@media (min-width: 1400px) {
  .split-grid .team-member:not(:last-child)::after {
    left: calc(100% + 22.5px);
  }
}
.split-grid .team-member picture {
  height: 183px;
  width: 100%;
}
.split-grid .team-member picture img {
  min-height: 100%;
}
.split-grid .our-work {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  grid-column-gap: 40px;
}
@media (max-width: 600px) {
  .split-grid .our-work {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.split-grid .our-work h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.split-grid .our-work img {
  width: 100%;
}
.split-grid .our-work a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
}
.split-grid .our-work a svg {
  margin-left: 5px;
  fill: none;
}
.split-grid .our-work a:hover svg {
  fill: #000 !important;
}
.split-grid .our-work a:hover svg path {
  fill: #fff;
  stroke: #fff;
}
.split-grid .our-work a:hover svg path:first-child {
  fill: #000;
  stroke: #000;
}
.split-grid .whats-here-content {
  border-top: 1px solid #000;
  padding-top: 45px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
}
@media (max-width: 600px) {
  .split-grid .whats-here-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.split-grid .whats-here-content.no-border-top {
  border-top: 0;
  padding-top: 0;
}
.split-grid .whats-here-content h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.split-grid .whats-here-content img {
  width: 100%;
}
@media (max-width: 600px) {
  .split-grid .whats-here-content img {
    margin-bottom: 20px;
  }
}
.split-grid .whats-here-content a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
}
.split-grid .whats-here-content a svg {
  margin-left: 5px;
  fill: none;
}
.split-grid .whats-here-content a:hover svg {
  fill: #000 !important;
}
.split-grid .whats-here-content a:hover svg path {
  fill: #fff;
  stroke: #fff;
}
.split-grid .whats-here-content a:hover svg path:first-child {
  fill: #000;
  stroke: #000;
}
.split-grid a {
  color: #000;
  text-decoration: none;
}
.split-grid a.external__link:hover {
  text-decoration: underline;
}
.split-grid .whats-on-ctas {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
}
@media (max-width: 600px) {
  .split-grid .whats-on-ctas {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.split-grid .whats-on-ctas .grid-item-third:not(:first-child) {
  border-left: 1px solid #000;
  padding-left: 20px;
}
@media (max-width: 600px) {
  .split-grid .whats-on-ctas .grid-item-third:not(:first-child) {
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid #000;
    padding-top: 20px;
  }
}
.split-grid .whats-on-ctas .grid-item-third h2, .split-grid .whats-on-ctas .grid-item-third p {
  font-size: 18px;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 20px;
}
.split-grid .whats-on-ctas .grid-item-third a {
  padding: 10px 20px;
  font-size: 16px;
}
.split-grid .card-with-content {
  position: relative;
  min-height: 500px;
  padding: 120px 40px;
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 600px) {
  .split-grid .card-with-content {
    padding: 40px 20px;
    min-height: 300px;
  }
}
.split-grid .card-with-content h2,
.split-grid .card-with-content p,
.split-grid .card-with-content a {
  color: #fff;
  max-width: 50%;
}
@media (max-width: 600px) {
  .split-grid .card-with-content h2,
  .split-grid .card-with-content p,
  .split-grid .card-with-content a {
    max-width: 100%;
  }
}
.split-grid .card-with-content h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.split-grid .card-with-content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.split-grid .card-with-content a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
}
.split-grid .card-with-content a svg {
  margin-left: 5px;
  fill: none;
}
.split-grid .card-with-content a svg path {
  fill: #fff;
  stroke: #fff;
}
.split-grid .card-with-content a svg path:first-child {
  fill: none;
  stroke: #fff;
}
.split-grid .card-with-content a:hover svg {
  fill: #000 !important;
}
.split-grid .card-with-content a:hover svg path {
  fill: #000;
  stroke: #000;
}
.split-grid .card-with-content a:hover svg path:first-child {
  fill: #fff;
  stroke: #000;
}
.split-grid .submit-event-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 600px) {
  .split-grid .submit-event-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.split-grid .submit-event-wrapper p {
  max-width: 80%;
}
@media (max-width: 600px) {
  .split-grid .submit-event-wrapper p {
    max-width: 100%;
  }
}
.split-grid .submit-event-wrapper .submit-event-wrapper-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 600px) {
  .split-grid .submit-event-wrapper .submit-event-wrapper-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.split-grid .submit-event-wrapper .submit-event-wrapper-buttons a:first-child {
  margin-right: 20px;
}
@media (max-width: 600px) {
  .split-grid .submit-event-wrapper .submit-event-wrapper-buttons a:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.split-grid .submit-event-wrapper .submit-event-wrapper-buttons a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  padding: 10px 20px;
}
.split-grid .submit-event-wrapper .submit-event-wrapper-buttons a:hover {
  color: #fff;
}
.split-grid .submit-event-wrapper .submit-event-wrapper-buttons a svg {
  fill: none;
  margin-left: 20px;
}
.split-grid picture {
  height: 530px;
}
@media (max-width: 600px) {
  .split-grid picture {
    height: 320px;
  }
}
.split-grid picture img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.split-grid .here__featured-article {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 40px;
  margin-bottom: 45px;
}
@media (max-width: 600px) {
  .split-grid .here__featured-article {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.split-grid .here__featured-article h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.split-grid .here__featured-article a {
  color: #000;
  text-decoration: none;
}
.split-grid .whats-on-content {
  max-width: 50%;
}
@media (max-width: 600px) {
  .split-grid .whats-on-content {
    max-width: 100%;
  }
}
.split-grid .whats-on-link {
  color: #000;
  text-decoration: none;
}

.l-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 6px (1fr)[12] 6px;
  grid-template-columns: 6px repeat(12, 1fr) 6px;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  position: relative;
}
.l-grid.negative-margin {
  margin-bottom: -90px;
}
.l-grid.border-top::before {
  content: "";
  width: calc(100% - 140px);
  height: 1px;
  border-top: 1px solid #000;
  left: 70px;
  top: 0;
  position: absolute;
}
@media (min-width: 600px) {
  .l-grid {
    -ms-grid-columns: 12px (1fr)[12] 12px;
    grid-template-columns: 12px repeat(12, 1fr) 12px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
  }
}
@media (min-width: 1000px) {
  .l-grid {
    -ms-grid-columns: 10px (1fr)[12] 10px;
    grid-template-columns: 10px repeat(12, 1fr) 10px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
  }
}
@media (min-width: 1400px) {
  .l-grid {
    -ms-grid-columns: 25px (1fr)[12] 25px;
    grid-template-columns: 25px repeat(12, 1fr) 25px;
    grid-row-gap: 45px;
    grid-column-gap: 45px;
  }
}
.l-grid--mobile-only {
  grid-row-gap: 0;
  grid-column-gap: 0;
}
@media (min-width: 1000px) {
  .l-grid--mobile-only {
    display: block;
  }
}
.l-grid.has-alt-background {
  background: #ebebeb;
}
.l-grid.has-green-background {
  background: rgba(53, 117, 98, 0.502);
}
.l-grid.has-blue-background {
  background: #045572;
}
.l-grid.has-purple-background {
  background: rgba(167, 151, 195, 0.5019607843);
}
.l-grid.has-black-background {
  background: #000;
}

.l-subgrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}
@media (min-width: 600px) {
  .l-subgrid {
    grid-row-gap: 20px;
    grid-column-gap: 20px;
  }
}
@media (min-width: 1000px) {
  .l-subgrid {
    grid-row-gap: 30px;
    grid-column-gap: 30px;
  }
  .l-subgrid--6 {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
  .l-subgrid--8 {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
  .l-subgrid--9 {
    -ms-grid-columns: (1fr)[9];
    grid-template-columns: repeat(9, 1fr);
  }
}
@media (min-width: 1400px) {
  .l-subgrid {
    grid-row-gap: 45px;
    grid-column-gap: 45px;
  }
}

.icon {
  width: 24px;
  height: 24px;
}

.button {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
  text-align: center;
  color: inherit;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 1000px) {
  .button {
    padding: 7px 10px;
  }
}
.button--large {
  padding: 12px 10px;
}
.button--min-width {
  min-width: 4.75em;
}
.button.light:hover, .button.light:active, .button.light:focus {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
.button.light:hover svg path, .button.light:active svg path, .button.light:focus svg path {
  stroke: #000;
}
.button:hover, .button:active, .button:focus {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
.button:hover svg path, .button:active svg path, .button:focus svg path {
  stroke: #fff;
}
.button--primary, .button.is-active {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}

.generic-section {
  -ms-grid-column: 2;
  -ms-grid-column-span: 12;
  grid-column: 2/span 12;
  position: relative;
  margin-top: 16px;
}
@media (max-width: 999px) {
  .generic-section + .generic-section:not(.generic-section--no-top-margin) {
    margin-top: 25px;
  }
}
.generic-section--with-bottom-margin {
  margin-bottom: 16px;
}
.generic-section--with-extra-bottom-margin {
  margin-bottom: 32px;
}
.generic-section--no-top-margin {
  margin-top: 0;
}
@media (min-width: 1000px) {
  .generic-section {
    margin-top: 40px;
  }
  .generic-section--with-bottom-margin {
    margin-bottom: 40px;
  }
  .generic-section--with-extra-bottom-margin {
    margin-bottom: 80px;
  }
  .generic-section--with-super-extra-bottom-margin {
    margin-bottom: 160px;
  }
  .generic-section--with-reduced-top-margin {
    margin-top: 20px;
  }
  .generic-section--no-top-margin {
    margin-top: 0;
  }
}
@media (min-width: 1400px) {
  .generic-section {
    margin-top: 35px;
  }
  .generic-section--with-bottom-margin {
    margin-bottom: 35px;
  }
  .generic-section--with-extra-bottom-margin {
    margin-bottom: 70px;
  }
  .generic-section--with-super-extra-bottom-margin {
    margin-bottom: 140px;
  }
  .generic-section--with-reduced-top-margin {
    margin-top: 35px;
  }
}

.generic-section__image,
.generic-section__image > img {
  display: block;
  width: 100%;
  height: auto;
}

.generic-section__image {
  margin-top: 16px;
}
@media (min-width: 1000px) {
  .generic-section__image {
    margin-top: 0;
  }
  .generic-section__image:not(:first-child) {
    margin-top: 40px;
  }
}

.generic-section__column-wrapper {
  position: relative;
  margin-top: 20px;
}
@media (min-width: 1000px) {
  .generic-section__column-wrapper {
    margin-top: 40px;
  }
  .generic-section__column-wrapper--with-reduced-top-margin {
    margin-top: 20px;
  }
}

.generic-section__column {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/span 12;
}
.generic-section__column p:first-child {
  margin-top: 0;
}
.generic-section__column p:last-child {
  margin-bottom: 0;
}
.generic-section__column a {
  color: inherit;
}
@media (max-width: 999px) {
  .generic-section--no-top-margin .generic-section__column:not(:empty) + .generic-section__column {
    margin-top: 25px;
  }
}
@media (min-width: 1000px) {
  .generic-section__column:first-child:not(.generic-section__column--4):not(.generic-section__column--5):not(.generic-section__column--8) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1/span 5;
  }
  .generic-section__column:last-child:not(:first-child):not(.generic-section__column--4):not(.generic-section__column--5):not(.generic-section__column--7):not(.generic-section__column--8) {
    -ms-grid-column: 7;
    -ms-grid-column-span: 5;
    grid-column: 7/span 5;
  }
  .generic-section__column--4 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
  }
  .generic-section__column--5 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1/span 5;
  }
  .generic-section__column--7 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
    grid-column: 1/span 7;
  }
  .generic-section__column--8 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 8;
    grid-column: 1/span 8;
  }
  .generic-section__column--4 + .generic-section__column--8 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 8;
    grid-column: 5/span 8;
  }
  .generic-section__column--8 + .generic-section__column--4 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 4;
    grid-column: 9/span 4;
  }
  .generic-section__column--4 + .generic-section__column--7, .generic-section__column--5 + .generic-section__column--7 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 7;
    grid-column: 6/span 7;
  }
  .generic-section__column--7 + .generic-section__column--5 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 5;
    grid-column: 8/span 5;
  }
}

@media (min-width: 1000px) {
  .generic-section__column__copy--60 {
    max-width: 60%;
  }
}

.generic-section__cta {
  text-decoration: none;
  color: inherit;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.generic-section__cta:hover, .generic-section__cta:active, .generic-section__cta:focus {
  opacity: 0.5;
}

.generic-section__cta__icon {
  margin: -2px 0 0 10px;
  vertical-align: middle;
}
@media (min-width: 1000px) {
  .generic-section__cta__icon {
    margin-top: -5px;
    width: 35px;
    height: 35px;
  }
}

.hero {
  -ms-grid-column: 1;
  -ms-grid-column-span: 14;
  grid-column: 1/span 14;
  position: relative;
  height: 68vh;
}
.hero--dark {
  color: #fff;
}
@media (max-height: 600px) {
  .hero {
    height: 71vh;
  }
}
@media (max-width: 600px) {
  .hero {
    min-height: 400px;
    height: 400px;
  }
}

.hero__gradient {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.7)), color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3ffffff", endColorstr="#00ffffff", GradientType=1);
}
.hero__gradient--dark {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3000000", endColorstr="#00000000", GradientType=1);
}

.hero__image,
.hero__image > img {
  display: block;
  width: 100%;
  height: 68vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-height: 600px) {
  .hero__image,
  .hero__image > img {
    height: 71vh;
  }
}
@media (max-width: 600px) {
  .hero__image,
  .hero__image > img {
    min-height: 400px;
    height: 400px;
  }
}

@media (max-width: 600px) {
  .hero.with-content {
    height: 80vh;
  }
}
@media (max-width: 600px) {
  .hero.with-content .hero__image,
  .hero.with-content .hero__image > img {
    height: 80vh;
  }
}

.hero__inner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  padding-top: 16px;
}
@media (min-width: 1000px) {
  .hero__inner {
    padding-top: 40px;
  }
}
@media (min-width: 1400px) {
  .hero__inner {
    padding-top: 70px;
  }
}

.hero__inner__inner {
  -ms-grid-column: 2;
  -ms-grid-column-span: 12;
  grid-column: 2/span 12;
}

.hero__inner__title {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/span 12;
  margin: 0;
  margin-bottom: 20px !important;
}
@media (max-width: 600px) {
  .hero__inner__title {
    margin-bottom: 20px !important;
  }
}

.hero__inner__subtitle {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/span 12;
  margin: 0;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 20px;
}
@media (min-width: 1000px) {
  .hero__inner__subtitle {
    margin-top: -30px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1/span 5;
  }
}
@media (max-width: 600px) {
  .hero__inner__subtitle {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
  }
}

.hero__inner__copy {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/span 12;
}
.hero__inner__copy p:first-child {
  margin-top: 0;
}
.hero__inner__copy p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1000px) {
  .hero__inner__copy {
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1/span 5;
  }
}
.hero__inner__copy a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
  color: #fff;
  text-decoration: none;
}
.hero__inner__copy a svg {
  margin-left: 5px;
  fill: none;
}
.hero__inner__copy a svg path {
  fill: #fff;
  stroke: #fff;
}
.hero__inner__copy a svg path:first-child {
  fill: none;
  stroke: #fff;
}
.hero__inner__copy a:hover svg {
  fill: #fff !important;
}
.hero__inner__copy a:hover svg path {
  fill: #000;
  stroke: #000;
}
.hero__inner__copy a:hover svg path:first-child {
  fill: #fff;
  stroke: #000;
}

.hero__inner__cta {
  display: inline-block;
  margin-top: 20px;
  text-decoration: inherit;
  color: inherit;
}
@media (min-width: 1000px) {
  .hero__inner__cta {
    margin-top: 40px;
    white-space: nowrap;
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .hero__inner__cta:hover, .hero__inner__cta:active, .hero__inner__cta:focus {
    opacity: 0.5;
  }
}

.hero__inner__cta__icon {
  margin: -2px 0 0 10px;
  vertical-align: middle;
}
@media (min-width: 1000px) {
  .hero__inner__cta__icon {
    margin-top: -5px;
    width: 35px;
    height: 35px;
  }
}

.input {
  display: inline-block;
  padding: 2px 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
}
.input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.input::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.input:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.input:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.input:hover::-webkit-input-placeholder, .input:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
.input:hover::-moz-placeholder, .input:focus::-moz-placeholder {
  opacity: 0.5;
}
.input:hover:-ms-input-placeholder, .input:focus:-ms-input-placeholder {
  opacity: 0.5;
}
.input:hover:-moz-placeholder, .input:focus:-moz-placeholder {
  opacity: 0.5;
}
.input.has-error {
  color: red;
}
.input.has-error::-webkit-input-placeholder {
  color: red;
  opacity: 0.5;
}
.input.has-error::-moz-placeholder {
  color: red;
  opacity: 0.5;
}
.input.has-error:-ms-input-placeholder {
  color: red;
  opacity: 0.5;
}
.input.has-error:-moz-placeholder {
  color: red;
  opacity: 0.5;
}

.paginator {
  text-align: center;
}
.paginator.is-hidden {
  display: none;
}
@media (max-width: 999px) {
  .paginator {
    padding-top: 10px;
  }
}

.paginator__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.paginator__item {
  display: inline-block;
  margin: 0 5px;
}
.paginator__item:first-child {
  margin: 0 20px 0 0;
}
.paginator__item:last-child {
  margin: 0 0 0 20px;
}

.paginator__link {
  color: inherit;
  text-decoration: none;
}
.paginator__link[disabled] {
  color: #ccc;
  cursor: default;
}
.paginator__link:not([disabled]):hover, .paginator__link:not([disabled]):active, .paginator__link:not([disabled]):focus, .paginator__link:not([disabled]).is-active {
  text-decoration: underline;
}
.paginator__link--button {
  padding: 0;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.section-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 10px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 999px) {
  .section-cta--long {
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media (min-width: 1000px) {
  .section-cta {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 10px;
    margin-bottom: 0;
  }
}

@media (max-width: 999px) {
  .section-cta__title,
  .section-cta__button {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}

.section-cta__title {
  margin: 0;
}

.section-cta__button {
  margin-left: 10px;
}
@media (max-width: 999px) {
  .section-cta__button--solo {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin-left: 0;
  }
}
@media (min-width: 340px) {
  .section-cta__button {
    margin-left: 20px;
  }
}

.section-title {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/span 12;
  margin: 0;
  padding: 0;
  text-indent: -1px;
  text-decoration: none;
  color: inherit;
}
.section-title:not(.section-title--no-border) {
  padding-bottom: 10px;
  border-bottom: 8px solid currentColor;
}
@media (min-width: 1000px) {
  .section-title {
    text-indent: -3px;
  }
  .section-title--no-border {
    margin-bottom: -30px;
  }
}
.section-title h2 {
  margin: 0;
}
@media (max-width: 600px) {
  .section-title {
    margin-bottom: 50px;
  }
}
.section-title__no-margin-bottom {
  margin-bottom: 0 !important;
}

a.section-title {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a.section-title:hover, a.section-title:active, a.section-title:focus {
  opacity: 0.5;
}

.article__section,
.article__media-unit,
.article__footer {
  -ms-grid-column: 2;
  -ms-grid-column-span: 12;
  grid-column: 2/span 12;
  margin-top: 40px;
}
.article__hero + .article__section,
.article__hero + .article__media-unit,
.article__hero + .article__footer {
  margin-top: -10px;
}
@media (min-width: 1000px) {
  .article__hero + .article__section,
  .article__hero + .article__media-unit,
  .article__hero + .article__footer {
    margin-top: -30px;
  }
}
@media (min-width: 1400px) {
  .article__hero + .article__section,
  .article__hero + .article__media-unit,
  .article__hero + .article__footer {
    margin-top: -45px;
  }
}

.article__section--standalone {
  margin-top: 0;
}
.article__section--standalone:last-child {
  margin-bottom: 16px;
}
@media (min-width: 1000px) {
  .article__section--standalone {
    margin-top: 0;
  }
  .article__section--standalone:last-child {
    margin-bottom: 80px;
  }
}
@media (min-width: 1400px) {
  .article__section--standalone {
    margin-top: 0;
  }
  .article__section--standalone:last-child {
    margin-bottom: 140px;
  }
}

.article__section--no-top-margin {
  margin-top: 0;
}

.article__section--final {
  margin-bottom: 16px;
}
@media (min-width: 1000px) {
  .article__section--final {
    margin-bottom: 80px;
  }
}
@media (min-width: 1400px) {
  .article__section--final {
    margin-bottom: 140px;
  }
}

.article__media-unit__quote-wrapper {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/span 12;
}
@media (min-width: 1000px) {
  .article__media-unit__quote-wrapper {
    -ms-grid-column: 3;
    -ms-grid-column-span: 4;
    grid-column: 3/span 4;
    -ms-grid-row-align: center;
        align-self: center;
  }
  .article__media-unit__quote-wrapper--wide {
    -ms-grid-column: 3;
    -ms-grid-column-span: 5;
    grid-column: 3/span 5;
  }
}

.article__media-unit__quote {
  margin: 0;
}
.article__media-unit__quote::before {
  position: absolute;
  margin-left: -1em;
  width: 1em;
  text-align: right;
  content: "“";
}
.article__media-unit__quote::after {
  content: "”";
}

.article__media-unit__citation {
  display: block;
  margin: 20px 0 0 0;
  font-style: inherit;
}
.article__media-unit__citation a {
  color: inherit;
}
@media (min-width: 1000px) {
  .article__media-unit__citation {
    margin-top: 20px;
  }
  .article__media-unit__citation a {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .article__media-unit__citation a:hover, .article__media-unit__citation a:active, .article__media-unit__citation a:focus {
    opacity: 0.5;
  }
}

.article__media-unit__image {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/span 12;
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 999px) {
  .article__media-unit__quote-wrapper + .article__media-unit__image {
    margin-top: 20px;
  }
}
@media (min-width: 1000px) {
  .article__media-unit__image {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/span 8;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/span 1;
  }
  .article__media-unit__image--half {
    -ms-grid-column: 5;
    -ms-grid-column-span: 4;
    grid-column: 5/span 4;
    grid-row: auto;
  }
  .article__media-unit__quote-wrapper + .article__media-unit__image--half, .article__media-unit__image--half + .article__media-unit__image--half {
    -ms-grid-column: 7;
        grid-column-start: 7;
  }
  .article__media-unit__image:not(.article__media-unit__image--half) + .article__media-unit__image--half {
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  .article__media-unit__image--half-centered {
    -ms-grid-column: 5;
    -ms-grid-column-span: 4;
    grid-column: 5/span 4;
  }
  .article__media-unit__image--alt-half {
    -ms-grid-column: 3;
    -ms-grid-column-span: 4;
    grid-column: 3/span 4;
  }
  .article__media-unit__image--alt-half + .article__media-unit__image--alt-half {
    -ms-grid-column: 7;
    -ms-grid-column-span: 4;
    grid-column: 7/span 4;
  }
  .article__media-unit__image--two-thirds {
    -ms-grid-column: 3;
    -ms-grid-column-span: 5;
    grid-column: 3/span 5;
  }
  .article__media-unit__image--one-third {
    -ms-grid-column: 8;
    -ms-grid-column-span: 3;
    grid-column: 8/span 3;
    -ms-grid-row-align: end;
        align-self: end;
  }
}
.article__media-unit__image > img {
  display: block;
  width: 100%;
  height: auto;
}

.article__media-unit__caption-wrapper {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/span 12;
}
@media (min-width: 1000px) {
  .article__media-unit__caption-wrapper {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/span 1;
  }
}

.article__media-unit__caption a {
  color: inherit;
}
@media (min-width: 1000px) {
  .article__media-unit__caption {
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
  }
  .article__media-unit__caption a {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .article__media-unit__caption a:hover, .article__media-unit__caption a:active, .article__media-unit__caption a:focus {
    opacity: 0.5;
  }
}

.article__media-unit__caption__title,
.article__media-unit__caption__body {
  margin: 0;
}
@media (max-width: 999px) {
  .article__media-unit__caption__title,
  .article__media-unit__caption__body {
    max-width: 50%;
  }
}

.article__media-unit__caption__body {
  margin-top: 10px;
}

.article__header {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/span 12;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/span 1;
  position: relative;
  padding-top: 25px;
}
@media (min-width: 1000px) {
  .article__header {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4/span 6;
    padding-top: 40px;
  }
}
@media (max-width: 600px) {
  .article__header {
    -ms-grid-column: 1;
    -ms-grid-column-span: 19;
    grid-column: 1/span 19;
    margin-bottom: 50px;
  }
}

.article__header__badge {
  position: absolute;
  top: -40px;
  left: 0;
  display: inline-block;
  margin: -18px 0 0 0;
  padding: 8px;
  background: #000;
  color: #fff;
}

.article__header__title {
  margin: 0;
}

.article__share {
  -ms-grid-column: 12;
  -ms-grid-column-span: 12;
  grid-column: 12/span 12;
  position: relative;
}
@media (min-width: 1000px) {
  .article__share {
    -ms-grid-column: 11;
    -ms-grid-column-span: 12;
    grid-column: 11/span 12;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/span 1;
    grid-column-end: 12;
    margin-top: 40px;
    height: 0;
  }
}
@media (max-width: 600px) {
  .article__share {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/span 12;
  }
}
.article__share a svg {
  fill: #000 !important;
}

.article__meta {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/span 12;
  position: relative;
  margin-top: 20px;
}
@media (min-width: 1000px) {
  .article__meta {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/span 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/span 1;
    margin-top: 40px;
    height: 0;
  }
}

.article__meta__copy {
  margin: 0;
}
.article__meta__copy a {
  color: inherit;
}
@media (min-width: 1000px) {
  .article__meta__copy a {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .article__meta__copy a:hover, .article__meta__copy a:active, .article__meta__copy a:focus {
    opacity: 0.5;
  }
}

.article__meta__social-title {
  border-bottom: 1px solid #000;
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.article__meta__social-list {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}

.article__meta__social-list__item {
  display: inline-block;
}
.article__meta__social-list__item + .article__meta__social-list__item {
  margin-left: 5px;
}

.article__meta__social-list__link {
  display: inline-block;
  padding: 5px;
  text-decoration: none;
  color: inherit;
}
.article__meta__social-list__link .icon {
  width: 40px;
  height: 40px;
}
@media (min-width: 1000px) {
  .article__meta__social-list__link {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .article__meta__social-list__link:hover, .article__meta__social-list__link:active, .article__meta__social-list__link:focus {
    opacity: 0.5;
  }
  .article__meta__social-list__link .icon {
    width: 30px;
    height: 30px;
  }
}

.article__text {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/span 12;
}
.article__text--margin-top {
  margin-top: 10px;
}
.article__text p:first-child {
  margin-top: 0;
}
.article__text p:last-child {
  margin-bottom: 0;
}
.article__text a {
  color: inherit;
}
.article__text figure {
  position: relative;
  margin: 20px 0;
  height: 0;
  padding-top: 56.25%;
}
.article__text iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.article__text hr {
  width: 33%;
  margin: 20px auto;
  border: 1px solid #000;
  position: relative;
}
@media (min-width: 1000px) {
  .article__text hr {
    margin: 50px auto 0 auto;
  }
}
.article__text--first p:first-child {
  font-size: 20px;
  line-height: 1.2;
}
@media (min-width: 1000px) {
  .article__text {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4/span 6;
  }
  .article__text--margin-top {
    margin-top: 20px;
  }
  .article__text figure {
    margin: 40px 0;
  }
  .article__text a {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .article__text a:hover, .article__text a:active, .article__text a:focus {
    opacity: 0.5;
  }
  .article__text--first p:first-child {
    font-size: 22px;
    line-height: 1.1363636364;
  }
}

.article__footer__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-top: 1px solid #000;
}
@media (max-width: 999px) {
  .article__footer__inner {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/span 12;
    padding-bottom: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-bottom: 1px solid #000;
  }
  .article__footer__inner p:not(:last-child), .article__footer__inner button:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (min-width: 1000px) {
  .article__footer__inner {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/span 12;
    padding: 20px 0 60px 0;
  }
  .article__footer__inner::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media (min-width: 1000px) {
  .article__footer__left {
    float: left;
  }
}

@media (min-width: 1000px) {
  .article__footer__right {
    float: right;
  }
}

.article__footer__btt-button {
  border: 0;
  border-radius: 0;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  padding: 0;
}
.article__footer__btt-button:hover, .article__footer__btt-button:active, .article__footer__btt-button:focus {
  opacity: 0.5;
}

@media (min-width: 1000px) {
  .article__footer__btt-button__icon {
    margin: -5px 0 0 10px;
    width: 35px;
    height: 35px;
    vertical-align: middle;
    fill: initial;
  }
}

.article__attachment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1000px) {
  .article__attachment-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.article__attachment-list__item {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 999px) {
  .article__attachment-list__item + .article__attachment-list__item {
    margin-top: 15px;
  }
}
@media (min-width: 1000px) {
  .article__attachment-list__item {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
  .article__attachment-list__item:nth-child(n+3) {
    margin-top: 30px;
  }
}

.article__attachment-list__link {
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
}

.article__attachment-list__icon {
  margin: -2px 0 0 10px;
  vertical-align: middle;
}
@media (min-width: 1000px) {
  .article__attachment-list__icon {
    margin-top: -5px;
    width: 25px;
    height: 25px;
  }
}

.card-grid {
  -ms-grid-column: 2;
  -ms-grid-column-span: 12;
  grid-column: 2/span 12;
  position: relative;
  padding: 25px 0;
}
.card-grid--no-top-padding {
  padding-top: 0;
}
@media (min-width: 1000px) {
  .card-grid {
    padding-top: 40px;
  }
  .card-grid:last-child:not(.card-grid--less-bottom-padding-desktop) {
    padding-bottom: 45px;
  }
  .card-grid:first-child:not(.card-grid--no-top-padding-desktop):not(.card-grid--no-top-padding) {
    padding-top: 45px;
  }
  .card-grid--no-top-padding, .card-grid--no-top-padding-desktop {
    padding-top: 0;
  }
}
@media (min-width: 1400px) {
  .card-grid {
    padding-top: 35px;
  }
  .card-grid--no-top-padding, .card-grid--no-top-padding-desktop {
    padding-top: 0;
  }
}
.card-grid .section-title {
  margin-bottom: -25px;
}
@media (max-width: 999px) {
  .card-grid .section-title {
    margin-bottom: 25px;
  }
}

.card-grid__section-title {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/span 12;
}
@media (min-width: 1000px) {
  .l-subgrid--8 .card-grid__section-title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 8;
    grid-column: 1/span 8;
  }
  .l-subgrid--9 .card-grid__section-title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 9;
    grid-column: 1/span 9;
  }
  .l-subgrid--8 .card-grid__section-title:not(:first-child), .l-subgrid--9 .card-grid__section-title:not(:first-child) {
    margin-top: 30px;
  }
}

.card-grid__section-content {
  max-width: 60%;
}
@media (max-width: 999px) {
  .card-grid__section-content {
    max-width: 100%;
  }
}

@media (max-width: 999px) {
  .card-grid__section-cta {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/span 12;
  }
}
@media (min-width: 1000px) {
  .card-grid__section-cta {
    top: 40px;
  }
}

.card-grid__link {
  color: #000;
  text-decoration: none;
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/span 12;
  margin-top: -30px;
  font-size: 18px;
}
.card-grid__link svg {
  fill: none;
}

.card-grid__subtitle {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/span 12;
  margin: 10px 0 0 0;
}
.card-grid__subtitle::after {
  clear: both;
  content: "";
  display: block;
}
.card-grid__subtitle--alt-margins {
  margin: 20px 0 -8px 0;
}
@media (min-width: 1000px) {
  .card-grid__subtitle {
    margin: 0 0 -20px 0;
  }
  .card-grid__subtitle--alt-margins {
    margin: 30px 0 -20px 0;
  }
}
@media (min-width: 1400px) {
  .card-grid__subtitle {
    margin: 0 0 -70px 0;
  }
  .card-grid__subtitle--alt-margins {
    margin: 30px 0 -35px 0;
  }
}

.card-grid__subtext {
  max-width: 50%;
}
@media (max-width: 600px) {
  .card-grid__subtext {
    max-width: 100%;
  }
}

.card-grid__subtitle__inner {
  float: left;
}

.card-grid__subtitle__cta {
  display: inline-block;
  margin: 5px 0 20px 0;
  text-decoration: inherit;
  color: inherit;
}
@media (min-width: 1000px) {
  .card-grid__subtitle__cta {
    margin: 0;
    float: right;
  }
}

.card-grid__subtitle__cta__icon {
  margin: -2px 0 0 10px;
  vertical-align: middle;
}
@media (min-width: 1000px) {
  .card-grid__subtitle__cta__icon {
    margin-top: -5px;
    width: 35px;
    height: 35px;
  }
}

.card-grid__sidebar {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/span 12;
}
@media (min-width: 1000px) {
  .card-grid__sidebar {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/span 3;
  }
  .card-grid__sidebar--4 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
  }
}

@media (min-width: 1000px) {
  .has-keylines-below .card-grid__legend {
    margin-top: 20px;
  }
}

.card-grid__inner {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/span 12;
}
.card-grid__inner + .card-grid__inner {
  margin-top: 20px;
}
@media (min-width: 1000px) {
  .card-grid__inner--8 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 8;
    grid-column: 5/span 8;
  }
  .card-grid__inner--9 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 9;
    grid-column: 4/span 9;
  }
  .card-grid__inner + .card-grid__inner {
    margin-top: 30px;
  }
}

.card-grid__card {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/span 12;
  position: relative;
}
.card-grid__card:hover .card-grid__card__cta-wrapper .arrow-icon {
  fill: #000;
}
.card-grid__card:hover .card-grid__card__cta-wrapper .arrow-icon path {
  fill: #fff;
  stroke: #fff;
}
.card-grid__card:hover .card-grid__card__cta-wrapper .arrow-icon path:first-child {
  fill: #000;
  stroke: #000;
}
.card-grid__card__header__event {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 600px) {
  .card-grid__card__header__event {
    margin-top: 10px;
  }
}
.card-grid__card__header__event h4 {
  margin-top: 0;
}
.card-grid__card__header__price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
.card-grid__card__header__price h4 {
  text-align: right;
}
.card-grid__card__cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 600px) {
  .card-grid__card__cta-wrapper {
    margin-top: 20px;
  }
}
.card-grid__card__cta-wrapper .map-icon,
.card-grid__card__cta-wrapper .arrow-icon {
  fill: none;
}
.card-grid__card__cta-wrapper .arrow-icon {
  margin-left: 10px;
}
.card-grid__section-title + .card-grid__card, .card-grid__card + .card-grid__card {
  margin-top: 20px;
}
.card-grid__card:not(:last-child) {
  /* stylelint-disable-line length-zero-no-unit */
}
@media (max-width: 999px) {
  .card-grid__card:not(:last-child) {
    position: relative;
  }
  .card-grid__card:not(:last-child)::after {
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    top: calc(100% + 5px + 0px);
    background: currentColor;
    content: "";
  }
}
.card-grid__card.is-hidden {
  display: none;
}
@media (max-width: 999px) {
  .card-grid__card:not(:last-child) {
    padding-bottom: 15px;
  }
  .card-grid__card--condensed:not(:last-child), .card-grid__card--tiny:not(:last-child) {
    padding-bottom: 20px;
  }
  .card-grid__card--legend {
    display: none;
  }
}
.card-grid__card--dark {
  color: #fff;
}
@media (min-width: 1000px) {
  .card-grid__card {
    -ms-grid-column-span: 3;
    grid-column: span 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card-grid__section-title + .card-grid__card, .card-grid__card + .card-grid__card {
    margin-top: 0;
  }
  .card-grid__card--tiny {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .card-grid__card--medium {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
  .card-grid__card--medium picture {
    height: 290px;
  }
  .card-grid__card--large {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
  .has-keylines-below .card-grid__card {
    margin-top: 20px;
  }
}
@media (min-width: 1000px) and (min-width: 1000px) {
  .has-keylines-below .card-grid__card:last-child {
    position: relative;
  }
  .has-keylines-below .card-grid__card:last-child::after {
    position: absolute;
    background: currentColor;
    content: "";
    left: 0;
    right: 0;
    width: auto;
    height: 1px;
    top: calc(100% + 15px);
    bottom: auto;
  }
}
@media (min-width: 1000px) and (min-width: 1400px) {
  .has-keylines-below .card-grid__card:last-child::after {
    top: calc(100% + 22.5px);
  }
}
@media (min-width: 1000px) {
  .card-grid__card:first-child:last-child::after {
    content: none;
  }
  .has-keylines-below .card-grid__section-title--visit ~ .card-grid__card {
    margin-top: 15px !important;
  }
  .has-keylines-below .card-grid__section-title:not(.card-grid__section-title--search) + .card-grid__card, .has-keylines-below .card-grid__section-title:not(.card-grid__section-title--search) + .card-grid__card + .card-grid__card {
    margin-top: 0;
  }
}
@media (min-width: 1000px) and (min-width: 1000px) {
  .card-grid__card:not(.card-grid__card--featured):not(.card-grid__card--last):not(.card-grid__card--last-desktop):not(:last-child) {
    position: relative;
  }
  .card-grid__card:not(.card-grid__card--featured):not(.card-grid__card--last):not(.card-grid__card--last-desktop):not(:last-child)::after {
    position: absolute;
    background: currentColor;
    content: "";
    top: 0;
    bottom: 0;
    width: 1px;
    height: auto;
    left: calc(100% + 15px);
    right: auto;
  }
}
@media (min-width: 1000px) and (min-width: 1400px) {
  .card-grid__card:not(.card-grid__card--featured):not(.card-grid__card--last):not(.card-grid__card--last-desktop):not(:last-child)::after {
    left: calc(100% + 22.5px);
  }
}
@media (min-width: 1000px) and (min-width: 1000px) {
  .has-keylines-below .card-grid__card:not(.card-grid__card--featured):not(.card-grid__card--last):not(.card-grid__card--last-desktop):not(:last-child) {
    position: relative;
  }
  .has-keylines-below .card-grid__card:not(.card-grid__card--featured):not(.card-grid__card--last):not(.card-grid__card--last-desktop):not(:last-child)::after {
    position: absolute;
    background: currentColor;
    content: "";
    left: 0;
    right: 0;
    width: auto;
    height: 1px;
    top: calc(100% + 15px);
    bottom: auto;
  }
}
@media (min-width: 1000px) and (min-width: 1400px) {
  .has-keylines-below .card-grid__card:not(.card-grid__card--featured):not(.card-grid__card--last):not(.card-grid__card--last-desktop):not(:last-child)::after {
    top: calc(100% + 22.5px);
  }
}
.card-grid__card--featured {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/span 12;
  display: block;
}
@media (max-width: 1200px) {
  .card-grid__card--featured .card-grid__card__image,
  .card-grid__card--featured .card-grid__card__image > img {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 450px) {
  .card-grid__card--featured .card-grid__card__image,
  .card-grid__card--featured .card-grid__card__image > img {
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.card-grid__card--featured:hover .card-grid__card__cta .arrow-icon {
  width: 24px;
  height: 24px;
}
.card-grid__card--featured:hover .card-grid__card__cta .arrow-icon path {
  fill: #fff;
  stroke: #fff;
}
.card-grid__card--featured:hover .card-grid__card__cta .arrow-icon path:first-child {
  fill: none;
  stroke: #fff;
}
.card-grid__card--featured .card-grid__card__cta {
  font-size: 22px;
}
.card-grid__card--featured .card-grid__card__cta svg {
  width: 24px;
  height: 24px;
}
.card-grid__card--featured .card-grid__card__cta svg path {
  fill: #fff;
  stroke: #fff;
}
.card-grid__card--featured .card-grid__card__cta svg path:first-child {
  fill: none;
  stroke: #fff;
}
@media (min-width: 1000px) {
  .card-grid__card--featured + .card-grid__card--large + .card-grid__card:not(.card-grid__card--large), .card-grid__card--featured + .card-grid__card--legend + .card-grid__card--large + .card-grid__card:not(.card-grid__card--large), .card-grid__card--featured + .card-grid__card--large + .card-grid__card:not(.card-grid__card--large) + .card-grid__card:not(.card-grid__card--large) {
    padding-top: calc((200% + 30px) * 0.6666666667 * 0.5 * 1.05);
  }
}
@media (min-width: 1400px) {
  .card-grid__card--featured + .card-grid__card--large + .card-grid__card:not(.card-grid__card--large), .card-grid__card--featured + .card-grid__card--legend + .card-grid__card--large + .card-grid__card:not(.card-grid__card--large), .card-grid__card--featured + .card-grid__card--large + .card-grid__card:not(.card-grid__card--large) + .card-grid__card:not(.card-grid__card--large) {
    padding-top: calc((200% + 45px) * 0.6666666667 * 0.5 * 1.05);
  }
}

.card-grid__card__header {
  margin-top: 20px;
}

.card-grid__card__link {
  display: block;
  position: relative;
  text-decoration: none;
  color: inherit;
}
@media (max-width: 999px) {
  .card-grid__card__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card-grid__card--condensed .card-grid__card__link::after, .card-grid__card--tiny .card-grid__card__link::after {
    clear: both;
    content: "";
    display: block;
  }
}
@media (min-width: 1000px) {
  .card-grid__card__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.card-grid__card__image,
.card-grid__card__image > img {
  display: block;
  width: 100%;
  height: auto;
}

.card-grid__card__image img {
  background-color: #ccc;
  width: 100%;
  height: 100%;
}

.card-grid__card__image__small__height img {
  max-height: 255px;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-grid__card__gradient {
  display: none;
}
@media (min-width: 1000px) {
  .card-grid__card--featured .card-grid__card__gradient {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.7)), color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3ffffff", endColorstr="#00ffffff", GradientType=1);
  }
  .card-grid__card--featured .card-grid__card__gradient--dark {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3000000", endColorstr="#00000000", GradientType=1);
  }
}

.card-grid__card__inner {
  position: relative;
}
@media (max-width: 600px) {
  .card-grid__card__inner {
    margin-top: 20px;
  }
}
.card-grid__card__inner ul,
.card-grid__card__inner ol {
  padding-left: 20px;
}
.card-grid__card__inner ul {
  list-style-type: circle;
}
@media (max-width: 999px) {
  .card-grid__card--condensed .card-grid__card__inner, .card-grid__card--tiny .card-grid__card__inner {
    position: static;
  }
}
@media (min-width: 1000px) {
  .card-grid__card__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card-grid__card:not(.card-grid__card--featured) .card-grid__card__inner {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.card-grid__card--featured .card-grid__card__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 45%;
  padding: 80px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 999px) {
  .card-grid__card--featured .card-grid__card__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 80%;
  }
}
@media (max-width: 600px) {
  .card-grid__card--featured .card-grid__card__inner {
    width: 100%;
    padding: 40px 20px;
    margin-top: 0;
    height: 100%;
  }
}

.card-grid__card__badge-wrapper::after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 999px) {
  .card-grid__card--condensed .card-grid__card__badge-wrapper, .card-grid__card--tiny .card-grid__card__badge-wrapper {
    position: absolute;
    top: 0;
    left: 0;
  }
  .card-grid__card:not(.card-grid__card--condensed):not(.card-grid__card--tiny) .card-grid__card__image ~ .card-grid__card__inner .card-grid__card__badge-wrapper {
    margin-bottom: -5px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 1000px) {
  .card-grid__card:not(.card-grid__card--featured) .card-grid__card__image ~ .card-grid__card__inner .card-grid__card__badge-wrapper {
    margin-bottom: -5px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.card-grid__card__badge {
  display: inline-block;
  margin: 0;
  padding: 8px;
  background: #e8623a;
  color: #000;
}
.card-grid__card--dark .card-grid__card__badge {
  background: #fff;
  color: #000;
}

.card-grid__card__highlight {
  display: inline-block;
  margin: 0;
  padding: 8px;
  float: right;
  background: #fcdd00;
  color: inherit;
}

.card-grid__card__title {
  margin: 0;
}
.card-grid__card__inner:first-child .card-grid__card__title:first-child {
  margin-top: 0;
}
@media (max-width: 999px) {
  .card-grid__card--condensed .card-grid__card__title, .card-grid__card--tiny .card-grid__card__title {
    margin-top: 0;
  }
}

.card-grid__card__subtitle {
  margin: 0;
}

.card-grid__card__body {
  display: block;
  margin: 10px 0 0 0;
}
@media (max-width: 999px) {
  .card-grid__card--medium .card-grid__card__body, .card-grid__card--condensed .card-grid__card__body {
    display: none;
  }
  .card-grid__card--medium .card-grid__card__badge-wrapper:first-child ~ .card-grid__card__body, .card-grid__card--medium .card-grid__card__title:first-child ~ .card-grid__card__body {
    display: block;
  }
}
@media (min-width: 1000px) {
  .card-grid__card__body--narrow {
    max-width: 66%;
  }
  .card-grid__card__body + .card-grid__card__body {
    margin-top: 40px;
  }
}
@media (min-width: 1400px) {
  .card-grid__card--featured .card-grid__card__body {
    margin-top: 20px;
  }
}

.card-grid__card__cta-wrapper {
  padding-top: 20px;
}
.card-grid__card__cta-wrapper::after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 999px) {
  .card-grid__card--condensed .card-grid__card__cta-wrapper {
    display: none;
  }
}

.card-grid__card__cta {
  display: block;
  text-decoration: inherit;
  color: inherit;
  width: 100%;
}
@media (max-width: 600px) {
  .card-grid__card__cta {
    font-size: 18px;
  }
}
.card-grid__card__cta--left {
  float: left;
}
.card-grid__card__cta--right {
  float: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.card-grid__card__cta--right .card-grid__card__cta__icon {
  z-index: 20;
}

.card-grid__card__cta__icon {
  margin: -2px 0 0 10px;
  vertical-align: middle;
}
@media (min-width: 1000px) {
  .card-grid__card__cta__icon {
    margin-top: -5px;
    width: 20px;
    height: 20px;
  }
}

.card-grid__card__inset-title {
  margin: 0 0 20px 0;
}

.card-grid__section-promo {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/span 12;
}
@media (max-width: 999px) {
  .card-grid__section-promo + .card-grid__section-promo {
    margin-top: 20px;
  }
}
@media (min-width: 1000px) {
  .card-grid__section-promo {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}

.card-grid__section-promo__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.card-grid__section-promo__copy {
  margin: 20px 0 0 0;
  max-width: 95%;
}
@media (min-width: 1000px) {
  .card-grid__section-promo__copy {
    max-width: 66%;
    min-height: 2.5em;
  }
}

.card-grid__section-promo__image {
  margin-top: 20px;
}
.card-grid__section-promo__image + .card-grid__section-title {
  margin-bottom: 0;
}
.card-grid__section-promo__image + .card-grid__section-title + .card-grid__section-promo__copy {
  margin-top: 5px;
}
@media (min-width: 1000px) {
  .card-grid__section-promo__image + .card-grid__section-title {
    margin-top: 20px;
    margin-bottom: 0;
  }
}

.card-grid__section-promo__image,
.card-grid__section-promo__image > img {
  display: block;
  width: 100%;
  height: auto;
}

.card-grid__header {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/span 12;
  padding-bottom: 32px;
}
.card-grid__header p {
  margin: 0;
}
@media (min-width: 1000px) {
  .card-grid__header {
    padding-bottom: 0;
  }
  .card-grid__header p {
    max-width: 50%;
  }
  .has-keylines-below .card-grid__header {
    margin-top: 20px;
  }
  .l-subgrid--8 .card-grid__header {
    -ms-grid-column: 1;
    -ms-grid-column-span: 8;
    grid-column: 1/span 8;
  }
  .l-subgrid--8 .card-grid__header p {
    max-width: 50%;
  }
  .l-subgrid--9 .card-grid__header {
    -ms-grid-column: 1;
    -ms-grid-column-span: 9;
    grid-column: 1/span 9;
  }
  .l-subgrid--9 .card-grid__header p {
    max-width: 66%;
  }
}

.card-grid__feature-card {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/span 12;
}
.card-grid__feature-card:hover .card-grid__feature-card__title {
  text-decoration: underline;
}
.card-grid__feature-card:hover .arrow-icon {
  fill: #000;
}
.card-grid__feature-card:hover .arrow-icon path {
  fill: #fff;
  stroke: #fff;
}
.card-grid__feature-card:hover .arrow-icon path:first-child {
  fill: #000;
  stroke: #000;
}
@media (max-width: 999px) {
  .has-keylines .card-grid__feature-card {
    padding-top: 10px;
  }
  .has-keylines .card-grid__feature-card:not(:first-child) {
    /* stylelint-disable-line length-zero-no-unit */
  }
}
@media (max-width: 999px) and (max-width: 999px) {
  .has-keylines .card-grid__feature-card:not(:first-child) {
    position: relative;
  }
  .has-keylines .card-grid__feature-card:not(:first-child)::after {
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    top: auto;
    bottom: calc(100% + 5px);
    background: currentColor;
    content: "";
  }
}
@media (max-width: 999px) {
  .has-keylines .card-grid__feature-card + .card-grid__feature-card {
    margin-top: 10px;
  }
}
@media (min-width: 1000px) {
  .has-keylines .card-grid__feature-card {
    padding-bottom: 30px;
  }
}
@media (min-width: 1000px) and (min-width: 1000px) {
  .has-keylines .card-grid__feature-card:not(:first-child) {
    position: relative;
  }
  .has-keylines .card-grid__feature-card:not(:first-child)::after {
    position: absolute;
    background: currentColor;
    content: "";
    left: 0;
    right: 0;
    width: auto;
    height: 1px;
    top: auto;
    bottom: calc(100% + 15px);
  }
}
@media (min-width: 1000px) and (min-width: 1400px) {
  .has-keylines .card-grid__feature-card:not(:first-child)::after {
    bottom: calc(100% + 22.5px);
  }
}
@media (min-width: 1000px) {
  .has-keylines .card-grid__feature-card + .card-grid__feature-card {
    padding-top: 30px;
  }
}
@media (min-width: 1400px) {
  .has-keylines .card-grid__feature-card {
    padding-bottom: 45px;
  }
  .has-keylines .card-grid__feature-card + .card-grid__feature-card {
    padding-top: 45px;
  }
}

.card-grid__feature-card__image,
.card-grid__feature-card__image > img {
  display: block;
  width: 100%;
  height: auto;
}

.card-grid__feature-card__image.small img {
  height: 530px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 600px) {
  .card-grid__feature-card__image.small img {
    height: 300px;
  }
}

@media (min-width: 1000px) {
  .card-grid__feature-card__image,
  .card-grid__feature-card__text-wrapper {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/span 1;
  }
}

.card-grid__feature-card__image {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/span 12;
}
@media (min-width: 1000px) {
  .card-grid__feature-card__image {
    -ms-grid-column: 7;
    -ms-grid-column-span: 6;
    grid-column: 7/span 6;
  }
  .card-grid__feature-card--reversed .card-grid__feature-card__image {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/span 6;
  }
}

.card-grid__feature-card__text-wrapper {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/span 12;
  position: relative;
}
@media (min-width: 1000px) {
  .card-grid__feature-card__text-wrapper {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/span 6;
  }
  .card-grid__feature-card--reversed .card-grid__feature-card__text-wrapper {
    -ms-grid-column: 7;
    -ms-grid-column-span: 6;
    grid-column: 7/span 6;
  }
  .card-grid__feature-card__text-wrapper.has-pull-quote {
    padding-bottom: 150px;
  }
}

.card-grid__feature-card__title {
  margin: 0;
}

.card-grid__feature-card__body {
  margin: 10px 0 0 0;
}
.card-grid__feature-card__body p:first-child {
  margin-top: 0;
}
.card-grid__feature-card__body p:last-child {
  margin-bottom: 0;
}
.card-grid__feature-card__body a {
  color: inherit;
}
@media (min-width: 1000px) {
  .card-grid__feature-card__body {
    max-width: 80%;
    margin-top: 20px;
  }
}

.card-grid__feature-card__cta {
  display: inline-block;
  margin-top: 10px;
  text-decoration: inherit;
  color: inherit;
}
.card-grid__feature-card__cta .arrow-icon {
  fill: none;
}
.card-grid__feature-card__cta .arrow-icon path {
  fill: #000;
  stroke: #000;
}
.card-grid__feature-card__cta .arrow-icon path:first-child {
  fill: none;
  stroke: #000;
}

.card-grid__feature-card__cta__icon {
  margin: -2px 0 0 10px;
  vertical-align: middle;
}
@media (min-width: 1000px) {
  .card-grid__feature-card__cta__icon {
    margin-top: -5px;
    width: 35px;
    height: 35px;
  }
}

.card-grid__feature-card__pull-quote {
  display: inline-block;
  margin-top: 20px;
}
@media (min-width: 1000px) {
  .card-grid__feature-card__pull-quote {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
  }
}

.card-grid__paginator {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/span 12;
}
@media (min-width: 1000px) {
  .card-grid__paginator {
    margin-top: 30px;
  }
  .l-subgrid--8 .card-grid__paginator {
    -ms-grid-column: 1;
    -ms-grid-column-span: 8;
    grid-column: 1/span 8;
  }
  .l-subgrid--9 .card-grid__paginator {
    -ms-grid-column: 1;
    -ms-grid-column-span: 9;
    grid-column: 1/span 9;
  }
}
@media (min-width: 1400px) {
  .card-grid__paginator {
    margin-top: 30px;
  }
}

.contact-grid {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/span 12;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 999px) {
  .contact-grid {
    margin-bottom: 20px;
  }
}
@media (min-width: 1000px) {
  .contact-grid {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
  }
}

.contact-grid__item {
  padding-top: 10px;
  border-top: 1px solid #000;
}
.contact-grid__item + .contact-grid__item {
  margin-top: 10px;
}

.contact-grid__item__title {
  margin: 0;
  font-weight: 700;
}

.contact-grid__item__copy {
  margin: 0;
}
.contact-grid__item__copy a {
  color: inherit;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.contact-grid__item__copy a:hover {
  opacity: 0.5;
}

.cookie-banner {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  padding: 32px 16px;
  background: #000;
  color: #fff;
}
.cookie-banner a {
  display: inline-block;
  color: inherit;
}
@media (min-width: 600px) {
  .cookie-banner {
    padding: 32px;
  }
}
@media (min-width: 1000px) {
  .cookie-banner {
    padding: 30px 40px;
  }
  .cookie-banner::after {
    clear: both;
    content: "";
    display: block;
  }
}

.cookie-banner__button {
  display: block;
  margin: 20px auto 0 0;
}
@media (min-width: 600px) {
  .cookie-banner__button {
    float: right;
    margin: -25px 0 0 10px;
  }
}

.cta-banner {
  -ms-grid-column: 1;
  -ms-grid-column-span: 14;
  grid-column: 1/span 14;
  padding: 16px;
  background: #000;
  color: #fff;
}
@media (min-width: 1000px) {
  .cta-banner {
    -ms-grid-column: 2;
    -ms-grid-column-span: 12;
    grid-column: 2/span 12;
    padding: 30px 0;
  }
  .cta-banner::after {
    clear: both;
    content: "";
    display: block;
  }
}

.cta-banner__heading {
  margin: 0 0 20px 0;
}

.cta-banner__copy {
  margin: 2px 0 0 0;
}
@media (min-width: 1000px) {
  .cta-banner__copy {
    float: left;
    width: 50%;
  }
}

.cta-banner__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 999px) {
  .cta-banner__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 35px;
    width: 100%;
  }
}
@media (max-width: 455px) {
  .cta-banner__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1000px) {
  .cta-banner__list {
    float: right;
    width: 50%;
    text-align: right;
  }
}

@media (max-width: 999px) {
  .cta-banner__item {
    display: block;
    margin: 15px 0 0 0;
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .cta-banner__item {
    display: inline-block;
    margin: 0 0 0 10px;
  }
}

@media (max-width: 999px) {
  .cta-banner__button {
    display: block;
  }
}

.event-detail {
  -ms-grid-column: 2;
  -ms-grid-column-span: 12;
  grid-column: 2/span 12;
  margin-top: 20px;
}
@media (min-width: 1000px) {
  .event-detail {
    margin-top: 40px;
  }
}
.event-detail.l-subgrid {
  -ms-grid-columns: 30px (1fr)[12] 30px;
  grid-template-columns: 30px repeat(12, 1fr) 30px;
}

.event-detail__header {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/span 12;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/span 1;
}

.event-detail__header__button {
  text-decoration: none;
  color: inherit;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.event-detail__header__button:hover, .event-detail__header__button:active, .event-detail__header__button:focus {
  opacity: 0.5;
}

@media (min-width: 1000px) {
  .event-detail__header__button__icon {
    margin: -5px 10px 0 0;
    width: 35px;
    height: 35px;
    vertical-align: middle;
  }
}

.event-detail__column {
  -ms-grid-column: 2;
  -ms-grid-column-span: 8;
  grid-column: 2/span 8;
  /* stylelint-disable-line length-zero-no-unit */
  padding-bottom: 15px;
}
@media (max-width: 999px) {
  .event-detail__column {
    position: relative;
  }
  .event-detail__column::after {
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    top: calc(100% + 5px + 0px);
    background: currentColor;
    content: "";
  }
}
.event-detail__column + .event-detail__column {
  padding-top: 15px;
  padding-bottom: 0;
}
.event-detail__column + .event-detail__column::after {
  content: none;
}
@media (min-width: 1000px) {
  .event-detail__column {
    -ms-grid-column: 2;
    -ms-grid-column-span: 8;
    grid-column: 2/span 8;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
    padding: 0;
  }
  .event-detail__column + .event-detail__column {
    -ms-grid-column: 10;
    -ms-grid-column-span: 4;
    grid-column: 10/span 4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2/span 2;
    padding: 0 0 64px 0;
  }
}
@media (min-width: 1000px) and (min-width: 1000px) {
  .event-detail__column + .event-detail__column {
    position: relative;
  }
  .event-detail__column + .event-detail__column::after {
    position: absolute;
    background: currentColor;
    content: "";
    top: 0;
    bottom: 0;
    width: 2px;
    height: auto;
    left: auto;
    right: calc(100% + 15px);
  }
}
@media (min-width: 1000px) and (min-width: 1400px) {
  .event-detail__column + .event-detail__column::after {
    right: calc(100% + 22.5px);
  }
}

.event-detail__hero-image,
.event-detail__hero-image > img {
  display: block;
  width: 100%;
  height: auto;
}

.event-detail__hero-image__wrapper {
  position: relative;
  margin-top: 45px;
}
.event-detail__hero-image__wrapper .past-event__text {
  position: absolute;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
}
@media (max-width: 999px) {
  .event-detail__hero-image__wrapper .event-detail__hero-image {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
  }
}

.event-detail__badge {
  display: inline-block;
  margin: -18px 0 0 0;
  padding: 8px;
  background: #000;
  color: #fff;
}

.event-detail__title.past-event {
  opacity: 0.5;
}

@media (max-width: 999px) {
  .event-detail__extra-images {
    margin-top: 20px;
  }
}
@media (min-width: 1000px) {
  .event-detail__extra-images {
    margin-top: 80px;
  }
}

.event-detail__extra-images__column {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/span 12;
}
@media (min-width: 1000px) {
  .event-detail__extra-images__column {
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
    grid-column: 1/span 7;
  }
  .event-detail__extra-images__column + .event-detail__extra-images__column {
    -ms-grid-column: 8;
    -ms-grid-column-span: 5;
    grid-column: 8/span 5;
    margin-top: 50%;
  }
}

.event-detail__extra-images__image,
.event-detail__extra-images__image > img {
  display: block;
  width: 100%;
  height: auto;
}

.event-detail__extra-images__caption {
  margin-top: 20px;
  color: #666;
}
.event-detail__extra-images__caption h3,
.event-detail__extra-images__caption p {
  margin: 0;
}
.event-detail__extra-images__caption p {
  margin-top: 10px;
}
.event-detail__extra-images__caption a {
  color: inherit;
}
@media (max-width: 999px) {
  .event-detail__extra-images__caption h3,
  .event-detail__extra-images__caption p {
    max-width: 50%;
  }
}
@media (min-width: 1000px) {
  .event-detail__extra-images__caption {
    margin-top: 40px;
  }
}

.event-detail__location-grid {
  -ms-grid-column: 2;
  -ms-grid-column-span: 12;
  grid-column: 2/span 12;
  margin-top: 20px;
  padding: 0;
}
@media (min-width: 1000px) {
  .event-detail__location-grid {
    -ms-grid-column: 2;
    -ms-grid-column-span: 8;
    grid-column: 2/span 8;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/span 1;
    margin-top: 40px;
    padding-bottom: 80px;
  }
}

.event-detail__other-events-grid {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/span 12;
}

@media (min-width: 1000px) {
  .event-detail__meta {
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
  }
  .event-detail__meta *:last-child {
    -webkit-transform: translateY(2px);
        -ms-transform: translateY(2px);
            transform: translateY(2px);
  }
}

.event-detail__meta__heading {
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
  display: block;
  font-size: 18px;
  line-height: 20px;
}
.event-detail__meta__heading:first-child {
  margin-top: 0;
}

.event-detail__meta__copy {
  font-size: 22px;
  line-height: 25px;
}
.event-detail__meta__copy a {
  color: inherit;
}
.event-detail__meta__copy p {
  margin: 0;
}
@media (max-width: 999px) {
  .event-detail__meta__copy {
    margin-bottom: 20px;
  }
}

.event-detail__meta__embed {
  position: relative;
  height: 0;
  padding-top: 57.5757575758%;
  margin: 15px 0 0 0;
}
.event-detail__meta__embed iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.event-detail__meta__cta {
  display: block;
  margin-top: 30px;
}
@media (min-width: 1000px) {
  .event-detail__meta__cta {
    display: inline-block;
  }
}

.event-detail__copy {
  margin-top: 10px;
}
.event-detail__copy a {
  color: #000;
}
.event-detail__copy p:first-child {
  margin-top: 0;
}
.event-detail__copy p:last-child {
  margin-bottom: 0;
}
@media (max-width: 999px) {
  .event-detail__copy {
    padding-bottom: 20px;
  }
}
@media (min-width: 1000px) {
  .event-detail__copy {
    max-width: 65%;
    margin-top: 20px;
  }
}

.footer {
  padding: 35px 0;
  margin-top: 90px;
  background: #000;
  color: #fff;
}
@media (min-width: 1000px) {
  .footer {
    padding: 35px 0 50px 0;
  }
}

.footer__section {
  -ms-grid-column: 2;
  -ms-grid-column-span: 12;
  grid-column: 2/span 12;
}
.footer__section + .footer__section {
  margin: 40px 0 0 0;
}
.footer__section--contact p:last-child,
.footer__section--contact p:nth-last-child(2) {
  margin: 30px 0 0 0;
}
@media (max-width: 999px) {
  .footer__section:not(:last-child) {
    /* stylelint-disable-line length-zero-no-unit */
  }
}
@media (max-width: 999px) and (max-width: 999px) {
  .footer__section:not(:last-child) {
    position: relative;
  }
  .footer__section:not(:last-child)::after {
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    top: calc(100% + 5px + 20px);
    background: currentColor;
    content: "";
  }
}
@media (min-width: 1000px) {
  .footer__section {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/span 1;
  }
  .footer__section + .footer__section {
    margin-top: 0;
  }
  .footer__section--newsletter {
    -ms-grid-column: 11;
    -ms-grid-column-span: 3;
    grid-column: 11/span 3;
  }
  .footer__section--newsletter input {
    font-size: 16px;
  }
  .footer__section--social {
    -ms-grid-column: 8;
    -ms-grid-column-span: 3;
    grid-column: 8/span 3;
  }
  .footer__section--sitemap {
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
    grid-column: 2/span 3;
  }
  .footer__section--contact {
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
    grid-column: 5/span 3;
  }
  .footer__section--partners {
    -ms-grid-column: 2;
    -ms-grid-column-span: 6;
    grid-column: 2/span 6;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
  }
}
@media (min-width: 1000px) and (min-width: 1000px) {
  .footer__section--social, .footer__section--sitemap, .footer__section--contact {
    position: relative;
  }
  .footer__section--social::after, .footer__section--sitemap::after, .footer__section--contact::after {
    position: absolute;
    background: currentColor;
    content: "";
    top: 0;
    bottom: 0;
    width: 1px;
    height: auto;
    left: calc(100% + 15px);
    right: auto;
  }
}
@media (min-width: 1000px) and (min-width: 1400px) {
  .footer__section--social::after, .footer__section--sitemap::after, .footer__section--contact::after {
    left: calc(100% + 22.5px);
  }
}

.footer__title {
  margin: 0;
  font-size: 18px;
  line-height: 20px;
}

.footer__social-list {
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  /* stylelint-disable no-descending-specificity */
  /* stylelint-enable */
}
.footer__social-list + p {
  margin: 15px 0 0 0;
}

.footer__social-list__item {
  display: inline-block;
}

.footer__social-list__link {
  display: inline-block;
  color: inherit;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.footer__social-list__link:hover, .footer__social-list__link:active, .footer__social-list__link:focus {
  opacity: 0.5;
}
.footer__social-list__link .icon {
  width: 40px;
  height: 40px;
}
@media (min-width: 1000px) {
  .footer__social-list__link .icon {
    width: 25px;
    height: 25px;
  }
}

.footer__generic-list {
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none;
}

.footer__generic-list__link {
  color: inherit;
  text-decoration: none;
}
.footer__generic-list__link:hover, .footer__generic-list__link:active, .footer__generic-list__link:focus {
  text-decoration: underline;
}

.footer__partner-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
@media (max-width: 999px) {
  .footer__partner-list {
    -webkit-transform: translateX(-5vw);
        -ms-transform: translateX(-5vw);
            transform: translateX(-5vw);
  }
}
@media (min-width: 1000px) {
  .footer__partner-list {
    margin-right: calc(-15px - 5px);
    margin-left: -2px;
  }
}
@media (min-width: 1400px) {
  .footer__partner-list {
    margin-right: calc(-22.5px - 5px);
  }
}

.footer__partner-list__item {
  display: inline-block;
}
@media (max-width: 999px) {
  .footer__partner-list__item {
    margin: 0 0 10px 0;
    -webkit-flex-basis: calc(50% - 10px);
        -ms-flex-preferred-size: calc(50% - 10px);
            flex-basis: calc(50% - 10px);
  }
  .footer__partner-list__item:nth-child(odd) {
    margin-right: 20px;
  }
}
@media (min-width: 1000px) {
  .footer__partner-list__item {
    margin: 0 20px 0 0;
    -webkit-flex-basis: calc(20% - 20px);
        -ms-flex-preferred-size: calc(20% - 20px);
            flex-basis: calc(20% - 20px);
  }
  .footer__partner-list__item:last-child {
    margin-right: 0;
  }
}

.footer__partner-list__image {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.footer__partner-list__link:hover .footer__partner-list__image, .footer__partner-list__link:active .footer__partner-list__image, .footer__partner-list__link:focus .footer__partner-list__image {
  opacity: 0.5;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 15;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1000px) {
  .header {
    top: -55px;
  }
  .header.show {
    top: 0;
  }
}

.home-hero {
  -ms-grid-column: 1;
  -ms-grid-column-span: 14;
  grid-column: 1/span 14;
  background: #000;
  color: #fff;
  position: relative;
  height: 68vh;
}
.home-hero.stay-up {
  height: 68vh;
}
.home-hero.stay-up .home-hero__image {
  height: 68vh;
  padding-top: 0;
}
@media (max-height: 600px) {
  .home-hero {
    height: 71vh;
  }
}
@media (max-width: 600px) {
  .home-hero {
    min-height: 400px;
    height: 400px;
  }
}

.home-hero__icon {
  position: absolute;
  bottom: 40px;
  right: 70px;
  z-index: 10;
  height: 355px;
  width: 355px;
}
@media (max-width: 999px) {
  .home-hero__icon {
    height: 100px;
    width: 100px;
    right: 26px;
    bottom: 20px;
  }
}
.home-hero__icon img {
  width: 100%;
  height: 100%;
}

.home-hero__video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 600px) {
  .home-hero__video {
    max-height: 400px;
  }
}

.home-hero__image {
  height: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 999px) {
  .home-hero__image--mobile {
    display: block;
    background-position: center;
    background-size: auto;
  }
}
@media (min-width: 1000px) {
  .home-hero__image--mobile {
    display: none;
  }
}
.home-hero__image--desktop {
  padding-top: 38%;
}
@media (max-width: 999px) {
  .home-hero__image--desktop {
    display: none;
  }
}
@media (min-width: 1000px) {
  .home-hero__image--desktop {
    display: block;
    background-position: 50% 50%;
  }
  .home-hero__image--desktop.is-fixed {
    background-attachment: fixed;
    background-position: 50% 50%;
  }
}

.home-hero__text {
  margin: 0 auto 0 0;
  padding: 16px 16px 90px 16px;
  max-width: 350px;
}
@media (min-width: 600px) {
  .home-hero__text {
    padding: 32px 32px 90px 32px;
  }
}
@media (min-width: 1000px) {
  .home-hero__text {
    padding: 40px 40px 90px 40px;
    max-width: 700px;
  }
}
@media (min-width: 1400px) {
  .home-hero__text {
    padding: 70px 70px 90px 70px;
    max-width: 800px;
  }
}

.home-hero-content {
  position: absolute;
  top: 50%;
  left: 70px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 999px) {
  .home-hero-content {
    font-size: 0.8rem;
    top: 40%;
    left: 26px;
    right: 26px;
  }
}
.home-hero-content h2 {
  font-size: 28px;
  line-height: 39px;
}
.home-hero-content p {
  max-width: 50%;
}
@media (max-width: 999px) {
  .home-hero-content p {
    max-width: 100%;
  }
}
.home-hero-content__badge {
  display: inline-block;
  margin: 0;
  padding: 8px;
  background: #e8623a;
  color: #000;
  font-size: 16px;
}
.home-hero-content a {
  color: #fff;
  text-decoration: none;
}

.home-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.journey-time-indicator__header {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/span 12;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/span 1;
}

.journey-time-indicator__title {
  margin: 0;
}

.journey-time-indicator__subtitle {
  margin: 0;
}

.journey-time-indicator__body {
  -ms-grid-column: 2;
  -ms-grid-column-span: 10;
  grid-column: 2/span 10;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/span 1;
}
@media (min-width: 1000px) {
  .journey-time-indicator__body {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
  }
}

.journey-time-indicator__station-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 30px 0;
  position: relative;
  list-style: none;
}
.journey-time-indicator__station-list::after {
  display: block;
  width: 2px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  bottom: 0;
  margin: 0 0 0 -60px;
  background: #000;
  content: "";
}
@media (min-width: 1000px) {
  .journey-time-indicator__station-list {
    padding: 50px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .journey-time-indicator__station-list::after {
    width: auto;
    height: 2px;
    top: 50%;
    left: 0;
    right: 0;
    margin: -1px 0 0 0;
  }
}

.journey-time-indicator__station-list__item {
  display: block;
  position: relative;
  z-index: 2;
  margin: 15px 0;
  padding: 0 120px 0 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0;
}
.journey-time-indicator__station-list__item.is-active {
  opacity: 1;
}
@media (min-width: 1000px) {
  .journey-time-indicator__station-list__item {
    margin: 0;
    padding: 0;
  }
}

.journey-time-indicator__station-list__dl {
  position: relative;
  margin: 0;
}

.journey-time-indicator__station-list__name {
  display: block;
  position: absolute;
  top: 50%;
  left: 50px;
  white-space: nowrap;
  line-height: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.25s ease 0.5s;
  transition: opacity 0.25s ease 0.5s;
  opacity: 0;
}
@media (max-width: 449px) {
  .journey-time-indicator__station-list__name {
    font-size: 18px;
  }
}
@media (max-width: 999px) {
  .journey-time-indicator__station-list--left .journey-time-indicator__station-list__name {
    left: auto;
    right: 50px;
    text-align: right;
  }
}
.journey-time-indicator__station-list__item.is-active .journey-time-indicator__station-list__name {
  opacity: 1;
}
@media (min-width: 1000px) {
  .journey-time-indicator__station-list__name {
    top: 0;
    left: 100%;
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: translateY(-70%) rotateZ(-45deg);
        -ms-transform: translateY(-70%) rotate(-45deg);
            transform: translateY(-70%) rotateZ(-45deg);
  }
}

.journey-time-indicator__station-list__value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin: 0;
  background: #fff;
  border: 3px solid #000;
  -webkit-box-shadow: 0 0 0 3px #fff;
          box-shadow: 0 0 0 3px #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
}
@media (max-width: 999px) {
  .journey-time-indicator__station-list__value {
    font-size: 20px;
  }
}
@media (min-width: 1000px) {
  .journey-time-indicator__station-list__value {
    width: 60px;
    height: 60px;
    border: 4px solid #000;
    -webkit-box-shadow: 0 0 0 4px #fff;
            box-shadow: 0 0 0 4px #fff;
  }
}

.journey-time-indicator__station-list__image-list {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  list-style: none;
}
@media (min-width: 1000px) {
  .journey-time-indicator__station-list__image-list {
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
  }
}

.journey-time-indicator__station-list__image-list__item {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.journey-time-indicator__station-list__image-list__item.is-active {
  opacity: 1;
}

.journey-time-indicator__station-list__image-list__image {
  display: block;
  width: 100%;
  height: 100%;
}

.legend {
  position: relative;
  padding: 20px;
  background: #000;
  color: #fff;
}
.legend--mobile {
  -ms-grid-column: 1;
  -ms-grid-column-span: 14;
  grid-column: 1/span 14;
  padding: 16px;
  background: #323232;
}
@media (min-width: 1000px) {
  .legend--sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
  }
}

.legend__title {
  position: relative;
  margin: 0;
}

.legend__title__button {
  position: absolute;
  top: -1px;
  right: 0;
  color: inherit;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.legend__title__button:hover, .legend__title__button:active, .legend__title__button:focus {
  opacity: 0.5;
}
.legend__title__button .icon {
  margin: 0 0 0 8px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 30px;
  height: 30px;
}

.legend__toggle-button {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.legend__toggle-button:hover, .legend__toggle-button:active, .legend__toggle-button:focus {
  opacity: 0.5;
}
.legend__toggle-button .icon {
  width: 20px;
  height: 20px;
}
.legend__toggle-button .icon--close {
  display: none;
}
.legend__toggle-button.is-open .icon--add {
  display: none;
}
.legend__toggle-button.is-open .icon--close {
  display: block;
}

.legend__primary-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 15px 0 0 0;
  padding: 15px 0 0 0;
  border-top: 1px solid #ccc;
  list-style: none;
}
.legend__primary-list--wide {
  display: block;
}
.legend--mobile .legend__primary-list {
  display: none;
}
.legend--mobile .legend__primary-list.is-open {
  display: block;
}
.legend__primary-list + .legend__title {
  position: relative;
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
}
.legend__primary-list + .legend__title::before {
  position: absolute;
  top: 0;
  left: -20px;
  right: -20px;
  height: 2px;
  background: #fff;
  content: "";
}

.legend__primary-list__item {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
.legend__primary-list__item:nth-child(n+3) {
  margin-top: 15px;
}
.legend__primary-list--wide .legend__primary-list__item:nth-child(n+2) {
  margin-top: 15px;
}

.legend__primary-list__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  color: inherit;
  line-height: 1.5;
  text-decoration: inherit;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.legend__primary-list__button:hover, .legend__primary-list__button:active, .legend__primary-list__button:focus {
  opacity: 0.5;
}
.legend__primary-list__button--all {
  white-space: nowrap;
}

.legend__primary-list__icon-wrapper {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border: 1px solid #fff;
}

.legend__primary-list__icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.legend__primary-list__button:hover .legend__primary-list__icon, .legend__primary-list__button:active .legend__primary-list__icon, .legend__primary-list__button:focus .legend__primary-list__icon {
  opacity: 0.5;
}
.legend__primary-list__button.is-active .legend__primary-list__icon {
  opacity: 1;
}

.legend__secondary-group-list {
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
  border-top: 1px solid #ccc;
  list-style: none;
}

.legend__secondary-group-list__item {
  display: none;
}
.legend__secondary-group-list__item.is-active {
  display: block;
}

.legend__secondary-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.legend__secondary-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.legend__secondary-list__item + .legend__secondary-list__item {
  margin-top: 5px;
}

.legend__secondary-list__icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 25px;
}
.legend__secondary-list__icon--blue {
  background: #2fb0ae;
}
.legend__secondary-list__icon--gray {
  background: #a6a6a6;
}

.mapboxgl-popup-tip {
  border-top-color: #000 !important;
}

.mapboxgl-popup-close-button {
  color: white;
  font-size: 18px;
}

.mapboxgl-popup-content {
  background: #000 !important;
  padding: 20px !important;
}
.mapboxgl-popup-content .map-popup {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
}
.mapboxgl-popup-content .map-popup img {
  width: 160px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
.mapboxgl-popup-content .map-popup__content {
  color: #fff;
  font-size: 16px;
}
.mapboxgl-popup-content .map-popup__content h2 {
  margin-top: 0;
  font-size: 16px;
}
.mapboxgl-popup-content .map-popup__content a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

.location-map:not(.location-map--compact) {
  position: relative;
  margin-top: 40px;
}
.location-map__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.2fr 1fr;
  grid-template-columns: 0.2fr 1fr;
  grid-column-gap: 40px;
  margin-bottom: 57px;
}
@media (max-width: 999px) {
  .location-map__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
  }
}
.location-map__legend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 600px) {
  .location-map__legend {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.location-map__legend .legend__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}
.location-map__legend .legend__item__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}
.location-map__legend .legend__item__item.active span {
  text-decoration: underline;
  font-weight: 600;
}
@media (max-width: 600px) {
  .location-map__legend .legend__item__item {
    padding-left: 20px;
  }
}
.location-map__legend .legend__item__items {
  height: 0;
  overflow: hidden;
}
.location-map__legend .legend__item.expanded .legend__item__header svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.location-map__legend .legend__item.expanded .legend__item__items {
  height: auto;
  overflow: visible;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}
.location-map__legend .legend__item.expanded .legend__item__items span {
  font-size: 18px;
}
.location-map__legend .legend__item svg {
  fill: none;
}
.location-map__map {
  width: 100%;
  height: 815px;
}
@media (max-width: 600px) {
  .location-map__map {
    height: 500px;
  }
}

.location-map__local-area-image {
  display: block;
  width: 100%;
  height: auto;
}
.location-map--compact .location-map__local-area-image {
  border: 8px solid #000;
}

.location-map__wide-area-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30%;
  border: 8px solid #000;
  -webkit-box-shadow: 0 0 0 8px #fff;
          box-shadow: 0 0 0 8px #fff;
  -webkit-transition: width 0.75s ease-in-out;
  transition: width 0.75s ease-in-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.location-map__wide-area-wrapper.is-expanded {
  width: 100%;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.location-map--compact .location-map__wide-area-wrapper {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  z-index: 1;
  width: 0%;
  border: 0 solid #000;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: width 0.75s ease-in-out, border 0s linear;
  transition: width 0.75s ease-in-out, border 0s linear;
  -webkit-transition-delay: 0s, 0.75s;
          transition-delay: 0s, 0.75s;
}
.location-map--compact .location-map__wide-area-wrapper.is-expanded {
  width: 100%;
  border: 8px solid #000;
  -webkit-transition-delay: 0s, 0.1s;
          transition-delay: 0s, 0.1s;
}

.location-map__wide-area-button {
  position: absolute;
  top: -8px;
  right: -8px;
  padding: 10px 30px 10px 10px;
  z-index: 3;
  border: 0;
  border-radius: 0;
  background: #000;
  color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  white-space: nowrap;
}
.location-map__wide-area-button:focus {
  outline: 0;
}
.location-map__wide-area-button .icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.location-map__wide-area-button .icon--close {
  opacity: 0;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.location-map__wide-area-button .icon--expand {
  opacity: 1;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.location-map--compact .location-map__wide-area-button {
  top: 0;
  right: 0;
  -webkit-transition: all 0s;
  transition: all 0s;
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.location-map__wide-area-wrapper.is-expanded .location-map__wide-area-button .icon {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.location-map__wide-area-wrapper.is-expanded .location-map__wide-area-button .icon--close {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.location-map__wide-area-wrapper.is-expanded .location-map__wide-area-button .icon--expand {
  opacity: 0;
}
.location-map--compact .location-map__wide-area-wrapper.is-expanded .location-map__wide-area-button {
  top: -8px;
  right: -8px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.location-map__wide-area-button__label {
  display: inline-block;
  max-width: 0;
  line-height: 1;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.location-map__wide-area-wrapper.is-expanded .location-map__wide-area-button__label {
  max-width: 150px;
  margin-right: 10px;
}

.location-map__wide-area-preview {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  z-index: 1;
}

.location-map__wide-area-image {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.location-map__wide-area-wrapper.is-expanded .location-map__wide-area-image {
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.location-map__outer-note {
  margin: 10px 0 0 0;
  text-align: right;
}

.location-map-mobile {
  margin: 0 0 16px 0;
}

.location-map-mobile__title {
  margin: 16px 0 0 0;
}
.location-map-mobile__wrapper + .location-map-mobile__title {
  margin-top: 32px;
  padding-top: 16px;
  border-top: 2px solid #000;
}

.location-map-mobile__wrapper {
  position: relative;
  margin: 10px 0 0 0;
}

.location-map-mobile__button {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px;
  z-index: 3;
  border: 0;
  border-radius: 0;
  background: #000;
  color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.location-map-mobile__button .icon {
  width: 20px;
  height: 20px;
}
.location-map-mobile__wrapper.is-expanded .location-map-mobile__button--expand {
  display: none;
}
.location-map-mobile__button--close {
  display: none;
}
.location-map-mobile__button--close .icon {
  vertical-align: top;
  margin-left: 5px;
}
.location-map-mobile__wrapper.is-expanded .location-map-mobile__button--close {
  display: block;
}

.location-map-mobile__preview {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}

.location-map-mobile__full-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
  display: none;
}
.location-map-mobile__wrapper.is-expanded .location-map-mobile__full-wrapper {
  display: block;
}
.location-map-mobile__wrapper.is-expanded .location-map-mobile__full-wrapper:focus {
  outline: #fcdd00 solid 3px;
}

.location-map-mobile__full {
  display: block;
  width: 600px;
  height: auto;
}

.minimal-search-widget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 8px 0 16px 0;
  padding: 10px;
  background: #d9d9d9;
  color: #000;
}

.minimal-search-widget__input {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 5px;
  border: 0;
  border-radius: 0;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
}
.minimal-search-widget__input::-webkit-input-placeholder {
  color: #000;
}
.minimal-search-widget__input::-moz-placeholder {
  color: #000;
}
.minimal-search-widget__input:-ms-input-placeholder {
  color: #000;
}
.minimal-search-widget__input::-ms-input-placeholder {
  color: #000;
}
.minimal-search-widget__input::placeholder {
  color: #000;
}

.minimal-search-widget__button {
  display: block;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  padding: 0 5px;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  cursor: pointer;
}
.minimal-search-widget__button .icon {
  display: block;
  width: 20px;
  height: 20px;
}

.nav {
  position: relative;
  background: #fff;
  color: #000;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3019607843);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3019607843);
  z-index: 10;
}
@media (min-width: 1000px) {
  .nav.has-active-background::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background: #fff;
    content: "";
  }
}

@media (max-width: 999px) {
  .nav__inner {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 0;
    background: #fff;
    border-top: 0 solid #fff;
    -webkit-transition: max-height 0.5s ease-in-out 0s, border 0.2s 0.45s;
    transition: max-height 0.5s ease-in-out 0s, border 0.2s 0.45s;
    overflow: hidden;
    z-index: 50;
  }
  .nav.is-open .nav__inner {
    max-height: calc(100vh - 75px - 55px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-top-width: 2px;
    -webkit-transition: max-height 0.5s ease-in-out 0.2s, border 0.2s 0.25s;
    transition: max-height 0.5s ease-in-out 0.2s, border 0.2s 0.25s;
  }
}
@media (min-width: 1000px) {
  .nav__inner {
    -ms-grid-column: 2;
    -ms-grid-column-span: 12;
    grid-column: 2/span 12;
  }
}

.nav__list {
  -ms-grid-column: 2;
  -ms-grid-column-span: 12;
  grid-column: 2/span 12;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1000px) {
  .nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1000px) {
  .nav__list li.mobile--only {
    display: none;
  }
}

@media (max-width: 999px) {
  .nav__item {
    display: none;
  }
  .nav__item--logo {
    display: none;
  }
  .nav__item.is-active {
    border-left: 5px solid #fff;
    text-indent: 5px;
  }
}
.nav__item.mobile {
  display: block;
}
@media (min-width: 1000px) {
  .nav__item.mobile {
    display: none;
  }
}
.nav__item.mobile span {
  padding: 15px 5px;
  border-bottom: 1px solid #ccc;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav__item.mobile span svg {
  fill: none;
}
.nav__item.mobile ul {
  height: 0;
  overflow: hidden;
}
.nav__item.mobile ul.open {
  height: auto;
}
.nav__item.mobile ul li {
  padding: 15px 5px;
  border-bottom: 1px solid #ccc;
}
.nav__item.mobile ul li a {
  text-decoration: none;
  line-height: 1;
  color: inherit;
}
@media (min-width: 1000px) {
  .nav__item {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fff;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 18px;
  }
  .nav__item + .nav__item::before, .nav__item:last-child::after {
    position: absolute;
    top: 25%;
    bottom: 25%;
    left: 0;
    width: 1px;
    background: #000;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 1;
    content: "";
  }
  .nav__item:last-child::after {
    left: auto;
    right: 0;
  }
  .nav__item:first-child + .nav__item::before {
    opacity: 0;
  }
  .nav__item:not(.nav__item--logo):hover {
    text-decoration: underline;
  }
  .nav__item.is-active {
    font-weight: 600;
    text-decoration: underline;
  }
  .nav__item--logo {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    margin: 15px 10px 15px 0;
  }
}

.nav__link {
  position: relative;
  z-index: 1;
  display: block;
  text-decoration: none;
  line-height: 1;
  color: inherit;
}
@media (max-width: 999px) {
  .nav__link {
    padding: 15px 5px;
    border-bottom: 1px solid #ccc;
  }
  .nav__item:last-child .nav__link {
    border-bottom: 0;
  }
}
@media (min-width: 1000px) {
  .nav__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

.nav__logo {
  display: block;
  width: 120px;
  height: 34px;
  background: url("../svg/logo_full_black.svg") 0 0 no-repeat;
  background-size: 100% auto;
  font: 0/0 a; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
@media (min-width: 1000px) {
  .nav__logo {
    width: 160px;
    height: 45px;
  }
  .nav__item.is-active .nav__logo {
    background-image: url("../svg/logo_full_black.svg");
  }
}
.nav__logo--primary {
  -ms-grid-column: 2;
  -ms-grid-column-span: 4;
  grid-column: 2/span 4;
  margin: 20px 0;
  font: 0/0 a; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.nav__mobile-toggle {
  -ms-grid-column: 10;
  -ms-grid-column-span: 4;
  grid-column: 10/span 4;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  text-align: right;
  color: #000;
}
.nav__mobile-toggle .icon {
  display: inline-block;
  margin: 0 0 0 10px;
}

.nav.is-open .nav__mobile-toggle__open-controls {
  display: none;
}

.nav__mobile-toggle__close-controls {
  display: none;
}
.nav.is-open .nav__mobile-toggle__close-controls {
  display: block;
}

.nav__social-list {
  -ms-grid-column: 1;
  -ms-grid-column-span: 14;
  grid-column: 1/span 14;
  display: block;
  margin: 0;
  padding: 5px;
  background: #fff;
  list-style: none;
  text-align: center;
  font-size: 0;
  color: #000;
}

.nav__social-list__item {
  display: inline-block;
  margin: 0 10px;
}

.nav__social-list__link {
  display: inline-block;
  padding: 5px;
  color: inherit;
}
.nav__social-list__link .icon {
  width: 25px;
  height: 25px;
}

.nav__artwork {
  -ms-grid-column: 1;
  -ms-grid-column-span: 14;
  grid-column: 1/span 14;
  display: block;
  width: 100%;
  height: auto;
}

.nav__minimal-search-widget {
  -ms-grid-column: 2;
  -ms-grid-column-span: 12;
  grid-column: 2/span 12;
}

.newsletter-form {
  position: relative;
  margin: 40px 0 0 0;
}
@media (min-width: 1000px) {
  .newsletter-form {
    width: 100%;
    margin-top: 0;
  }
}

.newsletter-form__input {
  display: block;
  width: 100%;
}
@media (max-width: 999px) {
  .newsletter-form__input + .newsletter-form__input {
    margin-top: 20px;
  }
}
@media (min-width: 1000px) {
  .newsletter-form__input {
    height: 45px;
  }
  .newsletter-form__input:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/span 1;
  }
  .newsletter-form__input:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
  }
  .newsletter-form__input:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/span 1;
  }
}

.newsletter-form__button {
  margin-top: 20px;
}
@media (min-width: 1000px) {
  .newsletter-form__button {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/span 1;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/span 1;
  }
}

.newsletter-form__checkbox-label {
  display: block;
  position: relative;
  margin-top: 20px;
  cursor: pointer;
}
.newsletter-form__checkbox-label a {
  color: inherit;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.newsletter-form__checkbox-label a:hover, .newsletter-form__checkbox-label a:active, .newsletter-form__checkbox-label a:focus {
  opacity: 0.5;
}
@media (min-width: 1000px) {
  .newsletter-form__checkbox-label {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/span 1;
    margin-top: 15px;
  }
}

.newsletter-form__checkbox {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.newsletter-form__checkbox-proxy {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: -2px 5px 0 0;
  vertical-align: middle;
  position: relative;
  border: 1px solid currentColor;
}
.newsletter-form__checkbox:checked + .newsletter-form__checkbox-proxy::after {
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background: currentColor;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
}
.newsletter-form__checkbox.has-error + .newsletter-form__checkbox-proxy {
  color: red;
}

.newsletter-form__message {
  display: none;
  position: absolute;
  top: 0;
  right: -5px;
  bottom: -5px;
  left: -5px;
  background: rgba(0, 0, 0, 0.9);
  text-align: center;
}
.newsletter-form__message p:first-child {
  margin-top: 0;
}
.newsletter-form__message p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1000px) {
  .newsletter-form__message {
    bottom: 0;
  }
}

.promo-banner {
  -ms-grid-column: 1;
  -ms-grid-column-span: 14;
  grid-column: 1/span 14;
  position: relative;
  background: #000;
  color: #fff;
}
.promo-banner.is-light {
  background: #fff;
  color: #000;
}

.promo-banner__full-bleed-image,
.promo-banner__full-bleed-image > img {
  -ms-grid-column: 1;
  -ms-grid-column-span: 14;
  grid-column: 1/span 14;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/span 1;
  display: block;
  width: 100%;
  height: auto;
}

.promo-banner__gradient {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.7)), color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3ffffff", endColorstr="#00ffffff", GradientType=1);
}
.promo-banner__gradient--dark {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3000000", endColorstr="#00000000", GradientType=1);
}

.promo-banner__inner {
  -ms-grid-column: 2;
  -ms-grid-column-span: 12;
  grid-column: 2/span 12;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/span 1;
  position: relative;
  z-index: 2;
  margin: 15px 0;
}
@media (min-width: 1000px) {
  .promo-banner__inner {
    margin: 0;
  }
  .promo-banner__inner--with-margin {
    margin: 30px 0;
  }
}

.promo-banner__text-wrapper {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/span 12;
}
.promo-banner__text-wrapper--no-padding {
  padding: 0 0 10px 0;
}
@media (min-width: 1000px) {
  .promo-banner__text-wrapper {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/span 6;
    position: relative;
    padding: 40px 0;
  }
  .promo-banner__text-wrapper--less-padding {
    padding: 30px 0;
  }
  .promo-banner__text-wrapper--no-padding {
    padding: 0;
  }
}

.promo-banner__image {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/span 12;
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 1000px) {
  .promo-banner__image {
    -ms-grid-column: 7;
    -ms-grid-column-span: 6;
    grid-column: 7/span 6;
  }
}

.promo-banner__image > img {
  display: block;
  width: 100%;
  height: auto;
}

.promo-banner__title {
  margin: 5px 0 10px 0;
}
@media (min-width: 1000px) {
  .promo-banner__title {
    margin: 0;
  }
}

.promo-banner__copy {
  margin: 15px 0 60px 0;
}
.promo-banner__text-wrapper--no-padding .promo-banner__copy {
  margin-top: 5px;
  margin-bottom: 15px;
}
@media (min-width: 1000px) {
  .promo-banner__copy {
    width: 50%;
    margin-bottom: 20px;
  }
}

.promo-banner__cta {
  display: block;
  margin-top: 10px;
  text-decoration: none;
  color: inherit;
}
@media (min-width: 1000px) {
  .promo-banner__cta {
    position: absolute;
    left: 0;
    bottom: 40px;
    margin: 0;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .promo-banner__cta:hover, .promo-banner__cta:active, .promo-banner__cta:focus {
    opacity: 0.5;
  }
  .promo-banner__text-wrapper--less-padding .promo-banner__cta {
    bottom: 30px;
  }
}

.promo-banner__cta__icon {
  margin: -5px 0 0 10px;
  width: 35px;
  height: 35px;
  vertical-align: middle;
}

.role-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.role-list__item {
  padding: 20px 0;
  border-top: 1px solid currentColor;
}
.role-list__item:last-child {
  border-bottom: 1px solid currentColor;
}

.role-list__button {
  display: block;
  padding: 0;
  width: 100%;
  border: 0;
  border-radius: 0;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: left;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.role-list__button::after {
  clear: both;
  content: "";
  display: block;
}
.role-list__button:hover, .role-list__button:active, .role-list__button:focus {
  opacity: 0.6;
}
.role-list__button:focus {
  outline: 0;
}

.role-list__title {
  margin: 0;
  padding: 0;
}
.role-list__item--empty .role-list__title {
  padding-bottom: 10px;
}
@media (min-width: 1000px) {
  .role-list__title {
    float: left;
  }
  .role-list__item--empty .role-list__title {
    float: none;
    padding: 10px 0 15px 0;
  }
}

.role-list__button__inner {
  float: right;
}
@media (max-width: 999px) {
  .role-list__button__inner {
    margin-top: 20px;
  }
}
.role-list__button__inner--open {
  display: block;
}
.role-list__button__inner--close {
  display: none;
}
.role-list__item.is-open .role-list__button__inner--open {
  display: none;
}
.role-list__item.is-open .role-list__button__inner--close {
  display: block;
}
.role-list__button__inner .icon {
  margin: -5px 0 0 10px;
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.role-list__inner {
  display: none;
}
.role-list__item.is-open .role-list__inner {
  display: -ms-grid;
  display: grid;
  padding: 20px 0 10px 0;
}

.role-list__copy {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/span 12;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/span 1;
}
.role-list__copy p:first-child {
  margin-top: 0;
}
.role-list__copy p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1000px) {
  .role-list__copy {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/span 6;
  }
}

.role-list__download-wrapper {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/span 12;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/span 1;
}
@media (max-width: 999px) {
  .role-list__download-wrapper {
    padding: 15px 0;
    text-align: right;
  }
}
@media (min-width: 1000px) {
  .role-list__download-wrapper {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/span 6;
  }
}

.role-list__attribute-list {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/span 12;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/span 1;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1000px) {
  .role-list__attribute-list {
    -ms-grid-column: 7;
    -ms-grid-column-span: 6;
    grid-column: 7/span 6;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/span 1;
  }
}

.role-list__attribute-list__title {
  display: inline;
  margin: 0;
  padding: 0;
}

.role-list__cta-wrapper {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/span 12;
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4/span 1;
}
@media (max-width: 999px) {
  .role-list__cta-wrapper {
    padding: 15px 0 0 0;
    text-align: right;
  }
}
@media (min-width: 1000px) {
  .role-list__cta-wrapper {
    -ms-grid-column: 7;
    -ms-grid-column-span: 6;
    grid-column: 7/span 6;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
  }
}

.role-list__download-wrapper a,
.role-list__cta-wrapper a {
  text-decoration: none;
  color: inherit;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.role-list__download-wrapper a:hover, .role-list__download-wrapper a:active, .role-list__download-wrapper a:focus,
.role-list__cta-wrapper a:hover,
.role-list__cta-wrapper a:active,
.role-list__cta-wrapper a:focus {
  opacity: 0.6;
}
.role-list__download-wrapper .icon,
.role-list__cta-wrapper .icon {
  margin: -5px 0 0 10px;
  width: 35px;
  height: 35px;
  vertical-align: middle;
}

.search-widget {
  position: relative;
}

.search-widget__activation-button {
  padding: 0;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.search-widget__activation-button:hover, .search-widget__activation-button:active, .search-widget__activation-button:focus {
  opacity: 0.5;
}
.search-widget__activation-button .icon {
  display: inline-block;
  margin: -4px 0 0 5px;
  width: 15px;
  height: 15px;
  vertical-align: middle;
}

.search-widget__form-wrapper {
  position: absolute;
  top: -5px;
  right: 0;
  bottom: 0;
  width: 300px;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  opacity: 0;
  pointer-events: none;
}
.search-widget.is-active .search-widget__form-wrapper {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 1;
  pointer-events: all;
}

.search-widget__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-widget__form__input {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: 0;
  border-radius: 0;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.search-widget__form__input::-moz-placeholder {
  line-height: 1;
}

.search-widget__form__button {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  padding: 5px;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.search-widget__form__button:hover, .search-widget__form__button:active, .search-widget__form__button:focus {
  opacity: 0.5;
}
.search-widget__form__button .icon {
  width: 15px;
  height: 15px;
}

.search-widget__form__button-separator {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  margin: 0 8px;
  height: 20px;
  width: 2px;
  background: #666;
}

.secondary-nav {
  height: 55px;
  background: #000;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  color: #666;
  position: relative;
  z-index: 10;
}
.secondary-nav.is-active {
  background: #fff;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.secondary-nav li:hover a {
  text-decoration: underline;
}
.secondary-nav li.active a {
  font-weight: 600;
  text-decoration: underline;
}

.secondary-nav__inner {
  -ms-grid-column: 2;
  -ms-grid-column-span: 12;
  grid-column: 2/span 12;
  padding: 5px 0;
  text-align: right;
}

.secondary-nav__logos {
  display: block;
}
@media (max-width: 999px) {
  .secondary-nav__logos {
    margin: 0 auto;
    width: auto;
    height: 45px;
  }
}
@media (min-width: 1000px) {
  .secondary-nav__logos {
    margin-top: 2px;
    width: 245px;
    height: auto;
    float: left;
  }
}

.secondary-nav__social-list {
  display: inline-block;
  margin: 5px 0 0 0;
  padding: 5px 0;
  vertical-align: middle;
  list-style: none;
  font-size: 0;
}

.secondary-nav__social-list__item {
  display: inline-block;
  margin: 0 2px;
}

.secondary-nav__social-list__link {
  display: inline-block;
  padding: 5px;
  color: inherit;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.secondary-nav__social-list__link:hover, .secondary-nav__social-list__link:active, .secondary-nav__social-list__link:focus {
  opacity: 0.5;
}
.secondary-nav__social-list__link .icon {
  width: 15px;
  height: 15px;
}

.secondary-nav__search-widget {
  display: inline-block;
  margin: 10px 0 0 25px;
  vertical-align: middle;
}
.secondary-nav__search-widget ul {
  list-style-type: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
}
.secondary-nav__search-widget ul li:not(:last-child) {
  margin-right: 40px;
}
.secondary-nav__search-widget ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

.timeline {
  -ms-grid-column: 1;
  -ms-grid-column-span: 14;
  grid-column: 1/span 14;
  padding: 16px 0;
  background: #000;
  color: #fff;
}
@media (min-width: 1000px) {
  .timeline {
    padding: 30px 0;
  }
}
@media (min-width: 1400px) {
  .timeline {
    padding: 45px 0;
  }
}

.timeline__inner {
  -ms-grid-column: 2;
  -ms-grid-column-span: 12;
  grid-column: 2/span 12;
}

.timeline__heading {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/span 12;
  margin: 0;
}

.timeline__list {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/span 12;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline__item {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/span 12;
}
.timeline__item:not(:last-child) {
  /* stylelint-disable-line length-zero-no-unit */
}
@media (max-width: 999px) {
  .timeline__item:not(:last-child) {
    position: relative;
  }
  .timeline__item:not(:last-child)::after {
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    top: calc(100% + 5px + 0px);
    background: currentColor;
    content: "";
  }
}
@media (min-width: 1000px) {
  .timeline__item:not(:last-child) {
    position: relative;
  }
  .timeline__item:not(:last-child)::after {
    position: absolute;
    background: currentColor;
    content: "";
    top: 0;
    bottom: 0;
    width: 1px;
    height: auto;
    left: calc(100% + 15px);
    right: auto;
  }
}
@media (min-width: 1400px) {
  .timeline__item:not(:last-child)::after {
    left: calc(100% + 22.5px);
  }
}
@media (max-width: 999px) {
  .timeline__item {
    margin-bottom: 5px;
  }
}
@media (min-width: 1000px) {
  .timeline__item {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}

.timeline__item__heading {
  margin: 0;
}

.timeline__item__copy {
  margin: 0;
}
@media (max-width: 999px) {
  .timeline__item__copy {
    margin-bottom: 10px;
  }
}

.timeline__cta-wrapper {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/span 12;
  text-align: right;
}

.timeline__cta {
  text-decoration: none;
  color: inherit;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.timeline__cta:hover, .timeline__cta:active, .timeline__cta:focus {
  opacity: 0.5;
}

.timeline__cta__icon {
  margin: -2px 0 0 10px;
  vertical-align: middle;
}
@media (min-width: 1000px) {
  .timeline__cta__icon {
    margin-top: -5px;
    width: 35px;
    height: 35px;
  }
}

.travel-times {
  margin: 16px 0 0 0;
}
@media (min-width: 1000px) {
  .travel-times {
    margin: 30px 0 20px 0;
  }
}

.travel-times__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.travel-times__item {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/span 12;
}
.travel-times__item:not(:last-child) {
  /* stylelint-disable-line length-zero-no-unit */
}
@media (max-width: 999px) {
  .travel-times__item:not(:last-child) {
    position: relative;
  }
  .travel-times__item:not(:last-child)::after {
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    top: calc(100% + 5px + 0px);
    background: currentColor;
    content: "";
  }
}
@media (max-width: 999px) {
  .travel-times__item {
    padding-bottom: 20px;
  }
}
@media (min-width: 1000px) {
  .travel-times__item {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
}
@media (min-width: 1000px) and (min-width: 1000px) {
  .travel-times__item:not(:last-child):not(:nth-child(4n)) {
    position: relative;
  }
  .travel-times__item:not(:last-child):not(:nth-child(4n))::after {
    position: absolute;
    background: currentColor;
    content: "";
    top: 0;
    bottom: 0;
    width: 1px;
    height: auto;
    left: calc(100% + 15px);
    right: auto;
  }
}
@media (min-width: 1000px) and (min-width: 1400px) {
  .travel-times__item:not(:last-child):not(:nth-child(4n))::after {
    left: calc(100% + 22.5px);
  }
}

.travel-times__icon-list {
  margin: 0;
  padding: 0;
  float: right;
  list-style: none;
}

.travel-times__icon {
  display: inline-block;
  margin-left: 2px;
  vertical-align: middle;
}
.travel-times__dl {
  margin: 0;
}

.travel-times__heading {
  margin-bottom: 20px;
}

.travel-times__time {
  margin: 0;
}
@media (max-width: 999px) {
  .travel-times__time {
    padding-bottom: 10px;
  }
}

.testimonial__wrapper {
  padding: 90px;
  background-color: #045572;
}
.testimonial__wrapper.remove-margin-bottom {
  margin-bottom: -90px;
}
@media (max-width: 600px) {
  .testimonial__wrapper {
    padding: 80px 20px;
  }
}
.testimonial__wrapper .testimonial__wrapper__content {
  max-width: 60%;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .testimonial__wrapper .testimonial__wrapper__content {
    max-width: 90%;
  }
}
.testimonial__wrapper .testimonial__wrapper__content cite {
  text-align: right;
  color: #fff;
  display: block;
  padding-top: 20px;
}
.testimonial__wrapper .testimonial__wrapper__content p,
.testimonial__wrapper .testimonial__wrapper__content quote {
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: 110%;
  margin: 0;
  display: block;
}
@media (max-width: 999px) {
  .testimonial__wrapper .testimonial__wrapper__content p,
  .testimonial__wrapper .testimonial__wrapper__content quote {
    font-size: 22px;
  }
}
.testimonial__wrapper .testimonial__wrapper__content p:last-child:not(:first-child),
.testimonial__wrapper .testimonial__wrapper__content quote:last-child:not(:first-child) {
  font-weight: normal;
  text-decoration: underline;
  max-width: 70%;
  margin: 30px auto 0 auto;
}

.subnav-wrapper {
  -webkit-transform: translateY(-200%);
      -ms-transform: translateY(-200%);
          transform: translateY(-200%);
  overflow: hidden;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  position: absolute;
  width: 100%;
  z-index: 5;
}
@media (max-width: 999px) {
  .subnav-wrapper {
    display: none;
  }
}
.subnav-wrapper.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.subnav-wrapper.hide {
  -webkit-transform: translateY(-200%);
      -ms-transform: translateY(-200%);
          transform: translateY(-200%);
}

.subnav__inner__wrapper {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  z-index: 8;
  -ms-grid-column-span: 12;
  grid-column: span 12;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3019607843);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3019607843);
}
.subnav__inner__wrapper.hide {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.subnav__inner__wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.subnav__inner__wrapper ul li {
  padding: 8.5px 30px;
  border-left: 1px solid #000;
}
.subnav__inner__wrapper ul li:hover a {
  text-decoration: underline;
}
.subnav__inner__wrapper ul li.active a {
  text-decoration: underline;
}
.subnav__inner__wrapper ul li:last-child {
  border-right: 1px solid #000;
}
.subnav__inner__wrapper ul li a {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}

.mobile-only-filters {
  display: none;
}
@media (max-width: 600px) {
  .mobile-only-filters {
    display: block;
  }
  .mobile-only-filters .whats-on {
    display: block !important;
    margin-bottom: 0px;
  }
}

.button--arrow:hover .arrow-icon {
  fill: #000;
}
.button--arrow:hover .arrow-icon path {
  fill: #fff;
  stroke: #fff;
}
.button--arrow:hover .arrow-icon path:first-child {
  fill: #000;
  stroke: #000;
}

.news-filter__wrapper {
  -ms-grid-column-span: 14;
  grid-column: span 14;
  background-color: #000;
  width: 100%;
  padding: 13.5px 70px;
  margin-bottom: -50px;
  position: -webkit-sticky;
  position: sticky;
  z-index: 15;
  top: 66px;
  height: 60px;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
@media (max-width: 999px) {
  .news-filter__wrapper {
    padding: 13.5px 26px;
  }
}
@media (max-width: 600px) {
  .news-filter__wrapper {
    top: 128px;
    z-index: 8;
  }
}
@media (max-width: 600px) {
  .news-filter__wrapper.whats-on {
    display: none;
  }
}
.news-filter__wrapper.moved {
  -webkit-transform: translateY(60px);
      -ms-transform: translateY(60px);
          transform: translateY(60px);
}
.news-filter__wrapper.expanded {
  height: auto;
}
.news-filter__wrapper.expanded .news-filter__header svg {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.news-filter__wrapper .news-filter__header {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 3px;
  border-bottom: 2px solid #fff;
  cursor: pointer;
}
.news-filter__wrapper .news-filter__header span {
  color: #fff;
  font-size: 18px;
}
.news-filter__wrapper .news-filter__header svg {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.news-filter__wrapper .news-filter__filters {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  grid-column-gap: 40px;
  margin-top: 20px;
}
@media (max-width: 999px) {
  .news-filter__wrapper .news-filter__filters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news-filter__wrapper .news-filter__filters .news-filter__filter.full {
  -ms-grid-column-span: 12;
  grid-column: span 12;
}
.news-filter__wrapper .news-filter__filters .news-filter__filter__header {
  padding-bottom: 3px;
  border-bottom: 2px solid #fff;
  margin-bottom: 20px;
}
.news-filter__wrapper .news-filter__filters .news-filter__filter__header span {
  color: #fff;
  font-size: 18px;
}
.news-filter__wrapper .news-filter__filters .news-filter__filter__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 20px;
  grid-row-gap: 18px;
}
@media (max-width: 600px) {
  .news-filter__wrapper .news-filter__filters .news-filter__filter__body {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.news-filter__wrapper .news-filter__filters .news-filter__filter__body .filter-actions__item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-filter__wrapper .news-filter__filters .news-filter__filter__body .filter-actions__item .news-filter__filter__body__item__icon {
  border: 1px solid #fff;
  height: 14px;
  width: 14px;
  display: block;
  margin-right: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-filter__wrapper .news-filter__filters .news-filter__filter__body .filter-actions__item .news-filter__filter__body__item__icon.show img {
  display: block;
}
.news-filter__wrapper .news-filter__filters .news-filter__filter__body .filter-actions__item .news-filter__filter__body__item__icon img {
  display: none;
}
.news-filter__wrapper .news-filter__filters .news-filter__filter__body .filter-heading input[type=radio]:checked + label::before {
  background-color: #fff;
}
.news-filter__wrapper .news-filter__filters .news-filter__filter__body .filter-heading label::before {
  content: "";
  border: 1px solid #fff;
  height: 14px;
  width: 14px;
  display: block;
  margin-right: 5px;
}
.news-filter__wrapper .news-filter__filters .news-filter__filter__body input[type=radio] {
  opacity: 0;
  position: absolute;
}
.news-filter__wrapper .news-filter__filters .news-filter__filter__body label {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.news-filter__wrapper .news-filter__filters .news-filter__filter__footer button {
  width: 100%;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  padding: 10px 0;
  font-size: 16px;
  cursor: pointer;
}
.news-filter__wrapper .news-filter__filters .news-filter__filter__footer .calendar {
  background-color: #000;
  margin-top: 20px;
  height: 0;
  overflow: hidden;
}
.news-filter__wrapper .news-filter__filters .news-filter__filter__footer .calendar.show {
  height: auto;
}
.news-filter__wrapper .news-filter__filters .news-filter__filter__footer .calendar__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.4rem 12px;
  color: #fff;
  font-size: 16px;
}
.news-filter__wrapper .news-filter__filters .news-filter__filter__footer .calendar__header button {
  width: auto;
  border: 0;
  padding: 0;
}
.news-filter__wrapper .news-filter__filters .news-filter__filter__footer .calendar__header button svg {
  width: 20px;
  height: 8px;
}
.news-filter__wrapper .news-filter__filters .news-filter__filter__footer .calendar__header__titles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-filter__wrapper .news-filter__filters .news-filter__filter__footer .calendar__header__titles div:first-child {
  margin-right: 5px;
}
.news-filter__wrapper .news-filter__filters .news-filter__filter__footer .calendar__day-names {
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  padding: 0.8rem 0;
  border-top: 1px solid #fff;
}
.news-filter__wrapper .news-filter__filters .news-filter__filter__footer .calendar__day-name {
  color: #fff;
  font-weight: normal;
  text-align: center;
  width: 2.4rem;
  font-size: 16px;
}
.news-filter__wrapper .news-filter__filters .news-filter__filter__footer .calendar__day_numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news-filter__wrapper .news-filter__filters .news-filter__filter__footer .calendar__day-numbers-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  padding: 0.6rem 0;
  border-bottom: 1px solid #fff;
}
.news-filter__wrapper .news-filter__filters .news-filter__filter__footer .calendar__day-numbers-row:first-child {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.news-filter__wrapper .news-filter__filters .news-filter__filter__footer .calendar__day-number {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4;
  text-align: center;
  width: 2.4rem;
  font-size: 16px;
  cursor: pointer;
}
.news-filter__wrapper .news-filter__filters .news-filter__filter__footer .calendar__day-number--current {
  background-color: #fff;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-filter__wrapper .news-filter__filters .news-filter__filter__footer .calendar__end-date__text {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 12px;
  cursor: pointer;
  border: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
}

.swiper__wrapper {
  position: relative;
}
@media (max-width: 1400px) {
  .swiper__wrapper {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .swiper__wrapper {
    max-width: 100%;
  }
}
.swiper__wrapper .swiper-nav {
  position: absolute;
  top: calc(24% - 60px);
  z-index: 10;
  width: 100%;
  -webkit-transform: calc(translateY(-30%) - 60px);
      -ms-transform: calc(translateY(-30%) - 60px);
          transform: calc(translateY(-30%) - 60px);
}
@media (max-width: 600px) {
  .swiper__wrapper .swiper-nav {
    display: none;
  }
}
.swiper__wrapper .swiper-nav div {
  cursor: pointer;
}
.swiper__wrapper .swiper-nav .prev-button {
  left: -50px;
  position: absolute;
}
.swiper__wrapper .swiper-nav .next-button {
  right: -50px;
  position: absolute;
}
.swiper__wrapper .swiper-nav svg {
  fill: none;
}
.swiper__wrapper .swiper,
.swiper__wrapper .swiper-4 {
  position: relative;
  padding-bottom: 60px;
}
@media (min-width: 1000px) {
  .swiper__wrapper .swiper-slide:not(:last-child) {
    position: relative;
  }
  .swiper__wrapper .swiper-slide:not(:last-child)::after {
    position: absolute;
    background: currentColor;
    content: "";
    top: 0;
    bottom: 0;
    width: 1px;
    height: auto;
    left: calc(100% + 15px);
    right: auto;
  }
}
@media (min-width: 1400px) {
  .swiper__wrapper .swiper-slide:not(:last-child)::after {
    left: calc(100% + 22.5px);
  }
}
.swiper__wrapper .swiper-pagination-bullet-active {
  background: #000 !important;
}
.swiper__wrapper .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

.no-scroll {
  overflow: hidden !important;
}

.sign-up-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}
.sign-up-overlay.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sign-up-overlay__content {
  background-color: #000;
  max-width: 30%;
  padding: 30px 20px;
  position: relative;
}
@media (max-width: 999px) {
  .sign-up-overlay__content {
    max-width: 50%;
  }
}
@media (max-width: 599px) {
  .sign-up-overlay__content {
    max-width: 80%;
  }
}
.sign-up-overlay__content #closeSignupPopup {
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  outline: none;
  border: 0;
  height: 21px;
  width: 21px;
  background: none;
  position: absolute;
  right: 20px;
  top: 16px;
  cursor: pointer;
}
.sign-up-overlay__content #closeSignupPopup .line-1 {
  height: 21px;
  width: 1px;
  background-color: #fff;
  display: block;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: 50%;
}
.sign-up-overlay__content #closeSignupPopup .line-2 {
  height: 21px;
  width: 1px;
  background-color: #fff;
  display: block;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 50%;
}
.sign-up-overlay__content #closeSignupPopup:focus {
  outline: 1px solid #fff;
}
.sign-up-overlay__content h2,
.sign-up-overlay__content p {
  color: #fff;
  font-size: 18px;
  line-height: 20.7px;
  max-width: 80%;
}
.sign-up-overlay__content h2 {
  margin-top: 0;
  margin-bottom: 10px;
}
.sign-up-overlay__content form input {
  border-bottom: 1px solid #fff;
  outline: none;
  font-size: 18px;
  color: #fff;
}
.sign-up-overlay__content form input::-webkit-input-placeholder {
  color: #fff;
  font-size: 18px;
}
.sign-up-overlay__content form input::-moz-placeholder {
  color: #fff;
  font-size: 18px;
}
.sign-up-overlay__content form input:-ms-input-placeholder {
  color: #fff;
  font-size: 18px;
}
.sign-up-overlay__content form input::-ms-input-placeholder {
  color: #fff;
  font-size: 18px;
}
.sign-up-overlay__content form input::placeholder {
  color: #fff;
  font-size: 18px;
}
.sign-up-overlay__content form .newsletter-form__checkbox-proxy {
  border: 1px solid #fff;
}
.sign-up-overlay__content form label {
  color: #fff;
}
.sign-up-overlay__content form .button {
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 20px;
}

.directory-filter__wrapper {
  -ms-grid-column-span: 14;
  grid-column: span 14;
  background-color: #000;
  width: 100%;
  padding: 13.5px 70px;
  margin-bottom: -50px;
  position: -webkit-sticky;
  position: sticky;
  z-index: 15;
  top: 66px;
  height: 60px;
  overflow: hidden;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.directory-filter__wrapper.double-nav {
  top: 122px !important;
}
@media (max-width: 999px) {
  .directory-filter__wrapper {
    padding: 13.5px 26px;
  }
}
@media (max-width: 600px) {
  .directory-filter__wrapper {
    top: 128px;
    z-index: 8;
    margin-bottom: 0px;
  }
}
.directory-filter__wrapper.moved {
  -webkit-transform: translateY(60px);
      -ms-transform: translateY(60px);
          transform: translateY(60px);
}
.directory-filter__wrapper.expanded {
  height: auto;
}
.directory-filter__wrapper.expanded .news-filter__header svg {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.directory-filter__wrapper .directory-filter__header {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 3px;
  border-bottom: 2px solid #fff;
  cursor: pointer;
}
.directory-filter__wrapper .directory-filter__header span {
  color: #fff;
  font-size: 18px;
}
.directory-filter__wrapper .directory-filter__header svg {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.directory-filter__wrapper .news-filter__filters {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-column-gap: 40px;
  margin-top: 20px;
}
.directory-filter__wrapper .news-filter__filters .news-filter__filter.full {
  -ms-grid-column-span: 12;
  grid-column: span 12;
}
.directory-filter__wrapper .news-filter__filters .news-filter__filter__header {
  padding-bottom: 3px;
  border-bottom: 2px solid #fff;
  margin-bottom: 20px;
}
.directory-filter__wrapper .news-filter__filters .news-filter__filter__header span {
  color: #fff;
  font-size: 18px;
}
.directory-filter__wrapper .news-filter__filters .news-filter__filter__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 20px;
  grid-row-gap: 18px;
}
@media (max-width: 600px) {
  .directory-filter__wrapper .news-filter__filters .news-filter__filter__body {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.directory-filter__wrapper .news-filter__filters .news-filter__filter__body input[type=radio] {
  opacity: 0;
  position: absolute;
}
.directory-filter__wrapper .news-filter__filters .news-filter__filter__body input[type=radio]:checked + label::before {
  background-color: #fff;
}
.directory-filter__wrapper .news-filter__filters .news-filter__filter__body label {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.directory-filter__wrapper .news-filter__filters .news-filter__filter__body label::before {
  content: "";
  border: 1px solid #fff;
  height: 14px;
  width: 14px;
  display: block;
  margin-right: 5px;
}
.directory-filter__wrapper .news-filter__filters .news-filter__filter__footer button {
  width: 100%;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  padding: 10px 0;
  font-size: 16px;
  cursor: pointer;
}
.directory-filter__wrapper .news-filter__filters .news-filter__filter__footer .calendar {
  background-color: #000;
  margin-top: 20px;
  height: 0;
  overflow: hidden;
}
.directory-filter__wrapper .news-filter__filters .news-filter__filter__footer .calendar.show {
  height: auto;
}
.directory-filter__wrapper .news-filter__filters .news-filter__filter__footer .calendar__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.4rem 12px;
  color: #fff;
  font-size: 16px;
}
.directory-filter__wrapper .news-filter__filters .news-filter__filter__footer .calendar__header button {
  width: auto;
  border: 0;
  padding: 0;
}
.directory-filter__wrapper .news-filter__filters .news-filter__filter__footer .calendar__header button svg {
  height: 8px;
  width: 20px;
}
.directory-filter__wrapper .news-filter__filters .news-filter__filter__footer .calendar__header__titles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.directory-filter__wrapper .news-filter__filters .news-filter__filter__footer .calendar__header__titles div:first-child {
  margin-right: 5px;
}
.directory-filter__wrapper .news-filter__filters .news-filter__filter__footer .calendar__day-names {
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  padding: 0.8rem 0;
  border-top: 1px solid #fff;
}
.directory-filter__wrapper .news-filter__filters .news-filter__filter__footer .calendar__day-name {
  color: #fff;
  font-weight: normal;
  text-align: center;
  width: 2.4rem;
  font-size: 12px;
}
.directory-filter__wrapper .news-filter__filters .news-filter__filter__footer .calendar__day_numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.directory-filter__wrapper .news-filter__filters .news-filter__filter__footer .calendar__day-numbers-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  padding: 0.6rem 0;
  border-bottom: 1px solid #fff;
}
.directory-filter__wrapper .news-filter__filters .news-filter__filter__footer .calendar__day-numbers-row:first-child {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.directory-filter__wrapper .news-filter__filters .news-filter__filter__footer .calendar__day-number {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4;
  text-align: center;
  width: 2.4rem;
  font-size: 12px;
  cursor: pointer;
}
.directory-filter__wrapper .news-filter__filters .news-filter__filter__footer .calendar__day-number--current {
  background-color: #fff;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.directory-filter__wrapper .news-filter__filters .news-filter__filter__footer .calendar__end-date__text {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 12px;
}

/* stylelint-disable */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .l-grid > *:nth-child(1),
  .l-subgrid:not(.role-list__inner) > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/span 1;
  }
  .l-grid > *:nth-child(2),
  .l-subgrid:not(.role-list__inner) > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
  }
  .l-grid > *:nth-child(3),
  .l-subgrid:not(.role-list__inner) > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/span 1;
  }
  .l-grid > *:nth-child(4),
  .l-subgrid:not(.role-list__inner) > *:nth-child(4) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/span 1;
  }
  .l-grid > *:nth-child(5),
  .l-subgrid:not(.role-list__inner) > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/span 1;
  }
  .l-grid > *:nth-child(6),
  .l-subgrid:not(.role-list__inner) > *:nth-child(6) {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-row: 6/span 1;
  }
  .l-grid > *:nth-child(7),
  .l-subgrid:not(.role-list__inner) > *:nth-child(7) {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    grid-row: 7/span 1;
  }
  .l-grid > *:nth-child(8),
  .l-subgrid:not(.role-list__inner) > *:nth-child(8) {
    -ms-grid-row: 8;
    -ms-grid-row-span: 1;
    grid-row: 8/span 1;
  }
  .l-grid > *:nth-child(9),
  .l-subgrid:not(.role-list__inner) > *:nth-child(9) {
    -ms-grid-row: 9;
    -ms-grid-row-span: 1;
    grid-row: 9/span 1;
  }
  .l-grid > *:nth-child(10),
  .l-subgrid:not(.role-list__inner) > *:nth-child(10) {
    -ms-grid-row: 10;
    -ms-grid-row-span: 1;
    grid-row: 10/span 1;
  }
  .l-grid > *:nth-child(11),
  .l-subgrid:not(.role-list__inner) > *:nth-child(11) {
    -ms-grid-row: 11;
    -ms-grid-row-span: 1;
    grid-row: 11/span 1;
  }
  .l-grid > *:nth-child(12),
  .l-subgrid:not(.role-list__inner) > *:nth-child(12) {
    -ms-grid-row: 12;
    -ms-grid-row-span: 1;
    grid-row: 12/span 1;
  }
  .l-grid > *:nth-child(13),
  .l-subgrid:not(.role-list__inner) > *:nth-child(13) {
    -ms-grid-row: 13;
    -ms-grid-row-span: 1;
    grid-row: 13/span 1;
  }
  .l-grid > *:nth-child(14),
  .l-subgrid:not(.role-list__inner) > *:nth-child(14) {
    -ms-grid-row: 14;
    -ms-grid-row-span: 1;
    grid-row: 14/span 1;
  }
  .l-grid > *:nth-child(15),
  .l-subgrid:not(.role-list__inner) > *:nth-child(15) {
    -ms-grid-row: 15;
    -ms-grid-row-span: 1;
    grid-row: 15/span 1;
  }
  .l-grid > *:nth-child(16),
  .l-subgrid:not(.role-list__inner) > *:nth-child(16) {
    -ms-grid-row: 16;
    -ms-grid-row-span: 1;
    grid-row: 16/span 1;
  }
  .l-grid > *:nth-child(17),
  .l-subgrid:not(.role-list__inner) > *:nth-child(17) {
    -ms-grid-row: 17;
    -ms-grid-row-span: 1;
    grid-row: 17/span 1;
  }
  .l-grid > *:nth-child(18),
  .l-subgrid:not(.role-list__inner) > *:nth-child(18) {
    -ms-grid-row: 18;
    -ms-grid-row-span: 1;
    grid-row: 18/span 1;
  }
  .l-grid > *:nth-child(19),
  .l-subgrid:not(.role-list__inner) > *:nth-child(19) {
    -ms-grid-row: 19;
    -ms-grid-row-span: 1;
    grid-row: 19/span 1;
  }
  .l-grid > *:nth-child(20),
  .l-subgrid:not(.role-list__inner) > *:nth-child(20) {
    -ms-grid-row: 20;
    -ms-grid-row-span: 1;
    grid-row: 20/span 1;
  }
  .l-grid > *:nth-child(21),
  .l-subgrid:not(.role-list__inner) > *:nth-child(21) {
    -ms-grid-row: 21;
    -ms-grid-row-span: 1;
    grid-row: 21/span 1;
  }
  .l-grid > *:nth-child(22),
  .l-subgrid:not(.role-list__inner) > *:nth-child(22) {
    -ms-grid-row: 22;
    -ms-grid-row-span: 1;
    grid-row: 22/span 1;
  }
  .l-grid > *:nth-child(23),
  .l-subgrid:not(.role-list__inner) > *:nth-child(23) {
    -ms-grid-row: 23;
    -ms-grid-row-span: 1;
    grid-row: 23/span 1;
  }
  .l-grid > *:nth-child(24),
  .l-subgrid:not(.role-list__inner) > *:nth-child(24) {
    -ms-grid-row: 24;
    -ms-grid-row-span: 1;
    grid-row: 24/span 1;
  }
  .l-grid > *:nth-child(25),
  .l-subgrid:not(.role-list__inner) > *:nth-child(25) {
    -ms-grid-row: 25;
    -ms-grid-row-span: 1;
    grid-row: 25/span 1;
  }
  .l-grid > *:nth-child(26),
  .l-subgrid:not(.role-list__inner) > *:nth-child(26) {
    -ms-grid-row: 26;
    -ms-grid-row-span: 1;
    grid-row: 26/span 1;
  }
  .l-grid > *:nth-child(27),
  .l-subgrid:not(.role-list__inner) > *:nth-child(27) {
    -ms-grid-row: 27;
    -ms-grid-row-span: 1;
    grid-row: 27/span 1;
  }
  .l-grid > *:nth-child(28),
  .l-subgrid:not(.role-list__inner) > *:nth-child(28) {
    -ms-grid-row: 28;
    -ms-grid-row-span: 1;
    grid-row: 28/span 1;
  }
  .l-grid > *:nth-child(29),
  .l-subgrid:not(.role-list__inner) > *:nth-child(29) {
    -ms-grid-row: 29;
    -ms-grid-row-span: 1;
    grid-row: 29/span 1;
  }
  .l-grid > *:nth-child(30),
  .l-subgrid:not(.role-list__inner) > *:nth-child(30) {
    -ms-grid-row: 30;
    -ms-grid-row-span: 1;
    grid-row: 30/span 1;
  }
  .card-grid__card__inner,
  .card-grid__card__link,
  .card-grid__card__image {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 auto !important;
        -ms-flex: 0 0 auto !important;
            flex: 0 0 auto !important;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1000px), (-ms-high-contrast: active) and (min-width: 1000px) {
  .card-grid .card-grid__sidebar,
  .card-grid .card-grid__inner {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/span 1;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .card-grid .card-grid__section-promo {
    -ms-grid-row: 1 !important;
    -ms-grid-row-span: 1 !important;
    grid-row: 1/span 1 !important;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1000px), (-ms-high-contrast: active) and (min-width: 1000px) {
  .card-grid .card-grid__section-promo {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/span 6;
    padding-right: 30px;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1000px), (-ms-high-contrast: active) and (min-width: 1000px) {
  .card-grid .card-grid__section-promo + .card-grid__section-promo {
    -ms-grid-row: 1 !important;
    -ms-grid-row-span: 1 !important;
    grid-row: 1/span 1 !important;
    -ms-grid-column: 7;
    -ms-grid-column-span: 6;
    grid-column: 7/span 6;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1000px), (-ms-high-contrast: active) and (min-width: 1000px) {
  .card-grid .card-grid__card {
    padding: 30px 30px 0 0;
  }
  .card-grid .card-grid__card::after {
    display: none;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1000px), (-ms-high-contrast: active) and (min-width: 1000px) {
  .card-grid .card-grid__legend {
    margin: 0 30px 0 0 !important;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1000px), (-ms-high-contrast: active) and (min-width: 1000px) {
  .card-grid .card-grid__legend {
    margin: 0 30px 0 0 !important;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .card-grid .card-grid__card__highlight {
    top: 10px;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1000px), (-ms-high-contrast: active) and (min-width: 1000px) {
  .card-grid .card-grid__card__highlight {
    top: 30px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .card-grid .card-grid__card__cta-wrapper {
    right: 10px;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1000px), (-ms-high-contrast: active) and (min-width: 1000px) {
  .card-grid .card-grid__card__cta-wrapper {
    right: 30px;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1000px), (-ms-high-contrast: active) and (min-width: 1000px) {
  .card-grid[data-ie-grid=articles-top] .card-grid__card:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/span 12;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
  }
  .card-grid[data-ie-grid=articles-top] .card-grid__card:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/span 3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/span 1;
  }
  .card-grid[data-ie-grid=articles-top] .card-grid__card:nth-child(4) {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4/span 6;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/span 1;
  }
  .card-grid[data-ie-grid=articles-top] .card-grid__card:nth-child(5) {
    -ms-grid-column: 10;
    -ms-grid-column-span: 3;
    grid-column: 10/span 3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/span 1;
  }
  .card-grid[data-ie-grid=articles-top] .card-grid__card:nth-child(6) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/span 3;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/span 1;
  }
  .card-grid[data-ie-grid=articles-top] .card-grid__card:nth-child(7) {
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-column: 4/span 3;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/span 1;
  }
  .card-grid[data-ie-grid=articles-top] .card-grid__card:nth-child(8) {
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
    grid-column: 7/span 3;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/span 1;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1000px), (-ms-high-contrast: active) and (min-width: 1000px) {
  .card-grid[data-ie-grid=articles-bottom] .card-grid__card:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/span 12;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/span 1;
  }
  .card-grid[data-ie-grid=articles-bottom] .card-grid__card:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/span 6;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
  }
  .card-grid[data-ie-grid=articles-bottom] .card-grid__card:nth-child(3) {
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
    grid-column: 7/span 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
  }
  .card-grid[data-ie-grid=articles-bottom] .card-grid__card:nth-child(4) {
    -ms-grid-column: 10;
    -ms-grid-column-span: 3;
    grid-column: 10/span 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
  }
  .card-grid[data-ie-grid=articles-bottom] .card-grid__card:nth-child(5),
  .card-grid[data-ie-grid=articles-bottom] .card-grid__card:nth-child(6),
  .card-grid[data-ie-grid=articles-bottom] .card-grid__card:nth-child(7) {
    margin-top: 250px;
  }
  .card-grid[data-ie-grid=articles-bottom] .card-grid__card:nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/span 3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/span 1;
  }
  .card-grid[data-ie-grid=articles-bottom] .card-grid__card:nth-child(6) {
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-column: 4/span 3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/span 1;
  }
  .card-grid[data-ie-grid=articles-bottom] .card-grid__card:nth-child(7) {
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
    grid-column: 7/span 3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/span 1;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1000px), (-ms-high-contrast: active) and (min-width: 1000px) {
  .card-grid[data-ie-grid=directory] .card-grid__sidebar,
  .card-grid[data-ie-grid=directory] .card-grid__inner {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1000px), (-ms-high-contrast: active) and (min-width: 1000px) {
  .card-grid__inner[data-ie-grid=directory-amenities] .card-grid__card:nth-child(3n+1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/span 3;
  }
  .card-grid__inner[data-ie-grid=directory-amenities] .card-grid__card:nth-child(3n+2) {
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-column: 4/span 3;
  }
  .card-grid__inner[data-ie-grid=directory-amenities] .card-grid__card:nth-child(3n+3) {
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
    grid-column: 7/span 3;
  }
  .card-grid__inner[data-ie-grid=directory-amenities] .card-grid__card:nth-child(1),
  .card-grid__inner[data-ie-grid=directory-amenities] .card-grid__card:nth-child(2),
  .card-grid__inner[data-ie-grid=directory-amenities] .card-grid__card:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/span 1;
  }
  .card-grid__inner[data-ie-grid=directory-amenities] .card-grid__card:nth-child(4),
  .card-grid__inner[data-ie-grid=directory-amenities] .card-grid__card:nth-child(5),
  .card-grid__inner[data-ie-grid=directory-amenities] .card-grid__card:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
  }
  .card-grid__inner[data-ie-grid=directory-amenities] .card-grid__card:nth-child(7),
  .card-grid__inner[data-ie-grid=directory-amenities] .card-grid__card:nth-child(8),
  .card-grid__inner[data-ie-grid=directory-amenities] .card-grid__card:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/span 1;
  }
  .card-grid__inner[data-ie-grid=directory-amenities] .card-grid__card:nth-child(10),
  .card-grid__inner[data-ie-grid=directory-amenities] .card-grid__card:nth-child(11),
  .card-grid__inner[data-ie-grid=directory-amenities] .card-grid__card:nth-child(12) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/span 1;
  }
  .card-grid__inner[data-ie-grid=directory-amenities] .card-grid__card:nth-child(13),
  .card-grid__inner[data-ie-grid=directory-amenities] .card-grid__card:nth-child(14),
  .card-grid__inner[data-ie-grid=directory-amenities] .card-grid__card:nth-child(15) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/span 1;
  }
  .card-grid__inner[data-ie-grid=directory-amenities] .card-grid__card:nth-child(16),
  .card-grid__inner[data-ie-grid=directory-amenities] .card-grid__card:nth-child(17),
  .card-grid__inner[data-ie-grid=directory-amenities] .card-grid__card:nth-child(18) {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-row: 6/span 1;
  }
  .card-grid__inner[data-ie-grid=directory-amenities] .card-grid__card:nth-child(19),
  .card-grid__inner[data-ie-grid=directory-amenities] .card-grid__card:nth-child(20),
  .card-grid__inner[data-ie-grid=directory-amenities] .card-grid__card:nth-child(21) {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    grid-row: 7/span 1;
  }
  .card-grid__inner[data-ie-grid=directory-amenities] .card-grid__card:nth-child(22),
  .card-grid__inner[data-ie-grid=directory-amenities] .card-grid__card:nth-child(23),
  .card-grid__inner[data-ie-grid=directory-amenities] .card-grid__card:nth-child(24) {
    -ms-grid-row: 8;
    -ms-grid-row-span: 1;
    grid-row: 8/span 1;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1000px), (-ms-high-contrast: active) and (min-width: 1000px) {
  .card-grid__inner[data-ie-grid=directory-amenities-category] .card-grid__header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/span 1;
  }
  .card-grid__inner[data-ie-grid=directory-amenities-category] .card-grid__card:nth-child(3n+2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/span 3;
  }
  .card-grid__inner[data-ie-grid=directory-amenities-category] .card-grid__card:nth-child(3n+3) {
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-column: 4/span 3;
  }
  .card-grid__inner[data-ie-grid=directory-amenities-category] .card-grid__card:nth-child(3n+4) {
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
    grid-column: 7/span 3;
  }
  .card-grid__inner[data-ie-grid=directory-amenities-category] .card-grid__card:nth-child(2),
  .card-grid__inner[data-ie-grid=directory-amenities-category] .card-grid__card:nth-child(3),
  .card-grid__inner[data-ie-grid=directory-amenities-category] .card-grid__card:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
  }
  .card-grid__inner[data-ie-grid=directory-amenities-category] .card-grid__card:nth-child(5),
  .card-grid__inner[data-ie-grid=directory-amenities-category] .card-grid__card:nth-child(6),
  .card-grid__inner[data-ie-grid=directory-amenities-category] .card-grid__card:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/span 1;
  }
  .card-grid__inner[data-ie-grid=directory-amenities-category] .card-grid__card:nth-child(8),
  .card-grid__inner[data-ie-grid=directory-amenities-category] .card-grid__card:nth-child(9),
  .card-grid__inner[data-ie-grid=directory-amenities-category] .card-grid__card:nth-child(10) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/span 1;
  }
  .card-grid__inner[data-ie-grid=directory-amenities-category] .card-grid__card:nth-child(11),
  .card-grid__inner[data-ie-grid=directory-amenities-category] .card-grid__card:nth-child(12),
  .card-grid__inner[data-ie-grid=directory-amenities-category] .card-grid__card:nth-child(13) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/span 1;
  }
  .card-grid__inner[data-ie-grid=directory-amenities-category] .card-grid__card:nth-child(14),
  .card-grid__inner[data-ie-grid=directory-amenities-category] .card-grid__card:nth-child(15),
  .card-grid__inner[data-ie-grid=directory-amenities-category] .card-grid__card:nth-child(16) {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-row: 6/span 1;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1000px), (-ms-high-contrast: active) and (min-width: 1000px) {
  .card-grid[data-ie-grid=home-stories] .card-grid__card:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/span 12;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
  }
  .card-grid[data-ie-grid=home-stories] .card-grid__card:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/span 1;
  }
  .card-grid[data-ie-grid=home-stories] .card-grid__card:nth-child(4) {
    -ms-grid-column: 5;
    -ms-grid-column-span: 4;
    grid-column: 5/span 4;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/span 1;
  }
  .card-grid[data-ie-grid=home-stories] .card-grid__card:nth-child(5) {
    -ms-grid-column: 9;
    -ms-grid-column-span: 4;
    grid-column: 9/span 4;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/span 1;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1000px), (-ms-high-contrast: active) and (min-width: 1000px) {
  .card-grid[data-ie-grid=home-events] .card-grid__card:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
  }
  .card-grid[data-ie-grid=home-events] .card-grid__card:nth-child(3) {
    -ms-grid-column: 5;
    -ms-grid-column-span: 4;
    grid-column: 5/span 4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
  }
  .card-grid[data-ie-grid=home-events] .card-grid__card:nth-child(4) {
    -ms-grid-column: 9;
    -ms-grid-column-span: 4;
    grid-column: 9/span 4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1000px), (-ms-high-contrast: active) and (min-width: 1000px) {
  .card-grid[data-ie-grid=guides] .card-grid__card {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/span 1;
  }
  .card-grid[data-ie-grid=guides] .card-grid__card:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/span 3;
  }
  .card-grid[data-ie-grid=guides] .card-grid__card:nth-child(2) {
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-column: 4/span 3;
  }
  .card-grid[data-ie-grid=guides] .card-grid__card:nth-child(3) {
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
    grid-column: 7/span 3;
  }
  .card-grid[data-ie-grid=guides] .card-grid__card:nth-child(4) {
    -ms-grid-column: 10;
    -ms-grid-column-span: 3;
    grid-column: 10/span 3;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1000px), (-ms-high-contrast: active) and (min-width: 1000px) {
  .card-grid[data-ie-grid=regeneration] .card-grid__card:nth-child(1),
  .card-grid[data-ie-grid=governance] .card-grid__card:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/span 1;
  }
  .card-grid[data-ie-grid=regeneration] .card-grid__card:nth-child(2),
  .card-grid[data-ie-grid=governance] .card-grid__card:nth-child(2) {
    -ms-grid-column: 5;
    -ms-grid-column-span: 4;
    grid-column: 5/span 4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/span 1;
  }
  .card-grid[data-ie-grid=regeneration] .card-grid__card:nth-child(3),
  .card-grid[data-ie-grid=governance] .card-grid__card:nth-child(3) {
    -ms-grid-column: 9;
    -ms-grid-column-span: 4;
    grid-column: 9/span 4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/span 1;
  }
  .card-grid[data-ie-grid=regeneration] .card-grid__card:nth-child(4),
  .card-grid[data-ie-grid=governance] .card-grid__card:nth-child(4) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
  }
  .card-grid[data-ie-grid=regeneration] .card-grid__card:nth-child(5),
  .card-grid[data-ie-grid=governance] .card-grid__card:nth-child(5) {
    -ms-grid-column: 5;
    -ms-grid-column-span: 4;
    grid-column: 5/span 4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
  }
  .card-grid[data-ie-grid=regeneration] .card-grid__card:nth-child(6),
  .card-grid[data-ie-grid=governance] .card-grid__card:nth-child(6) {
    -ms-grid-column: 9;
    -ms-grid-column-span: 4;
    grid-column: 9/span 4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
  }
  .card-grid[data-ie-grid=regeneration] .card-grid__card:nth-child(7),
  .card-grid[data-ie-grid=governance] .card-grid__card:nth-child(7) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/span 1;
  }
  .card-grid[data-ie-grid=regeneration] .card-grid__card:nth-child(8),
  .card-grid[data-ie-grid=governance] .card-grid__card:nth-child(8) {
    -ms-grid-column: 5;
    -ms-grid-column-span: 4;
    grid-column: 5/span 4;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/span 1;
  }
  .card-grid[data-ie-grid=regeneration] .card-grid__card:nth-child(9),
  .card-grid[data-ie-grid=governance] .card-grid__card:nth-child(9) {
    -ms-grid-column: 9;
    -ms-grid-column-span: 4;
    grid-column: 9/span 4;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/span 1;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1000px), (-ms-high-contrast: active) and (min-width: 1000px) {
  .card-grid[data-ie-grid=search-results] .card-grid__header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/span 1;
  }
  .card-grid[data-ie-grid=search-results] .card-grid__card:nth-child(4n+2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/span 3;
  }
  .card-grid[data-ie-grid=search-results] .card-grid__card:nth-child(4n+3) {
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-column: 4/span 3;
  }
  .card-grid[data-ie-grid=search-results] .card-grid__card:nth-child(4n+4) {
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
    grid-column: 7/span 3;
  }
  .card-grid[data-ie-grid=search-results] .card-grid__card:nth-child(4n+5) {
    -ms-grid-column: 10;
    -ms-grid-column-span: 3;
    grid-column: 10/span 3;
  }
  .card-grid[data-ie-grid=search-results] .card-grid__card:nth-child(2),
  .card-grid[data-ie-grid=search-results] .card-grid__card:nth-child(3),
  .card-grid[data-ie-grid=search-results] .card-grid__card:nth-child(4),
  .card-grid[data-ie-grid=search-results] .card-grid__card:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
  }
  .card-grid[data-ie-grid=search-results] .card-grid__card:nth-child(6),
  .card-grid[data-ie-grid=search-results] .card-grid__card:nth-child(7),
  .card-grid[data-ie-grid=search-results] .card-grid__card:nth-child(8),
  .card-grid[data-ie-grid=search-results] .card-grid__card:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/span 1;
  }
  .card-grid[data-ie-grid=search-results] .card-grid__card:nth-child(10),
  .card-grid[data-ie-grid=search-results] .card-grid__card:nth-child(11),
  .card-grid[data-ie-grid=search-results] .card-grid__card:nth-child(12),
  .card-grid[data-ie-grid=search-results] .card-grid__card:nth-child(13) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/span 1;
  }
  .card-grid[data-ie-grid=search-results] .card-grid__card:nth-child(14),
  .card-grid[data-ie-grid=search-results] .card-grid__card:nth-child(15),
  .card-grid[data-ie-grid=search-results] .card-grid__card:nth-child(16),
  .card-grid[data-ie-grid=search-results] .card-grid__card:nth-child(17) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/span 1;
  }
  .card-grid[data-ie-grid=search-results] .card-grid__card:nth-child(18),
  .card-grid[data-ie-grid=search-results] .card-grid__card:nth-child(19),
  .card-grid[data-ie-grid=search-results] .card-grid__card:nth-child(20),
  .card-grid[data-ie-grid=search-results] .card-grid__card:nth-child(21) {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-row: 6/span 1;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1000px), (-ms-high-contrast: active) and (min-width: 1000px) {
  .card-grid[data-ie-grid=whats-on-top-picks] .card-grid__card:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/span 12;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
  }
  .card-grid[data-ie-grid=whats-on-top-picks] .card-grid__card:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/span 6;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/span 1;
  }
  .card-grid[data-ie-grid=whats-on-top-picks] .card-grid__card:nth-child(4) {
    -ms-grid-column: 7;
    -ms-grid-column-span: 6;
    grid-column: 7/span 6;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/span 1;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1000px), (-ms-high-contrast: active) and (min-width: 1000px) {
  .card-grid[data-ie-grid=whats-on-events] {
    margin-bottom: 100px;
  }
  .card-grid[data-ie-grid=whats-on-events] .card-grid__sidebar,
  .card-grid[data-ie-grid=whats-on-events] .card-grid__inner {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
  }
  .card-grid[data-ie-grid=whats-on-events] .card-grid__inner {
    margin-top: 30px;
  }
  .card-grid[data-ie-grid=whats-on-events] .card-grid__card:nth-child(odd) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
  }
  .card-grid[data-ie-grid=whats-on-events] .card-grid__card:nth-child(even) {
    -ms-grid-column: 5;
    -ms-grid-column-span: 4;
    grid-column: 5/span 4;
  }
  .card-grid[data-ie-grid=whats-on-events] .card-grid__card:nth-child(1),
  .card-grid[data-ie-grid=whats-on-events] .card-grid__card:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/span 1;
  }
  .card-grid[data-ie-grid=whats-on-events] .card-grid__card:nth-child(3),
  .card-grid[data-ie-grid=whats-on-events] .card-grid__card:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
  }
  .card-grid[data-ie-grid=whats-on-events] .card-grid__card:nth-child(5),
  .card-grid[data-ie-grid=whats-on-events] .card-grid__card:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/span 1;
  }
  .card-grid[data-ie-grid=whats-on-events] .card-grid__card:nth-child(7),
  .card-grid[data-ie-grid=whats-on-events] .card-grid__card:nth-child(8) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/span 1;
  }
  .card-grid[data-ie-grid=whats-on-events] .card-grid__card:nth-child(9),
  .card-grid[data-ie-grid=whats-on-events] .card-grid__card:nth-child(10) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/span 1;
  }
  .card-grid[data-ie-grid=whats-on-events] .card-grid__card:nth-child(11),
  .card-grid[data-ie-grid=whats-on-events] .card-grid__card:nth-child(12) {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-row: 6/span 1;
  }
  .card-grid[data-ie-grid=whats-on-events] .card-grid__card:nth-child(13),
  .card-grid[data-ie-grid=whats-on-events] .card-grid__card:nth-child(14) {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    grid-row: 7/span 1;
  }
  .card-grid[data-ie-grid=whats-on-events] .card-grid__card:nth-child(15),
  .card-grid[data-ie-grid=whats-on-events] .card-grid__card:nth-child(16) {
    -ms-grid-row: 8;
    -ms-grid-row-span: 1;
    grid-row: 8/span 1;
  }
  .card-grid[data-ie-grid=whats-on-events] .card-grid__card:nth-child(17),
  .card-grid[data-ie-grid=whats-on-events] .card-grid__card:nth-child(18) {
    -ms-grid-row: 9;
    -ms-grid-row-span: 1;
    grid-row: 9/span 1;
  }
  .card-grid[data-ie-grid=whats-on-events] .card-grid__card:nth-child(19),
  .card-grid[data-ie-grid=whats-on-events] .card-grid__card:nth-child(20) {
    -ms-grid-row: 10;
    -ms-grid-row-span: 1;
    grid-row: 10/span 1;
  }
  .card-grid[data-ie-grid=whats-on-events] .card-grid__inner + .card-grid__inner {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/span 1;
  }
  .card-grid[data-ie-grid=whats-on-events] .card-grid__inner + .card-grid__inner .card-grid__card:nth-child(even) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
  }
  .card-grid[data-ie-grid=whats-on-events] .card-grid__inner + .card-grid__inner .card-grid__card:nth-child(odd) {
    -ms-grid-column: 5;
    -ms-grid-column-span: 4;
    grid-column: 5/span 4;
  }
  .card-grid[data-ie-grid=whats-on-events] .card-grid__inner + .card-grid__inner .card-grid__card:nth-child(2),
  .card-grid[data-ie-grid=whats-on-events] .card-grid__inner + .card-grid__inner .card-grid__card:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
  }
  .card-grid[data-ie-grid=whats-on-events] .card-grid__inner + .card-grid__inner .card-grid__card:nth-child(4),
  .card-grid[data-ie-grid=whats-on-events] .card-grid__inner + .card-grid__inner .card-grid__card:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/span 1;
  }
  .card-grid[data-ie-grid=whats-on-events] .card-grid__inner + .card-grid__inner .card-grid__card:nth-child(6),
  .card-grid[data-ie-grid=whats-on-events] .card-grid__inner + .card-grid__inner .card-grid__card:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/span 1;
  }
  .card-grid[data-ie-grid=whats-on-events] .card-grid__inner + .card-grid__inner .card-grid__card:nth-child(8),
  .card-grid[data-ie-grid=whats-on-events] .card-grid__inner + .card-grid__inner .card-grid__card:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/span 1;
  }
  .card-grid[data-ie-grid=whats-on-events] .card-grid__inner + .card-grid__inner .card-grid__card:nth-child(10),
  .card-grid[data-ie-grid=whats-on-events] .card-grid__inner + .card-grid__inner .card-grid__card:nth-child(11) {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-row: 6/span 1;
  }
  .card-grid[data-ie-grid=whats-on-events] .card-grid__inner + .card-grid__inner .card-grid__card:nth-child(12),
  .card-grid[data-ie-grid=whats-on-events] .card-grid__inner + .card-grid__inner .card-grid__card:nth-child(13) {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    grid-row: 7/span 1;
  }
  .card-grid[data-ie-grid=whats-on-events] .card-grid__inner + .card-grid__inner .card-grid__card:nth-child(14),
  .card-grid[data-ie-grid=whats-on-events] .card-grid__inner + .card-grid__inner .card-grid__card:nth-child(15) {
    -ms-grid-row: 8;
    -ms-grid-row-span: 1;
    grid-row: 8/span 1;
  }
  .card-grid[data-ie-grid=whats-on-events] .card-grid__inner + .card-grid__inner .card-grid__card:nth-child(16),
  .card-grid[data-ie-grid=whats-on-events] .card-grid__inner + .card-grid__inner .card-grid__card:nth-child(17) {
    -ms-grid-row: 9;
    -ms-grid-row-span: 1;
    grid-row: 9/span 1;
  }
  .card-grid[data-ie-grid=whats-on-events] .card-grid__inner + .card-grid__inner .card-grid__card:nth-child(18),
  .card-grid[data-ie-grid=whats-on-events] .card-grid__inner + .card-grid__inner .card-grid__card:nth-child(19) {
    -ms-grid-row: 10;
    -ms-grid-row-span: 1;
    grid-row: 10/span 1;
  }
  .card-grid[data-ie-grid=whats-on-events] .card-grid__inner + .card-grid__inner .card-grid__card:nth-child(20),
  .card-grid[data-ie-grid=whats-on-events] .card-grid__inner + .card-grid__inner .card-grid__card:nth-child(21) {
    -ms-grid-row: 11;
    -ms-grid-row-span: 1;
    grid-row: 11/span 1;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1000px), (-ms-high-contrast: active) and (min-width: 1000px) {
  .card-grid[data-ie-grid=whats-on-stories] .card-grid__card {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/span 1;
  }
  .card-grid[data-ie-grid=whats-on-stories] .card-grid__card:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/span 3;
  }
  .card-grid[data-ie-grid=whats-on-stories] .card-grid__card:nth-child(2) {
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-column: 4/span 3;
  }
  .card-grid[data-ie-grid=whats-on-stories] .card-grid__card:nth-child(3) {
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
    grid-column: 7/span 3;
  }
  .card-grid[data-ie-grid=whats-on-stories] .card-grid__card:nth-child(4) {
    -ms-grid-column: 10;
    -ms-grid-column-span: 3;
    grid-column: 10/span 3;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1000px), (-ms-high-contrast: active) and (min-width: 1000px) {
  .card-grid[data-ie-grid=whats-on-category] .card-grid__sidebar,
  .card-grid[data-ie-grid=whats-on-category] .card-grid__inner {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/span 1;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__card:nth-child(odd) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__card:nth-child(even) {
    -ms-grid-column: 5;
    -ms-grid-column-span: 4;
    grid-column: 5/span 4;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__header ~ .card-grid__card:nth-child(even) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__header ~ .card-grid__card:nth-child(odd) {
    -ms-grid-column: 5;
    -ms-grid-column-span: 4;
    grid-column: 5/span 4;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__card:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/span 1;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__header ~ .card-grid__card:nth-child(1) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__card:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/span 1;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__header ~ .card-grid__card:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__card:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__header ~ .card-grid__card:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/span 1;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__card:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__header ~ .card-grid__card:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/span 1;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__card:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/span 1;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__header ~ .card-grid__card:nth-child(5) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/span 1;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__card:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/span 1;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__header ~ .card-grid__card:nth-child(6) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/span 1;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__card:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/span 1;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__header ~ .card-grid__card:nth-child(7) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/span 1;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__card:nth-child(8) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/span 1;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__header ~ .card-grid__card:nth-child(8) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/span 1;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__card:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/span 1;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__header ~ .card-grid__card:nth-child(9) {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-row: 6/span 1;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__card:nth-child(10) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/span 1;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__header ~ .card-grid__card:nth-child(10) {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-row: 6/span 1;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__card:nth-child(11) {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-row: 6/span 1;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__header ~ .card-grid__card:nth-child(11) {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    grid-row: 7/span 1;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__card:nth-child(12) {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-row: 6/span 1;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__header ~ .card-grid__card:nth-child(12) {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    grid-row: 7/span 1;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__card:nth-child(13) {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    grid-row: 7/span 1;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__header ~ .card-grid__card:nth-child(13) {
    -ms-grid-row: 8;
    -ms-grid-row-span: 1;
    grid-row: 8/span 1;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__card:nth-child(14) {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    grid-row: 7/span 1;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__header ~ .card-grid__card:nth-child(14) {
    -ms-grid-row: 8;
    -ms-grid-row-span: 1;
    grid-row: 8/span 1;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__card:nth-child(15) {
    -ms-grid-row: 8;
    -ms-grid-row-span: 1;
    grid-row: 8/span 1;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__header ~ .card-grid__card:nth-child(15) {
    -ms-grid-row: 9;
    -ms-grid-row-span: 1;
    grid-row: 9/span 1;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__card:nth-child(16) {
    -ms-grid-row: 8;
    -ms-grid-row-span: 1;
    grid-row: 8/span 1;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__header ~ .card-grid__card:nth-child(16) {
    -ms-grid-row: 9;
    -ms-grid-row-span: 1;
    grid-row: 9/span 1;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__inner:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/span 1;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__inner:nth-child(4) .card-grid__section-title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/span 12;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/span 1;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__inner:nth-child(4) .card-grid__card:nth-child(even) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__inner:nth-child(4) .card-grid__card:nth-child(odd) {
    -ms-grid-column: 5;
    -ms-grid-column-span: 4;
    grid-column: 5/span 4;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__inner:nth-child(4) .card-grid__card:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__inner:nth-child(4) .card-grid__card:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__inner:nth-child(4) .card-grid__card:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/span 1;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__inner:nth-child(4) .card-grid__card:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/span 1;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__inner:nth-child(4) .card-grid__card:nth-child(6) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/span 1;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__inner:nth-child(4) .card-grid__card:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/span 1;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__inner:nth-child(4) .card-grid__card:nth-child(8) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/span 1;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__inner:nth-child(4) .card-grid__card:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/span 1;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__inner:nth-child(4) .card-grid__card:nth-child(10) {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-row: 6/span 1;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__inner:nth-child(4) .card-grid__card:nth-child(11) {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-row: 6/span 1;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__inner:nth-child(4) .card-grid__card:nth-child(12) {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    grid-row: 7/span 1;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__inner:nth-child(4) .card-grid__card:nth-child(13) {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    grid-row: 7/span 1;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__inner:nth-child(4) .card-grid__card:nth-child(14) {
    -ms-grid-row: 8;
    -ms-grid-row-span: 1;
    grid-row: 8/span 1;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__inner:nth-child(4) .card-grid__card:nth-child(15) {
    -ms-grid-row: 8;
    -ms-grid-row-span: 1;
    grid-row: 8/span 1;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__inner:nth-child(4) .card-grid__card:nth-child(16) {
    -ms-grid-row: 9;
    -ms-grid-row-span: 1;
    grid-row: 9/span 1;
  }
  .card-grid[data-ie-grid=whats-on-category] .card-grid__inner:nth-child(4) .card-grid__card:nth-child(17) {
    -ms-grid-row: 9;
    -ms-grid-row-span: 1;
    grid-row: 9/span 1;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1000px), (-ms-high-contrast: active) and (min-width: 1000px) {
  .card-grid[data-ie-grid=place-present] .card-grid__card {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/span 1;
  }
  .card-grid[data-ie-grid=place-present] .card-grid__card:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/span 3;
  }
  .card-grid[data-ie-grid=place-present] .card-grid__card:nth-child(2) {
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-column: 4/span 3;
  }
  .card-grid[data-ie-grid=place-present] .card-grid__card:nth-child(3) {
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
    grid-column: 7/span 3;
  }
  .card-grid[data-ie-grid=place-present] .card-grid__card:nth-child(4) {
    -ms-grid-column: 10;
    -ms-grid-column-span: 3;
    grid-column: 10/span 3;
  }
  .card-grid[data-ie-grid=place-present] .card-grid__section-promo {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
  }
  .card-grid[data-ie-grid=place-present] .card-grid__card:nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/span 6;
  }
  .card-grid[data-ie-grid=place-present] .card-grid__card:nth-child(6) {
    -ms-grid-column: 7;
    -ms-grid-column-span: 6;
    grid-column: 7/span 6;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1000px), (-ms-high-contrast: active) and (min-width: 1000px) {
  .card-grid[data-ie-grid=event-amenities] .card-grid__card {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
  }
  .card-grid[data-ie-grid=event-amenities] .card-grid__card:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/span 3;
  }
  .card-grid[data-ie-grid=event-amenities] .card-grid__card:nth-child(3) {
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-column: 4/span 3;
  }
  .card-grid[data-ie-grid=event-amenities] .card-grid__card:nth-child(4) {
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
    grid-column: 7/span 3;
  }
  .card-grid[data-ie-grid=event-amenities] .card-grid__card:nth-child(5) {
    -ms-grid-column: 10;
    -ms-grid-column-span: 3;
    grid-column: 10/span 3;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1000px), (-ms-high-contrast: active) and (min-width: 1000px) {
  .card-grid[data-ie-grid=event-similar-events] .card-grid__card {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
  }
  .card-grid[data-ie-grid=event-similar-events] .card-grid__card:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
  }
  .card-grid[data-ie-grid=event-similar-events] .card-grid__card:nth-child(4) {
    -ms-grid-column: 5;
    -ms-grid-column-span: 4;
    grid-column: 5/span 4;
  }
  .card-grid[data-ie-grid=event-similar-events] .card-grid__card:nth-child(5) {
    -ms-grid-column: 9;
    -ms-grid-column-span: 4;
    grid-column: 9/span 4;
  }
  .card-grid[data-ie-grid=event-similar-events] .card-grid__card:nth-child(6) {
    -ms-grid-column: 13;
    -ms-grid-column-span: 4;
    grid-column: 13/span 4;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1000px), (-ms-high-contrast: active) and (min-width: 1000px) {
  .card-grid[data-ie-grid=place-stories] .card-grid__card {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/span 1;
  }
  .card-grid[data-ie-grid=place-stories] .card-grid__card:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/span 6;
  }
  .card-grid[data-ie-grid=place-stories] .card-grid__card:nth-child(2) {
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
    grid-column: 7/span 3;
  }
  .card-grid[data-ie-grid=place-stories] .card-grid__card:nth-child(3) {
    -ms-grid-column: 10;
    -ms-grid-column-span: 3;
    grid-column: 10/span 3;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1000px), (-ms-high-contrast: active) and (min-width: 1000px) {
  .card-grid[data-ie-grid=developments] .card-grid__subtitle:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/span 12;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/span 1;
  }
  .card-grid[data-ie-grid=developments] .card-grid__card:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
  }
  .card-grid[data-ie-grid=developments] .card-grid__card:nth-child(3) {
    -ms-grid-column: 5;
    -ms-grid-column-span: 4;
    grid-column: 5/span 4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
  }
  .card-grid[data-ie-grid=developments] .card-grid__card:nth-child(4) {
    -ms-grid-column: 9;
    -ms-grid-column-span: 4;
    grid-column: 9/span 4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
  }
  .card-grid[data-ie-grid=developments] .card-grid__subtitle:nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/span 12;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/span 1;
  }
  .card-grid[data-ie-grid=developments] .card-grid__card:nth-child(6) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/span 1;
  }
  .card-grid[data-ie-grid=developments] .card-grid__card:nth-child(7) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/span 2;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/span 1;
  }
  .card-grid[data-ie-grid=developments] .card-grid__card:nth-child(8) {
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-column: 5/span 2;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/span 1;
  }
  .card-grid[data-ie-grid=developments] .card-grid__card:nth-child(9) {
    -ms-grid-column: 7;
    -ms-grid-column-span: 2;
    grid-column: 7/span 2;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/span 1;
  }
  .card-grid[data-ie-grid=developments] .card-grid__card:nth-child(10) {
    -ms-grid-column: 9;
    -ms-grid-column-span: 2;
    grid-column: 9/span 2;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/span 1;
  }
  .card-grid[data-ie-grid=developments] .card-grid__card:nth-child(11) {
    -ms-grid-column: 11;
    -ms-grid-column-span: 2;
    grid-column: 11/span 2;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/span 1;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1000px), (-ms-high-contrast: active) and (min-width: 1000px) {
  .card-grid .card-grid__feature-card__image,
  .card-grid .card-grid__feature-card__text-wrapper {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/span 1;
  }
  .card-grid .card-grid__feature-card__text-wrapper {
    padding-right: 20px;
  }
  .card-grid .card-grid__feature-card--reversed .card-grid__feature-card__text-wrapper {
    padding-right: 0;
    padding-left: 20px;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1000px), (-ms-high-contrast: active) and (min-width: 1000px) {
  .contact-grid .contact-grid__item {
    padding: 0 30px 30px 0;
  }
  .contact-grid .contact-grid__item::after {
    display: none;
  }
  .contact-grid .contact-grid__item:nth-child(4n+1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/span 3;
  }
  .contact-grid .contact-grid__item:nth-child(4n+2) {
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-column: 4/span 3;
  }
  .contact-grid .contact-grid__item:nth-child(4n+3) {
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
    grid-column: 7/span 3;
  }
  .contact-grid .contact-grid__item:nth-child(4n+4) {
    -ms-grid-column: 10;
    -ms-grid-column-span: 3;
    grid-column: 10/span 3;
    padding-right: 0;
  }
  .contact-grid .contact-grid__item:nth-child(1),
  .contact-grid .contact-grid__item:nth-child(2),
  .contact-grid .contact-grid__item:nth-child(3),
  .contact-grid .contact-grid__item:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
  }
  .contact-grid .contact-grid__item:nth-child(5),
  .contact-grid .contact-grid__item:nth-child(6),
  .contact-grid .contact-grid__item:nth-child(7),
  .contact-grid .contact-grid__item:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/span 1;
  }
  .contact-grid .contact-grid__item:nth-child(9),
  .contact-grid .contact-grid__item:nth-child(10),
  .contact-grid .contact-grid__item:nth-child(11),
  .contact-grid .contact-grid__item:nth-child(12) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/span 1;
  }
  .contact-grid .contact-grid__item:nth-child(13),
  .contact-grid .contact-grid__item:nth-child(14),
  .contact-grid .contact-grid__item:nth-child(15),
  .contact-grid .contact-grid__item:nth-child(16) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/span 1;
  }
  .contact-grid .contact-grid__item:nth-child(17),
  .contact-grid .contact-grid__item:nth-child(18),
  .contact-grid .contact-grid__item:nth-child(19),
  .contact-grid .contact-grid__item:nth-child(20) {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-row: 6/span 1;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cta-banner {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1000px), (-ms-high-contrast: active) and (min-width: 1000px) {
  .cta-banner {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .event-detail .event-detail__header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/span 1;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1000px), (-ms-high-contrast: active) and (min-width: 1000px) {
  .event-detail .event-detail__header + .event-detail__column {
    padding-right: 30px;
  }
  .event-detail .event-detail__column {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
    margin-top: 30px;
  }
  .event-detail .event-detail__extra-images__column {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/span 1;
  }
  .event-detail .event-detail__location-grid {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/span 1;
  }
  .event-detail .event-detail__other-events-grid {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/span 1;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1000px), (-ms-high-contrast: active) and (min-width: 1000px) {
  .footer .footer__section {
    -ms-grid-row: 1 !important;
    -ms-grid-row-span: 1 !important;
    grid-row: 1/span 1 !important;
    padding-right: 30px;
  }
  .footer .footer__section::after {
    display: none;
  }
  .footer .footer__section--newsletter {
    padding-right: 0;
  }
  .footer .footer__section--partners {
    -ms-grid-row: 2 !important;
    -ms-grid-row-span: 1 !important;
    grid-row: 2/span 1 !important;
  }
  .footer .footer__partner-list {
    margin-top: 40px;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1000px), (-ms-high-contrast: active) and (min-width: 1000px) {
  .generic-section .generic-section__column {
    -ms-grid-row: 1 !important;
    -ms-grid-row-span: 1 !important;
    grid-row: 1/span 1 !important;
  }
  .generic-section .generic-section__column:first-child {
    padding-right: 20px;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1000px), (-ms-high-contrast: active) and (min-width: 1000px) {
  .hero .hero__inner__copy:not(:first-child) {
    margin-top: 30px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .home-hero__image {
    background-attachment: scroll !important;
    background-position: 0 0 !important;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1000px), (-ms-high-contrast: active) and (min-width: 1000px) {
  .newsletter-form .newsletter-form__button {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
    margin-left: 30px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .promo-banner .promo-banner__full-bleed-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/span 1;
  }
  .promo-banner .promo-banner__inner {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/span 1;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1000px), (-ms-high-contrast: active) and (min-width: 1000px) {
  .promo-banner .promo-banner__text-wrapper,
  .promo-banner .promo-banner__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/span 1;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1000px), (-ms-high-contrast: active) and (min-width: 1000px) {
  .promo-banner .promo-banner__text-wrapper {
    padding-right: 30px;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1000px), (-ms-high-contrast: active) and (min-width: 1000px) {
  .timeline .timeline__heading {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/span 1;
  }
  .timeline .timeline__list {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
  }
  .timeline .timeline__cta-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/span 1;
  }
  .timeline .timeline__item {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/span 1;
  }
  .timeline .timeline__item::after {
    content: none;
  }
  .timeline .timeline__item:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
  }
  .timeline .timeline__item:nth-child(2) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/span 2;
  }
  .timeline .timeline__item:nth-child(3) {
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-column: 5/span 2;
  }
  .timeline .timeline__item:nth-child(4) {
    -ms-grid-column: 7;
    -ms-grid-column-span: 2;
    grid-column: 7/span 2;
  }
  .timeline .timeline__item:nth-child(5) {
    -ms-grid-column: 9;
    -ms-grid-column-span: 2;
    grid-column: 9/span 2;
  }
  .timeline .timeline__item:nth-child(6) {
    -ms-grid-column: 11;
    -ms-grid-column-span: 2;
    grid-column: 11/span 2;
  }
  .timeline .timeline__item:nth-child(7) {
    -ms-grid-column: 13;
    -ms-grid-column-span: 2;
    grid-column: 13/span 2;
  }
  .timeline .timeline__item:nth-child(8) {
    -ms-grid-column: 15;
    -ms-grid-column-span: 2;
    grid-column: 15/span 2;
  }
  .timeline .timeline__item:nth-child(9) {
    -ms-grid-column: 17;
    -ms-grid-column-span: 2;
    grid-column: 17/span 2;
  }
  .timeline .timeline__item:nth-child(10) {
    -ms-grid-column: 19;
    -ms-grid-column-span: 2;
    grid-column: 19/span 2;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1000px), (-ms-high-contrast: active) and (min-width: 1000px) {
  .travel-times .travel-times__item {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/span 1;
    padding: 0 30px 0 0;
  }
  .travel-times .travel-times__item::after {
    display: none;
  }
  .travel-times .travel-times__item:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/span 3;
  }
  .travel-times .travel-times__item:nth-child(2) {
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-column: 4/span 3;
  }
  .travel-times .travel-times__item:nth-child(3) {
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
    grid-column: 7/span 3;
  }
  .travel-times .travel-times__item:nth-child(4) {
    -ms-grid-column: 10;
    -ms-grid-column-span: 3;
    grid-column: 10/span 3;
    padding-right: 0;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1000px), (-ms-high-contrast: active) and (min-width: 1000px) {
  .promo-banner__text-wrapper--less-padding .promo-banner__cta {
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
  }
}
@media (-ms-high-contrast: none) and (min-width: 1000px), (-ms-high-contrast: active) and (min-width: 1000px) {
  .article__header {
    margin-top: 40px;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1000px), (-ms-high-contrast: active) and (min-width: 1000px) {
  .role-list__copy {
    padding-right: 20px;
  }
  .role-list__download-wrapper,
  .role-list__cta-wrapper {
    padding-top: 20px;
  }
}
/* stylelint-enable */

/*# sourceMappingURL=screen.css.map*/