@charset "UTF-8";
@font-face {
  font-family: "NGA";
  src: url("/static/fonts/NGA-Regular.eot");
  src: url("/static/fonts/NGA-Regular.eot?#iefix") format("embedded-opentype"),
    url("/static/fonts/NGA-Regular.woff2") format("woff"),
    url("/static/fonts/NGA-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NGA";
  src: url("/static/fonts/NGA-Bold.eot");
  src: url("/static/fonts/NGA-Bold.eot?#iefix") format("embedded-opentype"),
    url("/static/fonts/NGA-Bold.woff2") format("woff"),
    url("/static/fonts/NGA-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NGA";
  src: url("/static/fonts/NGA-RegularItalic.eot");
  src: url("/static/fonts/NGA-RegularItalic.eot?#iefix")
      format("embedded-opentype"),
    url("/static/fonts/NGA-RegularItalic.woff2") format("woff"),
    url("/static/fonts/NGA-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NGA";
  src: url("/static/fonts/NGA-BoldItalic.eot");
  src: url("/static/fonts/NGA-BoldItalic.eot?#iefix")
      format("embedded-opentype"),
    url("/static/fonts/NGA-BoldItalic.woff2") format("woff"),
    url("/static/fonts/NGA-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NGA Condensed";
  src: url("/static/fonts/NGACond-Bold.eot");
  src: url("/static/fonts/NGACond-Bold.eot?#iefix") format("embedded-opentype"),
    url("/static/fonts/NGACond-Bold.woff2") format("woff"),
    url("/static/fonts/NGACond-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NGA Condensed";
  src: url("/static/fonts/NGACond-Bold.eot");
  src: url("/static/fonts/NGACond-Bold.eot?#iefix") format("embedded-opentype"),
    url("/static/fonts/NGACond-Bold.woff2") format("woff"),
    url("/static/fonts/NGACond-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NGA Condensed";
  src: url("/static/fonts/NGACond-BoldItalic.eot");
  src: url("/static/fonts/NGACond-BoldItalic.eot?#iefix")
      format("embedded-opentype"),
    url("/static/fonts/NGACond-BoldItalic.woff2") format("woff"),
    url("/static/fonts/NGACond-BoldItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NGA Condensed";
  src: url("/static/fonts/NGACond-BoldItalic.eot");
  src: url("/static/fonts/NGACond-BoldItalic.eot?#iefix")
      format("embedded-opentype"),
    url("/static/fonts/NGACond-BoldItalic.woff2") format("woff"),
    url("/static/fonts/NGACond-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
:root {
  --black: #000000;
  --grey-dark: #333333;
  --grey-medium: #666666;
  --grey-light: #999999;
  --grey-xlight: #ededed;
  --white: #ffffff;
  --black-rgb: 0, 0, 0;
  --white-rgb: 255, 255, 255;
}

.dark-theme {
  --black: #ffffff;
  --grey-dark: #cccccc;
  --grey-medium: #999999;
  --grey-light: #666666;
  --grey-xlight: #222222;
  --white: #000000;
  --black-rgb: 255, 255, 255;
  --white-rgb: 0, 0, 0;
}

/* Grid Container */
.container {
  width: 97.5vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* Typography */
.hero-text-large {
  font-size: 8rem;
}
@media screen and (max-width: 979px) {
  .hero-text-large {
    font-size: 6rem;
  }
}

.hero-text-small {
  font-size: 6rem;
}
@media screen and (max-width: 979px) {
  .hero-text-small {
    font-size: 4rem;
  }
}

.heading {
  font-size: 3.2rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 1279px) {
  .heading {
    font-size: 2.6rem;
  }
}

.subheading {
  font-size: 2.2rem;
  font-weight: bold;
  text-transform: none;
}

.pre-title,
.meta-text,
.time-stamp {
  font-size: 1.6rem;
  font-weight: bold;
}
.pre-title .divider,
.meta-text .divider,
.time-stamp .divider {
  display: inline-block;
  margin: 0 0.5rem;
}

.large-copy {
  font-size: 3.2rem;
  line-height: 1.2;
}
@media screen and (max-width: 649px) {
  .large-copy {
    font-size: 2.6rem;
  }
}

.small-copy {
  font-size: 1.8rem;
  line-height: 1.2;
}

.caption-text {
  font-size: 1.6rem;
  line-height: 1.4;
}

/* Clearfix */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* Screen Readers */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
  opacity: 1;
}

.skip-link-offset {
  position: relative;
  top: -15rem;
}

.sr-unmarked-list li::before {
  content: "​";
  position: absolute;
}

.sr-skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}
.sr-skip-link:focus,
.sr-skip-link:active {
  z-index: 999;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: inline-block;
  height: auto;
  width: auto;
  margin: 1rem 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  overflow: visible;
  clip: auto;
  clip-path: none;
  border-radius: 0.5rem;
  background-color: var(--black) !important;
  color: var(--white) !important;
  opacity: 1 !important;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  transition: none !important;
}

.accessibility-nav {
  position: relative;
  z-index: 9999;
  text-align: center;
  height: 0;
}

.accessibility-nav--absolute {
  position: absolute;
  z-index: 9999;
  left: 50%;
  top: 2rem;
  transform: translateX(-50%);
}

/* Aspect Ratio Constrain Utility Class */
[class*="constrain-aspect-ratio"] > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.constrain-aspect-ratio-3x2,
.constrain-aspect-ratio-3x2.img {
  aspect-ratio: 3/2;
}

/* Responsive Embeds */
.responsive-object,
.responsive-embed {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.responsive-object::before,
.responsive-embed::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.responsive-object .responsive-embed__item,
.responsive-object iframe,
.responsive-object embed,
.responsive-object object,
.responsive-object video,
.responsive-embed .responsive-embed__item,
.responsive-embed iframe,
.responsive-embed embed,
.responsive-embed object,
.responsive-embed video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  padding: 0;
}

.responsive-embed.aspect-ratio-16x9::before {
  padding-top: 56.25%;
}

.responsive-embed.aspect-ratio-4x3::before {
  padding-top: 75%;
}

.responsive-embed.aspect-ratio-2x1::before {
  padding-top: 50%;
}

.responsive-embed.aspect-ratio-1x1::before {
  padding-top: 100%;
}

.responsive-embed.aspect-ratio-21x9::before {
  padding-top: 42.8571428571%;
}

/*
 * -----------------------------------------------------------------------------
 * # Start CSS RESET
 * -----------------------------------------------------------------------------
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
*:focus {
  outline-style: solid !important;
  outline-color: #7d7d7d !important;
  outline-width: 2px !important;
  outline-offset: 3px !important;
  opacity: 1 !important;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

html {
  font-size: 62.5%;
  line-height: 1.4;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "NGA", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.4;
  color: var(--black);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background-color: var(--white);
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  scrollbar-gutter: stable both-edges;
}

article,
aside,
footer,
header,
nav,
menu,
main,
section {
  display: block;
}

a {
  color: inherit;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: color 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
a:visited {
  opacity: 0.8;
}
a:hover {
  opacity: 0.6;
  transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
a:active {
  color: inherit;
}

a,
.wrap-text {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-family: "NGA", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
}

h1,
.h1 {
  font-size: 8rem;
}
@media screen and (max-width: 979px) {
  h1,
  .h1 {
    font-size: 6rem;
  }
}

h2,
.h2 {
  font-size: 6rem;
}
@media screen and (max-width: 979px) {
  h2,
  .h2 {
    font-size: 4rem;
  }
}

h3,
.h3 {
  font-size: 3.2rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 1279px) {
  h3,
  .h3 {
    font-size: 2.6rem;
  }
}

h4,
.h4 {
  font-size: 2.2rem;
  font-weight: bold;
  text-transform: none;
}

h5,
.h5,
h6,
.h6 {
  font-size: 1.8rem;
}

nav h1,
nav h2,
nav h3,
nav h4,
nav h5,
nav h6 {
  margin-bottom: 0;
}

p {
  font-size: 2rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.75em;
}

blockquote {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 2vw;
  padding-right: 2vw;
}
@media screen and (min-width: 980px) {
  blockquote {
    width: 90%;
    max-width: 148rem;
  }
}
@media screen and (min-width: 1280px) {
  blockquote {
    width: 70%;
  }
}
blockquote,
blockquote p {
  font-size: 6rem;
  font-family: "NGA Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 979px) {
  blockquote,
  blockquote p {
    font-size: 4rem;
  }
}
blockquote p {
  margin-bottom: 0.5em;
}
blockquote p:last-of-type {
  margin-bottom: 0;
}
blockquote footer {
  display: block;
  font-family: "NGA Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  text-align: center;
  text-transform: uppercase;
}

ul,
ol,
dl {
  margin: 0;
  margin-bottom: 2rem;
  padding: 0.5rem 2rem;
}

@media screen and (max-width: 600px) {
  ul,
  ol {
    padding-right: 0;
  }

  dl {
    padding: 0;
  }
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 1rem;
}

li dl {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: disc;
}
ul ul {
  list-style-type: circle;
}
ul ul ul {
  list-style-type: square;
}
ul ul ul ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}
ol ol {
  list-style-type: lower-roman;
}
ol ol ol {
  list-style-type: lower-latin;
}
ol ol ol ol {
  list-style-type: lower-greek;
}

li,
dd {
  line-height: 1.4;
  margin: 0;
  padding: 0.5rem 0;
}

dt {
  font-weight: bold;
  margin-bottom: 0;
}

dd {
  margin-left: 2rem;
  margin-bottom: 1rem;
}

nav ul,
nav ol {
  padding-right: 0;
}
nav li {
  padding: 0;
}
nav li ul,
nav li ol {
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.lazyload,
img.lazyloading {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
img.lazyloaded {
  opacity: 1;
  transition: opacity 1s ease-in-out;
}

figure {
  display: block;
  margin: 0;
  padding: 0;
}

figcaption,
figcaption p,
.figcaption,
.figcaption p {
  font-size: 1.6rem;
  line-height: 1.4;
  display: block;
  margin: 0;
}

figcaption .image-caption,
.figcaption .image-caption {
  padding: 1rem 0;
}

hr {
  box-sizing: border-box;
  border: none;
  background-color: var(--grey-xlight);
  height: 2px;
  margin: 4rem 0;
  overflow: visible;
}

details {
  display: block;
}

details[open] {
  padding-bottom: 2rem;
}

summary {
  display: list-item;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  font-weight: bold;
  color: var(--black);
  border-bottom: 1px solid var(--grey-xlight);
  cursor: pointer;
}

pre,
code,
kbd,
samp {
  font-family: "Andale Mono", "Lucida Console", "Lucida Sans Typewriter",
    "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin: 0;
  margin-bottom: 2rem;
  overflow: auto;
}

code {
  margin: 0;
  padding: 0.2rem 0.5rem;
  white-space: nowrap;
  background: var(--grey-xlight);
  border: 1px solid var(--grey-light);
  border-radius: 0.5rem;
}

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
  overflow: auto;
}

abbr[title] {
  text-decoration: none;
  border-bottom: 2px dotted var(--grey-xlight);
  cursor: help;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: var(--black);
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

address {
  margin: 2rem 0;
  font-style: normal;
  line-height: inherit;
}

form {
  margin: 0;
}

form p {
  margin-bottom: 1rem;
}

form ul,
form ol {
  padding: 1rem 2rem;
}

form li {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  display: block;
  padding: 0;
  font-weight: bold;
  text-transform: uppercase;
}

label,
.label {
  display: inline-block;
  vertical-align: baseline;
  margin-bottom: 0.5rem;
  padding-right: 1rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--black);
  line-height: 1.2;
}

button,
input,
optgroup,
select,
textarea {
  font-family: "NGA", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.2;
  margin: 0;
}

button,
input {
  overflow: visible;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="datetime"],
input[type="datetime-local"],
input[type="range"],
input[type="color"],
textarea,
select {
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  padding: 1rem;
  border: 0.1rem solid var(--black);
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  font-size: 1.8rem;
  line-height: 1.2;
  color: var(--black);
  background-color: var(--white);
  box-shadow: none;
  -webkit-box-shadow: none;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="range"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
  border-color: var(--black);
  background-color: var(--white) !important;
}

select,
input[type="date"],
input[type="month"],
input[type="week"],
input[type="datetime-local"],
input[type="color"],
input[type="range"] {
  height: calc(0.1rem + 1rem + 1.8rem * 1.2 + 1rem + 0.1rem);
}

input[type="color"] {
  padding: 0 2px;
}

input[type="range"] {
  border: none;
  background-color: transparent;
}

textarea {
  height: auto;
  overflow: auto;
}

select {
  font-size: 1.6rem;
  text-transform: uppercase;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  margin: 0.5rem;
}

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

::-webkit-input-placeholder {
  font-style: italic;
  color: var(--grey-medium);
}

::-moz-placeholder {
  font-style: italic;
  color: var(--grey-medium);
}

:-ms-input-placeholder {
  font-style: italic;
  color: var(--grey-medium);
}

:-moz-placeholder {
  font-style: italic;
  color: var(--grey-medium);
}

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

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

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

button,
input[type="submit"],
input[type="button"],
input[type="reset"],
.btn {
  display: inline-block;
  vertical-align: baseline;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 1.15rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.2;
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border-style: solid;
  border-width: 0.1rem;
  border-radius: 0.5rem;
  border-color: var(--black);
  background-color: transparent;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
.btn:hover {
  opacity: 1;
  background-color: var(--black);
  color: var(--white);
}
button.fixed-theme,
input[type="submit"].fixed-theme,
input[type="button"].fixed-theme,
input[type="reset"].fixed-theme,
.btn.fixed-theme {
  color: #000000;
  border-color: #000000;
}
button.fixed-theme:hover,
input[type="submit"].fixed-theme:hover,
input[type="button"].fixed-theme:hover,
input[type="reset"].fixed-theme:hover,
.btn.fixed-theme:hover {
  background-color: #000000;
  color: #ffffff;
}
button.icon,
input[type="submit"].icon,
input[type="button"].icon,
input[type="reset"].icon,
.btn.icon {
  position: relative;
  padding-left: 4rem;
}
button.icon svg,
input[type="submit"].icon svg,
input[type="button"].icon svg,
input[type="reset"].icon svg,
.btn.icon svg {
  font-size: 1.6rem;
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  cursor: pointer;
}

.btn--small {
  padding: 0.5rem 1rem;
}

button.negative,
input[type="submit"].negative,
input[type="button"].negative,
input[type="reset"].negative,
.btn.negative {
  border-color: var(--white);
  color: var(--white);
}
button.negative:hover,
input[type="submit"].negative:hover,
input[type="button"].negative:hover,
input[type="reset"].negative:hover,
.btn.negative:hover {
  background-color: var(--white);
  color: var(--black);
}
button.negative-fixed-theme,
input[type="submit"].negative-fixed-theme,
input[type="button"].negative-fixed-theme,
input[type="reset"].negative-fixed-theme,
.btn.negative-fixed-theme {
  border-color: #ffffff;
  color: #ffffff;
}
button.negative-fixed-theme:hover,
input[type="submit"].negative-fixed-theme:hover,
input[type="button"].negative-fixed-theme:hover,
input[type="reset"].negative-fixed-theme:hover,
.btn.negative-fixed-theme:hover {
  background-color: #ffffff;
  color: #000000;
}

.btn-link {
  display: inline-block;
  vertical-align: baseline;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.2;
  color: var(--black);
  text-transform: uppercase;
  text-decoration: underline;
  border: none;
  border-radius: 0;
  background-color: transparent;
}
.btn-link:hover {
  color: var(--black);
  background-color: transparent;
}

[disabled] {
  opacity: 0.5 !important;
  cursor: default !important;
}

.errorlist {
  color: #ed003b;
}

video,
audio,
canvas,
iframe {
  display: block;
  width: 100%;
}

meter,
progress {
  display: block;
  width: 100%;
  margin-bottom: 2rem;
}

progress {
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

svg:not(:root) {
  overflow: hidden;
}

iframe {
  clear: both;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*
 * -----------------------------------------------------------------------------
 * # End CSS RESET
 * -----------------------------------------------------------------------------
 */
/* Modal Dialog Windows */
@-webkit-keyframes modal-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes modal-fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes modal-fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.has-dialog {
  overflow-y: scroll;
}
.has-dialog > div {
  height: 100vh;
  overflow: hidden;
}

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

.dialog-backdrop {
  position: fixed;
  z-index: -10;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  outline: 0;
  opacity: 0;
}
.dialog-backdrop.active {
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  -webkit-animation: modal-fadein 0.35s ease-in-out forwards;
  animation: modal-fadein 0.35s ease-in-out forwards;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.dialog-backdrop.modal-fadeout {
  opacity: 1;
  -webkit-animation: modal-fadeout 0.5s ease-in-out forwards;
  animation: modal-fadeout 0.5s ease-in-out forwards;
}

.dialog-modal {
  min-height: 100vh;
  position: relative;
}

.dialog-inner {
  width: auto;
  max-width: 900px;
  min-height: 100%;
  margin: auto;
  padding: 100px 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

.dialog-content {
  padding: calc(1rem + 1vw);
  background-color: var(--white);
  position: relative;
  z-index: 1;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
}

.dialog-close {
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  background-color: var(--black);
  color: var(--white);
  font-size: 40px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.dialog-close-overlay {
  position: fixed;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  text-indent: 10000px;
  border: none;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: default;
}
.dialog-close-overlay:hover {
  opacity: 1;
}

.js-bottom-fix.is-bottom-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.js-bottom-fix-scroll-lag {
  height: 50vh;
}

/* Site Header */
.header-logo {
  display: block;
  overflow: hidden;
  width: 4.8rem;
  transition: width 0.2s ease-in-out;
}
@media screen and (min-width: 980px) {
  .header-logo {
    width: 9.6rem;
  }
}
.header-logo svg {
  vertical-align: middle;
}

.site-header {
  font-family: "NGA", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  min-height: 7rem;
  margin: 0;
  padding: 1.5rem 0;
  background-color: var(--white);
  border-bottom: 1px solid var(--black);
  color: var(--black);
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
  transition: background-color 0.5s ease-in-out, border-color 0.5s ease-in-out,
    transform 0.5s ease-in-out, padding 0.2s ease-in-out;
}
.site-header.compact,
.site-header.has-scrolled {
  padding: 1rem 0;
}
.site-header.compact .header-logo,
.site-header.has-scrolled .header-logo {
  width: 4.8rem;
}
.site-header.compact,
.site-header.has-scrolled {
  background-color: var(--white);
}
.site-header.compact .on-scroll-hide,
.site-header.has-scrolled .on-scroll-hide {
  opacity: 0;
  pointer-events: none;
}
.site-header.is-pinned,
.site-header.is-unpinned {
  position: fixed;
  top: -15rem;
}
.site-header.is-pinned {
  transform: translateY(15rem);
}
.site-header.is-pinned.is-top {
  transform: translateY(15rem);
}

.site-header__inner {
  width: 97.5vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.site-header__logo {
  order: 2;
}

.site-header__navbar {
  order: 1;
}

.site-header__cta {
  order: 3;
}

.site-header__navbar,
.site-header__cta {
  flex: 0 0 10rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 1280px) {
  .site-header__navbar,
  .site-header__cta {
    flex: 0 0 calc(50% - 8rem);
  }
}

.site-header__navbar {
  justify-content: flex-start;
  margin-left: -1rem;
}

.site-header__cta {
  justify-content: flex-end;
  margin-right: -1rem;
}

.nav-btn {
  display: flex;
  align-items: center;
  min-height: 3rem;
  margin: 0 1rem;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  font-family: "NGA", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.4rem;
  text-decoration: none;
  text-transform: uppercase;
  color: inherit;
  transition: opacity 0.2s ease-in-out;
}
.nav-btn:hover {
  text-decoration: none;
  background-color: transparent;
  color: inherit;
  opacity: 0.5;
}
.nav-btn__icon,
.nav-btn__mobile-icon {
  font-size: 2.4rem;
}
@media screen and (max-width: 1279px) {
  .nav-btn.mobile-hide {
    display: none;
  }
  .nav-btn__desktop-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    clip-path: inset(50%);
    border: 0;
  }
}
@media screen and (min-width: 1280px) {
  .nav-btn__mobile-icon {
    display: none;
  }
}

.main-nav-modal {
  font-family: "NGA", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  z-index: 1;
  padding-top: 6rem;
  background-color: #ffffff;
}

.main-nav-modal__nav {
  width: 100%;
  border-top: 1px solid #000000;
}

.main-nav-modal__close-btn {
  margin: 0;
  position: absolute;
  top: 1.5rem;
  left: calc(1.5rem + 1.25vw);
}

.main-nav {
  list-style-type: none;
  margin: 0;
  padding: 2rem calc(1.5rem + 1.25vw);
}

.main-nav__item {
  margin-bottom: 0.5rem;
  padding: 0;
}

.main-nav__link,
.submenu-toggle-btn .text-label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
  font-family: "NGA Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 4rem;
  line-height: 1;
  text-transform: none;
  text-decoration: none;
}
@media screen and (min-width: 650px) {
  .main-nav__link,
  .submenu-toggle-btn .text-label {
    font-size: 6rem;
  }
}

.submenu-toggle-btn {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  line-height: 1;
  color: #000000;
}
.submenu-toggle-btn .icon {
  display: inline-block;
  vertical-align: middle;
  padding: 0.5rem;
  font-size: 3.2rem;
  line-height: 1;
  opacity: 0;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
@media screen and (min-width: 650px) {
  .submenu-toggle-btn .icon {
    font-size: 4.8rem;
  }
}
.submenu-toggle-btn:focus .icon,
.submenu-toggle-btn.is-open .icon {
  opacity: 1;
}
.submenu-toggle-btn.is-open .icon {
  transform: rotate(180deg);
  opacity: 1;
}
.submenu-toggle-btn:hover {
  background-color: transparent;
  color: #000000;
}

.submenu {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  padding-right: 5%;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 650px) {
  .submenu {
    padding-right: 15%;
  }
}

.submenu__item {
  margin: 0;
  margin-bottom: 0.5rem;
  padding: 0.5rem 0;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}
@media screen and (min-width: 650px) {
  .submenu__item {
    display: inline-block;
    margin-right: 2rem;
  }
}

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

@media (hover: hover) {
  .main-nav__item:hover .submenu-toggle-btn .icon {
    opacity: 1;
  }
}
.nav-ctas {
  list-style-type: none;
  margin: 0;
  margin-top: 2rem;
  padding: calc(1.5rem + 1.25vw);
}
@media screen and (max-width: 650px) {
  .nav-ctas {
    padding-bottom: 16rem;
  }
}

.nav-ctas__item {
  margin: 0;
  margin-bottom: 0.5rem;
  padding: 0.5rem 0;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}
@media screen and (min-width: 650px) {
  .nav-ctas__item {
    display: inline-block;
    margin-right: 2rem;
  }
}

.nav-ctas__link {
  text-decoration: none;
}
.nav-ctas__link:hover {
  text-decoration: none;
}

.search-modal {
  position: relative;
  z-index: 1;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: var(--white);
}
.search-modal .accessibility-nav {
  transform: translateY(20px);
}

.search-modal__inner {
  width: 97.5vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.search-modal-form {
  position: relative;
  width: 100%;
}

input.search-modal-form__input {
  margin: 0;
  padding-left: 1rem;
  padding-right: 4rem;
  border: none;
  background-color: transparent;
  font-family: "NGA Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3.2rem;
}
@media screen and (min-width: 414px) {
  input.search-modal-form__input {
    font-size: 4rem;
  }
}
@media screen and (min-width: 650px) {
  input.search-modal-form__input {
    font-size: 6rem;
  }
}
@media screen and (min-width: 980px) {
  input.search-modal-form__input {
    font-size: 8rem;
  }
}
@media screen and (min-width: 1280px) {
  input.search-modal-form__input {
    font-size: 10rem;
  }
}
input.search-modal-form__input:focus {
  border-color: transparent;
  background-color: transparent !important;
  box-shadow: none;
  outline-offset: -2px !important;
}
input.search-modal-form__input::-webkit-input-placeholder {
  font-family: "NGA Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  color: var(--grey-light);
  -webkit-text-fill-color: var(--white);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--black);
}
input.search-modal-form__input::-moz-placeholder {
  font-family: "NGA Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  color: var(--grey-medium);
}
input.search-modal-form__input:-ms-input-placeholder {
  font-family: "NGA Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  color: var(--grey-medium);
}
input.search-modal-form__input:-moz-placeholder {
  font-family: "NGA Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  color: var(--grey-medium);
}

.search-modal-form__btn {
  margin: 0;
  padding: 1rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background-color: transparent;
  font-size: 2.4rem;
}
@media screen and (min-width: 650px) {
  .search-modal-form__btn {
    font-size: 3.2rem;
  }
}
.search-modal-form__btn:hover {
  background-color: transparent;
  color: inherit;
}

@-webkit-keyframes modal-slide-down {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes modal-slide-down {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.dialog-backdrop.active .main-nav-modal,
.dialog-backdrop.active .search-modal {
  -webkit-animation: modal-slide-down 0.35s ease-in-out forwards;
  animation: modal-slide-down 0.35s ease-in-out forwards;
}

#acknowledgement-country-modal {
  width: 100vw;
  height: 100vh;
  height: -webkit-fill-available;
  background-color: var(--grey-dark);
  position: relative;
}
#acknowledgement-country-modal .acknowledgement-of-country-close-overlay {
  display: block;
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: transparent;
  border: none;
  cursor: default;
}

@keyframes aoc-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.aoc-statement {
  width: 80%;
  max-width: 60rem;
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%);
  text-align: center;
}
.aoc-statement p {
  font-size: 2rem;
  line-height: 1.2;
}
@media screen and (min-width: 650px) {
  .aoc-statement p {
    font-size: 2.4rem;
  }
}
.aoc-statement .btn-link {
  margin: 1.5rem;
  color: inherit;
}
.page-loading .aoc-statement {
  opacity: 0;
}
.page-loaded .aoc-statement {
  opacity: 0;
  animation-name: aoc-fade-in;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 1.5s;
}

.aoc-desktop-view {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  overflow: hidden;
}
.aoc-desktop-view iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  width: 100vw;
  min-height: 100vh;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.aoc-desktop-view iframe.aspect-ratio-16x9 {
  height: 56.25vw;
  min-width: 177.77vh;
}
.aoc-desktop-view iframe.aspect-ratio-4x3 {
  height: 75vw;
  min-width: 133.3333333333vh;
}
.aoc-desktop-view iframe.aspect-ratio-2x1 {
  height: 50vw;
  min-width: 200vh;
}
.aoc-desktop-view iframe.aspect-ratio-1x1 {
  height: 100vw;
  min-width: 100vh;
}
.aoc-desktop-view iframe.aspect-ratio-21x9 {
  height: 42.8571428571vw;
  min-width: 233.3333333333vh;
}
@media screen and (prefers-reduced-motion: reduce) {
  .aoc-desktop-view iframe {
    display: none;
  }
}
@media screen and (prefers-reduced-motion) {
  .aoc-desktop-view iframe {
    display: none;
  }
}
.aoc-desktop-view img {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aoc-mobile-view {
  display: none;
}

@media screen and (max-width: 650px) {
  .aoc-desktop-view {
    display: none;
  }

  .aoc-mobile-view {
    display: block;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    overflow: hidden;
  }
  .aoc-mobile-view img {
    position: absolute;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
/* Site Footer */
.footer-logo {
  display: block;
  overflow: hidden;
  width: 14.4rem;
  margin: auto;
  transition: width 0.2s ease-in-out;
}
@media screen and (min-width: 980px) {
  .footer-logo {
    width: 9.6rem;
  }
}
.footer-logo svg {
  vertical-align: middle;
}

.secondary-footer-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.secondary-footer-nav__item {
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}

.secondary-footer-nav__link {
  text-decoration: none;
  text-transform: uppercase;
}
.secondary-footer-nav__link:hover {
  text-decoration: none;
}

.site-footer {
  font-family: "NGA", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  z-index: 100;
  border-top: 1px solid #000000;
  background-color: #bababa;
  color: #000000;
}
.site-footer address,
.site-footer p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.4;
}

.site-footer__inner {
  width: 97.5vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: calc(2rem + 0.5vw + 0.5vh);
  padding-bottom: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.site-footer__title {
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
}
.site-footer__details-block .site-footer__title:not(:first-child) {
  margin-top: 2rem;
}

.site-footer__main {
  padding-bottom: 4rem;
}

.site-footer__nav {
  margin-bottom: 2rem;
}

.site-footer__details-block {
  margin-bottom: 2rem;
}

.site-footer__secondary {
  display: flex;
  flex-wrap: wrap;
}

.site-footer__logo,
.site-footer__social-links,
.site-footer__legal {
  flex: 0 0 100%;
}

.site-footer__social-links {
  order: 1;
}

.site-footer__logo {
  order: 2;
  margin: 8rem 0;
}

.site-footer__legal {
  order: 3;
  font-size: 1.6rem;
}
.site-footer__legal a {
  display: inline-block;
  margin-right: 1rem;
  text-decoration: none;
}
.site-footer__legal a:hover {
  text-decoration: none;
}

@media screen and (min-width: 980px) {
  .site-footer__main {
    display: flex;
    justify-content: space-between;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .site-footer__nav,
  .site-footer__details-block {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .site-footer__organisation {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-right: 2rem;
  }

  .site-footer__details-block {
    margin-right: 4rem;
  }

  .site-footer__secondary {
    justify-content: space-between;
    align-items: flex-end;
  }

  .site-footer__logo {
    flex: 0 0 auto;
  }

  .site-footer__social-links,
  .site-footer__legal {
    flex: 0 0 40%;
  }

  .site-footer__legal {
    order: 1;
  }

  .site-footer__social-links {
    order: 3;
  }
  .site-footer__social-links .social-links {
    text-align: right;
  }
  .site-footer__social-links .social-links__item,
  .site-footer__social-links .social-links__link {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .site-footer__logo {
    margin: 0;
  }
}
.closing-aoc {
  position: relative;
  z-index: 100;
  padding-left: calc(1.5rem + 1.25vw);
  padding-right: calc(1.5rem + 1.25vw);
  padding-top: 8rem;
  padding-bottom: calc(2rem + 0.5vw + 0.5vh);
  background-color: #bababa;
}
.closing-aoc p {
  max-width: 120rem;
  margin: 0;
  font-family: "NGA Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 4rem;
  line-height: 1;
}
@media screen and (max-width: 650px) {
  .closing-aoc p {
    font-family: "NGA", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.2;
  }
}
.closing-aoc .btn {
  margin-top: 2rem;
  margin-bottom: 0;
}

.closing-featured-woa {
  position: relative;
  z-index: 100;
  min-height: 100vh;
  background-color: #000000;
  color: #ffffff;
}

.closing-featured-woa__inner {
  width: 97.5vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.closing-featured-woa__image {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.closing-featured-woa__text {
  padding-top: calc(1.5rem + 1.25vw);
  padding-bottom: calc(4rem + 1vw + 1vh);
}
.closing-featured-woa__text .woa-card {
  margin-bottom: 4rem;
}

@media screen and (min-width: 980px) {
  .closing-featured-woa__inner {
    display: flex;
    justify-content: space-between;
    max-height: 100vh;
    padding-left: 0;
    padding-right: 0;
  }

  .closing-featured-woa__image,
  .closing-featured__woa-text {
    flex: 0 0 50%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .closing-featured__woa-text {
    order: 1;
    max-width: 50rem;
  }

  .closing-featured-woa__image {
    order: 2;
    padding-top: calc(1.5rem + 1.25vw);
    padding-bottom: calc(1.5rem + 1.25vw);
  }
  .closing-featured-woa__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right top;
  }
}
.preceding-ampersand:not(:first-child)::before {
  content: "& ";
}

.metadata {
  margin-bottom: 1rem;
  line-height: 1;
}

.metadata__block {
  margin-bottom: 1.5rem;
}

.metadata__label {
  font-size: 1.6rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.metadata__value {
  font-size: 3.2rem;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 649px) {
  .metadata__value {
    font-size: 2.6rem;
  }
}
.metadata__value > span {
  display: inline-block;
}

.status-pill {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.75rem 1rem;
  background-color: #00ff4e;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
}
.status-pill--warning {
  background-color: #ed003b;
  color: #ffffff;
}
.status-pill--location {
  background-color: #006fed;
  color: #ffffff;
}
.status-pill--upcoming {
  background-color: #ffe200;
}
.status-pill--subtle {
  background-color: #ededed;
}

.tag {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.5rem 1rem;
  background-color: var(--grey-xlight);
  border-radius: 0.5rem;
  font-size: 1.6rem;
  text-transform: uppercase;
  text-decoration: none;
}

.tag-list {
  margin: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@keyframes live-marker-pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.live-marker {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  font-size: 1em;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.live-marker-circle,
.live-marker__circle {
  display: inline-block;
  width: 0.66em;
  height: 0.66em;
  margin-top: -0.1em;
  margin-right: 0.4em;
  border: 2px solid #000000;
  border-radius: 50%;
  background-color: #000000;
  box-shadow: 0 0 0 0 black;
  animation: live-marker-pulse 2s infinite;
}

.icon-cta-link {
  display: block;
  font-size: 1.6rem;
  line-height: 1.4;
  text-decoration: none;
}
.icon-cta-link .icon {
  display: block;
  margin-bottom: 0.5rem;
  width: 4.8rem;
  height: 4.8rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.icon-cta-link .icon.video {
  background-image: url("/static/images/icons/icon-stroke-video-white.svg");
}
.icon-cta-link .icon.audio {
  background-image: url("/static/images/icons/icon-stroke-audio-white.svg");
}
.icon-cta-link .text-label {
  text-decoration: underline;
}
.icon-cta-link:hover {
  text-decoration: underline;
}

.archive__block {
  margin-top: calc(8rem + 2vw + 2vh);
}

.archive__title {
  font-size: 3.2rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 1279px) {
  .archive__title {
    font-size: 2.6rem;
  }
}

.archive__list {
  list-style-type: none;
  margin: 0;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 0;
  border-top: 1px solid var(--black);
  box-shadow: inset 0 -1px 0 var(--black);
  display: flex;
  flex-wrap: wrap;
  font-family: "NGA Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3.2rem;
}
.archive__list--large {
  font-size: 6rem;
}
@media screen and (min-width: 1280px) {
  .archive__list {
    font-size: 6rem;
  }
  .archive__list--large {
    font-size: 8rem;
  }
}

.archive__item {
  padding: 0;
  border-bottom: 1px solid var(--black);
  box-shadow: 1px 0 0 var(--black);
  line-height: 1;
  flex: 0 0 100%;
}
@media screen and (min-width: 650px) {
  .archive__item {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 980px) {
  .archive__item {
    flex: 0 0 33.3333333333%;
  }
}
@media screen and (min-width: 1440px) {
  .archive__item {
    flex: 0 0 25%;
  }
}

.archive__link {
  display: block;
  height: 100%;
  padding: calc(1.5rem + 1.25vw);
  padding-right: calc(1rem + 1vw + 3.2rem + 1rem + 1vw);
  text-decoration: none;
  position: relative;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
@media screen and (min-width: 650px) {
  .archive__link {
    padding-right: calc(1.5rem + 1.25vw);
    padding-bottom: calc(1vw + 1rem + 3.2rem + 1rem + 1vw);
  }
}
.archive__link .icon {
  font-size: 3.2rem;
  position: absolute;
  right: calc(1.5rem + 1.25vw);
  bottom: calc(1.5rem + 1.25vw);
  transition: right 0.5s ease-in-out;
}
.archive__link:hover {
  background-color: var(--black);
  color: var(--white);
  opacity: 1;
}
.archive__link:hover .icon {
  right: 1vw;
}

.accessibility-features {
  font-size: 2.4rem;
}

.accessibility-features__item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.25em;
}

.page-promo {
  padding-bottom: 2rem;
}
.page-promo a:hover {
  opacity: 1;
}

.page-promo__target-area {
  display: flex;
  flex-direction: column;
}
.page-promo__target-area img {
  transition: opacity 0.2s ease-in-out;
}
.page-promo__target-area:hover img {
  opacity: 0.6;
}

.page-promo__link {
  display: block;
  margin-bottom: 0.5rem;
  text-decoration: none;
}

.page-promo__status {
  margin-bottom: 0.5rem;
}

.page-promo__thumb {
  order: -1;
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
}
.page-promo__thumb img {
  width: 100%;
  max-width: none;
}

.page-promo__status {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem;
}

.page-promo__icon {
  width: 4.8rem;
  height: 4.8rem;
  position: absolute;
  z-index: 1;
  top: 1.5rem;
  left: 1.5rem;
}
.page-promo__icon > span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: opacity 0.5s ease-in-out;
}
.page-promo__icon > span.rollout.video {
  background-image: url("/static/images/icons/icon-stroke-video-white.svg");
}
.page-promo__icon > span.rollout.audio {
  background-image: url("/static/images/icons/icon-stroke-audio-white.svg");
}
.page-promo__icon > span.rollover {
  background-image: url("/static/images/icons/icon-stroke-play-white.svg");
  opacity: 0;
}
div[class*="target-area"]:hover .page-promo__icon > span.rollover {
  opacity: 1;
}
div[class*="target-area"]:hover .page-promo__icon > span.rollout {
  opacity: 0;
}

.page-promo__thumb-link {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.page-promo__pre-title,
.page-promo__title,
.page-promo__teaser {
  max-width: 50rem;
  padding-right: 5%;
}

.page-promo__pre-title {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.page-promo__title,
.page-promo__subtitle,
.page-promo__creator,
.page-promo__creator-dob,
.page-promo__woa-title {
  margin-bottom: 0;
  font-size: 2.2rem;
  text-decoration: none;
  text-transform: none;
}
.page-promo--compact .page-promo__title,
.page-promo--compact .page-promo__subtitle,
.page-promo--compact .page-promo__creator,
.page-promo--compact .page-promo__creator-dob,
.page-promo--compact .page-promo__woa-title {
  font-size: 1.8rem;
}

.page-promo__woa-title,
.page-promo__creator-dob {
  margin-top: 0.5rem;
  font-weight: normal;
}

.page-promo__live-marker {
  padding-top: 0.5rem;
  font-size: 1.6rem;
}

.page-promo__teaser,
.page-promo__info {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  line-height: 1.2;
}

.page-promo__info + .page-promo__teaser {
  margin-top: 1.2em;
}

.page-promo__meta .accessibility-features,
.page-promo__meta .time-stamp {
  display: inline-block;
  vertical-align: middle;
  margin-left: -0.1em;
}
.page-promo__meta .accessibility-features {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.page-promo--on-demand .page-promo__thumb {
  padding: 1.5rem;
  background-color: #000000;
}
.page-promo--on-demand .page-promo__status,
.page-promo--on-demand .page-promo__icon {
  left: 3rem;
  top: 3rem;
}

.featured-promo {
  position: relative;
  display: flex;
  flex-direction: column;
}

.featured-promo__thumb {
  order: -1;
  display: block;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.featured-promo__thumb img {
  width: 100%;
}

.featured-promo__thumb-link {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.featured-promo__status {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  padding: calc(1rem + 0.5vw + 0.5vh);
}

.featured-promo__content {
  padding-top: 1rem;
  padding-right: 5%;
}
@media screen and (min-width: 650px) {
  .featured-promo__content {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: calc(1rem + 0.5vw + 0.5vh);
    color: #ffffff;
  }
  .featured-promo__content:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.66) 0%,
      rgba(0, 0, 0, 0) 100%
    );
  }
}

.featured-promo__link {
  display: block;
  margin-bottom: 1rem;
  text-decoration: none;
}

.featured-promo__pre-title,
.featured-promo__title {
  max-width: 50rem;
}
@media screen and (min-width: 650px) {
  .featured-promo__pre-title,
  .featured-promo__title {
    max-width: 75rem;
  }
}

.featured-promo__title {
  margin-bottom: 0;
  font-family: "NGA Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 4rem;
  line-height: 0.9;
  text-decoration: none;
  text-transform: none;
}
@media screen and (min-width: 650px) {
  .featured-promo__title {
    font-size: 6rem;
  }
}

.featured-promo__info {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  line-height: 1.2;
}
@media screen and (min-width: 650px) {
  .featured-promo__info {
    font-size: 2rem;
  }
}

.featured-promo__accessibility-features {
  margin-top: 1rem;
}

.listing {
  list-style-type: none;
  margin: 0;
  margin-bottom: calc(4rem + 1vw + 1vh);
  padding: 0;
}

.listing__item {
  padding: 2rem 0;
}
.listing__item:not(:last-child) {
  border-bottom: 1px solid var(--grey-xlight);
}

.listing-result__thumb {
  margin-bottom: 1rem;
}

.listing-result__content {
  max-width: 70rem;
  padding-right: 5%;
}

.listing-result__link {
  display: block;
  margin-bottom: 1rem;
  text-decoration: none;
}

.listing-result__pre-title {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.listing-result__title,
.listing-result__subtitle {
  margin-bottom: 0;
  font-size: 2rem;
  text-decoration: none;
  text-transform: none;
}

.listing-result__teaser,
.listing-result__info {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  line-height: 1.2;
}

@media screen and (min-width: 650px) {
  .listing-result {
    display: flex;
    justify-content: space-between;
  }

  .listing-result__thumb {
    flex: 0 0 50%;
    order: 2;
    max-width: 40rem;
    margin-bottom: 0;
    padding-left: 1.5rem;
  }
}
.alert-message {
  position: fixed !important;
  z-index: 9999;
  left: 50%;
  bottom: calc(2rem + 0.5vw + 0.5vh);
  transform: translateX(-50%);
  width: 90%;
  max-width: 70rem;
  padding: 2rem;
  padding-right: 6rem;
  background: #ededed;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  font-size: 1.6rem;
  line-height: 1.2;
  color: #000000;
}

.alert-message__list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}

.alert-message__close {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  font-size: 1.6rem;
  position: absolute;
  right: 2rem;
  top: 2.5rem;
}
.alert-message__close:hover {
  background-color: transparent;
  color: inherit;
}

.breadcrumbs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
}

.breadcrumbs__item {
  display: inline-block;
  vertical-align: bottom;
}

.breadcrumbs__link {
  display: inline-block;
  vertical-align: bottom;
  max-width: 30ch;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}

.breadcrumbs__icon {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 0.5rem;
  font-size: 1.6rem;
}

.pagination__nav {
  list-style-type: none;
  margin: 0;
  margin-left: -0.2rem;
  margin-right: -0.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.pagination__item {
  margin: 0.2rem;
}
.pagination__item a,
.pagination__item span {
  display: block;
  min-width: 4.1rem;
  height: 4.1rem;
  padding: 1rem 0;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1;
  border: 0.1rem solid var(--black);
  border-radius: 0.5rem;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.pagination__item a:hover {
  background-color: var(--black);
  color: var(--white);
  opacity: 1;
}
.pagination__item.active span,
.pagination__item.active a {
  background-color: var(--black);
  color: var(--white);
}

.internal-page-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 90;
  min-height: 7rem;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 1.5rem 0;
  background-color: var(--white);
  box-shadow: 0 1px 0 var(--black);
  overflow-x: auto;
  transition: transform 0.5s ease-in-out;
}

.internal-page-nav__inner {
  width: 97.5vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.internal-page-nav__list {
  list-style-type: none;
  margin: 0;
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 0;
  display: flex;
}

.internal-page-nav__item {
  margin: 0;
  margin-bottom: 0.3rem;
  padding: 0 0.5rem;
  font-size: 1.8rem;
  text-transform: uppercase;
}
.internal-page-nav__item:last-child {
  padding-right: 1.5rem;
}

.internal-page-nav__link {
  display: block;
  padding: 0.5rem;
  text-decoration: none;
  overflow-wrap: normal;
  word-wrap: normal;
  -ms-word-break: keep-all;
  word-break: keep-all;
  white-space: nowrap;
}
li.active .internal-page-nav__link {
  font-weight: bold;
}

.transcript {
  margin-top: 0.5rem;
}

.transcript__title {
  margin: 0;
  padding: 0;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 0.5rem;
}

.transcript__toggle-btn,
.transcript__text-inner {
  padding: 1.15rem;
}

.transcript__toggle-btn {
  display: block;
  width: 100%;
  margin: 0;
  text-align: left;
  position: relative;
}
.transcript__toggle-btn .icon {
  font-size: 1.6rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease-in-out;
}
.transcript__toggle-btn.is-open {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.transcript__toggle-btn.is-open .icon {
  transform: rotate(180deg) translateY(50%);
}

.transcript__text {
  border: 1px solid var(--black);
  border-radius: 0.5rem;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.transcript__text-inner {
  max-width: 120rem;
  max-height: 66vh;
  overflow-y: auto;
}

.social-links {
  list-style-type: none;
  margin: 0;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding: 0;
}

.social-links__item {
  display: inline-block;
  margin: 0.5rem;
  padding: 0;
  font-size: 2.4rem;
}

.social-links__link {
  display: block;
  padding: 1rem;
  text-decoration: none;
}
.social-links__link svg {
  vertical-align: middle;
}

.archive-accordion {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.archive-accordion__header {
  margin-bottom: 0;
  border-bottom: 1px solid var(--black);
}

.archive-accordion__toggle-btn {
  display: block;
  margin: 0;
  padding: 0;
  padding-top: calc(1rem + 0.25vw + 0.25vh);
  padding-bottom: calc(1rem + 0.25vw + 0.25vh);
  border: none;
  font-weight: bold;
  text-align: left;
  position: relative;
  font-size: 3.2rem;
  font-weight: bold;
  text-transform: uppercase;
  width: 97.5vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-right: 8rem;
}
@media screen and (max-width: 1279px) {
  .archive-accordion__toggle-btn {
    font-size: 2.6rem;
  }
}
.archive-accordion__toggle-btn:hover {
  background-color: transparent;
  color: var(--black);
}
.archive-accordion__toggle-btn .icon {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease-in-out;
}
.archive-accordion__toggle-btn.is-open .icon {
  transform: rotate(180deg) translateY(50%);
}

.archive-accordion__pane-inner {
  width: 97.5vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: calc(2rem + 0.5vw + 0.5vh);
}

.search-field {
  position: relative;
}

input.search-field__input {
  margin: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0;
  padding-right: 6rem;
  border: none;
  border-bottom: 0.1rem solid var(--black);
  border-radius: 0;
  font-size: 2.2rem;
}
@media screen and (min-width: 650px) {
  input.search-field__input {
    font-size: 3.2rem;
  }
}
input.search-field__input::-webkit-input-placeholder {
  font-style: normal;
  color: #939393;
}
input.search-field__input::-moz-placeholder {
  font-style: normal;
  color: #939393;
}
input.search-field__input:-ms-input-placeholder {
  font-style: normal;
  color: #939393;
}
input.search-field__input:-moz-placeholder {
  font-style: normal;
  color: #939393;
}

.search-field__btn {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.4;
}
@media screen and (min-width: 1280px) {
  .search-field__btn {
    font-size: 3.2rem;
  }
}
.search-field__btn:hover,
.search-field__btn:focus {
  background-color: transparent;
  color: inherit;
  opacity: 1;
}

.custom-checkbox,
.custom-radio {
  position: relative;
  margin-right: 2rem;
  margin-bottom: 1rem;
  padding-left: 3.5rem;
}
.custom-checkbox:hover,
.custom-radio:hover {
  cursor: pointer;
}
.custom-checkbox,
.custom-checkbox label,
.custom-radio,
.custom-radio label {
  margin-bottom: 0;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  padding-right: 0;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
}
.custom-checkbox input,
.custom-radio input {
  position: absolute;
  z-index: -1;
  left: 1px;
  top: 0.85rem;
  margin: 0;
  width: calc(2.4rem - 2px);
  height: calc(2.4rem - 2px);
  opacity: 0;
}
.custom-checkbox input:focus,
.custom-radio input:focus {
  opacity: 0;
}

.custom-checkbox__indicator,
.custom-radio__indicator {
  position: absolute;
  left: 0;
  top: 0.75rem;
  margin: 0;
  width: 2.4rem;
  height: 2.4rem;
  border: 0.1rem solid var(--black);
  background-color: var(--white);
}
input:disabled ~ .custom-checkbox__indicator,
input:disabled ~ .custom-radio__indicator {
  opacity: 0.25;
}

.custom-checkbox__indicator {
  border-radius: 0.5rem;
}
input:checked ~ .custom-checkbox__indicator {
  background-color: var(--black);
}
input:checked ~ .custom-checkbox__indicator:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.2rem;
  left: 0.7rem;
  width: 0.8rem;
  height: 1.35rem;
  transform: rotate(45deg);
  border: solid var(--white);
  border-width: 0 0.3rem 0.3rem 0;
}

.custom-radio__indicator {
  border-radius: 50%;
}
input:checked ~ .custom-radio__indicator::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: var(--black);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.custom-select {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 1rem;
}

.custom-select select {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  padding-right: 4rem;
}

.custom-select select::-ms-expand {
  display: none;
}

.custom-select select:disabled {
  pointer-events: none;
  opacity: 0.5;
}

.custom-select__indicator {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  pointer-events: none;
  font-size: 1.6rem;
}

.custom-select select:disabled ~ .custom-select__indicator {
  opacity: 0.5;
}

.tabbed-embed .tabs {
  display: flex;
  flex-direction: column;
}
.tabbed-embed .tablist {
  order: 2;
  padding-top: calc(1.5rem + 1.25vw);
}
.tabbed-embed [role="tab"] {
  margin-right: 1.5rem;
  margin-bottom: 1rem;
}
.tabbed-embed [role="tab"][aria-selected="true"] {
  color: var(--white);
  background-color: var(--black);
}

.page-wrap {
  min-height: 100vh;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

.page-non-footer {
  background-color: var(--white);
  color: var(--black);
  flex-grow: 1;
}

.page-main {
  padding-top: 7rem;
}
@media screen and (min-width: 980px) {
  .page-main {
    padding-top: 13rem;
  }
  .template-page .page-main {
    padding-top: 7rem;
  }
}

.page-main__inner {
  width: 97.5vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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