.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s, opacity 0s;-moz-transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{-webkit-transition:all 0.25s;-moz-transition:all 0.25s;transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:calc(100% / 70);height:10px;float:left}

/*# sourceMappingURL=sourcemaps/tiny-slider.css.map */

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

:root {
  --page-width: 1280px;
  --size-unit-1: 4px;
  --size-unit-2: 8px;
  --size-unit-3: 12px;
  --size-unit-4: 16px;
  --size-unit-5: 20px;
  --size-unit-6: 24px;
  --size-unit-7: 28px;
  --size-unit-8: 32px;
  --size-unit-9: 36px;
  --size-unit-10: 40px;
  --size-unit-11: 44px;
  --size-unit-12: 48px;
  --size-unit-13: 52px;
  --size-unit-14: 56px;
  --size-unit-15: 60px;
  --size-unit-16: 64px;
  --size-unit-17: 68px;
  --size-unit-18: 72px;
  --size-unit-19: 76px;
  --size-unit-20: 80px;
  --wrapper-padding-x: var(--size-unit-6);
  --color-block-size: var(--wrapper-padding-x);
  --standard-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  --subtitle-spacer: var(--size-unit-4);
  --header-size: 78px; }
  @media screen and (min-width: 48em) {
    :root {
      --header-size: 136px; } }

.subtitle-spacer {
  margin-bottom: var(--subtitle-spacer); }

:root {
  --font-family-body: 'Roboto', sans-serif;
  --font-family-headline: 'Roboto', sans-serif;
  --font-size-small: 14px;
  --font-size-normal: 16px;
  --font-size-medium: 18px;
  --font-size-large: 21px;
  --font-size-x-large: 28px;
  --font-size-xx-large: 36px;
  --font-size-xxx-large: 48px;
  --font-weight-light: 300;
  --font-weight-normal: 300;
  --font-weight-bold: 500; }
  @media screen and (min-width: 60em) {
    :root {
      --font-size-small: 14px;
      --font-size-normal: 16px;
      --font-size-medium: 21px;
      --font-size-large: 28px;
      --font-size-x-large: 36px;
      --font-size-xx-large: 48px;
      --font-size-xxx-large: 56px; } }

@font-face {
  font-family: 'ITC Franklin Gothic Std';
  font-weight: normal;
  src: url(/wp-content/themes/bbstudio/dist/scss/fonts/ITCFranklinGothicStd-Book.woff2?ver=3e8d8fe1) format("woff2"); }

@font-face {
  font-family: 'ITC Franklin Gothic Std';
  font-weight: normal;
  font-style: italic;
  src: url(/wp-content/themes/bbstudio/dist/scss/fonts/ITCFranklinGothicStd-BookIt.woff2?ver=34e926a3) format("woff2"); }

@font-face {
  font-family: 'ITC Franklin Gothic Std';
  font-weight: 500;
  font-style: normal;
  src: url(/wp-content/themes/bbstudio/dist/scss/fonts/ITCFranklinGothicStd-Med.woff2?ver=86fe508d) format("woff2"); }

@font-face {
  font-family: 'ITC Franklin Gothic Std';
  font-weight: 500;
  font-style: italic;
  src: url(/wp-content/themes/bbstudio/dist/scss/fonts/ITCFranklinGothicStd-MedIt.woff2?ver=906a066f) format("woff2"); }

.x-large-headline {
  font-size: var(--font-size-xxx-large);
  font-weight: var(--font-weight-bold);
  line-height: 1.1; }

.large-headline {
  font-size: var(--font-size-xx-large);
  font-weight: var(--font-weight-bold);
  line-height: 1.1; }

.headline-larger {
  font-size: var(--font-size-x-large);
  font-weight: var(--font-weight-bold);
  line-height: 1.1; }

.headline {
  font-size: var(--font-size-large);
  font-weight: var(--font-weight-bold);
  line-height: 1.1; }

.subtitle {
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-normal);
  text-transform: uppercase; }

.subtitle-large {
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-medium);
  text-transform: uppercase; }

.info {
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-small); }

.normal {
  font-weight: var(--font-size-normal); }

.bold {
  font-weight: var(--font-weight-bold); }

