.Dropdown-root {
  position: relative; }

.Dropdown-control {
  position: relative;
  overflow: hidden;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  cursor: default;
  outline: none;
  padding: 8px 52px 8px 10px;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

.Dropdown-control:hover {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06); }

.Dropdown-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  content: ' ';
  display: block;
  height: 0;
  margin-top: -ceil(2.5);
  position: absolute;
  right: 10px;
  top: 14px;
  width: 0; }

.is-open .Dropdown-arrow {
  border-color: transparent transparent #999;
  border-width: 0 5px 5px; }

.Dropdown-menu {
  background-color: white;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1000;
  -webkit-overflow-scrolling: touch; }

.Dropdown-menu .Dropdown-group > .Dropdown-title {
  padding: 8px 10px;
  color: #333333;
  font-weight: bold;
  text-transform: capitalize; }

.Dropdown-option {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgba(51, 51, 51, 0.8);
  cursor: pointer;
  display: block;
  padding: 8px 10px; }

.Dropdown-option:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

.Dropdown-option:hover {
  background-color: #f2f9fc;
  color: #333; }

.Dropdown-option:focus {
  background-color: #f2f9fc;
  color: #333;
  outline: none; }

.Dropdown-option.is-selected {
  background-color: #f2f9fc;
  color: #333; }

.Dropdown-noresults {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ccc;
  cursor: default;
  display: block;
  padding: 8px 10px; }

/* stylelint-disable block-closing-brace-newline-after, at-rule-empty-line-before, rule-empty-line-before */
/**
 * Convert px to rem or em. Unitless values are assumed to be in px.
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to either rem or em
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to em
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to rem
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Remove default browser button styles
 */
/**
 * Default input button styles
 */
/**
 * Visually hide an element and leave it only for screenreaders
 */
/**
 * Allow item outdent within a static width container.
 */
/**
 * Reusable button style mixin.
 */
/**
 * Build corners for callout module.
 */
/*
  https://github.com/fregante/object-fit-images/blob/master/preprocessors/mixin.scss
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/*
  Flexbox utility originally from curated content
*/
/* stylelint-enable */
/**
 * Generate map of breakpoint values
 */
/**
 * If you want, include custom media queries in the first parameter of map_merge below
 * (example 'admin-bar' media query provided)
 */
/**
 * Retrive prepared media query
 *
 * @param {string} $query Key to acess in breakpoints object. If you're lookin for one of the generated breakpoints,
 *                        pass in a string constructed using a key from $bp-values
 *                        and either 'min' (for `min-width`) or 'max' (for `max-width`), separated by a hyphen.
 */
/* Gradients */
/* stylelint-disable declaration-no-important */
/* stylelint-enable declaration-no-important */
.grants-listing__filters {
  margin-bottom: 1.75rem; }
  @media (max-width: 48rem) {
    .grants-listing__filters {
      margin-bottom: 1.75rem; } }
  @media (max-width: 79rem) {
    .grants-listing__filters {
      padding: 0 1.75rem; } }
  .grants-listing__filters .grants-listing__filters-wrap {
    display: grid;
    gap: 0.875rem;
    grid-template-columns: repeat(12, 1fr);
    margin: 0 auto;
    max-width: 79rem; }
    @media (max-width: 63.9375rem) {
      .grants-listing__filters .grants-listing__filters-wrap {
        grid-template-columns: repeat(6, auto);
        grid-template-rows: auto; } }
    @media (max-width: 31.9375rem) {
      .grants-listing__filters .grants-listing__filters-wrap {
        grid-template-columns: unset;
        grid-template-rows: repeat(6, auto); } }
  .grants-listing__filters .program,
  .grants-listing__filters .strategy {
    grid-column: span 3; }
  .grants-listing__filters .year,
  .grants-listing__filters .state {
    grid-column: span 1; }
  .grants-listing__filters .search {
    grid-column: span 4; }
  @media (max-width: 31.9375rem) {
    .grants-listing__filters .program,
    .grants-listing__filters .strategy,
    .grants-listing__filters .year,
    .grants-listing__filters .state,
    .grants-listing__filters .search {
      grid-column: unset; } }
  .grants-listing__filters label {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500; }
  .grants-listing__filters .Dropdown-root {
    font-size: 1rem;
    line-height: 1.5rem;
    cursor: pointer;
    margin-bottom: 0.625rem;
    width: 100%; }
    @media (min-width: 48.0625rem) {
      .grants-listing__filters .Dropdown-root {
        margin-bottom: 0; } }
    .grants-listing__filters .Dropdown-root .Dropdown-control,
    .grants-listing__filters .Dropdown-root .Dropdown-menu {
      border-color: #a7a9ab; }
    .grants-listing__filters .Dropdown-root .Dropdown-placeholder {
      font-weight: 500;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      white-space: nowrap; }
    .grants-listing__filters .Dropdown-root .Dropdown-arrow {
      top: 1.25rem; }
  .grants-listing__filters .searchInputWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .grants-listing__filters .searchInputWrap button {
      background-color: transparent;
      border: none;
      border-radius: 0;
      font-family: inherit;
      font-size: inherit;
      outline: none;
      overflow: visible;
      text-decoration: none;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #333;
      color: white;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .grants-listing__filters .grants__text-input {
    font-size: 1.125rem;
    line-height: 1.75rem;
    background: #fff;
    border: none;
    color: #262626;
    font-family: inherit;
    background-color: #fff;
    border: 1px solid #a7a9ab;
    border-radius: 0;
    color: #333;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    -ms-flex-positive: 1;
        flex-grow: 1;
    font-weight: 500;
    outline: none;
    padding: 0.375rem 0.625rem; }
  .grants-listing__filters .grants-listing__applied-filters {
    margin: 1.75rem auto 0;
    max-width: 79rem; }
  .grants-listing__filters .grants-listing__applied-filters-list {
    color: #3e8ede;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .grants-listing__filters .grants-listing__applied-filters-list li {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
    .grants-listing__filters .grants-listing__applied-filters-list div {
      font-size: 1rem;
      line-height: 1.5rem;
      font-weight: 500;
      text-transform: uppercase; }
    .grants-listing__filters .grants-listing__applied-filters-list button {
      background-color: transparent;
      border: none;
      border-radius: 0;
      font-family: inherit;
      font-size: inherit;
      outline: none;
      overflow: visible;
      text-decoration: none;
      cursor: pointer;
      line-height: 1.5rem;
      margin-right: 0.625rem; }
    .grants-listing__filters .grants-listing__applied-filters-list img {
      margin-bottom: 0.0625rem; }

/* stylelint-disable block-closing-brace-newline-after, at-rule-empty-line-before, rule-empty-line-before */
/**
 * Convert px to rem or em. Unitless values are assumed to be in px.
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to either rem or em
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to em
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to rem
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Remove default browser button styles
 */
/**
 * Default input button styles
 */
/**
 * Visually hide an element and leave it only for screenreaders
 */
/**
 * Allow item outdent within a static width container.
 */
/**
 * Reusable button style mixin.
 */
/**
 * Build corners for callout module.
 */
/*
  https://github.com/fregante/object-fit-images/blob/master/preprocessors/mixin.scss
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/*
  Flexbox utility originally from curated content
*/
/* stylelint-enable */
/**
 * Generate map of breakpoint values
 */
/**
 * If you want, include custom media queries in the first parameter of map_merge below
 * (example 'admin-bar' media query provided)
 */
/**
 * Retrive prepared media query
 *
 * @param {string} $query Key to acess in breakpoints object. If you're lookin for one of the generated breakpoints,
 *                        pass in a string constructed using a key from $bp-values
 *                        and either 'min' (for `min-width`) or 'max' (for `max-width`), separated by a hyphen.
 */
/* Gradients */
/* stylelint-disable declaration-no-important */
/* stylelint-enable declaration-no-important */
.grant-item__details-tax,
.grant-item__details-org,
.grant-item__details-location {
  margin-bottom: 0.375rem; }

.grant-item__details-tax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 31.9375rem) {
    .grant-item__details-tax {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.grant-item__program {
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #3e8ede;
  font-weight: 500;
  text-transform: uppercase; }

.grant-item__strategy,
.grant-item__spacer {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 300;
  text-transform: uppercase; }

.grant-item__spacer {
  margin: 0 0.375rem; }
  @media (max-width: 31.9375rem) {
    .grant-item__spacer {
      display: none; } }

.grant-item__details-org span {
  font-size: 1.375rem;
  line-height: 2rem;
  font-weight: 700;
  margin-right: 0.625rem; }
  @media (min-width: 48.0625rem) {
    .grant-item__details-org span {
      font-size: 1.75rem;
      line-height: 2.25rem; } }

.grant-item__details-org a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 2.25rem; }

.grant-item__details-description {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300; }

.grant-item__amount,
.grant-item__year {
  font-size: 1.25rem;
  line-height: 1.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right; }
  @media (min-width: 48.0625rem) {
    .grant-item__amount,
    .grant-item__year {
      font-size: 1.375rem;
      line-height: 1.875rem; } }

.grant-item__amount {
  font-weight: 500; }
  @media (max-width: 31.9375rem) {
    .grant-item__amount {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

/* stylelint-disable block-closing-brace-newline-after, at-rule-empty-line-before, rule-empty-line-before */
/**
 * Convert px to rem or em. Unitless values are assumed to be in px.
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to either rem or em
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to em
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to rem
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Remove default browser button styles
 */
/**
 * Default input button styles
 */
/**
 * Visually hide an element and leave it only for screenreaders
 */
/**
 * Allow item outdent within a static width container.
 */
/**
 * Reusable button style mixin.
 */
/**
 * Build corners for callout module.
 */
/*
  https://github.com/fregante/object-fit-images/blob/master/preprocessors/mixin.scss
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/*
  Flexbox utility originally from curated content
*/
/* stylelint-enable */
/**
 * Generate map of breakpoint values
 */
/**
 * If you want, include custom media queries in the first parameter of map_merge below
 * (example 'admin-bar' media query provided)
 */
/**
 * Retrive prepared media query
 *
 * @param {string} $query Key to acess in breakpoints object. If you're lookin for one of the generated breakpoints,
 *                        pass in a string constructed using a key from $bp-values
 *                        and either 'min' (for `min-width`) or 'max' (for `max-width`), separated by a hyphen.
 */
/* Gradients */
/* stylelint-disable declaration-no-important */
/* stylelint-enable declaration-no-important */
.grant-listing__grants {
  margin-bottom: 4rem; }
  .grant-listing__grants .grant-listing__header {
    background-color: #333;
    color: #fff;
    font-weight: 700;
    padding-bottom: 1.125rem !important;
    padding-top: 1.125rem !important; }
    @media (max-width: 31.9375rem) {
      .grant-listing__grants .grant-listing__header {
        font-size: 1rem;
        line-height: 1.5rem; }
        .grant-listing__grants .grant-listing__header.grant-item .grant-item__content {
          gap: 0.625rem;
          grid-template-columns: 100px auto; } }
  .grant-listing__grants .grant-item {
    padding: 1.75rem 4rem; }
    @media (max-width: 48rem) {
      .grant-listing__grants .grant-item {
        padding: 1.75rem 2.25rem; } }
    .grant-listing__grants .grant-item:nth-child(even) {
      background-color: #ededed; }
  .grant-listing__grants .sort {
    background-color: transparent;
    border: none;
    border-radius: 0;
    font-family: inherit;
    font-size: inherit;
    outline: none;
    overflow: visible;
    text-decoration: none;
    color: white;
    cursor: pointer;
    font-weight: 500;
    text-align: right; }
    .grant-listing__grants .sort.leftAlign {
      text-align: left; }
    .grant-listing__grants .sort.asc::before {
      content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjRkZGIiBzdHJva2Utd2lkdGg9IjEuNSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWNhcD0icm91bmQiPjxwYXRoIGQ9Ik0xIDkuNWgxNk0zLjY2NyA1LjVoMTAuNjY2TTUgMS41aDgiLz48L2c+PC9zdmc+);
      height: 1.25rem;
      margin-right: 0.375rem;
      width: 1.25rem; }
    .grant-listing__grants .sort.desc::before {
      content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjRkZGIiBzdHJva2Utd2lkdGg9IjEuNSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWNhcD0icm91bmQiPjxwYXRoIGQ9Ik0xIDEuNWgxNk0zLjY2NyA1LjVoMTAuNjY2TTUgOS41aDgiLz48L2c+PC9zdmc+);
      height: 1.25rem;
      margin-right: 0.375rem;
      width: 1.25rem; }
  .grant-listing__grants .grant-item__content {
    display: grid;
    gap: 1.75rem;
    grid-template-columns: 2fr 1fr;
    margin: 0 auto;
    max-width: 79rem; }
    @media (max-width: 31.9375rem) {
      .grant-listing__grants .grant-item__content {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); } }
  .grant-listing__grants .grant-item__values {
    display: grid;
    gap: 1.75rem;
    grid-template-columns: repeat(2, minmax(110px, 1fr)); }
    @media (max-width: 31.9375rem) {
      .grant-listing__grants .grant-item__values {
        gap: 0.625rem;
        grid-template-columns: repeat(2, minmax(90px, 1fr)); } }
    .grant-listing__grants .grant-item__values div {
      text-align: right; }
  .grant-listing__grants .grant-listing__button-container {
    margin-top: 4rem;
    text-align: center; }
    .grant-listing__grants .grant-listing__button-container .wp-block-button {
      border-radius: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin: 0 auto 1.5rem;
      max-width: 58.75rem;
      border: none;
      margin-bottom: 0.625rem;
      outline: none;
      padding: 0 !important; }
      .grant-listing__grants .grant-listing__button-container .wp-block-button:not(.alignleft):not(.alignright) {
        padding: 0 1.25rem; }
      .grant-listing__grants .grant-listing__button-container .wp-block-button .wp-block-button__link {
        font-size: 1.125rem;
        font-weight: 400;
        line-height: 1.25rem;
        text-transform: uppercase;
        border-radius: 0;
        min-width: 16.25rem;
        padding: 0.8125rem 2.25rem 0.8125rem 1.75rem; }
        .grant-listing__grants .grant-listing__button-container .wp-block-button .wp-block-button__link:hover {
          text-decoration: none; }
        .grant-listing__grants .grant-listing__button-container .wp-block-button .wp-block-button__link:not(.has-text-color) {
          color: #fff; }
          .grant-listing__grants .grant-listing__button-container .wp-block-button .wp-block-button__link:not(.has-text-color):hover {
            color: #fff; }
        .grant-listing__grants .grant-listing__button-container .wp-block-button .wp-block-button__link:not(.has-background) {
          background-color: #3e8ede;
          color: #fff; }
          .grant-listing__grants .grant-listing__button-container .wp-block-button .wp-block-button__link:not(.has-background):hover, .grant-listing__grants .grant-listing__button-container .wp-block-button .wp-block-button__link:not(.has-background):focus {
            background-color: #1b5b9b; }
        .grant-listing__grants .grant-listing__button-container .wp-block-button .wp-block-button__link.has-blue-color, .grant-listing__grants .grant-listing__button-container .wp-block-button .wp-block-button__link.has-blue-color:hover, .grant-listing__grants .grant-listing__button-container .wp-block-button .wp-block-button__link.has-blue-color:focus {
          color: #3e8ede; }
        .grant-listing__grants .grant-listing__button-container .wp-block-button .wp-block-button__link.has-blue-background-color {
          background-color: #3e8ede; }
        .grant-listing__grants .grant-listing__button-container .wp-block-button .wp-block-button__link.has-blue-background-color:hover, .grant-listing__grants .grant-listing__button-container .wp-block-button .wp-block-button__link.has-blue-background-color:focus {
          background-color: #2275c7; }
        .grant-listing__grants .grant-listing__button-container .wp-block-button .wp-block-button__link.has-light-gray-color, .grant-listing__grants .grant-listing__button-container .wp-block-button .wp-block-button__link.has-light-gray-color:hover, .grant-listing__grants .grant-listing__button-container .wp-block-button .wp-block-button__link.has-light-gray-color:focus {
          color: #efefef; }
        .grant-listing__grants .grant-listing__button-container .wp-block-button .wp-block-button__link.has-light-gray-background-color {
          background-color: #efefef; }
        .grant-listing__grants .grant-listing__button-container .wp-block-button .wp-block-button__link.has-light-gray-background-color:hover, .grant-listing__grants .grant-listing__button-container .wp-block-button .wp-block-button__link.has-light-gray-background-color:focus {
          background-color: #d6d6d6; }
        .grant-listing__grants .grant-listing__button-container .wp-block-button .wp-block-button__link.has-mid-gray-color, .grant-listing__grants .grant-listing__button-container .wp-block-button .wp-block-button__link.has-mid-gray-color:hover, .grant-listing__grants .grant-listing__button-container .wp-block-button .wp-block-button__link.has-mid-gray-color:focus {
          color: #777; }
        .grant-listing__grants .grant-listing__button-container .wp-block-button .wp-block-button__link.has-mid-gray-background-color {
          background-color: #777; }
        .grant-listing__grants .grant-listing__button-container .wp-block-button .wp-block-button__link.has-mid-gray-background-color:hover, .grant-listing__grants .grant-listing__button-container .wp-block-button .wp-block-button__link.has-mid-gray-background-color:focus {
          background-color: #5e5e5e; }
        .grant-listing__grants .grant-listing__button-container .wp-block-button .wp-block-button__link.has-dark-gray-color, .grant-listing__grants .grant-listing__button-container .wp-block-button .wp-block-button__link.has-dark-gray-color:hover, .grant-listing__grants .grant-listing__button-container .wp-block-button .wp-block-button__link.has-dark-gray-color:focus {
          color: #333; }
        .grant-listing__grants .grant-listing__button-container .wp-block-button .wp-block-button__link.has-dark-gray-background-color {
          background-color: #333; }
        .grant-listing__grants .grant-listing__button-container .wp-block-button .wp-block-button__link.has-dark-gray-background-color:hover, .grant-listing__grants .grant-listing__button-container .wp-block-button .wp-block-button__link.has-dark-gray-background-color:focus {
          background-color: #1a1a1a; }
        .grant-listing__grants .grant-listing__button-container .wp-block-button .wp-block-button__link.has-white-color, .grant-listing__grants .grant-listing__button-container .wp-block-button .wp-block-button__link.has-white-color:hover, .grant-listing__grants .grant-listing__button-container .wp-block-button .wp-block-button__link.has-white-color:focus {
          color: #fff; }
        .grant-listing__grants .grant-listing__button-container .wp-block-button .wp-block-button__link.has-white-background-color {
          background-color: #fff; }
        .grant-listing__grants .grant-listing__button-container .wp-block-button .wp-block-button__link.has-white-background-color:hover, .grant-listing__grants .grant-listing__button-container .wp-block-button .wp-block-button__link.has-white-background-color:focus {
          background-color: #e6e6e6; }
        .grant-listing__grants .grant-listing__button-container .wp-block-button .wp-block-button__link.has-orange-color, .grant-listing__grants .grant-listing__button-container .wp-block-button .wp-block-button__link.has-orange-color:hover, .grant-listing__grants .grant-listing__button-container .wp-block-button .wp-block-button__link.has-orange-color:focus {
          color: #dd7b53; }
        .grant-listing__grants .grant-listing__button-container .wp-block-button .wp-block-button__link.has-orange-background-color {
          background-color: #dd7b53; }
        .grant-listing__grants .grant-listing__button-container .wp-block-button .wp-block-button__link.has-orange-background-color:hover, .grant-listing__grants .grant-listing__button-container .wp-block-button .wp-block-button__link.has-orange-background-color:focus {
          background-color: #d35b2a; }
    .grant-listing__grants .grant-listing__button-container .loadMoreMsg {
      font-size: 0.875rem;
      line-height: 1.375rem;
      font-weight: 300; }

/**
* Styles for the grants listing application
*/
/* stylelint-disable block-closing-brace-newline-after, at-rule-empty-line-before, rule-empty-line-before */
/**
 * Convert px to rem or em. Unitless values are assumed to be in px.
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to either rem or em
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to em
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to rem
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Remove default browser button styles
 */
/**
 * Default input button styles
 */
/**
 * Visually hide an element and leave it only for screenreaders
 */
/**
 * Allow item outdent within a static width container.
 */
/**
 * Reusable button style mixin.
 */
/**
 * Build corners for callout module.
 */
/*
  https://github.com/fregante/object-fit-images/blob/master/preprocessors/mixin.scss
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/*
  Flexbox utility originally from curated content
*/
/* stylelint-enable */
/**
 * Generate map of breakpoint values
 */
/**
 * If you want, include custom media queries in the first parameter of map_merge below
 * (example 'admin-bar' media query provided)
 */
/**
 * Retrive prepared media query
 *
 * @param {string} $query Key to acess in breakpoints object. If you're lookin for one of the generated breakpoints,
 *                        pass in a string constructed using a key from $bp-values
 *                        and either 'min' (for `min-width`) or 'max' (for `max-width`), separated by a hyphen.
 */
/* Gradients */
/* stylelint-disable declaration-no-important */
/* stylelint-enable declaration-no-important */
.grant-listing__loading {
  min-height: 3.75rem;
  text-align: center; }
  .grant-listing__loading div {
    margin: auto;
    position: relative;
    width: 10rem; }
    .grant-listing__loading div::before {
      background-image: url(data:image/gif;base64,R0lGODlhHwAfAPUAAP///wAAAOjo6NLS0ry8vK6urqKiotzc3Li4uJqamuTk5NjY2KqqqqCgoLCwsMzMzPb29qioqNTU1Obm5jY2NiYmJlBQUMTExHBwcJKSklZWVvr6+mhoaEZGRsbGxvj4+EhISDIyMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAHwAfAAAG/0CAcEgUDAgFA4BiwSQexKh0eEAkrldAZbvlOD5TqYKALWu5XIwnPFwwymY0GsRgAxrwuJwbCi8aAHlYZ3sVdwtRCm8JgVgODwoQAAIXGRpojQwKRGSDCRESYRsGHYZlBFR5AJt2a3kHQlZlERN2QxMRcAiTeaG2QxJ5RnAOv1EOcEdwUMZDD3BIcKzNq3BJcJLUABBwStrNBtjf3GUGBdLfCtadWMzUz6cDxN/IZQMCvdTBcAIAsli0jOHSJeSAqmlhNr0awo7RJ19TJORqdAXVEEVZyjyKtE3Bg3oZE2iK8oeiKkFZGiCaggelSTiA2LhxiZLBSjZjBL2siNBOFQ84LxHA+mYEiRJzBO7ZCQIAIfkECQoAAAAsAAAAAB8AHwAABv9AgHBIFAwIBQPAUCAMBMSodHhAJK5XAPaKOEynCsIWqx0nCIrvcMEwZ90JxkINaMATZXfju9jf82YAIQxRCm14Ww4PChAAEAoPDlsAFRUgHkRiZAkREmoSEXiVlRgfQgeBaXRpo6MOQlZbERN0Qx4drRUcAAJmnrVDBrkVDwNjr8BDGxq5Z2MPyUQZuRgFY6rRABe5FgZjjdm8uRTh2d5b4NkQY0zX5QpjTc/lD2NOx+WSW0++2RJmUGJhmZVsQqgtCE6lqpXGjBchmt50+hQKEAEiht5gUcTIESR9GhlgE9IH0BiTkxrMmWIHDkose9SwcQlHDsOIk9ygiVbl5JgMLuV4HUmypMkTOkEAACH5BAkKAAAALAAAAAAfAB8AAAb/QIBwSBQMCAUDwFAgDATEqHR4QCSuVwD2ijhMpwrCFqsdJwiK73DBMGfdCcZCDWjAE2V347vY3/NmdXNECm14Ww4PChAAEAoPDltlDGlDYmQJERJqEhGHWARUgZVqaWZeAFZbERN0QxOeWwgAAmabrkMSZkZjDrhRkVtHYw+/RA9jSGOkxgpjSWOMxkIQY0rT0wbR2LQV3t4UBcvcF9/eFpdYxdgZ5hUYA73YGxruCbVjt78G7hXFqlhY/fLQwR0HIQdGuUrTz5eQdIc0cfIEwByGD0MKvcGSaFGjR8GyeAPhIUofQGNQSgrB4IsdOCqx7FHDBiYcOQshYjKDxliVDpRjunCjdSTJkiZP6AQBACH5BAkKAAAALAAAAAAfAB8AAAb/QIBwSBQMCAUDwFAgDATEqHR4QCSuVwD2ijhMpwrCFqsdJwiK73DBMGfdCcZCDWjAE2V347vY3/NmdXNECm14Ww4PChAAEAoPDltlDGlDYmQJERJqEhGHWARUgZVqaWZeAFZbERN0QxOeWwgAAmabrkMSZkZjDrhRkVtHYw+/RA9jSGOkxgpjSWOMxkIQY0rT0wbR2I3WBcvczltNxNzIW0693MFYT7bTumNQqlisv7BjswAHo64egFdQAbj0RtOXDQY6VAAUakihN1gSLaJ1IYOGChgXXqEUpQ9ASRlDYhT0xQ4cACJDhqDD5mRKjCAYuArjBmVKDP9+VRljMyMHDwcfuBlBooSCBQwJiqkJAgAh+QQJCgAAACwAAAAAHwAfAAAG/0CAcEgUDAgFA8BQIAwExKh0eEAkrlcA9oo4TKcKwharHScIiu9wwTBn3QnGQg1owBNld+O72N/zZnVzRApteFsODwoQABAKDw5bZQxpQ2JkCRESahIRh1gEVIGVamlmXgBWWxETdEMTnlsIAAJmm65DEmZGYw64UZFbR2MPv0QPY0hjpMYKY0ljjMZCEGNK09MG0diN1gXL3M5bTcTcyFtOvdzBWE+207pjUKpYrL+wY7MAB4EerqZjUAG4lKVCBwMbvnT6dCXUkEIFK0jUkOECFEeQJF2hFKUPAIkgQwIaI+hLiJAoR27Zo4YBCJQgVW4cpMYDBpgVZKL59cEBhw+U+QROQ4bBAoUlTZ7QCQIAIfkECQoAAAAsAAAAAB8AHwAABv9AgHBIFAwIBQPAUCAMBMSodHhAJK5XAPaKOEynCsIWqx0nCIrvcMEwZ90JxkINaMATZXfju9jf82Z1c0QKbXhbDg8KEAAQCg8OW2UMaUNiZAkREmoSEYdYBFSBlWppZl4AVlsRE3RDE55bCAACZpuuQxJmRmMOuFGRW0djD79ED2NIY6TGCmNJY4zGQhBjStPTFBXb21DY1VsGFtzbF9gAzlsFGOQVGefIW2LtGhvYwVgDD+0V17+6Y6BwaNfBwy9YY2YBcMAPnStTY1B9YMdNiyZOngCFGuIBxDZAiRY1eoTvE6UoDEIAGrNSUoNBUuzAaYlljxo2M+HIeXiJpRsRNMaq+JSFCpsRJEqYOPH2JQgAIfkECQoAAAAsAAAAAB8AHwAABv9AgHBIFAwIBQPAUCAMBMSodHhAJK5XAPaKOEynCsIWqx0nCIrvcMEwZ90JxkINaMATZXfjywjlzX9jdXNEHiAVFX8ODwoQABAKDw5bZQxpQh8YiIhaERJqEhF4WwRDDpubAJdqaWZeAByoFR0edEMTolsIAA+yFUq2QxJmAgmyGhvBRJNbA5qoGcpED2MEFrIX0kMKYwUUslDaj2PA4soGY47iEOQFY6vS3FtNYw/m1KQDYw7mzFhPZj5JGzYGipUtESYowzVmF4ADgOCBCZTgFQAxZBJ4AiXqT6ltbUZhWdToUSR/Ii1FWbDnDkUyDQhJsQPn5ZU9atjUhCPHVhgTNy/RSKsiqKFFbUaQKGHiJNyXIAAh+QQJCgAAACwAAAAAHwAfAAAG/0CAcEh8JDAWCsBQIAwExKhU+HFwKlgsIMHlIg7TqQeTLW+7XYIiPGSAymY0mrFgA0LwuLzbCC/6eVlnewkADXVECgxcAGUaGRdQEAoPDmhnDGtDBJcVHQYbYRIRhWgEQwd7AB52AGt7YAAIchETrUITpGgIAAJ7ErdDEnsCA3IOwUSWaAOcaA/JQ0amBXKa0QpyBQZyENFCEHIG39HcaN7f4WhM1uTZaE1y0N/TacZoyN/LXU+/0cNyoMxCUytYLjm8AKSS46rVKzmxADhjlCACMFGkBiU4NUQRxS4OHijwNqnSJS6ZovzRyJAQo0NhGrgs5bIPmwWLCLHsQsfhxBWTe9QkOzCwC8sv5Ho127akyRM7QQAAOwAAAAAAAAAAAA==);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      content: ' ';
      height: 1.875rem;
      left: 0;
      position: absolute;
      width: 1.875rem; }

/* stylelint-disable block-closing-brace-newline-after, at-rule-empty-line-before, rule-empty-line-before */
/**
 * Convert px to rem or em. Unitless values are assumed to be in px.
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to either rem or em
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to em
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to rem
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Remove default browser button styles
 */
/**
 * Default input button styles
 */
/**
 * Visually hide an element and leave it only for screenreaders
 */
/**
 * Allow item outdent within a static width container.
 */
/**
 * Reusable button style mixin.
 */
/**
 * Build corners for callout module.
 */
/*
  https://github.com/fregante/object-fit-images/blob/master/preprocessors/mixin.scss
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/*
  Flexbox utility originally from curated content
*/
/* stylelint-enable */
/**
 * Generate map of breakpoint values
 */
/**
 * If you want, include custom media queries in the first parameter of map_merge below
 * (example 'admin-bar' media query provided)
 */
/**
 * Retrive prepared media query
 *
 * @param {string} $query Key to acess in breakpoints object. If you're lookin for one of the generated breakpoints,
 *                        pass in a string constructed using a key from $bp-values
 *                        and either 'min' (for `min-width`) or 'max' (for `max-width`), separated by a hyphen.
 */
/* Gradients */
/* stylelint-disable declaration-no-important */
/* stylelint-enable declaration-no-important */
/* stylelint-disable block-closing-brace-newline-after, at-rule-empty-line-before, rule-empty-line-before */
/**
 * Convert px to rem or em. Unitless values are assumed to be in px.
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to either rem or em
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to em
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to rem
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Remove default browser button styles
 */
/**
 * Default input button styles
 */
/**
 * Visually hide an element and leave it only for screenreaders
 */
/**
 * Allow item outdent within a static width container.
 */
/**
 * Reusable button style mixin.
 */
/**
 * Build corners for callout module.
 */
/*
  https://github.com/fregante/object-fit-images/blob/master/preprocessors/mixin.scss
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/*
  Flexbox utility originally from curated content
*/
/* stylelint-enable */
/**
 * Generate map of breakpoint values
 */
/**
 * If you want, include custom media queries in the first parameter of map_merge below
 * (example 'admin-bar' media query provided)
 */
/**
 * Retrive prepared media query
 *
 * @param {string} $query Key to acess in breakpoints object. If you're lookin for one of the generated breakpoints,
 *                        pass in a string constructed using a key from $bp-values
 *                        and either 'min' (for `min-width`) or 'max' (for `max-width`), separated by a hyphen.
 */
/* Gradients */
/* stylelint-disable declaration-no-important */
/* stylelint-enable declaration-no-important */
.site-header ~ ::before {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  content: "";
  display: block;
  height: 100vh;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  width: 100vw;
  z-index: 7999; }

body.flyout-active .site-header ~ ::before {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  visibility: visible; }

@media (max-width: 48rem) {
  .nav__item {
    position: relative; } }

@media (min-width: 48.0625rem) {
  .nav__item {
    margin-right: 1.5rem; } }

@media (min-width: 64rem) {
  .nav__item {
    margin-left: 0.75rem;
    margin-right: 2.25rem; } }

@media (min-width: 48.0625rem) {
  .nav__item.about {
    margin-left: auto; } }

.nav__item:last-child {
  margin-right: 0; }
  @media (min-width: 64rem) {
    .nav__item:last-child {
      margin-right: 0.75rem; } }
  @media (min-width: 80rem) {
    .nav__item:last-child {
      margin-right: 1.125rem; } }

.nav__item.currents span {
  position: relative;
  border-bottom: 0;
  border-color: #3e8ede;
  padding: 0.3125rem 0.5rem; }
  .nav__item.currents span::before, .nav__item.currents span::after {
    border-color: inherit;
    border-style: solid;
    content: '';
    height: 12px;
    position: absolute;
    width: 12px; }
  .nav__item.currents span::before {
    border-width: 1px 0 0 1px;
    left: 0;
    top: 0; }
  .nav__item.currents span::after {
    border-width: 0 1px 1px 0;
    bottom: 0;
    right: 0; }

.nav__item.currents .nav__toggle:hover span {
  border-color: rgba(62, 142, 222, 0);
  -webkit-transition: border-color 0.1s ease-in-out;
  -o-transition: border-color 0.1s ease-in-out;
  transition: border-color 0.1s ease-in-out; }

.nav__item.currents .nav__toggle[aria-expanded="true"] span::before, .nav__item.currents .nav__toggle[aria-expanded="true"] span::after {
  content: none; }

.nav__section {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  background-color: #ededed;
  border-bottom: 1px solid #d8d8d8;
  -webkit-box-shadow: 0 10px 20px -20px #000;
          box-shadow: 0 10px 20px -20px #000;
  display: block;
  left: 0;
  max-height: 60vh;
  overflow-y: auto;
  overflow-y: overlay;
  padding: 2.0625rem;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 8000; }
  .nav__section, .nav__section[aria-hidden="false"] {
    -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    -o-transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out; }
  .nav__section[aria-hidden="false"] {
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  @media (min-width: 48.0625rem) {
    .nav__section {
      max-height: calc(100vh - 120px); } }
  @media (min-width: 80rem) {
    .nav__section {
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      width: 100vw; } }

@media (min-width: 48.0625rem) {
  .nav-section__column.currents {
    -ms-flex-preferred-size: calc((100% / 3) - 1.33333rem);
        flex-basis: calc((100% / 3) - 1.33333rem); } }

.nav-section__column.currents > a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNTguNzkgMTA3LjQ0Ij48ZGVmcz48c3R5bGU+LmNscy0xLC5jbHMtMntmaWxsOm5vbmU7c3Ryb2tlOiM0OThiY2E7c3Ryb2tlLXdpZHRoOjNweDtzdHJva2UtbWl0ZXJsaW1pdDoxMH0uY2xzLTJ7ZmlsbDojMjYyNjI2O3N0cm9rZTojMjYyNjI2O3N0cm9rZS13aWR0aDoxLjVweH08L3N0eWxlPjwvZGVmcz48ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik00Ni43MiAxLjVIMS41djQ1LjIyTTMxMi4wNyAxMDUuOTRoNDUuMjJWNjAuNzMiLz48L2c+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNOTMuMjMgMTA0LjU1cS0uNDIgOC4zNC00LjY4IDEyLjc4dC0xMiA0LjQzYTE0Ljg3IDE0Ljg3IDAgMDEtMTIuNDEtNS45M3EtNC41OS01Ljk0LTQuNTktMTYuMDl2LTkuNDFxMC0xMC4xMiA0LjcyLTE2dDEyLjg4LTUuODhxNy41MyAwIDExLjY0IDQuNDl0NC40NCAxMi44NmgtNi41OWMtLjI4LTQuMjMtMS4xOC03LjI1LTIuNjctOVM4MC4xOSA3NCA3Ny4xMiA3NEE5LjMgOS4zIDAgMDA2OSA3OC4xOXEtMi44NSA0LjE2LTIuODUgMTIuMTd2OS41MnEwIDcuODggMi42NiAxMi4wOGE4LjU4IDguNTggMCAwMDcuNzUgNC4yMWMzLjQgMCA1Ljg0LS44NCA3LjM0LTIuNTNzMi40Mi00LjcyIDIuNzgtOS4wOXpNMTMzIDY5LjE1djM2LjlxLS4wNiA3LjM2LTQuMjcgMTEuNTRUMTE3IDEyMS43NnEtNy43IDAtMTEuNzYtNC4wOHQtNC4xNC0xMS42M3YtMzYuOWg2LjQ5djM2LjYycTAgNS4yNCAyLjIzIDcuODJjMS40OCAxLjcyIDMuODggMi41OCA3LjE4IDIuNThzNS43My0uODYgNy4yMi0yLjU4IDIuMjMtNC4zMyAyLjIzLTcuODJWNjkuMTV6TTE1Ny43NSAxMDAuMDZoLTkuMTN2MjFoLTYuNTVWNjkuMTVoMTQuNTRxNy42MiAwIDExLjU1IDR0My45MiAxMS42NGExNi4yMiAxNi4yMiAwIDAxLTIuMDggOC4zNyAxMy40MiAxMy40MiAwIDAxLTYgNS40bDEwIDIyLjA2di40M2gtN3ptLTkuMTMtNS42aDcuOTJhOC40OCA4LjQ4IDAgMDA2LjU0LTIuNjQgMTAgMTAgMCAwMDIuNDQtNy4wN3EwLTEwLTkuMDUtMTBoLTcuODV6TTE5Ni41IDEwMC4wNmgtOS4xM3YyMWgtNi41NlY2OS4xNWgxNC41NHE3LjY0IDAgMTEuNTUgNHQzLjkzIDExLjY0YTE2LjEzIDE2LjEzIDAgMDEtMi4xMyA4LjM5IDEzLjM1IDEzLjM1IDAgMDEtNiA1LjRsMTAuMDUgMjIuMDZ2LjQzaC03em0tOS4xMy01LjZoNy45MWE4LjQ3IDguNDcgMCAwMDYuNTQtMi42NCAxMCAxMCAwIDAwMi40NS03LjA3cTAtMTAtOS4wNi0xMGgtNy44NHpNMjQ0LjQ0IDk3LjA2aC0xOC4zNnYxOC40aDIxLjM5djUuNTloLTI3Ljkxdi01MS45aDI3LjU1djUuNmgtMjF2MTYuNzJoMTguMzZ6TTI4OS43MSAxMjEuMDVoLTYuNTZsLTIwLjc4LTQwdjQwaC02LjU2di01MS45aDYuNTZsMjAuODUgNDAuMThWNjkuMTVoNi40OXpNMzMwLjMxIDc0Ljc1aC0xMy42NnY0Ni4zaC02LjUydi00Ni4zaC0xMy42MnYtNS42aDMzLjh6TTM1OC4wNyAxMDcuOTNhNy45NCA3Ljk0IDAgMDAtMi4xMS02cS0yLjEtMi4wNy03LjU5LTRhMzIuNjggMzIuNjggMCAwMS04LjM3LTQuMDkgMTQuNTUgMTQuNTUgMCAwMS00LjM1LTQuOTIgMTQuNjIgMTQuNjIgMCAwMTIuNjctMTYuNDkgMTQuODUgMTQuODUgMCAwMTEwLjc4LTQgMTYgMTYgMCAwMTguMTMgMiAxMy43OSAxMy43OSAwIDAxNS40OSA1LjY2IDE2LjY5IDE2LjY5IDAgMDExLjkzIDhoLTYuNTZjMC0zLjItLjc4LTUuNjktMi4zMi03LjQ1YTguNDIgOC40MiAwIDAwLTYuNjktMi42NCA4LjIgOC4yIDAgMDAtNi4wOCAyLjI1IDguNDkgOC40OSAwIDAwLTIuMTcgNi4yMSA3LjIzIDcuMjMgMCAwMDIuMzUgNS41IDIwLjg1IDIwLjg1IDAgMDA3LjI3IDRxNy42NyAyLjUzIDExIDYuMjRhMTQuMDcgMTQuMDcgMCAwMTMuMjkgOS42OSAxMy4xMyAxMy4xMyAwIDAxLTQuMSAxMC4xMXEtNC4xIDMuOC0xMS4xNSAzLjc5YTE3LjkyIDE3LjkyIDAgMDEtOC4zNi0yIDE1LjA1IDE1LjA1IDAgMDEtNi01LjU2IDE1LjQ1IDE1LjQ1IDAgMDEtMi4xOS04LjIyaDYuNTZxMCA0LjgxIDIuNjkgNy40OGE5LjkxIDkuOTEgMCAwMDcuMzMgMi42OHE0LjMgMCA2LjQ4LTIuMjFhOC4yMiA4LjIyIDAgMDAyLjA3LTYuMDN6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzIuMjEgLTQxLjE1KSIvPjwvZz48L3N2Zz4K);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 170px 50px;
  height: 50px;
  width: 170px;
  display: block;
  margin-bottom: 1.75rem;
  outline: none;
  text-decoration: none; }

.nav__item.work-with-us .nav-section__column.buttons {
  margin-top: 2rem; }
  @media (min-width: 64rem) {
    .nav__item.work-with-us .nav-section__column.buttons:first-child {
      margin-top: 0; } }

.nav-section__subcolumn,
.nav-section__column {
  width: 100%; }
  @media (min-width: 64rem) {
    .nav-section__subcolumn,
    .nav-section__column {
      -ms-flex-preferred-size: calc((100% / 3) - 1.33333rem);
          flex-basis: calc((100% / 3) - 1.33333rem);
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-bottom: 1rem;
      width: auto; } }
  @media (min-width: 64rem) {
    .nav-section__subcolumn.grid,
    .nav-section__column.grid {
      -ms-flex-preferred-size: calc((100% * (2/3)) - 0.66667rem);
          flex-basis: calc((100% * (2/3)) - 0.66667rem);
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
  .nav-section__subcolumn.currents svg,
  .nav-section__column.currents svg {
    display: table;
    height: auto;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 12.5rem; }
    @media (min-width: 48.0625rem) {
      .nav-section__subcolumn.currents svg,
      .nav-section__column.currents svg {
        margin-left: 0; } }
  .nav-section__subcolumn.search,
  .nav-section__column.search {
    margin-bottom: 0; }
  .nav-section__subcolumn.nav-section__subcontainer .nav-section__subcolumn,
  .nav-section__column.nav-section__subcontainer .nav-section__subcolumn {
    display: block; }
  @media (max-width: 63.9375rem) {
    .about .nav-section__subcolumn, .about
    .nav-section__column {
      margin-bottom: 2rem; } }

.nav-section__currents {
  margin: 0;
  margin-top: 2rem;
  width: 100%; }
  @media (min-width: 48.0625rem) {
    .nav-section__currents {
      -ms-flex-preferred-size: calc((100% * (2/3)) - 0.66667rem);
          flex-basis: calc((100% * (2/3)) - 0.66667rem);
      margin-top: 0;
      width: auto; } }
  @media (min-width: 80rem) {
    .nav-section__currents {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.nav-section__currents-item {
  margin-bottom: 1rem;
  width: 100%; }
  .nav-section__currents-item:last-child {
    margin-bottom: 0; }
  @media (min-width: 32rem) {
    .nav-section__currents-item > a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .nav-section__currents-item > a,
  .nav-section__currents-item > a:hover {
    color: inherit; }
  .nav-section__currents-item img {
    display: block; }

.nav-section__currents-item-meta {
  font-size: 0.8125rem;
  line-height: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  max-width: calc(100% - 0.625rem);
  text-transform: uppercase; }
  @media (max-width: 31.9375rem) {
    .nav-section__currents-item-meta {
      font-size: 0.75rem; } }

.nav-section__currents-item-thumbnail .item-thumbnail-outer {
  position: relative; }
  .nav-section__currents-item-thumbnail .item-thumbnail-outer img {
    display: block; }

.nav-section__currents-item-thumbnail .overlay {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.59)), color-stop(51%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.59) 0%, rgba(255, 255, 255, 0) 51%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.59) 0%, rgba(255, 255, 255, 0) 51%);
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%; }

.nav-section__currents-item-thumbnail span.icon-play-video {
  background-color: #fff;
  height: 50px;
  width: 50px;
  height: 30px;
  width: 30px;
  border-color: transparent;
  padding: 0; }
  .nav-section__currents-item-thumbnail span.icon-play-video, .nav-section__currents-item-thumbnail span.icon-play-video::before, .nav-section__currents-item-thumbnail span.icon-play-video::after {
    bottom: 10px;
    content: "";
    display: block;
    left: 8px;
    position: absolute; }
  .nav-section__currents-item-thumbnail span.icon-play-video {
    background-color: transparent; }
  .nav-section__currents-item-thumbnail span.icon-play-video::after {
    background: transparent;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 12px 0 12px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 20px;
    margin-left: 2px;
    width: 0; }
  .nav-section__currents-item-thumbnail span.icon-play-video::after {
    border-width: 8px 0 8px 16px;
    height: 16px; }

.nav-section__currents-item-thumbnail span.video-length {
  font-size: 0.875rem;
  line-height: 1.375rem;
  border-color: transparent;
  bottom: 1.0625rem;
  color: #fff;
  left: 2.8125rem;
  padding: 0;
  position: absolute; }

.nav-section__currents-item-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
  margin-bottom: 0.5rem; }
  @media (min-width: 32rem) {
    .nav-section__currents-item-title {
      font-size: 1.25rem;
      line-height: 1.75rem; } }
  @media (min-width: 64rem) {
    .nav-section__currents-item-title {
      font-size: 1.5625rem;
      line-height: 2.25rem; } }
  a:hover .nav-section__currents-item-title {
    text-decoration: underline; }

.nav-section__header {
  font-size: 1.875rem;
  line-height: 2.375rem;
  display: inline-block;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-family: "Noto Serif TC", georgia, times, serif;
  font-weight: 600; }
  @media (min-width: 48.0625rem) {
    .nav-section__header {
      font-size: 2.25rem;
      line-height: 2.75rem; } }
  .nav-section__header span {
    position: relative;
    border-color: #5891d8;
    padding: 0.5rem 1.5rem; }
    .nav-section__header span::before, .nav-section__header span::after {
      border-color: inherit;
      border-style: solid;
      content: '';
      height: 30px;
      position: absolute;
      width: 30px; }
    .nav-section__header span::before {
      border-width: 1px 0 0 1px;
      left: 0;
      top: 0; }
    .nav-section__header span::after {
      border-width: 0 1px 1px 0;
      bottom: 0;
      right: 0; }

.nav-section__image {
  display: block;
  max-width: 6.25rem;
  min-width: 6.25rem; }
  @media (max-width: 31.9375rem) {
    .nav-section__image {
      margin-bottom: 0.75rem;
      max-width: 100%; } }
  @media (min-width: 32rem) {
    .nav-section__image {
      margin-right: 1rem;
      max-width: 8.75rem;
      min-width: 8.75rem; } }
  @media (min-width: 64rem) {
    .nav-section__image {
      max-width: 10.625rem;
      min-width: 10.625rem; } }
  .nav-section__image img {
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain";
    display: block;
    width: 100%; }
  @media (min-width: 48.0625rem) {
    .about .nav-section__image {
      margin-bottom: 1rem;
      margin-right: 0;
      max-width: 100%; } }
  @media (min-width: 48.0625rem) {
    .nav-section__subcolumn .nav-section__image {
      margin-bottom: 1rem;
      margin-right: 0;
      max-width: 100%; } }

.nav-section__inner {
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem;
  max-width: 79rem;
  padding-bottom: 0;
  padding-top: 0; }
  @media (min-width: 48.0625rem) {
    .nav-section__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (max-width: 79.9375rem) {
    .nav-section__inner {
      padding: 0; } }
  .nav__item.search .nav-section__inner {
    margin-left: auto;
    margin-right: auto;
    padding: 1.25rem;
    max-width: 58.75rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  @media (min-width: 48.0625rem) {
    .nav__item.about-us .nav-section__inner {
      display: grid;
      grid-gap: 32px;
      grid-template-columns: 1fr 1fr 1fr; } }

.nav-section__links a {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  color: #262626;
  display: block;
  font-weight: 500; }

.currents .nav-section__links a,
.buttons .nav-section__links a {
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-family: inherit;
  font-size: inherit;
  outline: none;
  overflow: visible;
  text-decoration: none;
  font-size: 1.375rem;
  line-height: 1.5625rem;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  font-weight: 500;
  padding: 0.5rem 0.875rem;
  text-transform: uppercase;
  -webkit-transition: color 0.1s ease-in-out, background 0.1s ease-in-out, border 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out, background 0.1s ease-in-out, border 0.1s ease-in-out;
  transition: color 0.1s ease-in-out, background 0.1s ease-in-out, border 0.1s ease-in-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #5891d8;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.8125rem;
  line-height: 1.4375rem;
  margin-top: 1rem; }
  .currents .nav-section__links a:hover,
  .buttons .nav-section__links a:hover {
    background-color: #5e5e5e;
    color: #fff; }
  .currents .nav-section__links a:first-child,
  .buttons .nav-section__links a:first-child {
    margin-bottom: 0; }
  .currents .nav-section__links a::after,
  .buttons .nav-section__links a::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBhcmlhLWhpZGRlbj0idHJ1ZSIgaGVpZ2h0PSI4NS45OTkiIHdpZHRoPSI0Ni4wMDEiIHZpZXdCb3g9IjAgMCA0Ni4wMDEgODUuOTk5Ij48cGF0aCBkPSJNMS4wMDMsODAuMDk0Yy0xLjMzOCwxLjM1Mi0xLjMzOCwzLjU0MSwwLDQuODkzYzEuMzM3LDEuMzUsMy41MDYsMS4zNTIsNC44NDUsMGwzOS4xNDktMzkuNTM5ICBjMS4zMzgtMS4zNTIsMS4zMzgtMy41NDMsMC00Ljg5NUw1Ljg0OCwxLjAxNGMtMS4zMzktMS4zNTItMy41MDYtMS4zNTItNC44NDUsMGMtMS4zMzgsMS4zNTItMS4zMzgsMy41NDEtMC4wMDEsNC44OTNMMzYuNzA2LDQzICBMMS4wMDMsODAuMDk0eiIgZmlsbD0iI2ZmZmZmZiIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-size: 50%;
    content: '';
    display: block;
    height: 0.75rem;
    margin-left: 0.5rem;
    width: 0.75rem; }

.links-two-cols .nav-section__links {
  width: 100%; }
  @media (min-width: 32rem) {
    .links-two-cols .nav-section__links {
      -webkit-columns: 2;
         -moz-columns: 2;
              columns: 2; } }
  @media (min-width: 64rem) {
    .links-two-cols .nav-section__links {
      width: auto; } }
  .links-two-cols .nav-section__links a {
    margin-bottom: 0.625rem; }

.links-one-col .nav-section__links a {
  margin-top: 0.625rem; }

@media (min-width: 48.0625rem) {
  .grid .nav-section__links > .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: grid;
    grid-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-flex-pack: distribute;
        justify-content: space-around; } }

@media (min-width: 32rem) {
  .nav-section__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 64rem) {
  .nav-section__row {
    display: block; } }

@media (min-width: 48.0625rem) {
  .about .nav-section__row {
    display: block; } }

.nav-section__section-header {
  font-size: 1.75rem;
  line-height: 2.375rem;
  border-bottom: 1px solid #d8d8d8;
  font-weight: 600;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem; }
  @media (min-width: 48.0625rem) {
    .nav-section__section-header {
      font-size: 1.875rem;
      line-height: 2.375rem; } }
  @media (min-width: 64rem) {
    .nav-section__section-header {
      font-size: 2rem;
      line-height: 2.25rem;
      margin-bottom: 2rem;
      padding-bottom: 1rem; } }
  .nav-section__section-header a {
    color: inherit;
    font-size: inherit;
    line-height: inherit; }
    .nav-section__section-header a[href=''] {
      cursor: default;
      outline: none;
      pointer-events: none; }

.nav-section__subcolumn {
  margin-bottom: 1.5rem; }
  @media (min-width: 32rem) {
    .nav-section__subcolumn {
      -ms-flex-line-pack: start;
          align-content: start;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 1rem;
      max-width: calc(100vw - 4.9375rem); } }
  @media (min-width: 48.0625rem) {
    .nav-section__subcolumn {
      display: block; } }
  .nav-section__subcolumn .nav-section__item-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    margin-bottom: 0.5rem; }
    @media (min-width: 48.0625rem) {
      .nav-section__subcolumn .nav-section__item-title {
        font-size: 1.375rem;
        line-height: 1.875rem; } }
    .nav-section__subcolumn .nav-section__item-title a {
      font-size: inherit;
      line-height: inherit; }

.nav-section__summary-text {
  font-size: 0.875rem;
  line-height: 1.25rem; }
  @media (min-width: 32rem) {
    .nav-section__summary-text {
      font-size: 1rem;
      line-height: 1.375rem; } }
  .nav-section__column.currents > .nav-section__summary-text {
    font-family: "Roboto Condensed", "Roboto", helvetica, arial, sans-serif;
    font-weight: 400; }

.nav__toggle {
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-family: inherit;
  font-size: inherit;
  outline: none;
  overflow: visible;
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 1.75rem;
  background: #fff;
  color: #262626;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 1.5625rem;
  outline: none;
  padding: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (max-width: 48rem) {
    .nav__toggle {
      margin: 0;
      padding: 0.625rem 0rem;
      width: 100vw; } }
  @media (min-width: 48.0625rem) {
    .nav__toggle {
      font-size: 1rem;
      line-height: 1.5rem;
      border-color: transparent;
      border-style: solid;
      border-width: 0 0 1px 0; } }
  .nav__toggle svg {
    vertical-align: text-bottom; }
  .nav__toggle:hover {
    color: #2275c7;
    -webkit-transition: color 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out; }
  .nav__toggle[aria-expanded=true],
  .active > .nav__toggle {
    color: #262626;
    -webkit-transition: border-color 0.1s ease-in-out;
    -o-transition: border-color 0.1s ease-in-out;
    transition: border-color 0.1s ease-in-out; }
  .nav__toggle[aria-expanded=true] {
    border-color: #5891d8;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .nav__item.search .nav__toggle {
    border-bottom: none;
    -webkit-transition: -webkit-transform 0.1s ease-in-out;
    transition: -webkit-transform 0.1s ease-in-out;
    -o-transition: transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out; }
    .nav__item.search .nav__toggle:focus svg {
      -webkit-transform: scale(1.15);
          -ms-transform: scale(1.15);
              transform: scale(1.15); }
  .nav__toggle::after {
    content: '';
    display: block;
    opacity: 0;
    -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
            transform: translateY(15px);
    -webkit-transition: opacity ease-in-out 0.1s, -webkit-transform ease-in-out 0.1s;
    transition: opacity ease-in-out 0.1s, -webkit-transform ease-in-out 0.1s;
    -o-transition: opacity ease-in-out 0.1s, transform ease-in-out 0.1s;
    transition: opacity ease-in-out 0.1s, transform ease-in-out 0.1s;
    transition: opacity ease-in-out 0.1s, transform ease-in-out 0.1s, -webkit-transform ease-in-out 0.1s; }
  @media (min-width: 48.0625rem) {
    .stuck .nav__toggle {
      margin-bottom: 0.625rem; } }
  .nav__toggle[aria-expanded='true']::after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTUiIHdpZHRoPSIzMCI+PHBvbHlnb24gcG9pbnRzPSIxNSwwIDAsMTUgMzAsMTUiIHN0eWxlPSJmaWxsOiNlZGVkZWQ7Ij48L3BvbHlnb24+PC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 0.9375rem;
    left: 50%;
    margin-left: -0.9375rem;
    margin-top: 0.75rem;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    top: 100%;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: opacity ease-in-out 0.1s, -webkit-transform ease-in-out 0.1s;
    transition: opacity ease-in-out 0.1s, -webkit-transform ease-in-out 0.1s;
    -o-transition: opacity ease-in-out 0.1s, transform ease-in-out 0.1s;
    transition: opacity ease-in-out 0.1s, transform ease-in-out 0.1s;
    transition: opacity ease-in-out 0.1s, transform ease-in-out 0.1s, -webkit-transform ease-in-out 0.1s;
    width: 1.875rem; }
    @media (max-width: 48rem) {
      .nav__toggle[aria-expanded='true']::after {
        bottom: 0;
        margin-top: 0;
        top: auto;
        -webkit-transform: translateY(5px);
            -ms-transform: translateY(5px);
                transform: translateY(5px); } }
    @media (min-width: 48.0625rem) {
      .stuck .nav__toggle[aria-expanded='true']::after {
        margin-top: 0.25rem; } }

/* stylelint-disable block-closing-brace-newline-after, at-rule-empty-line-before, rule-empty-line-before */
/**
 * Convert px to rem or em. Unitless values are assumed to be in px.
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to either rem or em
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to em
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to rem
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Remove default browser button styles
 */
/**
 * Default input button styles
 */
/**
 * Visually hide an element and leave it only for screenreaders
 */
/**
 * Allow item outdent within a static width container.
 */
/**
 * Reusable button style mixin.
 */
/**
 * Build corners for callout module.
 */
/*
  https://github.com/fregante/object-fit-images/blob/master/preprocessors/mixin.scss
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/*
  Flexbox utility originally from curated content
*/
/* stylelint-enable */
/**
 * Generate map of breakpoint values
 */
/**
 * If you want, include custom media queries in the first parameter of map_merge below
 * (example 'admin-bar' media query provided)
 */
/**
 * Retrive prepared media query
 *
 * @param {string} $query Key to acess in breakpoints object. If you're lookin for one of the generated breakpoints,
 *                        pass in a string constructed using a key from $bp-values
 *                        and either 'min' (for `min-width`) or 'max' (for `max-width`), separated by a hyphen.
 */
/* Gradients */
/* stylelint-disable declaration-no-important */
/* stylelint-enable declaration-no-important */
@-webkit-keyframes opacity-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes opacity-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.site-header {
  color: #262626;
  left: 0;
  max-width: 100vw;
  min-height: 3.4375rem;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 8000; }
  @media (min-width: 48.0625rem) {
    .site-header {
      min-height: 7.1875rem; } }
  .admin-bar .site-header {
    position: fixed;
    top: 2.875rem; }
    @media (min-width: 783px) {
      .admin-bar .site-header {
        top: 2rem; } }

#wpadminbar {
  position: fixed; }

.site-header__burger {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzPSJoZWFkZXItaWNvbiBtZW51LWl0ZW0tLWhhbWJ1cmdlciIgd2lkdGg9IjIyIiBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMjIgMjAiPjxwYXRoIGZpbGw9IiMzMzdjZDYiIGQ9Ik0yMiAySDBWMGgyMnptMCAxOEgwdi0yaDIyek0wIDExaDIxLjk0VjlIMHoiPjwvcGF0aD48L3N2Zz4K) no-repeat center;
  border: 0;
  cursor: pointer;
  height: 2.1875rem;
  left: 0.625rem;
  position: absolute;
  top: -2.1875rem;
  width: 2.1875rem; }
  @media (min-width: 48.0625rem) {
    .site-header__burger {
      display: none; } }
  @media (max-width: 48rem) {
    .site-header__burger + div {
      display: none; }
    .site-header__burger[aria-expanded=true] + div {
      display: block; } }
  .site-header__burger[aria-expanded=true] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzPSJoZWFkZXItaWNvbiBtZW51LWl0ZW0tLXgiIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDIxIDIxIj48cGF0aCBmaWxsPSIjMzM3YmQ1IiBkPSJNMTkuOSAxOS45YTEuMDIgMS4wMiAwIDAgMS0xLjQ1IDBsLTcuOTUtNy45NS03Ljk1IDcuOTRhMS4wMiAxLjAyIDAgMSAxLTEuNDQtMS40NGw3Ljk0LTcuOTUtNy45NC03Ljk1YTEuMDIgMS4wMiAwIDEgMSAxLjQ0LTEuNDRsNy45NSA3Ljk1IDcuOTUtNy45NWExLjAyIDEuMDIgMCAwIDEgMS40NCAxLjQ0bC03Ljk1IDcuOTUgNy45NSA3Ljk1Yy40LjQuNCAxLjA0IDAgMS40NHoiPjwvcGF0aD48L3N2Zz4K); }

.site-header__inner {
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  height: 55px;
  pointer-events: all;
  position: relative;
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  -o-transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out; }
  @media (max-width: 48rem) {
    .site-header__inner {
      height: 55px;
      padding-top: 0.625rem; } }
  @media (min-width: 48.0625rem) {
    .site-header__inner {
      height: 115px; }
      .stuck .site-header__inner,
      .page-type-longform .site-header__inner {
        height: 5rem;
        -webkit-transform: translateY(-30px);
            -ms-transform: translateY(-30px);
                transform: translateY(-30px); } }

.site-header__nav-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0;
  padding-top: 0;
  -webkit-transform: translateY(57.5px);
      -ms-transform: translateY(57.5px);
          transform: translateY(57.5px); }
  @media (max-width: 48rem) {
    .site-header__nav-wrapper {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding-top: 0.625rem;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .stuck .site-header__nav-wrapper,
  .page-type-longform .site-header__nav-wrapper {
    -webkit-transform: translateY(43px);
        -ms-transform: translateY(43px);
            transform: translateY(43px); }
    @media (max-width: 48rem) {
      .stuck .site-header__nav-wrapper,
      .page-type-longform .site-header__nav-wrapper {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); } }

@media (max-width: 31.9375rem) {
  .site-header__branding {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }

.site-header__branding a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjE4IiBoZWlnaHQ9IjY0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48ZGVmcz48cGF0aCBpZD0iYSIgZD0iTTAgOTAuMzg2aDI0NlYwSDB6Ii8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZmlsbD0iIzMzMyIgZD0iTTg5LjE2NyAzNi42NjFoLTQuMzg0TDgxLjEgMzEuMjE1bC0xLjc2MiAxLjk2MnYzLjQ4NGgtMy42NjRWMjIuNjI1aDMuNjY0djYuMDg3bDUuMjY2LTYuMDg3aDQuMjQ0bC01LjIwNiA1Ljc4N3pNOTguNjU4IDMxLjM3NWgzLjg4NWwtMS45MjItNS4wMDUtMS45NjMgNS4wMDV6bTUuOTI3IDUuMjg2bC0uOTYxLTIuNDgzaC02LjA2N2wtLjk4MSAyLjQ4M2gtMy43NjRsNi4wMjctMTQuMDM2aDMuNzY0bDUuODg2IDE0LjAzNmgtMy45MDR6Ii8+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEzIC0xMykiPjxwYXRoIGQ9Ik0xMzAuMTU4IDQ1Ljk5N2MuNTIyLjUzNCAxLjE4Mi44IDEuOTgzLjguNzg3IDAgMS40MjUtLjI2MyAxLjkxMi0uNzkuNDg4LS41MjcuNzMtMS4yMzguNzMtMi4xMzN2LTguMjQ5aDMuNjY1djguMjVjMCAxLjIxNC0uMjU4IDIuMjc5LS43NyAzLjE5M2E1LjIyNiA1LjIyNiAwIDAgMS0yLjIwMyAyLjExMmMtLjk1NS40OTQtMi4wNzMuNzQxLTMuMzUzLjc0MS0xLjI4MiAwLTIuNDA3LS4yNDctMy4zNzUtLjc0YTUuMzEgNS4zMSAwIDAgMS0yLjI0Mi0yLjExM2MtLjUyOC0uOTE0LS43OTItMS45NzktLjc5Mi0zLjE5NHYtOC4yNDloMy42NjR2OC4yNWMwIC44OC4yNjEgMS41ODguNzgxIDIuMTIyTTE0NC41NTUgMzUuNjI1aDEwLjQ5MWwtLjAyIDIuOTIzaC02LjgwN3YzLjEyNGg2LjI4N3YyLjkyM2gtNi4yODd2NS4wNjZoLTMuNjY0ek0xNjAuMzEyIDM1LjYyNWgxMC40OTFsLS4wMTkgMi45MjNoLTYuODA4djMuMTI0aDYuMjg3djIuOTIzaC02LjI4N3Y1LjA2NmgtMy42NjR6TTE3Ni4wNyAzNS42MjVoMy45ODRsNC4wNjQgOC4yMSA0LjA0NS04LjIxaDMuOTg1djE0LjAzNmgtMy4yNDRsLS4wMi04Ljg5LTMuNTg0IDcuNDg5aC0yLjM2M2wtMy42MDQtNy40ODl2OC44OWgtMy4yNjN6TTIwMi44NTggNDQuMzc1aDMuODg1bC0xLjkyMi01LjAwNS0xLjk2MyA1LjAwNXptNS45MjcgNS4yODZsLS45NjEtMi40ODNoLTYuMDY3bC0uOTgxIDIuNDgzaC0zLjc2NGw2LjAyNy0xNC4wMzZoMy43NjRsNS44ODYgMTQuMDM2aC0zLjkwNHpNMjI3LjE0NiAzNS42MjVoMy40MDN2MTQuMDM2aC0zLjIwM2wtNi4zNjgtOC4zOXY4LjM5aC0zLjQyMlYzNS42MjVoMy4yMjJsNi4zODggOC40NXpNODguNTUyIDIxLjk0N2g1LjQwNnYuOTY4SDg5LjYydjIuNDAzaDMuODgydi45NjdIODkuNjJ2Mi40OGg0LjQ3MXYuOTY5aC01LjUzOXpNMTEwLjA3NSAyMS45NDdoMS4xMTNsLTIuNjM3IDcuNzg3aC0xLjExMmwtMi4wMTMtNi40My0yLjA0NyA2LjQzaC0xLjFsLTIuNjI2LTcuNzg3aDEuMTQ2bDIuMDU4IDYuNjQxIDIuMDQ2LTYuNjRoMS4wNjhsMi4wNTggNi42NHoiIGZpbGw9IiMzMzMiLz48bWFzayBpZD0iYiIgZmlsbD0iI2ZmZiI+PHVzZSB4bGluazpocmVmPSIjYSIvPjwvbWFzaz48cGF0aCBmaWxsPSIjMzMzIiBtYXNrPSJ1cmwoI2IpIiBkPSJNMTE3LjIzOSAyOS43MzRoMS4wNjh2LTcuNzg3aC0xLjA2OHpNMTMwLjk2NiAyMS45NDdoMS4wNTd2Ny43ODdoLTEuMDhsLTQuNDQ5LTYuMDI5djYuMDI5aC0xLjA2OHYtNy43ODdoMS4wOGw0LjQ2IDYuMDR6TTE0NC41MzYgMjUuOTNoLjk0NXYyLjg1OGMtLjM5My4zMTItLjg1Mi41Ni0xLjM3OC43NDVhNC42OTYgNC42OTYgMCAwIDEtMS41NjkuMjc4Yy0uNzUgMC0xLjQzNS0uMTc1LTIuMDU4LS41MjdhMy45MTIgMy45MTIgMCAwIDEtMS40NzQtMS40NDcgMy44ODYgMy44ODYgMCAwIDEtLjU0LTIuMDA3YzAtLjcyNy4xODMtMS4zOTMuNTQ2LTEuOTk3YTMuOTIgMy45MiAwIDAgMSAxLjQ5LTEuNDMgNC4yNDQgNC4yNDQgMCAwIDEgMi4wOTEtLjUyMmMuNTQyIDAgMS4wNy4wOTYgMS41ODYuMjkuNTE1LjE5Mi45NjIuNDU1IDEuMzQuNzg5bC0uNjEyLjc3OGEzLjM5NyAzLjM5NyAwIDAgMC0xLjA3My0uNjczIDMuMzU0IDMuMzU0IDAgMCAwLTEuMjQtLjIzOSAzLjA0MSAzLjA0MSAwIDAgMC0yLjY0MiAxLjQ5IDIuOTMgMi45MyAwIDAgMC0uNDA2IDEuNTE0YzAgLjU0OC4xMzcgMS4wNTUuNDExIDEuNTE4YTMuMDQ4IDMuMDQ4IDAgMCAwIDIuNjQ4IDEuNTA3Yy4zMjYgMCAuNjU3LS4wNTQuOTk1LS4xNjEuMzM4LS4xMDguNjUtLjI1OC45NC0uNDVWMjUuOTN6TTE2MC41OCAyMS45NDdoMS4yNjdsMi44NDggNS40NzMgMi44MjUtNS40NzNoMS4yOHY3Ljc4N2gtMS4wMDFsLS4wMTItNi4yMTgtMi43NyA1LjM5NGgtLjY1NmwtMi43OTEtNS4zOTR2Ni4yMThoLS45OXpNMTc3LjE5OCAyNi44NzVoMy4yN2wtMS42NDctMy43ODItMS42MjMgMy43ODJ6bTQuNTA1IDIuODU5bC0uODIzLTEuODkxaC00LjEwNWwtLjgxMiAxLjg5aC0xLjEyNGwzLjQ2LTcuNzg1aDEuMTEybDMuNDQ5IDcuNzg2aC0xLjE1N3pNMTkxLjkzNyAyNi4zNDFjLjY2NyAwIDEuMTc4LS4xNDYgMS41MzUtLjQ0LjM1NS0uMjkyLjUzNC0uNzI0LjUzNC0xLjI5NSAwLS41NTYtLjE3OS0uOTc3LS41MzQtMS4yNjMtLjM1Ny0uMjg1LS44NjgtLjQyOC0xLjUzNS0uNDI4aC0xLjk4djMuNDI2aDEuOTh6bTEuOTggMy4zOTNsLTEuNTQ3LTIuNDQ3YTUuMjM4IDUuMjM4IDAgMCAxLS40MzMuMDIyaC0xLjk4djIuNDI1aC0xLjA2OHYtNy43ODZoMy4wNDhjLjk4NiAwIDEuNzQ3LjIyOCAyLjI4NS42ODQuNTM4LjQ1Ni44MDcgMS4xMDMuODA3IDEuOTQgMCAuNjMxLS4xNDcgMS4xNjEtLjQ0IDEuNTkxLS4yOTMuNDMtLjcxMy43NDItMS4yNjIuOTM0bDEuODEzIDIuNjM3aC0xLjIyNHpNMjAxLjgyNSAyOS43MzRoMS4wNjh2LTcuNzg3aC0xLjA2OHpNMjExLjkyIDIzLjIzOGEzLjA0MiAzLjA0MiAwIDAgMC0xLjEwNyAxLjA4NCAyLjg2NiAyLjg2NiAwIDAgMC0uNDEyIDEuNTA4YzAgLjU0OS4xMzcgMS4wNTIuNDEyIDEuNTEyLjI3NC40Ni42NDMuODI2IDEuMTA2IDEuMDk2LjQ2NC4yNzEuOTY2LjQwNiAxLjUwNy40MDYuNTQyIDAgMS4wNC0uMTM1IDEuNDk3LS40MDZhMy4wNSAzLjA1IDAgMCAwIDEuMDktMS4wOTZjLjI3LS40Ni40MDYtLjk2My40MDYtMS41MTIgMC0uNTUtLjEzNi0xLjA1Mi0uNDA2LTEuNTA4YTMuMDI2IDMuMDI2IDAgMCAwLTEuMDktMS4wODQgMi45MDggMi45MDggMCAwIDAtMS40OTctLjRjLS41NCAwLTEuMDQzLjEzMy0xLjUwNy40bTMuNTYtLjgzNGEzLjkzMiAzLjkzMiAwIDAgMSAxLjQ4NSAxLjQyOWMuMzYzLjYwNC41NDUgMS4yNy41NDUgMS45OTcgMCAuNzI3LS4xODIgMS4zOTYtLjU0NSAyLjAwN2EzLjk0NSAzLjk0NSAwIDAgMS0xLjQ4NSAxLjQ0NyA0LjE0MyA0LjE0MyAwIDAgMS0yLjA2NC41MjggNC4xNDIgNC4xNDIgMCAwIDEtMi4wNjMtLjUyOCAzLjk0IDMuOTQgMCAwIDEtMS40ODUtMS40NDcgMy44NTggMy44NTggMCAwIDEtLjU0NS0yLjAwN2MwLS43MjcuMTgyLTEuMzkzLjU0NS0xLjk5N2EzLjk0IDMuOTQgMCAwIDEgMS40OC0xLjQzIDQuMTYgNC4xNiAwIDAgMSAyLjA2OC0uNTIyYy43NSAwIDEuNDM3LjE3NCAyLjA2NC41MjNNMjI5LjQ3OCAyMS45NDdoMS4wNTd2Ny43ODdoLTEuMDhsLTQuNDQ5LTYuMDI5djYuMDI5aC0xLjA2OHYtNy43ODdoMS4wOGw0LjQ2IDYuMDR6TTg4LjYwNSA1NS4zMTFoOC4xMTVsLS4wMTggMS41NDloLTYuMzg5djQuMDkzaDUuNzV2MS41NDloLTUuNzV2NS4yNjhoLTEuNzA4ek0xMDQuNDE4IDU3LjM3NmE0Ljg2OCA0Ljg2OCAwIDAgMC0xLjc3MSAxLjczNSA0LjU5MiA0LjU5MiAwIDAgMC0uNjU5IDIuNDEyYzAgLjg3OC4yMiAxLjY4NS42NTkgMi40MmE0LjkxMiA0LjkxMiAwIDAgMCAxLjc3IDEuNzUzYy43NDIuNDMzIDEuNTQ2LjY1IDIuNDEyLjY1Ljg2NiAwIDEuNjY0LS4yMTcgMi4zOTQtLjY1YTQuODkyIDQuODkyIDAgMCAwIDEuNzQ0LTEuNzUzYy40MzMtLjczNS42NS0xLjU0Mi42NS0yLjQyYTQuNjQgNC42NCAwIDAgMC0uNjUtMi40MTIgNC44NDcgNC44NDcgMCAwIDAtMS43NDQtMS43MzUgNC42NTggNC42NTggMCAwIDAtMi4zOTQtLjY0Yy0uODY2IDAtMS42Ny4yMTMtMi40MTEuNjRtNS42OTQtMS4zMzVhNi4yODcgNi4yODcgMCAwIDEgMi4zNzcgMi4yODdjLjU4Ljk2Ny44NzEgMi4wMzIuODcxIDMuMTk1IDAgMS4xNjMtLjI5IDIuMjMzLS44NzEgMy4yMTJhNi4zMTIgNi4zMTIgMCAwIDEtMi4zNzcgMi4zMTRjLTEuMDAyLjU2NC0yLjEwMi44NDUtMy4zLjg0NS0xLjIgMC0yLjMtLjI4MS0zLjMwMy0uODQ1YTYuMzA1IDYuMzA1IDAgMCAxLTIuMzc1LTIuMzE0IDYuMTcyIDYuMTcyIDAgMCAxLS44NzItMy4yMTJjMC0xLjE2My4yOS0yLjIyOC44NzItMy4xOTVhNi4zIDYuMyAwIDAgMSAyLjM2Ny0yLjI4N2MuOTk3LS41NTggMi4xLS44MzYgMy4zMS0uODM2IDEuMTk5IDAgMi4yOTkuMjc4IDMuMzAxLjgzNk0xMjAuODYyIDY1LjM3NmMuNjM0LjY0NyAxLjUxLjk3IDIuNjI1Ljk3IDEuMTA0IDAgMS45Ny0uMzIzIDIuNTk5LS45Ny42MjgtLjY0Ny45NDMtMS41NDUuOTQzLTIuNjk3di03LjM2OGgxLjcwOXY3LjM2OGMwIDEuNjI2LS40NjYgMi45MDItMS4zOTcgMy44MjctLjkzMi45MjUtMi4yMTYgMS4zODgtMy44NTQgMS4zODgtMS42NDkgMC0yLjk0My0uNDYzLTMuODgtMS4zODgtLjkzNy0uOTI1LTEuNDA2LTIuMi0xLjQwNi0zLjgyN3YtNy4zNjhoMS43MXY3LjM2OGMwIDEuMTUyLjMxNiAyLjA1Ljk1MSAyLjY5N00xNDMuNTQ1IDU1LjMxMWgxLjY5VjY3Ljc3aC0xLjcyNmwtNy4xMTktOS42NDd2OS42NDdoLTEuNzA4VjU1LjMxaDEuNzI2bDcuMTM3IDkuNjY0ek0xNTguOTMgNjUuNjE2YTQuNDM3IDQuNDM3IDAgMCAwIDEuNjczLTEuNjczYy40MS0uNzEyLjYxNC0xLjUwNi42MTQtMi4zODUgMC0uODktLjIwNy0xLjY5LS42MjItMi40MDNhNC41MzcgNC41MzcgMCAwIDAtMS43LTEuNjgxIDQuNzQ2IDQuNzQ2IDAgMCAwLTIuMzk0LS42MTRoLTMuMzI4djkuMzYxaDMuNGMuODY2IDAgMS42NTEtLjIwMSAyLjM1OC0uNjA1bS44OS05LjQ5NWE1Ljk1OSA1Ljk1OSAwIDAgMSAyLjMwNCAyLjIzNGMuNTU4Ljk1LjgzNyAyLjAxMS44MzcgMy4xODUgMCAxLjE3NS0uMjgyIDIuMjM3LS44NDYgMy4xODdhNi4wMDUgNi4wMDUgMCAwIDEtMi4zMjIgMi4yMzNjLS45ODUuNTQtMi4wODkuODEtMy4zMS44MWgtNS4wMlY1NS4zMWg1LjA3M2MxLjIxIDAgMi4zMDQuMjcgMy4yODMuODFNMTY5Ljc5NSA2My4xOTZoNS4yMzNsLTIuNjM0LTYuMDUxLTIuNTk5IDYuMDV6bTcuMjA4IDQuNTc0bC0xLjMxNy0zLjAyNmgtNi41NjdsLTEuMyAzLjAyNmgtMS43OTdsNS41MzUtMTIuNDU5aDEuNzhsNS41MTcgMTIuNDU5aC0xLjg1ek0xODAuNTI4IDU1LjMxMWg5LjczNXYxLjU2N2gtNC4wMjNWNjcuNzdoLTEuNzA4VjU2Ljg3OGgtNC4wMDR6TTE5NC44NzIgNjcuNzdoMS43MDlWNTUuMzFoLTEuNzA5ek0yMDUuODQ0IDU3LjM3NmE0Ljg2OCA0Ljg2OCAwIDAgMC0xLjc3MSAxLjczNSA0LjU5MiA0LjU5MiAwIDAgMC0uNjU5IDIuNDEyYzAgLjg3OC4yMiAxLjY4NS42NTkgMi40MmE0LjkxMiA0LjkxMiAwIDAgMCAxLjc3IDEuNzUzYy43NDIuNDMzIDEuNTQ2LjY1IDIuNDEyLjY1Ljg2NiAwIDEuNjY0LS4yMTcgMi4zOTQtLjY1YTQuODkyIDQuODkyIDAgMCAwIDEuNzQ0LTEuNzUzYy40MzMtLjczNS42NS0xLjU0Mi42NS0yLjQyYTQuNjQgNC42NCAwIDAgMC0uNjUtMi40MTIgNC44NDcgNC44NDcgMCAwIDAtMS43NDQtMS43MzUgNC42NTggNC42NTggMCAwIDAtMi4zOTQtLjY0Yy0uODY2IDAtMS42Ny4yMTMtMi40MTEuNjRtNS42OTQtMS4zMzVhNi4yODcgNi4yODcgMCAwIDEgMi4zNzcgMi4yODdjLjU4MS45NjcuODcxIDIuMDMyLjg3MSAzLjE5NSAwIDEuMTYzLS4yOSAyLjIzMy0uODcxIDMuMjEyYTYuMzEyIDYuMzEyIDAgMCAxLTIuMzc3IDIuMzE0Yy0xLjAwMi41NjQtMi4xMDIuODQ1LTMuMy44NDUtMS4yIDAtMi4zLS4yODEtMy4zMDItLjg0NWE2LjMwNSA2LjMwNSAwIDAgMS0yLjM3Ni0yLjMxNCA2LjE3MiA2LjE3MiAwIDAgMS0uODcyLTMuMjEyYzAtMS4xNjMuMjktMi4yMjguODcyLTMuMTk1YTYuMyA2LjMgMCAwIDEgMi4zNjctMi4yODdjLjk5Ny0uNTU4IDIuMS0uODM2IDMuMzEtLjgzNiAxLjE5OSAwIDIuMjk5LjI3OCAzLjMwMS44MzZNMjI4Ljc1OCA1NS4zMTFoMS42OVY2Ny43N2gtMS43MjVsLTcuMTItOS42NDd2OS42NDdoLTEuNzA4VjU1LjMxaDEuNzI2bDcuMTM3IDkuNjY0eiIvPjxwYXRoIGQ9Ik00NC42MjggMTMuNDI5Yy0zLjYyIDAtNy4wODMuNjQyLTEwLjMyIDEuNzY4VjM3Ljg5bDEuMTE5LTEuNjYyIDYuMjY0LTEwLjM1NmgxMC43NzJMNDIuNDI2IDQwLjEyOGwxMC45OTUgMjAuMzI4SDQzLjA2NmwtNi4zMjktMTMuMzI4LTIuNDMgMi43MTd2MTAuNjExaC05LjA0NVYyMC4xM2MtNy4zNSA1Ljc1OS0xMi4wOTIgMTQuNjk1LTEyLjA5MiAyNC43NTggMCAxNy4zNzQgMTQuMDg0IDMxLjQ1OCAzMS40NTggMzEuNDU4czMxLjQ1OS0xNC4wODQgMzEuNDU5LTMxLjQ1OGMwLTE3LjM3NS0xNC4wODUtMzEuNDYtMzEuNDU5LTMxLjQ2IiBmaWxsPSIjM0U4RURFIiBtYXNrPSJ1cmwoI2IpIi8+PC9nPjwvZz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  height: 4.375rem;
  margin-left: 0.625rem;
  opacity: 1;
  width: 13.75rem; }
  @media (max-width: 48rem) {
    .site-header__branding a {
      -webkit-animation: opacity-fade-in 0.1s ease-in-out;
              animation: opacity-fade-in 0.1s ease-in-out;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGQ9Ik0zMi4xLjRDMjguNS40IDI1IDEgMjEuOCAyLjJ2MjIuN2wxLjEtMS43IDYuMy0xMC40SDQwTDMwIDI3LjFsMTEgMjAuM0gzMC41bC02LjMtMTMuMy0yLjQgMi43djEwLjZoLTlWNy4xQzUuNCAxMi45LjYgMjEuOC42IDMxLjljMCAxNy40IDE0LjEgMzEuNSAzMS41IDMxLjVzMzEuNS0xNC4xIDMxLjUtMzEuNUM2My41IDE0LjUgNDkuNS40IDMyLjEuNCIgZmlsbD0iIzNFOEVERSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9zdmc+Cg==);
      background-position: center;
      height: 2.1875rem;
      margin: 0 auto;
      width: 2.1875rem; } }

.stuck .site-header__branding a,
.page-type-longform .site-header__branding a {
  -webkit-animation: opacity-fade-in 0.1s ease-in-out;
          animation: opacity-fade-in 0.1s ease-in-out;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGQ9Ik0zMi4xLjRDMjguNS40IDI1IDEgMjEuOCAyLjJ2MjIuN2wxLjEtMS43IDYuMy0xMC40SDQwTDMwIDI3LjFsMTEgMjAuM0gzMC41bC02LjMtMTMuMy0yLjQgMi43djEwLjZoLTlWNy4xQzUuNCAxMi45LjYgMjEuOC42IDMxLjljMCAxNy40IDE0LjEgMzEuNSAzMS41IDMxLjVzMzEuNS0xNC4xIDMxLjUtMzEuNUM2My41IDE0LjUgNDkuNS40IDMyLjEuNCIgZmlsbD0iIzNFOEVERSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9zdmc+Cg==);
  height: 2.1875rem;
  width: 2.1875rem; }

.site-header__branding a span,
.site-header__description {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.site-header__navigation {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.site-header__nav {
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem;
  max-width: 79rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0;
  padding-top: 0; }
  @media (max-width: 48rem) {
    .site-header__nav {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (min-width: 80rem) {
    .site-header__nav {
      padding-right: 0; } }
  .site-header__nav::-webkit-scrollbar {
    display: none; }

.site-header__title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  z-index: 1; }
  @media (min-width: 48.0625rem) {
    .site-header__title {
      font-size: 1.375rem;
      line-height: 1.875rem; } }
  @media (min-width: 48.0625rem) {
    .site-header__title {
      left: 50%;
      margin-right: -50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 10; } }
  .stuck .site-header__title,
  .page-type-longform .site-header__title {
    top: 55px; }

.menu-header-top-level-navigation-container {
  width: 100%; }

/* stylelint-disable block-closing-brace-newline-after, at-rule-empty-line-before, rule-empty-line-before */
/**
 * Convert px to rem or em. Unitless values are assumed to be in px.
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to either rem or em
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to em
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to rem
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Remove default browser button styles
 */
/**
 * Default input button styles
 */
/**
 * Visually hide an element and leave it only for screenreaders
 */
/**
 * Allow item outdent within a static width container.
 */
/**
 * Reusable button style mixin.
 */
/**
 * Build corners for callout module.
 */
/*
  https://github.com/fregante/object-fit-images/blob/master/preprocessors/mixin.scss
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/*
  Flexbox utility originally from curated content
*/
/* stylelint-enable */
/**
 * Generate map of breakpoint values
 */
/**
 * If you want, include custom media queries in the first parameter of map_merge below
 * (example 'admin-bar' media query provided)
 */
/**
 * Retrive prepared media query
 *
 * @param {string} $query Key to acess in breakpoints object. If you're lookin for one of the generated breakpoints,
 *                        pass in a string constructed using a key from $bp-values
 *                        and either 'min' (for `min-width`) or 'max' (for `max-width`), separated by a hyphen.
 */
/* Gradients */
/* stylelint-disable declaration-no-important */
/* stylelint-enable declaration-no-important */
.person-listing {
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem;
  max-width: 79rem;
  min-height: 37.5rem; }
  .person-listing + .module--type--related-articles {
    margin-left: auto;
    margin-right: auto;
    padding: 1.25rem;
    max-width: 79rem; }
  .person-listing .Dropdown-root {
    font-size: 1rem;
    line-height: 1.5rem;
    cursor: pointer;
    margin-bottom: 0.625rem;
    width: 100%; }
    @media (min-width: 48.0625rem) {
      .person-listing .Dropdown-root {
        margin-bottom: 0; } }
    .person-listing .Dropdown-root .Dropdown-control,
    .person-listing .Dropdown-root .Dropdown-menu {
      border-color: #a7a9ab; }
    .person-listing .Dropdown-root .Dropdown-placeholder {
      font-weight: 500;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      white-space: nowrap; }
    .person-listing .Dropdown-root .Dropdown-arrow {
      top: 1.25rem; }

.person-listing__toolbar {
  margin-bottom: 1.75rem; }

.person-listing__toolbar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 1.25rem; }
  @media (min-width: 48.0625rem) {
    .person-listing__toolbar-inner {
      display: grid;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      grid-template-columns: minmax(220px, max-content) minmax(220px, max-content);
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }

@media (min-width: 32rem) {
  .person__listing ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: grid;
    grid-gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr); } }

@media (min-width: 48.0625rem) {
  .person__listing ul {
    grid-gap: 2.25rem;
    grid-template-columns: repeat(3, 1fr); } }

@media (min-width: 58rem) {
  .person__listing ul {
    grid-template-columns: repeat(4, 1fr); } }

.person__listing--loading {
  text-align: center; }
  .person__listing--loading svg {
    height: 7.5rem;
    width: 7.5rem; }

.person-summary {
  overflow: hidden;
  position: relative; }
  @media (max-width: 31.9375rem) {
    .person-summary {
      margin-bottom: 1.75rem; } }

.person-summary__content {
  bottom: 0;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.25rem 0.625rem;
  pointer-events: none;
  position: absolute;
  text-align: center;
  width: 100%; }
  .has-thumbnail + .person-summary__content {
    color: #fff; }
  .person-summary__content a {
    font-size: 1.375rem;
    line-height: 2rem;
    margin-top: auto; }
    @media (min-width: 48.0625rem) {
      .person-summary__content a {
        font-size: 1.75rem;
        line-height: 2.25rem; } }
  .person-summary__content a,
  .person-summary__content a:hover {
    color: inherit; }

.person-summary__image {
  display: block;
  height: 0;
  padding-bottom: 140%;
  position: relative; }
  .person-summary__image.has-thumbnail::after {
    background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(30%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out; }
  .person-summary__image.has-thumbnail:hover::after {
    opacity: 0.7; }
  .person-summary__image img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0; }

/* stylelint-disable selector-max-specificity */
/* stylelint-disable block-closing-brace-newline-after, at-rule-empty-line-before, rule-empty-line-before */
/**
 * Convert px to rem or em. Unitless values are assumed to be in px.
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to either rem or em
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to em
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to rem
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Remove default browser button styles
 */
/**
 * Default input button styles
 */
/**
 * Visually hide an element and leave it only for screenreaders
 */
/**
 * Allow item outdent within a static width container.
 */
/**
 * Reusable button style mixin.
 */
/**
 * Build corners for callout module.
 */
/*
  https://github.com/fregante/object-fit-images/blob/master/preprocessors/mixin.scss
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/*
  Flexbox utility originally from curated content
*/
/* stylelint-enable */
/**
 * Generate map of breakpoint values
 */
/**
 * If you want, include custom media queries in the first parameter of map_merge below
 * (example 'admin-bar' media query provided)
 */
/**
 * Retrive prepared media query
 *
 * @param {string} $query Key to acess in breakpoints object. If you're lookin for one of the generated breakpoints,
 *                        pass in a string constructed using a key from $bp-values
 *                        and either 'min' (for `min-width`) or 'max' (for `max-width`), separated by a hyphen.
 */
/* Gradients */
/* stylelint-disable declaration-no-important */
/* stylelint-enable declaration-no-important */
.site-footer {
  color: #fff;
  font-size: 1rem;
  line-height: 1.375rem; }
  .site-footer strong {
    font-weight: 700; }
  .site-footer a {
    color: #fff;
    text-decoration: none; }
    .site-footer a:hover, .site-footer a:focus {
      text-decoration: underline; }
  .site-footer--primary {
    background-color: #4b4c4d; }
    @media (min-width: 48.0625rem) {
      .site-footer--primary .site-footer__inner {
        padding-bottom: 3.125rem; } }
  .site-footer--secondary {
    background-color: #262626;
    border-top: 1px solid rgba(255, 255, 255, 0.15); }

a.site-footer__button,
button.site-footer__button {
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-family: inherit;
  font-size: inherit;
  outline: none;
  overflow: visible;
  text-decoration: none;
  font-size: 1.375rem;
  line-height: 1.5625rem;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  font-weight: 500;
  padding: 0.5rem 0.875rem;
  text-transform: uppercase;
  -webkit-transition: color 0.1s ease-in-out, background 0.1s ease-in-out, border 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out, background 0.1s ease-in-out, border 0.1s ease-in-out;
  transition: color 0.1s ease-in-out, background 0.1s ease-in-out, border 0.1s ease-in-out;
  font-size: 0.875rem;
  line-height: 1.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  a.site-footer__button:hover,
  button.site-footer__button:hover {
    background-color: #5e5e5e;
    color: #fff; }
  a.site-footer__button::after,
  button.site-footer__button::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBhcmlhLWhpZGRlbj0idHJ1ZSIgd2lkdGg9IjEycHgiIGhlaWdodD0iMTJweCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQgbWVldCIgdmlld0JveD0iMCAwIDIwIDIwIj48cGF0aCBkPSJNMTMuMjUgMTBMNi4xMDkgMi41OGEuNjk3LjY5NyAwIDAgMSAwLS45NzkuNjguNjggMCAwIDEgLjk2OSAwbDcuODMgNy45MDhhLjY5Ny42OTcgMCAwIDEgMCAuOTc5bC03LjgzIDcuOTA4YS42OC42OCAwIDAgMS0uOTY5IDAgLjY5Ny42OTcgMCAwIDEgMC0uOTc5TDEzLjI1IDEweiIgLz48L3N2Zz4K);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 12px;
    content: '';
    height: 0.75rem;
    margin-left: 0.875rem;
    width: 0.75rem; }
  a.site-footer__button:hover,
  button.site-footer__button:hover {
    text-decoration: none; }
  a.site-footer__button:hover::after,
  button.site-footer__button:hover::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBhcmlhLWhpZGRlbj0idHJ1ZSIgd2lkdGg9IjEycHgiIGhlaWdodD0iMTJweCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQgbWVldCIgdmlld0JveD0iMCAwIDIwIDIwIj48cGF0aCBkPSJNMTMuMjUgMTBMNi4xMDkgMi41OGEuNjk3LjY5NyAwIDAgMSAwLS45NzkuNjguNjggMCAwIDEgLjk2OSAwbDcuODMgNy45MDhhLjY5Ny42OTcgMCAwIDEgMCAuOTc5bC03LjgzIDcuOTA4YS42OC42OCAwIDAgMS0uOTY5IDAgLjY5Ny42OTcgMCAwIDEgMC0uOTc5TDEzLjI1IDEweiIgZmlsbD0iI2ZmZmZmZiIgLz48L3N2Zz4K); }

.site-footer address {
  margin-bottom: 0.9375rem; }

.site-footer__explainer {
  margin-bottom: 1.875rem;
  width: 100%; }
  @media (min-width: 48.0625rem) {
    .site-footer__explainer {
      padding-right: 33.33%; } }
  .site-footer__explainer h2 {
    font-size: 2.125rem;
    font-weight: 700;
    line-height: 2.25rem;
    margin: 0 0 0.625rem; }
  .site-footer__explainer p {
    margin: 0; }

.site-footer__inner {
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem;
  max-width: 79rem;
  padding-bottom: 2.8125rem;
  padding-top: 2.8125rem; }
  @media (min-width: 48.0625rem) {
    .site-footer__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; } }
  .site-footer__inner a {
    font-weight: inherit; }
  .site-footer__inner p {
    margin-bottom: 1.25rem; }
  .site-footer__inner--grid {
    width: 100%; }
    @media (min-width: 48.0625rem) {
      .site-footer__inner--grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .site-footer__inner--grid-item {
      margin-bottom: 2.8125rem; }
      @media (min-width: 48.0625rem) {
        .site-footer__inner--grid-item {
          -webkit-box-flex: 0;
              -ms-flex-positive: 0;
                  flex-grow: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; } }
      @media (min-width: 64rem) {
        .site-footer__inner--grid-item {
          margin-bottom: 0; } }
      @media (min-width: 64rem) {
        .site-footer__inner--grid-item:last-child {
          margin-bottom: 0; } }
  .site-footer--secondary .site-footer__inner {
    padding-top: 1.5625rem; }
    .site-footer--secondary .site-footer__inner > [class^='menu-'] {
      width: 100%; }
      .site-footer--secondary .site-footer__inner > [class^='menu-'] ~ [class^='menu-'] {
        margin-top: 1.75rem; }
      .site-footer--secondary .site-footer__inner > [class^='menu-'] ul {
        text-align: center; }
      .site-footer--secondary .site-footer__inner > [class^='menu-'] li {
        line-height: 2.1875rem;
        margin: 0 1.09375rem; }
        @media (min-width: 32rem) {
          .site-footer--secondary .site-footer__inner > [class^='menu-'] li {
            display: inline-block; } }
      .site-footer--secondary .site-footer__inner > [class^='menu-'] a {
        font-weight: 600; }

.site-footer__branding {
  background-image: url(../media/logo-korg-knockout.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 3rem;
  margin: 3.125rem auto 0;
  text-indent: -9999em;
  width: 10rem; }
  @media (max-width: 48rem) {
    .site-footer__branding {
      background-position: center; } }

.site-footer__contact {
  font-weight: 700;
  margin-bottom: 1.75rem; }
  .site-footer__contact a:hover {
    color: inherit;
    text-decoration: none; }

.site-footer__copyright {
  display: block;
  margin-top: 1.5625rem;
  text-align: center;
  width: 100%; }
  .site-footer__copyright p {
    margin: 0; }

.site-footer__signup-form label[aria-hidden='true'] {
  display: none; }

.site-footer__signup-form input[type='email'] {
  max-width: 25rem; }
  .site-footer__signup-form input[type='email']::-webkit-input-placeholder {
    color: #fff;
    opacity: 1; }
  .site-footer__signup-form input[type='email']:-moz-placeholder {
    color: #fff;
    opacity: 1; }
  .site-footer__signup-form input[type='email']::-moz-placeholder {
    color: #fff;
    opacity: 1; }
  .site-footer__signup-form input[type='email']:-ms-input-placeholder {
    color: #fff; }

.site-footer__signup-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjUwIiB3aWR0aD0iNTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGg1MHY1MEgweiIvPjxwYXRoIGQ9Ik00Ny4yNSAxNWwtMi4wODYtMi4wODZMMjUgMzMuMDc4IDQuODM2IDEyLjkxNCAyLjc1IDE1IDI1IDM3LjI1eiIgZmlsbD0iI2ZmZmZmZiIvPjwvc3ZnPgo=);
  background-position: calc(100% - 0.9375rem) 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 0;
  min-height: 3.125rem; }

.site-footer__signup-form input[type='email'],
.site-footer__signup-form select {
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 1.25rem;
  padding: 0.9375rem;
  width: 100%; }

.site-footer__social li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 2.1875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0.9375rem 0.9375rem 0;
  text-indent: -9999em;
  width: 2.1875rem; }
  .site-footer__social li:last-child {
    margin-right: 0; }
  .site-footer__social li a {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 23px 23px;
    display: block;
    height: 1.4375rem;
    text-indent: -9999em;
    width: 1.4375rem; }
    .site-footer__social li a path {
      fill: #000; }
  .site-footer__social li a[href*="facebook.com"] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjU2LjY5MyIgd2lkdGg9IjU2LjY5MyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNDAuNDMgMjEuNzM5aC03LjY0NXYtNS4wMTRjMC0xLjg4MyAxLjI0OC0yLjMyMiAyLjEyNy0yLjMyMmg1LjM5NVY2LjEyNWwtNy40My0uMDI5Yy04LjI0OCAwLTEwLjEyNSA2LjE3NC0xMC4xMjUgMTAuMTI1djUuNTE4aC00Ljc3djguNTNoNC43N3YyNC4xMzdoMTAuMDMzVjMwLjI2OWg2Ljc3bC44NzUtOC41M3oiIGZpbGw9IiMyNjI2MjYiLz48L3N2Zz4=); }
  .site-footer__social li a[href*="instagram.com"] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni43IDU2LjciPjxwYXRoIGQ9Ik0yOC4yIDE2LjdjLTcgMC0xMi44IDUuNy0xMi44IDEyLjhzNS43IDEyLjggMTIuOCAxMi44UzQxIDM2LjUgNDEgMjkuNXMtNS44LTEyLjgtMTIuOC0xMi44em0wIDIxYy00LjUgMC04LjItMy43LTguMi04LjJzMy43LTguMiA4LjItOC4yIDguMiAzLjcgOC4yIDguMi0zLjcgOC4yLTguMiA4LjJ6IiBmaWxsPSIjMjYyNjI2Ii8+PGNpcmNsZSBjeD0iNDEuNSIgY3k9IjE2LjQiIHI9IjIuOSIvPjxwYXRoIGQ9Ik00OSA4LjljLTIuNi0yLjctNi4zLTQuMS0xMC41LTQuMUgxNy45Yy04LjcgMC0xNC41IDUuOC0xNC41IDE0LjV2MjAuNWMwIDQuMyAxLjQgOCA0LjIgMTAuNyAyLjcgMi42IDYuMyAzLjkgMTAuNCAzLjloMjAuNGM0LjMgMCA3LjktMS40IDEwLjUtMy45IDIuNy0yLjYgNC4xLTYuMyA0LjEtMTAuNlYxOS4zYzAtNC4yLTEuNC03LjgtNC0xMC40em0tLjQgMzFjMCAzLjEtMS4xIDUuNi0yLjkgNy4zcy00LjMgMi42LTcuMyAyLjZIMThjLTMgMC01LjUtLjktNy4zLTIuNkM4LjkgNDUuNCA4IDQyLjkgOCAzOS44VjE5LjNjMC0zIC45LTUuNSAyLjctNy4zIDEuNy0xLjcgNC4zLTIuNiA3LjMtMi42aDIwLjZjMyAwIDUuNS45IDcuMyAyLjcgMS43IDEuOCAyLjcgNC4zIDIuNyA3LjJ2MjAuNnoiIGZpbGw9IiMyNjI2MjYiLz48L3N2Zz4=); }
  .site-footer__social li a[href*="linkedin.com"] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48c3R5bGU+PC9zdHlsZT48ZyBpZD0iTGF5ZXJfMSI+PHBhdGggZD0iTTY2LjggNzUuNHYtMjJzLTEuMi00LjYtNS42LTQuNGMtNC40LjItNS44LjktNy44IDMuM3YyMy4xSDQyLjFWNDAuNWgxMS4ydjUuMXMzLjYtNy4xIDExLjItNi42YzYuOS41IDEyLjEgNC43IDEzLjIgMTMuOWguM3YyMi41SDY2Ljh6TTI4LjcgMzZDMjUgMzYgMjIgMzMgMjIgMjkuMmMwLTMuNyAzLTYuOCA2LjctNi44czYuNyAzIDYuNyA2LjhjMCAzLjctMyA2LjgtNi43IDYuOHptNS42IDM5LjRIMjMuMVY0MC41aDExLjJ2MzQuOXoiIGlkPSJsaW5rZWRpbiIgZmlsbD0iIzI2MjYyNiIvPjwvZz48L3N2Zz4=); }
  .site-footer__social li a[href*="twitter.com"] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjU2LjY5MyIgd2lkdGg9IjU2LjY5MyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNTIuODM3IDE1LjA2NWEyMC4xMSAyMC4xMSAwIDAgMS01LjgwNSAxLjU5MSAxMC4xMjUgMTAuMTI1IDAgMCAwIDQuNDQ0LTUuNTkyIDIwLjIzMiAyMC4yMzIgMCAwIDEtNi40MTggMi40NTQgMTAuMDkzIDEwLjA5MyAwIDAgMC03LjM3Ny0zLjE5MmMtNS41ODEgMC0xMC4xMDYgNC41MjUtMTAuMTA2IDEwLjEwNyAwIC43OTEuMDg5IDEuNTYyLjI2MiAyLjMwMy04LjQtLjQyMi0xNS44NDgtNC40NDUtMjAuODMzLTEwLjU2YTEwLjA1NSAxMC4wNTUgMCAwIDAtMS4zNjggNS4wODJjMCAzLjUwNiAxLjc4NCA2LjYgNC40OTYgOC40MTJhMTAuMDc4IDEwLjA3OCAwIDAgMS00LjU3OC0xLjI2NWwtLjAwMS4xMjhjMCA0Ljg5NiAzLjQ4NCA4Ljk4IDguMTA4IDkuOTFhMTAuMTYyIDEwLjE2MiAwIDAgMS00LjU2NS4xNzJjMS4yODcgNC4wMTUgNS4wMTkgNi45MzggOS40NDEgNy4wMTlhMjAuMjc2IDIwLjI3NiAwIDAgMS0xMi41NTIgNC4zMjdjLS44MTUgMC0xLjYyLS4wNDgtMi40MTEtLjE0MmEyOC42IDI4LjYgMCAwIDAgMTUuNDkzIDQuNTQxYzE4LjU5MSAwIDI4Ljc1Ni0xNS40IDI4Ljc1Ni0yOC43NTYgMC0uNDM4LS4wMDktLjg3NS0uMDI4LTEuMzA5YTIwLjQ3IDIwLjQ3IDAgMCAwIDUuMDQyLTUuMjN6IiBmaWxsPSIjMjYyNjI2Ii8+PC9zdmc+); }
  .site-footer__social li a[href*="youtube.com"] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjU2LjY5MyIgd2lkdGg9IjU2LjY5MyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNDMuOTExIDI4LjIxSDEyLjc4MmMtNC45NDggMC04Ljk1OSA0LjAxNS04Ljk1OSA4Ljk2MnY3LjIwMWMwIDQuOTQ3IDQuMDExIDguOTYxIDguOTU5IDguOTYxaDMxLjEyOWM0Ljk0NyAwIDguOTU5LTQuMDE0IDguOTU5LTguOTYxdi03LjIwMWMwLTQuOTQ3LTQuMDEyLTguOTYyLTguOTU5LTguOTYyem0tMjQuNTg5IDUuNjA2aC0yLjg5NHYxNC4zOGgtMi43OTZ2LTE0LjM4SDEwLjc0VjMxLjM3aDguNTgydjIuNDQ2em04LjE3NSAxNC4zOGgtMi40OHYtMS4zNmMtLjQ2MS41MDMtLjkzNi44ODctMS40MzIgMS4xNDYtLjQ5Ni4yNy0uOTc1LjM5Ni0xLjQ0MS4zOTYtLjU3NiAwLTEuMDA0LS4xODMtMS4yOTctLjU1NS0uMjg4LS4zNzEtLjQzNS0uOTIxLS40MzUtMS42NjRWMzUuNzgyaDIuNDh2OS41MjNjMCAuMjk0LjA1NS41MDUuMTU0LjYzNi4xMDcuMTM1LjI3Ny4xOTcuNTEuMTk3LjE4IDAgLjQxMi0uMDg2LjY5MS0uMjZhMy4zNSAzLjM1IDAgMCAwIC43Ny0uNjY4di05LjQyOWgyLjQ4djEyLjQxNXptOS4wMDQtMi41NjNjMCAuODc3LS4xOTUgMS41NTEtLjU4NCAyLjAyMS0uMzg3LjQ3LS45NTMuNzAxLTEuNjg2LjcwMS0uNDg4IDAtLjkyMi0uMDg4LTEuMjk5LS4yN2EzLjE4OSAzLjE4OSAwIDAgMS0xLjA2MS0uODQxdi45NTFoLTIuNTFWMzEuMzdoMi41MXY1LjQxOWMuMzM2LS4zNzUuNjkxLS42NjYgMS4wNjItLjg2MS4zNzktLjE5OS43Ni0uMjk1IDEuMTQ2LS4yOTUuNzg1IDAgMS4zODMuMjYyIDEuNzk3Ljc5MS40MTYuNTI5LjYyMyAxLjMwNC42MjMgMi4zMnY2Ljg4OXptOC42MDMtMy4zNDVoLTQuNzQ2djIuMzM5YzAgLjY1Mi4wOCAxLjEwNi4yNDIgMS4zNTkuMTY2LjI1NC40NDUuMzc4Ljg0Mi4zNzguNDEyIDAgLjY5Ny0uMTA3Ljg2My0uMzIxLjE2LS4yMTYuMjQ2LS42ODYuMjQ2LTEuNDE2di0uNTY1aDIuNTUzdi42MzdjMCAxLjI3Mi0uMzA5IDIuMjMxLS45MzYgMi44NzgtLjYxNy42NDEtMS41NDcuOTU5LTIuNzgzLjk1OS0xLjExMyAwLTEuOTktLjMzOS0yLjYyNy0xLjAyMS0uNjM1LS42NzgtLjk1OS0xLjYxOS0uOTU5LTIuODE1di01LjU3NmMwLTEuMDczLjM1NC0xLjk1NiAxLjA1Ny0yLjYzMy43MDEtLjY3NyAxLjYwNC0xLjAxNSAyLjcxNS0xLjAxNSAxLjEzNyAwIDIuMDEuMzEzIDIuNjE5Ljk0MS42MDkuNjI5LjkxNCAxLjUyOS45MTQgMi43MDZ2My4xNjV6IiBmaWxsPSIjMjYyNjI2Ii8+PHBhdGggZD0iTTQxLjQ2NiAzNy42NDZjLS4zOTYgMC0uNjc4LjExMS0uODUuMzQzLS4xNzYuMjE4LS4yNTguNTkxLS4yNTggMS4xMTJ2MS4yNTVoMi4xOTN2LTEuMjU1YzAtLjUyMS0uMDg4LS44OTUtLjI2Mi0xLjExMi0uMTY3LS4yMzEtLjQ0Ni0uMzQzLS44MjMtLjM0M3pNMzIuOTA5IDM3LjYwNGMtLjE3NiAwLS4zNTQuMDM5LS41MjUuMTItLjE3NC4wNzktLjM0NC4yMS0uNTEyLjM4djcuNzMzYy4xOTkuMi4zOTYuMzU0LjU4OC40NDIuMTkxLjA4NS4zODkuMTMzLjYuMTMzLjMwNSAwIC41MjctLjA4OC42Ny0uMjY2LjE0MS0uMTc2LjIxMy0uNDU3LjIxMy0uODU0di02LjQxMWMwLS40MjItLjA4NC0uNzM4LS4yNi0uOTU1LS4xODItLjIxNC0uNDQtLjMyMi0uNzc0LS4zMjJ6TTE2Ljg1OCAyMy44OThoMy4xNDR2LTcuNjlMMjMuNjYzIDUuMzZoLTMuMTk2bC0xLjk0NiA3LjQxaC0uMTk4TDE2LjI4IDUuMzZoLTMuMTY3bDMuNzQ1IDExLjE5NHpNMjcuOTIzIDI0LjI0M2MxLjI3IDAgMi4yNjYtLjMzMyAyLjk5Mi0uOTk5LjcyMS0uNjY5IDEuMDgyLTEuNTgyIDEuMDgyLTIuNzUydi03LjA2NGMwLTEuMDQxLS4zNjktMS44OTgtMS4xMDQtMi41NTktLjc0LS42NTktMS42ODgtLjk5MS0yLjg0NC0uOTkxLTEuMjcgMC0yLjI4MS4zMTQtMy4wMzMuOTQxLS43NS42MjctMS4xMjcgMS40NjgtMS4xMjcgMi41MzF2Ny4wODhjMCAxLjE2My4zNjcgMi4wODMgMS4xIDIuNzczLjczMy42ODcgMS43MTMgMS4wMzIgMi45MzQgMS4wMzJ6bS0xLjE1OC0xMC45OTdhLjkzLjkzIDAgMCAxIC4zMTYtLjcyNWMuMjE3LS4xODQuNDkyLS4yNzMuODM0LS4yNzMuMzY5IDAgLjY2OC4wODkuODk2LjI3My4yMjcuMTg4LjM0LjQyOC4zNC43MjV2Ny40NTFjMCAuMzY1LS4xMTEuNjU1LS4zMzYuODY0LS4yMjMuMjEtLjUyMy4zMTMtLjkuMzEzLS4zNjkgMC0uNjU0LS4xLS44NTQtLjMxLS4xOTctLjIwNS0uMjk3LS40OTMtLjI5Ny0uODY4di03LjQ1ek0zNi4yMTQgMjQuMDk4Yy41MjUgMCAxLjA2NC0uMTUgMS42MTktLjQzOC41NjEtLjI5MiAxLjA5OC0uNzE5IDEuNjA5LTEuMjc2djEuNTE1aDIuNzkzVjEwLjIyNGgtMi43OTN2MTAuMzhjLS4yNi4yOTctLjU0OS41NDEtLjg1OS43MzUtLjMxNi4xOTItLjU3Ni4yODgtLjc4MS4yODgtLjI2MiAwLS40NTUtLjA3Mi0uNTY4LS4yMjEtLjExNS0uMTQzLS4xOC0uMzc3LS4xOC0uNjk4VjEwLjIyNGgtMi43ODl2MTEuNDI5YzAgLjgxNS4xNjQgMS40MjQuNDg4IDEuODI4LjMzLjQxLjgxMi42MTcgMS40NjEuNjE3eiIgZmlsbD0iIzI2MjYyNiIvPjwvc3ZnPg==); }

.site-footer__agree-toc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: grid;
  grid-gap: 0.625rem;
  grid-template-columns: auto 1fr;
  margin-bottom: 0.9375rem; }
  .site-footer__agree-toc a {
    text-decoration: underline; }
  .site-footer__agree-toc input[type='checkbox'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .site-footer__agree-toc input[type='checkbox'] + span {
      display: block;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
    .site-footer__agree-toc input[type='checkbox'].validate:focus + span {
      -webkit-animation: shake 1s cubic-bezier(0.3, 0.1, 0.1, 1) both;
              animation: shake 1s cubic-bezier(0.3, 0.1, 0.1, 1) both;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      -webkit-perspective: 1000px;
              perspective: 1000px;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }

@-webkit-keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0); } }

@keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0); } }
    .site-footer__agree-toc input[type='checkbox'].validate:checked + span {
      -webkit-animation: none;
              animation: none; }

@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/* stylelint-disable */
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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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; }

html {
  background-color: white; }

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

/* stylelint-enable */
/* stylelint-disable block-closing-brace-newline-after, at-rule-empty-line-before, rule-empty-line-before */
/**
 * Convert px to rem or em. Unitless values are assumed to be in px.
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to either rem or em
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to em
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to rem
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Remove default browser button styles
 */
/**
 * Default input button styles
 */
/**
 * Visually hide an element and leave it only for screenreaders
 */
/**
 * Allow item outdent within a static width container.
 */
/**
 * Reusable button style mixin.
 */
/**
 * Build corners for callout module.
 */
/*
  https://github.com/fregante/object-fit-images/blob/master/preprocessors/mixin.scss
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/*
  Flexbox utility originally from curated content
*/
/* stylelint-enable */
/**
 * Generate map of breakpoint values
 */
/**
 * If you want, include custom media queries in the first parameter of map_merge below
 * (example 'admin-bar' media query provided)
 */
/**
 * Retrive prepared media query
 *
 * @param {string} $query Key to acess in breakpoints object. If you're lookin for one of the generated breakpoints,
 *                        pass in a string constructed using a key from $bp-values
 *                        and either 'min' (for `min-width`) or 'max' (for `max-width`), separated by a hyphen.
 */
/* Gradients */
/* stylelint-disable declaration-no-important */
/* stylelint-enable declaration-no-important */
/**
 * Contains styling associated with entry modules on detail pages.
 */
.entry__classification {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0.125rem; }

.entry__content hr {
  border: 1px solid #d8d8d8;
  border-width: 1px 0 0;
  display: block;
  margin: 2.8125rem auto;
  width: 100%; }

.entry__content-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding: 0rem;
  max-width: 79rem;
  position: relative; }
  .entry__content-wrapper::after {
    clear: both;
    content: '';
    display: table; }

.entry__excerpt {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: "Roboto", helvetica, arial, sans-serif;
  margin-bottom: 2.25rem; }
  @media (min-width: 48.0625rem) {
    .entry__excerpt {
      font-size: 1.375rem;
      line-height: 1.875rem; } }
  @media (max-width: 31.9375rem) {
    .entry__excerpt {
      font-size: 1.125rem;
      line-height: 1.6875rem; } }
  .type-page.has-featured-image .entry__excerpt {
    text-shadow: 1px 1px 1px #000; }

.entry__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2.25rem; }
  .page-type-longform .entry__header {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%; }

.entry__footer {
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem;
  max-width: 58.75rem; }
  .entry__footer .cat-links {
    margin-right: 1.25rem; }

.entry__header,
.entry__image {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  position: relative; }

.entry__header-inner {
  margin-left: auto;
  margin-right: auto;
  padding: 0rem;
  max-width: 58.75rem;
  padding: 2.25rem 1.75rem;
  text-align: center;
  width: 100%; }
  @media (max-width: 31.9375rem) {
    .entry__header-inner {
      padding: 1.25rem 1.25rem; } }
  .page-type-longform .has-featured-image.is-visible .entry__header-inner {
    opacity: 1; }
  @media (min-width: 48.0625rem) {
    .page-type-longform .has-featured-image .entry__header-inner {
      left: 50%;
      max-width: 76.5rem;
      opacity: 0;
      padding: 0 1.75rem;
      position: absolute;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      -webkit-transition: margin-top 0.3s, opacity 0.3s ease-in-out;
      -o-transition: margin-top 0.3s, opacity 0.3s ease-in-out;
      transition: margin-top 0.3s, opacity 0.3s ease-in-out;
      width: 100%;
      z-index: 1; } }
  .page-type-longform .has-featured-image .entry__header-inner .entry__title,
  .page-type-longform .has-featured-image .entry__header-inner .entry__subtitle {
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    text-transform: inherit; }
  .page-type-longform .has-featured-image .entry__header-inner.top-align {
    margin: 3.75rem 0; }
    @media (min-width: 48.0625rem) {
      .page-type-longform .has-featured-image .entry__header-inner.top-align {
        margin: 0;
        top: 3.75rem; } }
  .page-type-longform .has-featured-image .entry__header-inner.center-align {
    margin: 3.75rem 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }
    @media (min-width: 48.0625rem) {
      .page-type-longform .has-featured-image .entry__header-inner.center-align {
        margin: 0;
        top: 50%; } }
  .page-type-longform .has-featured-image .entry__header-inner.bottom-align {
    margin: 3.75rem 0; }
    @media (min-width: 48.0625rem) {
      .page-type-longform .has-featured-image .entry__header-inner.bottom-align {
        bottom: 3.75rem;
        margin: 0; } }
  .page-type-longform .entry__header-inner {
    padding-top: 3.125rem; }

article:not(.type-current) .entry__image {
  margin-left: calc(-50vw + 50%);
  -webkit-transform: translateX(calc(50vw - 50%));
      -ms-transform: translateX(calc(50vw - 50%));
          transform: translateX(calc(50vw - 50%));
  width: 100vw; }
  @media (min-width: 48.0625rem) {
    article:not(.type-current) .entry__image {
      margin-bottom: 4rem;
      margin-top: -2.25rem; } }
  .page-type-longform article:not(.type-current) .entry__image {
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    z-index: -1; }
    .page-type-longform article:not(.type-current) .entry__image img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%; }

.entry__image figcaption {
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #333;
  padding: 0.875rem 1.25rem; }
  @media (min-width: 48.0625rem) {
    .entry__image figcaption {
      line-height: 1.3;
      width: 100%; } }

.entry__image img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: center";
  -o-object-position: center;
  object-position: center;
  display: block;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: 100%; }

.entry__meta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 300;
  list-style-type: none; }
  @media (max-width: 31.9375rem) {
    .entry__meta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin-bottom: 1.25rem; } }
  .entry__meta a {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #333;
    font-weight: 600;
    text-transform: uppercase; }
    @media (max-width: 31.9375rem) {
      .entry__meta a {
        font-size: 0.875rem;
        line-height: 1.375rem; } }
  .entry__meta .entry__meta-authors ~ .entry__published::before {
    background-color: #444444;
    content: '';
    display: inline-block;
    height: 1.5rem;
    margin: -0.3125rem 0.875rem;
    width: 0.0625rem; }
  .type-current .entry__meta svg {
    max-height: 2.5rem;
    max-width: 8.4375rem; }

.entry__reading-list {
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem;
  max-width: 58.75rem;
  display: block;
  margin: 2.25rem auto; }
  .entry__reading-list .entry__reading-list-header {
    font-size: 1.125rem;
    line-height: 1.75rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Roboto", helvetica, arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: 1.75rem; }
    .entry__reading-list .entry__reading-list-header::after {
      border-top: 1px solid #d8d8d8;
      content: '';
      display: block;
      margin: 0 0 0 1.25rem;
      width: 100%; }
  .entry__reading-list .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2.25rem; }
    .entry__reading-list .card:last-of-type {
      margin-bottom: 0; }
  .entry__reading-list .card__image {
    margin-right: 1.25rem;
    min-width: 12.5rem;
    position: relative; }
    @media (max-width: 31.9375rem) {
      .entry__reading-list .card__image {
        min-width: 6.25rem; } }
    .entry__reading-list .card__image img {
      display: block;
      width: 12.5rem; }
      @media (max-width: 31.9375rem) {
        .entry__reading-list .card__image img {
          min-width: 6.25rem;
          width: 6.25rem; } }
    .entry__reading-list .card__image .overlay {
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.59)), color-stop(51%, rgba(255, 255, 255, 0)));
      background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.59) 0%, rgba(255, 255, 255, 0) 51%);
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.59) 0%, rgba(255, 255, 255, 0) 51%);
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%; }
    .entry__reading-list .card__image .icon-play-video {
      background-color: #fff;
      height: 50px;
      width: 50px;
      height: 30px;
      width: 30px; }
      .entry__reading-list .card__image .icon-play-video, .entry__reading-list .card__image .icon-play-video::before, .entry__reading-list .card__image .icon-play-video::after {
        bottom: 10px;
        content: "";
        display: block;
        left: 8px;
        position: absolute; }
      .entry__reading-list .card__image .icon-play-video {
        background-color: transparent; }
      .entry__reading-list .card__image .icon-play-video::after {
        background: transparent;
        border-color: transparent transparent transparent #fff;
        border-style: solid;
        border-width: 12px 0 12px 20px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        height: 20px;
        margin-left: 2px;
        width: 0; }
      .entry__reading-list .card__image .icon-play-video::after {
        border-width: 8px 0 8px 16px;
        height: 16px; }
    .entry__reading-list .card__image .video-length {
      font-size: 0.875rem;
      line-height: 1.375rem;
      bottom: 1.0625rem;
      color: #fff;
      left: 2.8125rem;
      position: absolute; }
  .entry__reading-list .card__category {
    font-size: 0.875rem;
    line-height: 1.375rem;
    font-family: "Roboto", helvetica, arial, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0.125rem; }
  .entry__reading-list .card__title {
    margin-bottom: 0.125rem; }
    .entry__reading-list .card__title a {
      font-size: 1.125rem;
      line-height: 1.75rem;
      color: #262626;
      font-family: "Roboto", helvetica, arial, sans-serif;
      line-height: 1.375rem; }
      @media (min-width: 48.0625rem) {
        .entry__reading-list .card__title a {
          font-size: 1.25rem;
          line-height: 1.75rem;
          line-height: 1.5rem; } }
  @media (min-width: 48.0625rem) and (min-width: 48.0625rem) {
    .entry__reading-list .card__title a {
      font-size: 1.375rem;
      line-height: 1.875rem; } }
  .entry__reading-list .card__pubdate {
    font-size: 0.875rem;
    line-height: 1.375rem;
    font-weight: 300; }

.entry__published .updated {
  display: none; }

@media (min-width: 64rem) {
  .page--type--sidebar-right .entry__content,
  .page--type--sidebar-left .entry__content {
    width: calc(100% - 26.875rem - 1.25rem * 2); } }

@media (min-width: 64rem) {
  .page--type--sidebar-left .entry__content {
    float: right; } }

@media (min-width: 64rem) {
  .page--type--sidebar-right .entry__content {
    float: left; } }

@media (min-width: 64rem) {
  .entry__sidebar {
    width: 26.875rem;
    will-change: min-height; } }

@media (min-width: 64rem) {
  .page--type--sidebar-left .entry__sidebar {
    float: left; } }

@media (min-width: 64rem) {
  .page--type--sidebar-right .entry__sidebar {
    float: right; } }

.entry__sidebar-inner {
  position: relative;
  -webkit-transform: translate(0, 0), translate3d(0, 0, 0);
          transform: translate(0, 0), translate3d(0, 0, 0);
  width: 26.875rem;
  will-change: position, transform; }

.entry__title {
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem;
  max-width: 58.75rem;
  display: block;
  font-family: "Roboto Condensed", "Roboto", helvetica, arial, sans-serif;
  font-weight: 700;
  margin-bottom: 1.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-top: 0;
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 3.5rem;
  margin-bottom: 1.25rem; }
  .page-type-longform .entry__title {
    margin-left: auto;
    margin-right: auto;
    padding: 0rem 1.25rem;
    max-width: 40.625rem; }
  .entry__title.editor-rich-text__tinymce, .entry__title.editor-rich-text__editable {
    margin-left: 0;
    margin-right: 0; }
  @media (min-width: 48.0625rem) {
    .entry__title {
      font-size: 2.875rem;
      line-height: 3.875rem; } }
  .type-page.has-featured-image .entry__title {
    text-shadow: 1px 1px 1px #000; }
  .single-current .entry__title {
    margin-bottom: 1.75rem; }
  .page-type-longform .entry__title {
    color: #0388ce;
    font-family: "Roboto Condensed", "Roboto", helvetica, arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.75rem;
    line-height: 2rem; }
    @media (min-width: 48.0625rem) {
      .page-type-longform .entry__title {
        font-size: 2.375rem;
        line-height: 2.625rem; } }
  .single-longform .has-featured-image .entry__title {
    color: #0388ce;
    font-family: "Roboto Condensed", "Roboto", helvetica, arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.75rem;
    line-height: 2rem; }
    @media (min-width: 48.0625rem) {
      .single-longform .has-featured-image .entry__title {
        font-size: 3.125rem;
        line-height: 3.375rem; } }

.entry__subtitle {
  font-size: 1.125rem;
  line-height: 1.375rem;
  margin-top: 1.25rem; }
  @media (min-width: 48.0625rem) {
    .entry__subtitle {
      font-size: 1.5rem;
      line-height: 1.75rem; } }

.entry__video {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
  .entry__video p {
    font-size: 0.8125rem;
    line-height: 1rem;
    margin-top: 0.625rem;
    text-align: right; }
  .entry__video .entry__video-inner {
    height: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    margin: 0 auto;
    position: relative; }
    .entry__video .entry__video-inner .overlay {
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.59)), color-stop(51%, rgba(255, 255, 255, 0)));
      background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.59) 0%, rgba(255, 255, 255, 0) 51%);
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.59) 0%, rgba(255, 255, 255, 0) 51%);
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%;
      cursor: pointer; }
    .entry__video .entry__video-inner .entry__video-watch-text {
      font-size: 0.875rem;
      line-height: 1.375rem;
      bottom: 21px;
      color: #fff;
      left: 50px;
      position: absolute; }
      @media (max-width: 31.9375rem) {
        .entry__video .entry__video-inner .entry__video-watch-text {
          left: 60px; } }
    .entry__video .entry__video-inner iframe ~ .trigger {
      display: none; }
    .entry__video .entry__video-inner .icon-play-video {
      background-color: #fff;
      height: 50px;
      width: 50px; }
      .entry__video .entry__video-inner .icon-play-video, .entry__video .entry__video-inner .icon-play-video::before, .entry__video .entry__video-inner .icon-play-video::after {
        bottom: 10px;
        content: "";
        display: block;
        left: 8px;
        position: absolute; }
      .entry__video .entry__video-inner .icon-play-video {
        background-color: transparent; }
      .entry__video .entry__video-inner .icon-play-video::after {
        background: transparent;
        border-color: transparent transparent transparent #fff;
        border-style: solid;
        border-width: 12px 0 12px 20px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        height: 20px;
        margin-left: 2px;
        width: 0; }
      @media (max-width: 31.9375rem) {
        .entry__video .entry__video-inner .icon-play-video, .entry__video .entry__video-inner .icon-play-video::before, .entry__video .entry__video-inner .icon-play-video::after {
          left: 15px; } }
    .entry__video .entry__video-inner iframe {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }

.module--type--authors,
.module--type--now-reading,
.module--type--related-articles {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 4rem; }
  .module--type--authors h5,
  .module--type--now-reading h5,
  .module--type--related-articles h5 {
    border-bottom: 1px solid #d8d8d8;
    font-weight: 700;
    margin-bottom: 1.75rem;
    padding-bottom: 1.75rem; }
  .module--type--authors li,
  .module--type--now-reading li,
  .module--type--related-articles li {
    padding-top: 1.75rem; }

.pull-right {
  float: right;
  margin: 0 1.75rem 1.75rem;
  max-width: 21.875rem; }
  .pull-right .rethink-module__wrapper p {
    font-size: 0.875rem;
    margin-bottom: 0;
    padding: 0; }
  @media (max-width: 48rem) {
    .pull-right.currents-quote {
      float: none;
      margin: 1.75rem;
      max-width: 100%; } }

.currents-quote .pull-quote__quote {
  font-family: "Noto Serif TC", georgia, times, serif;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.875rem;
  padding-bottom: 1.5rem; }
  @media (min-width: 32rem) {
    .currents-quote .pull-quote__quote {
      font-size: 2.0625rem;
      line-height: 2.5rem; } }

.currents-quote .pull-quote__attribution {
  text-align: right; }

.page {
  position: relative;
  /* stylelint-disable selector-max-specificity */
  /* stylelint-enable selector-max-specificity */ }
  .site__main .page {
    margin-left: auto;
    margin-right: auto;
    padding: 1.25rem;
    max-width: 79rem;
    padding-left: 0;
    padding-right: 0; }
    .site__main .page.has-featured-image {
      padding-top: 0; }
  .page .entry__header {
    margin-bottom: 4rem; }
    .page-type-longform .page .entry__header {
      margin-bottom: 2.25rem; }
  .page .has-featured-image .entry__header {
    margin-left: calc(-50vw + 50%);
    -webkit-transform: translateX(calc(50vw - 50%));
        -ms-transform: translateX(calc(50vw - 50%));
            transform: translateX(calc(50vw - 50%));
    width: 100vw;
    color: #fff;
    margin-bottom: 4rem;
    max-width: 100vw;
    min-height: 18.75rem;
    overflow: hidden;
    position: relative;
    text-align: center; }
    @media (min-width: 48.0625rem) {
      .page .has-featured-image .entry__header {
        min-height: 37.5rem; } }
  .page .has-featured-image .entry__header-inner {
    max-width: 58.75rem;
    padding: 4rem 1.75rem; }
    .page-type-longform .page .has-featured-image .entry__header-inner {
      padding: 0 1.75rem; }
  .page .has-featured-image .entry__excerpt {
    font-size: 1.375rem;
    line-height: 2rem; }
    @media (min-width: 48.0625rem) {
      .page .has-featured-image .entry__excerpt {
        font-size: 1.75rem;
        line-height: 2.25rem; } }
  @media (max-width: 48rem) {
    .page .single-longform__header + article.page-types-longform.has-featured-image .entry__header {
      margin-top: 50px; } }
  .page .entry__header-inner {
    max-width: 47.5rem;
    padding: 6rem 1.75rem 0;
    width: 100%; }
  .page article:not(.page-types-longform) .entry__image {
    height: 100%;
    left: 50%;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    z-index: -1; }
    .page article:not(.page-types-longform) .entry__image img {
      height: 100%; }
  .page .entry__excerpt {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin: 0; }
    @media (min-width: 48.0625rem) {
      .page .entry__excerpt {
        font-size: 1.5rem;
        line-height: 2rem; } }
  .page .has-sidebar:not(.page-types-longform):not(.has-featured-image) .entry__header {
    margin-bottom: 1.75rem; }
    @media (min-width: 48.0625rem) {
      .page .has-sidebar:not(.page-types-longform):not(.has-featured-image) .entry__header {
        margin-bottom: 4rem; } }
  .page .has-sidebar:not(.page-types-longform):not(.has-featured-image) .entry__header-inner {
    margin: 0;
    max-width: 56.25rem;
    padding: 1.75rem 1.25rem;
    text-align: left; }
    @media (min-width: 48.0625rem) {
      .page .has-sidebar:not(.page-types-longform):not(.has-featured-image) .entry__header-inner {
        padding-top: 4rem; } }
  .page .has-sidebar:not(.page-types-longform):not(.has-featured-image) .entry__title {
    padding: 0; }

/**
 * Styles for the search form.
 * Used in header and on search results page.
 */
/* stylelint-disable block-closing-brace-newline-after, at-rule-empty-line-before, rule-empty-line-before */
/**
 * Convert px to rem or em. Unitless values are assumed to be in px.
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to either rem or em
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to em
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to rem
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Remove default browser button styles
 */
/**
 * Default input button styles
 */
/**
 * Visually hide an element and leave it only for screenreaders
 */
/**
 * Allow item outdent within a static width container.
 */
/**
 * Reusable button style mixin.
 */
/**
 * Build corners for callout module.
 */
/*
  https://github.com/fregante/object-fit-images/blob/master/preprocessors/mixin.scss
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/*
  Flexbox utility originally from curated content
*/
/* stylelint-enable */
/**
 * Generate map of breakpoint values
 */
/**
 * If you want, include custom media queries in the first parameter of map_merge below
 * (example 'admin-bar' media query provided)
 */
/**
 * Retrive prepared media query
 *
 * @param {string} $query Key to acess in breakpoints object. If you're lookin for one of the generated breakpoints,
 *                        pass in a string constructed using a key from $bp-values
 *                        and either 'min' (for `min-width`) or 'max' (for `max-width`), separated by a hyphen.
 */
/* Gradients */
/* stylelint-disable declaration-no-important */
/* stylelint-enable declaration-no-important */
@media (min-width: 48.0625rem) {
  .search-form--context-body {
    margin-bottom: 2.25rem; } }

@media (min-width: 48.0625rem) {
  .search-form--context-header {
    min-width: 500px;
    width: 100%; } }

.search-form--clear {
  cursor: pointer;
  display: inline-block;
  height: 15px;
  opacity: 0;
  position: absolute;
  right: calc(81px + 15px);
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  width: 15px; }
  .search-form--clear.is-visible {
    opacity: 1; }
  .search-form--clear::before, .search-form--clear::after {
    background-color: #3e8ede;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 15px; }
  .search-form--clear::before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .search-form--clear::after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

.search-form .search-form__button {
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-family: inherit;
  font-size: inherit;
  outline: none;
  overflow: visible;
  text-decoration: none;
  font-size: 1.375rem;
  line-height: 1.5625rem;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  font-weight: 500;
  padding: 0.5rem 0.875rem;
  text-transform: uppercase;
  -webkit-transition: color 0.1s ease-in-out, background 0.1s ease-in-out, border 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out, background 0.1s ease-in-out, border 0.1s ease-in-out;
  transition: color 0.1s ease-in-out, background 0.1s ease-in-out, border 0.1s ease-in-out;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-family: inherit;
  font-size: inherit;
  outline: none;
  overflow: visible;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #333;
  color: white;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.875rem;
  line-height: 1.375rem;
  align-items: center;
  border-radius: 0 3px 3px 0;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .search-form .search-form__button:hover {
    background-color: #5e5e5e;
    color: #fff; }
  .search-form .search-form__button:focus {
    text-decoration: underline; }

.search-form .search-form__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .search-form .search-form__form input[type=search]::-ms-clear,
  .search-form .search-form__form input[type=search]::-ms-reveal {
    display: none;
    height: 0;
    width: 0; }
  .search-form .search-form__form input[type="search"]::-webkit-search-decoration,
  .search-form .search-form__form input[type="search"]::-webkit-search-cancel-button,
  .search-form .search-form__form input[type="search"]::-webkit-search-results-button,
  .search-form .search-form__form input[type="search"]::-webkit-search-results-decoration {
    display: none; }

.search-form .search-form__field {
  font-size: 1.25rem;
  line-height: 1.75rem;
  background: #fff;
  border: none;
  color: #262626;
  font-family: inherit;
  -webkit-appearance: none;
  background-color: #fff;
  border-radius: 3px 0 0 3px;
  color: #6c5e70;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0;
  outline: none;
  padding: 0.625rem 0.875rem;
  width: 100%; }
  @media (min-width: 48.0625rem) {
    .search-form .search-form__field {
      font-size: 1.375rem;
      line-height: 1.875rem; } }
  @media (max-width: 31.9375rem) {
    .search-form .search-form__field {
      max-width: calc(100% - 30px); } }
  @media (min-width: 48.0625rem) {
    .search-form .search-form__field {
      width: 100%; }
      .search-form .search-form__field--context-header .search-form .search-form__field__field {
        -webkit-box-flex: 0;
            -ms-flex: 0;
                flex: 0; } }

.search-form--context-body .search-form__field {
  background-color: #efefef;
  color: #000; }

.search-form .search-form__label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.site__main {
  width: 100%; }

.site__content {
  margin-top: 3.4375rem; }
  @media (min-width: 48.0625rem) {
    .site__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 7.1875rem; }
      .page-type-longform .site__content {
        margin-top: 3.125rem; } }

.site__skip-link {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

@media (min-width: 48.0625rem) {
  .site__sidebar {
    margin-left: auto;
    max-width: 20rem;
    min-width: 20rem;
    padding-left: 2.25rem; } }

/* stylelint-disable block-closing-brace-newline-after, at-rule-empty-line-before, rule-empty-line-before */
/**
 * Convert px to rem or em. Unitless values are assumed to be in px.
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to either rem or em
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to em
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to rem
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Remove default browser button styles
 */
/**
 * Default input button styles
 */
/**
 * Visually hide an element and leave it only for screenreaders
 */
/**
 * Allow item outdent within a static width container.
 */
/**
 * Reusable button style mixin.
 */
/**
 * Build corners for callout module.
 */
/*
  https://github.com/fregante/object-fit-images/blob/master/preprocessors/mixin.scss
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/*
  Flexbox utility originally from curated content
*/
/* stylelint-enable */
/**
 * Generate map of breakpoint values
 */
/**
 * If you want, include custom media queries in the first parameter of map_merge below
 * (example 'admin-bar' media query provided)
 */
/**
 * Retrive prepared media query
 *
 * @param {string} $query Key to acess in breakpoints object. If you're lookin for one of the generated breakpoints,
 *                        pass in a string constructed using a key from $bp-values
 *                        and either 'min' (for `min-width`) or 'max' (for `max-width`), separated by a hyphen.
 */
/* Gradients */
/* stylelint-disable declaration-no-important */
/* stylelint-enable declaration-no-important */
/* stylelint-disable declaration-no-important */
.block-editor-page.post-type-current .editor-post-title__input {
  font-family: "Noto Serif TC", georgia, times, serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem; }
  @media (min-width: 32rem) {
    .block-editor-page.post-type-current .editor-post-title__input {
      font-size: 2.625rem;
      line-height: 3.5rem; } }
  @media (min-width: 48.0625rem) {
    .block-editor-page.post-type-current .editor-post-title__input {
      font-size: 2.875rem;
      line-height: 3.875rem; } }

.block-editor-page {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .block-editor-page .editor-block-list__layout {
    margin-left: auto;
    margin-right: auto;
    max-width: 76.5rem; }
  .block-editor-page .editor-post-title__block {
    max-width: 56.25rem; }
  .block-editor-page .editor-post-title__input {
    font-size: 2.625rem;
    line-height: 3.5rem;
    font-family: "Roboto", helvetica, arial, sans-serif;
    font-weight: 700;
    margin-left: 0.875rem;
    margin-right: 0.875rem; }
    @media (min-width: 48.0625rem) {
      .block-editor-page .editor-post-title__input {
        font-size: 3.875rem;
        line-height: 4.875rem; } }
  .block-editor-page .editor-default-block-appender {
    margin-left: auto;
    margin-right: auto;
    padding: 1.25rem;
    max-width: 56.25rem; }
  .block-editor-page .editor-rich-text {
    font-family: "Roboto", helvetica, arial, sans-serif; }
  .block-editor-page .edit-post-visual-editor .editor-block-list__block .editor-block-list__block-edit {
    margin-bottom: 2.25rem;
    margin-top: 1.75rem; }
  .block-editor-page .editor-styles-wrapper p {
    font-size: 1.125rem;
    line-height: 1.6875rem;
    font-style: normal; }
    .block-editor-page .editor-styles-wrapper p.is-style-medium, .block-editor-page .editor-styles-wrapper p.has-medium-font-size {
      font-size: 1.375rem !important;
      line-height: 2rem; }
      @media (min-width: 48.0625rem) {
        .block-editor-page .editor-styles-wrapper p.is-style-medium, .block-editor-page .editor-styles-wrapper p.has-medium-font-size {
          font-size: 1.75rem !important;
          line-height: 2.25rem; } }
    .block-editor-page .editor-styles-wrapper p.is-style-large, .block-editor-page .editor-styles-wrapper p.has-large-font-size {
      font-size: 1.75rem;
      line-height: 2.375rem; }
      @media (min-width: 48.0625rem) {
        .block-editor-page .editor-styles-wrapper p.is-style-large, .block-editor-page .editor-styles-wrapper p.has-large-font-size {
          font-size: 1.875rem;
          line-height: 2.375rem; } }
    .block-editor-page .editor-styles-wrapper p.is-style-huge, .block-editor-page .editor-styles-wrapper p.has-huge-font-size {
      font-size: 1.875rem;
      line-height: 2.375rem; }
      @media (min-width: 48.0625rem) {
        .block-editor-page .editor-styles-wrapper p.is-style-huge, .block-editor-page .editor-styles-wrapper p.has-huge-font-size {
          font-size: 2.25rem;
          line-height: 2.75rem; } }
  .block-editor-page .editor-block-list__block {
    margin-left: auto;
    margin-right: auto;
    max-width: 56.25rem;
    padding: 2.25rem;
    padding-bottom: 0;
    padding-top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 100%; }
    .block-editor-page .editor-block-list__block .block-editor-rich-text__editable[data-is-placeholder-visible=true] {
      position: absolute;
      width: auto; }
    .block-editor-page .editor-block-list__block.alignwide, .block-editor-page .editor-block-list__block[data-align='wide'] {
      max-width: 76.5rem; }
    .block-editor-page .editor-block-list__block[data-type='core/image'], .block-editor-page .editor-block-list__block.alignfull, .block-editor-page .editor-block-list__block[data-align='full'] {
      margin: 0;
      max-width: none;
      width: auto; }
    .block-editor-page .editor-block-list__block .wp-block-table,
    .block-editor-page .editor-block-list__block .wp-block-cover,
    .block-editor-page .editor-block-list__block .wp-block-embed,
    .block-editor-page .editor-block-list__block .wp-block-image,
    .block-editor-page .editor-block-list__block .wp-block-gallery {
      max-width: 100% !important; }
    .block-editor-page .editor-block-list__block .wp-block-table.is-style-regular td {
      border: 1px solid #efefef; }
  .block-editor-page .wp-block-paragraph {
    margin: 0 !important; }
  .block-editor-page .wp-block-quote,
  .block-editor-page .wp-block-kauffman-blockquote {
    border-left: none !important;
    font-family: "Noto Serif TC", georgia, times, serif;
    font-weight: 600;
    margin: 0 auto 2.25rem;
    max-width: 58.75rem;
    min-width: 23.75rem;
    padding: 1.25rem;
    quotes: "“" "”";
    text-align: left; }
    @media (max-width: 31.9375rem) {
      .block-editor-page .wp-block-quote,
      .block-editor-page .wp-block-kauffman-blockquote {
        min-width: auto; } }
    .block-editor-page .wp-block-quote::before,
    .block-editor-page .wp-block-kauffman-blockquote::before {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNzUiIGhlaWdodD0iNTAiIHZpZXdib3g9IjAgMCA3OCA1MCIgZmlsbD0iIzMzN2NkNiI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik02MS4zMyAxNzcyLjMzYzAgOS4xNy03LjUgMTYuNjctMTYuNjYgMTYuNjctOS4xNyAwLTE2LjY3LTcuNS0xNi42Ny0xNi42N0EzMy4zMiAzMy4zMiAwIDAxNjEuMzMgMTczOXMtMTAuOTEgNC4wOC0xNi41OCAxNi42N2M5LjE3IDAgMTYuNTggNy41IDE2LjU4IDE2LjY2em0yNS4wOS0xNi42NmM5LjE2IDAgMTYuNTggNy41IDE2LjU4IDE2LjY2IDAgOS4xNy03LjUgMTYuNjctMTYuNjcgMTYuNjctOS4xNiAwLTE2LjY2LTcuNS0xNi42Ni0xNi42N0EzMy4zMiAzMy4zMiAwIDAxMTAzIDE3MzlzLTEwLjkyIDQuMDgtMTYuNTggMTYuNjd6Ii8+PC9kZWZzPjx1c2UgeGxpbms6aHJlZj0iI2EiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yOCAtMTczOSkiLz48L3N2Zz4=);
      background-repeat: no-repeat;
      background-size: contain;
      content: '';
      display: block;
      height: 8.75rem;
      margin-bottom: -6rem;
      margin-left: calc(50% - (62px/2));
      pointer-events: none;
      width: 3.875rem;
      z-index: 10; }
      .alignright .block-editor-page .wp-block-quote::before,
      .alignleft .block-editor-page .wp-block-quote::before, .alignright
      .block-editor-page .wp-block-kauffman-blockquote::before,
      .alignleft
      .block-editor-page .wp-block-kauffman-blockquote::before {
        margin-left: 0; }
    .block-editor-page .wp-block-quote.icon-color-pale-pink::before,
    .block-editor-page .wp-block-kauffman-blockquote.icon-color-pale-pink::before {
      color: #ff6578; }
    .block-editor-page .wp-block-quote.alignright,
    .block-editor-page .wp-block-kauffman-blockquote.alignright {
      margin-left: 4.5rem;
      max-width: 20rem; }
      @media (max-width: 31.9375rem) {
        .block-editor-page .wp-block-quote.alignright,
        .block-editor-page .wp-block-kauffman-blockquote.alignright {
          margin-left: auto;
          max-width: none; } }
    .block-editor-page .wp-block-quote.alignleft,
    .block-editor-page .wp-block-kauffman-blockquote.alignleft {
      margin-right: 4.5rem;
      max-width: 20rem; }
      @media (max-width: 31.9375rem) {
        .block-editor-page .wp-block-quote.alignleft,
        .block-editor-page .wp-block-kauffman-blockquote.alignleft {
          margin-right: auto;
          max-width: none; } }
    .block-editor-page .wp-block-quote.wp-block-pullquote,
    .block-editor-page .wp-block-kauffman-blockquote.wp-block-pullquote {
      border: none; }
    .block-editor-page .wp-block-quote p,
    .block-editor-page .wp-block-quote .editor-rich-text p,
    .block-editor-page .wp-block-kauffman-blockquote p,
    .block-editor-page .wp-block-kauffman-blockquote .editor-rich-text p {
      font-size: 1.75rem;
      line-height: 2.375rem;
      color: #333;
      font-family: "Noto Serif TC", georgia, times, serif;
      margin: 1.25rem 0;
      max-width: 100%;
      padding: 0; }
      @media (min-width: 48.0625rem) {
        .block-editor-page .wp-block-quote p,
        .block-editor-page .wp-block-quote .editor-rich-text p,
        .block-editor-page .wp-block-kauffman-blockquote p,
        .block-editor-page .wp-block-kauffman-blockquote .editor-rich-text p {
          font-size: 1.875rem;
          line-height: 2.375rem; } }
      @media (max-width: 31.9375rem) {
        .block-editor-page .wp-block-quote p,
        .block-editor-page .wp-block-quote .editor-rich-text p,
        .block-editor-page .wp-block-kauffman-blockquote p,
        .block-editor-page .wp-block-kauffman-blockquote .editor-rich-text p {
          font-size: 1.25rem;
          line-height: 1.75rem; } }
  @media (max-width: 31.9375rem) and (min-width: 48.0625rem) {
    .block-editor-page .wp-block-quote p,
    .block-editor-page .wp-block-quote .editor-rich-text p,
    .block-editor-page .wp-block-kauffman-blockquote p,
    .block-editor-page .wp-block-kauffman-blockquote .editor-rich-text p {
      font-size: 1.375rem;
      line-height: 1.875rem; } }
    .block-editor-page .wp-block-quote.is-style-large p,
    .block-editor-page .wp-block-kauffman-blockquote.is-style-large p {
      font-size: 1.875rem;
      line-height: 2.375rem;
      font-style: normal; }
      @media (min-width: 48.0625rem) {
        .block-editor-page .wp-block-quote.is-style-large p,
        .block-editor-page .wp-block-kauffman-blockquote.is-style-large p {
          font-size: 2.25rem;
          line-height: 2.75rem; } }
      @media (max-width: 31.9375rem) {
        .block-editor-page .wp-block-quote.is-style-large p,
        .block-editor-page .wp-block-kauffman-blockquote.is-style-large p {
          font-size: 1.375rem;
          line-height: 2rem; } }
  @media (max-width: 31.9375rem) and (min-width: 48.0625rem) {
    .block-editor-page .wp-block-quote.is-style-large p,
    .block-editor-page .wp-block-kauffman-blockquote.is-style-large p {
      font-size: 1.75rem;
      line-height: 2.25rem; } }
    .block-editor-page .wp-block-quote cite,
    .block-editor-page .wp-block-quote .wp-block-pullquote__citation,
    .block-editor-page .wp-block-quote .wp-block-quote__citation,
    .block-editor-page .wp-block-kauffman-blockquote cite,
    .block-editor-page .wp-block-kauffman-blockquote .wp-block-pullquote__citation,
    .block-editor-page .wp-block-kauffman-blockquote .wp-block-quote__citation {
      font-size: 1.25rem;
      line-height: 1.75rem;
      color: #424242;
      font-family: "Roboto", helvetica, arial, sans-serif;
      font-weight: 400;
      margin-top: 0;
      text-transform: none !important; }
      @media (min-width: 48.0625rem) {
        .block-editor-page .wp-block-quote cite,
        .block-editor-page .wp-block-quote .wp-block-pullquote__citation,
        .block-editor-page .wp-block-quote .wp-block-quote__citation,
        .block-editor-page .wp-block-kauffman-blockquote cite,
        .block-editor-page .wp-block-kauffman-blockquote .wp-block-pullquote__citation,
        .block-editor-page .wp-block-kauffman-blockquote .wp-block-quote__citation {
          font-size: 1.375rem;
          line-height: 1.875rem; } }
      .block-editor-page .wp-block-quote cite a,
      .block-editor-page .wp-block-quote .wp-block-pullquote__citation a,
      .block-editor-page .wp-block-quote .wp-block-quote__citation a,
      .block-editor-page .wp-block-kauffman-blockquote cite a,
      .block-editor-page .wp-block-kauffman-blockquote .wp-block-pullquote__citation a,
      .block-editor-page .wp-block-kauffman-blockquote .wp-block-quote__citation a {
        color: inherit;
        font-weight: inherit; }
      @media (max-width: 31.9375rem) {
        .block-editor-page .wp-block-quote cite,
        .block-editor-page .wp-block-quote .wp-block-pullquote__citation,
        .block-editor-page .wp-block-quote .wp-block-quote__citation,
        .block-editor-page .wp-block-kauffman-blockquote cite,
        .block-editor-page .wp-block-kauffman-blockquote .wp-block-pullquote__citation,
        .block-editor-page .wp-block-kauffman-blockquote .wp-block-quote__citation {
          font-size: 1rem;
          line-height: 1.5rem; } }
    .block-editor-page .wp-block-quote cite,
    .block-editor-page .wp-block-kauffman-blockquote cite {
      margin-left: initial;
      margin-right: initial; }

/**
 * Contains styles for core markup
 *
 * These should be used for both frontend representations of body content and admin editor styles
 *
 * All article-level nodes should be styled in this partial. A list of these nodes can be found here:
 * https://github.com/WordPress/WordPress/blob/master/wp-includes/kses.php#L61-L415
 */
article {
  position: relative; }

/* stylelint-disable selector-max-specificity, declaration-no-important */
.edit-post-layout__content a,
.rich-text a {
  color: #3e8ede; }
  .edit-post-layout__content a:hover,
  .rich-text a:hover {
    color: #2275c7;
    -webkit-transition: color 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out; }

.edit-post-layout__content abbr, .edit-post-layout__content acronym,
.rich-text abbr,
.rich-text acronym {
  color: #6c5e70;
  text-decoration: underline dotted; }

.edit-post-layout__content address,
.rich-text address {
  font-size: 1rem;
  line-height: 1.5rem;
  display: block; }

.edit-post-layout__content blockquote,
.rich-text blockquote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  font-family: "Roboto", helvetica, arial, sans-serif; }

.edit-post-layout__content cite,
.rich-text cite {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: 300;
  margin-left: auto; }

.edit-post-layout__content code, .edit-post-layout__content var, .edit-post-layout__content tt, .edit-post-layout__content kbd,
.rich-text code,
.rich-text var,
.rich-text tt,
.rich-text kbd {
  display: inline;
  font: 400 1em "Roboto Mono", monospace; }

.edit-post-layout__content em, .edit-post-layout__content i,
.rich-text em,
.rich-text i {
  font-style: italic; }

.edit-post-layout__content figcaption,
.rich-text figcaption {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #424242;
  display: block;
  font-family: "Roboto", helvetica, arial, sans-serif;
  line-height: 1.4rem;
  margin-top: 0.75rem;
  padding: 0;
  text-align: left;
  width: 100%; }
  @media (max-width: 31.9375rem) {
    .edit-post-layout__content figcaption,
    .rich-text figcaption {
      font-size: 0.875rem;
      line-height: 1.375rem; } }

.edit-post-layout__content figure,
.rich-text figure {
  display: block; }

.edit-post-layout__content h1,
.rich-text h1 {
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem;
  max-width: 58.75rem;
  display: block;
  font-family: "Roboto Condensed", "Roboto", helvetica, arial, sans-serif;
  font-weight: 700;
  margin-bottom: 1.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-top: 0;
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 3.5rem; }
  .page-type-longform .edit-post-layout__content h1, .page-type-longform
  .rich-text h1 {
    margin-left: auto;
    margin-right: auto;
    padding: 0rem 1.25rem;
    max-width: 40.625rem; }
  .edit-post-layout__content h1.editor-rich-text__tinymce, .edit-post-layout__content h1.editor-rich-text__editable,
  .rich-text h1.editor-rich-text__tinymce,
  .rich-text h1.editor-rich-text__editable {
    margin-left: 0;
    margin-right: 0; }
  @media (min-width: 48.0625rem) {
    .edit-post-layout__content h1,
    .rich-text h1 {
      font-size: 2.875rem;
      line-height: 3.875rem; } }

.edit-post-layout__content h2,
.rich-text h2 {
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem;
  max-width: 58.75rem;
  display: block;
  font-family: "Roboto Condensed", "Roboto", helvetica, arial, sans-serif;
  font-weight: 700;
  margin-bottom: 1.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-top: 0;
  font-size: 1.375rem;
  line-height: 2rem; }
  .page-type-longform .edit-post-layout__content h2, .page-type-longform
  .rich-text h2 {
    margin-left: auto;
    margin-right: auto;
    padding: 0rem 1.25rem;
    max-width: 40.625rem; }
  .edit-post-layout__content h2.editor-rich-text__tinymce, .edit-post-layout__content h2.editor-rich-text__editable,
  .rich-text h2.editor-rich-text__tinymce,
  .rich-text h2.editor-rich-text__editable {
    margin-left: 0;
    margin-right: 0; }
  @media (min-width: 48.0625rem) {
    .edit-post-layout__content h2,
    .rich-text h2 {
      font-size: 1.75rem;
      line-height: 2.25rem; } }

.edit-post-layout__content h3,
.rich-text h3 {
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem;
  max-width: 58.75rem;
  display: block;
  font-family: "Roboto Condensed", "Roboto", helvetica, arial, sans-serif;
  font-weight: 700;
  margin-bottom: 1.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-top: 0;
  font-size: 1.25rem;
  line-height: 1.75rem; }
  .page-type-longform .edit-post-layout__content h3, .page-type-longform
  .rich-text h3 {
    margin-left: auto;
    margin-right: auto;
    padding: 0rem 1.25rem;
    max-width: 40.625rem; }
  .edit-post-layout__content h3.editor-rich-text__tinymce, .edit-post-layout__content h3.editor-rich-text__editable,
  .rich-text h3.editor-rich-text__tinymce,
  .rich-text h3.editor-rich-text__editable {
    margin-left: 0;
    margin-right: 0; }
  @media (min-width: 48.0625rem) {
    .edit-post-layout__content h3,
    .rich-text h3 {
      font-size: 1.375rem;
      line-height: 1.875rem; } }

.edit-post-layout__content h4,
.rich-text h4 {
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem;
  max-width: 58.75rem;
  display: block;
  font-family: "Roboto Condensed", "Roboto", helvetica, arial, sans-serif;
  font-weight: 700;
  margin-bottom: 1.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-top: 0;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-transform: uppercase; }
  .page-type-longform .edit-post-layout__content h4, .page-type-longform
  .rich-text h4 {
    margin-left: auto;
    margin-right: auto;
    padding: 0rem 1.25rem;
    max-width: 40.625rem; }
  .edit-post-layout__content h4.editor-rich-text__tinymce, .edit-post-layout__content h4.editor-rich-text__editable,
  .rich-text h4.editor-rich-text__tinymce,
  .rich-text h4.editor-rich-text__editable {
    margin-left: 0;
    margin-right: 0; }

.edit-post-layout__content h5,
.rich-text h5 {
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem;
  max-width: 58.75rem;
  display: block;
  font-family: "Roboto Condensed", "Roboto", helvetica, arial, sans-serif;
  font-weight: 700;
  margin-bottom: 1.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-top: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Roboto", helvetica, arial, sans-serif;
  margin-bottom: 1.25rem;
  text-transform: uppercase; }
  .page-type-longform .edit-post-layout__content h5, .page-type-longform
  .rich-text h5 {
    margin-left: auto;
    margin-right: auto;
    padding: 0rem 1.25rem;
    max-width: 40.625rem; }
  .edit-post-layout__content h5.editor-rich-text__tinymce, .edit-post-layout__content h5.editor-rich-text__editable,
  .rich-text h5.editor-rich-text__tinymce,
  .rich-text h5.editor-rich-text__editable {
    margin-left: 0;
    margin-right: 0; }

.edit-post-layout__content h6,
.rich-text h6 {
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem;
  max-width: 58.75rem;
  display: block;
  font-family: "Roboto Condensed", "Roboto", helvetica, arial, sans-serif;
  font-weight: 700;
  margin-bottom: 1.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-top: 0;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: "Roboto", helvetica, arial, sans-serif;
  margin-bottom: 1.25rem;
  text-transform: uppercase; }
  .page-type-longform .edit-post-layout__content h6, .page-type-longform
  .rich-text h6 {
    margin-left: auto;
    margin-right: auto;
    padding: 0rem 1.25rem;
    max-width: 40.625rem; }
  .edit-post-layout__content h6.editor-rich-text__tinymce, .edit-post-layout__content h6.editor-rich-text__editable,
  .rich-text h6.editor-rich-text__tinymce,
  .rich-text h6.editor-rich-text__editable {
    margin-left: 0;
    margin-right: 0; }

.edit-post-layout__content hr,
.rich-text hr {
  border: 1px solid #d8d8d8;
  border-width: 1px 0 0;
  display: block; }

.edit-post-layout__content img,
.rich-text img {
  border: 0;
  display: block; }
  p .edit-post-layout__content img, p
  .rich-text img {
    margin-bottom: 1.25rem; }
  .attachment .edit-post-layout__content img,
  .widget-area .edit-post-layout__content img, .edit-post-layout__content img.size-auto, .edit-post-layout__content img.size-full, .edit-post-layout__content img.size-large, .edit-post-layout__content img.size-medium, .attachment
  .rich-text img,
  .widget-area
  .rich-text img,
  .rich-text img.size-auto,
  .rich-text img.size-full,
  .rich-text img.size-large,
  .rich-text img.size-medium {
    height: auto;
    max-width: 100%; }
  .wp-caption .edit-post-layout__content img, .wp-caption
  .rich-text img {
    margin: 0.875rem; }

.edit-post-layout__content ol,
.rich-text ol {
  margin-left: auto;
  margin-right: auto;
  padding: 0rem 1.25rem 2.25rem 3.75rem;
  max-width: 56.25rem;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  display: block;
  font-style: normal;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  list-style: decimal outside none; }
  .wp-block-column .edit-post-layout__content ol, .wp-block-column
  .rich-text ol {
    padding-left: 1.25rem; }
  .page-type-longform .edit-post-layout__content ol, .page-type-longform
  .rich-text ol {
    margin-left: auto;
    margin-right: auto;
    padding: 0rem 1.25rem;
    max-width: 40.625rem; }
  .edit-post-layout__content ol.editor-rich-text__tinymce, .edit-post-layout__content ol.editor-rich-text__editable,
  .rich-text ol.editor-rich-text__tinymce,
  .rich-text ol.editor-rich-text__editable {
    margin-left: 0;
    padding-left: 0; }
  .edit-post-layout__content ol .edit-post-layout__content ol,
  .rich-text ol .edit-post-layout__content ol, .edit-post-layout__content ol
  .rich-text ol,
  .rich-text ol
  .rich-text ol {
    margin-top: 1.75rem; }
  .edit-post-layout__content ol li,
  .rich-text ol li {
    margin: 0.875rem 0 0.875rem 1.25rem; }
  .edit-post-layout__content ol > li > ol,
  .rich-text ol > li > ol {
    list-style-type: lower-roman;
    margin-bottom: 0; }
    .edit-post-layout__content ol > li > ol > li > ol,
    .rich-text ol > li > ol > li > ol {
      list-style-type: lower-alpha;
      margin-bottom: 0; }

.edit-post-layout__content p,
.rich-text p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem;
  max-width: 58.75rem;
  display: block;
  font-style: normal;
  margin-bottom: 2.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-top: 0; }
  .page-type-longform .edit-post-layout__content p, .page-type-longform
  .rich-text p {
    margin-left: auto;
    margin-right: auto;
    padding: 0rem 1.25rem;
    max-width: 40.625rem; }
  .edit-post-layout__content p.is-style-medium, .edit-post-layout__content p.has-medium-font-size,
  .rich-text p.is-style-medium,
  .rich-text p.has-medium-font-size {
    font-size: 1.25rem;
    line-height: 1.75rem; }
    @media (min-width: 48.0625rem) {
      .edit-post-layout__content p.is-style-medium, .edit-post-layout__content p.has-medium-font-size,
      .rich-text p.is-style-medium,
      .rich-text p.has-medium-font-size {
        font-size: 1.375rem;
        line-height: 1.875rem; } }
  .edit-post-layout__content p.is-style-large, .edit-post-layout__content p.has-large-font-size,
  .rich-text p.is-style-large,
  .rich-text p.has-large-font-size {
    font-size: 1.375rem;
    line-height: 2rem; }
    @media (min-width: 48.0625rem) {
      .edit-post-layout__content p.is-style-large, .edit-post-layout__content p.has-large-font-size,
      .rich-text p.is-style-large,
      .rich-text p.has-large-font-size {
        font-size: 1.75rem;
        line-height: 2.25rem; } }
  .edit-post-layout__content p.is-style-huge, .edit-post-layout__content p.has-huge-font-size,
  .rich-text p.is-style-huge,
  .rich-text p.has-huge-font-size {
    font-size: 1.75rem;
    line-height: 2.375rem; }
    @media (min-width: 48.0625rem) {
      .edit-post-layout__content p.is-style-huge, .edit-post-layout__content p.has-huge-font-size,
      .rich-text p.is-style-huge,
      .rich-text p.has-huge-font-size {
        font-size: 1.875rem;
        line-height: 2.375rem; } }

.edit-post-layout__content small,
.rich-text small {
  font-size: 0.875rem;
  line-height: 1.375rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem;
  max-width: 58.75rem;
  display: block;
  font-style: normal;
  margin-bottom: 2.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-top: 0; }

.edit-post-layout__content pre,
.rich-text pre {
  font: 400 1em "Roboto Mono", monospace; }

.edit-post-layout__content strike, .edit-post-layout__content del,
.rich-text strike,
.rich-text del {
  text-decoration: line-through; }

.edit-post-layout__content strong, .edit-post-layout__content b,
.rich-text strong,
.rich-text b {
  font-weight: 700; }

.edit-post-layout__content ul,
.rich-text ul {
  margin-left: auto;
  margin-right: auto;
  padding: 0rem 1.25rem 2.25rem 3.75rem;
  max-width: 56.25rem;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  display: block;
  font-style: normal;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  list-style: disc outside none; }
  .wp-block-column .edit-post-layout__content ul, .wp-block-column
  .rich-text ul {
    padding-left: 1.25rem; }
  .page-type-longform .edit-post-layout__content ul, .page-type-longform
  .rich-text ul {
    margin-left: auto;
    margin-right: auto;
    padding: 0rem 1.25rem;
    max-width: 40.625rem; }
  .edit-post-layout__content ul.editor-rich-text__tinymce, .edit-post-layout__content ul.editor-rich-text__editable,
  .rich-text ul.editor-rich-text__tinymce,
  .rich-text ul.editor-rich-text__editable {
    margin-left: 0;
    padding-left: 0; }
  .edit-post-layout__content ul .edit-post-layout__content ul,
  .rich-text ul .edit-post-layout__content ul, .edit-post-layout__content ul
  .rich-text ul,
  .rich-text ul
  .rich-text ul {
    margin-top: 1.75rem; }
  .edit-post-layout__content ul li,
  .rich-text ul li {
    margin: 0.875rem 0 0.875rem 1.25rem; }
  .edit-post-layout__content ul > li > ul,
  .rich-text ul > li > ul {
    list-style-type: circle;
    margin-bottom: 0; }
    .edit-post-layout__content ul > li > ul > li > ul,
    .rich-text ul > li > ul > li > ul {
      list-style-type: square;
      margin-bottom: 0; }

.edit-post-layout__content video,
.rich-text video {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.edit-post-layout__content area, .edit-post-layout__content article, .edit-post-layout__content aside, .edit-post-layout__content audio, .edit-post-layout__content colgroup, .edit-post-layout__content details, .edit-post-layout__content footer, .edit-post-layout__content form, .edit-post-layout__content header, .edit-post-layout__content hgroup, .edit-post-layout__content pre, .edit-post-layout__content q, .edit-post-layout__content section, .edit-post-layout__content summary, .edit-post-layout__content table,
.rich-text area,
.rich-text article,
.rich-text aside,
.rich-text audio,
.rich-text colgroup,
.rich-text details,
.rich-text footer,
.rich-text form,
.rich-text header,
.rich-text hgroup,
.rich-text pre,
.rich-text q,
.rich-text section,
.rich-text summary,
.rich-text table {
  display: block; }

.edit-post-layout__content [class^='wp-block-'].aligncenter, .edit-post-layout__content .aligncenter,
.rich-text [class^='wp-block-'].aligncenter,
.rich-text .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.edit-post-layout__content [class^='wp-block-'].alignfull, .edit-post-layout__content .alignfull,
.rich-text [class^='wp-block-'].alignfull,
.rich-text .alignfull {
  max-width: calc(100vw - 0.625rem);
  padding: 0; }
  article:not(.has-sidebar) .edit-post-layout__content [class^='wp-block-'].alignfull, article:not(.has-sidebar) .edit-post-layout__content .alignfull, article:not(.has-sidebar)
  .rich-text [class^='wp-block-'].alignfull, article:not(.has-sidebar)
  .rich-text .alignfull {
    margin-left: calc(-50vw + 50%);
    -webkit-transform: translateX(calc(50vw - 50%));
        -ms-transform: translateX(calc(50vw - 50%));
            transform: translateX(calc(50vw - 50%));
    width: 100vw; }

.edit-post-layout__content [class^='wp-block-'].alignleft, .edit-post-layout__content .alignleft,
.rich-text [class^='wp-block-'].alignleft,
.rich-text .alignleft {
  display: block;
  padding: 0 1.25rem;
  text-align: left; }
  @media (min-width: 32rem) {
    .edit-post-layout__content [class^='wp-block-'].alignleft, .edit-post-layout__content .alignleft,
    .rich-text [class^='wp-block-'].alignleft,
    .rich-text .alignleft {
      float: left;
      margin-bottom: 1.25rem;
      margin-left: 1.25rem;
      margin-right: 2.5rem;
      padding: 0; } }

.edit-post-layout__content [class^='wp-block-'].alignright, .edit-post-layout__content .alignright,
.rich-text [class^='wp-block-'].alignright,
.rich-text .alignright {
  display: block;
  padding: 0 1.25rem;
  text-align: right; }
  @media (min-width: 32rem) {
    .edit-post-layout__content [class^='wp-block-'].alignright, .edit-post-layout__content .alignright,
    .rich-text [class^='wp-block-'].alignright,
    .rich-text .alignright {
      float: right;
      margin-bottom: 1.25rem;
      margin-left: 2.5rem;
      margin-right: 1.25rem;
      padding: 0; } }

.edit-post-layout__content [class^='wp-block-'].alignwide, .edit-post-layout__content .alignwide,
.rich-text [class^='wp-block-'].alignwide,
.rich-text .alignwide {
  max-width: 79rem; }

.edit-post-layout__content .wp-block-button,
.rich-text .wp-block-button {
  border-radius: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 auto 1.5rem;
  max-width: 58.75rem; }
  .edit-post-layout__content .wp-block-button:not(.alignleft):not(.alignright),
  .rich-text .wp-block-button:not(.alignleft):not(.alignright) {
    padding: 0 1.25rem; }
  .edit-post-layout__content .wp-block-button .wp-block-button__link,
  .rich-text .wp-block-button .wp-block-button__link {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.25rem;
    text-transform: uppercase;
    border-radius: 0;
    min-width: 16.25rem;
    padding: 0.8125rem 2.25rem 0.8125rem 1.75rem; }
    .edit-post-layout__content .wp-block-button .wp-block-button__link:hover,
    .rich-text .wp-block-button .wp-block-button__link:hover {
      text-decoration: none; }
    .edit-post-layout__content .wp-block-button .wp-block-button__link:not(.has-text-color),
    .rich-text .wp-block-button .wp-block-button__link:not(.has-text-color) {
      color: #fff; }
      .edit-post-layout__content .wp-block-button .wp-block-button__link:not(.has-text-color):hover,
      .rich-text .wp-block-button .wp-block-button__link:not(.has-text-color):hover {
        color: #fff; }
    .edit-post-layout__content .wp-block-button .wp-block-button__link:not(.has-background),
    .rich-text .wp-block-button .wp-block-button__link:not(.has-background) {
      background-color: #3e8ede;
      color: #fff; }
      .edit-post-layout__content .wp-block-button .wp-block-button__link:not(.has-background):hover, .edit-post-layout__content .wp-block-button .wp-block-button__link:not(.has-background):focus,
      .rich-text .wp-block-button .wp-block-button__link:not(.has-background):hover,
      .rich-text .wp-block-button .wp-block-button__link:not(.has-background):focus {
        background-color: #1b5b9b; }
    .edit-post-layout__content .wp-block-button .wp-block-button__link.has-blue-color, .edit-post-layout__content .wp-block-button .wp-block-button__link.has-blue-color:hover, .edit-post-layout__content .wp-block-button .wp-block-button__link.has-blue-color:focus,
    .rich-text .wp-block-button .wp-block-button__link.has-blue-color,
    .rich-text .wp-block-button .wp-block-button__link.has-blue-color:hover,
    .rich-text .wp-block-button .wp-block-button__link.has-blue-color:focus {
      color: #3e8ede; }
    .edit-post-layout__content .wp-block-button .wp-block-button__link.has-blue-background-color,
    .rich-text .wp-block-button .wp-block-button__link.has-blue-background-color {
      background-color: #3e8ede; }
    .edit-post-layout__content .wp-block-button .wp-block-button__link.has-blue-background-color:hover, .edit-post-layout__content .wp-block-button .wp-block-button__link.has-blue-background-color:focus,
    .rich-text .wp-block-button .wp-block-button__link.has-blue-background-color:hover,
    .rich-text .wp-block-button .wp-block-button__link.has-blue-background-color:focus {
      background-color: #2275c7; }
    .edit-post-layout__content .wp-block-button .wp-block-button__link.has-light-gray-color, .edit-post-layout__content .wp-block-button .wp-block-button__link.has-light-gray-color:hover, .edit-post-layout__content .wp-block-button .wp-block-button__link.has-light-gray-color:focus,
    .rich-text .wp-block-button .wp-block-button__link.has-light-gray-color,
    .rich-text .wp-block-button .wp-block-button__link.has-light-gray-color:hover,
    .rich-text .wp-block-button .wp-block-button__link.has-light-gray-color:focus {
      color: #efefef; }
    .edit-post-layout__content .wp-block-button .wp-block-button__link.has-light-gray-background-color,
    .rich-text .wp-block-button .wp-block-button__link.has-light-gray-background-color {
      background-color: #efefef; }
    .edit-post-layout__content .wp-block-button .wp-block-button__link.has-light-gray-background-color:hover, .edit-post-layout__content .wp-block-button .wp-block-button__link.has-light-gray-background-color:focus,
    .rich-text .wp-block-button .wp-block-button__link.has-light-gray-background-color:hover,
    .rich-text .wp-block-button .wp-block-button__link.has-light-gray-background-color:focus {
      background-color: #d6d6d6; }
    .edit-post-layout__content .wp-block-button .wp-block-button__link.has-mid-gray-color, .edit-post-layout__content .wp-block-button .wp-block-button__link.has-mid-gray-color:hover, .edit-post-layout__content .wp-block-button .wp-block-button__link.has-mid-gray-color:focus,
    .rich-text .wp-block-button .wp-block-button__link.has-mid-gray-color,
    .rich-text .wp-block-button .wp-block-button__link.has-mid-gray-color:hover,
    .rich-text .wp-block-button .wp-block-button__link.has-mid-gray-color:focus {
      color: #777; }
    .edit-post-layout__content .wp-block-button .wp-block-button__link.has-mid-gray-background-color,
    .rich-text .wp-block-button .wp-block-button__link.has-mid-gray-background-color {
      background-color: #777; }
    .edit-post-layout__content .wp-block-button .wp-block-button__link.has-mid-gray-background-color:hover, .edit-post-layout__content .wp-block-button .wp-block-button__link.has-mid-gray-background-color:focus,
    .rich-text .wp-block-button .wp-block-button__link.has-mid-gray-background-color:hover,
    .rich-text .wp-block-button .wp-block-button__link.has-mid-gray-background-color:focus {
      background-color: #5e5e5e; }
    .edit-post-layout__content .wp-block-button .wp-block-button__link.has-dark-gray-color, .edit-post-layout__content .wp-block-button .wp-block-button__link.has-dark-gray-color:hover, .edit-post-layout__content .wp-block-button .wp-block-button__link.has-dark-gray-color:focus,
    .rich-text .wp-block-button .wp-block-button__link.has-dark-gray-color,
    .rich-text .wp-block-button .wp-block-button__link.has-dark-gray-color:hover,
    .rich-text .wp-block-button .wp-block-button__link.has-dark-gray-color:focus {
      color: #333; }
    .edit-post-layout__content .wp-block-button .wp-block-button__link.has-dark-gray-background-color,
    .rich-text .wp-block-button .wp-block-button__link.has-dark-gray-background-color {
      background-color: #333; }
    .edit-post-layout__content .wp-block-button .wp-block-button__link.has-dark-gray-background-color:hover, .edit-post-layout__content .wp-block-button .wp-block-button__link.has-dark-gray-background-color:focus,
    .rich-text .wp-block-button .wp-block-button__link.has-dark-gray-background-color:hover,
    .rich-text .wp-block-button .wp-block-button__link.has-dark-gray-background-color:focus {
      background-color: #1a1a1a; }
    .edit-post-layout__content .wp-block-button .wp-block-button__link.has-white-color, .edit-post-layout__content .wp-block-button .wp-block-button__link.has-white-color:hover, .edit-post-layout__content .wp-block-button .wp-block-button__link.has-white-color:focus,
    .rich-text .wp-block-button .wp-block-button__link.has-white-color,
    .rich-text .wp-block-button .wp-block-button__link.has-white-color:hover,
    .rich-text .wp-block-button .wp-block-button__link.has-white-color:focus {
      color: #fff; }
    .edit-post-layout__content .wp-block-button .wp-block-button__link.has-white-background-color,
    .rich-text .wp-block-button .wp-block-button__link.has-white-background-color {
      background-color: #fff; }
    .edit-post-layout__content .wp-block-button .wp-block-button__link.has-white-background-color:hover, .edit-post-layout__content .wp-block-button .wp-block-button__link.has-white-background-color:focus,
    .rich-text .wp-block-button .wp-block-button__link.has-white-background-color:hover,
    .rich-text .wp-block-button .wp-block-button__link.has-white-background-color:focus {
      background-color: #e6e6e6; }
    .edit-post-layout__content .wp-block-button .wp-block-button__link.has-orange-color, .edit-post-layout__content .wp-block-button .wp-block-button__link.has-orange-color:hover, .edit-post-layout__content .wp-block-button .wp-block-button__link.has-orange-color:focus,
    .rich-text .wp-block-button .wp-block-button__link.has-orange-color,
    .rich-text .wp-block-button .wp-block-button__link.has-orange-color:hover,
    .rich-text .wp-block-button .wp-block-button__link.has-orange-color:focus {
      color: #dd7b53; }
    .edit-post-layout__content .wp-block-button .wp-block-button__link.has-orange-background-color,
    .rich-text .wp-block-button .wp-block-button__link.has-orange-background-color {
      background-color: #dd7b53; }
    .edit-post-layout__content .wp-block-button .wp-block-button__link.has-orange-background-color:hover, .edit-post-layout__content .wp-block-button .wp-block-button__link.has-orange-background-color:focus,
    .rich-text .wp-block-button .wp-block-button__link.has-orange-background-color:hover,
    .rich-text .wp-block-button .wp-block-button__link.has-orange-background-color:focus {
      background-color: #d35b2a; }

.edit-post-layout__content .wp-block-cover, .edit-post-layout__content .wp-block-cover-image,
.rich-text .wp-block-cover,
.rich-text .wp-block-cover-image {
  margin-left: auto;
  margin-right: auto;
  max-width: 56.25rem;
  min-height: 18.75rem; }
  @media (min-width: 48.0625rem) {
    .edit-post-layout__content .wp-block-cover, .edit-post-layout__content .wp-block-cover-image,
    .rich-text .wp-block-cover,
    .rich-text .wp-block-cover-image {
      min-height: 37.5rem; } }
  .edit-post-layout__content .wp-block-cover.has-blue-background-color::before, .edit-post-layout__content .wp-block-cover-image.has-blue-background-color::before,
  .rich-text .wp-block-cover.has-blue-background-color::before,
  .rich-text .wp-block-cover-image.has-blue-background-color::before {
    background-color: #1b5b9b; }
  .edit-post-layout__content .wp-block-cover.has-light-gray-background-color::before, .edit-post-layout__content .wp-block-cover-image.has-light-gray-background-color::before,
  .rich-text .wp-block-cover.has-light-gray-background-color::before,
  .rich-text .wp-block-cover-image.has-light-gray-background-color::before {
    background-color: #bcbcbc; }
  .edit-post-layout__content .wp-block-cover.has-mid-gray-background-color::before, .edit-post-layout__content .wp-block-cover-image.has-mid-gray-background-color::before,
  .rich-text .wp-block-cover.has-mid-gray-background-color::before,
  .rich-text .wp-block-cover-image.has-mid-gray-background-color::before {
    background-color: #444444; }
  .edit-post-layout__content .wp-block-cover.has-dark-gray-background-color::before, .edit-post-layout__content .wp-block-cover-image.has-dark-gray-background-color::before,
  .rich-text .wp-block-cover.has-dark-gray-background-color::before,
  .rich-text .wp-block-cover-image.has-dark-gray-background-color::before {
    background-color: black; }
  .edit-post-layout__content .wp-block-cover.has-white-background-color::before, .edit-post-layout__content .wp-block-cover-image.has-white-background-color::before,
  .rich-text .wp-block-cover.has-white-background-color::before,
  .rich-text .wp-block-cover-image.has-white-background-color::before {
    background-color: #cccccc; }
  .edit-post-layout__content .wp-block-cover.has-orange-background-color::before, .edit-post-layout__content .wp-block-cover-image.has-orange-background-color::before,
  .rich-text .wp-block-cover.has-orange-background-color::before,
  .rich-text .wp-block-cover-image.has-orange-background-color::before {
    background-color: #a94921; }
  .edit-post-layout__content .wp-block-cover.has-background-dim.has-background-dim-10::before, .edit-post-layout__content .wp-block-cover-image.has-background-dim.has-background-dim-10::before,
  .rich-text .wp-block-cover.has-background-dim.has-background-dim-10::before,
  .rich-text .wp-block-cover-image.has-background-dim.has-background-dim-10::before {
    opacity: 0.1; }
  .edit-post-layout__content .wp-block-cover.has-background-dim.has-background-dim-20::before, .edit-post-layout__content .wp-block-cover-image.has-background-dim.has-background-dim-20::before,
  .rich-text .wp-block-cover.has-background-dim.has-background-dim-20::before,
  .rich-text .wp-block-cover-image.has-background-dim.has-background-dim-20::before {
    opacity: 0.2; }
  .edit-post-layout__content .wp-block-cover.has-background-dim.has-background-dim-30::before, .edit-post-layout__content .wp-block-cover-image.has-background-dim.has-background-dim-30::before,
  .rich-text .wp-block-cover.has-background-dim.has-background-dim-30::before,
  .rich-text .wp-block-cover-image.has-background-dim.has-background-dim-30::before {
    opacity: 0.3; }
  .edit-post-layout__content .wp-block-cover.has-background-dim.has-background-dim-40::before, .edit-post-layout__content .wp-block-cover-image.has-background-dim.has-background-dim-40::before,
  .rich-text .wp-block-cover.has-background-dim.has-background-dim-40::before,
  .rich-text .wp-block-cover-image.has-background-dim.has-background-dim-40::before {
    opacity: 0.4; }
  .edit-post-layout__content .wp-block-cover.has-background-dim.has-background-dim-50::before, .edit-post-layout__content .wp-block-cover-image.has-background-dim.has-background-dim-50::before,
  .rich-text .wp-block-cover.has-background-dim.has-background-dim-50::before,
  .rich-text .wp-block-cover-image.has-background-dim.has-background-dim-50::before {
    opacity: 0.5; }
  .edit-post-layout__content .wp-block-cover.has-background-dim.has-background-dim-60::before, .edit-post-layout__content .wp-block-cover-image.has-background-dim.has-background-dim-60::before,
  .rich-text .wp-block-cover.has-background-dim.has-background-dim-60::before,
  .rich-text .wp-block-cover-image.has-background-dim.has-background-dim-60::before {
    opacity: 0.6; }
  .edit-post-layout__content .wp-block-cover.has-background-dim.has-background-dim-70::before, .edit-post-layout__content .wp-block-cover-image.has-background-dim.has-background-dim-70::before,
  .rich-text .wp-block-cover.has-background-dim.has-background-dim-70::before,
  .rich-text .wp-block-cover-image.has-background-dim.has-background-dim-70::before {
    opacity: 0.7; }
  .edit-post-layout__content .wp-block-cover.has-background-dim.has-background-dim-80::before, .edit-post-layout__content .wp-block-cover-image.has-background-dim.has-background-dim-80::before,
  .rich-text .wp-block-cover.has-background-dim.has-background-dim-80::before,
  .rich-text .wp-block-cover-image.has-background-dim.has-background-dim-80::before {
    opacity: 0.8; }
  .edit-post-layout__content .wp-block-cover.has-background-dim.has-background-dim-90::before, .edit-post-layout__content .wp-block-cover-image.has-background-dim.has-background-dim-90::before,
  .rich-text .wp-block-cover.has-background-dim.has-background-dim-90::before,
  .rich-text .wp-block-cover-image.has-background-dim.has-background-dim-90::before {
    opacity: 0.9; }
  .edit-post-layout__content .wp-block-cover.has-background-dim.has-background-dim-100::before, .edit-post-layout__content .wp-block-cover-image.has-background-dim.has-background-dim-100::before,
  .rich-text .wp-block-cover.has-background-dim.has-background-dim-100::before,
  .rich-text .wp-block-cover-image.has-background-dim.has-background-dim-100::before {
    opacity: 1; }
  .edit-post-layout__content .wp-block-cover[data-align='wide'],
  [data-align='wide'] .edit-post-layout__content .wp-block-cover, .edit-post-layout__content .wp-block-cover.alignwide, .edit-post-layout__content .wp-block-cover-image[data-align='wide'],
  [data-align='wide'] .edit-post-layout__content .wp-block-cover-image, .edit-post-layout__content .wp-block-cover-image.alignwide,
  .rich-text .wp-block-cover[data-align='wide'],
  [data-align='wide']
  .rich-text .wp-block-cover,
  .rich-text .wp-block-cover.alignwide,
  .rich-text .wp-block-cover-image[data-align='wide'],
  [data-align='wide']
  .rich-text .wp-block-cover-image,
  .rich-text .wp-block-cover-image.alignwide {
    max-width: 76.5rem; }
  .edit-post-layout__content .wp-block-cover[data-align='full'],
  [data-align='full'] .edit-post-layout__content .wp-block-cover, .edit-post-layout__content .wp-block-cover.alignfull, .edit-post-layout__content .wp-block-cover-image[data-align='full'],
  [data-align='full'] .edit-post-layout__content .wp-block-cover-image, .edit-post-layout__content .wp-block-cover-image.alignfull,
  .rich-text .wp-block-cover[data-align='full'],
  [data-align='full']
  .rich-text .wp-block-cover,
  .rich-text .wp-block-cover.alignfull,
  .rich-text .wp-block-cover-image[data-align='full'],
  [data-align='full']
  .rich-text .wp-block-cover-image,
  .rich-text .wp-block-cover-image.alignfull {
    max-width: none;
    padding: 0; }
  .edit-post-layout__content .wp-block-cover .wp-block-cover-text,
  .edit-post-layout__content .wp-block-cover .wp-block-cover__inner-container, .edit-post-layout__content .wp-block-cover-image .wp-block-cover-text,
  .edit-post-layout__content .wp-block-cover-image .wp-block-cover__inner-container,
  .rich-text .wp-block-cover .wp-block-cover-text,
  .rich-text .wp-block-cover .wp-block-cover__inner-container,
  .rich-text .wp-block-cover-image .wp-block-cover-text,
  .rich-text .wp-block-cover-image .wp-block-cover__inner-container {
    z-index: 10; }
  .edit-post-layout__content .wp-block-cover .wp-block-cover-text,
  .edit-post-layout__content .wp-block-cover .wp-block-cover__inner-container p, .edit-post-layout__content .wp-block-cover-image .wp-block-cover-text,
  .edit-post-layout__content .wp-block-cover-image .wp-block-cover__inner-container p,
  .rich-text .wp-block-cover .wp-block-cover-text,
  .rich-text .wp-block-cover .wp-block-cover__inner-container p,
  .rich-text .wp-block-cover-image .wp-block-cover-text,
  .rich-text .wp-block-cover-image .wp-block-cover__inner-container p {
    color: #fff;
    font-family: "Noto Serif TC", georgia, times, serif;
    font-size: 2.625rem !important;
    font-weight: 700;
    line-height: 3.5rem; }
    @media (min-width: 48.0625rem) {
      .edit-post-layout__content .wp-block-cover .wp-block-cover-text,
      .edit-post-layout__content .wp-block-cover .wp-block-cover__inner-container p, .edit-post-layout__content .wp-block-cover-image .wp-block-cover-text,
      .edit-post-layout__content .wp-block-cover-image .wp-block-cover__inner-container p,
      .rich-text .wp-block-cover .wp-block-cover-text,
      .rich-text .wp-block-cover .wp-block-cover__inner-container p,
      .rich-text .wp-block-cover-image .wp-block-cover-text,
      .rich-text .wp-block-cover-image .wp-block-cover__inner-container p {
        font-size: 3.875rem !important;
        line-height: 5.125rem; } }

.edit-post-layout__content .wp-block-embed,
.rich-text .wp-block-embed {
  margin-left: auto;
  margin-right: auto;
  padding: 0rem;
  max-width: 58.75rem;
  margin: 0 1.25rem 2.25rem;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }
  @media (min-width: 32rem) {
    .edit-post-layout__content .wp-block-embed,
    .rich-text .wp-block-embed {
      margin: 0 auto 2.25rem; } }
  .page-type-longform .edit-post-layout__content .wp-block-embed:not(.alignwide):not(.alignfull), .page-type-longform
  .rich-text .wp-block-embed:not(.alignwide):not(.alignfull) {
    margin-left: auto;
    margin-right: auto;
    padding: 0rem 1.25rem;
    max-width: 40.625rem; }
  .edit-post-layout__content .wp-block-embed .wp-block-embed__wrapper,
  .rich-text .wp-block-embed .wp-block-embed__wrapper {
    height: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; }
  .edit-post-layout__content .wp-block-embed iframe,
  .rich-text .wp-block-embed iframe {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    position: absolute;
    top: 0;
    width: 100%; }
  .edit-post-layout__content .wp-block-embed figcaption,
  .rich-text .wp-block-embed figcaption {
    margin: 0.625rem 1.25rem 0; }
    @media (min-width: 48.0625rem) {
      .edit-post-layout__content .wp-block-embed figcaption,
      .rich-text .wp-block-embed figcaption {
        margin: 0.625rem 0 0; } }
  .edit-post-layout__content .wp-block-embed.alignright, .edit-post-layout__content .wp-block-embed.alignleft,
  .rich-text .wp-block-embed.alignright,
  .rich-text .wp-block-embed.alignleft {
    max-width: 28.75rem; }
  .edit-post-layout__content .wp-block-embed.alignfull,
  .rich-text .wp-block-embed.alignfull {
    max-width: 100vw; }
  .edit-post-layout__content .wp-block-embed.aligncenter > figcaption, .edit-post-layout__content .wp-block-embed.alignfull > figcaption, .edit-post-layout__content .wp-block-embed.alignwide > figcaption,
  .rich-text .wp-block-embed.aligncenter > figcaption,
  .rich-text .wp-block-embed.alignfull > figcaption,
  .rich-text .wp-block-embed.alignwide > figcaption {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }

.edit-post-layout__content .wp-block-gallery,
.rich-text .wp-block-gallery {
  margin-left: auto;
  margin-right: auto;
  padding: 0rem;
  max-width: 58.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .page-type-longform .edit-post-layout__content .wp-block-gallery:not(.alignwide):not(.alignfull), .page-type-longform
  .rich-text .wp-block-gallery:not(.alignwide):not(.alignfull) {
    margin-left: auto;
    margin-right: auto;
    padding: 0rem 1.25rem;
    max-width: 40.625rem; }

.edit-post-layout__content div.wp-block-image,
.rich-text div.wp-block-image {
  margin: 0 1.25rem 2.25rem;
  text-align: center; }
  @media (min-width: 32rem) {
    .edit-post-layout__content div.wp-block-image,
    .rich-text div.wp-block-image {
      margin: 0 auto 2.25rem; } }
  .edit-post-layout__content div.wp-block-image figcaption,
  .rich-text div.wp-block-image figcaption {
    caption-side: bottom;
    display: table-caption;
    margin: 0.625rem 1.25rem 0;
    max-width: 58.75rem;
    width: initial; }
    .wp-admin .edit-post-layout__content div.wp-block-image figcaption, .wp-admin
    .rich-text div.wp-block-image figcaption {
      display: block; }
    @media (min-width: 48.0625rem) {
      .edit-post-layout__content div.wp-block-image figcaption,
      .rich-text div.wp-block-image figcaption {
        margin: 0.625rem 0 0; } }
  .edit-post-layout__content div.wp-block-image > .aligncenter,
  .edit-post-layout__content div.wp-block-image > .alignleft,
  .edit-post-layout__content div.wp-block-image > .alignright,
  .rich-text div.wp-block-image > .aligncenter,
  .rich-text div.wp-block-image > .alignleft,
  .rich-text div.wp-block-image > .alignright {
    display: table;
    float: none; }
  .edit-post-layout__content div.wp-block-image > .alignleft,
  .edit-post-layout__content div.wp-block-image > .alignright,
  .rich-text div.wp-block-image > .alignleft,
  .rich-text div.wp-block-image > .alignright {
    margin: 0 auto 2.25rem;
    max-width: 28.75rem; }
    @media (min-width: 32rem) {
      .edit-post-layout__content div.wp-block-image > .alignleft,
      .edit-post-layout__content div.wp-block-image > .alignright,
      .rich-text div.wp-block-image > .alignleft,
      .rich-text div.wp-block-image > .alignright {
        margin: 0 1.25rem 2.25rem; } }
  @media (min-width: 32rem) {
    .edit-post-layout__content div.wp-block-image > .alignleft,
    .rich-text div.wp-block-image > .alignleft {
      float: left; } }
  @media (min-width: 32rem) {
    .edit-post-layout__content div.wp-block-image > .alignright,
    .rich-text div.wp-block-image > .alignright {
      float: right; } }
  .edit-post-layout__content div.wp-block-image > .aligncenter > figcaption,
  .rich-text div.wp-block-image > .aligncenter > figcaption {
    caption-side: bottom;
    display: table-caption;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    @media (min-width: 32rem) {
      .edit-post-layout__content div.wp-block-image > .aligncenter > figcaption,
      .rich-text div.wp-block-image > .aligncenter > figcaption {
        margin-left: 1.25rem;
        margin-right: 1.25rem; } }
  .edit-post-layout__content div.wp-block-image > figure:not(.alignleft):not(.alignright):not(.aligncenter):not(.alignfull):not(.alignwide),
  .rich-text div.wp-block-image > figure:not(.alignleft):not(.alignright):not(.aligncenter):not(.alignfull):not(.alignwide) {
    max-width: 56.25rem; }

.edit-post-layout__content figure.wp-block-image,
.rich-text figure.wp-block-image {
  margin: 0 1.25rem 2.25rem;
  text-align: center;
  display: table; }
  @media (min-width: 32rem) {
    .edit-post-layout__content figure.wp-block-image,
    .rich-text figure.wp-block-image {
      margin: 0 auto 2.25rem; } }
  .edit-post-layout__content figure.wp-block-image figcaption,
  .rich-text figure.wp-block-image figcaption {
    caption-side: bottom;
    display: table-caption;
    margin: 0.625rem 1.25rem 0;
    max-width: 58.75rem;
    width: initial; }
    .wp-admin .edit-post-layout__content figure.wp-block-image figcaption, .wp-admin
    .rich-text figure.wp-block-image figcaption {
      display: block; }
    @media (min-width: 48.0625rem) {
      .edit-post-layout__content figure.wp-block-image figcaption,
      .rich-text figure.wp-block-image figcaption {
        margin: 0.625rem 0 0; } }
  .edit-post-layout__content figure.wp-block-image > .aligncenter,
  .edit-post-layout__content figure.wp-block-image > .alignleft,
  .edit-post-layout__content figure.wp-block-image > .alignright,
  .rich-text figure.wp-block-image > .aligncenter,
  .rich-text figure.wp-block-image > .alignleft,
  .rich-text figure.wp-block-image > .alignright {
    display: table;
    float: none; }
  .edit-post-layout__content figure.wp-block-image > .alignleft,
  .edit-post-layout__content figure.wp-block-image > .alignright,
  .rich-text figure.wp-block-image > .alignleft,
  .rich-text figure.wp-block-image > .alignright {
    margin: 0 auto 2.25rem;
    max-width: 28.75rem; }
    @media (min-width: 32rem) {
      .edit-post-layout__content figure.wp-block-image > .alignleft,
      .edit-post-layout__content figure.wp-block-image > .alignright,
      .rich-text figure.wp-block-image > .alignleft,
      .rich-text figure.wp-block-image > .alignright {
        margin: 0 1.25rem 2.25rem; } }
  @media (min-width: 32rem) {
    .edit-post-layout__content figure.wp-block-image > .alignleft,
    .rich-text figure.wp-block-image > .alignleft {
      float: left; } }
  @media (min-width: 32rem) {
    .edit-post-layout__content figure.wp-block-image > .alignright,
    .rich-text figure.wp-block-image > .alignright {
      float: right; } }
  .edit-post-layout__content figure.wp-block-image > .aligncenter > figcaption,
  .rich-text figure.wp-block-image > .aligncenter > figcaption {
    caption-side: bottom;
    display: table-caption;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    @media (min-width: 32rem) {
      .edit-post-layout__content figure.wp-block-image > .aligncenter > figcaption,
      .rich-text figure.wp-block-image > .aligncenter > figcaption {
        margin-left: 1.25rem;
        margin-right: 1.25rem; } }
  .edit-post-layout__content figure.wp-block-image:not(.alignleft):not(.alignright):not(.aligncenter):not(.alignfull):not(.alignwide),
  .rich-text figure.wp-block-image:not(.alignleft):not(.alignright):not(.aligncenter):not(.alignfull):not(.alignwide) {
    max-width: 56.25rem; }
  .edit-post-layout__content figure.wp-block-image.alignfull,
  .rich-text figure.wp-block-image.alignfull {
    max-width: 100%; }
  .edit-post-layout__content figure.wp-block-image.alignwide,
  .rich-text figure.wp-block-image.alignwide {
    margin: 0 1.25rem 2.25rem; }
    @media (min-width: 48.0625rem) {
      .edit-post-layout__content figure.wp-block-image.alignwide,
      .rich-text figure.wp-block-image.alignwide {
        margin: 0 auto 2.25rem; } }
  .edit-post-layout__content figure.wp-block-image.alignwide > img, .edit-post-layout__content figure.wp-block-image.alignfull > img,
  .rich-text figure.wp-block-image.alignwide > img,
  .rich-text figure.wp-block-image.alignfull > img {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  .edit-post-layout__content figure.wp-block-image.alignwide > figcaption, .edit-post-layout__content figure.wp-block-image.alignfull > figcaption,
  .rich-text figure.wp-block-image.alignwide > figcaption,
  .rich-text figure.wp-block-image.alignfull > figcaption {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 0 1.25rem; }
  .page-type-longform .edit-post-layout__content figure.wp-block-image:not(.alignwide):not(.alignfull), .page-type-longform
  .rich-text figure.wp-block-image:not(.alignwide):not(.alignfull) {
    margin-left: auto;
    margin-right: auto;
    padding: 0rem 1.25rem;
    max-width: 40.625rem; }

.edit-post-layout__content .wp-block-pullquote, .edit-post-layout__content .wp-block-quote,
.rich-text .wp-block-pullquote,
.rich-text .wp-block-quote {
  border-left: none !important;
  font-family: "Noto Serif TC", georgia, times, serif;
  font-weight: 600;
  margin: 0 auto 2.25rem;
  max-width: 58.75rem;
  min-width: 23.75rem;
  padding: 1.25rem;
  quotes: "“" "”";
  text-align: left; }
  @media (max-width: 31.9375rem) {
    .edit-post-layout__content .wp-block-pullquote, .edit-post-layout__content .wp-block-quote,
    .rich-text .wp-block-pullquote,
    .rich-text .wp-block-quote {
      min-width: auto; } }
  .edit-post-layout__content .wp-block-pullquote::before, .edit-post-layout__content .wp-block-quote::before,
  .rich-text .wp-block-pullquote::before,
  .rich-text .wp-block-quote::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNzUiIGhlaWdodD0iNTAiIHZpZXdib3g9IjAgMCA3OCA1MCIgZmlsbD0iIzMzN2NkNiI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik02MS4zMyAxNzcyLjMzYzAgOS4xNy03LjUgMTYuNjctMTYuNjYgMTYuNjctOS4xNyAwLTE2LjY3LTcuNS0xNi42Ny0xNi42N0EzMy4zMiAzMy4zMiAwIDAxNjEuMzMgMTczOXMtMTAuOTEgNC4wOC0xNi41OCAxNi42N2M5LjE3IDAgMTYuNTggNy41IDE2LjU4IDE2LjY2em0yNS4wOS0xNi42NmM5LjE2IDAgMTYuNTggNy41IDE2LjU4IDE2LjY2IDAgOS4xNy03LjUgMTYuNjctMTYuNjcgMTYuNjctOS4xNiAwLTE2LjY2LTcuNS0xNi42Ni0xNi42N0EzMy4zMiAzMy4zMiAwIDAxMTAzIDE3MzlzLTEwLjkyIDQuMDgtMTYuNTggMTYuNjd6Ii8+PC9kZWZzPjx1c2UgeGxpbms6aHJlZj0iI2EiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yOCAtMTczOSkiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 8.75rem;
    margin-bottom: -6rem;
    margin-left: calc(50% - (62px/2));
    pointer-events: none;
    width: 3.875rem;
    z-index: 10; }
    .alignright .edit-post-layout__content .wp-block-pullquote::before,
    .alignleft .edit-post-layout__content .wp-block-pullquote::before, .alignright .edit-post-layout__content .wp-block-quote::before,
    .alignleft .edit-post-layout__content .wp-block-quote::before, .alignright
    .rich-text .wp-block-pullquote::before,
    .alignleft
    .rich-text .wp-block-pullquote::before, .alignright
    .rich-text .wp-block-quote::before,
    .alignleft
    .rich-text .wp-block-quote::before {
      margin-left: 0; }
  .edit-post-layout__content .wp-block-pullquote.icon-color-pale-pink::before, .edit-post-layout__content .wp-block-quote.icon-color-pale-pink::before,
  .rich-text .wp-block-pullquote.icon-color-pale-pink::before,
  .rich-text .wp-block-quote.icon-color-pale-pink::before {
    color: #ff6578; }
  .edit-post-layout__content .wp-block-pullquote.alignright, .edit-post-layout__content .wp-block-quote.alignright,
  .rich-text .wp-block-pullquote.alignright,
  .rich-text .wp-block-quote.alignright {
    margin-left: 4.5rem;
    max-width: 20rem; }
    @media (max-width: 31.9375rem) {
      .edit-post-layout__content .wp-block-pullquote.alignright, .edit-post-layout__content .wp-block-quote.alignright,
      .rich-text .wp-block-pullquote.alignright,
      .rich-text .wp-block-quote.alignright {
        margin-left: auto;
        max-width: none; } }
  .edit-post-layout__content .wp-block-pullquote.alignleft, .edit-post-layout__content .wp-block-quote.alignleft,
  .rich-text .wp-block-pullquote.alignleft,
  .rich-text .wp-block-quote.alignleft {
    margin-right: 4.5rem;
    max-width: 20rem; }
    @media (max-width: 31.9375rem) {
      .edit-post-layout__content .wp-block-pullquote.alignleft, .edit-post-layout__content .wp-block-quote.alignleft,
      .rich-text .wp-block-pullquote.alignleft,
      .rich-text .wp-block-quote.alignleft {
        margin-right: auto;
        max-width: none; } }
  .edit-post-layout__content .wp-block-pullquote.wp-block-pullquote, .edit-post-layout__content .wp-block-quote.wp-block-pullquote,
  .rich-text .wp-block-pullquote.wp-block-pullquote,
  .rich-text .wp-block-quote.wp-block-pullquote {
    border: none; }
  .edit-post-layout__content .wp-block-pullquote p,
  .edit-post-layout__content .wp-block-pullquote .editor-rich-text p, .edit-post-layout__content .wp-block-quote p,
  .edit-post-layout__content .wp-block-quote .editor-rich-text p,
  .rich-text .wp-block-pullquote p,
  .rich-text .wp-block-pullquote .editor-rich-text p,
  .rich-text .wp-block-quote p,
  .rich-text .wp-block-quote .editor-rich-text p {
    font-size: 1.75rem;
    line-height: 2.375rem;
    color: #333;
    font-family: "Noto Serif TC", georgia, times, serif;
    margin: 1.25rem 0;
    max-width: 100%;
    padding: 0; }
    @media (min-width: 48.0625rem) {
      .edit-post-layout__content .wp-block-pullquote p,
      .edit-post-layout__content .wp-block-pullquote .editor-rich-text p, .edit-post-layout__content .wp-block-quote p,
      .edit-post-layout__content .wp-block-quote .editor-rich-text p,
      .rich-text .wp-block-pullquote p,
      .rich-text .wp-block-pullquote .editor-rich-text p,
      .rich-text .wp-block-quote p,
      .rich-text .wp-block-quote .editor-rich-text p {
        font-size: 1.875rem;
        line-height: 2.375rem; } }
    @media (max-width: 31.9375rem) {
      .edit-post-layout__content .wp-block-pullquote p,
      .edit-post-layout__content .wp-block-pullquote .editor-rich-text p, .edit-post-layout__content .wp-block-quote p,
      .edit-post-layout__content .wp-block-quote .editor-rich-text p,
      .rich-text .wp-block-pullquote p,
      .rich-text .wp-block-pullquote .editor-rich-text p,
      .rich-text .wp-block-quote p,
      .rich-text .wp-block-quote .editor-rich-text p {
        font-size: 1.25rem;
        line-height: 1.75rem; } }
  @media (max-width: 31.9375rem) and (min-width: 48.0625rem) {
    .edit-post-layout__content .wp-block-pullquote p,
    .edit-post-layout__content .wp-block-pullquote .editor-rich-text p, .edit-post-layout__content .wp-block-quote p,
    .edit-post-layout__content .wp-block-quote .editor-rich-text p,
    .rich-text .wp-block-pullquote p,
    .rich-text .wp-block-pullquote .editor-rich-text p,
    .rich-text .wp-block-quote p,
    .rich-text .wp-block-quote .editor-rich-text p {
      font-size: 1.375rem;
      line-height: 1.875rem; } }
  .edit-post-layout__content .wp-block-pullquote.is-style-large p, .edit-post-layout__content .wp-block-quote.is-style-large p,
  .rich-text .wp-block-pullquote.is-style-large p,
  .rich-text .wp-block-quote.is-style-large p {
    font-size: 1.875rem;
    line-height: 2.375rem;
    font-style: normal; }
    @media (min-width: 48.0625rem) {
      .edit-post-layout__content .wp-block-pullquote.is-style-large p, .edit-post-layout__content .wp-block-quote.is-style-large p,
      .rich-text .wp-block-pullquote.is-style-large p,
      .rich-text .wp-block-quote.is-style-large p {
        font-size: 2.25rem;
        line-height: 2.75rem; } }
    @media (max-width: 31.9375rem) {
      .edit-post-layout__content .wp-block-pullquote.is-style-large p, .edit-post-layout__content .wp-block-quote.is-style-large p,
      .rich-text .wp-block-pullquote.is-style-large p,
      .rich-text .wp-block-quote.is-style-large p {
        font-size: 1.375rem;
        line-height: 2rem; } }
  @media (max-width: 31.9375rem) and (min-width: 48.0625rem) {
    .edit-post-layout__content .wp-block-pullquote.is-style-large p, .edit-post-layout__content .wp-block-quote.is-style-large p,
    .rich-text .wp-block-pullquote.is-style-large p,
    .rich-text .wp-block-quote.is-style-large p {
      font-size: 1.75rem;
      line-height: 2.25rem; } }
  .edit-post-layout__content .wp-block-pullquote cite,
  .edit-post-layout__content .wp-block-pullquote .wp-block-pullquote__citation,
  .edit-post-layout__content .wp-block-pullquote .wp-block-quote__citation, .edit-post-layout__content .wp-block-quote cite,
  .edit-post-layout__content .wp-block-quote .wp-block-pullquote__citation,
  .edit-post-layout__content .wp-block-quote .wp-block-quote__citation,
  .rich-text .wp-block-pullquote cite,
  .rich-text .wp-block-pullquote .wp-block-pullquote__citation,
  .rich-text .wp-block-pullquote .wp-block-quote__citation,
  .rich-text .wp-block-quote cite,
  .rich-text .wp-block-quote .wp-block-pullquote__citation,
  .rich-text .wp-block-quote .wp-block-quote__citation {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #424242;
    font-family: "Roboto", helvetica, arial, sans-serif;
    font-weight: 400;
    margin-top: 0;
    text-transform: none !important; }
    @media (min-width: 48.0625rem) {
      .edit-post-layout__content .wp-block-pullquote cite,
      .edit-post-layout__content .wp-block-pullquote .wp-block-pullquote__citation,
      .edit-post-layout__content .wp-block-pullquote .wp-block-quote__citation, .edit-post-layout__content .wp-block-quote cite,
      .edit-post-layout__content .wp-block-quote .wp-block-pullquote__citation,
      .edit-post-layout__content .wp-block-quote .wp-block-quote__citation,
      .rich-text .wp-block-pullquote cite,
      .rich-text .wp-block-pullquote .wp-block-pullquote__citation,
      .rich-text .wp-block-pullquote .wp-block-quote__citation,
      .rich-text .wp-block-quote cite,
      .rich-text .wp-block-quote .wp-block-pullquote__citation,
      .rich-text .wp-block-quote .wp-block-quote__citation {
        font-size: 1.375rem;
        line-height: 1.875rem; } }
    .edit-post-layout__content .wp-block-pullquote cite a,
    .edit-post-layout__content .wp-block-pullquote .wp-block-pullquote__citation a,
    .edit-post-layout__content .wp-block-pullquote .wp-block-quote__citation a, .edit-post-layout__content .wp-block-quote cite a,
    .edit-post-layout__content .wp-block-quote .wp-block-pullquote__citation a,
    .edit-post-layout__content .wp-block-quote .wp-block-quote__citation a,
    .rich-text .wp-block-pullquote cite a,
    .rich-text .wp-block-pullquote .wp-block-pullquote__citation a,
    .rich-text .wp-block-pullquote .wp-block-quote__citation a,
    .rich-text .wp-block-quote cite a,
    .rich-text .wp-block-quote .wp-block-pullquote__citation a,
    .rich-text .wp-block-quote .wp-block-quote__citation a {
      color: inherit;
      font-weight: inherit; }
    @media (max-width: 31.9375rem) {
      .edit-post-layout__content .wp-block-pullquote cite,
      .edit-post-layout__content .wp-block-pullquote .wp-block-pullquote__citation,
      .edit-post-layout__content .wp-block-pullquote .wp-block-quote__citation, .edit-post-layout__content .wp-block-quote cite,
      .edit-post-layout__content .wp-block-quote .wp-block-pullquote__citation,
      .edit-post-layout__content .wp-block-quote .wp-block-quote__citation,
      .rich-text .wp-block-pullquote cite,
      .rich-text .wp-block-pullquote .wp-block-pullquote__citation,
      .rich-text .wp-block-pullquote .wp-block-quote__citation,
      .rich-text .wp-block-quote cite,
      .rich-text .wp-block-quote .wp-block-pullquote__citation,
      .rich-text .wp-block-quote .wp-block-quote__citation {
        font-size: 1rem;
        line-height: 1.5rem; } }
  .edit-post-layout__content .wp-block-pullquote cite, .edit-post-layout__content .wp-block-quote cite,
  .rich-text .wp-block-pullquote cite,
  .rich-text .wp-block-quote cite {
    margin-left: initial;
    margin-right: initial; }

.edit-post-layout__content .wp-block-separator,
.rich-text .wp-block-separator {
  border: 1px solid #d8d8d8;
  border-width: 1px 0 0;
  margin: 2.8125rem auto;
  width: 100%; }
  .edit-post-layout__content .wp-block-separator:not(.is-style-wide):not(.is-style-dots),
  .rich-text .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 38.25rem; }
  .edit-post-layout__content .wp-block-separator.is-style-wide,
  .rich-text .wp-block-separator.is-style-wide {
    max-width: 76.5rem; }
  .edit-post-layout__content .wp-block-separator.is-style-dots,
  .rich-text .wp-block-separator.is-style-dots {
    border: 0; }
    .edit-post-layout__content .wp-block-separator.is-style-dots::before,
    .rich-text .wp-block-separator.is-style-dots::before {
      color: #d8d8d8; }

.edit-post-layout__content .wp-block-spacer,
.rich-text .wp-block-spacer {
  clear: both;
  display: block;
  width: 100%; }

.edit-post-layout__content .wp-block-table,
.rich-text .wp-block-table {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: 300;
  margin: 0 auto 2.25rem;
  max-width: 56.25rem;
  overflow-x: auto;
  padding: 0 0.9375rem;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  width: 100%; }
  @media (min-width: 58rem) {
    .edit-post-layout__content .wp-block-table,
    .rich-text .wp-block-table {
      display: table; } }
  .edit-post-layout__content .wp-block-table.alignleft, .edit-post-layout__content .wp-block-table.alignright,
  .rich-text .wp-block-table.alignleft,
  .rich-text .wp-block-table.alignright {
    width: auto; }
  .edit-post-layout__content .wp-block-table.alignleft, .edit-post-layout__content .wp-block-table.aligncenter, .edit-post-layout__content .wp-block-table.alignright,
  .rich-text .wp-block-table.alignleft,
  .rich-text .wp-block-table.aligncenter,
  .rich-text .wp-block-table.alignright {
    display: table;
    width: auto; }
    .edit-post-layout__content .wp-block-table.alignleft td,
    .edit-post-layout__content .wp-block-table.alignleft th, .edit-post-layout__content .wp-block-table.aligncenter td,
    .edit-post-layout__content .wp-block-table.aligncenter th, .edit-post-layout__content .wp-block-table.alignright td,
    .edit-post-layout__content .wp-block-table.alignright th,
    .rich-text .wp-block-table.alignleft td,
    .rich-text .wp-block-table.alignleft th,
    .rich-text .wp-block-table.aligncenter td,
    .rich-text .wp-block-table.aligncenter th,
    .rich-text .wp-block-table.alignright td,
    .rich-text .wp-block-table.alignright th {
      word-break: break-word; }
  .edit-post-layout__content .wp-block-table .has-fixed-layout,
  .rich-text .wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%; }
    .edit-post-layout__content .wp-block-table .has-fixed-layout td,
    .edit-post-layout__content .wp-block-table .has-fixed-layout th,
    .rich-text .wp-block-table .has-fixed-layout td,
    .rich-text .wp-block-table .has-fixed-layout th {
      word-break: break-word; }
  @media (min-width: 64rem) {
    .edit-post-layout__content .wp-block-table tr,
    .rich-text .wp-block-table tr {
      display: table-row; } }
  .edit-post-layout__content .wp-block-table td,
  .edit-post-layout__content .wp-block-table th,
  .rich-text .wp-block-table td,
  .rich-text .wp-block-table th {
    border: 0;
    padding: 0.625rem 1.25rem; }
  .edit-post-layout__content .wp-block-table tbody,
  .rich-text .wp-block-table tbody {
    border-top: 1px solid #efefef; }
  .edit-post-layout__content .wp-block-table td,
  .rich-text .wp-block-table td {
    border: 1px solid #efefef;
    border-top: 0;
    display: block;
    word-break: break-word; }
    @media (min-width: 64rem) {
      .edit-post-layout__content .wp-block-table td,
      .rich-text .wp-block-table td {
        display: table-cell;
        padding-bottom: 1.25rem;
        padding-top: 1.25rem; } }
    .edit-post-layout__content .wp-block-table td:first-child,
    .rich-text .wp-block-table td:first-child {
      padding-top: 1.75rem; }
      @media (min-width: 64rem) {
        .edit-post-layout__content .wp-block-table td:first-child,
        .rich-text .wp-block-table td:first-child {
          padding-top: 0.9375rem; } }
    .edit-post-layout__content .wp-block-table td:last-child,
    .rich-text .wp-block-table td:last-child {
      padding-bottom: 1.75rem; }
      @media (min-width: 64rem) {
        .edit-post-layout__content .wp-block-table td:last-child,
        .rich-text .wp-block-table td:last-child {
          padding-bottom: 0.9375rem; } }

.edit-post-layout__content .wp-block-video video,
.rich-text .wp-block-video video {
  max-width: 56.25rem; }

.edit-post-layout__content .wp-block-video.alignwide video,
.rich-text .wp-block-video.alignwide video {
  max-width: 76.5rem; }

.edit-post-layout__content .wp-block-video.alignfull video,
.rich-text .wp-block-video.alignfull video {
  max-width: none;
  width: 100%; }

.edit-post-layout__content .wp-block-columns,
.rich-text .wp-block-columns {
  max-width: 56.25rem; }
  .page-type-longform .edit-post-layout__content .wp-block-columns:not(.alignwide):not(.alignfull), .page-type-longform
  .rich-text .wp-block-columns:not(.alignwide):not(.alignfull) {
    margin-left: auto;
    margin-right: auto;
    padding: 0rem 1.25rem;
    max-width: 40.625rem;
    margin-bottom: 2.25rem; }
  .edit-post-layout__content .wp-block-columns.alignwide,
  .rich-text .wp-block-columns.alignwide {
    max-width: 79rem; }
  .edit-post-layout__content .wp-block-columns.alignfull,
  .rich-text .wp-block-columns.alignfull {
    max-width: calc(100vw - 0.625rem);
    padding: 0; }
    article:not(.has-sidebar) .edit-post-layout__content .wp-block-columns.alignfull, article:not(.has-sidebar)
    .rich-text .wp-block-columns.alignfull {
      margin-left: calc(-50vw + 50%);
      -webkit-transform: translateX(calc(50vw - 50%));
          -ms-transform: translateX(calc(50vw - 50%));
              transform: translateX(calc(50vw - 50%));
      width: 100vw; }

.edit-post-layout__content .wp-block-embed-youtube,
.rich-text .wp-block-embed-youtube {
  margin-left: auto;
  margin-right: auto;
  padding: 0rem 1.25rem;
  max-width: 58.75rem;
  margin: 0 auto 2.25rem;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }
  @media (max-width: 31.9375rem) {
    .edit-post-layout__content .wp-block-embed-youtube,
    .rich-text .wp-block-embed-youtube {
      margin: 0 1.25rem 2.25rem;
      padding: 0; } }
  .edit-post-layout__content .wp-block-embed-youtube.alignright, .edit-post-layout__content .wp-block-embed-youtube.alignleft,
  .rich-text .wp-block-embed-youtube.alignright,
  .rich-text .wp-block-embed-youtube.alignleft {
    max-width: 28.75rem; }
  .edit-post-layout__content .wp-block-embed-youtube.alignfull,
  .rich-text .wp-block-embed-youtube.alignfull {
    max-width: 100vw; }
  .edit-post-layout__content .wp-block-embed-youtube iframe,
  .rich-text .wp-block-embed-youtube iframe {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    position: absolute;
    top: 0;
    width: 100%; }
  .edit-post-layout__content .wp-block-embed-youtube figcaption,
  .rich-text .wp-block-embed-youtube figcaption {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #424242;
    display: block;
    font-family: "Roboto", helvetica, arial, sans-serif;
    line-height: 1.4rem;
    margin-top: 0.75rem;
    padding: 0;
    text-align: left;
    width: 100%; }
    @media (max-width: 31.9375rem) {
      .edit-post-layout__content .wp-block-embed-youtube figcaption,
      .rich-text .wp-block-embed-youtube figcaption {
        font-size: 0.875rem;
        line-height: 1.375rem; } }

.edit-post-layout__content .wp-caption,
.rich-text .wp-caption {
  height: auto;
  max-width: 100%;
  padding: 1.75rem;
  text-align: center; }
  .edit-post-layout__content .wp-caption .wp-caption-text,
  .rich-text .wp-caption .wp-caption-text {
    margin: 1.75rem; }

.edit-post-layout__content .wp-smiley,
.rich-text .wp-smiley {
  margin: 0; }

.edit-post-layout__content .image-attachment div.entry-meta,
.rich-text .image-attachment div.entry-meta {
  float: left; }

.edit-post-layout__content .image-attachment nav,
.rich-text .image-attachment nav {
  float: right;
  margin: 0 0 2.25rem; }

.edit-post-layout__content .entry-attachment,
.rich-text .entry-attachment {
  background: #eaeaea;
  margin: 0 0 2.25rem;
  padding: 2.25rem;
  text-align: center; }

.edit-post-layout__content .attachment,
.rich-text .attachment {
  display: block;
  margin: 0 auto;
  text-align: center; }

.edit-post-layout__content .widget,
.rich-text .widget {
  display: block; }

.edit-post-layout__content .widget-area .widget_search,
.rich-text .widget-area .widget_search {
  overflow: hidden; }
  .edit-post-layout__content .widget-area .widget_search input,
  .rich-text .widget-area .widget_search input {
    float: left; }

.social-share {
  position: absolute;
  right: 2.25rem;
  text-align: center;
  top: 2.25rem;
  z-index: 6000; }
  @media (max-width: 48rem) {
    .social-share {
      margin-top: 1.75rem; } }
  .social-share.fixed {
    margin-top: 1.75rem;
    position: inherit; }
  .page-template-page-currents .social-share {
    top: 0.5rem; }
  @media (max-width: 63.9375rem) {
    .social-share {
      right: 1.25rem; } }
  @media (max-width: 48rem) {
    .social-share {
      position: inherit; } }
  .social-share .social-share__label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .social-share li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #444444;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 2.1875rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0.75rem 0.25rem 0;
    opacity: 0.95;
    -webkit-transition: background-color 0.1s;
    -o-transition: background-color 0.1s;
    transition: background-color 0.1s;
    width: 2.1875rem; }
    @media (max-width: 31.9375rem) {
      .social-share li {
        height: 1.875rem;
        width: 1.875rem; } }
    .social-share li:last-child {
      margin-right: 0; }
    .social-share li:hover {
      background-color: #999;
      opacity: 1; }
    .social-share li a {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: 20px 20px;
      display: block;
      height: 2.375rem;
      text-indent: -9999em;
      width: 2.375rem; }
      @media (min-width: 48.0625rem) {
        .social-share li a {
          background-size: 23px 23px; } }
    .social-share li a[href*="facebook.com"] {
      background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjU2LjY5MyIgd2lkdGg9IjU2LjY5MyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNDAuNDMgMjEuNzM5aC03LjY0NXYtNS4wMTRjMC0xLjg4MyAxLjI0OC0yLjMyMiAyLjEyNy0yLjMyMmg1LjM5NVY2LjEyNWwtNy40My0uMDI5Yy04LjI0OCAwLTEwLjEyNSA2LjE3NC0xMC4xMjUgMTAuMTI1djUuNTE4aC00Ljc3djguNTNoNC43N3YyNC4xMzdoMTAuMDMzVjMwLjI2OWg2Ljc3bC44NzUtOC41M3oiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=); }
    .social-share li a[href*="instagram.com"] {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni43IDU2LjciPjxwYXRoIGQ9Ik0yOC4yIDE2LjdjLTcgMC0xMi44IDUuNy0xMi44IDEyLjhzNS43IDEyLjggMTIuOCAxMi44UzQxIDM2LjUgNDEgMjkuNXMtNS44LTEyLjgtMTIuOC0xMi44em0wIDIxYy00LjUgMC04LjItMy43LTguMi04LjJzMy43LTguMiA4LjItOC4yIDguMiAzLjcgOC4yIDguMi0zLjcgOC4yLTguMiA4LjJ6IiBmaWxsPSIjMjYyNjI2Ii8+PGNpcmNsZSBjeD0iNDEuNSIgY3k9IjE2LjQiIHI9IjIuOSIvPjxwYXRoIGQ9Ik00OSA4LjljLTIuNi0yLjctNi4zLTQuMS0xMC41LTQuMUgxNy45Yy04LjcgMC0xNC41IDUuOC0xNC41IDE0LjV2MjAuNWMwIDQuMyAxLjQgOCA0LjIgMTAuNyAyLjcgMi42IDYuMyAzLjkgMTAuNCAzLjloMjAuNGM0LjMgMCA3LjktMS40IDEwLjUtMy45IDIuNy0yLjYgNC4xLTYuMyA0LjEtMTAuNlYxOS4zYzAtNC4yLTEuNC03LjgtNC0xMC40em0tLjQgMzFjMCAzLjEtMS4xIDUuNi0yLjkgNy4zcy00LjMgMi42LTcuMyAyLjZIMThjLTMgMC01LjUtLjktNy4zLTIuNkM4LjkgNDUuNCA4IDQyLjkgOCAzOS44VjE5LjNjMC0zIC45LTUuNSAyLjctNy4zIDEuNy0xLjcgNC4zLTIuNiA3LjMtMi42aDIwLjZjMyAwIDUuNS45IDcuMyAyLjcgMS43IDEuOCAyLjcgNC4zIDIuNyA3LjJ2MjAuNnoiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=); }
    .social-share li a[href*="linkedin.com"] {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48c3R5bGU+PC9zdHlsZT48ZyBpZD0iTGF5ZXJfMSI+PHBhdGggZD0iTTY2LjggNzUuNHYtMjJzLTEuMi00LjYtNS42LTQuNGMtNC40LjItNS44LjktNy44IDMuM3YyMy4xSDQyLjFWNDAuNWgxMS4ydjUuMXMzLjYtNy4xIDExLjItNi42YzYuOS41IDEyLjEgNC43IDEzLjIgMTMuOWguM3YyMi41SDY2Ljh6TTI4LjcgMzZDMjUgMzYgMjIgMzMgMjIgMjkuMmMwLTMuNyAzLTYuOCA2LjctNi44czYuNyAzIDYuNyA2LjhjMCAzLjctMyA2LjgtNi43IDYuOHptNS42IDM5LjRIMjMuMVY0MC41aDExLjJ2MzQuOXoiIGlkPSJsaW5rZWRpbiIgZmlsbD0iI2ZmZmZmZiIvPjwvZz48L3N2Zz4=); }
    .social-share li a[href*="twitter.com"] {
      background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjU2LjY5MyIgd2lkdGg9IjU2LjY5MyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNTIuODM3IDE1LjA2NWEyMC4xMSAyMC4xMSAwIDAgMS01LjgwNSAxLjU5MSAxMC4xMjUgMTAuMTI1IDAgMCAwIDQuNDQ0LTUuNTkyIDIwLjIzMiAyMC4yMzIgMCAwIDEtNi40MTggMi40NTQgMTAuMDkzIDEwLjA5MyAwIDAgMC03LjM3Ny0zLjE5MmMtNS41ODEgMC0xMC4xMDYgNC41MjUtMTAuMTA2IDEwLjEwNyAwIC43OTEuMDg5IDEuNTYyLjI2MiAyLjMwMy04LjQtLjQyMi0xNS44NDgtNC40NDUtMjAuODMzLTEwLjU2YTEwLjA1NSAxMC4wNTUgMCAwIDAtMS4zNjggNS4wODJjMCAzLjUwNiAxLjc4NCA2LjYgNC40OTYgOC40MTJhMTAuMDc4IDEwLjA3OCAwIDAgMS00LjU3OC0xLjI2NWwtLjAwMS4xMjhjMCA0Ljg5NiAzLjQ4NCA4Ljk4IDguMTA4IDkuOTFhMTAuMTYyIDEwLjE2MiAwIDAgMS00LjU2NS4xNzJjMS4yODcgNC4wMTUgNS4wMTkgNi45MzggOS40NDEgNy4wMTlhMjAuMjc2IDIwLjI3NiAwIDAgMS0xMi41NTIgNC4zMjdjLS44MTUgMC0xLjYyLS4wNDgtMi40MTEtLjE0MmEyOC42IDI4LjYgMCAwIDAgMTUuNDkzIDQuNTQxYzE4LjU5MSAwIDI4Ljc1Ni0xNS40IDI4Ljc1Ni0yOC43NTYgMC0uNDM4LS4wMDktLjg3NS0uMDI4LTEuMzA5YTIwLjQ3IDIwLjQ3IDAgMCAwIDUuMDQyLTUuMjN6IiBmaWxsPSIjZmZmZmZmIi8+PC9zdmc+); }
    .social-share li a[href*="youtube.com"] {
      background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjU2LjY5MyIgd2lkdGg9IjU2LjY5MyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNDMuOTExIDI4LjIxSDEyLjc4MmMtNC45NDggMC04Ljk1OSA0LjAxNS04Ljk1OSA4Ljk2MnY3LjIwMWMwIDQuOTQ3IDQuMDExIDguOTYxIDguOTU5IDguOTYxaDMxLjEyOWM0Ljk0NyAwIDguOTU5LTQuMDE0IDguOTU5LTguOTYxdi03LjIwMWMwLTQuOTQ3LTQuMDEyLTguOTYyLTguOTU5LTguOTYyem0tMjQuNTg5IDUuNjA2aC0yLjg5NHYxNC4zOGgtMi43OTZ2LTE0LjM4SDEwLjc0VjMxLjM3aDguNTgydjIuNDQ2em04LjE3NSAxNC4zOGgtMi40OHYtMS4zNmMtLjQ2MS41MDMtLjkzNi44ODctMS40MzIgMS4xNDYtLjQ5Ni4yNy0uOTc1LjM5Ni0xLjQ0MS4zOTYtLjU3NiAwLTEuMDA0LS4xODMtMS4yOTctLjU1NS0uMjg4LS4zNzEtLjQzNS0uOTIxLS40MzUtMS42NjRWMzUuNzgyaDIuNDh2OS41MjNjMCAuMjk0LjA1NS41MDUuMTU0LjYzNi4xMDcuMTM1LjI3Ny4xOTcuNTEuMTk3LjE4IDAgLjQxMi0uMDg2LjY5MS0uMjZhMy4zNSAzLjM1IDAgMCAwIC43Ny0uNjY4di05LjQyOWgyLjQ4djEyLjQxNXptOS4wMDQtMi41NjNjMCAuODc3LS4xOTUgMS41NTEtLjU4NCAyLjAyMS0uMzg3LjQ3LS45NTMuNzAxLTEuNjg2LjcwMS0uNDg4IDAtLjkyMi0uMDg4LTEuMjk5LS4yN2EzLjE4OSAzLjE4OSAwIDAgMS0xLjA2MS0uODQxdi45NTFoLTIuNTFWMzEuMzdoMi41MXY1LjQxOWMuMzM2LS4zNzUuNjkxLS42NjYgMS4wNjItLjg2MS4zNzktLjE5OS43Ni0uMjk1IDEuMTQ2LS4yOTUuNzg1IDAgMS4zODMuMjYyIDEuNzk3Ljc5MS40MTYuNTI5LjYyMyAxLjMwNC42MjMgMi4zMnY2Ljg4OXptOC42MDMtMy4zNDVoLTQuNzQ2djIuMzM5YzAgLjY1Mi4wOCAxLjEwNi4yNDIgMS4zNTkuMTY2LjI1NC40NDUuMzc4Ljg0Mi4zNzguNDEyIDAgLjY5Ny0uMTA3Ljg2My0uMzIxLjE2LS4yMTYuMjQ2LS42ODYuMjQ2LTEuNDE2di0uNTY1aDIuNTUzdi42MzdjMCAxLjI3Mi0uMzA5IDIuMjMxLS45MzYgMi44NzgtLjYxNy42NDEtMS41NDcuOTU5LTIuNzgzLjk1OS0xLjExMyAwLTEuOTktLjMzOS0yLjYyNy0xLjAyMS0uNjM1LS42NzgtLjk1OS0xLjYxOS0uOTU5LTIuODE1di01LjU3NmMwLTEuMDczLjM1NC0xLjk1NiAxLjA1Ny0yLjYzMy43MDEtLjY3NyAxLjYwNC0xLjAxNSAyLjcxNS0xLjAxNSAxLjEzNyAwIDIuMDEuMzEzIDIuNjE5Ljk0MS42MDkuNjI5LjkxNCAxLjUyOS45MTQgMi43MDZ2My4xNjV6IiBmaWxsPSIjMjYyNjI2Ii8+PHBhdGggZD0iTTQxLjQ2NiAzNy42NDZjLS4zOTYgMC0uNjc4LjExMS0uODUuMzQzLS4xNzYuMjE4LS4yNTguNTkxLS4yNTggMS4xMTJ2MS4yNTVoMi4xOTN2LTEuMjU1YzAtLjUyMS0uMDg4LS44OTUtLjI2Mi0xLjExMi0uMTY3LS4yMzEtLjQ0Ni0uMzQzLS44MjMtLjM0M3pNMzIuOTA5IDM3LjYwNGMtLjE3NiAwLS4zNTQuMDM5LS41MjUuMTItLjE3NC4wNzktLjM0NC4yMS0uNTEyLjM4djcuNzMzYy4xOTkuMi4zOTYuMzU0LjU4OC40NDIuMTkxLjA4NS4zODkuMTMzLjYuMTMzLjMwNSAwIC41MjctLjA4OC42Ny0uMjY2LjE0MS0uMTc2LjIxMy0uNDU3LjIxMy0uODU0di02LjQxMWMwLS40MjItLjA4NC0uNzM4LS4yNi0uOTU1LS4xODItLjIxNC0uNDQtLjMyMi0uNzc0LS4zMjJ6TTE2Ljg1OCAyMy44OThoMy4xNDR2LTcuNjlMMjMuNjYzIDUuMzZoLTMuMTk2bC0xLjk0NiA3LjQxaC0uMTk4TDE2LjI4IDUuMzZoLTMuMTY3bDMuNzQ1IDExLjE5NHpNMjcuOTIzIDI0LjI0M2MxLjI3IDAgMi4yNjYtLjMzMyAyLjk5Mi0uOTk5LjcyMS0uNjY5IDEuMDgyLTEuNTgyIDEuMDgyLTIuNzUydi03LjA2NGMwLTEuMDQxLS4zNjktMS44OTgtMS4xMDQtMi41NTktLjc0LS42NTktMS42ODgtLjk5MS0yLjg0NC0uOTkxLTEuMjcgMC0yLjI4MS4zMTQtMy4wMzMuOTQxLS43NS42MjctMS4xMjcgMS40NjgtMS4xMjcgMi41MzF2Ny4wODhjMCAxLjE2My4zNjcgMi4wODMgMS4xIDIuNzczLjczMy42ODcgMS43MTMgMS4wMzIgMi45MzQgMS4wMzJ6bS0xLjE1OC0xMC45OTdhLjkzLjkzIDAgMCAxIC4zMTYtLjcyNWMuMjE3LS4xODQuNDkyLS4yNzMuODM0LS4yNzMuMzY5IDAgLjY2OC4wODkuODk2LjI3My4yMjcuMTg4LjM0LjQyOC4zNC43MjV2Ny40NTFjMCAuMzY1LS4xMTEuNjU1LS4zMzYuODY0LS4yMjMuMjEtLjUyMy4zMTMtLjkuMzEzLS4zNjkgMC0uNjU0LS4xLS44NTQtLjMxLS4xOTctLjIwNS0uMjk3LS40OTMtLjI5Ny0uODY4di03LjQ1ek0zNi4yMTQgMjQuMDk4Yy41MjUgMCAxLjA2NC0uMTUgMS42MTktLjQzOC41NjEtLjI5MiAxLjA5OC0uNzE5IDEuNjA5LTEuMjc2djEuNTE1aDIuNzkzVjEwLjIyNGgtMi43OTN2MTAuMzhjLS4yNi4yOTctLjU0OS41NDEtLjg1OS43MzUtLjMxNi4xOTItLjU3Ni4yODgtLjc4MS4yODgtLjI2MiAwLS40NTUtLjA3Mi0uNTY4LS4yMjEtLjExNS0uMTQzLS4xOC0uMzc3LS4xOC0uNjk4VjEwLjIyNGgtMi43ODl2MTEuNDI5YzAgLjgxNS4xNjQgMS40MjQuNDg4IDEuODI4LjMzLjQxLjgxMi42MTcgMS40NjEuNjE3eiIgZmlsbD0iI2ZmZmZmZiIvPjwvc3ZnPg==); }

.card {
  position: relative; }

.card__cover {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }
  .card__cover + div,
  .card__cover + div + div {
    -webkit-transition: opacity 0.1s ease-out;
    -o-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out; }
  .card__cover:hover + div,
  .card__cover:hover + div + div,
  .card__cover:focus + div,
  .card__cover:focus + div + div {
    opacity: 0.85; }
    .card__cover:hover + div .card__title,
    .card__cover:hover + div a,
    .card__cover:hover + div + div .card__title,
    .card__cover:hover + div + div a,
    .card__cover:focus + div .card__title,
    .card__cover:focus + div a,
    .card__cover:focus + div + div .card__title,
    .card__cover:focus + div + div a {
      text-decoration: underline; }

.card__content {
  margin-top: 1rem; }
  .card__triple .card__content,
  .card__quadruple .card__content {
    margin-top: 0.5rem; }

.card__category {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0.25rem; }

.card__title {
  font-size: 1.375rem;
  line-height: 2rem;
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-weight: 700;
  line-height: 1.5rem;
  margin-bottom: 0.5rem; }
  @media (min-width: 48.0625rem) {
    .card__title {
      font-size: 1.75rem;
      line-height: 2.25rem; } }
  .card__double .card__title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700; }
    @media (min-width: 48.0625rem) {
      .card__double .card__title {
        font-size: 1.375rem;
        line-height: 1.875rem; } }
  .card__triple .card__title {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-family: "Roboto", helvetica, arial, sans-serif;
    line-height: 1.5rem !important; }
  .card__quadruple .card__title {
    font-size: 1.125rem;
    line-height: 1.6875rem;
    font-family: "Roboto", helvetica, arial, sans-serif;
    line-height: 1.5rem !important; }

.card__author {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #424242;
  margin-bottom: 0.5rem; }
  .card__author a {
    color: #424242;
    font-weight: 400; }
  .card__triple .card__author,
  .card__quadruple .card__author {
    font-size: 1rem;
    line-height: 1.5rem; }

@media (max-width: 31.9375rem) {
  .card__excerpt {
    font-size: 1rem;
    line-height: 1.5rem; } }

.card__triple .card__excerpt,
.card__quadruple .card__excerpt {
  font-size: 1rem;
  line-height: 1.5rem; }

.comments-area {
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem;
  max-width: 58.75rem;
  margin: 2.25rem auto; }
  .comments-area .entry__comments-list-header {
    font-size: 1.125rem;
    line-height: 1.75rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Roboto", helvetica, arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: 1.75rem; }
    .comments-area .entry__comments-list-header::after {
      border-top: 1px solid #d8d8d8;
      content: '';
      display: block;
      margin: 0 0 0 1.25rem;
      width: 100%; }
  .comments-area .comment-list {
    margin: 1.75rem 0; }
  .comments-area li {
    border: 0.03125rem solid #d8d8d8;
    margin: 1.75rem 0;
    padding: 1.75rem; }
  .comments-area .comments-title,
  .comments-area .comment-reply-title {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.625rem; }
  .comments-area .comment-meta {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 31.9375rem) {
      .comments-area .comment-meta {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .comments-area .comment-author {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700; }
    .comments-area .comment-author img {
      margin-right: 0.375rem; }
  .comments-area .says {
    display: none; }
  .comments-area .comment-metadata {
    font-size: 0.875rem;
    line-height: 1.375rem; }
    .comments-area .comment-metadata a {
      color: #262626; }
    @media (max-width: 31.9375rem) {
      .comments-area .comment-metadata {
        padding-top: 0.875rem; } }
  .comments-area .edit-link {
    border-left: 1px solid #d8d8d8;
    margin-left: 0.25rem;
    padding-left: 0.5rem; }
  .comments-area .comment-content {
    margin: 1.75rem 0; }
    .comments-area .comment-content p {
      background-color: rgba(255, 255, 255, 0.35);
      border: 0.03125rem solid #d8d8d8;
      color: #262626;
      margin: 0.9375rem 0rem 0.625rem;
      padding: 1.75rem; }
  .comments-area .comment-respond {
    margin-top: 4rem; }
  .comments-area .logged-in-as {
    margin: 1.25rem 0; }
    .comments-area .logged-in-as a {
      font-size: 0.875rem;
      line-height: 1.375rem;
      font-weight: 500; }
      .comments-area .logged-in-as a:nth-child(1) {
        color: #262626; }
  .comments-area .comment-form-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .comments-area label {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #262626; }
  .comments-area textarea {
    font-size: 1rem;
    line-height: 1.5rem;
    background-color: rgba(255, 255, 255, 0.35);
    border: 0.03125rem solid #d8d8d8;
    color: #262626;
    font-family: "Roboto", helvetica, arial, sans-serif;
    padding: 0.875rem; }
  .comments-area .comment-subscription-form {
    margin-top: 2.25rem; }
  .comments-area .comment-subscription-form + .comment-subscription-form {
    margin-top: 0; }
  .comments-area .reply {
    font-size: 0.875rem;
    line-height: 1.375rem; }
  .comments-area .comment-reply-title > small {
    float: right !important; }
  .comments-area .form-submit {
    margin-top: 1.75rem; }
    @media (max-width: 31.9375rem) {
      .comments-area .form-submit {
        text-align: center; } }
    .comments-area .form-submit .submit {
      font-size: 0.875rem;
      line-height: 1.375rem; }
  .comments-area .submit {
    background-color: transparent;
    border: none;
    border-radius: 0;
    font-family: inherit;
    font-size: inherit;
    outline: none;
    overflow: visible;
    text-decoration: none;
    background-color: transparent;
    border: none;
    border-radius: 0;
    font-family: inherit;
    font-size: inherit;
    outline: none;
    overflow: visible;
    text-decoration: none;
    font-size: 1.375rem;
    line-height: 1.5625rem;
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #000;
    font-weight: 500;
    padding: 0.5rem 0.875rem;
    text-transform: uppercase;
    -webkit-transition: color 0.1s ease-in-out, background 0.1s ease-in-out, border 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out, background 0.1s ease-in-out, border 0.1s ease-in-out;
    transition: color 0.1s ease-in-out, background 0.1s ease-in-out, border 0.1s ease-in-out;
    background-color: transparent;
    border: none;
    border-radius: 0;
    font-family: inherit;
    font-size: inherit;
    outline: none;
    overflow: visible;
    text-decoration: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #333;
    color: white;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .comments-area .submit:hover {
      background-color: #5e5e5e;
      color: #fff; }

.type-current:not(.has-post-thumbnail) {
  padding-top: 2.25rem; }

.type-current .entry__image,
.type-current .entry__video {
  margin-bottom: 2.25rem; }
  @media (max-width: 31.9375rem) {
    .type-current .entry__image,
    .type-current .entry__video {
      margin-bottom: 1.25rem; } }
  .type-current .entry__image figcaption,
  .type-current .entry__video figcaption {
    text-align: left; }

.type-current .entry__title {
  font-family: "Noto Serif TC", georgia, times, serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
  margin-bottom: 1.75rem;
  overflow-wrap: break-word; }
  @media (min-width: 32rem) {
    .type-current .entry__title {
      font-size: 2.625rem;
      line-height: 3.5rem; } }
  @media (min-width: 48.0625rem) {
    .type-current .entry__title {
      font-size: 2.875rem;
      line-height: 3.875rem; } }
  @media (max-width: 31.9375rem) {
    .type-current .entry__title {
      margin-bottom: 1.25rem; } }

.type-current .entry__meta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.25rem; }
  .type-current .entry__meta .currents__logo-container {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNTguNzkgMTA3LjQ0Ij48ZGVmcz48c3R5bGU+LmNscy0xLC5jbHMtMntmaWxsOm5vbmU7c3Ryb2tlOiM0OThiY2E7c3Ryb2tlLXdpZHRoOjNweDtzdHJva2UtbWl0ZXJsaW1pdDoxMH0uY2xzLTJ7ZmlsbDojMjYyNjI2O3N0cm9rZTojMjYyNjI2O3N0cm9rZS13aWR0aDoxLjVweH08L3N0eWxlPjwvZGVmcz48ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik00Ni43MiAxLjVIMS41djQ1LjIyTTMxMi4wNyAxMDUuOTRoNDUuMjJWNjAuNzMiLz48L2c+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNOTMuMjMgMTA0LjU1cS0uNDIgOC4zNC00LjY4IDEyLjc4dC0xMiA0LjQzYTE0Ljg3IDE0Ljg3IDAgMDEtMTIuNDEtNS45M3EtNC41OS01Ljk0LTQuNTktMTYuMDl2LTkuNDFxMC0xMC4xMiA0LjcyLTE2dDEyLjg4LTUuODhxNy41MyAwIDExLjY0IDQuNDl0NC40NCAxMi44NmgtNi41OWMtLjI4LTQuMjMtMS4xOC03LjI1LTIuNjctOVM4MC4xOSA3NCA3Ny4xMiA3NEE5LjMgOS4zIDAgMDA2OSA3OC4xOXEtMi44NSA0LjE2LTIuODUgMTIuMTd2OS41MnEwIDcuODggMi42NiAxMi4wOGE4LjU4IDguNTggMCAwMDcuNzUgNC4yMWMzLjQgMCA1Ljg0LS44NCA3LjM0LTIuNTNzMi40Mi00LjcyIDIuNzgtOS4wOXpNMTMzIDY5LjE1djM2LjlxLS4wNiA3LjM2LTQuMjcgMTEuNTRUMTE3IDEyMS43NnEtNy43IDAtMTEuNzYtNC4wOHQtNC4xNC0xMS42M3YtMzYuOWg2LjQ5djM2LjYycTAgNS4yNCAyLjIzIDcuODJjMS40OCAxLjcyIDMuODggMi41OCA3LjE4IDIuNThzNS43My0uODYgNy4yMi0yLjU4IDIuMjMtNC4zMyAyLjIzLTcuODJWNjkuMTV6TTE1Ny43NSAxMDAuMDZoLTkuMTN2MjFoLTYuNTVWNjkuMTVoMTQuNTRxNy42MiAwIDExLjU1IDR0My45MiAxMS42NGExNi4yMiAxNi4yMiAwIDAxLTIuMDggOC4zNyAxMy40MiAxMy40MiAwIDAxLTYgNS40bDEwIDIyLjA2di40M2gtN3ptLTkuMTMtNS42aDcuOTJhOC40OCA4LjQ4IDAgMDA2LjU0LTIuNjQgMTAgMTAgMCAwMDIuNDQtNy4wN3EwLTEwLTkuMDUtMTBoLTcuODV6TTE5Ni41IDEwMC4wNmgtOS4xM3YyMWgtNi41NlY2OS4xNWgxNC41NHE3LjY0IDAgMTEuNTUgNHQzLjkzIDExLjY0YTE2LjEzIDE2LjEzIDAgMDEtMi4xMyA4LjM5IDEzLjM1IDEzLjM1IDAgMDEtNiA1LjRsMTAuMDUgMjIuMDZ2LjQzaC03em0tOS4xMy01LjZoNy45MWE4LjQ3IDguNDcgMCAwMDYuNTQtMi42NCAxMCAxMCAwIDAwMi40NS03LjA3cTAtMTAtOS4wNi0xMGgtNy44NHpNMjQ0LjQ0IDk3LjA2aC0xOC4zNnYxOC40aDIxLjM5djUuNTloLTI3Ljkxdi01MS45aDI3LjU1djUuNmgtMjF2MTYuNzJoMTguMzZ6TTI4OS43MSAxMjEuMDVoLTYuNTZsLTIwLjc4LTQwdjQwaC02LjU2di01MS45aDYuNTZsMjAuODUgNDAuMThWNjkuMTVoNi40OXpNMzMwLjMxIDc0Ljc1aC0xMy42NnY0Ni4zaC02LjUydi00Ni4zaC0xMy42MnYtNS42aDMzLjh6TTM1OC4wNyAxMDcuOTNhNy45NCA3Ljk0IDAgMDAtMi4xMS02cS0yLjEtMi4wNy03LjU5LTRhMzIuNjggMzIuNjggMCAwMS04LjM3LTQuMDkgMTQuNTUgMTQuNTUgMCAwMS00LjM1LTQuOTIgMTQuNjIgMTQuNjIgMCAwMTIuNjctMTYuNDkgMTQuODUgMTQuODUgMCAwMTEwLjc4LTQgMTYgMTYgMCAwMTguMTMgMiAxMy43OSAxMy43OSAwIDAxNS40OSA1LjY2IDE2LjY5IDE2LjY5IDAgMDExLjkzIDhoLTYuNTZjMC0zLjItLjc4LTUuNjktMi4zMi03LjQ1YTguNDIgOC40MiAwIDAwLTYuNjktMi42NCA4LjIgOC4yIDAgMDAtNi4wOCAyLjI1IDguNDkgOC40OSAwIDAwLTIuMTcgNi4yMSA3LjIzIDcuMjMgMCAwMDIuMzUgNS41IDIwLjg1IDIwLjg1IDAgMDA3LjI3IDRxNy42NyAyLjUzIDExIDYuMjRhMTQuMDcgMTQuMDcgMCAwMTMuMjkgOS42OSAxMy4xMyAxMy4xMyAwIDAxLTQuMSAxMC4xMXEtNC4xIDMuOC0xMS4xNSAzLjc5YTE3LjkyIDE3LjkyIDAgMDEtOC4zNi0yIDE1LjA1IDE1LjA1IDAgMDEtNi01LjU2IDE1LjQ1IDE1LjQ1IDAgMDEtMi4xOS04LjIyaDYuNTZxMCA0LjgxIDIuNjkgNy40OGE5LjkxIDkuOTEgMCAwMDcuMzMgMi42OHE0LjMgMCA2LjQ4LTIuMjFhOC4yMiA4LjIyIDAgMDAyLjA3LTYuMDN6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzIuMjEgLTQxLjE1KSIvPjwvZz48L3N2Zz4K);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100px 32px;
    height: 32px;
    width: 100px; }
    @media (min-width: 32rem) {
      .type-current .entry__meta .currents__logo-container {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNTguNzkgMTA3LjQ0Ij48ZGVmcz48c3R5bGU+LmNscy0xLC5jbHMtMntmaWxsOm5vbmU7c3Ryb2tlOiM0OThiY2E7c3Ryb2tlLXdpZHRoOjNweDtzdHJva2UtbWl0ZXJsaW1pdDoxMH0uY2xzLTJ7ZmlsbDojMjYyNjI2O3N0cm9rZTojMjYyNjI2O3N0cm9rZS13aWR0aDoxLjVweH08L3N0eWxlPjwvZGVmcz48ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik00Ni43MiAxLjVIMS41djQ1LjIyTTMxMi4wNyAxMDUuOTRoNDUuMjJWNjAuNzMiLz48L2c+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNOTMuMjMgMTA0LjU1cS0uNDIgOC4zNC00LjY4IDEyLjc4dC0xMiA0LjQzYTE0Ljg3IDE0Ljg3IDAgMDEtMTIuNDEtNS45M3EtNC41OS01Ljk0LTQuNTktMTYuMDl2LTkuNDFxMC0xMC4xMiA0LjcyLTE2dDEyLjg4LTUuODhxNy41MyAwIDExLjY0IDQuNDl0NC40NCAxMi44NmgtNi41OWMtLjI4LTQuMjMtMS4xOC03LjI1LTIuNjctOVM4MC4xOSA3NCA3Ny4xMiA3NEE5LjMgOS4zIDAgMDA2OSA3OC4xOXEtMi44NSA0LjE2LTIuODUgMTIuMTd2OS41MnEwIDcuODggMi42NiAxMi4wOGE4LjU4IDguNTggMCAwMDcuNzUgNC4yMWMzLjQgMCA1Ljg0LS44NCA3LjM0LTIuNTNzMi40Mi00LjcyIDIuNzgtOS4wOXpNMTMzIDY5LjE1djM2LjlxLS4wNiA3LjM2LTQuMjcgMTEuNTRUMTE3IDEyMS43NnEtNy43IDAtMTEuNzYtNC4wOHQtNC4xNC0xMS42M3YtMzYuOWg2LjQ5djM2LjYycTAgNS4yNCAyLjIzIDcuODJjMS40OCAxLjcyIDMuODggMi41OCA3LjE4IDIuNThzNS43My0uODYgNy4yMi0yLjU4IDIuMjMtNC4zMyAyLjIzLTcuODJWNjkuMTV6TTE1Ny43NSAxMDAuMDZoLTkuMTN2MjFoLTYuNTVWNjkuMTVoMTQuNTRxNy42MiAwIDExLjU1IDR0My45MiAxMS42NGExNi4yMiAxNi4yMiAwIDAxLTIuMDggOC4zNyAxMy40MiAxMy40MiAwIDAxLTYgNS40bDEwIDIyLjA2di40M2gtN3ptLTkuMTMtNS42aDcuOTJhOC40OCA4LjQ4IDAgMDA2LjU0LTIuNjQgMTAgMTAgMCAwMDIuNDQtNy4wN3EwLTEwLTkuMDUtMTBoLTcuODV6TTE5Ni41IDEwMC4wNmgtOS4xM3YyMWgtNi41NlY2OS4xNWgxNC41NHE3LjY0IDAgMTEuNTUgNHQzLjkzIDExLjY0YTE2LjEzIDE2LjEzIDAgMDEtMi4xMyA4LjM5IDEzLjM1IDEzLjM1IDAgMDEtNiA1LjRsMTAuMDUgMjIuMDZ2LjQzaC03em0tOS4xMy01LjZoNy45MWE4LjQ3IDguNDcgMCAwMDYuNTQtMi42NCAxMCAxMCAwIDAwMi40NS03LjA3cTAtMTAtOS4wNi0xMGgtNy44NHpNMjQ0LjQ0IDk3LjA2aC0xOC4zNnYxOC40aDIxLjM5djUuNTloLTI3Ljkxdi01MS45aDI3LjU1djUuNmgtMjF2MTYuNzJoMTguMzZ6TTI4OS43MSAxMjEuMDVoLTYuNTZsLTIwLjc4LTQwdjQwaC02LjU2di01MS45aDYuNTZsMjAuODUgNDAuMThWNjkuMTVoNi40OXpNMzMwLjMxIDc0Ljc1aC0xMy42NnY0Ni4zaC02LjUydi00Ni4zaC0xMy42MnYtNS42aDMzLjh6TTM1OC4wNyAxMDcuOTNhNy45NCA3Ljk0IDAgMDAtMi4xMS02cS0yLjEtMi4wNy03LjU5LTRhMzIuNjggMzIuNjggMCAwMS04LjM3LTQuMDkgMTQuNTUgMTQuNTUgMCAwMS00LjM1LTQuOTIgMTQuNjIgMTQuNjIgMCAwMTIuNjctMTYuNDkgMTQuODUgMTQuODUgMCAwMTEwLjc4LTQgMTYgMTYgMCAwMTguMTMgMiAxMy43OSAxMy43OSAwIDAxNS40OSA1LjY2IDE2LjY5IDE2LjY5IDAgMDExLjkzIDhoLTYuNTZjMC0zLjItLjc4LTUuNjktMi4zMi03LjQ1YTguNDIgOC40MiAwIDAwLTYuNjktMi42NCA4LjIgOC4yIDAgMDAtNi4wOCAyLjI1IDguNDkgOC40OSAwIDAwLTIuMTcgNi4yMSA3LjIzIDcuMjMgMCAwMDIuMzUgNS41IDIwLjg1IDIwLjg1IDAgMDA3LjI3IDRxNy42NyAyLjUzIDExIDYuMjRhMTQuMDcgMTQuMDcgMCAwMTMuMjkgOS42OSAxMy4xMyAxMy4xMyAwIDAxLTQuMSAxMC4xMXEtNC4xIDMuOC0xMS4xNSAzLjc5YTE3LjkyIDE3LjkyIDAgMDEtOC4zNi0yIDE1LjA1IDE1LjA1IDAgMDEtNi01LjU2IDE1LjQ1IDE1LjQ1IDAgMDEtMi4xOS04LjIyaDYuNTZxMCA0LjgxIDIuNjkgNy40OGE5LjkxIDkuOTEgMCAwMDcuMzMgMi42OHE0LjMgMCA2LjQ4LTIuMjFhOC4yMiA4LjIyIDAgMDAyLjA3LTYuMDN6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzIuMjEgLTQxLjE1KSIvPjwvZz48L3N2Zz4K);
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: 140px 45px;
        height: 45px;
        width: 140px; } }
  @media (max-width: 31.9375rem) {
    .type-current .entry__meta {
      margin-bottom: 0; } }

.type-current .entry__published {
  display: inline-block; }
  .type-current .entry__published a {
    font-weight: 400;
    text-transform: none; }

.type-current .entry__excerpt {
  margin-bottom: 1.25rem; }
  @media (max-width: 31.9375rem) {
    .type-current .entry__excerpt {
      display: block;
      margin-bottom: 0.625rem; } }

.type-current .entry__meta-authors-container > div:last-child {
  border: none; }

@media (max-width: 31.9375rem) {
  .type-current .entry__meta-authors-container {
    display: block; } }

.type-current .entry__meta-authors {
  border: 1px solid #333;
  border-width: 0 1px 0 0;
  padding: 0 0.6875rem; }
  @media (max-width: 31.9375rem) {
    .type-current .entry__meta-authors {
      border: none;
      margin-bottom: 0.375rem;
      padding: 0; } }

.type-current .entry__meta-published {
  margin-top: 1.25rem; }
  @media (max-width: 31.9375rem) {
    .type-current .entry__meta-published {
      margin-top: 0.625rem; } }

.type-current .entry__meta-comments-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3e8ede;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 400;
  opacity: 0.9;
  text-transform: none; }
  .type-current .entry__meta-comments-link:hover {
    opacity: 1; }
  .type-current .entry__meta-comments-link::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTcgMTgiICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMiAtMSkiIGZpbGw9IiMzZThlZGUiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBhdGggZD0ibTE4IDVoLTEuNjY2N3Y3LjVoLTEwLjgzM3YxLjY2NjdjMCAwLjQ1ODMzIDAuMzc1IDAuODMzMzMgMC44MzMzMyAwLjgzMzMzaDkuMTY2N2wzLjMzMzMgMy4zMzMzdi0xMi41YzAtMC40NTgzMy0wLjM3NS0wLjgzMzMzLTAuODMzMzMtMC44MzMzM3ptLTMuMzMzMyA1di03LjVjMC0wLjQ1ODMzLTAuMzc1LTAuODMzMzMtMC44MzMzMy0wLjgzMzMzaC0xMC44MzNjLTAuNDU4MzMgMC0wLjgzMzMzIDAuMzc1LTAuODMzMzMgMC44MzMzM3YxMS42NjdsMy4zMzMzLTMuMzMzM2g4LjMzMzNjMC40NTgzMyAwIDAuODMzMzMtMC4zNzUgMC44MzMzMy0wLjgzMzMzeiIvPjwvZz48L2c+PC9zdmc+);
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 1.5rem;
    content: '';
    display: inline-block;
    height: 1.5rem;
    width: 1.875rem; }

.type-current .entry__authors {
  margin-top: 4rem; }

.type-current .contributors__list {
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem;
  max-width: 58.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 0;
  padding-top: 0; }

.type-current .contributors__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 2.25rem;
  margin-right: 2.25rem; }
  .type-current .contributors__item:last-of-type {
    margin-right: 0; }
  @media (max-width: 48rem) {
    .type-current .contributors__item {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      margin-bottom: 1.25rem; } }
  @media (max-width: 31.9375rem) {
    .type-current .contributors__item {
      margin-right: 0; } }

.type-current .contributors__item--image a {
  display: block; }

.type-current .contributors__item--image img {
  border-radius: 50%;
  height: 5.625rem;
  min-width: 5.625rem;
  vertical-align: middle;
  width: 5.625rem; }

.type-current .contributors__item--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 1.75rem; }
  @media (max-width: 31.9375rem) {
    .type-current .contributors__item--info {
      margin-left: 1.25rem; } }

.type-current .contributors__item--label,
.type-current .contributors__item--name {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase; }
  @media (max-width: 31.9375rem) {
    .type-current .contributors__item--label,
    .type-current .contributors__item--name {
      font-size: 1rem;
      line-height: 1.5rem; } }

.type-current .contributors__item--title,
.type-current .contributors__item--organization {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.3;
  margin-top: 0.5rem; }
  @media (max-width: 31.9375rem) {
    .type-current .contributors__item--title,
    .type-current .contributors__item--organization {
      font-size: 0.875rem;
      line-height: 1.375rem;
      line-height: 1.3; } }

.type-current .sep {
  background-color: #444444;
  content: '';
  display: inline-block;
  height: 1.5rem;
  margin: 0 0.875rem;
  width: 0.0625rem; }

.person {
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem;
  max-width: 79rem;
  display: grid;
  grid-template-rows: repeat(auto, 3);
  margin-bottom: 4rem; }

.person__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 48.0625rem) {
    .person__container {
      display: grid;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      grid-template-columns: minmax(100px, max-content) auto; } }

.person__footer {
  margin-top: 2.25rem; }

.person__header {
  margin-bottom: 2.25rem; }

.person__image {
  margin: 0 auto 2.25rem;
  max-width: 25rem;
  width: auto; }
  @media (min-width: 48.0625rem) {
    .person__image {
      margin-right: 2.5rem; } }
  .person__image img {
    display: block;
    width: 100%; }

.person__meta {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  margin-bottom: 0.3125rem; }
  @media (min-width: 48.0625rem) {
    .person__meta {
      font-size: 1.375rem;
      line-height: 1.875rem; } }

.person__name {
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem;
  max-width: 58.75rem;
  display: block;
  font-family: "Roboto Condensed", "Roboto", helvetica, arial, sans-serif;
  font-weight: 700;
  margin-bottom: 1.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-top: 0;
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 3.5rem;
  margin-bottom: 1.25rem;
  margin-left: 0;
  padding-left: 0; }
  .page-type-longform .person__name {
    margin-left: auto;
    margin-right: auto;
    padding: 0rem 1.25rem;
    max-width: 40.625rem; }
  .person__name.editor-rich-text__tinymce, .person__name.editor-rich-text__editable {
    margin-left: 0;
    margin-right: 0; }
  @media (min-width: 48.0625rem) {
    .person__name {
      font-size: 2.875rem;
      line-height: 3.875rem; } }

.person__types {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 0.625rem; }

.person__twitter a {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400; }

.person__post-content p {
  padding: 0; }

/* stylelint-disable selector-max-specificity */
.page-type-longform article.page-types-longform {
  opacity: 0;
  -webkit-transition: margin-top 0.3s, opacity 0.3s ease-in-out;
  -o-transition: margin-top 0.3s, opacity 0.3s ease-in-out;
  transition: margin-top 0.3s, opacity 0.3s ease-in-out; }
  .page-type-longform article.page-types-longform.is-visible {
    opacity: 1; }
  .page-type-longform article.page-types-longform .entry__content sup {
    font-size: 75%;
    vertical-align: super; }
  .page-type-longform article.page-types-longform .entry__content .rich-text h2 {
    color: #0388ce;
    font-family: "Roboto Condensed", "Roboto", helvetica, arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.75rem;
    line-height: 2rem;
    max-width: 40.625rem; }
    @media (min-width: 48.0625rem) {
      .page-type-longform article.page-types-longform .entry__content .rich-text h2 {
        font-size: 2.375rem;
        line-height: 2.625rem; } }
  .page-type-longform article.page-types-longform .entry__content .rich-text h3 {
    margin-left: auto;
    margin-right: auto;
    padding: 1.25rem;
    max-width: 58.75rem;
    display: block;
    font-family: "Roboto Condensed", "Roboto", helvetica, arial, sans-serif;
    font-weight: 700;
    margin-bottom: 1.75rem;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-top: 0;
    font-size: 1.375rem;
    line-height: 2rem;
    max-width: 40.625rem; }
    .page-type-longform .page-type-longform article.page-types-longform .entry__content .rich-text h3 {
      margin-left: auto;
      margin-right: auto;
      padding: 0rem 1.25rem;
      max-width: 40.625rem; }
    .page-type-longform article.page-types-longform .entry__content .rich-text h3.editor-rich-text__tinymce, .page-type-longform article.page-types-longform .entry__content .rich-text h3.editor-rich-text__editable {
      margin-left: 0;
      margin-right: 0; }
    @media (min-width: 48.0625rem) {
      .page-type-longform article.page-types-longform .entry__content .rich-text h3 {
        font-size: 1.75rem;
        line-height: 2.25rem; } }
  .page-type-longform article.page-types-longform .entry__content .rich-text h4 {
    margin-left: auto;
    margin-right: auto;
    padding: 1.25rem;
    max-width: 58.75rem;
    display: block;
    font-family: "Roboto Condensed", "Roboto", helvetica, arial, sans-serif;
    font-weight: 700;
    margin-bottom: 1.75rem;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-top: 0;
    font-size: 1.25rem;
    line-height: 1.75rem;
    max-width: 40.625rem; }
    .page-type-longform .page-type-longform article.page-types-longform .entry__content .rich-text h4 {
      margin-left: auto;
      margin-right: auto;
      padding: 0rem 1.25rem;
      max-width: 40.625rem; }
    .page-type-longform article.page-types-longform .entry__content .rich-text h4.editor-rich-text__tinymce, .page-type-longform article.page-types-longform .entry__content .rich-text h4.editor-rich-text__editable {
      margin-left: 0;
      margin-right: 0; }
    @media (min-width: 48.0625rem) {
      .page-type-longform article.page-types-longform .entry__content .rich-text h4 {
        font-size: 1.375rem;
        line-height: 1.875rem; } }
  .page-type-longform article.page-types-longform .entry__content .rich-text h5 {
    margin-left: auto;
    margin-right: auto;
    padding: 1.25rem;
    max-width: 58.75rem;
    display: block;
    font-family: "Roboto Condensed", "Roboto", helvetica, arial, sans-serif;
    font-weight: 700;
    margin-bottom: 1.75rem;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-top: 0;
    font-size: 1.125rem;
    line-height: 1.75rem;
    text-transform: uppercase;
    max-width: 40.625rem; }
    .page-type-longform .page-type-longform article.page-types-longform .entry__content .rich-text h5 {
      margin-left: auto;
      margin-right: auto;
      padding: 0rem 1.25rem;
      max-width: 40.625rem; }
    .page-type-longform article.page-types-longform .entry__content .rich-text h5.editor-rich-text__tinymce, .page-type-longform article.page-types-longform .entry__content .rich-text h5.editor-rich-text__editable {
      margin-left: 0;
      margin-right: 0; }
  .page-type-longform article.page-types-longform .entry__content .rich-text h6 {
    margin-left: auto;
    margin-right: auto;
    padding: 1.25rem;
    max-width: 58.75rem;
    display: block;
    font-family: "Roboto Condensed", "Roboto", helvetica, arial, sans-serif;
    font-weight: 700;
    margin-bottom: 1.75rem;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-top: 0;
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: "Roboto", helvetica, arial, sans-serif;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
    max-width: 40.625rem; }
    .page-type-longform .page-type-longform article.page-types-longform .entry__content .rich-text h6 {
      margin-left: auto;
      margin-right: auto;
      padding: 0rem 1.25rem;
      max-width: 40.625rem; }
    .page-type-longform article.page-types-longform .entry__content .rich-text h6.editor-rich-text__tinymce, .page-type-longform article.page-types-longform .entry__content .rich-text h6.editor-rich-text__editable {
      margin-left: 0;
      margin-right: 0; }

.single-longform__header {
  background-color: #333;
  max-width: 100vw;
  position: fixed;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
  z-index: 100; }
  .single-longform__header--container {
    margin-left: auto;
    margin-right: auto;
    padding: 1.25rem;
    max-width: 79rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 0.625rem 1.25rem; }
    @media (min-width: 48.0625rem) {
      .single-longform__header--container {
        padding: 1.75rem 1.25rem; } }
    .is-scrolling .single-longform__header--container {
      padding: 0.625rem 1.25rem; }
  .single-longform__header .longform__share a {
    -webkit-mask-image: none;
            mask-image: none; }

.single-longform__logo {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  display: none;
  margin-right: 1.25rem;
  max-width: 9.4375rem;
  padding-right: 1.25rem; }
  .single-longform__logo img {
    vertical-align: middle; }
  .single-longform__logo a {
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
    .single-longform__logo a:hover, .single-longform__logo a:focus {
      opacity: 0.5; }
  @media (min-width: 48.0625rem) {
    .single-longform__logo {
      display: block; }
      .stuck .single-longform__logo {
        display: none; } }
  @media (min-width: 64rem) {
    .single-longform__logo {
      max-width: 15.6875rem; } }

.single-longform__title {
  color: #fff;
  font-family: "Roboto Condensed", "Roboto", helvetica, arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
  max-width: 80%;
  text-transform: uppercase; }
  @media (min-width: 48.0625rem) {
    .single-longform__title {
      font-size: 1.625rem;
      line-height: 2.25rem; } }
  @media (min-width: 48.0625rem) {
    .stuck .single-longform__title {
      font-size: 1.25rem;
      line-height: 2.25rem; } }
  .single-longform__title a {
    color: #fff;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
    .single-longform__title a:hover, .single-longform__title a:focus {
      color: #fff;
      opacity: 0.5; }

.single-longform__social-container {
  margin-left: auto; }
  .single-longform__social-container.desktop {
    display: none; }
    @media (min-width: 48.0625rem) {
      .single-longform__social-container.desktop {
        display: block; } }

.single-longform__child-menu-group {
  padding: 0;
  width: 100%; }
  .single-longform__child-menu-group .menu-toggle {
    background-color: transparent;
    border: 0;
    color: #fff;
    display: table;
    font-family: "Roboto", helvetica, arial, sans-serif;
    font-size: 0.875rem;
    margin: 0 1.25rem 0 auto;
    padding: 0;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 1.0625rem; }
    @media (min-width: 48.0625rem) {
      .single-longform__child-menu-group .menu-toggle {
        display: none; } }
    .single-longform__child-menu-group .menu-toggle span {
      background-color: #fff;
      margin-right: 0.1875rem;
      position: relative;
      vertical-align: 0.25rem; }
    .single-longform__child-menu-group .menu-toggle span,
    .single-longform__child-menu-group .menu-toggle span::after,
    .single-longform__child-menu-group .menu-toggle span::before {
      display: inline-block;
      height: 0.0625rem;
      pointer-events: none;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      width: 1.0625rem; }
    .single-longform__child-menu-group .menu-toggle span::after,
    .single-longform__child-menu-group .menu-toggle span::before {
      background-color: #fff;
      content: '';
      left: 0;
      position: absolute; }
    .single-longform__child-menu-group .menu-toggle span::after {
      bottom: -0.3125rem; }
    .single-longform__child-menu-group .menu-toggle span::before {
      top: -0.3125rem; }
    .single-longform__child-menu-group .menu-toggle.menu-open span {
      background-color: transparent; }
    .single-longform__child-menu-group .menu-toggle.menu-open span::after {
      bottom: 0;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .single-longform__child-menu-group .menu-toggle.menu-open span::before {
      top: 0;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }

.single-longform__child-menu {
  background-color: #333;
  color: #fff;
  height: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
  top: 3.125rem;
  -webkit-transition: top 0.3s, max-height 0.3s ease-in-out;
  -o-transition: top 0.3s, max-height 0.3s ease-in-out;
  transition: top 0.3s, max-height 0.3s ease-in-out;
  width: 100%;
  z-index: 10; }
  .menu-open .single-longform__child-menu {
    max-height: 100vh; }
  @media (min-width: 48.0625rem) {
    .single-longform__child-menu {
      background-color: #444444;
      max-height: 100%;
      overflow: visible;
      position: relative;
      text-align: center;
      top: 0; } }
  .single-longform__child-menu--item {
    display: block; }
    @media (min-width: 48.0625rem) {
      .single-longform__child-menu--item {
        display: inline-block; } }
    @media (max-width: 48rem) {
      .single-longform__child-menu--item:first-child {
        margin-top: 1.5625rem; }
        .single-longform__child-menu--item:first-child a {
          border-top: 0; } }
  .single-longform__child-menu--link {
    border-top: 1px solid #777;
    color: #fff;
    display: block;
    font-family: "Roboto", helvetica, arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1;
    padding: 1.125rem 1.25rem;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
    @media (min-width: 48.0625rem) {
      .single-longform__child-menu--link {
        border: 0; } }
    .single-longform__child-menu--link:hover, .single-longform__child-menu--link:focus {
      color: #fff;
      opacity: 0.7; }
    .single-longform__child-menu--link.current-menu-item {
      font-weight: 600;
      opacity: 0.5;
      pointer-events: none; }
      @media (min-width: 48.0625rem) {
        .single-longform__child-menu--link.current-menu-item {
          opacity: 1; }
          .single-longform__child-menu--link.current-menu-item::after {
            border-bottom: 9px solid #fff;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            bottom: 0;
            content: '';
            height: 0;
            left: 50%;
            position: absolute;
            -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                    transform: translateX(-50%);
            width: 0; } }

.entry__post-navigation .single-longform__navigation {
  border-top: 1px solid #999999;
  margin: 6.25rem 0.9375rem 1.875rem; }
  @media (min-width: 32rem) {
    .entry__post-navigation .single-longform__navigation {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (min-width: 32rem) {
    .entry__post-navigation .single-longform__navigation--item {
      display: inline-block; } }
  .entry__post-navigation .single-longform__navigation--item:first-child a::before,
  .entry__post-navigation .single-longform__navigation--item:last-child a::after {
    border-color: #262626;
    border-style: solid;
    border-width: 0.125rem 0.125rem 0 0;
    content: '';
    display: inline-block;
    height: 0.5625rem;
    vertical-align: 0.0625rem;
    width: 0.5625rem; }
  .entry__post-navigation .single-longform__navigation--item:first-child {
    text-align: left; }
    .entry__post-navigation .single-longform__navigation--item:first-child a::before {
      -webkit-transform: rotate(-135deg);
          -ms-transform: rotate(-135deg);
              transform: rotate(-135deg); }
  .entry__post-navigation .single-longform__navigation--item:last-child {
    text-align: right; }
    .entry__post-navigation .single-longform__navigation--item:last-child a::after {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
  .entry__post-navigation .single-longform__navigation--link {
    color: #262626;
    display: block;
    font-family: "Roboto", helvetica, arial, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    padding: 1.125rem 0;
    position: relative;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
    .entry__post-navigation .single-longform__navigation--link:hover, .entry__post-navigation .single-longform__navigation--link:focus {
      opacity: 0.7; }
    .entry__post-navigation .single-longform__navigation--link.current-menu-item {
      display: none; }

.longform__share-list {
  display: inline-block; }

.longform__share {
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 0.3125rem 0 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  vertical-align: top; }
  .longform__share.mobile {
    display: inline-block;
    margin: 1.5625rem 0 1.5625rem 0.9375rem; }
    @media (min-width: 48.0625rem) {
      .longform__share.mobile {
        display: none; } }
    .longform__share.mobile.longform__share--facebook {
      margin-left: 1.25rem; }
  .longform__share:last-child {
    margin-right: 0; }
  .longform__share:hover, .longform__share:focus {
    opacity: 0.5; }
  .longform__share a {
    border-radius: 50%;
    display: block;
    height: 1.5625rem;
    width: 1.5625rem; }
    .longform__share a span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
  .longform__share--facebook {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjU2LjY5MyIgd2lkdGg9IjU2LjY5MyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNDAuNDMgMjEuNzM5aC03LjY0NXYtNS4wMTRjMC0xLjg4MyAxLjI0OC0yLjMyMiAyLjEyNy0yLjMyMmg1LjM5NVY2LjEyNWwtNy40My0uMDI5Yy04LjI0OCAwLTEwLjEyNSA2LjE3NC0xMC4xMjUgMTAuMTI1djUuNTE4aC00Ljc3djguNTNoNC43N3YyNC4xMzdoMTAuMDMzVjMwLjI2OWg2Ljc3bC44NzUtOC41M3oiIGZpbGw9IiMyNjI2MjYiLz48L3N2Zz4=);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 17px; }
  .longform__share--linkedin {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48c3R5bGU+PC9zdHlsZT48ZyBpZD0iTGF5ZXJfMSI+PHBhdGggZD0iTTY2LjggNzUuNHYtMjJzLTEuMi00LjYtNS42LTQuNGMtNC40LjItNS44LjktNy44IDMuM3YyMy4xSDQyLjFWNDAuNWgxMS4ydjUuMXMzLjYtNy4xIDExLjItNi42YzYuOS41IDEyLjEgNC43IDEzLjIgMTMuOWguM3YyMi41SDY2Ljh6TTI4LjcgMzZDMjUgMzYgMjIgMzMgMjIgMjkuMmMwLTMuNyAzLTYuOCA2LjctNi44czYuNyAzIDYuNyA2LjhjMCAzLjctMyA2LjgtNi43IDYuOHptNS42IDM5LjRIMjMuMVY0MC41aDExLjJ2MzQuOXoiIGlkPSJsaW5rZWRpbiIgZmlsbD0iIzI2MjYyNiIvPjwvZz48L3N2Zz4=);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 20px; }
  .longform__share--twitter {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjU2LjY5MyIgd2lkdGg9IjU2LjY5MyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNTIuODM3IDE1LjA2NWEyMC4xMSAyMC4xMSAwIDAgMS01LjgwNSAxLjU5MSAxMC4xMjUgMTAuMTI1IDAgMCAwIDQuNDQ0LTUuNTkyIDIwLjIzMiAyMC4yMzIgMCAwIDEtNi40MTggMi40NTQgMTAuMDkzIDEwLjA5MyAwIDAgMC03LjM3Ny0zLjE5MmMtNS41ODEgMC0xMC4xMDYgNC41MjUtMTAuMTA2IDEwLjEwNyAwIC43OTEuMDg5IDEuNTYyLjI2MiAyLjMwMy04LjQtLjQyMi0xNS44NDgtNC40NDUtMjAuODMzLTEwLjU2YTEwLjA1NSAxMC4wNTUgMCAwIDAtMS4zNjggNS4wODJjMCAzLjUwNiAxLjc4NCA2LjYgNC40OTYgOC40MTJhMTAuMDc4IDEwLjA3OCAwIDAgMS00LjU3OC0xLjI2NWwtLjAwMS4xMjhjMCA0Ljg5NiAzLjQ4NCA4Ljk4IDguMTA4IDkuOTFhMTAuMTYyIDEwLjE2MiAwIDAgMS00LjU2NS4xNzJjMS4yODcgNC4wMTUgNS4wMTkgNi45MzggOS40NDEgNy4wMTlhMjAuMjc2IDIwLjI3NiAwIDAgMS0xMi41NTIgNC4zMjdjLS44MTUgMC0xLjYyLS4wNDgtMi40MTEtLjE0MmEyOC42IDI4LjYgMCAwIDAgMTUuNDkzIDQuNTQxYzE4LjU5MSAwIDI4Ljc1Ni0xNS40IDI4Ljc1Ni0yOC43NTYgMC0uNDM4LS4wMDktLjg3NS0uMDI4LTEuMzA5YTIwLjQ3IDIwLjQ3IDAgMCAwIDUuMDQyLTUuMjN6IiBmaWxsPSIjMjYyNjI2Ii8+PC9zdmc+);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 17px; }

/* stylelint-enable selector-max-specificity */
/* stylelint-disable block-closing-brace-newline-after, at-rule-empty-line-before, rule-empty-line-before */
/**
 * Convert px to rem or em. Unitless values are assumed to be in px.
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to either rem or em
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to em
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to rem
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Remove default browser button styles
 */
/**
 * Default input button styles
 */
/**
 * Visually hide an element and leave it only for screenreaders
 */
/**
 * Allow item outdent within a static width container.
 */
/**
 * Reusable button style mixin.
 */
/**
 * Build corners for callout module.
 */
/*
  https://github.com/fregante/object-fit-images/blob/master/preprocessors/mixin.scss
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/*
  Flexbox utility originally from curated content
*/
/* stylelint-enable */
/**
 * Generate map of breakpoint values
 */
/**
 * If you want, include custom media queries in the first parameter of map_merge below
 * (example 'admin-bar' media query provided)
 */
/**
 * Retrive prepared media query
 *
 * @param {string} $query Key to acess in breakpoints object. If you're lookin for one of the generated breakpoints,
 *                        pass in a string constructed using a key from $bp-values
 *                        and either 'min' (for `min-width`) or 'max' (for `max-width`), separated by a hyphen.
 */
/* Gradients */
/* stylelint-disable declaration-no-important */
/* stylelint-enable declaration-no-important */
.branded-curated-content {
  margin-left: calc(-50vw + 50%);
  -webkit-transform: translateX(calc(50vw - 50%));
      -ms-transform: translateX(calc(50vw - 50%));
          transform: translateX(calc(50vw - 50%));
  width: 100vw;
  background-color: #f1f3f2;
  margin-bottom: 4rem;
  margin-top: 4rem; }
  .branded-curated-content .block__eyebrow {
    text-align: center; }
    .branded-curated-content .block__eyebrow span {
      font-size: 1.125rem;
      line-height: 1.75rem;
      background: #3e8ede;
      color: #fff;
      display: inline-block;
      font-family: "Roboto", helvetica, arial, sans-serif;
      font-weight: 700;
      padding: 0.83333rem 4rem;
      text-transform: uppercase;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      white-space: nowrap; }
  .branded-curated-content .block__heading {
    font-size: 1.375rem;
    line-height: 2rem;
    font-family: "Noto Serif TC", georgia, times, serif;
    font-weight: 700;
    margin-bottom: 0.5rem;
    padding: 0 1.25rem;
    text-align: center; }
    @media (min-width: 48.0625rem) {
      .branded-curated-content .block__heading {
        font-size: 1.75rem;
        line-height: 2.25rem; } }
    @media (min-width: 32rem) {
      .branded-curated-content .block__heading {
        font-size: 1.75rem;
        line-height: 2.375rem; } }
  @media (min-width: 32rem) and (min-width: 48.0625rem) {
    .branded-curated-content .block__heading {
      font-size: 1.875rem;
      line-height: 2.375rem; } }
  .branded-curated-content .block__excerpt {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    padding: 1.25rem;
    max-width: 56.25rem;
    color: #333;
    margin: 0 auto;
    padding: 0 1.25rem;
    text-align: center; }
  .branded-curated-content .block__cards {
    margin-left: auto;
    margin-right: auto;
    padding: 1.25rem;
    max-width: 76.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    padding: 0.5rem 1.25rem 1.25rem; }
    @media (min-width: 80rem) {
      .branded-curated-content .block__cards {
        padding: 0.5rem 0 1.25rem; } }
    @media (max-width: 31.9375rem) {
      .branded-curated-content .block__cards {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .branded-curated-content .card {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 1.25rem 1.25rem; }
    .branded-curated-content .card:last-of-type {
      margin-right: 0; }
    @media (max-width: 31.9375rem) {
      .branded-curated-content .card {
        margin: 0 0 2.25rem; } }
    @media (min-width: 48.0625rem) {
      .branded-curated-content .card {
        margin-left: 0;
        width: 31.5%; } }
    .branded-curated-content .card .card__header {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 3rem;
      margin-bottom: 0.25rem;
      width: 100%; }
    .branded-curated-content .card .card__title {
      width: 100%; }
      .branded-curated-content .card .card__title a {
        font-size: 1rem;
        line-height: 1.5rem;
        display: block;
        line-height: 1.1875rem;
        text-align: center;
        text-transform: uppercase; }
  .branded-curated-content .overlay {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.59)), color-stop(51%, rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.59) 0%, rgba(255, 255, 255, 0) 51%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.59) 0%, rgba(255, 255, 255, 0) 51%);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%; }
  .branded-curated-content .icon-play-video {
    background-color: #fff;
    height: 50px;
    width: 50px;
    height: 30px;
    width: 30px; }
    .branded-curated-content .icon-play-video, .branded-curated-content .icon-play-video::before, .branded-curated-content .icon-play-video::after {
      bottom: 10px;
      content: "";
      display: block;
      left: 8px;
      position: absolute; }
    .branded-curated-content .icon-play-video {
      background-color: transparent; }
    .branded-curated-content .icon-play-video::after {
      background: transparent;
      border-color: transparent transparent transparent #fff;
      border-style: solid;
      border-width: 12px 0 12px 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      height: 20px;
      margin-left: 2px;
      width: 0; }
    .branded-curated-content .icon-play-video::after {
      border-width: 8px 0 8px 16px;
      height: 16px; }
  .branded-curated-content .video-length {
    font-size: 0.875rem;
    line-height: 1.375rem;
    bottom: 1.0625rem;
    color: #fff;
    left: 2.8125rem;
    position: absolute; }

.module--type-callout {
  position: relative;
  border-color: transparent;
  font-family: "Roboto", helvetica, arial, sans-serif;
  margin-bottom: 2.25rem;
  padding: 2.25rem; }
  .module--type-callout::before, .module--type-callout::after {
    border-color: inherit;
    border-style: solid;
    content: '';
    height: 5rem;
    position: absolute;
    width: 5rem; }
  .module--type-callout::before {
    border-width: 2px 0 0 2px;
    left: 0;
    top: 0; }
  .module--type-callout::after {
    border-width: 0 2px 2px 0;
    bottom: 0;
    right: 0; }
  .module--type-callout .rich-text > p {
    margin: 0 0 2.25rem 0;
    max-width: 100%;
    padding: 0; }
  .module--type-callout .rich-text > ul {
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 2.25rem;
    padding: 0; }
    .module--type-callout .rich-text > ul li {
      margin-bottom: 0; }
    .module--type-callout .rich-text > ul li + li {
      margin-top: 1.25rem; }
  .module--type-callout.module--border-color--white {
    border-color: #fff; }
  .module--type-callout.module--border-color--blue {
    border-color: #3e8ede; }
  .module--type-callout.module--border-color--orange {
    border-color: #dd7b53; }
  .module--type-callout.module--border-color--light-gray {
    border-color: #a7a9ab; }
  .module--type-callout.module--border-color--black {
    border-color: #000; }
  .module--type-callout.module--theme--background-no-border {
    border-color: transparent; }
  .module--type-callout .module__title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-family: "Roboto Condensed", "Roboto", helvetica, arial, sans-serif;
    font-weight: 700;
    margin-bottom: 1.25rem;
    text-align: center; }
    @media (min-width: 48.0625rem) {
      .module--type-callout .module__title {
        font-size: 1.375rem;
        line-height: 1.875rem; } }
    .module--type-callout .module__title:empty {
      display: none;
      margin-bottom: 0; }
    .module--type-callout .module__title a {
      color: inherit; }
  .module--type-callout .module__content--text-content {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 200;
    margin: 0;
    padding: 0; }
    .module--type-callout .module__content--text-content .rich-text:last-child > * {
      margin-bottom: 0; }
  .module--type-callout:not(.module--alignment-left):not(.module--alignment-right) {
    margin-left: auto;
    margin-right: auto;
    padding: 2.25rem;
    max-width: 58.75rem; }
    .page-type-longform .module--type-callout:not(.module--alignment-left):not(.module--alignment-right) {
      margin-left: auto;
      margin-right: auto;
      padding: 2.25rem;
      max-width: 40.625rem; }
    .module--type-callout:not(.module--alignment-left):not(.module--alignment-right) .module__title {
      font-size: 1.375rem;
      line-height: 2rem; }
      @media (min-width: 48.0625rem) {
        .module--type-callout:not(.module--alignment-left):not(.module--alignment-right) .module__title {
          font-size: 1.75rem;
          line-height: 2.25rem; } }
    .module--type-callout:not(.module--alignment-left):not(.module--alignment-right) .module__content--text-content {
      font-size: 1.125rem;
      line-height: 1.6875rem; }
  .module--type-callout.module--theme--background-no-border {
    background: #efefef; }
  @media (min-width: 48.0625rem) {
    .module--type-callout.module--alignment-left {
      float: left;
      margin-right: 4rem;
      max-width: 25rem; } }
  @media (min-width: 48.0625rem) {
    .module--type-callout.module--alignment-right {
      float: right;
      margin-left: 4rem;
      max-width: 25rem; } }

.module--type--cta {
  background-color: #efefef;
  margin: 0 1.25rem 2.25rem;
  padding: 2.25rem; }
  .module--type--cta + .module--type--cta {
    border-top: 1px solid #a7a9ab; }
  .module--type--cta.has-thumbnail .cta__button {
    margin-left: 0; }
  .module--type--cta[data-align='center'], .module--type--cta.aligncenter {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    text-align: left; }
  .module--type--cta[data-align='left'], .module--type--cta[data-align='right'], .module--type--cta.alignleft, .module--type--cta.alignright {
    max-width: 100%;
    text-align: left; }
    @media (min-width: 48.0625rem) {
      .module--type--cta[data-align='left'], .module--type--cta[data-align='right'], .module--type--cta.alignleft, .module--type--cta.alignright {
        max-width: 26.875rem; } }
    @media (min-width: 48.0625rem) {
      .has-sidebar .module--type--cta[data-align='left'], .has-sidebar .module--type--cta[data-align='right'], .has-sidebar .module--type--cta.alignleft, .has-sidebar .module--type--cta.alignright {
        max-width: 26.875rem; } }
    @media (min-width: 64rem) {
      .has-sidebar .module--type--cta[data-align='left'], .has-sidebar .module--type--cta[data-align='right'], .has-sidebar .module--type--cta.alignleft, .has-sidebar .module--type--cta.alignright {
        margin-bottom: 2.25rem;
        max-width: 100%; } }
    @media (min-width: 80rem) {
      .has-sidebar .module--type--cta[data-align='left'], .has-sidebar .module--type--cta[data-align='right'], .has-sidebar .module--type--cta.alignleft, .has-sidebar .module--type--cta.alignright {
        margin-bottom: 0.625rem;
        max-width: 26.875rem; } }
    @media (min-width: 48.0625rem) {
      .module--type--cta[data-align='left'] .cta__container, .module--type--cta[data-align='right'] .cta__container, .module--type--cta.alignleft .cta__container, .module--type--cta.alignright .cta__container {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap; } }
    @media (min-width: 80rem) {
      .module--type--cta[data-align='left'] .cta__container, .module--type--cta[data-align='right'] .cta__container, .module--type--cta.alignleft .cta__container, .module--type--cta.alignright .cta__container {
        display: block; } }
    @media (min-width: 48.0625rem) {
      .module--type--cta[data-align='left'] .cta__image-upload-input, .module--type--cta[data-align='left'] .cta__image--container, .module--type--cta[data-align='right'] .cta__image-upload-input, .module--type--cta[data-align='right'] .cta__image--container, .module--type--cta.alignleft .cta__image-upload-input, .module--type--cta.alignleft .cta__image--container, .module--type--cta.alignright .cta__image-upload-input, .module--type--cta.alignright .cta__image--container {
        margin-bottom: 1.25rem;
        margin-right: 0;
        max-width: 100%; } }
    @media (min-width: 48.0625rem) {
      .module--type--cta[data-align='left'] .cta__content ~ p, .module--type--cta[data-align='right'] .cta__content ~ p, .module--type--cta.alignleft .cta__content ~ p, .module--type--cta.alignright .cta__content ~ p {
        text-align: center; } }
    @media (min-width: 48.0625rem) {
      .module--type--cta[data-align='left'] .cta__mobile, .module--type--cta[data-align='right'] .cta__mobile, .module--type--cta.alignleft .cta__mobile, .module--type--cta.alignright .cta__mobile {
        display: block; } }
    @media (min-width: 48.0625rem) {
      .module--type--cta[data-align='left'] .cta__desktop, .module--type--cta[data-align='right'] .cta__desktop, .module--type--cta.alignleft .cta__desktop, .module--type--cta.alignright .cta__desktop {
        display: none; } }
  @media (min-width: 64rem) {
    .has-sidebar .module--type--cta[data-align='left'], .has-sidebar .module--type--cta.alignleft {
      margin-right: 1.25rem; } }
  @media (min-width: 80rem) {
    .has-sidebar .module--type--cta[data-align='left'], .has-sidebar .module--type--cta.alignleft {
      margin-right: 2.25rem; } }
  @media (min-width: 64rem) {
    .has-sidebar .module--type--cta[data-align='right'], .has-sidebar .module--type--cta.alignright {
      margin-left: 1.25rem; } }
  @media (min-width: 80rem) {
    .has-sidebar .module--type--cta[data-align='right'], .has-sidebar .module--type--cta.alignright {
      margin-left: 2.25rem; } }
  @media (min-width: 48.0625rem) {
    .module--type--cta[data-thumbnail-align='right'] .cta__image--container {
      margin-left: auto;
      margin-right: 0;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      padding-left: 2.25rem; } }
  .module--type--cta[data-thumbnail-crop='kauffman-medium-full'] .cta__image--container {
    max-width: calc(50% - 2.25rem); }
  .module--type--cta[data-background-color='white'] {
    background-color: #fff; }
  .module--type--cta[data-background-color='blue'] {
    background-color: #3e8ede;
    color: #fff; }
    .module--type--cta[data-background-color='blue'][data-button-color='blue'] .cta__button {
      border: 1px solid #fff; }
  .module--type--cta[data-background-color='light-gray'] {
    background-color: #ededed; }
  .module--type--cta[data-button-color='orange'] .cta__button {
    background-color: #dd7b53; }
  .module--type--cta[data-button-color='blue'] .cta__button {
    background-color: #3e8ede; }
  .module--type--cta[data-button-color='dark-gray'] .cta__button {
    background-color: #4f463d; }
  .module--type--cta[data-title-size='large'] .cta__title {
    font-size: 2.75rem;
    line-height: 1.2; }
  .module--type--cta .cta__container {
    display: block;
    width: 100%; }
    @media (min-width: 48.0625rem) {
      .module--type--cta .cta__container {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap; } }
    @media (min-width: 48.0625rem) {
      .entry__sidebar .module--type--cta .cta__container {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap; } }
    @media (min-width: 64rem) {
      .entry__sidebar .module--type--cta .cta__container {
        display: block; } }
  .module--type--cta .cta__container--content {
    text-align: left; }
  .module--type--cta .cta__image {
    vertical-align: middle;
    width: 100%; }
    .module--type--cta .cta__image-upload-input, .module--type--cta .cta__image--container {
      display: block;
      margin-bottom: 1.25rem;
      max-width: 100%;
      min-width: 18.1875rem; }
      @media (min-width: 48.0625rem) {
        .module--type--cta .cta__image-upload-input, .module--type--cta .cta__image--container {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 100%;
                  flex: 1 1 100%;
          margin-bottom: 0;
          margin-right: 2.25rem;
          max-width: 18.1875rem; } }
      @media (min-width: 80rem) {
        .module--type--cta .cta__image-upload-input, .module--type--cta .cta__image--container {
          -webkit-box-flex: 1;
              -ms-flex: 1 0 100%;
                  flex: 1 0 100%;
          max-width: 24.25rem; } }
      @media (min-width: 48.0625rem) {
        .has-sidebar .module--type--cta .cta__image-upload-input, .has-sidebar .module--type--cta .cta__image--container {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 100%;
                  flex: 1 1 100%; } }
      @media (min-width: 48.0625rem) {
        .entry__sidebar .module--type--cta .cta__image-upload-input, .entry__sidebar .module--type--cta .cta__image--container {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 100%;
                  flex: 1 1 100%;
          margin-bottom: 0;
          margin-right: 2.25rem;
          max-width: 24.25rem; } }
      @media (min-width: 64rem) {
        .entry__sidebar .module--type--cta .cta__image-upload-input, .entry__sidebar .module--type--cta .cta__image--container {
          margin-bottom: 1.25rem;
          margin-right: 0; } }
  .module--type--cta .cta__content--container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
    @media (min-width: 48.0625rem) {
      .module--type--cta .cta__content--container {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 calc(100% - 2.25rem + 24.25rem);
                flex: 0 1 calc(100% - 2.25rem + 24.25rem); } }
  .module--type--cta .cta__title {
    font-family: "Roboto Condensed", "Roboto", helvetica, arial, sans-serif;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.625rem;
    margin-bottom: 1.25rem; }
  .module--type--cta .cta__content {
    font-size: 1.25rem;
    line-height: 2rem; }
    .module--type--cta .cta__content ~ p {
      margin-top: auto;
      text-align: center; }
      @media (min-width: 48.0625rem) {
        .module--type--cta .cta__content ~ p {
          text-align: left; } }
      @media (min-width: 48.0625rem) {
        .entry__sidebar .module--type--cta .cta__content ~ p {
          text-align: left; } }
      @media (min-width: 64rem) {
        .entry__sidebar .module--type--cta .cta__content ~ p {
          text-align: center; } }
  .module--type--cta .cta__button {
    background-color: transparent;
    border: none;
    border-radius: 0;
    font-family: inherit;
    font-size: inherit;
    outline: none;
    overflow: visible;
    text-decoration: none;
    font-size: 1.375rem;
    line-height: 1.5625rem;
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #000;
    font-weight: 500;
    padding: 0.5rem 0.875rem;
    text-transform: uppercase;
    -webkit-transition: color 0.1s ease-in-out, background 0.1s ease-in-out, border 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out, background 0.1s ease-in-out, border 0.1s ease-in-out;
    transition: color 0.1s ease-in-out, background 0.1s ease-in-out, border 0.1s ease-in-out;
    font-size: 1rem;
    line-height: 1.5rem;
    background-color: #3e8ede;
    color: #fff;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.4375rem;
    min-width: 16.25rem;
    padding: 0.625rem 3.75rem;
    position: relative;
    text-align: center;
    text-transform: uppercase; }
    .module--type--cta .cta__button:hover {
      background-color: #5e5e5e;
      color: #fff; }
    @media (max-width: 48rem) {
      .module--type--cta .cta__button {
        padding: 0.625rem 1.25rem;
        text-align: left; } }
    @media (min-width: 48.0625rem) {
      .module--type--cta .cta__button {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 calc(100% - 2.25rem + 24.25rem);
                flex: 0 1 calc(100% - 2.25rem + 24.25rem); } }
    .module--type--cta .cta__button::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBhcmlhLWhpZGRlbj0idHJ1ZSIgaGVpZ2h0PSI4NS45OTkiIHdpZHRoPSI0Ni4wMDEiIHZpZXdCb3g9IjAgMCA0Ni4wMDEgODUuOTk5Ij48cGF0aCBkPSJNMS4wMDMsODAuMDk0Yy0xLjMzOCwxLjM1Mi0xLjMzOCwzLjU0MSwwLDQuODkzYzEuMzM3LDEuMzUsMy41MDYsMS4zNTIsNC44NDUsMGwzOS4xNDktMzkuNTM5ICBjMS4zMzgtMS4zNTIsMS4zMzgtMy41NDMsMC00Ljg5NUw1Ljg0OCwxLjAxNGMtMS4zMzktMS4zNTItMy41MDYtMS4zNTItNC44NDUsMGMtMS4zMzgsMS4zNTItMS4zMzgsMy41NDEtMC4wMDEsNC44OTNMMzYuNzA2LDQzICBMMS4wMDMsODAuMDk0eiIgZmlsbD0iI2ZmZmZmZiIvPjwvc3ZnPg==);
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: contain;
      bottom: auto;
      content: '';
      height: 0.625rem;
      left: auto;
      margin-left: 0.4375rem;
      position: absolute;
      right: auto;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 0.5rem; }
  .module--type--cta .cta__mobile {
    display: block; }
    @media (min-width: 48.0625rem) {
      .module--type--cta .cta__mobile {
        display: none; } }
    @media (min-width: 48.0625rem) {
      .entry__sidebar .module--type--cta .cta__mobile {
        display: none; } }
    @media (min-width: 64rem) {
      .entry__sidebar .module--type--cta .cta__mobile {
        display: block; } }
  .module--type--cta .cta__desktop {
    display: none; }
    @media (min-width: 48.0625rem) {
      .module--type--cta .cta__desktop {
        display: block; } }
    @media (min-width: 48.0625rem) {
      .entry__sidebar .module--type--cta .cta__desktop {
        display: block; } }
    @media (min-width: 64rem) {
      .entry__sidebar .module--type--cta .cta__desktop {
        display: none; } }
  .module--type-full-bleed .module--type--cta {
    margin: 0 !important;
    padding: 0; }
    .module--type-full-bleed .module--type--cta .cta__button {
      margin-left: 0; }
    .module--type-full-bleed .module--type--cta .cta__container {
      position: relative; }
    .module--type-full-bleed .module--type--cta .cta__container--content {
      bottom: 0;
      color: #fff;
      left: 0;
      max-width: 100%;
      padding: 0 2.25rem 2.25rem;
      position: absolute;
      z-index: 2; }
    .module--type-full-bleed .module--type--cta[data-thumbnail-align='right'] .cta__container--content {
      left: auto;
      right: 0; }
      @media (min-width: 64rem) {
        .module--type-full-bleed .module--type--cta[data-thumbnail-align='right'] .cta__container--content {
          max-width: 60%;
          padding: 0 2.25rem 4rem; } }
      @media (min-width: 80rem) {
        .module--type-full-bleed .module--type--cta[data-thumbnail-align='right'] .cta__container--content {
          max-width: 45%; } }
    .module--type-full-bleed .module--type--cta[data-thumbnail-align='right'] .cta__image--container {
      padding-left: 0; }
    .module--type-full-bleed .module--type--cta[data-thumbnail-align='left'] .cta__container--content {
      left: 0;
      right: auto; }
      @media (min-width: 64rem) {
        .module--type-full-bleed .module--type--cta[data-thumbnail-align='left'] .cta__container--content {
          max-width: 80%;
          padding: 0 2.25rem 4rem; } }
    .module--type-full-bleed .module--type--cta[data-gradient-theme='dark'] .cta__image--container::before {
      background: #000;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(20%, rgba(0, 0, 0, 0.8)), color-stop(40%, rgba(0, 0, 0, 0)));
      background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0) 40%);
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0) 40%);
      bottom: 0;
      content: '';
      display: block;
      left: 0;
      pointer-events: none;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1; }
    .module--type-full-bleed .module--type--cta[data-gradient-theme='dark'] .cta__title,
    .module--type-full-bleed .module--type--cta[data-gradient-theme='dark'] .cta__content {
      color: #fff;
      text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.8); }
    .module--type-full-bleed .module--type--cta[data-gradient-theme='light'] .cta__image--container::before {
      background: #fff;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.8)), color-stop(20%, rgba(255, 255, 255, 0.8)), color-stop(40%, rgba(255, 255, 255, 0)));
      background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0) 40%);
      background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0) 40%);
      bottom: 0;
      content: '';
      display: block;
      left: 0;
      pointer-events: none;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1; }
    .module--type-full-bleed .module--type--cta[data-gradient-theme='light'] .cta__title,
    .module--type-full-bleed .module--type--cta[data-gradient-theme='light'] .cta__content {
      color: #262626; }
    .module--type-full-bleed .module--type--cta .cta__image--container {
      max-width: 100%;
      min-width: 100%;
      position: relative;
      width: 100vw; }
      @media (max-width: 48rem) {
        .module--type-full-bleed .module--type--cta .cta__image--container {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin-bottom: 0;
          max-width: none;
          overflow: hidden;
          width: auto; } }
    @media (max-width: 48rem) {
      .module--type-full-bleed .module--type--cta .cta__image {
        max-height: 80vh;
        max-width: none;
        width: auto; } }
    .module--type-full-bleed .module--type--cta .cta__content {
      font-size: 1.125rem;
      line-height: 1.75rem; }
      @media (min-width: 48.0625rem) {
        .module--type-full-bleed .module--type--cta .cta__content {
          font-size: 1.25rem;
          line-height: 1.75rem; } }
  @media (min-width: 48.0625rem) and (min-width: 48.0625rem) {
    .module--type-full-bleed .module--type--cta .cta__content {
      font-size: 1.375rem;
      line-height: 1.875rem; } }
    .module--type-full-bleed .module--type--cta[data-title-size='default'] .cta__title {
      font-size: 1.875rem;
      line-height: 2.375rem; }
      @media (min-width: 48.0625rem) {
        .module--type-full-bleed .module--type--cta[data-title-size='default'] .cta__title {
          font-size: 2.25rem;
          line-height: 2.75rem; } }
    .module--type-full-bleed .module--type--cta[data-title-size='large'] .cta__title {
      font-size: 2.625rem;
      line-height: 3.5rem; }
      @media (min-width: 48.0625rem) {
        .module--type-full-bleed .module--type--cta[data-title-size='large'] .cta__title {
          font-size: 3.875rem;
          line-height: 4.875rem; } }

.module--type-curated-content-editable {
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem;
  max-width: 79rem;
  margin: 0 auto 2.25rem; }
  @media (min-width: 80rem) {
    .site .module--type-curated-content-editable {
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      max-width: 100vw;
      width: 100vw; } }
  .module--type-curated-content-editable[data-module-background-color=blue] {
    background-color: #3e8ede; }
  .module--type-curated-content-editable[data-module-border-color=blue] {
    border-color: #3e8ede; }
  .module--type-curated-content-editable[data-module-background-color=light-gray] {
    background-color: #efefef; }
  .module--type-curated-content-editable[data-module-border-color=light-gray] {
    border-color: #efefef; }
  .module--type-curated-content-editable[data-module-background-color=mid-gray] {
    background-color: #777; }
  .module--type-curated-content-editable[data-module-border-color=mid-gray] {
    border-color: #777; }
  .module--type-curated-content-editable[data-module-background-color=dark-gray] {
    background-color: #333; }
  .module--type-curated-content-editable[data-module-border-color=dark-gray] {
    border-color: #333; }
  .module--type-curated-content-editable[data-module-background-color=white] {
    background-color: #fff; }
  .module--type-curated-content-editable[data-module-border-color=white] {
    border-color: #fff; }
  .module--type-curated-content-editable[data-module-background-color=orange] {
    background-color: #dd7b53; }
  .module--type-curated-content-editable[data-module-border-color=orange] {
    border-color: #dd7b53; }
  .module--type-curated-content-editable[data-module-background-color='blue'] {
    color: #fff; }
  .module--type-curated-content-editable .module__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.25rem; }
  .module--type-curated-content-editable .module__description {
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin: 1.25rem; }
    .module--type-curated-content-editable .module__description:empty {
      display: none;
      margin-bottom: 0; }
    .module--type-curated-content-editable .module__description a {
      color: inherit; }
  .module--type-curated-content-editable .module__eyebrow {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 200;
    margin: 1.25rem;
    text-transform: uppercase; }
  @media (min-width: 80rem) {
    .module--type-curated-content-editable .module__outer {
      margin-left: auto;
      margin-right: auto;
      padding: 1.25rem;
      max-width: 79rem; } }
  .module--type-curated-content-editable .module__title {
    font-size: 1.75rem;
    line-height: 2.375rem;
    font-family: "Roboto Condensed", "Roboto", helvetica, arial, sans-serif;
    font-weight: 600;
    margin: 1.25rem; }
    @media (min-width: 48.0625rem) {
      .module--type-curated-content-editable .module__title {
        font-size: 1.875rem;
        line-height: 2.375rem; } }
    .module--type-curated-content-editable .module__title:empty {
      display: none;
      margin-bottom: 0; }
    .module--type-curated-content-editable .module__title a {
      color: inherit; }
  .module--type-curated-content-editable .post-block {
    -ms-flex-preferred-size: calc(50% - (4rem * 1));
        flex-basis: calc(50% - (4rem * 1));
    font-family: "Roboto", helvetica, arial, sans-serif;
    margin: 0 0 4rem 0; }
    @media (max-width: 63.9375rem) {
      .module--type-curated-content-editable .post-block {
        -ms-flex-preferred-size: calc(50% - (2.25rem * 1));
            flex-basis: calc(50% - (2.25rem * 1)); } }
    @media (max-width: 48rem) {
      .module--type-curated-content-editable .post-block {
        -ms-flex-preferred-size: calc(50% - (1.25rem * 1));
            flex-basis: calc(50% - (1.25rem * 1)); } }
    @media (max-width: 31.9375rem) {
      .module--type-curated-content-editable .post-block {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
    .module--type-curated-content-editable .post-block:only-child {
      margin-right: auto; }
    @media (min-width: 48.0625rem) {
      .module--type-curated-content-editable .post-block {
        -ms-flex-preferred-size: calc(33.3% - (4rem * 1));
            flex-basis: calc(33.3% - (4rem * 1)); } }
  @media (min-width: 48.0625rem) and (max-width: 63.9375rem) {
    .module--type-curated-content-editable .post-block {
      -ms-flex-preferred-size: calc(33.3% - (2.25rem * 1));
          flex-basis: calc(33.3% - (2.25rem * 1)); } }
  @media (min-width: 48.0625rem) and (max-width: 48rem) {
    .module--type-curated-content-editable .post-block {
      -ms-flex-preferred-size: calc(33.3% - (1.25rem * 1));
          flex-basis: calc(33.3% - (1.25rem * 1)); } }
  @media (min-width: 48.0625rem) and (max-width: 31.9375rem) {
    .module--type-curated-content-editable .post-block {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; } }

/* stylelint-disable block-closing-brace-newline-after, at-rule-empty-line-before, rule-empty-line-before */
/**
 * Convert px to rem or em. Unitless values are assumed to be in px.
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to either rem or em
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to em
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to rem
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Remove default browser button styles
 */
/**
 * Default input button styles
 */
/**
 * Visually hide an element and leave it only for screenreaders
 */
/**
 * Allow item outdent within a static width container.
 */
/**
 * Reusable button style mixin.
 */
/**
 * Build corners for callout module.
 */
/*
  https://github.com/fregante/object-fit-images/blob/master/preprocessors/mixin.scss
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/*
  Flexbox utility originally from curated content
*/
/* stylelint-enable */
/**
 * Generate map of breakpoint values
 */
/**
 * If you want, include custom media queries in the first parameter of map_merge below
 * (example 'admin-bar' media query provided)
 */
/**
 * Retrive prepared media query
 *
 * @param {string} $query Key to acess in breakpoints object. If you're lookin for one of the generated breakpoints,
 *                        pass in a string constructed using a key from $bp-values
 *                        and either 'min' (for `min-width`) or 'max' (for `max-width`), separated by a hyphen.
 */
/* Gradients */
/* stylelint-disable declaration-no-important */
/* stylelint-enable declaration-no-important */
.module--type-curated-content {
  padding: 0 1.25rem; }

.curated-content .block__heading {
  font-size: 1.75rem;
  line-height: 2.375rem;
  font-weight: 600;
  margin-bottom: 0.875rem; }
  @media (min-width: 48.0625rem) {
    .curated-content .block__heading {
      font-size: 1.875rem;
      line-height: 2.375rem; } }

.curated-content .block__excerpt {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 0.875rem; }

.curated-content .block__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 31.9375rem) {
    .curated-content .block__cards {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.curated-content .card {
  margin-bottom: 4rem;
  margin-right: 4rem; }
  @media (max-width: 63.9375rem) {
    .curated-content .card {
      margin-bottom: 2.25rem;
      margin-right: 2.25rem; } }
  @media (max-width: 48rem) {
    .curated-content .card {
      margin-right: 1.25rem; } }
  @media (max-width: 31.9375rem) {
    .curated-content .card {
      margin-bottom: 2.25rem;
      margin-right: 0; } }
  .curated-content .card:last-of-type {
    margin-right: 0; }
  .curated-content .card .card__image {
    position: relative; }
    .curated-content .card .card__image img {
      display: block; }
  .curated-content .card.card__single {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
    .curated-content .card.card__single .card__image img {
      height: 24.375rem;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%;
      width: 100%; }
      @media (max-width: 31.9375rem) {
        .curated-content .card.card__single .card__image img {
          height: 18.75rem; } }
  .curated-content .card.card__double {
    -ms-flex-preferred-size: calc(50% - (4rem * 0.5));
        flex-basis: calc(50% - (4rem * 0.5)); }
    @media (max-width: 63.9375rem) {
      .curated-content .card.card__double {
        -ms-flex-preferred-size: calc(50% - (2.25rem * 0.5));
            flex-basis: calc(50% - (2.25rem * 0.5)); } }
    @media (max-width: 48rem) {
      .curated-content .card.card__double {
        -ms-flex-preferred-size: calc(50% - (1.25rem * 0.5));
            flex-basis: calc(50% - (1.25rem * 0.5)); } }
    @media (max-width: 31.9375rem) {
      .curated-content .card.card__double {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
  .curated-content .card.card__triple {
    -ms-flex-preferred-size: calc(33.3% - (4rem * 0.66667));
        flex-basis: calc(33.3% - (4rem * 0.66667)); }
    @media (max-width: 63.9375rem) {
      .curated-content .card.card__triple {
        -ms-flex-preferred-size: calc(33.3% - (2.25rem * 0.66667));
            flex-basis: calc(33.3% - (2.25rem * 0.66667)); } }
    @media (max-width: 48rem) {
      .curated-content .card.card__triple {
        -ms-flex-preferred-size: calc(33.3% - (1.25rem * 0.66667));
            flex-basis: calc(33.3% - (1.25rem * 0.66667)); } }
    @media (max-width: 31.9375rem) {
      .curated-content .card.card__triple {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
  .curated-content .card.card__quadruple {
    -ms-flex-preferred-size: calc(25% - (4rem * 0.75));
        flex-basis: calc(25% - (4rem * 0.75)); }
    @media (max-width: 63.9375rem) {
      .curated-content .card.card__quadruple {
        -ms-flex-preferred-size: calc(25% - (2.25rem * 0.75));
            flex-basis: calc(25% - (2.25rem * 0.75)); } }
    @media (max-width: 48rem) {
      .curated-content .card.card__quadruple {
        -ms-flex-preferred-size: calc(25% - (1.25rem * 0.75));
            flex-basis: calc(25% - (1.25rem * 0.75)); } }
    @media (max-width: 31.9375rem) {
      .curated-content .card.card__quadruple {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }

.curated-content .overlay {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.59)), color-stop(51%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.59) 0%, rgba(255, 255, 255, 0) 51%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.59) 0%, rgba(255, 255, 255, 0) 51%);
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%; }

.curated-content .icon-play-video {
  background-color: #fff;
  height: 50px;
  width: 50px;
  height: 30px;
  width: 30px; }
  .curated-content .icon-play-video, .curated-content .icon-play-video::before, .curated-content .icon-play-video::after {
    bottom: 10px;
    content: "";
    display: block;
    left: 8px;
    position: absolute; }
  .curated-content .icon-play-video {
    background-color: transparent; }
  .curated-content .icon-play-video::after {
    background: transparent;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 12px 0 12px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 20px;
    margin-left: 2px;
    width: 0; }
  .curated-content .icon-play-video::after {
    border-width: 8px 0 8px 16px;
    height: 16px; }

.curated-content .video-length {
  font-size: 0.875rem;
  line-height: 1.375rem;
  bottom: 1.0625rem;
  color: #fff;
  left: 2.8125rem;
  position: absolute; }

/* stylelint-disable declaration-block-no-shorthand-property-overrides, declaration-no-important */
.wp-block-kauffman-blockquote,
.share-text {
  border-left: none !important;
  font-family: "Noto Serif TC", georgia, times, serif;
  font-weight: 600;
  margin: 0 auto 2.25rem;
  max-width: 58.75rem;
  min-width: 23.75rem;
  padding: 1.25rem;
  quotes: "“" "”";
  text-align: left;
  display: block;
  margin-bottom: 2.25rem !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.25rem !important;
  max-width: 56.25rem;
  padding: 0 1.25rem;
  position: relative;
  width: 100%; }
  @media (max-width: 31.9375rem) {
    .wp-block-kauffman-blockquote,
    .share-text {
      min-width: auto; } }
  .wp-block-kauffman-blockquote::before,
  .share-text::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNzUiIGhlaWdodD0iNTAiIHZpZXdib3g9IjAgMCA3OCA1MCIgZmlsbD0iIzMzN2NkNiI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik02MS4zMyAxNzcyLjMzYzAgOS4xNy03LjUgMTYuNjctMTYuNjYgMTYuNjctOS4xNyAwLTE2LjY3LTcuNS0xNi42Ny0xNi42N0EzMy4zMiAzMy4zMiAwIDAxNjEuMzMgMTczOXMtMTAuOTEgNC4wOC0xNi41OCAxNi42N2M5LjE3IDAgMTYuNTggNy41IDE2LjU4IDE2LjY2em0yNS4wOS0xNi42NmM5LjE2IDAgMTYuNTggNy41IDE2LjU4IDE2LjY2IDAgOS4xNy03LjUgMTYuNjctMTYuNjcgMTYuNjctOS4xNiAwLTE2LjY2LTcuNS0xNi42Ni0xNi42N0EzMy4zMiAzMy4zMiAwIDAxMTAzIDE3MzlzLTEwLjkyIDQuMDgtMTYuNTggMTYuNjd6Ii8+PC9kZWZzPjx1c2UgeGxpbms6aHJlZj0iI2EiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yOCAtMTczOSkiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 8.75rem;
    margin-bottom: -6rem;
    margin-left: calc(50% - (62px/2));
    pointer-events: none;
    width: 3.875rem;
    z-index: 10; }
    .alignright .wp-block-kauffman-blockquote::before,
    .alignleft .wp-block-kauffman-blockquote::before, .alignright
    .share-text::before,
    .alignleft
    .share-text::before {
      margin-left: 0; }
  .wp-block-kauffman-blockquote.icon-color-pale-pink::before,
  .share-text.icon-color-pale-pink::before {
    color: #ff6578; }
  .wp-block-kauffman-blockquote.alignright,
  .share-text.alignright {
    margin-left: 4.5rem;
    max-width: 20rem; }
    @media (max-width: 31.9375rem) {
      .wp-block-kauffman-blockquote.alignright,
      .share-text.alignright {
        margin-left: auto;
        max-width: none; } }
  .wp-block-kauffman-blockquote.alignleft,
  .share-text.alignleft {
    margin-right: 4.5rem;
    max-width: 20rem; }
    @media (max-width: 31.9375rem) {
      .wp-block-kauffman-blockquote.alignleft,
      .share-text.alignleft {
        margin-right: auto;
        max-width: none; } }
  .wp-block-kauffman-blockquote.wp-block-pullquote,
  .share-text.wp-block-pullquote {
    border: none; }
  .wp-block-kauffman-blockquote p,
  .wp-block-kauffman-blockquote .editor-rich-text p,
  .share-text p,
  .share-text .editor-rich-text p {
    font-size: 1.75rem;
    line-height: 2.375rem;
    color: #333;
    font-family: "Noto Serif TC", georgia, times, serif;
    margin: 1.25rem 0;
    max-width: 100%;
    padding: 0; }
    @media (min-width: 48.0625rem) {
      .wp-block-kauffman-blockquote p,
      .wp-block-kauffman-blockquote .editor-rich-text p,
      .share-text p,
      .share-text .editor-rich-text p {
        font-size: 1.875rem;
        line-height: 2.375rem; } }
    @media (max-width: 31.9375rem) {
      .wp-block-kauffman-blockquote p,
      .wp-block-kauffman-blockquote .editor-rich-text p,
      .share-text p,
      .share-text .editor-rich-text p {
        font-size: 1.25rem;
        line-height: 1.75rem; } }
  @media (max-width: 31.9375rem) and (min-width: 48.0625rem) {
    .wp-block-kauffman-blockquote p,
    .wp-block-kauffman-blockquote .editor-rich-text p,
    .share-text p,
    .share-text .editor-rich-text p {
      font-size: 1.375rem;
      line-height: 1.875rem; } }
  .wp-block-kauffman-blockquote.is-style-large p,
  .share-text.is-style-large p {
    font-size: 1.875rem;
    line-height: 2.375rem;
    font-style: normal; }
    @media (min-width: 48.0625rem) {
      .wp-block-kauffman-blockquote.is-style-large p,
      .share-text.is-style-large p {
        font-size: 2.25rem;
        line-height: 2.75rem; } }
    @media (max-width: 31.9375rem) {
      .wp-block-kauffman-blockquote.is-style-large p,
      .share-text.is-style-large p {
        font-size: 1.375rem;
        line-height: 2rem; } }
  @media (max-width: 31.9375rem) and (min-width: 48.0625rem) {
    .wp-block-kauffman-blockquote.is-style-large p,
    .share-text.is-style-large p {
      font-size: 1.75rem;
      line-height: 2.25rem; } }
  .wp-block-kauffman-blockquote cite,
  .wp-block-kauffman-blockquote .wp-block-pullquote__citation,
  .wp-block-kauffman-blockquote .wp-block-quote__citation,
  .share-text cite,
  .share-text .wp-block-pullquote__citation,
  .share-text .wp-block-quote__citation {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #424242;
    font-family: "Roboto", helvetica, arial, sans-serif;
    font-weight: 400;
    margin-top: 0;
    text-transform: none !important; }
    @media (min-width: 48.0625rem) {
      .wp-block-kauffman-blockquote cite,
      .wp-block-kauffman-blockquote .wp-block-pullquote__citation,
      .wp-block-kauffman-blockquote .wp-block-quote__citation,
      .share-text cite,
      .share-text .wp-block-pullquote__citation,
      .share-text .wp-block-quote__citation {
        font-size: 1.375rem;
        line-height: 1.875rem; } }
    .wp-block-kauffman-blockquote cite a,
    .wp-block-kauffman-blockquote .wp-block-pullquote__citation a,
    .wp-block-kauffman-blockquote .wp-block-quote__citation a,
    .share-text cite a,
    .share-text .wp-block-pullquote__citation a,
    .share-text .wp-block-quote__citation a {
      color: inherit;
      font-weight: inherit; }
    @media (max-width: 31.9375rem) {
      .wp-block-kauffman-blockquote cite,
      .wp-block-kauffman-blockquote .wp-block-pullquote__citation,
      .wp-block-kauffman-blockquote .wp-block-quote__citation,
      .share-text cite,
      .share-text .wp-block-pullquote__citation,
      .share-text .wp-block-quote__citation {
        font-size: 1rem;
        line-height: 1.5rem; } }
  .wp-block-kauffman-blockquote cite,
  .share-text cite {
    margin-left: initial;
    margin-right: initial; }
  .wp-block-kauffman-blockquote em,
  .share-text em {
    font-style: italic; }
  .wp-block-kauffman-blockquote strong,
  .share-text strong {
    font-weight: 700; }
  .wp-block-kauffman-blockquote.alignleft, .wp-block-kauffman-blockquote.alignright,
  .share-text.alignleft,
  .share-text.alignright {
    max-width: 100%; }
    @media (min-width: 48.0625rem) {
      .wp-block-kauffman-blockquote.alignleft, .wp-block-kauffman-blockquote.alignright,
      .share-text.alignleft,
      .share-text.alignright {
        max-width: 30rem; } }
  .wp-block-kauffman-blockquote.alignleft,
  .share-text.alignleft {
    margin-right: 2.25rem; }
    @media (min-width: 48.0625rem) {
      .wp-block-kauffman-blockquote.alignleft,
      .share-text.alignleft {
        padding-right: 0; } }
  .wp-block-kauffman-blockquote.alignright,
  .share-text.alignright {
    margin-left: 2.25rem; }
    @media (min-width: 48.0625rem) {
      .wp-block-kauffman-blockquote.alignright,
      .share-text.alignright {
        padding-left: 0; } }
  .wp-block-kauffman-blockquote.has-thumbnail::before,
  .share-text.has-thumbnail::before {
    margin: 0;
    position: absolute;
    top: 0; }
  .wp-block-kauffman-blockquote.has-thumbnail.aligncenter::before,
  .share-text.has-thumbnail.aligncenter::before {
    left: 4rem;
    top: 0; }
    @media (min-width: 48.0625rem) {
      .wp-block-kauffman-blockquote.has-thumbnail.aligncenter::before,
      .share-text.has-thumbnail.aligncenter::before {
        left: 30.5%; } }
    @media (min-width: 64rem) {
      .wp-block-kauffman-blockquote.has-thumbnail.aligncenter::before,
      .share-text.has-thumbnail.aligncenter::before {
        left: 33.5%; } }
  .wp-block-kauffman-blockquote.has-thumbnail.alignleft::before,
  .share-text.has-thumbnail.alignleft::before {
    left: 1.25rem; }
  .wp-block-kauffman-blockquote.has-thumbnail.alignright::before,
  .share-text.has-thumbnail.alignright::before {
    right: 12.5rem; }
  .wp-block-kauffman-blockquote .blockquote__container,
  .share-text .blockquote__container {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    padding: 1.25rem 0; }
  .wp-block-kauffman-blockquote .blockquote__image,
  .share-text .blockquote__image {
    display: inline-block;
    height: 12.875rem;
    margin-bottom: 0.9375rem;
    width: 12.875rem; }
  .wp-block-kauffman-blockquote.alignleft .blockquote__image,
  .share-text.alignleft .blockquote__image {
    height: 9.375rem;
    margin-left: 2.8125rem;
    width: 9.375rem; }
  .wp-block-kauffman-blockquote.alignright .blockquote__image,
  .share-text.alignright .blockquote__image {
    height: 9.375rem;
    margin-right: 2.8125rem;
    width: 9.375rem; }
  .wp-block-kauffman-blockquote .blockquote__quote-content,
  .wp-block-kauffman-blockquote .blockquote__quote-content p,
  .share-text .blockquote__quote-content,
  .share-text .blockquote__quote-content p {
    font-size: 1.75rem;
    line-height: 2.375rem;
    color: #333;
    font-weight: 600;
    margin: 0 0 0.9375rem;
    padding: 0; }
    @media (min-width: 48.0625rem) {
      .wp-block-kauffman-blockquote .blockquote__quote-content,
      .wp-block-kauffman-blockquote .blockquote__quote-content p,
      .share-text .blockquote__quote-content,
      .share-text .blockquote__quote-content p {
        font-size: 1.875rem;
        line-height: 2.375rem; } }
    @media (max-width: 31.9375rem) {
      .wp-block-kauffman-blockquote .blockquote__quote-content,
      .wp-block-kauffman-blockquote .blockquote__quote-content p,
      .share-text .blockquote__quote-content,
      .share-text .blockquote__quote-content p {
        font-size: 1.25rem;
        line-height: 1.75rem; } }
  @media (max-width: 31.9375rem) and (min-width: 48.0625rem) {
    .wp-block-kauffman-blockquote .blockquote__quote-content,
    .wp-block-kauffman-blockquote .blockquote__quote-content p,
    .share-text .blockquote__quote-content,
    .share-text .blockquote__quote-content p {
      font-size: 1.375rem;
      line-height: 1.875rem; } }
  .wp-block-kauffman-blockquote .blockquote__quote-citation--group,
  .share-text .blockquote__quote-citation--group {
    color: #424242;
    font-family: "Roboto", helvetica, arial, sans-serif;
    font-weight: 400; }
    .wp-block-kauffman-blockquote .blockquote__quote-citation--group.align-center,
    .share-text .blockquote__quote-citation--group.align-center {
      text-align: center; }
    .wp-block-kauffman-blockquote .blockquote__quote-citation--group.align-left,
    .share-text .blockquote__quote-citation--group.align-left {
      text-align: left; }
    .wp-block-kauffman-blockquote .blockquote__quote-citation--group.align-right,
    .share-text .blockquote__quote-citation--group.align-right {
      text-align: right; }
  .wp-block-kauffman-blockquote .blockquote__quote-citation,
  .share-text .blockquote__quote-citation {
    font-size: 1.25rem;
    line-height: 1.75rem; }
    @media (min-width: 48.0625rem) {
      .wp-block-kauffman-blockquote .blockquote__quote-citation,
      .share-text .blockquote__quote-citation {
        font-size: 1.375rem;
        line-height: 1.875rem; } }
    @media (max-width: 31.9375rem) {
      .wp-block-kauffman-blockquote .blockquote__quote-citation,
      .share-text .blockquote__quote-citation {
        font-size: 1rem;
        line-height: 1.5rem; } }
  .wp-block-kauffman-blockquote .blockquote__quote-citation--documentation,
  .share-text .blockquote__quote-citation--documentation {
    font-size: 1rem;
    line-height: 1.5rem; }
    @media (max-width: 31.9375rem) {
      .wp-block-kauffman-blockquote .blockquote__quote-citation--documentation,
      .share-text .blockquote__quote-citation--documentation {
        font-size: 0.875rem;
        line-height: 1.375rem; } }

.wp-block-kauffman-button {
  border-radius: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 auto 1.5rem;
  max-width: 58.75rem; }
  .wp-block-kauffman-button:not(.alignleft):not(.alignright) {
    padding: 0 1.25rem; }
  .wp-block-kauffman-button .wp-block-button__link {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.25rem;
    text-transform: uppercase;
    border-radius: 0;
    min-width: 16.25rem;
    padding: 0.8125rem 2.25rem 0.8125rem 1.75rem; }
    .wp-block-kauffman-button .wp-block-button__link:hover {
      text-decoration: none; }
    .wp-block-kauffman-button .wp-block-button__link:not(.has-text-color) {
      color: #fff; }
      .wp-block-kauffman-button .wp-block-button__link:not(.has-text-color):hover {
        color: #fff; }
    .wp-block-kauffman-button .wp-block-button__link:not(.has-background) {
      background-color: #3e8ede;
      color: #fff; }
      .wp-block-kauffman-button .wp-block-button__link:not(.has-background):hover, .wp-block-kauffman-button .wp-block-button__link:not(.has-background):focus {
        background-color: #1b5b9b; }
    .wp-block-kauffman-button .wp-block-button__link.has-blue-color, .wp-block-kauffman-button .wp-block-button__link.has-blue-color:hover, .wp-block-kauffman-button .wp-block-button__link.has-blue-color:focus {
      color: #3e8ede; }
    .wp-block-kauffman-button .wp-block-button__link.has-blue-background-color {
      background-color: #3e8ede; }
    .wp-block-kauffman-button .wp-block-button__link.has-blue-background-color:hover, .wp-block-kauffman-button .wp-block-button__link.has-blue-background-color:focus {
      background-color: #2275c7; }
    .wp-block-kauffman-button .wp-block-button__link.has-light-gray-color, .wp-block-kauffman-button .wp-block-button__link.has-light-gray-color:hover, .wp-block-kauffman-button .wp-block-button__link.has-light-gray-color:focus {
      color: #efefef; }
    .wp-block-kauffman-button .wp-block-button__link.has-light-gray-background-color {
      background-color: #efefef; }
    .wp-block-kauffman-button .wp-block-button__link.has-light-gray-background-color:hover, .wp-block-kauffman-button .wp-block-button__link.has-light-gray-background-color:focus {
      background-color: #d6d6d6; }
    .wp-block-kauffman-button .wp-block-button__link.has-mid-gray-color, .wp-block-kauffman-button .wp-block-button__link.has-mid-gray-color:hover, .wp-block-kauffman-button .wp-block-button__link.has-mid-gray-color:focus {
      color: #777; }
    .wp-block-kauffman-button .wp-block-button__link.has-mid-gray-background-color {
      background-color: #777; }
    .wp-block-kauffman-button .wp-block-button__link.has-mid-gray-background-color:hover, .wp-block-kauffman-button .wp-block-button__link.has-mid-gray-background-color:focus {
      background-color: #5e5e5e; }
    .wp-block-kauffman-button .wp-block-button__link.has-dark-gray-color, .wp-block-kauffman-button .wp-block-button__link.has-dark-gray-color:hover, .wp-block-kauffman-button .wp-block-button__link.has-dark-gray-color:focus {
      color: #333; }
    .wp-block-kauffman-button .wp-block-button__link.has-dark-gray-background-color {
      background-color: #333; }
    .wp-block-kauffman-button .wp-block-button__link.has-dark-gray-background-color:hover, .wp-block-kauffman-button .wp-block-button__link.has-dark-gray-background-color:focus {
      background-color: #1a1a1a; }
    .wp-block-kauffman-button .wp-block-button__link.has-white-color, .wp-block-kauffman-button .wp-block-button__link.has-white-color:hover, .wp-block-kauffman-button .wp-block-button__link.has-white-color:focus {
      color: #fff; }
    .wp-block-kauffman-button .wp-block-button__link.has-white-background-color {
      background-color: #fff; }
    .wp-block-kauffman-button .wp-block-button__link.has-white-background-color:hover, .wp-block-kauffman-button .wp-block-button__link.has-white-background-color:focus {
      background-color: #e6e6e6; }
    .wp-block-kauffman-button .wp-block-button__link.has-orange-color, .wp-block-kauffman-button .wp-block-button__link.has-orange-color:hover, .wp-block-kauffman-button .wp-block-button__link.has-orange-color:focus {
      color: #dd7b53; }
    .wp-block-kauffman-button .wp-block-button__link.has-orange-background-color {
      background-color: #dd7b53; }
    .wp-block-kauffman-button .wp-block-button__link.has-orange-background-color:hover, .wp-block-kauffman-button .wp-block-button__link.has-orange-background-color:focus {
      background-color: #d35b2a; }
  .wp-block-kauffman-button .wp-block-button__link {
    font-size: 1.375rem;
    line-height: 1.5625rem;
    font-weight: 400;
    position: relative;
    text-align: initial;
    text-transform: none;
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out; }
    .wp-block-kauffman-button .wp-block-button__link:not(.has-cta-title) {
      padding: 1.125rem 1.75rem; }
      .wp-block-kauffman-button .wp-block-button__link:not(.has-cta-title).has-arrow {
        padding: 1.125rem 2.25rem 1.125rem 1.75rem; }
        .wp-block-kauffman-button .wp-block-button__link:not(.has-cta-title).has-arrow .extended-button--text {
          margin-right: 1.5625rem; }
        .wp-block-kauffman-button .wp-block-button__link:not(.has-cta-title).has-arrow::after {
          background-size: 11px 22px;
          height: 1.375rem;
          width: 0.6875rem; }
    .wp-block-kauffman-button .wp-block-button__link.has-cta-title {
      padding: 3.4375rem 2.5rem; }
      .wp-block-kauffman-button .wp-block-button__link.has-cta-title.has-arrow {
        padding: 3.4375rem 4.0625rem 3.4375rem 2.5rem; }
        .wp-block-kauffman-button .wp-block-button__link.has-cta-title.has-arrow::after {
          background-size: 16px 33px;
          height: 2.0625rem;
          width: 1rem; }
        .wp-block-kauffman-button .wp-block-button__link.has-cta-title.has-arrow .extended-button--title,
        .wp-block-kauffman-button .wp-block-button__link.has-cta-title.has-arrow .extended-button--text {
          margin-right: 3.125rem; }
    .wp-block-kauffman-button .wp-block-button__link.has-arrow.wp-block-button__link::after,
    .wp-block-kauffman-button .wp-block-button__link.has-arrow .wp-block-button__link::after,
    .wp-block-kauffman-button .wp-block-button__link .has-arrow.wp-block-button__link::after,
    .wp-block-kauffman-button .wp-block-button__link .has-arrow .wp-block-button__link::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBhcmlhLWhpZGRlbj0idHJ1ZSIgaGVpZ2h0PSI4NS45OTkiIHdpZHRoPSI0Ni4wMDEiIHZpZXdCb3g9IjAgMCA0Ni4wMDEgODUuOTk5Ij48cGF0aCBkPSJNMS4wMDMsODAuMDk0Yy0xLjMzOCwxLjM1Mi0xLjMzOCwzLjU0MSwwLDQuODkzYzEuMzM3LDEuMzUsMy41MDYsMS4zNTIsNC44NDUsMGwzOS4xNDktMzkuNTM5ICBjMS4zMzgtMS4zNTIsMS4zMzgtMy41NDMsMC00Ljg5NUw1Ljg0OCwxLjAxNGMtMS4zMzktMS4zNTItMy41MDYtMS4zNTItNC44NDUsMGMtMS4zMzgsMS4zNTItMS4zMzgsMy41NDEtMC4wMDEsNC44OTNMMzYuNzA2LDQzICBMMS4wMDMsODAuMDk0eiIgZmlsbD0iI2ZmZmZmZiIvPjwvc3ZnPg==);
      background-position: 50% 50%;
      background-repeat: no-repeat;
      bottom: auto;
      content: '';
      left: auto;
      position: absolute;
      right: auto;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .wp-block-kauffman-button .wp-block-button__link.has-arrow.has-arrow.has-white-color::after,
    .wp-block-kauffman-button .wp-block-button__link .has-arrow.has-arrow.has-white-color::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBhcmlhLWhpZGRlbj0idHJ1ZSIgaGVpZ2h0PSI4NS45OTkiIHdpZHRoPSI0Ni4wMDEiIHZpZXdCb3g9IjAgMCA0Ni4wMDEgODUuOTk5Ij48cGF0aCBkPSJNMS4wMDMsODAuMDk0Yy0xLjMzOCwxLjM1Mi0xLjMzOCwzLjU0MSwwLDQuODkzYzEuMzM3LDEuMzUsMy41MDYsMS4zNTIsNC44NDUsMGwzOS4xNDktMzkuNTM5ICBjMS4zMzgtMS4zNTIsMS4zMzgtMy41NDMsMC00Ljg5NUw1Ljg0OCwxLjAxNGMtMS4zMzktMS4zNTItMy41MDYtMS4zNTItNC44NDUsMGMtMS4zMzgsMS4zNTItMS4zMzgsMy41NDEtMC4wMDEsNC44OTNMMzYuNzA2LDQzICBMMS4wMDMsODAuMDk0eiIgZmlsbD0iI2ZmZmZmZiIvPjwvc3ZnPg==); }
    .wp-block-kauffman-button .wp-block-button__link.has-arrow.has-arrow.has-blue-color::after,
    .wp-block-kauffman-button .wp-block-button__link .has-arrow.has-arrow.has-blue-color::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBhcmlhLWhpZGRlbj0idHJ1ZSIgaGVpZ2h0PSI4NS45OTkiIHdpZHRoPSI0Ni4wMDEiIHZpZXdCb3g9IjAgMCA0Ni4wMDEgODUuOTk5Ij48cGF0aCBkPSJNMS4wMDMsODAuMDk0Yy0xLjMzOCwxLjM1Mi0xLjMzOCwzLjU0MSwwLDQuODkzYzEuMzM3LDEuMzUsMy41MDYsMS4zNTIsNC44NDUsMGwzOS4xNDktMzkuNTM5ICBjMS4zMzgtMS4zNTIsMS4zMzgtMy41NDMsMC00Ljg5NUw1Ljg0OCwxLjAxNGMtMS4zMzktMS4zNTItMy41MDYtMS4zNTItNC44NDUsMGMtMS4zMzgsMS4zNTItMS4zMzgsMy41NDEtMC4wMDEsNC44OTNMMzYuNzA2LDQzICBMMS4wMDMsODAuMDk0eiIgZmlsbD0iIzNlOGVkZSIvPjwvc3ZnPg==); }
    .wp-block-kauffman-button .wp-block-button__link.has-arrow.has-arrow.has-arrow.has-mid-gray-color::after,
    .wp-block-kauffman-button .wp-block-button__link .has-arrow.has-arrow.has-arrow.has-mid-gray-color::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBhcmlhLWhpZGRlbj0idHJ1ZSIgaGVpZ2h0PSI4NS45OTkiIHdpZHRoPSI0Ni4wMDEiIHZpZXdCb3g9IjAgMCA0Ni4wMDEgODUuOTk5Ij48cGF0aCBkPSJNMS4wMDMsODAuMDk0Yy0xLjMzOCwxLjM1Mi0xLjMzOCwzLjU0MSwwLDQuODkzYzEuMzM3LDEuMzUsMy41MDYsMS4zNTIsNC44NDUsMGwzOS4xNDktMzkuNTM5ICBjMS4zMzgtMS4zNTIsMS4zMzgtMy41NDMsMC00Ljg5NUw1Ljg0OCwxLjAxNGMtMS4zMzktMS4zNTItMy41MDYtMS4zNTItNC44NDUsMGMtMS4zMzgsMS4zNTItMS4zMzgsMy41NDEtMC4wMDEsNC44OTNMMzYuNzA2LDQzICBMMS4wMDMsODAuMDk0eiIgZmlsbD0iIzc3Nzc3NyIvPjwvc3ZnPg==); }
    .wp-block-kauffman-button .wp-block-button__link.has-arrow.has-arrow.has-arrow.has-dark-gray-color::after,
    .wp-block-kauffman-button .wp-block-button__link .has-arrow.has-arrow.has-arrow.has-dark-gray-color::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBhcmlhLWhpZGRlbj0idHJ1ZSIgaGVpZ2h0PSI4NS45OTkiIHdpZHRoPSI0Ni4wMDEiIHZpZXdCb3g9IjAgMCA0Ni4wMDEgODUuOTk5Ij48cGF0aCBkPSJNMS4wMDMsODAuMDk0Yy0xLjMzOCwxLjM1Mi0xLjMzOCwzLjU0MSwwLDQuODkzYzEuMzM3LDEuMzUsMy41MDYsMS4zNTIsNC44NDUsMGwzOS4xNDktMzkuNTM5ICBjMS4zMzgtMS4zNTIsMS4zMzgtMy41NDMsMC00Ljg5NUw1Ljg0OCwxLjAxNGMtMS4zMzktMS4zNTItMy41MDYtMS4zNTItNC44NDUsMGMtMS4zMzgsMS4zNTItMS4zMzgsMy41NDEtMC4wMDEsNC44OTNMMzYuNzA2LDQzICBMMS4wMDMsODAuMDk0eiIgZmlsbD0iIzMzMzMzMyIvPjwvc3ZnPg==); }
    .wp-block-kauffman-button .wp-block-button__link .extended-button--title {
      display: inline-block;
      font-family: "Noto Serif TC", georgia, times, serif;
      font-size: 2rem;
      font-weight: 700;
      line-height: 2.5rem;
      margin-bottom: 0.5rem; }
      @media (min-width: 48.0625rem) {
        .wp-block-kauffman-button .wp-block-button__link .extended-button--title {
          display: block; } }
    .wp-block-kauffman-button .wp-block-button__link .extended-button--text {
      display: inline-block; }
    .wp-block-kauffman-button .wp-block-button__link.text-uppercase .extended-button--text {
      font-size: 1.125rem;
      font-weight: 400;
      line-height: 1.25rem;
      text-transform: uppercase; }

.module--type-downloads {
  background: #efefef;
  margin-bottom: 1.75rem;
  padding: 1.25rem; }
  .module--type-downloads:not(.module--alignment-left):not(.module--alignment-right) {
    margin-left: auto;
    margin-right: auto;
    padding: 1.25rem;
    max-width: 58.75rem; }
  .module--type-downloads.module--alignment-left {
    display: block;
    padding: 0 1.25rem;
    text-align: left; }
    @media (min-width: 32rem) {
      .module--type-downloads.module--alignment-left {
        float: left;
        margin-bottom: 1.25rem;
        margin-left: 1.25rem;
        margin-right: 2.5rem;
        padding: 0; } }
    @media (min-width: 48.0625rem) {
      .module--type-downloads.module--alignment-left {
        max-width: 18.75rem;
        padding: 1.25rem; } }
  .module--type-downloads.module--alignment-right {
    display: block;
    padding: 0 1.25rem;
    text-align: right; }
    @media (min-width: 32rem) {
      .module--type-downloads.module--alignment-right {
        float: right;
        margin-bottom: 1.25rem;
        margin-left: 2.5rem;
        margin-right: 1.25rem;
        padding: 0; } }
    @media (min-width: 48.0625rem) {
      .module--type-downloads.module--alignment-right {
        max-width: 18.75rem;
        padding: 1.25rem; } }
  .module--type-downloads .module__title {
    font-size: 1.125rem;
    line-height: 1.75rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Roboto", helvetica, arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: 1.25rem; }
    .module--type-downloads .module__title::after {
      border-top: 1px solid #d8d8d8;
      content: '';
      display: block;
      margin: 0 0 0 1.25rem;
      width: 100%; }
  .module--type-downloads .block__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .module--type-downloads .block__card {
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    margin-bottom: 1.25rem;
    max-width: 100%;
    padding: 0; }
    .module--type-downloads .block__card:last-of-type {
      margin-bottom: 0; }
  .module--type-downloads .card__content {
    text-align: left; }
  .module--type-downloads .card__filetype {
    font-size: 12px;
    font-weight: 100;
    line-height: 1.3;
    text-transform: uppercase; }
  .module--type-downloads .card__image {
    margin-right: 0.625rem;
    max-width: 5.625rem; }
    .module--type-downloads .card__image a {
      display: block; }
  .module--type-downloads .card__title {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.3;
    margin-bottom: 0.41667rem; }
    .module--type-downloads .card__title a {
      color: inherit; }

.module--type-grants-quiz {
  background-color: #efefef;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 1.25rem 2.25rem;
  min-height: 31.25rem;
  padding: 1.75rem;
  text-align: center !important; }
  @media (min-width: 64rem) {
    .module--type-grants-quiz {
      margin: 0 auto 2.25rem;
      max-width: 56.25rem;
      min-height: 25rem; } }
  .module--type-grants-quiz.alignleft, .module--type-grants-quiz.alignright {
    max-width: 21.875rem;
    min-height: 34.375rem;
    padding: 1.75rem !important; }
    @media (max-width: 31.9375rem) {
      .module--type-grants-quiz.alignleft, .module--type-grants-quiz.alignright {
        max-width: none; } }
    .module--type-grants-quiz.alignleft .grants-quiz__button-wrap button, .module--type-grants-quiz.alignright .grants-quiz__button-wrap button {
      min-width: auto; }
    .module--type-grants-quiz.alignleft .grants-quiz__header p, .module--type-grants-quiz.alignright .grants-quiz__header p {
      font-size: 1rem;
      line-height: 1.5rem; }
  .module--type-grants-quiz.alignleft {
    display: block;
    padding: 0 1.25rem;
    text-align: left; }
    @media (min-width: 32rem) {
      .module--type-grants-quiz.alignleft {
        float: left;
        margin-bottom: 1.25rem;
        margin-left: 1.25rem;
        margin-right: 2.5rem;
        padding: 0; } }
  .module--type-grants-quiz.alignright {
    display: block;
    padding: 0 1.25rem;
    text-align: right; }
    @media (min-width: 32rem) {
      .module--type-grants-quiz.alignright {
        float: right;
        margin-bottom: 1.25rem;
        margin-left: 2.5rem;
        margin-right: 1.25rem;
        padding: 0; } }
  .module--type-grants-quiz .module__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1; }
  .module--type-grants-quiz .grants-quiz__section {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: none;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .module--type-grants-quiz .grants-quiz__section.showing {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .module--type-grants-quiz .grants-quiz__result-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .module--type-grants-quiz .grants-quiz__result-wrap.showing {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .module--type-grants-quiz .grants-quiz__success,
  .module--type-grants-quiz .grants-quiz__failure {
    display: none; }
    .module--type-grants-quiz .grants-quiz__success.showing,
    .module--type-grants-quiz .grants-quiz__failure.showing {
      display: block; }
  .module--type-grants-quiz .grants-quiz__header h3 {
    font-size: 1.375rem;
    line-height: 2rem;
    font-weight: 700; }
    @media (min-width: 48.0625rem) {
      .module--type-grants-quiz .grants-quiz__header h3 {
        font-size: 1.75rem;
        line-height: 2.25rem; } }
    @media (max-width: 48rem) {
      .module--type-grants-quiz .grants-quiz__header h3 {
        font-size: 1.75rem;
        line-height: 2.375rem; } }
  @media (max-width: 48rem) and (min-width: 48.0625rem) {
    .module--type-grants-quiz .grants-quiz__header h3 {
      font-size: 1.875rem;
      line-height: 2.375rem; } }
  .module--type-grants-quiz .grants-quiz__header p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    border-bottom: 1px solid #777;
    display: inline-block;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 0.875rem;
    padding-bottom: 0.875rem; }
  .module--type-grants-quiz p {
    font-size: 1.125rem;
    line-height: 1.6875rem;
    margin: 1.75rem auto; }
  .module--type-grants-quiz .grants-quiz__button-wrap.hidden {
    display: none; }
  .module--type-grants-quiz .grants-quiz__button-wrap button {
    background-color: transparent;
    border: none;
    border-radius: 0;
    font-family: inherit;
    font-size: inherit;
    outline: none;
    overflow: visible;
    text-decoration: none;
    font-size: 1.375rem;
    line-height: 1.5625rem;
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #000;
    font-weight: 500;
    padding: 0.5rem 0.875rem;
    text-transform: uppercase;
    -webkit-transition: color 0.1s ease-in-out, background 0.1s ease-in-out, border 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out, background 0.1s ease-in-out, border 0.1s ease-in-out;
    transition: color 0.1s ease-in-out, background 0.1s ease-in-out, border 0.1s ease-in-out;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #3e8ede;
    color: #fff;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 1.25rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 11.25rem;
    padding: 0.875rem 1.875rem;
    text-align: center;
    text-transform: inherit; }
    .module--type-grants-quiz .grants-quiz__button-wrap button:hover {
      background-color: #5e5e5e;
      color: #fff; }
    @media (max-width: 21.8125rem) {
      .module--type-grants-quiz .grants-quiz__button-wrap button {
        padding: 0.875rem 1.25rem; } }
    @media (max-width: 31.9375rem) {
      .module--type-grants-quiz .grants-quiz__button-wrap button {
        min-width: 49%; } }
    .module--type-grants-quiz .grants-quiz__button-wrap button.button-no {
      background-color: #4f463d; }
      .module--type-grants-quiz .grants-quiz__button-wrap button.button-no:hover {
        background-color: #322d27; }
    .module--type-grants-quiz .grants-quiz__button-wrap button .icon {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: contain;
      bottom: auto;
      content: '';
      height: 1.5rem;
      margin-right: 0.375rem;
      width: 1.5rem; }
    .module--type-grants-quiz .grants-quiz__button-wrap button.button-yes .icon {
      background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOSAyOCI+PHBhdGggZD0iTTI2LjYxIDEyLjc4OHYxLjEzMmExMi4zMDUgMTIuMzA1IDAgMTEtNy4yOTctMTEuMjQ3IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMi4xNCIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjxwYXRoIGQ9Ik0yNi42MSA0LjA3NkwxNC4zMDUgMTYuMzk0bC0zLjY5MS0zLjY5MiIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIuMTQiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz48L3N2Zz4=); }
    .module--type-grants-quiz .grants-quiz__button-wrap button.button-no .icon {
      background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCAyOSI+PHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTMuOTcgMjcuNTJjNy4wOTEgMCAxMi44NC01Ljc0OSAxMi44NC0xMi44NFMyMS4wNiAxLjg0IDEzLjk3IDEuODQgMS4xMyA3LjU4OSAxLjEzIDE0LjY4czUuNzQ5IDEyLjg0IDEyLjg0IDEyLjg0eiIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIuMTQiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz48cGF0aCBkPSJNMTcuODIyIDEwLjgyOGwtNy43MDQgNy43MDRNMTAuMTE4IDEwLjgyOGw3LjcwNCA3LjcwNCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIuMTQiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz48L3N2Zz4=); }

table.microdata-table {
  border: 1px solid #777;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto 4.6875rem;
  max-width: 58.75rem;
  width: 100%; }
  table.microdata-table tbody {
    display: table;
    width: 100%; }
    table.microdata-table tbody > tr:first-child > th {
      border-top: 0; }
  table.microdata-table th {
    border-bottom: 1px solid #777;
    border-top: 1px solid #777;
    font-weight: 700;
    padding: 0.625rem;
    text-align: left; }
    table.microdata-table th.center {
      text-align: center; }
  table.microdata-table tr > td {
    border-right: 1px solid #777; }
  table.microdata-table td {
    padding: 0.625rem;
    vertical-align: middle; }
    table.microdata-table td.center {
      text-align: center; }
    table.microdata-table td img {
      margin: 0 auto; }
    table.microdata-table td a {
      display: block; }

/* stylelint-disable declaration-no-important */
.wp-block-kauffman-inline-contact-form,
.wp-block-kauffman-inline-newsletter-form {
  margin: 0 1.25rem 2.25rem;
  padding: 2.25rem; }
  @media (min-width: 64rem) {
    .wp-block-kauffman-inline-contact-form,
    .wp-block-kauffman-inline-newsletter-form {
      margin: 0 auto 2.25rem;
      max-width: 56.25rem; } }
  .wp-block-kauffman-inline-contact-form [id^='contact-form'],
  .wp-block-kauffman-inline-newsletter-form [id^='contact-form'] {
    margin: 0; }
    @media (min-width: 64rem) {
      .wp-block-kauffman-inline-contact-form [id^='contact-form'],
      .wp-block-kauffman-inline-newsletter-form [id^='contact-form'] {
        margin: 0;
        max-width: 100%; } }
  .entry__sidebar .wp-block-kauffman-inline-contact-form, .entry__sidebar
  .wp-block-kauffman-inline-newsletter-form {
    margin-left: 0;
    margin-right: 0; }
  .wp-block-kauffman-inline-contact-form.has-blue-background-color,
  .wp-block-kauffman-inline-newsletter-form.has-blue-background-color {
    border: 1px solid #3e8ede;
    background-color: #3e8ede; }
  .wp-block-kauffman-inline-contact-form.has-light-gray-background-color,
  .wp-block-kauffman-inline-newsletter-form.has-light-gray-background-color {
    border: 1px solid #efefef;
    background-color: #efefef; }
  .wp-block-kauffman-inline-contact-form.has-mid-gray-background-color,
  .wp-block-kauffman-inline-newsletter-form.has-mid-gray-background-color {
    border: 1px solid #777;
    background-color: #777; }
  .wp-block-kauffman-inline-contact-form.has-dark-gray-background-color,
  .wp-block-kauffman-inline-newsletter-form.has-dark-gray-background-color {
    border: 1px solid #333;
    background-color: #333; }
  .wp-block-kauffman-inline-contact-form.has-white-background-color,
  .wp-block-kauffman-inline-newsletter-form.has-white-background-color {
    border: 1px solid #d8d8d8;
    background-color: #fff; }
  .wp-block-kauffman-inline-contact-form.has-orange-background-color,
  .wp-block-kauffman-inline-newsletter-form.has-orange-background-color {
    border: 1px solid #dd7b53;
    background-color: #dd7b53; }
  .wp-block-kauffman-inline-contact-form .rich-text *,
  .wp-block-kauffman-inline-newsletter-form .rich-text * {
    padding-left: 0;
    padding-right: 0; }
  .wp-block-kauffman-inline-contact-form p,
  .wp-block-kauffman-inline-newsletter-form p {
    color: #333;
    line-height: 1.75rem; }
  .wp-block-kauffman-inline-contact-form.alignleft, .wp-block-kauffman-inline-contact-form.alignright,
  .wp-block-kauffman-inline-newsletter-form.alignleft,
  .wp-block-kauffman-inline-newsletter-form.alignright {
    max-width: 100%;
    text-align: left; }
    @media (max-width: 63.9375rem) {
      .wp-block-kauffman-inline-contact-form.alignleft, .wp-block-kauffman-inline-contact-form.alignright,
      .wp-block-kauffman-inline-newsletter-form.alignleft,
      .wp-block-kauffman-inline-newsletter-form.alignright {
        float: none; } }
    @media (min-width: 64rem) {
      .wp-block-kauffman-inline-contact-form.alignleft, .wp-block-kauffman-inline-contact-form.alignright,
      .wp-block-kauffman-inline-newsletter-form.alignleft,
      .wp-block-kauffman-inline-newsletter-form.alignright {
        max-width: 28.75rem;
        width: 100%; } }
    @media (min-width: 64rem) {
      .has-sidebar .wp-block-kauffman-inline-contact-form.alignleft, .has-sidebar .wp-block-kauffman-inline-contact-form.alignright, .has-sidebar
      .wp-block-kauffman-inline-newsletter-form.alignleft, .has-sidebar
      .wp-block-kauffman-inline-newsletter-form.alignright {
        max-width: 24.375rem; } }
  @media (min-width: 64rem) {
    .wp-block-kauffman-inline-contact-form.alignleft,
    .wp-block-kauffman-inline-newsletter-form.alignleft {
      margin-left: 2.25rem; }
      .has-sidebar .wp-block-kauffman-inline-contact-form.alignleft, .has-sidebar
      .wp-block-kauffman-inline-newsletter-form.alignleft {
        margin-left: 0; } }
  @media (min-width: 64rem) {
    .wp-block-kauffman-inline-contact-form.alignright,
    .wp-block-kauffman-inline-newsletter-form.alignright {
      margin-right: 2.25rem; }
      .has-sidebar .wp-block-kauffman-inline-contact-form.alignright, .has-sidebar
      .wp-block-kauffman-inline-newsletter-form.alignright {
        margin-right: 0; } }

.contact-form__title,
.newsletter-form__title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 0 auto 1.5625rem;
  padding: 0; }
  .contact-form__title::after,
  .newsletter-form__title::after {
    border-top: 1px solid #d8d8d8;
    content: '';
    display: block;
    margin: 0 0 0 1.25rem;
    width: 100%; }
  .contact-form__title[data-is-placeholder-visible=true]::after,
  .newsletter-form__title[data-is-placeholder-visible=true]::after {
    margin-left: 6.25rem; }

.contact-form__description,
.newsletter-form__description {
  text-align: left; }

[id^='mc_embed_signup'] {
  margin-bottom: 0 !important; }

[id^='contact-form'],
[id^='mc_embed_signup'] {
  margin: 0 1.25rem 2.25rem; }
  @media (min-width: 64rem) {
    [id^='contact-form'],
    [id^='mc_embed_signup'] {
      margin: 0 auto 2.25rem;
      max-width: 56.25rem; } }
  [id^='contact-form'] label,
  [id^='mc_embed_signup'] label {
    color: #424242;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    font-size: 1rem;
    font-weight: 500 !important;
    line-height: 1.2;
    line-height: 1.1875rem; }
    [id^='contact-form'] label.checkbox, [id^='contact-form'] label.checkbox-multiple, [id^='contact-form'] label.radio,
    [id^='mc_embed_signup'] label.checkbox,
    [id^='mc_embed_signup'] label.checkbox-multiple,
    [id^='mc_embed_signup'] label.radio {
      font-size: 1rem;
      font-weight: 500 !important;
      text-transform: inherit; }
    [id^='contact-form'] label span,
    [id^='mc_embed_signup'] label span {
      color: #ff6578 !important;
      margin-left: auto !important; }
  [id^='contact-form'] textarea,
  [id^='mc_embed_signup'] textarea {
    margin-left: 0; }
  [id^='contact-form'] input:not([type='submit']),
  [id^='contact-form'] select,
  [id^='contact-form'] textarea,
  [id^='mc_embed_signup'] input:not([type='submit']),
  [id^='mc_embed_signup'] select,
  [id^='mc_embed_signup'] textarea {
    font-size: 1rem;
    line-height: 1.5rem;
    background-color: #fff;
    border: 1px solid #4d4d4d;
    border-radius: 0;
    display: block;
    font-family: inherit;
    margin-bottom: 1.3125rem !important;
    max-width: 100% !important;
    padding: 1.0625rem 1.25rem !important;
    width: 100% !important; }
    [id^='contact-form'] input:not([type='submit'])[type='radio'], [id^='contact-form'] input:not([type='submit'])[type='checkbox'],
    [id^='contact-form'] select[type='radio'],
    [id^='contact-form'] select[type='checkbox'],
    [id^='contact-form'] textarea[type='radio'],
    [id^='contact-form'] textarea[type='checkbox'],
    [id^='mc_embed_signup'] input:not([type='submit'])[type='radio'],
    [id^='mc_embed_signup'] input:not([type='submit'])[type='checkbox'],
    [id^='mc_embed_signup'] select[type='radio'],
    [id^='mc_embed_signup'] select[type='checkbox'],
    [id^='mc_embed_signup'] textarea[type='radio'],
    [id^='mc_embed_signup'] textarea[type='checkbox'] {
      display: initial;
      margin-left: 0 !important;
      margin-right: 0.625rem !important;
      margin-top: 0.0625rem !important;
      padding: 0;
      width: auto !important; }
  [id^='contact-form'] select,
  [id^='mc_embed_signup'] select {
    font-size: 1rem;
    line-height: 1.5rem;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxMC4zIDUuNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTAuMyA1LjU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojNEQ0RDREO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTUuMiw0LjRsNC41LTQuM0M5LjgsMCwxMCwwLDEwLjIsMC4xYzAuMiwwLjIsMC4yLDAuNCwwLDAuNmMwLDAsMCwwLDAsMEw1LjUsNS40QzUuMyw1LjYsNSw1LjYsNC45LDUuNAoJTDAuMSwwLjdDMCwwLjUsMCwwLjMsMC4xLDAuMWMwLDAsMCwwLDAsMEMwLjMsMCwwLjUsMCwwLjcsMC4xTDUuMiw0LjR6Ii8+Cjwvc3ZnPgo=);
    background-position: calc(100% - 1rem) 50%;
    background-repeat: no-repeat;
    background-size: 17px 9px;
    border: 1px solid #4d4d4d;
    border-radius: 0;
    color: #424242;
    display: block;
    font-family: inherit;
    height: 3.75rem;
    line-height: 1;
    max-width: 100%;
    padding: 1.0625rem 1.25rem 1.0625rem 1.0625rem;
    width: 100% !important; }
  [id^='contact-form'] input[type='submit']#mc-embedded-subscribe,
  [id^='mc_embed_signup'] input[type='submit']#mc-embedded-subscribe {
    font-size: 1.375rem;
    line-height: 1.5625rem;
    background-color: #3e8ede;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.25rem;
    margin-top: 1.4375rem;
    min-width: 16.25rem;
    padding: 0.875rem 2.5rem 0.9375rem 1.875rem !important;
    position: relative;
    text-align: center !important;
    text-transform: none !important; }
  [id^='contact-form'] button[type='submit'],
  [id^='mc_embed_signup'] button[type='submit'] {
    background-color: transparent;
    border: none;
    border-radius: 0;
    font-family: inherit;
    font-size: inherit;
    outline: none;
    overflow: visible;
    text-decoration: none;
    font-size: 1.375rem;
    line-height: 1.5625rem;
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #000;
    font-weight: 500;
    padding: 0.5rem 0.875rem;
    text-transform: uppercase;
    -webkit-transition: color 0.1s ease-in-out, background 0.1s ease-in-out, border 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out, background 0.1s ease-in-out, border 0.1s ease-in-out;
    transition: color 0.1s ease-in-out, background 0.1s ease-in-out, border 0.1s ease-in-out;
    background-color: #3e8ede;
    color: #fff;
    display: inline-block;
    font-size: 1.25rem;
    margin-top: 1.4375rem;
    min-width: 16.25rem;
    padding: 0.875rem 2.5rem 0.9375rem 1.875rem;
    position: relative;
    text-align: center;
    text-transform: inherit; }
    [id^='contact-form'] button[type='submit']:hover,
    [id^='mc_embed_signup'] button[type='submit']:hover {
      background-color: #5e5e5e;
      color: #fff; }
    @media (min-width: 48.0625rem) {
      [id^='contact-form'] button[type='submit'],
      [id^='mc_embed_signup'] button[type='submit'] {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 calc(100% - 2.25rem + 24.25rem);
                flex: 0 1 calc(100% - 2.25rem + 24.25rem); } }
    [id^='contact-form'] button[type='submit']::after,
    [id^='mc_embed_signup'] button[type='submit']::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBhcmlhLWhpZGRlbj0idHJ1ZSIgaGVpZ2h0PSI4NS45OTkiIHdpZHRoPSI0Ni4wMDEiIHZpZXdCb3g9IjAgMCA0Ni4wMDEgODUuOTk5Ij48cGF0aCBkPSJNMS4wMDMsODAuMDk0Yy0xLjMzOCwxLjM1Mi0xLjMzOCwzLjU0MSwwLDQuODkzYzEuMzM3LDEuMzUsMy41MDYsMS4zNTIsNC44NDUsMGwzOS4xNDktMzkuNTM5ICBjMS4zMzgtMS4zNTIsMS4zMzgtMy41NDMsMC00Ljg5NUw1Ljg0OCwxLjAxNGMtMS4zMzktMS4zNTItMy41MDYtMS4zNTItNC44NDUsMGMtMS4zMzgsMS4zNTItMS4zMzgsMy41NDEtMC4wMDEsNC44OTNMMzYuNzA2LDQzICBMMS4wMDMsODAuMDk0eiIgZmlsbD0iI2ZmZmZmZiIvPjwvc3ZnPg==);
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: contain;
      bottom: auto;
      content: '';
      height: 1rem;
      left: auto;
      margin-left: 0.4375rem;
      position: absolute;
      right: auto;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 0.625rem; }
  [id^='contact-form'] .grunion-field-wrap label:first-of-type:not(:last-of-type),
  [id^='mc_embed_signup'] .grunion-field-wrap label:first-of-type:not(:last-of-type) {
    margin-bottom: 1.5625rem; }
  [id^='contact-form'] .clear-form,
  [id^='mc_embed_signup'] .clear-form {
    margin-bottom: 0; }

/* stylelint-enable declaration-no-important */
.jumbotron {
  margin: -5% auto 2.25rem;
  max-width: 100rem;
  text-align: center; }
  .jumbotron .jumbotron__video,
  .jumbotron .jumbotron__title-wrap {
    position: relative; }
  .jumbotron .jumbotron__video {
    margin: auto; }
  .jumbotron .jumbotron__title-wrap {
    margin-left: 1.25rem;
    margin-top: -4%;
    text-align: left; }
    @media (min-width: 680px) {
      .jumbotron .jumbotron__title-wrap {
        margin-left: 2.25rem;
        margin-top: -8%; } }
    @media (min-width: 1264px) {
      .jumbotron .jumbotron__title-wrap {
        margin-left: calc((100vw - 1264px) / 2);
        margin-top: -8%;
        padding-left: 2.25rem;
        width: 79rem; } }
    @media (min-width: 1600px) {
      .jumbotron .jumbotron__title-wrap {
        margin-left: 13%;
        margin-top: -10%;
        padding-left: 0;
        width: 100rem; } }
  .jumbotron h2 {
    color: #3e8ede;
    font-family: "Roboto Condensed", "Roboto", helvetica, arial, sans-serif;
    font-size: 3.25rem;
    font-weight: 700;
    line-height: 3.125rem; }
  .jumbotron h3 {
    font-family: "Roboto Condensed", "Roboto", helvetica, arial, sans-serif;
    font-size: 1.9375rem;
    font-weight: 300;
    line-height: 2.1875rem; }

.module--type-links {
  background: #efefef;
  margin-bottom: 1.75rem;
  padding: 1.25rem; }
  .module--type-links:not(.module--alignment-left):not(.module--alignment-right) {
    margin-left: auto;
    margin-right: auto;
    padding: 1.25rem;
    max-width: 58.75rem; }
  .module--type-links.module--alignment-left {
    display: block;
    padding: 0 1.25rem;
    text-align: left; }
    @media (min-width: 32rem) {
      .module--type-links.module--alignment-left {
        float: left;
        margin-bottom: 1.25rem;
        margin-left: 1.25rem;
        margin-right: 2.5rem;
        padding: 0; } }
    @media (min-width: 48.0625rem) {
      .module--type-links.module--alignment-left {
        max-width: 26.25rem;
        padding: 1.25rem; } }
  .module--type-links.module--alignment-right {
    display: block;
    padding: 0 1.25rem;
    text-align: right; }
    @media (min-width: 32rem) {
      .module--type-links.module--alignment-right {
        float: right;
        margin-bottom: 1.25rem;
        margin-left: 2.5rem;
        margin-right: 1.25rem;
        padding: 0; } }
    @media (min-width: 48.0625rem) {
      .module--type-links.module--alignment-right {
        max-width: 26.25rem;
        padding: 1.25rem; } }
  .module--type-links .module__title {
    font-size: 1.125rem;
    line-height: 1.75rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Roboto", helvetica, arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: 1.25rem;
    white-space: pre; }
    .module--type-links .module__title::after {
      border-top: 1px solid #d8d8d8;
      content: '';
      display: block;
      margin: 0 0 0 1.25rem;
      width: 100%; }
  .module--type-links .block__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .module--type-links .block__link {
    border: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 1.25rem;
    max-width: 100%;
    padding: 0;
    white-space: normal; }
    .module--type-links .block__link:last-of-type {
      margin-bottom: 0; }
  .module--type-links a {
    font-size: 1rem;
    line-height: 1.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #262626;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1.3; }
    .module--type-links a::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBhcmlhLWhpZGRlbj0idHJ1ZSIgd2lkdGg9IjEycHgiIGhlaWdodD0iMTJweCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQgbWVldCIgdmlld0JveD0iMCAwIDIwIDIwIj48cGF0aCBkPSJNMTMuMjUgMTBMNi4xMDkgMi41OGEuNjk3LjY5NyAwIDAgMSAwLS45NzkuNjguNjggMCAwIDEgLjk2OSAwbDcuODMgNy45MDhhLjY5Ny42OTcgMCAwIDEgMCAuOTc5bC03LjgzIDcuOTA4YS42OC42OCAwIDAgMS0uOTY5IDAgLjY5Ny42OTcgMCAwIDEgMC0uOTc5TDEzLjI1IDEweiIgLz48L3N2Zz4K);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      content: '';
      display: inline-block;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      height: 1rem;
      margin-left: 0.625rem;
      width: 1rem; }
  .module--type-links a:hover::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBhcmlhLWhpZGRlbj0idHJ1ZSIgaGVpZ2h0PSI4NS45OTkiIHdpZHRoPSI0Ni4wMDEiIHZpZXdCb3g9IjAgMCA0Ni4wMDEgODUuOTk5Ij48cGF0aCBkPSJNMS4wMDMsODAuMDk0Yy0xLjMzOCwxLjM1Mi0xLjMzOCwzLjU0MSwwLDQuODkzYzEuMzM3LDEuMzUsMy41MDYsMS4zNTIsNC44NDUsMGwzOS4xNDktMzkuNTM5ICBjMS4zMzgtMS4zNTIsMS4zMzgtMy41NDMsMC00Ljg5NUw1Ljg0OCwxLjAxNGMtMS4zMzktMS4zNTItMy41MDYtMS4zNTItNC44NDUsMGMtMS4zMzgsMS4zNTItMS4zMzgsMy41NDEtMC4wMDEsNC44OTNMMzYuNzA2LDQzICBMMS4wMDMsODAuMDk0eiIgZmlsbD0iIzNlOGVkZSIvPjwvc3ZnPg==); }

.module--type--longform-section-title {
  margin: 7.8125rem 0 3.125rem;
  position: relative; }
  .module--type--longform-section-title:first-child {
    margin-top: 0; }
  .module--type--longform-section-title .longform-section-title__inner {
    margin: 0 auto;
    max-width: 53.125rem;
    padding: 0 0.9375rem; }
  .module--type--longform-section-title .longform-section-title__eyebrow {
    color: #262626;
    display: table;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.375rem;
    margin: 0 auto 2.625rem;
    text-align: center;
    text-transform: uppercase; }
    .module--type--longform-section-title .longform-section-title__eyebrow::after {
      background-color: #999;
      content: '';
      display: block;
      height: 0.0625rem;
      margin-top: 0.25rem;
      width: 100%; }
  .module--type--longform-section-title .longform-section-title__content {
    color: #262626;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.375rem;
    margin-bottom: 2rem;
    text-align: center;
    text-transform: inherit; }
  .module--type--longform-section-title .longform-section-title__divider {
    position: relative; }
    .module--type--longform-section-title .longform-section-title__divider::after {
      border-bottom: 1px solid #999;
      border-top: 1px solid #fff;
      content: '';
      display: block;
      height: 0;
      left: 0;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 100%;
      z-index: 0; }
    .module--type--longform-section-title .longform-section-title__divider--contents {
      background-color: #fff;
      display: table;
      margin: 0 auto;
      padding: 0 0.5625rem 0 0.6875rem;
      position: relative;
      z-index: 1; }
  .module--type--longform-section-title .longform-section-title__share-list:not(:only-child) {
    margin-right: 2.5rem; }
  .module--type--longform-section-title .longform-section-title__share {
    border: 1px solid #999; }
    .module--type--longform-section-title .longform-section-title__share--facebook {
      background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjU2LjY5MyIgd2lkdGg9IjU2LjY5MyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNDAuNDMgMjEuNzM5aC03LjY0NXYtNS4wMTRjMC0xLjg4MyAxLjI0OC0yLjMyMiAyLjEyNy0yLjMyMmg1LjM5NVY2LjEyNWwtNy40My0uMDI5Yy04LjI0OCAwLTEwLjEyNSA2LjE3NC0xMC4xMjUgMTAuMTI1djUuNTE4aC00Ljc3djguNTNoNC43N3YyNC4xMzdoMTAuMDMzVjMwLjI2OWg2Ljc3bC44NzUtOC41M3oiIGZpbGw9IiM5OTkiLz48L3N2Zz4=);
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: 17px; }
    .module--type--longform-section-title .longform-section-title__share--linkedin {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48c3R5bGU+PC9zdHlsZT48ZyBpZD0iTGF5ZXJfMSI+PHBhdGggZD0iTTY2LjggNzUuNHYtMjJzLTEuMi00LjYtNS42LTQuNGMtNC40LjItNS44LjktNy44IDMuM3YyMy4xSDQyLjFWNDAuNWgxMS4ydjUuMXMzLjYtNy4xIDExLjItNi42YzYuOS41IDEyLjEgNC43IDEzLjIgMTMuOWguM3YyMi41SDY2Ljh6TTI4LjcgMzZDMjUgMzYgMjIgMzMgMjIgMjkuMmMwLTMuNyAzLTYuOCA2LjctNi44czYuNyAzIDYuNyA2LjhjMCAzLjctMyA2LjgtNi43IDYuOHptNS42IDM5LjRIMjMuMVY0MC41aDExLjJ2MzQuOXoiIGlkPSJsaW5rZWRpbiIgZmlsbD0iIzk5OSIvPjwvZz48L3N2Zz4=);
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: 20px; }
    .module--type--longform-section-title .longform-section-title__share--twitter {
      background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjU2LjY5MyIgd2lkdGg9IjU2LjY5MyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNTIuODM3IDE1LjA2NWEyMC4xMSAyMC4xMSAwIDAgMS01LjgwNSAxLjU5MSAxMC4xMjUgMTAuMTI1IDAgMCAwIDQuNDQ0LTUuNTkyIDIwLjIzMiAyMC4yMzIgMCAwIDEtNi40MTggMi40NTQgMTAuMDkzIDEwLjA5MyAwIDAgMC03LjM3Ny0zLjE5MmMtNS41ODEgMC0xMC4xMDYgNC41MjUtMTAuMTA2IDEwLjEwNyAwIC43OTEuMDg5IDEuNTYyLjI2MiAyLjMwMy04LjQtLjQyMi0xNS44NDgtNC40NDUtMjAuODMzLTEwLjU2YTEwLjA1NSAxMC4wNTUgMCAwIDAtMS4zNjggNS4wODJjMCAzLjUwNiAxLjc4NCA2LjYgNC40OTYgOC40MTJhMTAuMDc4IDEwLjA3OCAwIDAgMS00LjU3OC0xLjI2NWwtLjAwMS4xMjhjMCA0Ljg5NiAzLjQ4NCA4Ljk4IDguMTA4IDkuOTFhMTAuMTYyIDEwLjE2MiAwIDAgMS00LjU2NS4xNzJjMS4yODcgNC4wMTUgNS4wMTkgNi45MzggOS40NDEgNy4wMTlhMjAuMjc2IDIwLjI3NiAwIDAgMS0xMi41NTIgNC4zMjdjLS44MTUgMC0xLjYyLS4wNDgtMi40MTEtLjE0MmEyOC42IDI4LjYgMCAwIDAgMTUuNDkzIDQuNTQxYzE4LjU5MSAwIDI4Ljc1Ni0xNS40IDI4Ljc1Ni0yOC43NTYgMC0uNDM4LS4wMDktLjg3NS0uMDI4LTEuMzA5YTIwLjQ3IDIwLjQ3IDAgMCAwIDUuMDQyLTUuMjN6IiBmaWxsPSIjOTk5Ii8+PC9zdmc+);
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: 17px; }
  .module--type--longform-section-title .longform-section-title__toggle--disqus {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    color: #999999;
    cursor: pointer;
    font-family: "Roboto", helvetica, arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    height: 1.125rem;
    line-height: 1rem;
    padding: 0;
    text-transform: uppercase;
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    vertical-align: 0.125rem; }
    .module--type--longform-section-title .longform-section-title__toggle--disqus .icon {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTcgMTgiICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMiAtMSkiIGZpbGw9IiM5OTkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBhdGggZD0ibTE4IDVoLTEuNjY2N3Y3LjVoLTEwLjgzM3YxLjY2NjdjMCAwLjQ1ODMzIDAuMzc1IDAuODMzMzMgMC44MzMzMyAwLjgzMzMzaDkuMTY2N2wzLjMzMzMgMy4zMzMzdi0xMi41YzAtMC40NTgzMy0wLjM3NS0wLjgzMzMzLTAuODMzMzMtMC44MzMzM3ptLTMuMzMzMyA1di03LjVjMC0wLjQ1ODMzLTAuMzc1LTAuODMzMzMtMC44MzMzMy0wLjgzMzMzaC0xMC44MzNjLTAuNDU4MzMgMC0wLjgzMzMzIDAuMzc1LTAuODMzMzMgMC44MzMzM3YxMS42NjdsMy4zMzMzLTMuMzMzM2g4LjMzMzNjMC40NTgzMyAwIDAuODMzMzMtMC4zNzUgMC44MzMzMy0wLjgzMzMzeiIvPjwvZz48L2c+PC9zdmc+Cg==);
      background-position: 100% 50%;
      background-repeat: no-repeat;
      background-size: 1.04188rem;
      display: inline-block;
      height: 1.125rem;
      margin-left: 0.125rem;
      text-transform: uppercase;
      vertical-align: bottom;
      width: 1.125rem; }
    .module--type--longform-section-title .longform-section-title__toggle--disqus .disqus-comment-count {
      display: inline-block;
      margin-left: 0.125rem;
      vertical-align: 0.0625rem; }
      .module--type--longform-section-title .longform-section-title__toggle--disqus .disqus-comment-count:empty {
        margin-left: 0; }

/* stylelint-disable selector-max-specificity */
#disqus_thread {
  margin: 0 auto 3.125rem;
  max-width: 58.75rem;
  padding: 0 1.25rem; }
  .page-type-longform #disqus_thread {
    background: #fff;
    -webkit-box-shadow: -7px 0 9px 0 rgba(0, 0, 0, 0.25);
            box-shadow: -7px 0 9px 0 rgba(0, 0, 0, 0.25);
    display: none;
    height: auto;
    margin: 0;
    max-height: 100%;
    max-width: 40%;
    min-height: 18.75rem;
    opacity: 0;
    overflow-y: auto;
    padding: 1.25rem;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    -o-transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    width: 100%; }
    .page-type-longform #disqus_thread[aria-hidden="false"] {
      display: block;
      opacity: 1;
      pointer-events: auto;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      z-index: 1; }

/* stylelint-enable selector-max-specificity */
/* stylelint-disable selector-max-specificity */
.post-block {
  margin: 1.25rem;
  position: relative;
  -webkit-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out; }
  .post-block[data-text-align='center'] {
    text-align: center; }
  .post-block[data-text-align='right'] {
    text-align: right; }
  .post-block[data-background-color=blue] {
    background-color: #3e8ede; }
  .post-block[data-button-color=blue] .post-block__cta-link {
    background-color: #3e8ede; }
    .post-block[data-button-color=blue] .post-block__cta-link:hover {
      background-color: #61a2e4; }
  .post-block[data-background-color=light-gray] {
    background-color: #efefef; }
  .post-block[data-button-color=light-gray] .post-block__cta-link {
    background-color: #efefef; }
    .post-block[data-button-color=light-gray] .post-block__cta-link:hover {
      background-color: white; }
  .post-block[data-background-color=mid-gray] {
    background-color: #777; }
  .post-block[data-button-color=mid-gray] .post-block__cta-link {
    background-color: #777; }
    .post-block[data-button-color=mid-gray] .post-block__cta-link:hover {
      background-color: #8b8b8b; }
  .post-block[data-background-color=dark-gray] {
    background-color: #333; }
  .post-block[data-button-color=dark-gray] .post-block__cta-link {
    background-color: #333; }
    .post-block[data-button-color=dark-gray] .post-block__cta-link:hover {
      background-color: #474747; }
  .post-block[data-background-color=white] {
    background-color: #fff; }
  .post-block[data-button-color=white] .post-block__cta-link {
    background-color: #fff; }
    .post-block[data-button-color=white] .post-block__cta-link:hover {
      background-color: white; }
  .post-block[data-background-color=orange] {
    background-color: #dd7b53; }
  .post-block[data-button-color=orange] .post-block__cta-link {
    background-color: #dd7b53; }
    .post-block[data-button-color=orange] .post-block__cta-link:hover {
      background-color: #e49575; }
  .post-block[data-button-color='blue'] a.post-block__cta-link {
    color: #fff; }
  .post-block[data-background-color='light-gray'] {
    color: #262626; }
  [data-module-border-color=''] .post-block {
    margin-top: 0; }
  .post-block:hover, .post-block:focus {
    opacity: 0.85; }
  .wp-block-column .post-block + .post-block {
    margin-top: 2.25rem; }
  [data-module-theme='currents'] .wp-block-column:first-child .post-block {
    position: relative; }
    [data-module-theme='currents'] .wp-block-column:first-child .post-block .post-block__inner::before {
      background: black;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(50%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
      background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0) 100%);
      bottom: 0;
      content: '';
      display: block;
      left: 0;
      pointer-events: none;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1; }

.post-block__authors {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  margin-top: 0.3125rem; }
  .post-block__authors a {
    color: inherit;
    font-weight: 400; }
  .post-block__authors .author-name:first-child::before {
    content: 'Written by ';
    display: inline-block;
    font-weight: 300;
    margin-right: 4px; }

.post-block__title,
.post-block__excerpt,
.post-block__cta {
  position: relative;
  z-index: 1; }

.post-block__cta {
  margin-top: 1.25rem; }

.post-block__cta-link {
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-family: inherit;
  font-size: inherit;
  outline: none;
  overflow: visible;
  text-decoration: none;
  font-size: 1.375rem;
  line-height: 1.5625rem;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  font-weight: 500;
  padding: 0.5rem 0.875rem;
  text-transform: uppercase;
  -webkit-transition: color 0.1s ease-in-out, background 0.1s ease-in-out, border 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out, background 0.1s ease-in-out, border 0.1s ease-in-out;
  transition: color 0.1s ease-in-out, background 0.1s ease-in-out, border 0.1s ease-in-out;
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: #3e8ede;
  color: #fff;
  display: inline-block;
  padding: 0.625rem 1.875rem;
  position: relative;
  text-align: center;
  text-transform: none;
  white-space: nowrap; }
  .post-block__cta-link:hover {
    background-color: #5e5e5e;
    color: #fff; }
  @media (min-width: 64rem) {
    .post-block__cta-link {
      font-size: 20px;
      line-height: 20px;
      padding: 1.0625rem 3.75rem 1.0625rem 2.8125rem; } }
  .post-block__cta-link::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBhcmlhLWhpZGRlbj0idHJ1ZSIgaGVpZ2h0PSI4NS45OTkiIHdpZHRoPSI0Ni4wMDEiIHZpZXdCb3g9IjAgMCA0Ni4wMDEgODUuOTk5Ij48cGF0aCBkPSJNMS4wMDMsODAuMDk0Yy0xLjMzOCwxLjM1Mi0xLjMzOCwzLjU0MSwwLDQuODkzYzEuMzM3LDEuMzUsMy41MDYsMS4zNTIsNC44NDUsMGwzOS4xNDktMzkuNTM5ICBjMS4zMzgtMS4zNTIsMS4zMzgtMy41NDMsMC00Ljg5NUw1Ljg0OCwxLjAxNGMtMS4zMzktMS4zNTItMy41MDYtMS4zNTItNC44NDUsMGMtMS4zMzgsMS4zNTItMS4zMzgsMy41NDEtMC4wMDEsNC44OTNMMzYuNzA2LDQzICBMMS4wMDMsODAuMDk0eiIgZmlsbD0iI2ZmZmZmZiIvPjwvc3ZnPg==);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: auto;
    content: '';
    height: 0.875rem;
    left: auto;
    margin-left: 0.4375rem;
    position: absolute;
    right: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1rem; }

.post-block__cta-cover {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }
  .post-block__cta-cover span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

.post-block__excerpt {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0.625rem 0; }

.post-block__image {
  background-color: #333;
  display: block;
  margin-bottom: 1.25rem;
  max-width: 100%; }
  @media (min-width: 48.0625rem) {
    .post-block__image {
      margin-bottom: 0; } }
  .post-block__image a {
    display: block;
    margin: 0; }
  .post-block__image img {
    display: block;
    margin: 0;
    max-width: 100%;
    width: 100%; }

.post-block__inner {
  position: relative; }
  [data-module-theme='currents'] .wp-block-column:first-child .post-block__inner {
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 0 1.25rem 2.25rem;
    position: absolute;
    right: 0;
    top: auto;
    z-index: 1; }
  .post-block__inner:hover a, .post-block__inner:focus a {
    text-decoration: underline; }

.post-block__link {
  position: relative;
  z-index: 1; }
  .post-block__link:hover, .post-block__link:focus {
    text-decoration: underline; }

.post-block__published {
  font-size: 16px;
  font-weight: 200;
  line-height: 19px;
  margin-top: 0.625rem;
  position: relative;
  text-transform: uppercase;
  z-index: 1; }
  .post-block__published a {
    color: inherit; }
    .post-block__published a:hover {
      text-decoration: none; }

.post-block__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin: 0; }
  .post-block__image + .post-block__inner > .post-block__title:first-child {
    margin-top: 1.25rem; }
  [data-title-size='large'] .post-block__title {
    font-size: 36px;
    line-height: 44px; }
  .post-block__title a, .post-block__title a:hover {
    color: inherit; }
  @media (min-width: 48.0625rem) {
    [data-module-theme='currents'] .wp-block-column:first-child .post-block__title {
      max-width: 90%; } }
  [data-module-theme='currents'] .wp-block-column:first-child .post-block__title a {
    font-family: "Roboto Condensed", "Roboto", helvetica, arial, sans-serif;
    text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.3);
    text-transform: uppercase; }

.post-block__type {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.3125rem;
  text-transform: uppercase; }
  .post-block__image + .post-block__inner .post-block__type {
    margin-top: 1.25rem; }
  .page-template-page-currents .post-block__type {
    height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden; }

/* stylelint-enable */
.module--type-recent-activity .block__card {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 2rem;
  padding: 0; }

.module--type-recent-activity .module__title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 1.25rem; }
  .module--type-recent-activity .module__title::after {
    border-top: 1px solid #d8d8d8;
    content: '';
    display: block;
    margin: 0 0 0 1.25rem;
    width: 100%; }

.module--type-recent-activity .card__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .module--type-recent-activity .card__author a {
    color: inherit;
    font-weight: inherit; }

.module--type-recent-activity .card__category {
  margin: 0.625rem 0rem; }

.module--type-recent-activity .card__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-top: 0.3125rem; }
  @media (min-width: 32rem) {
    .module--type-recent-activity .card__content {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% - 13.75rem);
              flex: 0 0 calc(100% - 13.75rem);
      margin-top: 0; } }
  @media (min-width: 48.0625rem) {
    .module--type-recent-activity .card__content {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      margin-top: 0.3125rem; } }
  @media (min-width: 58rem) {
    .module--type-recent-activity .card__content {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% - 13.75rem);
              flex: 0 0 calc(100% - 13.75rem);
      margin-top: 0; } }

.module--type-recent-activity .card__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 12.5rem;
          flex: 0 1 12.5rem;
  height: 130px;
  margin-right: 1.25rem;
  overflow: hidden; }
  .module--type-recent-activity .card__image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    vertical-align: middle; }
  .module--type-recent-activity .card__image a {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
    .module--type-recent-activity .card__image a:hover, .module--type-recent-activity .card__image a:focus {
      opacity: 0.85; }

.module--type-recent-activity .card__title {
  font-size: 1.25rem;
  line-height: 1.75rem; }
  @media (min-width: 48.0625rem) {
    .module--type-recent-activity .card__title {
      font-size: 1.375rem;
      line-height: 1.875rem; } }
  .module--type-recent-activity .card__title a {
    color: inherit; }
    .module--type-recent-activity .card__title a:hover, .module--type-recent-activity .card__title a:focus {
      text-decoration: underline; }

.module--type--related-links {
  background-color: #efefef;
  margin: 0 0 2.25rem;
  padding: 2.25rem; }
  .module--type--related-links[data-background-color=blue] {
    background-color: #3e8ede; }
  .module--type--related-links[data-background-color=light-gray] {
    background-color: #efefef; }
  .module--type--related-links[data-background-color=mid-gray] {
    background-color: #777; }
  .module--type--related-links[data-background-color=dark-gray] {
    background-color: #333; }
  .module--type--related-links[data-background-color=white] {
    background-color: #fff; }
  .module--type--related-links[data-background-color=orange] {
    background-color: #dd7b53; }
  .module--type--related-links[data-background-color='blue'] .module__title,
  .module--type--related-links[data-background-color='blue'] .module--type--link-block a {
    color: #fff; }
  .module--type--related-links .module__title {
    font-size: 1.125rem;
    line-height: 1.75rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Roboto", helvetica, arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    color: #333;
    font-weight: 700;
    margin-bottom: 1.375rem;
    position: relative; }
    .module--type--related-links .module__title::after {
      border-top: 1px solid #d8d8d8;
      content: '';
      display: block;
      margin: 0 0 0 1.25rem;
      width: 100%; }
  .module--type--related-links .module--type--link-block {
    margin-bottom: 2.25rem; }
    .module--type--related-links .module--type--link-block:last-child {
      margin-bottom: 0; }
    .module--type--related-links .module--type--link-block a {
      color: #333;
      display: inline-block;
      position: relative; }
      .module--type--related-links .module--type--link-block a:hover, .module--type--related-links .module--type--link-block a:focus {
        text-decoration: underline; }
      .module--type--related-links .module--type--link-block a::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBhcmlhLWhpZGRlbj0idHJ1ZSIgd2lkdGg9IjEycHgiIGhlaWdodD0iMTJweCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQgbWVldCIgdmlld0JveD0iMCAwIDIwIDIwIj48cGF0aCBkPSJNMTMuMjUgMTBMNi4xMDkgMi41OGEuNjk3LjY5NyAwIDAgMSAwLS45NzkuNjguNjggMCAwIDEgLjk2OSAwbDcuODMgNy45MDhhLjY5Ny42OTcgMCAwIDEgMCAuOTc5bC03LjgzIDcuOTA4YS42OC42OCAwIDAgMS0uOTY5IDAgLjY5Ny42OTcgMCAwIDEgMC0uOTc5TDEzLjI1IDEweiIgLz48L3N2Zz4K);
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: 16px;
        content: '';
        display: inline-block;
        height: 1rem;
        margin-bottom: -0.125rem;
        margin-left: 0.9375rem;
        width: 0.625rem; }

[class^='wp-block-kauffman'].alignleft {
  display: block;
  float: left;
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
  text-align: left; }
  @media (min-width: 64rem) {
    [class^='wp-block-kauffman'].alignleft {
      margin-right: 2.25rem; } }
  @media (min-width: 80rem) {
    [class^='wp-block-kauffman'].alignleft {
      margin-right: 2.25rem; } }
  @media (min-width: 90rem) {
    [class^='wp-block-kauffman'].alignleft {
      margin-right: 2.25rem; } }

[class^='wp-block-kauffman'].alignright {
  display: block;
  float: right;
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
  text-align: right; }
  @media (min-width: 64rem) {
    [class^='wp-block-kauffman'].alignright {
      margin-left: 2.25rem; } }
  @media (min-width: 80rem) {
    [class^='wp-block-kauffman'].alignright {
      margin-left: 2.25rem; } }
  @media (min-width: 90rem) {
    [class^='wp-block-kauffman'].alignright {
      margin-left: 2.25rem; } }

[class^='wp-block-kauffman'].aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.wp-block-kauffman-sidebar-nav {
  background-color: #efefef;
  margin: 0 0 2.25rem;
  padding: 2.25rem; }
  .wp-block-kauffman-sidebar-nav .sidebar-related-nav__title {
    font-size: 1.125rem;
    line-height: 1.75rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Roboto", helvetica, arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    color: #333;
    font-weight: 700;
    margin-bottom: 1.375rem;
    position: relative; }
    .wp-block-kauffman-sidebar-nav .sidebar-related-nav__title::after {
      border-top: 1px solid #d8d8d8;
      content: '';
      display: block;
      margin: 0 0 0 1.25rem;
      width: 100%; }
    .wp-block-kauffman-sidebar-nav .sidebar-related-nav__title span {
      background-color: #efefef;
      display: inline-block;
      position: relative;
      z-index: 2; }
  .wp-block-kauffman-sidebar-nav .sidebar-related-nav__navigation-list--item {
    margin-bottom: 2.5rem; }
    .wp-block-kauffman-sidebar-nav .sidebar-related-nav__navigation-list--item:last-child {
      margin-bottom: 0; }
    .wp-block-kauffman-sidebar-nav .sidebar-related-nav__navigation-list--item a {
      color: #333;
      display: inline-block;
      position: relative; }
      .wp-block-kauffman-sidebar-nav .sidebar-related-nav__navigation-list--item a:hover, .wp-block-kauffman-sidebar-nav .sidebar-related-nav__navigation-list--item a:focus {
        text-decoration: underline; }
      .wp-block-kauffman-sidebar-nav .sidebar-related-nav__navigation-list--item a::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBhcmlhLWhpZGRlbj0idHJ1ZSIgd2lkdGg9IjEycHgiIGhlaWdodD0iMTJweCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQgbWVldCIgdmlld0JveD0iMCAwIDIwIDIwIj48cGF0aCBkPSJNMTMuMjUgMTBMNi4xMDkgMi41OGEuNjk3LjY5NyAwIDAgMSAwLS45NzkuNjguNjggMCAwIDEgLjk2OSAwbDcuODMgNy45MDhhLjY5Ny42OTcgMCAwIDEgMCAuOTc5bC03LjgzIDcuOTA4YS42OC42OCAwIDAgMS0uOTY5IDAgLjY5Ny42OTcgMCAwIDEgMC0uOTc5TDEzLjI1IDEweiIgLz48L3N2Zz4K);
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: 16px;
        content: '';
        display: inline-block;
        height: 1rem;
        margin-bottom: -0.125rem;
        margin-left: 0.9375rem;
        width: 0.625rem; }

.module--type-three-up {
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem;
  max-width: 79rem;
  margin: 0 auto 2.25rem;
  /*
   * Using !important overrides on Gutenberg native styles.
   * Related issues:
   * https://github.com/WordPress/gutenberg/issues/17340
   * https://github.com/WordPress/gutenberg/issues/18416
   */
  /* stylelint-disable declaration-no-important */
  /* stylelint-enable */ }
  @media only screen and (max-width: 767px) {
    .module--type-three-up .wp-block-columns {
      display: block !important; }
    .module--type-three-up .wp-block-column {
      width: 100% !important; }
      .module--type-three-up .wp-block-column:nth-child(2n) {
        margin-left: 0 !important; }
      .module--type-three-up .wp-block-column + .wp-block-column {
        margin-top: 2.25rem; } }
  @media (min-width: 80rem) {
    .module--type-three-up {
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      max-width: 100vw;
      width: 100vw; } }
  @media (min-width: 80rem) {
    .module--type-three-up .module__container {
      margin-left: auto;
      margin-right: auto;
      padding: 1.25rem;
      max-width: 79rem; } }
  .module--type-three-up[data-module-background-color=blue] {
    background-color: #3e8ede; }
  .module--type-three-up[data-module-background-color=light-gray] {
    background-color: #efefef; }
  .module--type-three-up[data-module-background-color=mid-gray] {
    background-color: #777; }
  .module--type-three-up[data-module-background-color=dark-gray] {
    background-color: #333; }
  .module--type-three-up[data-module-background-color=white] {
    background-color: #fff; }
  .module--type-three-up[data-module-background-color=orange] {
    background-color: #dd7b53; }
  .module--type-three-up[data-module-background-color='blue'] {
    color: #fff; }
  .module--type-three-up .wp-block-column {
    position: relative; }
  .module--type-three-up .wp-block-column + .wp-block-column::before {
    border-left: 1px solid transparent;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: auto;
    top: 0;
    -webkit-transform: translateX(-16px);
        -ms-transform: translateX(-16px);
            transform: translateX(-16px); }
    @media (max-width: 780px) {
      .module--type-three-up .wp-block-column + .wp-block-column::before {
        border: 0; } }
  .module--type-three-up[data-module-border-color='gray'] .wp-block-column + .wp-block-column::before {
    border-color: #dfe0e2; }
  .module--type-three-up .module__description {
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-left: auto;
    margin-right: auto;
    padding: 1.25rem;
    max-width: 79rem;
    padding-bottom: 0;
    padding-top: 0; }
    .module--type-three-up .module__description:empty {
      display: none;
      margin-bottom: 0; }
    .module--type-three-up .module__description a {
      color: inherit; }
  .module--type-three-up .module__title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-left: auto;
    margin-right: auto;
    padding: 1.25rem;
    max-width: 79rem;
    font-family: "Roboto Condensed", "Roboto", helvetica, arial, sans-serif;
    font-weight: 700;
    margin-bottom: 0; }
    @media (min-width: 48.0625rem) {
      .module--type-three-up .module__title {
        font-size: 1.375rem;
        line-height: 1.875rem; } }
    .module--type-three-up .module__title:empty {
      display: none;
      margin-bottom: 0; }
    .module--type-three-up .module__title a {
      color: inherit; }

.module--type-three-up[data-module-theme='embed'] .module__title,
.module--type-three-up[data-module-theme='currents'] .module__title {
  text-align: center; }

.module--type-three-up[data-module-theme='embed'] .module__title,
.module--type-three-up[data-module-theme='currents'] .module__title {
  display: table;
  height: 45px;
  margin: 0 auto 1.75rem;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 140px; }
  .module--type-three-up[data-module-theme='embed'] .module__title a,
  .module--type-three-up[data-module-theme='currents'] .module__title a {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1; }
  .module--type-three-up[data-module-theme='embed'] .module__title::after,
  .module--type-three-up[data-module-theme='currents'] .module__title::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNTguNzkgMTA3LjQ0Ij48ZGVmcz48c3R5bGU+LmNscy0xLC5jbHMtMntmaWxsOm5vbmU7c3Ryb2tlOiM0OThiY2E7c3Ryb2tlLXdpZHRoOjNweDtzdHJva2UtbWl0ZXJsaW1pdDoxMH0uY2xzLTJ7ZmlsbDojMjYyNjI2O3N0cm9rZTojMjYyNjI2O3N0cm9rZS13aWR0aDoxLjVweH08L3N0eWxlPjwvZGVmcz48ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik00Ni43MiAxLjVIMS41djQ1LjIyTTMxMi4wNyAxMDUuOTRoNDUuMjJWNjAuNzMiLz48L2c+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNOTMuMjMgMTA0LjU1cS0uNDIgOC4zNC00LjY4IDEyLjc4dC0xMiA0LjQzYTE0Ljg3IDE0Ljg3IDAgMDEtMTIuNDEtNS45M3EtNC41OS01Ljk0LTQuNTktMTYuMDl2LTkuNDFxMC0xMC4xMiA0LjcyLTE2dDEyLjg4LTUuODhxNy41MyAwIDExLjY0IDQuNDl0NC40NCAxMi44NmgtNi41OWMtLjI4LTQuMjMtMS4xOC03LjI1LTIuNjctOVM4MC4xOSA3NCA3Ny4xMiA3NEE5LjMgOS4zIDAgMDA2OSA3OC4xOXEtMi44NSA0LjE2LTIuODUgMTIuMTd2OS41MnEwIDcuODggMi42NiAxMi4wOGE4LjU4IDguNTggMCAwMDcuNzUgNC4yMWMzLjQgMCA1Ljg0LS44NCA3LjM0LTIuNTNzMi40Mi00LjcyIDIuNzgtOS4wOXpNMTMzIDY5LjE1djM2LjlxLS4wNiA3LjM2LTQuMjcgMTEuNTRUMTE3IDEyMS43NnEtNy43IDAtMTEuNzYtNC4wOHQtNC4xNC0xMS42M3YtMzYuOWg2LjQ5djM2LjYycTAgNS4yNCAyLjIzIDcuODJjMS40OCAxLjcyIDMuODggMi41OCA3LjE4IDIuNThzNS43My0uODYgNy4yMi0yLjU4IDIuMjMtNC4zMyAyLjIzLTcuODJWNjkuMTV6TTE1Ny43NSAxMDAuMDZoLTkuMTN2MjFoLTYuNTVWNjkuMTVoMTQuNTRxNy42MiAwIDExLjU1IDR0My45MiAxMS42NGExNi4yMiAxNi4yMiAwIDAxLTIuMDggOC4zNyAxMy40MiAxMy40MiAwIDAxLTYgNS40bDEwIDIyLjA2di40M2gtN3ptLTkuMTMtNS42aDcuOTJhOC40OCA4LjQ4IDAgMDA2LjU0LTIuNjQgMTAgMTAgMCAwMDIuNDQtNy4wN3EwLTEwLTkuMDUtMTBoLTcuODV6TTE5Ni41IDEwMC4wNmgtOS4xM3YyMWgtNi41NlY2OS4xNWgxNC41NHE3LjY0IDAgMTEuNTUgNHQzLjkzIDExLjY0YTE2LjEzIDE2LjEzIDAgMDEtMi4xMyA4LjM5IDEzLjM1IDEzLjM1IDAgMDEtNiA1LjRsMTAuMDUgMjIuMDZ2LjQzaC03em0tOS4xMy01LjZoNy45MWE4LjQ3IDguNDcgMCAwMDYuNTQtMi42NCAxMCAxMCAwIDAwMi40NS03LjA3cTAtMTAtOS4wNi0xMGgtNy44NHpNMjQ0LjQ0IDk3LjA2aC0xOC4zNnYxOC40aDIxLjM5djUuNTloLTI3Ljkxdi01MS45aDI3LjU1djUuNmgtMjF2MTYuNzJoMTguMzZ6TTI4OS43MSAxMjEuMDVoLTYuNTZsLTIwLjc4LTQwdjQwaC02LjU2di01MS45aDYuNTZsMjAuODUgNDAuMThWNjkuMTVoNi40OXpNMzMwLjMxIDc0Ljc1aC0xMy42NnY0Ni4zaC02LjUydi00Ni4zaC0xMy42MnYtNS42aDMzLjh6TTM1OC4wNyAxMDcuOTNhNy45NCA3Ljk0IDAgMDAtMi4xMS02cS0yLjEtMi4wNy03LjU5LTRhMzIuNjggMzIuNjggMCAwMS04LjM3LTQuMDkgMTQuNTUgMTQuNTUgMCAwMS00LjM1LTQuOTIgMTQuNjIgMTQuNjIgMCAwMTIuNjctMTYuNDkgMTQuODUgMTQuODUgMCAwMTEwLjc4LTQgMTYgMTYgMCAwMTguMTMgMiAxMy43OSAxMy43OSAwIDAxNS40OSA1LjY2IDE2LjY5IDE2LjY5IDAgMDExLjkzIDhoLTYuNTZjMC0zLjItLjc4LTUuNjktMi4zMi03LjQ1YTguNDIgOC40MiAwIDAwLTYuNjktMi42NCA4LjIgOC4yIDAgMDAtNi4wOCAyLjI1IDguNDkgOC40OSAwIDAwLTIuMTcgNi4yMSA3LjIzIDcuMjMgMCAwMDIuMzUgNS41IDIwLjg1IDIwLjg1IDAgMDA3LjI3IDRxNy42NyAyLjUzIDExIDYuMjRhMTQuMDcgMTQuMDcgMCAwMTMuMjkgOS42OSAxMy4xMyAxMy4xMyAwIDAxLTQuMSAxMC4xMXEtNC4xIDMuOC0xMS4xNSAzLjc5YTE3LjkyIDE3LjkyIDAgMDEtOC4zNi0yIDE1LjA1IDE1LjA1IDAgMDEtNi01LjU2IDE1LjQ1IDE1LjQ1IDAgMDEtMi4xOS04LjIyaDYuNTZxMCA0LjgxIDIuNjkgNy40OGE5LjkxIDkuOTEgMCAwMDcuMzMgMi42OHE0LjMgMCA2LjQ4LTIuMjFhOC4yMiA4LjIyIDAgMDAyLjA3LTYuMDN6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzIuMjEgLTQxLjE1KSIvPjwvZz48L3N2Zz4K);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 140px 45px;
    height: 45px;
    width: 140px;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%; }

.module--type-three-up[data-module-theme='embed'] .module__description,
.module--type-three-up[data-module-theme='currents'] .module__description {
  font-family: "Noto Serif TC", georgia, times, serif;
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 2.25rem;
  text-align: center; }

/* stylelint-disable declaration-no-important, declaration-block-no-shorthand-property-overrides */
.module--type-slideshow {
  margin: 0 auto 3.75rem;
  max-width: 76.5rem;
  position: relative; }
  .module--type-slideshow .slideshow--heading,
  .module--type-slideshow .slideshow--chatter {
    margin-left: auto;
    margin-right: auto;
    max-width: 50rem;
    padding: 0 0.9375rem; }
  .module--type-slideshow .slideshow--heading {
    font-size: 1.25rem;
    margin-bottom: 0.625rem; }
  .module--type-slideshow .slideshow--chatter p {
    font-size: 1rem;
    line-height: 1.625rem; }
  .module--type-slideshow .slideshow {
    opacity: 0; }
    .module--type-slideshow .slideshow.slick-initialized {
      opacity: 1; }

.slick-slider {
  background-color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  opacity: 0;
  padding: 0.9375rem 0 0.5625rem;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .slick-slider.has-count {
    padding: 0.9375rem 0 0; }
  .slick-slider:hover .slick-arrow {
    opacity: 1; }

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0 !important;
  position: relative;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important; }
  @media (min-width: 513px) {
    .slick-list {
      margin: 0 1.25rem !important; } }
  @media (min-width: 600px) {
    .slick-list {
      margin: 0 11.75% !important; } }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-track {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 100%;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0; }
  .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: auto;
  min-height: 1px;
  opacity: 0.4;
  pointer-events: none;
  position: relative;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }
  .slick-slide .rich-text figure.wp-block-image {
    margin: 0 auto 0;
    position: relative; }
    .slick-slide .rich-text figure.wp-block-image figcaption {
      padding: 0.4375rem 0.9375rem 0.625rem;
      width: 100%; }
  .slick-slide .wp-block-image img {
    -webkit-box-shadow: none;
            box-shadow: none;
    height: auto;
    max-height: 50vh;
    vertical-align: middle;
    width: auto; }
  .slick-slide .wp-block-image figcaption {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.75)), to(transparent));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.75), transparent);
    background: linear-gradient(bottom, rgba(0, 0, 0, 0.75), transparent);
    bottom: 0;
    color: #fff;
    font-family: "Roboto", helvetica, arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    max-width: 47.5rem;
    opacity: 0;
    overflow: auto;
    position: absolute;
    text-align: left;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition-delay: 0.1s;
         -o-transition-delay: 0.1s;
            transition-delay: 0.1s; }
    @media (min-width: 790px) {
      .slick-slide .wp-block-image figcaption {
        padding: 0; } }
  .slick-slide.slick-center {
    opacity: 1;
    pointer-events: all;
    z-index: 100; }
    .slick-slide.slick-center .wp-block-image img {
      position: relative; }
    .slick-slide.slick-center .wp-block-image figcaption {
      opacity: 1; }
  [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 {
    border: 1px solid transparent;
    display: block;
    height: auto; }

.slick-counter {
  color: #fff;
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-size: 1rem;
  text-align: center; }

.slick-arrow {
  cursor: pointer; }
  .slick-arrow.slick-prev, .slick-arrow.slick-next {
    background: #000;
    border: 0;
    color: #fff;
    display: none !important;
    font-family: "Roboto", helvetica, arial, sans-serif;
    font-size: 0;
    font-weight: 600;
    height: 1.875rem;
    opacity: 0;
    padding: 0.9375rem;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    width: 1.875rem;
    z-index: 50; }
    @media (min-width: 600px) {
      .slick-arrow.slick-prev, .slick-arrow.slick-next {
        display: inline-block !important; } }
    .slick-arrow.slick-prev:hover, .slick-arrow.slick-prev:focus, .slick-arrow.slick-next:hover, .slick-arrow.slick-next:focus {
      opacity: 0.7; }
    .slick-arrow.slick-prev::before, .slick-arrow.slick-next::before {
      background-image: url(data:image/svg+xml;base64,PHN2ZyBkYXRhLW5hbWU9IkxheWVyIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMzYgMTYxMiI+CiAgPHBhdGggZD0iTTEwMTcsODUxLDI3NSwxNTkzcS0xOSwxOS00NSwxOXQtNDUtMTlMMTksMTQyN3EtMTktMTktMTktNDV0MTktNDVMNTUwLDgwNiwxOSwyNzVRMCwyNTYsMCwyMzB0MTktNDVMMTg1LDE5UTIwNCwwLDIzMCwwdDQ1LDE5bDc0Miw3NDJxMTksMTksMTksNDVUMTAxNyw4NTFaIiBmaWxsPSIjZmZmZmZmIi8+Cjwvc3ZnPgo=);
      background-size: 16px 26px;
      content: '';
      height: 26px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(180deg);
          -ms-transform: translateY(-50%) rotate(180deg);
              transform: translateY(-50%) rotate(180deg);
      width: 16px; }
  .slick-arrow.slick-prev {
    left: 0.9375rem; }
    .slick-arrow.slick-prev::before {
      left: 0; }
  .slick-arrow.slick-next {
    right: 0.9375rem; }
    .slick-arrow.slick-next::before {
      right: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .slick-arrow .slick-hidden {
    display: none; }

.slick-dots {
  bottom: 0.9375rem;
  left: 50%;
  margin: 0;
  padding: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100; }
  .has-count .slick-dots {
    bottom: 2.6875rem; }
  .slick-dots li {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: inline-block;
    height: 0.75rem;
    margin-right: 0.625rem;
    opacity: 0.6;
    text-indent: -9999em;
    width: 0.75rem; }
    .slick-dots li:last-child {
      margin-right: 0; }
    .slick-dots li.slick-active {
      background-color: #fff;
      opacity: 1; }

.share-text {
  text-align: center; }
  .share-text::before {
    display: none; }
  .share-text .twitter-share-link {
    display: inline-block;
    margin-left: 0.625rem; }
  .share-text .twitter-link-icon {
    fill: #1DA1F2;
    height: 17px;
    width: 23px; }

/** Styles for the 404 page */
.error-404 {
  margin-top: 2.25rem;
  text-align: center; }
  .error-404 .entry__content-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding: 1.25rem;
    max-width: 79rem; }
    .error-404 .entry__content-wrapper p {
      font-size: 1.25rem;
      line-height: 1.75rem;
      margin-bottom: 2.25rem; }
      @media (min-width: 48.0625rem) {
        .error-404 .entry__content-wrapper p {
          font-size: 1.375rem;
          line-height: 1.875rem; } }
  .error-404 .search-form {
    margin: 0 auto 4rem;
    max-width: 58.75rem;
    width: 100%; }

/** Styles for the currents landing page */
.page__header .currents__logo-container {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNTguNzkgMTA3LjQ0Ij48ZGVmcz48c3R5bGU+LmNscy0xLC5jbHMtMntmaWxsOm5vbmU7c3Ryb2tlOiM0OThiY2E7c3Ryb2tlLXdpZHRoOjNweDtzdHJva2UtbWl0ZXJsaW1pdDoxMH0uY2xzLTJ7ZmlsbDojMjYyNjI2O3N0cm9rZTojMjYyNjI2O3N0cm9rZS13aWR0aDoxLjVweH08L3N0eWxlPjwvZGVmcz48ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik00Ni43MiAxLjVIMS41djQ1LjIyTTMxMi4wNyAxMDUuOTRoNDUuMjJWNjAuNzMiLz48L2c+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNOTMuMjMgMTA0LjU1cS0uNDIgOC4zNC00LjY4IDEyLjc4dC0xMiA0LjQzYTE0Ljg3IDE0Ljg3IDAgMDEtMTIuNDEtNS45M3EtNC41OS01Ljk0LTQuNTktMTYuMDl2LTkuNDFxMC0xMC4xMiA0LjcyLTE2dDEyLjg4LTUuODhxNy41MyAwIDExLjY0IDQuNDl0NC40NCAxMi44NmgtNi41OWMtLjI4LTQuMjMtMS4xOC03LjI1LTIuNjctOVM4MC4xOSA3NCA3Ny4xMiA3NEE5LjMgOS4zIDAgMDA2OSA3OC4xOXEtMi44NSA0LjE2LTIuODUgMTIuMTd2OS41MnEwIDcuODggMi42NiAxMi4wOGE4LjU4IDguNTggMCAwMDcuNzUgNC4yMWMzLjQgMCA1Ljg0LS44NCA3LjM0LTIuNTNzMi40Mi00LjcyIDIuNzgtOS4wOXpNMTMzIDY5LjE1djM2LjlxLS4wNiA3LjM2LTQuMjcgMTEuNTRUMTE3IDEyMS43NnEtNy43IDAtMTEuNzYtNC4wOHQtNC4xNC0xMS42M3YtMzYuOWg2LjQ5djM2LjYycTAgNS4yNCAyLjIzIDcuODJjMS40OCAxLjcyIDMuODggMi41OCA3LjE4IDIuNThzNS43My0uODYgNy4yMi0yLjU4IDIuMjMtNC4zMyAyLjIzLTcuODJWNjkuMTV6TTE1Ny43NSAxMDAuMDZoLTkuMTN2MjFoLTYuNTVWNjkuMTVoMTQuNTRxNy42MiAwIDExLjU1IDR0My45MiAxMS42NGExNi4yMiAxNi4yMiAwIDAxLTIuMDggOC4zNyAxMy40MiAxMy40MiAwIDAxLTYgNS40bDEwIDIyLjA2di40M2gtN3ptLTkuMTMtNS42aDcuOTJhOC40OCA4LjQ4IDAgMDA2LjU0LTIuNjQgMTAgMTAgMCAwMDIuNDQtNy4wN3EwLTEwLTkuMDUtMTBoLTcuODV6TTE5Ni41IDEwMC4wNmgtOS4xM3YyMWgtNi41NlY2OS4xNWgxNC41NHE3LjY0IDAgMTEuNTUgNHQzLjkzIDExLjY0YTE2LjEzIDE2LjEzIDAgMDEtMi4xMyA4LjM5IDEzLjM1IDEzLjM1IDAgMDEtNiA1LjRsMTAuMDUgMjIuMDZ2LjQzaC03em0tOS4xMy01LjZoNy45MWE4LjQ3IDguNDcgMCAwMDYuNTQtMi42NCAxMCAxMCAwIDAwMi40NS03LjA3cTAtMTAtOS4wNi0xMGgtNy44NHpNMjQ0LjQ0IDk3LjA2aC0xOC4zNnYxOC40aDIxLjM5djUuNTloLTI3Ljkxdi01MS45aDI3LjU1djUuNmgtMjF2MTYuNzJoMTguMzZ6TTI4OS43MSAxMjEuMDVoLTYuNTZsLTIwLjc4LTQwdjQwaC02LjU2di01MS45aDYuNTZsMjAuODUgNDAuMThWNjkuMTVoNi40OXpNMzMwLjMxIDc0Ljc1aC0xMy42NnY0Ni4zaC02LjUydi00Ni4zaC0xMy42MnYtNS42aDMzLjh6TTM1OC4wNyAxMDcuOTNhNy45NCA3Ljk0IDAgMDAtMi4xMS02cS0yLjEtMi4wNy03LjU5LTRhMzIuNjggMzIuNjggMCAwMS04LjM3LTQuMDkgMTQuNTUgMTQuNTUgMCAwMS00LjM1LTQuOTIgMTQuNjIgMTQuNjIgMCAwMTIuNjctMTYuNDkgMTQuODUgMTQuODUgMCAwMTEwLjc4LTQgMTYgMTYgMCAwMTguMTMgMiAxMy43OSAxMy43OSAwIDAxNS40OSA1LjY2IDE2LjY5IDE2LjY5IDAgMDExLjkzIDhoLTYuNTZjMC0zLjItLjc4LTUuNjktMi4zMi03LjQ1YTguNDIgOC40MiAwIDAwLTYuNjktMi42NCA4LjIgOC4yIDAgMDAtNi4wOCAyLjI1IDguNDkgOC40OSAwIDAwLTIuMTcgNi4yMSA3LjIzIDcuMjMgMCAwMDIuMzUgNS41IDIwLjg1IDIwLjg1IDAgMDA3LjI3IDRxNy42NyAyLjUzIDExIDYuMjRhMTQuMDcgMTQuMDcgMCAwMTMuMjkgOS42OSAxMy4xMyAxMy4xMyAwIDAxLTQuMSAxMC4xMXEtNC4xIDMuOC0xMS4xNSAzLjc5YTE3LjkyIDE3LjkyIDAgMDEtOC4zNi0yIDE1LjA1IDE1LjA1IDAgMDEtNi01LjU2IDE1LjQ1IDE1LjQ1IDAgMDEtMi4xOS04LjIyaDYuNTZxMCA0LjgxIDIuNjkgNy40OGE5LjkxIDkuOTEgMCAwMDcuMzMgMi42OHE0LjMgMCA2LjQ4LTIuMjFhOC4yMiA4LjIyIDAgMDAyLjA3LTYuMDN6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzIuMjEgLTQxLjE1KSIvPjwvZz48L3N2Zz4K);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 170px 50px;
  height: 50px;
  width: 170px;
  margin: 1.25rem auto 0; }
  .page__header .currents__logo-container .screen-reader-text {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

.page__header a.currents__logo-container:hover {
  opacity: 0.85; }

/** Styles for the grants listing */
.page-template-page-grants-list .entry__header,
.page-template-page-grants-list .entry__content {
  margin-bottom: 0; }
  @media (max-width: 79rem) {
    .page-template-page-grants-list .entry__header,
    .page-template-page-grants-list .entry__content {
      padding: 0 1.75rem; } }

.page-template-page-grants-list .entry__title {
  margin-top: 1.5rem;
  max-width: none;
  padding: 0; }

.page-template-page-grants-list .entry__content > .rich-text p {
  max-width: none;
  padding: 0;
  width: 100%; }
  @media (max-width: 48rem) {
    .page-template-page-grants-list .entry__content > .rich-text p {
      margin-top: 1.75rem; } }

.page-template-page-grants-list .grants-page-links {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .page-template-page-grants-list .grants-page-links .wp-block-kauffman-button {
    max-width: 26.25rem; }
  .page-template-page-grants-list .grants-page-links .wp-block-button__link {
    text-align: left; }
  .page-template-page-grants-list .grants-page-links .wp-block-button__link.has-cta-title.has-arrow::after {
    right: 2.25rem; }

/** Styles for the homepage */
.page-template-page-home {
  margin-top: 2.25rem; }
  .page-template-page-home .entry__content-wrapper {
    max-width: none; }
  .page-template-page-home [data-module-theme='currents'] {
    /* stylelint-disable selector-max-specificity */
    /* stylelint-enable selector-max-specificity */ }
    .page-template-page-home [data-module-theme='currents'] .wp-block-column:first-child .module--type--post-block .post-block__title,
    .page-template-page-home [data-module-theme='currents'] .wp-block-column:first-child .module--type--post-block .post-block__excerpt {
      text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.3); }
    .page-template-page-home [data-module-theme='currents'] .wp-block-column:first-child .module--type--post-block .post-block__title {
      font-size: 3rem;
      line-height: 3.75rem;
      text-transform: uppercase; }
    .page-template-page-home [data-module-theme='currents'] .wp-block-column:first-child .module--type--post-block .post-block__excerpt {
      font-size: 1.25rem;
      line-height: 1.75rem; }
      @media (min-width: 48.0625rem) {
        .page-template-page-home [data-module-theme='currents'] .wp-block-column:first-child .module--type--post-block .post-block__excerpt {
          font-size: 1.375rem;
          line-height: 1.875rem; } }
    .page-template-page-home [data-module-theme='currents'] .wp-block-kauffman-button {
      margin-top: 4rem; }

/* stylelint-disable selector-max-specificity */
/* stylelint-disable declaration-no-important */
.rich-text #mc_embed_signup .border_box {
  display: grid;
  grid-template-columns: 1fr; }
  @media (min-width: 48.0625rem) {
    .rich-text #mc_embed_signup .border_box {
      grid-template-columns: 1fr 1fr; } }
  .rich-text #mc_embed_signup .border_box .mc-field-group input {
    font-size: 1rem;
    line-height: 1.5rem;
    border-color: #a7a9ab;
    padding: 8px 10px;
    text-indent: 0; }
  .rich-text #mc_embed_signup .border_box .mc-field-group select {
    font-size: 1rem;
    line-height: 1.5rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23878787%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-position: right 0.7em top 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 0.65em auto, 100%;
    border: 1px solid #a7a9ab;
    border-radius: 2px;
    display: block;
    padding: 0.6em 1.4em 0.5em 0.8em; }
    .rich-text #mc_embed_signup .border_box .mc-field-group select::-ms-expand {
      display: none; }
    .rich-text #mc_embed_signup .border_box .mc-field-group select:hover {
      border-color: #888; }
    .rich-text #mc_embed_signup .border_box .mc-field-group select:focus {
      border-color: #aaa;
      -webkit-box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
              box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
      box-shadow: 0 0 0 3px -moz-mac-focusring;
      color: #222;
      outline: none; }
  .rich-text #mc_embed_signup .border_box + p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    margin: 1.75rem 0 !important;
    padding: 0 !important; }
    @media (min-width: 48.0625rem) {
      .rich-text #mc_embed_signup .border_box + p {
        font-size: 1.375rem;
        line-height: 1.875rem; } }

.rich-text #mc_embed_signup .mc-field-group {
  margin-top: 1.75rem;
  padding: 0; }
  .rich-text #mc_embed_signup .mc-field-group .interest {
    font-weight: 700; }
  .rich-text #mc_embed_signup .mc-field-group.input-group ul li {
    display: grid;
    grid-gap: 0.625rem;
    grid-template-columns: auto 1fr; }
    .rich-text #mc_embed_signup .mc-field-group.input-group ul li input {
      margin-top: 0.5rem; }

.rich-text #mc_embed_signup .button {
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-family: inherit;
  font-size: inherit;
  outline: none;
  overflow: visible;
  text-decoration: none;
  font-size: 1.375rem;
  line-height: 1.5625rem;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  font-weight: 500;
  padding: 0.5rem 0.875rem;
  text-transform: uppercase;
  -webkit-transition: color 0.1s ease-in-out, background 0.1s ease-in-out, border 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out, background 0.1s ease-in-out, border 0.1s ease-in-out;
  transition: color 0.1s ease-in-out, background 0.1s ease-in-out, border 0.1s ease-in-out;
  font-size: 0.875rem;
  line-height: 1.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #3e8ede;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: auto;
  margin-top: 1.75rem; }
  .rich-text #mc_embed_signup .button:hover {
    background-color: #5e5e5e;
    color: #fff; }
  .rich-text #mc_embed_signup .button::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBhcmlhLWhpZGRlbj0idHJ1ZSIgd2lkdGg9IjEycHgiIGhlaWdodD0iMTJweCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQgbWVldCIgdmlld0JveD0iMCAwIDIwIDIwIj48cGF0aCBkPSJNMTMuMjUgMTBMNi4xMDkgMi41OGEuNjk3LjY5NyAwIDAgMSAwLS45NzkuNjguNjggMCAwIDEgLjk2OSAwbDcuODMgNy45MDhhLjY5Ny42OTcgMCAwIDEgMCAuOTc5bC03LjgzIDcuOTA4YS42OC42OCAwIDAgMS0uOTY5IDAgLjY5Ny42OTcgMCAwIDEgMC0uOTc5TDEzLjI1IDEweiIgLz48L3N2Zz4K);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 12px;
    content: '';
    height: 0.75rem;
    margin-left: 0.875rem;
    width: 0.75rem; }
  .rich-text #mc_embed_signup .button:hover {
    text-decoration: none; }
  .rich-text #mc_embed_signup .button:hover::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBhcmlhLWhpZGRlbj0idHJ1ZSIgd2lkdGg9IjEycHgiIGhlaWdodD0iMTJweCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQgbWVldCIgdmlld0JveD0iMCAwIDIwIDIwIj48cGF0aCBkPSJNMTMuMjUgMTBMNi4xMDkgMi41OGEuNjk3LjY5NyAwIDAgMSAwLS45NzkuNjguNjggMCAwIDEgLjk2OSAwbDcuODMgNy45MDhhLjY5Ny42OTcgMCAwIDEgMCAuOTc5bC03LjgzIDcuOTA4YS42OC42OCAwIDAgMS0uOTY5IDAgLjY5Ny42OTcgMCAwIDEgMC0uOTc5TDEzLjI1IDEweiIgZmlsbD0iI2ZmZmZmZiIgLz48L3N2Zz4K); }

.rich-text #mc_embed_signup div.mce_inline_error {
  margin: 0; }

.rich-text #mc_embed_signup div#mce-responses {
  margin: 0; }

.site-banner {
  margin-left: calc(-50vw + 50%);
  -webkit-transform: translateX(calc(50vw - 50%));
      -ms-transform: translateX(calc(50vw - 50%));
          transform: translateX(calc(50vw - 50%));
  width: 100vw; }
  .site-banner__content {
    margin-left: auto;
    margin-right: auto;
    padding: 1.25rem;
    max-width: 79rem;
    font-size: 0.9375rem;
    max-width: 65rem; }
    .site-banner__content strong {
      font-weight: 700; }
    .site-banner__content em {
      font-style: italic; }

body,
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.admin-bar,
  html.admin-bar {
    position: relative !important; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  width: 100%; }

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

body {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  color: #262626;
  font-family: "Roboto", helvetica, arial, sans-serif;
  margin: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0;
  position: relative; }

button[type='submit'] {
  cursor: pointer; }

a {
  color: #3e8ede;
  font-weight: 700;
  text-decoration: none; }
  a:hover {
    color: #2275c7; }

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


/*# sourceMappingURL=global.a22ff92de82579c28eea.min.css.map*/