/*! 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 13, app/assets/stylesheets/ygl/_typography.scss */
b,
strong,
h1,
h2,
h3,
h4 {
  font-weight: 800;
}

/* line 22, app/assets/stylesheets/ygl/_typography.scss */
b em,
b i,
strong em,
strong i {
  font-weight: 800i;
}

/* line 29, app/assets/stylesheets/ygl/_typography.scss */
em,
i {
  font-weight: 300i;
}

/* line 34, app/assets/stylesheets/ygl/_typography.scss */
html {
  font-size: 16px;
  font-family: "Muli", arial, sans-serif;
}

/* line 39, app/assets/stylesheets/ygl/_typography.scss */
body {
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #202020;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 2, app/assets/stylesheets/modules/_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/ygl/_layout.scss */
html {
  height: 100%;
}

/* line 5, app/assets/stylesheets/ygl/_layout.scss */
body {
  min-height: 100vh;
  overflow-x: hidden;
}

/* line 10, app/assets/stylesheets/ygl/_layout.scss */
.l-wrap {
  padding: 0 19px;
}

@media only screen and (min-width: 900px) {
  /* line 10, app/assets/stylesheets/ygl/_layout.scss */
  .l-wrap {
    max-width: 902px;
    margin: 0 auto;
  }
  /* line 15, app/assets/stylesheets/ygl/_layout.scss */
  .page-body .l-wrap {
    max-width: 1085px;
  }
}

/* line 21, app/assets/stylesheets/ygl/_layout.scss */
.app {
  position: relative;
}

/* line 25, app/assets/stylesheets/ygl/_layout.scss */
.app-masks {
  position: absolute;
  right: 100%;
  top: 55px;
  width: 740px;
  bottom: 0;
  overflow: hidden;
  z-index: 102;
  transform: translateX(53px);
  pointer-events: none;
}

@media only screen and (min-width: 900px) {
  /* line 25, app/assets/stylesheets/ygl/_layout.scss */
  .app-masks {
    right: 100%;
    top: 145px;
    transform: translateX(203px);
  }
}

@media only screen and (min-width: 1539px) {
  /* line 25, app/assets/stylesheets/ygl/_layout.scss */
  .app-masks {
    right: 50%;
    transform: translateX(-555px);
  }
}

/* line 47, app/assets/stylesheets/ygl/_layout.scss */
.app-footer {
  overflow: hidden;
  margin-top: -178px;
  position: relative;
  z-index: 200;
}

/* line 52, app/assets/stylesheets/ygl/_layout.scss */
.app-footer:before {
  content: "";
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 178px 2722px;
  border-color: transparent transparent #202020 transparent;
}

/* line 58, app/assets/stylesheets/ygl/_layout.scss */
.app-footer__content {
  background: #202020;
  text-align: center;
  color: #fff;
  padding-bottom: 19px;
}

/* line 63, app/assets/stylesheets/ygl/_layout.scss */
.app-footer__content a {
  color: #fff;
}

/* line 66, app/assets/stylesheets/ygl/_layout.scss */
.app-footer__content .nav-close {
  display: none;
}

/* line 69, app/assets/stylesheets/ygl/_layout.scss */
.app-footer__content .app-nav {
  position: relative;
  top: -30px;
}

/* line 72, app/assets/stylesheets/ygl/_layout.scss */
.app-footer__content .app-nav .app-nav__sub-nav-link {
  margin-left: 0;
}

@media only screen and (min-width: 900px) {
  /* line 69, app/assets/stylesheets/ygl/_layout.scss */
  .app-footer__content .app-nav {
    display: flex;
    top: 0;
    justify-content: space-between;
  }
  /* line 79, app/assets/stylesheets/ygl/_layout.scss */
  .app-footer__content .app-nav .nav-group {
    flex: 0 1 20%;
  }
}

/* line 84, app/assets/stylesheets/ygl/_layout.scss */
.app-footer__content .app-footer__weforum--legal {
  font-size: 0.75rem;
}

/* line 87, app/assets/stylesheets/ygl/_layout.scss */
.app-footer__content .social {
  margin-top: 19px;
}

/* line 90, app/assets/stylesheets/ygl/_layout.scss */
.app-footer__content .social-link {
  display: inline-block;
  margin: 0 4.75px;
}

@media only screen and (min-width: 900px) {
  /* line 58, app/assets/stylesheets/ygl/_layout.scss */
  .app-footer__content {
    text-align: left;
  }
  /* line 96, app/assets/stylesheets/ygl/_layout.scss */
  .app-footer__content .app-footer__weforum {
    margin-top: 95px;
    margin-bottom: 95px;
    display: flex;
    justify-content: space-between;
  }
  /* line 101, app/assets/stylesheets/ygl/_layout.scss */
  .app-footer__content .app-footer__weforum > div {
    display: flex;
  }
  /* line 104, app/assets/stylesheets/ygl/_layout.scss */
  .app-footer__content .app-footer__weforum .app-footer__weforum--logo,
.app-footer__content .app-footer__weforum .app-footer__weforum--legal,
.app-footer__content .app-footer__weforum .app-footer__weforum--partnership {
    flex: 0 1 20%;
    display: flex;
  }
  /* line 110, app/assets/stylesheets/ygl/_layout.scss */
  .app-footer__content .app-footer__weforum .app-footer__weforum--partnership {
    flex: 0 1 60%;
    flex-direction: column;
  }
  /* line 113, app/assets/stylesheets/ygl/_layout.scss */
  .app-footer__content .app-footer__weforum .app-footer__weforum--partnership p {
    margin-right: 95px;
    margin-top: 0;
  }
  /* line 116, app/assets/stylesheets/ygl/_layout.scss */
  .app-footer__content .app-footer__weforum .app-footer__weforum--partnership p.font--xs {
    font-size: 0.865rem;
  }
  /* line 122, app/assets/stylesheets/ygl/_layout.scss */
  .app-footer__content .social {
    margin-top: 13.3px;
    margin-left: -4.75px;
  }
  /* line 126, app/assets/stylesheets/ygl/_layout.scss */
  .app-footer__content .social-link {
    display: inline-block;
    margin: 4.75px;
  }
}

/* line 1, app/assets/stylesheets/ygl/_header.scss */
.app-header {
  background: #202020;
  color: #fff;
  height: 55px;
  position: relative;
  z-index: 200;
}

@media only screen and (min-width: 900px) {
  /* line 1, app/assets/stylesheets/ygl/_header.scss */
  .app-header {
    overflow: visible;
    height: 145px;
  }
  /* line 10, app/assets/stylesheets/ygl/_header.scss */
  .app-header:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    background: #fff;
  }
}

/* line 20, app/assets/stylesheets/ygl/_header.scss */
.app-header__content {
  padding-left: 0;
  display: flex;
  position: relative;
}

@media only screen and (min-width: 900px) {
  /* line 20, app/assets/stylesheets/ygl/_header.scss */
  .app-header__content {
    max-width: 1025px;
  }
}

/* line 29, app/assets/stylesheets/ygl/_header.scss */
.app-title {
  margin: 0;
  background: #fff;
  height: 55px;
  position: relative;
}

/* line 34, app/assets/stylesheets/ygl/_header.scss */
.app-title img {
  margin: 5px 28.5px 5px 19px;
  height: 45px;
}

@media only screen and (min-width: 900px) {
  /* line 29, app/assets/stylesheets/ygl/_header.scss */
  .app-title {
    height: 145px;
    padding: 0 57px 0 19px;
  }
  /* line 41, app/assets/stylesheets/ygl/_header.scss */
  .app-title img {
    margin: 38px 0 0;
    height: auto;
  }
}

/* line 49, app/assets/stylesheets/ygl/_header.scss */
.app-nav a {
  color: #fff;
}

/* line 52, app/assets/stylesheets/ygl/_header.scss */
.app-nav .app-nav__link {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 800;
  white-space: nowrap;
}

/* line 58, app/assets/stylesheets/ygl/_header.scss */
.app-nav .app-nav__sub-nav-link,
.app-nav .app-nav__link {
  text-decoration: none;
  line-height: 2.5;
  display: block;
}

/* line 64, app/assets/stylesheets/ygl/_header.scss */
.app-nav .app-nav__sub-nav-link {
  margin-left: 19px;
}

/* line 67, app/assets/stylesheets/ygl/_header.scss */
.app-nav .nav-group {
  margin-bottom: 19px;
}

/* line 70, app/assets/stylesheets/ygl/_header.scss */
.app-nav .app-nav__link.toplink {
  opacity: 0.6;
  text-transform: none;
  border: 1px solid #EFEFEF;
  color: #EFEFEF;
  display: inline-block;
  padding: 0 19px;
}

/* line 80, app/assets/stylesheets/ygl/_header.scss */
.app-header__navigation {
  height: 55px;
  flex: 1 1 auto;
  position: relative;
}

/* line 84, app/assets/stylesheets/ygl/_header.scss */
.app-header__navigation:before {
  content: "";
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 55px 13px;
  border-color: transparent transparent #202020 transparent;
  top: 0;
  left: -13px;
  transform: translateX(0);
  position: absolute;
}