:root {
  --color-light-grey: #e6e5e6;
  --color-lighter-grey: #c1c1c1;
  --color-mid-grey: #4d4d4d;
  --color-dark-grey: #212121;
  --color-black-opacity: rgba(0, 0, 0, 0.1);
  --color-black: #000;
  --color-white: #fff;
  --color-light-red: #ee706b;
  --color-lighter-red: #e3645f;
  --color-red: #ff3a33;
  --color-desaturated-red: #fceded;
  --color-pale-red: #fbe6e6;
  --color-red-1: #eb3223;
  --color-red-2: #ec554d;
  --color-red-3: #ee6e69;
  --color-yellow: #fffd54;
  --color-text: #333333;
  --color-active: var(--color-yellow); }

.color-light-grey {
  color: var(--color-light-grey); }

.color-lighter-grey {
  color: var(--color-lighter-grey); }

.color-mid-grey {
  color: var(--color-mid-grey); }

* {
  box-sizing: border-box; }

html,
body {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-normal);
  line-height: 1.3;
  color: var(--color-text);
  height: 100%; }

body {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-height: 100%; }

main {
  padding-top: var(--header-size); }

#content {
  -webkit-box-flex: 1;
          flex-grow: 1; }

.wrapper {
  max-width: var(--page-width);
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--wrapper-padding-x); }
  .wrapper.y {
    padding: var(--wrapper-padding-x); }

.visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 0 1em; }

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: var(--font-weight-bold); }

p:last-child {
  margin: 0; }

input,
button,
select {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit; }

figcaption {
  position: relative;
  width: 100%;
  font-size: var(--font-size-small);
  background-color: var(--color-desaturated-red);
  padding: var(--size-unit-4);
  line-height: 1.4; }
  figcaption .icon {
    position: absolute;
    bottom: var(--size-unit-2);
    right: var(--size-unit-2);
    cursor: pointer; }
  figcaption.close {
    display: none; }

.tagline-title {
  display: grid;
  grid-template-columns: repeat(12, 1fr); }
  .tagline-title__title {
    grid-column: 1 / span 8;
    display: block;
    padding: var(--size-unit-2) var(--size-unit-6);
    margin: 0;
    background-color: var(--color-red);
    color: var(--color-white); }
    @media screen and (min-width: 48em) {
      .tagline-title__title {
        grid-column: 1 / span 4; } }
  .tagline-title--dark .tagline-title__title {
    background-color: var(--color-text); }
  .tagline-title--less .tagline-title__title {
    font-size: var(--font-size-small);
    background-color: transparent;
    color: var(--color-mid-grey); }

:root {
  --icon-size: 1.4em; }

.icon {
  display: inline-block;
  width: var(--icon-size);
  height: var(--icon-size);
  line-height: 0; }
  .icon--normal {
    --icon-size: 16px; }
  .icon--large {
    --icon-size: 24px; }
  .icon svg {
    width: 100%;
    height: 100%; }
    .icon svg path {
      stroke-width: var(--icon-stroke-width, auto); }

.button-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: var(--button-link-justify, space-between);
          justify-content: var(--button-link-justify, space-between);
  -webkit-box-align: var(--button-link-align, center);
          align-items: var(--button-link-align, center);
  padding: var(--button-link-padding, var(--size-unit-4));
  margin: var(--button-link-margin, 0);
  background-color: var(--button-link-background-color, var(--color-light-grey));
  color: var(--button-link-foreground-color, var(--color-text));
  text-decoration: none;
  --icon-stroke-width: 2px; }
  .button-link:hover, .button-link:focus {
    --button-link-background-color: var(
      --button-link-background-active-color,
      var(--color-yellow)
    ); }

:root {
  --card-color-1: var(--color-red-3);
  --card-color-2: var(--color-red-2);
  --card-color-3: var(--color-red-1);
  --card-foreground-color: white;
  --card-date-size: var(--size-unit-12); }

.card {
  display: inline-grid !important;
  grid-template-rows: 1fr 1fr;
  text-decoration: none;
  width: 100%;
  color: var(--card-foreground-color); }
  .card__info {
    background-color: var(--card-color-1); }
  .card__cta {
    --button-link-background-color: var(--card-color-2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%; }
  .card__image {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    background-color: var(--card-color-3); }
    .card__image--empty {
      border-top: none; }
  .card__image--empty .card__image__content {
    background-image: url(/wp-content/themes/bbstudio/dist/assets/placeholder.png?ver=3356c0d4);
    background-size: cover;
    background-position: center; }
  .card__image__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-position: center; }
  .card:hover .card__cta, .card:focus .card__cta {
    --button-link-background-color: var(--color-yellow); }
  .card:hover .card__image:after, .card:focus .card__image:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-yellow);
    content: ''; }
  .card:hover .card__image__content, .card:focus .card__image__content {
    opacity: 0.4; }
  .card:hover .card__image--empty .card__image__content, .card:focus .card__image--empty .card__image__content {
    opacity: 1; }
  .card:hover .card__info,
  .card:hover .card__image, .card:focus .card__info,
  .card:focus .card__image {
    box-shadow: var(--standard-box-shadow); }
  @media screen and (min-width: 48em) {
    .card {
      padding-left: var(--card-date-size); } }

