@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;
}

/* line 15, app/assets/stylesheets/one_t/utils/_typography.scss */
h1,
h2,
h3,
h4 {
  font-weight: 700;
  font-family: "Josefin Sans", arial, sans-serif;
}

/* line 21, app/assets/stylesheets/one_t/utils/_typography.scss */
h1 em,
h2 em,
h3 em,
h4 em {
  font-weight: 700i;
}

/* line 26, app/assets/stylesheets/one_t/utils/_typography.scss */
html {
  font-size: 16px;
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
}

/* line 31, app/assets/stylesheets/one_t/utils/_typography.scss */
body {
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #202020;
}

/* line 1, app/assets/stylesheets/one_t/utils/_animations.scss */
img.js-ll,
.js-lazyload {
  opacity: 0.1;
  transition: opacity 0.8s ease-in-out;
}

/* line 6, app/assets/stylesheets/one_t/utils/_animations.scss */
img.js-ll.loaded, img.js-ll.in-view,
.js-lazyload.loaded,
.js-lazyload.in-view {
  opacity: 1;
}

@media only screen and (min-width: 900px) {
  /* line 1, app/assets/stylesheets/one_t/modules/_advisory-council.scss */
  .advisory-council {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 80px;
    row-gap: 80px;
    margin: 40px auto;
  }
}

/* line 13, app/assets/stylesheets/one_t/modules/_advisory-council.scss */
.advisory-council__member-wrapper {
  cursor: pointer;
}

/* line 15, app/assets/stylesheets/one_t/modules/_advisory-council.scss */
.advisory-council__member-wrapper .placeholder {
  position: relative;
  height: 0;
  padding-bottom: 58.8235294118%;
  padding-bottom: 100%;
  background: #d8d8d8;
}

/* line 102, app/assets/stylesheets/one_t/utils/_variables.scss */
.advisory-council__member-wrapper .placeholder-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

/* line 108, app/assets/stylesheets/one_t/utils/_variables.scss */
.advisory-council__member-wrapper .placeholder-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 21, app/assets/stylesheets/one_t/modules/_advisory-council.scss */
.modal__container .advisory-council__member-wrapper {
  cursor: default;
  margin: 20px;
  display: grid;
  grid-template-columns: 37% auto;
  grid-template-rows: repeat(2, auto);
  column-gap: 40px;
  row-gap: 20px;
}

/* line 30, app/assets/stylesheets/one_t/modules/_advisory-council.scss */
.modal__container .advisory-council__member-wrapper .placeholder {
  grid-area: 1 / 1 / 2 / 2;
  position: relative;
  height: 0;
  padding-bottom: 113.3333333333%;
  border-bottom: 5px solid #02e870;
}

/* line 102, app/assets/stylesheets/one_t/utils/_variables.scss */
.modal__container .advisory-council__member-wrapper .placeholder-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

/* line 108, app/assets/stylesheets/one_t/utils/_variables.scss */
.modal__container .advisory-council__member-wrapper .placeholder-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 36, app/assets/stylesheets/one_t/modules/_advisory-council.scss */
.modal__container .advisory-council__member-wrapper .advisory-council__member-overview {
  grid-area: 1 / 2 / 2 / 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* line 43, app/assets/stylesheets/one_t/modules/_advisory-council.scss */
.modal__container .advisory-council__member-wrapper .advisory-council__member-profile {
  grid-area: 2 / 1 / 3 / 3;
  font-size: 1.125em;
  line-height: 1.44;
}

/* line 49, app/assets/stylesheets/one_t/modules/_advisory-council.scss */
.modal__container .advisory-council__member-wrapper .advisory-council__member-name {
  margin: 0;
}

/* line 51, app/assets/stylesheets/one_t/modules/_advisory-council.scss */
.modal__container .advisory-council__member-wrapper .advisory-council__member-name span {
  padding: 0;
  background: 0;
  color: inherit;
  font-size: 2.625em;
  text-transform: none;
}

/* line 60, app/assets/stylesheets/one_t/modules/_advisory-council.scss */
.modal__container .advisory-council__member-wrapper .advisory-council__member-org {
  margin: 0;
  font-size: 1.375em;
}

/* line 69, app/assets/stylesheets/one_t/modules/_advisory-council.scss */
.advisory-council__member:hover .advisory-council__member-name:after {
  width: 100%;
}

/* line 75, app/assets/stylesheets/one_t/modules/_advisory-council.scss */
.advisory-council__member-name {
  position: relative;
  margin: -20px 0 0 -20px;
}

/* line 79, app/assets/stylesheets/one_t/modules/_advisory-council.scss */
.advisory-council__member-name:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 0;
  height: 10px;
  background: #02e870;
  transition: 0.2s ease-in-out;
}

/* line 90, app/assets/stylesheets/one_t/modules/_advisory-council.scss */
.advisory-council__member-name span {
  position: relative;
  text-transform: uppercase;
  background-color: #291c3d;
  color: #fff;
  display: inline-block;
  margin: 0;
  padding: 15px 30px 10px;
  font-size: 0.875rem;
  line-height: 1.857;
  z-index: 1;
}

/* line 104, app/assets/stylesheets/one_t/modules/_advisory-council.scss */
.advisory-council__member-org {
  line-height: 1.44;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 10px;
}

@media only screen and (min-width: 900px) {
  /* line 104, app/assets/stylesheets/one_t/modules/_advisory-council.scss */
  .advisory-council__member-org {
    font-size: 1.125em;
    margin-bottom: 0;
    padding-left: 0;
  }
}

/* line 117, app/assets/stylesheets/one_t/modules/_advisory-council.scss */
.advisory-council__member-profile {
  display: none;
}

/* line 120, app/assets/stylesheets/one_t/modules/_advisory-council.scss */
.modal__container .advisory-council__member-profile {
  display: block;
}

/* line 1, app/assets/stylesheets/one_t/modules/_app-layout.scss */
html {
  height: 100%;
}

/* line 5, app/assets/stylesheets/one_t/modules/_app-layout.scss */
body {
  min-height: 100vh;
  overflow-x: hidden;
}

/* line 10, app/assets/stylesheets/one_t/modules/_app-layout.scss */
.l-wrap, .page-header {
  padding: 0 20px;
}

@media only screen and (min-width: 900px) {
  /* line 10, app/assets/stylesheets/one_t/modules/_app-layout.scss */
  .l-wrap, .page-header {
    max-width: 1090px;
    margin: 0 auto;
  }
}

/* line 18, app/assets/stylesheets/one_t/modules/_app-layout.scss */
.b-wrap, .youth-advisory-members, .collection--advisory-council .collection__title,
.collection--advisory-council .collection__body, .page-body {
  padding: 0 20px;
}

@media only screen and (min-width: 900px) {
  /* line 18, app/assets/stylesheets/one_t/modules/_app-layout.scss */
  .b-wrap, .youth-advisory-members, .collection--advisory-council .collection__title,
.collection--advisory-council .collection__body, .page-body {
    max-width: 790px;
    margin: 0 auto;
  }
}

/* line 26, app/assets/stylesheets/one_t/modules/_app-layout.scss */
.nav-is-open {
  overflow: hidden;
}

/* line 30, app/assets/stylesheets/one_t/modules/_app-layout.scss */
.app {
  position: relative;
  width: 100%;
}

/* line 34, app/assets/stylesheets/one_t/modules/_app-layout.scss */
.app-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  background: #291c3d;
  overflow: hidden;
  padding-bottom: 70%;
}

/* line 43, app/assets/stylesheets/one_t/modules/_app-layout.scss */
.app-background__image {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 900px) {
  /* line 34, app/assets/stylesheets/one_t/modules/_app-layout.scss */
  .app-background {
    padding-bottom: 33.5%;
  }
}

/* line 58, app/assets/stylesheets/one_t/modules/_app-layout.scss */
.app-background:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(20, 20, 20, 0.29) 67.11%, rgba(20, 20, 20, 0) 99.83%);
}

/* line 72, app/assets/stylesheets/one_t/modules/_app-layout.scss */
body[data-action="homepage"] .app-background {
  padding-bottom: 120%;
}

@media only screen and (min-width: 900px) {
  /* line 72, app/assets/stylesheets/one_t/modules/_app-layout.scss */
  body[data-action="homepage"] .app-background {
    padding-bottom: 52%;
  }
}

/* line 81, app/assets/stylesheets/one_t/modules/_app-layout.scss */
.app-wrapper {
  position: relative;
  z-index: 100;
}

/* line 86, app/assets/stylesheets/one_t/modules/_app-layout.scss */
.app-header {
  position: relative;
  color: #fff;
  padding-bottom: 70%;
}

@media only screen and (min-width: 900px) {
  /* line 86, app/assets/stylesheets/one_t/modules/_app-layout.scss */
  .app-header {
    padding-bottom: 33.5%;
  }
}

/* line 95, app/assets/stylesheets/one_t/modules/_app-layout.scss */
body[data-action="homepage"] .app-header {
  padding-bottom: 120%;
}

@media only screen and (min-width: 900px) {
  /* line 95, app/assets/stylesheets/one_t/modules/_app-layout.scss */
  body[data-action="homepage"] .app-header {
    padding-bottom: 52%;
  }
}

/* line 103, app/assets/stylesheets/one_t/modules/_app-layout.scss */
.app-header__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

@media only screen and (min-width: 900px) {
  /* line 112, app/assets/stylesheets/one_t/modules/_app-layout.scss */
  .app-header__content {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 110;
    max-width: 1210px;
  }
}

@media only screen and (min-width: 900px) {
  /* line 122, app/assets/stylesheets/one_t/modules/_app-layout.scss */
  .app-header__navigation {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
  }
}

/* line 131, app/assets/stylesheets/one_t/modules/_app-layout.scss */
.app-nav {
  font-family: "Josefin Sans", arial, sans-serif;
}

/* line 134, app/assets/stylesheets/one_t/modules/_app-layout.scss */
.app-nav a {
  text-decoration: none;
  color: inherit;
}

/* line 138, app/assets/stylesheets/one_t/modules/_app-layout.scss */
.app-header .app-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #291c3d;
  z-index: 2000;
  padding: 60px 30px 30px;
  font-size: 1.125em;
  transform: translateX(-100%);
  transition: transform 0.5s ease-in-out;
}

/* line 151, app/assets/stylesheets/one_t/modules/_app-layout.scss */
.app-header .app-nav__close, .app-header .app-nav__hamburger {
  position: absolute;
  top: 30px;
  right: 30px;
}

/* line 158, app/assets/stylesheets/one_t/modules/_app-layout.scss */
.app-header .app-nav__hamburger {
  z-index: 110;
}

/* line 162, app/assets/stylesheets/one_t/modules/_app-layout.scss */
.app-header .app-nav__item {
  line-height: 2;
}

/* line 166, app/assets/stylesheets/one_t/modules/_app-layout.scss */
.app-header .app-nav__link {
  font-weight: 700;
  display: block;
}

/* line 171, app/assets/stylesheets/one_t/modules/_app-layout.scss */
.app-header .app-nav__sub-nav {
  display: flex;
  flex-direction: column;
  justify-items: flex-start;
  padding-left: 15px;
}

/* line 177, app/assets/stylesheets/one_t/modules/_app-layout.scss */
.app-header .app-nav__sub-nav-link {
  line-height: 2;
}

/* line 182, app/assets/stylesheets/one_t/modules/_app-layout.scss */
.nav-is-open .app-header .app-nav {
  transform: translateY(0);
}

@media only screen and (min-width: 1110px) {
  /* line 138, app/assets/stylesheets/one_t/modules/_app-layout.scss */
  .app-header .app-nav {
    transform: translateY(0);
    transition: none;
    position: static;
    background: none;
    font-size: 1.215em;
    display: flex;
    justify-content: flex-start;
    margin-top: 40px;
    padding: 0;
  }
  /* line 197, app/assets/stylesheets/one_t/modules/_app-layout.scss */
  .app-header .app-nav__close, .app-header .app-nav__hamburger {
    display: none;
  }
  /* line 202, app/assets/stylesheets/one_t/modules/_app-layout.scss */
  .app-header .app-nav a {
    color: #fff;
  }
  /* line 206, app/assets/stylesheets/one_t/modules/_app-layout.scss */
  .app-header .app-nav__group {
    position: relative;
    margin-left: 20px;
  }
  /* line 211, app/assets/stylesheets/one_t/modules/_app-layout.scss */
  .app-header .app-nav__group:hover .app-nav__link {
    background: #291c3d;
  }
  /* line 215, app/assets/stylesheets/one_t/modules/_app-layout.scss */
  .app-header .app-nav__group:hover .app-nav__sub-nav {
    max-height: 100rem;
    background-color: #291c3d;
    opacity: 1;
  }
  /* line 223, app/assets/stylesheets/one_t/modules/_app-layout.scss */
  .app-header .app-nav__link {
    padding: 0 10px;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    transition: background-color 0.2s ease-in-out;
    font-weight: normal;
  }
}

