.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;
}
.pl-gutter {
  padding-left: 15px;
}
.pr-gutter {
  padding-right: 15px;
}
.embed-soundcloud-only * {
  display: none;
}
.embed-soundcloud-only .embed {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.embed-soundcloud-only .embed iframe[src*="soundcloud.com"] {
  display: block !important;
}
.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;
}
.btn-primary {
  background-color: #ed1c24;
  border-color: #ed1c24;
}
.btn-primary:hover,
.btn-primary:active {
  background: #fff !important;
  color: #ed1c24 !important;
  border-color: #ed1c24;
}
.btn-outline-primary {
  background-color: inherit;
  border-color: #ed1c24;
  color: #444;
}
.btn-outline-primary:hover,
.btn-outline-primary:active {
  background: #fff !important;
  color: #ed1c24 !important;
  border-color: #ed1c24;
}
.btn-secondary {
  background-color: #4e3629;
  border-color: #4e3629;
}
.btn-secondary:hover,
.btn-secondary:active {
  background-color: #4e3629 !important;
  border-color: #4e3629 !important;
}
.btn-xs {
  padding: 0.2rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  border-radius: 0.2rem;
}
.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: #ed1c24 !important;
}
.text-secondary-color {
  color: #4e3629 !important;
}
.font-display {
  font-family: "freight-display-pro", sans-serif !important;
}
.font-sans {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
}
.font-serif {
  font-family: "freight-text-pro", "Times", serif !important;
}
.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;
  }
}
.bg-primary-color {
  background-color: #ed1c24;
}
.bg-primary-color a:focus-within {
  border: 3px solid #fff;
}
.bg-secondary-color {
  background-color: #4e3629;
}
.bg-gray {
  background-color: #f2f2f2;
}
.bg-navy {
  background-color: #003c71;
}
.border-primary-color {
  border-color: #ed1c24 !important;
}
.border-secondary-color {
  border-color: #4e3629 !important;
}
.border-gray {
  border-color: #767575 !important;
}
.border-light {
  border-color: #eaeaea !important;
}
.border-dark {
  border-color: #020100 !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-lg-left {
  border: none;
}
@media (min-width: 992px) {
  .border-lg-left {
    border-left: 1px solid rgba(0, 0, 0, 0.33);
  }
}
.border-lg-bottom {
  border: none;
}
@media (min-width: 992px) {
  .border-lg-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.33);
  }
}
.border-lg-right {
  border: none;
}
@media (min-width: 992px) {
  .border-lg-right {
    border-right: 1px solid rgba(0, 0, 0, 0.33);
  }
}
.border-lg-top {
  border: none;
}
@media (min-width: 992px) {
  .border-lg-top {
    border-top: 1px solid rgba(0, 0, 0, 0.33);
  }
}
@media (min-width: 992px) {
  .fixed-sidebar {
    max-width: 330px;
  }
}
header ul.list-inline a[href*="twitter.com"] .fa-circle {
  color: #55acee;
}
header ul.list-inline a[href*="facebook.com"] .fa-circle {
  color: #3b5998;
}
header ul.list-inline a[href*="instagram.com"] .fa-circle {
  color: #833ab4;
}
header ul.list-inline a[href*="linkedin.com"] .fa-circle {
  color: #0077b5;
}
header ul.list-inline a[href*="youtube.com"] .fa-circle {
  color: #ff0000;
}
@media (max-width: 991.98px) {
  header ul.list-inline {
    font-size: 0.8em;
  }
  header ul.list-inline .list-inline-item:not(:last-child) {
    margin-right: 0.05em;
  }
}
@media (max-width: 767.98px) {
  article.art-above.mobile-normalize-headlines h2,
  article.art-left.mobile-normalize-headlines h2,
  article.art-right.mobile-normalize-headlines h2,
  article.art-hed.mobile-normalize-headlines h2,
  article.art-inside.mobile-normalize-headlines h2,
  article.art-above.mobile-normalize-headlines h3,
  article.art-left.mobile-normalize-headlines h3,
  article.art-right.mobile-normalize-headlines h3,
  article.art-hed.mobile-normalize-headlines h3,
  article.art-inside.mobile-normalize-headlines h3,
  article.art-above.mobile-normalize-headlines h4,
  article.art-left.mobile-normalize-headlines h4,
  article.art-right.mobile-normalize-headlines h4,
  article.art-hed.mobile-normalize-headlines h4,
  article.art-inside.mobile-normalize-headlines h4,
  article.art-above.mobile-normalize-headlines h5,
  article.art-left.mobile-normalize-headlines h5,
  article.art-right.mobile-normalize-headlines h5,
  article.art-hed.mobile-normalize-headlines h5,
  article.art-inside.mobile-normalize-headlines h5,
  article.art-above.mobile-normalize-headlines h6,
  article.art-left.mobile-normalize-headlines h6,
  article.art-right.mobile-normalize-headlines h6,
  article.art-hed.mobile-normalize-headlines h6,
  article.art-inside.mobile-normalize-headlines h6 {
    font-size: 1.5rem !important;
    line-height: 1.8rem !important;
  }
}
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: #444;
}
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: none;
  color: #6a6a6a;
}
article.art-above.mobile-only-abstract .article-abstract,
article.art-left.mobile-only-abstract .article-abstract,
article.art-right.mobile-only-abstract .article-abstract,
article.art-hed.mobile-only-abstract .article-abstract,
article.art-inside.mobile-only-abstract .article-abstract {
  display: none;
}
@media (max-width: 767.98px) {
  article.art-above.mobile-only-abstract .article-abstract,
  article.art-left.mobile-only-abstract .article-abstract,
  article.art-right.mobile-only-abstract .article-abstract,
  article.art-hed.mobile-only-abstract .article-abstract,
  article.art-inside.mobile-only-abstract .article-abstract {
    display: block !important;
  }
}
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: 1.88235294rem;
  line-height: 2.23529412rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  margin-bottom: 0;
  font-weight: 700;
}
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: #4e3629;
}
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: none;
  color: #805943;
}
@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.76470588rem;
    line-height: 2.11764706rem;
  }
}
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.52941176rem;
  line-height: 1.88235294rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  margin-bottom: 0;
  font-weight: 700;
}
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: #4e3629;
}
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: none;
  color: #805943;
}
@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.41176471rem;
    line-height: 1.88235294rem;
  }
}
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.29411765rem;
  line-height: 1.76470588rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  margin-bottom: 0;
  font-weight: 700;
}
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: #4e3629;
}
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: none;
  color: #805943;
}
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.52941176rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  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: #4e3629;
}
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: none;
  color: #805943;
}
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.52941176rem;
  line-height: 1.88235294rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  margin-bottom: 0;
  font-weight: 700;
}
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: #4e3629;
}
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: none;
  color: #805943;
}
@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.41176471rem;
    line-height: 1.88235294rem;
  }
}
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.29411765rem;
  line-height: 1.76470588rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  margin-bottom: 0;
  font-weight: 700;
}
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: #4e3629;
}
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: none;
  color: #805943;
}
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.52941176rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  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: #4e3629;
}
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: none;
  color: #805943;
}
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.52941176rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  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: #4e3629;
}
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: none;
  color: #805943;
}
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.52941176rem;
  line-height: 1.88235294rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  margin-bottom: 0;
  font-weight: 700;
}
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: #4e3629;
}
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: none;
  color: #805943;
}
@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.41176471rem;
    line-height: 1.88235294rem;
  }
}
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;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  margin-bottom: 0;
  font-weight: 700;
}
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: #4e3629;
}
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: none;
  color: #805943;
}
@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.76470588rem;
    line-height: 2.11764706rem;
  }
}
article.art-above .kicker,
article.art-left .kicker,
article.art-right .kicker,
article.art-hed .kicker,
article.art-inside .kicker {
  font-size: 0.76470588rem;
  line-height: 0.85647059rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  color: #020100;
  text-transform: uppercase;
  font-weight: 700;
  margin: 8px 0;
}
article.art-above .kicker a,
article.art-left .kicker a,
article.art-right .kicker a,
article.art-hed .kicker a,
article.art-inside .kicker a {
  color: #020100;
}
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: 1rem;
  line-height: 1.35294118rem;
  margin: 0;
  padding: 0;
  font-family: "freight-text-pro", "Times", serif;
  color: #444;
}
@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-weight: 600;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  color: #020100;
  margin-top: 7px;
  margin-bottom: 7px;
  font-weight: 300;
  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 {
  font-weight: 600;
  color: #020100;
  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;
  color: #4e3629;
}
article.art-left .image-container img,
article.art-right .image-container img {
  display: block;
  max-width: 100%;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  article.art-hed.mobile-normalize-headlines h2,
  article.art-hed.mobile-normalize-headlines h3,
  article.art-hed.mobile-normalize-headlines h4,
  article.art-hed.mobile-normalize-headlines h5,
  article.art-hed.mobile-normalize-headlines h6 {
    font-size: 1.5rem !important;
    line-height: 1.8rem !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: #444;
}
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: none;
  color: #6a6a6a;
}
article.art-hed.mobile-only-abstract .article-abstract {
  display: none;
}
@media (max-width: 767.98px) {
  article.art-hed.mobile-only-abstract .article-abstract {
    display: block !important;
  }
}
article.art-hed hr {
  border-color: #767575;
}
article.art-hed h1,
article.art-hed .h1 {
  font-size: 1.88235294rem;
  line-height: 2.23529412rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  margin-bottom: 0;
  font-weight: 700;
}
article.art-hed h1 a,
article.art-hed .h1 a {
  color: #4e3629;
}
article.art-hed h1 a:hover,
article.art-hed .h1 a:hover {
  text-decoration: none;
  color: #805943;
}
@media (max-width: 575.98px) {
  article.art-hed h1,
  article.art-hed .h1 {
    font-size: 1.76470588rem;
    line-height: 2.11764706rem;
  }
}
article.art-hed h2,
article.art-hed .h2 {
  font-size: 1.52941176rem;
  line-height: 1.88235294rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  margin-bottom: 0;
  font-weight: 700;
}
article.art-hed h2 a,
article.art-hed .h2 a {
  color: #4e3629;
}
article.art-hed h2 a:hover,
article.art-hed .h2 a:hover {
  text-decoration: none;
  color: #805943;
}
@media (max-width: 575.98px) {
  article.art-hed h2,
  article.art-hed .h2 {
    font-size: 1.41176471rem;
    line-height: 1.88235294rem;
  }
}
article.art-hed h3,
article.art-hed .h3 {
  font-size: 1.29411765rem;
  line-height: 1.76470588rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  margin-bottom: 0;
  font-weight: 700;
}
article.art-hed h3 a,
article.art-hed .h3 a {
  color: #4e3629;
}
article.art-hed h3 a:hover,
article.art-hed .h3 a:hover {
  text-decoration: none;
  color: #805943;
}
article.art-hed h4,
article.art-hed .h4 {
  font-size: 1.17647059rem;
  line-height: 1.52941176rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  margin-bottom: 0;
  font-weight: 600;
}
article.art-hed h4 a,
article.art-hed .h4 a {
  color: #4e3629;
}
article.art-hed h4 a:hover,
article.art-hed .h4 a:hover {
  text-decoration: none;
  color: #805943;
}
article.art-hed.h1-h2 h1 {
  font-size: 1.52941176rem;
  line-height: 1.88235294rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  margin-bottom: 0;
  font-weight: 700;
}
article.art-hed.h1-h2 h1 a {
  color: #4e3629;
}
article.art-hed.h1-h2 h1 a:hover {
  text-decoration: none;
  color: #805943;
}
@media (max-width: 575.98px) {
  article.art-hed.h1-h2 h1 {
    font-size: 1.41176471rem;
    line-height: 1.88235294rem;
  }
}
article.art-hed.h2-h3 h2 {
  font-size: 1.29411765rem;
  line-height: 1.76470588rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  margin-bottom: 0;
  font-weight: 700;
}
article.art-hed.h2-h3 h2 a {
  color: #4e3629;
}
article.art-hed.h2-h3 h2 a:hover {
  text-decoration: none;
  color: #805943;
}
article.art-hed.h2-h4 h2 {
  font-size: 1.17647059rem;
  line-height: 1.52941176rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  margin-bottom: 0;
  font-weight: 600;
}
article.art-hed.h2-h4 h2 a {
  color: #4e3629;
}
article.art-hed.h2-h4 h2 a:hover {
  text-decoration: none;
  color: #805943;
}
article.art-hed.h3-h4 h3 {
  font-size: 1.17647059rem;
  line-height: 1.52941176rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  margin-bottom: 0;
  font-weight: 600;
}
article.art-hed.h3-h4 h3 a {
  color: #4e3629;
}
article.art-hed.h3-h4 h3 a:hover {
  text-decoration: none;
  color: #805943;
}
article.art-hed.h3-h2 h3 {
  font-size: 1.52941176rem;
  line-height: 1.88235294rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  margin-bottom: 0;
  font-weight: 700;
}
article.art-hed.h3-h2 h3 a {
  color: #4e3629;
}
article.art-hed.h3-h2 h3 a:hover {
  text-decoration: none;
  color: #805943;
}
@media (max-width: 575.98px) {
  article.art-hed.h3-h2 h3 {
    font-size: 1.41176471rem;
    line-height: 1.88235294rem;
  }
}
article.art-hed.h3-h1 h3 {
  font-size: 1.88235294rem;
  line-height: 2.23529412rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  margin-bottom: 0;
  font-weight: 700;
}
article.art-hed.h3-h1 h3 a {
  color: #4e3629;
}
article.art-hed.h3-h1 h3 a:hover {
  text-decoration: none;
  color: #805943;
}
@media (max-width: 575.98px) {
  article.art-hed.h3-h1 h3 {
    font-size: 1.76470588rem;
    line-height: 2.11764706rem;
  }
}
article.art-hed .kicker {
  font-size: 0.76470588rem;
  line-height: 0.85647059rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  color: #020100;
  text-transform: uppercase;
  font-weight: 700;
  margin: 8px 0;
}
article.art-hed .kicker a {
  color: #020100;
}
article.art-hed .image-container img {
  display: block;
  max-width: 100%;
}
article.art-hed p {
  font-size: 1rem;
  line-height: 1.35294118rem;
  margin: 0;
  padding: 0;
  font-family: "freight-text-pro", "Times", serif;
  color: #444;
}
@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-weight: 600;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  color: #020100;
  margin-top: 7px;
  margin-bottom: 7px;
  font-weight: 300;
  display: inline-block;
}
@media (max-width: 575.98px) {
  article.art-hed .dateline {
    margin-bottom: 0;
  }
}
article.art-hed .dateline a {
  font-weight: 600;
  color: #020100;
  text-decoration: none;
}
article.art-hed .dateline a:hover {
  text-decoration: underline;
  color: #4e3629;
}
article.art-hed .dateline {
  margin-bottom: 0;
}
article.art-inside {
  position: relative;
  background: #000;
}
article.art-inside .image-container {
  opacity: 1;
}
article.art-inside .image-container img {
  width: 100%;
  display: block;
  transition: ease-out all 250ms;
}
article.art-inside .content-container {
  transition: ease-out all 250ms;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  color: #fff;
}
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.art-inside:hover .image-container,
article.art-inside:active .image-container,
article.art-inside.active .image-container {
  opacity: 0.6;
}
article.art-inside:hover .content-container,
article.art-inside:active .content-container,
article.art-inside.active .content-container {
  opacity: 1;
}
.inverse-kicker .kicker a {
  background: #ed1c24;
  padding: 2px 4px;
  color: #fff;
}
article.top-story h1 {
  font-size: 2rem;
  line-height: 2.35294118rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  margin-bottom: 0;
}
article.top-story h1 a {
  color: #4e3629;
}
@media (max-width: 575.98px) {
  article.top-story h1 {
    font-size: 1.76470588rem;
    line-height: 2.11764706rem;
  }
}
article.full-article h1 {
  font-size: 1.88235294rem;
  line-height: 2.23529412rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  margin-bottom: 0;
  font-weight: 700;
}
article.full-article h1 a {
  color: #4e3629;
}
article.full-article h1 a:hover {
  text-decoration: none;
  color: #805943;
}
@media (max-width: 575.98px) {
  article.full-article h1 {
    font-size: 1.76470588rem;
    line-height: 2.11764706rem;
  }
}
article.full-article h2 {
  font-size: 1.29411765rem;
  line-height: 1.76470588rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  margin-bottom: 0;
  font-weight: 700;
  font-style: italic;
  color: #333;
}
article.full-article h2 a {
  color: #4e3629;
}
article.full-article h2 a:hover {
  text-decoration: none;
  color: #805943;
}
article.full-article.long-form h1 {
  font-size: 2.35294118rem;
  line-height: 2.70588235rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  margin-bottom: 0;
  font-weight: 700;
}
article.full-article.long-form h1 a {
  color: #4e3629;
}
article.full-article.long-form h1 a:hover {
  text-decoration: none;
  color: #805943;
}
@media (max-width: 575.98px) {
  article.full-article.long-form h1 {
    font-size: 1.76470588rem;
    line-height: 2.11764706rem;
  }
}
article.full-article.long-form h2 {
  font-size: 1.41176471rem;
  line-height: 1.88235294rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  margin-bottom: 0;
  font-weight: 700;
  font-style: italic;
  color: #333;
}
article.full-article.long-form h2 a {
  color: #4e3629;
}
article.full-article.long-form h2 a:hover {
  text-decoration: none;
  color: #805943;
}
article.full-article .kicker {
  font-size: 0.70588235rem;
  line-height: 0.79058824rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
article.full-article .kicker a {
  color: #444;
}
article.full-article .kicker-lf {
  font-size: 0.70588235rem;
  line-height: 0.79058824rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
article.full-article .kicker-lf a {
  color: #eaeaea;
}
article.full-article .social-links a[href*="twitter.com"] .fab {
  color: #55acee;
}
article.full-article .social-links a[href*="facebook.com"] .fab {
  color: #3b5998;
}
article.full-article .social-links a[href*="instagram.com"] .fab {
  color: #833ab4;
}
article.full-article .social-links a[href*="linkedin.com"] .fab {
  color: #0077b5;
}
article.full-article .social-links a[href*="youtube.com"] .fab {
  color: #ff0000;
}
article.full-article .social-links .fas.fa-envelope {
  color: #666;
}
article.full-article .social-links .fas.fa-print {
  color: #666;
}
article.full-article .dom-art-container {
  display: block;
}
article.full-article .dom-art-container .domphoto-caption,
article.full-article .author-name {
  font-size: 0.82352941rem;
  line-height: 1.17647059rem;
  color: #444;
  font-family: "freight-text-pro", "Times", serif;
}
article.full-article .dom-art-container .domphoto-caption a {
  color: #ed1c24;
}
article.full-article .embedded-caption {
  background: #eaeaea;
  padding: 15px;
}
article.full-article .embedded-caption .photo-caption {
  color: #444;
  font-family: "freight-text-pro", "Times", serif;
}
article.full-article .embedded-caption .photo-caption p {
  font-size: 0.82352941rem;
  line-height: 1.17647059rem;
  margin-bottom: 2px;
}
article.full-article .embedded-caption .photo-caption a {
  color: #ed1c24;
}
article.full-article .author-name {
  display: block;
  text-align: left;
  color: #020100;
  font-size: 0.82352941rem;
  line-height: 1.05882353rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
}
article.full-article .author-name a {
  font-weight: 700;
}
article.full-article .dateline {
  font-weight: 500;
}
article.full-article .article-content .related {
  clear: both;
}
@media (max-width: 767.98px) {
  article.full-article .article-content .related article.art-left.mobile-normalize-headlines h2,
  article.full-article .article-content .related article.art-left.mobile-normalize-headlines h3,
  article.full-article .article-content .related article.art-left.mobile-normalize-headlines h4,
  article.full-article .article-content .related article.art-left.mobile-normalize-headlines h5,
  article.full-article .article-content .related article.art-left.mobile-normalize-headlines h6 {
    font-size: 1.5rem !important;
    line-height: 1.8rem !important;
  }
}
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: #444;
}
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: none;
  color: #6a6a6a;
}
article.full-article .article-content .related article.art-left.mobile-only-abstract .article-abstract {
  display: none;
}
@media (max-width: 767.98px) {
  article.full-article .article-content .related article.art-left.mobile-only-abstract .article-abstract {
    display: block !important;
  }
}
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: 1.88235294rem;
  line-height: 2.23529412rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  margin-bottom: 0;
  font-weight: 700;
}
article.full-article .article-content .related article.art-left h1 a,
article.full-article .article-content .related article.art-left .h1 a {
  color: #4e3629;
}
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: none;
  color: #805943;
}
@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.76470588rem;
    line-height: 2.11764706rem;
  }
}
article.full-article .article-content .related article.art-left h2,
article.full-article .article-content .related article.art-left .h2 {
  font-size: 1.52941176rem;
  line-height: 1.88235294rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  margin-bottom: 0;
  font-weight: 700;
}
article.full-article .article-content .related article.art-left h2 a,
article.full-article .article-content .related article.art-left .h2 a {
  color: #4e3629;
}
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: none;
  color: #805943;
}
@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.41176471rem;
    line-height: 1.88235294rem;
  }
}
article.full-article .article-content .related article.art-left h3,
article.full-article .article-content .related article.art-left .h3 {
  font-size: 1.29411765rem;
  line-height: 1.76470588rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  margin-bottom: 0;
  font-weight: 700;
}
article.full-article .article-content .related article.art-left h3 a,
article.full-article .article-content .related article.art-left .h3 a {
  color: #4e3629;
}
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: none;
  color: #805943;
}
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.52941176rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  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: #4e3629;
}
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: none;
  color: #805943;
}
article.full-article .article-content .related article.art-left.h1-h2 h1 {
  font-size: 1.52941176rem;
  line-height: 1.88235294rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  margin-bottom: 0;
  font-weight: 700;
}
article.full-article .article-content .related article.art-left.h1-h2 h1 a {
  color: #4e3629;
}
article.full-article .article-content .related article.art-left.h1-h2 h1 a:hover {
  text-decoration: none;
  color: #805943;
}
@media (max-width: 575.98px) {
  article.full-article .article-content .related article.art-left.h1-h2 h1 {
    font-size: 1.41176471rem;
    line-height: 1.88235294rem;
  }
}
article.full-article .article-content .related article.art-left.h2-h3 h2 {
  font-size: 1.29411765rem;
  line-height: 1.76470588rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  margin-bottom: 0;
  font-weight: 700;
}
article.full-article .article-content .related article.art-left.h2-h3 h2 a {
  color: #4e3629;
}
article.full-article .article-content .related article.art-left.h2-h3 h2 a:hover {
  text-decoration: none;
  color: #805943;
}
article.full-article .article-content .related article.art-left.h2-h4 h2 {
  font-size: 1.17647059rem;
  line-height: 1.52941176rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  margin-bottom: 0;
  font-weight: 600;
}
article.full-article .article-content .related article.art-left.h2-h4 h2 a {
  color: #4e3629;
}
article.full-article .article-content .related article.art-left.h2-h4 h2 a:hover {
  text-decoration: none;
  color: #805943;
}
article.full-article .article-content .related article.art-left.h3-h4 h3 {
  font-size: 1.17647059rem;
  line-height: 1.52941176rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  margin-bottom: 0;
  font-weight: 600;
}
article.full-article .article-content .related article.art-left.h3-h4 h3 a {
  color: #4e3629;
}
article.full-article .article-content .related article.art-left.h3-h4 h3 a:hover {
  text-decoration: none;
  color: #805943;
}
article.full-article .article-content .related article.art-left.h3-h2 h3 {
  font-size: 1.52941176rem;
  line-height: 1.88235294rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  margin-bottom: 0;
  font-weight: 700;
}
article.full-article .article-content .related article.art-left.h3-h2 h3 a {
  color: #4e3629;
}
article.full-article .article-content .related article.art-left.h3-h2 h3 a:hover {
  text-decoration: none;
  color: #805943;
}
@media (max-width: 575.98px) {
  article.full-article .article-content .related article.art-left.h3-h2 h3 {
    font-size: 1.41176471rem;
    line-height: 1.88235294rem;
  }
}
article.full-article .article-content .related article.art-left.h3-h1 h3 {
  font-size: 1.88235294rem;
  line-height: 2.23529412rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  margin-bottom: 0;
  font-weight: 700;
}
article.full-article .article-content .related article.art-left.h3-h1 h3 a {
  color: #4e3629;
}
article.full-article .article-content .related article.art-left.h3-h1 h3 a:hover {
  text-decoration: none;
  color: #805943;
}
@media (max-width: 575.98px) {
  article.full-article .article-content .related article.art-left.h3-h1 h3 {
    font-size: 1.76470588rem;
    line-height: 2.11764706rem;
  }
}
article.full-article .article-content .related article.art-left .kicker {
  font-size: 0.76470588rem;
  line-height: 0.85647059rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  color: #020100;
  text-transform: uppercase;
  font-weight: 700;
  margin: 8px 0;
}
article.full-article .article-content .related article.art-left .kicker a {
  color: #020100;
}
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: 1rem;
  line-height: 1.35294118rem;
  margin: 0;
  padding: 0;
  font-family: "freight-text-pro", "Times", serif;
  color: #444;
}
@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-weight: 600;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  color: #020100;
  margin-top: 7px;
  margin-bottom: 7px;
  font-weight: 300;
  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 {
  font-weight: 600;
  color: #020100;
  text-decoration: none;
}
article.full-article .article-content .related article.art-left .dateline a:hover {
  text-decoration: underline;
  color: #4e3629;
}
@media (max-width: 767.98px) {
  article.full-article .article-content .related article.art-right.mobile-normalize-headlines h2,
  article.full-article .article-content .related article.art-right.mobile-normalize-headlines h3,
  article.full-article .article-content .related article.art-right.mobile-normalize-headlines h4,
  article.full-article .article-content .related article.art-right.mobile-normalize-headlines h5,
  article.full-article .article-content .related article.art-right.mobile-normalize-headlines h6 {
    font-size: 1.5rem !important;
    line-height: 1.8rem !important;
  }
}
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: #444;
}
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: none;
  color: #6a6a6a;
}
article.full-article .article-content .related article.art-right.mobile-only-abstract .article-abstract {
  display: none;
}
@media (max-width: 767.98px) {
  article.full-article .article-content .related article.art-right.mobile-only-abstract .article-abstract {
    display: block !important;
  }
}
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: 1.88235294rem;
  line-height: 2.23529412rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  margin-bottom: 0;
  font-weight: 700;
}
article.full-article .article-content .related article.art-right h1 a,
article.full-article .article-content .related article.art-right .h1 a {
  color: #4e3629;
}
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: none;
  color: #805943;
}
@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.76470588rem;
    line-height: 2.11764706rem;
  }
}
article.full-article .article-content .related article.art-right h2,
article.full-article .article-content .related article.art-right .h2 {
  font-size: 1.52941176rem;
  line-height: 1.88235294rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  margin-bottom: 0;
  font-weight: 700;
}
article.full-article .article-content .related article.art-right h2 a,
article.full-article .article-content .related article.art-right .h2 a {
  color: #4e3629;
}
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: none;
  color: #805943;
}
@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.41176471rem;
    line-height: 1.88235294rem;
  }
}
article.full-article .article-content .related article.art-right h3,
article.full-article .article-content .related article.art-right .h3 {
  font-size: 1.29411765rem;
  line-height: 1.76470588rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  margin-bottom: 0;
  font-weight: 700;
}
article.full-article .article-content .related article.art-right h3 a,
article.full-article .article-content .related article.art-right .h3 a {
  color: #4e3629;
}
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: none;
  color: #805943;
}
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.52941176rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  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: #4e3629;
}
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: none;
  color: #805943;
}
article.full-article .article-content .related article.art-right.h1-h2 h1 {
  font-size: 1.52941176rem;
  line-height: 1.88235294rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  margin-bottom: 0;
  font-weight: 700;
}
article.full-article .article-content .related article.art-right.h1-h2 h1 a {
  color: #4e3629;
}
article.full-article .article-content .related article.art-right.h1-h2 h1 a:hover {
  text-decoration: none;
  color: #805943;
}
@media (max-width: 575.98px) {
  article.full-article .article-content .related article.art-right.h1-h2 h1 {
    font-size: 1.41176471rem;
    line-height: 1.88235294rem;
  }
}
article.full-article .article-content .related article.art-right.h2-h3 h2 {
  font-size: 1.29411765rem;
  line-height: 1.76470588rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  margin-bottom: 0;
  font-weight: 700;
}
article.full-article .article-content .related article.art-right.h2-h3 h2 a {
  color: #4e3629;
}
article.full-article .article-content .related article.art-right.h2-h3 h2 a:hover {
  text-decoration: none;
  color: #805943;
}
article.full-article .article-content .related article.art-right.h2-h4 h2 {
  font-size: 1.17647059rem;
  line-height: 1.52941176rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  margin-bottom: 0;
  font-weight: 600;
}
article.full-article .article-content .related article.art-right.h2-h4 h2 a {
  color: #4e3629;
}
article.full-article .article-content .related article.art-right.h2-h4 h2 a:hover {
  text-decoration: none;
  color: #805943;
}
article.full-article .article-content .related article.art-right.h3-h4 h3 {
  font-size: 1.17647059rem;
  line-height: 1.52941176rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  margin-bottom: 0;
  font-weight: 600;
}
article.full-article .article-content .related article.art-right.h3-h4 h3 a {
  color: #4e3629;
}
article.full-article .article-content .related article.art-right.h3-h4 h3 a:hover {
  text-decoration: none;
  color: #805943;
}
article.full-article .article-content .related article.art-right.h3-h2 h3 {
  font-size: 1.52941176rem;
  line-height: 1.88235294rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  margin-bottom: 0;
  font-weight: 700;
}
article.full-article .article-content .related article.art-right.h3-h2 h3 a {
  color: #4e3629;
}
article.full-article .article-content .related article.art-right.h3-h2 h3 a:hover {
  text-decoration: none;
  color: #805943;
}
@media (max-width: 575.98px) {
  article.full-article .article-content .related article.art-right.h3-h2 h3 {
    font-size: 1.41176471rem;
    line-height: 1.88235294rem;
  }
}
article.full-article .article-content .related article.art-right.h3-h1 h3 {
  font-size: 1.88235294rem;
  line-height: 2.23529412rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  margin-bottom: 0;
  font-weight: 700;
}
article.full-article .article-content .related article.art-right.h3-h1 h3 a {
  color: #4e3629;
}
article.full-article .article-content .related article.art-right.h3-h1 h3 a:hover {
  text-decoration: none;
  color: #805943;
}
@media (max-width: 575.98px) {
  article.full-article .article-content .related article.art-right.h3-h1 h3 {
    font-size: 1.76470588rem;
    line-height: 2.11764706rem;
  }
}
article.full-article .article-content .related article.art-right .kicker {
  font-size: 0.76470588rem;
  line-height: 0.85647059rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  color: #020100;
  text-transform: uppercase;
  font-weight: 700;
  margin: 8px 0;
}
article.full-article .article-content .related article.art-right .kicker a {
  color: #020100;
}
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: 1rem;
  line-height: 1.35294118rem;
  margin: 0;
  padding: 0;
  font-family: "freight-text-pro", "Times", serif;
  color: #444;
}
@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-weight: 600;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  color: #020100;
  margin-top: 7px;
  margin-bottom: 7px;
  font-weight: 300;
  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 {
  font-weight: 600;
  color: #020100;
  text-decoration: none;
}
article.full-article .article-content .related article.art-right .dateline a:hover {
  text-decoration: underline;
  color: #4e3629;
}
@media (max-width: 767.98px) {
  article.full-article .article-content .related article.art-hed.mobile-normalize-headlines h2,
  article.full-article .article-content .related article.art-hed.mobile-normalize-headlines h3,
  article.full-article .article-content .related article.art-hed.mobile-normalize-headlines h4,
  article.full-article .article-content .related article.art-hed.mobile-normalize-headlines h5,
  article.full-article .article-content .related article.art-hed.mobile-normalize-headlines h6 {
    font-size: 1.5rem !important;
    line-height: 1.8rem !important;
  }
}
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: #444;
}
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: none;
  color: #6a6a6a;
}
article.full-article .article-content .related article.art-hed.mobile-only-abstract .article-abstract {
  display: none;
}
@media (max-width: 767.98px) {
  article.full-article .article-content .related article.art-hed.mobile-only-abstract .article-abstract {
    display: block !important;
  }
}
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: 1.88235294rem;
  line-height: 2.23529412rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  margin-bottom: 0;
  font-weight: 700;
}
article.full-article .article-content .related article.art-hed h1 a,
article.full-article .article-content .related article.art-hed .h1 a {
  color: #4e3629;
}
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: none;
  color: #805943;
}
@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.76470588rem;
    line-height: 2.11764706rem;
  }
}
article.full-article .article-content .related article.art-hed h2,
article.full-article .article-content .related article.art-hed .h2 {
  font-size: 1.52941176rem;
  line-height: 1.88235294rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  margin-bottom: 0;
  font-weight: 700;
}
article.full-article .article-content .related article.art-hed h2 a,
article.full-article .article-content .related article.art-hed .h2 a {
  color: #4e3629;
}
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: none;
  color: #805943;
}
@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.41176471rem;
    line-height: 1.88235294rem;
  }
}
article.full-article .article-content .related article.art-hed h3,
article.full-article .article-content .related article.art-hed .h3 {
  font-size: 1.29411765rem;
  line-height: 1.76470588rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  margin-bottom: 0;
  font-weight: 700;
}
article.full-article .article-content .related article.art-hed h3 a,
article.full-article .article-content .related article.art-hed .h3 a {
  color: #4e3629;
}
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: none;
  color: #805943;
}
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.52941176rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  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: #4e3629;
}
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: none;
  color: #805943;
}
article.full-article .article-content .related article.art-hed.h1-h2 h1 {
  font-size: 1.52941176rem;
  line-height: 1.88235294rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  margin-bottom: 0;
  font-weight: 700;
}
article.full-article .article-content .related article.art-hed.h1-h2 h1 a {
  color: #4e3629;
}
article.full-article .article-content .related article.art-hed.h1-h2 h1 a:hover {
  text-decoration: none;
  color: #805943;
}
@media (max-width: 575.98px) {
  article.full-article .article-content .related article.art-hed.h1-h2 h1 {
    font-size: 1.41176471rem;
    line-height: 1.88235294rem;
  }
}
article.full-article .article-content .related article.art-hed.h2-h3 h2 {
  font-size: 1.29411765rem;
  line-height: 1.76470588rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  margin-bottom: 0;
  font-weight: 700;
}
article.full-article .article-content .related article.art-hed.h2-h3 h2 a {
  color: #4e3629;
}
article.full-article .article-content .related article.art-hed.h2-h3 h2 a:hover {
  text-decoration: none;
  color: #805943;
}
article.full-article .article-content .related article.art-hed.h2-h4 h2 {
  font-size: 1.17647059rem;
  line-height: 1.52941176rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  margin-bottom: 0;
  font-weight: 600;
}
article.full-article .article-content .related article.art-hed.h2-h4 h2 a {
  color: #4e3629;
}
article.full-article .article-content .related article.art-hed.h2-h4 h2 a:hover {
  text-decoration: none;
  color: #805943;
}
article.full-article .article-content .related article.art-hed.h3-h4 h3 {
  font-size: 1.17647059rem;
  line-height: 1.52941176rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  margin-bottom: 0;
  font-weight: 600;
}
article.full-article .article-content .related article.art-hed.h3-h4 h3 a {
  color: #4e3629;
}
article.full-article .article-content .related article.art-hed.h3-h4 h3 a:hover {
  text-decoration: none;
  color: #805943;
}
article.full-article .article-content .related article.art-hed.h3-h2 h3 {
  font-size: 1.52941176rem;
  line-height: 1.88235294rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  margin-bottom: 0;
  font-weight: 700;
}
article.full-article .article-content .related article.art-hed.h3-h2 h3 a {
  color: #4e3629;
}
article.full-article .article-content .related article.art-hed.h3-h2 h3 a:hover {
  text-decoration: none;
  color: #805943;
}
@media (max-width: 575.98px) {
  article.full-article .article-content .related article.art-hed.h3-h2 h3 {
    font-size: 1.41176471rem;
    line-height: 1.88235294rem;
  }
}
article.full-article .article-content .related article.art-hed.h3-h1 h3 {
  font-size: 1.88235294rem;
  line-height: 2.23529412rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #020100;
  margin-bottom: 0;
  font-weight: 700;
}
article.full-article .article-content .related article.art-hed.h3-h1 h3 a {
  color: #4e3629;
}
article.full-article .article-content .related article.art-hed.h3-h1 h3 a:hover {
  text-decoration: none;
  color: #805943;
}
@media (max-width: 575.98px) {
  article.full-article .article-content .related article.art-hed.h3-h1 h3 {
    font-size: 1.76470588rem;
    line-height: 2.11764706rem;
  }
}
article.full-article .article-content .related article.art-hed .kicker {
  font-size: 0.76470588rem;
  line-height: 0.85647059rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  color: #020100;
  text-transform: uppercase;
  font-weight: 700;
  margin: 8px 0;
}
article.full-article .article-content .related article.art-hed .kicker a {
  color: #020100;
}
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: 1rem;
  line-height: 1.35294118rem;
  margin: 0;
  padding: 0;
  font-family: "freight-text-pro", "Times", serif;
  color: #444;
}
@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-weight: 600;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  color: #020100;
  margin-top: 7px;
  margin-bottom: 7px;
  font-weight: 300;
  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 {
  font-weight: 600;
  color: #020100;
  text-decoration: none;
}
article.full-article .article-content .related article.art-hed .dateline a:hover {
  text-decoration: underline;
  color: #4e3629;
}
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: "Roboto", "Helvetica", "Arial", sans-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 h1,
article.full-article .article-content h2,
article.full-article .article-content h3,
article.full-article .article-content h4,
article.full-article .article-content h5,
article.full-article .article-content h6 {
  font-family: "freight-text-pro", "Times", serif;
  color: #444;
}
article.full-article .article-content p,
article.full-article .article-content ul {
  font-size: 1.17647059rem;
  line-height: 1.76470588rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #010101;
}
@media (max-width: 575.98px) {
  article.full-article .article-content p,
  article.full-article .article-content ul {
    font-size: 1.05882353rem;
    line-height: 1.64705882rem;
  }
}
article.full-article .article-content p a,
article.full-article .article-content ul a {
  color: #ed1c24;
  transition: all 100ms ease-out;
  text-decoration: none;
}
article.full-article .article-content p a:hover,
article.full-article .article-content ul a:hover {
  text-decoration: none;
  border-bottom: 2px solid #ed1c24;
}
article.full-article .article-content.long-form p,
article.full-article .article-content.long-form ul {
  font-size: 1.41176471rem;
  line-height: 2rem;
  font-family: "freight-text-pro", "Times", serif;
  color: #010101;
}
@media (max-width: 575.98px) {
  article.full-article .article-content.long-form p,
  article.full-article .article-content.long-form ul {
    font-size: 1.05882353rem;
    line-height: 1.64705882rem;
  }
}
article.full-article .article-content.long-form p a,
article.full-article .article-content.long-form ul a {
  color: #ed1c24;
  transition: all 100ms ease-out;
  text-decoration: none;
}
article.full-article .article-content.long-form p a:hover,
article.full-article .article-content.long-form ul a:hover {
  text-decoration: none;
  border-bottom: 2px solid #ed1c24;
}
.pagination a {
  font-size: 0.70588235rem;
  line-height: 0.79058824rem;
  color: #ed1c24;
}
.search-results .pagination {
  justify-content: center !important;
  display: flex;
  margin: auto;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}
