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

@media (min-width: 576px) {
  .post-container .post-thumbnail {
    border-bottom: solid 1px var(--slate);
    padding-bottom: 30px;
    display: block;
  }
  .post-container .post-thumbnail ~ .key-point {
    border-top: none;
    padding-top: 0;
  }
  .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;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .post-container .post-thumbnail figure img {
    max-height: 370px;
  }
}
@media (min-width: 576px) and (min-width: 992px) {
  .post-container .post-thumbnail figure img {
    max-height: 405px;
    max-width: 720px;
    width: auto;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16/9;
  }
}
@media (min-width: 576px) {
  .post-container .post-thumbnail figure figure figcaption {
    font-size: 10px;
    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);
    min-height: 249px;
    margin: 0;
    top: 0;
    width: 100%;
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  .post-container .post-thumbnail figure figure.figure-excerpt {
    min-height: 267px;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .post-container .post-thumbnail figure figure.figure-excerpt {
    min-height: 370px;
  }
}
@media (min-width: 576px) and (min-width: 992px) {
  .post-container .post-thumbnail figure figure.figure-excerpt {
    width: auto;
    height: 405px;
    object-fit: cover;
    aspect-ratio: 16/9;
  }
}
@media (min-width: 576px) {
  .post-container .post-thumbnail figure figure.figure-excerpt figcaption {
    text-align: left;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.56;
    font-weight: 600;
    margin: 10px 25px;
    bottom: 0;
    position: absolute;
  }
}
@media (min-width: 576px) {
  .post-container.-no-sidebar { /* stylelint-disable-line */ }
  .post-container.-no-sidebar .post-thumbnail {
    max-width: 720px;
    margin: 0 auto 30px;
  }
}
@media (min-width: 374px) {
  .single-ise .post-container .post-thumbnail {
    display: block;
    border-bottom: 1px solid var(--slate);
    margin-bottom: 20px;
  }
}
.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-primary);
    line-height: 1.43;
    letter-spacing: -0.02px;
    display: flex;
    align-items: center;
  }
}
.social-links {
  border-top: 1px solid var(--slate);
  border-bottom: 1px solid var(--slate);
  margin-bottom: 22px;
}
.social-links > ul {
  display: flex;
  flex-direction: row;
  padding: 12px 0 0;
  margin-bottom: 21px;
}
.social-links > ul > li {
  border: 1px solid var(--slate);
  list-style: none;
}
.social-links > ul > li > a {
  display: inline-block;
  height: 34px;
  width: 34px;
  line-height: 32px;
  text-align: center;
}
.social-links > .social-links-heading {
  font-size: 12px;
  letter-spacing: 0.4px;
  margin-top: 22px;
}