@media only screen and (min-width: 1110px) and (min-width: 1230px) {
  /* line 223, app/assets/stylesheets/one_t/modules/_app-layout.scss */
  .app-header .app-nav__link {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 1110px) {
  /* line 234, app/assets/stylesheets/one_t/modules/_app-layout.scss */
  .app-header .app-nav__link:hover {
    background-color: #291c3d;
  }
  /* line 239, app/assets/stylesheets/one_t/modules/_app-layout.scss */
  .app-header .app-nav__link.has-sub-nav:after {
    content: "";
    display: inline-block;
    margin-left: 12px;
    vertical-align: 2px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
  }
  /* line 251, app/assets/stylesheets/one_t/modules/_app-layout.scss */
  .app-header .app-nav__link.has-sub-nav:hover {
    background: #4c3f67;
  }
  /* line 257, app/assets/stylesheets/one_t/modules/_app-layout.scss */
  .app-header .app-nav__sub-nav {
    position: absolute;
    top: 44px;
    left: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    padding-left: 0;
  }
  /* line 267, app/assets/stylesheets/one_t/modules/_app-layout.scss */
  .app-header .app-nav__sub-nav-link {
    display: block;
    padding: 0 20px;
    line-height: 2;
    white-space: nowrap;
    font-family: "Josefin Sans", arial, sans-serif;
  }
  /* line 274, app/assets/stylesheets/one_t/modules/_app-layout.scss */
  .app-header .app-nav__sub-nav-link:hover {
    background: #4c3f67;
  }
}

/* line 283, app/assets/stylesheets/one_t/modules/_app-layout.scss */
.app-title {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 67px;
  position: relative;
  z-index: 110;
}

/* line 291, app/assets/stylesheets/one_t/modules/_app-layout.scss */
.app-content {
  min-height: 500px;
  background-color: #fff;
}

/* line 296, app/assets/stylesheets/one_t/modules/_app-layout.scss */
.app-footer {
  position: relative;
  background-color: #291c3d;
  color: #fff;
  padding: 60px 0;
}

/* line 301, app/assets/stylesheets/one_t/modules/_app-layout.scss */
.app-footer a {
  text-decoration: none;
  color: inherit;
}

/* line 305, app/assets/stylesheets/one_t/modules/_app-layout.scss */
.app-footer__content {
  text-align: center;
}

@media only screen and (min-width: 900px) {
  /* line 305, app/assets/stylesheets/one_t/modules/_app-layout.scss */
  .app-footer__content {
    text-align: left;
  }
}

@media only screen and (min-width: 900px) {
  /* line 312, app/assets/stylesheets/one_t/modules/_app-layout.scss */
  .app-footer__content .l-wrap, .app-footer__content .page-header {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
  }
}

/* line 320, app/assets/stylesheets/one_t/modules/_app-layout.scss */
.app-footer__content .app-nav {
  margin-top: 0;
  text-align: center;
}

@media only screen and (min-width: 900px) {
  /* line 320, app/assets/stylesheets/one_t/modules/_app-layout.scss */
  .app-footer__content .app-nav {
    text-align: left;
  }
}

/* line 328, app/assets/stylesheets/one_t/modules/_app-layout.scss */
.app-footer__content .app-nav__group {
  margin-bottom: 10px;
  overflow: hidden;
}

/* line 333, app/assets/stylesheets/one_t/modules/_app-layout.scss */
.app-footer__content .app-nav__item {
  margin-bottom: 10px;
  overflow: hidden;
}

/* line 338, app/assets/stylesheets/one_t/modules/_app-layout.scss */
.app-footer__content .app-nav__link {
  font-family: "Josefin Sans", arial, sans-serif;
  text-decoration: none;
  color: inherit;
  text-transform: uppercase;
  font-weight: 700;
}

/* line 345, app/assets/stylesheets/one_t/modules/_app-layout.scss */
.app-footer__content .app-nav__sub-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

@media only screen and (min-width: 900px) {
  /* line 345, app/assets/stylesheets/one_t/modules/_app-layout.scss */
  .app-footer__content .app-nav__sub-nav {
    align-items: flex-start;
  }
}

/* line 355, app/assets/stylesheets/one_t/modules/_app-layout.scss */
.app-footer__content .app-nav__sub-nav-link {
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
  margin-bottom: 10px;
}

/* line 363, app/assets/stylesheets/one_t/modules/_app-layout.scss */
.app-footer__weforum {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* line 368, app/assets/stylesheets/one_t/modules/_app-layout.scss */
.app-footer__weforum .nav-group--social {
  flex: 1;
  margin-bottom: 40px;
}

/* line 372, app/assets/stylesheets/one_t/modules/_app-layout.scss */
.app-footer__weforum .nav-group--social .social {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 900px) {
  /* line 372, app/assets/stylesheets/one_t/modules/_app-layout.scss */
  .app-footer__weforum .nav-group--social .social {
    text-align: left;
    justify-content: flex-start;
  }
}

/* line 382, app/assets/stylesheets/one_t/modules/_app-layout.scss */
.app-footer__weforum .nav-group--social .social-link {
  margin-left: 7px;
  margin-right: 7px;
}

@media only screen and (min-width: 900px) {
  /* line 382, app/assets/stylesheets/one_t/modules/_app-layout.scss */
  .app-footer__weforum .nav-group--social .social-link {
    margin-left: 0;
    margin-right: 15px;
  }
}

@media only screen and (min-width: 900px) {
  /* line 368, app/assets/stylesheets/one_t/modules/_app-layout.scss */
  .app-footer__weforum .nav-group--social {
    margin-bottom: 0;
  }
}

/* line 397, app/assets/stylesheets/one_t/modules/_app-layout.scss */
.app-footer__weforum--legal {
  margin-bottom: 0;
}

@media only screen and (min-width: 900px) {
  /* line 397, app/assets/stylesheets/one_t/modules/_app-layout.scss */
  .app-footer__weforum--legal {
    margin-bottom: 20px;
  }
}

/* line 405, app/assets/stylesheets/one_t/modules/_app-layout.scss */
.app-footer__weforum--logo {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: center;
}

@media only screen and (min-width: 900px) {
  /* line 405, app/assets/stylesheets/one_t/modules/_app-layout.scss */
  .app-footer__weforum--logo {
    text-align: left;
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 900px) {
  /* line 405, app/assets/stylesheets/one_t/modules/_app-layout.scss */
  .app-footer__weforum--logo {
    margin-bottom: 0;
  }
}

/* line 421, app/assets/stylesheets/one_t/modules/_app-layout.scss */
.app-footer__weforum .app-title__link {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #fff;
}

/* line 430, app/assets/stylesheets/one_t/modules/_app-layout.scss */
body[data-action="resources"]
.collection--featured-resource
.collection__title {
  display: block;
}

/* line 437, app/assets/stylesheets/one_t/modules/_app-layout.scss */
.modal--open .modal__content .jwplayer {
  position: absolute;
  top: 0;
}

@media only screen and (min-width: 900px) {
  /* line 436, app/assets/stylesheets/one_t/modules/_app-layout.scss */
  .modal--open .modal__content {
    left: 50%;
    max-width: 860px;
    transform: translate(-50%, -50%);
  }
}

@media only screen and (min-width: 1110px) {
  /* line 436, app/assets/stylesheets/one_t/modules/_app-layout.scss */
  .modal--open .modal__content {
    max-width: 860px;
  }
}

/* line 1, app/assets/stylesheets/one_t/modules/_faqs.scss */
.faq {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #d8d8d8;
}

/* line 6, app/assets/stylesheets/one_t/modules/_faqs.scss */
.faq-question {
  text-decoration: none;
  color: inherit;
  padding-top: 20px;
  font-size: 2.25em;
  font-family: "Josefin Sans", arial, sans-serif;
  font-weight: 700;
  cursor: pointer;
  display: block;
}

/* line 15, app/assets/stylesheets/one_t/modules/_faqs.scss */
.faq-question:before {
  content: "Q" attr(data-question) ". ";
}

/* line 19, app/assets/stylesheets/one_t/modules/_faqs.scss */
.faq-question:hover, .is-open .faq-question {
  color: #11892d;
}

/* line 24, app/assets/stylesheets/one_t/modules/_faqs.scss */
.is-open .faq-question {
  margin-bottom: 20px;
}

/* line 29, app/assets/stylesheets/one_t/modules/_faqs.scss */
.faq .st__content-block--heading {
  font-size: 1.5em;
  margin-top: 20px;
}

/* line 33, app/assets/stylesheets/one_t/modules/_faqs.scss */
.faq .st__content-block--heading span {
  margin-top: 0;
  display: inline;
}

/* line 38, app/assets/stylesheets/one_t/modules/_faqs.scss */
.faq .st__content-block--heading-2 {
  display: inline;
  font-size: 2.25em;
  margin-top: 0;
}

/* line 45, app/assets/stylesheets/one_t/modules/_faqs.scss */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

/* line 51, app/assets/stylesheets/one_t/modules/_faqs.scss */
.is-open .faq-answer {
  max-height: 1000rem;
  opacity: 1;
}

@media only screen and (min-width: 900px) {
  /* line 3, app/assets/stylesheets/one_t/modules/_modal.scss */
  .modal--open .modal__content {
    max-width: 80%;
    min-width: 860px;
  }
  /* line 8, app/assets/stylesheets/one_t/modules/_modal.scss */
  body[data-action="advisory-council"] .modal--open .modal__content {
    max-width: 860px;
  }
}

/* line 16, app/assets/stylesheets/one_t/modules/_modal.scss */
body[data-action="about-us"] .modal--open .placeholder-inner img {
  display: block;
  max-width: 100%;
}

/* line 2, app/assets/stylesheets/one_t/modules/_page.scss */
.page-header {
  position: relative;
  z-index: 105;
  text-align: center;
  margin-bottom: -50px;
}

@media only screen and (min-width: 900px) {
  /* line 2, app/assets/stylesheets/one_t/modules/_page.scss */
  .page-header {
    height: 110px;
    margin-bottom: 0;
  }
}

/* line 15, app/assets/stylesheets/one_t/modules/_page.scss */
.page-title {
  background: #291c3d;
  color: #fff;
  padding: 20px;
  position: relative;
  top: -50px;
}

@media only screen and (min-width: 900px) {
  /* line 15, app/assets/stylesheets/one_t/modules/_page.scss */
  .page-title {
    margin: 0 0 40px;
    display: inline-block;
    line-height: 100px;
    margin-top: -100px;
    position: static;
    top: 0;
    white-space: nowrap;
    opacity: 1;
    max-width: 800px;
    line-height: 100px;
    font-size: 3.875rem;
    padding: 20px 100px;
  }
}

/* line 38, app/assets/stylesheets/one_t/modules/_page.scss */
.page-content {
  width: 100%;
  overflow: hidden;
}

/* line 44, app/assets/stylesheets/one_t/modules/_page.scss */
.page--homepage .page-content {
  overflow: visible;
}

/* line 49, app/assets/stylesheets/one_t/modules/_page.scss */
.page-standfirst {
  max-width: 650px;
  text-align: center;
  line-height: 1.37;
  margin-bottom: 20px;
  font-size: 1.125em;
}

/* line 56, app/assets/stylesheets/one_t/modules/_page.scss */
.page-standfirst a:not(.tout__cta-link) {
  text-decoration: none;
  color: inherit;
  color: #11892d;
  font-weight: bold;
}

/* line 88, app/assets/stylesheets/one_t/utils/_variables.scss */
.page-standfirst a:not(.tout__cta-link):hover {
  text-decoration: underline;
}

@media only screen and (min-width: 900px) {
  /* line 49, app/assets/stylesheets/one_t/modules/_page.scss */
  .page-standfirst {
    font-size: 1.375em;
    margin-bottom: 40px;
  }
}

/* line 68, app/assets/stylesheets/one_t/modules/_page.scss */
.page-body:after {
  content: "";
  display: table;
  clear: both;
}

/* line 74, app/assets/stylesheets/one_t/modules/_page.scss */
.page-body:last-child {
  padding-bottom: 120px;
}

/* line 78, app/assets/stylesheets/one_t/modules/_page.scss */
.page--commitments-and-members .page-body {
  background: #f4f4f4;
  padding: 40px 40px 40px 0;
}

/* line 85, app/assets/stylesheets/one_t/modules/_page.scss */
body[data-action="homepage"] .page .page-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  display: flex;
  justify-content: center;
  padding-bottom: 120%;
}

@media only screen and (min-width: 900px) {
  /* line 85, app/assets/stylesheets/one_t/modules/_page.scss */
  body[data-action="homepage"] .page .page-header {
    padding-bottom: 52%;
  }
}

/* line 100, app/assets/stylesheets/one_t/modules/_page.scss */
body[data-action="homepage"] .page .page-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  font-size: 2.5rem;
}

@media only screen and (min-width: 900px) {
  /* line 100, app/assets/stylesheets/one_t/modules/_page.scss */
  body[data-action="homepage"] .page .page-title {
    margin: 0;
    padding: 0;
    line-height: 1.17;
    max-width: 800px;
    font-size: 4.5rem;
    line-height: 1.17;
    white-space: normal;
  }
}

/* line 118, app/assets/stylesheets/one_t/modules/_page.scss */
body[data-action="homepage"] .page .page-title p {
  margin: 0;
}

/* line 129, app/assets/stylesheets/one_t/modules/_page.scss */
.form__field {
  display: flex;
  justify-content: stretch;
  padding-top: 20px;
}

/* line 135, app/assets/stylesheets/one_t/modules/_page.scss */
.form__legal {
  font-size: 11px;
  opacity: 0.6;
}

/* line 139, app/assets/stylesheets/one_t/modules/_page.scss */
.form__legal a {
  text-decoration: none;
  color: inherit;
  color: #02e870;
}

/* line 145, app/assets/stylesheets/one_t/modules/_page.scss */
.form__input, .form__submit {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 10px 5px;
  font-family: "Josefin Sans", arial, sans-serif;
}

/* line 152, app/assets/stylesheets/one_t/modules/_page.scss */
.form__input::placeholder, .form__submit::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

/* line 157, app/assets/stylesheets/one_t/modules/_page.scss */
.form__input {
  flex: 1 1 auto;
  border-right: none;
}

/* line 162, app/assets/stylesheets/one_t/modules/_page.scss */
.form__submit {
  border-left: none;
}

/* line 1, app/assets/stylesheets/one_t/modules/_pagination.scss */
.pagination {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 7, app/assets/stylesheets/one_t/modules/_pagination.scss */
.pagination .pagination__link,
.pagination .current,
.pagination .page a {
  display: inline-flex;
  padding: 0.125rem 0.5rem;
  font-size: 1.3rem;
  text-decoration: none;
  color: inherit;
  font-weight: bold;
  color: #1dd548;
}

/* line 18, app/assets/stylesheets/one_t/modules/_pagination.scss */
.pagination .current {
  color: #11892d;
}

/* line 22, app/assets/stylesheets/one_t/modules/_pagination.scss */
.pagination img {
  width: 16px;
  margin: 0.125rem 0;
}

/* line 3, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge {
  padding-bottom: 160px;
  background-color: #f4f4f4;
}

/* line 7, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge header {
  display: none;
}

/* line 11, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge {
  position: relative;
}

/* line 15, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__overview a {
  color: #11892d;
  text-decoration: none;
}

/* line 19, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__overview a:hover {
  text-decoration: underline;
}

/* line 24, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__overview p {
  line-height: 1.4;
}

/* line 29, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__by {
  font-family: "Josefin Sans", arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  font-variant: small-caps;
  letter-spacing: 1px;
  text-transform: lowercase;
}

/* line 33, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__introduction h2 {
  color: #4c3f67;
  font-size: 42px;
  line-height: 50px;
}

/* line 39, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__tagline {
  margin: 30px 0;
  font-size: 1.3rem;
  line-height: 1.5;
}

/* line 45, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__brand-logo, .page--pledge .pledge__summary, .page--pledge .pledge__action-item, .page--pledge .pledge__partners, .page--pledge .pledge__benefits {
  margin: 0 -20px;
}

/* line 53, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__brand-logo {
  background: white;
}

/* line 56, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__brand-logo img {
  display: block;
  margin: 0 auto;
}

/* line 62, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__summary {
  margin-bottom: 80px;
  padding: 30px 30px 20px;
  color: white;
  background: #291c3d;
}

/* line 68, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__summary dl {
  margin-bottom: 40px;
  line-height: 1.2;
}

/* line 72, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__summary dl dt {
  margin-bottom: 10px;
}

/* line 75, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__summary dl dt.location {
  display: none;
}

/* line 80, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__summary dl dd {
  margin: 0 0 30px 0;
  font-family: "Josefin Sans", arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

/* line 86, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__summary dl dd.location {
  position: relative;
  padding-left: 27px;
}

/* line 90, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__summary dl dd.location:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  left: -2px;
  top: -2px;
  background: transparent url(/assets/one_t/1t-location-0b436897372fb7b12051bec9ecbc1a8325c229aa607d1ab44ce29d392a7dc7d2.svg) no-repeat center center;
}

/* line 101, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__summary dl dd.location a {
  color: white;
  font-weight: 400;
  font-size: 16px;
}

/* line 108, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__summary dl dd ul {
  padding-left: 0;
  list-style: none;
}

/* line 112, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__summary dl dd ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

/* line 117, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__summary dl dd ul li:before {
  position: absolute;
  left: 0;
  content: "\25A3";
  width: 15px;
  height: 15px;
  color: #11892d;
}

/* line 131, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__section, .page--pledge .pledge__actions, .page--pledge .pledge__partners {
  line-height: 1.5;
  margin-bottom: 50px;
}

/* line 137, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__section h3, .page--pledge .pledge__actions h3, .page--pledge .pledge__partners h3 {
  margin: 0 0 1rem;
  font-size: 2.5625rem;
  line-height: 1.2;
}

/* line 143, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__section a, .page--pledge .pledge__actions a, .page--pledge .pledge__partners a {
  color: #11892d;
  font-weight: 600;
  text-decoration: none;
}

/* line 148, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__section a:hover, .page--pledge .pledge__actions a:hover, .page--pledge .pledge__partners a:hover {
  text-decoration: underline;
}

/* line 155, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__section h4 {
  font-family: inherit;
  margin-bottom: 0;
}

/* line 160, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__section ul {
  list-style: none;
  padding-left: 0;
}

/* line 165, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge #reports.pledge__section {
  position: relative;
  background: white;
  padding-top: 40px;
  margin-left: -20px;
  margin-right: -20px;
}

/* line 172, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge #reports.pledge__section figure {
  display: block;
  margin-left: 20px;
  margin-right: 20px;
}

/* line 178, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge #reports.pledge__section figure img {
  width: 100%;
  display: block;
}

@media only screen and (min-width: 900px) {
  /* line 165, app/assets/stylesheets/one_t/modules/_pledge.scss */
  .page--pledge #reports.pledge__section {
    margin: 0 10% 50px 0;
    background: none;
    width: auto;
  }
  /* line 189, app/assets/stylesheets/one_t/modules/_pledge.scss */
  .page--pledge #reports.pledge__section .pledge__inner {
    display: grid;
    grid-template-columns: 45% 55%;
    margin-top: 40px;
  }
  /* line 195, app/assets/stylesheets/one_t/modules/_pledge.scss */
  .page--pledge #reports.pledge__section figure {
    position: relative;
    z-index: 101;
    top: -80px;
    margin: 0;
  }
  /* line 202, app/assets/stylesheets/one_t/modules/_pledge.scss */
  .page--pledge #reports.pledge__section .pledge__section-description {
    font-size: 1.125rem;
  }
  /* line 206, app/assets/stylesheets/one_t/modules/_pledge.scss */
  .page--pledge #reports.pledge__section .pledge__section-container {
    position: relative;
    left: -240px;
    margin-right: -240px;
    padding-left: 280px;
    padding-right: 30px;
    padding-top: 50px;
  }
}