.card-info {
  position: relative; }
  .card-info__inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    height: 100%;
    padding-top: var(--size-unit-5); }
  .card-info__date {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    padding-left: var(--size-unit-5);
    padding-right: var(--size-unit-5);
    text-transform: uppercase; }
    @media screen and (min-width: 48em) {
      .card-info__date {
        position: absolute;
        right: 100%;
        bottom: 100%;
        width: 50%;
        -webkit-transform-origin: bottom right;
                transform-origin: bottom right;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
        -webkit-box-pack: center;
                justify-content: center;
        background-color: var(--card-color-3);
        color: var(--color-white);
        height: var(--card-date-size); } }
  .card-info__title, .card-info__type, .card-info__excerpt {
    display: block;
    padding-left: var(--size-unit-5);
    padding-right: var(--size-unit-5); }
  .card-info__type {
    text-transform: uppercase; }
  .card-info__title {
    -webkit-box-flex: 1;
            flex-grow: 1; }

.card--alternate {
  --card-color-1: var(--color-lighter-grey);
  --card-color-2: #a8a8a8;
  --card-color-3: var(--color-black);
  --card-foreground-color: var(--color-text); }

.clipped-text__inner {
  height: 0;
  overflow: hidden;
  padding-top: 1em; }
  .show .clipped-text__inner {
    height: auto; }

.clipped-text__button {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  background-color: var(--color-light-grey);
  border: 0;
  border-radius: 0;
  float: right;
  padding: var(--size-unit-4);
  padding-right: var(--size-unit-2);
  margin: var(--size-unit-4) 0 0;
  max-width: 200px;
  width: 100%;
  font-family: inherit;
  color: inherit;
  outline: 0;
  text-transform: uppercase;
  cursor: pointer; }
  .clipped-text__button .icon {
    margin-left: 0.5em;
    --icon-size: 0.8em;
    --icon-stroke-width: 2px;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform; }
    .show .clipped-text__button .icon {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .clipped-text__button:hover, .clipped-text__button:focus {
    opacity: 0.5; }

.inline-input {
  display: grid;
  grid-template-columns: auto -webkit-min-content;
  grid-template-columns: auto min-content; }
  .inline-input input,
  .inline-input button {
    border: 0;
    border-radius: 0;
    padding: var(--size-unit-4);
    outline: 0; }
  .inline-input input {
    background-color: var(--inline-input-background, var(--color-light-grey));
    color: var(--color-text); }
    .inline-input input:focus {
      --inline-input-background: var(--color-yellow); }
  .inline-input button {
    background-color: var(--color-text);
    color: var(--color-white); }

.select-input {
  display: inline-block;
  position: relative;
  cursor: pointer; }
  .select-input select {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    border: 0;
    border-radius: 0;
    outline: 0;
    background-color: var(--select-input-background, var(--color-light-grey));
    padding: var(--size-unit-4) var(--size-unit-6);
    cursor: pointer; }
  .select-input .icon {
    position: absolute;
    top: 50%;
    right: var(--size-unit-3);
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    --icon-size: 24px;
    --icon-stroke-width: 2px;
    pointer-events: none; }
  .select-input:hover, .select-input:focus {
    --select-input-background: var(--color-yellow); }
    .select-input:hover .icon, .select-input:focus .icon {
      opacity: 1; }

.site-header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  background-color: white; }
  @media screen and (min-width: 48em) {
    .site-header {
      -webkit-transform: translateY(calc(var(--header-hide) * -70px));
              transform: translateY(calc(var(--header-hide) * -70px)); } }
  .admin-bar .site-header {
    top: 32px; }
    @media screen and (max-width: 782px) {
      .admin-bar .site-header {
        top: 46px; } }
  .site-header .wrapper {
    display: grid;
    grid-template-areas: 'logo menu' 'nav nav';
    row-gap: var(--size-unit-4);
    border-bottom: 1px solid var(--color-black); }
    @media screen and (min-width: 48em) {
      .site-header .wrapper {
        grid-template-areas: 'logo tagline' 'nav nav'; } }
  .site-header .logo-area {
    grid-area: logo;
    justify-self: flex-start; }
  .site-header .menu-action {
    grid-area: menu;
    align-self: center;
    justify-self: flex-end; }
    @media screen and (min-width: 48em) {
      .site-header .menu-action {
        display: none; } }
  .site-header .tagline {
    display: none;
    grid-area: tagline;
    justify-self: flex-end;
    align-self: center;
    font-size: var(--font-size-medium);
    margin: 0; }
    @media screen and (min-width: 48em) {
      .site-header .tagline {
        display: block; } }
  .site-header .nav-main {
    grid-area: nav; }
    @media screen and (min-width: 48em) {
      .site-header .nav-main {
        justify-self: flex-end; } }