@media (min-width: 992px) {
  .social-links {
    border-top: none;
    border-bottom: none;
    position: absolute;
    left: 0;
    top: 240px;
    z-index: 2;
  }
  .social-links > ul {
    position: fixed;
    display: flex;
    flex-direction: column;
    width: 45px;
    padding: 0;
    background-color: white;
  }
  .social-links > ul > li {
    border-bottom: none;
    padding: 0;
    margin: 0;
  }
  .social-links > ul > li > a.link {
    border-radius: 0;
    border: none;
    display: inline-block;
    transition-property: none;
    height: 45px !important;
    width: 45px !important;
    text-align: center;
    line-height: 45px;
    outline-offset: 0.5px;
  }
  .social-links > ul > li > a.link:hover {
    background-color: #f0edf0;
    opacity: 0.8;
  }
  .social-links > ul li:last-child {
    border-bottom: 1px solid var(--slate);
  }
  .social-links-heading {
    display: none;
  }
}
/* Article Header */
.article-container {
  display: block !important;
}
.article-container .post-header {
  text-align: center;
  margin-top: 22px;
}
.article-container .post-header .post-category a {
  display: none;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-align: center;
  color: var(--steel) !important;
  text-transform: uppercase;
  line-height: 28px;
}
.article-container .post-header .post-category.ise-label {
  text-transform: uppercase;
  font-size: 14.5px;
  font-weight: 700;
  color: var(--steel);
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  .article-container .post-header .post-category.ise-label {
    font-size: 12px;
  }
}
.article-container .post-header .post-heading {
  font-size: 22px;
  line-height: 1.27;
  margin-bottom: 20px !important;
}
@media (max-width: 767px) {
  .article-container .post-header .post-heading.ise-heading {
    margin: 10px 0 !important;
    font-size: 22px !important;
    line-height: 28px !important;
  }
}
.article-container .post-header .byline-date {
  margin: 0 auto;
  text-align: center;
  display: inline-block;
}
.article-container .post-header .byline-date .post-bylines {
  display: inline;
}
.article-container .post-header .byline-date .post-bylines .author-info {
  text-align: center;
  padding-left: 3px;
  display: inline-block;
}
.article-container .post-header .byline-date .post-bylines .author-info img {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.article-container .post-header .byline-date .post-bylines .author-info a {
  font-size: 12px;
  font-weight: bold;
  text-transform: capitalize;
  padding-left: 6px;
  color: var(--steel);
  white-space: nowrap;
}
.article-container .post-header .byline-date .post-bylines .author-info .semicolon {
  font-size: 12px;
}
.article-container .post-header .byline-date .byline-date-divider {
  display: inline;
  margin: 0 10px;
  font-size: 12px;
}
.article-container .post-header .byline-date .post-date {
  display: inline;
  font-size: 12px;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .article-container {
    display: block !important;
  }
  .article-container .background-strip {
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, var(--bg-gradient-light), var(--bg-gradient-dark));
    height: 100%;
    z-index: -999;
    max-height: 220px;
    width: 100%;
  }
  .article-container .background-strip.report-bg-strip {
    background: linear-gradient(90deg, #e8f6fd 16%, #c1ecfb 35%, #9bdff6 50%, #a8e5fa 86%);
    background-image: url("../../assets/images/CC-BG.png");
    max-height: 220px;
  }
  .article-container .background-strip.ise-bg-strip {
    background: linear-gradient(180deg, #b9c7cd 0%, #507382 100%);
    max-height: 220px;
  }
  .article-container .bg-tax-img {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 330px;
    z-index: 1;
  }
  .article-container .bg-tax-img + .post-header {
    position: relative;
    z-index: 9;
    padding: 35px 78px 36px;
  }
  .article-container.feature-article::after {
    background: #f6f7f8 !important;
    width: 100% !important;
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    z-index: -1;
  }
  .article-container .post-header {
    z-index: 999999;
    background: white;
    min-height: 234px;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
    padding: 35px 78px 36px;
  }
  .article-container .post-header .post-category a {
    display: block !important;
  }
  .article-container .post-header .post-category.ise-label {
    text-transform: uppercase;
    font-size: 14.5px;
    font-weight: 700;
    color: var(--steel);
    letter-spacing: 0.5px;
  }
  .article-container .post-header .post-heading {
    margin-bottom: 14px !important;
  }
  .article-container .post-header .byline-date {
    width: 500px;
  }
  .article-container .post-header .byline-date .post-date {
    font-size: 14px;
  }
  .article-container .post-header .byline-date .post-bylines .author-info a {
    font-size: 14px;
  }
  .article-container .post-header .byline-date .post-bylines .author-info .semicolon {
    font-size: 14px;
  }
  .article-container .post-header .byline-date .byline-date-divider {
    font-size: 14px;
  }
}
.post-authors {
  font-size: 12px !important;
  color: #818181;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .post-authors {
    font-size: 14px !important;
  }
}
.post-authors .author-card .info {
  float: left;
  margin-right: 5px;
}
.post-authors .author-card .author-byline a {
  color: var(--steel);
  font-weight: bold;
}
@media (min-width: 992px) {
  .post-authors .author-card .author-byline a {
    line-height: 28px;
  }
}
.post-authors .author-card .content p {
  font-size: 12px !important;
  margin-bottom: 2px;
  color: #818181;
}
@media (min-width: 992px) {
  .post-authors .author-card .content p {
    font-size: 14px !important;
    line-height: 28px !important;
  }
}

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

@media (min-width: 992px) {
  .post-footer .author-info {
    border-bottom: 1px solid var(--slate);
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .single-ise #page .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 30% auto !important;
  }
  .single-ise #page .wp-block-media-text.is-stacked-on-mobile div {
    grid-column: inherit;
    grid-row: inherit;
  }
  .single-ise #page .wp-block-media-text.is-stacked-on-mobile div p {
    font-size: 12px !important;
    line-height: 22px;
    letter-spacing: 0.02px;
  }
  .single-ise #page .wp-block-media-text.is-stacked-on-mobile figure {
    align-self: self-start;
  }
}

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