/* line 217, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__section-container {
  background: white;
  padding: 20px;
}

/* line 222, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__section .pledge-reports {
  margin: 20px 0;
}

/* line 224, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__section .pledge-reports__link {
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}

/* line 229, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__section .pledge-reports__link:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: inline-block;
  width: 10px;
  height: 100%;
  background: #02e870;
}

/* line 241, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__section .pledge-reports__link.progress_0:before {
  background: #e54b4b;
}

/* line 247, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__section .pledge-reports__link.progress_1:before {
  background: #f1bb30;
}

/* line 252, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__section .pledge-reports__link h4 {
  margin-top: 0;
}

/* line 256, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__section .pledge-reports__link p {
  margin: 0;
  font-weight: normal;
  color: #202020;
}

/* line 265, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__action-list {
  padding-left: 0;
  list-style: none;
}

/* line 270, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__action-summary-box {
  position: absolute;
  left: 20px;
  top: -340px;
  width: calc(100% - 40px);
  padding: 50px 0 30px;
  color: white;
  background: #291c3d;
  text-align: center;
}

/* line 280, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__action-summary-box img {
  display: block;
  margin: 0 auto 15px;
}

/* line 285, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__action-summary-box h4 {
  font-family: "Josefin Sans", arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  font-variant: small-caps;
  letter-spacing: 1px;
  text-transform: lowercase;
  font-size: 1.3rem !important;
}

/* line 290, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__action-summary-box dl {
  font-family: "Josefin Sans", arial, sans-serif;
}

/* line 293, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__action-summary-box dl dt {
  margin: 0 0 5px;
}

/* line 297, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__action-summary-box dl dd {
  margin: 0 0 20px;
  font-size: 1.375rem;
  font-weight: 600;
}

/* line 305, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__action-item {
  position: relative;
  margin: 380px -20px 0;
  padding: 70px 20px 50px;
  background: white;
}

/* line 311, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__action-item h4 {
  margin: 0 0 1rem;
  font-size: 2.5625rem;
  line-height: 1.2;
}

/* line 317, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__action-item h5 {
  font-family: "Josefin Sans", arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  font-variant: small-caps;
  letter-spacing: 1px;
  text-transform: lowercase;
  margin-bottom: 10px;
}

/* line 322, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__action-item dl.supporting-actions {
  padding-left: 0;
  margin-bottom: 30px;
  list-style: none;
  font-weight: 600;
}

/* line 328, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__action-item dl.supporting-actions dt {
  position: relative;
  margin: 10px 0 5px;
  padding-left: 40px;
  cursor: help;
}

/* line 334, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__action-item dl.supporting-actions dt::before {
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 2px;
  content: "";
  background: transparent url(/assets/one_t/1t-check-5038657fcf00438a0f1def31cd4e52215a3cbb5bdc12b28996c03561fb9f038b.svg) no-repeat center center;
}

/* line 345, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__action-item dl.supporting-actions dt::after {
  position: relative;
  content: "";
  display: inline-block;
  width: 10px;
  height: 15px;
  left: 10px;
  top: 2px;
  background: transparent url(/assets/chevron-right--green-bc26fd3582e1e28c4c18a347b04f215bc59e095fc40dc9d76d5b9d15d6465d29.svg) no-repeat center center;
  background-size: contain;
  transition: transform 0.3s;
}

/* line 359, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__action-item dl.supporting-actions dt.active::after {
  transform: rotateZ(90deg);
}

/* line 364, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__action-item dl.supporting-actions dd {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
}

/* line 369, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__action-item dl.supporting-actions dd.hidden {
  display: none;
}

/* line 376, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__partners {
  position: relative;
  background: white;
  padding: 30px 20px;
}

/* line 383, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__partners-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 390, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__benefits {
  padding: 60px 20px;
  color: white;
  background: url(/assets/one_t/pledge-benefits-bg-a9b0c62d61fac5d114bb750faa3425b0d6d8bd50d54aa06618401c08d978557c.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}

/* line 398, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__benefits h3 {
  margin: 0 0 1rem;
  font-size: 2.5625rem;
  line-height: 1.2;
}

/* line 404, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__benefits h3,
.page--pledge .pledge__benefits p {
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

/* line 410, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__benefits-tonnage {
  margin: 30px 10% 10px;
  border-bottom: 10px solid #02e870;
  padding: 20px 0;
  background: rgba(41, 28, 61, 0.9);
  font-family: "Josefin Sans", arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  font-variant: small-caps;
  letter-spacing: 1px;
  text-transform: lowercase;
}

/* line 417, app/assets/stylesheets/one_t/modules/_pledge.scss */
.page--pledge .pledge__benefits-tonnage strong {
  display: block;
  margin: 20px 0;
  font-size: 3.875rem;
  letter-spacing: 0;
}

@media only screen and (min-width: 900px) {
  /* line 427, app/assets/stylesheets/one_t/modules/_pledge.scss */
  .page--pledge .page-content {
    overflow: visible;
  }
  /* line 432, app/assets/stylesheets/one_t/modules/_pledge.scss */
  .page--pledge .pledge__brand-logo, .page--pledge .pledge__summary, .page--pledge .pledge__action-item, .page--pledge .pledge__partners, .page--pledge .pledge__benefits {
    margin: 0;
  }
  /* line 440, app/assets/stylesheets/one_t/modules/_pledge.scss */
  .page--pledge .pledge__brand-logo {
    position: absolute;
    width: 400px;
    height: 181px;
    right: 20px;
    top: -181px;
  }
  /* line 447, app/assets/stylesheets/one_t/modules/_pledge.scss */
  .page--pledge .pledge__brand-logo figure {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 180px;
  }
  /* line 453, app/assets/stylesheets/one_t/modules/_pledge.scss */
  .page--pledge .pledge__brand-logo figure img {
    display: block;
  }
  /* line 458, app/assets/stylesheets/one_t/modules/_pledge.scss */
  .page--pledge .pledge__brand-logo figure {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    padding: 30px 20px;
  }
  /* line 465, app/assets/stylesheets/one_t/modules/_pledge.scss */
  .page--pledge .pledge__brand-logo figure .placeholder-inner {
    width: 100%;
    height: 100%;
  }
  /* line 470, app/assets/stylesheets/one_t/modules/_pledge.scss */
  .page--pledge .pledge__brand-logo figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  /* line 479, app/assets/stylesheets/one_t/modules/_pledge.scss */
  .page--pledge .pledge__introduction {
    display: flex;
    margin: 0 0 40px 10%;
  }
  /* line 484, app/assets/stylesheets/one_t/modules/_pledge.scss */
  .page--pledge .pledge__overview {
    flex: 1;
    padding: 30px 80px 30px 0;
  }
  /* line 489, app/assets/stylesheets/one_t/modules/_pledge.scss */
  .page--pledge .pledge__summary {
    width: 340px;
    padding: 30px;
  }
  /* line 494, app/assets/stylesheets/one_t/modules/_pledge.scss */
  .page--pledge .pledge__section {
    width: 80%;
    margin: 0 10% 50px;
  }
  /* line 499, app/assets/stylesheets/one_t/modules/_pledge.scss */
  .page--pledge .pledge__actions h3 {
    margin-left: 10%;
  }
  /* line 503, app/assets/stylesheets/one_t/modules/_pledge.scss */
  .page--pledge .pledge__action-summary-box {
    left: -17.5%;
    top: 30px;
    width: 34.25%;
  }
  /* line 509, app/assets/stylesheets/one_t/modules/_pledge.scss */
  .page--pledge .pledge__action-item {
    margin: 0 0 40px 15%;
    padding: 60px 10% 40px 20%;
  }
  /* line 513, app/assets/stylesheets/one_t/modules/_pledge.scss */
  .page--pledge .pledge__action-item:nth-of-type(even) {
    margin: 0 15% 40px 0;
    padding: 60px 20% 40px 10%;
  }
  /* line 517, app/assets/stylesheets/one_t/modules/_pledge.scss */
  .page--pledge .pledge__action-item:nth-of-type(even) .pledge__action-summary-box {
    left: auto;
    right: -17.5%;
  }
  /* line 524, app/assets/stylesheets/one_t/modules/_pledge.scss */
  .page--pledge .pledge__partners {
    min-height: 260px;
    margin: 110px 0 50px 20%;
    padding: 60px 80px 40px 200px;
  }
  /* line 530, app/assets/stylesheets/one_t/modules/_pledge.scss */
  .page--pledge .pledge__partners-image {
    position: absolute;
    width: 360px;
    height: 360px;
    left: -218px;
    top: -50px;
  }
  /* line 538, app/assets/stylesheets/one_t/modules/_pledge.scss */
  .page--pledge .pledge__benefits {
    margin-bottom: 50px;
    padding: 60px 80px;
  }
  /* line 543, app/assets/stylesheets/one_t/modules/_pledge.scss */
  .page--pledge .pledge__benefits-tonnage {
    margin: 30px 20% 10px;
  }
}

/* line 1, app/assets/stylesheets/one_t/modules/_pledge_filters.scss */
.component.component--resources {
  margin-top: 60px;
  margin-bottom: 20px;
  background: transparent;
}

@media only screen and (min-width: 900px) {
  /* line 7, app/assets/stylesheets/one_t/modules/_pledge_filters.scss */
  .component.component--resources .component__content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 44px;
    grid-row-gap: 44px;
  }
}

/* line 15, app/assets/stylesheets/one_t/modules/_pledge_filters.scss */
.component.component--resources div.pagination__direction {
  opacity: 0.7;
}

