.post-container .post-thumbnail {
  display: none;
}

@media (min-width: 576px) {
  .post-container {
    /* stylelint-disable */
  }
  .post-container .post-thumbnail {
    padding-bottom: 30px;
  }
  .post-container .post-thumbnail figure {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
  }
  .post-container .post-thumbnail figure img {
    width: 100%;
    height: auto;
    max-height: 267px;
    object-fit: cover;
  }
  .post-container .post-thumbnail figure figure figcaption {
    font-size: 0.625rem;
    color: #3b3b3b;
    text-align: right;
  }
  .post-container .post-thumbnail figure figure.figure-excerpt {
    position: absolute;
    background: transparent;
    background-image: linear-gradient(to top, black, transparent);
    margin: 0;
    top: 0;
    width: 100%;
    min-height: 267px;
  }
  .post-container .post-thumbnail figure figure.figure-excerpt figcaption {
    text-align: left;
    color: #ffffff;
    font-size: 1.125rem;
    line-height: 1.56;
    font-weight: 600;
    margin: 10px 25px;
    bottom: 0;
    position: absolute;
  }
  .post-container.-no-sidebar {
    /* stylelint-enable */
  }
  .post-container.-no-sidebar .post-thumbnail {
    max-width: 660px;
    margin: 0 auto 30px;
  }
}
@media (min-width: 768px) {
  .post-container .post-thumbnail figure img {
    max-height: 405px;
    max-width: 660px;
    width: auto;
    height: 405px;
    object-fit: cover;
    aspect-ratio: 16/9;
  }
  .post-container .post-thumbnail figure figure.figure-excerpt {
    width: auto;
    max-width: 660px;
    min-height: 370px;
    height: 405px;
    object-fit: cover;
    aspect-ratio: 16/9;
  }
}
@media (min-width: 992px) {
  .post-container .post-thumbnail figure img {
    max-width: 680px;
  }
  .post-container .post-thumbnail figure figure.figure-excerpt {
    max-width: 680px;
  }
}
.article-container .post-header {
  text-align: center;
  margin-top: 30px;
  padding: 0 12px;
}
.article-container .post-header img[src*=gravatar] {
  display: none !important;
}
.article-container .post-header .post-category a,
.article-container .post-header .post-category p {
  display: none;
  font-size: 1rem;
  margin: 0;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-align: center;
  color: var(--primary) !important;
  text-transform: uppercase;
  line-height: 1.75;
  text-decoration: underline overline;
  text-decoration-color: #dadada;
  text-underline-offset: 5px;
}
.article-container .post-header .post-heading {
  margin-bottom: 20px !important;
  padding: 0 28px;
}
.article-container .post-header .byline-date {
  margin: 0 auto;
}
.article-container .post-header .byline-date img {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: inline;
}
.article-container .post-header .byline-date a {
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: capitalize;
  padding-left: 6px;
  color: var(--brand-secondary);
  white-space: nowrap;
  display: inline-block;
}
.article-container .post-header .byline-date .semicolon {
  font-size: 0.75rem;
}
.article-container .post-header .byline-date .byline-date-divider {
  display: none;
}
.article-container .post-header .byline-date .post-date {
  color: #686868;
  display: block;
  font-size: 0.75rem;
}
.article-container .post-container article {
  border-top: none;
}
.article-container .post-container article .post-content {
  margin-top: 0;
}