/* line 93, app/assets/stylesheets/ygl/_header.scss */
.app-header__navigation .app-nav__hamburger {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* line 99, app/assets/stylesheets/ygl/_header.scss */
.app-header__navigation .nav-close {
  position: absolute;
  top: 19px;
  right: 19px;
}

@media only screen and (max-width: 899px) {
  /* line 105, app/assets/stylesheets/ygl/_header.scss */
  .app-header__navigation .app-nav {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #202020;
    z-index: 1001;
    line-height: 1em;
    font-size: 1rem;
    padding: 38px;
    overflow: auto;
  }
}

@media only screen and (max-width: 899px) and (min-width: 900px) {
  /* line 105, app/assets/stylesheets/ygl/_header.scss */
  .app-header__navigation .app-nav {
    font-size: 0.76rem;
  }
}

@media only screen and (max-width: 899px) {
  /* line 115, app/assets/stylesheets/ygl/_header.scss */
  .app-header__navigation .app-nav.is-open {
    display: block;
  }
}

@media only screen and (max-width: 899px) and (min-width: 900px) {
  /* line 105, app/assets/stylesheets/ygl/_header.scss */
  .app-header__navigation .app-nav {
    position: static;
    display: block;
  }
}

/* line 124, app/assets/stylesheets/ygl/_header.scss */
.app-header__navigation .app-nav__sub-nav-link {
  font-size: 1rem;
}

@media only screen and (min-width: 900px) {
  /* line 80, app/assets/stylesheets/ygl/_header.scss */
  .app-header__navigation {
    flex: 1 1 auto;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    height: 145px;
    background: #202020;
    position: relative;
  }
  /* line 135, app/assets/stylesheets/ygl/_header.scss */
  .app-header__navigation:before {
    content: "";
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 145px 35px;
    border-color: transparent transparent #202020 transparent;
    top: 0;
    left: -35px;
    transform: translateX(0);
    position: absolute;
  }
  /* line 144, app/assets/stylesheets/ygl/_header.scss */
  .app-header__navigation .app-nav__hamburger,
.app-header__navigation .nav-close {
    display: none;
  }
  /* line 149, app/assets/stylesheets/ygl/_header.scss */
  .app-header__navigation .app-nav {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
  /* line 155, app/assets/stylesheets/ygl/_header.scss */
  .app-header__navigation .nav-group {
    position: relative;
    font-size: 0.85rem;
  }
  /* line 160, app/assets/stylesheets/ygl/_header.scss */
  .app-header__navigation .app-nav__link {
    display: block;
    padding: 0 19px;
    line-height: 3.5;
    border: 1px solid transparent;
  }
  /* line 165, app/assets/stylesheets/ygl/_header.scss */
  .app-header__navigation .app-nav__link.toplink {
    margin-left: 19px;
  }
  /* line 168, app/assets/stylesheets/ygl/_header.scss */
  .app-header__navigation .app-nav__link.has-sub-nav {
    position: relative;
    padding-right: 38px;
    white-space: nowrap;
  }
  /* line 172, app/assets/stylesheets/ygl/_header.scss */
  .app-header__navigation .app-nav__link.has-sub-nav:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: 19px;
    top: 50%;
    transform: translateY(-50%);
    border-style: solid;
    border-width: 7px 5.5px 0 5.5px;
    border-color: #fff transparent transparent transparent;
    opacity: 0.5;
  }
  /* line 187, app/assets/stylesheets/ygl/_header.scss */
  .app-header__navigation .app-nav__link:hover {
    border-color: #ffd701;
    background: #ffd701;
    color: #202020;
    opacity: 1;
  }
  /* line 193, app/assets/stylesheets/ygl/_header.scss */
  .app-header__navigation .app-nav__link.has-sub-nav:hover:after {
    border-color: #202020 transparent transparent transparent;
    opacity: 1;
  }
  /* line 201, app/assets/stylesheets/ygl/_header.scss */
  .app-header__navigation .app-nav__sub-nav {
    height: 0;
    overflow: hidden;
    position: absolute;
  }
  /* line 207, app/assets/stylesheets/ygl/_header.scss */
  .app-header__navigation .nav-group:hover .app-nav__link {
    border-color: #ffd701;
    background: #ffd701;
    color: #202020;
    opacity: 1;
  }
  /* line 213, app/assets/stylesheets/ygl/_header.scss */
  .app-header__navigation .nav-group:hover .app-nav__link.has-sub-nav:after {
    border-color: #202020 transparent transparent transparent;
    opacity: 1;
  }
  /* line 219, app/assets/stylesheets/ygl/_header.scss */
  .app-header__navigation .nav-group:hover .app-nav__sub-nav {
    height: auto;
  }
  /* line 223, app/assets/stylesheets/ygl/_header.scss */
  .app-header__navigation .app-nav__sub-nav-link {
    background: #fff;
    border-bottom: 1px solid #f5f7f6;
    color: #202020;
    margin: 0;
    min-width: 130px;
    padding: 0 19px;
    white-space: nowrap;
    line-height: 3;
    font-size: 1rem;
  }
  /* line 233, app/assets/stylesheets/ygl/_header.scss */
  .app-header__navigation .app-nav__sub-nav-link:hover {
    background: #ffd701;
  }
  /* line 236, app/assets/stylesheets/ygl/_header.scss */
  .app-header__navigation .app-nav__sub-nav-link:last-child {
    border: none;
  }
}

/* line 1, app/assets/stylesheets/ygl/_page.scss */
.page-content {
  position: relative;
  margin-top: -25px;
  overflow: hidden;
}

/* line 6, app/assets/stylesheets/ygl/_page.scss */
.homepage .page-content {
  margin-top: 50px;
}

@media only screen and (min-width: 900px) {
  /* line 1, app/assets/stylesheets/ygl/_page.scss */
  .page-content {
    margin-top: -100px;
  }
  /* line 11, app/assets/stylesheets/ygl/_page.scss */
  .homepage .page-content {
    top: 0;
  }
}

/* line 17, app/assets/stylesheets/ygl/_page.scss */
.page-title {
  position: relative;
  z-index: 101;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 19px;
  text-align: center;
  margin: 0;
  background: #ffd701;
  font-size: 28px;
  line-height: 50px;
  height: 50px;
  min-width: 210px;
  white-space: nowrap;
  margin-bottom: 19px;
}

/* line 33, app/assets/stylesheets/ygl/_page.scss */
.page-title:before {
  content: "";
  border-style: solid;
  border-width: 0 0 50px 15px;
  border-color: transparent transparent #ffd701 transparent;
  position: absolute;
  top: 0;
  left: -15px;
  width: 1px;
}

/* line 41, app/assets/stylesheets/ygl/_page.scss */
.page-title:after {
  content: "";
  border-style: solid;
  border-width: 50px 15px 0 0;
  border-color: #ffd701 transparent transparent transparent;
  position: absolute;
  top: 0;
  right: -15px;
  width: 1px;
}

@media only screen and (min-width: 900px) {
  /* line 17, app/assets/stylesheets/ygl/_page.scss */
  .page-title {
    font-size: 52px;
    line-height: 105px;
    height: 105px;
    min-width: 460px;
  }
  /* line 54, app/assets/stylesheets/ygl/_page.scss */
  .page-title:before {
    border-style: solid;
    border-width: 0 0 105px 30px;
    border-color: transparent transparent #ffd701 transparent;
    left: -30px;
  }
  /* line 58, app/assets/stylesheets/ygl/_page.scss */
  .page-title:after {
    border-style: solid;
    border-width: 105px 30px 0 0;
    border-color: #ffd701 transparent transparent transparent;
    right: -30px;
  }
}

/* line 65, app/assets/stylesheets/ygl/_page.scss */
.page-standfirst {
  text-align: center;
  line-height: 1.35em;
  font-size: 1.125rem;
}

@media only screen and (min-width: 900px) {
  /* line 65, app/assets/stylesheets/ygl/_page.scss */
  .page-standfirst {
    font-size: 1.375rem;
  }
}

@media only screen and (min-width: 900px) {
  /* line 65, app/assets/stylesheets/ygl/_page.scss */
  .page-standfirst {
    width: 700px;
    margin: 100px auto;
  }
  /* line 71, app/assets/stylesheets/ygl/_page.scss */
  .page--the-journey .page-standfirst {
    width: 720px;
  }
}

/* line 77, app/assets/stylesheets/ygl/_page.scss */
.page-body {
  font-size: 18px;
  line-height: 1.375em;
  line-height: 1.6em;
  font-size: 1rem;
  padding-bottom: 178px;
  overflow: hidden;
}

@media only screen and (min-width: 900px) {
  /* line 77, app/assets/stylesheets/ygl/_page.scss */
  .page-body {
    font-size: 1.125rem;
  }
}

/* line 161, app/assets/stylesheets/ygl/_typography.scss */
.page-body a {
  font-weight: 600;
  color: #202020;
  text-decoration: none;
  border-bottom: 3px solid #ffd701;
}

/* line 84, app/assets/stylesheets/ygl/_page.scss */
.page--the-journey .page-body {
  padding-bottom: 0;
  overflow: visible;
}

/* line 90, app/assets/stylesheets/ygl/_page.scss */
.st__content-block {
  max-width: 620px;
  margin: 0 auto;
  position: relative;
  padding-left: 19px;
  padding-right: 19px;
}

/* line 98, app/assets/stylesheets/ygl/_page.scss */
.st__content-block--heading {
  margin: 1em auto;
  line-height: 1.35em;
  font-size: 1.5rem;
}

@media only screen and (min-width: 900px) {
  /* line 98, app/assets/stylesheets/ygl/_page.scss */
  .st__content-block--heading {
    font-size: 2.75rem;
  }
}

/* line 103, app/assets/stylesheets/ygl/_page.scss */
.st__content-block--image {
  max-width: 1085px;
  padding: 0 19px;
  margin: 0 auto;
  margin-top: 38px;
  margin-bottom: 114px;
  position: relative;
}

/* line 110, app/assets/stylesheets/ygl/_page.scss */
.st__content-block--image:before {
  content: "";
  width: calc(100% - 38px);
  height: 100%;
  background: #ffd701;
  position: absolute;
  top: 19px;
  left: 38px;
  clip-path: polygon(0 0, 100% 0, 83.5% 100%, 0 100%);
}

/* line 120, app/assets/stylesheets/ygl/_page.scss */
.st__content-block--image .st__content-block--image-figure {
  position: relative;
  clip-path: polygon(0 0, 100% 0, 83.5% 100%, 0 100%);
  width: 100%;
  position: relative;
  padding-top: 66.8202764977%;
}

/* line 27, node_modules/css-patterns/stylesheets/patterns/_fluid_media_wrapper.scss */
.st__content-block--image .st__content-block--image-figure embed,
.st__content-block--image .st__content-block--image-figure iframe,
.st__content-block--image .st__content-block--image-figure object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 125, app/assets/stylesheets/ygl/_page.scss */
.st__content-block--image .st__content-block--image-figure img {
  position: absolute;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

/* line 136, app/assets/stylesheets/ygl/_page.scss */
.st__content-block--list ul {
  padding-left: 1em;
  list-style-type: square;
}

/* line 139, app/assets/stylesheets/ygl/_page.scss */
.st__content-block--list ul li {
  padding-bottom: 1em;
}

/* line 148, app/assets/stylesheets/ygl/_page.scss */
.page--vision-and-mission .st__content-block--list ul,
.page--impact .st__content-block--list ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

/* line 151, app/assets/stylesheets/ygl/_page.scss */
.page--vision-and-mission .st__content-block--list li,
.page--impact .st__content-block--list li {
  padding: .76rem 0 1rem;
}

/* line 153, app/assets/stylesheets/ygl/_page.scss */
.page--vision-and-mission .st__content-block--list li > b,
.page--vision-and-mission .st__content-block--list li > strong,
.page--impact .st__content-block--list li > b,
.page--impact .st__content-block--list li > strong {
  font-size: 24px;
  min-height: 70px;
  line-height: 1.35;
  display: block;
  background: url(/assets/ygl/bullet-615208c401c7b05c080548fceebc9be0d236b25c7b355a46c64e14cd65aa4fe8.svg) no-repeat 0 center;
  margin-left: -15px;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 0;
}

@media only screen and (min-width: 900px) {
  /* line 153, app/assets/stylesheets/ygl/_page.scss */
  .page--vision-and-mission .st__content-block--list li > b,
.page--vision-and-mission .st__content-block--list li > strong,
.page--impact .st__content-block--list li > b,
.page--impact .st__content-block--list li > strong {
    min-height: 70px;
    line-height: 70px;
  }
}

/* line 168, app/assets/stylesheets/ygl/_page.scss */
.page--vision-and-mission .st__content-block--list li > b > br,
.page--vision-and-mission .st__content-block--list li > b + br,
.page--vision-and-mission .st__content-block--list li > strong > br,
.page--vision-and-mission .st__content-block--list li > strong + br,
.page--impact .st__content-block--list li > b > br,
.page--impact .st__content-block--list li > b + br,
.page--impact .st__content-block--list li > strong > br,
.page--impact .st__content-block--list li > strong + br {
  display: none;
}

/* line 177, app/assets/stylesheets/ygl/_page.scss */
.st__content-block--break {
  position: relative;
  max-width: 100%;
  padding: 0;
  margin-bottom: -70px;
}

/* line 184, app/assets/stylesheets/ygl/_page.scss */
.st__content-block--break:nth-of-type(even) .st__content-block--break-top, .page--people .st__content-block--break .st__content-block--break-top {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 178px 2722px;
  border-color: transparent transparent #fff transparent;
}

/* line 187, app/assets/stylesheets/ygl/_page.scss */
.st__content-block--break:nth-of-type(even) .st__content-block--break-btm, .page--people .st__content-block--break .st__content-block--break-btm {
  background: #fff;
}

/* line 191, app/assets/stylesheets/ygl/_page.scss */
.st__content-block--break .st__content-block--break-top {
  display: block;
  position: relative;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 178px 2722px;
  border-color: transparent transparent #f5f7f6 transparent;
}

/* line 196, app/assets/stylesheets/ygl/_page.scss */
.st__content-block--break .st__content-block--break-btm {
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  height: 1000rem;
  background: #f5f7f6;
}

/* line 205, app/assets/stylesheets/ygl/_page.scss */
.st__content-block--break:last-child {
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/ygl/_page-header.scss */
.page-header {
  height: 185px;
  background: #ffd701;
  overflow: hidden;
  position: relative;
  z-index: 100;
}

@media only screen and (min-width: 900px) {
  /* line 1, app/assets/stylesheets/ygl/_page-header.scss */
  .page-header {
    height: 575px;
    overflow: visible;
  }
}

/* line 13, app/assets/stylesheets/ygl/_page-header.scss */
.page-header__content {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-color: #EFEFEF;
  overflow: hidden;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  z-index: 100;
}

/* line 24, app/assets/stylesheets/ygl/_page-header.scss */
.page-header__content .page-header__video {
  display: none;
}

@media only screen and (min-width: 900px) {
  /* line 24, app/assets/stylesheets/ygl/_page-header.scss */
  .page-header__content .page-header__video {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  /* line 34, app/assets/stylesheets/ygl/_page-header.scss */
  .page-header__content .page-header__video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translateX(-50%) translateY(-50%);
  }
}

@media only screen and (min-width: 900px) {
  /* line 13, app/assets/stylesheets/ygl/_page-header.scss */
  .page-header__content {
    overflow: visible;
  }
}

/* line 49, app/assets/stylesheets/ygl/_page-header.scss */
.mask-rgt,
.mask-btm,
.mask-lft {
  position: absolute;
}

/* line 55, app/assets/stylesheets/ygl/_page-header.scss */
.mask-rgt,
.mask-lft {
  border-style: solid;
  border-color: #ffd701;
}

/* line 61, app/assets/stylesheets/ygl/_page-header.scss */
.mask-lft {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-width: 2600px 740px 0 0;
  border-color: #ffd701 transparent transparent transparent;
  z-index: 102;
}

/* line 71, app/assets/stylesheets/ygl/_page-header.scss */
.mask-rgt {
  bottom: 0;
  right: -575px;
  width: 0;
  height: 0;
  border-width: 0 0 2600px 740px;
  border-color: transparent transparent #ffd701 transparent;
  display: none;
}

@media only screen and (min-width: 900px) {
  /* line 71, app/assets/stylesheets/ygl/_page-header.scss */
  .mask-rgt {
    display: block;
  }
}

/* line 84, app/assets/stylesheets/ygl/_page-header.scss */
.mask-btm {
  bottom: -65px;
  border-style: solid;
  border-width: 0 0 178px 2722px;
  border-color: transparent transparent #fff transparent;
}

@media only screen and (min-width: 900px) {
  /* line 84, app/assets/stylesheets/ygl/_page-header.scss */
  .mask-btm {
    bottom: 0;
    display: block;
  }
}

/* line 1, app/assets/stylesheets/ygl/_carousel.scss */
.carousel {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 50px;
}

/* line 7, app/assets/stylesheets/ygl/_carousel.scss */
.carousel .collection-touts {
  overflow: hidden;
  width: 100%;
  position: relative;
}

/* line 13, app/assets/stylesheets/ygl/_carousel.scss */
.carousel .l-wrap {
  position: relative;
}

/* line 17, app/assets/stylesheets/ygl/_carousel.scss */
.carousel .pagination {
  position: absolute;
  right: 0;
  top: 75px;
  width: auto;
}

/* line 25, app/assets/stylesheets/ygl/_carousel.scss */
.carousel .pagination__link.is-disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 32, app/assets/stylesheets/ygl/_carousel.scss */
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

/* line 36, app/assets/stylesheets/ygl/_carousel.scss */
.glide * {
  box-sizing: inherit;
}

/* line 38, app/assets/stylesheets/ygl/_carousel.scss */
.glide__track {
  overflow: hidden;
}

/* line 40, app/assets/stylesheets/ygl/_carousel.scss */
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

/* line 53, app/assets/stylesheets/ygl/_carousel.scss */
.glide__slides--dragging {
  user-select: none;
}

/* line 55, app/assets/stylesheets/ygl/_carousel.scss */
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 63, app/assets/stylesheets/ygl/_carousel.scss */
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* line 68, app/assets/stylesheets/ygl/_carousel.scss */
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}

/* line 71, app/assets/stylesheets/ygl/_carousel.scss */
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}

/* line 74, app/assets/stylesheets/ygl/_carousel.scss */
.glide--rtl {
  direction: rtl;
}

/* line 2, app/assets/stylesheets/ygl/_modal.scss */
.modal {
  position: fixed;
  z-index: 1000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

/* line 11, app/assets/stylesheets/ygl/_modal.scss */
.modal.is-open {
  pointer-events: initial;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
}

/* line 19, app/assets/stylesheets/ygl/_modal.scss */
.modal-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 27, app/assets/stylesheets/ygl/_modal.scss */
.modal:not(.has-video) .modal-container {
  width: 100%;
  position: absolute;
  background-color: #fff;
  box-sizing: border-box;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media only screen and (min-width: 900px) {
  /* line 27, app/assets/stylesheets/ygl/_modal.scss */
  .modal:not(.has-video) .modal-container {
    width: calc(100% - 38px);
    max-width: 800px;
    height: 66vh;
    max-height: 90vh;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}

/* line 44, app/assets/stylesheets/ygl/_modal.scss */
.modal:not(.has-video) .modal-content {
  margin: 19px;
  overflow: hidden;
  overflow-y: scroll;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-right: 9.5px;
}

@media only screen and (min-width: 900px) {
  /* line 44, app/assets/stylesheets/ygl/_modal.scss */
  .modal:not(.has-video) .modal-content {
    margin: 47.5px;
    padding-right: 38px;
  }
}

/* line 61, app/assets/stylesheets/ygl/_modal.scss */
.has-video .modal-container {
  width: 95%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

@media only screen and (min-width: 900px) {
  /* line 61, app/assets/stylesheets/ygl/_modal.scss */
  .has-video .modal-container {
    width: 77vw;
  }
}

/* line 73, app/assets/stylesheets/ygl/_modal.scss */
.video-wrapper {
  position: relative;
  padding-top: 56.25%;
  height: 0;
}

/* line 27, node_modules/css-patterns/stylesheets/patterns/_fluid_media_wrapper.scss */
.video-wrapper embed,
.video-wrapper iframe,
.video-wrapper object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 78, app/assets/stylesheets/ygl/_modal.scss */
.modal-close {
  background: url(/assets/ygl/nav-close-d9768469abaa714960b473bed3f4953e5db583823bae3a50b363f34b9acc997c.svg) no-repeat;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 19px;
  right: 19px;
  overflow: hidden;
  text-indent: -1000rem;
}

/* line 87, app/assets/stylesheets/ygl/_modal.scss */
.has-video .modal-close {
  top: -38px;
  right: 0;
}

@media only screen and (min-width: 900px) {
  /* line 87, app/assets/stylesheets/ygl/_modal.scss */
  .has-video .modal-close {
    top: -22.8px;
    right: -22.8px;
  }
}

/* line 1, app/assets/stylesheets/ygl/_collections.scss */
.collection-basics, .collection--grey, .collection--white, .collection--default {
  width: 100%;
}

/* line 4, app/assets/stylesheets/ygl/_collections.scss */
.collection-basics .collection-touts .tout, .collection--grey .collection-touts .tout, .collection--white .collection-touts .tout, .collection--default .collection-touts .tout {
  position: relative;
  background: #fff;
}

/* line 7, app/assets/stylesheets/ygl/_collections.scss */
.collection-basics .collection-touts .tout:after, .collection--grey .collection-touts .tout:after, .collection--white .collection-touts .tout:after, .collection--default .collection-touts .tout:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 100px 30px;
  border-color: transparent transparent #ffd701 transparent;
}

/* line 14, app/assets/stylesheets/ygl/_collections.scss */
.collection-basics .collection-touts .tout-link, .collection--grey .collection-touts .tout-link, .collection--white .collection-touts .tout-link, .collection--default .collection-touts .tout-link {
  display: block;
  height: 100%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  color: #202020;
}

/* line 20, app/assets/stylesheets/ygl/_collections.scss */
.collection-basics .collection-touts .tout-details, .collection--grey .collection-touts .tout-details, .collection--white .collection-touts .tout-details, .collection--default .collection-touts .tout-details {
  padding: 19px;
}

/* line 23, app/assets/stylesheets/ygl/_collections.scss */
.collection-basics .collection-touts .tout-title, .collection--grey .collection-touts .tout-title, .collection--white .collection-touts .tout-title, .collection--default .collection-touts .tout-title {
  margin-top: 0;
}

/* line 26, app/assets/stylesheets/ygl/_collections.scss */
.collection-basics .collection-touts .tout-image, .collection--grey .collection-touts .tout-image, .collection--white .collection-touts .tout-image, .collection--default .collection-touts .tout-image {
  border-bottom: 1px solid #EFEFEF;
}

@media only screen and (min-width: 900px) {
  /* line 3, app/assets/stylesheets/ygl/_collections.scss */
  .collection-basics .collection-touts, .collection--grey .collection-touts, .collection--white .collection-touts, .collection--default .collection-touts {
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  /* line 36, app/assets/stylesheets/ygl/_collections.scss */
  .collection-basics .collection-touts .tout, .collection--grey .collection-touts .tout, .collection--white .collection-touts .tout, .collection--default .collection-touts .tout {
    flex: 0 1 calc((100% - 38px) / 3);
    width: calc((100% - 38px) / 3);
  }
}

/* line 45, app/assets/stylesheets/ygl/_collections.scss */
.collection-title, .tout--home-hero .tout-title {
  line-height: 1.35em;
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 47.5px;
}

@media only screen and (min-width: 900px) {
  /* line 45, app/assets/stylesheets/ygl/_collections.scss */
  .collection-title, .tout--home-hero .tout-title {
    font-size: 3.25rem;
  }
}

/* line 50, app/assets/stylesheets/ygl/_collections.scss */
.homepage .collection-title span, .homepage .tout--home-hero .tout-title span, .tout--home-hero .homepage .tout-title span {
  border-bottom: 5px solid #ffd701;
  padding: 0.2em;
}

@media only screen and (min-width: 900px) {
  /* line 45, app/assets/stylesheets/ygl/_collections.scss */
  .collection-title, .tout--home-hero .tout-title {
    text-align: left;
    margin-bottom: 76px;
  }
  /* line 58, app/assets/stylesheets/ygl/_collections.scss */
  .collection-title span, .tout--home-hero .tout-title span {
    border-width: 6px;
  }
}

/* line 69, app/assets/stylesheets/ygl/_collections.scss */
.page--get-involved .collection .tout-cta__link {
  display: none;
}

/* line 73, app/assets/stylesheets/ygl/_collections.scss */
.page--get-involved .collection.collection--articles .tout-cta__link {
  display: inline-block;
}

@media only screen and (min-width: 900px) {
  /* line 84, app/assets/stylesheets/ygl/_collections.scss */
  .collection--default:not(.collection--articles) .collection-touts .tout:nth-child(-n+2),
.collection--grey .collection-touts .tout:nth-child(-n+2) {
    flex: 0 1 calc((100% - 19px) / 2);
    width: calc((100% - 19px) / 2);
  }
  /* line 89, app/assets/stylesheets/ygl/_collections.scss */
  .collection--default:not(.collection--articles) .collection-touts .tout:nth-child(1), .collection--default:not(.collection--articles) .collection-touts .tout:nth-child(3n + 3), .collection--default:not(.collection--articles) .collection-touts .tout:nth-child(3n + 4),
.collection--grey .collection-touts .tout:nth-child(1),
.collection--grey .collection-touts .tout:nth-child(3n + 3),
.collection--grey .collection-touts .tout:nth-child(3n + 4) {
    margin-right: 19px;
  }
  /* line 94, app/assets/stylesheets/ygl/_collections.scss */
  .collection--default:not(.collection--articles) .collection-touts .tout:nth-child(3n + 4),
.collection--grey .collection-touts .tout:nth-child(3n + 4) {
    margin-right: 18px;
  }
}

@media only screen and (min-width: 900px) {
  /* line 105, app/assets/stylesheets/ygl/_collections.scss */
  .collection--articles .collection-touts .tout {
    flex: 0 1 calc((100% - 38px) / 3);
    width: calc((100% - 38px) / 3);
  }
  /* line 111, app/assets/stylesheets/ygl/_collections.scss */
  .collection--articles .collection-touts .tout:nth-child(3n - 2) {
    margin-right: 19px;
  }
  /* line 114, app/assets/stylesheets/ygl/_collections.scss */
  .collection--articles .collection-touts .tout:nth-child(3n - 1) {
    margin-right: 18px;
  }
}

/* line 34, app/assets/stylesheets/ygl/_mixins.scss */
.collection--white:before {
  content: "";
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 178px 2722px;
  border-color: transparent transparent #fff transparent;
}

/* line 39, app/assets/stylesheets/ygl/_mixins.scss */
.collection--white .collection-content {
  background: #fff;
  overflow: hidden;
  padding-bottom: 178px;
  margin-bottom: -178px;
  position: relative;
}

/* line 46, app/assets/stylesheets/ygl/_mixins.scss */
.collection--white .collection-title, .collection--white .tout--home-hero .tout-title, .tout--home-hero .collection--white .tout-title {
  margin-top: 0;
}

/* line 49, app/assets/stylesheets/ygl/_mixins.scss */
.collection--white .collection-footer {
  border-style: solid;
  border-width: 0 0 178px 2722px;
  border-color: transparent transparent #fff transparent;
  position: relative;
}

/* line 53, app/assets/stylesheets/ygl/_mixins.scss */
.collection--white:last-child {
  margin-bottom: 178px;
}

/* line 34, app/assets/stylesheets/ygl/_mixins.scss */
.collection--grey:before {
  content: "";
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 178px 2722px;
  border-color: transparent transparent #f5f7f6 transparent;
}

/* line 39, app/assets/stylesheets/ygl/_mixins.scss */
.collection--grey .collection-content {
  background: #f5f7f6;
  overflow: hidden;
  padding-bottom: 178px;
  margin-bottom: -178px;
  position: relative;
}

/* line 46, app/assets/stylesheets/ygl/_mixins.scss */
.collection--grey .collection-title, .collection--grey .tout--home-hero .tout-title, .tout--home-hero .collection--grey .tout-title {
  margin-top: 0;
}

/* line 49, app/assets/stylesheets/ygl/_mixins.scss */
.collection--grey .collection-footer {
  border-style: solid;
  border-width: 0 0 178px 2722px;
  border-color: transparent transparent #fff transparent;
  position: relative;
}

/* line 53, app/assets/stylesheets/ygl/_mixins.scss */
.collection--grey:last-child {
  margin-bottom: 178px;
}

/* line 132, app/assets/stylesheets/ygl/_collections.scss */
.collection--dark {
  color: #fff;
}

/* line 34, app/assets/stylesheets/ygl/_mixins.scss */
.collection--dark:before {
  content: "";
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 178px 2722px;
  border-color: transparent transparent #202020 transparent;
}

/* line 39, app/assets/stylesheets/ygl/_mixins.scss */
.collection--dark .collection-content {
  background: #202020;
  overflow: hidden;
  padding-bottom: 178px;
  margin-bottom: -178px;
  position: relative;
}

/* line 46, app/assets/stylesheets/ygl/_mixins.scss */
.collection--dark .collection-title, .collection--dark .tout--home-hero .tout-title, .tout--home-hero .collection--dark .tout-title {
  margin-top: 0;
}

/* line 49, app/assets/stylesheets/ygl/_mixins.scss */
.collection--dark .collection-footer {
  border-style: solid;
  border-width: 0 0 178px 2722px;
  border-color: transparent transparent #fff transparent;
  position: relative;
}

/* line 53, app/assets/stylesheets/ygl/_mixins.scss */
.collection--dark:last-child {
  margin-bottom: 178px;
}

/* line 135, app/assets/stylesheets/ygl/_collections.scss */
.collection--dark a {
  color: #fff;
}

/* line 138, app/assets/stylesheets/ygl/_collections.scss */
.collection--dark .l-wrap {
  max-width: 1100px;
}

/* line 141, app/assets/stylesheets/ygl/_collections.scss */
.collection--dark nav.pagination {
  right: auto;
  top: auto;
  bottom: 0;
  z-index: 52;
}

/* line 147, app/assets/stylesheets/ygl/_collections.scss */
.collection--dark .collection-title, .collection--dark .tout--home-hero .tout-title, .tout--home-hero .collection--dark .tout-title {
  line-height: 1em;
  font-size: 1rem;
  color: #ffd701;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  text-align: left;
}

@media only screen and (min-width: 900px) {
  /* line 147, app/assets/stylesheets/ygl/_collections.scss */
  .collection--dark .collection-title, .collection--dark .tout--home-hero .tout-title, .tout--home-hero .collection--dark .tout-title {
    font-size: 1.125rem;
  }
}

/* line 153, app/assets/stylesheets/ygl/_collections.scss */
.collection--dark .collection-title span, .collection--dark .tout--home-hero .tout-title span, .tout--home-hero .collection--dark .tout-title span {
  border: 0;
}

/* line 158, app/assets/stylesheets/ygl/_collections.scss */
.collection--dark .collection-touts {
  overflow: hidden;
}

/* line 162, app/assets/stylesheets/ygl/_collections.scss */
.collection--dark .tout-link {
  display: flex;
  flex-direction: column-reverse;
}

@media only screen and (min-width: 900px) {
  /* line 162, app/assets/stylesheets/ygl/_collections.scss */
  .collection--dark .tout-link {
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 900px) {
  /* line 170, app/assets/stylesheets/ygl/_collections.scss */
  .collection--dark .tout-image {
    flex: 0 1 50%;
  }
}

@media only screen and (min-width: 900px) {
  /* line 175, app/assets/stylesheets/ygl/_collections.scss */
  .collection--dark .tout-details {
    flex: 0 1 50%;
  }
}

/* line 180, app/assets/stylesheets/ygl/_collections.scss */
.collection--dark .tout-title {
  line-height: 1.35em;
  font-size: 1.5rem;
}

@media only screen and (min-width: 900px) {
  /* line 180, app/assets/stylesheets/ygl/_collections.scss */
  .collection--dark .tout-title {
    font-size: 2.25rem;
  }
}

/* line 183, app/assets/stylesheets/ygl/_collections.scss */
.collection--dark .tout-body {
  padding-right: 76px;
}

/* line 34, app/assets/stylesheets/ygl/_mixins.scss */
.collection--people:before {
  content: "";
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 178px 2722px;
  border-color: transparent transparent #fff transparent;
}

/* line 39, app/assets/stylesheets/ygl/_mixins.scss */
.collection--people .collection-content {
  background: #fff;
  overflow: hidden;
  padding-bottom: 178px;
  margin-bottom: -178px;
  position: relative;
}

/* line 46, app/assets/stylesheets/ygl/_mixins.scss */
.collection--people .collection-title, .collection--people .tout--home-hero .tout-title, .tout--home-hero .collection--people .tout-title {
  margin-top: 0;
}

/* line 49, app/assets/stylesheets/ygl/_mixins.scss */
.collection--people .collection-footer {
  border-style: solid;
  border-width: 0 0 178px 2722px;
  border-color: transparent transparent #fff transparent;
  position: relative;
}

/* line 53, app/assets/stylesheets/ygl/_mixins.scss */
.collection--people:last-child {
  margin-bottom: 178px;
}

@media only screen and (min-width: 900px) {
  /* line 190, app/assets/stylesheets/ygl/_collections.scss */
  .collection--people .collection-touts {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  /* line 197, app/assets/stylesheets/ygl/_collections.scss */
  .collection--people .collection-touts .person {
    flex: 0 1 calc((100% - 38px) / 3);
    width: calc((100% - 38px) / 3);
  }
}

@media only screen and (min-width: 900px) {
  /* line 205, app/assets/stylesheets/ygl/_collections.scss */
  .collection--people .collection-title, .collection--people .tout--home-hero .tout-title, .tout--home-hero .collection--people .tout-title {
    text-align: center;
  }
}

/* line 209, app/assets/stylesheets/ygl/_collections.scss */
.collection--people .tout-cta {
  text-align: center;
}

/* line 34, app/assets/stylesheets/ygl/_mixins.scss */
.collection--people-team:before {
  content: "";
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 178px 2722px;
  border-color: transparent transparent #f5f7f6 transparent;
}

/* line 39, app/assets/stylesheets/ygl/_mixins.scss */
.collection--people-team .collection-content {
  background: #f5f7f6;
  overflow: hidden;
  padding-bottom: 178px;
  margin-bottom: -178px;
  position: relative;
}

/* line 46, app/assets/stylesheets/ygl/_mixins.scss */
.collection--people-team .collection-title, .collection--people-team .tout--home-hero .tout-title, .tout--home-hero .collection--people-team .tout-title {
  margin-top: 0;
}

/* line 49, app/assets/stylesheets/ygl/_mixins.scss */
.collection--people-team .collection-footer {
  border-style: solid;
  border-width: 0 0 178px 2722px;
  border-color: transparent transparent #fff transparent;
  position: relative;
}

/* line 53, app/assets/stylesheets/ygl/_mixins.scss */
.collection--people-team:last-child {
  margin-bottom: 178px;
}

/* line 222, app/assets/stylesheets/ygl/_collections.scss */
.collection--ygl-timeline .collection-title, .collection--ygl-timeline .tout--home-hero .tout-title, .tout--home-hero .collection--ygl-timeline .tout-title {
  line-height: 1.35em;
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: .875em;
}

@media only screen and (min-width: 900px) {
  /* line 222, app/assets/stylesheets/ygl/_collections.scss */
  .collection--ygl-timeline .collection-title, .collection--ygl-timeline .tout--home-hero .tout-title, .tout--home-hero .collection--ygl-timeline .tout-title {
    font-size: 2.25rem;
  }
}

/* line 228, app/assets/stylesheets/ygl/_collections.scss */
.collection--ygl-timeline .tout--main {
  display: flex;
  justify-content: center;
  flex-direction: column-reverse;
  text-align: center;
}

/* line 233, app/assets/stylesheets/ygl/_collections.scss */
.collection--ygl-timeline .tout--main .image {
  width: 120px;
  height: 120px;
  margin: 19px auto;
}

/* line 238, app/assets/stylesheets/ygl/_collections.scss */
.collection--ygl-timeline .tout--main .tout-details p {
  line-height: 1.6em;
  font-size: 1rem;
}

@media only screen and (min-width: 900px) {
  /* line 238, app/assets/stylesheets/ygl/_collections.scss */
  .collection--ygl-timeline .tout--main .tout-details p {
    font-size: 1.125rem;
  }
}

/* line 243, app/assets/stylesheets/ygl/_collections.scss */
.collection--ygl-timeline .tout-image {
  position: relative;
  width: calc(100% - 19px);
  margin-bottom: 38px;
}

/* line 247, app/assets/stylesheets/ygl/_collections.scss */
.collection--ygl-timeline .tout-image .image {
  width: 100%;
  display: block;
  position: relative;
  z-index: 52;
}

/* line 253, app/assets/stylesheets/ygl/_collections.scss */
.collection--ygl-timeline .tout-image:before {
  content: "";
  position: absolute;
  top: 19px;
  left: 19px;
  background-color: #ffd701;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 900px) {
  /* line 265, app/assets/stylesheets/ygl/_collections.scss */
  .collection--ygl-timeline .tout--main {
    display: block;
    text-align: left;
  }
  /* line 271, app/assets/stylesheets/ygl/_collections.scss */
  .collection--ygl-timeline:last-of-type .tout--main {
    border: 0;
  }
  /* line 276, app/assets/stylesheets/ygl/_collections.scss */
  .collection--ygl-timeline .collection-title, .collection--ygl-timeline .tout--home-hero .tout-title, .tout--home-hero .collection--ygl-timeline .tout-title {
    margin-top: 1em;
  }
  /* line 280, app/assets/stylesheets/ygl/_collections.scss */
  .collection--ygl-timeline .collection-touts {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  /* line 286, app/assets/stylesheets/ygl/_collections.scss */
  .collection--ygl-timeline .tout {
    position: relative;
  }
  /* line 290, app/assets/stylesheets/ygl/_collections.scss */
  .collection--ygl-timeline .tout--main {
    width: 50%;
    flex: 0 1 50%;
    border-right: 5px solid #ffd701;
    margin-bottom: 0;
  }
  /* line 295, app/assets/stylesheets/ygl/_collections.scss */
  .collection--ygl-timeline .tout--main .tout-details {
    margin-right: 114px;
  }
  /* line 298, app/assets/stylesheets/ygl/_collections.scss */
  .collection--ygl-timeline .tout--main .image {
    position: absolute;
    width: 120px;
    top: -20px;
    right: -60px;
  }
  /* line 306, app/assets/stylesheets/ygl/_collections.scss */
  .collection--ygl-timeline .image-touts {
    width: 42%;
    flex: 0 1 42%;
    padding-bottom: 76px;
  }
  /* line 310, app/assets/stylesheets/ygl/_collections.scss */
  .collection--ygl-timeline .image-touts .tout--0 {
    left: 70px;
  }
  /* line 313, app/assets/stylesheets/ygl/_collections.scss */
  .collection--ygl-timeline .image-touts .tout--1 {
    position: relative;
    margin-top: -85px;
    left: 0;
  }
}

/* line 322, app/assets/stylesheets/ygl/_collections.scss */
.collection--triptych {
  margin-top: -68px;
}

/* line 34, app/assets/stylesheets/ygl/_mixins.scss */
.collection--triptych:before {
  content: "";
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 178px 2722px;
  border-color: transparent transparent #f5f7f6 transparent;
}

/* line 39, app/assets/stylesheets/ygl/_mixins.scss */
.collection--triptych .collection-content {
  background: #f5f7f6;
  overflow: hidden;
  padding-bottom: 178px;
  margin-bottom: -178px;
  position: relative;
}

/* line 46, app/assets/stylesheets/ygl/_mixins.scss */
.collection--triptych .collection-title, .collection--triptych .tout--home-hero .tout-title, .tout--home-hero .collection--triptych .tout-title {
  margin-top: 0;
}

/* line 49, app/assets/stylesheets/ygl/_mixins.scss */
.collection--triptych .collection-footer {
  border-style: solid;
  border-width: 0 0 178px 2722px;
  border-color: transparent transparent #fff transparent;
  position: relative;
}

/* line 53, app/assets/stylesheets/ygl/_mixins.scss */
.collection--triptych:last-child {
  margin-bottom: 178px;
}

/* line 325, app/assets/stylesheets/ygl/_collections.scss */
.collection--triptych .collection-content {
  margin-top: -40px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 900px) {
  /* line 330, app/assets/stylesheets/ygl/_collections.scss */
  .collection--triptych .collection-content {
    margin-top: 0;
    padding-bottom: 100px;
  }
  /* line 334, app/assets/stylesheets/ygl/_collections.scss */
  .collection--triptych .l-wrap {
    max-width: 1100px;
  }
  /* line 337, app/assets/stylesheets/ygl/_collections.scss */
  .collection--triptych .collection-touts {
    display: flex;
    justify-content: space-between;
  }
  /* line 341, app/assets/stylesheets/ygl/_collections.scss */
  .collection--triptych .tout {
    flex: 0 1 calc(100% / 3 - 47.5px);
    width: calc(100% / 3 - 47.5px);
  }
}

/* line 347, app/assets/stylesheets/ygl/_collections.scss */
.collection--triptych .tout {
  text-align: center;
  margin-bottom: 38px;
}

/* line 351, app/assets/stylesheets/ygl/_collections.scss */
.collection--triptych .tout-image {
  margin-bottom: 19px;
}

/* line 353, app/assets/stylesheets/ygl/_collections.scss */
.collection--triptych .tout-image .image {
  width: 120px;
}

/* line 357, app/assets/stylesheets/ygl/_collections.scss */
.collection--triptych .tout-title {
  line-height: 1.35em;
  font-size: 1.5rem;
}

@media only screen and (min-width: 900px) {
  /* line 357, app/assets/stylesheets/ygl/_collections.scss */
  .collection--triptych .tout-title {
    font-size: 2.25rem;
  }
}

/* line 360, app/assets/stylesheets/ygl/_collections.scss */
.collection--triptych .tout-body {
  line-height: 1.5em;
  font-size: 1rem;
  text-align: left;
}

@media only screen and (min-width: 900px) {
  /* line 360, app/assets/stylesheets/ygl/_collections.scss */
  .collection--triptych .tout-body {
    font-size: 1.125rem;
  }
}

/* line 34, app/assets/stylesheets/ygl/_mixins.scss */
.collection--pages:before {
  content: "";
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 178px 2722px;
  border-color: transparent transparent #f5f7f6 transparent;
}

/* line 39, app/assets/stylesheets/ygl/_mixins.scss */
.collection--pages .collection-content {
  background: #f5f7f6;
  overflow: hidden;
  padding-bottom: 178px;
  margin-bottom: -178px;
  position: relative;
}

/* line 46, app/assets/stylesheets/ygl/_mixins.scss */
.collection--pages .collection-title, .collection--pages .tout--home-hero .tout-title, .tout--home-hero .collection--pages .tout-title {
  margin-top: 0;
}

/* line 49, app/assets/stylesheets/ygl/_mixins.scss */
.collection--pages .collection-footer {
  border-style: solid;
  border-width: 0 0 178px 2722px;
  border-color: transparent transparent #fff transparent;
  position: relative;
}

/* line 53, app/assets/stylesheets/ygl/_mixins.scss */
.collection--pages:last-child {
  margin-bottom: 178px;
}

/* line 369, app/assets/stylesheets/ygl/_collections.scss */
.collection--pages .collection-content {
  padding-bottom: 78px;
}

@media only screen and (max-width: 899px) {
  /* line 374, app/assets/stylesheets/ygl/_collections.scss */
  .collection--pages nav.pagination {
    right: auto;
    top: auto;
    bottom: 0;
    z-index: 52;
  }
}

/* line 34, app/assets/stylesheets/ygl/_mixins.scss */
.collection--quotes:before {
  content: "";
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 178px 2722px;
  border-color: transparent transparent #fff transparent;
}

/* line 39, app/assets/stylesheets/ygl/_mixins.scss */
.collection--quotes .collection-content {
  background: #fff;
  overflow: hidden;
  padding-bottom: 178px;
  margin-bottom: -178px;
  position: relative;
}

/* line 46, app/assets/stylesheets/ygl/_mixins.scss */
.collection--quotes .collection-title, .collection--quotes .tout--home-hero .tout-title, .tout--home-hero .collection--quotes .tout-title {
  margin-top: 0;
}

/* line 49, app/assets/stylesheets/ygl/_mixins.scss */
.collection--quotes .collection-footer {
  border-style: solid;
  border-width: 0 0 178px 2722px;
  border-color: transparent transparent #fff transparent;
  position: relative;
}

/* line 53, app/assets/stylesheets/ygl/_mixins.scss */
.collection--quotes:last-child {
  margin-bottom: 178px;
}

/* line 385, app/assets/stylesheets/ygl/_collections.scss */
.collection--quotes .collection-touts__group {
  position: relative;
}

/* line 387, app/assets/stylesheets/ygl/_collections.scss */
.collection--quotes .collection-touts__group .placeholder {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 38px;
}

/* line 392, app/assets/stylesheets/ygl/_collections.scss */
.collection--quotes .collection-touts__group .placeholder .image {
  width: 100%;
  display: block;
}

/* line 396, app/assets/stylesheets/ygl/_collections.scss */
.collection--quotes .collection-touts__group .placeholder:after {
  content: "";
  position: absolute;
  top: -2px;
  bottom: 0;
  left: -1px;
  right: 0;
  background: url(/assets/ygl/img-mask-lft-06d0082386d6ef33dcd729971ba6d0d7771d868a174ef99a13eb3a2cd890c200.svg) no-repeat bottom left;
}

/* line 406, app/assets/stylesheets/ygl/_collections.scss */
.collection--quotes .collection-touts__group:nth-child(even) .placeholder:after {
  top: -5px;
  bottom: 0;
  left: 0;
  right: -1px;
  background: url(/assets/ygl/img-mask-rgt-d170d9a4ac2a15e5957618be81546d6f5279d6d158ac5328a01dfd21aeb91b33.svg) no-repeat top right;
}

@media only screen and (min-width: 900px) {
  /* line 385, app/assets/stylesheets/ygl/_collections.scss */
  .collection--quotes .collection-touts__group {
    width: calc(100% / 12 * 8 - 19px);
    margin-bottom: 70px;
  }
  /* line 416, app/assets/stylesheets/ygl/_collections.scss */
  .collection--quotes .collection-touts__group .placeholder {
    position: absolute;
    right: -110%;
  }
  /* line 420, app/assets/stylesheets/ygl/_collections.scss */
  .collection--quotes .collection-touts__group:nth-child(even) {
    margin-left: calc(100% / 12 * 4 - 19px);
  }
  /* line 422, app/assets/stylesheets/ygl/_collections.scss */
  .collection--quotes .collection-touts__group:nth-child(even) .placeholder {
    right: 120%;
  }
}

/* line 428, app/assets/stylesheets/ygl/_collections.scss */
.collection--quotes .tout {
  margin: 0 0 38px 57px;
  padding: 0;
  font-weight: 300i;
  font-style: italic;
  line-height: 1.35em;
  font-size: 1.125rem;
  position: relative;
}

@media only screen and (min-width: 900px) {
  /* line 428, app/assets/stylesheets/ygl/_collections.scss */
  .collection--quotes .tout {
    font-size: 1.375rem;
  }
}

/* line 435, app/assets/stylesheets/ygl/_collections.scss */
.collection--quotes .tout:before {
  content: "";
  position: absolute;
  top: -25px;
  left: -95px;
  display: block;
  width: 82px;
  height: 69px;
  background: url(/assets/ygl/quote-75badf9cb4d3b9dd87033ca2c6d544b3df48540137847dfb718caf0f6bc46c84.svg) no-repeat;
}

@media only screen and (min-width: 900px) {
  /* line 428, app/assets/stylesheets/ygl/_collections.scss */
  .collection--quotes .tout {
    margin-left: 0;
  }
}

/* line 450, app/assets/stylesheets/ygl/_collections.scss */
.collection--quotes blockquote cite, .collection--quotes blockquote p {
  position: relative;
}

/* line 454, app/assets/stylesheets/ygl/_collections.scss */
.collection--quotes cite {
  display: block;
  text-align: right;
  font-weight: 800;
  line-height: 1.35em;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-style: normal;
}

@media only screen and (min-width: 900px) {
  /* line 454, app/assets/stylesheets/ygl/_collections.scss */
  .collection--quotes cite {
    font-size: 1.375rem;
  }
}

/* line 2, app/assets/stylesheets/ygl/_touts.scss */
.tout {
  margin-bottom: 19px;
}

/* line 4, app/assets/stylesheets/ygl/_touts.scss */
.collection--ygl-default .tout {
  position: relative;
}

/* line 6, app/assets/stylesheets/ygl/_touts.scss */
.collection--ygl-default .tout:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 100px 30px;
  border-color: transparent transparent #ffd701 transparent;
}

/* line 15, app/assets/stylesheets/ygl/_touts.scss */
.tout-title {
  margin-top: 0;
  line-height: 1.6em;
  font-size: 1rem;
}

@media only screen and (min-width: 900px) {
  /* line 15, app/assets/stylesheets/ygl/_touts.scss */
  .tout-title {
    font-size: 1.125rem;
  }
}

/* line 21, app/assets/stylesheets/ygl/_touts.scss */
.tout-image .placeholder {
  width: 100%;
  overflow: hidden;
}

/* line 24, app/assets/stylesheets/ygl/_touts.scss */
.tout-image .placeholder .image {
  display: block;
  width: 100%;
}

/* line 29, app/assets/stylesheets/ygl/_touts.scss */
.tout-image.with-video {
  position: relative;
}

/* line 31, app/assets/stylesheets/ygl/_touts.scss */
.tout-image.with-video:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(/assets/ygl/play-button-fd3dcefa6a0d5aea170e52adee6a6554872fae18ba82c7ead4903b673ea56f79.svg) no-repeat center;
  pointer-events: none;
}

/* line 45, app/assets/stylesheets/ygl/_touts.scss */
.tout-link.with-video .placeholder {
  position: relative;
}

/* line 47, app/assets/stylesheets/ygl/_touts.scss */
.tout-link.with-video .placeholder:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(/assets/ygl/play-button-fd3dcefa6a0d5aea170e52adee6a6554872fae18ba82c7ead4903b673ea56f79.svg) no-repeat center;
  pointer-events: none;
}

/* line 60, app/assets/stylesheets/ygl/_touts.scss */
.tout-link {
  text-decoration: none;
}

/* line 64, app/assets/stylesheets/ygl/_touts.scss */
.tout-meta {
  line-height: 1em;
  font-size: 1rem;
}

@media only screen and (min-width: 900px) {
  /* line 64, app/assets/stylesheets/ygl/_touts.scss */
  .tout-meta {
    font-size: 1.125rem;
  }
}

/* line 68, app/assets/stylesheets/ygl/_touts.scss */
.tout-description,
.tout-body {
  line-height: 1.35em;
  font-size: 1.25rem;
}

@media only screen and (min-width: 900px) {
  /* line 68, app/assets/stylesheets/ygl/_touts.scss */
  .tout-description,
.tout-body {
    font-size: 1.35rem;
  }
}

/* line 161, app/assets/stylesheets/ygl/_typography.scss */
.tout-description a,
.tout-body a {
  font-weight: 600;
  color: #202020;
  text-decoration: none;
  border-bottom: 3px solid #ffd701;
}

/* line 74, app/assets/stylesheets/ygl/_touts.scss */
.tout-cta__link {
  display: inline-block;
  text-transform: uppercase;
  line-height: 1.35em;
  font-size: 1rem;
  letter-spacing: 0.4px;
  font-weight: 800;
  text-decoration: none;
  color: #202020;
  border-bottom: 3px solid #ffd701;
  padding-right: 19px;
  background: url(/assets/ygl/cta-chevron-7605d395d362c6fd31e965606c8997a929a97a98bd9ae112432f14499c4a51a1.svg) right center no-repeat;
}

@media only screen and (min-width: 900px) {
  /* line 74, app/assets/stylesheets/ygl/_touts.scss */
  .tout-cta__link {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 900px) {
  /* line 74, app/assets/stylesheets/ygl/_touts.scss */
  .tout-cta__link {
    position: static;
  }
}

/* line 91, app/assets/stylesheets/ygl/_touts.scss */
.tout--page .tout-link {
  text-decoration: none;
  color: inherit;
}

/* line 95, app/assets/stylesheets/ygl/_touts.scss */
.tout--page .tout-title {
  line-height: 1.35em;
  font-size: 1.25rem;
  margin-top: 19px;
}

@media only screen and (min-width: 900px) {
  /* line 95, app/assets/stylesheets/ygl/_touts.scss */
  .tout--page .tout-title {
    font-size: 1.75rem;
  }
}

/* line 100, app/assets/stylesheets/ygl/_touts.scss */
.tout--page .tout-description {
  line-height: 1.35em;
  font-size: 1rem;
}

@media only screen and (min-width: 900px) {
  /* line 100, app/assets/stylesheets/ygl/_touts.scss */
  .tout--page .tout-description {
    font-size: 1rem;
  }
}

/* line 102, app/assets/stylesheets/ygl/_touts.scss */
.modal .tout--page .tout-description {
  display: none;
}

/* line 107, app/assets/stylesheets/ygl/_touts.scss */
.tout--page .tout-body {
  line-height: 1.35em;
  font-size: 1.25rem;
  display: none;
}

@media only screen and (min-width: 900px) {
  /* line 107, app/assets/stylesheets/ygl/_touts.scss */
  .tout--page .tout-body {
    font-size: 1.35rem;
  }
}

/* line 110, app/assets/stylesheets/ygl/_touts.scss */
.modal .tout--page .tout-body {
  display: block;
}

/* line 114, app/assets/stylesheets/ygl/_touts.scss */
.tout--page .st__content-block {
  max-width: 1000em;
  margin: 0 auto;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

/* line 123, app/assets/stylesheets/ygl/_touts.scss */
.tout--home-hero {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  padding-bottom: 76px;
}

@media only screen and (min-width: 900px) {
  /* line 123, app/assets/stylesheets/ygl/_touts.scss */
  .tout--home-hero {
    padding-bottom: 0;
  }
}

/* line 137, app/assets/stylesheets/ygl/_touts.scss */
.tout--home-hero .tout-image {
  margin-right: 19px;
  margin-top: 19px;
}

/* line 140, app/assets/stylesheets/ygl/_touts.scss */
.tout--home-hero .tout-image .placeholder {
  position: relative;
  padding-top: 100%;
  box-shadow: 19px 19px 0 #ffd701;
}

/* line 27, node_modules/css-patterns/stylesheets/patterns/_fluid_media_wrapper.scss */
.tout--home-hero .tout-image .placeholder embed,
.tout--home-hero .tout-image .placeholder iframe,
.tout--home-hero .tout-image .placeholder object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 143, app/assets/stylesheets/ygl/_touts.scss */
.tout--home-hero .tout-image .placeholder .image {
  position: absolute;
  height: 100%;
  width: auto;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

/* line 154, app/assets/stylesheets/ygl/_touts.scss */
.tout--home-hero .tout-cta__link {
  position: absolute;
  bottom: 0;
}

@media only screen and (min-width: 900px) {
  /* line 154, app/assets/stylesheets/ygl/_touts.scss */
  .tout--home-hero .tout-cta__link {
    position: static;
  }
}

@media only screen and (min-width: 900px) {
  /* line 123, app/assets/stylesheets/ygl/_touts.scss */
  .tout--home-hero {
    flex-direction: row-reverse;
    margin-top: 57px;
  }
  /* line 165, app/assets/stylesheets/ygl/_touts.scss */
  .tout--home-hero .tout-details,
.tout--home-hero .tout-image {
    flex: 0 1 50%;
  }
  /* line 169, app/assets/stylesheets/ygl/_touts.scss */
  .tout--home-hero .tout-details {
    margin-right: 9.5px;
  }
  /* line 172, app/assets/stylesheets/ygl/_touts.scss */
  .tout--home-hero .tout-image {
    margin-left: 9.5px;
  }
}

/* line 1, app/assets/stylesheets/ygl/_search-form.scss */
.input--query {
  margin-bottom: 38px;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 900px) {
  /* line 1, app/assets/stylesheets/ygl/_search-form.scss */
  .input--query {
    width: calc(50% - 9.5px);
  }
}

/* line 8, app/assets/stylesheets/ygl/_search-form.scss */
.input--query .input-field {
  border: 2px solid #ffd701;
  font-size: 1.4rem;
  padding: 9.5px 19px;
  width: 100%;
  box-sizing: border-box;
  background: #f5f7f6;
}

/* line 16, app/assets/stylesheets/ygl/_search-form.scss */
.input--query .input-field::-ms-clear {
  display: none;
}

/* line 21, app/assets/stylesheets/ygl/_search-form.scss */
.input--query .button--search {
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 900px) {
  /* line 30, app/assets/stylesheets/ygl/_search-form.scss */
  .select-group {
    display: flex;
    margin-bottom: 76px;
  }
  /* line 34, app/assets/stylesheets/ygl/_search-form.scss */
  .select-group .select-dropdown {
    flex: 0 1 33.3333%;
    margin-right: 19px;
  }
  /* line 37, app/assets/stylesheets/ygl/_search-form.scss */
  .select-group .select-dropdown:last-child {
    margin-right: 0;
  }
}

/* line 46, app/assets/stylesheets/ygl/_search-form.scss */
.page-module--new_class .select-group {
  text-align: center;
  display: block;
}

/* line 52, app/assets/stylesheets/ygl/_search-form.scss */
.select-dropdown {
  position: relative;
  font-size: 1rem;
  border-top: 2px solid #ffd701;
  border-bottom: 2px solid #ffd701;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 14px;
}

@media only screen and (min-width: 900px) {
  /* line 52, app/assets/stylesheets/ygl/_search-form.scss */
  .select-dropdown {
    display: inline-block;
    margin-bottom: 0;
  }
}

/* line 64, app/assets/stylesheets/ygl/_search-form.scss */
.page-module--new_class .select-dropdown {
  border-top: 0;
}

/* line 67, app/assets/stylesheets/ygl/_search-form.scss */
.select-dropdown select {
  min-width: 100%;
  cursor: pointer;
  position: relative;
  z-index: 5;
  background: transparent;
  line-height: 1.3;
  border: 0;
  border-radius: 0;
  padding: 0 57px 0 9.5px;
  height: 49px;
  appearance: none;
  font-weight: 800;
  color: inherit;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 83, app/assets/stylesheets/ygl/_search-form.scss */
.select-dropdown select::-ms-expand {
  display: none;
}

/* line 86, app/assets/stylesheets/ygl/_search-form.scss */
.select-dropdown select:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 90, app/assets/stylesheets/ygl/_search-form.scss */
.select-dropdown select:focus {
  outline: none;
}

/* line 94, app/assets/stylesheets/ygl/_search-form.scss */
.select-dropdown:after {
  content: "";
  width: 45px;
  height: 100%;
  pointer-events: none;
  background: #fff no-repeat url(/assets/ygl/chevron-down-a4566fc7e39577a315f8f24521f22df27384da34cb3e0a8bba63d26abcbf9e4b.svg) left 10px center;
  font-weight: bold;
  font-size: 1.1em;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: block;
}

/* line 1, app/assets/stylesheets/ygl/_pagination.scss */
.pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 8, app/assets/stylesheets/ygl/_pagination.scss */
.pagination-links {
  border-bottom: 2px solid #ffd701;
  padding: 0 3px;
  margin: 0 10px;
}

/* line 14, app/assets/stylesheets/ygl/_pagination.scss */
.p-page {
  font-size: 22px;
  padding: 0.5rem;
}

/* line 17, app/assets/stylesheets/ygl/_pagination.scss */
.p-page a {
  text-decoration: none;
  color: #202020;
}

/* line 21, app/assets/stylesheets/ygl/_pagination.scss */
.p-page.current {
  font-weight: 800;
}

/* line 26, app/assets/stylesheets/ygl/_pagination.scss */
.prev,
.next {
  width: 45px;
  height: 45px;
}

/* line 30, app/assets/stylesheets/ygl/_pagination.scss */
.prev .pagination__link,
.next .pagination__link {
  width: 100%;
  height: 100%;
  background-color: #ffd701;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

@media only screen and (min-width: 900px) {
  /* line 1, app/assets/stylesheets/ygl/_people-list.scss */
  .person-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  /* line 9, app/assets/stylesheets/ygl/_people-list.scss */
  .person-list .person {
    flex: 0 1 calc((100% - 38px) / 3);
    width: calc((100% - 38px) / 3);
    overflow: hidden;
  }
}

/* line 17, app/assets/stylesheets/ygl/_people-list.scss */
.person {
  padding-bottom: 76px;
}

/* line 19, app/assets/stylesheets/ygl/_people-list.scss */
.person.js-modal {
  cursor: pointer;
}

/* line 22, app/assets/stylesheets/ygl/_people-list.scss */
.modal .person {
  margin-top: 57px;
  padding-bottom: 0;
}

@media only screen and (min-width: 900px) {
  /* line 22, app/assets/stylesheets/ygl/_people-list.scss */
  .modal .person {
    margin-top: 0;
  }
}

/* line 31, app/assets/stylesheets/ygl/_people-list.scss */
.person-name {
  line-height: 1.35mem;
  font-size: 1.375rem;
  margin: 19px 0 9.5px;
}

@media only screen and (min-width: 900px) {
  /* line 31, app/assets/stylesheets/ygl/_people-list.scss */
  .person-name {
    font-size: 1.375rem;
  }
}

/* line 36, app/assets/stylesheets/ygl/_people-list.scss */
.person-meta {
  line-height: 1em;
  font-size: 1rem;
  margin: 0;
  line-height: 1.5;
}

@media only screen and (min-width: 900px) {
  /* line 36, app/assets/stylesheets/ygl/_people-list.scss */
  .person-meta {
    font-size: 1.125rem;
  }
}

/* line 42, app/assets/stylesheets/ygl/_people-list.scss */
.person-bio {
  line-height: 1.35em;
  font-size: 1rem;
  display: none;
}

@media only screen and (min-width: 900px) {
  /* line 42, app/assets/stylesheets/ygl/_people-list.scss */
  .person-bio {
    font-size: 1rem;
  }
}

/* line 45, app/assets/stylesheets/ygl/_people-list.scss */
.modal .person-bio {
  display: block;
}

/* line 50, app/assets/stylesheets/ygl/_people-list.scss */
.person-socials {
  display: flex;
  margin: 19px 0;
  padding: 0;
  list-style: none;
}

/* line 56, app/assets/stylesheets/ygl/_people-list.scss */
.person-socials li {
  margin-right: 19px;
}

/* line 61, app/assets/stylesheets/ygl/_people-list.scss */
.person-social {
  display: block;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 70, app/assets/stylesheets/ygl/_people-list.scss */
.person-social--facebook {
  background-image: url(/assets/ygl/person-socials/facebook-ffbca6fac25975a6b64d363863ee7603c0e49ed0a8dd9cfdc8a4f19991a5fd05.svg);
}

/* line 74, app/assets/stylesheets/ygl/_people-list.scss */
.person-social--twitter {
  background-image: url(/assets/ygl/person-socials/twitter-530e8e1f9661a35f2d4091c51a9d5b45b3c6dd928893ea3570857fa327a75298.svg);
}

/* line 78, app/assets/stylesheets/ygl/_people-list.scss */
.person-social--linkedin {
  background-image: url(/assets/ygl/person-socials/linkedin-d408dae44da115ccc422687071ba5e07ea80adb9482e27f0eaa1dcbacd91ff58.svg);
}

/* line 82, app/assets/stylesheets/ygl/_people-list.scss */
.person-social--instagram {
  background-image: url(/images/ygl/person-socials/instagram.svg);
}

/* line 86, app/assets/stylesheets/ygl/_people-list.scss */
.person-social--youtube {
  width: 29px;
  background-image: url(/assets/ygl/person-socials/youtube-47aea90fc1843bfbda48094a52adf53d7352a3ec6bd3ac515ba80e32f3dbb575.svg);
}

/* line 91, app/assets/stylesheets/ygl/_people-list.scss */
.person-social--weibo {
  background-image: url(/assets/ygl/person-socials/weibo-6194a43ae2e302b1010d5e429146ae3ad0b029d13edd7389d9264c35c8076e52.svg);
}

/* line 97, app/assets/stylesheets/ygl/_people-list.scss */
.person__container .placeholder {
  overflow: hidden;
  margin-bottom: 19px;
  position: relative;
  padding-top: 102%;
  height: 0;
}

/* line 100, app/assets/stylesheets/ygl/_people-list.scss */
.person__container .placeholder:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 100px 30px;
  border-color: transparent transparent #ffd701 transparent;
}

/* line 27, node_modules/css-patterns/stylesheets/patterns/_fluid_media_wrapper.scss */
.person__container .placeholder embed,
.person__container .placeholder iframe,
.person__container .placeholder object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 110, app/assets/stylesheets/ygl/_people-list.scss */
.person__container .placeholder .image {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 119, app/assets/stylesheets/ygl/_people-list.scss */
.modal .person__container .person-meta {
  margin-bottom: 32.3px;
}

@media only screen and (min-width: 900px) {
  /* line 118, app/assets/stylesheets/ygl/_people-list.scss */
  .modal .person__container {
    display: flex;
    flex-wrap: wrap;
  }
  /* line 126, app/assets/stylesheets/ygl/_people-list.scss */
  .modal .person__container .person-image,
.modal .person__container .person-details {
    flex: 0 1 50%;
  }
  /* line 130, app/assets/stylesheets/ygl/_people-list.scss */
  .modal .person__container .person-details {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  /* line 135, app/assets/stylesheets/ygl/_people-list.scss */
  .modal .person__container .placeholder {
    margin-right: 19px;
  }
  /* line 138, app/assets/stylesheets/ygl/_people-list.scss */
  .modal .person__container .person-name {
    font-size: 2.25rem;
  }
  /* line 141, app/assets/stylesheets/ygl/_people-list.scss */
  .modal .person__container .person-meta {
    font-size: 1.25rem;
  }
}