/* line 20, app/assets/stylesheets/one_t/modules/_pledge_filters.scss */
.component.component--resources .pagination__container {
  padding-left: 0;
  padding-right: 0;
  float: none;
  overflow: hidden;
}

/* line 27, app/assets/stylesheets/one_t/modules/_pledge_filters.scss */
.component.component--resources .pagination__nav-text, .component.component--resources .pagination__page-info, .component.component--resources .pagination__direction {
  color: #202020;
  border: none;
  font-size: 1rem;
}

/* line 35, app/assets/stylesheets/one_t/modules/_pledge_filters.scss */
.component.component--resources .pagination div.pagination__direction {
  opacity: 0.6;
}

/* line 41, app/assets/stylesheets/one_t/modules/_pledge_filters.scss */
.component.component--resources .pagination__direction .pagination__nav-text:before, .component.component--resources .pagination__direction .pagination__nav-text:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 12px;
  background: url(/assets/verticals/bespoke/pagination-arrow-276484950831511b15785c0ff36fc058dbb244f555a835d3b88edebe96b3669c.svg) no-repeat center;
}

/* line 52, app/assets/stylesheets/one_t/modules/_pledge_filters.scss */
.component.component--resources .pagination__direction.direction-previous {
  text-align: left;
}

/* line 55, app/assets/stylesheets/one_t/modules/_pledge_filters.scss */
.component.component--resources .pagination__direction.direction-previous .pagination__nav-text:before {
  transform: rotate(180deg);
  margin-right: 5px;
}

/* line 59, app/assets/stylesheets/one_t/modules/_pledge_filters.scss */
.component.component--resources .pagination__direction.direction-previous .pagination__nav-text:after {
  display: none;
}

/* line 65, app/assets/stylesheets/one_t/modules/_pledge_filters.scss */
.component.component--resources .pagination__direction.direction-next {
  text-align: right;
}

/* line 68, app/assets/stylesheets/one_t/modules/_pledge_filters.scss */
.component.component--resources .pagination__direction.direction-next .pagination__nav-text:before {
  display: none;
}

/* line 71, app/assets/stylesheets/one_t/modules/_pledge_filters.scss */
.component.component--resources .pagination__direction.direction-next .pagination__nav-text:after {
  margin-left: 5px;
}

/* line 80, app/assets/stylesheets/one_t/modules/_pledge_filters.scss */
.component--resources__filters {
  position: relative;
}

/* line 82, app/assets/stylesheets/one_t/modules/_pledge_filters.scss */
.component--resources__filters .component--resources__search {
  padding-bottom: 44px;
}

@media only screen and (min-width: 900px) {
  /* line 85, app/assets/stylesheets/one_t/modules/_pledge_filters.scss */
  .component--resources__filters .component--resources__search-inputs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 44px;
    grid-row-gap: 44px;
  }
}

/* line 96, app/assets/stylesheets/one_t/modules/_pledge_filters.scss */
.component--resources__clear {
  position: absolute;
  top: 0;
  right: 0;
  color: #202020;
  font-family: "Josefin Sans", arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  font-variant: small-caps;
  letter-spacing: 1px;
  text-transform: lowercase;
  text-decoration: none;
}

/* line 104, app/assets/stylesheets/one_t/modules/_pledge_filters.scss */
.component--resources__clear img {
  vertical-align: -6px;
}

/* line 109, app/assets/stylesheets/one_t/modules/_pledge_filters.scss */
.component--resources__filter {
  color: #202020;
  margin-bottom: 15px;
}

/* line 112, app/assets/stylesheets/one_t/modules/_pledge_filters.scss */
.component--resources__filter label {
  display: block;
  margin-bottom: 17px;
  font-family: "Josefin Sans", arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  font-variant: small-caps;
  letter-spacing: 1px;
  text-transform: lowercase;
}

/* line 117, app/assets/stylesheets/one_t/modules/_pledge_filters.scss */
.component--resources__filter label span {
  border-bottom: 1px solid #202020;
  display: inline-block;
  line-height: 2;
  padding-right: 44px;
  font-size: 0.75rem;
  text-transform: uppercase;
}

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

/* line 136, app/assets/stylesheets/one_t/modules/_pledge_filters.scss */
.component--resources__filter .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 152, app/assets/stylesheets/one_t/modules/_pledge_filters.scss */
.component--resources__filter .select-dropdown select:focus {
  outline: none;
}

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

/* line 167, app/assets/stylesheets/one_t/modules/_pledge_filters.scss */
.component--resources__filter input[type="text"],
.component--resources__filter .select-dropdown {
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  color: #202020;
  background: white;
  display: block;
  height: 44px;
  line-height: 44px;
}

/* line 179, app/assets/stylesheets/one_t/modules/_pledge_filters.scss */
.component--resources__filter .select-dropdown select {
  max-width: 100%;
  padding-right: 36px;
  text-overflow: ellipsis;
  width: 100%;
}

/* line 184, app/assets/stylesheets/one_t/modules/_pledge_filters.scss */
.component--resources__filter .select-dropdown select option {
  font-weight: normal;
}

/* line 189, app/assets/stylesheets/one_t/modules/_pledge_filters.scss */
.component--resources__filter .select-dropdown:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #202020;
  border-bottom: 2px solid #202020;
  transform: translateY(-45%) rotate(45deg);
  top: 45%;
  right: 16px;
}

/* line 203, app/assets/stylesheets/one_t/modules/_pledge_filters.scss */
.component--resources__filter input[type="text"] {
  height: 45px;
  padding: 0 22px 0 34px;
  font-weight: 700;
}

/* line 209, app/assets/stylesheets/one_t/modules/_pledge_filters.scss */
.component--resources__filter--input {
  position: relative;
}

/* line 212, app/assets/stylesheets/one_t/modules/_pledge_filters.scss */
.component--resources__filter--input input[type="image"] {
  margin-top: 2px;
  width: 17px;
  height: 17px;
}

/* line 219, app/assets/stylesheets/one_t/modules/_pledge_filters.scss */
.component--resources__filter .button--search {
  background: none;
  position: absolute;
  top: 44px;
  padding: 12px;
}

/* line 1, app/assets/stylesheets/one_t/modules/_pledges.scss */
.page--pledges {
  background-color: #f4f4f4;
}

/* line 4, app/assets/stylesheets/one_t/modules/_pledges.scss */
.page--pledges .page-standfirst {
  margin-bottom: 80px;
}

/* line 8, app/assets/stylesheets/one_t/modules/_pledges.scss */
.page--pledges .pledges__footnote {
  line-height: 1.67;
  text-align: center;
}

/* line 11, app/assets/stylesheets/one_t/modules/_pledges.scss */
.page--pledges .pledges__footnote a {
  text-decoration: none;
  color: inherit;
  color: #11892d;
  font-weight: bold;
}

/* line 16, app/assets/stylesheets/one_t/modules/_pledges.scss */
.page--pledges .pledges__footnote a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 900px) {
  /* line 8, app/assets/stylesheets/one_t/modules/_pledges.scss */
  .page--pledges .pledges__footnote {
    max-width: 80%;
    margin: auto;
  }
}

/* line 26, app/assets/stylesheets/one_t/modules/_pledges.scss */
.page--pledges .pledge-tracker {
  padding: 40px 20px;
  color: #202020;
  background: white;
  font-size: 1.375rem;
  text-align: center;
}

/* line 33, app/assets/stylesheets/one_t/modules/_pledges.scss */
.page--pledges .pledge-tracker__title {
  font-size: 3.875rem;
}

/* line 37, app/assets/stylesheets/one_t/modules/_pledges.scss */
.page--pledges .pledge-tracker__grid {
  font-family: "Josefin Sans", arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  font-variant: small-caps;
  letter-spacing: 1px;
  text-transform: lowercase;
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}

/* line 45, app/assets/stylesheets/one_t/modules/_pledges.scss */
.page--pledges .pledge-tracker__item {
  position: relative;
  margin: 0 0 40px;
  padding: 90px 20px 20px;
  border-bottom: 10px solid #02e870;
  color: white;
  background: #291c3d;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
}

/* line 57, app/assets/stylesheets/one_t/modules/_pledges.scss */
.page--pledges .pledge-tracker__item img {
  position: absolute;
  left: 50%;
  top: -22px;
  transform: translateX(-50%);
}

/* line 64, app/assets/stylesheets/one_t/modules/_pledges.scss */
.page--pledges .pledge-tracker__item strong {
  display: block;
  margin-bottom: 40px;
  font-size: 1.8rem;
  letter-spacing: 0;
}

@media only screen and (min-width: 900px) {
  /* line 45, app/assets/stylesheets/one_t/modules/_pledges.scss */
  .page--pledges .pledge-tracker__item {
    margin: 0 0 20px;
  }
}

/* line 77, app/assets/stylesheets/one_t/modules/_pledges.scss */
.page--pledges .pledges {
  margin-bottom: 80px;
}

/* line 80, app/assets/stylesheets/one_t/modules/_pledges.scss */
.page--pledges .pledges__title {
  font-size: 2.5625rem;
}

/* line 84, app/assets/stylesheets/one_t/modules/_pledges.scss */
.page--pledges .pledges__grid {
  padding: 0;
  list-style: none;
}

/* line 89, app/assets/stylesheets/one_t/modules/_pledges.scss */
.page--pledges .pledges__card {
  margin: 10px 0;
  color: #202020;
  background: white;
}

/* line 94, app/assets/stylesheets/one_t/modules/_pledges.scss */
.page--pledges .pledges__card a {
  display: block;
  height: 100%;
  border-bottom: 10px solid #f4f4f4;
  color: inherit;
  text-decoration: none;
}

/* line 101, app/assets/stylesheets/one_t/modules/_pledges.scss */
.page--pledges .pledges__card a:hover {
  border-color: #02e870;
}

/* line 106, app/assets/stylesheets/one_t/modules/_pledges.scss */
.page--pledges .pledges__card figure {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  padding: 30px 20px;
}

/* line 113, app/assets/stylesheets/one_t/modules/_pledges.scss */
.page--pledges .pledges__card figure .placeholder-inner {
  width: 100%;
  height: 100%;
}

/* line 118, app/assets/stylesheets/one_t/modules/_pledges.scss */
.page--pledges .pledges__card figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* line 127, app/assets/stylesheets/one_t/modules/_pledges.scss */
.page--pledges .pledges__card-inner {
  border-top: 1px solid #202020;
  padding: 20px;
  line-height: 1.3;
}

/* line 132, app/assets/stylesheets/one_t/modules/_pledges.scss */
.page--pledges .pledges__card-inner h3 {
  margin: 10px 0 40px;
}

/* line 136, app/assets/stylesheets/one_t/modules/_pledges.scss */
.page--pledges .pledges__card-inner h4 {
  font-family: "Josefin Sans", arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  font-variant: small-caps;
  letter-spacing: 1px;
  text-transform: lowercase;
  margin-bottom: 0;
}

@media only screen and (min-width: 900px) {
  /* line 144, app/assets/stylesheets/one_t/modules/_pledges.scss */
  .page--pledges .pledges,
.page--pledges .pledge-tracker {
    padding: 40px;
  }
  /* line 150, app/assets/stylesheets/one_t/modules/_pledges.scss */
  .page--pledges .pledge-tracker__container {
    margin: 0 auto;
  }
  /* line 154, app/assets/stylesheets/one_t/modules/_pledges.scss */
  .page--pledges .pledge-tracker__grid {
    display: flex;
    justify-content: space-between;
  }
  /* line 159, app/assets/stylesheets/one_t/modules/_pledges.scss */
  .page--pledges .pledge-tracker__item {
    width: 30%;
    padding: 90px 0 20px;
  }
  /* line 166, app/assets/stylesheets/one_t/modules/_pledges.scss */
  .page--pledges .pledges__grid {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  /* line 172, app/assets/stylesheets/one_t/modules/_pledges.scss */
  .page--pledges .pledges__card {
    width: 30%;
    margin: 10px 5% 10px 0;
  }
  /* line 176, app/assets/stylesheets/one_t/modules/_pledges.scss */
  .page--pledges .pledges__card:nth-of-type(3n) {
    margin-right: 0;
  }
}

/* line 2, app/assets/stylesheets/one_t/modules/_regional-engagement.scss */
.regional-hubs__title {
  font-size: 2em;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 900px) {
  /* line 2, app/assets/stylesheets/one_t/modules/_regional-engagement.scss */
  .regional-hubs__title {
    font-size: 2.625em;
  }
}

/* line 12, app/assets/stylesheets/one_t/modules/_regional-engagement.scss */
.regional-hubs__grid {
  margin-bottom: 40px;
}

@media only screen and (min-width: 900px) {
  /* line 12, app/assets/stylesheets/one_t/modules/_regional-engagement.scss */
  .regional-hubs__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 10px;
    margin-bottom: 80px;
  }
}

/* line 25, app/assets/stylesheets/one_t/modules/_regional-engagement.scss */
.regional-hubs__hub .placeholder {
  position: relative;
  height: 0;
  padding-bottom: 90%;
}

/* line 102, app/assets/stylesheets/one_t/utils/_variables.scss */
.regional-hubs__hub .placeholder-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

/* line 108, app/assets/stylesheets/one_t/utils/_variables.scss */
.regional-hubs__hub .placeholder-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 29, app/assets/stylesheets/one_t/modules/_regional-engagement.scss */
.regional-hubs__hub-title {
  position: relative;
  margin: 0;
  font-size: 1.125em;
  text-transform: uppercase;
  display: inline-block;
  min-width: 37%;
  padding: 20px 40px 15px;
  background: #291c3d;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  top: -30px;
  margin-left: -10px;
  margin-right: 10px;
}

@media only screen and (min-width: 900px) {
  /* line 29, app/assets/stylesheets/one_t/modules/_regional-engagement.scss */
  .regional-hubs__hub-title {
    line-height: 2;
  }
}

@media only screen and (min-width: 900px) {
  /* line 50, app/assets/stylesheets/one_t/modules/_regional-engagement.scss */
  .regional-hubs__hub:nth-child(odd) {
    position: relative;
    bottom: -60px;
  }
}

/* line 1, app/assets/stylesheets/one_t/modules/_resources.scss */
.featured-resource {
  background: #f4f4f4;
  margin-bottom: 40px;
}