.logo-link {
  display: block;
  background-color: var(--color-black);
  color: var(--color-white);
  margin: 0;
  padding: var(--size-unit-5) var(--size-unit-15);
  color: inherit;
  text-decoration: none;
  line-height: 0; }
  .logo-link svg {
    width: 100px; }
    @media screen and (min-width: 48em) {
      .logo-link svg {
        width: 140px; } }

.nav-main {
  height: 0;
  overflow: hidden; }
  .nav-open .nav-main {
    height: auto; }
  .nav-main .top-menu {
    display: grid;
    gap: 3px;
    grid-template-columns: repeat(1, 1fr);
    list-style: none;
    padding: 0 0 var(--size-unit-4);
    margin: 0; }
    .nav-main .top-menu a {
      display: block;
      width: 100%;
      padding: var(--size-unit-4) var(--size-unit-10);
      font-size: var(--font-size-small);
      background-color: var(--color-light-grey);
      color: inherit;
      text-align: center;
      text-decoration: none;
      white-space: pre; }
      .nav-main .top-menu a:hover, .nav-main .top-menu a:focus {
        background-color: var(--color-yellow); }
    .nav-main .top-menu .current-menu-item a,
    .nav-main .top-menu .current-page-ancestor a {
      background-color: var(--color-yellow); }
    @media screen and (min-width: 48em) {
      .nav-main .top-menu {
        grid-template-columns: repeat(4, 1fr); } }
  @media screen and (min-width: 48em) {
    .nav-main {
      height: auto; }
      .nav-main .top-menu {
        padding: 0; } }

.menu-btn {
  position: relative;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  width: 48px;
  height: 48px;
  outline: 0;
  margin-top: var(--size-unit-1); }
  .menu-btn span {
    position: absolute;
    width: 80%;
    height: 2px;
    background-color: var(--color-text);
    left: 10%;
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform; }
    .menu-btn span:nth-child(1) {
      top: 20%; }
    .menu-btn span:nth-child(2), .menu-btn span:nth-child(3) {
      top: 50%;
      -webkit-transform: translate3d(0, -50%, 0);
              transform: translate3d(0, -50%, 0); }
    .menu-btn span:nth-child(4) {
      bottom: 20%; }
  .nav-open .menu-btn span:nth-child(1),
  .nav-open .menu-btn span:nth-child(4) {
    opacity: 0; }
  .nav-open .menu-btn span:nth-child(2) {
    -webkit-transform: rotate(45deg) translate3d(0, -50%, 0);
            transform: rotate(45deg) translate3d(0, -50%, 0); }
  .nav-open .menu-btn span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate3d(0, -50%, 0);
            transform: rotate(-45deg) translate3d(0, -50%, 0); }

.feature-slideshow {
  padding: 0;
  padding-top: var(--size-unit-6); }
  .feature-slideshow .wrapper {
    position: relative;
    border-bottom: 1px solid var(--color-text);
    padding-bottom: var(--wrapper-padding-x); }

