@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 11, node_modules/normalize-css/normalize.css */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 30, node_modules/normalize-css/normalize.css */
audio,
canvas,
video {
  display: inline-block;
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 51, node_modules/normalize-css/normalize.css */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 66, node_modules/normalize-css/normalize.css */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 76, node_modules/normalize-css/normalize.css */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 88, node_modules/normalize-css/normalize.css */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 96, node_modules/normalize-css/normalize.css */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 104, node_modules/normalize-css/normalize.css */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 118, node_modules/normalize-css/normalize.css */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 127, node_modules/normalize-css/normalize.css */
abbr[title] {
  border-bottom: 1px dotted;
}

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

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 144, node_modules/normalize-css/normalize.css */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 152, node_modules/normalize-css/normalize.css */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 162, node_modules/normalize-css/normalize.css */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 171, node_modules/normalize-css/normalize.css */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 183, node_modules/normalize-css/normalize.css */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 191, node_modules/normalize-css/normalize.css */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 199, node_modules/normalize-css/normalize.css */
small {
  font-size: 80%;
}

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

/* line 215, node_modules/normalize-css/normalize.css */
sup {
  top: -0.5em;
}

/* line 219, node_modules/normalize-css/normalize.css */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 231, node_modules/normalize-css/normalize.css */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 239, node_modules/normalize-css/normalize.css */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 251, node_modules/normalize-css/normalize.css */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 263, node_modules/normalize-css/normalize.css */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 274, node_modules/normalize-css/normalize.css */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 285, node_modules/normalize-css/normalize.css */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 299, node_modules/normalize-css/normalize.css */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 311, node_modules/normalize-css/normalize.css */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 324, node_modules/normalize-css/normalize.css */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 336, node_modules/normalize-css/normalize.css */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 346, node_modules/normalize-css/normalize.css */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 358, node_modules/normalize-css/normalize.css */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 370, node_modules/normalize-css/normalize.css */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 379, node_modules/normalize-css/normalize.css */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 390, node_modules/normalize-css/normalize.css */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 403, node_modules/normalize-css/normalize.css */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! Hint.css - v2.4.1 - 2016-11-08
* http://kushagragour.in/lab/hint/
* Copyright (c) 2016 Kushagra Gour */
/*-------------------------------------*	HINT.css - A CSS tooltip library
\*-------------------------------------*/
/**
 * HINT.css is a tooltip library made in pure CSS.
 *
 * Source: https://github.com/chinchang/hint.css
 * Demo: http://kushagragour.in/lab/hint/
 *
 * Release under The MIT License
 *
 */
/**
 * source: hint-core.scss
 *
 * Defines the basic styling for the tooltip.
 * Each tooltip is made of 2 parts:
 * 	1) body (:after)
 * 	2) arrow (:before)
 *
 * Classes added:
 * 	1) hint
 */
/* line 27, vendor/assets/stylesheets/hint.css */
[class*="hint--"] {
  position: relative;
  display: inline-block;
  /**
	 * tooltip arrow
	 */
  /**
	 * tooltip body
	 */
}

/* line 36, vendor/assets/stylesheets/hint.css */
[class*="hint--"]:before, [class*="hint--"]:after {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  transition-delay: 0ms;
}

/* line 51, vendor/assets/stylesheets/hint.css */
[class*="hint--"]:hover:before, [class*="hint--"]:hover:after {
  visibility: visible;
  opacity: 1;
}

/* line 54, vendor/assets/stylesheets/hint.css */
[class*="hint--"]:hover:before, [class*="hint--"]:hover:after {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  transition-delay: 100ms;
}

/* line 58, vendor/assets/stylesheets/hint.css */
[class*="hint--"]:before {
  content: '';
  position: absolute;
  background: transparent;
  border: 6px solid transparent;
  z-index: 1000001;
}

/* line 64, vendor/assets/stylesheets/hint.css */
[class*="hint--"]:after {
  background: #383838;
  color: white;
  padding: 8px 10px;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 12px;
  white-space: nowrap;
}

/* line 72, vendor/assets/stylesheets/hint.css */
[class*="hint--"][aria-label]:after {
  content: attr(aria-label);
}

/* line 74, vendor/assets/stylesheets/hint.css */
[class*="hint--"][data-hint]:after {
  content: attr(data-hint);
}

/* line 77, vendor/assets/stylesheets/hint.css */
[aria-label='']:before, [aria-label='']:after,
[data-hint='']:before,
[data-hint='']:after {
  display: none !important;
}

/**
 * source: hint-position.scss
 *
 * Defines the positoning logic for the tooltips.
 *
 * Classes added:
 * 	1) hint--top
 * 	2) hint--bottom
 * 	3) hint--left
 * 	4) hint--right
 */
/**
 * set default color for tooltip arrows
 */
/* line 96, vendor/assets/stylesheets/hint.css */
.hint--top-left:before {
  border-top-color: #383838;
}

/* line 99, vendor/assets/stylesheets/hint.css */
.hint--top-right:before {
  border-top-color: #383838;
}

/* line 102, vendor/assets/stylesheets/hint.css */
.hint--top:before {
  border-top-color: #383838;
}

/* line 105, vendor/assets/stylesheets/hint.css */
.hint--bottom-left:before {
  border-bottom-color: #383838;
}

/* line 108, vendor/assets/stylesheets/hint.css */
.hint--bottom-right:before {
  border-bottom-color: #383838;
}

/* line 111, vendor/assets/stylesheets/hint.css */
.hint--bottom:before {
  border-bottom-color: #383838;
}

/* line 114, vendor/assets/stylesheets/hint.css */
.hint--left:before {
  border-left-color: #383838;
}

/* line 117, vendor/assets/stylesheets/hint.css */
.hint--right:before {
  border-right-color: #383838;
}

/**
 * top tooltip
 */
/* line 123, vendor/assets/stylesheets/hint.css */
.hint--top:before {
  margin-bottom: -11px;
}

/* line 126, vendor/assets/stylesheets/hint.css */
.hint--top:before, .hint--top:after {
  bottom: 100%;
  left: 50%;
}

/* line 130, vendor/assets/stylesheets/hint.css */
.hint--top:before {
  left: calc(50% - 6px);
}

/* line 133, vendor/assets/stylesheets/hint.css */
.hint--top:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 138, vendor/assets/stylesheets/hint.css */
.hint--top:hover:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

/* line 143, vendor/assets/stylesheets/hint.css */
.hint--top:hover:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  -moz-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}

/**
 * bottom tooltip
 */
/* line 151, vendor/assets/stylesheets/hint.css */
.hint--bottom:before {
  margin-top: -11px;
}

/* line 154, vendor/assets/stylesheets/hint.css */
.hint--bottom:before, .hint--bottom:after {
  top: 100%;
  left: 50%;
}

/* line 158, vendor/assets/stylesheets/hint.css */
.hint--bottom:before {
  left: calc(50% - 6px);
}

/* line 161, vendor/assets/stylesheets/hint.css */
.hint--bottom:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 166, vendor/assets/stylesheets/hint.css */
.hint--bottom:hover:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

/* line 171, vendor/assets/stylesheets/hint.css */
.hint--bottom:hover:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  -moz-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px);
}

/**
 * right tooltip
 */
/* line 179, vendor/assets/stylesheets/hint.css */
.hint--right:before {
  margin-left: -11px;
  margin-bottom: -6px;
}

/* line 183, vendor/assets/stylesheets/hint.css */
.hint--right:after {
  margin-bottom: -14px;
}

/* line 186, vendor/assets/stylesheets/hint.css */
.hint--right:before, .hint--right:after {
  left: 100%;
  bottom: 50%;
}

/* line 190, vendor/assets/stylesheets/hint.css */
.hint--right:hover:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}

/* line 195, vendor/assets/stylesheets/hint.css */
.hint--right:hover:after {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}

/**
 * left tooltip
 */
/* line 203, vendor/assets/stylesheets/hint.css */
.hint--left:before {
  margin-right: -11px;
  margin-bottom: -6px;
}

/* line 207, vendor/assets/stylesheets/hint.css */
.hint--left:after {
  margin-bottom: -14px;
}

/* line 210, vendor/assets/stylesheets/hint.css */
.hint--left:before, .hint--left:after {
  right: 100%;
  bottom: 50%;
}

/* line 214, vendor/assets/stylesheets/hint.css */
.hint--left:hover:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}

/* line 219, vendor/assets/stylesheets/hint.css */
.hint--left:hover:after {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}

/**
 * top-left tooltip
 */
/* line 227, vendor/assets/stylesheets/hint.css */
.hint--top-left:before {
  margin-bottom: -11px;
}

/* line 230, vendor/assets/stylesheets/hint.css */
.hint--top-left:before, .hint--top-left:after {
  bottom: 100%;
  left: 50%;
}

/* line 234, vendor/assets/stylesheets/hint.css */
.hint--top-left:before {
  left: calc(50% - 6px);
}

/* line 237, vendor/assets/stylesheets/hint.css */
.hint--top-left:after {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* line 242, vendor/assets/stylesheets/hint.css */
.hint--top-left:after {
  margin-left: 12px;
}

/* line 245, vendor/assets/stylesheets/hint.css */
.hint--top-left:hover:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

/* line 250, vendor/assets/stylesheets/hint.css */
.hint--top-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  -moz-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px);
}

/**
 * top-right tooltip
 */
/* line 258, vendor/assets/stylesheets/hint.css */
.hint--top-right:before {
  margin-bottom: -11px;
}

/* line 261, vendor/assets/stylesheets/hint.css */
.hint--top-right:before, .hint--top-right:after {
  bottom: 100%;
  left: 50%;
}

/* line 265, vendor/assets/stylesheets/hint.css */
.hint--top-right:before {
  left: calc(50% - 6px);
}

/* line 268, vendor/assets/stylesheets/hint.css */
.hint--top-right:after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}

/* line 273, vendor/assets/stylesheets/hint.css */
.hint--top-right:after {
  margin-left: -12px;
}

/* line 276, vendor/assets/stylesheets/hint.css */
.hint--top-right:hover:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

/* line 281, vendor/assets/stylesheets/hint.css */
.hint--top-right:hover:after {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

/**
 * bottom-left tooltip
 */
/* line 289, vendor/assets/stylesheets/hint.css */
.hint--bottom-left:before {
  margin-top: -11px;
}

/* line 292, vendor/assets/stylesheets/hint.css */
.hint--bottom-left:before, .hint--bottom-left:after {
  top: 100%;
  left: 50%;
}

/* line 296, vendor/assets/stylesheets/hint.css */
.hint--bottom-left:before {
  left: calc(50% - 6px);
}

/* line 299, vendor/assets/stylesheets/hint.css */
.hint--bottom-left:after {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* line 304, vendor/assets/stylesheets/hint.css */
.hint--bottom-left:after {
  margin-left: 12px;
}

/* line 307, vendor/assets/stylesheets/hint.css */
.hint--bottom-left:hover:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

/* line 312, vendor/assets/stylesheets/hint.css */
.hint--bottom-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  -moz-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px);
}

/**
 * bottom-right tooltip
 */
/* line 320, vendor/assets/stylesheets/hint.css */
.hint--bottom-right:before {
  margin-top: -11px;
}

/* line 323, vendor/assets/stylesheets/hint.css */
.hint--bottom-right:before, .hint--bottom-right:after {
  top: 100%;
  left: 50%;
}

/* line 327, vendor/assets/stylesheets/hint.css */
.hint--bottom-right:before {
  left: calc(50% - 6px);
}

/* line 330, vendor/assets/stylesheets/hint.css */
.hint--bottom-right:after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}

/* line 335, vendor/assets/stylesheets/hint.css */
.hint--bottom-right:after {
  margin-left: -12px;
}

/* line 338, vendor/assets/stylesheets/hint.css */
.hint--bottom-right:hover:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

/* line 343, vendor/assets/stylesheets/hint.css */
.hint--bottom-right:hover:after {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

/**
 * source: hint-sizes.scss
 *
 * Defines width restricted tooltips that can span
 * across multiple lines.
 *
 * Classes added:
 * 	1) hint--small
 * 	2) hint--medium
 * 	3) hint--large
 *
 */
/* line 360, vendor/assets/stylesheets/hint.css */
.hint--small:after,
.hint--medium:after,
.hint--large:after {
  white-space: normal;
  line-height: 1.4em;
  word-wrap: break-word;
}

/* line 367, vendor/assets/stylesheets/hint.css */
.hint--small:after {
  width: 80px;
}

/* line 370, vendor/assets/stylesheets/hint.css */
.hint--medium:after {
  width: 150px;
}

/* line 373, vendor/assets/stylesheets/hint.css */
.hint--large:after {
  width: 300px;
}

/**
 * source: hint-theme.scss
 *
 * Defines basic theme for tooltips.
 *
 */
/* line 382, vendor/assets/stylesheets/hint.css */
[class*="hint--"] {
  /**
	 * tooltip body
	 */
}

/* line 386, vendor/assets/stylesheets/hint.css */
[class*="hint--"]:after {
  text-shadow: 0 -1px 0px black;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

/**
 * source: hint-color-types.scss
 *
 * Contains tooltips of various types based on color differences.
 *
 * Classes added:
 * 	1) hint--error
 * 	2) hint--warning
 * 	3) hint--info
 * 	4) hint--success
 *
 */
/**
 * Error
 */
/* line 405, vendor/assets/stylesheets/hint.css */
.hint--error:after {
  background-color: #b34e4d;
  text-shadow: 0 -1px 0px #592726;
}

/* line 409, vendor/assets/stylesheets/hint.css */
.hint--error.hint--top-left:before {
  border-top-color: #b34e4d;
}

/* line 412, vendor/assets/stylesheets/hint.css */
.hint--error.hint--top-right:before {
  border-top-color: #b34e4d;
}

/* line 415, vendor/assets/stylesheets/hint.css */
.hint--error.hint--top:before {
  border-top-color: #b34e4d;
}

/* line 418, vendor/assets/stylesheets/hint.css */
.hint--error.hint--bottom-left:before {
  border-bottom-color: #b34e4d;
}

/* line 421, vendor/assets/stylesheets/hint.css */
.hint--error.hint--bottom-right:before {
  border-bottom-color: #b34e4d;
}

/* line 424, vendor/assets/stylesheets/hint.css */
.hint--error.hint--bottom:before {
  border-bottom-color: #b34e4d;
}

/* line 427, vendor/assets/stylesheets/hint.css */
.hint--error.hint--left:before {
  border-left-color: #b34e4d;
}

/* line 430, vendor/assets/stylesheets/hint.css */
.hint--error.hint--right:before {
  border-right-color: #b34e4d;
}

/**
 * Warning
 */
/* line 436, vendor/assets/stylesheets/hint.css */
.hint--warning:after {
  background-color: #c09854;
  text-shadow: 0 -1px 0px #6c5328;
}

/* line 440, vendor/assets/stylesheets/hint.css */
.hint--warning.hint--top-left:before {
  border-top-color: #c09854;
}

/* line 443, vendor/assets/stylesheets/hint.css */
.hint--warning.hint--top-right:before {
  border-top-color: #c09854;
}

/* line 446, vendor/assets/stylesheets/hint.css */
.hint--warning.hint--top:before {
  border-top-color: #c09854;
}

/* line 449, vendor/assets/stylesheets/hint.css */
.hint--warning.hint--bottom-left:before {
  border-bottom-color: #c09854;
}

/* line 452, vendor/assets/stylesheets/hint.css */
.hint--warning.hint--bottom-right:before {
  border-bottom-color: #c09854;
}

/* line 455, vendor/assets/stylesheets/hint.css */
.hint--warning.hint--bottom:before {
  border-bottom-color: #c09854;
}

/* line 458, vendor/assets/stylesheets/hint.css */
.hint--warning.hint--left:before {
  border-left-color: #c09854;
}

/* line 461, vendor/assets/stylesheets/hint.css */
.hint--warning.hint--right:before {
  border-right-color: #c09854;
}

/**
 * Info
 */
/* line 467, vendor/assets/stylesheets/hint.css */
.hint--info:after {
  background-color: #3986ac;
  text-shadow: 0 -1px 0px #1a3c4d;
}

/* line 471, vendor/assets/stylesheets/hint.css */
.hint--info.hint--top-left:before {
  border-top-color: #3986ac;
}

/* line 474, vendor/assets/stylesheets/hint.css */
.hint--info.hint--top-right:before {
  border-top-color: #3986ac;
}

/* line 477, vendor/assets/stylesheets/hint.css */
.hint--info.hint--top:before {
  border-top-color: #3986ac;
}

/* line 480, vendor/assets/stylesheets/hint.css */
.hint--info.hint--bottom-left:before {
  border-bottom-color: #3986ac;
}

/* line 483, vendor/assets/stylesheets/hint.css */
.hint--info.hint--bottom-right:before {
  border-bottom-color: #3986ac;
}

/* line 486, vendor/assets/stylesheets/hint.css */
.hint--info.hint--bottom:before {
  border-bottom-color: #3986ac;
}

/* line 489, vendor/assets/stylesheets/hint.css */
.hint--info.hint--left:before {
  border-left-color: #3986ac;
}

/* line 492, vendor/assets/stylesheets/hint.css */
.hint--info.hint--right:before {
  border-right-color: #3986ac;
}

/**
 * Success
 */
/* line 498, vendor/assets/stylesheets/hint.css */
.hint--success:after {
  background-color: #458746;
  text-shadow: 0 -1px 0px #1a321a;
}

/* line 502, vendor/assets/stylesheets/hint.css */
.hint--success.hint--top-left:before {
  border-top-color: #458746;
}

/* line 505, vendor/assets/stylesheets/hint.css */
.hint--success.hint--top-right:before {
  border-top-color: #458746;
}

/* line 508, vendor/assets/stylesheets/hint.css */
.hint--success.hint--top:before {
  border-top-color: #458746;
}

/* line 511, vendor/assets/stylesheets/hint.css */
.hint--success.hint--bottom-left:before {
  border-bottom-color: #458746;
}

/* line 514, vendor/assets/stylesheets/hint.css */
.hint--success.hint--bottom-right:before {
  border-bottom-color: #458746;
}

/* line 517, vendor/assets/stylesheets/hint.css */
.hint--success.hint--bottom:before {
  border-bottom-color: #458746;
}

/* line 520, vendor/assets/stylesheets/hint.css */
.hint--success.hint--left:before {
  border-left-color: #458746;
}

/* line 523, vendor/assets/stylesheets/hint.css */
.hint--success.hint--right:before {
  border-right-color: #458746;
}

/**
 * source: hint-always.scss
 *
 * Defines a persisted tooltip which shows always.
 *
 * Classes added:
 * 	1) hint--always
 *
 */
/* line 535, vendor/assets/stylesheets/hint.css */
.hint--always:after, .hint--always:before {
  opacity: 1;
  visibility: visible;
}

/* line 539, vendor/assets/stylesheets/hint.css */
.hint--always.hint--top:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

/* line 544, vendor/assets/stylesheets/hint.css */
.hint--always.hint--top:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  -moz-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}

/* line 549, vendor/assets/stylesheets/hint.css */
.hint--always.hint--top-left:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

/* line 554, vendor/assets/stylesheets/hint.css */
.hint--always.hint--top-left:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  -moz-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px);
}

/* line 559, vendor/assets/stylesheets/hint.css */
.hint--always.hint--top-right:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

/* line 564, vendor/assets/stylesheets/hint.css */
.hint--always.hint--top-right:after {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

/* line 569, vendor/assets/stylesheets/hint.css */
.hint--always.hint--bottom:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

/* line 574, vendor/assets/stylesheets/hint.css */
.hint--always.hint--bottom:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  -moz-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px);
}

/* line 579, vendor/assets/stylesheets/hint.css */
.hint--always.hint--bottom-left:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

/* line 584, vendor/assets/stylesheets/hint.css */
.hint--always.hint--bottom-left:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  -moz-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px);
}

/* line 589, vendor/assets/stylesheets/hint.css */
.hint--always.hint--bottom-right:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

/* line 594, vendor/assets/stylesheets/hint.css */
.hint--always.hint--bottom-right:after {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

/* line 599, vendor/assets/stylesheets/hint.css */
.hint--always.hint--left:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}

/* line 604, vendor/assets/stylesheets/hint.css */
.hint--always.hint--left:after {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}

/* line 609, vendor/assets/stylesheets/hint.css */
.hint--always.hint--right:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}

/* line 614, vendor/assets/stylesheets/hint.css */
.hint--always.hint--right:after {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}

/**
 * source: hint-rounded.scss
 *
 * Defines rounded corner tooltips.
 *
 * Classes added:
 * 	1) hint--rounded
 *
 */
/* line 628, vendor/assets/stylesheets/hint.css */
.hint--rounded:after {
  border-radius: 4px;
}

/**
 * source: hint-effects.scss
 *
 * Defines various transition effects for the tooltips.
 *
 * Classes added:
 * 	1) hint--no-animate
 * 	2) hint--bounce
 *
 */
/* line 641, vendor/assets/stylesheets/hint.css */
.hint--no-animate:before, .hint--no-animate:after {
  -webkit-transition-duration: 0ms;
  -moz-transition-duration: 0ms;
  transition-duration: 0ms;
}

/* line 646, vendor/assets/stylesheets/hint.css */
.hint--bounce:before, .hint--bounce:after {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}

@keyframes plyr-popup {
  0% {
    opacity: .5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes plyr-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow .3s ease;
  z-index: 0;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr audio, .plyr iframe, .plyr video {
  display: block;
  height: 100%;
  width: 100%;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr:focus {
  outline: 0;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--full-ui {
  box-sizing: border-box;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--full-ui *, .plyr--full-ui :after, .plyr--full-ui :before {
  box-sizing: inherit;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
  touch-action: manipulation;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 2px;
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: #fff;
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__captions {
  animation: plyr-fade-in .3s ease;
  bottom: 0;
  display: none;
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform .4s ease-in-out;
  width: 100%;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  /* line 1, node_modules/plyr/dist/plyr.css */
  .plyr__captions {
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    padding: 20px;
    padding: calc(var(--plyr-control-spacing, 10px)*2);
  }
}

@media (min-width: 768px) {
  /* line 1, node_modules/plyr/dist/plyr.css */
  .plyr__captions {
    font-size: 18px;
    font-size: var(--plyr-font-size-large, 18px);
  }
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--captions-active .plyr__captions {
  display: block;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px);
  transform: translateY(calc(var(--plyr-control-spacing, 10px)*-4));
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__caption {
  background: #000c;
  background: var(--plyr-captions-background, #000c);
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: .2em .5em;
  white-space: pre-wrap;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__caption div {
  display: inline;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__control {
  background: #0000;
  border: 0;
  border-radius: 4px;
  border-radius: var(--plyr-control-radius, 4px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px)*.7);
  position: relative;
  transition: all .3s ease;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__control svg {
  fill: currentColor;
  display: block;
  height: 18px;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: 18px;
  width: var(--plyr-control-icon-size, 18px);
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__control:focus {
  outline: 0;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__control:focus-visible {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

/* line 1, node_modules/plyr/dist/plyr.css */
a.plyr__control {
  text-decoration: none;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed, a.plyr__control:after, a.plyr__control:before {
  display: none;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
  margin-left: calc(var(--plyr-control-spacing, 10px)/4);
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px)/4);
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
  padding: 0 calc(var(--plyr-control-spacing, 10px)/2);
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip], .plyr__controls:empty {
  display: none;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
  display: inline-block;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__menu {
  display: flex;
  position: relative;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__menu .plyr__control svg {
  transition: transform .3s ease;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__menu__container {
  animation: plyr-popup .2s ease;
  background: #ffffffe6;
  background: var(--plyr-menu-background, #ffffffe6);
  border-radius: 8px;
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  box-shadow: 0 1px 2px #00000026;
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px #00000026);
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  font-size: 15px;
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__menu__container:after {
  border: 4px solid #0000;
  border-top-color: #ffffffe6;
  border: var(--plyr-menu-arrow-size, 4px) solid #0000;
  border-top-color: var(--plyr-menu-background, #ffffffe6);
  content: "";
  height: 0;
  position: absolute;
  right: 14px;
  right: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);
  top: 100%;
  width: 0;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__menu__container [role=menu] {
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px)*.7);
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: 4.66667px 10.5px;
  padding: calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__menu__container .plyr__control:after {
  border: 4px solid #0000;
  border: var(--plyr-menu-item-arrow-size, 4px) solid #0000;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
  padding-right: calc(var(--plyr-control-spacing, 10px)*.7*4);
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__menu__container .plyr__control--forward:after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: 6.5px;
  right: calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__menu__container .plyr__control--forward:focus-visible:after, .plyr__menu__container .plyr__control--forward:hover:after {
  border-left-color: initial;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__menu__container .plyr__control--back {
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: 7px;
  margin: calc(var(--plyr-control-spacing, 10px)*.7);
  margin-bottom: 3.5px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px)*.7/2);
  padding-left: 28px;
  padding-left: calc(var(--plyr-control-spacing, 10px)*.7*4);
  position: relative;
  width: calc(100% - 14px);
  width: calc(100% - var(--plyr-control-spacing, 10px)*.7*2);
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__menu__container .plyr__control--back:after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: 6.5px;
  left: calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__menu__container .plyr__control--back:before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: 3.5px;
  margin-top: calc(var(--plyr-control-spacing, 10px)*.7/2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__menu__container .plyr__control--back:focus-visible:after, .plyr__menu__container .plyr__control--back:hover:after {
  border-right-color: initial;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
  padding-left: calc(var(--plyr-control-spacing, 10px)*.7);
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__menu__container .plyr__control[role=menuitemradio]:after, .plyr__menu__container .plyr__control[role=menuitemradio]:before {
  border-radius: 100%;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__menu__container .plyr__control[role=menuitemradio]:before {
  background: #0000001a;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all .3s ease;
  width: 16px;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__menu__container .plyr__control[role=menuitemradio]:after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform .3s ease,opacity .3s ease;
  width: 6px;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
  background: #00b2ff;
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible:before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
  background: #23282f1a;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  margin-right: calc(var(--plyr-control-spacing, 10px)*.7*-1 - -2px);
  overflow: hidden;
  padding-left: 24.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px)*.7*3.5);
  pointer-events: none;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  background: #0000;
  border: 0;
  border-radius: 26px;
  border-radius: calc(var(--plyr-range-thumb-height, 13px)*2);
  color: #00b2ff;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  display: block;
  height: 19px;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow .3s ease;
  width: 100%;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: #0000;
  background-image: linear-gradient(90deg, currentColor 0, #0000 0);
  background-image: linear-gradient(to right, currentColor var(--value, 0), #0000 var(--value, 0));
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -webkit-user-select: none;
  user-select: none;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px #23282f26,0 0 0 1px #23282f33;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33);
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: -4px;
  margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1);
  position: relative;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--full-ui input[type=range]::-moz-range-track {
  background: #0000;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  user-select: none;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px #23282f26,0 0 0 1px #23282f33;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33);
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--full-ui input[type=range]::-ms-track {
  color: #0000;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--full-ui input[type=range]::-ms-fill-upper, .plyr--full-ui input[type=range]::-ms-track {
  background: #0000;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  user-select: none;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: #0000;
  background: currentColor;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  user-select: none;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px #23282f26,0 0 0 1px #23282f33;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33);
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
  position: relative;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--full-ui input[type=range]:focus {
  outline: 0;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--full-ui input[type=range]:focus-visible::-moz-range-track {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--full-ui input[type=range]:focus-visible::-ms-track {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__poster {
  background-color: #000;
  background-color: var(--plyr-video-background, var(--plyr-video-background, #000));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .2s ease;
  width: 100%;
  z-index: 1;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__time + .plyr__time:before {
  content: "⁄";
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
}

@media (max-width: 767px) {
  /* line 1, node_modules/plyr/dist/plyr.css */
  .plyr__time + .plyr__time {
    display: none;
  }
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__tooltip {
  background: #fff;
  background: var(--plyr-tooltip-background, #fff);
  border-radius: 5px;
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  box-shadow: 0 1px 2px #00000026;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px #00000026);
  color: #4a5464;
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px)/2*2);
  opacity: 0;
  padding: 5px 7.5px;
  padding: calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform .2s ease .1s,opacity .2s ease .1s;
  white-space: nowrap;
  z-index: 2;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__tooltip:before {
  border-left: 4px solid #0000;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid #0000;
  border-right: 4px solid #0000;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid #0000;
  border-top: 4px solid #fff;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr .plyr__control:focus-visible .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%) scale(1);
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 0 100%;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__controls > .plyr__control:first-child .plyr__tooltip:before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip:before {
  left: 16px;
  left: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 100% 100%;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__controls > .plyr__control:last-child .plyr__tooltip:before {
  left: auto;
  right: 16px;
  right: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);
  transform: translateX(50%);
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control:focus-visible .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child:focus-visible .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child:focus-visible .plyr__tooltip, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0) scale(1);
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__progress {
  left: 6.5px;
  left: calc(var(--plyr-range-thumb-height, 13px)*.5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: -6.5px;
  margin-left: calc(var(--plyr-range-thumb-height, 13px)*-.5);
  margin-right: -6.5px;
  margin-right: calc(var(--plyr-range-thumb-height, 13px)*-.5);
  width: calc(100% + 13px);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__progress .plyr__tooltip {
  left: 0;
  max-width: 120px;
  overflow-wrap: break-word;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__progress__buffer {
  -webkit-appearance: none;
  background: #0000;
  border: 0;
  border-radius: 100px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: -2.5px;
  margin-top: calc((var(--plyr-range-track-height, 5px)/2)*-1);
  padding: 0;
  position: absolute;
  top: 50%;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__progress__buffer::-webkit-progress-bar {
  background: #0000;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width .2s ease;
  transition: width .2s ease;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width .2s ease;
  transition: width .2s ease;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width .2s ease;
  transition: width .2s ease;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, #23282f99 25%, #0000 0, #0000 50%, #23282f99 0, #23282f99 75%, #0000 0, #0000);
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, #23282f99) 25%, #0000 25%, #0000 50%, var(--plyr-progress-loading-background, #23282f99) 50%, var(--plyr-progress-loading-background, #23282f99) 75%, #0000 75%, #0000);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: #0000;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: #ffffff40;
  background-color: var(--plyr-video-progress-buffered-background, #ffffff40);
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: #c1c8d199;
  background-color: var(--plyr-audio-progress-buffered-background, #c1c8d199);
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__progress__marker {
  background-color: #fff;
  background-color: var(--plyr-progress-marker-background, #fff);
  border-radius: 1px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3px;
  width: var(--plyr-progress-marker-width, 3px);
  z-index: 3;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__volume {
  align-items: center;
  display: flex;
  position: relative;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__volume input[type=range] {
  margin-left: 5px;
  margin-left: calc(var(--plyr-control-spacing, 10px)/2);
  margin-right: 5px;
  margin-right: calc(var(--plyr-control-spacing, 10px)/2);
  max-width: 90px;
  min-width: 60px;
  position: relative;
  z-index: 2;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--audio {
  display: block;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--audio .plyr__controls {
  background: #fff;
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: #4a5464;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--audio .plyr__control:focus-visible, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b2ff;
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  color: #fff;
  color: var(--plyr-audio-control-color-hover, #fff);
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: #c1c8d199;
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, #c1c8d199));
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: #c1c8d199;
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, #c1c8d199));
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: #c1c8d199;
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, #c1c8d199));
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #23282f1a);
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #23282f1a);
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #23282f1a);
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--audio .plyr__progress__buffer {
  color: #c1c8d199;
  color: var(--plyr-audio-progress-buffered-background, #c1c8d199);
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--video {
  overflow: hidden;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--video.plyr--menu-open {
  overflow: visible;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__video-wrapper {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  border-radius: inherit;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9;
}

@supports not (aspect-ratio: 16/9) {
  /* line 1, node_modules/plyr/dist/plyr.css */
  .plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--video .plyr__controls {
  background: linear-gradient(#0000, #000000bf);
  background: var(--plyr-video-controls-background, linear-gradient(#0000, #000000bf));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: 5px;
  padding: calc(var(--plyr-control-spacing, 10px)/2);
  padding-top: 20px;
  padding-top: calc(var(--plyr-control-spacing, 10px)*2);
  position: absolute;
  right: 0;
  transition: opacity .4s ease-in-out,transform .4s ease-in-out;
  z-index: 3;
}

@media (min-width: 480px) {
  /* line 1, node_modules/plyr/dist/plyr.css */
  .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: 35px;
    padding-top: calc(var(--plyr-control-spacing, 10px)*3.5);
  }
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--video .plyr__control:focus-visible, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: #00b2ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  color: #fff;
  color: var(--plyr-video-control-color-hover, #fff);
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__control--overlaid {
  background: #00b2ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  border: 0;
  border-radius: 100%;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: .9;
  padding: 15px;
  padding: calc(var(--plyr-control-spacing, 10px)*1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: .3s;
  z-index: 2;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
  opacity: 1;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: #ffffff40;
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, #ffffff40));
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: #ffffff40;
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, #ffffff40));
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: #ffffff40;
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, #ffffff40));
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #ffffff80);
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #ffffff80);
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #ffffff80);
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--video .plyr__progress__buffer {
  color: #ffffff40;
  color: var(--plyr-video-progress-buffered-background, #ffffff40);
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr:fullscreen video {
  height: 100%;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr.plyr--hide-controls:fullscreen {
  cursor: none;
}

@media (min-width: 1024px) {
  /* line 1, node_modules/plyr/dist/plyr.css */
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000000;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--fullscreen-fallback video {
  height: 100%;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  /* line 1, node_modules/plyr/dist/plyr.css */
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__ads > div, .plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__ads:after {
  background: #23282f;
  border-radius: 2px;
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__ads:empty:after {
  display: none;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  opacity: .8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  z-index: 3;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__preview-thumb {
  background-color: #fff;
  background-color: var(--plyr-tooltip-background, #fff);
  border-radius: 8px;
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  box-shadow: 0 1px 2px #00000026;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px #00000026);
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px)/2*2);
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translateY(10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform .2s ease .1s,opacity .2s ease .1s;
  z-index: 2;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0) scale(1);
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__preview-thumb:before {
  border-left: 4px solid #0000;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid #0000;
  border-right: 4px solid #0000;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid #0000;
  border-top: 4px solid #fff;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
  content: "";
  height: 0;
  left: calc(50% + var(--preview-arrow-offset));
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: 7px;
  border-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__preview-thumb__image-container img, .plyr__preview-thumb__image-container:after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__preview-thumb__image-container:after {
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px #00000026;
  content: "";
  pointer-events: none;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__preview-thumb__image-container img {
  max-height: none;
  max-width: none;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__preview-thumb__time-container {
  background: linear-gradient(#0000, #000000bf);
  background: var(--plyr-video-controls-background, linear-gradient(#0000, #000000bf));
  border-bottom-left-radius: 7px;
  border-bottom-left-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  border-bottom-right-radius: 7px;
  border-bottom-right-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  bottom: 0;
  left: 0;
  line-height: 1.1;
  padding: 20px 6px 6px;
  position: absolute;
  right: 0;
  z-index: 3;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__preview-thumb__time-container span {
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .3s ease;
  width: 100%;
  z-index: 1;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr--no-transition {
  transition: none !important;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  border: 0 !important;
  height: 1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

/* line 1, node_modules/plyr/dist/plyr.css */
.plyr [hidden] {
  display: none !important;
}

/* line 3, node_modules/@glidejs/glide/src/assets/sass/glide.core.scss */
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

/* line 13, node_modules/@glidejs/glide/src/assets/sass/glide.core.scss */
.glide * {
  box-sizing: inherit;
}

/* line 17, node_modules/@glidejs/glide/src/assets/sass/glide.core.scss */
.glide__track {
  overflow: hidden;
}

/* line 21, node_modules/@glidejs/glide/src/assets/sass/glide.core.scss */
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

/* line 36, node_modules/@glidejs/glide/src/assets/sass/glide.core.scss */
.glide__slides--dragging {
  user-select: none;
}

/* line 41, node_modules/@glidejs/glide/src/assets/sass/glide.core.scss */
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 50, node_modules/@glidejs/glide/src/assets/sass/glide.core.scss */
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* line 58, node_modules/@glidejs/glide/src/assets/sass/glide.core.scss */
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}

/* line 63, node_modules/@glidejs/glide/src/assets/sass/glide.core.scss */
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}

/* line 68, node_modules/@glidejs/glide/src/assets/sass/glide.core.scss */
.glide--rtl {
  direction: rtl;
}

/* line 1, app/assets/stylesheets/patterns/_text.scss */
:focus:not(:focus-visible) {
  outline: none !important;
  box-shadow: none !important;
}

/* desperately needs a different name */
/* Builds an element with a 100% width footer, and an additional
   footer that spans only the width of the footer text */
/* Given a small screen layout like this:
   ----------------
   |img|  |content|
   |img|  |content|
   |img|  |content|
   ----------------

   Apply to column-based containers that include a child image element to prevent them from applying too much padding on small screens
*/
/* line 162, app/assets/stylesheets/base/_variables.scss */
body {
  --list-link: #005c9c;
  --text-default: #141414;
  --event-background-color: #ffffff;
  --event-player-background-color: #ffffff;
  --event-secondary-background-color: #ffffff;
  --body-link-color: #005c9c;
  --header-background-color: #00538f;
  --header-dark-background-color: darken(#00538f, 8%);
  --header-border-color: rgba(#00538f, 0.6);
  --body-button-color: #008cf0;
}

/* line 176, app/assets/stylesheets/base/_variables.scss */
.body--dark {
  --text-default: #ffffff;
  --list-link: #008cf0;
  --event-background-color: #1b2029;
  --event-player-background-color: #222833;
  --event-secondary-background-color: #1a1f29;
  --body-link-color: #008cf0;
}

/* line 231, app/assets/stylesheets/base/_variables.scss */
.body--purple,
.color--purple {
  --body-link-color: #6848BE;
  --header-background-color: #6848BE;
  --header-dark-background-color: #573aa3;
  --header-border-color: rgba(104, 72, 190, 0.6);
  --body-button-color: #9476E5;
}

/* line 231, app/assets/stylesheets/base/_variables.scss */
.body--blue,
.color--blue {
  --body-link-color: #1560C0;
  --header-background-color: #1560C0;
  --header-dark-background-color: #114e9b;
  --header-border-color: rgba(21, 96, 192, 0.6);
  --body-button-color: #2E89FF;
}

/* line 231, app/assets/stylesheets/base/_variables.scss */
.body--green,
.color--green {
  --body-link-color: #00884C;
  --header-background-color: #00884C;
  --header-dark-background-color: #005f35;
  --header-border-color: rgba(0, 136, 76, 0.6);
  --body-button-color: #00B867;
}

/* line 231, app/assets/stylesheets/base/_variables.scss */
.body--red,
.color--red {
  --body-link-color: #B82A2A;
  --header-background-color: #B82A2A;
  --header-dark-background-color: #972222;
  --header-border-color: rgba(184, 42, 42, 0.6);
  --body-button-color: #DB524A;
}

/* line 231, app/assets/stylesheets/base/_variables.scss */
.body--teal,
.color--teal {
  --body-link-color: #008080;
  --header-background-color: #008080;
  --header-dark-background-color: #005757;
  --header-border-color: rgba(0, 128, 128, 0.6);
  --body-button-color: #00BCBC;
}

/* line 231, app/assets/stylesheets/base/_variables.scss */
.body--darkblue,
.color--darkblue {
  --body-link-color: #005C9C;
  --header-background-color: #00538F;
  --header-dark-background-color: #003b66;
  --header-border-color: rgba(0, 83, 143, 0.6);
  --body-button-color: #0065f2;
}

@media only screen and (max-width: 40em) {
  /* line 35, app/assets/stylesheets/base/_grid.scss */
  .mobile-hide {
    display: none;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 41, app/assets/stylesheets/base/_grid.scss */
  .mobile-show {
    display: none;
  }
}

/*

Media Queries. Usage:

```
  .foo {
    height: 20px;

    @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
      height: 30px
    }

    @media only screen and (min-width: 64.0625em) {
      height: 50px;
    }
  }
```
*/
/* line 66, app/assets/stylesheets/base/_grid.scss */
.left {
  float: left !important;
}

/* line 70, app/assets/stylesheets/base/_grid.scss */
.right {
  float: right !important;
}

/* line 74, app/assets/stylesheets/base/_grid.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

/* line 80, app/assets/stylesheets/base/_grid.scss */
.clearfix:after {
  clear: both;
}

/* line 84, app/assets/stylesheets/base/_grid.scss */
.hide {
  display: none;
}

/* line 88, app/assets/stylesheets/base/_grid.scss */
.invisible {
  visibility: hidden;
}

/* line 92, app/assets/stylesheets/base/_grid.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 97, app/assets/stylesheets/base/_grid.scss */
.row, .article-story .article__lead-image .st__content-block.st__content-block--image figcaption {
  margin: 0 auto;
  max-width: 1322px;
  width: 100%;
}

/* line 103, app/assets/stylesheets/base/_grid.scss */
.row:before, .article-story .article__lead-image .st__content-block.st__content-block--image figcaption:before,
.row:after,
.article-story .article__lead-image .st__content-block.st__content-block--image figcaption:after {
  content: " ";
  display: table;
}

/* line 109, app/assets/stylesheets/base/_grid.scss */
.row:after, .article-story .article__lead-image .st__content-block.st__content-block--image figcaption:after {
  clear: both;
}

/* line 113, app/assets/stylesheets/base/_grid.scss */
.row.collapse > .column, .article-story .article__lead-image .st__content-block.st__content-block--image figcaption.collapse > .column,
.row.collapse > .columns,
.article-story .article__lead-image .st__content-block.st__content-block--image figcaption.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

/* line 119, app/assets/stylesheets/base/_grid.scss */
.row.collapse .row, .article-story .article__lead-image .st__content-block.st__content-block--image figcaption.collapse .row, .row.collapse .article-story .article__lead-image .st__content-block.st__content-block--image figcaption, .article-story .article__lead-image .st__content-block.st__content-block--image .row.collapse figcaption, .article-story .article__lead-image .st__content-block.st__content-block--image figcaption.collapse figcaption {
  margin-left: 0;
  margin-right: 0;
}

/* line 124, app/assets/stylesheets/base/_grid.scss */
.row .row, .article-story .article__lead-image .st__content-block.st__content-block--image figcaption .row, .row .article-story .article__lead-image .st__content-block.st__content-block--image figcaption, .article-story .article__lead-image .st__content-block.st__content-block--image .row figcaption, .article-story .article__lead-image .st__content-block.st__content-block--image figcaption figcaption {
  margin: 0 -21px;
  max-width: none;
  width: auto;
}

/* line 129, app/assets/stylesheets/base/_grid.scss */
.body--iframe .row .row, .body--iframe .article-story .article__lead-image .st__content-block.st__content-block--image figcaption .row, .article-story .article__lead-image .st__content-block.st__content-block--image .body--iframe figcaption .row, .body--iframe .row .article-story .article__lead-image .st__content-block.st__content-block--image figcaption, .article-story .article__lead-image .st__content-block.st__content-block--image .body--iframe .row figcaption, .body--iframe .article-story .article__lead-image .st__content-block.st__content-block--image figcaption figcaption, .article-story .article__lead-image .st__content-block.st__content-block--image .body--iframe figcaption figcaption {
  margin: 0 -12px;
}

/* line 134, app/assets/stylesheets/base/_grid.scss */
.row .row:before, .article-story .article__lead-image .st__content-block.st__content-block--image figcaption .row:before, .row .article-story .article__lead-image .st__content-block.st__content-block--image figcaption:before, .article-story .article__lead-image .st__content-block.st__content-block--image .row figcaption:before, .article-story .article__lead-image .st__content-block.st__content-block--image figcaption figcaption:before,
.row .row:after,
.article-story .article__lead-image .st__content-block.st__content-block--image figcaption .row:after,
.row .article-story .article__lead-image .st__content-block.st__content-block--image figcaption:after,
.article-story .article__lead-image .st__content-block.st__content-block--image .row figcaption:after,
.article-story .article__lead-image .st__content-block.st__content-block--image figcaption figcaption:after {
  content: " ";
  display: table;
}

/* line 140, app/assets/stylesheets/base/_grid.scss */
.row .row:after, .article-story .article__lead-image .st__content-block.st__content-block--image figcaption .row:after, .row .article-story .article__lead-image .st__content-block.st__content-block--image figcaption:after, .article-story .article__lead-image .st__content-block.st__content-block--image .row figcaption:after, .article-story .article__lead-image .st__content-block.st__content-block--image figcaption figcaption:after {
  clear: both;
}

/* line 144, app/assets/stylesheets/base/_grid.scss */
.row .row.collapse, .article-story .article__lead-image .st__content-block.st__content-block--image figcaption .row.collapse, .row .article-story .article__lead-image .st__content-block.st__content-block--image figcaption.collapse, .article-story .article__lead-image .st__content-block.st__content-block--image .row figcaption.collapse, .article-story .article__lead-image .st__content-block.st__content-block--image figcaption figcaption.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}

/* line 150, app/assets/stylesheets/base/_grid.scss */
.row .row.collapse:before, .article-story .article__lead-image .st__content-block.st__content-block--image figcaption .row.collapse:before, .row .article-story .article__lead-image .st__content-block.st__content-block--image figcaption.collapse:before, .article-story .article__lead-image .st__content-block.st__content-block--image .row figcaption.collapse:before, .article-story .article__lead-image .st__content-block.st__content-block--image figcaption figcaption.collapse:before,
.row .row.collapse:after,
.article-story .article__lead-image .st__content-block.st__content-block--image figcaption .row.collapse:after,
.row .article-story .article__lead-image .st__content-block.st__content-block--image figcaption.collapse:after,
.article-story .article__lead-image .st__content-block.st__content-block--image .row figcaption.collapse:after,
.article-story .article__lead-image .st__content-block.st__content-block--image figcaption figcaption.collapse:after {
  content: " ";
  display: table;
}

/* line 156, app/assets/stylesheets/base/_grid.scss */
.row .row.collapse:after, .article-story .article__lead-image .st__content-block.st__content-block--image figcaption .row.collapse:after, .row .article-story .article__lead-image .st__content-block.st__content-block--image figcaption.collapse:after, .article-story .article__lead-image .st__content-block.st__content-block--image .row figcaption.collapse:after, .article-story .article__lead-image .st__content-block.st__content-block--image figcaption figcaption.collapse:after {
  clear: both;
}

/* line 160, app/assets/stylesheets/base/_grid.scss */
.column,
.columns {
  padding-left: 21px;
  padding-right: 21px;
  width: 100%;
  float: left;
}

/* line 167, app/assets/stylesheets/base/_grid.scss */
.body--iframe .column, .body--iframe .columns {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 173, app/assets/stylesheets/base/_grid.scss */
.column + .column:last-child,
.columns + .columns:last-child {
  float: right;
}

/* line 178, app/assets/stylesheets/base/_grid.scss */
.column + .column.end,
.columns + .columns.end {
  float: left;
}

/* Builds classes for widths at different viewpoints.
   ie: small-12 medium-6 large-4

   Use with `columns` classs ie:
   ```
    <div class="row">
      <div class="small-12 medium-6 columns">Foo</div>
      <div class="small-12 medium-6 columns">Bar</div>
    </div>
   ```
*/
@media only screen {
  /* line 230, app/assets/stylesheets/base/_grid.scss */
  .column,
.columns {
    position: relative;
    padding-left: 21px;
    padding-right: 21px;
    float: left;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .small-1 {
    width: 8.3333333333%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .small-2 {
    width: 16.6666666667%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .small-3 {
    width: 25%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .small-4 {
    width: 33.3333333333%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .small-5 {
    width: 41.6666666667%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .small-6 {
    width: 50%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .small-7 {
    width: 58.3333333333%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .small-8 {
    width: 66.6666666667%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .small-9 {
    width: 75%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .small-10 {
    width: 83.3333333333%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .small-11 {
    width: 91.6666666667%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .small-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 230, app/assets/stylesheets/base/_grid.scss */
  .column,
.columns {
    position: relative;
    padding-left: 21px;
    padding-right: 21px;
    float: left;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .medium-1 {
    width: 8.3333333333%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .medium-2 {
    width: 16.6666666667%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .medium-3 {
    width: 25%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .medium-4 {
    width: 33.3333333333%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .medium-5 {
    width: 41.6666666667%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .medium-6 {
    width: 50%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .medium-7 {
    width: 58.3333333333%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .medium-8 {
    width: 66.6666666667%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .medium-9 {
    width: 75%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .medium-10 {
    width: 83.3333333333%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .medium-11 {
    width: 91.6666666667%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .medium-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 880px) {
  /* line 230, app/assets/stylesheets/base/_grid.scss */
  .column,
.columns {
    position: relative;
    padding-left: 21px;
    padding-right: 21px;
    float: left;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .event-medium-1 {
    width: 8.3333333333%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .event-medium-2 {
    width: 16.6666666667%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .event-medium-3 {
    width: 25%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .event-medium-4 {
    width: 33.3333333333%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .event-medium-5 {
    width: 41.6666666667%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .event-medium-6 {
    width: 50%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .event-medium-7 {
    width: 58.3333333333%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .event-medium-8 {
    width: 66.6666666667%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .event-medium-9 {
    width: 75%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .event-medium-10 {
    width: 83.3333333333%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .event-medium-11 {
    width: 91.6666666667%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .event-medium-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 230, app/assets/stylesheets/base/_grid.scss */
  .column,
.columns {
    position: relative;
    padding-left: 21px;
    padding-right: 21px;
    float: left;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .large-1 {
    width: 8.3333333333%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .large-2 {
    width: 16.6666666667%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .large-3 {
    width: 25%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .large-4 {
    width: 33.3333333333%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .large-5 {
    width: 41.6666666667%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .large-6 {
    width: 50%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .large-7 {
    width: 58.3333333333%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .large-8 {
    width: 66.6666666667%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .large-9 {
    width: 75%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .large-10 {
    width: 83.3333333333%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .large-11 {
    width: 91.6666666667%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .large-12 {
    width: 100%;
  }
}

/*
  Include in a class to use the above grid measurements without placing the
  classes in your markup.

  e.g.
  .foo {
    @include columns($small: 10, $medium: 4);
    ... other rules...
  }
*/
/* line 1, app/assets/stylesheets/base/_typography_fonts.scss */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #141414;
}

/* line 6, app/assets/stylesheets/base/_typography_fonts.scss */
.lang-ja body {
  font-family: "AkkuratLLWeb", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

/* line 12, app/assets/stylesheets/base/_typography_fonts.scss */
.lang-ja body .jp_talign-l {
  text-align: left;
}

/* line 17, app/assets/stylesheets/base/_typography_fonts.scss */
.lang-ja body, .lang-cn body {
  letter-spacing: 0.025em;
}

/* line 23, app/assets/stylesheets/base/_typography_fonts.scss */
html {
  line-height: 1.125;
}

/* line 26, app/assets/stylesheets/base/_typography_fonts.scss */
html.lang-ja, html.lang-cn {
  line-height: 1.5;
}

/* line 32, app/assets/stylesheets/base/_typography_fonts.scss */
b,
strong {
  font-weight: 600;
}

/* line 40, app/assets/stylesheets/base/_typography_fonts.scss */
.lang-cn em, .lang-cn blockquote, .lang-cn i {
  font-style: normal;
  font-weight: bold;
}

/* line 3, app/assets/stylesheets/base/_typography.scss */
h1 {
  font-weight: normal;
  margin-top: 0;
}

/* line 8, app/assets/stylesheets/base/_typography.scss */
h3 {
  font-weight: 600;
}

/* line 12, app/assets/stylesheets/base/_typography.scss */
.page-title {
  font-weight: 600;
  font-size: 2em;
  margin-bottom: 1em;
}

@media only screen and (min-width: 40.0625em) {
  /* line 12, app/assets/stylesheets/base/_typography.scss */
  .page-title {
    font-size: 3.24em;
    margin-bottom: 0.5em;
  }
}

/* line 16, app/assets/stylesheets/base/_typography.scss */
.page-excerpt {
  font-size: 1.375em;
  padding-bottom: 1em;
}

/* line 21, app/assets/stylesheets/base/_typography.scss */
.h-xxl {
  font-weight: 900;
  font-size: 4.11em;
  letter-spacing: -0.02em;
}

/* line 27, app/assets/stylesheets/base/_typography.scss */
.h-xl, .article__headline, .article-story .st__content-block--heading-3, .article-story .st__content-block--heading-2, .article-story .st__content-block--heading-1, .article-archives-title {
  font-weight: 900;
  letter-spacing: -0.02em;
  font-size: 2.886em;
}

/* line 33, app/assets/stylesheets/base/_typography.scss */
.h-l--caps {
  text-transform: uppercase;
  letter-spacing: 6px;
}

/* line 39, app/assets/stylesheets/base/_typography.scss */
.h-l, .h-l--caps {
  font-size: 2.565em;
  font-weight: 300;
}

/* line 44, app/assets/stylesheets/base/_typography.scss */
.h-m {
  font-weight: 600;
  font-size: 1.801em;
}

/* line 49, app/assets/stylesheets/base/_typography.scss */
.h-s {
  font-weight: 600;
  font-size: 1.265em;
}

/* line 54, app/assets/stylesheets/base/_typography.scss */
.h-xs--caps {
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: 600;
}

/* line 60, app/assets/stylesheets/base/_typography.scss */
.sub-title {
  border-top: 3px solid #141414;
  border-top-color: var(--text-default);
  padding-top: 0.2em;
  border-bottom: 1px solid #d5e0e8;
  padding-bottom: 10px;
  font-size: 1.3em;
  padding-bottom: 0.375em;
  padding-right: 2em;
  margin-top: 0;
  font-weight: normal;
  margin-bottom: 0.75em;
  position: relative;
}

@media only screen and (min-width: 40.0625em) {
  /* line 60, app/assets/stylesheets/base/_typography.scss */
  .sub-title {
    margin-bottom: 0.9em;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 60, app/assets/stylesheets/base/_typography.scss */
  .sub-title {
    font-size: 2em;
    font-weight: 300;
  }
}

/* line 64, app/assets/stylesheets/base/_typography.scss */
.sub-title em {
  font-style: normal;
  color: #84919c;
  display: inline-block;
}

/* line 70, app/assets/stylesheets/base/_typography.scss */
.sub-title .view-all-link {
  font-size: 0.65em;
}

@media only screen and (min-width: 40.0625em) {
  /* line 70, app/assets/stylesheets/base/_typography.scss */
  .sub-title .view-all-link {
    font-size: 0.45em;
  }
}

/* line 78, app/assets/stylesheets/base/_typography.scss */
.sub-title--dark {
  border-top: 0;
  font-weight: 300;
  padding-top: 0;
}

/* line 83, app/assets/stylesheets/base/_typography.scss */
.body--dark .sub-title--dark {
  border-top: 0;
}

/* line 88, app/assets/stylesheets/base/_typography.scss */
.sub-title--text-only {
  border-bottom: none;
  padding-bottom: 0;
}

/* line 93, app/assets/stylesheets/base/_typography.scss */
.vertical-page .sub-title, .tout-list-container--si-articles .sub-title {
  font-size: 1.368em;
  font-weight: 600;
  border-top: 1px solid #d5e0e8;
  border-bottom: 0;
  padding-top: 1rem;
}

/* line 101, app/assets/stylesheets/base/_typography.scss */
.vertical-page .sub-title .highlight__featured-text, .tout-list-container--si-articles .sub-title .highlight__featured-text {
  color: #9aa9b7;
}

/* line 105, app/assets/stylesheets/base/_typography.scss */
.vertical-page .sub-title .view-all-link, .tout-list-container--si-articles .sub-title .view-all-link {
  font-size: 1rem;
}

/* line 111, app/assets/stylesheets/base/_typography.scss */
.lead-in {
  font-size: 1.601em;
}

/* line 115, app/assets/stylesheets/base/_typography.scss */
.body {
  font-size: 1.125em;
}

/* line 119, app/assets/stylesheets/base/_typography.scss */
.body-small, .submission-videos__question-description, .shared-futures-component__body {
  font-size: 1em;
}

/* line 123, app/assets/stylesheets/base/_typography.scss */
.caption, .liveblog time, .liveblog-authors h3,
.liveblog-authors p {
  color: #84919c;
  font-size: 0.875em;
  line-height: 1.4;
}

/* line 127, app/assets/stylesheets/base/_typography.scss */
.bold {
  font-weight: 600;
}

/* line 131, app/assets/stylesheets/base/_typography.scss */
.st__content-block--text:first-of-type p:first-of-type {
  margin-top: 0;
}

/* line 135, app/assets/stylesheets/base/_typography.scss */
.st__content-block--text p {
  line-height: 1.65rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 135, app/assets/stylesheets/base/_typography.scss */
  .st__content-block--text p {
    font-size: 1.125rem;
  }
}

/* line 139, app/assets/stylesheets/base/_typography.scss */
.st__content-block.st__content-block--list ul {
  padding-left: 2em;
}

/* line 143, app/assets/stylesheets/base/_typography.scss */
.st__content-block.st__content-block--list li {
  margin-bottom: 1em;
  line-height: 175%;
  font-size: 1.125em;
}

/* line 1, app/assets/stylesheets/base/_defaults.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 9, app/assets/stylesheets/base/_defaults.scss */
html,
body {
  min-width: 100%;
  min-height: 100%;
  position: relative;
  overscroll-behavior-y: none;
}

@media only screen and (min-width: 40.0625em) {
  /* line 23, app/assets/stylesheets/base/_defaults.scss */
  body[data-controller="submissions"] {
    overflow-x: hidden;
  }
}

/* line 29, app/assets/stylesheets/base/_defaults.scss */
.dark-bg,
body[data-action="colour_of_resilience"] {
  background: black;
}

/* line 34, app/assets/stylesheets/base/_defaults.scss */
body {
  margin: 0;
  padding: 0;
}

/* line 39, app/assets/stylesheets/base/_defaults.scss */
.body-wrap {
  position: relative;
}

/* line 43, app/assets/stylesheets/base/_defaults.scss */
a {
  text-decoration: none;
  color: inherit;
  color: var(--body-link-color);
}

/* line 48, app/assets/stylesheets/base/_defaults.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 53, app/assets/stylesheets/base/_defaults.scss */
.content-container--content {
  overflow: hidden;
}

/* line 58, app/assets/stylesheets/base/_defaults.scss */
.content-container--content-v2 {
  overflow: clip;
}

@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

@keyframes dockedVideoReveal {
  0% {
    opacity: 0;
    top: -20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@-webkit-keyframes dockedVideoReveal {
  0% {
    opacity: 0;
    top: -20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

/* line 33, app/assets/stylesheets/base/_animations.scss */
html {
  scroll-behavior: smooth;
}

/* line 1, app/assets/stylesheets/base/_utils.scss */
.util-hide-scrollbar {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* line 7, app/assets/stylesheets/base/_utils.scss */
.util-hide-scrollbar::-webkit-scrollbar {
  display: none;
}

/* line 39, app/assets/stylesheets/patterns/_button.scss */
.button {
  text-decoration: none;
  color: inherit;
  line-height: 2.25em;
  background: #003087;
  display: inline-block;
  color: #fff;
  padding: 0 0.5rem;
  text-align: center;
}

/* line 47, app/assets/stylesheets/patterns/_button.scss */
.button:hover {
  background: #1a4593;
}

/* line 52, app/assets/stylesheets/patterns/_button.scss */
.button--block {
  display: block;
}

/* line 3, app/assets/stylesheets/patterns/_grid-markers.scss */
.gutter-marking {
  position: absolute;
  right: 0;
  height: 100%;
  border-right: 1px solid #d5e0e8;
}

@media only screen and (max-width: 40em) {
  /* line 3, app/assets/stylesheets/patterns/_grid-markers.scss */
  .gutter-marking {
    display: none;
  }
}

/* line 28, app/assets/stylesheets/patterns/_grid-markers.scss */
.column-bottom-border {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 1px;
  border-bottom: 1px solid #d5e0e8;
}

/* line 32, app/assets/stylesheets/patterns/_grid-markers.scss */
.bottom-border {
  border-bottom: 1px solid #d5e0e8;
}

@keyframes attention {
  from {
    background: #ccdae3;
  }
  to {
    background: transparent;
  }
}

/* line 11, app/assets/stylesheets/patterns/_animations.scss */
.attention {
  animation-name: attention;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

/* line 37, app/assets/stylesheets/patterns/_animations.scss */
.tada {
  animation-name: tada;
}

/* line 1, app/assets/stylesheets/patterns/_related-badge.scss */
.related-badge {
  margin-bottom: 1.5em;
  padding: 0.625em;
  background: #eef2f5;
  border: 1px solid #d5e0e8;
  border-radius: 4px;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.4rem;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* line 6, node_modules/css-patterns/stylesheets/patterns/_clearfix.scss */
.related-badge:before, .related-badge:after {
  content: " ";
  display: table;
}

/* line 12, node_modules/css-patterns/stylesheets/patterns/_clearfix.scss */
.related-badge:after {
  clear: both;
}

@media only screen and (min-width: 40.0625em) {
  /* line 1, app/assets/stylesheets/patterns/_related-badge.scss */
  .related-badge {
    padding: 0.9375em;
    font-size: 1em;
  }
}

/* line 16, app/assets/stylesheets/patterns/_related-badge.scss */
.related-badge:hover {
  border-color: #becfdb;
  background: #f3f6f8;
}

/* line 20, app/assets/stylesheets/patterns/_related-badge.scss */
.related-badge a {
  display: block;
  color: #141414;
}

/* line 23, app/assets/stylesheets/patterns/_related-badge.scss */
.related-badge a:hover {
  cursor: pointer;
}

/* line 27, app/assets/stylesheets/patterns/_related-badge.scss */
.related-badge .related-item {
  display: inline;
  color: #0065f2;
  line-height: 1.4;
  font-weight: 600;
}

/* line 1, app/assets/stylesheets/patterns/_select-dropdown.scss */
.select-dropdown {
  position: relative;
  display: inline-block;
  border-radius: 3px;
  font-size: 1rem;
  border: 2px solid #72a9eb;
  max-width: 100%;
}

/* line 9, app/assets/stylesheets/patterns/_select-dropdown.scss */
.select-dropdown select {
  cursor: pointer;
  position: relative;
  z-index: 5;
  background: transparent;
  line-height: 1.2;
  border: 0;
  border-radius: 0;
  padding: 0 2rem 0 0.5rem;
  height: 34px;
  -webkit-appearance: none;
  text-transform: capitalize;
  font-weight: 600;
  color: inherit;
}

/* line 23, app/assets/stylesheets/patterns/_select-dropdown.scss */
.select-dropdown select:focus {
  outline: none;
}

/* line 27, app/assets/stylesheets/patterns/_select-dropdown.scss */
.select-dropdown:after {
  content: "▶︎";
  transform: translateY(-50%) rotate(90deg);
  top: 50%;
  position: absolute;
  z-index: 4;
  right: 0.5rem;
  display: block;
}

/* line 1, app/assets/stylesheets/patterns/_locale-selector.scss */
.header-item__link--locales {
  position: relative;
}

/* line 5, app/assets/stylesheets/patterns/_locale-selector.scss */
.locale-selector {
  position: absolute;
  top: 1em;
  right: 0;
  padding: 1em 1.5em 2.15em 1.25em;
  border-radius: 4px;
  overflow: hidden;
  max-height: 0;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  line-height: 1.125;
}

/* line 16, app/assets/stylesheets/patterns/_locale-selector.scss */
.locale-selector:hover {
  border-color: #d5e0e8;
}

/* line 19, app/assets/stylesheets/patterns/_locale-selector.scss */
.locale-selector .icon--globe {
  width: 16px;
  margin-right: 5px;
  vertical-align: -3px;
}

/* line 24, app/assets/stylesheets/patterns/_locale-selector.scss */
.locale-selector.is-open {
  border-color: #d5e0e8;
  max-height: 1000em;
  background: #fff;
}

/* line 31, app/assets/stylesheets/patterns/_locale-selector.scss */
.locale-selector__toggler {
  cursor: pointer;
  padding-right: 2rem;
  margin-bottom: 1.5em;
  white-space: nowrap;
  background: url(/assets/chevron-down-cd86f5e817f8650ca5f635bb0f75f160b19e2f60bb191bd3713f17f19ce7e535.svg) no-repeat right center;
  background-size: 12px;
}

/* line 38, app/assets/stylesheets/patterns/_locale-selector.scss */
.is-open .locale-selector__toggler {
  background-image: url(/assets/chevron-up-09fea0e7cb1a382804a0d8be697defa6f188b249aafc3e2a63c4b0f056915781.svg);
}

/* line 43, app/assets/stylesheets/patterns/_locale-selector.scss */
.locale-selector__list {
  padding: 0;
  list-style-type: none;
  margin: 0;
  text-align: left;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

/* line 48, app/assets/stylesheets/patterns/_locale-selector.scss */
.is-open .locale-selector__list {
  opacity: 1;
}

/* line 53, app/assets/stylesheets/patterns/_locale-selector.scss */
.locale-selector__item {
  line-height: 2em;
}

/* line 57, app/assets/stylesheets/patterns/_locale-selector.scss */
.locale-selector__link {
  white-space: nowrap;
  padding-left: 1.5rem;
}

/* line 60, app/assets/stylesheets/patterns/_locale-selector.scss */
.locale-selector__link.is-active {
  background: url(/assets/check-1f8f464cedcc6ae324de9f9347c1939bf6001452a42d23ab856d84201ca474e9.svg) no-repeat 3px center;
  background-size: 12px;
}

/* line 1, app/assets/stylesheets/patterns/_visuallyhidden.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 1, app/assets/stylesheets/patterns/_subnav.scss */
.subnav {
  border-bottom: 1px solid #d5e0e8;
  margin-bottom: calc(2em - 1px);
}

/* line 5, app/assets/stylesheets/patterns/_subnav.scss */
.article-story .subnav {
  background: #edf2f5;
}

/* line 8, app/assets/stylesheets/patterns/_subnav.scss */
.subnav.subnav--event {
  margin-bottom: 0;
}

/* line 13, app/assets/stylesheets/patterns/_subnav.scss */
.subnav-links-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
}

/* line 19, app/assets/stylesheets/patterns/_subnav.scss */
.subnav-links-scoll-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}

/* line 25, app/assets/stylesheets/patterns/_subnav.scss */
.subnav-links-scoll-wrapper:last-child {
  flex: 1;
}

/* line 29, app/assets/stylesheets/patterns/_subnav.scss */
.subnav-links-scoll-wrapper:before, .subnav-links-scoll-wrapper:after {
  content: "";
  width: 21px;
  position: absolute;
  top: 0;
  bottom: 0;
}

/* line 38, app/assets/stylesheets/patterns/_subnav.scss */
.subnav-links-scoll-wrapper:before {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  left: 0;
}

/* line 47, app/assets/stylesheets/patterns/_subnav.scss */
.subnav-links-scoll-wrapper:after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 99%, white 100%);
  right: 0;
}

/* line 58, app/assets/stylesheets/patterns/_subnav.scss */
.article-story .subnav-links-scoll-wrapper:before {
  background: linear-gradient(to right, #edf2f5 0%, rgba(237, 242, 245, 0) 100%);
}

/* line 66, app/assets/stylesheets/patterns/_subnav.scss */
.article-story .subnav-links-scoll-wrapper:after {
  background: linear-gradient(to right, rgba(237, 242, 245, 0) 0%, #edf2f5 99%, #edf2f5 100%);
}

/* line 76, app/assets/stylesheets/patterns/_subnav.scss */
.subnav-links-wrapper--dark .subnav-links-scoll-wrapper, .body--dark .subnav-links-scoll-wrapper, .subnav--dark .subnav-links-scoll-wrapper {
  background: #1b2029;
  color: #fff;
}

/* line 82, app/assets/stylesheets/patterns/_subnav.scss */
.subnav-links-wrapper--dark .subnav-links-scoll-wrapper:before, .body--dark .subnav-links-scoll-wrapper:before, .subnav--dark .subnav-links-scoll-wrapper:before {
  background: linear-gradient(to right, #1b2029 0%, rgba(27, 32, 41, 0) 100%);
}

/* line 90, app/assets/stylesheets/patterns/_subnav.scss */
.subnav-links-wrapper--dark .subnav-links-scoll-wrapper:after, .body--dark .subnav-links-scoll-wrapper:after, .subnav--dark .subnav-links-scoll-wrapper:after {
  background: linear-gradient(to right, rgba(27, 32, 41, 0) 0%, #1b2029 99%, #1b2029 100%);
}

/* line 99, app/assets/stylesheets/patterns/_subnav.scss */
.subnav-links-wrapper--dark .subnav-links-scoll-wrapper .subnav-link, .body--dark .subnav-links-scoll-wrapper .subnav-link, .subnav--dark .subnav-links-scoll-wrapper .subnav-link {
  color: inherit;
}

/* line 102, app/assets/stylesheets/patterns/_subnav.scss */
.subnav-links-wrapper--dark .subnav-links-scoll-wrapper .subnav-link.is-active, .body--dark .subnav-links-scoll-wrapper .subnav-link.is-active, .subnav--dark .subnav-links-scoll-wrapper .subnav-link.is-active {
  border-color: #008cf0;
  border-color: var(--body-link-color);
}

/* line 110, app/assets/stylesheets/patterns/_subnav.scss */
.subnav-links-scroll {
  padding: 0;
  list-style-type: none;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  flex: 1;
  scrollbar-width: none;
}

/* line 120, app/assets/stylesheets/patterns/_subnav.scss */
.subnav-links-scroll::-webkit-scrollbar {
  display: none;
}

@media only screen and (min-width: 40.0625em) {
  /* line 110, app/assets/stylesheets/patterns/_subnav.scss */
  .subnav-links-scroll {
    display: block;
  }
}

/* line 129, app/assets/stylesheets/patterns/_subnav.scss */
.subnav-links-fixed {
  display: flex;
  align-items: center;
  margin: 0 21px 0 0.5rem;
}

@media only screen and (max-width: 40em) {
  /* line 129, app/assets/stylesheets/patterns/_subnav.scss */
  .subnav-links-fixed {
    display: none;
  }
}

/* line 139, app/assets/stylesheets/patterns/_subnav.scss */
.subnav-links {
  padding: 0;
  list-style-type: none;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
}

/* line 145, app/assets/stylesheets/patterns/_subnav.scss */
.subnav-link-item {
  margin-right: 1.1em;
  white-space: nowrap;
}

/* line 149, app/assets/stylesheets/patterns/_subnav.scss */
.subnav-link-item:first-child {
  margin-left: 21px;
}

/* line 153, app/assets/stylesheets/patterns/_subnav.scss */
.subnav-link-item:last-child {
  margin-right: 0;
}

/* line 156, app/assets/stylesheets/patterns/_subnav.scss */
.subnav-link-item:last-child:after {
  content: " ";
  display: inline-block;
  width: 1rem;
}

/* line 163, app/assets/stylesheets/patterns/_subnav.scss */
.subnav-link-item.subnav-hashtag {
  flex: 1 0 auto;
  text-align: right;
  margin-right: 21px;
}

/* line 168, app/assets/stylesheets/patterns/_subnav.scss */
.subnav-link-item.subnav-hashtag .subnav-link:hover {
  border-color: transparent;
}

/* line 173, app/assets/stylesheets/patterns/_subnav.scss */
.subnav-link-item--header {
  flex: 1 0 auto;
}

/* line 176, app/assets/stylesheets/patterns/_subnav.scss */
.subnav-link-item--header .subnav-link {
  font-weight: normal;
}

/* line 180, app/assets/stylesheets/patterns/_subnav.scss */
.subnav-link-item--header svg {
  margin: 0 0.25rem;
}

/* line 185, app/assets/stylesheets/patterns/_subnav.scss */
.subnav-link-item--social {
  margin-right: 21px !important;
}

/* line 190, app/assets/stylesheets/patterns/_subnav.scss */
.subnav-link {
  font-weight: 600;
  line-height: 2.6em;
  display: inline-block;
  border-bottom: 5px solid transparent;
  transition: border-color 0.2s ease-in-out;
}

@media (hover: hover) {
  /* line 198, app/assets/stylesheets/patterns/_subnav.scss */
  .subnav-link:hover {
    border-color: #d5e0e8;
  }
}

/* line 203, app/assets/stylesheets/patterns/_subnav.scss */
.subnav-link.is-active {
  border-color: #0065f2;
  border-color: var(--body-link-color);
  cursor: default;
}

/* line 2, app/assets/stylesheets/patterns/_anchors.scss */
.lang-en h1[id],
.lang-en h2[id],
.lang-en h3[id],
.lang-en h4[id],
.lang-en h5[id],
.lang-en div[id],
.lang-en section[id] {
  scroll-margin-top: calc(var(--headerHeight) + 1rem);
}

/* line 1, app/assets/stylesheets/modules/structure/_header.scss */
.header {
  background-color: white;
  margin: 0 auto;
  border-bottom: 1px solid #d5e0e8;
  position: relative;
}

/* line 6, app/assets/stylesheets/modules/structure/_header.scss */
.header.header--main {
  z-index: 102;
}

/* line 11, app/assets/stylesheets/modules/structure/_header.scss */
.header-environment {
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
  z-index: 100;
}

/* line 18, app/assets/stylesheets/modules/structure/_header.scss */
.header-environment span {
  position: absolute;
  top: 4px;
  right: 0;
  padding: 0.25em 0.5em;
  border-bottom-left-radius: 4px;
  background: inherit;
  color: white;
  font-size: 13px;
  line-height: 1em;
  opacity: 0.8;
}

/* line 32, app/assets/stylesheets/modules/structure/_header.scss */
.header-environment--development {
  background: #2a5834;
}

/* line 32, app/assets/stylesheets/modules/structure/_header.scss */
.header-environment--qa {
  background: #1f3582;
}

/* line 32, app/assets/stylesheets/modules/structure/_header.scss */
.header-environment--staging {
  background: #92251f;
}

/* line 38, app/assets/stylesheets/modules/structure/_header.scss */
.header-container {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
  margin: 0;
}

@media only screen {
  /* line 38, app/assets/stylesheets/modules/structure/_header.scss */
  .header-container {
    width: 100%;
  }
}

/* line 43, app/assets/stylesheets/modules/structure/_header.scss */
.header-item,
.header-pane {
  vertical-align: middle;
  text-align: center;
  padding: 0 0.9em;
  list-style-type: none;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  margin-right: -0.2675em;
}

@media only screen and (min-width: 64.0625em) {
  /* line 43, app/assets/stylesheets/modules/structure/_header.scss */
  .header-item,
.header-pane {
    display: inline-block;
    font-size: 1.125em;
    height: 5.556em;
  }
}

/* line 58, app/assets/stylesheets/modules/structure/_header.scss */
.lang-ja .header-item, .header-pane {
  padding: 0 0.6em;
}

/* line 61, app/assets/stylesheets/modules/structure/_header.scss */
.header-item a,
.header-pane a {
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  display: inline-block;
}

/* line 65, app/assets/stylesheets/modules/structure/_header.scss */
.header-item a:hover,
.header-pane a:hover {
  text-decoration: none;
  color: #84919c;
}

/* line 69, app/assets/stylesheets/modules/structure/_header.scss */
.header-item a.toplink,
.header-pane a.toplink {
  color: #0065f2;
}

/* line 74, app/assets/stylesheets/modules/structure/_header.scss */
.header-pane {
  position: relative;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

/* line 80, app/assets/stylesheets/modules/structure/_header.scss */
.header-item {
  padding-left: 0;
}

/* line 84, app/assets/stylesheets/modules/structure/_header.scss */
.header-pane.active {
  background-color: #eef2f5;
  border-left: 1px solid #d5e0e8;
  border-right: 1px solid #d5e0e8;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* line 89, app/assets/stylesheets/modules/structure/_header.scss */
.header-pane.active a {
  color: #84919c;
}

/* line 94, app/assets/stylesheets/modules/structure/_header.scss */
.header-pane:hover {
  background-color: #eef2f5;
  border-left: 1px solid #d5e0e8;
  border-right: 1px solid #d5e0e8;
}

/* line 100, app/assets/stylesheets/modules/structure/_header.scss */
.header-pane.active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #eef2f5;
}

/* line 111, app/assets/stylesheets/modules/structure/_header.scss */
.header-pane-selectors {
  display: inline-block;
}

@media screen and (max-width: 64.0625em) {
  /* line 111, app/assets/stylesheets/modules/structure/_header.scss */
  .header-pane-selectors {
    display: none;
  }
}

/* line 118, app/assets/stylesheets/modules/structure/_header.scss */
.header-secondary-links {
  float: right;
  display: none;
  white-space: nowrap;
}

@media only screen and (min-width: 64.0625em) {
  /* line 118, app/assets/stylesheets/modules/structure/_header.scss */
  .header-secondary-links {
    display: inline-block;
  }
}

/* line 125, app/assets/stylesheets/modules/structure/_header.scss */
.header-secondary-links .header-item {
  padding-right: 0.75em;
}

/* line 128, app/assets/stylesheets/modules/structure/_header.scss */
.header-secondary-links .header-item.search {
  display: inline-block;
  padding-right: 0;
  margin-right: 0;
}

/* line 133, app/assets/stylesheets/modules/structure/_header.scss */
.header-secondary-links .header-item__link {
  font-size: 0.7em;
  line-height: 7.937em;
  height: auto;
  display: none;
}

@media only screen and (min-width: 64.0625em) {
  /* line 133, app/assets/stylesheets/modules/structure/_header.scss */
  .header-secondary-links .header-item__link {
    display: inline-block;
  }
  /* line 140, app/assets/stylesheets/modules/structure/_header.scss */
  .header-secondary-links .header-item__link.toplink {
    display: none;
  }
}

@media screen and (min-width: 940px) {
  /* line 145, app/assets/stylesheets/modules/structure/_header.scss */
  .header-secondary-links .header-item__link.toplink {
    display: inline-block;
  }
}

/* line 153, app/assets/stylesheets/modules/structure/_header.scss */
.header-item .locale-switcher {
  margin: 3em 0 0;
}

/* line 158, app/assets/stylesheets/modules/structure/_header.scss */
.header-wef__logo {
  position: relative;
  height: 3em;
  margin-top: 0.75em;
  margin-bottom: 0.625em;
}

@media only screen and (min-width: 64.0625em) {
  /* line 158, app/assets/stylesheets/modules/structure/_header.scss */
  .header-wef__logo {
    padding: 0;
    display: inline-block;
    margin-top: 1.028em;
    margin-bottom: 1.028em;
    height: 3.5em;
  }
}

/* line 173, app/assets/stylesheets/modules/structure/_header.scss */
.header-item__link {
  color: #0065f2;
  text-decoration: none;
  font-weight: 600;
  line-height: 5.556em;
  height: 5.556em;
  display: inline-block;
}

/* line 181, app/assets/stylesheets/modules/structure/_header.scss */
.header-item__link.active {
  color: #0070be;
  border-bottom: 2px solid #0070be;
  padding-bottom: 4px;
}

/* line 188, app/assets/stylesheets/modules/structure/_header.scss */
.link--selected {
  color: #b7c3cc;
}

/* line 192, app/assets/stylesheets/modules/structure/_header.scss */
.drawer-icon {
  position: absolute;
  left: 0;
  display: inline-block;
  padding: 1.5em 1.25em;
}

/* line 197, app/assets/stylesheets/modules/structure/_header.scss */
.drawer-icon:hover {
  cursor: pointer;
}

/* line 200, app/assets/stylesheets/modules/structure/_header.scss */
.drawer-icon img {
  height: 1em;
}

@media only screen and (min-width: 64.0625em) {
  /* line 192, app/assets/stylesheets/modules/structure/_header.scss */
  .drawer-icon {
    display: none;
  }
}

/* line 209, app/assets/stylesheets/modules/structure/_header.scss */
.header-toplink-button {
  border: 1px solid #d5e0e8;
  border-radius: 4px;
  padding: 1em 1.5em 1em 1.5em;
  margin: 2em 0;
  text-align: left;
  display: block;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  line-height: 1.125;
}

/* line 16, app/assets/stylesheets/patterns/_button.scss */
.header-toplink-button img {
  position: relative;
  right: 0;
  top: 0.15em;
  float: right;
}

@media only screen and (min-width: 40.0625em) {
  /* line 209, app/assets/stylesheets/modules/structure/_header.scss */
  .header-toplink-button {
    display: inline-block;
    width: auto;
    text-align: center;
  }
  /* line 28, app/assets/stylesheets/patterns/_button.scss */
  .header-toplink-button span {
    float: none;
  }
  /* line 32, app/assets/stylesheets/patterns/_button.scss */
  .header-toplink-button img {
    position: relative;
    left: 0.75em;
  }
}

/* line 214, app/assets/stylesheets/modules/structure/_header.scss */
.header-toplink-button:hover {
  background-color: #0065f2;
  border-color: transparent;
  color: #ffffff;
}

/* line 224, app/assets/stylesheets/modules/structure/_header.scss */
.content-container {
  width: 100%;
  min-height: 100%;
  left: 0;
  -webkit-transition: left 0.25s ease-in-out;
  -moz-transition: left 0.25s ease-in-out;
  -o-transition: left 0.25s ease-in-out;
  transition: left 0.25s ease-in-out;
}

/* line 234, app/assets/stylesheets/modules/structure/_header.scss */
body.is-pushed-right {
  overflow-x: hidden;
}

/* line 237, app/assets/stylesheets/modules/structure/_header.scss */
body.is-pushed-right .content-container {
  background: #fff;
  position: relative;
  left: 85%;
  box-shadow: -3px 0 15px 0px rgba(0, 0, 0, 0.1);
}

/* line 244, app/assets/stylesheets/modules/structure/_header.scss */
body.is-pushed-right .drawer-icon {
  display: none;
}

/* line 1, app/assets/stylesheets/modules/structure/_meganav.scss */
.meganav-container {
  position: absolute;
  width: 100%;
  background-color: #eef2f5;
  z-index: 101;
  color: #141414;
}

/* line 5, app/assets/stylesheets/modules/structure/_meganav.scss */
.meganav-container .tout-list--grid {
  margin: 0;
}

/* line 9, app/assets/stylesheets/modules/structure/_meganav.scss */
.meganav-container .tout:first-child,
.meganav-container .tout-list--grid .tout {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 15, app/assets/stylesheets/modules/structure/_meganav.scss */
.meganav-container .tout__topic {
  color: #005c9c;
}

/* line 20, app/assets/stylesheets/modules/structure/_meganav.scss */
.meganav-content {
  border-bottom: 1px solid #d5e0e8;
  display: none;
  padding-top: 1em;
  position: relative;
}

/* line 9, app/assets/stylesheets/patterns/_page-overlays.scss */
.meganav-content:after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 50px;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.3), transparent 100%);
}

/* line 28, app/assets/stylesheets/modules/structure/_meganav.scss */
.meganav-content .tout--mini .placeholder {
  max-width: 100px;
}

/* line 34, app/assets/stylesheets/modules/structure/_meganav.scss */
.meganav-content--tall {
  padding-bottom: 2em;
}

/* line 38, app/assets/stylesheets/modules/structure/_meganav.scss */
.meganav-content--tall:after {
  bottom: -50px;
}

/* line 43, app/assets/stylesheets/modules/structure/_meganav.scss */
.meganav-content__description {
  border-bottom: 1px solid #d5e0e8;
  position: relative;
  padding-bottom: 1em;
  margin-bottom: 1em;
  color: #84919c;
}

/* line 53, app/assets/stylesheets/modules/structure/_meganav.scss */
.agenda .meganav-content__description .description {
  text-align: right;
}

/* line 59, app/assets/stylesheets/modules/structure/_meganav.scss */
.meganav-section-end {
  border-top: 1px solid #d5e0e8;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-top: 2em;
  text-align: right;
  font-weight: 600;
}

/* line 68, app/assets/stylesheets/modules/structure/_meganav.scss */
.meganav-section-end a {
  color: #0065f2;
  text-decoration: none;
}

/* line 73, app/assets/stylesheets/modules/structure/_meganav.scss */
.meganav-section-end span {
  position: relative;
  right: .5em;
}

@media only screen and (min-width: 64.0625em) {
  /* line 59, app/assets/stylesheets/modules/structure/_meganav.scss */
  .meganav-section-end {
    padding-right: 0;
  }
}

/* line 83, app/assets/stylesheets/modules/structure/_meganav.scss */
.meganav-agenda-subpane {
  display: none;
}

/* line 87, app/assets/stylesheets/modules/structure/_meganav.scss */
.subpane-navigation {
  position: absolute;
  bottom: 1em;
}

/* line 91, app/assets/stylesheets/modules/structure/_meganav.scss */
.subpane-navigation .subpane-navigation__item {
  position: relative;
  cursor: pointer;
  font-weight: 600;
  color: #0065f2;
  margin-right: 2em;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* line 99, app/assets/stylesheets/modules/structure/_meganav.scss */
.subpane-navigation .subpane-navigation__item:last-of-type {
  margin-right: 0;
}

/* line 103, app/assets/stylesheets/modules/structure/_meganav.scss */
.subpane-navigation .subpane-navigation__item.active {
  color: #84919c;
}

/* line 106, app/assets/stylesheets/modules/structure/_meganav.scss */
.subpane-navigation .subpane-navigation__item.active::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -8.5px;
  width: 17px;
  height: 9px;
  background-image: url(/assets/subnav-active-arrow-479d8502b348b71a96765f373e7c588a153a992e724b742b681e5a8d8a3d1d01.svg);
}

/* line 120, app/assets/stylesheets/modules/structure/_meganav.scss */
.mega-summary {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
}

@media only screen {
  /* line 120, app/assets/stylesheets/modules/structure/_meganav.scss */
  .mega-summary {
    width: 33.3333333333%;
  }
}

/* line 123, app/assets/stylesheets/modules/structure/_meganav.scss */
.mega-summary .story-summary__image--report {
  padding-left: 0;
  padding-right: 0;
}

/* line 129, app/assets/stylesheets/modules/structure/_meganav.scss */
.mega-summary-2x {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
}

@media only screen {
  /* line 129, app/assets/stylesheets/modules/structure/_meganav.scss */
  .mega-summary-2x {
    width: 50%;
  }
}

/* line 70, app/assets/stylesheets/patterns/_text.scss */
.mega-summary a,
.mega-summary-2x a {
  color: #141414;
  text-decoration: none;
}

/* line 75, app/assets/stylesheets/patterns/_text.scss */
.mega-summary a:hover .mega-summary__title,
.mega-summary-2x a:hover .mega-summary__title {
  text-decoration: underline;
}

/* line 70, app/assets/stylesheets/patterns/_text.scss */
.mega-summary a,
.mega-summary-2x a {
  color: #141414;
  text-decoration: none;
}

/* line 75, app/assets/stylesheets/patterns/_text.scss */
.mega-summary a:hover .mega-story__title,
.mega-summary-2x a:hover .mega-story__title {
  text-decoration: underline;
}

/* line 139, app/assets/stylesheets/modules/structure/_meganav.scss */
.mega-summary:last-of-type .gutter-marking,
.mega-summary-2x:last-of-type .gutter-marking {
  display: none;
}

/* line 145, app/assets/stylesheets/modules/structure/_meganav.scss */
.mega-summary__image {
  margin-bottom: .5em;
}

/* line 149, app/assets/stylesheets/modules/structure/_meganav.scss */
.mega-summary__caption {
  color: #84919c;
  font-size: 0.875em;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: .75em;
}

/* line 155, app/assets/stylesheets/modules/structure/_meganav.scss */
.mega-summary__title {
  font-weight: 600;
  font-size: 1.265em;
  color: #141414;
}

/* line 160, app/assets/stylesheets/modules/structure/_meganav.scss */
.mega-about__image {
  margin-bottom: .5em;
}

/* line 164, app/assets/stylesheets/modules/structure/_meganav.scss */
.mega-story__title {
  font-weight: 600;
  font-size: 1.265em;
  margin-bottom: .75em;
}

/* line 169, app/assets/stylesheets/modules/structure/_meganav.scss */
.mega-list-group {
  padding: 0;
  list-style-type: none;
}

/* line 173, app/assets/stylesheets/modules/structure/_meganav.scss */
.mega-list-group--split {
  display: flex;
  flex-wrap: wrap;
}

/* line 178, app/assets/stylesheets/modules/structure/_meganav.scss */
.mega-list-group__header {
  border-bottom: 1px solid #d5e0e8;
  padding-bottom: 10px;
  margin-bottom: 1em;
}

/* line 31, app/assets/stylesheets/patterns/_text.scss */
.mega-list-group__header span {
  border-bottom: 3px solid #d5e0e8;
  font-weight: 600;
  padding-bottom: 10px;
}

/* line 182, app/assets/stylesheets/modules/structure/_meganav.scss */
.mega-list-group__header .gutter-marking {
  height: 90%;
}

/* line 187, app/assets/stylesheets/modules/structure/_meganav.scss */
.mega-list-group__item {
  font-weight: 600;
  font-size: .875em;
  margin-bottom: 1em;
}

/* line 192, app/assets/stylesheets/modules/structure/_meganav.scss */
.mega-list-group__item a {
  color: #0065f2;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* line 197, app/assets/stylesheets/modules/structure/_meganav.scss */
.mega-list-group__item a:hover {
  color: #84919c;
}

/* line 202, app/assets/stylesheets/modules/structure/_meganav.scss */
.mega-list-group--split .mega-list-group__item {
  width: 50%;
  padding-right: 1em;
}

/* line 210, app/assets/stylesheets/modules/structure/_meganav.scss */
.mega-event-summary .tout__title {
  font-size: 2em;
}

/* line 214, app/assets/stylesheets/modules/structure/_meganav.scss */
.mega-event-summary .gutter-marking {
  height: 90%;
}

/* line 1, app/assets/stylesheets/modules/structure/_footer.scss */
.footer {
  background-color: #edf2f5;
  padding-bottom: 5em;
  position: relative;
  z-index: 2;
}

/* line 7, app/assets/stylesheets/modules/structure/_footer.scss */
.footer .list-group__item {
  font-size: .9em;
}

/* line 10, app/assets/stylesheets/modules/structure/_footer.scss */
.body--dark .footer {
  background-color: #1b2029;
  color: #ffffff;
}

/* line 14, app/assets/stylesheets/modules/structure/_footer.scss */
.body--dark .footer .footer__form__input {
  background-color: #1b2029;
  border-color: #ffffff;
  color: #ffffff;
}

/* line 19, app/assets/stylesheets/modules/structure/_footer.scss */
.body--dark .footer .footer__form__input::placeholder {
  color: #84919c;
}

/* line 24, app/assets/stylesheets/modules/structure/_footer.scss */
.body--dark .footer .footer__form__submit {
  background-color: #008cf0;
  border: 1px solid #008cf0;
  color: #ffffff;
}

/* line 30, app/assets/stylesheets/modules/structure/_footer.scss */
.body--dark .footer .locale-link {
  color: #ffffff;
}

/* line 34, app/assets/stylesheets/modules/structure/_footer.scss */
.body--dark .footer .list-group__header {
  border-color: #ffffff;
  padding-bottom: 13px;
}

/* line 38, app/assets/stylesheets/modules/structure/_footer.scss */
.body--dark .footer .list-group__header span {
  border-color: #ffffff;
}

/* line 43, app/assets/stylesheets/modules/structure/_footer.scss */
.body--dark .footer a,
.body--dark .footer a:visited,
.body--dark .footer a:active {
  color: #008cf0;
}

/* line 51, app/assets/stylesheets/modules/structure/_footer.scss */
.footer__list-group {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
}

@media only screen {
  /* line 51, app/assets/stylesheets/modules/structure/_footer.scss */
  .footer__list-group {
    width: 100%;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 51, app/assets/stylesheets/modules/structure/_footer.scss */
  .footer__list-group {
    width: 25%;
  }
}

/* line 55, app/assets/stylesheets/modules/structure/_footer.scss */
.footer__info-container {
  border-top: 1px solid #d5e0e8;
  color: #838A8F;
  margin: 2em 0;
  padding-top: 1em;
  font-size: .9em;
}

/* line 62, app/assets/stylesheets/modules/structure/_footer.scss */
.footer__info-container a,
.footer__info-container a:visited,
.footer__info-container a:active {
  color: #838A8F;
}

/* line 69, app/assets/stylesheets/modules/structure/_footer.scss */
.footer__info-group {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
  padding-left: 0;
  padding-right: 0;
}

@media only screen {
  /* line 69, app/assets/stylesheets/modules/structure/_footer.scss */
  .footer__info-group {
    width: 100%;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 69, app/assets/stylesheets/modules/structure/_footer.scss */
  .footer__info-group {
    width: 50%;
  }
}

@media only screen and (max-width: 40em) {
  /* line 69, app/assets/stylesheets/modules/structure/_footer.scss */
  .footer__info-group {
    margin-bottom: 1em;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 78, app/assets/stylesheets/modules/structure/_footer.scss */
  .footer__info-group:last-of-type {
    text-align: right;
  }
}

/* line 85, app/assets/stylesheets/modules/structure/_footer.scss */
.footer__wrapper {
  border-top: 1px solid #D5E0E8;
  border-bottom: 1px solid #D5E0E8;
}

/* line 89, app/assets/stylesheets/modules/structure/_footer.scss */
.body--dark .footer__wrapper {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 94, app/assets/stylesheets/modules/structure/_footer.scss */
.footer__newsletter {
  width: 69%;
  position: relative;
  float: left;
  padding: 21px;
}

/* line 100, app/assets/stylesheets/modules/structure/_footer.scss */
.footer__newsletter::after {
  content: "";
  display: block;
  position: absolute;
  right: -1.75%;
  top: 0;
  bottom: -2px;
  border-right: 1px solid #D5E0E8;
}

@media only screen and (max-width: 40em) {
  /* line 100, app/assets/stylesheets/modules/structure/_footer.scss */
  .footer__newsletter::after {
    border: none;
  }
}

/* line 113, app/assets/stylesheets/modules/structure/_footer.scss */
.body--dark .footer__newsletter::after {
  border-color: rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 40em) {
  /* line 94, app/assets/stylesheets/modules/structure/_footer.scss */
  .footer__newsletter {
    width: 100%;
  }
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  /* line 94, app/assets/stylesheets/modules/structure/_footer.scss */
  .footer__newsletter {
    width: 50%;
  }
}

/* line 127, app/assets/stylesheets/modules/structure/_footer.scss */
.footer__form__field {
  margin: 0.75em 0 0 0;
  overflow: hidden;
  padding: 0.5em 0;
  width: 50%;
  text-align: left;
  font-weight: normal;
  border: 0;
}

@media only screen and (min-width: 64.0625em) {
  /* line 127, app/assets/stylesheets/modules/structure/_footer.scss */
  .footer__form__field {
    margin: 0;
    text-align: left;
    width: 50%;
    right: 1.5em;
  }
}

@media only screen and (max-width: 40em) {
  /* line 127, app/assets/stylesheets/modules/structure/_footer.scss */
  .footer__form__field {
    padding: 0.5em 0;
  }
}

/* line 148, app/assets/stylesheets/modules/structure/_footer.scss */
.footer__form__input {
  border: 1px solid #84919c;
  border-right: 0;
  border-radius: 4px 0px 0px 4px;
  padding: 0.75em 1em;
  float: left;
  width: 165px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

@media only screen and (min-width: 64.0625em) {
  /* line 148, app/assets/stylesheets/modules/structure/_footer.scss */
  .footer__form__input {
    width: 200px;
  }
}

@media only screen and (max-width: 40em) {
  /* line 148, app/assets/stylesheets/modules/structure/_footer.scss */
  .footer__form__input {
    width: 100%;
    margin-bottom: 0.75em;
    border-right: 1px solid #84919c;
    border-radius: 4px;
  }
}

/* line 170, app/assets/stylesheets/modules/structure/_footer.scss */
.footer__form__submit {
  background-color: #0065f2;
  border-radius: 0px 4px 4px 0px;
  border: 1px solid #0065f2;
  color: white;
  font-weight: 600;
  padding: 0.65em 1em 0.85em;
  float: left;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

@media only screen and (max-width: 40em) {
  /* line 170, app/assets/stylesheets/modules/structure/_footer.scss */
  .footer__form__submit {
    border-radius: 4px;
  }
}

/* line 184, app/assets/stylesheets/modules/structure/_footer.scss */
.footer__form__submit:hover {
  background-color: #005ad9;
}

/* line 189, app/assets/stylesheets/modules/structure/_footer.scss */
.footer__socialmedia {
  width: 50%;
  position: relative;
  float: left;
  padding: 21px;
}

@media only screen and (min-width: 64.0625em) {
  /* line 189, app/assets/stylesheets/modules/structure/_footer.scss */
  .footer__socialmedia {
    width: 30%;
  }
}

@media only screen and (max-width: 40em) {
  /* line 189, app/assets/stylesheets/modules/structure/_footer.scss */
  .footer__socialmedia {
    width: 100%;
    border-top: 1px solid #D5E0E8;
  }
}

/* line 205, app/assets/stylesheets/modules/structure/_footer.scss */
.footer__socialmedia .footer__socialmedia-title {
  padding: 2em 1em 1.125em;
  float: left;
  position: relative;
  font-weight: 600;
}

@media only screen and (max-width: 40em) {
  /* line 205, app/assets/stylesheets/modules/structure/_footer.scss */
  .footer__socialmedia .footer__socialmedia-title {
    width: 100%;
    padding: 0em;
    float: none;
  }
}

/* line 218, app/assets/stylesheets/modules/structure/_footer.scss */
.footer__socialmedia .footer__socialmedia-group {
  padding: 1.45em 0 0 0em;
}

/* line 1, app/assets/stylesheets/modules/structure/_side-drawer.scss */
.side-drawer {
  height: 100%;
  background-color: #eef2f5;
  position: absolute;
  width: 85%;
  overflow: none;
  display: none;
  z-index: 3;
}

/* line 11, app/assets/stylesheets/modules/structure/_side-drawer.scss */
.side-drawer__nav {
  padding: 0;
  list-style-type: none;
}

/* line 15, app/assets/stylesheets/modules/structure/_side-drawer.scss */
.side-drawer__item {
  border-bottom: 1px solid #d5e0e8;
  padding: 0.875em 0;
  padding: 0.875em 0;
  cursor: pointer;
}

/* line 20, app/assets/stylesheets/modules/structure/_side-drawer.scss */
.side-drawer__item:first-of-type {
  border-top: 1px solid #d5e0e8;
}

/* line 24, app/assets/stylesheets/modules/structure/_side-drawer.scss */
.side-drawer__item.expanded {
  border-bottom-color: #eef2f5;
  padding-bottom: 0;
}

/* line 29, app/assets/stylesheets/modules/structure/_side-drawer.scss */
.side-drawer__item.expanded .side-drawer__link {
  color: #0065f2;
}

/* line 33, app/assets/stylesheets/modules/structure/_side-drawer.scss */
.side-drawer__item.expanded .side-drawer__sublinks {
  display: block;
}

/* line 39, app/assets/stylesheets/modules/structure/_side-drawer.scss */
.side-drawer__link {
  color: #0065f2;
  font-weight: 600;
  text-decoration: none;
  padding-left: 1em;
  display: block;
}

/* line 46, app/assets/stylesheets/modules/structure/_side-drawer.scss */
.side-drawer__link .filter-show-controls,
.side-drawer__link .filter-collapse-controls {
  margin-right: 1em;
  padding: 0;
  bottom: 0;
}

/* line 54, app/assets/stylesheets/modules/structure/_side-drawer.scss */
.side-drawer__link.filter__options {
  float: none;
  text-align: left;
}

/* line 60, app/assets/stylesheets/modules/structure/_side-drawer.scss */
.side-drawer__item .filter__content {
  padding-top: 0.375em;
}

/* line 65, app/assets/stylesheets/modules/structure/_side-drawer.scss */
.side-secondary-nav {
  padding: 0;
  list-style-type: none;
  margin: 0;
  padding-left: 1em;
}

/* line 15, node_modules/css-patterns/stylesheets/patterns/_inline_list.scss */
.side-secondary-nav > * {
  display: inline-block;
}

/* line 70, app/assets/stylesheets/modules/structure/_side-drawer.scss */
.search-widget {
  position: relative;
  padding: 0.5em 1em 0;
}

/* line 74, app/assets/stylesheets/modules/structure/_side-drawer.scss */
.search-widget .search-bar {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  background-color: white;
  width: calc(100% - 22px - 0.5em);
  padding: 0.5em;
  margin-top: 0.5em;
  border-radius: 4px;
  border: 1px solid #d5e0e8;
  line-height: 1.2;
}

/* line 86, app/assets/stylesheets/modules/structure/_side-drawer.scss */
.form-submit {
  background: 0;
  border: 0;
  padding: 0;
}

/* line 91, app/assets/stylesheets/modules/structure/_side-drawer.scss */
.form-submit img {
  width: 100%;
}

/* line 97, app/assets/stylesheets/modules/structure/_side-drawer.scss */
.side-drawer .form-submit img {
  padding-left: 0.5em;
}

/* line 102, app/assets/stylesheets/modules/structure/_side-drawer.scss */
.side-drawer__close {
  position: absolute;
  cursor: pointer;
  right: -2em;
  top: 0.55em;
  content: " ";
  height: 50px;
  width: 40px;
  background-image: url(/assets/cancel-13f58202dff932876cd3c32f438c9f30787bb208826f1fa4c2eb69ae1f1c6e8a.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: none;
  opacity: 0;
  z-index: 0;
  -webkit-transition: right 0.35s ease-in-out;
  -moz-transition: right 0.35s ease-in-out;
  -o-transition: right 0.35s ease-in-out;
  transition: right 0.35s ease-in-out;
}

/* line 122, app/assets/stylesheets/modules/structure/_side-drawer.scss */
.is-pushed-right .side-drawer__close {
  display: block;
  opacity: 1;
  z-index: 1000;
  right: 0.5em;
}

/* line 130, app/assets/stylesheets/modules/structure/_side-drawer.scss */
.side-drawer__sublinks {
  background-color: #e3eaef;
  padding-left: 0;
  margin-top: 0.75em;
}

/* line 136, app/assets/stylesheets/modules/structure/_side-drawer.scss */
.side-drawer__sublink {
  display: block;
  padding: 0.5em 0;
  padding-left: 1.5625em;
  border-bottom: 1px solid #d5e0e8;
}

/* line 142, app/assets/stylesheets/modules/structure/_side-drawer.scss */
.side-drawer__sublink a,
.side-drawer__sublink a:visited,
.side-drawer__sublink a:hover {
  font-size: 0.875em;
  color: #0065f2;
  text-decoration: none;
}

/* line 151, app/assets/stylesheets/modules/structure/_side-drawer.scss */
.drawer-toplink-container {
  display: block;
}

/* line 155, app/assets/stylesheets/modules/structure/_side-drawer.scss */
.drawer-toplink-button {
  border: 1px solid #d5e0e8;
  border-radius: 4px;
  padding: 1em 1.5em 1em 1.5em;
  margin: 2em 0;
  text-align: left;
  display: block;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

/* line 16, app/assets/stylesheets/patterns/_button.scss */
.drawer-toplink-button img {
  position: relative;
  right: 0;
  top: 0.15em;
  float: right;
}

@media only screen and (min-width: 40.0625em) {
  /* line 155, app/assets/stylesheets/modules/structure/_side-drawer.scss */
  .drawer-toplink-button {
    display: inline-block;
    width: auto;
    text-align: center;
  }
  /* line 28, app/assets/stylesheets/patterns/_button.scss */
  .drawer-toplink-button span {
    float: none;
  }
  /* line 32, app/assets/stylesheets/patterns/_button.scss */
  .drawer-toplink-button img {
    position: relative;
    left: 0.75em;
  }
}

/* line 161, app/assets/stylesheets/modules/structure/_side-drawer.scss */
.side-drawer--locales .side-drawer__sublink {
  padding-left: 0;
}

/* line 164, app/assets/stylesheets/modules/structure/_side-drawer.scss */
.side-drawer--locales .locale-selector__item {
  padding-left: 2.53rem;
}

/* line 166, app/assets/stylesheets/modules/structure/_side-drawer.scss */
.side-drawer--locales .locale-selector__item.is-active {
  background: url(/assets/check-1f8f464cedcc6ae324de9f9347c1939bf6001452a42d23ab856d84201ca474e9.svg) no-repeat 1.2em center;
}

/* line 172, app/assets/stylesheets/modules/structure/_side-drawer.scss */
.side-drawer__icon {
  vertical-align: -2px;
  margin-right: 5px;
  width: 16px;
}

/* line 2, app/assets/stylesheets/modules/_carousel.scss */
.glide__arrow {
  position: absolute;
  top: 114px;
  width: 52px;
  height: 52px;
  border: none;
  background: #008cf0;
}

/* line 12, app/assets/stylesheets/modules/_carousel.scss */
.glide__arrow--left {
  left: 2px;
}

/* line 12, app/assets/stylesheets/modules/_carousel.scss */
.glide__arrow--right {
  right: 2px;
}

/* line 2, app/assets/stylesheets/modules/_cookiebot.scss */
div#CybotCookiebotDialog * {
  font-family: "Akkurat", sans-serif;
  font-size: 14px;
}

/* line 7, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog {
  opacity: 1 !important;
  border-radius: 5px !important;
  overflow: visible !important;
}

/* line 12, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog #CybotCookiebotDialogHeader,
#CybotCookiebotDialog #CybotCookiebotDialogPoweredByText,
#CybotCookiebotDialog .CybotCookiebotDialogBodyBottomWrapper,
#CybotCookiebotDialog .CybotCookiebotDialogArrow,
#CybotCookiebotDialog .CybotCookiebotDialogNavItem:first-of-type {
  display: none !important;
}

/* line 20, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog #CybotCookiebotDialogTabContent {
  flex-grow: 1;
}

/* line 24, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog > *:first-child:not(.CybotCookiebotDialogContentWrapper) {
  display: none;
}

/* line 30, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog:not(.CybotCookiebotDialogOpen) {
  top: auto !important;
  left: auto !important;
  bottom: 8px;
  right: 8px;
  transform: none !important;
}

@media screen and (min-width: 601px) {
  /* line 30, app/assets/stylesheets/modules/_cookiebot.scss */
  #CybotCookiebotDialog:not(.CybotCookiebotDialogOpen) {
    display: flex;
    height: auto;
    max-width: 340px;
    max-height: 380px;
  }
}

@media screen and (max-height: 532px) {
  /* line 30, app/assets/stylesheets/modules/_cookiebot.scss */
  #CybotCookiebotDialog:not(.CybotCookiebotDialogOpen) {
    max-height: calc(100% - 16px);
  }
}

/* line 48, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog:not(.CybotCookiebotDialogOpen) #CybotCookiebotDialogNav {
  display: none !important;
}

/* line 52, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog:not(.CybotCookiebotDialogOpen) .CybotCookiebotScrollContainer {
  border-bottom: none !important;
  padding: 27px 30px !important;
  padding-bottom: 0 !important;
}

/* line 58, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog:not(.CybotCookiebotDialogOpen) #CybotCookiebotDialogBodyContentTitle {
  font-size: 16px !important;
  line-height: 1;
  margin-bottom: 18px;
}

/* line 64, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog:not(.CybotCookiebotDialogOpen) #CybotCookiebotDialogBodyContentText {
  line-height: 19.6px;
  padding-bottom: 22px;
}

/* line 69, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog:not(.CybotCookiebotDialogOpen) #CybotCookiebotDialogBodyContent {
  padding: 0;
}

/* line 72, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog:not(.CybotCookiebotDialogOpen) #CybotCookiebotDialogBodyContent > .CybotCookiebotFader {
  height: 23px;
}

/* line 77, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog:not(.CybotCookiebotDialogOpen) #CybotCookiebotDialogFooter {
  padding: 23px 30px;
  padding-top: 0;
}

/* line 82, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog:not(.CybotCookiebotDialogOpen) #CybotCookiebotDialogBodyButtonsWrapper {
  flex-direction: column !important;
}

/* line 85, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog:not(.CybotCookiebotDialogOpen) #CybotCookiebotDialogBodyButtonsWrapper .CybotCookiebotDialogBodyButton {
  width: 100% !important;
  margin: 0em !important;
  margin-top: 12px !important;
}

/* line 91, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog:not(.CybotCookiebotDialogOpen) #CybotCookiebotDialogBodyButtonsWrapper #CybotCookiebotDialogBodyLevelButtonCustomize {
  order: -1;
  margin-top: 0 !important;
}

@media screen and (min-width: 601px) {
  /* line 100, app/assets/stylesheets/modules/_cookiebot.scss */
  #CybotCookiebotDialog.CybotCookiebotDialogOpen {
    width: 610px !important;
    height: 664px;
  }
}

/* line 107, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog.CybotCookiebotDialogOpen::after {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  z-index: -1;
}

/* line 120, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog.CybotCookiebotDialogOpen .CybotCookiebotDialogContentWrapper {
  background: white;
  border-radius: 5px;
}

/* line 125, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog.CybotCookiebotDialogOpen .CybotCookiebotScrollContainer,
#CybotCookiebotDialog.CybotCookiebotDialogOpen #CybotCookiebotDialogDetailBodyContentCookieContainerTypes {
  padding: 0 !important;
}

/* line 130, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog.CybotCookiebotDialogOpen .CybotCookiebotDialogDetailBodyContentCookieTypeIntro {
  line-height: 16.8px;
  max-width: 480px;
}

@media screen and (min-width: 1280px) {
  /* line 130, app/assets/stylesheets/modules/_cookiebot.scss */
  #CybotCookiebotDialog.CybotCookiebotDialogOpen .CybotCookiebotDialogDetailBodyContentCookieTypeIntro {
    padding-left: 0 !important;
  }
}

/* line 139, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog.CybotCookiebotDialogOpen .CybotCookiebotDialogDetailBodyContentCookieContainerButton:before {
  margin-right: 0.8em;
}

/* line 143, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog.CybotCookiebotDialogOpen #CybotCookiebotDialogDetailBodyContentTextAbout {
  padding: 1.625em 23px;
}

@media screen and (min-width: 601px) {
  /* line 147, app/assets/stylesheets/modules/_cookiebot.scss */
  #CybotCookiebotDialog.CybotCookiebotDialogOpen .CybotCookiebotDialogBodyButton {
    width: 50% !important;
  }
}

/* line 153, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog.CybotCookiebotDialogOpen #CybotCookiebotDialogTabContentDetails > .CybotCookiebotFader {
  height: 23px;
}

/* line 157, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog.CybotCookiebotDialogOpen .CookieCard {
  padding-left: 23px;
  padding-right: 23px;
}

/* line 162, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog.CybotCookiebotDialogOpen #CybotCookiebotDialogFooter {
  padding: 25px 37px;
  padding-top: 28px;
}

/* line 167, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog.CybotCookiebotDialogOpen #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  display: none;
}

/* line 173, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog #CybotCookiebotDialogTabContent .CybotCookiebotDialogBodyLevelButtonSliderWrapper {
  width: 44px !important;
  height: 28px !important;
}

/* line 178, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog #CybotCookiebotDialogTabContent .CybotCookiebotDialogBodyLevelButtonSliderWrapper.CybotCookiebotDialogBodyLevelButtonSliderWrapperDisabled .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #a0a0a0;
}

/* line 183, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog #CybotCookiebotDialogTabContent .CybotCookiebotDialogBodyLevelButtonSliderWrapper .CybotCookiebotDialogBodyLevelButtonSlider:before {
  bottom: 2px;
  left: 2px;
}

/* line 188, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog #CybotCookiebotDialogTabContent .CybotCookiebotDialogBodyLevelButtonSliderWrapper input:checked + .CybotCookiebotDialogBodyLevelButtonSlider:before {
  transform: translateX(16px);
}

/* line 195, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog #CybotCookiebotDialogBodyButtonsWrapper .CybotCookiebotDialogBodyButton {
  border-radius: 32px !important;
  font-weight: normal !important;
  padding: 0;
  line-height: 40px;
}

/* line 202, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog #CybotCookiebotDialogBodyButtonsWrapper #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  background-color: #0065f2 !important;
  color: #ffffff !important;
}

/* line 207, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog #CybotCookiebotDialogBodyButtonsWrapper #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  border-color: #0065f2 !important;
}

/* line 1, app/assets/stylesheets/modules/_published-date.scss */
.published-date {
  border-top: 1px solid #d5e0e8;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  font-size: 0.75rem;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

/* line 10, app/assets/stylesheets/modules/_published-date.scss */
.published-date span:first-child {
  color: #84919c;
  line-height: 1.4;
  font-weight: 600;
  margin-right: 0.375rem;
  padding-top: 0.5rem;
  border-top: 3px solid #d5e0e8;
}

/* line 19, app/assets/stylesheets/modules/_published-date.scss */
.published-date .caption, .published-date .liveblog time, .liveblog .published-date time, .published-date .liveblog-authors h3, .liveblog-authors .published-date h3,
.published-date .liveblog-authors p,
.liveblog-authors .published-date p {
  flex: 1;
  font-size: 0.75rem;
}

@media only screen {
  /* line 1, app/assets/stylesheets/modules/_published-date.scss */
  .published-date {
    font-size: 0.875rem;
  }
  /* line 27, app/assets/stylesheets/modules/_published-date.scss */
  .published-date .caption, .published-date .liveblog time, .liveblog .published-date time, .published-date .liveblog-authors h3, .liveblog-authors .published-date h3,
.published-date .liveblog-authors p,
.liveblog-authors .published-date p {
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 1, app/assets/stylesheets/modules/_published-date.scss */
  .published-date {
    font-size: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 37, app/assets/stylesheets/modules/_published-date.scss */
  .published-date .caption, .published-date .liveblog time, .liveblog .published-date time, .published-date .liveblog-authors h3, .liveblog-authors .published-date h3,
.published-date .liveblog-authors p,
.liveblog-authors .published-date p {
    font-size: 1rem;
    margin-top: 0.125rem;
  }
}

/* line 1, app/assets/stylesheets/modules/_image-placeholder.scss */
.placeholder {
  background-color: #d8d8d8;
  background-image: url(/assets/fallbacks/generic-small-9cf28913e552d56f0a19103490f4864eb6d7ff9b588ae231786fe5ab004e048d.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

/* line 9, app/assets/stylesheets/modules/_image-placeholder.scss */
.placeholder.cropped {
  overflow: hidden;
}

/* line 12, app/assets/stylesheets/modules/_image-placeholder.scss */
.placeholder.cropped img {
  max-width: none;
  height: auto;
}

/* line 18, app/assets/stylesheets/modules/_image-placeholder.scss */
.placeholder.letterbox {
  background-image: url(/assets/fallbacks/generic-large-d3281ac72c5557b91cbf5c81cbf14dd1c4ead6b241ab2ad49afb691f1874ca8b.png);
}

/* line 20, app/assets/stylesheets/modules/_image-placeholder.scss */
.placeholder.letterbox .placeholder-inner {
  padding-bottom: 43.1548%;
}

/* line 25, app/assets/stylesheets/modules/_image-placeholder.scss */
.placeholder.hero {
  background-image: url(/assets/fallbacks/generic-large-d3281ac72c5557b91cbf5c81cbf14dd1c4ead6b241ab2ad49afb691f1874ca8b.png);
}

/* line 27, app/assets/stylesheets/modules/_image-placeholder.scss */
.placeholder.hero .placeholder-inner {
  padding-bottom: 43.75%;
}

/* line 32, app/assets/stylesheets/modules/_image-placeholder.scss */
.placeholder.square {
  background-image: url(/assets/fallbacks/generic-square-45fe566d893258201b04e8c88bc2a245b97303a444e1511a9d043103c08fd30d.png);
}

/* line 34, app/assets/stylesheets/modules/_image-placeholder.scss */
.placeholder.square .placeholder-inner {
  padding-bottom: 100%;
}

/* line 39, app/assets/stylesheets/modules/_image-placeholder.scss */
.placeholder.big {
  background-image: url(/assets/fallbacks/generic-large-d3281ac72c5557b91cbf5c81cbf14dd1c4ead6b241ab2ad49afb691f1874ca8b.png);
}

/* line 41, app/assets/stylesheets/modules/_image-placeholder.scss */
.placeholder.big .placeholder-inner {
  padding-bottom: 60.8247%;
}

/* line 46, app/assets/stylesheets/modules/_image-placeholder.scss */
.placeholder.large {
  background-image: url(/assets/fallbacks/generic-large-d3281ac72c5557b91cbf5c81cbf14dd1c4ead6b241ab2ad49afb691f1874ca8b.png);
}

/* line 48, app/assets/stylesheets/modules/_image-placeholder.scss */
.placeholder.large .placeholder-inner {
  padding-bottom: 60.8247%;
}

/* line 53, app/assets/stylesheets/modules/_image-placeholder.scss */
.placeholder.medium {
  background-image: url(/assets/fallbacks/generic-medium-f78fc9443234f41538bfcf77331a975e2b1482da760610c624064d5e2a1468ff.png);
}

/* line 55, app/assets/stylesheets/modules/_image-placeholder.scss */
.placeholder.medium .placeholder-inner {
  padding-bottom: 60.8247%;
}

/* line 61, app/assets/stylesheets/modules/_image-placeholder.scss */
.placeholder.small .placeholder-inner {
  padding-bottom: 54.2857%;
}

/* line 65, app/assets/stylesheets/modules/_image-placeholder.scss */
.placeholder.small.placeholder--square {
  background: #000000;
}

/* line 67, app/assets/stylesheets/modules/_image-placeholder.scss */
.placeholder.small.placeholder--square picture {
  left: 21.7871485945%;
  right: 21.7871485945%;
}

/* line 74, app/assets/stylesheets/modules/_image-placeholder.scss */
.placeholder.tiny {
  background-image: url(/assets/fallbacks/generic-tiny-36b47d1c70518423002bc17e0bfadca1224d2ef17742916e95918328ca62ac6b.png);
}

/* line 76, app/assets/stylesheets/modules/_image-placeholder.scss */
.placeholder.tiny .placeholder-inner {
  padding-bottom: 74.2268%;
}

/* line 81, app/assets/stylesheets/modules/_image-placeholder.scss */
.placeholder .placeholder-inner > * {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 89, app/assets/stylesheets/modules/_image-placeholder.scss */
.placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 95, app/assets/stylesheets/modules/_image-placeholder.scss */
.placeholder--video img {
  max-height: 300px;
  width: auto;
}

/* line 100, app/assets/stylesheets/modules/_image-placeholder.scss */
.placeholder--video:after {
  background: url(/assets/video/play-icon--with-shadow-045bbf342d615c8b0f1abf8a4603c2ba6e10e7eef45c6a652806edf12d580a4d.svg) no-repeat;
  background-size: cover;
  content: "";
  height: 60px;
  left: calc(50% - 30px);
  position: absolute;
  top: calc(50% - 30px);
  width: 60px;
}

/* line 111, app/assets/stylesheets/modules/_image-placeholder.scss */
.placeholder:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  transition: opacity 0.15s ease-out;
  opacity: 0;
  z-index: 1;
}

/* line 123, app/assets/stylesheets/modules/_image-placeholder.scss */
.highlights-section--featured .placeholder:before {
  background: #84919c;
}

/* line 4, app/assets/stylesheets/modules/_lazyload.scss */
img[data-src],
img[data-srcset],
img.js-lazyload {
  min-height: 1px;
}

/* line 11, app/assets/stylesheets/modules/_lazyload.scss */
img:not([src]) {
  visibility: hidden;
}

/* line 17, app/assets/stylesheets/modules/_lazyload.scss */
iframe[data-src]:not(.loaded),
iframe.js-lazyload:not(.loaded) {
  background-size: cover;
  background-position: center;
  background: url(/assets/fallbacks/generic-large-d3281ac72c5557b91cbf5c81cbf14dd1c4ead6b241ab2ad49afb691f1874ca8b.png) cover center;
}

/* line 5, app/assets/stylesheets/base/_mixins.scss */
html.webp iframe[data-src]:not(.loaded), iframe.js-lazyload:not(.loaded) {
  background-image: url(/assets/fallbacks/generic-large-a8945b3dba75064ccedb807f2585b5341d878ffd968194f32f310a2d736e4bcb.webp);
}

/* line 2, app/assets/stylesheets/modules/_app-download.scss */
.app-download {
  margin: 10px 0;
}

/* line 6, app/assets/stylesheets/modules/_app-download.scss */
.app-download:after {
  content: '';
  clear: both;
  display: block;
}

/* line 13, app/assets/stylesheets/modules/_app-download.scss */
.app-download__title {
  margin-bottom: 0.55em;
}

/* line 17, app/assets/stylesheets/modules/_app-download.scss */
.app-download__link {
  display: block;
  float: left;
  font-size: 40px;
  height: 1em;
  margin-right: 0.25em;
  margin-bottom: 0.25em;
}

/* line 25, app/assets/stylesheets/modules/_app-download.scss */
.app-download__link img {
  height: 100%;
  vertical-align: top;
}

/* line 33, app/assets/stylesheets/modules/_app-download.scss */
.app-download--small .app-download__title {
  font-size: 0.8em;
}

/* line 37, app/assets/stylesheets/modules/_app-download.scss */
.app-download--small .app-download__link {
  font-size: 36px;
}

/* line 43, app/assets/stylesheets/modules/_app-download.scss */
.article-details .app-download {
  display: none;
}

@media only screen and (min-width: 40.0625em) {
  /* line 43, app/assets/stylesheets/modules/_app-download.scss */
  .article-details .app-download {
    display: block;
  }
}

/* line 50, app/assets/stylesheets/modules/_app-download.scss */
.article-show-container .app-download {
  display: block;
}

@media only screen and (min-width: 40.0625em) {
  /* line 50, app/assets/stylesheets/modules/_app-download.scss */
  .article-show-container .app-download {
    display: none;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 57, app/assets/stylesheets/modules/_app-download.scss */
  .tout--transformation-map .app-download {
    position: absolute;
    bottom: 0;
    left: 33px;
    right: 33px;
    margin-bottom: 0;
  }
}

/* line 3, app/assets/stylesheets/modules/_sirtrevor-scale.scss */
.st__content-block--iframe iframe {
  max-width: 100%;
}

/* line 7, app/assets/stylesheets/modules/_sirtrevor-scale.scss */
.st__content-block--scale {
  aspect-ratio: 16 / 9;
}

/* line 1, app/assets/stylesheets/modules/_sirtrevor.scss */
.st__content-block--video-credit__content {
  font-size: 0.9375rem;
  color: #84919c;
  font-style: italic;
}

/* line 7, app/assets/stylesheets/modules/_sirtrevor.scss */
.st__content-block--video-container {
  position: relative;
  aspect-ratio: 16 / 9;
}

/* line 12, app/assets/stylesheets/modules/_sirtrevor.scss */
.st__content-block.st__content-block--image,
.st__content-block--pullquote,
.st__content-block.st__content-block--video,
.st__content-block.st__content-block--iframe,
.st__content-block.st__content-block--searchable-list,
.st__content-block.st__content-block--poll,
.st__content-block.st__content-block--snippet,
.st__content-block.st__content-block--twitter {
  clear: both;
  margin-top: 1em;
  margin-bottom: 2em;
}

@media only screen and (min-width: 40.0625em) {
  /* line 12, app/assets/stylesheets/modules/_sirtrevor.scss */
  .st__content-block.st__content-block--image,
.st__content-block--pullquote,
.st__content-block.st__content-block--video,
.st__content-block.st__content-block--iframe,
.st__content-block.st__content-block--searchable-list,
.st__content-block.st__content-block--poll,
.st__content-block.st__content-block--snippet,
.st__content-block.st__content-block--twitter {
    overflow: visible;
  }
}

/* line 27, app/assets/stylesheets/modules/_sirtrevor.scss */
.st__content-block.st__content-block--image.st__content-block--searchable-list,
.st__content-block--pullquote.st__content-block--searchable-list,
.st__content-block.st__content-block--video.st__content-block--searchable-list,
.st__content-block.st__content-block--iframe.st__content-block--searchable-list,
.st__content-block.st__content-block--searchable-list.st__content-block--searchable-list,
.st__content-block.st__content-block--poll.st__content-block--searchable-list,
.st__content-block.st__content-block--snippet.st__content-block--searchable-list,
.st__content-block.st__content-block--twitter.st__content-block--searchable-list {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 32, app/assets/stylesheets/modules/_sirtrevor.scss */
  .st__content-block.st__content-block--image-left, .st__content-block.st__content-block--image-right,
.st__content-block--pullquote-left,
.st__content-block--pullquote-right,
.st__content-block.st__content-block--video-left,
.st__content-block.st__content-block--video-right,
.st__content-block.st__content-block--iframe-left,
.st__content-block.st__content-block--iframe-right,
.st__content-block.st__content-block--searchable-list-left,
.st__content-block.st__content-block--searchable-list-right,
.st__content-block.st__content-block--poll-left,
.st__content-block.st__content-block--poll-right,
.st__content-block.st__content-block--snippet-left,
.st__content-block.st__content-block--snippet-right,
.st__content-block.st__content-block--twitter-left,
.st__content-block.st__content-block--twitter-right {
    width: 50%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 40, app/assets/stylesheets/modules/_sirtrevor.scss */
  .st__content-block.st__content-block--image-left,
.st__content-block--pullquote-left,
.st__content-block.st__content-block--video-left,
.st__content-block.st__content-block--iframe-left,
.st__content-block.st__content-block--searchable-list-left,
.st__content-block.st__content-block--poll-left,
.st__content-block.st__content-block--snippet-left,
.st__content-block.st__content-block--twitter-left {
    float: left;
    margin-right: 1rem;
  }
  /* line 44, app/assets/stylesheets/modules/_sirtrevor.scss */
  .st__content-block.st__content-block--image-right,
.st__content-block--pullquote-right,
.st__content-block.st__content-block--video-right,
.st__content-block.st__content-block--iframe-right,
.st__content-block.st__content-block--searchable-list-right,
.st__content-block.st__content-block--poll-right,
.st__content-block.st__content-block--snippet-right,
.st__content-block.st__content-block--twitter-right {
    float: right;
    margin-left: 1rem;
  }
  /* line 48, app/assets/stylesheets/modules/_sirtrevor.scss */
  .st__content-block.st__content-block--image-large, .st__content-block.st__content-block--image-hero,
.st__content-block--pullquote-large,
.st__content-block--pullquote-hero,
.st__content-block.st__content-block--video-large,
.st__content-block.st__content-block--video-hero,
.st__content-block.st__content-block--iframe-large,
.st__content-block.st__content-block--iframe-hero,
.st__content-block.st__content-block--searchable-list-large,
.st__content-block.st__content-block--searchable-list-hero,
.st__content-block.st__content-block--poll-large,
.st__content-block.st__content-block--poll-hero,
.st__content-block.st__content-block--snippet-large,
.st__content-block.st__content-block--snippet-hero,
.st__content-block.st__content-block--twitter-large,
.st__content-block.st__content-block--twitter-hero {
    max-width: unset;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 53, app/assets/stylesheets/modules/_sirtrevor.scss */
  .st__content-block.st__content-block--image-large figcaption, .st__content-block.st__content-block--image-hero figcaption,
.st__content-block--pullquote-large figcaption,
.st__content-block--pullquote-hero figcaption,
.st__content-block.st__content-block--video-large figcaption,
.st__content-block.st__content-block--video-hero figcaption,
.st__content-block.st__content-block--iframe-large figcaption,
.st__content-block.st__content-block--iframe-hero figcaption,
.st__content-block.st__content-block--searchable-list-large figcaption,
.st__content-block.st__content-block--searchable-list-hero figcaption,
.st__content-block.st__content-block--poll-large figcaption,
.st__content-block.st__content-block--poll-hero figcaption,
.st__content-block.st__content-block--snippet-large figcaption,
.st__content-block.st__content-block--snippet-hero figcaption,
.st__content-block.st__content-block--twitter-large figcaption,
.st__content-block.st__content-block--twitter-hero figcaption {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* line 61, app/assets/stylesheets/modules/_sirtrevor.scss */
.st__content-block.st__content-block--twitter {
  display: flex;
  justify-content: center;
  margin-bottom: 1em;
}

@media only screen and (min-width: 40.0625em) {
  /* line 67, app/assets/stylesheets/modules/_sirtrevor.scss */
  .st__content-block.st__content-block--poll,
.st__content-block.st__content-block--snippet {
    overflow: hidden;
  }
}

/* line 74, app/assets/stylesheets/modules/_sirtrevor.scss */
.st__content-block.st__content-block--image {
  position: relative;
}

/* line 75, app/assets/stylesheets/modules/_sirtrevor.scss */
.st__content-block.st__content-block--image figcaption {
  display: flex;
  justify-content: space-between;
}

/* line 78, app/assets/stylesheets/modules/_sirtrevor.scss */
.st__content-block.st__content-block--image figcaption .image__caption {
  margin-right: 1rem;
}

/* line 81, app/assets/stylesheets/modules/_sirtrevor.scss */
.st__content-block.st__content-block--image figcaption .image__caption,
.st__content-block.st__content-block--image figcaption .image__credit {
  float: none;
}

/* line 85, app/assets/stylesheets/modules/_sirtrevor.scss */
.st__content-block.st__content-block--image figcaption .image__credit {
  min-width: 160px;
  margin-top: 0.45em;
  flex-grow: 1;
}

/* line 92, app/assets/stylesheets/modules/_sirtrevor.scss */
.st__content-block.st__content-block--image .st__content-block__zoom {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
  background: rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: inherit;
  font-weight: 600;
  color: #666f75;
}

/* line 111, app/assets/stylesheets/modules/_sirtrevor.scss */
.st__content-block.st__content-block--image:hover .st__content-block__zoom {
  opacity: 1;
}

/* line 117, app/assets/stylesheets/modules/_sirtrevor.scss */
#modalContent .st__content-block__zoom {
  display: none;
}

/* line 121, app/assets/stylesheets/modules/_sirtrevor.scss */
.st__content-block--tableau {
  outline: peru;
}

/* line 124, app/assets/stylesheets/modules/_sirtrevor.scss */
.st__content-block--tableau .tableau-wrapper {
  overflow: scroll;
  margin: auto;
}

/* line 129, app/assets/stylesheets/modules/_sirtrevor.scss */
.st__content-block--tableau iframe {
  margin: auto;
}

/* line 136, app/assets/stylesheets/modules/_sirtrevor.scss */
.st__content-block--tout-list {
  margin-top: -1px;
}

/* line 140, app/assets/stylesheets/modules/_sirtrevor.scss */
.st__content-block--tout-list-container {
  border-top: 1px solid #d5e0e8;
  border-bottom: 1px solid #d5e0e8;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding: 0;
  list-style-type: none;
  margin: 0;
  justify-content: space-between;
}

/* line 147, app/assets/stylesheets/modules/_sirtrevor.scss */
.st__content-block--tout-list-container .tout {
  border: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0;
}

/* line 152, app/assets/stylesheets/modules/_sirtrevor.scss */
.st__content-block--tout-list-container .tout .tout__cta {
  display: inline-block;
  color: #666f75;
  background: url(/assets/further-reading-arrow--grey-36cab81d11904deaeb07ca52a6feb4e3aec296b0cfd62e20f358bb1e6c5bf9ca.svg) no-repeat right center;
  padding-right: 2.5rem;
  font-weight: 600;
}

@media only screen and (min-width: 40.0625em) {
  /* line 161, app/assets/stylesheets/modules/_sirtrevor.scss */
  .st__content-block--tout-list-container.tout-list-2, .st__content-block--tout-list-container.tout-list-3 {
    display: flex;
  }
}

/* line 171, app/assets/stylesheets/modules/_sirtrevor.scss */
.tout-list-1 .tout .tout__link {
  display: flex;
}

/* line 174, app/assets/stylesheets/modules/_sirtrevor.scss */
.tout-list-1 .tout .placeholder {
  flex: 0 0 125px;
  margin-right: 1rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 174, app/assets/stylesheets/modules/_sirtrevor.scss */
  .tout-list-1 .tout .placeholder {
    flex: 0 0 225px;
    margin-right: 1rem;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 186, app/assets/stylesheets/modules/_sirtrevor.scss */
  .tout-list-2 .tout {
    width: calc((100% - 1rem) / 2);
    flex: 0 0 calc((100% - 1rem) / 2);
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 193, app/assets/stylesheets/modules/_sirtrevor.scss */
  .tout-list-3 .tout {
    width: calc((100% - 2rem) / 3);
    flex: 0 0 calc((100% - 2rem) / 3);
  }
}

/* line 203, app/assets/stylesheets/modules/_sirtrevor.scss */
.st__content-block.st__content-block--data-list {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 8px;
}

/* line 208, app/assets/stylesheets/modules/_sirtrevor.scss */
.st__content-block.st__content-block--data-list > * {
  line-height: 1.6;
  font-size: 1rem;
  margin: 0px;
}

/* line 214, app/assets/stylesheets/modules/_sirtrevor.scss */
.st__content-block.st__content-block--data-list > h4 {
  font-weight: 900;
  line-height: 1.2;
  font-size: 1.5rem;
  margin-top: 24px;
  margin-bottom: 8px;
}

/* line 222, app/assets/stylesheets/modules/_sirtrevor.scss */
.st__content-block.st__content-block--data-list > p {
  grid-column: 2;
}

/* line 226, app/assets/stylesheets/modules/_sirtrevor.scss */
.st__content-block.st__content-block--data-list--featured {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.1);
  padding-bottom: 40px;
  grid-row-gap: 0;
  grid-column-gap: 16px;
}

/* line 2, app/assets/stylesheets/modules/_locale-switcher.scss */
.locale-icon {
  width: 24px;
  opacity: 0.2;
}

/* line 7, app/assets/stylesheets/modules/_locale-switcher.scss */
.locale-title {
  font-size: 1rem;
  color: #84919c;
}

/* line 13, app/assets/stylesheets/modules/_locale-switcher.scss */
.locale-switcher {
  display: inline-flex;
  border-radius: 4px;
  overflow: hidden;
}

/* line 17, app/assets/stylesheets/modules/_locale-switcher.scss */
.locale-switcher.locale-switcher__agenda {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 17, app/assets/stylesheets/modules/_locale-switcher.scss */
  .locale-switcher.locale-switcher__agenda {
    position: relative;
    top: -3rem;
  }
}

/* line 24, app/assets/stylesheets/modules/_locale-switcher.scss */
.locale-switcher.locale-switcher__header {
  align-self: center;
}

/* line 27, app/assets/stylesheets/modules/_locale-switcher.scss */
.locale-switcher.event__locale-switcher {
  float: right;
}

/* line 30, app/assets/stylesheets/modules/_locale-switcher.scss */
.locale-switcher.locale-switcher__footer {
  margin-left: -0.3rem;
}

/* line 35, app/assets/stylesheets/modules/_locale-switcher.scss */
.locale-link {
  flex: 0 1 auto;
  align-self: auto;
  color: #003087;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  padding: 0 0.2rem;
  line-height: 1.45;
  border-right: 1px solid #84919c;
}

/* line 44, app/assets/stylesheets/modules/_locale-switcher.scss */
.locale-link:last-child {
  border: 0;
}

/* line 47, app/assets/stylesheets/modules/_locale-switcher.scss */
.locale-switcher__footer .locale-link {
  background: transparent;
}

/* line 52, app/assets/stylesheets/modules/_locale-switcher.scss */
span.locale-link {
  font-weight: 600;
  cursor: default;
}

/* line 56, app/assets/stylesheets/modules/_locale-switcher.scss */
span.locale-link,
a.locale-link:hover {
  background: rgba(255, 255, 255, 0.75);
}

/* line 1, app/assets/stylesheets/modules/_social-videos.scss */
.social-videos-collection {
  background: #eef2f5;
  padding-top: 2rem;
}

/* line 5, app/assets/stylesheets/modules/_social-videos.scss */
.social-videos-collection .tout--square .tout__title {
  font-size: 1em;
}

@media only screen and (min-width: 64.0625em) {
  /* line 21, app/assets/stylesheets/modules/_person.scss */
  .event-section .letter-menu {
    float: left;
    width: auto;
  }
}

/* line 28, app/assets/stylesheets/modules/_person.scss */
.search-speakers {
  margin-right: 21px;
  margin-left: 21px;
  margin-top: -0.5em;
  margin-bottom: 21px;
}

/* line 33, app/assets/stylesheets/modules/_person.scss */
.search-speakers .form-submit {
  width: 24px;
  vertical-align: -6px;
}

@media only screen and (min-width: 64.0625em) {
  /* line 28, app/assets/stylesheets/modules/_person.scss */
  .search-speakers {
    float: right;
  }
}

/* line 41, app/assets/stylesheets/modules/_person.scss */
#search-speakers {
  padding: 0.25em 0.5em;
  margin-right: 0.5em;
  width: 250px;
}

/* line 48, app/assets/stylesheets/modules/_person.scss */
.page--person-profile .placeholder {
  height: 133px;
  padding-bottom: 0;
  width: 133px;
  position: relative;
  overflow: hidden;
  background: none;
}

/* line 13, app/assets/stylesheets/modules/_person.scss */
.page--person-profile .placeholder .image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

/* line 51, app/assets/stylesheets/modules/_person.scss */
.page--person-profile .person__meta {
  margin-top: 0;
}

/* line 56, app/assets/stylesheets/modules/_person.scss */
.person-list {
  margin-bottom: 3em;
}

/* line 58, app/assets/stylesheets/modules/_person.scss */
.person-list .person-square__image {
  float: left;
}

/* line 63, app/assets/stylesheets/modules/_person.scss */
.person-list__image {
  margin: 1.5em 0;
}

/* line 70, app/assets/stylesheets/patterns/_text.scss */
.person-square__container a {
  color: #141414;
  text-decoration: none;
}

/* line 75, app/assets/stylesheets/patterns/_text.scss */
.person-square__container a:hover .person-square__name {
  text-decoration: underline;
}

/* line 69, app/assets/stylesheets/modules/_person.scss */
.person-square__container a {
  color: inherit;
}

/* line 73, app/assets/stylesheets/modules/_person.scss */
.person-square__container.columns:last-child {
  float: left;
}

/* line 78, app/assets/stylesheets/modules/_person.scss */
.person-square {
  border: 1px solid #d5e0e8;
  margin-bottom: 1em;
  position: relative;
}

/* line 6, node_modules/css-patterns/stylesheets/patterns/_clearfix.scss */
.person-square:before, .person-square:after {
  content: " ";
  display: table;
}

/* line 12, node_modules/css-patterns/stylesheets/patterns/_clearfix.scss */
.person-square:after {
  clear: both;
}

/* line 85, app/assets/stylesheets/modules/_person.scss */
.person-square__image {
  width: 72px;
  height: 72px;
  position: relative;
  overflow: hidden;
  background: #d8d8d8;
}

/* line 91, app/assets/stylesheets/modules/_person.scss */
.person-square__image .image {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 99, app/assets/stylesheets/modules/_person.scss */
.person-square__name {
  position: absolute;
  top: 50%;
  left: 87px;
  right: 0.875em;
  transform: translateY(-50%);
  font-weight: 600;
}

/* line 108, app/assets/stylesheets/modules/_person.scss */
.person-square__subtitle {
  position: absolute;
  top: 65%;
  left: 87px;
  right: 0.875em;
  transform: translateY(-50%);
  font-size: 90%;
  max-height: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 119, app/assets/stylesheets/modules/_person.scss */
.person-square__subtitle + .person-square__name {
  top: 25%;
}

/* line 124, app/assets/stylesheets/modules/_person.scss */
.person__social {
  background: no-repeat center left;
  color: #141414;
  display: inline-block;
  padding-left: 1.8em;
  min-height: 20px;
}

/* line 133, app/assets/stylesheets/modules/_person.scss */
.person__social--facebook {
  background-image: url(/assets/social/logo-facebook--blue-d142c20213e6258d04cbf525e5e8c0fea7adb68b06267780a15c7162ffc121e6.svg);
}

/* line 133, app/assets/stylesheets/modules/_person.scss */
.person__social--twitter {
  background-image: url(/assets/social/logo-twitter--blue-b7ae6ad2ac79614911884a9ec5a4d89d953d86c9419f814d33f3dc60284371b9.svg);
}

/* line 133, app/assets/stylesheets/modules/_person.scss */
.person__social--linkedin {
  background-image: url(/assets/social/logo-linkedin--blue-33642f76ff738bb3fb24b20a5b1e97faf3d042e1ae874c1cf266303063712ffc.svg);
}

/* line 1, app/assets/stylesheets/modules/_tabs.scss */
.tabs {
  padding: 0;
  list-style-type: none;
  margin: 0;
  display: inline;
  padding-left: 0;
  margin-top: .5em;
  margin-bottom: 0;
}

@media only screen and (max-width: 40em) {
  /* line 1, app/assets/stylesheets/modules/_tabs.scss */
  .tabs {
    display: block;
    list-style: none;
  }
}

/* line 12, app/assets/stylesheets/modules/_tabs.scss */
.tabs__tab {
  display: inline-block;
}

/* line 8, app/assets/stylesheets/patterns/_tab.scss */
.tabs__tab a {
  display: inline-block;
  text-decoration: none;
}

@media only screen and (max-width: 40em) {
  /* line 12, app/assets/stylesheets/modules/_tabs.scss */
  .tabs__tab {
    display: block;
  }
}

/* line 17, app/assets/stylesheets/modules/_tabs.scss */
.tabs__tab a {
  color: #84919c;
  font-weight: 600;
  margin-right: .75em;
  padding-top: .75em;
  padding-bottom: .75em;
}

@media only screen and (max-width: 40em) {
  /* line 17, app/assets/stylesheets/modules/_tabs.scss */
  .tabs__tab a {
    margin-bottom: 1em;
    padding-bottom: 0;
  }
}

/* line 27, app/assets/stylesheets/modules/_tabs.scss */
.tabs__tab a.is-active {
  border-bottom: 3px solid #141414;
  color: #141414;
}

/* line 32, app/assets/stylesheets/modules/_tabs.scss */
.tabs__tab:last-child a {
  margin-right: 0;
}

/* line 36, app/assets/stylesheets/modules/_touts.scss */
.tout {
  margin-top: 0.75em;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #d5e0e8;
}

/* line 40, app/assets/stylesheets/modules/_touts.scss */
.tout .placeholder {
  float: left;
  width: 27%;
  margin-right: 1.3125em;
}

/* line 45, app/assets/stylesheets/modules/_touts.scss */
.tout:last-child {
  border: 0;
}

@media only screen and (max-width: 40em) {
  /* line 49, app/assets/stylesheets/modules/_touts.scss */
  .tout .placeholder-inner {
    padding-bottom: 74.2268%;
  }
  /* line 53, app/assets/stylesheets/modules/_touts.scss */
  .tout .placeholder--square {
    background: #000000;
  }
  /* line 55, app/assets/stylesheets/modules/_touts.scss */
  .tout .placeholder--square picture {
    left: 12.8866%;
    right: 12.8866%;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 15, app/assets/stylesheets/modules/_touts.scss */
  .tout .placeholder {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.25em;
  }
  /* line 21, app/assets/stylesheets/modules/_touts.scss */
  .tout .tout__topic {
    display: block;
    margin-top: 0.75em;
  }
  /* line 25, app/assets/stylesheets/modules/_touts.scss */
  .tout .tout__title {
    margin-top: 0.65em;
    font-size: 1.375em;
    font-weight: 900;
  }
  /* line 30, app/assets/stylesheets/modules/_touts.scss */
  .tout .tout__description {
    display: block;
    margin-bottom: 2em;
  }
}

/* line 67, app/assets/stylesheets/modules/_touts.scss */
.tout__link--hover-inactive, .tout__link {
  display: block;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  width: 100%;
  cursor: initial;
}

/* line 74, app/assets/stylesheets/modules/_touts.scss */
.tout__link {
  cursor: pointer;
}

/* line 79, app/assets/stylesheets/modules/_touts.scss */
.tout__link.tout__link--selected, .tout__link:hover {
  outline: none;
}

/* line 82, app/assets/stylesheets/modules/_touts.scss */
.tout__link.tout__link--selected .tout__title, .tout__link:hover .tout__title {
  text-decoration: none;
  color: #84919c;
}

/* line 87, app/assets/stylesheets/modules/_touts.scss */
.tout__link.tout__link--selected .placeholder:before, .tout__link:hover .placeholder:before {
  opacity: 0.15;
}

/* line 94, app/assets/stylesheets/modules/_touts.scss */
.tout__details {
  overflow: hidden;
}

/* line 98, app/assets/stylesheets/modules/_touts.scss */
.tout__topic {
  font-weight: 600;
  text-transform: uppercase;
  color: #005c9c;
  color: var(--list-link);
  font-size: 0.875em;
  margin-top: 0;
  display: none;
}

/* line 106, app/assets/stylesheets/modules/_touts.scss */
.tout__topic a {
  text-decoration: none;
  color: inherit;
}

/* line 109, app/assets/stylesheets/modules/_touts.scss */
.tout--large .tout__topic {
  text-transform: none;
  color: #84919c;
}

/* line 115, app/assets/stylesheets/modules/_touts.scss */
.tout__title {
  margin-bottom: 0.5em;
  margin-top: 0;
  font-size: 1em;
  line-height: 1.25;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

@media only screen and (min-width: 40.0625em) {
  /* line 115, app/assets/stylesheets/modules/_touts.scss */
  .tout__title {
    line-height: 1.15;
  }
}

/* line 124, app/assets/stylesheets/modules/_touts.scss */
.tout__title span {
  display: inline-block;
  font-weight: normal;
}

/* line 128, app/assets/stylesheets/modules/_touts.scss */
.web-search-results .tout__title {
  font-weight: normal;
}

/* line 133, app/assets/stylesheets/modules/_touts.scss */
.tout__subtitle {
  margin-bottom: 0.5em;
  font-size: 0.875em;
  line-height: 1.25;
  padding-bottom: 4px;
  color: #e7e7e7;
  border-bottom: solid 1px #60656c;
}

/* line 142, app/assets/stylesheets/modules/_touts.scss */
.tout__description {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 0em;
  display: none;
}

/* line 149, app/assets/stylesheets/modules/_touts.scss */
.tout__meta {
  overflow: hidden;
}

/* line 151, app/assets/stylesheets/modules/_touts.scss */
.tout__meta span {
  display: inline-block;
}

/* line 153, app/assets/stylesheets/modules/_touts.scss */
.tout__meta span.article__author {
  display: inline;
}

/* line 158, app/assets/stylesheets/modules/_touts.scss */
.tout--regular-author .tout__meta span {
  display: block;
  line-height: 1.25;
}

@media only screen and (max-width: 40em) {
  /* line 164, app/assets/stylesheets/modules/_touts.scss */
  .tout__meta span.regular-author {
    display: none;
  }
}

/* line 168, app/assets/stylesheets/modules/_touts.scss */
.tout__meta .regular-author {
  float: right;
  margin-left: 0.75em;
  margin-bottom: 0;
}

/* line 173, app/assets/stylesheets/modules/_touts.scss */
.tout--report .tout__meta, .tout--reports .tout__meta {
  background: url(/assets/icon-report-e7a2462cfa01065d23e975244ed4fc88f7725ff04b92e4ab5c176da20812f8ec.svg) no-repeat left 2px;
  padding-left: 20px;
}

@media only screen and (min-width: 40.0625em) {
  /* line 180, app/assets/stylesheets/modules/_touts.scss */
  .tout--compact figure {
    display: none;
  }
}

/* line 189, app/assets/stylesheets/modules/_touts.scss */
.tout--videos .placeholder svg,
.tout--jwp_videos .placeholder svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

/* line 199, app/assets/stylesheets/modules/_touts.scss */
.tout--videos:not(.tout--featured) .placeholder.small svg,
.tout--jwp_videos:not(.tout--featured) .placeholder.small svg {
  width: 32px;
  height: 32px;
}

@media only screen and (min-width: 40.0625em) {
  /* line 205, app/assets/stylesheets/modules/_touts.scss */
  .tout--videos:not(.tout--featured) .placeholder.small svg,
.tout--jwp_videos:not(.tout--featured) .placeholder.small svg {
    width: 58px;
    height: 58px;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 216, app/assets/stylesheets/modules/_touts.scss */
  .tout--mini .placeholder {
    float: left;
    width: 27%;
    margin-right: 0.9375em;
  }
  /* line 221, app/assets/stylesheets/modules/_touts.scss */
  .tout--mini .tout__topic {
    font-size: 0.75em;
    margin-top: -0.2em;
  }
  /* line 225, app/assets/stylesheets/modules/_touts.scss */
  .tout--mini .tout__title {
    font-size: 1em;
    margin-top: 0;
    line-height: 1.25;
  }
  /* line 230, app/assets/stylesheets/modules/_touts.scss */
  .tout--mini .tout__meta .caption, .tout--mini .tout__meta .liveblog time, .liveblog .tout--mini .tout__meta time, .tout--mini .tout__meta .liveblog-authors h3, .liveblog-authors .tout--mini .tout__meta h3,
.tout--mini .tout__meta .liveblog-authors p,
.liveblog-authors .tout--mini .tout__meta p {
    line-height: 1.3;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 238, app/assets/stylesheets/modules/_touts.scss */
  .global-agenda .tout--large {
    position: relative;
    padding-top: 1.875em;
  }
  /* line 241, app/assets/stylesheets/modules/_touts.scss */
  .global-agenda .tout--large .tout__topic {
    margin: 0;
    position: absolute;
    top: -0.4em;
    left: 0;
  }
  /* line 248, app/assets/stylesheets/modules/_touts.scss */
  .tout--large .placeholder {
    float: left;
    width: 47%;
    margin-right: 2.25em;
  }
  /* line 253, app/assets/stylesheets/modules/_touts.scss */
  .tout--large .tout__topic {
    font-size: 1.125em;
  }
  /* line 255, app/assets/stylesheets/modules/_touts.scss */
  .tout--large .tout__topic:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 15px;
    background: url(/assets/thin-chevron-220c508e09cd7918af0f6e1e281e2ed54258a771dbfe49a9f662004e66ccc42d.svg) no-repeat;
    margin-left: 0.5em;
  }
  /* line 265, app/assets/stylesheets/modules/_touts.scss */
  .tout--large .tout__title {
    line-height: 1.05;
    font-weight: 600;
    font-size: 1.75em;
    margin-bottom: 0.25em;
    margin-top: 0;
  }
}

/* line 276, app/assets/stylesheets/modules/_touts.scss */
.tout.tout--medium_hero .tout__details {
  bottom: 1.5rem;
}

/* line 279, app/assets/stylesheets/modules/_touts.scss */
.tout.tout--medium_hero .placeholder {
  width: 111%;
  margin-left: -5.5%;
}

/* line 285, app/assets/stylesheets/modules/_touts.scss */
.tout--hero,
.tout--medium_hero {
  margin: 0;
}

/* line 15, app/assets/stylesheets/modules/_touts.scss */
.tout--hero .placeholder,
.tout--medium_hero .placeholder {
  float: none;
  width: 100%;
  margin-right: 0;
  margin-bottom: 0.25em;
}

/* line 21, app/assets/stylesheets/modules/_touts.scss */
.tout--hero .tout__topic,
.tout--medium_hero .tout__topic {
  display: block;
  margin-top: 0.75em;
}

/* line 25, app/assets/stylesheets/modules/_touts.scss */
.tout--hero .tout__title,
.tout--medium_hero .tout__title {
  margin-top: 0.65em;
  font-size: 1.375em;
  font-weight: 900;
}

/* line 30, app/assets/stylesheets/modules/_touts.scss */
.tout--hero .tout__description,
.tout--medium_hero .tout__description {
  display: block;
  margin-bottom: 2em;
}

/* line 289, app/assets/stylesheets/modules/_touts.scss */
.tout--hero.tout--hero:last-child,
.tout--medium_hero.tout--hero:last-child {
  border-bottom: 1px solid #d5e0e8;
}

/* line 292, app/assets/stylesheets/modules/_touts.scss */
.tout--hero .tout__meta .regular-author,
.tout--medium_hero .tout__meta .regular-author {
  display: none;
}

@media only screen and (min-width: 40.0625em) {
  /* line 285, app/assets/stylesheets/modules/_touts.scss */
  .tout--hero,
.tout--medium_hero {
    max-height: 590px;
    overflow: hidden;
    position: relative;
  }
  /* line 299, app/assets/stylesheets/modules/_touts.scss */
  .tout--hero .caption, .tout--hero .liveblog time, .liveblog .tout--hero time, .tout--hero .liveblog-authors h3, .liveblog-authors .tout--hero h3,
.tout--hero .liveblog-authors p,
.liveblog-authors .tout--hero p,
.tout--medium_hero .caption,
.tout--medium_hero .liveblog time,
.liveblog .tout--medium_hero time,
.tout--medium_hero .liveblog-authors h3,
.liveblog-authors .tout--medium_hero h3,
.tout--medium_hero .liveblog-authors p,
.liveblog-authors .tout--medium_hero p {
    color: #fff;
    opacity: 0.65;
  }
  /* line 303, app/assets/stylesheets/modules/_touts.scss */
  .tout--hero .placeholder,
.tout--medium_hero .placeholder {
    position: relative;
  }
  /* line 305, app/assets/stylesheets/modules/_touts.scss */
  .tout--hero .placeholder:before,
.tout--medium_hero .placeholder:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(27, 32, 41, 0.05);
    background: linear-gradient(0deg, rgba(27, 32, 41, 0.9) 0%, rgba(27, 32, 41, 0) 81%);
    opacity: 1;
    transition: opacity 0.2s ease-out;
  }
  /* line 323, app/assets/stylesheets/modules/_touts.scss */
  .tout--hero .tout__title,
.tout--medium_hero .tout__title {
    font-weight: 600;
    font-size: 2.25em;
    line-height: 1;
    margin-top: 0;
  }
  /* line 329, app/assets/stylesheets/modules/_touts.scss */
  .tout--hero .tout__details,
.tout--medium_hero .tout__details {
    position: absolute;
    bottom: 3.5rem;
    left: 1rem;
    right: 1rem;
    color: #fff;
    z-index: 1;
  }
  /* line 337, app/assets/stylesheets/modules/_touts.scss */
  .tout--hero .tout__description,
.tout--medium_hero .tout__description {
    color: #fff;
    margin-right: 20%;
  }
  /* line 342, app/assets/stylesheets/modules/_touts.scss */
  .tout--hero .tout__link:hover .placeholder:before,
.tout--medium_hero .tout__link:hover .placeholder:before {
    opacity: 0.6;
  }
  /* line 345, app/assets/stylesheets/modules/_touts.scss */
  .tout--hero .tout__link:hover .tout__title,
.tout--medium_hero .tout__link:hover .tout__title {
    color: #fff;
    opacity: 0.85;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 352, app/assets/stylesheets/modules/_touts.scss */
  .tout--hero .tout__title,
.tout--medium_hero .tout__title {
    margin-right: 20%;
    font-size: 3.25em;
  }
}

/* line 359, app/assets/stylesheets/modules/_touts.scss */
.tout--grid {
  border: none;
  margin: 0;
  overflow: hidden;
  position: relative;
  min-height: 240px;
  display: flex;
  align-items: flex-end;
}

/* line 15, app/assets/stylesheets/modules/_touts.scss */
.tout--grid .placeholder {
  float: none;
  width: 100%;
  margin-right: 0;
  margin-bottom: 0.25em;
}

/* line 21, app/assets/stylesheets/modules/_touts.scss */
.tout--grid .tout__topic {
  display: block;
  margin-top: 0.75em;
}

/* line 25, app/assets/stylesheets/modules/_touts.scss */
.tout--grid .tout__title {
  margin-top: 0.65em;
  font-size: 1.375em;
  font-weight: 900;
}

/* line 30, app/assets/stylesheets/modules/_touts.scss */
.tout--grid .tout__description {
  display: block;
  margin-bottom: 2em;
}

/* line 369, app/assets/stylesheets/modules/_touts.scss */
.tout--grid .placeholder {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: 0;
  padding: 0;
}

/* line 378, app/assets/stylesheets/modules/_touts.scss */
.tout--grid .placeholder:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(27, 32, 41, 0.9) 0%, rgba(27, 32, 41, 0) 81%);
  background-color: rgba(27, 32, 41, 0.05);
  opacity: 1;
  transition: opacity 0.2s ease-out;
}

/* line 397, app/assets/stylesheets/modules/_touts.scss */
.tout--grid .tout__topic {
  color: var(--list-link);
}

/* line 401, app/assets/stylesheets/modules/_touts.scss */
.tout--grid .tout__title {
  color: #ffffff;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0.3rem;
}

/* line 407, app/assets/stylesheets/modules/_touts.scss */
.tout--grid .tout__details {
  position: relative;
  padding: 1.5rem;
  color: #ffffff;
  z-index: 1;
}

/* line 413, app/assets/stylesheets/modules/_touts.scss */
.tout--grid .tout__meta {
  color: #84919c;
}

/* line 416, app/assets/stylesheets/modules/_touts.scss */
.tout--grid .tout__description {
  color: #ffffff;
  margin-right: 20%;
}

/* line 421, app/assets/stylesheets/modules/_touts.scss */
.tout--grid .tout__link:hover .placeholder:before {
  opacity: 0.6;
}

/* line 424, app/assets/stylesheets/modules/_touts.scss */
.tout--grid .tout__link:hover .tout__title {
  color: inherit;
  opacity: 0.85;
}

@media only screen and (min-width: 40.0625em) {
  /* line 359, app/assets/stylesheets/modules/_touts.scss */
  .tout--grid {
    min-height: 350px;
  }
  /* line 433, app/assets/stylesheets/modules/_touts.scss */
  .tout--grid .tout__title {
    font-size: 2rem;
  }
}

/* line 440, app/assets/stylesheets/modules/_touts.scss */
.tout--transformation-map .tout__link {
  display: flex;
  align-content: stretch;
  height: calc(100% + 2em);
}

/* line 445, app/assets/stylesheets/modules/_touts.scss */
.tout--transformation-map .tout__link-wrapper {
  min-height: 100%;
}

@media only screen and (min-width: 40.0625em) {
  /* line 445, app/assets/stylesheets/modules/_touts.scss */
  .tout--transformation-map .tout__link-wrapper {
    background: #ecf1f5;
  }
}

/* line 452, app/assets/stylesheets/modules/_touts.scss */
.tout--transformation-map .tout__pre-headline {
  font-weight: 300;
  position: relative;
  margin: 0;
  font-size: 1.3em;
}

@media only screen and (min-width: 40.0625em) {
  /* line 452, app/assets/stylesheets/modules/_touts.scss */
  .tout--transformation-map .tout__pre-headline {
    font-size: 1.7em;
    margin: 8px 12px 0;
    padding-bottom: 6px;
  }
}

/* line 462, app/assets/stylesheets/modules/_touts.scss */
.lang-en .tout--transformation-map .tout__pre-headline {
  font-size: 1.5em;
}

@media only screen and (min-width: 40.0625em) {
  /* line 462, app/assets/stylesheets/modules/_touts.scss */
  .lang-en .tout--transformation-map .tout__pre-headline {
    font-size: 2em;
  }
}

/* line 469, app/assets/stylesheets/modules/_touts.scss */
.tout--transformation-map .tout__title {
  display: none;
  position: relative;
}

@media only screen and (min-width: 40.0625em) {
  /* line 469, app/assets/stylesheets/modules/_touts.scss */
  .tout--transformation-map .tout__title {
    display: block;
    padding: 0 12px 0 12px;
  }
}

/* line 477, app/assets/stylesheets/modules/_touts.scss */
.tout--transformation-map .tout__description {
  font-weight: 600;
  padding: 0 12px;
  color: #005c9c;
  position: relative;
  display: block;
}

@media only screen and (max-width: 40em) {
  /* line 477, app/assets/stylesheets/modules/_touts.scss */
  .tout--transformation-map .tout__description {
    margin: 8px 0 0 100px;
    line-height: 1.15;
    padding-right: 0px;
    font-weight: normal;
    font-size: 0.865em;
  }
}

/* line 491, app/assets/stylesheets/modules/_touts.scss */
.tout--transformation-map .transformation-map__icon {
  display: block;
  height: 1em;
  position: absolute;
  right: 0;
  top: 5px;
}

/* line 497, app/assets/stylesheets/modules/_touts.scss */
.lang-en .tout--transformation-map .transformation-map__icon {
  height: 0.865em;
}

@media only screen and (max-width: 40em) {
  /* line 491, app/assets/stylesheets/modules/_touts.scss */
  .tout--transformation-map .transformation-map__icon {
    height: 1.1em;
    top: 2px;
  }
  /* line 503, app/assets/stylesheets/modules/_touts.scss */
  .lang-en .tout--transformation-map .transformation-map__icon {
    top: 5px;
  }
}

/* line 512, app/assets/stylesheets/modules/_touts.scss */
.tout--author .placeholder,
.tout--sf-account .placeholder {
  height: 72px;
  padding-bottom: 0;
  width: 72px;
  position: relative;
  overflow: hidden;
  background: none;
}

/* line 13, app/assets/stylesheets/modules/_person.scss */
.tout--author .placeholder .image,
.tout--sf-account .placeholder .image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

@media only screen and (min-width: 40.0625em) {
  /* line 516, app/assets/stylesheets/modules/_touts.scss */
  .tout--author .tout__title,
.tout--sf-account .tout__title {
    font-size: 1em;
  }
  /* line 519, app/assets/stylesheets/modules/_touts.scss */
  .tout--author .placeholder,
.tout--sf-account .placeholder {
    height: 0;
    padding-bottom: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: none;
  }
  /* line 13, app/assets/stylesheets/modules/_person.scss */
  .tout--author .placeholder .image,
.tout--sf-account .placeholder .image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 525, app/assets/stylesheets/modules/_touts.scss */
  .tout--author.tout--mini .placeholder,
.tout--sf-account.tout--mini .placeholder {
    height: 72px;
    padding-bottom: 0;
    width: 72px;
    position: relative;
    overflow: hidden;
    background: none;
  }
  /* line 13, app/assets/stylesheets/modules/_person.scss */
  .tout--author.tout--mini .placeholder .image,
.tout--sf-account.tout--mini .placeholder .image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
}

/* line 535, app/assets/stylesheets/modules/_touts.scss */
.tout--article-with-media .placeholder,
.tout--video .placeholder,
.tout--videos .placeholder {
  position: relative;
}

/* line 538, app/assets/stylesheets/modules/_touts.scss */
.tout--article-with-media .placeholder:after,
.tout--video .placeholder:after,
.tout--videos .placeholder:after {
  background: url(/assets/video/play-icon-v2-53f788884c93dc9901b3da0719e13771831022b9d07d64454742c4624dddf15f.svg) no-repeat;
  background-size: cover;
  content: "";
  height: 60px;
  left: calc(50% - 30px);
  position: absolute;
  top: calc(50% - 30px);
  width: 60px;
}

@media only screen and (max-width: 40em) {
  /* line 549, app/assets/stylesheets/modules/_touts.scss */
  .tout--article-with-media.tout--default .placeholder:after,
.tout--video.tout--default .placeholder:after,
.tout--videos.tout--default .placeholder:after {
    height: 32px;
    left: calc(50% - 16px);
    top: calc(50% - 16px);
    width: 32px;
  }
  /* line 555, app/assets/stylesheets/modules/_touts.scss */
  .tout--article-with-media.tout--hero .placeholder:after,
.tout--video.tout--hero .placeholder:after,
.tout--videos.tout--hero .placeholder:after {
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    width: 40px;
  }
}

/* line 562, app/assets/stylesheets/modules/_touts.scss */
.tout--article-with-media.tout--mini .placeholder:after,
.tout--video.tout--mini .placeholder:after,
.tout--videos.tout--mini .placeholder:after {
  height: 32px;
  left: calc(50% - 16px);
  top: calc(50% - 16px);
  width: 32px;
}

/* line 568, app/assets/stylesheets/modules/_touts.scss */
.tout--article-with-media .tout__meta-time,
.tout--video .tout__meta-time,
.tout--videos .tout__meta-time {
  border-right: 1px solid #84919c;
  font-weight: 600;
  display: inline-block;
  margin-right: 0.5em;
  padding-right: 0.5em;
}

/* line 579, app/assets/stylesheets/modules/_touts.scss */
.tout--article-with-media.tout--no-image .tout__title:before,
.tout--video.tout--no-image .tout__title:before {
  content: url(/assets/video/play-icon-63b4f7d9a5624f476c36d6b3c4829dbb771c3d255166809836cac4a5120b15a4.svg);
  display: inline-block;
  height: 18px;
  margin-right: 0.3em;
  position: relative;
  top: 0.2em;
  width: 18px;
}

/* line 587, app/assets/stylesheets/modules/_touts.scss */
.highlights-section--featured .tout--article-with-media.tout--no-image .tout__title:before, .highlights-section--featured .tout--video.tout--no-image .tout__title:before {
  content: url(/assets/video/play-icon--white-32ba804af20bed2bdf83624c61409b22c7a7bca9a17ecc317e7bf48713334d9c.svg);
}

/* line 594, app/assets/stylesheets/modules/_touts.scss */
.tout--article-with-media.tout--no-image .tout__link--selected .tout__title:before,
.tout--article-with-media.tout--no-image .tout__link:hover .tout__title:before,
.tout--video.tout--no-image .tout__link--selected .tout__title:before,
.tout--video.tout--no-image .tout__link:hover .tout__title:before {
  content: url(/assets/video/play-icon--grey-0b75bee6fbf3db32e7aac1c75e20ce509202db3e772375074a68b6bd9e535e77.svg);
}

/* line 602, app/assets/stylesheets/modules/_touts.scss */
.tout--speaker .placeholder,
.tout--speaker .image,
.tout--speakers .placeholder,
.tout--speakers .image {
  display: block;
  width: 60px;
  height: 76px;
  margin-bottom: 0;
}

/* line 609, app/assets/stylesheets/modules/_touts.scss */
.tout--speaker .tout__meta,
.tout--speakers .tout__meta {
  font-size: 0.8125em;
  line-height: 1.3;
}

/* line 617, app/assets/stylesheets/modules/_touts.scss */
.tout--session .placeholder,
.tout--session .image,
.tout--sessions .placeholder,
.tout--sessions .image {
  display: block;
  width: 124px;
  height: 69px;
}

/* line 623, app/assets/stylesheets/modules/_touts.scss */
.tout--session .tout__title,
.tout--sessions .tout__title {
  font-size: 0.8125em;
  line-height: 1.3;
}

/* line 627, app/assets/stylesheets/modules/_touts.scss */
.tout--session .placeholder,
.tout--sessions .placeholder {
  margin-bottom: 0;
}

/* line 632, app/assets/stylesheets/modules/_touts.scss */
.tout--placeholder {
  animation: opacity-pulse 2s infinite linear;
}

/* line 635, app/assets/stylesheets/modules/_touts.scss */
.tout--placeholder:nth-child(n + 1) {
  animation: opacity-pulse 2s infinite linear 1* 0.5s;
}

/* line 635, app/assets/stylesheets/modules/_touts.scss */
.tout--placeholder:nth-child(n + 2) {
  animation: opacity-pulse 2s infinite linear 2* 0.5s;
}

/* line 635, app/assets/stylesheets/modules/_touts.scss */
.tout--placeholder:nth-child(n + 3) {
  animation: opacity-pulse 2s infinite linear 3* 0.5s;
}

/* line 635, app/assets/stylesheets/modules/_touts.scss */
.tout--placeholder:nth-child(n + 4) {
  animation: opacity-pulse 2s infinite linear 4* 0.5s;
}

/* line 635, app/assets/stylesheets/modules/_touts.scss */
.tout--placeholder:nth-child(n + 5) {
  animation: opacity-pulse 2s infinite linear 5* 0.5s;
}

/* line 635, app/assets/stylesheets/modules/_touts.scss */
.tout--placeholder:nth-child(n + 6) {
  animation: opacity-pulse 2s infinite linear 6* 0.5s;
}

/* line 639, app/assets/stylesheets/modules/_touts.scss */
.tout--placeholder:after {
  border-color: #eff1f4;
}

/* line 642, app/assets/stylesheets/modules/_touts.scss */
.tout--placeholder .placeholder .image {
  background-color: #eff1f4;
}

/* line 645, app/assets/stylesheets/modules/_touts.scss */
.tout--placeholder .tout__link {
  cursor: default;
}

/* line 648, app/assets/stylesheets/modules/_touts.scss */
.tout--placeholder .tout__topic,
.tout--placeholder .tout__title span {
  background: #eff1f4;
}

/* line 652, app/assets/stylesheets/modules/_touts.scss */
.tout--placeholder .tout__topic {
  width: 60%;
  height: 10px;
  margin-bottom: 0.3125em;
}

/* line 658, app/assets/stylesheets/modules/_touts.scss */
.tout--placeholder .tout__title span {
  width: 88%;
  display: inline-block;
  height: 14px;
  margin-bottom: 0.3125em;
}

/* line 663, app/assets/stylesheets/modules/_touts.scss */
.tout--placeholder .tout__title span:last-child {
  width: 70%;
}

/* line 669, app/assets/stylesheets/modules/_touts.scss */
.tout--placeholder.sessions-list__item .tout__topic span,
.tout--placeholder.sessions-list__item .tout__title span,
.tout--placeholder.sessions-list__item .placeholder .image {
  background-color: #454e55;
}

/* line 674, app/assets/stylesheets/modules/_touts.scss */
.tout--placeholder.sessions-list__item .tout__title span {
  height: 0.7em;
}

@media only screen and (min-width: 40.0625em) {
  /* line 682, app/assets/stylesheets/modules/_touts.scss */
  .tout--small .tout__title {
    font-size: 1rem;
  }
}

/* line 687, app/assets/stylesheets/modules/_touts.scss */
.tout--small .tout__description {
  margin-bottom: 1rem;
}

/* line 693, app/assets/stylesheets/modules/_touts.scss */
.tout--medium .tout__description {
  margin-bottom: 1rem;
}

@keyframes opacity-pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@media only screen and (max-width: 40em) {
  /* line 711, app/assets/stylesheets/modules/_touts.scss */
  .medium.placeholder .placeholder-inner,
.small.placeholder .placeholder-inner {
    padding-bottom: 74.2268%;
  }
}

@media only screen and (max-width: 40em) {
  /* line 718, app/assets/stylesheets/modules/_touts.scss */
  .medium.placeholder.placeholder--square,
.small.placeholder.placeholder--square {
    background: #000000;
  }
  /* line 722, app/assets/stylesheets/modules/_touts.scss */
  .medium.placeholder.placeholder--square picture,
.small.placeholder.placeholder--square picture {
    left: 12.8866%;
    right: 12.8866%;
  }
}

/* line 1, app/assets/stylesheets/modules/_tout-list.scss */
.tout-list--grid {
  overflow: hidden;
}

/* line 3, app/assets/stylesheets/modules/_tout-list.scss */
.tout-list-container .tout-list--grid {
  margin-top: -1em;
  margin-bottom: 1em;
}

@media only screen and (min-width: 40.0625em) {
  /* line 8, app/assets/stylesheets/modules/_tout-list.scss */
  .tout-list--grid__container {
    margin-left: -21px;
    margin-right: -21px;
    display: flex;
    flex-wrap: wrap;
  }
  /* line 15, app/assets/stylesheets/modules/_tout-list.scss */
  .tout-list--grid__container .tout,
.tout-list--grid__container .adslot {
    width: 33.3333333333%;
    border-bottom: none;
    position: relative;
    margin-bottom: 1.75em;
  }
  /* line 21, app/assets/stylesheets/modules/_tout-list.scss */
  .tout-list--grid__container .tout .tout__meta,
.tout-list--grid__container .adslot .tout__meta {
    position: absolute;
    bottom: 0;
    right: 21px;
    left: 21px;
  }
  /* line 27, app/assets/stylesheets/modules/_tout-list.scss */
  .tout-list--grid__container .tout.tout--mini, .tout-list--grid__container .tout.tout--contained,
.tout-list--grid__container .adslot.tout--mini,
.tout-list--grid__container .adslot.tout--contained {
    padding: 0;
  }
  /* line 31, app/assets/stylesheets/modules/_tout-list.scss */
  .tout-list--grid__container .tout.tout--default_clean,
.tout-list--grid__container .adslot.tout--default_clean {
    margin-bottom: 0;
    padding: 0;
  }
  /* line 35, app/assets/stylesheets/modules/_tout-list.scss */
  .tout-list--grid__container .tout.tout--regular-author .tout__details,
.tout-list--grid__container .adslot.tout--regular-author .tout__details {
    padding-bottom: 1em;
  }
  /* line 38, app/assets/stylesheets/modules/_tout-list.scss */
  .tout-list--grid__container .tout.tout--author .tout__meta,
.tout-list--grid__container .adslot.tout--author .tout__meta {
    position: static;
  }
  /* line 41, app/assets/stylesheets/modules/_tout-list.scss */
  .tout-list--grid__container .tout:after,
.tout-list--grid__container .adslot:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-right: 1px solid #d5e0e8;
  }
  /* line 52, app/assets/stylesheets/modules/_tout-list.scss */
  .tout-list--grid-x2 .tout-list--grid__container .tout, .tout-list--grid-x2 .tout-list--grid__container .adslot {
    width: calc(100% / 2);
  }
  /* line 52, app/assets/stylesheets/modules/_tout-list.scss */
  .tout-list--grid-x4 .tout-list--grid__container .tout, .tout-list--grid-x4 .tout-list--grid__container .adslot {
    width: calc(100% / 4);
  }
  /* line 52, app/assets/stylesheets/modules/_tout-list.scss */
  .tout-list--grid-x5 .tout-list--grid__container .tout, .tout-list--grid-x5 .tout-list--grid__container .adslot {
    width: calc(100% / 5);
  }
  /* line 52, app/assets/stylesheets/modules/_tout-list.scss */
  .tout-list--grid-x6 .tout-list--grid__container .tout, .tout-list--grid-x6 .tout-list--grid__container .adslot {
    width: calc(100% / 6);
  }
  /* line 57, app/assets/stylesheets/modules/_tout-list.scss */
  .tout-list--grid__container .tout__link {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 21px;
    padding-right: 21px;
  }
  /* line 64, app/assets/stylesheets/modules/_tout-list.scss */
  .tout-list--grid__container .tout__details {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  /* line 69, app/assets/stylesheets/modules/_tout-list.scss */
  .tout-list--grid__container .tout__description {
    flex-grow: 1;
  }
  /* line 72, app/assets/stylesheets/modules/_tout-list.scss */
  .tout-list--grid__container .tout__meta {
    position: static !important;
  }
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  /* line 78, app/assets/stylesheets/modules/_tout-list.scss */
  .tout-list--grid__container .tout {
    width: 50%;
  }
  /* line 80, app/assets/stylesheets/modules/_tout-list.scss */
  .tout-list--grid-x2 .tout-list--grid__container .tout {
    width: 50%;
  }
  /* line 83, app/assets/stylesheets/modules/_tout-list.scss */
  .tout-list--grid-x4 .tout-list--grid__container .tout {
    width: calc(100% / 2);
  }
  /* line 86, app/assets/stylesheets/modules/_tout-list.scss */
  .tout-list--grid-x6 .tout-list--grid__container .tout {
    width: calc(100% / 3);
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 96, app/assets/stylesheets/modules/_tout-list.scss */
  .no-flexbox .tout-list--grid .tout {
    float: left;
    display: block;
  }
  /* line 99, app/assets/stylesheets/modules/_tout-list.scss */
  .no-flexbox .tout-list--grid .tout:nth-child(3n + 1) {
    clear: left;
  }
  /* line 106, app/assets/stylesheets/modules/_tout-list.scss */
  .no-flexbox .tout-list--grid.tout-list--grid-x2 .tout:nth-child(3n + 1), .no-flexbox .tout-list--grid.tout-list--grid-x4 .tout:nth-child(3n + 1), .no-flexbox .tout-list--grid.tout-list--grid-x6 .tout:nth-child(3n + 1) {
    clear: none;
  }
  /* line 111, app/assets/stylesheets/modules/_tout-list.scss */
  .no-flexbox .tout-list--grid.tout-list--grid-x4 .tout:nth-child(4n + 1) {
    clear: left;
  }
  /* line 116, app/assets/stylesheets/modules/_tout-list.scss */
  .no-flexbox .tout-list--grid.tout-list--grid-x6 .tout:nth-child(3n + 1) {
    clear: none;
  }
  /* line 119, app/assets/stylesheets/modules/_tout-list.scss */
  .no-flexbox .tout-list--grid.tout-list--grid-x6 .tout:nth-child(6n + 1) {
    clear: left;
  }
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  /* line 127, app/assets/stylesheets/modules/_tout-list.scss */
  .no-flexbox .tout-list--grid .tout, .no-flexbox .tout-list--grid.tout-list--grid-x4 .tout {
    float: left;
  }
  /* line 130, app/assets/stylesheets/modules/_tout-list.scss */
  .no-flexbox .tout-list--grid .tout:nth-child(3n + 1), .no-flexbox .tout-list--grid.tout-list--grid-x4 .tout:nth-child(3n + 1) {
    clear: none;
  }
  /* line 133, app/assets/stylesheets/modules/_tout-list.scss */
  .no-flexbox .tout-list--grid .tout:nth-child(odd), .no-flexbox .tout-list--grid.tout-list--grid-x4 .tout:nth-child(odd) {
    clear: left;
  }
  /* line 138, app/assets/stylesheets/modules/_tout-list.scss */
  .no-flexbox .tout-list--grid.tout-list--grid-x6 .tout:nth-child(3n + 1) {
    clear: left;
    float: left;
  }
}

/* line 147, app/assets/stylesheets/modules/_tout-list.scss */
.grid-tout-list {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr;
}

@media only screen and (min-width: 40.0625em) {
  /* line 147, app/assets/stylesheets/modules/_tout-list.scss */
  .grid-tout-list {
    grid-gap: 42px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 147, app/assets/stylesheets/modules/_tout-list.scss */
  .grid-tout-list {
    grid-template-columns: repeat(4, 1fr);
  }
  /* line 161, app/assets/stylesheets/modules/_tout-list.scss */
  .grid-tout-list > *:nth-child(1) {
    grid-column: 1 / span 2;
  }
  /* line 165, app/assets/stylesheets/modules/_tout-list.scss */
  .grid-tout-list > *:nth-child(2) {
    grid-column: 3 / span 2;
  }
}

/* line 1, app/assets/stylesheets/modules/_filter-row.scss */
.filter {
  position: relative;
  z-index: 9;
  background: none;
}

/* line 5, app/assets/stylesheets/modules/_filter-row.scss */
.filter.filter--video, .filter.filter--static {
  position: static;
}

/* line 11, app/assets/stylesheets/modules/_filter-row.scss */
.filter__selector-row {
  border-bottom: 1px solid #d5e0e8;
  color: #0065f2;
  position: relative;
  display: block;
  background: #eef2f5;
  line-height: 1.45;
}

/* line 18, app/assets/stylesheets/modules/_filter-row.scss */
.filter--video .filter__selector-row {
  background-color: #1b2029;
  border-color: #454e55;
  color: white;
}

/* line 25, app/assets/stylesheets/modules/_filter-row.scss */
.filter__path {
  font-weight: 600;
  padding-top: 1em;
  padding-bottom: 1em;
}

/* line 29, app/assets/stylesheets/modules/_filter-row.scss */
.filter__path > span {
  padding-right: 0.5em;
}

/* line 34, app/assets/stylesheets/modules/_filter-row.scss */
.filter__back {
  background: no-repeat center right;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 1.4em;
  position: relative;
  bottom: 2px;
  float: left;
}

/* line 42, app/assets/stylesheets/modules/_filter-row.scss */
.filter__back img {
  vertical-align: -2px;
  margin-right: 2px;
}

/* line 46, app/assets/stylesheets/modules/_filter-row.scss */
.filter__back a {
  color: #fff;
}

/* line 51, app/assets/stylesheets/modules/_filter-row.scss */
.filter__options {
  cursor: pointer;
  text-align: right;
  float: right;
}

/* line 55, app/assets/stylesheets/modules/_filter-row.scss */
.filter__options.filter__options--dropdown {
  border-left: 1px solid #454e55;
  border-right: 1px solid #454e55;
  float: right;
  padding-left: 1em;
  padding-right: 1em;
  position: relative;
  text-align: left;
}

/* line 63, app/assets/stylesheets/modules/_filter-row.scss */
.filter__options.filter__options--dropdown:nth-child(even) {
  border-right: 0;
}

/* line 69, app/assets/stylesheets/modules/_filter-row.scss */
.filter-show-controls,
.filter-collapse-controls {
  background: no-repeat center right;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 1.4em;
  position: relative;
  bottom: 2px;
  display: none;
}

/* line 80, app/assets/stylesheets/modules/_filter-row.scss */
.filter-show-controls {
  background-image: url(/assets/chevron-down-cd86f5e817f8650ca5f635bb0f75f160b19e2f60bb191bd3713f17f19ce7e535.svg);
}

/* line 82, app/assets/stylesheets/modules/_filter-row.scss */
.filter--video .filter-show-controls {
  background-image: url(/assets/chevron-down--white-8a6e449ed18dfa7f29a87bb7ca861d62ffe8356c6d5db84cce8049aa1b48205f.svg);
}

/* line 87, app/assets/stylesheets/modules/_filter-row.scss */
.filter-collapse-controls {
  background-image: url(/assets/chevron-up-09fea0e7cb1a382804a0d8be697defa6f188b249aafc3e2a63c4b0f056915781.svg);
}

/* line 89, app/assets/stylesheets/modules/_filter-row.scss */
.filter--video .filter-collapse-controls {
  background-image: url(/assets/chevron-up--white-00dc832204bee7d3d2f0e97b1933aa7a71b549930dee3eb9b5b3f576909bbb97.svg);
}

/* line 94, app/assets/stylesheets/modules/_filter-row.scss */
.filter__content {
  position: absolute;
  width: 100%;
  background-color: #eef2f5;
  z-index: 9;
  background: #eef2f5;
  display: none;
  padding-top: 1em;
}

/* line 99, app/assets/stylesheets/modules/_filter-row.scss */
.filter__content.filter__content--video {
  background-color: #1b2029;
  color: #fff;
}

/* line 102, app/assets/stylesheets/modules/_filter-row.scss */
.filter__content.filter__content--video a {
  color: #fff;
}

/* line 106, app/assets/stylesheets/modules/_filter-row.scss */
.filter__options--dropdown .filter__content {
  border: 1px solid #454e55;
  right: -1px;
  padding-left: 1em;
  padding-right: 1em;
  position: absolute;
  width: auto;
  z-index: 10;
}

/* line 115, app/assets/stylesheets/modules/_filter-row.scss */
.filter__options--init .filter__content {
  z-index: -1;
  display: block;
}

/* line 121, app/assets/stylesheets/modules/_filter-row.scss */
.filter__content--full-width {
  margin-bottom: 3em;
}

/* line 9, app/assets/stylesheets/patterns/_page-overlays.scss */
.filter__content--full-width:after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 50px;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.3), transparent 100%);
}

/* line 126, app/assets/stylesheets/modules/_filter-row.scss */
.filter__item {
  margin-bottom: 1em;
  white-space: nowrap;
  cursor: default;
  color: #6fc2e9;
}

/* line 133, app/assets/stylesheets/modules/_filter-row.scss */
.filter__parent-category {
  display: none;
}

@media only screen and (min-width: 40.0625em) {
  /* line 133, app/assets/stylesheets/modules/_filter-row.scss */
  .filter__parent-category {
    display: inline-block;
  }
}

/* line 141, app/assets/stylesheets/modules/_filter-row.scss */
.filter__category-arrow {
  display: none;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

@media only screen and (min-width: 40.0625em) {
  /* line 141, app/assets/stylesheets/modules/_filter-row.scss */
  .filter__category-arrow {
    display: inline-block;
  }
}

/* line 151, app/assets/stylesheets/modules/_filter-row.scss */
.filter__category {
  display: inline-block;
}

/* line 1, app/assets/stylesheets/modules/_list-group.scss */
.list-group {
  padding-bottom: 1em;
  padding-top: 1em;
}

/* line 4, app/assets/stylesheets/modules/_list-group.scss */
.list-group.st__content-block {
  padding-bottom: 0;
}

/* line 6, app/assets/stylesheets/modules/_list-group.scss */
.list-group.st__content-block .list-group__items {
  border-bottom: 1px solid #d5e0e8;
}

/* line 9, app/assets/stylesheets/modules/_list-group.scss */
.list-group.st__content-block .list-group__header {
  margin-top: 0;
}

/* line 12, app/assets/stylesheets/modules/_list-group.scss */
.list-group.st__content-block:last-child {
  border-bottom: 0;
}

/* line 18, app/assets/stylesheets/modules/_list-group.scss */
.list-group__header {
  border-bottom: 1px solid #d5e0e8;
  padding-bottom: 10px;
  font-size: 1em;
}

/* line 31, app/assets/stylesheets/patterns/_text.scss */
.list-group__header span {
  border-bottom: 3px solid #d5e0e8;
  font-weight: 600;
  padding-bottom: 10px;
}

@media only screen and (max-width: 40em) {
  /* line 22, app/assets/stylesheets/modules/_list-group.scss */
  .page__sidebar .list-group__header {
    display: none;
  }
  /* line 25, app/assets/stylesheets/modules/_list-group.scss */
  .web-search-results.page__sidebar .list-group__header {
    display: block;
  }
}

/* line 31, app/assets/stylesheets/modules/_list-group.scss */
.list-group__toggler {
  display: block;
  float: right;
}

@media only screen and (min-width: 40.0625em) {
  /* line 31, app/assets/stylesheets/modules/_list-group.scss */
  .list-group__toggler {
    display: none;
  }
}

/* line 41, app/assets/stylesheets/modules/_list-group.scss */
.list-group.expandable .list-group__items--group {
  display: none;
}

/* line 44, app/assets/stylesheets/modules/_list-group.scss */
.list-group.expandable .list-group__items--group-1 {
  display: block;
}

/* line 48, app/assets/stylesheets/modules/_list-group.scss */
.list-group.expandable.is-expanded .list-group__items--group {
  display: block;
}

/* line 51, app/assets/stylesheets/modules/_list-group.scss */
.list-group.expandable.is-expanded .list-group__show-more__chevron {
  transform: rotate(-90deg);
  padding-left: 5px;
}

/* line 58, app/assets/stylesheets/modules/_list-group.scss */
.list-group__show-more {
  border-top: 1px solid #d5e0e8;
  padding-top: 10px;
  position: relative;
  cursor: pointer;
}

/* line 63, app/assets/stylesheets/modules/_list-group.scss */
.list-group__show-more:before {
  content: "";
  position: absolute;
  height: 80px;
  top: -81px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}

/* line 74, app/assets/stylesheets/modules/_list-group.scss */
.is-expanded .list-group__show-more:before {
  display: none;
}

/* line 80, app/assets/stylesheets/modules/_list-group.scss */
.list-group__show-more__text {
  color: #005c9c;
}

/* line 84, app/assets/stylesheets/modules/_list-group.scss */
.list-group__items {
  padding: 0;
  list-style-type: none;
  margin: 0;
  margin-top: 1em;
  line-height: 1.6;
}

/* line 90, app/assets/stylesheets/modules/_list-group.scss */
.list-group__item {
  margin-bottom: 1em;
}

/* line 92, app/assets/stylesheets/modules/_list-group.scss */
.list-group__item a {
  color: var(--body-link-color);
  text-decoration: none;
}

/* line 95, app/assets/stylesheets/modules/_list-group.scss */
.list-group__item a.is-active {
  font-weight: 600;
}

/* line 98, app/assets/stylesheets/modules/_list-group.scss */
.list-group__item a:hover {
  text-decoration: none;
}

/* line 104, app/assets/stylesheets/modules/_list-group.scss */
.list-group__subitem {
  padding-left: 0.5em;
  margin-bottom: 0.5em;
}

/* line 105, app/assets/stylesheets/modules/_list-group.scss */
.list-group__subitem:first-of-type {
  margin-top: 0.5em;
}

/* line 112, app/assets/stylesheets/modules/_list-group.scss */
.list-group__subitem img {
  padding-right: 0.25em;
}

/* line 1, app/assets/stylesheets/modules/_further-reading.scss */
.further-reading-group {
  display: none;
  position: relative;
}

@media only screen and (min-width: 40.0625em) {
  /* line 1, app/assets/stylesheets/modules/_further-reading.scss */
  .further-reading-group {
    display: block;
  }
}

/* line 7, app/assets/stylesheets/modules/_further-reading.scss */
.further-reading-group .list-group__header {
  padding-bottom: 0;
}

/* line 12, app/assets/stylesheets/modules/_further-reading.scss */
.further-reading-group .tout__link:hover .tout__title {
  color: #0065f2;
}

/* line 19, app/assets/stylesheets/modules/_further-reading.scss */
.further-reading__more {
  border-bottom: 1px solid #d5e0e8;
}

/* line 70, app/assets/stylesheets/patterns/_text.scss */
.further-reading__more a {
  color: #141414;
  text-decoration: none;
}

/* line 75, app/assets/stylesheets/patterns/_text.scss */
.further-reading__more a:hover .further-reading__more-link {
  text-decoration: underline;
}

/* line 24, app/assets/stylesheets/modules/_further-reading.scss */
.further-reading__more a {
  display: block;
  padding: 1em 0 1.15em;
}

/* line 27, app/assets/stylesheets/modules/_further-reading.scss */
.further-reading__more a:hover .further-reading__more-link {
  text-decoration: none;
  color: #0065f2;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* line 34, app/assets/stylesheets/modules/_further-reading.scss */
.further-reading__header-title {
  border-top: 3px solid #141414;
  border-top-color: var(--text-default);
  padding-top: 0.2em;
  border-bottom: 1px solid #d5e0e8;
  padding-bottom: 10px;
  font-size: 1.3em;
  padding-bottom: 0.375em;
  padding-right: 2em;
  margin-top: 0;
  font-weight: normal;
  border-bottom: none;
}

@media only screen and (min-width: 40.0625em) {
  /* line 34, app/assets/stylesheets/modules/_further-reading.scss */
  .further-reading__header-title {
    font-size: 2em;
    font-weight: 300;
  }
}

/* line 39, app/assets/stylesheets/modules/_further-reading.scss */
.further-reading__more-link {
  font-weight: 600;
  font-size: 1em;
  display: inline-block;
}

/* line 45, app/assets/stylesheets/modules/_further-reading.scss */
.further-reading__more-arrow {
  position: absolute;
  right: 0;
  bottom: 1.25em;
}

/* line 51, app/assets/stylesheets/modules/_further-reading.scss */
.impact-story {
  margin-top: 5rem;
}

/* line 53, app/assets/stylesheets/modules/_further-reading.scss */
.impact-story .further-reading__more a {
  color: #84919c;
}

/* line 58, app/assets/stylesheets/modules/_further-reading.scss */
.impact-title {
  font-size: 2.2em;
  font-weight: 600;
  margin: 1.5rem 0;
}

/* line 1, app/assets/stylesheets/modules/_story-summary.scss */
.story-summary {
  margin-top: 1em;
}

/* line 4, app/assets/stylesheets/modules/_story-summary.scss */
.story-summary:after {
  content: ' ';
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  border-bottom: 1px solid #d5e0e8;
}

/* line 14, app/assets/stylesheets/modules/_story-summary.scss */
.story-summary__report {
  background: url(/assets/report-cover-53f72599e25c294dbef469c1215359ed00e752d97e263eb423a8e394bfcb38e1.png) no-repeat center;
  background-clip: content-box;
  min-height: 64px;
}

/* line 5, app/assets/stylesheets/base/_mixins.scss */
html.webp .story-summary__report {
  background-image: url(/assets/report-cover-ec94e749aa8079c984e3f9a5181352688c3b85bf06437e841b1e35d47f5b6104.webp);
}

@media only screen and (max-width: 40em) {
  /* line 14, app/assets/stylesheets/modules/_story-summary.scss */
  .story-summary__report {
    padding: 0;
    background-size: 100%;
    background-position-y: 0;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 14, app/assets/stylesheets/modules/_story-summary.scss */
  .story-summary__report {
    background-size: 60%;
    min-height: 100px;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 14, app/assets/stylesheets/modules/_story-summary.scss */
  .story-summary__report {
    background-color: #d4eefb;
    min-height: 181px;
    background-position-y: 2em;
  }
}

/* line 37, app/assets/stylesheets/modules/_story-summary.scss */
.story-summary__image {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
}

@media only screen {
  /* line 37, app/assets/stylesheets/modules/_story-summary.scss */
  .story-summary__image {
    width: 33.3333333333%;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 37, app/assets/stylesheets/modules/_story-summary.scss */
  .story-summary__image {
    width: 100%;
  }
}

@media only screen and (max-width: 40em) {
  /* line 37, app/assets/stylesheets/modules/_story-summary.scss */
  .story-summary__image {
    padding-right: 0;
  }
}

/* line 41, app/assets/stylesheets/modules/_story-summary.scss */
.story-summary__image .placeholder {
  overflow: hidden;
  background: #d4eefb;
  position: relative;
}

/* line 4, app/assets/stylesheets/patterns/_image_aspect_ratio.scss */
.story-summary__image .placeholder:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 60.824742268%;
}

/* line 11, app/assets/stylesheets/patterns/_image_aspect_ratio.scss */
.story-summary__image .placeholder img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 47, app/assets/stylesheets/modules/_story-summary.scss */
.story-summary__image .placeholder.cover-image img {
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 65%;
}

/* line 56, app/assets/stylesheets/modules/_story-summary.scss */
.story-summary__details {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
}

@media only screen {
  /* line 56, app/assets/stylesheets/modules/_story-summary.scss */
  .story-summary__details {
    width: 66.6666666667%;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 56, app/assets/stylesheets/modules/_story-summary.scss */
  .story-summary__details {
    width: 100%;
  }
}

/* line 60, app/assets/stylesheets/modules/_story-summary.scss */
.story-summary__text {
  display: none;
  text-overflow: 'ellipsis';
}

@media only screen and (min-width: 40.0625em) {
  /* line 60, app/assets/stylesheets/modules/_story-summary.scss */
  .story-summary__text {
    display: block;
  }
}

/* line 69, app/assets/stylesheets/modules/_story-summary.scss */
.story-summary__metadata {
  margin-top: .5em;
  padding-bottom: 1em;
}

/* line 74, app/assets/stylesheets/modules/_story-summary.scss */
.story-summary__name {
  display: none;
}

@media only screen and (min-width: 40.0625em) {
  /* line 74, app/assets/stylesheets/modules/_story-summary.scss */
  .story-summary__name {
    display: inline-block;
  }
  /* line 55, app/assets/stylesheets/patterns/_text.scss */
  .story-summary__name:after {
    content: " · ";
  }
  /* line 59, app/assets/stylesheets/patterns/_text.scss */
  .story-summary__name:last-of-type:after {
    display: none;
  }
}

/* line 82, app/assets/stylesheets/modules/_story-summary.scss */
.story-summary__title {
  font-weight: 600;
  color: #141414;
  margin-bottom: 0.35em;
  font-size: .95em;
  padding-top: 1em;
}

/* line 42, app/assets/stylesheets/patterns/_text.scss */
.story-summary__title a {
  text-decoration: none;
  color: inherit;
}

/* line 1, app/assets/stylesheets/modules/_tiny-summary.scss */
.tiny-summary {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
  /* diff between padding and margin to account for after element */
  margin-bottom: 1em;
  padding-bottom: 1em;
}

@media only screen {
  /* line 1, app/assets/stylesheets/modules/_tiny-summary.scss */
  .tiny-summary {
    width: 100%;
  }
}

/* line 70, app/assets/stylesheets/patterns/_text.scss */
.tiny-summary a {
  color: #141414;
  text-decoration: none;
}

/* line 75, app/assets/stylesheets/patterns/_text.scss */
.tiny-summary a:hover .tiny-summary__text {
  text-decoration: underline;
}

/* line 9, app/assets/stylesheets/modules/_tiny-summary.scss */
.tiny-summary:after {
  content: ' ';
  position: absolute;
  width: 90%;
  bottom: 0;
  border-bottom: 1px solid #d5e0e8;
}

/* line 19, app/assets/stylesheets/modules/_tiny-summary.scss */
.row .tiny-summary:last-child:after, .article-story .article__lead-image .st__content-block.st__content-block--image figcaption .tiny-summary:last-child:after {
  display: none;
}

/* line 23, app/assets/stylesheets/modules/_tiny-summary.scss */
.tiny-summary__image {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
}

@media only screen {
  /* line 23, app/assets/stylesheets/modules/_tiny-summary.scss */
  .tiny-summary__image {
    width: 33.3333333333%;
  }
}

@media only screen and (max-width: 40em) {
  /* line 23, app/assets/stylesheets/modules/_tiny-summary.scss */
  .tiny-summary__image {
    padding-right: 0;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 23, app/assets/stylesheets/modules/_tiny-summary.scss */
  .tiny-summary__image {
    padding-right: 0;
  }
}

/* line 29, app/assets/stylesheets/modules/_tiny-summary.scss */
.tiny-summary__text-box {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
}

@media only screen {
  /* line 29, app/assets/stylesheets/modules/_tiny-summary.scss */
  .tiny-summary__text-box {
    width: 66.6666666667%;
  }
}

/* line 33, app/assets/stylesheets/modules/_tiny-summary.scss */
.tiny-summary__text {
  font-weight: 600;
  margin-bottom: .5em;
}

/* line 1, app/assets/stylesheets/modules/_tiny-event.scss */
.tiny-event {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
  border-bottom: 1px solid #d5e0e8;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

@media only screen {
  /* line 1, app/assets/stylesheets/modules/_tiny-event.scss */
  .tiny-event {
    width: 100%;
  }
}

/* line 70, app/assets/stylesheets/patterns/_text.scss */
.tiny-event a {
  color: #141414;
  text-decoration: none;
}

/* line 75, app/assets/stylesheets/patterns/_text.scss */
.tiny-event a:hover .tiny-event__title {
  text-decoration: underline;
}

/* line 9, app/assets/stylesheets/modules/_tiny-event.scss */
.tiny-event__image {
  float: left;
  width: 21%;
  padding-left: 0;
  padding-right: 0;
}

/* line 16, app/assets/stylesheets/modules/_tiny-event.scss */
.tiny-event__content {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
  padding-left: 0;
}

@media only screen {
  /* line 16, app/assets/stylesheets/modules/_tiny-event.scss */
  .tiny-event__content {
    width: 75%;
  }
}

/* line 21, app/assets/stylesheets/modules/_tiny-event.scss */
.tiny-event__metadata {
  margin-top: .5em;
}

/* line 24, app/assets/stylesheets/modules/_tiny-event.scss */
.tiny-event__metadata > * {
  color: #84919c;
  font-size: 0.875em;
  line-height: 1.4;
  display: inline-block;
}

/* line 55, app/assets/stylesheets/patterns/_text.scss */
.tiny-event__metadata > *:after {
  content: " · ";
}

/* line 59, app/assets/stylesheets/patterns/_text.scss */
.tiny-event__metadata > *:last-of-type:after {
  display: none;
}

/* line 30, app/assets/stylesheets/modules/_tiny-event.scss */
.tiny-event__title {
  font-weight: 600;
  font-size: 1.265em;
  color: #141414;
}

/* line 1, app/assets/stylesheets/modules/_highlight.scss */
.highlights-section {
  padding-top: 2em;
  padding-bottom: 2em;
}

/* line 5, app/assets/stylesheets/modules/_highlight.scss */
.highlights-section .tout--hero:last-child {
  border-bottom: 0;
}

/* line 10, app/assets/stylesheets/modules/_highlight.scss */
.highlights-section:not(.highlights-section--multiple) .tout:first-child {
  margin-top: 0;
}

/* line 16, app/assets/stylesheets/modules/_highlight.scss */
.highlights-section.highlights-section--featured {
  background-color: #1b2029;
  color: white;
  padding-top: 2em;
  margin-top: 2em;
}

/* line 21, app/assets/stylesheets/modules/_highlight.scss */
.highlights-section.highlights-section--featured .gutter-marking,
.highlights-section.highlights-section--featured .sub-title,
.highlights-section.highlights-section--featured .tout {
  border-color: #454e55;
}

/* line 27, app/assets/stylesheets/modules/_highlight.scss */
.highlights-section.highlights-section--featured .sub-title {
  position: relative;
  border-top: 0;
  border-color: #454e55;
}

/* line 33, app/assets/stylesheets/modules/_highlight.scss */
.highlights-section.highlights-section--featured .highlight__featured-text {
  color: #94a2b1;
}

/* line 38, app/assets/stylesheets/modules/_highlight.scss */
.highlights-section--video.highlights-section--featured,
.highlights-section--video {
  margin-bottom: 2em;
  margin-top: 0;
  padding-bottom: 3em;
  padding-top: 2em;
}

/* line 47, app/assets/stylesheets/modules/_highlight.scss */
.highlights-section--video #youtube {
  display: block;
  margin: auto;
  margin-bottom: 50px;
  max-width: 100%;
}

/* line 54, app/assets/stylesheets/modules/_highlight.scss */
.highlights-section--video #youtube-playlist .tout--video .placeholder {
  width: 80px;
}

/* line 59, app/assets/stylesheets/modules/_highlight.scss */
.view-all-link {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 0.45em;
  font-weight: 600;
  color: #bfccd4;
  text-decoration: none;
  color: inherit;
}

/* line 69, app/assets/stylesheets/modules/_highlight.scss */
.view-all-link:hover {
  text-decoration: underline;
}

/* line 73, app/assets/stylesheets/modules/_highlight.scss */
.view-all-link img {
  position: relative;
  left: 2px;
  bottom: 1px;
}

/* line 79, app/assets/stylesheets/modules/_highlight.scss */
.view-all-link--svg {
  display: inline-flex;
  align-items: center;
}

/* line 83, app/assets/stylesheets/modules/_highlight.scss */
.view-all-link--svg svg {
  margin-left: 0.25rem;
}

/* line 90, app/assets/stylesheets/modules/_highlight.scss */
.highlights-section__grid .tout {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* line 1, app/assets/stylesheets/modules/_sbs-highlight.scss */
.sbs-highlight {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #d5e0e8;
}

/* line 70, app/assets/stylesheets/patterns/_text.scss */
.sbs-highlight a {
  color: #141414;
  text-decoration: none;
}

/* line 75, app/assets/stylesheets/patterns/_text.scss */
.sbs-highlight a:hover .sbs-highlight__text {
  text-decoration: underline;
}

/* line 9, app/assets/stylesheets/modules/_sbs-highlight.scss */
.row .sbs-highlight:last-child, .article-story .article__lead-image .st__content-block.st__content-block--image figcaption .sbs-highlight:last-child {
  border-bottom: 0;
}

/* line 13, app/assets/stylesheets/modules/_sbs-highlight.scss */
.sbs-highlight__image {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
}

@media only screen {
  /* line 13, app/assets/stylesheets/modules/_sbs-highlight.scss */
  .sbs-highlight__image {
    width: 100%;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 13, app/assets/stylesheets/modules/_sbs-highlight.scss */
  .sbs-highlight__image {
    width: 50%;
  }
}

/* line 17, app/assets/stylesheets/modules/_sbs-highlight.scss */
.sbs-highlight__text-box {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
  margin-top: 1em;
}

@media only screen {
  /* line 17, app/assets/stylesheets/modules/_sbs-highlight.scss */
  .sbs-highlight__text-box {
    width: 100%;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 17, app/assets/stylesheets/modules/_sbs-highlight.scss */
  .sbs-highlight__text-box {
    width: 50%;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 17, app/assets/stylesheets/modules/_sbs-highlight.scss */
  .sbs-highlight__text-box {
    margin-top: 0;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 17, app/assets/stylesheets/modules/_sbs-highlight.scss */
  .sbs-highlight__text-box {
    padding-left: 0;
  }
}

/* line 30, app/assets/stylesheets/modules/_sbs-highlight.scss */
.sbs-highlight__text {
  font-weight: 600;
  color: #141414;
  margin-bottom: 0.35em;
  font-size: 2.02em;
}

/* line 42, app/assets/stylesheets/patterns/_text.scss */
.sbs-highlight__text a {
  text-decoration: none;
  color: inherit;
}

/* line 35, app/assets/stylesheets/modules/_sbs-highlight.scss */
.sbs-highlight__caption {
  color: #84919c;
  font-size: 0.875em;
  line-height: 1.4;
  font-weight: 600;
}

/* line 40, app/assets/stylesheets/modules/_sbs-highlight.scss */
.sbs-section-header {
  border-bottom: 1px solid #d5e0e8;
  padding-bottom: 10px;
  margin-bottom: 1em;
}

/* line 31, app/assets/stylesheets/patterns/_text.scss */
.sbs-section-header span {
  border-bottom: 3px solid #d5e0e8;
  font-weight: 600;
  padding-bottom: 10px;
}

/* line 1, app/assets/stylesheets/modules/_scrollbars.scss */
.session-pane__scrollable-content, .session-pane, .body--dark .collection__topic-filters__list {
  scrollbar-base-color: #2f3848;
}

/* line 4, app/assets/stylesheets/modules/_scrollbars.scss */
.session-pane__scrollable-content::-webkit-scrollbar, .session-pane::-webkit-scrollbar, .body--dark .collection__topic-filters__list::-webkit-scrollbar {
  background: #2f3848;
  width: 14px;
}

/* line 8, app/assets/stylesheets/modules/_scrollbars.scss */
.session-pane__scrollable-content::-webkit-scrollbar-track, .session-pane::-webkit-scrollbar-track, .body--dark .collection__topic-filters__list::-webkit-scrollbar-track {
  background: #2f3848;
}

/* line 12, app/assets/stylesheets/modules/_scrollbars.scss */
.session-pane__scrollable-content::-webkit-scrollbar-thumb, .session-pane::-webkit-scrollbar-thumb, .body--dark .collection__topic-filters__list::-webkit-scrollbar-thumb {
  background: #07080a;
  border-radius: 12px;
  border: 3px solid #2f3848;
}

/* line 1, app/assets/stylesheets/modules/_person-bubble.scss */
.person-bubble {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
  padding-left: 0;
  margin-bottom: 1em;
  text-align: center;
}

@media only screen {
  /* line 1, app/assets/stylesheets/modules/_person-bubble.scss */
  .person-bubble {
    width: 100%;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 1, app/assets/stylesheets/modules/_person-bubble.scss */
  .person-bubble {
    width: 25%;
  }
}

/* line 6, app/assets/stylesheets/modules/_person-bubble.scss */
.person-bubble img {
  border-radius: 100%;
}

/* line 9, app/assets/stylesheets/modules/_person-bubble.scss */
.person-bubble.person-bubble--featured {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
  padding-left: 0;
}

@media only screen {
  /* line 9, app/assets/stylesheets/modules/_person-bubble.scss */
  .person-bubble.person-bubble--featured {
    width: 100%;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 9, app/assets/stylesheets/modules/_person-bubble.scss */
  .person-bubble.person-bubble--featured {
    width: 50%;
  }
}

/* line 13, app/assets/stylesheets/modules/_person-bubble.scss */
.person-bubble a {
  text-decoration: none;
  color: inherit;
}

/* line 19, app/assets/stylesheets/modules/_person-bubble.scss */
.person-bubble__name {
  margin-top: 0.75em;
  font-weight: 600;
}

/* line 24, app/assets/stylesheets/modules/_person-bubble.scss */
.person-bubble__name + .person-bubble__title {
  margin-top: 0.5em;
}

/* line 28, app/assets/stylesheets/modules/_person-bubble.scss */
.person-bubble__title {
  color: #84919c;
  font-size: 0.875em;
  line-height: 1.4;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

/* line 35, app/assets/stylesheets/modules/_person-bubble.scss */
.person-bubble__group {
  margin-top: 1.5em;
}

/* line 3, app/assets/stylesheets/modules/_articles.scss */
html.cms-article-preview .content-container,
html.cms-article-preview .side-drawer {
  padding-top: 55px;
}

/* line 8, app/assets/stylesheets/modules/_articles.scss */
html.cms-article-preview .side-drawer__close {
  margin-top: 55px;
}

/* line 13, app/assets/stylesheets/modules/_articles.scss */
.cms-preview-toolbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 55px;
  z-index: 1000;
}

/* line 23, app/assets/stylesheets/modules/_articles.scss */
.articles-header {
  background: url(/assets/articles/agenda-header-f733389f4c999987db4c7225e39908d802f28f295e6d547ea078e9c2188939e4.jpg) center no-repeat;
  background-size: cover;
  color: white;
  margin-bottom: 2em;
}

/* line 5, app/assets/stylesheets/base/_mixins.scss */
html.webp .articles-header {
  background-image: url(/assets/articles/agenda-header-6161f8224147fd6af104f73742635c4a3566e9cbdec28456cfcf5cb1139dbc52.webp);
}

/* line 30, app/assets/stylesheets/modules/_articles.scss */
.article-archives-page {
  padding-top: 3em;
}

/* line 33, app/assets/stylesheets/modules/_articles.scss */
.article-archives-page .summary__description {
  display: none;
}

@media only screen and (min-width: 40.0625em) {
  /* line 33, app/assets/stylesheets/modules/_articles.scss */
  .article-archives-page .summary__description {
    display: block;
  }
}

/* line 40, app/assets/stylesheets/modules/_articles.scss */
.article-archives-page.article-archives-page--channel {
  padding-top: 0;
}

/* line 45, app/assets/stylesheets/modules/_articles.scss */
.article-archives-title {
  margin-top: 1em;
  margin-bottom: 0.25em;
}

@media only screen and (max-width: 40em) {
  /* line 45, app/assets/stylesheets/modules/_articles.scss */
  .article-archives-title {
    font-size: 2em;
  }
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  /* line 45, app/assets/stylesheets/modules/_articles.scss */
  .article-archives-title {
    font-size: 2.4em;
  }
}

/* line 60, app/assets/stylesheets/modules/_articles.scss */
.article-archives-description {
  margin-bottom: 2em;
}

/* line 64, app/assets/stylesheets/modules/_articles.scss */
.articles-title {
  border-top: 3px solid #141414;
  border-top-color: var(--text-default);
  padding-top: 0.2em;
  border-bottom: 1px solid #d5e0e8;
  padding-bottom: 10px;
  font-size: 1.3em;
  padding-bottom: 0.375em;
  padding-right: 2em;
  margin-top: 0;
  font-weight: normal;
  margin-bottom: 0.75em;
}

@media only screen and (min-width: 40.0625em) {
  /* line 64, app/assets/stylesheets/modules/_articles.scss */
  .articles-title {
    margin-bottom: 0.9em;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 64, app/assets/stylesheets/modules/_articles.scss */
  .articles-title {
    font-size: 2em;
    font-weight: 300;
  }
}

/* line 69, app/assets/stylesheets/modules/_articles.scss */
.articles-page .summary {
  min-height: 20em;
}

/* line 73, app/assets/stylesheets/modules/_articles.scss */
.articles-page .caption span, .articles-page .liveblog time span, .liveblog .articles-page time span, .articles-page .liveblog-authors h3 span, .liveblog-authors .articles-page h3 span,
.articles-page .liveblog-authors p span,
.liveblog-authors .articles-page p span {
  font-weight: bold;
  display: inline-block;
  margin-right: 0.5em;
}

/* line 79, app/assets/stylesheets/modules/_articles.scss */
.articles-page .summary__description {
  margin-bottom: 2em;
  line-height: 1.67;
}

/* line 85, app/assets/stylesheets/modules/_articles.scss */
.agenda-title {
  max-width: 427px;
  width: 100%;
  background: url(/assets/articles/agenda-logo-5f4d39ce3ecadd632d40c8f7a370d4d8a2e2815621e6971eca65d13735fedb90.svg) no-repeat;
  background-size: 100%;
  margin: 1em 0;
  position: relative;
  overflow: hidden;
}

/* line 4, app/assets/stylesheets/patterns/_image_aspect_ratio.scss */
.agenda-title:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 16.1592505855%;
}

/* line 11, app/assets/stylesheets/patterns/_image_aspect_ratio.scss */
.agenda-title img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 93, app/assets/stylesheets/modules/_articles.scss */
.agenda-title span {
  display: block;
  height: 0px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@media only screen and (min-width: 40.0625em) {
  /* line 85, app/assets/stylesheets/modules/_articles.scss */
  .agenda-title {
    margin-top: 2.5em;
  }
}

/* line 105, app/assets/stylesheets/modules/_articles.scss */
.articles-description span {
  display: block;
  font-size: 0.8125em;
  margin-top: 0.5em;
}

/* line 110, app/assets/stylesheets/modules/_articles.scss */
.articles-description a {
  text-decoration: none;
  color: inherit;
}

/* line 112, app/assets/stylesheets/modules/_articles.scss */
.articles-description a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 40.0625em) {
  /* line 104, app/assets/stylesheets/modules/_articles.scss */
  .articles-description {
    font-size: 1.375em;
    margin-bottom: 4.5em;
  }
}

/* line 122, app/assets/stylesheets/modules/_articles.scss */
.more-items-button {
  clear: left;
  border: 1px solid #d5e0e8;
  border-radius: 4px;
  padding: 1em 1.5em 1em 1.5em;
  margin: 2em 0;
  text-align: left;
  display: block;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  color: #005c9c;
}

/* line 16, app/assets/stylesheets/patterns/_button.scss */
.more-items-button img {
  position: relative;
  right: 0;
  top: 0.15em;
  float: right;
}

@media only screen and (min-width: 40.0625em) {
  /* line 122, app/assets/stylesheets/modules/_articles.scss */
  .more-items-button {
    display: inline-block;
    width: auto;
    text-align: center;
  }
  /* line 28, app/assets/stylesheets/patterns/_button.scss */
  .more-items-button span {
    float: none;
  }
  /* line 32, app/assets/stylesheets/patterns/_button.scss */
  .more-items-button img {
    position: relative;
    left: 0.75em;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 122, app/assets/stylesheets/modules/_articles.scss */
  .more-items-button {
    float: right;
  }
}

/* line 1, app/assets/stylesheets/modules/_agenda-filter.scss */
.article-list-group__header {
  border-bottom: 1px solid #d5e0e8;
  padding-bottom: 10px;
}

/* line 31, app/assets/stylesheets/patterns/_text.scss */
.article-list-group__header span {
  border-bottom: 3px solid #d5e0e8;
  font-weight: 600;
  padding-bottom: 10px;
}

/* line 5, app/assets/stylesheets/modules/_agenda-filter.scss */
.agenda-filter__header--big {
  display: none;
}

@media only screen and (min-width: 40.0625em) {
  /* line 5, app/assets/stylesheets/modules/_agenda-filter.scss */
  .agenda-filter__header--big {
    display: block;
  }
}

/* line 14, app/assets/stylesheets/modules/_agenda-filter.scss */
.filter__path a {
  text-decoration: none;
  color: inherit;
}

/* line 16, app/assets/stylesheets/modules/_agenda-filter.scss */
.filter__path a:hover {
  text-decoration: underline;
}

/* line 22, app/assets/stylesheets/modules/_agenda-filter.scss */
.agenda-filter__header--small {
  display: block;
}

@media only screen and (min-width: 40.0625em) {
  /* line 22, app/assets/stylesheets/modules/_agenda-filter.scss */
  .agenda-filter__header--small {
    display: none;
  }
}

/* line 30, app/assets/stylesheets/modules/_agenda-filter.scss */
.agenda-filter__header-container {
  border-bottom: 1px solid #d5e0e8;
  padding-bottom: 10px;
}

/* line 31, app/assets/stylesheets/patterns/_text.scss */
.agenda-filter__header-container span {
  border-bottom: 3px solid #d5e0e8;
  font-weight: 600;
  padding-bottom: 10px;
}

/* line 34, app/assets/stylesheets/modules/_agenda-filter.scss */
.agenda-filter__header-item {
  margin-right: 1em;
  cursor: pointer;
  color: #0065f2;
}

/* line 40, app/assets/stylesheets/modules/_agenda-filter.scss */
.agenda-filter__header-item:not(:first-of-type) {
  border-bottom: none;
}

/* line 44, app/assets/stylesheets/modules/_agenda-filter.scss */
.agenda-filter__header-item.active {
  color: #84919c;
}

/* line 49, app/assets/stylesheets/modules/_agenda-filter.scss */
.agenda-filter__content {
  height: calc(100vh - 251px);
  overflow-y: scroll;
  padding-bottom: 50px;
}

/* line 54, app/assets/stylesheets/modules/_agenda-filter.scss */
.agenda-filter__content:after {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 50px;
  background: linear-gradient(transparent, #eef2f5);
}

/* line 66, app/assets/stylesheets/modules/_agenda-filter.scss */
.agenda-filter__group {
  margin-top: 1em;
  display: none;
  cursor: pointer;
}

@media only screen and (min-width: 40.0625em) {
  /* line 66, app/assets/stylesheets/modules/_agenda-filter.scss */
  .agenda-filter__group {
    display: block;
    cursor: default;
  }
}

/* line 1, app/assets/stylesheets/modules/_article-page.scss */
.topic-list {
  padding: 0;
  list-style-type: none;
  margin: 0;
  color: #005c9c;
  font-weight: 600;
  margin: 2em 0;
}

/* line 15, node_modules/css-patterns/stylesheets/patterns/_inline_list.scss */
.topic-list > * {
  display: inline-block;
}

@media only screen and (max-width: 40em) {
  /* line 1, app/assets/stylesheets/modules/_article-page.scss */
  .topic-list {
    display: none;
  }
}

/* line 12, app/assets/stylesheets/modules/_article-page.scss */
.topic-list__item {
  display: inline-block;
  border-right: 1px solid #d5e0e8;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  padding-right: 10px;
}

/* line 20, app/assets/stylesheets/modules/_article-page.scss */
.topic-list__item:last-of-type {
  border: 0;
}

/* line 24, app/assets/stylesheets/modules/_article-page.scss */
.topic-list__item a {
  color: #005c9c;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* line 29, app/assets/stylesheets/modules/_article-page.scss */
.topic-list__item a:hover {
  text-decoration: none;
  color: #84919c;
}

/* line 36, app/assets/stylesheets/modules/_article-page.scss */
.transformation-map,
.article-tout {
  display: none;
  margin-bottom: 18px;
}

/* line 40, app/assets/stylesheets/modules/_article-page.scss */
.transformation-map .list-group__header,
.article-tout .list-group__header {
  padding-bottom: 0;
}

/* line 42, app/assets/stylesheets/modules/_article-page.scss */
.transformation-map .list-group__header .further-reading__header-title,
.article-tout .list-group__header .further-reading__header-title {
  padding-right: 0;
}

/* line 44, app/assets/stylesheets/modules/_article-page.scss */
.lang-es .transformation-map .list-group__header .further-reading__header-title, .lang-fr .transformation-map .list-group__header .further-reading__header-title, .lang-es .article-tout .list-group__header .further-reading__header-title, .lang-fr .article-tout .list-group__header .further-reading__header-title {
  font-size: 1.75em;
}

/* line 50, app/assets/stylesheets/modules/_article-page.scss */
.transformation-map .further-reading__sub-title,
.article-tout .further-reading__sub-title {
  font-size: 1.4em;
  line-height: 1.2;
  font-weight: 300;
  padding: 0.5em 0;
}

/* line 56, app/assets/stylesheets/modules/_article-page.scss */
.transformation-map .transformation-map__icon,
.transformation-map .article-tout__icon,
.article-tout .transformation-map__icon,
.article-tout .article-tout__icon {
  height: 1em;
  float: right;
  margin-top: 5px;
}

/* line 62, app/assets/stylesheets/modules/_article-page.scss */
.transformation-map .further-reading__more,
.article-tout .further-reading__more {
  position: relative;
  border: 0;
}

/* line 66, app/assets/stylesheets/modules/_article-page.scss */
.transformation-map .further-reading__more-link,
.article-tout .further-reading__more-link {
  padding-right: 2em;
  color: #84919c;
}

/* line 70, app/assets/stylesheets/modules/_article-page.scss */
.transformation-map .further-reading__more-arrow,
.article-tout .further-reading__more-arrow {
  top: 50%;
  transform: translateY(-100%);
}

/* line 74, app/assets/stylesheets/modules/_article-page.scss */
.article-show-container .transformation-map, .article-show-container .article-tout {
  display: block;
}

@media only screen and (min-width: 40.0625em) {
  /* line 36, app/assets/stylesheets/modules/_article-page.scss */
  .transformation-map,
.article-tout {
    display: block;
  }
  /* line 78, app/assets/stylesheets/modules/_article-page.scss */
  .article-show-container .transformation-map, .article-show-container .article-tout {
    display: none;
  }
}

/* line 85, app/assets/stylesheets/modules/_article-page.scss */
.article__headline, .article-story .st__content-block--heading-3, .article-story .st__content-block--heading-2, .article-story .st__content-block--heading-1 {
  font-size: 3.2475em;
  margin-bottom: 0.5em;
  line-height: 1;
}

@media only screen and (max-width: 40em) {
  /* line 85, app/assets/stylesheets/modules/_article-page.scss */
  .article__headline, .article-story .st__content-block--heading-3, .article-story .st__content-block--heading-2, .article-story .st__content-block--heading-1 {
    font-size: 2em;
    margin-top: 0.5em;
  }
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  /* line 85, app/assets/stylesheets/modules/_article-page.scss */
  .article__headline, .article-story .st__content-block--heading-3, .article-story .st__content-block--heading-2, .article-story .st__content-block--heading-1 {
    font-size: 2.4em;
  }
}

/* line 100, app/assets/stylesheets/modules/_article-page.scss */
.lang-ja .article__headline, .lang-ja .article-story .st__content-block--heading-3, .article-story .lang-ja .st__content-block--heading-3, .lang-ja .article-story .st__content-block--heading-2, .article-story .lang-ja .st__content-block--heading-2, .lang-ja .article-story .st__content-block--heading-1, .article-story .lang-ja .st__content-block--heading-1 {
  font-size: 26px !important;
}

/* line 6, node_modules/css-patterns/stylesheets/patterns/_clearfix.scss */
.article__lead-image:before, .article__lead-image:after {
  content: " ";
  display: table;
}

/* line 12, node_modules/css-patterns/stylesheets/patterns/_clearfix.scss */
.article__lead-image:after {
  clear: both;
}

/* line 109, app/assets/stylesheets/modules/_article-page.scss */
.article__lead-image figure.st__content-block.st__content-block--image {
  margin-top: 0.25em;
}

/* line 111, app/assets/stylesheets/modules/_article-page.scss */
.article__lead-image figure.st__content-block.st__content-block--image img {
  width: 100%;
}

@media only screen and (max-width: 40em) {
  /* line 109, app/assets/stylesheets/modules/_article-page.scss */
  .article__lead-image figure.st__content-block.st__content-block--image {
    margin-bottom: 1.5em;
  }
}

/* line 121, app/assets/stylesheets/modules/_article-page.scss */
.article__video {
  position: relative;
  padding-top: 56.25%;
  margin: 2em 0;
}

/* line 27, node_modules/css-patterns/stylesheets/patterns/_fluid_media_wrapper.scss */
.article__video embed,
.article__video iframe,
.article__video object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 125, app/assets/stylesheets/modules/_article-page.scss */
.article__video .jwplayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* line 134, app/assets/stylesheets/modules/_article-page.scss */
.article-details {
  margin-bottom: 1.5em;
  line-height: 1.4;
}

@media only screen and (min-width: 40.0625em) {
  /* line 134, app/assets/stylesheets/modules/_article-page.scss */
  .article-details {
    margin-bottom: 2.5em;
  }
}

/* line 142, app/assets/stylesheets/modules/_article-page.scss */
.article-source {
  color: #84919c;
  font-size: 0.875em;
  line-height: 1.4;
  background-color: #1b2029;
  color: #9aa9b7;
  line-height: 1.6;
  padding: 0.575em 0.625em 0.8em;
}

/* line 144, app/assets/stylesheets/modules/_article-page.scss */
.article-source a {
  text-decoration: none;
  color: inherit;
  color: #fff;
  font-size: 1.285em;
  display: block;
}

@media only screen and (min-width: 40.0625em) {
  /* line 144, app/assets/stylesheets/modules/_article-page.scss */
  .article-source a {
    font-size: 1.715em;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 142, app/assets/stylesheets/modules/_article-page.scss */
  .article-source {
    padding: 0.625em 1em 1.85em;
  }
}

/* line 164, app/assets/stylesheets/modules/_article-page.scss */
.article-published {
  color: #84919c;
  font-size: 0.875em;
  line-height: 1.4;
  margin: 0.893em 0;
}

/* line 169, app/assets/stylesheets/modules/_article-page.scss */
.article-authors {
  padding: 0;
  list-style-type: none;
  margin: 0;
  color: #9aa9b7;
  font-size: 0.875em;
  padding-bottom: 0.45em;
}

@media only screen and (max-width: 40em) {
  /* line 169, app/assets/stylesheets/modules/_article-page.scss */
  .article-authors {
    border-bottom: 1px solid #d5e0e8;
    margin-bottom: 1.85em;
  }
}

/* line 181, app/assets/stylesheets/modules/_article-page.scss */
.article-authors__author {
  padding-bottom: 0.75em;
  overflow: auto;
}

@media only screen and (max-width: 40em) {
  /* line 184, app/assets/stylesheets/modules/_article-page.scss */
  .article-authors__author .regular-author {
    float: right;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 184, app/assets/stylesheets/modules/_article-page.scss */
  .article-authors__author .regular-author {
    margin-top: 0.85em;
  }
}

/* line 194, app/assets/stylesheets/modules/_article-page.scss */
.author-details {
  line-height: 1.55;
  overflow: hidden;
}

/* line 198, app/assets/stylesheets/modules/_article-page.scss */
.author-details .author-article,
.author-details .article-author {
  display: block;
  font-weight: 600;
  line-height: 1.6;
}

/* line 204, app/assets/stylesheets/modules/_article-page.scss */
.author-details .article-author__organization {
  color: inherit;
  text-decoration: underline;
}

/* line 208, app/assets/stylesheets/modules/_article-page.scss */
.author-details span {
  display: block;
  line-height: 1.1;
}

/* line 214, app/assets/stylesheets/modules/_article-page.scss */
.article-details__meta {
  border-top: 1px solid #d5e0e8;
  clear: both;
  font-size: 0.875em;
  color: #84919c;
  padding-top: 0.786em;
  padding-bottom: 1.75em;
  display: none;
}

/* line 222, app/assets/stylesheets/modules/_article-page.scss */
.article-details__meta a {
  font-weight: 600;
  color: #0065f2;
}

/* line 226, app/assets/stylesheets/modules/_article-page.scss */
.article-details__meta span {
  display: block;
}

@media only screen and (min-width: 40.0625em) {
  /* line 214, app/assets/stylesheets/modules/_article-page.scss */
  .article-details__meta {
    display: block;
  }
}

/* line 236, app/assets/stylesheets/modules/_article-page.scss */
.article-footer {
  color: #84919c;
  font-size: 0.875em;
  line-height: 1.4;
}

/* line 238, app/assets/stylesheets/modules/_article-page.scss */
.article-footer a {
  text-decoration: none;
  color: inherit;
  text-decoration: underline;
}

/* line 242, app/assets/stylesheets/modules/_article-page.scss */
.article-footer .article-source__author {
  line-height: 1.5;
  border-top: 1px solid #d5e0e8;
  padding: 1.25em 0 0.75em;
}

/* line 249, app/assets/stylesheets/modules/_article-page.scss */
.article-details__header {
  color: #84919c;
  font-weight: 600;
  padding: 0.75em 0;
}

/* line 255, app/assets/stylesheets/modules/_article-page.scss */
.image__credit {
  color: #84919c;
  font-size: 0.875em;
  line-height: 1.4;
}

@media only screen and (min-width: 40.0625em) {
  /* line 255, app/assets/stylesheets/modules/_article-page.scss */
  .image__credit {
    margin-top: 0.45em;
    float: right;
  }
  /* line 260, app/assets/stylesheets/modules/_article-page.scss */
  .article-body .image__credit {
    float: none;
    margin-top: 0;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 266, app/assets/stylesheets/modules/_article-page.scss */
  .article-body .image__credit {
    float: right;
    margin-top: 1em;
  }
}

/* line 273, app/assets/stylesheets/modules/_article-page.scss */
.image__caption {
  margin-top: 0.45em;
  color: #84919c;
  font-size: 0.875em;
  line-height: 1.4;
}

@media only screen and (min-width: 40.0625em) {
  /* line 273, app/assets/stylesheets/modules/_article-page.scss */
  .image__caption {
    float: left;
  }
  /* line 278, app/assets/stylesheets/modules/_article-page.scss */
  .article-body .image__caption {
    float: none;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 283, app/assets/stylesheets/modules/_article-page.scss */
  .article-body .image__caption {
    float: left;
    margin-top: 1em;
  }
}

/* line 289, app/assets/stylesheets/modules/_article-page.scss */
.image__caption a {
  color: inherit;
}

/* line 292, app/assets/stylesheets/modules/_article-page.scss */
.image__caption a:hover {
  text-decoration: underline;
}

/* line 297, app/assets/stylesheets/modules/_article-page.scss */
.image__caption--fullwidth {
  float: none;
}

/* line 302, app/assets/stylesheets/modules/_article-page.scss */
.article-show-container {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
}

@media only screen {
  /* line 302, app/assets/stylesheets/modules/_article-page.scss */
  .article-show-container {
    width: 100%;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 302, app/assets/stylesheets/modules/_article-page.scss */
  .article-show-container {
    width: 66.6666666667%;
  }
}

/* line 306, app/assets/stylesheets/modules/_article-page.scss */
.article-show-container .legacy-content .wp-caption {
  max-width: 100%;
}

/* line 309, app/assets/stylesheets/modules/_article-page.scss */
.article-show-container .legacy-content p,
.article-show-container .legacy-content ul,
.article-show-container .legacy-content div {
  line-height: 1.65rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 309, app/assets/stylesheets/modules/_article-page.scss */
  .article-show-container .legacy-content p,
.article-show-container .legacy-content ul,
.article-show-container .legacy-content div {
    font-size: 1.125rem;
  }
}

/* line 313, app/assets/stylesheets/modules/_article-page.scss */
.article-show-container .legacy-content p:first-of-type,
.article-show-container .legacy-content ul:first-of-type,
.article-show-container .legacy-content div:first-of-type {
  margin-top: 0;
}

/* line 318, app/assets/stylesheets/modules/_article-page.scss */
.article-show-container .legacy-content iframe {
  max-width: 100%;
}

/* line 323, app/assets/stylesheets/modules/_article-page.scss */
.article-show-container .sharedaddy {
  display: none;
}

/* line 328, app/assets/stylesheets/modules/_article-page.scss */
.article-body {
  margin-bottom: 2.075em;
}

/* line 332, app/assets/stylesheets/modules/_article-page.scss */
.st__content-block--video__share {
  padding: 0.5em 0 0;
  border-bottom: 1px solid #d5e0e8;
}

/* line 335, app/assets/stylesheets/modules/_article-page.scss */
.st__content-block--video__share span {
  display: inline-block;
  line-height: 40px;
  vertical-align: top;
}

/* line 342, app/assets/stylesheets/modules/_article-page.scss */
.blockquote {
  border-left: 3px solid #d5e0e8;
  color: #666f75;
  font-size: 1em;
  font-style: italic;
  margin-left: 0;
  padding-left: 0.889em;
}

/* line 349, app/assets/stylesheets/modules/_article-page.scss */
.blockquote p {
  line-height: 1.65;
  margin: 0;
}

/* line 353, app/assets/stylesheets/modules/_article-page.scss */
.blockquote cite {
  line-height: 1.65;
  padding-top: 0.375em;
}

/* line 359, app/assets/stylesheets/modules/_article-page.scss */
.pullquote {
  border-left: 3px solid #6fc2e9;
  font-size: 1.265em;
  margin-left: 0;
  padding-left: 0.5em;
}

/* line 364, app/assets/stylesheets/modules/_article-page.scss */
.pullquote p {
  margin: 0;
}

/* line 367, app/assets/stylesheets/modules/_article-page.scss */
.pullquote cite {
  color: #84919c;
  font-size: 0.865rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 359, app/assets/stylesheets/modules/_article-page.scss */
  .pullquote {
    font-size: 2.0275em;
    font-weight: 300;
  }
  /* line 374, app/assets/stylesheets/modules/_article-page.scss */
  .pullquote cite {
    font-size: 0.5em;
  }
}

/* line 380, app/assets/stylesheets/modules/_article-page.scss */
.pullquote .social-share--facebook,
.pullquote .social-share--facebook:hover {
  background-color: transparent;
  background-image: url(/assets/social/share-facebook-d8bbb49adcfa01ec158383ef1be0ec7334fc6705035b321caa819089ec772d4f.svg);
  border: none;
  margin: 0;
}

/* line 380, app/assets/stylesheets/modules/_article-page.scss */
.pullquote .social-share--twitter,
.pullquote .social-share--twitter:hover {
  background-color: transparent;
  background-image: url(/assets/social/share-twitter-78e50aa210a50bfbe93d87ac62b01e480d3892db8ab59b246716936dc95c82eb.svg);
  border: none;
  margin: 0;
}

/* line 380, app/assets/stylesheets/modules/_article-page.scss */
.pullquote .social-share--linkedin,
.pullquote .social-share--linkedin:hover {
  background-color: transparent;
  background-image: url(/assets/social/share-linkedin-d0c2fb7d366d4819a91d020569182e884b7af0774d3e5bc8b148ddd83d6cb117.svg);
  border: none;
  margin: 0;
}

/* line 380, app/assets/stylesheets/modules/_article-page.scss */
.pullquote .social-share--whatsapp,
.pullquote .social-share--whatsapp:hover {
  background-color: transparent;
  background-image: url(/assets/social/share-whatsapp-5747fcf516167f6fdc39f1e7109ee37f16a92f235ee48cb21c6f6a14dbccd89b.svg);
  border: none;
  margin: 0;
}

/* line 389, app/assets/stylesheets/modules/_article-page.scss */
.quote__sharing {
  margin-top: 0.5em;
}

/* line 393, app/assets/stylesheets/modules/_article-page.scss */
.post-article {
  border-top: 1px solid #d5e0e8;
  padding-top: 1.25em;
}

/* line 397, app/assets/stylesheets/modules/_article-page.scss */
.post-article:last-of-type {
  border-bottom: 1px solid #d5e0e8;
  padding-bottom: 1em;
  margin-bottom: 2em;
}

/* line 404, app/assets/stylesheets/modules/_article-page.scss */
.post-article__share,
.post-article__license {
  margin-bottom: 1.25em;
}

/* line 409, app/assets/stylesheets/modules/_article-page.scss */
.post-article__share__title,
.post-article__license__title {
  color: #84919c;
  font-weight: 600;
  font-size: 0.875em;
  margin-bottom: 0.7em;
}

/* line 417, app/assets/stylesheets/modules/_article-page.scss */
.article-footer__author__title {
  font-weight: 600;
  margin-bottom: 0.75em;
}

/* line 422, app/assets/stylesheets/modules/_article-page.scss */
.post-article__license__description {
  color: #84919c;
  font-size: 0.875em;
  line-height: 1.4;
}

/* line 425, app/assets/stylesheets/modules/_article-page.scss */
.post-article__license__description a {
  color: inherit;
  text-decoration: underline;
}

/* line 433, app/assets/stylesheets/modules/_article-page.scss */
.article-body a {
  border-bottom: 1px solid #d5e0e8;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* line 437, app/assets/stylesheets/modules/_article-page.scss */
.article-body a:hover {
  border-bottom-color: #0065f2;
}

/* line 441, app/assets/stylesheets/modules/_article-page.scss */
.article-body span.caption {
  display: block;
}

/* line 447, app/assets/stylesheets/modules/_article-page.scss */
.article-description p {
  line-height: 1.65rem;
  margin: 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 447, app/assets/stylesheets/modules/_article-page.scss */
  .article-description p {
    font-size: 1.125rem;
  }
}

/* line 452, app/assets/stylesheets/modules/_article-page.scss */
.article-description p + p {
  margin-top: 1em;
}

/* line 4, app/assets/stylesheets/modules/_article-story.scss */
.l-story-full, .article-story .st__content-block {
  padding-left: 21px;
  padding-right: 21px;
}

/* line 9, app/assets/stylesheets/modules/_article-story.scss */
.l-story-wrap, .article-story .st__content-block--tout-list-1,
.article-story .st__content-block--tout-list-2, .article-story .st__content-block--highlights-list .highlights-list__item-content, .article-story .st__content-block--highlights-list .highlights-list__item-kicker, .article-story .st__content-block.st__content-block--image,
.article-story .st__content-block--pullquote,
.article-story .st__content-block.st__content-block--video,
.article-story .st__content-block.st__content-block--iframe,
.article-story .st__content-block.st__content-block--poll,
.article-story .st__content-block.st__content-block--snippet, .article-story .st__content-block--heading-3, .article-story .st__content-block--heading-2, .article-story .st__content-block--text,
.article-story .st__content-block--list,
.article-story .st__content-block--searchable-list, .article-story__tolsda {
  max-width: 792px;
  padding-left: 21px;
  padding-right: 21px;
  margin-left: auto;
  margin-right: auto;
}

/* line 17, app/assets/stylesheets/modules/_article-story.scss */
.article-story__body.article-story__body--full .st__content-block {
  max-width: none;
}

/* line 22, app/assets/stylesheets/modules/_article-story.scss */
.article-story .related-centres {
  margin: 0 21px;
}

@media only screen and (min-width: 40.0625em) {
  /* line 22, app/assets/stylesheets/modules/_article-story.scss */
  .article-story .related-centres {
    margin: 0 auto;
    max-width: 750px;
  }
}

/* line 28, app/assets/stylesheets/modules/_article-story.scss */
.article-story .related-centres .related-centres__content {
  margin-bottom: 16px;
  padding: 16px;
  background-color: #f2f2f2;
  border-radius: 0.75rem;
  color: #474747;
  font-weight: 700;
  font-size: 1rem;
}

/* line 37, app/assets/stylesheets/modules/_article-story.scss */
.article-story .related-centres span {
  display: block;
  margin-bottom: 4px;
}

/* line 41, app/assets/stylesheets/modules/_article-story.scss */
.article-story .related-centres a {
  font-weight: 900;
  color: #0065f2;
  line-height: 1.2;
}

/* line 45, app/assets/stylesheets/modules/_article-story.scss */
.article-story .related-centres a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 40.0625em) {
  /* line 52, app/assets/stylesheets/modules/_article-story.scss */
  .article-story .article__lead-image .st__content-block.st__content-block--image {
    position: relative;
  }
}

/* line 56, app/assets/stylesheets/modules/_article-story.scss */
.article-story .article__lead-image .st__content-block.st__content-block--image .placeholder {
  position: relative;
  height: 0;
  padding-bottom: 72.2%;
}

/* line 60, app/assets/stylesheets/modules/_article-story.scss */
.article-story .article__lead-image .st__content-block.st__content-block--image .placeholder img {
  height: 100% !important;
  margin-top: 0 !important;
}

@media only screen and (min-width: 40.0625em) {
  /* line 56, app/assets/stylesheets/modules/_article-story.scss */
  .article-story .article__lead-image .st__content-block.st__content-block--image .placeholder {
    padding-bottom: 56.25%;
  }
}

/* line 68, app/assets/stylesheets/modules/_article-story.scss */
.article-story .article__lead-image .st__content-block.st__content-block--image .st__content-block--image-figcaption {
  background: black;
}

@media only screen and (min-width: 40.0625em) {
  /* line 68, app/assets/stylesheets/modules/_article-story.scss */
  .article-story .article__lead-image .st__content-block.st__content-block--image .st__content-block--image-figcaption {
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

/* line 80, app/assets/stylesheets/modules/_article-story.scss */
.article-story .article__lead-image .st__content-block.st__content-block--image figcaption {
  display: block;
  color: white;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 80, app/assets/stylesheets/modules/_article-story.scss */
  .article-story .article__lead-image .st__content-block.st__content-block--image figcaption {
    display: flex;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

/* line 93, app/assets/stylesheets/modules/_article-story.scss */
.article-story .article__lead-image .st__content-block.st__content-block--image figcaption .image__caption,
.article-story .article__lead-image .st__content-block.st__content-block--image figcaption .image__credit {
  color: white;
  font-size: 0.75rem;
  display: inline;
  padding: 0;
  margin: 0;
  line-height: 1.2;
}

@media only screen and (min-width: 40.0625em) {
  /* line 93, app/assets/stylesheets/modules/_article-story.scss */
  .article-story .article__lead-image .st__content-block.st__content-block--image figcaption .image__caption,
.article-story .article__lead-image .st__content-block.st__content-block--image figcaption .image__credit {
    line-height: 1.2;
  }
}

/* line 106, app/assets/stylesheets/modules/_article-story.scss */
.article-story .article__lead-image .st__content-block.st__content-block--image figcaption .image__credit {
  text-align: left;
  font-style: normal;
}

@media only screen and (min-width: 40.0625em) {
  /* line 106, app/assets/stylesheets/modules/_article-story.scss */
  .article-story .article__lead-image .st__content-block.st__content-block--image figcaption .image__credit {
    text-align: right;
  }
}

/* line 117, app/assets/stylesheets/modules/_article-story.scss */
.article-story__tolsda {
  margin-top: 2rem;
}

/* line 122, app/assets/stylesheets/modules/_article-story.scss */
.article-story .subnav {
  margin-bottom: 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 126, app/assets/stylesheets/modules/_article-story.scss */
  .article-story__details {
    padding-top: 21px;
  }
}

/* line 131, app/assets/stylesheets/modules/_article-story.scss */
.article-story__details .article-story__attribution {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 131, app/assets/stylesheets/modules/_article-story.scss */
  .article-story__details .article-story__attribution {
    display: flex;
  }
}

/* line 138, app/assets/stylesheets/modules/_article-story.scss */
.article-story__details .article-published {
  display: block;
  margin-top: 0;
  margin-bottom: 0.3em;
}

/* line 144, app/assets/stylesheets/modules/_article-story.scss */
.article-story__details .article-authors {
  border: 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 144, app/assets/stylesheets/modules/_article-story.scss */
  .article-story__details .article-authors {
    display: flex;
    flex-wrap: wrap;
  }
  /* line 149, app/assets/stylesheets/modules/_article-story.scss */
  .article-story__details .article-authors .article-authors__author {
    margin-right: 1.5rem;
  }
}

/* line 155, app/assets/stylesheets/modules/_article-story.scss */
.article-story__details .article-authors,
.article-story__details .article-authors__author:last-child {
  padding-bottom: 0;
}

/* line 160, app/assets/stylesheets/modules/_article-story.scss */
.article-story__details .article-source {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 160, app/assets/stylesheets/modules/_article-story.scss */
  .article-story__details .article-source {
    width: 245px;
    flex: 0 0 245px;
    margin-right: 1rem;
  }
}

/* line 169, app/assets/stylesheets/modules/_article-story.scss */
.article-story__details .article-story__sharing .social-sharing {
  padding-top: 1rem;
  border-top: 1px solid #d5e0e8;
}

/* line 174, app/assets/stylesheets/modules/_article-story.scss */
.article-story__details:after {
  content: "";
  border-bottom: 1px solid #d5e0e8;
  display: block;
  clear: both;
  margin: 0 21px;
}

/* line 183, app/assets/stylesheets/modules/_article-story.scss */
.article-story__body {
  padding-top: 3rem;
  padding-bottom: 2rem;
}

/* line 189, app/assets/stylesheets/modules/_article-story.scss */
.article-story__content a {
  color: var(--body-link-color);
}

/* line 200, app/assets/stylesheets/modules/_article-story.scss */
.article-story .st__content-block--text p,
.article-story .st__content-block--list p {
  line-height: 1.75rem;
}

/* line 204, app/assets/stylesheets/modules/_article-story.scss */
.article-story .st__content-block--text a,
.article-story .st__content-block--list a {
  color: var(--body-link-color);
}

/* line 215, app/assets/stylesheets/modules/_article-story.scss */
.article-story .st__content-block--heading-1 {
  margin-top: 0;
  padding-top: 0.67em;
  clear: both;
}

/* line 222, app/assets/stylesheets/modules/_article-story.scss */
.article-story .st__content-block--heading-2 {
  font-size: 2.25rem;
}

/* line 228, app/assets/stylesheets/modules/_article-story.scss */
.article-story .st__content-block--heading-3 {
  font-size: 1.5rem;
}

/* line 234, app/assets/stylesheets/modules/_article-story.scss */
.article-story .st__content-block.st__content-block--image,
.article-story .st__content-block.st__content-block--pullquote,
.article-story .st__content-block.st__content-block--video,
.article-story .st__content-block.st__content-block--iframe,
.article-story .st__content-block.st__content-block--poll,
.article-story .st__content-block.st__content-block--snippet {
  clear: both;
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}

@media only screen and (min-width: 40.0625em) {
  /* line 254, app/assets/stylesheets/modules/_article-story.scss */
  .article-story .st__content-block.st__content-block--image-left, .article-story .st__content-block.st__content-block--image-right,
.article-story .st__content-block--pullquote-left,
.article-story .st__content-block--pullquote-right,
.article-story .st__content-block.st__content-block--video-left,
.article-story .st__content-block.st__content-block--video-right,
.article-story .st__content-block.st__content-block--iframe-left,
.article-story .st__content-block.st__content-block--iframe-right,
.article-story .st__content-block.st__content-block--poll-left,
.article-story .st__content-block.st__content-block--poll-right,
.article-story .st__content-block.st__content-block--snippet-left,
.article-story .st__content-block.st__content-block--snippet-right {
    max-width: 395px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 261, app/assets/stylesheets/modules/_article-story.scss */
  .article-story .st__content-block.st__content-block--image-left,
.article-story .st__content-block--pullquote-left,
.article-story .st__content-block.st__content-block--video-left,
.article-story .st__content-block.st__content-block--iframe-left,
.article-story .st__content-block.st__content-block--poll-left,
.article-story .st__content-block.st__content-block--snippet-left {
    margin-right: 21px;
  }
  /* line 264, app/assets/stylesheets/modules/_article-story.scss */
  .article-story .st__content-block.st__content-block--image-right,
.article-story .st__content-block--pullquote-right,
.article-story .st__content-block.st__content-block--video-right,
.article-story .st__content-block.st__content-block--iframe-right,
.article-story .st__content-block.st__content-block--poll-right,
.article-story .st__content-block.st__content-block--snippet-right {
    margin-left: 21px;
  }
}

/* line 269, app/assets/stylesheets/modules/_article-story.scss */
.article-story .st__content-block.st__content-block--image-large, .article-story .st__content-block.st__content-block--image-hero,
.article-story .st__content-block--pullquote-large,
.article-story .st__content-block--pullquote-hero,
.article-story .st__content-block.st__content-block--video-large,
.article-story .st__content-block.st__content-block--video-hero,
.article-story .st__content-block.st__content-block--iframe-large,
.article-story .st__content-block.st__content-block--iframe-hero,
.article-story .st__content-block.st__content-block--poll-large,
.article-story .st__content-block.st__content-block--poll-hero,
.article-story .st__content-block.st__content-block--snippet-large,
.article-story .st__content-block.st__content-block--snippet-hero {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* line 274, app/assets/stylesheets/modules/_article-story.scss */
.article-story .st__content-block.st__content-block--image-large figcaption, .article-story .st__content-block.st__content-block--image-hero figcaption,
.article-story .st__content-block--pullquote-large figcaption,
.article-story .st__content-block--pullquote-hero figcaption,
.article-story .st__content-block.st__content-block--video-large figcaption,
.article-story .st__content-block.st__content-block--video-hero figcaption,
.article-story .st__content-block.st__content-block--iframe-large figcaption,
.article-story .st__content-block.st__content-block--iframe-hero figcaption,
.article-story .st__content-block.st__content-block--poll-large figcaption,
.article-story .st__content-block.st__content-block--poll-hero figcaption,
.article-story .st__content-block.st__content-block--snippet-large figcaption,
.article-story .st__content-block.st__content-block--snippet-hero figcaption {
  padding-left: 21px;
  padding-right: 21px;
}

/* line 281, app/assets/stylesheets/modules/_article-story.scss */
.article-story .st__content-block.st__content-block--snippet {
  margin-top: 2rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 281, app/assets/stylesheets/modules/_article-story.scss */
  .article-story .st__content-block.st__content-block--snippet {
    overflow: hidden;
  }
}

/* line 289, app/assets/stylesheets/modules/_article-story.scss */
.article-story .st__content-block.st__content-block--image figcaption {
  display: flex;
  justify-content: space-between;
}

/* line 292, app/assets/stylesheets/modules/_article-story.scss */
.article-story .st__content-block.st__content-block--image figcaption .image__caption {
  margin-right: 1rem;
}

/* line 295, app/assets/stylesheets/modules/_article-story.scss */
.article-story .st__content-block.st__content-block--image figcaption .image__caption,
.article-story .st__content-block.st__content-block--image figcaption .image__credit {
  float: none;
}

/* line 299, app/assets/stylesheets/modules/_article-story.scss */
.article-story .st__content-block.st__content-block--image figcaption .image__credit {
  min-width: 160px;
  margin-top: 0.45em;
  font-style: italic;
  text-align: right;
}

/* line 310, app/assets/stylesheets/modules/_article-story.scss */
.article-story .article-story__body .st__content-block.st__content-block--image-hero {
  position: relative;
  padding-top: 43.75%;
  height: 0;
  width: 100vw;
  position: absolute;
  left: 0;
  overflow: hidden;
}

/* line 27, node_modules/css-patterns/stylesheets/patterns/_fluid_media_wrapper.scss */
.article-story .article-story__body .st__content-block.st__content-block--image-hero embed,
.article-story .article-story__body .st__content-block.st__content-block--image-hero iframe,
.article-story .article-story__body .st__content-block.st__content-block--image-hero object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 317, app/assets/stylesheets/modules/_article-story.scss */
.article-story .article-story__body .st__content-block.st__content-block--image-hero img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
}

/* line 326, app/assets/stylesheets/modules/_article-story.scss */
.article-story .article-story__body .st__content-block--hero-placeholder {
  width: 0;
  margin-bottom: 2rem;
}

/* line 331, app/assets/stylesheets/modules/_article-story.scss */
.article-story .article-story__body twitter-widget {
  margin: auto;
}

/* line 337, app/assets/stylesheets/modules/_article-story.scss */
.article-story .st__content-block--pullquote .pullquote__content {
  border-top: 3px solid #d5e0e8;
  border-bottom: 3px solid #d5e0e8;
}

/* line 342, app/assets/stylesheets/modules/_article-story.scss */
.article-story .st__content-block--pullquote .quote__sharing {
  display: none;
}

/* line 346, app/assets/stylesheets/modules/_article-story.scss */
.article-story .st__content-block--pullquote .pullquote {
  border: 0;
  margin: 0;
  padding: 21px 0;
  font-size: 1.875rem;
}

/* line 351, app/assets/stylesheets/modules/_article-story.scss */
.article-story .st__content-block--pullquote .pullquote p {
  color: #0070be;
  color: var(--body-link-color);
}

/* line 357, app/assets/stylesheets/modules/_article-story.scss */
.article-story .st__content-block--pullquote-hero, .article-story .st__content-block--pullquote-large {
  padding-left: 21px;
  padding-right: 21px;
}

/* line 365, app/assets/stylesheets/modules/_article-story.scss */
.article-story .st__content-block--highlights-list .highlights-list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

/* line 367, app/assets/stylesheets/modules/_article-story.scss */
.article-story .st__content-block--highlights-list .highlights-list__item {
  overflow: hidden;
  margin-top: -1px;
  position: relative;
}

/* line 372, app/assets/stylesheets/modules/_article-story.scss */
.article-story .st__content-block--highlights-list .highlights-list__item-kicker {
  font-size: 2.75rem;
  color: #0070be;
  color: var(--body-link-color);
  font-weight: 300;
  margin-top: 21px;
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 372, app/assets/stylesheets/modules/_article-story.scss */
  .article-story .st__content-block--highlights-list .highlights-list__item-kicker {
    padding-left: 21px;
    padding-right: 21px;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 372, app/assets/stylesheets/modules/_article-story.scss */
  .article-story .st__content-block--highlights-list .highlights-list__item-kicker {
    margin-top: 0;
    width: calc((100% - 792px) / 2);
    float: left;
    clear: left;
    border-top: 1px solid #d5e0e8;
    border-bottom: 1px solid #d5e0e8;
    position: absolute;
    padding: 21px 0;
    top: 0;
    bottom: 0;
  }
}

/* line 398, app/assets/stylesheets/modules/_article-story.scss */
.article-story .st__content-block--highlights-list .highlights-list__item-content {
  border-bottom: 1px solid #d5e0e8;
  font-size: 1.375rem;
  line-height: 1.275;
  font-weight: 600;
  padding-top: 10.5px;
  padding-bottom: 21px;
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 398, app/assets/stylesheets/modules/_article-story.scss */
  .article-story .st__content-block--highlights-list .highlights-list__item-content {
    padding: 21px;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 398, app/assets/stylesheets/modules/_article-story.scss */
  .article-story .st__content-block--highlights-list .highlights-list__item-content {
    padding-top: 21px;
    border-top: 1px solid #d5e0e8;
    min-height: 6rem;
  }
}

/* line 429, app/assets/stylesheets/modules/_article-story.scss */
.article-story__kicker {
  font-weight: 600;
  color: #84919c;
  margin: 2.5rem 0 1rem;
}

/* line 436, app/assets/stylesheets/modules/_article-story.scss */
.article-story__description .st__content-block--text {
  width: auto;
  padding-left: 0;
  margin: 0;
}

/* line 440, app/assets/stylesheets/modules/_article-story.scss */
.article-story__description .st__content-block--text p {
  font-size: 1.875rem;
  line-height: 1.333;
  font-weight: 300;
}

/* line 449, app/assets/stylesheets/modules/_article-story.scss */
.article-story--report .article-story__body {
  padding: 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 449, app/assets/stylesheets/modules/_article-story.scss */
  .article-story--report .article-story__body {
    padding: 4rem 0;
  }
}

/* line 456, app/assets/stylesheets/modules/_article-story.scss */
.article-story--report .article-story__body-content {
  padding: 2rem 0 2rem 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 456, app/assets/stylesheets/modules/_article-story.scss */
  .article-story--report .article-story__body-content {
    padding: 0 21px;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 466, app/assets/stylesheets/modules/_article-story.scss */
  .article-story--report .st__content-block--highlights-list .highlights-list__item {
    display: flex;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 471, app/assets/stylesheets/modules/_article-story.scss */
  .article-story--report .st__content-block--highlights-list .highlights-list__item-kicker {
    position: static;
    float: none;
    min-width: 110px;
    width: auto;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 479, app/assets/stylesheets/modules/_article-story.scss */
  .article-story--report .st__content-block--highlights-list .highlights-list__item-content {
    flex: 1;
  }
}

/* line 6, node_modules/css-patterns/stylesheets/patterns/_clearfix.scss */
.donations-index-page:before, .donations-index-page:after {
  content: " ";
  display: table;
}

/* line 12, node_modules/css-patterns/stylesheets/patterns/_clearfix.scss */
.donations-index-page:after {
  clear: both;
}

@media only screen and (min-width: 64.0625em) {
  /* line 1, app/assets/stylesheets/modules/_donations.scss */
  .donations-index-page {
    padding: 0.75em 0 1.125em;
  }
}

/* line 6, app/assets/stylesheets/modules/_donations.scss */
.donations-index-page li {
  line-height: 1.325;
}

/* line 11, app/assets/stylesheets/modules/_donations.scss */
.donations__form-input {
  border: 1px solid #84919c;
  border-radius: 4px;
  padding: 0.75em 1em;
  width: 300px;
  line-height: 1.25;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

@media only screen and (min-width: 64.0625em) {
  /* line 11, app/assets/stylesheets/modules/_donations.scss */
  .donations__form-input {
    width: 400px;
  }
  /* line 20, app/assets/stylesheets/modules/_donations.scss */
  .donations__form-input:focus {
    outline: none;
    box-shadow: -2px 5px 5px 0 rgba(0, 0, 0, 0.1);
  }
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  /* line 11, app/assets/stylesheets/modules/_donations.scss */
  .donations__form-input {
    border-radius: 4px;
    width: 100%;
  }
}

@media only screen and (max-width: 40em) {
  /* line 11, app/assets/stylesheets/modules/_donations.scss */
  .donations__form-input {
    width: 100%;
    margin-bottom: 0.75em;
    border-right: 1px solid #84919c;
    border-radius: 4px;
  }
}

/* line 37, app/assets/stylesheets/modules/_donations.scss */
.donations__form-group {
  margin-bottom: 5px;
  max-width: 504px;
}

/* line 42, app/assets/stylesheets/modules/_donations.scss */
.donations__input-group-append {
  height: 100%;
  display: flex;
  border: 0.065em solid #0065f2;
  background-color: #0065f2;
  border-radius: 0px 4px 4px 0px;
}

/* line 50, app/assets/stylesheets/modules/_donations.scss */
.donations__input-group {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
}

/* line 58, app/assets/stylesheets/modules/_donations.scss */
.donations__label {
  display: inline-block;
  margin-bottom: .5rem;
  min-width: 100px;
}

/* line 62, app/assets/stylesheets/modules/_donations.scss */
.donations__label abbr[title="required"] {
  display: none;
}

/* line 67, app/assets/stylesheets/modules/_donations.scss */
.donations__currency-label {
  appearance: none;
  height: 100%;
  background-color: #0065f2;
  border-radius: 0px 4px 4px 0px;
  border: 0.065em solid #0065f2;
  color: white;
  font-weight: 400;
  padding: 0.65em 1em 0.85em;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* line 77, app/assets/stylesheets/modules/_donations.scss */
.donations__currency-label:hover {
  background-color: #005ad9;
}

/* line 83, app/assets/stylesheets/modules/_donations.scss */
.donations__currency-label-ddown .selectr-selected {
  appearance: none;
  min-width: 114px;
  height: 100%;
  background-color: #0065f2;
  border-radius: 0px 4px 4px 0px;
  border: 0.065em solid #0065f2;
  color: white;
  font-weight: 400;
  padding: 0.65em 1em 0.85em;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* line 94, app/assets/stylesheets/modules/_donations.scss */
.donations__currency-label-ddown .selectr-selected:hover {
  background-color: #005ad9;
}

/* line 100, app/assets/stylesheets/modules/_donations.scss */
.donations__currency-label::-ms-expand,
.donations__select-amount::-ms-expand,
.donations__select-desired_designation::-ms-expand,
.donations__select-donation-country::-ms-expand {
  display: none;
}

/* line 107, app/assets/stylesheets/modules/_donations.scss */
.donations__amount-label {
  color: grey;
}

/* line 111, app/assets/stylesheets/modules/_donations.scss */
.donations__select-amount,
.donations__select-desired_designation,
.donations__select-donation-country {
  border: 1px solid #84919c;
  background-color: white;
  appearance: none;
  padding: 0.75em 1em;
}

@media only screen and (max-width: 40em) {
  /* line 111, app/assets/stylesheets/modules/_donations.scss */
  .donations__select-amount,
.donations__select-desired_designation,
.donations__select-donation-country {
    width: 100%;
    border-radius: 4px;
    margin-bottom: .5rem;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 111, app/assets/stylesheets/modules/_donations.scss */
  .donations__select-amount,
.donations__select-desired_designation,
.donations__select-donation-country {
    border-radius: 4px;
    width: 100%;
    margin-bottom: .5rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 111, app/assets/stylesheets/modules/_donations.scss */
  .donations__select-amount,
.donations__select-desired_designation,
.donations__select-donation-country {
    border-radius: 4px 0px 0px 4px;
    width: 24.2em;
    margin-bottom: 0;
  }
}

/* line 138, app/assets/stylesheets/modules/_donations.scss */
.dd-append .selectr-container {
  width: 100%;
}

/* line 142, app/assets/stylesheets/modules/_donations.scss */
.donation_amount_id,
.donation_country_id,
.donation_designation_id,
.donation_amount--yql {
  flex: 1;
}

/* line 151, app/assets/stylesheets/modules/_donations.scss */
.donations__select-donation-country-ddown .selectr-selected,
.donations__select-desired_designation_ddown .selectr-selected {
  border: 1px solid #84919c;
  background-color: white;
  appearance: none;
  padding: 0.75em 1em;
  height: 46px;
  width: 100%;
}

@media only screen and (max-width: 40em) {
  /* line 151, app/assets/stylesheets/modules/_donations.scss */
  .donations__select-donation-country-ddown .selectr-selected,
.donations__select-desired_designation_ddown .selectr-selected {
    width: 100%;
    border-radius: 4px;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 151, app/assets/stylesheets/modules/_donations.scss */
  .donations__select-donation-country-ddown .selectr-selected,
.donations__select-desired_designation_ddown .selectr-selected {
    border-radius: 4px;
    width: 100%;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 151, app/assets/stylesheets/modules/_donations.scss */
  .donations__select-donation-country-ddown .selectr-selected,
.donations__select-desired_designation_ddown .selectr-selected {
    border-radius: 4px 0px 0px 4px;
    width: 24.2em;
    margin-bottom: 0;
  }
}

/* line 178, app/assets/stylesheets/modules/_donations.scss */
.donations__select-amount-ddown .selectr-selected {
  border: 1px solid #84919c;
  background-color: white;
  appearance: none;
  padding: 0.75em 1em;
  height: 46px;
  border-radius: 4px 0px 0px 4px;
  margin-bottom: 0;
}

/* line 190, app/assets/stylesheets/modules/_donations.scss */
.donations__select-donation-country,
.donations__select-desired_designation {
  padding: 0.75em 1em;
}

@media only screen and (min-width: 64.0625em) {
  /* line 190, app/assets/stylesheets/modules/_donations.scss */
  .donations__select-donation-country,
.donations__select-desired_designation {
    width: 100% !important;
    max-width: 504px;
    border-radius: 4px;
  }
}

/* line 200, app/assets/stylesheets/modules/_donations.scss */
.donations__select-donation-country-ddown,
.donations__select-desired_designation-ddown {
  max-width: 504px;
}

/* line 203, app/assets/stylesheets/modules/_donations.scss */
.donations__select-donation-country-ddown .selectr-selected,
.donations__select-desired_designation-ddown .selectr-selected {
  padding: 0.75em 1em;
}

@media only screen and (min-width: 64.0625em) {
  /* line 203, app/assets/stylesheets/modules/_donations.scss */
  .donations__select-donation-country-ddown .selectr-selected,
.donations__select-desired_designation-ddown .selectr-selected {
    width: 100%;
    max-width: 504px;
    border-radius: 4px;
  }
}

/* line 213, app/assets/stylesheets/modules/_donations.scss */
.donations__currency-number {
  max-width: 504px;
}

@media only screen and (max-width: 40em) {
  /* line 213, app/assets/stylesheets/modules/_donations.scss */
  .donations__currency-number {
    width: 100%;
    border-radius: 4px;
    margin-bottom: .5rem;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 213, app/assets/stylesheets/modules/_donations.scss */
  .donations__currency-number {
    border-radius: 4px;
    width: 100%;
    margin-bottom: .5rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 213, app/assets/stylesheets/modules/_donations.scss */
  .donations__currency-number {
    border-radius: 0px;
    border-left: 0px;
    margin-bottom: 0;
  }
}

/* line 234, app/assets/stylesheets/modules/_donations.scss */
.donations__currency-number-ygl {
  border-radius: 4px 0px 0px 4px;
  margin-bottom: 0;
  border-left: 1px solid #84919c;
  border-right: 0px;
  max-width: 504px;
}

/* line 242, app/assets/stylesheets/modules/_donations.scss */
.donations__form__submit {
  background-color: #0065f2;
  border-radius: 4px;
  border: 1px solid #0065f2;
  color: white;
  font-weight: 600;
  padding: 0.65em 1em 0.85em;
  float: left;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

@media only screen and (min-width: 64.0625em) {
  /* line 242, app/assets/stylesheets/modules/_donations.scss */
  .donations__form__submit {
    float: left;
  }
}

@media only screen and (max-width: 40em) {
  /* line 242, app/assets/stylesheets/modules/_donations.scss */
  .donations__form__submit {
    border-radius: 4px;
  }
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  /* line 242, app/assets/stylesheets/modules/_donations.scss */
  .donations__form__submit {
    border-radius: 4px;
  }
}

/* line 260, app/assets/stylesheets/modules/_donations.scss */
.donations__form__submit:hover {
  background-color: #005ad9;
}

/* line 265, app/assets/stylesheets/modules/_donations.scss */
.donations__radio {
  float: left;
  margin-right: 15px;
}

/* line 270, app/assets/stylesheets/modules/_donations.scss */
.donations__card {
  border: 1px solid #84919c;
  border-radius: 4px;
  padding: 0.75em 1em;
  max-width: 504px;
}

/* line 277, app/assets/stylesheets/modules/_donations.scss */
.donations.flash.alert {
  color: #dc3e37;
  padding: 20px 5px;
  border-radius: 4px;
  border: 1px solid #84919c;
  text-align: center;
}

@media only screen and (min-width: 64.0625em) {
  /* line 286, app/assets/stylesheets/modules/_donations.scss */
  .donations__default-amount-not-selected .selectr-selected {
    width: 6.6em;
  }
}

@media only screen and (max-width: 40em) {
  /* line 286, app/assets/stylesheets/modules/_donations.scss */
  .donations__default-amount-not-selected .selectr-selected {
    border-radius: 4px;
    width: 100%;
  }
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  /* line 286, app/assets/stylesheets/modules/_donations.scss */
  .donations__default-amount-not-selected .selectr-selected {
    border-radius: 4px;
    width: 100%;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 302, app/assets/stylesheets/modules/_donations.scss */
  .donations__default-amount-selected .selectr-selected {
    width: 24.2em;
  }
}

@media only screen and (max-width: 40em) {
  /* line 302, app/assets/stylesheets/modules/_donations.scss */
  .donations__default-amount-selected .selectr-selected {
    border-radius: 4px;
  }
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  /* line 302, app/assets/stylesheets/modules/_donations.scss */
  .donations__default-amount-selected .selectr-selected {
    border-radius: 4px;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 317, app/assets/stylesheets/modules/_donations.scss */
  .donations__input__default-amount-not-selected {
    width: 17.6em;
  }
}

@supports (-ms-ime-align: auto) {
  @media only screen and (min-width: 64.0625em) {
    /* line 325, app/assets/stylesheets/modules/_donations.scss */
    .donations__select-amount,
.donations__default-amount-selected {
      width: 23.7em;
    }
  }
  @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    /* line 325, app/assets/stylesheets/modules/_donations.scss */
    .donations__select-amount,
.donations__default-amount-selected {
      width: 100%;
    }
  }
  @media only screen and (max-width: 40em) {
    /* line 325, app/assets/stylesheets/modules/_donations.scss */
    .donations__select-amount,
.donations__default-amount-selected {
      width: 100%;
    }
  }
  /* line 340, app/assets/stylesheets/modules/_donations.scss */
  .donations__default-amount-not-selected {
    width: 100%;
  }
  @media only screen and (min-width: 64.0625em) {
    /* line 340, app/assets/stylesheets/modules/_donations.scss */
    .donations__default-amount-not-selected {
      width: 6.1em;
    }
  }
}

/* Absolute Center Spinner */
/* line 350, app/assets/stylesheets/modules/_donations.scss */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  visibility: hidden;
}

/* Transparent Overlay */
/* line 365, app/assets/stylesheets/modules/_donations.scss */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
}

/* :not(:required) hides these rules from IE9 and below */
/* line 377, app/assets/stylesheets/modules/_donations.scss */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 386, app/assets/stylesheets/modules/_donations.scss */
.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 408, app/assets/stylesheets/modules/_donations.scss */
form#donation-form input:invalid, form#videoForm input:invalid {
  outline: none;
}

/* line 411, app/assets/stylesheets/modules/_donations.scss */
form#donation-form input:required:focus:invalid, form#videoForm input:required:focus:invalid {
  border-color: #FF0000;
}

/* line 414, app/assets/stylesheets/modules/_donations.scss */
form#donation-form input:required:valid, form#videoForm input:required:valid {
  border-color: #669e00;
}

/* line 417, app/assets/stylesheets/modules/_donations.scss */
.invalid input:required:invalid {
  border-color: #FF0000;
}

/* line 420, app/assets/stylesheets/modules/_donations.scss */
.invalid input:required:valid {
  border-color: #669e00;
}

/* line 6, node_modules/css-patterns/stylesheets/patterns/_clearfix.scss */
.newsletter:before, .newsletter:after {
  content: " ";
  display: table;
}

/* line 12, node_modules/css-patterns/stylesheets/patterns/_clearfix.scss */
.newsletter:after {
  clear: both;
}

@media only screen and (min-width: 64.0625em) {
  /* line 1, app/assets/stylesheets/modules/_newsletter.scss */
  .newsletter {
    padding: 0.75em 0 1.125em;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 8, app/assets/stylesheets/modules/_newsletter.scss */
  .newsletter__callout {
    width: 55%;
    float: left;
    margin-right: 1em;
    padding-top: 0.125em;
  }
}

/* line 15, app/assets/stylesheets/modules/_newsletter.scss */
.newsletter__callout h2 {
  font-size: 1.375em;
  font-weight: 600;
}

/* line 21, app/assets/stylesheets/modules/_newsletter.scss */
.newsletter__callout__description {
  color: #84919c;
  font-size: 0.875em;
  line-height: 1.4;
  font-size: 1em;
  margin-top: 0.5em;
  line-height: 1.4;
}

@media only screen and (min-width: 64.0625em) {
  /* line 28, app/assets/stylesheets/modules/_newsletter.scss */
  .newsletter__form {
    float: right;
  }
}

/* line 34, app/assets/stylesheets/modules/_newsletter.scss */
.newsletter__form__field {
  margin: 0.75em 0 0 0;
  overflow: hidden;
  padding: 0.5em 0;
  width: 100%;
  text-align: left;
  font-weight: normal;
  border: 0;
}

@media only screen and (min-width: 64.0625em) {
  /* line 34, app/assets/stylesheets/modules/_newsletter.scss */
  .newsletter__form__field {
    margin: 0;
    text-align: left;
    width: auto;
    position: absolute;
    right: 1.5em;
  }
}

@media only screen and (max-width: 40em) {
  /* line 34, app/assets/stylesheets/modules/_newsletter.scss */
  .newsletter__form__field {
    padding: 0.5em 0;
  }
}

/* line 54, app/assets/stylesheets/modules/_newsletter.scss */
.newsletter__form__input {
  border: 1px solid #84919c;
  border-right: 0;
  border-radius: 4px 0px 0px 4px;
  padding: 0.75em 1em;
  float: left;
  width: 300px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

@media only screen and (min-width: 64.0625em) {
  /* line 54, app/assets/stylesheets/modules/_newsletter.scss */
  .newsletter__form__input {
    width: 160px;
  }
  /* line 64, app/assets/stylesheets/modules/_newsletter.scss */
  .newsletter__form__input:focus {
    outline: none;
    width: 300px;
    box-shadow: -2px 5px 5px 0 rgba(0, 0, 0, 0.1);
  }
}

@media only screen and (max-width: 40em) {
  /* line 54, app/assets/stylesheets/modules/_newsletter.scss */
  .newsletter__form__input {
    width: 100%;
    margin-bottom: 0.75em;
    border-right: 1px solid #84919c;
    border-radius: 4px;
  }
}

/* line 78, app/assets/stylesheets/modules/_newsletter.scss */
.newsletter__form__submit {
  background-color: #0065f2;
  border-radius: 0px 4px 4px 0px;
  border: 1px solid #0065f2;
  color: white;
  font-weight: 600;
  padding: 0.65em 1em 0.85em;
  float: left;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

@media only screen and (min-width: 64.0625em) {
  /* line 78, app/assets/stylesheets/modules/_newsletter.scss */
  .newsletter__form__submit {
    float: right;
  }
}

@media only screen and (max-width: 40em) {
  /* line 78, app/assets/stylesheets/modules/_newsletter.scss */
  .newsletter__form__submit {
    border-radius: 4px;
  }
}

/* line 93, app/assets/stylesheets/modules/_newsletter.scss */
.newsletter__form__submit:hover {
  background-color: #005ad9;
}

/* line 1, app/assets/stylesheets/modules/_homepage.scss */
.featured-article__image {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
  float: none;
}

@media only screen {
  /* line 1, app/assets/stylesheets/modules/_homepage.scss */
  .featured-article__image {
    width: 100%;
  }
}

/* line 5, app/assets/stylesheets/modules/_homepage.scss */
.featured-article__image img {
  width: 1279px;
}

/* line 10, app/assets/stylesheets/modules/_homepage.scss */
.strapline {
  text-align: center;
  font-weight: 600;
  font-size: 1.25em;
  line-height: 1.25;
  color: #0065f2;
  margin-top: 1em;
  margin-bottom: 1.75em;
  padding: 0 3em;
}

@media only screen and (min-width: 40.0625em) {
  /* line 10, app/assets/stylesheets/modules/_homepage.scss */
  .strapline {
    font-size: 1.66em;
  }
}

/* line 25, app/assets/stylesheets/modules/_homepage.scss */
.homepage .tout--hero {
  margin-top: 1.3125em;
}

/* line 30, app/assets/stylesheets/modules/_homepage.scss */
.homepage__hero {
  margin-bottom: 0.75em;
}

/* line 33, app/assets/stylesheets/modules/_homepage.scss */
.homepage__hero.medium-12 .gutter-marking {
  display: none;
}

/* line 37, app/assets/stylesheets/modules/_homepage.scss */
.homepage__hero .tout--medium_hero {
  padding-bottom: 0;
}

/* line 42, app/assets/stylesheets/modules/_homepage.scss */
.homepage__featured-collection {
  margin-top: 1.3125em;
}

/* line 47, app/assets/stylesheets/modules/_homepage.scss */
.homepage__press .events-header {
  position: relative;
}

/* line 52, app/assets/stylesheets/modules/_homepage.scss */
.homepage-header__small {
  display: block;
}

/* line 70, app/assets/stylesheets/patterns/_text.scss */
.homepage-header__small a {
  color: #141414;
  text-decoration: none;
}

/* line 75, app/assets/stylesheets/patterns/_text.scss */
.homepage-header__small a:hover .homepage-header-text {
  text-decoration: underline;
}

/* line 57, app/assets/stylesheets/modules/_homepage.scss */
.homepage-header__small .homepage-header__border {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
  padding-top: 1em;
  padding-bottom: 0.5em;
}

@media only screen {
  /* line 57, app/assets/stylesheets/modules/_homepage.scss */
  .homepage-header__small .homepage-header__border {
    width: 100%;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 52, app/assets/stylesheets/modules/_homepage.scss */
  .homepage-header__small {
    display: none;
  }
}

/* line 68, app/assets/stylesheets/modules/_homepage.scss */
.homepage-header-text {
  font-weight: 600;
  padding-top: 0.5em;
  padding-bottom: 0.25em;
  font-size: 1.375em;
}

/* line 75, app/assets/stylesheets/modules/_homepage.scss */
.homepage-summary {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
  margin-bottom: 0.65em;
}

@media only screen {
  /* line 75, app/assets/stylesheets/modules/_homepage.scss */
  .homepage-summary {
    width: 100%;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 75, app/assets/stylesheets/modules/_homepage.scss */
  .homepage-summary {
    width: 33.3333333333%;
  }
}

/* line 70, app/assets/stylesheets/patterns/_text.scss */
.homepage-summary a {
  color: #141414;
  text-decoration: none;
}

/* line 75, app/assets/stylesheets/patterns/_text.scss */
.homepage-summary a:hover .summary__title {
  text-decoration: underline;
}

/* line 82, app/assets/stylesheets/modules/_homepage.scss */
.homepage-summary:nth-of-type(3n) .gutter-marking, .homepage-summary:last-of-type .gutter-marking {
  display: none;
}

/* line 87, app/assets/stylesheets/modules/_homepage.scss */
.homepage-summary:last-of-type {
  margin-bottom: 0;
}

/* line 90, app/assets/stylesheets/modules/_homepage.scss */
.homepage-summary:last-of-type .sbs-bottom-border {
  display: none;
}

/* line 6, node_modules/css-patterns/stylesheets/patterns/_clearfix.scss */
.homepage-summary__wrapper:before, .homepage-summary__wrapper:after {
  content: " ";
  display: table;
}

/* line 12, node_modules/css-patterns/stylesheets/patterns/_clearfix.scss */
.homepage-summary__wrapper:after {
  clear: both;
}

/* line 100, app/assets/stylesheets/modules/_homepage.scss */
.homepage-summary__img {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
}

@media only screen {
  /* line 100, app/assets/stylesheets/modules/_homepage.scss */
  .homepage-summary__img {
    width: 33.3333333333%;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 100, app/assets/stylesheets/modules/_homepage.scss */
  .homepage-summary__img {
    width: 100%;
  }
}

@media only screen and (max-width: 40em) {
  /* line 100, app/assets/stylesheets/modules/_homepage.scss */
  .homepage-summary__img {
    padding-right: 0;
  }
}

/* line 105, app/assets/stylesheets/modules/_homepage.scss */
.homepage-summary__details {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
}

@media only screen {
  /* line 105, app/assets/stylesheets/modules/_homepage.scss */
  .homepage-summary__details {
    width: 66.6666666667%;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 105, app/assets/stylesheets/modules/_homepage.scss */
  .homepage-summary__details {
    width: 100%;
  }
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  /* line 105, app/assets/stylesheets/modules/_homepage.scss */
  .homepage-summary__details {
    margin-top: 1em;
  }
}

@media only screen and (max-width: 40em) {
  /* line 113, app/assets/stylesheets/modules/_homepage.scss */
  .sbs-bottom-border {
    position: absolute;
    right: 21px;
    left: 21px;
    bottom: 0;
    height: 1px;
    border-bottom: 1px solid #d5e0e8;
  }
}

/* line 119, app/assets/stylesheets/modules/_homepage.scss */
.in-the-news__container {
  margin-bottom: 2rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 119, app/assets/stylesheets/modules/_homepage.scss */
  .in-the-news__container {
    display: flex;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 126, app/assets/stylesheets/modules/_homepage.scss */
  .in-the-news__group {
    flex: 0 1 50%;
  }
  /* line 129, app/assets/stylesheets/modules/_homepage.scss */
  .in-the-news__group:first-child {
    padding-right: 1rem;
    border-right: 1px solid #d5e0e8;
  }
  /* line 133, app/assets/stylesheets/modules/_homepage.scss */
  .in-the-news__group:last-child {
    padding-left: 1rem;
  }
}

/* line 138, app/assets/stylesheets/modules/_homepage.scss */
.in-the-news__group .tout--media-article:first-child {
  margin-top: 0;
}

/* line 145, app/assets/stylesheets/modules/_homepage.scss */
.tout--media-article span {
  display: inline-block;
}

/* line 148, app/assets/stylesheets/modules/_homepage.scss */
.tout--media-article .press-domain {
  font-weight: 600;
  margin-right: 0.5em;
}

/* line 152, app/assets/stylesheets/modules/_homepage.scss */
.tout--media-article .press-published {
  padding-right: 1rem;
  background: no-repeat url(/assets/external-link-230b706d1ab1b8c3ec8c1cd981860a8d3574a03241558e28ec03df2ee0e7c604.svg) right center;
}

@media only screen and (min-width: 40.0625em) {
  /* line 1, app/assets/stylesheets/modules/_press-release.scss */
  .press-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 42px;
    grid-row-gap: 0px;
  }
  /* line 8, app/assets/stylesheets/modules/_press-release.scss */
  .press-grid .tout {
    border: none;
  }
}

/* line 14, app/assets/stylesheets/modules/_press-release.scss */
.homepage__press {
  margin-bottom: 1rem;
}

/* line 16, app/assets/stylesheets/modules/_press-release.scss */
.homepage__press .sbs-section-header {
  position: relative;
}

/* line 18, app/assets/stylesheets/modules/_press-release.scss */
.homepage__press .sbs-section-header .view-all-link {
  font-size: 0.9rem;
}

/* line 24, app/assets/stylesheets/modules/_press-release.scss */
.press-release-container {
  border: 2px solid #d5e0e8;
  position: relative;
  padding: 1em;
  border-radius: 5px;
}

/* line 6, node_modules/css-patterns/stylesheets/patterns/_clearfix.scss */
.press-release-container:before, .press-release-container:after {
  content: " ";
  display: table;
}

/* line 12, node_modules/css-patterns/stylesheets/patterns/_clearfix.scss */
.press-release-container:after {
  clear: both;
}

/* line 32, app/assets/stylesheets/modules/_press-release.scss */
.press-release__content {
  padding-left: 0;
  width: auto;
  float: left;
}

/* line 38, app/assets/stylesheets/modules/_press-release.scss */
.press-release__more {
  padding-right: 0;
  text-align: right;
  padding-top: 0.5em;
  margin-bottom: 0.5em;
}

/* line 45, app/assets/stylesheets/modules/_press-release.scss */
.press-release__caption {
  color: #84919c;
  font-size: 0.875em;
  line-height: 1.4;
  margin-bottom: 0.25em;
}

/* line 50, app/assets/stylesheets/modules/_press-release.scss */
.press-release__trigger {
  color: #84919c;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.875em;
}

/* line 56, app/assets/stylesheets/modules/_press-release.scss */
.press-release__trigger:hover {
  text-decoration: underline;
}

/* line 60, app/assets/stylesheets/modules/_press-release.scss */
.press-release__trigger span {
  position: relative;
  right: 0.5em;
}

/* line 66, app/assets/stylesheets/modules/_press-release.scss */
.press-release__text {
  color: #141414;
  font-weight: 600;
  text-decoration: none;
}

/* line 71, app/assets/stylesheets/modules/_press-release.scss */
.press-release__text:hover {
  text-decoration: underline;
}

/* line 1, app/assets/stylesheets/modules/_search-overlay.scss */
.search__content {
  display: none;
  margin-bottom: 3em;
  padding-top: 1em;
}

/* line 9, app/assets/stylesheets/patterns/_page-overlays.scss */
.search__content:after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 50px;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.3), transparent 100%);
}

/* line 8, app/assets/stylesheets/modules/_search-overlay.scss */
.search-container .search__content {
  position: absolute;
  width: 100%;
  background-color: #eef2f5;
  z-index: 100;
}

/* line 12, app/assets/stylesheets/modules/_search-overlay.scss */
.search-bar-container {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
  margin-top: 4em;
  margin-bottom: 6em;
}

@media only screen {
  /* line 12, app/assets/stylesheets/modules/_search-overlay.scss */
  .search-bar-container {
    width: 100%;
  }
}

/* line 17, app/assets/stylesheets/modules/_search-overlay.scss */
.search-bar-container .form-submit {
  position: absolute;
  width: 28px;
  right: 3em;
  top: 1.75em;
}

/* line 25, app/assets/stylesheets/modules/_search-overlay.scss */
.search-bar {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  background-color: white;
  color: #141414;
  font-size: 2em;
  font-weight: 300;
  padding: 0.75em 0.5em;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #d5e0e8;
}

/* line 37, app/assets/stylesheets/modules/_search-overlay.scss */
.search-bar--icon,
.search-bar--close {
  display: none;
}

/* line 42, app/assets/stylesheets/modules/_search-overlay.scss */
.search__highlighted-results {
  margin-bottom: 1em;
}

@media only screen and (min-width: 64.0625em) {
  /* line 3, app/assets/stylesheets/modules/_social-sharing.scss */
  .social-sharing--vertical a {
    display: block;
  }
}

/* line 9, app/assets/stylesheets/modules/_social-sharing.scss */
.social-share--link,
.social-share--download,
.social-share--embed, .social-share--email, .social-share--threads, .social-share--ximalaya, .social-share--wechat, .social-share--weibo, .social-share--whatsapp, .social-share--tiktok, .social-share--instagram, .social-share--flipboard, .social-share--linkedin, .social-share--twitter, .social-share--facebook {
  width: 40px;
  height: 40px;
  color: white;
  font-size: 14.22px;
  display: inline-flex !important;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  justify-content: center;
  align-items: center;
}

/* line 24, app/assets/stylesheets/modules/_social-sharing.scss */
.social-share--inline {
  background-image: none !important;
}

/* line 31, app/assets/stylesheets/modules/_social-sharing.scss */
.social-share--facebook {
  background-color: #3d5ba8;
  background-image: url(/assets/social/logo-facebook-9e48a3779ad7030c2c27157642f30aae954df2c3c046b50fb926f20946afe20c.svg);
}

/* line 37, app/assets/stylesheets/modules/_social-sharing.scss */
.social-share--facebook:hover {
  background-color: #2d447f;
}

/* line 31, app/assets/stylesheets/modules/_social-sharing.scss */
.social-share--twitter {
  background-color: #24abe2;
  background-image: url(/assets/social/logo-twitter-bb73753b2a547c18018e2b1a4d71874dd6fc4d768117977d5f014e62d5dddcdb.svg);
}

/* line 37, app/assets/stylesheets/modules/_social-sharing.scss */
.social-share--twitter:hover {
  background-color: #1d92c1;
}

/* line 31, app/assets/stylesheets/modules/_social-sharing.scss */
.social-share--linkedin {
  background-color: #007bb6;
  background-image: url(/assets/social/logo-linkedin-ae8b5f018d65ed1f8f5516f33bb1f2da461e8457625390628c07bc48c898bb9a.svg);
}

/* line 37, app/assets/stylesheets/modules/_social-sharing.scss */
.social-share--linkedin:hover {
  background-color: #005b87;
}

/* line 31, app/assets/stylesheets/modules/_social-sharing.scss */
.social-share--flipboard {
  background-color: #e12828;
  background-image: url(/assets/social/logo-flipboard-5dca11367ec8c942aebd51f849b858d770618aa76fae1d89877870f8cdfdfda5.svg);
}

/* line 31, app/assets/stylesheets/modules/_social-sharing.scss */
.social-share--instagram {
  background-color: white;
  background-image: url(/assets/social/logo-instagram-9e773382a5e7acaa7530322829dde2162ae33273ea016489ac82f6bfe8510f5d.svg);
}

/* line 31, app/assets/stylesheets/modules/_social-sharing.scss */
.social-share--tiktok {
  background-color: black;
  background-image: url(/assets/social/logo-tiktok-142db55ff6c293c91ba91f626a2018dc0c94b9fea7b21b642de702c62b7ef699.svg);
}

/* line 31, app/assets/stylesheets/modules/_social-sharing.scss */
.social-share--whatsapp {
  background-color: #25d366;
  background-image: url(/assets/social/logo-whatsapp-9518cb78ec7742cf9bae98f69f8738a42cf4d61c507e75c8d208131d5567d230.svg);
}

/* line 37, app/assets/stylesheets/modules/_social-sharing.scss */
.social-share--whatsapp:hover {
  background-color: #1da34f;
}

/* line 31, app/assets/stylesheets/modules/_social-sharing.scss */
.social-share--weibo {
  background-color: #e0172c;
  background-image: url(/assets/social/logo-weibo-526626966b79418e32c74ecb8b45e4ba5bf385a17733a75e2aeafdde53cbe082.svg);
}

/* line 31, app/assets/stylesheets/modules/_social-sharing.scss */
.social-share--wechat {
  background-color: #00c924;
  background-image: url(/assets/social/logo-wechat-146597868b5da378cf1e3d1a1dd6b6e80a762ce0577ddd3b8a6570be7881a8a7.svg);
}

/* line 31, app/assets/stylesheets/modules/_social-sharing.scss */
.social-share--ximalaya {
  background-color: #e31b1a;
  background-image: url(/assets/social/logo-ximalaya-402235b5ed4f20ea160b5c8e4967cd91abaebaa8e389fc3aaaaf285b83129483.svg);
}

/* line 31, app/assets/stylesheets/modules/_social-sharing.scss */
.social-share--threads {
  background-color: black;
  background-image: url(/images/social/logo-threads.svg);
}

/* line 43, app/assets/stylesheets/modules/_social-sharing.scss */
.social-share--weibo, .social-share--wechat {
  background-size: 60%;
}

/* line 47, app/assets/stylesheets/modules/_social-sharing.scss */
.social-share--ximalaya {
  background-size: 100%;
}

/* line 52, app/assets/stylesheets/modules/_social-sharing.scss */
.social-share--email {
  background-color: #9aa9b7;
  background-image: url(/assets/social/email-action-857f1a9924af37334783f515596a19c99a5f71156a25a4f994c5521bca95a043.svg);
  background-size: 50%;
}

/* line 58, app/assets/stylesheets/modules/_social-sharing.scss */
.social-share--email:hover {
  background-color: #77838d;
}

/* line 62, app/assets/stylesheets/modules/_social-sharing.scss */
.social-share--whatsapp {
  display: none;
}

/* line 67, app/assets/stylesheets/modules/_social-sharing.scss */
.social-sharing-mobile .social-share--whatsapp {
  display: inline-flex;
}

/* line 71, app/assets/stylesheets/modules/_social-sharing.scss */
.social-sharing-mobile .social-share--container-whatsapp {
  display: inline-block;
}

/* line 75, app/assets/stylesheets/modules/_social-sharing.scss */
.social-share--container {
  display: inline-block;
  margin-right: 0.4375em;
  margin-bottom: 0.3125em;
  vertical-align: top;
}

/* line 81, app/assets/stylesheets/modules/_social-sharing.scss */
.social-share--container-whatsapp {
  display: none;
}

/* line 87, app/assets/stylesheets/modules/_social-sharing.scss */
.social-sharing--reports .social-share {
  background: #ffffff;
  color: #141414;
  color: var(--body-link-color);
}

/* line 92, app/assets/stylesheets/modules/_social-sharing.scss */
.social-sharing--reports .social-share:hover {
  color: #141414;
  color: var(--body-link-color);
  opacity: 0.9;
}

/* line 98, app/assets/stylesheets/modules/_social-sharing.scss */
.social-sharing--reports .social-share:active {
  color: #141414;
  color: var(--body-link-color);
  opacity: 0.8;
}

/* line 1, app/assets/stylesheets/modules/_summary.scss */
.summary {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
  margin-bottom: 1em;
}

@media only screen {
  /* line 1, app/assets/stylesheets/modules/_summary.scss */
  .summary {
    width: 100%;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 1, app/assets/stylesheets/modules/_summary.scss */
  .summary {
    width: 33.3333333333%;
  }
}

/* line 70, app/assets/stylesheets/patterns/_text.scss */
.summary a {
  color: #141414;
  text-decoration: none;
}

/* line 75, app/assets/stylesheets/patterns/_text.scss */
.summary a:hover .summary__title {
  text-decoration: underline;
}

@media only screen and (min-width: 64.0625em) {
  /* line 1, app/assets/stylesheets/modules/_summary.scss */
  .summary {
    min-height: 25em;
  }
}

/* line 11, app/assets/stylesheets/modules/_summary.scss */
.article-set .summary {
  padding-left: 0;
  padding-right: 0;
}

/* Hide the gutter every 3rd item, such that items on the right hand side of
   the page do not get a gutter */
/* line 19, app/assets/stylesheets/modules/_summary.scss */
.summary:nth-of-type(3n+1) .gutter-marking, .summary:last-of-type .gutter-marking {
  display: none;
}

/* line 24, app/assets/stylesheets/modules/_summary.scss */
.summary__title {
  font-weight: 600;
  color: #141414;
  margin-bottom: 0.35em;
}

/* line 42, app/assets/stylesheets/patterns/_text.scss */
.summary__title a {
  text-decoration: none;
  color: inherit;
}

@media only screen and (min-width: 64.0625em) {
  /* line 24, app/assets/stylesheets/modules/_summary.scss */
  .summary__title {
    padding-top: 1em;
    font-size: 1.43em;
  }
}

/* line 33, app/assets/stylesheets/modules/_summary.scss */
.summary__content {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
  margin-top: 1em;
}

@media only screen {
  /* line 33, app/assets/stylesheets/modules/_summary.scss */
  .summary__content {
    width: 100%;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 33, app/assets/stylesheets/modules/_summary.scss */
  .summary__content {
    margin-top: .5em;
  }
}

/* line 41, app/assets/stylesheets/modules/_summary.scss */
.summary__content .summary__metadata {
  margin-top: 1em;
}

/* line 46, app/assets/stylesheets/modules/_summary.scss */
.summary__image {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
}

@media only screen {
  /* line 46, app/assets/stylesheets/modules/_summary.scss */
  .summary__image {
    width: 100%;
  }
}

/* line 50, app/assets/stylesheets/modules/_summary.scss */
.summary__details {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
}

@media only screen {
  /* line 50, app/assets/stylesheets/modules/_summary.scss */
  .summary__details {
    width: 100%;
  }
}

/* line 54, app/assets/stylesheets/modules/_summary.scss */
.summary__description {
  color: #141414;
}

/* line 6, node_modules/css-patterns/stylesheets/patterns/_clearfix.scss */
.summary__inner-wrap:before, .summary__inner-wrap:after {
  content: " ";
  display: table;
}

/* line 12, node_modules/css-patterns/stylesheets/patterns/_clearfix.scss */
.summary__inner-wrap:after {
  clear: both;
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  /* line 58, app/assets/stylesheets/modules/_summary.scss */
  .summary__inner-wrap {
    padding-bottom: 1em;
  }
}

/* line 66, app/assets/stylesheets/modules/_summary.scss */
.summary--large {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
  margin-bottom: 1em;
}

@media only screen {
  /* line 66, app/assets/stylesheets/modules/_summary.scss */
  .summary--large {
    width: 100%;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 66, app/assets/stylesheets/modules/_summary.scss */
  .summary--large {
    width: 50%;
  }
}

/* line 70, app/assets/stylesheets/patterns/_text.scss */
.summary--large a {
  color: #141414;
  text-decoration: none;
}

/* line 75, app/assets/stylesheets/patterns/_text.scss */
.summary--large a:hover .summary--large__title {
  text-decoration: underline;
}

@media only screen and (min-width: 64.0625em) {
  /* line 66, app/assets/stylesheets/modules/_summary.scss */
  .summary--large {
    min-height: 25em;
  }
}

/* Hide the gutter every 2nd item, such that items on the right hand side of
   the page do not get a gutter */
/* line 79, app/assets/stylesheets/modules/_summary.scss */
.summary--large:nth-of-type(2n) .gutter-marking, .summary--large:last-of-type .gutter-marking {
  display: none;
}

/* line 84, app/assets/stylesheets/modules/_summary.scss */
.summary--large__title {
  font-weight: 600;
  color: #141414;
  margin-bottom: 0.35em;
  padding-top: 1em;
  font-size: 2em;
}

/* line 42, app/assets/stylesheets/patterns/_text.scss */
.summary--large__title a {
  text-decoration: none;
  color: inherit;
}

/* line 90, app/assets/stylesheets/modules/_summary.scss */
.summary--large__metadata {
  margin-top: .5em;
  padding-bottom: 1em;
}

/* line 94, app/assets/stylesheets/modules/_summary.scss */
.summary--large__metadata > * {
  color: #84919c;
  font-size: 0.875em;
  line-height: 1.4;
  display: inline-block;
  font-size: 1em;
}

/* line 55, app/assets/stylesheets/patterns/_text.scss */
.summary--large__metadata > *:after {
  content: " · ";
}

/* line 59, app/assets/stylesheets/patterns/_text.scss */
.summary--large__metadata > *:last-of-type:after {
  display: none;
}

/* line 101, app/assets/stylesheets/modules/_summary.scss */
.summary-row {
  margin-bottom: 1em;
}

/* line 6, node_modules/css-patterns/stylesheets/patterns/_clearfix.scss */
.summary-row:before, .summary-row:after {
  content: " ";
  display: table;
}

/* line 12, node_modules/css-patterns/stylesheets/patterns/_clearfix.scss */
.summary-row:after {
  clear: both;
}

@media only screen and (min-width: 40.0625em) {
  /* line 101, app/assets/stylesheets/modules/_summary.scss */
  .summary-row {
    margin-bottom: 2em;
  }
}

/* line 109, app/assets/stylesheets/modules/_summary.scss */
.summary-row:last-of-type {
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/modules/_pages.scss */
.page {
  margin-top: 1.5em;
  margin-bottom: 3em;
}

@media only screen and (min-width: 40.0625em) {
  /* line 1, app/assets/stylesheets/modules/_pages.scss */
  .page {
    margin-top: 2.5em;
  }
}

/* line 5, app/assets/stylesheets/modules/_pages.scss */
.page__sidebar {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
}

@media only screen {
  /* line 5, app/assets/stylesheets/modules/_pages.scss */
  .page__sidebar {
    width: 100%;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 5, app/assets/stylesheets/modules/_pages.scss */
  .page__sidebar {
    width: 33.3333333333%;
  }
}

/* line 9, app/assets/stylesheets/modules/_pages.scss */
.page__content {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
}

@media only screen {
  /* line 9, app/assets/stylesheets/modules/_pages.scss */
  .page__content {
    width: 100%;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 9, app/assets/stylesheets/modules/_pages.scss */
  .page__content {
    width: 66.6666666667%;
  }
}

/* line 11, app/assets/stylesheets/modules/_pages.scss */
.page__content p {
  line-height: 1.65rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 11, app/assets/stylesheets/modules/_pages.scss */
  .page__content p {
    font-size: 1.125rem;
  }
}

/* line 14, app/assets/stylesheets/modules/_pages.scss */
.page__content > p:first-child {
  margin-top: 0;
}

/* line 19, app/assets/stylesheets/modules/_pages.scss */
.page__items {
  padding: 0;
  list-style-type: none;
  margin: 0;
  margin-bottom: 1em;
}

/* line 22, app/assets/stylesheets/modules/_pages.scss */
.page__items.page__items--media {
  margin-bottom: -0.875em;
}

/* line 24, app/assets/stylesheets/modules/_pages.scss */
.page__items.page__items--media .page__item:last-child {
  border: 0;
}

/* line 29, app/assets/stylesheets/modules/_pages.scss */
.page__items--hide-on-large-screens {
  display: none;
}

@media only screen and (max-width: 40em) {
  /* line 29, app/assets/stylesheets/modules/_pages.scss */
  .page__items--hide-on-large-screens {
    display: block;
  }
}

@media only screen and (max-width: 40em) {
  /* line 37, app/assets/stylesheets/modules/_pages.scss */
  .page__items--subitems {
    background: #fff;
    border: 1px solid #d5e0e8;
    border-radius: 4px;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.25);
    font-weight: 600;
    left: 0px;
    position: absolute;
    right: 0px;
    z-index: 1;
  }
}

/* line 52, app/assets/stylesheets/modules/_pages.scss */
.page__item--active-parent.page__item--open .page__items--subitems {
  display: block;
}

/* line 57, app/assets/stylesheets/modules/_pages.scss */
.page__item {
  border-bottom: 1px solid #d5e0e8;
  padding: 0.875em 0;
}

/* line 60, app/assets/stylesheets/modules/_pages.scss */
.page__item img {
  padding-right: 0.5em;
}

/* line 64, app/assets/stylesheets/modules/_pages.scss */
.page__item a {
  color: #0065f2;
  text-decoration: none;
}

/* line 68, app/assets/stylesheets/modules/_pages.scss */
.page__item a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 40em) {
  /* line 73, app/assets/stylesheets/modules/_pages.scss */
  .page__sidebar .page__item {
    display: none;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 79, app/assets/stylesheets/modules/_pages.scss */
  .page__item--subitem {
    background: url(/assets/thin-chevron-220c508e09cd7918af0f6e1e281e2ed54258a771dbfe49a9f662004e66ccc42d.svg) no-repeat center left;
    padding-left: 1.2em;
  }
}

@media only screen and (max-width: 40em) {
  /* line 79, app/assets/stylesheets/modules/_pages.scss */
  .page__item--subitem {
    padding: 0.7em 0.5em;
  }
  /* line 86, app/assets/stylesheets/modules/_pages.scss */
  .page__item--subitem a {
    display: block;
  }
  /* line 89, app/assets/stylesheets/modules/_pages.scss */
  .page__item--subitem:last-child {
    border: 0;
  }
}

/* line 95, app/assets/stylesheets/modules/_pages.scss */
.page__item--active-container {
  border-bottom: 1px solid #d5e0e8;
  padding: 0.875em 0;
  padding-top: 0;
}

@media only screen and (max-width: 40em) {
  /* line 95, app/assets/stylesheets/modules/_pages.scss */
  .page__item--active-container {
    background: #edf2f5;
    border: 1px solid #cad6e0;
    border-radius: 4px;
    color: #005c9c;
    cursor: pointer;
    font-size: 0.875em;
    font-weight: bold;
    padding: 0.7em 1em 0.7em 0.5em;
  }
  /* line 107, app/assets/stylesheets/modules/_pages.scss */
  .page__item--active-container .page__item--active-parent,
.page__item--active-container .bold {
    background: url(/assets/chevron-down-cd86f5e817f8650ca5f635bb0f75f160b19e2f60bb191bd3713f17f19ce7e535.svg) no-repeat center right;
  }
}

@media only screen and (max-width: 40em) {
  /* line 116, app/assets/stylesheets/modules/_pages.scss */
  .page__item--open .page__item--active-parent,
.page__item--open .bold {
    background-image: url(/assets/chevron-up-09fea0e7cb1a382804a0d8be697defa6f188b249aafc3e2a63c4b0f056915781.svg);
  }
}

/* line 123, app/assets/stylesheets/modules/_pages.scss */
.page__item--active-parent {
  border-bottom: 0;
  padding-bottom: 0;
}

@media only screen and (max-width: 40em) {
  /* line 123, app/assets/stylesheets/modules/_pages.scss */
  .page__item--active-parent {
    position: relative;
  }
  /* line 128, app/assets/stylesheets/modules/_pages.scss */
  .page__sidebar .page__item--active-parent, .page__sidebar .page__item--active-parent .page__item {
    display: block;
  }
  /* line 132, app/assets/stylesheets/modules/_pages.scss */
  .page__item--active-parent .page__items {
    display: none;
  }
}

/* line 138, app/assets/stylesheets/modules/_pages.scss */
.page__header {
  font-weight: 600;
  font-size: 2.25em;
  margin-bottom: 0.5em;
}

@media only screen and (min-width: 40.0625em) {
  /* line 138, app/assets/stylesheets/modules/_pages.scss */
  .page__header {
    font-size: 3.25em;
  }
}

/* line 148, app/assets/stylesheets/modules/_pages.scss */
.page-caption {
  color: #84919c;
  font-size: 0.875em;
  line-height: 1.4;
  margin-top: 0.75em;
}

/* line 153, app/assets/stylesheets/modules/_pages.scss */
.about-header {
  border-top: 3px solid #141414;
  border-top-color: var(--text-default);
  padding-top: 0.2em;
  font-size: 1.375em;
  font-weight: 600;
  margin-bottom: 1.5em;
  margin-top: 3em;
}

/* line 159, app/assets/stylesheets/modules/_pages.scss */
.about-header a {
  text-decoration: none;
  color: inherit;
}

/* line 161, app/assets/stylesheets/modules/_pages.scss */
.about-header a:hover {
  text-decoration: underline;
}

/* line 165, app/assets/stylesheets/modules/_pages.scss */
.page__sidebar .about-header {
  margin-top: 0;
}

/* line 170, app/assets/stylesheets/modules/_pages.scss */
.page__subpage-title {
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: 1em;
}

/* line 174, app/assets/stylesheets/modules/_pages.scss */
.page__subpage-title a {
  text-decoration: none;
  color: inherit;
}

/* line 176, app/assets/stylesheets/modules/_pages.scss */
.page__subpage-title a:hover {
  text-decoration: underline;
}

/* line 183, app/assets/stylesheets/modules/_pages.scss */
.page__sidebar .page__subpage-title {
  margin-top: 0.75em;
}

/* line 188, app/assets/stylesheets/modules/_pages.scss */
.resource-archive-error {
  background: #f2f2f2;
  margin: 60px auto;
  padding: 24px 16px 8px;
  border-radius: 10px;
  text-align: center;
  max-width: 548px;
}

@media only screen and (min-width: 64.0625em) {
  /* line 188, app/assets/stylesheets/modules/_pages.scss */
  .resource-archive-error {
    max-width: 644px;
  }
}

/* line 200, app/assets/stylesheets/modules/_pages.scss */
.resource-archive-error .page-title {
  font-size: 24px;
  font-weight: 900;
}

/* line 205, app/assets/stylesheets/modules/_pages.scss */
.resource-archive-error p {
  font-size: 18px;
}

/* line 207, app/assets/stylesheets/modules/_pages.scss */
.resource-archive-error p a {
  color: black;
  text-decoration: underline;
  font-weight: 600;
}

/* line 1, app/assets/stylesheets/modules/_letter-list.scss */
.letter {
  margin-bottom: 2.5em;
}

/* line 5, app/assets/stylesheets/modules/_letter-list.scss */
.letter__header {
  border-top: 3px solid #141414;
  border-top-color: var(--text-default);
  padding-top: 0.2em;
  font-size: 1.375em;
  font-weight: 600;
}

/* line 11, app/assets/stylesheets/modules/_letter-list.scss */
.letter__list {
  padding-top: 1em;
}

/* line 6, node_modules/css-patterns/stylesheets/patterns/_clearfix.scss */
.letter__list:before, .letter__list:after {
  content: " ";
  display: table;
}

/* line 12, node_modules/css-patterns/stylesheets/patterns/_clearfix.scss */
.letter__list:after {
  clear: both;
}

/* line 16, app/assets/stylesheets/modules/_letter-list.scss */
.letter__list-section {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
  padding-left: 0;
}

@media only screen {
  /* line 16, app/assets/stylesheets/modules/_letter-list.scss */
  .letter__list-section {
    width: 100%;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 16, app/assets/stylesheets/modules/_letter-list.scss */
  .letter__list-section {
    width: 50%;
  }
}

/* line 21, app/assets/stylesheets/modules/_letter-list.scss */
.letter__list--columns {
  column-count: 1;
}

@media only screen and (min-width: 40.0625em) {
  /* line 21, app/assets/stylesheets/modules/_letter-list.scss */
  .letter__list--columns {
    column-count: 2;
  }
}

/* line 29, app/assets/stylesheets/modules/_letter-list.scss */
.letter__link {
  display: block;
  color: #0065f2;
  text-decoration: none;
  margin-bottom: 0.5em;
}

/* line 35, app/assets/stylesheets/modules/_letter-list.scss */
.letter__link:hover {
  text-decoration: underline;
}

/* line 39, app/assets/stylesheets/modules/_letter-list.scss */
.body--dark .letter__link {
  color: #ffffff;
}

/* line 44, app/assets/stylesheets/modules/_letter-list.scss */
.letter-menu {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
  padding-top: 1em;
  padding-bottom: 1.25em;
}

@media only screen {
  /* line 44, app/assets/stylesheets/modules/_letter-list.scss */
  .letter-menu {
    width: 100%;
  }
}

/* line 50, app/assets/stylesheets/modules/_letter-list.scss */
.letter-menu__link {
  color: #0065f2;
  text-decoration: none;
  margin-right: 0.35em;
}

/* line 55, app/assets/stylesheets/modules/_letter-list.scss */
.letter-menu__link:hover {
  text-decoration: underline;
}

/* line 59, app/assets/stylesheets/modules/_letter-list.scss */
.body--dark .letter-menu__link {
  color: #ffffff;
}

/* line 1, app/assets/stylesheets/modules/_organization.scss */
.organization {
  background: #1b2029;
  color: var(--text-default);
  position: relative;
}

/* line 6, app/assets/stylesheets/modules/_organization.scss */
.organization .collection-group__container {
  margin-top: 0;
}

/* line 10, app/assets/stylesheets/modules/_organization.scss */
.organization__profile {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #1b2029;
  color: #fff;
}

/* line 16, app/assets/stylesheets/modules/_organization.scss */
.organization__profile .row, .organization__profile .article-story .article__lead-image .st__content-block.st__content-block--image figcaption, .article-story .article__lead-image .st__content-block.st__content-block--image .organization__profile figcaption {
  display: grid;
  grid-template-columns: 1fr;
}

@media only screen and (min-width: 40.0625em) {
  /* line 16, app/assets/stylesheets/modules/_organization.scss */
  .organization__profile .row, .organization__profile .article-story .article__lead-image .st__content-block.st__content-block--image figcaption, .article-story .article__lead-image .st__content-block.st__content-block--image .organization__profile figcaption {
    grid-template-columns: 2fr 1fr;
  }
}

/* line 25, app/assets/stylesheets/modules/_organization.scss */
.organization__profile__blurb {
  display: flex;
  grid-column: 1;
  grid-row: 2;
  flex-direction: column;
}

@media only screen and (min-width: 40.0625em) {
  /* line 25, app/assets/stylesheets/modules/_organization.scss */
  .organization__profile__blurb {
    display: block;
    border-right: 1px solid #c5d1db;
    padding-right: 2.5rem;
    grid-column: 1;
    grid-row: 1 / span 2;
  }
}

/* line 37, app/assets/stylesheets/modules/_organization.scss */
.organization__profile__blurb .organization__website {
  order: 2;
}

/* line 42, app/assets/stylesheets/modules/_organization.scss */
.organization__profile__logo {
  grid-column: 1;
  grid-row: 1;
  margin-top: 0.25rem;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 42, app/assets/stylesheets/modules/_organization.scss */
  .organization__profile__logo {
    grid-column: 2;
    flex: 0 0 150px;
    margin-bottom: 3rem;
    margin-left: 2rem;
  }
}

/* line 55, app/assets/stylesheets/modules/_organization.scss */
.organization__profile__stats {
  grid-column: 1;
  grid-row: 3;
}

@media only screen and (min-width: 40.0625em) {
  /* line 55, app/assets/stylesheets/modules/_organization.scss */
  .organization__profile__stats {
    grid-column: 2;
    grid-row: 2;
    font-size: 1.125rem;
    margin-left: 2rem;
  }
}

/* line 65, app/assets/stylesheets/modules/_organization.scss */
.organization__profile__stats dt {
  font-weight: 300;
  margin: 0 0 0.25rem 0;
}

/* line 70, app/assets/stylesheets/modules/_organization.scss */
.organization__profile__stats dd {
  font-weight: 500;
  margin: 0 0 1rem 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 70, app/assets/stylesheets/modules/_organization.scss */
  .organization__profile__stats dd {
    margin: 0 0 3rem 0;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 10, app/assets/stylesheets/modules/_organization.scss */
  .organization__profile {
    padding-bottom: 2rem;
    padding-top: 8rem;
  }
}

/* line 86, app/assets/stylesheets/modules/_organization.scss */
.organization__website {
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 1em 1.5em 1em 1.5em;
  margin: 2em 0;
  text-align: left;
  display: block;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  margin-top: 1.5rem;
}

/* line 16, app/assets/stylesheets/patterns/_button.scss */
.organization__website img {
  position: relative;
  right: 0;
  top: 0.15em;
  float: right;
}

@media only screen and (min-width: 40.0625em) {
  /* line 86, app/assets/stylesheets/modules/_organization.scss */
  .organization__website {
    display: inline-block;
    width: auto;
    text-align: center;
  }
  /* line 28, app/assets/stylesheets/patterns/_button.scss */
  .organization__website span {
    float: none;
  }
  /* line 32, app/assets/stylesheets/patterns/_button.scss */
  .organization__website img {
    position: relative;
    left: 0.75em;
  }
}

/* line 91, app/assets/stylesheets/modules/_organization.scss */
.organization__website--dark {
  background-color: #0070be;
  border: 1px solid #0070be;
  border-radius: 4px;
  padding: 1em 1.5em 1em 1.5em;
  margin: 2em 0;
  text-align: left;
  display: block;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}

/* line 16, app/assets/stylesheets/patterns/_button.scss */
.organization__website--dark img {
  position: relative;
  right: 0;
  top: 0.15em;
  float: right;
}

@media only screen and (min-width: 40.0625em) {
  /* line 91, app/assets/stylesheets/modules/_organization.scss */
  .organization__website--dark {
    display: inline-block;
    width: auto;
    text-align: center;
  }
  /* line 28, app/assets/stylesheets/patterns/_button.scss */
  .organization__website--dark span {
    float: none;
  }
  /* line 32, app/assets/stylesheets/patterns/_button.scss */
  .organization__website--dark img {
    position: relative;
    left: 0.75em;
  }
}

/* line 100, app/assets/stylesheets/modules/_organization.scss */
.organization__name {
  font-size: 1.625rem;
  font-weight: 600;
  margin: 0.25rem 0 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 100, app/assets/stylesheets/modules/_organization.scss */
  .organization__name {
    font-size: 4rem;
  }
}

/* line 109, app/assets/stylesheets/modules/_organization.scss */
.organization__description {
  max-width: 800px;
}

/* line 112, app/assets/stylesheets/modules/_organization.scss */
.organization__description p {
  font-weight: 300;
  line-height: 1.4;
}

@media only screen and (min-width: 40.0625em) {
  /* line 112, app/assets/stylesheets/modules/_organization.scss */
  .organization__description p {
    font-size: 1.25rem;
  }
}

/* line 121, app/assets/stylesheets/modules/_organization.scss */
.organization__logo {
  width: 150px;
  height: 150px;
  background: #fff;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0.5rem;
}

/* line 130, app/assets/stylesheets/modules/_organization.scss */
.organization__logo img {
  width: 100%;
  padding: 14px;
  vertical-align: middle;
}

@media only screen and (min-width: 40.0625em) {
  /* line 138, app/assets/stylesheets/modules/_organization.scss */
  .organization__contributors__grid {
    display: grid;
    gap: 25px;
    margin: 2rem 0;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 4rem 0;
    gap: 50px;
  }
  /* line 147, app/assets/stylesheets/modules/_organization.scss */
  .organization__contributors__grid .tout {
    margin-bottom: 0rem;
  }
}

/* line 152, app/assets/stylesheets/modules/_organization.scss */
.organization__contributors__grid .tout {
  border: none;
  margin: 0;
  padding: 0;
  margin-bottom: 2rem;
  color: var(--text-default);
}

/* line 1, app/assets/stylesheets/modules/_organisation-list.scss */
.organisation-list {
  padding-bottom: 2em;
}

/* line 6, node_modules/css-patterns/stylesheets/patterns/_clearfix.scss */
.organisation-list:before, .organisation-list:after {
  content: " ";
  display: table;
}

/* line 12, node_modules/css-patterns/stylesheets/patterns/_clearfix.scss */
.organisation-list:after {
  clear: both;
}

/* line 6, app/assets/stylesheets/modules/_organisation-list.scss */
.organisation-list__column {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
}

@media only screen {
  /* line 6, app/assets/stylesheets/modules/_organisation-list.scss */
  .organisation-list__column {
    width: 100%;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 6, app/assets/stylesheets/modules/_organisation-list.scss */
  .organisation-list__column {
    width: 50%;
  }
}

/* line 10, app/assets/stylesheets/modules/_organisation-list.scss */
.organisation-list__item {
  margin-bottom: 1em;
  padding-left: 0;
}

/* line 14, app/assets/stylesheets/modules/_organisation-list.scss */
.organisation-list__item a {
  color: #005c9c;
  text-decoration: none;
}

/* line 18, app/assets/stylesheets/modules/_organisation-list.scss */
.organisation-list__item a:hover {
  text-decoration: underline;
}

/* line 22, app/assets/stylesheets/modules/_organisation-list.scss */
.organisation-list--tight .organisation-list__item {
  margin-bottom: 0.5em;
}

/* line 1, app/assets/stylesheets/modules/_reports.scss */
.reports-page {
  padding-top: 5em;
}

/* line 5, app/assets/stylesheets/modules/_reports.scss */
.report {
  margin-top: 1.5em;
  margin-bottom: 3em;
}

@media only screen and (min-width: 40.0625em) {
  /* line 5, app/assets/stylesheets/modules/_reports.scss */
  .report {
    margin-top: 2.5em;
  }
}

/* line 9, app/assets/stylesheets/modules/_reports.scss */
.report__title {
  font-weight: 600;
  font-size: 2em;
  margin-bottom: 1em;
}

@media only screen and (min-width: 40.0625em) {
  /* line 9, app/assets/stylesheets/modules/_reports.scss */
  .report__title {
    font-size: 3.24em;
    margin-bottom: 0.5em;
  }
}

/* line 13, app/assets/stylesheets/modules/_reports.scss */
.report__display-info {
  margin-bottom: 1em;
}

@media only screen and (min-width: 40.0625em) {
  /* line 13, app/assets/stylesheets/modules/_reports.scss */
  .report__display-info {
    margin-bottom: 2em;
  }
}

/* line 20, app/assets/stylesheets/modules/_reports.scss */
.report__display-info .placeholder {
  margin-bottom: 2em;
}

/* line 25, app/assets/stylesheets/modules/_reports.scss */
.report__meta {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
  color: #84919c;
}

@media only screen {
  /* line 25, app/assets/stylesheets/modules/_reports.scss */
  .report__meta {
    width: 100%;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 25, app/assets/stylesheets/modules/_reports.scss */
  .report__meta {
    width: 33.3333333333%;
  }
}

@media only screen and (max-width: 40em) {
  /* line 30, app/assets/stylesheets/modules/_reports.scss */
  .report__meta .inline:first-of-type {
    margin-top: 1em;
  }
}

/* line 34, app/assets/stylesheets/modules/_reports.scss */
.report__meta .list-group__header {
  margin-bottom: 0.5rem;
  color: #141414;
}

/* line 40, app/assets/stylesheets/modules/_reports.scss */
.report__meta-header {
  color: #84919c;
  font-size: 0.875em;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 0.5em;
  padding-top: 0.1em;
}

/* line 47, app/assets/stylesheets/modules/_reports.scss */
.report__meta-description {
  color: #84919c;
  font-size: 0.875em;
  line-height: 1.4;
  margin-bottom: 0;
}

/* line 51, app/assets/stylesheets/modules/_reports.scss */
.report__meta-description a {
  color: inherit;
  text-decoration: underline;
}

/* line 57, app/assets/stylesheets/modules/_reports.scss */
.report__actions-container {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

/* line 62, app/assets/stylesheets/modules/_reports.scss */
.report__action {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0.8em 0.75em;
  border: 1px solid #d5e0e8;
  text-decoration: none;
  margin-bottom: 0.85em;
  color: #0065f2;
  font-weight: 600;
  border-radius: 5px;
}

/* line 74, app/assets/stylesheets/modules/_reports.scss */
.report__action img {
  position: absolute;
  right: 0.75em;
}

/* line 80, app/assets/stylesheets/modules/_reports.scss */
.report-inline {
  background: #d5e0e8;
  height: 1px;
  margin-bottom: 0.5em;
}

/* line 86, app/assets/stylesheets/modules/_reports.scss */
.report__social-sharing {
  position: relative;
  top: 1em;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

/* line 93, app/assets/stylesheets/modules/_reports.scss */
.report__social-icons {
  position: relative;
  top: 0.25em;
  margin-bottom: 1em;
}

/* line 99, app/assets/stylesheets/modules/_reports.scss */
.report__header {
  background: var(--header-background-color);
  color: #fff;
  padding: 2rem 0 1rem 0;
  position: relative;
}

@media only screen and (min-width: 40.0625em) {
  /* line 99, app/assets/stylesheets/modules/_reports.scss */
  .report__header {
    padding: 2rem 0;
  }
}

/* line 109, app/assets/stylesheets/modules/_reports.scss */
.report__header--large, .report__header--plain {
  padding: 2rem 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 109, app/assets/stylesheets/modules/_reports.scss */
  .report__header--large, .report__header--plain {
    padding: 4rem 0;
  }
}

/* line 118, app/assets/stylesheets/modules/_reports.scss */
.report__header--compact {
  padding: 1rem 0;
}

/* line 123, app/assets/stylesheets/modules/_reports.scss */
.report__header--plain {
  background: transparent;
  color: var(--header-background-color);
}

/* line 128, app/assets/stylesheets/modules/_reports.scss */
.report__header-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 134, app/assets/stylesheets/modules/_reports.scss */
.report__header-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
}

/* line 142, app/assets/stylesheets/modules/_reports.scss */
.report__header-content {
  display: grid;
}

/* line 145, app/assets/stylesheets/modules/_reports.scss */
.report__header-content .label {
  margin-bottom: 0.5rem;
}

/* line 149, app/assets/stylesheets/modules/_reports.scss */
.report__header-content a {
  color: #ffffff;
}

/* line 153, app/assets/stylesheets/modules/_reports.scss */
.report__header-content .report__image--mini {
  margin: 0;
  width: 30px;
  clip-path: polygon(0% 0%, calc(100% - 7px) 0, 100% 7px, 100% 100%, 0 100%);
}

/* line 159, app/assets/stylesheets/modules/_reports.scss */
.report__header-content .report__image--mini:after {
  height: 7px;
  width: 7px;
}

/* line 165, app/assets/stylesheets/modules/_reports.scss */
.report__header-content .report__image-wrapper {
  display: none;
}

/* line 168, app/assets/stylesheets/modules/_reports.scss */
.report__header-content .report__image-wrapper--video {
  display: block;
  grid-row: 9;
  margin-bottom: 2rem;
}

/* line 173, app/assets/stylesheets/modules/_reports.scss */
.report__header-content .report__image-wrapper--video .placeholder:after {
  background: url(/assets/video/play-icon-v2-53f788884c93dc9901b3da0719e13771831022b9d07d64454742c4624dddf15f.svg) no-repeat;
  background-size: cover;
  content: "";
  height: 60px;
  left: calc(50% - 30px);
  position: absolute;
  top: calc(50% - 30px);
  width: 60px;
}

/* line 184, app/assets/stylesheets/modules/_reports.scss */
.report__header-content .report__image-wrapper--video .placeholder-inner {
  padding-bottom: 56.25%;
}

/* line 190, app/assets/stylesheets/modules/_reports.scss */
.report__header-content .social-sharing {
  grid-row: 10;
}

@media only screen and (min-width: 40.0625em) {
  /* line 142, app/assets/stylesheets/modules/_reports.scss */
  .report__header-content {
    column-gap: 30px;
    grid-template-columns: 2fr 1fr;
  }
  /* line 198, app/assets/stylesheets/modules/_reports.scss */
  .report__header-content .report__header-details {
    grid-column: 1;
  }
  /* line 203, app/assets/stylesheets/modules/_reports.scss */
  .report__header--large .report__header-content > * {
    grid-column: 1;
  }
  /* line 208, app/assets/stylesheets/modules/_reports.scss */
  .report__header-content .report__image-wrapper {
    grid-column: 2;
    grid-row: 1 / span 10;
    display: block;
  }
  /* line 213, app/assets/stylesheets/modules/_reports.scss */
  .report__header-content .report__image-wrapper--video {
    margin-top: 5rem;
  }
  /* line 218, app/assets/stylesheets/modules/_reports.scss */
  .report__header-content .social-sharing {
    grid-row: auto;
  }
  /* line 222, app/assets/stylesheets/modules/_reports.scss */
  .report__header--plain .report__header-content {
    align-items: center;
    column-gap: 4rem;
    grid-template-columns: 1fr 2fr;
  }
  /* line 227, app/assets/stylesheets/modules/_reports.scss */
  .report__header--plain .report__header-content .report__header-details {
    grid-column: 2;
  }
  /* line 231, app/assets/stylesheets/modules/_reports.scss */
  .report__header--plain .report__header-content .report__image-wrapper {
    grid-column: 1;
    grid-row: 1;
  }
  /* line 237, app/assets/stylesheets/modules/_reports.scss */
  .report__header--compact .report__header-content {
    column-gap: 30px;
    grid-template-columns: 85px auto;
  }
  /* line 241, app/assets/stylesheets/modules/_reports.scss */
  .report__header--compact .report__header-content .report__image {
    width: 85px;
    clip-path: polygon(0% 0%, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%);
  }
  /* line 250, app/assets/stylesheets/modules/_reports.scss */
  .report__header--compact .report__header-content .report__image:after {
    width: 30px;
    height: 30px;
  }
  /* line 255, app/assets/stylesheets/modules/_reports.scss */
  .report__header--compact .report__header-content .report__meta-content {
    margin: 0.75rem 0 1rem 0;
  }
  /* line 259, app/assets/stylesheets/modules/_reports.scss */
  .report__header--compact .report__header-content .article__headline, .report__header--compact .report__header-content .article-story .st__content-block--heading-1, .article-story .report__header--compact .report__header-content .st__content-block--heading-1, .report__header--compact .report__header-content .article-story .st__content-block--heading-2, .article-story .report__header--compact .report__header-content .st__content-block--heading-2, .report__header--compact .report__header-content .article-story .st__content-block--heading-3, .article-story .report__header--compact .report__header-content .st__content-block--heading-3 {
    font-size: 1.865rem;
  }
  /* line 263, app/assets/stylesheets/modules/_reports.scss */
  .report__header--compact .report__header-content .report__download {
    display: none;
  }
}

/* line 270, app/assets/stylesheets/modules/_reports.scss */
.report__type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  font-weight: 600;
}

/* line 274, app/assets/stylesheets/modules/_reports.scss */
.report__type span {
  border-bottom: 1px solid #ffffff;
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  line-height: 1.5;
  margin-bottom: -1px;
  padding: 0 0 0.5rem 0;
}

/* line 283, app/assets/stylesheets/modules/_reports.scss */
.report__header--plain .report__type {
  border-bottom-color: var(--header-border-color);
}

/* line 286, app/assets/stylesheets/modules/_reports.scss */
.report__header--plain .report__type span {
  border-bottom-color: currentColor;
  color: var(--header-background-color);
}

/* line 293, app/assets/stylesheets/modules/_reports.scss */
.report__meta-content {
  margin: 0.5rem 0 1rem 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 293, app/assets/stylesheets/modules/_reports.scss */
  .report__meta-content {
    margin: 0.75rem 0 2rem 0;
  }
}

/* line 301, app/assets/stylesheets/modules/_reports.scss */
.report__date {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
  margin: 0.25rem 0;
}

/* line 305, app/assets/stylesheets/modules/_reports.scss */
.report__date b {
  font-weight: 500;
}

/* line 309, app/assets/stylesheets/modules/_reports.scss */
.report__header--plain .report__date {
  color: var(--header-background-color);
}

/* line 314, app/assets/stylesheets/modules/_reports.scss */
.report__intro {
  margin-bottom: 2rem;
}

/* line 317, app/assets/stylesheets/modules/_reports.scss */
.report__intro p {
  line-height: 1.4;
}

@media only screen and (min-width: 40.0625em) {
  /* line 314, app/assets/stylesheets/modules/_reports.scss */
  .report__intro {
    font-size: 1.25rem;
    margin-bottom: 2rem;
  }
}

/* line 327, app/assets/stylesheets/modules/_reports.scss */
.report__image {
  margin: 2rem 0 1.5rem auto;
  position: relative;
  clip-path: polygon(0% 0%, calc(100% - 46px) 0, 100% 46px, 100% 100%, 0 100%);
}

@media only screen and (min-width: 40.0625em) {
  /* line 327, app/assets/stylesheets/modules/_reports.scss */
  .report__image {
    margin: 0 0 2rem auto;
  }
}

/* line 337, app/assets/stylesheets/modules/_reports.scss */
.report__image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  background: #162236;
}

/* line 347, app/assets/stylesheets/modules/_reports.scss */
.report__header--plain .report__image:before {
  content: "";
  position: absolute;
  top: 1rem;
  width: 100%;
  height: 100%;
  left: -1rem;
  background-color: var(--header-background-color);
}

/* line 357, app/assets/stylesheets/modules/_reports.scss */
.report__image .placeholder .placeholder-inner {
  padding-bottom: 134%;
}

/* line 362, app/assets/stylesheets/modules/_reports.scss */
.report__button {
  border: 1px solid var(--body-button-color);
  border-radius: 4px;
  padding: 1em 1.5em 1em 1.5em;
  margin: 2em 0;
  text-align: left;
  display: block;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  font-size: 0.875rem;
  position: relative;
  text-align: center;
}

/* line 16, app/assets/stylesheets/patterns/_button.scss */
.report__button img {
  position: relative;
  right: 0;
  top: 0.15em;
  float: right;
}

@media only screen and (min-width: 40.0625em) {
  /* line 362, app/assets/stylesheets/modules/_reports.scss */
  .report__button {
    display: inline-block;
    width: auto;
    text-align: center;
  }
  /* line 28, app/assets/stylesheets/patterns/_button.scss */
  .report__button span {
    float: none;
  }
  /* line 32, app/assets/stylesheets/patterns/_button.scss */
  .report__button img {
    position: relative;
    left: 0.75em;
  }
}

/* line 372, app/assets/stylesheets/modules/_reports.scss */
.report__button--padded {
  margin-bottom: 1rem;
}

/* line 382, app/assets/stylesheets/modules/_reports.scss */
.report__button .report__button__toggler,
.report__button a {
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  background-color: var(--body-button-color);
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  width: 100%;
}

/* line 393, app/assets/stylesheets/modules/_reports.scss */
.report__button .report__button__toggler:hover,
.report__button a:hover {
  filter: brightness(90%);
}

/* line 397, app/assets/stylesheets/modules/_reports.scss */
.report__button .report__button__toggler:active,
.report__button a:active {
  filter: brightness(85%);
}

@media only screen and (min-width: 40.0625em) {
  /* line 382, app/assets/stylesheets/modules/_reports.scss */
  .report__button .report__button__toggler,
.report__button a {
    width: 180px;
  }
}

/* line 406, app/assets/stylesheets/modules/_reports.scss */
.report__button span {
  vertical-align: text-top;
}

/* line 410, app/assets/stylesheets/modules/_reports.scss */
.report__button .img {
  vertical-align: text-bottom;
}

/* line 413, app/assets/stylesheets/modules/_reports.scss */
.report__button .img:first-child {
  margin-right: 0.5rem;
}

/* line 417, app/assets/stylesheets/modules/_reports.scss */
.report__button .img:last-child {
  margin-left: 0.5rem;
}

/* line 422, app/assets/stylesheets/modules/_reports.scss */
.report__button.is-open {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 428, app/assets/stylesheets/modules/_reports.scss */
.report__button__toggler {
  width: 100%;
}

/* line 432, app/assets/stylesheets/modules/_reports.scss */
.report__button__toggler > span {
  background: url(/assets/chevron-down--white-8a6e449ed18dfa7f29a87bb7ca861d62ffe8356c6d5db84cce8049aa1b48205f.svg) no-repeat center right;
  background-color: var(--body-button-color);
  background-size: 12px;
  padding-right: 24px;
  width: 100%;
}

/* line 439, app/assets/stylesheets/modules/_reports.scss */
.is-open .report__button__toggler > span {
  background-image: url(/assets/chevron-up--white-00dc832204bee7d3d2f0e97b1933aa7a71b549930dee3eb9b5b3f576909bbb97.svg);
}

/* line 444, app/assets/stylesheets/modules/_reports.scss */
.report__button__list {
  display: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
  width: 100%;
  position: absolute;
  left: -1px;
  width: calc(100% + 2px);
  top: 100%;
  z-index: 1;
  background: var(--body-button-color);
  border: 1px solid var(--body-button-color);
  border-top: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 464, app/assets/stylesheets/modules/_reports.scss */
.is-open .report__button__list {
  display: initial;
}

/* line 469, app/assets/stylesheets/modules/_reports.scss */
.report__button .report__button__item {
  display: block;
  width: 100%;
  font-size: 0.875rem;
  padding: 0.6rem 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}

/* line 481, app/assets/stylesheets/modules/_reports.scss */
.report__pdf-link {
  border-bottom: 1px solid #ffffff;
  color: inherit;
  display: inline-flex;
  font-weight: 500;
  padding: 0.5rem 0;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

/* line 492, app/assets/stylesheets/modules/_reports.scss */
.report__pdf-link .icon {
  margin-left: 0.5rem;
}

/* line 496, app/assets/stylesheets/modules/_reports.scss */
.report__header--plain .report__pdf-link {
  color: var(--body-link-color);
}

@media only screen and (min-width: 40.0625em) {
  /* line 481, app/assets/stylesheets/modules/_reports.scss */
  .report__pdf-link {
    display: none;
  }
}

/* line 505, app/assets/stylesheets/modules/_reports.scss */
.report__link {
  color: inherit;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
  padding: 0.5rem 0;
  white-space: nowrap;
}

/* line 516, app/assets/stylesheets/modules/_reports.scss */
.report__link span {
  background: #000000;
  border-radius: 50%;
  display: block;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}

/* line 528, app/assets/stylesheets/modules/_reports.scss */
.report__link .img {
  color: #ffffff;
}

/* line 532, app/assets/stylesheets/modules/_reports.scss */
.report__link:hover {
  text-decoration: underline;
  filter: brightness(110%);
}

/* line 537, app/assets/stylesheets/modules/_reports.scss */
.report__link:active {
  filter: brightness(115%);
}

@media only screen and (min-width: 40.0625em) {
  /* line 505, app/assets/stylesheets/modules/_reports.scss */
  .report__link {
    display: inline-flex;
  }
}

/* line 546, app/assets/stylesheets/modules/_reports.scss */
.report-mini-summary {
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  display: grid;
  flex-direction: row;
  font-size: 0.875rem;
  column-gap: 1rem;
  grid-column: 1 / -1;
  grid-template-columns: 1fr;
  margin-bottom: 2rem;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 40.0625em) {
  /* line 546, app/assets/stylesheets/modules/_reports.scss */
  .report-mini-summary {
    grid-template-columns: 1fr auto;
    margin-bottom: 1.5rem;
  }
}

/* line 563, app/assets/stylesheets/modules/_reports.scss */
.report-mini-summary--image {
  grid-template-columns: 30px 1fr;
}

@media only screen and (min-width: 40.0625em) {
  /* line 563, app/assets/stylesheets/modules/_reports.scss */
  .report-mini-summary--image {
    grid-template-columns: 30px 1fr auto;
  }
}

/* line 571, app/assets/stylesheets/modules/_reports.scss */
.report-mini-summary > * {
  padding-top: 1rem;
}

/* line 575, app/assets/stylesheets/modules/_reports.scss */
.report-mini-summary__image {
  border-top: 1px solid #ffffff;
  margin-top: -1px;
  grid-row: 1 / span 2;
}

@media only screen and (min-width: 40.0625em) {
  /* line 575, app/assets/stylesheets/modules/_reports.scss */
  .report-mini-summary__image {
    grid-row: 1;
  }
}

/* line 585, app/assets/stylesheets/modules/_reports.scss */
.report-mini-summary__social {
  display: flex;
  gap: 10px;
}

/* line 589, app/assets/stylesheets/modules/_reports.scss */
.report-mini-summary__social .social-share--container {
  margin: 0;
}

@media only screen and (max-width: 40em) {
  /* line 594, app/assets/stylesheets/modules/_reports.scss */
  .report-mini-summary__social .social-share {
    width: 35px;
    height: 35px;
  }
  /* line 599, app/assets/stylesheets/modules/_reports.scss */
  .report-mini-summary__social svg {
    transform: scale(0.875);
    transform-origin: center center;
  }
}

/* line 1, app/assets/stylesheets/modules/_report-content-nav.scss */
.report__content-nav {
  background: #ffffff;
  position: sticky;
  top: 4rem;
  z-index: 1;
}

/* line 7, app/assets/stylesheets/modules/_report-content-nav.scss */
body.event-takeover-active .report__content-nav {
  top: calc(4rem + 43px);
}

@media only screen and (max-width: 40em) {
  /* line 1, app/assets/stylesheets/modules/_report-content-nav.scss */
  .report__content-nav {
    float: none;
    padding: 0;
    top: 0 !important;
  }
  /* line 16, app/assets/stylesheets/modules/_report-content-nav.scss */
  .report__content-nav .report__button {
    margin: 0 21px 21px;
  }
}

/* line 21, app/assets/stylesheets/modules/_report-content-nav.scss */
.report__content-nav__title {
  border-bottom: 1px solid #d5e0e8;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.86;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 40em) {
  /* line 21, app/assets/stylesheets/modules/_report-content-nav.scss */
  .report__content-nav__title {
    margin: 0 21px 21px;
  }
}

/* line 33, app/assets/stylesheets/modules/_report-content-nav.scss */
.report__content-nav__dropdown {
  display: none;
}

@media only screen and (max-width: 40em) {
  /* line 33, app/assets/stylesheets/modules/_report-content-nav.scss */
  .report__content-nav__dropdown {
    color: var(--body-link-color);
    display: flex;
    font-weight: 600;
    padding: 1rem 21px;
    width: 100%;
  }
  /* line 43, app/assets/stylesheets/modules/_report-content-nav.scss */
  .report__content-nav__dropdown span {
    flex: 1;
    overflow: hidden;
    padding-right: 1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 51, app/assets/stylesheets/modules/_report-content-nav.scss */
  .report__content-nav__dropdown svg {
    transform: rotate(90deg);
    transition: all 200ms ease-in-out;
  }
  /* line 55, app/assets/stylesheets/modules/_report-content-nav.scss */
  .report__content-nav.is-open .report__content-nav__dropdown svg {
    transform: rotate(270deg);
  }
}

/* line 62, app/assets/stylesheets/modules/_report-content-nav.scss */
.report__content-nav__content {
  position: relative;
}

@media only screen and (max-width: 40em) {
  /* line 62, app/assets/stylesheets/modules/_report-content-nav.scss */
  .report__content-nav__content {
    background: #ffffff;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    transition: all 200ms ease-in-out;
  }
  /* line 72, app/assets/stylesheets/modules/_report-content-nav.scss */
  .report__content-nav.is-open .report__content-nav__content {
    max-height: 200vh;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 78, app/assets/stylesheets/modules/_report-content-nav.scss */
  .report__content-nav__content:after {
    content: "";
    height: 3rem;
    width: 100%;
    position: absolute;
    top: calc(100vh - 4rem - 88px - 3rem);
    left: 0;
    right: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 42%, white 87%, white 100%);
  }
  /* line 95, app/assets/stylesheets/modules/_report-content-nav.scss */
  body.event-takeover-active .report__content-nav__content:after {
    top: calc(100vh - 4rem - 88px - 3rem + 43px);
  }
}

/* line 102, app/assets/stylesheets/modules/_report-content-nav.scss */
.report__content-nav__list {
  list-style: none;
  margin: 0 0 1rem 0;
  padding: 0;
}

@media only screen and (max-width: 40em) {
  /* line 102, app/assets/stylesheets/modules/_report-content-nav.scss */
  .report__content-nav__list {
    padding: 0 21px;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 102, app/assets/stylesheets/modules/_report-content-nav.scss */
  .report__content-nav__list {
    margin: 0 0 2rem 0;
    max-height: calc(100vh - 4rem - 38px - 120px);
    overflow-y: auto;
    padding-bottom: 1rem;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  /* line 117, app/assets/stylesheets/modules/_report-content-nav.scss */
  .report__content-nav__list::-webkit-scrollbar {
    display: none;
  }
}

/* line 126, app/assets/stylesheets/modules/_report-content-nav.scss */
.report__content-nav__item {
  margin-bottom: 0.5rem;
}

/* line 130, app/assets/stylesheets/modules/_report-content-nav.scss */
.report__content-nav__item-link {
  color: #141414;
  font-weight: 600;
  line-height: 1.3;
}

/* line 135, app/assets/stylesheets/modules/_report-content-nav.scss */
.report__content-nav__item-link.is-active, .report__content-nav__item-link:hover {
  color: var(--body-link-color);
}

/* line 1, app/assets/stylesheets/modules/_report-listing-tout.scss */
.report-listing-tout {
  display: grid;
  grid-template-columns: 90px 3fr;
  gap: 25px;
}

@media only screen and (min-width: 40.0625em) {
  /* line 1, app/assets/stylesheets/modules/_report-listing-tout.scss */
  .report-listing-tout {
    gap: 50px;
    grid-template-columns: 2fr 3fr;
  }
}

/* line 11, app/assets/stylesheets/modules/_report-listing-tout.scss */
.report-listing-tout__content {
  flex: 1;
  flex-direction: column;
  display: flex;
}

/* line 17, app/assets/stylesheets/modules/_report-listing-tout.scss */
.report-listing-tout__details {
  flex: 1;
}

/* line 21, app/assets/stylesheets/modules/_report-listing-tout.scss */
.report-listing-tout .report__image {
  margin: 0;
}

@media only screen and (max-width: 40em) {
  /* line 25, app/assets/stylesheets/modules/_report-listing-tout.scss */
  .report-listing-tout .report__image:after {
    border-bottom-width: 23px;
    border-right-width: 23px;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 21, app/assets/stylesheets/modules/_report-listing-tout.scss */
  .report-listing-tout .report__image {
    margin: 0;
  }
}

/* line 36, app/assets/stylesheets/modules/_report-listing-tout.scss */
.report-listing-tout__date {
  color: #9aa9b7;
  font-size: 0.875rem;
  margin: 0;
}

/* line 41, app/assets/stylesheets/modules/_report-listing-tout.scss */
.report-listing-tout__date b {
  font-weight: 500;
}

/* line 46, app/assets/stylesheets/modules/_report-listing-tout.scss */
.report-listing-tout__title {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0.75rem 0;
  padding-right: 1rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 46, app/assets/stylesheets/modules/_report-listing-tout.scss */
  .report-listing-tout__title {
    font-size: 1.875rem;
  }
}

/* line 57, app/assets/stylesheets/modules/_report-listing-tout.scss */
.report-listing-tout p {
  line-height: 1.2;
}

/* line 61, app/assets/stylesheets/modules/_report-listing-tout.scss */
.report-listing-tout .report__link {
  margin: 0.75rem 0;
}

/* line 65, app/assets/stylesheets/modules/_report-listing-tout.scss */
.report-listing-tout__footer {
  border-top: 1px solid #d5e0e8;
  border-bottom: 1px solid #d5e0e8;
  padding: 0.75rem 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 65, app/assets/stylesheets/modules/_report-listing-tout.scss */
  .report-listing-tout__footer {
    padding: 1rem 0;
  }
}

/* line 75, app/assets/stylesheets/modules/_report-listing-tout.scss */
.report-listing-tout__cta {
  color: var(--body-link-color);
  font-weight: 500;
}

@media only screen and (min-width: 40.0625em) {
  /* line 75, app/assets/stylesheets/modules/_report-listing-tout.scss */
  .report-listing-tout__cta {
    font-size: 1.125rem;
  }
}

/* line 84, app/assets/stylesheets/modules/_report-listing-tout.scss */
.report-listing-tout--featured {
  background: #1b2029;
  background: var(--header-background-color);
  color: white;
  grid-template-columns: calc(90px - 1rem) 3fr;
  padding: 1rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 84, app/assets/stylesheets/modules/_report-listing-tout.scss */
  .report-listing-tout--featured {
    grid-template-columns: 2fr 3fr;
    padding: 3rem;
  }
}

/* line 96, app/assets/stylesheets/modules/_report-listing-tout.scss */
.report-listing-tout--featured .report-listing-tout__footer {
  border-color: #ffffff;
}

/* line 101, app/assets/stylesheets/modules/_report-listing-tout.scss */
.report-listing-tout--featured .report__image:after {
  border-right-color: var(--header-background-color);
}

/* line 106, app/assets/stylesheets/modules/_report-listing-tout.scss */
.report-listing-tout--featured .report-listing-tout__date,
.report-listing-tout--featured .report-listing-tout__title,
.report-listing-tout--featured .report-listing-tout__download,
.report-listing-tout--featured .report-listing-tout__cta {
  color: inherit;
}

/* line 113, app/assets/stylesheets/modules/_report-listing-tout.scss */
.report-listing-tout--featured .report__link {
  color: #ffffff;
}

/* line 116, app/assets/stylesheets/modules/_report-listing-tout.scss */
.report-listing-tout--featured .report__link span {
  background-color: #ffffff;
}

/* line 120, app/assets/stylesheets/modules/_report-listing-tout.scss */
.report-listing-tout--featured .report__link .img {
  color: var(--header-background-color);
}

/* line 1, app/assets/stylesheets/modules/_report-chapters.scss */
.report-contents {
  padding: 2rem 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 1, app/assets/stylesheets/modules/_report-chapters.scss */
  .report-contents {
    padding: 3.5rem 0;
  }
}

/* line 8, app/assets/stylesheets/modules/_report-chapters.scss */
.report-contents__title {
  font-size: 1.375rem;
  font-weight: 600;
  margin: 1.5rem 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 8, app/assets/stylesheets/modules/_report-chapters.scss */
  .report-contents__title {
    font-size: 2rem;
  }
}

/* line 18, app/assets/stylesheets/modules/_report-chapters.scss */
.report-contents__content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 25px;
  row-gap: 50px;
}

@media only screen and (min-width: 40.0625em) {
  /* line 18, app/assets/stylesheets/modules/_report-chapters.scss */
  .report-contents__content {
    gap: 42px;
  }
}

/* line 31, app/assets/stylesheets/modules/_report-chapters.scss */
.report-content {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  flex: 1 0 100%;
  padding-top: 1.25rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 31, app/assets/stylesheets/modules/_report-chapters.scss */
  .report-content {
    flex: 1 0 calc(25% - 42px);
    min-height: 300px;
  }
}

/* line 44, app/assets/stylesheets/modules/_report-chapters.scss */
.report-content > div {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* line 50, app/assets/stylesheets/modules/_report-chapters.scss */
.report-content--image {
  display: grid;
  flex: 1 0 100%;
  grid-template-columns: 30% auto;
  gap: 25px;
}

@media only screen and (min-width: 40.0625em) {
  /* line 50, app/assets/stylesheets/modules/_report-chapters.scss */
  .report-content--image {
    flex: 1 0 calc(50% - 84px);
    grid-template-columns: 1fr 1fr;
    gap: 42px;
  }
}

/* line 65, app/assets/stylesheets/modules/_report-chapters.scss */
.report-content__image .placeholder .placeholder-inner {
  padding-bottom: 119%;
}

@media only screen and (min-width: 40.0625em) {
  /* line 64, app/assets/stylesheets/modules/_report-chapters.scss */
  .report-content__image .placeholder {
    height: 100%;
    min-height: 304px;
  }
  /* line 73, app/assets/stylesheets/modules/_report-chapters.scss */
  .report-content__image .placeholder .placeholder-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
  }
}

/* line 85, app/assets/stylesheets/modules/_report-chapters.scss */
.report-content__content {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 85, app/assets/stylesheets/modules/_report-chapters.scss */
  .report-content__content {
    margin-bottom: 1.5rem;
  }
}

/* line 93, app/assets/stylesheets/modules/_report-chapters.scss */
.report-content__title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 0.5rem 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 93, app/assets/stylesheets/modules/_report-chapters.scss */
  .report-content__title {
    font-size: 1.75rem;
  }
}

/* line 104, app/assets/stylesheets/modules/_report-chapters.scss */
.report-content__description {
  display: block;
  line-height: 1.4;
  margin: 0.5rem 0;
}

/* line 110, app/assets/stylesheets/modules/_report-chapters.scss */
.report-content__cta {
  color: inherit;
  display: inline-flex;
  font-weight: 500;
  align-items: center;
}

/* line 116, app/assets/stylesheets/modules/_report-chapters.scss */
.report-content__cta svg {
  margin-left: 0.5rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 110, app/assets/stylesheets/modules/_report-chapters.scss */
  .report-content__cta {
    font-size: 1.125rem;
  }
}

/* line 1, app/assets/stylesheets/modules/_projects.scss */
.project {
  margin-top: 1.5em;
  margin-bottom: 3em;
}

@media only screen and (min-width: 40.0625em) {
  /* line 1, app/assets/stylesheets/modules/_projects.scss */
  .project {
    margin-top: 2.5em;
  }
}

/* line 5, app/assets/stylesheets/modules/_projects.scss */
.project-description-container {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
  margin-bottom: 1em;
}

@media only screen {
  /* line 5, app/assets/stylesheets/modules/_projects.scss */
  .project-description-container {
    width: 100%;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 5, app/assets/stylesheets/modules/_projects.scss */
  .project-description-container {
    width: 66.6666666667%;
  }
}

/* line 10, app/assets/stylesheets/modules/_projects.scss */
.project-description {
  margin-top: 2em;
}

/* line 14, app/assets/stylesheets/modules/_projects.scss */
.project-description,
.project-description p,
.project-description li {
  line-height: 1.75em;
}

/* line 20, app/assets/stylesheets/modules/_projects.scss */
.project-links {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
}

@media only screen {
  /* line 20, app/assets/stylesheets/modules/_projects.scss */
  .project-links {
    width: 100%;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 20, app/assets/stylesheets/modules/_projects.scss */
  .project-links {
    width: 33.3333333333%;
  }
}

/* line 23, app/assets/stylesheets/modules/_projects.scss */
.project-links .list-group__header {
  margin-bottom: 1em;
}

/* line 28, app/assets/stylesheets/modules/_projects.scss */
.show-content-header {
  border-bottom: 1px solid #d5e0e8;
  padding-bottom: 10px;
  margin-top: 3em;
  margin-bottom: 1.5em;
}

/* line 31, app/assets/stylesheets/patterns/_text.scss */
.show-content-header span {
  border-bottom: 3px solid #d5e0e8;
  font-weight: 600;
  padding-bottom: 10px;
}

/* line 35, app/assets/stylesheets/modules/_projects.scss */
.project__meta {
  border-top: 1px solid #d5e0e8;
  padding-top: 1.25em;
}

/* line 40, app/assets/stylesheets/modules/_projects.scss */
.project__meta-header {
  color: #84919c;
  font-size: 0.875em;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 0.5em;
  padding-top: 0.1em;
}

/* line 47, app/assets/stylesheets/modules/_projects.scss */
.project__meta-description {
  color: #84919c;
  font-size: 0.875em;
  line-height: 1.4;
}

/* line 50, app/assets/stylesheets/modules/_projects.scss */
.project__meta-description a {
  color: inherit;
  text-decoration: underline;
}

/* line 4, app/assets/stylesheets/modules/_pagination.scss */
.pagination__container {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
  margin-top: 2em;
  margin-bottom: 2em;
}

@media only screen {
  /* line 4, app/assets/stylesheets/modules/_pagination.scss */
  .pagination__container {
    width: 100%;
  }
}

/* line 10, app/assets/stylesheets/modules/_pagination.scss */
.pagination__direction,
.pagination__page-info {
  height: 49px;
  border: 1px solid #d5e0e8;
  color: #d5e0e8;
  text-align: center;
}

/* line 18, app/assets/stylesheets/modules/_pagination.scss */
.pagination__direction {
  display: block;
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
  padding-top: 1em;
}

@media only screen {
  /* line 18, app/assets/stylesheets/modules/_pagination.scss */
  .pagination__direction {
    width: 25%;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 18, app/assets/stylesheets/modules/_pagination.scss */
  .pagination__direction {
    width: 11%;
  }
}

/* line 27, app/assets/stylesheets/modules/_pagination.scss */
.pagination__direction.direction-previous {
  border-right: 0;
}

/* line 31, app/assets/stylesheets/modules/_pagination.scss */
.pagination__direction.direction-next {
  border-left: 0;
}

/* line 36, app/assets/stylesheets/modules/_pagination.scss */
.pagination__page-info {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
  padding-top: 1.18em;
  font-size: .81em;
}

@media only screen {
  /* line 36, app/assets/stylesheets/modules/_pagination.scss */
  .pagination__page-info {
    width: 50%;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 36, app/assets/stylesheets/modules/_pagination.scss */
  .pagination__page-info {
    width: 78%;
  }
}

/* line 47, app/assets/stylesheets/modules/_pagination.scss */
.pagination__nav-text {
  font-weight: 600;
  font-size: .875em;
  white-space: nowrap;
}

/* line 52, app/assets/stylesheets/modules/_pagination.scss */
a.pagination__direction {
  color: #141414;
  text-decoration: none;
}

/* line 56, app/assets/stylesheets/modules/_pagination.scss */
a.pagination__direction:hover {
  text-decoration: underline;
}

/* line 1, app/assets/stylesheets/modules/_communities.scss */
.communities-index-page {
  margin-top: 1.5em;
  margin-bottom: 3em;
}

@media only screen and (min-width: 40.0625em) {
  /* line 1, app/assets/stylesheets/modules/_communities.scss */
  .communities-index-page {
    margin-top: 2.5em;
  }
}

/* line 5, app/assets/stylesheets/modules/_communities.scss */
.communities-description {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
  margin-bottom: 2em;
}

@media only screen {
  /* line 5, app/assets/stylesheets/modules/_communities.scss */
  .communities-description {
    width: 100%;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 5, app/assets/stylesheets/modules/_communities.scss */
  .communities-description {
    width: 66.6666666667%;
  }
}

/* line 8, app/assets/stylesheets/modules/_communities.scss */
.communities-description p {
  line-height: 175%;
}

/* line 13, app/assets/stylesheets/modules/_communities.scss */
.community-header {
  position: relative;
  padding-top: 4em;
  background-color: #4e5f5e;
  background-size: cover;
  background-position: center;
}

/* line 21, app/assets/stylesheets/modules/_communities.scss */
.community-header__background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 27, app/assets/stylesheets/modules/_communities.scss */
.community-header__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
}

/* line 33, app/assets/stylesheets/modules/_communities.scss */
.community-header__background:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 35%, rgba(0, 0, 0, 0.6) 100%);
}

/* line 49, app/assets/stylesheets/modules/_communities.scss */
.community-header__content {
  color: white;
  position: relative;
  z-index: 2;
}

/* line 53, app/assets/stylesheets/modules/_communities.scss */
.community-header__content .watch-video--button {
  background-color: #005c9c;
  border: 1px solid #005c9c;
  border-radius: 4px;
  padding: 1em 1.5em 1em 1.5em;
  margin: 2em 0;
  text-align: left;
  display: block;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  color: white;
  margin: 1em 0;
}

/* line 16, app/assets/stylesheets/patterns/_button.scss */
.community-header__content .watch-video--button img {
  position: relative;
  right: 0;
  top: 0.15em;
  float: right;
}

@media only screen and (min-width: 40.0625em) {
  /* line 53, app/assets/stylesheets/modules/_communities.scss */
  .community-header__content .watch-video--button {
    display: inline-block;
    width: auto;
    text-align: center;
  }
  /* line 28, app/assets/stylesheets/patterns/_button.scss */
  .community-header__content .watch-video--button span {
    float: none;
  }
  /* line 32, app/assets/stylesheets/patterns/_button.scss */
  .community-header__content .watch-video--button img {
    position: relative;
    left: 0.75em;
  }
}

/* line 60, app/assets/stylesheets/modules/_communities.scss */
.community-header__content .watch-video--button img {
  top: -0.25em;
}

@media only screen and (min-width: 40.0625em) {
  /* line 53, app/assets/stylesheets/modules/_communities.scss */
  .community-header__content .watch-video--button {
    padding-bottom: 0.5em;
    margin-bottom: 2em;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 49, app/assets/stylesheets/modules/_communities.scss */
  .community-header__content {
    width: 70%;
  }
}

/* line 73, app/assets/stylesheets/modules/_communities.scss */
.community-wrapper {
  min-height: 200px;
  position: relative;
}

@media only screen and (min-width: 40.0625em) {
  /* line 73, app/assets/stylesheets/modules/_communities.scss */
  .community-wrapper {
    min-height: 350px;
  }
}

/* line 82, app/assets/stylesheets/modules/_communities.scss */
.communities-page__content {
  position: relative;
  padding-top: 4em;
}

/* line 85, app/assets/stylesheets/modules/_communities.scss */
.communities-page__content .filter {
  top: 0;
}

/* line 90, app/assets/stylesheets/modules/_communities.scss */
.community-about {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
  margin-top: 2em;
  margin-bottom: 2em;
}

@media only screen {
  /* line 90, app/assets/stylesheets/modules/_communities.scss */
  .community-about {
    width: 100%;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 90, app/assets/stylesheets/modules/_communities.scss */
  .community-about {
    width: 66.6666666667%;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 90, app/assets/stylesheets/modules/_communities.scss */
  .community-about {
    margin-bottom: 3em;
  }
  /* line 97, app/assets/stylesheets/modules/_communities.scss */
  .collection-page .community-about {
    width: 100%;
  }
}

/* line 103, app/assets/stylesheets/modules/_communities.scss */
.community-aside {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
  padding-top: 2em;
  margin-bottom: 2em;
}

@media only screen {
  /* line 103, app/assets/stylesheets/modules/_communities.scss */
  .community-aside {
    width: 100%;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 103, app/assets/stylesheets/modules/_communities.scss */
  .community-aside {
    width: 33.3333333333%;
  }
}

/* line 107, app/assets/stylesheets/modules/_communities.scss */
.community-aside .list-group {
  padding-top: 0;
}

/* line 112, app/assets/stylesheets/modules/_communities.scss */
.back-to-network {
  margin-top: 0;
  line-height: 1.65rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 112, app/assets/stylesheets/modules/_communities.scss */
  .back-to-network {
    font-size: 1.125rem;
  }
}

/* line 115, app/assets/stylesheets/modules/_communities.scss */
.back-to-network a {
  margin: 0;
}

/* line 121, app/assets/stylesheets/modules/_communities.scss */
.community-projects-wrapper {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
  margin-bottom: 3em;
}

@media only screen {
  /* line 121, app/assets/stylesheets/modules/_communities.scss */
  .community-projects-wrapper {
    width: 100%;
  }
}

/* line 126, app/assets/stylesheets/modules/_communities.scss */
.community-summary {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
  overflow: hidden;
  margin-bottom: 42px;
}

@media only screen {
  /* line 126, app/assets/stylesheets/modules/_communities.scss */
  .community-summary {
    width: 100%;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 126, app/assets/stylesheets/modules/_communities.scss */
  .community-summary {
    width: 50%;
  }
}

/* line 70, app/assets/stylesheets/patterns/_text.scss */
.community-summary a {
  color: #141414;
  text-decoration: none;
}

/* line 75, app/assets/stylesheets/patterns/_text.scss */
.community-summary a:hover .community-summary__title {
  text-decoration: underline;
}

/* line 133, app/assets/stylesheets/modules/_communities.scss */
.community-summary__image {
  position: relative;
}

/* line 136, app/assets/stylesheets/modules/_communities.scss */
.community-summary__image:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
}

/* line 152, app/assets/stylesheets/modules/_communities.scss */
.community__formatted-title span,
.community__formatted-title a {
  display: block;
  font-weight: 500;
  font-size: 0.865em;
  text-decoration: none;
  color: inherit;
}

/* line 161, app/assets/stylesheets/modules/_communities.scss */
.community-summary__title {
  position: absolute;
  bottom: 10px;
  left: 42px;
  right: 42px;
  color: white;
}

@media only screen and (min-width: 40.0625em) {
  /* line 161, app/assets/stylesheets/modules/_communities.scss */
  .community-summary__title {
    right: 20%;
  }
}

/* line 1, app/assets/stylesheets/modules/_media-articles.scss */
.media-articles-list-content {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
}

@media only screen {
  /* line 1, app/assets/stylesheets/modules/_media-articles.scss */
  .media-articles-list-content {
    width: 100%;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 1, app/assets/stylesheets/modules/_media-articles.scss */
  .media-articles-list-content {
    width: 66.6666666667%;
  }
}

/* line 4, app/assets/stylesheets/modules/_media-articles.scss */
.media-articles-list-content .pagination__container {
  padding-left: 0;
  padding-right: 0;
}

/* line 10, app/assets/stylesheets/modules/_media-articles.scss */
.media-article {
  border-bottom: 1px solid #d5e0e8;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

@media only screen and (min-width: 40.0625em) {
  /* line 10, app/assets/stylesheets/modules/_media-articles.scss */
  .media-article {
    padding-bottom: 2em;
    margin-bottom: 2em;
  }
}

/* line 20, app/assets/stylesheets/modules/_media-articles.scss */
.media-article:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}

/* line 26, app/assets/stylesheets/modules/_media-articles.scss */
.media-article__link {
  color: #141414;
  font-weight: 600;
  font-size: 1.375em;
  text-decoration: none;
}

/* line 32, app/assets/stylesheets/modules/_media-articles.scss */
.media-article__link:hover {
  text-decoration: underline;
}

/* line 37, app/assets/stylesheets/modules/_media-articles.scss */
.media-article__metadata {
  padding-top: 1em;
}

@media only screen and (min-width: 40.0625em) {
  /* line 37, app/assets/stylesheets/modules/_media-articles.scss */
  .media-article__metadata {
    padding-top: 1.75em;
  }
}

/* line 1, app/assets/stylesheets/modules/_modal.scss */
.modal__container {
  opacity: 0;
  transition: opacity 0.2s ease-out;
  height: 0;
  overflow: hidden;
}

/* line 7, app/assets/stylesheets/modules/_modal.scss */
.modal__container.modal--open {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(27, 32, 41, 0.8);
  opacity: 1;
  z-index: 1000;
  height: auto;
}

/* line 18, app/assets/stylesheets/modules/_modal.scss */
.modal__container.modal--open.modal--event {
  z-index: 1002;
}

/* line 23, app/assets/stylesheets/modules/_modal.scss */
.modal__container.modal--top {
  z-index: 1000;
}

/* line 27, app/assets/stylesheets/modules/_modal.scss */
.modal__container .modal__content {
  outline: 0;
  max-height: 0;
  overflow: auto;
  transition: max-height 0.2s ease-in-out;
}

/* line 33, app/assets/stylesheets/modules/_modal.scss */
.modal__container .modal__content .modal-hide-content {
  display: none;
}

/* line 37, app/assets/stylesheets/modules/_modal.scss */
.modal__container .modal__content .modal-show-content {
  display: block;
}

/* line 42, app/assets/stylesheets/modules/_modal.scss */
.modal__container .modal__content .placeholder-inner picture {
  text-align: center;
}

/* line 45, app/assets/stylesheets/modules/_modal.scss */
.modal__container .modal__content .placeholder-inner picture img {
  display: block;
  margin: 0 auto;
}

/* line 55, app/assets/stylesheets/modules/_modal.scss */
.modal__button--close {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  float: right;
  font-size: 1.25em;
  padding: 10px;
  position: relative;
  z-index: 10000;
}

/* line 64, app/assets/stylesheets/modules/_modal.scss */
.modal__button--white path {
  fill: white;
}

/* line 69, app/assets/stylesheets/modules/_modal.scss */
.modal__content--padded {
  padding: 2em;
}

/* line 73, app/assets/stylesheets/modules/_modal.scss */
.modal__content--toplink {
  padding-bottom: 252px;
}

/* line 77, app/assets/stylesheets/modules/_modal.scss */
.modal__content--event-padded {
  border-radius: 4px;
  padding: 2.5rem 1.25rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 77, app/assets/stylesheets/modules/_modal.scss */
  .modal__content--event-padded {
    padding: 2rem 2.5rem;
  }
}

/* line 85, app/assets/stylesheets/modules/_modal.scss */
.modal__content--event-padded .modal__button--close {
  display: block;
  padding: 0;
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 85, app/assets/stylesheets/modules/_modal.scss */
  .modal__content--event-padded .modal__button--close {
    display: block;
  }
}

/* line 99, app/assets/stylesheets/modules/_modal.scss */
.modal--open .modal__background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  cursor: pointer;
}

/* line 109, app/assets/stylesheets/modules/_modal.scss */
.modal--open .modal__content {
  overflow: auto;
  max-height: auto;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 101;
  max-height: 90%;
  background: #fff;
}

/* line 119, app/assets/stylesheets/modules/_modal.scss */
.modal--open .modal__content .video-wrapper {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}

/* line 27, node_modules/css-patterns/stylesheets/patterns/_fluid_media_wrapper.scss */
.modal--open .modal__content .video-wrapper embed,
.modal--open .modal__content .video-wrapper iframe,
.modal--open .modal__content .video-wrapper object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 122, app/assets/stylesheets/modules/_modal.scss */
.modal--open .modal__content .video-wrapper iframe {
  top: -1px;
}

/* line 129, app/assets/stylesheets/modules/_modal.scss */
.modal--open .modal__content--event {
  top: 10%;
}

@media only screen and (min-width: 40.0625em) {
  /* line 109, app/assets/stylesheets/modules/_modal.scss */
  .modal--open .modal__content {
    left: 10%;
    width: 80%;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 109, app/assets/stylesheets/modules/_modal.scss */
  .modal--open .modal__content {
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1020px;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 146, app/assets/stylesheets/modules/_modal.scss */
  .modal--open .modal__content.modal__content--padded {
    width: 55%;
  }
}

/* line 155, app/assets/stylesheets/modules/_modal.scss */
.modal--top .modal__content {
  min-height: 100%;
}

/* line 160, app/assets/stylesheets/modules/_modal.scss */
.modal__session {
  padding-bottom: 1rem;
}

/* line 164, app/assets/stylesheets/modules/_modal.scss */
.modal__toplink {
  background: #1b2029;
  color: white;
  bottom: -2.5rem;
  margin: 0 -1.25rem -2.5rem -1.25rem;
  padding: 1rem 1.25rem;
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 40.0625em) {
  /* line 164, app/assets/stylesheets/modules/_modal.scss */
  .modal__toplink {
    flex-direction: row;
    position: sticky;
    margin: 0 -2.5rem -2.5rem -2.5rem;
  }
}

/* line 181, app/assets/stylesheets/modules/_modal.scss */
.modal__toplink__column {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-bottom: 2rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 181, app/assets/stylesheets/modules/_modal.scss */
  .modal__toplink__column {
    padding: 1rem;
  }
}

/* line 193, app/assets/stylesheets/modules/_modal.scss */
.modal__toplink__content {
  flex: 1;
}

/* line 197, app/assets/stylesheets/modules/_modal.scss */
.modal__toplink strong {
  font-size: 1.125rem;
}

/* line 201, app/assets/stylesheets/modules/_modal.scss */
.modal__toplink p {
  margin: 0 0 1.5rem 0;
  font-size: 0.875rem;
  line-height: 1.4;
}

/* line 4, app/assets/stylesheets/modules/_collection-page.scss */
.collection-page__header {
  background: #1b2029;
  color: #fff;
}

@media only screen and (max-width: 40em) {
  /* line 8, app/assets/stylesheets/modules/_collection-page.scss */
  .collection-page__header .collection-group .tout-wrapper {
    border: 0;
  }
}

/* line 14, app/assets/stylesheets/modules/_collection-page.scss */
.collection-page__header--slim .page-title {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 1.25rem;
}

/* line 20, app/assets/stylesheets/modules/_collection-page.scss */
.collection-page__header-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  bottom: 0;
}

/* line 27, app/assets/stylesheets/modules/_collection-page.scss */
.collection-page__header-bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
}

/* line 33, app/assets/stylesheets/modules/_collection-page.scss */
.collection-page__header-bg-image:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(top, rgba(27, 32, 41, 0) 0%, rgba(27, 32, 41, 0) 18%, rgba(27, 32, 41, 0.5) 78%, #1b2029 99%);
  background: -webkit-linear-gradient(top, rgba(27, 32, 41, 0) 0%, rgba(27, 32, 41, 0) 18%, rgba(27, 32, 41, 0.5) 78%, #1b2029 99%);
  background: linear-gradient(to bottom, rgba(27, 32, 41, 0) 0%, rgba(27, 32, 41, 0) 18%, rgba(27, 32, 41, 0.5) 78%, #1b2029 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001b2029', endColorstr='#1b2029',GradientType=0 );
}

/* line 64, app/assets/stylesheets/modules/_collection-page.scss */
.collection-page__header-bg {
  background-position: center;
  background-size: cover;
  position: relative;
}

/* line 69, app/assets/stylesheets/modules/_collection-page.scss */
.collection-page__content {
  position: relative;
  padding-top: 10rem;
  color: #fff;
}

@media only screen and (min-width: 40.0625em) {
  /* line 69, app/assets/stylesheets/modules/_collection-page.scss */
  .collection-page__content {
    padding-top: 14rem;
  }
}

/* line 79, app/assets/stylesheets/modules/_collection-page.scss */
.collection-page__body a {
  color: #fff;
  text-decoration: underline;
}

/* line 85, app/assets/stylesheets/modules/_collection-page.scss */
.collection-page .social-sharing {
  margin: 1.5rem 0 2rem;
}

/* line 89, app/assets/stylesheets/modules/_collection-page.scss */
.collection-page .page-title {
  font-size: 1.875rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 89, app/assets/stylesheets/modules/_collection-page.scss */
  .collection-page .page-title {
    font-size: 4rem;
  }
}

/* line 95, app/assets/stylesheets/modules/_collection-page.scss */
.collection-page .st__content-block--text p {
  font-size: 1;
}

@media only screen and (min-width: 40.0625em) {
  /* line 95, app/assets/stylesheets/modules/_collection-page.scss */
  .collection-page .st__content-block--text p {
    font-size: 1.25rem;
  }
}

/* line 101, app/assets/stylesheets/modules/_collection-page.scss */
.collection-page .sub-title {
  border-top: 1px solid #d5e0e8;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  border-bottom: 0;
  padding: 0;
}

/* line 108, app/assets/stylesheets/modules/_collection-page.scss */
.collection-page .sub-title__inner {
  display: inline-block;
  border-top: 2px solid;
  line-height: 1.67;
  margin-top: -1px;
}

/* line 117, app/assets/stylesheets/modules/_collection-page.scss */
.collection-page__authors .tout--author .tout__link {
  display: block;
}

/* line 123, app/assets/stylesheets/modules/_collection-page.scss */
.collection-page__footer {
  margin: 2rem 0;
}

/* line 125, app/assets/stylesheets/modules/_collection-page.scss */
.collection-page__footer a {
  color: var(--list-link);
}

/* line 132, app/assets/stylesheets/modules/_collection-page.scss */
.collection-group__container:last-child {
  margin-bottom: 42px;
}

/* line 135, app/assets/stylesheets/modules/_collection-page.scss */
.collection-group__container .pagination__container {
  display: none;
}

/* line 141, app/assets/stylesheets/modules/_collection-page.scss */
.collection-group__container {
  overflow: hidden;
  margin: 0 21px;
}

@media only screen and (min-width: 40.0625em) {
  /* line 141, app/assets/stylesheets/modules/_collection-page.scss */
  .collection-group__container {
    margin: 42px 21px 0;
  }
}

/* line 149, app/assets/stylesheets/modules/_collection-page.scss */
.collection-group .tout {
  margin-top: 21px;
  padding-bottom: 21px;
}

/* line 153, app/assets/stylesheets/modules/_collection-page.scss */
.collection-group .tout .placeholder, .collection-group .tout__title, .collection-group .tout__meta {
  margin-top: 0;
  margin-bottom: 0.5em;
}

/* line 160, app/assets/stylesheets/modules/_collection-page.scss */
.collection-group .tout__topic {
  display: block;
  margin-bottom: 0.4em;
  text-transform: uppercase;
  color: #005c9c;
  color: var(--list-link);
}

@media only screen and (max-width: 40em) {
  /* line 149, app/assets/stylesheets/modules/_collection-page.scss */
  .collection-group .tout {
    border-bottom: 1px solid #d5e0e8;
  }
}

/* line 172, app/assets/stylesheets/modules/_collection-page.scss */
.collection-group .tout.tout--featured {
  text-align: center;
}

/* line 174, app/assets/stylesheets/modules/_collection-page.scss */
.collection-group .tout.tout--featured .placeholder {
  float: none;
  width: 100%;
  margin-bottom: 1rem;
}

/* line 178, app/assets/stylesheets/modules/_collection-page.scss */
.collection-group .tout.tout--featured .placeholder .placeholder-inner {
  padding-bottom: 65.51724%;
}

/* line 183, app/assets/stylesheets/modules/_collection-page.scss */
.collection-group .tout.tout--featured .tout__title {
  font-size: 1.125rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 183, app/assets/stylesheets/modules/_collection-page.scss */
  .collection-group .tout.tout--featured .tout__title {
    font-size: 1.5rem;
    padding: 0 42px;
  }
}

/* line 193, app/assets/stylesheets/modules/_collection-page.scss */
.collection-group .tout.tout--callout .tout__title {
  font-size: 1.25rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 202, app/assets/stylesheets/modules/_collection-page.scss */
  .collection-group--simple .tout-wrapper:nth-child(odd) {
    padding-right: 10.5px;
  }
  /* line 205, app/assets/stylesheets/modules/_collection-page.scss */
  .collection-group--simple .tout-wrapper:nth-child(even) {
    padding-left: 10.5px;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 140, app/assets/stylesheets/modules/_collection-page.scss */
  .collection-group {
    margin: 0 -21px 42px;
    padding-top: 21px;
    padding-bottom: 21px;
  }
  /* line 217, app/assets/stylesheets/modules/_collection-page.scss */
  .collection-group:last-child {
    margin-bottom: 0;
  }
  /* line 221, app/assets/stylesheets/modules/_collection-page.scss */
  .collection-group .tout {
    border-bottom: none;
    margin-top: 0;
    padding-bottom: 0;
  }
  /* line 226, app/assets/stylesheets/modules/_collection-page.scss */
  .collection-group .tout__topic {
    font-size: 0.875rem;
    margin-top: 0;
  }
  /* line 229, app/assets/stylesheets/modules/_collection-page.scss */
  .collection-group .tout__topic:after {
    display: none;
  }
  /* line 235, app/assets/stylesheets/modules/_collection-page.scss */
  .collection-group .tout.tout--default .tout__title {
    font-size: 1rem;
  }
  /* line 242, app/assets/stylesheets/modules/_collection-page.scss */
  .collection-group .tout.tout--large .placeholder, .collection-group .tout.tout--callout .placeholder {
    margin-bottom: 0;
  }
  /* line 248, app/assets/stylesheets/modules/_collection-page.scss */
  .collection-group .tout.tout--large .tout__title {
    font-size: 1.5rem;
  }
  /* line 254, app/assets/stylesheets/modules/_collection-page.scss */
  .collection-group .tout.tout--callout .tout__title {
    font-size: 1.875rem;
  }
  /* line 260, app/assets/stylesheets/modules/_collection-page.scss */
  .collection-group .tout-wrapper,
.collection-group .topic-filters {
    padding: 0 21px;
  }
  /* line 265, app/assets/stylesheets/modules/_collection-page.scss */
  .collection-group .tout-wrapper {
    position: relative;
  }
  /* line 267, app/assets/stylesheets/modules/_collection-page.scss */
  .collection-group .tout-wrapper:before, .collection-group .tout-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
  }
  /* line 274, app/assets/stylesheets/modules/_collection-page.scss */
  .collection-group .tout-wrapper:before {
    left: 0;
    border-left: 0.5px solid #d5e0e8;
  }
  /* line 278, app/assets/stylesheets/modules/_collection-page.scss */
  .collection-group .tout-wrapper:after {
    right: 0;
    border-right: 0.5px solid #d5e0e8;
  }
  /* line 284, app/assets/stylesheets/modules/_collection-page.scss */
  .collection-group .tout-wrapper:last-child .topic--large {
    padding-bottom: 0;
  }
}

/* line 2, app/assets/stylesheets/modules/collections/_authors.scss */
.collection-page__authors .sub-title {
  margin-bottom: 2rem;
}

/* line 6, app/assets/stylesheets/modules/collections/_authors.scss */
.collection-page__authors .tout-list--grid__container .tout:after {
  border-color: #666f75;
}

/* line 1, app/assets/stylesheets/modules/collections/_callout.scss */
.collection-group--callout {
  text-align: center;
}

/* line 4, app/assets/stylesheets/modules/collections/_callout.scss */
.collection-group--callout .placeholder {
  float: none;
  width: 100%;
}

/* line 8, app/assets/stylesheets/modules/collections/_callout.scss */
.collection-group--callout .placeholder .placeholder-inner {
  padding-bottom: 65.51724%;
}

@media only screen and (min-width: 40.0625em) {
  /* line 1, app/assets/stylesheets/modules/collections/_callout.scss */
  .collection-group--callout {
    text-align: left;
  }
  /* line 17, app/assets/stylesheets/modules/collections/_callout.scss */
  .collection-group--callout:not(.collection-group--callout--image-none) .tout__link {
    display: grid;
    grid-template-columns: auto calc(100% / 12 * 5 - 21px);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  /* line 24, app/assets/stylesheets/modules/collections/_callout.scss */
  .collection-group--callout:not(.collection-group--callout--image-none) .tout__link .tout__details {
    grid-area: 1 / 1 / 2 / 2;
  }
  /* line 28, app/assets/stylesheets/modules/collections/_callout.scss */
  .collection-group--callout:not(.collection-group--callout--image-none) .tout__link .placeholder {
    grid-area: 1 / 2 / 2 / 3;
  }
  /* line 33, app/assets/stylesheets/modules/collections/_callout.scss */
  .collection-group--callout:not(.collection-group--callout--image-none) .tout__details {
    padding-right: 75px;
  }
  /* line 36, app/assets/stylesheets/modules/collections/_callout.scss */
  .collection-group--callout:not(.collection-group--callout--image-none) .tout__details:before, .collection-group--callout:not(.collection-group--callout--image-none) .tout__details:after {
    right: 42px;
  }
  /* line 44, app/assets/stylesheets/modules/collections/_callout.scss */
  .collection-group--callout.collection-group--callout--image-left .tout__link {
    grid-template-columns: calc(100% / 12 * 5 - 21px) auto;
  }
  /* line 47, app/assets/stylesheets/modules/collections/_callout.scss */
  .collection-group--callout.collection-group--callout--image-left .tout__link .placeholder {
    grid-area: 1 / 1 / 2 / 2;
  }
  /* line 51, app/assets/stylesheets/modules/collections/_callout.scss */
  .collection-group--callout.collection-group--callout--image-left .tout__link .tout__details {
    grid-area: 1 / 2 / 2 / 3;
  }
  /* line 56, app/assets/stylesheets/modules/collections/_callout.scss */
  .collection-group--callout.collection-group--callout--image-left .tout__details {
    padding-right: 42px;
    padding-left: 42px;
  }
  /* line 60, app/assets/stylesheets/modules/collections/_callout.scss */
  .collection-group--callout.collection-group--callout--image-left .tout__details:before, .collection-group--callout.collection-group--callout--image-left .tout__details:after {
    right: 0;
    left: 42px;
  }
  /* line 68, app/assets/stylesheets/modules/collections/_callout.scss */
  .collection-group--callout .tout__details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 42px 0;
  }
  /* line 75, app/assets/stylesheets/modules/collections/_callout.scss */
  .collection-group--callout .tout__details:before, .collection-group--callout .tout__details:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
  }
  /* line 83, app/assets/stylesheets/modules/collections/_callout.scss */
  .collection-group--callout .tout__details:before {
    top: 1px;
    border-top: 1px solid #d5e0e8;
  }
  /* line 88, app/assets/stylesheets/modules/collections/_callout.scss */
  .collection-group--callout .tout__details:after {
    bottom: 1px;
    border-bottom: 1px solid #d5e0e8;
  }
  /* line 94, app/assets/stylesheets/modules/collections/_callout.scss */
  .collection-group--callout .tout__title {
    font-size: 1.875rem;
  }
  /* line 99, app/assets/stylesheets/modules/collections/_callout.scss */
  .collection-group--callout .tout--no-image .tout__details {
    padding: 63px 20%;
    text-align: center;
  }
  /* line 106, app/assets/stylesheets/modules/collections/_callout.scss */
  .collection-group--callout .placeholder .placeholder-inner {
    padding-bottom: 65%;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 1, app/assets/stylesheets/modules/collections/_features.scss */
  .collection-group--features {
    display: grid;
    grid-template-columns: repeat(4, 25%);
    grid-template-rows: repeat(12, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  /* line 8, app/assets/stylesheets/modules/collections/_features.scss */
  .collection-group--features .tout-wrapper--1 {
    grid-area: 1 / 1 / 4 / 4;
  }
  /* line 11, app/assets/stylesheets/modules/collections/_features.scss */
  .collection-group--features .tout-wrapper--2 {
    grid-area: 4 / 1 / 7 / 4;
  }
  /* line 14, app/assets/stylesheets/modules/collections/_features.scss */
  .collection-group--features .tout-wrapper--3 {
    grid-area: 7 / 1 / 10 / 4;
  }
  /* line 17, app/assets/stylesheets/modules/collections/_features.scss */
  .collection-group--features .tout-wrapper--4 {
    grid-area: 10 / 1 / 13 / 4;
  }
  /* line 20, app/assets/stylesheets/modules/collections/_features.scss */
  .collection-group--features .tout-wrapper--5 {
    grid-area: 1 / 4 / 3 / 5;
  }
  /* line 23, app/assets/stylesheets/modules/collections/_features.scss */
  .collection-group--features .tout-wrapper--6 {
    grid-area: 3 / 4 / 5 / 5;
  }
  /* line 26, app/assets/stylesheets/modules/collections/_features.scss */
  .collection-group--features .tout-wrapper--7 {
    grid-area: 5 / 4 / 7 / 5;
  }
  /* line 29, app/assets/stylesheets/modules/collections/_features.scss */
  .collection-group--features .tout-wrapper--8 {
    grid-area: 7 / 4 / 9 / 5;
  }
  /* line 32, app/assets/stylesheets/modules/collections/_features.scss */
  .collection-group--features .tout-wrapper--9 {
    grid-area: 9 / 4 / 11 / 5;
  }
  /* line 35, app/assets/stylesheets/modules/collections/_features.scss */
  .collection-group--features .tout-wrapper--10 {
    grid-area: 11 / 4 / 13 / 5;
  }
  /* line 40, app/assets/stylesheets/modules/collections/_features.scss */
  .collection-group--features .tout-wrapper--4 .topic--large {
    padding-bottom: 0;
  }
}

/* line 47, app/assets/stylesheets/modules/collections/_features.scss */
.collection-group--features-short {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

@media only screen and (min-width: 40.0625em) {
  /* line 1, app/assets/stylesheets/modules/collections/_filter.scss */
  .collection-group--filter {
    display: grid;
    grid-template-columns: 25% 75%;
    grid-template-rows: repeat(6, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  /* line 8, app/assets/stylesheets/modules/collections/_filter.scss */
  .collection-group--filter .collection__topic-filters {
    grid-area: 1 / 1 / 7 / 2;
  }
  /* line 11, app/assets/stylesheets/modules/collections/_filter.scss */
  .collection-group--filter .tout-wrapper--1 {
    grid-area: 1 / 2 / 2 / 3;
  }
  /* line 14, app/assets/stylesheets/modules/collections/_filter.scss */
  .collection-group--filter .tout-wrapper--2 {
    grid-area: 2 / 2 / 3 / 3;
  }
  /* line 17, app/assets/stylesheets/modules/collections/_filter.scss */
  .collection-group--filter .tout-wrapper--3 {
    grid-area: 3 / 2 / 4 / 3;
  }
  /* line 20, app/assets/stylesheets/modules/collections/_filter.scss */
  .collection-group--filter .tout-wrapper--4 {
    grid-area: 4 / 2 / 5 / 3;
  }
  /* line 23, app/assets/stylesheets/modules/collections/_filter.scss */
  .collection-group--filter .tout-wrapper--5 {
    grid-area: 5 / 2 / 6 / 3;
  }
  /* line 26, app/assets/stylesheets/modules/collections/_filter.scss */
  .collection-group--filter .tout-wrapper--6 {
    grid-area: 6 / 2 / 7 / 3;
  }
  /* line 31, app/assets/stylesheets/modules/collections/_filter.scss */
  .collection-group--filter .tout-wrapper:before {
    display: none;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 38, app/assets/stylesheets/modules/collections/_filter.scss */
  .collection__topic-filter {
    margin-bottom: 2rem;
  }
}

/* line 44, app/assets/stylesheets/modules/collections/_filter.scss */
.collection-group__container--filter {
  overflow: visible;
}

/* line 48, app/assets/stylesheets/modules/collections/_filter.scss */
.collection__topic-filters {
  margin-bottom: 2rem;
  position: relative;
}

/* line 52, app/assets/stylesheets/modules/collections/_filter.scss */
.collection__topic-filters__title {
  margin: 0 21px 1rem;
  border-bottom: 1px solid #d5e0e8;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.86;
}

/* line 62, app/assets/stylesheets/modules/collections/_filter.scss */
.collection__topic-filters__list-container {
  max-height: 515px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 40.0625em) {
  /* line 62, app/assets/stylesheets/modules/collections/_filter.scss */
  .collection__topic-filters__list-container {
    padding: 0 21px;
  }
}

/* line 70, app/assets/stylesheets/modules/collections/_filter.scss */
.collection__topic-filters__list-container:after {
  content: "";
  height: 2rem;
  width: 100%;
  position: absolute;
  top: calc(515px - 2rem);
  left: 0;
  right: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 42%, white 87%, white 100%);
}

/* line 87, app/assets/stylesheets/modules/collections/_filter.scss */
.body--dark .collection__topic-filters__list-container:after {
  background: linear-gradient(to bottom, rgba(27, 32, 41, 0) 0%, rgba(27, 32, 41, 0.6) 42%, #1b2029 87%, #1b2029 100%);
}

/* line 99, app/assets/stylesheets/modules/collections/_filter.scss */
.collection__topic-filters__list {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  padding: 0 0 2rem 0;
  margin: 0;
  margin-right: -21px;
  max-height: 515px;
}

/* line 111, app/assets/stylesheets/modules/collections/_filter.scss */
.collection__topic-filters__list-item {
  color: #005c9c;
  line-height: 1.36;
  padding-bottom: 1em;
}

/* line 115, app/assets/stylesheets/modules/collections/_filter.scss */
.collection__topic-filters__list-item:not(.is-active) {
  padding: 0;
  list-style-type: none;
  margin: 0;
  padding-bottom: 1em;
}

/* line 119, app/assets/stylesheets/modules/collections/_filter.scss */
.collection__topic-filters__list-item a {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
  color: #141414;
  color: var(--text-default);
  margin-top: 0;
}

/* line 127, app/assets/stylesheets/modules/collections/_filter.scss */
.collection__topic-filters__list-item.is-active a {
  color: #005c9c;
  color: var(--list-link);
}

/* line 138, app/assets/stylesheets/modules/collections/_filter.scss */
.collection__topic-filters__select {
  position: relative;
  width: 100%;
  max-width: 420px;
}

/* line 143, app/assets/stylesheets/modules/collections/_filter.scss */
.collection__topic-filters__select:before {
  content: "";
  display: block;
  background: url(/assets/thin-chevron--dark-72cf56a4f0405b2221e8cfc7dad781a162b1f91eecc6900287c0f7ba5e17d117.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 15px;
  height: 15px;
  transform: translate3d(0, -50%, 0) rotate(90deg);
  position: absolute;
  right: 0;
  top: 50%;
  background-color: #fff;
  z-index: 10;
}

/* line 158, app/assets/stylesheets/modules/collections/_filter.scss */
.body--dark .collection__topic-filters__select:before {
  background-color: transparent;
}

/* line 162, app/assets/stylesheets/modules/collections/_filter.scss */
.collection__topic-filters__select-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  border-bottom: 1px solid #fff;
  color: inherit;
  border-radius: 0;
  padding: 0.75rem 0;
  box-shadow: none;
  overflow: auto;
  cursor: pointer;
  line-height: 1.2;
  width: 100%;
  position: relative;
}

/* line 177, app/assets/stylesheets/modules/collections/_filter.scss */
.partners .collection__topic-filters__select-input {
  border: none;
}

@media only screen and (min-width: 40.0625em) {
  /* line 162, app/assets/stylesheets/modules/collections/_filter.scss */
  .collection__topic-filters__select-input {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 162, app/assets/stylesheets/modules/collections/_filter.scss */
  .collection__topic-filters__select-input {
    font-size: 1.25rem;
    font-weight: 300;
    border-bottom: 1px solid #d5e0e8;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 197, app/assets/stylesheets/modules/collections/_filter.scss */
  .collection-group--filter .tout,
.collection-group--features .tout {
    margin: 0;
    border-top: 1px solid #d5e0e8;
    padding-top: 21px;
  }
  /* line 201, app/assets/stylesheets/modules/collections/_filter.scss */
  .collection-group--filter .tout--large,
.collection-group--features .tout--large {
    padding-bottom: 21px;
  }
  /* line 206, app/assets/stylesheets/modules/collections/_filter.scss */
  .collection-group--filter .tout-wrapper:after,
.collection-group--features .tout-wrapper:after {
    display: none;
  }
  /* line 211, app/assets/stylesheets/modules/collections/_filter.scss */
  .collection-group--filter .tout-wrapper--1 .tout,
.collection-group--features .tout-wrapper--1 .tout {
    border: none;
  }
  /* line 216, app/assets/stylesheets/modules/collections/_filter.scss */
  .collection-group--filter .tout-wrapper--5:before,
.collection-group--features .tout-wrapper--5:before {
    top: 21px;
  }
}

/* line 226, app/assets/stylesheets/modules/collections/_filter.scss */
.collection-group--features .tout-wrapper--1 .tout,
.collection-group--features .tout-wrapper--5 .tout {
  border: none;
}

/* line 232, app/assets/stylesheets/modules/collections/_filter.scss */
.collection-group--grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 25px;
  margin: 0;
  padding: 0;
}

/* line 239, app/assets/stylesheets/modules/collections/_filter.scss */
.collection-group--grid .tout {
  margin: 0;
  padding: 0;
  border: none;
}

/* line 244, app/assets/stylesheets/modules/collections/_filter.scss */
.collection-group--grid .tout .tout__title {
  font-size: 1.125rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 232, app/assets/stylesheets/modules/collections/_filter.scss */
  .collection-group--grid {
    grid-area: 1 / 2 / 7 / 3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    margin: 0 0 0 25px;
    padding: 0;
  }
  /* line 258, app/assets/stylesheets/modules/collections/_filter.scss */
  .collection-group--grid .tout .tout__title {
    font-size: 1.5rem;
  }
  /* line 262, app/assets/stylesheets/modules/collections/_filter.scss */
  .collection-group--grid .tout:nth-child(1) {
    grid-column: 1 / span 2;
    min-height: 527px;
  }
  /* line 266, app/assets/stylesheets/modules/collections/_filter.scss */
  .collection-group--grid .tout:nth-child(1) .tout__title {
    font-size: 2rem;
  }
}

/* line 274, app/assets/stylesheets/modules/collections/_filter.scss */
.collection-group--custom {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: min-content;
  grid-gap: 25px;
  align-items: start;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 274, app/assets/stylesheets/modules/collections/_filter.scss */
  .collection-group--custom {
    grid-area: 1 / 2 / 7 / 3;
    display: grid;
    grid-gap: 50px;
    margin: 0 0 0 25px;
    padding: 0;
  }
}

/* line 1, app/assets/stylesheets/modules/collections/_highlights.scss */
.collection-group--highlights {
  padding: 0;
}

/* line 3, app/assets/stylesheets/modules/collections/_highlights.scss */
.collection-group--highlights .tout {
  border: none;
}

/* line 6, app/assets/stylesheets/modules/collections/_highlights.scss */
.collection-group--highlights .tout__topic {
  display: block;
  margin-bottom: 0.5em;
}

@media only screen and (min-width: 40.0625em) {
  /* line 1, app/assets/stylesheets/modules/collections/_highlights.scss */
  .collection-group--highlights {
    display: grid;
    grid-template-columns: repeat(3, 33.3%);
    grid-template-rows: repeat(1, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}

/* line 19, app/assets/stylesheets/modules/collections/_highlights.scss */
.collection-group--highlights .tout-wrapper:before, .collection-group--highlights .tout-wrapper:after {
  border-color: #666f75;
}

/* line 25, app/assets/stylesheets/modules/collections/_highlights.scss */
.collection-group--highlights .tout {
  position: relative;
  padding-bottom: 3rem;
  height: 100%;
}

/* line 29, app/assets/stylesheets/modules/collections/_highlights.scss */
.collection-group--highlights .tout:before {
  content: attr(data-kicker);
  display: block;
  font-size: 8.75rem;
  font-weight: 600;
  line-height: 0.85em;
  opacity: 0.17;
  color: #9AA9B7;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

/* line 42, app/assets/stylesheets/modules/collections/_highlights.scss */
.collection-group--highlights .tout .tout__title {
  font-size: 1.375rem;
}

/* line 47, app/assets/stylesheets/modules/collections/_highlights.scss */
.collection-group--highlights .tout__topic {
  color: #9aa9b7;
}

@media only screen and (min-width: 64.0625em) {
  /* line 1, app/assets/stylesheets/modules/collections/_lead.scss */
  .collection-group--lead {
    display: grid;
    grid-template-columns: repeat(4, 25%);
    grid-template-rows: repeat(7, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  /* line 12, app/assets/stylesheets/modules/collections/_lead.scss */
  .collection-group--lead .tout-wrapper--1 {
    grid-area: 1 / 2 / 7 / 4;
  }
  /* line 15, app/assets/stylesheets/modules/collections/_lead.scss */
  .collection-group--lead .tout-wrapper--2 {
    grid-area: 1 / 1 / 4 / 2;
  }
  /* line 18, app/assets/stylesheets/modules/collections/_lead.scss */
  .collection-group--lead .tout-wrapper--3 {
    grid-area: 4 / 1 / 7 / 2;
  }
  /* line 21, app/assets/stylesheets/modules/collections/_lead.scss */
  .collection-group--lead .tout-wrapper--4 {
    grid-area: 1 / 4 / 3 / 5;
  }
  /* line 24, app/assets/stylesheets/modules/collections/_lead.scss */
  .collection-group--lead .tout-wrapper--5 {
    grid-area: 3 / 4 / 5 / 5;
  }
  /* line 27, app/assets/stylesheets/modules/collections/_lead.scss */
  .collection-group--lead .tout-wrapper--6 {
    grid-area: 5 / 4 / 7 / 5;
  }
  /* line 30, app/assets/stylesheets/modules/collections/_lead.scss */
  .collection-group--lead .tout-wrapper--7 {
    grid-area: 7 / 1 / 8 / 2;
  }
  /* line 33, app/assets/stylesheets/modules/collections/_lead.scss */
  .collection-group--lead .tout-wrapper--8 {
    grid-area: 7 / 2 / 8 / 3;
  }
  /* line 36, app/assets/stylesheets/modules/collections/_lead.scss */
  .collection-group--lead .tout-wrapper--9 {
    grid-area: 7 / 3 / 8 / 4;
  }
  /* line 39, app/assets/stylesheets/modules/collections/_lead.scss */
  .collection-group--lead .tout-wrapper--10 {
    grid-area: 7 / 4 / 8 / 5;
  }
  /* line 44, app/assets/stylesheets/modules/collections/_lead.scss */
  .collection-group--lead .tout-wrapper--1 .placeholder .placeholder-inner {
    padding-bottom: 62.5%;
  }
  /* line 49, app/assets/stylesheets/modules/collections/_lead.scss */
  .collection-group--lead .tout-wrapper--1,
.collection-group--lead .tout-wrapper--3,
.collection-group--lead .tout-wrapper--6 {
    padding-bottom: 21px;
  }
  /* line 53, app/assets/stylesheets/modules/collections/_lead.scss */
  .collection-group--lead .tout-wrapper--1:before, .collection-group--lead .tout-wrapper--1:after,
.collection-group--lead .tout-wrapper--3:before,
.collection-group--lead .tout-wrapper--3:after,
.collection-group--lead .tout-wrapper--6:before,
.collection-group--lead .tout-wrapper--6:after {
    bottom: 21px;
  }
  /* line 62, app/assets/stylesheets/modules/collections/_lead.scss */
  .collection-group--lead .tout-wrapper--3 .tout,
.collection-group--lead .tout-wrapper--5 .tout,
.collection-group--lead .tout-wrapper--6 .tout {
    padding-top: 0.75em;
    border-top: 1px solid #d5e0e8;
  }
  /* line 68, app/assets/stylesheets/modules/collections/_lead.scss */
  .collection-group--lead .tout-wrapper:nth-child(n + 7) {
    border-top: 1px solid #d5e0e8;
    padding-top: 21px;
    padding-bottom: 21px;
  }
  /* line 72, app/assets/stylesheets/modules/collections/_lead.scss */
  .collection-group--lead .tout-wrapper:nth-child(n + 7):before, .collection-group--lead .tout-wrapper:nth-child(n + 7):after {
    top: 21px;
    bottom: 21px;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 1, app/assets/stylesheets/modules/collections/_search.scss */
  .collection-search {
    margin-top: 1.5rem;
    float: right;
  }
}

/* line 7, app/assets/stylesheets/modules/collections/_search.scss */
.collection-search__field {
  margin: 0;
  overflow: hidden;
  padding: 0.5em 0;
  width: 100%;
  text-align: left;
  font-weight: normal;
  border: 0;
  display: flex;
}

@media only screen and (min-width: 64.0625em) {
  /* line 7, app/assets/stylesheets/modules/collections/_search.scss */
  .collection-search__field {
    width: auto;
  }
}

/* line 22, app/assets/stylesheets/modules/collections/_search.scss */
.collection-search__input {
  border: 1px solid #d5e0e8;
  border-right: 0;
  border-radius: 4px 0px 0px 4px;
  padding: 0.75em 1em;
  width: 300px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

@media only screen and (min-width: 64.0625em) {
  /* line 22, app/assets/stylesheets/modules/collections/_search.scss */
  .collection-search__input {
    width: 260px;
  }
  /* line 31, app/assets/stylesheets/modules/collections/_search.scss */
  .collection-search__input:focus {
    outline: none;
    width: 360px;
    box-shadow: -2px 5px 5px 0 rgba(0, 0, 0, 0.1);
  }
}

@media only screen and (max-width: 40em) {
  /* line 22, app/assets/stylesheets/modules/collections/_search.scss */
  .collection-search__input {
    width: 100%;
  }
}

/* line 42, app/assets/stylesheets/modules/collections/_search.scss */
.collection-search__submit {
  background-color: #000000;
  border-radius: 0px 4px 4px 0px;
  border: 1px solid #000000;
  color: white;
  font-weight: 600;
  float: left;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  padding: 0 1rem;
  justify-content: center;
  align-items: center;
}

/* line 54, app/assets/stylesheets/modules/collections/_search.scss */
.collection-search__submit:hover {
  background-color: black;
}

@media only screen and (min-width: 40.0625em) {
  /* line 1, app/assets/stylesheets/modules/collections/_simple.scss */
  .collection-group--simple,
.collection-group--simple_with_images {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 1, app/assets/stylesheets/modules/collections/_simple.scss */
  .collection-group--simple,
.collection-group--simple_with_images {
    grid-template-columns: repeat(4, 25%);
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}

/* line 19, app/assets/stylesheets/modules/collections/_simple.scss */
#filter + .collection-group--simple .tout-wrapper {
  border: 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 27, app/assets/stylesheets/modules/collections/_simple.scss */
  .collection-group--simple .tout-wrapper--1, .collection-group--simple .tout-wrapper--2, .collection-group--simple .tout-wrapper--3, .collection-group--simple .tout-wrapper--4 {
    border-bottom: 1px solid #d5e0e8;
    padding-bottom: 21px;
  }
  /* line 33, app/assets/stylesheets/modules/collections/_simple.scss */
  .collection-group--simple .tout-wrapper--1:before, .collection-group--simple .tout-wrapper--1:after, .collection-group--simple .tout-wrapper--2:before, .collection-group--simple .tout-wrapper--2:after, .collection-group--simple .tout-wrapper--3:before, .collection-group--simple .tout-wrapper--3:after, .collection-group--simple .tout-wrapper--4:before, .collection-group--simple .tout-wrapper--4:after {
    bottom: 21px;
  }
  /* line 38, app/assets/stylesheets/modules/collections/_simple.scss */
  .collection-group--simple .tout-wrapper--5, .collection-group--simple .tout-wrapper--6, .collection-group--simple .tout-wrapper--7, .collection-group--simple .tout-wrapper--8 {
    border-bottom: none;
    padding-top: 21px;
  }
  /* line 44, app/assets/stylesheets/modules/collections/_simple.scss */
  .collection-group--simple .tout-wrapper--5:before, .collection-group--simple .tout-wrapper--5:after, .collection-group--simple .tout-wrapper--6:before, .collection-group--simple .tout-wrapper--6:after, .collection-group--simple .tout-wrapper--7:before, .collection-group--simple .tout-wrapper--7:after, .collection-group--simple .tout-wrapper--8:before, .collection-group--simple .tout-wrapper--8:after {
    top: 21px;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 55, app/assets/stylesheets/modules/collections/_simple.scss */
  .collection-group--simple_with_images .tout-wrapper {
    border-bottom: 1px solid #d5e0e8;
    padding-bottom: 21px;
    margin-top: 21px;
  }
  /* line 59, app/assets/stylesheets/modules/collections/_simple.scss */
  .collection-group--simple_with_images .tout-wrapper:before, .collection-group--simple_with_images .tout-wrapper:after {
    bottom: 21px;
  }
}

/* line 1, app/assets/stylesheets/modules/_collections.scss */
.page__header-strip {
  height: 0;
  background: url(/assets/bg-focus-f82f5ced03d748fc6168a204a49e0d8bc93f9b796e700d6ac6f3a84108590fc5.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  top: -1.5em;
  padding-bottom: 23%;
}

/* line 5, app/assets/stylesheets/base/_mixins.scss */
html.webp .page__header-strip {
  background-image: url(/assets/bg-focus-b7d9842aa986ca18796552d84ac57c876e033100974785edb6b06e0e81fa96d1.webp);
}

@media only screen and (min-width: 40.0625em) {
  /* line 1, app/assets/stylesheets/modules/_collections.scss */
  .page__header-strip {
    top: -2.5em;
    padding-bottom: 15%;
  }
}

/* line 15, app/assets/stylesheets/modules/_collections.scss */
.page--collections .page-excerpt {
  border-bottom: 1px solid #d5e0e8;
  padding-bottom: 10px;
}

/* line 19, app/assets/stylesheets/modules/_collections.scss */
.collection__title {
  font-weight: 600;
  display: inline-block;
  margin: 0.2rem 0.5rem 0.5rem 0;
}

/* line 25, app/assets/stylesheets/modules/_collections.scss */
.collection__view-all {
  font-size: 1.125em;
  color: #84919c;
  vertical-align: baseline;
}

/* line 29, app/assets/stylesheets/modules/_collections.scss */
.collection__view-all img {
  vertical-align: -1px;
  margin-left: 0.2em;
}

/* line 33, app/assets/stylesheets/modules/_collections.scss */
.collection__view-all:hover {
  text-decoration: underline;
}

/* line 38, app/assets/stylesheets/modules/_collections.scss */
.collection-summary {
  padding-top: 1.5em;
}

/* line 40, app/assets/stylesheets/modules/_collections.scss */
.collection-summary .tout:first-child {
  margin-top: 0;
}

/* line 43, app/assets/stylesheets/modules/_collections.scss */
.collection-summary .gutter-marking {
  display: none;
}

@media only screen and (min-width: 64.0625em) {
  /* line 43, app/assets/stylesheets/modules/_collections.scss */
  .collection-summary .gutter-marking {
    display: block;
  }
}

/* line 51, app/assets/stylesheets/modules/_collections.scss */
.collection-summary:after {
  border-bottom: 1px solid #d5e0e8;
  content: "";
  display: block;
  margin: 0 21px;
}

/* line 56, app/assets/stylesheets/modules/_collections.scss */
.collection-summary:after:last-child {
  border: 0;
}

@media only screen and (min-width: 64.0625em) {
  /* line 51, app/assets/stylesheets/modules/_collections.scss */
  .collection-summary:after {
    padding-bottom: 1.5em;
  }
}

/* line 64, app/assets/stylesheets/modules/_collections.scss */
.collection-summary__link {
  display: block;
  margin-bottom: 1.5em;
  position: relative;
  padding-top: 43.75%;
}

/* line 27, node_modules/css-patterns/stylesheets/patterns/_fluid_media_wrapper.scss */
.collection-summary__link embed,
.collection-summary__link iframe,
.collection-summary__link object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 68, app/assets/stylesheets/modules/_collections.scss */
.collection-summary__link:after {
  background: linear-gradient(0deg, rgba(27, 32, 41, 0) 45%, #1b2029 100%);
  background-color: rgba(27, 32, 41, 0.05);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transition: opacity 0.2s ease-out;
}

/* line 85, app/assets/stylesheets/modules/_collections.scss */
.collection-summary__link picture {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 91, app/assets/stylesheets/modules/_collections.scss */
.collection-summary__link picture img {
  max-width: 1000em;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 64.0625em) {
  /* line 64, app/assets/stylesheets/modules/_collections.scss */
  .collection-summary__link {
    margin-bottom: 0;
  }
}

/* line 103, app/assets/stylesheets/modules/_collections.scss */
.collections-summary__header {
  color: #fff;
  font-size: 1em;
  margin: 0;
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  z-index: 1;
}

@media only screen and (min-width: 40.0625em) {
  /* line 103, app/assets/stylesheets/modules/_collections.scss */
  .collections-summary__header {
    font-size: 2em;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 103, app/assets/stylesheets/modules/_collections.scss */
  .collections-summary__header {
    width: 60%;
  }
}

/* line 121, app/assets/stylesheets/modules/_collections.scss */
.collection-summary__link:hover:after {
  opacity: 0.6;
}

/* line 124, app/assets/stylesheets/modules/_collections.scss */
.collection-summary__link:hover .collections-summary__header {
  opacity: 0.85;
}

/* line 129, app/assets/stylesheets/modules/_collections.scss */
.collections-summary__touts {
  display: none;
}

@media only screen and (min-width: 64.0625em) {
  /* line 129, app/assets/stylesheets/modules/_collections.scss */
  .collections-summary__touts {
    display: block;
  }
}

/* line 1, app/assets/stylesheets/modules/_collections-preview.scss */
.collection-preview {
  padding-bottom: 2em;
}

/* line 4, app/assets/stylesheets/modules/_collections-preview.scss */
.collection-preview__lead-tout {
  border-bottom: 1px solid #d5e0e8;
  padding-bottom: 10px;
  padding-bottom: 0;
}

/* line 1, app/assets/stylesheets/modules/_regular-authors.scss */
.regular-author {
  background-color: transparent;
  border: 1px solid #d5e0e8;
  border-radius: 4px;
  padding: 1em 1.5em 1em 1.5em;
  margin: 2em 0;
  text-align: left;
  display: block;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  font-weight: normal;
  padding: .35em .57em .5em;
  margin-top: .15em;
  margin-bottom: 1em;
  color: #84919c;
}

/* line 16, app/assets/stylesheets/patterns/_button.scss */
.regular-author img {
  position: relative;
  right: 0;
  top: 0.15em;
  float: right;
}

@media only screen and (min-width: 40.0625em) {
  /* line 1, app/assets/stylesheets/modules/_regular-authors.scss */
  .regular-author {
    display: inline-block;
    width: auto;
    text-align: center;
  }
  /* line 28, app/assets/stylesheets/patterns/_button.scss */
  .regular-author span {
    float: none;
  }
  /* line 32, app/assets/stylesheets/patterns/_button.scss */
  .regular-author img {
    position: relative;
    left: 0.75em;
  }
}

/* line 1, app/assets/stylesheets/modules/_videos.scss */
.videos-home {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 6, app/assets/stylesheets/modules/_videos.scss */
.videos-section {
  margin-bottom: 2em;
  margin-top: 2em;
}

/* line 11, app/assets/stylesheets/modules/_videos.scss */
.video-placeholder {
  position: relative;
  padding-top: 56.25%;
  margin: 2em 0;
}

/* line 27, node_modules/css-patterns/stylesheets/patterns/_fluid_media_wrapper.scss */
.video-placeholder embed,
.video-placeholder iframe,
.video-placeholder object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 16, app/assets/stylesheets/modules/_videos.scss */
.jwplayer,
.jwplayer-wrapper > div:first-child {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

/* line 14, app/assets/stylesheets/modules/_session-explorer.scss */
#react-event-explorer-target {
  margin-top: 16px;
}

/* line 16, app/assets/stylesheets/modules/_session-explorer.scss */
#react-event-explorer-target center {
  padding: 2em;
}

/* line 21, app/assets/stylesheets/modules/_session-explorer.scss */
.session-explorer-wrapper {
  background: #1b2029;
  position: relative;
  margin-top: -2em;
}

/* line 26, app/assets/stylesheets/modules/_session-explorer.scss */
.session-explorer-section {
  margin-bottom: 2.1875em;
}

/* line 30, app/assets/stylesheets/modules/_session-explorer.scss */
.session-explorer {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

/* line 36, app/assets/stylesheets/modules/_session-explorer.scss */
.docked-video-info {
  display: none;
}

/* line 40, app/assets/stylesheets/modules/_session-explorer.scss */
.player-wrapper .video,
.dockable--docked {
  will-change: transform;
}

/* line 45, app/assets/stylesheets/modules/_session-explorer.scss */
.player-wrapper {
  width: 100%;
  position: relative;
  position: relative;
  padding-top: 56.25%;
}

/* line 27, node_modules/css-patterns/stylesheets/patterns/_fluid_media_wrapper.scss */
.player-wrapper embed,
.player-wrapper iframe,
.player-wrapper object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 49, app/assets/stylesheets/modules/_session-explorer.scss */
.player-wrapper .video,
.player-wrapper .session-slate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 55, app/assets/stylesheets/modules/_session-explorer.scss */
.session-slate__message {
  position: absolute;
  color: #fff;
  top: 20%;
  left: 20%;
  font-weight: 300;
}

@media only screen and (min-width: 880px) {
  /* line 55, app/assets/stylesheets/modules/_session-explorer.scss */
  .session-slate__message {
    font-size: 2em;
  }
}

/* line 64, app/assets/stylesheets/modules/_session-explorer.scss */
.dockable--docked .session-slate__message {
  font-size: 0.75em;
  left: 50px;
}

/* line 71, app/assets/stylesheets/modules/_session-explorer.scss */
.session-pane.session-pane--hide-on-small-screens {
  display: none;
}

/* line 77, app/assets/stylesheets/modules/_session-explorer.scss */
.session-header-wrapper--small-screens {
  display: block;
  background: #efeff0 linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 50%, #efeff0);
  width: 100%;
  border-top: 1px solid #d1d6df;
  border-bottom: 1px solid #d1d6df;
}

/* line 85, app/assets/stylesheets/modules/_session-explorer.scss */
.session-header-wrapper--large-screens {
  display: none;
  background-image: linear-gradient(to bottom, #fff 0%, #efeff0 99%, #d1d6df 100%);
  background-size: 100% 120px;
  background-repeat: no-repeat;
  background-position: 0 -5px;
  border-bottom: none;
}

/* line 99, app/assets/stylesheets/modules/_session-explorer.scss */
.session-header-wrapper--large-screens .session-header__info {
  height: 115px;
}

/* line 105, app/assets/stylesheets/modules/_session-explorer.scss */
.session-header__info {
  width: 100%;
  padding: 0.9375em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 113, app/assets/stylesheets/modules/_session-explorer.scss */
.session-header__live-indicator,
.session-header__started-at,
.session-header__audio-chooser {
  margin-right: 11px;
}

/* line 118, app/assets/stylesheets/modules/_session-explorer.scss */
.session-header__audio-chooser {
  display: inline-block;
}

/* line 122, app/assets/stylesheets/modules/_session-explorer.scss */
.started-at__label {
  font-weight: 600;
}

/* line 126, app/assets/stylesheets/modules/_session-explorer.scss */
.audio-chooser__label {
  font-weight: 600;
  margin-right: 5px;
}

/* line 131, app/assets/stylesheets/modules/_session-explorer.scss */
.audio-chooser__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  background: url(/assets/select-box-arrow--grey-7ed4f2b5a90f52169dbcd168cd8c1d4430fb915937835eeabb9a33eefe24bd33.svg) no-repeat;
  background-size: 0.75em;
  background-position: right 0 top 0.375em;
  border-bottom: 2px solid #8c8f94;
  color: #8c8f94;
  border-radius: 0;
  padding: 3px 0.875em 3px 0;
  box-shadow: none;
  overflow: auto;
  cursor: pointer;
  line-height: 1.2;
}

/* line 148, app/assets/stylesheets/modules/_session-explorer.scss */
.session-header__title {
  font-size: 1.625em;
  margin-bottom: 0.3125em;
}

/* line 153, app/assets/stylesheets/modules/_session-explorer.scss */
.buttons-wrapper {
  width: 100%;
  background: #fff;
}

/* line 158, app/assets/stylesheets/modules/_session-explorer.scss */
.actions-list--positioned-for-large-screens,
.actions-list--hide-actions-on-small-screens {
  display: none;
}

/* line 163, app/assets/stylesheets/modules/_session-explorer.scss */
.controls-list {
  padding: 0;
  list-style-type: none;
  margin: 0;
  background: #efeff0 linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 50%, #efeff0);
  width: 100%;
  height: 90px;
}

/* line 170, app/assets/stylesheets/modules/_session-explorer.scss */
.controls-list__item {
  display: inline-block;
  width: 25%;
  height: 100%;
  border-top: 1px solid #d1d6df;
  border-right: 1px solid #d1d6df;
}

/* line 176, app/assets/stylesheets/modules/_session-explorer.scss */
.controls-list__item:last-child {
  border-right: none;
}

/* line 181, app/assets/stylesheets/modules/_session-explorer.scss */
.control {
  display: table;
  width: 100%;
  height: 100%;
  color: black;
  text-align: center;
}

/* line 189, app/assets/stylesheets/modules/_session-explorer.scss */
.control__label {
  height: 90px;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  transition: background-color 0.2s ease-in-out;
}

/* line 195, app/assets/stylesheets/modules/_session-explorer.scss */
.control__label > * {
  display: block;
}

/* line 198, app/assets/stylesheets/modules/_session-explorer.scss */
.control--active .control__label .label, .control--active .control__label .icon, .control__label:hover .label, .control__label:hover .icon {
  color: #0065f2;
}

/* line 204, app/assets/stylesheets/modules/_session-explorer.scss */
.control__label:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 209, app/assets/stylesheets/modules/_session-explorer.scss */
.icon {
  color: #a8afbe;
  transition: color 0.2s ease-in-out;
}

/* line 214, app/assets/stylesheets/modules/_session-explorer.scss */
.label {
  font-size: 0.875em;
  font-weight: 600;
  color: #949bac;
  margin-top: 0.4375em;
  transition: color 0.2s ease-in-out;
}

@media only screen and (max-width: 879px) {
  /* line 223, app/assets/stylesheets/modules/_session-explorer.scss */
  .control--active {
    position: relative;
  }
  /* line 225, app/assets/stylesheets/modules/_session-explorer.scss */
  .control--active::before {
    z-index: 100;
    display: block;
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -8px;
    height: 0;
    width: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #efeff0;
  }
}

@media only screen and (min-width: 880px) {
  /* line 239, app/assets/stylesheets/modules/_session-explorer.scss */
  .control--active {
    position: relative;
  }
  /* line 241, app/assets/stylesheets/modules/_session-explorer.scss */
  .control--active::before {
    z-index: 100;
    display: block;
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -8px;
    height: 0;
    width: 0;
    border-bottom: 8px solid #f6f6f6;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
  }
}

/* line 254, app/assets/stylesheets/modules/_session-explorer.scss */
.actions-list {
  padding: 0;
  list-style-type: none;
  margin: 0;
  background-color: white;
  width: 100%;
  border-top: 1px solid #d1d6df;
  padding: 0.9375em;
}

/* line 262, app/assets/stylesheets/modules/_session-explorer.scss */
.actions-list__item {
  display: inline-block;
  vertical-align: middle;
}

/* line 267, app/assets/stylesheets/modules/_session-explorer.scss */
.actions-list__item--share {
  display: none;
  padding-right: 0.625em;
}

/* line 272, app/assets/stylesheets/modules/_session-explorer.scss */
.social-share--link,
.social-share--download,
.social-share--embed {
  background-color: #454e55;
}

/* line 277, app/assets/stylesheets/modules/_session-explorer.scss */
.social-share--link svg,
.social-share--download svg,
.social-share--embed svg {
  display: block;
  position: relative;
  margin: 0 auto;
  height: 40px;
}

/* line 283, app/assets/stylesheets/modules/_session-explorer.scss */
.social-share--link:hover,
.social-share--download:hover,
.social-share--embed:hover {
  background-color: #5b6270;
}

/* line 288, app/assets/stylesheets/modules/_session-explorer.scss */
.session-download {
  padding: 1.375em;
  background-color: white;
}

/* line 293, app/assets/stylesheets/modules/_session-explorer.scss */
.session-download__title {
  margin-bottom: 1.5em;
}

/* line 297, app/assets/stylesheets/modules/_session-explorer.scss */
.session-download__form {
  margin-bottom: 3.4375em;
}

/* line 301, app/assets/stylesheets/modules/_session-explorer.scss */
.session-download__label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.75em;
}

/* line 307, app/assets/stylesheets/modules/_session-explorer.scss */
.session-download__language-select {
  background: url(/assets/select-box-arrow-62c9349723d11b572d44a224e7f63904a431ee04bf5cacb760367b42ea81bc17.svg) no-repeat #d1d6df;
  background-position: right 0.9375em top 0.9375em;
  border-radius: 0.375em;
  font-size: 1em;
  height: 51px;
  width: 247px;
  border: none;
  cursor: pointer;
  box-shadow: none;
  padding: 0.625em 1em;
  padding-right: 2.125em;
  margin-bottom: 1.1875em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
}

/* line 324, app/assets/stylesheets/modules/_session-explorer.scss */
.session-download__submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #0065f2;
  border: 1px solid none;
  border-radius: 4px;
  padding: 1em 1.5em 1em 1.5em;
  margin: 2em 0;
  text-align: left;
  display: block;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  border: none;
  border-radius: 6px;
  margin: 0;
  color: white;
  font-size: 1.125em;
  width: 171px;
}

/* line 16, app/assets/stylesheets/patterns/_button.scss */
.session-download__submit img {
  position: relative;
  right: 0;
  top: 0.15em;
  float: right;
}

@media only screen and (min-width: 40.0625em) {
  /* line 324, app/assets/stylesheets/modules/_session-explorer.scss */
  .session-download__submit {
    display: inline-block;
    width: auto;
    text-align: center;
  }
  /* line 28, app/assets/stylesheets/patterns/_button.scss */
  .session-download__submit span {
    float: none;
  }
  /* line 32, app/assets/stylesheets/patterns/_button.scss */
  .session-download__submit img {
    position: relative;
    left: 0.75em;
  }
}

/* line 335, app/assets/stylesheets/modules/_session-explorer.scss */
.session-download__tip {
  color: #61656c;
  font-size: 0.875em;
}

/* line 340, app/assets/stylesheets/modules/_session-explorer.scss */
.session-header-group {
  flex: 1;
}

@media only screen and (min-width: 64.0625em) {
  /* line 340, app/assets/stylesheets/modules/_session-explorer.scss */
  .session-header-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
}

/* line 351, app/assets/stylesheets/modules/_session-explorer.scss */
.session-player {
  background: #454e55 url(/assets/logo--opaque-white-3861250bc1a8f4b139bf714431ae1ed10a8ce93c00c56acdb0f767bd6b482192.svg) no-repeat center;
}

@media only screen and (min-width: 880px) {
  /* line 356, app/assets/stylesheets/modules/_session-explorer.scss */
  .session-player {
    max-width: 1280px;
    margin-right: 310px;
  }
  /* line 362, app/assets/stylesheets/modules/_session-explorer.scss */
  .session-explorer-wrapper--center-video-on-large-screens .session-player {
    margin-right: auto;
    margin-left: auto;
  }
  /* line 367, app/assets/stylesheets/modules/_session-explorer.scss */
  .session-explorer {
    max-width: 1350px;
    margin: auto;
    padding: 0 15px;
  }
  /* line 374, app/assets/stylesheets/modules/_session-explorer.scss */
  .session-header-wrapper--small-screens {
    display: none;
  }
  /* line 377, app/assets/stylesheets/modules/_session-explorer.scss */
  .session-header-wrapper--large-screens {
    display: block;
  }
  /* line 382, app/assets/stylesheets/modules/_session-explorer.scss */
  .session-header {
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
  }
  /* line 390, app/assets/stylesheets/modules/_session-explorer.scss */
  .session-header__info {
    width: 100%;
    padding: 0.9375em 0;
  }
  /* line 395, app/assets/stylesheets/modules/_session-explorer.scss */
  .control {
    border-top: none;
  }
  /* line 399, app/assets/stylesheets/modules/_session-explorer.scss */
  .action--share {
    display: inline-block;
  }
  /* line 403, app/assets/stylesheets/modules/_session-explorer.scss */
  .session-header__info {
    flex: 1;
    padding-top: 0.9375em;
    padding-bottom: 0.9375em;
    min-width: 61%;
  }
  /* line 417, app/assets/stylesheets/modules/_session-explorer.scss */
  .buttons-wrapper {
    flex: 0;
  }
  /* line 421, app/assets/stylesheets/modules/_session-explorer.scss */
  .actions-list--positioned-for-small-screens {
    display: none;
  }
  /* line 424, app/assets/stylesheets/modules/_session-explorer.scss */
  .actions-list--positioned-for-large-screens {
    display: block;
  }
  /* line 428, app/assets/stylesheets/modules/_session-explorer.scss */
  .controls-list {
    display: flex;
    justify-content: center;
    height: 115px;
    list-style: none;
    margin: 0;
    padding: 0;
    border-left: 1px solid #d1d6df;
    border-right: 1px solid #d1d6df;
    border-bottom: 1px solid #d1d6df;
  }
  /* line 441, app/assets/stylesheets/modules/_session-explorer.scss */
  .controls-list__item {
    border-top: none;
    width: 100px;
    height: 100%;
  }
  /* line 447, app/assets/stylesheets/modules/_session-explorer.scss */
  .controls-list__item--share {
    display: none;
  }
  /* line 451, app/assets/stylesheets/modules/_session-explorer.scss */
  .session-header__actions-wrapper {
    flex: 0;
    padding-right: 15px;
    height: 42px;
    margin: 1em 0;
  }
  /* line 463, app/assets/stylesheets/modules/_session-explorer.scss */
  .actions-list {
    white-space: nowrap;
    border-top: none;
    padding: 0;
    background: none;
  }
  /* line 470, app/assets/stylesheets/modules/_session-explorer.scss */
  .actions-list__item {
    display: inline-block;
  }
  /* line 474, app/assets/stylesheets/modules/_session-explorer.scss */
  .session-pane {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 330px;
  }
  /* line 480, app/assets/stylesheets/modules/_session-explorer.scss */
  .session-pane.session-pane--hide-on-small-screens {
    display: block;
  }
  /* line 485, app/assets/stylesheets/modules/_session-explorer.scss */
  .session-explorer-wrapper--dock-video {
    z-index: 2;
  }
  /* line 489, app/assets/stylesheets/modules/_session-explorer.scss */
  .session-explorer-wrapper--dock-video .dockable {
    position: fixed;
    display: block;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #1b2029;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
  }
  /* line 499, app/assets/stylesheets/modules/_session-explorer.scss */
  .session-explorer-wrapper--dock-video .dockable .video,
.session-explorer-wrapper--dock-video .dockable .session-slate {
    position: relative;
    float: left;
    width: 244px;
    height: 136px;
    margin-right: 0.9375em;
  }
  /* line 510, app/assets/stylesheets/modules/_session-explorer.scss */
  .docked-video__dimiss {
    position: absolute;
    top: 0.625em;
    right: 1em;
    color: #fff;
    cursor: pointer;
  }
  /* line 518, app/assets/stylesheets/modules/_session-explorer.scss */
  .docked-video-info {
    display: block;
    color: #ffffff;
  }
  /* line 523, app/assets/stylesheets/modules/_session-explorer.scss */
  .docked-video-info__title {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.77;
    letter-spacing: -0.4px;
    margin-top: 0.625em;
    margin: 0;
    padding-right: 2em;
  }
  /* line 533, app/assets/stylesheets/modules/_session-explorer.scss */
  .docked-video-info__live-indicator {
    margin-right: 0.9375em;
  }
  /* line 537, app/assets/stylesheets/modules/_session-explorer.scss */
  .docked-video-info__started_at {
    color: #8c8f94;
    font-size: 0.875em;
    line-height: 1.43;
  }
}

/* line 544, app/assets/stylesheets/modules/_session-explorer.scss */
.session-summary {
  font-size: 0.8125em;
  line-height: 1.43;
}

/* line 548, app/assets/stylesheets/modules/_session-explorer.scss */
.session-summary p {
  line-height: 1.43;
}

/* line 553, app/assets/stylesheets/modules/_session-explorer.scss */
.live-indicator {
  background-color: #dc3e37;
  border-radius: 2px;
  color: white;
  display: inline-block;
  font-size: 0.83em;
  font-weight: bold;
  left: 6px;
  padding: 0.3em 0.5em;
  position: absolute;
  top: 42px;
}

/* line 564, app/assets/stylesheets/modules/_session-explorer.scss */
.live-indicator:before {
  content: "●";
  margin-right: 0.2em;
  margin-left: -0.2em;
  -webkit-animation: pulse 1s infinite;
  -moz-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
}

/* line 574, app/assets/stylesheets/modules/_session-explorer.scss */
.react-live-indicator {
  position: relative;
  color: white;
  display: inline-block;
  width: 8px;
  height: 8px;
  padding: 0;
}

/* line 581, app/assets/stylesheets/modules/_session-explorer.scss */
.react-live-indicator:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: white;
  -webkit-animation: pulse 1s infinite;
  -moz-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
}

/* line 596, app/assets/stylesheets/modules/_session-explorer.scss */
.is-active .live-indicator {
  left: 11px;
  top: 51px;
}

/* line 601, app/assets/stylesheets/modules/_session-explorer.scss */
.live-indicator.docked-video-info__live-indicator {
  left: 0;
  position: relative;
  top: 0;
}

/* line 607, app/assets/stylesheets/modules/_session-explorer.scss */
.link-share__title {
  margin-bottom: 1.25em;
}

/* line 611, app/assets/stylesheets/modules/_session-explorer.scss */
.link-share-fields {
  max-width: 530px;
  margin-bottom: 0.9375em;
}

/* line 616, app/assets/stylesheets/modules/_session-explorer.scss */
.link-share__label {
  display: block;
  margin-bottom: 0.9375em;
  font-weight: 600;
}

/* line 622, app/assets/stylesheets/modules/_session-explorer.scss */
.link-share__input-wrapper {
  overflow: hidden;
}

/* line 626, app/assets/stylesheets/modules/_session-explorer.scss */
.link-share__input {
  height: 50px;
  width: 100%;
  margin: 0;
  padding: 0.9375em 0 1.1875em 0.9375em;
  background-color: #ffffff;
  border: 1px solid #d1d6df;
  box-shadow: none;
  border-radius: 6px 0 0 6px;
}

/* line 637, app/assets/stylesheets/modules/_session-explorer.scss */
.link-share__button {
  float: right;
  height: 50px;
  font-size: 1.125em;
  padding-right: 1.5em;
  padding-left: 1.5em;
  background-color: #0065f2;
  color: #ffffff;
  border: none;
  border-radius: 0 6px 6px 0;
}

/* line 1, app/assets/stylesheets/modules/_session-panes.scss */
.session-pane {
  background: #1b2029;
  overflow: hidden;
}

/* line 8, app/assets/stylesheets/modules/_session-panes.scss */
.session-pane__search-content-container,
.session-pane__content {
  position: absolute;
  bottom: 0;
  top: 0;
  width: 100%;
}

/* line 16, app/assets/stylesheets/modules/_session-panes.scss */
.session-pane__content {
  color: white;
  transition: transform 100ms linear;
  will-change: transform;
}

/* line 20, app/assets/stylesheets/modules/_session-panes.scss */
.session-pane__content.is-scrolled {
  transform: translateY(-40px);
}

/* line 24, app/assets/stylesheets/modules/_session-panes.scss */
.session-pane__search-content-container {
  margin-top: 2.5em;
}

/* line 28, app/assets/stylesheets/modules/_session-panes.scss */
.session-pane__scrollable-content {
  padding: 0.3125em 10px 0.3125em 1.5625em;
  position: absolute;
  width: 100%;
  top: 3.125em;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

/* line 43, app/assets/stylesheets/modules/_session-panes.scss */
.session-search + .session-pane__scrollable-content {
  margin-top: 20px;
}

/* line 46, app/assets/stylesheets/modules/_session-panes.scss */
.session-pane__content--sessions .session-pane__scrollable-content {
  bottom: -40px;
}

/* line 51, app/assets/stylesheets/modules/_session-panes.scss */
.session-pane-tabs__tabs {
  padding: 0;
  list-style-type: none;
  margin: 0;
  display: inline;
  border-bottom: 1px solid #60656c;
  display: block;
  margin-bottom: 0.9375em;
}

/* line 58, app/assets/stylesheets/modules/_session-panes.scss */
.session-pane-tabs__tab {
  display: inline-block;
  margin-right: 20px;
}

/* line 8, app/assets/stylesheets/patterns/_tab.scss */
.session-pane-tabs__tab a {
  display: inline-block;
  text-decoration: none;
}

/* line 61, app/assets/stylesheets/modules/_session-panes.scss */
.session-pane-tabs__tab a {
  padding-bottom: 0.25em;
  font-weight: 600;
  font-size: 1em;
  color: #8c8f94;
  border-bottom: 2px solid none;
  border-color: #60656c;
}

/* line 68, app/assets/stylesheets/modules/_session-panes.scss */
.session-pane-tabs__tab a.is-active {
  border-bottom: 2px solid #FFFFFF;
  color: #FFFFFF;
}

/* line 75, app/assets/stylesheets/modules/_session-panes.scss */
.session-pane__title,
.session-pane__subtitle {
  color: white;
  font-size: 1em;
  line-height: 1.5em;
  border-bottom: 1px solid #60656c;
}

/* line 81, app/assets/stylesheets/modules/_session-panes.scss */
.session-pane__title span,
.session-pane__subtitle span {
  display: inline-block;
  padding-bottom: 0.3125em;
  line-height: 1.5em;
  font-weight: bold;
  border-bottom: 2px solid #FFFFFF;
}

/* line 89, app/assets/stylesheets/modules/_session-panes.scss */
.session-pane__title {
  margin: 0.9375em 1.5625em;
}

/* line 93, app/assets/stylesheets/modules/_session-panes.scss */
.session-pane__subtitle {
  color: #8c8f94;
  margin-bottom: 0.9375em;
}

/* line 96, app/assets/stylesheets/modules/_session-panes.scss */
.session-pane__subtitle span {
  border-bottom: 2px solid #60656c;
}

@media only screen and (max-width: 879px) {
  /* line 103, app/assets/stylesheets/modules/_session-panes.scss */
  .session-pane {
    height: 400px;
    position: relative;
  }
}

/* line 109, app/assets/stylesheets/modules/_session-panes.scss */
.session-search {
  width: 100%;
  padding: 0.9375em 1.5625em;
  margin-bottom: 0.9375em;
}

/* line 115, app/assets/stylesheets/modules/_session-panes.scss */
.session-search__button {
  position: relative;
  float: right;
  height: 44px;
  width: 44px;
  background: url(/assets/search--light-2af874415a990fec033143ab0f0bdd17066d21e661f4d8430e115b6a50e79361.svg) no-repeat center center;
  background-size: 17px 17px;
  border: 1px solid #8c8f94;
  border-radius: 0 4px 4px 0;
  border-left: none;
}

/* line 127, app/assets/stylesheets/modules/_session-panes.scss */
.session-search__input-wrapper {
  overflow: hidden;
}

/* line 131, app/assets/stylesheets/modules/_session-panes.scss */
.session-search__input {
  height: 44px;
  width: 100%;
  background: none;
  padding: 10px 0 10px 10px;
  border: 1px solid #8c8f94;
  color: #8c8f94;
  box-shadow: none;
  border-radius: 4px 0 0 4px;
  border-right: none;
}

/* line 143, app/assets/stylesheets/modules/_session-panes.scss */
.no-search-results {
  color: #84919C;
}

/* line 147, app/assets/stylesheets/modules/_session-panes.scss */
.speakers-list, .sessions-list {
  margin: 0;
  padding: 0;
}

/* line 152, app/assets/stylesheets/modules/_session-panes.scss */
.speakers-list__item {
  color: #FFFFFF;
  border-bottom: none;
  list-style: none;
  margin: 0 0 0.625em 0;
  padding: 0;
  cursor: pointer;
  background-color: #2d323c;
}

/* line 160, app/assets/stylesheets/modules/_session-panes.scss */
.speakers-list__item .tout__details {
  margin-right: 1em;
  margin-top: 0.4em;
}

/* line 164, app/assets/stylesheets/modules/_session-panes.scss */
.speakers-list__item .tout__title {
  font-size: 1.125em;
  margin-bottom: 0.3em;
}

/* line 168, app/assets/stylesheets/modules/_session-panes.scss */
.speakers-list__item .tout__meta {
  color: #e7e7e7;
  font-size: 0.6875em;
  padding-bottom: .5em;
}

/* line 173, app/assets/stylesheets/modules/_session-panes.scss */
.speakers-list__item .tout__bio {
  clear: both;
  margin: 0 1em;
  padding: .25em 0 0;
}

/* line 178, app/assets/stylesheets/modules/_session-panes.scss */
.speakers-list__item .tout__bio p {
  font-size: 0.8125em;
  line-height: 1.3;
}

/* line 183, app/assets/stylesheets/modules/_session-panes.scss */
.speakers-list__item:last-child {
  margin-bottom: 0;
}

/* line 188, app/assets/stylesheets/modules/_session-panes.scss */
.sessions-list__item {
  list-style: none;
  cursor: pointer;
  border-bottom: none;
  margin: 0 0 0.9375em 0;
  padding: 0;
  position: relative;
  color: #c2c7cf;
}

/* line 197, app/assets/stylesheets/modules/_session-panes.scss */
.sessions-list__item .placeholder {
  border-color: pink;
  background-color: #333948;
  overflow: hidden;
}

/* line 202, app/assets/stylesheets/modules/_session-panes.scss */
.sessions-list__item .placeholder, .sessions-list__item .image {
  display: block;
  width: 105px;
  height: 58px;
  background-size: cover;
}

/* line 209, app/assets/stylesheets/modules/_session-panes.scss */
.sessions-list__item .session-start-time,
.sessions-list__item .session-info {
  font-size: 0.8125em;
}

/* line 214, app/assets/stylesheets/modules/_session-panes.scss */
.sessions-list__item:hover .session-start-time,
.sessions-list__item:hover .session-info {
  color: #84919C;
}

/* line 219, app/assets/stylesheets/modules/_session-panes.scss */
.sessions-list__item.is-active {
  background-color: #005c9c;
  color: #fff;
  padding: 5px;
  margin-left: -5px;
  margin-right: -5px;
}

/* line 225, app/assets/stylesheets/modules/_session-panes.scss */
.sessions-list__item.is-active .tout__title,
.sessions-list__item.is-active .session-start-time,
.sessions-list__item.is-active .session-info {
  color: #fff;
}

/* line 1, app/assets/stylesheets/modules/_shared-futures.scss */
.shared-futures-header {
  background-color: #4e5f5e;
  position: relative;
  padding-top: 1em;
  overflow: hidden;
}

/* line 7, app/assets/stylesheets/modules/_shared-futures.scss */
.shared-futures-header video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 16, app/assets/stylesheets/modules/_shared-futures.scss */
.shared-futures-header img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

/* line 26, app/assets/stylesheets/modules/_shared-futures.scss */
.shared-futures-header .row, .shared-futures-header .article-story .article__lead-image .st__content-block.st__content-block--image figcaption, .article-story .article__lead-image .st__content-block.st__content-block--image .shared-futures-header figcaption {
  position: relative;
}

/* line 30, app/assets/stylesheets/modules/_shared-futures.scss */
.shared-futures-header--globalization4 {
  background: url(/assets/submissions/hero-92f4bb2aacc40165de61ac77344a2b13783404f642a58af9797bf80bf7ee7eac.png) cover center;
}

/* line 5, app/assets/stylesheets/base/_mixins.scss */
html.webp .shared-futures-header--globalization4 {
  background-image: url(/assets/submissions/hero-1707d3abf088824d5fb77469c21cd86d40a8a6042a2a71e9c508d5f3bc5bb87e.webp);
}

/* line 32, app/assets/stylesheets/modules/_shared-futures.scss */
.shared-futures-header--globalization4 video {
  display: none;
}

@media only screen and (min-width: 40.0625em) {
  /* line 30, app/assets/stylesheets/modules/_shared-futures.scss */
  .shared-futures-header--globalization4 {
    background-image: linear-gradient(to right, #6668f6 25%, #5ce481 75%);
  }
  /* line 39, app/assets/stylesheets/modules/_shared-futures.scss */
  .shared-futures-header--globalization4 video {
    display: block;
  }
}

/* line 45, app/assets/stylesheets/modules/_shared-futures.scss */
.shared-futures-header--sustainableworld {
  padding-top: 0 !important;
}

/* line 48, app/assets/stylesheets/modules/_shared-futures.scss */
.shared-futures-header--sustainableworld .row, .shared-futures-header--sustainableworld .article-story .article__lead-image .st__content-block.st__content-block--image figcaption, .article-story .article__lead-image .st__content-block.st__content-block--image .shared-futures-header--sustainableworld figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 56, app/assets/stylesheets/modules/_shared-futures.scss */
.shared-futures-header--sustainableworld img {
  position: static;
}

@media (max-width: 1124px) {
  /* line 60, app/assets/stylesheets/modules/_shared-futures.scss */
  .shared-futures-header--sustainableworld .shared-futures-page-title {
    padding-left: 5vw;
    margin-bottom: 1.58vw;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 1, app/assets/stylesheets/modules/_shared-futures.scss */
  .shared-futures-header {
    margin-bottom: 2rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 1, app/assets/stylesheets/modules/_shared-futures.scss */
  .shared-futures-header {
    margin-bottom: 5rem;
    padding-top: 8em;
  }
}

@media only screen and (min-width: 1440px) {
  /* line 78, app/assets/stylesheets/modules/_shared-futures.scss */
  .shared-futures-header video {
    object-fit: contain;
  }
}

/* line 84, app/assets/stylesheets/modules/_shared-futures.scss */
.shared-futures-page-title {
  color: #fff;
  font-size: 1.375rem;
  font-weight: normal;
  line-height: 1.2;
  margin-top: 1.75rem;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 84, app/assets/stylesheets/modules/_shared-futures.scss */
  .shared-futures-page-title {
    font-size: 2.75rem;
    margin-top: 3.5rem;
    margin-bottom: 2rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 84, app/assets/stylesheets/modules/_shared-futures.scss */
  .shared-futures-page-title {
    font-size: 3.25rem;
    margin-top: 3.5rem;
    margin-bottom: 2rem;
  }
}

/* line 105, app/assets/stylesheets/modules/_shared-futures.scss */
.shared-futures-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 1.75rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 105, app/assets/stylesheets/modules/_shared-futures.scss */
  .shared-futures-title {
    font-size: 4rem;
    margin-top: 0;
  }
}

/* line 117, app/assets/stylesheets/modules/_shared-futures.scss */
.shared-futures-subtitle {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 2rem 0 1rem 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 117, app/assets/stylesheets/modules/_shared-futures.scss */
  .shared-futures-subtitle {
    font-size: 2.25rem;
    margin-top: 2rem;
  }
}

/* line 129, app/assets/stylesheets/modules/_shared-futures.scss */
.shared-futures-description {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
  margin: 2rem 0 1rem 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 129, app/assets/stylesheets/modules/_shared-futures.scss */
  .shared-futures-description {
    font-size: 1.375rem;
    margin: 0 0 2rem 0;
  }
}

/* line 141, app/assets/stylesheets/modules/_shared-futures.scss */
.shared-futures-description__play {
  display: flex;
}

/* line 144, app/assets/stylesheets/modules/_shared-futures.scss */
.shared-futures-description__play img {
  margin-right: 1rem;
  width: 40px;
}

@media only screen and (min-width: 40.0625em) {
  /* line 141, app/assets/stylesheets/modules/_shared-futures.scss */
  .shared-futures-description__play {
    align-items: center;
  }
  /* line 152, app/assets/stylesheets/modules/_shared-futures.scss */
  .shared-futures-description__play img {
    margin-right: 1.75rem;
    width: auto;
  }
}

/* line 159, app/assets/stylesheets/modules/_shared-futures.scss */
.shared-futures-text {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
  margin: 1rem 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 159, app/assets/stylesheets/modules/_shared-futures.scss */
  .shared-futures-text {
    font-size: 1.125rem;
    margin: 1rem 0 2rem 0;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 171, app/assets/stylesheets/modules/_shared-futures.scss */
  .shared-futures-section {
    margin-bottom: 1rem;
  }
}

/* line 177, app/assets/stylesheets/modules/_shared-futures.scss */
.shared-futures-join {
  background: #0065f2;
  color: #fff;
  padding: 2rem 0 2rem 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 177, app/assets/stylesheets/modules/_shared-futures.scss */
  .shared-futures-join {
    padding: 3rem 0 3rem 0;
  }
}

/* line 187, app/assets/stylesheets/modules/_shared-futures.scss */
.shared-futures-join__title {
  font-size: 2rem;
  font-weight: 600;
  margin: 0 0 1rem 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 187, app/assets/stylesheets/modules/_shared-futures.scss */
  .shared-futures-join__title {
    font-size: 2.75rem;
    margin: 0 0 1.5rem 0;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 187, app/assets/stylesheets/modules/_shared-futures.scss */
  .shared-futures-join__title {
    font-size: 4rem;
    margin: 0 0 2rem 0;
  }
}

/* line 203, app/assets/stylesheets/modules/_shared-futures.scss */
.shared-futures-join__description {
  font-size: 1.125rem;
  line-height: 1.4;
  margin: 1rem 0 2rem 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 203, app/assets/stylesheets/modules/_shared-futures.scss */
  .shared-futures-join__description {
    font-size: 1.375rem;
  }
}

/* line 213, app/assets/stylesheets/modules/_shared-futures.scss */
.shared-futures-join__button {
  background: #ffffff;
  border: 1px solid #cad6e0;
  border-radius: 4px;
  color: #0065f2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  line-height: 3rem;
  min-width: 230px;
  text-align: center;
  transition: all 100ms;
}

/* line 227, app/assets/stylesheets/modules/_shared-futures.scss */
.shared-futures-join__button--bottom {
  margin-top: 2rem;
  width: 100%;
}

/* line 232, app/assets/stylesheets/modules/_shared-futures.scss */
.shared-futures-join__button svg {
  margin-left: 0.5rem;
}

/* line 235, app/assets/stylesheets/modules/_shared-futures.scss */
.shared-futures-join__button svg g {
  stroke: #0065f2;
}

/* line 240, app/assets/stylesheets/modules/_shared-futures.scss */
.shared-futures-join__button:hover {
  background-color: #0065f2;
  border: 1px solid #fff;
  color: white;
}

/* line 245, app/assets/stylesheets/modules/_shared-futures.scss */
.shared-futures-join__button:hover svg g {
  stroke: #fff;
}

/* line 250, app/assets/stylesheets/modules/_shared-futures.scss */
.shared-futures-join__button:active {
  background-color: #005ad9;
}

/* line 254, app/assets/stylesheets/modules/_shared-futures.scss */
.shared-futures-join__button--dark {
  background-color: #0065f2;
  border: 1px solid #fff;
  color: white;
}

/* line 259, app/assets/stylesheets/modules/_shared-futures.scss */
.shared-futures-join__button--dark svg g {
  stroke: #fff;
}

/* line 263, app/assets/stylesheets/modules/_shared-futures.scss */
.shared-futures-join__button--dark:hover {
  background-color: #005ad9;
}

@media only screen and (min-width: 40.0625em) {
  /* line 213, app/assets/stylesheets/modules/_shared-futures.scss */
  .shared-futures-join__button {
    width: auto;
  }
}

@media only screen and (min-width: 880px) {
  /* line 213, app/assets/stylesheets/modules/_shared-futures.scss */
  .shared-futures-join__button {
    min-width: 300px;
  }
}

/* line 277, app/assets/stylesheets/modules/_shared-futures.scss */
.shared-futures-next {
  margin: 2rem 0 3rem 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 277, app/assets/stylesheets/modules/_shared-futures.scss */
  .shared-futures-next {
    margin: 3rem 0 5rem 0;
  }
}

/* line 285, app/assets/stylesheets/modules/_shared-futures.scss */
.shared-futures-next__text {
  font-size: 1rem;
  line-height: 1.6;
  margin: 1rem 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 285, app/assets/stylesheets/modules/_shared-futures.scss */
  .shared-futures-next__text {
    margin: 2rem 0;
  }
}

/* line 296, app/assets/stylesheets/modules/_shared-futures.scss */
.shared-futures-components {
  margin-bottom: 3rem;
  counter-reset: section-counter;
}

@media only screen and (min-width: 40.0625em) {
  /* line 296, app/assets/stylesheets/modules/_shared-futures.scss */
  .shared-futures-components {
    margin-bottom: 8rem;
  }
}

/* line 305, app/assets/stylesheets/modules/_shared-futures.scss */
.shared-futures-component {
  margin: 1.5rem auto;
  max-width: 64rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 305, app/assets/stylesheets/modules/_shared-futures.scss */
  .shared-futures-component {
    margin: 0 auto 2.5rem auto;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 305, app/assets/stylesheets/modules/_shared-futures.scss */
  .shared-futures-component {
    margin: 0 auto 3.5rem auto;
  }
}

/* line 318, app/assets/stylesheets/modules/_shared-futures.scss */
.shared-futures-component__main {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}

/* line 323, app/assets/stylesheets/modules/_shared-futures.scss */
.shared-futures-component__main::before {
  counter-increment: section-counter;
  content: counter(section-counter);
  display: block;
  font-size: 44px;
  font-weight: 300;
  margin-bottom: 0.25rem;
  order: 1;
}

@media only screen and (min-width: 40.0625em) {
  /* line 318, app/assets/stylesheets/modules/_shared-futures.scss */
  .shared-futures-component__main {
    flex-direction: row;
  }
  /* line 336, app/assets/stylesheets/modules/_shared-futures.scss */
  .shared-futures-component__main::before {
    position: absolute;
    left: -4rem;
    position: absolute;
    top: 2rem;
    line-height: 1.125;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 346, app/assets/stylesheets/modules/_shared-futures.scss */
  .shared-futures-component__main--reverse {
    flex-direction: row-reverse;
  }
}

/* line 352, app/assets/stylesheets/modules/_shared-futures.scss */
.shared-futures-component__header {
  display: flex;
  flex-direction: column;
  padding-top: 1.25rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 352, app/assets/stylesheets/modules/_shared-futures.scss */
  .shared-futures-component__header {
    border-top: 3px solid #141414;
    padding-top: 2rem;
    width: 41.6666666667%;
  }
  /* line 361, app/assets/stylesheets/modules/_shared-futures.scss */
  .shared-futures-component__main .shared-futures-component__header {
    margin-left: 0;
  }
  /* line 364, app/assets/stylesheets/modules/_shared-futures.scss */
  .shared-futures-component__main--reverse .shared-futures-component__header {
    margin-left: 2.625rem;
  }
}

/* line 369, app/assets/stylesheets/modules/_shared-futures.scss */
.shared-futures-component__title {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 1.25rem 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 369, app/assets/stylesheets/modules/_shared-futures.scss */
  .shared-futures-component__title {
    font-size: 2rem;
    line-height: 1;
    margin: 0 0 2rem 0;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 369, app/assets/stylesheets/modules/_shared-futures.scss */
  .shared-futures-component__title {
    font-size: 2.75rem;
    line-height: 1;
    margin: 0 0 3rem 0;
  }
}

/* line 388, app/assets/stylesheets/modules/_shared-futures.scss */
.shared-futures-component__body {
  flex: 1;
  max-width: 42rem;
  line-height: 1.6;
  margin: 0 0 2rem 0;
}

/* line 396, app/assets/stylesheets/modules/_shared-futures.scss */
.shared-futures-component__content {
  border-top: 3px solid #141414;
  flex: 1;
  padding-top: 1rem;
  position: relative;
}

@media only screen and (min-width: 40.0625em) {
  /* line 396, app/assets/stylesheets/modules/_shared-futures.scss */
  .shared-futures-component__content {
    padding-top: 2rem;
  }
  /* line 405, app/assets/stylesheets/modules/_shared-futures.scss */
  .shared-futures-component__main .shared-futures-component__content {
    margin-left: 2.625rem;
  }
  /* line 408, app/assets/stylesheets/modules/_shared-futures.scss */
  .shared-futures-component__main--reverse .shared-futures-component__content {
    margin-left: 0;
  }
}

/* line 414, app/assets/stylesheets/modules/_shared-futures.scss */
.shared-futures__sample-video {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 40.0625em) {
  /* line 414, app/assets/stylesheets/modules/_shared-futures.scss */
  .shared-futures__sample-video {
    flex-direction: row;
  }
}

/* line 423, app/assets/stylesheets/modules/_shared-futures.scss */
.shared-futures__sample-video__link {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 423, app/assets/stylesheets/modules/_shared-futures.scss */
  .shared-futures__sample-video__link {
    width: 220px;
    margin-right: 3rem;
    margin-bottom: 0;
  }
}

/* line 432, app/assets/stylesheets/modules/_shared-futures.scss */
.shared-futures__sample-video__link .placeholder:after {
  background: url(/assets/video/play-icon--with-shadow-045bbf342d615c8b0f1abf8a4603c2ba6e10e7eef45c6a652806edf12d580a4d.svg) no-repeat;
  background-size: cover;
  content: "";
  height: 60px;
  left: calc(50% - 30px);
  position: absolute;
  top: calc(50% - 30px);
  width: 60px;
}

/* line 444, app/assets/stylesheets/modules/_shared-futures.scss */
.shared-futures__sample-video__text {
  font-size: 1.125rem;
  line-height: 1.4;
  margin: 0;
}

/* line 1, app/assets/stylesheets/modules/_submissions.scss */
.submission-form {
  margin-bottom: 4rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 1, app/assets/stylesheets/modules/_submissions.scss */
  .submission-form {
    margin-bottom: 8rem;
  }
}

/* line 9, app/assets/stylesheets/modules/_submissions.scss */
.submission-form__title {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.125;
  margin: 2rem 0 1.5rem 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 9, app/assets/stylesheets/modules/_submissions.scss */
  .submission-form__title {
    font-size: 2.25rem;
  }
}

/* line 20, app/assets/stylesheets/modules/_submissions.scss */
.submission-form__subtitle {
  font-size: 2rem;
  font-weight: 600;
  margin: 2rem 0 2.25rem 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 20, app/assets/stylesheets/modules/_submissions.scss */
  .submission-form__subtitle {
    font-size: 2.25rem;
    margin: 4rem 0 2.25rem 0;
  }
}

/* line 31, app/assets/stylesheets/modules/_submissions.scss */
.submission-form__text {
  font-size: 1.125rem;
  line-height: 1.4;
  margin: 1.5rem 0 3rem 0;
}

/* line 37, app/assets/stylesheets/modules/_submissions.scss */
.submission-form__button {
  background-color: #0065f2;
  border-radius: 4px;
  border: 1px solid #0065f2;
  color: white;
  float: left;
  font-weight: 600;
  min-width: 280px;
  padding: 0.65em 1em 0.85em;
  transition: all 0.15s ease-out;
  width: 100%;
}

/* line 49, app/assets/stylesheets/modules/_submissions.scss */
.submission-form__button:hover {
  background-color: #004d83;
}

@media only screen and (min-width: 40.0625em) {
  /* line 37, app/assets/stylesheets/modules/_submissions.scss */
  .submission-form__button {
    width: auto;
  }
}

/* line 58, app/assets/stylesheets/modules/_submissions.scss */
.submission-form textarea {
  border: 1px solid #9AA9B7;
  border-radius: 4px;
  padding: 1rem;
  width: 100%;
  max-width: 567px;
  min-height: 250px;
}

/* line 67, app/assets/stylesheets/modules/_submissions.scss */
.submission-form-radio {
  border: 1px solid #9AA9B7;
  border-radius: 4px;
  display: block;
  margin-bottom: 1rem;
  padding: 1.75rem;
  width: 100%;
  max-width: 567px;
}

/* line 76, app/assets/stylesheets/modules/_submissions.scss */
.submission-form-radio input {
  margin-right: 1rem;
}

/* line 81, app/assets/stylesheets/modules/_submissions.scss */
.submission-form-select {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 81, app/assets/stylesheets/modules/_submissions.scss */
  .submission-form-select {
    display: none;
  }
}

/* line 92, app/assets/stylesheets/modules/_submissions.scss */
.submission-form-select__option label {
  border: 2px solid #d4dce1;
  border-radius: 4px;
  color: #005c9c;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.75rem;
  padding: 0.75rem 1rem;
}

/* line 104, app/assets/stylesheets/modules/_submissions.scss */
.submission-form-select__option input:checked + label {
  background: #0065f2;
  border-color: #0065f2;
  color: #fff;
}

/* line 111, app/assets/stylesheets/modules/_submissions.scss */
.submission-form .input {
  margin-bottom: 2.125rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 111, app/assets/stylesheets/modules/_submissions.scss */
  .submission-form .input {
    margin-bottom: 3rem;
  }
}

/* line 118, app/assets/stylesheets/modules/_submissions.scss */
.submission-form .input:last-child {
  margin-bottom: 1.75rem;
}

/* line 123, app/assets/stylesheets/modules/_submissions.scss */
.submission-form .input label {
  display: inline-block;
  font-weight: 600;
  transition: all 100ms;
}

/* line 128, app/assets/stylesheets/modules/_submissions.scss */
.submission-form .input label.inline-label {
  font-weight: normal;
}

/* line 132, app/assets/stylesheets/modules/_submissions.scss */
.submission-form .input label abbr {
  border: none;
  color: #d0021b;
  float: right;
  font-weight: 600;
  margin-left: 0.25rem;
  text-decoration: none;
}

/* line 142, app/assets/stylesheets/modules/_submissions.scss */
.submission-form .input--floating-label label {
  font-size: 1rem;
  transform: translate3d(0, 1.625rem, 0) scale(1);
  transform-origin: top left;
}

@media only screen and (min-width: 40.0625em) {
  /* line 142, app/assets/stylesheets/modules/_submissions.scss */
  .submission-form .input--floating-label label {
    font-size: 1.125rem;
  }
}

/* line 151, app/assets/stylesheets/modules/_submissions.scss */
.submission-form .input--floating-label.active label {
  transform: translate3d(0, 0, 0) scale(0.888888);
}

/* line 155, app/assets/stylesheets/modules/_submissions.scss */
.submission-form .input input[type="text"],
.submission-form .input input[type="email"],
.submission-form .input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: none;
  border-bottom: 1px solid #757575;
  border-radius: 0;
  height: 2.375rem;
  line-height: 1.25;
  padding: 0.5rem 0;
  width: 100%;
}

/* line 169, app/assets/stylesheets/modules/_submissions.scss */
.submission-form .input input[type="text"]:focus,
.submission-form .input input[type="email"]:focus,
.submission-form .input select:focus {
  outline: none;
}

@media only screen and (min-width: 40.0625em) {
  /* line 155, app/assets/stylesheets/modules/_submissions.scss */
  .submission-form .input input[type="text"],
.submission-form .input input[type="email"],
.submission-form .input select {
    font-size: 1.125rem;
  }
}

/* line 178, app/assets/stylesheets/modules/_submissions.scss */
.submission-form .field_with_errors input[type="text"],
.submission-form .field_with_errors input[type="email"],
.submission-form .field_with_errors select {
  border-bottom: 2px solid #d0021b;
}

/* line 183, app/assets/stylesheets/modules/_submissions.scss */
.submission-form .input--large select {
  border-bottom-color: #0065f2;
  border-bottom-width: 4px;
}

/* line 188, app/assets/stylesheets/modules/_submissions.scss */
.input.submission_question_id {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 188, app/assets/stylesheets/modules/_submissions.scss */
  .input.submission_question_id {
    margin-bottom: 2.125rem;
  }
}

/* line 195, app/assets/stylesheets/modules/_submissions.scss */
.input.submission_question_id .submission-form__custom-select {
  display: none;
}

@media only screen and (min-width: 40.0625em) {
  /* line 195, app/assets/stylesheets/modules/_submissions.scss */
  .input.submission_question_id .submission-form__custom-select {
    display: block;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 202, app/assets/stylesheets/modules/_submissions.scss */
  .input.submission_question_id label {
    display: none;
  }
}

/* line 209, app/assets/stylesheets/modules/_submissions.scss */
.submission-form .error {
  color: #d0021b;
  display: block;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 0.25rem;
}

/* line 217, app/assets/stylesheets/modules/_submissions.scss */
.submission-form .input--large select {
  border-bottom-width: 4px;
  height: auto;
  font-weight: 600;
  line-height: 1.125;
  padding: 1rem 0;
  padding-right: 2rem;
  white-space: normal;
}

@media only screen and (min-width: 40.0625em) {
  /* line 217, app/assets/stylesheets/modules/_submissions.scss */
  .submission-form .input--large select {
    font-size: 1.375rem;
    padding: 1.25rem 0;
  }
}

/* line 232, app/assets/stylesheets/modules/_submissions.scss */
.submission-form .is-hidden {
  display: none;
}

/* line 236, app/assets/stylesheets/modules/_submissions.scss */
.submission-form__custom-select {
  position: relative;
}

/* line 238, app/assets/stylesheets/modules/_submissions.scss */
.submission-form__custom-select:before {
  background: url(/assets/submissions/down-arrow-7592a4813955be5763297cbae77bb29270dba97becb4578a4439d06242a5f0f8.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  display: block;
  height: 14px;
  width: 22px;
  transform: translateY(-50%);
  pointer-events: none;
}

/* line 253, app/assets/stylesheets/modules/_submissions.scss */
.submission-form .submission_checkbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 2rem 0;
}

/* line 260, app/assets/stylesheets/modules/_submissions.scss */
.submission-form .submission_checkbox input[type="checkbox"] {
  margin-right: 1rem;
}

/* line 264, app/assets/stylesheets/modules/_submissions.scss */
.submission-form .submission_checkbox label {
  display: block;
  flex: 1;
  line-height: 1.4;
  margin: 0;
  margin-top: -0.25rem;
}

/* line 272, app/assets/stylesheets/modules/_submissions.scss */
.submission-form .submission_checkbox abbr {
  display: none;
}

/* line 276, app/assets/stylesheets/modules/_submissions.scss */
.submission-form .submission_checkbox .error {
  margin-top: 0.5rem;
  width: 100%;
}

@media only screen and (min-width: 40.0625em) {
  /* line 253, app/assets/stylesheets/modules/_submissions.scss */
  .submission-form .submission_checkbox {
    align-items: center;
  }
}

/* line 286, app/assets/stylesheets/modules/_submissions.scss */
.submission-form input[type="checkbox"] {
  -webkit-appearance: none;
  position: relative;
  background-color: #fff;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 1rem;
  border-radius: 3px;
  display: inline-block;
}

/* line 296, app/assets/stylesheets/modules/_submissions.scss */
.submission-form input[type="checkbox"]:checked, .submission-form input[type="checkbox"]:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 301, app/assets/stylesheets/modules/_submissions.scss */
.submission-form input[type="checkbox"]:checked {
  background-color: #0065f2;
  border: 1px solid #0065f2;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #fff;
}

/* line 308, app/assets/stylesheets/modules/_submissions.scss */
.submission-form input[type="checkbox"]:checked:after {
  background: url(/assets/check--white-3e26e5e8a32bba2fc624290becf87dc8c2469a49c05e44a864344d91e558b6d8.svg) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  color: #fff;
  position: absolute;
  width: 18px;
  height: 12px;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

/* line 324, app/assets/stylesheets/modules/_submissions.scss */
.submission-form .input.field_with_errors input[type="checkbox"] {
  border: 2px solid #d0021b;
}

/* line 328, app/assets/stylesheets/modules/_submissions.scss */
.submission-form__consent {
  border: 1px solid #ddd;
  margin: 3rem 0;
  padding: 0 1rem;
}

/* line 333, app/assets/stylesheets/modules/_submissions.scss */
.submission-form__consent p {
  font-size: 0.875rem;
  line-height: 1.4;
}

/* line 339, app/assets/stylesheets/modules/_submissions.scss */
.submission-form__consent-title {
  font-weight: 600;
  margin-bottom: 0;
}

/****** Submission upload ******/
/* line 3, app/assets/stylesheets/modules/_submission-upload.scss */
.submission-upload {
  border: 1px solid #757575;
  border-radius: 4px;
  display: block;
  padding: 2rem 1rem;
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 40.0625em) {
  /* line 3, app/assets/stylesheets/modules/_submission-upload.scss */
  .submission-upload {
    padding: 3.75rem 1rem;
  }
}

/* line 15, app/assets/stylesheets/modules/_submission-upload.scss */
.submission-form--uploading .submission-upload {
  display: none;
}

/* line 19, app/assets/stylesheets/modules/_submission-upload.scss */
.field_with_errors .submission-upload {
  border: 2px solid #dc3e37;
}

/* line 24, app/assets/stylesheets/modules/_submission-upload.scss */
.submission-upload__header {
  margin-bottom: 2rem;
}

/* line 27, app/assets/stylesheets/modules/_submission-upload.scss */
.submission-upload__header p {
  color: #757575;
  margin-top: 0.5rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 24, app/assets/stylesheets/modules/_submission-upload.scss */
  .submission-upload__header {
    margin-bottom: 2rem;
  }
}

/* line 37, app/assets/stylesheets/modules/_submission-upload.scss */
.submission-upload__title {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 37, app/assets/stylesheets/modules/_submission-upload.scss */
  .submission-upload__title {
    font-size: 1.375rem;
    line-height: 1.4;
    margin-bottom: 0;
  }
}

/* line 49, app/assets/stylesheets/modules/_submission-upload.scss */
.submission-upload__button {
  background: #0065f2;
  border: none;
  border-radius: 4px;
  color: #fff;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  font-weight: 600;
  padding: 1em 1.25em;
}

/* line 60, app/assets/stylesheets/modules/_submission-upload.scss */
.submission-upload__button img {
  float: left;
  height: 26px;
  padding-right: 0.75em;
}

@media only screen and (min-width: 40.0625em) {
  /* line 49, app/assets/stylesheets/modules/_submission-upload.scss */
  .submission-upload__button {
    font-size: 1.125rem;
  }
}

/* line 71, app/assets/stylesheets/modules/_submission-upload.scss */
.submission-upload__text {
  color: #757575;
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 2rem 0 0 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 71, app/assets/stylesheets/modules/_submission-upload.scss */
  .submission-upload__text {
    line-height: 1.4;
    margin-top: 2rem;
  }
}

/* line 83, app/assets/stylesheets/modules/_submission-upload.scss */
.submission-upload input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}

/****** Progress bar ******/
/* line 3, app/assets/stylesheets/modules/_submission-progress.scss */
.progress {
  display: none;
  flex-direction: row;
  align-items: center;
}

/* line 8, app/assets/stylesheets/modules/_submission-progress.scss */
.submission-form--uploading .progress {
  display: flex;
}

/* line 13, app/assets/stylesheets/modules/_submission-progress.scss */
.progress__label {
  color: #0a2439;
  font-size: 1.125rem;
  font-weight: 600;
}

/* line 19, app/assets/stylesheets/modules/_submission-progress.scss */
.progress--success .progress__label--small, .progress--error .progress__label--small {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

/* line 28, app/assets/stylesheets/modules/_submission-progress.scss */
.progress__label--medium {
  display: none;
}

/* line 32, app/assets/stylesheets/modules/_submission-progress.scss */
.progress__label .progress__label-text {
  display: none;
}

/* line 35, app/assets/stylesheets/modules/_submission-progress.scss */
.progress--uploading .progress__label .progress__label-text {
  display: block;
}

/* line 39, app/assets/stylesheets/modules/_submission-progress.scss */
.progress__label .progress__label-tick {
  display: none;
}

/* line 42, app/assets/stylesheets/modules/_submission-progress.scss */
.progress--success .progress__label .progress__label-tick {
  display: block;
}

/* line 47, app/assets/stylesheets/modules/_submission-progress.scss */
.progress__label .progress__label-cross {
  display: none;
}

/* line 50, app/assets/stylesheets/modules/_submission-progress.scss */
.progress--error .progress__label .progress__label-cross {
  display: block;
}

@media only screen and (min-width: 40.0625em) {
  /* line 13, app/assets/stylesheets/modules/_submission-progress.scss */
  .progress__label {
    font-size: 2.125rem;
    margin: 0 2rem;
  }
  /* line 59, app/assets/stylesheets/modules/_submission-progress.scss */
  .progress__label--small {
    display: none;
  }
  /* line 63, app/assets/stylesheets/modules/_submission-progress.scss */
  .progress__label--medium {
    display: block;
  }
}

/* line 69, app/assets/stylesheets/modules/_submission-progress.scss */
.progress-bar {
  max-width: 37.5rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 40.0625em) {
  /* line 69, app/assets/stylesheets/modules/_submission-progress.scss */
  .progress-bar {
    border: 2px solid #d1d6df;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    flex-direction: row;
  }
}

/* line 83, app/assets/stylesheets/modules/_submission-progress.scss */
.progress--error .progress-bar {
  border-color: #dc3e37;
}

/* line 88, app/assets/stylesheets/modules/_submission-progress.scss */
.progress-bar__background {
  border: 2px solid #d4dce1;
  border-radius: 4px;
  height: 12px;
  margin: 0.25rem 0 0.5rem 0;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 40.0625em) {
  /* line 88, app/assets/stylesheets/modules/_submission-progress.scss */
  .progress-bar__background {
    border: none;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: auto;
    z-index: -1;
  }
}

@media only screen and (max-width: 40em) {
  /* line 108, app/assets/stylesheets/modules/_submission-progress.scss */
  .progress--success .progress-bar__background, .progress--error .progress-bar__background {
    display: none;
  }
}

/* line 115, app/assets/stylesheets/modules/_submission-progress.scss */
.progress-bar__background-fill {
  background: #d1d6df;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0%;
  z-index: -1;
}

/* line 125, app/assets/stylesheets/modules/_submission-progress.scss */
.progress-bar__details {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 40em) {
  /* line 135, app/assets/stylesheets/modules/_submission-progress.scss */
  .progress--success .progress-bar__details, .progress--error .progress-bar__details {
    border: 2px solid #d1d6df;
    border-radius: 4px;
    padding: 0.75rem 1rem;
  }
  /* line 141, app/assets/stylesheets/modules/_submission-progress.scss */
  .progress--error .progress-bar__details {
    border-color: #dc3e37;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 125, app/assets/stylesheets/modules/_submission-progress.scss */
  .progress-bar__details {
    margin-bottom: 0;
    padding: 0.75rem 1.25rem 1rem 1.25rem;
  }
  /* line 150, app/assets/stylesheets/modules/_submission-progress.scss */
  .progress-bar__details:before {
    border: none;
    border-right: 2px solid #d4dce1;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 9px;
    bottom: 9px;
  }
}

/* line 163, app/assets/stylesheets/modules/_submission-progress.scss */
.progress-bar__filename {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.75rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 163, app/assets/stylesheets/modules/_submission-progress.scss */
  .progress-bar__filename {
    font-size: 1.375rem;
  }
}

/* line 174, app/assets/stylesheets/modules/_submission-progress.scss */
.progress-bar__data {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  width: 100%;
}

/* line 181, app/assets/stylesheets/modules/_submission-progress.scss */
.progress-bar__size {
  flex: 1;
  line-height: 1;
}

/* line 185, app/assets/stylesheets/modules/_submission-progress.scss */
.progress--error .progress-bar__size {
  color: #dc3e37;
}

/* line 190, app/assets/stylesheets/modules/_submission-progress.scss */
.progress-bar__cancel,
.progress-bar__retry {
  border: 2px solid #d4dce1;
  border-radius: 4px;
  color: #0065f2;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.75em 1.25em;
  text-align: center;
  width: 100%;
}

@media only screen and (min-width: 40.0625em) {
  /* line 190, app/assets/stylesheets/modules/_submission-progress.scss */
  .progress-bar__cancel,
.progress-bar__retry {
    border: none;
    line-height: 100%;
    padding: 0 1.25rem;
    width: auto;
  }
}

@media only screen and (max-width: 40em) {
  /* line 211, app/assets/stylesheets/modules/_submission-progress.scss */
  .progress--error .progress-bar__cancel {
    display: none;
  }
}

/* line 216, app/assets/stylesheets/modules/_submission-progress.scss */
.progress-bar__retry {
  display: none;
}

@media only screen and (max-width: 40em) {
  /* line 219, app/assets/stylesheets/modules/_submission-progress.scss */
  .progress--error .progress-bar__retry {
    display: block;
  }
}

/* line 1, app/assets/stylesheets/modules/_submission-tips.scss */
.submission-tips {
  list-style: none;
  margin: 2rem 0 0 0;
  padding: 0;
}

/* line 7, app/assets/stylesheets/modules/_submission-tips.scss */
.submission-tips__tip {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

@media only screen and (min-width: 40.0625em) {
  /* line 7, app/assets/stylesheets/modules/_submission-tips.scss */
  .submission-tips__tip {
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 1rem;
  }
  /* line 18, app/assets/stylesheets/modules/_submission-tips.scss */
  .submission-tips__tip > div:last-child {
    margin-left: 3rem;
  }
}

/* line 24, app/assets/stylesheets/modules/_submission-tips.scss */
.submission-tips__tip-image {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 2rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 24, app/assets/stylesheets/modules/_submission-tips.scss */
  .submission-tips__tip-image {
    align-items: center;
    flex: 0 0 130px;
    padding-top: 0;
    width: 130px;
  }
}

/* line 38, app/assets/stylesheets/modules/_submission-tips.scss */
.submission-tips__title {
  font-size: 1.375rem;
  line-height: 1.2;
  margin: 1rem auto 1rem auto;
  max-width: 240px;
  text-align: center;
}

@media only screen and (min-width: 40.0625em) {
  /* line 38, app/assets/stylesheets/modules/_submission-tips.scss */
  .submission-tips__title {
    margin: 0.75rem 0 0.5rem 0;
    max-width: none;
    text-align: left;
  }
}

/* line 51, app/assets/stylesheets/modules/_submission-tips.scss */
.submission-tips__text {
  line-height: 1.375rem;
  margin: 0 0 1.75rem 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 51, app/assets/stylesheets/modules/_submission-tips.scss */
  .submission-tips__text {
    margin: 0 0 1rem 0;
  }
}

/* line 1, app/assets/stylesheets/modules/_submission-videos.scss */
.wide-row {
  max-width: 1576px;
  width: 100%;
}

@media only screen and (min-width: 40.0625em) {
  /* line 1, app/assets/stylesheets/modules/_submission-videos.scss */
  .wide-row {
    margin-bottom: 6rem;
  }
}

/* line 10, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-questions {
  counter-reset: question-counter;
}

/* line 14, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-videos__player {
  position: relative;
  padding-top: 100%;
  margin-bottom: 1.25rem;
}

/* line 27, node_modules/css-patterns/stylesheets/patterns/_fluid_media_wrapper.scss */
.submission-videos__player embed,
.submission-videos__player iframe,
.submission-videos__player object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 19, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-videos__question {
  background: #fff;
  position: relative;
}

/* line 23, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-videos__question:before {
  color: #dedcde;
  content: counter(question-header-counter);
  display: block;
  font-size: 120px;
  font-weight: 600;
  letter-spacing: 1px;
  opacity: 0.3;
  position: absolute;
  right: 0rem;
  position: absolute;
  line-height: 1;
  top: 0;
  transform: translate3d(0, -70%, 0);
  z-index: -1;
}

/* line 41, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-questions--accordian .submission-videos__question:before {
  display: none;
}

@media only screen and (max-width: 879px) {
  /* line 46, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-videos__question.submission-videos__question--desktop {
    min-height: 540px;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 19, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-videos__question {
    display: block;
    min-height: 292px;
    width: 100%;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 19, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-videos__question {
    background: none;
    min-height: 362px;
  }
  /* line 62, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-videos__question:before {
    display: none;
  }
}

@media only screen and (max-width: 40em) {
  /* line 67, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-questions--accordian .submission-videos__question {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    background: #fff;
    margin-bottom: 0;
    padding: 0.75rem 21px 1rem 21px;
    position: sticky;
    top: 0;
    transition: padding 100ms ease-in-out;
    z-index: 1;
  }
  /* line 79, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-questions--accordian .submission-videos__question + div {
    max-height: 0;
    overflow: hidden;
    transition: max-height 100ms ease-in-out;
  }
  /* line 85, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-questions--accordian .submission-videos__question--active {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  }
  /* line 88, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-questions--accordian .submission-videos__question--active + div {
    max-height: 1000vh;
  }
}

/* line 96, app/assets/stylesheets/modules/_submission-videos.scss */
.profiler-results {
  display: none !important;
}

/* line 100, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-videos__question-header {
  background: #fff;
  position: relative;
}

/* line 104, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-videos__question-header:before {
  background: #000;
  height: 2px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 1.5rem;
  right: 0;
}

/* line 116, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-videos__question[data-id="1"] .submission-videos__question-header:before {
  background-image: linear-gradient(to right, #f0aa5b, #edcf28);
}

/* line 122, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-videos__question[data-id="2"] .submission-videos__question-header:before {
  background-image: linear-gradient(to right, #635790, #9d6f58);
}

/* line 128, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-videos__question[data-id="3"] .submission-videos__question-header:before {
  background-image: linear-gradient(to right, #06c0d5, #0a6699);
}

/* line 134, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-videos__question[data-id="4"] .submission-videos__question-header:before {
  background-image: linear-gradient(to right, #05d5c0, #1da450);
}

/* line 140, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-videos__question[data-id="5"] .submission-videos__question-header:before {
  background-image: linear-gradient(to right, #dfaa6c, #ab459f);
}

/* line 146, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-videos__question[data-id="6"] .submission-videos__question-header:before {
  background-image: linear-gradient(to right, #865a9e, #672b90);
}

/* line 151, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-videos__question-header::after {
  content: "0" counter(question-header-counter);
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
  position: absolute;
  left: 0;
  position: absolute;
  top: -0.3rem;
  line-height: 1;
}

@media only screen and (max-width: 40em) {
  /* line 165, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-questions--accordian .submission-videos__question-header::after {
    content: "0" counter(question-counter);
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 171, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-videos__question-header:before {
    top: 0;
    left: 1.5rem;
    right: 0;
  }
  /* line 177, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-videos__question-header:after {
    left: 0;
    top: -0.3rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 100, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-videos__question-header {
    background: none;
  }
  /* line 186, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-videos__question-header:before {
    width: 300px;
    right: auto;
  }
}

/* line 193, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-videos__question__preview {
  display: none;
}

@media only screen and (max-width: 40em) {
  /* line 193, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-videos__question__preview {
    display: block;
    padding-top: 1.25rem;
  }
}

/* line 202, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-videos__question__preview-player {
  position: relative;
  padding-top: 100%;
}

/* line 27, node_modules/css-patterns/stylesheets/patterns/_fluid_media_wrapper.scss */
.submission-videos__question__preview-player embed,
.submission-videos__question__preview-player iframe,
.submission-videos__question__preview-player object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 206, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-videos__question-title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.25;
  margin: 0;
  padding-top: 0.75rem;
  word-break: break-word;
}

/* line 214, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-videos__question-title img {
  display: none;
}

@media only screen and (max-width: 40em) {
  /* line 206, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-videos__question-title {
    margin-bottom: 1rem;
  }
  /* line 221, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-questions--accordian .submission-videos__question-title {
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 0;
    overflow: hidden;
  }
  /* line 229, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-questions--accordian .submission-videos__question-title img {
    display: block;
    float: left;
    margin-right: 0.75rem;
  }
  /* line 235, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-questions--accordian .submission-videos__question-title:after {
    background: url(/assets/submissions/accordian-down-1899cc6cc9e279c60bb7c8fd8f8e5e4cd25b7904c996d8daa627f5ae7e64fad7.svg) no-repeat;
    background-size: contain;
    content: "";
    display: block;
    width: 22px;
    height: 13px;
    flex: 0 0 22px;
    margin-left: 0.75rem;
    margin-top: 0.375rem;
    pointer-events: none;
    transition: transform 100ms ease-in-out;
  }
  /* line 251, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-questions--accordian .submission-videos__question--active .submission-videos__question-title:after {
    transform: rotate(180deg);
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 206, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-videos__question-title {
    font-size: 2rem;
    line-height: 1.1;
    margin: 0 0 1.75rem 0;
    padding-top: 2rem;
  }
}

@media only screen and (min-width: 880px) {
  /* line 206, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-videos__question-title {
    line-height: 1;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 206, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-videos__question-title {
    font-size: 2.75rem;
    line-height: 1;
    margin: 0 0 1.75rem 0;
    padding-top: 2rem;
  }
}

/* line 276, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-videos__question-description {
  line-height: 1.5;
  margin: 0 0 0 0;
}

@media only screen and (max-width: 40em) {
  /* line 284, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-question-header--active .submission-videos__question-description {
    display: block;
  }
}

/* line 290, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-videos {
  opacity: 0;
}

/* line 294, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-video__thumbnail {
  cursor: pointer;
  display: block;
  position: relative;
}

/* line 299, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-video__thumbnail.playing {
  cursor: default;
}

/* line 303, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-video__thumbnail:after {
  background: url(/assets/submissions/camera-282f11b00f193710b9c463e2f9be7807dfe683e6ebd174bbd1c35f9ca8991934.svg) no-repeat;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 15px;
  opacity: 0;
  transition: opacity 200ms ease-in-out;
}

/* line 316, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-video--novideo .submission-video__thumbnail:after {
  display: none;
}

/* line 322, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-video__thumbnail:hover:after {
  opacity: 0.8;
}

@media only screen and (min-width: 40.0625em) {
  /* line 294, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-video__thumbnail {
    margin-bottom: 1rem;
    position: relative;
    padding-top: 100%;
  }
  /* line 27, node_modules/css-patterns/stylesheets/patterns/_fluid_media_wrapper.scss */
  .submission-video__thumbnail embed,
.submission-video__thumbnail iframe,
.submission-video__thumbnail object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* line 331, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-video__thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity 200ms ease-in-out;
    object-fit: cover;
  }
}

@media only screen and (min-width: 880px) {
  /* line 345, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-video__thumbnail.playing img {
    opacity: 1;
    pointer-events: none;
  }
}

/* line 353, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-video__thumbnail-image {
  width: 100%;
  height: 100%;
}

/* line 358, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-video__footer {
  display: none;
}

@media only screen and (min-width: 880px) {
  /* line 358, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-video__footer {
    display: block;
  }
}

/* line 366, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-video__location {
  color: #757575;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  max-width: 220px;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  min-height: 22px;
  letter-spacing: 1px;
}

/* line 378, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-video__location:not(.is-blank):before {
  background: url(/assets/submissions/location-03f8695f42f00c09b00cb4d7093a67aa68890fa639b33170b1f3a22647009196.svg) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  flex: 0 0 10px;
  width: 10px;
  height: 14px;
  margin-right: 0.5rem;
}

/* line 389, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-video--promo .submission-video__location {
  display: none;
}

/* line 394, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-video__details {
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

/* line 401, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-video__details > :first-child {
  flex: 1;
  margin-right: 1rem;
}

/* line 406, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-video__details .shared-futures-join__button {
  margin-top: 1rem;
}

/* line 411, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-video__actions {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 100ms ease-in-out 100ms;
}

/* line 421, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-scroller-item.active .submission-video__actions, .submission-scroller-player.active .submission-video__actions {
  max-width: none;
  opacity: 1;
}

/* line 429, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-video-share__button {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0;
  white-space: nowrap;
}

/* line 439, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-video-share__button:before {
  background: url(/assets/submissions/share-1ccb4eeb0365938c285e405bc265a3b43354db674751985b20d151abaa596f9c.svg) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  margin-right: 0.375rem;
  width: 14px;
  height: 15px;
  vertical-align: top;
}

/* line 450, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-video-share__button:focus {
  outline: none;
}

@media only screen and (min-width: 40.0625em) {
  /* line 429, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-video-share__button {
    font-size: 1rem;
  }
  /* line 457, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-video-share__button:before {
    width: 17px;
    height: 20px;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 465, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-video--promo .submission-video__details {
    margin-bottom: 1.375rem;
    opacity: 0;
    transition: opacity 200ms ease-in-out 100ms;
  }
  /* line 471, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-scroller-item.active .submission-video--promo .submission-video__details {
    opacity: 1;
  }
}

/* line 478, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-video__title {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

@media only screen and (min-width: 64.0625em) {
  /* line 478, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-video__title {
    font-size: 1.125rem;
  }
}

/* line 487, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-video__subtitle {
  font-size: 0.875rem;
  line-height: 1.4;
  max-width: 22.5rem;
  min-height: 40px;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 487, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-video__subtitle {
    font-size: 1rem;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 880px) {
  /* line 487, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-video__subtitle {
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 487, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-video__subtitle {
    width: 220px;
  }
}

/* line 508, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-videos__buttons {
  display: none;
  position: absolute;
  top: -3.25rem;
  z-index: 2;
  width: calc(212.656px + 212.656px - 21px - 21px);
}

@media only screen and (min-width: 40.0625em) {
  /* line 508, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-videos__buttons {
    display: flex;
    justify-content: flex-end;
    right: 6px;
  }
}

@media only screen and (min-width: 880px) {
  /* line 508, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-videos__buttons {
    left: calc(50% + 21px);
    right: auto;
    width: calc(212.656px + 212.656px - 21px - 21px);
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 508, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-videos__buttons {
    width: calc(262.656px + 262.656px - 21px - 21px);
  }
}

/* line 532, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-videos__button {
  -webkit-appearance: none;
  background: none;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  width: 49px;
  padding: 0;
  transition: all 100ms;
}

/* line 544, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-videos__button:hover {
  background: #dedcde;
}

/* line 548, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-videos__button:first-child img {
  transform: rotate(180deg);
}

/* line 552, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-videos__button:hover {
  background: #dedcde;
}

/* line 557, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-videos__more {
  -webkit-appearance: none;
  background: none;
  border: 1px solid #9bbad8;
  border-radius: 4px;
  color: #005c9c;
  display: none;
  font-weight: 600;
  margin: 0 21px;
  padding: 13px;
  transition: all 100ms;
  width: calc(100% - 42px);
}

@media only screen and (max-width: 40em) {
  /* line 571, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-videos__more--active {
    display: block;
  }
}

/* line 576, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-videos__more:hover {
  background-color: #0065f2;
  border: 1px solid #fff;
  color: white;
}

/* line 581, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-videos__more:hover svg g {
  stroke: #fff;
}

/* line 586, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-videos__more:active {
  background-color: #005ad9;
}

/* line 591, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-questions {
  margin-bottom: 3rem;
  margin-top: 6rem;
  position: relative;
}

@media only screen and (max-width: 40em) {
  /* line 597, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-questions--accordian {
    margin-top: 1rem;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 591, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-questions {
    margin-bottom: 6rem;
    margin-top: 0;
  }
  /* line 606, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-questions:before {
    background: #fff;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    transform: translateX(800px);
  }
  /* line 620, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-questions:after {
    background: #fff;
    content: "";
    display: block;
    position: absolute;
    right: 50%;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    transform: translateX(-800px);
  }
}

/* line 636, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-videos__container {
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 40.0625em) {
  /* line 636, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-videos__container {
    margin-top: 60px;
  }
}

@media only screen and (min-width: 880px) {
  /* line 636, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-videos__container {
    margin-top: 50px;
  }
}

/* line 648, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-videos__container .submission-videos__question {
  display: none;
}

@media only screen and (max-width: 40em) {
  /* line 648, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-videos__container .submission-videos__question {
    cursor: pointer;
    display: block;
  }
}

/* line 657, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-questions--accordian .submission-videos__container {
  counter-increment: question-counter;
}

/* line 662, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-scroller {
  display: block;
  margin-bottom: 1.25rem;
  width: 100%;
}

@media only screen and (min-width: 40.0625em) {
  /* line 662, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-scroller {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 880px) {
  /* line 662, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-scroller {
    height: 440px;
  }
}

/* line 675, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-scroller-container {
  margin-bottom: 0.5rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 675, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-scroller-container {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 880px) {
  /* line 675, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-scroller-container {
    margin-bottom: 0;
    width: 1276px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translate3d(-50%, 0, 0);
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 675, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-scroller-container {
    width: 1576px;
  }
}

/* line 695, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-scroller-items {
  padding: 0;
}

@media only screen and (max-width: 40em) {
  /* line 695, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-scroller-items {
    overflow: hidden;
    padding: 16px;
    transform: translate3d(0, 0, 0) !important;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 695, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-scroller-items {
    display: flex;
    flex-direction: row;
    transition: all 500ms ease-in-out;
    width: 3939.84px;
  }
  /* line 708, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-scroller--noanim .submission-scroller-items {
    transition: all 0ms ease-in-out;
  }
}

@media only screen and (min-width: 880px) {
  /* line 695, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-scroller-items {
    transform: translate3d(212px, 0, 0);
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 695, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-scroller-items {
    transform: translate3d(263px, 0, 0);
  }
}

/* line 723, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-scroller-item {
  float: left;
  padding: 5px;
  transition: all 500ms ease-in-out;
  width: 50%;
}

/* line 729, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-scroller--noanim .submission-scroller-item {
  transition: all 0ms ease-in-out;
}

@media only screen and (min-width: 40.0625em) {
  /* line 723, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-scroller-item {
    flex: 0 0 100%;
    float: none;
    padding: 0 21px;
    width: 100%;
    max-width: calc(33vw);
  }
}

@media only screen and (min-width: 880px) {
  /* line 723, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-scroller-item {
    flex: 0 0 100%;
    float: none;
    padding: 0 21px;
    width: 100%;
    max-width: 212.656px;
  }
  /* line 748, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-scroller-item.active {
    cursor: initial;
    max-width: 425.328px;
    margin-top: -212.656px;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 723, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-scroller-item {
    max-width: 262.656px;
  }
  /* line 758, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-scroller-item.active {
    cursor: initial;
    max-width: 525.328px;
    margin-top: -262.656px;
  }
}

/* line 766, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-question-header {
  counter-increment: question-header-counter;
  position: relative;
}

@media only screen and (max-width: 40em) {
  /* line 766, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-question-header {
    margin-top: 6rem;
  }
  /* line 773, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-questions--accordian .submission-question-header {
    display: none;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 766, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-question-header {
    margin-top: 13vh;
  }
  /* line 781, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-question-header:first-child {
    margin-top: 100px;
  }
}

@media only screen and (min-width: 880px) {
  /* line 787, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-question-header:first-child {
    margin-top: 220px;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 766, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-question-header {
    margin-top: 26vh;
  }
  /* line 795, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-question-header:before {
    color: #dedcde;
    content: counter(question-header-counter);
    display: block;
    font-size: 800px;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: 0.3;
    position: absolute;
    left: 1rem;
    pointer-events: none;
    position: absolute;
    line-height: 1;
    top: 0;
    transform: translate3d(-50%, -270px, 0);
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 814, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-question-header__row {
    display: flex;
  }
  /* line 818, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-question-header:nth-child(2n) .submission-question-header__row {
    flex-direction: row-reverse;
  }
  /* line 822, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-question-header__row > :last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }
}

/* line 831, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-videos__mobile-details {
  display: none;
}

@media only screen and (max-width: 40em) {
  /* line 831, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-videos__mobile-details {
    display: block;
    padding: 21px 21px 0 21px;
  }
}

/* line 839, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-videos__mobile-details .submission-videos__question-description {
  margin-bottom: 0;
}

/* line 843, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-videos__mobile-details .shared-futures-join__button {
  margin-bottom: 1.5rem;
  width: 100%;
}

/* line 848, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-scroller-player-column {
  position: absolute;
  height: 100%;
}

/* line 852, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-scroller-player {
  display: none;
}

@media only screen and (min-width: 40.0625em) {
  /* line 852, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-scroller-player {
    display: block;
  }
}

@media only screen and (min-width: 880px) {
  /* line 852, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-scroller-player {
    position: absolute;
    width: calc(425.328px - 42px);
    bottom: -236px;
    right: 21px;
    z-index: 1;
  }
  /* line 866, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-scroller-player.submission-scroller-player--static {
    position: relative;
    top: 0;
    margin-top: 40px;
    left: auto;
    right: auto;
    margin-left: auto;
    margin-right: 0;
  }
  /* line 876, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-question-header:nth-child(2n) .submission-scroller-player {
    margin-left: 0;
    margin-right: auto;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 852, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-scroller-player {
    width: calc(525.328px - 42px);
    bottom: -287px;
    right: 21px;
  }
}

/* line 889, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-scroller-player__embed {
  background-size: cover;
}

@media only screen and (min-width: 40.0625em) {
  /* line 889, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-scroller-player__embed {
    position: relative;
    padding-top: 100%;
  }
  /* line 27, node_modules/css-patterns/stylesheets/patterns/_fluid_media_wrapper.scss */
  .submission-scroller-player__embed embed,
.submission-scroller-player__embed iframe,
.submission-scroller-player__embed object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* line 895, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-scroller-player__embed figure {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/* line 904, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-scroller-player.submission-no-video .submission-scroller-player__embed iframe {
  opacity: 0 !important;
}

@media only screen and (min-width: 880px) {
  /* line 889, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-scroller-player__embed {
    opacity: 0.01;
    transition: all 100ms ease-in-out;
  }
  /* line 912, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-scroller-player.active .submission-scroller-player__embed {
    opacity: 1;
  }
  /* line 916, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-scroller-player.submission-loading .submission-scroller-player__embed {
    opacity: 0.01 !important;
  }
}

/* line 922, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-scroll-player__caption {
  font-size: 0.75rem;
  font-weight: 600;
  height: 2.5rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* line 930, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-scroller-player__details {
  display: flex;
  min-height: 100px;
  opacity: 0;
  transition: opacity 100ms ease-in-out;
}

/* line 936, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-scroller-player.active .submission-scroller-player__details {
  opacity: 1;
}

@media only screen and (min-width: 880px) {
  /* line 930, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-scroller-player__details {
    display: none;
  }
}

/* line 945, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-video-share-tooltip {
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
  position: absolute;
  color: #141414;
  z-index: 1000;
  background: #fff;
  left: 10px;
  right: 10px;
  padding: 0.75rem 0.75rem 1rem 0.75rem;
  transform: translateY(calc(-100% - 2rem));
}

/* line 956, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-video-share-tooltip:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -0.25em;
  bottom: -0.175rem;
  right: 10px;
  box-sizing: border-box;
  border: 0.375rem solid black;
  border-color: transparent #fff #fff transparent;
  transform-origin: 0 0;
  transform: rotate(45deg);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 40.0625em) {
  /* line 945, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-video-share-tooltip {
    left: auto;
    right: auto;
    width: 300px;
    margin-top: 1rem;
    transform: initial;
  }
  /* line 979, app/assets/stylesheets/modules/_submission-videos.scss */
  .submission-video-share-tooltip:after {
    bottom: auto;
    border-color: transparent #fff #fff transparent;
    transform: rotate(225deg);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    top: 0.75rem;
    left: 30px;
    right: auto;
  }
}

/* line 991, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-video-share-tooltip__label {
  margin-bottom: 0.75rem;
}

/* line 998, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-video-share-tooltip__url {
  background: rgba(117, 117, 117, 0.2);
  cursor: pointer;
  display: flex;
}

/* line 1004, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-video-share-tooltip__url-text {
  display: block;
  flex: 1;
  overflow: hidden;
  padding: 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1012, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-video-share-tooltip__url-text:focus {
  outline: none;
}

@keyframes submission_video_share_tick {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* line 1029, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-video-share-tooltip__url-button {
  border-left: 1px solid #000;
  display: block;
  font-size: 0.875rem;
  line-height: 24px;
  margin: 4px 0;
  min-width: 70px;
  position: relative;
  text-align: center;
}

/* line 1039, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-video-share-tooltip__url-button:after {
  background: url(/assets/submissions/tick-icon-f3e6a74ff0bd07333a5a5610e6d81375b943f428b15b5f55365a580f2806b025.svg) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 17px;
  opacity: 0;
  width: 22px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

/* line 1054, app/assets/stylesheets/modules/_submission-videos.scss */
.submission-video-share-tooltip__url--copied .submission-video-share-tooltip__url-button:after {
  animation-name: submission_video_share_tick;
  animation-duration: 3s;
}

/* line 1, app/assets/stylesheets/modules/_submission-video-modal.scss */
.submission-video-modal {
  overflow: hidden;
  padding: 10px 1rem;
}

/* line 6, app/assets/stylesheets/modules/_submission-video-modal.scss */
.submission-video-modal__header {
  display: flex;
  flex-direction: row-reverse;
}

/* line 11, app/assets/stylesheets/modules/_submission-video-modal.scss */
.submission-video-modal__close {
  -webkit-appearance: none;
  background: none;
  border: none;
  padding: 0;
}

/* line 18, app/assets/stylesheets/modules/_submission-video-modal.scss */
.submission-video-modal__counter {
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

/* line 26, app/assets/stylesheets/modules/_submission-video-modal.scss */
.submission-video-modal__video {
  position: relative;
  padding-top: 100%;
  background: #84919c;
  margin-bottom: 0.75rem;
}

/* line 27, node_modules/css-patterns/stylesheets/patterns/_fluid_media_wrapper.scss */
.submission-video-modal__video embed,
.submission-video-modal__video iframe,
.submission-video-modal__video object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 32, app/assets/stylesheets/modules/_submission-video-modal.scss */
.submission-video-modal__actions {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 1;
  margin-bottom: 10px;
}

/* line 41, app/assets/stylesheets/modules/_submission-video-modal.scss */
.submission-video-modal__buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin: 0.5rem -1rem 0 0;
}

/* line 48, app/assets/stylesheets/modules/_submission-video-modal.scss */
.submission-video-modal__prev,
.submission-video-modal__next {
  -webkit-appearance: none;
  background: none;
  border: none;
  display: flex;
  justify-content: center;
  height: 44px;
  width: 49px;
  padding: 0;
  transition: all 100ms;
}

/* line 60, app/assets/stylesheets/modules/_submission-video-modal.scss */
.submission-video-modal__prev img,
.submission-video-modal__next img {
  display: block;
}

/* line 64, app/assets/stylesheets/modules/_submission-video-modal.scss */
.submission-video-modal__prev:first-child img,
.submission-video-modal__next:first-child img {
  transform: rotate(180deg);
}

/* line 68, app/assets/stylesheets/modules/_submission-video-modal.scss */
.submission-video-modal__prev:hover,
.submission-video-modal__next:hover {
  background: #dedcde;
}

/* line 73, app/assets/stylesheets/modules/_submission-video-modal.scss */
.submission-video-modal-slider {
  margin: 0 -1.375rem;
  overflow: hidden;
}

/* line 77, app/assets/stylesheets/modules/_submission-video-modal.scss */
.submission-video-modal-slider__items {
  transition: all 300ms ease-in-out;
  width: 1000vw;
}

/* line 81, app/assets/stylesheets/modules/_submission-video-modal.scss */
.submission-video-modal-slider__item {
  display: inline-block;
  margin-right: 6px;
  opacity: 1;
  transition: 100ms ease-in-out;
  width: calc(33.33333333vw - 3px + 4px);
}

/* line 88, app/assets/stylesheets/modules/_submission-video-modal.scss */
.submission-video-modal-slider__item img {
  display: block;
  width: 100%;
}

/* line 93, app/assets/stylesheets/modules/_submission-video-modal.scss */
.submission-video-modal-slider__item.active {
  opacity: 0.5;
}

/* line 2, app/assets/stylesheets/modules/_sidebar-tout.scss */
.sidebar-tout {
  margin-bottom: 2rem;
}

/* line 4, app/assets/stylesheets/modules/_sidebar-tout.scss */
.article-details .sidebar-tout {
  display: none;
}

@media only screen and (min-width: 40.0625em) {
  /* line 4, app/assets/stylesheets/modules/_sidebar-tout.scss */
  .article-details .sidebar-tout {
    display: block;
  }
}

/* line 10, app/assets/stylesheets/modules/_sidebar-tout.scss */
.article-show-container .sidebar-tout {
  display: block;
}

@media only screen and (min-width: 40.0625em) {
  /* line 10, app/assets/stylesheets/modules/_sidebar-tout.scss */
  .article-show-container .sidebar-tout {
    display: none;
  }
}

/* line 16, app/assets/stylesheets/modules/_sidebar-tout.scss */
.sidebar-tout.list-group {
  padding: 0;
}

/* line 19, app/assets/stylesheets/modules/_sidebar-tout.scss */
.sidebar-tout .list-group__scroll-overflow {
  position: relative;
}

/* line 21, app/assets/stylesheets/modules/_sidebar-tout.scss */
.sidebar-tout .list-group__scroll-overflow:after {
  content: '';
  pointer-events: none;
  position: absolute;
  display: block;
  height: 4rem;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0), #fff);
}

/* line 32, app/assets/stylesheets/modules/_sidebar-tout.scss */
.sidebar-tout .list-group__scroll-overflow .list-group__items {
  position: relative;
  overflow: scroll;
  max-height: 300px;
  padding-bottom: 2rem;
}

/* line 41, app/assets/stylesheets/modules/_sidebar-tout.scss */
.sidebar-tout__header {
  border-top: 3px solid #141414;
  border-top-color: var(--text-default);
  padding-top: 0.2em;
  border-bottom: 1px solid #d5e0e8;
  padding-bottom: 10px;
  font-size: 1.3em;
  padding-bottom: 0.375em;
  padding-right: 2em;
  margin-top: 0;
  font-weight: normal;
  padding-right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (min-width: 40.0625em) {
  /* line 41, app/assets/stylesheets/modules/_sidebar-tout.scss */
  .sidebar-tout__header {
    font-size: 2em;
    font-weight: 300;
  }
}

/* line 49, app/assets/stylesheets/modules/_sidebar-tout.scss */
.sidebar-tout__title {
  font-size: 1em;
  margin: 0;
}

/* line 54, app/assets/stylesheets/modules/_sidebar-tout.scss */
.sidebar-tout__icon {
  height: 1em;
  margin-top: 5px;
}

/* line 59, app/assets/stylesheets/modules/_sidebar-tout.scss */
.sidebar-tout__sub-title {
  font-size: 1.4em;
  line-height: 1.2;
  font-weight: 300;
  padding: 0.5em 0;
}

/* line 64, app/assets/stylesheets/modules/_sidebar-tout.scss */
.sidebar-tout--impact-stories .sidebar-tout__sub-title {
  font-size: 2.2em;
  font-weight: 600;
  padding: 1.5rem 0;
}

/* line 71, app/assets/stylesheets/modules/_sidebar-tout.scss */
.sidebar-tout__more {
  position: relative;
  border-bottom: 1px solid #d5e0e8;
}

/* line 70, app/assets/stylesheets/patterns/_text.scss */
.sidebar-tout__more a {
  color: #141414;
  text-decoration: none;
}

/* line 75, app/assets/stylesheets/patterns/_text.scss */
.sidebar-tout__more a:hover .further-reading__more-link {
  text-decoration: underline;
}

/* line 77, app/assets/stylesheets/modules/_sidebar-tout.scss */
.sidebar-tout__more a {
  display: block;
  padding: 1em 0 1.15em;
}

/* line 80, app/assets/stylesheets/modules/_sidebar-tout.scss */
.sidebar-tout__more a:hover .sidebar-tout__more-link {
  text-decoration: none;
  color: #0065f2;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* line 87, app/assets/stylesheets/modules/_sidebar-tout.scss */
.sidebar-tout__more-link {
  font-weight: 600;
  font-size: 1em;
  display: inline-block;
  color: #84919c;
}

/* line 94, app/assets/stylesheets/modules/_sidebar-tout.scss */
.sidebar-tout__more-arrow {
  position: absolute;
  right: 0;
  bottom: 1.25em;
}

/* line 1, app/assets/stylesheets/modules/_snippet-content.scss */
.st__content-block--snippet {
  margin: 2rem 0 3rem 0;
  overflow: hidden;
}

/* line 6, app/assets/stylesheets/modules/_snippet-content.scss */
.snippet-content {
  background-color: #edf2f5;
  border-bottom: 4px solid #d3dde5;
  padding: 1.25rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}

/* line 16, app/assets/stylesheets/modules/_snippet-content.scss */
.snippet-content__caption {
  color: #005c9c;
  font-size: 11px;
  margin-bottom: 0.75rem;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
}

/* line 25, app/assets/stylesheets/modules/_snippet-content.scss */
.snippet-content__title {
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.2;
  margin: 0.5rem 0 1.25rem 0;
}

/* line 32, app/assets/stylesheets/modules/_snippet-content.scss */
.snippet-content__message {
  font-size: 0.8em;
  font-style: italic;
}

/* line 37, app/assets/stylesheets/modules/_snippet-content.scss */
.snippet-feedback {
  color: #0065f2;
  border-bottom: 1px solid #d5e0e8;
  transition: all 0.15s ease-out;
  cursor: pointer;
  pointer-events: all;
}

/* line 44, app/assets/stylesheets/modules/_snippet-content.scss */
.snippet-feedback:hover {
  border-color: #0065f2;
}

/* line 53, app/assets/stylesheets/modules/_snippet-content.scss */
.snippet-content__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms ease-in-out;
}

/* line 58, app/assets/stylesheets/modules/_snippet-content.scss */
.snippet-content__body:before {
  content: "";
  display: block;
  height: 0.5rem;
}

/* line 64, app/assets/stylesheets/modules/_snippet-content.scss */
.snippet-content.is-open .snippet-content__body {
  max-height: 5000px;
}

/* line 69, app/assets/stylesheets/modules/_snippet-content.scss */
.snippet-content__footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 1.25rem;
}

/* line 76, app/assets/stylesheets/modules/_snippet-content.scss */
.snippet-content__button {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  border: none;
  background-color: #0065f2;
  background-color: var(--body-link-color);
  border-radius: 50px;
  color: white;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.65em 1em 0.85em;
  transform: translateY(50%);
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* line 95, app/assets/stylesheets/modules/_snippet-content.scss */
.snippet-content__button > * {
  pointer-events: none;
}

/* line 99, app/assets/stylesheets/modules/_snippet-content.scss */
.snippet-content__button:hover {
  background-color: var(--body-link-color);
  filter: brightness(95%);
}

/* line 104, app/assets/stylesheets/modules/_snippet-content.scss */
.snippet-content__button:after {
  content: "";
  display: inline-block;
  background-image: url(/assets/chevron-down--white-8a6e449ed18dfa7f29a87bb7ca861d62ffe8356c6d5db84cce8049aa1b48205f.svg);
  width: 16px;
  height: 11px;
  margin-left: 0.5rem;
  transition: transform 300ms ease-in-out;
}

/* line 115, app/assets/stylesheets/modules/_snippet-content.scss */
.snippet-content.is-open .snippet-content__button:after {
  transform: rotate(180deg);
}

/* line 122, app/assets/stylesheets/modules/_snippet-content.scss */
.snippet-content--text-to-voice {
  padding: 0;
  margin-bottom: 24px;
  background: none;
  border: none;
}

/* line 128, app/assets/stylesheets/modules/_snippet-content.scss */
.snippet-content--text-to-voice .snippet-content__title {
  margin-bottom: 10px;
}

/* line 132, app/assets/stylesheets/modules/_snippet-content.scss */
.snippet-content--text-to-voice .plyr__controls {
  background-color: #edf2f5;
}

/* line 136, app/assets/stylesheets/modules/_snippet-content.scss */
.snippet-content--text-to-voice .plyr--full-ui input[type="range"] {
  color: #0065f2;
}

/* line 140, app/assets/stylesheets/modules/_snippet-content.scss */
.snippet-content--text-to-voice .plyr--audio .plyr__control.plyr__tab-focus,
.snippet-content--text-to-voice .plyr--audio .plyr__control:hover,
.snippet-content--text-to-voice .plyr--audio .plyr__control[aria-expanded="true"] {
  background-color: #0065f2;
}

/* line 1, app/assets/stylesheets/modules/_poll.scss */
.st__content-block--poll {
  margin: 2rem 0 3rem 0;
}

/* line 5, app/assets/stylesheets/modules/_poll.scss */
.poll {
  background-color: #f9f9f9;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  position: relative;
}

/* line 11, app/assets/stylesheets/modules/_poll.scss */
.poll__header {
  margin-bottom: 1.5rem;
}

/* line 15, app/assets/stylesheets/modules/_poll.scss */
.poll__label {
  color: #005c9c;
  font-size: 11px;
  margin-bottom: 0.75rem;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
}

/* line 24, app/assets/stylesheets/modules/_poll.scss */
.poll__title {
  font-size: 1.125em !important;
  font-weight: 600 !important;
  line-height: 1.2;
  margin: 0;
}

/* line 31, app/assets/stylesheets/modules/_poll.scss */
.poll__options {
  padding: 0;
  list-style-type: none;
  margin: 0;
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 64.0625em) {
  /* line 37, app/assets/stylesheets/modules/_poll.scss */
  .poll--horizontal .poll__options {
    flex-direction: row;
  }
}

/* line 42, app/assets/stylesheets/modules/_poll.scss */
.poll__option {
  display: block;
  flex: 1 0 auto;
  margin-bottom: 0.6875rem;
}

/* line 47, app/assets/stylesheets/modules/_poll.scss */
.poll__option:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 64.0625em) {
  /* line 52, app/assets/stylesheets/modules/_poll.scss */
  .poll--horizontal .poll__option {
    margin-bottom: 0;
  }
}

/* line 58, app/assets/stylesheets/modules/_poll.scss */
.poll-button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  border-radius: 4px;
  cursor: pointer !important;
  display: block;
  border: 1px solid #222833 !important;
  padding: 0.8125rem 1rem !important;
  position: relative;
  text-align: left;
  transition: all 300ms ease-in-out;
  width: 100%;
  overflow: hidden;
}

/* line 72, app/assets/stylesheets/modules/_poll.scss */
.poll-button > * {
  pointer-events: none;
}

/* line 76, app/assets/stylesheets/modules/_poll.scss */
.poll-button:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px;
}

/* line 80, app/assets/stylesheets/modules/_poll.scss */
.poll.is-submitted .poll-button {
  pointer-events: none;
}

/* line 84, app/assets/stylesheets/modules/_poll.scss */
.poll.is-complete .poll__option--correct .poll-button {
  border-color: #70cc81;
}

@media only screen and (min-width: 40.0625em) {
  /* line 58, app/assets/stylesheets/modules/_poll.scss */
  .poll-button {
    padding: 0.8125rem 1rem 0.8125rem 2rem !important;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 93, app/assets/stylesheets/modules/_poll.scss */
  .poll--horizontal .poll-button {
    padding: 0.8125rem 1rem !important;
  }
}

/* line 99, app/assets/stylesheets/modules/_poll.scss */
.poll-button__bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transition: max-width 600ms ease-in-out;
  width: 100%;
  max-width: 0;
  background: #70cc81;
}

/* line 109, app/assets/stylesheets/modules/_poll.scss */
.poll.is-complete .poll__option--correct .poll-button__bar {
  background: #70cc81;
}

/* line 113, app/assets/stylesheets/modules/_poll.scss */
.poll.is-complete .poll-button__bar {
  background: #d5e0e8;
  transition-delay: 300ms;
}

/* line 118, app/assets/stylesheets/modules/_poll.scss */
.poll--horizontal .poll-button__bar {
  background: #70cc81 !important;
  transition-duration: 300ms;
}

/* line 123, app/assets/stylesheets/modules/_poll.scss */
.poll-button:hover .poll-button__bar {
  max-width: 100%;
}

@media (hover: none) {
  /* line 128, app/assets/stylesheets/modules/_poll.scss */
  .poll-button:hover .poll-button__bar {
    max-width: 0;
  }
}

/* line 133, app/assets/stylesheets/modules/_poll.scss */
.poll.is-submitted .poll-button:hover .poll-button__bar {
  max-width: 0;
}

/* line 138, app/assets/stylesheets/modules/_poll.scss */
.poll-button__content {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  position: relative;
}

@media only screen and (min-width: 40.0625em) {
  /* line 138, app/assets/stylesheets/modules/_poll.scss */
  .poll-button__content {
    flex-direction: row;
  }
}

/* line 149, app/assets/stylesheets/modules/_poll.scss */
.poll-button__label {
  flex: 1 0 100%;
  line-height: 1.4;
  text-align: left;
  transition: all 300ms ease-in-out;
}

@media only screen and (min-width: 64.0625em) {
  /* line 155, app/assets/stylesheets/modules/_poll.scss */
  .poll--horizontal .poll-button__label {
    text-align: center;
  }
}

/* line 161, app/assets/stylesheets/modules/_poll.scss */
.poll.is-complete .poll-button__label {
  flex: 1 1 100%;
}

/* line 166, app/assets/stylesheets/modules/_poll.scss */
.poll-button__total {
  background: #000;
  border-radius: 4px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  margin-right: 1rem;
  min-width: 2.5rem;
  opacity: 0;
  padding: 4px;
  text-align: center;
  transition: all 300ms ease-in-out 400ms;
}

@media only screen and (min-width: 64.0625em) {
  /* line 166, app/assets/stylesheets/modules/_poll.scss */
  .poll-button__total {
    margin-left: 1rem;
    margin-right: 0;
  }
}

/* line 185, app/assets/stylesheets/modules/_poll.scss */
.poll.is-complete .poll-button__total {
  opacity: 1;
}

/* line 190, app/assets/stylesheets/modules/_poll.scss */
.poll__footer {
  font-size: 0.75rem;
  margin-top: 1rem;
}

@media only screen and (min-width: 64.0625em) {
  /* line 197, app/assets/stylesheets/modules/_poll.scss */
  .poll--horizontal .poll__option:first-child {
    margin-right: 6px;
  }
  /* line 200, app/assets/stylesheets/modules/_poll.scss */
  .poll--horizontal .poll__option:first-child .poll-button__bar {
    right: 0;
    left: auto;
  }
  /* line 204, app/assets/stylesheets/modules/_poll.scss */
  .poll--horizontal .poll__option:first-child .poll-button__total {
    margin: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  /* line 212, app/assets/stylesheets/modules/_poll.scss */
  .poll--horizontal .poll__option:last-child {
    margin-left: 6px;
  }
  /* line 215, app/assets/stylesheets/modules/_poll.scss */
  .poll--horizontal .poll__option:last-child .poll-button__total {
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

/* line 1, app/assets/stylesheets/modules/_report-tile.scss */
.report-tile {
  position: relative;
  background-color: var(--header-background-color);
  display: block;
  position: relative;
  padding-top: 116.6666666667%;
  color: #fff;
}

/* line 27, node_modules/css-patterns/stylesheets/patterns/_fluid_media_wrapper.scss */
.report-tile embed,
.report-tile iframe,
.report-tile object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 11, app/assets/stylesheets/modules/_report-tile.scss */
.report-tile--report:after, .report-tile--page:after, .report-tile--tout:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 46px solid #162236;
  border-right: 46px solid #fff;
}

/* line 24, app/assets/stylesheets/modules/_report-tile.scss */
.report-tile--with-image .report-tile__wrapper {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}

/* line 30, app/assets/stylesheets/modules/_report-tile.scss */
.report-tile--with-image .report-tile__content {
  padding-top: 2rem;
}

@media only screen and (max-width: 40em) {
  /* line 35, app/assets/stylesheets/modules/_report-tile.scss */
  .report-tile--with-image .report-tile__image .placeholder-inner {
    padding-bottom: 54%;
  }
}

/* line 41, app/assets/stylesheets/modules/_report-tile.scss */
.report-tile--full {
  position: relative;
  padding-top: 76.4356435644%;
}

/* line 27, node_modules/css-patterns/stylesheets/patterns/_fluid_media_wrapper.scss */
.report-tile--full embed,
.report-tile--full iframe,
.report-tile--full object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 45, app/assets/stylesheets/modules/_report-tile.scss */
.report-tile--full .report-tile--with-image .report-tile__wrapper {
  display: block;
}

/* line 50, app/assets/stylesheets/modules/_report-tile.scss */
.report-tile--full .report-tile__image {
  width: 48%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

/* line 56, app/assets/stylesheets/modules/_report-tile.scss */
.report-tile--full .report-tile__image .placeholder {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

/* line 64, app/assets/stylesheets/modules/_report-tile.scss */
.report-tile--full .report-tile__image .report-tile__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 52%;
}

/* line 74, app/assets/stylesheets/modules/_report-tile.scss */
.report-tile--report {
  background-color: var(--header-dark-background-color);
}

/* line 78, app/assets/stylesheets/modules/_report-tile.scss */
.report-tile__content {
  padding: 2rem 1rem 1rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 78, app/assets/stylesheets/modules/_report-tile.scss */
  .report-tile__content {
    padding: 3rem 2rem 2rem;
  }
}

/* line 85, app/assets/stylesheets/modules/_report-tile.scss */
.report-tile__wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

/* line 94, app/assets/stylesheets/modules/_report-tile.scss */
.report-tile__read-more {
  margin-top: auto;
  padding: 2rem;
  padding-left: 1rem;
  font-size: 1rem;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 104, app/assets/stylesheets/modules/_report-tile.scss */
.report-tile__read-more::after {
  content: " >";
}

@media only screen and (min-width: 40.0625em) {
  /* line 94, app/assets/stylesheets/modules/_report-tile.scss */
  .report-tile__read-more {
    padding: 2rem;
  }
}

/* line 113, app/assets/stylesheets/modules/_report-tile.scss */
.report-tile__label {
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: calc(10px + 0.75rem);
  font-size: 0.875rem;
  color: #ffffff90;
}

/* line 120, app/assets/stylesheets/modules/_report-tile.scss */
.report-tile__label::before, .report-tile__label::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/* line 132, app/assets/stylesheets/modules/_report-tile.scss */
.report-tile__label::before {
  top: 3px;
  background-color: #fff;
}

/* line 137, app/assets/stylesheets/modules/_report-tile.scss */
.report-tile__label::after {
  bottom: 3px;
  left: 3px;
  border: 1px solid #fff;
}

@media only screen and (min-width: 64.0625em) {
  /* line 113, app/assets/stylesheets/modules/_report-tile.scss */
  .report-tile__label {
    font-size: 1rem;
  }
}

/* line 150, app/assets/stylesheets/modules/_report-tile.scss */
.report-tile--video .report-tile__label::before {
  content: "►";
  border: none;
  top: -8px;
  color: #fff;
  background: none;
}

/* line 157, app/assets/stylesheets/modules/_report-tile.scss */
.report-tile--video .report-tile__label::after {
  border: none;
}

/* line 162, app/assets/stylesheets/modules/_report-tile.scss */
.report-tile--video .placeholder {
  position: relative;
}

/* line 165, app/assets/stylesheets/modules/_report-tile.scss */
.report-tile--video .placeholder:after {
  background: url(/assets/video/play-icon-v2-53f788884c93dc9901b3da0719e13771831022b9d07d64454742c4624dddf15f.svg) no-repeat;
  background-size: cover;
  content: "";
  height: 60px;
  left: calc(50% - 30px);
  position: absolute;
  top: calc(50% - 30px);
  width: 60px;
}

@media only screen and (max-width: 40em) {
  /* line 176, app/assets/stylesheets/modules/_report-tile.scss */
  .report-tile--video.tout--default .placeholder:after {
    height: 32px;
    left: calc(50% - 16px);
    top: calc(50% - 16px);
    width: 32px;
  }
  /* line 182, app/assets/stylesheets/modules/_report-tile.scss */
  .report-tile--video.tout--hero .placeholder:after {
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    width: 40px;
  }
}

/* line 191, app/assets/stylesheets/modules/_report-tile.scss */
.report-tile__title {
  margin-bottom: 1rem;
  font-size: 1.375rem;
  font-weight: bold;
}

/* line 199, app/assets/stylesheets/modules/_report-tile.scss */
.report-grid .report-tile {
  margin-bottom: 42px;
}

@media only screen and (min-width: 40.0625em) {
  /* line 198, app/assets/stylesheets/modules/_report-tile.scss */
  .report-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 42px;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 198, app/assets/stylesheets/modules/_report-tile.scss */
  .report-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* line 1, app/assets/stylesheets/modules/_full-report-nav.scss */
.full-report-nav {
  position: sticky;
  top: 4rem;
  display: none;
}

@media only screen and (min-width: 40.0625em) {
  /* line 1, app/assets/stylesheets/modules/_full-report-nav.scss */
  .full-report-nav {
    display: block;
  }
}

/* line 9, app/assets/stylesheets/modules/_full-report-nav.scss */
body.event-takeover-active .full-report-nav {
  top: calc(gutter(4) + 43px);
}

/* line 14, app/assets/stylesheets/modules/_full-report-nav.scss */
.full-report-mobile-nav {
  margin-bottom: 1rem;
}

/* line 17, app/assets/stylesheets/modules/_full-report-nav.scss */
.full-report-mobile-nav .full-report-nav__label,
.full-report-mobile-nav .full-report-nav__label span {
  border: none;
}

/* line 22, app/assets/stylesheets/modules/_full-report-nav.scss */
.full-report-mobile-nav .select-dropdown {
  max-width: 100%;
  overflow: hidden;
  border-color: var(--header-border-color);
  color: var(--body-link-color);
}

/* line 27, app/assets/stylesheets/modules/_full-report-nav.scss */
.full-report-mobile-nav .select-dropdown select {
  width: 100%;
}

@media only screen and (min-width: 40.0625em) {
  /* line 14, app/assets/stylesheets/modules/_full-report-nav.scss */
  .full-report-mobile-nav {
    display: none;
  }
  /* line 34, app/assets/stylesheets/modules/_full-report-nav.scss */
  .article-story__body--full .full-report-mobile-nav {
    display: block;
  }
}

/* line 40, app/assets/stylesheets/modules/_full-report-nav.scss */
.full-report-nav__label {
  border-bottom: 1px solid var(--header-border-color);
  font-weight: 600;
  font-size: 0.865rem;
  color: #84919c;
  text-transform: uppercase;
}

/* line 47, app/assets/stylesheets/modules/_full-report-nav.scss */
.full-report-nav__label span {
  display: inline-block;
  margin-bottom: -1px;
  padding: 0 0 1rem 0;
  border-bottom: 1px solid var(--header-background-color);
}

/* line 54, app/assets/stylesheets/modules/_full-report-nav.scss */
.full-report-footer .full-report-nav__label {
  border: none;
  display: block;
  text-decoration: none;
}

/* line 61, app/assets/stylesheets/modules/_full-report-nav.scss */
.full-report-nav__content {
  position: relative;
}

@media only screen and (min-width: 40.0625em) {
  /* line 65, app/assets/stylesheets/modules/_full-report-nav.scss */
  .full-report-nav__content:after {
    content: "";
    height: 3rem;
    width: 100%;
    position: absolute;
    top: calc(100vh - 4rem - 3rem - 2rem);
    left: 0;
    right: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 42%, white 87%, white 100%);
  }
  /* line 82, app/assets/stylesheets/modules/_full-report-nav.scss */
  body.event-takeover-active .full-report-nav__content:after {
    top: calc(100vh - 4rem - 3rem - 2rem + 43px);
  }
}

/* line 89, app/assets/stylesheets/modules/_full-report-nav.scss */
.full-report-nav__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

@media only screen and (min-width: 40.0625em) {
  /* line 89, app/assets/stylesheets/modules/_full-report-nav.scss */
  .full-report-nav__list {
    max-height: calc(100vh - 4rem - 2rem);
    overflow-y: auto;
    padding-bottom: 0;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  /* line 99, app/assets/stylesheets/modules/_full-report-nav.scss */
  .full-report-nav__list::-webkit-scrollbar {
    display: none;
  }
}

/* line 108, app/assets/stylesheets/modules/_full-report-nav.scss */
.full-report-nav__list-item {
  padding: 1.5rem;
  line-height: 1.37;
  border-bottom: 1px solid #d5e0e8;
}

/* line 114, app/assets/stylesheets/modules/_full-report-nav.scss */
.full-report-nav__list-sub-item {
  margin-top: 1rem;
}

/* line 118, app/assets/stylesheets/modules/_full-report-nav.scss */
.full-report-nav__link {
  font-weight: 500;
  color: #000000;
}

/* line 123, app/assets/stylesheets/modules/_full-report-nav.scss */
.full-report-nav__link.is-active {
  font-weight: 600;
  color: var(--header-background-color);
}

/* line 127, app/assets/stylesheets/modules/_full-report-nav.scss */
.full-report-nav__link.is-active::before {
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 0.75rem;
  margin-left: -1.375rem;
  background-color: currentColor;
}

/* line 141, app/assets/stylesheets/modules/_full-report-nav.scss */
.full-report-nav__sub-link {
  color: #000000;
}

/* line 146, app/assets/stylesheets/modules/_full-report-nav.scss */
.full-report__content h1 {
  font-weight: 600;
  line-height: 1.33;
}

/* line 151, app/assets/stylesheets/modules/_full-report-nav.scss */
.full-report__content h2[id] {
  position: relative;
  padding-top: 3rem;
  margin-top: -2rem;
}

/* line 156, app/assets/stylesheets/modules/_full-report-nav.scss */
.full-report__content h2[id]:before {
  position: absolute;
  top: -4rem;
  content: "";
  width: 1px;
  height: 1px;
  pointer-events: none;
}

/* line 166, app/assets/stylesheets/modules/_full-report-nav.scss */
.full-report__content sup {
  font-weight: 600;
  padding: 5px;
  position: relative;
  display: inline-block;
  cursor: help;
}

/* line 172, app/assets/stylesheets/modules/_full-report-nav.scss */
.full-report__content sup span {
  display: none;
}

/* line 176, app/assets/stylesheets/modules/_full-report-nav.scss */
.full-report__content sup:hover span {
  display: block;
  content: attr(title);
  position: absolute;
  top: calc(100% + 0.6rem);
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  background: #222833;
  color: #fff;
  line-height: 1.3;
  min-width: 210px;
  z-index: 1;
}

/* line 193, app/assets/stylesheets/modules/_full-report-nav.scss */
.full-report__content .image__credit {
  text-align: right;
}

/* line 1, app/assets/stylesheets/modules/_full-report-footer.scss */
.full-report-footer {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}

/* line 6, app/assets/stylesheets/modules/_full-report-footer.scss */
.full-report-footer .is-mobile-hidden {
  display: none;
}

@media only screen and (min-width: 40.0625em) {
  /* line 1, app/assets/stylesheets/modules/_full-report-footer.scss */
  .full-report-footer {
    grid-template-columns: auto auto;
  }
}

/* line 13, app/assets/stylesheets/modules/_full-report-footer.scss */
.full-report-footer__link-item {
  padding: 1rem 0;
  border-top: 1px solid #84919c;
}

@media only screen and (min-width: 40.0625em) {
  /* line 20, app/assets/stylesheets/modules/_full-report-footer.scss */
  .full-report-footer__link-item--next {
    text-align: right;
  }
}

/* line 27, app/assets/stylesheets/modules/_full-report-footer.scss */
.full-report-footer .full-report-nav__label {
  margin: 0 22px 0.5rem;
}

/* line 31, app/assets/stylesheets/modules/_full-report-footer.scss */
.full-report-footer__link {
  font-weight: 600;
  color: var(--header-background-color);
  display: grid;
  grid: "prev text next" / 22px auto 22px;
}

/* line 37, app/assets/stylesheets/modules/_full-report-footer.scss */
.full-report-footer__link .full-report-footer__link-text {
  grid-area: text;
}

/* line 40, app/assets/stylesheets/modules/_full-report-footer.scss */
.full-report-footer__link .chevon-arrow {
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 1.2rem;
  transform: rotate(-90deg);
}

/* line 50, app/assets/stylesheets/modules/_full-report-footer.scss */
.full-report-footer__link--prev .chevon-wrapper {
  grid-area: prev;
}

/* line 56, app/assets/stylesheets/modules/_full-report-footer.scss */
.full-report-footer__link--next .chevon-arrow {
  transform: rotate(90deg);
}

@media only screen and (max-width: 64em) {
  /* line 60, app/assets/stylesheets/modules/_full-report-footer.scss */
  .full-report-footer__link--next .chevon-wrapper {
    grid-area: prev;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 65, app/assets/stylesheets/modules/_full-report-footer.scss */
  .full-report-footer__link--next .chevon-wrapper {
    grid-area: next;
  }
}

/* line 2, app/assets/stylesheets/modules/_impact.scss */
.impact .button {
  line-height: 3rem;
  border-radius: 0.375rem;
  font-weight: 500;
  height: 3rem;
  min-width: 2.5rem;
  font-size: 1.37rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-color: #0065f2;
  text-decoration: none;
}

/* line 17, app/assets/stylesheets/modules/_impact.scss */
.collection-page__header .button {
  float: right;
}

/* line 22, app/assets/stylesheets/modules/_impact.scss */
.impact-strapline {
  font-size: 1rem;
  font-weight: 600;
  border-top: 1px solid #fff;
  margin-bottom: 1.5rem;
}

/* line 27, app/assets/stylesheets/modules/_impact.scss */
.impact-strapline span {
  border-top: 2px solid #fff;
  display: inline-block;
  line-height: 2;
}

/* line 35, app/assets/stylesheets/modules/_impact.scss */
.impact-sharing .social-sharing {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 41, app/assets/stylesheets/modules/_impact.scss */
.impact-subtitle {
  font-size: 1.76rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

/* line 47, app/assets/stylesheets/modules/_impact.scss */
.impact-stats,
.impact-measure {
  background: #222833;
  color: #edf2f5;
}

/* line 53, app/assets/stylesheets/modules/_impact.scss */
.impact-measure {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* line 57, app/assets/stylesheets/modules/_impact.scss */
.impact-measure .impact-subtitle {
  margin: 0;
  margin-bottom: 1rem;
  font-size: 1.65rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 57, app/assets/stylesheets/modules/_impact.scss */
  .impact-measure .impact-subtitle {
    margin-bottom: 0;
  }
}

/* line 66, app/assets/stylesheets/modules/_impact.scss */
.impact-measure p {
  font-size: 1.565em;
  font-weight: 300;
  line-height: 1.37;
}

/* line 70, app/assets/stylesheets/modules/_impact.scss */
.impact-measure p:first-child {
  margin-top: 0;
}

/* line 77, app/assets/stylesheets/modules/_impact.scss */
.impact-testimonials .glide__arrow {
  background: transparent;
  width: 60px;
}

/* line 83, app/assets/stylesheets/modules/_impact.scss */
.impact-testimonials .impact-testimonial .placeholder {
  width: 230px;
  height: 230px;
  border-radius: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

/* line 92, app/assets/stylesheets/modules/_impact.scss */
.impact-testimonials .impact-testimonial__body {
  text-align: center;
}

@media only screen and (min-width: 40.0625em) {
  /* line 97, app/assets/stylesheets/modules/_impact.scss */
  .impact-testimonials .impact-testimonial blockquote {
    margin: 0;
    margin-left: 6rem;
    margin-right: 6rem;
    display: flex;
    align-items: center;
  }
  /* line 105, app/assets/stylesheets/modules/_impact.scss */
  .impact-testimonials .impact-testimonial .placeholder {
    flex: 1 0 auto;
    background: rgba(0, 0, 0, 0.2);
    width: 180px;
    height: 180px;
    border-radius: 100%;
    overflow: hidden;
  }
  /* line 114, app/assets/stylesheets/modules/_impact.scss */
  .impact-testimonials .impact-testimonial__body {
    flex: 1 1 auto;
    margin-left: 2rem;
    margin-right: 4rem;
    text-align: left;
  }
}

/* line 124, app/assets/stylesheets/modules/_impact.scss */
.impact-contact {
  background-color: #2b3241;
  color: #fff;
  text-align: center;
}

/* line 128, app/assets/stylesheets/modules/_impact.scss */
.impact-contact p {
  font-size: 1.67rem;
  font-weight: 600;
}

@media only screen and (min-width: 40.0625em) {
  /* line 128, app/assets/stylesheets/modules/_impact.scss */
  .impact-contact p {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}

/* line 137, app/assets/stylesheets/modules/_impact.scss */
.impact-contact .button {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.2rem;
  transition: background-color 0.2s ease-in-out;
}

/* line 143, app/assets/stylesheets/modules/_impact.scss */
.impact-contact .button:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* line 149, app/assets/stylesheets/modules/_impact.scss */
.impact-stats {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* line 154, app/assets/stylesheets/modules/_impact.scss */
.impact-stat-list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 154, app/assets/stylesheets/modules/_impact.scss */
  .impact-stat-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-content: stretch;
    align-items: center;
  }
}

/* line 165, app/assets/stylesheets/modules/_impact.scss */
.impact-stat {
  flex: 0 1 auto;
  text-align: center;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 40.0625em) {
  /* line 165, app/assets/stylesheets/modules/_impact.scss */
  .impact-stat {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

/* line 177, app/assets/stylesheets/modules/_impact.scss */
.impact-stat strong {
  display: block;
  font-size: 5rem;
}

/* line 182, app/assets/stylesheets/modules/_impact.scss */
.impact-stat p {
  font-size: 1.37rem;
  font-weight: 300;
}

/* line 1, app/assets/stylesheets/modules/_uplink-slider.scss */
.uplink-slider {
  margin: 0;
}

/* line 4, app/assets/stylesheets/modules/_uplink-slider.scss */
.uplink-slider .slick-dots {
  bottom: auto;
  top: -2rem;
  padding: 0 0.4rem;
}

/* line 11, app/assets/stylesheets/modules/_uplink-slider.scss */
.uplink-slider .slick-dots li button:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #a5a5a5;
  transition: all 0.3s ease;
  opacity: 1 !important;
}

/* line 23, app/assets/stylesheets/modules/_uplink-slider.scss */
.uplink-slider .slick-dots li.slick-active button:before {
  transform: scale(1.5);
  background-color: #f8005c;
}

/* line 30, app/assets/stylesheets/modules/_uplink-slider.scss */
.uplink-slider .slick-dots li:hover button:before {
  transform: scale(1.5);
  width: 0.5rem;
  height: 0.5rem;
}

/* line 1, app/assets/stylesheets/modules/_button.scss */
.ds-button {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  position: relative;
  border-radius: 999px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-inline: 12px;
  transition: all 250ms ease-in-out;
  opacity: 1;
  border: 0;
  color: inherit;
  cursor: pointer;
}

/* line 16, app/assets/stylesheets/modules/_button.scss */
.ds-button span:has(svg) {
  display: flex;
}

/* line 20, app/assets/stylesheets/modules/_button.scss */
.ds-button span:not(:has(svg)) {
  padding-inline: 8px;
}

/* line 24, app/assets/stylesheets/modules/_button.scss */
.ds-button--full {
  width: 100%;
}

/* line 27, app/assets/stylesheets/modules/_button.scss */
.ds-button--full span:has(svg) {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

/* line 35, app/assets/stylesheets/modules/_button.scss */
.ds-button--small {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  height: 32px;
  padding-inline: 8px;
}

/* line 40, app/assets/stylesheets/modules/_button.scss */
.ds-button--small span:not(:has(svg)) {
  padding-inline: 4px;
}

/* line 46, app/assets/stylesheets/modules/_button.scss */
.ds-button__solid:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #3384f5;
}

/* line 51, app/assets/stylesheets/modules/_button.scss */
.ds-button__solid--primary {
  background: #0065f2;
}

/* line 54, app/assets/stylesheets/modules/_button.scss */
.ds-button__solid--primary:hover {
  background: #3384f5;
}

/* line 58, app/assets/stylesheets/modules/_button.scss */
.ds-button__solid--primary:active {
  background: #66a3f7;
}

/* line 63, app/assets/stylesheets/modules/_button.scss */
.ds-button__solid--on-image {
  background: rgba(255, 255, 255, 0.15);
}

/* line 66, app/assets/stylesheets/modules/_button.scss */
.ds-button__solid--on-image:hover {
  background: rgba(255, 255, 255, 0.3);
}

/* line 70, app/assets/stylesheets/modules/_button.scss */
.ds-button__solid--on-image:active {
  background: rgba(255, 255, 255, 0.5);
}

/* line 77, app/assets/stylesheets/modules/_button.scss */
.ds-button__outline:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #3384f5;
}

/* line 82, app/assets/stylesheets/modules/_button.scss */
.ds-button__outline--on-image {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

/* line 86, app/assets/stylesheets/modules/_button.scss */
.ds-button__outline--on-image:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 91, app/assets/stylesheets/modules/_button.scss */
.ds-button__outline--on-image:active {
  background: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 97, app/assets/stylesheets/modules/_button.scss */
.ds-button__outline--secondary {
  background: transparent;
  border: 2px solid rgba(128, 128, 128, 0.32);
}

/* line 101, app/assets/stylesheets/modules/_button.scss */
.ds-button__outline--secondary:hover {
  background: rgba(128, 128, 128, 0.2);
  border-color: rgba(128, 128, 128, 0.44);
}

/* line 106, app/assets/stylesheets/modules/_button.scss */
.ds-button__outline--secondary:active {
  background: rgba(128, 128, 128, 0.32);
  border-color: rgba(128, 128, 128, 0.56);
}

/* line 2, app/assets/stylesheets/modules/_events.scss */
.event-nav__redirector a {
  color: #dc3e37;
}

/* line 4, app/assets/stylesheets/modules/_events.scss */
.event-nav__redirector a span {
  color: #005c9c;
  text-decoration: underline;
}

/* line 11, app/assets/stylesheets/modules/_events.scss */
.events-header {
  border-top: 3px solid #141414;
  border-top-color: var(--text-default);
  padding-top: 0.2em;
  border-bottom: 1px solid #d5e0e8;
  padding-bottom: 10px;
  font-size: 1.3em;
  padding-bottom: 0.375em;
  padding-right: 2em;
  margin-top: 0;
  font-weight: normal;
  margin-bottom: 0.75em;
}

@media only screen and (min-width: 40.0625em) {
  /* line 11, app/assets/stylesheets/modules/_events.scss */
  .events-header {
    margin-bottom: 0.9em;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 11, app/assets/stylesheets/modules/_events.scss */
  .events-header {
    font-size: 2em;
    font-weight: 300;
  }
}

/* line 15, app/assets/stylesheets/modules/_events.scss */
.event-section {
  padding-top: 2em;
  padding-bottom: 2em;
}

/* line 20, app/assets/stylesheets/modules/_events.scss */
.event-show-container {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
  /* The first SirTrevor block should have a larger font than other
  blocks */
}

@media only screen {
  /* line 20, app/assets/stylesheets/modules/_events.scss */
  .event-show-container {
    width: 100%;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 20, app/assets/stylesheets/modules/_events.scss */
  .event-show-container {
    width: 66.6666666667%;
  }
}

/* line 24, app/assets/stylesheets/modules/_events.scss */
.event-show-container .st__content-block--text:first-of-type p {
  line-height: 1.4em;
  font-size: 1.4em;
}

/* line 30, app/assets/stylesheets/modules/_events.scss */
.event-title__container {
  background-color: #1B2029;
  background-position: center;
  color: white;
  margin-bottom: 2em;
  position: relative;
}

/* line 37, app/assets/stylesheets/modules/_events.scss */
.event-title__container * {
  position: relative;
  /* hack */
}

/* line 43, app/assets/stylesheets/modules/_events.scss */
.dark-tint:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(23, 55, 80, 0.69);
}

/* line 52, app/assets/stylesheets/modules/_events.scss */
.event-title__text {
  font-size: 3em;
  font-weight: 600;
}

@media only screen and (min-width: 64.0625em) {
  /* line 52, app/assets/stylesheets/modules/_events.scss */
  .event-title__text {
    font-size: 4.5em;
  }
}

/* line 61, app/assets/stylesheets/modules/_events.scss */
.event-section-header {
  border-bottom: 1px solid #d5e0e8;
  padding-bottom: 10px;
  margin-bottom: 1em;
}

/* line 31, app/assets/stylesheets/patterns/_text.scss */
.event-section-header span {
  border-bottom: 3px solid #d5e0e8;
  font-weight: 600;
  padding-bottom: 10px;
}

/* line 66, app/assets/stylesheets/modules/_events.scss */
.event-social-container {
  display: none;
  margin-bottom: -4px;
}

@media only screen and (min-width: 64.0625em) {
  /* line 66, app/assets/stylesheets/modules/_events.scss */
  .event-social-container {
    position: relative;
    padding-left: 21px;
    padding-right: 21px;
    float: left;
    display: block;
    text-align: right;
  }
}

@media only screen and (min-width: 64.0625em) and (min-width: 64.0625em) {
  /* line 66, app/assets/stylesheets/modules/_events.scss */
  .event-social-container {
    width: 33.3333333333%;
  }
}

/* line 75, app/assets/stylesheets/modules/_events.scss */
.event-links__list {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 75, app/assets/stylesheets/modules/_events.scss */
  .event-links__list {
    padding: 0;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    height: calc(2.075em + 3px);
  }
  /* line 15, node_modules/css-patterns/stylesheets/patterns/_inline_list.scss */
  .event-links__list > * {
    display: inline-block;
  }
}

/* line 88, app/assets/stylesheets/modules/_events.scss */
.event-social-list {
  padding: 0;
  list-style-type: none;
  margin: 0;
  position: relative;
  bottom: .75em;
  font-weight: 600;
}

/* line 15, node_modules/css-patterns/stylesheets/patterns/_inline_list.scss */
.event-social-list > * {
  display: inline-block;
}

/* line 94, app/assets/stylesheets/modules/_events.scss */
.event-social-list li {
  margin-right: .5em;
}

/* line 99, app/assets/stylesheets/modules/_events.scss */
.event-links__item a {
  color: white;
  font-weight: 600;
  text-decoration: none;
  margin-right: 1.75em;
  display: inline-block;
  margin-bottom: .95em;
  border-bottom: 3px solid transparent;
}

@media only screen and (min-width: 40.0625em) {
  /* line 99, app/assets/stylesheets/modules/_events.scss */
  .event-links__item a {
    padding-bottom: .95em;
    margin-bottom: 0;
  }
}

/* line 113, app/assets/stylesheets/modules/_events.scss */
.event-links__item a.event-active-page, .event-links__item a:hover {
  border-bottom: 3px solid #6fc2e9;
  color: #6fc2e9;
}

/* line 119, app/assets/stylesheets/modules/_events.scss */
.event-links__container {
  border-top: 1px solid #304751;
  padding-top: 1.25em;
  background-color: #1b2029;
}

/* line 125, app/assets/stylesheets/modules/_events.scss */
.event-links__content {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
}

@media only screen {
  /* line 125, app/assets/stylesheets/modules/_events.scss */
  .event-links__content {
    width: 100%;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 125, app/assets/stylesheets/modules/_events.scss */
  .event-links__content {
    width: 66.6666666667%;
  }
}

/* line 129, app/assets/stylesheets/modules/_events.scss */
.stream-widget-block {
  padding-top: 2em;
  padding-bottom: 2em;
}

/* line 134, app/assets/stylesheets/modules/_events.scss */
.stream-widget-block--alt {
  margin-top: -2em;
  margin-bottom: 1em;
  background-color: #f0f0f0;
}

/* line 140, app/assets/stylesheets/modules/_events.scss */
.stream-widget {
  text-align: center;
}

/* line 144, app/assets/stylesheets/modules/_events.scss */
.stream-widget--chinese {
  min-height: 2500px;
  overflow: auto;
  width: 100%;
  border: 0;
  margin-bottom: 2rem;
}

/* line 152, app/assets/stylesheets/modules/_events.scss */
.session-body {
  margin-top: 2em;
}

/* line 155, app/assets/stylesheets/modules/_events.scss */
.event-explorer__loading-message {
  text-align: center;
  font-size: 1em;
  margin: 100px;
}

/* line 1, app/assets/stylesheets/modules/_event-banner.scss */
.event-banner {
  color: #fff;
  padding: 1rem 0;
  background-color: #1b2029;
  background-size: cover;
  background-position: center 25%;
  padding-bottom: 1rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 1, app/assets/stylesheets/modules/_event-banner.scss */
  .event-banner {
    padding-top: 110px;
    padding-bottom: 2rem;
  }
}

/* line 14, app/assets/stylesheets/modules/_event-banner.scss */
.event-banner .row, .event-banner .article-story .article__lead-image .st__content-block.st__content-block--image figcaption, .article-story .article__lead-image .st__content-block.st__content-block--image .event-banner figcaption {
  position: relative;
}

/* line 18, app/assets/stylesheets/modules/_event-banner.scss */
.event-banner__hashtag {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  font-weight: 600;
}

@media only screen and (min-width: 40.0625em) {
  /* line 18, app/assets/stylesheets/modules/_event-banner.scss */
  .event-banner__hashtag {
    display: block;
  }
}

/* line 30, app/assets/stylesheets/modules/_event-banner.scss */
.event-banner__cta {
  color: #fff;
  font-weight: 600;
}

/* line 33, app/assets/stylesheets/modules/_event-banner.scss */
.event-banner__cta img {
  margin-left: 2px;
}

/* line 38, app/assets/stylesheets/modules/_event-banner.scss */
.event-banner__dates {
  margin-top: 1rem;
  font-size: 0.75rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 38, app/assets/stylesheets/modules/_event-banner.scss */
  .event-banner__dates {
    font-size: 0.875rem;
  }
}

/* line 46, app/assets/stylesheets/modules/_event-banner.scss */
.event-banner__title {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 46, app/assets/stylesheets/modules/_event-banner.scss */
  .event-banner__title {
    margin-bottom: 1rem;
    font-size: 3.25rem;
  }
}

/* line 55, app/assets/stylesheets/modules/_event-banner.scss */
.event-banner__theme {
  margin: 1rem 0 1rem;
  padding-right: 1rem;
  line-height: 1.4;
}

@media only screen and (min-width: 40.0625em) {
  /* line 55, app/assets/stylesheets/modules/_event-banner.scss */
  .event-banner__theme {
    font-size: 1.125rem;
    margin: -0.5rem 0 1rem;
  }
}

/* line 1, app/assets/stylesheets/modules/_event-details.scss */
.event-details__container {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
  min-height: 28.675em;
  background-color: #142B3C;
  margin-bottom: 1.5em;
  background-clip: content-box;
  color: white;
  position: relative;
}

@media only screen {
  /* line 1, app/assets/stylesheets/modules/_event-details.scss */
  .event-details__container {
    width: 100%;
  }
}

/* line 11, app/assets/stylesheets/modules/_event-details.scss */
.event-details__container * {
  position: relative;
  /* hack */
}

/* line 17, app/assets/stylesheets/modules/_event-details.scss */
.event-details__container.dark-tint:before {
  margin: 0 1.25em;
}

/* line 21, app/assets/stylesheets/modules/_event-details.scss */
.event-details__header-container {
  margin-bottom: 1.5em;
  min-height: 21em;
}

/* line 26, app/assets/stylesheets/modules/_event-details.scss */
.event-details__content-box {
  padding-top: 2em;
  padding-left: 2em;
  padding-right: 2em;
}

@media only screen and (min-width: 40.0625em) {
  /* line 26, app/assets/stylesheets/modules/_event-details.scss */
  .event-details__content-box {
    width: 70%;
  }
}

/* line 35, app/assets/stylesheets/modules/_event-details.scss */
.event-details__content-box > a {
  text-decoration: none;
  color: white;
}

/* line 41, app/assets/stylesheets/modules/_event-details.scss */
.event-details__title {
  font-weight: 600;
  font-size: 2em;
}

@media only screen and (min-width: 40.0625em) {
  /* line 41, app/assets/stylesheets/modules/_event-details.scss */
  .event-details__title {
    font-size: 3.5em;
    line-height: 1;
  }
}

/* line 51, app/assets/stylesheets/modules/_event-details.scss */
.event-details__support-text {
  font-size: 1.25em;
  margin-top: .75em;
}

/* line 55, app/assets/stylesheets/modules/_event-details.scss */
.event-details__support-text > * {
  display: inline-block;
}

/* line 55, app/assets/stylesheets/patterns/_text.scss */
.event-details__support-text > *:after {
  content: " · ";
}

/* line 59, app/assets/stylesheets/patterns/_text.scss */
.event-details__support-text > *:last-of-type:after {
  display: none;
}

/* line 60, app/assets/stylesheets/modules/_event-details.scss */
.watch-live--button {
  background-color: #D12019;
  border: 1px solid #D12019;
  border-radius: 4px;
  padding: 1em 1.5em 1em 1.5em;
  margin: 2em 0;
  text-align: left;
  display: block;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  color: white;
}

/* line 16, app/assets/stylesheets/patterns/_button.scss */
.watch-live--button img {
  position: relative;
  right: 0;
  top: 0.15em;
  float: right;
}

@media only screen and (min-width: 40.0625em) {
  /* line 60, app/assets/stylesheets/modules/_event-details.scss */
  .watch-live--button {
    display: inline-block;
    width: auto;
    text-align: center;
  }
  /* line 28, app/assets/stylesheets/patterns/_button.scss */
  .watch-live--button span {
    float: none;
  }
  /* line 32, app/assets/stylesheets/patterns/_button.scss */
  .watch-live--button img {
    position: relative;
    left: 0.75em;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 60, app/assets/stylesheets/modules/_event-details.scss */
  .watch-live--button {
    padding-bottom: 0.5em;
  }
}

/* line 68, app/assets/stylesheets/modules/_event-details.scss */
.past-events-button {
  border: 1px solid #d5e0e8;
  border-radius: 4px;
  padding: 1em 1.5em 1em 1.5em;
  margin: 2em 0;
  text-align: left;
  display: block;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  color: #005c9c;
}

/* line 16, app/assets/stylesheets/patterns/_button.scss */
.past-events-button img {
  position: relative;
  right: 0;
  top: 0.15em;
  float: right;
}

@media only screen and (min-width: 40.0625em) {
  /* line 68, app/assets/stylesheets/modules/_event-details.scss */
  .past-events-button {
    display: inline-block;
    width: auto;
    text-align: center;
  }
  /* line 28, app/assets/stylesheets/patterns/_button.scss */
  .past-events-button span {
    float: none;
  }
  /* line 32, app/assets/stylesheets/patterns/_button.scss */
  .past-events-button img {
    position: relative;
    left: 0.75em;
  }
}

/* line 1, app/assets/stylesheets/modules/_event-header.scss */
.event-header {
  padding-top: 2em;
  position: relative;
}

/* line 5, app/assets/stylesheets/modules/_event-header.scss */
.event-header .page-title {
  font-size: 2em;
  margin-bottom: 0.5em;
}

/* line 9, app/assets/stylesheets/modules/_event-header.scss */
.event-header .page-title span {
  display: inline-block;
  font-weight: normal;
}

@media only screen and (min-width: 40.0625em) {
  /* line 5, app/assets/stylesheets/modules/_event-header.scss */
  .event-header .page-title {
    margin-bottom: 0;
  }
}

/* line 19, app/assets/stylesheets/modules/_event-header.scss */
.event-header--full {
  padding-bottom: 2em;
  background-color: #101825;
  background-color: rgba(16, 24, 37, 0.75);
  background-size: cover;
  background-position: center;
  color: #fff;
}

/* line 27, app/assets/stylesheets/modules/_event-header.scss */
.event-header--full:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(16, 24, 37, 0.7);
}

/* line 37, app/assets/stylesheets/modules/_event-header.scss */
.event-header--full .page-title {
  font-size: 2em;
  margin-bottom: 0.5em;
}

@media only screen and (min-width: 40.0625em) {
  /* line 37, app/assets/stylesheets/modules/_event-header.scss */
  .event-header--full .page-title {
    font-size: 2.875em;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 37, app/assets/stylesheets/modules/_event-header.scss */
  .event-header--full .page-title {
    font-size: 2.875em;
  }
}

/* line 51, app/assets/stylesheets/modules/_event-header.scss */
.event-header.event-header--large {
  padding-top: 3rem;
  padding-bottom: 4rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 51, app/assets/stylesheets/modules/_event-header.scss */
  .event-header.event-header--large {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
}

/* line 60, app/assets/stylesheets/modules/_event-header.scss */
.event-header.event-header--large .event-header__title {
  font-size: 1.75rem;
  margin-bottom: 0.75rem;
}

/* line 65, app/assets/stylesheets/modules/_event-header.scss */
.event-header.event-header--large .event-header__meta {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

/* line 69, app/assets/stylesheets/modules/_event-header.scss */
.event-header.event-header--large .event-header__meta .location {
  margin-bottom: 0.75rem;
}

/* line 74, app/assets/stylesheets/modules/_event-header.scss */
.event-header.event-header--large .event-header__description {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-bottom: 0.75rem;
}

/* line 81, app/assets/stylesheets/modules/_event-header.scss */
.event-header .event-header__description {
  color: #cfd2e5;
}

/* line 86, app/assets/stylesheets/modules/_event-header.scss */
.event-meta {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 40.0625em) {
  /* line 86, app/assets/stylesheets/modules/_event-header.scss */
  .event-meta {
    text-align: right;
  }
}

/* line 95, app/assets/stylesheets/modules/_event-header.scss */
.event-meta .event-dates span {
  display: block;
  font-size: 0.875em;
  line-height: 1.375em;
}

/* line 102, app/assets/stylesheets/modules/_event-header.scss */
.event-dates {
  margin-bottom: 1em;
}

/* line 105, app/assets/stylesheets/modules/_event-header.scss */
.event-header--full .event-dates {
  margin-bottom: 2em;
}

/* line 110, app/assets/stylesheets/modules/_event-header.scss */
.event-header .watch-video--button {
  position: absolute;
  right: 1.25em;
}

/* line 114, app/assets/stylesheets/modules/_event-header.scss */
.event-header--full .event-header .watch-video--button {
  position: static;
  background-color: #005c9c;
  border: 1px solid #005c9c;
  border-radius: 4px;
  padding: 1em 1.5em 1em 1.5em;
  margin: 2em 0;
  text-align: left;
  display: block;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  color: white;
  margin-bottom: 1em;
}

/* line 16, app/assets/stylesheets/patterns/_button.scss */
.event-header--full .event-header .watch-video--button img {
  position: relative;
  right: 0;
  top: 0.15em;
  float: right;
}

@media only screen and (min-width: 40.0625em) {
  /* line 114, app/assets/stylesheets/modules/_event-header.scss */
  .event-header--full .event-header .watch-video--button {
    display: inline-block;
    width: auto;
    text-align: center;
  }
  /* line 28, app/assets/stylesheets/patterns/_button.scss */
  .event-header--full .event-header .watch-video--button span {
    float: none;
  }
  /* line 32, app/assets/stylesheets/patterns/_button.scss */
  .event-header--full .event-header .watch-video--button img {
    position: relative;
    left: 0.75em;
  }
}

/* line 123, app/assets/stylesheets/modules/_event-header.scss */
.event-header--full .event-header .watch-video--button img {
  top: -0.25em;
}

@media only screen and (min-width: 40.0625em) {
  /* line 114, app/assets/stylesheets/modules/_event-header.scss */
  .event-header--full .event-header .watch-video--button {
    padding-bottom: 0.5em;
    margin-bottom: 2em;
  }
}

/* line 3, app/assets/stylesheets/modules/_event-stream.scss */
.stream-tabs {
  padding: 0;
  list-style-type: none;
  margin: 0;
  display: inline;
  border-bottom: 1px solid #d1d6df;
  display: block;
  margin-bottom: 30px;
}

/* line 10, app/assets/stylesheets/modules/_event-stream.scss */
.stream-tabs__tab {
  display: inline-block;
  margin-right: 20px;
}

/* line 8, app/assets/stylesheets/patterns/_tab.scss */
.stream-tabs__tab a {
  display: inline-block;
  text-decoration: none;
}

/* line 14, app/assets/stylesheets/modules/_event-stream.scss */
.stream-tabs__tab a {
  padding-bottom: 0.25em;
  font-weight: 600;
  font-size: 1em;
  color: #8c8f94;
  border-bottom: 5px solid;
  border-color: #ffffff;
}

/* line 22, app/assets/stylesheets/modules/_event-stream.scss */
.stream-tabs__tab a.is-active {
  color: #0065f2;
  border-color: #0065f2;
}

/* line 29, app/assets/stylesheets/modules/_event-stream.scss */
.streams-header {
  font-size: 0.875em;
  background-color: #dc3e37;
  color: white;
  padding: 0.9375em 0.9375em 1.25em;
  margin-bottom: 0.625em;
  font-weight: 600;
}

/* line 6, node_modules/css-patterns/stylesheets/patterns/_clearfix.scss */
.streams-header:before, .streams-header:after {
  content: " ";
  display: table;
}

/* line 12, node_modules/css-patterns/stylesheets/patterns/_clearfix.scss */
.streams-header:after {
  clear: both;
}

@media only screen and (min-width: 880px) {
  /* line 29, app/assets/stylesheets/modules/_event-stream.scss */
  .streams-header {
    background: url(/events/live-header-image.png) no-repeat center right;
    background-color: #dc3e37;
    background-size: cover;
  }
  /* line 5, app/assets/stylesheets/base/_mixins.scss */
  html.webp .streams-header {
    background-image: url(/assets/events/live-header-image-c910353d135263d3799a8351d7bfc5921d3d99eac74e713f931f38138fe4068e.webp);
  }
}

/* line 49, app/assets/stylesheets/modules/_event-stream.scss */
.streams-header__title {
  font-size: 2.25em;
  font-weight: normal;
  margin-bottom: 0.3125em;
}

/* line 55, app/assets/stylesheets/modules/_event-stream.scss */
.streams-header__placeholder-last-update {
  margin-bottom: 3.25em;
}

/* line 59, app/assets/stylesheets/modules/_event-stream.scss */
.streams-header__last-update {
  margin-bottom: 3.25em;
}

/* line 62, app/assets/stylesheets/modules/_event-stream.scss */
.streams-header__last-update:before {
  display: inline-block;
  position: relative;
  content: "●";
  font-size: 1.25em;
  margin-right: 0.2em;
  top: 1px;
  -webkit-animation: pulse 1s infinite;
  -moz-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
}

/* line 75, app/assets/stylesheets/modules/_event-stream.scss */
.streams-header__updates-by {
  display: block;
  color: #fcc0be;
  margin-bottom: 0.5em;
}

/* line 81, app/assets/stylesheets/modules/_event-stream.scss */
.streams-header__stream-select {
  float: right;
  border-radius: 3px;
  background-color: white;
  color: #dc3e37;
  font-size: 1em;
  min-width: 102px;
  height: 34px;
  font-weight: 600;
  border: none;
  margin-left: 0.875em;
  margin-bottom: 0.875em;
}

/* line 95, app/assets/stylesheets/modules/_event-stream.scss */
.stream-header {
  border-top: 5px solid #dc3e37;
  border-bottom: 1px solid #d5e0e8;
  margin-top: 0.9375em;
}

/* line 6, node_modules/css-patterns/stylesheets/patterns/_clearfix.scss */
.stream-header:before, .stream-header:after {
  content: " ";
  display: table;
}

/* line 12, node_modules/css-patterns/stylesheets/patterns/_clearfix.scss */
.stream-header:after {
  clear: both;
}

/* line 102, app/assets/stylesheets/modules/_event-stream.scss */
.stream-header--row {
  background: #ffffff;
  border-bottom: 0;
  padding: 0 20px;
}

/* line 107, app/assets/stylesheets/modules/_event-stream.scss */
.stream-header--row > div:first-child {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #d5e0e8;
}

/* line 114, app/assets/stylesheets/modules/_event-stream.scss */
.stream-header--row > div.stream-header__selector {
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 0.5rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 114, app/assets/stylesheets/modules/_event-stream.scss */
  .stream-header--row > div.stream-header__selector {
    flex-direction: row;
    align-items: center;
  }
}

/* line 125, app/assets/stylesheets/modules/_event-stream.scss */
.stream-header--row .stream-header__title {
  color: #1b2029;
  font-size: 22px;
  margin: 22px 0 0.5rem 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 125, app/assets/stylesheets/modules/_event-stream.scss */
  .stream-header--row .stream-header__title {
    margin: 22px 0 18px 0;
  }
}

/* line 132, app/assets/stylesheets/modules/_event-stream.scss */
.stream-header--row .stream-header__title b {
  color: #dc3e37;
}

/* line 138, app/assets/stylesheets/modules/_event-stream.scss */
.stream-header__title {
  margin: 0.4375em 0 0.625em;
  color: #dc3e37;
  flex: 1 0 auto;
  font-size: 1em;
  font-weight: 600;
}

/* line 145, app/assets/stylesheets/modules/_event-stream.scss */
.stream-summary .stream-header__title {
  float: left;
}

@media only screen and (min-width: 880px) {
  /* line 138, app/assets/stylesheets/modules/_event-stream.scss */
  .stream-header__title {
    font-size: 1.125em;
  }
}

/* line 154, app/assets/stylesheets/modules/_event-stream.scss */
.stream-header__controller {
  display: none;
}

@media only screen and (max-width: 879px) {
  /* line 154, app/assets/stylesheets/modules/_event-stream.scss */
  .stream-header__controller {
    cursor: pointer;
    display: block;
    position: relative;
    float: right;
    top: 0.4375em;
    perspective: 800px;
    color: #dc3e37;
  }
}

/* line 169, app/assets/stylesheets/modules/_event-stream.scss */
.streams-header__authors a {
  color: #fff;
}

/* line 172, app/assets/stylesheets/modules/_event-stream.scss */
.streams-header__authors a:after {
  content: ",\0000a0";
}

/* line 176, app/assets/stylesheets/modules/_event-stream.scss */
.streams-header__authors a:last-child:after {
  content: none;
}

/* line 180, app/assets/stylesheets/modules/_event-stream.scss */
.streams-header__authors a:hover {
  text-decoration: underline;
}

/* line 186, app/assets/stylesheets/modules/_event-stream.scss */
.stream-authors {
  padding: 1rem 20px 2rem 20px;
}

/* line 190, app/assets/stylesheets/modules/_event-stream.scss */
.stream-authors__author {
  color: #84919c;
}

/* line 194, app/assets/stylesheets/modules/_event-stream.scss */
.stream-summary-list {
  display: none;
  padding: 0;
  list-style-type: none;
  margin: 0;
  border-bottom: 1px solid #d5e0e8;
  margin-bottom: 1.25em;
  padding-top: 0.9375em;
}

/* line 202, app/assets/stylesheets/modules/_event-stream.scss */
.stream-summary-list__item {
  position: relative;
  line-height: 1.25;
  font-size: 0.875em;
  margin-bottom: 0.9375em;
  padding-left: 25px;
}

/* line 209, app/assets/stylesheets/modules/_event-stream.scss */
.stream-summary-list__item a {
  color: inherit;
  font-size: 1.125rem;
}

/* line 213, app/assets/stylesheets/modules/_event-stream.scss */
.stream-summary-list__item a:hover {
  color: #005c9c;
}

/* line 218, app/assets/stylesheets/modules/_event-stream.scss */
.stream-summary-list__item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 11px;
  background: url(/assets/events/key-moments-arrow-dd2a2efd781629205089dee0d8ff4e760a569eaf47e1daf885841283225c89cf.svg) no-repeat;
}

/* line 229, app/assets/stylesheets/modules/_event-stream.scss */
.stream-summary-list__item .caption, .stream-summary-list__item .liveblog time, .liveblog .stream-summary-list__item time, .stream-summary-list__item .liveblog-authors h3, .liveblog-authors .stream-summary-list__item h3,
.stream-summary-list__item .liveblog-authors p,
.liveblog-authors .stream-summary-list__item p {
  font-size: 0.875em;
  color: #9c9d9e;
  display: block;
  margin-top: 0.25em;
}

/* line 235, app/assets/stylesheets/modules/_event-stream.scss */
.stream-summary-list__item .caption span, .stream-summary-list__item .liveblog time span, .liveblog .stream-summary-list__item time span, .stream-summary-list__item .liveblog-authors h3 span, .liveblog-authors .stream-summary-list__item h3 span,
.stream-summary-list__item .liveblog-authors p span,
.liveblog-authors .stream-summary-list__item p span {
  color: #1b2029;
}

/* line 242, app/assets/stylesheets/modules/_event-stream.scss */
.stream-summary--expanded .stream-summary-list {
  display: block;
}

@media only screen and (max-width: 879px) {
  /* line 247, app/assets/stylesheets/modules/_event-stream.scss */
  .stream-summary--expanded .stream-header__controller {
    animation-name: flip--up;
    animation-duration: 0.25s;
    animation-timing-function: ease-out;
    transform-origin: center center;
    animation-fill-mode: forwards;
    color: #8c8f94;
  }
  @keyframes flip--up {
    from {
      transform: rotateX(0deg);
    }
    to {
      transform: rotateX(-180deg);
    }
  }
}

/* line 268, app/assets/stylesheets/modules/_event-stream.scss */
.stream-updates-list {
  padding: 0;
  list-style-type: none;
  margin: 0;
  border-bottom: 1px solid #d5e0e8;
  margin-bottom: 1.25em;
}

/* line 273, app/assets/stylesheets/modules/_event-stream.scss */
.stream-updates-list .st__content-block--video {
  aspect-ratio: 16 / 9;
  border: none;
}

/* line 278, app/assets/stylesheets/modules/_event-stream.scss */
.stream-updates-list .st__content-block--podcast {
  aspect-ratio: 16 / 9;
  max-width: 600px;
}

/* line 283, app/assets/stylesheets/modules/_event-stream.scss */
.stream-updates-list .st__content-block--video,
.stream-updates-list .st__content-block--iframe {
  max-width: 640px;
}

/* line 289, app/assets/stylesheets/modules/_event-stream.scss */
.stream-updates-list__item {
  padding: 0.9375em 0 1.25em;
  border-bottom: 1px solid #d5e0e8;
}

/* line 293, app/assets/stylesheets/modules/_event-stream.scss */
.stream-updates-list__item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

/* line 299, app/assets/stylesheets/modules/_event-stream.scss */
.show-more-stream-items-button {
  border: 1px solid #d5e0e8;
  border-radius: 4px;
  padding: 1em 1.5em 1em 1.5em;
  margin: 2em 0;
  text-align: left;
  display: block;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}

/* line 16, app/assets/stylesheets/patterns/_button.scss */
.show-more-stream-items-button img {
  position: relative;
  right: 0;
  top: 0.15em;
  float: right;
}

@media only screen and (min-width: 40.0625em) {
  /* line 299, app/assets/stylesheets/modules/_event-stream.scss */
  .show-more-stream-items-button {
    display: inline-block;
    width: auto;
    text-align: center;
  }
  /* line 28, app/assets/stylesheets/patterns/_button.scss */
  .show-more-stream-items-button span {
    float: none;
  }
  /* line 32, app/assets/stylesheets/patterns/_button.scss */
  .show-more-stream-items-button img {
    position: relative;
    left: 0.75em;
  }
}

/* line 304, app/assets/stylesheets/modules/_event-stream.scss */
.stream-item {
  line-height: 1.5;
  transition: border 200ms ease;
  border-top: 3px solid transparent;
  margin-top: -1px;
}

/* line 6, node_modules/css-patterns/stylesheets/patterns/_clearfix.scss */
.stream-item:before, .stream-item:after {
  content: " ";
  display: table;
}

/* line 12, node_modules/css-patterns/stylesheets/patterns/_clearfix.scss */
.stream-item:after {
  clear: both;
}

@media only screen and (min-width: 880px) {
  /* line 311, app/assets/stylesheets/modules/_event-stream.scss */
  .stream-item article {
    overflow: hidden;
  }
}

/* line 317, app/assets/stylesheets/modules/_event-stream.scss */
#modal .stream-item {
  padding-top: 0;
}

/* line 322, app/assets/stylesheets/modules/_event-stream.scss */
.stream-item__is-deeplinked {
  animation-name: attention;
  animation-duration: 1.8s;
  animation-delay: 0.2s;
  border-top-color: #0065f2;
}

/* line 329, app/assets/stylesheets/modules/_event-stream.scss */
.stream-item__time {
  color: #9c9d9e;
  font-size: 0.875rem;
  margin-bottom: 0.375rem;
  font-weight: 600;
  display: block;
}

@media only screen and (min-width: 880px) {
  /* line 329, app/assets/stylesheets/modules/_event-stream.scss */
  .stream-item__time {
    width: 95px;
    float: left;
    margin: 0.15em 0 0 0;
    padding-right: 1.5625em;
  }
}

/* line 343, app/assets/stylesheets/modules/_event-stream.scss */
.stream-item__time__timeago {
  color: #1b2029;
  font-size: 0.875rem;
  margin-bottom: 2px;
}

/* line 348, app/assets/stylesheets/modules/_event-stream.scss */
.stream-item__time__timeago:after {
  content: " ";
  display: inline;
}

@media only screen and (min-width: 880px) {
  /* line 343, app/assets/stylesheets/modules/_event-stream.scss */
  .stream-item__time__timeago {
    display: block;
  }
}

/* line 358, app/assets/stylesheets/modules/_event-stream.scss */
.stream-item__time__timestamp {
  color: #9c9d9e;
  font-weight: 400;
}

@media only screen and (min-width: 880px) {
  /* line 366, app/assets/stylesheets/modules/_event-stream.scss */
  .linked-article .stream-item__shares {
    margin-left: 95px;
  }
  /* line 371, app/assets/stylesheets/modules/_event-stream.scss */
  #modal .linked-article .stream-item__time {
    display: none;
  }
}

@media only screen and (min-width: 880px) {
  /* line 378, app/assets/stylesheets/modules/_event-stream.scss */
  .stream-item__content {
    margin-left: 95px;
  }
}

/* line 384, app/assets/stylesheets/modules/_event-stream.scss */
.stream-item__title {
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.4375em;
  margin-top: 0;
}

@media only screen and (min-width: 880px) {
  /* line 384, app/assets/stylesheets/modules/_event-stream.scss */
  .stream-item__title {
    font-size: 1.25em;
  }
}

/* line 397, app/assets/stylesheets/modules/_event-stream.scss */
.stream-item__body p,
.stream-item__body .st__content-block--list li {
  font-size: 0.875em;
  line-height: 1.3;
  margin: 0.5em 0;
}

@media only screen and (min-width: 880px) {
  /* line 397, app/assets/stylesheets/modules/_event-stream.scss */
  .stream-item__body p,
.stream-item__body .st__content-block--list li {
    font-size: 1em;
    line-height: 1.4;
    margin: 0.6875em 0;
  }
}

/* line 409, app/assets/stylesheets/modules/_event-stream.scss */
.stream-item__body p:first-child,
.stream-item__body .st__content-block--list li:first-child {
  margin-top: 0.3125em;
}

/* line 414, app/assets/stylesheets/modules/_event-stream.scss */
.stream-item__body .st__content-block.st__content-block--image {
  margin-bottom: 0.75em;
}

/* line 418, app/assets/stylesheets/modules/_event-stream.scss */
.stream-item__body .image__caption {
  margin-top: 0.3125em;
  font-size: 0.8125em;
}

/* line 424, app/assets/stylesheets/modules/_event-stream.scss */
.stream-item__body .st__content-block--list ul {
  list-style-type: disc;
  margin: 0;
  padding: 0 0 0 1.15em;
}

/* line 432, app/assets/stylesheets/modules/_event-stream.scss */
.stream-item__body .st__content-block--text:last-child p:last-child {
  margin-bottom: 0;
}

/* line 437, app/assets/stylesheets/modules/_event-stream.scss */
.stream-item__body .st-read-more {
  height: 80px;
  overflow: hidden;
  position: relative;
}

/* line 442, app/assets/stylesheets/modules/_event-stream.scss */
.stream-item__body .st-read-more:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  background: linear-gradient(rgba(255, 255, 255, 0) 0, white 40px);
}

/* line 457, app/assets/stylesheets/modules/_event-stream.scss */
.stream-item__body .st-read-more__link {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  color: #0065f2;
  font-size: 0.875em;
  font-weight: bold;
  position: absolute;
  top: 55px;
}

@media only screen and (min-width: 880px) {
  /* line 457, app/assets/stylesheets/modules/_event-stream.scss */
  .stream-item__body .st-read-more__link {
    font-size: 1em;
  }
}

/* line 471, app/assets/stylesheets/modules/_event-stream.scss */
.stream-item__share {
  display: inline-block;
  width: 35px;
  height: 35px;
  border: 1px solid #cad7e0;
  color: #cad7e0;
  border-radius: 35px;
  margin-right: 10px;
  margin-top: 0.9375em;
  transition: all 0.15s 0.2s ease-in-out;
}

/* line 482, app/assets/stylesheets/modules/_event-stream.scss */
.stream-item__share svg {
  position: relative;
  height: 20px;
  top: 7px;
}

/* line 488, app/assets/stylesheets/modules/_event-stream.scss */
.stream-item__share:hover {
  border-color: #0065f2;
  color: #0065f2;
}

/* line 493, app/assets/stylesheets/modules/_event-stream.scss */
.stream-item__share:last-child {
  margin-right: 0;
}

/* line 498, app/assets/stylesheets/modules/_event-stream.scss */
.stream-item__share-button {
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #cad7e0;
  margin-right: 10px;
  margin-top: 0.9375em;
  transition: all 0.15s;
}

/* line 507, app/assets/stylesheets/modules/_event-stream.scss */
.stream-item__share-button svg {
  width: 100%;
  height: 100%;
}

/* line 512, app/assets/stylesheets/modules/_event-stream.scss */
.stream-item__share-button:hover {
  border-color: #0065f2;
  color: #0065f2;
}

/* line 517, app/assets/stylesheets/modules/_event-stream.scss */
.stream-item__share-button:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 668px) {
  /* line 521, app/assets/stylesheets/modules/_event-stream.scss */
  .stream-item__share-button--whatsapp {
    display: none;
  }
}

/* line 529, app/assets/stylesheets/modules/_event-stream.scss */
.stream-item__share--facebook svg {
  width: 9.3px;
  left: 12px;
}

/* line 536, app/assets/stylesheets/modules/_event-stream.scss */
.stream-item__share--twitter svg {
  width: 17.5px;
  left: 8px;
}

/* line 543, app/assets/stylesheets/modules/_event-stream.scss */
.stream-item__share--linked-in svg {
  width: 17px;
  left: 8px;
}

/* line 550, app/assets/stylesheets/modules/_event-stream.scss */
.stream-item__share--link svg {
  width: 17px;
  left: 8px;
}

/* line 557, app/assets/stylesheets/modules/_event-stream.scss */
.stream-item__share--whatsapp svg {
  width: 20px;
  left: 8px;
  top: 9px;
}

@media only screen and (min-width: 668px) {
  /* line 556, app/assets/stylesheets/modules/_event-stream.scss */
  .stream-item__share--whatsapp {
    display: none;
  }
}

/* line 568, app/assets/stylesheets/modules/_event-stream.scss */
.linked-article__content {
  border: 1px solid #d5e0e8;
  border-radius: 4px;
  margin-top: 4px;
  margin-bottom: 11px;
  transition: border-color 0.15s ease-in-out;
}

/* line 575, app/assets/stylesheets/modules/_event-stream.scss */
.linked-article__content:hover {
  cursor: pointer;
  border-color: #becfdb;
}

/* line 579, app/assets/stylesheets/modules/_event-stream.scss */
.linked-article__content:hover .linked-article__call-to-action {
  border-color: #becfdb;
}

/* line 584, app/assets/stylesheets/modules/_event-stream.scss */
.linked-article__content img {
  border-radius: 4px 4px 0 0;
}

/* line 589, app/assets/stylesheets/modules/_event-stream.scss */
.linked-article__title {
  padding: 15px 15px 0;
  color: #141414;
}

/* line 594, app/assets/stylesheets/modules/_event-stream.scss */
.linked-article__body {
  padding: 0 15px;
  color: #141414;
}

/* line 599, app/assets/stylesheets/modules/_event-stream.scss */
.linked-article__meta {
  padding: 5px 15px 16px;
  font-size: 0.8125em;
  color: #84919c;
}

/* line 604, app/assets/stylesheets/modules/_event-stream.scss */
.linked-article__meta .article__author {
  font-weight: 600;
}

/* line 609, app/assets/stylesheets/modules/_event-stream.scss */
.linked-article__call-to-action {
  padding: 15px;
  border-top: 1px solid #d5e0e8;
  font-size: 14px;
  font-weight: 600;
}

@media only screen and (min-width: 880px) {
  /* line 609, app/assets/stylesheets/modules/_event-stream.scss */
  .linked-article__call-to-action {
    font-size: 16px;
  }
}

/* line 620, app/assets/stylesheets/modules/_event-stream.scss */
.updates-pill {
  text-align: center;
}

/* line 624, app/assets/stylesheets/modules/_event-stream.scss */
.updates-pill__content {
  padding: 1em;
  color: #dc3e37;
  display: block;
  background-color: rgba(209, 214, 223, 0.15);
  border-top: 1px solid #d5e0e8;
  font-size: 0.875em;
  font-weight: bold;
}

/* line 634, app/assets/stylesheets/modules/_event-stream.scss */
.updates-pill--docked {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

/* line 641, app/assets/stylesheets/modules/_event-stream.scss */
.updates-pill--docked .updates-pill__content {
  color: #ffffff;
  background-color: #dc3e37;
  border: none;
  display: inline-block;
  width: auto;
  margin: 20px auto 0 auto;
  padding: 1em;
  padding-left: 4em;
  box-shadow: 0 12px 25px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  position: relative;
}

/* line 654, app/assets/stylesheets/modules/_event-stream.scss */
.updates-pill--docked .updates-pill__content:after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 100%;
  width: 3em;
  border-right: 1px solid #ec7f7a;
  background: url(/assets/events/arrow-up-a9b329eaf2e7c9d97314446283145fa49f29701327c516b04deb99ee42b10bfa.svg) no-repeat center;
}

@media only screen and (min-width: 880px) {
  /* line 634, app/assets/stylesheets/modules/_event-stream.scss */
  .updates-pill--docked {
    top: 140px;
  }
}

@media only screen and (min-width: 880px) {
  /* line 674, app/assets/stylesheets/modules/_event-stream.scss */
  .stream-summary-list {
    display: block;
  }
  /* line 678, app/assets/stylesheets/modules/_event-stream.scss */
  .show-more-stream-items-button {
    width: 100%;
  }
}

/* line 684, app/assets/stylesheets/modules/_event-stream.scss */
.event-stream {
  padding-top: 2em;
}

/* line 687, app/assets/stylesheets/modules/_event-stream.scss */
.event-stream .sub-title {
  position: relative;
}

/* line 690, app/assets/stylesheets/modules/_event-stream.scss */
.event-stream .sub-title .live-now {
  color: #dc3e37;
}

/* line 695, app/assets/stylesheets/modules/_event-stream.scss */
.event-stream .last-update {
  display: block;
  font-size: 14px;
  color: #84919c;
  margin-right: 1.5em;
}

@media only screen and (min-width: 40.0625em) {
  /* line 695, app/assets/stylesheets/modules/_event-stream.scss */
  .event-stream .last-update {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  /* line 707, app/assets/stylesheets/modules/_event-stream.scss */
  .session-body .event-stream .last-update {
    display: none;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 715, app/assets/stylesheets/modules/_event-stream.scss */
  .stream-body {
    margin-left: calc(100px + 2em);
    margin-bottom: 2em;
    max-width: 650px;
  }
}

/* line 722, app/assets/stylesheets/modules/_event-stream.scss */
.update {
  overflow: hidden;
  margin-bottom: 2em;
}

/* line 727, app/assets/stylesheets/modules/_event-stream.scss */
.update__meta {
  font-size: 0.865em;
  color: #84919c;
  line-height: 1.85;
  display: inline-block;
}

/* line 733, app/assets/stylesheets/modules/_event-stream.scss */
.update__meta .update-time {
  line-height: 1.85;
  margin: 0 0 0.3em;
  border-bottom: 1px solid #d5e0e8;
}

/* line 739, app/assets/stylesheets/modules/_event-stream.scss */
.update__meta .image {
  margin: 0.5em 0;
  display: none;
}

@media only screen and (min-width: 40.0625em) {
  /* line 727, app/assets/stylesheets/modules/_event-stream.scss */
  .update__meta {
    width: 100px;
  }
  /* line 747, app/assets/stylesheets/modules/_event-stream.scss */
  .update__meta .image {
    display: block;
  }
}

/* line 753, app/assets/stylesheets/modules/_event-stream.scss */
.update__title {
  margin-top: 0.5em;
}

/* line 757, app/assets/stylesheets/modules/_event-stream.scss */
.update__read-article {
  border: 1px solid;
  border-radius: 4px;
  padding: 1em 1.5em 1em 1.5em;
  margin: 2em 0;
  text-align: left;
  display: block;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}

/* line 16, app/assets/stylesheets/patterns/_button.scss */
.update__read-article img {
  position: relative;
  right: 0;
  top: 0.15em;
  float: right;
}

@media only screen and (min-width: 40.0625em) {
  /* line 757, app/assets/stylesheets/modules/_event-stream.scss */
  .update__read-article {
    display: inline-block;
    width: auto;
    text-align: center;
  }
  /* line 28, app/assets/stylesheets/patterns/_button.scss */
  .update__read-article span {
    float: none;
  }
  /* line 32, app/assets/stylesheets/patterns/_button.scss */
  .update__read-article img {
    position: relative;
    left: 0.75em;
  }
}

/* line 761, app/assets/stylesheets/modules/_event-stream.scss */
.stream__view-more {
  background-color: #0065f2;
  border: 1px solid;
  border-radius: 4px;
  padding: 1em 1.5em 1em 1.5em;
  margin: 2em 0;
  text-align: left;
  display: block;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  margin-left: calc(100px + 1em);
}

/* line 16, app/assets/stylesheets/patterns/_button.scss */
.stream__view-more img {
  position: relative;
  right: 0;
  top: 0.15em;
  float: right;
}

@media only screen and (min-width: 40.0625em) {
  /* line 761, app/assets/stylesheets/modules/_event-stream.scss */
  .stream__view-more {
    display: inline-block;
    width: auto;
    text-align: center;
  }
  /* line 28, app/assets/stylesheets/patterns/_button.scss */
  .stream__view-more span {
    float: none;
  }
  /* line 32, app/assets/stylesheets/patterns/_button.scss */
  .stream__view-more img {
    position: relative;
    left: 0.75em;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 768, app/assets/stylesheets/modules/_event-stream.scss */
  .update__meta {
    width: 100px;
    margin-right: 1em;
    float: left;
  }
  /* line 774, app/assets/stylesheets/modules/_event-stream.scss */
  .update__content {
    overflow: hidden;
    padding: 0 1em;
    border-left: 1px solid #d5e0e8;
  }
  /* line 780, app/assets/stylesheets/modules/_event-stream.scss */
  .update__title {
    margin-top: 0;
  }
  /* line 784, app/assets/stylesheets/modules/_event-stream.scss */
  .update__content {
    max-width: 650px;
  }
  /* line 788, app/assets/stylesheets/modules/_event-stream.scss */
  .streams-list-group {
    margin-top: 2.75em;
  }
}

/* line 793, app/assets/stylesheets/modules/_event-stream.scss */
.title__container {
  border-top: 3px solid #141414;
  padding-top: 0.5em;
  border-bottom: 1px solid #cad6e0;
  margin-top: 0;
  margin-bottom: 2.5em;
}

/* line 800, app/assets/stylesheets/modules/_event-stream.scss */
.title__container.title__container--reports, .title__container.title__container--of_media {
  border-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

/* line 808, app/assets/stylesheets/modules/_event-stream.scss */
h2.stream-title {
  display: inline-block;
  font-size: 2em;
  font-weight: 300;
  margin: 0 0.75em 0 0;
}

@media only screen and (max-width: 40em) {
  /* line 808, app/assets/stylesheets/modules/_event-stream.scss */
  h2.stream-title {
    display: block;
  }
}

/* line 820, app/assets/stylesheets/modules/_event-stream.scss */
.event-stream h3.sub-title {
  border-top: 0;
}

/* line 825, app/assets/stylesheets/modules/_event-stream.scss */
.stream-item--placeholder {
  opacity: 0.7;
}

/* line 828, app/assets/stylesheets/modules/_event-stream.scss */
.stream-item--placeholder .stream-item__time,
.stream-item--placeholder .stream-item__title span,
.stream-item--placeholder .stream-item__body span {
  background: #d8dade;
  display: inline-block;
  height: 1em;
}

/* line 836, app/assets/stylesheets/modules/_event-stream.scss */
.stream-item--placeholder .stream-item__time {
  width: 50px;
}

/* line 840, app/assets/stylesheets/modules/_event-stream.scss */
.stream-item--placeholder .stream-item__title span {
  width: 85%;
}

/* line 844, app/assets/stylesheets/modules/_event-stream.scss */
.stream-item--placeholder .stream-item__body span {
  width: 76%;
  height: 0.7em;
}

/* line 848, app/assets/stylesheets/modules/_event-stream.scss */
.stream-item--placeholder .stream-item__body span:first-child {
  width: 90%;
}

/* line 852, app/assets/stylesheets/modules/_event-stream.scss */
.stream-item--placeholder .stream-item__body span:last-child {
  width: 65%;
}

/* line 1, app/assets/stylesheets/modules/_event-highlights.scss */
.collection-pill {
  padding: 10px 15px;
  text-align: center;
  font-size: 0.875em;
  font-weight: bold;
  background: #d8dade;
  color: #454e55;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

/* line 13, app/assets/stylesheets/modules/_event-highlights.scss */
.collection-pill.is-active {
  background: #0065f2;
  color: #ffffff;
}

/* line 18, app/assets/stylesheets/modules/_event-highlights.scss */
.collection-pill--hide-on-small-screens {
  display: none;
}

@media only screen and (min-width: 40.0625em) {
  /* line 18, app/assets/stylesheets/modules/_event-highlights.scss */
  .collection-pill--hide-on-small-screens {
    display: inline-block;
  }
}

/* line 2, app/assets/stylesheets/modules/_event-takeover.scss */
.event-takeover-active .event-takeover + .content-container,
.event-takeover-active .event-takeover + .tolsda--fullbleed,
.event-takeover-active .side-drawer {
  padding-top: 43px;
}

/* line 8, app/assets/stylesheets/modules/_event-takeover.scss */
.event-takeover-active .side-drawer__close {
  margin-top: 43px;
}

/* line 12, app/assets/stylesheets/modules/_event-takeover.scss */
.event-takeover-active .event-takeover {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  z-index: 103;
}

/* line 19, app/assets/stylesheets/modules/_event-takeover.scss */
.event-takeover {
  display: flex;
  position: absolute;
  top: 0;
  width: 100%;
  height: 43px;
  line-height: 43px;
  z-index: 1;
  background: #1b2029 linear-gradient(to right, rgba(5, 56, 98, 0.7) 0%, rgba(5, 56, 98, 0.7) 14%, rgba(83, 160, 253, 0.7) 100%);
  font-size: 1em;
  line-height: 1.25;
  font-weight: 600;
  color: #fff;
  overflow: hidden;
  transform: translate3d(0, -100%, 0);
  transition: transform 200ms ease-out 200ms, opacity 200ms ease-out 200ms;
  opacity: 0;
  display: flex;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* line 44, app/assets/stylesheets/modules/_event-takeover.scss */
.event-takeover__event-meta {
  padding-left: 1rem;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
}

/* line 51, app/assets/stylesheets/modules/_event-takeover.scss */
.event-takeover__event-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 42px;
}

/* line 58, app/assets/stylesheets/modules/_event-takeover.scss */
.event-takeover .event-takeover__live {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}

/* line 63, app/assets/stylesheets/modules/_event-takeover.scss */
.event-takeover .event-takeover__live .live-indicator {
  position: static;
  vertical-align: -2px;
}

/* line 69, app/assets/stylesheets/modules/_event-takeover.scss */
.event-takeover__call-to-action {
  font-weight: 500;
  white-space: nowrap;
  margin-left: 1rem;
  margin-right: 1rem;
  flex: 0 1 auto;
  font-size: 0.875rem;
  line-height: 45px;
}

/* line 77, app/assets/stylesheets/modules/_event-takeover.scss */
.event-takeover__call-to-action span {
  vertical-align: -2px;
}

@media only screen and (min-width: 40.0625em) {
  /* line 19, app/assets/stylesheets/modules/_event-takeover.scss */
  .event-takeover {
    position: fixed;
    text-align: center;
    justify-content: center;
  }
  /* line 86, app/assets/stylesheets/modules/_event-takeover.scss */
  .event-takeover div {
    display: inline-block;
  }
  /* line 90, app/assets/stylesheets/modules/_event-takeover.scss */
  .event-takeover .event-takeover__event-meta {
    display: flex;
  }
}

/* line 96, app/assets/stylesheets/modules/_event-takeover.scss */
.event-takeover:hover {
  cursor: pointer;
}

/* line 2, app/assets/stylesheets/modules/_key-moments-widget.scss */
.key-moments-widget .further-reading__header-title {
  color: #dc3e37;
  border-color: #dc3e37;
}

/* line 6, app/assets/stylesheets/modules/_key-moments-widget.scss */
.key-moments-widget .stream-summary-list {
  margin-bottom: 0;
  border-bottom: none;
  display: block;
}

/* line 11, app/assets/stylesheets/modules/_key-moments-widget.scss */
.key-moments-widget .further-reading__more {
  display: block;
  color: #fff;
  background: #dc3e37;
  padding: 0 0.75em;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* line 17, app/assets/stylesheets/modules/_key-moments-widget.scss */
.key-moments-widget .further-reading__more:hover {
  color: #fff;
  background: #BE332D;
}

/* line 20, app/assets/stylesheets/modules/_key-moments-widget.scss */
.key-moments-widget .further-reading__more:hover .further-reading__more-link {
  color: #fff;
}

/* line 25, app/assets/stylesheets/modules/_key-moments-widget.scss */
.key-moments-widget .further-reading__more-link {
  color: #fff;
}

/* line 27, app/assets/stylesheets/modules/_key-moments-widget.scss */
.key-moments-widget .further-reading__more-link:hover {
  color: #fff;
}

/* line 31, app/assets/stylesheets/modules/_key-moments-widget.scss */
.key-moments-widget .further-reading__more-arrow {
  color: #fff;
  right: 0.75em;
}

/* line 37, app/assets/stylesheets/modules/_key-moments-widget.scss */
.hide-until-loaded {
  opacity: 1;
  transition: opacity 200ms ease, transform 300ms ease-out;
}

/* line 41, app/assets/stylesheets/modules/_key-moments-widget.scss */
.hide-until-loaded.loading {
  opacity: 0;
  transform: translate3d(0, -40px, 0);
}

/* line 2, app/assets/stylesheets/modules/_session-embed.scss */
.pd-r {
  padding-right: .75em;
}

/* line 6, app/assets/stylesheets/modules/_session-embed.scss */
.embed-fieldset {
  border: 0;
  margin: 0 0 1em 0;
}

/* line 11, app/assets/stylesheets/modules/_session-embed.scss */
.embed-fieldset legend {
  border-bottom: solid 1px #d1d6df;
  display: block;
  font-weight: bold;
  margin-bottom: .25em;
  padding-bottom: .125em;
  width: 100%;
}

/* line 20, app/assets/stylesheets/modules/_session-embed.scss */
#player-dimensions {
  display: none;
  margin-top: .25em;
}

/* line 25, app/assets/stylesheets/modules/_session-embed.scss */
.no-session .session-only {
  display: none;
}

/* line 29, app/assets/stylesheets/modules/_session-embed.scss */
#p-opts-player:checked ~ #player-dimensions {
  display: block;
}

/* line 33, app/assets/stylesheets/modules/_session-embed.scss */
.selectable-selector {
  position: absolute;
  visibility: hidden;
}

/* line 38, app/assets/stylesheets/modules/_session-embed.scss */
.selectable-box {
  background-position: 1em center;
  background-repeat: no-repeat;
  border: solid 3px #d1d6df;
  border-radius: 4px;
  display: block;
  font-size: 14px;
  margin: 0 0 .5em 0;
  padding: .5em .5em .5em 120px;
  width: 100%;
  height: 120px;
  cursor: pointer;
  transition: all 0.25s linear;
}

/* line 55, app/assets/stylesheets/modules/_session-embed.scss */
.selectable-box span {
  position: relative;
  top: 40%;
  -webkit-transform: perspective(1px) translateY(-50%);
  -ms-transform: perspective(1px) translateY(-50%);
  transform: perspective(1px) translateY(-50%);
}

/* line 63, app/assets/stylesheets/modules/_session-embed.scss */
.selectable-box:hover {
  border-color: #bbb;
}

/* line 67, app/assets/stylesheets/modules/_session-embed.scss */
input[type=radio]:checked + label {
  border-color: #0065f2;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}

/* line 73, app/assets/stylesheets/modules/_session-embed.scss */
.selectable-box__image {
  display: block;
  margin: 0 auto;
}

/* line 78, app/assets/stylesheets/modules/_session-embed.scss */
label[for=p-opts-player] {
  background-image: url(/assets/events/player-ea9d549b2fe42c035934ec25b851315af9a8f934ae7cb4d34c4c58eb1cf4ef88.png);
}

/* line 81, app/assets/stylesheets/modules/_session-embed.scss */
label[for=p-opts-playerinfo] {
  background-image: url(/assets/events/playerinfo-6a5c19da01ee99e9a822f1e5c7795b284f38a8459213a7a4eddc0aee8d6336ae.png);
}

/* line 84, app/assets/stylesheets/modules/_session-embed.scss */
label[for=p-opts-mini] {
  background-image: url(/assets/events/mini-2c3f009191958895a05805f85e60f0853377da787c74d6091bc4a4ecbd51c314.png);
}

/* line 87, app/assets/stylesheets/modules/_session-embed.scss */
label[for=p-opts-full] {
  background-image: url(/assets/events/full-1761e300beb6a169afe0ed93ad6ec95d65495821460fbe040d1a51caa8ddd6cd.png);
}

/* line 90, app/assets/stylesheets/modules/_session-embed.scss */
label[for=p-opts-schedule] {
  background-image: url(/assets/events/schedule-9c5b2b3553f7c81bea96c1cda567d24acb114f290bc76d383ac690fae2dda09f.png);
}

/* line 94, app/assets/stylesheets/modules/_session-embed.scss */
.embed-fieldset .embed-code {
  color: #0065f2;
  font-size: 16px;
  width: 100%;
  word-break: break-all;
}

/* line 101, app/assets/stylesheets/modules/_session-embed.scss */
#playerwidth, #playerheight {
  width: 3.5em;
}

/* line 105, app/assets/stylesheets/modules/_session-embed.scss */
#playerheight {
  background-color: #eee;
}

/* line 1, app/assets/stylesheets/modules/_challenges.scss */
.challenge-header {
  margin-top: 2rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 1, app/assets/stylesheets/modules/_challenges.scss */
  .challenge-header {
    margin-top: 4rem;
  }
}

/* line 9, app/assets/stylesheets/modules/_challenges.scss */
.challenge-header__video {
  background-image: url(/assets/submissions/fairerworld/banner-06ee1245e0d6bd67f874bd202105f20e6858c954e34b7546c00999546baa58cd.jpg);
  background-color: #0070be;
  background-size: cover;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  height: 0;
  padding-top: 24.24%;
}

/* line 20, app/assets/stylesheets/modules/_challenges.scss */
.challenge-header__video video {
  position: absolute;
  z-index: 0;
  min-width: 100% !important;
  top: 0;
}

/* line 28, app/assets/stylesheets/modules/_challenges.scss */
.challenge__label {
  font-size: 0.925rem;
  text-transform: uppercase;
  font-weight: 300;
}

@media only screen and (min-width: 40.0625em) {
  /* line 28, app/assets/stylesheets/modules/_challenges.scss */
  .challenge__label {
    font-size: 1.125rem;
  }
}

/* line 38, app/assets/stylesheets/modules/_challenges.scss */
.challenge__title {
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

@media only screen and (min-width: 40.0625em) {
  /* line 38, app/assets/stylesheets/modules/_challenges.scss */
  .challenge__title {
    font-size: 3rem;
  }
}

/* line 49, app/assets/stylesheets/modules/_challenges.scss */
.challenge-header__content {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 49, app/assets/stylesheets/modules/_challenges.scss */
  .challenge-header__content {
    display: flex;
    flex-direction: row;
    margin-bottom: 3rem;
  }
}

/* line 59, app/assets/stylesheets/modules/_challenges.scss */
.challenge__description {
  border-top: 1px solid #d8d8d8;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 1.25rem;
  padding-top: 1.25rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 59, app/assets/stylesheets/modules/_challenges.scss */
  .challenge__description {
    font-size: 1.375rem;
    line-height: 28px;
    margin-bottom: 0;
    margin-right: 44px;
    padding-top: 2rem;
    flex: 1 0 70%;
  }
}

/* line 77, app/assets/stylesheets/modules/_challenges.scss */
.challenge__details {
  border-top: 1px solid #d8d8d8;
  font-weight: 500;
}

/* line 81, app/assets/stylesheets/modules/_challenges.scss */
.challenge__details p {
  line-height: 22px;
  margin: 1rem 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 77, app/assets/stylesheets/modules/_challenges.scss */
  .challenge__details {
    padding-top: 2rem;
  }
  /* line 89, app/assets/stylesheets/modules/_challenges.scss */
  .challenge__details p {
    margin: 0;
  }
}

/* line 95, app/assets/stylesheets/modules/_challenges.scss */
.challenge-stats {
  padding: 0;
  list-style-type: none;
  margin: 0;
  border-top: 1px solid #d8d8d8;
}

/* line 99, app/assets/stylesheets/modules/_challenges.scss */
.challenge-stats > * {
  padding: 12px 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 95, app/assets/stylesheets/modules/_challenges.scss */
  .challenge-stats {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  /* line 108, app/assets/stylesheets/modules/_challenges.scss */
  .challenge-stats > * {
    padding: 22px 0;
    text-align: center;
  }
  /* line 113, app/assets/stylesheets/modules/_challenges.scss */
  .challenge-stats > li:nth-child(2) {
    flex: 1;
    justify-content: center;
  }
}

/* line 120, app/assets/stylesheets/modules/_challenges.scss */
.challenge__icon {
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* line 125, app/assets/stylesheets/modules/_challenges.scss */
.challenge__icon:before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  margin-right: 1rem;
}

/* line 136, app/assets/stylesheets/modules/_challenges.scss */
.challenge__icon--questions:before {
  background-image: url(/assets/submissions/fairerworld/questions-icon-7b6ead34afb550d205eaf08c4fc4be971c6f807fb2195dc6d1fe74dce47bf466.svg);
}

/* line 140, app/assets/stylesheets/modules/_challenges.scss */
.challenge__icon--contributions:before {
  background-image: url(/assets/submissions/fairerworld/responses-icon-837517d295242cca35cf868545c7dc570f098f841513e31528564e6b5d1bd6e0.svg);
}

/* line 144, app/assets/stylesheets/modules/_challenges.scss */
.challenge__icon--experts:before {
  background-image: url(/assets/submissions/fairerworld/experts-icon-dae1025d131abe526e109513772807161df4cf4c670b0d089c60e637cb456f41.svg);
}

/* line 149, app/assets/stylesheets/modules/_challenges.scss */
.challenge-question {
  counter-increment: question-counter question-header-counter;
  overflow: hidden;
  background: #222833;
  color: #fff;
}

@media only screen and (min-width: 40.0625em) {
  /* line 149, app/assets/stylesheets/modules/_challenges.scss */
  .challenge-question {
    padding: 250px 0 150px 0;
  }
}

/* line 161, app/assets/stylesheets/modules/_challenges.scss */
.challenge-question.is-active .challenge-question-details:before {
  opacity: 0.4;
}

/* line 167, app/assets/stylesheets/modules/_challenges.scss */
.challenge-question:nth-child(2n + 1) {
  background: #1b2029;
}

/* line 172, app/assets/stylesheets/modules/_challenges.scss */
.challenge-question.is-active:nth-child(2n + 1) .challenge-question-details:before {
  opacity: 0.15;
}

/* line 178, app/assets/stylesheets/modules/_challenges.scss */
.challenge-question:nth-child(2n + 1) .challenge-secondary-button {
  color: #fff;
}

/* line 182, app/assets/stylesheets/modules/_challenges.scss */
.challenge-question:nth-child(2n + 1) .challenge-question-video {
  margin: 2rem 0 2rem -1rem;
  padding: 1rem 0rem 1rem 1rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 182, app/assets/stylesheets/modules/_challenges.scss */
  .challenge-question:nth-child(2n + 1) .challenge-question-video {
    margin-left: 0;
    padding: 3rem 0rem 3rem 3rem;
  }
}

/* line 191, app/assets/stylesheets/modules/_challenges.scss */
.challenge-question:nth-child(2n + 1) .challenge-question-video:before {
  left: 0;
  right: auto;
}

/* line 197, app/assets/stylesheets/modules/_challenges.scss */
.challenge-question:nth-child(2n + 1) .challenge-question-video__container {
  margin-left: auto;
  margin-right: 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 206, app/assets/stylesheets/modules/_challenges.scss */
  .challenge-question:nth-child(2n + 1) .challenge-question-details:before {
    left: -32%;
    top: -15%;
    opacity: 0.15;
    z-index: 0;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 219, app/assets/stylesheets/modules/_challenges.scss */
  .challenge-question:nth-child(2n + 1) .challenge-question-details:before {
    top: -55%;
  }
}

/* line 227, app/assets/stylesheets/modules/_challenges.scss */
.challenge-question-details {
  padding: 3rem 1rem 2rem 1rem;
  position: relative;
}

/* line 231, app/assets/stylesheets/modules/_challenges.scss */
.challenge-question-details:before {
  content: counter(question-counter);
  display: block;
  font-size: 300px;
  color: #dddbdd;
  opacity: 0.01;
  pointer-events: none;
  position: absolute;
  top: 0;
  line-height: 1;
  font-weight: 600;
  z-index: -1;
  left: -1rem;
  margin-top: -3.4rem;
  transition: all 200ms ease-in-out;
}

@media only screen and (min-width: 40.0625em) {
  /* line 227, app/assets/stylesheets/modules/_challenges.scss */
  .challenge-question-details {
    padding: 0;
  }
  /* line 251, app/assets/stylesheets/modules/_challenges.scss */
  .challenge-question-details:before {
    font-size: 500px;
    opacity: 0.25;
    top: -15%;
    line-height: 1;
    font-weight: bold;
    left: 35%;
    z-index: -1;
    margin-top: 0;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 227, app/assets/stylesheets/modules/_challenges.scss */
  .challenge-question-details {
    padding: 0;
  }
  /* line 266, app/assets/stylesheets/modules/_challenges.scss */
  .challenge-question-details:before {
    font-size: 800px;
    top: -53%;
  }
}

/* line 273, app/assets/stylesheets/modules/_challenges.scss */
.challenge-question-theme {
  position: relative;
  padding: 2.75rem;
  color: #fff;
  border-top: 5px solid rgba(var(--theme-color), 1);
  margin-bottom: 40px;
}

/* line 280, app/assets/stylesheets/modules/_challenges.scss */
.challenge-question-theme:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 40%, black 100%);
}

/* line 295, app/assets/stylesheets/modules/_challenges.scss */
.challenge-question-theme__container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 302, app/assets/stylesheets/modules/_challenges.scss */
.challenge-question-theme__title {
  text-align: center;
  font-size: 1.75rem;
  margin: 0 0 2.75rem 0;
}

/* line 308, app/assets/stylesheets/modules/_challenges.scss */
.challenge-question-theme__button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  border: 2px solid #0065f2;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.05);
  color: inherit;
  font-size: 1rem;
  min-width: 200px;
  padding: 1rem;
  text-align: center;
  transition: background-color 200ms ease-in-out;
}

/* line 320, app/assets/stylesheets/modules/_challenges.scss */
.challenge-question-theme__button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 326, app/assets/stylesheets/modules/_challenges.scss */
.challenge-question-details__title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 1rem 0;
  padding-top: 0.75rem;
  word-break: break-word;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 0;
  overflow: hidden;
}

/* line 341, app/assets/stylesheets/modules/_challenges.scss */
.challenge-question-details__title:after {
  background: url(/assets/submissions/accordian-down-white-45ac5a5cfe31d43e0cc33a4153d8450a74304ad0488321607a273226cb1d5df4.svg) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 22px;
  height: 13px;
  flex: 0 0 22px;
  margin-left: 0.75rem;
  margin-top: 0.375rem;
  pointer-events: none;
  transition: transform 100ms ease-in-out;
}

@media only screen and (min-width: 40.0625em) {
  /* line 326, app/assets/stylesheets/modules/_challenges.scss */
  .challenge-question-details__title {
    font-size: 2rem;
    font-weight: 600;
    line-height: 40px;
    margin: 0;
    padding-top: 1.25rem;
  }
  /* line 362, app/assets/stylesheets/modules/_challenges.scss */
  .challenge-question-details__title:after {
    display: none;
  }
}

/* line 368, app/assets/stylesheets/modules/_challenges.scss */
.is-active .challenge-question-details__title:after {
  transform: rotate(180deg);
}

/* line 374, app/assets/stylesheets/modules/_challenges.scss */
.challenge-question-details__description {
  font-weight: normal;
  line-height: 1.5rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 374, app/assets/stylesheets/modules/_challenges.scss */
  .challenge-question-details__description {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin: 1rem 0 4rem 0;
  }
}

/* line 385, app/assets/stylesheets/modules/_challenges.scss */
.challenge-question-details__response {
  margin-bottom: 40px;
}

@media only screen and (min-width: 40.0625em) {
  /* line 385, app/assets/stylesheets/modules/_challenges.scss */
  .challenge-question-details__response {
    margin-bottom: 0;
  }
}

/* line 392, app/assets/stylesheets/modules/_challenges.scss */
.challenge-question-details__response b {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
}

/* line 399, app/assets/stylesheets/modules/_challenges.scss */
.challenge-question-video {
  position: relative;
  margin: 2rem -1rem 2rem 0;
  padding: 1rem 1rem 1rem 0;
}

/* line 404, app/assets/stylesheets/modules/_challenges.scss */
.challenge-question-video:before {
  background: yellow;
  content: "";
  display: block;
  width: 60%;
  height: 100%;
  left: auto;
  right: 0;
  top: 0;
  position: absolute;
}

@media only screen and (min-width: 40.0625em) {
  /* line 399, app/assets/stylesheets/modules/_challenges.scss */
  .challenge-question-video {
    margin-left: 0;
    margin-right: 0;
    margin-top: 5.75rem;
    padding: 3rem 3rem 3rem 0;
  }
}

/* line 424, app/assets/stylesheets/modules/_challenges.scss */
.challenge-question[data-id="1"] .challenge-question-video:before {
  background-color: rgba(var(--theme-color, 135, 33, 117), 1);
}

/* line 430, app/assets/stylesheets/modules/_challenges.scss */
.challenge-question[data-id="2"] .challenge-question-video:before {
  background-color: rgba(var(--theme-color, 231, 125, 32), 1);
}

/* line 436, app/assets/stylesheets/modules/_challenges.scss */
.challenge-question[data-id="3"] .challenge-question-video:before {
  background-color: rgba(var(--theme-color, 122, 193, 63), 1);
}

/* line 442, app/assets/stylesheets/modules/_challenges.scss */
.challenge-question[data-id="4"] .challenge-question-video:before {
  background-color: rgba(var(--theme-color, 253, 184, 18), 1);
}

/* line 448, app/assets/stylesheets/modules/_challenges.scss */
.challenge-question[data-id="5"] .challenge-question-video:before {
  background-color: rgba(var(--theme-color, 0, 187, 228), 1);
}

/* line 454, app/assets/stylesheets/modules/_challenges.scss */
.challenge-question[data-id="6"] .challenge-question-video:before {
  background-color: rgba(var(--theme-color, 2, 82, 155), 1);
}

/* line 460, app/assets/stylesheets/modules/_challenges.scss */
.challenge-question[data-id="7"] .challenge-question-video:before {
  background-color: rgba(var(--theme-color, 12, 169, 174), 1);
}

/* line 466, app/assets/stylesheets/modules/_challenges.scss */
.challenge-question-video__container {
  position: relative;
}

@media only screen and (min-width: 40.0625em) {
  /* line 466, app/assets/stylesheets/modules/_challenges.scss */
  .challenge-question-video__container {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }
}

/* line 476, app/assets/stylesheets/modules/_challenges.scss */
.challenge-question-video__embed {
  height: 0;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
  width: 100%;
  margin-left: 0;
  margin-right: auto;
  background-size: 100%;
}

/* line 486, app/assets/stylesheets/modules/_challenges.scss */
.challenge-question-video__embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 495, app/assets/stylesheets/modules/_challenges.scss */
.challenge-question__footer {
  margin-top: 40px;
  margin-bottom: 80px;
  text-align: center;
}

/* line 500, app/assets/stylesheets/modules/_challenges.scss */
.challenge-question__footer > *:last-child {
  align-self: flex-end;
}

@media only screen and (min-width: 40.0625em) {
  /* line 495, app/assets/stylesheets/modules/_challenges.scss */
  .challenge-question__footer {
    margin-top: 80px;
    margin-bottom: 0;
  }
}

/* line 510, app/assets/stylesheets/modules/_challenges.scss */
.challenge-button {
  background-color: #0065f2;
  border-radius: 4px;
  border: 1px solid #0065f2;
  color: white;
  display: inline-flex;
  font-weight: 600;
  min-width: 250px;
  padding: 0.5rem 1rem;
  transition: all 0.15s ease-out;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  min-height: 45px;
  position: relative;
}

/* line 527, app/assets/stylesheets/modules/_challenges.scss */
.challenge-button:hover {
  background-color: #004d83;
}

@media only screen and (min-width: 40.0625em) {
  /* line 510, app/assets/stylesheets/modules/_challenges.scss */
  .challenge-button {
    min-width: 300px;
    width: auto;
  }
}

/* line 537, app/assets/stylesheets/modules/_challenges.scss */
.challenge-secondary-button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  border-bottom: 2px solid #0065f2;
  color: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 1rem 0;
  text-transform: uppercase;
  transition: all 100ms ease-in-out;
}

/* line 547, app/assets/stylesheets/modules/_challenges.scss */
.challenge-secondary-button[disabled] {
  opacity: 0;
}

/* line 552, app/assets/stylesheets/modules/_challenges.scss */
.challenge-submission {
  margin-bottom: 1rem;
  position: relative;
}

@media only screen and (min-width: 40.0625em) {
  /* line 557, app/assets/stylesheets/modules/_challenges.scss */
  .challenge-submission,
.challenge-question-video,
.challenge-question-details {
    margin-bottom: 40px;
  }
}

/* line 565, app/assets/stylesheets/modules/_challenges.scss */
.challenge-submission--text {
  position: relative;
  line-height: 1.7;
  padding: 0;
}

@media only screen and (min-width: 64.0625em) {
  /* line 565, app/assets/stylesheets/modules/_challenges.scss */
  .challenge-submission--text {
    height: 0;
    overflow: hidden;
    padding-top: 100%;
    position: relative;
  }
}

/* line 577, app/assets/stylesheets/modules/_challenges.scss */
.challenge-submission--text .challenge-submission__container {
  position: relative;
  background: #273640;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 577, app/assets/stylesheets/modules/_challenges.scss */
  .challenge-submission--text .challenge-submission__container {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 577, app/assets/stylesheets/modules/_challenges.scss */
  .challenge-submission--text .challenge-submission__container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 2rem 1.25rem 1.25rem 2rem;
  }
}

/* line 601, app/assets/stylesheets/modules/_challenges.scss */
.challenge-submission-video {
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
  box-shadow: 0 3px 4px 0 #11141b;
}

/* line 609, app/assets/stylesheets/modules/_challenges.scss */
.challenge-submission-video > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 616, app/assets/stylesheets/modules/_challenges.scss */
.challenge-submission-video > * iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

/* line 626, app/assets/stylesheets/modules/_challenges.scss */
.challenge-submission-video .challenge-submission-author {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding: 1rem;
  color: #fff;
}

/* line 637, app/assets/stylesheets/modules/_challenges.scss */
.challenge-submission-video .challenge-submission-author:before {
  background-image: linear-gradient(179deg, rgba(58, 67, 83, 0) 0%, #1b2029 85%);
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/* line 654, app/assets/stylesheets/modules/_challenges.scss */
.challenge-submission-video__placeholder {
  cursor: pointer;
}

/* line 657, app/assets/stylesheets/modules/_challenges.scss */
.challenge-submission-video__placeholder:before {
  background: url(/assets/submissions/play-white-5a6caba43d3e7c9c841a5223435870fab27bc7c4cbc57061bae9259eb57d9af9.svg) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 51px;
  height: 51px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 1;
}

@media only screen and (min-width: 40.0625em) {
  /* line 657, app/assets/stylesheets/modules/_challenges.scss */
  .challenge-submission-video__placeholder:before {
    width: 4rem;
    height: 4rem;
  }
}

/* line 676, app/assets/stylesheets/modules/_challenges.scss */
.challenge-submission-video__placeholder img {
  min-width: 100%;
}

/* line 681, app/assets/stylesheets/modules/_challenges.scss */
.challenge-submission-author {
  display: flex;
  flex-direction: row;
}

/* line 686, app/assets/stylesheets/modules/_challenges.scss */
.challenge-submission-author__details {
  width: 100%;
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 695, app/assets/stylesheets/modules/_challenges.scss */
.challenge-submission-author__avatar {
  border-radius: 100%;
  width: 41px;
  height: 41px;
  margin-right: 1.25rem;
  overflow: hidden;
  border: 1px solid #0065f2;
  padding: 3px;
}

@media only screen and (min-width: 40.0625em) {
  /* line 695, app/assets/stylesheets/modules/_challenges.scss */
  .challenge-submission-author__avatar {
    width: 74px;
    height: 74px;
    padding: 5px;
  }
}

/* line 710, app/assets/stylesheets/modules/_challenges.scss */
.challenge-submission-author__avatar img {
  border-radius: 100%;
}

/* line 715, app/assets/stylesheets/modules/_challenges.scss */
.challenge-submission-author__name {
  font-weight: 600;
  width: 100%;
}

/* line 719, app/assets/stylesheets/modules/_challenges.scss */
.challenge-submission-author__name p {
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media only screen and (min-width: 40.0625em) {
  /* line 715, app/assets/stylesheets/modules/_challenges.scss */
  .challenge-submission-author__name {
    font-size: 1.5rem;
  }
}

/* line 730, app/assets/stylesheets/modules/_challenges.scss */
.challenge-submission-author__meta {
  color: #9aa9b7;
  font-size: 0.875rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 730, app/assets/stylesheets/modules/_challenges.scss */
  .challenge-submission-author__meta {
    font-size: 1rem;
  }
}

/* line 739, app/assets/stylesheets/modules/_challenges.scss */
.challenge-submission-text {
  position: relative;
  font-size: 0.875rem;
  margin: 25px 0 0 0;
}

/* line 744, app/assets/stylesheets/modules/_challenges.scss */
.challenge-submission-text:before {
  content: "";
  background: url(/assets/submissions/quote-995e6ee153d9ce522416122001a9b46da222fec246bf4c1a5fb66fed789beefa.svg) no-repeat;
  background-size: contain;
  position: absolute;
  opacity: 0.25;
  width: 25px;
  height: 25px;
  top: -5px;
  left: -4px;
}

@media only screen and (min-width: 64.0625em) {
  /* line 744, app/assets/stylesheets/modules/_challenges.scss */
  .challenge-submission-text:before {
    top: -23px;
    left: -6px;
    width: 45px;
    height: 45px;
  }
}

/* line 763, app/assets/stylesheets/modules/_challenges.scss */
.challenge-submission-text p {
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 1.71;
}

@media only screen and (min-width: 40.0625em) {
  /* line 739, app/assets/stylesheets/modules/_challenges.scss */
  .challenge-submission-text {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 739, app/assets/stylesheets/modules/_challenges.scss */
  .challenge-submission-text {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1140px) {
  /* line 739, app/assets/stylesheets/modules/_challenges.scss */
  .challenge-submission-text {
    font-size: 1.125rem;
  }
}

/* line 783, app/assets/stylesheets/modules/_challenges.scss */
.challenge-submission__footer {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 16px 20px 0 0;
}

/* line 789, app/assets/stylesheets/modules/_challenges.scss */
.challenge-submission__footer:last-child {
  justify-self: flex-end;
}

/* line 793, app/assets/stylesheets/modules/_challenges.scss */
.challenge-submission--text .challenge-submission__footer {
  padding: 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 793, app/assets/stylesheets/modules/_challenges.scss */
  .challenge-submission--text .challenge-submission__footer {
    padding: 16px 16px 16px 0;
  }
}

/* line 801, app/assets/stylesheets/modules/_challenges.scss */
.challenge-submission__footer > *:last-child {
  justify-self: flex-end;
}

/* line 806, app/assets/stylesheets/modules/_challenges.scss */
.challenge-question-cells {
  display: flex;
  margin-left: -44px;
  /* gutter size offset */
  width: auto;
}

/* line 813, app/assets/stylesheets/modules/_challenges.scss */
.challenge-question-cells__column {
  padding-left: 44px;
  /* gutter size */
  background-clip: padding-box;
}

/* line 819, app/assets/stylesheets/modules/_challenges.scss */
.challenge-submission__location {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
  display: flex;
  align-items: center;
  min-height: 22px;
  letter-spacing: 1px;
}

/* line 829, app/assets/stylesheets/modules/_challenges.scss */
.challenge-submission__location:before {
  background: url(/assets/submissions/location-blue-db4dd384653d8caa0910512b1bf4f4b42b075a2ba5310a2f85313caba2ed8223.svg) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  flex: 0 0 8px;
  width: 8px;
  height: 11px;
  margin-right: 0.5rem;
}

/* line 841, app/assets/stylesheets/modules/_challenges.scss */
.challenge-submission__social svg {
  width: 25px;
}

@media only screen and (min-width: 64.0625em) {
  /* line 841, app/assets/stylesheets/modules/_challenges.scss */
  .challenge-submission__social svg {
    width: 30px;
  }
}

/* line 849, app/assets/stylesheets/modules/_challenges.scss */
.challenge-submission-share__button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  background: none;
  border: none;
  color: inherit;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0;
  white-space: nowrap;
}

/* line 861, app/assets/stylesheets/modules/_challenges.scss */
.challenge-submission-share__button:focus {
  outline: none;
}

/* line 865, app/assets/stylesheets/modules/_challenges.scss */
.challenge-submission-share__button-text {
  overflow: hidden;
  width: 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 849, app/assets/stylesheets/modules/_challenges.scss */
  .challenge-submission-share__button {
    font-size: 1rem;
  }
  /* line 873, app/assets/stylesheets/modules/_challenges.scss */
  .challenge-submission-share__button-text {
    overflow: hidden;
    width: auto;
  }
}

/* line 880, app/assets/stylesheets/modules/_challenges.scss */
.challenge-nav {
  display: none;
  position: fixed;
  top: 50%;
  left: 0;
  opacity: 0.01;
  transform: translate3d(0, calc(-50% - 0.5px), 0);
  transition: opacity 400ms ease-in-out;
  z-index: 1000;
}

/* line 890, app/assets/stylesheets/modules/_challenges.scss */
.challenge-nav.is-active {
  opacity: 1;
}

@media only screen and (min-width: 1440px) {
  /* line 880, app/assets/stylesheets/modules/_challenges.scss */
  .challenge-nav {
    display: block;
  }
}

/* line 899, app/assets/stylesheets/modules/_challenges.scss */
.challenge-nav-item {
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 25px;
  font-weight: 600;
  padding: 10px 0;
  opacity: 0.2;
  transition: all 200ms ease-in-out;
}

/* line 911, app/assets/stylesheets/modules/_challenges.scss */
.challenge-nav-item:before {
  background: #fff;
  content: "";
  display: block;
  height: 2px;
  margin-right: 10px;
  width: 20px;
  transition: all 200ms ease-in-out;
}

/* line 920, app/assets/stylesheets/modules/_challenges.scss */
.challenge-nav--dark .challenge-nav-item:before {
  background: #fff;
}

/* line 926, app/assets/stylesheets/modules/_challenges.scss */
.challenge-nav-item.is-active {
  font-size: 40px;
  opacity: 1;
}

/* line 930, app/assets/stylesheets/modules/_challenges.scss */
.challenge-nav-item.is-active:before {
  width: 40px;
}

/* line 935, app/assets/stylesheets/modules/_challenges.scss */
.challenge-nav-item:not(.is-active):hover {
  opacity: 0.5;
}

/* line 939, app/assets/stylesheets/modules/_challenges.scss */
.challenge-nav--dark .challenge-nav-item {
  color: #fff;
}

/* line 945, app/assets/stylesheets/modules/_challenges.scss */
.challenge-accordian-item__header {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  padding: 2.75rem 1rem 2rem 1rem;
  position: sticky;
  top: 0;
  transition: padding 100ms ease-in-out;
}

/* line 953, app/assets/stylesheets/modules/_challenges.scss */
.challenge-accordian-item__header + div {
  max-height: 0;
  overflow: hidden;
  transition: max-height 100ms ease-in-out;
}

/* line 960, app/assets/stylesheets/modules/_challenges.scss */
.challenge-accordian-item__header.is-active + div {
  max-height: 1000vh;
}

/* line 966, app/assets/stylesheets/modules/_challenges.scss */
.challenge-accordian-item__content {
  padding: 0 1rem;
  position: relative;
}

/* line 971, app/assets/stylesheets/modules/_challenges.scss */
.challenge-question-details__header {
  background: #fff;
  position: relative;
}

/* line 975, app/assets/stylesheets/modules/_challenges.scss */
.challenge-question-details__header:before {
  background: #000;
  height: 2px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 1.5rem;
  right: 0;
}

/* line 987, app/assets/stylesheets/modules/_challenges.scss */
.challenge-question[data-id="1"] .challenge-question-details__header:before {
  background-color: rgba(var(--theme-color, 135, 33, 117), 1);
}

/* line 993, app/assets/stylesheets/modules/_challenges.scss */
.challenge-question[data-id="2"] .challenge-question-details__header:before {
  background-color: rgba(var(--theme-color, 231, 125, 32), 1);
}

/* line 999, app/assets/stylesheets/modules/_challenges.scss */
.challenge-question[data-id="3"] .challenge-question-details__header:before {
  background-color: rgba(var(--theme-color, 122, 193, 63), 1);
}

/* line 1005, app/assets/stylesheets/modules/_challenges.scss */
.challenge-question[data-id="4"] .challenge-question-details__header:before {
  background-color: rgba(var(--theme-color, 253, 184, 18), 1);
}

/* line 1011, app/assets/stylesheets/modules/_challenges.scss */
.challenge-question[data-id="5"] .challenge-question-details__header:before {
  background-color: rgba(var(--theme-color, 0, 187, 228), 1);
}

/* line 1017, app/assets/stylesheets/modules/_challenges.scss */
.challenge-question[data-id="6"] .challenge-question-details__header:before {
  background-color: rgba(var(--theme-color, 2, 82, 155), 1);
}

/* line 1023, app/assets/stylesheets/modules/_challenges.scss */
.challenge-question[data-id="7"] .challenge-question-details__header:before {
  background-color: rgba(var(--theme-color, 12, 169, 174), 1);
}

/* line 1028, app/assets/stylesheets/modules/_challenges.scss */
.challenge-question-details__header::after {
  content: "0" counter(question-counter);
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
  position: absolute;
  left: 0;
  position: absolute;
  top: -0.3rem;
  line-height: 1;
}

@media only screen and (min-width: 40.0625em) {
  /* line 1042, app/assets/stylesheets/modules/_challenges.scss */
  .challenge-question-details__header:before {
    top: 0;
    left: 1.5rem;
    width: calc(100% - 1.5rem);
    right: auto;
  }
  /* line 1049, app/assets/stylesheets/modules/_challenges.scss */
  .challenge-question-details__header:after {
    left: 0;
    top: -0.3rem;
  }
}

/* line 1056, app/assets/stylesheets/modules/_challenges.scss */
.challenge-filters {
  background: #171b23;
  padding: 40px 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 1056, app/assets/stylesheets/modules/_challenges.scss */
  .challenge-filters {
    padding: 60px 0;
  }
}

/* line 1065, app/assets/stylesheets/modules/_challenges.scss */
.challenge-filters__title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 300;
  padding-bottom: 12px;
}

@media only screen and (min-width: 40.0625em) {
  /* line 1065, app/assets/stylesheets/modules/_challenges.scss */
  .challenge-filters__title {
    font-size: 30px;
  }
}

/* line 1077, app/assets/stylesheets/modules/_challenges.scss */
.challenge-filters__content {
  padding: 30px 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 1081, app/assets/stylesheets/modules/_challenges.scss */
  .challenge-filters__row {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}

/* line 1089, app/assets/stylesheets/modules/_challenges.scss */
.challenge-filters__label {
  color: #fff;
  margin-bottom: 12px;
}

@media only screen and (min-width: 40.0625em) {
  /* line 1089, app/assets/stylesheets/modules/_challenges.scss */
  .challenge-filters__label {
    font-size: 1.125rem;
    margin-bottom: 0;
    width: 250px;
  }
}

/* line 1100, app/assets/stylesheets/modules/_challenges.scss */
.challenge-filter {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 2px;
  color: #fff;
  font-weight: 300;
  line-height: 1;
  margin: 0 10px 10px 0;
  padding: 10px 1.5rem;
  transition: 100ms ease-in-out;
}

/* line 1112, app/assets/stylesheets/modules/_challenges.scss */
.challenge-filter.is-active {
  background: #0065f2;
  border-color: #0065f2;
}

@media only screen and (min-width: 40.0625em) {
  /* line 1100, app/assets/stylesheets/modules/_challenges.scss */
  .challenge-filter {
    font-size: 1.125rem;
  }
}

/* line 1122, app/assets/stylesheets/modules/_challenges.scss */
.challenge-share-tooltip {
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
  position: absolute;
  color: #141414;
  z-index: 1000;
  background: #fff;
  left: 10px;
  right: 10px;
  padding: 0.75rem 0.75rem 1rem 0.75rem;
  transform: translateY(calc(-100% - 1rem));
}

/* line 1133, app/assets/stylesheets/modules/_challenges.scss */
.challenge-share-tooltip:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -0.25em;
  bottom: -0.175rem;
  right: 2px;
  box-sizing: border-box;
  border: 0.375rem solid black;
  border-color: transparent #fff #fff transparent;
  transform-origin: 0 0;
  transform: rotate(45deg);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 40.0625em) {
  /* line 1150, app/assets/stylesheets/modules/_challenges.scss */
  .challenge-share-tooltip:after {
    right: 20px;
  }
}

/* line 1156, app/assets/stylesheets/modules/_challenges.scss */
.challenge-share-tooltip__label {
  margin-bottom: 0.75rem;
}

/* line 1160, app/assets/stylesheets/modules/_challenges.scss */
.challenge-share-tooltip__url {
  background: rgba(117, 117, 117, 0.2);
  cursor: pointer;
  display: flex;
}

/* line 1166, app/assets/stylesheets/modules/_challenges.scss */
.challenge-share-tooltip__url-text {
  display: block;
  flex: 1;
  overflow: hidden;
  padding: 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1174, app/assets/stylesheets/modules/_challenges.scss */
.challenge-share-tooltip__url-text:focus {
  outline: none;
}

@keyframes submission_video_share_tick {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* line 1193, app/assets/stylesheets/modules/_challenges.scss */
.challenge-share-tooltip__url-button {
  border-left: 1px solid #000;
  display: block;
  font-size: 0.875rem;
  line-height: 24px;
  margin: 4px 0;
  min-width: 70px;
  position: relative;
  text-align: center;
}

/* line 1203, app/assets/stylesheets/modules/_challenges.scss */
.challenge-share-tooltip__url-button:after {
  background: url(/assets/submissions/tick-icon-f3e6a74ff0bd07333a5a5610e6d81375b943f428b15b5f55365a580f2806b025.svg) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 17px;
  opacity: 0;
  width: 22px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

/* line 1218, app/assets/stylesheets/modules/_challenges.scss */
.challenge-share-tooltip__url--copied .challenge-share-tooltip__url-button:after {
  animation-name: submission_video_share_tick;
  animation-duration: 3s;
}

/* line 1, app/assets/stylesheets/modules/_adverts.scss */
.tolsda {
  position: relative;
}

/* line 5, app/assets/stylesheets/modules/_adverts.scss */
.tout-list--grid__container .tolsda {
  margin-top: 0.75em;
}

/* line 7, app/assets/stylesheets/modules/_adverts.scss */
.tout-list--grid__container .tolsda .trevda--sidebar {
  margin: 0 21px;
}

/* line 13, app/assets/stylesheets/modules/_adverts.scss */
.trevda {
  position: relative;
  z-index: 2;
}

/* line 16, app/assets/stylesheets/modules/_adverts.scss */
.trevda a {
  text-decoration: none;
  color: inherit;
  display: block;
}

/* line 20, app/assets/stylesheets/modules/_adverts.scss */
.trevda a:hover .trevda__cta {
  background-color: #005c9c;
}

/* line 26, app/assets/stylesheets/modules/_adverts.scss */
.trevda__image {
  width: 100%;
}

/* line 30, app/assets/stylesheets/modules/_adverts.scss */
.trevda__cta {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  font-size: 0.75rem;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 0.5rem;
  white-space: nowrap;
  background-color: rgba(0, 92, 156, 0.7);
  transition: background-color 0.2s ease-in-out;
}

/* line 44, app/assets/stylesheets/modules/_adverts.scss */
.trevda__cta img {
  vertical-align: 0;
  height: 0.5rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 30, app/assets/stylesheets/modules/_adverts.scss */
  .trevda__cta {
    font-size: 1.125rem;
    bottom: 2rem;
    right: 2rem;
  }
  /* line 52, app/assets/stylesheets/modules/_adverts.scss */
  .trevda__cta img {
    height: auto;
  }
}

/* line 58, app/assets/stylesheets/modules/_adverts.scss */
.trevda--fullbleed .trevda__cta {
  right: 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 58, app/assets/stylesheets/modules/_adverts.scss */
  .trevda--fullbleed .trevda__cta {
    right: 2rem;
  }
}

/* line 66, app/assets/stylesheets/modules/_adverts.scss */
.trevda--leaderboard {
  margin-top: 1rem;
}

/* line 68, app/assets/stylesheets/modules/_adverts.scss */
.trevda--leaderboard .trevda__cta {
  right: 1rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 68, app/assets/stylesheets/modules/_adverts.scss */
  .trevda--leaderboard .trevda__cta {
    right: 2rem;
  }
}

/* line 76, app/assets/stylesheets/modules/_adverts.scss */
.trevda--sidebar {
  margin-bottom: 1rem;
}

/* line 78, app/assets/stylesheets/modules/_adverts.scss */
.trevda--sidebar .trevda__image {
  width: 100%;
}

/* line 81, app/assets/stylesheets/modules/_adverts.scss */
.trevda--sidebar .trevda__cta {
  letter-spacing: 0.5px;
  right: unset;
  left: 1rem;
  max-width: 100%;
  font-size: 1rem;
}

/* line 87, app/assets/stylesheets/modules/_adverts.scss */
.trevda--sidebar .trevda__cta img {
  height: 0.75em;
}

@media only screen and (min-width: 40.0625em) {
  /* line 81, app/assets/stylesheets/modules/_adverts.scss */
  .trevda--sidebar .trevda__cta {
    left: 2rem;
  }
}

/* line 2, app/assets/stylesheets/modules/_iframe-fallback.scss */
.iframe-fallback__container {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  padding: 24px;
}

/* line 15, app/assets/stylesheets/modules/_iframe-fallback.scss */
.iframe-fallback__copy {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.6 !important;
  margin: 0 !important;
  text-align: center;
}

/* line 22, app/assets/stylesheets/modules/_iframe-fallback.scss */
.iframe-fallback__copy--bold {
  font-weight: 700;
}

/* line 27, app/assets/stylesheets/modules/_iframe-fallback.scss */
.iframe-fallback__button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}

/* line 34, app/assets/stylesheets/modules/_iframe-fallback.scss */
.iframe-fallback__button {
  font-size: 1rem;
  padding: 10px 24px;
  border: 2px solid #ffffff !important;
  border-radius: 30px;
  font-weight: 700;
  text-decoration: none;
  color: #ffffff !important;
  transition: all 0.2s ease-in-out;
  background-color: transparent !important;
}

/* line 45, app/assets/stylesheets/modules/_iframe-fallback.scss */
.iframe-fallback__button:hover {
  border-color: rgba(255, 255, 255, 0.6) !important;
}

/* line 2, app/assets/stylesheets/modules/_cookie-declaration.scss */
#CookieDeclarationContainer .CookieDeclaration {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
}

/* line 7, app/assets/stylesheets/modules/_cookie-declaration.scss */
#CookieDeclarationContainer .CookieDeclaration p:not(#CookieDeclarationConsentIdAndDate) {
  margin-block-end: 1.5rem;
}

/* line 11, app/assets/stylesheets/modules/_cookie-declaration.scss */
#CookieDeclarationContainer .CookieDeclaration a {
  color: #0065f2;
}

/* line 14, app/assets/stylesheets/modules/_cookie-declaration.scss */
#CookieDeclarationContainer .CookieDeclaration a:hover {
  text-decoration: underline;
}

/* line 19, app/assets/stylesheets/modules/_cookie-declaration.scss */
#CookieDeclarationContainer .CookieDeclaration #CookieDeclarationChangeConsent {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
}

/* line 25, app/assets/stylesheets/modules/_cookie-declaration.scss */
#CookieDeclarationContainer .CookieDeclaration .CookieDeclarationLastUpdated {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.2;
  margin-block-end: 2rem;
}

/* line 32, app/assets/stylesheets/modules/_cookie-declaration.scss */
#CookieDeclarationContainer .CookieDeclaration .CookieDeclarationType {
  padding: 0;
  border: 0;
}

/* line 36, app/assets/stylesheets/modules/_cookie-declaration.scss */
#CookieDeclarationContainer .CookieDeclaration .CookieDeclarationType:last-of-type {
  margin-bottom: 0;
}

/* line 39, app/assets/stylesheets/modules/_cookie-declaration.scss */
#CookieDeclarationContainer .CookieDeclaration .CookieDeclarationType:last-of-type .CookieDeclarationTable {
  margin-bottom: 0;
}

/* line 45, app/assets/stylesheets/modules/_cookie-declaration.scss */
#CookieDeclarationContainer .CookieDeclaration .CookieDeclarationTypeHeader {
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.2;
  margin-block-end: 0.5rem;
}

/* line 52, app/assets/stylesheets/modules/_cookie-declaration.scss */
#CookieDeclarationContainer .CookieDeclaration .CookieDeclarationTypeDescription,
#CookieDeclarationContainer .CookieDeclaration .CookieDeclarationTableHeader,
#CookieDeclarationContainer .CookieDeclaration .CookieDeclarationTableCell {
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 400;
}

/* line 60, app/assets/stylesheets/modules/_cookie-declaration.scss */
#CookieDeclarationContainer .CookieDeclaration .CookieDeclarationTypeDescription {
  margin-block-end: 1rem;
}

/* line 64, app/assets/stylesheets/modules/_cookie-declaration.scss */
#CookieDeclarationContainer .CookieDeclaration .CookieDeclarationTableHeader {
  font-weight: 700;
}

/* line 68, app/assets/stylesheets/modules/_cookie-declaration.scss */
#CookieDeclarationContainer .CookieDeclaration .CookieDeclarationTableHeader,
#CookieDeclarationContainer .CookieDeclaration .CookieDeclarationTableCell {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 1, app/assets/stylesheets/open-forum/_events.scss */
.open-forum__event-schedule,
.open-forum__event-details {
  margin-bottom: 160px;
}

/* line 8, app/assets/stylesheets/open-forum/_events.scss */
.open-forum__event-body p,
.open-forum__about-body p {
  line-height: 1.65rem;
  font-size: 1rem;
}

/* line 11, app/assets/stylesheets/open-forum/_events.scss */
.open-forum__event-body p a,
.open-forum__about-body p a {
  color: #0089eb;
}

/* line 14, app/assets/stylesheets/open-forum/_events.scss */
.open-forum__event-body p .open-forum__event-cta,
.open-forum__about-body p .open-forum__event-cta {
  text-decoration: none;
  color: inherit;
  border-radius: 4px;
  background-color: #0089eb;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
}

/* line 23, app/assets/stylesheets/open-forum/_events.scss */
.open-forum__event-body .column,
.open-forum__about-body .column {
  margin-bottom: 1rem;
}

/* line 28, app/assets/stylesheets/open-forum/_events.scss */
.open-forum__label {
  margin-top: 0;
  margin-bottom: 0;
  color: #b2b3c4;
  font-size: 12.6px;
}

/* line 33, app/assets/stylesheets/open-forum/_events.scss */
.open-forum__label + p {
  margin-top: 0.3rem;
}

/* line 40, app/assets/stylesheets/open-forum/_events.scss */
.open-forum__interstitial {
  background-size: cover;
  position: relative;
  position: relative;
  padding-top: 75%;
}

/* line 27, node_modules/css-patterns/stylesheets/patterns/_fluid_media_wrapper.scss */
.open-forum__interstitial embed,
.open-forum__interstitial iframe,
.open-forum__interstitial object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 40.0625em) {
  /* line 40, app/assets/stylesheets/open-forum/_events.scss */
  .open-forum__interstitial {
    position: relative;
    padding-top: 56.25%;
  }
  /* line 27, node_modules/css-patterns/stylesheets/patterns/_fluid_media_wrapper.scss */
  .open-forum__interstitial embed,
.open-forum__interstitial iframe,
.open-forum__interstitial object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 40, app/assets/stylesheets/open-forum/_events.scss */
  .open-forum__interstitial {
    position: relative;
    padding-top: 48.5714285714%;
  }
  /* line 27, node_modules/css-patterns/stylesheets/patterns/_fluid_media_wrapper.scss */
  .open-forum__interstitial embed,
.open-forum__interstitial iframe,
.open-forum__interstitial object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/* line 51, app/assets/stylesheets/open-forum/_events.scss */
.open-forum__interstitial:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: -moz-linear-gradient(top, #1b2029 0%, rgba(27, 32, 41, 0.4) 5%, rgba(27, 32, 41, 0.6) 70%, #1b2029 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1b2029 0%, rgba(27, 32, 41, 0.4) 5%, rgba(27, 32, 41, 0.6) 70%, #1b2029 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1b2029 0%, rgba(27, 32, 41, 0.4) 5%, rgba(27, 32, 41, 0.8) 70%, #1b2029 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#661b2029', endColorstr='#1b2029',GradientType=0 );
  /* IE6-9 */
}

/* line 81, app/assets/stylesheets/open-forum/_events.scss */
.open-forum__interstitial-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
}

@media only screen and (min-width: 64.0625em) {
  /* line 81, app/assets/stylesheets/open-forum/_events.scss */
  .open-forum__interstitial-body {
    bottom: 30%;
  }
}

/* line 90, app/assets/stylesheets/open-forum/_events.scss */
.open-forum__interstitial-title {
  font-weight: normal;
  font-size: 1.175rem;
}

@media only screen and (min-width: 64.0625em) {
  /* line 90, app/assets/stylesheets/open-forum/_events.scss */
  .open-forum__interstitial-title {
    font-size: 1.875rem;
  }
}

/* line 97, app/assets/stylesheets/open-forum/_events.scss */
.open-forum__interstitial-cta {
  text-decoration: none;
  color: inherit;
  border-radius: 4px;
  border: 1px solid #fff;
  font-weight: 600;
  padding: 0 1rem;
  line-height: 2.875;
  display: inline-block;
  transition: border-color, background-color 0.3s ease-in-out;
}

/* line 105, app/assets/stylesheets/open-forum/_events.scss */
.open-forum__interstitial-cta:after {
  content: " ▶︎";
  padding-left: 0.5rem;
  font-size: 0.875em;
}

/* line 111, app/assets/stylesheets/open-forum/_events.scss */
.open-forum__interstitial-cta:hover {
  border-color: #0089eb;
  background-color: #0089eb;
}

@media only screen and (min-width: 40.0625em) {
  /* line 121, app/assets/stylesheets/open-forum/_events.scss */
  .open-forum__past-sessions__list {
    display: flex;
    justify-content: space-between;
  }
}

/* line 129, app/assets/stylesheets/open-forum/_events.scss */
.open-forum__session {
  margin-bottom: 40px;
}

/* line 135, app/assets/stylesheets/open-forum/_events.scss */
.open-forum__session-container {
  text-decoration: none;
  color: inherit;
  position: relative;
  display: block;
}

/* line 141, app/assets/stylesheets/open-forum/_events.scss */
.open-forum__session-title--initial {
  display: none;
}

/* line 145, app/assets/stylesheets/open-forum/_events.scss */
.open-forum__session-title {
  font-size: 1rem;
  line-height: 1.375;
}

/* line 150, app/assets/stylesheets/open-forum/_events.scss */
.open-forum__session-description {
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 155, app/assets/stylesheets/open-forum/_events.scss */
.open-forum__session-cta {
  display: none;
}

@media only screen and (min-width: 40.0625em) {
  /* line 129, app/assets/stylesheets/open-forum/_events.scss */
  .open-forum__session {
    flex: 0 0 calc((100% - (20px * 2)) / 3);
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 129, app/assets/stylesheets/open-forum/_events.scss */
  .open-forum__session {
    flex: 0 0 calc((100% - (20px * 2)) / 3);
    margin-bottom: 20px;
    opacity: 0.5;
    position: relative;
  }
  /* line 170, app/assets/stylesheets/open-forum/_events.scss */
  .open-forum__session-placeholder {
    position: relative;
    padding-top: 112.5%;
    overflow: hidden;
  }
  /* line 27, node_modules/css-patterns/stylesheets/patterns/_fluid_media_wrapper.scss */
  .open-forum__session-placeholder embed,
.open-forum__session-placeholder iframe,
.open-forum__session-placeholder object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* line 175, app/assets/stylesheets/open-forum/_events.scss */
  .open-forum__session-image {
    display: block;
    height: 100%;
    max-width: 2000em;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  /* line 186, app/assets/stylesheets/open-forum/_events.scss */
  .open-forum__session-details {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
  }
  /* line 193, app/assets/stylesheets/open-forum/_events.scss */
  .open-forum__session-title--initial {
    font-size: 2.188rem;
    margin: 0;
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    display: block;
  }
  /* line 206, app/assets/stylesheets/open-forum/_events.scss */
  .open-forum__session-cta span {
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 1em 1.5em 1em 1.5em;
    margin: 2em 0;
    text-align: left;
    display: block;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    margin: 0;
  }
  /* line 16, app/assets/stylesheets/patterns/_button.scss */
  .open-forum__session-cta span img {
    position: relative;
    right: 0;
    top: 0.15em;
    float: right;
  }
}

@media only screen and (min-width: 64.0625em) and (min-width: 40.0625em) {
  /* line 206, app/assets/stylesheets/open-forum/_events.scss */
  .open-forum__session-cta span {
    display: inline-block;
    width: auto;
    text-align: center;
  }
  /* line 28, app/assets/stylesheets/patterns/_button.scss */
  .open-forum__session-cta span span {
    float: none;
  }
  /* line 32, app/assets/stylesheets/patterns/_button.scss */
  .open-forum__session-cta span img {
    position: relative;
    left: 0.75em;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 213, app/assets/stylesheets/open-forum/_events.scss */
  .open-forum__session .open-forum__session-placeholder {
    opacity: 0.7;
    transition: transform 0.2s ease-in-out;
  }
  /* line 218, app/assets/stylesheets/open-forum/_events.scss */
  .open-forum__session .open-forum__session-details {
    opacity: 0;
    top: 20px;
    left: 0;
    right: -60px;
    transition: all 0.3s ease-in-out;
  }
  /* line 226, app/assets/stylesheets/open-forum/_events.scss */
  .open-forum__session .open-forum__session-description,
.open-forum__session .open-forum__session-cta,
.open-forum__session .open-forum__session-title {
    padding-left: 5px;
    padding-right: 5px;
  }
  /* line 232, app/assets/stylesheets/open-forum/_events.scss */
  .open-forum__session .open-forum__session-title {
    border-color: inherit;
    font-size: 2rem;
    margin: 0;
    position: relative;
    padding-bottom: 1rem;
  }
  /* line 238, app/assets/stylesheets/open-forum/_events.scss */
  .open-forum__session .open-forum__session-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 100%;
    border-bottom: 1px solid #fff;
    transition: right 0.3s ease-in-out;
  }
  /* line 249, app/assets/stylesheets/open-forum/_events.scss */
  .open-forum__session .open-forum__session-description,
.open-forum__session .open-forum__session-cta {
    display: block;
  }
  /* line 254, app/assets/stylesheets/open-forum/_events.scss */
  .open-forum__session .open-forum__session-description {
    padding-right: 60px;
    line-height: 1.37;
  }
  /* line 259, app/assets/stylesheets/open-forum/_events.scss */
  .open-forum__session:hover {
    opacity: 1;
    z-index: 100;
  }
  /* line 262, app/assets/stylesheets/open-forum/_events.scss */
  .open-forum__session:hover .open-forum__session-details {
    opacity: 1;
    left: -30px;
    right: -30px;
  }
  /* line 267, app/assets/stylesheets/open-forum/_events.scss */
  .open-forum__session:hover .open-forum__session-title--initial {
    opacity: 0;
  }
  /* line 271, app/assets/stylesheets/open-forum/_events.scss */
  .open-forum__session:hover .open-forum__session-title:after {
    right: 0;
  }
  /* line 275, app/assets/stylesheets/open-forum/_events.scss */
  .open-forum__session:hover .open-forum__session-placeholder {
    transform: scale(1.05);
  }
}

/* line 284, app/assets/stylesheets/open-forum/_events.scss */
.open-forum__search-results__item {
  padding-bottom: 21px;
  border-bottom: rgba(99, 100, 111, 0.5) solid 1px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 40.0625em) {
  /* line 284, app/assets/stylesheets/open-forum/_events.scss */
  .open-forum__search-results__item {
    padding-bottom: 40px;
  }
}

/* line 291, app/assets/stylesheets/open-forum/_events.scss */
.open-forum__search-results__item__link {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  color: inherit;
}

/* line 298, app/assets/stylesheets/open-forum/_events.scss */
.open-forum__search-results__item a:hover .open-forum__search-results__item__title {
  color: #0089eb;
}

/* line 303, app/assets/stylesheets/open-forum/_events.scss */
.open-forum__search-results__item .placeholder {
  width: 90px;
  flex: 0 0 90px;
  margin-right: 21px;
}

@media only screen and (min-width: 40.0625em) {
  /* line 303, app/assets/stylesheets/open-forum/_events.scss */
  .open-forum__search-results__item .placeholder {
    width: 180px;
    flex: 0 0 180px;
    margin-right: 40px;
  }
}

/* line 313, app/assets/stylesheets/open-forum/_events.scss */
.open-forum__search-results__item .placeholder-inner {
  height: 0 !important;
}

/* line 316, app/assets/stylesheets/open-forum/_events.scss */
.open-forum__search-results__item__title {
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 321, app/assets/stylesheets/open-forum/_events.scss */
.open-forum__search-results__item__description {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.5rem;
  display: none;
}

@media only screen and (min-width: 40.0625em) {
  /* line 321, app/assets/stylesheets/open-forum/_events.scss */
  .open-forum__search-results__item__description {
    display: block;
  }
}

/* line 330, app/assets/stylesheets/open-forum/_events.scss */
.open-forum__search-results__item__meta {
  font-size: 0.75rem;
  color: #848490;
}

/* line 334, app/assets/stylesheets/open-forum/_events.scss */
.open-forum__search-results__item:last-child {
  border: none;
}

/* line 340, app/assets/stylesheets/open-forum/_events.scss */
.open-forum__content--session .session-wrapper {
  position: relative;
  padding-top: 56.25%;
}

/* line 27, node_modules/css-patterns/stylesheets/patterns/_fluid_media_wrapper.scss */
.open-forum__content--session .session-wrapper embed,
.open-forum__content--session .session-wrapper iframe,
.open-forum__content--session .session-wrapper object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 3, app/assets/stylesheets/open-forum/_media.scss */
.open-forum__media-list__item .placeholder {
  max-width: 100px;
}

/* line 10, app/assets/stylesheets/open-forum/_media.scss */
.open-forum__content--media .sub-title {
  margin-bottom: 0;
}

/* line 15, app/assets/stylesheets/open-forum/_media.scss */
.open-forum__media-tabs {
  padding: 0;
  list-style-type: none;
  margin: 0;
  border-bottom: rgba(99, 100, 111, 0.5) solid 1px;
  padding: 20px 0;
}

/* line 21, app/assets/stylesheets/open-forum/_media.scss */
.open-forum__media-tab {
  display: inline-block;
  font-size: 1.125rem;
}

/* line 24, app/assets/stylesheets/open-forum/_media.scss */
.open-forum__media-tab:first-child {
  padding-right: 10px;
}

/* line 27, app/assets/stylesheets/open-forum/_media.scss */
.open-forum__media-tab:last-child {
  padding-left: 10px;
}

/* line 30, app/assets/stylesheets/open-forum/_media.scss */
.open-forum__media-tab a {
  color: inherit;
}

/* line 32, app/assets/stylesheets/open-forum/_media.scss */
.open-forum__media-tab a.is-active {
  color: #0089eb;
}

/* line 40, app/assets/stylesheets/open-forum/_media.scss */
.open-forum__press-list .tout {
  border-color: rgba(99, 100, 111, 0.5);
}

@media only screen and (min-width: 64.0625em) {
  /* line 47, app/assets/stylesheets/open-forum/_media.scss */
  .open-forum__media-article__details {
    display: flex;
  }
}

/* line 54, app/assets/stylesheets/open-forum/_media.scss */
.open-forum__media-article__image {
  margin-bottom: 2rem;
}

/* line 58, app/assets/stylesheets/open-forum/_media.scss */
.open-forum__media-article__body {
  margin-bottom: 2rem;
}

@media only screen and (min-width: 64.0625em) {
  /* line 58, app/assets/stylesheets/open-forum/_media.scss */
  .open-forum__media-article__body {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 65, app/assets/stylesheets/open-forum/_media.scss */
  .open-forum__media-article__aside {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}

/* line 74, app/assets/stylesheets/open-forum/_media.scss */
.column + .open-forum__media-article__aside.column:last-child {
  float: none;
  clear: both;
}

/* line 3, app/assets/stylesheets/open-forum/_search.scss */
.open-forum__search-form__search-field {
  max-width: 480px;
  display: flex;
  align-items: stretch;
  height: 45px;
}

/* line 8, app/assets/stylesheets/open-forum/_search.scss */
.open-forum__search-form__search-field .input--search {
  flex: 1 0 auto;
  border: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 0 1rem;
  font-size: 1.125rem;
}

/* line 15, app/assets/stylesheets/open-forum/_search.scss */
.open-forum__search-form__search-field .input--search::placeholder {
  font-style: italic;
}

/* line 19, app/assets/stylesheets/open-forum/_search.scss */
.open-forum__search-form__search-field .form-submit {
  flex: 0 0 50px;
  background: #0089eb;
  text-align: center;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 25, app/assets/stylesheets/open-forum/_search.scss */
.open-forum__search-form__search-field .form-submit img {
  width: 17px;
  height: 17px;
}

/* line 34, app/assets/stylesheets/open-forum/_search.scss */
.open-forum__search-form fieldset {
  border: none;
  padding: 0;
}

/* line 37, app/assets/stylesheets/open-forum/_search.scss */
.open-forum__search-form fieldset legend {
  display: block;
  padding: 1.5rem 0 1rem;
  font-size: 0.865rem;
}

/* line 44, app/assets/stylesheets/open-forum/_search.scss */
.open-forum__search-form .open-forum__search-form__filters {
  max-width: 100vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
}

@media only screen and (min-width: 40.0625em) {
  /* line 44, app/assets/stylesheets/open-forum/_search.scss */
  .open-forum__search-form .open-forum__search-form__filters {
    max-width: 480px;
    flex-direction: row;
  }
}

/* line 56, app/assets/stylesheets/open-forum/_search.scss */
.open-forum__search-form .select-dropdown {
  border-color: #fff;
  border-width: 1px;
  margin-bottom: 1rem;
  width: calc(100% - 42px);
  flex: 0 1 calc(100% - 42px);
  overflow: hidden;
  background: #1b2029;
}

@media only screen and (min-width: 40.0625em) {
  /* line 56, app/assets/stylesheets/open-forum/_search.scss */
  .open-forum__search-form .select-dropdown {
    flex-direction: row;
    margin-bottom: 0;
    width: calc(50% - 0.5rem);
    flex: 0 1 calc(50% - 0.5rem);
  }
}

/* line 72, app/assets/stylesheets/open-forum/_search.scss */
.open-forum__search-form .select-dropdown:after {
  font-size: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1.5rem;
  transform: rotate(90deg);
  text-align: center;
  line-height: 34px;
  z-index: 10;
  pointer-events: none;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,17202a+100&0+0,0.85+25 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(6, 8, 11, 0.85) 25%, rgba(23, 32, 42, 0.85) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(6, 8, 11, 0.85) 25%, rgba(23, 32, 42, 0.85) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(6, 8, 11, 0.85) 25%, rgba(23, 32, 42, 0.85) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b317202a',GradientType=1 );
  /* IE6-9 */
}

/* line 89, app/assets/stylesheets/open-forum/_search.scss */
.open-forum__search-form .select-dropdown select {
  font-weight: normal;
  font-size: 1.25rem;
  min-width: 110%;
  color: #fff;
}

/* line 94, app/assets/stylesheets/open-forum/_search.scss */
.open-forum__search-form .select-dropdown select option {
  color: #141414;
}

/* line 1, app/assets/stylesheets/open-forum/_sessions.scss */
.open-forum__session-player {
  max-width: 970px;
}

/* line 7, app/assets/stylesheets/open-forum/_sessions.scss */
.open-forum__content--session .social-sharing {
  margin-top: 0.5rem;
}

/* line 14, app/assets/stylesheets/open-forum/_sessions.scss */
.open-forum__tabbed-session-details .open-forum__pane {
  padding-top: 1rem;
}

/* line 19, app/assets/stylesheets/open-forum/_sessions.scss */
.open-forum__speaker-group {
  border-bottom: 1px solid rgba(99, 100, 111, 0.5);
}

/* line 21, app/assets/stylesheets/open-forum/_sessions.scss */
.open-forum__speaker-group .tout {
  border: none;
}

/* line 23, app/assets/stylesheets/open-forum/_sessions.scss */
.open-forum__speaker-group .tout .pre-meta {
  margin-bottom: 0.5em;
}

/* line 27, app/assets/stylesheets/open-forum/_sessions.scss */
.open-forum__speaker-group:last-child {
  border: none;
}

/* line 32, app/assets/stylesheets/open-forum/_sessions.scss */
.open-forum__tag-list {
  margin-top: 3.5rem;
  margin-bottom: 2rem;
}

/* line 37, app/assets/stylesheets/open-forum/_sessions.scss */
.open-forum__tag {
  display: inline-block;
  border: 1px solid rgba(99, 100, 111, 0.5);
  border-radius: 3px;
  line-height: 30px;
  text-decoration: none;
  color: inherit;
  font-size: 0.75rem;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  padding: 0 0.5rem;
  transition: border-color 0.2s ease-in-out;
}

/* line 48, app/assets/stylesheets/open-forum/_sessions.scss */
.open-forum__tag:hover {
  border-color: #666873;
}

/* line 53, app/assets/stylesheets/open-forum/_sessions.scss */
.open-forum__search-results__label {
  font-size: 0.865rem;
  margin-bottom: 1rem;
}

/* line 3, app/assets/stylesheets/open-forum/_session-tabs.scss */
.open-forum .pagination__container * {
  border-color: rgba(99, 100, 111, 0.5);
}

/* line 6, app/assets/stylesheets/open-forum/_session-tabs.scss */
.open-forum .pagination__container .pagination__direction,
.open-forum .pagination__container .pagination__page-info {
  color: #848490;
}

/* line 10, app/assets/stylesheets/open-forum/_session-tabs.scss */
.open-forum .pagination__container a.pagination__direction {
  color: #0089eb;
}

/* line 14, app/assets/stylesheets/open-forum/_session-tabs.scss */
.open-forum .column .pagination__container {
  padding: 0;
}

/* line 19, app/assets/stylesheets/open-forum/_session-tabs.scss */
.open-forum__tabs-wrapper {
  margin-left: -21px;
  margin-right: -21px;
  position: relative;
}

/* line 23, app/assets/stylesheets/open-forum/_session-tabs.scss */
.open-forum__tabs-wrapper:before, .open-forum__tabs-wrapper:after {
  content: "";
  width: 21px;
  position: absolute;
  top: 0;
  bottom: 0;
}

/* line 31, app/assets/stylesheets/open-forum/_session-tabs.scss */
.open-forum__tabs-wrapper:before {
  left: 0;
  background: -moz-linear-gradient(left, #1b2029 0%, rgba(27, 32, 41, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1b2029 0%, rgba(27, 32, 41, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #1b2029 0%, rgba(27, 32, 41, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
  /* IE6-9 */
}

/* line 50, app/assets/stylesheets/open-forum/_session-tabs.scss */
.open-forum__tabs-wrapper:after {
  right: 0;
  background: -moz-linear-gradient(left, rgba(27, 32, 41, 0) 0%, #1b2029 99%, #1b2029 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(27, 32, 41, 0) 0%, #1b2029 99%, #1b2029 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(27, 32, 41, 0) 0%, #1b2029 99%, #1b2029 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001B2029', endColorstr='#1B2029',GradientType=1 );
  /* IE6-9 */
}

@media only screen and (min-width: 40.0625em) {
  /* line 19, app/assets/stylesheets/open-forum/_session-tabs.scss */
  .open-forum__tabs-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 75, app/assets/stylesheets/open-forum/_session-tabs.scss */
  .open-forum__tabs-wrapper:before, .open-forum__tabs-wrapper:after {
    background: none;
    filter: none;
  }
}

/* line 83, app/assets/stylesheets/open-forum/_session-tabs.scss */
.open-forum__tabs-container {
  padding-left: 21px;
  padding-right: 21px;
  overflow-x: auto;
  display: flex;
  align-items: center;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}

/* line 91, app/assets/stylesheets/open-forum/_session-tabs.scss */
.open-forum__tabs-container::-webkit-scrollbar {
  display: none;
}

/* line 94, app/assets/stylesheets/open-forum/_session-tabs.scss */
.open-forum__tabs-container:after {
  content: "";
  width: 21px;
  flex: 0 0 21px;
  white-space: nowrap;
}

@media only screen and (min-width: 64.0625em) {
  /* line 83, app/assets/stylesheets/open-forum/_session-tabs.scss */
  .open-forum__tabs-container {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 106, app/assets/stylesheets/open-forum/_session-tabs.scss */
.open-forum__tab {
  color: #848490;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 3px solid transparent;
  line-height: 2.65rem;
  white-space: nowrap;
  margin-right: 2rem;
  cursor: pointer;
}

@media only screen and (min-width: 40.0625em) {
  /* line 115, app/assets/stylesheets/open-forum/_session-tabs.scss */
  .open-forum__event-schedule .open-forum__tab {
    margin-right: 3rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 115, app/assets/stylesheets/open-forum/_session-tabs.scss */
  .open-forum__event-schedule .open-forum__tab {
    margin-right: 90px;
  }
}

/* line 124, app/assets/stylesheets/open-forum/_session-tabs.scss */
.open-forum__tab:hover {
  color: #fff;
}

/* line 127, app/assets/stylesheets/open-forum/_session-tabs.scss */
.open-forum__tab:last-child {
  margin-right: 0;
}

/* line 130, app/assets/stylesheets/open-forum/_session-tabs.scss */
.open-forum__tab.is-active {
  cursor: default;
  outline: none;
  color: #0089eb;
  border-color: #0089eb;
}

/* line 138, app/assets/stylesheets/open-forum/_session-tabs.scss */
.open-forum__panes {
  position: relative;
  clear: left;
}

/* line 141, app/assets/stylesheets/open-forum/_session-tabs.scss */
.open-forum__panes:before {
  content: "";
  border-top: 1px solid rgba(99, 100, 111, 0.5);
  height: 1px;
  display: block;
}

/* line 146, app/assets/stylesheets/open-forum/_session-tabs.scss */
.open-forum__event-schedule .open-forum__panes:before {
  margin-left: 21px;
  margin-right: 21px;
}

/* line 153, app/assets/stylesheets/open-forum/_session-tabs.scss */
.open-forum__pane {
  overflow: hidden;
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}

/* line 163, app/assets/stylesheets/open-forum/_session-tabs.scss */
.open-forum__pane.is-active {
  opacity: 1;
  position: static;
  pointer-events: all;
}

@keyframes live-now {
  0% {
    background-color: rgba(238, 57, 47, 0.2);
  }
  50% {
    background-color: #ee392f;
  }
  100% {
    background-color: rgba(238, 57, 47, 0.2);
  }
}

/* line 182, app/assets/stylesheets/open-forum/_session-tabs.scss */
.live-now {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
}

/* line 186, app/assets/stylesheets/open-forum/_session-tabs.scss */
.live-now__indicator {
  display: inline-block;
  overflow: hidden;
  line-height: 0.75rem;
  width: 0.75rem;
  height: 0.75rem;
  background: #ee392f;
  border-radius: 100%;
  margin-right: 3px;
  animation-name: live-now;
  animation-timing-function: ease-in-out;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

/* line 202, app/assets/stylesheets/open-forum/_session-tabs.scss */
.open-forum__event-schedule {
  background: url(/assets/open-forum/bg-schedule-7878767ee19a3f401797043ee1f9c837f21f269023e6f39044b55b4d0a35750b.jpg) cover center;
  background-size: cover;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

/* line 5, app/assets/stylesheets/base/_mixins.scss */
html.webp .open-forum__event-schedule {
  background-image: url(/assets/open-forum/bg-schedule-b32f54087ebdce1c9bc694175c99965bb00d047043a3b11d993d651cc3334aaf.webp);
}

/* line 208, app/assets/stylesheets/open-forum/_session-tabs.scss */
.open-forum__event-schedule:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: -moz-linear-gradient(top, #1b2029 0%, rgba(27, 32, 41, 0.4) 5%, rgba(27, 32, 41, 0.6) 70%, #1b2029 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1b2029 0%, rgba(27, 32, 41, 0.4) 5%, rgba(27, 32, 41, 0.6) 70%, #1b2029 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1b2029 0%, rgba(27, 32, 41, 0.4) 5%, rgba(27, 32, 41, 0.8) 70%, #1b2029 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#661b2029', endColorstr='#1b2029',GradientType=0 );
  /* IE6-9 */
}

/* line 238, app/assets/stylesheets/open-forum/_session-tabs.scss */
.open-forum__event-schedule .sub-title {
  margin-bottom: 0;
}

/* line 243, app/assets/stylesheets/open-forum/_session-tabs.scss */
.open-forum__event-schedule__date-label {
  margin: 1rem 0 0;
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 2.125;
  color: #848490;
}

@media only screen and (min-width: 40.0625em) {
  /* line 243, app/assets/stylesheets/open-forum/_session-tabs.scss */
  .open-forum__event-schedule__date-label {
    width: 120px;
  }
}

/* line 254, app/assets/stylesheets/open-forum/_session-tabs.scss */
.open-forum__event-schedule__session {
  display: flex;
  justify-content: flex-start;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(99, 100, 111, 0.5);
}

/* line 259, app/assets/stylesheets/open-forum/_session-tabs.scss */
.open-forum__event-schedule__session:last-child {
  border: none;
}

/* line 264, app/assets/stylesheets/open-forum/_session-tabs.scss */
.open-forum__event-schedule__session-time {
  font-size: 1.17rem;
  font-weight: 600;
  margin-right: 1rem;
  font-size: 0.75rem;
  line-height: 2.125;
  text-transform: uppercase;
  color: #848490;
  white-space: nowrap;
  flex: 0 1 130px;
}

@media only screen and (min-width: 40.0625em) {
  /* line 264, app/assets/stylesheets/open-forum/_session-tabs.scss */
  .open-forum__event-schedule__session-time {
    flex: 0 0 130px;
  }
}

/* line 279, app/assets/stylesheets/open-forum/_session-tabs.scss */
.open-forum__event-schedule__session-link {
  text-decoration: none;
  color: inherit;
}

@media only screen and (min-width: 64.0625em) {
  /* line 279, app/assets/stylesheets/open-forum/_session-tabs.scss */
  .open-forum__event-schedule__session-link {
    display: flex;
    justify-content: space-between;
  }
  /* line 285, app/assets/stylesheets/open-forum/_session-tabs.scss */
  .open-forum__event-schedule__session-link:hover .open-forum__event-schedule__session-title {
    color: #0089eb;
  }
}

/* line 292, app/assets/stylesheets/open-forum/_session-tabs.scss */
.open-forum__event-schedule__session-details {
  flex: 1 1 auto;
}

@media only screen and (min-width: 64.0625em) {
  /* line 292, app/assets/stylesheets/open-forum/_session-tabs.scss */
  .open-forum__event-schedule__session-details {
    position: relative;
    padding-right: 190px;
  }
}

/* line 300, app/assets/stylesheets/open-forum/_session-tabs.scss */
.open-forum__event-schedule__session-cta {
  padding-top: 0;
}

@media only screen and (min-width: 64.0625em) {
  /* line 300, app/assets/stylesheets/open-forum/_session-tabs.scss */
  .open-forum__event-schedule__session-cta {
    position: absolute;
    right: 0;
    top: 1rem;
    width: 180px;
    justify-content: flex-end;
    flex: 0 0 180px;
    display: flex;
    align-items: center;
  }
}

/* line 312, app/assets/stylesheets/open-forum/_session-tabs.scss */
.open-forum__event-schedule__session-cta__link {
  display: inline-block;
  border-radius: 3px;
  font-weight: 600;
  color: #0089eb;
}

@media only screen and (min-width: 64.0625em) {
  /* line 312, app/assets/stylesheets/open-forum/_session-tabs.scss */
  .open-forum__event-schedule__session-cta__link {
    background: url(/assets/link-arrow-white-83f4d7c0d49750ad8e45fade6b2f6877e192c3ca740440b34fbdef3e546561e5.svg) calc(100% - 1rem) center no-repeat;
    background-color: transparent;
    border: 2px solid #0089eb;
    transition: opacity 0.2s ease-in-out;
    padding: 0 3.5rem 0 1rem;
    opacity: 0.3;
    color: #fff;
    line-height: 3rem;
  }
  /* line 327, app/assets/stylesheets/open-forum/_session-tabs.scss */
  .open-forum__event-schedule__session:hover .open-forum__event-schedule__session-cta__link {
    opacity: 1;
    background-color: #0089eb;
  }
}

/* line 335, app/assets/stylesheets/open-forum/_session-tabs.scss */
.open-forum__event-schedule__session-title {
  margin: 0;
  font-size: 1.17rem;
  transition: color 0.2s ease-in-out;
}

/* line 342, app/assets/stylesheets/open-forum/_session-tabs.scss */
.open-forum__event-schedule__session-description p {
  font-size: 0.875rem;
  line-height: 1.33;
}

/* line 1, app/assets/stylesheets/open-forum/_session-embed.scss */
.iframe--open-forum {
  background: transparent;
}

/* line 4, app/assets/stylesheets/open-forum/_session-embed.scss */
.iframe--open-forum body {
  color: #fff;
  background: #1B2029;
}

/* line 9, app/assets/stylesheets/open-forum/_session-embed.scss */
.iframe--open-forum a {
  color: #0089eb;
}

/* line 13, app/assets/stylesheets/open-forum/_session-embed.scss */
.iframe--open-forum h1 {
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

/* line 19, app/assets/stylesheets/open-forum/_session-embed.scss */
.iframe--open-forum .embed-fieldset {
  padding-left: 0;
  padding-right: 0;
}

/* line 24, app/assets/stylesheets/open-forum/_session-embed.scss */
.iframe--open-forum .embed-fieldset legend {
  border-color: rgba(99, 100, 111, 0.5);
}

/* line 28, app/assets/stylesheets/open-forum/_session-embed.scss */
.iframe--open-forum .embed-code {
  background: rgba(99, 100, 111, 0.5);
  padding: 0.5rem;
  color: #959595;
  font-family: "Lucida Console", Monaco, monospace;
  line-height: 1.4;
  border: none;
}

/* line 35, app/assets/stylesheets/open-forum/_session-embed.scss */
.iframe--open-forum .embed-code::selection {
  color: #fff;
  background: #ccc;
}

/* line 41, app/assets/stylesheets/open-forum/_session-embed.scss */
.iframe--open-forum .selectable-box {
  border-color: rgba(99, 100, 111, 0.5);
}

/* line 44, app/assets/stylesheets/open-forum/_session-embed.scss */
.iframe--open-forum input[type=radio]:checked + label {
  border-color: #0089eb;
}

/* line 48, app/assets/stylesheets/open-forum/_session-embed.scss */
.iframe--open-forum .select-dropdown {
  border-color: rgba(99, 100, 111, 0.5);
}

/* line 14, app/assets/stylesheets/open-forum/_layout.scss */
.meganav__open-forum {
  text-decoration: none;
  color: inherit;
  display: block;
  font-size: 1.5em;
  font-weight: 600;
  padding: 0.5em 0 0;
}

/* line 22, app/assets/stylesheets/open-forum/_layout.scss */
.content-container--content.open-forum {
  background: #1b2029;
  color: #fff;
  overflow: hidden;
  position: relative;
}

/* line 29, app/assets/stylesheets/open-forum/_layout.scss */
.event-header--open-forum {
  overflow: hidden;
  padding-top: 0;
  top: 0;
  width: 100%;
  position: relative;
  padding-top: 42.8571428571%;
  position: absolute;
  background-size: cover;
}

/* line 27, node_modules/css-patterns/stylesheets/patterns/_fluid_media_wrapper.scss */
.event-header--open-forum embed,
.event-header--open-forum iframe,
.event-header--open-forum object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 38, app/assets/stylesheets/open-forum/_layout.scss */
.event-header--open-forum.event-header--full:before {
  background: -moz-linear-gradient(180deg, rgba(27, 32, 41, 0.8) 0%, rgba(27, 32, 41, 0.3) 70%, #1b2029 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(180deg, rgba(27, 32, 41, 0.8) 0%, rgba(27, 32, 41, 0.3) 70%, #1b2029 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(27, 32, 41, 0.3) 0%, rgba(27, 32, 41, 0.8) 70%, #1b2029 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#661b2029', endColorstr='#1b2029', GradientType=0);
  /* IE6-9 */
}

/* line 65, app/assets/stylesheets/open-forum/_layout.scss */
.open-forum--home .event-header--open-forum {
  background: url(/assets/open-forum/bg-1c76487e4dc78b1d9dea60168389dc077483db4aa2c96c4047cf589ae661f49a.jpg) center;
  background-size: cover;
  position: relative;
  padding-top: 87.5%;
  position: absolute;
}

/* line 5, app/assets/stylesheets/base/_mixins.scss */
html.webp .open-forum--home .event-header--open-forum {
  background-image: url(/assets/open-forum/bg-a1a547c564a439828982f98299ae39ef36580eb078a98a3442142372f546bc8e.webp);
}

/* line 27, node_modules/css-patterns/stylesheets/patterns/_fluid_media_wrapper.scss */
.open-forum--home .event-header--open-forum embed,
.open-forum--home .event-header--open-forum iframe,
.open-forum--home .event-header--open-forum object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 40.0625em) {
  /* line 65, app/assets/stylesheets/open-forum/_layout.scss */
  .open-forum--home .event-header--open-forum {
    position: relative;
    padding-top: 42.8571428571%;
    position: absolute;
  }
  /* line 27, node_modules/css-patterns/stylesheets/patterns/_fluid_media_wrapper.scss */
  .open-forum--home .event-header--open-forum embed,
.open-forum--home .event-header--open-forum iframe,
.open-forum--home .event-header--open-forum object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/* line 77, app/assets/stylesheets/open-forum/_layout.scss */
.open-forum--sessions .event-header--open-forum {
  background: url(/assets/open-forum/bg-talks-bd4ab53d27e640b22cec690da1f5800d5e8a21823ca64f1d3bb1b465384d5f82.jpg) center;
  background-size: cover;
}

/* line 5, app/assets/stylesheets/base/_mixins.scss */
html.webp .open-forum--sessions .event-header--open-forum {
  background-image: url(/assets/open-forum/bg-talks-acbcb53713b6de26a5c9a1737299944420f076a1b48fa327a634e86471db6ae9.webp);
}

/* line 82, app/assets/stylesheets/open-forum/_layout.scss */
.open-forum--contact .event-header--open-forum {
  background: url(/assets/open-forum/bg-contact-f005c34095bc579f23e891f70a0b411670123bd61c82adf49671490c74130ceb.jpg) center;
  background-size: cover;
}

/* line 5, app/assets/stylesheets/base/_mixins.scss */
html.webp .open-forum--contact .event-header--open-forum {
  background-image: url(/assets/open-forum/bg-contact-fb963abe8495afc8ab42172b10facdff0bfc84662ee1c91ed8e83300ae74f67b.webp);
}

/* line 87, app/assets/stylesheets/open-forum/_layout.scss */
.open-forum--media .event-header--open-forum {
  background: url(/assets/open-forum/bg-media-18b8430657c23c7b1e1b5e7d98fa4aa1ea345bd29a44cf186df0119383ecad9e.jpg) center;
  background-size: cover;
}

/* line 5, app/assets/stylesheets/base/_mixins.scss */
html.webp .open-forum--media .event-header--open-forum {
  background-image: url(/assets/open-forum/bg-media-6eff3ca45d807c8e4477ca7d6384ec69f58d791f4ecf8210eb27145f626ad7a4.webp);
}

/* line 92, app/assets/stylesheets/open-forum/_layout.scss */
.open-forum__video-container {
  position: relative;
  padding-top: 42.8571428571%;
  padding-bottom: 2em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  display: none;
}

/* line 27, node_modules/css-patterns/stylesheets/patterns/_fluid_media_wrapper.scss */
.open-forum__video-container embed,
.open-forum__video-container iframe,
.open-forum__video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 64.0625em) {
  /* line 92, app/assets/stylesheets/open-forum/_layout.scss */
  .open-forum__video-container {
    display: block;
  }
}

/* line 106, app/assets/stylesheets/open-forum/_layout.scss */
.open-forum__video-container:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(top, rgba(27, 32, 41, 0.8) 0%, rgba(27, 32, 41, 0.3) 70%, #1b2029 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(27, 32, 41, 0.8) 0%, rgba(27, 32, 41, 0.3) 70%, #1b2029 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(27, 32, 41, 0.3) 0%, rgba(27, 32, 41, 0.8) 70%, #1b2029 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#661b2029', endColorstr='#1b2029', GradientType=0);
  /* IE6-9 */
}

/* line 139, app/assets/stylesheets/open-forum/_layout.scss */
.open-forum__video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}

@media only screen and (min-width: 40.0625em) {
  /* line 139, app/assets/stylesheets/open-forum/_layout.scss */
  .open-forum__video {
    display: block;
  }
}

/* line 152, app/assets/stylesheets/open-forum/_layout.scss */
.open-forum__address {
  line-height: 1.65rem;
  font-size: 1rem;
}

/* line 158, app/assets/stylesheets/open-forum/_layout.scss */
.open-forum__aside a {
  color: #0089eb;
}

/* line 163, app/assets/stylesheets/open-forum/_layout.scss */
.subnav--open-forum {
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

/* line 173, app/assets/stylesheets/open-forum/_layout.scss */
.subnav--dark {
  color: #fff;
  background: #1b2029;
}

/* line 177, app/assets/stylesheets/open-forum/_layout.scss */
.subnav--dark .subnav-link {
  color: inherit;
}

@media (hover: hover) {
  /* line 181, app/assets/stylesheets/open-forum/_layout.scss */
  .subnav--dark .subnav-link:hover {
    border-color: #848490;
  }
}

/* line 186, app/assets/stylesheets/open-forum/_layout.scss */
.subnav--dark .subnav-link.is-active {
  border-color: inherit;
}

/* line 189, app/assets/stylesheets/open-forum/_layout.scss */
.subnav--dark .subnav-link.is-active:after {
  border-color: inherit;
}

/* line 196, app/assets/stylesheets/open-forum/_layout.scss */
.subnav--dark .subnav-links-wrapper:before {
  background: -moz-linear-gradient(left, #1b2029 0%, rgba(27, 32, 41, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1b2029 0%, rgba(27, 32, 41, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #1b2029 0%, rgba(27, 32, 41, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 */
}

/* line 219, app/assets/stylesheets/open-forum/_layout.scss */
.subnav--dark .subnav-links-wrapper:after {
  background: -moz-linear-gradient(left, rgba(27, 32, 41, 0) 0%, #1b2029 99%, #1b2029 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(27, 32, 41, 0) 0%, #1b2029 99%, #1b2029 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(27, 32, 41, 0) 0%, #1b2029 99%, #1b2029 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001B2029', endColorstr='#1B2029', GradientType=1);
  /* IE6-9 */
}

/* line 246, app/assets/stylesheets/open-forum/_layout.scss */
.subnav--dark .subnav-link-item--locale-switcher {
  flex: 1 0 auto;
  align-self: center;
  display: flex;
  justify-content: flex-end;
}

/* line 254, app/assets/stylesheets/open-forum/_layout.scss */
.open-forum__content {
  position: relative;
  padding-top: 22%;
}

/* line 258, app/assets/stylesheets/open-forum/_layout.scss */
.open-forum__content .page-title {
  margin-bottom: 1.3rem;
}

/* line 262, app/assets/stylesheets/open-forum/_layout.scss */
.open-forum__content.open-forum__content--session {
  padding-top: 8rem;
}

/* line 266, app/assets/stylesheets/open-forum/_layout.scss */
.open-forum__content .st__content-block a {
  color: #0089eb;
}

/* line 270, app/assets/stylesheets/open-forum/_layout.scss */
.open-forum__content.open-forum__content--home {
  padding-top: 70%;
}

@media only screen and (min-width: 40.0625em) {
  /* line 270, app/assets/stylesheets/open-forum/_layout.scss */
  .open-forum__content.open-forum__content--home {
    padding-top: 22%;
  }
}

/* line 280, app/assets/stylesheets/open-forum/_layout.scss */
.open-forum .page-title {
  font-size: 3.24em;
}

/* line 284, app/assets/stylesheets/open-forum/_layout.scss */
.open-forum .sub-title {
  border-color: #fff;
  border-bottom: rgba(99, 100, 111, 0.5) solid 1px;
}

/* line 288, app/assets/stylesheets/open-forum/_layout.scss */
.open-forum .sub-title a {
  color: #0089eb;
}

/* line 291, app/assets/stylesheets/open-forum/_layout.scss */
.open-forum .sub-title a:hover {
  text-decoration: underline;
}

/* line 296, app/assets/stylesheets/open-forum/_layout.scss */
.open-forum .sub-title.sub-title--no-border {
  border-bottom: none;
  padding-bottom: 0;
}

/* line 303, app/assets/stylesheets/open-forum/_layout.scss */
.open-forum__component, .open-forum__standfirst, .open-forum__interstitial, .open-forum__press-list, .open-forum__media-article__details, .open-forum__tabbed-session-details, .open-forum__content--page {
  margin-bottom: 85px;
}

@media only screen and (min-width: 64.0625em) {
  /* line 303, app/assets/stylesheets/open-forum/_layout.scss */
  .open-forum__component, .open-forum__standfirst, .open-forum__interstitial, .open-forum__press-list, .open-forum__media-article__details, .open-forum__tabbed-session-details, .open-forum__content--page {
    margin-bottom: 160px;
  }
}

/* line 314, app/assets/stylesheets/open-forum/_layout.scss */
.open-forum__standfirst a {
  color: #0089eb;
}

/* line 318, app/assets/stylesheets/open-forum/_layout.scss */
.open-forum__standfirst p {
  line-height: 1.625;
}

/* line 322, app/assets/stylesheets/open-forum/_layout.scss */
.open-forum__content--home .open-forum__standfirst {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

@media only screen and (min-width: 64.0625em) {
  /* line 322, app/assets/stylesheets/open-forum/_layout.scss */
  .open-forum__content--home .open-forum__standfirst {
    margin-bottom: 85px;
  }
}

/* line 330, app/assets/stylesheets/open-forum/_layout.scss */
.open-forum__content--home .open-forum__standfirst p {
  font-size: 26px;
  line-height: 1.231;
}

/* line 334, app/assets/stylesheets/open-forum/_layout.scss */
.open-forum__content--home .open-forum__standfirst p:first-child {
  margin-top: 0;
}

/* line 338, app/assets/stylesheets/open-forum/_layout.scss */
.open-forum__content--home .open-forum__standfirst p.live-now {
  font-size: 0.75rem;
}

/* line 2, app/assets/stylesheets/modules/_hints.scss */
.hint--copy-success:after {
  color: #0065f2;
  background: url(/assets/check-1f8f464cedcc6ae324de9f9347c1939bf6001452a42d23ab856d84201ca474e9.svg) no-repeat center left 12px #d5e7ef;
  text-shadow: none;
  padding-left: 32px;
  font-size: 0.875em;
  line-height: 1.5;
  box-shadow: none;
  border-radius: 4px;
}

/* line 13, app/assets/stylesheets/modules/_hints.scss */
.hint--copy-success.hint--top-left:before {
  border-top-color: #d5e7ef;
}

/* line 17, app/assets/stylesheets/modules/_hints.scss */
.hint--copy-success.hint--top-right:before {
  border-top-color: #d5e7ef;
}

/* line 21, app/assets/stylesheets/modules/_hints.scss */
.hint--copy-success.hint--top:before {
  border-top-color: #d5e7ef;
}

/* line 25, app/assets/stylesheets/modules/_hints.scss */
.hint--copy-success.hint--bottom-left:before {
  border-bottom-color: #d5e7ef;
}

/* line 29, app/assets/stylesheets/modules/_hints.scss */
.hint--copy-success.hint--bottom-right:before {
  border-bottom-color: #d5e7ef;
}

/* line 33, app/assets/stylesheets/modules/_hints.scss */
.hint--copy-success.hint--bottom:before {
  border-bottom-color: #d5e7ef;
}

/* line 37, app/assets/stylesheets/modules/_hints.scss */
.hint--copy-success.hint--left:before {
  border-left-color: #d5e7ef;
}

/* line 41, app/assets/stylesheets/modules/_hints.scss */
.hint--copy-success.hint--right:before {
  border-right-color: #d5e7ef;
}

/* line 1, app/assets/stylesheets/modules/_bing-search-results.scss */
.search-loading {
  padding-top: 1rem;
}

/* line 6, app/assets/stylesheets/modules/_bing-search-results.scss */
.bing-search-results ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

/* line 10, app/assets/stylesheets/modules/_bing-search-results.scss */
.bing-search-results li {
  border-bottom: 1px solid #d5e0e8;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

/* line 14, app/assets/stylesheets/modules/_bing-search-results.scss */
.bing-search-results li a {
  font-weight: 600;
  text-decoration: none;
  color: inherit;
  color: #005c9c;
  font-size: 1.125rem;
}

/* line 20, app/assets/stylesheets/modules/_bing-search-results.scss */
.bing-search-results li .url {
  font-weight: 600;
  color: #999;
  font-size: 0.865rem;
  margin-top: -1em;
}

/* line 1, app/assets/stylesheets/modules/videos/_active-search.scss */
.video-active-search {
  border-bottom: 1px solid rgba(207, 210, 229, 0.6);
}

@media only screen and (max-width: 40em) {
  /* line 1, app/assets/stylesheets/modules/videos/_active-search.scss */
  .video-active-search {
    background: #edf2f5;
  }
}

/* line 8, app/assets/stylesheets/modules/videos/_active-search.scss */
.video-active-search__container {
  overflow: hidden;
  max-height: 0;
  transition: all 200ms ease-in-out;
}

/* line 13, app/assets/stylesheets/modules/videos/_active-search.scss */
.video-active-search__container.is-open {
  max-height: 100vh;
}

@media only screen and (min-width: 40.0625em) {
  /* line 8, app/assets/stylesheets/modules/videos/_active-search.scss */
  .video-active-search__container {
    display: flex;
    flex-direction: row;
    max-height: 100vh;
  }
}

/* line 24, app/assets/stylesheets/modules/videos/_active-search.scss */
.video-active-search__filters {
  flex: 1;
  margin-bottom: -1rem;
  padding: 1rem 0;
}

/* line 30, app/assets/stylesheets/modules/videos/_active-search.scss */
.video-active-search__buttons {
  padding: 1rem 0;
}

@media only screen and (max-width: 40em) {
  /* line 30, app/assets/stylesheets/modules/videos/_active-search.scss */
  .video-active-search__buttons {
    border-top: 1px solid rgba(207, 210, 229, 0.6);
    display: grid;
    column-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }
}

/* line 1, app/assets/stylesheets/modules/videos/_button.scss */
.video-button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  background: #008cf0;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.75rem 1rem;
  transition: all 200ms ease-in-out;
}

/* line 12, app/assets/stylesheets/modules/videos/_button.scss */
.video-button--secondary {
  background: transparent;
  border: 1px solid #008cf0;
  color: #008cf0;
}

/* line 17, app/assets/stylesheets/modules/videos/_button.scss */
.video-button--secondary:hover {
  background: #008cf0;
  border: 1px solid transparent;
  color: #ffffff;
}

/* line 1, app/assets/stylesheets/modules/videos/_carousel-listing.scss */
.video-carousel-listing {
  overflow: hidden;
  padding-bottom: 60px;
  position: relative;
}

/* line 6, app/assets/stylesheets/modules/videos/_carousel-listing.scss */
.video-carousel-listing:before {
  background: #edf2f5;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 55px;
}

/* line 17, app/assets/stylesheets/modules/videos/_carousel-listing.scss */
.video-carousel-listing__touts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

@media only screen and (min-width: 40.0625em) {
  /* line 17, app/assets/stylesheets/modules/videos/_carousel-listing.scss */
  .video-carousel-listing__touts {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 17, app/assets/stylesheets/modules/videos/_carousel-listing.scss */
  .video-carousel-listing__touts {
    display: flex;
    width: 2000vw;
    min-height: 560px;
    transition: 400ms ease-in-out;
  }
  /* line 32, app/assets/stylesheets/modules/videos/_carousel-listing.scss */
  .video-carousel-listing__touts .video-tout,
.video-carousel-listing__touts .carousel-listing__tout {
    padding-right: 28px;
    transition: 400ms ease-in-out;
    max-width: 294.5px;
    width: 100%;
  }
  /* line 39, app/assets/stylesheets/modules/videos/_carousel-listing.scss */
  .video-carousel-listing__touts .video-tout:focus,
.video-carousel-listing__touts .carousel-listing__tout:focus {
    outline: none;
  }
  /* line 44, app/assets/stylesheets/modules/videos/_carousel-listing.scss */
  .video-carousel-listing__touts .video-tout--large,
.video-carousel-listing__touts .carousel-listing__tout--large {
    max-width: 561px;
    padding-right: 0;
    margin-right: 28px;
  }
}

/* line 53, app/assets/stylesheets/modules/videos/_carousel-listing.scss */
.video-carousel-listing-player {
  position: absolute;
  top: 0;
  left: 21px;
  width: 566.5px;
}

/* line 60, app/assets/stylesheets/modules/videos/_carousel-listing.scss */
.video-carousel-listing-player__inner .jw-title {
  display: none !important;
}

/* line 64, app/assets/stylesheets/modules/videos/_carousel-listing.scss */
.video-carousel-listing-player__inner .jw-wrapper {
  background: transparent;
}

/* line 70, app/assets/stylesheets/modules/videos/_carousel-listing.scss */
.video-carousel-listing-player__inner {
  padding-top: 56.425702811%;
}

/* line 72, app/assets/stylesheets/modules/videos/_carousel-listing.scss */
.video-carousel-listing-player__inner.aspect-ratio-square {
  padding-top: 100%;
}

/* line 2, app/assets/stylesheets/modules/videos/_carousel.scss */
.video-carousel__button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  color: #008cf0;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 80px;
  z-index: 1;
  transition: all 200ms ease-in-out;
}

/* line 12, app/assets/stylesheets/modules/videos/_carousel.scss */
.video-carousel__button svg {
  transform: translateY(-50%) rotate(180deg);
  transition: all 200ms ease-in-out;
}

/* line 17, app/assets/stylesheets/modules/videos/_carousel.scss */
.video-carousel__button:hover {
  color: #84919c;
  transform: translateX(-5px);
}

/* line 22, app/assets/stylesheets/modules/videos/_carousel.scss */
.video-carousel__button--next {
  left: auto;
  right: 0;
}

/* line 26, app/assets/stylesheets/modules/videos/_carousel.scss */
.video-carousel__button--next svg {
  transform: translateY(-50%) rotate(0deg);
}

/* line 30, app/assets/stylesheets/modules/videos/_carousel.scss */
.video-carousel__button--next:hover {
  transform: translateX(5px);
}

/* line 35, app/assets/stylesheets/modules/videos/_carousel.scss */
.video-carousel__button:disabled, .video-carousel__button[disabled] {
  opacity: 0;
  pointer-events: none;
}

/* line 1, app/assets/stylesheets/modules/videos/_container.scss */
.video-container {
  margin: 2rem 0;
}

/* line 4, app/assets/stylesheets/modules/videos/_container.scss */
.video-container--search {
  margin-top: 1rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 4, app/assets/stylesheets/modules/videos/_container.scss */
  .video-container--search {
    margin-top: 2rem;
  }
}

/* line 12, app/assets/stylesheets/modules/videos/_container.scss */
.video-container--light {
  background: #edf2f5;
  color: #141414;
  margin: 0 !important;
  padding: 2rem 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 12, app/assets/stylesheets/modules/videos/_container.scss */
  .video-container--light {
    padding: 3.75rem 0;
  }
}

/* line 23, app/assets/stylesheets/modules/videos/_container.scss */
.video-container--carousel {
  margin-bottom: 0 !important;
}

/* line 27, app/assets/stylesheets/modules/videos/_container.scss */
.video-container__title {
  border-bottom: 1px solid #000000;
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  position: relative;
}

/* line 35, app/assets/stylesheets/modules/videos/_container.scss */
.video-container--light .video-container__title {
  border-bottom-color: #cfd2e5;
}

/* line 39, app/assets/stylesheets/modules/videos/_container.scss */
.video-container__title .view-all-link span {
  display: none;
}

@media only screen and (min-width: 40.0625em) {
  /* line 27, app/assets/stylesheets/modules/videos/_container.scss */
  .video-container__title {
    font-size: 2rem;
  }
  /* line 46, app/assets/stylesheets/modules/videos/_container.scss */
  .video-container__title .view-all-link span {
    display: block;
  }
}

/* line 52, app/assets/stylesheets/modules/videos/_container.scss */
.video-container__description p {
  color: #84919c;
  line-height: 1.25;
  margin: 1rem 0 1.5rem 0;
  max-width: 600px;
}

/* line 59, app/assets/stylesheets/modules/videos/_container.scss */
.video-container-masonry {
  display: flex;
  margin-left: -28px;
  width: auto;
}

/* line 64, app/assets/stylesheets/modules/videos/_container.scss */
.video-container-masonry .video-tout {
  margin-bottom: 28px;
}

/* line 69, app/assets/stylesheets/modules/videos/_container.scss */
.video-container-masonry__column {
  padding-left: 28px;
  background-clip: padding-box;
}

@media only screen and (min-width: 40.0625em) {
  /* line 1, app/assets/stylesheets/modules/videos/_container.scss */
  .video-container {
    margin: 3.75rem 0;
  }
}

/* line 1, app/assets/stylesheets/modules/videos/_featured-listing.scss */
.video-featured-listing {
  color: #ffffff;
  padding-bottom: 60px;
  position: relative;
}

/* line 6, app/assets/stylesheets/modules/videos/_featured-listing.scss */
.video-featured-listing:before {
  background: #1b2029;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 55px;
}

/* line 17, app/assets/stylesheets/modules/videos/_featured-listing.scss */
.video-featured-listing__touts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

/* line 1, app/assets/stylesheets/modules/videos/_featured-player-series.scss */
.featured-player-series {
  background: #2c3442;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 8, app/assets/stylesheets/modules/videos/_featured-player-series.scss */
.featured-player-series__header {
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: 0.75rem;
  font-weight: 600;
  min-height: 50px;
  padding: 0 1.25rem;
  text-transform: uppercase;
}

/* line 22, app/assets/stylesheets/modules/videos/_featured-player-series.scss */
.featured-player-series__header span {
  color: #008cf0;
}

/* line 26, app/assets/stylesheets/modules/videos/_featured-player-series.scss */
.featured-player-series__header svg {
  margin-right: 0.5rem;
  transform: rotate(180deg);
  transition: 200ms ease-in-out;
}

/* line 33, app/assets/stylesheets/modules/videos/_featured-player-series.scss */
.featured-player-series__header:hover svg {
  transform: rotate(90deg);
}

/* line 39, app/assets/stylesheets/modules/videos/_featured-player-series.scss */
.featured-player-series.is-open .featured-player-series__header svg {
  transform: rotate(0);
}

/* line 45, app/assets/stylesheets/modules/videos/_featured-player-series.scss */
.featured-player-series-carousel {
  background: rgba(174, 194, 230, 0.2);
  overflow: hidden;
  position: relative;
}

/* line 50, app/assets/stylesheets/modules/videos/_featured-player-series.scss */
.featured-player-series-carousel__inner {
  position: relative;
}

/* line 54, app/assets/stylesheets/modules/videos/_featured-player-series.scss */
.featured-player-series-carousel__track {
  padding: 0;
  list-style-type: none;
  margin: 0;
  display: flex;
  padding: 20px;
  position: relative;
  transition: 200ms ease-in-out;
  width: 2000px;
}

/* line 63, app/assets/stylesheets/modules/videos/_featured-player-series.scss */
.featured-player-series-carousel__item {
  padding-right: 25px;
  flex: 0 0 375px;
}

/* line 1, app/assets/stylesheets/modules/videos/_featured-player.scss */
.featured-player-wrapper {
  background: #1b2029;
  color: #ffffff;
  position: relative;
}

/* line 6, app/assets/stylesheets/modules/videos/_featured-player.scss */
.featured-player-wrapper:before {
  background: #222833;
  content: "";
  display: block;
  position: absolute;
  top: 45vw;
  left: 0;
  bottom: 0;
  right: 0;
}

@media only screen and (min-width: 64.0625em) {
  /* line 6, app/assets/stylesheets/modules/videos/_featured-player.scss */
  .featured-player-wrapper:before {
    top: 500px;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 22, app/assets/stylesheets/modules/videos/_featured-player.scss */
  .featured-player {
    display: grid;
    column-gap: 28px;
    grid-template-columns: repeat(12, 1fr);
    margin-bottom: 28px;
  }
  /* line 29, app/assets/stylesheets/modules/videos/_featured-player.scss */
  .featured-player--slim {
    border-bottom: 1px solid #cfd2e5;
  }
}

/* line 34, app/assets/stylesheets/modules/videos/_featured-player.scss */
.featured-player .jw-title {
  display: none !important;
}

/* line 38, app/assets/stylesheets/modules/videos/_featured-player.scss */
.featured-player__video {
  margin-bottom: 1rem;
}

/* line 41, app/assets/stylesheets/modules/videos/_featured-player.scss */
.featured-player-wrapper .featured-player__video {
  margin-top: 1rem;
}

@media only screen and (min-width: 64.0625em) {
  /* line 38, app/assets/stylesheets/modules/videos/_featured-player.scss */
  .featured-player__video {
    grid-column: 1 / span 12;
    margin-bottom: 1.5rem;
    margin-top: 0;
    position: relative;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 52, app/assets/stylesheets/modules/videos/_featured-player.scss */
  .featured-player__video--series {
    padding-bottom: 50px;
  }
}

/* line 59, app/assets/stylesheets/modules/videos/_featured-player.scss */
.featured-player__video-inner {
  background: #000000;
  position: relative;
}

/* line 4, app/assets/stylesheets/patterns/_image_aspect_ratio.scss */
.featured-player__video-inner:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

/* line 11, app/assets/stylesheets/patterns/_image_aspect_ratio.scss */
.featured-player__video-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 40em) {
  /* line 63, app/assets/stylesheets/modules/videos/_featured-player.scss */
  .featured-player__video-inner--square {
    position: relative;
  }
  /* line 4, app/assets/stylesheets/patterns/_image_aspect_ratio.scss */
  .featured-player__video-inner--square:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  /* line 11, app/assets/stylesheets/patterns/_image_aspect_ratio.scss */
  .featured-player__video-inner--square img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/* line 70, app/assets/stylesheets/modules/videos/_featured-player.scss */
.featured-player__details {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 64.0625em) {
  /* line 70, app/assets/stylesheets/modules/videos/_featured-player.scss */
  .featured-player__details {
    grid-column: 1 / span 7;
    margin-bottom: 28px;
  }
  /* line 77, app/assets/stylesheets/modules/videos/_featured-player.scss */
  .featured-player--slim .featured-player__details {
    margin-bottom: 0;
  }
}

/* line 83, app/assets/stylesheets/modules/videos/_featured-player.scss */
.featured-player__label {
  color: #008cf0;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.58px;
  line-height: 1;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

/* line 93, app/assets/stylesheets/modules/videos/_featured-player.scss */
.featured-player__title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 0.5rem 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 93, app/assets/stylesheets/modules/videos/_featured-player.scss */
  .featured-player__title {
    font-size: 1.875rem;
  }
}

/* line 104, app/assets/stylesheets/modules/videos/_featured-player.scss */
.featured-player__meta {
  color: #84919c;
  font-size: 0.875rem;
}

/* line 109, app/assets/stylesheets/modules/videos/_featured-player.scss */
.featured-player__text {
  margin: 1.5rem 0;
}

/* line 112, app/assets/stylesheets/modules/videos/_featured-player.scss */
.featured-player__text p {
  line-height: 1.4;
}

/* line 117, app/assets/stylesheets/modules/videos/_featured-player.scss */
.featured-player__header {
  border-bottom: 1px solid #84919c;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.58px;
  line-height: 1;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
}

/* line 126, app/assets/stylesheets/modules/videos/_featured-player.scss */
.video-container--light .featured-player__header {
  border-bottom-color: #cfd2e5;
}

@media only screen and (min-width: 64.0625em) {
  /* line 131, app/assets/stylesheets/modules/videos/_featured-player.scss */
  .featured-player__aside {
    grid-column: 9 / span 4;
  }
}

/* line 137, app/assets/stylesheets/modules/videos/_featured-player.scss */
.featured-player__more {
  margin: 0 -21px;
  padding: 20px 21px 28px 21px;
}

@media only screen and (min-width: 64.0625em) {
  /* line 137, app/assets/stylesheets/modules/videos/_featured-player.scss */
  .featured-player__more {
    background: transparent;
    margin: 0 0 28px 0;
    padding: 0;
  }
}

/* line 147, app/assets/stylesheets/modules/videos/_featured-player.scss */
.featured-player__more .glide {
  margin-top: 1rem;
}

/* line 151, app/assets/stylesheets/modules/videos/_featured-player.scss */
.featured-player__more .glide__track {
  margin-right: -21px;
}

/* line 155, app/assets/stylesheets/modules/videos/_featured-player.scss */
.featured-player__more-listing {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

@media only screen and (min-width: 64.0625em) {
  /* line 155, app/assets/stylesheets/modules/videos/_featured-player.scss */
  .featured-player__more-listing {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
}

/* line 169, app/assets/stylesheets/modules/videos/_featured-player.scss */
.featured-player-wrapper .featured-player__more {
  background: #2c3442;
}

@media only screen and (min-width: 64.0625em) {
  /* line 174, app/assets/stylesheets/modules/videos/_featured-player.scss */
  .featured-player-wrapper .featured-player__more {
    background: transparent;
  }
}

/* line 180, app/assets/stylesheets/modules/videos/_featured-player.scss */
.featured-player__topics {
  margin: 1.25rem 0;
}

@media only screen and (min-width: 64.0625em) {
  /* line 180, app/assets/stylesheets/modules/videos/_featured-player.scss */
  .featured-player__topics {
    border-bottom: 1px solid #84919c;
  }
}

/* line 187, app/assets/stylesheets/modules/videos/_featured-player.scss */
.featured-player__topics .video-topic {
  background: rgba(0, 140, 240, 0.1);
  border-radius: 27px;
  color: #008cf0;
  display: inline-block;
  font-size: 0.875rem;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
  padding: 14px 18px;
  transition: 200ms all ease-in-out;
}

@media only screen and (min-width: 40.0625em) {
  /* line 187, app/assets/stylesheets/modules/videos/_featured-player.scss */
  .featured-player__topics .video-topic {
    font-size: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
}

/* line 204, app/assets/stylesheets/modules/videos/_featured-player.scss */
.featured-player__topics .video-topic:hover {
  background: #008cf0;
  color: #ffffff;
}

/* line 211, app/assets/stylesheets/modules/videos/_featured-player.scss */
.featured-player__share {
  margin-top: 2rem;
}

/* line 1, app/assets/stylesheets/modules/videos/_grid.scss */
.video-grid__touts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

@media only screen and (min-width: 40.0625em) {
  /* line 1, app/assets/stylesheets/modules/videos/_grid.scss */
  .video-grid__touts {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 9, app/assets/stylesheets/modules/videos/_grid.scss */
  .video-grid__touts > :first-child {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 1, app/assets/stylesheets/modules/videos/_grid.scss */
  .video-grid__touts {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* line 20, app/assets/stylesheets/modules/videos/_grid.scss */
.video-grid-promo {
  background: #1b2029;
  color: #ffffff;
  display: block;
  margin-bottom: 1rem;
  overflow: hidden;
}

/* line 27, app/assets/stylesheets/modules/videos/_grid.scss */
.video-grid-promo__description {
  padding: 0rem 1rem;
}

/* line 30, app/assets/stylesheets/modules/videos/_grid.scss */
.video-grid-promo__description p {
  line-height: 1.375;
  margin: 1rem 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 27, app/assets/stylesheets/modules/videos/_grid.scss */
  .video-grid-promo__description {
    padding: 0.5rem 1.875rem;
  }
}

/* line 40, app/assets/stylesheets/modules/videos/_grid.scss */
.video-grid-promo__link {
  background: rgba(174, 194, 230, 0.2);
  color: inherit;
  display: flex;
  flex-direction: row;
  font-weight: 600;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 40, app/assets/stylesheets/modules/videos/_grid.scss */
  .video-grid-promo__link {
    padding: 1rem 30px;
  }
}

/* line 54, app/assets/stylesheets/modules/videos/_grid.scss */
.video-grid-promo__link svg {
  flex: 0 0 9px;
}

@media only screen and (min-width: 64.0625em) {
  /* line 20, app/assets/stylesheets/modules/videos/_grid.scss */
  .video-grid-promo {
    margin-bottom: 0;
  }
}

@keyframes jwp-icon-animation {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.15, 1.15, 1.15);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

/* line 15, app/assets/stylesheets/modules/videos/_jwplayer.scss */
.jwplayer-icon__outer {
  transform-origin: 32px 32px;
}

/* PLAYBACK */
/* line 21, app/assets/stylesheets/modules/videos/_jwplayer.scss */
.jw-state-idle .jw-svg-icon-play path {
  display: none;
}

/* line 25, app/assets/stylesheets/modules/videos/_jwplayer.scss */
.jw-state-idle .jw-svg-icon-play {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80' %3E%3Cg fill='none' transform='translate(8 8)'%3E%3Ccircle cx='32' cy='32' r='26' fill='%23FFF'/%3E%3Ccircle cx='32' cy='32' r='32' fill='%23FFF' opacity='.197' class='outer' /%3E%3Cpolygon fill='%23989BAB' points='34.806 23.89 43.288 39.553 26.325 39.553' transform='rotate(90 34.806 31.721)'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
}

/* line 31, app/assets/stylesheets/modules/videos/_jwplayer.scss */
.jw-state-idle:hover .jw-svg-icon-play {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80' %3E%3Cdefs%3E%3Cstyle type='text/css'%3E%3C!%5BCDATA%5B @keyframes frameTransform %7B from %7B transform: scale3d(1, 1, 1); %7D 50%25 %7B transform: scale3d(1.15, 1.15, 1.15); %7D to %7B transform: scale3d(1, 1, 1); %7D %7D .outer %7B -webkit-animation: frameTransform 2s ease-in-out infinite; animation: frameTransform 2s ease-in-out infinite; transform-origin: 32px 32px; %7D %5D%5D%3E%3C/style%3E%3C/defs%3E%3Cg fill='none' transform='translate(8 8)'%3E%3Ccircle cx='32' cy='32' r='26' fill='%23FFF'/%3E%3Ccircle cx='32' cy='32' r='32' fill='%23FFF' opacity='.197' class='outer' /%3E%3Cpolygon fill='%23989BAB' points='34.806 23.89 43.288 39.553 26.325 39.553' transform='rotate(90 34.806 31.721)'/%3E%3C/g%3E%3C/svg%3E%0A");
}

/* line 35, app/assets/stylesheets/modules/videos/_jwplayer.scss */
.jw-breakpoint-2 .jw-display .jw-icon,
.jw-breakpoint-3 .jw-display .jw-icon,
.jw-breakpoint-2 .jw-display .jw-svg-icon,
.jw-breakpoint-3 .jw-display .jw-svg-icon {
  width: 80px !important;
  height: 80px !important;
  line-height: 80px !important;
}

/* line 44, app/assets/stylesheets/modules/videos/_jwplayer.scss */
.jw-breakpoint-4 .jw-display .jw-icon,
.jw-breakpoint-5 .jw-display .jw-icon,
.jw-breakpoint-6 .jw-display .jw-icon,
.jw-breakpoint-7 .jw-display .jw-icon,
.jw-breakpoint-4 .jw-display .jw-svg-icon,
.jw-breakpoint-5 .jw-display .jw-svg-icon,
.jw-breakpoint-6 .jw-display .jw-svg-icon,
.jw-breakpoint-7 .jw-display .jw-svg-icon {
  width: 110px !important;
  height: 100px !important;
  line-height: 100px !important;
}

/* line 58, app/assets/stylesheets/modules/videos/_jwplayer.scss */
.jwplayer-wrapper--native .jw-state-idle .jw-svg-icon-play path {
  display: inline;
}

/* line 62, app/assets/stylesheets/modules/videos/_jwplayer.scss */
.jwplayer-wrapper--native .jw-state-idle .jw-svg-icon-play,
.jwplayer-wrapper--native .jw-state-idle:hover .jw-svg-icon-play {
  background: none;
}

/* line 67, app/assets/stylesheets/modules/videos/_jwplayer.scss */
.jwplayer-wrapper--native .jw-controlbar {
  display: none;
}

/* line 72, app/assets/stylesheets/modules/videos/_jwplayer.scss */
.jwplayer-wrapper--v2 {
  display: none;
}

/* line 75, app/assets/stylesheets/modules/videos/_jwplayer.scss */
.jwplayer-wrapper--v2 .jw-settings-menu {
  color: white;
}

/* line 79, app/assets/stylesheets/modules/videos/_jwplayer.scss */
.jwplayer-wrapper--v2 .jw-controls {
  background: transparent !important;
}

/* line 84, app/assets/stylesheets/modules/videos/_jwplayer.scss */
.jwplayer-wrapper--v2 .jw-state-idle .jw-title {
  display: none !important;
}

/* line 88, app/assets/stylesheets/modules/videos/_jwplayer.scss */
.jwplayer-wrapper--v2 .jw-state-idle .jw-svg-icon-play {
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='32' cy='32' r='30' fill='black' fill-opacity='0.5'/%3E%3Ccircle cx='32' cy='32' r='31' stroke='white' stroke-opacity='0.4' stroke-width='2'/%3E%3Cpath d='M25 40.5536V23.4464C25 21.9107 26.659 20.948 27.9923 21.7099L42.9611 30.2635C44.3048 31.0313 44.3048 32.9687 42.9611 33.7365L27.9923 42.2901C26.659 43.052 25 42.0893 25 40.5536Z' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-size: 64px;
  background-position: center;
  transition: all 250ms ease-in-out;
}

/* line 95, app/assets/stylesheets/modules/videos/_jwplayer.scss */
.jwplayer-wrapper--v2 .jw-state-idle:hover .jw-svg-icon-play {
  background-image: url("data:image/svg+xml,%3Csvg width='68' height='68' viewBox='0 0 68 68' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='34' cy='34' r='30' fill='black'/%3E%3Ccircle cx='34' cy='34' r='32' stroke='white' stroke-opacity='0.4' stroke-width='4'/%3E%3Cpath d='M27 42.5536V25.4464C27 23.9107 28.659 22.948 29.9923 23.7099L44.9611 32.2635C46.3048 33.0313 46.3048 34.9687 44.9611 35.7365L29.9923 44.2901C28.659 45.052 27 44.0893 27 42.5536Z' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
}

/* line 1, app/assets/stylesheets/modules/videos/_mobile-carousel.scss */
.video-mobile-carousel {
  margin-right: -21px;
}

/* line 1, app/assets/stylesheets/modules/videos/_placeholder.scss */
.video-tout-placeholder {
  margin: 0 0 0.75rem 0;
  padding: 0;
}

/* line 5, app/assets/stylesheets/modules/videos/_placeholder.scss */
.video-tout-placeholder .placeholder .placeholder-inner {
  padding-bottom: 56.425702811%;
}

/* line 10, app/assets/stylesheets/modules/videos/_placeholder.scss */
.video-tout-placeholder--square .placeholder .placeholder-inner {
  padding-bottom: 100%;
}

/* line 13, app/assets/stylesheets/modules/videos/_placeholder.scss */
.video-touts--fixed-aspect .video-tout-placeholder--square .placeholder .placeholder-inner {
  background: #000000;
  padding-bottom: 56.425702811%;
}

/* line 19, app/assets/stylesheets/modules/videos/_placeholder.scss */
.video-touts--fixed-aspect .video-tout-placeholder--square .placeholder .placeholder-inner picture {
  left: 21.7871485945%;
  right: 21.7871485945%;
}

/* line 27, app/assets/stylesheets/modules/videos/_placeholder.scss */
.video-tout-placeholder__duration {
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.58px;
  height: 1.875rem;
  line-height: 1.875rem;
  padding: 0 0.5rem;
  pointer-events: none;
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
}

/* line 43, app/assets/stylesheets/modules/videos/_placeholder.scss */
.video-tout-placeholder--small .video-tout-placeholder__duration, .video-tout-placeholder--grid .video-tout-placeholder__duration {
  right: 0.375rem;
  bottom: 0.375rem;
  transform: scale(0.66666);
  transform-origin: bottom right;
}

/* line 52, app/assets/stylesheets/modules/videos/_placeholder.scss */
.video-tout-placeholder--medium .video-tout-placeholder__duration {
  right: 0.5rem;
  bottom: 0.5rem;
  transform: scale(0.875);
  transform-origin: bottom right;
}

/* line 60, app/assets/stylesheets/modules/videos/_placeholder.scss */
.video-tout-placeholder--large {
  margin: 0 0 1rem 0;
}

/* line 66, app/assets/stylesheets/modules/videos/_placeholder.scss */
.tout--video .video-tout-placeholder__duration {
  right: 0.5rem;
  bottom: 0.5rem;
  transform: scale(0.875);
  transform-origin: bottom right;
}

/* line 2, app/assets/stylesheets/modules/videos/_search.scss */
.video-search__toggle {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  color: #008cf0;
  font-weight: 600;
  text-align: left;
  padding: 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 2, app/assets/stylesheets/modules/videos/_search.scss */
  .video-search__toggle {
    display: none;
  }
}

/* line 14, app/assets/stylesheets/modules/videos/_search.scss */
.video-search__label {
  color: #666f75;
  display: none;
}

@media only screen and (min-width: 40.0625em) {
  /* line 14, app/assets/stylesheets/modules/videos/_search.scss */
  .video-search__label {
    display: inline-block;
    margin-right: 0.875rem;
    padding-top: 1.625rem;
  }
}

/* line 25, app/assets/stylesheets/modules/videos/_search.scss */
.video-search__input {
  background: #ffffff;
  margin-bottom: 0.625rem;
  max-width: 420px;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 40.0625em) {
  /* line 25, app/assets/stylesheets/modules/videos/_search.scss */
  .video-search__input {
    margin-bottom: 0;
    margin-right: 0.625rem;
    width: auto;
  }
}

/* line 38, app/assets/stylesheets/modules/videos/_search.scss */
.video-search__input:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

/* line 43, app/assets/stylesheets/modules/videos/_search.scss */
.video-search__input input,
.video-search__input select {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  appearance: none;
  border: 1px solid rgba(207, 210, 229, 0.6);
  border-radius: 4px;
  background: transparent;
  color: #666f75;
  font-size: 1rem;
  height: 50px;
  line-height: 50px;
  max-width: 420px;
  padding: 0 1rem;
  width: 100%;
}

@media only screen and (min-width: 40.0625em) {
  /* line 43, app/assets/stylesheets/modules/videos/_search.scss */
  .video-search__input input,
.video-search__input select {
    width: auto;
  }
}

/* line 62, app/assets/stylesheets/modules/videos/_search.scss */
.video-search__input input:focus,
.video-search__input select:focus {
  border-color: #008cf0;
}

/* line 68, app/assets/stylesheets/modules/videos/_search.scss */
.video-search__input--search input {
  padding-left: 2.5rem;
}

/* line 72, app/assets/stylesheets/modules/videos/_search.scss */
.video-search__input--search svg {
  flex: 0 0 15px;
  pointer-events: none;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

/* line 83, app/assets/stylesheets/modules/videos/_search.scss */
.video-search__input--select select {
  padding-right: 2rem;
}

/* line 87, app/assets/stylesheets/modules/videos/_search.scss */
.video-search__input--select svg {
  flex: 0 0 10px;
  pointer-events: none;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
}

/* line 98, app/assets/stylesheets/modules/videos/_search.scss */
.video-search__no-results {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
}

/* line 104, app/assets/stylesheets/modules/videos/_search.scss */
.video-search__results-header {
  font-weight: bold;
  margin: 0 0 1rem 0;
}

/* line 110, app/assets/stylesheets/modules/videos/_search.scss */
.video-search-filters {
  background: #edf2f5;
  border-bottom: 1px solid rgba(207, 210, 229, 0.6);
}

@media only screen and (max-width: 40em) {
  /* line 110, app/assets/stylesheets/modules/videos/_search.scss */
  .video-search-filters {
    border-bottom: none;
  }
}

/* line 118, app/assets/stylesheets/modules/videos/_search.scss */
.video-search-filters__wrapper {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 40.0625em) {
  /* line 118, app/assets/stylesheets/modules/videos/_search.scss */
  .video-search-filters__wrapper {
    flex-direction: row;
  }
}

/* line 127, app/assets/stylesheets/modules/videos/_search.scss */
.video-search-filters__container {
  overflow: hidden;
  max-height: 0;
  transition: all 200ms ease-in-out;
}

/* line 132, app/assets/stylesheets/modules/videos/_search.scss */
.video-search-filters__container.is-open {
  max-height: 100vh;
}

@media only screen and (min-width: 40.0625em) {
  /* line 127, app/assets/stylesheets/modules/videos/_search.scss */
  .video-search-filters__container {
    max-height: 100vh;
  }
}

/* line 141, app/assets/stylesheets/modules/videos/_search.scss */
.video-search-filters__inner {
  border-bottom: 1px solid rgba(207, 210, 229, 0.6);
  padding: 1rem 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 141, app/assets/stylesheets/modules/videos/_search.scss */
  .video-search-filters__inner {
    border: none;
    display: flex;
    flex-direction: row;
  }
}

/* line 153, app/assets/stylesheets/modules/videos/_search.scss */
.video-lozenge {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  background: transparent;
  border: 1px solid #008cf0;
  border-radius: 21px;
  color: #008cf0;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.875rem;
  margin-right: 0.875rem;
  padding: 0.75rem 1rem;
  transition: all 200ms ease-in-out;
}

@media only screen and (min-width: 40.0625em) {
  /* line 153, app/assets/stylesheets/modules/videos/_search.scss */
  .video-lozenge {
    background: rgba(174, 194, 230, 0.2);
    border: 1px solid transparent;
    margin-bottom: 0;
  }
}

/* line 176, app/assets/stylesheets/modules/videos/_search.scss */
.video-lozenge:hover {
  background: rgba(174, 194, 230, 0.4);
  border: 1px solid transparent;
}

/* line 181, app/assets/stylesheets/modules/videos/_search.scss */
.video-lozenge svg {
  margin-left: 1.25rem;
}

/* line 1, app/assets/stylesheets/modules/videos/_tout-listing.scss */
.video-tout-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

@media only screen and (min-width: 64.0625em) {
  /* line 1, app/assets/stylesheets/modules/videos/_tout-listing.scss */
  .video-tout-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 10, app/assets/stylesheets/modules/videos/_tout-listing.scss */
  .video-tout-list--featured {
    grid-template-columns: repeat(4, 1fr);
  }
  /* line 14, app/assets/stylesheets/modules/videos/_tout-listing.scss */
  .video-tout-list--featured > *:nth-child(1) {
    grid-column: 1 / span 2;
  }
  /* line 18, app/assets/stylesheets/modules/videos/_tout-listing.scss */
  .video-tout-list--featured > *:nth-child(2) {
    grid-column: 3 / span 2;
  }
}

/* line 1, app/assets/stylesheets/modules/videos/_tout.scss */
.video-tout {
  color: inherit;
  display: block;
}

/* line 5, app/assets/stylesheets/modules/videos/_tout.scss */
.video-tout .video-tout-placeholder {
  margin-bottom: 1rem;
}

/* line 8, app/assets/stylesheets/modules/videos/_tout.scss */
.video-tout .video-tout-placeholder svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

/* line 16, app/assets/stylesheets/modules/videos/_tout.scss */
.video-tout__title {
  font-size: 0.875rem;
  margin: 0;
  transition: 200ms ease-in-out;
}

/* line 22, app/assets/stylesheets/modules/videos/_tout.scss */
.video-tout__description {
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

/* line 26, app/assets/stylesheets/modules/videos/_tout.scss */
.video-tout__description p {
  line-height: 1.4;
}

/* line 31, app/assets/stylesheets/modules/videos/_tout.scss */
.video-tout__meta {
  color: #84919c;
  font-size: 0.875rem;
  margin-top: 0.75rem;
}

/* line 37, app/assets/stylesheets/modules/videos/_tout.scss */
.video-tout__topic {
  color: #008cf0;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  transition: 200ms ease-in-out;
}

/* line 47, app/assets/stylesheets/modules/videos/_tout.scss */
.video-tout:hover .video-tout__title {
  color: #008cf0;
}

/* line 51, app/assets/stylesheets/modules/videos/_tout.scss */
.video-tout:hover .video-tout__topic {
  color: inherit;
}

/* line 55, app/assets/stylesheets/modules/videos/_tout.scss */
.video-tout:hover .jwplayer-icon__outer {
  animation: jwp-icon-animation 2s ease-in-out infinite;
}

/* line 62, app/assets/stylesheets/modules/videos/_tout.scss */
.video-tout--small .video-tout-placeholder svg {
  width: 58px;
  height: 58px;
}

@media only screen and (min-width: 64.0625em) {
  /* line 68, app/assets/stylesheets/modules/videos/_tout.scss */
  .video-tout--small .video-tout_title {
    font-size: 1rem;
  }
}

/* line 76, app/assets/stylesheets/modules/videos/_tout.scss */
.video-tout--medium .video-tout__title {
  font-size: 1.375rem;
}

/* line 80, app/assets/stylesheets/modules/videos/_tout.scss */
.video-tout--medium .video-tout__description {
  font-size: 1rem;
}

/* line 86, app/assets/stylesheets/modules/videos/_tout.scss */
.video-tout--large .video-tout__title {
  font-size: 1.875rem;
}

/* line 90, app/assets/stylesheets/modules/videos/_tout.scss */
.video-tout--large .video-tout__description {
  font-size: 1rem;
}

/* line 95, app/assets/stylesheets/modules/videos/_tout.scss */
.video-tout--grid {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 1rem;
  align-items: center;
}

/* line 101, app/assets/stylesheets/modules/videos/_tout.scss */
.video-tout--grid .video-tout__title {
  font-size: 0.875rem;
}

/* line 105, app/assets/stylesheets/modules/videos/_tout.scss */
.video-tout--grid .video-tout-placeholder {
  margin: 0;
}

/* line 1, app/assets/stylesheets/modules/events/_button.scss */
:root {
  --button-border-width: 2px;
}

/* line 5, app/assets/stylesheets/modules/events/_button.scss */
.event-button {
  text-decoration: none;
  color: inherit;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  background: #008cf0;
  border: var(--button-border-width) solid #008cf0;
  border-radius: 4px;
  color: #fff;
  display: inline-flex;
  padding: 14px 2rem;
  min-height: 50px;
  justify-content: center;
  transition: all 0.15s ease-in-out;
}

/* line 18, app/assets/stylesheets/modules/events/_button.scss */
.event-button:hover {
  background: transparent;
  border: var(--button-border-width) solid #008cf0;
}

/* line 23, app/assets/stylesheets/modules/events/_button.scss */
.event-button--secondary {
  background: #2c3442;
  border-color: #2c3442;
}

/* line 27, app/assets/stylesheets/modules/events/_button.scss */
.event-button--secondary:hover {
  background: #008cf0;
  border-color: #008cf0;
}

/* line 33, app/assets/stylesheets/modules/events/_button.scss */
.event-button--fullwidth {
  width: 100%;
}

/* line 37, app/assets/stylesheets/modules/events/_button.scss */
.event-button .event-icon {
  margin-left: 10px;
  transition: transform 0.15s ease-in-out;
}

/* line 43, app/assets/stylesheets/modules/events/_button.scss */
.event-button--light:hover {
  color: #1b2029;
}

/* line 48, app/assets/stylesheets/modules/events/_button.scss */
.event-button--bordered {
  background: transparent;
  border: var(--button-border-width) solid #008cf0;
  color: #ffffff;
}

/* line 54, app/assets/stylesheets/modules/events/_button.scss */
.event-button--secondary.event-button--bordered {
  border-color: #2c3442;
}

/* line 1, app/assets/stylesheets/modules/events/_membership-cta.scss */
.event-membership-cta {
  background: #1b2029;
  color: #ffffff;
  margin-bottom: 2rem;
  padding: 2rem 0 2rem 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 1, app/assets/stylesheets/modules/events/_membership-cta.scss */
  .event-membership-cta {
    padding: 6rem 0 4rem 0;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 11, app/assets/stylesheets/modules/events/_membership-cta.scss */
  .event-membership-cta__row {
    display: flex;
    align-items: center;
  }
}

/* line 19, app/assets/stylesheets/modules/events/_membership-cta.scss */
.event-membership-cta__column:last-child {
  margin-top: 2rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 24, app/assets/stylesheets/modules/events/_membership-cta.scss */
  .event-membership-cta__column:first-child {
    margin-right: 3rem;
    max-width: 560px;
  }
  /* line 29, app/assets/stylesheets/modules/events/_membership-cta.scss */
  .event-membership-cta__column:last-child {
    flex: 1 0 auto;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/* line 40, app/assets/stylesheets/modules/events/_membership-cta.scss */
.event-membership-cta__label {
  color: #cfd2e5;
  font-size: 0.875rem;
}

/* line 45, app/assets/stylesheets/modules/events/_membership-cta.scss */
.event-membership-cta__title {
  font-size: 1.375rem;
  margin: 1rem 0;
}

/* line 50, app/assets/stylesheets/modules/events/_membership-cta.scss */
.event-membership-cta ul {
  color: #cfd2e5;
  font-size: 0.875rem;
  line-height: 1.4;
  padding-left: 1rem;
}

/* line 57, app/assets/stylesheets/modules/events/_membership-cta.scss */
.event-membership-cta__trial {
  color: #cfd2e5;
  font-size: 0.875rem;
}

/* line 1, app/assets/stylesheets/modules/events/_share.scss */
.event-share-block {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media only screen and (min-width: 64.0625em) {
  /* line 6, app/assets/stylesheets/modules/events/_share.scss */
  .event-share-block:not(.event-share-block--inline) {
    border-top: 1px solid #3b3c43;
    border-bottom: 1px solid #3b3c43;
    margin-top: 37px;
    width: 150px;
  }
}

/* line 14, app/assets/stylesheets/modules/events/_share.scss */
.event-share-block--inline {
  margin-top: 0.5rem;
}

/* line 18, app/assets/stylesheets/modules/events/_share.scss */
.event-share-block--row {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
}

/* line 25, app/assets/stylesheets/modules/events/_share.scss */
.event-share-block--row .event-share-block__items {
  display: flex;
  flex-direction: row;
}

/* line 30, app/assets/stylesheets/modules/events/_share.scss */
.event-share-block--row .event-share-block__item {
  margin-left: 1rem;
}

/* line 33, app/assets/stylesheets/modules/events/_share.scss */
.event-share-block--row .event-share-block__item:first-child {
  margin-left: 0;
}

/* line 38, app/assets/stylesheets/modules/events/_share.scss */
.event-share-block--row .event-share-block__title {
  margin-bottom: 0;
  margin-right: 1rem;
}

/* line 44, app/assets/stylesheets/modules/events/_share.scss */
.event-share-block__title {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
  white-space: nowrap;
}

/* line 53, app/assets/stylesheets/modules/events/_share.scss */
.event-share-block__items {
  padding: 0;
  list-style-type: none;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, 38px);
  grid-gap: 18px;
  width: 100%;
}

/* line 62, app/assets/stylesheets/modules/events/_share.scss */
.event-share-block__item a {
  cursor: pointer;
  display: block;
  line-height: 0;
}

/* line 67, app/assets/stylesheets/modules/events/_share.scss */
.event-share-block__item a:hover {
  opacity: 0.8;
}

/* line 75, app/assets/stylesheets/modules/events/_share.scss */
.event-share-block--dark .event-icon--darkable rect {
  fill: #1b2029;
}

/* line 79, app/assets/stylesheets/modules/events/_share.scss */
.event-share-block--dark .event-icon--darkable path {
  fill: #ffffff;
  stroke: #ffffff;
}

/* line 86, app/assets/stylesheets/modules/events/_share.scss */
.modal__content--toplink .event-share-block {
  margin-bottom: 2rem;
}

/* line 91, app/assets/stylesheets/modules/events/_share.scss */
.event-share {
  display: block;
  width: 28px;
  height: 28px;
  transition: 100ms ease-in-out;
}

/* line 97, app/assets/stylesheets/modules/events/_share.scss */
.event-share svg {
  width: 100%;
  height: 100%;
}

/* line 102, app/assets/stylesheets/modules/events/_share.scss */
.event-share:hover {
  opacity: 0.7;
}

/* line 107, app/assets/stylesheets/modules/events/_share.scss */
.event-share-block__item button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
}

/* line 110, app/assets/stylesheets/modules/events/_share.scss */
.event-share-block__item button:disabled {
  opacity: 0.5;
}

/* line 116, app/assets/stylesheets/modules/events/_share.scss */
.event-share__input {
  border: 1px solid #d5e0e8;
  border-radius: 4px;
  max-width: 400px;
  margin-right: 1rem;
  padding: 14px 0.75rem;
  min-height: 50px;
  width: 100%;
}

/* line 126, app/assets/stylesheets/modules/events/_share.scss */
.event-share-download {
  color: #1b2029;
}

/* line 129, app/assets/stylesheets/modules/events/_share.scss */
.event-share-download .event-audio-selector {
  margin-bottom: 1rem;
  width: 200px;
}

/* line 134, app/assets/stylesheets/modules/events/_share.scss */
.event-share-download .event-button:hover {
  color: #008cf0;
}

/* line 141, app/assets/stylesheets/modules/events/_share.scss */
.event-embed-form__title {
  font-size: 1.75rem;
}

/* line 145, app/assets/stylesheets/modules/events/_share.scss */
.event-embed-form__subtitle {
  font-size: 1.375rem;
}

/* line 149, app/assets/stylesheets/modules/events/_share.scss */
.event-embed-form__template {
  border: 1px solid grey;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 450px;
  margin-bottom: 1rem;
  padding: 2rem;
}

/* line 159, app/assets/stylesheets/modules/events/_share.scss */
.event-embed-form__template__img {
  padding: 0 1rem;
}

/* line 163, app/assets/stylesheets/modules/events/_share.scss */
.event-embed-form__template__text {
  flex: 1;
  font-weight: 600;
}

/* line 169, app/assets/stylesheets/modules/events/_share.scss */
.event-embed-form__select {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  border: 1px solid grey;
  border-radius: 5px;
  font-weight: 600;
  min-width: 240px;
  padding: 0.5rem 0.75rem;
}

/* line 178, app/assets/stylesheets/modules/events/_share.scss */
.event-embed-form__input {
  border: 1px solid grey;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  min-height: 72px;
  padding: 0;
}

/* line 186, app/assets/stylesheets/modules/events/_share.scss */
.event-embed-form__input textarea {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  border-radius: 5px 0 0 5px;
  color: #008cf0;
  font-weight: 600;
  flex: 1;
  line-height: 1.4;
  padding: 1.25rem 1.5rem;
}

/* line 196, app/assets/stylesheets/modules/events/_share.scss */
.event-embed-form__input button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  background: #008cf0;
  border-radius: 0 5px 5px 0;
  color: #ffffff;
  font-weight: 600;
  min-width: 120px;
  padding: 1.25rem 1.5rem;
}

/* line 2, app/assets/stylesheets/signup/_features-collection.scss */
body .chakra .subscriptions-collection__tout-body p {
  margin: 1rem 0;
}

/* line 4, app/assets/stylesheets/signup/_features-collection.scss */
body .chakra .subscriptions-collection__tout-body p:first-child {
  margin-top: 0;
}

/* line 11, app/assets/stylesheets/signup/_features-collection.scss */
.signup-collection--feature__heading {
  max-width: 600px;
  margin: 0 auto;
}

/* line 16, app/assets/stylesheets/signup/_features-collection.scss */
.signup-collection--feature__body {
  max-width: 950px;
  margin: 0 auto;
}

/* line 20, app/assets/stylesheets/signup/_features-collection.scss */
body .signup-collection--feature__body p {
  margin: 1em 0 1em;
  font-size: 22px;
}

/* line 23, app/assets/stylesheets/signup/_features-collection.scss */
body .signup-collection--feature__body p a {
  color: inherit;
}

/* line 31, app/assets/stylesheets/signup/_features-collection.scss */
.signup-collection--features-item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start;
  margin-bottom: 90px;
}

/* line 40, app/assets/stylesheets/signup/_features-collection.scss */
.signup-collection--features-item__details, .signup-collection--features-item__image {
  width: 100%;
}

/* line 45, app/assets/stylesheets/signup/_features-collection.scss */
.signup-collection--features-item h3.chakra-text {
  font-size: 26px;
  font-weight: 900;
}

@media only screen and (min-width: 64.0625em) {
  /* line 31, app/assets/stylesheets/signup/_features-collection.scss */
  .signup-collection--features-item {
    font-size: 32px;
    flex-direction: row;
  }
  /* line 53, app/assets/stylesheets/signup/_features-collection.scss */
  .signup-collection--features-item__details, .signup-collection--features-item__image {
    width: 50%;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 59, app/assets/stylesheets/signup/_features-collection.scss */
  .signup-collection--features-item__details {
    margin-right: 0;
    margin-left: 3rem;
  }
}

/* line 65, app/assets/stylesheets/signup/_features-collection.scss */
body .signup-collection--features-item__details p {
  margin: 1em 0 1em;
  font-size: 20px;
}

/* line 68, app/assets/stylesheets/signup/_features-collection.scss */
body .signup-collection--features-item__details p a {
  font-weight: bold;
  color: inherit;
  text-decoration: underline;
}

/* line 73, app/assets/stylesheets/signup/_features-collection.scss */
body .signup-collection--features-item__details p:first-of-type {
  margin-top: 0;
}

@media only screen and (min-width: 64.0625em) {
  /* line 65, app/assets/stylesheets/signup/_features-collection.scss */
  body .signup-collection--features-item__details p {
    font-size: 22px;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 83, app/assets/stylesheets/signup/_features-collection.scss */
  .signup-collection--features-item:nth-child(even) {
    flex-direction: row-reverse;
  }
  /* line 86, app/assets/stylesheets/signup/_features-collection.scss */
  .signup-collection--features-item:nth-child(even) .signup-collection--features-item__details {
    margin-right: 3rem;
    margin-left: 0;
  }
  /* line 91, app/assets/stylesheets/signup/_features-collection.scss */
  .signup-collection--features-item:nth-child(even) .signup-collection--features-item__details {
    margin-left: 0;
  }
}

/* line 2, app/assets/stylesheets/signup/_grid-collection.scss */
body .body-wrap .grid-collection__title {
  font-size: 26px;
  font-weight: normal;
  margin-top: 0;
}

/* line 6, app/assets/stylesheets/signup/_grid-collection.scss */
body .body-wrap .grid-collection__title span {
  font-weight: 600;
}

@media only screen and (min-width: 40.0625em) {
  /* line 2, app/assets/stylesheets/signup/_grid-collection.scss */
  body .body-wrap .grid-collection__title {
    font-size: 34px;
  }
}

/* line 15, app/assets/stylesheets/signup/_grid-collection.scss */
body .body-wrap .signup-collection--grid-3__body p {
  font-size: 22px;
  line-height: 1.37;
}

/* line 18, app/assets/stylesheets/signup/_grid-collection.scss */
body .body-wrap .signup-collection--grid-3__body p a {
  color: inherit;
}

/* line 24, app/assets/stylesheets/signup/_grid-collection.scss */
body .body-wrap .signup-collection--grid-3__body .image-wrap {
  width: auto;
  margin: 0 2rem;
}

/* line 30, app/assets/stylesheets/signup/_grid-collection.scss */
body .body-wrap .quote-collection__standfirst a {
  color: inherit;
  font-weight: 600;
}

/* line 38, app/assets/stylesheets/signup/_grid-collection.scss */
.signup-collection--grid-mini-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  gap: 15px;
}

/* line 45, app/assets/stylesheets/signup/_grid-collection.scss */
.signup-collection--grid-mini-item__image {
  width: 72px;
  height: 72px;
  border-radius: 10px;
  overflow: hidden;
  align-self: auto;
}

/* line 53, app/assets/stylesheets/signup/_grid-collection.scss */
.signup-collection--grid-mini-item__details {
  width: 75%;
  align-self: auto;
}

/* line 57, app/assets/stylesheets/signup/_grid-collection.scss */
body .body-wrap .signup-collection--grid-mini-item__details {
  border-top: none;
  text-align: left;
}

/* line 59, app/assets/stylesheets/signup/_grid-collection.scss */
body .body-wrap .signup-collection--grid-mini-item__details > div {
  font-size: 26px;
  margin-bottom: 0.5rem;
}

/* line 65, app/assets/stylesheets/signup/_grid-collection.scss */
body .body-wrap .signup-collection--grid-mini-item__details__heading {
  padding-top: 0;
}

/* line 67, app/assets/stylesheets/signup/_grid-collection.scss */
body .body-wrap .signup-collection--grid-mini-item__details__heading:hover {
  color: #1f1f1f;
}

/* line 71, app/assets/stylesheets/signup/_grid-collection.scss */
body .body-wrap .signup-collection--grid-mini-item__details__heading p:hover {
  color: #1f1f1f;
}

/* line 76, app/assets/stylesheets/signup/_grid-collection.scss */
body .body-wrap .signup-collection--grid-mini-item__details p {
  margin: 1em 0 1em;
  font-size: 22px;
}

/* line 79, app/assets/stylesheets/signup/_grid-collection.scss */
body .body-wrap .signup-collection--grid-mini-item__details p:first-of-type {
  margin-top: 0;
}

/* line 83, app/assets/stylesheets/signup/_grid-collection.scss */
body .body-wrap .signup-collection--grid-mini-item__details a {
  color: black;
}

/* line 2, app/assets/stylesheets/signup/_grid-quotes-collection.scss */
.signup-collection--grid-quotes .signup-collection--grid-quotes-item {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 30px;
  display: flex;
  margin: 0 22px;
}

@media only screen and (min-width: 40.0625em) {
  /* line 2, app/assets/stylesheets/signup/_grid-quotes-collection.scss */
  .signup-collection--grid-quotes .signup-collection--grid-quotes-item {
    margin: 0;
    padding: 40px;
  }
}

/* line 15, app/assets/stylesheets/signup/_grid-quotes-collection.scss */
.signup-collection--grid-quotes .signup-collection--grid-quotes-item__quote {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: stretch;
}

/* line 24, app/assets/stylesheets/signup/_grid-quotes-collection.scss */
.signup-collection--grid-quotes .signup-collection--grid-quotes-item__citation {
  margin-top: 3em;
  display: block;
  font-size: 18px;
  font-style: normal;
}

/* line 30, app/assets/stylesheets/signup/_grid-quotes-collection.scss */
.signup-collection--grid-quotes .signup-collection--grid-quotes-item__citation span {
  display: block;
  font-size: 22px;
  font-weight: bold;
}

/* line 4, app/assets/stylesheets/signup/_nav.scss */
.joinus-basic-access #navbar.is-scrolled #myforum-button, .joinus-pro-access #navbar.is-scrolled #myforum-button, .joinus-premium-access #navbar.is-scrolled #myforum-button {
  border-color: #008cf0 !important;
}

/* line 8, app/assets/stylesheets/signup/_nav.scss */
.joinus-basic-access #navbar.is-scrolled #myforum-button:hover, .joinus-pro-access #navbar.is-scrolled #myforum-button:hover, .joinus-premium-access #navbar.is-scrolled #myforum-button:hover {
  background-color: rgba(0, 116, 199, 0.1);
}

/* line 12, app/assets/stylesheets/signup/_nav.scss */
.joinus-basic-access #navbar.is-scrolled #myforum-button #myforum-default, .joinus-pro-access #navbar.is-scrolled #myforum-button #myforum-default, .joinus-premium-access #navbar.is-scrolled #myforum-button #myforum-default {
  display: inline;
}

/* line 16, app/assets/stylesheets/signup/_nav.scss */
.joinus-basic-access #navbar.is-scrolled #myforum-button #myforum-white, .joinus-pro-access #navbar.is-scrolled #myforum-button #myforum-white, .joinus-premium-access #navbar.is-scrolled #myforum-button #myforum-white {
  display: none;
}

/* line 22, app/assets/stylesheets/signup/_nav.scss */
#navbar .chakra-menu__group__title {
  padding-left: 0.3rem;
}

/* line 28, app/assets/stylesheets/signup/_nav.scss */
.body--dark:not(.joinus):not(.partners) #navbar #myforum-button #myforum-default {
  display: none;
}

/* line 32, app/assets/stylesheets/signup/_nav.scss */
.body--dark:not(.joinus):not(.partners) #navbar #myforum-button #myforum-white {
  display: inline;
}

@media only screen and (min-width: 40.0625em) {
  /* line 1, app/assets/stylesheets/signup/_quote_collection.scss */
  body .quote-collection__image {
    padding-bottom: 80px;
  }
  /* line 5, app/assets/stylesheets/signup/_quote_collection.scss */
  body .quote-collection__image .image-wrap {
    width: 120%;
    height: 120%;
  }
  /* line 8, app/assets/stylesheets/signup/_quote_collection.scss */
  body .quote-collection__image .image-wrap > div {
    min-height: 100%;
  }
}

/* line 3, node_modules/@glidejs/glide/src/assets/sass/glide.core.scss */
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

/* line 13, node_modules/@glidejs/glide/src/assets/sass/glide.core.scss */
.glide * {
  box-sizing: inherit;
}

/* line 17, node_modules/@glidejs/glide/src/assets/sass/glide.core.scss */
.glide__track {
  overflow: hidden;
}

/* line 21, node_modules/@glidejs/glide/src/assets/sass/glide.core.scss */
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

/* line 36, node_modules/@glidejs/glide/src/assets/sass/glide.core.scss */
.glide__slides--dragging {
  user-select: none;
}

/* line 41, node_modules/@glidejs/glide/src/assets/sass/glide.core.scss */
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 50, node_modules/@glidejs/glide/src/assets/sass/glide.core.scss */
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* line 58, node_modules/@glidejs/glide/src/assets/sass/glide.core.scss */
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}

/* line 63, node_modules/@glidejs/glide/src/assets/sass/glide.core.scss */
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}

/* line 68, node_modules/@glidejs/glide/src/assets/sass/glide.core.scss */
.glide--rtl {
  direction: rtl;
}

/* line 3, app/assets/stylesheets/covid/_app.scss */
body[data-controller="minisite"],
body[data-controller="covid"] {
  color: #0a133c;
}

@media only screen and (min-width: 40.0625em) {
  /* line 7, app/assets/stylesheets/covid/_app.scss */
  body[data-controller="minisite"] .header,
body[data-controller="covid"] .header {
    background: #edf2f5;
    border: none;
    display: flex;
    justify-content: flex-end;
  }
  /* line 9, app/assets/stylesheets/covid/_app.scss */
  body[data-controller="minisite"] .header .header-pane-selectors,
body[data-controller="covid"] .header .header-pane-selectors {
    float: right;
  }
  /* line 16, app/assets/stylesheets/covid/_app.scss */
  body[data-controller="minisite"] .header .header-item__link,
body[data-controller="covid"] .header .header-item__link {
    font-size: 1.125rem;
    color: #0a133c;
    margin-right: 1rem;
    position: relative;
    transition: color 0.2s ease-in-out;
  }
  /* line 22, app/assets/stylesheets/covid/_app.scss */
  body[data-controller="minisite"] .header .header-item__link:hover,
body[data-controller="covid"] .header .header-item__link:hover {
    color: #004b86;
  }
}

/* line 30, app/assets/stylesheets/covid/_app.scss */
body[data-controller="minisite"] .tout-list--grid__container .tout:after,
body[data-controller="covid"] .tout-list--grid__container .tout:after {
  display: none;
}

/* line 34, app/assets/stylesheets/covid/_app.scss */
body[data-controller="minisite"] .tout-list--grid__container .tout__description,
body[data-controller="covid"] .tout-list--grid__container .tout__description {
  flex-grow: 0;
  margin-bottom: 1rem;
}

/* line 41, app/assets/stylesheets/covid/_app.scss */
body[data-controller="minisite"] .collection-page__content,
body[data-controller="covid"] .collection-page__content {
  position: relative;
}

@media only screen and (min-width: 40.0625em) {
  /* line 44, app/assets/stylesheets/covid/_app.scss */
  body[data-controller="minisite"] .collection-page__content .page-title,
body[data-controller="covid"] .collection-page__content .page-title {
    font-size: 3rem;
  }
}

/* line 50, app/assets/stylesheets/covid/_app.scss */
body[data-controller="minisite"] .collection-page__content .covid-description,
body[data-controller="covid"] .collection-page__content .covid-description {
  font-weight: normal;
  margin-top: -1rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 50, app/assets/stylesheets/covid/_app.scss */
  body[data-controller="minisite"] .collection-page__content .covid-description,
body[data-controller="covid"] .collection-page__content .covid-description {
    max-width: 45%;
  }
}

/* line 58, app/assets/stylesheets/covid/_app.scss */
body[data-controller="minisite"] .collection-page__content .covid-logo--device,
body[data-controller="covid"] .collection-page__content .covid-logo--device {
  color: #ffffff;
  display: block;
  position: absolute;
  right: 1rem;
  top: 2rem;
  transform: translateY(-50%);
  width: 50vw;
}

@media only screen and (min-width: 40.0625em) {
  /* line 58, app/assets/stylesheets/covid/_app.scss */
  body[data-controller="minisite"] .collection-page__content .covid-logo--device,
body[data-controller="covid"] .collection-page__content .covid-logo--device {
    width: 340px;
    top: calc(50% - 2rem);
  }
}

/* line 73, app/assets/stylesheets/covid/_app.scss */
body[data-controller="minisite"] .covid-video-container,
body[data-controller="covid"] .covid-video-container {
  margin-top: 2rem;
  position: relative;
  padding-top: 56.25%;
}

/* line 27, node_modules/css-patterns/stylesheets/patterns/_fluid_media_wrapper.scss */
body[data-controller="minisite"] .covid-video-container embed,
body[data-controller="minisite"] .covid-video-container iframe,
body[data-controller="minisite"] .covid-video-container object,
body[data-controller="covid"] .covid-video-container embed,
body[data-controller="covid"] .covid-video-container iframe,
body[data-controller="covid"] .covid-video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 78, app/assets/stylesheets/covid/_app.scss */
body.body--dark[data-controller="minisite"],
body.body--dark[data-controller="covid"] {
  background: #1b2029;
  color: #ffffff;
}

/* line 82, app/assets/stylesheets/covid/_app.scss */
body.body--dark[data-controller="minisite"] .header,
body.body--dark[data-controller="covid"] .header {
  background: #222833;
}

@media only screen and (min-width: 40.0625em) {
  /* line 86, app/assets/stylesheets/covid/_app.scss */
  body.body--dark[data-controller="minisite"] .header .header-item__link,
body.body--dark[data-controller="covid"] .header .header-item__link {
    color: #ffffff;
  }
}

/* line 92, app/assets/stylesheets/covid/_app.scss */
body.body--dark[data-controller="minisite"] .covid-button,
body.body--dark[data-controller="covid"] .covid-button {
  border: 1px solid rgba(216, 216, 216, 0.4);
  border-radius: 4px;
  line-height: 2.3;
  padding: 0 1rem;
  display: block;
  margin-bottom: 1rem;
  color: #fff;
  text-align: center;
}

/* line 101, app/assets/stylesheets/covid/_app.scss */
body.body--dark[data-controller="minisite"] .covid-button:hover,
body.body--dark[data-controller="covid"] .covid-button:hover {
  background-color: #004b86;
  border-color: #004b86;
}

@media only screen and (min-width: 40.0625em) {
  /* line 92, app/assets/stylesheets/covid/_app.scss */
  body.body--dark[data-controller="minisite"] .covid-button,
body.body--dark[data-controller="covid"] .covid-button {
    display: inline;
  }
}

/* line 110, app/assets/stylesheets/covid/_app.scss */
body.body--dark[data-controller="minisite"] .covid-homepage,
body.body--dark[data-controller="covid"] .covid-homepage {
  position: relative;
  overflow: hidden;
}

/* line 114, app/assets/stylesheets/covid/_app.scss */
body.body--dark[data-controller="minisite"] .covid-homepage__strapline,
body.body--dark[data-controller="covid"] .covid-homepage__strapline {
  font-size: 1.25rem;
}

/* line 120, app/assets/stylesheets/covid/_app.scss */
body.body--dark[data-controller="minisite"] .covid-homepage__overview p, body.body--dark[data-controller="minisite"] .covid-homepage__context p,
body.body--dark[data-controller="covid"] .covid-homepage__overview p,
body.body--dark[data-controller="covid"] .covid-homepage__context p {
  line-height: 1.8;
}

/* line 125, app/assets/stylesheets/covid/_app.scss */
body.body--dark[data-controller="minisite"] .covid-homepage__overview,
body.body--dark[data-controller="covid"] .covid-homepage__overview {
  margin-top: 4rem;
}

/* line 127, app/assets/stylesheets/covid/_app.scss */
body.body--dark[data-controller="minisite"] .covid-homepage__overview-section,
body.body--dark[data-controller="covid"] .covid-homepage__overview-section {
  margin-top: 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 125, app/assets/stylesheets/covid/_app.scss */
  body.body--dark[data-controller="minisite"] .covid-homepage__overview,
body.body--dark[data-controller="covid"] .covid-homepage__overview {
    margin-top: 12rem;
  }
}

/* line 135, app/assets/stylesheets/covid/_app.scss */
body.body--dark[data-controller="minisite"] .covid-homepage__overview-section, body.body--dark[data-controller="minisite"] .covid-homepage__context,
body.body--dark[data-controller="covid"] .covid-homepage__overview-section,
body.body--dark[data-controller="covid"] .covid-homepage__context {
  background: transparent;
}

/* line 140, app/assets/stylesheets/covid/_app.scss */
body.body--dark[data-controller="minisite"] .covid-homepage__context,
body.body--dark[data-controller="covid"] .covid-homepage__context {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 140, app/assets/stylesheets/covid/_app.scss */
  body.body--dark[data-controller="minisite"] .covid-homepage__context,
body.body--dark[data-controller="covid"] .covid-homepage__context {
    margin: 4rem;
  }
}

/* line 148, app/assets/stylesheets/covid/_app.scss */
body.body--dark[data-controller="minisite"] .covid-homepage__link,
body.body--dark[data-controller="covid"] .covid-homepage__link {
  margin-bottom: 4rem;
}

/* line 150, app/assets/stylesheets/covid/_app.scss */
body.body--dark[data-controller="minisite"] .covid-homepage__link-body,
body.body--dark[data-controller="covid"] .covid-homepage__link-body {
  border-bottom: 1px solid rgba(216, 216, 216, 0.4);
}

@media only screen and (min-width: 40.0625em) {
  /* line 150, app/assets/stylesheets/covid/_app.scss */
  body.body--dark[data-controller="minisite"] .covid-homepage__link-body,
body.body--dark[data-controller="covid"] .covid-homepage__link-body {
    display: flex;
    align-items: center;
  }
}

/* line 157, app/assets/stylesheets/covid/_app.scss */
body.body--dark[data-controller="minisite"] .covid-homepage__link h2,
body.body--dark[data-controller="covid"] .covid-homepage__link h2 {
  font-size: 2rem;
  flex: 1 1 auto;
}

/* line 161, app/assets/stylesheets/covid/_app.scss */
body.body--dark[data-controller="minisite"] .covid-homepage__link .covid-button,
body.body--dark[data-controller="covid"] .covid-homepage__link .covid-button {
  flex: 0 1 auto;
}

/* line 166, app/assets/stylesheets/covid/_app.scss */
body.body--dark[data-controller="minisite"] .covid-homepage__contribution,
body.body--dark[data-controller="covid"] .covid-homepage__contribution {
  background: #222833;
}

/* line 168, app/assets/stylesheets/covid/_app.scss */
body.body--dark[data-controller="minisite"] .covid-homepage__contribution-lead,
body.body--dark[data-controller="covid"] .covid-homepage__contribution-lead {
  text-align: center;
  margin-bottom: 2rem;
}

/* line 171, app/assets/stylesheets/covid/_app.scss */
body.body--dark[data-controller="minisite"] .covid-homepage__contribution-lead p,
body.body--dark[data-controller="covid"] .covid-homepage__contribution-lead p {
  line-height: 1.8;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 171, app/assets/stylesheets/covid/_app.scss */
  body.body--dark[data-controller="minisite"] .covid-homepage__contribution-lead p,
body.body--dark[data-controller="covid"] .covid-homepage__contribution-lead p {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 181, app/assets/stylesheets/covid/_app.scss */
body.body--dark[data-controller="minisite"] .covid-homepage__contribution .row, body.body--dark[data-controller="minisite"] .covid-homepage__contribution .article-story .article__lead-image .st__content-block.st__content-block--image figcaption, .article-story .article__lead-image .st__content-block.st__content-block--image body.body--dark[data-controller="minisite"] .covid-homepage__contribution figcaption,
body.body--dark[data-controller="covid"] .covid-homepage__contribution .row,
body.body--dark[data-controller="covid"] .covid-homepage__contribution .article-story .article__lead-image .st__content-block.st__content-block--image figcaption,
.article-story .article__lead-image .st__content-block.st__content-block--image body.body--dark[data-controller="covid"] .covid-homepage__contribution figcaption {
  overflow: hidden;
}

@media only screen and (min-width: 40.0625em) {
  /* line 181, app/assets/stylesheets/covid/_app.scss */
  body.body--dark[data-controller="minisite"] .covid-homepage__contribution .row, body.body--dark[data-controller="minisite"] .covid-homepage__contribution .article-story .article__lead-image .st__content-block.st__content-block--image figcaption, .article-story .article__lead-image .st__content-block.st__content-block--image body.body--dark[data-controller="minisite"] .covid-homepage__contribution figcaption,
body.body--dark[data-controller="covid"] .covid-homepage__contribution .row,
body.body--dark[data-controller="covid"] .covid-homepage__contribution .article-story .article__lead-image .st__content-block.st__content-block--image figcaption,
.article-story .article__lead-image .st__content-block.st__content-block--image body.body--dark[data-controller="covid"] .covid-homepage__contribution figcaption {
    overflow: visible;
  }
}

/* line 189, app/assets/stylesheets/covid/_app.scss */
body.body--dark[data-controller="minisite"] .covid-homepage__cta,
body.body--dark[data-controller="covid"] .covid-homepage__cta {
  background: #222833;
}

/* line 192, app/assets/stylesheets/covid/_app.scss */
body.body--dark[data-controller="minisite"] .covid-homepage__cta--title,
body.body--dark[data-controller="covid"] .covid-homepage__cta--title {
  font-size: 1.8rem;
}

/* line 196, app/assets/stylesheets/covid/_app.scss */
body.body--dark[data-controller="minisite"] .covid-homepage__cta p,
body.body--dark[data-controller="covid"] .covid-homepage__cta p {
  line-height: 1.8;
}

/* line 203, app/assets/stylesheets/covid/_app.scss */
body[data-controller="minisite"] .covid-contribution__tout,
body[data-controller="covid"] .covid-contribution__tout {
  position: relative;
  padding-top: 56.25%;
  background: #004b86;
  border-left: 6px solid #008cf0;
}

/* line 27, node_modules/css-patterns/stylesheets/patterns/_fluid_media_wrapper.scss */
body[data-controller="minisite"] .covid-contribution__tout embed,
body[data-controller="minisite"] .covid-contribution__tout iframe,
body[data-controller="minisite"] .covid-contribution__tout object,
body[data-controller="covid"] .covid-contribution__tout embed,
body[data-controller="covid"] .covid-contribution__tout iframe,
body[data-controller="covid"] .covid-contribution__tout object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 208, app/assets/stylesheets/covid/_app.scss */
body[data-controller="minisite"] .covid-contribution__tout-wrapper,
body[data-controller="covid"] .covid-contribution__tout-wrapper {
  position: absolute;
  top: 1.5rem;
  bottom: 4rem;
  left: 2rem;
  right: 2rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 208, app/assets/stylesheets/covid/_app.scss */
  body[data-controller="minisite"] .covid-contribution__tout-wrapper,
body[data-controller="covid"] .covid-contribution__tout-wrapper {
    top: 2rem;
  }
}

/* line 219, app/assets/stylesheets/covid/_app.scss */
body[data-controller="minisite"] .covid-contribution__tout-title,
body[data-controller="covid"] .covid-contribution__tout-title {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.4;
}

/* line 225, app/assets/stylesheets/covid/_app.scss */
body[data-controller="minisite"] .covid-contribution__tout:after,
body[data-controller="covid"] .covid-contribution__tout:after {
  content: attr(data-count);
  position: absolute;
  bottom: -2.5rem;
  left: 2rem;
  font-size: 6.25rem;
  font-weight: bold;
  opacity: 0.1;
  letter-spacing: -2px;
}

/* line 238, app/assets/stylesheets/covid/_app.scss */
.covid-subtitle {
  font-size: 0.75rem;
  color: #0a133c;
  border-bottom: 1px solid #0a133c;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 2rem;
  position: relative;
}

@media only screen and (min-width: 40.0625em) {
  /* line 238, app/assets/stylesheets/covid/_app.scss */
  .covid-subtitle {
    font-size: 0.875rem;
  }
}

/* line 251, app/assets/stylesheets/covid/_app.scss */
.covid--reset .covid-subtitle {
  color: #fff;
  border-color: rgba(216, 216, 216, 0.4);
}

/* line 256, app/assets/stylesheets/covid/_app.scss */
.covid-subtitle .view-all-link {
  font-size: 12px !important;
  font-weight: normal;
}

/* line 260, app/assets/stylesheets/covid/_app.scss */
.covid-subtitle .view-all-link img {
  height: 10px;
}

/* line 266, app/assets/stylesheets/covid/_app.scss */
.covid-description {
  line-height: 1.4;
  font-weight: 600;
}

@media only screen and (min-width: 40.0625em) {
  /* line 266, app/assets/stylesheets/covid/_app.scss */
  .covid-description {
    font-size: 1.375rem;
  }
}

/* line 1, app/assets/stylesheets/covid/_articles.scss */
.collection-page__content {
  z-index: 10;
}

/* line 3, app/assets/stylesheets/covid/_carousel.scss */
body[data-controller="minisite"] .glide__slides,
body[data-controller="covid"] .glide__slides {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

/* line 8, app/assets/stylesheets/covid/_carousel.scss */
body.covid--reset[data-controller="minisite"] .glide,
body.covid--reset[data-controller="covid"] .glide {
  width: calc(100% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}

/* line 15, app/assets/stylesheets/covid/_carousel.scss */
body[data-controller="minisite"] .glide,
body[data-controller="covid"] .glide {
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}

/* line 16, app/assets/stylesheets/covid/_carousel.scss */
body[data-controller="minisite"] .glide__track,
body[data-controller="covid"] .glide__track {
  overflow: visible;
}

@media only screen and (min-width: 40.0625em) {
  /* line 15, app/assets/stylesheets/covid/_carousel.scss */
  body[data-controller="minisite"] .glide,
body[data-controller="covid"] .glide {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  /* line 28, app/assets/stylesheets/covid/_carousel.scss */
  body[data-controller="minisite"] .glide__track,
body[data-controller="covid"] .glide__track {
    overflow: hidden;
  }
}

@media only screen and (min-width: 1440px) {
  /* line 15, app/assets/stylesheets/covid/_carousel.scss */
  body[data-controller="minisite"] .glide,
body[data-controller="covid"] .glide {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 39, app/assets/stylesheets/covid/_carousel.scss */
body[data-controller="minisite"] .glide__arrows,
body[data-controller="covid"] .glide__arrows {
  display: none;
}

@media only screen and (min-width: 40.0625em) {
  /* line 39, app/assets/stylesheets/covid/_carousel.scss */
  body[data-controller="minisite"] .glide__arrows,
body[data-controller="covid"] .glide__arrows {
    z-index: 110;
    position: absolute;
    width: 100%;
    height: 52px;
    pointer-events: none;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/* line 54, app/assets/stylesheets/covid/_carousel.scss */
body[data-controller="minisite"] .glide__arrow,
body[data-controller="covid"] .glide__arrow {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  pointer-events: all;
  font: inherit;
  position: absolute;
  top: 0;
  background: none;
}

/* line 61, app/assets/stylesheets/covid/_carousel.scss */
body[data-controller="minisite"] .glide__arrow--left,
body[data-controller="covid"] .glide__arrow--left {
  left: -30px;
}

/* line 64, app/assets/stylesheets/covid/_carousel.scss */
body[data-controller="minisite"] .glide__arrow--right,
body[data-controller="covid"] .glide__arrow--right {
  right: -30px;
}

@media only screen and (min-width: 1440px) {
  /* line 68, app/assets/stylesheets/covid/_carousel.scss */
  body[data-controller="minisite"] .glide__arrow--left,
body[data-controller="covid"] .glide__arrow--left {
    left: -65px;
  }
  /* line 71, app/assets/stylesheets/covid/_carousel.scss */
  body[data-controller="minisite"] .glide__arrow--right,
body[data-controller="covid"] .glide__arrow--right {
    right: -65px;
  }
}

/* line 1, app/assets/stylesheets/covid/_ctas.scss */
.covid-homepage__cta-grid {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -1rem;
}

/* line 9, app/assets/stylesheets/covid/_ctas.scss */
.covid-homepage__cta {
  background: rgba(255, 255, 255, 0.05);
  padding: 2rem;
  margin: 1rem !important;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex-grow: 1;
}

@media only screen and (min-width: 40.0625em) {
  /* line 9, app/assets/stylesheets/covid/_ctas.scss */
  .covid-homepage__cta {
    flex-basis: 30%;
  }
}

/* line 23, app/assets/stylesheets/covid/_ctas.scss */
.covid-homepage__cta picture {
  margin-bottom: 1.75rem;
  display: block;
}

/* line 28, app/assets/stylesheets/covid/_ctas.scss */
.covid-homepage__cta p {
  max-width: 600px;
  margin: 0.35rem;
  line-height: 1.4;
}

/* line 34, app/assets/stylesheets/covid/_ctas.scss */
.covid-homepage__cta:last-child {
  margin-bottom: 0;
}

/* line 39, app/assets/stylesheets/covid/_ctas.scss */
.covid-homepage__cta:not(.covid-homepage__cta--single) .covid-homepage__cta__title {
  display: block;
}

/* line 46, app/assets/stylesheets/covid/_ctas.scss */
.covid-homepage__cta__title {
  font-size: 1.25rem;
  font-weight: bold;
  flex-grow: 0;
  margin-bottom: 1rem;
}

/* line 53, app/assets/stylesheets/covid/_ctas.scss */
.covid-homepage__cta__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}

/* line 60, app/assets/stylesheets/covid/_ctas.scss */
.covid-homepage__cta__text {
  color: #cfd2e5;
  line-height: 1.35;
  margin-bottom: 2rem;
}

/* line 66, app/assets/stylesheets/covid/_ctas.scss */
.covid-homepage__cta__actions {
  margin-bottom: 1rem;
}

/* line 70, app/assets/stylesheets/covid/_ctas.scss */
.covid-homepage__cta__button {
  text-decoration: none;
  color: inherit;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid #fff;
  border-radius: 4px;
  color: #fff;
  display: block;
  padding: 14px 2rem;
  min-height: 50px;
  transition: all 0.15s ease-in-out;
  text-align: center;
  white-space: nowrap;
}

/* line 87, app/assets/stylesheets/covid/_ctas.scss */
.covid-homepage__cta__button:hover {
  background: #008cf0;
  border: 2px solid #008cf0;
}

/* line 92, app/assets/stylesheets/covid/_ctas.scss */
.covid-homepage__cta__button--inverse {
  border: none !important;
  padding: 0 2rem;
  background: #008cf0;
  color: white !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 50px;
}

/* line 101, app/assets/stylesheets/covid/_ctas.scss */
.covid-homepage__cta__button--inverse:hover {
  background: #004b86;
}

@media only screen and (min-width: 40.0625em) {
  /* line 70, app/assets/stylesheets/covid/_ctas.scss */
  .covid-homepage__cta__button {
    display: inline-block;
    margin-top: 0;
  }
}

/* line 113, app/assets/stylesheets/covid/_ctas.scss */
.covid-homepage__cta--single {
  width: 100%;
  flex-basis: 100%;
}

/* line 117, app/assets/stylesheets/covid/_ctas.scss */
.covid-homepage__cta--single picture {
  float: left;
  margin-right: 15px;
  margin-bottom: 0;
}

/* line 124, app/assets/stylesheets/covid/_ctas.scss */
.covid-homepage__cta--single .covid-homepage__cta__text {
  margin-bottom: 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 123, app/assets/stylesheets/covid/_ctas.scss */
  .covid-homepage__cta--single .covid-homepage__cta {
    padding: 60px;
  }
  /* line 131, app/assets/stylesheets/covid/_ctas.scss */
  .covid-homepage__cta--single .covid-homepage__cta__title {
    font-size: 2rem;
  }
  /* line 135, app/assets/stylesheets/covid/_ctas.scss */
  .covid-homepage__cta--single .covid-homepage__cta__content {
    flex-direction: row;
    align-items: center;
  }
  /* line 140, app/assets/stylesheets/covid/_ctas.scss */
  .covid-homepage__cta--single .covid-homepage__cta__text {
    flex: 1 1 auto;
  }
  /* line 144, app/assets/stylesheets/covid/_ctas.scss */
  .covid-homepage__cta--single .covid-homepage__cta__actions {
    margin-left: 2rem;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 1, app/assets/stylesheets/covid/_grid.scss */
  .covid-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 2rem;
    grid-row-gap: 0.5rem;
  }
}

/* line 13, app/assets/stylesheets/covid/_grid.scss */
.covid-grid--projects {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 13, app/assets/stylesheets/covid/_grid.scss */
  .covid-grid--projects {
    margin-top: 4rem;
  }
}

/* line 21, app/assets/stylesheets/covid/_grid.scss */
.covid-grid--videos {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 21, app/assets/stylesheets/covid/_grid.scss */
  .covid-grid--videos {
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 2rem;
    margin-top: 4rem;
  }
}

/* line 2, app/assets/stylesheets/covid/_homepage.scss */
.covid-homepage__background-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* line 7, app/assets/stylesheets/covid/_homepage.scss */
.covid-homepage__background-video:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, #1b2029 7%, rgba(27, 32, 41, 0.07) 100%);
}

/* line 21, app/assets/stylesheets/covid/_homepage.scss */
.covid-homepage__overview, .covid-homepage__context, .covid-homepage__link {
  position: relative;
}

/* line 27, app/assets/stylesheets/covid/_homepage.scss */
.covid-homepage__members {
  margin-top: 2rem;
}

/* line 33, app/assets/stylesheets/covid/_homepage.scss */
.covid-homepage__context__container {
  background: #0a133c;
  color: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 33, app/assets/stylesheets/covid/_homepage.scss */
  .covid-homepage__context__container {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 66px;
    padding-right: 66px;
    margin-top: -60px;
    margin-left: -44px;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 33, app/assets/stylesheets/covid/_homepage.scss */
  .covid-homepage__context__container {
    margin-top: -200px;
  }
}

/* line 51, app/assets/stylesheets/covid/_homepage.scss */
.covid-homepage__context__container .covid-subtitle {
  color: #87c3f0;
  border-color: #87c3f0;
}

/* line 57, app/assets/stylesheets/covid/_homepage.scss */
.covid-homepage__context__link-collection {
  background: #edf2f5;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 57, app/assets/stylesheets/covid/_homepage.scss */
  .covid-homepage__context__link-collection {
    background-color: transparent;
    margin-left: 44px;
    padding-left: 0;
  }
}

/* line 67, app/assets/stylesheets/covid/_homepage.scss */
.covid-homepage__context__link-collection .partners-link-box {
  font-size: 1.125rem;
}

/* line 70, app/assets/stylesheets/covid/_homepage.scss */
.covid-homepage__context__link-collection .partners-link-box a {
  font-weight: 500;
}

/* line 77, app/assets/stylesheets/covid/_homepage.scss */
.covid-homepage__context-body p {
  line-height: 1.4;
}

@media only screen and (min-width: 40.0625em) {
  /* line 77, app/assets/stylesheets/covid/_homepage.scss */
  .covid-homepage__context-body p {
    font-size: 1.125rem;
  }
}

/* line 85, app/assets/stylesheets/covid/_homepage.scss */
.covid-homepage__context .link-collection {
  padding-bottom: 1rem;
}

/* line 87, app/assets/stylesheets/covid/_homepage.scss */
.covid-homepage__context .link-collection__title {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

/* line 91, app/assets/stylesheets/covid/_homepage.scss */
.covid-homepage__context .link-collection__title::before {
  content: "";
  display: block;
  background: var(--border-color, #1f1f1f);
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 70px;
  height: 4px;
}

/* line 103, app/assets/stylesheets/covid/_homepage.scss */
.covid-homepage__context .link-collection__links {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

/* line 107, app/assets/stylesheets/covid/_homepage.scss */
.covid-homepage__context .link-collection__link {
  font-weight: 500;
  margin-bottom: 0.4rem;
  line-height: 1.35;
}

@media only screen and (min-width: 64.0625em) {
  /* line 107, app/assets/stylesheets/covid/_homepage.scss */
  .covid-homepage__context .link-collection__link {
    font-size: 1.125rem;
  }
}

/* line 118, app/assets/stylesheets/covid/_homepage.scss */
.covid-homepage__contribution {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 118, app/assets/stylesheets/covid/_homepage.scss */
  .covid-homepage__contribution {
    padding-top: 5rem;
  }
}

/* line 124, app/assets/stylesheets/covid/_homepage.scss */
.covid-homepage__contribution .covid-subtitle {
  border: none;
  text-align: center;
}

/* line 129, app/assets/stylesheets/covid/_homepage.scss */
.covid-homepage__contribution-body {
  font-weight: 600;
  text-align: center;
}

/* line 132, app/assets/stylesheets/covid/_homepage.scss */
.covid-homepage__contribution-body p {
  line-height: 1.4;
}

@media only screen and (min-width: 40.0625em) {
  /* line 132, app/assets/stylesheets/covid/_homepage.scss */
  .covid-homepage__contribution-body p {
    font-size: 1.375rem;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5rem;
  }
}

/* line 144, app/assets/stylesheets/covid/_homepage.scss */
.covid-homepage__contribution-cta {
  font-weight: 600;
  text-align: center;
}

/* line 149, app/assets/stylesheets/covid/_homepage.scss */
.covid-homepage__contribution-list {
  padding: 0;
  list-style-type: none;
  margin: 0;
  padding-top: 1rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 149, app/assets/stylesheets/covid/_homepage.scss */
  .covid-homepage__contribution-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 44px;
  }
}

/* line 158, app/assets/stylesheets/covid/_homepage.scss */
.covid-homepage__contribution-list__item {
  background: #004b86;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 158, app/assets/stylesheets/covid/_homepage.scss */
  .covid-homepage__contribution-list__item {
    margin-bottom: 0;
  }
}

/* line 166, app/assets/stylesheets/covid/_homepage.scss */
.covid-homepage__contribution-list__item p {
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
  padding: 0.5rem 1rem;
}

/* line 177, app/assets/stylesheets/covid/_homepage.scss */
.covid-homepage__contribution-list--with-title-and-body {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/* line 182, app/assets/stylesheets/covid/_homepage.scss */
.covid-homepage__contribution-list--with-title-and-body .covid-homepage__contribution-list__item {
  width: 30%;
  display: block;
  margin: 0 0 2rem;
  padding: 2rem;
}

/* line 188, app/assets/stylesheets/covid/_homepage.scss */
.covid-homepage__contribution-list--with-title-and-body .covid-homepage__contribution-list__item h3,
.covid-homepage__contribution-list--with-title-and-body .covid-homepage__contribution-list__item p {
  margin: 0 0 1rem;
  padding: 0;
}

/* line 194, app/assets/stylesheets/covid/_homepage.scss */
.covid-homepage__contribution-list--with-title-and-body .covid-homepage__contribution-list__item h3 {
  color: white;
  font-size: 1.3rem;
  text-align: center;
}

/* line 200, app/assets/stylesheets/covid/_homepage.scss */
.covid-homepage__contribution-list--with-title-and-body .covid-homepage__contribution-list__item p {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}

/* line 209, app/assets/stylesheets/covid/_homepage.scss */
.covid-homepage__liveblog {
  padding-top: 0;
  padding-bottom: 2rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 209, app/assets/stylesheets/covid/_homepage.scss */
  .covid-homepage__liveblog {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

/* line 216, app/assets/stylesheets/covid/_homepage.scss */
.covid-homepage__liveblog-header {
  border-bottom: 1px solid #004b86;
}

@media only screen and (min-width: 40.0625em) {
  /* line 216, app/assets/stylesheets/covid/_homepage.scss */
  .covid-homepage__liveblog-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

/* line 225, app/assets/stylesheets/covid/_homepage.scss */
.body--dark .covid-homepage__liveblog-header {
  border-color: #ffffff;
}

/* line 229, app/assets/stylesheets/covid/_homepage.scss */
.covid--reset .covid-homepage__liveblog-header {
  border-color: #84919c;
}

/* line 234, app/assets/stylesheets/covid/_homepage.scss */
.covid-homepage__liveblog-last_update {
  border-radius: 4px;
  font-size: 0.875rem;
  color: #84919c;
  margin-bottom: 0.85rem;
  display: block;
}

@media only screen and (min-width: 40.0625em) {
  /* line 234, app/assets/stylesheets/covid/_homepage.scss */
  .covid-homepage__liveblog-last_update {
    margin-top: 0.85rem;
    border: 2px solid #005c9c;
    color: #005c9c;
    padding: 0.5rem;
  }
  /* line 247, app/assets/stylesheets/covid/_homepage.scss */
  .body--dark .covid-homepage__liveblog-last_update {
    border-color: #ffffff;
    color: #ffffff;
  }
  /* line 252, app/assets/stylesheets/covid/_homepage.scss */
  .covid--reset .covid-homepage__liveblog-last_update {
    border-color: #84919c;
    color: #84919c;
  }
}

/* line 259, app/assets/stylesheets/covid/_homepage.scss */
.covid-homepage__liveblog-title {
  margin-top: 1rem;
  margin-bottom: 0.65rem;
}

/* line 264, app/assets/stylesheets/covid/_homepage.scss */
.covid-homepage__liveblog .liveblog-authors {
  margin-bottom: 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 264, app/assets/stylesheets/covid/_homepage.scss */
  .covid-homepage__liveblog .liveblog-authors {
    margin-bottom: 0.85rem;
  }
}

/* line 271, app/assets/stylesheets/covid/_homepage.scss */
.covid-homepage__liveblog-updates {
  padding-left: 1.4rem;
}

/* line 275, app/assets/stylesheets/covid/_homepage.scss */
.covid-homepage__liveblog-update {
  font-size: 1.5rem;
  color: #005c9c;
  font-weight: 600;
  margin-bottom: 3rem;
}

/* line 281, app/assets/stylesheets/covid/_homepage.scss */
.covid-homepage__liveblog-update a {
  color: inherit;
  display: block;
}

/* line 286, app/assets/stylesheets/covid/_homepage.scss */
.covid-homepage__liveblog-update__title {
  font-size: 1.375rem;
  margin-bottom: 0.25rem;
}

/* line 289, app/assets/stylesheets/covid/_homepage.scss */
.covid-homepage__liveblog-update__title span {
  line-height: 1.3;
}

@media only screen and (min-width: 40.0625em) {
  /* line 289, app/assets/stylesheets/covid/_homepage.scss */
  .covid-homepage__liveblog-update__title span {
    display: block;
    max-width: 800px;
    margin-right: 3rem;
  }
}

/* line 297, app/assets/stylesheets/covid/_homepage.scss */
.covid-homepage__liveblog-update__title .link-arrow {
  display: none;
}

@media only screen and (min-width: 40.0625em) {
  /* line 297, app/assets/stylesheets/covid/_homepage.scss */
  .covid-homepage__liveblog-update__title .link-arrow {
    display: block;
    position: relative;
    top: 0.5rem;
    float: right;
    margin-left: 1rem;
  }
}

/* line 309, app/assets/stylesheets/covid/_homepage.scss */
.covid-homepage__liveblog-update__time {
  font-size: 0.875rem;
  font-weight: normal;
}

/* line 315, app/assets/stylesheets/covid/_homepage.scss */
.body--dark .covid-homepage__liveblog-update a {
  color: #fff;
}

/* line 321, app/assets/stylesheets/covid/_homepage.scss */
.covid--reset .covid-homepage__liveblog-update a {
  color: #fff;
}

/* line 328, app/assets/stylesheets/covid/_homepage.scss */
.covid-homepage__articles,
.covid-homepage__reports,
.covid-homepage__projects {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
}

/* line 334, app/assets/stylesheets/covid/_homepage.scss */
.covid-homepage__articles .covid-subtitle,
.covid-homepage__reports .covid-subtitle,
.covid-homepage__projects .covid-subtitle {
  margin-bottom: 1rem;
}

/* line 337, app/assets/stylesheets/covid/_homepage.scss */
.covid-homepage__articles .glide,
.covid-homepage__articles .covid-reports-grid,
.covid-homepage__reports .glide,
.covid-homepage__reports .covid-reports-grid,
.covid-homepage__projects .glide,
.covid-homepage__projects .covid-reports-grid {
  margin-top: 2rem;
}

/* line 1, app/assets/stylesheets/covid/_liveblog.scss */
.liveblog {
  margin-top: 2rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 1, app/assets/stylesheets/covid/_liveblog.scss */
  .liveblog {
    margin-top: 2rem;
  }
}

/* line 8, app/assets/stylesheets/covid/_liveblog.scss */
.liveblog-authors {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 8, app/assets/stylesheets/covid/_liveblog.scss */
  .liveblog-authors {
    margin-bottom: 0;
  }
}

/* line 13, app/assets/stylesheets/covid/_liveblog.scss */
.liveblog-authors h3,
.liveblog-authors p {
  margin-top: 0;
  margin-bottom: 0.25rem;
  display: inline-block;
}

/* line 22, app/assets/stylesheets/covid/_liveblog.scss */
.liveblog .select-dropdown {
  border-color: var(--list-link);
  color: var(--list-link);
}

@media only screen and (min-width: 40.0625em) {
  /* line 31, app/assets/stylesheets/covid/_liveblog.scss */
  .liveblog-meta {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}

/* line 39, app/assets/stylesheets/covid/_liveblog.scss */
.liveblog-last_update {
  display: block;
}

/* line 43, app/assets/stylesheets/covid/_liveblog.scss */
.liveblog-body {
  margin: 1rem 0 2rem;
}

/* line 47, app/assets/stylesheets/covid/_liveblog.scss */
.liveblog-title {
  margin: 2rem 0;
  font-size: 2.75rem;
  font-weight: 600;
}

/* line 53, app/assets/stylesheets/covid/_liveblog.scss */
.liveblog-streams {
  max-width: 100%;
}

/* line 57, app/assets/stylesheets/covid/_liveblog.scss */
.liveblog .covid-logo {
  width: 160px;
}

@media only screen and (min-width: 40.0625em) {
  /* line 57, app/assets/stylesheets/covid/_liveblog.scss */
  .liveblog .covid-logo {
    margin-top: 2rem;
  }
}

/* line 64, app/assets/stylesheets/covid/_liveblog.scss */
.liveblog-key_moments {
  margin-bottom: 2rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 67, app/assets/stylesheets/covid/_liveblog.scss */
  .liveblog-key_moments--mobile {
    display: none;
  }
}

/* line 73, app/assets/stylesheets/covid/_liveblog.scss */
.liveblog-key_moments--desktop {
  display: none;
}

@media only screen and (min-width: 40.0625em) {
  /* line 73, app/assets/stylesheets/covid/_liveblog.scss */
  .liveblog-key_moments--desktop {
    display: block;
    margin-top: 3.4rem;
  }
}

/* line 81, app/assets/stylesheets/covid/_liveblog.scss */
.liveblog-key_moments__title {
  margin: 2rem 0 1.25rem;
  color: #004b86;
  border-color: #d5e0e8;
}

/* line 86, app/assets/stylesheets/covid/_liveblog.scss */
.body--dark .liveblog-key_moments__title {
  color: #008cf0;
  border-color: #edf2f5;
}

/* line 92, app/assets/stylesheets/covid/_liveblog.scss */
.liveblog-key_moments__updates {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

/* line 96, app/assets/stylesheets/covid/_liveblog.scss */
.liveblog-key_moments__update {
  line-height: 1.4;
  margin-bottom: 0.75rem;
  overflow: hidden;
  font-size: 0.875rem;
  font-weight: 500;
}

/* line 102, app/assets/stylesheets/covid/_liveblog.scss */
.liveblog-key_moments__update img {
  float: left;
  margin-top: 3px;
}

/* line 106, app/assets/stylesheets/covid/_liveblog.scss */
.liveblog-key_moments__update a {
  display: block;
  margin-left: 30px;
  line-height: inherit;
}

/* line 110, app/assets/stylesheets/covid/_liveblog.scss */
.liveblog-key_moments__update a:hover {
  text-decoration: underline;
}

/* line 117, app/assets/stylesheets/covid/_liveblog.scss */
.liveblog-update {
  padding: 1.5rem 0;
  border-top: 1px solid #d5e0e8;
}

@media only screen and (min-width: 40.0625em) {
  /* line 117, app/assets/stylesheets/covid/_liveblog.scss */
  .liveblog-update {
    padding: 2.5rem 0;
  }
}

/* line 125, app/assets/stylesheets/covid/_liveblog.scss */
.liveblog-update__title {
  margin-top: 0;
}

/* line 129, app/assets/stylesheets/covid/_liveblog.scss */
.liveblog-update__time {
  display: block;
  margin: 1rem 0;
}

/* line 1, app/assets/stylesheets/covid/_overview.scss */
.covid-homepage__overview-section {
  background: #edf2f5;
}

/* line 4, app/assets/stylesheets/covid/_overview.scss */
.covid-homepage__overview-section .column {
  position: relative;
  height: calc(100vh - 72px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 11, app/assets/stylesheets/covid/_overview.scss */
.covid--reset .covid-homepage__overview-section .column {
  height: auto;
  margin-top: 2rem;
  display: block;
}

/* line 16, app/assets/stylesheets/covid/_overview.scss */
.covid--reset .covid-homepage__overview-section .column .covid-logo {
  max-width: 70vw;
}

/* line 21, app/assets/stylesheets/covid/_overview.scss */
.covid-homepage__overview-section .column .covid-logo {
  max-width: 340px;
  display: none;
}

/* line 24, app/assets/stylesheets/covid/_overview.scss */
.covid-homepage__overview-section .column .covid-logo--mobile {
  display: block;
}

@media only screen and (min-width: 40.0625em) {
  /* line 21, app/assets/stylesheets/covid/_overview.scss */
  .covid-homepage__overview-section .column .covid-logo {
    display: block;
  }
  /* line 29, app/assets/stylesheets/covid/_overview.scss */
  .covid-homepage__overview-section .column .covid-logo--mobile {
    display: none;
  }
}

/* line 33, app/assets/stylesheets/covid/_overview.scss */
.covid--reset .covid-homepage__overview-section .column .covid-logo {
  display: block;
}

@media only screen and (min-width: 40.0625em) {
  /* line 4, app/assets/stylesheets/covid/_overview.scss */
  .covid-homepage__overview-section .column {
    position: static;
    height: auto;
    flex-direction: row;
    justify-content: flex-start;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  /* line 46, app/assets/stylesheets/covid/_overview.scss */
  .covid-homepage__overview-section .column .covid-homepage__overview-section__body {
    flex: 0 1 65%;
  }
  /* line 49, app/assets/stylesheets/covid/_overview.scss */
  .covid-homepage__overview-section .column .placeholder {
    position: relative;
    flex: 0 1 45%;
  }
  /* line 52, app/assets/stylesheets/covid/_overview.scss */
  .covid-homepage__overview-section .column .placeholder-inner {
    padding-bottom: 114.2857142857%;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 58, app/assets/stylesheets/covid/_overview.scss */
  .covid-homepage__overview-section .column .covid-homepage__overview-section__body {
    flex: 0 1 50%;
  }
  /* line 61, app/assets/stylesheets/covid/_overview.scss */
  .covid-homepage__overview-section .column .placeholder {
    flex: 0 1 50%;
  }
}

/* line 67, app/assets/stylesheets/covid/_overview.scss */
.covid-homepage__overview-section__body {
  position: relative;
  z-index: 100;
  color: #fff;
}

@media only screen and (min-width: 40.0625em) {
  /* line 67, app/assets/stylesheets/covid/_overview.scss */
  .covid-homepage__overview-section__body {
    color: #0a133c;
  }
}

/* line 74, app/assets/stylesheets/covid/_overview.scss */
.covid-homepage__overview-section__body h1 {
  font-size: 2.25rem;
  font-weight: 600;
}

@media only screen and (min-width: 40.0625em) {
  /* line 74, app/assets/stylesheets/covid/_overview.scss */
  .covid-homepage__overview-section__body h1 {
    font-size: 2.875rem;
    margin-top: 2rem;
    margin-right: 2rem;
    max-width: 460px;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 74, app/assets/stylesheets/covid/_overview.scss */
  .covid-homepage__overview-section__body h1 {
    margin-top: 2rem;
  }
}

/* line 88, app/assets/stylesheets/covid/_overview.scss */
.covid-homepage__overview-section__body .covid-homepage__strapline {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 88, app/assets/stylesheets/covid/_overview.scss */
  .covid-homepage__overview-section__body .covid-homepage__strapline {
    font-size: 1.25rem;
    padding-right: 4rem;
  }
}

/* line 99, app/assets/stylesheets/covid/_overview.scss */
.covid-homepage__overview-section .watch-video--button {
  background-color: #005c9c;
  border: 1px solid #005c9c;
  border-radius: 4px;
  padding: 1em 1.5em 1em 1.5em;
  margin: 2em 0;
  text-align: left;
  display: block;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  color: white;
  margin: 1em 0;
  transition: background-color 0.2s ease-in-out;
}

/* line 16, app/assets/stylesheets/patterns/_button.scss */
.covid-homepage__overview-section .watch-video--button img {
  position: relative;
  right: 0;
  top: 0.15em;
  float: right;
}

@media only screen and (min-width: 40.0625em) {
  /* line 99, app/assets/stylesheets/covid/_overview.scss */
  .covid-homepage__overview-section .watch-video--button {
    display: inline-block;
    width: auto;
    text-align: center;
  }
  /* line 28, app/assets/stylesheets/patterns/_button.scss */
  .covid-homepage__overview-section .watch-video--button span {
    float: none;
  }
  /* line 32, app/assets/stylesheets/patterns/_button.scss */
  .covid-homepage__overview-section .watch-video--button img {
    position: relative;
    left: 0.75em;
  }
}

/* line 106, app/assets/stylesheets/covid/_overview.scss */
.covid-homepage__overview-section .watch-video--button img {
  top: -0.25em;
}

/* line 111, app/assets/stylesheets/covid/_overview.scss */
.covid-homepage__overview-section .watch-video--button:hover {
  background: #004b86;
}

@media only screen and (min-width: 40.0625em) {
  /* line 99, app/assets/stylesheets/covid/_overview.scss */
  .covid-homepage__overview-section .watch-video--button {
    padding-bottom: 0.5em;
    margin-bottom: 2em;
  }
}

/* line 121, app/assets/stylesheets/covid/_overview.scss */
.covid-homepage__overview-section .placeholder {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 127, app/assets/stylesheets/covid/_overview.scss */
.covid-homepage__overview-section .placeholder:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(2, 0, 36, 0.2) 5%, rgba(2, 0, 36, 0) 60%, rgba(2, 0, 36, 0.1) 100%);
}

/* line 2, app/assets/stylesheets/covid/_page.scss */
[data-controller="minisite"] .article-story {
  padding-top: 2rem;
}

/* line 3, app/assets/stylesheets/covid/_projects.scss */
body[data-controller="minisite"] .project .project-header {
  display: flex;
  flex-direction: column-reverse;
}

@media only screen and (min-width: 40.0625em) {
  /* line 3, app/assets/stylesheets/covid/_projects.scss */
  body[data-controller="minisite"] .project .project-header {
    display: block;
  }
}

/* line 10, app/assets/stylesheets/covid/_projects.scss */
body[data-controller="minisite"] .project .covid-logo {
  width: 180px;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 10, app/assets/stylesheets/covid/_projects.scss */
  body[data-controller="minisite"] .project .covid-logo {
    margin-bottom: 0;
  }
}

/* line 21, app/assets/stylesheets/covid/_projects.scss */
.covid-topic-filters .covid-subtitle {
  color: #84919c;
  border-color: #d5e0e8;
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0;
  margin: 1rem 0;
}

/* line 30, app/assets/stylesheets/covid/_projects.scss */
.covid-topic-filters__list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

/* line 34, app/assets/stylesheets/covid/_projects.scss */
.covid-topic-filters__item {
  display: inline-block;
  margin-right: 0.25rem;
  margin-bottom: 0.5rem;
}

/* line 41, app/assets/stylesheets/covid/_projects.scss */
.filter-pill {
  border: 1px solid #d5e0e8;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #84919c;
  padding: 0 0.5rem;
  line-height: 2;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}

/* line 51, app/assets/stylesheets/covid/_projects.scss */
.filter-pill:hover {
  background: rgba(0, 75, 134, 0.85);
  border-color: rgba(0, 75, 134, 0.85);
  color: #fff;
}

/* line 58, app/assets/stylesheets/covid/_projects.scss */
span.filter-pill {
  background: #004b86;
  border-color: #004b86;
  color: #fff;
}

/* line 64, app/assets/stylesheets/covid/_projects.scss */
.covid-homepage__projects {
  background: #edf2f5;
  padding: 3rem 0;
}

/* line 68, app/assets/stylesheets/covid/_projects.scss */
.covid-homepage__projects .covid-homepage__projects-title {
  color: #84919c;
  border-color: #d5e0e8;
}

/* line 74, app/assets/stylesheets/covid/_projects.scss */
.covid-project-card {
  position: relative;
  padding-top: 145.8333333333%;
  overflow: hidden;
  background: #0a133c;
  color: #fff;
  margin-bottom: 1.4rem;
  border-radius: 8px;
  box-shadow: 0 1px 12px #c1c1c1;
}

/* line 27, node_modules/css-patterns/stylesheets/patterns/_fluid_media_wrapper.scss */
.covid-project-card embed,
.covid-project-card iframe,
.covid-project-card object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 83, app/assets/stylesheets/covid/_projects.scss */
.body--dark .covid-project-card {
  box-shadow: none;
  border: 1px solid #757575;
}

/* line 88, app/assets/stylesheets/covid/_projects.scss */
.glide--static .covid-project-card {
  padding-top: 546.14px;
  width: 374.5px;
}

/* line 93, app/assets/stylesheets/covid/_projects.scss */
.covid-project-card__container {
  text-decoration: none;
  color: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
}

/* line 104, app/assets/stylesheets/covid/_projects.scss */
.covid-project-card .placeholder.small {
  border-bottom: 1px solid #87c3f0;
}

/* line 106, app/assets/stylesheets/covid/_projects.scss */
.covid-project-card .placeholder.small .placeholder-inner {
  padding-bottom: 53.125%;
}

/* line 111, app/assets/stylesheets/covid/_projects.scss */
.covid-project-card__title {
  font-size: 1.125rem;
  margin: 1.5rem;
  margin-bottom: 0;
  line-height: 1.4;
}

/* line 118, app/assets/stylesheets/covid/_projects.scss */
.covid-project-card__description {
  flex: 1 1 auto;
  margin: 0 1.5rem;
  margin-top: 0;
  overflow: hidden;
  position: relative;
}

/* line 124, app/assets/stylesheets/covid/_projects.scss */
.covid-project-card__description p {
  line-height: 1.4;
  font-size: 0.875rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 124, app/assets/stylesheets/covid/_projects.scss */
  .covid-project-card__description p {
    font-size: 1rem;
  }
}

/* line 132, app/assets/stylesheets/covid/_projects.scss */
.covid-project-card__description:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, #0a133c 0%, rgba(10, 19, 60, 0) 20%);
}

/* line 147, app/assets/stylesheets/covid/_projects.scss */
.covid-project-card__cta {
  margin: 1.5rem;
  color: #87c3f0;
  font-weight: 600;
}

@media only screen and (min-width: 40.0625em) {
  /* line 1, app/assets/stylesheets/covid/_reports.scss */
  .covid-reports-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 1, app/assets/stylesheets/covid/_reports.scss */
  .covid-reports-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* line 14, app/assets/stylesheets/covid/_reports.scss */
.report-tout {
  position: relative;
  padding-top: 119.5652173913%;
  margin-bottom: 2rem;
}

/* line 27, node_modules/css-patterns/stylesheets/patterns/_fluid_media_wrapper.scss */
.report-tout embed,
.report-tout iframe,
.report-tout object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 17, app/assets/stylesheets/covid/_reports.scss */
.report-tout__wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 23, app/assets/stylesheets/covid/_reports.scss */
.report-tout__wrapper:after {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 46px solid #162236;
  border-right: 46px solid #fff;
}

/* line 36, app/assets/stylesheets/covid/_reports.scss */
.report-tout--dark .report-tout__wrapper:after {
  border-bottom-color: #003864;
  border-right-color: #1b2029;
}

/* line 43, app/assets/stylesheets/covid/_reports.scss */
.report-tout--with-cover-image {
  background-size: cover;
}

/* line 45, app/assets/stylesheets/covid/_reports.scss */
.report-tout--with-cover-image .report-tout__content-text {
  position: absolute;
  top: 60%;
  padding: 1rem;
  opacity: 0.75;
}

@media only screen and (min-width: 40.0625em) {
  /* line 45, app/assets/stylesheets/covid/_reports.scss */
  .report-tout--with-cover-image .report-tout__content-text {
    top: 100%;
    opacity: 0.5;
    transition: all 0.25s ease-in-out;
  }
}

/* line 56, app/assets/stylesheets/covid/_reports.scss */
.report-tout--with-cover-image .report-tout__title {
  font-size: 1rem;
}

@media only screen and (min-width: 64.0625em) {
  /* line 56, app/assets/stylesheets/covid/_reports.scss */
  .report-tout--with-cover-image .report-tout__title {
    font-size: 1.125rem;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 64, app/assets/stylesheets/covid/_reports.scss */
  .report-tout--with-cover-image:hover .report-tout__content-text {
    top: 40%;
    opacity: 1;
  }
}

/* line 72, app/assets/stylesheets/covid/_reports.scss */
.report-tout__title {
  white-space: normal;
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: 600;
  margin-top: 0;
}

/* line 80, app/assets/stylesheets/covid/_reports.scss */
.report-tout__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  padding-top: 2.5rem;
  padding-right: 2.5rem;
  overflow: hidden;
}

/* line 90, app/assets/stylesheets/covid/_reports.scss */
.report-tout__content-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  padding-top: 2.5rem;
  padding-right: 2.5rem;
  background-color: #004b86;
  color: #fff;
}

/* line 104, app/assets/stylesheets/covid/_reports.scss */
.report-tout__cta {
  display: block;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  color: #87c3f0;
}

/* line 110, app/assets/stylesheets/covid/_reports.scss */
.report-tout__cta:after {
  content: "↖︎";
  transform: rotate(90deg);
  display: inline-block;
}

/* line 118, app/assets/stylesheets/covid/_reports.scss */
.report__body-nav {
  padding: 2rem 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 118, app/assets/stylesheets/covid/_reports.scss */
  .report__body-nav {
    padding: 4rem 0;
  }
}

/* line 125, app/assets/stylesheets/covid/_reports.scss */
.report__body-nav .row, .report__body-nav .article-story .article__lead-image .st__content-block.st__content-block--image figcaption, .article-story .article__lead-image .st__content-block.st__content-block--image .report__body-nav figcaption {
  padding: 2rem 0;
}

/* line 130, app/assets/stylesheets/covid/_reports.scss */
.report__body-nav-title {
  margin-top: 0;
  margin-bottom: 1em;
}

@media only screen and (max-width: 40em) {
  /* line 137, app/assets/stylesheets/covid/_reports.scss */
  .report__body-nav-column + .report__body-nav-column {
    margin-top: 2rem;
  }
}

/* line 1, app/assets/stylesheets/covid/_transformation_map.scss */
.covid-homepage__transformation_map {
  background: #edf2f5;
}

/* line 4, app/assets/stylesheets/covid/_transformation_map.scss */
.covid-homepage__transformation_map .row, .covid-homepage__transformation_map .article-story .article__lead-image .st__content-block.st__content-block--image figcaption, .article-story .article__lead-image .st__content-block.st__content-block--image .covid-homepage__transformation_map figcaption {
  display: flex;
  align-items: stretch;
}

@media only screen and (min-width: 64.0625em) {
  /* line 4, app/assets/stylesheets/covid/_transformation_map.scss */
  .covid-homepage__transformation_map .row, .covid-homepage__transformation_map .article-story .article__lead-image .st__content-block.st__content-block--image figcaption, .article-story .article__lead-image .st__content-block.st__content-block--image .covid-homepage__transformation_map figcaption {
    align-items: center;
  }
}

/* line 13, app/assets/stylesheets/covid/_transformation_map.scss */
.covid-homepage__transformation_map__iframe .covid-iframe-wrapper {
  position: relative;
  padding-bottom: 76%;
  height: 0;
  overflow: hidden;
}

/* line 18, app/assets/stylesheets/covid/_transformation_map.scss */
.covid-homepage__transformation_map__iframe .covid-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 28, app/assets/stylesheets/covid/_transformation_map.scss */
.covid-homepage__transformation_map .covid-homepage__transformation_map__image {
  display: none;
}

@media only screen and (min-width: 40.0625em) {
  /* line 28, app/assets/stylesheets/covid/_transformation_map.scss */
  .covid-homepage__transformation_map .covid-homepage__transformation_map__image {
    display: block;
    margin-left: 22px;
    margin-right: 2rem;
  }
  /* line 35, app/assets/stylesheets/covid/_transformation_map.scss */
  .covid-homepage__transformation_map .covid-homepage__transformation_map__image .small.placeholder .placeholder-inner {
    padding-bottom: 105.396631%;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 41, app/assets/stylesheets/covid/_transformation_map.scss */
  .covid-homepage__transformation_map .covid-homepage__transformation_map__image .small.placeholder {
    position: static;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 47, app/assets/stylesheets/covid/_transformation_map.scss */
  .covid-homepage__transformation_map-title {
    font-size: 2.25rem;
  }
}

/* line 54, app/assets/stylesheets/covid/_transformation_map.scss */
.covid-homepage__transformation_map-body p {
  line-height: 1.4;
}

/* line 59, app/assets/stylesheets/covid/_transformation_map.scss */
.covid-homepage__transformation_map-cta {
  background-color: none;
  border: 1px solid #005c9c;
  border-radius: 4px;
  padding: 1em 1.5em 1em 1.5em;
  margin: 2em 0;
  text-align: left;
  display: block;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}

/* line 16, app/assets/stylesheets/patterns/_button.scss */
.covid-homepage__transformation_map-cta img {
  position: relative;
  right: 0;
  top: 0.15em;
  float: right;
}

@media only screen and (min-width: 40.0625em) {
  /* line 59, app/assets/stylesheets/covid/_transformation_map.scss */
  .covid-homepage__transformation_map-cta {
    display: inline-block;
    width: auto;
    text-align: center;
  }
  /* line 28, app/assets/stylesheets/patterns/_button.scss */
  .covid-homepage__transformation_map-cta span {
    float: none;
  }
  /* line 32, app/assets/stylesheets/patterns/_button.scss */
  .covid-homepage__transformation_map-cta img {
    position: relative;
    left: 0.75em;
  }
}

/* line 3, app/assets/stylesheets/covid/_videos.scss */
.covid-homepage__videos .tout:after {
  display: none;
}

/* line 2, app/assets/stylesheets/partners/_carousel.scss */
.partners-homepage .glide__slides {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

/* line 6, app/assets/stylesheets/partners/_carousel.scss */
.partners-homepage .glide {
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}

/* line 7, app/assets/stylesheets/partners/_carousel.scss */
.partners-homepage .glide__track {
  overflow: visible;
}

@media only screen and (min-width: 40.0625em) {
  /* line 6, app/assets/stylesheets/partners/_carousel.scss */
  .partners-homepage .glide {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  /* line 19, app/assets/stylesheets/partners/_carousel.scss */
  .partners-homepage .glide__track {
    overflow: hidden;
  }
}

@media only screen and (min-width: 1440px) {
  /* line 6, app/assets/stylesheets/partners/_carousel.scss */
  .partners-homepage .glide {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 30, app/assets/stylesheets/partners/_carousel.scss */
.partners-homepage .glide__arrows {
  display: none;
}

@media only screen and (min-width: 40.0625em) {
  /* line 30, app/assets/stylesheets/partners/_carousel.scss */
  .partners-homepage .glide__arrows {
    z-index: 110;
    position: absolute;
    width: 100%;
    height: 52px;
    pointer-events: none;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/* line 45, app/assets/stylesheets/partners/_carousel.scss */
.partners-homepage .glide__arrow {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  pointer-events: all;
  font: inherit;
  position: absolute;
}

/* line 50, app/assets/stylesheets/partners/_carousel.scss */
.partners-homepage .glide__arrow--left {
  left: -65px;
}

/* line 53, app/assets/stylesheets/partners/_carousel.scss */
.partners-homepage .glide__arrow--right {
  right: -65px;
}

/* line 1, app/assets/stylesheets/partners/_homepage.scss */
.partners-homepage {
  background: #1b2029;
  color: var(--text-default);
  overflow: hidden;
  position: relative;
}

/* line 7, app/assets/stylesheets/partners/_homepage.scss */
.partners-homepage__background-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

/* line 14, app/assets/stylesheets/partners/_homepage.scss */
.partners-homepage__background-video:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, #1b2029 7%, rgba(27, 32, 41, 0.07) 100%);
}

/* line 28, app/assets/stylesheets/partners/_homepage.scss */
.partners-homepage__overview, .partners-homepage__context, .partners-homepage__link {
  position: relative;
}

/* line 34, app/assets/stylesheets/partners/_homepage.scss */
.partners-homepage__overview {
  padding-top: 6rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 34, app/assets/stylesheets/partners/_homepage.scss */
  .partners-homepage__overview {
    padding-top: 12rem;
  }
}

/* line 43, app/assets/stylesheets/partners/_homepage.scss */
.partners-homepage-stats {
  padding: 0;
  list-style-type: none;
  margin: 0;
  margin: 0 auto;
}

/* line 47, app/assets/stylesheets/partners/_homepage.scss */
.partners-homepage-stats__item {
  color: inherit;
  display: flex;
  flex-direction: row;
  align-items: center;
  min-width: 10rem;
  position: relative;
  border-left: 1px solid #ffffff;
  padding-left: 2rem;
  margin-bottom: 1rem;
  transition: 200ms ease-in-out;
}

@media only screen and (min-width: 40.0625em) {
  /* line 47, app/assets/stylesheets/partners/_homepage.scss */
  .partners-homepage-stats__item {
    margin-bottom: 3rem;
  }
}

/* line 63, app/assets/stylesheets/partners/_homepage.scss */
.partners-homepage-stats__item p {
  line-height: 1.4;
  margin: 0;
}

/* line 69, app/assets/stylesheets/partners/_homepage.scss */
.partners-homepage-stats__item--link:hover > * {
  opacity: 0.8;
}

/* line 75, app/assets/stylesheets/partners/_homepage.scss */
.partners-homepage-stats__num {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  margin-right: 1.5rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 75, app/assets/stylesheets/partners/_homepage.scss */
  .partners-homepage-stats__num {
    font-size: 4rem;
  }
}

/* line 86, app/assets/stylesheets/partners/_homepage.scss */
.partners-homepage-stats__title {
  font-weight: 300;
  line-height: 1.4;
}

/* line 90, app/assets/stylesheets/partners/_homepage.scss */
.partners-homepage-stats__title b {
  font-weight: 500;
}

@media only screen and (min-width: 40.0625em) {
  /* line 86, app/assets/stylesheets/partners/_homepage.scss */
  .partners-homepage-stats__title {
    font-size: 1.125rem;
  }
}

/* line 101, app/assets/stylesheets/partners/_homepage.scss */
.partners-homepage__overview-section__title {
  font-size: 2rem;
  font-weight: 600;
}

@media only screen and (min-width: 40.0625em) {
  /* line 101, app/assets/stylesheets/partners/_homepage.scss */
  .partners-homepage__overview-section__title {
    font-size: 4rem;
  }
}

/* line 109, app/assets/stylesheets/partners/_homepage.scss */
.partners-homepage__overview-section__body {
  max-width: 465px;
}

/* line 115, app/assets/stylesheets/partners/_homepage.scss */
.partners-homepage__strapline p {
  font-size: 1rem;
  line-height: 1.4;
}

@media only screen and (min-width: 40.0625em) {
  /* line 115, app/assets/stylesheets/partners/_homepage.scss */
  .partners-homepage__strapline p {
    font-size: 1.25rem;
  }
}

/* line 125, app/assets/stylesheets/partners/_homepage.scss */
.partners-homepage__cta {
  background-color: #005c9c;
  border: 1px solid #005c9c;
  border-radius: 4px;
  padding: 1em 1.5em 1em 1.5em;
  margin: 2em 0;
  text-align: left;
  display: block;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
}

/* line 16, app/assets/stylesheets/patterns/_button.scss */
.partners-homepage__cta img {
  position: relative;
  right: 0;
  top: 0.15em;
  float: right;
}

@media only screen and (min-width: 40.0625em) {
  /* line 125, app/assets/stylesheets/partners/_homepage.scss */
  .partners-homepage__cta {
    display: inline-block;
    width: auto;
    text-align: center;
  }
  /* line 28, app/assets/stylesheets/patterns/_button.scss */
  .partners-homepage__cta span {
    float: none;
  }
  /* line 32, app/assets/stylesheets/patterns/_button.scss */
  .partners-homepage__cta img {
    position: relative;
    left: 0.75em;
  }
}

/* line 134, app/assets/stylesheets/partners/_homepage.scss */
.partners-homepage__grid {
  display: grid;
  gap: 30px;
}

@media only screen and (min-width: 40.0625em) {
  /* line 134, app/assets/stylesheets/partners/_homepage.scss */
  .partners-homepage__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  /* line 141, app/assets/stylesheets/partners/_homepage.scss */
  .partners-homepage__grid--hero {
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  /* line 145, app/assets/stylesheets/partners/_homepage.scss */
  .partners-homepage__grid--hero > :nth-child(1) {
    grid-column: 1;
    grid-row: 1 / span 2;
  }
  /* line 149, app/assets/stylesheets/partners/_homepage.scss */
  .partners-homepage__grid--hero > :nth-child(1) .tout__title {
    font-size: 2rem;
  }
}

/* line 156, app/assets/stylesheets/partners/_homepage.scss */
.partners-homepage__grid .tout__title {
  font-size: 1rem;
}

/* line 160, app/assets/stylesheets/partners/_homepage.scss */
.partners-homepage__grid .tout {
  border: none;
  margin: 0;
  padding: 0;
  min-height: 240px;
}

@media only screen and (min-width: 40.0625em) {
  /* line 168, app/assets/stylesheets/partners/_homepage.scss */
  .partners-homepage__grid .tout--vertical-page {
    min-height: 350px;
  }
  /* line 171, app/assets/stylesheets/partners/_homepage.scss */
  .partners-homepage__grid .tout--vertical-page .tout__title {
    font-size: 1.5rem;
  }
}

/* line 178, app/assets/stylesheets/partners/_homepage.scss */
.partners-homepage-cta {
  background: rgba(255, 255, 255, 0.05);
  padding: 2rem;
  margin: 2rem 1rem;
}

/* line 183, app/assets/stylesheets/partners/_homepage.scss */
.partners-homepage-cta__title {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  flex-grow: 0;
}

/* line 189, app/assets/stylesheets/partners/_homepage.scss */
.partners-homepage-cta__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}

/* line 196, app/assets/stylesheets/partners/_homepage.scss */
.partners-homepage-cta__text {
  max-width: 600px;
  margin: 0.35rem;
  line-height: 1.4;
}

/* line 202, app/assets/stylesheets/partners/_homepage.scss */
.partners-homepage-cta__button {
  background-color: #0070be;
  border: 1px solid #0070be;
  border-radius: 4px;
  padding: 1em 1.5em 1em 1.5em;
  margin: 2em 0;
  text-align: left;
  display: block;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  display: block;
  text-align: center;
  white-space: nowrap;
  color: white;
}

/* line 16, app/assets/stylesheets/patterns/_button.scss */
.partners-homepage-cta__button img {
  position: relative;
  right: 0;
  top: 0.15em;
  float: right;
}

@media only screen and (min-width: 40.0625em) {
  /* line 202, app/assets/stylesheets/partners/_homepage.scss */
  .partners-homepage-cta__button {
    display: inline-block;
    width: auto;
    text-align: center;
  }
  /* line 28, app/assets/stylesheets/patterns/_button.scss */
  .partners-homepage-cta__button span {
    float: none;
  }
  /* line 32, app/assets/stylesheets/patterns/_button.scss */
  .partners-homepage-cta__button img {
    position: relative;
    left: 0.75em;
  }
}

/* line 213, app/assets/stylesheets/partners/_homepage.scss */
.partners-homepage-cta__button:hover {
  background: #008cf0;
  border-color: #008cf0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 202, app/assets/stylesheets/partners/_homepage.scss */
  .partners-homepage-cta__button {
    display: inline-block;
    margin-top: 0;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 178, app/assets/stylesheets/partners/_homepage.scss */
  .partners-homepage-cta {
    padding: 60px;
  }
  /* line 227, app/assets/stylesheets/partners/_homepage.scss */
  .partners-homepage-cta__title {
    font-size: 2rem;
  }
  /* line 231, app/assets/stylesheets/partners/_homepage.scss */
  .partners-homepage-cta__content {
    flex-direction: row;
    align-items: center;
  }
  /* line 236, app/assets/stylesheets/partners/_homepage.scss */
  .partners-homepage-cta__text {
    flex: 1 1 auto;
  }
  /* line 240, app/assets/stylesheets/partners/_homepage.scss */
  .partners-homepage-cta__actions {
    margin-left: 2rem;
  }
}

/* line 1, app/assets/stylesheets/partners/_layout.scss */
body[data-controller="partners"] {
  background: #1b2029;
  color: var(--text-default);
}

/* line 1, app/assets/stylesheets/partners/_listing.scss */
.organisation-search {
  margin-bottom: 50px;
}

/* line 4, app/assets/stylesheets/partners/_listing.scss */
.organisation-search__content {
  border-top: 1px solid #6c6d78;
}

/* line 6, app/assets/stylesheets/partners/_listing.scss */
.organisation-search__content > div {
  margin-top: -1px;
}

@media only screen and (min-width: 40.0625em) {
  /* line 11, app/assets/stylesheets/partners/_listing.scss */
  .organisation-search__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}

/* line 19, app/assets/stylesheets/partners/_listing.scss */
.organisation-search__menu {
  margin-bottom: 1rem;
  max-width: 420px;
  padding: 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 19, app/assets/stylesheets/partners/_listing.scss */
  .organisation-search__menu {
    max-width: 240px;
    margin-bottom: 0;
  }
}

/* line 30, app/assets/stylesheets/partners/_listing.scss */
.organisation-search__menu__link {
  color: inherit;
  display: inline-block;
  margin: 0.125rem;
}

/* line 35, app/assets/stylesheets/partners/_listing.scss */
.organisation-search__menu__link.is-active {
  font-weight: 600;
}

@media only screen and (min-width: 40.0625em) {
  /* line 30, app/assets/stylesheets/partners/_listing.scss */
  .organisation-search__menu__link {
    font-size: 1.125rem;
  }
}

/* line 44, app/assets/stylesheets/partners/_listing.scss */
.organisation-search__group {
  border-top: 1px solid #6c6d78;
  margin-top: -1px;
}

/* line 48, app/assets/stylesheets/partners/_listing.scss */
.organisation-search__group__header {
  color: inherit;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 600;
  margin-top: -1px;
  position: relative;
  width: 100%;
}

/* line 57, app/assets/stylesheets/partners/_listing.scss */
.organisation-search__group__header:before {
  content: "";
  display: block;
  background: url(/assets/thin-chevron--dark-72cf56a4f0405b2221e8cfc7dad781a162b1f91eecc6900287c0f7ba5e17d117.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 15px;
  height: 15px;
  transform: translate3d(0, -50%, 0) rotate(90deg);
  position: absolute;
  right: 0;
  top: 50%;
}

@media only screen and (min-width: 40.0625em) {
  /* line 48, app/assets/stylesheets/partners/_listing.scss */
  .organisation-search__group__header {
    font-size: 2rem;
  }
}

/* line 75, app/assets/stylesheets/partners/_listing.scss */
.organisation-search__group__header span {
  border-top: 1px solid #b2b3bc;
  display: inline-block;
  min-width: 2rem;
  padding: 1rem 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 75, app/assets/stylesheets/partners/_listing.scss */
  .organisation-search__group__header span {
    min-width: 3rem;
    padding: 1.125rem 0 1rem 0;
  }
}

/* line 88, app/assets/stylesheets/partners/_listing.scss */
.organisation-search__list {
  max-height: 0;
  overflow: hidden;
  transition: 200ms ease-in-out;
}

/* line 93, app/assets/stylesheets/partners/_listing.scss */
.organisation-search__group.is-open .organisation-search__list {
  max-height: 2000px;
}

/* line 97, app/assets/stylesheets/partners/_listing.scss */
.organisation-search__list__content {
  columns: 2;
  padding-bottom: 3rem;
}

/* line 102, app/assets/stylesheets/partners/_listing.scss */
.organisation-search__list__link {
  color: inherit;
  display: block;
  margin-bottom: 0.5rem;
  padding-right: 1rem;
}

/* line 108, app/assets/stylesheets/partners/_listing.scss */
.organisation-search__list__link:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 40.0625em) {
  /* line 102, app/assets/stylesheets/partners/_listing.scss */
  .organisation-search__list__link {
    padding-right: 2rem;
  }
}

/* line 117, app/assets/stylesheets/partners/_listing.scss */
.organisation-search__input {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 420px;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 117, app/assets/stylesheets/partners/_listing.scss */
  .organisation-search__input {
    margin-bottom: 0;
  }
}

/* line 128, app/assets/stylesheets/partners/_listing.scss */
.organisation-search__input input {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  width: 100%;
  height: 100%;
  color: #ffffff;
  padding: 0.75em 1em;
  padding-left: 2.5em;
  background: #222833;
  border-radius: 4px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* line 139, app/assets/stylesheets/partners/_listing.scss */
.organisation-search__input input:hover, .organisation-search__input input:focus {
  box-shadow: 0 0 0 3px rgba(0, 140, 240, 0.3);
}

/* line 146, app/assets/stylesheets/partners/_listing.scss */
.organisation-search__input-icon {
  z-index: 1;
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
}

/* line 154, app/assets/stylesheets/partners/_listing.scss */
.organisation-search .collection__topic-filters__list {
  position: relative;
  padding: 0;
}

/* line 159, app/assets/stylesheets/partners/_listing.scss */
.organisation-search__filter-group {
  margin-top: 18px;
}

/* line 163, app/assets/stylesheets/partners/_listing.scss */
.organisation-search__filter-group__header {
  color: inherit;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.9;
  border-bottom: 1px solid #dde3e8;
  position: relative;
  width: 100%;
  cursor: pointer;
}

/* line 174, app/assets/stylesheets/partners/_listing.scss */
.organisation-search__filter-group__header:before {
  content: "";
  display: block;
  background: url(/assets/thin-chevron--dark-72cf56a4f0405b2221e8cfc7dad781a162b1f91eecc6900287c0f7ba5e17d117.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 15px;
  height: 15px;
  transform: translate3d(0, -50%, 0) rotate(90deg);
  position: absolute;
  right: 0;
  top: 50%;
}

@media only screen and (max-width: 64em) {
  /* line 174, app/assets/stylesheets/partners/_listing.scss */
  .organisation-search__filter-group__header:before {
    display: none;
  }
}

/* line 191, app/assets/stylesheets/partners/_listing.scss */
.organisation-search__filter-group.is-open .organisation-search__filter-group__header:before {
  transform: translate3d(0, -50%, 0) rotate(-90deg);
}

/* line 196, app/assets/stylesheets/partners/_listing.scss */
.organisation-search__filter-group__content {
  margin-top: 1rem;
  max-height: 0;
  overflow: hidden;
  transition: 200ms ease-in-out;
}

@media only screen and (max-width: 64em) {
  /* line 196, app/assets/stylesheets/partners/_listing.scss */
  .organisation-search__filter-group__content {
    max-height: 2000px;
  }
}

/* line 206, app/assets/stylesheets/partners/_listing.scss */
.organisation-search__filter-group.is-open .organisation-search__filter-group__content {
  max-height: 2000px;
}

/* line 1, app/assets/stylesheets/partners/_nav.scss */
.partners-nav {
  background: #1b2029;
}

@media only screen and (min-width: 40.0625em) {
  /* line 5, app/assets/stylesheets/partners/_nav.scss */
  .partners-nav--sticky {
    position: sticky;
    top: 0;
    z-index: 2;
  }
  /* line 10, app/assets/stylesheets/partners/_nav.scss */
  body.event-takeover-active .partners-nav--sticky {
    top: 43px;
  }
}

/* line 2, app/assets/stylesheets/modules/_sitemap.scss */
.sitemap .page-title {
  font-weight: 900;
  margin-bottom: 4rem;
}

/* line 6, app/assets/stylesheets/modules/_sitemap.scss */
.sitemap__nav {
  margin-bottom: 2rem;
}

/* line 9, app/assets/stylesheets/modules/_sitemap.scss */
.sitemap__nav-list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

/* line 13, app/assets/stylesheets/modules/_sitemap.scss */
.sitemap__nav-list-item {
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

/* line 18, app/assets/stylesheets/modules/_sitemap.scss */
.sitemap__nav-list-button {
  display: inline-block;
  line-height: 2.3;
  padding: 0 1rem;
  border: 2px solid #0065f2;
  border-radius: 2.3rem;
  color: #0065f2;
  font-weight: bold;
}

/* line 26, app/assets/stylesheets/modules/_sitemap.scss */
.sitemap__nav-list-button.is-active {
  background-color: #0065f2;
  color: #ffffff;
}

/* line 32, app/assets/stylesheets/modules/_sitemap.scss */
.sitemap__content {
  padding-left: 21px;
  padding-right: 21px;
}

/* line 36, app/assets/stylesheets/modules/_sitemap.scss */
.sitemap__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

/* line 40, app/assets/stylesheets/modules/_sitemap.scss */
.sitemap__list-item {
  font-size: 1rem;
  font-weight: normal;
  width: 100%;
}

/* line 44, app/assets/stylesheets/modules/_sitemap.scss */
.sitemap__list-item a {
  display: block;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  color: black;
}

/* line 50, app/assets/stylesheets/modules/_sitemap.scss */
.sitemap__list-item a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 40.0625em) {
  /* line 40, app/assets/stylesheets/modules/_sitemap.scss */
  .sitemap__list-item {
    width: calc(50% - (3rem / 2));
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 40, app/assets/stylesheets/modules/_sitemap.scss */
  .sitemap__list-item {
    width: calc(25% - (3rem / 4));
  }
}

/* line 62, app/assets/stylesheets/modules/_sitemap.scss */
.sitemap .pagination {
  padding: 0;
  list-style-type: none;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 62, app/assets/stylesheets/modules/_sitemap.scss */
  .sitemap .pagination {
    grid-template-columns: repeat(12, 1fr);
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 62, app/assets/stylesheets/modules/_sitemap.scss */
  .sitemap .pagination {
    grid-template-columns: repeat(24, 1fr);
  }
}

/* line 74, app/assets/stylesheets/modules/_sitemap.scss */
.sitemap .pagination__page:last-child {
  margin-right: 0;
}

/* line 78, app/assets/stylesheets/modules/_sitemap.scss */
.sitemap .pagination__page a:hover {
  text-decoration: underline;
}

/* Slider */
/* line 3, node_modules/slick-carousel/slick/slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, node_modules/slick-carousel/slick/slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 24, node_modules/slick-carousel/slick/slick.scss */
.slick-list:focus {
  outline: none;
}

/* line 28, node_modules/slick-carousel/slick/slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, node_modules/slick-carousel/slick/slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, node_modules/slick-carousel/slick/slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 50, node_modules/slick-carousel/slick/slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

/* line 56, node_modules/slick-carousel/slick/slick.scss */
.slick-track:after {
  clear: both;
}

/* line 60, node_modules/slick-carousel/slick/slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, node_modules/slick-carousel/slick/slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

/* line 68, node_modules/slick-carousel/slick/slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}

/* line 71, node_modules/slick-carousel/slick/slick.scss */
.slick-slide img {
  display: block;
}

/* line 74, node_modules/slick-carousel/slick/slick.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 80, node_modules/slick-carousel/slick/slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 84, node_modules/slick-carousel/slick/slick.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 88, node_modules/slick-carousel/slick/slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 92, node_modules/slick-carousel/slick/slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, node_modules/slick-carousel/slick/slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* line 45, node_modules/slick-carousel/slick/slick-theme.scss */
.slick-loading .slick-list {
  background: #fff url(/images/ajax-loader.gif) center center no-repeat;
}

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

/* Arrows */
/* line 63, node_modules/slick-carousel/slick/slick-theme.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

/* line 81, node_modules/slick-carousel/slick/slick-theme.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

/* line 85, node_modules/slick-carousel/slick/slick-theme.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

/* line 89, node_modules/slick-carousel/slick/slick-theme.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

/* line 92, node_modules/slick-carousel/slick/slick-theme.scss */
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 103, node_modules/slick-carousel/slick/slick-theme.scss */
.slick-prev {
  left: -25px;
}

/* line 105, node_modules/slick-carousel/slick/slick-theme.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

/* line 109, node_modules/slick-carousel/slick/slick-theme.scss */
.slick-prev:before {
  content: "←";
}

/* line 111, node_modules/slick-carousel/slick/slick-theme.scss */
[dir="rtl"] .slick-prev:before {
  content: "→";
}

/* line 117, node_modules/slick-carousel/slick/slick-theme.scss */
.slick-next {
  right: -25px;
}

/* line 119, node_modules/slick-carousel/slick/slick-theme.scss */
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

/* line 123, node_modules/slick-carousel/slick/slick-theme.scss */
.slick-next:before {
  content: "→";
}

/* line 125, node_modules/slick-carousel/slick/slick-theme.scss */
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
/* line 133, node_modules/slick-carousel/slick/slick-theme.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 137, node_modules/slick-carousel/slick/slick-theme.scss */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

/* line 146, node_modules/slick-carousel/slick/slick-theme.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

/* line 154, node_modules/slick-carousel/slick/slick-theme.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

/* line 166, node_modules/slick-carousel/slick/slick-theme.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

/* line 168, node_modules/slick-carousel/slick/slick-theme.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

/* line 172, node_modules/slick-carousel/slick/slick-theme.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 189, node_modules/slick-carousel/slick/slick-theme.scss */
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/**
 * Swiper 11.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 30, 2024
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

/* line 24, node_modules/swiper/swiper.scss */
:root {
  --swiper-theme-color: #007aff;
  /*
    --swiper-preloader-color: var(--swiper-theme-color);
    --swiper-wrapper-transition-timing-function: initial;
    */
}

/* line 32, node_modules/swiper/swiper.scss */
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

/* line 39, node_modules/swiper/swiper.scss */
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

/* line 50, node_modules/swiper/swiper.scss */
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

/* line 53, node_modules/swiper/swiper.scss */
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

/* line 63, node_modules/swiper/swiper.scss */
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

/* line 68, node_modules/swiper/swiper.scss */
.swiper-horizontal {
  touch-action: pan-y;
}

/* line 71, node_modules/swiper/swiper.scss */
.swiper-vertical {
  touch-action: pan-x;
}

/* line 74, node_modules/swiper/swiper.scss */
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

/* line 82, node_modules/swiper/swiper.scss */
.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
/* line 86, node_modules/swiper/swiper.scss */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

/* line 90, node_modules/swiper/swiper.scss */
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* line 94, node_modules/swiper/swiper.scss */
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
/* line 99, node_modules/swiper/swiper.scss */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

/* line 102, node_modules/swiper/swiper.scss */
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

/* line 105, node_modules/swiper/swiper.scss */
.swiper-3d {
  perspective: 1200px;
}

/* line 107, node_modules/swiper/swiper.scss */
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
/* line 115, node_modules/swiper/swiper.scss */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

/* line 119, node_modules/swiper/swiper.scss */
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

/* line 123, node_modules/swiper/swiper.scss */
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

/* line 127, node_modules/swiper/swiper.scss */
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

/* line 132, node_modules/swiper/swiper.scss */
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

/* line 137, node_modules/swiper/swiper.scss */
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

/* line 140, node_modules/swiper/swiper.scss */
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

/* line 145, node_modules/swiper/swiper.scss */
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

/* line 150, node_modules/swiper/swiper.scss */
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

/* line 156, node_modules/swiper/swiper.scss */
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

/* line 159, node_modules/swiper/swiper.scss */
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

/* line 166, node_modules/swiper/swiper.scss */
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

/* line 169, node_modules/swiper/swiper.scss */
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
/* line 180, node_modules/swiper/swiper.scss */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

/* line 198, node_modules/swiper/swiper.scss */
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

/* line 201, node_modules/swiper/swiper.scss */
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 204, node_modules/swiper/swiper.scss */
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 207, node_modules/swiper/swiper.scss */
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 210, node_modules/swiper/swiper.scss */
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 214, node_modules/swiper/swiper.scss */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

/* line 231, node_modules/swiper/swiper.scss */
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

/* line 235, node_modules/swiper/swiper.scss */
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

/* line 238, node_modules/swiper/swiper.scss */
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Slide styles end */
/* line 1, app/assets/stylesheets/base/_chakra-reset.scss */
html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  touch-action: manipulation;
}

/* line 8, app/assets/stylesheets/base/_chakra-reset.scss */
html body {
  position: relative;
  min-height: 100%;
  font-feature-settings: "kern";
}

/* line 16, app/assets/stylesheets/base/_chakra-reset.scss */
.chakra *,
.chakra *::before,
.chakra *::after {
  border-width: 0;
  border-style: solid;
  box-sizing: border-box;
}

/* line 24, app/assets/stylesheets/base/_chakra-reset.scss */
.chakra main {
  display: block;
}

/* line 28, app/assets/stylesheets/base/_chakra-reset.scss */
.chakra hr {
  border-top-width: 1px;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 35, app/assets/stylesheets/base/_chakra-reset.scss */
.chakra pre,
.chakra code,
.chakra kbd,
.chakra samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 1em;
}

/* line 43, app/assets/stylesheets/base/_chakra-reset.scss */
.chakra a {
  background-color: transparent;
  color: inherit;
  text-decoration: inherit;
}

/* line 49, app/assets/stylesheets/base/_chakra-reset.scss */
.chakra abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/* line 56, app/assets/stylesheets/base/_chakra-reset.scss */
.chakra b,
.chakra strong {
  font-weight: bold;
}

/* line 61, app/assets/stylesheets/base/_chakra-reset.scss */
.chakra small {
  font-size: 80%;
}

/* line 65, app/assets/stylesheets/base/_chakra-reset.scss */
.chakra sub,
.chakra sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 73, app/assets/stylesheets/base/_chakra-reset.scss */
.chakra sub {
  bottom: -0.25em;
}

/* line 77, app/assets/stylesheets/base/_chakra-reset.scss */
.chakra sup {
  top: -0.5em;
}

/* line 81, app/assets/stylesheets/base/_chakra-reset.scss */
.chakra img {
  border-style: none;
}

/* line 85, app/assets/stylesheets/base/_chakra-reset.scss */
.chakra button,
.chakra input,
.chakra optgroup,
.chakra select,
.chakra textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/* line 96, app/assets/stylesheets/base/_chakra-reset.scss */
.chakra button,
.chakra input {
  overflow: visible;
}

/* line 101, app/assets/stylesheets/base/_chakra-reset.scss */
.chakra button,
.chakra select {
  text-transform: none;
}

/* line 106, app/assets/stylesheets/base/_chakra-reset.scss */
.chakra button::-moz-focus-inner,
.chakra [type="button"]::-moz-focus-inner,
.chakra [type="reset"]::-moz-focus-inner,
.chakra [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* line 114, app/assets/stylesheets/base/_chakra-reset.scss */
.chakra fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/* line 118, app/assets/stylesheets/base/_chakra-reset.scss */
.chakra legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/* line 127, app/assets/stylesheets/base/_chakra-reset.scss */
.chakra progress {
  vertical-align: baseline;
}

/* line 131, app/assets/stylesheets/base/_chakra-reset.scss */
.chakra textarea {
  overflow: auto;
}

/* line 135, app/assets/stylesheets/base/_chakra-reset.scss */
.chakra [type="checkbox"],
.chakra [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 141, app/assets/stylesheets/base/_chakra-reset.scss */
.chakra [type="number"]::-webkit-inner-spin-button,
.chakra [type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
}

/* line 146, app/assets/stylesheets/base/_chakra-reset.scss */
.chakra input[type="number"] {
  -moz-appearance: textfield;
}

/* line 150, app/assets/stylesheets/base/_chakra-reset.scss */
.chakra [type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* line 155, app/assets/stylesheets/base/_chakra-reset.scss */
.chakra [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none !important;
}

/* line 159, app/assets/stylesheets/base/_chakra-reset.scss */
.chakra ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* line 164, app/assets/stylesheets/base/_chakra-reset.scss */
.chakra details {
  display: block;
}

/* line 168, app/assets/stylesheets/base/_chakra-reset.scss */
.chakra summary {
  display: list-item;
}

/* line 172, app/assets/stylesheets/base/_chakra-reset.scss */
.chakra template {
  display: none;
}

/* line 176, app/assets/stylesheets/base/_chakra-reset.scss */
.chakra [hidden] {
  display: none !important;
}

/* line 180, app/assets/stylesheets/base/_chakra-reset.scss */
.chakra body,
.chakra blockquote,
.chakra dl,
.chakra dd,
.chakra h1,
.chakra h2,
.chakra h3,
.chakra h4,
.chakra h5,
.chakra h6,
.chakra hr,
.chakra figure,
.chakra p,
.chakra pre {
  margin: 0;
}

/* line 197, app/assets/stylesheets/base/_chakra-reset.scss */
.chakra button {
  background: transparent;
  padding: 0;
}

/* line 202, app/assets/stylesheets/base/_chakra-reset.scss */
.chakra fieldset {
  margin: 0;
  padding: 0;
}

/* line 207, app/assets/stylesheets/base/_chakra-reset.scss */
.chakra ol,
.chakra ul {
  margin: 0;
  padding: 0;
}

/* line 213, app/assets/stylesheets/base/_chakra-reset.scss */
.chakra textarea {
  resize: vertical;
}

/* line 217, app/assets/stylesheets/base/_chakra-reset.scss */
.chakra button,
.chakra [role="button"] {
  cursor: pointer;
}

/* line 222, app/assets/stylesheets/base/_chakra-reset.scss */
.chakra button::-moz-focus-inner {
  border: 0 !important;
}

/* line 226, app/assets/stylesheets/base/_chakra-reset.scss */
.chakra table {
  border-collapse: collapse;
}

/* line 230, app/assets/stylesheets/base/_chakra-reset.scss */
.chakra h1,
.chakra h2,
.chakra h3,
.chakra h4,
.chakra h5,
.chakra h6 {
  font-size: inherit;
  font-weight: inherit;
}

/* line 240, app/assets/stylesheets/base/_chakra-reset.scss */
.chakra button,
.chakra input,
.chakra optgroup,
.chakra select,
.chakra textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/* line 250, app/assets/stylesheets/base/_chakra-reset.scss */
.chakra img,
.chakra svg,
.chakra video,
.chakra canvas,
.chakra audio,
.chakra iframe,
.chakra embed,
.chakra object {
  display: block;
}

/* line 261, app/assets/stylesheets/base/_chakra-reset.scss */
.chakra img,
.chakra video {
  max-width: 100%;
  height: auto;
}

/* line 267, app/assets/stylesheets/base/_chakra-reset.scss */
.chakra [data-js-focus-visible] :focus:not([data-focus-visible-added]) {
  outline: none;
  box-shadow: none;
}

/* line 272, app/assets/stylesheets/base/_chakra-reset.scss */
.chakra select::-ms-expand {
  display: none;
}

/* line 276, app/assets/stylesheets/base/_chakra-reset.scss */
.chakra style {
  display: none !important;
}

/* line 1, app/assets/stylesheets/modules/sso/_widget-wrapper.scss */
#modal-auth {
  width: 100%;
  overflow: auto;
}

/* line 5, app/assets/stylesheets/modules/sso/_widget-wrapper.scss */
#modal-auth .aw-back-button {
  top: 11px;
  left: 8px;
}

@media only screen and (max-width: 40em) {
  /* line 5, app/assets/stylesheets/modules/sso/_widget-wrapper.scss */
  #modal-auth .aw-back-button {
    top: 4px;
    left: 0;
  }
}

/* line 152, app/assets/stylesheets/application.scss */
.dev .translation_missing {
  color: red !important;
  outline: dotted 1px red;
}
