.text-spaced {
  letter-spacing: 0.1em;
}

.text-normal {
  font-weight: normal !important;
}

.bg-toned-1 {
  background: #F7F5F2 !important;
}

.text-primary {
  color: #AF231C !important;
}

.text-primary-6 {
  color: #88110A !important;
}

.text-secondary {
  color: #4A80D6 !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

.radius-sm {
  border-radius: 3px !important;
}

.radius-lg {
  border-radius: 6px !important;
}

.img-fluid {
  max-width: 100%;
  max-height: 100%;
}

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

.mt-1 {
  margin-top: 4px !important;
}

.mt-2 {
  margin-top: 8px !important;
}

.mt-n2 {
  margin-top: -8px !important;
}

.mt-3 {
  margin-top: 16px !important;
}

.mt-n3 {
  margin-top: -16px !important;
}

.mt-4 {
  margin-top: 24px !important;
}

.mt-n4 {
  margin-top: -24px !important;
}

.mt-5 {
  margin-top: 32px !important;
}

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

.mb-1 {
  margin-bottom: 4px !important;
}

.mb-2 {
  margin-bottom: 8px !important;
}

.mb-3 {
  margin-bottom: 16px !important;
}

.mb-4 {
  margin-bottom: 24px !important;
}

.mb-5 {
  margin-bottom: 32px !important;
}

@media (min-width: 768px) {
  .mb-md-3 {
    margin-bottom: 16px !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 4px !important;
}

.ml-2 {
  margin-left: 8px !important;
}

.ml-3 {
  margin-left: 16px !important;
}

.ml-4 {
  margin-left: 24px !important;
}

.ml-5 {
  margin-left: 32px !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 4px !important;
}

.mr-2 {
  margin-right: 8px !important;
}

.mr-3 {
  margin-right: 16px !important;
}

.mr-4 {
  margin-right: 24px !important;
}

.mr-5 {
  margin-right: 32px !important;
}

.mx-4 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.my-4 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.p-1 {
  padding: 4px !important;
}

.p-2 {
  padding: 8px !important;
}

.p-3 {
  padding: 16px !important;
}

.p-4 {
  padding: 24px !important;
}

.p-5 {
  padding: 32px !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

.align-items-center {
  -webkit-box-align: center !important;
          align-items: center !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.heading-bar {
  background: #E9E7E4;
  color: #292724;
  padding: 8px 15px;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .heading-bar {
    margin-left: -16px;
    margin-right: -16px;
  }
}

.heading-bar.header-bar-sponsored {
  background: #FFDB80;
  color: #775500;
}

.heading-bar.heading-bar-with-icon {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.heading-bar.heading-bar-with-icon svg {
  font-size: 18px;
  opacity: 0.6;
}

.heading-bar.heading-bar-with-icon svg:first-child {
  margin-right: 12px;
}

.heading-bar.heading-bar-with-icon svg:last-child {
  margin-left: 12px;
}

.heading-bar.heading-bar-lg {
  padding: 8px 15px;
  font-size: 20px;
  line-height: 1.38em;
}

.heading-bar.heading-bar-dark {
  background: #292929;
  color: #FFFFFF;
}

.heading-bar.heading-bar-primary {
  background: rgba(247, 245, 242, 0.8);
  color: #88110A;
}

.heading-bar.heading-bar-hr {
  padding-top: 16px;
  border-top: 1px solid #E9E7E4;
  background: none !important;
}

.heading-icon-wrap {
  display: -webkit-box;
  display: flex;
  margin-left: -16px;
  -webkit-box-align: center;
          align-items: center;
}

.heading-icon-wrap span {
  -webkit-box-flex: 0;
          flex-grow: 0;
  flex-shrink: 0;
}

.heading-icon-wrap span:first-child,
.heading-icon-wrap span:last-child {
  font-size: 22px;
  width: 16px;
}

.heading-icon-wrap span:first-child {
  text-align: left;
}

.heading-icon-wrap span:last-child {
  text-align: right;
}

.mk-copy h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.38;
}

.mk-copy h3:not(.heading-bar) {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.38;
}

.mk-copy h4 {
  line-height: 1.38;
  font-weight: normal;
  font-size: 24px;
}

.mk-copy .lead {
  font-weight: 400;
  line-height: 1.6;
  font-size: 18px;
}

.section {
  padding-bottom: 52px;
}

.section.section-lg {
  padding-bottom: 52px;
  padding-top: 52px;
  margin-bottom: 42px;
}

.section.section-additional-content {
  box-shadow: 0 -75px 100px rgba(0, 0, 0, 0.05);
}

.section-sidebar {
  height: 100%;
  border-left: 1px solid #E9E7E4;
}

.section-copy {
  font-size: 16px;
}

.section-copy a {
  color: #4A80D6;
}

.section-copy .lead {
  font-weight: normal;
  font-size: 18px;
  line-height: 1.62em;
}

.section-subsection {
  margin-bottom: 32px;
}

.content.main {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1200px) {
  .container.container-wide {
    max-width: 1140px !important;
  }
}

.container.container-wide .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1200px) {
  .container.container-wide .container {
    max-width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.col-content {
  width: calc(100% - 330px);
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col-sidebar {
  width: 330px;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.topic-banner {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  height: 240px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: end;
          align-items: flex-end;
  margin-bottom: 16px;
}

.topic-banner.topic-banner-fluid {
  height: 150px;
  padding: 0 32px;
  margin: 0 -16px 32px;
  -webkit-box-pack: start;
          justify-content: flex-start;
  border-radius: 0;
}

.topic-banner-background {
  display: block;
  position: absolute;
  z-index: 1;
}

@media (min-width: 768px) {
  .topic-banner-background {
    height: 100%;
    width: auto;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (min-width: 992px) {
  .topic-banner-background {
    width: 100%;
    height: auto;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.topic-banner-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.topic-banner-fluid .topic-banner-content {
  text-align: left;
}

.topic-banner-heading {
  font-size: 42px;
  color: #FFFFFF;
  margin-bottom: 32px;
}

.topic-banner-heading small {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.8);
}

.topic-banner-fluid .topic-banner-heading {
  font-size: 24px;
  margin-bottom: 16px;
}

.topic-banner-fluid .topic-banner-heading small {
  font-size: 16px;
  margin-bottom: 8px;
}

.topic-banner-sponsor {
  color: #FFFFFF;
  font-size: 18px;
  margin-bottom: 26px;
}

.nav {
  display: -webkit-box;
  display: flex;
  font-size: 16px;
}

.nav a {
  color: #4A80D6;
  text-decoration: underline;
}

.nav a:hover {
  color: #275bac;
}

.nav-item {
  padding: 6px 0;
}

.nav-item:not(:first-child) {
  padding-left: 12px;
}

.nav-item:not(:last-child) {
  padding-right: 12px;
}

.nav-tabs.nav-tabs-plain {
  border-bottom: 1px solid #F7F5F2;
}

.nav-tabs.nav-tabs-plain > li > a {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #625F5B;
  text-decoration: none;
  border-radius: 0;
}

.nav-tabs.nav-tabs-plain > li > a:hover {
  border-bottom-color: #F7F5F2;
  background: #E9E7E4;
  color: #292724;
}

.nav-tabs.nav-tabs-plain > li.active > a {
  background: #F7F5F2;
  border: 1px solid #F7F5F2;
  color: #AF231C;
}

.article.article-list-item {
  display: -webkit-box;
  display: flex;
}

.article.article-block {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: stretch;
          align-items: stretch;
}

.article-list-archive .article.article-with-thumbnail {
  margin-top: 16px;
}

.article-notice {
  background: #F7F5F2;
  color: #292724;
  padding: 12px 15px;
  font-size: 18px;
}

.article-notice a {
  font-weight: bold;
  color: #AF231C;
  text-decoration: underline;
}

.article-list-archive .article-heading {
  margin-bottom: 15px;
}

.article-content {
  position: relative;
}

.article-list-item .article-content,
.article-block .article-content {
  -webkit-box-flex: 1;
          flex-grow: 1;
  margin-top: 0;
  margin-bottom: 0;
}

.article-with-sticky-notice .article-content {
  padding-bottom: 51px;
}

.article-image-wrapper {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  flex-shrink: 0;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.15);
}

.article-image-wrapper img {
  position: absolute;
  width: 100%;
  height: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.article-block .article-image-wrapper {
  margin-bottom: 16px;
}

.article-media .article-image-wrapper:before {
  position: absolute;
  z-index: 3;
  content: "";
  top: 0;
  left: 0;
  height: 32px;
  width: 42px;
  background: rgba(41, 39, 36, 0.8);
}

.article-media .article-image-wrapper:after {
  position: absolute;
  top: 8px;
  left: 12px;
  z-index: 4;
  content: "";
  border-top: 8px solid rgba(255, 255, 255, 0);
  border-bottom: 8px solid rgba(255, 255, 255, 0);
  border-right: none;
  border-left: 18px solid rgba(255, 255, 255, 0.8);
}

.article-media:hover .article-image-wrapper:before {
  background: #AF231C;
}

.article-list-item .article-image-wrapper {
  width: 125px;
  height: 70px;
  padding-bottom: 0;
}

.article-list-item .article-image-wrapper:first-child {
  margin-right: 16px;
}

.article-list-item .article-image-wrapper:last-child {
  margin-left: 16px;
}

@media (min-width: 992px) {
  .article-list-item .article-image-wrapper {
    width: 192px;
    height: 108px;
  }
}

.article-list-archive .article-image-wrapper {
  float: left;
  padding-bottom: 0;
  margin-right: 15px;
  margin-left: -15px;
  margin-bottom: 10px;
  margin-top: -10px;
}

.article-title {
  color: #292724;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.3;
}

.article-title:not(:last-child) {
  margin-bottom: 8px;
}

.article-title a {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  display: block;
  text-decoration: none;
  color: inherit !important;
}

.article-title a:hover {
  color: #AF231C !important;
  text-decoration: underline;
}

.article-media .article-title {
  font-size: 16px;
}

.article-list-archive .article-title {
  font-size: 20px;
}

p.article-meta,
.article-meta {
  color: #403D3A;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.3;
  -webkit-box-align: center;
          align-items: center;
}

p.article-meta:not(:last-child),
.article-meta:not(:last-child) {
  margin-bottom: 12px;
}

p.article-meta > span,
.article-meta > span {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
}

p.article-meta > span:not(:last-child),
.article-meta > span:not(:last-child) {
  padding-right: 12px;
  margin-right: 8px;
  border-right: 1px solid #D9D7D3;
}

p.article-meta > span.article-author,
.article-meta > span.article-author {
  display: inline;
}

p.article-meta svg,
.article-meta svg {
  opacity: 0.6;
  margin-right: 4px;
}

p.article-meta a,
.article-meta a {
  color: inherit;
  font-weight: inherit;
}

.article-list-archive p.article-meta,
.article-list-archive .article-meta {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #403D3A;
}

.article-media-meta {
  margin-bottom: 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.article-media-meta:not(:last-child) {
  margin-bottom: 8px;
}

.article-media-meta > span {
  display: block;
  background: rgba(0, 0, 0, 0.8);
  padding: 2px 8px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  color: #FFFFFF;
  margin-bottom: 4px;
}

.article-media-meta > span:not(:last-child) {
  margin-right: 4px;
}

.article-media-meta .article-media-sponsored {
  background: #FFDB80;
  color: #775500;
  font-weight: bold;
}

.article-excerpt {
  color: #625F5B;
  font-size: 16px;
}

a.article-read-more {
  margin-top: 12px;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 14px;
  text-decoration: none;
  color: #403D3A;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

a.article-read-more svg {
  font-size: 21px;
}

a.article-read-more:visited {
  color: #625F5B;
}

a.article-read-more:hover {
  color: #AF231C;
}

.article-list-heading {
  background: #F7F5F2;
  margin-left: -15px;
  padding: 8px 15px;
  color: #403D3A;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.article-list-item,
li.article-list-item {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
  -webkit-box-align: center;
          align-items: center;
}

.article-list-item:not(:last-child),
li.article-list-item:not(:last-child) {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(233, 231, 228, 0.7);
}

.article-list-flush .article-list-item:not(:last-child),
.article-list-flush li.article-list-item:not(:last-child) {
  padding-bottom: 6px;
  border-bottom: none;
}

.article-list-item:not(:first-child),
li.article-list-item:not(:first-child) {
  padding-top: 16px;
}

.article-list-item > .article-content,
li.article-list-item > .article-content {
  margin: 0;
}

.article-list-archive .article-list-item,
.article-list-archive li.article-list-item {
  display: block;
}

.article-list-archive .article-list-item:not(:last-child),
.article-list-archive li.article-list-item:not(:last-child) {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(233, 231, 228, 0.8);
}

.article-list-archive .article-list-item:not(:first-child),
.article-list-archive li.article-list-item:not(:first-child) {
  padding-top: 24px;
}

.article-list-flush .article-list-item .article-title,
.article-list-flush li.article-list-item .article-title {
  font-size: 16px;
}

.article-grid {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}

.article-grid .article-image-wrapper {
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.15);
}

.article-grid .article-title {
  font-size: 20px;
  line-height: 1.25em;
}

.article-grid .article-meta {
  font-size: 16px;
}

.article-grid .article-excerpt {
  font-weight: normal;
  color: #625F5B;
}

.article-grid .article-excerpt:last-child {
  margin-bottom: 0;
}

.article-grid-item {
  padding: 0 16px;
  margin-bottom: 32px;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.article-grid-item > .article-image-wrapper {
  margin-bottom: 8px;
}

.article-grid-item > .article-content {
  margin: 0;
}

.article-inline-sidebar {
  padding: 16px;
  background: #F7F5F2;
  width: 281px;
  margin-bottom: 16px;
}

.article-inline-sidebar img {
  max-width: 100%;
  height: auto;
}

.article-inline-sidebar h1,
.article-inline-sidebar h2,
.article-inline-sidebar h3 {
  font-size: 22px;
  margin-bottom: 16px;
}

.article-inline-sidebar h1:not(:first-child),
.article-inline-sidebar h2:not(:first-child),
.article-inline-sidebar h3:not(:first-child) {
  padding-top: 10px;
}

.article-inline-sidebar h4,
.article-inline-sidebar h5,
.article-inline-sidebar h6 {
  font-size: 18px;
  margin-bottom: 16px;
  margin-top: 0;
}

.article-inline-sidebar ul {
  padding-left: 20px;
  margin-bottom: 16px;
}

.article-inline-sidebar hr {
  height: 1px;
  background: #D9D7D3;
  margin-left: -16px;
  margin-right: -16px;
  width: calc(100% + 32px);
  margin-top: 24px;
  margin-bottom: 24px;
}

.article-inline-sidebar > *:first-child {
  margin-top: 0;
}

.article-inline-sidebar > *:last-child {
  margin-bottom: 0;
}

.article-inline-sidebar.article-inline-sidebar-left {
  float: left;
  margin-right: 15px;
  margin-left: -28px;
}

@media (max-width: 991px) {
  .article-inline-sidebar.article-inline-sidebar-left {
    margin-left: -24px;
  }
}

.article-inline-sidebar.article-inline-sidebar-right {
  float: right;
  margin-left: 15px;
  margin-right: -15px;
}

@media (max-width: 991px) {
  .article-inline-sidebar.article-inline-sidebar-right {
    margin-right: -24px;
  }
}

.article-inline-sidebar.article-inline-sidebar-lg {
  width: 395px;
}

.article-inline-sidebar.article-inline-sidebar-sm {
  width: 203px;
}

.article-sticky-notice {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background: red;
}

.article-sticky-notice .article-sticky-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: stretch;
          align-items: stretch;
  -webkit-box-pack: end;
          justify-content: flex-end;
  position: -webkit-sticky;
  position: sticky;
  height: 51px;
  top: calc(100vh - 51px);
}

@media (min-width: 992px) {
  .article-sticky-notice .article-sticky-item {
    width: 610px;
  }
}

.btn {
  border-radius: 0;
}

.btn.btn-primary {
  background: #AF231C;
  border-color: #AF231C;
}

.hover-buttons:hover .btn.btn-primary,
.btn.btn-primary:hover {
  background: #88110A;
  border-color: #88110A;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(175, 35, 28, 0.3);
}

.btn.btn-primary.btn-glass {
  background: rgba(175, 35, 28, 0.3);
  border-color: rgba(175, 35, 28, 0);
}

.hover-buttons:hover .btn.btn-primary.btn-glass,
.btn.btn-primary.btn-glass:hover {
  background: #AF231C;
  border-color: #AF231C;
}

.btn.btn-plain {
  color: #292724;
  background: none;
  border-color: #D9D7D3;
}

.hover-buttons:hover .btn.btn-plain,
.btn.btn-plain:hover {
  background: #D9D7D3;
}

.btn.btn-with-icon {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
}

.btn.btn-with-icon svg {
  font-size: 18px;
}

.btn.btn-with-icon svg:first-child {
  margin-right: 8px;
}

.btn.btn-with-icon svg:last-child {
  margin-left: 8px;
}

.btn.btn-with-icon.btn-block {
  display: -webkit-box;
  display: flex;
}

.btn.btn-sm {
  font-size: 14px;
}

.bzn-example {
  background: #DEDEDE;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: #444444;
  text-align: center;
  border-radius: 3px;
  font-size: 18px;
}

.bzn-example.bzn-300x600 {
  width: 300px;
  height: 600px;
}

.bzn-example.bzn-300x250 {
  width: 300px;
  height: 250px;
}

.ics-callout {
  background: #ECF3F0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 75px;
  padding-bottom: 0;
}

.ics-callout .ics-callout-logo {
  margin-top: -75px;
  display: inline-block;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  padding: 15px;
  background: #121D1A;
  border: 6px solid #FFFFFF;
}

.ics-callout .ics-callout-logo img {
  width: 100%;
  height: auto;
}

.ics-callout .ics-callout-tag {
  font-size: 16px;
  font-weight: bold;
  background: #FFDB80;
  color: #775500;
  line-height: 1.4;
  padding: 4px 8px;
  margin-top: -32px;
}

.ics-callout .ics-callout-content {
  text-align: center;
  padding: 20px;
}

.ics-callout .ics-callout-content p {
  font-size: 16px;
}

.ics-callout .btn-ics {
  color: #fff;
  background: #3DB482;
  padding: 8px 16px;
}

.stats {
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly;
  height: 188px;
}

.stats-label {
  font-size: 20px;
  font-weight: bold;
  color: #403D3A;
}

.stats-value {
  font-size: 48px;
  font-weight: bold;
  color: #292724;
  line-height: 1em;
}

.stats-sub {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.stats-sub .stats-item:not(:last-child) {
  margin-right: 24px;
}

.stats-sub .stats-label {
  font-size: 16px;
  color: #625F5B;
  font-weight: normal;
}

.stats-sub .stats-value {
  font-size: 22px;
}

.sitewide-sticky-alerts {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 0;
  margin: 0;
}

.sitewide-sticky-alerts .alert {
  margin-bottom: 0;
}

.alert.alert-featured-topic {
  margin: 0 -15px;
  border-radius: 0;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  background: #180201;
  padding-top: 12px;
  padding-bottom: 12px;
  color: rgba(255, 255, 255, 0.9);
}

.alert.alert-featured-topic a {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  color: inherit;
  text-decoration: none;
}

.alert.alert-featured-topic a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

@media (min-width: 992px) {
  .alert.alert-featured-topic.content-width {
    max-width: 640px;
  }
}

.alert.alert-featured-topic .dismiss {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  position: absolute;
  top: 12px;
  right: 15px;
  color: rgba(255, 255, 255, 0.7);
}

.alert.alert-featured-topic .dismiss:hover {
  color: #FFFFFF;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.alert-featured-topic .alert-content {
  display: block;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
}

.alert-featured-topic .alert-content .btn {
  margin-left: auto;
  border-radius: 0;
}

.carousel.carousel-top-stories {
  background: #FFFFFF;
  padding-top: 56.25%;
  width: 100%;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.15);
}

.carousel.carousel-top-stories > .carousel-inner {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  right: 0;
}

.carousel.carousel-top-stories > .carousel-inner > .item.active,
.carousel.carousel-top-stories > .carousel-inner > .item.next,
.carousel.carousel-top-stories > .carousel-inner > .item.prev {
  display: -webkit-box;
  display: flex;
}

.carousel-toolbar {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  margin: 0 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.carousel-toolbar .carousel-tool {
  padding: 0;
  height: 36px;
  line-height: 36px;
  font-size: 28px;
  color: rgba(255, 255, 255, 0.5);
}

.carousel-toolbar .carousel-tool:hover {
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.3);
}

.carousel-top-stories .carousel-indicators {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  position: relative;
  bottom: 0;
  left: 0;
  margin: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  height: 36px;
}

.carousel-top-stories .carousel-indicators li {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 0 5px;
  border: none;
  border-radius: 0;
  width: 32px;
  height: 36px;
}

.carousel-top-stories .carousel-indicators li:after {
  content: "";
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  height: 2px;
}

.carousel-top-stories .carousel-indicators li.active {
  background: none;
  border-top: 15px solid rgba(255, 255, 255, 0);
  border-bottom: 15px solid rgba(255, 255, 255, 0);
}

.carousel-top-stories .carousel-indicators li.active:after {
  background: rgba(255, 255, 255, 0.8);
  height: 4px;
}

.carousel-top-stories .carousel-indicators li:hover,
.carousel-top-stories .carousel-indicators li:focus {
  border-top: 15px solid rgba(255, 255, 255, 0);
  border-bottom: 15px solid rgba(255, 255, 255, 0);
  background: rgba(255, 255, 255, 0.3);
}

.carousel-top-stories .carousel-indicators li:hover:after,
.carousel-top-stories .carousel-indicators li:focus:after {
  background: rgba(255, 255, 255, 0.8);
}

.article-carousel {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: end;
          justify-content: flex-end;
  text-align: left;
}

.article-carousel .article-clickable {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.article-carousel .article-clickable:hover {
  background: rgba(255, 255, 255, 0.05);
}

.article-carousel .article-clickable:hover + .article-content {
  padding-top: 90px;
}

.article-carousel .article-clickable:hover + .article-content + .article-bg > img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.article-carousel .article-content {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-box-flex: 0;
          flex-grow: 0;
  padding: 120px 30px 76px;
  position: relative;
  z-index: 2;
  margin-top: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(41, 39, 36, 0)), color-stop(rgba(41, 39, 36, 0.38)), color-stop(rgba(41, 39, 36, 0.62)), to(#292724));
  background: linear-gradient(to bottom, rgba(41, 39, 36, 0), rgba(41, 39, 36, 0.38), rgba(41, 39, 36, 0.62), #292724);
  margin-bottom: 0;
}

.single-slide .article-carousel .article-content {
  padding-bottom: 30px;
}

.article-carousel .article-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  overflow: hidden;
}

.article-carousel .article-bg > img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: auto;
  width: 100%;
}

.article-carousel .article-title {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 1px 1px 5px #292724;
}

.article-carousel .article-meta {
  color: #FFFFFF;
  font-size: 16px;
}

.breadcrumb.breadcrumb-plain {
  background: none;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  font-size: 16px;
}

.breadcrumb.breadcrumb-plain a {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  color: #625F5B;
  text-decoration: underline;
}

.breadcrumb.breadcrumb-plain a:hover {
  color: #AF231C;
}

.breadcrumb.breadcrumb-plain > .active {
  color: #292724;
}

.archive-header {
  margin-bottom: 30px;
  margin-left: -15px;
}

.archive-title {
  font-size: 32px;
}

.archive-title .subtitle {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 4px;
  margin-bottom: 4px;
}

.archive-header-toolbar {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  border-bottom: 1px solid #C1BEBA;
  color: #625F5B;
}

.archive-header-toolbar > * {
  margin-bottom: 0;
}

.archive-header-links {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.archive-header-links .btn {
  font-weight: normal;
  color: #625F5B;
}

.archive-header-links .btn:hover {
  color: #292724;
  background: #E9E7E4;
}

.archive-header-links .btn.disabled {
  color: #7B7873;
}

.archive-simple-pagination {
  border-top: 1px solid #D9D7D3;
  margin-top: 15px;
  padding-top: 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.archive-simple-pagination .btn {
  -webkit-box-flex: 1;
          flex-grow: 1;
  background: #F7F5F2;
  color: #292724;
}

.archive-simple-pagination .btn:first-child {
  margin-right: 15px;
}

.archive-simple-pagination .btn:last-child {
  margin-left: 15px;
}

.archive-simple-pagination .btn:hover {
  background: #E9E7E4;
  color: #88110A;
}

.tag {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #292724;
  line-height: 16px;
  padding: 4px 8px;
  font-weight: bold;
  margin-bottom: 8px;
}

.tag.tag-highlight {
  background: #FFDB80;
}

.subscribe-banner input[type=email]:focus {
  box-shadow: none;
}

.subscribe-banner.subscribe-banner-in-content-2 {
  color: black;
  width: 100%;
  height: 276px;
  text-align: center;
  overflow: hidden;
  border: 1px solid #D9D7D3;
}

.subscribe-banner.subscribe-banner-in-content-2 h4 {
  font-size: 28px;
  font-family: inherit;
  line-height: 1.3;
  color: #292724;
}

.subscribe-banner.subscribe-banner-in-content-2 p {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0;
  color: #403D3A;
}

.subscribe-banner.subscribe-banner-in-content-2 form {
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.subscribe-banner.subscribe-banner-in-content-2 input[type=email] {
  display: block;
  width: 300px;
  padding: 8px 16px;
  color: #292724;
  border: 2px solid #000000;
  border-radius: 0;
  margin-right: 16px;
  line-height: 1.32;
  font-size: 18px;
}

.subscribe-banner.subscribe-banner-in-content-2 button {
  position: static;
  display: block;
  line-height: 1.32;
  padding: 8px 16px;
  background: #AF231C;
  color: #fff;
  line-height: 1.32;
  font-size: 18px;
  font-weight: bold;
  border-radius: 0;
  border: 1px solid #AF231C;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.subscribe-banner.subscribe-banner-in-content-2 button:hover {
  background: #88110A;
  border-color: #88110A;
  cursor: pointer;
}