.slide {
  height: 80vh;
  min-height: 500px;
  max-height: 800px;
  position: relative; }
  @media screen and (min-width: 48em) {
    .slide {
      height: 65vh;
      min-height: 450px;
      max-height: 600px; } }
  .slide__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 1fr 1fr;
    text-decoration: none; }
    @media screen and (min-width: 48em) {
      .slide__inner {
        grid-template-rows: 1fr;
        grid-template-columns: repeat(12, 1fr); } }
  .slide__info {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    background-color: var(--slide-background-color, var(--color-red-3));
    color: var(--slide-foreground-color, var(--color-white));
    grid-column-end: span 6; }
    .slide__info__text {
      -webkit-box-flex: 1;
              flex-grow: 1;
      font-size: var(--font-size-large); }
    .slide__info__issue {
      padding: var(--size-unit-4) var(--wrapper-padding-x);
      background-color: var(--slide-action-color, var(--color-red-1)); }
    .slide__info__tagline {
      opacity: 0.5;
      margin: 0; }
    .slide__info__tagline, .slide__info__title, .slide__info__text {
      padding-left: var(--wrapper-padding-x);
      padding-right: var(--wrapper-padding-x); }
    .slide__info__title {
      line-height: 1.1; }
    .slide__info__cta {
      padding-left: var(--wrapper-padding-x);
      padding-right: var(--wrapper-padding-x);
      --button-link-background-color: var(
        --slide-action-color,
        var(--color-red-2)
      ); }
    @media screen and (min-width: 48em) {
      .slide__info {
        grid-column-end: span 4; } }
  .slide__image {
    position: relative;
    grid-column-end: span 6;
    line-height: 0;
    overflow: hidden;
    background-color: var(--color-yellow); }
    .slide__image__inner {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .slide__image__inner__caption {
        position: absolute;
        bottom: 0;
        right: 0;
        max-width: 50%;
        line-height: 1;
        padding: var(--size-unit-2);
        color: var(--color-white); }
    .slide__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    @media screen and (min-width: 48em) {
      .slide__image {
        grid-column-end: span 8; } }
  @media not screen and (pointer: coarse) {
    .slide:hover .slide__info__cta, .slide:focus .slide__info__cta {
      --button-link-background-color: var(--color-yellow); }
    .slide:hover .slide__image__inner, .slide:focus .slide__image__inner {
      opacity: 0.4; } }

.general-slideshow-controls .controls-arrow {
  position: absolute;
  top: 50%;
  display: -webkit-box;
  display: flex;
  width: 32px;
  height: 32px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border: 0;
  background-color: var(--color-light-grey);
  border-radius: 0;
  outline: 0;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  box-shadow: var(--standard-box-shadow);
  cursor: pointer;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  --icon-stroke-width: 2px; }
  .general-slideshow-controls .controls-arrow:hover, .general-slideshow-controls .controls-arrow:focus {
    opacity: 0.5; }
  .general-slideshow-controls .controls-arrow[disabled] {
    opacity: 0.1; }
  .general-slideshow-controls .controls-arrow--next {
    right: var(--size-unit-1); }
  .general-slideshow-controls .controls-arrow--prev {
    left: var(--size-unit-1); }
    .general-slideshow-controls .controls-arrow--prev .controls-arrow__icon {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }

.focus-area-slideshow {
  padding: 0; }
  .focus-area-slideshow .tns-nav {
    display: -webkit-box !important;
    display: flex !important;
    min-height: 40px;
    padding-bottom: 0; }
  .focus-area-slideshow .tagline-title__title {
    margin-bottom: 0;
    padding-bottom: 0; }

.issue-slide {
  position: relative;
  padding: var(--size-unit-6) calc(var(--wrapper-padding-x) / 2);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }
  .slideshow--single .issue-slide {
    padding: var(--size-unit-6); }
  .issue-slide__inner {
    display: grid;
    grid-template-rows: 1fr 2fr;
    text-decoration: none; }
  .issue-slide__info {
    padding: var(--wrapper-padding-x);
    background-color: var(--slide-background-color, var(--color-light-red));
    color: var(--slide-foreground-color, var(--color-white));
    height: 160px; }
    .issue-slide__info__subtitle {
      opacity: 0.5;
      margin-bottom: 0; }
  .issue-slide__image {
    position: relative;
    line-height: 0;
    overflow: hidden;
    background-color: var(--color-yellow); }
    .issue-slide__image__inner {
      position: absolute;
      top: -5%;
      left: -5%;
      width: 110%;
      height: 110%; }
    .issue-slide__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .issue-slide:hover, .issue-slide:focus {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    z-index: 10; }
    .issue-slide:hover .issue-slide__inner, .issue-slide:focus .issue-slide__inner {
      box-shadow: var(--standard-box-shadow); }
    .issue-slide:hover .issue-slide__image__inner, .issue-slide:focus .issue-slide__image__inner {
      opacity: 0.4; }

.body-content {
  padding: 0 0 var(--size-unit-12); }
  .body-content .wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: var(--size-unit-4);
       -moz-column-gap: var(--size-unit-4);
            column-gap: var(--size-unit-4); }
    @media screen and (min-width: 48em) {
      .body-content .wrapper {
        grid-template-columns: repeat(12, 1fr); } }
    .body-content .wrapper .body-content__info,
    .body-content .wrapper .body-content__content {
      padding-top: var(--wrapper-padding-x); }
    .body-content .wrapper .body-content__tagline {
      grid-column: 1 / span 4; }
      @media screen and (min-width: 48em) {
        .body-content .wrapper .body-content__tagline {
          grid-column: 1 / span 12; } }
    .body-content .wrapper .body-content__info {
      grid-column: 1 / span 4; }
      @media screen and (min-width: 48em) {
        .body-content .wrapper .body-content__info {
          grid-column: 1 / span 5; } }
      @media screen and (min-width: 60em) {
        .body-content .wrapper .body-content__info {
          grid-column: 1 / span 4; } }
    .body-content .wrapper .body-content__content {
      grid-column: 1 / span 4; }
      .body-content .wrapper .body-content__content__block-title {
        padding-top: 1em; }
      @media screen and (min-width: 48em) {
        .body-content .wrapper .body-content__content {
          grid-column: 7 / span 6; } }
      .body-content .wrapper .body-content__content h1,
      .body-content .wrapper .body-content__content h2,
      .body-content .wrapper .body-content__content h3,
      .body-content .wrapper .body-content__content h4,
      .body-content .wrapper .body-content__content h5,
      .body-content .wrapper .body-content__content h6,
      .body-content .wrapper .body-content__content p,
      .body-content .wrapper .body-content__content .clipped-text {
        margin: 0 0 var(--size-unit-4); }
      .body-content .wrapper .body-content__content p {
        line-height: 1.4; }
      .body-content .wrapper .body-content__content a {
        color: var(--color-red);
        text-decoration: none; }
      .body-content .wrapper .body-content__content img.alignleft {
        float: left;
        margin: 0 15px 10px 0; }
      .body-content .wrapper .body-content__content img.alignright {
        float: right;
        margin: 0 0 10px 15px; }
      .body-content .wrapper .body-content__content p:empty {
        display: none; }
      .body-content .wrapper .body-content__content ul {
        padding: 0 0 0 1.4em;
        margin: 1em 0; }
        .body-content .wrapper .body-content__content ul li {
          margin-bottom: 1em; }
        .body-content .wrapper .body-content__content ul li:last-child {
          margin-bottom: 0; }
      .body-content .wrapper .body-content__content blockquote {
        opacity: 0.75;
        text-align: center;
        padding: var(--size-unit-5) 0; }
    .body-content .wrapper img {
      max-width: 100%;
      height: auto; }
    .body-content .wrapper figure {
      position: relative;
      padding: 0;
      margin: 0 0 var(--size-unit-4);
      line-height: 0;
      max-width: 100%; }
      .body-content .wrapper figure.alignleft {
        float: left;
        margin: 0 var(--size-unit-4) var(--size-unit-4) 0; }
      .body-content .wrapper figure.alignright {
        float: right;
        margin: 0 0 var(--size-unit-4) var(--size-unit-4); }
      .body-content .wrapper figure :not(.alignleft),
      .body-content .wrapper figure :not(.alignright) {
        width: auto !important; }