/* line 5, app/assets/stylesheets/one_t/modules/_resources.scss */
.featured-resource .placeholder {
  width: 100%;
}

/* line 7, app/assets/stylesheets/one_t/modules/_resources.scss */
.featured-resource .placeholder img {
  width: 100%;
}

/* line 12, app/assets/stylesheets/one_t/modules/_resources.scss */
.featured-resource__details {
  padding: 20px;
  padding-top: 0;
}

/* line 15, app/assets/stylesheets/one_t/modules/_resources.scss */
.featured-resource__details h2 {
  font-size: 2.5625rem;
}

/* line 18, app/assets/stylesheets/one_t/modules/_resources.scss */
.featured-resource__details p {
  line-height: 1.44;
  font-size: 1.125rem;
}

@media only screen and (min-width: 900px) {
  /* line 1, app/assets/stylesheets/one_t/modules/_resources.scss */
  .featured-resource {
    display: flex;
  }
  /* line 26, app/assets/stylesheets/one_t/modules/_resources.scss */
  .featured-resource .placeholder {
    max-width: 30%;
    width: auto;
  }
  /* line 29, app/assets/stylesheets/one_t/modules/_resources.scss */
  .featured-resource .placeholder-inner {
    margin: 40px;
    margin-right: 0;
    overflow: hidden;
    position: relative;
  }
  /* line 37, app/assets/stylesheets/one_t/modules/_resources.scss */
  .featured-resource__details {
    padding: 40px;
    padding-right: 80px;
  }
  /* line 41, app/assets/stylesheets/one_t/modules/_resources.scss */
  .featured-resource__details h2 {
    font-size: 2.5625rem;
  }
  /* line 44, app/assets/stylesheets/one_t/modules/_resources.scss */
  .featured-resource__details p {
    line-height: 1.44;
    font-size: 1.125rem;
  }
  /* line 48, app/assets/stylesheets/one_t/modules/_resources.scss */
  .featured-resource__details p a:not(.tout__cta-link) {
    text-decoration: none;
    color: inherit;
    color: #11892d;
    font-weight: bold;
  }
  /* line 88, app/assets/stylesheets/one_t/utils/_variables.scss */
  .featured-resource__details p a:not(.tout__cta-link):hover {
    text-decoration: underline;
  }
}

/* line 56, app/assets/stylesheets/one_t/modules/_resources.scss */
.resources {
  max-width: 1050px;
}

/* line 59, app/assets/stylesheets/one_t/modules/_resources.scss */
.resources__grid {
  margin-bottom: 40px;
}

@media only screen and (min-width: 900px) {
  /* line 59, app/assets/stylesheets/one_t/modules/_resources.scss */
  .resources__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 40px;
    row-gap: 40px;
  }
}

/* line 70, app/assets/stylesheets/one_t/modules/_resources.scss */
.resources__filter-label {
  padding-top: 5px;
  font-family: "Josefin Sans", arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

/* line 80, app/assets/stylesheets/one_t/modules/_resources.scss */
.filter-checkboxes {
  display: flex;
  margin-bottom: 20px;
}

/* line 84, app/assets/stylesheets/one_t/modules/_resources.scss */
.filter-checkboxes__filter {
  position: relative;
  margin-right: 20px;
  cursor: pointer;
  padding: 5px;
  border: 1px solid #d8d8d8;
}

/* line 91, app/assets/stylesheets/one_t/modules/_resources.scss */
.filter-checkboxes__filter input {
  position: relative;
  z-index: 1000;
}

/* line 96, app/assets/stylesheets/one_t/modules/_resources.scss */
.filter-checkboxes__filter-text {
  position: relative;
  display: inline-block;
  z-index: 1000;
}

/* line 104, app/assets/stylesheets/one_t/modules/_resources.scss */
.resource {
  display: flex;
  position: relative;
  overflow: hidden;
  padding-right: 5px;
}

/* line 110, app/assets/stylesheets/one_t/modules/_resources.scss */
.resource:before {
  content: "";
  position: absolute;
  padding-bottom: 65%;
  left: 0;
  right: 5px;
  background: #fff;
  transition: 0.3s ease-in-out;
  background: #02e870;
}

/* line 122, app/assets/stylesheets/one_t/modules/_resources.scss */
.resource:hover:before {
  padding-bottom: 165%;
}

/* line 127, app/assets/stylesheets/one_t/modules/_resources.scss */
.resource .placeholder {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  background: #d8d8d8;
}

/* line 102, app/assets/stylesheets/one_t/utils/_variables.scss */
.resource .placeholder-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

/* line 108, app/assets/stylesheets/one_t/utils/_variables.scss */
.resource .placeholder-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 132, app/assets/stylesheets/one_t/modules/_resources.scss */
.resource__published {
  font-size: 0.865rem;
}

/* line 136, app/assets/stylesheets/one_t/modules/_resources.scss */
.resource__link {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}

/* line 143, app/assets/stylesheets/one_t/modules/_resources.scss */
.resource__details {
  flex: 1 1 auto;
  background-color: #291c3d;
  color: #fff;
  padding: 20px 30px 30px;
  position: relative;
  right: -10px;
  margin-top: -30px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 900px) {
  /* line 143, app/assets/stylesheets/one_t/modules/_resources.scss */
  .resource__details {
    margin-bottom: 0;
    padding: 20px 30px 60px;
  }
}

/* line 159, app/assets/stylesheets/one_t/modules/_resources.scss */
.resource__kicker {
  font-size: 0.875em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  background: url(/assets/one_t/icon-article-168604aa4043bd7c59c23395ec4a5dd7c341e7c7c7d397b5e9c852858c10581f.svg) no-repeat left center;
  padding-left: 25px;
  padding-top: 5px;
}

/* line 169, app/assets/stylesheets/one_t/modules/_resources.scss */
.resource__title {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 1.125em;
  font-weight: 400;
}

@media only screen and (min-width: 900px) {
  /* line 169, app/assets/stylesheets/one_t/modules/_resources.scss */
  .resource__title {
    font-size: 1.375em;
  }
}

/* line 181, app/assets/stylesheets/one_t/modules/_resources.scss */
.resource--video .resource__kicker {
  background: url(/assets/one_t/icon-video-155067d38522aa5f7432a380c0c6f4d17ea0a3056a40cb27b77532ffafbf4b1f.svg) no-repeat left center;
}

/* line 1, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
.st__content-block {
  font-size: 1.125rem;
}

/* line 4, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
.st__content-block a {
  text-decoration: none;
  color: inherit;
  color: #11892d;
  font-weight: bold;
}

/* line 88, app/assets/stylesheets/one_t/utils/_variables.scss */
.st__content-block a:hover {
  text-decoration: underline;
}

/* line 8, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
.st__content-block--heading {
  margin: 0 0 20px;
  overflow: hidden;
  font-size: 2.625rem;
}

/* line 12, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
.st__content-block--heading span {
  display: block;
  margin: 60px 0 0;
}

/* line 17, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
.st__content-block--heading-3 {
  font-size: 2.125rem;
}

/* line 19, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
.st__content-block--heading-3 span {
  margin-top: 20px;
}

/* line 24, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
.st__content-block--heading-4 {
  font-size: 1.75rem;
}

/* line 26, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
.st__content-block--heading-4 span {
  margin-top: 20px;
}

/* line 32, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
.st__content-block--break {
  clear: both;
}

/* line 36, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
.st__content-block--image {
  overflow: hidden;
  margin: 20px 0;
}

/* line 40, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
.st__content-block--image img {
  max-width: 100%;
}

/* line 44, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
.st__content-block--image-right, .st__content-block--image-left {
  clear: both;
  float: right;
  width: 590px;
}

/* line 51, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
.st__content-block--image-right {
  float: right;
  margin-right: -145px;
  margin-left: 40px;
}

/* line 57, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
.st__content-block--image-left {
  clear: both;
  float: left;
  margin-right: 40px;
  margin-left: -145px;
}

/* line 64, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
.st__content-block--image-large {
  margin: 0px -20px;
}

@media only screen and (min-width: 900px) {
  /* line 64, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
  .st__content-block--image-large {
    margin: 40px -55px;
  }
}

@media only screen and (min-width: 1090px) {
  /* line 64, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
  .st__content-block--image-large {
    margin: 40px -150px;
  }
}

/* line 74, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
.st__content-block--image-hero {
  max-width: 1000rem;
  margin: 20px -20px;
}

/* line 77, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
.st__content-block--image-hero .st__content-block--image-inner {
  position: relative;
  padding-bottom: 50%;
  overflow: hidden;
}

/* line 82, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
.st__content-block--image-hero picture {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 89, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
.st__content-block--image-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 830px) {
  /* line 74, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
  .st__content-block--image-hero {
    margin: 20px -10%;
  }
}

@media only screen and (min-width: 995px) {
  /* line 74, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
  .st__content-block--image-hero {
    margin: 20px -20%;
  }
}

@media only screen and (min-width: 1160px) {
  /* line 74, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
  .st__content-block--image-hero {
    margin: 20px -30%;
  }
}

@media only screen and (min-width: 1325px) {
  /* line 74, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
  .st__content-block--image-hero {
    margin: 20px -40%;
  }
}

@media only screen and (min-width: 1490px) {
  /* line 74, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
  .st__content-block--image-hero {
    margin: 20px -50%;
  }
}

@media only screen and (min-width: 1650px) {
  /* line 74, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
  .st__content-block--image-hero {
    margin: 20px -60%;
  }
}

@media only screen and (min-width: 1820px) {
  /* line 74, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
  .st__content-block--image-hero {
    margin: 20px -70%;
  }
}

@media only screen and (min-width: 1895px) {
  /* line 74, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
  .st__content-block--image-hero {
    margin: 20px -80%;
  }
}

@media only screen and (min-width: 1990px) {
  /* line 74, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
  .st__content-block--image-hero {
    margin: 20px -90%;
  }
}

@media only screen and (min-width: 2150px) {
  /* line 74, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
  .st__content-block--image-hero {
    margin: 20px -100%;
  }
}

@media only screen and (min-width: 2250px) {
  /* line 74, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
  .st__content-block--image-hero {
    margin: 20px -110%;
  }
}

@media only screen and (min-width: 2300px) {
  /* line 74, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
  .st__content-block--image-hero {
    margin: 20px -120%;
  }
}

@media only screen and (min-width: 2370px) {
  /* line 74, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
  .st__content-block--image-hero {
    margin: 20px -130%;
  }
}

/* line 107, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
.st__content-block--text, .st__content-block--list, .st__content-block--highlights-list {
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 900px) {
  /* line 116, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
  .page--commitments-and-members .st__content-block--text {
    margin-left: 100px;
  }
}

/* line 124, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
.st__content-block--list ul {
  margin-left: 0;
  padding-left: 40px;
}

@media only screen and (min-width: 900px) {
  /* line 127, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
  .page--commitments-and-members .st__content-block--list ul {
    padding-left: 120px;
  }
  /* line 130, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
  .page--commitments-and-members .st__content-block--list ul li {
    font-family: "Helvetica Neue", "Helvetica", sans-serif;
    margin-bottom: 20px;
  }
}

/* line 140, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
.st__content-block--highlights-list .highlights-list {
  padding: 0;
  list-style-type: none;
  margin: 0;
  margin-bottom: -20px;
}

/* line 143, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
.st__content-block--highlights-list .highlights-list__item {
  display: flex;
}

/* line 146, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
.st__content-block--highlights-list .highlights-list__item-kicker {
  font-size: 2.35rem;
  width: 80px;
  margin-right: 20px;
  color: #11892d;
  font-family: "Josefin Sans", arial, sans-serif;
  font-weight: 700;
  text-align: right;
}

/* line 156, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
.st__content-block--highlights-list .highlights-list__item-content {
  font-size: 1.5rem;
  line-height: 2.5;
  text-transform: uppercase;
  color: #291c3d;
  font-family: "Josefin Sans", arial, sans-serif;
  font-weight: 700;
  flex: 1 1 auto;
}

/* line 169, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
.st__content-block--tout-list {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0;
}

/* line 174, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
.st__content-block--tout-list .placeholder {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

/* line 102, app/assets/stylesheets/one_t/utils/_variables.scss */
.st__content-block--tout-list .placeholder-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

/* line 108, app/assets/stylesheets/one_t/utils/_variables.scss */
.st__content-block--tout-list .placeholder-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 178, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
.st__content-block--tout-list .st__content-block--tout-list-container {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

/* line 182, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
.st__content-block--tout-list-2, .st__content-block--tout-list-3 {
  margin: 0;
}

/* line 185, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
.st__content-block--tout-list-2 .st__content-block--tout-list-container, .st__content-block--tout-list-3 .st__content-block--tout-list-container {
  display: grid;
  column-gap: 30px;
}

/* line 191, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
.st__content-block--tout-list-2 {
  margin: 40px 40px;
}

/* line 193, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
.st__content-block--tout-list-2 .st__content-block--tout-list-container {
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
}

/* line 199, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
.st__content-block--tout-list-3 {
  margin: 40px -40px;
}

/* line 201, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
.st__content-block--tout-list-3 .st__content-block--tout-list-container {
  grid-template-columns: repeat(3, 1fr);
}

/* line 206, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
.st__content-block--tout-list .tout {
  display: flex;
  position: relative;
  overflow: hidden;
  padding-right: 5px;
}

/* line 212, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
.st__content-block--tout-list .tout:before {
  content: "";
  position: absolute;
  padding-bottom: 65%;
  left: 0;
  right: 5px;
  background: #fff;
  transition: 0.3s ease-in-out;
  background: #02e870;
}

/* line 224, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
.st__content-block--tout-list .tout:hover:before {
  padding-bottom: 165%;
}

/* line 229, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
.st__content-block--tout-list .tout__link {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}

/* line 236, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
.st__content-block--tout-list .tout__details {
  flex: 1 1 auto;
  background-color: #291c3d;
  color: #fff;
  padding: 20px 30px 60px;
  position: relative;
  right: -5px;
  margin-top: -30px;
}

/* line 246, app/assets/stylesheets/one_t/modules/_sir-trevor.scss */
.st__content-block--tout-list .tout__title {
  font-size: 1.375rem;
  margin: 0;
}

/* line 1, app/assets/stylesheets/one_t/modules/collections/_advisory-council.scss */
.collection--advisory-council {
  margin-top: 80px;
}

/* line 4, app/assets/stylesheets/one_t/modules/collections/_advisory-council.scss */
.collection--advisory-council .collection__title,
.collection--advisory-council .collection__body {
  display: block;
  text-align: center;
}

/* line 11, app/assets/stylesheets/one_t/modules/collections/_advisory-council.scss */
.collection--advisory-council .advisory-council {
  margin-top: 60px;
  margin-bottom: 60px;
}

/* line 3, app/assets/stylesheets/one_t/modules/collections/_basic.scss */
.collection--basic .collection__touts .tout {
  text-align: center;
}

/* line 4, app/assets/stylesheets/one_t/modules/collections/_basic.scss */
.collection--basic .collection__touts .tout .placeholder {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}

/* line 102, app/assets/stylesheets/one_t/utils/_variables.scss */
.collection--basic .collection__touts .tout .placeholder-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

/* line 108, app/assets/stylesheets/one_t/utils/_variables.scss */
.collection--basic .collection__touts .tout .placeholder-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 900px) {
  /* line 3, app/assets/stylesheets/one_t/modules/collections/_basic.scss */
  .collection--basic .collection__touts .tout {
    display: grid;
    grid-template-columns: 55% auto;
    column-gap: 40px;
  }
  /* line 15, app/assets/stylesheets/one_t/modules/collections/_basic.scss */
  .collection--basic .collection__touts .tout .placeholder.modal-content {
    cursor: pointer;
  }
  /* line 19, app/assets/stylesheets/one_t/modules/collections/_basic.scss */
  .collection--basic .collection__touts .tout__details {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

/* line 21, app/assets/stylesheets/one_t/modules/collections/_collections.scss */
.collection {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 25, app/assets/stylesheets/one_t/modules/collections/_collections.scss */
.collection__kicker {
  font-size: 0.875em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

/* line 7, app/assets/stylesheets/one_t/modules/collections/_collections.scss */
.collection__kicker span {
  display: inline-block;
  margin-right: 20px;
}

/* line 12, app/assets/stylesheets/one_t/modules/collections/_collections.scss */
.collection__kicker:after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  margin-top: -3px;
  background-color: #291c3d;
}

/* line 29, app/assets/stylesheets/one_t/modules/collections/_collections.scss */
.collection__title {
  display: none;
  font-size: 2em;
  letter-spacing: -0.0625rem;
}

@media only screen and (min-width: 900px) {
  /* line 29, app/assets/stylesheets/one_t/modules/collections/_collections.scss */
  .collection__title {
    font-size: 2.875em;
  }
}

/* line 39, app/assets/stylesheets/one_t/modules/collections/_collections.scss */
.collection__cta {
  text-align: center;
}

/* line 47, app/assets/stylesheets/one_t/modules/collections/_collections.scss */
.tout .placeholder-inner img {
  width: 100%;
}

/* line 53, app/assets/stylesheets/one_t/modules/collections/_collections.scss */
.tout__kicker {
  font-size: 0.875em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

/* line 7, app/assets/stylesheets/one_t/modules/collections/_collections.scss */
.tout__kicker span {
  display: inline-block;
  margin-right: 20px;
}

/* line 12, app/assets/stylesheets/one_t/modules/collections/_collections.scss */
.tout__kicker:after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  margin-top: -3px;
  background-color: #291c3d;
}

/* line 57, app/assets/stylesheets/one_t/modules/collections/_collections.scss */
.tout__title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2em;
  letter-spacing: -0.0625rem;
}

@media only screen and (min-width: 900px) {
  /* line 57, app/assets/stylesheets/one_t/modules/collections/_collections.scss */
  .tout__title {
    font-size: 2.875em;
    letter-spacing: -0.0625rem;
  }
}

/* line 70, app/assets/stylesheets/one_t/modules/collections/_collections.scss */
.tout__body {
  line-height: 1.44;
}

/* line 73, app/assets/stylesheets/one_t/modules/collections/_collections.scss */
.tout__body a:not(.tout__cta-link) {
  text-decoration: none;
  color: inherit;
  color: #11892d;
  font-weight: bold;
}

/* line 88, app/assets/stylesheets/one_t/utils/_variables.scss */
.tout__body a:not(.tout__cta-link):hover {
  text-decoration: underline;
}

/* line 77, app/assets/stylesheets/one_t/modules/collections/_collections.scss */
.tout__body ul {
  padding-left: 20px;
}

/* line 79, app/assets/stylesheets/one_t/modules/collections/_collections.scss */
.tout__body ul li {
  margin-top: -1rem;
}

@media only screen and (min-width: 900px) {
  /* line 70, app/assets/stylesheets/one_t/modules/collections/_collections.scss */
  .tout__body {
    font-size: 1.125em;
  }
}

/* line 92, app/assets/stylesheets/one_t/modules/collections/_collections.scss */
.collection__cta,
.tout__cta {
  margin: 40px 0;
}

/* line 95, app/assets/stylesheets/one_t/modules/collections/_collections.scss */
.collection__cta-link,
.tout__cta-link {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #291c3d;
  font-family: "Josefin Sans", arial, sans-serif;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: -0.0625rem;
  line-height: 1.37;
  padding: 12px 30px 10px;
  transition: 0.2s ease-in-out;
  color: #202020;
}

/* line 109, app/assets/stylesheets/one_t/modules/collections/_collections.scss */
.collection__cta-link:after,
.tout__cta-link:after {
  content: "";
  display: inline-block;
  background: url(/assets/one_t/cta-arrow-ff89b37e1ec47f09bc1fe035bb2ddf14564083e9719ec90a8289b1e2820c346e.svg) center no-repeat;
  width: 45px;
  height: 16px;
  vertical-align: -3px;
  margin-left: 15px;
  transition: 0.2s ease-in-out;
  position: relative;
  right: 0;
}

/* line 122, app/assets/stylesheets/one_t/modules/collections/_collections.scss */
.collection__cta-link:hover,
.tout__cta-link:hover {
  background: #291c3d;
  color: #fff;
}

/* line 126, app/assets/stylesheets/one_t/modules/collections/_collections.scss */
.collection__cta-link:hover:after,
.tout__cta-link:hover:after {
  right: -10px;
  background-image: url(/assets/one_t/cta-arrow--white-002ca3616d67c8dac208c48a124e263c8663f52eba56688a11f56b8055c40f69.svg);
}

/* line 1, app/assets/stylesheets/one_t/modules/collections/_engage.scss */
.collection--engage {
  background: #f4f4f4;
}

/* line 6, app/assets/stylesheets/one_t/modules/collections/_engage.scss */
.collection--engage .tout__body ul > br {
  display: none;
}

/* line 9, app/assets/stylesheets/one_t/modules/collections/_engage.scss */
.collection--engage .tout__body ul li {
  margin: 0.67rem 0;
}

@media only screen and (min-width: 900px) {
  /* line 4, app/assets/stylesheets/one_t/modules/collections/_engage.scss */
  .collection--engage .tout {
    display: grid;
    grid-template-columns: 45% 55%;
    margin-top: 80px;
  }
  /* line 18, app/assets/stylesheets/one_t/modules/collections/_engage.scss */
  .collection--engage .tout .placeholder {
    position: relative;
    height: 0;
    padding-bottom: 140%;
    z-index: 101;
    top: -80px;
  }
  /* line 102, app/assets/stylesheets/one_t/utils/_variables.scss */
  .collection--engage .tout .placeholder-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
  }
  /* line 108, app/assets/stylesheets/one_t/utils/_variables.scss */
  .collection--engage .tout .placeholder-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* line 24, app/assets/stylesheets/one_t/modules/collections/_engage.scss */
  .collection--engage .tout__details {
    background: #fff;
    position: relative;
    left: -220px;
    margin-right: -220px;
    padding: 40px 40px 40px 260px;
  }
}

/* line 1, app/assets/stylesheets/one_t/modules/collections/_feature-grid-grey.scss */
.collection--feature-grid-grey {
  background: #f4f4f4;
}

/* line 4, app/assets/stylesheets/one_t/modules/collections/_feature-grid-grey.scss */
.collection--feature-grid-grey .collection__touts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 60px;
}

/* line 12, app/assets/stylesheets/one_t/modules/collections/_feature-grid-grey.scss */
.collection--feature-grid-grey .tout .placeholder {
  position: relative;
  height: 0;
  padding-bottom: 58.8235294118%;
}

/* line 102, app/assets/stylesheets/one_t/utils/_variables.scss */
.collection--feature-grid-grey .tout .placeholder-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

/* line 108, app/assets/stylesheets/one_t/utils/_variables.scss */
.collection--feature-grid-grey .tout .placeholder-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 14, app/assets/stylesheets/one_t/modules/collections/_feature-grid-grey.scss */
.collection--feature-grid-grey .tout .placeholder .tout__video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
}

