
@import url("https://use.typekit.net/cfy1tqf.css");
/*      Request ID: 5a212bb04d92a519f993c68cfaedfd85_1780879401 (06/12/2026 10:33am) (VYpBCoAwDARfZPMkUbuYQFqlm1b8vYInT8MMI3oUCI8eeoGBVn8yZYzkNnDp4kgVIWdf3bZZo7jMVveGbKhBCUUBJb93o8UtjNvf8CFxIx8=)      */



/*      Resource ID: 78885703e8958cd1731537530c6 (styles.scss, compiled by node-sass, minified by none) (06/12/2026 10:33am) (A:64476, B:65000, C:47772, D:48296, F:48296, J:48296, K:48296)      */


@font-face {
  font-family: 'Fontin Sans';
  src: url("/live/resource/css/_ingredients/themes/diversity/assets/fonts/fontin-sans/Fontin_Sans_R_45b.rev.1173152014.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'HK Grotesk Bold';
  src: url("/live/resource/css/_ingredients/themes/library-home/assets/fonts/hk-grotesk-bold/HKGrotesk-Bold.rev.1518794964.eot");
  src: url("/live/resource/css/_ingredients/themes/library-home/assets/fonts/hk-grotesk-bold/HKGrotesk-Bold.rev.1518794964.eot#iefix") format("embedded-opentype"), url("/live/resource/css/_ingredients/themes/library-home/assets/fonts/hk-grotesk-bold/HKGrotesk-Bold.rev.1518794964.woff") format("woff"), url("/live/resource/css/_ingredients/themes/library-home/assets/fonts/hk-grotesk-bold/HKGrotesk-Bold.rev.1518794964.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'HK Grotesk SemiBold';
  src: url("/live/resource/css/_ingredients/themes/library-home/assets/fonts/hk-grotesk-semibold/HKGrotesk-SemiBold.rev.1518794964.eot");
  src: url("/live/resource/css/_ingredients/themes/library-home/assets/fonts/hk-grotesk-semibold/HKGrotesk-SemiBold.rev.1518794964.eot#iefix") format("embedded-opentype"), url("/live/resource/css/_ingredients/themes/library-home/assets/fonts/hk-grotesk-semibold/HKGrotesk-SemiBold.rev.1518794964.woff") format("woff"), url("/live/resource/css/_ingredients/themes/library-home/assets/fonts/hk-grotesk-semibold/HKGrotesk-SemiBold.rev.1518794964.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'HK Grotesk Medium';
  src: url("/live/resource/css/_ingredients/themes/library-home/assets/fonts/hk-grotesk-medium/HKGrotesk-Medium.rev.1518794964.eot");
  src: url("/live/resource/css/_ingredients/themes/library-home/assets/fonts/hk-grotesk-medium/HKGrotesk-Medium.rev.1518794964.eot#iefix") format("embedded-opentype"), url("/live/resource/css/_ingredients/themes/library-home/assets/fonts/hk-grotesk-medium/HKGrotesk-Medium.rev.1518794964.woff") format("woff"), url("/_ingredients/themes/library-home/assets/fonts/hk-grotesk-medium/HKGrotesk-Bold.Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'HK Grotesk Regular';
  src: url("/live/resource/css/_ingredients/themes/library-home/assets/fonts/hk-grotesk-regular/HKGrotesk-Regular.rev.1518794964.eot");
  src: url("/live/resource/css/_ingredients/themes/library-home/assets/fonts/hk-grotesk-regular/HKGrotesk-Regular.rev.1518794964.eot#iefix") format("embedded-opentype"), url("/live/resource/css/_ingredients/themes/library-home/assets/fonts/hk-grotesk-regular/HKGrotesk-Regular.rev.1518794964.woff") format("woff"), url("/live/resource/css/_ingredients/themes/library-home/assets/fonts/hk-grotesk-regular/HKGrotesk-Regular.rev.1518794964.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

.page__content-wrapper {
  margin-top: 0 !important; }

/* -----------------------------------------------------------------------------
 *
 * Animations and interactions shared across the site
 *
 * ----------------------------------------------------------------------------- */
/* Keyframes */
@keyframes an-slide-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 20%, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes an-slide-right {
  0% {
    opacity: 0;
    transform: translate3d(-20%, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes an-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes an-fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* Variables */
/* ALL BLOCKS */
/* .c-block:not(.an-no-animate) > * > *,
.c-block:not(.an-no-animate) .b-card-grid__loop .c-card,
.c-block:not(.an-no-animate) .c-accordion .c-accordion__row { */
.an-will-animate,
.c-card.has-target-link.an-will-animate,
.b-events-grid .c-card.an-will-animate {
  opacity: 0.01;
  transition: opacity 1200ms cubic-bezier(0.4, 0, 0.2, 1), transform 1200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 100ms;
  transform: translateY(120px); }

.an-will-animate:nth-child(2), .c-card.has-target-link.an-will-animate:nth-child(2), .b-events-grid .c-card.an-will-animate:nth-child(2) {
  transition-delay: 250ms; }

.an-will-animate:nth-child(3), .c-card.has-target-link.an-will-animate:nth-child(3), .b-events-grid .c-card.an-will-animate:nth-child(3) {
  transition-delay: 400ms; }

.an-will-animate:nth-child(4), .c-card.has-target-link.an-will-animate:nth-child(4), .b-events-grid .c-card.an-will-animate:nth-child(4) {
  transition-delay: 500ms; }

.an-will-animate:nth-child(5), .c-card.has-target-link.an-will-animate:nth-child(5), .b-events-grid .c-card.an-will-animate:nth-child(5) {
  transition-delay: 600ms; }

.an-will-animate:nth-child(6), .c-card.has-target-link.an-will-animate:nth-child(6), .b-events-grid .c-card.an-will-animate:nth-child(6) {
  transition-delay: 700ms; }

.an-will-animate:nth-child(7), .c-card.has-target-link.an-will-animate:nth-child(7), .b-events-grid .c-card.an-will-animate:nth-child(7) {
  transition-delay: 800ms; }

.an-will-animate:nth-child(8), .c-card.has-target-link.an-will-animate:nth-child(8), .b-events-grid .c-card.an-will-animate:nth-child(8) {
  transition-delay: 900ms; }

.an-will-animate:nth-child(9), .c-card.has-target-link.an-will-animate:nth-child(9), .b-events-grid .c-card.an-will-animate:nth-child(9) {
  transition-delay: 1000ms; }

.an-will-animate:nth-child(10), .c-card.has-target-link.an-will-animate:nth-child(10), .b-events-grid .c-card.an-will-animate:nth-child(10) {
  transition-delay: 1100ms; }

/* .an-was-on-viewport.c-block:not(.an-no-animate) > * > *,
.an-was-on-viewport.c-block:not(.an-no-animate) .b-card-grid__loop .c-card,
.an-was-on-viewport.c-block:not(.an-no-animate) .c-accordion .c-accordion__row { */
.an-will-animate:not(.an-no-animate).an-was-on-viewport {
  opacity: 1;
  transform: translateY(0); }

/* Left Animation */
@media (min-width: 960px) {
  .an-will-animate.an-will-animate--left {
    transform: translateX(-120px); }
  .an-will-animate.an-will-animate--left.an-was-on-viewport {
    transform: translateX(0); } }

/* Right Animation */
@media (min-width: 960px) {
  .b-featured-stories__slider .c-slider__slide:nth-child(1),
  .b-featured-stories__slider .c-slider__slide:nth-child(2) {
    transform: translateX(400px);
    transition: opacity 1200ms cubic-bezier(0.4, 0, 0.2, 1), transform 1200ms cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 100ms; }
  .b-featured-stories__slider .c-slider__slide:nth-child(1):nth-child(2), .b-featured-stories__slider .c-slider__slide:nth-child(2):nth-child(2) {
    transition-delay: 250ms; }
  .b-featured-stories__slider.an-was-on-viewport .c-slider__slide:nth-child(1),
  .b-featured-stories__slider.an-was-on-viewport .c-slider__slide:nth-child(2) {
    transform: translateX(0); } }

/* -----------------------------------------------------------------------------
 *
 * Layout: Global Container
 *
 * Only applicable where the `l-sink` layout is either not applied
 * such as a site masthead, footer, pagination, etc; or, where this layout is
 * applied inside a block editor element.
 *
 * Should not apply around any element that container `the_content()` as
 * the content requires the use of `l-sink` for mixed-width content.
 *
 * ----------------------------------------------------------------------------- */
.l-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%; }

@media (min-width: 768px) {
  .l-container {
    padding-left: 24px;
    padding-right: 24px; } }

@media (min-width: 1200px) {
  .l-container {
    padding-left: 72px;
    padding-right: 72px; } }

/* -----------------------------------------------------------------------------
 *
 * Grids
 *
 * Provides basic grid layouts applied via a single CSS class to a container
 * element. This are pre-defined grids with respective layouts at each
 * breakpoint. They are not breakpoint specific.
 *
 * TODO:
 *  Once gap/grid-gap are supported for flexbox, we can remove all the margins
 *  and negative margins in favor of those properties.
 *  @link: https://developer.mozilla.org/en-US/docs/Web/CSS/gap#Browser_compatibility
 *
 * ----------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
 * 2-Up
 * ----------------------------------------------------------------------------- */
.g-2-up {
  display: flex;
  flex-flow: row wrap;
  margin: -12px 0; }

@media (min-width: 768px) {
  .g-2-up {
    margin: -12px; } }

@media (min-width: 960px) {
  .g-2-up {
    margin: -24px; } }

.g-2-up > * {
  width: 100%;
  margin: 12px 0; }

@media (min-width: 768px) {
  .g-2-up > * {
    width: calc(50% - 24px);
    margin: 12px; } }

@media (min-width: 960px) {
  .g-2-up > * {
    width: calc(50% - 48px);
    margin: 24px; } }

/* -----------------------------------------------------------------------------
 * 3-Up
 * ----------------------------------------------------------------------------- */
.g-3-up {
  display: flex;
  flex-flow: row wrap;
  margin: -12px 0; }

@media (min-width: 768px) {
  .g-3-up {
    margin: -12px; } }

@media (min-width: 960px) {
  .g-3-up {
    margin: -24px; } }

.g-3-up > * {
  width: 100%;
  margin: 12px 0; }

@media (min-width: 768px) {
  .g-3-up > * {
    width: calc(50% - 24px);
    margin: 12px; } }

@media (min-width: 960px) {
  .g-3-up > * {
    width: calc(33.3333% - 48px);
    margin: 24px; } }

/* -----------------------------------------------------------------------------
 * 4-Up
 * ----------------------------------------------------------------------------- */
.g-4-up {
  display: flex;
  flex-flow: row wrap;
  margin: -12px 0; }

@media (min-width: 768px) {
  .g-4-up {
    margin: -12px; } }

@media (min-width: 960px) {
  .g-4-up {
    margin: -24px; } }

.g-4-up > * {
  width: 100%;
  margin: 12px 0; }

@media (min-width: 768px) {
  .g-4-up > * {
    width: calc(50% - 24px);
    margin: 12px; } }

@media (min-width: 960px) {
  .g-4-up > * {
    width: calc(25% - 48px);
    margin: 24px; } }

/* -----------------------------------------------------------------------------
 * Centered
 * ----------------------------------------------------------------------------- */
.g-centered {
  justify-content: center; }

/* -----------------------------------------------------------------------------
 * card link wrapper same height
 * ----------------------------------------------------------------------------- */
.g-2-up .c-card-link-wrapper,
.g-2-up .b-content-list__list-item-wrapper,
.g-3-up .c-card-link-wrapper,
.g-3-up .b-content-list__list-item-wrapper,
.g-4-up .c-card-link-wrapper,
.g-4-up .b-content-list__list-item-wrapper {
  display: flex; }

.g-2-up .c-card-link-wrapper > .c-card,
.g-2-up .b-content-list__list-item-wrapper > .c-card,
.g-3-up .c-card-link-wrapper > .c-card,
.g-3-up .b-content-list__list-item-wrapper > .c-card,
.g-4-up .c-card-link-wrapper > .c-card,
.g-4-up .b-content-list__list-item-wrapper > .c-card {
  width: 100%; }

/* -----------------------------------------------------------------------------
 *
 * Media: Images
 *
 * ----------------------------------------------------------------------------- */
img {
  margin-left: auto;
  margin-right: auto; }

.t-sink img,
.t-sink .wp-block-group__inner-container img {
  line-height: 0;
  height: auto;
  display: block; }

@media (max-width: 1179px) {
  .preview__image-container img {
    height: 100%; } }

img.lazyloaded {
  animation: cubic-bezier(0.4, 0, 0.2, 1) 1s an-fade-in;
  animation-duration: 1s; }

/* -----------------------------------------------------------------------------
 *
 * Layout: Kitchen Sink
 *
 * Usage: Block Editor Content.
 *
 * Example:
 *   ...
 * <div class="l-sink">
 * </div>
 *
 * ----------------------------------------------------------------------------- */
.l-sink > *:not(.c-block):not(.alignwide):not(.html-alignwide):not(.alignfull):not(.wp-block-embed):not(.is-style-pull-quote):not(.wp-block-group__inner-container):not(.is-style-XX-Large.has-text-align-center) {
  max-width: 624px;
  width: calc(100% - 48px);
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 768px) {
  .l-sink > *:not(.c-block):not(.alignwide):not(.html-alignwide):not(.alignfull):not(.wp-block-embed):not(.is-style-pull-quote):not(.wp-block-group__inner-container):not(.is-style-XX-Large.has-text-align-center) {
    width: calc(100% - 96px); } }

.t-sink > .wp-block-group__inner-container > *:not(.c-block):not(.alignwide):not(.html-alignwide):not(.align-wide):not(.alignfull):not(.wp-block-embed):not(.is-style-pull-quote):not(.is-style-XX-Large.has-text-align-center) {
  max-width: 624px;
  width: calc(100% - 48px);
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 768px) {
  .t-sink > .wp-block-group__inner-container > *:not(.c-block):not(.alignwide):not(.html-alignwide):not(.align-wide):not(.alignfull):not(.wp-block-embed):not(.is-style-pull-quote):not(.is-style-XX-Large.has-text-align-center) {
    width: calc(100% - 96px); } }

/* -----------------------------------------------------------------------------
 *
 * Component: Block: Header
 *
 * ----------------------------------------------------------------------------- */
.b-header, .b-nav {
  background-color: #000;
  margin: 0;
  padding: 25px 0;
  position: relative;
  z-index: 3; }

.b-header {
  z-index: 1000 !important; }

body.menu-open {
  width: 100%; }

body.menu-open .b-header {
  z-index: 98 !important; }

.b-nav {
  padding: 0; }

.diversity-sticky, .secondary #diversity-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%; }

.secondary .b-media-text {
  padding-top: 160px; }

@media (min-width: 768px) {
  .b-header {
    padding: 25px 0; } }

/* -----------------------------------------------------------------------------
 * Columns: Header Container
 * ----------------------------------------------------------------------------- */
.c-block__content-block.c-block__header {
  display: flex;
  max-width: none; }

.c-block__content-block.c-block__header.borders {
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  padding: 64px 0;
  margin: 64px 0;
  flex-direction: column; }

.b-feature {
  margin: 64px 0; }

.c-block__content-block.c-block__header.b-header__header {
  margin-left: -24px;
  margin-right: -24px;
  max-width: min-content;
  width: calc(100% + 48px); }

@media (min-width: 599px) {
  .c-block__content-block.c-block__header.b-header__header {
    max-width: none; } }

.b-header__container-outer {
  display: flex; }

@media (min-width: 599px) {
  .b-header__container-outer {
    gap: 70px; } }

@media (min-width: 768px) {
  .c-block__content-block.c-block__header.b-header__header {
    display: flex;
    flex-direction: row;
    margin-left: -48px;
    margin-right: -48px;
    width: calc(100% + 96px); }
  .c-block__content-block.c-block__header.borders {
    flex-direction: row; } }

@media (min-width: 768px) {
  .c-block__content-block.c-block__header.b-header__header {
    display: flex; } }

.b-header__container {
  position: relative;
  z-index: 2; }

/* -----------------------------------------------------------------------------
 * Columns: Header Title & Text
 * ----------------------------------------------------------------------------- */
.b-header__title,
.b-header .c-content-block__content-wrap {
  padding-left: 24px;
  padding-right: 24px; }

.b-header .c-content-block__content-wrap {
  padding-bottom: 12px; }

@media (min-width: 768px) {
  .b-header__title,
  .b-header .c-content-block__content-wrap {
    padding-bottom: 0;
    padding-left: 48px;
    padding-right: 48px;
    width: 50%; }
  .b-header__title {
    width: auto; } }

.b-header .c-content-block__content {
  margin-top: 0; }

@media (min-width: 768px) {
  .b-header .c-content-block__content-wrap {
    padding-left: 24px; } }

.c-block__header .c-block__title.b-header__title, .b-feature .c-card__title, .b-section-header__title {
  font-family: 'Fontin Sans', sans-serif;
  font-size: 28px;
  line-height: 1.25;
  font-style: normal;
  letter-spacing: 1px;
  font-weight: normal;
  color: #ffcb05;
  text-transform: uppercase; }

.c-block__header .c-block__title.b-header__title a {
  color: #ffcb05 !important; }

@media (min-width: 599px) {
  .c-block__header .c-block__title.b-header__title, .b-feature .c-card__title, .b-section-header__title {
    font-size: 38px;
    letter-spacing: 2.5px; } }

@media (min-width: 960px) {
  .c-block__header .c-block__title.b-header__title, .b-feature .c-card__title, .b-section-header__title {
    font-size: 47px; } }

.b-section-header__title {
  border-top: 2px solid #999;
  border-bottom: 2px solid #999;
  margin: 60px 0;
  padding: 12px 0; }

.b-section-header__title.resources {
  margin: 84px 0 44px; }

.b-feature .c-card__title, .b-intro__intro {
  color: #1e1e1e; }

.c-content-block__content.typographic-content-area, .b-card-grid__loop p, .b-feature p, .c-card__cta span.a-btn__text, .c-content-block__cta span.a-btn__text, .c-block__description, .c-content-block.page, .b-image-text .caption {
  font-family: 'HK Grotesk Medium', sans-serif;
  color: #1e1e1e;
  font-size: 17px; }

.b-image-text .caption {
  margin-top: 10px;
  text-align: center; }

.b-card-grid__loop p, .b-feature p, .c-card__cta span.a-btn__text {
  font-size: 19px; }

.typographic-content-area h4 {
  font-family: "HK Grotesk Bold", "Arial", sans-serif;
  font-size: 22px;
  margin-bottom: -.33em; }

.typographic-content-area li {
  list-style-position: outside;
  margin-left: 1em;
  padding-left: 0.5em; }

.typographic-content-area ul.spacious > li {
  margin-bottom: 1em; }

.typographic-content-area a {
  color: #1e1e1e; }

.c-card__cta span.a-btn__text, .c-content-block__cta span.a-btn__text {
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid #1e1e1e; }

.b-header__border {
  background-color: #f3f4f4;
  border: none;
  margin: 0;
  padding-bottom: 32px;
  padding-top: 40px;
  position: relative;
  z-index: 2; }

@media (min-width: 768px) {
  .b-header__border {
    padding-bottom: 60px; } }

.b-header__border:after {
  border-bottom: 5px solid #1e1e1e;
  content: "";
  height: 5px;
  position: absolute;
  bottom: 40px;
  width: 100%; }

@media (min-width: 768px) {
  .b-header__border:after {
    bottom: 60px; } }

/* -----------------------------------------------------------------------------
 *
 * Component: Block: Hero
 *
 * ----------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
 *
 * Component: Block: Intro
 *
 * ----------------------------------------------------------------------------- */
.b-intro {
  padding: 52px 0 16px; }

body.diversity-sticky-header .b-intro {
  padding-top: 110px; }

.b-intro__intro > p {
  font-family: antique-olive, san-serif;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.5px; }

@media (min-width: 768px) {
  .b-intro__intro > p {
    font-size: 24px; } }

@media (min-width: 960px) {
  .b-intro__intro > p {
    font-size: 27px; } }

/* -----------------------------------------------------------------------------
 *
 * Component: Block: Card Grid
 *
 * ----------------------------------------------------------------------------- */
.b-card-grid {
  background-color: #fff;
  margin: 0;
  padding: 32px 0;
  position: relative;
  z-index: 2; }

@media (min-width: 768px) {
  .b-card-grid {
    padding: 64px 0 160px;
    z-index: 2; } }

/* CASE: Light */
.b-card-grid.t-theme--light {
  background-color: #0e0e0e; }

.b-card-grid.t-theme--light .c-card * {
  color: #1e1e1e; }

.b-card-grid.t-theme--light:not(.spotlight) {
  background-color: #0e0e0e; }

.b-card-grid.t-theme--light:not(.spotlight) .c-card {
  background-color: #1e1e1e;
  color: #1e1e1e; }

.b-card-grid.t-theme--light:not(.spotlight) .c-card.has-target-link:hover {
  background-color: #484e54; }

.b-card-grid.t-theme--light:not(.spotlight) .c-card.has-target-link:hover .a-btn-secondary .a-btn__text:before,
.b-card-grid.t-theme--light:not(.spotlight) .c-card.has-target-link:hover a.a-btn-secondary .a-btn__text:before,
.b-card-grid.t-theme--light:not(.spotlight) .c-card.has-target-link:hover .t-sink a.a-btn-secondary .a-btn__text:before,
.b-card-grid.t-theme--light:not(.spotlight) .c-card.has-target-link:hover .t-sink .wp-block-group__inner-container a.a-btn-secondary .a-btn__text:before {
  background-color: #f3f4f4;
  border-color: #f3f4f4; }

.b-card-grid.t-theme--light:not(.spotlight) .c-card.has-target-link:hover .a-btn-secondary .a-btn__text:after,
.b-card-grid.t-theme--light:not(.spotlight) .c-card.has-target-link:hover a.a-btn-secondary .a-btn__text:after,
.b-card-grid.t-theme--light:not(.spotlight) .c-card.has-target-link:hover .t-sink a.a-btn-secondary .a-btn__text:after,
.b-card-grid.t-theme--light:not(.spotlight) .c-card.has-target-link:hover .t-sink .wp-block-group__inner-container a.a-btn-secondary .a-btn__text:after {
  color: #1e1e1e; }

.b-card-grid.t-theme--light:not(.spotlight) .c-card.has-target-link:hover .a-btn-multimedia-secondary .a-btn__text:before,
.b-card-grid.t-theme--light:not(.spotlight) .c-card.has-target-link:hover a.a-btn-multimedia-secondary .a-btn__text:before,
.b-card-grid.t-theme--light:not(.spotlight) .c-card.has-target-link:hover .t-sink a.a-btn-multimedia-secondary .a-btn__text:before,
.b-card-grid.t-theme--light:not(.spotlight) .c-card.has-target-link:hover .t-sink .wp-block-group__inner-container a.a-btn-multimedia-secondary .a-btn__text:before {
  box-shadow: 0 0 1px 1px #f3f4f4; }

.b-card-grid.t-theme--light:not(.spotlight) .c-card.has-target-link:hover .a-btn-multimedia-secondary .a-btn__text:after,
.b-card-grid.t-theme--light:not(.spotlight) .c-card.has-target-link:hover a.a-btn-multimedia-secondary .a-btn__text:after,
.b-card-grid.t-theme--light:not(.spotlight) .c-card.has-target-link:hover .t-sink a.a-btn-multimedia-secondary .a-btn__text:after,
.b-card-grid.t-theme--light:not(.spotlight) .c-card.has-target-link:hover .t-sink .wp-block-group__inner-container a.a-btn-multimedia-secondary .a-btn__text:after {
  background-color: #f3f4f4;
  color: #1e1e1e; }

.b-card-grid.t-theme--light:not(.spotlight) .c-card * {
  color: #f3f4f4; }

.b-card-grid.spotlight .a-btn__text:before {
  border-color: #8996a0; }

.b-card-grid.spotlight.t-theme--light .c-card * {
  color: #f3f4f4; }

.b-card-grid .b-card-grid__header {
  position: relative;
  z-index: 2; }

/* Change breakpoint of card grid */
@media (min-width: 768px) {
  .b-card-grid .g-3-up {
    margin: -12px;
    margin-top: 0; } }

@media (min-width: 960px) {
  .b-card-grid .g-3-up {
    margin: -12px;
    margin-top: 0; } }

@media (min-width: 1200px) {
  .b-card-grid .g-3-up {
    margin: -24px;
    margin-top: 0; } }

@media (min-width: 768px) {
  .b-card-grid .g-3-up > .c-card,
  .b-card-grid .g-3-up > .c-card-link-wrapper {
    width: calc(50% - 24px);
    margin: 12px; } }

@media (min-width: 960px) {
  .b-card-grid .g-3-up > .c-card,
  .b-card-grid .g-3-up > .c-card-link-wrapper {
    width: calc(50% - 24px);
    margin: 12px; } }

@media (min-width: 1200px) {
  .b-card-grid .g-3-up > .c-card,
  .b-card-grid .g-3-up > .c-card-link-wrapper {
    width: calc(33.3333% - 48px);
    margin: 24px; } }

@media (min-width: 768px) {
  .b-card-grid .g-2-up {
    margin: -12px;
    margin-top: 0; } }

@media (min-width: 960px) {
  .b-card-grid .g-2-up {
    margin: -12px;
    margin-top: 0; } }

@media (min-width: 1200px) {
  .b-card-grid .g-2-up {
    margin: -24px;
    margin-top: 0; } }

@media (min-width: 768px) {
  .b-feature .b-image-text .c-card__media {
    float: left; }
  .b-card-grid .g-2-up > .c-card,
  .b-card-grid .g-2-up > .c-card-link-wrapper, .b-feature .b-image-text .c-card__media, .b-feature .b-image-text .c-card__media {
    width: calc(50% - 24px);
    margin: 12px; }
  .b-feature .b-image-text .c-card__media {
    margin-right: 48px; }
  .b-feature .b-image-text .c-card__title {
    margin-top: 12px; } }

@media (min-width: 960px) {
  .b-card-grid .g-2-up > .c-card,
  .b-card-grid .g-2-up > .c-card-link-wrapper, .b-feature .b-image-text .c-card__media, .b-feature .b-image-text .c-card__media {
    margin: 12px; }
  .b-feature .b-image-text .c-card__media {
    margin-right: 48px; }
  .b-feature .b-image-text .c-card__title {
    margin-top: 12px; } }

@media (min-width: 1200px) {
  .b-card-grid .g-2-up > .c-card,
  .b-card-grid .g-2-up > .c-card-link-wrapper, .b-feature .b-image-text .c-card__media, .b-feature .b-image-text .c-card__media {
    width: calc(50% - 48px);
    margin: 24px; }
  .b-feature .b-image-text .c-card__media {
    margin-right: 48px; }
  .b-feature .b-image-text .c-card__title {
    margin-top: 24px; } }

/* -----------------------------------------------------------------------------
 * Block Header - need to account for negative card margins
 * ----------------------------------------------------------------------------- */
.c-block__content-block.c-block__header.b-card-grid__header {
  max-width: none; }

@media (min-width: 768px) {
  .c-block__content-block.c-block__header.b-card-grid__header {
    display: flex;
    flex-direction: row; } }

@media (min-width: 768px) {
  .c-block__content-block.c-block__header.b-card-grid__header {
    display: flex; } }

.b-card-grid__title {
  padding-right: 24px; }

@media (min-width: 768px) {
  .b-card-grid__title {
    padding-right: 48px;
    width: 50%; } }

.b-card-grid .c-content-block__content-wrap {
  padding-bottom: 12px;
  padding-right: 24px; }

@media (min-width: 768px) {
  .b-card-grid .c-content-block__content-wrap {
    padding-bottom: 0;
    padding-left: 24px;
    width: 50%; } }

.b-card-grid .c-content-block__content {
  margin-top: 0; }

.c-block__header .c-block__title.b-card-grid__title {
  font-family: 'GT America Standard Bold';
  font-size: 32px;
  line-height: 1.25;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.1px;
  font-family: 'Canela Deck Web';
  font-weight: normal; }

@media (min-width: 768px) {
  .c-block__header .c-block__title.b-card-grid__title {
    font-family: 'Canela Deck Web';
    font-size: 48px;
    line-height: 1.2;
    font-style: normal;
    font-weight: normal;
    letter-spacing: -0.1px; } }

@media (min-width: 960px) {
  .c-block__header .c-block__title.b-card-grid__title {
    font-family: 'Canela Deck Web';
    font-size: 56px;
    line-height: 1.2;
    font-style: normal;
    font-weight: normal;
    letter-spacing: -0.1px; } }

.b-card-grid .c-image--bg {
  position: relative;
  box-sizing: border-box; }

.b-card-grid .c-image--bg:before {
  position: relative;
  display: block;
  content: "";
  padding-top: 66%;
  box-sizing: border-box; }

/* -----------------------------------------------------------------------------
 * Cards Loop
 * ----------------------------------------------------------------------------- */
.b-card-grid__loop {
  background-color: #fff;
  padding-top: 12px;
  position: relative;
  z-index: 2; }

.t-theme--light .b-card-grid__loop {
  background-color: #0e0e0e; }

.b-card-grid__loop.g-3-up:after {
  display: none; }

@media (min-width: 768px) {
  .b-card-grid__loop.g-3-up:after {
    display: block; } }

@media (min-width: 1200px) {
  .b-card-grid__loop.g-3-up:after {
    display: none; } }

.b-card-grid__loop.g-2-up {
  position: relative;
  z-index: 2; }

@media (min-width: 768px) {
  .b-card-grid__loop {
    padding-bottom: 12px; } }

/* -----------------------------------------------------------------------------
 *
 * Component: Card
 *
 * ----------------------------------------------------------------------------- */
.c-card {
  display: flex;
  flex-flow: column nowrap;
  background-color: #f7f7f8;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25); }

.b-feature .c-card {
  flex-flow: row; }

/* CASE: Whole card is a link. */
.c-card.has-target-link {
  transition: all 0.15s ease-in-out; }

.c-card.has-target-link:hover {
  cursor: pointer;
  background: white; }

.spotlight .c-card.has-target-link:focus-within {
  border: 0;
  box-shadow: none; }

.spotlight .c-card.has-target-link:focus-visible {
  background: white;
  border: 2px solid #00f;
  border-radius: 4px;
  box-shadow: 0 0 2px 1px #f3f4f4;
  cursor: pointer; }

/* CASE: Style: Elevated */
.c-card.c-card--style-elevated {
  padding: 24px 0;
  box-shadow: 0 4px 12px rgba(21, 21, 21, 0.15); }

/* CASE: Whole card is a link. */
.c-card.c-card--style-elevated.has-target-link:hover,
.c-card.c-card--style-elevated.has-target-link:focus-within {
  box-shadow: 0 4px 12px rgba(21, 21, 21, 0.3); }

/* CASE: Style: Outlined */
.c-card.c-card--style-outlined {
  padding: 24px 0;
  border: 1px solid #bac5c6; }

/* CASE: Whole card is a link. */
.c-card.c-card--style-outlined.has-target-link:hover,
.c-card.c-card--style-outlined.has-target-link:focus-within {
  border-color: #1e1e1e; }

/* -----------------------------------------------------------------------------
 * Card Media Container
 * ----------------------------------------------------------------------------- */
/* CASE: Style: Outlined & Elevated */
.c-card--style-elevated .c-card__media,
.c-card--style-outlined .c-card__media {
  margin-top: -24px; }

/* -----------------------------------------------------------------------------
 * Card Content Container
 * ----------------------------------------------------------------------------- */
.c-card__content {
  margin: 0 0 auto;
  /* Pushes the CTA to the bottom of the card. */
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 48px;
  width: 100%; }

/* CASE: Style: Outlined & Elevated */
.c-card--style-elevated .c-card__content,
.c-card--style-outlined .c-card__content {
  padding: 0 24px; }

.c-card__content:last-child {
  /* if there is no CTA, add some space */
  margin-bottom: 64px; }

/* -----------------------------------------------------------------------------
 * Card Meta
 * ----------------------------------------------------------------------------- */
.c-card__meta {
  margin-bottom: 8px; }

/* -----------------------------------------------------------------------------
 * Card Meta: Secondary
 * ----------------------------------------------------------------------------- */
.c-card__meta--secondary {
  font-family: 'GT America Standard Regular';
  font-size: 18px;
  line-height: 1.5;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.1px;
  font-weight: 400;
  margin-top: 8px; }

/* -----------------------------------------------------------------------------
 * Card Title
 * ----------------------------------------------------------------------------- */
.c-card__title, .secondary .c-content-block__title {
  font-family: 'antique-olive-compact';
  font-size: 34px;
  line-height: 1.15;
  font-style: normal;
  font-weight: normal;
  color: #1e1e1e; }

@media (min-width: 960px) {
  .c-card__title, .secondary .c-content-block__title {
    font-size: 38px; } }

.secondary .c-content-block__title {
  font-size: 40px; }

.c-card__title:focus {
  outline: none; }

/* -----------------------------------------------------------------------------
 * Card Description
 * ----------------------------------------------------------------------------- */
.c-card__description {
  margin-top: 16px; }

/* -----------------------------------------------------------------------------
 * Card Meta Outside
 * ----------------------------------------------------------------------------- */
.c-card__meta--outside {
  margin-top: 16px;
  /* Minimum amount of space between cta and content */
  padding-left: 32px;
  padding-right: 32px;
  margin-bottom: 32px; }

@media (min-width: 768px) {
  .c-card__meta--outside {
    margin-top: 64px; } }

/* -----------------------------------------------------------------------------
 * Card Call To Action
 * ----------------------------------------------------------------------------- */
.c-card__cta {
  margin-top: 16px;
  /* Minimum amount of space between cta and content */
  padding-left: 32px;
  padding-right: 32px;
  margin-bottom: 32px; }

.c-content-block__cta {
  margin-top: 16px;
  /* Minimum amount of space between cta and content */
  margin-bottom: 32px; }

.c-content-block__cta.no-bottom-margin {
  margin-top: 16px;
  /* Minimum amount of space between cta and content */
  margin-bottom: 0; }

@media (min-width: 768px) {
  .c-card__cta {
    margin-top: 64px; }
  .c-content-block__cta, .c-content-block__cta.no-bottom-margin {
    margin-top: 40px; } }

/* CASE: Style: Outlined & Elevated */
.c-card--style-elevated .c-card__cta,
.c-card--style-outlined .c-card__cta {
  padding: 0 24px; }

.t-sink .c-card__cta .a-btn-secondary:focus .a-btn__text {
  outline: none;
  border: 2px solid transparent;
  border-radius: 0;
  box-shadow: none; }

.c-card:hover .a-btn-multimedia,
.c-card:hover .a-btn-multimedia-secondary {
  color: #1e1e1e; }

.c-card:hover .a-btn-multimedia .a-btn__text:before, .c-card:hover .a-btn-multimedia-secondary .a-btn__text:before {
  background: none !important;
  /* need to override huge selector */
  border-color: transparent !important;
  box-shadow: 0 0 0 1px #1e1e1e; }

.c-card:hover .a-btn-multimedia .a-btn__text:after, .c-card:hover .a-btn-multimedia-secondary .a-btn__text:after {
  background-color: #1e1e1e;
  border-color: transparent;
  color: #f3f4f4; }

.c-card:hover .a-btn-outline.is-style-light .a-btn__text:before {
  background-color: #f3f4f4;
  border-color: #f3f4f4; }

.c-card:hover .a-btn-outline.is-style-light .a-btn__text:after {
  color: #1e1e1e; }

/* -----------------------------------------------------------------------------
 * Card Style : Full Width
 * ----------------------------------------------------------------------------- */
.full_width .c-image--bg {
  position: relative;
  overflow: hidden; }

.full_width .c-image--bg .c-image__image {
  transition: all 0.3s; }

.full_width .c-image--bg:before {
  position: relative;
  display: block;
  content: "";
  padding-top: 66%;
  box-sizing: border-box; }

/* CASE: Whole card is a link. */
/* -----------------------------------------------------------------------------
 * Card Style : Inset Image
 * ----------------------------------------------------------------------------- */
.inset_image .c-card .c-image__image {
  margin: 32px 32px 0 32px;
  height: 190px;
  background-repeat: no-repeat;
  background-size: contain; }

.inset_image .c-card .c-card__media {
  margin-bottom: 0; }

/* -----------------------------------------------------------------------------
 * Card Style : Spotlight
 * ----------------------------------------------------------------------------- */
.spotlight .c-card {
  position: relative;
  min-height: 600px; }

.spotlight .c-card .c-card__media {
  position: absolute;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.spotlight .c-card .c-card__media:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #0e0e0e 0%, transparent 100%); }

.spotlight .c-card .c-card__media:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.5s; }

.spotlight .c-card .c-image--spotlight {
  width: 100%;
  height: 100%; }

.spotlight .c-card .c-image--spotlight .c-image__image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.spotlight .c-card .c-card__content,
.spotlight .c-card .c-card__cta {
  position: relative;
  z-index: 2;
  color: white; }

.spotlight .c-card .c-card__content p, .spotlight .c-card .c-card__cta p {
  color: white; }

.spotlight .c-card .c-card__content {
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 24px; }

.spotlight .c-card .c-card__content:last-child {
  margin-bottom: 32px; }

.spotlight .c-card .c-card__cta {
  margin-top: 16px; }

.spotlight .c-card .c-card__cta .a-btn__text {
  color: white; }

.spotlight .c-card .c-card__title {
  font-size: 32px;
  color: white; }

@media (min-width: 768px) {
  .spotlight .c-card .c-card__description {
    max-height: 0;
    margin: 0;
    overflow: hidden;
    transition: max-height 0.5s; }
  .spotlight .c-card .c-card__description p {
    margin-top: 16px; }
  .spotlight .c-card:hover .c-card__media:before, .spotlight .c-card:focus .c-card__media:before {
    opacity: 1;
    transition: opacity 0.3s; }
  .spotlight .c-card:hover .c-card__description, .spotlight .c-card:focus .c-card__description {
    max-height: 300px;
    transition: max-height 0.5s;
    transition-delay: 0s; } }

@media (min-width: 768px) and (min-width: 768px) {
  .spotlight .c-card:focus-within .c-card__description {
    max-height: 300px;
    transition: max-height 0.5s;
    transition-delay: 0s; } }

/* -----------------------------------------------------------------------------
 *
 * Component: Card Interactions
 *
 * ----------------------------------------------------------------------------- */
.c-card.has-target-link:focus-within {
  background: white; }

/* Slideup */
.c-image--spotlight {
  overflow: hidden; }

.c-card .c-image__image {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1); }

.spotlight .c-card:focus .c-card__media:before,
.spotlight .c-card:hover .c-card__media:before {
  transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1); }

.spotlight .c-card:focus .c-card__description p,
.spotlight .c-card:hover .c-card__description p {
  animation: cubic-bezier(0.4, 0, 0.2, 1) 500ms an-slide-up;
  transition: max-height 1s cubic-bezier(0.4, 0, 0.2, 1); }

/* -----------------------------------------------------------------------------
 *
 * Component: Content Block
 *
 * ----------------------------------------------------------------------------- */
.c-content-block {
  max-width: 848px; }

/* CASE: Contents are centered */
.c-content-block.c-content-block--layout-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

/* CASE: Contents are inline (floated) */
.c-content-block.c-content-block--layout-inline:after {
  content: '';
  display: table;
  clear: both; }

.c-content-block.c-content-block--layout-inline {
  max-width: none; }

/* -----------------------------------------------------------------------------
 *
 * Text-Image Block
 *
 * ----------------------------------------------------------------------------- */
/* SU */
.b-image-text .c-card-link-wrapper {
  /* fix short text problem? */
  width: 100%; }

.b-image-text .c-card__cta {
  padding-left: 0;
  padding-right: 0; }

.b-feature.news {
  margin: 84px 0 64px; }

.b-feature.news .c-card__media.has-caption {
  margin-bottom: 0; }

/* -----------------------------------------------------------------------------
 *
 * Initial
 *
 * ----------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
 *
 * Hamburger and Nav
 *
 * ----------------------------------------------------------------------------- */
.container {
  position: relative;
  width: 100%;
  height: 100px;
  /* Adjust the height to your preference */
  background-color: #f2f2f2;
  overflow: hidden; }

.b-nav__container {
  display: flex;
  flex: 1;
  justify-content: flex-end; }

.hamburger-menu {
  cursor: pointer;
  width: 40px;
  height: 40px;
  /* Add this to change the hamburger into an 'X' */
  transition: transform 0.3s ease; }

.bar {
  width: 100%;
  height: 4px;
  background-color: #ffcb05;
  margin: 9px 0;
  transition: transform 0.3s ease;
  /* Add this to transition the bar rotation for the 'X' effect */
  transition: transform 0.3s ease; }

/* Add this to rotate the bars for the 'X' effect */
.hamburger-menu.diversity-menu-open .bar:nth-child(1) {
  transform: rotate(45deg) translate(8px, 10px) !important; }

.hamburger-menu.diversity-menu-open .bar:nth-child(2) {
  opacity: 0; }

.hamburger-menu.diversity-menu-open .bar:nth-child(3) {
  transform: rotate(-45deg) translate(8px, -10px) !important; }

@media (min-width: 960px) {
  .hamburger-menu {
    width: 50px;
    height: 50px; }
  .bar {
    height: 5px;
    margin: 11px 0; }
  /* Add this to rotate the bars for the 'X' effect */
  .hamburger-menu.diversity-menu-open .bar:nth-child(1) {
    transform: rotate(45deg) translate(10px, 12px) !important; }
  .hamburger-menu.diversity-menu-open .bar:nth-child(3) {
    transform: rotate(-45deg) translate(10px, -12px) !important; } }

/* Hamburger Nav */
#diversity-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  /* top: 100%; */
  left: 0;
  width: 100%;
  background-color: #000000;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: all 0.5s; }

.menu-items {
  list-style: none;
  margin: 35px auto 0;
  padding-bottom: 64px;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }

.diversity-menu-open .menu-items {
  height: 100vh;
  overflow-y: auto; }

.menu-items li {
  color: #ffcb05;
  color: #ffcb05;
  margin: 30px 0px;
  font-family: 'Fontin Sans';
  text-transform: uppercase;
  font-size: 25px; }

.menu-items li:first-child {
  margin-top: 0; }

.menu-items li a {
  text-decoration: none;
  color: #ffcb05; }

.menu-items li a:hover, .menu-items li a:active {
  text-decoration: underline; }

body.diversity-menu-open {
  overflow-y: hidden; }

/* Show the menu when the hamburger menu is clicked */
#diversity-menu.diversity-menu-open {
  visibility: visible;
  opacity: 1; }

/* Add this to rotate the bars for the 'X' effect */
.hamburger-menu.diversity-menu-open .bar:nth-child(1) {
  transform: rotate(45deg) translate(10px, 12px); }

.hamburger-menu.diversity-menu-open .bar:nth-child(2) {
  opacity: 0; }

.hamburger-menu.diversity-menu-open .bar:nth-child(3) {
  transform: rotate(-45deg) translate(10px, -12px); }

/* -----------------------------------------------------------------------------
 *
 * Component: Block: Hero
 *
 * ----------------------------------------------------------------------------- */
.b-hero {
  background: #f3f4f4;
  position: relative;
  display: flex;
  align-items: flex-start;
  margin: 0;
  overflow: hidden;
  padding: 200px 0;
  z-index: 1; }

.b-hero.has-featured-story,
.b-hero.no-featured-story:not(.no-caption) {
  padding-bottom: 32px; }

@media (min-width: 768px) {
  .b-hero {
    padding-top: 140px; } }

.b-hero .c-content-block__leadin {
  font-size: 14px;
  margin-bottom: 24px; }

.single-in_focus .b-hero .c-content-block__leadin,
.post-type-in_focus .b-hero .c-content-block__leadin {
  display: flex;
  flex-direction: column;
  align-items: center; }

.single-in_focus .b-hero .c-content-block__leadin a.b-hero__leadin-in-focus, .post-type-in_focus .b-hero .c-content-block__leadin a.b-hero__leadin-in-focus {
  text-transform: none; }

.b-hero .c-content-block__underline {
  margin-bottom: 32px;
  margin-top: 32px; }

.b-hero .c-content-block__cta {
  display: flex;
  justify-content: center;
  margin-top: 48px; }

.b-hero:after {
  background: linear-gradient(180deg, rgba(225, 225, 225, 0) 50%, #f3f4f4 100%);
  content: '';
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

/* CASE: Reversed out/light theme */
/* In Focus only */
@keyframes heroTopLine {
  0% {
    height: 0; }
  100% {
    height: 140px; } }

/* -----------------------------------------------------------------------------
 * Hero: Overlay
 * ----------------------------------------------------------------------------- */
.b-hero__media-overlay--soft:after, .b-hero__media-overlay--medium:after, .b-hero__media-overlay--dark:after, .b-hero__media-overlay--darker:after {
  content: '';
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

/* Overlays */
/* CASE: Reversed out/light theme */
.t-theme--light .b-hero__media-overlay--soft:after {
  background: rgba(14, 14, 14, 0.3); }

.b-hero__media-overlay--medium:after {
  background: rgba(225, 225, 225, 0.5); }

/* CASE: Reversed out/light theme */
.t-theme--light .b-hero__media-overlay--medium:after {
  background: rgba(14, 14, 14, 0.5); }

.b-hero__media-overlay--dark:after {
  background: rgba(225, 225, 225, 0.7); }

/* CASE: Reversed out/light theme */
.t-theme--light .b-hero__media-overlay--dark:after {
  background: rgba(14, 14, 14, 0.7); }

.b-hero__media-overlay--darker:after {
  background: rgba(225, 225, 225, 0.9); }

/* CASE: Reversed out/light theme */
.t-theme--light .b-hero__media-overlay--darker:after {
  background: rgba(14, 14, 14, 0.9); }

/* -----------------------------------------------------------------------------
 * Hero: Content
 * ----------------------------------------------------------------------------- */
.b-hero__content {
  padding-bottom: 24px;
  position: relative;
  z-index: 1; }

@media (min-width: 768px) {
  .b-hero__content {
    padding-bottom: 48px;
    padding-top: 64px; } }

.b-hero__bottom-line:before {
  border-left: 1px solid #bac5c6;
  content: "";
  height: 80px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
  z-index: 1; }

@media (min-width: 960px) {
  .b-hero__bottom-line:before {
    animation: heroBottomLineNoCTA 2s ease-in forwards 1.5s;
    animation-iteration-count: 1;
    height: 0; } }

.no-caption.no-featured-story .b-hero__bottom-line:before {
  height: 100%; }

@media (min-width: 960px) {
  .no-caption.no-featured-story .b-hero__bottom-line:before {
    height: 0; } }

@keyframes heroBottomLineNoCTA {
  0% {
    height: 0; }
  100% {
    height: 100%; } }

@keyframes heroBottomLine {
  0% {
    height: 0; }
  100% {
    height: 100%;
    bottom: -100%; } }

.b-hero__leadin {
  font-family: 'GT America Standard Medium';
  display: block; }

.t-sink p.b-hero__leadin a.b-hero__leadin-in-focus {
  border-bottom-color: transparent !important; }

.t-sink p.b-hero__leadin a.b-hero__leadin-in-focus:hover {
  border-bottom-color: #1e1e1e !important;
  color: #1e1e1e !important; }

.t-sink .t-theme--light p.b-hero__leadin a.b-hero__leadin-in-focus:hover {
  border-bottom-color: #f3f4f4 !important;
  color: #f3f4f4 !important; }

.b-hero__leadin-in-focus {
  font-family: 'GT America Standard Bold';
  font-size: 20px;
  letter-spacing: -0.1px;
  margin-bottom: 24px;
  width: 80px; }

.b-hero__leadin-in-focus > span.a-btn__text {
  display: inline-block;
  position: relative; }

.b-hero__leadin-in-focus > span.a-btn__text:before {
  align-items: center;
  background-color: #1e1e1e;
  border-radius: 50%;
  color: #f3f4f4;
  content: "\e907";
  display: flex;
  font-family: 'core-icons';
  font-size: 12px;
  font-weight: bolder;
  height: 20px;
  justify-content: center;
  left: -30px;
  position: absolute;
  text-decoration: none;
  top: 5px;
  transition: all 0.15s ease-in-out;
  width: 20px; }

.t-theme--light .b-hero__leadin-in-focus > span.a-btn__text:before {
  background-color: #e3e5e5;
  color: #1e1e1e; }

.b-hero__underline {
  font-family: 'GT America Standard Regular';
  font-size: 18px;
  line-height: 1.5;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.1px;
  letter-spacing: -0.1px;
  margin: 36px auto 0;
  max-width: 624px; }

.c-block__header .b-hero__title {
  padding-right: 0;
  margin: 0 auto; }

.c-block__header .b-hero__title--sm {
  font-family: antique-olive-compact, sans-serif;
  font-size: 24px;
  line-height: 1.4;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.1px; }

@media (min-width: 768px) {
  .c-block__header .b-hero__title--sm {
    font-family: antique-olive-compact, sans-serif;
    font-size: 32px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.1px; } }

@media (min-width: 960px) {
  .c-block__header .b-hero__title--sm {
    font-family: antique-olive-compact, sans-serif;
    font-size: 42px;
    line-height: 1.15;
    font-style: normal;
    font-weight: normal;
    letter-spacing: -0.1px; } }

@media (min-width: 1200px) {
  .c-block__header .b-hero__title--sm {
    font-family: antique-olive-compact, sans-serif;
    font-size: 48px;
    line-height: 1.2;
    font-style: normal;
    font-weight: normal;
    letter-spacing: -0.1px; } }

.c-block__header .b-hero__title--med {
  font-family: antique-olive-compact, sans-serif;
  font-size: 32px;
  line-height: 1.25;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.1px;
  font-family: 'Canela Deck Web';
  font-weight: normal; }

@media (min-width: 768px) {
  .c-block__header .b-hero__title--med {
    font-family: antique-olive-compact, sans-serif;
    font-size: 42px;
    line-height: 1.15;
    font-style: normal;
    font-weight: normal;
    letter-spacing: -0.1px;
    font-family: 'Canela Deck Web';
    font-weight: normal; } }

@media (min-width: 960px) {
  .c-block__header .b-hero__title--med {
    font-family: antique-olive-compact, sans-serif;
    font-size: 48px;
    line-height: 1.2;
    font-style: normal;
    font-weight: normal;
    letter-spacing: -0.1px; } }

@media (min-width: 1200px) {
  .c-block__header .b-hero__title--med {
    font-family: antique-olive-compact, sans-serif;
    font-size: 56px;
    line-height: 1.2;
    font-style: normal;
    font-weight: normal;
    letter-spacing: -0.1px; } }

.c-block__header .b-hero__title--large {
  font-family: antique-olive-compact, sans-serif;
  font-size: 42px;
  line-height: 1.15;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.1px; }

@media (min-width: 768px) {
  .c-block__header .b-hero__title--large {
    font-family: antique-olive-compact, sans-serif;
    font-size: 48px;
    line-height: 1.2;
    font-style: normal;
    font-weight: normal;
    letter-spacing: -0.1px; } }

@media (min-width: 960px) {
  .c-block__header .b-hero__title--large {
    font-family: antique-olive-compact, sans-serif;
    font-size: 56px;
    line-height: 1.2;
    font-style: normal;
    font-weight: normal;
    letter-spacing: -0.1px; } }

@media (min-width: 1200px) {
  .c-block__header .b-hero__title--large {
    font-family: antique-olive-compact, sans-serif;
    font-size: 106px;
    line-height: 1;
    font-style: normal;
    font-weight: normal; } }

/* -----------------------------------------------------------------------------
 * Hero: Content
 * ----------------------------------------------------------------------------- */
.b-hero__bg-video {
  bottom: 0;
  object-fit: cover;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%; }

.auto-height-video .b-hero__bg-video {
  height: auto; }

.b-hero__meta-wrap {
  display: flex;
  justify-content: center;
  position: relative;
  width: auto;
  z-index: 2; }

@media (min-width: 960px) {
  .b-hero__meta-wrap {
    justify-content: flex-end;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-right: 48px; } }

.b-hero__meta {
  align-items: center;
  display: flex;
  padding-top: 100px; }

@media (min-width: 960px) {
  .b-hero__meta {
    max-width: 430px; } }

.b-hero__meta-caption {
  font-family: 'GT America Standard Regular';
  font-size: 16px;
  line-height: 1.5;
  font-style: normal;
  font-weight: normal;
  color: #1e1e1e;
  font-family: 'GT America Standard Medium';
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin-left: 10px;
  order: 2; }

@media (min-width: 960px) {
  .b-hero__meta-caption {
    max-width: 334px;
    order: 1;
    text-align: right; } }

.t-theme--light .b-hero__meta-caption {
  color: #f3f4f4; }

.b-hero__video-trigger {
  margin-right: 0;
  order: 1; }

@media (min-width: 960px) {
  .b-hero__video-trigger {
    margin-left: 15px;
    margin-right: 24px;
    order: 2; } }

.b-hero__video-trigger .a-btn__text:after {
  content: "\e90e"; }

/* CASE: Video Paused */
.video-paused .b-hero__video-trigger .a-btn__text:after {
  content: "\e910"; }

/* Feature Article */
.b-hero__featured-article-wrap {
  display: flex;
  justify-content: flex-end;
  padding-top: 42px;
  position: relative;
  z-index: 2; }

/* CASE: No Caption or Video */
.no-caption .b-hero__featured-article-wrap {
  padding-top: 110px; }

/* CASE: No Featured Story */
.no-featured-story .b-hero__featured-article-wrap {
  display: none; }

@media (min-width: 960px) {
  .b-hero__featured-article-wrap {
    padding-right: 48px;
    padding-top: 72px; } }

.b-hero__featured-article {
  width: 100%; }

@media (min-width: 960px) {
  .b-hero__featured-article {
    padding-left: 48px;
    max-width: 50%; } }

.b-hero__featured-article-title {
  font-family: 'GT America Standard Bold';
  font-size: 32px;
  line-height: 1.25;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.1px;
  font-family: 'Canela Deck Web';
  font-weight: normal;
  margin-bottom: 16px; }

@media (min-width: 960px) {
  .b-hero__featured-article-title {
    font-family: 'Canela Deck Web';
    font-size: 42px;
    line-height: 1.15;
    font-style: normal;
    font-weight: normal;
    letter-spacing: -0.1px;
    max-width: 550px; } }

.b-hero__featured-article-text {
  font-family: 'GT America Standard Regular';
  font-size: 18px;
  line-height: 1.5;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.1px;
  margin-bottom: 32px; }

/* -----------------------------------------------------------------------------
 *
 * Component: Block: Hero interactions
 *
 * ----------------------------------------------------------------------------- */
.b-hero__content-container {
  animation: cubic-bezier(0.4, 0, 0.2, 1) 1s an-slide-up; }

.b-hero .c-content-block__leadin {
  opacity: 0;
  animation: cubic-bezier(0.4, 0, 0.2, 1) 1s an-slide-up;
  animation-delay: 1s;
  animation-fill-mode: forwards; }

.b-hero.t-theme--light .a-btn:hover {
  color: #1e1e1e; }

/* -----------------------------------------------------------------------------
 * Image Component: Image Element
 *
 * An `img` for foreground usages and a `div` for background usages.
 * ----------------------------------------------------------------------------- */
/* CASE: Background image implementation. */
.c-image--bg .c-image__image {
  background: top center no-repeat;
  background-size: cover;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }

/* -----------------------------------------------------------------------------
 *
 * Component: Columns
 *
 * This file is just a clearing-house, see the css directory
 * and edit the source files found there.
 *
 * ----------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
 *
 * Component: Block: Columns
 *
 * ----------------------------------------------------------------------------- */
.b-columns {
  margin: 0;
  padding: 32px 0 0;
  position: relative;
  z-index: 2; }

@media (min-width: 1200px) {
  .b-columns {
    z-index: auto; } }

@media (min-width: 768px) {
  .b-columns {
    padding: 64px 0 0; } }

/* -----------------------------------------------------------------------------
 * Columns: Header Container
 * ----------------------------------------------------------------------------- */
.c-block__content-block.c-block__header.b-columns__header {
  max-width: none;
  margin-left: -24px;
  margin-right: -24px;
  width: calc(100% + 48px); }

@media (min-width: 768px) {
  .c-block__content-block.c-block__header.b-columns__header {
    display: flex;
    flex-direction: row;
    margin-left: -48px;
    margin-right: -48px;
    width: calc(100% + 96px); } }

@media (min-width: 768px) {
  .c-block__content-block.c-block__header.b-columns__header {
    display: flex; } }

.b-columns__container {
  position: relative;
  z-index: 2; }

/* -----------------------------------------------------------------------------
 * Columns: Header Title & Text
 * ----------------------------------------------------------------------------- */
.b-columns__title,
.b-columns .c-content-block__content-wrap {
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px; }

@media (min-width: 768px) {
  .b-columns__title,
  .b-columns .c-content-block__content-wrap {
    padding-bottom: 0;
    padding-left: 48px;
    padding-right: 48px;
    width: 50%; } }

.b-columns .c-content-block__content {
  margin-top: 0; }

@media (min-width: 768px) {
  .b-columns .c-content-block__content-wrap {
    padding-left: 24px; } }

.c-block__header .c-block__title.b-columns__title {
  font-family: "Fontin Sans", sans-serif;
  font-size: 32px;
  line-height: 1.25;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.1px;
  text-transform: uppercase; }

@media (min-width: 768px) {
  .c-block__header .c-block__title.b-columns__title {
    text-align: right;
    font-size: 48px;
    line-height: 1.2; } }

@media (min-width: 960px) {
  .c-block__header .c-block__title.b-columns__title {
    font-size: 66px; } }

.b-footer {
  background-color: #000;
  padding: 64px 0 0; }

.b-footer__links {
  border-bottom: 1px solid #ffcb05;
  padding-bottom: 64px; }

.b-footer__links a, .b-footer__links {
  color: #ffcb05;
  font-size: 22px;
  font-family: 'Fontin Sans', sans-serif; }

.b-footer__links a:hover, .b-footer__links a:active {
  text-decoration: underline; }

footer {
  background-color: #000 !important; }

.badge__img, .link--white, .button__text--white {
  filter: brightness(0.75); }

.diversity-menu-open .menu-items {
  --scrollbar-foreground: #ffcb05;
  --scrollbar-background: #333;
  /* Foreground, Background */
  scrollbar-color: var(--scrollbar-foreground) var(--scrollbar-background); }

.diversity-menu-open .menu-items::-webkit-scrollbar {
  width: 10px;
  /* Mostly for vertical scrollbars */ }

.diversity-menu-open .menu-items::-webkit-scrollbar-thumb {
  /* Foreground */
  background: var(--scrollbar-foreground); }

.diversity-menu-open .menu-items::-webkit-scrollbar-track {
  /* Background */
  background: var(--scrollbar-background); }

body.secondary .c-content-block.page {
  margin: 0 auto;
  padding: 64px 0; }

.page_title {
  display: none;
  font-size: 22px; }

@media (min-width: 599px) {
  .page_title {
    font-size: 23px; } }

.page_title_divider {
  display: none; }

body.secondary .page_title, body.secondary .page_title_divider {
  display: inline; }

body.secondary .page_title {
  white-space: normal; }

@media (min-width: 599px) {
  body.secondary .page_title {
    white-space: nowrap; } }

.article-list__item:first-child {
  border-top: 0; }

.preview__image, .preview__image img {
  margin-left: 0; }

@media (max-width: 1179px) {
  .preview__image, .preview__image img {
    height: 100%; } }

.hero-homepage__slide-video-container.vimeo .fluid-width-video-wrapper {
  height: 100%; }

.b-hero {
  padding-bottom: 0;
  padding-top: 450px; }

@media (min-width: 1400px) {
  .b-hero {
    padding-top: 550px; } }

@media (min-width: 2000px) {
  .b-hero {
    padding-top: 700px; } }

@media (min-width: 2400px) {
  .b-hero {
    padding-top: 900px; } }

.c-image--bg .c-image__image {
  background-repeat: no-repeat;
  background-position: 50% 50%; }

@media (max-width: 599px) {
  .hero-homepage__slide-video-container {
    /* display: none; */
    display: block; } }

.wrapper {
  padding-top: 0; }

.remove-top-padding {
  padding-top: 0 !important; }

.remove-bottom-padding {
  padding-bottom: 0 !important; }

.remove-padding {
  padding-bottom: 0 !important;
  padding-top: 0 !important; }

.remove-top-margin {
  margin-top: 0 !important; }

.remove-bottom-margin {
  margin-bottom: 0 !important; }

.remove-margin {
  margin-bottom: 0 !important;
  margin-top: 0 !important; }