.body-content__info__extra {
  margin-bottom: var(--size-unit-4); }

.body-content__info__categories {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }
  .body-content__info__categories .button-link {
    margin-right: var(--size-unit-2);
    margin-bottom: var(--size-unit-4); }
    .body-content__info__categories .button-link.active {
      background-color: var(--color-yellow); }
  @media screen and (min-width: 48em) {
    .body-content__info__categories {
      display: block;
      max-width: 250px; }
      .body-content__info__categories .button-link {
        margin-bottom: var(--size-unit-4);
        margin-right: 0; } }
  @media screen and (min-width: 48em) {
    .body-content__info__categories--sticky {
      position: -webkit-sticky;
      position: sticky;
      top: calc(180px + (var(--header-hide) * -70px)); } }

.body-content--large .body-content__content {
  font-size: var(--font-size-large); }

a.jump-anchor {
  position: relative;
  width: 1px;
  height: 1px;
  font-size: 0;
  top: -80px; }
  a.jump-anchor:before {
    content: attr(id); }
  @media screen and (min-width: 48em) {
    a.jump-anchor {
      top: calc(-50px + (var(--header-hide) * -70px)); } }

.standard-header {
  padding-top: var(--wrapper-padding-x); }
  .standard-header .wrapper {
    height: 80vh;
    min-height: 500px;
    max-height: 800px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    border-bottom: 1px solid currentColor;
    padding-bottom: var(--wrapper-padding-x); }
    @media screen and (min-width: 48em) {
      .standard-header .wrapper {
        height: 65vh;
        min-height: 450px;
        max-height: 600px; } }
  .standard-header .standard-header-image {
    position: relative;
    -webkit-transform-origin: center right;
            transform-origin: center right;
    line-height: 0; }
    .standard-header .standard-header-image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      position: absolute;
      top: 0;
      left: 0; }