/* line 21, app/assets/stylesheets/one_t/modules/collections/_feature-grid-grey.scss */
.collection--feature-grid-grey .tout .placeholder .tout__video:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(/assets/one_t/icon-play-4972641a76b4262c075a54c7b8627dff9fabaa84ec85063a09eb661098bc7dae.svg);
  background-position: center;
  background-repeat: no-repeat;
}

/* line 35, app/assets/stylesheets/one_t/modules/collections/_feature-grid-grey.scss */
.collection--feature-grid-grey .tout__details {
  position: relative;
  margin-top: -50px;
  right: -15px;
  background-color: #291c3d;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px 60px;
}

/* line 49, app/assets/stylesheets/one_t/modules/collections/_feature-grid-grey.scss */
.collection--feature-grid-grey .tout__title {
  text-transform: uppercase;
  font-size: 1rem;
  margin: 20px 0;
  line-height: 1.625;
  letter-spacing: 1px;
}

/* line 57, app/assets/stylesheets/one_t/modules/collections/_feature-grid-grey.scss */
.collection--feature-grid-grey .tout__caption {
  font-family: "Josefin Sans", arial, sans-serif;
  margin-top: 0;
}

/* line 62, app/assets/stylesheets/one_t/modules/collections/_feature-grid-grey.scss */
.collection--feature-grid-grey .tout:first-child {
  right: 0;
  grid-area: 1 / 1 / 2 / 3;
  display: grid;
  grid-template-columns: 30% 70%;
}

/* line 67, app/assets/stylesheets/one_t/modules/collections/_feature-grid-grey.scss */
.collection--feature-grid-grey .tout:first-child .placeholder {
  margin-left: -14%;
}

/* line 71, app/assets/stylesheets/one_t/modules/collections/_feature-grid-grey.scss */
.collection--feature-grid-grey .tout:first-child .tout__details {
  grid-area: 1 / 1 / 2 / 2;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 77, app/assets/stylesheets/one_t/modules/collections/_feature-grid-grey.scss */
.collection--feature-grid-grey .tout:first-child .tout__title {
  font-size: 1.125em;
  letter-spacing: 3px;
}

/* line 86, app/assets/stylesheets/one_t/modules/collections/_feature-grid-grey.scss */
.collection--feature-grid-grey .tout--videos .tout .placeholder {
  position: relative;
  height: 0;
  padding-bottom: 58.8235294118%;
}

/* line 102, app/assets/stylesheets/one_t/utils/_variables.scss */
.collection--feature-grid-grey .tout--videos .tout .placeholder-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

/* line 108, app/assets/stylesheets/one_t/utils/_variables.scss */
.collection--feature-grid-grey .tout--videos .tout .placeholder-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 88, app/assets/stylesheets/one_t/modules/collections/_feature-grid-grey.scss */
.collection--feature-grid-grey .tout--videos .tout .placeholder .tout__video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
}

/* line 95, app/assets/stylesheets/one_t/modules/collections/_feature-grid-grey.scss */
.collection--feature-grid-grey .tout--videos .tout .placeholder .tout__video:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(/assets/one_t/icon-play-4972641a76b4262c075a54c7b8627dff9fabaa84ec85063a09eb661098bc7dae.svg);
  background-position: center;
  background-repeat: no-repeat;
}

/* line 109, app/assets/stylesheets/one_t/modules/collections/_feature-grid-grey.scss */
.collection--feature-grid-grey .tout--videos .tout__details {
  position: relative;
  margin-top: -50px;
  right: -15px;
  background-color: #291c3d;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px 60px;
}

/* line 123, app/assets/stylesheets/one_t/modules/collections/_feature-grid-grey.scss */
.collection--feature-grid-grey .tout--videos .tout__title {
  text-transform: uppercase;
  font-size: 1rem;
  margin: 20px 0;
  line-height: 1.625;
  letter-spacing: 1px;
}

/* line 131, app/assets/stylesheets/one_t/modules/collections/_feature-grid-grey.scss */
.collection--feature-grid-grey .tout--videos .tout__caption {
  font-family: "Josefin Sans", arial, sans-serif;
  margin-top: 0;
}

/* line 2, app/assets/stylesheets/one_t/modules/collections/_feature-grid.scss */
.collection--feature-grid .collection__touts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 60px;
}

/* line 10, app/assets/stylesheets/one_t/modules/collections/_feature-grid.scss */
.collection--feature-grid .tout .placeholder {
  position: relative;
  height: 0;
  padding-bottom: 58.8235294118%;
}

/* line 102, app/assets/stylesheets/one_t/utils/_variables.scss */
.collection--feature-grid .tout .placeholder-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

/* line 108, app/assets/stylesheets/one_t/utils/_variables.scss */
.collection--feature-grid .tout .placeholder-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 12, app/assets/stylesheets/one_t/modules/collections/_feature-grid.scss */
.collection--feature-grid .tout .placeholder .tout__video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
}

/* line 19, app/assets/stylesheets/one_t/modules/collections/_feature-grid.scss */
.collection--feature-grid .tout .placeholder .tout__video:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(/assets/one_t/icon-play-4972641a76b4262c075a54c7b8627dff9fabaa84ec85063a09eb661098bc7dae.svg);
  background-position: center;
  background-repeat: no-repeat;
}