@media (min-width: 640px) {
  .article-container .post-header .post-heading {
    padding: 0;
    margin-bottom: 10px;
  }
  .article-container .post-header .byline-date .byline-date-divider {
    display: inline;
    margin: 0 10px;
  }
  .article-container .post-header .byline-date .post-date {
    display: inline-block;
  }
}
@media (min-width: 810px) {
  .article-container .post-header .post-heading {
    padding: 10px 34px 0;
  }
}
@media (min-width: 810px) and (max-width: 1010px) {
  .article-container .post-header .byline-date {
    max-width: 658px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .article-container .background-strip {
    position: absolute;
    left: 0;
    background-color: var(--brand-secondary);
    height: 100%;
    z-index: -999;
    max-height: 220px;
    width: 100%;
  }
  .article-container .post-header {
    z-index: 999999;
    background: white;
    min-height: 234px;
    margin-top: 46px;
    display: inline-block;
    width: 100%;
    padding: 9px 78px 36px;
  }
  .article-container .post-header .post-category {
    padding-bottom: 10px;
  }
  .article-container .post-header .post-category a,
  .article-container .post-header .post-category p {
    display: block !important;
  }
  .article-container .post-header .post-heading {
    margin-bottom: 14px !important;
  }
  .article-container .post-header .byline-date a {
    font-size: 0.875rem;
  }
  .article-container .post-header .byline-date .semicolon {
    font-size: 0.875rem;
  }
  .article-container .post-header .byline-date .byline-date-divider {
    font-size: 0.875rem;
  }
  .post-container article {
    border-top: solid 1px #686868 !important;
  }
  .post-container article .post-content {
    margin-top: 30px !important;
  }
}
.single-feature .article-container .post-container article {
  border-top: none !important;
}

.post-authors {
  font-size: 0.75rem !important;
  color: #818181;
  margin-bottom: 25px;
}
.post-authors .author-card .info {
  float: left;
  margin-right: 5px;
}
.post-authors .author-card .author-byline a {
  color: var(--brand-secondary);
  font-weight: bold;
}
.post-authors .author-card .content p {
  font-size: 0.75rem !important;
  margin-bottom: 2px;
  color: #818181;
}

.post-footer .author-info {
  border-bottom: 1px solid var(--slate);
}

@media (min-width: 992px) {
  .post-authors {
    font-size: 0.875rem !important;
  }
  .post-authors .author-card .author-byline a {
    line-height: 1.75;
  }
  .post-authors .author-card .content p {
    font-size: 0.875rem !important;
    line-height: 2 !important;
  }
  .post-footer .author-info {
    border-bottom: 1px solid var(--slate);
    margin-bottom: 30px;
  }
}
.single .key-point {
  display: none;
}

@media (min-width: 992px) {
  .single .key-point {
    display: grid;
    grid-template-columns: 1fr 5.4fr;
    margin: 0 0 30px;
    padding-top: 25px;
    border-top: solid 1px var(--slate);
  }
  .single .key-point img {
    float: left;
  }
  .single .key-point span {
    font-size: 21px;
    color: var(--brand-secondary);
    line-height: 1.43;
    letter-spacing: -0.02px;
    display: flex;
    align-items: center;
  }
}
@media print {
  body {
    font-size: 12pt;
    line-height: 1.6;
    color: #000000;
    background: #ffffff;
  }
  body.single #page .no-print,
  body.single #page .dfp-ad,
  body.single #page .sidebar,
  body.single #page .social-links,
  body.single #page .page-footer,
  body.single #page nav,
  body.single #page #search-toggle,
  body.single #page .sso-menu-wrapper,
  body.single #page #subnav-bar-wrapper,
  body.single #page #sso-toggle,
  body.single #page .newsletter-section,
  body.single #page .sponsor-logo,
  body.single #page #primary-menu,
  body.single #page #menu-toggle,
  body.single #page .background-strip,
  body.single #page .post-category,
  body.single #page .figure-excerpt,
  body.single #page #modal,
  body.single #page footer {
    display: none !important;
  }
  body.single #page .site-container {
    padding-top: unset !important;
  }
  body.single #page .site-container .article-container .post-header {
    min-height: auto !important;
    margin-top: 0 !important;
    padding: 0 0 20px !important;
  }
  body.single #page .site-container .article-container .post-header h1 {
    font-size: 20pt !important;
    line-height: 1.3;
  }
  body.single #page .site-container .post-container.grid {
    grid-template-columns: 100% !important;
    column-gap: 0 !important;
  }
  body.single #page .site-container .post-container .post-thumbnail {
    width: 100%;
    text-align: center;
    border-bottom: unset !important;
  }
  body.single #page .site-container .post-container .post-thumbnail figure {
    width: 100% !important;
    max-width: unset !important;
  }
  body.single #page .site-container .post-container .post-thumbnail figure img {
    height: auto;
    width: 100% !important;
    max-height: unset !important;
    max-width: unset !important;
    object-fit: unset !important;
    aspect-ratio: unset !important;
  }
  body.single #page .site-container a:link,
  body.single #page .site-container a:visited {
    color: #000000;
    text-decoration: underline;
  }
  body.single #page .site-container main,
  body.single #page .site-container article {
    width: 100%;
    margin: 0;
  }
  body.single #page .site-header {
    position: relative !important;
    width: 100% !important;
    padding-top: unset !important;
    /* stylelint-disable */
  }
  body.single #page .site-header #nav-bar {
    width: 100%;
    height: 95px !important;
    grid-template: "main";
  }
  body.single #page .site-header #nav-bar nav,
  body.single #page .site-header #nav-bar .nav-logo {
    display: block !important;
    width: 100% !important;
    text-align: center;
  }
  body.single #page .site-header #nav-bar nav .site-logo,
  body.single #page .site-header #nav-bar .nav-logo .site-logo {
    display: block !important;
    margin: 0 auto;
  }
  body.single #page .site-header.mobile-nav ~ .dfp-leaderboard_top:not(.lt-mobile) ~ .site-container {
    /* stylelint-enable */
    padding-top: 0 !important;
  }
  ins {
    display: none !important;
  }
}
.post-container article .wp-block-image.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.post-container article .wp-block-image.alignleft {
  float: left;
  margin-right: 10px;
}
.post-container article .wp-block-image.alignright {
  float: right;
  margin-left: 10px;
}

/*# sourceMappingURL=article.min.css.map */