:root {
  --filter-section-padding: 0 0 var(--size-unit-16);
  --filter-section-margin: 0; }

.filter-section {
  padding: var(--filter-section-padding);
  margin: var(--filter-section-margin); }
  .filter-section .wrapper:nth-child(1) {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -webkit-column-gap: var(--size-unit-4);
       -moz-column-gap: var(--size-unit-4);
            column-gap: var(--size-unit-4);
    border-top: 1px solid var(--color-text); }
    .filter-section .wrapper:nth-child(1) .filter-section__aside {
      grid-column: 1 / span 12;
      padding-bottom: var(--size-unit-10); }
      @media screen and (min-width: 48em) {
        .filter-section .wrapper:nth-child(1) .filter-section__aside {
          grid-column: 4 / span 9; } }
      @media screen and (min-width: 60em) {
        .filter-section .wrapper:nth-child(1) .filter-section__aside {
          grid-column: 7 / span 6; } }
  .filter-section .wrapper:nth-child(2) {
    display: grid;
    grid-template-columns: repeat(12, 1fr); }
  .filter-section .filter-section__pool {
    grid-column: 1 / span 12;
    width: 100%; }
    @media screen and (min-width: 48em) {
      .filter-section .filter-section__pool {
        grid-column: 2 / span 11; } }
  .filter-section .filter-section__pagination {
    grid-column: 1 / span 12; }
    @media screen and (min-width: 48em) {
      .filter-section .filter-section__pagination {
        grid-column: 2 / span 11; } }
  .filter-section .filter-section__title {
    grid-column: 1 / span 12;
    padding-bottom: var(--size-unit-4); }
    @media screen and (min-width: 60em) {
      .filter-section .filter-section__title {
        padding-bottom: 0; } }

.general-filter {
  position: relative; }
  .general-filter__pool {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    -webkit-column-gap: var(--size-unit-4);
       -moz-column-gap: var(--size-unit-4);
            column-gap: var(--size-unit-4);
    row-gap: var(--size-unit-8); }
    .general-filter__pool.loading {
      opacity: 0.4; }

.general-filter-aside {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: var(--size-unit-4); }
  .general-filter-aside .clear {
    justify-self: flex-end; }
    .general-filter-aside .clear button {
      border: 0;
      border-radius: 0;
      padding: 0;
      margin: 0;
      background-color: transparent;
      cursor: pointer; }
      .general-filter-aside .clear button:hover, .general-filter-aside .clear button:focus {
        opacity: 0.5; }
  @media screen and (min-width: 48em) {
    .general-filter-aside {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(2, 1fr);
      grid-auto-flow: column; }
      .general-filter-aside .text-search {
        grid-column: 2;
        grid-row: 1; }
      .general-filter-aside .clear {
        grid-column: 2;
        grid-row: 2; } }

.general-filter-pagination {
  margin-top: var(--wrapper-padding-x);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end; }
  .general-filter-pagination__text {
    margin: 0 var(--size-unit-4); }
  .general-filter-pagination__btn {
    display: -webkit-box;
    display: flex;
    width: 32px;
    height: 32px;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    border: 0;
    background-color: var(--color-light-grey);
    border-radius: 0;
    outline: 0;
    cursor: pointer;
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
    -webkit-transition-property: opacity;
    transition-property: opacity; }
    .general-filter-pagination__btn:hover, .general-filter-pagination__btn:focus {
      opacity: 0.5; }
    .general-filter-pagination__btn[disabled] {
      opacity: 0.25; }
    .general-filter-pagination__btn--prev {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }

.latest-news {
  position: relative; }
  .latest-news__pool .tns-nav {
    padding: 0 0 var(--size-unit-6); }

.latest-news-slideshow {
  position: relative; }

.latest-news-aside {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  -webkit-column-gap: var(--size-unit-4);
     -moz-column-gap: var(--size-unit-4);
          column-gap: var(--size-unit-4); }
  .latest-news-aside__cta {
    grid-column: 4 / span 3;
    --button-link-background-color: var(--color-black-opacity); }