/* line 33, app/assets/stylesheets/one_t/modules/collections/_feature-grid.scss */
.collection--feature-grid .tout__details {
  position: relative;
  margin-top: -50px;
  right: -15px;
  background-color: #291c3d;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px 60px;
}

/* line 47, app/assets/stylesheets/one_t/modules/collections/_feature-grid.scss */
.collection--feature-grid .tout__title {
  text-transform: uppercase;
  font-size: 1rem;
  margin: 20px 0;
  line-height: 1.625;
  letter-spacing: 1px;
}

/* line 55, app/assets/stylesheets/one_t/modules/collections/_feature-grid.scss */
.collection--feature-grid .tout__caption {
  font-family: "Josefin Sans", arial, sans-serif;
  margin-top: 0;
}

/* line 60, app/assets/stylesheets/one_t/modules/collections/_feature-grid.scss */
.collection--feature-grid .tout:first-child {
  right: 0;
  grid-area: 1 / 1 / 2 / 3;
  display: grid;
  grid-template-columns: 30% 70%;
}

/* line 65, app/assets/stylesheets/one_t/modules/collections/_feature-grid.scss */
.collection--feature-grid .tout:first-child .placeholder {
  margin-left: -14%;
}

/* line 69, app/assets/stylesheets/one_t/modules/collections/_feature-grid.scss */
.collection--feature-grid .tout:first-child .tout__details {
  grid-area: 1 / 1 / 2 / 2;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 75, app/assets/stylesheets/one_t/modules/collections/_feature-grid.scss */
.collection--feature-grid .tout:first-child .tout__title {
  font-size: 1.125em;
  letter-spacing: 3px;
}

/* line 84, app/assets/stylesheets/one_t/modules/collections/_feature-grid.scss */
.collection--feature-grid .tout--videos .tout .placeholder {
  position: relative;
  height: 0;
  padding-bottom: 58.8235294118%;
}

/* line 102, app/assets/stylesheets/one_t/utils/_variables.scss */
.collection--feature-grid .tout--videos .tout .placeholder-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

/* line 108, app/assets/stylesheets/one_t/utils/_variables.scss */
.collection--feature-grid .tout--videos .tout .placeholder-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 86, app/assets/stylesheets/one_t/modules/collections/_feature-grid.scss */
.collection--feature-grid .tout--videos .tout .placeholder .tout__video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
}

/* line 93, app/assets/stylesheets/one_t/modules/collections/_feature-grid.scss */
.collection--feature-grid .tout--videos .tout .placeholder .tout__video:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(/assets/one_t/icon-play-4972641a76b4262c075a54c7b8627dff9fabaa84ec85063a09eb661098bc7dae.svg);
  background-position: center;
  background-repeat: no-repeat;
}

/* line 107, app/assets/stylesheets/one_t/modules/collections/_feature-grid.scss */
.collection--feature-grid .tout--videos .tout__details {
  position: relative;
  margin-top: -50px;
  right: -15px;
  background-color: #291c3d;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px 60px;
}

/* line 121, app/assets/stylesheets/one_t/modules/collections/_feature-grid.scss */
.collection--feature-grid .tout--videos .tout__title {
  text-transform: uppercase;
  font-size: 1rem;
  margin: 20px 0;
  line-height: 1.625;
  letter-spacing: 1px;
}

/* line 129, app/assets/stylesheets/one_t/modules/collections/_feature-grid.scss */
.collection--feature-grid .tout--videos .tout__caption {
  font-family: "Josefin Sans", arial, sans-serif;
  margin-top: 0;
}

@media only screen and (min-width: 900px) {
  /* line 2, app/assets/stylesheets/one_t/modules/collections/_homepage-hero.scss */
  .collection--homepage-hero .collection__touts {
    display: flex;
  }
}

/* line 9, app/assets/stylesheets/one_t/modules/collections/_homepage-hero.scss */
.collection--homepage-hero .collection__touts .tout:first-child .tout__body {
  font-size: 1.125em;
}

@media only screen and (min-width: 900px) {
  /* line 8, app/assets/stylesheets/one_t/modules/collections/_homepage-hero.scss */
  .collection--homepage-hero .collection__touts .tout:first-child {
    margin-right: 80px;
  }
  /* line 16, app/assets/stylesheets/one_t/modules/collections/_homepage-hero.scss */
  .collection--homepage-hero .collection__touts .tout:first-child .tout__title {
    max-width: 500px;
  }
  /* line 20, app/assets/stylesheets/one_t/modules/collections/_homepage-hero.scss */
  .collection--homepage-hero .collection__touts .tout:first-child .tout__body {
    font-size: 1.375em;
    padding-top: 20px;
  }
  /* line 25, app/assets/stylesheets/one_t/modules/collections/_homepage-hero.scss */
  .collection--homepage-hero .collection__touts .tout:first-child .tout__kicker {
    max-width: 390px;
    margin-bottom: 20px;
  }
  /* line 29, app/assets/stylesheets/one_t/modules/collections/_homepage-hero.scss */
  .collection--homepage-hero .collection__touts .tout:first-child .tout__kicker:before {
    content: "";
    flex: 1 1 auto;
    height: 1px;
    margin-top: -3px;
    background-color: #291c3d;
    margin-right: 20px;
  }
  /* line 38, app/assets/stylesheets/one_t/modules/collections/_homepage-hero.scss */
  .collection--homepage-hero .collection__touts .tout:first-child .tout__kicker:after {
    display: none;
  }
  /* line 43, app/assets/stylesheets/one_t/modules/collections/_homepage-hero.scss */
  .collection--homepage-hero .collection__touts .tout:first-child .tout__body,
.collection--homepage-hero .collection__touts .tout:first-child .tout__kicker {
    padding-left: 80px;
  }
}

/* line 50, app/assets/stylesheets/one_t/modules/collections/_homepage-hero.scss */
.collection--homepage-hero .collection__touts .tout:last-child {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto auto;
}

/* line 55, app/assets/stylesheets/one_t/modules/collections/_homepage-hero.scss */
.collection--homepage-hero .collection__touts .tout:last-child .tout__details {
  grid-area: 1 / 1 / 2 / 2;
  color: #fff;
  padding: 20px;
  background-color: #291c3d;
  text-align: center;
}

/* line 63, app/assets/stylesheets/one_t/modules/collections/_homepage-hero.scss */
.collection--homepage-hero .collection__touts .tout:last-child .tout__title {
  font-size: 1.375em;
  margin-top: 0;
}

/* line 68, app/assets/stylesheets/one_t/modules/collections/_homepage-hero.scss */
.collection--homepage-hero .collection__touts .tout:last-child .placeholder {
  grid-area: 2 / 1 / 3 / 2;
}

/* line 70, app/assets/stylesheets/one_t/modules/collections/_homepage-hero.scss */
.collection--homepage-hero .collection__touts .tout:last-child .placeholder .js-lazyload {
  opacity: 1;
}

@media only screen and (min-width: 900px) {
  /* line 50, app/assets/stylesheets/one_t/modules/collections/_homepage-hero.scss */
  .collection--homepage-hero .collection__touts .tout:last-child {
    position: relative;
    top: -200px;
    margin-bottom: -200px;
    max-width: 40%;
    z-index: 106;
  }
  /* line 82, app/assets/stylesheets/one_t/modules/collections/_homepage-hero.scss */
  .collection--homepage-hero .collection__touts .tout:last-child .tout__details {
    padding: 35px;
  }
}

/* line 1, app/assets/stylesheets/one_t/modules/collections/_left-right.scss */
.collection--left-right,
.collection--left-right-white,
.collection--right-left,
.collection--callout {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 900px) {
  /* line 1, app/assets/stylesheets/one_t/modules/collections/_left-right.scss */
  .collection--left-right,
.collection--left-right-white,
.collection--right-left,
.collection--callout {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* line 13, app/assets/stylesheets/one_t/modules/collections/_left-right.scss */
.collection--left-right .tout,
.collection--left-right-white .tout,
.collection--right-left .tout,
.collection--callout .tout {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 19, app/assets/stylesheets/one_t/modules/collections/_left-right.scss */
.collection--left-right .tout .placeholder-inner picture,
.collection--left-right-white .tout .placeholder-inner picture,
.collection--right-left .tout .placeholder-inner picture,
.collection--callout .tout .placeholder-inner picture {
  width: 100%;
  display: block;
  position: relative;
  padding-top: 66.6666666667%;
}

/* line 27, node_modules/css-patterns/stylesheets/patterns/_fluid_media_wrapper.scss */
.collection--left-right .tout .placeholder-inner picture embed,
.collection--left-right .tout .placeholder-inner picture iframe,
.collection--left-right .tout .placeholder-inner picture object,
.collection--left-right-white .tout .placeholder-inner picture embed,
.collection--left-right-white .tout .placeholder-inner picture iframe,
.collection--left-right-white .tout .placeholder-inner picture object,
.collection--right-left .tout .placeholder-inner picture embed,
.collection--right-left .tout .placeholder-inner picture iframe,
.collection--right-left .tout .placeholder-inner picture object,
.collection--callout .tout .placeholder-inner picture embed,
.collection--callout .tout .placeholder-inner picture iframe,
.collection--callout .tout .placeholder-inner picture object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 24, app/assets/stylesheets/one_t/modules/collections/_left-right.scss */
.collection--left-right .tout .placeholder-inner picture img,
.collection--left-right-white .tout .placeholder-inner picture img,
.collection--right-left .tout .placeholder-inner picture img,
.collection--callout .tout .placeholder-inner picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 33, app/assets/stylesheets/one_t/modules/collections/_left-right.scss */
.collection--left-right .tout .placeholder-inner .tout__video,
.collection--left-right-white .tout .placeholder-inner .tout__video,
.collection--right-left .tout .placeholder-inner .tout__video,
.collection--callout .tout .placeholder-inner .tout__video {
  display: block;
  border: 1px solid #f4f4f4;
  transition: border-color 0.4s ease-in-out;
}

/* line 37, app/assets/stylesheets/one_t/modules/collections/_left-right.scss */
.collection--left-right .tout .placeholder-inner .tout__video:hover,
.collection--left-right-white .tout .placeholder-inner .tout__video:hover,
.collection--right-left .tout .placeholder-inner .tout__video:hover,
.collection--callout .tout .placeholder-inner .tout__video:hover {
  border-color: #02e870;
}

/* line 41, app/assets/stylesheets/one_t/modules/collections/_left-right.scss */
.collection--left-right .tout .placeholder-inner .tout__video picture:after,
.collection--left-right-white .tout .placeholder-inner .tout__video picture:after,
.collection--right-left .tout .placeholder-inner .tout__video picture:after,
.collection--callout .tout .placeholder-inner .tout__video picture:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(/assets/one_t/icon-play-4972641a76b4262c075a54c7b8627dff9fabaa84ec85063a09eb661098bc7dae.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-position: center 95%;
  background-size: 45px;
}

@media only screen and (min-width: 900px) {
  /* line 41, app/assets/stylesheets/one_t/modules/collections/_left-right.scss */
  .collection--left-right .tout .placeholder-inner .tout__video picture:after,
.collection--left-right-white .tout .placeholder-inner .tout__video picture:after,
.collection--right-left .tout .placeholder-inner .tout__video picture:after,
.collection--callout .tout .placeholder-inner .tout__video picture:after {
    background-position: center 90%;
  }
}

@media only screen and (min-width: 900px) {
  /* line 13, app/assets/stylesheets/one_t/modules/collections/_left-right.scss */
  .collection--left-right .tout,
.collection--left-right-white .tout,
.collection--right-left .tout,
.collection--callout .tout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  /* line 69, app/assets/stylesheets/one_t/modules/collections/_left-right.scss */
  .collection--left-right .tout .placeholder,
.collection--left-right-white .tout .placeholder,
.collection--right-left .tout .placeholder,
.collection--callout .tout .placeholder {
    width: 53%;
  }
}

@media only screen and (min-width: 900px) and (min-width: 900px) {
  /* line 73, app/assets/stylesheets/one_t/modules/collections/_left-right.scss */
  .collection--left-right .tout .tout__title,
.collection--left-right-white .tout .tout__title,
.collection--right-left .tout .tout__title,
.collection--callout .tout .tout__title {
    font-size: 2.5625em;
  }
}

@media only screen and (min-width: 900px) {
  /* line 79, app/assets/stylesheets/one_t/modules/collections/_left-right.scss */
  .collection--left-right .tout .tout__details,
.collection--left-right-white .tout .tout__details,
.collection--right-left .tout .tout__details,
.collection--callout .tout .tout__details {
    width: 42%;
  }
  /* line 83, app/assets/stylesheets/one_t/modules/collections/_left-right.scss */
  .collection--left-right .tout:nth-child(odd),
.collection--left-right-white .tout:nth-child(odd),
.collection--right-left .tout:nth-child(odd),
.collection--callout .tout:nth-child(odd) {
    text-align: right;
    flex-direction: row-reverse;
  }
  /* line 88, app/assets/stylesheets/one_t/modules/collections/_left-right.scss */
  .collection--left-right .tout:nth-child(even),
.collection--left-right-white .tout:nth-child(even),
.collection--right-left .tout:nth-child(even),
.collection--callout .tout:nth-child(even) {
    flex-direction: row;
  }
}

/* line 97, app/assets/stylesheets/one_t/modules/collections/_left-right.scss */
.collection--right-left .tout:nth-child(odd) {
  text-align: left;
  flex-direction: row;
}

/* line 102, app/assets/stylesheets/one_t/modules/collections/_left-right.scss */
.collection--right-left .tout:nth-child(even) {
  text-align: right;
  flex-direction: row-reverse;
}

/* line 109, app/assets/stylesheets/one_t/modules/collections/_left-right.scss */
.collection--left-right:not(.collection--single) {
  background-color: #f4f4f4;
}

/* line 4, app/assets/stylesheets/one_t/modules/collections/_member-logos.scss */
.collection--member-logos .collection__title {
  display: block;
  text-align: center;
}

/* line 8, app/assets/stylesheets/one_t/modules/collections/_member-logos.scss */
.collection--member-logos .collection__touts {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

/* line 13, app/assets/stylesheets/one_t/modules/collections/_member-logos.scss */
.collection--member-logos .collection__touts[data-grid-count="4"] {
  grid-template-columns: repeat(4, 1fr);
}

/* line 18, app/assets/stylesheets/one_t/modules/collections/_member-logos.scss */
.collection--member-logos .tout {
  align-self: center;
}

/* line 20, app/assets/stylesheets/one_t/modules/collections/_member-logos.scss */
.collection--member-logos .tout__title {
  display: none;
}

/* line 2, app/assets/stylesheets/one_t/modules/collections/_pledge.scss */
.collection--pledge .collection__touts {
  display: flex;
  flex-wrap: wrap;
}

/* line 6, app/assets/stylesheets/one_t/modules/collections/_pledge.scss */
.collection--pledge .collection__touts .tout {
  width: 23%;
  margin: 0 0 1.5rem 2.66%;
}

/* line 10, app/assets/stylesheets/one_t/modules/collections/_pledge.scss */
.collection--pledge .collection__touts .tout:first-of-type {
  width: 100%;
  margin-left: 0;
}

/* line 15, app/assets/stylesheets/one_t/modules/collections/_pledge.scss */
.collection--pledge .collection__touts .tout:nth-of-type(2) {
  margin-left: 0;
}

/* line 19, app/assets/stylesheets/one_t/modules/collections/_pledge.scss */
.collection--pledge .collection__touts .tout__details {
  display: none;
}

/* line 23, app/assets/stylesheets/one_t/modules/collections/_pledge.scss */
.collection--pledge .collection__touts .tout .placeholder {
  position: relative;
  height: 0;
  padding-top: 56%;
  cursor: pointer;
}

/* line 29, app/assets/stylesheets/one_t/modules/collections/_pledge.scss */
.collection--pledge .collection__touts .tout .placeholder-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* line 37, app/assets/stylesheets/one_t/modules/collections/_pledge.scss */
.collection--pledge .collection__touts .tout .placeholder .tout__video:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent url(/assets/one_t/icon-play-4972641a76b4262c075a54c7b8627dff9fabaa84ec85063a09eb661098bc7dae.svg) no-repeat center center;
  background-size: 4rem;
}

/* line 50, app/assets/stylesheets/one_t/modules/collections/_pledge.scss */
.collection--pledge .collection__touts .tout .placeholder picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 1, app/assets/stylesheets/one_t/modules/collections/_regional_hubs.scss */
.collection--regional-hubs {
  background-color: #f4f4f4;
}

/* line 4, app/assets/stylesheets/one_t/modules/collections/_regional_hubs.scss */
.collection--regional-hubs .collection__kicker {
  max-width: 380px;
}

/* line 6, app/assets/stylesheets/one_t/modules/collections/_regional_hubs.scss */
.collection--regional-hubs .collection__kicker:after {
  margin-left: 20px;
}

/* line 11, app/assets/stylesheets/one_t/modules/collections/_regional_hubs.scss */
.collection--regional-hubs .collection__title {
  display: block;
}

@media only screen and (min-width: 900px) {
  /* line 15, app/assets/stylesheets/one_t/modules/collections/_regional_hubs.scss */
  .collection--regional-hubs__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 40px;
  }
}

/* line 24, app/assets/stylesheets/one_t/modules/collections/_regional_hubs.scss */
.collection--regional-hubs__hub .placeholder {
  position: relative;
  height: 0;
  padding-bottom: 98.275862069%;
}

/* line 102, app/assets/stylesheets/one_t/utils/_variables.scss */
.collection--regional-hubs__hub .placeholder-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

/* line 108, app/assets/stylesheets/one_t/utils/_variables.scss */
.collection--regional-hubs__hub .placeholder-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 900px) {
  /* line 30, app/assets/stylesheets/one_t/modules/collections/_regional_hubs.scss */
  .collection--regional-hubs__hub:nth-child(odd) .placeholder {
    position: relative;
    height: 0;
    padding-bottom: 147.2413793103%;
  }
  /* line 102, app/assets/stylesheets/one_t/utils/_variables.scss */
  .collection--regional-hubs__hub:nth-child(odd) .placeholder-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
  }
  /* line 108, app/assets/stylesheets/one_t/utils/_variables.scss */
  .collection--regional-hubs__hub:nth-child(odd) .placeholder-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* line 36, app/assets/stylesheets/one_t/modules/collections/_regional_hubs.scss */
  .collection--regional-hubs__hub:nth-child(even) .placeholder {
    position: relative;
    height: 0;
    padding-bottom: 98.275862069%;
  }
  /* line 102, app/assets/stylesheets/one_t/utils/_variables.scss */
  .collection--regional-hubs__hub:nth-child(even) .placeholder-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
  }
  /* line 108, app/assets/stylesheets/one_t/utils/_variables.scss */
  .collection--regional-hubs__hub:nth-child(even) .placeholder-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/* line 42, app/assets/stylesheets/one_t/modules/collections/_regional_hubs.scss */
