@charset "UTF-8";
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

.heritage-report-card-theme--light, .heritage-report-card-theme--dark {
  clear: both;
  overflow: hidden;
  height: 19rem;
  padding: 1.5625rem 1.25rem 0;
  position: relative; }
  @media screen and (min-width: 1024px) {
    .heritage-report-card-theme--light, .heritage-report-card-theme--dark {
      height: 21.875rem; } }
  .heritage-report-card-theme--light .heritage-card-eyebrow, .heritage-report-card-theme--dark .heritage-card-eyebrow {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-size: 0.6875rem;
    font-weight: 500;
    margin-bottom: 1.5625rem; }
    @media screen and (min-width: 768px) {
      .heritage-report-card-theme--light .heritage-card-eyebrow, .heritage-report-card-theme--dark .heritage-card-eyebrow {
        margin-bottom: 2.1875rem; } }
    @media screen and (min-width: 1024px) {
      .heritage-report-card-theme--light .heritage-card-eyebrow, .heritage-report-card-theme--dark .heritage-card-eyebrow {
        margin-bottom: 3.4375rem; } }
  .heritage-report-card-theme--light .heritage-card__title, .heritage-report-card-theme--dark .heritage-card__title {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    margin: 0 0 1.25rem;
    font-size: 2rem;
    line-height: 2.125rem;
    letter-spacing: -0.0125rem;
    transition: none;
    transition: border .1s ease;
    display: inline-block; }
    @media screen and (min-width: 768px) {
      .heritage-report-card-theme--light .heritage-card__title, .heritage-report-card-theme--dark .heritage-card__title {
        margin-bottom: 1.0625rem;
        font-size: 2.25rem;
        line-height: 2.375rem; } }
    @media screen and (min-width: 1024px) {
      .heritage-card-theme--small .heritage-report-card-theme--light .heritage-card__title, .heritage-card-theme--small .heritage-report-card-theme--dark .heritage-card__title {
        font-size: 2rem;
        line-height: 2.125rem; } }
    .heritage-report-card-theme--light .heritage-card__title:focus, .heritage-report-card-theme--light .heritage-card__title:hover, .heritage-report-card-theme--light .heritage-card__title:active, .heritage-report-card-theme--dark .heritage-card__title:focus, .heritage-report-card-theme--dark .heritage-card__title:hover, .heritage-report-card-theme--dark .heritage-card__title:active {
      color: #c4d82d; }
  .heritage-report-card-theme--light-author, .heritage-report-card-theme--dark-author {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    font-style: italic;
    font-size: 1.1875rem;
    margin-bottom: 0.375rem;
    margin-top: 0.3125rem; }
  .heritage-report-card-theme--light-date, .heritage-report-card-theme--dark-date {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.6875rem;
    letter-spacing: -0.00625rem;
    display: block; }
    .heritage-report-card-theme--light-date span, .heritage-report-card-theme--dark-date span {
      font-weight: 300;
      margin-left: 0.4375rem; }
  .heritage-report-card-theme--light-arrow, .heritage-report-card-theme--dark-arrow {
    display: block;
    float: right;
    position: absolute;
    right: 40px;
    bottom: 36px;
    z-index: 4; }
    .heritage-report-card-theme--light-arrow:focus, .heritage-report-card-theme--light-arrow:hover, .heritage-report-card-theme--dark-arrow:focus, .heritage-report-card-theme--dark-arrow:hover {
      text-decoration: none; }
  @media screen and (min-width: 768px) {
    .heritage-report-card-theme--light, .heritage-report-card-theme--dark {
      height: 21.875rem;
      padding: 1.5625rem 2.5rem 0; } }

.heritage-report-card-theme--light {
  background-color: #fff; }
  .heritage-report-card-theme--light .heritage-card-eyebrow {
    color: #264a59; }
  .heritage-report-card-theme--light .heritage-card__title {
    color: #264a59; }
    .heritage-report-card-theme--light .heritage-card__title:focus span, .heritage-report-card-theme--light .heritage-card__title:hover span, .heritage-report-card-theme--light .heritage-card__title:active span {
      color: #264a59; }
  .heritage-report-card-theme--light-author {
    color: #111d22; }
    .heritage-report-card-theme--light-author a {
      color: #0093d0;
      cursor: pointer; }
  .heritage-report-card-theme--light-date {
    color: #264a59; }
    .heritage-report-card-theme--light-date span {
      color: #75a5c0; }
  .heritage-report-card-theme--light-arrow {
    color: #0093d0; }

.heritage-report-card-theme--dark {
  background-color: #22262c; }
  .heritage-report-card-theme--dark .heritage-card-eyebrow {
    color: #fff; }
  .heritage-report-card-theme--dark .heritage-card__title {
    color: #fff; }
    .heritage-report-card-theme--dark .heritage-card__title:focus span, .heritage-report-card-theme--dark .heritage-card__title:hover span, .heritage-report-card-theme--dark .heritage-card__title:active span {
      color: #fff; }
  .heritage-report-card-theme--dark-author {
    color: #bee7f9; }
    .heritage-report-card-theme--dark-author a {
      color: #bee7f9; }
  .heritage-report-card-theme--dark-date {
    color: #fff; }
    .heritage-report-card-theme--dark-date span {
      color: #bee7f9; }
  .heritage-report-card-theme--dark-arrow {
    color: #c4d82d; }

.commentary-author-image-wrapper {
  display: none; }
  @media screen and (min-width: 768px) {
    .commentary-author-image-wrapper {
      position: relative;
      display: inline-block;
      float: left;
      margin-top: 1.5625rem;
      border-radius: 50%;
      max-width: min(28% - 20px, 100% - 370px);
      width: auto;
      overflow: hidden; }
      .commentary-author-image-wrapper:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #c5d1d8;
        z-index: 0; }
      .commentary-author-image-wrapper:after {
        border-radius: 50%; }
      .commentary-author-image-wrapper img {
        position: relative;
        z-index: 1;
        border-radius: 50%; } }

.heritage-commentary-card-theme--light, .heritage-commentary-card-theme--dark {
  clear: both;
  overflow: hidden;
  height: 19rem;
  padding: 1.5625rem 1.25rem 0; }
  @media screen and (min-width: 768px) {
    .heritage-commentary-card-theme--light, .heritage-commentary-card-theme--dark {
      padding-left: 2.5rem; } }
  @media screen and (min-width: 1024px) {
    .heritage-commentary-card-theme--light, .heritage-commentary-card-theme--dark {
      height: 21.875rem; } }
  .heritage-commentary-card-theme--light .heritage-card-eyebrow, .heritage-commentary-card-theme--dark .heritage-card-eyebrow {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-size: 0.6875rem;
    font-weight: 300;
    margin-bottom: 0.3125rem; }
    @media screen and (min-width: 768px) {
      .heritage-commentary-card-theme--light .heritage-card-eyebrow, .heritage-commentary-card-theme--dark .heritage-card-eyebrow {
        display: block;
        padding-left: 1.25rem;
        margin-bottom: 1.25rem; } }
  @media screen and (min-width: 768px) {
    .heritage-commentary-card-theme--light-wrap::after, .heritage-commentary-card-theme--dark-wrap::after {
      clear: both;
      content: '';
      display: table; } }
  .heritage-commentary-card-theme--light-wrap img, .heritage-commentary-card-theme--dark-wrap img {
    display: none; }
    @media screen and (min-width: 768px) {
      .heritage-commentary-card-theme--light-wrap img, .heritage-commentary-card-theme--dark-wrap img {
        display: block;
        width: 100%;
        float: left; } }
  @media screen and (min-width: 768px) {
    .heritage-commentary-card-theme--light-info, .heritage-commentary-card-theme--dark-info,
    .heritage-report-card-theme--light-info, .heritage-report-card-theme--dark-info {
      float: left;
      width: 21.875rem;
      margin-left: 1.25rem; } }
  @media screen and (min-width: 1280px) {
    .heritage-commentary-card-theme--light-info, .heritage-commentary-card-theme--dark-info,
    .heritage-report-card-theme--light-info, .heritage-report-card-theme--dark-info {
      width: 72%; } }
  .heritage-commentary-card-theme--light-info .heritage-card__title, .heritage-commentary-card-theme--dark-info .heritage-card__title {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    margin: 0 0 1.25rem;
    font-size: 2rem;
    line-height: 2.125rem;
    letter-spacing: -0.0125rem;
    display: inline-block; }
    @media screen and (min-width: 768px) {
      .heritage-commentary-card-theme--light-info .heritage-card__title, .heritage-commentary-card-theme--dark-info .heritage-card__title {
        margin-bottom: 1.0625rem;
        font-size: 2.25rem;
        line-height: 2.375rem; } }
    @media screen and (min-width: 1024px) {
      .heritage-card-theme--small .heritage-commentary-card-theme--light-info .heritage-card__title, .heritage-card-theme--small .heritage-commentary-card-theme--dark-info .heritage-card__title {
        font-size: 2rem;
        line-height: 2.125rem; } }
  .heritage-commentary-card-theme--light-author, .heritage-commentary-card-theme--dark-author {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    font-style: italic;
    font-size: 1.1875rem;
    margin-bottom: 0.375rem; }
  .heritage-commentary-card-theme--light-date, .heritage-commentary-card-theme--dark-date {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.6875rem;
    letter-spacing: -0.00625rem; }
    .heritage-commentary-card-theme--light-date span, .heritage-commentary-card-theme--dark-date span {
      font-weight: 300;
      margin-left: 0.4375rem; }
  .heritage-commentary-card-theme--light-arrow, .heritage-commentary-card-theme--dark-arrow {
    display: block;
    float: right;
    position: absolute;
    right: 40px;
    bottom: 36px; }
    .heritage-commentary-card-theme--light-arrow:focus, .heritage-commentary-card-theme--light-arrow:hover, .heritage-commentary-card-theme--dark-arrow:focus, .heritage-commentary-card-theme--dark-arrow:hover {
      text-decoration: none; }

.heritage-commentary-card-theme--light {
  background-color: #fff; }
  .heritage-commentary-card-theme--light .heritage-card-eyebrow {
    color: #264a59; }
  .heritage-commentary-card-theme--light-info h3 {
    color: #264a59; }
  .heritage-commentary-card-theme--light-author {
    color: #0093d0; }
  .heritage-commentary-card-theme--light-date {
    color: #264a59; }
    .heritage-commentary-card-theme--light-date span {
      color: #75a5c0; }
  .heritage-commentary-card-theme--light-arrow {
    color: #0093d0; }

.heritage-commentary-card-theme--dark {
  background-color: #22262c; }
  .heritage-commentary-card-theme--dark .heritage-card-eyebrow {
    color: #fff; }
  .heritage-commentary-card-theme--dark-info .heritage-card__title {
    color: #fff; }
  .heritage-commentary-card-theme--dark-author {
    color: #bee7f9; }
  .heritage-commentary-card-theme--dark-date {
    color: #fff; }
    .heritage-commentary-card-theme--dark-date span {
      color: #75a5c0; }
  .heritage-commentary-card-theme--dark-arrow {
    color: #c4d82d; }

.heritage-explainer-card {
  clear: both;
  height: 19rem;
  padding: 1.5625rem 1.25rem 0;
  position: relative; }
  @media screen and (min-width: 768px) {
    .heritage-explainer-card {
      padding: 1.625rem 2.5rem 0; } }
  @media screen and (min-width: 1024px) {
    .heritage-explainer-card {
      height: 21.875rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1279px) {
    .heritage-card-theme--small.heritage-explainer-card .heritage-explainer-card-summary,
    .heritage-card-theme--small.heritage-explainer-card .heritage-explainer-card-line {
      display: none; }
    .heritage-card-theme--small.heritage-explainer-card .heritage-card__title {
      font-size: 2.25rem;
      line-height: 2.375rem; } }
  .hovered._has-image.heritage-explainer-card .heritage-card-image-background {
    -ms-transform: scale(1);
    transform: scale(1); }
  .heritage-explainer-card .heritage-card-eyebrow {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-size: 0.6875rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 1.5625rem;
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 768px) {
      .heritage-explainer-card .heritage-card-eyebrow {
        margin-bottom: 26px; } }
  .heritage-explainer-card .heritage-icon-arrow_long {
    color: #c4d82d;
    display: block;
    float: right;
    transition: transform .3s ease; }
    .heritage-explainer-card .heritage-icon-arrow_long:focus, .heritage-explainer-card .heritage-icon-arrow_long:hover {
      text-decoration: none; }
  .heritage-explainer-card-wrap {
    overflow: hidden;
    clear: both;
    text-align: center;
    display: block;
    position: static; }
    .heritage-explainer-card-wrap:focus, .heritage-explainer-card-wrap:hover {
      text-decoration: none; }
    .heritage-explainer-card-wrap .heritage-card__title {
      font-family: 'Chronicle Display A', 'Chronicle Display B';
      font-weight: 300;
      font-size: 2rem;
      line-height: 2.125rem;
      text-align: center;
      color: #fff;
      margin: 0;
      display: block;
      width: 100%;
      position: relative;
      z-index: 1; }
      @media screen and (min-width: 768px) {
        .heritage-explainer-card-wrap .heritage-card__title {
          font-size: 2.25rem;
          line-height: 2.375rem; } }
      @media screen and (min-width: 1024px) {
        .heritage-card-theme--large .heritage-explainer-card-wrap .heritage-card__title {
          font-size: 3.125rem;
          line-height: 3.125rem; } }
    .heritage-explainer-card-wrap .heritage-explainer-card-summary {
      display: none; }
      @media screen and (min-width: 768px) {
        .heritage-explainer-card-wrap .heritage-explainer-card-summary {
          display: block; } }
    .heritage-explainer-card-wrap .heritage-explainer-card-summary * {
      font-family: 'Chronicle Display A', 'Chronicle Display B';
      font-weight: 200;
      font-size: 1.25rem;
      font-style: italic;
      letter-spacing: 0.0125rem;
      text-align: center;
      color: #fff;
      position: relative;
      z-index: 1;
      margin-top: 0.75rem; }
  .heritage-explainer-card-line {
    content: '';
    background: #c4d82d;
    width: 40%;
    height: 0.125rem;
    display: none;
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 768px) {
      .heritage-explainer-card-line {
        display: inline-block; } }

@media screen and (min-width: 1024px) {
  .heritage-card-theme--small {
    width: 40%;
    margin-right: 2%;
    float: left;
    display: block;
    clear: none; }
    .heritage-card-theme--small .heritage-card__title {
      font-size: 2rem;
      line-height: 2.125rem; }
    .heritage-card-theme--small .heritage-card-eyebrow {
      padding-left: 0; }
    .heritage-card-theme--small-wrap img {
      display: none; }
    .heritage-card-theme--small-info {
      width: auto;
      margin-left: 0; }
    .heritage-card-theme--small .featured-events__play {
      display: block;
      position: relative;
      z-index: 2; } }

@media screen and (min-width: 1024px) {
  .heritage-card-theme--medium {
    float: left;
    display: block;
    margin-right: 1.94175%;
    width: 49.02913%;
    clear: both; }
    .heritage-card-theme--medium:last-child {
      margin-right: 0; }
    .heritage-card-theme--medium .heritage-card-eyebrow {
      padding-left: 0.625rem; }
    .heritage-card-theme--medium-wrap img {
      width: 6.25rem;
      height: 6.25rem; }
    .heritage-card-theme--medium-info {
      width: 18.75rem;
      margin-left: 1.25rem; } }

@media screen and (min-width: 1024px) {
  .heritage-card-theme--large {
    width: 58%;
    margin-right: 2%;
    float: left;
    display: block;
    clear: none; }
    .heritage-card-theme--large .featured-events__play {
      display: block;
      position: relative;
      z-index: 2; } }

select {
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.button-base, .button-blue, .issue-breaker__button, .button-dark-blue, .article-body__read-more, .button-light-blue, .path-contact .contact__contact-forms .mktoButton, .page-node-type-person .expert__request .featherlight-content .mktoButton {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  cursor: pointer;
  display: block;
  border-style: none;
  color: #fff;
  transition: background-color .3s ease; }

.button-blue, .issue-breaker__button {
  background-color: #264a59; }
  .button-blue:focus, .issue-breaker__button:focus, .button-blue:hover, .issue-breaker__button:hover {
    background-color: #386274; }

.button-dark-blue, .article-body__read-more {
  background-color: #252a2f; }
  .button-dark-blue:focus, .article-body__read-more:focus, .button-dark-blue:hover, .article-body__read-more:hover {
    background-color: #292e35; }
    .button-dark-blue:focus i, .article-body__read-more:focus i, .button-dark-blue:hover i, .article-body__read-more:hover i {
      color: #c4d82d; }

#mktoForm_2787 .mktoFormRow .mktoLabel,
#mktoForm_2787 .mktoFormRow .mktoOffset,
#mktoForm_2787 .mktoFormRow .mktoGutter {
  display: none;
}
.mktoForm-label {
  font-family: 'Gotham A', 'Gotham B';
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.global-footer__subscribe-wrapper .mktoFormRow .mktoField {
  border-bottom: 0.0625rem Solid #386274 !important;}

#mktoForm_2787 .mktoFormRow .mktoEmailField,
#mktoForm_2024 .mktoFormRow .mktoEmailField {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  border: none !important;
  box-shadow: none !important;
  border-bottom: 0.0625rem Solid #c5d1d8 !important;
  color: #111d22;
  font-size: 0.875rem !important;
  line-height: 3.0625rem !important;
  float: left;
  position: relative;
  padding: 0;
  height: 50px !important;
  color: #386274 !important;
  overflow: auto;
}
#mktoForm_2024 .mktoFormRow input.mktoEmailField::placeholder {
  background-color: transparent;
}
.global-footer__subscribe-wrapper .mktoButton {
  margin-bottom: unset !important;
  background-color: #2e647b !important;
}
#mktoForm_2787 .mktoButton {
  font-family: 'Gotham A', 'Gotham B';
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.06875rem;
  text-align: center;
  color: #fff !important;
  padding: 1.6875rem 0;
  margin-bottom: 1.25rem !important;
  width: 100%;
  text-transform: uppercase;
  background-color: #6193b4 !important;
  border-radius: 0 !important;
  padding: 1rem 0 !important;
  background-image: none !important;
  border-style: none !important;
}
.mktoButton:focus,
.mktoButton:hover {
  background-color: #79abc9;
    text-decoration: none;
}
#mktoForm_2787 .mktoButtonRow {
  display: block !important;
}
#mktoForm_2787 .mktoButtonWrap.mktoInset {
  margin-left: 0 !important;
}
@media screen and (min-width: 430px) {
  .global-footer__subscribe-wrapper .mktoForm {
    display: block;
  }
  #mktoForm_2787.mktoForm {
    display: flex;
  }
  #mktoForm_2787 .mktoFormRow .mktoField {
    width: 180px !important;
  }
  #mktoForm_2787 .mktoButtonWrap .mktoButton {
    width: 130px;
  }
}
@media screen and (min-width: 768px) {
  #mktoForm_2787.mktoForm,
  .path-events .mktoForm-label {
    margin-left: 12.80488%;
  }
  #mktoForm_2787 .mktoFormRow .mktoField {
    width: 200px !important;
  }
}
@media screen and (min-width: 1024px) {
  #mktoForm_2787.mktoForm,
  .path-events .mktoForm-label {
    margin-left: 8.46774%;
  }
  #mktoForm_2787 .mktoFormRow .mktoField {
    width: 250px !important;
  }
}
.button-light-blue {
  background-color: #6193b4;
  font-weight: 300; }

.button-more, .issue-landing .pager__item a {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  color: #264a59;
  border: none;
  display: block;
  border-bottom: #c5d1d8 4px solid;
  background-color: transparent;
  transition: all .3 ease;
  position: relative; }
  .button-more a:focus, .issue-landing .pager__item a a:focus, .button-more:focus, .issue-landing .pager__item a:focus,
  .button-more a:hover,
  .issue-landing .pager__item a a:hover, .button-more:hover, .issue-landing .pager__item a:hover {
    text-decoration: none; }
  .button-more i, .issue-landing .pager__item a i {
    font-size: 24px;
    color: #0093d0; }
  .button-more:after, .issue-landing .pager__item a:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -4px;
    height: 4px;
    transition: all .3s ease;
    background-color: #0093d0; }
  .button-more:focus, .issue-landing .pager__item a:focus, .button-more:hover, .issue-landing .pager__item a:hover, .button-more.active, .issue-landing .pager__item a.active {
    color: #0093d0;
    text-decoration: none; }
    .button-more:focus i, .issue-landing .pager__item a:focus i, .button-more:hover i, .issue-landing .pager__item a:hover i, .button-more.active i, .issue-landing .pager__item a.active i {
      color: #0093d0; }
    .button-more:focus:after, .issue-landing .pager__item a:focus:after, .button-more:hover:after, .issue-landing .pager__item a:hover:after, .button-more.active:after, .issue-landing .pager__item a.active:after {
      left: 0;
      right: 0; }
  .button-more._inactive, .issue-landing .pager__item a._inactive {
    opacity: 0;
    height: 0;
    padding: 0; }

body.bodyNoScroll {
  overflow: hidden; }

/*!
 * tabbyjs v12.0.3
 * Lightweight, accessible vanilla JS toggle tabs.
 * (c) 2019 Chris Ferdinandi
 * MIT License
 * http://github.com/cferdinandi/tabby
 */
/**
 * The tablist
 */
[role="tablist"] {
  border-bottom: 1px solid lightgray;
  list-style: none;
  margin: 0;
  padding: 0; }

[role="tablist"] * {
  box-sizing: border-box; }

/**
 * The tablist item
 */
@media (min-width: 30em) {
  [role="tablist"] li {
    display: inline-block; } }

/**
 * The tabs
 */
[role="tab"] {
  border: 1px solid transparent;
  border-top-color: lightgray;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  /**
	 * Active tab styling
	 */
  /**
	 * Tabs on hover
	 */ }

@media (min-width: 30em) {
  [role="tab"] {
    border-top-color: transparent;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    display: inline-block;
    margin-bottom: -1px; } }

[role="tab"][aria-selected="true"] {
  background-color: lightgray; }

@media (min-width: 30em) {
  [role="tab"][aria-selected="true"] {
    background-color: transparent;
    border: 1px solid lightgray;
    border-bottom-color: #ffffff; } }

[role="tab"]:hover:not([aria-selected="true"]) {
  background-color: #f7f7f7; }

@media (min-width: 30em) {
  [role="tab"]:hover:not([aria-selected="true"]) {
    border: 1px solid lightgray; } }

/**
 * [hidden] fallback for IE10 and lower
 */
[hidden] {
  display: none; }

html {
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word; }

* {
  box-sizing: inherit; }
  *::before, *::after {
    box-sizing: inherit; }
  *:focus {
    outline: 1px dotted #212121;
    outline: 5px auto -webkit-focus-ring-color; }

body {
  color: #464646;
  font-family: Gotham, Helvetica, Arial;
  font-size: 1rem;
  font-weight: 300;
  margin: 0;
  padding: 0; }

#atlwdg-trigger {
  z-index: 999; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

template {
  display: none; }

.wrapper,
.content-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .wrapper,
    .content-wrapper {
      padding: 0 20px; } }
  @media screen and (min-width: 1024px) {
    .wrapper,
    .content-wrapper {
      max-width: 1600px;
      padding: 0 32px; } }
  .wrapper::after,
  .content-wrapper::after {
    clear: both;
    content: '';
    display: table; }
  @media screen and (min-width: 1600px) {
    .wrapper,
    .content-wrapper {
      overflow: visible;
      position: relative; }
      #content > .wrapper:before, #content >
      .content-wrapper:before {
        content: '';
        position: absolute;
        display: block;
        clear: both;
        top: 0;
        bottom: 0;
        left: calc((100vw - 100rem)* -.5);
        width: 100vw;
        background: linear-gradient(white, white) 0 100%, linear-gradient(white, white) calc(100vw - (100vw - 100rem)/2) 100%;
        background-size: calc((100vw - 100rem)/2) 100%, calc((100vw - 100rem)/2) 100%;
        background-repeat: no-repeat;
        z-index: 80;
        pointer-events: none; } }

.visually-hidden {
  text-indent: -999em;
  display: block; }

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.page__wrapper {
  overflow-x: hidden; }

body:before {
  content: 'smartphone';
  display: none;
  /* Prevent from displaying. */ }

@media screen and (min-width: 768px) {
  body:before {
    content: 'tablet'; } }

@media screen and (min-width: 1024px) {
  body:before {
    content: 'desktop'; } }

.contentinfo {
  display: none !important; }

.node--unpublished {
  background-color: transparent !important; }

.transported-item {
  overflow: hidden; }

.back-to-close {
  height: 1px;
  left: -9999px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 1px; }

.hidden {
  display: none !important;
}

ul,
ol,
dl {
  margin: 0;
  padding: 0; }

li {
  margin: 0;
  padding: 0;
  list-style: none; }

ol li {
  list-style: decimal; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden] {
  display: none; }

img {
  height: auto;
  border: none;
  max-width: 100%; }

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

@font-face {
  font-family: 'heritage-icons';
  src: url("/themes/heritage/src/fonts/heritage-icons.eot?96qnpn");
  src: url("/themes/heritage/src/fonts/heritage-icons.eot?96qnpn#iefix") format("embedded-opentype"), url("/themes/heritage/src/fonts/heritage-icons.ttf?96qnpn") format("truetype"), url("/themes/heritage/src/fonts/heritage-icons.woff?96qnpn") format("woff"), url("/themes/heritage/src/fonts/heritage-icons.svg?96qnpn#heritage-icons") format("svg");
  font-weight: normal; }

[class^='heritage-icon-'],
[class*='heritage-icon-'] {
  font-family: 'heritage-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.heritage-icon-circle_info:before {
  content: "\e900"; }

.heritage-icon-chapter_arrow:before {
  content: "\e901"; }

.heritage-icon-chaptering_close:before {
  content: "\e902"; }

.heritage-icon-collapse:before {
  content: "\e903"; }

.heritage-icon-copy_clipboard:before {
  content: "\e904"; }

.heritage-icon-copy_link:before {
  content: "\e905"; }

.heritage-icon-download_pdf:before {
  content: "\e906"; }

.heritage-icon-download:before {
  content: "\e907"; }

.heritage-icon-expand_image:before {
  content: "\e908"; }

.heritage-icon-expand:before {
  content: "\e909"; }

.heritage-icon-explore_issues_desktop:before {
  content: "\e90a"; }

.heritage-icon-explore_issues_tablet_mobile:before {
  content: "\e90b"; }

.heritage-icon-hamburger_menu:before {
  content: "\e90c"; }

.heritage-icon-heritage_bell:before {
  content: "\e90d"; }

.heritage-icon-heritage_logo:before {
  content: "\e90e"; }

.heritage-icon-issues_arrow:before {
  content: "\e90f"; }

.heritage-icon-lightbox_close:before {
  content: "\e910"; }

.heritage-icon-quote:before {
  content: "\e911"; }

.heritage-icon-search_desktop:before {
  content: "\e912"; }

.heritage-icon-search_tablet_mobile:before {
  content: "\e913"; }

.heritage-icon-see_more_arrow:before {
  content: "\e914"; }

.heritage-icon-share:before {
  content: "\e915"; }

.heritage-icon-social_facebook:before {
  content: "\e916"; }

.heritage-icon-social_twitter:before {
  content: "\e917"; }

.heritage-icon-tooltip_desktop:before {
  content: "\e918"; }

.heritage-icon-tooltip_tablet_mobile:before {
  content: "\e919"; }

.heritage-icon-check_sign_up:before {
  content: "\e91a"; }

.heritage-icon-add_to_calendar:before {
  content: "\e91b"; }

.heritage-icon-arrow_long:before {
  content: "\e91c"; }

.heritage-icon-calendar_left:before {
  content: "\e926"; }

.heritage-icon-calendar_right:before {
  content: "\e91d"; }

.heritage-icon-play_list_view:before {
  content: "\e91e"; }

.heritage-icon-play_module:before {
  content: "\e91f"; }

.heritage-icon-play_live_video:before {
  content: "\e920"; }

.heritage-icon-live_video_close:before {
  content: "\e921"; }

.heritage-icon-pin:before {
  content: "\e922"; }

.heritage-icon-clock:before {
  content: "\e923"; }

.heritage-icon-home3:before {
  content: "\e924"; }

.heritage-icon-print:before {
  content: "\e925"; }

.heritage-icon-linkedin2:before {
  content: "\eaca"; }

.heritage-icon-envelop:before {
  content: "\e945"; }

a {
  -webkit-text-decoration-skip: objects;
  color: #0093d0;
  text-decoration: none;
  transition: color .3s ease; }
  a:focus, a:active, a:hover {
    text-decoration: underline; }

p {
  margin: 0; }

dfn {
  font-style: italic; }

small {
  font-size: 80%; }

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

pre {
  margin: 0;
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1rem; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

.headline {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 300;
  font-size: 2.625rem;
  line-height: 2.75rem;
  letter-spacing: -0.03125rem;
  color: #061d46; }

.headline__date {
  color: #75a5c0;
  display: block; }

@media screen and (min-width: 768px) {
  .headline {
    font-size: 3.75rem;
    line-height: 3.625rem;
    letter-spacing: -0.05625rem; } }

@media screen and (min-width: 1024px) {
  .headline {
    font-size: 5rem;
    line-height: 4.625rem;
    letter-spacing: -0.08125rem; } }

button,
input,
select,
textarea {
  font: inherit;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0; }

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.5.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: rgba(0, 0, 0, 0); }
  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(17, 29, 34, 0.98); }
  .featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em; }
  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal; }
  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block; }
  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 100;
    top: 10px;
    right: 15px;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 1.25rem; }
  .featherlight .featherlight-image {
    /* styling */
    width: 100%; }
  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: none;
    padding: 0; }
  .featherlight iframe {
    /* styling */
    border: none; }
  .featherlight * {
    /* See https://github.com/noelboss/featherlight/issues/42 */
    box-sizing: border-box; } }

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: '';
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir='rtl'] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.user-login-form {
  min-height: 500px;
  max-width: 37.5rem;
  margin: 8.75rem auto; }
  .user-login-form label {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    margin-bottom: 1.25rem;
    display: block; }
  .user-login-form #edit-submit {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    margin: 0 0 1.25rem;
    cursor: pointer;
    display: block;
    border-style: none;
    color: #fff;
    transition: background-color .3s ease;
    background-color: #264a59;
    text-transform: uppercase;
    font-size: 0.875rem;
    padding: 0.625rem 2.5rem; }
    .user-login-form #edit-submit:focus, .user-login-form #edit-submit:hover {
      background-color: #386274; }
  .user-login-form .description {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-size: 0.625rem;
    margin-bottom: 1.25rem; }
  .user-login-form input[type="text"],
  .user-login-form input[type="password"] {
    border-color: #386274;
    color: #111d22;
    font-size: 0.875rem;
    line-height: 3rem;
    margin-bottom: 1.25rem;
    padding: 0 0.625rem; }
    .user-login-form input[type="text"]::-webkit-input-placeholder,
    .user-login-form input[type="password"]::-webkit-input-placeholder {
      font-family: 'Gotham A', 'Gotham B';
      font-weight: 400;
      color: #c5d1d8;
      font-size: 0.875rem; }
    .user-login-form input[type="text"]::-moz-placeholder,
    .user-login-form input[type="password"]::-moz-placeholder {
      font-family: 'Gotham A', 'Gotham B';
      font-weight: 400;
      color: #c5d1d8;
      font-size: 0.875rem; }
    .user-login-form input[type="text"]:-ms-input-placeholder,
    .user-login-form input[type="password"]:-ms-input-placeholder {
      /* IE 10+ */
      font-family: 'Gotham A', 'Gotham B';
      font-weight: 400;
      color: #c5d1d8;
      font-size: 0.875rem; }
    .user-login-form input[type="text"]:-moz-placeholder,
    .user-login-form input[type="password"]:-moz-placeholder {
      /* Firefox 18- */
      font-family: 'Gotham A', 'Gotham B';
      font-weight: 400;
      color: #c5d1d8;
      font-size: 0.875rem; }

#block-heritage-theme-page-title h1 {
  display: none; }

.heritage-icon-heritage_bell.global-footer__heritage-bell-icon + div {
  display: inline-block; }
  @media screen and (min-width: 1024px) {
    .heritage-icon-heritage_bell.global-footer__heritage-bell-icon + div {
      width: 35%; } }

/* @media screen and (min-width: 768px) {
  .global-footer #block-secondarynavigation .mainmenu {
    display: inline-block; } } */

.global-footer #block-secondarynavigation .mainmenu a {
  font-family: "Gotham A","Gotham B","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 1.125rem;
  line-height: 2.5rem;
  white-space: nowrap; }
  .global-footer #block-secondarynavigation .mainmenu a:focus, .global-footer #block-secondarynavigation .mainmenu a:hover {
    color: #c4d82d;
    text-decoration: none; }
  @media screen and (min-width: 768px) {
    .global-footer #block-secondarynavigation .mainmenu a {
      font-size: 1rem;
      line-height: 2.125rem; } }
  @media screen and (min-width: 1024px) {
    .global-footer #block-secondarynavigation .mainmenu a {
      font-size: 1.125rem;
      line-height: 2rem; } }

.navigation-global__donate-link-desktop {
  display: none;
  background-color: #CE2231;
  font-size: 1rem;
  font-family: 'Gotham A', 'Gotham B';
  position: absolute;
  top: 1.125rem;
  right: 0;
  color: #fff;
  width: 6.5625rem;
  height: 2.875rem;
  justify-content: center;
  align-items: center;
}
.navigation-global__donate-link-desktop:hover {
  background-color: #940814;
  text-decoration: none;
}
.navigation-global__donate-link-mobile {
  background-color: #CE2231;
  text-transform: uppercase;
  font-family: 'Gotham A', 'Gotham B';
  font-size: 0.75rem;
  letter-spacing: 0.0625rem;
  /* padding: 0.9375rem 1.84375rem; */
  color: #fff;
  font-weight: 500;
  order: 3;
  width: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 430px) {
  .navigation-global__donate-link-mobile {
    width: 6.875rem; } }

.navigation-global__donate-link-mobile:hover {
  background-color: #940814;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .navigation-global__nav-tier nav .mainmenu {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 400;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: right;
    margin: 1.75rem 0; }
    .navigation-global__nav-tier nav .mainmenu a {
      color: #264a59; }
    .navigation-global__nav-tier nav .mainmenu a:focus,
    .navigation-global__nav-tier nav .mainmenu a:hover {
      text-decoration: none;
      border-bottom: 2px solid #c4d82d;
      padding-bottom: 0.3125rem; } }

@media screen and (min-width: 768px) {
  .navigation-global__nav-tier nav .mainmenu {
    margin: 2rem 7rem 2rem 0; } 
    .navigation-global__donate-link-desktop {
      display: flex;
      width: 5.484375rem; }}

@media screen and (min-width: 1024px) {
  .navigation-global__nav-tier nav .mainmenu {
    margin: 2rem 8.5625rem 2rem 0; }
  .navigation-global__donate-link-desktop {
    width: 6.5625rem; }}

.navigation-global__nav-tier nav .mainmenu li {
  display: inline;
  margin-right: 2rem; }
  .navigation-global__nav-tier nav .mainmenu li:last-of-type {
    margin-right: 0; }
@media screen and (max-width: 900px) {
  .navigation-global__nav-tier nav .mainmenu li {
    margin-right: 1.375rem; }}

#block-heritage-theme-local-tasks {
  top: 9.375rem;
  z-index: 499;
  width: 100%;
  padding: 0 2rem; }
  #block-heritage-theme-local-tasks ul {
    width: 100%; }
    #block-heritage-theme-local-tasks ul li {
      display: inline-block;
      margin-right: 0; }
      #block-heritage-theme-local-tasks ul li:last-child {
        margin-right: 0; }
    #block-heritage-theme-local-tasks ul a {
      font-family: 'Gotham A', 'Gotham B';
      font-weight: 400;
      text-transform: uppercase;
      margin: 1.25rem 0;
      padding: 0.625rem;
      text-align: center;
      background-color: #0093d0;
      color: #fff;
      text-decoration: none;
      font-size: 0.75rem;
      transition: background-color .3s ease;
      border-radius: 0.3125rem; }
      #block-heritage-theme-local-tasks ul a:focus, #block-heritage-theme-local-tasks ul a:hover {
        background-color: #292e35; }

.user-logged-in .content-wrapper {
  position: relative;
  overflow: hidden; }

.user-logged-in .page__wrapper {
  position: relative; }

.path-user {
  padding-top: 9.8125rem; }

#main-wrapper {
  min-height: 43.75rem; }

._search-open {
  overflow: hidden;
  position: fixed; }

.page-node-type-report .navigation-global__fix-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100; }
  .page-node-type-report .navigation-global__fix-wrapper .navigation__article-bar {
    border-bottom: #f3f5f8 1px solid; }

.path-contact .navigation-global__nav-tier nav .mainmenu a,
.page-node-type-static-node .navigation-global__nav-tier nav .mainmenu a,
.path-frontpage .navigation-global__nav-tier nav .mainmenu a,
.page-node-type-collection .navigation-global__nav-tier nav .mainmenu a,
.page-node-type-explainer .navigation-global__nav-tier nav .mainmenu a,
.path-taxonomy .navigation-global__nav-tier nav .mainmenu a,
.path-about-heritage .navigation-global__nav-tier nav .mainmenu a,
.path-judicial-tracker .navigation-global__nav-tier nav .mainmenu a {
  color: #fff; }

.navigation__article-bar {
  display: none; }

.navigation-global {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .navigation-global .navigation-global__issue-toggle-text i {
    transition: all .5s ease-in-out; }
  .navigation-global .navigation-global__issue-toggle-text._main-open i {
    -ms-transform-origin: 50% 20%;
    transform-origin: 50% 20%;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .navigation-global .form-autocomplete {
    background-color: #083947; }
  .navigation-global .search-form-modal,
  .navigation-global .featherlight {
    background-color: #083947;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 99; }
    .navigation-global .search-form-modal._active,
    .navigation-global .featherlight._active {
      display: block;
      overflow: auto; }
    .navigation-global .search-form-modal .search-form-content,
    .navigation-global .featherlight .search-form-content {
      vertical-align: none;
      padding-top: 5.1875rem;
      position: relative; }
    .navigation-global .search-form-modal .search-form__overlay,
    .navigation-global .search-form-modal .search-form-content,
    .navigation-global .featherlight .search-form__overlay,
    .navigation-global .featherlight .search-form-content {
      width: 100%; }
    .navigation-global .search-form-modal .featherlight-close,
    .navigation-global .featherlight .featherlight-close {
      display: none; }
  .navigation-global #search_overlay_input.form-autocomplete,
  .navigation-global .search-form__input {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: #006474 4px solid;
    color: #fff;
    padding: 0 0 1.25rem;
    margin-bottom: 2.875rem;
    border-radius: 0;
    font-size: 1.25rem; }
    .navigation-global #search_overlay_input.form-autocomplete::-webkit-input-placeholder,
    .navigation-global .search-form__input::-webkit-input-placeholder {
      color: #006474 !important; }
    .navigation-global #search_overlay_input.form-autocomplete:-moz-placeholder,
    .navigation-global .search-form__input:-moz-placeholder {
      color: #006474 !important; }
    .navigation-global #search_overlay_input.form-autocomplete::-moz-placeholder,
    .navigation-global .search-form__input::-moz-placeholder {
      color: #006474 !important; }
    .navigation-global #search_overlay_input.form-autocomplete::-ms-input-placeholder,
    .navigation-global .search-form__input::-ms-input-placeholder {
      color: #006474 !important; }
    .navigation-global #search_overlay_input.form-autocomplete:-ms-input-placeholder,
    .navigation-global .search-form__input:-ms-input-placeholder {
      color: #006474 !important; }
  .navigation-global .search-form-modal {
    padding: 20px; }
  .navigation-global .search-form__results-wrapper {
    overflow-y: auto;
    position: relative; }
    .navigation-global .search-form__results-wrapper._inactive {
      display: none; }
    .navigation-global .search-form__results-wrapper li {
      font-family: 'Gotham A', 'Gotham B';
      font-weight: 400;
      margin-bottom: 1.5rem; }
      .navigation-global .search-form__results-wrapper li a {
        font-size: 1.25rem;
        line-height: 1.3;
        color: #fff;
        border-bottom: 2px solid transparent; }
        .navigation-global .search-form__results-wrapper li a:focus, .navigation-global .search-form__results-wrapper li a:hover {
          text-decoration: none;
          border-color: #c4d82d; }
  .navigation-global .search__close-modal {
    color: #fff;
    position: absolute;
    font-size: 1.1875rem;
    top: 0.625rem;
    right: 0.625rem;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: pointer; }
    .navigation-global .search__close-modal:focus, .navigation-global .search__close-modal:hover {
      color: #c4d82d; }
  .navigation-global .search__frequently {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 2.3;
    color: #c4d82d;
    margin-bottom: 0.6875rem; }
  .navigation-global .search-form__input-wrapper {
    position: relative; }
    .navigation-global .search-form__input-wrapper .search-form--input-submit {
      background-color: transparent;
      border: none;
      position: absolute;
      top: 0;
      right: 0;
      cursor: pointer;
      height: 2.875rem; }
      .navigation-global .search-form__input-wrapper .search-form--input-submit:focus i:before, .navigation-global .search-form__input-wrapper .search-form--input-submit:hover i:before {
        color: #c4d82d; }
      .navigation-global .search-form__input-wrapper .search-form--input-submit span {
        display: block;
        position: absolute;
        left: -999em; }
      .navigation-global .search-form__input-wrapper .search-form--input-submit i:before {
        color: #fff;
        font-size: 1.0625rem; }

@media screen and (min-width: 768px) {
  .navigation-global .search-form-modal .search-form-content,
  .navigation-global .featherlight .search-form-content {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%;
    position: static;
    padding-top: 13.75rem;
    display: -ms-flexbox;
    display: flex; }
    .navigation-global .search-form-modal .search-form-content:last-child,
    .navigation-global .featherlight .search-form-content:last-child {
      margin-right: 0; }
  .navigation-global #search_overlay_input.form-autocomplete,
  .navigation-global .search-form__input {
    font-size: 1.875rem;
    margin-bottom: 3.75rem; }
  .navigation-global .search__close-modal {
    font-size: 1.8125rem;
    top: 4.125rem;
    right: 3.75rem; }
  .navigation-global .search-form__input-wrapper .search-form--input-submit {
    height: 3.625rem; }
    .navigation-global .search-form__input-wrapper .search-form--input-submit i:before {
      font-size: 1.5rem; }
  .navigation-global .search__frequently {
    margin-bottom: 1.0625rem; }
  .navigation-global .search-form__results-wrapper li {
    margin-bottom: 1.875rem; }
    .navigation-global .search-form__results-wrapper li a {
      font-size: 1.625rem; }
  .navigation-global__fix-wrapper .navigation-global {
    border-bottom: none; }
  .page-node-type-report .navigation__article-bar {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    background-color: #fff;
    display: block;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -4.3125rem;
    width: 100%;
    transition: margin 0.3s cubic-bezier(1, 0, 0, 1); } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .page-node-type-report .navigation__article-bar {
      padding: 0 20px; } }
  @media screen and (min-width: 768px) and (min-width: 1024px) {
    .page-node-type-report .navigation__article-bar {
      max-width: 1600px;
      padding: 0 32px; } }

@media screen and (min-width: 768px) {
    .page-node-type-report .navigation__article-bar .heritage-icon-heritage_bell {
      display: inline-block;
      font-size: 25px;
      color: #386274;
      margin: 0.875rem 1.6875rem 0 1.875rem;
      float: left;
      position: relative;
      z-index: 99; }
      .page-node-type-report .navigation__article-bar .heritage-icon-heritage_bell:focus, .page-node-type-report .navigation__article-bar .heritage-icon-heritage_bell:hover {
        text-decoration: none;
        color: #0d4b59; }
  .page-node-type-report .navigation__article-progress-bar {
    background-color: #c4d600;
    display: block;
    height: 0.125rem;
    width: 0;
    position: absolute;
    bottom: -0.125rem;
    left: 0; }
  .page-node-type-report .navigation__article-title {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 200;
    font-size: 1.125rem;
    font-style: italic;
    line-height: .8;
    color: #386274;
    padding: 1.375rem 0 1.375rem 1.5625rem;
    display: block;
    position: relative;
    z-index: 98;
    display: inline-block;
    max-width: 55%; }
  .page-node-type-report ._compact._inactive .navigation-global__issue-cta-wrap,
  .page-node-type-report ._compact._inactive .navigation__article-bar {
    margin-top: -3.6875rem; }
  .page-node-type-report ._inactive .navigation__article-bar {
    margin-top: 0;
    transition: margin 0.3s cubic-bezier(1, 0, 0, 1); }
  .navigation__article-bar {
    display: none; } }

@media screen and (min-width: 1024px) {
  .navigation-global .search-form-modal .search-form-content,
  .navigation-global .featherlight .search-form-content {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 83.06452%;
    margin-left: 8.46774%;
    padding-top: 14.3125rem;
    display: -ms-flexbox;
    display: flex; }
    .navigation-global .search-form-modal .search-form-content:last-child,
    .navigation-global .featherlight .search-form-content:last-child {
      margin-right: 0; }
  .navigation-global #search_overlay_input.form-autocomplete,
  .navigation-global .search-form__input {
    font-size: 2.125rem; }
  .navigation-global .search-form__input-wrapper .search-form--input-submit {
    height: 3.9375rem; }
    .navigation-global .search-form__input-wrapper .search-form--input-submit i:before {
      font-size: 1.6875rem; }
  .navigation-global .search-form__results-wrapper li a {
    font-size: 1.875rem;
    line-height: 2rem; }
  .page-node-type-report .navigation__article-title {
    font-size: 1.5rem;
    padding: 1.5625rem 0 1.5625rem 1.5625rem;
    max-width: 59%;
    float: left; }
  .page-node-type-report .navigation__article-bar .heritage-icon-heritage_bell {
    font-size: 1.75rem;
    margin-top: 1.25rem; }
  .page-node-type-report ._compact._inactive .navigation-global__issue-cta-wrap,
  .page-node-type-report ._compact._inactive .navigation__article-bar {
    margin-top: -4.3125rem; }
  .page-node-type-report ._inactive .navigation__article-bar {
    margin-top: 0;
    transition: margin 0.3s cubic-bezier(1, 0, 0, 1); } }

.path-frontpage .navigation-global__fix-wrapper .navigation-global__nav-bar-mobile {
  background-color: #264a59;
}
.path-frontpage .navigation-global__logo-mobile .heritage-icon-heritage_logo {
  color: #ebeff3;
}
.path-frontpage .navigation-global__fix-wrapper .navigation-global__ctas-mobile {
  background-color: #264a59;
}
.path-frontpage .navigation-global__fix-wrapper .navigation-global__menu-mobile,
.path-frontpage .navigation-global__fix-wrapper .navigation-global__search-mobile {
  color: #ebeff3;
}
.navigation-global {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  padding: 0; }
  @media screen and (min-width: 768px) {
    .navigation-global {
      padding: 0 20px; } }
  @media screen and (min-width: 1024px) {
    .navigation-global {
      max-width: 1600px;
      padding: 0 32px; } }
  @media screen and (min-width: 768px) {
    .navigation-global {
      padding: 0;
      position: absolute;
      left: 0;
      right: 0;
      z-index: 98;
      top: 0;
      width: 100%;
      border-bottom: none; } }
  @media screen and (min-width: 768px) {
    .navigation-global__nav-bar-wrap {
      display: none; } }
  .navigation-global__nav-bar-mobile {
    background-color: #ebeff3;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 3.125rem;
    padding-left: 20px;
    position: relative;
    top: 0;
    /* border-bottom: 1px solid #ebeff3; */
   }
  .navigation-global__logo-mobile {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 200;
    color: #264a59;
    font-size: 0.6875rem;
    font-style: italic;
    height: 3.125rem;
    -ms-flex-order: 1;
    order: 1;
    padding: 0.78125rem 0;
    /* padding-right: 7.8125rem; */
    line-height: 1.6; }
    .navigation-global__logo-mobile .heritage-icon-heritage_logo {
      color: #264a59;
    }
    @media screen and (min-width: 375px) {
      /* .navigation-global__logo-mobile {
        font-size: 1rem; } */} 
    .navigation-global__logo-mobile i {
      font-size: 2rem; }
    .navigation-global__logo-mobile:focus, .navigation-global__logo-mobile:hover {
      text-decoration: none;
      color: #0d4b59; }
    .navigation-global__logo-mobile span {
      display: none;
      margin-left: 0.625rem; }
    @media screen and (min-width: 430px) {
      .navigation-global__logo-mobile {
        font-size: 1rem; } }
  .navigation-global__bleed-wrap-mobile {
    background-color: #264a59;
    -ms-flex-order: 2;
    order: 2;
    height: 3.125rem;
    position: absolute;
    right: 0;
    display: flex;
  }
  .navigation-global__ctas-mobile {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    text-align: center;
    width: 6.75rem;
    background-color: #ebeff3; }
    @media screen and (min-width: 430px) {
    .navigation-global__ctas-mobile {
      width: 7.8125rem;  } }
  .navigation-global__menu-mobile {
    color: #264a59;
    display: inline-block;
    height: 1.5rem;
    margin: 0.875rem 0.75rem 0.75rem 0;
    width: 1.5rem;
    text-indent: -999em; }
    .navigation-global__menu-mobile:before {
      float: left;
      text-indent: 0; }
    .navigation-global__menu-mobile:focus, .navigation-global__menu-mobile:hover {
      text-decoration: none; }
  .navigation-global__search-mobile {
    color: #264a59;
    display: inline-block;
    font-size: 1.125rem;
    height: 1.5rem;
    margin: 0.875rem 0 0.75rem 0.75rem;
    width: 1.5rem;
    text-indent: -999em; }
    .navigation-global__search-mobile:before {
      float: left;
      text-indent: 0; }
    .navigation-global__search-mobile:focus, .navigation-global__search-mobile:hover {
      text-decoration: none; }
  .navigation-global__progress-bar {
    background-color: transparent;
    height: 0.1875rem;
    left: 0;
    position: absolute;
    right: 0;
    top: 3.125rem;
    z-index: 98; }
    .navigation-global__progress-bar-indicator {
      background-color: #c4d600;
      display: block;
      height: 0.125rem;
      width: 0; }
  .navigation-global__tab-desk {
    z-index: 98; }
  .navigation-global__logo-list-wrap::after {
    clear: both;
    content: '';
    display: table; }
  @media screen and (min-width: 768px) {
    .navigation-global__logo-list-wrap {
      margin-top: 0;
      transition: margin 0.3s cubic-bezier(1, 0, 0, 1);
      position: relative; }
      ._inactive .navigation-global__logo-list-wrap {
        margin-top: -5.625rem; } }
  @media screen and (min-width: 1024px) {
    ._inactive .navigation-global__logo-list-wrap {
      margin-top: -9.8125rem; } }
  .navigation-global__logo-link {
    display: none; }
    @media screen and (min-width: 768px) {
      .navigation-global__logo-link {
        background: #386274;
        display: block;
        position: relative;
        height: 5.625rem;
        width: 12.875rem;
        float: left; }
        .navigation-global__logo-link span {
          color: #fff;
          cursor: pointer;
          display: block;
          position: absolute;
          width: 100%;
          text-align: center;
          top: 0;
          left: 0;
          font-size: 2.625rem;
          line-height: 5.625rem;
          z-index: 5;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
        .navigation-global__logo-link:focus, .navigation-global__logo-link:hover {
          background: #264a59;
          color: #fff;
          text-decoration: none; } }
    @media screen and (min-width: 1024px) {
      .navigation-global__logo-link {
        width: 21rem;
        height: 7.5rem; }
        .navigation-global__logo-link span {
          font-size: 3.625rem;
          line-height: 7.5rem; } }
  .navigation-global__tier-issue-wrap {
    margin: 0 20px;
    position: relative; }
    @media screen and (min-width: 768px) {
      .navigation-global__tier-issue-wrap {
        margin: 0; } }
    @media screen and (min-width: 1024px) {
      .navigation-global__tier-issue-wrap {
        float: left;
        display: block;
        margin-right: 1.94175%;
        width: 28.64078%;
        margin: 0; }
        .navigation-global__tier-issue-wrap:last-child {
          margin-right: 0; } }
  .navigation-global__nav-tier {
    display: none; }
    @media screen and (min-width: 768px) {
      .navigation-global__nav-tier {
        display: block;
        padding: 0; } }
    @media screen and (min-width: 768px) {
      .navigation-global__nav-tier .mainmenu a {
        font-size: 0.875rem; } }
    @media screen and (min-width: 1280px) {
      .navigation-global__nav-tier .mainmenu a {
        font-size: 1rem; } }
  @media screen and (min-width: 768px) {
    .navigation-global__tier-list {
      font-family: 'Gotham A', 'Gotham B';
      font-weight: 500;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      float: right;
      margin: 1.75rem 0; }
      .navigation-global__tier-list a {
        color: #264a59; }
      .navigation-global__tier-list a:focus,
      .navigation-global__tier-list a:hover {
        text-decoration: none;
        border-bottom: 2px solid #c4d82d;
        padding-bottom: 0.3125rem; } }
  @media screen and (min-width: 1024px) {
    .navigation-global__tier-list {
      margin: 2rem 0; } }
  .navigation-global__tier-list li {
    display: inline;
    margin-right: 3.125rem; }
  .navigation-global__issue-cta-wrap {
    display: none; }
    @media screen and (min-width: 768px) {
      .navigation-global__issue-cta-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        float: right;
        height: 3.6875rem;
        margin-top: -0.75rem;
        width: 17.5rem;
        margin-top: 0;
        position: relative;
        transition: margin 0.3s cubic-bezier(1, 0, 0, 1);
        top: -1.25rem;
        margin-bottom: -1.25rem; }
        ._down .navigation-global__issue-cta-wrap {
          top: 0; }
        ._inactive .navigation-global__issue-cta-wrap {
          margin-top: 0;
          top: 0; } }
    @media screen and (min-width: 1024px) {
      .navigation-global__issue-cta-wrap {
        height: 4.375rem;
        margin-top: -2.5rem;
        width: auto;
        top: 0;
        margin-bottom: 0; }
        ._inactive .navigation-global__issue-cta-wrap {
          margin-top: 2.25rem; } }
  .navigation-global__issue-toggle {
    background-color: #252a2f;
    position: relative;
    width: 14.375rem; }
    .navigation-global__issue-toggle-text {
      font-family: 'Gotham A', 'Gotham B';
      font-weight: 400;
      color: #fff;
      padding: 1.375rem 0 1.375rem 1.6875rem;
      animation-duration: 3s;
      -ms-transform-origin: center center;
      transform-origin: center center;
      display: inline-block;
      width: 100%; }
      .navigation-global__issue-toggle-text:focus, .navigation-global__issue-toggle-text:hover {
        color: #fff;
        text-decoration: none; }
        .navigation-global__issue-toggle-text:focus .navigation-global__caret, .navigation-global__issue-toggle-text:hover .navigation-global__caret {
          color: #c4d82d;
          text-decoration: none; }
      @media screen and (min-width: 768px) {
        .navigation-global__issue-toggle-text {
          font-size: 0.84375rem;
          line-height: 1rem; } }
      @media screen and (min-width: 1024px) {
        .navigation-global__issue-toggle-text {
          padding: 1.5625rem 1.9375rem 1.5625rem 1.6875rem;
          font-size: 1rem;
          line-height: 1.1875rem; } }
  .navigation-global__caret {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 1.5625rem;
    top: 1.875rem;
    width: 100%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0.75rem; }
    @media screen and (min-width: 768px) {
      .navigation-global__caret {
        width: 1.3125rem; } }
    @media screen and (min-width: 1024px) {
      .navigation-global__caret {
        width: 1.75rem;
        right: 1.8125rem;
        top: 2.0625rem; } }
    .navigation-global__caret:before {
      text-indent: 0;
      float: right;
      font-size: 9px; }
    @media screen and (min-width: 1024px) {
      .navigation-global__caret {
        font-size: 0.9375rem; } }
    .navigation-global__caret:focus, .navigation-global__caret:hover {
      text-decoration: none; }
  .navigation-global__hidden-list {
    display: none; }
    .navigation-global__hidden-list li {
      display: block; }
  .navigation-global__issue-search {
    background-color: #386274;
    display: block;
    position: relative;
    width: 6.5625rem;
    text-indent: -999em;
    color: #fff;
    font-size: 1.6875rem;
    cursor: pointer;
    display: inline-block; }
    .navigation-global__issue-search:before {
      text-indent: 0;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: auto;
      right: 2.8125rem;
      text-align: left; }
    .navigation-global__issue-search:focus, .navigation-global__issue-search:hover {
      background-color: #264a59;
      text-decoration: none; }
    .navigation-global__issue-search-button {
      color: #fff;
      font-size: 1.25rem;
      cursor: pointer;
      display: inline-block;
      position: absolute;
      height: 1.375rem;
      width: 1.375rem; }
      @media screen and (min-width: 768px) {
        .navigation-global__issue-search-button {
          padding: 1.15625rem 1.875rem; } }
      @media screen and (min-width: 1024px) {
        .navigation-global__issue-search-button {
          font-size: 1.6875rem;
          padding: 1.5rem 2.1875rem; } }
  .navigation-global__issue-expanded {
    display: block;
    background-color: #252a2f;
    clear: both;
    display: none;
    z-index: 99; }
    .navigation-global__issue-expanded::after {
      clear: both;
      content: '';
      display: table; }
    @media screen and (min-width: 768px) {
      .navigation-global__issue-expanded-wrap {
        float: left;
        display: block;
        margin-right: 2.43902%;
        width: 74.39024%;
        margin-left: 12.80488%;
        margin-bottom: 1.25rem; }
        .navigation-global__issue-expanded-wrap:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 1024px) {
      .navigation-global__issue-expanded-wrap {
        float: left;
        display: block;
        margin-right: 1.6129%;
        width: 83.06452%;
        margin-left: 8.46774%;
        margin-bottom: 1.875rem; }
        .navigation-global__issue-expanded-wrap:last-child {
          margin-right: 0; } }
  .navigation-global__top-issues {
    border-bottom: 1px solid #616469;
    padding-top: 5.3125rem;
    padding-bottom: 2.5rem;
    clear: right; }
    @media screen and (min-width: 768px) {
      .navigation-global__top-issues {
        padding: 3.125rem 0 1.5625rem; } }
    @media screen and (min-width: 1024px) {
      .navigation-global__top-issues {
        border-bottom-style: none; } }
    .navigation-global__top-issues-text {
      font-family: 'Gotham A', 'Gotham B';
      font-weight: 500;
      color: #c4d82d;
      font-size: 1rem;
      font-weight: 400;
      margin-bottom: 0.9375rem; }
      @media screen and (min-width: 768px) {
        .navigation-global__top-issues-text {
          font-size: 0.875rem;
          letter-spacing: -0.00625rem;
          line-height: 1rem; } }
      @media screen and (min-width: 1024px) {
        .navigation-global__top-issues-text {
          margin-bottom: 1.5625rem; } }
  .navigation-global__close-icon {
    display: block;
    position: absolute;
    top: 1.875rem;
    right: 1.875rem;
    cursor: pointer;
    color: #c4d82d;
    z-index: 99;
    height: 1.875rem;
    width: 1.875rem;
    font-size: 1.9375rem; }
    @media screen and (min-width: 768px) {
      .navigation-global__close-icon {
        display: none; } }
    .navigation-global__close-icon:focus, .navigation-global__close-icon:hover {
      text-decoration: none; }
  .navigation-global__issue-list-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (min-width: 768px) {
      .navigation-global__issue-list-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media screen and (min-width: 1024px) {
      .navigation-global__issue-list-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .navigation-global__issue-list1, .navigation-global__issue-list2 {
    font-size: 2rem;
    letter-spacing: -0.01875rem;
    line-height: 3.125rem; }
    .navigation-global__issue-list1 a, .navigation-global__issue-list2 a {
      font-family: 'Gotham A', 'Gotham B';
      font-weight: 400;
      color: #fff;
      display: block; }
    .navigation-global__issue-list1 a:focus,
    .navigation-global__issue-list1 a:hover, .navigation-global__issue-list2 a:focus,
    .navigation-global__issue-list2 a:hover {
      color: #c4d82d;
      text-decoration: none; }
    @media screen and (min-width: 768px) {
      .navigation-global__issue-list1, .navigation-global__issue-list2 {
        float: left;
        display: block;
        margin-right: 3.27869%;
        width: 48.36066%;
        padding: 0 5% 0 0;
        font-size: 1.5rem;
        line-height: 2.75rem;
        letter-spacing: -0.0125rem; }
        .navigation-global__issue-list1:last-child, .navigation-global__issue-list2:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 1024px) {
      .navigation-global__issue-list1, .navigation-global__issue-list2 {
        float: left;
        display: block;
        margin-right: 6.77966%;
        width: 100%;
        height: auto;
        font-size: 1.75rem;
        line-height: 3rem; }
        .navigation-global__issue-list1:last-child, .navigation-global__issue-list2:last-child {
          margin-right: 0; } }
  .navigation-global__tier-mobile {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    display: block;
    margin-bottom: 3.125rem;
    padding-top: 0.9375rem; }
    @media screen and (min-width: 768px) {
      .navigation-global__tier-mobile {
        display: none; } }
    .navigation-global__tier-mobile a {
      font-family: 'Gotham A', 'Gotham B';
      font-weight: 500;
      color: #bee7f9;
      font-weight: 400;
      font-size: 0.875rem;
      letter-spacing: -0.00625rem;
      line-height: 2.5rem; }
  @media screen and (min-width: 768px) {
    .navigation-global__issue-category-wrap {
      float: left;
      display: block;
      margin-right: 3.27869%;
      width: 100%;
      margin-top: 3.125rem; }
      .navigation-global__issue-category-wrap:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1024px) {
    .navigation-global__issue-category-wrap {
      float: left;
      display: block;
      margin-right: 1.94175%;
      width: 69.41748%;
      margin-right: 0;
      overflow: hidden; }
      .navigation-global__issue-category-wrap:last-child {
        margin-right: 0; } }
  .navigation-global__issue-category {
    display: none; }
    @media screen and (min-width: 768px) {
      .navigation-global__issue-category {
        float: left;
        display: block;
        margin-right: 3.27869%;
        width: 31.14754%;
        margin-bottom: 2.5rem; }
        .navigation-global__issue-category:last-child {
          margin-right: 0; }
        .navigation-global__issue-category:nth-child(3n) {
          margin-right: 0; }
        .navigation-global__issue-category:nth-child(3n+1) {
          clear: left; }
        .navigation-global__issue-category p {
          color: #bee7f9;
          font-family: 'Chronicle Display A', 'Chronicle Display B';
          font-weight: 200;
          font-size: 1rem;
          line-height: 1rem;
          margin-bottom: 0.3125rem; }
        .navigation-global__issue-category a {
          font-family: 'Gotham A', 'Gotham B';
          font-weight: 400;
          color: #fff;
          font-size: 0.875rem;
          line-height: 1.5rem; } }
    @media screen and (min-width: 768px) and (min-width: 1024px) {
      .navigation-global__issue-category a {
        line-height: 1.3125rem; } }
    @media screen and (min-width: 768px) {
        .navigation-global__issue-category a:focus,
        .navigation-global__issue-category a:hover {
          color: #c4d82d;
          text-decoration: none; } }
    @media screen and (min-width: 1024px) {
      .navigation-global__issue-category {
        float: left;
        display: block;
        margin-right: 2.7972%;
        width: 22.9021%;
        margin-bottom: 2.1875rem; }
        .navigation-global__issue-category:nth-child(3n) {
          margin-right: 2.7972%; }
        .navigation-global__issue-category:nth-child(3n+1) {
          clear: none; }
        .navigation-global__issue-category:last-child {
          margin-right: 0; }
        .navigation-global__issue-category:nth-child(4n) {
          margin-right: 0; }
        .navigation-global__issue-category:nth-child(4n+1) {
          clear: left; } }

.global-footer {
  background-color: #061D46;
  color: #fff;
  font-size: 1.4375rem;
  padding: 3.75rem 1.25rem 3.125rem;
  position: relative; }
  @media screen and (min-width: 768px) {
    .global-footer {
      padding: 3.4375rem 2rem; } }
  @media screen and (min-width: 1024px) {
    .global-footer {
      padding: 3.125rem 0; } }
  .global-footer__wrapper {
    position: relative;
    max-width: 1280px;
    padding: 0;
    margin: auto; }
    @media screen and (min-width: 1024px) {
      .global-footer__wrapper {
        position: relative;
        margin: 0 auto;
        padding: 0 20px; } }
  @media screen and (min-width: 1024px) and (min-width: 768px) {
    .global-footer__wrapper {
      padding: 0 20px; } }
  @media screen and (min-width: 1024px) and (min-width: 1024px) {
    .global-footer__wrapper {
      max-width: 1600px;
      padding: 0 32px; } }
  @media screen and (min-width: 1024px) {
    .global-footer__content {
      float: left;
      display: block;
      margin-right: 1.6129%;
      width: 83.06452%;
      margin-left: 8.46774%;
      float: none; }
      .global-footer__content:last-child {
        margin-right: 0; } }
  .global-footer__heritage-bell-icon {
    padding-bottom: 1.1875rem;
    color: #fff;
    display: block;
    font-size: 1.4375rem; }
    .global-footer__heritage-bell-icon:focus, .global-footer__heritage-bell-icon:hover {
      color: #fff;
      text-decoration: none; }
    @media screen and (min-width: 768px) {
      .global-footer__heritage-bell-icon {
        display: inline-block;
        vertical-align: top;
        padding-top: 0.5rem;
        font-size: 1.6875rem; } }
    @media screen and (min-width: 1024px) {
      .global-footer__heritage-bell-icon {
        padding-top: 0.5rem;
        font-size: 1.875rem; } }
  @media screen and (min-width: 768px) {
    .global-footer__subscribe-wrapper {
      display: inline-block;
      width: 55%;
      min-width: 18.75rem;
      vertical-align: top;
      float: right; } }
  @media screen and (min-width: 1024px) {
    .global-footer__subscribe-wrapper {
      width: 40%; } }
  .global-footer__subscribe-title {
    font-family: "Gotham A","Gotham B","Arial","Helvetica Neue","Helvetica",sans-serif;
    font-weight: 200;
    color: #F3F5F8;
    font-size: 1.25rem;
    line-height: 1.625rem;
    /* font-style: italic; */
    margin: 2.0625rem 0 2.1875rem;
    margin-bottom: 13px;
    max-width: 95%; }
    @media screen and (min-width: 768px) {
      .global-footer__subscribe-title {
        margin: 0 0 1.6875rem; } }
    @media screen and (min-width: 1024px) {
      .global-footer__subscribe-title {
        margin: 0.5rem 0 1.6875rem; } }
  @media screen and (min-width: 768px) {
    .global-footer__links-wrapper {
      display: inline-block;
      margin: 0 3.125rem; } }
  .global-footer__links {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    color: #fff;
    font-size: 1.125rem;
    line-height: 3.125rem; }
  .global-footer .mktoForm:hover #Email,
  .global-footer .mktoForm:hover #Email {
    border-color: #2e647b; }
  .global-footer .mktoForm:hover .mktoButton,
  .global-footer .mktoForm:hover .mktoButton {
    background-color: #2e647b; }
  .global-footer .mktoGutter,
  .global-footer .mktoOffset {
    width: 0 !important;
    display: none; }
  .global-footer .mktoForm {
    margin: 0 !important;
    width: 100% !important;
    padding: 0;
    position: relative;
    float: left; }
  .global-footer .mktoLabel {
    position: absolute;
    left: -999em;
    display: block; }
  .global-footer .mktoButtonRow {
    position: absolute;
    bottom: 0;
    right: 0; }
  .global-footer .mktoFieldWrap,
  .global-footer .mktoFormCol {
    width: 100%; }
  .global-footer .mktoFormCol {
    margin-bottom: 0 !important; }
  .global-footer .mktoButtonWrap {
    margin-left: 0 !important; }
  .global-footer #Email, .global-footer__subscribe-email-input {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 400;
    background-color: transparent;
    border-style: none;
    color: #fff;
    font-size: 0.875rem;
    width: calc(100% - 100px) !important;
    line-height: 50px;
    height: 50px;
    border-bottom: 0.125rem Solid #386274;
    transition: border-color .3s ease;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0; }
    @media screen and (min-width: 768px) {
      .global-footer #Email, .global-footer__subscribe-email-input {
        width: calc(100% - 125px) !important; } }
    .global-footer #Email::-webkit-input-placeholder, .global-footer__subscribe-email-input::-webkit-input-placeholder {
      font-family: 'Gotham A', 'Gotham B';
      font-weight: 400;
      color: #c5d1d8;
      font-size: 0.875rem; }
    .global-footer #Email::-moz-placeholder, .global-footer__subscribe-email-input::-moz-placeholder {
      font-family: 'Gotham A', 'Gotham B';
      font-weight: 400;
      color: #c5d1d8;
      font-size: 0.875rem; }
    .global-footer #Email:-ms-input-placeholder, .global-footer__subscribe-email-input:-ms-input-placeholder {
      /* IE 10+ */
      font-family: 'Gotham A', 'Gotham B';
      font-weight: 400;
      color: #c5d1d8;
      font-size: 0.875rem; }
    .global-footer #Email:-moz-placeholder, .global-footer__subscribe-email-input:-moz-placeholder {
      /* Firefox 18- */
      font-family: 'Gotham A', 'Gotham B';
      font-weight: 400;
      color: #c5d1d8;
      font-size: 0.875rem; }
  .global-footer .mktoButtonRow {
    width: 125px !important; }
  .global-footer .mktoButton, .global-footer__subscribe-btn {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 400;
    background-color: #386274;
    border-style: none;
    color: #fff;
    float: right;
    font-size: 0.875rem;
    height: 3.125rem;
    width: 6.25rem;
    transition: background-color .3s ease; }
    @media screen and (min-width: 768px) {
      .global-footer .mktoButton, .global-footer__subscribe-btn {
        width: 7.8125rem; } }
    .global-footer .mktoButton:focus, .global-footer .mktoButton:hover, .global-footer__subscribe-btn:focus, .global-footer__subscribe-btn:hover {
      cursor: pointer; }
  .global-footer__bottom-bar {
    margin-top: 3rem;
    width: 100%;
    position: relative; }
    @media screen and (min-width: 768px) {
      .global-footer__bottom-bar {
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-top: 1.875rem; } }
    @media screen and (min-width: 1024px) {
      .global-footer__bottom-bar {
        margin-top: 2.5rem; } }
  .global-footer__follow-us {
    display: none;
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    color: #fff;
    font-size: .6875rem;
    padding-right: .3125rem;
    line-height: 2.5rem;
    margin-right: 1rem; }
    @media screen and (min-width: 1024px) {
      .global-footer__follow-us {
        display: inline-block; } }
  /* @media screen and (min-width: 768px) {
    .global-footer__privacy-copyright {
      margin-left: calc(35px + 50px); } } */
  .global-footer__privacy-copyright-link {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    padding-right: 0.3125rem;
    line-height: 1.5rem; }
    .global-footer__privacy-copyright-link:not(.global-footer__copyright-link):focus, .global-footer__privacy-copyright-link:not(.global-footer__copyright-link):hover {
      color: #c4d82d;
      text-decoration: none; }
  .global-footer__copyright-link {
    font-weight: 100;
    color: #c5d1d8;
    padding-right: 6.875rem;
    line-height: 1rem; }
    @media screen and (min-width: 768px) {
      .global-footer__copyright-link {
        display: inline-block;
        padding-right: 0;
        line-height: inherit; } }
  .global-footer__social-follow-container {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 0.625rem; }
    @media screen and (min-width: 768px) {
      .global-footer__social-follow-container {
        margin-top: 0;
        -ms-flex-order: 2;
        order: 2;
        position: absolute;
        right: 0;
        bottom: auto; } }
  .global-footer__social-follow-container a:last-of-type {
    margin-right: 0; }
  .global-footer__facebook-circle {
    /* background-color: transparent; */
    /* border: 0.09375rem solid rgba(229, 231, 232, 0.4); */
    /* border-radius: 50%; */
    /* height: 50px; */
    /* line-height: 50px; */
    text-align: center;
    /* width: 50px; */
    text-decoration: none;
    /* transition: border-color .2s ease-in-out; */
    margin-right: 20px; }

    @media screen and (min-width: 768px) {
      .global-footer__facebook-circle {
        -ms-transform: translateY(0);
        transform: translateY(0); } }
    .global-footer__facebook-circle:focus, .global-footer__facebook-circle:hover {
      border-color: #e5e7e8;
      text-decoration: none; }
    .global-footer__facebook-circle:before {
      color: #fff;
      display: none;
      font-size: 1.25rem; }
  .global-footer__twitter-circle {
    /* background-color: transparent;
    border: 0.09375rem solid rgba(229, 231, 232, 0.4);
    border-radius: 50%;
    height: 50px;
    line-height: 50px;
    width: 50px; */
    text-align: center;
    margin-right: 20px;
    text-decoration: none;
    transition: border-color .3s ease; }
    @media screen and (min-width: 768px) {
      .global-footer__twitter-circle {
        -ms-transform: translateY(0);
        transform: translateY(0); } }
    .global-footer__twitter-circle:focus, .global-footer__twitter-circle:hover {
      /* border-color: #e5e7e8; */
      border-color: none;
      text-decoration: none; }
    .global-footer__twitter-circle:before {
      color: #fff;
      display: none;
      font-size: 1.25rem; }

.expert-card {
  width: 100%;
  max-width: initial;
  margin-bottom: 1.875rem; }
  .expert-card::after {
    clear: both;
    content: '';
    display: table; }
  @media screen and (min-width: 768px) {
    .expert-card {
      float: left;
      display: block;
      margin-right: 2.43902%;
      width: 74.39024%;
      margin-left: 12.80488%; }
      .expert-card:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1024px) {
    .expert-card {
      display: block;
      padding: 1.875rem 0;
      float: left;
      display: block;
      margin-right: 1.6129%;
      width: 32.25806%;
      margin-left: 0;
      position: absolute;
      top: 0;
      left: 0.625rem;
      z-index: 2;
      background: #fff; }
      .expert-card:last-child {
        margin-right: 0; } }
  .expert-card__expert-image-wrap {
    display: inline-block;
    float: left; }
    @media screen and (min-width: 768px) {
      .expert-card__expert-image-wrap {
        display: inline-block;
        vertical-align: top; } }
    @media screen and (min-width: 1024px) {
      .expert-card__expert-image-wrap {
        margin: 0 0 1.125rem 8.875rem; } }
  .expert-card__author-image-border {
    height: 4.25rem;
    width: 4.25rem;
    border-radius: 50%;
    overflow: hidden;
    position: relative; }
    .expert-card__author-image-border img {
      position: relative;
      border-radius: 50%; }
    @media screen and (min-width: 768px) {
      .expert-card__author-image-border {
        height: 6.25rem;
        width: 6.25rem; } }
    @media screen and (min-width: 1024px) {
      .expert-card__author-image-border {
        height: 8.75rem;
        width: 8.75rem; } }
    .expert-card__author-image-border:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: #c5d1d8;
      border-radius: 50%; }
  .expert-card__expert-info {
    display: inline-block;
    vertical-align: top;
    margin-left: 0.875rem;
    padding-top: 0.75rem;
    width: calc(100% - 82px);
    float: left; }
    @media screen and (min-width: 768px) {
      .expert-card__expert-info {
        border-left: 0.0625rem Solid #d9e3e9;
        margin-left: 1.8125rem;
        padding-left: 0.9375rem;
        padding-top: 0;
        display: block;
        width: calc(100% - 145px); } }
    @media screen and (min-width: 1024px) {
      .expert-card__expert-info {
        margin-left: 6.25rem;
        margin-right: 1.875rem;
        padding-left: 2.625rem;
        width: auto; } }
  .expert-card__twitter-handle-container {
    display: none; }
    @media screen and (min-width: 768px) {
      .expert-card__twitter-handle-container {
        display: block; } }
  .expert-card__twitter-handle {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 400;
    color: #0093d0;
    font-size: 0.875rem; }
    .expert-card__twitter-handle:focus, .expert-card__twitter-handle:hover {
      font-family: 'Gotham A', 'Gotham B';
      font-weight: 400;
      color: #0093d0;
      font-size: 0.875rem; }
  .expert-card__expert-mini-bio {
    display: none; }
    @media screen and (min-width: 768px) {
      .expert-card__expert-mini-bio {
        font-family: 'Gotham A', 'Gotham B';
        font-weight: 400;
        color: #111d22;
        display: block;
        font-size: 0.875rem;
        line-height: 1.6; } }
    @media screen and (min-width: 1024px) {
      .expert-card__expert-mini-bio {
        line-height: 1.57; } }
  .expert-card__expert-name {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    color: #111d22;
    font-size: 1.3125rem;
    display: inline-block; }
    .expert-card__expert-name a {
      color: #0093d0;
      display: block; }
      .expert-card__expert-name a > *:not(i) {
        border-bottom: 2px solid transparent;
        display: inline; }
      .expert-card__expert-name a:focus, .expert-card__expert-name a:hover {
        text-decoration: none; }
        .expert-card__expert-name a:focus > *:not(i), .expert-card__expert-name a:hover > *:not(i) {
          border-bottom: 2px solid #c4d82d;
          display: inline; }
    @media screen and (min-width: 1024px) {
      .expert-card__expert-name {
        font-size: 1.25rem; } }
  .expert-card__expert-title {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    color: #111d22;
    font-size: 0.8125rem;
    line-height: 1rem;
    letter-spacing: -0.00625rem;
    margin: 0.3125rem 0;
    word-break: break-word; }
    @media screen and (min-width: 768px) {
      .expert-card__expert-title {
        margin: 0.5rem 0 1rem; } }
    @media screen and (min-width: 1024px) {
      .expert-card__expert-title {
        line-height: 1.23; } }
  .expert-card__multiple-expert-info {
    margin: 0 0.875rem;
    padding-top: 0.75rem; }
    @media screen and (min-width: 768px) {
      .expert-card__multiple-expert-info {
        border-left: 0.0625rem Solid #d9e3e9;
        margin-left: 1.8125rem;
        padding-left: 0.9375rem;
        padding-top: 0; } }
    @media screen and (min-width: 1024px) {
      .expert-card__multiple-expert-info {
        margin-left: 7.5rem;
        margin-right: 2.1875rem;
        padding-left: 2.625rem; } }
  .expert-card__multiple-expert-card-heading {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    color: #111d22;
    font-size: 1rem;
    font-style: italic; }
  .expert-card__multiple-expert-name {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    color: #0093d0;
    font-size: 1rem;
    font-style: italic; }
    .expert-card__multiple-expert-name:focus, .expert-card__multiple-expert-name:hover {
      font-family: 'Chronicle Display A', 'Chronicle Display B';
      font-weight: 300;
      color: #0093d0;
      font-size: 1rem;
      font-style: italic; }

.expert-card.hovered .expert-card__author-image-border:before {
  background-color: #c4d82d; }

.multi-expert-card-bottom {
  background-color: #fff;
  display: block;
  width: 100%; }
  .multi-expert-card-bottom__expert-card {
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0.625rem;
    width: 100%; }
  .multi-expert-card-bottom__author-image {
    height: 4.25rem;
    max-width: 4.25rem;
    width: 4.25rem; }
  .multi-expert-card-bottom__expert-info {
    margin-left: 0.875rem;
    padding-top: 1rem; }
  .multi-expert-card-bottom__expert-name {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    color: #0093d0;
    font-size: 1.25rem; }
  .multi-expert-card-bottom__expert-title {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    color: #111d22;
    font-size: 0.8125rem;
    margin: 0.3125rem 0; }
  .multi-expert-card-bottom__multiple-expert-card-heading {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    color: #111d22;
    font-size: 1.125rem;
    font-style: italic;
    padding-left: 0.625rem; }

.author-card {
  padding-bottom: 2.1875rem;
  background-color: #fff; }

.author-card__image-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 11.25rem;
  overflow: hidden;
  text-align: right; }
  .author-card__image-wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #c5d1d8; }
  .author-card__image-wrapper img {
    position: relative;
    width: auto;
    vertical-align: bottom; }
  .author-card__image-wrapper figcaption {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-size: 0.6875rem;
    position: absolute;
    bottom: 1.25rem;
    left: 1.25rem;
    color: #fff;
    z-index: 2; }

.author-card__author-info-wrapper {
  padding: 0 1.25rem;
  margin-top: 1.75rem;
  border-left: #d9e3e9 1px solid; }

.author-card__name,
.author-card__multi-name {
  transition: none;
  display: block; }
  .author-card__name > *:not(i),
  .author-card__multi-name > *:not(i) {
    border-bottom: 2px solid transparent;
    display: inline; }
  .author-card__name:focus, .author-card__name:hover,
  .author-card__multi-name:focus,
  .author-card__multi-name:hover {
    text-decoration: none; }
    .author-card__name:focus > *:not(i), .author-card__name:hover > *:not(i),
    .author-card__multi-name:focus > *:not(i),
    .author-card__multi-name:hover > *:not(i) {
      border-bottom: 2px solid #c4d82d;
      display: inline; }

.author-card__name {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 300;
  font-size: 1.3125rem;
  color: #0093d0;
  margin: 0 0 0.375rem;
  position: relative;
  display: inline-block; }
  .author-card__name.nolink,
  .author-card__name.nolink:hover span {
    color: #111d22;
    border-bottom: none; }

.author-card__twitter-handle {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  color: #0093d0;
  font-size: 1rem;
  margin-bottom: 1.4375rem;
  display: block; }
  .author-card__twitter-handle:hover {
    color: #0093d0; }

.author-card__title {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: -0.00625rem;
  color: #111d22;
  margin-bottom: 0.4375rem; }

.author-card__info {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 300;
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0.0125rem;
  color: #061d46;
  word-wrap: break-word; }

.author-card__commentary-by {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 300;
  font-style: italic;
  font-size: 1.125rem;
  color: #111d22; }

.author-card__multi-author-wrapper {
  border-top: #d9e3e9 1px solid;
  padding-top: 40px; }

.author-card__author-item {
  padding: 2.5rem 0 0; }
  .author-card__author-item::after {
    clear: both;
    content: '';
    display: table; }
  .author-card__author-item img {
    width: 3.75rem; }

.author-card__author-image-wrapper {
  float: left;
  border-radius: 50%;
  overflow: hidden;
  width: 60px;
  height: 60px;
  position: relative; }
  .author-card__author-image-wrapper img {
    border-radius: 50%; }
  .author-card__author-image-wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #c5d1d8;
    z-index: -1;
    border-radius: 50%; }

.author-card__mulit-author-info {
  width: calc(100% - 60px);
  float: left;
  padding-left: 0.875rem; }
  .author-card__mulit-author-info .author-card__name {
    margin-top: 0; }

.author-card__multi-name {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 300;
  font-size: 1.3125rem;
  display: block;
  margin-bottom: 0.375rem; }

.author-card__multi-twitter-handle {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-weight: 100;
  font-size: 0.875rem;
  display: none; }
  @media screen and (min-width: 1024px) {
    .author-card__multi-twitter-handle {
      display: block;
      margin-bottom: 0.375rem; } }

.author-card__multi-title {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  color: #111d22;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  display: block; }

.author-card.multi-author-card.six-plus .author-card__multi-author-wrapper {
  width: 100%; }
  .author-card.multi-author-card.six-plus .author-card__multi-author-wrapper .author-card__author-item {
    padding-top: 1rem; }

@media screen and (min-width: 768px) {
  .author-card {
    clear: both; }
  .multi-author-card.author-card {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 87.19512%;
    max-width: none; }
    .multi-author-card.author-card:last-child {
      margin-right: 0; }
  .author-card__multi-author-wrapper {
    border-top: none;
    border-left: #d9e3e9 1px solid;
    padding-left: 1.25rem;
    padding-top: 0;
    margin: 3.75rem 0;
    float: left; }
  .author-card__author-info-wrapper {
    padding: 0 2.125rem; }
  .author-card__image-wrapper figcaption {
    font-size: 0.625rem;
    left: 2.125rem;
    bottom: 1.5rem; }
  .author-card__twitter-handle {
    font-size: 0.875rem; }
  .author-card__title {
    font-size: 0.75rem; }
  .author-card__info {
    font-size: 1rem; } }

@media screen and (min-width: 1024px) {
  .multi-author-card.author-card,
  .author-card {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 32.25806%; }
    .multi-author-card.author-card:last-child,
    .author-card:last-child {
      margin-right: 0; }
  .author-card__author-item {
    padding-right: 1.25rem; }
  .author-card__title {
    font-size: 0.875rem; }
  .author-card__author-info-wrapper {
    border-left: none; }
  .author-card__info {
    font-size: 1.125rem; } }

.key-takeaways {
  width: 100%;
  clear: both; }

.key-takeaways__heading {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 2.6;
  color: #da181a;
  text-transform: uppercase;
  margin-left: 3.75rem;
  margin-top: 0.4375rem; }

.key-takeaways__wrapper {
  background-color: #f3f5f8;
  padding: 1.6875rem 1.25rem 0.9375rem; }
  .key-takeaways__wrapper::after {
    clear: both;
    content: '';
    display: table; }

.key-takeaways__copy, .key-takeaways__copy-one, .key-takeaways__copy-two, .key-takeaways__copy-three {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #111d22;
  margin: 2.5rem 0;
  position: relative;
  padding-left: 3.75rem; }
  .key-takeaways__copy:before, .key-takeaways__copy-one:before, .key-takeaways__copy-two:before, .key-takeaways__copy-three:before {
    font-family: 'Gotham Narrow A', 'Gotham Narrow B';
    font-weight: 300;
    display: inline-block;
    font-size: 2.25rem;
    color: #386274;
    position: absolute;
    line-height: 1;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0.625rem; }
    @media screen and (min-width: 768px) {
      .key-takeaways__copy:before, .key-takeaways__copy-one:before, .key-takeaways__copy-two:before, .key-takeaways__copy-three:before {
        left: 1.25rem; } }

.key-takeaways__takeaway {
  border-bottom: 0.125rem solid #fff; }
  .key-takeaways__takeaway:last-child {
    border-bottom: none; }

.key-takeaways__copy-one:before {
  content: '1'; }

.key-takeaways__copy-two:before {
  content: '2'; }

.key-takeaways__copy-three:before {
  content: '3'; }

@media screen and (min-width: 768px) {
  .key-takeaways {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 91.53226%;
    position: relative; }
    .key-takeaways:last-child {
      margin-right: 0; }
    .key-takeaways .key-takeaways__copy-one,
    .key-takeaways .key-takeaways__copy-two,
    .key-takeaways .key-takeaways__copy-three,
    .key-takeaways .key-takeaways__heading {
      max-width: none;
      width: 87.5%; }
    .key-takeaways__heading {
      padding-left: 5.8125rem;
      margin-left: 0; }
  .key-stats {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 91.53226%; }
    .key-stats:last-child {
      margin-right: 0; }
  .key-takeaways__copy, .key-takeaways__copy-one, .key-takeaways__copy-two, .key-takeaways__copy-three {
    max-width: 31.25rem;
    padding-left: 5.8125rem; }
    .key-takeaways__copy:before, .key-takeaways__copy-one:before, .key-takeaways__copy-two:before, .key-takeaways__copy-three:before {
      left: 4%; } }

@media screen and (min-width: 1024px) {
  .key-takeaways {
    border-top: #fff 2px solid; }
    .key-takeaways__heading {
      float: left;
      display: block;
      margin-right: 1.94175%;
      width: 89.80583%;
      margin-left: 10.19417%;
      position: relative;
      padding-left: 5.8125rem;
      margin-top: 0.5rem; }
      .key-takeaways__heading:last-child {
        margin-right: 0; }
    .key-takeaways__takeaway {
      float: left;
      display: block;
      margin-right: 1.94175%;
      width: 79.61165%;
      margin-left: 10.19417%;
      margin-right: 0; }
      .key-takeaways__takeaway:last-child {
        margin-right: 0; }
    .key-takeaways .key-takeaways__copy-one,
    .key-takeaways .key-takeaways__copy-two,
    .key-takeaways .key-takeaways__copy-three,
    .key-takeaways .key-takeaways__heading {
      padding-left: 10.19417%;
      padding-right: 5%;
      width: 100%; }
  .key-takeaways__copy, .key-takeaways__copy-one, .key-takeaways__copy-two, .key-takeaways__copy-three {
    font-size: 1.25rem;
    line-height: 1.875rem;
    max-width: none; } }

@media screen and (min-width: 1280px) {
  .key-takeaways__copy, .key-takeaways__copy-one, .key-takeaways__copy-two, .key-takeaways__copy-three {
    font-size: 1.375rem;
    line-height: 2rem; } }

.key-takeaways__commentary {
  width: 100%; }

@media screen and (min-width: 1024px) {
  .key-takeaways__commentary {
    position: relative; }
    .key-takeaways__commentary::after {
      clear: both;
      content: '';
      display: table; }
    .key-takeaways__commentary .key-takeaways__wrapper {
      float: left;
      display: block;
      margin-right: 1.6129%;
      width: 74.59677%;
      padding-left: 10rem;
      float: right; }
      .key-takeaways__commentary .key-takeaways__wrapper:last-child {
        margin-right: 0; }
      .key-takeaways__commentary .key-takeaways__wrapper:last-child {
        margin-right: -20px; } }
      @media screen and (min-width: 1024px) and (min-width: 768px) {
        .key-takeaways__commentary .key-takeaways__wrapper:last-child {
          margin-right: -20px; } }
      @media screen and (min-width: 1024px) and (min-width: 1024px) {
        .key-takeaways__commentary .key-takeaways__wrapper:last-child {
          margin-right: -32px; } }

.image-with-caption {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
  background-color: #f3f5f8;
  padding-bottom: 2rem;
  position: relative; }
  @media screen and (min-width: 768px) {
    .image-with-caption {
      margin-left: -20px; } }
  @media screen and (min-width: 1024px) {
    .image-with-caption {
      margin-left: -32px; } }
  @media screen and (min-width: 768px) {
    .image-with-caption {
      margin-right: -20px; } }
  @media screen and (min-width: 1024px) {
    .image-with-caption {
      margin-right: -32px; } }
  .image-with-caption figcaption {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.125rem;
    letter-spacing: -0.0125rem;
    padding: 0 1.25rem;
    line-height: 1.5;
    color: #111d22; }
  .image-with-caption img {
    width: 100%;
    margin-bottom: 0.625rem; }

.image-with-caption__photo-credit {
  display: block;
  color: #111d22;
  margin-top: 0.625rem; }

.image-with-caption__image-wrapper {
  margin: 0;
  padding: 0; }

@media screen and (min-width: 768px) {
  .image-with-caption {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 87.19512%;
    margin-left: 12.80488%; }
    .image-with-caption:last-child {
      margin-right: 0; }
    .image-with-caption:last-child {
      margin-right: -20px; } }
    @media screen and (min-width: 768px) and (min-width: 768px) {
      .image-with-caption:last-child {
        margin-right: -20px; } }
    @media screen and (min-width: 768px) and (min-width: 1024px) {
      .image-with-caption:last-child {
        margin-right: -32px; } }

@media screen and (min-width: 768px) {
    .image-with-caption figcaption {
      float: left;
      display: block;
      margin-right: 2.7972%;
      width: 70.62937%;
      margin-left: 29.37063%;
      padding-left: 0; }
      .image-with-caption figcaption:last-child {
        margin-right: 0; }
    .image-with-caption img {
      margin-left: -12.80488%; } }

@media screen and (min-width: 1024px) {
  .image-with-caption {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 74.59677%;
    margin-left: 25.40323%; }
    .image-with-caption:last-child {
      margin-right: 0; }
    .image-with-caption figcaption {
      float: left;
      display: block;
      margin-right: 2.16216%;
      width: 43.24324%;
      margin-left: 45.40541%;
      padding: 0; }
      .image-with-caption figcaption:last-child {
        margin-right: 0; }
    .image-with-caption img {
      margin-left: 0; } }

.key-stats {
  margin-left: -20px;
  margin-right: -20px;
  background-color: #264a59;
  overflow: hidden;
  width: calc(100% + 40px);
  margin-left: -1.25rem;
  position: relative; }
  @media screen and (min-width: 768px) {
    .key-stats {
      margin-left: -20px; } }
  @media screen and (min-width: 1024px) {
    .key-stats {
      margin-left: -32px; } }
  @media screen and (min-width: 768px) {
    .key-stats {
      margin-right: -20px; } }
  @media screen and (min-width: 1024px) {
    .key-stats {
      margin-right: -32px; } }
  .key-stats ul li {
    list-style: disc; }
  .key-stats .tweet-share {
    position: absolute;
    top: 0;
    right: 0; }
  .key-stats__stat-container {
    margin: 7.5rem 0 0.375rem;
    line-height: inherit;
    padding: 0 0.625rem 0 0; }
    @media screen and (min-width: 768px) {
      .key-stats__stat-container {
        width: 68%;
        margin: 3.75rem auto 0.625rem;
        max-width: none;
        padding: 0; } }
  .key-stats__key-stat-number, .key-stats__key-stat-suffix {
    display: inline-block;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B';
    font-weight: 100;
    color: #fff; }
  .key-stats__key-stat-number {
    font-size: 33vw;
    line-height: 4rem; }
    @media screen and (min-width: 768px) {
      .key-stats__key-stat-number {
        font-size: 10rem;
        line-height: 7.5rem; } }
    @media screen and (min-width: 1024px) {
      .key-stats__key-stat-number {
        font-size: 11.875rem;
        line-height: 10rem; } }
    @media screen and (min-width: 1280px) {
      .key-stats__key-stat-number {
        font-size: 12.5rem; } }
  .key-stats__key-stat-suffix {
    font-size: 15vw;
    letter-spacing: -0.1375rem; }
    @media screen and (min-width: 768px) {
      .key-stats__key-stat-suffix {
        font-size: 5rem;
        margin-left: 1.25rem; } }
    @media screen and (min-width: 1024px) {
      .key-stats__key-stat-suffix {
        font-size: 7.1875rem;
        letter-spacing: -0.07187rem; } }
  .key-stats__key-stat-text {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 400;
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: -0.00125rem;
    margin-top: 2rem;
    padding: 0 0.625rem 1.875rem 0;
    max-width: 35rem;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone; }
    @media screen and (min-width: 768px) {
      .key-stats__key-stat-text {
        font-size: 1.25rem;
        line-height: 1.75rem;
        letter-spacing: -0.00625rem;
        max-width: none;
        width: 68%;
        margin: auto;
        padding: 0 0 2.1875rem; } }
    @media screen and (min-width: 1024px) {
      .key-stats__key-stat-text {
        font-size: 1.625rem;
        line-height: 2.25rem; } }
  .key-stats__key-stat-highlight {
    background-color: rgba(196, 216, 45, 0.15);
    color: #c4d82d;
    padding: 0 0 .2rem;
    box-shadow: 5px 0 0 rgba(196, 216, 45, 0.15), -5px 0 0 rgba(196, 216, 45, 0.15);
    margin-right: 5px; }
  .key-stats__key-stat-source {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 400;
    width: 11.1875rem;
    color: #fff;
    font-size: 0.625rem;
    line-height: 1rem;
    letter-spacing: -0.00625rem;
    float: right;
    padding: 0 0 2.875rem;
    margin-right: 1.25rem; }
    @media screen and (min-width: 768px) {
      .key-stats__key-stat-source {
        width: 9.5625rem;
        margin-right: 2.8125rem; } }
    @media screen and (min-width: 1024px) {
      .key-stats__key-stat-source {
        font-size: 0.625rem;
        width: 11.8125rem;
        margin-right: 1.25rem; } }

.pull-quote {
  background-color: #264a59;
  width: calc(100% + 40px);
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 3rem; }
  .pull-quote .tweet-share {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1; }

.pull-quote__quote-mark {
  color: #c5d1d8;
  opacity: .3;
  font-size: 5.625rem;
  padding: 3.125rem 0 3.125rem 1.875rem;
  display: block; }

.pull-quote__quote {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.458333333;
  color: #fff;
  padding: 0 1.875rem;
  word-break: break-word; }

.pull-quote__author {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: -0.00625rem;
  color: #fff;
  text-align: right;
  padding: 0 1.875rem;
  margin-top: 1.625rem; }
  .pull-quote__author:before {
    content: '';
    width: 1.875rem;
    height: 0.375rem;
    border-top: 1px solid #fff;
    display: inline-block;
    margin-right: 0.1875rem; }

.pull-quote__author-title {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  display: block;
  color: #c5d1d8;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-top: 0.4375rem; }

.pull-quote__highlight {
  color: #c4d82d;
  background-color: rgba(196, 216, 45, 0.15);
  box-shadow: 5px 0 0 r rgba(196, 216, 45, 0.15), -5px 0 0 rgba(196, 216, 45, 0.15);
  margin: 0 0.125rem; }

.share-button {
  position: absolute;
  right: 0;
  top: 0; }

@media screen and (min-width: 768px) {
  .pull-quote {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 87.19512%; }
    .pull-quote:last-child {
      margin-right: 0; }
  .pull-quote__quote-wrapper {
    width: 100%;
    position: relative;
    padding-left: 5rem; }
    .pull-quote__quote-wrapper::after {
      clear: both;
      content: '';
      display: table; }
  .pull-quote__quote-mark {
    font-size: 2.8125rem;
    padding-top: 4.6875rem;
    position: absolute;
    left: 0;
    max-width: auto; }
  .pull-quote__quote {
    float: left;
    margin-top: 4.0625rem;
    font-size: 1.75rem;
    line-height: 2.5rem;
    padding-right: 7.8125rem;
    letter-spacing: -0.2px; } }

@media screen and (min-width: 1024px) {
  .pull-quote {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 74.59677%; }
    .pull-quote:last-child {
      margin-right: 0; }
  .pull-quote__quote-wrapper {
    padding-left: 9.375rem; }
  .pull-quote__quote {
    padding-right: 9.375rem;
    font-size: 1.75rem;
    line-height: 2.6875rem;
    letter-spacing: -0.0125rem; }
  .pull-quote__quote-mark {
    font-size: 3.4375rem;
    padding-left: 4.5rem; } }

@media screen and (min-width: 1280px) {
  .pull-quote__quote {
    font-size: 2rem;
    line-height: 2.8125rem; } }

.NA-content-offers__wrapper {
  clear: both;
  position: relative;
  background-color: #f3f5f8;
  padding: 2rem;
  margin: 0 -3rem;
  margin-bottom: 0 !important;
  padding-bottom: 60px;
}
.NA-content-offers {
  margin: auto;
  max-width: 1280px;
}
.NA-content-offers::after {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  right: -100%;
  z-index: -1;
  background-color: inherit;
  pointer-events: none;
}
.NA-content-offers #NA-content-offers__heading h2 {
  color: #111d22;
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 3.125rem;
  padding: 0 0 1.875rem;
  text-align: center;
  vertical-align: middle;
  margin: 0 0 1.5rem;
  border-bottom: 1px solid #111d2266;
}
.NA-content-offers #NA-content-offers__heading h2 > span {
  color: #c4d82d;
  font-size: 0.667em;
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
}
.NA-content-offers #NA-content-offers__body .NA-content-offers__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-evenly;
  align-items: start;
  gap: 4rem;
  padding-top: 20px;
}
.NA-content-offers #NA-content-offers__body .NA-content-offers__list-item {
  min-width: 280px;
  max-width: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  justify-content: center;
  justify-items: center;
  align-items: center;
  text-align: center;
  gap: 1rem;
  font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
  color: #111d22;
}
.NA-content-offers #NA-content-offers__body .NA-content-offers__list-item h4 {
  text-decoration: none;
  font-weight: 300;
  margin: 0;
  font-weight: 500 !important;
  font-family: 'Gotham A', 'Gotham B', sans-serif;
  line-height: 1.1;
  font-size: 26px !important;
  color: #0093d0 !important;
  text-transform: capitalize;
}
.NA-content-offers #NA-content-offers__body .NA-content-offers__list-item a.cta-button {
  margin: 0 auto;
  text-align: center;
  display: none;
}
.NA-content-offers #NA-content-offers__body .NA-content-offers__list-item a:hover {
  text-decoration: underline !important;
  text-decoration-color: #c4d82d !important;
}
.NA-content-offers #NA-content-offers__body .NA-content-offers__list-item picture {
  width: 200px;
  height: 200px;
  aspect-ratio: 1;
  position: relative;
  object-fit: contain;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.NA-content-offers #NA-content-offers__body .NA-content-offers__list-item picture img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.NA-content-offers #NA-content-offers__body .NA-content-offers__list-item button {
  min-width: fit-content;
  text-align: center;
  white-space: nowrap;
  font-family: "Gotham A", "Gotham B", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  background-color: #386274;
  border-style: none;
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  padding: 12px 20px;
  display: block;
  cursor: pointer;
}
@media only screen and (max-width: 1600px) {
  .NA-content-offers #NA-content-offers__body .NA-content-offers__list {
    gap: 3rem;
  }
}
@media only screen and (max-width: 1366px) {
  .NA-content-offers__wrapper {
    padding: 2rem 4rem;
    margin: 0 -2rem;
  }
}
@media only screen and (max-width: 1280px) {
  .NA-content-offers__wrapper {
    padding: 2rem;
  }
  .NA-content-offers {
    max-width: 1024px;
  }
}
@media only screen and (max-width: 1024px) {
  .NA-content-offers {
    max-width: 100%;
    width: 100%;
  }
  .NA-content-offers #NA-content-offers__body .NA-content-offers__list {
    gap: 2rem;
  }
  .NA-content-offers #NA-content-offers__body .NA-content-offers__list-item {
    min-width: 220px;
    max-width: 100%;
  }
  .NA-content-offers #NA-content-offers__body .NA-content-offers__list-item button {
    font-size: 0.75rem;
    padding: 8px 16px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 840px) {
  .NA-content-offers #NA-content-offers__body .NA-content-offers__list {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 2rem auto;
    gap: 4rem;
  }
  .NA-content-offers #NA-content-offers__body .NA-content-offers__list-item {
    width: 100%;
    align-items: center;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .NA-content-offers {
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .NA-content-offers #NA-content-offers__heading h2 > span {
    display: none;
  }
  .NA-content-offers #NA-content-offers__body .NA-content-offers__list {
    max-width: 100%;
    width: 100%;
  }
}


.issue-breaker {
  margin-right: -20px;
  margin-left: -20px;
  position: relative;
  clear: both;
  width: calc(100% + 40px);
  overflow: hidden;
  padding-bottom: 3.75rem; }
  @media screen and (min-width: 768px) {
    .issue-breaker {
      margin-right: -20px; } }
  @media screen and (min-width: 1024px) {
    .issue-breaker {
      margin-right: -32px; } }
  @media screen and (min-width: 768px) {
    .issue-breaker {
      margin-left: -20px; } }
  @media screen and (min-width: 1024px) {
    .issue-breaker {
      margin-left: -32px; } }
  .issue-breaker:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(5, 10, 18, 0.75);
    z-index: 0; }
  @media screen and (min-width: 768px) {
    .issue-breaker {
      width: calc(100% + 40px); } }
  @media screen and (min-width: 1024px) {
    .issue-breaker {
      width: calc(100% + 64px); } }
  .issue-breaker__image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center; }
  .issue-breaker__wrapper {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 1.25rem;
    padding: 3.75rem 1.25rem 0;
    z-index: 2; }
  .issue-breaker__main-issue {
    overflow: hidden;
    text-align: center; }
    .issue-breaker__main-issue:focus,
    .issue-breaker__main-issue a:hover,
    .issue-breaker__main-issue a:active {
      text-decoration: none; }
    @media screen and (min-width: 768px) {
      .issue-breaker__main-issue {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .issue-breaker__border-eyebrow {
    float: left;
    display: block;
    margin-right: 5%;
    width: 47.5%;
    margin-left: 26.25%;
    border-bottom: 2px solid #c4d82d; }
    .issue-breaker__border-eyebrow:last-child {
      margin-right: 0; }
    @media screen and (min-width: 768px) {
      .issue-breaker__border-eyebrow {
        float: left;
        display: block;
        margin-right: 2.43902%;
        width: 23.17073%;
        margin-left: 38.41463%; }
        .issue-breaker__border-eyebrow:last-child {
          margin-right: 0; } }
  .issue-breaker__eyebrow {
    float: left;
    display: block;
    margin-right: 5%;
    width: 47.5%;
    margin-left: 26.25%;
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    color: #c4d82d;
    font-size: 0.875rem;
    letter-spacing: -0.0125rem;
    text-align: center;
    padding-top: 0.9375rem; }
    .issue-breaker__eyebrow:last-child {
      margin-right: 0; }
    @media screen and (min-width: 768px) {
      .issue-breaker__eyebrow {
        float: left;
        display: block;
        margin-right: 2.43902%;
        width: 23.17073%;
        margin-left: 38.41463%; }
        .issue-breaker__eyebrow:last-child {
          margin-right: 0; } }
  .issue-breaker__title {
    clear: both;
    padding: 1.875rem 0 1.25rem;
    text-align: center; }
    .issue-breaker__title.hovered .issue-breaker__title-arrow {
      -ms-transform: translateX(20px);
      transform: translateX(20px); }
    .issue-breaker__title-text {
      color: #fff;
      font-family: 'Chronicle Display A', 'Chronicle Display B';
      font-weight: 300;
      font-size: 2.5rem;
      line-height: 3.125rem;
      margin: 0 0 1.875rem; }
      @media screen and (min-width: 768px) {
        .issue-breaker__title-text {
          display: inline-block;
          font-size: 3.75rem;
          line-height: 3.75rem;
          margin-right: 1.875rem; } }
      @media screen and (min-width: 1024px) {
        .issue-breaker__title-text {
          font-size: 4.375rem;
          line-height: 4.375rem; } }
    .issue-breaker__title-arrow {
      color: #c4d82d;
      display: block;
      font-size: 1.9375rem;
      transition: transform .3s ease; }
      @media screen and (min-width: 768px) {
        .issue-breaker__title-arrow {
          display: inline;
          position: absolute;
          padding-top: 1.3125rem; } }
      @media screen and (min-width: 1024px) {
        .issue-breaker__title-arrow {
          padding-top: 1.625rem; } }
      .issue-breaker__title-arrow:focus, .issue-breaker__title-arrow:hover, .issue-breaker__title-arrow:active {
        text-decoration: none; }
  .issue-breaker__description {
    color: #fff;
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 200;
    font-size: 1.125rem;
    font-style: italic;
    line-height: 1.625rem;
    letter-spacing: 0.00625rem;
    text-align: center;
    padding-bottom: 1.5625rem; }
    @media screen and (min-width: 768px) {
      .issue-breaker__description {
        float: left;
        display: block;
        margin-right: 2.43902%;
        width: 74.39024%;
        margin-left: 12.80488%;
        margin-right: 0;
        font-size: 1.25rem;
        line-height: 1.875rem; }
        .issue-breaker__description:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 1024px) {
      .issue-breaker__description {
        float: left;
        display: block;
        margin-right: 1.6129%;
        width: 83.06452%;
        margin-left: 8.46774%; }
        .issue-breaker__description:last-child {
          margin-right: 0; } }
  .issue-breaker__button {
    width: 20.9375rem;
    height: 3.75rem;
    margin: 0 auto 0.9375rem;
    font-size: 0.875rem;
    letter-spacing: 0.06875rem; }
    @media screen and (min-width: 768px) {
      .issue-breaker__button {
        width: 20rem; } }
  .issue-breaker__issue-report-list {
    clear: both;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
  @media screen and (min-width: 768px) {
    .issue-breaker__border-wrap {
      float: left;
      display: block;
      margin-right: 2.43902%;
      width: 74.39024%;
      margin-left: 12.80488%; }
      .issue-breaker__border-wrap:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1024px) {
    .issue-breaker__border-wrap {
      float: left;
      display: block;
      margin-right: 1.6129%;
      width: 83.06452%;
      margin-left: 8.46774%; }
      .issue-breaker__border-wrap:last-child {
        margin-right: 0; } }
  .issue-breaker__border {
    border-top: 1px solid #616469;
    margin: 1.25rem 0 1.5625rem; }
    @media screen and (min-width: 768px) {
      .issue-breaker__border {
        float: left;
        display: block;
        margin-right: 2.43902%;
        width: 74.39024%;
        margin-left: 12.80488%; }
        .issue-breaker__border:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 1024px) {
      .issue-breaker__border {
        float: left;
        display: block;
        margin-right: 1.6129%;
        width: 83.06452%;
        margin-left: 8.46774%; }
        .issue-breaker__border:last-child {
          margin-right: 0; } }
  .issue-breaker__report-tout {
    margin-bottom: 2.8125rem; }
    @media screen and (min-width: 1024px) {
      .issue-breaker__report-tout {
        width: 32.8%;
        padding: 0 3%;
        margin-bottom: 0;
        display: inline-block;
        vertical-align: top; }
        .issue-breaker__report-tout:first-of-type {
          padding-left: 0;
          padding-right: 6%; }
        .issue-breaker__report-tout:last-of-type {
          padding-right: 0;
          padding-left: 6%; } }
    .issue-breaker__report-tout:last-child {
      margin-bottom: 0; }
    .issue-breaker__report-tout-title {
      color: #c4d82d;
      font-family: 'Chronicle Display A', 'Chronicle Display B';
      font-weight: 300;
      font-size: 1.375rem;
      line-height: 1.625rem;
      letter-spacing: -0.1px;
      display: block;
      margin: 0.9375rem 0 0; }
      @media screen and (min-width: 768px) {
        .issue-breaker__report-tout-title {
          font-size: 1.5rem;
          line-height: 1.75rem; } }
      @media screen and (min-width: 1280px) {
        .issue-breaker__report-tout-title {
          font-size: 1.625rem;
          line-height: 1.875rem; } }
      .issue-breaker__report-tout-title span {
        color: #fff; }
      .issue-breaker__report-tout-title:focus, .issue-breaker__report-tout-title:hover, .issue-breaker__report-tout-title:active {
        -webkit-text-decoration-color: #c4d82d;
        text-decoration-color: #c4d82d;
        text-decoration: underline; }
  .issue-breaker__wrap-text-time {
    display: inline-block; }
  .issue-breaker__text-report {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.25rem;
    letter-spacing: -0.00625rem;
    color: #bee7f9; }
  .issue-breaker__time-report {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    color: #d9e3e9;
    margin-left: 0.375rem;
    font-weight: 100; }

.share-button {
  width: 7.8125rem;
  height: 3.125rem;
  overflow: hidden; }

.share-button-dark {
  background-color: rgba(28, 53, 65, 0.3);
  transition: background-color .3s ease; }
  .share-button-dark:focus, .share-button-dark:hover {
    background-color: rgba(0, 0, 0, 0.5); }
  .share-button-dark .share-button__share-text {
    color: #fff; }
    .share-button-dark .share-button__share-text:focus, .share-button-dark .share-button__share-text:hover {
      text-decoration: none;
      color: #fff; }
      .share-button-dark .share-button__share-text:focus i, .share-button-dark .share-button__share-text:hover i {
        color: #c4d82d; }

.share-button__wrapper {
  width: 200%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  transition: .3s ease; }
  .share-button__wrapper._active {
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.share-button__share {
  display: -ms-flexbox;
  display: flex; }
  .share-button__share button {
    transition: color .3s ease;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    -ms-flex: 1;
    flex: 1;
    height: 50px;
    background-color: transparent;
    border: none; }
    .share-button__share button:focus, .share-button__share button:hover {
      text-decoration: none;
      color: #0093d0; }
    .share-button__share button:before {
      height: 15px;
      font-size: 15px; }

.share-button__share,
.share-button__open-share {
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  height: 50px; }

.share-button__open-share {
  text-align: center; }

.share-button__share-text {
  background-color: transparent;
  border: none;
  display: block;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 0.75rem;
  padding: 1.125rem 3.4375rem 1.125rem 1.375rem;
  position: relative;
  top: 1px; }
  .share-button__share-text i {
    pointer-events: none;
    margin-left: 1.1875rem;
    font-size: 1.6875rem;
    position: relative;
    top: 0.5625rem;
    position: absolute; }

.graph_share-wrapper {
  position: relative; }

.graph_share-light,
.graph_share-dark {
  color: #75a5c0;
  background-color: transparent;
  border: none;
  padding: 17px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all .3s ease; }
  .graph_share-light:focus, .graph_share-light:hover,
  .graph_share-dark:focus,
  .graph_share-dark:hover {
    color: #55acee;
    text-decoration: none; }
  .graph_share-light span,
  .graph_share-dark span {
    display: block;
    position: absolute;
    left: -999em; }

.graph_share-dark {
  background-color: rgba(255, 255, 255, 0.3); }
  .graph_share-dark:focus, .graph_share-dark:hover {
    background-color: #000; }

.graph_share-light {
  background-color: rgba(38, 74, 89, 0.3); }
  .graph_share-light:focus, .graph_share-light:hover {
    background-color: #ebeff3; }

.highcharts-title tspan {
  font-family: "Chronicle Display Roman" !important;
  font-size: 32px !important;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.0 !important; }

.highcharts-subtitle tspan {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal; }

.highcharts-axis {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500; }

.highcharts-axis tspan,
.highcharts-xaxis-labels tspan,
.highcharts-yaxis-labels tspan {
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal; }

.highcharts-xaxis-labels tspan {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400; }

.highcharts-yaxis-labels tspan {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-weight: 500; }

.embedded-entity.easychart-light::after,
.embedded-entity.easychart-dark::after {
  clear: both;
  content: '';
  display: table; }

.graph_share-wrapper {
  width: 100%;
  margin-top: 1.875rem;
  margin-bottom: 3.125rem;
  padding-top: 38px;
  padding-bottom: 40px; }
  .graph_share-wrapper::after {
    clear: both;
    content: '';
    display: table; }
  .graph_share-wrapper .highcharts-data-labels text {
    text-shadow: none !important; }

.easychart-dark {
  background: #2a2f36; }
  .easychart-dark .highcharts-background {
    fill: #2a2f36; }

@media screen and (min-width: 768px) {
  .embedded-entity.easychart-light,
  .embedded-entity.easychart-dark {
    width: 100vw;
    left: calc((100vw - 40px) * -.1280488 - 20px);
    margin-top: 2.625rem;
    position: relative; }
  .article__body-copy .graph_share-wrapper {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%; }
    .article__body-copy .graph_share-wrapper:last-child {
      margin-right: 0; } }

@media screen and (min-width: 1024px) {
  .embedded-entity.easychart-light,
  .embedded-entity.easychart-dark {
    max-width: 1600px;
    margin-bottom: 4.375rem;
    left: calc(((100vw - 64px) * -.254032 - 32px) - 14px); }
  .article__body-copy .graph_share-wrapper {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 57.66129%;
    margin-left: 25.40323%;
    padding: 0 0 0 0.625rem; }
    .article__body-copy .graph_share-wrapper:last-child {
      margin-right: 0; } }

@media screen and (min-width: 1600px) {
  .embedded-entity.easychart-light,
  .embedded-entity.easychart-dark {
    left: calc((-1600px - 64px) * .2540323); } }

.special-guest {
  padding-bottom: 2.3125rem; }

.special-guest__headline {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 200;
  font-size: 1.875rem;
  font-style: italic;
  color: #386274;
  display: block;
  margin-top: 0; }

.special-guest-double-wrapper {
  margin-bottom: 3.125rem; }

.special-guest__image-link {
  display: block; }

.special-guest__image-wrapper {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 1.5rem;
  position: relative; }
  @media screen and (min-width: 768px) {
    .special-guest__image-wrapper {
      margin-left: -20px; } }
  @media screen and (min-width: 1024px) {
    .special-guest__image-wrapper {
      margin-left: -32px; } }
  @media screen and (min-width: 768px) {
    .special-guest__image-wrapper {
      margin-right: -20px; } }
  @media screen and (min-width: 1024px) {
    .special-guest__image-wrapper {
      margin-right: -32px; } }
  .special-guest__image-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(24, 73, 99, 0.2);
    z-index: 0; }
  .special-guest__image-wrapper img {
    width: 100%;
    vertical-align: bottom; }
  .special-guest__image-wrapper:after {
    pointer-events: none; }

.special-guest__prefix {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 300;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.2;
  color: #264a59;
  margin-bottom: 0.5rem; }

.special-guest__name {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 300;
  font-size: 1.75rem;
  margin-bottom: 0.8125rem;
  margin-top: 0; }
  .special-guest__name * {
    color: #111d22; }

.special-guest__title {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.1;
  color: #111d22;
  margin-bottom: 1.4375rem;
  font-weight: bold; }

.special-guest__twitter-handle {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  margin-top: 1.0625rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #0093d0; }

@media screen and (min-width: 768px) {
  .special-guest {
    float: left;
    display: block;
    margin-right: 3.27869%;
    width: 48.36066%;
    background-color: #fff; }
    .special-guest:last-child {
      margin-right: 0; }
    .special-guest.special-guest-single {
      float: left;
      display: block;
      margin-right: 2.43902%;
      width: 74.39024%; }
      .special-guest.special-guest-single:last-child {
        margin-right: 0; }
  .special-guest-double-wrapper {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%;
    position: relative;
    margin-bottom: 8.75rem;
    display: -ms-flexbox;
    display: flex; }
    .special-guest-double-wrapper:last-child {
      margin-right: 0; }
    .special-guest-double-wrapper:after {
      content: '';
      position: absolute;
      top: 6.25rem;
      bottom: -6.25rem;
      left: 22%;
      right: -21%;
      background-color: #f3f5f8;
      z-index: -1; }
  .special-guest__double {
    -ms-flex: 1;
    flex: 1; }
  .special-guest__image-wrapper {
    margin-left: 0;
    margin-right: 0; }
  .special-guest__info {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
  .special-guest__twitter-handle {
    margin-top: 0.625rem; }
  .special-guest__image-wrapper {
    width: 100%; }
  .special-guest__description {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: #111d22; }
  .special-guest__headline {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%; }
    .special-guest__headline:last-child {
      margin-right: 0; }
  .special-guest-single {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 83.06452%;
    margin-left: 8.46774%;
    position: relative;
    background-color: #fff;
    margin-bottom: 8.75rem; }
    .special-guest-single:last-child {
      margin-right: 0; }
    .special-guest-single:after {
      content: '';
      position: absolute;
      top: 6.25rem;
      bottom: -6.25rem;
      left: 22%;
      right: -21%;
      background-color: #f3f5f8;
      z-index: -1; } }

@media screen and (min-width: 1024px) {
  .special-guest__headline {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 83.06452%;
    margin-left: 8.46774%; }
    .special-guest__headline:last-child {
      margin-right: 0; }
  .special-guest-double-wrapper {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 83.06452%;
    margin-left: 8.46774%;
    display: -ms-flexbox;
    display: flex; }
    .special-guest-double-wrapper:last-child {
      margin-right: 0; }
    .special-guest-double-wrapper .special-guest {
      float: left;
      display: block;
      margin-right: 1.94175%;
      width: 49.02913%; }
      .special-guest-double-wrapper .special-guest:last-child {
        margin-right: 0; }
    .special-guest-double-wrapper:after {
      right: -13%; }
  .special-guest {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 40.72581%;
    padding-bottom: 57px; }
    .special-guest:last-child {
      margin-right: 0; }
    .special-guest.special-guest-single {
      float: left;
      display: block;
      margin-right: 1.6129%;
      width: 83.06452%;
      margin-left: 8.46774%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .special-guest.special-guest-single:last-child {
        margin-right: 0; }
      .special-guest.special-guest-single .special-guest__info,
      .special-guest.special-guest-single .special-guest__image-wrapper {
        -ms-flex: 1 0 50%;
        flex: 1 0 50%; }
      .special-guest.special-guest-single:after {
        right: -13%; }
  .special-guest__info {
    padding-left: 2.5rem;
    padding-right: 2.5rem; } }

.person-list-small__parent-wrapper {
  border-bottom: #f3f5f8 4px solid; }
  .person-list-small__parent-wrapper::after {
    clear: both;
    content: '';
    display: table; }

.person-list-small__panelist-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.person-list-small__heading {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 200;
  display: block;
  font-size: 1.625rem;
  line-height: 2rem;
  font-style: italic;
  color: #252a2f;
  width: 100%;
  margin-top: 0; }

.person-list-small__panelist {
  -ms-flex: 0 0 47%;
  flex: 0 0 47%;
  padding-bottom: 1.875rem; }

.person-list-small__image-wrapper {
  width: 100%;
  position: relative;
  margin-bottom: 0.8125rem; }
  .person-list-small__image-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(24, 73, 99, 0.2);
    z-index: 0; }
  .person-list-small__image-wrapper img {
    width: 100%;
    vertical-align: bottom;
    position: relative;
    z-index: 1; }

.person-list-small__name {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.2;
  margin-bottom: 0.75rem;
  display: inline-block; }
  .person-list-small__name a {
    color: #111d22;
    transition: none; }
    .person-list-small__name a div {
      text-decoration: none; }
  .person-list-small__name a:focus,
  .person-list-small__name a:hover {
    color: #c4d82d; }
    .person-list-small__name a:focus div,
    .person-list-small__name a:hover div {
      color: #111d22; }

.person-list-small__title {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.333333333;
  color: #111d22;
  margin-bottom: 0.8125rem; }

.person-list-small__twitter-handle {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  font-size: 0.75rem;
  color: #0093d0;
  display: block; }

.person-list-small.person-list-small__circles {
  padding-top: 3.0625rem;
  border-bottom: none; }
  .person-list-small.person-list-small__circles .person-list-small__heading {
    margin-bottom: 0.625rem; }
  .person-list-small.person-list-small__circles .person-list-small__see-all {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    font-size: 1rem;
    font-style: italic;
    line-height: 1.3;
    color: #0093d0; }
    .person-list-small.person-list-small__circles .person-list-small__see-all span {
      border-bottom: 2px solid transparent; }
    .person-list-small.person-list-small__circles .person-list-small__see-all:focus, .person-list-small.person-list-small__circles .person-list-small__see-all:hover {
      text-decoration: none; }
      .person-list-small.person-list-small__circles .person-list-small__see-all:focus span, .person-list-small.person-list-small__circles .person-list-small__see-all:hover span {
        border-color: #c4d82d; }
    .person-list-small.person-list-small__circles .person-list-small__see-all i {
      font-size: 0.625rem;
      margin-left: 0.5rem;
      font-weight: bold;
      color: #0093d0; }
  .person-list-small.person-list-small__circles .person-list-small__image-wrapper {
    border-radius: 50%;
    overflow: hidden;
    max-width: 7.5rem;
    margin: 0;
    margin-bottom: 1.25rem;
    position: relative; }
    .person-list-small.person-list-small__circles .person-list-small__image-wrapper:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: #c5d1d8;
      z-index: 0; }
    .person-list-small.person-list-small__circles .person-list-small__image-wrapper img {
      float: left;
      position: relative;
      z-index: 1;
      border-radius: 50%; }
    .person-list-small.person-list-small__circles .person-list-small__image-wrapper:after {
      border-radius: 50%; }
  .person-list-small.person-list-small__circles .person-list-small__name {
    color: #0093d0;
    font-size: 1.25rem;
    margin-bottom: 0.1875rem; }
  .person-list-small.person-list-small__circles .person-list-small__title {
    margin-top: 0.8125rem; }
  .person-list-small.person-list-small__circles .person-list-small__panelist-wrapper {
    padding-top: 2.5rem; }

.person-list-small .person-list-small__panelist.hovered .person-list-small__image-wrapper:after {
  background: #c4d82d; }

@media screen and (min-width: 768px) {
  .person-list-small__parent-wrapper {
    border-bottom: none; }
    .person-list-small__parent-wrapper:after {
      float: left;
      display: block;
      margin-right: 2.43902%;
      width: 74.39024%;
      margin-left: 12.80488%;
      content: '';
      display: block;
      height: 4px;
      background-color: #f3f5f8; }
      .person-list-small__parent-wrapper:after:last-child {
        margin-right: 0; }
  .person-list-small {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%; }
    .person-list-small:last-child {
      margin-right: 0; }
  .person-list-small__panelist-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -1rem; }
  .person-list-small__panelist {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    margin-left: 1rem; }
  .person-list-small__name {
    word-break: break-word;
    font-size: 1.5rem; }
  .person-list-small__title {
    margin-bottom: 0.25rem; }
  .person-list-small__image-wrapper {
    margin-bottom: 0.75rem; }
  .person-list-small.person-list-small__circles {
    position: relative; }
    .person-list-small.person-list-small__circles .person-list-small__heading {
      padding-right: 8.125rem;
      margin-bottom: 0; }
    .person-list-small.person-list-small__circles .person-list-small__image-wrapper {
      margin-right: 0;
      margin-bottom: 1.25rem; }
    .person-list-small.person-list-small__circles .person-list-small__see-all {
      position: absolute;
      right: 0;
      top: 3.625rem; } }

@media screen and (min-width: 1024px) {
  .person-list-small__parent-wrapper:after {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 83.06452%;
    margin-left: 8.46774%; }
    .person-list-small__parent-wrapper:after:last-child {
      margin-right: 0; }
  .person-list-small {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 83.06452%;
    margin-left: 8.46774%; }
    .person-list-small:last-child {
      margin-right: 0; }
  .person-list-small__panelist-wrapper {
    display: -ms-flexbox;
    display: flex;
    margin-left: -2.2%; }
  .person-list-small .views-infinite-scroll-content-wrapper {
    display: -ms-flexbox;
    display: flex;
    margin-left: -2.2%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .person-list-small__panelist {
    -ms-flex: 0 0 17.8%;
    flex: 0 0 17.8%;
    margin-left: 2.2%;
    padding-bottom: 2.1875rem; }
  .person-list-small__title {
    margin-bottom: 8px; }
  .person-list-small.person-list-small__circles {
    padding-top: 4.375rem;
    margin-bottom: 4.875rem; }
    .person-list-small.person-list-small__circles .person-list-small__image-wrapper {
      max-width: 190px;
      margin-bottom: 28px; }
    .person-list-small.person-list-small__circles .person-list-small__see-all {
      top: 5rem; }
    .person-list-small.person-list-small__circles .person-list-small__panelist-wrapper {
      margin-left: -3%; }
    .person-list-small.person-list-small__circles .person-list-small__panelist {
      -ms-flex: 0 0 22%;
      flex: 0 0 22%;
      margin-left: 3%; }
    .person-list-small.person-list-small__circles .person-list-small__name,
    .person-list-small.person-list-small__circles .person-list-small__title,
    .person-list-small.person-list-small__circles .person-list-small__twitter-handle {
      margin-left: 0.625rem; } }

.video__wrapper,
.video__headline-wrapper,
.video__summary-wrapper {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
  padding: 0 1.25rem; }
  .video__wrapper::after,
  .video__headline-wrapper::after,
  .video__summary-wrapper::after {
    clear: both;
    content: '';
    display: table; }
  @media screen and (min-width: 768px) {
    .video__wrapper,
    .video__headline-wrapper,
    .video__summary-wrapper {
      margin-left: -20px; } }
  @media screen and (min-width: 1024px) {
    .video__wrapper,
    .video__headline-wrapper,
    .video__summary-wrapper {
      margin-left: -32px; } }
  @media screen and (min-width: 768px) {
    .video__wrapper,
    .video__headline-wrapper,
    .video__summary-wrapper {
      margin-right: -20px; } }
  @media screen and (min-width: 1024px) {
    .video__wrapper,
    .video__headline-wrapper,
    .video__summary-wrapper {
      margin-right: -32px; } }

.video__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 1.875rem;
  height: 0;
  z-index: 1; }
  .video__wrapper._starting_soon {
    background-size: cover;
    background-image: url("/themes/heritage/dist/assets/event-starting-soon.png"); }
    .video__wrapper._starting_soon:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #061d46;
      z-index: 1;
      opacity: .75; }

.video__wrapper .starting_soon_clock {
  width: 2.1875rem;
  height: 2.1875rem;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -2.5rem; }

.video__wrapper .starting_soon_text {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 300;
  font-style: italic;
  font-size: 1.5625rem;
  color: white;
  text-align: center;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 1.625rem; }

.video__wrapper iframe,
.video__wrapper object,
.video__wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video__flag {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 0.75rem;
  text-align: center;
  color: #fff;
  background-color: #da181a;
  padding: 0.5rem 1.0625rem;
  text-transform: uppercase;
  display: none;
  position: absolute;
  right: 0;
  top: -30px; }
  .event__live-now .video__flag {
    display: block; }

.video__headline-wrapper {
  overflow: hidden; }
  .video__headline-wrapper .headline {
    font-weight: normal;
    line-height: 1.2;
    font-size: 2rem;
    margin: 0 0 3.6875rem; }
  .event__live-now .video__headline-wrapper {
    background-color: #292e35; }
    .event__live-now .video__headline-wrapper .headline {
      color: #fff; }

@media screen and (min-width: 768px) {
  .video__inner {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%; }
    .video__inner:last-child {
      margin-right: 0; }
  .video__headline-wrapper .headline {
    font-size: 3.125rem;
    line-height: 1.2;
    margin-bottom: 3.75rem;
    margin-top: 0; }
  .video__wrapper {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
  .video__wrapper .starting_soon_clock {
    width: 3.8125rem;
    height: 3.8125rem; }
  .event-detail .video-block .article__social-container {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
    top: 11.1875rem; } }

  .video-block.component_spacing {
    padding-top: 3.125rem;}

@media screen and (min-width: 1024px) {
  .video__wrapper {
    position: relative;
    z-index: 2;
    clear: both; }
  .video__wrapper .starting_soon_clock {
    margin-top: -3.75rem;
    width: 6.25rem;
    height: 6.25rem; }
  .video__wrapper .starting_soon_text {
    font-size: 2.625rem;
    margin-top: 3.5rem; }
  .video__headline-wrapper {
    width: calc(100% + 64px);
    margin-right: -20px;
    margin-left: -20px;
    overflow: visible; } }
  @media screen and (min-width: 1024px) and (min-width: 768px) {
    .video__headline-wrapper {
      margin-right: -20px; } }
  @media screen and (min-width: 1024px) and (min-width: 1024px) {
    .video__headline-wrapper {
      margin-right: -32px; } }
  @media screen and (min-width: 1024px) and (min-width: 768px) {
    .video__headline-wrapper {
      margin-left: -20px; } }
  @media screen and (min-width: 1024px) and (min-width: 1024px) {
    .video__headline-wrapper {
      margin-left: -32px; } }

@media screen and (min-width: 1024px) {
  .video__inner {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 83.06452%;
    margin-left: 8.46774%; }
    .video__inner:last-child {
      margin-right: 0; }
    .video__inner .headline {
      float: left;
      display: block;
      margin-right: 1.94175%;
      width: 89.80583%;
      margin-top: 0; }
      .video__inner .headline:last-child {
        margin-right: 0; }
  .video__headline-wrapper .headline {
    font-size: 3.125rem;
    margin-bottom: 1.25rem;
    margin-bottom: 3.625rem; }
  .event-detail .video-block .article__social-container {
    top: 12.5625rem; } }

.donation__wrapper {
  background: url("/themes/heritage/dist/assets/donation-breaker-flag.png") no-repeat center;
  background-size: cover;
  position: relative;
  padding: 0 2.5rem;
  float: none; }
  .donation__wrapper::after {
    clear: both;
    content: '';
    display: table; }

.donation {
  margin-right: -20px;
  margin-left: -20px;
  width: calc(100% + 40px);
  clear: both;
  position: relative; }
  @media screen and (min-width: 768px) {
    .donation {
      margin-right: -20px; } }
  @media screen and (min-width: 1024px) {
    .donation {
      margin-right: -32px; } }
  @media screen and (min-width: 768px) {
    .donation {
      margin-left: -20px; } }
  @media screen and (min-width: 1024px) {
    .donation {
      margin-left: -32px; } }
  .donation:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(125, 0, 0, 0.75);
    z-index: 0; }

.donation__content-wrap {
  overflow: hidden;
  padding: 2.5rem 0;
  position: relative;
  z-index: 2; }

.donation__header {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 300;
  color: #fff;
  font-size: 2.125rem;
  line-height: 2.375rem;
  margin: 0;
  text-align: left; }

.donation__body-text {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 200;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.625rem;
  letter-spacing: 0.0125rem;
  font-style: italic;
  margin: 1.875rem 0 2.1875rem; }

.donation__text-cta-wrap {
  overflow: hidden; }

.donation__button {
  float: left;
  display: block;
  margin-right: 5%;
  width: 100%;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  background-color: #da181a;
  color: #fff;
  font-size: 0.875rem;
  letter-spacing: 0.06875rem;
  height: 3.75rem;
  border-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: background-color .3s ease; }
  .donation__button:last-child {
    margin-right: 0; }
  .donation__button:focus, .donation__button:hover {
    background-color: #f63039;
    color: #fff;
    text-decoration: none; }

@media screen and (min-width: 768px) {
  .donation {
    width: calc(100% + 40px); }
  .donation__wrapper {
    background-size: 170%;
    padding: 0; }
  .donation__content-wrap {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%;
    padding: 3.75rem 0 4.6875rem; }
    .donation__content-wrap:last-child {
      margin-right: 0; }
  .donation__header {
    font-size: 3.125rem;
    line-height: 3.125rem; }
  .donation__body-text {
    margin-top: 1.25rem;
    font-size: 1.375rem;
    line-height: 2rem; }
  .donation__button {
    float: left;
    display: block;
    margin-right: 3.27869%;
    width: 65.57377%;
    display: -ms-flexbox;
    display: flex; }
    .donation__button:last-child {
      margin-right: 0; } }

@media screen and (min-width: 1024px) {
  .donation {
    width: calc(100% + 64px); }
  .donation__content-wrap {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: 0; }
    .donation__content-wrap:last-child {
      margin-right: 0; }
  .donation__header {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 40.72581%;
    margin-left: 8.46774%;
    padding: 0;
    font-size: 3.75rem;
    line-height: 3.75rem; }
    .donation__header:last-child {
      margin-right: 0; }
  .donation__text-cta-wrap {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 40.72581%;
    padding-top: 0.1875rem; }
    .donation__text-cta-wrap:last-child {
      margin-right: 0; }
  .donation__body-text {
    margin-top: 0;
    font-size: 1.375rem;
    line-height: 2rem;
    letter-spacing: 0.01875rem; }
  .donation__button {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 83.06452%;
    display: -ms-flexbox;
    display: flex; }
    .donation__button:last-child {
      margin-right: 0; }
  .donation__wrapper {
    background-position: -725px bottom; }
  .two-column-cta {
    display: -ms-flexbox;
    display: flex;
    float: left;
    clear: both;
    width: 100%; }
    .two-column-cta .donation {
      margin-right: -20px;
      width: calc(50% + 32px);
      margin-left: 0;
      clear: none;
      float: left;
      -ms-flex: 1;
      flex: 1; } }
    @media screen and (min-width: 1024px) and (min-width: 768px) {
      .two-column-cta .donation {
        margin-right: -20px; } }
    @media screen and (min-width: 1024px) and (min-width: 1024px) {
      .two-column-cta .donation {
        margin-right: -32px; } }

@media screen and (min-width: 1024px) {
    .two-column-cta .donation__text-cta-wrap {
      position: relative;
      padding-bottom: 60px; }
    .two-column-cta .donation__button {
      position: absolute;
      bottom: 0;
      left: 0;
      transition: background-color .3s ease; }
    .two-column-cta .donation__wrapper {
      padding: 0;
      background-position: center center; }
    .two-column-cta .donation__content-wrap {
      float: left;
      display: block;
      margin-right: 3.27869%;
      width: 65.57377%;
      margin-left: 17.21311%;
      padding: 0 0 3.75rem;
      overflow: hidden; }
      .two-column-cta .donation__content-wrap:last-child {
        margin-right: 0; }
    .two-column-cta .donation__header,
    .two-column-cta .donation__button,
    .two-column-cta .donation__text-cta-wrap {
      width: 100%; }
    .two-column-cta .donation__header {
      text-align: left;
      margin: 2.8125rem 0 0.9375rem;
      padding: 0;
      font-size: 2.375rem;
      line-height: 1.2;
      margin: 2.8125rem 0 1rem; }
    .two-column-cta .donation__body-text {
      font-size: 1.125rem;
      line-height: 1.6;
      margin: 0 0 2.6875rem;
      font-weight: 100; } }

@media screen and (min-width: 1280px) {
  .donation__header {
    font-size: 4.375rem;
    line-height: 4.375rem; }
  .donation__body-text {
    font-size: 1.625rem;
    line-height: 2.25rem; } }

.newsletter-sign-up {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
  float: left;
  clear: both;
  background-color: #1c3948;
  padding: 2.5rem 1.25rem 3.125rem; }
  @media screen and (min-width: 768px) {
    .newsletter-sign-up {
      margin-left: -20px; } }
  @media screen and (min-width: 1024px) {
    .newsletter-sign-up {
      margin-left: -32px; } }
  @media screen and (min-width: 768px) {
    .newsletter-sign-up {
      margin-right: -20px; } }
  @media screen and (min-width: 1024px) {
    .newsletter-sign-up {
      margin-right: -32px; } }
  .newsletter-sign-up label {
    height: 0 !important;
    width: 0 !important;
    left: -999em;
    display: block;
    position: absolute; }
  .newsletter-sign-up .mktoGutter,
  .newsletter-sign-up .mktoOffset {
    width: 0 !important; }
  .newsletter-sign-up .mktoForm {
    margin: 0 !important;
    width: 100% !important;
    padding: 0;
    position: relative;
    float: left; }
  .newsletter-sign-up .mktoButtonRow {
    position: absolute;
    bottom: 0;
    right: 0; }
  .newsletter-sign-up .mktoFieldWrap,
  .newsletter-sign-up .mktoFormCol {
    width: 100%; }
  .newsletter-sign-up .mktoFormCol {
    margin-bottom: 0 !important; }
  .newsletter-sign-up .mktoButtonRow {
    position: absolute;
    right: 0; }
  .newsletter-sign-up .mktoFieldWrap,
  .newsletter-sign-up .mktoFormCol {
    width: 100%; }
  .newsletter-sign-up .mktoFormCol {
    margin-bottom: 0 !important; }

.newsletter-sign-up__header {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 300;
  font-size: 2.125rem;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 1.75rem; }

.newsletter-sign-up .mktoButtonWrap {
  margin-left: 0 !important; }

.newsletter-sign-up .newsletter-sign-up__input,
.newsletter-sign-up #Email {
  background-color: transparent;
  border: none;
  color: #c5d1d8;
  font-size: 0.875rem;
  width: calc(100% - 100px) !important;
  line-height: 49px;
  border-bottom: 0.125rem Solid #386274;
  float: left;
  position: relative;
  padding: 0; }
  .newsletter-sign-up .newsletter-sign-up__input::-webkit-input-placeholder,
  .newsletter-sign-up #Email::-webkit-input-placeholder {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 400;
    color: #c5d1d8;
    font-size: 0.875rem; }
  .newsletter-sign-up .newsletter-sign-up__input::-moz-placeholder,
  .newsletter-sign-up #Email::-moz-placeholder {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 400;
    color: #c5d1d8;
    font-size: 0.875rem; }
  .newsletter-sign-up .newsletter-sign-up__input:-ms-input-placeholder,
  .newsletter-sign-up #Email:-ms-input-placeholder {
    /* IE 10+ */
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 400;
    color: #c5d1d8;
    font-size: 0.875rem; }
  .newsletter-sign-up .newsletter-sign-up__input:-moz-placeholder,
  .newsletter-sign-up #Email:-moz-placeholder {
    /* Firefox 18- */
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 400;
    color: #c5d1d8;
    font-size: 0.875rem; }

.newsletter-sign-up #Email {
  height: 3.125rem; }

.newsletter-sign-up .mktoButton,
.newsletter-sign-up .newsletter-sign-up__submit {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  background-color: #386274;
  line-height: 3.125rem;
  font-size: 0.875rem;
  color: #fff;
  border: none;
  padding: 0 0.9375rem;
  float: left;
  font-weight: 400;
  transition: background-color .3s ease; }
  .newsletter-sign-up .mktoButton:focus, .newsletter-sign-up .mktoButton:hover,
  .newsletter-sign-up .newsletter-sign-up__submit:focus,
  .newsletter-sign-up .newsletter-sign-up__submit:hover {
    background-color: #548698;
    cursor: pointer; }

@media screen and (min-width: 768px) {
  .newsletter-sign-up {
    padding: 2.125rem 1.25rem 3.75rem; }
    .newsletter-sign-up #Email,
    .newsletter-sign-up .newsletter-sign-up__input {
      line-height: 3.625rem;
      width: calc(100% - 125px) !important; }
    .newsletter-sign-up .mktoButton,
    .newsletter-sign-up .newsletter-sign-up__submit {
      line-height: 3.75rem;
      width: 125px; }
    .newsletter-sign-up .mktoButtonRow {
      bottom: 0; }
    .newsletter-sign-up .newsletter-sign-up__input-wrapper {
      float: left;
      display: block;
      margin-right: 2.43902%;
      width: 74.39024%;
      margin-left: 12.80488%; }
      .newsletter-sign-up .newsletter-sign-up__input-wrapper:last-child {
        margin-right: 0; }
    .newsletter-sign-up .mktoFieldWrap,
    .newsletter-sign-up .mktoFormCol {
      width: 100% !important; }
  .newsletter-sign-up__header {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%;
    font-size: 3.125rem;
    line-height: 1.1; }
    .newsletter-sign-up__header:last-child {
      margin-right: 0; } }

@media screen and (min-width: 1024px) {
  .newsletter-sign-up {
    width: calc(100% + 64px);
    padding: 55px 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    .newsletter-sign-up .newsletter-sign-up__input-wrapper {
      float: left;
      display: block;
      margin-right: 1.6129%;
      width: 32.25806%;
      margin-left: 8.46774%; }
      .newsletter-sign-up .newsletter-sign-up__input-wrapper:last-child {
        margin-right: 0; }
  .newsletter-sign-up__header {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 40.72581%;
    margin-left: 8.46774%;
    margin-bottom: 0; }
    .newsletter-sign-up__header:last-child {
      margin-right: 0; }
  .two-column-cta {
    display: -ms-flexbox;
    display: flex;
    float: left;
    clear: both;
    width: 100%; }
    .two-column-cta .newsletter-sign-up {
      margin-left: -20px;
      width: calc(50% + 32px);
      clear: none;
      float: left;
      padding: 2.8125rem 1.25rem 7.5rem;
      -ms-flex: 1;
      flex: 1;
      position: relative;
      margin-right: 0; } }
    @media screen and (min-width: 1024px) and (min-width: 768px) {
      .two-column-cta .newsletter-sign-up {
        margin-left: -20px; } }
    @media screen and (min-width: 1024px) and (min-width: 1024px) {
      .two-column-cta .newsletter-sign-up {
        margin-left: -32px; } }

@media screen and (min-width: 1024px) {
    .two-column-cta .newsletter-sign-up__input-wrapper {
      position: absolute;
      left: 0;
      bottom: 60px; }
    .two-column-cta .newsletter-sign-up__header {
      font-size: 2.375rem;
      line-height: 1.2;
      margin-bottom: 4.3125rem; } }

.contact-heritage-foundation-breaker {
  margin-left: -20px;
  margin-left: -20px;
  background-color: #264a59;
  width: calc(100% + 40px);
  clear: both;
  float: left; }
  @media screen and (min-width: 768px) {
    .contact-heritage-foundation-breaker {
      margin-left: -20px; } }
  @media screen and (min-width: 1024px) {
    .contact-heritage-foundation-breaker {
      margin-left: -32px; } }
  @media screen and (min-width: 768px) {
    .contact-heritage-foundation-breaker {
      margin-left: -20px; } }
  @media screen and (min-width: 1024px) {
    .contact-heritage-foundation-breaker {
      margin-left: -32px; } }

.contact-heritage-foundation-breaker__wrapper {
  padding: 3.0625rem 1.25rem 2.5rem; }

.contact-heritage-foundation-breaker__header {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 200;
  font-size: 2.125rem;
  color: #fff;
  margin: 0 0 1.875rem;
  text-align: left; }

.contact-heritage-foundation-breaker__body-text {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 200;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.125rem;
  letter-spacing: 0.0125rem;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 2.25rem; }

.contact-heritage-foundation-breaker__button {
  background-color: #6193b4;
  height: 3.75rem;
  color: #fff;
  border-style: none;
  font-size: 0.875rem;
  font-weight: 100;
  letter-spacing: 1.1px;
  width: 100%;
  padding: 1.375rem 0;
  display: block;
  text-align: center;
  transition: all .3s ease; }
  .contact-heritage-foundation-breaker__button:focus, .contact-heritage-foundation-breaker__button:hover {
    text-decoration: none;
    color: #fff;
    background-color: #7babc8; }

@media screen and (min-width: 768px) {
  .contact-heritage-foundation-breaker__wrapper {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%;
    padding: 60px 20px; }
    .contact-heritage-foundation-breaker__wrapper:last-child {
      margin-right: 0; }
  .contact-heritage-foundation-breaker__header {
    font-size: 3.125rem;
    margin-bottom: 1.375rem; }
  .contact-heritage-foundation-breaker__button {
    width: 100%;
    max-width: 20.9375rem; } }

@media screen and (min-width: 1024px) {
  .contact-heritage-foundation-breaker__wrapper {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 83.06452%;
    margin-left: 8.46774%;
    padding: 5.5625rem 32px 5.9375rem; }
    .contact-heritage-foundation-breaker__wrapper:last-child {
      margin-right: 0; }
  .contact-heritage-foundation-breaker {
    width: calc(100% + 64px); }
  .contact-heritage-foundation-breaker__body-text {
    margin-bottom: 2.1875rem;
    font-size: 1.625rem; }
  .contact-heritage-foundation-breaker__header {
    float: left;
    display: block;
    margin-right: 1.94175%;
    width: 38.83495%;
    font-size: 4.375rem;
    line-height: 1; }
    .contact-heritage-foundation-breaker__header:last-child {
      margin-right: 0; }
  .contact-heritage-foundation-breaker__text-cta-wrap {
    float: left;
    display: block;
    margin-right: 1.94175%;
    width: 49.02913%;
    margin-left: 10.19417%; }
    .contact-heritage-foundation-breaker__text-cta-wrap:last-child {
      margin-right: 0; } }

.heritage-impact-breaker {
  margin-left: -20px;
  margin-left: -20px;
  background-color: #252a2f;
  width: calc(100% + 40px);
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .heritage-impact-breaker {
      margin-left: -20px; } }
  @media screen and (min-width: 1024px) {
    .heritage-impact-breaker {
      margin-left: -32px; } }
  @media screen and (min-width: 768px) {
    .heritage-impact-breaker {
      margin-left: -20px; } }
  @media screen and (min-width: 1024px) {
    .heritage-impact-breaker {
      margin-left: -32px; } }
  .heritage-impact-breaker:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(3, 56, 74, 0.8);
    z-index: 0; }
  @media screen and (min-width: 1024px) {
    .heritage-impact-breaker {
      width: calc(100% + 64px); } }
  .heritage-impact-breaker .heritage-impact-breaker__image {
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    transition: transform .75s ease;
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .heritage-impact-breaker__wrap {
    margin: 0 1.25rem;
    padding: 0 1.25rem;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1; }
  .heritage-impact-breaker__impact-text {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 200;
    font-size: 1.5rem;
    font-style: italic;
    color: #c4d82d;
    margin: 0;
    padding: 3.125rem 0 1.25rem; }
    @media screen and (min-width: 768px) {
      .heritage-impact-breaker__impact-text {
        font-size: 1.625rem;
        padding-bottom: 2.8125rem; } }
    @media screen and (min-width: 1024px) {
      .heritage-impact-breaker__impact-text {
        font-size: 1.625rem;
        line-height: 1.75rem;
        padding: 4.6875rem 0 1.875rem; } }
  .heritage-impact-breaker__impact-title {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    font-size: 2.125rem;
    color: #fff;
    padding-bottom: 2.1875rem; }
    @media screen and (min-width: 768px) {
      .heritage-impact-breaker__impact-title {
        float: left;
        display: block;
        margin-right: 2.43902%;
        width: 74.39024%;
        margin-left: 12.80488%;
        font-size: 2.375rem;
        padding-bottom: 3.75rem; }
        .heritage-impact-breaker__impact-title:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 1024px) {
      .heritage-impact-breaker__impact-title {
        float: left;
        display: block;
        margin-right: 1.6129%;
        width: 66.12903%;
        margin-left: 16.93548%;
        padding-bottom: 3.125rem; }
        .heritage-impact-breaker__impact-title:last-child {
          margin-right: 0; } }
  .heritage-impact-breaker__impact-arrow {
    clear: both;
    display: block;
    color: #c4d82d;
    cursor: pointer;
    padding-bottom: 3.4375rem;
    transition: transform .3s ease; }
    @media screen and (min-width: 768px) {
      .heritage-impact-breaker__impact-arrow {
        padding-bottom: 4.375rem; } }
    @media screen and (min-width: 1024px) {
      .heritage-impact-breaker__impact-arrow {
        padding-bottom: 6.25rem; } }
    .heritage-impact-breaker__impact-arrow:focus, .heritage-impact-breaker__impact-arrow:hover {
      text-decoration: none; }

.heritage-impact-breaker.hovered .heritage-impact-breaker__image {
  -ms-transform: scale(1);
  transform: scale(1); }

.heritage-impact-breaker.hovered .heritage-impact-breaker__impact-title {
  text-decoration: none; }

.article-generic__content-wrapper .headline:first-child {
  margin-top: 61px;
  position: relative; }
  .article-generic__content-wrapper .headline:first-child:before {
    content: '';
    position: absolute;
    top: -33px;
    left: 0;
    width: 161px;
    border-top: 2px solid #da181a; }

.article-general-info {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  color: #264a59;
  line-height: 1.25rem;
  font-size: 0.75rem;
  letter-spacing: -0.1px;
  margin: 1rem 0 1.4375rem;
  font-weight: 500; }
  .article-general-info span {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 400;
    margin-left: 0.3125rem; }

.article__download-report,
.article__download-lectures {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 0.75rem;
  color: #264a59;
  display: inline-block; }
  .article__download-report:focus, .article__download-report:hover,
  .article__download-lectures:focus,
  .article__download-lectures:hover {
    text-decoration: none; }
  .article__download-report i,
  .article__download-lectures i {
    margin-right: 5px;
    display: inline; }

.article__social-container {
  clear: both;
  text-align: center;
  margin-top: 1.25rem; }

@keyframes scaleUp {
  30% {
    transform: scale(1); }
  80% {
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0; } }

@keyframes fadeIn {
  60% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.heritage-icon-print.article__social-icon {
  display: none; }

.article__social-icon {
  transition: border-color .3s ease;
  background-color: transparent;
  border-radius: 50%;
  border: 0.09375rem solid #ebeff3;
  height: 3.125rem;
  width: 3.125rem;
  line-height: 3.125rem;
  display: inline-block;
  position: relative;
  margin-right: 1rem;
  margin-bottom: 2.5rem; }
  @media screen and (min-width: 768px) {
    .article__social-icon {
      height: 2.8125rem;
      width: 2.8125rem;
      line-height: 2.8125rem;
      margin-right: 0.8125rem; } }
  @media screen and (min-width: 1024px) {
    .article__social-icon {
      height: 3.125rem;
      width: 3.125rem;
      line-height: 3.125rem;
      margin-right: 0.625rem; } }
  .article__social-icon:before {
    font-size: 20px;
    color: #75a5c0;
    transition: color .3s ease; }
  .article__social-icon:last-of-type {
    margin-right: 0; }
  .article__social-icon:focus, .article__social-icon:hover, .article__social-icon:active {
    text-decoration: none; }
  .article__social-icon.heritage-icon-social_facebook:focus:before, .article__social-icon.heritage-icon-social_facebook:hover:before, .article__social-icon.heritage-icon-social_facebook:active:before {
    color: #3b5998; }
  .article__social-icon.heritage-icon-envelop:focus:before, .article__social-icon.heritage-icon-envelop:hover:before, .article__social-icon.heritage-icon-envelop:active:before, .article__social-icon.heritage-icon-social_twitter:focus:before, .article__social-icon.heritage-icon-social_twitter:hover:before, .article__social-icon.heritage-icon-social_twitter:active:before, .article__social-icon.heritage-icon-linkedin2:focus:before, .article__social-icon.heritage-icon-linkedin2:hover:before, .article__social-icon.heritage-icon-linkedin2:active:before {
    color: #55acee; }
  .article__social-icon.heritage-icon-copy_link:focus:before, .article__social-icon.heritage-icon-copy_link:hover:before, .article__social-icon.heritage-icon-copy_link:active:before, .article__social-icon.heritage-icon-print:focus:before, .article__social-icon.heritage-icon-print:hover:before, .article__social-icon.heritage-icon-print:active:before {
    color: #0093d0; }
  .article__social-icon.heritage-icon-copy_link {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .article__social-icon.heritage-icon-copy_link .heritage-icon-check_sign_up {
      position: absolute;
      left: -1px;
      top: -1px;
      background-color: #27dca0;
      border-color: #27dca0;
      -ms-transform: scale(0);
      transform: scale(0); }
      .article__social-icon.heritage-icon-copy_link .heritage-icon-check_sign_up:before {
        color: #fff; }
    .article__social-icon.heritage-icon-copy_link .copy-icon__copied {
      font-family: 'Gotham A', 'Gotham B';
      font-weight: 500;
      font-size: 11px;
      font-style: normal;
      color: #27dca0;
      position: absolute;
      bottom: -40px;
      left: 0;
      width: 100%;
      opacity: 0; }
    .article__social-icon.heritage-icon-copy_link._confirmation .heritage-icon-check_sign_up {
      animation: scaleUp 2s ease-in forwards; }
    .article__social-icon.heritage-icon-copy_link._confirmation .copy-icon__copied {
      animation: fadeIn 2s ease-in forwards; }

.article__social-icon--white, .not-found__social-container .article__social-icon, .microsite-share a, .explainer .article__social-icon, .issue-landing .article__social-container .article__social-icon {
  background-color: transparent;
  border: 1px solid rgba(229, 231, 232, 0.2); }
  .article__social-icon--white:before, .not-found__social-container .article__social-icon:before, .microsite-share a:before, .explainer .article__social-icon:before, .issue-landing .article__social-container .article__social-icon:before {
    color: #ebeff3; }
  .article__social-icon--white:last-of-type, .not-found__social-container .article__social-icon:last-of-type, .microsite-share a:last-of-type, .explainer .article__social-icon:last-of-type, .issue-landing .article__social-container .article__social-icon:last-of-type {
    margin-right: 0; }
  .article__social-icon--white.heritage-icon-copy_link:focus, .not-found__social-container .heritage-icon-copy_link.article__social-icon:focus, .microsite-share a.heritage-icon-copy_link:focus, .explainer .heritage-icon-copy_link.article__social-icon:focus, .issue-landing .article__social-container .heritage-icon-copy_link.article__social-icon:focus, .article__social-icon--white.heritage-icon-copy_link:hover, .not-found__social-container .heritage-icon-copy_link.article__social-icon:hover, .microsite-share a.heritage-icon-copy_link:hover, .explainer .heritage-icon-copy_link.article__social-icon:hover, .issue-landing .article__social-container .heritage-icon-copy_link.article__social-icon:hover, .article__social-icon--white.heritage-icon-copy_link:active, .not-found__social-container .heritage-icon-copy_link.article__social-icon:active, .microsite-share a.heritage-icon-copy_link:active, .explainer .heritage-icon-copy_link.article__social-icon:active, .issue-landing .article__social-container .heritage-icon-copy_link.article__social-icon:active, .article__social-icon--white.heritage-icon-social_twitter:focus, .not-found__social-container .heritage-icon-social_twitter.article__social-icon:focus, .microsite-share a.heritage-icon-social_twitter:focus, .explainer .heritage-icon-social_twitter.article__social-icon:focus, .issue-landing .article__social-container .heritage-icon-social_twitter.article__social-icon:focus, .article__social-icon--white.heritage-icon-social_twitter:hover, .not-found__social-container .heritage-icon-social_twitter.article__social-icon:hover, .microsite-share a.heritage-icon-social_twitter:hover, .explainer .heritage-icon-social_twitter.article__social-icon:hover, .issue-landing .article__social-container .heritage-icon-social_twitter.article__social-icon:hover, .article__social-icon--white.heritage-icon-social_twitter:active, .not-found__social-container .heritage-icon-social_twitter.article__social-icon:active, .microsite-share a.heritage-icon-social_twitter:active, .explainer .heritage-icon-social_twitter.article__social-icon:active, .issue-landing .article__social-container .heritage-icon-social_twitter.article__social-icon:active, .article__social-icon--white.heritage-icon-social_facebook:focus, .not-found__social-container .heritage-icon-social_facebook.article__social-icon:focus, .microsite-share a.heritage-icon-social_facebook:focus, .explainer .heritage-icon-social_facebook.article__social-icon:focus, .issue-landing .article__social-container .heritage-icon-social_facebook.article__social-icon:focus, .article__social-icon--white.heritage-icon-social_facebook:hover, .not-found__social-container .heritage-icon-social_facebook.article__social-icon:hover, .microsite-share a.heritage-icon-social_facebook:hover, .explainer .heritage-icon-social_facebook.article__social-icon:hover, .issue-landing .article__social-container .heritage-icon-social_facebook.article__social-icon:hover, .article__social-icon--white.heritage-icon-social_facebook:active, .not-found__social-container .heritage-icon-social_facebook.article__social-icon:active, .microsite-share a.heritage-icon-social_facebook:active, .explainer .heritage-icon-social_facebook.article__social-icon:active, .issue-landing .article__social-container .heritage-icon-social_facebook.article__social-icon:active, .article__social-icon--white.heritage-icon-print:focus, .not-found__social-container .heritage-icon-print.article__social-icon:focus, .microsite-share a.heritage-icon-print:focus, .explainer .heritage-icon-print.article__social-icon:focus, .issue-landing .article__social-container .heritage-icon-print.article__social-icon:focus, .article__social-icon--white.heritage-icon-print:hover, .not-found__social-container .heritage-icon-print.article__social-icon:hover, .microsite-share a.heritage-icon-print:hover, .explainer .heritage-icon-print.article__social-icon:hover, .issue-landing .article__social-container .heritage-icon-print.article__social-icon:hover, .article__social-icon--white.heritage-icon-print:active, .not-found__social-container .heritage-icon-print.article__social-icon:active, .microsite-share a.heritage-icon-print:active, .explainer .heritage-icon-print.article__social-icon:active, .issue-landing .article__social-container .heritage-icon-print.article__social-icon:active {
    border-color: #fff;
    text-decoration: none; }
    .article__social-icon--white.heritage-icon-copy_link:focus:before, .not-found__social-container .heritage-icon-copy_link.article__social-icon:focus:before, .microsite-share a.heritage-icon-copy_link:focus:before, .explainer .heritage-icon-copy_link.article__social-icon:focus:before, .issue-landing .article__social-container .heritage-icon-copy_link.article__social-icon:focus:before, .article__social-icon--white.heritage-icon-copy_link:hover:before, .not-found__social-container .heritage-icon-copy_link.article__social-icon:hover:before, .microsite-share a.heritage-icon-copy_link:hover:before, .explainer .heritage-icon-copy_link.article__social-icon:hover:before, .issue-landing .article__social-container .heritage-icon-copy_link.article__social-icon:hover:before, .article__social-icon--white.heritage-icon-copy_link:active:before, .not-found__social-container .heritage-icon-copy_link.article__social-icon:active:before, .microsite-share a.heritage-icon-copy_link:active:before, .explainer .heritage-icon-copy_link.article__social-icon:active:before, .issue-landing .article__social-container .heritage-icon-copy_link.article__social-icon:active:before, .article__social-icon--white.heritage-icon-social_twitter:focus:before, .not-found__social-container .heritage-icon-social_twitter.article__social-icon:focus:before, .microsite-share a.heritage-icon-social_twitter:focus:before, .explainer .heritage-icon-social_twitter.article__social-icon:focus:before, .issue-landing .article__social-container .heritage-icon-social_twitter.article__social-icon:focus:before, .article__social-icon--white.heritage-icon-social_twitter:hover:before, .not-found__social-container .heritage-icon-social_twitter.article__social-icon:hover:before, .microsite-share a.heritage-icon-social_twitter:hover:before, .explainer .heritage-icon-social_twitter.article__social-icon:hover:before, .issue-landing .article__social-container .heritage-icon-social_twitter.article__social-icon:hover:before, .article__social-icon--white.heritage-icon-social_twitter:active:before, .not-found__social-container .heritage-icon-social_twitter.article__social-icon:active:before, .microsite-share a.heritage-icon-social_twitter:active:before, .explainer .heritage-icon-social_twitter.article__social-icon:active:before, .issue-landing .article__social-container .heritage-icon-social_twitter.article__social-icon:active:before, .article__social-icon--white.heritage-icon-social_facebook:focus:before, .not-found__social-container .heritage-icon-social_facebook.article__social-icon:focus:before, .microsite-share a.heritage-icon-social_facebook:focus:before, .explainer .heritage-icon-social_facebook.article__social-icon:focus:before, .issue-landing .article__social-container .heritage-icon-social_facebook.article__social-icon:focus:before, .article__social-icon--white.heritage-icon-social_facebook:hover:before, .not-found__social-container .heritage-icon-social_facebook.article__social-icon:hover:before, .microsite-share a.heritage-icon-social_facebook:hover:before, .explainer .heritage-icon-social_facebook.article__social-icon:hover:before, .issue-landing .article__social-container .heritage-icon-social_facebook.article__social-icon:hover:before, .article__social-icon--white.heritage-icon-social_facebook:active:before, .not-found__social-container .heritage-icon-social_facebook.article__social-icon:active:before, .microsite-share a.heritage-icon-social_facebook:active:before, .explainer .heritage-icon-social_facebook.article__social-icon:active:before, .issue-landing .article__social-container .heritage-icon-social_facebook.article__social-icon:active:before, .article__social-icon--white.heritage-icon-print:focus:before, .not-found__social-container .heritage-icon-print.article__social-icon:focus:before, .microsite-share a.heritage-icon-print:focus:before, .explainer .heritage-icon-print.article__social-icon:focus:before, .issue-landing .article__social-container .heritage-icon-print.article__social-icon:focus:before, .article__social-icon--white.heritage-icon-print:hover:before, .not-found__social-container .heritage-icon-print.article__social-icon:hover:before, .microsite-share a.heritage-icon-print:hover:before, .explainer .heritage-icon-print.article__social-icon:hover:before, .issue-landing .article__social-container .heritage-icon-print.article__social-icon:hover:before, .article__social-icon--white.heritage-icon-print:active:before, .not-found__social-container .heritage-icon-print.article__social-icon:active:before, .microsite-share a.heritage-icon-print:active:before, .explainer .heritage-icon-print.article__social-icon:active:before, .issue-landing .article__social-container .heritage-icon-print.article__social-icon:active:before {
      color: #ebeff3; }
  .article__social-icon--white.heritage-icon-copy_link .heritage-icon-check_sign_up, .not-found__social-container .heritage-icon-copy_link.article__social-icon .heritage-icon-check_sign_up, .microsite-share a.heritage-icon-copy_link .heritage-icon-check_sign_up, .explainer .heritage-icon-copy_link.article__social-icon .heritage-icon-check_sign_up, .issue-landing .article__social-container .heritage-icon-copy_link.article__social-icon .heritage-icon-check_sign_up {
    background-color: #27dca0;
    border-color: #27dca0; }
    .article__social-icon--white.heritage-icon-copy_link .heritage-icon-check_sign_up:before, .not-found__social-container .heritage-icon-copy_link.article__social-icon .heritage-icon-check_sign_up:before, .microsite-share a.heritage-icon-copy_link .heritage-icon-check_sign_up:before, .explainer .heritage-icon-copy_link.article__social-icon .heritage-icon-check_sign_up:before, .issue-landing .article__social-container .heritage-icon-copy_link.article__social-icon .heritage-icon-check_sign_up:before {
      color: #fff; }
  .article__social-icon--white:focus, .not-found__social-container .article__social-icon:focus, .microsite-share a:focus, .explainer .article__social-icon:focus, .issue-landing .article__social-container .article__social-icon:focus, .article__social-icon--white:hover, .not-found__social-container .article__social-icon:hover, .microsite-share a:hover, .explainer .article__social-icon:hover, .issue-landing .article__social-container .article__social-icon:hover, .article__social-icon--white:active, .not-found__social-container .article__social-icon:active, .microsite-share a:active, .explainer .article__social-icon:active, .issue-landing .article__social-container .article__social-icon:active {
    border-color: #fff;
    text-decoration: none; }
    .article__social-icon--white:focus:before, .not-found__social-container .article__social-icon:focus:before, .microsite-share a:focus:before, .explainer .article__social-icon:focus:before, .issue-landing .article__social-container .article__social-icon:focus:before, .article__social-icon--white:hover:before, .not-found__social-container .article__social-icon:hover:before, .microsite-share a:hover:before, .explainer .article__social-icon:hover:before, .issue-landing .article__social-container .article__social-icon:hover:before, .article__social-icon--white:active:before, .not-found__social-container .article__social-icon:active:before, .microsite-share a:active:before, .explainer .article__social-icon:active:before, .issue-landing .article__social-container .article__social-icon:active:before {
      color: #ebeff3; }

.article__eyebrow {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  color: #264a59;
  font-size: 0.6875rem;
  margin: 30px 0;
  padding: 1.0625rem 0 0;
  text-transform: uppercase;
  position: relative; }
  .article__eyebrow:before {
    content: '';
    display: block;
    width: 10.125rem;
    height: 0.125rem;
    background-color: #da181a;
    position: absolute;
    top: 0;
    left: 0;
    transition: background .3s ease; }
  .article__eyebrow a {
    text-transform: capitalize;
    font-size: 0.875rem;
    letter-spacing: -0.0125rem; }
    .article__eyebrow a:before {
      content: '';
      display: block;
      width: 10.125rem;
      height: 0.125rem;
      background-color: #da181a;
      position: absolute;
      top: 0;
      left: 0;
      transition: background .3s ease; }
    .article__eyebrow a:focus, .article__eyebrow a:hover {
      text-decoration: none;
      color: #0093d0;
      cursor: pointer; }
      .article__eyebrow a:focus:before, .article__eyebrow a:hover:before {
        background-color: #0093d0; }
  @media screen and (min-width: 768px) {
    .article__eyebrow:before,
    .article__eyebrow a:before {
      width: 11.625rem; } }
  @media screen and (min-width: 1024px) {
    .article__eyebrow:before,
    .article__eyebrow a:before {
      width: 13.125rem; } }

.article__body-copy p,
.article__body-copy ul,
.article__body-copy ol,
.article__body-copy dl,
.article__body-copy > div,
.body-copy p,
.body-copy ul,
.body-copy ol,
.body-copy dl,
.body-copy > div,
.discusion-content-body p,
.discusion-content-body ul,
.discusion-content-body ol,
.discusion-content-body dl,
.discusion-content-body > div {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
  color: #111d22;
  margin-bottom: 1.25rem; }
  @media screen and (min-width: 1024px) {
    .article__body-copy p,
    .article__body-copy ul,
    .article__body-copy ol,
    .article__body-copy dl,
    .article__body-copy > div,
    .body-copy p,
    .body-copy ul,
    .body-copy ol,
    .body-copy dl,
    .body-copy > div,
    .discusion-content-body p,
    .discusion-content-body ul,
    .discusion-content-body ol,
    .discusion-content-body dl,
    .discusion-content-body > div {
      line-height: 1.875; } }
  @media screen and (min-width: 1280px) {
    .article__body-copy p,
    .article__body-copy ul,
    .article__body-copy ol,
    .article__body-copy dl,
    .article__body-copy > div,
    .body-copy p,
    .body-copy ul,
    .body-copy ol,
    .body-copy dl,
    .body-copy > div,
    .discusion-content-body p,
    .discusion-content-body ul,
    .discusion-content-body ol,
    .discusion-content-body dl,
    .discusion-content-body > div {
      font-size: 1.125rem;
      line-height: 1.777777778; } }

.article__body-copy {
  margin: 2.5rem 0;
  position: relative; }
  .article__body-copy::after {
    clear: both;
    content: '';
    display: table; }
  .article__body-copy .article__chapter-heading:first-of-type {
    margin-top: 0;
    border-top: none; }
  .article__body-copy .legacy-youtube {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0; }
  .article__body-copy .legacy-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .article__body-copy blockquote,
  .article__body-copy pullquote {
    padding-left: 2.4375rem;
    border-left: #d9e3e9 1px solid;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 0.875rem;
    line-height: 2;
    color: #2b4e5e;
    display: inline-block;
    clear: both; }
    .article__body-copy blockquote p,
    .article__body-copy pullquote p {
      font-size: inherit;
      line-height: inherit;
      color: inherit;
      display: inline-block;
      margin-bottom: 0; }
    .article__body-copy blockquote .quote,
    .article__body-copy pullquote .quote {
      color: #75a5c0;
      display: none; }
      @media screen and (min-width: 768px) {
        .article__body-copy blockquote .quote,
        .article__body-copy pullquote .quote {
          font-size: 34px;
          line-height: 34px; } }
    @media screen and (min-width: 768px) {
      .article__body-copy blockquote,
      .article__body-copy pullquote {
        font-size: 0.9375rem;
        float: left;
        display: block;
        margin-right: 3.27869%;
        width: 82.78689%;
        margin-left: 17.21311%;
        float: none;
        padding-left: 1.25rem; }
        .article__body-copy blockquote:last-child,
        .article__body-copy pullquote:last-child {
          margin-right: 0; } }
  .article__body-copy .pull,
  .article__body-copy .line-quote {
    width: 75%;
    margin: 1.875rem 0 1.875rem 15%;
    display: inline-block; }
    @media screen and (min-width: 768px) {
      .article__body-copy .pull,
      .article__body-copy .line-quote {
        float: left;
        display: block;
        margin-right: 3.27869%;
        width: 82.78689%;
        margin-left: 17.21311%;
        max-width: none; }
        .article__body-copy .pull:last-child,
        .article__body-copy .line-quote:last-child {
          margin-right: 0; } }
    .article__body-copy .pull,
    .article__body-copy .line-quote {
      font-family: 'Chronicle Display A', 'Chronicle Display B';
      font-weight: 300;
      font-style: italic;
      color: #386274;
      font-size: 1.3125rem;
      font-weight: 100;
      line-height: 2rem;
      -webkit-box-decoration-break: clone;
      box-decoration-break: clone;
      background-color: #f3f5f8;
      padding: 0.3125rem 0.625rem;
      box-shadow: 10px 0 0 #f3f5f8, -10px 0 0 #f3f5f8; }
      @media screen and (min-width: 768px) {
        .article__body-copy .pull,
        .article__body-copy .line-quote {
          font-size: 1.625rem;
          line-height: 2.5rem; } }
    .article__body-copy .pull:before,
    .article__body-copy .line-quote:before {
      content: '“';
      display: inline;
      color: #75a5c0; }
      @media screen and (min-width: 768px) {
        .article__body-copy .pull:before,
        .article__body-copy .line-quote:before {
          font-size: 34px;
          line-height: 34px; } }
    .article__body-copy .pull:after,
    .article__body-copy .line-quote:after {
      content: '”';
      display: inline;
      color: #75a5c0; }
      @media screen and (min-width: 768px) {
        .article__body-copy .pull:after,
        .article__body-copy .line-quote:after {
          font-size: 34px;
          line-height: 34px; } }
  .article__body-copy:not(.about-mission__body) > *:not(blockquote):not(pullquote) > p:not(.article__references-reference):not(.tooltip__paragraph):not(.parallax-breaker__text):first-child:first-letter {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    color: #75a5c0;
    padding: 0;
    font-size: 3.5rem;
    line-height: 1;
    float: left;
    margin-right: 0.9375rem; }

@-moz-document url-prefix() {
  .article__body-copy:not(.about-mission__body) > * > p:not(.article__references-reference):not(.tooltip__paragraph):first-child:first-letter:not(.parallax-breaker__text) {
    padding-top: 0.75rem; } }
  .article__body-copy ~ .article__body-copy:not(.about-mission__body) > * > p:not(.article__references-reference):not(.tooltip__paragraph):not(.parallax-breaker__text):first-child:first-letter {
    font-family: inherit;
    color: inherit;
    padding: inherit;
    font-size: inherit;
    line-height: inherit;
    float: inherit;
    margin-right: inherit; }
  .article__body-copy h3 {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-size: 1.125rem; }
  .article__body-copy a:focus,
  .article__body-copy a:hover {
    color: #0093d0; }
  .article__body-copy ul {
    margin-bottom: 1.25rem; }
    .article__body-copy ul li {
      list-style-type: disc; }
  .article__body-copy ul ol li {
    list-style-type: decimal; }
  .article__body-copy li {
    color: #111d22;
    list-style-position: outside;
    margin-left: 1.25rem; }
  .article__body-copy .article-body__reference {
    font-style: italic;
    font-size: 0.875rem; }

.article__chapter-heading {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 300;
  font-size: 2.375rem;
  line-height: 2.625rem;
  color: #111d22;
  padding-top: 2.9375rem;
  border-top: #f3f5f8 3px solid;
  margin-bottom: 1.8125rem;
  margin-top: 3.3125rem; }

.article__body-copy-pull-quote {
  width: 80%;
  margin: 1.875rem auto;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone; }
  .article__body-copy-pull-quote p {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    font-style: italic;
    color: #75a5c0;
    font-size: 1.3125rem;
    line-height: 1.5;
    display: inline; }

.article__body-copy-pull-quote-highlight {
  background-color: #f3f5f8;
  padding: 0.3125rem 0.625rem;
  box-shadow: 5px 0 0 #f3f5f8, -5px 0 0 #f3f5f8; }

.article__sticky-track {
  clear: both;
  overflow: hidden;
  height: 16.5625rem;
  position: relative;
  transition: all 1s cubic-bezier(1, 0, 0, 1); }
  .article__sticky-track.has-body {
    height: 9.375rem; }
  .article__sticky-track._article-open:before {
    display: none; }
  .article__sticky-track:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 10.625rem;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0.7) 100%); }

.article-body__read-more {
  float: left;
  display: block;
  margin-right: 5%;
  width: 100%;
  margin-bottom: 2.5rem;
  height: 4.375rem; }
  .article-body__read-more:last-child {
    margin-right: 0; }
  .article-body__read-more i {
    float: right;
    margin-right: 1.5625rem;
    font-weight: bold; }
  .article-body__read-more._inactive {
    display: none; }

.article__sticky-nav {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 300;
  opacity: 0;
  transition: height 0.3s cubic-bezier(1, 0, 0, 1), width 0.3s cubic-bezier(1, 0, 0, 1), background-color 0.3s cubic-bezier(1, 0, 0, 1), opacity 0.3s ease;
  right: 0;
  bottom: 0;
  z-index: 3;
  color: #fff;
  padding-left: 2.125rem;
  padding-right: 2.125rem;
  height: 4.25rem;
  width: 4.0625rem;
  overflow: hidden;
  position: absolute; }
  .article__sticky-nav._active {
    opacity: 1;
    left: auto;
    position: fixed; }
  .article__sticky-nav._open {
    width: 100%;
    height: 33.125rem;
    background-color: #386274; }
    .article__sticky-nav._open .article__sticky-nav-section-head,
    .article__sticky-nav._open .article__sticky-nav-nav-wrapper {
      transition: opacity .5s ease, bottom .5s ease;
      transition-delay: .4s;
      opacity: 1;
      bottom: 0; }
    .article__sticky-nav._open .article__sticky-nav-toggle {
      background-color: #386274;
      bottom: 1.25rem;
      right: 1.25rem; }
      .article__sticky-nav._open .article__sticky-nav-toggle:before {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        content: "";
        font-family: 'heritage-icons' !important; }

.article__sticky-nav-nav-wrapper {
  overflow: auto;
  border-top: #f3f5f8 1px solid;
  border-bottom: #f3f5f8 1px solid;
  bottom: -1.25rem;
  position: relative; }
  .article__sticky-nav-nav-wrapper button {
    color: #fff;
    background-color: transparent;
    border: none;
    width: 100%;
    position: relative;
    text-align: left;
    padding: 0.9375rem 2.5rem;
    border-bottom: #f3f5f8 1px solid;
    font-size: 1.375rem;
    transition: background-color .3s ease;
    outline: 0; }
    .article__sticky-nav-nav-wrapper button:focus, .article__sticky-nav-nav-wrapper button:hover {
      cursor: pointer; }
    .article__sticky-nav-nav-wrapper button:last-child {
      border-bottom: none; }
    .article__sticky-nav-nav-wrapper button._active {
      background-color: #252a2f;
      color: #c4d82d; }
    .article__sticky-nav-nav-wrapper button:before,
    .article__sticky-nav-nav-wrapper button span {
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .article__sticky-nav-nav-wrapper button:before {
      display: none; }
    .article__sticky-nav-nav-wrapper button span {
      left: 0.625rem; }

.article__sticky-nav-toggle {
  height: 2.8125rem;
  width: 2.8125rem;
  line-height: 2.8125rem;
  border-radius: 50%;
  background-color: #386274;
  border: none;
  color: #fff;
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.article__sticky-nav-section-head {
  font-family: 'Gotham Narrow A', 'Gotham Narrow B';
  font-weight: 400;
  text-align: center;
  font-size: 0.6875rem;
  color: #d9e3e9;
  padding: 1.0625rem 0;
  opacity: 0; }

.article__references {
  margin-bottom: 1.5rem; }

.article__references-toggle,
.timeline__expand-button {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1;
  color: #264a59;
  text-align: center;
  background-color: transparent;
  padding: 1.625rem 0;
  border: none;
  border-bottom: #c5d1d8 4px solid;
  display: block;
  width: 100%;
  margin-bottom: 1.5rem;
  cursor: pointer;
  position: relative;
  outline: none; }
  .article__references-toggle i,
  .timeline__expand-button i {
    float: right;
    margin-right: 1.25rem; }
  .article__references-toggle._active i:before,
  .timeline__expand-button._active i:before {
    content: "";
    font-family: 'heritage-icons' !important; }
  .article__references-toggle:after,
  .timeline__expand-button:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -4px;
    height: 4px;
    transition: all .3s ease;
    background-color: #0093d0; }
  .article__references-toggle:focus, .article__references-toggle:hover,
  .timeline__expand-button:focus,
  .timeline__expand-button:hover {
    color: #0093d0; }
    .article__references-toggle:focus i, .article__references-toggle:hover i,
    .timeline__expand-button:focus i,
    .timeline__expand-button:hover i {
      color: #0093d0; }
    .article__references-toggle:focus:after, .article__references-toggle:hover:after,
    .timeline__expand-button:focus:after,
    .timeline__expand-button:hover:after {
      left: 0;
      right: 0; }

.article__references-wrapper {
  height: 0;
  overflow: hidden;
  transition: height 1s cubic-bezier(1, 0, 0, 1); }

.article__references-reference {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #111d22;
  margin-bottom: 1.875rem; }
  .article__references-reference .reference-anchor {
    float: left;
    margin-right: .5em; }

@media screen and (min-width: 768px) {
  .heritage-icon-print.article__social-icon {
    display: inline-block; }
  .article__body-copy .listicle {
    margin-bottom: 55px; }
  .article-generic__content-wrapper .headline:first-child {
    margin-top: 95px; }
    .article-generic__content-wrapper .headline:first-child:before {
      top: -63px;
      width: 186px; }
  .article-generic__content-wrapper .headline + .article__body-copy {
    margin-top: 50px; }
  .article__references,
  .article__body-copy {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%; }
    .article__references:last-child,
    .article__body-copy:last-child {
      margin-right: 0; }
  .article__chapter-heading {
    font-size: 2.75rem;
    line-height: 3rem; }
  .article-body__read-more {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%; }
    .article-body__read-more:last-child {
      margin-right: 0; }
  .article__social-container {
    position: absolute;
    right: 0;
    top: 0; }
  .article__eyebrow,
  .article__social-container {
    margin-top: 1.875rem; }
  .article__body-copy-pull-quote {
    float: left;
    display: block;
    margin-right: 3.27869%;
    width: 82.78689%;
    margin-left: 17.21311%;
    max-width: none; }
    .article__body-copy-pull-quote:last-child {
      margin-right: 0; }
    .article__body-copy-pull-quote p,
    .article__body-copy-pull-quote div {
      font-size: 2rem;
      line-height: 2.5rem; }
  .article__sticky-track::after {
    clear: both;
    content: '';
    display: table; }
  .article__sticky-track.has-body {
    height: 9.375rem; }
  .article__sticky-nav {
    width: 23.4375rem;
    z-index: 3; }
    .article__sticky-nav._open {
      width: 23.4375rem; }
      .article__sticky-nav._open .article__sticky-nav-toggle {
        background-color: #386274;
        bottom: 1.25rem;
        right: 1.25rem; } }

@media screen and (min-width: 1024px) {
  .article__body-copy .listicle {
    margin-bottom: 55px; }
  .article-generic__content-wrapper .headline:first-child {
    margin-top: 120px; }
    .article-generic__content-wrapper .headline:first-child:before {
      top: -77px;
      width: 210px; }
  .article-generic__content-wrapper .headline + .article__body-copy {
    margin-top: 60px; }
  .article__body-copy blockquote,
  .article__body-copy pullquote {
    float: left;
    display: block;
    margin-right: 2.7972%;
    width: 85.31469%;
    margin-left: 14.68531%;
    display: inline-block;
    float: none;
    color: #2b4e5e;
    font-size: 1rem;
    line-height: 1.875rem;
    padding-left: 2.5rem;
    margin-top: 1.875rem;
    margin-bottom: 3.125rem; }
    .article__body-copy blockquote:last-child,
    .article__body-copy pullquote:last-child {
      margin-right: 0; }
  .article__chapter-heading {
    font-size: 3.5rem;
    line-height: 3.75rem;
    padding-top: 3.75rem;
    margin-top: 4.375rem; }
  .article__eyebrow,
  .article__social-container {
    margin-top: 2.75rem; }
  .article-general-info,
  .article-headline {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 91.53226%;
    margin-left: 8.46774%; }
    .article-general-info:last-child,
    .article-headline:last-child {
      margin-right: 0; }
  .article__sticky-track {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 100%;
    position: relative;
    height: 20.625rem; }
    .article__sticky-track:last-child {
      margin-right: 0; }
    .article__sticky-track.has-body {
      height: 11.25rem; }
  .article__left-ref {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 23.79032%;
    margin-right: 1.25rem;
    max-width: 18.125rem;
    position: absolute;
    top: 0;
    left: 0; }
    .article__left-ref:last-child {
      margin-right: 0; }
  .article__sticky-nav {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 23.79032%;
    max-width: 18.125rem;
    background-color: transparent;
    margin: 5rem 1.25rem 1.25rem 0;
    top: 0;
    right: auto;
    bottom: auto;
    position: absolute;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    opacity: 0;
    transition: none;
    visibility: hidden;
    transition: opacity 1s ease-in;
    -ms-transform: translateX(-32px);
    transform: translateX(-32px); }
    .article__sticky-nav:last-child {
      margin-right: 0; }
    ._article-open .article__sticky-nav {
      visibility: visible; }
    .article__sticky-nav._active {
      left: 0;
      position: fixed; }
    .article__sticky-nav._visible {
      opacity: 1; }
    .article__sticky-nav .article__sticky-nav-nav-wrapper {
      opacity: 1;
      border-top: #c5d1d8 2px solid;
      border-bottom: #c5d1d8 2px solid;
      padding: 0;
      max-height: 28.75rem;
      overflow: auto;
      bottom: 0;
      background-color: #fff; }
      .article__sticky-nav .article__sticky-nav-nav-wrapper button {
        display: block;
        font-size: 1rem;
        line-height: 1.4;
        color: #386274;
        padding: 0 3.125rem 0 3.75rem;
        transition: background-color .3s ease;
        height: 4.0625rem; }
        .article__sticky-nav .article__sticky-nav-nav-wrapper button:focus, .article__sticky-nav .article__sticky-nav-nav-wrapper button:hover {
          background-color: #ebeff3;
          cursor: pointer; }
        .article__sticky-nav .article__sticky-nav-nav-wrapper button._active {
          background-color: #386274;
          color: #fff; }
          .article__sticky-nav .article__sticky-nav-nav-wrapper button._active:focus, .article__sticky-nav .article__sticky-nav-nav-wrapper button._active:hover {
            background-color: #264a59;
            font-style: italic; }
        .article__sticky-nav .article__sticky-nav-nav-wrapper button:before {
          display: block;
          right: 1.875rem; }
        .article__sticky-nav .article__sticky-nav-nav-wrapper button:not(._active):before {
          display: none; }
        .article__sticky-nav .article__sticky-nav-nav-wrapper button span {
          left: 1.875rem; }
  .article__sticky-nav-section-head {
    opacity: 1;
    display: block;
    font-size: 0.625rem;
    color: #888b8d;
    margin-bottom: 0.6875rem;
    text-align: left;
    padding: 0;
    margin-left: 32px; }
  .article-body__read-more {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 66.12903%;
    margin-left: 16.93548%; }
    .article-body__read-more:last-child {
      margin-right: 0; }
    .article-body__read-more i {
      font-weight: normal;
      font-size: 24px; }
  .article__references {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 57.66129%;
    margin-left: 25.40323%; }
    .article__references:last-child {
      margin-right: 0; }
  .article__body-copy {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 57.66129%;
    margin-left: 25.40323%;
    margin-top: 3rem; }
    .article__body-copy:last-child {
      margin-right: 0; }
    .article__body-copy h3 {
      font-size: 1.3125rem; }
    .article__body-copy:not(.about-mission__body) > *:not(blockquote):not(pullquote) > p:not(.article__references-reference):not(.tooltip__paragraph):not(.parallax-breaker__text):first-child:first-letter {
      font-size: 4rem; }
  .article__sticky-nav-toggle {
    display: none; }
  .article__body-copy-pull-quote p {
    font-size: 2.125rem;
    line-height: 2.5rem; }
  .article__references-reference {
    font-size: 0.875rem; }
  .article__references {
    margin-bottom: 2.1875rem; } }

@media screen and (min-width: 1280px) {
  .article__chapter-heading {
    font-size: 3.75rem;
    line-height: 4rem; } }

.article-variations {
  margin-left: -20px;
  background-color: #f3f5f8;
  width: calc(100% + 40px); }
  .article-variations::after {
    clear: both;
    content: '';
    display: table; }
  @media screen and (min-width: 768px) {
    .article-variations {
      margin-left: -20px; } }
  @media screen and (min-width: 1024px) {
    .article-variations {
      margin-left: -32px; } }

.article-variations__explainer {
  height: 18.75rem; }

.article-variations__video .heritage-report-card-theme--light-author,
.article-variations__video .heritage-report-card-theme--dark-author,
.article-variations__impact .heritage-report-card-theme--light-author,
.article-variations__impact .heritage-report-card-theme--dark-author {
  display: none; }

.article-variations__video._has-video._has-image .heritage-card-eyebrow,
.article-variations__video._has-video._has-image .heritage-card__title,
.article-variations__video._has-video._has-image .heritage-report-card-theme--light-date,
.article-variations__impact._has-video._has-image .heritage-card-eyebrow,
.article-variations__impact._has-video._has-image .heritage-card__title,
.article-variations__impact._has-video._has-image .heritage-report-card-theme--light-date {
  color: #fff; }

.article-variations__video._has-video._has-image .heritage-card__title:hover, .article-variations__video._has-video._has-image .heritage-card__title:focus, .article-variations__video._has-video._has-image .heritage-card__title:active,
.article-variations__impact._has-video._has-image .heritage-card__title:hover,
.article-variations__impact._has-video._has-image .heritage-card__title:focus,
.article-variations__impact._has-video._has-image .heritage-card__title:active {
  color: #c4d82d; }
  .article-variations__video._has-video._has-image .heritage-card__title:hover span, .article-variations__video._has-video._has-image .heritage-card__title:focus span, .article-variations__video._has-video._has-image .heritage-card__title:active span,
  .article-variations__impact._has-video._has-image .heritage-card__title:hover span,
  .article-variations__impact._has-video._has-image .heritage-card__title:focus span,
  .article-variations__impact._has-video._has-image .heritage-card__title:active span {
    color: #fff; }

.article-variations__video._has-video._has-image .heritage-report-card-theme--light-date span,
.article-variations__video._has-video._has-image .heritage-report-card-theme--light-author,
.article-variations__video._has-video._has-image .heritage-report-card-theme--light-author a,
.article-variations__impact._has-video._has-image .heritage-report-card-theme--light-date span,
.article-variations__impact._has-video._has-image .heritage-report-card-theme--light-author,
.article-variations__impact._has-video._has-image .heritage-report-card-theme--light-author a {
  color: #bee7f9; }

.article-variations__video._has-video._has-image .heritage-icon-arrow_long,
.article-variations__impact._has-video._has-image .heritage-icon-arrow_long {
  color: #c4d82d; }

.article-variations__video .heritage-icon-play_module:hover,
.article-variations__video .heritage-icon-play_module:focus,
.article-variations__video .heritage-icon-play_module:active,
.article-variations__impact .heritage-icon-play_module:hover,
.article-variations__impact .heritage-icon-play_module:focus,
.article-variations__impact .heritage-icon-play_module:active {
  text-decoration: none; }

.contact .article-variations__cards-container {
  margin-top: 0; }

@media screen and (min-width: 768px) {
  .article-variations__cards-container {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    clear: both;
    margin-top: -10.625rem;
    position: relative;
    z-index: 1;
    padding-bottom: 170px; }
    .article-variations__cards-container:last-child {
      margin-right: 0; }
    .article-variations__cards-container:last-child {
      margin-right: auto; }
  .article-variations__explainer {
    height: 21.875rem; } }

@media screen and (min-width: 1024px) {
  .article-variations {
    width: calc(100% + 64px);
    padding-left: 20px;
    padding-right: 20px; }
  .article-variations__cards-container {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 83.06452%;
    float: none;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 18.75rem; }
    .article-variations__cards-container:last-child {
      margin-right: 0; }
    .article-variations__cards-container:last-child {
      margin-right: auto; } }

.impact-breaker-module {
  margin-right: -20px;
  margin-left: -20px;
  background-color: #004b8d;
  clear: both;
  width: calc(100% + 40px); }
  @media screen and (min-width: 768px) {
    .impact-breaker-module {
      margin-right: -20px; } }
  @media screen and (min-width: 1024px) {
    .impact-breaker-module {
      margin-right: -32px; } }
  @media screen and (min-width: 768px) {
    .impact-breaker-module {
      margin-left: -20px; } }
  @media screen and (min-width: 1024px) {
    .impact-breaker-module {
      margin-left: -32px; } }
  @media screen and (min-width: 768px) {
    .impact-breaker-module {
      width: calc(100% + 40px); } }
  @media screen and (min-width: 1024px) {
    .impact-breaker-module {
      width: calc(100% + 64px); } }
  .impact-breaker-module__wrapper {
    margin: 0 1.25rem;
    padding: 3.125rem 0 4.375rem; }
    @media screen and (min-width: 1024px) {
      .impact-breaker-module__wrapper {
        padding-top: 3.75rem;
        margin: 0 2rem; } }
  .impact-breaker-module__main-issue {
    overflow: hidden;
    text-align: center; }
  .impact-breaker-module__border-eyebrow {
    float: left;
    display: block;
    margin-right: 5%;
    width: 47.5%;
    margin-left: 26.25%;
    border-bottom: 2px solid #bee7f9; }
    .impact-breaker-module__border-eyebrow:last-child {
      margin-right: 0; }
    @media screen and (min-width: 768px) {
      .impact-breaker-module__border-eyebrow {
        float: left;
        display: block;
        margin-right: 2.43902%;
        width: 23.17073%;
        margin-left: 38.41463%; }
        .impact-breaker-module__border-eyebrow:last-child {
          margin-right: 0; } }
  .impact-breaker-module__eyebrow {
    float: left;
    display: block;
    margin-right: 5%;
    width: 47.5%;
    margin-left: 26.25%;
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 400;
    color: #bee7f9;
    font-size: 0.875rem;
    letter-spacing: -0.01875rem;
    text-align: center;
    padding-top: 1rem; }
    .impact-breaker-module__eyebrow:last-child {
      margin-right: 0; }
    @media screen and (min-width: 768px) {
      .impact-breaker-module__eyebrow {
        float: left;
        display: block;
        margin-right: 2.43902%;
        width: 23.17073%;
        margin-left: 38.41463%; }
        .impact-breaker-module__eyebrow:last-child {
          margin-right: 0; } }
  .impact-breaker-module__title {
    clear: both;
    padding: 2.1875rem 0 1.875rem;
    text-align: center; }
    .impact-breaker-module__title.hovered .impact-breaker-module__title-text:after {
      -ms-transform: translateX(20px);
      transform: translateX(20px); }
    @media screen and (min-width: 768px) {
      .impact-breaker-module__title {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-line-pack: center;
        align-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 1.875rem 0 2.8125rem; } }
    @media screen and (min-width: 1024px) {
      .impact-breaker-module__title {
        float: left;
        display: block;
        margin-right: 1.6129%;
        width: 83.06452%;
        margin-left: 8.46774%;
        padding: 1.25rem 0 3.125rem; }
        .impact-breaker-module__title:last-child {
          margin-right: 0; } }
    .impact-breaker-module__title-text {
      font-family: 'Chronicle Display A', 'Chronicle Display B';
      font-weight: 300;
      color: #fff;
      font-size: 3.25rem;
      line-height: 3.5rem; }
      .impact-breaker-module__title-text:focus, .impact-breaker-module__title-text:hover {
        color: #fff;
        text-decoration: none; }
      @media screen and (min-width: 768px) {
        .impact-breaker-module__title-text {
          font-size: 3.75rem;
          line-height: 3.75rem;
          display: inline;
          width: 17.1875rem;
          position: relative; }
          .impact-breaker-module__title-text:after {
            content: "";
            font-family: 'heritage-icons' !important;
            display: inline-block;
            font-family: 'heritage-icons' !important;
            speak: none;
            color: #c4d82d;
            font-size: 2.0625rem;
            margin-left: 1.375rem;
            position: absolute;
            top: 0.75rem;
            transition: transform .3s ease; } }
      @media screen and (min-width: 1024px) {
        .impact-breaker-module__title-text {
          font-size: 4.375rem;
          line-height: 4rem; }
          .impact-breaker-module__title-text:after {
            margin-left: 2.3125rem; } }
    .impact-breaker-module__title-desc {
      font-family: 'Chronicle Display A', 'Chronicle Display B';
      font-weight: 300;
      color: #fff;
      font-size: 2.625rem;
      line-height: 3rem;
      width: 100%; }
      @media screen and (min-width: 768px) {
        .impact-breaker-module__title-desc {
          font-size: 3.75rem;
          line-height: 3.75rem; } }
      @media screen and (min-width: 1024px) {
        .impact-breaker-module__title-desc {
          font-size: 4.375rem;
          line-height: 4rem; } }
      .impact-breaker-module__title-desc:focus, .impact-breaker-module__title-desc:hover {
        color: #fff;
        text-decoration: none; }
      .impact-breaker-module__title-desc i {
        color: #c4d82d;
        font-size: 2.0625rem;
        margin-top: 1.875rem;
        display: block; }
        @media screen and (min-width: 768px) {
          .impact-breaker-module__title-desc i {
            display: none; } }
    .impact-breaker-module__title-arrow {
      color: #c4d82d;
      display: block;
      font-size: 1.875rem;
      margin-top: 1.875rem; }
      @media screen and (min-width: 768px) {
        .impact-breaker-module__title-arrow {
          display: inline;
          margin-left: 1.5625rem;
          margin-top: 1.5625rem; } }
      @media screen and (min-width: 1024px) {
        .impact-breaker-module__title-arrow {
          margin-left: 2.1875rem;
          margin-top: 1.25rem; } }
      .impact-breaker-module__title-arrow:focus, .impact-breaker-module__title-arrow:hover {
        text-decoration: none; }
  .impact-breaker-module__issue-report-list {
    clear: both;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
  .impact-breaker-module__border-wrap {
    border-top: 1px solid #508399;
    padding-top: 2.1875rem; }
    @media screen and (min-width: 768px) {
      .impact-breaker-module__border-wrap {
        float: left;
        display: block;
        margin-right: 2.43902%;
        width: 74.39024%;
        margin-left: 12.80488%;
        padding-top: 2.1875rem; }
        .impact-breaker-module__border-wrap:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 1024px) {
      .impact-breaker-module__border-wrap {
        float: left;
        display: block;
        margin-right: 1.6129%;
        width: 83.06452%;
        margin-left: 8.46774%; }
        .impact-breaker-module__border-wrap:last-child {
          margin-right: 0; } }
  .impact-breaker-module__report-tout {
    margin-bottom: 2.8125rem; }
    @media screen and (min-width: 1024px) {
      .impact-breaker-module__report-tout {
        width: 32.8%;
        display: inline-block;
        padding: 0 3%;
        vertical-align: top; }
        .impact-breaker-module__report-tout:first-of-type {
          padding-left: 0;
          padding-right: 6%; }
        .impact-breaker-module__report-tout:last-of-type {
          padding-right: 0;
          padding-left: 6%; } }
    .impact-breaker-module__report-tout:last-child {
      margin-bottom: 0; }
    .impact-breaker-module__report-tout-title {
      font-family: 'Chronicle Display A', 'Chronicle Display B';
      font-weight: 200;
      color: #fff;
      font-size: 1.375rem;
      letter-spacing: -0.00625rem;
      line-height: 1.625rem;
      display: block;
      margin: 0.9375rem 0 0;
      display: block; }
      .impact-breaker-module__report-tout-title > *:not(i) {
        border-bottom: 2px solid transparent;
        display: inline; }
      .impact-breaker-module__report-tout-title:focus, .impact-breaker-module__report-tout-title:hover {
        text-decoration: none; }
        .impact-breaker-module__report-tout-title:focus > *:not(i), .impact-breaker-module__report-tout-title:hover > *:not(i) {
          border-bottom: 2px solid #c4d82d;
          display: inline; }
      @media screen and (min-width: 768px) {
        .impact-breaker-module__report-tout-title {
          font-size: 1.5rem;
          line-height: 1.75rem; } }
      @media screen and (min-width: 1024px) {
        .impact-breaker-module__report-tout-title {
          font-size: 1.625rem;
          line-height: 1.875rem; } }
  .impact-breaker-module__wrap-text-time {
    display: inline-block; }
  .impact-breaker-module__text-report {
    color: #bee7f9;
    font-size: 0.75rem;
    line-height: 1.25rem;
    letter-spacing: -0.00625rem;
    font-weight: 400; }
  .impact-breaker-module__time-report {
    color: #d9e3e9;
    margin-left: 0.625rem; }

.event__wrapper {
  background-color: #fff; }

.event__summary-wrapper {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
  padding: 0 1.25rem;
  background-color: #f3f5f8;
  padding: 2rem 1.25rem 2.6875rem; }
  .event__summary-wrapper::after {
    clear: both;
    content: '';
    display: table; }
  @media screen and (min-width: 768px) {
    .event__summary-wrapper {
      margin-left: -20px; } }
  @media screen and (min-width: 1024px) {
    .event__summary-wrapper {
      margin-left: -32px; } }
  @media screen and (min-width: 768px) {
    .event__summary-wrapper {
      margin-right: -20px; } }
  @media screen and (min-width: 1024px) {
    .event__summary-wrapper {
      margin-right: -32px; } }
  .event__live-now .event__summary-wrapper {
    background-color: #264a59; }
    .event__live-now .event__summary-wrapper p {
      color: #fff; }
  .event__summary-wrapper p {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6;
    color: #111d22; }

.event__add-to-calendar {
  margin-top: 6px; }

.event__info-location,
.event__info-time {
  font-size: 0.875rem;
  line-height: 1.571428571;
  color: #111d22;
  padding: 1.5625rem 1.875rem 1.5625rem 3.75rem;
  border-bottom: #c5d1d8 1px solid;
  position: relative; }
  .event__info-location i,
  .event__info-time i {
    font-size: 1.875rem;
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #c5d1d8; }
  .event__info-location div,
  .event__info-time div {
    word-wrap: break-word; }

.event__info-location {
  border-bottom: none;
  padding-bottom: 0; }

.event__info-important {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-weight: bold;
  word-wrap: break-word; }

.event__section-wrapper {
  clear: both;
  position: relative; }

.event__info-city,
.event__info-zip {
  display: inline-block; }

.event__description .video__wrapper {
  margin-bottom: 1.9375rem; }

.event__description-heading {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 300;
  font-size: 2.375rem;
  line-height: 1.1;
  color: #111d22;
  margin: 48px 0 21px; }

.event__description-wrapper {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8;
  color: #111d22;
  padding-bottom: 32px; }
  .event__description-wrapper ul,
  .event__description-wrapper ol,
  .event__description-wrapper dl,
  .event__description-wrapper h2,
  .event__description-wrapper p {
    margin-bottom: 1.25rem; }
    .event__description-wrapper ul:last-child,
    .event__description-wrapper ol:last-child,
    .event__description-wrapper dl:last-child,
    .event__description-wrapper h2:last-child,
    .event__description-wrapper p:last-child {
      margin-bottom: 0; }
  .event__description-wrapper p {
    line-height: 2rem;
    font-size: 1.125rem; }
  .event__description-wrapper h2 {
    margin-top: 0;
    font-size: 1.3125rem;
    line-height: 2.625rem; }
  .event__description-wrapper.event-description__add-border {
    border-bottom: #f3f5f8 4px solid;
    padding-bottom: 62px; }

.event__call {
  margin-top: 0.3125rem; }

.event__rsvp {
  text-align: center;
  padding: 1.5rem 0 2.5rem; }
  .event__rsvp p {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 400;
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
    line-height: 1.4;
    color: #111d22; }
  .event__rsvp .button-light-blue {
    width: 100%;
    max-width: 21rem;
    padding: 1.6875rem 0;
    display: block;
    font-size: 0.875rem;
    margin: 0 auto;
    transition: background-color .3s ease; }
    .event__rsvp .button-light-blue:focus, .event__rsvp .button-light-blue:hover {
      background-color: #79abc9; }

.event__headline {
  line-height: 1; }
  .event__headline .headline__date {
    font-size: 2rem;
    line-height: 1.4; }
  .event__hero .event__headline {
    margin-bottom: 1.6875rem; }

.event__hero-wrapper {
  position: relative; }

.event__subhead {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 200;
  font-size: 1.375rem;
  font-style: italic;
  line-height: 1.5;
  color: #264a59;
  margin-bottom: 2.1875rem; }

@media screen and (min-width: 768px) {
  .event__hero .event__hero-wrapper {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 87.19512%;
    margin-left: 12.80488%;
    position: static; }
    .event__hero .event__hero-wrapper:last-child {
      margin-right: 0; }
    .event__hero-no-image .event__hero .event__hero-wrapper {
      position: static; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .event__hero.event__hero-no-image .event__info-time,
  .event__hero.event__hero-no-image .event__info-location {
    width: 49.5%;
    display: inline-block;
    vertical-align: top;
    padding-top: 0; }
    .event__hero.event__hero-no-image .event__info-time i,
    .event__hero.event__hero-no-image .event__info-location i {
      top: 18px; }
  .event__hero.event__hero-no-image .event__info-time {
    border-bottom: none; }
  .event__hero.event__hero-no-image .event__info-location {
    border-left: #c5d1d8 1px solid;
    padding-left: 73px; }
    .event__hero.event__hero-no-image .event__info-location i {
      left: 20px; } }

@media screen and (min-width: 768px) {
  .event__hero .image-with-caption {
    right: -2.5rem;
    margin-bottom: 1.5625rem; }
    .event__hero .image-with-caption img {
      position: relative;
      left: -3.125rem;
      margin-left: calc(-12.94733%); }
    .event__hero .image-with-caption figcaption {
      float: left;
      display: block;
      margin-right: 3.27869%;
      width: 65.57377%;
      margin-left: 17.21311%;
      max-width: inherit; }
      .event__hero .image-with-caption figcaption:last-child {
        margin-right: 0; }
  .event__hero .event__call {
    display: inline-block; }
  .event__hero .event__call + div {
    display: inline-block; }
  .event__hero .event__info-location a {
    color: #111d22;
    pointer-events: none;
    display: inline-block;
    font-weight: 500; }
  .event__hero .event__info-location,
  .event__hero .event__info-time {
    margin: 0;
    width: 100%; }
  .event__hero .event__wrapper {
    float: left;
    display: block;
    margin-right: 2.7972%;
    width: 85.31469%;
    margin-top: 0;
    margin-left: 0; }
    .event__hero .event__wrapper:last-child {
      margin-right: 0; }
  .event__hero .event__subhead {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%;
    margin-bottom: 2.8125rem; }
    .event__hero .event__subhead:last-child {
      margin-right: 0; }
  .event__hero .event__headline {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%;
    line-height: 1.2;
    font-size: 3.125rem; }
    .event__hero .event__headline:last-child {
      margin-right: 0; }
  .event__hero .event__rsvp .button-light-blue {
    width: 100%;
    margin: 0; }
  .event__description {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%; }
    .event__description:last-child {
      margin-right: 0; }
  .event__description-heading {
    font-size: 3.75rem;
    margin-top: 2.8125rem;
    margin-bottom: 0.9375rem; }
  .event__description-wrapper {
    padding-bottom: 52px; }
  .event__wrapper {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 61.58537%;
    margin-left: -20px;
    margin-left: 12.80488%;
    margin-top: -6.9375rem;
    margin-bottom: 3.5rem; }
    .event__wrapper:last-child {
      margin-right: 0; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .event__wrapper {
      margin-left: -20px; } }
  @media screen and (min-width: 768px) and (min-width: 1024px) {
    .event__wrapper {
      margin-left: -32px; } }

@media screen and (min-width: 768px) {
  .event__info-location,
  .event__info-time {
    margin-left: 12.80488%;
    width: 80%;
    margin-right: 2.5625rem; }
  .event__inner {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%; }
    .event__inner:last-child {
      margin-right: 0; }
  .event__summary-wrapper {
    padding-bottom: 9.6875rem; }
  .event__rsvp .button-light-blue {
    margin-left: 12.80488%;
    max-width: inherit;
    width: 80%;
    margin-right: 2.5625rem; } }

@media screen and (min-width: 1024px) {
  .event__hero .event__hero-wrapper {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 91.53226%;
    margin-left: 8.46774%;
    position: relative; }
    .event__hero .event__hero-wrapper:last-child {
      margin-right: 0; }
  .event__hero .event__wrapper {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 32.25806%;
    position: static;
    float: left; }
    .event__hero .event__wrapper:last-child {
      margin-right: 0; }
  .event__hero .image-with-caption {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 57.66129%;
    margin-right: -20px;
    float: right;
    margin-left: 0; }
    .event__hero .image-with-caption:last-child {
      margin-right: 0; } }
  @media screen and (min-width: 1024px) and (min-width: 768px) {
    .event__hero .image-with-caption {
      margin-right: -20px; } }
  @media screen and (min-width: 1024px) and (min-width: 1024px) {
    .event__hero .image-with-caption {
      margin-right: -32px; } }

@media screen and (min-width: 1024px) {
    .event__hero .image-with-caption figcaption img {
      left: 0; }
  .event__hero .event__subhead {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 83.06452%;
    margin-left: 8.46774%; }
    .event__hero .event__subhead:last-child {
      margin-right: 0; }
  .event__hero .event__headline {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 83.06452%;
    margin-left: 8.46774%;
    line-height: 1.1;
    font-size: 3.75rem; }
    .event__hero .event__headline:last-child {
      margin-right: 0; }
    .event__hero .event__headline .headline__date {
      font-size: 3.125rem;
      line-height: 1.3; }
  .event__hero .event__rsvp p {
    width: 100%; }
  .event__hero.event__hero-no-image {
    padding-bottom: 70px; }
    .event__hero.event__hero-no-image::after {
      clear: both;
      content: '';
      display: table; }
    .event__hero.event__hero-no-image .event__hero-wrapper {
      position: static; }
      .event__hero.event__hero-no-image .event__hero-wrapper .event__wrapper {
        top: 0; }
    .event__hero.event__hero-no-image .event__headline {
      float: left;
      display: block;
      margin-right: 1.6129%;
      width: 66.12903%; }
      .event__hero.event__hero-no-image .event__headline:last-child {
        margin-right: 0; }
    .event__hero.event__hero-no-image .event__info-location,
    .event__hero.event__hero-no-image .event__info-time {
      float: left;
      display: block;
      margin-right: 1.94175%;
      width: 28.64078%;
      border-bottom: none;
      padding-top: 0;
      border-right: #c5d1d8 1px solid; }
      .event__hero.event__hero-no-image .event__info-location:last-child,
      .event__hero.event__hero-no-image .event__info-time:last-child {
        margin-right: 0; }
      .event__hero.event__hero-no-image .event__info-location i,
      .event__hero.event__hero-no-image .event__info-time i {
        -ms-transform: translateY(0);
        transform: translateY(0);
        top: 0; }
    .event__hero.event__hero-no-image .event__info-location {
      padding-right: 0; }
    .event__hero.event__hero-no-image .event__rsvp {
      float: left;
      display: block;
      margin-right: 1.94175%;
      width: 38.83495%;
      padding-top: 0;
      padding-left: 43px; }
      .event__hero.event__hero-no-image .event__rsvp:last-child {
        margin-right: 0; }
  .event__summary-wrapper {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 83.06452%;
    margin-left: 16.93548%;
    margin-right: -20px;
    margin-right: 0;
    float: right;
    padding-top: 11.125rem;
    margin-bottom: 4.75rem; }
    .event__summary-wrapper:last-child {
      margin-right: 0; } }
  @media screen and (min-width: 1024px) and (min-width: 768px) {
    .event__summary-wrapper {
      margin-right: -20px; } }
  @media screen and (min-width: 1024px) and (min-width: 1024px) {
    .event__summary-wrapper {
      margin-right: -32px; } }

@media screen and (min-width: 1024px) {
  .event__section-wrapper {
    width: 100%; }
    .event__section-wrapper::after {
      clear: both;
      content: '';
      display: table; }
    .event__section-wrapper.offset {
      margin-top: -9.25rem;
      z-index: 1;
      float: left; }
  .event__inner {
    float: left;
    display: block;
    margin-right: 1.94175%;
    width: 59.2233%;
    margin-left: 30.58252%; }
    .event__inner:last-child {
      margin-right: 0; }
  .event__wrapper {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 32.25806%;
    margin-left: 8.46774%;
    position: absolute;
    top: 9.25rem;
    left: 0;
    margin-top: 0;
    padding-bottom: 3.8125rem; }
    .event__wrapper:last-child {
      margin-right: 0; }
  .event__info-time,
  .event__info-location {
    margin-left: 0; }
  .event__info-location {
    border-bottom: none; }
  .event__description {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 57.66129%;
    margin-left: 25.40323%; }
    .event__description:last-child {
      margin-right: 0; }
  .event__description-heading {
    margin-top: 62px;
    margin-bottom: 28px; }
  .event__description-wrapper {
    padding-bottom: 90px; }
  .event__rsvp p {
    width: 80%; }
  .event__rsvp .button-light-blue {
    margin-left: 0; } }

.contributor-card-wrapper {
  padding: 0.75rem 0 1.5rem; }

.contributor-card {
  float: left;
  display: block;
  margin-right: 5%;
  width: 100%;
  background-color: #fff;
  display: block;
  border-top: #c5d1d8 1px solid; }
  .contributor-card:last-child {
    margin-right: 0; }
  .contributor-card p {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-style: italic;
    color: #111d22; }
    @media screen and (min-width: 1024px) {
      .contributor-card p {
        font-size: 1rem;
        line-height: 1.625rem; } }
    @media screen and (min-width: 1280px) {
      .contributor-card p {
        font-size: 1.125rem;
        line-height: 1.75rem; } }
  .contributor-card span {
    display: inline; }
  .contributor-card .contributor-card__contributor-heading {
    display: block; }
  .contributor-card .contributor-card__contributor {
    display: block;
    display: inline; }
    .contributor-card .contributor-card__contributor > *:not(i) {
      border-bottom: 2px solid transparent;
      display: inline; }
    .contributor-card .contributor-card__contributor:focus, .contributor-card .contributor-card__contributor:hover {
      text-decoration: none; }
      .contributor-card .contributor-card__contributor:focus > *:not(i), .contributor-card .contributor-card__contributor:hover > *:not(i) {
        border-bottom: 2px solid #c4d82d;
        display: inline; }
    .contributor-card .contributor-card__contributor span {
      display: inline; }

@media screen and (min-width: 768px) {
  .contributor-card-wrapper > p {
    border-left: #c5d1d8 1px solid;
    padding-left: 1.3125rem; }
  .contributor-card {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%;
    border-top: none;
    margin-bottom: 2.8125rem; }
    .contributor-card:last-child {
      margin-right: 0; } }

@media screen and (min-width: 1024px) {
  .contributor-card {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 23.79032%;
    margin-left: 8.46774%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 1.875rem 1.75rem 0 0;
    z-index: 2; }
    .contributor-card:last-child {
      margin-right: 0; } }

.contributors-list-bottom {
  float: left;
  display: block;
  margin-right: 5%;
  width: 100%;
  margin-top: 0.3125rem;
  margin-bottom: 2.5rem; }
  .contributors-list-bottom:last-child {
    margin-right: 0; }

.contributors-list__headline {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 300;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.6;
  text-align: center;
  color: #111d22; }

.contributors-list__image-wrapper {
  width: 3.0625rem;
  height: 3.0625rem;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  position: relative; }
  .contributors-list__image-wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #c5d1d8;
    z-index: 0;
    border-radius: 50%; }
  .contributors-list__image-wrapper img {
    width: 100%;
    position: relative;
    border-radius: 50%; }

.contributors-list__contributor {
  width: 100%;
  padding: 1.125rem 0.75rem; }
  .contributors-list__contributor::after {
    clear: both;
    content: '';
    display: table; }
  .contributors-list__contributor:nth-child(odd) {
    background-color: #f3f5f8; }
  .contributors-list__contributor.hovered .contributors-list__image-wrapper {
    z-index: 3; }
    .contributors-list__contributor.hovered .contributors-list__image-wrapper:before {
      z-index: 0;
      background-color: #c4d82d;
      mix-blend-mode: normal; }
  .contributors-list__contributor.hovered img {
    position: relative;
    z-index: 1; }

.contributors-list__info-wrapper {
  width: calc(100% - 49px);
  float: left;
  padding-left: 0.75rem; }

.contributors-list__contributor-name {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 300;
  font-size: 1.3125rem;
  color: #c4d82d; }
  .contributors-list__contributor-name span {
    color: #0093d0; }

.contributors-list__contributor-info {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.4;
  word-break: break-word; }

@media screen and (min-width: 768px) {
  .contributors-list-bottom {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%;
    border-bottom: #f3f5f8 4px solid;
    margin-bottom: 3.75rem; }
    .contributors-list-bottom:last-child {
      margin-right: 0; }
  .contributors-list__contributor {
    padding: 1.3125rem 1.5625rem; }
  .contributors-list__info-wrapper {
    width: calc(100% - 59px);
    padding-left: 1.875rem; }
  .contributors-list__image-wrapper {
    width: 3.6875rem;
    height: 3.6875rem; } }

@media screen and (min-width: 1024px) {
  .contributors-list-bottom {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 57.66129%;
    margin-left: 25.40323%;
    margin-right: 0;
    margin-bottom: 100px; }
    .contributors-list-bottom:last-child {
      margin-right: 0; }
  .contributors-list__contributor {
    padding: 2.0625rem 2.1875rem; }
  .contributors-list__headline {
    font-size: 1.625rem;
    text-align: left; } }

.article-summary {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
  background-color: #f3f5f8;
  padding: 1.6875rem 1.25rem 2.125rem;
  clear: both; }
  @media screen and (min-width: 768px) {
    .article-summary {
      margin-left: -20px; } }
  @media screen and (min-width: 1024px) {
    .article-summary {
      margin-left: -32px; } }
  @media screen and (min-width: 768px) {
    .article-summary {
      margin-right: -20px; } }
  @media screen and (min-width: 1024px) {
    .article-summary {
      margin-right: -32px; } }
  .article-summary ul li {
    list-style: disc; }
  .article-summary .key-takeaways .key-takeaways__wrapper {
    background-color: #ebeff3; }

.article-summary__summary {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 300;
  font-size: 1.3125rem;
  line-height: 2.0625rem;
  font-style: italic;
  color: #061d46;
  margin-bottom: 2.125rem; }

.article-summary__line {
  width: 1.875rem;
  height: 0.3125rem;
  border-top: 1px solid #264a59;
  display: inline-block;
  margin-right: 0.1875rem; }
  .new-insights .article-summary__line {
    border-top: 1px solid #da181a; }

.article-summary__eyebrow {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.6875rem;
  margin-bottom: 0.8125rem; }
  .new-insights .article-summary__eyebrow {
    color: #da181a; }
  .summary .article-summary__eyebrow {
    color: #264a59; }

@media screen and (min-width: 768px) {
  .article-summary {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 87.19512%;
    margin-left: 12.80488%;
    margin-right: -20px;
    padding: 2.125rem 0 2.6875rem; }
    .article-summary:last-child {
      margin-right: 0; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .article-summary {
      margin-right: -20px; } }
  @media screen and (min-width: 768px) and (min-width: 1024px) {
    .article-summary {
      margin-right: -32px; } }

@media screen and (min-width: 768px) {
    .article-summary .key-stats,
    .article-summary .pull-quote {
      float: left;
      display: block;
      margin-right: 2.7972%;
      width: 100%;
      margin-left: calc((100vw - 40px) * -.128488 - 20px);
      margin-top: 2.6875rem;
      margin-right: 0; }
      .article-summary .key-stats:last-child,
      .article-summary .pull-quote:last-child {
        margin-right: 0; }
    .article-summary .key-takeaways {
      float: left;
      display: block;
      margin-right: 2.7972%;
      width: 100%;
      margin-left: calc((100vw - 40px) * -.128488 - 20px);
      position: relative;
      margin-bottom: -10.5rem; }
      .article-summary .key-takeaways:last-child {
        margin-right: 0; }
      .article-summary .key-takeaways .key-takeaways__takeaway::after {
        clear: both;
        content: '';
        display: table; }
      .article-summary .key-takeaways .key-takeaways__copy, .article-summary .key-takeaways .key-takeaways__copy-one, .article-summary .key-takeaways .key-takeaways__copy-two, .article-summary .key-takeaways .key-takeaways__copy-three,
      .article-summary .key-takeaways .key-takeaways__copy-one,
      .article-summary .key-takeaways .key-takeaways__copy-two,
      .article-summary .key-takeaways .key-takeaways__copy-three {
        float: left;
        display: block;
        margin-right: 2.7972%;
        width: 85.31469%;
        max-width: none; }
        .article-summary .key-takeaways .key-takeaways__copy:last-child, .article-summary .key-takeaways .key-takeaways__copy-one:last-child, .article-summary .key-takeaways .key-takeaways__copy-two:last-child, .article-summary .key-takeaways .key-takeaways__copy-three:last-child,
        .article-summary .key-takeaways .key-takeaways__copy-one:last-child,
        .article-summary .key-takeaways .key-takeaways__copy-two:last-child,
        .article-summary .key-takeaways .key-takeaways__copy-three:last-child {
          margin-right: 0; }
    .article-summary.more-bottom {
      margin-bottom: 13rem; }
  .article-summary__eyebrow {
    float: left;
    display: block;
    margin-right: 2.7972%;
    width: 85.31469%;
    margin-left: 14.68531%; }
    .article-summary__eyebrow:last-child {
      margin-right: 0; }
  .article-summary__summary {
    float: left;
    display: block;
    margin-right: 2.7972%;
    width: 85.31469%;
    margin-left: 14.68531%;
    font-size: 1.375rem;
    padding-right: 3.375rem;
    margin-bottom: 0;
    padding-right: 3.625rem; }
    .article-summary__summary:last-child {
      margin-right: 0; } }

@media screen and (min-width: 1024px) {
  .article-summary {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 91.53226%;
    margin-left: 8.46774%;
    margin-right: -20px;
    padding-bottom: 3.75rem; }
    .article-summary:last-child {
      margin-right: 0; } }
  @media screen and (min-width: 1024px) and (min-width: 768px) {
    .article-summary {
      margin-right: -20px; } }
  @media screen and (min-width: 1024px) and (min-width: 1024px) {
    .article-summary {
      margin-right: -32px; } }

@media screen and (min-width: 1024px) {
    .article-summary .key-stats,
    .article-summary .pull-quote {
      float: left;
      display: block;
      margin-right: 1.94175%;
      width: 79.61165%;
      margin-left: 10.19417%;
      margin-top: 4.125rem;
      margin-bottom: 3.75rem; }
      .article-summary .key-stats:last-child,
      .article-summary .pull-quote:last-child {
        margin-right: 0; }
    .article-summary .key-takeaways {
      float: left;
      display: block;
      margin-right: 1.94175%;
      width: 89.80583%;
      left: auto;
      margin-bottom: -9.8125rem;
      margin-left: 0; }
      .article-summary .key-takeaways:last-child {
        margin-right: 0; }
    .article-summary.more-bottom {
      margin-bottom: 12.5rem; }
  .article-summary__eyebrow,
  .article-summary__summary {
    float: left;
    display: block;
    margin-right: 1.94175%;
    width: 59.2233%;
    margin-left: 30.58252%;
    padding-right: 0; }
    .article-summary__eyebrow:last-child,
    .article-summary__summary:last-child {
      margin-right: 0; }
  .article-summary__summary {
    padding-top: 0rem;
    font-size: 1.375rem;
    line-height: 2.25rem; } }

@media screen and (min-width: 1024px) {
  .article-summary__summary {
    padding-top: 0rem;
    font-size: 1.625rem;
    line-height: 2.5rem; } }

.annotation__highlight,
.tooltip__highlight {
  position: relative; }
  .annotation__highlight .tooltip__jump-link,
  .annotation__highlight .annotation-link,
  .tooltip__highlight .tooltip__jump-link,
  .tooltip__highlight .annotation-link {
    font-size: 0.625rem;
    vertical-align: middle;
    color: #0093d0;
    font-weight: bold; }
    .annotation__highlight .tooltip__jump-link:focus, .annotation__highlight .tooltip__jump-link:hover,
    .annotation__highlight .annotation-link:focus,
    .annotation__highlight .annotation-link:hover,
    .tooltip__highlight .tooltip__jump-link:focus,
    .tooltip__highlight .tooltip__jump-link:hover,
    .tooltip__highlight .annotation-link:focus,
    .tooltip__highlight .annotation-link:hover {
      text-decoration: none; }
  .annotation__highlight .tooltip__bubble,
  .tooltip__highlight .tooltip__bubble {
    top: 0;
    left: 0;
    position: absolute;
    width: 19.6875rem;
    background-color: #fbfbfd;
    border: solid 2px #c5d1d8;
    padding: 1.25rem 2.625rem 1.25rem 1.25rem;
    opacity: 0;
    transition: opacity .3s ease;
    pointer-events: none; }
    ._article-open .annotation__highlight .tooltip__bubble._active, ._article-open
    .tooltip__highlight .tooltip__bubble._active {
      opacity: 1;
      z-index: 9;
      pointer-events: auto; }
    .annotation__highlight .tooltip__bubble p,
    .tooltip__highlight .tooltip__bubble p {
      margin-bottom: 0; }
    .annotation__highlight .tooltip__bubble .tooltip__arrow,
    .tooltip__highlight .tooltip__bubble .tooltip__arrow {
      top: 100%;
      left: 50%;
      height: 0.8125rem;
      width: 0.8125rem;
      position: absolute; }
      .annotation__highlight .tooltip__bubble .tooltip__arrow:after, .annotation__highlight .tooltip__bubble .tooltip__arrow:before,
      .tooltip__highlight .tooltip__bubble .tooltip__arrow:after,
      .tooltip__highlight .tooltip__bubble .tooltip__arrow:before {
        position: absolute;
        top: 0;
        left: 0;
        border: solid transparent;
        content: ' ';
        height: 0;
        width: 0; }
      .annotation__highlight .tooltip__bubble .tooltip__arrow:before,
      .tooltip__highlight .tooltip__bubble .tooltip__arrow:before {
        pointer-events: none;
        border-color: transparent;
        border-top-color: #c5d1d8;
        border-width: 0.8125rem;
        margin-left: -0.8125rem; }
      .annotation__highlight .tooltip__bubble .tooltip__arrow:after,
      .tooltip__highlight .tooltip__bubble .tooltip__arrow:after {
        border-color: transparent;
        border-top-color: #fbfbfd;
        border-width: 0.625rem;
        margin-left: -0.625rem; }
    .annotation__highlight .tooltip__bubble .tooltip__paragraph p,
    .annotation__highlight .tooltip__bubble .tooltip__paragraph a, .annotation__highlight .tooltip__bubble .tooltip__paragraph,
    .article__body-copy .annotation__highlight .tooltip__bubble .tooltip__paragraph *:first-child:first-letter,
    .tooltip__highlight .tooltip__bubble .tooltip__paragraph p,
    .tooltip__highlight .tooltip__bubble .tooltip__paragraph a,
    .tooltip__highlight .tooltip__bubble .tooltip__paragraph,
    .article__body-copy
    .tooltip__highlight .tooltip__bubble .tooltip__paragraph *:first-child:first-letter {
      font-family: 'Gotham A', 'Gotham B' !important;
      font-size: 0.6875rem !important;
      line-height: 1.45 !important;
      color: #252a2f !important;
      float: none !important;
      margin-right: 0 !important; }
    .annotation__highlight .tooltip__bubble .tooltip__paragraph a,
    .tooltip__highlight .tooltip__bubble .tooltip__paragraph a {
      color: #0093d0; }
    .annotation__highlight .tooltip__bubble .tooltip__close,
    .tooltip__highlight .tooltip__bubble .tooltip__close {
      position: absolute;
      top: 0.9375rem;
      right: 0.9375rem;
      border: none;
      background-color: transparent;
      color: #c5d1d8;
      cursor: pointer;
      font-size: 0.8125rem;
      margin: 0;
      padding: 0; }

.annotation__highlight {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  color: #0093d0;
  vertical-align: super; }
  .annotation__highlight:before {
    content: '['; }
  .annotation__highlight:after {
    content: ']'; }

.featured-events {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  width: auto; }

.featured-events__main-featured,
.featured-events__secondary-featured-wrapper {
  box-sizing: border-box; }

.featured-events__main-featured,
.featured-events__secondary-featured {
  height: auto;
  margin-bottom: 0.125rem;
  background-color: #292e35;
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 3; }
  .featured-events__main-featured .featured-events__info-wrapper,
  .featured-events__secondary-featured .featured-events__info-wrapper {
    position: relative;
    z-index: 4;
    padding: 0 20px; }
  .featured-events__main-featured:focus, .featured-events__main-featured:hover, .featured-events__main-featured:active,
  .featured-events__secondary-featured:focus,
  .featured-events__secondary-featured:hover,
  .featured-events__secondary-featured:active {
    text-decoration: none;
    cursor: pointer; }
    .featured-events__main-featured:focus *, .featured-events__main-featured:hover *, .featured-events__main-featured:active *,
    .featured-events__secondary-featured:focus *,
    .featured-events__secondary-featured:hover *,
    .featured-events__secondary-featured:active * {
      text-decoration: none; }
    .featured-events__main-featured:focus .featured-events__image-wrapper, .featured-events__main-featured:hover .featured-events__image-wrapper, .featured-events__main-featured:active .featured-events__image-wrapper,
    .featured-events__secondary-featured:focus .featured-events__image-wrapper,
    .featured-events__secondary-featured:hover .featured-events__image-wrapper,
    .featured-events__secondary-featured:active .featured-events__image-wrapper {
      -ms-transform: scale(1);
      transform: scale(1); }
    .featured-events__main-featured:focus .featured-events__arrow, .featured-events__main-featured:hover .featured-events__arrow, .featured-events__main-featured:active .featured-events__arrow,
    .featured-events__secondary-featured:focus .featured-events__arrow,
    .featured-events__secondary-featured:hover .featured-events__arrow,
    .featured-events__secondary-featured:active .featured-events__arrow {
      right: 20px; }

.featured-events__image-wrapper {
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition: all .3s ease;
  z-index: 1; }
  .featured-events__image-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 35, 52, 0.75);
    z-index: 0; }

.featured-events__main-featured {
  height: 30.3125rem;
  padding: 0 0 2.5rem; }
  .featured-events__main-featured .featured-events__info-wrapper {
    margin-top: 8.75rem; }
  .featured-events__main-featured .featured-events__event-name {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    font-size: 1.875rem;
    color: #fff;
    line-height: 1.875rem;
    letter-spacing: -0.0125rem;
    margin-top: 0.625rem; }
  .featured-events__main-featured .featured-events__keynote-speakers,
  .featured-events__main-featured .featured-events__host-name {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    font-size: 1rem;
    color: #bee7f9;
    font-style: italic;
    margin-top: 0.375rem; }

.featured-events__secondary-featured {
  height: 19rem; }
  .featured-events__secondary-featured .featured-events__info-wrapper {
    margin-top: 4.375rem; }
  .featured-events__secondary-featured .featured-events__play {
    display: none; }
  .featured-events__secondary-featured .featured-events__event-name {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-size: 0.875rem;
    color: #fff;
    line-height: 1.125rem;
    margin-top: 0.5rem; }
  .featured-events__secondary-featured .featured-events__keynote-speakers,
  .featured-events__secondary-featured .featured-events__host-name {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 400;
    font-size: 0.75rem;
    letter-spacing: -0.00625rem;
    font-weight: 100;
    color: #bee7f9; }

.featured-events__play {
  font-size: 1.4375rem;
  color: #c4d82d;
  position: relative;
  margin-bottom: 1rem;
  display: none; }

.featured-events__event-date {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 300;
  font-size: 3.125rem;
  color: #c4d82d;
  display: inline-block;
  margin-right: 0.8125rem; }

.featured-events__event-eyebrow,
.featured-events__event-location,
.featured-events__keynote-eyebrow,
.featured-events__host-eyebrow,
.featured-events__panel-tag {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: -0.00625rem; }

.featured-events__event-time {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  color: #c4d82d;
  display: inline-block;
  line-height: 1rem;
  font-size: 0.75rem; }

.featured-events__event-eyebrow {
  color: #bee7f9;
  position: absolute;
  top: 1.625rem;
  left: 1.25rem;
  z-index: 4; }

.featured-events__event-location {
  color: #bee7f9;
  margin-top: 1.5625rem;
  margin-bottom: 1.25rem; }

.featured-events__panel-tag,
.featured-events__host-wrapper,
.featured-events__keynote-wrapper {
  margin-top: 1.25rem; }

.featured-events__keynote-eyebrow,
.featured-events__host-eyebrow,
.featured-events__panel-tag {
  color: #fff; }

.featured-events__livestream-tag {
  font-weight: 100; }

.featured-events__arrow {
  position: absolute;
  z-index: 4;
  bottom: 1.875rem;
  right: 1.25rem;
  color: #c4d82d;
  transition: all .3s ease; }

.featured-events__panel-tag,
.featured-events__host-wrapper {
  display: none; }

.featured-events--live .featured-events__keynote-wrapper,
.featured-events--live .featured-events__host-wrapper {
  display: none; }

.featured-events--live .featured-events__live-banner {
  display: block;
  z-index: 4; }

.featured-events--live .featured-events__arrow {
  display: none; }

.featured-events--live.featured-events__main-featured .featured-events__play {
  display: block; }

.featured-events--notable-past {
  margin-bottom: 1.75rem; }
  .featured-events--notable-past .featured-events__live-banner,
  .featured-events--notable-past .featured-events__panel-tag,
  .featured-events--notable-past .featured-events__host-wrapper,
  .featured-events--notable-past .featured-events__event-time,
  .featured-events--notable-past .featured-events__social-container {
    display: none; }
  .featured-events--notable-past .featured-events__keynote-wrapper {
    margin-top: 1.375rem;
    color: #fff; }
  .featured-events--notable-past .featured-events__event-location,
  .featured-events--notable-past .featured-events__keynote-speakers {
    margin-bottom: 0;
    color: #c5d1d8; }
  .featured-events--notable-past .featured-events__event-location,
  .featured-events--notable-past .featured-events__keynote-wrapper {
    margin-top: 0.8125rem; }
  .featured-events--notable-past .featured-events__event-eyebrow,
  .featured-events--notable-past .featured-events__play,
  .featured-events--notable-past .featured-events__event-date,
  .featured-events--notable-past .featured-events__arrow {
    color: #bee7f9; }
  .featured-events--notable-past .featured-events__play {
    display: block;
    position: relative;
    top: 0;
    margin-bottom: 1.125rem; }
  .featured-events--notable-past .featured-events__secondary-featured .featured-events__play {
    display: none; }
  .featured-events--notable-past .featured-events__main-featured,
  .featured-events--notable-past .featured-events__secondary-featured {
    height: 20.875rem;
    box-sizing: border-box; }
    .featured-events--notable-past .featured-events__main-featured .featured-events__info-wrapper,
    .featured-events--notable-past .featured-events__secondary-featured .featured-events__info-wrapper {
      margin-top: 4.375rem; }
    .featured-events--notable-past .featured-events__main-featured .featured-events__event-date,
    .featured-events--notable-past .featured-events__secondary-featured .featured-events__event-date {
      font-family: 'Chronicle Display A', 'Chronicle Display B';
      font-weight: 300;
      font-size: 3.125rem;
      line-height: 3.125rem;
      margin-bottom: 0.3125rem; }
    .featured-events--notable-past .featured-events__main-featured .featured-events__event-name,
    .featured-events--notable-past .featured-events__main-featured .featured-events__keynote-speakers,
    .featured-events--notable-past .featured-events__secondary-featured .featured-events__event-name,
    .featured-events--notable-past .featured-events__secondary-featured .featured-events__keynote-speakers {
      font-family: 'Gotham A', 'Gotham B';
      font-weight: 500; }
    .featured-events--notable-past .featured-events__main-featured .featured-events__event-name,
    .featured-events--notable-past .featured-events__secondary-featured .featured-events__event-name {
      font-size: 0.875rem;
      line-height: 1.125rem; }
    .featured-events--notable-past .featured-events__main-featured .featured-events__keynote-speakers,
    .featured-events--notable-past .featured-events__secondary-featured .featured-events__keynote-speakers {
      font-size: 0.75rem;
      line-height: 0.875rem;
      font-style: normal;
      font-weight: 300;
      margin-top: 0; }
  .featured-events--notable-past .featured-events__arrow {
    display: block; }
  .featured-events--notable-past .featured-events__main-featured {
    margin-right: 0; }
  .featured-events--notable-past .featured-events__image-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(25, 29, 35, 0.7);
    z-index: 0; }
  .featured-events--notable-past .featured-events__image-wrapper:after {
    mix-blend-mode: normal; }

.event-terms {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  margin-bottom: 1.5625rem; }

@media screen and (min-width: 768px) {
  .featured-events {
    margin: 0; }
  .featured-events__main-featured,
  .featured-events__secondary-featured-wrapper {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%; }
    .featured-events__main-featured:last-child,
    .featured-events__secondary-featured-wrapper:last-child {
      margin-right: 0; }
  .featured-events__main-featured,
  .featured-events__secondary-featured {
    margin-bottom: 1.25rem; }
    .featured-events__main-featured .featured-events__info-wrapper,
    .featured-events__secondary-featured .featured-events__info-wrapper {
      padding-left: 2.5rem;
      padding-right: 2.5rem; }
  .featured-events__main-featured {
    height: 33.875rem; }
    .featured-events__main-featured .featured-events__info-wrapper {
      margin-top: 0;
      position: absolute;
      top: 10rem; }
    .featured-events__main-featured .featured-events__event-date {
      font-size: 2.75rem; }
    .featured-events__main-featured .featured-events__event-name {
      font-size: 2.75rem;
      line-height: 2.625rem;
      letter-spacing: -0.01875rem; }
    .featured-events__main-featured .featured-events__keynote-speakers,
    .featured-events__main-featured .featured-events__host-name {
      font-size: 1.125rem; }
  .featured-events__secondary-featured .featured-events__info-wrapper {
    margin-top: 5rem; }
  .featured-events__secondary-featured .featured-events__event-date {
    font-size: 3.125rem; }
  .featured-events__event-eyebrow {
    left: 2.5rem; }
  .featured-events__arrow {
    right: 2.5rem; }
  .featured-events--notable-past::after {
    clear: both;
    content: '';
    display: table; }
  .featured-events--notable-past .featured-events__main-featured,
  .featured-events--notable-past .featured-events__secondary-featured {
    height: 19rem; }
    .featured-events--notable-past .featured-events__main-featured .featured-events__info-wrapper,
    .featured-events--notable-past .featured-events__secondary-featured .featured-events__info-wrapper {
      margin-top: 5rem;
      top: auto; }
  .featured-events--notable-past .featured-events__event-name {
    font-size: 0.875rem;
    line-height: 1.125rem; }
  .featured-events--notable-past .featured-events__event-location,
  .featured-events--notable-past .featured-events__keynote-wrapper {
    margin-top: 0.6875rem; }
  .featured-events--notable-past .featured-events__play {
    margin-bottom: 0.9375rem; } }

@media screen and (min-width: 1024px) {
  .featured-events,
  .event-terms {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 83.06452%;
    margin-left: 8.46774%; }
    .featured-events:last-child,
    .event-terms:last-child {
      margin-right: 0; }
  .featured-events__main-featured,
  .featured-events__secondary-featured-wrapper {
    box-sizing: inherit; }
  .featured-events__secondary-featured {
    margin-bottom: 1.25rem;
    height: 22.125rem; }
    .featured-events__secondary-featured .featured-events__info-wrapper {
      margin-top: 6.25rem; }
  .featured-events__main-featured {
    float: left;
    display: block;
    margin-right: 1.94175%;
    width: 59.2233%;
    height: 38.125rem;
    margin-left: 0; }
    .featured-events__main-featured:last-child {
      margin-right: 0; }
    .featured-events__main-featured .featured-events__event-date,
    .featured-events__main-featured .featured-events__event-name {
      font-size: 3.125rem;
      line-height: 3rem; }
    .featured-events__main-featured .featured-events__info-wrapper {
      top: 12.5rem; }
  .featured-events__secondary-featured-wrapper {
    float: left;
    display: block;
    margin-right: 1.94175%;
    width: 38.83495%;
    margin-left: 0;
    margin-right: 0; }
    .featured-events__secondary-featured-wrapper:last-child {
      margin-right: 0; }
  .featured-events__play {
    font-size: 2.5rem;
    margin-bottom: 1.5625rem; }
  .featured-events--notable-past .featured-events__notable-past-title:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 31.25rem;
    background-color: #fff;
    z-index: -1;
    -ms-transform: translateY(-160px);
    transform: translateY(-160px); }
  .featured-events--notable-past .featured-events__main-featured {
    float: left;
    display: block;
    margin-right: 1.94175%;
    width: 59.2233%;
    margin-left: 0; }
    .featured-events--notable-past .featured-events__main-featured:last-child {
      margin-right: 0; }
  .featured-events--notable-past .featured-events__main-featured,
  .featured-events--notable-past .featured-events__secondary-featured {
    height: 22.125rem; }
    .featured-events--notable-past .featured-events__main-featured .featured-events__info-wrapper,
    .featured-events--notable-past .featured-events__secondary-featured .featured-events__info-wrapper {
      position: absolute;
      top: 6.25rem;
      margin-top: 0; } }

.featured-item__secondary-featured-wrapper {
  float: left;
  clear: both; }
  .featured-item__secondary-featured-wrapper::after {
    clear: both;
    content: '';
    display: table; }

.featured-item__item {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
  height: auto;
  margin-bottom: 0.125rem;
  background-color: #292e35;
  overflow: hidden;
  position: relative;
  display: block;
  text-decoration: none;
  height: 30.3125rem;
  padding: 1.625rem 20px 2.5rem;
  float: left;
  z-index: 3; }
  @media screen and (min-width: 768px) {
    .featured-item__item {
      margin-left: -20px; } }
  @media screen and (min-width: 1024px) {
    .featured-item__item {
      margin-left: -32px; } }
  @media screen and (min-width: 768px) {
    .featured-item__item {
      margin-right: -20px; } }
  @media screen and (min-width: 1024px) {
    .featured-item__item {
      margin-right: -32px; } }
  .featured-item__item *:not(.featured-item__image-wrapper):not(.featured-item__arrow) {
    position: relative;
    z-index: 4; }
  .featured-item__item .featured-item__image-wrapper {
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .3s ease;
    z-index: 1; }
    .featured-item__item .featured-item__image-wrapper:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0, 35, 52, 0.75);
      z-index: 0; }
  .featured-item__item .featured-item__arrow {
    transition: right .3s ease;
    z-index: 4; }
  .featured-item__item:hover, .featured-item__item:active {
    cursor: pointer;
    text-decoration: none; }
    .featured-item__item:hover .featured-item__image-wrapper, .featured-item__item:active .featured-item__image-wrapper {
      -ms-transform: scale(1);
      transform: scale(1); }
    .featured-item__item:hover .featured-item__arrow, .featured-item__item:active .featured-item__arrow {
      right: 1.25rem; }
  .featured-item__item .featured-item__event-eyebrow,
  .featured-item__item .featured-item__item-eyebrow {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-size: 0.6875rem;
    color: #fff;
    text-transform: uppercase; }
  .featured-item__item .featured-item__event-name {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    font-size: 2.25rem;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 1.1875rem; }
  .featured-item__item .featured-item__item-title {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 200;
    font-size: 2.25rem;
    line-height: 1.1;
    color: #fff;
    margin: 0 0 1.1875rem; }
  .featured-item__item .featured-item__keynote-speakers,
  .featured-item__item .featured-item__host-name {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    font-size: 1rem;
    color: #bee7f9;
    font-style: italic;
    margin-top: 0.375rem; }
  .featured-item__item .featured-item__date {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.7;
    color: #fff;
    margin-bottom: 1.8125rem; }
    .featured-item__item .featured-item__date span {
      font-family: 'Gotham A', 'Gotham B';
      font-weight: 500; }
  .featured-item__item .featured-item__contributor {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-size: 0.75rem;
    color: #fff;
    margin-bottom: 0.625rem; }
  .featured-item__item .featured-item__contributor-name {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    font-size: 1.125rem;
    font-style: italic;
    color: #bee7f9;
    margin-bottom: 26px; }
  .featured-item__item .featured-item__item-eyebrow,
  .featured-item__item .featured-item__event-eyebrow {
    margin-bottom: 6.25rem; }
  .featured-item__item.featured-item__item-video .featured-item__date {
    margin-bottom: 0; }

.featured-item__secondary-featured-wrapper .featured-item__item {
  height: 19rem;
  padding-bottom: 2.125rem; }
  .featured-item__secondary-featured-wrapper .featured-item__item .featured-item__item-eyebrow,
  .featured-item__secondary-featured-wrapper .featured-item__item .featured-item__event-eyebrow {
    margin-bottom: 1.875rem; }
  .featured-item__secondary-featured-wrapper .featured-item__item.featured-item__item-event .featured-item__event-name {
    font-size: 0.875rem; }
  .featured-item__secondary-featured-wrapper .featured-item__item .featured-item__event-name {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 400;
    font-size: 0.875rem;
    font-weight: 400;
    color: #fff;
    line-height: 1.125rem;
    margin-bottom: 0.875rem; }
  .featured-item__secondary-featured-wrapper .featured-item__item .featured-item__event-name {
    font-size: 1.875rem; }
  .featured-item__secondary-featured-wrapper .featured-item__item .featured-item__keynote-speakers,
  .featured-item__secondary-featured-wrapper .featured-item__item .featured-item__host-name {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 400;
    font-size: 0.75rem;
    font-weight: 100;
    color: #bee7f9; }

.featured-item__play {
  font-size: 1.4375rem;
  color: #c4d82d;
  margin-bottom: 0.625rem; }

.featured-item__event-date {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 200;
  font-size: 3.125rem;
  color: #c4d82d;
  display: inline-block;
  margin-right: 0.8125rem;
  margin-bottom: 0.8125rem;
  line-height: 1; }

.featured-item__event-location,
.featured-item__keynote-eyebrow,
.featured-item__host-eyebrow,
.featured-item__panel-tag {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: -0.00625rem;
  font-weight: 300; }

.featured-item__event-time {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  color: #c4d82d;
  display: inline-block;
  line-height: 1rem;
  font-size: 0.75rem;
  font-weight: 100; }

.featured-item__event-eyebrow {
  color: #bee7f9; }

.featured-item__event-location {
  color: #bee7f9;
  margin-bottom: 15px; }

.featured-item__panel-tag,
.featured-item__host-wrapper,
.featured-item__keynote-wrapper {
  margin-top: 0; }

.featured-item__keynote-eyebrow,
.featured-item__host-eyebrow,
.featured-item__panel-tag {
  color: #fff; }

.featured-item__livestream-tag {
  font-weight: 100; }

.featured-item__arrow {
  position: absolute;
  bottom: 2.5rem;
  right: 1.25rem;
  color: #c4d82d; }

.featured-item--live .featured-item__live-banner {
  display: block; }

.featured-item--live .featured-item__arrow {
  display: none; }

@media screen and (min-width: 768px) {
  .featured-item {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%; }
    .featured-item:last-child {
      margin-right: 0; }
  .featured-item__item {
    height: 33.875rem;
    padding: 1.625rem 2.5rem;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    .featured-item__item .featured-item__event-date {
      font-size: 2.75rem; }
    .featured-item__item .featured-item__item-title {
      font-size: 3.125rem; }
    .featured-item__item .featured-item__keynote-speakers,
    .featured-item__item .featured-item__host-name {
      font-size: 1.125rem; }
    .featured-item__item .featured-item__item-eyebrow,
    .featured-item__item .featured-item__event-eyebrow {
      margin-bottom: 7.5rem; }
    .featured-item__item.featured-item__item-article .featured-item__item-title {
      margin-bottom: 0.9375rem;
      line-height: 1; }
    .featured-item__item.featured-item__item-video .featured-item__title {
      margin-bottom: 0.9375rem; }
    .featured-item__item.featured-item__item-event .featured-item__event-name {
      font-size: 2.75rem;
      line-height: 1;
      margin-bottom: 1.5625rem; }
    .featured-item__item.featured-item__item-event .featured-item__event-location {
      margin-bottom: 1.8125rem; }
  .featured-item__secondary-featured-wrapper .featured-item__item {
    height: 19rem; }
    .featured-item__secondary-featured-wrapper .featured-item__item .featured-item__item-eyebrow,
    .featured-item__secondary-featured-wrapper .featured-item__item .featured-item__event-eyebrow {
      margin-bottom: 2.5rem; }
    .featured-item__secondary-featured-wrapper .featured-item__item .featured-item__item-title {
      float: left;
      display: block;
      margin-right: 3.27869%;
      width: 65.57377%; }
      .featured-item__secondary-featured-wrapper .featured-item__item .featured-item__item-title:last-child {
        margin-right: 0; }
    .featured-item__secondary-featured-wrapper .featured-item__item .featured-item__date {
      clear: both; }
    .featured-item__secondary-featured-wrapper .featured-item__item .featured-item__event-name {
      margin-bottom: 1.75rem; }
    .featured-item__secondary-featured-wrapper .featured-item__item .featured-item__event-date {
      font-size: 3.125rem; }
    .featured-item__secondary-featured-wrapper .featured-item__item .featured-item__keynote-speakers {
      margin-top: 0; }
    .featured-item__secondary-featured-wrapper .featured-item__item .featured-item__item-title {
      font-size: 2.25rem; }
  .featured-item__play {
    margin-bottom: 1.25rem; }
  .featured-item__arrow {
    right: 1.875rem; } }

@media screen and (min-width: 1024px) {
  .featured-item {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 83.06452%;
    margin-left: 8.46774%; }
    .featured-item:last-child {
      margin-right: 0; }
  .featured-item__item,
  .featured-item__secondary-featured-wrapper {
    box-sizing: inherit;
    clear: none; }
  .featured-item__item {
    float: left;
    display: block;
    margin-right: 1.94175%;
    width: 49.02913%;
    height: 38.125rem; }
    .featured-item__item:last-child {
      margin-right: 0; }
    .featured-item__item .featured-item__item-eyebrow,
    .featured-item__item .featured-item__event-eyebrow {
      margin-bottom: 10rem; }
    .featured-item__item .featured-item__item-title {
      font-size: 3.125rem; }
    .featured-item__item .featured-item__play {
      font-size: 2.5rem; }
  .featured-item__secondary-featured-wrapper {
    float: left;
    display: block;
    margin-right: 1.94175%;
    width: 49.02913%; }
    .featured-item__secondary-featured-wrapper:last-child {
      margin-right: 0; }
    .featured-item__secondary-featured-wrapper.no-upcoming-event {
      margin-top: 107px; }
    .featured-item__secondary-featured-wrapper .featured-item__item-eyebrow,
    .featured-item__secondary-featured-wrapper .featured-item__event-eyebrow {
      margin-bottom: 3.75rem; }
    .featured-item__secondary-featured-wrapper .featured-item__item {
      height: 22.125rem;
      margin-right: 0;
      margin-bottom: 1.25rem;
      width: 100%; }
      .featured-item__secondary-featured-wrapper .featured-item__item .featured-item__item-title {
        width: 100%; }
    .featured-item__secondary-featured-wrapper .featured-item__item-article .featured-item__item-title {
      font-size: 2.25rem; } }

@media screen and (min-width: 1280px) {
  .featured-item__secondary-featured-wrapper {
    float: left;
    display: block;
    margin-right: 1.94175%;
    width: 38.83495%; }
    .featured-item__secondary-featured-wrapper:last-child {
      margin-right: 0; }
  .featured-item__item {
    float: left;
    display: block;
    margin-right: 1.94175%;
    width: 59.2233%; }
    .featured-item__item:last-child {
      margin-right: 0; }
  .featured-item__item-eyebrow {
    margin-bottom: 9.625rem; } }

.discussion-hero {
  margin-left: -20px;
  margin-right: -20px;
  background-color: #292e35;
  display: block;
  padding: 3.4375rem 1.25rem 2.5rem; }
  @media screen and (min-width: 768px) {
    .discussion-hero {
      margin-left: -20px; } }
  @media screen and (min-width: 1024px) {
    .discussion-hero {
      margin-left: -32px; } }
  @media screen and (min-width: 768px) {
    .discussion-hero {
      margin-right: -20px; } }
  @media screen and (min-width: 1024px) {
    .discussion-hero {
      margin-right: -32px; } }

.discussion-hero__eyebrow {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 1rem;
  color: #c5d1d8;
  text-transform: uppercase;
  margin-bottom: 1.1875rem;
  font-weight: 400; }

.discussion-hero__title {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 200;
  color: #fff;
  font-size: 2.875rem;
  margin-bottom: 1.625rem;
  display: block;
  margin-top: 0; }

.discussion-hero__most {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 0.75rem;
  color: #c4d82d;
  margin-bottom: 0.8125rem;
  font-weight: 100;
  display: block; }

.discussion-hero__graph-row:first-child .discussion-hero__graph-title {
  font-size: 1rem; }

.discussion-hero__graph-row:nth-child(2) .discussion-hero__graph-title {
  font-size: 0.9375rem; }

.discussion-hero__graph-row:nth-child(2) .discussion-hero__graph-bar {
  opacity: .8; }

.discussion-hero__graph-row:nth-child(3) .discussion-hero__graph-title {
  font-size: 0.875rem; }

.discussion-hero__graph-row:nth-child(3) .discussion-hero__graph-bar {
  opacity: .6; }

.discussion-hero__graph-row:nth-child(4) .discussion-hero__graph-title {
  font-size: 0.8125rem; }

.discussion-hero__graph-row:nth-child(4) .discussion-hero__graph-bar {
  opacity: .4; }

.discussion-hero__graph-row:nth-child(5) .discussion-hero__graph-title {
  font-size: 0.75rem; }

.discussion-hero__graph-row:nth-child(5) .discussion-hero__graph-bar {
  opacity: .2; }

.discussion-hero__graph-title {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  color: #fff;
  margin-bottom: 0.625rem;
  font-weight: 100; }

.discussion-hero__graph-bar {
  background-image: linear-gradient(to left, #c4d82d, #c4d82d);
  height: 0.1875rem;
  margin-bottom: 0.9375rem;
  clear: both;
  width: 0.0625rem;
  transition: width 1s cubic-bezier(1, 0, 0, 1); }

.discussion-hero__issue-learn-more {
  padding-left: 1.25rem;
  border-left: solid 1px #979797; }

.discussion-hero__issue-learn-more-description {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 200;
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 1.4375rem; }

.discussion-hero__issue-learn-more-link {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 0.875rem;
  color: #c4d82d;
  text-transform: uppercase;
  font-weight: 100;
  margin-bottom: 2.5rem; }
  .discussion-hero__issue-learn-more-link:focus, .discussion-hero__issue-learn-more-link:hover {
    text-decoration: none; }
    .discussion-hero__issue-learn-more-link:focus i, .discussion-hero__issue-learn-more-link:hover i {
      -ms-transform: translateX(10px);
      transform: translateX(10px); }
  .discussion-hero__issue-learn-more-link i {
    display: block;
    margin-top: 0.625rem;
    transition: transform .3s ease; }

@media screen and (min-width: 768px) {
  .discussion-hero {
    padding-top: 12.75rem;
    padding-bottom: 11.6875rem; }
    .discussion-hero::after {
      clear: both;
      content: '';
      display: table; }
  .discussion-hero__issue-learn-more,
  .discussion-hero__eyebrow,
  .discussion-hero__title,
  .discussion-hero__graph {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%; }
    .discussion-hero__issue-learn-more:last-child,
    .discussion-hero__eyebrow:last-child,
    .discussion-hero__title:last-child,
    .discussion-hero__graph:last-child {
      margin-right: 0; }
  .discussion-hero__title {
    font-size: 5rem; } }

@media screen and (min-width: 1024px) {
  .discussion-hero {
    position: relative;
    padding-bottom: 6.1875rem; }
  .discussion-hero__title {
    font-size: 5rem; }
  .discussion-hero__graph {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 23.79032%;
    position: absolute;
    right: 8.5298%;
    top: 16.125rem; }
    .discussion-hero__graph:last-child {
      margin-right: 0; }
  .discussion-hero__title,
  .discussion-hero__eyebrow,
  .discussion-hero__issue-learn-more {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 57.66129%;
    margin-left: 8.46774%; }
    .discussion-hero__title:last-child,
    .discussion-hero__eyebrow:last-child,
    .discussion-hero__issue-learn-more:last-child {
      margin-right: 0; } }

.result-card {
  width: 100%;
  min-height: 12.125rem;
  padding: 1.0625rem 1.25rem;
  margin-bottom: 0.3125rem;
  background-color: #fff;
  position: relative;
  display: block;
  float: left;
  clear: both; }
  .result-card .heritage-icon-arrow_long {
    position: absolute;
    color: #0093d0;
    bottom: 2.1875rem;
    right: 2.5rem;
    opacity: 0;
    transition: all .3s ease; }
  .result-card .heritage-icon-play_module {
    position: relative;
    margin: auto;
    color: #c4d82d;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    .result-card .heritage-icon-play_module:before {
      margin: auto; }

.result-card__eyebrow {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 0.6875rem;
  color: #264a59;
  text-transform: uppercase; }

.result-card__title {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 300;
  color: #264a59;
  font-size: 1.375rem;
  display: block; }
  .result-card__title:focus, .result-card__title:hover {
    text-decoration: none;
    color: #0093d0; }

.result-card__link {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 300;
  font-size: 1rem;
  font-style: italic;
  color: #0093d0;
  margin-bottom: 0.375rem;
  display: block;
  display: block; }
  .result-card__link > *:not(i) {
    border-bottom: 2px solid transparent;
    display: inline; }
  .result-card__link:focus, .result-card__link:hover {
    text-decoration: none; }
    .result-card__link:focus > *:not(i), .result-card__link:hover > *:not(i) {
      border-bottom: 2px solid #c4d82d;
      display: inline; }

.result-card__place,
.result-card__date {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.7;
  color: #264a59; }
  .result-card__place span,
  .result-card__date span {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500; }

.result-card__image-wrapper {
  display: none; }
  .result-card__image-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(66, 114, 135, 0.5);
    z-index: 0; }
  .result-card__image-wrapper > div {
    background-size: cover;
    background-position: center center; }

.result-card__explainer .result-card__eyebrow,
.result-card__collection .result-card__eyebrow,
.result-card__microsite .result-card__eyebrow,
.result-card__issue .result-card__eyebrow {
  margin-bottom: 1.8125rem; }

.result-card__explainer .result-card__title,
.result-card__collection .result-card__title,
.result-card__microsite .result-card__title,
.result-card__issue .result-card__title {
  font-size: 2rem;
  line-height: 1;
  margin: 0 0 0.75rem;
  font-weight: 100; }

.result-card__explainer .result-card__description,
.result-card__collection .result-card__description,
.result-card__microsite .result-card__description,
.result-card__issue .result-card__description {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 300;
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.2;
  color: #264a59; }
  .result-card__explainer .result-card__description p,
  .result-card__collection .result-card__description p,
  .result-card__microsite .result-card__description p,
  .result-card__issue .result-card__description p {
    display: inline; }

.result-card__explainer .result-card__image-wrapper,
.result-card__collection .result-card__image-wrapper,
.result-card__microsite .result-card__image-wrapper,
.result-card__issue .result-card__image-wrapper {
  display: none; }

.result-card__issue .result-card__sub-link {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.0125rem;
  color: #0093d0;
  font-style: normal;
  margin-top: 1.25rem;
  display: block; }
  .result-card__issue .result-card__sub-link:focus, .result-card__issue .result-card__sub-link:hover {
    text-decoration: none; }

.result-card__issue .heritage-icon-arrow_long {
  opacity: 1;
  bottom: initial;
  right: 1.25rem; }

.result-card__commentary .result-card__eyebrow,
.result-card__expert .result-card__eyebrow {
  margin-bottom: 2.4375rem; }

.result-card__commentary .result-card__title,
.result-card__expert .result-card__title {
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 1.0625rem; }

.result-card__commentary .result-card__image-wrapper,
.result-card__expert .result-card__image-wrapper {
  display: none;
  border-radius: 50%;
  overflow: hidden;
  height: 5rem;
  width: 5rem;
  position: relative;
  background-color: #c5d1d8; }
  .result-card__commentary .result-card__image-wrapper:after,
  .result-card__expert .result-card__image-wrapper:after {
    display: none;
    border-radius: 50%; }
  .result-card__commentary .result-card__image-wrapper > div,
  .result-card__expert .result-card__image-wrapper > div {
    width: 100%;
    height: 100%; }
  .result-card__commentary .result-card__image-wrapper img,
  .result-card__expert .result-card__image-wrapper img {
    width: auto;
    min-height: 100%;
    position: relative;
    z-index: 1;
    border-radius: 50%; }

.result-card__commentary .result-card__description,
.result-card__expert .result-card__description {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 300;
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.2;
  color: #264a59; }

.result-card__expert .result-card__link {
  font-style: normal;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  font-size: 0.875rem; }

.result-card__expert .result-card__title {
  margin-bottom: 0.3125rem; }

.result-card__expert .result-card__link {
  margin-bottom: 0.625rem; }

.result-card__impact .result-card__eyebrow,
.result-card__video .result-card__eyebrow {
  margin-bottom: 2.5rem; }

.result-card__impact .result-card__title,
.result-card__video .result-card__title {
  margin: 0 0 0.8125rem;
  line-height: 1.1; }

.result-card__impact .result-card__subhead,
.result-card__video .result-card__subhead {
  font-size: 1.25rem;
  line-height: 1.5rem; }

.result-card__event .result-card__eyebrow,
.result-card__past-event .result-card__eyebrow {
  margin-bottom: 1.25rem; }

.result-card__event .result-card__event-date,
.result-card__past-event .result-card__event-date {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 300;
  font-size: 2rem;
  line-height: .6;
  color: #75a5c0;
  margin-bottom: 1.25rem;
  display: inline-block;
  font-weight: 100; }

.result-card__event .result-card__title,
.result-card__past-event .result-card__title {
  line-height: 1.2;
  margin: 0 0 0.8125rem; }

.result-card__event .result-card__time,
.result-card__past-event .result-card__time {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.3;
  color: #264a59;
  display: inline-block;
  margin-left: 1.0625rem; }

.result-card__past-event .result-card__event-date {
  font-size: 1.5rem;
  line-height: 1.25rem; }

.result-card__past-event .result-card__time,
.result-card__past-event .result-card__place {
  display: none; }

.result-card__past-event .result-card__image-wrapper,
.result-card__video .result-card__image-wrapper,
.result-card__impact .result-card__image-wrapper {
  display: inline-block;
  background-size: 0;
  position: absolute;
  top: 17px;
  right: 20px; }
  .result-card__past-event .result-card__image-wrapper:focus, .result-card__past-event .result-card__image-wrapper:hover,
  .result-card__video .result-card__image-wrapper:focus,
  .result-card__video .result-card__image-wrapper:hover,
  .result-card__impact .result-card__image-wrapper:focus,
  .result-card__impact .result-card__image-wrapper:hover {
    text-decoration: none; }
  .result-card__past-event .result-card__image-wrapper .heritage-icon-play_module,
  .result-card__video .result-card__image-wrapper .heritage-icon-play_module,
  .result-card__impact .result-card__image-wrapper .heritage-icon-play_module {
    font-size: 1.4375rem; }
  .result-card__past-event .result-card__image-wrapper:after,
  .result-card__video .result-card__image-wrapper:after,
  .result-card__impact .result-card__image-wrapper:after {
    display: none; }

.result-card__report .result-card__eyebrow {
  margin-bottom: 1.75rem; }

.result-card__report .result-card__title {
  line-height: 1.1;
  margin-bottom: 0.8125rem; }

.result-card__report .result-card__link {
  display: none; }

/**
 * .result-card__article .result-card__eyebrow {
 *   opacity: 0;
 *   visibility: hidden; }
 */

@media screen and (min-width: 768px) {
  .result-card {
    padding: 1.625rem 2.5rem;
    margin-bottom: 0.625rem; }
  .result-card__explainer .result-card__eyebrow,
  .result-card__collection .result-card__eyebrow,
  .result-card__microsite .result-card__eyebrow,
  .result-card__issue .result-card__eyebrow {
    margin-bottom: 1.0625rem;
    line-height: 1.2; }
  .result-card__explainer .result-card__title,
  .result-card__collection .result-card__title,
  .result-card__microsite .result-card__title,
  .result-card__issue .result-card__title {
    line-height: 1.2;
    margin: 0 0 0.5rem; }
  .result-card__issue .result-card__description-copy {
    float: left;
    display: block;
    margin-right: 3.27869%;
    width: 65.57377%;
    padding-right: 2.8125rem;
    position: relative; }
    .result-card__issue .result-card__description-copy:last-child {
      margin-right: 0; }
    .result-card__issue .result-card__description-copy:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: -1.625rem;
      right: 1.25rem;
      width: 0.0625rem;
      border-right: 1px solid #d9e3e9; }
  .result-card__issue .result-card__sub-link {
    float: left;
    display: block;
    margin-right: 3.27869%;
    width: 31.14754%;
    margin-right: 0;
    margin-top: 0; }
    .result-card__issue .result-card__sub-link:last-child {
      margin-right: 0; }
  .result-card__issue .heritage-icon-arrow_long {
    display: block;
    position: relative;
    right: initial;
    margin-top: 0.625rem; }
  .result-card__issue .result-card__image-wrapper:after {
    display: none; }
  .result-card__commentary .result-card__info-wrapper,
  .result-card__commentary .result-card__image-wrapper,
  .result-card__expert .result-card__info-wrapper,
  .result-card__expert .result-card__image-wrapper {
    float: left;
    display: inline; }
  .result-card__commentary .result-card__title,
  .result-card__expert .result-card__title {
    margin: 0.625rem 0 0.875rem; }
  .result-card__commentary .result-card__image-wrapper,
  .result-card__expert .result-card__image-wrapper {
    margin: 0 1.875rem 0 0; }
  .result-card__commentary .result-card__info-wrapper,
  .result-card__expert .result-card__info-wrapper {
    width: calc(100% - 113px); }
  .result-card__commentary .result-card__date,
  .result-card__commentary .result-card__link,
  .result-card__expert .result-card__date,
  .result-card__expert .result-card__link {
    display: inline; }
  .result-card__expert .result-card__title {
    margin-bottom: 0.125rem; }
  .result-card__report .result-card__link {
    font-size: 1rem;
    display: inline;
    margin-right: 0.6875rem; }
  .result-card__report .result-card__date {
    display: inline-block; }
  .result-card__past-event .result-card__image-wrapper,
  .result-card__video .result-card__image-wrapper,
  .result-card__impact .result-card__image-wrapper {
    top: 26px;
    right: 40px; } }

@media screen and (min-width: 1024px) {
  .result-card {
    padding: 1.625rem 0;
    overflow: hidden; }
    .result-card:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 0.625rem;
      background-color: #c4d82d;
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
      transition: transform .3s ease; }
    .result-card.hovered:before {
      -ms-transform: translateX(0);
      transform: translateX(0); }
    .result-card.hovered .heritage-icon-arrow_long {
      opacity: 1; }
    .result-card.hovered .result-card__slide-container,
    .result-card.hovered .heritage-icon-arrow_long {
      -ms-transform: translateX(10px);
      transform: translateX(10px); }
  .result-card__slide-container {
    transition: all .3s ease;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .result-card__slide-container::after {
      clear: both;
      content: '';
      display: table; }
  .result-card__image-wrapper,
  .result-card__video .result-card__image-wrapper,
  .result-card__past-event .result-card__image-wrapper,
  .result-card__impact .result-card__image-wrapper {
    float: left;
    display: block;
    margin-right: 1.94175%;
    width: 28.64078%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    display: -ms-flexbox;
    display: flex; }
    .result-card__image-wrapper:last-child,
    .result-card__video .result-card__image-wrapper:last-child,
    .result-card__past-event .result-card__image-wrapper:last-child,
    .result-card__impact .result-card__image-wrapper:last-child {
      margin-right: 0; }
    .result-card__image-wrapper:after,
    .result-card__video .result-card__image-wrapper:after,
    .result-card__past-event .result-card__image-wrapper:after,
    .result-card__impact .result-card__image-wrapper:after {
      display: block; }
    .result-card__image-wrapper:focus, .result-card__image-wrapper:hover,
    .result-card__video .result-card__image-wrapper:focus,
    .result-card__video .result-card__image-wrapper:hover,
    .result-card__past-event .result-card__image-wrapper:focus,
    .result-card__past-event .result-card__image-wrapper:hover,
    .result-card__impact .result-card__image-wrapper:focus,
    .result-card__impact .result-card__image-wrapper:hover {
      text-decoration: none; }
    .result-card__image-wrapper .heritage-icon-play_module,
    .result-card__video .result-card__image-wrapper .heritage-icon-play_module,
    .result-card__past-event .result-card__image-wrapper .heritage-icon-play_module,
    .result-card__impact .result-card__image-wrapper .heritage-icon-play_module {
      font-size: 3.125rem; }
  .result-card__info-wrapper {
    float: left;
    display: block;
    margin-right: 1.94175%;
    width: 69.41748%;
    padding-left: 3.125rem; }
    .result-card__info-wrapper:last-child {
      margin-right: 0; }
    ._has-video .result-card__info-wrapper {
      width: 50%; }
  .result-card__explainer,
  .result-card__collection,
  .result-card__microsite,
  .result-card__issue {
    padding-left: 0;
    padding-right: 0; }
    .result-card__explainer .result-card__title,
    .result-card__collection .result-card__title,
    .result-card__microsite .result-card__title,
    .result-card__issue .result-card__title {
      font-size: 2.25rem; }
    .result-card__explainer .result-card__image-wrapper,
    .result-card__collection .result-card__image-wrapper,
    .result-card__microsite .result-card__image-wrapper,
    .result-card__issue .result-card__image-wrapper {
      display: block; }
  .result-card__issue,
  .result-card__issue .result-card__info-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .result-card__issue .result-card__description-copy {
    float: left;
    display: block;
    margin-right: 2.7972%;
    width: 70.62937%;
    padding-right: 4.6875rem;
    position: relative; }
    .result-card__issue .result-card__description-copy:last-child {
      margin-right: 0; }
    .result-card__issue .result-card__description-copy:after {
      right: -0.75rem; }
  .result-card__issue .result-card__sub-link {
    float: left;
    display: block;
    margin-right: 2.7972%;
    width: 26.57343%;
    margin-right: 0;
    padding-left: 2.1875rem; }
    .result-card__issue .result-card__sub-link:last-child {
      margin-right: 0; }
  .result-card__issue .heritage-icon-arrow_long {
    display: block;
    position: relative;
    right: initial;
    margin-top: 0.625rem; }
  .result-card__commentary._no-image,
  .result-card__expert._no-image {
    padding-left: 3.125rem; }
    .result-card__commentary._no-image .result-card__eyebrow,
    .result-card__expert._no-image .result-card__eyebrow {
      margin-left: 0; }
  .result-card__commentary .result-card__eyebrow,
  .result-card__expert .result-card__eyebrow {
    margin-left: 3.125rem;
    margin-bottom: 1.375rem; }
  .result-card__commentary .result-card__title,
  .result-card__expert .result-card__title {
    font-size: 2.25rem;
    max-width: 47.5rem;
    padding-right: 100px; }
  .result-card__commentary .result-card__image-wrapper,
  .result-card__expert .result-card__image-wrapper {
    margin: 0 1.875rem 0 3.125rem;
    position: relative;
    height: 5.625rem;
    width: 5.625rem; }
  .result-card__commentary .result-card__info-wrapper,
  .result-card__expert .result-card__info-wrapper {
    width: calc(100% - 173px);
    padding-left: 0; }
  .result-card__event:after,
  .result-card__past-event:after {
    content: '';
    position: absolute;
    display: block;
    left: 21%;
    bottom: 0;
    top: 3.75rem;
    width: 0.0625rem;
    background-color: #d9e3e9;
    transition: all .3s ease; }
  .result-card__event.hovered:after,
  .result-card__past-event.hovered:after {
    -ms-transform: translateX(10px);
    transform: translateX(10px); }
  .result-card__event .result-card__title,
  .result-card__past-event .result-card__title {
    font-size: 2.25rem; }
  .result-card__event .result-card__eyebrow,
  .result-card__past-event .result-card__eyebrow {
    margin-left: 3.125rem; }
  .result-card__event .result-card__date-wrapper,
  .result-card__past-event .result-card__date-wrapper {
    float: left;
    display: block;
    margin-right: 1.94175%;
    width: 18.4466%;
    padding-left: 3.125rem; }
    .result-card__event .result-card__date-wrapper:last-child,
    .result-card__past-event .result-card__date-wrapper:last-child {
      margin-right: 0; }
  .result-card__event .result-card__time,
  .result-card__past-event .result-card__time {
    margin-left: 0; }
  .result-card__event .result-card__event-date,
  .result-card__past-event .result-card__event-date {
    font-size: 2.5rem;
    line-height: 1; }
  .result-card__past-event {
    padding: 0; }
    .result-card__past-event .result-card__slide-container {
      padding: 1.625rem 0;
      height: 100%;
      position: relative; }
    .result-card__past-event.has-video .result-card__info-wrapper {
      width: 50%; }
    .result-card__past-event .result-card__event-date {
      font-size: 1.75rem;
      line-height: 2rem; }
  .result-card__impact .result-card__eyebrow,
  .result-card__video .result-card__eyebrow {
    margin-bottom: 1.75rem; }
  .result-card__impact .result-card__title,
  .result-card__video .result-card__title {
    font-size: 2.25rem;
    line-height: 1.1; }
  .result-card__report .result-card__title {
    font-size: 2.25rem; }
  .result-card__expert .result-card__title {
    margin: 0; }
  .result-card__expert .result-card__description {
    max-width: 88%;
    margin-top: 0.625rem; } }

.related-issues {
  margin-right: -20px;
  margin-left: -20px;
  background-color: #f3f5f8;
  padding-top: 2.875rem;
  margin-top: 9.6875rem;
  padding-bottom: 2.5rem; }
  @media screen and (min-width: 768px) {
    .related-issues {
      margin-right: -20px; } }
  @media screen and (min-width: 1024px) {
    .related-issues {
      margin-right: -32px; } }
  @media screen and (min-width: 768px) {
    .related-issues {
      margin-left: -20px; } }
  @media screen and (min-width: 1024px) {
    .related-issues {
      margin-left: -32px; } }
  .related-issues::after {
    clear: both;
    content: '';
    display: table; }

.related-issues__wrapper {
  padding: 0 20px;
  margin-top: -13.25rem; }
  .related-issues__wrapper::after {
    clear: both;
    content: '';
    display: table; }

.related-issues__card {
  width: 100%;
  float: left;
  clear: both;
  background-color: #292e35;
  min-height: 200px;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 1.625rem 1.25rem; }
  .related-issues__card:focus, .related-issues__card:hover {
    text-decoration: none; }
    .related-issues__card:focus .related-issues__headline, .related-issues__card:hover .related-issues__headline {
      text-decoration: underline;
      color: #c4d82d; }
      .related-issues__card:focus .related-issues__headline span, .related-issues__card:hover .related-issues__headline span {
        color: #fff; }
    .related-issues__card:focus .related-issues__arrow, .related-issues__card:hover .related-issues__arrow {
      right: 0.9375rem; }

.related-issues__eyebrow {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 0.6875rem;
  font-weight: 500;
  color: #c5d1d8;
  text-transform: uppercase;
  margin-bottom: 0.9375rem;
  font-weight: 400; }

.related-issues__headline {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 200;
  font-size: 1.75rem;
  line-height: 1.2;
  color: #fff;
  margin: 0; }

.related-issues__title {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 200;
  font-size: 1.625rem;
  font-style: italic;
  line-height: 1.2;
  color: #252a2f;
  margin-bottom: 2.3125rem; }

.related-issues__arrow {
  color: #c4d82d;
  position: absolute;
  bottom: 2.125rem;
  right: 1.25rem;
  font-size: 0.875rem;
  transition: right .3s ease; }

@media screen and (min-width: 768px) {
  .related-issues {
    float: left;
    width: calc(100% + 40px);
    clear: both; }
  .related-issues__wrapper {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%; }
    .related-issues__wrapper:last-child {
      margin-right: 0; } }

@media screen and (min-width: 1024px) {
  .related-issues {
    margin-top: 0;
    margin-left: -32px;
    margin-right: -32px;
    padding-top: 0;
    padding-bottom: 100px;
    width: calc(100% + 64px);
    background: linear-gradient(to right, white 26.1718%, #f3f5f8 26.1718%); }
  .related-issues__wrapper {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 83.06452%;
    margin-left: 8.46774%;
    margin-top: 0; }
    .related-issues__wrapper:last-child {
      margin-right: 0; }
  .related-issues__card {
    width: 31%;
    margin-left: 3.5%;
    float: left;
    clear: none; }
    .related-issues__card:first-of-type {
      margin-left: 0; } }

.event-calendar__scrubber {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 300;
  clear: both;
  color: #264a59;
  text-align: center;
  padding: 0 20px 1.25rem; }

.event-calendar__filter {
  padding: 0 20px; }

.event-calendar__scrubber-bar {
  font-size: 2.25rem;
  position: relative; }
  .event-calendar__scrubber-bar .heritage-icon-chapter_arrow {
    position: absolute;
    cursor: pointer;
    font-size: 1.6875rem;
    color: #75a5c0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: color .3s ease; }
    .event-calendar__scrubber-bar .heritage-icon-chapter_arrow:focus, .event-calendar__scrubber-bar .heritage-icon-chapter_arrow:hover {
      color: #264a59; }
  .event-calendar__scrubber-bar .arrow-prev {
    left: 0;
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotateZ(180deg); }
  .event-calendar__scrubber-bar .arrow-next {
    right: 0; }

.event-calendar__event-count {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 300;
  font-size: 1rem;
  line-height: 1rem;
  font-style: italic;
  margin: 0 0 1.875rem;
  text-align: center;
  color: #264a59; }
  .event-calendar__event-count span {
    display: none; }

.event-calendar__filter-dropdown {
  display: none; }

.filter-tab {
  width: 100%;
  margin-bottom: 1.875rem;
  clear: both; }
  .filter-tab.first-active .filter-tab__first {
    color: #386274; }
  .filter-tab.first-active .filter-tab__indicator-bg:before {
    left: 0;
    right: 50%; }
  .filter-tab.second-active .filter-tab__second {
    color: #386274; }
  .filter-tab.second-active .filter-tab__indicator-bg:before {
    right: 0;
    left: 50%; }

.filter-tab__first,
.filter-tab__second {
  display: inline-block;
  width: 50%;
  text-align: center;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: -0.00625rem;
  color: #c5d1d8;
  transition: color .3s ease; }
  .filter-tab__first:focus, .filter-tab__first:hover,
  .filter-tab__second:focus,
  .filter-tab__second:hover {
    cursor: pointer;
    color: #386274; }

.filter-tab__indicator-bg {
  width: 100%;
  height: 0.25rem;
  background-color: #c5d1d8;
  position: relative;
  margin-top: 0.6875rem; }
  .filter-tab__indicator-bg:before {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    background-color: #386274;
    transition: all .3s ease; }

.event-calendar {
  margin-left: -1.25rem;
  margin-right: -1.25rem; }
  .event-calendar .results-wrapper {
    max-height: calc(238px * 10);
    overflow: hidden; }
  .event-calendar .button-more, .event-calendar .issue-landing .pager__item a, .issue-landing .pager__item .event-calendar a {
    display: none; }
  .event-calendar .result-card {
    width: auto;
    float: none;
    overflow: hidden; }
    .event-calendar .result-card:after {
      content: '';
      position: absolute;
      left: 11rem;
      top: 0;
      height: 4.1875rem;
      border-right: 1px solid #616469;
      transition: all .3s ease; }
    .event-calendar .result-card:last-of-type {
      margin-bottom: 0; }
  .event-calendar .result-card__event {
    background-color: #292e35;
    padding-top: 0;
    padding-bottom: 1.5625rem;
    margin-bottom: 0.0625rem; }
  .event-calendar .result-card__slide-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    height: 100%;
    width: 100%;
    position: relative; }
  .event-calendar .result-card__eyebrow {
    display: none; }
  .event-calendar .result-card__date-wrapper {
    display: inline-block;
    padding-top: 1rem;
    padding-right: 0.375rem;
    width: 9.625rem;
    position: relative;
    -ms-flex-order: 1;
    order: 1; }
    .event-calendar .result-card__date-wrapper .result-card__event-date,
    .event-calendar .result-card__date-wrapper .result-card__time {
      display: block; }
    .event-calendar .result-card__date-wrapper .result-card__event-date {
      font-size: 2rem;
      line-height: 2rem;
      color: #c4d82d;
      margin-bottom: 0.3125rem; }
    .event-calendar .result-card__date-wrapper .result-card__time {
      line-height: 1rem;
      color: #c4d82d;
      margin-left: 0; }
  .event-calendar .result-card__event-issue {
    display: inline-block;
    font-size: 0.75rem;
    line-height: 1.1875rem;
    letter-spacing: -0.00625rem;
    color: #bee7f9;
    vertical-align: top;
    margin-left: 1.25rem;
    margin-top: 1.5625rem;
    max-width: 45%;
    -ms-flex-order: 2;
    order: 2; }
  .event-calendar .result-card__info-wrapper {
    -ms-flex-order: 3;
    order: 3;
    width: 100%; }
  .event-calendar .result-card__title {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.1875rem;
    color: #fff;
    margin: 1.875rem 0 1.5625rem; }
  .event-calendar .result-card__details-wrapper {
    width: 100%; }
  .event-calendar .result-card__place,
  .event-calendar .result-card__place a {
    letter-spacing: -0.00625rem;
    color: #bee7f9; }
  .event-calendar .result-card__keynote-wrapper {
    display: none; }
  .event-calendar .result-card__event-image-wrapper,
  .event-calendar .result-card__event-image {
    position: relative;
    width: 100%;
    height: 100%; }
  .event-calendar .result-card__event-image-wrapper {
    display: block; }
  .event-calendar .result-card__event-image {
    background-size: cover;
    background-position: center center; }
  .event-calendar .event-calendar__live-banner {
    display: none;
    z-index: 2; }
  .event-calendar .result-card__event--live {
    padding-bottom: 3.4375rem; }
    .event-calendar .result-card__event--live .event-calendar__live-banner {
      display: block; }
  .event-calendar .button-more, .event-calendar .issue-landing .pager__item a, .issue-landing .pager__item .event-calendar a {
    padding: 37px 0 19px;
    line-height: 1.6875rem;
    width: 100%;
    position: relative;
    color: #0093d0;
    background-color: #fff;
    margin-top: -0.625rem; }
    .event-calendar .button-more i, .event-calendar .issue-landing .pager__item a i, .issue-landing .pager__item .event-calendar a i {
      position: absolute;
      right: 20px;
      color: #0093d0; }
  .event-calendar .result-card__event-video {
    display: none; }

.event-calendar.expandable .button-more, .event-calendar.expandable .issue-landing .pager__item a, .issue-landing .pager__item .event-calendar.expandable a {
  display: block; }

.event-calendar.expandable .results-wrapper,
.event-calendar.non-expandable .results-wrapper {
  max-height: none; }

.event-calendar .result-card__event--past {
  display: none;
  background-color: #616469; }
  .event-calendar .result-card__event--past:after {
    border-right-color: #6c6f73; }
  .event-calendar .result-card__event--past .result-card__event-issue,
  .event-calendar .result-card__event--past .result-card__event-date,
  .event-calendar .result-card__event--past .result-card__event-play {
    color: #bee7f9; }
  .event-calendar .result-card__event--past .result-card__event-video {
    display: block;
    position: absolute;
    right: 20px;
    top: 1.25rem; }
  .event-calendar .result-card__event--past .result-card__event-image {
    display: none; }
  .event-calendar .result-card__event--past .result-card__event-play {
    font-size: 1.5rem; }
  .event-calendar .result-card__event--past .result-card__event-date {
    padding-top: 0.1875rem;
    font-size: 1.625rem; }
  .event-calendar .result-card__event--past .result-card__time {
    display: none; }
  .event-calendar .result-card__event--past .result-card__keynote-wrapper,
  .event-calendar .result-card__event--past .result-card__info-wrapper {
    color: #c5d1d8; }

.event-calendar .result-card__no-events {
  display: none; }

.event-calendar--no-events.event-calendar .results-wrapper {
  margin-left: -20px;
  margin-right: -20px;
  background-color: #f3f5f8;
  padding: 1.4375rem 0 1.875rem; }

.event-calendar--no-events.event-calendar .result-card {
  margin-left: 0;
  margin-right: 0; }

.event-calendar--no-events.event-calendar .result-card__no-events {
  background-color: #d9e3e9;
  -ms-flex-align: center;
  align-items: center; }
  .event-calendar--no-events.event-calendar .result-card__no-events .result-card__slide-container {
    display: -ms-flexbox;
    display: flex; }
  .event-calendar--no-events.event-calendar .result-card__no-events:after {
    display: none; }

.event-calendar--no-events.event-calendar .result-card__no-events-text {
  font-family: "Chronicle Display Roman";
  font-size: 1.75rem;
  line-height: 2.25rem;
  letter-spacing: -0.0125rem;
  font-style: italic;
  color: #75a5c0;
  text-align: center;
  padding: 0 1.875rem; }

@media screen and (min-width: 768px) {
  .event-calendar__filter {
    padding: 0; }
  .event-calendar__scrubber {
    padding: 1.0625rem 0 1.125rem;
    height: 5.3125rem; }
  .event-calendar__filter {
    position: relative; }
    .event-calendar__filter .event-calendar__event-count {
      margin: 0.4375rem 0 1.6875rem; }
    .event-calendar__filter .event-calendar__filter-dropdown {
      display: block; }
      .event-calendar__filter .event-calendar__filter-dropdown .filter-wrapper__arrow-wrapper {
        margin-bottom: 20px; }
    .event-calendar__filter .filter__input-wrapper {
      width: 100%;
      float: none; }
      .event-calendar__filter .filter__input-wrapper:first-child, .event-calendar__filter .filter__input-wrapper:last-child {
        float: none; }
      .event-calendar__filter .filter__input-wrapper label {
        font-size: 1rem;
        line-height: 1.625rem;
        margin: 1.4375rem 0 0.9375rem; }
  .event-calendar__scrubber-bar {
    font-size: 2.5rem; }
  .event-calendar .results-wrapper {
    max-height: calc(228px * 10); }
  .event-calendar .result-card {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
  .event-calendar .result-card__info-wrapper:before {
    display: none; }
  .event-calendar .result-card__event {
    padding: 0 1.25rem 2.8125rem;
    margin-bottom: 1.25rem; }
  .event-calendar.event-calendar--no-events .results-wrapper {
    margin-left: 0;
    margin-right: 0; }
  .event-calendar.event-calendar--no-events .result-card__no-events {
    padding: 0 1.25rem; }
  .event-calendar.event-calendar--no-events .result-card__no-events-text {
    padding: 0 4.375rem;
    font-size: 1.875rem;
    line-height: 2.375rem;
    margin: auto; } }

@media screen and (min-width: 1024px) {
  .event-calendar .event-calendar__scrubber {
    padding: 1.3125rem 0 1.0625rem;
    height: 5.375rem; }
  .event-calendar .event-calendar__event-count span {
    display: inline; }
  .event-calendar .results-wrapper {
    max-height: calc(240px * 10);
    width: 100%; }
  .event-calendar .result-card {
    margin-left: 0;
    margin-right: 0; }
  .event-calendar .result-card__event {
    padding: 1.625rem 2.3125rem 0;
    height: 12.8125rem; }
    .event-calendar .result-card__event:after {
      height: auto;
      bottom: initial;
      left: 15.3125rem;
      top: 3.9375rem;
      bottom: 0; }
    .event-calendar .result-card__event:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 0.625rem;
      background-color: #c4d82d;
      -ms-transform: translateX(-0.625rem);
      transform: translateX(-0.625rem);
      transition: all .3s ease;
      z-index: 3; }
    .event-calendar .result-card__event.hovered:after {
      left: 15.9375rem; }
  .event-calendar .result-card__date-wrapper,
  .event-calendar .result-card__event-issue {
    padding-left: 0;
    margin-left: 0; }
  .event-calendar .result-card__event-issue {
    margin: 0;
    -ms-flex-order: 1;
    order: 1;
    max-width: none;
    width: 100%;
    height: 2.5rem; }
  .event-calendar .result-card__date-wrapper {
    -ms-flex-order: 2;
    order: 2;
    padding-top: 0;
    position: static;
    width: 13.0625rem;
    margin-right: 0; }
    .event-calendar .result-card__date-wrapper .result-card__event-date {
      font-size: 3.125rem;
      line-height: .9; }
  .event-calendar .result-card__time,
  .event-calendar .result-card__details-wrapper {
    position: absolute;
    bottom: 1.375rem;
    height: 2.5rem;
    width: auto; }
  .event-calendar .result-card__info-wrapper {
    -ms-flex-order: 3;
    order: 3;
    width: 69.14722%; }
    .event-calendar .result-card__info-wrapper .result-card__title {
      margin: 0;
      font-size: 1.375rem;
      line-height: 1.6875rem;
      position: relative;
      top: 0; }
    .event-calendar .result-card__info-wrapper .result-card__place,
    .event-calendar .result-card__info-wrapper .result-card__keynote-wrapper {
      display: inline-block;
      vertical-align: top;
      position: relative; }
    .event-calendar .result-card__info-wrapper .result-card__place {
      width: 8.75rem; }
    .event-calendar .result-card__info-wrapper .result-card__place a {
      display: block; }
    .event-calendar .result-card__info-wrapper .result-card__keynote-wrapper,
    .event-calendar .result-card__info-wrapper .result-card__place {
      line-height: 1.4; }
    .event-calendar .result-card__info-wrapper .result-card__keynote-wrapper {
      font-family: 'Gotham A', 'Gotham B';
      font-weight: 400;
      left: 0.625rem;
      font-size: 0.75rem;
      max-width: 50%; }
    .event-calendar .result-card__info-wrapper .result-card__keynote-eyebrow {
      color: #fff; }
    .event-calendar .result-card__info-wrapper .result-card__keynote-speakers,
    .event-calendar .result-card__info-wrapper .result-card__keynote-speakers a {
      color: #bee7f9;
      font-weight: 400; }
  .event-calendar .event-calendar__live-banner {
    width: 15.375rem;
    transition: all .3s ease; }
    .event-calendar .event-calendar__live-banner .live-banner__message {
      padding-left: 2.3125rem; }
  .event-calendar .result-card__event--past:before {
    background-color: #bee7f9; }
  .event-calendar .result-card__event--past .result-card__event-date {
    font-size: 1.75rem;
    line-height: 2rem; }
  .event-calendar .result-card__event--past .result-card__place,
  .event-calendar .result-card__event--past .result-card__place a,
  .event-calendar .result-card__event--past .result-card__keynote-eyebrow,
  .event-calendar .result-card__event--past .result-card__keynote-speakers,
  .event-calendar .result-card__event--past .result-card__keynote-speakers a {
    color: #c5d1d8; }
  .event-calendar .result-card__event--past .result-card__event-image {
    display: block; }
  .event-calendar .result-card__event.hovered:before {
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .event-calendar .result-card__event.hovered .event-calendar__live-banner {
    -ms-transform: translateX(10px);
    transform: translateX(10px); }
  .event-calendar .result-card__event.hovered:not(.result-card__event--has-video) .result-card__date-wrapper:after {
    right: -0.625rem; }
  .event-calendar .result-card__event.hovered:not(.result-card__event--has-video) .event-calendar__live-banner {
    width: calc((100% - 74px) * .184466 + 37px + 10px); }
  .event-calendar.event-calendar--no-events .event-calendar__filter {
    display: none; }
  .event-calendar.event-calendar--no-events .result-card__no-events-text {
    padding: 0;
    width: 25.0625rem;
    font-size: 2rem;
    line-height: 2.5rem;
    margin: auto; } }

@media screen and (min-width: 1280px) {
  .result-card__event--has-video .result-card__info-wrapper {
    width: 48.57871%; }
  .event-calendar .result-card__event--has-video .result-card__event-video {
    display: block;
    position: absolute;
    overflow: hidden;
    width: 28.64078%;
    right: 0;
    top: 0;
    bottom: 0; }
  .event-calendar .result-card__event--has-video .result-card__event-image-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(66, 114, 135, 0.5);
    z-index: 0; }
  .event-calendar .result-card__event--has-video .result-card__event-play {
    font-size: 3.125rem;
    position: absolute;
    z-index: 2;
    color: #c4d82d;
    margin: auto;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    text-align: center; }
  .event-calendar .result-card__event--has-video.result-card__event--past .result-card__event-image-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(25, 29, 35, 0.7);
    z-index: 0; }
  .event-calendar .result-card__event--has-video.result-card__event--past .result-card__event-play {
    color: #bee7f9; } }

#add-to-calendar-checkbox-label {
  cursor: pointer; }

.add-to-calendar-checkbox {
  cursor: pointer; }

.add-to-calendar-checkbox ~ a {
  display: none; }

.add-to-calendar-checkbox:checked ~ a {
  display: block;
  width: 150px;
  margin-left: 20px; }

input[type=checkbox].add-to-calendar-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden; }

label.add-to-calendar-checkbox {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  color: #0093d0;
  line-height: 1.4;
  font-size: 0.875rem;
  border-bottom: 2px solid transparent; }
  label.add-to-calendar-checkbox:focus, label.add-to-calendar-checkbox:hover {
    border-bottom-color: #c4d82d; }

.add-to-calendar-checkbox ~ a:before {
  display: none; }

.icon-ical:before {
  display: none;
  background-position: -68px 0; }

.icon-outlook:before {
  display: none;
  /*this is the default icon*/ }

.icon-yahoo:before {
  display: none;
  background-position: -36px +4px; }

.icon-google:before {
  display: none;
  background-position: -52px 0; }

.article__body-copy .parallax-breaker,
.parallax-breaker {
  overflow: visible; }
  .article__body-copy .parallax-breaker .parallax-breaker__container,
  .parallax-breaker .parallax-breaker__container {
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
    clear: both;
    overflow: hidden;
    margin-top: 1.875rem;
    margin-bottom: 3.125rem;
    width: 100vw;
    left: -20px; }
    @media screen and (min-width: 768px) {
      .article__body-copy .parallax-breaker .parallax-breaker__container,
      .parallax-breaker .parallax-breaker__container {
        margin-left: -20px; } }
    @media screen and (min-width: 1024px) {
      .article__body-copy .parallax-breaker .parallax-breaker__container,
      .parallax-breaker .parallax-breaker__container {
        margin-left: -32px; } }
    @media screen and (min-width: 768px) {
      .article__body-copy .parallax-breaker .parallax-breaker__container,
      .parallax-breaker .parallax-breaker__container {
        margin-right: -20px; } }
    @media screen and (min-width: 1024px) {
      .article__body-copy .parallax-breaker .parallax-breaker__container,
      .parallax-breaker .parallax-breaker__container {
        margin-right: -32px; } }
    @media screen and (min-width: 768px) {
      .article__body-copy .parallax-breaker .parallax-breaker__container,
      .parallax-breaker .parallax-breaker__container {
        margin-top: 2.625rem;
        left: calc((100vw - 40px) * -.1280488 - 20px); } }
    @media screen and (min-width: 1024px) {
      .article__body-copy .parallax-breaker .parallax-breaker__container,
      .parallax-breaker .parallax-breaker__container {
        margin-bottom: 4.375rem;
        left: calc((100vw - 64px) * -.254032 - 32px); } }
    .article__body-copy .parallax-breaker .parallax-breaker__container .parallax-breaker__content,
    .parallax-breaker .parallax-breaker__container .parallax-breaker__content {
      position: relative; }
    .article__body-copy .parallax-breaker .parallax-breaker__container .parallax-breaker__text-wrapper,
    .parallax-breaker .parallax-breaker__container .parallax-breaker__text-wrapper {
      height: auto;
      position: relative;
      margin: auto;
      max-width: 90%;
      z-index: 10;
      padding: 3.75rem 0; }
      @media screen and (min-width: 768px) {
        .article__body-copy .parallax-breaker .parallax-breaker__container .parallax-breaker__text-wrapper,
        .parallax-breaker .parallax-breaker__container .parallax-breaker__text-wrapper {
          max-width: 85%; } }
      @media screen and (min-width: 1024px) {
        .article__body-copy .parallax-breaker .parallax-breaker__container .parallax-breaker__text-wrapper,
        .parallax-breaker .parallax-breaker__container .parallax-breaker__text-wrapper {
          max-width: 80%;
          padding: 5rem 0; } }
    .article__body-copy .parallax-breaker .parallax-breaker__container .parallax-breaker__text,
    .parallax-breaker .parallax-breaker__container .parallax-breaker__text {
      font-family: 'Gotham A', 'Gotham B';
      font-weight: 400;
      color: #fff;
      text-align: left;
      font-size: 1.625rem;
      line-height: 1.875rem; }
      @media screen and (min-width: 768px) {
        .article__body-copy .parallax-breaker .parallax-breaker__container .parallax-breaker__text,
        .parallax-breaker .parallax-breaker__container .parallax-breaker__text {
          font-size: 2.125rem;
          line-height: 2.375rem; } }
      @media screen and (min-width: 1024px) {
        .article__body-copy .parallax-breaker .parallax-breaker__container .parallax-breaker__text,
        .parallax-breaker .parallax-breaker__container .parallax-breaker__text {
          font-size: 3rem;
          line-height: 3.25rem; } }
      @media screen and (min-width: 1280px) {
        .article__body-copy .parallax-breaker .parallax-breaker__container .parallax-breaker__text,
        .parallax-breaker .parallax-breaker__container .parallax-breaker__text {
          font-size: 3.375rem;
          line-height: 3.625rem; } }
    .article__body-copy .parallax-breaker .parallax-breaker__container .parallax-breaker__image-div,
    .parallax-breaker .parallax-breaker__container .parallax-breaker__image-div {
      position: relative;
      height: 130%;
      width: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
      @media screen and (min-width: 768px) {
        .article__body-copy .parallax-breaker .parallax-breaker__container .parallax-breaker__image-div,
        .parallax-breaker .parallax-breaker__container .parallax-breaker__image-div {
          background-attachment: scroll; } }
    .article__body-copy .parallax-breaker .parallax-breaker__container .parallax-breaker__image,
    .parallax-breaker .parallax-breaker__container .parallax-breaker__image {
      position: absolute;
      z-index: 5;
      height: 100%;
      width: 100%; }
      .article__body-copy .parallax-breaker .parallax-breaker__container .parallax-breaker__image .parallax-breaker__darken-bg,
      .parallax-breaker .parallax-breaker__container .parallax-breaker__image .parallax-breaker__darken-bg {
        content: '';
        position: absolute;
        top: 0;
        bottom: -30%;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.4); }

.path-search .pager,
.pagination-bar {
  margin-left: -20px;
  margin-right: -20px;
  color: #75a5c0;
  text-align: center;
  height: 6.6875rem;
  clear: both; }
  @media screen and (min-width: 768px) {
    .path-search .pager,
    .pagination-bar {
      margin-left: -20px; } }
  @media screen and (min-width: 1024px) {
    .path-search .pager,
    .pagination-bar {
      margin-left: -32px; } }
  @media screen and (min-width: 768px) {
    .path-search .pager,
    .pagination-bar {
      margin-right: -20px; } }
  @media screen and (min-width: 1024px) {
    .path-search .pager,
    .pagination-bar {
      margin-right: -32px; } }
  .path-search .pager .pager__item--next,
  .path-search .pager .pager__item--previous,
  .path-search .pager .pagination-bar__prev,
  .path-search .pager .pagination-bar__next,
  .pagination-bar .pager__item--next,
  .pagination-bar .pager__item--previous,
  .pagination-bar .pagination-bar__prev,
  .pagination-bar .pagination-bar__next {
    font-size: 1.75rem;
    color: inherit;
    position: relative;
    overflow: hidden; }
    .path-search .pager .pager__item--next a,
    .path-search .pager .pager__item--previous a,
    .path-search .pager .pagination-bar__prev a,
    .path-search .pager .pagination-bar__next a,
    .pagination-bar .pager__item--next a,
    .pagination-bar .pager__item--previous a,
    .pagination-bar .pagination-bar__prev a,
    .pagination-bar .pagination-bar__next a {
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0; }
      .path-search .pager .pager__item--next a span,
      .path-search .pager .pager__item--previous a span,
      .path-search .pager .pagination-bar__prev a span,
      .path-search .pager .pagination-bar__next a span,
      .pagination-bar .pager__item--next a span,
      .pagination-bar .pager__item--previous a span,
      .pagination-bar .pagination-bar__prev a span,
      .pagination-bar .pagination-bar__next a span {
        opacity: 0; }
  .path-search .pager .pagination-bar__prev:before,
  .pagination-bar .pagination-bar__prev:before {
    display: inline-block;
    transform: rotateY(180deg); }
  .path-search .pager .pager__item--ellipsis,
  .path-search .pager .pager__item a,
  .path-search .pager .pager__item--next,
  .path-search .pager .pager__item--previous,
  .path-search .pager .pagination-bar__page-item a,
  .path-search .pager .pagination-bar__prev,
  .path-search .pager .pagination-bar__next,
  .path-search .pager .pagination-bar__page-item--ellipsis,
  .pagination-bar .pager__item--ellipsis,
  .pagination-bar .pager__item a,
  .pagination-bar .pager__item--next,
  .pagination-bar .pager__item--previous,
  .pagination-bar .pagination-bar__page-item a,
  .pagination-bar .pagination-bar__prev,
  .pagination-bar .pagination-bar__next,
  .pagination-bar .pagination-bar__page-item--ellipsis {
    line-height: 6.6875rem;
    color: inherit;
    transition: all .3s ease; }
    .path-search .pager .pager__item--ellipsis:focus, .path-search .pager .pager__item--ellipsis:hover, .path-search .pager .pager__item--ellipsis:active, .path-search .pager .pager__item--ellipsis.active,
    .path-search .pager .pager__item a:focus,
    .path-search .pager .pager__item a:hover,
    .path-search .pager .pager__item a:active,
    .path-search .pager .pager__item a.active,
    .path-search .pager .pager__item--next:focus,
    .path-search .pager .pager__item--next:hover,
    .path-search .pager .pager__item--next:active,
    .path-search .pager .pager__item--next.active,
    .path-search .pager .pager__item--previous:focus,
    .path-search .pager .pager__item--previous:hover,
    .path-search .pager .pager__item--previous:active,
    .path-search .pager .pager__item--previous.active,
    .path-search .pager .pagination-bar__page-item a:focus,
    .path-search .pager .pagination-bar__page-item a:hover,
    .path-search .pager .pagination-bar__page-item a:active,
    .path-search .pager .pagination-bar__page-item a.active,
    .path-search .pager .pagination-bar__prev:focus,
    .path-search .pager .pagination-bar__prev:hover,
    .path-search .pager .pagination-bar__prev:active,
    .path-search .pager .pagination-bar__prev.active,
    .path-search .pager .pagination-bar__next:focus,
    .path-search .pager .pagination-bar__next:hover,
    .path-search .pager .pagination-bar__next:active,
    .path-search .pager .pagination-bar__next.active,
    .path-search .pager .pagination-bar__page-item--ellipsis:focus,
    .path-search .pager .pagination-bar__page-item--ellipsis:hover,
    .path-search .pager .pagination-bar__page-item--ellipsis:active,
    .path-search .pager .pagination-bar__page-item--ellipsis.active,
    .pagination-bar .pager__item--ellipsis:focus,
    .pagination-bar .pager__item--ellipsis:hover,
    .pagination-bar .pager__item--ellipsis:active,
    .pagination-bar .pager__item--ellipsis.active,
    .pagination-bar .pager__item a:focus,
    .pagination-bar .pager__item a:hover,
    .pagination-bar .pager__item a:active,
    .pagination-bar .pager__item a.active,
    .pagination-bar .pager__item--next:focus,
    .pagination-bar .pager__item--next:hover,
    .pagination-bar .pager__item--next:active,
    .pagination-bar .pager__item--next.active,
    .pagination-bar .pager__item--previous:focus,
    .pagination-bar .pager__item--previous:hover,
    .pagination-bar .pager__item--previous:active,
    .pagination-bar .pager__item--previous.active,
    .pagination-bar .pagination-bar__page-item a:focus,
    .pagination-bar .pagination-bar__page-item a:hover,
    .pagination-bar .pagination-bar__page-item a:active,
    .pagination-bar .pagination-bar__page-item a.active,
    .pagination-bar .pagination-bar__prev:focus,
    .pagination-bar .pagination-bar__prev:hover,
    .pagination-bar .pagination-bar__prev:active,
    .pagination-bar .pagination-bar__prev.active,
    .pagination-bar .pagination-bar__next:focus,
    .pagination-bar .pagination-bar__next:hover,
    .pagination-bar .pagination-bar__next:active,
    .pagination-bar .pagination-bar__next.active,
    .pagination-bar .pagination-bar__page-item--ellipsis:focus,
    .pagination-bar .pagination-bar__page-item--ellipsis:hover,
    .pagination-bar .pagination-bar__page-item--ellipsis:active,
    .pagination-bar .pagination-bar__page-item--ellipsis.active {
      color: #264a59;
      text-decoration: none; }
      .path-search .pager .pager__item--ellipsis:focus:after, .path-search .pager .pager__item--ellipsis:hover:after, .path-search .pager .pager__item--ellipsis:active:after, .path-search .pager .pager__item--ellipsis.active:after,
      .path-search .pager .pager__item a:focus:after,
      .path-search .pager .pager__item a:hover:after,
      .path-search .pager .pager__item a:active:after,
      .path-search .pager .pager__item a.active:after,
      .path-search .pager .pager__item--next:focus:after,
      .path-search .pager .pager__item--next:hover:after,
      .path-search .pager .pager__item--next:active:after,
      .path-search .pager .pager__item--next.active:after,
      .path-search .pager .pager__item--previous:focus:after,
      .path-search .pager .pager__item--previous:hover:after,
      .path-search .pager .pager__item--previous:active:after,
      .path-search .pager .pager__item--previous.active:after,
      .path-search .pager .pagination-bar__page-item a:focus:after,
      .path-search .pager .pagination-bar__page-item a:hover:after,
      .path-search .pager .pagination-bar__page-item a:active:after,
      .path-search .pager .pagination-bar__page-item a.active:after,
      .path-search .pager .pagination-bar__prev:focus:after,
      .path-search .pager .pagination-bar__prev:hover:after,
      .path-search .pager .pagination-bar__prev:active:after,
      .path-search .pager .pagination-bar__prev.active:after,
      .path-search .pager .pagination-bar__next:focus:after,
      .path-search .pager .pagination-bar__next:hover:after,
      .path-search .pager .pagination-bar__next:active:after,
      .path-search .pager .pagination-bar__next.active:after,
      .path-search .pager .pagination-bar__page-item--ellipsis:focus:after,
      .path-search .pager .pagination-bar__page-item--ellipsis:hover:after,
      .path-search .pager .pagination-bar__page-item--ellipsis:active:after,
      .path-search .pager .pagination-bar__page-item--ellipsis.active:after,
      .pagination-bar .pager__item--ellipsis:focus:after,
      .pagination-bar .pager__item--ellipsis:hover:after,
      .pagination-bar .pager__item--ellipsis:active:after,
      .pagination-bar .pager__item--ellipsis.active:after,
      .pagination-bar .pager__item a:focus:after,
      .pagination-bar .pager__item a:hover:after,
      .pagination-bar .pager__item a:active:after,
      .pagination-bar .pager__item a.active:after,
      .pagination-bar .pager__item--next:focus:after,
      .pagination-bar .pager__item--next:hover:after,
      .pagination-bar .pager__item--next:active:after,
      .pagination-bar .pager__item--next.active:after,
      .pagination-bar .pager__item--previous:focus:after,
      .pagination-bar .pager__item--previous:hover:after,
      .pagination-bar .pager__item--previous:active:after,
      .pagination-bar .pager__item--previous.active:after,
      .pagination-bar .pagination-bar__page-item a:focus:after,
      .pagination-bar .pagination-bar__page-item a:hover:after,
      .pagination-bar .pagination-bar__page-item a:active:after,
      .pagination-bar .pagination-bar__page-item a.active:after,
      .pagination-bar .pagination-bar__prev:focus:after,
      .pagination-bar .pagination-bar__prev:hover:after,
      .pagination-bar .pagination-bar__prev:active:after,
      .pagination-bar .pagination-bar__prev.active:after,
      .pagination-bar .pagination-bar__next:focus:after,
      .pagination-bar .pagination-bar__next:hover:after,
      .pagination-bar .pagination-bar__next:active:after,
      .pagination-bar .pagination-bar__next.active:after,
      .pagination-bar .pagination-bar__page-item--ellipsis:focus:after,
      .pagination-bar .pagination-bar__page-item--ellipsis:hover:after,
      .pagination-bar .pagination-bar__page-item--ellipsis:active:after,
      .pagination-bar .pagination-bar__page-item--ellipsis.active:after {
        color: #264a59; }
  .path-search .pager .pager__item--next,
  .path-search .pager .pager__item--previous,
  .path-search .pager .pager__item,
  .path-search .pager .pagination-bar__page-item,
  .path-search .pager .pagination-bar__next,
  .path-search .pager .pagination-bar__prev,
  .pagination-bar .pager__item--next,
  .pagination-bar .pager__item--previous,
  .pagination-bar .pager__item,
  .pagination-bar .pagination-bar__page-item,
  .pagination-bar .pagination-bar__next,
  .pagination-bar .pagination-bar__prev {
    display: inline-block;
    vertical-align: top; }
  .path-search .pager .pager__item.pager__item--next,
  .path-search .pager .pager__item.pager__item--previous,
  .pagination-bar .pager__item.pager__item--next,
  .pagination-bar .pager__item.pager__item--previous {
    width: auto; }
    .path-search .pager .pager__item.pager__item--next a:before,
    .path-search .pager .pager__item.pager__item--previous a:before,
    .pagination-bar .pager__item.pager__item--next a:before,
    .pagination-bar .pager__item.pager__item--previous a:before {
      content: "";
      font-family: 'heritage-icons' !important;
      font-size: 28px;
      display: block;
      line-height: 28px;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 0; }
  .path-search .pager .pager__item--next,
  .path-search .pager .pager__item--previous,
  .path-search .pager .pagination-bar__next,
  .path-search .pager .pagination-bar__prev,
  .pagination-bar .pager__item--next,
  .pagination-bar .pager__item--previous,
  .pagination-bar .pagination-bar__next,
  .pagination-bar .pagination-bar__prev {
    overflow: visible;
    position: relative; }
    .path-search .pager .pager__item--next a:after,
    .path-search .pager .pager__item--previous a:after,
    .path-search .pager .pagination-bar__next a:after,
    .path-search .pager .pagination-bar__prev a:after,
    .pagination-bar .pager__item--next a:after,
    .pagination-bar .pager__item--previous a:after,
    .pagination-bar .pagination-bar__next a:after,
    .pagination-bar .pagination-bar__prev a:after {
      font-family: 'Gotham A', 'Gotham B';
      font-weight: 500;
      font-size: 0.75rem;
      color: #75a5c0;
      position: absolute;
      text-transform: uppercase;
      transition: color .3s ease;
      display: none; }
  .path-search .pager .pager__item--previous.pager__item--previous,
  .path-search .pager .pagination-bar__prev.pagination-bar__prev,
  .pagination-bar .pager__item--previous.pager__item--previous,
  .pagination-bar .pagination-bar__prev.pagination-bar__prev {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0; }
    .path-search .pager .pager__item--previous.pager__item--previous a:before,
    .path-search .pager .pagination-bar__prev.pagination-bar__prev a:before,
    .pagination-bar .pager__item--previous.pager__item--previous a:before,
    .pagination-bar .pagination-bar__prev.pagination-bar__prev a:before {
      display: inline-block;
      transform: rotateY(180deg) translateY(-50%);
      right: auto;
      left: 0; }
    .path-search .pager .pager__item--previous.pager__item--previous a:after,
    .path-search .pager .pagination-bar__prev.pagination-bar__prev a:after,
    .pagination-bar .pager__item--previous.pager__item--previous a:after,
    .pagination-bar .pagination-bar__prev.pagination-bar__prev a:after {
      content: 'prev';
      right: -5rem;
      top: 0; }
  .path-search .pager .pager__item--next,
  .path-search .pager .pagination-bar__next,
  .pagination-bar .pager__item--next,
  .pagination-bar .pagination-bar__next {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0; }
    .path-search .pager .pager__item--next a:after,
    .path-search .pager .pagination-bar__next a:after,
    .pagination-bar .pager__item--next a:after,
    .pagination-bar .pagination-bar__next a:after {
      content: 'next';
      left: -5rem;
      top: 0; }
  .path-search .pager .pager__item,
  .path-search .pager .pagination-bar__page-item,
  .pagination-bar .pager__item,
  .pagination-bar .pagination-bar__page-item {
    white-space: normal;
    text-align: center;
    width: 8%;
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-size: 1rem; }
    .path-search .pager .pager__item.is-active,
    .path-search .pager .pagination-bar__page-item.is-active,
    .pagination-bar .pager__item.is-active,
    .pagination-bar .pagination-bar__page-item.is-active {
      color: #264a59; }
    .path-search .pager .pager__item:last-of-type,
    .path-search .pager .pagination-bar__page-item:last-of-type,
    .pagination-bar .pager__item:last-of-type,
    .pagination-bar .pagination-bar__page-item:last-of-type {
      margin-right: 0; }
  .path-search .pager ul.pager__items,
  .path-search .pager ul.pagination-bar__page-item,
  .pagination-bar ul.pager__items,
  .pagination-bar ul.pagination-bar__page-item {
    width: 100%;
    white-space: nowrap;
    position: relative; }
  .path-search .pager .pager__item--last,
  .path-search .pager .pager__item--first,
  .path-search .pager .pagination-bar__page-item--first,
  .path-search .pager .pagination-bar__page-item--last,
  .pagination-bar .pager__item--last,
  .pagination-bar .pager__item--first,
  .pagination-bar .pagination-bar__page-item--first,
  .pagination-bar .pagination-bar__page-item--last {
    display: none; }
  .path-search .path-search .pager .pagination-bar__page-item--last, .path-search
  .pagination-bar .pagination-bar__page-item--last {
    display: inline-block; }

@media screen and (min-width: 768px) {
  .path-search .pager .pager__item--next,
  .path-search .pager .pagination-bar__next,
  .path-search .pager .pagination-bar__prev,
  .path-search .pager .pagination-bar__next,
  .pagination-bar .pager__item--next,
  .pagination-bar .pagination-bar__next,
  .pagination-bar .pagination-bar__prev,
  .pagination-bar .pagination-bar__next {
    margin: 0; } }

@media screen and (min-width: 1024px) {
  .path-search .pager .pager__item--next a:after,
  .path-search .pager .pager__item--previous a:after,
  .path-search .pager .pagination-bar__next a:after,
  .path-search .pager .pagination-bar__prev a:after,
  .pagination-bar .pager__item--next a:after,
  .pagination-bar .pager__item--previous a:after,
  .pagination-bar .pagination-bar__next a:after,
  .pagination-bar .pagination-bar__prev a:after {
    display: inline-block; } }

.selectric-wrapper {
  position: relative;
  cursor: pointer; }
  .selectric-wrapper:focus .selectric, .selectric-wrapper:hover .selectric {
    background-color: #264a59; }
  .selectric-wrapper:focus .arrow-button:after, .selectric-wrapper:hover .arrow-button:after {
    color: #c4d82d; }

.selectric-responsive {
  width: 100%; }

.selectric {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  background-color: #386274;
  color: #fff;
  font-size: 0.875rem;
  padding: 1.0625rem 2rem 1.0625rem 1.25rem;
  border-radius: 0;
  width: 100%;
  position: relative; }
  .selectric .arrow-button {
    position: relative;
    float: right;
    position: absolute;
    right: 1.125rem;
    top: 0.9375rem; }
    .selectric .arrow-button:after {
      color: #fff;
      font-family: 'heritage-icons';
      content: "";
      font-family: 'heritage-icons' !important;
      display: inline-block;
      font-size: 0.5rem;
      pointer-events: none; }
  .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0; }

.selectric-open {
  z-index: 9999; }
  .selectric-open .selectric {
    background-color: #264a59; }
  .selectric-open .arrow-button:after {
    color: #c4d82d;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .selectric-open .selectric-items {
    display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: .5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }
  .selectric-hide-select select {
    position: absolute;
    left: -100%; }
  .selectric-hide-select select::-ms-expand {
    display: none; }
  .selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .selectric-hide-select.selectric-is-native select {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      border: none;
      z-index: 1;
      box-sizing: border-box;
      opacity: 0; }
    .selectric-hide-select.selectric-is-native select::-ms-expand {
      display: none; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  border: none !important;
  font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  padding: 20px 30px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #264a59;
  z-index: -1;
  box-sizing: border-box;
  right: 0;
  width: inherit !important; }
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto; }
  .selectric-above .selectric-items {
    top: auto;
    bottom: 100%; }
  .selectric-items ul,
  .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.75rem;
    line-height: 20px;
    min-height: 20px; }
  .selectric-items li {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 400;
    font-size: 0.9375rem;
    display: block;
    line-height: 2.1;
    color: #fff;
    cursor: pointer;
    text-transform: capitalize; }
    .selectric-items li.selected {
      color: #c4d82d; }
    .selectric-items li.highlighted {
      color: #c4d82d; }
    .selectric-items li:focus, .selectric-items li:hover {
      color: #c4d82d; }
  .selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: .5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #444; }
  .selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }
  .selectric-items .selectric-group li {
    padding-left: 25px; }

.js-read-more__container {
  transition: height 1s ease;
  overflow: hidden; }

.page-node-type-event .featherlight .featherlight-close-icon {
  display: none; }

.event__rsvp-modal {
  background-color: rgba(0, 0, 0, 0.98); }

.event__modal-form {
  display: none;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 3.9375rem 1.25rem 0;
  overflow-y: auto; }
  .event__modal-form .mktoGutter,
  .event__modal-form .mktoOffset {
    display: none; }
  .event__modal-form .mktoForm {
    width: 100% !important;
    margin: 0; }
    .event__modal-form .mktoForm .mktoFieldWrap {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%; }
  .event__modal-form .mktoCheckboxList {
    padding: 0;
    float: none !important; }
  .event__modal-form .mktoButtonWrap {
    margin-left: 0 !important; }
  .event__modal-form .mktoButtonRow,
  .event__modal-form .mktoFormRow,
  .event__modal-form .mktoFormCol {
    width: 100%; }
  .event__modal-form .mktoButton,
  .event__modal-form .button-light-blue {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-size: 0.875rem;
    font-weight: 300;
    letter-spacing: 0.06875rem;
    text-align: center;
    color: #fff;
    padding: 1.6875rem 0;
    width: 100%;
    text-transform: uppercase;
    background-color: #6193b4;
    transition: background-color .3s ease;
    border: none; }
    .event__modal-form .mktoButton:focus, .event__modal-form .mktoButton:hover,
    .event__modal-form .button-light-blue:focus,
    .event__modal-form .button-light-blue:hover {
      background-color: #79abc9; }
  .event__modal-form .mktoFieldWrap {
    display: -ms-flexbox;
    display: flex; }
    .event__modal-form .mktoFieldWrap label {
      -ms-flex-order: 2;
      order: 2;
      display: inline-block; }
  .event__modal-form .mktoFormRow label[for="attendingVirtually"] {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 1rem;
    margin: 0 0 0.5rem;
    position: static;
    -ms-flex-order: -1;
    order: -1; }

.event__close-modal {
  position: absolute;
  background-color: transparent;
  border: none;
  top: 1.25rem;
  right: 1.25rem;
  color: #111d22; }

.event__modal-title {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 200;
  font-size: 1.875rem;
  font-style: italic;
  line-height: 1.5;
  text-align: center;
  color: #386274;
  margin: 0 0 2.875rem; }

.event__rsvp-success {
  margin-left: -20px;
  margin-right: -20px;
  min-height: 525px;
  background-color: #386274;
  padding: 6.4375rem 4.0625rem 0;
  display: none;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .event__rsvp-success {
      margin-left: -20px; } }
  @media screen and (min-width: 1024px) {
    .event__rsvp-success {
      margin-left: -32px; } }
  @media screen and (min-width: 768px) {
    .event__rsvp-success {
      margin-right: -20px; } }
  @media screen and (min-width: 1024px) {
    .event__rsvp-success {
      margin-right: -32px; } }
  ._form-success .event__rsvp-success {
    display: block; }
  .event__rsvp-success h3,
  .event__rsvp-success p {
    text-align: center;
    color: #fff; }
  .event__rsvp-success h3 {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    margin: 0 0 1.5625rem;
    font-size: 1.875rem;
    font-weight: normal;
    font-style: italic;
    line-height: 1.53; }
  .event__rsvp-success p {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-size: 1.125rem;
    font-weight: 500;
    font-style: normal;
    line-height: 1.56; }

.event__modal-form .mktoFormRow input[type='email'],
.event__modal-form .mktoFormRow input[type='text'],
.event__modal-form-input-wrapper input[type='email'],
.event__modal-form-input-wrapper input[type='text'] {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 0.875rem;
  color: #386274;
  border: none;
  border-bottom: #c5d1d8 1px solid;
  width: 100% !important;
  padding: 1.25rem 0;
  margin-bottom: 1.125rem;
  min-height: 0 !important; }
  .event__modal-form .mktoFormRow input[type='email']::-webkit-input-placeholder,
  .event__modal-form .mktoFormRow input[type='text']::-webkit-input-placeholder,
  .event__modal-form-input-wrapper input[type='email']::-webkit-input-placeholder,
  .event__modal-form-input-wrapper input[type='text']::-webkit-input-placeholder {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 400;
    color: #c5d1d8 !important;
    font-size: 0.875rem !important; }
  .event__modal-form .mktoFormRow input[type='email']:-moz-placeholder,
  .event__modal-form .mktoFormRow input[type='text']:-moz-placeholder,
  .event__modal-form-input-wrapper input[type='email']:-moz-placeholder,
  .event__modal-form-input-wrapper input[type='text']:-moz-placeholder {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 400;
    color: #c5d1d8 !important;
    font-size: 0.875rem !important; }
  .event__modal-form .mktoFormRow input[type='email']::-moz-placeholder,
  .event__modal-form .mktoFormRow input[type='text']::-moz-placeholder,
  .event__modal-form-input-wrapper input[type='email']::-moz-placeholder,
  .event__modal-form-input-wrapper input[type='text']::-moz-placeholder {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 400;
    color: #c5d1d8 !important;
    font-size: 0.875rem !important; }
  .event__modal-form .mktoFormRow input[type='email']::-ms-input-placeholder,
  .event__modal-form .mktoFormRow input[type='text']::-ms-input-placeholder,
  .event__modal-form-input-wrapper input[type='email']::-ms-input-placeholder,
  .event__modal-form-input-wrapper input[type='text']::-ms-input-placeholder {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 400;
    color: #c5d1d8 !important;
    font-size: 0.875rem !important; }
  .event__modal-form .mktoFormRow input[type='email']:-ms-input-placeholder,
  .event__modal-form .mktoFormRow input[type='text']:-ms-input-placeholder,
  .event__modal-form-input-wrapper input[type='email']:-ms-input-placeholder,
  .event__modal-form-input-wrapper input[type='text']:-ms-input-placeholder {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 400;
    color: #c5d1d8 !important;
    font-size: 0.875rem !important; }

.event__modal-form .mktoFormRow input[type='radio'],
.event__modal-form-input-wrapper input[type='radio'] {
  position: relative;
  border: none;
  height: 14px;
  width: 14px; }
  .event__modal-form .mktoFormRow input[type='radio']::before,
  .event__modal-form-input-wrapper input[type='radio']::before {
    height: 1.15rem;
    width: 1.15rem;
    content: '';
    display: block;
    background-color: #fff;
    border: solid 1px #888b8d;
    overflow: hidden;
    position: absolute;
    left: -.15rem;
    top: -.15rem;
    border-radius: 50%; }
  .event__modal-form .mktoFormRow input[type='radio']:checked::after,
  .event__modal-form-input-wrapper input[type='radio']:checked::after {
    content: '';
    display: block;
    height: 0.65rem;
    width: 0.65rem;
    background-color: #386274;
    position: absolute;
    top: 0.1rem;
    left: 0.09rem;
    border-radius: 50%; }

.event__modal-form .mktoFormRow input[type='radio'] + label,
.event__modal-form-input-wrapper input[type='radio'] + label {
  margin-bottom: 0.75rem;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  font-size: 0.875rem;
  color: #111d22; }

.event__modal-form .mktoFormRow input[type='checkbox'],
.event__modal-form-input-wrapper input[type='checkbox'] {
  position: relative;
  top: 0.0625rem;
  margin-right: 0.6875rem;
  border: none; }
  .event__modal-form .mktoFormRow input[type='checkbox']:checked:before,
  .event__modal-form-input-wrapper input[type='checkbox']:checked:before {
    content: "";
    font-family: 'heritage-icons' !important;
    font-family: 'heritage-icons';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    color: #386274;
    font-size: 0.75rem; }
  .event__modal-form .mktoFormRow input[type='checkbox']:before,
  .event__modal-form-input-wrapper input[type='checkbox']:before {
    content: '';
    display: block;
    background-color: #fff;
    height: 1.0625rem !important;
    width: 1.0625rem !important;
    position: absolute;
    left: 0;
    top: 0;
    border: solid 1px #c5d1d8; }

.event__modal-form .mktoFormRow .mktoLabel,
.event__modal-form-input-wrapper .mktoLabel {
  position: absolute;
  left: -999em; }

.event__modal-form .mktoFormRow label[for='tHFSubscriber'],
.event__modal-form .mktoFormRow .event__checkbox-label,
.event__modal-form-input-wrapper label[for='tHFSubscriber'],
.event__modal-form-input-wrapper .event__checkbox-label {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  display: inline-block;
  font-size: 0.75rem;
  color: #111d22;
  position: static;
  min-height: 0;
  margin-left: 0;
  margin: 0 0 2.1875rem;
  line-height: 1;
  position: relative;
  left: 0;
  top: 3px; }

.event__modal-form .mktoFormRow label[for='tHFSubscriber'],
.event__modal-form-input-wrapper label[for='tHFSubscriber'] {
  width: auto !important; }

.event__modal-form .mktoFormRow .mktoCheckboxList label,
.event__modal-form-input-wrapper .mktoCheckboxList label {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  display: inline-block;
  font-size: 0.875rem;
  color: #111d22;
  min-height: 0;
  margin: 0 0 1.25rem;
  line-height: 1;
  position: relative;
  left: 0;
  top: 3px; }

.event__modal-form .mktoFormRow select.mktoField,
.event__modal-form-input-wrapper select.mktoField {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  display: block;
  padding: 1.0625rem 1.25rem;
  background-color: #386274;
  color: #fff;
  font-size: 0.875rem;
  border-radius: 0;
  width: 100%;
  margin-top: 0.75rem;
  margin-bottom: 1.25rem; }

.event__modal-form .mktoFormRow .mktoHtmlText,
.event__modal-form-input-wrapper .mktoHtmlText {
  display: inline-block;
  font-size: 1rem;
  color: #111d22;
  min-height: 0;
  margin: 0 0 0.625rem;
  line-height: 1;
  position: relative;
  left: 0;
  top: 0.1875rem; }

@media screen and (min-width: 768px) {
  .page-node-type-event .featherlight .featherlight-content {
    max-width: 33.875rem;
    width: 100%;
    margin: 0;
    padding: 0; }
  .event__rsvp-success {
    min-height: 33.8125rem;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
  .event__close-modal {
    color: #fff;
    font-size: 1.5625rem; }
  .event__modal-form {
    position: static;
    padding: 1.4375rem 0 0; }
    .event__modal-form .mktoButtonRow,
    .event__modal-form .event_submit-rsvp-wrapper {
      padding: 0 4.5625rem; }
  .event__modal-form .mktoFormRow,
  .event__modal-form-input-wrapper {
    padding: 0 5.8125rem; } }

@media screen and (min-width: 1024px) {
  .page-node-type-event .featherlight .featherlight-content {
    max-width: 27.5rem; }
  .event__rsvp-success {
    min-height: 33.9375rem; }
  .event__modal-title {
    margin-bottom: 1.8125rem; }
  .event__modal-form .mktoFormRow,
  .event__modal-form-input-wrapper {
    padding: 0 3.75rem; }
  .event__modal-form .mktoButtonRow,
  .event__modal-form .event_submit-rsvp-wrapper {
    padding: 0 2.5rem; } }

.tweet-share {
  background-color: rgba(255, 255, 255, 0.04);
  width: 3.125rem;
  height: 3.125rem;
  position: relative; }

.tweet-share__button {
  color: #75a5c0;
  transition: color .3s ease;
  width: 100%;
  height: 100%;
  border: none;
  background: none; }
  .tweet-share__button:before {
    line-height: 3.125rem; }
  .tweet-share__button:focus, .tweet-share__button:hover {
    color: #55acee;
    cursor: pointer; }
  .tweet-share__button .visually-hidden {
    position: absolute;
    z-index: -1; }

.image-hero {
  margin-left: -20px;
  margin-right: -20px;
  min-height: 28.125rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (min-width: 768px) {
    .image-hero {
      margin-left: -20px; } }
  @media screen and (min-width: 1024px) {
    .image-hero {
      margin-left: -32px; } }
  @media screen and (min-width: 768px) {
    .image-hero {
      margin-right: -20px; } }
  @media screen and (min-width: 1024px) {
    .image-hero {
      margin-right: -32px; } }
  .image-hero:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8));
    z-index: 0; }

.image-hero__info-wrapper {
  padding: 3.625rem 1.25rem 0;
  z-index: 1;
  position: relative;
  width: 100%; }
  .image-hero__info-wrapper.hovered .image-hero__eyebrow,
  .image-hero__info-wrapper.hovered .image-hero__headline,
  .image-hero__info-wrapper.hovered .image-hero__author,
  .image-hero__info-wrapper.hovered .image-hero__date-time {
    opacity: .6; }
  .image-hero__info-wrapper.hovered .image-hero__arrow-wrapper {
    -ms-transform: translateX(20px);
    transform: translateX(20px); }

.image-hero__eyebrow,
.image-hero__headline,
.image-hero__author,
.image-hero__date-time {
  transition: opacity .3s ease; }

.image-hero__eyebrow {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 0.6875rem;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 1.3125rem; }

.image-hero__headline {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 200;
  font-size: 2.625rem;
  line-height: 1.125;
  font-weight: 100;
  margin: 3rem 0 2rem 0; }
  .image-hero__headline a {
    color: #fff;
    transition: opacity .3s ease; }
    .image-hero__headline a:focus, .image-hero__headline a:hover {
      text-decoration: none; }

.image-hero__author {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 300;
  font-size: 1.125rem;
  font-style: italic;
  color: #bee7f9;
  display: inline-block;
  margin-right: 0.8125rem;
  white-space: nowrap; }
  .image-hero__author:focus, .image-hero__author:hover {
    text-decoration: none; }

.image-hero__date-time {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  font-weight: normal;
  color: #bee7f9;
  font-size: 0.75rem;
  line-height: 1.7;
  display: inline-block; }
  .image-hero__date-time span {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    color: #fff; }

.image-hero__arrow-wrapper {
  position: absolute;
  bottom: 2.5rem;
  right: 1.25rem;
  transition: transform .3s ease; }
  .image-hero__arrow-wrapper:hover, .image-hero__arrow-wrapper:focus {
    text-decoration: none; }

.image-hero__arrow {
  color: #c4d82d; }

@media screen and (min-width: 768px) {
  .image-hero {
    min-height: 600px;
    padding: 0 1.25rem; }
  .image-hero__info-wrapper {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%;
    position: relative;
    padding: 11.9375rem 0 1.5625rem; }
    .image-hero__info-wrapper:last-child {
      margin-right: 0; }
  .image-hero__eyebrow {
    margin-bottom: 1rem; }
  .image-hero__headline {
    font-size: 3.75rem; }
  .image-hero__arrow-wrapper {
    right: 0;
    bottom: 3.75rem; } }

@media screen and (min-width: 1024px) {
  .image-hero {
    padding: 0 2rem; }
    .image-hero .image-hero__arrow-wrapper {
      right: 2.5rem; }
  .image-hero__headline {
    display: block;
    font-size: 4.375rem; }
    .image-hero__headline::after {
      clear: both;
      content: '';
      display: table; }
    .image-hero__headline a {
      float: left;
      display: block;
      margin-right: 1.94175%;
      width: 79.61165%; }
      .image-hero__headline a:last-child {
        margin-right: 0; }
  .image-hero__info-wrapper {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 83.06452%;
    margin-left: 8.46774%;
    padding-bottom: 2.875rem;
    padding-top: 12.4375rem;
    position: relative; }
    .image-hero__info-wrapper:last-child {
      margin-right: 0; }
  .image-hero__author {
    clear: left; } }

.eyebrow {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 0.6875rem;
  color: #fff;
  text-transform: uppercase; }

.date-time {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  font-weight: normal;
  color: #bee7f9;
  font-size: 0.75rem;
  line-height: 1.7;
  display: inline-block; }
  .date-time span {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    color: #fff; }

.featured-content {
  margin-left: -20px;
  margin-right: -20px;
  display: block;
  background-color: #264a59;
  clear: both;
  overflow: hidden;
  position: relative; }
  @media screen and (min-width: 768px) {
    .featured-content {
      margin-left: -20px; } }
  @media screen and (min-width: 1024px) {
    .featured-content {
      margin-left: -32px; } }
  @media screen and (min-width: 768px) {
    .featured-content {
      margin-right: -20px; } }
  @media screen and (min-width: 1024px) {
    .featured-content {
      margin-right: -32px; } }
  .featured-content:focus, .featured-content:hover, .featured-content:active {
    cursor: pointer;
    text-decoration: none; }
    .featured-content:focus .featured-content__image-wrapper, .featured-content:hover .featured-content__image-wrapper, .featured-content:active .featured-content__image-wrapper {
      -ms-transform: scale(1);
      transform: scale(1); }
    .featured-content:focus .featured-content__arrow, .featured-content:hover .featured-content__arrow, .featured-content:active .featured-content__arrow {
      -ms-transform: translateX(10px);
      transform: translateX(10px); }
    .featured-content:focus .featured-content__read span, .featured-content:hover .featured-content__read span, .featured-content:active .featured-content__read span {
      border-bottom: 2px solid #c4d82d; }

.featured-content__play {
  color: #c4d82d;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  margin-top: 2.8125rem;
  display: block; }
  .featured-content__play:hover {
    text-decoration: none; }

.featured-content__image-wrapper {
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition: all .3s ease;
  z-index: 1; }
  .featured-content__image-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 35, 52, 0.75);
    z-index: 0; }

.featured-content__eyebrow {
  margin-bottom: 0.9375rem; }

.featured-content__wrapper {
  padding: 1.625rem 1.25rem 5.625rem;
  position: relative;
  z-index: 2; }

.featured-content__date-time.date-time {
  color: #c5d1d8; }

.featured-content__read,
.featured-content__quote,
.featured-content__extra-info,
.featured-content__by-line {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  color: #fff; }

.featured-content__stat {
  font-family: 'Gotham Narrow A', 'Gotham Narrow B';
  font-weight: 100;
  font-size: 5.625rem;
  line-height: 1;
  letter-spacing: -0.10625rem;
  color: #fff;
  margin-bottom: 1.125rem; }

.featured-content__quote-mark {
  font-size: 3.8125rem;
  color: #c5d1d8;
  opacity: .2;
  margin-bottom: 1.5625rem;
  display: block; }

.featured-content__quote {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 0.875rem; }
  .featured-content__with-stat .featured-content__quote {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: 0.9375rem; }

.featured-content__title {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 200;
  font-size: 2.25rem;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 1.1875rem; }

.featured-content__highlight {
  color: #c4d82d;
  background-color: rgba(196, 216, 45, 0.15);
  box-shadow: 5px 0 0 r rgba(196, 216, 45, 0.15), -5px 0 0 rgba(196, 216, 45, 0.15);
  margin: 0 0.125rem; }

.featured-content__extra-info {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0.9375rem; }
  .featured-content__with-stat .featured-content__extra-info {
    margin-bottom: 1.25rem; }

.featured-content__by-line {
  font-size: 0.75rem;
  line-height: 1.67;
  margin-bottom: 0.1875rem; }

.featured-content__arrow {
  display: inline-block; }

.featured-content__arrow {
  color: #c4d82d;
  vertical-align: middle;
  transition: transform .3s ease; }

.featured-content__read {
  font-size: 0.75rem;
  line-height: 1.67;
  margin-right: 1.25rem;
  display: none; }
  .featured-content__read span {
    border-bottom: 2px solid transparent; }

.featured-content__read-article {
  position: absolute;
  bottom: 2.125rem;
  right: 1.25rem;
  width: auto; }

.featured-item__secondary-featured-wrapper .featured-content__eyebrow {
  margin-bottom: 0.9375rem; }

.featured-item__secondary-featured-wrapper .featured-content__quote-mark {
  font-size: 2.5rem;
  margin-bottom: 1.25rem; }

.featured-item__secondary-featured-wrapper .featured-content__quote {
  font-size: 1.125rem;
  margin-bottom: 0.9375rem; }

.featured-item__secondary-featured-wrapper .featured-content__by-line {
  margin-bottom: 0.625rem;
  padding-left: 0;
  width: 100%; }

.featured-item__secondary-featured-wrapper .featured-content__read,
.featured-item__secondary-featured-wrapper .featured-content__extra-info {
  display: none; }

.featured-item__secondary-featured-wrapper .featured-content__wrapper {
  padding-bottom: 2.6875rem; }

.featured-content__link {
  display: block; }
  .featured-content__link:focus, .featured-content__link:hover {
    text-decoration: none; }

.featured-content__with-stat .featured-content__image-wrapper,
.featured-content__with-pull-quote .featured-content__image-wrapper {
  display: none; }

.featured-content__with-stat .featured-content__stat,
.featured-content__with-pull-quote .featured-content__stat {
  padding-top: 0.75rem; }

.featured-content__with-stat .featured-content__title,
.featured-content__with-pull-quote .featured-content__title {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  margin-bottom: 1.125rem; }

.featured-content__with-stat .featured-content__date-time,
.featured-content__with-pull-quote .featured-content__date-time {
  font-size: 0.75rem; }

.featured-content__with-stat .featured-content__read,
.featured-content__with-pull-quote .featured-content__read {
  display: block; }

.featured-content__contributor-label {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.67;
  color: white;
  margin-top: 1.8125rem;
  margin-bottom: 0.4375rem; }

.featured-content__contributor {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 200;
  font-size: 1.125rem;
  color: #bee7f9;
  font-size: italic; }

@media screen and (min-width: 768px) {
  .featured-content {
    width: 100%;
    margin-bottom: 0.125rem;
    margin-left: 0;
    margin-right: 0; }
  .featured-content__wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .featured-content__read-article {
    right: 1.875rem; }
  .featured-content__title {
    font-size: 3.125rem; }
  .featured-content__with-stat .featured-content__stat {
    font-size: 7.5rem;
    line-height: 7.5rem;
    padding-top: 1.875rem; }
  .featured-content__with-stat .featured-content__quote {
    font-size: 1.75rem;
    line-height: 2.25rem;
    margin-bottom: 1.5625rem; }
  .featured-content__with-stat .featured-content__title {
    font-size: 1rem;
    line-height: 1.3125rem;
    width: 68%; }
  .featured-content__with-stat .featured-content__date-time {
    margin-top: 1.375rem; }
  .featured-content__with-stat .featured-content__read {
    display: block;
    margin-bottom: 0.8125rem; }
    .featured-content__with-stat .featured-content__read span {
      border-bottom: none;
      font-size: 0.875rem; }
  .featured-content__with-pull-quote .featured-content__quote {
    font-size: 1.75rem;
    line-height: 2.25rem;
    margin-bottom: 2.0625rem; }
  .featured-content__with-pull-quote .featured-content__title {
    font-size: 1rem;
    line-height: 1.3125rem; }
  .featured-content__with-pull-quote._has-author .featured-content__title,
  .featured-content__with-stat._has-author .featured-content__title {
    width: 65%;
    display: inline-block; }
  .featured-content__with-pull-quote._has-author .featured-content__by-line,
  .featured-content__with-stat._has-author .featured-content__by-line {
    float: right;
    width: 30%;
    text-align: left; } }

@media screen and (min-width: 1024px) {
  .featured-content {
    min-height: 38.125rem;
    position: relative;
    margin-left: 0; }
  .featured-content__wrapper {
    padding: 1.75rem 2.4375rem 7.125rem; }
  .featured-content__quote {
    font-size: 1.75rem;
    margin-bottom: 2.3125rem; }
  .featured-content__stat {
    font-size: 10rem;
    margin-bottom: 1.5625rem;
    line-height: .8; }
  .featured-content__with-stat .featured-content__title,
  .featured-content__with-stat .featured-content__date-time,
  .featured-content__with-stat .featured-content__stat,
  .featured-content__with-stat .featured-content__quote-mark,
  .featured-content__with-stat .featured-content__quote,
  .featured-content__with-stat .featured-content__extra-info,
  .featured-content__with-stat .featured-content__by-line,
  .featured-content__with-pull-quote .featured-content__title,
  .featured-content__with-pull-quote .featured-content__date-time,
  .featured-content__with-pull-quote .featured-content__stat,
  .featured-content__with-pull-quote .featured-content__quote-mark,
  .featured-content__with-pull-quote .featured-content__quote,
  .featured-content__with-pull-quote .featured-content__extra-info,
  .featured-content__with-pull-quote .featured-content__by-line {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
  .featured-content__read-article {
    text-align: right;
    right: 2.5625rem; }
  .featured-content__arrow {
    display: block; }
  .featured-content__read {
    margin-bottom: 1.125rem;
    margin-right: 0;
    font-size: 0.875rem; }
  .featured-content__eyebrow {
    margin-bottom: 3.125rem; }
    .featured-item__primary .featured-content  .featured-content__eyebrow {
      margin-bottom: 9.375rem; }
  .featured-content__with-pull-quote .featured-content__eyebrow {
    margin-bottom: 3.125rem !important; }
  .featured-content__extra-info {
    width: 55%;
    float: left;
    margin-bottom: 1.25rem; }
  .featured-content__date-time {
    clear: both;
    width: 100%; }
  .featured-content__title {
    font-size: 3.125rem;
    margin-bottom: 0.25rem; }
  .featured-item__secondary-featured-wrapper .featured-content {
    min-height: 22.125rem;
    height: 22.125rem;
    margin-bottom: 1.25rem; }
  .featured-item__secondary-featured-wrapper .featured-content__wrapper {
    height: 100%; }
  .featured-item__secondary-featured-wrapper .featured-content__stat,
  .featured-item__secondary-featured-wrapper .featured-content__quote-mark,
  .featured-item__secondary-featured-wrapper .featured-content__quote,
  .featured-item__secondary-featured-wrapper .featured-content__extra-info,
  .featured-item__secondary-featured-wrapper .featured-content__by-line,
  .featured-item__secondary-featured-wrapper .featured-content__date-time {
    padding-left: 0; }
  .featured-item__secondary-featured-wrapper .featured-content__stat {
    font-size: 5.625rem; }
  .featured-item__secondary-featured-wrapper .featured-content__title {
    font-size: 2rem; }
  .featured-item__secondary-featured-wrapper .featured-content__with-stat .featured-content__stat {
    font-size: 5rem;
    line-height: 5rem;
    margin-bottom: 0.8125rem; }
  .featured-item__secondary-featured-wrapper .featured-content__with-stat .featured-content__quote {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: 0.1875rem; }
  .featured-item__secondary-featured-wrapper .featured-content__with-stat .featured-content__eyebrow,
  .featured-item__secondary-featured-wrapper .featured-content__with-pull-quote .featured-content__eyebrow {
    margin-bottom: 1.375rem; }
  .featured-item__secondary-featured-wrapper .featured-content__with-stat .featured-content__read,
  .featured-item__secondary-featured-wrapper .featured-content__with-stat .featured-content__title,
  .featured-item__secondary-featured-wrapper .featured-content__with-stat .featured-content__by-line,
  .featured-item__secondary-featured-wrapper .featured-content__with-pull-quote .featured-content__read,
  .featured-item__secondary-featured-wrapper .featured-content__with-pull-quote .featured-content__title,
  .featured-item__secondary-featured-wrapper .featured-content__with-pull-quote .featured-content__by-line {
    display: none; }
  .featured-content__with-stat._has-author .featured-content__title,
  .featured-content__with-pull-quote._has-author .featured-content__title {
    width: 55%; }
  .featured-content__with-stat._has-author .featured-content__by-line,
  .featured-content__with-pull-quote._has-author .featured-content__by-line {
    float: right;
    width: 40%;
    text-align: left;
    padding-right: 1.25rem; }
  .featured-content__with-stat .featured-content__title,
  .featured-content__with-pull-quote .featured-content__title {
    font-size: 1rem;
    line-height: 1.3125rem;
    display: inline-block;
    width: 65%; }
  .featured-content__with-stat .featured-content__date-time,
  .featured-content__with-pull-quote .featured-content__date-time {
    margin-top: 0.4375rem; }
  .featured-content__with-stat .featured-content__read-article,
  .featured-content__with-pull-quote .featured-content__read-article {
    padding-right: 1.25rem; }
  .featured-content__with-stat .featured-content__read,
  .featured-content__with-pull-quote .featured-content__read {
    display: block;
    margin-bottom: 0.8125rem; }
    .featured-content__with-stat .featured-content__read span,
    .featured-content__with-pull-quote .featured-content__read span {
      font-size: 0.875rem; }
  .featured-content__with-stat .featured-content__eyebrow {
    margin-bottom: 2.5rem; }
  .featured-content__with-stat .featured-content__stat {
    font-size: 6.25rem;
    line-height: 6.25rem;
    padding-top: 0; }
  .featured-content__with-stat .featured-content__quote {
    font-size: 1.375rem;
    line-height: 1.75rem;
    margin-bottom: 2.375rem; }
  .featured-content__with-pull-quote .featured-content__quote {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 2.0625rem; } }

@media screen and (min-width: 1280px) {
  .featured-content__with-stat .featured-content__stat {
    font-size: 10rem;
    line-height: 10rem; }
  .featured-content__with-stat .featured-content__quote {
    font-size: 1.625rem;
    line-height: 2.25rem; }
  .featured-content__with-pull-quote .featured-content__quote {
    font-size: 1.75rem;
    line-height: 2.625rem;
    margin-bottom: 2.0625rem; } }

.image-copy-breaker {
  margin-left: -20px;
  margin-right: -20px;
  display: inline-block;
  margin-top: 12.9375rem;
  min-height: 31.6875rem;
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-bottom: 2.5rem;
  padding-bottom: 5.375rem;
  margin-top: -0.0625rem; }
  @media screen and (min-width: 768px) {
    .image-copy-breaker {
      margin-left: -20px; } }
  @media screen and (min-width: 1024px) {
    .image-copy-breaker {
      margin-left: -32px; } }
  @media screen and (min-width: 768px) {
    .image-copy-breaker {
      margin-right: -20px; } }
  @media screen and (min-width: 1024px) {
    .image-copy-breaker {
      margin-right: -32px; } }
  .image-copy-breaker:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(3, 56, 74, 0.8);
    z-index: 0; }
  .image-copy-breaker.hovered .image-copy-breaker__headline {
    text-decoration: underline;
    color: #c4d82d; }
    .image-copy-breaker.hovered .image-copy-breaker__headline p {
      color: #fff; }
  .image-copy-breaker.hovered .image-copy-breaker__arrow {
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  .image-copy-breaker.hovered .image-copy-breaker__image-wrapper {
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    transition-delay: .15s; }

.image-copy-breaker__image-wrapper {
  margin: -10.4375rem auto 2.3125rem;
  display: block;
  max-width: 31.5625rem;
  transition: transform .3s ease; }

.image-copy-breaker__content-wrapper {
  padding: 0 1.25rem;
  position: relative;
  z-index: 2; }

.image-copy-breaker__link:focus, .image-copy-breaker__link:active, .image-copy-breaker__link:hover {
  text-decoration: none; }

.image-copy-breaker__headline {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 200;
  font-size: 1.875rem;
  font-style: italic;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 1.1875rem;
  margin: 0 0 1.1875rem; }
  .image-copy-breaker__headline a {
    color: #fff; }
  .image-copy-breaker__headline:focus, .image-copy-breaker__headline:hover {
    text-decoration: none; }

.image-copy-breaker__description {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 200;
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 2.3125rem; }

.image-copy-breaker__arrow {
  color: #c4d82d;
  transition: transform .3s ease;
  display: inline-block; }

@media screen and (min-width: 768px) {
  .image-copy-breaker {
    padding-top: 11.625rem;
    margin-top: -0.3125rem;
    width: calc(100% + 40px); }
  .image-copy-breaker__image-wrapper {
    position: absolute;
    top: -6.25rem;
    right: 7.0625rem;
    z-index: 3;
    max-width: 22.25rem; }
  .image-copy-breaker__info {
    position: relative;
    z-index: 4; }
  .image-copy-breaker__info {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 48.78049%;
    margin-left: 12.80488%; }
    .image-copy-breaker__info:last-child {
      margin-right: 0; }
  .image-copy-breaker__headline {
    font-size: 1.75rem; }
  .image-copy-breaker__description {
    margin-bottom: 1.9375rem; } }

@media screen and (min-width: 1024px) {
  .image-copy-breaker {
    width: calc(100% + 64px); }
  .image-copy-breaker__image-wrapper {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 40.72581%;
    max-width: 31.5625rem;
    right: 8.3%; }
    .image-copy-breaker__image-wrapper:last-child {
      margin-right: 0; }
  .image-copy-breaker__info {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 32.25806%;
    margin-left: 8.46774%; }
    .image-copy-breaker__info:last-child {
      margin-right: 0; } }

.perspective {
  margin-left: -20px;
  margin-right: -20px;
  display: inline-block;
  background-color: #f3f5f8;
  padding: 2.8125rem 20px 12rem; }
  @media screen and (min-width: 768px) {
    .perspective {
      margin-left: -20px; } }
  @media screen and (min-width: 1024px) {
    .perspective {
      margin-left: -32px; } }
  @media screen and (min-width: 768px) {
    .perspective {
      margin-right: -20px; } }
  @media screen and (min-width: 1024px) {
    .perspective {
      margin-right: -32px; } }

.perspective-header {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 200;
  font-size: 24px;
  font-style: italic;
  line-height: 1.7;
  color: #da181a;
  margin: 0 0 2.375rem; }

.perspective-item {
  background-color: #fff;
  padding: 1.5625rem 1.875rem 2.375rem;
  margin-bottom: 20px; }

.perspective-item__post-time {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.7;
  color: #386274;
  margin-bottom: 0.375rem; }

.perspective-item__title {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #111d22;
  margin: 0 0 0.9375rem; }

.perspective-item__description {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #111d22;
  margin-bottom: 1.625rem; }

.perspective-item__link {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 300;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.3;
  color: #0093d0;
  display: block; }
  .perspective-item__link > *:not(i) {
    border-bottom: 2px solid transparent;
    display: inline; }
  .perspective-item__link:focus, .perspective-item__link:hover {
    text-decoration: none; }
    .perspective-item__link:focus > *:not(i), .perspective-item__link:hover > *:not(i) {
      border-bottom: 2px solid #c4d82d;
      display: inline; }

@media screen and (min-width: 768px) {
  .perspective {
    padding: 4.0625rem 0 8.75rem;
    width: calc(100% + 40px); }
  .perspective-header,
  .perspective-item {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%; }
    .perspective-header:last-child,
    .perspective-item:last-child {
      margin-right: 0; } }

@media screen and (min-width: 1024px) {
  .perspective {
    width: calc(100% + 64px);
    padding: 9.875rem 32px 8.6875rem;
    margin-top: -11rem; }
  .perspective-item-wrapper,
  .perspective-header {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 83.06452%;
    margin-left: 8.46774%; }
    .perspective-item-wrapper:last-child,
    .perspective-header:last-child {
      margin-right: 0; }
  .perspective-item-wrapper {
    display: block;
    clear: both;
    position: relative;
    min-width: 83.06452%; }
  .gutter-sizer {
    width: 2%; }
  .perspective-item {
    width: 32%;
    margin-left: 0;
    margin-right: 0; }
  .perspective-item__link {
    position: absolute;
    bottom: 1.375rem; } }

.full-twitter {
  margin-left: -20px;
  margin-right: -20px;
  padding: 3.1875rem 1.25rem;
  background-color: #1c3948;
  display: block; }
  @media screen and (min-width: 768px) {
    .full-twitter {
      margin-left: -20px; } }
  @media screen and (min-width: 1024px) {
    .full-twitter {
      margin-left: -32px; } }
  @media screen and (min-width: 768px) {
    .full-twitter {
      margin-right: -20px; } }
  @media screen and (min-width: 1024px) {
    .full-twitter {
      margin-right: -32px; } }

.full-twitter__tweet {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 200;
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 1.875rem; }
  .full-twitter__tweet a {
    color: #c4d82d; }
  .full-twitter__tweet strong {
    font-weight: inherit; }

.full-twitter__account {
  display: inline-block;
  margin-bottom: 0.625rem; }

.full-twitter__account-info i {
  color: #75a5c0;
  font-size: 1.75rem;
  display: inline-block;
  vertical-align: top;
  margin-right: 1rem;
  position: relative;
  top: 0.1875rem; }

.full-twitter__account-name {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff; }

.full-twitter__account-handle {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.7;
  color: #75a5c0; }

.full-twitter__date {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.7;
  color: #fff; }

@media screen and (min-width: 768px) {
  .full-twitter {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%;
    padding: 3.375rem 2.5rem;
    position: relative;
    z-index: 2; }
    .full-twitter:last-child {
      margin-right: 0; }
  .full-twitter__account {
    margin-bottom: 1.875rem; }
  .full-twitter__tweet {
    margin-bottom: 2.5rem; } }

@media screen and (min-width: 1024px) {
  .full-twitter {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 83.06452%;
    margin-left: 8.46774%;
    padding: 4.5rem 3.75rem; }
    .full-twitter:last-child {
      margin-right: 0; }
  .full-twitter__tweet {
    font-size: 1.75rem;
    line-height: 1.4;
    margin-bottom: 1.875rem; } }

.about-page iframe {
  max-width: 100%; }

.about-page .explainer-banner__image-wrapper {
  background-size: cover;
  background-position: center center; }

.about-page .timeline {
  margin-right: -20px;
  margin-left: -20px;
  width: auto;
  background: linear-gradient(#fff 235px, #f3f5f8 235px); }
  @media screen and (min-width: 768px) {
    .about-page .timeline {
      margin-right: -20px; } }
  @media screen and (min-width: 1024px) {
    .about-page .timeline {
      margin-right: -32px; } }
  @media screen and (min-width: 768px) {
    .about-page .timeline {
      margin-left: -20px; } }
  @media screen and (min-width: 1024px) {
    .about-page .timeline {
      margin-left: -32px; } }

.about-page .timeline__expand-button {
  margin-bottom: 3.75rem; }

.about-page .timeline__expand-button[state='disabled'] {
  margin-bottom: 0; }

.about-page .donation {
  height: 22.75rem; }
  .about-page .donation .donation__wrapper {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    padding: 3.125rem 1.25rem 0; }
  .about-page .donation .donation__content-wrap {
    padding: 0;
    -ms-flex-align: center;
    align-items: center; }

.about-page__title,
.about-impact__timeline-link {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 200; }

.about-page__title {
  color: #fff;
  font-size: 3.375rem;
  line-height: 1;
  position: relative;
  text-align: center;
  z-index: 1;
  padding: 0 6.25rem; }

.about-page .explainer {
  margin-bottom: 1.875rem; }
  .about-page .explainer .explainer-banner {
    height: 15.625rem;
    padding: 0;
    padding-top: 4.4375rem; }

.about-impact__timeline-link {
  font-size: 1rem;
  color: #0093d0;
  font-style: italic;
  position: relative;
  display: block;
  text-align: right;
  clear: both; }
  .about-impact__timeline-link i {
    font-size: 0.625rem;
    margin-left: 0.4375rem; }

.about-impact .article-variations__cards-container {
  position: relative;
  padding-bottom: 1.25rem;
  margin-left: -20px;
  margin-right: -20px; }
  .about-impact .article-variations__cards-container::after {
    clear: both;
    content: '';
    display: table; }
  .about-impact .article-variations__cards-container:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f3f5f8;
    z-index: 0; }
  .about-impact .article-variations__cards-container h2 {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 200;
    font-size: 1.875rem;
    line-height: 2.25rem;
    color: #386274;
    margin-left: 20px;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-top: 45px;
    margin-bottom: 25px; }
  .about-impact .article-variations__cards-container .article-variations__impact {
    background-color: #22262c; }
  .about-impact .article-variations__cards-container .article-variations__impact.heritage-report-card-theme--featured {
    width: 100%;
    margin-right: 0;
    background-color: #264a59; }
  .about-impact .article-variations__cards-container .article-variations__impact.heritage-report-card-theme--featured:not(._has-image) {
    background-color: #264a59; }
  .about-impact .article-variations__cards-container .article-variations__impact.heritage-report-card-theme--featured.heritage-card-theme--large .heritage-card-eyebrow,
  .about-impact .article-variations__cards-container .article-variations__impact.heritage-report-card-theme--featured.heritage-card-theme--large .heritage-card__title,
  .about-impact .article-variations__cards-container .article-variations__impact.heritage-report-card-theme--featured.heritage-card-theme--large .heritage-report-card-theme--dark-author,
  .about-impact .article-variations__cards-container .article-variations__impact.heritage-report-card-theme--featured.heritage-card-theme--large .heritage-report-card-theme--dark-date,
  .about-impact .article-variations__cards-container .article-variations__impact.heritage-report-card-theme--featured.heritage-card-theme--large .heritage-report-card-theme--dark-date span {
    color: #fff; }
  .about-impact .article-variations__cards-container .article-variations__impact.heritage-report-card-theme--featured.heritage-card-theme--large .heritage-card__title {
    font-size: 36px; }
    .about-impact .article-variations__cards-container .article-variations__impact.heritage-report-card-theme--featured.heritage-card-theme--large .heritage-card__title:hover, .about-impact .article-variations__cards-container .article-variations__impact.heritage-report-card-theme--featured.heritage-card-theme--large .heritage-card__title:active, .about-impact .article-variations__cards-container .article-variations__impact.heritage-report-card-theme--featured.heritage-card-theme--large .heritage-card__title:focus {
      color: #fff; }
      .about-impact .article-variations__cards-container .article-variations__impact.heritage-report-card-theme--featured.heritage-card-theme--large .heritage-card__title:hover span, .about-impact .article-variations__cards-container .article-variations__impact.heritage-report-card-theme--featured.heritage-card-theme--large .heritage-card__title:active span, .about-impact .article-variations__cards-container .article-variations__impact.heritage-report-card-theme--featured.heritage-card-theme--large .heritage-card__title:focus span {
        color: #fff; }
  .about-impact .article-variations__cards-container .article-variations__impact.heritage-report-card-theme--featured.heritage-card-theme--large .heritage-report-card-theme--dark-arrow {
    color: #c4d82d; }
  @media screen and (min-width: 768px) {
    .about-impact .article-variations__cards-container .article-variations__impact.heritage-report-card-theme--dark:nth-of-type(2n),
    .about-impact .article-variations__cards-container .article-variations__impact.heritage-report-card-theme--light:nth-of-type(2n) {
      margin-right: 2%; }
    .about-impact .article-variations__cards-container .article-variations__impact.heritage-report-card-theme--dark:nth-of-type(2n -1),
    .about-impact .article-variations__cards-container .article-variations__impact.heritage-report-card-theme--light:nth-of-type(2n -1) {
      margin-right: 0; } }
  .about-impact .article-variations__cards-container .article-variations__impact.heritage-report-card-theme--featured._has-image:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(3, 56, 74, 0.8);
    z-index: 0; }
  .about-impact .article-variations__cards-container .article-variations__impact.heritage-report-card-theme--featured._has-image:after {
    display: block; }
  .about-impact .article-variations__cards-container .article-variations__impact.heritage-report-card-theme--featured._has-image .heritage-card-image-background {
    display: block;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .3s ease;
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .about-impact .article-variations__cards-container .article-variations__impact.heritage-report-card-theme--featured._has-image.hovered .heritage-card-image-background {
    -ms-transform: scale(1);
    transform: scale(1); }
  .about-impact .article-variations__cards-container .article-variations__impact.heritage-report-card-theme--light {
    background-color: #fff; }
  .about-impact .article-variations__cards-container .article-variations__impact.heritage-report-card-theme--light .heritage-card-eyebrow {
    color: #264a59; }
  .about-impact .article-variations__cards-container .article-variations__impact.heritage-report-card-theme--light .heritage-card__title {
    color: #264a59; }
    .about-impact .article-variations__cards-container .article-variations__impact.heritage-report-card-theme--light .heritage-card__title:hover {
      color: #c4d82d; }
    .about-impact .article-variations__cards-container .article-variations__impact.heritage-report-card-theme--light .heritage-card__title:focus span, .about-impact .article-variations__cards-container .article-variations__impact.heritage-report-card-theme--light .heritage-card__title:hover span, .about-impact .article-variations__cards-container .article-variations__impact.heritage-report-card-theme--light .heritage-card__title:active span {
      color: #264a59; }
  .about-impact .article-variations__cards-container .article-variations__impact.heritage-report-card-theme--light .heritage-report-card-theme--dark-date {
    color: #264a59; }
    .about-impact .article-variations__cards-container .article-variations__impact.heritage-report-card-theme--light .heritage-report-card-theme--dark-date span {
      color: #75a5c0; }
  .about-impact .article-variations__cards-container .article-variations__impact.heritage-report-card-theme--light .heritage-report-card-theme--dark-arrow {
    color: #0093d0; }
  .about-impact .article-variations__cards-container .article-variations__impact._has-image:after, .about-impact .article-variations__cards-container .article-variations__impact._has-image.heritage-report-card-theme--dark:not(._has-video):after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(3, 56, 74, 0.8);
    z-index: 0; }
  .about-impact .article-variations__cards-container .article-variations__impact._has-image:after, .about-impact .article-variations__cards-container .article-variations__impact._has-image.heritage-report-card-theme--dark:not(._has-video):after {
    display: none; }
  .about-impact .article-variations__cards-container .article-variations__impact._has-image .heritage-card-image-background, .about-impact .article-variations__cards-container .article-variations__impact._has-image.heritage-report-card-theme--dark:not(._has-video) .heritage-card-image-background {
    display: none; }
  .about-impact .article-variations__cards-container .article-variations__impact._has-image.hovered .heritage-card-image-background, .about-impact .article-variations__cards-container .article-variations__impact._has-image.heritage-report-card-theme--dark:not(._has-video).hovered .heritage-card-image-background {
    -ms-transform: scale(1);
    transform: scale(1); }
  .about-impact .article-variations__cards-container .heritage-card-eyebrow,
  .about-impact .article-variations__cards-container .heritage-card__title,
  .about-impact .article-variations__cards-container .heritage-report-card-theme--dark-date,
  .about-impact .article-variations__cards-container .heritage-report-card-theme--dark-date span {
    color: #fff;
    position: relative;
    z-index: 1; }
  .about-impact .article-variations__cards-container .see-all-impact-articles {
    position: relative;
    float: right;
    border: none;
    background-color: transparent;
    font-size: 1.25rem;
    font-style: italic;
    line-height: 1.3;
    color: #0093d0;
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    margin-top: 0.625rem;
    cursor: pointer;
    outline: none;
    margin-right: 0.9375rem;
    display: block; }
    .about-impact .article-variations__cards-container .see-all-impact-articles > *:not(i) {
      border-bottom: 2px solid transparent;
      display: inline; }
    .about-impact .article-variations__cards-container .see-all-impact-articles:focus, .about-impact .article-variations__cards-container .see-all-impact-articles:hover {
      text-decoration: none; }
      .about-impact .article-variations__cards-container .see-all-impact-articles:focus > *:not(i), .about-impact .article-variations__cards-container .see-all-impact-articles:hover > *:not(i) {
        border-bottom: 2px solid #c4d82d;
        display: inline; }
    .about-impact .article-variations__cards-container .see-all-impact-articles .heritage-icon-calendar_right {
      font-size: 0.625rem;
      margin-left: 0.5rem; }
    .about-impact .article-variations__cards-container .see-all-impact-articles:hover .heritage-icon-calendar_right {
      text-decoration: none;
      border-bottom: none; }

@media screen and (min-width: 768px) {
  .about-page__title {
    font-size: 4rem;
    padding: 0; }
  .about-page .explainer {
    margin-top: 0;
    padding: 0; }
    .about-page .explainer .explainer-banner {
      height: 22.5rem;
      padding: 0;
      padding-top: 13.3125rem; }
  .about-page .donation {
    height: 25rem; }
    .about-page .donation .donation__wrapper {
      padding-top: 3.75rem; }
  .about-page .timeline {
    background: linear-gradient(#fff 220px, #f3f5f8 220px); }
  .about-impact__timeline-link {
    margin-right: 4.25rem; }
  .about-impact .article-variations__cards-container {
    padding-bottom: 5rem;
    margin-left: auto;
    margin-right: auto;
    overflow: visible; }
    .about-impact .article-variations__cards-container:before {
      width: 100vw;
      left: calc(50% - 50vw); }
    .about-impact .article-variations__cards-container h2 {
      margin-left: 0;
      margin-top: 53px;
      margin-bottom: 35px; }
    .about-impact .article-variations__cards-container .heritage-card__title:focus span,
    .about-impact .article-variations__cards-container .heritage-card__title:hover span {
      color: #fff; } }

@media screen and (min-width: 1024px) {
  .about-page__title {
    font-size: 5rem; }
  .about-page .explainer {
    margin-bottom: 3.125rem; }
    .about-page .explainer .explainer-banner {
      padding-top: 12rem; }
  .about-page .timeline {
    background: linear-gradient(#fff 340px, #f3f5f8 340px); }
  .about-page .donation .donation__wrapper {
    padding-top: 0; }
  .about-impact__timeline-link {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 49.19355%;
    margin-left: 33.87097%; }
    .about-impact__timeline-link:last-child {
      margin-right: 0; }
  .about-impact .article-variations__cards-container {
    padding-top: 5.875rem; }
    .about-impact .article-variations__cards-container h2 {
      margin-top: 0;
      font-size: 2.5rem;
      line-height: 2.5rem;
      display: block; } }

.about-page__tabs li {
  list-style-position: outside;
  margin-left: 1.25rem; }

.about-page__tabs ul li {
  list-style-type: disc; }

.about-page__tabs blockquote {
  padding-left: 2.4375rem;
  border-left: #d9e3e9 1px solid;
  margin-left: 0;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 0.875rem;
  line-height: 2;
  color: #2b4e5e;
  clear: both; }

.about-page__tabs blockquote p {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  display: inline-block;
  margin: 0; }

.about-page__tabs .line-quote {
  width: 75%;
  margin: 1.875rem 0 1.875rem 15%;
  display: inline-block;
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 300;
  font-style: italic;
  color: #386274;
  font-size: 1.3125rem;
  font-weight: 100;
  line-height: 2rem;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-color: #f3f5f8;
  padding: 0.3125rem 0.625rem;
  box-shadow: 10px 0 0 #f3f5f8, -10px 0 0 #f3f5f8; }
  @media screen and (min-width: 768px) {
    .about-page__tabs .line-quote {
      float: left;
      display: block;
      margin-right: 3.27869%;
      width: 82.78689%;
      margin-left: 17.21311%;
      max-width: none;
      font-size: 1.625rem;
      line-height: 2.5rem; }
      .about-page__tabs .line-quote:last-child {
        margin-right: 0; } }
  .about-page__tabs .line-quote:before {
    content: '“';
    display: inline;
    color: #75a5c0; }
    @media screen and (min-width: 768px) {
      .about-page__tabs .line-quote:before {
        font-size: 34px;
        line-height: 34px; } }
  .about-page__tabs .line-quote:after {
    content: '”';
    display: inline;
    color: #75a5c0; }
    @media screen and (min-width: 768px) {
      .about-page__tabs .line-quote:after {
        font-size: 34px;
        line-height: 34px; } }

.about-page__tabs {
  position: relative;
  transition: height .3s ease; }
  .about-page__tabs::after {
    clear: both;
    content: '';
    display: table; }
  .about-page__tabs .about-page__tab-select-container {
    position: relative;
    text-align: center;
    width: 100%;
    padding-bottom: 1.0625rem;
    border-bottom: 2px solid #508399; }
    .about-page__tabs .about-page__tab-select-container:before {
      font-size: 0.5rem;
      color: #508399;
      position: absolute;
      right: 0;
      bottom: 1.5625rem; }
  .about-page__tabs .about-page__tab-select {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.875rem;
    color: #111d22;
    font-style: italic;
    text-align: center; }
    .about-page__tabs .about-page__tab-select:focus {
      outline: none; }
  .about-page__tabs .tab {
    position: relative; }
  .about-page__tabs .about-page__tab-labels {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 83.06452%;
    margin-left: 8.46774%;
    text-align: center;
    position: relative;
    z-index: 1;
    padding-bottom: 1.875rem;
    border-bottom: 2px solid #f3f5f8;
    display: none; }
    .about-page__tabs .about-page__tab-labels:last-child {
      margin-right: 0; }
  .about-page__tabs .about-page__tab-labels label,
  .about-page__tabs .content h2,
  .about-page__tabs .about-page__tab-select {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300; }
  .about-page__tabs .about-page__tab-labels label {
    font-size: 1.5rem;
    font-style: italic;
    line-height: 1.875rem;
    color: #508399;
    padding: 0 0.9375rem 1.75rem;
    margin-right: 1.875rem;
    cursor: pointer; }
    .about-page__tabs .about-page__tab-labels label:last-of-type {
      margin-right: 0; }
    .about-page__tabs .about-page__tab-labels label.active {
      border-bottom: 4px solid #c4d82d; }
      .about-page__tabs .about-page__tab-labels label.active a {
        color: #111d22; }
    .about-page__tabs .about-page__tab-labels label a {
      color: inherit; }
      .about-page__tabs .about-page__tab-labels label a:focus, .about-page__tabs .about-page__tab-labels label a:hover {
        color: #111d22;
        text-decoration: none; }
  .about-page__tabs .content {
    position: relative;
    opacity: 1;
    display: block;
    transition: opacity .5s ease; }
    .about-page__tabs .content h2 {
      font-size: 1.875rem;
      line-height: 2.25rem;
      color: #111d22;
      font-weight: 100;
      font-style: italic;
      margin: 2.375rem 0 1.75rem; }

@media screen and (min-width: 768px) {
  .about-page__tabs .about-page__tab-select-container,
  .about-page__tabs .tab {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%; }
    .about-page__tabs .about-page__tab-select-container:last-child,
    .about-page__tabs .tab:last-child {
      margin-right: 0; }
  .about-page__tabs .content h2 {
    line-height: 2.5rem;
    margin: 2.875rem 0 1.625rem; } }

@media screen and (min-width: 1024px) {
  .about-page__tabs .about-page__tab-select-container {
    display: none; }
  .about-page__tabs .about-page__tab-labels {
    display: block; }
  .about-page__tabs .tab {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 74.59677%;
    margin-left: 16.93548%;
    position: relative; }
    .about-page__tabs .tab:last-child {
      margin-right: 0; }
  .about-page__tabs .content h2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin: 3.4375rem 0 2.5625rem; }
  .about-page__tabs .content > p,
  .about-page__tabs .content ul,
  .about-page__tabs .content ol {
    float: left;
    display: block;
    margin-right: 2.16216%;
    width: 77.2973%;
    margin-left: 11.35135%;
    line-height: 2rem;
    letter-spacing: 0.00625rem;
    float: none; }
    .about-page__tabs .content > p:last-child,
    .about-page__tabs .content ul:last-child,
    .about-page__tabs .content ol:last-child {
      margin-right: 0; }
  .about-page__tabs .content blockquote {
    float: left;
    display: block;
    margin-right: 3.27869%;
    width: 100%;
    margin-left: 17.21311%;
    display: inline-block;
    float: none;
    font-size: 1rem;
    line-height: 1.875rem;
    padding-left: 2.5rem;
    margin-top: 1.875rem;
    margin-bottom: 3.125rem; }
    .about-page__tabs .content blockquote:last-child {
      margin-right: 0; }
  .about-page__tabs .content blockquote p {
    font-size: 1rem;
    font-style: normal;
    color: #2b4e5e;
    font-weight: 400;
    font-family: "Gotham A", "Gotham B", "Arial", "Helvetica Neue", "Helvetica", sans-serif; } }

.about-impact__quotes {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  margin-right: -20px;
  margin-left: -20px;
  padding: 0 20px;
  color: #264a59;
  background-color: #f3f5f8;
  margin-top: 1.5rem; }
  .about-impact__quotes::after {
    clear: both;
    content: '';
    display: table; }
  @media screen and (min-width: 768px) {
    .about-impact__quotes {
      margin-right: -20px; } }
  @media screen and (min-width: 1024px) {
    .about-impact__quotes {
      margin-right: -32px; } }
  @media screen and (min-width: 768px) {
    .about-impact__quotes {
      margin-left: -20px; } }
  @media screen and (min-width: 1024px) {
    .about-impact__quotes {
      margin-left: -32px; } }

.about-impact__quote-container {
  float: none;
  padding: 6.5rem 0 1.875rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .about-impact__quote-container::after {
    clear: both;
    content: '';
    display: table; }
  .about-impact__quote-container:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: calc(100% - 40px);
    margin: auto;
    border-bottom: 2px solid #fff; }
  .about-impact__quote-container:last-of-type:before {
    border-bottom: none; }

.about-impact__quote-text {
  font-size: 1.5rem;
  line-height: 2.1875rem;
  margin-bottom: 1.3125rem;
  position: relative;
  -ms-flex-order: 1;
  order: 1; }
  .about-impact__quote-text i:before {
    font-size: 4.75rem;
    color: #c5d1d8;
    opacity: .4;
    position: absolute;
    top: -3.75rem; }
  .about-impact__quote-text p {
    position: relative; }
    .about-impact__quote-text p:last-child:after {
      content: '”'; }

.about-impact__quote-photo-wrapper {
  float: left;
  display: block;
  margin-right: 5%;
  width: 21.25%;
  -ms-flex-order: 2;
  order: 2; }
  .about-impact__quote-photo-wrapper:last-child {
    margin-right: 0; }

.about-impact__quote-photo {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center center;
  height: calc((100vw - 40px)*0.2125);
  border-radius: 50%; }

.about-impact__quote-source {
  float: left;
  display: block;
  margin-right: 5%;
  width: 73.75%;
  -ms-flex-order: 3;
  order: 3; }
  .about-impact__quote-source:last-child {
    margin-right: 0; }

.about-impact__quote-source-name {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: bold;
  padding-top: 0.4375rem; }

.about-impact__quote-source-title {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  padding-top: 0.375rem;
  font-size: 0.75rem;
  line-height: 1rem; }

@media screen and (min-width: 768px) {
  .about-impact__quotes {
    margin-top: 2.125rem; }
  .about-impact__quote-container {
    width: calc(74.39024% + 20px);
    margin-left: 12.80488%;
    display: -ms-flexbox;
    display: flex;
    padding: 5.1875rem 0 3.6875rem;
    margin-right: 0; }
    .about-impact__quote-container:before {
      width: auto;
      left: 20px;
      right: -20px; }
  .about-impact__quote-text {
    width: calc(65.57377% + 20px);
    margin-right: 0;
    -ms-flex-order: 2;
    order: 2;
    font-size: 1.75rem;
    line-height: 2.625rem; }
    .about-impact__quote-text i:before {
      font-size: 3.125rem;
      top: -1.4375rem;
      left: -3.125rem; }
  .about-impact__quote-photo-wrapper {
    -ms-flex-order: 1;
    order: 1;
    width: 7.5rem;
    height: 7.5rem;
    margin-right: 3.0625rem; }
  .about-impact__quote-photo {
    width: 100%;
    height: 100%; }
  .about-impact__quote-source {
    margin-left: 10.5625rem;
    max-width: 16.25rem; } }

@media screen and (min-width: 1024px) {
  .about-impact__quotes {
    margin-top: 3.125rem; }
  .about-impact__quote-container {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 83.06452%;
    margin-left: 8.46774%;
    margin-right: 0;
    padding: 7.625rem 0 3.75rem; }
    .about-impact__quote-container:last-child {
      margin-right: 0; }
    .about-impact__quote-container:before {
      left: 0;
      right: 0; }
  .about-impact__quote-photo-wrapper {
    float: left;
    display: block;
    margin-right: 1.94175%;
    width: 28.64078%;
    margin-right: 0;
    height: auto;
    position: absolute;
    left: 0;
    top: auto; }
    .about-impact__quote-photo-wrapper:last-child {
      margin-right: 0; }
  .about-impact__quote-photo {
    width: 11.875rem;
    height: 11.875rem;
    margin: auto; }
  .about-impact__quote-text {
    float: left;
    display: block;
    margin-right: 1.94175%;
    width: 59.2233%;
    margin-left: 10.19417%;
    margin-right: 0;
    font-size: 2rem;
    line-height: 2.8125rem;
    margin-bottom: 2.5rem;
    margin-left: calc(10.19417% + 28.64078%); }
    .about-impact__quote-text:last-child {
      margin-right: 0; }
    .about-impact__quote-text i:before {
      font-size: 4.375rem;
      top: -2.5rem;
      left: -4.5rem; }
  .about-impact__quote-source {
    margin-left: calc(10.19417% + 28.64078%); } }

.top-issues {
  margin-left: -20px;
  margin-right: -20px;
  float: left;
  clear: both;
  display: block;
  background-color: #f3f5f8;
  padding: 2.1875rem 20px 3.125rem;
  width: calc(100% + 40px); }
  @media screen and (min-width: 768px) {
    .top-issues {
      margin-left: -20px; } }
  @media screen and (min-width: 1024px) {
    .top-issues {
      margin-left: -32px; } }
  @media screen and (min-width: 768px) {
    .top-issues {
      margin-right: -20px; } }
  @media screen and (min-width: 1024px) {
    .top-issues {
      margin-right: -32px; } }
  .top-issues::after {
    clear: both;
    content: '';
    display: table; }

.top-issues__content-wrapper::after {
  clear: both;
  content: '';
  display: table; }

.top-issues__heading {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 300;
  font-size: 1.875rem;
  line-height: 1.5;
  color: #386274;
  margin: 0 0 1.3125rem; }

.top-issues__issue {
  width: 100%;
  min-height: 26.125rem;
  margin-bottom: 1.25rem;
  position: relative;
  padding-bottom: 5.3125rem;
  background-color: #fff; }
  .top-issues__issue::after {
    clear: both;
    content: '';
    display: table; }

.top-issues__issue-link:focus .top-issue__issue-image-caption, .top-issues__issue-link:hover .top-issue__issue-image-caption {
  text-decoration: underline; }

.top-issue__issue-image-wrapper {
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center center;
  height: 12.6875rem; }
  .top-issue__issue-image-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.3));
    z-index: 0; }

.top-issue__issue-image-caption {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  position: absolute;
  bottom: 1rem;
  left: 1.25rem;
  font-size: 1.125rem;
  color: #c4d82d;
  z-index: 1; }

.top-issues__issue-content-wrapper {
  padding: 1.25rem 1.25rem 0;
  background-color: #fff;
  overflow: hidden; }

.top-issues__issue-headline {
  margin: 0 0 1.6875rem;
  line-height: 1.1; }
  .top-issues__issue-headline a {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 200;
    font-size: 1.75rem;
    color: #386274; }
    .top-issues__issue-headline a:focus, .top-issues__issue-headline a:hover {
      text-decoration: none;
      color: #0093d0; }

.top-issue__author-info {
  position: absolute;
  left: 1.25rem;
  bottom: 2.1875rem; }

.top-issues__author-name {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 300;
  font-size: 1rem;
  font-style: italic;
  color: #0093d0;
  margin-bottom: 0.4375rem;
  display: block;
  display: block; }
  .top-issues__author-name > *:not(i) {
    border-bottom: 2px solid transparent;
    display: inline; }
  .top-issues__author-name:focus, .top-issues__author-name:hover {
    text-decoration: none; }
    .top-issues__author-name:focus > *:not(i), .top-issues__author-name:hover > *:not(i) {
      border-bottom: 2px solid #c4d82d;
      display: inline; }

.top-issues__date-time {
  color: #264a59; }
  .top-issues__date-time span {
    color: #264a59;
    font-weight: bold; }

@media screen and (min-width: 768px) {
  .top-issues {
    width: calc(100% + 40px);
    padding: 15.1875rem 20px 16.0625rem;
    margin-top: -8rem; }
  .top-issues__heading,
  .top-issues__issue-container {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%; }
    .top-issues__heading:last-child,
    .top-issues__issue-container:last-child {
      margin-right: 0; }
  .top-issues__heading {
    font-size: 2.5rem; }
  .top-issues__offset-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .top-issues__issue {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    height: 23.4375rem;
    min-height: auto;
    overflow: hidden;
    background-color: #fff; }
  .top-issue__issue-image-wrapper {
    height: 10rem; }
  .top-issue__issue-image-caption {
    font-size: 1rem; }
  .top-issues__issue-headline a {
    font-size: 1.375rem; } }

@media screen and (min-width: 1024px) {
  .top-issues {
    width: calc(100% + 64px);
    padding: 14.3125rem 32px 14.0625rem; }
  .top-issues__heading,
  .top-issues__issue-container {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 83.06452%;
    margin-left: 8.46774%; }
    .top-issues__heading:last-child,
    .top-issues__issue-container:last-child {
      margin-right: 0; }
  .top-issues__issue {
    -ms-flex: 0 0 31.53%;
    flex: 0 0 31.53%;
    height: 25.9375rem;
    overflow: hidden;
    margin-left: .9%;
    margin-right: .9%; }
  .top-issues__offset-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -.9%;
    width: calc(100% + 1.8%);
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .top-issue__issue-image-wrapper {
    height: 12.5rem; } }

.about-heritage-breaker {
  margin-left: -20px;
  margin-right: -20px;
  clear: both;
  background-color: #292e35; }
  @media screen and (min-width: 768px) {
    .about-heritage-breaker {
      margin-left: -20px; } }
  @media screen and (min-width: 1024px) {
    .about-heritage-breaker {
      margin-left: -32px; } }
  @media screen and (min-width: 768px) {
    .about-heritage-breaker {
      margin-right: -20px; } }
  @media screen and (min-width: 1024px) {
    .about-heritage-breaker {
      margin-right: -32px; } }

.about-heritage-breaker__image {
  height: 13.1875rem;
  background-size: cover;
  background-position: center center; }

.about-heritage-breaker__info {
  padding: 2.0625rem 1.25rem 4.375rem;
  position: relative; }
  .about-heritage-breaker__info.hovered .about-heritage-breaker__arrow {
    -ms-transform: translateX(20px);
    transform: translateX(20px); }

.about-heritage-breaker__arrow {
  position: absolute;
  bottom: 2.1875rem;
  right: 1.25rem;
  color: #c4d82d;
  transition: transform .3s ease; }
  .about-heritage-breaker__arrow:hover {
    text-decoration: none; }

.about-heritage-breaker__title {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 200;
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.2;
  color: #c4d82d;
  margin-bottom: 1.1875rem; }

.about-heritage-breaker__cta {
  font-size: 2rem;
  line-height: 1.1;
  margin: 0; }
  .about-heritage-breaker__cta a {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 200;
    color: #fff;
    transition: none; }
    .about-heritage-breaker__cta a:focus, .about-heritage-breaker__cta a:hover {
      color: #c4d82d; }
      .about-heritage-breaker__cta a:focus p, .about-heritage-breaker__cta a:hover p {
        color: #fff; }

@media screen and (min-width: 768px) {
  .about-heritage-breaker {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%;
    margin-bottom: 5rem;
    margin-top: -12.5rem; }
    .about-heritage-breaker:last-child {
      margin-right: 0; }
  .about-heritage-breaker__image {
    height: 19.0625rem; }
  .about-heritage-breaker__info {
    padding: 2.5625rem 2.625rem 4.3125rem; }
  .about-heritage-breaker__cta {
    font-size: 2.125rem; }
  .about-heritage-breaker__title {
    line-height: 2.3;
    margin-bottom: 0.5rem; }
  .about-heritage-breaker__arrow {
    right: 2.625rem; } }

@media screen and (min-width: 1024px) {
  .about-heritage-breaker__title {
    line-height: 1.9;
    font-size: 1.5rem;
    margin-bottom: 6px; }
  .about-heritage-breaker {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 83.06452%;
    margin-left: 8.46774%;
    display: -ms-flexbox;
    display: flex; }
    .about-heritage-breaker:last-child {
      margin-right: 0; }
  .about-heritage-breaker__info {
    padding: 2.625rem 2.625rem 5.75rem;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    -ms-flex-order: 0;
    order: 0; }
  .about-heritage-breaker__image {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    height: auto;
    -ms-flex-order: 1;
    order: 1; }
  .about-heritage-breaker__cta {
    font-size: 2.375rem; } }

.about-impact__stats {
  text-align: center;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem; }

.about-stat-card {
  border-bottom: 2px solid #f3f5f8;
  padding-bottom: 1.5625rem; }
  .about-stat-card::after {
    clear: both;
    content: '';
    display: table; }
  .about-stat-card:last-of-type {
    border-bottom: none; }

.about-stat-card__number-wrapper,
.about-stat-card__description {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 200; }

.about-stat-card__number-wrapper {
  font-size: 5rem;
  line-height: 5rem;
  color: #386274;
  padding: 0.9375rem 0 1.4375rem;
  position: relative; }
  .about-stat-card__number-wrapper:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 5.3125rem;
    border-bottom: 2px solid #c4d82d; }

.about-stat-card__description {
  font-size: 1.3125rem;
  line-height: 1.75rem;
  letter-spacing: 0.0125rem;
  color: #111d22;
  padding-top: 1.4375rem;
  font-style: italic; }

@media screen and (min-width: 768px) {
  .about-impact__stats {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem; }
    .about-impact__stats:last-child {
      margin-right: 0; }
  .about-stat-card__description {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

@media screen and (min-width: 1024px) {
  .about-impact__stats {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 66.12903%;
    margin-left: 16.93548%;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
    .about-impact__stats:last-child {
      margin-right: 0; }
  .about-stat-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: none;
    padding: 3.125rem 0; }
    .about-stat-card:last-of-type .about-stat-card__number-wrapper:after,
    .about-stat-card:last-of-type .about-stat-card__description:after {
      display: none; }
  .about-stat-card__number-wrapper {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 35.97561%;
    font-size: 5.625rem;
    line-height: 6.25rem;
    position: static;
    padding: 0; }
    .about-stat-card__number-wrapper:last-child {
      margin-right: 0; }
    .about-stat-card__number-wrapper:after {
      right: calc(100% - 35.97561%); }
  .about-stat-card__description {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 61.58537%;
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 0;
    text-align: left; }
    .about-stat-card__description:last-child {
      margin-right: 0; }
    .about-stat-card__description:after {
      content: '';
      position: absolute;
      width: 61.58537%;
      bottom: 0;
      left: calc(35.97561% + 2.43902%);
      border-bottom: 2px solid #f3f5f8; } }

@media screen and (min-width: 1280px) {
  .about-stat-card__number-wrapper {
    font-size: 6.25rem; } }

.about-mission .about-page__tabs .content {
  margin-bottom: 2.875rem; }
  .about-mission .about-page__tabs .content h2 {
    line-height: 2.25rem; }
  .about-mission .about-page__tabs .content > p,
  .about-mission .about-page__tabs .content li {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    font-size: 1.3125rem;
    line-height: 1.875rem;
    color: #111d22; }
  .about-mission .about-page__tabs .content > p {
    font-style: italic; }

.about-mission .about-impact__stats {
  margin-left: -20px;
  margin-right: -20px;
  padding: 0.3125rem 20px 2.9375rem;
  background-color: #f3f5f8; }
  @media screen and (min-width: 768px) {
    .about-mission .about-impact__stats {
      margin-left: -20px; } }
  @media screen and (min-width: 1024px) {
    .about-mission .about-impact__stats {
      margin-left: -32px; } }
  @media screen and (min-width: 768px) {
    .about-mission .about-impact__stats {
      margin-right: -20px; } }
  @media screen and (min-width: 1024px) {
    .about-mission .about-impact__stats {
      margin-right: -32px; } }

.about-mission .about-stat-card {
  border-bottom: none;
  padding: 2.8125rem 0 0; }

.about-mission .about-stat-card__number-wrapper {
  font-size: 3.75rem;
  line-height: 2.8rem;
  padding: 0 0 2rem; }

.about-mission .about-stat-card__description {
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 0.00625rem; }

.about-mission__body {
  padding-bottom: 2.5rem;
  border-bottom: 4px solid #f3f5f8; }

.about-mission__body-image {
  position: relative;
  width: 100vw;
  height: calc(100vw/1.77);
  background-size: cover;
  background-position: center center;
  left: -20px; }
  .about-mission__body-image:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: rgba(0, 188, 255, 0.2); */
    z-index: 0; }

.about-mission__body-copy {
  margin-top: 1.9375rem; }
  .about-mission__body-copy p {
    font-size: 1.125rem;
    margin-bottom: 0; }

@media screen and (min-width: 768px) {
  .about-mission .about-page__tabs .content h2 {
    font-size: 1.875rem;
    line-height: 2.5rem; }
  .about-mission .about-page__tabs .content > p {
    font-size: 1.5rem;
    line-height: 2.25rem; }
  .about-mission .about-impact__stats {
    width: 100vw;
    float: none;
    padding: 0 0 6.375rem; }
    .about-mission .about-impact__stats::after {
      clear: both;
      content: '';
      display: table; }
  .about-mission .about-stat-card {
    width: calc(48.78049% + 20px*2);
    margin: auto; }
  .about-mission .about-stat-card__number-wrapper {
    font-size: 4.375rem;
    line-height: 3.125rem; }
  .about-mission .about-stat-card__description {
    font-size: 1.1875rem;
    line-height: 1.75rem; }
  .about-mission__body {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%;
    margin-top: -5.625rem; }
    .about-mission__body:last-child {
      margin-right: 0; }
    .about-mission__body::after {
      clear: both;
      content: '';
      display: table; }
  .about-mission__body-image {
    width: 100%;
    height: 17.75rem;
    left: 0; } }

@media screen and (min-width: 1024px) {
  .about-mission .about-page__tabs .content h2 {
    font-size: 2.5rem;
    line-height: 2.5rem; }
  .about-mission .about-page__tabs .content > p {
    font-size: 1.625rem;
    line-height: 2.5rem; }
  .about-mission .about-impact__stats {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 10.125rem; }
  .about-mission .about-stat-card {
    width: 17.5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 2.1875rem 0 0;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 3.4375rem; }
    .about-mission .about-stat-card:last-of-type .about-stat-card__number-wrapper:after {
      display: block; }
  .about-mission .about-stat-card__number-wrapper,
  .about-mission .about-stat-card__description {
    width: 100%;
    margin-right: 0;
    float: none;
    position: relative; }
  .about-mission .about-stat-card__description {
    font-size: 1.3125rem;
    line-height: 1.875rem;
    padding-top: 1.1875rem;
    text-align: center; }
    .about-mission .about-stat-card__description:after {
      display: none; }
  .about-mission .about-stat-card__number-wrapper {
    font-size: 5rem;
    line-height: 5rem;
    padding-bottom: 1.25rem; }
    .about-mission .about-stat-card__number-wrapper:after {
      right: 0; }
  .about-mission__body {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 83.06452%;
    margin-left: 8.46774%;
    margin-top: -6.25rem; }
    .about-mission__body:last-child {
      margin-right: 0; }
  .about-mission__body-image {
    float: left;
    display: block;
    margin-right: 1.94175%;
    width: 59.2233%;
    height: 19.625rem;
    padding-right: 1%;
    margin: 0 1.625rem 1.25rem 0; }
    .about-mission__body-image:last-child {
      margin-right: 0; }
  .about-mission__body-copy {
    float: left;
    display: block;
    margin-right: 1.94175%;
    width: 69.41748%;
    margin-left: 20.38835%;
    padding-top: 5.25rem;
    float: none; }
    .about-mission__body-copy:last-child {
      margin-right: 0; } }

@media screen and (min-width: 1600px) {
  .about-mission .about-impact__stats {
    width: 1600px; } }

.about-featured {
  clear: both; }

.about-featured__card {
  padding-bottom: 2.8125rem;
  border-bottom: 2px solid #f3f5f8; }
  .about-featured__card::after {
    clear: both;
    content: '';
    display: table; }
  .about-featured__card:last-of-type {
    border-bottom: none; }

.about-featured__headlines h3,
.about-featured__headlines a {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 200;
  font-style: italic;
  transition: none; }

.about-featured__headlines h3 {
  color: #111d22;
  font-size: 1.875rem;
  line-height: 2.875rem;
  margin: 2.125rem 0 0; }

.about-featured__headlines a {
  font-size: 1rem;
  line-height: 1.3125rem;
  margin: 0.9375rem 0 0;
  display: block;
  display: block; }
  .about-featured__headlines a > *:not(i) {
    border-bottom: 2px solid transparent;
    display: inline; }
  .about-featured__headlines a:focus, .about-featured__headlines a:hover {
    text-decoration: none; }
    .about-featured__headlines a:focus > *:not(i), .about-featured__headlines a:hover > *:not(i) {
      border-bottom: 2px solid #c4d82d;
      display: inline; }
  .about-featured__headlines a span {
    position: relative;
    margin-right: 14px; }
  .about-featured__headlines a i {
    font-size: 0.75rem; }

.about-featured__content {
  margin: 1.8125rem 0 0; }

@media screen and (min-width: 768px) {
  .about-featured {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%;
    padding-bottom: 0.625rem;
    margin-right: 0; }
    .about-featured:last-child {
      margin-right: 0; }
  .about-featured__headlines h3 {
    margin-top: 2.5rem;
    font-size: 1.625rem;
    line-height: 2.3125rem; }
  .about-featured__headlines a {
    margin-top: 1.1875rem; }
  .about-featured__content p {
    font-size: 1.125rem;
    line-height: 2rem; } }

@media screen and (min-width: 1024px) {
  .about-featured {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 83.06452%;
    margin-left: 8.46774%;
    margin-right: 0;
    margin-top: 1rem; }
    .about-featured:last-child {
      margin-right: 0; }
  .about-featured__card {
    padding: 3.125rem 0 3.375rem; }
  .about-featured__headlines {
    float: left;
    display: block;
    margin-right: 1.94175%;
    width: 28.64078%;
    width: calc(28.64078% + 1.94175%);
    margin-right: 0; }
    .about-featured__headlines:last-child {
      margin-right: 0; }
    .about-featured__headlines h3 {
      margin-top: 0;
      font-size: 1.875rem;
      line-height: 2.5rem; }
  .about-featured__content {
    float: left;
    display: block;
    margin-right: 1.94175%;
    width: 59.2233%;
    margin-left: 10.19417%;
    margin-top: 0; }
    .about-featured__content:last-child {
      margin-right: 0; } }

.about-careers__openings {
  margin-top: 1.375rem; }
  .about-careers__openings::after {
    clear: both;
    content: '';
    display: table; }
  .about-careers__openings iframe {
    width: 23.4375rem;
    height: 13.1875rem; }

.about-careers__video {
  width: 100vw;
  margin-left: -20px; }

.about-careers__openings-body h3 {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 200;
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-style: italic;
  color: #386274;
  margin: 2.25rem 0 0; }

.about-careers__openings-body p {
  margin: 1.6875rem 0 0; }

.about-careers__openings-links {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  margin: 1.8125rem 0 0; }
  .about-careers__openings-links a {
    display: block;
    margin-top: 2rem;
    font-size: 1rem;
    line-height: 1.125rem; }

@media screen and (min-width: 768px) {
  .about-careers__openings {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%;
    float: none; }
    .about-careers__openings:last-child {
      margin-right: 0; }
    .about-careers__openings iframe {
      width: 33.875rem;
      height: 19.0625rem; }
  .about-careers__video {
    width: 100%;
    margin-left: 0; } }

@media screen and (min-width: 1024px) {
  .about-careers__openings {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 57.66129%;
    margin-left: 25.40323%;
    float: none; }
    .about-careers__openings:last-child {
      margin-right: 0; }
    .about-careers__openings iframe {
      width: 44.6875rem;
      height: 25.125rem; }
  .about-careers__openings-links a {
    font-size: 1.125rem;
    line-height: 1.25rem; } }

.about-benefits {
  clear: both;
  width: 100vw;
  margin-top: 2.9375rem;
  margin-left: -20px;
  background: #f3f5f8;
  padding: 2.3125rem 20px 0.625rem; }
  .about-benefits::after {
    clear: both;
    content: '';
    display: table; }

.about-benefits__headline,
.about-benefits__body,
.about-benefits__item-text {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 300; }

.about-benefits__headline {
  font-size: 1.875rem;
  line-height: 2.375rem;
  text-align: center;
  color: #386274; }

.about-benefits__body {
  font-size: 1.125rem;
  line-height: 1.625rem;
  letter-spacing: 0.00625rem;
  color: #111d22;
  font-style: italic;
  margin-top: 1.1875rem;
  text-align: center; }

.about-benefits__item-container {
  margin-top: 2.25rem; }

.about-benefits__item {
  float: left;
  display: block;
  margin-right: 5%;
  width: 47.5%;
  text-align: center;
  margin-bottom: 2.375rem; }
  .about-benefits__item:last-child {
    margin-right: 0; }
  .about-benefits__item:nth-of-type(even) {
    margin-right: 0; }

.about-benefits__item-image {
  height: 7.5rem;
  width: 7.5rem;
  position: relative;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
  margin: auto; }
  .about-benefits__item-image img {
    border-radius: 50%; }

.about-benefits__item-text {
  font-size: 1rem;
  line-height: 1.3125rem;
  color: #111d22;
  margin-top: 0.9375rem; }

@media screen and (min-width: 768px) {
  .about-benefits__item-container,
  .about-benefits__headline,
  .about-benefits__body {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%; }
    .about-benefits__item-container:last-child,
    .about-benefits__headline:last-child,
    .about-benefits__body:last-child {
      margin-right: 0; }
  .about-benefits {
    margin-top: 4.9375rem; }
  .about-benefits__item-container {
    margin-top: 3.625rem; }
  .about-benefits__item {
    margin-bottom: 3rem; }
  .about-benefits__item-image {
    width: 9.375rem;
    height: 9.375rem; }
  .about-benefits__item-text {
    margin-top: 1.75rem;
    padding: 0 13%; }
  .about-benefits__headline {
    font-size: 2.5rem;
    line-height: 4.375rem; } }

@media screen and (min-width: 1024px) {
  .about-benefits {
    margin-left: -32px;
    padding: 3.4375rem 32px 1.25rem; }
  .about-benefits__item-container,
  .about-benefits__headline {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 83.06452%;
    margin-left: 8.46774%; }
    .about-benefits__item-container:last-child,
    .about-benefits__headline:last-child {
      margin-right: 0; }
  .about-benefits__item-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .about-benefits__headline {
    font-size: 3.125rem; }
  .about-benefits__body {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 49.19355%;
    margin-left: 25.40323%;
    font-size: 1.3125rem;
    line-height: 1.875rem; }
    .about-benefits__body:last-child {
      margin-right: 0; }
  .about-benefits__item {
    width: 25%;
    margin-right: 0;
    margin-bottom: 3.625rem; }
  .about-benefits__item-text {
    font-size: 1.125rem; } }

@media screen and (min-width: 1600px) {
  .about-benefits {
    width: 100rem;
    margin-left: -2rem; } }

.article__body-copy .slideshow__cover {
  left: -1.25rem; }

body .slideshow__cover,
body .slideshow__trigger-container,
.article__body-copy .slideshow__cover,
.article__body-copy .slideshow__trigger-container {
  background-color: #111d22;
  opacity: .95; }

body .slideshow__cover,
.article__body-copy .slideshow__cover {
  position: relative;
  padding: 0.9375rem 0 1.25rem;
  margin-bottom: 23px; }

body .slideshow__title,
.article__body-copy .slideshow__title {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 200;
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: #fff;
  padding: 0 1.25rem 1.125rem; }

body .slideshow__trigger-container,
.article__body-copy .slideshow__trigger-container {
  position: absolute;
  width: 13.4375rem;
  bottom: 2.5rem;
  left: 1.25rem;
  padding: 1.375rem 0;
  text-align: center;
  cursor: pointer;
  transition: all .3s ease; }
  body .slideshow__trigger-container .heritage-icon-expand_image,
  .article__body-copy .slideshow__trigger-container .heritage-icon-expand_image {
    color: #fff;
    font-size: 1.3125rem;
    vertical-align: bottom; }

body .slideshow__trigger-text,
body .slideshow__trigger-container .heritage-icon-expand_image,
.article__body-copy .slideshow__trigger-text,
.article__body-copy .slideshow__trigger-container .heritage-icon-expand_image {
  display: inline-block;
  line-height: 1.3125rem; }

body .slideshow__trigger-text,
.article__body-copy .slideshow__trigger-text {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  font-size: 0.875rem;
  font-style: normal;
  color: #fff;
  letter-spacing: 0.0125rem;
  margin-right: 1.125rem;
  opacity: 1; }

body #slideshow-featherlight__target,
.article__body-copy #slideshow-featherlight__target {
  display: none; }

.slideshow__featherlight {
  width: 100%; }
  .slideshow__featherlight:before {
    display: none; }
  .slideshow__featherlight .featherlight-close {
    display: none; }
  .slideshow__featherlight #slideshow-featherlight__target,
  .slideshow__featherlight .slideshow-lightbox__slide-container,
  .slideshow__featherlight .slick-list,
  .slideshow__featherlight .slick-track,
  .slideshow__featherlight .slick-slide,
  .slideshow__featherlight .slideshow-lightbox__image {
    display: -ms-flexbox;
    display: flex; }
  .slideshow__featherlight #slideshow-featherlight__target,
  .slideshow__featherlight .slideshow-lightbox__slide-container,
  .slideshow__featherlight .slick-list,
  .slideshow__featherlight .slick-slide,
  .slideshow__featherlight .slideshow-lightbox__image {
    -ms-flex-direction: column;
    flex-direction: column; }
  .slideshow__featherlight .slick-list,
  .slideshow__featherlight .slick-track,
  .slideshow__featherlight .slick-slide,
  .slideshow__featherlight .slideshow-lightbox__slide-container {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .slideshow__featherlight .slideshow-lightbox__title,
  .slideshow__featherlight .slideshow-lightbox__date {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .slideshow__featherlight .slick-slide {
    height: auto;
    position: relative;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 1.875rem; }
    .slideshow__featherlight .slick-slide:focus {
      outline: none; }
  .slideshow__featherlight #slideshow-featherlight__target {
    height: 100%;
    position: relative; }
  .slideshow__featherlight .event__close-modal {
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer; }
  .slideshow__featherlight .featherlight-content {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0; }
  .slideshow__featherlight .slideshow-lightbox__image {
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.9375rem 0 2.1875rem; }
    .slideshow__featherlight .slideshow-lightbox__image img {
      min-height: 0;
      max-height: 100%; }
  .slideshow__featherlight .slideshow-lightbox__title,
  .slideshow__featherlight .slideshow-lightbox__date,
  .slideshow__featherlight .slideshow-lightbox__caption {
    padding-left: 20px;
    padding-right: 20px; }
  .slideshow__featherlight .slideshow-lightbox__title {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 200;
    font-size: 1.5rem;
    line-height: 1.75rem;
    color: #fff;
    padding-top: 3.5625rem; }
  .slideshow__featherlight .slideshow-lightbox__date {
    font-size: 0.75rem;
    line-height: 1.25rem;
    color: #c5d1d8;
    margin-top: 0.625rem; }
  .slideshow__featherlight .slideshow-lightbox__date,
  .slideshow__featherlight .slideshow-lightbox__caption,
  .slideshow__featherlight .slideshow-lightbox__count {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500; }
  .slideshow__featherlight .slideshow-lightbox__slide-container {
    width: 100%; }
  .slideshow__featherlight .slideshow-lightbox__caption {
    font-size: 0.875rem;
    line-height: 1.125rem;
    letter-spacing: 0.00625rem;
    color: #fff;
    position: relative;
    font-weight: 300; }
  .slideshow__featherlight .slideshow-lightbox__count {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 1.25rem; }
  .slideshow__featherlight .count__current {
    color: #c4d82d;
    margin-right: 0.3125rem; }
  .slideshow__featherlight .count__total {
    margin-left: 0.3125rem; }
  .slideshow__featherlight .slideshow-lightbox__prev,
  .slideshow__featherlight .slideshow-lightbox__next {
    visibility: hidden;
    position: absolute;
    top: -100vh; }

@media screen and (min-width: 768px) {
  body .slideshow__cover,
  .article__body-copy .slideshow__cover {
    left: 0;
    padding: 1.9375rem 1.25rem 3.125rem; }
  body .slideshow__title,
  .article__body-copy .slideshow__title {
    font-size: 1.75rem;
    line-height: 1.75rem;
    padding-left: 0;
    padding-right: 0; }
  body .slideshow__cover-wrapper,
  .article__body-copy .slideshow__cover-wrapper {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%;
    float: none;
    position: relative; }
    body .slideshow__cover-wrapper:last-child,
    .article__body-copy .slideshow__cover-wrapper:last-child {
      margin-right: 0; }
  body .slideshow__trigger-container,
  .article__body-copy .slideshow__trigger-container {
    left: 1.25rem;
    bottom: 0.9375rem; }
  .slideshow__featherlight .featherlight-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
  .slideshow__featherlight .event__close-modal {
    right: -3.4375rem;
    top: -2.1875rem; }
  .slideshow__featherlight .slick-slide {
    -ms-flex-pack: initial;
    justify-content: initial; }
  .slideshow__featherlight #slideshow-featherlight__target {
    max-height: 75%;
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%;
    position: relative;
    float: none;
    display: -ms-flexbox;
    display: flex; }
    .slideshow__featherlight #slideshow-featherlight__target:last-child {
      margin-right: 0; }
  .slideshow__featherlight .slideshow-lightbox__title,
  .slideshow__featherlight .slideshow-lightbox__date,
  .slideshow__featherlight .slideshow-lightbox__caption {
    padding-left: 0;
    padding-right: 0; }
  .slideshow__featherlight .slideshow-lightbox__title {
    padding-top: 0;
    font-size: 1.75rem;
    line-height: 1.875rem; }
  .slideshow__featherlight .slideshow-lightbox__image {
    padding-bottom: 0;
    min-height: 6.25rem; }
  .slideshow__featherlight .slideshow-lightbox__caption {
    float: left;
    display: block;
    margin-right: 3.27869%;
    width: 82.78689%;
    margin-top: 1.375rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    line-height: 1.375rem; }
    .slideshow__featherlight .slideshow-lightbox__caption:last-child {
      margin-right: 0; }
  .slideshow__featherlight .slideshow-lightbox__count {
    left: 0;
    bottom: 0; }
  .slideshow__featherlight .slideshow-lightbox__prev,
  .slideshow__featherlight .slideshow-lightbox__next {
    visibility: visible;
    position: absolute;
    top: 50%;
    display: inline-block !important;
    background: #386274;
    border: none;
    opacity: .9;
    padding: 0 0.625rem;
    height: 4.375rem;
    transition: opacity .3s ease;
    cursor: pointer;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
    .slideshow__featherlight .slideshow-lightbox__prev:before,
    .slideshow__featherlight .slideshow-lightbox__next:before {
      font-size: 2.0625rem;
      color: #fff;
      opacity: 1;
      line-height: 4.375rem; }
  .slideshow__featherlight .slideshow-lightbox__prev {
    left: 0; }
  .slideshow__featherlight .slideshow-lightbox__next {
    right: 0; } }

@media screen and (min-width: 1024px) {
  body .slideshow__cover,
  .article__body-copy .slideshow__cover {
    padding: 1.75rem 2rem 2.5rem; }
  body .slideshow__title,
  .article__body-copy .slideshow__title {
    font-size: 2rem;
    line-height: 2rem; }
  body .slideshow__cover-wrapper,
  .article__body-copy .slideshow__cover-wrapper {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 57.66129%;
    margin-left: 25.40323%;
    float: none; }
    body .slideshow__cover-wrapper:last-child,
    .article__body-copy .slideshow__cover-wrapper:last-child {
      margin-right: 0; }
  body .slideshow__trigger-container:focus, body .slideshow__trigger-container:hover,
  .article__body-copy .slideshow__trigger-container:focus,
  .article__body-copy .slideshow__trigger-container:hover {
    background-color: #386274; }
  .slideshow__featherlight .featherlight-content {
    max-height: 100%;
    border-bottom: none;
    padding: 4.375rem 0 1.875rem; }
  .slideshow__featherlight .event__close-modal {
    right: -4.125rem;
    top: -1.875rem; }
  .slideshow__featherlight #slideshow-featherlight__target {
    max-height: 100%;
    width: 83.06452%;
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto; }
    .slideshow__featherlight #slideshow-featherlight__target:last-child {
      margin-right: auto; }
  .slideshow__featherlight .slideshow-lightbox__title {
    font-size: 2rem;
    line-height: 2rem; }
  .slideshow__featherlight .slideshow-lightbox__caption {
    float: left;
    display: block;
    margin-right: 1.94175%;
    width: 79.61165%;
    font-size: 1rem;
    line-height: 1.5rem; }
    .slideshow__featherlight .slideshow-lightbox__caption:last-child {
      margin-right: 0; }
  .slideshow__featherlight .slideshow-lightbox__prev:focus, .slideshow__featherlight .slideshow-lightbox__prev:hover,
  .slideshow__featherlight .slideshow-lightbox__next:focus,
  .slideshow__featherlight .slideshow-lightbox__next:hover {
    opacity: 1; } }

.article__body-copy .listicle {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative; }

.article__body-copy .listicle-card {
  padding-right: 20px;
  padding-left: 20px; }
  .article__body-copy .listicle-card img {
    position: relative;
    left: -20px;
    width: calc(100% + 40px);
    max-width: none; }

.listicle {
  background-color: #f3f5f8;
  padding: 1.875rem 0 0.625rem; }

.listicle-card {
  background-color: #fff;
  margin-bottom: 1.25rem;
  padding-top: 2.125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.listicle-card__headline,
.listicle__image-caption,
.listicle__image-credits {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  color: #111d22; }

.listicle__image-caption,
.listicle__image-credits {
  font-size: 0.75rem;
  font-weight: 300;
  margin-top: 0.75rem; }

.listicle__image-caption {
  line-height: 1.125rem; }

.listicle__image-credits {
  line-height: 1rem; }

.listicle-card__id {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 300;
  font-size: 2.1875rem;
  color: #386274;
  position: relative;
  width: 2.6875rem; }

.listicle-image-module {
  margin-top: 2.1875rem; }

.listicle-card__headline {
  font-size: 1.0625rem;
  line-height: 1.625rem;
  padding-left: 0.9375rem;
  border-left: 1px solid #c5d1d8;
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.listicle-image-module {
  width: 100%; }

.listicle-card__body {
  margin-top: 2.4375rem; }

@media screen and (min-width: 768px) {
  .article__body-copy .listicle {
    margin: 50px auto; }
  .listicle {
    padding: 3.75rem 0 2.5rem; }
  .listicle-card,
  .article__body-copy .listicle-card {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%;
    float: none;
    display: -ms-flexbox;
    display: flex;
    padding: 2.1875rem 2.1875rem 1.5rem; }
    .listicle-card:last-child,
    .article__body-copy .listicle-card:last-child {
      margin-right: 0; }
  .listicle-card__id {
    float: left;
    display: block;
    margin-right: 3.27869%;
    width: 13.93443%;
    margin-right: calc(3.27869% + 7px);
    font-size: 3.125rem;
    text-align: center; }
    .listicle-card__id:last-child {
      margin-right: 0; }
  .listicle-card__headline {
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding-left: 1.875rem; }
  .listicle-image,
  .listicle-card img,
  .article__body-copy .listicle-card img {
    max-width: none;
    width: calc(100% + 70px);
    position: relative;
    left: -2.1875rem; }
  .listicle__image-caption,
  .listicle__image-credits {
    margin-left: 17.21311%; } }

@media screen and (min-width: 1024px) {
  .article__body-copy .listicle {
    padding-top: 5rem;
    padding-bottom: 3.75rem; }
  .listicle {
    padding-right: 32px;
    padding-left: 32px; }
  .listicle-card,
  .article__body-copy .listicle-card {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 57.66129%;
    margin-left: 25.40323%;
    float: none;
    display: -ms-flexbox;
    display: flex;
    padding: 2.6875rem 2.5rem 2.0625rem; }
    .listicle-card:last-child,
    .article__body-copy .listicle-card:last-child {
      margin-right: 0; }
  .listicle-card__id {
    float: left;
    display: block;
    margin-right: 2.7972%;
    width: 11.88811%;
    margin-right: calc(2.7972%/2);
    font-size: 3.4375rem; }
    .listicle-card__id:last-child {
      margin-right: 0; }
  .listicle-card__headline {
    font-size: 1.3125rem;
    line-height: 1.875rem;
    padding-right: 6%; }
  .listicle-image,
  .listicle-card img,
  .article__body-copy .listicle-card img {
    width: calc(100% + 80px);
    left: -2.5rem; }
  .listicle__image-caption,
  .listicle__image-credits {
    float: left;
    display: block;
    margin-right: 2.7972%;
    width: 70.62937%;
    margin-left: 14.68531%;
    padding-right: 11.7%; }
    .listicle__image-caption:last-child,
    .listicle__image-credits:last-child {
      margin-right: 0; } }

.video-overlay.featherlight__inner ~ .video-overlay.featherlight__inner {
  display: none; }

.video-overlay__featherlight {
  right: -0.125rem; }
  .video-overlay__featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    border-bottom: none;
    max-height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    position: relative; }

.video-overlay {
  padding-top: 3.125rem;
  display: none; }

.video-overlay__featherlight .video-overlay {
  display: block; }

.video-overlay__featherlight .featherlight-close-icon {
  display: none; }

.video-overlay__featherlight .event__close-modal {
  color: #fff;
  font-size: 1.25rem;
  cursor: pointer; }

.video-overlay-main {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2); }

.video-overlay-main__title,
.video-overlay-related__title,
.video-overlay-related__section-title {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 200;
  color: #fff; }

.video-overlay-main__date,
.video-overlay-main__length,
.video-overlay-main__video-body,
.video-overlay-related__date,
.video-overlay-related__length {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  color: #fff;
  display: inline-block; }

.video-overlay-main__date,
.video-overlay-main__length,
.video-overlay-related__date,
.video-overlay-related__length {
  font-size: 0.75rem; }

.video-overlay-main__date,
.video-overlay-related__date {
  font-weight: 500;
  margin-top: 0.9375rem; }

.video-overlay-main__title {
  font-size: 2.125rem;
  line-height: 2.375rem; }

.video-overlay-main__video-body {
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding-bottom: 1.5625rem; }

.video-overlay-main__video-body,
.video-overlay-related__title-container {
  margin-top: 1.375rem; }

.video-overlay-related__section-title {
  font-size: 1.625rem;
  font-style: italic;
  font-weight: normal; }

.video-overlay-related {
  padding: 1.875rem 0 2.8125rem; }

.video-overlay-related__title {
  font-size: 1.375rem;
  line-height: 1.6875rem; }

.video-overlay-main__video-container,
.video-overlay-related__video-image {
  height: 9.14375rem; }

.video-overlay-main__video-container {
  margin-top: 1.5625rem; }

.video-overlay-related__video-container {
  padding-bottom: 0.625rem;
  cursor: pointer; }

.video-overlay-related__video-image {
  background-size: cover;
  background-position: center center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2.1875rem;
  position: relative; }
  .video-overlay-related__video-image:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 0; }
  .video-overlay-related__video-image .heritage-icon-play_module {
    font-size: 3.125rem;
    color: #c4d82d;
    z-index: 1; }

.video-overlay-related__playing .video-overlay-related__video-image {
  position: relative; }
  .video-overlay-related__playing .video-overlay-related__video-image:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(25, 29, 35, 0.7);
    z-index: 0; }

.video-overlay-related__playing .video-overlay-related__video-image .heritage-icon-play_module {
  font-family: 'Gotham A', 'Gotham B' !important;
  font-weight: 500;
  font-size: 0.875rem;
  color: #fff;
  position: relative;
  z-index: 1; }
  .video-overlay-related__playing .video-overlay-related__video-image .heritage-icon-play_module:before {
    content: 'NOW SHOWING'; }

@media screen and (min-width: 768px) {
  .video-overlay__featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    border-bottom: none;
    max-height: 100%;
    width: 100%; }
  .video-overlay__featherlight .event__close-modal {
    font-size: 1.875rem;
    padding: 0;
    top: 1.875rem;
    right: calc((100vw - 40px)*-.1280488 + 20px); }
  .video-overlay.featherlight-inner {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%;
    padding-top: 3.75rem;
    position: relative; }
    .video-overlay.featherlight-inner:last-child {
      margin-right: 0; }
  .video-overlay-related__video-container {
    float: left;
    display: block;
    margin-right: 3.27869%;
    width: 48.36066%; }
    .video-overlay-related__video-container:last-child {
      margin-right: 0; }
  .video-overlay-related__video-container:nth-of-type(2n) {
    margin-right: 0; }
  .video-overlay-main__title {
    font-size: 2.375rem;
    line-height: 2.625rem; }
  .video-overlay-main__video-container {
    height: 19.0625rem; }
  .video-overlay-main__video-body {
    padding-bottom: 2.1875rem; }
  .video-overlay-related {
    padding: 3.125rem 0 5.3125rem; }
    .video-overlay-related::after {
      clear: both;
      content: '';
      display: table; } }

@media screen and (min-width: 1024px) {
  .video-overlay__featherlight .event__close-modal {
    font-size: 2.1875rem;
    top: 2.8125rem;
    right: calc((100vw - 20px - (100vw - 40px)*(.6612903) - (100vw - 40px)*(1 - .6612903)/2)*-1 + 70px); }
  .video-overlay.featherlight-inner {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 66.12903%;
    max-width: 51.25rem;
    padding-top: 2.8125rem;
    margin-left: auto;
    margin-right: auto;
    float: none; }
    .video-overlay.featherlight-inner:last-child {
      margin-right: 0; }
    .video-overlay.featherlight-inner:last-child {
      margin-right: auto; }
  .video-overlay-main__title {
    font-size: 2.625rem;
    line-height: 2.875rem; }
  .video-overlay-main__video-container {
    height: 28.75rem; }
  .video-overlay-main__video-body {
    margin-top: 1.5625rem; }
  .video-overlay-related__title {
    display: inline; }
  .video-overlay-related__video-container {
    width: calc((100% - 40px)/3);
    margin-right: 1.25rem; }
    .video-overlay-related__video-container:nth-of-type(2n) {
      margin-right: 1.25rem; }
    .video-overlay-related__video-container:nth-of-type(3n) {
      margin-right: 0; }
    .video-overlay-related__video-container:last-child {
      margin-right: 0; }
    .video-overlay-related__video-container:focus .video-overlay-related__title, .video-overlay-related__video-container:hover .video-overlay-related__title {
      border-bottom: 2px solid #c4d82d; } }

@media screen and (min-width: 1280px) {
  .video-overlay__featherlight .event__close-modal {
    right: calc((40px + 820px - 100vw)/2 + 50px); } }

.search-custom-dropdowns {
  position: relative;
  z-index: 2; }

.search-custom-dropdowns__refine-label {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 200;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.6;
  color: #162b38;
  margin-bottom: 0.9375rem; }

.search-custom-dropdowns__input {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  background-color: #386274;
  color: #fff;
  font-size: 0.875rem;
  border-radius: 0;
  width: 100%;
  position: relative;
  margin-bottom: 0.8125rem;
  transition: background-color .3s ease; }
  .search-custom-dropdowns__input:last-of-type {
    margin-bottom: 1.3125rem; }
  .search-custom-dropdowns__input:focus, .search-custom-dropdowns__input:hover {
    background-color: #264a59; }
  .search-custom-dropdowns__input._active .search-custom-dropdowns__value:after {
    color: #c4d82d;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.search-custom-dropdowns__input-wrapper:first-of-type .search-custom-dropdowns__drawer {
  z-index: 4; }

.search-custom-dropdowns__value {
  padding: 1.0625rem 3.125rem 1.0625rem 1.875rem;
  position: relative;
  display: block;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .search-custom-dropdowns__value:after {
    color: #fff;
    content: "";
    font-family: 'heritage-icons' !important;
    display: inline-block;
    font-size: 0.5rem;
    pointer-events: none;
    top: 1.3125rem;
    right: 1.3125rem;
    position: absolute; }

.search-custom-dropdowns__apply-types {
  cursor: pointer; }

.search-custom-dropdowns__to {
  display: block; }

.search-custom-dropdowns__options {
  padding: 1.25rem 1.875rem; }

.search-custom-dropdowns__radio {
  position: relative;
  border: none;
  height: 14px;
  width: 14px; }
  .search-custom-dropdowns__radio:before {
    height: 0.875rem;
    width: 0.875rem;
    content: '';
    display: block;
    background-color: #386274;
    border: #fff 0.09375rem solid;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%; }
  .search-custom-dropdowns__radio:checked:after {
    content: '';
    display: block;
    height: 0.5rem;
    width: 0.5rem;
    background-color: #c4d82d;
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    border-radius: 50%; }

.search-custom-dropdowns__checkbox {
  position: relative;
  top: -0.1875rem;
  border: none;
  background-color: transparent;
  height: 11px;
  width: 11px; }
  .search-custom-dropdowns__checkbox:checked:before {
    content: "";
    font-family: 'heritage-icons' !important;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    color: #c4d82d;
    font-size: 0.5625rem; }
  .search-custom-dropdowns__checkbox:before {
    content: '';
    display: block;
    background-color: #386274;
    height: 0.75rem;
    width: 0.75rem;
    border: #fff 1px solid;
    position: absolute;
    left: 0;
    top: 0; }

.search-custom-dropdowns__checkbox:checked + .search-custom-dropdowns__checkbox-label {
  color: #fff; }

.search-custom-dropdowns__checkbox-label {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 2.3;
  color: #c5d1d8;
  margin-left: 0.6875rem;
  cursor: pointer; }
  .search-custom-dropdowns__checkbox-label:focus, .search-custom-dropdowns__checkbox-label:hover {
    color: #fff; }

.search-custom-dropdowns__apply-types {
  background-color: #2b4e5e;
  color: #c4d82d;
  padding: 1.0625rem 0;
  width: 100%;
  border: none;
  transition: background-color .3s ease; }
  .search-custom-dropdowns__apply-types:focus, .search-custom-dropdowns__apply-types:hover {
    background-color: #2b4e5e; }

.search-custom-dropdowns__options.search-custom-dropdowns__options--radios {
  padding-bottom: 0; }
  .search-custom-dropdowns__options.search-custom-dropdowns__options--radios:last-of-type {
    padding-top: 0;
    padding-left: 3.5625rem; }
  .search-custom-dropdowns__options.search-custom-dropdowns__options--radios .search-custom-dropdowns__checkbox-label {
    color: #fff; }

.search-custom-dropdowns__to {
  margin-bottom: 0.3125rem; }

.search-custom-dropdowns__date {
  width: 8rem;
  line-height: 1.875rem;
  color: #fff;
  background-color: transparent;
  border: solid 1px #c5d1d8;
  text-align: center;
  margin-bottom: 0.3125rem; }
  .search-custom-dropdowns__date::-webkit-input-placeholder {
    color: #c5d1d8 !important; }
  .search-custom-dropdowns__date:-moz-placeholder {
    color: #c5d1d8 !important; }
  .search-custom-dropdowns__date::-moz-placeholder {
    color: #c5d1d8 !important; }
  .search-custom-dropdowns__date::-ms-input-placeholder {
    color: #c5d1d8 !important; }
  .search-custom-dropdowns__date:-ms-input-placeholder {
    color: #c5d1d8 !important; }
  .search-custom-dropdowns__date:focus {
    border-color: #fff; }
    .search-custom-dropdowns__date:focus::-webkit-input-placeholder {
      color: #fff; }
    .search-custom-dropdowns__date:focus:-moz-placeholder {
      color: #fff; }
    .search-custom-dropdowns__date:focus::-moz-placeholder {
      color: #fff; }
    .search-custom-dropdowns__date:focus::-ms-input-placeholder {
      color: #fff; }
    .search-custom-dropdowns__date:focus:-ms-input-placeholder {
      color: #fff; }

#to {
  margin-bottom: 31px; }

.search-custom-dropdowns__drawer {
  background-color: #386274;
  display: none;
  position: absolute;
  top: 3.125rem;
  left: 0;
  right: 0;
  z-index: 2; }
  ._active .search-custom-dropdowns__drawer {
    display: block; }

.ui-autocomplete {
  position: absolute; }
  @media screen and (max-width: 767px) {
    .ui-autocomplete {
      width: calc(100% - 40px) !important; } }

.typeahead-results._inactive {
  display: none; }

.typeahead-results li {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  margin-bottom: 1.5rem;
  border: none;
  padding: 0;
  list-style-image: none;
  border-image: none;
  border-image-width: 0;
  font-weight: normal; }
  .typeahead-results li.ui-state-hover, .typeahead-results li.ui-state-focus {
    background: transparent;
    border: none;
    list-style-image: none;
    border-image: none;
    border-image-width: 0;
    background-clip: none;
    margin: 0 0 1.5rem; }
  .typeahead-results li a {
    font-size: 1.25rem;
    line-height: 1.3;
    color: #fff; }
    .typeahead-results li a:focus, .typeahead-results li a:hover {
      text-decoration: none; }

body:not(.path-search) #ui-id-1.ui-autocomplete {
  background: transparent;
  border: none;
  padding-top: 2.875rem;
  bottom: 0;
  overflow-x: scroll; }
  body:not(.path-search) #ui-id-1.ui-autocomplete .ui-menu-divider {
    display: none; }
  body:not(.path-search) #ui-id-1.ui-autocomplete li {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    margin-bottom: 1.5rem;
    border: none;
    padding: 0;
    list-style-image: none;
    border-image: none;
    border-image-width: 0; }
    body:not(.path-search) #ui-id-1.ui-autocomplete li.ui-state-hover, body:not(.path-search) #ui-id-1.ui-autocomplete li.ui-state-focus {
      background: transparent;
      border: none;
      list-style-image: none;
      border-image: none;
      border-image-width: 0;
      background-clip: none;
      margin: 0 0 1.5rem; }
    body:not(.path-search) #ui-id-1.ui-autocomplete li a {
      font-size: 1.25rem;
      line-height: 1.3;
      color: #fff; }
      body:not(.path-search) #ui-id-1.ui-autocomplete li a:focus, body:not(.path-search) #ui-id-1.ui-autocomplete li a:hover {
        text-decoration: none; }

.path-search #ui-id-2.ui-autocomplete {
  background: transparent;
  border: none;
  padding-top: 2.875rem;
  bottom: 0;
  overflow-x: scroll; }
  .path-search #ui-id-2.ui-autocomplete .ui-menu-divider {
    display: none; }
  .path-search #ui-id-2.ui-autocomplete li {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    margin-bottom: 1.5rem;
    border: none;
    padding: 0;
    list-style-image: none;
    border-image: none;
    border-image-width: 0; }
    .path-search #ui-id-2.ui-autocomplete li.ui-state-hover, .path-search #ui-id-2.ui-autocomplete li.ui-state-focus {
      background: transparent;
      border: none;
      list-style-image: none;
      border-image: none;
      border-image-width: 0;
      background-clip: none;
      margin: 0 0 1.5rem; }
    .path-search #ui-id-2.ui-autocomplete li a {
      font-size: 1.25rem;
      line-height: 1.3;
      color: #fff; }
      .path-search #ui-id-2.ui-autocomplete li a:focus, .path-search #ui-id-2.ui-autocomplete li a:hover {
        text-decoration: none; }

.path-search #ui-id-1 {
  border: none;
  padding: 15px 30px 25px; }
  .path-search #ui-id-1 .ui-autocomplete-field-group {
    display: none; }
  .path-search #ui-id-1 .ui-menu-item,
  .path-search #ui-id-1 .ui-menu-item * {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    border: none;
    margin: 0;
    padding: 0; }
  .path-search #ui-id-1 .ui-menu-item.ui-state-focus {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0; }
  .path-search #ui-id-1 .ui-menu-item .ui-autocomplete-fields {
    color: #264a59;
    font-size: 0.875rem;
    line-height: 2.5rem; }
    .path-search #ui-id-1 .ui-menu-item .ui-autocomplete-fields:focus, .path-search #ui-id-1 .ui-menu-item .ui-autocomplete-fields:hover {
      color: #0093d0; }

@media screen and (min-width: 768px) {
  .search-custom-dropdowns__input-wrapper {
    width: 22.8%;
    float: left;
    margin-right: 20px; }
    .search-custom-dropdowns__input-wrapper:last-of-type {
      width: 18%;
      float: right;
      margin-right: 0; }
  #ui-id-2.ui-autocomplete li {
    margin-bottom: 1.875rem; }
    #ui-id-2.ui-autocomplete li.ui-state-hover, #ui-id-2.ui-autocomplete li.ui-state-focus {
      margin-bottom: 1.875rem; }
    #ui-id-2.ui-autocomplete li a {
      font-size: 1.625rem; } }

@media screen and (min-width: 1024px) {
  .search-custom-dropdowns__wrapper {
    /* max-width: 30.3125rem; */
    width: 100%; }
  .typeahead-results li a {
    font-size: 1.875rem; }
  #ui-id-2.ui-autocomplete li a {
    font-size: 1.875rem; } }

.not-found-page {
  width: 100vw;
  left: -20px;
  position: relative; }

.not-found {
  background-color: #292e35;
  display: inline-block; }

.not-found,
.not-found-page .about-heritage-breaker {
  margin-bottom: 1.875rem; }

.not-found__image-large {
  display: none; }

.not-found__image-small,
.not-found__image-large {
  position: relative;
  width: 100vw;
  max-width: none; }

.not-found__title {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 200;
  font-size: 9.375rem;
  line-height: 9.375rem;
  text-align: center;
  font-style: italic;
  color: #fff;
  margin: 2.8125rem 0 1.875rem; }

.not-found__subtitle {
  font-size: 1.375rem;
  line-height: 2.25rem;
  letter-spacing: 0.00625rem;
  display: block; }

.not-found__social-container {
  margin-top: 2.5rem; }

@media screen and (min-width: 768px) {
  .not-found,
  .not-found-page .about-heritage-breaker {
    margin-bottom: 3.75rem; }
  .not-found-page .about-heritage-breaker {
    position: relative; }
    .not-found-page .about-heritage-breaker:before {
      content: '';
      position: absolute;
      width: 100vw;
      left: calc((100vw - 40px)*-.1280488 - 20px);
      right: 0;
      bottom: -3.75rem;
      height: 24.375rem;
      background-color: #f3f5f8;
      z-index: -1; }
  .not-found__social-container {
    margin-top: 10rem;
    right: 2.25rem; }
  .not-found__title {
    font-size: 10.9375rem;
    line-height: 10.9375rem;
    margin-top: 11.25rem;
    margin-bottom: 2.875rem; }
  .not-found__subtitle {
    font-size: 1.5rem;
    line-height: 2.25rem;
    margin-top: 0.9375rem; }
  .not-found__image-small {
    display: none; }
  .not-found__image-large {
    display: block; }
  .not-found-page .about-heritage-breaker {
    margin-top: 0; } }

@media screen and (min-width: 1024px) {
  .not-found-page {
    left: initial;
    width: auto;
    margin-left: -32px;
    margin-right: -32px; }
  .not-found {
    background-color: transparent;
    width: 100%; }
    .not-found:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 40rem;
      left: 0;
      background-color: #292e35;
      z-index: -1; }
  .not-found__title {
    font-size: 13.75rem;
    margin-top: 11.25rem; }
  .not-found__subtitle {
    font-size: 1.75rem;
    margin-top: 2.1875rem; }
  .not-found__social-container {
    margin-top: 12.125rem; }
  .not-found__image-large {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 83.06452%;
    margin-left: 8.46774%; }
    .not-found__image-large:last-child {
      margin-right: 0; }
  .not-found-page .about-heritage-breaker {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 83.06452%;
    margin-left: 8.46774%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6.25rem; }
    .not-found-page .about-heritage-breaker:last-child {
      margin-right: 0; }
    .not-found-page .about-heritage-breaker:before {
      left: calc(100vw * -.0846774);
      bottom: -6.25rem;
      height: 17.3125rem; }
  .not-found-page .heritage-impact-breaker {
    width: 100%;
    margin-left: 0; } }

@media screen and (min-width: 1600px) {
  .not-found-page .about-heritage-breaker:before {
    width: 100rem;
    left: calc(-1600px/2 * (1 - .8306452)); } }

.page-node-type-microsite-article .microsite-main-nav {
  background-color: #386274;
}

@media screen and (max-width: 1023px) {
  .page-node-type-microsite-article .microsite-main-nav {
    display: flex;
    min-height: 3.125rem;
    height: auto;
  }
  .page-node-type-microsite-article .microsite-main-nav__title {
    width: 80%;
    align-self: center;
    padding-block: 5px;
    white-space: normal;
  }
}

.page-node-type-microsite-article .microsite-main-nav__logo {
  background-color: rgba(0, 0, 0, 0.1); }

.microsite-main-nav {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3.125rem;
  z-index: 99; }

.microsite-main-nav__simple * {
  vertical-align: middle; }

.microsite-main-nav__logo {
  color: #fff;
  font-size: 21px;
  padding: 16px 20px 13px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: color .3s ease;
  line-height: 1; }
  .microsite-main-nav__logo:focus, .microsite-main-nav__logo:hover {
    text-decoration: none;
    color: #c4d82d; }
    .microsite-main-nav__logo:focus span, .microsite-main-nav__logo:hover span {
      color: #c4d82d; }
  .microsite-main-nav__logo span {
    position: absolute;
    display: block;
    left: -999em;
    transition: color .3s ease; }

.microsite-main-nav__logo,
.microsite-main-nav__trigger,
.microsite-main-nav__title {
  display: inline-block; }

.microsite-main-nav__links {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  background-color: #000;
  padding: 27px 20px 36px;
  text-align: center;
  display: none; }
  ._active .microsite-main-nav__links {
    display: block; }
  .microsite-main-nav__links li a {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-size: 16px;
    line-height: 2.5;
    text-align: center;
    color: #fff;
    display: block; }
    .microsite-main-nav__links li a > *:not(i) {
      border-bottom: 2px solid transparent;
      display: inline; }
    .microsite-main-nav__links li a:focus, .microsite-main-nav__links li a:hover {
      text-decoration: none; }
      .microsite-main-nav__links li a:focus > *:not(i), .microsite-main-nav__links li a:hover > *:not(i) {
        border-bottom: 2px solid #c4d82d;
        display: inline; }

.microsite-main-nav__title {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  width: 64%;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.875rem;
  line-height: 1.7;
  padding-left: 1.25rem; }
  .microsite-main-nav__title a {
    color: #fff;
    display: block; }
    .microsite-main-nav__title a > *:not(i) {
      border-bottom: 2px solid transparent;
      display: inline; }
    .microsite-main-nav__title a:focus, .microsite-main-nav__title a:hover {
      text-decoration: none; }
      .microsite-main-nav__title a:focus > *:not(i), .microsite-main-nav__title a:hover > *:not(i) {
        border-bottom: 2px solid #c4d82d;
        display: inline; }
  .microsite-homepage .microsite-main-nav__title {
    width: 59%; }

.microsite-main-nav__trigger {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 17px;
  bottom: 0;
  transition: all .3s ease;
  outline: 0; }
  ._active .microsite-main-nav__trigger {
    color: #c4d82d;
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg); }

.microsite-main-nav__trigger-drawer {
  padding: 0 20px;
  background-color: #386274;
  color: #fff;
  line-height: 3.125rem;
  height: 3.125rem;
  margin: 0;
  border: none;
  float: right;
  cursor: pointer;
  transition: all .3s ease; }
  .microsite-main-nav__trigger-drawer:focus, .microsite-main-nav__trigger-drawer:hover {
    background-color: #264a59; }

@media screen and (min-width: 768px) {
  .microsite-main-nav {
    height: 3.6875rem; }
  .microsite-main-nav__logo {
    padding-top: 0;
    padding-bottom: 0;
    float: left;
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 23.17073%; }
    .microsite-main-nav__logo:last-child {
      margin-right: 0; }
    .microsite-main-nav__logo span, .microsite-main-nav__logo:before {
      line-height: 3.6875rem; }
    .microsite-main-nav__logo span {
      font-family: 'Gotham A', 'Gotham B';
      font-weight: 500;
      font-size: 14px;
      line-height: 3.6875rem;
      color: #fff;
      position: static;
      display: inline-block;
      margin-left: 1.3125rem;
      vertical-align: top; }
  .microsite-main-nav__links,
  .microsite-main-nav__trigger-drawer,
  .microsite-main-nav__title {
    line-height: 3.6875rem; }
  .microsite-main-nav__trigger-drawer {
    height: 3.6875rem;
    width: 6.0625rem;
    text-align: left;
    padding-left: 1.625rem;
    font-size: 1.25rem; } }

@media screen and (min-width: 1024px) {
  .microsite-main-nav {
    height: 4.375rem; }
  .microsite-main-nav__logo {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 15.32258%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0; }
    .microsite-main-nav__logo:last-child {
      margin-right: 0; }
    .microsite-main-nav__logo:before {
      line-height: 4.375rem; }
    .microsite-main-nav__logo span {
      font-family: 'Gotham A', 'Gotham B';
      font-weight: 500;
      font-size: 16px;
      line-height: 4.375rem;
      color: #fff;
      position: static;
      display: inline-block;
      margin-left: 8%;
      vertical-align: bottom; }
  .microsite-main-nav__trigger-drawer {
    line-height: 4.375rem;
    height: 4.375rem;
    width: 6.5625rem;
    padding-left: 1.875rem; }
  .microsite-main-nav__title {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 32.25806%;
    line-height: 4.375rem;
    font-size: 1rem; }
    .microsite-main-nav__title:last-child {
      margin-right: 0; }
  .microsite-main-nav__trigger {
    display: none; }
  .microsite-main-nav__links {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 49.19355%;
    position: static;
    display: inline-block;
    background-color: transparent;
    padding: 0 1.8125rem 0 0;
    line-height: 4.375rem;
    float: right;
    text-align: right; }
    .microsite-main-nav__links:last-child {
      margin-right: 0; }
    .microsite-main-nav__links li {
      display: inline-block;
      margin-left: 3.125rem; }
      .microsite-main-nav__links li a {
        font-weight: normal; }
      .microsite-main-nav__links li:first-child {
        margin-left: 0;
        font-size: 0.875rem; } }

.microsite-button {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  background-color: #2b4e5e;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.06875rem;
  text-align: center;
  color: #fff;
  padding: 1.6875rem 0.9375rem;
  display: block;
  transition: all .3s ease; }
  .microsite-button:focus, .microsite-button:hover {
    text-decoration: none;
    background-color: #264a59; }

.microsite-hero {
  margin-left: -20px;
  margin-right: -20px;
  min-height: 34.375rem;
  padding: 5.6875rem 1.25rem 7.375rem;
  position: relative;
  background-size: cover;
  background-position: center center; }
  @media screen and (min-width: 768px) {
    .microsite-hero {
      margin-left: -20px; } }
  @media screen and (min-width: 1024px) {
    .microsite-hero {
      margin-left: -32px; } }
  @media screen and (min-width: 768px) {
    .microsite-hero {
      margin-right: -20px; } }
  @media screen and (min-width: 1024px) {
    .microsite-hero {
      margin-right: -32px; } }
  .microsite-hero:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0; }
  .microsite-hero:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.5)); }
  .microsite-homepage .microsite-hero {
    padding-bottom: 138px;
    min-height: auto; }
  .microsite-hero > * {
    position: relative;
    z-index: 1; }
  .microsite-hero.hideText .microsite-hero__title,
  .microsite-hero.hideText .microsite-hero__subhead,
  .microsite-hero.hideText .microsite-hero__eyebrow,
  .microsite-hero.hideText .microsite-hero__event-info {
    display: none;}

  .microsite-one-pager .microsite-hero.hasCaptions {
    margin-bottom: 30px;}    
  @media screen and (min-width: 1200px) {
    .microsite-one-pager .microsite-hero.hasCaptions {
      margin-bottom: 40px;}}

  .microsite-one-pager .microsite-hero .microsite-hero_cta-wrapper {
    display: flex;
    justify-content: center;
  }
  .microsite-one-pager .microsite-hero .microsite-hero__cta {
    display: inline-block;
    padding: 16px 24px;
    font-size: 0.8125rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .125rem;
    max-width: 100%;
  }

.microsite-hero__image-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
  overflow: hidden; }
.microsite-hero__image-wrapper div, .microsite-hero__image-wrapper article {
  height: 100%; }
.microsite-hero__image-wrapper img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%; }
.microsite-hero__image-wrapper iframe {
  object-fit: cover;
  object-position: center;
  width: 100%;
  aspect-ratio: 16/9;
  transform: scale(1.2);
  -ms-transform: scale(1.2); }

.microsite-hero .microsite-hero__image-captions {
  position: absolute;
  top: 100%;
  right: 0;
  width: auto;
  height: auto;
  max-width: 280px;
  padding: 10px 25px;
  display: flex;
  flex-wrap: wrap;
}

.microsite-hero .microsite-hero__image-captions-caption {
  flex-basis: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  position: relative;
  font-family: 'Gotham A','Gotham B';
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: -0.0125rem;
  line-height: 1.5;
  color: #111d22;
  text-align: right;
}

.microsite-hero .microsite-hero__image-captions-caption.hasSeparator {
  margin-bottom: 10px;
}

.microsite-hero .microsite-hero__image-captions-credit {
  flex-basis: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-family: 'Gotham A','Gotham B';
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: -0.0125rem;
  line-height: 1.5;
  color: #111d22;
  text-align: right;
}

@media screen and (max-width: 1199px) {
  .microsite-hero__image-wrapper iframe {
    height: 100%;
    transform: scale(2.4);
  -ms-transform: scale(2.4);
  }

  .microsite-hero .microsite-hero__image-captions {
    padding: 10px 20px;
  }

  .microsite-hero .microsite-hero__image-captions-credit {
    -webkit-line-clamp: 1;
  }

  .microsite-hero .microsite-hero__image-captions-caption {
    -webkit-line-clamp: 1;
  }

  .microsite-hero .microsite-hero__image-captions-caption.hasSeparator {
    margin-bottom: 5px;
  }
}

.microsite-hero__eyebrow {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 100px rgba(0, 0, 0, 0.8);
  margin-bottom: 7px; }

.microsite-hero__subhead {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 300;
  font-size: 22px;
  font-style: italic;
  line-height: 1.4;
  text-align: center;
  color: #fff; }

.microsite-hero__title {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 2.8125rem;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 6.25rem rgba(0, 0, 0, 0.8);
  margin: 0 0 1.4375rem; }
  .microsite-hero__link {
    text-align: center;}
    .microsite-hero__link .microsite-hero__cta .microsite-button {
      position: relative;
      display: inline-block;
      padding: 16px 24px;
      font-size: 0.8125rem;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: .125rem;
      max-width: 100%;
    }
  .page-node-type-microsite-medium {
    scroll-behavior: smooth;
  }
  .microsite-hero__title:after {
    content: '';
    max-width: 11.6875rem;
    height: 0.125rem;
    display: block;
    margin: 1.1875rem auto 0;
    background-color: #c4d82d; }
    @media screen and (min-width: 1280px) {
      .microsite-hero__title:after {
        max-width: 11.875rem; } }

.microsite-hero__event-info,
.microsite-hero__author {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 6.25rem rgba(0, 0, 0, 0.8);
  font-weight: normal; }

.microsite-hero__event-info:last-of-type {
  margin-bottom: 2.9375rem; }

.microsite-hero__author {
  margin-bottom: 2.5625rem; }

.microsite-hero__download {
  color: #fff;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 0.75rem;
  position: absolute;
  bottom: 1.875rem;
  left: 1.25rem; }
  .microsite-hero__download:focus span, .microsite-hero__download:hover span {
    opacity: 1; }
  .microsite-hero__download:focus i, .microsite-hero__download:hover i {
    border-color: #fff; }
  .microsite-hero__download span {
    display: inline-block;
    max-width: 4rem;
    opacity: .7;
    transition: opacity .3s ease; }
  .microsite-hero__download i {
    text-align: center;
    height: 3.125rem;
    width: 3.125rem;
    border-radius: 50%;
    border: solid 0.09375rem rgba(229, 231, 232, 0.2);
    color: #fff;
    line-height: 3.125rem;
    display: inline-block;
    font-size: 1.25rem;
    margin-right: 0.9375rem;
    transition: border-color .3s ease; }

.microsite-share {
  position: absolute;
  right: 1.25rem;
  bottom: 1.875rem; }
  .microsite-share a {
    transition: border-color .3s ease;
    text-align: center;
    height: 3.125rem;
    width: 3.125rem;
    border-radius: 50%;
    line-height: 3.125rem;
    display: inline-block;
    font-size: 1.25rem;
    margin-right: 0.75rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .microsite-share a:last-child {
      margin-right: 0; }
    .microsite-share a span {
      position: absolute;
      left: -9999em; }

@media screen and (min-width: 768px) {
  .microsite-hero {
    padding: 8.3125rem 3.625rem 7.5rem; }
    .microsite-hero .microsite-button {
      max-width: 22.375rem;
      margin: 0 auto; }
  .microsite-hero__eyebrow {
    font-size: 1.25rem;
    line-height: 1.25rem; }
  .microsite-hero__title {
    font-size: 4.375rem;
    line-height: 1;
    margin-bottom: 1.375rem; }
    .microsite-hero__title:after {
      max-width: 10.625rem;
      margin-top: 1.375rem; }
  .microsite-hero__download span {
    max-width: 6.875rem;
    -ms-transform: translateY(-7px);
    transform: translateY(-7px); }
  .microsite-hero__event-info:last-of-type {
    margin-bottom: 1.375rem; }
  .microsite-share {
    right: 3.125rem;
    bottom: 2.5rem; } }

@media screen and (min-width: 1024px) {
  .microsite-hero {
    padding: 9.5625rem 7.8125rem 6.1875rem; }
  .microsite-hero__eyebrow {
    font-size: 1.5rem;
    line-height: 1.5rem;
    letter-spacing: 0.0125rem;
    margin-bottom: 0.625rem; }
  .microsite-hero__title {
    font-size: 5rem; }
    .microsite-hero__title:after {
      max-width: 11rem; }
  .microsite-hero__event-info {
    clear: both; } }

.microsite-figure {
  margin-left: -20px;
  margin-right: -20px;
  display: block; }
  @media screen and (min-width: 768px) {
    .microsite-figure {
      margin-left: -20px; } }
  @media screen and (min-width: 1024px) {
    .microsite-figure {
      margin-left: -32px; } }
  @media screen and (min-width: 768px) {
    .microsite-figure {
      margin-right: -20px; } }
  @media screen and (min-width: 1024px) {
    .microsite-figure {
      margin-right: -32px; } }
  .microsite-figure figcaption {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.5;
    color: #111d22;
    padding: 0.875rem 1.25rem 2.9375rem; }

@media screen and (min-width: 768px) {
  .microsite-figure:not(.microsite-figure__embed) {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%; }
    .microsite-figure:not(.microsite-figure__embed):last-child {
      margin-right: 0; }
    .microsite-figure:not(.microsite-figure__embed) figcaption {
      float: left;
      display: block;
      margin-right: 3.27869%;
      width: 82.78689%;
      margin-left: 17.21311%; }
      .microsite-figure:not(.microsite-figure__embed) figcaption:last-child {
        margin-right: 0; }
  .microsite-figure__embed {
    margin-left: 0;
    margin-right: 0; } }

@media screen and (min-width: 1024px) {
  .microsite-figure:not(.microsite-figure__embed) {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 57.66129%;
    margin-left: 25.40323%; }
    .microsite-figure:not(.microsite-figure__embed):last-child {
      margin-right: 0; }
    .microsite-figure:not(.microsite-figure__embed) figcaption {
      float: left;
      display: block;
      margin-right: 2.7972%;
      width: 70.62937%;
      margin-left: 14.68531%; }
      .microsite-figure:not(.microsite-figure__embed) figcaption:last-child {
        margin-right: 0; } }

.microsite-additional-info {
  border-bottom: 4px #f3f5f8 solid;
  padding-bottom: 2.75rem;
  margin-bottom: 2.75rem; }
  .microsite-additional-info:last-of-type {
    border-bottom: none;
    margin-bottom: 0; }
  .microsite-additional-info .microsite-copy {
    padding-bottom: 0;
    padding-top: 0; }

.microsite-additional-info__title {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  margin: 0 0 2.0625rem;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.2;
  color: #386274; }

.microsite-additional-info__follow-link {
  display: block;
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.7; }

@media screen and (min-width: 1024px) {
  .microsite-additional-info {
    position: relative; }
    .microsite-additional-info:not(.microsite-additional-info:last-of-type):after {
      width: 129.5%;
      content: '';
      display: block;
      position: absolute;
      right: 0;
      bottom: -4px;
      background-color: #f3f5f8;
      height: 0.25rem; } }

.microsite-article-cards__date-time,
.microsite-article-cards__date-time span {
  color: #264a59;
  font-weight: 500; }

.microsite-article-cards__date-time span,
.date-time span {
  font-weight: 500; }

.microsite-sponsor-info .microsite-sponsor-info__title {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 1.3;
  color: #386274; }

.microsite-sponsor-info .microsite-copy p {
  margin-bottom: 3.125rem; }

.three-col-breaker .issue-breaker__title {
  padding-top: 0; }
  .three-col-breaker .issue-breaker__title a:focus .heritage-icon-issues_arrow,
  .three-col-breaker .issue-breaker__title a:hover .heritage-icon-issues_arrow {
    -ms-transform: translateX(10px);
    transform: translateX(10px); }

.three-col-breaker .issue-breaker__title-text {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 2.5rem; }
  .three-col-breaker .issue-breaker__title-text:after {
    content: '';
    position: relative;
    width: 10.0625rem;
    border-bottom: 2px solid #c4d82d;
    display: block;
    margin: 1.4375rem auto 1.8125rem; }

.three-col-breaker .heritage-icon-issues_arrow {
  font-size: 2.0625rem;
  color: #c4d82d;
  transition: transform .3s ease; }

.three-col-breaker .issue-breaker__description {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 300;
  font-size: 1.375rem;
  line-height: 1.875rem; }

.three-col-breaker .issue-breaker__border {
  margin-top: 0; }

.three-col-breaker .issue-breaker__text-report,
.three-col-breaker .issue-breaker__report-tout-title {
  font-size: 1rem;
  line-height: 1.625rem;
  margin-top: 0; }

.three-col-breaker .issue-breaker__text-report {
  color: #c4d82d; }

.three-col-breaker .issue-breaker__report-tout {
  transition: none;
  margin-bottom: 2.1875rem; }
  .three-col-breaker .issue-breaker__report-tout:focus, .three-col-breaker .issue-breaker__report-tout:hover {
    text-decoration: none;
    color: #c4d82d; }
    .three-col-breaker .issue-breaker__report-tout:focus .issue-breaker__report-tout-title, .three-col-breaker .issue-breaker__report-tout:hover .issue-breaker__report-tout-title {
      text-decoration: none;
      color: #fff; }
    .three-col-breaker .issue-breaker__report-tout:focus .issue-breaker__wrap-text-time, .three-col-breaker .issue-breaker__report-tout:hover .issue-breaker__wrap-text-time {
      text-decoration: underline; }

.three-col-breaker .issue-breaker__report-tout-title {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400; }

@media screen and (min-width: 768px) {
  .three-col-breaker .issue-breaker__title-text {
    font-size: 2.625rem; }
  .three-col-breaker .heritage-icon-issues_arrow {
    position: absolute; }
  .three-col-breaker .issue-breaker__title {
    padding-bottom: 0; }
  .three-col-breaker .issue-breaker__title-text {
    margin-bottom: 0; }
    .three-col-breaker .issue-breaker__title-text:after {
      margin-bottom: 1.25rem; }
  .three-col-breaker .issue-breaker__description {
    padding-bottom: 2.8125rem; }
  .three-col-breaker .issue-breaker__border {
    margin-bottom: 2.8125rem; } }

@media screen and (min-width: 768px) {
  .three-col-breaker .issue-breaker__title-text {
    font-size: 3.25rem;
    letter-spacing: -0.01875rem; }
    .three-col-breaker .issue-breaker__title-text:after {
      margin-top: 1.875rem;
      margin-bottom: 1.5625rem; }
  .three-col-breaker .issue-breaker__description {
    font-size: 1.625rem;
    line-height: 2.25rem;
    padding-bottom: 2.1875rem; } }

.key-topics-title {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #264a59;
  margin-top: 2.8125rem; }

.key-topics-card-wrapper {
  margin-right: -20px;
  margin-left: -20px;
  margin-top: 1.5625rem;
  margin-bottom: 1.875rem; }

.key-topics-card {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #292e35;
  padding-bottom: 7.1875rem;
  margin-bottom: 0.3125rem; }
  .key-topics-card:focus, .key-topics-card:hover {
    text-decoration: none;
    cursor: pointer; }
    .key-topics-card:focus .key-topics-card__title, .key-topics-card:hover .key-topics-card__title {
      text-decoration: none; }
      .key-topics-card:focus .key-topics-card__title span, .key-topics-card:hover .key-topics-card__title span {
        color: #fff;
        border-bottom-color: #c4d82d; }
    .key-topics-card:focus .heritage-icon-arrow_long, .key-topics-card:hover .heritage-icon-arrow_long {
      -ms-transform: translateX(10px);
      transform: translateX(10px); }
  .key-topics-card .heritage-icon-arrow_long {
    position: absolute;
    bottom: 2.5rem;
    right: 1.25rem;
    font-size: 0.9375rem;
    color: #c4d82d;
    transition: transform .3s ease; }

.key-topics-card__image {
  position: relative;
  width: 100%;
  height: 13.25rem;
  background-size: cover;
  background-position: center center;
  -ms-flex-order: 1;
  order: 1; }

.key-topics-card__info-wrapper {
  -ms-flex-order: 2;
  order: 2;
  padding-left: 20px;
  padding-right: 20px; }

.key-topics-card__title {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 2.375rem;
  color: #fff;
  margin-top: 3.4375rem; }
  .key-topics-card__title span {
    border-bottom: 2px solid transparent;
    vertical-align: super; }

.key-topics-card__subhead {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0.0125rem;
  color: #fff;
  margin-top: 0.9375rem; }

.key-topics-card__info-wrapper,
.key-topics-card__title,
.key-topics-card__subhead,
.key-topics-card-wrapper {
  float: none; }

@media screen and (min-width: 768px) {
  .key-topics {
    position: relative;
    padding-bottom: 2.5rem; }
    .key-topics::after {
      clear: both;
      content: '';
      display: table; }
    .key-topics:after {
      content: '';
      width: calc(61.58537% + 20px);
      margin-right: 0;
      position: absolute;
      right: -20px;
      top: 0;
      bottom: 0;
      background-color: #f3f5f8;
      z-index: -1;
      display: block; }
  .key-topics-title {
    margin-left: 12.80488%;
    display: inline-block;
    font-size: 1.25rem; }
  .key-topics-card-wrapper {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%; }
    .key-topics-card-wrapper:last-child {
      margin-right: 0; }
  .key-topics-card {
    margin-bottom: 1.25rem; }
    .key-topics-card .heritage-icon-arrow_long {
      right: 2.5rem; }
  .key-topics-card__info-wrapper {
    padding-right: 2.5rem;
    padding-left: 2.5rem; }
  .key-topics-card__image {
    height: 13.25rem; }
  .key-topics-card__info-wrapper,
  .key-topics-card__title,
  .key-topics-card__subhead,
  .key-topics-card-wrapper {
    float: none; } }

@media screen and (min-width: 1024px) {
  .key-topics:after {
    width: calc(74.59677% + 32px);
    right: -32px;
    margin-right: 0; }
  .key-topics-title {
    margin-left: 8.46774%;
    display: inline-block;
    margin-top: 3.125rem; }
  .key-topics-card-wrapper {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 83.06452%;
    margin-left: 8.46774%; }
    .key-topics-card-wrapper:last-child {
      margin-right: 0; }
  .key-topics-card {
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 0; }
    .key-topics-card .heritage-icon-arrow_long {
      right: 1.25rem; }
  .key-topics-card__info-wrapper {
    -ms-flex-order: 1;
    order: 1;
    float: left;
    display: block;
    margin-right: 1.94175%;
    width: 59.2233%;
    position: relative;
    padding-left: 3.125rem;
    padding-bottom: 2.8125rem; }
    .key-topics-card__info-wrapper:last-child {
      margin-right: 0; }
  .key-topics-card__title,
  .key-topics-card__subhead {
    float: left;
    display: block;
    margin-right: 3.27869%;
    width: 82.78689%;
    margin-right: 0;
    letter-spacing: 0.0125rem; }
    .key-topics-card__title:last-child,
    .key-topics-card__subhead:last-child {
      margin-right: 0; }
  .key-topics-card__title {
    font-size: 2.625rem;
    line-height: 2.625rem; }
  .key-topics-card__subhead {
    font-size: 1.25rem;
    line-height: 1.625rem;
    margin-top: 1.25rem; }
  .key-topics-card__image {
    -ms-flex-order: 2;
    order: 2;
    float: left;
    display: block;
    margin-right: 1.94175%;
    width: 38.83495%;
    height: auto;
    min-height: 18.75rem; }
    .key-topics-card__image:last-child {
      margin-right: 0; }
  .key-topics-card__info-wrapper,
  .key-topics-card__title,
  .key-topics-card__subhead,
  .key-topics-card-wrapper {
    float: none; } }

.microsite-two-column-breaker {
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
  background-size: cover;
  background-position: center center;
  clear: both;
  width: 100vw;
  max-width: 1600px;
  padding-bottom: 1rem; }
  @media screen and (min-width: 768px) {
    .microsite-two-column-breaker {
      margin-left: -20px; } }
  @media screen and (min-width: 1024px) {
    .microsite-two-column-breaker {
      margin-left: -32px; } }
  @media screen and (min-width: 768px) {
    .microsite-two-column-breaker {
      margin-right: -20px; } }
  @media screen and (min-width: 1024px) {
    .microsite-two-column-breaker {
      margin-right: -32px; } }
  .microsite-two-column-breaker:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(5, 10, 18, 0.75);
    z-index: 0; }

.microsite-two-column-breaker__top,
.microsite-two-column-breaker__bottom {
  position: relative;
  z-index: 1; }

.microsite-two-column-breaker__bottom {
  padding: 42px 20px 0; }

.microsite-two-column-breaker__top {
  padding: 59px 0 45px;
  margin: 0 20px;
  border-bottom: #616469 1px solid; }

.microsite-two-column-breaker__title {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  color: #fff;
  margin: 0;
  padding-bottom: 25px; }
  .microsite-two-column-breaker__title:after {
    content: '';
    max-width: 11.6875rem;
    height: 0.125rem;
    display: block;
    margin: 1.5625rem auto 0;
    background-color: #c4d82d; }

.microsite-two-column-breaker__subtitle {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 200;
  font-size: 22px;
  font-style: italic;
  line-height: 1.4;
  text-align: center;
  color: #fff; }

.microsite-two-column-breaker__item {
  padding-bottom: 37px; }
  .microsite-two-column-breaker__item h4,
  .microsite-two-column-breaker__item p {
    font-size: 16px;
    line-height: 1.6; }
  .microsite-two-column-breaker__item h4 {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    color: #c4d82d;
    margin: 0; }
  .microsite-two-column-breaker__item p {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 400;
    color: #fff; }
  .microsite-two-column-breaker__item a:focus,
  .microsite-two-column-breaker__item a:hover {
    text-decoration: none; }
    .microsite-two-column-breaker__item a:focus h4,
    .microsite-two-column-breaker__item a:hover h4 {
      text-decoration: underline; }

@media screen and (min-width: 768px) {
  .microsite-two-column-breaker {
    float: left;
    padding-bottom: 2.25rem; }
  .microsite-two-column-breaker__top {
    padding-top: 3.9375rem; }
  .microsite-two-column-breaker__top,
  .microsite-two-column-breaker__bottom {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%; }
    .microsite-two-column-breaker__top:last-child,
    .microsite-two-column-breaker__bottom:last-child {
      margin-right: 0; } }

@media screen and (min-width: 1024px) {
  .microsite-two-column-breaker {
    padding-bottom: 0; }
  .microsite-two-column-breaker__subtitle {
    font-size: 26px; }
  .microsite-two-column-breaker__item {
    -ms-flex: 1 0 38.83495%;
    flex: 1 0 38.83495%; }
  .microsite-two-column-breaker_left {
    margin-left: 12.80488%; }
  .microsite-two-column-breaker__top {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 83.06452%;
    margin-left: 8.46774%;
    padding: 75px 0 43px; }
    .microsite-two-column-breaker__top:last-child {
      margin-right: 0; }
  .microsite-two-column-breaker__bottom {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 66.12903%;
    margin-left: 16.93548%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 33px 0 48px; }
    .microsite-two-column-breaker__bottom:last-child {
      margin-right: 0; }
  .microsite-two-column-breaker__item {
    padding-right: 30px; }
  .microsite-two-column-breaker__title {
    font-size: 1.75rem;
    padding-bottom: 0.8125rem; }
  .microsite-two-column-breaker__subtitle {
    float: left;
    display: block;
    margin-right: 1.94175%;
    width: 79.61165%;
    margin-left: 10.19417%; }
    .microsite-two-column-breaker__subtitle:last-child {
      margin-right: 0; } }

.microsite-article-cards {
  margin-left: -20px;
  margin-right: -20px;
  background-color: #f3f5f8;
  padding-bottom: 2.5rem; }
  @media screen and (min-width: 768px) {
    .microsite-article-cards {
      margin-left: -20px; } }
  @media screen and (min-width: 1024px) {
    .microsite-article-cards {
      margin-left: -32px; } }
  @media screen and (min-width: 768px) {
    .microsite-article-cards {
      margin-right: -20px; } }
  @media screen and (min-width: 1024px) {
    .microsite-article-cards {
      margin-right: -32px; } }

.microsite-article-cards__headline {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  color: #264a59;
  margin: 35px 0 24px 20px;
  float: left; }

.microsite-article-cards__card {
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  margin-bottom: 5px;
  clear: both;
  height: 194px;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .microsite-article-cards__card .result-card__slide-container {
    transition: transform .3s ease; }
  .microsite-article-cards__card.hovered:after {
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .microsite-article-cards__card.hovered .result-card__slide-container {
    -ms-transform: translateX(10px);
    transform: translateX(10px); }
  .microsite-article-cards__card.hovered .heritage-icon-arrow_long {
    opacity: 1; }
  .microsite-article-cards__card:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10px;
    left: 0;
    background: #c4d82d;
    transition: transform .3s ease;
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  .microsite-article-cards__card .heritage-icon-arrow_long {
    position: absolute;
    bottom: 1.875rem;
    right: 2.5rem;
    color: #0093d0;
    opacity: 0;
    transition: opacity .3s ease; }

.microsite-article-cards__title {
  margin: 0 0 12px; }

.microsite-article-cards__title a {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  color: #264a59; }
  .microsite-article-cards__title a:focus, .microsite-article-cards__title a:hover {
    text-decoration: none; }

.microsite-article-cards__author-link {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 14px;
  color: #48b2e9;
  display: block; }
  .microsite-article-cards__author-link:focus, .microsite-article-cards__author-link:hover {
    text-decoration: none; }

.microsite-article-cards__date-time {
  color: #264a59; }

@media screen and (min-width: 768px) {
  .microsite-article-cards__headline {
    margin-left: 0;
    margin-top: 52px; }
  .microsite-article-cards {
    clear: both;
    padding-bottom: 5rem; }
    .microsite-article-cards::after {
      clear: both;
      content: '';
      display: table; }
  .microsite-article-cards__wrapper {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%;
    padding: 0 20px; }
    .microsite-article-cards__wrapper:last-child {
      margin-right: 0; } }

@media screen and (min-width: 1024px) {
  .microsite-article-cards__wrapper {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 83.06452%;
    margin-left: 8.46774%;
    padding: 0 32px; }
    .microsite-article-cards__wrapper:last-child {
      margin-right: 0; }
  .microsite-article-cards {
    width: calc(100% + 64px);
    padding-top: 170px;
    float: left;
    padding-bottom: 6.25rem; }
  .microsite-article-cards__title {
    float: left;
    display: block;
    margin-right: 1.94175%;
    width: 89.80583%;
    margin-bottom: 10px; }
    .microsite-article-cards__title:last-child {
      margin-right: 0; }
  .microsite-article-cards__info-wrapper {
    padding-left: 49px;
    width: 100%; }
  .microsite-article-cards__author-link,
  .microsite-article-cards__date-time {
    display: inline-block; }
  .microsite-article-cards__author-wrapper {
    width: 100%;
    clear: both; }
  .microsite-article-cards__author-link {
    margin-right: 4px; }
  .microsite-article-cards__card {
    height: 205px;
    margin-bottom: 10px; }
  .microsite-article-cards__headline {
    margin: 58px 0 25px; } }

.two-article-cards {
  background-color: #f3f5f8;
  padding-top: 2.1875rem;
  padding-bottom: 1.875rem;
  margin-right: -20px;
  margin-left: -20px; }

.two-article-cards-title,
.two-article-cards__article-heading,
.two-article-cards__article-date {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  color: #264a59; }

.two-article-cards-title {
  font-size: 1.125rem;
  line-height: 1.5rem; }
  .contact .two-article-cards-title {
    font-family: "Chronicle Display Roman";
    font-size: 1.875rem;
    line-height: 1;
    color: #264a59;
    margin-top: 0;
    margin-bottom: 1.1875rem;
    margin-left: 1.25rem; }

.two-article-cards__card-wrapper {
  margin-top: 0.9375rem; }

.two-article-cards__card {
  margin-bottom: 0.125rem;
  display: block;
  position: relative;
  background-color: #fff;
  padding-bottom: 3.4375rem;
  height: 19.0625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 20px;
  padding-left: 20px; }
  .two-article-cards__card:focus, .two-article-cards__card:hover {
    text-decoration: none; }
    .two-article-cards__card:focus .heritage-icon-arrow_long, .two-article-cards__card:hover .heritage-icon-arrow_long {
      -ms-transform: translateX(10px);
      transform: translateX(10px); }
  .two-article-cards__card .heritage-icon-arrow_long {
    color: #c4d82d;
    font-size: 0.9375rem;
    position: absolute;
    bottom: 2.625rem;
    right: 1.25rem;
    transition: transform .3s ease; }
  .contact .two-article-cards__card {
    margin-bottom: 0.3125rem; }

.two-article-cards__article-category {
  font-size: 0.6875rem;
  font-weight: 400;
  text-transform: uppercase;
  color: white;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  z-index: 1;
  position: absolute;
  top: 1.6875rem; }

.two-article-cards__card._has-image {
  background-size: cover;
  background-position: center center;
  padding-bottom: 2.5rem; }
  .two-article-cards__card._has-image:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 35, 52, 0.75);
    z-index: 0; }
  .two-article-cards__card._has-image .two-article-cards__article-heading,
  .two-article-cards__card._has-image .two-article-cards__article-subheading,
  .two-article-cards__card._has-image .two-article-cards__article-date {
    color: white;
    position: relative; }
  .two-article-cards__card._has-image .two-article-cards__article-heading,
  .two-article-cards__card._has-image .two-article-cards__article-subheading,
  .two-article-cards__card._has-image .two-article-cards__article-date,
  .two-article-cards__card._has-image .heritage-icon-arrow_long {
    z-index: 1; }
  .two-article-cards__card._has-image .two-article-cards__article-author {
    color: #b4e1f8;
    margin-top: 3.125rem; }

.two-article-cards__card._has-author .two-article-cards__article-date {
  margin-top: 0.625rem; }

.two-article-cards__article-heading {
  font-size: 1.875rem;
  line-height: 2rem; }

.two-article-cards__article-subheading {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #111d22;
  margin-top: 0.9375rem; }

.two-article-cards__article-author {
  color: #0093d0;
  font-size: 0.875rem;
  margin-top: 1.25rem;
  z-index: 1; }

.two-article-cards__article-date {
  font-size: 0.75rem;
  line-height: 1.25rem;
  margin-top: 1.25rem; }

.two-article-cards__article-read-time {
  font-weight: 400; }

/*
//
/// Tablet styling */
@media screen and (min-width: 768px) {
  .two-article-cards {
    padding-top: 2.9375rem;
    padding-bottom: 2.5rem;
    padding-left: 20px;
    padding-right: 20px; }
  .two-article-cards-title {
    margin-left: 12.80488%;
    font-size: 1.25rem; }
    .contact .two-article-cards-title {
      margin-left: 12.80488%; }
  .two-article-cards__card-wrapper {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%;
    float: none; }
    .two-article-cards__card-wrapper:last-child {
      margin-right: 0; }
  .two-article-cards__card {
    margin-bottom: 1.25rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem; }
    .two-article-cards__card .heritage-icon-arrow_long {
      right: 2.5rem; }
    .contact .two-article-cards__card {
      margin-bottom: 1.25rem; }
  .two-article-cards__card._has-image {
    padding-bottom: 2.5rem; }
    .two-article-cards__card._has-image .two-article-cards__article-author {
      margin-top: 1.25rem; }
  .two-article-cards__card._has-author .two-article-cards__article-date {
    margin-top: 0.625rem; }
  .two-article-cards__article-heading {
    font-size: 1.75rem;
    line-height: 1.875rem; } }

/*
//
/// Desktop styling */
@media screen and (min-width: 1024px) {
  .two-article-cards__card:nth-of-type(4n+1), .two-article-cards__card:nth-of-type(4n) {
    float: left;
    display: block;
    margin-right: 1.94175%;
    width: 59.2233%;
    background-color: #292e35;
    display: -ms-flexbox;
    display: flex; }
    .two-article-cards__card:last-child:nth-of-type(4n+1), .two-article-cards__card:last-child:nth-of-type(4n) {
      margin-right: 0; }
    .two-article-cards__card:nth-of-type(4n+1) .two-article-cards__article-heading, .two-article-cards__card:nth-of-type(4n) .two-article-cards__article-heading,
    .two-article-cards__card:nth-of-type(4n+1) .two-article-cards__article-subheading,
    .two-article-cards__card:nth-of-type(4n) .two-article-cards__article-subheading,
    .two-article-cards__card:nth-of-type(4n+1) .two-article-cards__article-date,
    .two-article-cards__card:nth-of-type(4n) .two-article-cards__article-date {
      color: #fff; }
    .two-article-cards__card:nth-of-type(4n+1) .heritage-icon-arrow_long, .two-article-cards__card:nth-of-type(4n) .heritage-icon-arrow_long {
      color: #c4d82d; }
  .two-article-cards {
    padding-top: 3.5625rem;
    padding-bottom: 5rem;
    margin-right: -32px;
    margin-left: -32px;
    padding-left: 32px;
    padding-right: 32px; }
  .two-article-cards-title {
    margin-left: 8.46774%; }
    .contact .two-article-cards-title {
      margin-left: 8.46774%;
      font-size: 2.5rem;
      margin-top: 2rem;
      margin-bottom: 2.0625rem; }
  .two-article-cards__card-wrapper {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 83.06452%;
    margin-left: 8.46774%;
    float: none; }
    .two-article-cards__card-wrapper:last-child {
      margin-right: 0; }
    .two-article-cards__card-wrapper::after {
      clear: both;
      content: '';
      display: table; }
  .two-article-cards__card {
    float: left;
    display: block;
    margin-right: 1.94175%;
    width: 38.83495%;
    margin-bottom: 1.25rem;
    height: 22.1875rem;
    display: -ms-flexbox;
    display: flex; }
    .two-article-cards__card:last-child {
      margin-right: 0; }
    .two-article-cards__card .heritage-icon-arrow_long {
      bottom: 3.125rem; }
    .two-article-cards__card:nth-of-type(2n) {
      margin-right: 0; }
  .two-article-cards__article-heading {
    font-size: 2.125rem;
    line-height: 2.25rem; }
  .two-article-cards__article-subheading {
    font-size: 1.125rem;
    line-height: 1.625rem; } }

body._has-sliding-nav .sliding-nav ~ * {
  transition: transform 0.6s cubic-bezier(1, 0, 0, 1), opacity 0.6s cubic-bezier(1, 0, 0, 1); }

body._has-sliding-nav .dark-cover {
  content: '';
  background: black;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  transition: transform 0.6s cubic-bezier(1, 0, 0, 1), opacity 0.6s cubic-bezier(1, 0, 0, 1);
  pointer-events: none; }

body._sliding-nav-showing {
  overflow: hidden; }
  body._sliding-nav-showing main#content .content-wrapper {
    overflow: visible; }
  body._sliding-nav-showing .dark-cover {
    opacity: .5;
    z-index: 90; }
  body._sliding-nav-showing .sliding-nav ~ * {
    -ms-transform: translateX(-100vw);
    transform: translateX(-100vw); }
  body._sliding-nav-showing .sliding-nav {
    -ms-transform: translateX(0);
    transform: translateX(0); }
  body._sliding-nav-showing .content-wrapper:before {
    opacity: 0; }

.sliding-nav {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 0;
  z-index: 99;
  overflow: scroll;
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: transform 0.6s cubic-bezier(1, 0, 0, 1), opacity 0.6s cubic-bezier(1, 0, 0, 1);
  background-color: #252a2f;
  padding: 1.25rem 3.125rem 3.4375rem 1.25rem;
  text-align: right; }
  .sliding-nav * {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    color: #fff; }
  .sliding-nav .heritage-icon-lightbox_close {
    display: inline-block;
    text-align: right;
    color: #c4d82d;
    font-size: 1.5rem;
    position: relative;
    right: -1.875rem;
    margin-bottom: 1.75rem;
    cursor: pointer;
    transition: all .3s ease; }
    .sliding-nav .heritage-icon-lightbox_close:focus, .sliding-nav .heritage-icon-lightbox_close:hover {
      color: #fff; }
  .sliding-nav ._circle {
    border-radius: 50%;
    border: 0.09375rem solid rgba(229, 231, 232, 0.2);
    text-align: center;
    width: 2.25rem;
    height: 2.25rem;
    line-height: 2.25rem;
    display: inline-block; }

.sliding-nav-section,
.sliding-nav .mainmenu {
  text-align: left; }

.sliding-nav-section {
  border-bottom: 2px solid rgba(97, 100, 105, 0.3);
  margin-bottom: 1.25rem;
  padding-bottom: 0.3125rem; }
  .sliding-nav-section:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }

.sliding-nav__microsite-homelink {
  line-height: 1.625rem;
  -ms-flex-align: baseline;
  align-items: baseline; }

.sliding-nav__microsite-homelink,
.sliding-nav__download-pdf,
.sliding-nav__global-homelink {
  margin-bottom: 0.9375rem;
  display: -ms-flexbox;
  display: flex;
  display: block; }
  .sliding-nav__microsite-homelink > *:not(i),
  .sliding-nav__download-pdf > *:not(i),
  .sliding-nav__global-homelink > *:not(i) {
    border-bottom: 2px solid transparent;
    display: inline; }
  .sliding-nav__microsite-homelink:focus, .sliding-nav__microsite-homelink:hover,
  .sliding-nav__download-pdf:focus,
  .sliding-nav__download-pdf:hover,
  .sliding-nav__global-homelink:focus,
  .sliding-nav__global-homelink:hover {
    text-decoration: none; }
    .sliding-nav__microsite-homelink:focus > *:not(i), .sliding-nav__microsite-homelink:hover > *:not(i),
    .sliding-nav__download-pdf:focus > *:not(i),
    .sliding-nav__download-pdf:hover > *:not(i),
    .sliding-nav__global-homelink:focus > *:not(i),
    .sliding-nav__global-homelink:hover > *:not(i) {
      border-bottom: 2px solid #c4d82d;
      display: inline; }
  .sliding-nav__microsite-homelink:focus i:before, .sliding-nav__microsite-homelink:hover i:before,
  .sliding-nav__download-pdf:focus i:before,
  .sliding-nav__download-pdf:hover i:before,
  .sliding-nav__global-homelink:focus i:before,
  .sliding-nav__global-homelink:hover i:before {
    display: inline-block;
    text-decoration: none; }
  .sliding-nav__microsite-homelink i,
  .sliding-nav__download-pdf i,
  .sliding-nav__global-homelink i {
    margin-right: 0.9375rem; }

.sliding-nav__download-pdf,
.sliding-nav__global-homelink {
  -ms-flex-align: center;
  align-items: center; }

.sliding-nav-section__heading {
  font-size: 0.875rem;
  letter-spacing: -0.00625rem;
  color: #c4d82d;
  margin-bottom: 1.25rem;
  padding-top: 0.625rem; }

.sliding-nav__link {
  margin-bottom: 1.5625rem; }
  .sliding-nav__link a:focus,
  .sliding-nav__link a:hover {
    color: #c4d82d;
    text-decoration: none; }

.sliding-nav .mainmenu {
  line-height: 2.5rem; }
  .sliding-nav .mainmenu li a {
    color: #bee7f9;
    font-size: 0.875rem;
    letter-spacing: -0.00625rem;
    transition: all .3s ease; }
    .sliding-nav .mainmenu li a:focus, .sliding-nav .mainmenu li a:hover {
      color: #c4d82d;
      text-decoration: none; }

@media screen and (min-width: 768px) {
  .sliding-nav {
    padding-left: 7.1875rem;
    padding-right: 7.1875rem;
    padding-bottom: 9.0625rem; } }

@media screen and (min-width: 1024px) {
  .sliding-nav {
    width: 20.9375rem;
    padding-left: 1.25rem;
    padding-right: 3.4375rem;
    padding-bottom: 3.4375rem; }
  body._sliding-nav-showing .sliding-nav ~ * {
    -ms-transform: translateX(-335px);
    transform: translateX(-335px); } }

@media screen and (min-width: 1600px) {
  body._has-sliding-nav .dark-cover {
    left: calc((100vw - 1600px)/2); } }

.microsite__topic-paragraph {
  padding-top: 2.8125rem; }

.microsite__topic-paragraph-title {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #264a59; }

.microsite__topic-paragraph-content {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  font-size: 1rem;
  line-height: 2rem;
  letter-spacing: 0.00625rem;
  color: #111d22;
  margin-top: 1.4375rem; }

@media screen and (min-width: 1024px) {
  .microsite__topic-paragraph-content {
    font-size: 1.125rem; } }

.path-contact .contact__contact-forms {
  padding-top: 1.9375rem;
  padding-bottom: 2.625rem;
  border-bottom: 0.25rem solid #f3f5f8; }
  .path-contact .contact__contact-forms._form-success {
    border-bottom: none; }
    .path-contact .contact__contact-forms._form-success .contact__selection,
    .path-contact .contact__contact-forms._form-success .mktoForm,
    .path-contact .contact__contact-forms._form-success .filter-wrapper__arrow-wrapper {
      display: none; }
  .path-contact .contact__contact-forms .contact-donation__success p:last-child,
  .path-contact .contact__contact-forms .contact-research__success p:last-child,
  .path-contact .contact__contact-forms .contact-inquiry__success p:last-child,
  .path-contact .contact__contact-forms .contact-general__success p:last-child {
    margin-top: 2.5rem; }
  .path-contact .contact__contact-forms .contact-donation__success,
  .path-contact .contact__contact-forms .contact-research__success,
  .path-contact .contact__contact-forms .contact-inquiry__success,
  .path-contact .contact__contact-forms .contact-general__success {
    display: none; }
    .path-contact .contact__contact-forms .contact-donation__success._active,
    .path-contact .contact__contact-forms .contact-research__success._active,
    .path-contact .contact__contact-forms .contact-inquiry__success._active,
    .path-contact .contact__contact-forms .contact-general__success._active {
      display: block; }
    .path-contact .contact__contact-forms .contact-donation__success p,
    .path-contact .contact__contact-forms .contact-research__success p,
    .path-contact .contact__contact-forms .contact-inquiry__success p,
    .path-contact .contact__contact-forms .contact-general__success p {
      font-family: 'Gotham A', 'Gotham B';
      font-weight: 400;
      font-size: 1rem;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.75;
      color: #111d22; }
    .path-contact .contact__contact-forms .contact-donation__success h3,
    .path-contact .contact__contact-forms .contact-research__success h3,
    .path-contact .contact__contact-forms .contact-inquiry__success h3,
    .path-contact .contact__contact-forms .contact-general__success h3 {
      font-family: 'Chronicle Display A', 'Chronicle Display B';
      font-weight: 300;
      font-size: 1.375rem;
      font-weight: normal;
      font-style: italic;
      font-stretch: normal;
      line-height: 1.18;
      color: #386274;
      margin: 0 0 1.8125rem; }
    .path-contact .contact__contact-forms .contact-donation__success a:focus,
    .path-contact .contact__contact-forms .contact-donation__success a:hover,
    .path-contact .contact__contact-forms .contact-research__success a:focus,
    .path-contact .contact__contact-forms .contact-research__success a:hover,
    .path-contact .contact__contact-forms .contact-inquiry__success a:focus,
    .path-contact .contact__contact-forms .contact-inquiry__success a:hover,
    .path-contact .contact__contact-forms .contact-general__success a:focus,
    .path-contact .contact__contact-forms .contact-general__success a:hover {
      text-decoration: none; }
  .path-contact .contact__contact-forms .contact-target {
    display: none; }
    .path-contact .contact__contact-forms .contact-target._active {
      display: block; }
  .path-contact .contact__contact-forms .mktoButtonRow,
  .path-contact .contact__contact-forms .mktoFormRow,
  .path-contact .contact__contact-forms .mktoFormCol {
    width: 100%; }
  .path-contact .contact__contact-forms .mktoButtonWrap {
    margin-left: 0 !important;
    margin-top: 2.125rem;
    display: block; }
  .path-contact .contact__contact-forms fieldset {
    border: none;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important; }
  .path-contact .contact__contact-forms .contact__contact-forms {
    padding: 2rem 0 3.125rem;
    margin-bottom: 2.125rem;
    border-bottom: #f3f5f8 4px solid; }
  .path-contact .contact__contact-forms .mktoForm {
    width: 100% !important;
    margin: 0;
    padding: 0; }
    .path-contact .contact__contact-forms .mktoForm .mktoFieldWrap {
      width: 100%; }
  .path-contact .contact__contact-forms .mktoOffset,
  .path-contact .contact__contact-forms legend {
    display: none; }
  .path-contact .contact__contact-forms .mktoLabel {
    position: absolute;
    left: -999em; }
  .path-contact .contact__contact-forms .mktoButton {
    background-color: #6193b4;
    font-weight: 300;
    line-height: 4.3125rem;
    width: 100%;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    padding: 0 !important; }
    .path-contact .contact__contact-forms .mktoButton:focus, .path-contact .contact__contact-forms .mktoButton:hover {
      background-color: #79abc9; }
  .path-contact .contact__contact-forms textarea.mktoField {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 400;
    min-height: 16.3125rem !important;
    border: 1px solid #c5d1d8;
    padding: 0.8125rem 1.1875rem !important;
    margin-bottom: 2.25rem !important;
    width: 100% !important;
    color: #111d22; }
    .path-contact .contact__contact-forms textarea.mktoField::-webkit-input-placeholder {
      font-family: 'Gotham A', 'Gotham B';
      font-weight: 400;
      color: #c5d1d8 !important;
      font-size: 0.875rem !important; }
    .path-contact .contact__contact-forms textarea.mktoField:-moz-placeholder {
      font-family: 'Gotham A', 'Gotham B';
      font-weight: 400;
      color: #c5d1d8 !important;
      font-size: 0.875rem !important; }
    .path-contact .contact__contact-forms textarea.mktoField::-moz-placeholder {
      font-family: 'Gotham A', 'Gotham B';
      font-weight: 400;
      color: #c5d1d8 !important;
      font-size: 0.875rem !important; }
    .path-contact .contact__contact-forms textarea.mktoField::-ms-input-placeholder {
      font-family: 'Gotham A', 'Gotham B';
      font-weight: 400;
      color: #c5d1d8 !important;
      font-size: 0.875rem !important; }
    .path-contact .contact__contact-forms textarea.mktoField:-ms-input-placeholder {
      font-family: 'Gotham A', 'Gotham B';
      font-weight: 400;
      color: #c5d1d8 !important;
      font-size: 0.875rem !important; }
    .path-contact .contact__contact-forms textarea.mktoField:focus {
      outline: 1px dotted #212121;
      outline: 5px auto -webkit-focus-ring-color; }
  .path-contact .contact__contact-forms input.mktoTextField,
  .path-contact .contact__contact-forms .mktoEmailField,
  .path-contact .contact__contact-forms .mktoTelField {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    border: none;
    border-bottom: 0.0625rem Solid #c5d1d8;
    color: #111d22;
    font-size: 0.875rem !important;
    width: 100% !important;
    line-height: 3.0625rem !important;
    float: left;
    position: relative;
    padding: 0;
    height: 50px !important;
    color: #386274;
    overflow: auto; }
    .path-contact .contact__contact-forms input.mktoTextField::-webkit-input-placeholder,
    .path-contact .contact__contact-forms .mktoEmailField::-webkit-input-placeholder,
    .path-contact .contact__contact-forms .mktoTelField::-webkit-input-placeholder {
      font-family: 'Gotham A', 'Gotham B';
      font-weight: 400;
      color: #c5d1d8 !important;
      font-size: 0.875rem !important; }
    .path-contact .contact__contact-forms input.mktoTextField:-moz-placeholder,
    .path-contact .contact__contact-forms .mktoEmailField:-moz-placeholder,
    .path-contact .contact__contact-forms .mktoTelField:-moz-placeholder {
      font-family: 'Gotham A', 'Gotham B';
      font-weight: 400;
      color: #c5d1d8 !important;
      font-size: 0.875rem !important; }
    .path-contact .contact__contact-forms input.mktoTextField::-moz-placeholder,
    .path-contact .contact__contact-forms .mktoEmailField::-moz-placeholder,
    .path-contact .contact__contact-forms .mktoTelField::-moz-placeholder {
      font-family: 'Gotham A', 'Gotham B';
      font-weight: 400;
      color: #c5d1d8 !important;
      font-size: 0.875rem !important; }
    .path-contact .contact__contact-forms input.mktoTextField::-ms-input-placeholder,
    .path-contact .contact__contact-forms .mktoEmailField::-ms-input-placeholder,
    .path-contact .contact__contact-forms .mktoTelField::-ms-input-placeholder {
      font-family: 'Gotham A', 'Gotham B';
      font-weight: 400;
      color: #c5d1d8 !important;
      font-size: 0.875rem !important; }
    .path-contact .contact__contact-forms input.mktoTextField:-ms-input-placeholder,
    .path-contact .contact__contact-forms .mktoEmailField:-ms-input-placeholder,
    .path-contact .contact__contact-forms .mktoTelField:-ms-input-placeholder {
      font-family: 'Gotham A', 'Gotham B';
      font-weight: 400;
      color: #c5d1d8 !important;
      font-size: 0.875rem !important; }
    .path-contact .contact__contact-forms input.mktoTextField:focus,
    .path-contact .contact__contact-forms .mktoEmailField:focus,
    .path-contact .contact__contact-forms .mktoTelField:focus {
      outline: 1px dotted #212121;
      outline: 5px auto -webkit-focus-ring-color; }
  .path-contact .contact__contact-forms #Department,
  .path-contact .contact__contact-forms .mktoTelField {
    margin-bottom: 2.3125rem !important; }
  .path-contact .contact__contact-forms .mktoFieldWrap {
    display: -ms-flexbox;
    display: flex; }
  .path-contact .contact__contact-forms .mktoCheckboxList {
    width: auto !important;
    padding: 0 !important;
    min-width: 1.4375rem;
    margin-right: 0.6875rem; }
  .path-contact .contact__contact-forms label[for='tHFSubscriber'] {
    position: static;
    float: right;
    -ms-flex: 0 0 93%;
    flex: 0 0 93%;
    -ms-flex-order: 2;
    order: 2; }
  .path-contact .contact__contact-forms input[type='checkbox'] {
    position: relative;
    top: 0.0625rem;
    border: none; }
    .path-contact .contact__contact-forms input[type='checkbox']:checked:before {
      content: "";
      font-family: 'heritage-icons' !important;
      font-family: 'heritage-icons';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      color: #386274;
      font-size: 0.75rem; }
    .path-contact .contact__contact-forms input[type='checkbox']:before {
      content: '';
      display: block;
      background-color: #fff;
      height: 1.0625rem !important;
      width: 1.0625rem !important;
      position: absolute;
      left: 0;
      top: 0;
      border: solid 1px #c5d1d8; }
  .path-contact .contact__contact-forms .contact__selection {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    font-size: 1.25rem;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.3;
    color: #162b38;
    margin: 0 0 1.6875rem;
    display: block; }
  .path-contact .contact__contact-forms .filter-wrapper__arrow-wrapper {
    margin: 0 0 2.4375rem !important; }

@media screen and (min-width: 768px) {
  .path-contact .contact__contact-forms {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%;
    padding-bottom: 5rem;
    margin-bottom: 0;
    padding-top: 3.25rem; }
    .path-contact .contact__contact-forms:last-child {
      margin-right: 0; }
    .path-contact .contact__contact-forms .contact-donation__success h3,
    .path-contact .contact__contact-forms .contact-research__success h3,
    .path-contact .contact__contact-forms .contact-inquiry__success h3,
    .path-contact .contact__contact-forms .contact-general__success h3 {
      font-size: 1.875rem;
      line-height: 1.53;
      margin-bottom: 1.625rem; }
    .path-contact .contact__contact-forms .contact-donation__success p,
    .path-contact .contact__contact-forms .contact-research__success p,
    .path-contact .contact__contact-forms .contact-inquiry__success p,
    .path-contact .contact__contact-forms .contact-general__success p {
      float: left;
      display: block;
      margin-right: 3.27869%;
      width: 82.78689%;
      margin-left: 17.21311%;
      font-size: 1.125rem;
      line-height: 1.56; }
      .path-contact .contact__contact-forms .contact-donation__success p:last-child,
      .path-contact .contact__contact-forms .contact-research__success p:last-child,
      .path-contact .contact__contact-forms .contact-inquiry__success p:last-child,
      .path-contact .contact__contact-forms .contact-general__success p:last-child {
        margin-right: 0; }
    .path-contact .contact__contact-forms .contact-donation__success a,
    .path-contact .contact__contact-forms .contact-research__success a,
    .path-contact .contact__contact-forms .contact-inquiry__success a,
    .path-contact .contact__contact-forms .contact-general__success a {
      color: #111d22;
      pointer-events: none; }
    .path-contact .contact__contact-forms .mktoFieldWrap,
    .path-contact .contact__contact-forms input.mktoTextField,
    .path-contact .contact__contact-forms .mktoEmailField,
    .path-contact .contact__contact-forms .mktoTelField {
      width: 100% !important; }
    .path-contact .contact__contact-forms .mktoButtonRow {
      margin-right: auto;
      margin-left: auto;
      max-width: 380px;
      display: block; }
    .path-contact .contact__contact-forms .contact-donation .mktoFormRow + .mktoFormRow + .mktoFormRow + .mktoFormRow + .mktoFormRow,
    .path-contact .contact__contact-forms .contact-research .mktoFormRow + .mktoFormRow + .mktoFormRow + .mktoFormRow + .mktoFormRow {
      width: 15.625rem;
      margin-left: auto;
      margin-right: auto; }
    .path-contact .contact__contact-forms .contact-inquiry .mktoFormRow + .mktoFormRow + .mktoFormRow + .mktoFormRow + .mktoFormRow + .mktoFormRow + .mktoFormRow {
      width: 15.625rem;
      margin-left: auto;
      margin-right: auto; }
    .path-contact .contact__contact-forms .contact-general .mktoFormRow + .mktoFormRow + .mktoFormRow + .mktoFormRow {
      width: 15.625rem;
      margin-left: auto;
      margin-right: auto; } }

@media screen and (min-width: 1024px) {
  .path-contact .contact__contact-forms {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 83.06452%;
    margin-left: 8.46774%;
    padding: 2.8125rem 0 0;
    margin-bottom: 5.75rem;
    margin-top: -7.8125rem;
    background-color: #fff;
    position: relative;
    z-index: 3; }
    .path-contact .contact__contact-forms:last-child {
      margin-right: 0; }
    .path-contact .contact__contact-forms .mktoForm {
      padding: 0 0 6.25rem; }
    .path-contact .contact__contact-forms .contact-donation__success p,
    .path-contact .contact__contact-forms .contact-research__success p,
    .path-contact .contact__contact-forms .contact-inquiry__success p,
    .path-contact .contact__contact-forms .contact-general__success p {
      float: left;
      display: block;
      margin-right: 2.43902%;
      width: 87.19512%;
      margin-left: 12.80488%; }
      .path-contact .contact__contact-forms .contact-donation__success p:last-child,
      .path-contact .contact__contact-forms .contact-research__success p:last-child,
      .path-contact .contact__contact-forms .contact-inquiry__success p:last-child,
      .path-contact .contact__contact-forms .contact-general__success p:last-child {
        margin-right: 0; }
    .path-contact .contact__contact-forms .contact-donation__success h3,
    .path-contact .contact__contact-forms .contact-research__success h3,
    .path-contact .contact__contact-forms .contact-inquiry__success h3,
    .path-contact .contact__contact-forms .contact-general__success h3 {
      margin-bottom: 2.375rem; }
    .path-contact .contact__contact-forms textarea.mktoField,
    .path-contact .contact__contact-forms input.mktoTextField,
    .path-contact .contact__contact-forms .mktoEmailField,
    .path-contact .contact__contact-forms .mktoTelField {
      font-size: 1rem !important; }
      .path-contact .contact__contact-forms textarea.mktoField::-webkit-input-placeholder,
      .path-contact .contact__contact-forms input.mktoTextField::-webkit-input-placeholder,
      .path-contact .contact__contact-forms .mktoEmailField::-webkit-input-placeholder,
      .path-contact .contact__contact-forms .mktoTelField::-webkit-input-placeholder {
        font-size: 1rem !important; }
      .path-contact .contact__contact-forms textarea.mktoField:-moz-placeholder,
      .path-contact .contact__contact-forms input.mktoTextField:-moz-placeholder,
      .path-contact .contact__contact-forms .mktoEmailField:-moz-placeholder,
      .path-contact .contact__contact-forms .mktoTelField:-moz-placeholder {
        font-size: 1rem !important; }
      .path-contact .contact__contact-forms textarea.mktoField::-moz-placeholder,
      .path-contact .contact__contact-forms input.mktoTextField::-moz-placeholder,
      .path-contact .contact__contact-forms .mktoEmailField::-moz-placeholder,
      .path-contact .contact__contact-forms .mktoTelField::-moz-placeholder {
        font-size: 1rem !important; }
      .path-contact .contact__contact-forms textarea.mktoField::-ms-input-placeholder,
      .path-contact .contact__contact-forms input.mktoTextField::-ms-input-placeholder,
      .path-contact .contact__contact-forms .mktoEmailField::-ms-input-placeholder,
      .path-contact .contact__contact-forms .mktoTelField::-ms-input-placeholder {
        font-size: 1rem !important; }
      .path-contact .contact__contact-forms textarea.mktoField:-ms-input-placeholder,
      .path-contact .contact__contact-forms input.mktoTextField:-ms-input-placeholder,
      .path-contact .contact__contact-forms .mktoEmailField:-ms-input-placeholder,
      .path-contact .contact__contact-forms .mktoTelField:-ms-input-placeholder {
        font-size: 1rem !important; }
    .path-contact .contact__contact-forms .contact-general .mktoFormRow:nth-child(0) .mktoFormCol,
    .path-contact .contact__contact-forms .contact-general .mktoFormRow:nth-child(1) .mktoFormCol,
    .path-contact .contact__contact-forms .contact-general .mktoFormRow:nth-child(2) .mktoFormCol {
      float: left;
      display: block;
      margin-right: 2.43902%;
      width: 48.78049%; }
      .path-contact .contact__contact-forms .contact-general .mktoFormRow:nth-child(0) .mktoFormCol:last-child,
      .path-contact .contact__contact-forms .contact-general .mktoFormRow:nth-child(1) .mktoFormCol:last-child,
      .path-contact .contact__contact-forms .contact-general .mktoFormRow:nth-child(2) .mktoFormCol:last-child {
        margin-right: 0; }
      .path-contact .contact__contact-forms .contact-general .mktoFormRow:nth-child(0) .mktoFormCol:nth-child(even),
      .path-contact .contact__contact-forms .contact-general .mktoFormRow:nth-child(1) .mktoFormCol:nth-child(even),
      .path-contact .contact__contact-forms .contact-general .mktoFormRow:nth-child(2) .mktoFormCol:nth-child(even) {
        margin-right: 0; }
    .path-contact .contact__contact-forms .contact-general .mktoFormRow + .mktoFormRow + .mktoFormRow + .mktoFormRow {
      width: 250px; }
    .path-contact .contact__contact-forms .contact-research .mktoFormRow:nth-child(0),
    .path-contact .contact__contact-forms .contact-research .mktoFormRow:nth-child(1),
    .path-contact .contact__contact-forms .contact-research .mktoFormRow:nth-child(2),
    .path-contact .contact__contact-forms .contact-research .mktoFormRow:nth-child(3),
    .path-contact .contact__contact-forms .contact-research .mktoFormRow:nth-child(4),
    .path-contact .contact__contact-forms .contact-donation .mktoFormRow:nth-child(0),
    .path-contact .contact__contact-forms .contact-donation .mktoFormRow:nth-child(1),
    .path-contact .contact__contact-forms .contact-donation .mktoFormRow:nth-child(2),
    .path-contact .contact__contact-forms .contact-donation .mktoFormRow:nth-child(3),
    .path-contact .contact__contact-forms .contact-donation .mktoFormRow:nth-child(4) {
      float: left;
      display: block;
      margin-right: 2.43902%;
      width: 48.78049%;
      clear: none; }
      .path-contact .contact__contact-forms .contact-research .mktoFormRow:nth-child(0):last-child,
      .path-contact .contact__contact-forms .contact-research .mktoFormRow:nth-child(1):last-child,
      .path-contact .contact__contact-forms .contact-research .mktoFormRow:nth-child(2):last-child,
      .path-contact .contact__contact-forms .contact-research .mktoFormRow:nth-child(3):last-child,
      .path-contact .contact__contact-forms .contact-research .mktoFormRow:nth-child(4):last-child,
      .path-contact .contact__contact-forms .contact-donation .mktoFormRow:nth-child(0):last-child,
      .path-contact .contact__contact-forms .contact-donation .mktoFormRow:nth-child(1):last-child,
      .path-contact .contact__contact-forms .contact-donation .mktoFormRow:nth-child(2):last-child,
      .path-contact .contact__contact-forms .contact-donation .mktoFormRow:nth-child(3):last-child,
      .path-contact .contact__contact-forms .contact-donation .mktoFormRow:nth-child(4):last-child {
        margin-right: 0; }
    .path-contact .contact__contact-forms .contact-research .mktoFormRow:nth-child(odd),
    .path-contact .contact__contact-forms .contact-donation .mktoFormRow:nth-child(odd) {
      margin-right: 0; }
    .path-contact .contact__contact-forms .contact-inquiry .mktoFormRow:nth-child(0),
    .path-contact .contact__contact-forms .contact-inquiry .mktoFormRow:nth-child(1),
    .path-contact .contact__contact-forms .contact-inquiry .mktoFormRow:nth-child(2),
    .path-contact .contact__contact-forms .contact-inquiry .mktoFormRow:nth-child(3),
    .path-contact .contact__contact-forms .contact-inquiry .mktoFormRow:nth-child(4),
    .path-contact .contact__contact-forms .contact-inquiry .mktoFormRow:nth-child(5),
    .path-contact .contact__contact-forms .contact-inquiry .mktoFormRow:nth-child(6) {
      float: left;
      display: block;
      margin-right: 2.43902%;
      width: 48.78049%;
      clear: none; }
      .path-contact .contact__contact-forms .contact-inquiry .mktoFormRow:nth-child(0):last-child,
      .path-contact .contact__contact-forms .contact-inquiry .mktoFormRow:nth-child(1):last-child,
      .path-contact .contact__contact-forms .contact-inquiry .mktoFormRow:nth-child(2):last-child,
      .path-contact .contact__contact-forms .contact-inquiry .mktoFormRow:nth-child(3):last-child,
      .path-contact .contact__contact-forms .contact-inquiry .mktoFormRow:nth-child(4):last-child,
      .path-contact .contact__contact-forms .contact-inquiry .mktoFormRow:nth-child(5):last-child,
      .path-contact .contact__contact-forms .contact-inquiry .mktoFormRow:nth-child(6):last-child {
        margin-right: 0; }
    .path-contact .contact__contact-forms .contact-inquiry .mktoFormRow:nth-child(odd) {
      margin-right: 0; }
    .path-contact .contact__contact-forms .mktoFormCol {
      width: 100%; }
    .path-contact .contact__contact-forms .filter-wrapper__arrow-wrapper,
    .path-contact .contact__contact-forms .contact__selection {
      float: left;
      display: block;
      margin-right: 2.43902%;
      width: 48.78049%; }
      .path-contact .contact__contact-forms .filter-wrapper__arrow-wrapper:last-child,
      .path-contact .contact__contact-forms .contact__selection:last-child {
        margin-right: 0; }
    .path-contact .contact__contact-forms .contact__selection {
      position: relative;
      top: 0.625rem;
      margin-bottom: 0;
      font-size: 1.375rem; }
    .path-contact .contact__contact-forms .filter-wrapper__arrow-wrapper {
      margin-right: 0;
      margin-bottom: 5.0625rem !important; }
    .path-contact .contact__contact-forms input[type='checkbox'] {
      margin-right: 0.9375rem; }
    .path-contact .contact__contact-forms .contact__offset-wrapper {
      float: left;
      display: block;
      margin-right: 1.94175%;
      width: 79.61165%;
      margin-left: 10.19417%; }
      .path-contact .contact__contact-forms .contact__offset-wrapper:last-child {
        margin-right: 0; } }

.microsite-theme__red .sliding-nav .heritage-icon-lightbox_close,
.microsite-theme__red .sliding-nav .mainmenu li a {
  color: #d2f4ff; }
  .microsite-theme__red .sliding-nav .heritage-icon-lightbox_close:focus, .microsite-theme__red .sliding-nav .heritage-icon-lightbox_close:hover,
  .microsite-theme__red .sliding-nav .mainmenu li a:focus,
  .microsite-theme__red .sliding-nav .mainmenu li a:hover {
    color: #fff; }

.microsite-theme__red .sliding-nav-section__heading {
  color: #48b2e9; }

.microsite-theme__red .sliding-nav__microsite-homelink:focus span,
.microsite-theme__red .sliding-nav__microsite-homelink:hover span,
.microsite-theme__red .sliding-nav__download-pdf:focus span,
.microsite-theme__red .sliding-nav__download-pdf:hover span,
.microsite-theme__red .sliding-nav__global-homelink:focus span,
.microsite-theme__red .sliding-nav__global-homelink:hover span {
  border-color: #48b2e9; }

.microsite-theme__red .sliding-nav__link a:focus,
.microsite-theme__red .sliding-nav__link a:hover {
  color: #48b2e9; }

.microsite-theme__red .microsite-main-nav__logo:focus, .microsite-theme__red .microsite-main-nav__logo:hover {
  text-decoration: none;
  color: #48b2e9; }
  .microsite-theme__red .microsite-main-nav__logo:focus span, .microsite-theme__red .microsite-main-nav__logo:hover span {
    color: #48b2e9; }

.microsite-theme__red .microsite-main-nav__trigger-drawer {
  background-color: #d92632; }
  .microsite-theme__red .microsite-main-nav__trigger-drawer:focus, .microsite-theme__red .microsite-main-nav__trigger-drawer:hover {
    background-color: #a0252b; }

.microsite-theme__red .microsite-main-nav__links li a:focus > span,
.microsite-theme__red .microsite-main-nav__links li a:hover > span,
.microsite-theme__red .microsite-main-nav__title a:focus > span,
.microsite-theme__red .microsite-main-nav__title a:hover > span {
  border-color: #b4e1f8; }

.microsite-theme__red .microsite-hero__title:after {
  background-color: #b4e1f8; }

.microsite-theme__red.page-node-type-microsite-article .microsite-main-nav {
  background-color: #d92632; }

.microsite-theme__red.page-node-type-microsite-article .microsite-main-nav__logo {
  background-color: rgba(0, 0, 0, 0.1); }

.microsite-theme__red.page-node-type-microsite-article .impact__eyebrow:before {
  background-color: #48b2e9; }

.microsite-theme__red.page-node-type-microsite-article .article-body__read-more:focus .heritage-icon-expand,
.microsite-theme__red.page-node-type-microsite-article .article-body__read-more:hover .heritage-icon-expand {
  color: #48b2e9; }

.microsite-theme__red.page-node-type-microsite-article .article__sticky-nav .article__sticky-nav-nav-wrapper button:hover {
  background-color: #eef7fc; }

.microsite-theme__red.page-node-type-microsite-article .article__sticky-nav .article__sticky-nav-nav-wrapper button._active {
  background-color: #d92632; }
  .microsite-theme__red.page-node-type-microsite-article .article__sticky-nav .article__sticky-nav-nav-wrapper button._active:focus, .microsite-theme__red.page-node-type-microsite-article .article__sticky-nav .article__sticky-nav-nav-wrapper button._active:hover {
    background-color: #a0252b;
    font-style: normal; }

.microsite-theme__red .image-with-caption,
.microsite-theme__red .two-article-cards,
.microsite-theme__red .microsite-article-cards,
.microsite-theme__red .key-topics:after {
  background-color: #f5f5f5; }

.microsite-theme__red .result-card:before {
  background-color: #48b2e9; }

.microsite-theme__red .result-card .heritage-icon-arrow_long {
  color: #d92632; }

.microsite-theme__red .result-card .result-card__title:focus,
.microsite-theme__red .result-card .result-card__title:hover,
.microsite-theme__red .result-card .result-card__link {
  color: #d92632; }

.microsite-theme__red .microsite-article-cards__card .heritage-icon-arrow_long {
  color: #d92632; }

.microsite-theme__red .microsite-article-cards__card:after {
  background: #d92632; }

.microsite-theme__red .key-topics-card:focus .key-topics-card__title span,
.microsite-theme__red .key-topics-card:hover .key-topics-card__title span {
  border-bottom-color: #b4e1f8; }

.microsite-theme__red .key-topics-card .heritage-icon-arrow_long {
  color: #b4e1f8; }

.microsite-theme__red .two-article-cards__card .heritage-icon-arrow_long {
  color: #d92632; }

.microsite-theme__red .two-article-cards__card._has-image:after {
  background: rgba(0, 0, 0, 0.5); }

.microsite-theme__red .two-article-cards__card._has-image .heritage-icon-arrow_long {
  color: #b4e1f8; }

.microsite-theme__red .three-col-breaker .issue-breaker__title-text:after {
  border-color: #48b2e9; }

.microsite-theme__red .three-col-breaker .issue-breaker__text-report,
.microsite-theme__red .three-col-breaker .heritage-icon-issues_arrow,
.microsite-theme__red .three-col-breaker .issue-breaker__report-tout:focus,
.microsite-theme__red .three-col-breaker .issue-breaker__report-tout:hover {
  color: #48b2e9; }

.microsite-theme__red .microsite-two-column-breaker__title:after {
  background-color: #48b2e9; }

.microsite-theme__red .microsite-two-column-breaker__item h4 {
  color: #48b2e9; }

.microsite-theme__red .microsite-article-cards__author-link {
  color: #d92632; }

.microsite-theme__red .microsite-homepage .about-featured__headlines a {
  color: #d92632; }
  .microsite-theme__red .microsite-homepage .about-featured__headlines a:focus span, .microsite-theme__red .microsite-homepage .about-featured__headlines a:hover span {
    border-color: #b4e1f8; }

.microsite-theme__red .global-footer #block-secondarynavigation .mainmenu li a:focus,
.microsite-theme__red .global-footer #block-secondarynavigation .mainmenu li a:hover,
.microsite-theme__red .global-footer .global-footer__privacy-copyright-link:not(.global-footer__copyright-link):focus,
.microsite-theme__red .global-footer .global-footer__privacy-copyright-link:not(.global-footer__copyright-link):hover {
  color: #48b2e9; }

.microsite-theme__red .global-footer .global-footer__subscribe-title {
  color: #b4e1f8; }

.microsite-theme__red .global-footer .mktoButton,
.microsite-theme__red .global-footer__subscribe-btn {
  background-color: #d92632; }

.microsite-theme__red .global-footer #Email,
.microsite-theme__red .global-footer__subscribe-email-input {
  border-color: #d92632; }

.microsite-theme__red .mktoForm:focus #Email,
.microsite-theme__red .mktoForm:hover #Email {
  border-color: #a0252b; }

.microsite-theme__red .mktoForm:focus .mktoButton,
.microsite-theme__red .mktoForm:hover .mktoButton {
  background-color: #a0252b; }

@media screen and (min-width: 1024px) {
  .microsite-theme__red .two-article-cards__card:nth-of-type(4n+1) .heritage-icon-arrow_long, .microsite-theme__red .two-article-cards__card:nth-of-type(4n) .heritage-icon-arrow_long {
    color: #48b2e9; }
  .microsite-theme__red .two-article-cards__card._has-image .heritage-icon-arrow_long {
    color: #b4e1f8; } }

.collection-recirculation {
  margin-left: -20px;
  margin-right: -20px;
  background-color: #508399;
  width: calc(100% + 40px);
  float: left;
  padding-bottom: 1.4375rem;
  margin-top: 3.125rem; }
  @media screen and (min-width: 768px) {
    .collection-recirculation {
      margin-left: -20px; } }
  @media screen and (min-width: 1024px) {
    .collection-recirculation {
      margin-left: -32px; } }
  @media screen and (min-width: 768px) {
    .collection-recirculation {
      margin-right: -20px; } }
  @media screen and (min-width: 1024px) {
    .collection-recirculation {
      margin-right: -32px; } }

.collection-recirculation__card {
  position: relative;
  background-size: cover;
  background-position: center center;
  width: 20.9375rem;
  height: 16.25rem;
  margin: -3.125rem auto 0;
  padding: 2.625rem 1.875rem 0; }
  .collection-recirculation__card:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(3, 56, 74, 0.8);
    z-index: 0; }
  .collection-recirculation__card .collection-recirculation__eyebrow {
    margin-bottom: 27px; }
  .collection-recirculation__card i {
    color: #c4d82d;
    font-size: 0.875rem;
    transition: all .3s ease; }
  .collection-recirculation__card p,
  .collection-recirculation__card a,
  .collection-recirculation__card h2,
  .collection-recirculation__card i {
    position: relative;
    z-index: 2; }
  .collection-recirculation__card:focus i, .collection-recirculation__card:hover i {
    margin-left: 20px; }

.collection-recirculation__eyebrow {
  color: #fff; }

.collection-recirculation__card-title h3,
.collection-recirculation__title h2 {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 300;
  font-stretch: normal;
  color: #fff;
  margin: 0; }

.collection-recirculation__title:focus, .collection-recirculation__title:hover {
  text-decoration: none; }

.collection-recirculation__title h2 {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 200;
  font-size: 2.5rem;
  font-style: italic;
  line-height: 1.15;
  margin-bottom: 1.75rem; }

.collection-recirculation__card-title {
  display: block;
  margin-bottom: 0.8125rem; }
  .collection-recirculation__card-title > *:not(i) {
    border-bottom: 2px solid transparent;
    display: inline; }
  .collection-recirculation__card-title:focus, .collection-recirculation__card-title:hover {
    text-decoration: none; }
    .collection-recirculation__card-title:focus > *:not(i), .collection-recirculation__card-title:hover > *:not(i) {
      border-bottom: 2px solid #c4d82d;
      display: inline; }
  .collection-recirculation__card-title h3 {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 200;
    font-size: 1.375rem;
    font-style: normal;
    line-height: 1.18; }

.collection-recirculation__article {
  margin: 0 1.25rem;
  padding: 2.3125rem 0;
  border-bottom: rgba(255, 255, 255, 0.3) 1px solid; }
  .collection-recirculation__article .collection-recirculation__eyebrow {
    margin-bottom: 1rem; }
  .collection-recirculation__article .date-time {
    color: #fff; }
  .collection-recirculation__article:last-child {
    border-bottom: none; }

@media screen and (min-width: 768px) {
  .collection-recirculation {
    margin-top: 3.75rem; }
  .collection-recirculation__card {
    width: 100%;
    height: 16.25rem;
    max-width: 40.875rem;
    padding: 4.125rem 3.5625rem 0;
    margin-top: -3.75rem; }
  .collection-recirculation__title h2 {
    font-size: 3.125rem; }
  .collection-recirculation__card-title h3 {
    max-width: 33.875rem;
    font-size: 1.5rem; }
  .collection-recirculation__article {
    width: 100%;
    max-width: 33.875rem;
    margin: 0 auto; } }

@media screen and (min-width: 1024px) {
  .collection-recirculation {
    width: calc(100% + 64px);
    height: 450px; }
  .collection-recirculation__articles-list {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 40.72581%; }
    .collection-recirculation__articles-list:last-child {
      margin-right: 0; }
  .collection-recirculation__card {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 40.72581%;
    margin-left: 8.46774%;
    max-width: 32.8125rem;
    height: 32.8125rem;
    margin-top: -4.6875rem; }
    .collection-recirculation__card:last-child {
      margin-right: 0; }
    .collection-recirculation__card .collection-recirculation__eyebrow {
      margin-bottom: 0.3125rem; }
  .collection-recirculation__title h2 {
    font-size: 4.375rem; }
  .collection-recirculation__card-title h3 {
    font-size: 1.625rem; }
  .collection-recirculation__article {
    max-width: 26.25rem; }
  .collection-recirculation__card {
    padding: 9.375rem 2.6875rem 0; } }

.article__body-copy .embedded-entity .listicle,
.article__body-copy .embedded-entity .timeline,
.article__body-copy .embedded-entity .slideshow {
  width: 100vw;
  max-width: 1600px;
  left: -20px;
  position: relative; }

@media screen and (min-width: 768px) {
  .article__body-copy .embedded-entity .listicle,
  .article__body-copy .embedded-entity .timeline,
  .article__body-copy .embedded-entity .slideshow {
    left: calc((100vw - 40px) * -.1280488 - 20px); } }

@media screen and (min-width: 1024px) {
  .article__body-copy .embedded-entity .listicle,
  .article__body-copy .embedded-entity .timeline,
  .article__body-copy .embedded-entity .slideshow {
    left: calc((100vw - 64px) * -.2540323 - 32px); } }

@media screen and (min-width: 1600px) {
  .article__body-copy .embedded-entity .listicle,
  .article__body-copy .embedded-entity .timeline,
  .article__body-copy .embedded-entity .slideshow {
    left: calc((1600px - 64px) * -.2540323 - 32px); } }

@media print {
  html, body, div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  b, u, i, center,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, embed,
  figure, figcaption, footer, header, hgroup,
  menu, nav, output, ruby, section, summary,
  time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }
  /* HTML5 display-role reset for older browsers */
  article, aside, details, figcaption, figure,
  footer, header, hgroup, menu, nav, section {
    display: block; }
  body {
    line-height: 1; }
  ol, ul {
    list-style: none; }
  blockquote, q {
    quotes: none; }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none; }
  table {
    border-collapse: collapse;
    border-spacing: 0; }
  @font-face {
    font-family: 'heritage-icons';
    src: url("/themes/heritage/src/fonts/heritage-icons.eot?96qnpn");
    src: url("/themes/heritage/src/fonts/heritage-icons.eot?96qnpn#iefix") format("embedded-opentype"), url("/themes/heritage/src/fonts/heritage-icons.ttf?96qnpn") format("truetype"), url("/themes/heritage/src/fonts/heritage-icons.woff?96qnpn") format("woff"), url("/themes/heritage/src/fonts/heritage-icons.svg?96qnpn#heritage-icons") format("svg");
    font-weight: normal; }
  [class^='heritage-icon-'],
  [class*='heritage-icon-'] {
    font-family: 'heritage-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .heritage-icon-circle_info:before {
    content: "\e900"; }
  .heritage-icon-chapter_arrow:before {
    content: "\e901"; }
  .heritage-icon-chaptering_close:before {
    content: "\e902"; }
  .heritage-icon-collapse:before {
    content: "\e903"; }
  .heritage-icon-copy_clipboard:before {
    content: "\e904"; }
  .heritage-icon-copy_link:before {
    content: "\e905"; }
  .heritage-icon-download_pdf:before {
    content: "\e906"; }
  .heritage-icon-download:before {
    content: "\e907"; }
  .heritage-icon-expand_image:before {
    content: "\e908"; }
  .heritage-icon-expand:before {
    content: "\e909"; }
  .heritage-icon-explore_issues_desktop:before {
    content: "\e90a"; }
  .heritage-icon-explore_issues_tablet_mobile:before {
    content: "\e90b"; }
  .heritage-icon-hamburger_menu:before {
    content: "\e90c"; }
  .heritage-icon-heritage_bell:before {
    content: "\e90d"; }
  .heritage-icon-heritage_logo:before {
    content: "\e90e"; }
  .heritage-icon-issues_arrow:before {
    content: "\e90f"; }
  .heritage-icon-lightbox_close:before {
    content: "\e910"; }
  .heritage-icon-quote:before {
    content: "\e911"; }
  .heritage-icon-search_desktop:before {
    content: "\e912"; }
  .heritage-icon-search_tablet_mobile:before {
    content: "\e913"; }
  .heritage-icon-see_more_arrow:before {
    content: "\e914"; }
  .heritage-icon-share:before {
    content: "\e915"; }
  .heritage-icon-social_facebook:before {
    content: "\e916"; }
  .heritage-icon-social_twitter:before {
    content: "\e917"; }
  .heritage-icon-tooltip_desktop:before {
    content: "\e918"; }
  .heritage-icon-tooltip_tablet_mobile:before {
    content: "\e919"; }
  .heritage-icon-check_sign_up:before {
    content: "\e91a"; }
  .heritage-icon-add_to_calendar:before {
    content: "\e91b"; }
  .heritage-icon-arrow_long:before {
    content: "\e91c"; }
  .heritage-icon-calendar_left:before {
    content: "\e926"; }
  .heritage-icon-calendar_right:before {
    content: "\e91d"; }
  .heritage-icon-play_list_view:before {
    content: "\e91e"; }
  .heritage-icon-play_module:before {
    content: "\e91f"; }
  .heritage-icon-play_live_video:before {
    content: "\e920"; }
  .heritage-icon-live_video_close:before {
    content: "\e921"; }
  .heritage-icon-pin:before {
    content: "\e922"; }
  .heritage-icon-clock:before {
    content: "\e923"; }
  .heritage-icon-home3:before {
    content: "\e924"; }
  .heritage-icon-print:before {
    content: "\e925"; }
  .heritage-icon-linkedin2:before {
    content: "\eaca"; }
  .heritage-icon-envelop:before {
    content: "\e945"; }
  a {
    -webkit-text-decoration-skip: objects;
    color: #0093d0;
    text-decoration: none;
    transition: color .3s ease; }
    a:focus, a:active, a:hover {
      text-decoration: underline; }
  p {
    margin: 0; }
  dfn {
    font-style: italic; }
  small {
    font-size: 80%; }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  pre {
    margin: 0;
    overflow: auto; }
  code,
  kbd,
  pre,
  samp {
    font-family: monospace, monospace;
    font-size: 1rem; }
  hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible; }
  .headline {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    font-size: 2.625rem;
    line-height: 2.75rem;
    letter-spacing: -0.03125rem;
    color: #061d46; }
  .headline__date {
    color: #75a5c0;
    display: block; }
  .embedded-entity.easychart-light,
  .embedded-entity.easychart-dark,
  .timeline,
  .listicle,
  img {
    page-break-before: auto;
    /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-after: auto;
    /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-inside: avoid;
    /* or 'auto' */
    max-width: 100%; }
  img {
    margin-bottom: 0.5rem; }
  body:not(.path-voterfraud-print) {
    padding: 1.25rem 1.875rem; }
  p:first-child:first-letter {
    font-size: 1.125rem !important;
    font-style: normal !important;
    font-weight: 300 !important;
    line-height: 1.8rem !important;
    color: black !important;
    margin: 0 !important; }
  p {
    color: black !important; }
  h1 {
    margin-bottom: 1rem !important; }
    h1 * {
      font-size: 3rem !important;
      line-height: 1 !important; }
  .issue-breaker,
  .mktoForm,
  .article__social-container.commentary__social-container.explainer-banner__social-container,
  .commentary__headline.headline {
    display: none; }
  h1,
  h2,
  h3,
  h4,
  h5,
  .listicle-card__headline * {
    font-weight: bold !important; }
  h1 {
    font-size: 1.625rem;
    line-height: 2.75rem;
    letter-spacing: -0.03125rem;
    color: #061d46; }
  .navigation__article-title,
  .microsite-main-nav,
  .legacy-youtube,
  .navigation-global__issue-toggle,
  .navigation-global__nav-tier,
  [class*='footer'],
  .global-footer,
  .navigation-global__fix-wrapper,
  .navigation-global__nav-bar-wrap,
  .slideshow,
  .donation,
  .article__download-report,
  .article__download-lectures,
  #block-transporterblock,
  .sliding-nav,
  #block-heritage-theme-local-tasks {
    display: none !important; }
  .article__body-copy p,
  .listicle-card,
  .pull-quote,
  .article__chapter-heading,
  .article__references-reference {
    margin-top: 1rem !important; }
  .article-summary__eyebrow {
    font-style: italic !important; }
  .pull-quote__author,
  .pull-quote__author-title {
    font-style: italic !important; }
  .navigation-global__logo-link,
  .navigation-global__logo-link .heritage-icon-heritage_logo {
    display: block !important;
    color: black !important;
    font-size: 80px !important;
    line-height: 80px !important;
    position: relative !important;
    margin-bottom: 2.5rem !important; }
  .navigation-global__logo-link .heritage-icon-heritage_logo:before {
    display: block !important; }
  .pull-quote__quote p {
    display: inline-block !important; }
    .pull-quote__quote p:before {
      content: '\201c' !important;
      display: inline-block !important;
      float: left !important; }
    .pull-quote__quote p:after {
      content: '\201d' !important;
      display: inline-block !important;
      float: right !important; }
  .listicle-card__id {
    margin-right: 0.375rem !important; }
  .microsite-article:before {
    speak: none !important;
    content: "";
    font-family: 'heritage-icons' !important;
    font-size: 3.625rem !important;
    line-height: 7.5rem !important;
    color: #000 !important;
    position: relative !important;
    display: block !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .article-read-time {
    clear: both;
    display: block;
    font-weight: bold; }
  .author-card.multi-author-card {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 1rem 0;
    overflow: hidden; }
    .author-card.multi-author-card .author-card__commentary-by {
      font-weight: bold;
      padding-top: 6px; }
    .author-card.multi-author-card .author-card__author-item {
      padding-left: 0.75rem; } }

@keyframes contact-sticky__hide-animation {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(100%);
    opacity: 1; }
  110% {
    visibility: hidden; } }

.contact-sticky {
  background: #1c3948;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  padding-bottom: 0;
  z-index: 5; }

.contact-sticky__copy {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 200;
  font-weight: 100;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-style: italic;
  color: #fff;
  margin-bottom: 15px;
  letter-spacing: 0.0125rem; }

.contact-sticky__button {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #fff;
  background: #6193b4;
  text-align: center;
  padding: 20px;
  width: 100%;
  outline: none;
  border: none;
  text-decoration: none;
  display: block; }
  .contact-sticky__button:focus, .contact-sticky__button:hover {
    text-decoration: none; }

.contact-sticky__close {
  position: absolute;
  color: #386274;
  font-size: 0.75rem;
  left: 1.25rem;
  top: -2.5rem;
  border-radius: 50%;
  background-color: #f3f5f8;
  z-index: 1;
  width: 1.875rem;
  height: 1.875rem;
  text-align: center; }
  .contact-sticky__close:focus, .contact-sticky__close:hover {
    text-decoration: none;
    cursor: pointer; }
  .contact-sticky__close span {
    line-height: 1.875rem; }

@media screen and (min-width: 768px) {
  .contact-sticky {
    padding: 35px 40px; }
  .contact-sticky__copy {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 61.58537%;
    font-size: 1.375rem;
    letter-spacing: .2px;
    margin-bottom: 0;
    line-height: 1.875rem;
    padding-right: 10%; }
    .contact-sticky__copy:last-child {
      margin-right: 0; }
  .contact-sticky__button {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 35.97561%;
    height: 3.75rem;
    font-size: 0.875rem;
    letter-spacing: 0.06875rem; }
    .contact-sticky__button:last-child {
      margin-right: 0; } }

@media screen and (min-width: 1024px) {
  .contact-sticky {
    padding: 2.1875rem 2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
  .contact-sticky__copy {
    float: left;
    display: block;
    margin-right: 1.94175%;
    width: 69.41748%;
    font-size: 1.625rem;
    line-height: 2.25rem;
    padding-right: 3%; }
    .contact-sticky__copy:last-child {
      margin-right: 0; }
  .contact-sticky__button {
    float: left;
    display: block;
    margin-right: 1.94175%;
    width: 28.64078%; }
    .contact-sticky__button:last-child {
      margin-right: 0; }
  .contact-sticky__close {
    left: 32px; } }

@media screen and (min-width: 1280px) {
  .contact-sticky {
    padding: 2.1875rem 2.5rem; }
  .contact-sticky__copy {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 66.12903%;
    font-size: 1.625rem;
    line-height: 3.75rem;
    padding-right: 3%; }
    .contact-sticky__copy:last-child {
      margin-right: 0; }
  .contact-sticky__button {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 32.25806%; }
    .contact-sticky__button:last-child {
      margin-right: 0; } }

@media screen and (min-width: 1600px) {
  .contact-sticky {
    width: 100rem;
    margin: auto; } }

.page__wrapper .event__sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 0;
  overflow: visible; }

.event__sticky-wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  min-height: 88px;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #292e35;
  padding-top: 1.25rem; }

.page__wrapper .event__sticky {
  transition: transform .3s ease;
  -ms-transform: translateY(100%);
  transform: translateY(100%); }
  .page__wrapper .event__sticky._expanded {
    -ms-transform: translateY(0);
    transform: translateY(0); }
    .page__wrapper .event__sticky._expanded .event__sticky-close {
      display: block; }

.event__sticky-video {
  display: none; }

.event__sticky-issue {
  display: none;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 0.75rem;
  color: #bee7f9;
  margin-bottom: 0.5rem; }

.event__sticky-close {
  position: absolute;
  color: #386274;
  font-size: 0.75rem;
  left: 1.25rem;
  top: -2.5rem;
  border-radius: 50%;
  background-color: #f3f5f8;
  z-index: 1;
  width: 1.875rem;
  height: 1.875rem;
  text-align: center;
  display: none; }
  .event__sticky-close:focus, .event__sticky-close:hover {
    text-decoration: none;
    cursor: pointer; }
  .event__sticky-close span {
    line-height: 1.875rem; }

.event__sticky-description {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 1.25rem 1.125rem; }

.event__sticky-link {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.75rem;
  text-align: center;
  color: #fff;
  background-color: #da181a;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  padding: 0 1.25rem;
  margin: 0 1.25rem;
  line-height: 2.8125rem;
  letter-spacing: 0.05625rem;
  transition: background-color .3s ease; }
  .event__sticky-link:focus, .event__sticky-link:hover {
    text-decoration: none; }

@media screen and (min-width: 768px) {
  .event__sticky-wrapper {
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 0; }
  .event__sticky-issue,
  .event__sticky-description {
    display: block; }
  .event__sticky-link {
    margin: 0;
    line-height: auto;
    font-size: 0.875rem; }
  .event__sticky-description {
    -ms-flex: 3;
    flex: 3;
    font-size: 1.375rem;
    line-height: 1.6875rem;
    padding-top: 1.4375rem;
    padding-bottom: 1.875rem; } }

@media screen and (min-width: 1024px) {
  .event__sticky-close {
    left: 2rem; }
  .event__sticky-video {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 15.32258%;
    display: block;
    position: relative;
    text-align: center; }
    .event__sticky-video:last-child {
      margin-right: 0; }
    .event__sticky-video .heritage-icon-play_module {
      font-size: 3.125rem;
      color: #c4d82d;
      position: absolute;
      top: calc(50% - 25px);
      left: calc(50% - 21px); }
  .event__sticky-video-snap {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-size: cover;
    background-position: center center; }
    .event__sticky-video-snap:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(66, 114, 135, 0.5);
      z-index: 0; }
  .event__sticky-description {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 49.19355%; }
    .event__sticky-description:last-child {
      margin-right: 0; }
  .event__sticky-link {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 15.32258%;
    padding: 0;
    position: relative; }
    .event__sticky-link:last-child {
      margin-right: 0; }
    .event__sticky-link:focus, .event__sticky-link:hover {
      background-color: #da4b4d; }
    .event__sticky-link span {
      position: absolute;
      width: 100%;
      left: 0;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }

.path-voterfraud .navigation-global__nav-tier nav .mainmenu a {
  color: white; }

@media (min-width: 767px) {
  .path-voterfraud .content-wrapper #block-mainpagecontent,
  .path-voterfraud .content-wrapper #block-heritage-theme-page-title {
    margin-left: -32px;
    margin-right: -32px; } }

@media (max-width: 767px) {
  .path-voterfraud .content-wrapper #block-mainpagecontent,
  .path-voterfraud .content-wrapper #block-heritage-theme-page-title {
    margin-left: -20px;
    margin-right: -20px; } }

.path-voterfraud:not(.voterfraud-map) .layout-container {
  font-family: 'Gotham A', 'Gotham B'; }
  .path-voterfraud:not(.voterfraud-map) .layout-container #block-heritage-theme-page-title {
    position: absolute;
    width: 100%;
    padding-top: 213px;
    padding-bottom: 96px; }
    @media (max-width: 767px) {
      .path-voterfraud:not(.voterfraud-map) .layout-container #block-heritage-theme-page-title {
        padding-top: 71px;
        padding-bottom: 96px; } }
    .path-voterfraud:not(.voterfraud-map) .layout-container #block-heritage-theme-page-title:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(3, 56, 74, 0.8);
      z-index: -1; }
    .path-voterfraud:not(.voterfraud-map) .layout-container #block-heritage-theme-page-title h1 {
      display: block;
      font-size: 80px;
      font-weight: 300;
      text-align: center;
      color: white;
      font-family: 'Chronicle Display A', 'Chronicle Display B';
      margin: 0;
      padding: 0; }
      @media (max-width: 991px) {
        .path-voterfraud:not(.voterfraud-map) .layout-container #block-heritage-theme-page-title h1 {
          font-size: 64px; } }
      @media (max-width: 767px) {
        .path-voterfraud:not(.voterfraud-map) .layout-container #block-heritage-theme-page-title h1 {
          font-size: 54px; } }
  .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper {
    display: -ms-flexbox;
    display: flex;
    padding-top: 390px;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 83.06452%;
    margin-right: auto;
    margin-left: auto; }
    @media (max-width: 767px) {
      .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 290px; } }
    .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-header {
      width: 100%;
      text-align: center;
      padding-top: 35px;
      padding-bottom: 25px;
      border-bottom: 2px solid #f3f5f8;
      margin-bottom: 20px; }
      @media (min-width: 767px) {
        .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-header {
          position: relative;
          height: 138px; } }
      .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-header a.change-state {
        font-family: 'Chronicle Display A', 'Chronicle Display B', serif;
        font-size: 24px;
        font-style: italic;
        color: #508399;
        font-weight: 300; }
        .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-header a.change-state:before {
          display: inline-block;
          content: "";
          font-family: 'heritage-icons' !important;
          -ms-transform: rotate(180deg);
          transform: rotate(180deg);
          font-style: normal;
          font-size: 18px;
          margin-right: 10px; }
      @media (min-width: 767px) {
        .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-header .heritage-icon-print {
          position: absolute;
          right: 194px;
          top: 73px;
          cursor: pointer; } }
      .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-header .article__social-container a {
        margin-bottom: 0; }
      @media (min-width: 767px) {
        .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-header .article__social-container {
          margin-top: 0;
          position: absolute;
          right: 0;
          top: 73px; } }
    .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-filters {
      width: 25%;
      padding-right: 32px; }
      @media (max-width: 991px) {
        .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-filters {
          width: 100%;
          padding-bottom: 15px;
          padding-right: 0; }
          .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-filters form,
          .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-filters a {
            display: none; } }
      .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-filters .voter-fraud__filters-mobile-toggle {
        display: none;
        margin-bottom: 16px; }
        @media (max-width: 991px) {
          .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-filters .voter-fraud__filters-mobile-toggle {
            display: block;
            padding: 18.4px 24px;
            border: 2px solid #508399;
            color: #386274;
            line-height: 1;
            font-weight: 400;
            text-align: center;
            cursor: pointer; } }
        .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-filters .voter-fraud__filters-mobile-toggle .filters-mobile-toggle__i {
          float: right;
          font-size: 24px;
          line-height: .5; }
      .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-filters .form-item-combine:before {
        content: "";
        font-family: 'heritage-icons' !important; }
      .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-filters .js-form-type-textfield {
        border-bottom: 2px solid #386274;
        margin-bottom: 20px;
        padding-bottom: 5px; }
        .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-filters .js-form-type-textfield input {
          border: none;
          max-width: calc(100% - 21px);
          padding: 5px; }
      .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-filters .js-form-type-select {
        position: relative; }
        .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-filters .js-form-type-select label {
          font-style: italic;
          font-family: 'Chronicle Display A', 'Chronicle Display B', serif;
          font-size: 16px; }
        .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-filters .js-form-type-select:after {
          content: "";
          font-family: 'heritage-icons' !important;
          position: absolute;
          top: 50px;
          right: 20px;
          font-size: 10px;
          color: white; }
        .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-filters .js-form-type-select select {
          display: block;
          padding: 17px 20px;
          background-color: #386274;
          color: #fff;
          font-size: 14px;
          font-weight: 400;
          border-radius: 0;
          width: 100%;
          margin-top: 12px;
          margin-bottom: 20px; }
      .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-filters a {
        font-style: italic;
        color: #0093d0; }
        .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-filters a span {
          margin-right: 14px; }
        .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-filters a:hover {
          text-decoration: none; }
          .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-filters a:hover > *:not(i) {
            border-bottom: 2px solid #c4d82d; }
      .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-filters input.form-submit {
        display: block;
        padding: 17px 20px;
        background-color: #386274;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        border-radius: 0;
        margin-top: 32px;
        margin-bottom: 32px; }
    .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-content,
    .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-empty {
      width: 75%;
      position: relative; }
      @media (max-width: 991px) {
        .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-content,
        .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-empty {
          width: 100%; } }
      .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-content .views-row.header,
      .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-empty .views-row.header {
        background: #292e35;
        color: #c5d1d8;
        font-size: 9.6px;
        letter-spacing: .96px;
        text-transform: uppercase; }
        @media (max-width: 767px) {
          .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-content .views-row.header,
          .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-empty .views-row.header {
            display: none; } }
        .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-content .views-row.header .views-field .views-label,
        .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-empty .views-row.header .views-field .views-label {
          display: block;
          text-overflow: ellipsis;
          white-space: nowrap; }
      .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-content .views-row,
      .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-empty .views-row {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid #c5d1d8;
        font-size: .8rem;
        font-weight: 400; }
        @media (max-width: 767px) {
          .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-content .views-row,
          .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-empty .views-row {
            margin-top: 32px;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-align: start;
            align-items: flex-start;
            border-top: 4px solid #c5d1d8;
            border-bottom-style: none;
            font-size: 1rem;
            font-weight: 200; }
            .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-content .views-row:first-of-type,
            .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-empty .views-row:first-of-type {
              margin-top: 0; } }
        .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-content .views-row .views-field,
        .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-empty .views-row .views-field {
          width: 24.5%;
          padding: 18.4px 20px;
          border-right: 1px solid #f3f5f8;
          line-height: 1.2; }
          @media (max-width: 767px) {
            .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-content .views-row .views-field,
            .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-empty .views-row .views-field {
              width: 100%; } }
          .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-content .views-row .views-field.views-field-field-fraud-state-administrative-area,
          .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-empty .views-row .views-field.views-field-field-fraud-state-administrative-area {
            width: 15%; }
            .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-content .views-row .views-field.views-field-field-fraud-state-administrative-area .field-content,
            .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-empty .views-row .views-field.views-field-field-fraud-state-administrative-area .field-content {
              white-space: nowrap; }
            @media (max-width: 767px) {
              .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-content .views-row .views-field.views-field-field-fraud-state-administrative-area,
              .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-empty .views-row .views-field.views-field-field-fraud-state-administrative-area {
                width: 100%; } }
          .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-content .views-row .views-field.views-field-field-year-of-disposition,
          .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-empty .views-row .views-field.views-field-field-year-of-disposition {
            width: 8%; }
            .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-content .views-row .views-field.views-field-field-year-of-disposition .field-content,
            .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-empty .views-row .views-field.views-field-field-year-of-disposition .field-content {
              white-space: nowrap; }
            @media (min-width: 767px) and (max-width: 1300px) {
              .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-content .views-row .views-field.views-field-field-year-of-disposition,
              .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-empty .views-row .views-field.views-field-field-year-of-disposition {
                text-align: center;
                padding-left: 0;
                padding-right: 0; }
                .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-content .views-row .views-field.views-field-field-year-of-disposition .field-content,
                .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-empty .views-row .views-field.views-field-field-year-of-disposition .field-content {
                  text-align: center;
                  padding-left: 0;
                  padding-right: 0; } }
            @media (max-width: 767px) {
              .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-content .views-row .views-field.views-field-field-year-of-disposition,
              .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-empty .views-row .views-field.views-field-field-year-of-disposition {
                width: 100%; } }
          .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-content .views-row .views-field.views-field-field-case-type,
          .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-empty .views-row .views-field.views-field-field-case-type {
            width: 18%; }
            @media (max-width: 767px) {
              .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-content .views-row .views-field.views-field-field-case-type,
              .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-empty .views-row .views-field.views-field-field-case-type {
                width: 100%; } }
          .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-content .views-row .views-field.views-field-field-outcome-of-case,
          .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-empty .views-row .views-field.views-field-field-outcome-of-case {
            width: 10%;
            padding: 18.4px 13px;
            text-align: center; }
            @media (min-width: 767px) and (max-width: 1300px) {
              .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-content .views-row .views-field.views-field-field-outcome-of-case,
              .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-empty .views-row .views-field.views-field-field-outcome-of-case {
                text-align: center;
                padding-left: 0;
                padding-right: 0; } }
            @media (max-width: 767px) {
              .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-content .views-row .views-field.views-field-field-outcome-of-case,
              .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-empty .views-row .views-field.views-field-field-outcome-of-case {
                width: 100%; } }
            .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-content .views-row .views-field.views-field-field-outcome-of-case:not(.header),
            .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-empty .views-row .views-field.views-field-field-outcome-of-case:not(.header) {
              transition: all .3s ease 0s;
              background: #c5d1d8;
              cursor: pointer;
              border-bottom: 1px solid rgba(80, 131, 153, 0.3);
              margin-bottom: -1px; }
              .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-content .views-row .views-field.views-field-field-outcome-of-case:not(.header):hover,
              .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-empty .views-row .views-field.views-field-field-outcome-of-case:not(.header):hover {
                background: #508399; }
              .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-content .views-row .views-field.views-field-field-outcome-of-case:not(.header) .field-content,
              .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-empty .views-row .views-field.views-field-field-outcome-of-case:not(.header) .field-content {
                display: block;
                transition: all .5s ease-in-out; }
                .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-content .views-row .views-field.views-field-field-outcome-of-case:not(.header) .field-content.open,
                .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-empty .views-row .views-field.views-field-field-outcome-of-case:not(.header) .field-content.open {
                  -ms-transform: rotate(180deg);
                  transform: rotate(180deg); }
                .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-content .views-row .views-field.views-field-field-outcome-of-case:not(.header) .field-content:after,
                .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-empty .views-row .views-field.views-field-field-outcome-of-case:not(.header) .field-content:after {
                  content: "";
                  font-family: 'heritage-icons' !important;
                  font-size: 10px;
                  color: white;
                  position: relative; }
                .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-content .views-row .views-field.views-field-field-outcome-of-case:not(.header) .field-content p,
                .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-empty .views-row .views-field.views-field-field-outcome-of-case:not(.header) .field-content p {
                  display: none; }
      .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-content .views-row:not(.header) .views-field .views-label,
      .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-empty .views-row:not(.header) .views-field .views-label {
        display: none;
        margin-bottom: 4px;
        color: #508399;
        font-size: 9.6px;
        letter-spacing: .96px;
        text-transform: uppercase; }
        @media (max-width: 767px) {
          .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-content .views-row:not(.header) .views-field .views-label:not(.views-label-field-outcome-of-case),
          .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-empty .views-row:not(.header) .views-field .views-label:not(.views-label-field-outcome-of-case) {
            display: block; } }
      .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-content .extra-row,
      .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-empty .extra-row {
        left: 0;
        right: 0;
        z-index: 2;
        background-color: #f3f5f8;
        padding: 24px 20px;
        font-size: 16px;
        line-height: 24px; }
        .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-content .extra-row p.complete-names a,
        .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-empty .extra-row p.complete-names a {
          color: #464646;
          margin: 15px 0 15px 0;
          font-weight: bold; }
        .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-content .extra-row p.sources,
        .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-empty .extra-row p.sources {
          margin-top: 15px; }
          .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-content .extra-row p.sources span,
          .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-empty .extra-row p.sources span {
            font-weight: bold; }
        .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-content .extra-row .heritage-icon-print,
        .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-empty .extra-row .heritage-icon-print {
          text-align: center;
          margin-bottom: 0; }
        .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-content .extra-row .article__social-container,
        .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-empty .extra-row .article__social-container {
          display: inline-block;
          position: relative;
          margin-top: 15px; }
        .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-content .extra-row .article__social-container .article__social-icon,
        .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper > .view-empty .extra-row .article__social-container .article__social-icon {
          margin-bottom: 0; }
    .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper .pager {
      position: relative;
      padding-top: 32px; }
      @media screen and (min-width: 1024px) {
        .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper .pager {
          left: 25%; } }
      .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper .pager ul li {
        display: inline;
        padding: 12px 5px;
        font-style: italic; }
        @media screen and (min-width: 1024px) {
          .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper .pager ul li {
            padding: 12px 16px; } }
        .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper .pager ul li.is-active {
          border-bottom: 2px solid #c4d82d;
          font-style: normal; }
          .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper .pager ul li.is-active a {
            color: rgba(97, 100, 105, 0.5); }
        @media screen and (max-width: 767px) {
          .path-voterfraud:not(.voterfraud-map) .layout-container .view-voter-fraud-information .table-wrapper .pager ul li a {
            font-size: 12px; } }
  .path-voterfraud:not(.voterfraud-map) .layout-container .voter__name {
    text-align: center;
    font-family: "Chronicle Display A", "Chronicle Display B";
    font-size: 1.5rem;
    font-style: italic;
    color: #508399;
    font-weight: 300; }
    @media (min-width: 768px) {
      .path-voterfraud:not(.voterfraud-map) .layout-container .voter__name {
        text-align: left;
        position: absolute;
        bottom: 0.4375rem;
        left: 0; } }

.path-voterfraud.voterfraud-submit .layout-container #block-heritage-theme-page-title {
  position: relative;
  width: initial; }

.path-voterfraud:not(.voterfraud-map) .view-voter-fraud-information__report .view-content {
  font-size: 16px;
  line-height: 1.5;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 30px; }

.path-voterfraud:not(.voterfraud-map) .view-voter-fraud-information__report .sources span {
  font-weight: bold; }

.path-voterfraud:not(.voterfraud-map) .view-voter-fraud-information__report .voter__return {
  display: block;
  -ms-flex: 1;
  flex: 1;
  margin-top: 15px; }
  .path-voterfraud:not(.voterfraud-map) .view-voter-fraud-information__report .voter__return::before {
    content: "";
    font-family: 'heritage-icons' !important;
    display: inline-block;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    font-style: normal;
    font-size: 12px;
    margin-right: 10px; }

.path-voterfraud:not(.voterfraud-map) .view-voter-fraud-information__report .sources {
  margin-top: 15px; }

.voterfraud-map .discussion-hero.discussion-hero__image {
  background-color: #fff;
  background-image: linear-gradient(180deg, rgba(0, 35, 52, 0.75), rgba(0, 35, 52, 0.75)), url("/themes/heritage/src/images/voterfraud-background.jpg");
  background-position: 0 0, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  margin-bottom: -100px;
  margin-left: 0;
  margin-right: 0;
  padding: 204px 20px 205px; }
  @media (max-width: 767px) {
    .voterfraud-map .discussion-hero.discussion-hero__image {
      margin-bottom: 0;
      padding-top: 55px;
      padding-bottom: 40px; } }
  @media (max-width: 991px) {
    .voterfraud-map .discussion-hero.discussion-hero__image {
      margin-bottom: -130px;
      padding-bottom: 187px; } }
  .voterfraud-map .discussion-hero.discussion-hero__image .discussion-hero__title {
    margin-top: 0;
    margin-bottom: 26px;
    color: #fff;
    font-size: 80px;
    line-height: 1;
    font-weight: 200; }
    @media (max-width: 767px) {
      .voterfraud-map .discussion-hero.discussion-hero__image .discussion-hero__title {
        font-size: 46px; } }

.voterfraud-map h2 {
  font-style: italic;
  font-family: 'Chronicle Display A', 'Chronicle Display B', serif;
  margin-top: 55px;
  margin-bottom: 41px;
  color: #386274;
  font-size: 40px;
  line-height: 40px;
  font-style: italic;
  font-weight: 100; }
  @media (max-width: 991px) {
    .voterfraud-map h2 {
      margin-top: 46px;
      margin-bottom: 26px;
      font-size: 30px; } }
  @media (max-width: 767px) {
    .voterfraud-map h2 {
      margin-top: 38px;
      margin-bottom: 28px;
      line-height: 36px; } }

.voterfraud-map .discussion-hero__title,
.voterfraud-map .discussion-hero__issue-learn-more {
  width: auto; }

.voterfraud-map .discussion-hero__issue-learn-more p {
  margin-bottom: 20px; }
  .voterfraud-map .discussion-hero__issue-learn-more p:last-child {
    margin-bottom: 0; }

.voterfraud-map .see-all {
  font-family: 'Chronicle Display A', 'Chronicle Display B', serif;
  color: #0093d0;
  line-height: 1.3;
  font-style: italic;
  text-decoration: none;
  cursor: pointer; }
  .voterfraud-map .see-all .see-all__span {
    display: inline-block;
    border-bottom: 2px solid rgba(196, 216, 45, 0); }
  .voterfraud-map .see-all .heritage-icon-chapter_arrow {
    font-size: 11px;
    margin-left: 5px; }

.voterfraud-map .see-all:hover .see-all__span {
  border-bottom: 2px solid #c4d82d; }

.voterfraud-map .featured-items-wrapper.voter-fraud__key-data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: stretch;
  position: relative;
  width: 83.06452%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px; }
  .voterfraud-map .featured-items-wrapper.voter-fraud__key-data.voter-fraud__key-data2 {
    margin-top: 15px; }
  @media (max-width: 767px) {
    .voterfraud-map .featured-items-wrapper.voter-fraud__key-data {
      width: 100%;
      padding-right: 0;
      padding-left: 0;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-align: stretch;
      align-items: stretch; }
      .voterfraud-map .featured-items-wrapper.voter-fraud__key-data.voter-fraud__key-data2 {
        margin-top: 0; } }
  .voterfraud-map .featured-items-wrapper.voter-fraud__key-data .featured-item__third {
    display: -ms-flexbox;
    display: flex;
    width: 32.0388%;
    margin-right: 1.94175%;
    padding: 50px 39px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #264a59;
    color: #fff;
    text-align: center; }
    .voterfraud-map .featured-items-wrapper.voter-fraud__key-data .featured-item__third.last-of-type {
      margin-right: 0%; }
    @media (max-width: 767px) {
      .voterfraud-map .featured-items-wrapper.voter-fraud__key-data .featured-item__third {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2px;
        padding-top: 32px;
        padding-bottom: 32px; } }
    .voterfraud-map .featured-items-wrapper.voter-fraud__key-data .featured-item__third .featured-item__key--number {
      display: inline-block;
      margin-bottom: 20px;
      padding-right: 20px;
      padding-bottom: 20px;
      padding-left: 20px;
      border-bottom: 2px solid #c4d82d;
      font-size: 80px;
      line-height: 1;
      font-weight: 100;
      letter-spacing: -2.4px;
      white-space: nowrap; }
      @media (max-width: 991px) {
        .voterfraud-map .featured-items-wrapper.voter-fraud__key-data .featured-item__third .featured-item__key--number {
          font-size: 40px; } }
    .voterfraud-map .featured-items-wrapper.voter-fraud__key-data .featured-item__third .featured-item__key--text {
      font-family: 'Chronicle Display A', 'Chronicle Display B', serif;
      margin-bottom: 0;
      font-size: 21px;
      line-height: 30px;
      font-style: italic;
      font-weight: 100; }
      @media (max-width: 991px) {
        .voterfraud-map .featured-items-wrapper.voter-fraud__key-data .featured-item__third .featured-item__key--text {
          font-size: 17.6px;
          line-height: 24px; } }

.voterfraud-map .pane.buttons {
  background-color: transparent;
  margin-top: 0;
  padding-bottom: 0; }

.voterfraud-map .pane {
  margin-top: 48px;
  padding-bottom: 40px;
  background-color: #f3f5f8; }
  .voterfraud-map .pane .container {
    width: 83.06452%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px; }
    .voterfraud-map .pane .container .w-embed:before,
    .voterfraud-map .pane .container .w-embed:after {
      content: ' ';
      display: table; }
    .voterfraud-map .pane .container .w-embed:after {
      clear: both; }
    .voterfraud-map .pane .container .map__header {
      position: relative;
      z-index: 20;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 41px;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-align: end;
      align-items: flex-end; }
      @media (max-width: 991px) {
        .voterfraud-map .pane .container .map__header {
          margin-bottom: 0;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      .voterfraud-map .pane .container .map__header .map__header--title {
        margin-bottom: 0; }
        @media (max-width: 767px) {
          .voterfraud-map .pane .container .map__header .map__header--title {
            margin-bottom: 1rem;
            text-align: center;
            width: 100%; } }
      .voterfraud-map .pane .container .map__header .see-all.w-inline-block {
        max-width: 100%;
        display: inline-block; }
        @media (max-width: 991px) {
          .voterfraud-map .pane .container .map__header .see-all.w-inline-block {
            display: none; } }
    .voterfraud-map .pane .container .map__list {
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      padding-top: 1rem;
      padding-bottom: 2rem;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-align: start;
      align-items: flex-start; }
      @media (max-width: 991px) {
        .voterfraud-map .pane .container .map__list {
          position: relative;
          display: -ms-flexbox !important;
          display: flex !important;
          padding-bottom: 0; } }
      @media (max-width: 767px) {
        .voterfraud-map .pane .container .map__list {
          position: relative;
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
      .voterfraud-map .pane .container .map__list .map__list--column {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex: 1;
        flex: 1; }
        @media (max-width: 767px) {
          .voterfraud-map .pane .container .map__list .map__list--column {
            width: 100%; } }
        .voterfraud-map .pane .container .map__list .map__list--column .map__list--item {
          display: inline-block;
          border-bottom: 2px solid rgba(196, 216, 45, 0);
          color: #0093d0;
          font-size: 1.125rem;
          line-height: 1.6rem;
          font-weight: 400;
          text-decoration: none; }
          .voterfraud-map .pane .container .map__list .map__list--column .map__list--item:hover {
            border-bottom-color: #c4d82d; }
          @media (max-width: 767px) {
            .voterfraud-map .pane .container .map__list .map__list--column .map__list--item {
              width: 100%;
              padding-top: .25rem;
              padding-bottom: .25rem;
              border-bottom-style: none;
              text-align: center; } }
    .voterfraud-map .pane .container #map {
      margin: 0 auto; }
      @media (max-width: 991px) {
        .voterfraud-map .pane .container #map {
          display: none; } }
    .voterfraud-map .pane .container .button-more.button-pdf, .voterfraud-map .pane .container .issue-landing .pager__item a.button-pdf, .issue-landing .pager__item .voterfraud-map .pane .container a.button-pdf {
      margin: 48px auto 0;
      font-weight: 500;
      font-size: 16px;
      width: 366.41px;
      background-color: #2a2f36; }
      .voterfraud-map .pane .container .button-more.button-pdf:nth-child(2), .voterfraud-map .pane .container .issue-landing .pager__item a.button-pdf:nth-child(2), .issue-landing .pager__item .voterfraud-map .pane .container a.button-pdf:nth-child(2) {
        margin-top: 25px; }
    .voterfraud-map .pane .container .secondary-buttons {
      text-align: center; }
    .voterfraud-map .pane .container .button-pdf {
      font-family: 'Gotham A', 'Gotham B';
      font-weight: 400;
      background-color: #386274;
      border-style: none;
      color: #fff;
      font-size: 0.875rem;
      transition: background-color .3s ease;
      width: 300px;
      height: 3.125rem;
      margin: 25px 20px;
      padding: 1rem;
      cursor: pointer;
      max-width: 100%; }
      @media (max-width: 991px) {
        .voterfraud-map .pane .container .button-pdf {
          margin: 20px 0;
          height: auto; } }
    @media (max-width: 991px) {
      .voterfraud-map .pane .container .button-pdf-link:last-of-type .button-pdf {
        margin: 0; } }

.path-voterfraud-print {
  font-family: 'Gotham A', 'Gotham B'; }

.path-voterfraud-print .views-row.header {
  background: #3F3F3F;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  text-decoration: underline;
  text-align: center; }

.path-voterfraud-print .views-row {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  color: white;
  background: #808080; }

.path-voterfraud-print .views-field {
  padding: 3px;
  line-height: 1.2;
  border: 1px solid #3F3F3F; }

.path-voterfraud-print .extra-row {
  background: #F2F2F2;
  padding: 3px;
  border: 1px solid #3F3F3F; }

.path-voterfraud-print .extra-row .sources {
  margin-top: 15px;
  margin-bottom: 15px; }

.path-voterfraud-print .extra-row .sources span {
  font-weight: bold; }

.path-voterfraud-print .views-row:not(.header) .views-field .views-label {
  display: none; }

.path-voterfraud-print .views-field-field-fraud-state-administrative-area {
  width: 15%; }

.path-voterfraud-print .views-field-field-year-of-disposition {
  width: 10%; }

.path-voterfraud-print .views-field-name,
.path-voterfraud-print .views-field-field-case-type,
.path-voterfraud-print .views-field-field-fraud-type {
  width: 25%; }

.path-voterfraud-print .navigation-global__fix-wrapper,
.path-voterfraud-print .view-header,
.path-voterfraud-print .view-filters,
.path-voterfraud-print .view-footer-wrapper,
.path-voterfraud-print .global-footer,
.path-voterfraud-print #toolbar-administration {
  display: none; }

.view-voter-fraud-information .view-footer-wrapper {
  background-color: #f3f5f8;
  margin: 2.5rem 0 0;
  padding: 0 0 2rem; }

.view-voter-fraud-information .view-footer-wrapper .view-footer {
  margin: 0 auto;
  padding: 1rem 0 0;
  width: 83.06452%; }
  @media screen and (min-width: 768px) {
    .view-voter-fraud-information .view-footer-wrapper .view-footer {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.view-voter-fraud-information .view-footer-wrapper .view-footer > h3 {
  font-size: 2rem;
  font-weight: 400;
  width: 100%; }

@media screen and (min-width: 768px) {
  .view-voter-fraud-information .view-footer-wrapper .view-footer > h4,
  .view-voter-fraud-information .view-footer-wrapper .view-footer > .view-voter-fraud-case-types {
    width: 50%; } }

@media screen and (min-width: 768px) {
  .view-voter-fraud-information .view-footer-wrapper .view-footer > h4,
  .view-voter-fraud-information .view-footer-wrapper .view-footer > .view-voter-fraud-case-types + h4 {
    -ms-flex-order: 1;
    order: 1; } }

@media screen and (min-width: 768px) {
  .view-voter-fraud-information .view-footer-wrapper .view-footer > .view-voter-fraud-case-types + h4,
  .view-voter-fraud-information .view-footer-wrapper .view-footer > .view-voter-fraud-case-types:last-child {
    float: right;
    padding: 0 0 0 1rem;
    width: 50%; } }

@media screen and (min-width: 768px) {
  .view-voter-fraud-information .view-footer-wrapper .view-footer > .view-voter-fraud-case-types {
    -ms-flex-order: 2;
    order: 2; } }

.view-voter-fraud-information .view-footer-wrapper .view-footer > .view-voter-fraud-case-types .views-row {
  margin: 1rem 0 0; }
  .view-voter-fraud-information .view-footer-wrapper .view-footer > .view-voter-fraud-case-types .views-row:first-child {
    margin: 0; }

.view-voter-fraud-information .view-footer-wrapper .view-footer > .view-voter-fraud-case-types .views-field-name {
  font-weight: 700; }

.path-voterfraud.voterfraud-submit #block-mainpagecontent {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 20px;
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .path-voterfraud.voterfraud-submit #block-mainpagecontent {
      max-width: 83.06452%;
      margin: 20px auto 10px; } }

.path-voterfraud .voter-fraud__submit-form .voter-fraud__submit-form {
  margin-right: auto;
  padding-bottom: 20px; }

.path-voterfraud .voter-fraud__submit-form .mktoFieldWrap,
.path-voterfraud .voter-fraud__submit-form,
.path-voterfraud .voter-fraud__submit-form .mktoFormCol {
  width: 100% !important;
  max-width: 578px;
  float: none; }

.path-voterfraud .contentinfo {
  display: block !important;
  color: #da181a;
  padding-bottom: 10px; }

.path-voterfraud form.webform-submission-form .js-form-type-webform-markup {
  margin-bottom: 10px; }

.path-voterfraud .voter-fraud__submit-form.mktoForm input,
.path-voterfraud .voter-fraud__submit-form.mktoForm textarea {
  padding: 10px;
  margin-bottom: 0;
  max-width: 570px;
  width: 100% !important;
  min-height: 43px;
  font-size: 1rem; }
  @media (max-width: 767px) {
    .path-voterfraud .voter-fraud__submit-form.mktoForm input,
    .path-voterfraud .voter-fraud__submit-form.mktoForm textarea {
      max-width: 100%; } }

.path-voterfraud .voter-fraud__submit-form.mktoForm textarea {
  overflow: auto; }

.path-voterfraud .voter-fraud__submit-form .mktoButtonWrap {
  margin-left: 0 !important; }

.path-voterfraud .voter-fraud__submit-form.mktoForm .mktoButton[type="submit"] {
  font-weight: 400;
  background-image: none;
  background-color: #386274;
  border-style: none;
  color: #fff;
  padding: 18px 32px;
  font-size: 1rem; }
  .path-voterfraud .voter-fraud__submit-form.mktoForm .mktoButton[type="submit"]:hover {
    border: 0;
    cursor: pointer;
    background-color: #386274; }

.path-voterfraud .voter-fraud__submit-form {
  clear: both;
  margin-top: 15px; }

.path-voterfraud .voter-fraud__submit-form .mktoLabel {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  color: #464646;
  font-size: 0.875rem;
  margin-bottom: 10px; }

.path-voterfraud .voter-fraud__submit-form .mktoOffset {
  display: none;
  float: none; }

.path-judicial-tracker .discussion-hero {
  background-image: linear-gradient(180deg, rgba(0, 35, 52, 0.75), rgba(0, 35, 52, 0.75)), url("../../src/images/voterfraud-background2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 2.34rem;
  margin-bottom: 9.36rem; }
  @media screen and (min-width: 768px) {
    .path-judicial-tracker .discussion-hero {
      padding-bottom: 10.2375rem;
      margin-bottom: 5.85rem; } }

.path-judicial-tracker .description-hero__info-wrapper {
  width: auto;
  padding-top: 3rem;
  margin: 0 20px; }
  @media screen and (min-width: 768px) {
    .path-judicial-tracker .description-hero__info-wrapper {
      padding-top: 13rem;
      width: 80%;
      margin: 0 auto; } }

.path-judicial-tracker h2.discussion-hero__title {
  font-style: italic;
  line-height: 1.15;
  float: none;
  width: auto;
  margin-left: 0;
  margin-right: 0; }

.path-judicial-tracker h4.discussion-hero__updated {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  color: white;
  margin: -1rem 0 1rem;
  padding: 0;
  font-size: 2em;
  line-height: 1.3;
  font-style: italic;
  font-weight: 100; }

.path-judicial-tracker .discussion-hero__issue-learn-more {
  float: none;
  width: auto;
  margin-left: 0;
  margin-right: 0; }

.presidents {
  width: auto;
  position: relative;
  margin: -11.7rem -20px 3em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (min-width: 768px) {
    .presidents {
      margin-top: -10.2375rem;
      margin-left: auto;
      margin-right: auto;
      width: 85%; } }

.president {
  background-color: #264a59;
  margin-top: 5.85rem;
  margin-bottom: 20px;
  font-size: 1em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .president {
      width: calc((100% - 40px)/3); }
      .president:nth-child(2) {
        margin-right: 20px;
        margin-left: 20px; }
      .president:nth-child(4), .president:nth-child(6) {
        margin-left: calc((100% - 40px)/6);
        margin-right: 20px; } }
  @media screen and (min-width: 1024px) {
    .president {
      font-size: 1.2em; } }

.president__image {
  border-radius: 50%;
  background-position: 0px 0px;
  background-size: 87px;
  border: 5px solid #fff;
  background-image: none;
  box-shadow: 4px 4px 2px 0 rgba(0, 0, 0, 0.15);
  margin: -5.85rem auto 2rem;
  display: block;
  width: 190px;
  height: 233px;
  filter: grayscale(100%); }

h2.president__name {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  color: white;
  margin: 0 auto 1rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #c4d82d;
  font-size: 1.575em;
  line-height: 1.3;
  font-style: italic;
  font-weight: 100;
  text-align: center;
  width: 55%;
  max-width: 4.25em; }

h2.president__name span {
  display: block; }

.president__seats {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  margin: 0 auto;
  color: white;
  font-style: italic;
  font-weight: 100;
  font-size: 1.1em;
  line-height: 1.2;
  text-align: center;
  width: 65%;
  max-width: 200px; }
  .president__seats span {
    display: block; }

.president__show-details--wrapper {
  display: block;
  background-color: transparent;
  max-width: 7.25rem; }

button.president__show-details {
  transition: all 400ms ease-in-out;
  font-family: Gotham, Helvetica, "Helvetica Neue", Arial, sans-serif;
  color: #c5d1d8;
  display: block;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: .125rem;
  text-decoration: none;
  padding-bottom: 0.25rem;
  border-width: 0 0 2px 0;
  border-bottom: 2px solid #c5d1d8;
  margin: 3rem auto 2rem;
  line-height: 1; }
  button.president__show-details:after {
    content: "Load More"; }

button.president__show-details.president__show-details._active:after {
  content: "Hide Details"; }

button.president__show-details .heritage-icon-expand:before {
  font-size: .5em;
  line-height: 1; }

president__details--wrapper {
  background-color: transparent; }

.president__details {
  background-color: #264a59;
  color: #fff; }

.president__details {
  padding: 1rem 2rem;
  text-align: center; }

.details-item {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1rem 0;
  font-size: .7em; }

h5.details-item__title {
  padding: 0;
  margin: 0 0 1em;
  line-height: 1;
  font-size: 1em; }

.details-item__stats {
  display: -ms-grid;
  display: grid;
  grid-gap: .5rem; }

.stat:nth-child(odd) {
  grid-column: 1 / 2; }
  .stat:nth-child(odd):last-child {
    grid-column: 1 / 3; }

.stat:nth-child(even) {
  grid-column: 2 / 3; }

h6.stat__title {
  padding: 0;
  margin: 0 0 .25em 0;
  line-height: 1;
  font-size: 1em; }

.stat__figure {
  font-size: 1em; }

.vertical-spacer {
  background-color: #fff;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-indent: -9999px;
  height: 0; }

.image-link__wrapper {
  margin: 8rem 0; }

.image-link {
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .image-link {
      width: 85%; } }

.image-link__link,
.image-link__image {
  width: 100%;
  display: block; }

.judicial-tracker .article__body-copy,
.judicial-tracker .article__references {
  margin: 0 -20px;
  float: none;
  width: auto; }
  @media screen and (min-width: 768px) {
    .judicial-tracker .article__body-copy,
    .judicial-tracker .article__references {
      margin-left: -32px;
      margin-right: -32px; } }

@media screen and (min-width: 1024px) {
  .judicial-tracker .article__body-copy p,
  .judicial-tracker .article__body-copy ul {
    padding-left: 11rem;
    padding-right: 5rem; } }

.tooltip__bubble .tooltip__paragraph > p,
.tooltip__bubble .tooltip__paragraph > ul {
  padding-left: 0;
  padding-right: 0; }

.judicial-chart__wrapper {
  background-color: rgba(0, 147, 208, 0.1);
  padding: 5rem 0;
  margin: .75rem -20px 0; }
  @media screen and (min-width: 768px) {
    .judicial-chart__wrapper {
      margin-left: -32px;
      margin-right: -32px; } }

.judicial-chart,
.judicial-tracker .body1 > .container,
.judicial-tracker .body2 > .container,
.judicial-tracker .article__references {
  margin: 0 auto;
  padding: 0 20px; }
  @media screen and (min-width: 768px) {
    .judicial-chart,
    .judicial-tracker .body1 > .container,
    .judicial-tracker .body2 > .container,
    .judicial-tracker .article__references {
      width: 80%;
      padding: 0; } }

.judicial-chart h2,
.image-link h2 {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-weight: 500;
  color: #264a59;
  font-size: 2.25rem;
  padding: 0;
  margin: 0 0 1em;
  line-height: 1.2; }

.image-link h2 {
  margin-bottom: 0.5em; }

.judicial-tracker .body2 {
  background-color: rgba(0, 147, 208, 0.1);
  padding: 1rem 0;
  margin-top: 3rem; }

.judicial-tracker .article__body-copy h2 {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-weight: 100;
  color: #264a59;
  font-size: 2.5rem;
  font-style: italic;
  padding: 0;
  margin: .85em 0 .7em;
  line-height: 1.2; }

.judicial-tracker .article__references .accordion-target {
  margin-bottom: 1.5rem; }

.collection-carousel-item {
  background: #fff;
  padding: 2rem;
  position: relative; }

.collection-carousel-item__type::before {
  aspect-ratio: 1;
  background: url("../assets/icon--article.png") no-repeat center;
  background-size: contain;
  content: '';
  height: 1.25rem;
  margin: 0 0 0.5rem;
  display: block; }

.collection-carousel-item__type--event::before {
  background-image: url("../assets/icon--event.png"); }

.collection-carousel-item__type--video::before {
  background-image: url("../assets/icon--video.png"); }

.collection-carousel-item__type--commentary::before {
  background-image: url("../assets/icon--commentary.png"); }

.collection-carousel-item__link {
  color: #061d46;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: normal;
  margin: 0;
  padding: 0 0 2rem; }
  .collection-carousel-item__link:hover {
    text-decoration: none; }
    .collection-carousel-item__link:hover span {
      text-decoration: underline;
      -webkit-text-decoration-color: #c4d82d;
      text-decoration-color: #c4d82d; }
    .collection-carousel-item__link:hover .heritage-icon-arrow_long {
      text-decoration: none;
      right: 2rem; }

.collection-carousel-item__link .heritage-icon-arrow_long {
  color: #c4d82d;
  bottom: 2rem;
  font-size: 1.125rem;
  position: absolute;
  right: 2.625rem;
  transition: all 0.6s cubic-bezier(1, 0, 0, 1), opacity 0.6s cubic-bezier(1, 0, 0, 1); }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

.heritage-report-card-theme--light, .heritage-report-card-theme--dark {
  clear: both;
  overflow: hidden;
  height: 19rem;
  padding: 1.5625rem 1.25rem 0;
  position: relative; }
  @media screen and (min-width: 1024px) {
    .heritage-report-card-theme--light, .heritage-report-card-theme--dark {
      height: 21.875rem; } }
  .heritage-report-card-theme--light .heritage-card-eyebrow, .heritage-report-card-theme--dark .heritage-card-eyebrow {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-size: 0.6875rem;
    font-weight: 500;
    margin-bottom: 1.5625rem; }
    @media screen and (min-width: 768px) {
      .heritage-report-card-theme--light .heritage-card-eyebrow, .heritage-report-card-theme--dark .heritage-card-eyebrow {
        margin-bottom: 2.1875rem; } }
    @media screen and (min-width: 1024px) {
      .heritage-report-card-theme--light .heritage-card-eyebrow, .heritage-report-card-theme--dark .heritage-card-eyebrow {
        margin-bottom: 3.4375rem; } }
  .heritage-report-card-theme--light .heritage-card__title, .heritage-report-card-theme--dark .heritage-card__title {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    margin: 0 0 1.25rem;
    font-size: 2rem;
    line-height: 2.125rem;
    letter-spacing: -0.0125rem;
    transition: none;
    transition: border .1s ease;
    display: inline-block; }
    @media screen and (min-width: 768px) {
      .heritage-report-card-theme--light .heritage-card__title, .heritage-report-card-theme--dark .heritage-card__title {
        margin-bottom: 1.0625rem;
        font-size: 2.25rem;
        line-height: 2.375rem; } }
    @media screen and (min-width: 1024px) {
      .heritage-card-theme--small .heritage-report-card-theme--light .heritage-card__title, .heritage-card-theme--small .heritage-report-card-theme--dark .heritage-card__title {
        font-size: 2rem;
        line-height: 2.125rem; } }
    .heritage-report-card-theme--light .heritage-card__title:focus, .heritage-report-card-theme--light .heritage-card__title:hover, .heritage-report-card-theme--light .heritage-card__title:active, .heritage-report-card-theme--dark .heritage-card__title:focus, .heritage-report-card-theme--dark .heritage-card__title:hover, .heritage-report-card-theme--dark .heritage-card__title:active {
      color: #c4d82d; }
  .heritage-report-card-theme--light-author, .heritage-report-card-theme--dark-author {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    font-style: italic;
    font-size: 1.1875rem;
    margin-bottom: 0.375rem;
    margin-top: 0.3125rem; }
  .heritage-report-card-theme--light-date, .heritage-report-card-theme--dark-date {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.6875rem;
    letter-spacing: -0.00625rem;
    display: block; }
    .heritage-report-card-theme--light-date span, .heritage-report-card-theme--dark-date span {
      font-weight: 300;
      margin-left: 0.4375rem; }
  .heritage-report-card-theme--light-arrow, .heritage-report-card-theme--dark-arrow {
    display: block;
    float: right;
    position: absolute;
    right: 40px;
    bottom: 36px;
    z-index: 4; }
    .heritage-report-card-theme--light-arrow:focus, .heritage-report-card-theme--light-arrow:hover, .heritage-report-card-theme--dark-arrow:focus, .heritage-report-card-theme--dark-arrow:hover {
      text-decoration: none; }
  @media screen and (min-width: 768px) {
    .heritage-report-card-theme--light, .heritage-report-card-theme--dark {
      height: 21.875rem;
      padding: 1.5625rem 2.5rem 0; } }

.heritage-report-card-theme--light {
  background-color: #fff; }
  .heritage-report-card-theme--light .heritage-card-eyebrow {
    color: #264a59; }
  .heritage-report-card-theme--light .heritage-card__title {
    color: #264a59; }
    .heritage-report-card-theme--light .heritage-card__title:focus span, .heritage-report-card-theme--light .heritage-card__title:hover span, .heritage-report-card-theme--light .heritage-card__title:active span {
      color: #264a59; }
  .heritage-report-card-theme--light-author {
    color: #111d22; }
    .heritage-report-card-theme--light-author a {
      color: #0093d0;
      cursor: pointer; }
  .heritage-report-card-theme--light-date {
    color: #264a59; }
    .heritage-report-card-theme--light-date span {
      color: #75a5c0; }
  .heritage-report-card-theme--light-arrow {
    color: #0093d0; }

.heritage-report-card-theme--dark {
  background-color: #22262c; }
  .heritage-report-card-theme--dark .heritage-card-eyebrow {
    color: #fff; }
  .heritage-report-card-theme--dark .heritage-card__title {
    color: #fff; }
    .heritage-report-card-theme--dark .heritage-card__title:focus span, .heritage-report-card-theme--dark .heritage-card__title:hover span, .heritage-report-card-theme--dark .heritage-card__title:active span {
      color: #fff; }
  .heritage-report-card-theme--dark-author {
    color: #bee7f9; }
    .heritage-report-card-theme--dark-author a {
      color: #bee7f9; }
  .heritage-report-card-theme--dark-date {
    color: #fff; }
    .heritage-report-card-theme--dark-date span {
      color: #bee7f9; }
  .heritage-report-card-theme--dark-arrow {
    color: #c4d82d; }

.commentary-author-image-wrapper {
  display: none; }
  @media screen and (min-width: 768px) {
    .commentary-author-image-wrapper {
      position: relative;
      display: inline-block;
      float: left;
      margin-top: 1.5625rem;
      border-radius: 50%;
      max-width: min(28% - 20px, 100% - 370px);
      width: auto;
      overflow: hidden; }
      .commentary-author-image-wrapper:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #c5d1d8;
        z-index: 0; }
      .commentary-author-image-wrapper:after {
        border-radius: 50%; }
      .commentary-author-image-wrapper img {
        position: relative;
        z-index: 1;
        border-radius: 50%; } }

.heritage-commentary-card-theme--light, .heritage-commentary-card-theme--dark {
  clear: both;
  overflow: hidden;
  height: 19rem;
  padding: 1.5625rem 1.25rem 0; }
  @media screen and (min-width: 768px) {
    .heritage-commentary-card-theme--light, .heritage-commentary-card-theme--dark {
      padding-left: 2.5rem; } }
  @media screen and (min-width: 1024px) {
    .heritage-commentary-card-theme--light, .heritage-commentary-card-theme--dark {
      height: 21.875rem; } }
  .heritage-commentary-card-theme--light .heritage-card-eyebrow, .heritage-commentary-card-theme--dark .heritage-card-eyebrow {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-size: 0.6875rem;
    font-weight: 300;
    margin-bottom: 0.3125rem; }
    @media screen and (min-width: 768px) {
      .heritage-commentary-card-theme--light .heritage-card-eyebrow, .heritage-commentary-card-theme--dark .heritage-card-eyebrow {
        display: block;
        padding-left: 1.25rem;
        margin-bottom: 1.25rem; } }
  @media screen and (min-width: 768px) {
    .heritage-commentary-card-theme--light-wrap::after, .heritage-commentary-card-theme--dark-wrap::after {
      clear: both;
      content: '';
      display: table; } }
  .heritage-commentary-card-theme--light-wrap img, .heritage-commentary-card-theme--dark-wrap img {
    display: none; }
    @media screen and (min-width: 768px) {
      .heritage-commentary-card-theme--light-wrap img, .heritage-commentary-card-theme--dark-wrap img {
        display: block;
        width: 100%;
        float: left; } }
  @media screen and (min-width: 768px) {
    .heritage-commentary-card-theme--light-info, .heritage-commentary-card-theme--dark-info,
    .heritage-report-card-theme--light-info, .heritage-report-card-theme--dark-info {
      float: left;
      width: 21.875rem;
      margin-left: 1.25rem; } }
  @media screen and (min-width: 1280px) {
    .heritage-commentary-card-theme--light-info, .heritage-commentary-card-theme--dark-info,
    .heritage-report-card-theme--light-info, .heritage-report-card-theme--dark-info {
      width: 72%; } }
  .heritage-commentary-card-theme--light-info .heritage-card__title, .heritage-commentary-card-theme--dark-info .heritage-card__title {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    margin: 0 0 1.25rem;
    font-size: 2rem;
    line-height: 2.125rem;
    letter-spacing: -0.0125rem;
    display: inline-block; }
    @media screen and (min-width: 768px) {
      .heritage-commentary-card-theme--light-info .heritage-card__title, .heritage-commentary-card-theme--dark-info .heritage-card__title {
        margin-bottom: 1.0625rem;
        font-size: 2.25rem;
        line-height: 2.375rem; } }
    @media screen and (min-width: 1024px) {
      .heritage-card-theme--small .heritage-commentary-card-theme--light-info .heritage-card__title, .heritage-card-theme--small .heritage-commentary-card-theme--dark-info .heritage-card__title {
        font-size: 2rem;
        line-height: 2.125rem; } }
  .heritage-commentary-card-theme--light-author, .heritage-commentary-card-theme--dark-author {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    font-style: italic;
    font-size: 1.1875rem;
    margin-bottom: 0.375rem; }
  .heritage-commentary-card-theme--light-date, .heritage-commentary-card-theme--dark-date {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.6875rem;
    letter-spacing: -0.00625rem; }
    .heritage-commentary-card-theme--light-date span, .heritage-commentary-card-theme--dark-date span {
      font-weight: 300;
      margin-left: 0.4375rem; }
  .heritage-commentary-card-theme--light-arrow, .heritage-commentary-card-theme--dark-arrow {
    display: block;
    float: right;
    position: absolute;
    right: 40px;
    bottom: 36px; }
    .heritage-commentary-card-theme--light-arrow:focus, .heritage-commentary-card-theme--light-arrow:hover, .heritage-commentary-card-theme--dark-arrow:focus, .heritage-commentary-card-theme--dark-arrow:hover {
      text-decoration: none; }

.heritage-commentary-card-theme--light {
  background-color: #fff; }
  .heritage-commentary-card-theme--light .heritage-card-eyebrow {
    color: #264a59; }
  .heritage-commentary-card-theme--light-info h3 {
    color: #264a59; }
  .heritage-commentary-card-theme--light-author {
    color: #0093d0; }
  .heritage-commentary-card-theme--light-date {
    color: #264a59; }
    .heritage-commentary-card-theme--light-date span {
      color: #75a5c0; }
  .heritage-commentary-card-theme--light-arrow {
    color: #0093d0; }

.heritage-commentary-card-theme--dark {
  background-color: #22262c; }
  .heritage-commentary-card-theme--dark .heritage-card-eyebrow {
    color: #fff; }
  .heritage-commentary-card-theme--dark-info .heritage-card__title {
    color: #fff; }
  .heritage-commentary-card-theme--dark-author {
    color: #bee7f9; }
  .heritage-commentary-card-theme--dark-date {
    color: #fff; }
    .heritage-commentary-card-theme--dark-date span {
      color: #75a5c0; }
  .heritage-commentary-card-theme--dark-arrow {
    color: #c4d82d; }

.heritage-explainer-card {
  clear: both;
  height: 19rem;
  padding: 1.5625rem 1.25rem 0;
  position: relative; }
  @media screen and (min-width: 768px) {
    .heritage-explainer-card {
      padding: 1.625rem 2.5rem 0; } }
  @media screen and (min-width: 1024px) {
    .heritage-explainer-card {
      height: 21.875rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1279px) {
    .heritage-card-theme--small.heritage-explainer-card .heritage-explainer-card-summary,
    .heritage-card-theme--small.heritage-explainer-card .heritage-explainer-card-line {
      display: none; }
    .heritage-card-theme--small.heritage-explainer-card .heritage-card__title {
      font-size: 2.25rem;
      line-height: 2.375rem; } }
  .hovered._has-image.heritage-explainer-card .heritage-card-image-background {
    -ms-transform: scale(1);
    transform: scale(1); }
  .heritage-explainer-card .heritage-card-eyebrow {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-size: 0.6875rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 1.5625rem;
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 768px) {
      .heritage-explainer-card .heritage-card-eyebrow {
        margin-bottom: 26px; } }
  .heritage-explainer-card .heritage-icon-arrow_long {
    color: #c4d82d;
    display: block;
    float: right;
    transition: transform .3s ease; }
    .heritage-explainer-card .heritage-icon-arrow_long:focus, .heritage-explainer-card .heritage-icon-arrow_long:hover {
      text-decoration: none; }
  .heritage-explainer-card-wrap {
    overflow: hidden;
    clear: both;
    text-align: center;
    display: block;
    position: static; }
    .heritage-explainer-card-wrap:focus, .heritage-explainer-card-wrap:hover {
      text-decoration: none; }
    .heritage-explainer-card-wrap .heritage-card__title {
      font-family: 'Chronicle Display A', 'Chronicle Display B';
      font-weight: 300;
      font-size: 2rem;
      line-height: 2.125rem;
      text-align: center;
      color: #fff;
      margin: 0;
      display: block;
      width: 100%;
      position: relative;
      z-index: 1; }
      @media screen and (min-width: 768px) {
        .heritage-explainer-card-wrap .heritage-card__title {
          font-size: 2.25rem;
          line-height: 2.375rem; } }
      @media screen and (min-width: 1024px) {
        .heritage-card-theme--large .heritage-explainer-card-wrap .heritage-card__title {
          font-size: 3.125rem;
          line-height: 3.125rem; } }
    .heritage-explainer-card-wrap .heritage-explainer-card-summary {
      display: none; }
      @media screen and (min-width: 768px) {
        .heritage-explainer-card-wrap .heritage-explainer-card-summary {
          display: block; } }
    .heritage-explainer-card-wrap .heritage-explainer-card-summary * {
      font-family: 'Chronicle Display A', 'Chronicle Display B';
      font-weight: 200;
      font-size: 1.25rem;
      font-style: italic;
      letter-spacing: 0.0125rem;
      text-align: center;
      color: #fff;
      position: relative;
      z-index: 1;
      margin-top: 0.75rem; }
  .heritage-explainer-card-line {
    content: '';
    background: #c4d82d;
    width: 40%;
    height: 0.125rem;
    display: none;
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 768px) {
      .heritage-explainer-card-line {
        display: inline-block; } }

@media screen and (min-width: 1024px) {
  .heritage-card-theme--small {
    width: 40%;
    margin-right: 2%;
    float: left;
    display: block;
    clear: none; }
    .heritage-card-theme--small .heritage-card__title {
      font-size: 2rem;
      line-height: 2.125rem; }
    .heritage-card-theme--small .heritage-card-eyebrow {
      padding-left: 0; }
    .heritage-card-theme--small-wrap img {
      display: none; }
    .heritage-card-theme--small-info {
      width: auto;
      margin-left: 0; }
    .heritage-card-theme--small .featured-events__play {
      display: block;
      position: relative;
      z-index: 2; } }

@media screen and (min-width: 1024px) {
  .heritage-card-theme--medium {
    float: left;
    display: block;
    margin-right: 1.94175%;
    width: 49.02913%;
    clear: both; }
    .heritage-card-theme--medium:last-child {
      margin-right: 0; }
    .heritage-card-theme--medium .heritage-card-eyebrow {
      padding-left: 0.625rem; }
    .heritage-card-theme--medium-wrap img {
      width: 6.25rem;
      height: 6.25rem; }
    .heritage-card-theme--medium-info {
      width: 18.75rem;
      margin-left: 1.25rem; } }

@media screen and (min-width: 1024px) {
  .heritage-card-theme--large {
    width: 58%;
    margin-right: 2%;
    float: left;
    display: block;
    clear: none; }
    .heritage-card-theme--large .featured-events__play {
      display: block;
      position: relative;
      z-index: 2; } }

select {
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.button-base, .button-blue, .issue-breaker__button, .button-dark-blue, .article-body__read-more, .button-light-blue, .path-contact .contact__contact-forms .mktoButton, .page-node-type-person .expert__request .featherlight-content .mktoButton {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  cursor: pointer;
  display: block;
  border-style: none;
  color: #fff;
  transition: background-color .3s ease; }

.button-blue, .issue-breaker__button {
  background-color: #264a59; }
  .button-blue:focus, .issue-breaker__button:focus, .button-blue:hover, .issue-breaker__button:hover {
    background-color: #386274; }

.button-dark-blue, .article-body__read-more {
  background-color: #252a2f; }
  .button-dark-blue:focus, .article-body__read-more:focus, .button-dark-blue:hover, .article-body__read-more:hover {
    background-color: #292e35; }
    .button-dark-blue:focus i, .article-body__read-more:focus i, .button-dark-blue:hover i, .article-body__read-more:hover i {
      color: #c4d82d; }

.button-light-blue {
  background-color: #6193b4;
  font-weight: 300; }

.button-more, .issue-landing .pager__item a {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  color: #264a59;
  border: none;
  display: block;
  border-bottom: #c5d1d8 4px solid;
  background-color: transparent;
  transition: all .3 ease;
  position: relative; }
  .button-more a:focus, .issue-landing .pager__item a a:focus, .button-more:focus, .issue-landing .pager__item a:focus,
  .button-more a:hover,
  .issue-landing .pager__item a a:hover, .button-more:hover, .issue-landing .pager__item a:hover {
    text-decoration: none; }
  .button-more i, .issue-landing .pager__item a i {
    font-size: 24px;
    color: #0093d0; }
  .button-more:after, .issue-landing .pager__item a:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -4px;
    height: 4px;
    transition: all .3s ease;
    background-color: #0093d0; }
  .button-more:focus, .issue-landing .pager__item a:focus, .button-more:hover, .issue-landing .pager__item a:hover, .button-more.active, .issue-landing .pager__item a.active {
    color: #0093d0;
    text-decoration: none; }
    .button-more:focus i, .issue-landing .pager__item a:focus i, .button-more:hover i, .issue-landing .pager__item a:hover i, .button-more.active i, .issue-landing .pager__item a.active i {
      color: #0093d0; }
    .button-more:focus:after, .issue-landing .pager__item a:focus:after, .button-more:hover:after, .issue-landing .pager__item a:hover:after, .button-more.active:after, .issue-landing .pager__item a.active:after {
      left: 0;
      right: 0; }
  .button-more._inactive, .issue-landing .pager__item a._inactive {
    opacity: 0;
    height: 0;
    padding: 0; }

body.bodyNoScroll {
  overflow: hidden; }

/*!
 * tabbyjs v12.0.3
 * Lightweight, accessible vanilla JS toggle tabs.
 * (c) 2019 Chris Ferdinandi
 * MIT License
 * http://github.com/cferdinandi/tabby
 */
/**
 * The tablist
 */
[role="tablist"] {
  border-bottom: 1px solid lightgray;
  list-style: none;
  margin: 0;
  padding: 0; }

[role="tablist"] * {
  box-sizing: border-box; }

/**
 * The tablist item
 */
@media (min-width: 30em) {
  [role="tablist"] li {
    display: inline-block; } }

/**
 * The tabs
 */
[role="tab"] {
  border: 1px solid transparent;
  border-top-color: lightgray;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  /**
	 * Active tab styling
	 */
  /**
	 * Tabs on hover
	 */ }

@media (min-width: 30em) {
  [role="tab"] {
    border-top-color: transparent;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    display: inline-block;
    margin-bottom: -1px; } }

[role="tab"][aria-selected="true"] {
  background-color: lightgray; }

@media (min-width: 30em) {
  [role="tab"][aria-selected="true"] {
    background-color: transparent;
    border: 1px solid lightgray;
    border-bottom-color: #ffffff; } }

[role="tab"]:hover:not([aria-selected="true"]) {
  background-color: #f7f7f7; }

@media (min-width: 30em) {
  [role="tab"]:hover:not([aria-selected="true"]) {
    border: 1px solid lightgray; } }

/**
 * [hidden] fallback for IE10 and lower
 */
[hidden] {
  display: none; }

.commentary._legacy .article__body-copy > * > p:not(.article__references-reference):not(.tooltip__paragraph):not(.parallax-breaker__text):first-child:first-letter {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  padding: inherit;
  font-size: inherit;
  line-height: inherit;
  float: inherit;
  margin-right: inherit; }

.commentary._legacy .commentary__intro-wrapper > *:not(.author-card) {
  display: none; }

.commentary._legacy .body__spacer {
  display: none; }

.commentary {
  position: relative;
  z-index: 1; }
  .commentary .commentary__wrapper {
    position: relative;
    clear: both; }
  .commentary .commentary__intro-wrapper {
    position: relative; }
    .commentary .commentary__intro-wrapper .author-card:only-child {
      position: relative; }
  .commentary .commentary__headline {
    margin-bottom: 1rem;
    margin-top: 2.1875rem; }
  .commentary .article__social-icon {
    margin-bottom: 0; }
  .commentary .key-takeaways {
    margin-left: -20px;
    margin-right: -20px;
    border-top: #fff 2px solid;
    width: calc(100% + 40px); }
    @media screen and (min-width: 768px) {
      .commentary .key-takeaways {
        margin-left: -20px; } }
    @media screen and (min-width: 1024px) {
      .commentary .key-takeaways {
        margin-left: -32px; } }
    @media screen and (min-width: 768px) {
      .commentary .key-takeaways {
        margin-right: -20px; } }
    @media screen and (min-width: 1024px) {
      .commentary .key-takeaways {
        margin-right: -32px; } }
  .commentary .key-takeaways__copy-one {
    margin-top: 0; }

@media screen and (min-width: 768px) {
  .commentary {
    margin-top: 9.3125rem; }
    .commentary .author-card {
      float: left;
      display: block;
      margin-right: 2.43902%;
      width: 48.78049%;
      margin-left: 12.80488%; }
      .commentary .author-card:last-child {
        margin-right: 0; }
    .commentary .article-general-info,
    .commentary .commentary__headline,
    .commentary .commentary__eyebrow {
      float: left;
      display: block;
      margin-right: 2.43902%;
      width: 87.19512%;
      margin-left: 12.80488%; }
      .commentary .article-general-info:last-child,
      .commentary .commentary__headline:last-child,
      .commentary .commentary__eyebrow:last-child {
        margin-right: 0; }
    .commentary .image-with-caption {
      width: calc(87.05267% + 20px);
      margin-left: 12.80488%;
      margin-right: 0;
      position: relative;
      clear: both;
      float: none; }
      .commentary .image-with-caption + .pull-quote {
        margin-top: 3.5rem; }
      .commentary .image-with-caption figcaption {
        float: none; }
      .commentary .image-with-caption img {
        width: calc(100% + 40px);
        margin-left: -12.80488%;
        margin-right: 0;
        position: relative;
        left: -3.5rem; }
    .commentary .key-takeaways {
      width: calc(87.05267% + 20px);
      margin-left: 12.80488%;
      margin-right: 0;
      float: none;
      clear: both; }
      .commentary .key-takeaways.first {
        width: calc(87.05267% + 40px);
        right: 0; }
      .commentary .key-takeaways + .pull-quote {
        margin-top: 6.0625rem; }
    .commentary .pull-quote {
      width: calc(87.05267% + 20px); }
    .commentary .key-stats {
      margin-top: 2.5rem; } }

@media screen and (min-width: 1024px) {
  .commentary._legacy .commentary__eyebrow,
  .commentary._legacy .commentary__headline,
  .commentary._legacy .article-general-info {
    float: none;
    display: inline-block; }
  .commentary._legacy .commentary__intro-wrapper {
    position: absolute;
    top: auto; }
  .commentary._legacy .author-card {
    margin-top: 58px; }
  .commentary._legacy .body__spacer {
    position: relative;
    float: left;
    width: 38%;
    height: 420px;
    visibility: hidden;
    opacity: 0;
    background: red;
    display: block; }
  .commentary._legacy .article__sticky-track.has-body {
    height: 520px; }
  .commentary {
    margin-top: 9.8125rem; }
    .commentary .commentary__headline {
      margin-top: 1.875rem;
      font-size: 4.625rem;
      line-height: .918918919; }
    .commentary .commentary__intro-wrapper {
      min-height: 27.5rem;
      width: calc(100% + 32px);
      overflow: hidden; }
    .commentary .author-card {
      float: left;
      display: block;
      margin-right: 1.6129%;
      width: 32.25806%;
      margin-left: 8.46774%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2; }
      .commentary .author-card:last-child {
        margin-right: 0; }
    .commentary .pull-quote,
    .commentary .key-stats {
      float: left;
      display: block;
      margin-right: 1.6129%;
      width: 66.12903%;
      margin-left: 25.40323%;
      float: none;
      clear: both; }
      .commentary .pull-quote:last-child,
      .commentary .key-stats:last-child {
        margin-right: 0; }
    .commentary .key-takeaways,
    .commentary .image-with-caption {
      width: calc(74.41059% + 32px);
      right: 0;
      margin-left: 25.40323%; }
      .commentary .key-takeaways img,
      .commentary .image-with-caption img {
        width: 100%;
        margin-left: 0;
        left: 0; }
    .commentary .pull-quote.first {
      width: calc(74.41059%);
      margin-top: 0; }
      .commentary .pull-quote.first .pull-quote__quote-wrapper {
        width: 90%;
        margin-left: 15%; }
    .commentary .key-takeaways.first .key-takeaways__heading {
      padding-left: calc(.1019417 * 100% * .666667); }
    .commentary .key-takeaways.first .key-takeaways__heading,
    .commentary .key-takeaways.first .key-takeaways__takeaway {
      margin-left: 16.93548%;
      width: 66.66667%; }
    .commentary .key-takeaways.first .key-takeaways__copy:before, .commentary .key-takeaways.first .key-takeaways__copy-one:before, .commentary .key-takeaways.first .key-takeaways__copy-two:before, .commentary .key-takeaways.first .key-takeaways__copy-three:before,
    .commentary .key-takeaways.first .key-takeaways__copy-one:before,
    .commentary .key-takeaways.first .key-takeaways__copy-two:before,
    .commentary .key-takeaways.first .key-takeaways__copy-three:before {
      left: 1.5625rem; }
    .commentary .key-takeaways .key-takeaways__heading {
      padding-left: calc(.1019417 * 100% * .8980583); }
    .commentary .article-general-info,
    .commentary .commentary__headline,
    .commentary .commentary__eyebrow {
      float: left;
      display: block;
      margin-right: 1.6129%;
      width: 83.06452%;
      margin-left: 8.46774%; }
      .commentary .article-general-info:last-child,
      .commentary .commentary__headline:last-child,
      .commentary .commentary__eyebrow:last-child {
        margin-right: 0; } }

@media screen and (min-width: 1024px) {
  .impact.impact-video .impact__eyebrow {
    margin-left: calc((100% - 64px) * .0846774); } }

.impact {
  position: relative; }
  @media screen and (min-width: 768px) {
    .impact {
      margin-top: 9.3125rem; } }
  @media screen and (min-width: 1024px) {
    .impact {
      margin-top: 9.8125rem; } }
  .impact__title {
    margin-bottom: 1rem;
    margin-top: 2.1875rem; }
  .impact__eyebrow:before {
    content: '';
    display: block;
    height: 0.125rem;
    background-color: #da181a;
    position: absolute;
    top: 0;
    left: 0;
    transition: background .3s ease; }
  @media screen and (min-width: 768px) {
    .impact__eyebrow, .impact__title, .impact__date {
      float: left;
      display: block;
      margin-right: 2.43902%;
      width: 87.19512%;
      margin-left: 12.80488%; }
      .impact__eyebrow:last-child, .impact__title:last-child, .impact__date:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1024px) {
    .impact__eyebrow, .impact__title, .impact__date {
      float: left;
      display: block;
      margin-right: 1.6129%;
      width: 74.59677%;
      margin-left: 8.46774%; }
      .impact__eyebrow:last-child, .impact__title:last-child, .impact__date:last-child {
        margin-right: 0; } }
  .impact__body-copy {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 400;
    color: #111d22;
    font-size: 1.125rem;
    padding: 2.5rem 0 0;
    clear: both; }
    @media screen and (min-width: 768px) {
      .impact__body-copy {
        float: left;
        display: block;
        margin-right: 2.43902%;
        width: 74.39024%;
        margin-left: 12.80488%;
        margin-top: 1.25rem; }
        .impact__body-copy:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 1024px) {
      .impact__body-copy {
        float: left;
        display: block;
        margin-right: 1.6129%;
        width: 57.66129%;
        margin-left: 25.40323%; }
        .impact__body-copy:last-child {
          margin-right: 0; } }
    .impact__body-copy-pull-quote {
      width: 75%;
      margin: 1.875rem 0 1.875rem 15%; }
      @media screen and (min-width: 768px) {
        .impact__body-copy-pull-quote {
          float: left;
          display: block;
          margin-right: 3.27869%;
          width: 82.78689%;
          margin-left: 17.21311%;
          max-width: initial; }
          .impact__body-copy-pull-quote:last-child {
            margin-right: 0; } }
      .impact__body-copy-pull-quote p {
        font-family: 'Chronicle Display A', 'Chronicle Display B';
        font-weight: 300;
        font-style: italic;
        color: #75a5c0;
        font-size: 1.3125rem;
        line-height: 1.5;
        display: inline;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone; }
        @media screen and (min-width: 768px) {
          .impact__body-copy-pull-quote p {
            font-size: 2rem;
            line-height: 2.625rem; } }
        @media screen and (min-width: 1024px) {
          .impact__body-copy-pull-quote p {
            font-size: 2.125rem;
            line-height: 2.75rem; } }
    .impact__body-copy-pull-quote-highlight {
      background-color: #f3f5f8;
      padding: 0.3125rem 0.625rem;
      box-shadow: 10px 0 0 #f3f5f8, -10px 0 0 #f3f5f8; }
  .impact__image-with-caption {
    margin-bottom: 0.25rem; }
    @media screen and (min-width: 768px) {
      .impact__image-with-caption {
        left: 20px; } }
    @media screen and (min-width: 1024px) {
      .impact__image-with-caption {
        left: 0;
        width: calc(74.59677% + 32px); } }
    @media screen and (min-width: 768px) {
      .impact__image-with-caption .image-with-caption__image-wrapper img {
        position: relative;
        left: calc(-100% / 12); } }
    @media screen and (min-width: 1024px) {
      .impact__image-with-caption .image-with-caption__image-wrapper img {
        left: calc(-100% / 9); } }
  @media screen and (min-width: 768px) {
    .impact__article-summary {
      position: relative;
      left: 20px; } }
  @media screen and (min-width: 1024px) {
    .impact__article-summary {
      left: 0;
      float: left;
      display: block;
      margin-right: 1.6129%;
      width: 74.59677%;
      margin-left: 25.40323%;
      margin-right: -20px;
      width: calc(74.59677% + 32px); }
      .impact__article-summary:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1024px) and (min-width: 768px) {
    .impact__article-summary {
      margin-right: -20px; } }
  @media screen and (min-width: 1024px) and (min-width: 1024px) {
    .impact__article-summary {
      margin-right: -32px; } }
  @media screen and (min-width: 768px) {
    .impact__article-summary .article-summary__summary {
      font-size: 1.375rem;
      line-height: 2.25rem; } }
  @media screen and (min-width: 1024px) {
    .impact__article-summary .article-summary__summary {
      float: left;
      display: block;
      margin-right: 2.16216%;
      width: 65.94595%;
      margin-left: 11.35135%;
      padding-right: 0; }
      .impact__article-summary .article-summary__summary:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1280px) {
    .impact__article-summary .article-summary__summary {
      font-size: 1.625rem;
      line-height: 2.5rem; } }
  @media screen and (min-width: 1024px) {
    .impact__article-summary .article-summary__eyebrow {
      float: left;
      display: block;
      margin-right: 2.16216%;
      width: 65.94595%;
      margin-left: 11.35135%; }
      .impact__article-summary .article-summary__eyebrow:last-child {
        margin-right: 0; } }
  .impact__key-stats-wrapper {
    margin: 0 -20px;
    position: relative;
    clear: both; }
    .impact__key-stats-wrapper::after {
      clear: both;
      content: '';
      display: table; }
    @media screen and (min-width: 768px) {
      .impact__key-stats-wrapper {
        margin: 0;
        margin-bottom: 3.125rem; } }
    @media screen and (min-width: 1024px) {
      .impact__key-stats-wrapper {
        margin-bottom: 5rem; } }
    .impact__key-stats-wrapper .key-stats {
      z-index: 97;
      padding: 0 20px;
      margin: 0;
      width: auto; }
      @media screen and (min-width: 768px) {
        .impact__key-stats-wrapper .key-stats {
          padding: 0;
          width: 87.05267%;
          float: none;
          margin-left: -20px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .impact__key-stats-wrapper .key-stats {
      margin-left: -20px; } }
  @media screen and (min-width: 768px) and (min-width: 1024px) {
    .impact__key-stats-wrapper .key-stats {
      margin-left: -32px; } }
      @media screen and (min-width: 1024px) {
        .impact__key-stats-wrapper .key-stats {
          float: left;
          display: block;
          margin-right: 1.6129%;
          width: 66.12903%;
          margin-left: 16.93548%;
          left: 0; }
          .impact__key-stats-wrapper .key-stats:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 1024px) {
        .impact__key-stats-wrapper .key-stats__key-stat-text {
          float: left;
          display: block;
          margin-right: 2.43902%;
          width: 61.58537%;
          margin-left: 25.60976%;
          float: none; }
          .impact__key-stats-wrapper .key-stats__key-stat-text:last-child {
            margin-right: 0; } }
    .impact__key-stats-wrapper .key-stats-bg {
      z-index: 96;
      background-color: #f3f5f8;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0; }
      @media screen and (min-width: 768px) {
        .impact__key-stats-wrapper .key-stats-bg {
          left: 20px;
          bottom: -3.75rem;
          float: left;
          display: block;
          margin-right: 2.43902%;
          width: 87.19512%;
          margin-left: 12.80488%;
          margin-right: -20px; }
          .impact__key-stats-wrapper .key-stats-bg:last-child {
            margin-right: 0; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .impact__key-stats-wrapper .key-stats-bg {
      margin-right: -20px; } }
  @media screen and (min-width: 768px) and (min-width: 1024px) {
    .impact__key-stats-wrapper .key-stats-bg {
      margin-right: -32px; } }
      @media screen and (min-width: 1024px) {
        .impact__key-stats-wrapper .key-stats-bg {
          left: 0;
          margin-left: 25.40323%;
          margin-right: -20px;
          height: 32.4375rem;
          width: calc(74.59677% + 32px); } }
  @media screen and (min-width: 1024px) and (min-width: 768px) {
    .impact__key-stats-wrapper .key-stats-bg {
      margin-right: -20px; } }
  @media screen and (min-width: 1024px) and (min-width: 1024px) {
    .impact__key-stats-wrapper .key-stats-bg {
      margin-right: -32px; } }

.explainer__social-container {
  padding: 2rem 0 3rem; }
  @media screen and (min-width: 768px) {
    .explainer__social-container {
      position: absolute;
      top: 9.8125rem;
      right: 2rem;
      padding-top: 0; } }
  @media screen and (min-width: 1024px) {
    .explainer__social-container {
      top: 8.75rem; } }

.explainer .article__body-copy + .article__body-copy {
  margin-top: -2.5rem; }
  @media screen and (min-width: 1024px) {
    .explainer .article__body-copy + .article__body-copy {
      margin-top: -3rem; } }

.explainer {
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .explainer {
      position: relative;
      margin-top: -10.3125rem; } }
  .explainer .explainer-banner {
    margin-right: -20px;
    margin-left: -20px;
    position: relative;
    width: calc(100% + 40px); }
    @media screen and (min-width: 768px) {
      .explainer .explainer-banner {
        margin-right: -20px; } }
    @media screen and (min-width: 1024px) {
      .explainer .explainer-banner {
        margin-right: -32px; } }
    @media screen and (min-width: 768px) {
      .explainer .explainer-banner {
        margin-left: -20px; } }
    @media screen and (min-width: 1024px) {
      .explainer .explainer-banner {
        margin-left: -32px; } }
    @media screen and (min-width: 768px) {
      .explainer .explainer-banner {
        padding: 11.25rem 0 9.375rem;
        width: calc(100% + 40px); } }
    @media screen and (min-width: 1024px) {
      .explainer .explainer-banner {
        padding: 10.9375rem 0 18.125rem;
        width: calc(100% + 64px); } }
    .explainer .explainer-banner__image-wrapper {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      overflow: hidden; }
      .explainer .explainer-banner__image-wrapper:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(5, 10, 18, 0.75);
        z-index: 0; }
      .explainer .explainer-banner__image-wrapper * {
        height: 100%; }
      .explainer .explainer-banner__image-wrapper img {
        min-height: 100%;
        width: 100%;
        min-width: 100%;
        max-width: none;
        object-fit: cover; }
    .explainer .explainer-banner__wrapper {
      position: relative;
      text-align: center;
      padding: 0 1.25rem; }
      @media screen and (min-width: 768px) {
        .explainer .explainer-banner__wrapper {
          padding: 9.8125rem 2.5rem 0; } }
      @media screen and (min-width: 1024px) {
        .explainer .explainer-banner__wrapper {
          padding: 9.8125rem 0 0; } }
    .explainer .explainer-banner__eyebrow {
      font-family: 'Gotham A', 'Gotham B';
      font-weight: 400;
      font-size: 0.875rem;
      color: #c4d82d;
      text-transform: uppercase;
      padding: 3.125rem 0 1.25rem;
      letter-spacing: 0.0125rem; }
      @media screen and (min-width: 1024px) {
        .explainer .explainer-banner__eyebrow {
          font-size: 1.25rem;
          line-height: 1.25rem;
          letter-spacing: 0.01875rem; } }
    .explainer .explainer-banner__title {
      font-family: 'Chronicle Display A', 'Chronicle Display B';
      font-weight: 200;
      color: white;
      font-size: 3.375rem;
      line-height: 1.09;
      margin: 0; }
      @media screen and (min-width: 768px) {
        .explainer .explainer-banner__title {
          font-size: 4rem; } }
      @media screen and (min-width: 1024px) {
        .explainer .explainer-banner__title {
          font-size: 4.75rem;
          float: left;
          display: block;
          margin-right: 1.6129%;
          width: 83.06452%;
          margin-left: 8.46774%;
          float: none; }
          .explainer .explainer-banner__title:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 1280px) {
        .explainer .explainer-banner__title {
          font-size: 5rem; } }
      .explainer .explainer-banner__title h1 {
        font-weight: inherit;
        margin: 0;
        padding: 0; }
    .explainer .explainer-banner__subtext {
      font-family: 'Chronicle Display A', 'Chronicle Display B';
      font-weight: 200;
      color: white;
      font-size: 1.3125rem;
      line-height: 2.0625rem;
      font-style: italic;
      letter-spacing: 0.0125rem;
      padding-top: 1.5625rem; }
      @media screen and (min-width: 768px) {
        .explainer .explainer-banner__subtext {
          padding-bottom: 1.5625rem;
          font-size: 1.375rem;
          line-height: 2.125rem; } }
      @media screen and (min-width: 1024px) {
        .explainer .explainer-banner__subtext {
          width: 82.94039%;
          margin: auto;
          font-size: 1.5rem;
          line-height: 2.375rem;
          letter-spacing: 0.01875rem; } }
      @media screen and (min-width: 1280px) {
        .explainer .explainer-banner__subtext {
          font-size: 1.625rem;
          line-height: 2.5rem; } }
    .explainer .explainer-banner__border-break {
      width: 11.875rem;
      border-bottom: 2px solid #c4d82d;
      margin: auto;
      padding: 0.625rem 0; }
      @media screen and (min-width: 768px) {
        .explainer .explainer-banner__border-break {
          width: 10.625rem; } }
      @media screen and (min-width: 1024px) {
        .explainer .explainer-banner__border-break {
          width: 11.875rem; } }
  .explainer__key-takeaways {
    margin-left: -20px;
    width: calc(100% + 40px); }
    @media screen and (min-width: 768px) {
      .explainer__key-takeaways {
        margin-left: -20px; } }
    @media screen and (min-width: 1024px) {
      .explainer__key-takeaways {
        margin-left: -32px; } }
  .explainer .issue-breaker__description,
  .explainer .issue-breaker__button {
    display: none; }
  .explainer__key-stats-wrapper {
    margin: 0 -20px;
    position: relative;
    clear: both; }
    .explainer__key-stats-wrapper::after {
      clear: both;
      content: '';
      display: table; }
    @media screen and (min-width: 768px) {
      .explainer__key-stats-wrapper {
        margin: 0;
        margin-bottom: 0.625rem; } }
  .explainer .key-stats {
    z-index: 97;
    padding: 0 20px;
    margin: 0;
    width: auto; }
    @media screen and (min-width: 768px) {
      .explainer .key-stats {
        padding: 0;
        width: 87.05267%;
        float: none;
        margin-left: -20px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .explainer .key-stats {
      margin-left: -20px; } }
  @media screen and (min-width: 768px) and (min-width: 1024px) {
    .explainer .key-stats {
      margin-left: -32px; } }
    @media screen and (min-width: 1024px) {
      .explainer .key-stats {
        float: left;
        display: block;
        margin-right: 1.6129%;
        width: 66.12903%;
        margin-left: 16.93548%;
        left: -32px; }
        .explainer .key-stats:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 1024px) {
      .explainer .key-stats__key-stat-text {
        float: left;
        display: block;
        margin-right: 2.43902%;
        width: 61.58537%;
        margin-left: 25.60976%;
        float: none; }
        .explainer .key-stats__key-stat-text:last-child {
          margin-right: 0; } }
  @media screen and (min-width: 768px) {
    .explainer__key-takeaways {
      float: left;
      display: block;
      margin-right: 1.6129%;
      width: 91.53226%;
      position: relative;
      top: -4em;
      margin-bottom: -3em; }
      .explainer__key-takeaways:last-child {
        margin-right: 0; }
      .explainer__key-takeaways .key-takeaways__copy-one,
      .explainer__key-takeaways .key-takeaways__copy-two,
      .explainer__key-takeaways .key-takeaways__copy-three {
        max-width: none;
        width: 87.5%; } }
  @media screen and (min-width: 1024px) {
    .explainer__key-takeaways {
      margin-right: -20px;
      width: calc(82.94039% + 32px);
      position: relative;
      margin-bottom: -11em;
      top: -12rem; } }
  @media screen and (min-width: 1024px) and (min-width: 768px) {
    .explainer__key-takeaways {
      margin-right: -20px; } }
  @media screen and (min-width: 1024px) and (min-width: 1024px) {
    .explainer__key-takeaways {
      margin-right: -32px; } }
  @media screen and (min-width: 1024px) {
      .explainer__key-takeaways .key-takeaways__copy-one,
      .explainer__key-takeaways .key-takeaways__copy-two,
      .explainer__key-takeaways .key-takeaways__copy-three {
        width: 100%; }
    .explainer .key-takeaways__wrapper {
      padding-bottom: 1.875rem; } }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

.heritage-report-card-theme--light, .heritage-report-card-theme--dark {
  clear: both;
  overflow: hidden;
  height: 19rem;
  padding: 1.5625rem 1.25rem 0;
  position: relative; }
  @media screen and (min-width: 1024px) {
    .heritage-report-card-theme--light, .heritage-report-card-theme--dark {
      height: 21.875rem; } }
  .heritage-report-card-theme--light .heritage-card-eyebrow, .heritage-report-card-theme--dark .heritage-card-eyebrow {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-size: 0.6875rem;
    font-weight: 500;
    margin-bottom: 1.5625rem; }
    @media screen and (min-width: 768px) {
      .heritage-report-card-theme--light .heritage-card-eyebrow, .heritage-report-card-theme--dark .heritage-card-eyebrow {
        margin-bottom: 2.1875rem; } }
    @media screen and (min-width: 1024px) {
      .heritage-report-card-theme--light .heritage-card-eyebrow, .heritage-report-card-theme--dark .heritage-card-eyebrow {
        margin-bottom: 3.4375rem; } }
  .heritage-report-card-theme--light .heritage-card__title, .heritage-report-card-theme--dark .heritage-card__title {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    margin: 0 0 1.25rem;
    font-size: 2rem;
    line-height: 2.125rem;
    letter-spacing: -0.0125rem;
    transition: none;
    transition: border .1s ease;
    display: inline-block; }
    @media screen and (min-width: 768px) {
      .heritage-report-card-theme--light .heritage-card__title, .heritage-report-card-theme--dark .heritage-card__title {
        margin-bottom: 1.0625rem;
        font-size: 2.25rem;
        line-height: 2.375rem; } }
    @media screen and (min-width: 1024px) {
      .heritage-card-theme--small .heritage-report-card-theme--light .heritage-card__title, .heritage-card-theme--small .heritage-report-card-theme--dark .heritage-card__title {
        font-size: 2rem;
        line-height: 2.125rem; } }
    .heritage-report-card-theme--light .heritage-card__title:focus, .heritage-report-card-theme--light .heritage-card__title:hover, .heritage-report-card-theme--light .heritage-card__title:active, .heritage-report-card-theme--dark .heritage-card__title:focus, .heritage-report-card-theme--dark .heritage-card__title:hover, .heritage-report-card-theme--dark .heritage-card__title:active {
      color: #c4d82d; }
  .heritage-report-card-theme--light-author, .heritage-report-card-theme--dark-author {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    font-style: italic;
    font-size: 1.1875rem;
    margin-bottom: 0.375rem;
    margin-top: 0.3125rem; }
  .heritage-report-card-theme--light-date, .heritage-report-card-theme--dark-date {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.6875rem;
    letter-spacing: -0.00625rem;
    display: block; }
    .heritage-report-card-theme--light-date span, .heritage-report-card-theme--dark-date span {
      font-weight: 300;
      margin-left: 0.4375rem; }
  .heritage-report-card-theme--light-arrow, .heritage-report-card-theme--dark-arrow {
    display: block;
    float: right;
    position: absolute;
    right: 40px;
    bottom: 36px;
    z-index: 4; }
    .heritage-report-card-theme--light-arrow:focus, .heritage-report-card-theme--light-arrow:hover, .heritage-report-card-theme--dark-arrow:focus, .heritage-report-card-theme--dark-arrow:hover {
      text-decoration: none; }
  @media screen and (min-width: 768px) {
    .heritage-report-card-theme--light, .heritage-report-card-theme--dark {
      height: 21.875rem;
      padding: 1.5625rem 2.5rem 0; } }

.heritage-report-card-theme--light {
  background-color: #fff; }
  .heritage-report-card-theme--light .heritage-card-eyebrow {
    color: #264a59; }
  .heritage-report-card-theme--light .heritage-card__title {
    color: #264a59; }
    .heritage-report-card-theme--light .heritage-card__title:focus span, .heritage-report-card-theme--light .heritage-card__title:hover span, .heritage-report-card-theme--light .heritage-card__title:active span {
      color: #264a59; }
  .heritage-report-card-theme--light-author {
    color: #111d22; }
    .heritage-report-card-theme--light-author a {
      color: #0093d0;
      cursor: pointer; }
  .heritage-report-card-theme--light-date {
    color: #264a59; }
    .heritage-report-card-theme--light-date span {
      color: #75a5c0; }
  .heritage-report-card-theme--light-arrow {
    color: #0093d0; }

.heritage-report-card-theme--dark {
  background-color: #22262c; }
  .heritage-report-card-theme--dark .heritage-card-eyebrow {
    color: #fff; }
  .heritage-report-card-theme--dark .heritage-card__title {
    color: #fff; }
    .heritage-report-card-theme--dark .heritage-card__title:focus span, .heritage-report-card-theme--dark .heritage-card__title:hover span, .heritage-report-card-theme--dark .heritage-card__title:active span {
      color: #fff; }
  .heritage-report-card-theme--dark-author {
    color: #bee7f9; }
    .heritage-report-card-theme--dark-author a {
      color: #bee7f9; }
  .heritage-report-card-theme--dark-date {
    color: #fff; }
    .heritage-report-card-theme--dark-date span {
      color: #bee7f9; }
  .heritage-report-card-theme--dark-arrow {
    color: #c4d82d; }

.commentary-author-image-wrapper {
  display: none; }
  @media screen and (min-width: 768px) {
    .commentary-author-image-wrapper {
      position: relative;
      display: inline-block;
      float: left;
      margin-top: 1.5625rem;
      border-radius: 50%;
      max-width: min(28% - 20px, 100% - 370px);
      width: auto;
      overflow: hidden; }
      .commentary-author-image-wrapper:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #c5d1d8;
        z-index: 0; }
      .commentary-author-image-wrapper:after {
        border-radius: 50%; }
      .commentary-author-image-wrapper img {
        position: relative;
        z-index: 1;
        border-radius: 50%; } }

.heritage-commentary-card-theme--light, .heritage-commentary-card-theme--dark {
  clear: both;
  overflow: hidden;
  height: 19rem;
  padding: 1.5625rem 1.25rem 0; }
  @media screen and (min-width: 768px) {
    .heritage-commentary-card-theme--light, .heritage-commentary-card-theme--dark {
      padding-left: 2.5rem; } }
  @media screen and (min-width: 1024px) {
    .heritage-commentary-card-theme--light, .heritage-commentary-card-theme--dark {
      height: 21.875rem; } }
  .heritage-commentary-card-theme--light .heritage-card-eyebrow, .heritage-commentary-card-theme--dark .heritage-card-eyebrow {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-size: 0.6875rem;
    font-weight: 300;
    margin-bottom: 0.3125rem; }
    @media screen and (min-width: 768px) {
      .heritage-commentary-card-theme--light .heritage-card-eyebrow, .heritage-commentary-card-theme--dark .heritage-card-eyebrow {
        display: block;
        padding-left: 1.25rem;
        margin-bottom: 1.25rem; } }
  @media screen and (min-width: 768px) {
    .heritage-commentary-card-theme--light-wrap::after, .heritage-commentary-card-theme--dark-wrap::after {
      clear: both;
      content: '';
      display: table; } }
  .heritage-commentary-card-theme--light-wrap img, .heritage-commentary-card-theme--dark-wrap img {
    display: none; }
    @media screen and (min-width: 768px) {
      .heritage-commentary-card-theme--light-wrap img, .heritage-commentary-card-theme--dark-wrap img {
        display: block;
        width: 100%;
        float: left; } }
  @media screen and (min-width: 768px) {
    .heritage-commentary-card-theme--light-info, .heritage-commentary-card-theme--dark-info,
    .heritage-report-card-theme--light-info, .heritage-report-card-theme--dark-info {
      float: left;
      width: 21.875rem;
      margin-left: 1.25rem; } }
  @media screen and (min-width: 1280px) {
    .heritage-commentary-card-theme--light-info, .heritage-commentary-card-theme--dark-info,
    .heritage-report-card-theme--light-info, .heritage-report-card-theme--dark-info {
      width: 72%; } }
  .heritage-commentary-card-theme--light-info .heritage-card__title, .heritage-commentary-card-theme--dark-info .heritage-card__title {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    margin: 0 0 1.25rem;
    font-size: 2rem;
    line-height: 2.125rem;
    letter-spacing: -0.0125rem;
    display: inline-block; }
    @media screen and (min-width: 768px) {
      .heritage-commentary-card-theme--light-info .heritage-card__title, .heritage-commentary-card-theme--dark-info .heritage-card__title {
        margin-bottom: 1.0625rem;
        font-size: 2.25rem;
        line-height: 2.375rem; } }
    @media screen and (min-width: 1024px) {
      .heritage-card-theme--small .heritage-commentary-card-theme--light-info .heritage-card__title, .heritage-card-theme--small .heritage-commentary-card-theme--dark-info .heritage-card__title {
        font-size: 2rem;
        line-height: 2.125rem; } }
  .heritage-commentary-card-theme--light-author, .heritage-commentary-card-theme--dark-author {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    font-style: italic;
    font-size: 1.1875rem;
    margin-bottom: 0.375rem; }
  .heritage-commentary-card-theme--light-date, .heritage-commentary-card-theme--dark-date {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.6875rem;
    letter-spacing: -0.00625rem; }
    .heritage-commentary-card-theme--light-date span, .heritage-commentary-card-theme--dark-date span {
      font-weight: 300;
      margin-left: 0.4375rem; }
  .heritage-commentary-card-theme--light-arrow, .heritage-commentary-card-theme--dark-arrow {
    display: block;
    float: right;
    position: absolute;
    right: 40px;
    bottom: 36px; }
    .heritage-commentary-card-theme--light-arrow:focus, .heritage-commentary-card-theme--light-arrow:hover, .heritage-commentary-card-theme--dark-arrow:focus, .heritage-commentary-card-theme--dark-arrow:hover {
      text-decoration: none; }

.heritage-commentary-card-theme--light {
  background-color: #fff; }
  .heritage-commentary-card-theme--light .heritage-card-eyebrow {
    color: #264a59; }
  .heritage-commentary-card-theme--light-info h3 {
    color: #264a59; }
  .heritage-commentary-card-theme--light-author {
    color: #0093d0; }
  .heritage-commentary-card-theme--light-date {
    color: #264a59; }
    .heritage-commentary-card-theme--light-date span {
      color: #75a5c0; }
  .heritage-commentary-card-theme--light-arrow {
    color: #0093d0; }

.heritage-commentary-card-theme--dark {
  background-color: #22262c; }
  .heritage-commentary-card-theme--dark .heritage-card-eyebrow {
    color: #fff; }
  .heritage-commentary-card-theme--dark-info .heritage-card__title {
    color: #fff; }
  .heritage-commentary-card-theme--dark-author {
    color: #bee7f9; }
  .heritage-commentary-card-theme--dark-date {
    color: #fff; }
    .heritage-commentary-card-theme--dark-date span {
      color: #75a5c0; }
  .heritage-commentary-card-theme--dark-arrow {
    color: #c4d82d; }

.heritage-explainer-card {
  clear: both;
  height: 19rem;
  padding: 1.5625rem 1.25rem 0;
  position: relative; }
  @media screen and (min-width: 768px) {
    .heritage-explainer-card {
      padding: 1.625rem 2.5rem 0; } }
  @media screen and (min-width: 1024px) {
    .heritage-explainer-card {
      height: 21.875rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1279px) {
    .heritage-card-theme--small.heritage-explainer-card .heritage-explainer-card-summary,
    .heritage-card-theme--small.heritage-explainer-card .heritage-explainer-card-line {
      display: none; }
    .heritage-card-theme--small.heritage-explainer-card .heritage-card__title {
      font-size: 2.25rem;
      line-height: 2.375rem; } }
  .hovered._has-image.heritage-explainer-card .heritage-card-image-background {
    -ms-transform: scale(1);
    transform: scale(1); }
  .heritage-explainer-card .heritage-card-eyebrow {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-size: 0.6875rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 1.5625rem;
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 768px) {
      .heritage-explainer-card .heritage-card-eyebrow {
        margin-bottom: 26px; } }
  .heritage-explainer-card .heritage-icon-arrow_long {
    color: #c4d82d;
    display: block;
    float: right;
    transition: transform .3s ease; }
    .heritage-explainer-card .heritage-icon-arrow_long:focus, .heritage-explainer-card .heritage-icon-arrow_long:hover {
      text-decoration: none; }
  .heritage-explainer-card-wrap {
    overflow: hidden;
    clear: both;
    text-align: center;
    display: block;
    position: static; }
    .heritage-explainer-card-wrap:focus, .heritage-explainer-card-wrap:hover {
      text-decoration: none; }
    .heritage-explainer-card-wrap .heritage-card__title {
      font-family: 'Chronicle Display A', 'Chronicle Display B';
      font-weight: 300;
      font-size: 2rem;
      line-height: 2.125rem;
      text-align: center;
      color: #fff;
      margin: 0;
      display: block;
      width: 100%;
      position: relative;
      z-index: 1; }
      @media screen and (min-width: 768px) {
        .heritage-explainer-card-wrap .heritage-card__title {
          font-size: 2.25rem;
          line-height: 2.375rem; } }
      @media screen and (min-width: 1024px) {
        .heritage-card-theme--large .heritage-explainer-card-wrap .heritage-card__title {
          font-size: 3.125rem;
          line-height: 3.125rem; } }
    .heritage-explainer-card-wrap .heritage-explainer-card-summary {
      display: none; }
      @media screen and (min-width: 768px) {
        .heritage-explainer-card-wrap .heritage-explainer-card-summary {
          display: block; } }
    .heritage-explainer-card-wrap .heritage-explainer-card-summary * {
      font-family: 'Chronicle Display A', 'Chronicle Display B';
      font-weight: 200;
      font-size: 1.25rem;
      font-style: italic;
      letter-spacing: 0.0125rem;
      text-align: center;
      color: #fff;
      position: relative;
      z-index: 1;
      margin-top: 0.75rem; }
  .heritage-explainer-card-line {
    content: '';
    background: #c4d82d;
    width: 40%;
    height: 0.125rem;
    display: none;
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 768px) {
      .heritage-explainer-card-line {
        display: inline-block; } }

@media screen and (min-width: 1024px) {
  .heritage-card-theme--small {
    width: 40%;
    margin-right: 2%;
    float: left;
    display: block;
    clear: none; }
    .heritage-card-theme--small .heritage-card__title {
      font-size: 2rem;
      line-height: 2.125rem; }
    .heritage-card-theme--small .heritage-card-eyebrow {
      padding-left: 0; }
    .heritage-card-theme--small-wrap img {
      display: none; }
    .heritage-card-theme--small-info {
      width: auto;
      margin-left: 0; }
    .heritage-card-theme--small .featured-events__play {
      display: block;
      position: relative;
      z-index: 2; } }

@media screen and (min-width: 1024px) {
  .heritage-card-theme--medium {
    float: left;
    display: block;
    margin-right: 1.94175%;
    width: 49.02913%;
    clear: both; }
    .heritage-card-theme--medium:last-child {
      margin-right: 0; }
    .heritage-card-theme--medium .heritage-card-eyebrow {
      padding-left: 0.625rem; }
    .heritage-card-theme--medium-wrap img {
      width: 6.25rem;
      height: 6.25rem; }
    .heritage-card-theme--medium-info {
      width: 18.75rem;
      margin-left: 1.25rem; } }

@media screen and (min-width: 1024px) {
  .heritage-card-theme--large {
    width: 58%;
    margin-right: 2%;
    float: left;
    display: block;
    clear: none; }
    .heritage-card-theme--large .featured-events__play {
      display: block;
      position: relative;
      z-index: 2; } }

select {
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.button-base, .button-blue, .issue-breaker__button, .button-dark-blue, .article-body__read-more, .button-light-blue, .path-contact .contact__contact-forms .mktoButton, .page-node-type-person .expert__request .featherlight-content .mktoButton {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  cursor: pointer;
  display: block;
  border-style: none;
  color: #fff;
  transition: background-color .3s ease; }

.button-blue, .issue-breaker__button {
  background-color: #264a59; }
  .button-blue:focus, .issue-breaker__button:focus, .button-blue:hover, .issue-breaker__button:hover {
    background-color: #386274; }

.button-dark-blue, .article-body__read-more {
  background-color: #252a2f; }
  .button-dark-blue:focus, .article-body__read-more:focus, .button-dark-blue:hover, .article-body__read-more:hover {
    background-color: #292e35; }
    .button-dark-blue:focus i, .article-body__read-more:focus i, .button-dark-blue:hover i, .article-body__read-more:hover i {
      color: #c4d82d; }

.button-light-blue {
  background-color: #6193b4;
  font-weight: 300; }

.button-more, .issue-landing .pager__item a {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  color: #264a59;
  border: none;
  display: block;
  border-bottom: #c5d1d8 4px solid;
  background-color: transparent;
  transition: all .3 ease;
  position: relative; }
  .button-more a:focus, .issue-landing .pager__item a a:focus, .button-more:focus, .issue-landing .pager__item a:focus,
  .button-more a:hover,
  .issue-landing .pager__item a a:hover, .button-more:hover, .issue-landing .pager__item a:hover {
    text-decoration: none; }
  .button-more i, .issue-landing .pager__item a i {
    font-size: 24px;
    color: #0093d0; }
  .button-more:after, .issue-landing .pager__item a:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -4px;
    height: 4px;
    transition: all .3s ease;
    background-color: #0093d0; }
  .button-more:focus, .issue-landing .pager__item a:focus, .button-more:hover, .issue-landing .pager__item a:hover, .button-more.active, .issue-landing .pager__item a.active {
    color: #0093d0;
    text-decoration: none; }
    .button-more:focus i, .issue-landing .pager__item a:focus i, .button-more:hover i, .issue-landing .pager__item a:hover i, .button-more.active i, .issue-landing .pager__item a.active i {
      color: #0093d0; }
    .button-more:focus:after, .issue-landing .pager__item a:focus:after, .button-more:hover:after, .issue-landing .pager__item a:hover:after, .button-more.active:after, .issue-landing .pager__item a.active:after {
      left: 0;
      right: 0; }
  .button-more._inactive, .issue-landing .pager__item a._inactive {
    opacity: 0;
    height: 0;
    padding: 0; }

body.bodyNoScroll {
  overflow: hidden; }

/*!
 * tabbyjs v12.0.3
 * Lightweight, accessible vanilla JS toggle tabs.
 * (c) 2019 Chris Ferdinandi
 * MIT License
 * http://github.com/cferdinandi/tabby
 */
/**
 * The tablist
 */
[role="tablist"] {
  border-bottom: 1px solid lightgray;
  list-style: none;
  margin: 0;
  padding: 0; }

[role="tablist"] * {
  box-sizing: border-box; }

/**
 * The tablist item
 */
@media (min-width: 30em) {
  [role="tablist"] li {
    display: inline-block; } }

/**
 * The tabs
 */
[role="tab"] {
  border: 1px solid transparent;
  border-top-color: lightgray;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  /**
	 * Active tab styling
	 */
  /**
	 * Tabs on hover
	 */ }

@media (min-width: 30em) {
  [role="tab"] {
    border-top-color: transparent;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    display: inline-block;
    margin-bottom: -1px; } }

[role="tab"][aria-selected="true"] {
  background-color: lightgray; }

@media (min-width: 30em) {
  [role="tab"][aria-selected="true"] {
    background-color: transparent;
    border: 1px solid lightgray;
    border-bottom-color: #ffffff; } }

[role="tab"]:hover:not([aria-selected="true"]) {
  background-color: #f7f7f7; }

@media (min-width: 30em) {
  [role="tab"]:hover:not([aria-selected="true"]) {
    border: 1px solid lightgray; } }

/**
 * [hidden] fallback for IE10 and lower
 */
[hidden] {
  display: none; }

.report._legacy .article__body-copy > * > p:not(.article__references-reference):not(.tooltip__paragraph):not(.parallax-breaker__text):first-child:first-letter,
.lectures._legacy .article__body-copy > * > p:not(.article__references-reference):not(.tooltip__paragraph):not(.parallax-breaker__text):first-child:first-letter {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  padding: inherit;
  font-size: inherit;
  line-height: inherit;
  float: inherit;
  margin-right: inherit; }

.report._legacy .article-summary,
.lectures._legacy .article-summary {
  display: none; }

.report._legacy .body__spacer,
.lectures._legacy .body__spacer {
  display: none; }

.report._legacy .article__body-copy blockquote,
.lectures._legacy .article__body-copy blockquote {
  clear: none;
  width: auto;
  display: -ms-flexbox;
  display: flex; }

.page-node-type-report .transported-item {
  overflow: visible; }

.report,
.lectures {
  z-index: 1;
  padding-top: 3.125rem; }
  .report .key-takeaways:first-child,
  .lectures .key-takeaways:first-child {
    margin-top: -27px; }
  .report .article-summary:last-child,
  .lectures .article-summary:last-child {
    display: inline-block; }
  .report .article-summary,
  .lectures .article-summary {
    padding-bottom: 0; }
  .report .report__section-wrapper,
  .report .lectures__section-wrapper,
  .lectures .report__section-wrapper,
  .lectures .lectures__section-wrapper {
    position: relative;
    clear: both; }
  .report .article-headline,
  .lectures .article-headline {
    margin-bottom: 1.625rem;
    margin-top: 2.1875rem; }
  .report .key-takeaways,
  .lectures .key-takeaways {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px); }
  .report .key-takeaways__copy-one,
  .lectures .key-takeaways__copy-one {
    margin-top: 0; }
  .report .report__social-container,
  .report .lectures__social-container,
  .lectures .report__social-container,
  .lectures .lectures__social-container {
    clear: both;
    text-align: center; }
  .report .article__social-icon,
  .lectures .article__social-icon {
    margin-bottom: 0; }
  .report .key-stats,
  .lectures .key-stats {
    padding: 0 1.25rem; }
  .report .article-general-info span,
  .lectures .article-general-info span {
    margin-right: 10px; }

@media screen and (min-width: 768px) {
  .report,
  .lectures {
    margin-top: 9.3125rem;
    padding-top: 0;
    position: relative; }
    .report .key-takeaways:first-child,
    .lectures .key-takeaways:first-child {
      margin-top: -34px;
      margin-bottom: -208px; }
    .report .article-summary:last-child,
    .lectures .article-summary:last-child {
      padding-bottom: 30px; }
    .report .article-summary__wrapper + .key-takeaways,
    .lectures .article-summary__wrapper + .key-takeaways {
      margin-top: 30px; }
    .report .article-headline,
    .report .article-general-info,
    .lectures .article-headline,
    .lectures .article-general-info {
      float: left;
      display: block;
      margin-right: 2.43902%;
      width: 74.39024%;
      margin-left: 12.80488%; }
      .report .article-headline:last-child,
      .report .article-general-info:last-child,
      .lectures .article-headline:last-child,
      .lectures .article-general-info:last-child {
        margin-right: 0; }
    .report .article-headline,
    .lectures .article-headline {
      margin-top: 1.3125rem; }
    .report .article-summary,
    .lectures .article-summary {
      width: calc(87.19512% + 20px);
      margin-right: -1.25rem; }
    .report .key-takeaways,
    .lectures .key-takeaways {
      float: left;
      display: block;
      margin-right: 2.7972%;
      width: 100%;
      margin-left: calc((100vw - 40px) * -.128488 - 20px);
      top: 0;
      border-top: none; }
      .report .key-takeaways:last-child,
      .lectures .key-takeaways:last-child {
        margin-right: 0; }
    .report .key-stats,
    .lectures .key-stats {
      padding: 0; }
    .report .report__social-container,
    .report .lectures__social-container,
    .lectures .report__social-container,
    .lectures .lectures__social-container {
      right: 1.25rem; } }

@media screen and (min-width: 1024px) {
  .report._legacy .article__body-copy,
  .lectures._legacy .article__body-copy {
    margin-top: 28px; }
  .report._legacy .body__spacer,
  .lectures._legacy .body__spacer {
    position: relative;
    float: left;
    width: 56%;
    height: 330px;
    left: -42.6%;
    margin-right: -35%;
    margin-bottom: 20px;
    visibility: hidden;
    opacity: 0;
    background: red;
    display: block; }
  .report._legacy .article__sticky-track.has-body,
  .lectures._legacy .article__sticky-track.has-body {
    height: 520px; }
  .report,
  .lectures {
    margin-top: 9.8125rem; }
    .report .article-summary__wrapper._min-height,
    .lectures .article-summary__wrapper._min-height {
      min-height: 330px; }
    .report .article-summary:last-child,
    .lectures .article-summary:last-child {
      padding-bottom: 50px; }
    .report .key-takeaways:first-child,
    .lectures .key-takeaways:first-child {
      margin-left: 16%;
      margin-bottom: -200px;
      margin-top: 0; }
      .report .key-takeaways:first-child .key-takeaways__wrapper,
      .lectures .key-takeaways:first-child .key-takeaways__wrapper {
        padding-left: 15%; }
    .report .contributor-card + .article-summary .article-summary__summary,
    .lectures .contributor-card + .article-summary .article-summary__summary {
      min-height: 60px; }
    .report .impact__eyebrow,
    .lectures .impact__eyebrow {
      float: left;
      display: block;
      margin-right: 1.6129%;
      width: 49.19355%;
      margin-left: 8.46774%; }
      .report .impact__eyebrow:last-child,
      .lectures .impact__eyebrow:last-child {
        margin-right: 0; }
    .report .article-headline,
    .lectures .article-headline {
      margin-top: 0.625rem; }
    .report .article-general-info,
    .report .article-headline,
    .lectures .article-general-info,
    .lectures .article-headline {
      float: left;
      display: block;
      margin-right: 1.6129%;
      width: 91.53226%;
      margin-left: 8.46774%; }
      .report .article-general-info:last-child,
      .report .article-headline:last-child,
      .lectures .article-general-info:last-child,
      .lectures .article-headline:last-child {
        margin-right: 0; }
    .report .article-summary__wrapper,
    .lectures .article-summary__wrapper {
      padding-top: 2.125rem;
      margin-left: -20px; }
    .report .report__social-container,
    .report .lectures__social-container,
    .lectures .report__social-container,
    .lectures .lectures__social-container {
      right: 2rem; }
    .report .article-summary,
    .lectures .article-summary {
      margin-right: 0;
      width: calc(83.06452% + 32px);
      margin-left: calc(16.93548% - 32px);
      right: -2rem;
      position: relative;
      z-index: 1;
      padding-top: 0; }
      .report .article-summary .pull-quote,
      .report .article-summary .key-stats,
      .lectures .article-summary .pull-quote,
      .lectures .article-summary .key-stats {
        margin-right: 0;
        margin-right: -20px; } }
      @media screen and (min-width: 1024px) and (min-width: 768px) {
        .report .article-summary .pull-quote,
        .report .article-summary .key-stats,
        .lectures .article-summary .pull-quote,
        .lectures .article-summary .key-stats {
          margin-right: -20px; } }
      @media screen and (min-width: 1024px) and (min-width: 1024px) {
        .report .article-summary .pull-quote,
        .report .article-summary .key-stats,
        .lectures .article-summary .pull-quote,
        .lectures .article-summary .key-stats {
          margin-right: -32px; } }

@media screen and (min-width: 1024px) {
        .report .article-summary .pull-quote:first-child,
        .report .article-summary .key-stats:first-child,
        .lectures .article-summary .pull-quote:first-child,
        .lectures .article-summary .key-stats:first-child {
          margin-top: 0; }
      .report .article-summary .key-stats__stat-container,
      .report .article-summary .key-stats__key-stat-text,
      .lectures .article-summary .key-stats__stat-container,
      .lectures .article-summary .key-stats__key-stat-text {
        float: left;
        display: block;
        margin-right: 2.43902%;
        width: 61.58537%;
        margin-left: 25.60976%; }
        .report .article-summary .key-stats__stat-container:last-child,
        .report .article-summary .key-stats__key-stat-text:last-child,
        .lectures .article-summary .key-stats__stat-container:last-child,
        .lectures .article-summary .key-stats__key-stat-text:last-child {
          margin-right: 0; }
      .report .article-summary .key-stats__key-stat-number,
      .lectures .article-summary .key-stats__key-stat-number {
        font-size: 11.875rem; }
      .report .article-summary .key-stats__key-stat-suffix,
      .lectures .article-summary .key-stats__key-stat-suffix {
        font-size: 5rem; }
      .contributor-card + .report .article-summary .article-summary__summary, .contributor-card +
      .lectures .article-summary .article-summary__summary {
        min-height: none; }
    .report .key-takeaways,
    .lectures .key-takeaways {
      float: left;
      display: block;
      margin-right: 1.94175%;
      width: 89.80583%;
      margin-left: 0;
      margin-right: 0; }
      .report .key-takeaways:last-child,
      .lectures .key-takeaways:last-child {
        margin-right: 0; }
    .report .key-takeaways__wrapper,
    .lectures .key-takeaways__wrapper {
      padding-left: 20px; }
    .report .key-takeaways__heading,
    .report .key-takeaways__takeaway,
    .lectures .key-takeaways__heading,
    .lectures .key-takeaways__takeaway {
      margin-left: 0; }
    .report .key-takeaways__takeaway,
    .lectures .key-takeaways__takeaway {
      width: calc(100%); }
    .report .key-takeaways__heading,
    .lectures .key-takeaways__heading {
      margin: 0 0 0.625rem;
      font-size: 0.875rem;
      line-height: 2.57; }
    .report .key-takeaways__wrapper,
    .lectures .key-takeaways__wrapper {
      padding-bottom: 1.375rem; }
    .report .pull-quote__quote-mark,
    .lectures .pull-quote__quote-mark {
      left: 4.375rem; }
    .report .pull-quote__quote-wrapper,
    .lectures .pull-quote__quote-wrapper {
      padding-left: 11.25rem; }
    .report .article__social-container,
    .lectures .article__social-container {
      background-color: #fff; }
      .report .article__social-container._sticky,
      .lectures .article__social-container._sticky {
        position: fixed;
        top: 25px;
        z-index: 4;
        padding: 1.25rem 2.3125rem 1.125rem;
        width: 6.5625rem; }
        .report .article__social-container._sticky a,
        .lectures .article__social-container._sticky a {
          display: block;
          margin-bottom: 0.9375rem; } }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

.heritage-report-card-theme--light, .heritage-report-card-theme--dark {
  clear: both;
  overflow: hidden;
  height: 19rem;
  padding: 1.5625rem 1.25rem 0;
  position: relative; }
  @media screen and (min-width: 1024px) {
    .heritage-report-card-theme--light, .heritage-report-card-theme--dark {
      height: 21.875rem; } }
  .heritage-report-card-theme--light .heritage-card-eyebrow, .heritage-report-card-theme--dark .heritage-card-eyebrow {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-size: 0.6875rem;
    font-weight: 500;
    margin-bottom: 1.5625rem; }
    @media screen and (min-width: 768px) {
      .heritage-report-card-theme--light .heritage-card-eyebrow, .heritage-report-card-theme--dark .heritage-card-eyebrow {
        margin-bottom: 2.1875rem; } }
    @media screen and (min-width: 1024px) {
      .heritage-report-card-theme--light .heritage-card-eyebrow, .heritage-report-card-theme--dark .heritage-card-eyebrow {
        margin-bottom: 3.4375rem; } }
  .heritage-report-card-theme--light .heritage-card__title, .heritage-report-card-theme--dark .heritage-card__title {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    margin: 0 0 1.25rem;
    font-size: 2rem;
    line-height: 2.125rem;
    letter-spacing: -0.0125rem;
    transition: none;
    transition: border .1s ease;
    display: inline-block; }
    @media screen and (min-width: 768px) {
      .heritage-report-card-theme--light .heritage-card__title, .heritage-report-card-theme--dark .heritage-card__title {
        margin-bottom: 1.0625rem;
        font-size: 2.25rem;
        line-height: 2.375rem; } }
    @media screen and (min-width: 1024px) {
      .heritage-card-theme--small .heritage-report-card-theme--light .heritage-card__title, .heritage-card-theme--small .heritage-report-card-theme--dark .heritage-card__title {
        font-size: 2rem;
        line-height: 2.125rem; } }
    .heritage-report-card-theme--light .heritage-card__title:focus, .heritage-report-card-theme--light .heritage-card__title:hover, .heritage-report-card-theme--light .heritage-card__title:active, .heritage-report-card-theme--dark .heritage-card__title:focus, .heritage-report-card-theme--dark .heritage-card__title:hover, .heritage-report-card-theme--dark .heritage-card__title:active {
      color: #c4d82d; }
  .heritage-report-card-theme--light-author, .heritage-report-card-theme--dark-author {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    font-style: italic;
    font-size: 1.1875rem;
    margin-bottom: 0.375rem;
    margin-top: 0.3125rem; }
  .heritage-report-card-theme--light-date, .heritage-report-card-theme--dark-date {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.6875rem;
    letter-spacing: -0.00625rem;
    display: block; }
    .heritage-report-card-theme--light-date span, .heritage-report-card-theme--dark-date span {
      font-weight: 300;
      margin-left: 0.4375rem; }
  .heritage-report-card-theme--light-arrow, .heritage-report-card-theme--dark-arrow {
    display: block;
    float: right;
    position: absolute;
    right: 40px;
    bottom: 36px;
    z-index: 4; }
    .heritage-report-card-theme--light-arrow:focus, .heritage-report-card-theme--light-arrow:hover, .heritage-report-card-theme--dark-arrow:focus, .heritage-report-card-theme--dark-arrow:hover {
      text-decoration: none; }
  @media screen and (min-width: 768px) {
    .heritage-report-card-theme--light, .heritage-report-card-theme--dark {
      height: 21.875rem;
      padding: 1.5625rem 2.5rem 0; } }

.heritage-report-card-theme--light {
  background-color: #fff; }
  .heritage-report-card-theme--light .heritage-card-eyebrow {
    color: #264a59; }
  .heritage-report-card-theme--light .heritage-card__title {
    color: #264a59; }
    .heritage-report-card-theme--light .heritage-card__title:focus span, .heritage-report-card-theme--light .heritage-card__title:hover span, .heritage-report-card-theme--light .heritage-card__title:active span {
      color: #264a59; }
  .heritage-report-card-theme--light-author {
    color: #111d22; }
    .heritage-report-card-theme--light-author a {
      color: #0093d0;
      cursor: pointer; }
  .heritage-report-card-theme--light-date {
    color: #264a59; }
    .heritage-report-card-theme--light-date span {
      color: #75a5c0; }
  .heritage-report-card-theme--light-arrow {
    color: #0093d0; }

.heritage-report-card-theme--dark {
  background-color: #22262c; }
  .heritage-report-card-theme--dark .heritage-card-eyebrow {
    color: #fff; }
  .heritage-report-card-theme--dark .heritage-card__title {
    color: #fff; }
    .heritage-report-card-theme--dark .heritage-card__title:focus span, .heritage-report-card-theme--dark .heritage-card__title:hover span, .heritage-report-card-theme--dark .heritage-card__title:active span {
      color: #fff; }
  .heritage-report-card-theme--dark-author {
    color: #bee7f9; }
    .heritage-report-card-theme--dark-author a {
      color: #bee7f9; }
  .heritage-report-card-theme--dark-date {
    color: #fff; }
    .heritage-report-card-theme--dark-date span {
      color: #bee7f9; }
  .heritage-report-card-theme--dark-arrow {
    color: #c4d82d; }

.commentary-author-image-wrapper {
  display: none; }
  @media screen and (min-width: 768px) {
    .commentary-author-image-wrapper {
      position: relative;
      display: inline-block;
      float: left;
      margin-top: 1.5625rem;
      border-radius: 50%;
      max-width: min(28% - 20px, 100% - 370px);
      width: auto;
      overflow: hidden; }
      .commentary-author-image-wrapper:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #c5d1d8;
        z-index: 0; }
      .commentary-author-image-wrapper:after {
        border-radius: 50%; }
      .commentary-author-image-wrapper img {
        position: relative;
        z-index: 1;
        border-radius: 50%; } }

.heritage-commentary-card-theme--light, .heritage-commentary-card-theme--dark {
  clear: both;
  overflow: hidden;
  height: 19rem;
  padding: 1.5625rem 1.25rem 0; }
  @media screen and (min-width: 768px) {
    .heritage-commentary-card-theme--light, .heritage-commentary-card-theme--dark {
      padding-left: 2.5rem; } }
  @media screen and (min-width: 1024px) {
    .heritage-commentary-card-theme--light, .heritage-commentary-card-theme--dark {
      height: 21.875rem; } }
  .heritage-commentary-card-theme--light .heritage-card-eyebrow, .heritage-commentary-card-theme--dark .heritage-card-eyebrow {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-size: 0.6875rem;
    font-weight: 300;
    margin-bottom: 0.3125rem; }
    @media screen and (min-width: 768px) {
      .heritage-commentary-card-theme--light .heritage-card-eyebrow, .heritage-commentary-card-theme--dark .heritage-card-eyebrow {
        display: block;
        padding-left: 1.25rem;
        margin-bottom: 1.25rem; } }
  @media screen and (min-width: 768px) {
    .heritage-commentary-card-theme--light-wrap::after, .heritage-commentary-card-theme--dark-wrap::after {
      clear: both;
      content: '';
      display: table; } }
  .heritage-commentary-card-theme--light-wrap img, .heritage-commentary-card-theme--dark-wrap img {
    display: none; }
    @media screen and (min-width: 768px) {
      .heritage-commentary-card-theme--light-wrap img, .heritage-commentary-card-theme--dark-wrap img {
        display: block;
        width: 100%;
        float: left; } }
  @media screen and (min-width: 768px) {
    .heritage-commentary-card-theme--light-info, .heritage-commentary-card-theme--dark-info,
    .heritage-report-card-theme--light-info, .heritage-report-card-theme--dark-info {
      float: left;
      width: 21.875rem;
      margin-left: 1.25rem; } }
  @media screen and (min-width: 1280px) {
    .heritage-commentary-card-theme--light-info, .heritage-commentary-card-theme--dark-info,
    .heritage-report-card-theme--light-info, .heritage-report-card-theme--dark-info {
      width: 72%; } }
  .heritage-commentary-card-theme--light-info .heritage-card__title, .heritage-commentary-card-theme--dark-info .heritage-card__title {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    margin: 0 0 1.25rem;
    font-size: 2rem;
    line-height: 2.125rem;
    letter-spacing: -0.0125rem;
    display: inline-block; }
    @media screen and (min-width: 768px) {
      .heritage-commentary-card-theme--light-info .heritage-card__title, .heritage-commentary-card-theme--dark-info .heritage-card__title {
        margin-bottom: 1.0625rem;
        font-size: 2.25rem;
        line-height: 2.375rem; } }
    @media screen and (min-width: 1024px) {
      .heritage-card-theme--small .heritage-commentary-card-theme--light-info .heritage-card__title, .heritage-card-theme--small .heritage-commentary-card-theme--dark-info .heritage-card__title {
        font-size: 2rem;
        line-height: 2.125rem; } }
  .heritage-commentary-card-theme--light-author, .heritage-commentary-card-theme--dark-author {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    font-style: italic;
    font-size: 1.1875rem;
    margin-bottom: 0.375rem; }
  .heritage-commentary-card-theme--light-date, .heritage-commentary-card-theme--dark-date {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.6875rem;
    letter-spacing: -0.00625rem; }
    .heritage-commentary-card-theme--light-date span, .heritage-commentary-card-theme--dark-date span {
      font-weight: 300;
      margin-left: 0.4375rem; }
  .heritage-commentary-card-theme--light-arrow, .heritage-commentary-card-theme--dark-arrow {
    display: block;
    float: right;
    position: absolute;
    right: 40px;
    bottom: 36px; }
    .heritage-commentary-card-theme--light-arrow:focus, .heritage-commentary-card-theme--light-arrow:hover, .heritage-commentary-card-theme--dark-arrow:focus, .heritage-commentary-card-theme--dark-arrow:hover {
      text-decoration: none; }

.heritage-commentary-card-theme--light {
  background-color: #fff; }
  .heritage-commentary-card-theme--light .heritage-card-eyebrow {
    color: #264a59; }
  .heritage-commentary-card-theme--light-info h3 {
    color: #264a59; }
  .heritage-commentary-card-theme--light-author {
    color: #0093d0; }
  .heritage-commentary-card-theme--light-date {
    color: #264a59; }
    .heritage-commentary-card-theme--light-date span {
      color: #75a5c0; }
  .heritage-commentary-card-theme--light-arrow {
    color: #0093d0; }

.heritage-commentary-card-theme--dark {
  background-color: #22262c; }
  .heritage-commentary-card-theme--dark .heritage-card-eyebrow {
    color: #fff; }
  .heritage-commentary-card-theme--dark-info .heritage-card__title {
    color: #fff; }
  .heritage-commentary-card-theme--dark-author {
    color: #bee7f9; }
  .heritage-commentary-card-theme--dark-date {
    color: #fff; }
    .heritage-commentary-card-theme--dark-date span {
      color: #75a5c0; }
  .heritage-commentary-card-theme--dark-arrow {
    color: #c4d82d; }

.heritage-explainer-card {
  clear: both;
  height: 19rem;
  padding: 1.5625rem 1.25rem 0;
  position: relative; }
  @media screen and (min-width: 768px) {
    .heritage-explainer-card {
      padding: 1.625rem 2.5rem 0; } }
  @media screen and (min-width: 1024px) {
    .heritage-explainer-card {
      height: 21.875rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1279px) {
    .heritage-card-theme--small.heritage-explainer-card .heritage-explainer-card-summary,
    .heritage-card-theme--small.heritage-explainer-card .heritage-explainer-card-line {
      display: none; }
    .heritage-card-theme--small.heritage-explainer-card .heritage-card__title {
      font-size: 2.25rem;
      line-height: 2.375rem; } }
  .hovered._has-image.heritage-explainer-card .heritage-card-image-background {
    -ms-transform: scale(1);
    transform: scale(1); }
  .heritage-explainer-card .heritage-card-eyebrow {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-size: 0.6875rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 1.5625rem;
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 768px) {
      .heritage-explainer-card .heritage-card-eyebrow {
        margin-bottom: 26px; } }
  .heritage-explainer-card .heritage-icon-arrow_long {
    color: #c4d82d;
    display: block;
    float: right;
    transition: transform .3s ease; }
    .heritage-explainer-card .heritage-icon-arrow_long:focus, .heritage-explainer-card .heritage-icon-arrow_long:hover {
      text-decoration: none; }
  .heritage-explainer-card-wrap {
    overflow: hidden;
    clear: both;
    text-align: center;
    display: block;
    position: static; }
    .heritage-explainer-card-wrap:focus, .heritage-explainer-card-wrap:hover {
      text-decoration: none; }
    .heritage-explainer-card-wrap .heritage-card__title {
      font-family: 'Chronicle Display A', 'Chronicle Display B';
      font-weight: 300;
      font-size: 2rem;
      line-height: 2.125rem;
      text-align: center;
      color: #fff;
      margin: 0;
      display: block;
      width: 100%;
      position: relative;
      z-index: 1; }
      @media screen and (min-width: 768px) {
        .heritage-explainer-card-wrap .heritage-card__title {
          font-size: 2.25rem;
          line-height: 2.375rem; } }
      @media screen and (min-width: 1024px) {
        .heritage-card-theme--large .heritage-explainer-card-wrap .heritage-card__title {
          font-size: 3.125rem;
          line-height: 3.125rem; } }
    .heritage-explainer-card-wrap .heritage-explainer-card-summary {
      display: none; }
      @media screen and (min-width: 768px) {
        .heritage-explainer-card-wrap .heritage-explainer-card-summary {
          display: block; } }
    .heritage-explainer-card-wrap .heritage-explainer-card-summary * {
      font-family: 'Chronicle Display A', 'Chronicle Display B';
      font-weight: 200;
      font-size: 1.25rem;
      font-style: italic;
      letter-spacing: 0.0125rem;
      text-align: center;
      color: #fff;
      position: relative;
      z-index: 1;
      margin-top: 0.75rem; }
  .heritage-explainer-card-line {
    content: '';
    background: #c4d82d;
    width: 40%;
    height: 0.125rem;
    display: none;
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 768px) {
      .heritage-explainer-card-line {
        display: inline-block; } }

@media screen and (min-width: 1024px) {
  .heritage-card-theme--small {
    width: 40%;
    margin-right: 2%;
    float: left;
    display: block;
    clear: none; }
    .heritage-card-theme--small .heritage-card__title {
      font-size: 2rem;
      line-height: 2.125rem; }
    .heritage-card-theme--small .heritage-card-eyebrow {
      padding-left: 0; }
    .heritage-card-theme--small-wrap img {
      display: none; }
    .heritage-card-theme--small-info {
      width: auto;
      margin-left: 0; }
    .heritage-card-theme--small .featured-events__play {
      display: block;
      position: relative;
      z-index: 2; } }

@media screen and (min-width: 1024px) {
  .heritage-card-theme--medium {
    float: left;
    display: block;
    margin-right: 1.94175%;
    width: 49.02913%;
    clear: both; }
    .heritage-card-theme--medium:last-child {
      margin-right: 0; }
    .heritage-card-theme--medium .heritage-card-eyebrow {
      padding-left: 0.625rem; }
    .heritage-card-theme--medium-wrap img {
      width: 6.25rem;
      height: 6.25rem; }
    .heritage-card-theme--medium-info {
      width: 18.75rem;
      margin-left: 1.25rem; } }

@media screen and (min-width: 1024px) {
  .heritage-card-theme--large {
    width: 58%;
    margin-right: 2%;
    float: left;
    display: block;
    clear: none; }
    .heritage-card-theme--large .featured-events__play {
      display: block;
      position: relative;
      z-index: 2; } }

select {
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.button-base, .button-blue, .issue-breaker__button, .button-dark-blue, .article-body__read-more, .button-light-blue, .path-contact .contact__contact-forms .mktoButton, .page-node-type-person .expert__request .featherlight-content .mktoButton {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  cursor: pointer;
  display: block;
  border-style: none;
  color: #fff;
  transition: background-color .3s ease; }

.button-blue, .issue-breaker__button {
  background-color: #264a59; }
  .button-blue:focus, .issue-breaker__button:focus, .button-blue:hover, .issue-breaker__button:hover {
    background-color: #386274; }

.button-dark-blue, .article-body__read-more {
  background-color: #252a2f; }
  .button-dark-blue:focus, .article-body__read-more:focus, .button-dark-blue:hover, .article-body__read-more:hover {
    background-color: #292e35; }
    .button-dark-blue:focus i, .article-body__read-more:focus i, .button-dark-blue:hover i, .article-body__read-more:hover i {
      color: #c4d82d; }

.button-light-blue {
  background-color: #6193b4;
  font-weight: 300; }

.button-more, .issue-landing .pager__item a {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  color: #264a59;
  border: none;
  display: block;
  border-bottom: #c5d1d8 4px solid;
  background-color: transparent;
  transition: all .3 ease;
  position: relative; }
  .button-more a:focus, .issue-landing .pager__item a a:focus, .button-more:focus, .issue-landing .pager__item a:focus,
  .button-more a:hover,
  .issue-landing .pager__item a a:hover, .button-more:hover, .issue-landing .pager__item a:hover {
    text-decoration: none; }
  .button-more i, .issue-landing .pager__item a i {
    font-size: 24px;
    color: #0093d0; }
  .button-more:after, .issue-landing .pager__item a:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -4px;
    height: 4px;
    transition: all .3s ease;
    background-color: #0093d0; }
  .button-more:focus, .issue-landing .pager__item a:focus, .button-more:hover, .issue-landing .pager__item a:hover, .button-more.active, .issue-landing .pager__item a.active {
    color: #0093d0;
    text-decoration: none; }
    .button-more:focus i, .issue-landing .pager__item a:focus i, .button-more:hover i, .issue-landing .pager__item a:hover i, .button-more.active i, .issue-landing .pager__item a.active i {
      color: #0093d0; }
    .button-more:focus:after, .issue-landing .pager__item a:focus:after, .button-more:hover:after, .issue-landing .pager__item a:hover:after, .button-more.active:after, .issue-landing .pager__item a.active:after {
      left: 0;
      right: 0; }
  .button-more._inactive, .issue-landing .pager__item a._inactive {
    opacity: 0;
    height: 0;
    padding: 0; }

body.bodyNoScroll {
  overflow: hidden; }

/*!
 * tabbyjs v12.0.3
 * Lightweight, accessible vanilla JS toggle tabs.
 * (c) 2019 Chris Ferdinandi
 * MIT License
 * http://github.com/cferdinandi/tabby
 */
/**
 * The tablist
 */
[role="tablist"] {
  border-bottom: 1px solid lightgray;
  list-style: none;
  margin: 0;
  padding: 0; }

[role="tablist"] * {
  box-sizing: border-box; }

/**
 * The tablist item
 */
@media (min-width: 30em) {
  [role="tablist"] li {
    display: inline-block; } }

/**
 * The tabs
 */
[role="tab"] {
  border: 1px solid transparent;
  border-top-color: lightgray;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  /**
	 * Active tab styling
	 */
  /**
	 * Tabs on hover
	 */ }

@media (min-width: 30em) {
  [role="tab"] {
    border-top-color: transparent;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    display: inline-block;
    margin-bottom: -1px; } }

[role="tab"][aria-selected="true"] {
  background-color: lightgray; }

@media (min-width: 30em) {
  [role="tab"][aria-selected="true"] {
    background-color: transparent;
    border: 1px solid lightgray;
    border-bottom-color: #ffffff; } }

[role="tab"]:hover:not([aria-selected="true"]) {
  background-color: #f7f7f7; }

@media (min-width: 30em) {
  [role="tab"]:hover:not([aria-selected="true"]) {
    border: 1px solid lightgray; } }

/**
 * [hidden] fallback for IE10 and lower
 */
[hidden] {
  display: none; }

.event-detail li {
  list-style-position: outside;
  margin-left: 1.25rem; }

.event-detail ul li {
  list-style-type: disc; }

.event-detail.event-past-video > .article__eyebrow {
  display: none; }

.event-detail .event__headline {
  margin-top: 0; }

.event-detail .article__eyebrow {
  margin-bottom: 1.5625rem; }

.event-detail .article__social-icon {
  margin-bottom: 36px; }

.event-detail .person-list-small {
  padding-bottom: 10px; }

.event-detail .article__social-container {
  margin-top: 25px;
  border-top: #c5d1d8 1px solid;
  padding-top: 39px; }

.event-detail.event-live .article__eyebrow {
  color: #fff; }

.event-detail.event-live > .article__eyebrow {
  display: none; }

.event-detail .person-list-small__panelist .person-list-small__image-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(24, 73, 99, 0.2);
  z-index: 0; }

.event-detail .person-list-small__panelist .person-list-small__image-wrapper img {
  z-index: 0; }

.event-detail .person-list-small__panelist.hovered .person-list-small__image-wrapper:after {
  background: rgba(24, 73, 99, 0.2); }

@media screen and (min-width: 768px) {
  .event-detail {
    /* padding-top: 9.3125rem; */
    position: relative; }
    .event-detail .article__eyebrow {
      margin-left: 12.80488%;
      margin-top: 0.625rem;
      margin-bottom: 2.5rem; }
    .event-detail .article__social-container {
      position: absolute;
      top: 10rem;
      right: 1rem;
      margin-top: 0; }
    .event-detail.event-live .event__wrapper, .event-detail.event-past .event__wrapper {
      padding-top: 2.875rem; }
    .event-detail .article__social-container {
      border-top: none;
      padding-top: 0;
      margin-top: 0;
      top: 11.1875rem; }
    .event-detail.event-live .article__social-container a {
      border: 1px solid rgba(229, 231, 232, 0.4); }
      .event-detail.event-live .article__social-container a:before {
        color: #fff; }
      .event-detail.event-live .article__social-container a:focus, .event-detail.event-live .article__social-container a:hover {
        border-color: #e5e7e8; }
    .event-detail.event-past-video, .event-detail.event-live {
      padding-top: 0; }
      .event-detail.event-past-video .event__section-wrapper, .event-detail.event-live .event__section-wrapper {
        margin-top: -5.625rem; }
      .event-detail.event-past-video .event__summary-wrapper, .event-detail.event-live .event__summary-wrapper {
        padding-top: 7.6875rem; }
      .event-detail.event-past-video .video__headline-wrapper, .event-detail.event-live .video__headline-wrapper {
        padding-top: 9.3125rem; }
        .event-detail.event-past-video .video__headline-wrapper .headline, .event-detail.event-live .video__headline-wrapper .headline {
          font-family: 'Chronicle Display A', 'Chronicle Display B';
          font-weight: 300;
          font-size: 3.75rem;
          line-height: .966666667; }
          .event-detail.event-past-video .video__headline-wrapper .headline .headline__date, .event-detail.event-live .video__headline-wrapper .headline .headline__date {
            font-size: 3.125rem;
            line-height: 1.16; }
      .event-detail.event-past-video .article__eyebrow, .event-detail.event-live .article__eyebrow {
        margin-top: 30px; } }

@media screen and (min-width: 1024px) {
  /* .event-detail {
    padding-top: 9.8125rem; } */
    .event-detail .article__eyebrow {
      float: left;
      display: block;
      margin-right: 1.6129%;
      width: 83.06452%;
      margin-left: 8.46774%;
      margin-top: 3.1875rem; }
      .event-detail .article__eyebrow:last-child {
        margin-right: 0; }
    .event-detail .article__social-container {
      margin-top: 1.3125rem; }
    .event-detail .event__hero-no-image .event__subhead {
      float: left;
      display: block;
      margin-right: 1.6129%;
      width: 40.72581%;
      margin-left: 8.46774%; }
      .event-detail .event__hero-no-image .event__subhead:last-child {
        margin-right: 0; }
    .event-detail .event__hero-no-image .event__rsvp {
      float: left;
      display: block;
      margin-right: 1.6129%;
      width: 32.25806%;
      padding-bottom: 0; }
      .event-detail .event__hero-no-image .event__rsvp:last-child {
        margin-right: 0; }
    .event-detail .event__hero-no-image .event__hero-wrapper {
      float: left;
      display: block;
      margin-right: 1.6129%;
      width: 83.06452%;
      margin-left: 8.46774%;
      position: relative; }
      .event-detail .event__hero-no-image .event__hero-wrapper:last-child {
        margin-right: 0; }
    .event-detail .event__hero-no-image .event__subhead {
      float: left;
      display: block;
      margin-right: 1.6129%;
      width: 66.12903%; }
      .event-detail .event__hero-no-image .event__subhead:last-child {
        margin-right: 0; }
    .event-detail .event__hero-no-image .event__wrapper {
      width: 100%;
      position: relative;
      margin-bottom: 0;
      padding-bottom: 0; }
    .event-detail.event-live .event__wrapper, .event-detail.event-past .event__wrapper {
      padding-top: 20px; }
    .event-detail.event-past-video .video__headline-wrapper, .event-detail.event-live .video__headline-wrapper {
      padding-top: 9.8125rem; }
    .event-detail.event-past-video .event__section-wrapper, .event-detail.event-live .event__section-wrapper {
      margin-top: -9.25rem; }
    .event-detail.event-past-video .event__summary-wrapper, .event-detail.event-live .event__summary-wrapper {
      padding-top: 12rem;
      min-height: 31.125rem; }
    .event-detail .video__headline-wrapper {
      padding-left: 2rem;
      padding-right: 2rem; }
      .event-detail .video__headline-wrapper .headline.headline {
        line-height: 1.066666667; }
        .event-detail .video__headline-wrapper .headline.headline .headline__date {
          line-height: 1.28; }
    .event-detail .person-list-small__heading {
      color: #386274;
      font-size: 1.875rem; }
    .event-detail .person-list-small {
      padding-bottom: 20px; }
    .event-detail .video-block .event__section-wrapper {
      position: relative; } }

.featured-item__primary .heritage-card__title.video-overlay-cover__trigger,
.featured-item__secondary-featured-wrapper .heritage-card__title.video-overlay-cover__trigger {
  transition: none; }

.featured-item__primary .heritage-card__title.video-overlay-cover__trigger:hover,
.featured-item__secondary-featured-wrapper .heritage-card__title.video-overlay-cover__trigger:hover {
  color: #c4d82d; }
  .featured-item__primary .heritage-card__title.video-overlay-cover__trigger:hover > *,
  .featured-item__secondary-featured-wrapper .heritage-card__title.video-overlay-cover__trigger:hover > * {
    color: #fff; }

.results-wrapper .block-facets--dropdown h2,
.results-wrapper .block-facet--dropdown h2,
.filters label {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 200;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.4;
  color: #292e35;
  display: block;
  margin: 0 1.25rem 1rem; }

.results-wrapper .block-facet--dropdown label {
  display: none; }

.results-wrapper .block-facets--dropdown .filter-wrapper,
.results-wrapper .block-facet--dropdown .filter-wrapper {
  margin-bottom: 20px; }
  .results-wrapper .block-facets--dropdown .filter-wrapper::after,
  .results-wrapper .block-facet--dropdown .filter-wrapper::after {
    clear: both;
    content: '';
    display: table; }

.expert__request select,
.results-wrapper .js-facets-dropdown-links,
.filter-wrapper__arrow-wrapper {
  position: relative;
  display: block;
  margin: 0 1.25rem 0.75rem; }

.touchevents .results-wrapper .js-facets-dropdown-links,
.touchevents .filter-wrapper__arrow-wrapper {
  position: relative;
  display: block; }
  .touchevents .results-wrapper .js-facets-dropdown-links:after,
  .touchevents .filter-wrapper__arrow-wrapper:after {
    color: #fff;
    font-family: 'heritage-icons';
    content: '\e913';
    display: inline-block;
    position: absolute;
    right: 1.125rem;
    top: 1.25rem;
    font-size: 0.5rem;
    pointer-events: none; }

.expert__request select,
.expert__request .selectric,
.results-wrapper .facets-dropdown,
.filter-wrapper__filter {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  background-color: #386274;
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 1.0625rem 2rem 1.0625rem 1.25rem;
  border-radius: 0;
  width: 100%; }

.issue-landing .js-facets-dropdown-links[data-drupal-facet-id='keywords'] .facets-dropdown > option:nth-child(6) ~ option {
  display: none; }

.issue-landing .filters {
  padding-bottom: 0.625rem; }
  .issue-landing .filters #block-keywords .selectric-scroll ul li:nth-of-type(1n+7) {
    display: none; }

.issue-landing .featured-events__social-container {
  display: none; }

.issue-landing .js-form-submit {
  position: absolute;
  left: -999em; }

.issue-landing .results-wrapper {
  margin-right: -20px;
  margin-left: -20px;
  background-color: #f3f5f8;
  clear: both;
  padding-top: 2rem; }
  @media screen and (min-width: 768px) {
    .issue-landing .results-wrapper {
      margin-right: -20px; } }
  @media screen and (min-width: 1024px) {
    .issue-landing .results-wrapper {
      margin-right: -32px; } }
  @media screen and (min-width: 768px) {
    .issue-landing .results-wrapper {
      margin-left: -20px; } }
  @media screen and (min-width: 1024px) {
    .issue-landing .results-wrapper {
      margin-left: -32px; } }

.issue-landing .article__social-container {
  margin-top: 2.5rem; }
  .issue-landing .article__social-container .article__social-icon {
    margin-bottom: 0; }

.issue-landing .pager__item a {
  position: relative; }

.issue-landing .results-wrapper .pager__item a,
.issue-landing .results__see-more {
  width: 100%;
  padding: 2.3125rem 0 1.1875rem;
  line-height: 1.7; }
  .issue-landing .results-wrapper .pager__item a i,
  .issue-landing .results__see-more i {
    float: right;
    margin-right: 1.25rem; }
  .issue-landing .results-wrapper .pager__item a:focus:after, .issue-landing .results-wrapper .pager__item a:hover:after,
  .issue-landing .results__see-more:focus:after,
  .issue-landing .results__see-more:hover:after {
    left: 0;
    right: 0; }
  .press-page-wrapper .results__see-more {
    width: 100%;
    padding: 2.3125rem 0 1.1875rem;
    line-height: 1.7; }
  .press-page-wrapper .results-wrapper .pager__item a i,
  .press-page-wrapper .results__see-more i {
    float: right;
    margin-right: 1.25rem; }
  .press-page-wrapper .results-wrapper .pager__item a:focus:after, 
  .press-page-wrapper.results-wrapper .pager__item a:hover:after,
  .press-page-wrapper .results__see-more:focus:after,
  .press-page-wrapper .results__see-more:hover:after {
    left: 0;
    right: 0; }
    
.issue-landing .button.results__see-more.button-more,
.issue-landing .pager__item a.button.results__see-more
.press-page-wrapper .button.results__see-more.button-more,
.press-page-wrapper .pager__item a.button.results__see-more {
  color: #0093d0; }

.issue-landing .featured-item__secondary-featured-wrapper {
  display: block;
  float: none; }

.issue-landing .featured-item__primary {
  margin-bottom: 0.125rem; }

.issue-landing .featured-content__link {
  margin-bottom: 0.125rem; }

@media screen and (min-width: 768px) {
  .filters {
    width: 100%;
    clear: both;
    padding-bottom: 1.875rem; }
    .filters::after {
      clear: both;
      content: '';
      display: table; }
  .results-wrapper .js-facets-dropdown-links,
  .results-wrapper .block-facets--dropdown h2,
  .results-wrapper .block-facet--dropdown h2,
  .filter-wrapper__arrow-wrapper,
  .filters label {
    margin-left: 0;
    margin-right: 0; }
  .results-wrapper .block-facets--dropdown,
  .results-wrapper .block-facet--dropdown,
  .filter__input-wrapper {
    width: calc(50% - 2px); }
    .results-wrapper .block-facets--dropdown:nth-child(2),
    .results-wrapper .block-facet--dropdown:nth-child(2),
    .filter__input-wrapper:nth-child(2) {
      margin-left: 0;
      float: right; }
    .results-wrapper .block-facets--dropdown:nth-child(1),
    .results-wrapper .block-facet--dropdown:nth-child(1),
    .filter__input-wrapper:nth-child(1) {
      margin-right: 0;
      float: left; }
  .issue-landing .discussion-hero {
    margin-bottom: -8.125rem; }
  .issue-landing .results-wrapper {
    padding-top: 8.875rem;
    margin-top: -6.5625rem;
    float: left;
    width: calc(100% + 40px); }
    .issue-landing .results-wrapper::after {
      clear: both;
      content: '';
      display: table; }
  .issue-landing .article__social-container {
    right: 2.25rem;
    margin-top: 0;
    top: 10rem; }
  .issue-landing .results-wrapper__gutter {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%;
    padding: 0 20px; }
    .issue-landing .results-wrapper__gutter:last-child {
      margin-right: 0; }
    .issue-landing .results-wrapper__gutter::after {
      clear: both;
      content: '';
      display: table; }
  .issue-landing .featured-items-wrapper {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%; }
    .issue-landing .featured-items-wrapper:last-child {
      margin-right: 0; } }

@media screen and (min-width: 1024px) {
  .filters {
    float: left;
    display: block;
    margin-right: 1.94175%;
    width: 49.02913%;
    padding-bottom: 0; }
    .filters:last-child {
      margin-right: 0; }
  .issue-landing .discussion-hero {
    padding-bottom: 12.8125rem;
    margin-bottom: -6.25rem; }
  .issue-landing .results-wrapper__gutter {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 83.06452%;
    margin-left: 8.46774%;
    padding: 0 32px; }
    .issue-landing .results-wrapper__gutter:last-child {
      margin-right: 0; }
  .issue-landing .results__see-more {
    width: 100%; }
  .press-page-wrapper .results__see-more {
    width: 100%; }
  .issue-landing .article__social-container {
    top: 11.875rem; }
  .issue-landing .results-wrapper {
    margin-top: -6.25rem;
    padding-top: 2.5rem;
    width: calc(100% + 64px);
    float: none;
    margin-top: 2.5rem; }
  .issue-landing .featured-item {
    margin-top: -5.625rem; }
    .issue-landing .featured-item .featured-item__host-wrapper {
      display: none; }
  .issue-landing .featured-items-wrapper {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 83.06452%;
    margin-left: 8.46774%;
    position: relative;
    padding-bottom: 0;
    padding-top: 0;
    float: none; }
    .issue-landing .featured-items-wrapper:last-child {
      margin-right: 0; }
    .issue-landing .featured-items-wrapper::after {
      clear: both;
      content: '';
      display: table; }
  .issue-landing .featured-item__primary {
    float: left;
    display: block;
    margin-right: 1.94175%;
    width: 49.02913%; }
    .issue-landing .featured-item__primary:last-child {
      margin-right: 0; }
    .issue-landing .featured-item__primary .featured-content:not(.featured-content__with-pull-quote) .featured-content__title {
      font-size: 2.625rem;
      line-height: 1.1; }
  .issue-landing .featured-item__secondary-featured-wrapper {
    float: left;
    display: block;
    margin-right: 1.94175%;
    width: 49.02913%;
    margin-left: 50.97087%;
    margin-left: 0;
    top: 1.25rem; }
    .issue-landing .featured-item__secondary-featured-wrapper:last-child {
      margin-right: 0; }
    .issue-landing .featured-item__secondary-featured-wrapper .featured-content__wrapper {
      max-height: 22.125rem; }
  .issue-landing .featured-items__two .featured-item__secondary-featured-wrapper {
    padding-top: 7.375rem; } }

@media screen and (min-width: 1280px) {
  .issue-landing .featured-item__primary {
    float: left;
    display: block;
    margin-right: 1.94175%;
    width: 59.2233%; }
    .issue-landing .featured-item__primary:last-child {
      margin-right: 0; }
    .issue-landing .featured-item__primary .featured-content:not(.featured-content__with-pull-quote) .featured-content__title {
      font-size: 3.125rem; }
  .issue-landing .featured-item__secondary-featured-wrapper {
    float: left;
    display: block;
    margin-right: 1.94175%;
    width: 38.83495%;
    margin-left: 61.16505%;
    margin-left: 0; }
    .issue-landing .featured-item__secondary-featured-wrapper:last-child {
      margin-right: 0; } }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

.heritage-report-card-theme--light, .heritage-report-card-theme--dark {
  clear: both;
  overflow: hidden;
  height: 19rem;
  padding: 1.5625rem 1.25rem 0;
  position: relative; }
  @media screen and (min-width: 1024px) {
    .heritage-report-card-theme--light, .heritage-report-card-theme--dark {
      height: 21.875rem; } }
  .heritage-report-card-theme--light .heritage-card-eyebrow, .heritage-report-card-theme--dark .heritage-card-eyebrow {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-size: 0.6875rem;
    font-weight: 500;
    margin-bottom: 1.5625rem; }
    @media screen and (min-width: 768px) {
      .heritage-report-card-theme--light .heritage-card-eyebrow, .heritage-report-card-theme--dark .heritage-card-eyebrow {
        margin-bottom: 2.1875rem; } }
    @media screen and (min-width: 1024px) {
      .heritage-report-card-theme--light .heritage-card-eyebrow, .heritage-report-card-theme--dark .heritage-card-eyebrow {
        margin-bottom: 3.4375rem; } }
  .heritage-report-card-theme--light .heritage-card__title, .heritage-report-card-theme--dark .heritage-card__title {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    margin: 0 0 1.25rem;
    font-size: 2rem;
    line-height: 2.125rem;
    letter-spacing: -0.0125rem;
    transition: none;
    transition: border .1s ease;
    display: inline-block; }
    @media screen and (min-width: 768px) {
      .heritage-report-card-theme--light .heritage-card__title, .heritage-report-card-theme--dark .heritage-card__title {
        margin-bottom: 1.0625rem;
        font-size: 2.25rem;
        line-height: 2.375rem; } }
    @media screen and (min-width: 1024px) {
      .heritage-card-theme--small .heritage-report-card-theme--light .heritage-card__title, .heritage-card-theme--small .heritage-report-card-theme--dark .heritage-card__title {
        font-size: 2rem;
        line-height: 2.125rem; } }
    .heritage-report-card-theme--light .heritage-card__title:focus, .heritage-report-card-theme--light .heritage-card__title:hover, .heritage-report-card-theme--light .heritage-card__title:active, .heritage-report-card-theme--dark .heritage-card__title:focus, .heritage-report-card-theme--dark .heritage-card__title:hover, .heritage-report-card-theme--dark .heritage-card__title:active {
      color: #c4d82d; }
  .heritage-report-card-theme--light-author, .heritage-report-card-theme--dark-author {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    font-style: italic;
    font-size: 1.1875rem;
    margin-bottom: 0.375rem;
    margin-top: 0.3125rem; }
  .heritage-report-card-theme--light-date, .heritage-report-card-theme--dark-date {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.6875rem;
    letter-spacing: -0.00625rem;
    display: block; }
    .heritage-report-card-theme--light-date span, .heritage-report-card-theme--dark-date span {
      font-weight: 300;
      margin-left: 0.4375rem; }
  .heritage-report-card-theme--light-arrow, .heritage-report-card-theme--dark-arrow {
    display: block;
    float: right;
    position: absolute;
    right: 40px;
    bottom: 36px;
    z-index: 4; }
    .heritage-report-card-theme--light-arrow:focus, .heritage-report-card-theme--light-arrow:hover, .heritage-report-card-theme--dark-arrow:focus, .heritage-report-card-theme--dark-arrow:hover {
      text-decoration: none; }
  @media screen and (min-width: 768px) {
    .heritage-report-card-theme--light, .heritage-report-card-theme--dark {
      height: 21.875rem;
      padding: 1.5625rem 2.5rem 0; } }

.heritage-report-card-theme--light {
  background-color: #fff; }
  .heritage-report-card-theme--light .heritage-card-eyebrow {
    color: #264a59; }
  .heritage-report-card-theme--light .heritage-card__title {
    color: #264a59; }
    .heritage-report-card-theme--light .heritage-card__title:focus span, .heritage-report-card-theme--light .heritage-card__title:hover span, .heritage-report-card-theme--light .heritage-card__title:active span {
      color: #264a59; }
  .heritage-report-card-theme--light-author {
    color: #111d22; }
    .heritage-report-card-theme--light-author a {
      color: #0093d0;
      cursor: pointer; }
  .heritage-report-card-theme--light-date {
    color: #264a59; }
    .heritage-report-card-theme--light-date span {
      color: #75a5c0; }
  .heritage-report-card-theme--light-arrow {
    color: #0093d0; }

.heritage-report-card-theme--dark {
  background-color: #22262c; }
  .heritage-report-card-theme--dark .heritage-card-eyebrow {
    color: #fff; }
  .heritage-report-card-theme--dark .heritage-card__title {
    color: #fff; }
    .heritage-report-card-theme--dark .heritage-card__title:focus span, .heritage-report-card-theme--dark .heritage-card__title:hover span, .heritage-report-card-theme--dark .heritage-card__title:active span {
      color: #fff; }
  .heritage-report-card-theme--dark-author {
    color: #bee7f9; }
    .heritage-report-card-theme--dark-author a {
      color: #bee7f9; }
  .heritage-report-card-theme--dark-date {
    color: #fff; }
    .heritage-report-card-theme--dark-date span {
      color: #bee7f9; }
  .heritage-report-card-theme--dark-arrow {
    color: #c4d82d; }

.commentary-author-image-wrapper {
  display: none; }
  @media screen and (min-width: 768px) {
    .commentary-author-image-wrapper {
      position: relative;
      display: inline-block;
      float: left;
      margin-top: 1.5625rem;
      border-radius: 50%;
      max-width: min(28% - 20px, 100% - 370px);
      width: auto;
      overflow: hidden; }
      .commentary-author-image-wrapper:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #c5d1d8;
        z-index: 0; }
      .commentary-author-image-wrapper:after {
        border-radius: 50%; }
      .commentary-author-image-wrapper img {
        position: relative;
        z-index: 1;
        border-radius: 50%; } }

.heritage-commentary-card-theme--light, .heritage-commentary-card-theme--dark {
  clear: both;
  overflow: hidden;
  height: 19rem;
  padding: 1.5625rem 1.25rem 0; }
  @media screen and (min-width: 768px) {
    .heritage-commentary-card-theme--light, .heritage-commentary-card-theme--dark {
      padding-left: 2.5rem; } }
  @media screen and (min-width: 1024px) {
    .heritage-commentary-card-theme--light, .heritage-commentary-card-theme--dark {
      height: 21.875rem; } }
  .heritage-commentary-card-theme--light .heritage-card-eyebrow, .heritage-commentary-card-theme--dark .heritage-card-eyebrow {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-size: 0.6875rem;
    font-weight: 300;
    margin-bottom: 0.3125rem; }
    @media screen and (min-width: 768px) {
      .heritage-commentary-card-theme--light .heritage-card-eyebrow, .heritage-commentary-card-theme--dark .heritage-card-eyebrow {
        display: block;
        padding-left: 1.25rem;
        margin-bottom: 1.25rem; } }
  @media screen and (min-width: 768px) {
    .heritage-commentary-card-theme--light-wrap::after, .heritage-commentary-card-theme--dark-wrap::after {
      clear: both;
      content: '';
      display: table; } }
  .heritage-commentary-card-theme--light-wrap img, .heritage-commentary-card-theme--dark-wrap img {
    display: none; }
    @media screen and (min-width: 768px) {
      .heritage-commentary-card-theme--light-wrap img, .heritage-commentary-card-theme--dark-wrap img {
        display: block;
        width: 100%;
        float: left; } }
  @media screen and (min-width: 768px) {
    .heritage-commentary-card-theme--light-info, .heritage-commentary-card-theme--dark-info,
    .heritage-report-card-theme--light-info, .heritage-report-card-theme--dark-info {
      float: left;
      width: 21.875rem;
      margin-left: 1.25rem; } }
  @media screen and (min-width: 1280px) {
    .heritage-commentary-card-theme--light-info, .heritage-commentary-card-theme--dark-info,
    .heritage-report-card-theme--light-info, .heritage-report-card-theme--dark-info {
      width: 72%; } }
  .heritage-commentary-card-theme--light-info .heritage-card__title, .heritage-commentary-card-theme--dark-info .heritage-card__title {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    margin: 0 0 1.25rem;
    font-size: 2rem;
    line-height: 2.125rem;
    letter-spacing: -0.0125rem;
    display: inline-block; }
    @media screen and (min-width: 768px) {
      .heritage-commentary-card-theme--light-info .heritage-card__title, .heritage-commentary-card-theme--dark-info .heritage-card__title {
        margin-bottom: 1.0625rem;
        font-size: 2.25rem;
        line-height: 2.375rem; } }
    @media screen and (min-width: 1024px) {
      .heritage-card-theme--small .heritage-commentary-card-theme--light-info .heritage-card__title, .heritage-card-theme--small .heritage-commentary-card-theme--dark-info .heritage-card__title {
        font-size: 2rem;
        line-height: 2.125rem; } }
  .heritage-commentary-card-theme--light-author, .heritage-commentary-card-theme--dark-author {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    font-style: italic;
    font-size: 1.1875rem;
    margin-bottom: 0.375rem; }
  .heritage-commentary-card-theme--light-date, .heritage-commentary-card-theme--dark-date {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.6875rem;
    letter-spacing: -0.00625rem; }
    .heritage-commentary-card-theme--light-date span, .heritage-commentary-card-theme--dark-date span {
      font-weight: 300;
      margin-left: 0.4375rem; }
  .heritage-commentary-card-theme--light-arrow, .heritage-commentary-card-theme--dark-arrow {
    display: block;
    float: right;
    position: absolute;
    right: 40px;
    bottom: 36px; }
    .heritage-commentary-card-theme--light-arrow:focus, .heritage-commentary-card-theme--light-arrow:hover, .heritage-commentary-card-theme--dark-arrow:focus, .heritage-commentary-card-theme--dark-arrow:hover {
      text-decoration: none; }

.heritage-commentary-card-theme--light {
  background-color: #fff; }
  .heritage-commentary-card-theme--light .heritage-card-eyebrow {
    color: #264a59; }
  .heritage-commentary-card-theme--light-info h3 {
    color: #264a59; }
  .heritage-commentary-card-theme--light-author {
    color: #0093d0; }
  .heritage-commentary-card-theme--light-date {
    color: #264a59; }
    .heritage-commentary-card-theme--light-date span {
      color: #75a5c0; }
  .heritage-commentary-card-theme--light-arrow {
    color: #0093d0; }

.heritage-commentary-card-theme--dark {
  background-color: #22262c; }
  .heritage-commentary-card-theme--dark .heritage-card-eyebrow {
    color: #fff; }
  .heritage-commentary-card-theme--dark-info .heritage-card__title {
    color: #fff; }
  .heritage-commentary-card-theme--dark-author {
    color: #bee7f9; }
  .heritage-commentary-card-theme--dark-date {
    color: #fff; }
    .heritage-commentary-card-theme--dark-date span {
      color: #75a5c0; }
  .heritage-commentary-card-theme--dark-arrow {
    color: #c4d82d; }

.heritage-explainer-card {
  clear: both;
  height: 19rem;
  padding: 1.5625rem 1.25rem 0;
  position: relative; }
  @media screen and (min-width: 768px) {
    .heritage-explainer-card {
      padding: 1.625rem 2.5rem 0; } }
  @media screen and (min-width: 1024px) {
    .heritage-explainer-card {
      height: 21.875rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1279px) {
    .heritage-card-theme--small.heritage-explainer-card .heritage-explainer-card-summary,
    .heritage-card-theme--small.heritage-explainer-card .heritage-explainer-card-line {
      display: none; }
    .heritage-card-theme--small.heritage-explainer-card .heritage-card__title {
      font-size: 2.25rem;
      line-height: 2.375rem; } }
  .hovered._has-image.heritage-explainer-card .heritage-card-image-background {
    -ms-transform: scale(1);
    transform: scale(1); }
  .heritage-explainer-card .heritage-card-eyebrow {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-size: 0.6875rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 1.5625rem;
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 768px) {
      .heritage-explainer-card .heritage-card-eyebrow {
        margin-bottom: 26px; } }
  .heritage-explainer-card .heritage-icon-arrow_long {
    color: #c4d82d;
    display: block;
    float: right;
    transition: transform .3s ease; }
    .heritage-explainer-card .heritage-icon-arrow_long:focus, .heritage-explainer-card .heritage-icon-arrow_long:hover {
      text-decoration: none; }
  .heritage-explainer-card-wrap {
    overflow: hidden;
    clear: both;
    text-align: center;
    display: block;
    position: static; }
    .heritage-explainer-card-wrap:focus, .heritage-explainer-card-wrap:hover {
      text-decoration: none; }
    .heritage-explainer-card-wrap .heritage-card__title {
      font-family: 'Chronicle Display A', 'Chronicle Display B';
      font-weight: 300;
      font-size: 2rem;
      line-height: 2.125rem;
      text-align: center;
      color: #fff;
      margin: 0;
      display: block;
      width: 100%;
      position: relative;
      z-index: 1; }
      @media screen and (min-width: 768px) {
        .heritage-explainer-card-wrap .heritage-card__title {
          font-size: 2.25rem;
          line-height: 2.375rem; } }
      @media screen and (min-width: 1024px) {
        .heritage-card-theme--large .heritage-explainer-card-wrap .heritage-card__title {
          font-size: 3.125rem;
          line-height: 3.125rem; } }
    .heritage-explainer-card-wrap .heritage-explainer-card-summary {
      display: none; }
      @media screen and (min-width: 768px) {
        .heritage-explainer-card-wrap .heritage-explainer-card-summary {
          display: block; } }
    .heritage-explainer-card-wrap .heritage-explainer-card-summary * {
      font-family: 'Chronicle Display A', 'Chronicle Display B';
      font-weight: 200;
      font-size: 1.25rem;
      font-style: italic;
      letter-spacing: 0.0125rem;
      text-align: center;
      color: #fff;
      position: relative;
      z-index: 1;
      margin-top: 0.75rem; }
  .heritage-explainer-card-line {
    content: '';
    background: #c4d82d;
    width: 40%;
    height: 0.125rem;
    display: none;
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 768px) {
      .heritage-explainer-card-line {
        display: inline-block; } }

@media screen and (min-width: 1024px) {
  .heritage-card-theme--small {
    width: 40%;
    margin-right: 2%;
    float: left;
    display: block;
    clear: none; }
    .heritage-card-theme--small .heritage-card__title {
      font-size: 2rem;
      line-height: 2.125rem; }
    .heritage-card-theme--small .heritage-card-eyebrow {
      padding-left: 0; }
    .heritage-card-theme--small-wrap img {
      display: none; }
    .heritage-card-theme--small-info {
      width: auto;
      margin-left: 0; }
    .heritage-card-theme--small .featured-events__play {
      display: block;
      position: relative;
      z-index: 2; } }

@media screen and (min-width: 1024px) {
  .heritage-card-theme--medium {
    float: left;
    display: block;
    margin-right: 1.94175%;
    width: 49.02913%;
    clear: both; }
    .heritage-card-theme--medium:last-child {
      margin-right: 0; }
    .heritage-card-theme--medium .heritage-card-eyebrow {
      padding-left: 0.625rem; }
    .heritage-card-theme--medium-wrap img {
      width: 6.25rem;
      height: 6.25rem; }
    .heritage-card-theme--medium-info {
      width: 18.75rem;
      margin-left: 1.25rem; } }

@media screen and (min-width: 1024px) {
  .heritage-card-theme--large {
    width: 58%;
    margin-right: 2%;
    float: left;
    display: block;
    clear: none; }
    .heritage-card-theme--large .featured-events__play {
      display: block;
      position: relative;
      z-index: 2; } }

select {
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.button-base, .button-blue, .issue-breaker__button, .button-dark-blue, .article-body__read-more, .button-light-blue, .path-contact .contact__contact-forms .mktoButton, .page-node-type-person .expert__request .featherlight-content .mktoButton {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  cursor: pointer;
  display: block;
  border-style: none;
  color: #fff;
  transition: background-color .3s ease; }

.button-blue, .issue-breaker__button {
  background-color: #264a59; }
  .button-blue:focus, .issue-breaker__button:focus, .button-blue:hover, .issue-breaker__button:hover {
    background-color: #386274; }

.button-dark-blue, .article-body__read-more {
  background-color: #252a2f; }
  .button-dark-blue:focus, .article-body__read-more:focus, .button-dark-blue:hover, .article-body__read-more:hover {
    background-color: #292e35; }
    .button-dark-blue:focus i, .article-body__read-more:focus i, .button-dark-blue:hover i, .article-body__read-more:hover i {
      color: #c4d82d; }

.button-light-blue {
  background-color: #6193b4;
  font-weight: 300; }

.button-more, .issue-landing .pager__item a {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  color: #264a59;
  border: none;
  display: block;
  border-bottom: #c5d1d8 4px solid;
  background-color: transparent;
  transition: all .3 ease;
  position: relative; }
  .button-more a:focus, .issue-landing .pager__item a a:focus, .button-more:focus, .issue-landing .pager__item a:focus,
  .button-more a:hover,
  .issue-landing .pager__item a a:hover, .button-more:hover, .issue-landing .pager__item a:hover {
    text-decoration: none; }
  .button-more i, .issue-landing .pager__item a i {
    font-size: 24px;
    color: #0093d0; }
  .button-more:after, .issue-landing .pager__item a:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -4px;
    height: 4px;
    transition: all .3s ease;
    background-color: #0093d0; }
  .button-more:focus, .issue-landing .pager__item a:focus, .button-more:hover, .issue-landing .pager__item a:hover, .button-more.active, .issue-landing .pager__item a.active {
    color: #0093d0;
    text-decoration: none; }
    .button-more:focus i, .issue-landing .pager__item a:focus i, .button-more:hover i, .issue-landing .pager__item a:hover i, .button-more.active i, .issue-landing .pager__item a.active i {
      color: #0093d0; }
    .button-more:focus:after, .issue-landing .pager__item a:focus:after, .button-more:hover:after, .issue-landing .pager__item a:hover:after, .button-more.active:after, .issue-landing .pager__item a.active:after {
      left: 0;
      right: 0; }
  .button-more._inactive, .issue-landing .pager__item a._inactive {
    opacity: 0;
    height: 0;
    padding: 0; }

body.bodyNoScroll {
  overflow: hidden; }

/*!
 * tabbyjs v12.0.3
 * Lightweight, accessible vanilla JS toggle tabs.
 * (c) 2019 Chris Ferdinandi
 * MIT License
 * http://github.com/cferdinandi/tabby
 */
/**
 * The tablist
 */
[role="tablist"] {
  border-bottom: 1px solid lightgray;
  list-style: none;
  margin: 0;
  padding: 0; }

[role="tablist"] * {
  box-sizing: border-box; }

/**
 * The tablist item
 */
@media (min-width: 30em) {
  [role="tablist"] li {
    display: inline-block; } }

/**
 * The tabs
 */
[role="tab"] {
  border: 1px solid transparent;
  border-top-color: lightgray;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  /**
	 * Active tab styling
	 */
  /**
	 * Tabs on hover
	 */ }

@media (min-width: 30em) {
  [role="tab"] {
    border-top-color: transparent;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    display: inline-block;
    margin-bottom: -1px; } }

[role="tab"][aria-selected="true"] {
  background-color: lightgray; }

@media (min-width: 30em) {
  [role="tab"][aria-selected="true"] {
    background-color: transparent;
    border: 1px solid lightgray;
    border-bottom-color: #ffffff; } }

[role="tab"]:hover:not([aria-selected="true"]) {
  background-color: #f7f7f7; }

@media (min-width: 30em) {
  [role="tab"]:hover:not([aria-selected="true"]) {
    border: 1px solid lightgray; } }

/**
 * [hidden] fallback for IE10 and lower
 */
[hidden] {
  display: none; }

.collections-more {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 3.125rem;
  padding-top: 3.125rem;
  position: relative;
  z-index: 3; }

.collections-more__header {
  float: left;
  width: 100%;
  clear: both;
  margin: 3rem auto 1.75rem; }

.collections-more__header_text {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 300;
  font-size: 1.875rem;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: -.1px;
  color: #111d22;
  margin: 0; }
  .collections-more__header_text h1 {
    display: inline;
    font-weight: inherit; }

.colections-more__description {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: .2px;
  color: #264a59; }
  .colections-more__description p {
    margin-bottom: 1.5rem; }
    .colections-more__description p:last-child {
      margin-bottom: 0; }

.collections-topics {
  margin-left: -20px;
  margin-right: -20px;
  clear: both;
  background-color: #508399;
  padding: 3.5rem 1.25rem 3.75rem; }
  @media screen and (min-width: 768px) {
    .collections-topics {
      margin-left: -20px; } }
  @media screen and (min-width: 1024px) {
    .collections-topics {
      margin-left: -32px; } }
  @media screen and (min-width: 768px) {
    .collections-topics {
      margin-right: -20px; } }
  @media screen and (min-width: 1024px) {
    .collections-topics {
      margin-right: -32px; } }
  .collections-topics::after {
    clear: both;
    content: '';
    display: table; }
  .collections-topics .heritage-icon-arrow_long {
    color: #c4d82d;
    transition: all .3s ease;
    position: relative; }
    .collections-topics .heritage-icon-arrow_long:focus, .collections-topics .heritage-icon-arrow_long:hover {
      text-decoration: none; }

.collections-topics__header {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 200;
  font-size: 2.25rem;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 2.0625rem; }

.collections-topics__item_title {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 200;
  color: #fff;
  font-size: 1.75rem;
  font-style: italic;
  line-height: 1.2;
  margin: 0 0 17px; }

.collections-topics__text {
  float: left;
  display: block;
  margin-right: 5%;
  width: 73.75%;
  position: relative;
  z-index: 1; }
  .collections-topics__text:last-child {
    margin-right: 0; }
  .collections-topics__text a:focus,
  .collections-topics__text a:hover {
    text-decoration: none; }
    .collections-topics__text a:focus .heritage-icon-arrow_long,
    .collections-topics__text a:hover .heritage-icon-arrow_long {
      margin-left: 10px; }

.collections-topics__item_copy {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 200;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-style: italic;
  line-height: 1.4;
  min-height: 8.75rem;
  margin-bottom: 1.5rem;
  max-width: 330px; }

.collections-topics__image {
  width: calc(100vw);
  position: absolute;
  z-index: 0;
  top: 0;
  margin: 0; }
  .collections-topics__image:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(3, 56, 74, 0.8);
    z-index: 0; }
  .collections-topics__image .collections-topics__image-asset {
    vertical-align: top;
    background-size: cover;
    background-position: center center;
    position: absolute;
    height: 100%;
    width: 100%; }

.collections-topics__image,
.collections-topics__item-2 {
  max-height: 355px;
  height: calc(100vw - 20px); }

.collections-topics__item {
  position: relative;
  display: block;
  width: 100%;
  float: left;
  clear: both; }
  .collections-topics__item .collections-topics__image {
    right: initial;
    left: -20px; }

.collections-topics__item-1 .collections-topics__item_title {
  margin: 2.875rem 0 1.0625rem; }

.collections-topics__item-1 .collections-topics__text {
  height: 295px; }

.collections-topics__item-2 {
  padding-top: 14%;
  margin-top: 4rem; }

.collections-page .explainer-banner {
  padding-top: 5.125rem; }

.collections-page .explainer-banner__image-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(3, 56, 74, 0.8);
  z-index: 0; }

.collections-page .explainer-banner__wrapper::after,
.collection-cards-container .explainer-banner__wrapper::after {
  clear: both;
  content: '';
  display: table; }

.collections-page .explainer-banner__title,
.collection-cards-container .explainer-banner__title {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 200;
  font-style: italic;
  text-align: left; }
  .collections-page .explainer-banner__title h1,
  .collection-cards-container .explainer-banner__title h1 {
    font-weight: inherit; }

.collections-page .explainer-banner__subtext,
.collection-cards-container .explainer-banner__subtext {
  text-align: left; }

.collections-page [class*='heritage-card-theme']:nth-of-type(2n),
.collection-cards-container [class*='heritage-card-theme']:nth-of-type(2n) {
  margin-right: 0; }

.collections-page .heritage-card-theme--large .heritage-icon-arrow_long,
.collections-page .heritage-card-theme--small .heritage-icon-arrow_long,
.collection-cards-container .heritage-card-theme--large .heritage-icon-arrow_long,
.collection-cards-container .heritage-card-theme--small .heritage-icon-arrow_long {
  transition: transform .3s ease; }

.collections-page .heritage-card-theme--large.hovered .heritage-icon-arrow_long,
.collections-page .heritage-card-theme--small.hovered .heritage-icon-arrow_long,
.collection-cards-container .heritage-card-theme--large.hovered .heritage-icon-arrow_long,
.collection-cards-container .heritage-card-theme--small.hovered .heritage-icon-arrow_long {
  -ms-transform: translateX(10px);
  transform: translateX(10px); }

.collections-page .heritage-report-card-theme--light,
.collections-page .heritage-report-card-theme--dark,
.collections-page .heritage-explainer-card,
.collection-cards-container .heritage-report-card-theme--light,
.collection-cards-container .heritage-report-card-theme--dark,
.collection-cards-container .heritage-explainer-card {
  margin-bottom: 5px; }

.collections-page .heritage-explainer-card._has-image,
.collections-page .heritage-report-card-theme--light._has-image,
.collections-page .heritage-report-card-theme--dark._has-image:not(.article-variations__impact),
.collection-cards-container .heritage-explainer-card._has-image,
.collection-cards-container .heritage-report-card-theme--light._has-image,
.collection-cards-container .heritage-report-card-theme--dark._has-image:not(.article-variations__impact) {
  position: relative;
  overflow: hidden; }
  .collections-page .heritage-explainer-card._has-image:after,
  .collections-page .heritage-report-card-theme--light._has-image:after,
  .collections-page .heritage-report-card-theme--dark._has-image:not(.article-variations__impact):after,
  .collection-cards-container .heritage-explainer-card._has-image:after,
  .collection-cards-container .heritage-report-card-theme--light._has-image:after,
  .collection-cards-container .heritage-report-card-theme--dark._has-image:not(.article-variations__impact):after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(3, 56, 74, 0.8);
    z-index: 0; }
  .collections-page .heritage-explainer-card._has-image.hovered .heritage-card-image-background,
  .collections-page .heritage-report-card-theme--light._has-image.hovered .heritage-card-image-background,
  .collections-page .heritage-report-card-theme--dark._has-image:not(.article-variations__impact).hovered .heritage-card-image-background,
  .collection-cards-container .heritage-explainer-card._has-image.hovered .heritage-card-image-background,
  .collection-cards-container .heritage-report-card-theme--light._has-image.hovered .heritage-card-image-background,
  .collection-cards-container .heritage-report-card-theme--dark._has-image:not(.article-variations__impact).hovered .heritage-card-image-background {
    -ms-transform: scale(1);
    transform: scale(1); }
  .collections-page .heritage-explainer-card._has-image .heritage-card-image-background,
  .collections-page .heritage-report-card-theme--light._has-image .heritage-card-image-background,
  .collections-page .heritage-report-card-theme--dark._has-image:not(.article-variations__impact) .heritage-card-image-background,
  .collection-cards-container .heritage-explainer-card._has-image .heritage-card-image-background,
  .collection-cards-container .heritage-report-card-theme--light._has-image .heritage-card-image-background,
  .collection-cards-container .heritage-report-card-theme--dark._has-image:not(.article-variations__impact) .heritage-card-image-background {
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .3s ease; }

.collections-page .heritage-report-card-theme--light._has-image p,
.collections-page .heritage-report-card-theme--light._has-image a:not(.heritage-report-card-theme--light-arrow):not(.heritage-report-card-theme--dark-arrow),
.collections-page .heritage-report-card-theme--dark._has-image:not(.article-variations__impact) p,
.collections-page .heritage-report-card-theme--dark._has-image:not(.article-variations__impact) a:not(.heritage-report-card-theme--light-arrow):not(.heritage-report-card-theme--dark-arrow),
.collection-cards-container .heritage-report-card-theme--light._has-image p,
.collection-cards-container .heritage-report-card-theme--light._has-image a:not(.heritage-report-card-theme--light-arrow):not(.heritage-report-card-theme--dark-arrow),
.collection-cards-container .heritage-report-card-theme--dark._has-image:not(.article-variations__impact) p,
.collection-cards-container .heritage-report-card-theme--dark._has-image:not(.article-variations__impact) a:not(.heritage-report-card-theme--light-arrow):not(.heritage-report-card-theme--dark-arrow) {
  position: relative;
  z-index: 1; }

.collections-page .article-variations__impact._has-image:not(._has-video):after,
.collection-cards-container .article-variations__impact._has-image:not(._has-video):after {
  display: none; }

.collections-page .article-variations__impact._has-image:not(._has-video) .heritage-card-image-background,
.collection-cards-container .article-variations__impact._has-image:not(._has-video) .heritage-card-image-background {
  display: none; }

.collections-page .heritage-report-card-theme--dark.article-variations__impact._has-image._has-video,
.collection-cards-container .heritage-report-card-theme--dark.article-variations__impact._has-image._has-video {
  position: relative; }
  .collections-page .heritage-report-card-theme--dark.article-variations__impact._has-image._has-video:after,
  .collection-cards-container .heritage-report-card-theme--dark.article-variations__impact._has-image._has-video:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0; }
  .collections-page .heritage-report-card-theme--dark.article-variations__impact._has-image._has-video.hovered .heritage-card-image-background,
  .collection-cards-container .heritage-report-card-theme--dark.article-variations__impact._has-image._has-video.hovered .heritage-card-image-background {
    -ms-transform: scale(1);
    transform: scale(1); }
  .collections-page .heritage-report-card-theme--dark.article-variations__impact._has-image._has-video .heritage-card-image-background,
  .collection-cards-container .heritage-report-card-theme--dark.article-variations__impact._has-image._has-video .heritage-card-image-background {
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .3s ease;
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .collections-page .heritage-report-card-theme--dark.article-variations__impact._has-image._has-video p,
  .collections-page .heritage-report-card-theme--dark.article-variations__impact._has-image._has-video a:not(.heritage-report-card-theme--light-arrow):not(.heritage-report-card-theme--dark-arrow),
  .collection-cards-container .heritage-report-card-theme--dark.article-variations__impact._has-image._has-video p,
  .collection-cards-container .heritage-report-card-theme--dark.article-variations__impact._has-image._has-video a:not(.heritage-report-card-theme--light-arrow):not(.heritage-report-card-theme--dark-arrow) {
    position: relative;
    z-index: 5; }

.article-variations__event .heritage-card__date-wrapper {
  display: block; }
  .article-variations__event .heritage-card__date-wrapper:focus, .article-variations__event .heritage-card__date-wrapper:hover {
    text-decoration: none; }

.article-variations__event .heritage-card__flex-container {
  display: block; }

.article-variations__event .heritage-card__event-date,
.article-variations__event .heritage-card__time {
  display: inline-block; }

.article-variations__event .heritage-card__event-date {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 300;
  font-size: 3.125rem;
  line-height: 2.9375rem;
  margin-right: 0.9375rem; }

.article-variations__event .heritage-card__time {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem; }

.article-variations__event .heritage-card__event-info-wrapper {
  border: none;
  padding-left: 0; }

.article-variations__event .heritage-card__event-title {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-top: 0.9375rem;
  display: block; }

.article-variations__event .heritage-card__place,
.article-variations__event .heritage-card__keynote-wrapper {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 0.875rem;
  margin-top: 0.9375rem; }
  .article-variations__event .heritage-card__place a,
  .article-variations__event .heritage-card__keynote-wrapper a {
    font-weight: 300; }

.article-variations__event.heritage-report-card-theme--dark .heritage-card__event-date,
.article-variations__event.heritage-report-card-theme--dark .heritage-card__time {
  color: #c4d82d; }

.article-variations__event.heritage-report-card-theme--dark .heritage-card__event-title,
.article-variations__event.heritage-report-card-theme--dark .heritage-card__keynote-eyebrow {
  color: #fff; }

.article-variations__event.heritage-report-card-theme--dark .heritage-card__place,
.article-variations__event.heritage-report-card-theme--dark .heritage-card__place a,
.article-variations__event.heritage-report-card-theme--dark .heritage-card__keynote-speakers a {
  color: #bee7f9; }

.article-variations__event.heritage-report-card-theme--light .heritage-card__event-date,
.article-variations__event.heritage-report-card-theme--light .heritage-card__time {
  color: #75a5c0; }

.article-variations__event.heritage-report-card-theme--light .heritage-card__event-title,
.article-variations__event.heritage-report-card-theme--light .heritage-card__keynote-eyebrow {
  color: #264a59; }

.article-variations__event.heritage-report-card-theme--light .heritage-card__place,
.article-variations__event.heritage-report-card-theme--light .heritage-card__place a,
.article-variations__event.heritage-report-card-theme--light .heritage-card__keynote-speakers a {
  color: #6394b0; }

@media screen and (min-width: 768px) {
  .collections-page .article__social-container {
    right: 35px; }
  .collections-more {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 87.19512%;
    margin-top: -5.625rem;
    background-color: white;
    padding-top: 6.25rem; }
    .collections-more:last-child {
      margin-right: 0; }
  .collections-more__header {
    margin: 0 auto 1.6875rem;
    margin-left: 12.80488%; }
  .collections-more__header_text {
    font-size: 1.5rem;
    max-width: 14.4375rem;
    font-weight: 300; }
  .colections-more__description {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 61.58537%;
    margin-left: 25.60976%;
    font-size: 1rem;
    letter-spacing: .1px; }
    .colections-more__description:last-child {
      margin-right: 0; }
  .collections-topics {
    margin-top: 80px;
    float: left;
    width: 100vw;
    clear: both;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0; }
  .collections-topics__image {
    height: 55.98958333vw;
    width: 55.98958333vw;
    min-height: 355px; }
  .collections-topics__image,
  .collections-topics__item-2 {
    max-height: none; }
  .collections-topics__header {
    width: 225px;
    margin-left: 12.80488%;
    margin-bottom: 0;
    height: 75px;
    font-size: 34px;
    line-height: 1; }
  .collections-topics__text {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 48.78049%;
    min-height: 225px; }
    .collections-topics__text:last-child {
      margin-right: 0; }
  .collections-topics__item-1 {
    margin-top: 0;
    margin-left: 51.21951%;
    margin-top: -42px; }
    .collections-topics__item-1 .collections-topics__item_title {
      margin-top: 0; }
    .collections-topics__item-1 .collections-topics__image {
      top: -122px;
      left: -7%;
      z-index: 1; }
  .collections-topics__item-2 {
    margin-top: -11.875rem;
    padding-top: 9.75rem;
    height: 55.98958333vw; }
    .collections-topics__item-2 .collections-topics__text {
      margin-left: 12.80488%; }
  .collections-topics__item_title {
    font-size: 1.625rem;
    padding-right: 20px; }
  .collections-topics__item_copy {
    font-size: 1.125rem;
    min-height: 0;
    margin-bottom: 1.625rem;
    float: left;
    display: block;
    margin-right: 5%;
    width: 73.75%;
    float: none; }
    .collections-topics__item_copy:last-child {
      margin-right: 0; }
  .collections-page .heritage-explainer-card._has-image,
  .collections-page .heritage-report-card-theme--light._has-image,
  .collections-page .heritage-report-card-theme--dark._has-image,
  .collections-page .article-variations__explainer,
  .collections-page .heritage-report-card-theme--light,
  .collections-page .heritage-report-card-theme--dark,
  .collections-page .heritage-report-card-theme--light._no-image,
  .collections-page .heritage-report-card-theme--dark._no-image,
  .collection-cards-container .heritage-explainer-card._has-image,
  .collection-cards-container .heritage-report-card-theme--light._has-image,
  .collection-cards-container .heritage-report-card-theme--dark._has-image,
  .collection-cards-container .article-variations__explainer,
  .collection-cards-container .heritage-report-card-theme--light,
  .collection-cards-container .heritage-report-card-theme--dark,
  .collection-cards-container .heritage-report-card-theme--light._no-image,
  .collection-cards-container .heritage-report-card-theme--dark._no-image {
    margin-bottom: 1.25rem; }
  .collections-page .explainer-banner,
  .collection-cards-container .explainer-banner {
    padding-top: 13.6875rem;
    padding-bottom: 15.3125rem; }
    .collections-page .explainer-banner::after,
    .collection-cards-container .explainer-banner::after {
      clear: both;
      content: '';
      display: table; }
  .collections-page .explainer-banner__title,
  .collection-cards-container .explainer-banner__title {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%;
    font-size: 6.25rem;
    text-align: left;
    line-height: 7rem; }
    .collections-page .explainer-banner__title:last-child,
    .collection-cards-container .explainer-banner__title:last-child {
      margin-right: 0; }
  .collections-page .explainer-banner__subtext,
  .collection-cards-container .explainer-banner__subtext {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 61.58537%;
    margin-left: 25.60976%;
    text-align: left; }
    .collections-page .explainer-banner__subtext:last-child,
    .collection-cards-container .explainer-banner__subtext:last-child {
      margin-right: 0; }
  .collections-page .article__social-container,
  .collection-cards-container .article__social-container {
    margin-top: 0;
    top: 7.5rem; }
  .article-variations__event .heritage-card__date-wrapper,
  .article-variations__event .heritage-card__event-info-wrapper {
    display: inline-block;
    vertical-align: top;
    padding-right: 2.5rem; }
  .article-variations__event .heritage-card__flex-container {
    display: -ms-flexbox;
    display: flex; }
  .article-variations__event .heritage-card__date-wrapper {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .article-variations__event .heritage-card__event-info-wrapper {
    border-left: 1px solid;
    padding-left: 1.25rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .article-variations__event .heritage-card__event-title {
    margin-top: 0; }
  .article-variations__event .heritage-card__event-date,
  .article-variations__event .heritage-card__time {
    display: block; }
  .article-variations__event .heritage-card__event-date {
    line-height: 1; }
  .article-variations__event .heritage-card__time {
    margin-top: 0.9375rem; } }

@media screen and (min-width: 1024px) {
  .collections-more {
    float: left;
    display: block;
    margin-right: 1.94175%;
    width: 100%;
    margin-left: -20px;
    margin-top: -12.5rem; }
    .collections-more:last-child {
      margin-right: 0; } }
  @media screen and (min-width: 1024px) and (min-width: 768px) {
    .collections-more {
      margin-left: -20px; } }
  @media screen and (min-width: 1024px) and (min-width: 1024px) {
    .collections-more {
      margin-left: -32px; } }

@media screen and (min-width: 1024px) {
  .collections-more__header_text {
    font-size: 1.875rem;
    max-width: 18.5rem; }
  .colections-more__description {
    font-size: 1.125rem;
    letter-spacing: .2px; }
  .collections-more {
    padding-bottom: 0;
    margin-left: -4rem;
    margin-bottom: 190px; }
  .collections-topics {
    width: calc(100% + 64px);
    padding: 0 0 60px;
    margin-top: 0;
    position: relative;
    z-index: 3; }
  .collections-topics__header {
    font-size: 3.125rem;
    letter-spacing: -0.0125rem;
    line-height: 3.125rem;
    margin-left: 8.46774%;
    width: 320px;
    margin-top: 130px;
    position: relative;
    z-index: 1;
    padding-right: 0;
    height: auto; }
  .collections-topics__text {
    float: left;
    display: block;
    margin-right: 3.9604%;
    width: 79.20792%;
    padding-right: 8%; }
    .collections-topics__text:last-child {
      margin-right: 0; }
  .collections-topics__item {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 40.72581%; }
    .collections-topics__item:last-child {
      margin-right: 0; }
  .collections-topics__item_title {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.00625rem; }
  .collections-topics__item_copy {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.00625rem;
    width: auto;
    max-width: none; }
  .collections-topics__image {
    width: 100%;
    height: calc((100vw) * .4072581);
    min-height: 520px; }
    .collections-topics__image .collections-topics__image-asset {
      width: 100%; }
  .collections-topics__item-1 {
    margin-left: 50.80645%;
    margin-top: -75px; }
    .collections-topics__item-1 .collections-topics__text {
      margin-left: 0; }
    .collections-topics__item-1 .collections-topics__image {
      top: -235px;
      z-index: 1;
      left: -11%; }
  .collections-topics__item-2 {
    margin-left: 16.93548%;
    padding-top: 0;
    margin-top: -345px;
    height: auto; }
    .collections-topics__item-2 .collections-topics__text {
      margin-left: 0;
      margin-top: -55%; } }
    @media screen and (min-width: 1024px) and (max-width: 1279px) {
      .collections-topics__item-2 .collections-topics__text {
        margin-top: -69%; } }

@media screen and (min-width: 1024px) {
    .collections-topics__item-2 .collections-topics__image {
      top: 0;
      position: relative;
      left: -11%; }
  .collections-page .heritage-explainer-card._has-image,
  .collections-page .heritage-report-card-theme--light._has-image,
  .collections-page .heritage-report-card-theme--dark._has-image,
  .collections-page .article-variations__explainer,
  .collections-page .heritage-report-card-theme--light,
  .collections-page .heritage-report-card-theme--dark,
  .collections-page .heritage-report-card-theme--light._no-image,
  .collections-page .heritage-report-card-theme--dark._no-image,
  .collection-cards-container .heritage-explainer-card._has-image,
  .collection-cards-container .heritage-report-card-theme--light._has-image,
  .collection-cards-container .heritage-report-card-theme--dark._has-image,
  .collection-cards-container .article-variations__explainer,
  .collection-cards-container .heritage-report-card-theme--light,
  .collection-cards-container .heritage-report-card-theme--dark,
  .collection-cards-container .heritage-report-card-theme--light._no-image,
  .collection-cards-container .heritage-report-card-theme--dark._no-image {
    margin-bottom: 1.25rem; }
  .collections-page .explainer-banner__social-container,
  .collection-cards-container .explainer-banner__social-container {
    right: 2.5rem; }
  .collections-page .explainer-banner__title,
  .collection-cards-container .explainer-banner__title {
    font-size: 8.125rem;
    line-height: 1.09;
    margin-bottom: 3.125rem;
    margin-top: 1.875rem; }
  .article-variations__event.heritage-card-theme--large .heritage-card__date-wrapper,
  .article-variations__event.heritage-card-theme--large .heritage-card__event-info-wrapper {
    display: inline-block;
    vertical-align: top;
    padding-right: 2.5rem; }
  .article-variations__event.heritage-card-theme--large .heritage-card__flex-container {
    display: -ms-flexbox;
    display: flex; }
  .article-variations__event.heritage-card-theme--large .heritage-card__date-wrapper {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .article-variations__event.heritage-card-theme--large .heritage-card__event-info-wrapper {
    border-left: 1px solid;
    padding-left: 1.25rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .article-variations__event.heritage-card-theme--large .heritage-card__event-title {
    margin-top: 0; }
  .article-variations__event.heritage-card-theme--large .heritage-card__event-date,
  .article-variations__event.heritage-card-theme--large .heritage-card__time {
    display: block; }
  .article-variations__event.heritage-card-theme--large .heritage-card__event-date {
    line-height: 1; }
  .article-variations__event.heritage-card-theme--large .heritage-card__time {
    margin-top: 0.9375rem; }
  .article-variations__event.heritage-card-theme--small .heritage-card__date-wrapper {
    display: block; }
    .article-variations__event.heritage-card-theme--small .heritage-card__date-wrapper:focus, .article-variations__event.heritage-card-theme--small .heritage-card__date-wrapper:hover {
      text-decoration: none; }
  .article-variations__event.heritage-card-theme--small .heritage-card__flex-container {
    display: block; }
  .article-variations__event.heritage-card-theme--small .heritage-card__event-date,
  .article-variations__event.heritage-card-theme--small .heritage-card__time {
    display: inline-block; }
  .article-variations__event.heritage-card-theme--small .heritage-card__event-date {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    font-size: 3.125rem;
    line-height: 2.9375rem;
    margin-right: 0.9375rem; }
  .article-variations__event.heritage-card-theme--small .heritage-card__time {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1rem; }
  .article-variations__event.heritage-card-theme--small .heritage-card__event-info-wrapper {
    border: none;
    padding-left: 0; }
  .article-variations__event.heritage-card-theme--small .heritage-card__event-title {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin-top: 0.9375rem;
    display: block; }
  .article-variations__event.heritage-card-theme--small .heritage-card__place,
  .article-variations__event.heritage-card-theme--small .heritage-card__keynote-wrapper {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 0.875rem;
    margin-top: 0.9375rem; }
    .article-variations__event.heritage-card-theme--small .heritage-card__place a,
    .article-variations__event.heritage-card-theme--small .heritage-card__keynote-wrapper a {
      font-weight: 300; }
  .article-variations__event.heritage-card-theme--large.heritage-report-card-theme--dark .heritage-card__event-info-wrapper {
    border-color: #616469; }
  .article-variations__event.heritage-card-theme--large.heritage-report-card-theme--light .heritage-card__event-info-wrapper {
    border-color: #d9e3e9; } }

@media screen and (min-width: 1600px) {
  .collections-topics__image {
    height: calc(1600px * .4072581); } }

.events-signup-button {
  max-width: 100%;
  padding: 1.6875rem 0;
  text-align: center;
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
  transition: background-color 0.3s ease;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    .events-signup-button {
      float: left;
      display: block;
      margin-right: 2.43902%;
      width: 74.39024%;
      margin-left: 12.80488%; }
      .events-signup-button:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1024px) {
    .events-signup-button {
      float: left;
      display: block;
      margin-right: 1.6129%;
      width: 83.06452%;
      margin-left: 8.46774%;
      width: 25rem; }
      .events-signup-button:last-child {
        margin-right: 0; } }
  .events-signup-button:focus, .events-signup-button:hover {
    background-color: #79abc9;
    text-decoration: none; }

.live-banner {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #da181a;
  height: 1.875rem; }
  .live-banner:focus, .live-banner:hover {
    cursor: pointer;
    text-decoration: none; }

.live-banner__message {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  color: #fff;
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 1.875rem;
  letter-spacing: 0.05625rem;
  padding-left: 20px; }

@media screen and (min-width: 768px) {
  .live-banner__message {
    padding-left: 2.5rem; } }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

.heritage-report-card-theme--light, .heritage-report-card-theme--dark {
  clear: both;
  overflow: hidden;
  height: 19rem;
  padding: 1.5625rem 1.25rem 0;
  position: relative; }
  @media screen and (min-width: 1024px) {
    .heritage-report-card-theme--light, .heritage-report-card-theme--dark {
      height: 21.875rem; } }
  .heritage-report-card-theme--light .heritage-card-eyebrow, .heritage-report-card-theme--dark .heritage-card-eyebrow {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-size: 0.6875rem;
    font-weight: 500;
    margin-bottom: 1.5625rem; }
    @media screen and (min-width: 768px) {
      .heritage-report-card-theme--light .heritage-card-eyebrow, .heritage-report-card-theme--dark .heritage-card-eyebrow {
        margin-bottom: 2.1875rem; } }
    @media screen and (min-width: 1024px) {
      .heritage-report-card-theme--light .heritage-card-eyebrow, .heritage-report-card-theme--dark .heritage-card-eyebrow {
        margin-bottom: 3.4375rem; } }
  .heritage-report-card-theme--light .heritage-card__title, .heritage-report-card-theme--dark .heritage-card__title {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    margin: 0 0 1.25rem;
    font-size: 2rem;
    line-height: 2.125rem;
    letter-spacing: -0.0125rem;
    transition: none;
    transition: border .1s ease;
    display: inline-block; }
    @media screen and (min-width: 768px) {
      .heritage-report-card-theme--light .heritage-card__title, .heritage-report-card-theme--dark .heritage-card__title {
        margin-bottom: 1.0625rem;
        font-size: 2.25rem;
        line-height: 2.375rem; } }
    @media screen and (min-width: 1024px) {
      .heritage-card-theme--small .heritage-report-card-theme--light .heritage-card__title, .heritage-card-theme--small .heritage-report-card-theme--dark .heritage-card__title {
        font-size: 2rem;
        line-height: 2.125rem; } }
    .heritage-report-card-theme--light .heritage-card__title:focus, .heritage-report-card-theme--light .heritage-card__title:hover, .heritage-report-card-theme--light .heritage-card__title:active, .heritage-report-card-theme--dark .heritage-card__title:focus, .heritage-report-card-theme--dark .heritage-card__title:hover, .heritage-report-card-theme--dark .heritage-card__title:active {
      color: #c4d82d; }
  .heritage-report-card-theme--light-author, .heritage-report-card-theme--dark-author {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    font-style: italic;
    font-size: 1.1875rem;
    margin-bottom: 0.375rem;
    margin-top: 0.3125rem; }
  .heritage-report-card-theme--light-date, .heritage-report-card-theme--dark-date {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.6875rem;
    letter-spacing: -0.00625rem;
    display: block; }
    .heritage-report-card-theme--light-date span, .heritage-report-card-theme--dark-date span {
      font-weight: 300;
      margin-left: 0.4375rem; }
  .heritage-report-card-theme--light-arrow, .heritage-report-card-theme--dark-arrow {
    display: block;
    float: right;
    position: absolute;
    right: 40px;
    bottom: 36px;
    z-index: 4; }
    .heritage-report-card-theme--light-arrow:focus, .heritage-report-card-theme--light-arrow:hover, .heritage-report-card-theme--dark-arrow:focus, .heritage-report-card-theme--dark-arrow:hover {
      text-decoration: none; }
  @media screen and (min-width: 768px) {
    .heritage-report-card-theme--light, .heritage-report-card-theme--dark {
      height: 21.875rem;
      padding: 1.5625rem 2.5rem 0; } }

.heritage-report-card-theme--light {
  background-color: #fff; }
  .heritage-report-card-theme--light .heritage-card-eyebrow {
    color: #264a59; }
  .heritage-report-card-theme--light .heritage-card__title {
    color: #264a59; }
    .heritage-report-card-theme--light .heritage-card__title:focus span, .heritage-report-card-theme--light .heritage-card__title:hover span, .heritage-report-card-theme--light .heritage-card__title:active span {
      color: #264a59; }
  .heritage-report-card-theme--light-author {
    color: #111d22; }
    .heritage-report-card-theme--light-author a {
      color: #0093d0;
      cursor: pointer; }
  .heritage-report-card-theme--light-date {
    color: #264a59; }
    .heritage-report-card-theme--light-date span {
      color: #75a5c0; }
  .heritage-report-card-theme--light-arrow {
    color: #0093d0; }

.heritage-report-card-theme--dark {
  background-color: #22262c; }
  .heritage-report-card-theme--dark .heritage-card-eyebrow {
    color: #fff; }
  .heritage-report-card-theme--dark .heritage-card__title {
    color: #fff; }
    .heritage-report-card-theme--dark .heritage-card__title:focus span, .heritage-report-card-theme--dark .heritage-card__title:hover span, .heritage-report-card-theme--dark .heritage-card__title:active span {
      color: #fff; }
  .heritage-report-card-theme--dark-author {
    color: #bee7f9; }
    .heritage-report-card-theme--dark-author a {
      color: #bee7f9; }
  .heritage-report-card-theme--dark-date {
    color: #fff; }
    .heritage-report-card-theme--dark-date span {
      color: #bee7f9; }
  .heritage-report-card-theme--dark-arrow {
    color: #c4d82d; }

.commentary-author-image-wrapper {
  display: none; }
  @media screen and (min-width: 768px) {
    .commentary-author-image-wrapper {
      position: relative;
      display: inline-block;
      float: left;
      margin-top: 1.5625rem;
      border-radius: 50%;
      max-width: min(28% - 20px, 100% - 370px);
      width: auto;
      overflow: hidden; }
      .commentary-author-image-wrapper:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #c5d1d8;
        z-index: 0; }
      .commentary-author-image-wrapper:after {
        border-radius: 50%; }
      .commentary-author-image-wrapper img {
        position: relative;
        z-index: 1;
        border-radius: 50%; } }

.heritage-commentary-card-theme--light, .heritage-commentary-card-theme--dark {
  clear: both;
  overflow: hidden;
  height: 19rem;
  padding: 1.5625rem 1.25rem 0; }
  @media screen and (min-width: 768px) {
    .heritage-commentary-card-theme--light, .heritage-commentary-card-theme--dark {
      padding-left: 2.5rem; } }
  @media screen and (min-width: 1024px) {
    .heritage-commentary-card-theme--light, .heritage-commentary-card-theme--dark {
      height: 21.875rem; } }
  .heritage-commentary-card-theme--light .heritage-card-eyebrow, .heritage-commentary-card-theme--dark .heritage-card-eyebrow {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-size: 0.6875rem;
    font-weight: 300;
    margin-bottom: 0.3125rem; }
    @media screen and (min-width: 768px) {
      .heritage-commentary-card-theme--light .heritage-card-eyebrow, .heritage-commentary-card-theme--dark .heritage-card-eyebrow {
        display: block;
        padding-left: 1.25rem;
        margin-bottom: 1.25rem; } }
  @media screen and (min-width: 768px) {
    .heritage-commentary-card-theme--light-wrap::after, .heritage-commentary-card-theme--dark-wrap::after {
      clear: both;
      content: '';
      display: table; } }
  .heritage-commentary-card-theme--light-wrap img, .heritage-commentary-card-theme--dark-wrap img {
    display: none; }
    @media screen and (min-width: 768px) {
      .heritage-commentary-card-theme--light-wrap img, .heritage-commentary-card-theme--dark-wrap img {
        display: block;
        width: 100%;
        float: left; } }
  @media screen and (min-width: 768px) {
    .heritage-commentary-card-theme--light-info, .heritage-commentary-card-theme--dark-info,
    .heritage-report-card-theme--light-info, .heritage-report-card-theme--dark-info {
      float: left;
      width: 21.875rem;
      margin-left: 1.25rem; } }
  @media screen and (min-width: 1280px) {
    .heritage-commentary-card-theme--light-info, .heritage-commentary-card-theme--dark-info,
    .heritage-report-card-theme--light-info, .heritage-report-card-theme--dark-info {
      width: 72%; } }
  .heritage-commentary-card-theme--light-info .heritage-card__title, .heritage-commentary-card-theme--dark-info .heritage-card__title {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    margin: 0 0 1.25rem;
    font-size: 2rem;
    line-height: 2.125rem;
    letter-spacing: -0.0125rem;
    display: inline-block; }
    @media screen and (min-width: 768px) {
      .heritage-commentary-card-theme--light-info .heritage-card__title, .heritage-commentary-card-theme--dark-info .heritage-card__title {
        margin-bottom: 1.0625rem;
        font-size: 2.25rem;
        line-height: 2.375rem; } }
    @media screen and (min-width: 1024px) {
      .heritage-card-theme--small .heritage-commentary-card-theme--light-info .heritage-card__title, .heritage-card-theme--small .heritage-commentary-card-theme--dark-info .heritage-card__title {
        font-size: 2rem;
        line-height: 2.125rem; } }
  .heritage-commentary-card-theme--light-author, .heritage-commentary-card-theme--dark-author {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    font-style: italic;
    font-size: 1.1875rem;
    margin-bottom: 0.375rem; }
  .heritage-commentary-card-theme--light-date, .heritage-commentary-card-theme--dark-date {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.6875rem;
    letter-spacing: -0.00625rem; }
    .heritage-commentary-card-theme--light-date span, .heritage-commentary-card-theme--dark-date span {
      font-weight: 300;
      margin-left: 0.4375rem; }
  .heritage-commentary-card-theme--light-arrow, .heritage-commentary-card-theme--dark-arrow {
    display: block;
    float: right;
    position: absolute;
    right: 40px;
    bottom: 36px; }
    .heritage-commentary-card-theme--light-arrow:focus, .heritage-commentary-card-theme--light-arrow:hover, .heritage-commentary-card-theme--dark-arrow:focus, .heritage-commentary-card-theme--dark-arrow:hover {
      text-decoration: none; }

.heritage-commentary-card-theme--light {
  background-color: #fff; }
  .heritage-commentary-card-theme--light .heritage-card-eyebrow {
    color: #264a59; }
  .heritage-commentary-card-theme--light-info h3 {
    color: #264a59; }
  .heritage-commentary-card-theme--light-author {
    color: #0093d0; }
  .heritage-commentary-card-theme--light-date {
    color: #264a59; }
    .heritage-commentary-card-theme--light-date span {
      color: #75a5c0; }
  .heritage-commentary-card-theme--light-arrow {
    color: #0093d0; }

.heritage-commentary-card-theme--dark {
  background-color: #22262c; }
  .heritage-commentary-card-theme--dark .heritage-card-eyebrow {
    color: #fff; }
  .heritage-commentary-card-theme--dark-info .heritage-card__title {
    color: #fff; }
  .heritage-commentary-card-theme--dark-author {
    color: #bee7f9; }
  .heritage-commentary-card-theme--dark-date {
    color: #fff; }
    .heritage-commentary-card-theme--dark-date span {
      color: #75a5c0; }
  .heritage-commentary-card-theme--dark-arrow {
    color: #c4d82d; }

.heritage-explainer-card {
  clear: both;
  height: 19rem;
  padding: 1.5625rem 1.25rem 0;
  position: relative; }
  @media screen and (min-width: 768px) {
    .heritage-explainer-card {
      padding: 1.625rem 2.5rem 0; } }
  @media screen and (min-width: 1024px) {
    .heritage-explainer-card {
      height: 21.875rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1279px) {
    .heritage-card-theme--small.heritage-explainer-card .heritage-explainer-card-summary,
    .heritage-card-theme--small.heritage-explainer-card .heritage-explainer-card-line {
      display: none; }
    .heritage-card-theme--small.heritage-explainer-card .heritage-card__title {
      font-size: 2.25rem;
      line-height: 2.375rem; } }
  .hovered._has-image.heritage-explainer-card .heritage-card-image-background {
    -ms-transform: scale(1);
    transform: scale(1); }
  .heritage-explainer-card .heritage-card-eyebrow {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-size: 0.6875rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 1.5625rem;
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 768px) {
      .heritage-explainer-card .heritage-card-eyebrow {
        margin-bottom: 26px; } }
  .heritage-explainer-card .heritage-icon-arrow_long {
    color: #c4d82d;
    display: block;
    float: right;
    transition: transform .3s ease; }
    .heritage-explainer-card .heritage-icon-arrow_long:focus, .heritage-explainer-card .heritage-icon-arrow_long:hover {
      text-decoration: none; }
  .heritage-explainer-card-wrap {
    overflow: hidden;
    clear: both;
    text-align: center;
    display: block;
    position: static; }
    .heritage-explainer-card-wrap:focus, .heritage-explainer-card-wrap:hover {
      text-decoration: none; }
    .heritage-explainer-card-wrap .heritage-card__title {
      font-family: 'Chronicle Display A', 'Chronicle Display B';
      font-weight: 300;
      font-size: 2rem;
      line-height: 2.125rem;
      text-align: center;
      color: #fff;
      margin: 0;
      display: block;
      width: 100%;
      position: relative;
      z-index: 1; }
      @media screen and (min-width: 768px) {
        .heritage-explainer-card-wrap .heritage-card__title {
          font-size: 2.25rem;
          line-height: 2.375rem; } }
      @media screen and (min-width: 1024px) {
        .heritage-card-theme--large .heritage-explainer-card-wrap .heritage-card__title {
          font-size: 3.125rem;
          line-height: 3.125rem; } }
    .heritage-explainer-card-wrap .heritage-explainer-card-summary {
      display: none; }
      @media screen and (min-width: 768px) {
        .heritage-explainer-card-wrap .heritage-explainer-card-summary {
          display: block; } }
    .heritage-explainer-card-wrap .heritage-explainer-card-summary * {
      font-family: 'Chronicle Display A', 'Chronicle Display B';
      font-weight: 200;
      font-size: 1.25rem;
      font-style: italic;
      letter-spacing: 0.0125rem;
      text-align: center;
      color: #fff;
      position: relative;
      z-index: 1;
      margin-top: 0.75rem; }
  .heritage-explainer-card-line {
    content: '';
    background: #c4d82d;
    width: 40%;
    height: 0.125rem;
    display: none;
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 768px) {
      .heritage-explainer-card-line {
        display: inline-block; } }

@media screen and (min-width: 1024px) {
  .heritage-card-theme--small {
    width: 40%;
    margin-right: 2%;
    float: left;
    display: block;
    clear: none; }
    .heritage-card-theme--small .heritage-card__title {
      font-size: 2rem;
      line-height: 2.125rem; }
    .heritage-card-theme--small .heritage-card-eyebrow {
      padding-left: 0; }
    .heritage-card-theme--small-wrap img {
      display: none; }
    .heritage-card-theme--small-info {
      width: auto;
      margin-left: 0; }
    .heritage-card-theme--small .featured-events__play {
      display: block;
      position: relative;
      z-index: 2; } }

@media screen and (min-width: 1024px) {
  .heritage-card-theme--medium {
    float: left;
    display: block;
    margin-right: 1.94175%;
    width: 49.02913%;
    clear: both; }
    .heritage-card-theme--medium:last-child {
      margin-right: 0; }
    .heritage-card-theme--medium .heritage-card-eyebrow {
      padding-left: 0.625rem; }
    .heritage-card-theme--medium-wrap img {
      width: 6.25rem;
      height: 6.25rem; }
    .heritage-card-theme--medium-info {
      width: 18.75rem;
      margin-left: 1.25rem; } }

@media screen and (min-width: 1024px) {
  .heritage-card-theme--large {
    width: 58%;
    margin-right: 2%;
    float: left;
    display: block;
    clear: none; }
    .heritage-card-theme--large .featured-events__play {
      display: block;
      position: relative;
      z-index: 2; } }

select {
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.button-base, .button-blue, .issue-breaker__button, .button-dark-blue, .article-body__read-more, .button-light-blue, .path-contact .contact__contact-forms .mktoButton, .page-node-type-person .expert__request .featherlight-content .mktoButton {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  cursor: pointer;
  display: block;
  border-style: none;
  color: #fff;
  transition: background-color .3s ease; }

.button-blue, .issue-breaker__button {
  background-color: #264a59; }
  .button-blue:focus, .issue-breaker__button:focus, .button-blue:hover, .issue-breaker__button:hover {
    background-color: #386274; }

.button-dark-blue, .article-body__read-more {
  background-color: #252a2f; }
  .button-dark-blue:focus, .article-body__read-more:focus, .button-dark-blue:hover, .article-body__read-more:hover {
    background-color: #292e35; }
    .button-dark-blue:focus i, .article-body__read-more:focus i, .button-dark-blue:hover i, .article-body__read-more:hover i {
      color: #c4d82d; }

.button-light-blue {
  background-color: #6193b4;
  font-weight: 300; }

.button-more, .issue-landing .pager__item a {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  color: #264a59;
  border: none;
  display: block;
  border-bottom: #c5d1d8 4px solid;
  background-color: transparent;
  transition: all .3 ease;
  position: relative; }
  .button-more a:focus, .issue-landing .pager__item a a:focus, .button-more:focus, .issue-landing .pager__item a:focus,
  .button-more a:hover,
  .issue-landing .pager__item a a:hover, .button-more:hover, .issue-landing .pager__item a:hover {
    text-decoration: none; }
  .button-more i, .issue-landing .pager__item a i {
    font-size: 24px;
    color: #0093d0; }
  .button-more:after, .issue-landing .pager__item a:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -4px;
    height: 4px;
    transition: all .3s ease;
    background-color: #0093d0; }
  .button-more:focus, .issue-landing .pager__item a:focus, .button-more:hover, .issue-landing .pager__item a:hover, .button-more.active, .issue-landing .pager__item a.active {
    color: #0093d0;
    text-decoration: none; }
    .button-more:focus i, .issue-landing .pager__item a:focus i, .button-more:hover i, .issue-landing .pager__item a:hover i, .button-more.active i, .issue-landing .pager__item a.active i {
      color: #0093d0; }
    .button-more:focus:after, .issue-landing .pager__item a:focus:after, .button-more:hover:after, .issue-landing .pager__item a:hover:after, .button-more.active:after, .issue-landing .pager__item a.active:after {
      left: 0;
      right: 0; }
  .button-more._inactive, .issue-landing .pager__item a._inactive {
    opacity: 0;
    height: 0;
    padding: 0; }

body.bodyNoScroll {
  overflow: hidden; }

/*!
 * tabbyjs v12.0.3
 * Lightweight, accessible vanilla JS toggle tabs.
 * (c) 2019 Chris Ferdinandi
 * MIT License
 * http://github.com/cferdinandi/tabby
 */
/**
 * The tablist
 */
[role="tablist"] {
  border-bottom: 1px solid lightgray;
  list-style: none;
  margin: 0;
  padding: 0; }

[role="tablist"] * {
  box-sizing: border-box; }

/**
 * The tablist item
 */
@media (min-width: 30em) {
  [role="tablist"] li {
    display: inline-block; } }

/**
 * The tabs
 */
[role="tab"] {
  border: 1px solid transparent;
  border-top-color: lightgray;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  /**
	 * Active tab styling
	 */
  /**
	 * Tabs on hover
	 */ }

@media (min-width: 30em) {
  [role="tab"] {
    border-top-color: transparent;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    display: inline-block;
    margin-bottom: -1px; } }

[role="tab"][aria-selected="true"] {
  background-color: lightgray; }

@media (min-width: 30em) {
  [role="tab"][aria-selected="true"] {
    background-color: transparent;
    border: 1px solid lightgray;
    border-bottom-color: #ffffff; } }

[role="tab"]:hover:not([aria-selected="true"]) {
  background-color: #f7f7f7; }

@media (min-width: 30em) {
  [role="tab"]:hover:not([aria-selected="true"]) {
    border: 1px solid lightgray; } }

/**
 * [hidden] fallback for IE10 and lower
 */
[hidden] {
  display: none; }

.expert-bio-card__expert-name,
.expert-bio-card__summary,
.expert-bio-publications__featured-title {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 300; }

.expert-bio-card__expert-title,
.expert-bio-card__expertise-eyebrow,
.expert-bio-card__expertise-list,
.expert-bio-card__request {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500; }

.expert-bio-card__download-headshot {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400; }

.expert-bio-card__expert-name,
.expert-bio-card__expert-title,
.expert-bio-card__summary,
.expert-bio-card__expertise-list {
  color: #111d22; }

.expert-bio-card__profile,
.expert-bio-publications__pagination,
.expert-bio-publications .results-wrapper {
  background: #f3f5f8; }

.expert-bio-publications__featured-title,
.expert-bio-card__expertise-eyebrow {
  color: #264a59; }

.expert__request {
  background-color: #000;
  overflow: auto; }
  .expert__request .mktoGutter,
  .expert__request .mktoOffset {
    display: none; }
  .expert__request:before {
    display: none; }
  .expert__request .selectric-items {
    padding: 1.25rem 1.875rem; }
  .expert__request #FirstName {
    margin-bottom: 0.625rem; }
  .expert__request #typeofInterview {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    background-color: #386274;
    color: #fff;
    font-size: 0.875rem;
    font-weight: bold;
    padding: 1.0625rem 2rem 1.0625rem 1.25rem;
    border-radius: 0;
    width: 100% !important;
    line-height: 1;
    height: auto; }
  .expert__request .mktoFormRow:first-of-type .mktoFieldDescriptor:nth-child(2) {
    position: relative; }
    .expert__request .mktoFormRow:first-of-type .mktoFieldDescriptor:nth-child(2):after {
      color: #fff;
      font-family: 'heritage-icons';
      content: '\e913';
      display: inline-block;
      position: absolute;
      right: 1.125rem;
      top: 1.25rem;
      font-size: 0.5rem;
      pointer-events: none; }

._form-success .mktoForm {
  display: none; }

.expert__contact-form-success {
  display: none; }
  ._form-success .expert__contact-form-success {
    display: block; }
  .expert__contact-form-success h3 {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    font-size: 1.375rem;
    font-weight: normal;
    font-style: italic;
    line-height: 1.18;
    color: #386274;
    margin: 0 0 1.8125rem; }
  .expert__contact-form-success p {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 400;
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    color: #111d22; }

.expert-bio-card__expert-name {
  font-size: 2.375rem;
  line-height: 2.625rem;
  letter-spacing: -0.025rem;
  padding: 2.25rem 0 0;
  margin: 0; }

.expert-bio-card__expert-title {
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: 0.00625rem;
  margin: 0.9375rem 0 0; }

.expert-bio-card__profile-wrapper {
  margin-left: -20px;
  margin-right: -20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1.0625rem; }
  @media screen and (min-width: 768px) {
    .expert-bio-card__profile-wrapper {
      margin-left: -20px; } }
  @media screen and (min-width: 1024px) {
    .expert-bio-card__profile-wrapper {
      margin-left: -32px; } }
  @media screen and (min-width: 768px) {
    .expert-bio-card__profile-wrapper {
      margin-right: -20px; } }
  @media screen and (min-width: 1024px) {
    .expert-bio-card__profile-wrapper {
      margin-right: -32px; } }

.expert-bio-card__profile {
  -ms-flex-order: 2;
  order: 2;
  padding: 0 1.25rem; }

.expert-bio-card__photo-wrapper {
  -ms-flex-order: 1;
  order: 1;
  background: linear-gradient(to top, #c5d1d8 15.125rem, #fff 15.125rem); }

.expert-bio-card__photo {
  vertical-align: top;
  width: 19.8125rem;
  height: 22rem;
  background-size: cover;
  background-position: center top; }

.expert-bio-card__expertise-eyebrow {
  font-size: 0.75rem;
  margin: 1.625rem 0 0.6875rem; }

.expert-bio-card__expertise-list {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #d9e3e9; }
  .expert-bio-card__expertise-list li {
    font-size: 0.875rem;
    line-height: 1.875rem;
    letter-spacing: -0.00625rem; }

.expert-bio-card__summary {
  font-size: 1.3125rem;
  line-height: 2.0625rem;
  letter-spacing: 0.0125rem;
  font-style: italic;
  margin-top: 1.5625rem;
  padding-bottom: 1.5rem; }

.expert-bio-card__request {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 69px;
  background: #6193b4;
  color: white;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.06875rem;
  font-weight: 300;
  transition: background .3s ease; }
  .expert-bio-card__request:focus, .expert-bio-card__request:hover, .expert-bio-card__request:active {
    text-decoration: none;
    background: #75a5c0; }

.expert-bio-card__social-container {
  text-align: center;
  padding-top: 1.875rem; }
  .expert-bio-card__social-container .article__social-icon {
    border-color: #ddd; }

.expert-bio-card__download-headshot {
  display: none; }

.expert-bio-body__wrapper {
  overflow: hidden;
  padding-bottom: 3.125rem; }
  .expert-bio-body__wrapper::after {
    clear: both;
    content: '';
    display: table; }

.expert-bio__read-more-container {
  height: 14.625rem;
  position: relative; }
  .expert-bio__read-more-container:after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 100;
    height: 10.625rem;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0.7) 100%);
    transition: background .6s ease; }

.expert-bio-body__copy {
  position: relative;
  overflow: hidden; }

.expert-bio__read-more-container._article-open {
  margin-bottom: 0; }
  .expert-bio__read-more-container._article-open:after {
    background: transparent; }

.expert-bio-body__see-more {
  width: 100%;
  padding: 1.25rem 0; }
  .expert-bio-body__see-more.expert-bio-body__see-more {
    color: #0093d0; }
  .expert-bio-body__see-more i {
    position: absolute;
    right: 0;
    margin-top: -0.1875rem; }

.expert-bio-publications__featured-title {
  font-size: 2.125rem;
  line-height: 2.625rem;
  letter-spacing: -0.01875rem;
  margin-top: 0; }

.expert-bio-publications.content-wrapper {
  overflow: visible; }

.expert-bio-publications .article-variations,
.expert-bio-publications .results-wrapper {
  position: relative;
  width: 100vw; }

.expert-bio-publications .article-variations__cards-container section {
  margin-bottom: 0.125rem; }

.expert-bio-publications .results-wrapper {
  margin-right: -20px;
  margin-left: -20px; }
  .expert-bio-publications .results-wrapper::after {
    clear: both;
    content: '';
    display: table; }
  @media screen and (min-width: 768px) {
    .expert-bio-publications .results-wrapper {
      margin-right: -20px; } }
  @media screen and (min-width: 1024px) {
    .expert-bio-publications .results-wrapper {
      margin-right: -32px; } }
  @media screen and (min-width: 768px) {
    .expert-bio-publications .results-wrapper {
      margin-left: -20px; } }
  @media screen and (min-width: 1024px) {
    .expert-bio-publications .results-wrapper {
      margin-left: -32px; } }

.expert-bio-publications .views-row:first-of-type .result-card {
  margin-top: 1.875rem; }

.expert-bio-publications .views-row:last-of-type .result-card {
  margin-bottom: 1.875rem; }

.expert-bio-publications .expert-bio-publications__pagination {
  position: relative;
  top: -30px;
  margin-bottom: -30px; }

.expert-bio-publications .result-card__commentary .result-card__image-wrapper {
  display: none; }

.expert-bio .person-list-small {
  margin-bottom: 1.6875rem; }

.expert-bio--leader .expert-bio-card__areas-expertise,
.expert-bio--staff .expert-bio-card__areas-expertise,
.expert-bio--speaker .expert-bio-card__areas-expertise {
  display: none; }

.expert-bio--staff .expert-bio-card__summary:before,
.expert-bio--staff .expert-bio-card__request:before,
.expert-bio--staff .expert-bio-card__request,
.expert-bio--speaker .expert-bio-card__summary:before,
.expert-bio--speaker .expert-bio-card__request:before,
.expert-bio--speaker .expert-bio-card__request {
  display: none; }

.expert-bio--staff .expert-bio-card__social-container,
.expert-bio--speaker .expert-bio-card__social-container {
  border-top: 1px solid #d9e3e9; }

.expert-bio--leader .expert-bio-publications,
.expert-bio--leader .expert-bio-publications__pagination {
  display: block; }

.expert-bio__former-employee {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  text-align: center; 
  font-weight: 300;
  font-size: 1.375rem;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.36;
  color: #111d22;
  margin-top: 3rem;
  margin-bottom: 3.125rem;
  padding-bottom: 2.25rem;
  border-bottom: 1px solid #d9e3e9; }

.expert__contact-form {
  display: none; }

.page-node-type-person .expert__request .featherlight-content {
  margin: 0;
  padding: 80px 20px 30px;
  position: absolute;
  border: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-height: none;
  background-color: #fff; }
  .page-node-type-person .expert__request .featherlight-content .expert__contact-form-title {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    font-size: 25px;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.53;
    text-align: center;
    color: #386274;
    margin: 0 0 20px; }
  .page-node-type-person .expert__request .featherlight-content .mktoForm .mktoFieldWrap {
    width: 100%; }
  .page-node-type-person .expert__request .featherlight-content .featherlight-inner {
    background-color: #fff; }
  .page-node-type-person .expert__request .featherlight-content .featherlight-close-icon {
    display: none; }
  .page-node-type-person .expert__request .featherlight-content .mktoForm {
    width: 100% !important; }
  .page-node-type-person .expert__request .featherlight-content .mktoButtonRow,
  .page-node-type-person .expert__request .featherlight-content .mktoFormRow,
  .page-node-type-person .expert__request .featherlight-content .mktoFormCol {
    width: 100%; }
  .page-node-type-person .expert__request .featherlight-content .mktoLabel {
    position: absolute;
    left: -999em; }
  .page-node-type-person .expert__request .featherlight-content .mktoButton {
    background-color: #6193b4;
    font-weight: 300;
    line-height: 4.3125rem;
    width: 100%;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    padding: 0 !important; }
  .page-node-type-person .expert__request .featherlight-content input.mktoTextField,
  .page-node-type-person .expert__request .featherlight-content .mktoEmailField,
  .page-node-type-person .expert__request .featherlight-content .mktoTelField {
    background-color: transparent;
    border: none;
    color: #111d22;
    font-size: 0.875rem !important;
    width: 100% !important;
    line-height: 49px !important;
    border-bottom: 0.0625rem Solid #c5d1d8;
    float: left;
    position: relative;
    padding: 0;
    height: 50px !important; }
    .page-node-type-person .expert__request .featherlight-content input.mktoTextField::-webkit-input-placeholder,
    .page-node-type-person .expert__request .featherlight-content .mktoEmailField::-webkit-input-placeholder,
    .page-node-type-person .expert__request .featherlight-content .mktoTelField::-webkit-input-placeholder {
      font-family: 'Gotham A', 'Gotham B';
      font-weight: 400;
      color: #c5d1d8 !important;
      font-size: 0.875rem !important; }
    .page-node-type-person .expert__request .featherlight-content input.mktoTextField:-moz-placeholder,
    .page-node-type-person .expert__request .featherlight-content .mktoEmailField:-moz-placeholder,
    .page-node-type-person .expert__request .featherlight-content .mktoTelField:-moz-placeholder {
      font-family: 'Gotham A', 'Gotham B';
      font-weight: 400;
      color: #c5d1d8 !important;
      font-size: 0.875rem !important; }
    .page-node-type-person .expert__request .featherlight-content input.mktoTextField::-moz-placeholder,
    .page-node-type-person .expert__request .featherlight-content .mktoEmailField::-moz-placeholder,
    .page-node-type-person .expert__request .featherlight-content .mktoTelField::-moz-placeholder {
      font-family: 'Gotham A', 'Gotham B';
      font-weight: 400;
      color: #c5d1d8 !important;
      font-size: 0.875rem !important; }
    .page-node-type-person .expert__request .featherlight-content input.mktoTextField::-ms-input-placeholder,
    .page-node-type-person .expert__request .featherlight-content .mktoEmailField::-ms-input-placeholder,
    .page-node-type-person .expert__request .featherlight-content .mktoTelField::-ms-input-placeholder {
      font-family: 'Gotham A', 'Gotham B';
      font-weight: 400;
      color: #c5d1d8 !important;
      font-size: 0.875rem !important; }
    .page-node-type-person .expert__request .featherlight-content input.mktoTextField:-ms-input-placeholder,
    .page-node-type-person .expert__request .featherlight-content .mktoEmailField:-ms-input-placeholder,
    .page-node-type-person .expert__request .featherlight-content .mktoTelField:-ms-input-placeholder {
      font-family: 'Gotham A', 'Gotham B';
      font-weight: 400;
      color: #c5d1d8 !important;
      font-size: 0.875rem !important; }
  .page-node-type-person .expert__request .featherlight-content textarea.mktoField {
    min-height: 261px !important;
    border: 1px solid #c5d1d8;
    padding: 0.8125rem 1.1875rem !important;
    width: 100% !important;
    margin-top: 2.25rem !important;
    float: left;
    clear: both; }
    .page-node-type-person .expert__request .featherlight-content textarea.mktoField::-webkit-input-placeholder {
      font-family: 'Gotham A', 'Gotham B';
      font-weight: 400;
      color: #c5d1d8 !important;
      font-size: 0.875rem !important; }
    .page-node-type-person .expert__request .featherlight-content textarea.mktoField:-moz-placeholder {
      font-family: 'Gotham A', 'Gotham B';
      font-weight: 400;
      color: #c5d1d8 !important;
      font-size: 0.875rem !important; }
    .page-node-type-person .expert__request .featherlight-content textarea.mktoField::-moz-placeholder {
      font-family: 'Gotham A', 'Gotham B';
      font-weight: 400;
      color: #c5d1d8 !important;
      font-size: 0.875rem !important; }
    .page-node-type-person .expert__request .featherlight-content textarea.mktoField::-ms-input-placeholder {
      font-family: 'Gotham A', 'Gotham B';
      font-weight: 400;
      color: #c5d1d8 !important;
      font-size: 0.875rem !important; }
    .page-node-type-person .expert__request .featherlight-content textarea.mktoField:-ms-input-placeholder {
      font-family: 'Gotham A', 'Gotham B';
      font-weight: 400;
      color: #c5d1d8 !important;
      font-size: 0.875rem !important; }

@media screen and (min-width: 768px) {
  .expert__contact-form-success {
    margin-bottom: 50px; }
  .expert__contact-form-success h3 {
    font-size: 1.875rem;
    line-height: 1.53;
    margin-bottom: 1.625rem; }
  .expert__contact-form-success p {
    font-size: 1.125rem;
    line-height: 1.56; }
  .page-node-type-person .expert__request .featherlight-content {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%;
    position: static;
    margin-top: 150px;
    margin-bottom: 5rem;
    overflow: auto;
    max-height: none;
    padding-top: 24px;
    padding-bottom: 0; }
    .page-node-type-person .expert__request .featherlight-content:last-child {
      margin-right: 0; }
    .page-node-type-person .expert__request .featherlight-content .mktoFormCol {
      float: left;
      display: block;
      margin-right: 3.27869%;
      width: 48.36066%; }
      .page-node-type-person .expert__request .featherlight-content .mktoFormCol:last-child {
        margin-right: 0; }
      .page-node-type-person .expert__request .featherlight-content .mktoFormCol:nth-child(even) {
        margin-right: 0; }
    .page-node-type-person .expert__request .featherlight-content .mktoFormRow:nth-child(4),
    .page-node-type-person .expert__request .featherlight-content .mktoFormRow:nth-child(5) {
      float: left;
      display: block;
      margin-right: 3.27869%;
      width: 48.36066%;
      clear: none; }
      .page-node-type-person .expert__request .featherlight-content .mktoFormRow:nth-child(4):last-child,
      .page-node-type-person .expert__request .featherlight-content .mktoFormRow:nth-child(5):last-child {
        margin-right: 0; }
      .page-node-type-person .expert__request .featherlight-content .mktoFormRow:nth-child(4) .mktoFormCol,
      .page-node-type-person .expert__request .featherlight-content .mktoFormRow:nth-child(5) .mktoFormCol {
        width: 100%; }
    .page-node-type-person .expert__request .featherlight-content .mktoFormRow:nth-child(5) {
      margin-right: 0; }
    .page-node-type-person .expert__request .featherlight-content .mktoFormRow:nth-child(6) {
      width: 100%; }
      .page-node-type-person .expert__request .featherlight-content .mktoFormRow:nth-child(6) .mktoFormCol {
        width: 100%; }
    .page-node-type-person .expert__request .featherlight-content .mktoOffset,
    .page-node-type-person .expert__request .featherlight-content .mktoGutter {
      display: none; }
    .page-node-type-person .expert__request .featherlight-content .mktoButtonWrap {
      margin: 0 !important; }
    .page-node-type-person .expert__request .featherlight-content #FirstName {
      margin-bottom: 0; }
  .expert-bio {
    margin-top: 9.3125rem; }
    .expert-bio .article__social-icon {
      height: 3.125rem;
      width: 3.125rem;
      line-height: 3.125rem; }
      .expert-bio .article__social-icon.heritage-icon-linkedin2:before {
        font-size: 1.5rem; }
  .expert-bio-card__expert-name,
  .expert-bio-card__expert-title {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%;
    clear: both;
    float: none; }
    .expert-bio-card__expert-name:last-child,
    .expert-bio-card__expert-title:last-child {
      margin-right: 0; }
  .expert-bio-card__expert-name {
    font-size: 2.75rem;
    line-height: 3rem; }
  .expert-bio-card__profile,
  .expert-bio-card__photo-wrapper {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 35.97561%;
    margin-left: 12.80488%;
    position: relative; }
    .expert-bio-card__profile:last-child,
    .expert-bio-card__photo-wrapper:last-child {
      margin-right: 0; }
  .expert-bio-card__profile {
    padding-right: 0;
    margin-right: 0;
    width: calc(35.97561% + 2.43902%); }
  .expert-bio-card__areas-expertise {
    margin-bottom: 1.25rem; }
  .expert-bio-card__summary {
    display: none; }
  .expert-bio--expert.minimum-info .expert-bio-card__summary {
    display: block; }
  .expert-bio-card__photo {
    position: absolute;
    height: 24rem;
    bottom: 0; }
  .expert-bio-card__profile-wrapper {
    -ms-flex-direction: row;
    flex-direction: row;
    clear: both;
    background: #f3f5f8;
    min-height: 25.25rem; }
  .expert-bio-card__profile {
    -ms-flex-order: 1;
    order: 1; }
  .expert-bio-card__photo-wrapper {
    -ms-flex-order: 2;
    order: 2;
    background: #c5d1d8; }
  .expert-bio-card__social-container {
    text-align: left;
    float: left;
    clear: both; }
    .expert-bio-card__social-container a {
      text-align: center; }
  .expert-bio-body__wrapper {
    padding-bottom: 3.75rem; }
  .expert-bio-publications .article-variations,
  .expert-bio-publications .results-wrapper {
    padding: 0 20px; }
  .expert-bio-publications .article-variations__cards-container {
    margin-top: 0;
    padding-bottom: 0; }
    .expert-bio-publications .article-variations__cards-container section {
      margin-bottom: 1.25rem; }
  .expert-bio-publications .results-wrapper__gutter {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%; }
    .expert-bio-publications .results-wrapper__gutter:last-child {
      margin-right: 0; }
  .expert-bio-publications__featured-title {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%;
    font-size: 2.5rem;
    line-height: 2.5rem;
    position: relative;
    z-index: 1;
    margin-top: 4.375rem; }
    .expert-bio-publications__featured-title:last-child {
      margin-right: 0; }
  .expert-bio .person-list-small .person-list-small__heading {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 48.78049%;
    padding-right: 0; }
    .expert-bio .person-list-small .person-list-small__heading:last-child {
      margin-right: 0; }
  .expert-bio .person-list-small .person-list-small__panelist-wrapper {
    clear: both; }
  .expert-bio--leader .expert-bio-card__summary,
  .expert-bio--staff .expert-bio-card__summary,
  .expert-bio--speaker .expert-bio-card__summary {
    display: block; }
  .expert-bio-body__see-more {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%; }
    .expert-bio-body__see-more:last-child {
      margin-right: 0; }
  .expert-bio__former-employee {
    font-size: 1.5rem;
    line-height: 1.33;
    padding-bottom: 2.875rem; } }

@media screen and (min-width: 1024px) {
  .expert__contact-form-success p {
    margin-bottom: 2.375rem; }
  .page-node-type-person .expert__request .featherlight-content {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 66.12903%;
    margin-left: 16.93548%;
    padding: 23px 60px 0; }
    .page-node-type-person .expert__request .featherlight-content:last-child {
      margin-right: 0; }
    .page-node-type-person .expert__request .featherlight-content .expert__contact-form-title {
      font-size: 30px; }
    .page-node-type-person .expert__request .featherlight-content textarea.mktoField,
    .page-node-type-person .expert__request .featherlight-content input.mktoTextField,
    .page-node-type-person .expert__request .featherlight-content .mktoEmailField,
    .page-node-type-person .expert__request .featherlight-content .mktoTelField {
      font-size: 1rem !important; }
      .page-node-type-person .expert__request .featherlight-content textarea.mktoField::-webkit-input-placeholder,
      .page-node-type-person .expert__request .featherlight-content input.mktoTextField::-webkit-input-placeholder,
      .page-node-type-person .expert__request .featherlight-content .mktoEmailField::-webkit-input-placeholder,
      .page-node-type-person .expert__request .featherlight-content .mktoTelField::-webkit-input-placeholder {
        font-size: 1rem; }
      .page-node-type-person .expert__request .featherlight-content textarea.mktoField:-moz-placeholder,
      .page-node-type-person .expert__request .featherlight-content input.mktoTextField:-moz-placeholder,
      .page-node-type-person .expert__request .featherlight-content .mktoEmailField:-moz-placeholder,
      .page-node-type-person .expert__request .featherlight-content .mktoTelField:-moz-placeholder {
        font-size: 1rem; }
      .page-node-type-person .expert__request .featherlight-content textarea.mktoField::-moz-placeholder,
      .page-node-type-person .expert__request .featherlight-content input.mktoTextField::-moz-placeholder,
      .page-node-type-person .expert__request .featherlight-content .mktoEmailField::-moz-placeholder,
      .page-node-type-person .expert__request .featherlight-content .mktoTelField::-moz-placeholder {
        font-size: 1rem; }
      .page-node-type-person .expert__request .featherlight-content textarea.mktoField::-ms-input-placeholder,
      .page-node-type-person .expert__request .featherlight-content input.mktoTextField::-ms-input-placeholder,
      .page-node-type-person .expert__request .featherlight-content .mktoEmailField::-ms-input-placeholder,
      .page-node-type-person .expert__request .featherlight-content .mktoTelField::-ms-input-placeholder {
        font-size: 1rem; }
      .page-node-type-person .expert__request .featherlight-content textarea.mktoField:-ms-input-placeholder,
      .page-node-type-person .expert__request .featherlight-content input.mktoTextField:-ms-input-placeholder,
      .page-node-type-person .expert__request .featherlight-content .mktoEmailField:-ms-input-placeholder,
      .page-node-type-person .expert__request .featherlight-content .mktoTelField:-ms-input-placeholder {
        font-size: 1rem; }
    .page-node-type-person .expert__request .featherlight-content textarea.mktoField {
      min-height: 10rem !important;
      margin-top: 60px !important;
      margin-bottom: 40px !important; }
    .page-node-type-person .expert__request .featherlight-content .mktoButtonRow {
      max-width: 350px;
      margin: 0 auto;
      display: block; }
  .expert-bio__former-employee {
    font-size: 1.625rem;
    line-height: 1.54;
    padding-bottom: 3.3125rem; }
  .expert-bio--expert.minimum-info .expert-bio-card__summary,
  .expert-bio--expert.minimum-info .expert-bio-card__request {
    position: relative; }
    .expert-bio--expert.minimum-info .expert-bio-card__summary:before,
    .expert-bio--expert.minimum-info .expert-bio-card__request:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: -3.1875rem;
      border-left: 1px solid #d9e3e9; }
  .expert-bio--expert.minimum-info .expert-bio-card__social-container {
    margin-left: 3.1875rem;
    margin-top: 1.875rem; }
  .expert-bio {
    margin-top: 9.8125rem; }
  .expert-bio-card__profile {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 49.19355%;
    margin-left: 8.46774%;
    padding: 2.9375rem 0 2.125rem; }
    .expert-bio-card__profile:last-child {
      margin-right: 0; }
  .expert-bio-card__photo-wrapper {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 40.72581%;
    margin-left: 0;
    position: relative;
    min-height: 21.25rem; }
    .expert-bio-card__photo-wrapper:last-child {
      margin-right: 0; }
    .expert-bio-card__photo-wrapper:before {
      content: '';
      position: absolute;
      width: 100%;
      top: 0;
      bottom: 0;
      right: -2rem;
      background-color: #c5d1d8; }
  .expert-bio-card__areas-expertise {
    float: left;
    display: block;
    margin-right: 3.27869%;
    width: 31.14754%;
    float: none;
    display: inline-block; }
    .expert-bio-card__areas-expertise:last-child {
      margin-right: 0; }
  .expert-bio-card__floated-wrapper {
    float: left;
    display: block;
    margin-right: 3.27869%;
    width: 65.57377%;
    margin-right: 0;
    float: right;
    clear: none;
    margin-top: -8px; }
    .expert-bio-card__floated-wrapper:last-child {
      margin-right: 0; }
  .expert-bio-card__social-container {
    float: left;
    clear: none; }
  .expert-bio-card__expert-name,
  .expert-bio-card__expert-title {
    margin-left: 8.46774%; }
  .expert-bio-card__expert-name {
    font-size: 3.75rem;
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 57.66129%;
    padding-right: 6.25rem;
    float: none; }
    .expert-bio-card__expert-name:last-child {
      margin-right: 0; }
  .expert-bio-card__expert-title {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 49.19355%;
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-top: 1.25rem;
    padding-right: 3%;
    float: none; }
    .expert-bio-card__expert-title:last-child {
      margin-right: 0; }
  .expert-bio-card__profile-wrapper {
    min-height: 21.25rem;
    margin-top: 1.5rem;
    padding: 0 2rem; }
  .expert-bio-card__expertise-eyebrow,
  .expert-bio-card__summary {
    margin-top: 0; }
  .expert-bio-card__expertise-list {
    border: none;
    padding-bottom: 0.625rem; }
  .expert-bio-card__summary {
    display: inline-block;
    vertical-align: top;
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: 0.0125rem; }
  .expert-bio-card__summary,
  .expert-bio-card__request {
    margin-right: 51px;
    margin-left: 51px;
    width: auto;
    position: relative; }
    .expert-bio-card__summary:before,
    .expert-bio-card__request:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: -51px;
      border-left: 1px solid #d9e3e9; }
  .expert-bio-card__request {
    max-width: 18.4375rem; }
  .expert-bio-card__photo {
    height: 28.125rem;
    width: 22.0625rem; }
    .expert-bio-card__photo:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: linear-gradient(transparent 75%, rgba(0, 0, 0, 0.3));
      z-index: 0; }
  .expert-bio-card__download-headshot {
    display: block;
    position: absolute;
    bottom: 1.375rem;
    left: 1.5625rem;
    font-size: 0.75rem;
    letter-spacing: -0.00625rem;
    color: #fff;
    transition: opacity .3s ease; }
    .expert-bio-card__download-headshot:focus, .expert-bio-card__download-headshot:hover, .expert-bio-card__download-headshot:active {
      text-decoration: none;
      opacity: .6; }
      .expert-bio-card__download-headshot:focus .heritage-icon-download:before, .expert-bio-card__download-headshot:hover .heritage-icon-download:before, .expert-bio-card__download-headshot:active .heritage-icon-download:before {
        text-decoration: none;
        display: inline-block; }
    .expert-bio-card__download-headshot span {
      font-size: 1.5625rem;
      margin-right: 1rem;
      position: relative;
      top: 0.3125rem; }
  .expert-bio-card__social-container {
    padding-top: 0; }
  .expert-bio-publications .result-card__commentary:not(._no-image) .result-card__info-wrapper {
    padding-left: 3.125rem; }
  .expert-bio-publications .expert-bio-publications__featured-title,
  .expert-bio-publications .article-variations__cards-container {
    margin-left: 8.46774%; }
  .expert-bio-publications .expert-bio-publications__featured-title {
    margin-top: 4.375rem; }
  .expert-bio-publications .article-variations,
  .expert-bio-publications .results-wrapper {
    width: calc(100% + 64px);
    margin-left: -32px;
    padding: 0 32px; }
  .expert-bio-publications .article-variations__cards-container {
    padding-bottom: 0; }
    .expert-bio-publications .article-variations__cards-container section:last-of-type {
      margin-right: 0;
      width: calc(38% + 2%); }
  .expert-bio-publications .results-wrapper__gutter {
    width: 100%;
    margin: 0; }
  .expert-bio-publications .views-element-container {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 83.06452%;
    margin-left: 8.46774%; }
    .expert-bio-publications .views-element-container:last-child {
      margin-right: 0; }
  .expert-bio-body__see-more {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 57.66129%;
    margin-left: 25.40323%; }
    .expert-bio-body__see-more:last-child {
      margin-right: 0; }
  .expert-bio .person-list-small {
    margin-bottom: 4.6875rem; }
  .expert-bio--staff .expert-bio-card__profile,
  .expert-bio--speaker .expert-bio-card__profile {
    display: -ms-flexbox;
    display: flex; }
  .expert-bio--staff .expert-bio-card__social-container,
  .expert-bio--speaker .expert-bio-card__social-container {
    float: left;
    display: block;
    margin-right: 3.27869%;
    width: 31.14754%;
    border-top: none;
    padding-top: 0;
    -ms-flex-order: 1;
    order: 1; }
    .expert-bio--staff .expert-bio-card__social-container:last-child,
    .expert-bio--speaker .expert-bio-card__social-container:last-child {
      margin-right: 0; }
  .expert-bio--staff .expert-bio-card__summary,
  .expert-bio--speaker .expert-bio-card__summary {
    float: left;
    display: block;
    margin-right: 3.27869%;
    width: 65.57377%;
    margin-left: 0;
    margin-right: 0;
    -ms-flex-order: 2;
    order: 2; }
    .expert-bio--staff .expert-bio-card__summary:last-child,
    .expert-bio--speaker .expert-bio-card__summary:last-child {
      margin-right: 0; }
    .expert-bio--staff .expert-bio-card__summary p,
    .expert-bio--speaker .expert-bio-card__summary p {
      position: relative; }
      .expert-bio--staff .expert-bio-card__summary p:after,
      .expert-bio--speaker .expert-bio-card__summary p:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: -1.875rem;
        left: -1rem;
        border-left: 1px solid #d9e3e9; }
  .expert-bio--staff .person-list-small__panelist-wrapper,
  .expert-bio--speaker .person-list-small__panelist-wrapper {
    padding-top: 1.5rem; }
  /* Special styling for a profile without a photo. */
  .expert-bio.no_profile_photo .expert-bio-body__see-more,
  .expert-bio.no_profile_photo .article__body-copy,
  .expert-bio.no_profile_photo .expert-bio-card__profile,
  .expert-bio.no_profile_photo .expert-bio-card__expert-title,
  .expert-bio.no_profile_photo .expert-bio-card__expert-name {
    max-width: 44.6875rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: none; } }

@media screen and (min-width: 1280px) {
  .expert-bio-card__summary {
    font-size: 1.375rem;
    line-height: 2rem; }
  .expert-bio--leader .expert-bio-card__summary p:after,
  .expert-bio--staff .expert-bio-card__summary p:after,
  .expert-bio--speaker .expert-bio-card__summary p:after {
    left: -2.5rem; } }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

.heritage-report-card-theme--light, .heritage-report-card-theme--dark {
  clear: both;
  overflow: hidden;
  height: 19rem;
  padding: 1.5625rem 1.25rem 0;
  position: relative; }
  @media screen and (min-width: 1024px) {
    .heritage-report-card-theme--light, .heritage-report-card-theme--dark {
      height: 21.875rem; } }
  .heritage-report-card-theme--light .heritage-card-eyebrow, .heritage-report-card-theme--dark .heritage-card-eyebrow {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-size: 0.6875rem;
    font-weight: 500;
    margin-bottom: 1.5625rem; }
    @media screen and (min-width: 768px) {
      .heritage-report-card-theme--light .heritage-card-eyebrow, .heritage-report-card-theme--dark .heritage-card-eyebrow {
        margin-bottom: 2.1875rem; } }
    @media screen and (min-width: 1024px) {
      .heritage-report-card-theme--light .heritage-card-eyebrow, .heritage-report-card-theme--dark .heritage-card-eyebrow {
        margin-bottom: 3.4375rem; } }
  .heritage-report-card-theme--light .heritage-card__title, .heritage-report-card-theme--dark .heritage-card__title {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    margin: 0 0 1.25rem;
    font-size: 2rem;
    line-height: 2.125rem;
    letter-spacing: -0.0125rem;
    transition: none;
    transition: border .1s ease;
    display: inline-block; }
    @media screen and (min-width: 768px) {
      .heritage-report-card-theme--light .heritage-card__title, .heritage-report-card-theme--dark .heritage-card__title {
        margin-bottom: 1.0625rem;
        font-size: 2.25rem;
        line-height: 2.375rem; } }
    @media screen and (min-width: 1024px) {
      .heritage-card-theme--small .heritage-report-card-theme--light .heritage-card__title, .heritage-card-theme--small .heritage-report-card-theme--dark .heritage-card__title {
        font-size: 2rem;
        line-height: 2.125rem; } }
    .heritage-report-card-theme--light .heritage-card__title:focus, .heritage-report-card-theme--light .heritage-card__title:hover, .heritage-report-card-theme--light .heritage-card__title:active, .heritage-report-card-theme--dark .heritage-card__title:focus, .heritage-report-card-theme--dark .heritage-card__title:hover, .heritage-report-card-theme--dark .heritage-card__title:active {
      color: #c4d82d; }
  .heritage-report-card-theme--light-author, .heritage-report-card-theme--dark-author {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    font-style: italic;
    font-size: 1.1875rem;
    margin-bottom: 0.375rem;
    margin-top: 0.3125rem; }
  .heritage-report-card-theme--light-date, .heritage-report-card-theme--dark-date {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.6875rem;
    letter-spacing: -0.00625rem;
    display: block; }
    .heritage-report-card-theme--light-date span, .heritage-report-card-theme--dark-date span {
      font-weight: 300;
      margin-left: 0.4375rem; }
  .heritage-report-card-theme--light-arrow, .heritage-report-card-theme--dark-arrow {
    display: block;
    float: right;
    position: absolute;
    right: 40px;
    bottom: 36px;
    z-index: 4; }
    .heritage-report-card-theme--light-arrow:focus, .heritage-report-card-theme--light-arrow:hover, .heritage-report-card-theme--dark-arrow:focus, .heritage-report-card-theme--dark-arrow:hover {
      text-decoration: none; }
  @media screen and (min-width: 768px) {
    .heritage-report-card-theme--light, .heritage-report-card-theme--dark {
      height: 21.875rem;
      padding: 1.5625rem 2.5rem 0; } }

.heritage-report-card-theme--light {
  background-color: #fff; }
  .heritage-report-card-theme--light .heritage-card-eyebrow {
    color: #264a59; }
  .heritage-report-card-theme--light .heritage-card__title {
    color: #264a59; }
    .heritage-report-card-theme--light .heritage-card__title:focus span, .heritage-report-card-theme--light .heritage-card__title:hover span, .heritage-report-card-theme--light .heritage-card__title:active span {
      color: #264a59; }
  .heritage-report-card-theme--light-author {
    color: #111d22; }
    .heritage-report-card-theme--light-author a {
      color: #0093d0;
      cursor: pointer; }
  .heritage-report-card-theme--light-date {
    color: #264a59; }
    .heritage-report-card-theme--light-date span {
      color: #75a5c0; }
  .heritage-report-card-theme--light-arrow {
    color: #0093d0; }

.heritage-report-card-theme--dark {
  background-color: #22262c; }
  .heritage-report-card-theme--dark .heritage-card-eyebrow {
    color: #fff; }
  .heritage-report-card-theme--dark .heritage-card__title {
    color: #fff; }
    .heritage-report-card-theme--dark .heritage-card__title:focus span, .heritage-report-card-theme--dark .heritage-card__title:hover span, .heritage-report-card-theme--dark .heritage-card__title:active span {
      color: #fff; }
  .heritage-report-card-theme--dark-author {
    color: #bee7f9; }
    .heritage-report-card-theme--dark-author a {
      color: #bee7f9; }
  .heritage-report-card-theme--dark-date {
    color: #fff; }
    .heritage-report-card-theme--dark-date span {
      color: #bee7f9; }
  .heritage-report-card-theme--dark-arrow {
    color: #c4d82d; }

.commentary-author-image-wrapper {
  display: none; }
  @media screen and (min-width: 768px) {
    .commentary-author-image-wrapper {
      position: relative;
      display: inline-block;
      float: left;
      margin-top: 1.5625rem;
      border-radius: 50%;
      max-width: min(28% - 20px, 100% - 370px);
      width: auto;
      overflow: hidden; }
      .commentary-author-image-wrapper:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #c5d1d8;
        z-index: 0; }
      .commentary-author-image-wrapper:after {
        border-radius: 50%; }
      .commentary-author-image-wrapper img {
        position: relative;
        z-index: 1;
        border-radius: 50%; } }

.heritage-commentary-card-theme--light, .heritage-commentary-card-theme--dark {
  clear: both;
  overflow: hidden;
  height: 19rem;
  padding: 1.5625rem 1.25rem 0; }
  @media screen and (min-width: 768px) {
    .heritage-commentary-card-theme--light, .heritage-commentary-card-theme--dark {
      padding-left: 2.5rem; } }
  @media screen and (min-width: 1024px) {
    .heritage-commentary-card-theme--light, .heritage-commentary-card-theme--dark {
      height: 21.875rem; } }
  .heritage-commentary-card-theme--light .heritage-card-eyebrow, .heritage-commentary-card-theme--dark .heritage-card-eyebrow {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-size: 0.6875rem;
    font-weight: 300;
    margin-bottom: 0.3125rem; }
    @media screen and (min-width: 768px) {
      .heritage-commentary-card-theme--light .heritage-card-eyebrow, .heritage-commentary-card-theme--dark .heritage-card-eyebrow {
        display: block;
        padding-left: 1.25rem;
        margin-bottom: 1.25rem; } }
  @media screen and (min-width: 768px) {
    .heritage-commentary-card-theme--light-wrap::after, .heritage-commentary-card-theme--dark-wrap::after {
      clear: both;
      content: '';
      display: table; } }
  .heritage-commentary-card-theme--light-wrap img, .heritage-commentary-card-theme--dark-wrap img {
    display: none; }
    @media screen and (min-width: 768px) {
      .heritage-commentary-card-theme--light-wrap img, .heritage-commentary-card-theme--dark-wrap img {
        display: block;
        width: 100%;
        float: left; } }
  @media screen and (min-width: 768px) {
    .heritage-commentary-card-theme--light-info, .heritage-commentary-card-theme--dark-info,
    .heritage-report-card-theme--light-info, .heritage-report-card-theme--dark-info {
      float: left;
      width: 21.875rem;
      margin-left: 1.25rem; } }
  @media screen and (min-width: 1280px) {
    .heritage-commentary-card-theme--light-info, .heritage-commentary-card-theme--dark-info,
    .heritage-report-card-theme--light-info, .heritage-report-card-theme--dark-info {
      width: 72%; } }
  .heritage-commentary-card-theme--light-info .heritage-card__title, .heritage-commentary-card-theme--dark-info .heritage-card__title {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    margin: 0 0 1.25rem;
    font-size: 2rem;
    line-height: 2.125rem;
    letter-spacing: -0.0125rem;
    display: inline-block; }
    @media screen and (min-width: 768px) {
      .heritage-commentary-card-theme--light-info .heritage-card__title, .heritage-commentary-card-theme--dark-info .heritage-card__title {
        margin-bottom: 1.0625rem;
        font-size: 2.25rem;
        line-height: 2.375rem; } }
    @media screen and (min-width: 1024px) {
      .heritage-card-theme--small .heritage-commentary-card-theme--light-info .heritage-card__title, .heritage-card-theme--small .heritage-commentary-card-theme--dark-info .heritage-card__title {
        font-size: 2rem;
        line-height: 2.125rem; } }
  .heritage-commentary-card-theme--light-author, .heritage-commentary-card-theme--dark-author {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    font-style: italic;
    font-size: 1.1875rem;
    margin-bottom: 0.375rem; }
  .heritage-commentary-card-theme--light-date, .heritage-commentary-card-theme--dark-date {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.6875rem;
    letter-spacing: -0.00625rem; }
    .heritage-commentary-card-theme--light-date span, .heritage-commentary-card-theme--dark-date span {
      font-weight: 300;
      margin-left: 0.4375rem; }
  .heritage-commentary-card-theme--light-arrow, .heritage-commentary-card-theme--dark-arrow {
    display: block;
    float: right;
    position: absolute;
    right: 40px;
    bottom: 36px; }
    .heritage-commentary-card-theme--light-arrow:focus, .heritage-commentary-card-theme--light-arrow:hover, .heritage-commentary-card-theme--dark-arrow:focus, .heritage-commentary-card-theme--dark-arrow:hover {
      text-decoration: none; }

.heritage-commentary-card-theme--light {
  background-color: #fff; }
  .heritage-commentary-card-theme--light .heritage-card-eyebrow {
    color: #264a59; }
  .heritage-commentary-card-theme--light-info h3 {
    color: #264a59; }
  .heritage-commentary-card-theme--light-author {
    color: #0093d0; }
  .heritage-commentary-card-theme--light-date {
    color: #264a59; }
    .heritage-commentary-card-theme--light-date span {
      color: #75a5c0; }
  .heritage-commentary-card-theme--light-arrow {
    color: #0093d0; }

.heritage-commentary-card-theme--dark {
  background-color: #22262c; }
  .heritage-commentary-card-theme--dark .heritage-card-eyebrow {
    color: #fff; }
  .heritage-commentary-card-theme--dark-info .heritage-card__title {
    color: #fff; }
  .heritage-commentary-card-theme--dark-author {
    color: #bee7f9; }
  .heritage-commentary-card-theme--dark-date {
    color: #fff; }
    .heritage-commentary-card-theme--dark-date span {
      color: #75a5c0; }
  .heritage-commentary-card-theme--dark-arrow {
    color: #c4d82d; }

.heritage-explainer-card {
  clear: both;
  height: 19rem;
  padding: 1.5625rem 1.25rem 0;
  position: relative; }
  @media screen and (min-width: 768px) {
    .heritage-explainer-card {
      padding: 1.625rem 2.5rem 0; } }
  @media screen and (min-width: 1024px) {
    .heritage-explainer-card {
      height: 21.875rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1279px) {
    .heritage-card-theme--small.heritage-explainer-card .heritage-explainer-card-summary,
    .heritage-card-theme--small.heritage-explainer-card .heritage-explainer-card-line {
      display: none; }
    .heritage-card-theme--small.heritage-explainer-card .heritage-card__title {
      font-size: 2.25rem;
      line-height: 2.375rem; } }
  .hovered._has-image.heritage-explainer-card .heritage-card-image-background {
    -ms-transform: scale(1);
    transform: scale(1); }
  .heritage-explainer-card .heritage-card-eyebrow {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-size: 0.6875rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 1.5625rem;
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 768px) {
      .heritage-explainer-card .heritage-card-eyebrow {
        margin-bottom: 26px; } }
  .heritage-explainer-card .heritage-icon-arrow_long {
    color: #c4d82d;
    display: block;
    float: right;
    transition: transform .3s ease; }
    .heritage-explainer-card .heritage-icon-arrow_long:focus, .heritage-explainer-card .heritage-icon-arrow_long:hover {
      text-decoration: none; }
  .heritage-explainer-card-wrap {
    overflow: hidden;
    clear: both;
    text-align: center;
    display: block;
    position: static; }
    .heritage-explainer-card-wrap:focus, .heritage-explainer-card-wrap:hover {
      text-decoration: none; }
    .heritage-explainer-card-wrap .heritage-card__title {
      font-family: 'Chronicle Display A', 'Chronicle Display B';
      font-weight: 300;
      font-size: 2rem;
      line-height: 2.125rem;
      text-align: center;
      color: #fff;
      margin: 0;
      display: block;
      width: 100%;
      position: relative;
      z-index: 1; }
      @media screen and (min-width: 768px) {
        .heritage-explainer-card-wrap .heritage-card__title {
          font-size: 2.25rem;
          line-height: 2.375rem; } }
      @media screen and (min-width: 1024px) {
        .heritage-card-theme--large .heritage-explainer-card-wrap .heritage-card__title {
          font-size: 3.125rem;
          line-height: 3.125rem; } }
    .heritage-explainer-card-wrap .heritage-explainer-card-summary {
      display: none; }
      @media screen and (min-width: 768px) {
        .heritage-explainer-card-wrap .heritage-explainer-card-summary {
          display: block; } }
    .heritage-explainer-card-wrap .heritage-explainer-card-summary * {
      font-family: 'Chronicle Display A', 'Chronicle Display B';
      font-weight: 200;
      font-size: 1.25rem;
      font-style: italic;
      letter-spacing: 0.0125rem;
      text-align: center;
      color: #fff;
      position: relative;
      z-index: 1;
      margin-top: 0.75rem; }
  .heritage-explainer-card-line {
    content: '';
    background: #c4d82d;
    width: 40%;
    height: 0.125rem;
    display: none;
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 768px) {
      .heritage-explainer-card-line {
        display: inline-block; } }

@media screen and (min-width: 1024px) {
  .heritage-card-theme--small {
    width: 40%;
    margin-right: 2%;
    float: left;
    display: block;
    clear: none; }
    .heritage-card-theme--small .heritage-card__title {
      font-size: 2rem;
      line-height: 2.125rem; }
    .heritage-card-theme--small .heritage-card-eyebrow {
      padding-left: 0; }
    .heritage-card-theme--small-wrap img {
      display: none; }
    .heritage-card-theme--small-info {
      width: auto;
      margin-left: 0; }
    .heritage-card-theme--small .featured-events__play {
      display: block;
      position: relative;
      z-index: 2; } }

@media screen and (min-width: 1024px) {
  .heritage-card-theme--medium {
    float: left;
    display: block;
    margin-right: 1.94175%;
    width: 49.02913%;
    clear: both; }
    .heritage-card-theme--medium:last-child {
      margin-right: 0; }
    .heritage-card-theme--medium .heritage-card-eyebrow {
      padding-left: 0.625rem; }
    .heritage-card-theme--medium-wrap img {
      width: 6.25rem;
      height: 6.25rem; }
    .heritage-card-theme--medium-info {
      width: 18.75rem;
      margin-left: 1.25rem; } }

@media screen and (min-width: 1024px) {
  .heritage-card-theme--large {
    width: 58%;
    margin-right: 2%;
    float: left;
    display: block;
    clear: none; }
    .heritage-card-theme--large .featured-events__play {
      display: block;
      position: relative;
      z-index: 2; } }

select {
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.button-base, .button-blue, .issue-breaker__button, .button-dark-blue, .article-body__read-more, .button-light-blue, .path-contact .contact__contact-forms .mktoButton, .page-node-type-person .expert__request .featherlight-content .mktoButton {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  cursor: pointer;
  display: block;
  border-style: none;
  color: #fff;
  transition: background-color .3s ease; }

.button-blue, .issue-breaker__button {
  background-color: #264a59; }
  .button-blue:focus, .issue-breaker__button:focus, .button-blue:hover, .issue-breaker__button:hover {
    background-color: #386274; }

.button-dark-blue, .article-body__read-more {
  background-color: #252a2f; }
  .button-dark-blue:focus, .article-body__read-more:focus, .button-dark-blue:hover, .article-body__read-more:hover {
    background-color: #292e35; }
    .button-dark-blue:focus i, .article-body__read-more:focus i, .button-dark-blue:hover i, .article-body__read-more:hover i {
      color: #c4d82d; }

.button-light-blue {
  background-color: #6193b4;
  font-weight: 300; }

.button-more, .issue-landing .pager__item a {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  color: #264a59;
  border: none;
  display: block;
  border-bottom: #c5d1d8 4px solid;
  background-color: transparent;
  transition: all .3 ease;
  position: relative; }
  .button-more a:focus, .issue-landing .pager__item a a:focus, .button-more:focus, .issue-landing .pager__item a:focus,
  .button-more a:hover,
  .issue-landing .pager__item a a:hover, .button-more:hover, .issue-landing .pager__item a:hover {
    text-decoration: none; }
  .button-more i, .issue-landing .pager__item a i {
    font-size: 24px;
    color: #0093d0; }
  .button-more:after, .issue-landing .pager__item a:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -4px;
    height: 4px;
    transition: all .3s ease;
    background-color: #0093d0; }
  .button-more:focus, .issue-landing .pager__item a:focus, .button-more:hover, .issue-landing .pager__item a:hover, .button-more.active, .issue-landing .pager__item a.active {
    color: #0093d0;
    text-decoration: none; }
    .button-more:focus i, .issue-landing .pager__item a:focus i, .button-more:hover i, .issue-landing .pager__item a:hover i, .button-more.active i, .issue-landing .pager__item a.active i {
      color: #0093d0; }
    .button-more:focus:after, .issue-landing .pager__item a:focus:after, .button-more:hover:after, .issue-landing .pager__item a:hover:after, .button-more.active:after, .issue-landing .pager__item a.active:after {
      left: 0;
      right: 0; }
  .button-more._inactive, .issue-landing .pager__item a._inactive {
    opacity: 0;
    height: 0;
    padding: 0; }

body.bodyNoScroll {
  overflow: hidden; }

/*!
 * tabbyjs v12.0.3
 * Lightweight, accessible vanilla JS toggle tabs.
 * (c) 2019 Chris Ferdinandi
 * MIT License
 * http://github.com/cferdinandi/tabby
 */
/**
 * The tablist
 */
[role="tablist"] {
  border-bottom: 1px solid lightgray;
  list-style: none;
  margin: 0;
  padding: 0; }

[role="tablist"] * {
  box-sizing: border-box; }

/**
 * The tablist item
 */
@media (min-width: 30em) {
  [role="tablist"] li {
    display: inline-block; } }

/**
 * The tabs
 */
[role="tab"] {
  border: 1px solid transparent;
  border-top-color: lightgray;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  /**
	 * Active tab styling
	 */
  /**
	 * Tabs on hover
	 */ }

@media (min-width: 30em) {
  [role="tab"] {
    border-top-color: transparent;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    display: inline-block;
    margin-bottom: -1px; } }

[role="tab"][aria-selected="true"] {
  background-color: lightgray; }

@media (min-width: 30em) {
  [role="tab"][aria-selected="true"] {
    background-color: transparent;
    border: 1px solid lightgray;
    border-bottom-color: #ffffff; } }

[role="tab"]:hover:not([aria-selected="true"]) {
  background-color: #f7f7f7; }

@media (min-width: 30em) {
  [role="tab"]:hover:not([aria-selected="true"]) {
    border: 1px solid lightgray; } }

/**
 * [hidden] fallback for IE10 and lower
 */
[hidden] {
  display: none; }

@keyframes slideStickyBar {
  from {
    top: -100px; }
  to {
    top: 0; } }

@keyframes slideStickyBarAgain {
  from {
    top: 0; }
  to {
    top: -100px; } }

.path-events._sticky .event-calendar {
  padding-top: 82px; }

.path-events._sticky .event-calendar__scrubber {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #f3f5f8;
  z-index: 4;
  top: -100px;
  transition: all .3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.path-events._sticky .event-calendar__scrubber-bar {
  margin: auto;
  max-width: 1600px; }

.path-events._entry .event-calendar__scrubber {
  animation: slideStickyBar .3s ease forwards; }

.path-events._exit .event-calendar__scrubber {
  animation: slideStickyBarAgain .3s ease forwards; }

.path-events .section.content-wrapper {
  overflow: hidden; }

.path-events #header.header {
  display: none; }

.path-events #block-heritage-theme-page-title h1 {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 300;
  display: block;
  font-size: 2.75rem;
  color: #061d46;
  margin: 2.25rem 0 0.6875rem;
  max-width: 1600px; }

.path-events .featured-events {
  position: relative; }
  .path-events .featured-events::after {
    clear: both;
    content: '';
    display: table; }

.path-events .featured-events:not(.featured-events--notable-past):before {
  content: '';
  position: absolute;
  background-color: #f3f5f8;
  width: 100vw;
  bottom: -11rem;
  height: 18.4375rem;
  z-index: -1; }

.path-events .featured-events__notable-past-title {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 300;
  font-size: 2.125rem;
  line-height: 2.625rem;
  color: #061d46;
  margin-bottom: 1.625rem; }

.path-events .featured-events__social-container {
  margin-top: 1.875rem; }

.path-events .event-calendar {
  margin-bottom: 3.125rem; }

.path-events .event-calendar--no-events {
  margin-bottom: 0.9375rem; }

.path-events .heritage-impact-breaker,
.path-events .featured-events__notable-past-title {
  clear: both; }

@media screen and (min-width: 768px) {
  .path-events._sticky .event-calendar {
    padding-top: 5.3125rem; }
  .path-events #block-heritage-theme-page-title h1 {
    margin-left: 12.80488%;
    margin-top: 9.3125rem;
    margin-bottom: 2.125rem;
    padding-top: 3.125rem;
    font-size: 4rem; }
  .path-events .featured-events__notable-past-title {
    font-size: 1.875rem;
    line-height: 2.5rem;
    margin-bottom: 2.1875rem;
    margin-left: 12.80488%; }
  .path-events .featured-events:not(.featured-events--notable-past):before {
    height: 92.0625rem;
    bottom: initial;
    top: 16.9375rem;
    left: -20px; }
  .path-events .event-calendar {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%;
    margin-top: 1.125rem; }
    .path-events .event-calendar:last-child {
      margin-right: 0; }
  .path-events .featured-events--notable-past {
    margin-bottom: 2.375rem; }
  .path-events .featured-events__social-container {
    margin-top: 1.875rem;
    right: 2.1875rem;
    top: -10rem; } }

@media screen and (min-width: 1024px) {
  .path-events._sticky .event-calendar {
    padding-top: 5.375rem; }
  .path-events .featured-events__social-container {
    right: 0; }
  .path-events .event-calendar {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 83.06452%;
    margin-left: 8.46774%;
    margin-top: 1.5625rem; }
    .path-events .event-calendar:last-child {
      margin-right: 0; }
  .path-events #block-heritage-theme-page-title h1 {
    margin-left: 8.46774%;
    font-size: 4.375rem;
    margin-bottom: 2.875rem; }
  .path-events .featured-events__notable-past-title {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-left: 8.46774%; }
  .path-events .featured-events:not(.featured-events--notable-past):before {
    left: calc(-8.46774% - 32px - 20px);
    height: 65.375rem;
    top: 16.5625rem; }
  .path-events .heritage-impact-breaker {
    width: auto;
    margin-right: -32px; } }

.page-node-type-homepage .navigation-global__nav-tier #block-secondarynavigtation .mainmenu a {
  color: #fff; }
  @media screen and (min-width: 768px) {
    .page-node-type-homepage .navigation-global__nav-tier #block-secondarynavigtation .mainmenu a {
      font-size: 1rem; } }

/* @media screen and (max-width: 900px) {
  .page-node-type-homepage .navigation-global__nav-tier nav .mainmenu li {
    margin-right: 2rem; } } */

.node--type-homepage {
  font-family: "Gotham A", "Gotham B", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  /* Slider */
  /* Arrows */
  /* Dots */ }
  .node--type-homepage .image-hero:after {
    content: '';
    background: none; }
  .node--type-homepage .node--view-mode-block-listing img {
    width: 30px;
    height: 30px; }
  .node--type-homepage .image-hero__subheadline,
  .node--type-homepage .image-hero__headline {
    color: #fff;
    text-align: center; }
  .node--type-homepage .image-hero__headline span {
    font-style: italic;
    display: block;
    margin-top: 15px; }
  .node--type-homepage .image-hero__headline {
    font-size: 1.5rem; }
    @media screen and (min-width: 481px) {
      .node--type-homepage .image-hero__headline {
        font-size: 1.875rem; } }
    @media screen and (min-width: 768px) {
      .node--type-homepage .image-hero__headline {
        font-size: 2.25rem; } }
    @media screen and (min-width: 1024px) {
      .node--type-homepage .image-hero__headline {
        margin: 2rem 0; } }
    @media screen and (min-width: 1280px) {
      .node--type-homepage .image-hero__headline {
        font-size: 2.75rem;
        margin: 4rem 0 2rem 0; } }
  .node--type-homepage .image-hero__subheadline {
    font-size: 1.25rem;
    margin: 2rem 0;
    font-weight: 400;
    font-style: italic;
    font-family: "Chronicle Display A", "Chronicle Display B";
    letter-spacing: 0.25px; }
    @media screen and (min-width: 768px) {
      .node--type-homepage .image-hero__subheadline {
        font-size: 1.375rem; } }
    @media screen and (min-width: 1024px) {
      .node--type-homepage .image-hero__subheadline {
        font-size: 1.5rem; } }
  .node--type-homepage .homepage-hero {
    min-height: 375px; }
    @media screen and (min-width: 768px) {
      .node--type-homepage .homepage-hero {
        min-height: 375px; } }
    @media screen and (min-width: 1280px) {
      .node--type-homepage .homepage-hero {
        min-height: 400px; } }
  .node--type-homepage .image-hero__image-container {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden; }
    .node--type-homepage .image-hero__image-container article, .node--type-homepage .image-hero__image-container div {
      height: 100%; }
    .node--type-homepage .image-hero__image-container img {
      height: 100%;
      object-fit: cover;
      object-position: center;
      width: 100%; }
  .node--type-homepage .image-hero__info-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 4.4375rem; }
    @media screen and (min-width: 768px) {
      .node--type-homepage .image-hero__info-wrapper {
        padding-top: 12.187rem;
        padding-bottom: 5px; } }
    @media screen and (min-width: 1024px) {
      .node--type-homepage .image-hero__info-wrapper {
        padding-top: 15rem; } }
    @media screen and (min-width: 1280px) {.lbs-block-layout-container, .policy-priorities .card-container
      .node--type-homepage .image-hero__info-wrapper {
        padding-top: 9.375rem;
        padding-bottom: 0; } }
  .node--type-homepage .impact-cta .impact-cta-btn {
    font-family: "Gotham A", "Gotham B", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 500;
    background-color: #386274;
    border-style: none;
    color: #fff;
    font-size: 1.125rem;
    text-transform: uppercase;
    letter-spacing: .125rem;
    padding: 18px 32px;
    transition: background-color .3s ease;
    display: block; }
    @media screen and (max-width: 767px) {
      .node--type-homepage .impact-cta .impact-cta-btn {
        font-size: 1rem;
      }
    }
  .node--type-homepage .impact-cta {
    margin: 0; }
  .node--type-homepage .impact-cta:hover .impact-cta-btn {
    background-color: #2e647b;
    text-decoration: none; }
  .node--type-homepage .social-follow--container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    position: absolute;
    top: 150px;
    right: 18px;
    z-index: 9999; }
    @media screen and (min-width: 1024px) {
      .node--type-homepage .social-follow--container {
        top: 195px;
        right: 36px; } }
    @media screen and (max-width: 767px) {
      .node--type-homepage .social-follow--container {
        top: 20px;
        right: 18px; } }
  .node--type-homepage .social-follow--container a:last-of-type {
    margin-right: 0; }
  .node--type-homepage .global-footer__facebook-circle {
    margin-right: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center; }
  .node--type-homepage .global-footer__facebook-circle img {
    width: 20px; }
  .node--type-homepage .grid--container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    max-width: 960px;
    width: 100%;
    margin: 0 auto; }
    @media screen and (min-width: 1280px) {
      .node--type-homepage .grid--container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 25px;
        max-width: none; } }
  .node--type-homepage .grid--flex-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (min-width: 1280px) {
      .node--type-homepage .grid--flex-container {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: baseline;
        align-items: baseline; } }
  .node--type-homepage .grid--small-container {
    display: block;
    max-width: 960px;
    width: 100%;
    margin: 0 auto 50px; }
    @media screen and (min-width: 1280px) {
      .node--type-homepage .grid--small-container {
        max-width: 1280px; } }
  .node--type-homepage .grid--container-left {
    -ms-flex: 1.25;
    flex: 1.25;
    margin-right: 0; }
    @media screen and (min-width: 1280px) {
      .node--type-homepage .grid--container-left {
        margin-right: 50px; } }
  .node--type-homepage .grid--container-left.desktop--latest-trending {
    display: none; }
    @media screen and (min-width: 1280px) {
      .node--type-homepage .grid--container-left.desktop--latest-trending {
        display: block; } }
  .node--type-homepage .grid--container-left.mobile--latest-trending {
    display: block;
    margin: 36px 0 20px; }
    @media screen and (min-width: 1280px) {
      .node--type-homepage .grid--container-left.mobile--latest-trending {
        height: 0px;
        overflow-y: hidden;
        margin: 0; } }
  .node--type-homepage .grid--container-right {
    -ms-flex: 2;
    flex: 2;
    margin-bottom: 25px;
    width: 100%;
    overflow: visible; }
    @media screen and (min-width: 1280px) {
      .node--type-homepage .grid--container-right {
        margin-top: 0;
        width: 100%;
        overflow: hidden; } }
  .node--type-homepage .grid--container-view-container {
    border-radius: 5px;
    padding: 0 15px 15px 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.125); }
  .node--type-homepage .grid--container-view-container .views-element-container {
    height: 362px;
    overflow-y: scroll; }
  .node--type-homepage .grid--container-view-container.left--container-top {
    margin-bottom: 36px; }
    @media screen and (min-width: 1280px) {
      .node--type-homepage .grid--container-view-container.left--container-top {
        margin-bottom: 25px; } }
  .node--type-homepage .grid--container-view-container.left--container-bottom {
    margin-bottom: 0; }
    @media screen and (min-width: 1280px) {
      .node--type-homepage .grid--container-view-container.left--container-bottom {
        margin-top: 0;
        margin-bottom: 50px; } }
  .node--type-homepage .grid--container-feature-container {
    margin-bottom: 25px; }
  .node--type-homepage .grid--container-news-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .node--type-homepage .grid--container-news-container {
        -ms-flex-direction: row;
        flex-direction: row; } }
  .node--type-homepage .grid--container-news-container .grid--header {
    margin-top: 0; }
  .node--type-homepage .grid--news-left {
    margin-right: 0;
    margin-bottom: 25px;
    position: relative;
    -ms-flex: 1;
    flex: 1; }
    @media screen and (min-width: 768px) {
      .node--type-homepage .grid--news-left {
        margin-right: 50px; } }
  .node--type-homepage .grid--container-news-container .featured-events__arrow {
    right: 5rem; }
    @media screen and (min-width: 768px) {
      .node--type-homepage .grid--container-news-container .featured-events__arrow {
        right: 2.5rem; } }
  .node--type-homepage .grid--container-news-container a:hover .featured-events__arrow {
    right: 40px; }
    @media screen and (min-width: 768px) {
      .node--type-homepage .grid--container-news-container a:hover .featured-events__arrow {
        right: 20px; } }
  .node--type-homepage .impact-item--content-container:hover .featured-events__arrow {
    right: 20px; }
  .node--type-homepage .grid--news-left .featured-content {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    height: 275px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: initial; }
  .node--type-homepage .grid--news-left img {
    width: 80%;
    position: absolute;
    z-index: 1; }
  .node--type-homepage .grid--news-right {
    position: relative;
    -ms-flex: 1;
    flex: 1; }
  .node--type-homepage .grid--news-right .featured-content {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    height: 275px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: initial; }
  .node--type-homepage .grid--news-right img {
    width: 50%;
    position: absolute;
    z-index: 1; }
  .node--type-homepage .grid--header {
    font-size: 18px;
    font-weight: 400;
    font-family: "Gotham A", "Gotham B", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    border-bottom: 1px solid #eee;
    color: #386274;
    padding-bottom: 12px;
    padding-top: 15px; }
  .node--type-homepage .desktop--latest-trending .grid--header,
  .node--type-homepage .mobile--latest-trending .grid--header,
  .node--type-homepage .grid--issue-header.grid--header > span {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1;
    letter-spacing: 1px;
    color: rgba(40, 74, 88, 0.75); }
  .node--type-homepage .grid--header:not(.box-header) {
    font-weight: 700;
    font-size: .75rem;
    line-height: 1;
    letter-spacing: 1px;
    color: rgba(40, 74, 88, 0.75); }
  .node--type-homepage .small--header {
    font-size: 12px;
    font-family: "Gotham A", "Gotham B", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    padding-top: 29px;
    color: #386274; }
  .node--type-homepage .grid--header a,
  .node--type-homepage .small--header a {
    color: #386274;
    display: block;
    width: 100%; }
  .node--type-homepage .grid--header:not(.box-header) a {
    color: rgba(40, 74, 88, 0.75); }
  .node--type-homepage .grid--header a:hover,
  .node--type-homepage .small--header a:hover {
    text-decoration: underline; }
  .node--type-homepage .grid--header:not(.box-header) a:hover {
    text-decoration: none;
    color: #284a58; }
  .node--type-homepage .grid--three-column-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (min-width: 1280px) {
      .node--type-homepage .grid--three-column-container {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly; } }
  .node--type-homepage .grid--three-column-item {
    font-family: "Gotham A", "Gotham B", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    @media screen and (min-width: 1280px) {
      .node--type-homepage .grid--three-column-item {
        width: calc(1 / 3 * 100% - (1 - 1 / 3) * 50px);
        margin: 0 50px 0 0; } }
  @media screen and (min-width: 1280px) {
    .node--type-homepage .grid--three-column-item:last-of-type {
      margin-right: 0; } }
  .node--type-homepage .view-list--container a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row; }
  .node--type-homepage .view-list--container a:hover {
    text-decoration: none; }
  .node--type-homepage .view-list--container a:hover .view-list--header {
    text-decoration: underline; }
  .node--type-homepage .view-list--content-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
  .node--type-homepage .view-list--image-container {
    height: 80px;
    width: 120px;
    min-height: 80px;
    min-width: 120px;
    margin-right: 25px;
    border-radius: 5px;
    border: 1px solid #eee;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden; }
  .node--type-homepage .view-list--image-container img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%; }
  .node--type-homepage .view .view-list--container {
    padding-right: 17px;
    margin-bottom: 20px; }
  .node--type-homepage .view .view-row:last-of-type .view-list--container {
    margin-bottom: 0; }
  .node--type-homepage .view-list--eyebrow {
    font-size: 8px;
    margin-bottom: 0;
    color: #386274; }
  .node--type-homepage .view-list--eyebrow .eyebrow {
    font-size: 8px;
    text-transform: uppercase;
    color: #386274; }
  .node--type-homepage .view-list--eyebrow span {
    color: #da181a; }
  .node--type-homepage .view-list--header {
    font-size: 18px;
    font-family: "Chronicle Display A", "Chronicle Display B";
    margin-top: 4px;
    margin-bottom: 4px;
    color: #386274;
    font-weight: 400;
    line-height: 1; }
  .node--type-homepage .view-list--byline {
    font-size: 0.75rem;
    font-style: italic;
    font-family: "Chronicle Display A", "Chronicle Display B";
    font-weight: 400; }
  .node--type-homepage .paragraph--type--homepage-training-item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 450px;
    width: 100%; }
  .node--type-homepage .training--items .featured-content {
    min-height: 425px;
    margin-bottom: 0; }
  .node--type-homepage .paragraph--type--homepage-featured-item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 475px;
    width: 100%; }
  .node--type-homepage .paragraph--type--homepage-featured-item.light_blue .featured-content__image-wrapper::after,
  .node--type-homepage .impact--content.light_blue .featured-content__image-wrapper::after,
  .node--type-homepage .paragraph--type--homepage-training-item.light_blue .featured-content__image-wrapper::after,
  .node--type-homepage .grid--news-left.light_blue .featured-content__image-wrapper::after,
  .node--type-homepage .grid--news-right.light_blue .featured-content__image-wrapper::after {
    background: rgba(97, 147, 180, 0.8); }
  .node--type-homepage .paragraph--type--homepage-featured-item.no-color .featured-content__image-wrapper::after,
  .node--type-homepage .impact--content.no-color .featured-content__image-wrapper::after,
  .node--type-homepage .paragraph--type--homepage-training-item.no-color .featured-content__image-wrapper::after,
  .node--type-homepage .grid--news-left.no-color .featured-content__image-wrapper::after,
  .node--type-homepage .grid--news-right.no-color .featured-content__image-wrapper::after {
    background: none; }
  .node--type-homepage .featured-item-slide--item {
    width: 100%; }
  .node--type-homepage .featured-item--content-container {
    width: 100%;
    margin: 0 auto;
    padding: 0 14%;
    z-index: 1; }
  .node--type-homepage .featured-item--eyebrow {
    font-size: 11px;
    margin-bottom: 0;
    color: #fff; }
  .node--type-homepage .featured-item--eyebrow .eyebrow {
    font-size: 11px;
    text-transform: uppercase;
    color: #fff; }
  .node--type-homepage .featured-item--eyebrow span {
    color: #fff; }
  .node--type-homepage .featured-item--header {
    font-size: 24px;
    font-family: "Chronicle Display A", "Chronicle Display B";
    margin-top: 25px;
    margin-bottom: 50px;
    color: #fff;
    font-weight: 200; }
    @media screen and (min-width: 768px) {
      .node--type-homepage .featured-item--header {
        font-size: 36px; } }
  .node--type-homepage .featured-item--date {
    font-size: 12px;
    color: #fff; }
  .node--type-homepage .impact-item--image-container .featured-content__image-wrapper {
    z-index: -1; }
  .node--type-homepage .paragraph--type--homepage-impact-item {
    display: block; }
    @media screen and (min-width: 1280px) {
      .node--type-homepage .paragraph--type--homepage-impact-item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-bottom: 50px; } }
  .node--type-homepage .impact-item--content-container {
    -ms-flex: 1;
    flex: 1;
    position: relative;
    margin-top: 25px; }
    @media screen and (min-width: 1280px) {
      .node--type-homepage .impact-item--content-container {
        margin-top: 0; } }
  .node--type-homepage .impact-item--content-container a .intro--item,
  .node--type-homepage .impact-item--content-container .intro--item {
    width: 100%;
    padding-top: 0;
    padding-bottom: 50px;
    position: relative; }
    @media screen and (min-width: 1280px) {
      .node--type-homepage .impact-item--content-container a .intro--item,
      .node--type-homepage .impact-item--content-container .intro--item {
        margin: 0 0 auto;
        width: 80%;
        padding-bottom: 0;
        margin-bottom: 55px; } }
  .node--type-homepage .impact-item--content-container .impact--link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .node--type-homepage .impact-item--content-container h4 {
    font-size: 28px;
    font-family: "Chronicle Display A", "Chronicle Display B";
    margin-top: 4px;
    margin-bottom: 17px;
    color: #386274;
    font-weight: 200;
    line-height: 1; }
  .node--type-homepage .impact-item--content-container .featured-events__arrow {
    padding: 0;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    right: 2.25rem; }
  .node--type-homepage .impact-item--content-container > div p:last-child {
    margin-bottom: 0; }
  .node--type-homepage .impact-item--content-container p,
  .node--type-homepage .impact-item--content-container a {
    font-family: "Gotham A", "Gotham B", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;
    display: block;
    color: #464646; }
  .node--type-homepage .impact-item--content-container a:hover,
  .node--type-homepage .grid--intro-container a:hover {
    text-decoration: none; }
  .node--type-homepage .intro--item {
    margin-bottom: 24px; }
  .node--type-homepage .grid--content-container {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media screen and (min-width: 1280px) {
      .node--type-homepage .grid--content-container {
        -ms-flex-direction: row;
        flex-direction: row; } }
  .node--type-homepage .grid--slider-container {
    -ms-flex: 100%;
    flex: 100%;
    margin-right: 0;
    overflow: hidden;
    width: 100%; }
    @media screen and (min-width: 1280px) {
      .node--type-homepage .grid--slider-container {
        -ms-flex: 2;
        flex: 2;
        margin-right: 50px; } }
  .node--type-homepage .impact--content.slick-slide {
    min-height: 475px; }
  .node--type-homepage .grid--slider-container a:hover {
    text-decoration: none; }
  .node--type-homepage .grid--intro-container {
    -ms-flex: 100%;
    flex: 100%;
    overflow: hidden;
    width: 100%; }
    @media screen and (min-width: 1280px) {
      .node--type-homepage .grid--intro-container {
        -ms-flex: 1;
        flex: 1; } }
  .node--type-homepage .impact-item--image-container > a {
    overflow: hidden;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0; }
    @media screen and (min-width: 1280px) {
      .node--type-homepage .impact-item--image-container > a {
        -ms-flex: 2;
        flex: 2;
        margin-right: 50px; } }
  .node--type-homepage .impact-item--image-container.featured-content > a {
    min-height: 475px;
    width: 100%; }
  .node--type-homepage .impact-item--image-container.featured-content > a:hover {
    text-decoration: none; }
  .node--type-homepage .impact-item--image-inner-container {
    width: 100%;
    margin: 0 auto;
    padding: 0 14%;
    z-index: 1; }
  .node--type-homepage .impact-item--eyebrow {
    font-size: 11px;
    margin-bottom: 0;
    color: #fff; }
  .node--type-homepage .impact-item--eyebrow .eyebrow {
    font-size: 11px;
    text-transform: uppercase;
    color: #fff; }
  .node--type-homepage .impact-item--eyebrow span {
    color: #fff; }
  .node--type-homepage .impact-item--header {
    font-size: 24px;
    font-family: "Chronicle Display A", "Chronicle Display B";
    margin-top: 25px;
    margin-bottom: 50px;
    color: #fff;
    font-weight: 200; }
    @media screen and (min-width: 768px) {
      .node--type-homepage .impact-item--header {
        font-size: 36px; } }
  .node--type-homepage .impact-item--date {
    font-size: 12px;
    color: #fff; }
  .node--type-homepage .grid--slider-container .slick-dots {
    bottom: 20px; }
  .node--type-homepage .player--wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; }
  .node--type-homepage .player--wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .node--type-homepage #images {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
  .node--type-homepage .title-item {
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    border: 2px solid transparent;
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
    font-family: "Gotham A", "Gotham B", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  .node--type-homepage .title-span {
    color: #386274;
    font-size: 14px; }
  .node--type-homepage .thumb-container:hover .title-span {
    text-decoration: underline; }
  .node--type-homepage .image-item {
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    border: 2px solid transparent;
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
    -ms-flex-align: start;
    align-items: flex-start; }
  .node--type-homepage .image-item img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%; }
  .node--type-homepage .thumb-container:hover .image-item {
    border: 2px solid transparent; }
  .node--type-homepage .thumb-container:active .image-item {
    border: 2px solid #386274; }
  .node--type-homepage .thumb-container.active .image-item {
    border: 2px solid #c4d82d;
    position: relative; }
  .node--type-homepage .thumb-container.active .image-item::after {
    content: 'Playing ...';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 35, 52, 0.75);
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Chronicle Display A", "Chronicle Display B";
    font-style: italic; }
  .node--type-homepage .thumb-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    cursor: pointer;
    -ms-flex: 1;
    flex: 1;
    min-width: 350px; }
    @media screen and (min-width: 1280px) {
      .node--type-homepage .thumb-container {
        -ms-flex: 1;
        flex: 1;
        min-width: none; } }
  .node--type-homepage .video--flex-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-bottom: 50px; }
    @media screen and (min-width: 1280px) {
      .node--type-homepage .video--flex-container {
        -ms-flex-direction: row;
        flex-direction: row; } }
  .node--type-homepage .video--flex-top {
    -ms-flex: 4;
    flex: 4;
    margin-right: 0; }
    @media screen and (min-width: 1280px) {
      .node--type-homepage .video--flex-top {
        margin-right: 10px; } }
  .node--type-homepage .video--flex-bottom {
    -ms-flex: none;
    flex: none;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: hidden;
    overflow-x: hidden; }
    @media screen and (min-width: 1280px) {
      .node--type-homepage .video--flex-bottom {
        -ms-flex: 2;
        flex: 2;
        overflow-y: scroll;
        overflow-x: hidden; } }
  .node--type-homepage .image--list-inner-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
  .node--type-homepage .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }
  .node--type-homepage .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0; }
  .node--type-homepage .slick-list:focus {
    outline: none; }
  .node--type-homepage .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }
  .node--type-homepage .slick-slider .slick-track,
  .node--type-homepage .slick-slider .slick-list {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .node--type-homepage .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block; }
  .node--type-homepage .slick-track:before,
  .node--type-homepage .slick-track:after {
    display: table;
    content: ''; }
  .node--type-homepage .slick-track:after {
    clear: both; }
  .node--type-homepage .slick-loading .slick-track {
    visibility: hidden; }
  .node--type-homepage .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px; }
  .node--type-homepage [dir='rtl'] .slick-slide {
    float: right; }
  .node--type-homepage .slick-slide img {
    display: block; }
  .node--type-homepage .slick-slide.slick-loading img {
    display: none; }
  .node--type-homepage .slick-slide.dragging img {
    pointer-events: none; }
  .node--type-homepage .slick-initialized .slick-slide {
    display: block; }
  .node--type-homepage .slick-loading .slick-slide {
    visibility: hidden; }
  .node--type-homepage .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
  .node--type-homepage .slick-arrow.slick-hidden {
    display: none; }
  .node--type-homepage .slick-button-container.prev {
    width: 14%;
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 1;
    cursor: pointer; }
    @media screen and (min-width: 1280px) {
      .node--type-homepage .slick-button-container.prev {
        width: 8%; } }
  .node--type-homepage .slick-button-container.next {
    width: 14%;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
    cursor: pointer; }
    @media screen and (min-width: 1280px) {
      .node--type-homepage .slick-button-container.next {
        width: 8%; } }
  .node--type-homepage .slick-button-container > .slick-arrow {
    z-index: 5;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transition: opacity 0.3s ease-out; }
  .node--type-homepage .slick-button-container > .slick-arrow::before {
    content: ''; }
  .node--type-homepage .slick-button-container > .slick-arrow::after {
    content: ''; }
  .node--type-homepage .slick-prev,
  .node--type-homepage .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border-bottom: none;
    border-left: none;
    color: transparent;
    outline: none;
    background: transparent; }
  .node--type-homepage .slick-prev:hover,
  .node--type-homepage .slick-prev:focus,
  .node--type-homepage .slick-next:hover,
  .node--type-homepage .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent; }
  .node--type-homepage .slick-prev:hover:before,
  .node--type-homepage .slick-prev:focus:before,
  .node--type-homepage .slick-next:hover:before,
  .node--type-homepage .slick-next:focus:before {
    opacity: 1; }
  .node--type-homepage .slick-prev.slick-disabled:before,
  .node--type-homepage .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .node--type-homepage .slick-prev:before,
  .node--type-homepage .slick-next:before {
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .node--type-homepage .slick-prev {
    left: 20px;
    z-index: 1;
    -ms-transform: rotate(225deg);
    transform: rotate(225deg); }
  .node--type-homepage [dir='rtl'] .slick-prev {
    right: -25px;
    left: auto; }
  .node--type-homepage .slick-next {
    right: 20px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .node--type-homepage [dir='rtl'] .slick-next {
    right: auto;
    left: -25px; }
  .node--type-homepage .slick-dotted.slick-slider {
    margin-bottom: 0; }
  .node--type-homepage .slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    list-style: none;
    bottom: 20px;
    text-align: center; }
  .node--type-homepage .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer; }
  .node--type-homepage .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent; }
  .node--type-homepage .slick-dots li button:hover,
  .node--type-homepage .slick-dots li button:focus {
    outline: none; }
  .node--type-homepage .slick-dots li button:hover:before,
  .node--type-homepage .slick-dots li button:focus:before {
    opacity: 1; }
  .node--type-homepage .slick-dots li button:before {
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    content: '•';
    text-align: center;
    opacity: 0.25;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .node--type-homepage .slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #fff; }
  .node--type-homepage .issues-section {
    margin-top: 25px;
    margin-bottom: 50px; }
    @media screen and (min-width: 1280px) {
      .node--type-homepage .issues-section {
        margin-top: 50px; } }
  .node--type-homepage .issues-section .grid--container-right {
    margin-bottom: 0; }
  .node--type-homepage .outer--issue-container {
    border-radius: 5px;
    padding: 0 15px 5px 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
    margin-bottom: 25px; }
    @media screen and (min-width: 1280px) {
      .node--type-homepage .outer--issue-container {
        margin-bottom: 0; } }
  @media screen and (min-width: 1280px) {
    .node--type-homepage .all-issues--container {
      overflow-y: scroll;
      padding-right: 17px; } }
  .node--type-homepage .grid--header.grid--issue-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 5px; }
  .node--type-homepage .grid--header.grid--header-training {
    margin-top: 5px; }
  .node--type-homepage .issue--header {
    min-width: 92px; }
  .node--type-homepage .issue--header span:hover,
  .node--type-homepage .issue--header span.active {
    color: #386274;
    border-bottom: 2px solid #c4d82d; }
  .node--type-homepage .issue--header span {
    margin: 0 12px;
    color: #888b8d;
    text-transform: capitalize;
    padding-bottom: 13px;
    font-size: 12px;
    cursor: pointer; }
  .node--type-homepage .link--container .views-row,
  .node--type-homepage .accordion--main-container {
    border-bottom: 1px solid #eee; }
  .node--type-homepage .link--container .views-row:last-of-type,
  .node--type-homepage .all-issues--container .accordion--main-container:last-of-type {
    border-bottom: none; }
  .node--type-homepage .link--container h3 {
    padding-bottom: 10px; }
  .node--type-homepage .link--container h3.views-row,
  .node--type-homepage .link--container div.views-field-name,
  .node--type-homepage .link--container span,
  .node--type-homepage .link--container a {
    display: block;
    width: 100%;
    color: #386274; }
  .node--type-homepage .link--container h3,
  .node--type-homepage .all-issues--container h3 {
    font-size: 15px;
    font-weight: 400;
    font-family: "Gotham A", "Gotham B", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #386274;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    transition: 0.4s;
    cursor: pointer;
    margin: 10px 0;
    width: 100%; }
  .node--type-homepage .all-issues--container h3:hover {
    text-decoration: underline; }
  .node--type-homepage .all-issues--container h3::after {
    content: '';
    width: 8px;
    height: 8px;
    z-index: 5;
    border-top: 2px solid #0093d0;
    border-right: 2px solid #0093d0;
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: transform 0.2s ease-out;
    margin-right: 5px; }
  .node--type-homepage .all-issues--container h3.active::after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: transform 0.2s ease-out; }
  .node--type-homepage .grid--flex-container .grid--container-left {
    -ms-flex: 1;
    flex: 1; }
  .node--type-homepage .grid--flex-container .grid--container-right {
    -ms-flex: 2;
    flex: 2; }
  .node--type-homepage .accordion--container {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out; }
  .node--type-homepage .accordion--container .views-row .field-content a {
    display: block;
    margin-bottom: 2px; }
  .node--type-homepage .accordion--container .views-row:last-of-type .field-content a {
    margin-bottom: 0; }
  .node--type-homepage .accordion--container::before {
    content: '';
    height: 10px;
    display: block;
    width: 100%; }
  .node--type-homepage .accordion--container::after {
    content: '';
    height: 20px;
    display: block;
    width: 100%; }
  .node--type-homepage .tabcontent.active {
    display: block; }
  .node--type-homepage .tabcontent {
    display: none; }
  .node--type-homepage a.featured-content,
  .node--type-homepage .featured-content {
    min-height: initial;
    background-color: transparent;
    margin: 0 auto; }
  .node--type-homepage .experts-section .experts--flex-container {
    background-color: #f3f5f8; }
  .node--type-homepage .experts-slide--container {
    padding: 12px 0; }
  .node--type-homepage .experts-slide--container .slick-button-container.prev {
    width: 5%; }
  .node--type-homepage .experts-slide--container .slick-button-container.next {
    width: 5%; }
  .node--type-homepage .experts-slide--container .slick-arrow {
    border-color: #0093d0; }
  .node--type-homepage .experts-slide--container .slick-prev {
    z-index: 1;
    -ms-transform: rotate(225deg);
    transform: rotate(225deg); }
  .node--type-homepage .experts-slide--container .slick-next {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .node--type-homepage .experts-slide--container .slick-dots li button:before,
  .node--type-homepage .experts-slide--container .slick-dots li.slick-active button:before {
    color: #0093d0; }
  .node--type-homepage .experts-slide--item {
    padding: 0; }
  .node--type-homepage .paragraph--type--homepage-person-item .experts--container {
    min-height: 245px;
    max-width: 311px;
    width: 100%;
    margin: 30px auto 25px;
    padding: 0px 15px;
    position: relative; }
  .node--type-homepage .paragraph--type--homepage-person-item .experts--container .experts--link-container {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 0; }
  .node--type-homepage .paragraph--type--homepage-person-item .heritage-icon-social_twitter {
    position: absolute;
    right: 14px;
    top: 0;
    z-index: 1; }
  .node--type-homepage .paragraph--type--homepage-person-item a:hover,
  .node--type-homepage .paragraph--type--homepage-person-item a:active,
  .node--type-homepage .paragraph--type--homepage-person-item a:focus {
    text-decoration: none; }
  .node--type-homepage .paragraph--type--homepage-person-item .experts--link-container:hover .expert--name {
    text-decoration: underline; }
  .node--type-homepage .expert--name h4 {
    font-family: "Chronicle Display A", "Chronicle Display B";
    color: #0093d0;
    font-weight: 500;
    font-size: 20px;
    margin: 12px 0; }
  .node--type-homepage .expert--body {
    font-size: 11px;
    font-family: "Gotham A", "Gotham B", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #111d22; }
  .node--type-homepage .experts-slide--container .person-list-small.person-list-small__circles {
    margin: 0; }
  .node--type-homepage .person-list-small.person-list-small__circles .person-list-small__image-wrapper {
    margin-bottom: 0;
    min-height: 190px;
    max-width: 190px; }
  .node--type-homepage .experts-section .slick-dots {
    display: block;
    padding: 0;
    margin: 0.625rem auto;
    height: 0.875rem;
    position: relative; }
  .node--type-homepage .experts-section .slick-dots > ul {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    transition: all 0.25s;
    position: relative;
    margin: 0;
    list-style: none;
    -ms-flex-align: center;
    align-items: center;
    bottom: unset;
    height: 100%; }
  .node--type-homepage .experts-section .slick-dots > ul li {
    width: 0.625rem;
    height: 0.625rem;
    margin: 0 0.25rem;
    background: #c5d1d8;
    border: none;
    border-radius: 50%; }
  .node--type-homepage .experts-section .slick-dots > ul li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    padding: 0.3125rem;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0; }
  .node--type-homepage .experts-section .slick-dots > ul li.slick-active {
    -ms-transform-origin: center;
    transform-origin: center;
    background: #0093d0;
    opacity: 1; }
  .node--type-homepage .experts-section .slick-dots li button:before {
    color: #c5d1d8;
    opacity: 1; }
  .node--type-homepage .grid--three-column-item .slick-button-container .slick-arrow {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transition: opacity 0.3s ease-out; }
  .node--type-homepage .grid--three-column-item .slick-prev {
    left: 20px; }
  .node--type-homepage .grid--three-column-item .slick-next {
    right: 20px; }
  .node--type-homepage .grid--three-column-intro {
    font-family: "Gotham A", "Gotham B", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1.25rem; }
  .node--type-homepage .grid--three-column-item .grid--three-column-intro h4 {
    font-size: 24px;
    font-weight: 500;
    color: #386274;
    font-family: "Chronicle Display A", "Chronicle Display B";
    margin: 18px 0 7px; }
  .node--type-homepage .grid--three-column-item a:hover {
    text-decoration: underline; }
  .node--type-homepage .grid--three-column-image img {
    width: 100%; }
  .node--type-homepage .mobile--latest-trending .grid--container-view-container .views-element-container {
    height: 100%;
    overflow: hidden; }
  .node--type-homepage .mobile--latest-trending .view-list--container a {
    -ms-flex-direction: column;
    flex-direction: column; }
  .node--type-homepage .mobile--latest-trending .view-list--image-container {
    width: 100%;
    margin-bottom: 1rem;
    position: relative;
    height: 0;
    padding-bottom: 56.7%; }
  .node--type-homepage .mobile--latest-trending .view-list--image-container img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }
  .node--type-homepage .mobile--latest-trending .buttons--container .slick-button-container > .slick-arrow {
    top: 45%;
    width: 8px;
    height: 8px;
    z-index: 5;
    border-top: 2px solid #0093d0;
    border-right: 2px solid #0093d0; }
  .node--type-homepage .mobile--latest-trending .next-container {
    width: 25px;
    position: absolute;
    height: 100%;
    z-index: 1;
    cursor: pointer;
    top: 0;
    right: 0; }
  .node--type-homepage .mobile--latest-trending .prev-container {
    width: 25px;
    position: absolute;
    height: 100%;
    z-index: 1;
    cursor: pointer;
    top: 0;
    right: 28px; }
  .node--type-homepage .mobile--latest-trending .slick-next {
    position: absolute;
    right: 9px; }
  .node--type-homepage .mobile--latest-trending .slick-prev {
    position: absolute;
    left: 9px; }
  .node--type-homepage .mobile--latest-trending .grid--header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
  .node--type-homepage .mobile--latest-trending .grid--container-view-container {
    padding-bottom: 0; }
  .node--type-homepage .mobile--latest-trending .view .view-list--container {
    margin-bottom: 23.94px; }
  .node--type-homepage #images.slick-slider {
    display: block; }
  .node--type-homepage .image--list-loop.slick-slider .thumb-container {
    min-width: initial; }
  .node--type-homepage .image--list-loop.slick-slider .image-item {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 56.7%;
    overflow: hidden; }
  .node--type-homepage .image--list-loop.slick-slider .image-item img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }
  .node--type-homepage .image--list-loop.slick-slider .slick-slide {
    margin-left: 15px;
    margin-right: 15px; }
  .node--type-homepage .image--list-loop.slick-slider .slick-list {
    margin-left: -15px;
    margin-right: -15px; }
  .node--type-homepage .video--flex-middle {
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    position: relative; }
    @media screen and (min-width: 1280px) {
      .node--type-homepage .video--flex-middle {
        display: none; } }
  .node--type-homepage .video--flex-middle .buttons--container .slick-button-container > .slick-arrow {
    top: 39%;
    width: 8px;
    height: 8px;
    z-index: 5;
    border-top: 2px solid #0093d0;
    border-right: 2px solid #0093d0; }
  .node--type-homepage .video--flex-middle .buttons--container {
    position: relative;
    width: 100%;
    height: 35px; }
  .node--type-homepage .video--flex-middle .next-container {
    width: 25px;
    position: absolute;
    height: 100%;
    z-index: 1;
    cursor: pointer;
    top: 0;
    right: 0; }
  .node--type-homepage .video--flex-middle .prev-container {
    width: 25px;
    position: absolute;
    height: 100%;
    z-index: 1;
    cursor: pointer;
    top: 0;
    right: 28px; }
  .node--type-homepage .video--flex-middle .slick-next {
    position: absolute;
    right: 9px; }
  .node--type-homepage .video--flex-middle .slick-prev {
    position: absolute;
    left: 9px; }
  .node--type-homepage .experts-slide--container,
  .node--type-homepage .featured-item-slide--container,
  .node--type-homepage .grid--slider-container,
  .node--type-homepage .grid--intro-container,
  .node--type-homepage .yt--image-container,
  .node--type-homepage .yt--intro-container,
  .node--type-homepage .event--image-container,
  .node--type-homepage .event--intro-container,
  .node--type-homepage .podcast--image-container,
  .node--type-homepage .podcast--intro-container,
  .node--type-homepage .mobile--latest-trending .left--container-top .view-content,
  .node--type-homepage .mobile--latest-trending .left--container-bottom .view-content {
    visibility: hidden; }
  .node--type-homepage .experts-slide--container.slick-initialized,
  .node--type-homepage .featured-item-slide--container.slick-initialized,
  .node--type-homepage .grid--slider-container.slick-initialized,
  .node--type-homepage .grid--intro-container.slick-initialized,
  .node--type-homepage .yt--image-container.slick-initialized,
  .node--type-homepage .yt--intro-container.slick-initialized,
  .node--type-homepage .event--image-container.slick-initialized,
  .node--type-homepage .event--intro-container.slick-initialized,
  .node--type-homepage .podcast--image-container.slick-initialized,
  .node--type-homepage .podcast--intro-container.slick-initialized,
  .node--type-homepage .mobile--latest-trending .left--container-top .view-content.slick-initialized,
  .node--type-homepage .mobile--latest-trending .left--container-bottom .view-content.slick-initialized {
    visibility: visible; }

.about-staff.experts_active .view-filters {
  display: inline-block; }

.about-staff.selectric-active .view-filters:after {
  display: none; }

.about-staff .about-page__tabs {
  margin-bottom: 3rem; }

.about-staff .button-more, .about-staff .issue-landing .pager__item a, .issue-landing .pager__item .about-staff a {
  width: 100%;
  padding-bottom: 0.9375rem;
  position: relative; }
  .about-staff .button-more i, .about-staff .issue-landing .pager__item a i, .issue-landing .pager__item .about-staff a i {
    position: absolute;
    right: 2.5rem;
    top: 0; }

.about-staff .view-filters {
  display: none;
  position: relative;
  margin-bottom: 1.5625rem;
  width: 100%; }
  .about-staff .view-filters:after {
    color: #fff;
    font-family: 'heritage-icons';
    content: '\e913';
    display: inline-block;
    font-size: .5rem;
    pointer-events: none;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 1; }
  .about-staff .view-filters label {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.625rem;
    color: #162b38;
    font-style: italic; }
  .about-staff .view-filters #edit-submit-about-staff {
    display: none; }
  .about-staff .view-filters .selectric-wrapper {
    margin-top: 0.9375rem; }
  .about-staff .view-filters .selectric-items {
    overflow: hidden;
    padding-left: 20px;
    padding-top: 0;
    padding-bottom: 0; }
    .about-staff .view-filters .selectric-items ul {
      padding: 20px 0; }
  .about-staff .view-filters .selectric-scroll {
    width: calc(100% + 30px);
    padding-right: 0; }
  .about-staff .view-filters li {
    line-height: 1.2;
    margin-bottom: 1rem;
    font-size: 0.875rem;
    color: #c5d1d8; }
    .about-staff .view-filters li.selected {
      color: #fff; }
    .about-staff .view-filters li:focus, .about-staff .view-filters li:hover {
      color: #c4d82d; }
  .about-staff .view-filters #edit-field-areas-of-expertise-target-id {
    width: 100%;
    background-color: #386274;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
    font-size: 0.875rem;
    padding: 1.0625rem 1.875rem;
    position: relative;
    margin-top: 0.625rem; }

.about-staff .person-filters {
  float: left;
  display: block;
  margin-right: 5%;
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 1.6875rem; }
  .about-staff .person-filters:last-child {
    margin-right: 0; }
  @media screen and (min-width: 768px) {
    .about-staff .person-filters {
      border-bottom: #c5d1d8 4px solid; }
      .about-staff .person-filters .person-filters__underline {
        background-color: #006373;
        width: 20%;
        position: absolute;
        bottom: -0.25rem;
        left: 0;
        height: 0.25rem;
        transition: left 0.3s ease; } }
  .about-staff .person-filters button {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    margin: 0 0.8125rem;
    padding: 0;
    padding-bottom: 0.8125rem;
    font-size: 1rem;
    color: #c5d1d8;
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
    display: block; }
    .about-staff .person-filters button._active {
      color: #006373; }
    .about-staff .person-filters button:focus, .about-staff .person-filters button:hover {
      color: #006373; }
    @media screen and (min-width: 768px) {
      .about-staff .person-filters button {
        width: 20%;
        margin: 0;
        float: left;
        text-align: center;
        display: inline-block; } }

.about-staff .alpha-filters-overflow {
  height: 1.1875rem;
  overflow: hidden;
  float: left;
  clear: both;
  position: relative;
  margin-bottom: 1.5625rem;
  width: 100%;
  display: none; }
  .about-staff .alpha-filters-overflow._active {
    display: block; }
  .about-staff .alpha-filters-overflow:after {
    content: '';
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    bottom: 0;
    width: 5rem;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
    z-index: 2; }

.about-staff .alpha-filters-wrapper {
  margin-right: -20px;
  width: calc(100% + 20px);
  position: relative;
  height: 1.1875rem; }
  @media screen and (min-width: 768px) {
    .about-staff .alpha-filters-wrapper {
      margin-right: -20px; } }
  @media screen and (min-width: 1024px) {
    .about-staff .alpha-filters-wrapper {
      margin-right: -32px; } }

.about-staff .alpha-filters {
  text-transform: uppercase;
  height: 1.1875rem;
  width: 1000px; }
  .about-staff .alpha-filters li {
    display: inline;
    margin-right: 1rem; }
    .about-staff .alpha-filters li a.active {
      color: #264a59; }
    .about-staff .alpha-filters li a {
      font-family: 'Gotham A', 'Gotham B';
      font-weight: 500;
      font-size: 1rem;
      line-height: 1;
      color: #c5d1d8; }
      .about-staff .alpha-filters li a:focus, .about-staff .alpha-filters li a:hover {
        color: #264a59;
        text-decoration: none; }
      .about-staff .alpha-filters li a.is-active {
        color: #264a59; }

.about-staff .result-count {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 300;
  font-size: 1rem;
  font-style: italic;
  line-height: 1;
  color: #264a59;
  margin-bottom: 1.875rem;
  display: none; }
  .about-staff .result-count._active {
    display: block; }

.about-staff .person-list-small {
  padding-top: 0;
  margin-bottom: 2.5625rem;
  transition: all .3s ease; }
  .about-staff .person-list-small .person-list-small__panelist-wrapper {
    padding-top: 0; }
  .about-staff .person-list-small.no-more-results {
    padding-bottom: 3.125rem;
    border-bottom: 4px solid #c5d1d8; }
  .expert-bio .person-list-small__name a {
    color: #0093d0; }
    .expert-bio .person-list-small__name a:focus, .expert-bio .person-list-small__name a:hover {
      color: #c4d82d; }
      .expert-bio .person-list-small__name a:focus div, .expert-bio .person-list-small__name a:hover div {
        color: #0093d0; }
        .about-staff .person-list-small.visiting_fellows .person-list-small__image-wrapper {
          display: none; }

.about-staff .person-list-small {
  display: none; }
  .about-staff .person-list-small._active {
    display: block; }

.about-staff .person-list-small__panelist-wrapper {
  display: none; }
  .about-staff .person-list-small__panelist-wrapper._active {
    display: -ms-flexbox;
    display: flex; }

@media screen and (min-width: 768px) {
  .about-staff .person-list-small {
    margin-bottom: 0.9375rem; }
  .about-staff .result-count,
  .about-staff .person-filters,
  .about-staff .view-filters {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%; }
    .about-staff .result-count:last-child,
    .about-staff .person-filters:last-child,
    .about-staff .view-filters:last-child {
      margin-right: 0; }
  .about-staff .button-more, .about-staff .issue-landing .pager__item a, .issue-landing .pager__item .about-staff a {
    width: 100%;
    margin-left: 0; }
  .about-staff .alpha-filters-wrapper {
    width: 90%; }
  .about-staff .about-page__tabs {
    margin-bottom: 3.875rem; }
  .about-staff .person-filters {
    margin-bottom: 2.875rem; }
  .about-staff .result-count {
    margin-bottom: 3.125rem;
    display: none; }
  .about-staff .alpha-filters-overflow {
    margin-left: 12.80488%;
    display: none;
    width: 80%; } }

@media screen and (min-width: 1024px) {
  .about-staff .result-count,
  .about-staff .alpha-filters-overflow,
  .about-staff .person-filters {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 83.06452%;
    margin-left: 8.46774%; }
    .about-staff .result-count:last-child,
    .about-staff .alpha-filters-overflow:last-child,
    .about-staff .person-filters:last-child {
      margin-right: 0; }
  .about-staff .result-count {
    width: auto;
    clear: left;
    margin-bottom: 5rem; }
  .about-staff .alpha-filters-wrapper {
    margin-right: 0; }
  .about-staff .alpha-filters-overflow._active {
    display: inline-block; }
    .about-staff .alpha-filters-overflow._active * {
      width: auto; }
  .about-staff .view-filters {
    width: 21.5rem;
    float: right;
    margin: 0 8.46774% 3.125rem 0; }
  .about-staff .alpha-filters-overflow,
  .about-staff .result-count {
    display: none; }
  .about-staff .alpha-filters-overflow {
    width: 80%; }
  .about-staff .alpha-filters-overflow:after {
    display: none; }
  .about-staff .alpha-filters li {
    margin-right: 0.5625rem; }
    .about-staff .alpha-filters li a {
      font-size: 0.875rem;
      line-height: 1.1; } }

.page-node-type-timeline .timeline {
  min-width: 100%; }

.timeline__card:before, .timeline__card:last-child .timeline__card-figure:before, .timeline__card:first-child .timeline__card-text:after, .timeline__card:last-child .timeline__card-text:after {
  position: absolute;
  width: 0.125rem;
  height: calc(100% + 20px);
  left: -2.75rem;
  background-color: #75a5c0; }
  @media screen and (min-width: 1024px) {
    .timeline__card:before, .timeline__card:last-child .timeline__card-figure:before, .timeline__card:first-child .timeline__card-text:after, .timeline__card:last-child .timeline__card-text:after {
      left: -3.75rem; } }

.page-node-type-timeline .timeline {
  margin-left: -20px;
  margin-right: -20px;
  width: auto;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .page-node-type-timeline .timeline {
      margin-left: -20px; } }
  @media screen and (min-width: 1024px) {
    .page-node-type-timeline .timeline {
      margin-left: -32px; } }
  @media screen and (min-width: 768px) {
    .page-node-type-timeline .timeline {
      margin-right: -20px; } }
  @media screen and (min-width: 1024px) {
    .page-node-type-timeline .timeline {
      margin-right: -32px; } }

.article__body-copy .timeline {
  position: relative;
  left: -20px;
  padding-bottom: 2.5rem;
  width: 100vw; }
  @media screen and (min-width: 768px) {
    .article__body-copy .timeline {
      left: 0;
      padding-bottom: 2.8125rem;
      margin: 2.5rem auto 3.75rem; } }
  @media screen and (min-width: 1024px) {
    .article__body-copy .timeline {
      padding-bottom: 5rem;
      margin: 3.75rem auto 5rem; } }

.timeline {
  background-color: #f3f5f8;
  float: left;
  width: 100%;
  clear: both;
  padding: 3.0625rem 0 0; }
  @media screen and (min-width: 768px) {
    .timeline__wrap {
      float: left;
      display: block;
      margin-right: 2.43902%;
      width: 74.39024%;
      margin-left: 12.80488%;
      margin-top: 1.25rem; }
      .timeline__wrap:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1024px) {
    .timeline__wrap {
      float: left;
      display: block;
      margin-right: 1.6129%;
      width: 57.66129%;
      margin-left: 25.40323%; }
      .timeline__wrap:last-child {
        margin-right: 0; } }
  .timeline__items {
    clear: both;
    position: relative;
    width: calc(100% - 40px);
    margin: auto;
    overflow: hidden;
    padding-left: 6px;
    transition: height 600ms cubic-bezier(0.23, 1, 0.32, 1); }
    .timeline__items:after {
      content: '';
      background: linear-gradient(to bottom, rgba(0, 0, 0, 1e-05) 0%, #f3f5f8 100%);
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2.0625rem; }
    .timeline__items[hide-fade]:after {
      display: none; }
  .timeline__card {
    margin-bottom: 1.25rem;
    float: right;
    width: calc(100% - 44px);
    clear: both;
    position: relative; }
    .timeline__card:before {
      content: ''; }
    .timeline__card:first-child:before {
      display: none; }
    .timeline__card:last-child:before {
      display: none; }
  .timeline__card-figure {
    float: left;
    width: 100%;
    clear: both;
    margin: 0;
    position: relative; }
    .timeline__card:last-child .timeline__card-figure:before {
      content: '';
      height: calc(100% + 45px); }
  .timeline__card-img {
    width: 100%;
    float: left; }
  .timeline__card-text {
    background-color: white;
    padding: 2.5rem 1.875rem;
    float: left;
    width: 100%;
    clear: both;
    box-sizing: border-box;
    position: relative; }
    .timeline__card-text:before {
      content: '';
      width: 0;
      height: 0;
      border-top: 20px solid transparent;
      border-right: 20px solid white;
      border-bottom: 20px solid transparent;
      position: absolute;
      right: 100%;
      top: 1.5625rem; }
    .timeline__card:first-child .timeline__card-text:after {
      content: '';
      top: 2.5rem; }
    .timeline__card:last-child .timeline__card-text:after {
      content: '';
      height: 2.9375rem;
      top: 0; }
  .timeline__card-dot {
    position: absolute;
    border-radius: 100%;
    background-color: #75a5c0;
    height: 0.875rem;
    width: 0.875rem;
    left: -3.125rem;
    top: 2.5rem; }
    .timeline__card-dot:before {
      content: '';
      background-color: #f3f5f8;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      position: absolute;
      top: 50%;
      left: 50%;
      height: 0.5rem;
      width: 0.5rem;
      border-radius: 100%;
      z-index: 2; }
    .timeline__card:first-child .timeline__card-dot:before,
    .timeline__card:last-child .timeline__card-dot:before {
      display: none; }
  .timeline__card-nav {
    float: left;
    width: 100%;
    clear: both;
    margin-top: 1.6875rem; }
  .timeline__card-link {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    color: #0093d0;
    line-height: 1.3;
    font-size: 1rem;
    font-style: italic;
    display: block;
    display: inline-block; }
    .timeline__card-link > *:not(i) {
      border-bottom: 2px solid transparent;
      display: inline; }
    .timeline__card-link:focus, .timeline__card-link:hover {
      text-decoration: none; }
      .timeline__card-link:focus > *:not(i), .timeline__card-link:hover > *:not(i) {
        border-bottom: 2px solid #c4d82d;
        display: inline; }
  .timeline__expand-button {
    font-size: 1.125rem;
    font-weight: 500;
    text-align: center;
    color: #0093d0;
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    border: none;
    border-bottom: 0.25rem solid #c5d1d8;
    float: none;
    width: 100%;
    clear: both;
    padding: 1rem 0;
    position: relative;
    background-color: transparent;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    text-transform: capitalize;
    outline: none;
    max-width: 64.375rem;
    margin: auto;
    display: block;
    background-image: url("/themes/heritage/src/images/timeline-expand-icon.png");
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: 2.5rem; }
    .timeline__expand-button[state='disabled'] {
      visibility: hidden; }
  .timeline__see-full-timeline {
    float: right;
    border: none;
    background-color: transparent;
    font-size: 1rem;
    font-style: italic;
    line-height: 1.3;
    color: #0093d0;
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    margin-bottom: 3.625rem;
    cursor: pointer;
    outline: none;
    margin-right: 0.9375rem;
    display: block; }
    .timeline__see-full-timeline > *:not(i) {
      border-bottom: 2px solid transparent;
      display: inline; }
    .timeline__see-full-timeline:focus, .timeline__see-full-timeline:hover {
      text-decoration: none; }
      .timeline__see-full-timeline:focus > *:not(i), .timeline__see-full-timeline:hover > *:not(i) {
        border-bottom: 2px solid #c4d82d;
        display: inline; }
    .timeline__see-full-timeline .heritage-icon-calendar_right {
      font-size: 0.625rem;
      margin-left: 0.5rem; }
    .timeline__see-full-timeline:hover .heritage-icon-calendar_right {
      text-decoration: none;
      border-bottom: none; }
  .timeline .timeline__headline {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 200;
    font-size: 1.625rem;
    color: #386274;
    line-height: 1.2;
    font-style: italic;
    margin: 0 auto 2.375rem;
    padding-left: 3.75rem; }
  .timeline .timeline__card-date {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 200;
    font-size: 1.75rem;
    line-height: 1.07;
    color: #386274;
    margin-bottom: 0.625rem; }
  .timeline .timeline__card-title {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5;
    color: #111d22;
    margin-top: 0;
    margin-bottom: 1.125rem; }
  .timeline .timeline__card-copy {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #111d22; }
    .timeline .timeline__card-copy p:last-child {
      margin-bottom: 0; }

@media screen and (min-width: 768px) {
  .page-node-type-timeline .timeline {
    margin-bottom: 60px;
    padding-top: 190px; }
  .timeline .timeline__card-date {
    font-size: 1.875rem;
    line-height: 1; } }

@media screen and (min-width: 1024px) {
  .page-node-type-timeline .timeline {
    margin-bottom: 80px;
    padding-top: 210px; }
  .timeline__items {
    width: 100%;
    float: left; }
  .timeline__card {
    width: calc(100% - 60px); }
  .timeline__card-dot {
    left: -4.125rem; }
  .timeline .timeline__headline {
    font-size: 1.875rem; }
  .timeline .timeline__card-date {
    font-size: 2rem;
    line-height: .9;
    font-size: 2.3125rem; }
  .timeline .timeline__card-title {
    line-height: 1.9; } }

@media screen and (min-width: 1280px) {
  .timeline__card-dot {
    left: -4.125rem; } }

.path-search .search__no-results {
  background-color: #e5eaef;
  padding: 3.8125rem 3.75rem;
  position: relative;
  margin-top: 2.625rem;
  margin-bottom: 6.6875rem;
  min-height: 320px; }
  .path-search .search__no-results .view-header {
    position: absolute;
    top: -2.6875rem;
    left: 0;
    right: 0;
    text-align: center; }
  .path-search .search__no-results h2 {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    font-size: 1.75rem;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.29;
    text-align: center;
    color: #8b9aa3;
    margin: 0; }

.path-search .view-search-default {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
  background-color: #f3f5f8;
  padding-top: 15.625rem;
  margin-top: -15.1875rem;
  padding-bottom: 2.6875rem; }
  @media screen and (min-width: 768px) {
    .path-search .view-search-default {
      margin-left: -20px; } }
  @media screen and (min-width: 1024px) {
    .path-search .view-search-default {
      margin-left: -32px; } }
  @media screen and (min-width: 768px) {
    .path-search .view-search-default {
      margin-right: -20px; } }
  @media screen and (min-width: 1024px) {
    .path-search .view-search-default {
      margin-right: -32px; } }
  .path-search .view-search-default::after {
    clear: both;
    content: '';
    display: table; }
  .path-search .view-search-default .view-header {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-weight: 300;
    font-size: 1rem;
    font-style: italic;
    line-height: 1;
    text-align: center;
    color: #264a59;
    margin-bottom: 1.875rem; }
  .path-search .view-search-default .feed-icons {
    clear: both;
    padding: 0 1.25rem; }
    .path-search .view-search-default .feed-icons .feed-icon {
      display: block;
      overflow: hidden;
      width: 2rem;
      height: 2rem;
      text-indent: -9999px;
      background: url(../../../../../core/misc/feed.svg) no-repeat;
      background-size: cover; }

.path-search .search-eyebrow {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.7;
  color: #2b4e5e;
  margin-bottom: 1.125rem;
  text-transform: uppercase;
  margin-top: 35px; }

.path-search #block-searchpageformblock {
  width: 100%; }
  .path-search #block-searchpageformblock label[for='edit-contains'] {
    position: absolute;
    left: -999em; }
  .path-search #block-searchpageformblock .view-filters {
    clear: both; }
  .path-search #block-searchpageformblock .form-item-type,
  .path-search #block-searchpageformblock .form-item-created {
    display: none; }
  .path-search #block-searchpageformblock #hf-search-form,
  .path-search #block-searchpageformblock .view-filters form {
    position: relative; }
  .path-search #block-searchpageformblock .search-page--input input,
  .path-search #block-searchpageformblock .form-item-contains input {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    border: none;
    width: 100%;
    border-bottom: #c5d1d8 4px solid;
    font-size: 1.25rem;
    line-height: 1.4;
    color: #2b4e5e;
    padding-bottom: 0.875rem;
    background: transparent;
    margin-bottom: 1.3125rem; }
  .path-search #block-searchpageformblock .view-content {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    background: #f3f5f8; }
    .path-search #block-searchpageformblock .view-content::after {
      clear: both;
      content: '';
      display: table; }
    @media screen and (min-width: 768px) {
      .path-search #block-searchpageformblock .view-content {
        margin-left: -20px; } }
    @media screen and (min-width: 1024px) {
      .path-search #block-searchpageformblock .view-content {
        margin-left: -32px; } }
    @media screen and (min-width: 768px) {
      .path-search #block-searchpageformblock .view-content {
        margin-right: -20px; } }
    @media screen and (min-width: 1024px) {
      .path-search #block-searchpageformblock .view-content {
        margin-right: -32px; } }
  .path-search #block-searchpageformblock .view-filters {
    background: transparent; }
  .path-search #block-searchpageformblock #edit-submit,
  .path-search #block-searchpageformblock .form-actions input {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-size: 1rem;
    color: #0093d0;
    position: absolute;
    right: 0;
    top: 40px;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0; }
    .path-search #block-searchpageformblock #edit-submit:focus, .path-search #block-searchpageformblock #edit-submit:hover,
    .path-search #block-searchpageformblock .form-actions input:focus,
    .path-search #block-searchpageformblock .form-actions input:hover {
      border-bottom: 0.09375rem solid #c4d82d; }

.path-search .pager {
  margin-left: 0;
  margin-right: 0; }

@media screen and (min-width: 768px) {
  .path-search .view-empty {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%;
    margin-top: 0.75rem;
    margin-bottom: 5.25rem; }
    .path-search .view-empty:last-child {
      margin-right: 0; }
  .path-search .search__no-results {
    width: calc(100% -  30px);
    padding: 3.75rem 7.8125rem;
    margin: 0 15px; }
    .path-search .search__no-results h2 {
      font-size: 1.875rem; }
  .path-search .layout-container {
    padding-top: 8.0625rem; }
  .path-search .view-search-default {
    padding-top: 9.375rem;
    margin-top: -8.875rem;
    float: left;
    padding-bottom: 3.9375rem; }
    .path-search .view-search-default .views-row {
      float: left;
      display: block;
      margin-right: 2.43902%;
      width: 74.39024%;
      margin-left: 12.80488%; }
      .path-search .view-search-default .views-row:last-child {
        margin-right: 0; }
  .path-search #block-searchpageformblock .search-page--input input,
  .path-search #block-searchpageformblock .form-item-contains input {
    margin-bottom: 1.9375rem; }
  .path-search #block-searchpageformblock .view-content::after {
    clear: both;
    content: '';
    display: table; }
  .path-search #block-searchpageformblock #hf-search-form,
  .path-search #block-searchpageformblock .view-filters form,
  .path-search #block-searchpageformblock .view-search-default {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%;
    clear: both; }
    .path-search #block-searchpageformblock #hf-search-form:last-child,
    .path-search #block-searchpageformblock .view-filters form:last-child,
    .path-search #block-searchpageformblock .view-search-default:last-child {
      margin-right: 0;
      padding-bottom: 30px; }
  .path-search #block-searchpageformblock .view-filters {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px); }
    .path-search #block-searchpageformblock .view-filters::after {
      clear: both;
      content: '';
      display: table; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .path-search #block-searchpageformblock .view-filters {
      margin-left: -20px; } }
  @media screen and (min-width: 768px) and (min-width: 1024px) {
    .path-search #block-searchpageformblock .view-filters {
      margin-left: -32px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .path-search #block-searchpageformblock .view-filters {
      margin-right: -20px; } }
  @media screen and (min-width: 768px) and (min-width: 1024px) {
    .path-search #block-searchpageformblock .view-filters {
      margin-right: -32px; } }

@media screen and (min-width: 768px) {
  .path-search #block-searchpageformblock #edit-submit,
  .path-search #block-searchpageformblock .form-actions input {
    top: 5rem; }
  .path-search .pager,
  .path-search .feed-icons {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%; }
    .path-search .pager:last-child,
    .path-search .feed-icons:last-child {
      margin-right: 0; } }

@media screen and (min-width: 1024px) {
  .path-search .view-empty {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 83.06452%;
    margin-left: 8.46774%; }
    .path-search .view-empty:last-child {
      margin-right: 0; }
  .path-search .search-eyebrow {
    margin-bottom: 2rem; }
  .path-search .view-search-default {
    padding-top: 3.8125rem;
    margin-top: -9.5625rem;
    width: calc(100% + 64px);
    padding-bottom: 2.6875rem; }
    .path-search .view-search-default .view-header {
      float: left;
      display: block;
      margin-right: 1.6129%;
      width: 83.06452%;
      margin-left: 8.46774%;
      text-align: right;
      padding: 0 2rem;
      position: relative;
      top: 4.125rem; }
      .path-search .view-search-default .view-header:last-child {
        margin-right: 0; }
    .path-search .view-search-default .views-row {
      float: left;
      display: block;
      margin-right: 1.6129%;
      width: 83.06452%;
      margin-left: 8.46774%; }
      .path-search .view-search-default .views-row:last-child {
        margin-right: 0; }
    .path-search .view-search-default .view-content {
      padding: 2.8125rem 2rem 0;
      clear: both; }
      .path-search .view-search-default .view-content::after {
        clear: both;
        content: '';
        display: table; }
    .path-search .view-search-default .search__no-results {
      margin: 3rem 1.6875rem 0;
      padding: 4.75rem 6.5625rem;
      width: calc(100% - 53px); }
      .path-search .view-search-default .search__no-results h2 {
        font-size: 2rem; }
      .path-search .view-search-default .search__no-results .view-header {
        position: absolute;
        right: 0;
        text-align: right;
        top: -2.4375rem;
        width: 100%;
        margin: 0;
        padding: 0; }
  .path-search .layout-container {
    padding-top: 12.1875rem; }
  .path-search #block-searchpageformblock .search-page--input input,
  .path-search #block-searchpageformblock .form-item-contains input {
    margin-bottom: 2.5625rem; }
  .path-search #block-searchpageformblock #hf-search-form,
  .path-search #block-searchpageformblock .view-filters form,
  .path-search #block-searchpageformblock .view-search-default {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 83.06452%;
    margin-left: 8.46774%; }
    .path-search #block-searchpageformblock #hf-search-form:last-child,
    .path-search #block-searchpageformblock .view-filters form:last-child,
    .path-search #block-searchpageformblock .view-search-default:last-child {
      margin-right: 0;
      padding-bottom: 30px; }
  .path-search #block-searchpageformblock .view-filters {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 64px); } }
  @media screen and (min-width: 1024px) and (min-width: 768px) {
    .path-search #block-searchpageformblock .view-filters {
      margin-left: -20px; } }
  @media screen and (min-width: 1024px) and (min-width: 1024px) {
    .path-search #block-searchpageformblock .view-filters {
      margin-left: -32px; } }
  @media screen and (min-width: 1024px) and (min-width: 768px) {
    .path-search #block-searchpageformblock .view-filters {
      margin-right: -20px; } }
  @media screen and (min-width: 1024px) and (min-width: 1024px) {
    .path-search #block-searchpageformblock .view-filters {
      margin-right: -32px; } }

@media screen and (min-width: 1024px) {
  .path-search #block-searchpageformblock #edit-submit,
  .path-search #block-searchpageformblock .form-actions input {
    top: 5.9375rem; }
  .path-search #block-searchpageformblock .form-actions input {
    font-size: 1.125rem; }
  .path-search #block-searchpageformblock .views-exposed-form {
    position: relative; }
  .path-search .pager,
  .path-search .feed-icons {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 83.06452%;
    margin-left: 8.46774%;
    padding-left: 2rem;
    padding-right: 2rem; }
    .path-search .pager:last-child,
    .path-search .feed-icons:last-child {
      margin-right: 0; } }

.about-page .about-page__header {
  margin-left: -32px;
  margin-right: -32px;
  width: calc(100% + 64px); }

.about-page .explainer-banner {
  position: relative; }
  .about-page .explainer-banner:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(5, 10, 18, 0.75);
    z-index: 0; }

.about-page .explainer .explainer-banner__image-wrapper:after {
  display: none; }

.microsite__content-wrapper {
  padding-bottom: 44px; }

.microsite-one-pager .about-impact__quotes {
  margin-top: 0;
  clear: both;
  margin-bottom: 44px; }
  .microsite-one-pager .about-impact__quotes .quote--close {
    display: none; }

.microsite-one-pager .person-list-small__heading {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 1.875rem;
  font-style: normal;
  color: #264a59; }

.microsite-one-pager .person-list-small__heading {
  margin-bottom: 38px; }

.microsite-one-pager .person-list-small__name {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.19; }

.microsite-one-pager .person-list-small__panelist .person-list-small__image-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(24, 73, 99, 0.2);
  z-index: 0; }

.microsite-one-pager .person-list-small__panelist .person-list-small__image-wrapper img {
  z-index: 0; }

.microsite-one-pager .person-list-small__panelist.hovered .person-list-small__image-wrapper:after {
  background: rgba(24, 73, 99, 0.2); }

.microsite-one-pager .microsite-hero__title:after {
  display: none; }

.microsite-one-pager .microsite-hero__title.hasSubtext:after {
  display: block; }

.microsite-title {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 1.4;
  color: #386274; }

.microsite__content-intro {
  margin-bottom: 0; }

.microsite-copy {
  padding: 2.6875rem 0 0;
  line-height: 1.8; }
  .microsite-copy img {
    width: 100%; }
  .microsite-copy h1,
  .microsite-copy h2,
  .microsite-copy h3,
  .microsite-copy h4 {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    line-height: 1.2;
    color: #386274;
    font-weight: 600; }
  .microsite-copy h3 {
    font-size: 1.875rem;
    margin: 0 0 1.5rem; }
  .microsite-copy p {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.8;
    color: #111d22;
    margin-bottom: 1.25rem; }
    @media screen and (min-width: 1024px) {
      .microsite-copy p {
        font-size: 1.125rem; } }
  .microsite-copy a {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    color: #0093d0; }
  .microsite-copy ul li,
  .microsite-copy ol li {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    list-style-position: outside;
    margin-left: 1.25rem;
    font-size: 1rem;
    line-height: 1.8;
    color: #111d22;
    margin-bottom: 1.25rem; }
  .microsite-copy ul li {
    list-style-type: disc; }
  .microsite-copy .line-quote {
    padding-left: 2.4375rem;
    border-left: #d9e3e9 1px solid;
    margin-left: 0; }
    .microsite-copy .line-quote p {
      font-size: 0.875rem;
      line-height: 2;
      color: #2b4e5e; }

@media screen and (min-width: 768px) {
  .microsite__content-wrapper {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%;
    margin-bottom: 70px;
    padding-bottom: 73px; }
    .microsite__content-wrapper:last-child {
      margin-right: 0; }
  .microsite-title {
    font-size: 1.875rem; }
  .microsite-copy h3 {
    margin: 0 0 1.875rem; }
  .microsite__content-intro {
    margin-bottom: 0; }
  .microsite-one-pager .person-list-small,
  .microsite-one-pager .about-impact__quotes {
    margin-bottom: 5rem;
    clear: both; }
  .microsite-one-pager .person-list-small__name {
    font-size: 1.1875rem; } }

@media screen and (min-width: 1024px) {
  .microsite-one-pager .person-list-small__heading {
    margin-bottom: 44px; }
  .microsite__content-wrapper {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 57.66129%;
    margin-left: 25.40323%;
    margin-bottom: 83px;
    padding-bottom: 93px; }
    .microsite__content-wrapper:last-child {
      margin-right: 0; }
  .microsite__content-intro {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 66.12903%;
    margin-left: 16.93548%;
    margin-bottom: 0; }
    .microsite__content-intro:last-child {
      margin-right: 0; }
    .microsite__content-intro .microsite-copy {
      float: left;
      display: block;
      margin-right: 2.43902%;
      width: 87.19512%;
      margin-left: 12.80488%; }
      .microsite__content-intro .microsite-copy:last-child {
        margin-right: 0; }
  .microsite-copy h3 {
    font-size: 2.5rem; }
  .microsite-copy .line-quote {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%; }
    .microsite-copy .line-quote:last-child {
      margin-right: 0; } }

.path-contact .explainer-banner__wrapper {
  padding-top: 4.875rem;
  padding-bottom: 4.875rem; }

.contact__header {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 200;
  font-size: 1.875rem;
  color: #386274;
  font-style: italic;
  margin-top: 2.5rem; }

.contact__contact-directly {
  float: left;
  width: 100%;
  padding-bottom: 44px; }
  .contact__contact-directly[hidden] {
    display: none; }

.contact__contact-directly-item {
  margin-top: 2.5rem; }

.contact__contact-directly-item *,
.contact__our-location-copy {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400; }

.contact__contact-directly-item-title {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 1.125rem;
  color: #111d22; }

.contact__contact-directly-item-name,
.contact__contact-directly-item-email,
.contact__contact-directly-item-phone {
  font-size: 1rem;
  line-height: 1.875rem; }

.contact__contact-directly-item-email {
  display: block; }
  .contact__contact-directly-item-email > *:not(i) {
    border-bottom: 2px solid transparent;
    display: inline; }
  .contact__contact-directly-item-email:focus, .contact__contact-directly-item-email:hover {
    text-decoration: none; }
    .contact__contact-directly-item-email:focus > *:not(i), .contact__contact-directly-item-email:hover > *:not(i) {
      border-bottom: 2px solid #c4d82d;
      display: inline; }

.contact__our-location {
  margin-left: -20px;
  margin-right: -20px;
  padding: 0 1.25rem 3.25rem;
  position: relative;
  background-color: #ebeff3;
  width: calc(100% + 40px);
  clear: both;
  float: left;
  margin-top: 10.0625rem; }
  @media screen and (min-width: 768px) {
    .contact__our-location {
      margin-left: -20px; } }
  @media screen and (min-width: 1024px) {
    .contact__our-location {
      margin-left: -32px; } }
  @media screen and (min-width: 768px) {
    .contact__our-location {
      margin-right: -20px; } }
  @media screen and (min-width: 1024px) {
    .contact__our-location {
      margin-right: -32px; } }

.contact__our-location-figure {
  margin: -10.625rem 0 1.6875rem;
  float: left;
  width: 100%;
  clear: both; }

.contact__our-location-img {
  vertical-align: bottom; }

.contact__our-location-copy {
  font-size: 1rem;
  line-height: 1.75rem;
  border-bottom: 2px solid transparent; }
  .contact__our-location-copy a:focus,
  .contact__our-location-copy a:hover {
    text-decoration: none;
    border-bottom: 2px solid #c4d82d; }

.contact__our-location-wrap {
  float: left;
  clear: both;
  width: 100%; }
  .contact__our-location-wrap .contact__header {
    margin-top: 0; }

.contact__top-media,
.contact__top-content {
  clear: both;
  display: none;
  margin-bottom: 3.75rem; }
  .contact__top-media._active,
  .contact__top-content._active {
    display: block; }

.contact__top-content .two-article-cards {
  padding-bottom: 0.3125rem; }

.contact__top-media .two-article-cards {
  padding-bottom: 0.625rem; }

.contact__top-media .two-article-cards-title {
  margin-bottom: 1.5rem;
  margin-left: 1.25rem; }

.contact__top-media .article-variations__cards-container {
  padding-bottom: 0; }

/*
//
/// Tablet styling */
@media screen and (min-width: 768px) {
  .contact__top-media,
  .contact__top-content {
    margin-bottom: 3.75rem; }
  .contact__top-media .two-article-cards-title {
    margin-left: 10.76774%; }
  .path-contact .explainer {
    margin-top: 0; }
  .path-contact .explainer-banner {
    padding: 0; }
  .path-contact .explainer-banner__wrapper {
    padding: 13.125rem 3.4375rem 5.9375rem; }
  .contact__contact-directly {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%;
    padding-bottom: 0; }
    .contact__contact-directly:last-child {
      margin-right: 0; }
    .contact__contact-directly .contact__header {
      margin-bottom: 0;
      margin-top: 2.875rem; }
  .contact__contact-directly-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .contact__contact-directly-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .contact__contact-directly-item-title {
    margin-top: 0; }
  .contact__contact-directly-item-name,
  .contact__contact-directly-item-email,
  .contact__contact-directly-item-phone {
    font-size: 1.125rem;
    line-height: 2.375rem; }
  .contact__our-location {
    display: -ms-flexbox;
    display: flex;
    margin-right: -20px;
    padding-bottom: 2.8125rem;
    min-height: 18.75rem;
    padding-bottom: 4.0625rem; }
    .contact__our-location:before {
      bottom: -4.0625rem;
      top: 0;
      height: auto; }
  .contact__our-location-wrap {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 35.97561%;
    margin-left: 12.80488%; }
    .contact__our-location-wrap:last-child {
      margin-right: 0; }
    .contact__our-location-wrap:last-child {
      margin-right: 2.43902%; }
    .contact__our-location-wrap .contact__header {
      margin-top: 2.8125rem; }
  .contact__our-location-figure {
    width: calc(48.78049% + 20px);
    margin-right: 0;
    -ms-flex-order: 2;
    order: 2;
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: 23.5rem;
    overflow: hidden;
    margin-bottom: 4.0625rem; }
  .contact__top-content,
  .contact__top-media {
    margin-bottom: -10.0625rem;
    background-color: #f3f5f8;
    padding-bottom: 12.5625rem;
    margin-left: -2rem;
    margin-right: -2rem; } }

/*
//
/// Desktop styling */
@media screen and (min-width: 1024px) {
  .contact__top-media .two-article-cards-title {
    margin-bottom: 1.5rem;
    margin-left: 7.86774%; }
  .contact__top-media .article-variations__cards-container {
    padding-bottom: 0; }
  .contact .explainer-banner {
    padding-bottom: 209px; }
  .contact__header {
    font-size: 2.5rem;
    line-height: 2.875rem; }
  .contact__contact-directly-item-name,
  .contact__contact-directly-item-email,
  .contact__contact-directly-item-phone {
    font-size: 1.125rem;
    line-height: 1.78; }
  .contact__contact-directly-item-title {
    font-size: 1.3125rem;
    line-height: 2;
    margin-bottom: 10px; }
  .contact__our-location-copy {
    font-size: 1.125rem;
    line-height: 2rem; }
  .contact__contact-directly {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 66.12903%;
    margin-left: 16.93548%;
    padding-bottom: 1.875rem;
    float: none; }
    .contact__contact-directly:last-child {
      margin-right: 0; }
    .contact__contact-directly .contact__header {
      margin-top: 5rem; }
  .contact__our-location-figure {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 40.72581%;
    margin-left: 8.46774%;
    margin-right: 2rem;
    right: 8.46774%;
    max-height: 31.5625rem;
    margin-bottom: 5rem; }
    .contact__our-location-figure:last-child {
      margin-right: 0; }
    .contact__our-location-figure.media_margin {
      margin-right: 1.0625rem; }
  .contact__our-location-wrap {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 32.25806%;
    margin-left: 8.46774%; }
    .contact__our-location-wrap:last-child {
      margin-right: 0; }
    .contact__our-location-wrap .contact__header {
      margin-top: 4.5rem; }
  .contact__our-location {
    width: calc(100% + 64px);
    min-height: 26.5625rem;
    padding-bottom: 5rem; }
    .contact__our-location:before {
      left: -32px;
      right: -32px;
      bottom: -5rem; }
  .contact__our-location-img {
    float: right; } }

@media screen and (min-width: 1600px) {
  .contact__our-location:before {
    left: -32px;
    right: auto;
    width: 100rem; } }

.microsite-article {
  position: relative; }
  .microsite-article::after {
    clear: both;
    content: '';
    display: table; }
  .microsite-article .article__eyebrow {
    font-weight: 500; }
  .microsite-article .article-headline {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-size: 2.25rem;
    line-height: 44px;
    margin-top: 1.5625rem;
    margin-bottom: 0.625rem; }

@-moz-document url-prefix() {
  .microsite-article .article__body-copy p:not(.article__references-reference):not(.tooltip__paragraph):first-child:first-letter:not(.parallax-breaker__text) {
    padding-top: 0.75rem; } }
  .microsite-article .article-general-info {
    margin-top: 0.75rem;
    margin-bottom: 1.875rem; }
  .microsite-article .download-article-icons__container,
  .microsite-article .article__social-container {
    display: inline-block;
    float: left; }
  .microsite-article .download-article-icons__container {
    margin-right: 0.3125rem; }
  .microsite-article .article__social-container {
    clear: none;
    margin-bottom: 1.875rem; }
  .microsite-article .article__social-icon {
    text-align: center;
    margin-right: 0.625rem; }
    .microsite-article .article__social-icon:last-child {
      margin-right: 0; }
  .microsite-article .heritage-icon-chapter_arrow {
    font-family: 'Gotham A', 'Gotham B' !important;
    font-weight: 300;
    font-style: normal; }
    .microsite-article .heritage-icon-chapter_arrow:before {
      font-family: 'heritage-icons' !important; }
    .microsite-article .heritage-icon-chapter_arrow:focus, .microsite-article .heritage-icon-chapter_arrow:hover {
      font-style: normal !important; }

.microsite-article--large .article-body__read-more {
  margin-bottom: 1.25rem; }

.article-subhead {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 200;
  font-size: 1.3125rem;
  line-height: 1.875rem;
  letter-spacing: 0.00625rem;
  font-style: italic;
  font-style: italic;
  color: #264a59;
  clear: both;
  margin: 0.625rem auto; }

.download-article-icons__container {
  width: 8.75rem;
  margin-top: 1.25rem; }

.download-article-icons__text-link {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 0.75rem;
  color: #386274;
  display: inline-block;
  width: 50%; }

@media screen and (min-width: 768px) {
  .microsite-article {
    margin-top: 7.5rem; }
    .microsite-article .article__eyebrow {
      margin-bottom: 0; }
    .microsite-article .article-headline {
      font-size: 3rem;
      line-height: 3.5rem; }
    .microsite-article .download-article-icons__container {
      margin-right: 1.875rem; }
    .microsite-article .article__social-container {
      position: relative;
      margin-top: 0; }
    .microsite-article .article-general-info {
      margin-bottom: 2.1875rem; }
    .microsite-article .image-with-caption {
      width: calc(74.41059% + 32px); }
      .microsite-article .image-with-caption img {
        position: relative;
        margin-left: -17.3%; }
  .microsite-article--large .article-body__read-more {
    margin-bottom: 3.75rem; }
  .microsite-article--large ~ .key-topics .key-topics-title {
    margin-top: 1.875rem; }
  .page-node-type-microsite-article .key-topics {
    padding-bottom: 4.375rem; }
  .article-subhead,
  .microsite-article__icon-container {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%; }
    .article-subhead:last-child,
    .microsite-article__icon-container:last-child {
      margin-right: 0; }
  .article-subhead {
    font-size: 1.5rem;
    line-height: 1.875rem; }
  .download-article-icons__container {
    margin-top: 0;
    width: auto; }
  .microsite-article__icon-container {
    margin-top: 2.5rem; }
  .download-article-icons__text-link {
    width: auto;
    line-height: 2.8125rem;
    vertical-align: top; } }

@media screen and (min-width: 1024px) {
  .microsite-article .article-headline {
    font-size: 3.25rem;
    line-height: 3.75rem; }
  .microsite-article .article-general-info {
    margin-bottom: 2.5rem; }
  .microsite-article .article__section-wrapper {
    float: left;
    display: block;
    margin-right: 1.94175%;
    width: 79.61165%;
    margin-left: 5.09709%; }
    .microsite-article .article__section-wrapper:last-child {
      margin-right: 0; }
  .microsite-article .image-with-caption img {
    margin-left: -8.46774%; }
  .microsite-article--large .article-body__read-more {
    margin-bottom: 5rem; }
  .microsite-article--large ~ .key-topics .key-topics-title {
    margin-top: 3.125rem; }
  .article-subhead {
    margin-left: 8.46774%;
    font-size: 1.625rem;
    line-height: 2rem;
    letter-spacing: -0.00625rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem; }
  .microsite-article__icon-container {
    position: absolute;
    top: 0;
    right: 0;
    width: auto; }
  .download-article-icons__container {
    margin-right: 1.875rem; } }

.box__eyebrow {
  min-height: 90px; }

.microsite-homepage .two-article-cards-title {
  margin-left: 20px; }

.microsite-homepage .two-article-cards__card-wrapper a:last-child {
  margin-bottom: 0; }

.microsite-homepage .two-article-cards {
  background-color: transparent;
  clear: both;
  padding-bottom: 0; }

.microsite-homepage .about-featured__headlines h3,
.microsite-homepage .about-featured__headlines a {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-style: normal; }

.microsite-homepage .about-featured__headlines h3 {
  font-size: 20px;
  line-height: 1.2;
  color: #264a59; }

.microsite-homepage .about-featured__headlines a {
  font-size: 14px;
  line-height: 1.5;
  color: #48b2e9;
  display: block; }
  .microsite-homepage .about-featured__headlines a > *:not(i) {
    border-bottom: 2px solid transparent;
    display: inline; }
  .microsite-homepage .about-featured__headlines a:focus, .microsite-homepage .about-featured__headlines a:hover {
    text-decoration: none; }
    .microsite-homepage .about-featured__headlines a:focus > *:not(i), .microsite-homepage .about-featured__headlines a:hover > *:not(i) {
      border-bottom: 2px solid #c4d82d;
      display: inline; }
  .microsite-homepage .about-featured__headlines a span {
    padding: 0; }
  .microsite-homepage .about-featured__headlines a i {
    display: none;
    padding-right: 0; }

.microsite-homepage .about-featured__headlines .about-featured__content {
  margin-top: 1.625rem; }

.microsite-homepage .microsite-hero {
  margin-bottom: 30px; }
.microsite-homepage .microsite-hero.hero-press {
  margin-bottom: unset;
}
.microsite-homepage .microsite-hero.hero-press .microsite-hero__subhead {
  display: none;
}
.microsite-homepage .microsite-hero.hasCaptions {
  margin-bottom: 80px; }

.microsite-homepage .key-topics {
  clear: both; }

.microsite-homepage__card-container {
  margin-left: -20px;
  margin-right: -20px;
  background-color: #f3f5f8;
  padding: 13px 0 40px;
  width: calc(100% + 40px); }
  @media screen and (min-width: 768px) {
    .microsite-homepage__card-container {
      margin-left: -20px; } }
  @media screen and (min-width: 1024px) {
    .microsite-homepage__card-container {
      margin-left: -32px; } }
  @media screen and (min-width: 768px) {
    .microsite-homepage__card-container {
      margin-right: -20px; } }
  @media screen and (min-width: 1024px) {
    .microsite-homepage__card-container {
      margin-right: -32px; } }
  .microsite-homepage__card-container::after {
    clear: both;
    content: '';
    display: table; }
  .microsite-homepage__card-container .result-card {
    margin-bottom: 5px; }
  .microsite-homepage__card-container .result-card__title,
  .microsite-homepage__card-container .result-card__link {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500; }
  .microsite-homepage__card-container .result-card__title {
    font-size: 1.375rem;
    line-height: 1.625rem; }
  .microsite-homepage__card-container .result-card__link {
    display: block;
    font-style: normal;
    font-size: 0.875rem;
    color: #0093d0; }

.microsite__short-summary {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 300;
  font-size: 1.3125rem;
  line-height: 1.4;
  color: #386274;
  margin-bottom: 42px; }

  .press-page {
    color: #fff;
    background-color: #405a67;
    padding: 0 20px;
    margin: 0 -20px;
    text-align: center;
  }
  
  .microsite__short-summary.press-page span a {
    position: relative;
    color: #fff;
    scroll-behavior: smooth;
  }

  .press-page.microsite__short-summary .heritage-icon-arrow_long {
    font-size: 10px;
    padding-left: 10px;
    color: rgb(196, 216, 45);
    text-decoration: none;
    display: inline-block;
  }
  .press-page.microsite__short-summary:hover .press-staff-link .heritage-icon-arrow_long {
    padding-left: 20px;
  } 

.microsite__short-summary sup {
  vertical-align: super; }

.microsite__short-summary sub {
  vertical-align: sub; }

.microsite-homepage-medium.press-page-wrapper .press-staff .person-list-small.staff-person {
  margin-bottom: 0;
  font-size: 2rem;
  font-family: 'Chronicle Display A','Chronicle Display B';
  font-style: italic;
}

.microsite-homepage-medium.press-page-wrapper .press-staff {
  margin-top: 50px;
}
.microsite-homepage-medium.press-page-wrapper .press-staff .view-display-id-press .contextual {
  top: 60px;
  right: 100px;
}
.press-page-wrapper .related-issues {
  padding-bottom: unset;
  margin: 50px 0;
  padding-top: unset;
  background-color: unset;
}
.press-page-wrapper .related-issues__wrapper {
  margin-top: unset;
}

.press-page-wrapper .related-issues.splide .splide__arrow {
  background: #000;
}

.press-page-wrapper .related-issues.splide .splide__arrow svg {
  fill: #fff;
}
.press-page-wrapper .related-issues.splide .splide__pagination .splide__pagination__page.is-active {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .press-page-wrapper .related-issues.splide .splide__arrow {
    top: unset;
    bottom: -55px;
  }
  .press-page-wrapper .related-issues.splide .splide__pagination {
    bottom: -35px;
  }
  
  .press-page-wrapper .related-issues.splide .splide__pagination .splide__pagination__page.is-active {
    background-color: #000;
  }
}


.press-page-wrapper .related-issues .related-issues__headline {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.press-page-wrapper .related-issues .related-issues__date {
  margin-top: 15px;
  color: #fff;
}
.press-page-wrapper .press-staff .result-count {
  display: none;
}

.latest-recent-articles {
  position: relative;
  padding: 20px 30px;
  background-color: #fff;
  margin: 10px 0;
  overflow: hidden;
}
.latest-recent-articles .latest-recent-articles__link {
  text-decoration: none;
}
.latest-recent-articles:hover .latest-recent-articles__link .latest-recent-articles__title {
  color: #0093d0;
}
.latest-recent-articles:hover {
  transform: translateX(0);
}
.latest-recent-articles:hover .latest-recent-articles__wrapper {
  transform: translateX(10px);
  transition: all .3s ease;
  backface-visibility: hidden;
}

.latest-recent-articles::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.625rem;
  background-color: #c4d82d;
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: transform .3s ease;
}
.latest-recent-articles:hover::before {
  transform: translateX(0);
}
.latest-recent-articles__title {
  font-family: 'Chronicle Display A','Chronicle Display B';
  font-weight: 300;
  color: #264a59;
  font-size: 1.375rem;
  display: block;
}
.latest-recent-articles__group {
  padding-bottom: 20px;
  text-transform: uppercase;
  font-family: 'Gotham A','Gotham B';
  font-weight: 500;
  font-size: 0.6875rem;
  color: #264a59;
}
.latest-recent-articles__date {
  padding-top: 20px;
  font-family: 'Gotham A','Gotham B';
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.7;
  color: #264a59;
}
.latest-statements-news-releases {
  display: inline-block;
  margin: 0 20px;
  width: calc(100% - 40px);
}
.latest-statements-news-releases-wrapper.recent-articles {
  background-color: #f3f5f8;
  margin: 0 -20px;
  display: inline-block;
  width: calc(100% + 40px);
}
.latest-statements-news-releases .view-filters {
  padding-top: 20px;
  /* display: none; */
}

.related-issues .splide__pagination {
  border-bottom: none;
}
.latest-statements-news-releases .view-header {
  font-family: 'Chronicle Display A','Chronicle Display B';
  font-weight: 200;
  font-size: 2rem;
  font-style: italic;
  line-height: 1.4;
  color: #292e35;
  margin-top: 20px;
}

.latest-statements-news-releases [data-drupal-selector="views-exposed-form-latest-statements-news-releases-latest-statements-and-news"] .form-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.latest-statements-news-releases [data-drupal-selector="views-exposed-form-latest-statements-news-releases-latest-statements-and-news"] .form-select {
  font-family: 'Gotham A','Gotham B';
  font-weight: 400;
  font-size: 14px;
  padding: 1.0625rem 8rem 1.0625rem 1.25rem;
  color: #fff;
  cursor: pointer;
  text-transform: capitalize;
}
.latest-statements-news-releases [data-drupal-selector="views-exposed-form-latest-statements-news-releases-latest-statements-and-news"] .form-item label {
  font-family: 'Chronicle Display A','Chronicle Display B';
  font-weight: 200;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.4;
  color: #292e35;
}

.latest-statements-news-releases [data-drupal-selector="views-exposed-form-latest-statements-news-releases-latest-statements-and-news"] .latest-releases__select {
  font-family: 'Gotham A','Gotham B';
  font-weight: 400;
  background-color: #386274;
  color: #fff;
  font-size: 0.875rem;
  border-radius: 0;
  width: fit-content;
  position: relative;
  display: inline-block;
}
.latest-statements-news-releases [data-drupal-selector="views-exposed-form-latest-statements-news-releases-latest-statements-and-news"] .latest-releases__select .form-select {
  position: relative;
  z-index: 99;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #386274;
  z-index: 1;
}
.latest-statements-news-releases [data-drupal-selector="views-exposed-form-latest-statements-news-releases-latest-statements-and-news"] .latest-releases__select .latest-releases__select-icon {
  content: "";
  position: absolute;
  right: 15px;
  top: 54%;
  transform: translateY(-50%);
  color: #fff;
  cursor: pointer;
  z-index: 2;
  pointer-events: none;
}

.person-info {
  display: flex;
  flex-wrap: wrap;
  gap: 70px;
}
.person-info .person-info__wrapper {
  max-width: 200px;
}
.person-info .person-info__image-wrapper-media {
  border-radius: 50%;
  overflow: hidden;
  max-width: 7.5rem;
  margin: 0;
  margin-bottom: 1.25rem;
  position: relative;
}
.person-info__image-wrapper-media .person-info__image-wrapper-media-img {
  position: relative;
  z-index: 1;
  border-radius: 50%;
  display: block;
}
.person-info__image-wrapper-media:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #c5d1d8;
  z-index: 0;
  border-radius: 50%;
}
.person-info__image-wrapper:hover .person-info__image-wrapper-media:after {
  background: #c4d82d;}
.person-info .person-info__name-wrap .person-info__name {
  color: #111d22;
  font-size: 1.25rem;
  font-family: 'Chronicle Display A','Chronicle Display B';
  margin-bottom: 0.1875rem;
  text-decoration-color: #c4d82d;
}
.person-info__job-title {
  margin: 12px 0;
  font-family: 'Gotham A','Gotham B';
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.333333333;
  color: #111d22;
}
.person-info__email-handle {
  font-family: 'Gotham A','Gotham B';
  font-weight: 400;
  font-size: 0.75rem;
  color: #0093d0;
  display: block;
  white-space: nowrap;
}
.person-info__expertise-item {
  margin: 12px 0;
  font-family: 'Gotham A','Gotham B';
  font-weight: 200;
  font-size: 0.75rem;
  color: #111d22;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .microsite-homepage .microsite-hero {
    padding: 164px 113px 136px;
    margin-bottom: 67px; }
    .microsite-homepage .microsite-hero.hero-press {
      margin-bottom: unset;
    }
  .microsite-homepage .microsite-hero.hasCaptions {
    margin-bottom: 97px; }
  .microsite-homepage .microsite-featured .heritage-card-theme--large,
  .microsite-homepage .microsite-featured .heritage-card-theme--small {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px; }
  .microsite-homepage .two-article-cards {
    padding-top: 0; }
  .person-info {
    gap: 50px;
  }
  .person-info .person-info__wrapper {
    max-width: 125px;
  }
  .microsite-homepage .two-article-cards-title {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%;
    margin-bottom: 25px; }
    .microsite-homepage .two-article-cards-title:last-child {
      margin-right: 0; }
  .microsite-homepage .key-topics {
    margin-bottom: 56px; }
  .microsite__short-summary {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%;
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 69px; }
    .press-page {
      margin: 0 -20px;
      width: calc(100% + 40px);
    }
    .microsite__short-summary:last-child {
      margin-right: 0; }
    .microsite__short-summary + .microsite-article-cards {
      margin-top: 0;
      padding-top: 0; }
  .microsite-homepage__card-container-inner,
  .microsite-featured__top {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%; }
    .microsite-homepage__card-container-inner:last-child,
    .microsite-featured__top:last-child {
      margin-right: 0; }
  .microsite-homepage__card-container-inner {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 0.625rem; }
    .microsite-homepage__card-container-inner .result-card__link {
      margin-bottom: 0; }
  .microsite-article-cards {
    width: calc(100% + 40px);
    padding-top: 496px;
    margin-top: -516px;
    padding-bottom: 80px;
    float: left; }
  .microsite-homepage__card-container {
    clear: both;
    padding-top: 496px;
    margin-top: -496px;
    float: left;
    padding-bottom: 70px; }
    .microsite-homepage__card-container .result-card {
      margin: 0 0 10px; } 

  .latest-statements-news-releases {
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%;
    padding: 0 20px;
    background-color: #f3f5f8;
  }
  .latest-statements-news-releases-wrapper.recent-articles {
    background-color: unset;
  }
  .press-page-wrapper .related-issues {
    float: unset;
    width: auto;
    clear: unset;
  }
}
@media screen and (min-width: 1024px) {
  .latest-statements-news-releases {
    /* margin-right: 1.6129%; */
    width: 83.06452%;
    /* margin-left: 8.46774%; */
    padding: 0 32px;
    margin: 50px 1.6129% 0 8.46774%;
  }
  .latest-recent-articles__title {
    font-size: 2.25rem;
    max-width: 61rem;
    /* padding-right: 100px; */
  }
  .person-info {
    gap: 60px;
    margin-left: 48px;}
  .person-info .person-info__wrapper {
    max-width: 150px;
  }
  .latest-statements-news-releases .view-filters {
    display: block;
  }
  .person-info .person-info__image-wrapper-media {
    max-width: 190px;
    margin-bottom: 28px;
  }
  .microsite-homepage .microsite-hero {
    padding: 199px 125px 207px;
    margin-bottom: 66px; }
    .microsite-homepage .microsite-hero.hero-press {
      margin-bottom: unset;
    }
    .press-page-wrapper .related-issues__card {
      margin-top: 50px;
      margin-bottom: 50px;
    }
    .press-page-wrapper .related-issues {
      margin-left: -32px;
      margin-right: -32px;
    }
  .press-page-wrapper .related-issues__wrapper {
    /* margin-left: 6.46774%; */
    padding: 30px;
  }
  .related-issues.splide {
    position: relative;
    z-index: 99;
    /* width: 100vw; */
    visibility: visible;
    margin-top: 30px;
    background: linear-gradient(to right, white 26.1718%, #c5d0d5 26.1718%); 
  }
  .related-issues .featured-press {
    display: flex;
    justify-content: space-between;
  }
  .press-page-wrapper .related-issues.splide.is-initialized:not(.is-active) .splide__list.featured-press {
    display: flex;
    justify-content: space-between;
  }
  .featured-press .featured-press__link {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .microsite-homepage-medium.press-page-wrapper .press-staff .person-list-small.staff-person {
    margin-left: 10%;
  }
  .microsite-homepage-medium.press-page-wrapper .person-list-small.person-list-small__circles {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }
  .microsite-homepage .microsite-hero.hasCaptions {
    margin-bottom: 96px; }
  .microsite-homepage .microsite-hero__download {
    left: 10.5%;
    bottom: 40px; }
  .microsite-homepage .microsite-share {
    right: 10.2%;
    bottom: 40px; }
  .microsite-homepage .key-topics {
    margin-bottom: 75px; }
  .microsite-homepage .microsite-featured .heritage-card-theme--large {
    float: left;
    display: block;
    margin-right: 1.94175%;
    width: 59.2233%; }
    .microsite-homepage .microsite-featured .heritage-card-theme--large:last-child {
      margin-right: 0; }
  .microsite-homepage .microsite-featured .heritage-card-theme--small {
    float: left;
    display: block;
    margin-right: 1.94175%;
    width: 38.83495%; }
    .microsite-homepage .microsite-featured .heritage-card-theme--small:last-child {
      margin-right: 0; }
  .microsite-homepage .two-article-cards-title {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 83.06452%;
    margin-left: 8.46774%; }
    .microsite-homepage .two-article-cards-title:last-child {
      margin-right: 0; }
  .microsite-homepage__card-container-inner,
  .microsite-featured__top {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 83.06452%;
    margin-left: 8.46774%; }
    .microsite-homepage__card-container-inner:last-child,
    .microsite-featured__top:last-child {
      margin-right: 0; }
  .microsite-homepage__card-container-inner {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px; }
    .microsite-homepage__card-container-inner .result-card__link {
      display: inline-block; }
    .microsite-homepage__card-container-inner .result-card__title {
      font-size: 1.5rem;
      letter-spacing: -0.0125rem; }
  .microsite-article-cards,
  .microsite-homepage__card-container {
    width: calc(100% + 64px);
    padding-top: 200px; }
  .microsite-homepage__card-container {
    margin-top: -220px;
    padding-bottom: 90px; }
  .microsite-article-cards {
    margin-top: -226px; }
  .microsite__short-summary {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 57.66129%;
    margin-left: 25.40323%;
    margin-bottom: 73px;
    font-size: 26px; }
  .press-page {
    float: unset;
    width: unset;
    margin: 0 -32px;
  }
  
    .microsite__short-summary:last-child {
      margin-right: 0; } }

@media screen and (min-width: 1440px) {
  .person-info .person-info__wrapper {
    max-width: 200px;
  }
  .person-info {
    gap: 100px;
    margin-left: 48px;}

    .featured-press .featured-press__link {
      height: 305px;
    }
  .related-issues .featured-press {
    /* gap: 30px; */
    width: 1345px;
  }
  .press-page-wrapper .related-issues__card {
    width: 31%;
  }
  .related-issues.splide .related-issues__wrapper {
    margin-left: unset;
    padding: 0;
    margin: 0 auto;
    float: unset;
  }
}
.microsite-homepage--large .microsite__short-summary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }
  .microsite-homepage--large .microsite__short-summary .paragraph--type--image-link {
    padding: 1rem 0 0; }
  .microsite-homepage--large .microsite__short-summary img {
    width: 100%; }
  @media screen and (min-width: 768px) {
    .microsite-homepage--large .microsite__short-summary {
      -ms-flex-direction: row;
      flex-direction: row; }
      .microsite-homepage--large .microsite__short-summary .paragraph--type--image-link {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        -ms-flex-order: 2;
        order: 2;
        max-width: 250px;
        padding: 0 0 0 1rem;
        width: 50%; } }

.microsite-category-large .microsite-hero {
  padding-left: 20px;
  padding-right: 20px;
  min-height: 15.625rem; }

.microsite-category-large .microsite-hero__title,
.microsite-category-large .microsite-hero__subhead {
  text-align: left; }

.microsite-category-large .microsite-hero__title {
  font-size: 2.25rem;
  line-height: 2.75rem; }
  .microsite-category-large .microsite-hero__title:after {
    margin-left: 0; }

.microsite-category-large .microsite__short-summary {
  margin-top: 2.5rem;
  float: none; }

.microsite-category-large .two-article-cards {
  padding-top: 0; }

.microsite-category-large .two-article-cards__card-wrapper {
  margin-top: 0; }

.microsite-category-large .two-article-cards-title {
  display: none; }

@media screen and (min-width: 768px) {
  .microsite-category-large .microsite-hero {
    padding-left: 0;
    padding-right: 0;
    min-height: 25rem; }
  .microsite-category-large .microsite-hero__title,
  .microsite-category-large .microsite-hero__subhead {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
    margin-left: 12.80488%;
    float: none; }
    .microsite-category-large .microsite-hero__title:last-child,
    .microsite-category-large .microsite-hero__subhead:last-child {
      margin-right: 0; }
  .microsite-category-large .microsite-hero__download {
    left: 3.125rem; }
  .microsite-category-large .microsite__short-summary {
    margin-top: 4.375rem;
    margin-bottom: 4.375rem; }
  .microsite-category-large .two-article-cards {
    padding-top: 3.75rem;
    padding-bottom: 9.375rem;
    margin-bottom: -5.625rem; }
  .microsite-category-large .microsite__topic-paragraph {
    position: relative;
    padding-bottom: 3.125rem;
    padding-top: 4.0625rem; }
    .microsite-category-large .microsite__topic-paragraph:before {
      content: '';
      position: absolute;
      width: calc(87.19512% + 20px);
      top: 0;
      bottom: 0;
      left: -20px;
      background-color: #fff; }
  .microsite-category-large .microsite__topic-paragraph-title {
    margin-left: 12.80488%;
    position: relative; }
  .microsite-category-large .microsite__topic-paragraph-content {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 61.58537%;
    margin-left: 25.60976%;
    float: none;
    position: relative; }
    .microsite-category-large .microsite__topic-paragraph-content:last-child {
      margin-right: 0; }
  .microsite-category-large .about-featured {
    margin-top: -3.125rem; } }

@media screen and (min-width: 1024px) {
  .microsite-category-large .two-article-cards {
    padding-top: 5rem;
    padding-bottom: 11.25rem;
    margin-bottom: -6.25rem; }
  .microsite-category-large .microsite__topic-paragraph {
    padding-top: 4.375rem;
    padding-bottom: 6.5625rem; }
    .microsite-category-large .microsite__topic-paragraph:before {
      width: calc(91.53226% + 32px);
      left: -32px; }
  .microsite-category-large .microsite__topic-paragraph-content {
    margin-top: 2.0625rem; }
  .microsite-category-large .about-featured {
    margin-top: 1.25rem; } }

.microsite-category-large__collection-content-outer-wrapper {
  margin-left: -20px;
  margin-right: -20px;
  background: #f5f5f5;
  clear: both;
  position: relative; }
  @media screen and (min-width: 768px) {
    .microsite-category-large__collection-content-outer-wrapper {
      margin-left: -20px; } }
  @media screen and (min-width: 1024px) {
    .microsite-category-large__collection-content-outer-wrapper {
      margin-left: -32px; } }
  @media screen and (min-width: 768px) {
    .microsite-category-large__collection-content-outer-wrapper {
      margin-right: -20px; } }
  @media screen and (min-width: 1024px) {
    .microsite-category-large__collection-content-outer-wrapper {
      margin-right: -32px; } }
  @media screen and (min-width: 768px) {
    .microsite-category-large__collection-content-outer-wrapper {
      padding: 2rem;
      margin-right: -2rem;
      margin-left: -2rem; } }

@media screen and (min-width: 768px) {
  .microsite-category-large__collection-content-wrapper {
    margin: 0 auto;
    max-width: 83.06452%; } }

.microsite-category-large__collection-content {
  display: -ms-grid;
  display: grid;
  position: relative;
  gap: 0.125rem; }
  @media screen and (min-width: 768px) {
    .microsite-category-large__collection-content {
      gap: 2rem;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (min-width: 1024px) {
    .microsite-category-large__collection-content {
      display: block; } }

.microsite-category-large__collection-content-title {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5rem;
  color: #264a59;
  padding: 2.8125rem 0 2rem;
  margin: 0 2rem; }
  @media screen and (min-width: 768px) {
    .microsite-category-large__collection-content-title {
      margin: 0; } }

.microsite-category-large__collection-content .slick-list,
.microsite-category-large__collection-content .slick-track {
  display: -ms-flexbox;
  display: flex; }

@media screen and (min-width: 1024px) {
  .microsite-category-large__collection-content .collection-carousel-item {
    margin-right: 1.75rem;
    height: 100%;
    width: 18.75rem; } }

.microsite-category-large__collection-content .slick-arrow {
  background: none;
  border: 0;
  cursor: pointer;
  display: block;
  height: 2rem;
  overflow: hidden;
  position: absolute;
  right: 2rem;
  top: -3.5rem;
  text-indent: -9999px;
  width: 2rem;
  z-index: 5; }
  .microsite-category-large__collection-content .slick-arrow::after, .microsite-category-large__collection-content .slick-arrow::before {
    display: none; }
  .microsite-category-large__collection-content .slick-arrow:focus {
    outline: none; }

.microsite-category-large__collection-content .slick-prev {
  border-bottom: none;
  border-left: none;
  border-top: 3px solid #264a59;
  border-right: 3px solid #264a59;
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 4.0625rem; }

.microsite-category-large__collection-content .slick-next {
  border-bottom: none;
  border-left: none;
  border-top: 3px solid #264a59;
  border-right: 3px solid #264a59;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.microsite-category-large__collection-content .slick-disabled {
  border-top-color: #548698;
  border-right-color: #548698; }

.article-generic .article-generic__dropcap:first-letter {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 300;
  color: #75a5c0;
  padding: 0;
  font-size: 3.5rem;
  line-height: 1;
  float: left;
  margin-right: 0.9375rem; }

.article-generic .article__eyebrow {
  margin-bottom: 1.5rem; }

.article-generic .headline {
  margin: 0; }

.article-generic .expert-card {
  margin-bottom: 2.625rem; }

.article-generic .article-summary + .article__body-copy,
.article-generic .video-block + .article__body-copy {
  margin-top: 2.5rem; }

@media screen and (min-width: 768px) {
  .article-generic {
    margin-top: 8.0625rem;
    position: relative; }
    .article-generic .article-generic__content-wrapper {
      float: left;
      display: block;
      margin-right: 2.43902%;
      width: 74.39024%;
      margin-left: 12.80488%; }
      .article-generic .article-generic__content-wrapper:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .article-generic .expert-card__expert-mini-bio {
      display: none; }
    .article-generic .expert-card__expert-title {
      font-weight: normal;
      font-size: 14px; }
    .article-generic .expert-card__expert-info {
      border-left: none;
      margin-left: 25px;
      padding-left: 0; }
    .article-generic .expert-card__expert-image-wrap {
      border-left: 0.0625rem Solid #d9e3e9;
      padding-left: 25px; } }

@media screen and (min-width: 768px) {
    .article-generic .article-general-info {
      margin-bottom: 2.125rem; }
    .article-generic .article__eyebrow {
      margin-top: 2rem;
      margin-bottom: 2.125rem; }
    .article-generic .expert-card,
    .article-generic .article__body-copy {
      margin: 0;
      position: static; }
    .article-generic .article__body-copy {
      width: 100%; }
    .article-generic .expert-card {
      float: none;
      width: 100%;
      margin-bottom: 2.125rem; }
    .article-generic .expert-card__twitter-handle {
      display: none; }
    .article-generic .expert-card__author-image-border {
      height: 3.6875rem;
      width: 3.6875rem; } }

@media screen and (min-width: 1024px) {
  .article-generic {
    margin-top: 9.375rem; }
    .article-generic .article__body-copy {
      padding-bottom: 4.5625rem; }
    .article-generic .article-generic__dropcap:first-letter {
      font-size: 4rem; }
    .article-generic .article-generic__content-wrapper {
      float: left;
      display: block;
      margin-right: 1.6129%;
      width: 83.06452%;
      margin-left: 8.46774%; }
      .article-generic .article-generic__content-wrapper:last-child {
        margin-right: 0; }
    .article-generic .expert-card,
    .article-generic .article-general-info {
      margin-left: 0; }
    .article-generic .article-generic__body-copy-wrapper {
      float: left;
      display: block;
      margin-right: 1.94175%;
      width: 69.41748%;
      margin-left: 20.38835%; }
      .article-generic .article-generic__body-copy-wrapper:last-child {
        margin-right: 0; }
    .article-generic .expert-card {
      float: left;
      display: block;
      margin-right: 2.7972%;
      width: 41.25874%;
      margin-left: -29.37063%; }
      .article-generic .expert-card:last-child {
        margin-right: 0; }
    .article-generic .expert-card__expert-image-wrap {
      width: 100%; }
    .article-generic .expert-card__expert-image-wrap,
    .article-generic .expert-card__expert-info {
      margin-left: 0; }
    .article-generic .expert-card__author-image-border {
      height: 140px;
      width: 140px;
      margin-left: 2.625rem; }
    .article-generic .expert-card__twitter-handle {
      display: block; }
    .article-generic .article__eyebrow {
      margin-top: 2.875rem; } }

.judicial-card-wrapper {
  height: 0;
  overflow: hidden;
  transition: height 1s cubic-bezier(1, 0, 0, 1); }

.judicial-card-toggle._active i:before {
  content: '\e902'; }

.judicial-tracker .tooltip__bubble._active {
  opacity: 1;
  z-index: 9;
  pointer-events: auto; }

.page-node-type-constitution-guide #block-heritage-theme-local-tasks,
.page-node-type-constitution-guide #block-heritage-theme-local-tasks {
  position: absolute; }

.path-constitution2 .navigation-global__nav-tier nav .mainmenu a,
.page-node-type-constitution-guide .navigation-global__nav-tier nav .mainmenu a {
  color: #fff; }

.view-constitution-page {
  position: relative; }

.view-constitution-page .discussion-hero,
.page-node-type-constitution-essay .discussion-hero {
  position: relative;
  max-width: 1600px;
  z-index: 100;
  background-color: rgba(43, 78, 94, 0.8);
  background-image: linear-gradient(180deg, rgba(38, 74, 89, 0.8), rgba(38, 74, 89, 0.8)), url("/themes/heritage/src/images/constitution-guide.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  padding-top: 4.4375rem;
  padding-bottom: 4.4375rem;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  transition: all 200ms ease;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .view-constitution-page .discussion-hero,
    .page-node-type-constitution-essay .discussion-hero {
      margin-top: 0;
      margin-bottom: 2.5rem;
      padding-top: 13.3125rem;
      width: 100vw; } }

.page-node-type-constitution-guide .discussion-hero__title,
.view-constitution-page .discussion-hero__title,
.page-node-type-constitution-essay .discussion-hero__title {
  transition: all 200ms ease;
  margin-left: 0;
  text-align: center;
  width: 100%; }

.constitution-container {
  display: block; }
  @media screen and (min-width: 768px) {
    .constitution-container {
      display: -ms-flexbox;
      display: flex; } }

@media screen and (min-width: 768px) {
  .constitution-container .discussion-menu__wrapper {
    width: 280px; } }

.constitution-container .view-content {
  -ms-flex: 1;
  flex: 1; }

.view-constitution-page .discussion-main-menu {
  counter-reset: menu-article-link;
  text-align: left;
  padding-top: 3.32031rem;
  padding-bottom: 1.5rem; }
  @media screen and (min-width: 1024px) {
    .view-constitution-page .discussion-main-menu {
      padding-bottom: 4.25rem;
      width: 100%; } }

.view-constitution-page .discussion-main-menu li {
  display: block;
  margin-right: 1.25rem;
  font-family: "Chronicle Display Roman"; }

.view-constitution-page .discussion-main-menu li a {
  width: 100%;
  margin: 0.4375rem;
  padding-bottom: 1.0625rem;
  font-size: 1.125rem;
  display: inline-block;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  border-bottom: 0.25rem solid rgba(196, 216, 45, 0);
  transition: all 400ms ease-in-out;
  color: #508399;
  font-family: inherit;
  font-style: italic;
  text-decoration: none;
  cursor: pointer; }
  @media screen and (min-width: 1024px) {
    .view-constitution-page .discussion-main-menu li a {
      font-size: 1.5rem; } }
  .view-constitution-page .discussion-main-menu li a.article:before {
    counter-increment: menu-article-link;
    content: counter(menu-article-link) ". ";
    color: #888b8d;
    font-size: 1.125rem;
    padding-right: 0.25rem; }
  .view-constitution-page .discussion-main-menu li a:hover {
    transition: all 0.4s ease-in-out 0s;
    border-bottom-color: #c4d82d;
    color: #111d22; }

.view-constitution-page .discussion-main-menu li > span {
  display: block;
  color: #888b8d;
  font-size: 1rem;
  padding: 0.3125rem 0.9375rem 0.9375rem;
  text-align: center; }

.view-constitution-page .discussion-main-menu li .current {
  transition: all 0.4s ease-in-out 0s;
  border-bottom-color: #c4d82d;
  color: #111d22; }

@media screen and (min-width: 768px) {
  .constitution-container .view-content {
    position: relative; }
  .view-constitution-page .views-row:nth-child(1) .discusion-content-body {
    margin: 0; }
  .view-constitution-page .views-row:nth-child(1) .discusion-content-body .con-body {
    display: none; }
  .view-constitution-page .views-row:nth-child(1) .discusion-content-body .con-sidebar {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1; }
  .view-constitution-page .views-row:nth-child(2) .con-sidebar {
    position: relative;
    top: 7.5rem; } }

.view-constitution-page .con-sidebar {
  width: 100%;
  float: left;
  margin-bottom: 1.0625rem; }
  @media screen and (min-width: 1024px) {
    .view-constitution-page .con-sidebar {
      width: 25%;
      margin-bottom: 0; } }

.view-constitution-page .ajax-progress {
  display: none; }

.view-constitution-page .con-sidebar .selectric {
  padding: 1.0625rem 1.25rem;
  margin-bottom: 0;
  background-color: #386274;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  display: block; }
  .view-constitution-page .con-sidebar .selectric:after {
    content: "";
    font-family: 'heritage-icons' !important;
    font-size: 0.74375rem;
    vertical-align: baseline;
    float: right;
    color: #fff;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 400ms ease-in-out; }

.view-constitution-page .open .selectric:after {
  transition: all 400ms ease-in-out;
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.view-constitution-page .con-sidebar .selectric-item-list {
  display: none;
  margin-top: 0;
  padding-top: 1.0625rem;
  margin-bottom: 0.625rem;
  background-image: linear-gradient(180deg, #f3f5f8, #f3f5f8); }

.view-constitution-page .selectric-item-list {
  padding-right: 1rem;
  padding-left: 1rem;
  padding-bottom: 1rem;
  font-family: "Chronicle Display Roman";
  color: #0093d0;
  line-height: 2.5;
  list-style-type: none; }

.view-constitution-page .selectric-item-list a {
  font-family: "Chronicle Display Roman";
  color: #0093d0;
  border-bottom: 1px solid #508399;
  display: block;
  line-height: 1.5;
  text-decoration: none;
  margin-bottom: 1.0625rem;
  padding-bottom: 1.0625rem;
  transition: all 100ms ease-in-out 0s, transform 200ms ease 0s, opacity 400ms ease-in-out 0s; }
  .view-constitution-page .selectric-item-list a:hover {
    color: #292e35; }

.view-constitution-page .selectric-item-list a.active {
  padding: 1.0625rem 0.53125rem;
  border-bottom: 1px solid #508399;
  background-color: #264a59;
  color: #f3f5f8;
  line-height: 1.5;
  transform: translateX(0px) translateY(0px) translateZ(0px);
  transform-style: preserve-3d;
  transition: all 250ms ease-in-out 0s, transform 200ms ease 0s, opacity 400ms ease-in-out 0s; }

.view-constitution-page .discusion-content-body {
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  transition: opacity 400ms ease-in-out 0s;
  width: 90%;
  margin-right: auto;
  margin-bottom: 2.65625rem;
  margin-left: auto;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (min-width: 1024px) {
    .view-constitution-page .discusion-content-body {
      -ms-flex-direction: initial;
      flex-direction: initial;
      width: 100%; } }

.con-body {
  position: relative;
  width: 100%;
  float: left; }
  @media screen and (min-width: 1024px) {
    .con-body {
      width: 70%; } }
  .con-body #preamble img {
    display: inline; }
  .con-body .we-the-people {
    display: none; }

.con-body ul {
  display: block;
  margin: 1.59375rem 0; }

.con-constitution ul li {
  display: inline-block; }

.con-constitution .signers ul {
  margin-left: 1.25rem; }

.con-constitution .signers ul li {
  display: list-item;
  list-style: disc outside none; }

.con-constitution ul a {
  display: inline-block;
  padding: 1.0625rem;
  background-image: none;
  font-size: 1.59375rem;
  text-decoration: none;
  font-family: "Chronicle Display Roman";
  border-bottom: 2px solid #fff;
  transition: all 400ms ease-in-out;
  color: #0093d0; }
  .con-constitution ul a:before {
    content: none; }
  .con-constitution ul a:hover {
    border-bottom-color: #c4d82d;
    color: #252a2f; }

.node--type-constitution-guide .con-body a[data-href] {
  color: #111d22; }
  .node--type-constitution-guide .con-body a[data-href]:hover {
    background-color: rgba(0, 147, 208, 0.1);
    text-decoration: none;
    padding: 4px 0 7px; }
  .node--type-constitution-guide .con-body a[data-href]:after {
    content: "";
    font-family: 'heritage-icons' !important;
    background-color: #fff;
    color: #0093d0;
    padding-left: 0.3125rem;
    font-size: 0.9375rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; }

.con-body h2 {
  margin-top: 0;
  margin-bottom: 0.53125rem;
  font-family: "Chronicle Display Roman";
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 400;
  color: #386274; }

.con-body h3 {
  margin-bottom: -0.5rem;
  padding-top: 0.26562rem;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-size: 1.32812rem;
  font-weight: 500;
  color: #111d22;
  line-height: 2.39062rem;
  margin-top: 1.25rem; }

.con-body .subsection {
  margin-bottom: -0.5rem;
  padding-top: 0.26562rem;
  font-family: "Chronicle Display Roman";
  font-size: 1.32812rem;
  font-weight: 500; }

.con-essay-block {
  background-color: #f3f5f8;
  box-shadow: 0 0 6px 0 #c5d1d8;
  opacity: 0;
  height: 0;
  transition: all 100ms ease-in-out 0s;
  visibility: hidden; }

.con-essay-block.open {
  opacity: 1;
  height: auto;
  transition: all 600ms ease-in-out 0s;
  visibility: visible; }

.view-constitution-page .node--type-constitution-essay {
  position: relative;
  margin-top: 0;
  z-index: 10;
  overflow: hidden;
  padding: 1.375rem; }

.con-essay .con-essay-close {
  color: #0093d0;
  cursor: pointer;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  position: absolute;
  z-index: 11;
  font-size: 0.75rem;
  right: 1.375rem;
  top: 1.375rem; }

.con-essay .con-essay-close span {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

.con-essay .con-location {
  color: #264a59;
  font-size: 0.6875rem;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  text-transform: uppercase; }
  .con-essay .con-location:before {
    content: "";
    font-family: 'heritage-icons' !important; }

.con-essay .con-essay-context p {
  margin-top: 1rem;
  font-family: "Chronicle Display Roman";
  color: #264a59;
  font-size: 1.5625rem;
  line-height: 1.6;
  font-style: italic; }

.con-essay .con-essay-context {
  border-bottom: 1px solid #c5d1d8; }

.con-essay-block .con-pdf-link a {
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  width: 100%;
  margin-top: 1.32812rem;
  padding: 0.3125rem;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 4px solid #fff;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  color: #0093d0;
  background-image: linear-gradient(180deg, #fff, #fff);
  transition: all 400ms ease-in-out;
  text-decoration: none; }
  .con-essay-block .con-pdf-link a:hover {
    border-bottom: 4px solid #0093d0;
    opacity: 1; }

.con-essay-block .con-pdf-link h3 {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  font-size: 0.875rem;
  font-weight: 400;
  padding-right: 1.25rem;
  margin: 0 0 0 0.3125rem;
  color: #0093d0;
  padding-top: 0; }

.con-essay-block .download--icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid #c5d1d8;
  border-radius: 50%;
  color: #0093d0;
  font-size: 2.125rem;
  line-height: 1;
  text-align: center;
  text-decoration: none; }
  .con-essay-block .download--icon:before {
    content: "";
    font-family: 'heritage-icons' !important;
    color: #0093d0;
    font-size: 0.875rem;
    line-height: 1;
    text-align: center;
    vertical-align: middle; }

.con-essay-context {
  margin-top: 1.0625rem;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 1.0625rem;
  line-height: 2.3125rem;
  font-weight: 300;
  color: #464646; }

.con-essay-body p {
  color: #464646;
  margin-top: 1rem; }

.con-essay-body blockquote {
  padding-left: 2.4375rem;
  border-left: #d9e3e9 1px solid;
  margin-left: 0;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 0.875rem;
  line-height: 2;
  color: #2b4e5e;
  display: inline-block;
  clear: both; }
  .con-essay-body blockquote p {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    display: inline-block;
    margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .con-essay-body blockquote {
      font-size: 0.9375rem;
      float: left;
      display: block;
      margin-right: 3.27869%;
      width: 82.78689%;
      margin-left: 17.21311%;
      float: none;
      padding-left: 1.25rem; }
      .con-essay-body blockquote:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1024px) {
    .con-essay-body blockquote {
      font-size: 1rem;
      margin-top: 1.875rem;
      margin-bottom: 3.125rem;
      padding-left: 2.5rem; } }

.con-essay-author {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  padding-top: 2.5rem; }
  .con-essay-author::after {
    clear: both;
    content: '';
    display: table; }

.con-essay-author--media {
  float: left;
  display: block;
  margin-right: 1.6129%;
  width: 15.32258%;
  min-width: 6.25rem; }
  .con-essay-author--media:last-child {
    margin-right: 0; }

.con-essay-author--photo {
  background-color: #c5d1d8;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  height: 5rem;
  width: 5rem; }

.con-essay-author--info {
  float: left;
  display: block;
  margin-right: 1.6129%;
  width: 83.06452%; }
  .con-essay-author--info:last-child {
    margin-right: 0; }

.con-essay-author--name {
  font-family: "Chronicle Display Roman";
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: -0.3125rem;
  margin-top: 0; }

.con-essay-author--job {
  line-height: 1.2; }

.con-essay-tabs {
  clear: both; }

.con-essay-tabs ul::after {
  clear: both;
  content: '';
  display: table; }

.con-essay-tabs .thirds {
  padding: 2.1875rem 0 1.25rem; }
  @media screen and (min-width: 768px) {
    .con-essay-tabs .thirds {
      display: inline-block;
      float: left;
      display: block;
      margin-right: 1.6129%;
      width: 32.25806%; }
      .con-essay-tabs .thirds:last-child {
        margin-right: 0; } }

.con-essay-tabs .thirds a {
  display: block;
  font-weight: normal;
  position: relative;
  width: 100%; }

.con-essay-tabs .thirds a:after {
  content: "";
  font-family: 'heritage-icons' !important;
  position: absolute;
  right: 0;
  top: 0; }

.con-essay-tabs #tabc a {
  color: #0093d0;
  display: block; }

.con-essay-tabs #tabc a:after {
  display: none; }

.view-constitution-page .perspective {
  margin-top: 0; }
  @media screen and (min-width: 1024px) {
    .view-constitution-page .perspective {
      padding-top: 5rem; } }

.view-constitution-page .perspective-items-wrapper {
  float: left;
  display: block;
  margin-right: 1.6129%;
  width: 83.06452%;
  margin-left: 8.46774%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .view-constitution-page .perspective-items-wrapper:last-child {
    margin-right: 0; }

@media screen and (min-width: 1024px) {
  .view-constitution-page .perspective-item {
    margin-right: 1%; } }

.view-constitution-page .about-heritage-breaker {
  position: relative;
  z-index: 10;
  margin-bottom: 1.875rem; }
  @media screen and (min-width: 768px) {
    .view-constitution-page .about-heritage-breaker {
      margin-top: -6.25rem; } }

.node--type-constitution-guide[about="/constitution2/the-amendments"] h2:not(:first-child),
.node--type-constitution-guide[about="/constitution/the-amendments"] h2:not(:first-child) {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-style: normal;
  color: #111d22;
  font-weight: 500;
  font-size: 1.25rem; }

.ui-widget.ui-widget-content.constitution-tooltip {
  padding: 18px;
  background-color: #f3f5f8;
  border: none; }

.ui-widget.ui-widget-content.constitution-tooltip .ui-tooltip-content {
  position: relative; }
  .ui-widget.ui-widget-content.constitution-tooltip .ui-tooltip-content::before {
    right: 0;
    content: " ";
    position: absolute;
    width: 32px;
    top: -35px;
    left: calc(50% - 24px);
    height: 0;
    border-style: solid;
    border-width: 0 24px 32px 24px;
    border-color: transparent transparent #f3f5f8 transparent; }

.constitution-tooltip__title {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  font-weight: 700;
  color: #2b4e5e;
  font-style: italic;
  font-size: 20px; }

.constitution-tooltip__subheading {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 12px; }

.constitution-container .anchor {
  display: block;
  position: relative;
  visibility: hidden; }

.page-node-type-constitution-essay .node--type-constitution-essay {
  margin-top: 43.75rem; }

.file--view-mode-full {
  margin-top: 185px; }

.file--view-mode-full .block-facets-ajax,
.file--view-mode-full .heritage-impact-breaker {
  display: none; }

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


@media print {
	body.page-node-type-commentary .author-card__image-wrapper {
		display: none;
	}
}

/* Homepage Donate Button Styling. */
.donate-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}
@media screen and (max-width: 480px) {
  .donate-btn {
    display: none;
  }
}
.donate-btn a {
  display: inline-block;
  font-size: 0.875rem;
  font-family: "Gotham A", "Gotham B", 
  "Arial", "Helvetica Neue", "Helvetica", 
  sans-serif;
  font-weight: 400;
  letter-spacing: 0.06875rem;
  text-transform: uppercase;
  color: #fff;
  background-color: #da181a;
  transition: background-color .3s ease;
  border-style: none;
  text-decoration: none;
  padding: 10px 30px;
}
.donate-btn a:hover {
  background-color: #f63039;
}
.donate-btn.inactive {
  display: none;
}
.donate-btn.active {
  display: block;
}
.font-size-0 {
  font-size: 0 !important;
}
.judicial-tracker .vertical-spacer { 
  background-color: #264A59;
}
body.path-protected-page{
  overflow: hidden;
}
body.path-protected-page #main-wrapper{
  z-index: 99;
  position: relative;
}
form.protected-pages-enter-password {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.3);
  backdrop-filter: blur(8px);
}
form.protected-pages-enter-password #edit-protected-page-enter-password {
  padding: 20px;
  border: none;
  background: white;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
form.protected-pages-enter-password #edit-protected-page-enter-password legend {
  display: none;
}
form.protected-pages-enter-password .protected_pages_description,
form.protected-pages-enter-password .js-form-item-password {
  margin-bottom: 1rem;
}
form.protected-pages-enter-password .js-form-item-password {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}
form.protected-pages-enter-password input[type="password"] {
  padding: 4px;
  border: 1px solid #000;
}
form.protected-pages-enter-password input[type="submit"] {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-weight: 400;
  background-color: #386274;
  border-style: none;
  color: #fff;
  padding: 10px;
  cursor: pointer;
}

/* MiniOrange 2FA Microsoft Page CSS Starts */
body.path-login {
  overflow: hidden;
}
body.path-login #main-wrapper {
  z-index: 99;
  position: relative;
}
form.mo-auth-miniorange-authenticate, form.mo-auth-configure-method, form.mo-auth-select-method {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.3);
  backdrop-filter: blur(8px);
}
form.mo-auth-miniorange-authenticate .tfa-field-wrapper, form.mo-auth-configure-method .tfa-field-wrapper, form.mo-auth-select-method .tfa-field-wrapper {
  padding: 20px;
  border: none;
  background: white;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
form.mo-auth-miniorange-authenticate .tfa-field-wrapper .form-actions, form.mo-auth-configure-method .tfa-field-wrapper .form-actions, form.mo-auth-select-method .tfa-field-wrapper .form-actions {
  padding-top: 15px;
}
form.mo-auth-miniorange-authenticate .tfa-field-wrapper label, form.mo-auth-configure-method .tfa-field-wrapper label, form.mo-auth-select-method .tfa-field-wrapper label {
  padding-right: 5px;
}

form.mo-auth-miniorange-authenticate input[type="text"], form.mo-auth-configure-method input[type="text"], form.mo-auth-select-method input[type="text"] {
  padding: 4px;
  border: 1px solid black;
  width: 150px;
  margin-top: 10px;
}
form.mo-auth-miniorange-authenticate input[type="submit"], form.mo-auth-configure-method input[type="submit"], form.mo-auth-select-method input[type="submit"] {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-weight: 400;
  background-color: #386274;
  border-style: none;
  color: white;
  padding: 10px;
  cursor: pointer;
}


body.path-mfa-setup .mo-mfa-form {
    padding-top: 150px;
}

@media screen and (min-width: 768px) {
  body.path-mfa-setup .mo-mfa-form {
    padding-top: 170px;
  }
}

@media screen and (min-width: 1024px) {
  body.path-mfa-setup .mo-mfa-form {
    padding-top: 200px;
  }
}

/* New Header and footer Css */
.global-site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #061D46;
  padding-left: 16px;
  position: relative;
}

.site-header-main .global-site-header .global-site-header__logo {
  max-height: 100%;
}
.global-site-header .global-site-header__logo-link {
  width: 108px;
  height: 31px;
}

.global-site-header .global-site-header__navigation-middle .mainmenu {
  display: flex;
  gap: 35px;
}

.global-site-header .global-site-header__navigation-middle .mainmenu a {
  color: #fff;
  font-family: "Gotham A","Gotham B","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
}

.global-site-header .global-site-header__navigation-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.global-site-header__issue-search {
  display: block;
  position: relative;
  width: 25px;
  text-indent: -999em;
  color: #fff;
  font-size: 1.6875rem;
  cursor: pointer;
  display: inline-block;
  margin-right: 40px;
}
.global-site-header__issue-search:before {
  text-indent: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.global-site-header__donate.header-site-donate {
  background-color: #CE2231;
  padding: 18px 16px;
}
.global-site-header__donate.header-site-donate:hover {
  background-color: #940814;
}

.global-site-header .navigation-global__issue-expanded {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
}

.global-site-header .navigation-global__issue-toggle-text {
  padding: 17px 42px 17px 10px;
  font-size: 18px;
  font-family: "Gotham A","Gotham B","Arial","Helvetica Neue","Helvetica",sans-serif;
}

.global-site-header .navigation-global__issue-toggle .navigation-global__caret {
  top: 50%;
}

@media (min-width: 768px) {
  .global-site-header .global-site-header__logo-link {
    width: 150px;
    height: 43px;
  }
}

@media (min-width: 1280px) {
  .global-site-header .global-site-header__logo-link {
    width: 176px;
    height: 50px;
  }
  .global-site-header {
    padding: 13px 28px;
    padding-right: 0;
    /* height: 77px; */
  }
}
/* New homepage */
.vertical-gap-2-column .twocol-section-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.vertical-gap-3-column {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.page__wrapper.homepage #main-wrapper {
  text-wrap-style: balance;
}
.page__wrapper.homepage .layout--twocol-section {
  display: block;
}

.layout--twocol-section.layout--twocol-section--67-33 .twocol-section-container,
.layout--twocol-section.layout--twocol-section--33-67 .twocol-section-container,
.layout--twocol-section.layout--twocol-section--25-75 .twocol-section-container,
.layout--twocol-section.layout--twocol-section--75-25 .twocol-section-container,
.layout--twocol-section.layout--twocol-section--50-50 .twocol-section-container {
  display: flex;
  gap: 20px;
}

/* Default mobile-first: stack columns */
.layout--twocol-section.layout--twocol-section--67-33 .twocol-section-container .layout__region--first,
.layout--twocol-section.layout--twocol-section--67-33 .twocol-section-container .layout__region--second,
.layout--twocol-section.layout--twocol-section--33-67 .twocol-section-container .layout__region--first,
.layout--twocol-section.layout--twocol-section--33-67 .twocol-section-container .layout__region--second {
  width: 100% !important;
  flex: 0 1 100% !important;
}

/* ≥ 768px: basic 67/33 layout */
@media (min-width: 768px) {
  .layout--twocol-section.layout--twocol-section--50-50 .twocol-section-container .layout__region--first {
    flex: 0 1 48% !important;
    padding: 0;
  }
  .layout--twocol-section.layout--twocol-section--50-50 .twocol-section-container .layout__region--second {
    flex: 0 1 48% !important;
    padding: 0;
  }
  .layout--twocol-section.layout--twocol-section--67-33 .twocol-section-container .layout__region--first {
    flex: 0 1 65% !important;
    padding: 0;
  }

  .layout--twocol-section.layout--twocol-section--67-33 .twocol-section-container .layout__region--second {
    flex: 0 1 32% !important;
    padding: 0;
  }

  .layout--twocol-section.layout--twocol-section--33-67 .twocol-section-container .layout__region--first {
    flex: 0 1 32% !important;
    padding: 0;
  }
  .layout--twocol-section.layout--twocol-section--33-67 .twocol-section-container .layout__region--second {
    flex: 0 1 65% !important;
    padding: 0;
  }
  .layout--twocol-section.layout--twocol-section--25-75 .twocol-section-container .layout__region--first {
    flex: 0 1 24% !important;
    padding: 0;
  }
  .layout--twocol-section.layout--twocol-section--25-75 .twocol-section-container .layout__region--second {
    flex: 0 1 74% !important;
    padding: 0;
  }
  .layout--twocol-section.layout--twocol-section--75-25 .twocol-section-container .layout__region--first {
    flex: 0 1 74% !important;
    padding: 0;
  }
  .layout--twocol-section.layout--twocol-section--75-25 .twocol-section-container .layout__region--second {
    flex: 0 1 24% !important;
    padding: 0;
  }
  .vertical-gap-2-column .twocol-section-container {
    flex-direction: row;
  }
  .vertical-gap-3-column {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1280px) {
  .layout--twocol-section.layout--twocol-section--67-33 .twocol-section-container .layout__region--first {
    flex: 0 1 66% !important;
    padding: 0;
  }
  .layout--twocol-section.layout--twocol-section--33-67 .twocol-section-container .layout__region--second {
    flex: 0 1 66% !important;
    padding: 0;
  }
  .layout--twocol-section.layout--twocol-section--67-33 .twocol-section-container,
  .layout--twocol-section.layout--twocol-section--33-67 .twocol-section-container,
  .layout--twocol-section.layout--twocol-section--25-75 .twocol-section-container,
  .layout--twocol-section.layout--twocol-section--75-25 .twocol-section-container,
  .layout--twocol-section.layout--twocol-section--50-50 .twocol-section-container {
    gap: 32px;
  }
  .vertical-gap-3-column {
    grid-template-columns: repeat(3, 1fr);
  }
}
.background-color-green {
  background-color: #386274;
}
.background-color-grey {
  background-color: rgba(0,35,52,0.75);
}
.lbs-section-bottom-20mobile,
.lbs-block-bottom-20mobile {
  padding-bottom: 20px;
}
.lbs-section-top-20mobile,
.lbs-block-top-20mobile {
  padding-top: 20px;
}

.lbs-section-top-gap-20mobile,
.lbs-block-top-gap-20mobile {
  padding-top: 20px;
}
.lbs-section-bottom-gap-20mobile,
.lbs-block-bottom-gap-20mobile {
  padding-bottom: 20px;
}
.lbs-section_between_border {
  border-top: 1px solid #00000026;
}

.lbs-section-top-gap-16mobile {
  padding-top: 16px;
}
.lbs-section-bottom-gap-16mobile {
  padding-bottom: 16px;
}
.lbs-section-top-gap-25mobile {
  padding-top: 25px;
}
.lbs-section-bottom-gap-25mobile {
  padding-bottom: 25px;
}

.lbs-block-top-gap-16mobile {
  padding-top: 16px;
}
.lbs-block-top-gap-25mobile {
  padding-top: 25px;
}
.lbs-block-bottom-gap-16mobile {
  padding-bottom: 16px;
}
.lbs-block-bottom-gap-25mobile {
  padding-bottom: 25px;
}

@media (max-width: 991.98px) {
    .lbs-section-top-gap-16mobile,
    .lbs-block-top-gap-16mobile {
        padding-top: 16px;
    }

    .lbs-section-bottom-gap-16mobile,
    .lbs-block-bottom-gap-16mobile {
        padding-bottom: 16px;
    }

    .lbs-section-top-20mobile,
    .lbs-block-top-20mobile,
    .lbs-section-top-gap-20mobile,
    .lbs-block-top-gap-20mobile {
        padding-top: 20px;
    }

    .lbs-section-bottom-20mobile,
    .lbs-block-bottom-20mobile,
    .lbs-section-bottom-gap-20mobile,
    .lbs-block-bottom-gap-20mobile {
        padding-bottom: 20px;
    }

    .lbs-section-top-gap-25mobile,
    .lbs-block-top-gap-25mobile {
        padding-top: 25px;
    }

    .lbs-section-bottom-gap-25mobile,
    .lbs-block-bottom-gap-25mobile {
        padding-bottom: 25px;
    }
}

@media (min-width: 992px) {
  .lbs-section-top-gap-16mobile,
  .lbs-block-top-gap-16mobile,
  .lbs-section-top-gap-20mobile,
  .lbs-block-top-gap-20mobile
  .lbs-block-top-gap-25mobile,
  .lbs-section-top-gap-25mobile {
    padding-top:0;
  }

  .lbs-section-bottom-gap-16mobile,
  .lbs-block-bottom-gap-16mobile,
  .lbs-section-bottom-gap-20mobile,
  .lbs-block-bottom-gap-20mobile,
  .lbs-section-bottom-gap-25mobile,
  .lbs-block-bottom-gap-25mobile {
    padding-bottom: 0;
  }
  .lbs-section-top-gap-32desktop,
  .lbs-block-top-gap-32desktop {
    padding-top: 32px;
  }

  .lbs-section-bottom-gap-32desktop,
  .lbs-block-bottom-gap-32desktop {
    padding-bottom: 32px;
  }

  .lbs-section-top-gap-50desktop,
  .lbs-block-top-gap-50desktop {
    padding-top: 50px;
  }

  .lbs-section-bottom-gap-50desktop,
  .lbs-block-bottom-gap-50desktop {
    padding-bottom: 50px;
  }
  .lbs-section-bottom-gap,
  .lbs-block-bottom-gap {
    padding-bottom: 40px;
  }

  .lbs-section-top-gap,
  .lbs-block-top-gap {
    padding-top: 40px;
  }
}

.twocol-section-container .layout__region { z-index: 2; }

/* @media (min-width: 1280px) {
  .lbs-section-top-gap-16mobile {
    padding-top: 0;
  }
  .lbs-section-bottom-gap-16mobile {
    padding-bottom: 0;
  }
  .lbs-section-top-gap-32desktop {
    padding-top: 32px;
  }
  .lbs-section-bottom-gap-32desktop {
    padding-bottom: 32px;
  }
  .lbs-section-top-gap-25mobile {
    padding-top: 0;
  }
  .lbs-section-bottom-gap-25mobile {
    padding-bottom: 0;
  }
  .lbs-section-top-gap-50desktop {
    padding-top: 50px;
  }
  .lbs-section-bottom-gap-50desktop {
    padding-bottom: 50px;
  }
  .lbs-block-top-gap-16mobile {
    padding-top: 0;
  }
  .lbs-block-top-gap-25mobile {
    padding-top: 0;
  }
  .lbs-block-bottom-gap-16mobile {
    padding-bottom: 0;
  }
  .lbs-block-bottom-gap-25mobile {
    padding-bottom: 0;
  }
  .lbs-block-top-gap-32desktop {
    padding-top: 32px;
  }
  .lbs-block-top-gap-50desktop {
    padding-top: 50px;
  }
  .lbs-block-bottom-gap-32desktop {
    padding-bottom: 32px;
  }
  .lbs-block-bottom-gap-50desktop {
    padding-bottom: 50px;
  }
} */
/* .lbs-bg-bell-img {
  position: relative;
}
.lbs-bg-bell-img::after {
  content: '';
  background-image: url('../assets/light-bell-350px.png');
  background-repeat: no-repeat;
  position: absolute;
  width: 350px;
  height: 385px;
  display: block;
  top: 50%;
  right: 175px;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .lbs-bg-bell-img::after {
    width: 200px;
    height: 220px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-position: center;
    background-size: contain;
  }
}

@media (min-width: 992px) {
  .lbs-bg-bell-img::after {
    width: 350px;
    height: 385px;
    right: unset;
    left: 90%;
  }
}

@media (min-width: 1440px) {
  .lbs-bg-bell-img::after {
    width: 350px;
    height: 385px;
    right: unset;
    left: 100%;
  }
} */

.lbs-bg-bell-img {
  position: relative;
}

.lbs-bg-bell-img::after {
  content: '';
  position: absolute;
  display: block;
  background-image: url('../assets/light-bell-350px.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;

  width: 350px;
  height: 385px;
  top: 50%;
  left: 90%;
  transform: translateY(-50%);
}

/* Tablet view */
@media (max-width: 991px) {
  .lbs-bg-bell-img::after {
    width: 200px;
    height: 220px;
  }
}

/* Mobile view */
@media (max-width: 767px) {
  .lbs-bg-bell-img::after {
    width: 350px;
    height: 385px;
    left: unset;
    right: -175px;
  }
}


@media (min-width: 992px) {
  .lbs-section-top-gap-20mobile,
  .lbs-block-top-gap-20mobile {
    padding-top: 0;
  }
  .lbs-section-bottom-gap-20mobile,
  .lbs-block-bottom-gap-20mobile {
    padding-bottom: 0;
  }
  .lbs-section-bottom-gap,
  .lbs-block-bottom-gap {
    padding-bottom: 40px;
  }
  .lbs-section-top-gap,
  .lbs-block-top-gap {
    padding-top: 40px;
  }
}

.card-commentary-report {
  display: grid;
  grid-template-columns: 1fr; /* Dynamic grid */
  gap: 20px;
  max-width: 100%;
  margin: auto;
}

.card-commentary-report a {
  display: flex;
  text-decoration: none;
  /* border: 1px solid #c5d1d8; */
}

.card-commentary-report__commentary-wrapper,
.card-commentary-report__reports-wrapper {
  width: 100%;
  font-family: "Chronicle Display A", "Chronicle Display B";
}

.card-commentary-report__commentary-wrapper .node-title,
.card-commentary-report__reports-wrapper .node-title {
  font-family: "Chronicle Display", "Chronicle Display A", "Chronicle Display B", "Georgia", serif;
  color: #000;
  font-weight: 500;
  font-size: 24px;
  padding-top: 16px;
}

.card-commentary-report__reports-wrapper .node-author-name,
.card-commentary-report__commentary-wrapper .node-author-name  {
  font-family: "Gotham A","Gotham B","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0;
  color: #00000080;
  margin-top: 8px;
}

.card-commentary-report__card-wrapper.card-cta {
  padding: 20px;
  height: 300px;
  justify-content: end;
}
.card-commentary-report__card-wrapper {
  display: flex;
  flex-direction: column;
  color: #fff;
}

.card-commentary-report__card-wrapper .card-title {
  font-family: "Chronicle Display","Chronicle Display A","Chronicle Display B","Georgia",serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 52px;
}
.card-commentary-report__card-wrapper span {
  font-family: "Gotham A","Gotham B","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #3DBEF4;
  border-bottom: 1px solid transparent;
  margin-right: 4px;
}

.card-commentary-report__commentary-wrapper-media,
.card-commentary-report__reports-wrapper-media {
  width: 100%;
  height: auto;
  /* aspect-ratio: 1.5; */
}
.card-commentary-report__commentary-wrapper-media img,
.card-commentary-report__reports-wrapper-media img {
  width: 100%;
  max-height: 100%;
  height: 100%;
}

.card-commentary-report__card-wrapper.card-cta:hover,
.card-commentary-report__card-wrapper.card-cta:active,
.card-commentary-report__card-wrapper.card-cta:focus {
  text-decoration: none;
}
.card-commentary-report__card-wrapper.card-cta:hover span,
.card-commentary-report__card-wrapper.card-cta:active span,
.card-commentary-report__card-wrapper.card-cta:focus span{
  /* border-bottom: 1px solid #fff; */
  width: fit-content;
}

.card-commentary-report__card-wrapper.card-cta:hover span svg {
  transform: translateX(4px);
}
.card-commentary-report__card-wrapper.dark_blue{
  background-color: #061D46;
}
.card-commentary-report__card-wrapper.light_blue{
  background-color: #80a8c3;
}

@media (min-width: 768px) {
  .card-commentary-report {
    grid-template-columns: repeat(3, 1fr);
  }

  .card-commentary-report__card-wrapper.card-cta {
    height: auto;
  }
  .card-commentary-report__card-wrapper .card-title {
    font-size: 2rem;
  }
  .card-commentary-report__commentary-wrapper-media,
  .card-commentary-report__reports-wrapper-media {
    width: 100%;
    height: 250px;
  }
  .card-commentary-report__commentary-wrapper img,
  .card-commentary-report__reports-wrapper img {
    max-height: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 1280px) {
  .card-commentary-report__card-wrapper.card-cta {
    padding: 32px;
    height: auto;
  }
  .card-commentary-report__card-wrapper .card-title {
    font-size: 2.5rem;
  }
  /* .card-commentary-report__reports-wrapper .node-author-name,
  .card-commentary-report__commentary-wrapper .node-author-name {
    font-size: 20px;
  } */
}
@media (min-width: 1280px) {
  .card-commentary-report__commentary-wrapper .node-title,
  .card-commentary-report__reports-wrapper .node-title {
    font-size: 24px;
  }
}
/* New Hero Section */

.hero-section {
  /* height: 260px; */
  position: relative;
  background-size: 0;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-section__content-wrapper {
  height: 100%;
}

.hero-section__mobile-img {
  display: block;
  width: 100%;
  height: auto;
}
.hero-section__content {
  background: #E9F8FF;
  backdrop-filter: blur(2px);
  text-align: center;
  padding: 40px 20px;
  padding-bottom: 48px;
}
.hero-section__content-title {
  font-family: "Chronicle Display", "Chronicle Display A", "Chronicle Display B", "Georgia", serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: 0;
  text-align: center;
  color: #061D46;
}

.hero-section__content-sub-title {
  font-family: "Gotham A","Gotham B","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0;
  text-align: center;
  color: #061D46;
  padding: 20px 0 30px;
}
.hero-section img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.hero-section__content-cta {
  font-family: "Gotham A","Gotham B","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  display: inline-block;
  color: #fff;
  background-color: #da181a;
  transition: background-color .3s ease;
  text-decoration: none;
  padding: 13px 19px;
}

.hero-section__content-cta.cta-red {
  background-color: #da181a;
  text-decoration: none;
}
.hero-section__content-cta.cta-red:hover {
  background-color: #940814;
  text-decoration: none;
}
.hero-section__content-cta.cta-dark {
  background-color: #252a2f;
  text-decoration: none;
}
.hero-section__content-cta.cta-light {
  background-color: #386274;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .hero-section {
    height: 491px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-image: block !important;
  }

  .hero-section__mobile-img {
    display: none;
  }
  .hero-section__content {
    position: absolute;
    /* left: 20px; */
    bottom: 53px;
    padding: 35px 30px 43px 30px;
    background-color: rgba(233, 248, 255, 0.90);
    text-align: center;
    width: 409px;
  }
  .hero-section__mobile-img {
    display: none;
  }
  .hero-section__content-title{
    font-size: 40px;
  }
  .hero-section__content-sub-title{
    font-size: 25px;
    padding: 8px 0 20px;
  }
  .hero-section {
    height: 491px;
  }
}

@media screen and (min-width: 1280px) {
  .hero-section__content-cta {
    font-size: 24px;
    padding: 16px 28px;
  }
  .hero-section__content-title{
    font-size: 40px;
  }
  .hero-section__content-sub-title{
    font-size: 20px;
    padding-top: 8px;
    padding-bottom: 20px;
  }
  .hero-section {
    width: 100%;
    max-height: 683px;
  }
  .hero-section__content {
    /* left: 100px; */
    padding: 32px 30px 93px 30px;
    width: 408px;
  }
}

@media screen and (min-width: 1280px) {
  .hero-section {
    width: 100%;
    height: 683px;
  }
  .hero-section__content {
    width: 501px;
    /* left: 90px; */
    bottom: 139px;
    padding: 56px 30px 64px 30px;
  }
  .hero-section__content-title{
    font-size: 50px;
  }
  .hero-section__content-sub-title{
    font-size: 24px;
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

/* MiniOrange 2FA Microsoft Page CSS Ends */


.page__wrapper.homepage  .layout-builder-backgrounds {
  background-size: auto !important;
}

.page__wrapper.homepage .node--type-homepage,
.page__wrapper .content-wrapper {
  margin-top: 20px;
}

.page__wrapper .content-wrapper.homepage-layout {
  margin-top: 0;
}

@media (min-width: 768px) {
  .page__wrapper .content-wrapper {
    margin-top: 0px;
  }
} 
@media screen and (min-width: 1280px) {
  .page__wrapper.homepage .node--type-homepage {
    margin-top: 80px;
  }
  .page__wrapper .content-wrapper.homepage-layout {
    margin-top: 0;
  }
}

.event-detail {
    padding-top: 2rem;
}

@media screen and (min-width: 768px) {
    .report, .lectures, .commentary, .event-detail {margin-top: 5rem;}
}

@media screen and (min-width: 1024px) {
    .report, .lectures, .commentary, .event-detail {margin-top: 5rem;}
}
.issue-landing .discussion-hero {
   padding-top: 80px
}
@media (min-width: 1280px) {
   .issue-landing .discussion-hero {
      padding-top: 120px
   }
}
.path-events #block-heritage-theme-page-title h1 {
   margin-top: 5rem;
}
.commentary__eyebrow.article__eyebrow {
   margin-top: 4rem;
}
.event-detail.event-past-video .video__headline-wrapper,
.event-detail.event-live .video__headline-wrapper {
  margin-top: 2rem;
}
/* Our Impact */

.title-link-img-desc {
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
  align-items: center;
}
.title-link-img-desc__title {
  font-family: "Gotham A","Gotham B","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  color: #061D46;
  margin: 0;
  margin-bottom: 16px;
  opacity: 0.7;
}

.title-link-img-desc__desc {
  font-family: "Chronicle Display", "Chronicle Display A", "Chronicle Display B", "Georgia", serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 0;
  color: #17303A;
  margin-bottom: 22px;
}

.title-link-img-desc__link {
  display: flex;
  gap: 8px;
  align-items: center;
}
.title-link-img-desc__link a {
  font-family: "Gotham A","Gotham B","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #027DBD;
  margin-right: 4px;
}

.title-link-img-desc__link svg {
  transition: transform 0.3s ease;
}
.title-link-img-desc__link:hover svg {
  transform: translateX(4px);
}

.title-link-img-desc__media {
  width: 100%;
  height: auto;
}

.title-link-img-desc__media-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/11;
}

.title-link-img-desc__media-img img {
  max-height: 100%;
}
@media screen and (min-width: 768px) {
  .title-link-img-desc__title {
    margin-bottom: 16px;
  }
  .title-link-img-desc__desc {
    font-size: 32px;
  }

  .title-link-img-desc__content {
    width: 388px;
  }
  .title-link-img-desc__media {
    width: 300px;
    height: 225px;
  }
  .title-link-img-desc {
    flex-direction: row;
    gap: 32px;
  }
  .title-link-img-desc.image-orientation__Right {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 992px) {
  .title-link-img-desc__content {
    width: 550px;
  }
}
@media screen and (min-width: 1280px) {
  .title-link-img-desc {
    gap: 60px;
  }
  .title-link-img-desc__media {
    width: 400px;
    height: 300px;
  }
  .title-link-img-desc__content {
    width: 620px;
  }
}
@media screen and (min-width: 1440px) {
  .title-link-img-desc {
    gap: 100px;
  }
  .title-link-img-desc__link a {
    font-size: 18px;
  }

  .title-link-img-desc__media {
    width: 500px;
    height: 351px;
  }

  .title-link-img-desc__title {
    font-size: 20px;
    margin-bottom: 22px;
  }
  .title-link-img-desc__desc {
    font-size: 40px;
    margin-bottom: 22px;
  }
  .title-link-img-desc__content {
    width: 660px;
  }
}

.book-promo {
  padding: 40px 20px;
  position: relative;
  z-index: 1;
  background-color: #f2f6fa;
}

.book-promo__inner {
  position: relative;
  z-index: 1;
}

.book-promo__image-mobile {
  display: block;
  width: calc(100% - 51%);
  margin: 0 auto;
  margin-bottom: 20px;
}
.book-promo__image-desktop {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  width: 291px;
  height: 440px;
  transform: translate(0, -50%);
}

.book-promo__tag {
  font-family: "Gotham A","Gotham B","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  color: #061D46;
  margin-bottom: 22px;
  opacity: 0.7;
}

.book-promo__title {
  font-family: "Chronicle Display", "Chronicle Display A", "Chronicle Display B", "Georgia", serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 0;
  color: #17303A;
  margin-bottom: 20px;
  margin-top: 0;
}

.book-promo__desc {
  font-family: "Gotham A","Gotham B","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0;
  color: #17303A;
}
.book-promo__desc p {
  margin-bottom: 20px;
  font-weight: 400;
}

.book-promo__link a {
  font-family: "Gotham A","Gotham B","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #027DBD;
  margin-right: 4px;
}
.book-promo__link {
  display: flex;
  gap: 8px;
  align-items: center;
}

.book-promo__link svg {
  transition: transform 0.3s ease;
}

.book-promo__link:hover svg {
  transform: translateX(4px);
}

/* Responsive */
@media (min-width: 768px) {
  .book-promo {
    padding: 77px 134px 99px 47px;
    background-color: unset;
    min-height: 567px
  }
  .book-promo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 10%);
    height: 100%;
    background-color: #f2f6fa; /* your bg color */
    z-index: 0;
  }
  .book-promo__inner {
    flex-direction: column;
    width: 68%;
  }

  .book-promo__title {
    font-size: 32px;
  }

  .book-promo__image-mobile {
    display: none;
  }
  .book-promo__image-desktop {
    display: block;
  }
}

@media (min-width: 1080px) {
  .book-promo {
    padding: 77px 134px 99px 58px;
  }
}
@media (min-width: 1440px) {
  .book-promo {
    min-height: 550px;
    padding: 77px 134px 82px 81px;
  }
  .book-promo__link a {
    font-size: 18px;
  }
  .book-promo__inner {
    width: 827px;
  }
  .book-promo__title {
    font-size: 40px;
  }
  .book-promo__desc p {
    font-size: 22px;
    line-height: 1.3;
  }

  .book-promo__tag {
    font-size: 20px;
  }
}

/* Text card */
.text-card .text-card__title h2 {
  font-family: "Gotham A","Gotham B","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  color: #061D46;
  margin-top: 0;
  margin-bottom: 20px;
  opacity: 0.7;
  text-transform: capitalize;
}
.text-card .text-card__desc {
  font-family: "Chronicle Display", "Chronicle Display A", "Chronicle Display B", "Georgia", serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 0;
  color: #111D22;
  margin-bottom: 20px;
}
.text-card .text-card__link {
  font-family: "Gotham A","Gotham B","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #027DBD;
  display: flex;
  gap: 8px;
}

.text-card .text-card__link:hover svg {
  transform: translateX(4px);
}
.text-card .text-card__link svg {
  transition: transform 0.3s ease;
}

@media (min-width: 768px) {
  .text-card .text-card__title h2 {
    margin-top: 0;
    margin-bottom: 24px;
  }
  .text-card .text-card__desc {
    font-size: 32px;
    margin-bottom: 24px
  }
}
@media (min-width: 1440px) {
  .text-card .text-card__title h2 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 24px;
  }
  .text-card .text-card__desc {
    font-size: 40px;
    margin-bottom: 24px;
    width: 581px;
  }
  .text-card .text-card__link {
    font-size: 18px;
  }
}

/* Tag Text Card */
.tag-text-card__tag-title h2 {
  font-family: "Gotham A","Gotham B","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-weight: 500;
  opacity: 0.7;
  font-size: 16px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  color: #061D46;
  margin-top: 0;
  margin-bottom: 12px;
}
.tag-text-card__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.tag-text-card__content-card {
  border-bottom: 1px solid #00000026;
  padding-bottom: 32px;
}
.tag-text-card__content-card:last-child {
  border-bottom: none;
}
.tag-text-card__content .field-text--link-text {
  font-family: "Chronicle Display", "Chronicle Display A", "Chronicle Display B", "Georgia", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0;
  color: #111D22;
  margin-bottom: 12px;
}
.tag-text-card__content .field-link--link-text a {
  font-family: "Gotham A","Gotham B","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #027DBD;
  margin-right: 4px;
}
.tag-text-card__content .paragraph--type--link-text {
  margin-bottom: 0;
}
.tag-text-card__content .paragraph--type--link-text:last-child {
  margin-bottom: 0;
}

.field-link--link-text:hover svg {
  transform: translateX(4px);
}

.field-link--link-text svg {
  transition: transform 0.3s ease;
}

@media (min-width: 768px) {
  .tag-text-card__tag-title h2 {
    margin-bottom: 24px
  }
  .tag-text-card__content-card {
    border-bottom: none;
  }
  .tag-text-card__content-card {
    padding-bottom: 0;
  }
}
@media (min-width: 1440px) {
  .tag-text-card__tag-title h2 {
    font-size: 20px;
  }
  .tag-text-card__content-title {
    font-size: 32px;
  }
  .field-link--link-text {
    font-size: 18px;
  }
  .tag-text-card__content .field-text--link-text {
    font-size: 32px;
  }
  .tag-text-card__content .field-link--link-text a {
    font-size: 18px;
  }
}

/* Site Header */

.adminimal-admin-toolbar.user-logged-in .site-header-main {
  top: 78px;
}
.user-logged-in.page-node-type-homepage .page__wrapper.homepage .node--type-homepage {
  margin-top: 66px;
}
.site-header-main {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
  left: 0;
}
.site-header {
  background-color: #061D46;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  padding: 0 28px;
  padding-right: 0;
}
/* .site-header .site-logo {
  padding: 9px 0;
} */
.site-logo a {
  width: 108px;
  height: 31px;
}
.site-logo img {
  width: 108px;
  height: 31px;
}

.global-site-header__navigation-middle,
.nav {
  display: none;
}

.global-site-header__navigation-middle.open,
.nav.open {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #0c2340;
  flex-direction: column;
  display: block;
  z-index: 2;
}
.global-site-header .global-site-header__navigation-middle .mainmenu,
.nav .nav-link__wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}
.global-site-header .global-site-header__navigation-middle .mainmenu a,
.nav .nav-link a {
  font-family: "Gotham A","Gotham B","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  color: #fff;
}

.global-site-header .global-site-header__navigation-middle .mainmenu a:hover,
.nav .nav-link a:hover {
  text-decoration: none;
  border-bottom: 2px solid #3DBEF4;
  padding-bottom: 0.3125rem;
}

.site-header-hamburger {
  display: flex;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  margin-right: 24px
}

.site-header-hamburger span {
  width: 25px;
  height: 3px;
  background: white;
}

.right-section {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.global-site-header .navigation-global__issue-toggle {
  background-color: unset;
  width: 198px;
}

.global-site-header .navigation-global__issue-toggle,
.right-section .navigation-global__issue-toggle {
  background-color: unset;
  width: 198px;
  display: none;
}
.global-footer .mktoForm #Email::placeholder {
  font-family: "Gotham A","Gotham B","Arial","Helvetica Neue","Helvetica",sans-serif;
  background-color: #000
}
.global-site-header .navigation-global__issue-toggle-text,
.right-section .navigation-global__issue-toggle .navigation-global__issue-toggle-text {
  font-family: "Gotham A","Gotham B","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  color: #F3F5F8;
  padding: 17px 42px 17px 10px;
}

.right-section .navigation-global__issue-toggle .navigation-global__caret {
  top: 50%;
}
.right-section .navigation-global__issue-toggle .navigation-global__caret::before {
  font-size: 9px;
}

.right-section .navigation-global__issue-expanded {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
}
.site-header .navigation-global__issue-search {
  background-color: transparent;
  width: 25px;
  margin-right: 16px;
}
.site-header .navigation-global__issue-search::before {
  right: 0;
}
.site-header .navigation-global__issue-list1 h3.views-row {
  background-color: transparent;
  border: unset;
  margin: 0;
  padding: 0;
}
.site-header .navigation-global__issue-list1 h3.views-row a {
  color: #fff;
  font-size: 28px;
}
.site-header .navigation-global__issue-list1 h3.views-row a:hover {
  color: #c4d82d;
}
.search-icon {
  font-size: 1.2rem;
  cursor: pointer;
}

.global-site-header__donate.header-site-donate,
.header-site-donate {
  color: white;
  padding: 18px 16px;
  cursor: pointer;
  font-family: "Gotham A","Gotham B","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
}
.header-site-donate:hover {
  text-decoration: none;
}
.header-site-donate.cta-button-red {
  background-color: #CE2231;
}
.header-site-donate.cta-button-red:hover {
  background-color: #940814;
}
.header-site-donate.cta-button-darkblue {
  background-color: #252a2f;
}
/* .header-site-donate.cta-button-darkblue:hover {
  background-color: #940814;
} */
.header-site-donate.cta-button-lightblue {
  background-color: #386274;
}
/* .header-site-donate.cta-button-lightblue:hover {
  background-color: #940814;
} */
.page__wrapper.homepage .section.content-wrapper {
  padding: 0;
  margin: 0 auto;
  max-width: inherit;
  overflow: visible;
}
.page__wrapper.homepage .section.content-wrapper::before{
  content: unset !important;
}
.page__wrapper.homepage .layout-container {
  margin: 0 1rem;
  max-width: 100%
}
.page__wrapper.homepage .layout-container.hero-section__content-wrapper {
  margin: 0;
}
/* Responsive */
@media (min-width: 768px) {
  .page__wrapper.homepage .layout-container.hero-section__content-wrapper,
  .page__wrapper.homepage .layout-container {
    margin: 0 auto;
    max-width: 728px;
  }
  .header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .global-site-header .global-site-header__navigation-middle .mainmenu,
  .nav .nav-link__wrap {
    padding: 60;
  }
  .nav, .right-section {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .nav {
    gap: 1rem;
    flex-direction: column;
  }

  .right-section {
    justify-content: flex-start;
  }

  .global-site-header__donate.header-site-donate,
  .header-site-donate {
    padding: 18px 13px;
  }
}
@media (min-width: 992px) {
  .page__wrapper.homepage .layout-container.hero-section__content-wrapper,
  .page__wrapper.homepage .layout-container {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  .global-site-header .navigation-global__issue-toggle,
  .right-section .navigation-global__issue-toggle {
    display: block;
  }
  .site-header {
    padding: 13px 28px;
    padding-right: 0;
  }
  /* .site-header .site-logo {
    padding: 13px 0;
  } */
  .site-logo a {
    width: 150px;
    height: 42px;
  }
  .site-logo img {
    width: 150px;
    height: 42px;
  }
  .global-site-header .global-site-header__navigation-middle .mainmenu,
  .nav .nav-link__wrap {
    flex-direction: row;
    gap: 26px;
  }
  .global-site-header__navigation-middle,
  .nav {
    position: unset;
    display: flex;
    gap: 1.5rem;
    align-items: center;
    flex-wrap: wrap; 
  }
  .site-header-hamburger {
    display: none;
  }
  .page__wrapper.homepage .layout-container.hero-section__content-wrapper,
  .page__wrapper.homepage .layout-container {
    margin: 0 auto;
    max-width: 1080px;
  }

  .global-site-header__donate.header-site-donate,
  .header-site-donate {
    padding: 10px 20px;
    margin-right: 28px;
  }
  .site-header .navigation-global__issue-search {
    margin-right: 40px
  }
}
@media (min-width: 1440px) {
  .page__wrapper.homepage .layout-container.hero-section__content-wrapper,
  .page__wrapper.homepage .layout-container {
    max-width: 1240px;
  }
  .site-logo a {
    width: 176px;
    height: 50px;
  }
  .site-logo img {
    width: 176px;
    height: 50px;
  }
}

/* @media (min-width: 1536px) {
  .page__wrapper.homepage .layout-container {
    max-width: 1440px;
  }
} */
/* Our Policy Priorities */
.policy-priorities .card-container {
  display: flex;
  flex-wrap: wrap;
}

.policy-priorities .card-container-wrap {
  background: #e5f2fa;
}

.policy-priorities .card-content {
  flex: 1;
  padding: 1.5rem 0;
}

.policy-priorities .card-heading h2 {
  font-family: "Gotham A","Gotham B","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  color: #061D46;
  margin-top: 0;
  margin-bottom: 16px;
  opacity: 0.7;
}

.policy-priorities .card-heading {
  font-family: "Chronicle Display", "Chronicle Display A", "Chronicle Display B", "Georgia", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0;
  color: #17303A;
  margin-bottom: 4px;
}

.policy-priorities .title-link-img-desc__url {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #cfdce6;
  padding: 10px 0;
  transition: color 0.3s ease;
}

.policy-priorities .title-link-img-desc__url:last-child {
  border: unset;
}
.policy-priorities .title-link-img-desc__url a {
  text-decoration: none;
  transition: color 0.3s ease;
  font-family: "Gotham A","Gotham B","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0;
  color: #111D22;
}

.policy-priorities .title-link-img-desc__url:hover a {
  color: #027DBD;
}

.policy-priorities .title-link-img-desc__url svg {
  flex-shrink: 0;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.policy-priorities .title-link-img-desc__url:hover svg {
  transform: translateX(5px);
}

.policy-priorities .card-content__media {
  flex: 1;
  display: none;
  align-items: stretch;
}

.policy-priorities .card__media-img {
  width: 100%;
  height: 100%;
  display: none;
}

/* Responsive layout using min-width */
@media (min-width: 768px) {

  .policy-priorities .card-heading h2 {
    font-size: 1.5rem;
  }
  .policy-priorities .card-links {
    column-count: 2;
    column-gap: 40px;
  }
}
@media (min-width: 1280px) {
  .policy-priorities .card-links {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .policy-priorities .title-link-img-desc__url {
    padding-top: 0;
  }
  .policy-priorities .title-link-img-desc__url:last-child {
    padding: 0;
  }
  .policy-priorities .card-content__media {
    flex: 0 1 50%;
    width: 100%;
    height: auto;
    display: block;
    margin: -20px;
  }
  .policy-priorities .card__media-img {
    display: block;
  }
  .policy-priorities .card-container {
    flex-direction: row;
    min-width: auto;
  }
  .policy-priorities .title-link-img-desc__url a {
    font-size: 22px;
  }
  .policy-priorities .card-content {
    flex: 0 1 50%;
    padding-right: 36px;
    margin: 20px 0;
  }
  .policy-priorities .card-heading {
    margin-bottom: 26px;
  }
}

@media (min-width: 1440px) {
  .policy-priorities .card-content__media {
    margin-right: 0;
    margin: -30px 0;
  }
  .policy-priorities .card-content {
    padding: 30px;
    margin: 30px 0;
    padding-left: 0;
    padding-right: 56px;
  }
  .policy-priorities .title-link-img-desc__url {
    justify-content: flex-start;
  }
  .policy-priorities .card-heading h2 {
    font-size: 24px;
    margin-bottom: 22px;
  }
  .policy-priorities .card-heading {
    font-size: 40px;
  }
}

.global-footer.homepage-footer {
  padding: 44px 20px 35px;
}
.global-footer.homepage-footer .global-footer__content,
.global-footer .global-footer__content {
  position: relative;
}


.global-footer .global-footer__content .heritage-icon-heritage_bell.global-footer__heritage-bell-icon {
  position: absolute;
  top: 6px;
  left: 0;
  width: 30px;
  height: 26px;
}
.global-footer.homepage-footer .global-footer__content .heritage-icon-heritage_bell-icon {
  position: absolute;
  top: 6px;
  left: 0;
  width: 30px;
  height: 26px;
}

.footer-links.mainmenu li {
  padding-bottom: 16px;  
}
.footer-links.mainmenu li a {
  font-family: "Gotham A","Gotham B","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  color: #fff;
}

.global-footer .global-footer__links-wrapper .mainmenu li,
.global-footer.homepage-footer .mainmenu li {
  padding-bottom: 16px;
}
.global-footer .global-footer__links-wrapper .mainmenu li,
.global-footer #block-secondarynavigation .mainmenu a,
.global-footer.homepage-footer .mainmenu li a {
  font-family: "Gotham A","Gotham B","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
}

.global-footer .global-footer__content .global-footer__links-wrapper,
.global-footer.homepage-footer .global-footer__content .global-footer__links-wrapper {
  margin-left: 50px;
}

.global-footer .global-footer__subscribe-title
.global-footer.homepage-footer .global-footer__subscribe-title {
  font-family: "Gotham A","Gotham B","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  color: #F3F5F8;
  font-style: normal;
}

.global-footer #Email,
.global-footer.homepage-footer #Email {
  width: 100% !important;
}
.global-footer .global-footer__email-input-container .mktoButtonRow,
.global-footer.homepage-footer .global-footer__email-input-container .mktoButtonRow {
  position: unset;
  width: 130px !important;
}

.global-footer .global-footer__email-input-container .mktoButtonRow .mktoButton,
.global-footer.homepage-footer .global-footer__email-input-container .mktoButtonRow .mktoButton {
  float: unset;
  margin-top: 27px;
  background-color: #DA181A !important;
  font-family: "Gotham A","Gotham B","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-weight: 350;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  padding: 16px 20px;
  width: 100%;
}
.global-footer .global-footer__email-input-container .mktoButtonRow .mktoButton:hover,
.global-footer.homepage-footer .global-footer__email-input-container .mktoButtonRow .mktoButton:hover {
  background-color: #940814 !important;
}

.global-footer .global-footer__social-follow-container,
.global-footer.homepage-footer .global-footer__social-follow-container {
  margin: 54px 0;
}

.global-footer .global-footer__privacy-copyright-link,
.global-footer.homepage-footer .global-footer__privacy-link {
  font-family: "Gotham A","Gotham B","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-weight: 350;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  margin-bottom: 15px;
  color: #fff;
  width: 100%;
  display: inline-block;
}
.global-footer.homepage-footer .global-footer__copyright-link {
  font-family: "Gotham A","Gotham B","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-weight: 350;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  margin-bottom: 15px;
  color: #fff;
}

.global-footer.homepage-footer .global-footer__privacy-link:hover,
.global-footer.homepage-footer .global-footer__copyright-link:hover {
  color: #c4d82d;
}

.global-footer.homepage-footer .global-footer__social-follow-container a {
  border: unset;
  margin-right: 20px !important;
  width: 22px;
  height: 22px;
  transform: translateY(0);
}

.global-footer.homepage-footer .global-footer__social-follow-container a:last-of-type {
  margin-right: 0 !important;
}
.global-footer.homepage-footer .global-footer__twitter-circle {
  line-height: 0;
}
.global-footer.homepage-footer .global-footer__social-follow-container a::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .global-footer.homepage-footer .global-footer__content .global-footer__links-wrapper {
    margin: 0 85px 0 50px;
  }
  .global-footer .global-footer__content .heritage-icon-heritage_bell.global-footer__heritage-bell-icon {
    top: 0;
    padding-top: 0;
  }

  .global-footer.homepage-footer .global-footer__social-follow-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .global-footer .global-footer__email-input-container .mktoButtonRow,
  .global-footer.homepage-footer .global-footer__email-input-container .mktoButtonRow {
    position: absolute;
  }
  .global-footer .global-footer__privacy-copyright-link,
  .global-footer.homepage-footer .global-footer__privacy-copyright {
    margin-left: 0;
    display: initial;
  }
  .global-footer.homepage-footer .global-footer__privacy-link {
    display: inherit;
  }
  .global-footer .global-footer__social-follow-container,
  .global-footer.homepage-footer .global-footer__social-follow-container {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .global-footer.homepage-footer .global-footer__content .global-footer__links-wrapper {
    width: 35%;
  }
  .global-footer .global-footer__content .heritage-icon-heritage_bell-icon.global-footer__heritage-bell,
  .global-footer.homepage-footer .global-footer__content .heritage-icon-heritage_bell-icon {
    top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .global-footer .global-footer__content,
  .global-footer.homepage-footer .global-footer__content {
    margin: 0 auto !important;
    max-width: 1240px !important;
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .global-footer .global-footer__content,
  .global-footer.homepage-footer .global-footer__content {
    max-width: 1260px !important;
  }
}

.lbs-block-layout-container,
.policy-priorities .card-container {
  margin-left: 1rem;
  margin-right: 1rem;
}

@media (min-width: 640px) {
  .lbs-block-layout-container,
  .policy-priorities .card-container {
    max-width: 600px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .lbs-block-layout-container,
  .policy-priorities .card-container {
    max-width: 728px;
  }
}

@media (min-width: 992px) {
  .lbs-block-layout-container,
  .policy-priorities .card-container {
    max-width: 960px;
  }
}

@media (min-width: 1280px) {
  .lbs-block-layout-container,
  .policy-priorities .card-container {
    max-width: 1080px;
  }
}

@media (min-width: 1440px) {
  .lbs-block-layout-container,
  .policy-priorities .card-container {
    max-width: 1240px;
  }
}
/* @media (min-width: 1536px) {
  .lbs-block-layout-container,
  .policy-priorities .card-container {
    max-width: 1440px;
  }
} */

/* @media (min-width: 1440px) {
  .layout--twocol-section--50-50.vertical-gap-2-column .twocol-section-container .layout__region--first > div {
    float: right;
    margin-right: 90px;
  }
}
@media (min-width: 1600px) {
  .layout--twocol-section--50-50.vertical-gap-2-column .twocol-section-container .layout__region--first > div {
    float: right;
    margin-right: 100px;
  }
} */

/* single-featured-component */

.single-featured-component .single-featured-component__title {
  font-family: "Chronicle Display", "Chronicle Display A", "Chronicle Display B", "Georgia", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0;
  color: #17303A;
  margin-top: 10px;
}

/* .single-featured-component .single-featured-component__media {
  aspect-ratio: 1.1;
} */
.single-featured-component .single-featured-component__media-image {
  /* width: 100%;
  height: auto; */
  /* max-height: 100%; */
}
.single-featured-component .single-featured-component__media-image img {
  width: 100%;
  height: auto;
}

.single-featured-component .single-featured-component__author {
  font-family: "Gotham A","Gotham B","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0;
  color: #00000080;
  margin-top: 8px;
}

.one-plus-two-featured-content__title.grid--header {
  display: none;
}

.one-plus-two-featured-content__link {
  min-height: 16px;
}
.one-plus-two-featured-content__conntent-wrap {
  border-bottom: 1px solid #00000026;
  padding-top: 17px;
  padding-bottom: 17px;
}
.one-plus-two-featured-content .one-plus-two-featured-content__conntent-wrap:nth-of-type(2) {
  border-top: 1px solid #00000026;
}

.one-plus-two-featured-content .one-plus-two-featured-content__conntent-wrap:first-of-type {
  padding-top: 0;
}
.one-plus-two-featured-content .one-plus-two-featured-content__conntent-wrap:last-of-type {
  border-bottom: unset;
  padding-bottom: 0;
}
.one-plus-two-featured-content__media {
  margin-bottom: 10px;
}
.one-plus-two-featured-content .one-plus-two-featured-content__label {
  font-family: "Chronicle Display", "Chronicle Display A", "Chronicle Display B", "Georgia", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0;
  color: #17303A;
  margin-bottom: 8px;
}

.one-plus-two-featured-content .one-plus-two-featured-content__author {
  font-family: "Gotham A","Gotham B","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0;
  color: #00000080;
}

.one-plus-two-featured-content__media-image {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .one-plus-two-featured-content__media {
    margin-bottom: 20px;
  }
  .one-plus-two-featured-content .one-plus-two-featured-content__conntent-wrap:nth-of-type(2) {
    border-top: none;
  }
  .one-plus-two-featured-content__title.grid--header {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .single-featured-component .single-featured-component__title {
    font-size: 32px;
    margin-top: 16px;
  }
  /* .single-featured-component .single-featured-component__media {
    aspect-ratio: 1.5;
  } */
  .one-plus-two-featured-content .one-plus-two-featured-content__label {
    font-size: 24px;
  }
}
@media (min-width: 1280px) {
  /* .single-featured-component .single-featured-component__media {
    aspect-ratio: 1.57;
  } */
  /* .one-plus-two-featured-content .one-plus-two-featured-content__author,
  .single-featured-component .single-featured-component__author {
    font-size: 20px;
  } */
  .one-plus-two-featured-content__link {
    min-height: 22px;
  }
}
@media (min-width: 1440px) {
  /* .single-featured-component .single-featured-component__media {
    width: 100%;
    height: auto; */
    /* aspect-ratio: 1.54; */
  /* } */
  /* .one-plus-two-featured-content .one-plus-two-featured-content__media {
    width: 100%;
    height: 251px;
  } */
}


.node--type-homepage .slick-initialized .slick-slide.slider-component .slider-component-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  gap: 10px;
}

.slider-component__wrapper {
  padding-bottom: 60px;
}

.node--type-homepage .slider-component__wrapper .slick-arrow {
  z-index: 5;
  border-top: 3px solid #061D4699;
  border-right: 3px solid #061D4699;
  transition: opacity 0.3s ease-out;
  top: unset;
  bottom: 0;
}

.node--type-homepage .slider-component__wrapper .slick-dots {
  bottom: 0;
  display: flex;
  justify-content: center;
  gap: 24px;
}
.node--type-homepage .slider-component__wrapper .slick-dots .slick-active {
  border-color: #061D4699;
  background: #061D46;
}
.node--type-homepage .slider-component__wrapper .slick-dots li {
  border: 3px solid #061D4699;
  border-radius: 50%;
  background-color: transparent;
}
.node--type-homepage .slider-component__wrapper .slick-dots li button {
  display: none;
}
.slider-component__content-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0;
  font-family: "Chronicle Display", "Chronicle Display A", "Chronicle Display B", "Georgia", serif;
  color: #17303A;
  margin-bottom: 10px;
}

.slider-component__content-desc {
  font-family: "Gotham A","Gotham B","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0;
  color: #17303A;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.slider-component__content-link-wrap:hover svg {
  transform: translateX(4px);
  transition: color 0.3s ease;
}
.slider-component__content-link-wrap {
  display: flex;
}
.slider-component__content-link-wrap svg {
  flex-shrink: 0;
  margin-left: 10px;
  transition: transform 0.3s ease;
}
.slider-component__content-link,
.slider-component__content-link-wrap a {
  font-family: "Gotham A","Gotham B","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #027DBD;
}
/* .slider-component__media {
  width: 100%;
  height: 100%;
}
.slider-component__media-img{
  aspect-ratio: 1.64;
} */

@media (min-width: 768px) {
  .node--type-homepage .slick-initialized .slick-slide.slider-component .slider-component-wrapper {
    flex-direction: row;
    gap: 28px;
    width: 648px !important;
    max-width: 648px !important;
    margin: 0 auto;
  }
  .slider-component__content {
    margin-left: 0;
    flex: 0 1 48%;
  }
  .slider-component__media {
    flex: 0 1 48%;
  }
  .node--type-homepage .slider-component__wrapper .slick-arrow {
    top: 50%;
    bottom: unset;
  }
  .node--type-homepage .slider-component__wrapper .slick-prev {
    left: -10px;
  }
  .node--type-homepage .slider-component__wrapper .slick-next {
    right: -10px;
  }

  .slider-component__content {
    /* width: 312px; */
    margin-left: 24px;
  }
  /* .slider-component__media {
    margin-right: 24px;
    width: 312px;
    height: 208px;
  }
  .slider-component__media-img {
    aspect-ratio: 1.5;
  } */

  .slider-component__content-title {
    font-size: 32px;
  }
  .slider-component__content-desc {
    font-size: 20px;
  }
  .slider-component__content-link,
  .slider-component__content-link-wrap a {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .node--type-homepage .slider-component__wrapper .slick-prev {
    left: 10px;
  }
  .node--type-homepage .slider-component__wrapper .slick-next {
    right: 10px;
  }
}

@media (min-width: 1024px) {
  .node--type-homepage .slider-component__wrapper .slick-prev {
    left: -10px;
  }
  .node--type-homepage .slider-component__wrapper .slick-next {
    right: -10px;
  }
  
}
@media (min-width: 1280px) {
  .node--type-homepage .slick-initialized .slick-slide.slider-component .slider-component-wrapper {
    width: 1082px !important;
    max-width: 1082px !important;
    margin: 0 auto;
  }
  .slider-component__media-img {
    margin-right: 24px;
    width: 100%;
    height: auto;
  }
  /* .slider-component__media {
    aspect-ratio: 1.55;
    width: 529px;
    height: 341px;
  } */
  .slider-component__content-title {
    font-weight: 400;
    font-size: 40px;
    margin-bottom: 24px;
  }
  .slider-component__content-desc {
    font-size: 22px;
    margin-bottom: 24px;
  }
  .node--type-homepage .slider-component__wrapper .slick-prev {
    left: -32px;
  }
  .node--type-homepage .slider-component__wrapper .slick-next {
    right: -32px;
  }
}

@media (min-width: 1440px) {
  .slider-component__content {
    flex: 0 1 58%;
  }
  .slider-component__media {
    flex: 0 1 48%;
  }
  .slider-component__media-img {
    margin-right: 24px;
  }
  .node--type-homepage .slick-initialized .slick-slide.slider-component .slider-component-wrapper {
    width: 1142px !important;
    max-width: 1142px !important;
    margin: 0 auto;
  }
}

/* Highlight Cards */

.highlight-cards__wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}
/* .highlight-cards__wrap .highlight-cards__content {
  min-width: 320px;
} */

.highlight-cards__wrap .highlight-cards__content-link {
  text-decoration: none;
}
.highlight-cards__wrap .higlight-cards__content-tag {
  font-family: "Gotham A","Gotham B","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  color: #061D46;
  margin: 0;
  margin-bottom: 20px;
  opacity: 0.7;
}
.highlight-cards__wrap .higlight-cards__content-text {
  font-family: "Chronicle Display", "Chronicle Display A", "Chronicle Display B", "Georgia", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0;
  color: #17303A;
}


/* Card Component */

.card-component {
  padding: 20px;
}
.card-component__label {
  font-family: "Gotham A","Gotham B","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  color: #061D46;
  margin: 0;
  margin-bottom: 12px;
  opacity: 0.7;
}

.card-component__title {
  font-family: "Chronicle Display", "Chronicle Display A", "Chronicle Display B", "Georgia", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0;
  color: #17303A;
  margin-top: 20px;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;      /* Number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-component__image-wrapper .card-component__image {
  aspect-ratio: 1.02;
}

.paragraph--type--card-component__main {
  border: 1px solid #00000026;
  width: 100%;
}
.events-podcast-awards__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}

.card-component__content-link-wrap a {
  font-family: "Gotham A","Gotham B","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #027DBD;
}
.card-component__content-link-wrap svg {
  margin-left: 8px;
}
.card-component__content-link-wrap:hover svg {
  transform: translateX(4px);
}

.highlight-cards__content-image {
  width: 100%;
  height: auto;
  border: 1px solid #22222233;
  padding: 27px 62px;
}

.highlight-cards__content-image .highlight-cards__content-link {
  display: flex;
  height: 100%;
  margin: 0 auto;
}
.highlight-cards__content-img {
  max-height: 100%;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}

@media (min-width: 768px) {
  .highlight-cards__wrap,
  .events-podcast-awards__wrapper {
    gap: 20px;
  }
  .highlight-cards__content-image {
    height: 222px;
  }

  .card-component__image-wrapper .card-component__image {
    aspect-ratio: 1;
  }

  .highlight-cards__wrap .highlight-cards__content {
    flex: 0 0 31%;
  }
  .paragraph--type--card-component__main {
    flex: 0 0 31%;
    min-width: 226px;
  }
}
@media (min-width: 1280px) {
  .card-component__image-wrapper .card-component__image {
    aspect-ratio: 1.03;
  }

  .card-component__label {
    font-size: 20px;
  }
  /* .highlight-cards__wrap .highlight-cards__content  */
  .paragraph--type--card-component__main {
    min-width: 346px;
  }
}
@media (min-width: 1440px) {
  .highlight-cards__wrap .higlight-cards__content-text {
    font-size: 40px;
  }

  .card-component__content-link-wrap a {
    font-size: 18px;
  }
  .highlight-cards__wrap,
  .events-podcast-awards__wrapper {
    gap: 22px;
  }

  /* .highlight-cards__wrap .highlight-cards__content  */
  .paragraph--type--card-component__main {
    min-width: 398px;
  }

  .highlight-cards__wrap .higlight-cards__content-tag {
    font-size: 20px;
  }

  .card-component__image-wrapper .card-component__image {
    aspect-ratio: 1;
  }
  .card-component__title {
    font-size: 24px;
  }
}

.lbs-bg-bell-icon {
  position: relative;
  background-image: url('../assets/thf-favicon.svg');
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-featured-component.grid--header {
  /* padding: 0; */
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 17px;
}

.node--type-homepage .video-playlist .grid--header {
  padding-bottom: 20px;
  border-bottom: none;
}

.node--type-homepage .video-playlist .grid--header h2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 10px;
}
.single-featured-component.grid--header h2,
.one-plus-two-featured-content__link h2,
.node--type-homepage .video-playlist .grid--header h2 {
  font-size: 16px;
  margin: 0;
  font-family: "Gotham A","Gotham B","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-weight: 500;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  opacity: 0.7;
  color: #061D46;
}
@media (min-width: 1280px) {
  .single-featured-component.grid--header h2,
  .one-plus-two-featured-content__link h2,
  .node--type-homepage .video-playlist .grid--header h2 {
    font-size: 20px;
  }
}