.latest-news-slideshow__controls .controls-arrow--prev {
  left: calc(-1 * var(--size-unit-2)); }

.latest-news-slideshow__controls .controls-arrow--next {
  right: calc(-1 * var(--size-unit-2)); }

.social-links {
  display: -webkit-box;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0; }
  .social-links li {
    margin-right: 0.6em; }
  .social-links a {
    display: block;
    line-height: 0;
    color: var(--color-text);
    text-decoration: none; }
    .social-links a .icon {
      --icon-size: 36px; }
    .social-links a:hover, .social-links a:focus {
      opacity: 0.75; }

.newsletter-form {
  --inline-input-background: var(--color-white); }

.site-footer-top {
  display: grid;
  -webkit-box-align: stretch;
          align-items: stretch;
  grid-template-columns: repeat(1, 1fr);
  gap: var(--size-unit-4);
  border-top: 1px solid var(--color-black);
  border-bottom: 1px solid var(--color-black);
  padding: var(--size-unit-8) var(--wrapper-padding-x) var(--size-unit-8); }
  @media screen and (min-width: 32em) {
    .site-footer-top {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (min-width: 48em) {
    .site-footer-top {
      grid-template-columns: repeat(3, 1fr); } }

.site-footer .tile-newsletter {
  background-color: var(--color-pale-red);
  padding: var(--size-unit-4); }
  @media screen and (min-width: 32em) {
    .site-footer .tile-newsletter {
      grid-column: 1 / span 2; } }
  @media screen and (min-width: 48em) {
    .site-footer .tile-newsletter {
      grid-column: 1;
      grid-row: 1 / span 2; } }

@media screen and (min-width: 48em) {
  .site-footer .tile-social {
    grid-column-start: 2;
    grid-row: 2; } }

.site-footer .tile-social {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: var(--size-unit-4);
  background-color: var(--color-light-grey); }

.site-footer .tile-link {
  --button-link-padding: var(--size-unit-6);
  text-transform: uppercase; }

.site-footer-bottom {
  padding: var(--size-unit-8) var(--wrapper-padding-x) var(--size-unit-12); }

.site-footer .logos-content {
  padding-bottom: var(--size-unit-8); }

.site-footer .logos-items {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between; }
  .site-footer .logos-items__item {
    display: block;
    height: 60px;
    margin-right: var(--size-unit-4);
    margin-bottom: var(--size-unit-6); }
    .site-footer .logos-items__item:last-child {
      margin-right: 0; }
  .site-footer .logos-items img {
    height: 100%;
    width: auto; }

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: var(--color-desaturated-red);
  padding: var(--size-unit-3);
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, transform;
  transition-property: opacity, visibility, transform, -webkit-transform; }
  .cookies.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .cookies p {
    margin: 0; }
    .cookies p a {
      color: var(--color-red); }
  .cookies ul {
    display: -webkit-box;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0; }
    .cookies ul li {
      line-height: 0; }
  .cookies .consent {
    padding: 4px 6px;
    margin: 0;
    border: 0;
    cursor: pointer; }
    .cookies .consent-negative {
      margin-right: var(--size-unit-2);
      background-color: transparent;
      font-size: var(--font-size-small); }
    .cookies .consent-positive {
      background-color: var(--color-red);
      color: white; }
    .cookies .consent:hover, .cookies .consent:focus {
      opacity: 0.75; }
  @media screen and (min-width: 48em) {
    .cookies {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: justify;
              justify-content: space-between; } }

.clipped-title {
  position: relative; }
  .clipped-title h1 {
    padding: var(--size-unit-5) var(--wrapper-padding-x) 0;
    margin: 0; }
    @media screen and (min-width: 48em) {
      .clipped-title h1 {
        position: absolute; } }

.other-key-issues {
  padding: var(--size-unit-4) 0; }
  @media screen and (min-width: 48em) {
    .other-key-issues .tagline-title {
      padding-bottom: 0; } }
  .other-key-issues .wrapper {
    border-top: 1px solid currentColor; }

.issue-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--size-unit-4);
  padding: var(--size-unit-6) 0; }
  .issue-grid__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 80px;
    padding: var(--size-unit-4);
    background-color: var(--color-light-grey);
    color: var(--color-text);
    text-decoration: none; }
    .issue-grid__item:hover, .issue-grid__item:focus {
      background-color: var(--color-yellow);
      box-shadow: var(--standard-box-shadow); }


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