.collection--regional-hubs__hub-link {
  text-decoration: none;
  color: inherit;
}

/* line 46, app/assets/stylesheets/one_t/modules/collections/_regional_hubs.scss */
.collection--regional-hubs__hub-details {
  padding: 20px;
  background: #fff;
  margin-bottom: 20px;
}

/* line 52, app/assets/stylesheets/one_t/modules/collections/_regional_hubs.scss */
.collection--regional-hubs__hub-details p {
  font-family: "Josefin Sans", arial, sans-serif;
  font-size: 1.125em;
  letter-spacing: mertric(letter-spacing);
  line-height: 1.37;
}

@media only screen and (min-width: 900px) {
  /* line 46, app/assets/stylesheets/one_t/modules/collections/_regional_hubs.scss */
  .collection--regional-hubs__hub-details {
    position: relative;
    margin-top: -20px;
    margin-left: 20px;
    margin-right: -20px;
    margin-bottom: 0;
  }
}

/* line 68, app/assets/stylesheets/one_t/modules/collections/_regional_hubs.scss */
.collection--regional-hubs__hub-title {
  font-size: 1rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 2, app/assets/stylesheets/one_t/modules/collections/_triptych.scss */
.collection--triptych .collection__title {
  display: block;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

/* line 10, app/assets/stylesheets/one_t/modules/collections/_triptych.scss */
.page--about-us .collection--triptych .collection__title {
  display: none;
}

/* line 14, app/assets/stylesheets/one_t/modules/collections/_triptych.scss */
.collection--triptych .collection__title span {
  margin: 0 10px;
}

/* line 18, app/assets/stylesheets/one_t/modules/collections/_triptych.scss */
.collection--triptych .collection__title:after, .collection--triptych .collection__title:before {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  margin-top: -3px;
  background-color: #291c3d;
}

@media only screen and (min-width: 900px) {
  /* line 2, app/assets/stylesheets/one_t/modules/collections/_triptych.scss */
  .collection--triptych .collection__title {
    padding: 0 80px;
  }
  /* line 29, app/assets/stylesheets/one_t/modules/collections/_triptych.scss */
  .collection--triptych .collection__title span {
    margin: 0 80px;
  }
}

/* line 39, app/assets/stylesheets/one_t/modules/collections/_triptych.scss */
.collection--triptych .collection__touts .tout.js-ll .placeholder-inner {
  top: 100%;
  transition: top 1.2s ease-in-out;
}

/* line 46, app/assets/stylesheets/one_t/modules/collections/_triptych.scss */
.collection--triptych .collection__touts .tout.js-ll.in-view .placeholder-inner {
  top: 0;
}

/* line 54, app/assets/stylesheets/one_t/modules/collections/_triptych.scss */
.collection--triptych .collection__touts .tout {
  text-align: center;
}

/* line 57, app/assets/stylesheets/one_t/modules/collections/_triptych.scss */
.collection--triptych .collection__touts .tout__title {
  font-size: 2em;
}

/* line 61, app/assets/stylesheets/one_t/modules/collections/_triptych.scss */
.collection--triptych .collection__touts .tout__body {
  margin-bottom: 40px;
}

/* line 65, app/assets/stylesheets/one_t/modules/collections/_triptych.scss */
.collection--triptych .collection__touts .tout .placeholder {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 20px;
}

/* line 102, app/assets/stylesheets/one_t/utils/_variables.scss */
.collection--triptych .collection__touts .tout .placeholder-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

/* line 108, app/assets/stylesheets/one_t/utils/_variables.scss */
.collection--triptych .collection__touts .tout .placeholder-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 70, app/assets/stylesheets/one_t/modules/collections/_triptych.scss */
.collection--triptych .collection__touts .tout .placeholder-inner img {
  width: auto;
}

@media only screen and (min-width: 900px) {
  /* line 76, app/assets/stylesheets/one_t/modules/collections/_triptych.scss */
  .collection--triptych .collection__touts .tout .placeholder {
    margin-bottom: 40px;
  }
  /* line 80, app/assets/stylesheets/one_t/modules/collections/_triptych.scss */
  .collection--triptych .collection__touts .tout .body {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 900px) {
  /* line 35, app/assets/stylesheets/one_t/modules/collections/_triptych.scss */
  .collection--triptych .collection__touts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 80px;
  }
}

/* line 1, app/assets/stylesheets/one_t/modules/collections/_uplink_stats.scss */
.collection--uplink-stats {
  color: #fff;
  text-align: center;
}

/* line 5, app/assets/stylesheets/one_t/modules/collections/_uplink_stats.scss */
.collection--uplink-stats .l-wrap, .collection--uplink-stats .page-header {
  position: relative;
  overflow: hidden;
}

/* line 10, app/assets/stylesheets/one_t/modules/collections/_uplink_stats.scss */
.collection--uplink-stats .placeholder {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  right: 20px;
  overflow: hidden;
}

/* line 18, app/assets/stylesheets/one_t/modules/collections/_uplink_stats.scss */
.collection--uplink-stats .placeholder-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 26, app/assets/stylesheets/one_t/modules/collections/_uplink_stats.scss */
.collection--uplink-stats .placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 33, app/assets/stylesheets/one_t/modules/collections/_uplink_stats.scss */
.collection--uplink-stats .collection__title,
.collection--uplink-stats .collection__touts {
  position: relative;
}

/* line 38, app/assets/stylesheets/one_t/modules/collections/_uplink_stats.scss */
.collection--uplink-stats .collection__title {
  display: block;
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 2.625em;
}

@media only screen and (min-width: 900px) {
  /* line 38, app/assets/stylesheets/one_t/modules/collections/_uplink_stats.scss */
  .collection--uplink-stats .collection__title {
    font-size: 3.875em;
  }
}

/* line 48, app/assets/stylesheets/one_t/modules/collections/_uplink_stats.scss */
.collection--uplink-stats .collection__title:before {
  content: "";
  display: block;
  height: 27px;
  width: 140px;
  margin: 0 auto 40px;
  background: url(/assets/one_t/uplink-5e2c29be165a0d318d3584bf118137b78c0c46cfc960da6864a2b5c5dbdc85c3.svg) no-repeat center;
}

/* line 58, app/assets/stylesheets/one_t/modules/collections/_uplink_stats.scss */
.collection--uplink-stats .collection__touts {
  margin-left: 60px;
  margin-right: 60px;
}

@media only screen and (min-width: 900px) {
  /* line 58, app/assets/stylesheets/one_t/modules/collections/_uplink_stats.scss */
  .collection--uplink-stats .collection__touts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 40px;
    max-width: 620px;
    margin: 0 auto;
  }
}

/* line 71, app/assets/stylesheets/one_t/modules/collections/_uplink_stats.scss */
.collection--uplink-stats .tout {
  position: relative;
  border-bottom: 10px solid #02e870;
  padding-bottom: calc(100% - 70px);
  height: 0;
  margin-bottom: 40px;
  background-color: rgba(41, 28, 61, 0.7);
}

@media only screen and (min-width: 900px) {
  /* line 71, app/assets/stylesheets/one_t/modules/collections/_uplink_stats.scss */
  .collection--uplink-stats .tout {
    padding-bottom: calc(100% - 10px);
  }
}

/* line 83, app/assets/stylesheets/one_t/modules/collections/_uplink_stats.scss */
.collection--uplink-stats .tout__details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 90, app/assets/stylesheets/one_t/modules/collections/_uplink_stats.scss */
.collection--uplink-stats .tout__kicker {
  font-size: 3.875em;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 900px) {
  /* line 90, app/assets/stylesheets/one_t/modules/collections/_uplink_stats.scss */
  .collection--uplink-stats .tout__kicker {
    margin-top: 60px;
  }
}

/* line 100, app/assets/stylesheets/one_t/modules/collections/_uplink_stats.scss */
.collection--uplink-stats .tout__kicker span {
  margin: 0;
}

/* line 104, app/assets/stylesheets/one_t/modules/collections/_uplink_stats.scss */
.collection--uplink-stats .tout__kicker:after {
  display: none;
}

/* line 109, app/assets/stylesheets/one_t/modules/collections/_uplink_stats.scss */
.collection--uplink-stats .tout__title {
  font-size: 1rem;
  text-transform: uppercase;
}

/* line 1, app/assets/stylesheets/one_t/modules/collections/_youth-advisory_members.scss */
.youth-advisory-members {
  display: block;
  text-align: center;
}

/* 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/_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: em(20);
  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: 50px 25px;
}

@media only screen and (min-width: 900px) {
  /* line 77, app/assets/stylesheets/modules/_modal.scss */
  .modal__content--event-padded {
    padding: 40px 50px;
  }
}

/* line 85, app/assets/stylesheets/modules/_modal.scss */
.modal__content--event-padded .modal__button--close {
  display: block;
  padding: 0;
  position: absolute;
  top: 15px;
  right: 15px;
}

@media only screen and (min-width: 900px) {
  /* 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: 900px) {
  /* 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: 1110px) {
  /* 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: 1110px) {
  /* 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 {
  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: 900px) {
  /* 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: 40px;
}

@media only screen and (min-width: 900px) {
  /* line 181, app/assets/stylesheets/modules/_modal.scss */
  .modal__toplink__column {
    padding: 20px;
  }
}

/* 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 30px 0;
  font-size: 0.875rem;
  line-height: 1.4;
}