.search-results .pagination li:last-child a,
.search-results .pagination li:last-child span {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.search-results .pagination li:first-child a,
.search-results .pagination li:first-child span {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .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: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #ed1c24;
  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 #020100;
}
.list-piped li:last-child > * {
  border: none;
}
.list-headlines {
  margin-left: 15px;
  padding-left: 0;
}
.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;
}
._header-base,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  color: #020100;
}
h1 {
  font-size: 2.36882353rem;
  line-height: 2.65308235rem;
}
h2 {
  font-size: 1.77705882rem;
  line-height: 1.99030588rem;
}
h3 {
  font-size: 1.33294118rem;
  line-height: 1.49289412rem;
}
h4 {
  font-size: 1rem;
  line-height: 1.12rem;
}
h5 {
  font-size: 0.75rem;
  line-height: 0.84rem;
}
h6 {
  font-size: 0.56294118rem;
  line-height: 0.63049412rem;
}
.pipe {
  color: #767575;
}
.subheader {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  color: #020100;
  font-weight: 700;
}
.subheader.bordered {
  padding-top: 1em;
  border-top: 2px solid #4e3629;
}
.preheader {
  font-size: 0.82352941rem;
  line-height: 0.82352941rem;
}
.preheader .btn-primary:hover,
.preheader .btn-primary:active {
  background: #fff !important;
  color: #ed1c24 !important;
}
footer {
  font-size: 0.82352941rem;
  line-height: 1.05882353rem;
  font-family: "freight-display-pro", sans-serif;
  font-weight: 300;
}
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*="youtube.com"] .fa-circle {
  color: #ff0000;
}
footer a {
  color: #fff;
}
#mainNavbar {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  background: #fff;
  font-size: 0.76470588rem;
  line-height: 0.85647059rem;
  font-family: "freight-display-pro", sans-serif;
  font-weight: 300;
}
#mainNavbar a {
  color: #333;
}
#mainNavbar .navbar-item.bg-primary-color a {
  color: #fff;
}
#mainNavbar .dropdown-toggle::after {
  display: none !important;
}
@media (min-width: 992px) {
  #mainNavbar .dropdown-menu {
    font-size: 0.76470588rem;
    line-height: 0.76470588rem;
    padding: 10px;
    border-radius: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    border-bottom: 2px solid #ed1c24;
    margin-top: -5px;
    text-align: left;
  }
  #mainNavbar .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #333;
    padding: 10px 0;
  }
  #mainNavbar .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
  }
  #mainNavbar .dropdown-menu .dropdown-item:hover,
  #mainNavbar .dropdown-menu .dropdown-item:active {
    background: #fff;
    color: #ed1c24;
  }
}
@media (max-width: 1199.98px) {
  #mainNavbar {
    font-size: 0.76470588rem;
    line-height: 0.76470588rem;
  }
}
#mainNavbar .home-link {
  display: none;
}
#mainNavbar .form-control {
  border-radius: 0;
  border: none;
}
@media (max-width: 767.98px) {
  #mainNavbar .home-link-mobile {
    display: none;
  }
}
#fixedNavbar {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  transition: top ease-in 100ms;
  z-index: 999;
  background: #fff;
}
#fixedNavbar .home-link {
  display: block;
}
@media (max-width: 767.98px) {
  #fixedNavbar .home-link-mobile {
    display: block;
  }
}
.skip-content {
  position: absolute;
  top: 0;
  left: -2000px;
  text-align: center;
  width: 100%;
}
.skip-content:focus-within {
  left: 0;
}
.classified-ad-container {
  margin-bottom: 10px;
}
.classified-ad-container .ad-copy {
  clear: both;
}
.classified-ad-container .ad-copy .ad-gif {
  float: right;
  margin: 0 0 5px 5px;
  max-width: 300px;
}
.classified-ad-container .ad-map {
  display: block;
  margin: 10px auto;
}
.classified-sidebar .btn-primary {
  text-transform: uppercase;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.classified-sidebar .fine-print {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #333;
  font-size: 0.8em;
}
.classified-sidebar ul {
  margin: 0;
  padding: 0;
}
.classified-sidebar ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.classified-sidebar ul li a {
  display: block;
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 5px;
}
.event .post-event {
  display: block;
  text-align: center;
  background: #fff;
  border: 1px solid #ed1c24;
  padding: 5px 0;
  margin-bottom: 5px;
}
.event #event-content {
  position: relative;
}
.event #event-content[class*="loading-"]:before,
.event #event-content[class*="loading-"]:after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  top: 40%;
  text-align: center;
  animation: fa-spin 0.5s infinite steps(8);
  -webkit-animation: fa-spin 0.5s infinite steps(8);
  font: normal normal normal 100px/1 FontAwesome;
}
.event #event-content[class*="loading-"]:after {
  content: "\f110";
}
.event #event-content[class*="loading-"][class*="-right"]:before,
.event #event-content[class*="loading-"][class*="-right"]:after {
  text-align: right;
}
.event #event-content[class*="loading-"][class*="-left"]:before,
.event #event-content[class*="loading-"][class*="-left"]:after {
  text-align: left;
}
.event #event-content[class*="loading-"][class*="-content"]:after {
  top: 200px;
  height: 100px;
}
.event #event-content.loading-xs:after {
  top: initial;
}
.event #event-content.loading-content:after {
  color: #ed1c24;
  text-shadow: 0px 0px 1px #fff, 1px 1px 1px #fff, -1px -1px 1px #fff;
}
.event #event-sidebar a.events-link {
  color: #ed1c24;
}
.event #event-sidebar .sidebar-label {
  color: #ed1c24;
  font-weight: 600;
}
.event #event-sidebar h4 {
  margin-bottom: 10px;
}
.event #event-sidebar ul {
  margin: 0;
}
.event #event-sidebar ul li {
  list-style-type: none;
}
.event .card-row {
  margin-bottom: 42px;
}
.event .card-row:first-child {
  margin-top: 42px;
}
.event .event-card {
  position: relative;
  border: 1px solid #ccc;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 575.98px) {
  .event .event-card {
    margin-bottom: 45px;
  }
}
.event .event-card:hover {
  box-shadow: 5px 5px 5px #b3b3b3;
  transition: all 0.4s ease-in;
  cursor: pointer;
}
.event .event-card:before {
  position: absolute;
  top: -22px;
  left: 0px;
  font-size: 14px;
  font-weight: 700;
  color: #ed1c24;
  text-transform: uppercase;
  content: attr(data-eventsection);
}
.event .event-card a.fullLink {
  display: block;
  position: absolute;
  opacity: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.event .event-card .card-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ed1c24;
  width: 100%;
  border-bottom: 1px inset #ccc;
  height: 250px;
}
@media (min-width: 575.98px) {
  .event .event-card .card-header {
    height: 125.5px;
  }
}
@media (min-width: 767.98px) {
  .event .event-card .card-header {
    height: 109px;
  }
}
@media (min-width: 991.98px) {
  .event .event-card .card-header {
    height: 134px;
  }
}
.event .event-card .card-content {
  padding: 5px;
  overflow-y: hidden;
}
.event .event-card .card-content h1,
.event .event-card .card-content h2,
.event .event-card .card-content h3,
.event .event-card .card-content h4,
.event .event-card .card-content h5,
.event .event-card .card-content h6,
.event .event-card .card-content p {
  font-family: "Open Sans", sans-serif;
  margin: 0;
}
.event .event-card .card-content .card-title {
  line-height: 26px;
  font-size: 14px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 5px;
}
.event .event-card .card-content .card-date {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.event .event-card .card-content .card-location,
.event .event-card .card-content .card-price {
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  display: inline-block;
}
.event .event-card .card-content .card-location.with-location,
.event .event-card .card-content .card-price.with-location {
  padding-left: 10px;
}
.event .event-card .card-content p {
  font-size: 12px;
  font-weight: 400;
}
.event .event-card .card-content p ~ p {
  margin-top: 5px;
}
/* XS devices (0px up to tablets, 768px) */
/* XS & Small devices (up to 768) */
/* Small devices (tablets, 768px and up to desktops, 992px) */
/* Medium devices (desktops, 992px and up to large desktops, 1200px) */
.embedded-galleria {
  height: 500px;
}
@media (max-width: 575.98px) {
  .embedded-galleria {
    height: 250px;
  }
}
.sidebar .embedded-galleria {
  height: 250px;
}
::-moz-placeholder {
  font-size: 0.64705882rem;
  line-height: 0.64705882rem;
}
::-webkit-input-placeholder {
  font-size: 0.64705882rem;
  line-height: 0.64705882rem;
}
:-ms-input-placeholder {
  font-size: 0.64705882rem;
  line-height: 0.64705882rem;
}
:-moz-placeholder {
  font-size: 0.64705882rem;
  line-height: 0.64705882rem;
}
#sponsored-section .sponsored-content {
  font-family: "freight-text-pro", "Times", serif;
  font-size: 1rem;
  line-height: 1.41176471rem;
}
#sponsored-section .sponsored-content p {
  margin-bottom: 1rem;
}
#sponsored-section .sponsored-content h1,
#sponsored-section .sponsored-content h2,
#sponsored-section .sponsored-content h3 {
  margin-bottom: 0.5rem;
  text-align: center;
  font-weight: bold;
  font-family: "freight-text-pro", "Times", serif;
}
#sponsored-section .sponsored-content blockquote {
  font-size: 1.29411765rem;
  line-height: 1.64705882rem;
  text-align: center;
  font-weight: bold;
}
:root {
  font-size: 17px;
}
body {
  font-size: 17px;
  color: #020100;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}
img {
  max-width: 100%;
}
a {
  color: #ed1c24;
}
a:hover {
  color: #4e3629;
  text-decoration: underline;
}
.container-fluid.max-width {
  max-width: 1400px;
}
.__ceo-flex-container {
  justify-content: space-around;
}
.__ceo-flex-container .__ceo-flex-col {
  flex-grow: 1;
  flex-basis: 0;
  margin-right: 30px;
}
.__ceo-flex-container .__ceo-flex-col:last-child {
  margin-right: 0;
}
.d-xxl-flex {
  display: none;
}
.d-xxl-block {
  display: none;
}
.d-xxl-none {
  display: inherit;
}
@media (min-width: 1340px) {
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-none {
    display: none !important;
  }
}
hr {
  border-top: 1px solid rgba(0, 0, 0, 0.33);
}
