.mb-n2\.5 {
  margin-bottom: -0.6em !important;
}
.mx-gutter {
  margin-left: 15px;
  margin-right: 15px;
}
.ml-gutter {
  margin-left: 15px;
}
.mr-gutter {
  margin-right: 15px;
}
.mx-ngutter {
  margin-left: -15px;
  margin-right: -15px;
}
.ml-ngutter {
  margin-left: -15px;
}
.mr-ngutter {
  margin-right: -15px;
}
.px-gutter {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .px-lg-gutter {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.pl-gutter {
  padding-left: 15px;
}
.pr-gutter {
  padding-right: 15px;
}
.unstyled-button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  text-align: inherit;
  outline: none;
  border-radius: 0;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
}
.unstyled-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.fa-group-hover-bounce:hover .fa-group-bounce {
  -webkit-animation-name: fa-bounce;
  animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}
.fa-group-hover-bounce:hover .fa-group-bounce-once {
  -webkit-animation-name: fa-bounce;
  animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}
.embed-soundcloud-only * {
  display: none;
}
.embed-soundcloud-only figure,
.embed-soundcloud-only .embed,
.embed-soundcloud-only .embed-code {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.embed-soundcloud-only iframe[src*="soundcloud.com"],
.embed-soundcloud-only iframe[src*="spotify.com"] {
  display: block !important;
}
.lottie-swap .lottie-player {
  display: none;
}
.lottie-swap:hover .lottie-player {
  display: initial;
}
.lottie-swap:hover .fa-kit,
.lottie-swap:hover .fab,
.lottie-swap:hover .fa,
.lottie-swap:hover .fas,
.lottie-swap:hover .fal,
.lottie-swap:hover .svg-inline--fa {
  display: none;
}
.btn {
  border-radius: 4px;
}
.btn-primary {
  background-color: #8c1a11;
  border-color: #8c1a11;
  font-family: "fira-sans", sans-serif;
  color: #fff;
  font-size: 0.94117647rem;
  line-height: 1.23529412rem;
}
.btn-primary:hover,
.btn-primary:active {
  background: #fff !important;
  color: #8c1a11 !important;
  border-color: #8c1a11;
  text-decoration: none;
}
.btn-primary span {
  font-weight: 700;
}
.btn-inverse {
  background-color: #fff;
  border-color: #8c1a11;
  font-family: "fira-sans", sans-serif;
  color: #8c1a11;
  font-size: 0.94117647rem;
  line-height: 1.23529412rem;
}
.btn-inverse:hover,
.btn-inverse:active {
  background: #8c1a11 !important;
  color: #fff !important;
  border-color: #8c1a11;
  text-decoration: none;
}
.btn-inverse span {
  font-weight: 700;
}
.btn-secondary {
  background-color: #deedf7;
  border-color: #deedf7;
  font-family: "fira-sans", sans-serif;
  text-transform: uppercase;
}
.btn-secondary:hover,
.btn-secondary:active {
  background-color: #deedf7 !important;
  border-color: #deedf7 !important;
}
.btn-tertiary {
  background-color: #f6f5f5;
  border-color: transparent;
  font-family: "fira-sans", sans-serif;
  text-transform: uppercase;
  color: #8c1a11 !important;
}
.btn-tertiary:hover,
.btn-tertiary:active {
  background-color: transparent !important;
  border-color: transparent !important;
}
.btn-reset {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  text-align: inherit;
  outline: none;
  /* Remove excess padding and border in Firefox 4+ */
}
.btn-reset::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.btn-reset:focus:not(:focus-visible) {
  outline: none;
}
.btn-reset:focus:not(:-moz-focusring) {
  outline: none;
}
.text-primary-color {
  color: #8c1a11 !important;
}
.text-secondary-color {
  color: #deedf7 !important;
}
.text-tertiary-color {
  color: #036 !important;
}
.font-display {
  font-family: "source-serif-pro", serif !important;
}
.font-sans,
.font-fira-sans {
  font-family: "fira-sans", sans-serif !important;
}
.font-sans-alt,
.font-open-sans {
  font-family: "open-sans", sans-serif !important;
}
.font-serif {
  font-family: "source-serif-pro", "Times", serif !important;
}
.text-body-quiet {
  color: #333333;
}
.text-gray {
  color: #777 !important;
}
.text-small {
  font-size: 0.95em;
  line-height: 1.2em;
}
.text-smaller {
  font-size: 0.8em;
}
.text-smallerer {
  font-size: 0.5em;
}
.text-bigger {
  font-size: 1.2em;
}
.text-biggerer {
  font-size: 1.5em;
}
.font-weight-bold {
  font-weight: 600;
}
.font-weight-light {
  font-weight: 300;
}
.font-weight-normal {
  font-weight: 400;
}
@media (min-width: 992px) {
  .text-lg-wrap {
    white-space: normal !important;
  }
}
.text-ids-primary {
  color: #8c1a11;
}
.text-ids-body {
  color: #2c2623;
}
.text-ids-body-secondary {
  color: #5e544c;
}
.text-ids-action-secondary {
  color: #7b7b7b;
}
.text-ids-light-gray {
  color: #f6f5f5;
}
.text-ids-dark-gray {
  color: #858585;
}
.text-ids-placeholder {
  color: #858585;
}
.text-0-25x {
  font-size: 0.25rem;
  line-height: 0.25rem;
}
.text-0-5x {
  font-size: 0.5rem;
  line-height: 0.5rem;
}
.text-0-75x {
  font-size: 0.75rem;
  line-height: 0.75rem;
}
.text-1x {
  font-size: 1rem;
  line-height: 1rem;
}
.text-1-25x {
  font-size: 1.25rem;
  line-height: 1.25rem;
}
.text-1-5x {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.text-1-75x {
  font-size: 1.75rem;
  line-height: 1.75rem;
}
.text-2x {
  font-size: 2rem;
  line-height: 2rem;
}
.text-2-25x {
  font-size: 2.25rem;
  line-height: 2.25rem;
}
.text-2-5x {
  font-size: 2.5rem;
  line-height: 2.5rem;
}
.text-2-75x {
  font-size: 2.75rem;
  line-height: 2.75rem;
}
.text-3x {
  font-size: 3rem;
  line-height: 3rem;
}
.lh-0-25x {
  line-height: 0.25rem;
}
.lh-0-5x {
  line-height: 0.5rem;
}
.lh-0-75x {
  line-height: 0.75rem;
}
.lh-1x {
  line-height: 1rem;
}
.lh-1-25x {
  line-height: 1.25rem;
}
.lh-1-5x {
  line-height: 1.5rem;
}
.lh-1-75x {
  line-height: 1.75rem;
}
.lh-2x {
  line-height: 2rem;
}
.lh-2-25x {
  line-height: 2.25rem;
}
.lh-2-5x {
  line-height: 2.5rem;
}
.lh-2-75x {
  line-height: 2.75rem;
}
.lh-3x {
  line-height: 3rem;
}
.no-underline {
  text-decoration: none !important;
}
.bg-primary-color {
  background-color: #8c1a11;
}
.bg-secondary-color {
  background-color: #deedf7;
}
.bg-tertiary-color {
  background-color: #036;
}
.bg-gray {
  background-color: #f2f2f2;
}
.bg-ids-primary {
  background-color: #8c1a11;
}
.bg-ids-primary-container,
.bg-ids-light-blue {
  background-color: #deedf7;
}
.bg-ids-brown {
  background-color: #5e544c;
}
.bg-ids-light-brown {
  background-color: #7b7b7b;
}
.bg-ids-secondary-container,
.bg-ids-light-gray {
  background-color: #f6f5f5;
}
.bg-ids-dark-gray {
  background-color: #858585;
}
.border-primary-color {
  border-color: #8c1a11 !important;
}
.border-secondary-color {
  border-color: #deedf7 !important;
}
.border-gray {
  border-color: #767575 !important;
}
.border-light {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.border-dark {
  border-color: #000 !important;
}
.border-top,
.border-bottom {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.border-6 {
  border-width: 6px !important;
}
.border-20 {
  border-width: 20px !important;
}
.border-lg-left {
  border: none;
}
@media (min-width: 992px) {
  .border-lg-left {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.border-lg-bottom {
  border: none;
}
@media (min-width: 992px) {
  .border-lg-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.border-lg-right {
  border: none;
}
@media (min-width: 992px) {
  .border-lg-right {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.border-lg-top {
  border: none;
}
@media (min-width: 992px) {
  .border-lg-top {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 992px) {
  .border-lg-none {
    border: none !important;
  }
}
.border-md-left {
  border: none;
}
@media (min-width: 768px) {
  .border-md-left {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.border-md-bottom {
  border: none;
}
@media (min-width: 768px) {
  .border-md-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.border-md-right {
  border: none;
}
@media (min-width: 768px) {
  .border-md-right {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.border-md-top {
  border: none;
}
@media (min-width: 768px) {
  .border-md-top {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 992px) {
  .fixed-sidebar {
    max-width: 330px;
  }
}
article.art-above h1 a,
article.art-left h1 a,
article.art-right h1 a,
article.art-hed h1 a,
article.art-inside h1 a,
article.art-above h2 a,
article.art-left h2 a,
article.art-right h2 a,
article.art-hed h2 a,
article.art-inside h2 a,
article.art-above h3 a,
article.art-left h3 a,
article.art-right h3 a,
article.art-hed h3 a,
article.art-inside h3 a,
article.art-above h4 a,
article.art-left h4 a,
article.art-right h4 a,
article.art-hed h4 a,
article.art-inside h4 a,
article.art-above h5 a,
article.art-left h5 a,
article.art-right h5 a,
article.art-hed h5 a,
article.art-inside h5 a,
article.art-above h6 a,
article.art-left h6 a,
article.art-right h6 a,
article.art-hed h6 a,
article.art-inside h6 a {
  color: #000;
}
article.art-above h1 a:hover,
article.art-left h1 a:hover,
article.art-right h1 a:hover,
article.art-hed h1 a:hover,
article.art-inside h1 a:hover,
article.art-above h2 a:hover,
article.art-left h2 a:hover,
article.art-right h2 a:hover,
article.art-hed h2 a:hover,
article.art-inside h2 a:hover,
article.art-above h3 a:hover,
article.art-left h3 a:hover,
article.art-right h3 a:hover,
article.art-hed h3 a:hover,
article.art-inside h3 a:hover,
article.art-above h4 a:hover,
article.art-left h4 a:hover,
article.art-right h4 a:hover,
article.art-hed h4 a:hover,
article.art-inside h4 a:hover,
article.art-above h5 a:hover,
article.art-left h5 a:hover,
article.art-right h5 a:hover,
article.art-hed h5 a:hover,
article.art-inside h5 a:hover,
article.art-above h6 a:hover,
article.art-left h6 a:hover,
article.art-right h6 a:hover,
article.art-hed h6 a:hover,
article.art-inside h6 a:hover {
  text-decoration: underline;
  color: #000;
}
article.art-above hr,
article.art-left hr,
article.art-right hr,
article.art-hed hr,
article.art-inside hr {
  border-color: #767575;
}
article.art-above h1,
article.art-left h1,
article.art-right h1,
article.art-hed h1,
article.art-inside h1,
article.art-above .h1,
article.art-left .h1,
article.art-right .h1,
article.art-hed .h1,
article.art-inside .h1 {
  font-size: 2.05882353rem;
  line-height: 2.41176471rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.art-above h1 a,
article.art-left h1 a,
article.art-right h1 a,
article.art-hed h1 a,
article.art-inside h1 a,
article.art-above .h1 a,
article.art-left .h1 a,
article.art-right .h1 a,
article.art-hed .h1 a,
article.art-inside .h1 a {
  color: #000;
  text-decoration: none;
}
article.art-above h1 a:hover,
article.art-left h1 a:hover,
article.art-right h1 a:hover,
article.art-hed h1 a:hover,
article.art-inside h1 a:hover,
article.art-above .h1 a:hover,
article.art-left .h1 a:hover,
article.art-right .h1 a:hover,
article.art-hed .h1 a:hover,
article.art-inside .h1 a:hover {
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  article.art-above h1,
  article.art-left h1,
  article.art-right h1,
  article.art-hed h1,
  article.art-inside h1,
  article.art-above .h1,
  article.art-left .h1,
  article.art-right .h1,
  article.art-hed .h1,
  article.art-inside .h1 {
    font-size: 1.88235294rem;
    line-height: 2.23529412rem;
  }
}
article.art-above h2,
article.art-left h2,
article.art-right h2,
article.art-hed h2,
article.art-inside h2,
article.art-above .h2,
article.art-left .h2,
article.art-right .h2,
article.art-hed .h2,
article.art-inside .h2 {
  font-size: 1.76470588rem;
  line-height: 2.11764706rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.art-above h2 a,
article.art-left h2 a,
article.art-right h2 a,
article.art-hed h2 a,
article.art-inside h2 a,
article.art-above .h2 a,
article.art-left .h2 a,
article.art-right .h2 a,
article.art-hed .h2 a,
article.art-inside .h2 a {
  color: #000;
  text-decoration: none;
}
article.art-above h2 a:hover,
article.art-left h2 a:hover,
article.art-right h2 a:hover,
article.art-hed h2 a:hover,
article.art-inside h2 a:hover,
article.art-above .h2 a:hover,
article.art-left .h2 a:hover,
article.art-right .h2 a:hover,
article.art-hed .h2 a:hover,
article.art-inside .h2 a:hover {
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  article.art-above h2,
  article.art-left h2,
  article.art-right h2,
  article.art-hed h2,
  article.art-inside h2,
  article.art-above .h2,
  article.art-left .h2,
  article.art-right .h2,
  article.art-hed .h2,
  article.art-inside .h2 {
    font-size: 1.47058824rem;
    line-height: 1.82352941rem;
  }
}
article.art-above h3,
article.art-left h3,
article.art-right h3,
article.art-hed h3,
article.art-inside h3,
article.art-above .h3,
article.art-left .h3,
article.art-right .h3,
article.art-hed .h3,
article.art-inside .h3 {
  font-size: 1.47058824rem;
  line-height: 1.82352941rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.art-above h3 a,
article.art-left h3 a,
article.art-right h3 a,
article.art-hed h3 a,
article.art-inside h3 a,
article.art-above .h3 a,
article.art-left .h3 a,
article.art-right .h3 a,
article.art-hed .h3 a,
article.art-inside .h3 a {
  color: #000;
  text-decoration: none;
}
article.art-above h3 a:hover,
article.art-left h3 a:hover,
article.art-right h3 a:hover,
article.art-hed h3 a:hover,
article.art-inside h3 a:hover,
article.art-above .h3 a:hover,
article.art-left .h3 a:hover,
article.art-right .h3 a:hover,
article.art-hed .h3 a:hover,
article.art-inside .h3 a:hover {
  text-decoration: underline;
}
article.art-above h4,
article.art-left h4,
article.art-right h4,
article.art-hed h4,
article.art-inside h4,
article.art-above .h4,
article.art-left .h4,
article.art-right .h4,
article.art-hed .h4,
article.art-inside .h4 {
  font-size: 1.17647059rem;
  line-height: 1.64705882rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.art-above h4 a,
article.art-left h4 a,
article.art-right h4 a,
article.art-hed h4 a,
article.art-inside h4 a,
article.art-above .h4 a,
article.art-left .h4 a,
article.art-right .h4 a,
article.art-hed .h4 a,
article.art-inside .h4 a {
  color: #000;
  text-decoration: none;
}
article.art-above h4 a:hover,
article.art-left h4 a:hover,
article.art-right h4 a:hover,
article.art-hed h4 a:hover,
article.art-inside h4 a:hover,
article.art-above .h4 a:hover,
article.art-left .h4 a:hover,
article.art-right .h4 a:hover,
article.art-hed .h4 a:hover,
article.art-inside .h4 a:hover {
  text-decoration: underline;
}
article.art-above h5,
article.art-left h5,
article.art-right h5,
article.art-hed h5,
article.art-inside h5,
article.art-above .h5,
article.art-left .h5,
article.art-right .h5,
article.art-hed .h5,
article.art-inside .h5 {
  font-size: 0.94117647rem;
  line-height: 1.05411765rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.art-above h5 a,
article.art-left h5 a,
article.art-right h5 a,
article.art-hed h5 a,
article.art-inside h5 a,
article.art-above .h5 a,
article.art-left .h5 a,
article.art-right .h5 a,
article.art-hed .h5 a,
article.art-inside .h5 a {
  color: #000;
  text-decoration: none;
}
article.art-above h5 a:hover,
article.art-left h5 a:hover,
article.art-right h5 a:hover,
article.art-hed h5 a:hover,
article.art-inside h5 a:hover,
article.art-above .h5 a:hover,
article.art-left .h5 a:hover,
article.art-right .h5 a:hover,
article.art-hed .h5 a:hover,
article.art-inside .h5 a:hover {
  text-decoration: underline;
}
article.art-above.h1-h2 h1,
article.art-left.h1-h2 h1,
article.art-right.h1-h2 h1,
article.art-hed.h1-h2 h1,
article.art-inside.h1-h2 h1 {
  font-size: 1.76470588rem;
  line-height: 2.11764706rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.art-above.h1-h2 h1 a,
article.art-left.h1-h2 h1 a,
article.art-right.h1-h2 h1 a,
article.art-hed.h1-h2 h1 a,
article.art-inside.h1-h2 h1 a {
  color: #000;
  text-decoration: none;
}
article.art-above.h1-h2 h1 a:hover,
article.art-left.h1-h2 h1 a:hover,
article.art-right.h1-h2 h1 a:hover,
article.art-hed.h1-h2 h1 a:hover,
article.art-inside.h1-h2 h1 a:hover {
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  article.art-above.h1-h2 h1,
  article.art-left.h1-h2 h1,
  article.art-right.h1-h2 h1,
  article.art-hed.h1-h2 h1,
  article.art-inside.h1-h2 h1 {
    font-size: 1.47058824rem;
    line-height: 1.82352941rem;
  }
}
article.art-above.h1-h3 h1,
article.art-left.h1-h3 h1,
article.art-right.h1-h3 h1,
article.art-hed.h1-h3 h1,
article.art-inside.h1-h3 h1 {
  font-size: 1.47058824rem;
  line-height: 1.82352941rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.art-above.h1-h3 h1 a,
article.art-left.h1-h3 h1 a,
article.art-right.h1-h3 h1 a,
article.art-hed.h1-h3 h1 a,
article.art-inside.h1-h3 h1 a {
  color: #000;
  text-decoration: none;
}
article.art-above.h1-h3 h1 a:hover,
article.art-left.h1-h3 h1 a:hover,
article.art-right.h1-h3 h1 a:hover,
article.art-hed.h1-h3 h1 a:hover,
article.art-inside.h1-h3 h1 a:hover {
  text-decoration: underline;
}
article.art-above.h2-h3 h2,
article.art-left.h2-h3 h2,
article.art-right.h2-h3 h2,
article.art-hed.h2-h3 h2,
article.art-inside.h2-h3 h2 {
  font-size: 1.47058824rem;
  line-height: 1.82352941rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.art-above.h2-h3 h2 a,
article.art-left.h2-h3 h2 a,
article.art-right.h2-h3 h2 a,
article.art-hed.h2-h3 h2 a,
article.art-inside.h2-h3 h2 a {
  color: #000;
  text-decoration: none;
}
article.art-above.h2-h3 h2 a:hover,
article.art-left.h2-h3 h2 a:hover,
article.art-right.h2-h3 h2 a:hover,
article.art-hed.h2-h3 h2 a:hover,
article.art-inside.h2-h3 h2 a:hover {
  text-decoration: underline;
}
article.art-above.h2-h4 h2,
article.art-left.h2-h4 h2,
article.art-right.h2-h4 h2,
article.art-hed.h2-h4 h2,
article.art-inside.h2-h4 h2 {
  font-size: 1.17647059rem;
  line-height: 1.64705882rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.art-above.h2-h4 h2 a,
article.art-left.h2-h4 h2 a,
article.art-right.h2-h4 h2 a,
article.art-hed.h2-h4 h2 a,
article.art-inside.h2-h4 h2 a {
  color: #000;
  text-decoration: none;
}
article.art-above.h2-h4 h2 a:hover,
article.art-left.h2-h4 h2 a:hover,
article.art-right.h2-h4 h2 a:hover,
article.art-hed.h2-h4 h2 a:hover,
article.art-inside.h2-h4 h2 a:hover {
  text-decoration: underline;
}
article.art-above.h2-h5 h2,
article.art-left.h2-h5 h2,
article.art-right.h2-h5 h2,
article.art-hed.h2-h5 h2,
article.art-inside.h2-h5 h2 {
  font-size: 0.94117647rem;
  line-height: 1.05411765rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.art-above.h2-h5 h2 a,
article.art-left.h2-h5 h2 a,
article.art-right.h2-h5 h2 a,
article.art-hed.h2-h5 h2 a,
article.art-inside.h2-h5 h2 a {
  color: #000;
  text-decoration: none;
}
article.art-above.h2-h5 h2 a:hover,
article.art-left.h2-h5 h2 a:hover,
article.art-right.h2-h5 h2 a:hover,
article.art-hed.h2-h5 h2 a:hover,
article.art-inside.h2-h5 h2 a:hover {
  text-decoration: underline;
}
article.art-above.h3-h4 h3,
article.art-left.h3-h4 h3,
article.art-right.h3-h4 h3,
article.art-hed.h3-h4 h3,
article.art-inside.h3-h4 h3 {
  font-size: 1.17647059rem;
  line-height: 1.64705882rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.art-above.h3-h4 h3 a,
article.art-left.h3-h4 h3 a,
article.art-right.h3-h4 h3 a,
article.art-hed.h3-h4 h3 a,
article.art-inside.h3-h4 h3 a {
  color: #000;
  text-decoration: none;
}
article.art-above.h3-h4 h3 a:hover,
article.art-left.h3-h4 h3 a:hover,
article.art-right.h3-h4 h3 a:hover,
article.art-hed.h3-h4 h3 a:hover,
article.art-inside.h3-h4 h3 a:hover {
  text-decoration: underline;
}
article.art-above.h3-h5 h3,
article.art-left.h3-h5 h3,
article.art-right.h3-h5 h3,
article.art-hed.h3-h5 h3,
article.art-inside.h3-h5 h3 {
  font-size: 0.94117647rem;
  line-height: 1.05411765rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.art-above.h3-h5 h3 a,
article.art-left.h3-h5 h3 a,
article.art-right.h3-h5 h3 a,
article.art-hed.h3-h5 h3 a,
article.art-inside.h3-h5 h3 a {
  color: #000;
  text-decoration: none;
}
article.art-above.h3-h5 h3 a:hover,
article.art-left.h3-h5 h3 a:hover,
article.art-right.h3-h5 h3 a:hover,
article.art-hed.h3-h5 h3 a:hover,
article.art-inside.h3-h5 h3 a:hover {
  text-decoration: underline;
}
article.art-above.h3-h2 h3,
article.art-left.h3-h2 h3,
article.art-right.h3-h2 h3,
article.art-hed.h3-h2 h3,
article.art-inside.h3-h2 h3 {
  font-size: 1.76470588rem;
  line-height: 2.11764706rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.art-above.h3-h2 h3 a,
article.art-left.h3-h2 h3 a,
article.art-right.h3-h2 h3 a,
article.art-hed.h3-h2 h3 a,
article.art-inside.h3-h2 h3 a {
  color: #000;
  text-decoration: none;
}
article.art-above.h3-h2 h3 a:hover,
article.art-left.h3-h2 h3 a:hover,
article.art-right.h3-h2 h3 a:hover,
article.art-hed.h3-h2 h3 a:hover,
article.art-inside.h3-h2 h3 a:hover {
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  article.art-above.h3-h2 h3,
  article.art-left.h3-h2 h3,
  article.art-right.h3-h2 h3,
  article.art-hed.h3-h2 h3,
  article.art-inside.h3-h2 h3 {
    font-size: 1.47058824rem;
    line-height: 1.82352941rem;
  }
}
article.art-above.h3-h1 h3,
article.art-left.h3-h1 h3,
article.art-right.h3-h1 h3,
article.art-hed.h3-h1 h3,
article.art-inside.h3-h1 h3 {
  font-size: 2.05882353rem;
  line-height: 2.41176471rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.art-above.h3-h1 h3 a,
article.art-left.h3-h1 h3 a,
article.art-right.h3-h1 h3 a,
article.art-hed.h3-h1 h3 a,
article.art-inside.h3-h1 h3 a {
  color: #000;
  text-decoration: none;
}
article.art-above.h3-h1 h3 a:hover,
article.art-left.h3-h1 h3 a:hover,
article.art-right.h3-h1 h3 a:hover,
article.art-hed.h3-h1 h3 a:hover,
article.art-inside.h3-h1 h3 a:hover {
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  article.art-above.h3-h1 h3,
  article.art-left.h3-h1 h3,
  article.art-right.h3-h1 h3,
  article.art-hed.h3-h1 h3,
  article.art-inside.h3-h1 h3 {
    font-size: 1.88235294rem;
    line-height: 2.23529412rem;
  }
}
article.art-above.hed-sans h1,
article.art-left.hed-sans h1,
article.art-right.hed-sans h1,
article.art-hed.hed-sans h1,
article.art-inside.hed-sans h1,
article.art-above.hed-sans h2,
article.art-left.hed-sans h2,
article.art-right.hed-sans h2,
article.art-hed.hed-sans h2,
article.art-inside.hed-sans h2,
article.art-above.hed-sans h3,
article.art-left.hed-sans h3,
article.art-right.hed-sans h3,
article.art-hed.hed-sans h3,
article.art-inside.hed-sans h3,
article.art-above.hed-sans h4,
article.art-left.hed-sans h4,
article.art-right.hed-sans h4,
article.art-hed.hed-sans h4,
article.art-inside.hed-sans h4,
article.art-above.hed-sans h5,
article.art-left.hed-sans h5,
article.art-right.hed-sans h5,
article.art-hed.hed-sans h5,
article.art-inside.hed-sans h5,
article.art-above.hed-sans h6,
article.art-left.hed-sans h6,
article.art-right.hed-sans h6,
article.art-hed.hed-sans h6,
article.art-inside.hed-sans h6 {
  font-family: "fira-sans", sans-serif;
}
article.art-above .image-container img,
article.art-left .image-container img,
article.art-right .image-container img,
article.art-hed .image-container img,
article.art-inside .image-container img {
  display: block;
  max-width: 100%;
}
article.art-above p,
article.art-left p,
article.art-right p,
article.art-hed p,
article.art-inside p {
  font-size: 0.94117647rem;
  line-height: 1.41176471rem;
  margin: 0;
  padding: 0;
  font-family: "source-serif-pro", "Times", serif;
}
@media (max-width: 575.98px) {
  article.art-above p,
  article.art-left p,
  article.art-right p,
  article.art-hed p,
  article.art-inside p {
    font-size: 0.88235294rem;
    line-height: 1.23529412rem;
  }
}
article.art-above .read-more-link,
article.art-left .read-more-link,
article.art-right .read-more-link,
article.art-hed .read-more-link,
article.art-inside .read-more-link {
  font-size: 0.70588235rem;
  line-height: 0.70588235rem;
  display: block;
}
article.art-above .dateline,
article.art-left .dateline,
article.art-right .dateline,
article.art-hed .dateline,
article.art-inside .dateline {
  font-size: 0.76470588rem;
  line-height: 1rem;
  font-family: "fira-sans", sans-serif;
  color: #000;
  margin-top: 7px;
  margin-bottom: 7px;
  display: inline-block;
}
@media (max-width: 575.98px) {
  article.art-above .dateline,
  article.art-left .dateline,
  article.art-right .dateline,
  article.art-hed .dateline,
  article.art-inside .dateline {
    margin-bottom: 0;
  }
}
article.art-above .dateline a,
article.art-left .dateline a,
article.art-right .dateline a,
article.art-hed .dateline a,
article.art-inside .dateline a {
  color: #000;
  text-decoration: none;
}
article.art-above .dateline a:hover,
article.art-left .dateline a:hover,
article.art-right .dateline a:hover,
article.art-hed .dateline a:hover,
article.art-inside .dateline a:hover {
  text-decoration: underline;
}
article.art-left .image-container img,
article.art-right .image-container img {
  display: block;
  max-width: 100%;
  margin-bottom: 0;
}
article.lede h1 {
  font-size: 2.05882353rem;
  line-height: 2.29411765rem;
}
article.lede .dateline {
  font-size: 0.82352941rem;
  line-height: 0.82352941rem;
}
article.art-flexy .flexy-media {
  position: relative;
}
article.art-flexy.flexy-inside {
  position: relative;
  background-color: #333;
}
article.art-flexy.flexy-inside:hover .flexy-media {
  opacity: 0.9;
}
article.art-flexy.flexy-inside:hover .flexy-content {
  text-shadow: #000 0px 0px 4px;
}
article.art-flexy.flexy-inside .headline a:hover {
  text-decoration: none !important;
}
@media (max-width: 991.98px) {
  article.art-flexy.flexy-inside.h2-h3 .flexy-content h2.headline {
    font-size: 0.94117647rem;
    line-height: 1.41176471rem;
  }
}
article.art-flexy.flexy-inside .flexy-media {
  transition: opacity 250ms ease-out;
  opacity: 0.5;
}
article.art-flexy.flexy-inside .flexy-content {
  transition: text-shadow 250ms ease-out;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  color: #fff;
}
article.art-flexy.flexy-inside .flexy-content .headline {
  font-weight: 600;
}
article.art-flexy.flexy-inside .flexy-content .article-abstract {
  font-family: "fira-sans", sans-serif;
}
article.art-flexy.flexy-inside .flexy-content .dateline {
  color: #fff;
}
article.art-flexy.flexy-inside .flexy-content a {
  color: #fff;
}
@media (min-width: 768px) {
  article.art-flexy.flexy-inside .flexy-content {
    max-width: 80%;
    margin: 14px auto;
  }
}
article.art-flexy.reset-mb-2 .mb-2 {
  margin-bottom: 0 !important;
}
article.art-flexy .kicker-container {
  position: absolute;
  top: 10px;
  left: 25px;
  overflow: none;
}
article.art-flexy .kicker-container .kicker {
  background-color: #deedf7;
  text-transform: none;
  font-weight: 400 !important;
  padding-left: 7px;
  padding-right: 7px;
  margin-right: 7px;
  padding-top: 5px;
}
article.art-flexy .kicker-container .kicker:hover {
  background-color: #8c1a11;
}
article.art-flexy .kicker-container .kicker:hover a {
  color: #fff;
}
article.art-flexy .kicker-container .kicker a {
  font-size: 0.70588235rem;
  line-height: 0.58823529rem;
  font-family: "fira-sans", sans-serif;
  position: relative;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-weight: 400 !important;
}
article.art-flexy .top-dateline,
article.art-flexy .bottom-dateline {
  font-size: 1rem;
}
article.art-flexy.no-content-block .flexy-content {
  display: none;
}
article.art-flexy.big-headline .flexy-content > div {
  padding: 5%;
}
article.art-flexy.sponsored .headline {
  font-family: "fira-sans", sans-serif !important;
}
article.art-hed h1 a,
article.art-hed h2 a,
article.art-hed h3 a,
article.art-hed h4 a,
article.art-hed h5 a,
article.art-hed h6 a {
  color: #000;
}
article.art-hed h1 a:hover,
article.art-hed h2 a:hover,
article.art-hed h3 a:hover,
article.art-hed h4 a:hover,
article.art-hed h5 a:hover,
article.art-hed h6 a:hover {
  text-decoration: underline;
  color: #000;
}
article.art-hed hr {
  border-color: #767575;
}
article.art-hed h1,
article.art-hed .h1 {
  font-size: 2.05882353rem;
  line-height: 2.41176471rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.art-hed h1 a,
article.art-hed .h1 a {
  color: #000;
  text-decoration: none;
}
article.art-hed h1 a:hover,
article.art-hed .h1 a:hover {
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  article.art-hed h1,
  article.art-hed .h1 {
    font-size: 1.88235294rem;
    line-height: 2.23529412rem;
  }
}
article.art-hed h2,
article.art-hed .h2 {
  font-size: 1.76470588rem;
  line-height: 2.11764706rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.art-hed h2 a,
article.art-hed .h2 a {
  color: #000;
  text-decoration: none;
}
article.art-hed h2 a:hover,
article.art-hed .h2 a:hover {
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  article.art-hed h2,
  article.art-hed .h2 {
    font-size: 1.47058824rem;
    line-height: 1.82352941rem;
  }
}
article.art-hed h3,
article.art-hed .h3 {
  font-size: 1.47058824rem;
  line-height: 1.82352941rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.art-hed h3 a,
article.art-hed .h3 a {
  color: #000;
  text-decoration: none;
}
article.art-hed h3 a:hover,
article.art-hed .h3 a:hover {
  text-decoration: underline;
}
article.art-hed h4,
article.art-hed .h4 {
  font-size: 1.17647059rem;
  line-height: 1.64705882rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.art-hed h4 a,
article.art-hed .h4 a {
  color: #000;
  text-decoration: none;
}
article.art-hed h4 a:hover,
article.art-hed .h4 a:hover {
  text-decoration: underline;
}
article.art-hed h5,
article.art-hed .h5 {
  font-size: 0.94117647rem;
  line-height: 1.05411765rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.art-hed h5 a,
article.art-hed .h5 a {
  color: #000;
  text-decoration: none;
}
article.art-hed h5 a:hover,
article.art-hed .h5 a:hover {
  text-decoration: underline;
}
article.art-hed.h1-h2 h1 {
  font-size: 1.76470588rem;
  line-height: 2.11764706rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.art-hed.h1-h2 h1 a {
  color: #000;
  text-decoration: none;
}
article.art-hed.h1-h2 h1 a:hover {
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  article.art-hed.h1-h2 h1 {
    font-size: 1.47058824rem;
    line-height: 1.82352941rem;
  }
}
article.art-hed.h1-h3 h1 {
  font-size: 1.47058824rem;
  line-height: 1.82352941rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.art-hed.h1-h3 h1 a {
  color: #000;
  text-decoration: none;
}
article.art-hed.h1-h3 h1 a:hover {
  text-decoration: underline;
}
article.art-hed.h2-h3 h2 {
  font-size: 1.47058824rem;
  line-height: 1.82352941rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.art-hed.h2-h3 h2 a {
  color: #000;
  text-decoration: none;
}
article.art-hed.h2-h3 h2 a:hover {
  text-decoration: underline;
}
article.art-hed.h2-h4 h2 {
  font-size: 1.17647059rem;
  line-height: 1.64705882rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.art-hed.h2-h4 h2 a {
  color: #000;
  text-decoration: none;
}
article.art-hed.h2-h4 h2 a:hover {
  text-decoration: underline;
}
article.art-hed.h2-h5 h2 {
  font-size: 0.94117647rem;
  line-height: 1.05411765rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.art-hed.h2-h5 h2 a {
  color: #000;
  text-decoration: none;
}
article.art-hed.h2-h5 h2 a:hover {
  text-decoration: underline;
}
article.art-hed.h3-h4 h3 {
  font-size: 1.17647059rem;
  line-height: 1.64705882rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.art-hed.h3-h4 h3 a {
  color: #000;
  text-decoration: none;
}
article.art-hed.h3-h4 h3 a:hover {
  text-decoration: underline;
}
article.art-hed.h3-h5 h3 {
  font-size: 0.94117647rem;
  line-height: 1.05411765rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.art-hed.h3-h5 h3 a {
  color: #000;
  text-decoration: none;
}
article.art-hed.h3-h5 h3 a:hover {
  text-decoration: underline;
}
article.art-hed.h3-h2 h3 {
  font-size: 1.76470588rem;
  line-height: 2.11764706rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.art-hed.h3-h2 h3 a {
  color: #000;
  text-decoration: none;
}
article.art-hed.h3-h2 h3 a:hover {
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  article.art-hed.h3-h2 h3 {
    font-size: 1.47058824rem;
    line-height: 1.82352941rem;
  }
}
article.art-hed.h3-h1 h3 {
  font-size: 2.05882353rem;
  line-height: 2.41176471rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.art-hed.h3-h1 h3 a {
  color: #000;
  text-decoration: none;
}
article.art-hed.h3-h1 h3 a:hover {
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  article.art-hed.h3-h1 h3 {
    font-size: 1.88235294rem;
    line-height: 2.23529412rem;
  }
}
article.art-hed.hed-sans h1,
article.art-hed.hed-sans h2,
article.art-hed.hed-sans h3,
article.art-hed.hed-sans h4,
article.art-hed.hed-sans h5,
article.art-hed.hed-sans h6 {
  font-family: "fira-sans", sans-serif;
}
article.art-hed .image-container img {
  display: block;
  max-width: 100%;
}
article.art-hed p {
  font-size: 0.94117647rem;
  line-height: 1.41176471rem;
  margin: 0;
  padding: 0;
  font-family: "source-serif-pro", "Times", serif;
}
@media (max-width: 575.98px) {
  article.art-hed p {
    font-size: 0.88235294rem;
    line-height: 1.23529412rem;
  }
}
article.art-hed .read-more-link {
  font-size: 0.70588235rem;
  line-height: 0.70588235rem;
  display: block;
}
article.art-hed .dateline {
  font-size: 0.76470588rem;
  line-height: 1rem;
  font-family: "fira-sans", sans-serif;
  color: #000;
  margin-top: 7px;
  margin-bottom: 7px;
  display: inline-block;
}
@media (max-width: 575.98px) {
  article.art-hed .dateline {
    margin-bottom: 0;
  }
}
article.art-hed .dateline a {
  color: #000;
  text-decoration: none;
}
article.art-hed .dateline a:hover {
  text-decoration: underline;
}
article.art-hed .dateline {
  margin-bottom: 0;
}
article.art-inside {
  position: relative;
  background: #000;
}
article.art-inside .headline {
  display: inline;
  background-color: #036;
  color: #000;
  font-family: "source-serif-pro", serif;
}
article.art-inside .headline a {
  color: #000 !important;
  line-height: 1.8em !important;
  text-decoration: none;
  text-shadow: none;
}
article.art-inside .kicker-container {
  position: absolute;
  top: 0;
  left: 0;
  background: #deedf7;
  color: #000;
  padding: 1px;
  overflow: none;
}
article.art-inside .image-container {
  opacity: 0.74;
}
article.art-inside .image-container img {
  width: 100%;
  display: block;
  transition: ease-out all 250ms;
}
article.art-inside .content-container {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 15px;
}
article.art-inside .content-container h1,
article.art-inside .content-container h2,
article.art-inside .content-container h3,
article.art-inside .content-container .dateline {
  color: #fff;
  text-shadow: 0px 1px 2px #000;
}
article.art-inside .content-container h1 a,
article.art-inside .content-container h2 a,
article.art-inside .content-container h3 a,
article.art-inside .content-container .dateline a {
  color: #fff;
}
article.art-inside .content-container p {
  color: #fff;
  text-shadow: 0px 1px 2px #000;
}
article.top-story h1 {
  font-size: 2.23529412rem;
  line-height: 2.47058824rem;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  article.top-story h1 {
    font-size: 1.76470588rem;
    line-height: 2.11764706rem;
  }
}
article.full-article h1 {
  font-size: 2.05882353rem;
  line-height: 2.41176471rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 2.35294118rem;
  line-height: 2.64705882rem;
}
article.full-article h1 a {
  color: #000;
  text-decoration: none;
}
article.full-article h1 a:hover {
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  article.full-article h1 {
    font-size: 1.88235294rem;
    line-height: 2.23529412rem;
  }
}
article.full-article h2 {
  font-size: 1.47058824rem;
  line-height: 1.82352941rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.76470588rem;
  line-height: 2.23529412rem;
}
article.full-article h2 a {
  color: #000;
  text-decoration: none;
}
article.full-article h2 a:hover {
  text-decoration: underline;
}
article.full-article .card.spike-link {
  border-width: 2px 2px 2px 9px;
  border-style: solid;
  border-color: #8c1a11;
}
article.full-article .card.spike-link .card-head {
  display: block;
  color: #8c1a11;
  padding: 1em;
  font-weight: 600;
  font-size: 0.94117647rem;
  line-height: 0.94117647rem;
  padding-bottom: 0;
  margin-bottom: 0;
}
article.full-article .card.spike-link .card-head .h3 {
  font-size: 1.41176471rem;
  line-height: 2rem;
  margin: 0;
  padding: 0;
  margin-top: 0.5em;
}
article.full-article .card.spike-link .card-head .h3 a {
  text-decoration: none;
}
article.full-article .card.spike-link .card-head .h3 a:hover {
  text-decoration: underline;
}
article.full-article .card.spike-link .card-body {
  font-size: 0.82352941rem;
  line-height: 1.29411765rem;
}
article.full-article .card.spike-link .card-body > * {
  padding: 0;
  margin: 0;
  display: inline;
}
article.full-article .kicker-container {
  top: 10px;
  left: 25px;
  overflow: none;
  background-color: #deedf7;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 1px;
  padding-bottom: 3px;
}
article.full-article .kicker-container:hover {
  background-color: #8c1a11;
  color: #fff;
}
article.full-article .kicker-container:hover .kicker a {
  color: #fff;
}
article.full-article .kicker-container .kicker {
  text-transform: none;
  font-weight: 400 !important;
}
article.full-article .kicker-container .kicker a {
  font-size: 0.70588235rem;
  line-height: 0.79058824rem;
  font-family: "fira-sans", sans-serif;
  position: relative;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-weight: 400 !important;
}
article.full-article .dom-art-container {
  display: block;
}
article.full-article .dom-art-container .domphoto-caption {
  font-family: "fira-sans", sans-serif;
  font-weight: 400;
  font-size: 0.94117647rem;
  line-height: 1.17647059rem;
  color: #000;
}
article.full-article .dom-art-container .domphoto-caption .photo-caption {
  font-size: 0.94117647rem;
  line-height: 1.17647059rem;
  color: #000;
}
article.full-article .dom-art-container .domphoto-caption .photo-caption a {
  color: #000;
  text-decoration: underline;
}
article.full-article .dom-art-container .domphoto-caption a {
  color: #8c1a11;
}
article.full-article .dom-art-container .domphoto-caption .photo-credit {
  display: inline;
  font-size: 0.82352941rem;
  line-height: 1.17647059rem;
  color: #858585;
  font-style: italic;
}
article.full-article .dom-art-container .domphoto-caption .photo-credit a {
  color: #858585;
  text-decoration: underline;
}
article.full-article .author-name {
  font-size: 1.05882353rem;
  line-height: 1.29411765rem;
  font-family: "fira-sans", sans-serif;
  font-weight: 600;
}
article.full-article .author-name a {
  color: #000;
}
article.full-article .byline-dateline {
  font-size: 0.82352941rem;
  line-height: 1.05882353rem;
  font-family: "fira-sans", sans-serif;
  color: #000;
}
article.full-article .byline-dateline a {
  font-weight: 900;
  color: #8c1a11;
}
article.full-article .dateline {
  font-weight: 500;
}
article.full-article .article-content .related {
  clear: both;
}
article.full-article .article-content .related article.art-left h1 a,
article.full-article .article-content .related article.art-left h2 a,
article.full-article .article-content .related article.art-left h3 a,
article.full-article .article-content .related article.art-left h4 a,
article.full-article .article-content .related article.art-left h5 a,
article.full-article .article-content .related article.art-left h6 a {
  color: #000;
}
article.full-article .article-content .related article.art-left h1 a:hover,
article.full-article .article-content .related article.art-left h2 a:hover,
article.full-article .article-content .related article.art-left h3 a:hover,
article.full-article .article-content .related article.art-left h4 a:hover,
article.full-article .article-content .related article.art-left h5 a:hover,
article.full-article .article-content .related article.art-left h6 a:hover {
  text-decoration: underline;
  color: #000;
}
article.full-article .article-content .related article.art-left hr {
  border-color: #767575;
}
article.full-article .article-content .related article.art-left h1,
article.full-article .article-content .related article.art-left .h1 {
  font-size: 2.05882353rem;
  line-height: 2.41176471rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.full-article .article-content .related article.art-left h1 a,
article.full-article .article-content .related article.art-left .h1 a {
  color: #000;
  text-decoration: none;
}
article.full-article .article-content .related article.art-left h1 a:hover,
article.full-article .article-content .related article.art-left .h1 a:hover {
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  article.full-article .article-content .related article.art-left h1,
  article.full-article .article-content .related article.art-left .h1 {
    font-size: 1.88235294rem;
    line-height: 2.23529412rem;
  }
}
article.full-article .article-content .related article.art-left h2,
article.full-article .article-content .related article.art-left .h2 {
  font-size: 1.76470588rem;
  line-height: 2.11764706rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.full-article .article-content .related article.art-left h2 a,
article.full-article .article-content .related article.art-left .h2 a {
  color: #000;
  text-decoration: none;
}
article.full-article .article-content .related article.art-left h2 a:hover,
article.full-article .article-content .related article.art-left .h2 a:hover {
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  article.full-article .article-content .related article.art-left h2,
  article.full-article .article-content .related article.art-left .h2 {
    font-size: 1.47058824rem;
    line-height: 1.82352941rem;
  }
}
article.full-article .article-content .related article.art-left h3,
article.full-article .article-content .related article.art-left .h3 {
  font-size: 1.47058824rem;
  line-height: 1.82352941rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.full-article .article-content .related article.art-left h3 a,
article.full-article .article-content .related article.art-left .h3 a {
  color: #000;
  text-decoration: none;
}
article.full-article .article-content .related article.art-left h3 a:hover,
article.full-article .article-content .related article.art-left .h3 a:hover {
  text-decoration: underline;
}
article.full-article .article-content .related article.art-left h4,
article.full-article .article-content .related article.art-left .h4 {
  font-size: 1.17647059rem;
  line-height: 1.64705882rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.full-article .article-content .related article.art-left h4 a,
article.full-article .article-content .related article.art-left .h4 a {
  color: #000;
  text-decoration: none;
}
article.full-article .article-content .related article.art-left h4 a:hover,
article.full-article .article-content .related article.art-left .h4 a:hover {
  text-decoration: underline;
}
article.full-article .article-content .related article.art-left h5,
article.full-article .article-content .related article.art-left .h5 {
  font-size: 0.94117647rem;
  line-height: 1.05411765rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.full-article .article-content .related article.art-left h5 a,
article.full-article .article-content .related article.art-left .h5 a {
  color: #000;
  text-decoration: none;
}
article.full-article .article-content .related article.art-left h5 a:hover,
article.full-article .article-content .related article.art-left .h5 a:hover {
  text-decoration: underline;
}
article.full-article .article-content .related article.art-left.h1-h2 h1 {
  font-size: 1.76470588rem;
  line-height: 2.11764706rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.full-article .article-content .related article.art-left.h1-h2 h1 a {
  color: #000;
  text-decoration: none;
}
article.full-article .article-content .related article.art-left.h1-h2 h1 a:hover {
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  article.full-article .article-content .related article.art-left.h1-h2 h1 {
    font-size: 1.47058824rem;
    line-height: 1.82352941rem;
  }
}
article.full-article .article-content .related article.art-left.h1-h3 h1 {
  font-size: 1.47058824rem;
  line-height: 1.82352941rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.full-article .article-content .related article.art-left.h1-h3 h1 a {
  color: #000;
  text-decoration: none;
}
article.full-article .article-content .related article.art-left.h1-h3 h1 a:hover {
  text-decoration: underline;
}
article.full-article .article-content .related article.art-left.h2-h3 h2 {
  font-size: 1.47058824rem;
  line-height: 1.82352941rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.full-article .article-content .related article.art-left.h2-h3 h2 a {
  color: #000;
  text-decoration: none;
}
article.full-article .article-content .related article.art-left.h2-h3 h2 a:hover {
  text-decoration: underline;
}
article.full-article .article-content .related article.art-left.h2-h4 h2 {
  font-size: 1.17647059rem;
  line-height: 1.64705882rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.full-article .article-content .related article.art-left.h2-h4 h2 a {
  color: #000;
  text-decoration: none;
}
article.full-article .article-content .related article.art-left.h2-h4 h2 a:hover {
  text-decoration: underline;
}
article.full-article .article-content .related article.art-left.h2-h5 h2 {
  font-size: 0.94117647rem;
  line-height: 1.05411765rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.full-article .article-content .related article.art-left.h2-h5 h2 a {
  color: #000;
  text-decoration: none;
}
article.full-article .article-content .related article.art-left.h2-h5 h2 a:hover {
  text-decoration: underline;
}
article.full-article .article-content .related article.art-left.h3-h4 h3 {
  font-size: 1.17647059rem;
  line-height: 1.64705882rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.full-article .article-content .related article.art-left.h3-h4 h3 a {
  color: #000;
  text-decoration: none;
}
article.full-article .article-content .related article.art-left.h3-h4 h3 a:hover {
  text-decoration: underline;
}
article.full-article .article-content .related article.art-left.h3-h5 h3 {
  font-size: 0.94117647rem;
  line-height: 1.05411765rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.full-article .article-content .related article.art-left.h3-h5 h3 a {
  color: #000;
  text-decoration: none;
}
article.full-article .article-content .related article.art-left.h3-h5 h3 a:hover {
  text-decoration: underline;
}
article.full-article .article-content .related article.art-left.h3-h2 h3 {
  font-size: 1.76470588rem;
  line-height: 2.11764706rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.full-article .article-content .related article.art-left.h3-h2 h3 a {
  color: #000;
  text-decoration: none;
}
article.full-article .article-content .related article.art-left.h3-h2 h3 a:hover {
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  article.full-article .article-content .related article.art-left.h3-h2 h3 {
    font-size: 1.47058824rem;
    line-height: 1.82352941rem;
  }
}
article.full-article .article-content .related article.art-left.h3-h1 h3 {
  font-size: 2.05882353rem;
  line-height: 2.41176471rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.full-article .article-content .related article.art-left.h3-h1 h3 a {
  color: #000;
  text-decoration: none;
}
article.full-article .article-content .related article.art-left.h3-h1 h3 a:hover {
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  article.full-article .article-content .related article.art-left.h3-h1 h3 {
    font-size: 1.88235294rem;
    line-height: 2.23529412rem;
  }
}
article.full-article .article-content .related article.art-left.hed-sans h1,
article.full-article .article-content .related article.art-left.hed-sans h2,
article.full-article .article-content .related article.art-left.hed-sans h3,
article.full-article .article-content .related article.art-left.hed-sans h4,
article.full-article .article-content .related article.art-left.hed-sans h5,
article.full-article .article-content .related article.art-left.hed-sans h6 {
  font-family: "fira-sans", sans-serif;
}
article.full-article .article-content .related article.art-left .image-container img {
  display: block;
  max-width: 100%;
}
article.full-article .article-content .related article.art-left p {
  font-size: 0.94117647rem;
  line-height: 1.41176471rem;
  margin: 0;
  padding: 0;
  font-family: "source-serif-pro", "Times", serif;
}
@media (max-width: 575.98px) {
  article.full-article .article-content .related article.art-left p {
    font-size: 0.88235294rem;
    line-height: 1.23529412rem;
  }
}
article.full-article .article-content .related article.art-left .read-more-link {
  font-size: 0.70588235rem;
  line-height: 0.70588235rem;
  display: block;
}
article.full-article .article-content .related article.art-left .dateline {
  font-size: 0.76470588rem;
  line-height: 1rem;
  font-family: "fira-sans", sans-serif;
  color: #000;
  margin-top: 7px;
  margin-bottom: 7px;
  display: inline-block;
}
@media (max-width: 575.98px) {
  article.full-article .article-content .related article.art-left .dateline {
    margin-bottom: 0;
  }
}
article.full-article .article-content .related article.art-left .dateline a {
  color: #000;
  text-decoration: none;
}
article.full-article .article-content .related article.art-left .dateline a:hover {
  text-decoration: underline;
}
article.full-article .article-content .related article.art-right h1 a,
article.full-article .article-content .related article.art-right h2 a,
article.full-article .article-content .related article.art-right h3 a,
article.full-article .article-content .related article.art-right h4 a,
article.full-article .article-content .related article.art-right h5 a,
article.full-article .article-content .related article.art-right h6 a {
  color: #000;
}
article.full-article .article-content .related article.art-right h1 a:hover,
article.full-article .article-content .related article.art-right h2 a:hover,
article.full-article .article-content .related article.art-right h3 a:hover,
article.full-article .article-content .related article.art-right h4 a:hover,
article.full-article .article-content .related article.art-right h5 a:hover,
article.full-article .article-content .related article.art-right h6 a:hover {
  text-decoration: underline;
  color: #000;
}
article.full-article .article-content .related article.art-right hr {
  border-color: #767575;
}
article.full-article .article-content .related article.art-right h1,
article.full-article .article-content .related article.art-right .h1 {
  font-size: 2.05882353rem;
  line-height: 2.41176471rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.full-article .article-content .related article.art-right h1 a,
article.full-article .article-content .related article.art-right .h1 a {
  color: #000;
  text-decoration: none;
}
article.full-article .article-content .related article.art-right h1 a:hover,
article.full-article .article-content .related article.art-right .h1 a:hover {
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  article.full-article .article-content .related article.art-right h1,
  article.full-article .article-content .related article.art-right .h1 {
    font-size: 1.88235294rem;
    line-height: 2.23529412rem;
  }
}
article.full-article .article-content .related article.art-right h2,
article.full-article .article-content .related article.art-right .h2 {
  font-size: 1.76470588rem;
  line-height: 2.11764706rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.full-article .article-content .related article.art-right h2 a,
article.full-article .article-content .related article.art-right .h2 a {
  color: #000;
  text-decoration: none;
}
article.full-article .article-content .related article.art-right h2 a:hover,
article.full-article .article-content .related article.art-right .h2 a:hover {
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  article.full-article .article-content .related article.art-right h2,
  article.full-article .article-content .related article.art-right .h2 {
    font-size: 1.47058824rem;
    line-height: 1.82352941rem;
  }
}
article.full-article .article-content .related article.art-right h3,
article.full-article .article-content .related article.art-right .h3 {
  font-size: 1.47058824rem;
  line-height: 1.82352941rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.full-article .article-content .related article.art-right h3 a,
article.full-article .article-content .related article.art-right .h3 a {
  color: #000;
  text-decoration: none;
}
article.full-article .article-content .related article.art-right h3 a:hover,
article.full-article .article-content .related article.art-right .h3 a:hover {
  text-decoration: underline;
}
article.full-article .article-content .related article.art-right h4,
article.full-article .article-content .related article.art-right .h4 {
  font-size: 1.17647059rem;
  line-height: 1.64705882rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.full-article .article-content .related article.art-right h4 a,
article.full-article .article-content .related article.art-right .h4 a {
  color: #000;
  text-decoration: none;
}
article.full-article .article-content .related article.art-right h4 a:hover,
article.full-article .article-content .related article.art-right .h4 a:hover {
  text-decoration: underline;
}
article.full-article .article-content .related article.art-right h5,
article.full-article .article-content .related article.art-right .h5 {
  font-size: 0.94117647rem;
  line-height: 1.05411765rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.full-article .article-content .related article.art-right h5 a,
article.full-article .article-content .related article.art-right .h5 a {
  color: #000;
  text-decoration: none;
}
article.full-article .article-content .related article.art-right h5 a:hover,
article.full-article .article-content .related article.art-right .h5 a:hover {
  text-decoration: underline;
}
article.full-article .article-content .related article.art-right.h1-h2 h1 {
  font-size: 1.76470588rem;
  line-height: 2.11764706rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.full-article .article-content .related article.art-right.h1-h2 h1 a {
  color: #000;
  text-decoration: none;
}
article.full-article .article-content .related article.art-right.h1-h2 h1 a:hover {
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  article.full-article .article-content .related article.art-right.h1-h2 h1 {
    font-size: 1.47058824rem;
    line-height: 1.82352941rem;
  }
}
article.full-article .article-content .related article.art-right.h1-h3 h1 {
  font-size: 1.47058824rem;
  line-height: 1.82352941rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.full-article .article-content .related article.art-right.h1-h3 h1 a {
  color: #000;
  text-decoration: none;
}
article.full-article .article-content .related article.art-right.h1-h3 h1 a:hover {
  text-decoration: underline;
}
article.full-article .article-content .related article.art-right.h2-h3 h2 {
  font-size: 1.47058824rem;
  line-height: 1.82352941rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.full-article .article-content .related article.art-right.h2-h3 h2 a {
  color: #000;
  text-decoration: none;
}
article.full-article .article-content .related article.art-right.h2-h3 h2 a:hover {
  text-decoration: underline;
}
article.full-article .article-content .related article.art-right.h2-h4 h2 {
  font-size: 1.17647059rem;
  line-height: 1.64705882rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.full-article .article-content .related article.art-right.h2-h4 h2 a {
  color: #000;
  text-decoration: none;
}
article.full-article .article-content .related article.art-right.h2-h4 h2 a:hover {
  text-decoration: underline;
}
article.full-article .article-content .related article.art-right.h2-h5 h2 {
  font-size: 0.94117647rem;
  line-height: 1.05411765rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.full-article .article-content .related article.art-right.h2-h5 h2 a {
  color: #000;
  text-decoration: none;
}
article.full-article .article-content .related article.art-right.h2-h5 h2 a:hover {
  text-decoration: underline;
}
article.full-article .article-content .related article.art-right.h3-h4 h3 {
  font-size: 1.17647059rem;
  line-height: 1.64705882rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.full-article .article-content .related article.art-right.h3-h4 h3 a {
  color: #000;
  text-decoration: none;
}
article.full-article .article-content .related article.art-right.h3-h4 h3 a:hover {
  text-decoration: underline;
}
article.full-article .article-content .related article.art-right.h3-h5 h3 {
  font-size: 0.94117647rem;
  line-height: 1.05411765rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.full-article .article-content .related article.art-right.h3-h5 h3 a {
  color: #000;
  text-decoration: none;
}
article.full-article .article-content .related article.art-right.h3-h5 h3 a:hover {
  text-decoration: underline;
}
article.full-article .article-content .related article.art-right.h3-h2 h3 {
  font-size: 1.76470588rem;
  line-height: 2.11764706rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.full-article .article-content .related article.art-right.h3-h2 h3 a {
  color: #000;
  text-decoration: none;
}
article.full-article .article-content .related article.art-right.h3-h2 h3 a:hover {
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  article.full-article .article-content .related article.art-right.h3-h2 h3 {
    font-size: 1.47058824rem;
    line-height: 1.82352941rem;
  }
}
article.full-article .article-content .related article.art-right.h3-h1 h3 {
  font-size: 2.05882353rem;
  line-height: 2.41176471rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.full-article .article-content .related article.art-right.h3-h1 h3 a {
  color: #000;
  text-decoration: none;
}
article.full-article .article-content .related article.art-right.h3-h1 h3 a:hover {
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  article.full-article .article-content .related article.art-right.h3-h1 h3 {
    font-size: 1.88235294rem;
    line-height: 2.23529412rem;
  }
}
article.full-article .article-content .related article.art-right.hed-sans h1,
article.full-article .article-content .related article.art-right.hed-sans h2,
article.full-article .article-content .related article.art-right.hed-sans h3,
article.full-article .article-content .related article.art-right.hed-sans h4,
article.full-article .article-content .related article.art-right.hed-sans h5,
article.full-article .article-content .related article.art-right.hed-sans h6 {
  font-family: "fira-sans", sans-serif;
}
article.full-article .article-content .related article.art-right .image-container img {
  display: block;
  max-width: 100%;
}
article.full-article .article-content .related article.art-right p {
  font-size: 0.94117647rem;
  line-height: 1.41176471rem;
  margin: 0;
  padding: 0;
  font-family: "source-serif-pro", "Times", serif;
}
@media (max-width: 575.98px) {
  article.full-article .article-content .related article.art-right p {
    font-size: 0.88235294rem;
    line-height: 1.23529412rem;
  }
}
article.full-article .article-content .related article.art-right .read-more-link {
  font-size: 0.70588235rem;
  line-height: 0.70588235rem;
  display: block;
}
article.full-article .article-content .related article.art-right .dateline {
  font-size: 0.76470588rem;
  line-height: 1rem;
  font-family: "fira-sans", sans-serif;
  color: #000;
  margin-top: 7px;
  margin-bottom: 7px;
  display: inline-block;
}
@media (max-width: 575.98px) {
  article.full-article .article-content .related article.art-right .dateline {
    margin-bottom: 0;
  }
}
article.full-article .article-content .related article.art-right .dateline a {
  color: #000;
  text-decoration: none;
}
article.full-article .article-content .related article.art-right .dateline a:hover {
  text-decoration: underline;
}
article.full-article .article-content .related article.art-hed h1 a,
article.full-article .article-content .related article.art-hed h2 a,
article.full-article .article-content .related article.art-hed h3 a,
article.full-article .article-content .related article.art-hed h4 a,
article.full-article .article-content .related article.art-hed h5 a,
article.full-article .article-content .related article.art-hed h6 a {
  color: #000;
}
article.full-article .article-content .related article.art-hed h1 a:hover,
article.full-article .article-content .related article.art-hed h2 a:hover,
article.full-article .article-content .related article.art-hed h3 a:hover,
article.full-article .article-content .related article.art-hed h4 a:hover,
article.full-article .article-content .related article.art-hed h5 a:hover,
article.full-article .article-content .related article.art-hed h6 a:hover {
  text-decoration: underline;
  color: #000;
}
article.full-article .article-content .related article.art-hed hr {
  border-color: #767575;
}
article.full-article .article-content .related article.art-hed h1,
article.full-article .article-content .related article.art-hed .h1 {
  font-size: 2.05882353rem;
  line-height: 2.41176471rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.full-article .article-content .related article.art-hed h1 a,
article.full-article .article-content .related article.art-hed .h1 a {
  color: #000;
  text-decoration: none;
}
article.full-article .article-content .related article.art-hed h1 a:hover,
article.full-article .article-content .related article.art-hed .h1 a:hover {
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  article.full-article .article-content .related article.art-hed h1,
  article.full-article .article-content .related article.art-hed .h1 {
    font-size: 1.88235294rem;
    line-height: 2.23529412rem;
  }
}
article.full-article .article-content .related article.art-hed h2,
article.full-article .article-content .related article.art-hed .h2 {
  font-size: 1.76470588rem;
  line-height: 2.11764706rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.full-article .article-content .related article.art-hed h2 a,
article.full-article .article-content .related article.art-hed .h2 a {
  color: #000;
  text-decoration: none;
}
article.full-article .article-content .related article.art-hed h2 a:hover,
article.full-article .article-content .related article.art-hed .h2 a:hover {
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  article.full-article .article-content .related article.art-hed h2,
  article.full-article .article-content .related article.art-hed .h2 {
    font-size: 1.47058824rem;
    line-height: 1.82352941rem;
  }
}
article.full-article .article-content .related article.art-hed h3,
article.full-article .article-content .related article.art-hed .h3 {
  font-size: 1.47058824rem;
  line-height: 1.82352941rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.full-article .article-content .related article.art-hed h3 a,
article.full-article .article-content .related article.art-hed .h3 a {
  color: #000;
  text-decoration: none;
}
article.full-article .article-content .related article.art-hed h3 a:hover,
article.full-article .article-content .related article.art-hed .h3 a:hover {
  text-decoration: underline;
}
article.full-article .article-content .related article.art-hed h4,
article.full-article .article-content .related article.art-hed .h4 {
  font-size: 1.17647059rem;
  line-height: 1.64705882rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.full-article .article-content .related article.art-hed h4 a,
article.full-article .article-content .related article.art-hed .h4 a {
  color: #000;
  text-decoration: none;
}
article.full-article .article-content .related article.art-hed h4 a:hover,
article.full-article .article-content .related article.art-hed .h4 a:hover {
  text-decoration: underline;
}
article.full-article .article-content .related article.art-hed h5,
article.full-article .article-content .related article.art-hed .h5 {
  font-size: 0.94117647rem;
  line-height: 1.05411765rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.full-article .article-content .related article.art-hed h5 a,
article.full-article .article-content .related article.art-hed .h5 a {
  color: #000;
  text-decoration: none;
}
article.full-article .article-content .related article.art-hed h5 a:hover,
article.full-article .article-content .related article.art-hed .h5 a:hover {
  text-decoration: underline;
}
article.full-article .article-content .related article.art-hed.h1-h2 h1 {
  font-size: 1.76470588rem;
  line-height: 2.11764706rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.full-article .article-content .related article.art-hed.h1-h2 h1 a {
  color: #000;
  text-decoration: none;
}
article.full-article .article-content .related article.art-hed.h1-h2 h1 a:hover {
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  article.full-article .article-content .related article.art-hed.h1-h2 h1 {
    font-size: 1.47058824rem;
    line-height: 1.82352941rem;
  }
}
article.full-article .article-content .related article.art-hed.h1-h3 h1 {
  font-size: 1.47058824rem;
  line-height: 1.82352941rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.full-article .article-content .related article.art-hed.h1-h3 h1 a {
  color: #000;
  text-decoration: none;
}
article.full-article .article-content .related article.art-hed.h1-h3 h1 a:hover {
  text-decoration: underline;
}
article.full-article .article-content .related article.art-hed.h2-h3 h2 {
  font-size: 1.47058824rem;
  line-height: 1.82352941rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.full-article .article-content .related article.art-hed.h2-h3 h2 a {
  color: #000;
  text-decoration: none;
}
article.full-article .article-content .related article.art-hed.h2-h3 h2 a:hover {
  text-decoration: underline;
}
article.full-article .article-content .related article.art-hed.h2-h4 h2 {
  font-size: 1.17647059rem;
  line-height: 1.64705882rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.full-article .article-content .related article.art-hed.h2-h4 h2 a {
  color: #000;
  text-decoration: none;
}
article.full-article .article-content .related article.art-hed.h2-h4 h2 a:hover {
  text-decoration: underline;
}
article.full-article .article-content .related article.art-hed.h2-h5 h2 {
  font-size: 0.94117647rem;
  line-height: 1.05411765rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.full-article .article-content .related article.art-hed.h2-h5 h2 a {
  color: #000;
  text-decoration: none;
}
article.full-article .article-content .related article.art-hed.h2-h5 h2 a:hover {
  text-decoration: underline;
}
article.full-article .article-content .related article.art-hed.h3-h4 h3 {
  font-size: 1.17647059rem;
  line-height: 1.64705882rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.full-article .article-content .related article.art-hed.h3-h4 h3 a {
  color: #000;
  text-decoration: none;
}
article.full-article .article-content .related article.art-hed.h3-h4 h3 a:hover {
  text-decoration: underline;
}
article.full-article .article-content .related article.art-hed.h3-h5 h3 {
  font-size: 0.94117647rem;
  line-height: 1.05411765rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.full-article .article-content .related article.art-hed.h3-h5 h3 a {
  color: #000;
  text-decoration: none;
}
article.full-article .article-content .related article.art-hed.h3-h5 h3 a:hover {
  text-decoration: underline;
}
article.full-article .article-content .related article.art-hed.h3-h2 h3 {
  font-size: 1.76470588rem;
  line-height: 2.11764706rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.full-article .article-content .related article.art-hed.h3-h2 h3 a {
  color: #000;
  text-decoration: none;
}
article.full-article .article-content .related article.art-hed.h3-h2 h3 a:hover {
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  article.full-article .article-content .related article.art-hed.h3-h2 h3 {
    font-size: 1.47058824rem;
    line-height: 1.82352941rem;
  }
}
article.full-article .article-content .related article.art-hed.h3-h1 h3 {
  font-size: 2.05882353rem;
  line-height: 2.41176471rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.full-article .article-content .related article.art-hed.h3-h1 h3 a {
  color: #000;
  text-decoration: none;
}
article.full-article .article-content .related article.art-hed.h3-h1 h3 a:hover {
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  article.full-article .article-content .related article.art-hed.h3-h1 h3 {
    font-size: 1.88235294rem;
    line-height: 2.23529412rem;
  }
}
article.full-article .article-content .related article.art-hed.hed-sans h1,
article.full-article .article-content .related article.art-hed.hed-sans h2,
article.full-article .article-content .related article.art-hed.hed-sans h3,
article.full-article .article-content .related article.art-hed.hed-sans h4,
article.full-article .article-content .related article.art-hed.hed-sans h5,
article.full-article .article-content .related article.art-hed.hed-sans h6 {
  font-family: "fira-sans", sans-serif;
}
article.full-article .article-content .related article.art-hed .image-container img {
  display: block;
  max-width: 100%;
}
article.full-article .article-content .related article.art-hed p {
  font-size: 0.94117647rem;
  line-height: 1.41176471rem;
  margin: 0;
  padding: 0;
  font-family: "source-serif-pro", "Times", serif;
}
@media (max-width: 575.98px) {
  article.full-article .article-content .related article.art-hed p {
    font-size: 0.88235294rem;
    line-height: 1.23529412rem;
  }
}
article.full-article .article-content .related article.art-hed .read-more-link {
  font-size: 0.70588235rem;
  line-height: 0.70588235rem;
  display: block;
}
article.full-article .article-content .related article.art-hed .dateline {
  font-size: 0.76470588rem;
  line-height: 1rem;
  font-family: "fira-sans", sans-serif;
  color: #000;
  margin-top: 7px;
  margin-bottom: 7px;
  display: inline-block;
}
@media (max-width: 575.98px) {
  article.full-article .article-content .related article.art-hed .dateline {
    margin-bottom: 0;
  }
}
article.full-article .article-content .related article.art-hed .dateline a {
  color: #000;
  text-decoration: none;
}
article.full-article .article-content .related article.art-hed .dateline a:hover {
  text-decoration: underline;
}
article.full-article .article-content figure img {
  max-width: 100% !important;
}
article.full-article .article-content .embed {
  clear: both;
}
article.full-article .article-content .article-embed.pull-quote .pull-quote-body {
  font-size: 1.11764706rem;
  line-height: 1.41176471rem;
  font-family: "source-serif-pro", "Times", serif;
  margin: 0 30px;
}
article.full-article .article-content .article-embed.pull-quote .pull-quote-byline {
  font-size: 0.70588235rem;
  line-height: 0.70588235rem;
  display: block;
  text-align: right;
}
article.full-article .article-content p,
article.full-article .article-content ul,
article.full-article .article-content .imported-text {
  font-size: 1.05882353rem;
  line-height: 1.76470588rem;
  font-family: "source-serif-pro", "Times", serif;
}
@media (max-width: 575.98px) {
  article.full-article .article-content p,
  article.full-article .article-content ul,
  article.full-article .article-content .imported-text {
    font-size: 0.94117647rem;
    line-height: 1.52941176rem;
  }
}
article.full-article .article-content p a,
article.full-article .article-content ul a,
article.full-article .article-content .imported-text a {
  color: #000;
  border-bottom: 1px solid #000;
  transition: all 100ms ease-out;
  text-decoration: none;
}
article.full-article .article-content p a:hover,
article.full-article .article-content ul a:hover,
article.full-article .article-content .imported-text a:hover {
  text-decoration: none;
}
article.full-article .article-content p.h1,
article.full-article .article-content ul.h1,
article.full-article .article-content .imported-text.h1 {
  font-size: 2.05882353rem;
  line-height: 2.41176471rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.full-article .article-content p.h1 a,
article.full-article .article-content ul.h1 a,
article.full-article .article-content .imported-text.h1 a {
  color: #000;
  text-decoration: none;
}
article.full-article .article-content p.h1 a:hover,
article.full-article .article-content ul.h1 a:hover,
article.full-article .article-content .imported-text.h1 a:hover {
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  article.full-article .article-content p.h1,
  article.full-article .article-content ul.h1,
  article.full-article .article-content .imported-text.h1 {
    font-size: 1.88235294rem;
    line-height: 2.23529412rem;
  }
}
article.full-article .article-content p.h2,
article.full-article .article-content ul.h2,
article.full-article .article-content .imported-text.h2 {
  font-size: 1.76470588rem;
  line-height: 2.11764706rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.full-article .article-content p.h2 a,
article.full-article .article-content ul.h2 a,
article.full-article .article-content .imported-text.h2 a {
  color: #000;
  text-decoration: none;
}
article.full-article .article-content p.h2 a:hover,
article.full-article .article-content ul.h2 a:hover,
article.full-article .article-content .imported-text.h2 a:hover {
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  article.full-article .article-content p.h2,
  article.full-article .article-content ul.h2,
  article.full-article .article-content .imported-text.h2 {
    font-size: 1.47058824rem;
    line-height: 1.82352941rem;
  }
}
article.full-article .article-content p.h3,
article.full-article .article-content ul.h3,
article.full-article .article-content .imported-text.h3 {
  font-size: 1.47058824rem;
  line-height: 1.82352941rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.full-article .article-content p.h3 a,
article.full-article .article-content ul.h3 a,
article.full-article .article-content .imported-text.h3 a {
  color: #000;
  text-decoration: none;
}
article.full-article .article-content p.h3 a:hover,
article.full-article .article-content ul.h3 a:hover,
article.full-article .article-content .imported-text.h3 a:hover {
  text-decoration: underline;
}
article.full-article .article-content p.h4,
article.full-article .article-content ul.h4,
article.full-article .article-content .imported-text.h4 {
  font-size: 1.17647059rem;
  line-height: 1.64705882rem;
  font-family: "source-serif-pro", serif;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
article.full-article .article-content p.h4 a,
article.full-article .article-content ul.h4 a,
article.full-article .article-content .imported-text.h4 a {
  color: #000;
  text-decoration: none;
}
article.full-article .article-content p.h4 a:hover,
article.full-article .article-content ul.h4 a:hover,
article.full-article .article-content .imported-text.h4 a:hover {
  text-decoration: underline;
}
article.full-article .article-content .embedded-caption {
  margin-top: 7px;
  margin-bottom: 14px;
  font-size: 0.94117647rem;
  line-height: 1.17647059rem;
  color: #000;
}
article.full-article .article-content .embedded-caption .photo-credit,
article.full-article .article-content .embedded-caption p {
  font-size: 0.82352941rem;
  line-height: 1.17647059rem;
  color: #000;
}
article.full-article .article-content .embedded-caption .photo-credit a,
article.full-article .article-content .embedded-caption p a {
  color: #000;
  text-decoration: underline;
}
article.full-article .article-content .embedded-caption a {
  color: #8c1a11;
}
article.full-article .article-content .embedded-caption .photo-authors {
  display: inline;
  font-size: 0.70588235rem;
  line-height: 0.94117647rem;
  color: #858585;
  font-style: italic;
}
article.full-article .article-content .embedded-caption .photo-authors a {
  color: #858585;
  text-decoration: underline;
}
.top-story .flexy-content {
  color: #fff;
}
@media (max-width: 991.98px) {
  .top-story .flexy-content .article-abstract {
    display: none !important;
  }
}
.top-story .flexy-content .dateline {
  color: #fff;
}
.top-story .flexy-content a {
  color: #fff !important;
}
.flexy-magazine {
  position: relative;
}
@media (min-width: 992px) {
  .flexy-magazine .flexy-content {
    background: linear-gradient(0deg, #333333 0%, rgba(51, 51, 51, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
  }
  .flexy-magazine .flexy-content .headline a,
  .flexy-magazine .flexy-content .dateline a {
    text-shadow: 0px 0px 1px #000;
    color: #fff;
  }
  .flexy-magazine .flexy-content .dateline {
    text-shadow: 0px 0px 1px #000;
    color: #fff;
  }
}
.bg-dark article.art-flexy,
.bg-dark article.art-above {
  color: #fff !important;
}
.bg-dark article.art-flexy h1 a,
.bg-dark article.art-above h1 a,
.bg-dark article.art-flexy h2 a,
.bg-dark article.art-above h2 a,
.bg-dark article.art-flexy h3 a,
.bg-dark article.art-above h3 a,
.bg-dark article.art-flexy h4 a,
.bg-dark article.art-above h4 a,
.bg-dark article.art-flexy h5 a,
.bg-dark article.art-above h5 a,
.bg-dark article.art-flexy h6 a,
.bg-dark article.art-above h6 a {
  color: #fff !important;
}
.bg-dark article.art-flexy h1 a:hover,
.bg-dark article.art-above h1 a:hover,
.bg-dark article.art-flexy h2 a:hover,
.bg-dark article.art-above h2 a:hover,
.bg-dark article.art-flexy h3 a:hover,
.bg-dark article.art-above h3 a:hover,
.bg-dark article.art-flexy h4 a:hover,
.bg-dark article.art-above h4 a:hover,
.bg-dark article.art-flexy h5 a:hover,
.bg-dark article.art-above h5 a:hover,
.bg-dark article.art-flexy h6 a:hover,
.bg-dark article.art-above h6 a:hover {
  text-decoration: underline;
  color: #f1f1f1;
}
.bg-dark article.art-flexy .dateline,
.bg-dark article.art-above .dateline {
  color: #fff;
}
.bg-dark article.art-flexy .dateline a,
.bg-dark article.art-above .dateline a {
  color: #fff;
}
.pagination .page-link {
  border-color: #8c1a11;
}
.pagination a {
  font-size: 0.94117647rem;
  line-height: 1.05411765rem;
  color: #8c1a11;
}
.pagination a:hover {
  color: #deedf7;
}
.search-results .text-break {
  display: none;
}
.search-results h4 {
  font-size: 1.47058824rem;
  line-height: 1.76470588rem;
  font-family: "source-serif-pro", serif;
  margin-bottom: 0;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .search-results h4 {
    font-size: 1.05882353rem;
    line-height: 1.35294118rem;
  }
}
.search-results h4 a {
  text-decoration: none;
}
.search-results h4 a:hover {
  text-decoration: underline;
}
.search-results .pagination {
  justify-content: center !important;
  display: flex;
  margin: auto;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.search-results .pagination .d-none.d-md-inline {
  display: none !important;
}
.search-results .pagination li:last-child a,
.search-results .pagination li:last-child span {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.search-results .pagination li:first-child a,
.search-results .pagination li:first-child span {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.search-results .pagination a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.search-results .pagination .pagination a,
.search-results .pagination span {
  color: #002469;
}
.search-results .pagination a,
.search-results .pagination span {
  font-size: 0.70588235rem;
  line-height: 0.94117647rem;
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #8c1a11;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
@media (max-width: 575.98px) {
  input[type="text"],
  input[type="password"],
  input[type="phone"],
  textarea,
  select {
    font-size: 16px !important;
  }
}
.list-piped li > * {
  border-right: 1px solid #000;
}
.list-piped li:last-child > * {
  border: none;
}
.w-90 {
  max-width: 90% !important;
}
.w-85 {
  max-width: 85% !important;
}
.w-80 {
  max-width: 80% !important;
}
.w-70 {
  max-width: 70% !important;
}
.w-65 {
  max-width: 65% !important;
}
.w-60 {
  max-width: 60% !important;
}
#__main-header .btn-primary {
  font-size: 0.82352941rem;
  line-height: 0.82352941rem;
  padding: 10px 20px;
}
#__main-header .btn-primary:hover,
#__main-header .btn-primary:active {
  background: #fff !important;
  color: #8c1a11 !important;
}
._header-base,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "source-serif-pro", serif;
  color: #000;
}
h1,
.h1 {
  font-size: 2.35294118rem;
  line-height: 2.63529412rem;
}
h2,
.h2 {
  font-size: 1.88235294rem;
  line-height: 2.10823529rem;
}
h3,
.h3 {
  font-size: 1.64705882rem;
  line-height: 1.84470588rem;
}
h4,
.h4 {
  font-size: 1.47058824rem;
  line-height: 1.64705882rem;
}
h5,
.h5 {
  font-size: 1.17647059rem;
  line-height: 1.31764706rem;
}
h6,
.h6 {
  font-size: 0.56294118rem;
  line-height: 0.63049412rem;
}
.pipe {
  color: #767575;
}
.subheader {
  font-family: "source-serif-pro", serif;
  color: #000;
  font-weight: 700;
}
.subheader.bordered {
  padding-top: 1em;
  border-top: 2px solid #deedf7;
}
.header-dark {
  color: #fff;
}
.header-dark .border-primary-color {
  border-color: #f1f1f1 !important;
}
form.form .form-control {
  border-radius: 0;
}
.placeholder-font-meta::placeholder {
  font-family: "source-serif-pro", "Times", serif !important;
  font-style: italic !important;
}
.preheader {
  font-size: 0.82352941rem;
  line-height: 0.82352941rem;
}
.preheader .btn-primary:hover,
.preheader .btn-primary:active {
  background: #fff !important;
  color: #8c1a11 !important;
}
footer ul.list-inline a[href*="twitter.com"] .fa-circle {
  color: #55acee;
}
footer ul.list-inline a[href*="facebook.com"] .fa-circle {
  color: #3b5998;
}
footer ul.list-inline a[href*="instagram.com"] .fa-circle {
  color: #833ab4;
}
footer ul.list-inline a[href*="linkedin.com"] .fa-circle {
  color: #0077b5;
}
footer ul.list-inline a[href*="spotify.com"] .fa-circle {
  color: #1db954;
}
footer ul.list-inline a[href*="youtube.com"] .fa-circle {
  color: #ff0000;
}
footer ul.list-inline a[href*="tiktok.com"] .fa-circle {
  color: #69c9d0;
}
footer a {
  color: #fff;
}
footer a:active,
footer a:hover {
  text-decoration: none;
  color: #fff;
}
footer .list-unstyled-item a.text-white:hover {
  text-decoration: underline;
}
.offcanvas-header .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.docked-navbar {
  position: relative;
  border-bottom: 1px solid #8c1a11;
}
@media (min-width: 768px) {
  .docked-navbar #navLogo {
    display: none;
  }
}
.docked-navbar .navbar-nav {
  justify-content: center;
  flex-grow: 1;
}
.undocked-navbar {
  position: fixed;
  top: 0;
  animation: 250ms ease-in-out 0s 1 navbar-slide;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.33);
}
@media (min-width: 1200px) {
}
.undocked-navbar #navLogo {
  display: inline-block;
}
.undocked-navbar .navbar-nav {
  justify-content: start;
  flex-grow: 0;
}
.undocked-navbar .navbar-nav .nav-item:first-child {
  flex-grow: 1;
  text-align: center;
}
@media (min-width: 1200px) {
  .undocked-navbar .navbar-nav .nav-item:first-child {
    text-align: left;
    justify-content: start;
  }
}
.undocked-navbar .navbar-nav .nav-item:last-child {
  flex-grow: 1;
  justify-content: end;
}
.nav-link {
  font-size: 1.05882353rem;
  line-height: 1.23529412rem;
  color: #000;
}
.nav-link:hover {
  text-decoration: none;
  background-color: #8c1a11;
  color: #fff;
}
.navbar-nav .nav-link.show {
  text-decoration: none;
  background-color: #8c1a11;
  color: #fff;
}
.nav-item.dropdown .dropdown-menu {
  border: none;
  border-radius: 0;
  background-color: #8c1a11;
}
.nav-item.dropdown .dropdown-menu a.dropdown-item {
  font-size: 1.05882353rem;
  line-height: 1.23529412rem;
  color: #000;
  color: #fff;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #fff;
}
.nav-item.dropdown .dropdown-menu a.dropdown-item:hover {
  text-decoration: none;
  background-color: #8c1a11;
  color: #fff;
}
.nav-item.dropdown .dropdown-menu a.dropdown-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.nav-item.dropdown .dropdown-menu a.dropdown-item:hover {
  background-color: #fff;
  color: #8c1a11;
}
@keyframes navbar-slide {
  from {
    transform: translateY(-100px);
  }
  to {
    transform: translateY(0px);
  }
}
.embedded-galleria {
  height: 500px;
}
@media (max-width: 575.98px) {
  .embedded-galleria {
    height: 250px;
  }
}
#ids-legacy-fund-header {
  background-color: #ffeaea;
  position: relative;
}
@media (max-width: 575.98px) {
  #ids-legacy-fund-header {
    padding-top: 3rem;
  }
}
#ids-legacy-fund-header .icon {
  width: 0.75em;
  height: 0.75em;
  vertical-align: -0.125em;
  color: #5c5b5b;
}
#ids-legacy-fund-header .closer {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem;
  font-size: 2rem;
  color: #5c5b5b;
  cursor: pointer;
  font-weight: 300;
}
#ids-legacy-fund-header .col > div {
  border: #8c1a11 solid 3px;
  border-radius: 10px;
  background-color: #fff;
  padding: 2rem;
  text-align: center;
}
#ids-legacy-fund-header .col > div h1 {
  font-weight: 700;
  font-size: 1.41176471rem;
  line-height: 1.58117647rem;
  color: #5c5b5b;
}
#ids-legacy-fund-header .col > div p {
  text-align: left;
  font-size: 0.94117647rem;
  line-height: 1.17647059rem;
}
#ids-legacy-fund-header .col > div .donate-btn {
  display: inline-block;
  margin: auto;
  background-color: #8c1a11;
  color: #fff;
  font-size: 1.17647059rem;
  line-height: 1.41176471rem;
  font-weight: 700;
  padding: 0.5rem 1rem;
  border-radius: 5px;
}
.arx-content.imported h4 {
  color: #8c1a11 !important;
  font-size: 1.3rem;
  font-weight: 700;
  display: block;
  margin-top: 28px;
  margin-bottom: 14px;
}
.arx-content h1 {
  font-family: "source-serif-pro", serif;
  color: #8c1a11;
  text-transform: uppercase;
  font-weight: 700;
}
.arx-content h2 {
  font-family: "source-serif-pro", serif;
  color: #deedf7;
  text-transform: uppercase;
  font-weight: 700;
}
.arx-content .btn {
  font-weight: 700;
}
.arx-content .float-left .embedded-media {
  padding: 0px 15px 15px 0px;
}
.arx-content .align-center {
  text-align: center;
}
.arx-content .align-right {
  text-align: right;
}
.arx-content .align-left {
  text-align: left;
}
.inverse-kicker .kicker a {
  font-family: "fira-sans", sans-serif;
  background: #8c1a11;
  padding: 2px 4px;
  color: #fff;
}
.inverse-kicker a {
  font-family: "fira-sans", sans-serif;
  background-color: #deedf7;
  color: #000;
  padding: 4px 6px;
  font-size: 0.70588235rem;
  line-height: 0.70588235rem;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 7px;
  margin-right: 7px;
}
.inverse-kicker a:hover {
  text-decoration: none;
  background: #8c1a11;
  color: #fff;
}
.kicker {
  font-size: 0.58823529rem;
  line-height: 0.58823529rem;
  font-family: "fira-sans", sans-serif;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  margin: 8px 0;
  padding: 3px 7px;
}
.kicker a {
  color: #8c1a11;
  text-decoration: none;
}
.page-content p {
  font-size: 1.05882353rem;
  line-height: 1.41176471rem;
  font-family: "fira-sans", sans-serif !important;
}
.page-content address {
  font-family: "fira-sans", sans-serif !important;
  font-weight: 600;
  font-size: 0.76470588rem;
  line-height: 1.17647059rem;
}
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
  font-family: "fira-sans", sans-serif !important;
}
.page-content h1 a,
.page-content h2 a,
.page-content h3 a,
.page-content h4 a,
.page-content h5 a,
.page-content h6 a {
  color: #000;
}
.page-content h1 a:hover,
.page-content h2 a:hover,
.page-content h3 a:hover,
.page-content h4 a:hover,
.page-content h5 a:hover,
.page-content h6 a:hover {
  text-decoration: none;
  color: #5c5b5b;
}
.page-content hr {
  border-color: #f6f5f5;
}
.page-content .image-container img {
  display: block;
  max-width: 100%;
}
.page-content blockquote {
  border-left: 4px solid #8c1a11;
  margin: 15px 0;
  padding: 15px 0 15px 15px;
  font-size: 0.82352941rem;
  line-height: 1.05882353rem;
}
.page-content .author-bio p {
  font-size: 0.82352941rem;
  line-height: 1.17647059rem;
}
@media (min-width: 768px) {
  .page-content .page-hero {
    position: relative;
    width: 100%;
    height: 50vh;
    overflow: hidden;
    background: #333;
    margin-bottom: 28px;
  }
  .page-content .page-hero figure {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.5;
    z-index: 0;
  }
  .page-content .page-hero h1 {
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    z-index: 1;
    font-weight: bold;
    text-shadow: 0 0 10px #000;
  }
}
.page-content .sidebar-box {
  border-radius: 5px;
  background: var(--secondary-color, #deedf7);
  padding: 28px 28px;
  margin-bottom: 28px;
}
.page-content .sidebar-box ul a {
  text-decoration: none;
}
.page-content .sidebar-box ul a:hover {
  color: #8c1a11;
  text-decoration: underline;
}
.page-content .sidebar-box ul > ul {
  margin-left: 14px;
}
.page-content h1,
.page-content h2,
.page-content h3 {
  font-family: "fira-sans", sans-serif;
}
.page-content h3 {
  margin-top: 14px;
}
#__page-faq .card {
  border: 2px solid #deedf7;
  border-radius: 0;
  padding: 0;
  margin: 0;
  margin-bottom: 28px;
}
#__page-faq .card .card-head {
  background: #deedf7;
  padding: 7px 14px;
  cursor: pointer;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.skip-content {
  position: absolute;
  top: 0;
  left: -2000px;
  text-align: center;
  width: 100%;
}
.skip-content:focus-within {
  left: 0;
}
#__page-donate ._donate-hero {
  font-family: "fira-sans", sans-serif;
  margin-bottom: 42px;
}
@media (min-width: 992px) {
  #__page-donate ._donate-hero {
    background-image: url("https://snworksceo.imgix.net/ids/ed7c5b4b-776d-49b9-ae45-838e4ca93588.sized-1000x1000.png?w=1500");
    background-position: center;
    color: #fff;
    text-shadow: #000 0 0 10px;
    padding: 48px 28px;
  }
  #__page-donate ._donate-hero > div {
    max-width: 60%;
  }
  #__page-donate ._donate-hero h1 {
    color: #fff;
    font-weight: bold;
  }
  #__page-donate ._donate-hero p {
    color: #fff;
  }
  #__page-donate ._donate-hero a {
    color: #fff;
  }
}
#__page-donate ._donate-hero h1 {
  font-family: "fira-sans", sans-serif;
  font-size: 1.76470588rem;
  line-height: 1.97647059rem;
  margin-bottom: 28px;
}
#__page-donate ._donate-hero p {
  font-size: 1rem;
  line-height: 1.41176471rem;
}
#__page-donate .__donate_legacy {
  margin-bottom: 42px;
}
#__page-donate .__donate_legacy h2 {
  font-family: "fira-sans", sans-serif;
}
@media (min-width: 992px) {
  #__page-donate .__donate_legacy p {
    max-width: 60%;
    margin: 0 auto;
  }
}
#__page-donate ._donate-insider {
  border-radius: 10px;
  border: 1px solid var(--secondary-color, #deedf7);
  background: #fff0ef;
  font-family: "fira-sans", sans-serif;
  padding: 28px;
}
@media (min-width: 992px) {
  #__page-donate ._donate-insider {
    max-width: 60%;
    margin: 0 auto;
  }
}
#__page-donate ._donate-insider h2 {
  font-family: "fira-sans", sans-serif;
}
#__page-donate ._donate-insider ul li {
  font-size: 1rem;
  line-height: 1.29411765rem;
}
:root {
  font-size: 17px;
}
body {
  font-size: 17px;
  color: #333;
  font-family: "fira-sans", sans-serif;
}
img {
  max-width: 100%;
}
a {
  color: #2c2623;
  text-underline-offset: 4px;
  text-decoration: underline;
}
a:hover {
  color: #100d0c;
  text-underline-offset: 4px;
  text-decoration: underline;
}
a.no-underline {
  text-decoration: none;
}
a.text-white:hover {
  color: #fff;
}
.hp-message a {
  color: #fff;
  text-decoration: underline;
}
.container-fluid.max-width {
  max-width: 1300px;
}
hr {
  border-top: 1px solid rgba(0, 0, 0, 0.33);
}
p a {
  font-weight: bold;
  text-decoration: underline;
}
p a:hover {
  color: #8c1a11;
  text-decoration: underline;
}
p a strong,
p a b {
  font-weight: bold !important;
}
