/* -------------------------------------------
***** Prepend Imports *****
------------------------------------------- */
/* 
* MEDIA QUERIES
* Breakpoints for responsive sites
*/
/*
* TEXT TRUNCATE
* An easy way to truncate text with an ellipsis. Requires the element to be block or inline-block.
* Usage: @include text-truncate;
* Source: http://web-design-weekly.com/2013/05/12/handy-sass-mixins/
*/
/*
* DON'T BREAK
* Useful mixing so links don't overrun their container
* Usage: @include dontbreak();
* Source: https://css-tricks.com/snippets/css/prevent-long-urls-from-breaking-out-of-container/
*/
/*
* Skew
* Useful mixing to create skewed edges
* Usage: @include angle-edge(bottomright, 3deg, topleft, 3deg, #fff);
* Source: http://www.hongkiat.com/blog/skewed-edges-css/
*/
/*
* SASS Parent append
* Useful if you want to add an append to the parent without writing it out again
* Usage: @include parent-append(":hover")
* Source: https://codepen.io/imkremen/pen/RMVBvq
*/
/*
* Checked animation
*/
/* -------------------------------------------
***** Prepend Imports *****
------------------------------------------- */
.page .small-wrap {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
}
.page .content p a {
  color: #fd2341;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
.page .content p a:hover {
  text-decoration: underline;
}
.page.page-id-50473 .content h1.page-title, .page.page-id-50479 .content h1.page-title {
  display: none;
}
.page.page-id-50473 .content .stories-heading, .page.page-id-50479 .content .stories-heading {
  font-size: 4.6rem;
  position: relative;
  margin-top: 0rem;
  margin-bottom: 3rem;
  padding-bottom: 0rem;
  border-bottom: 0;
}
@media (max-width: 1024px) {
  .page.page-id-50473 .content .stories-heading, .page.page-id-50479 .content .stories-heading {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .page.page-id-50473 .content .stories-heading, .page.page-id-50479 .content .stories-heading {
    font-size: 2.4rem;
  }
}
.page.page-id-50473 .content h3, .page.page-id-50479 .content h3 {
  margin-top: 3rem;
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #DEE2E6;
  font-size: 2.4rem;
}
@media (max-width: 1024px) {
  .page.page-id-50473 .content h3, .page.page-id-50479 .content h3 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .page.page-id-50473 .content h3, .page.page-id-50479 .content h3 {
    font-size: 1.8rem;
  }
}
.page.page-id-50473 .content .email-author, .page.page-id-50479 .content .email-author {
  display: block;
  height: 22.5px;
}
.page.page-id-63894 .content h2, .page.page-id-63894 .content h2, .page.page-id-14035 .content h2, .page.page-id-100166 .content h2 {
  margin-top: 3rem;
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #DEE2E6;
  font-size: 2.4rem;
}
@media (max-width: 1024px) {
  .page.page-id-63894 .content h2, .page.page-id-63894 .content h2, .page.page-id-14035 .content h2, .page.page-id-100166 .content h2 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .page.page-id-63894 .content h2, .page.page-id-63894 .content h2, .page.page-id-14035 .content h2, .page.page-id-100166 .content h2 {
    font-size: 1.8rem;
  }
}
.page.page-id-63894 .content h3, .page.page-id-63894 .content h3, .page.page-id-14035 .content h3, .page.page-id-100166 .content h3 {
  margin-top: 3rem;
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #DEE2E6;
  font-size: 2.4rem;
}
@media (max-width: 1024px) {
  .page.page-id-63894 .content h3, .page.page-id-63894 .content h3, .page.page-id-14035 .content h3, .page.page-id-100166 .content h3 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .page.page-id-63894 .content h3, .page.page-id-63894 .content h3, .page.page-id-14035 .content h3, .page.page-id-100166 .content h3 {
    font-size: 1.8rem;
  }
}

.special-reports-archive-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}
@media (max-width: 768px) {
  .special-reports-archive-list {
    margin-top: 4rem;
  }
}
.special-reports-archive-list .archive__item.report {
  width: 25%;
  padding: 0 2.5rem;
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .special-reports-archive-list .archive__item.report {
    width: 33.33%;
  }
}
@media (max-width: 768px) {
  .special-reports-archive-list .archive__item.report {
    width: 100%;
  }
}
.special-reports-archive-list .archive__item.report > a {
  display: block;
  position: relative;
}
.special-reports-archive-list .archive__item.report > a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.special-reports-archive-list .archive__item.report > a:first-child {
  padding: 0.1rem;
  border: 0.5px solid #000;
}
.special-reports-archive-list .archive__item.report > a:first-child:after {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 126%;
}
.special-reports-archive-list .archive__item.report > a:last-child {
  flex: 1;
  border-bottom: 1px solid #DEE2E6;
}
.special-reports-archive-list .archive__item.report > a:last-child h3 {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 2rem 0;
  position: relative;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.special-reports-archive-list .archive__item.report > a:last-child h3:hover {
  text-decoration: underline;
}
.special-reports-archive-list .archive__item.report > a:last-child h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.1rem;
  width: 2rem;
  height: 1px;
  background-color: #fd2341;
}
.special-reports-archive-list .site-pagination {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
}

.special-reports-archive-intro {
  min-height: 36rem;
}

.author .author-intro {
  max-width: 100%;
  border-bottom: 1px solid #DEE2E6;
  margin-bottom: 8rem;
}
@media (min-width: 1025px) {
  .author .author-intro {
    margin-right: auto;
    max-width: 100rem;
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .author .author-intro .image-wrap .image {
    width: 70%;
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 769px) {
  .author .author-intro .image-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .author .author-intro .image-wrap .image {
    width: 23rem;
  }
  .author .author-intro .image-wrap .text {
    width: calc(100% - 23rem);
    padding-left: 5rem;
  }
  .author .author-intro .image-wrap .text .description {
    max-width: 100%;
  }
}
.author .author-intro h1 {
  font-size: 3.2rem;
  margin-bottom: 0.6rem;
  padding-bottom: 0;
  border-bottom: 0;
}
.author .author-intro .role {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.author .author-intro #social-share {
  max-width: 16rem;
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 2rem;
}
.author h2 {
  font-size: 3.6rem;
  font-weight: bold;
}
.author .author-grid {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}
.author .author-grid .entry-tag a {
  margin-bottom: 0;
}
.author .author-grid .article-title {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .author .author-grid .article-title {
    font-size: 1.6rem;
  }
}
.author .author-grid .single-article {
  border-bottom: 1px solid #DEE2E6;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
}
.author .author-grid .single-article:last-child {
  margin-bottom: 0rem;
  border-bottom: 0;
}
@media (max-width: 768px) {
  .author .author-grid .single-article {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }
  .author .author-grid .single-article .image {
    margin-bottom: 2rem;
    display: block;
    width: 100%;
  }
  .author .author-grid .single-article .image img {
    width: 100%;
  }
  .author .author-grid .single-article .text h2 {
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  .author .author-grid .single-article {
    display: flex;
  }
  .author .author-grid .single-article .image {
    width: 23rem;
  }
  .author .author-grid .single-article .text {
    width: calc(100% - 23rem);
    padding-left: 5rem;
  }
}

.archive.category footer, .page-id-50499.category footer, .page-template-page-insights.category footer, .page-template-page-online-reports.category footer, .page-template-page-latest.category footer, .page-template-page-roundtables-interest.category footer {
  margin-top: 0;
}
.archive.category .article-title:hover, .page-id-50499.category .article-title:hover, .page-template-page-insights.category .article-title:hover, .page-template-page-online-reports.category .article-title:hover, .page-template-page-latest.category .article-title:hover, .page-template-page-roundtables-interest.category .article-title:hover {
  text-decoration-color: transparent !important;
}
.archive .content, .page-id-50499 .content, .page-template-page-insights .content, .page-template-page-online-reports .content, .page-template-page-latest .content, .page-template-page-roundtables-interest .content {
  padding-top: 0;
}
.archive main .container, .page-id-50499 main .container, .page-template-page-insights main .container, .page-template-page-online-reports main .container, .page-template-page-latest main .container, .page-template-page-roundtables-interest main .container {
  position: relative;
}
.archive .sponsored-topic-header, .page-id-50499 .sponsored-topic-header, .page-template-page-insights .sponsored-topic-header, .page-template-page-online-reports .sponsored-topic-header, .page-template-page-latest .sponsored-topic-header, .page-template-page-roundtables-interest .sponsored-topic-header {
  margin-bottom: 6rem;
}
@media (min-width: 1025px) {
  .archive .sponsored-topic-header, .page-id-50499 .sponsored-topic-header, .page-template-page-insights .sponsored-topic-header, .page-template-page-online-reports .sponsored-topic-header, .page-template-page-latest .sponsored-topic-header, .page-template-page-roundtables-interest .sponsored-topic-header {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.archive .sponsored-topic-header .intro, .page-id-50499 .sponsored-topic-header .intro, .page-template-page-insights .sponsored-topic-header .intro, .page-template-page-online-reports .sponsored-topic-header .intro, .page-template-page-latest .sponsored-topic-header .intro, .page-template-page-roundtables-interest .sponsored-topic-header .intro {
  max-width: 50%;
}
.archive .sponsored-topic-header .intro h1, .page-id-50499 .sponsored-topic-header .intro h1, .page-template-page-insights .sponsored-topic-header .intro h1, .page-template-page-online-reports .sponsored-topic-header .intro h1, .page-template-page-latest .sponsored-topic-header .intro h1, .page-template-page-roundtables-interest .sponsored-topic-header .intro h1 {
  padding-bottom: 0;
  border-bottom: 0;
}
.archive .sponsored-topic-header .intro .description, .page-id-50499 .sponsored-topic-header .intro .description, .page-template-page-insights .sponsored-topic-header .intro .description, .page-template-page-online-reports .sponsored-topic-header .intro .description, .page-template-page-latest .sponsored-topic-header .intro .description, .page-template-page-roundtables-interest .sponsored-topic-header .intro .description {
  max-width: 100%;
}
@media (max-width: 768px) {
  .archive .sponsored-topic-header .intro, .page-id-50499 .sponsored-topic-header .intro, .page-template-page-insights .sponsored-topic-header .intro, .page-template-page-online-reports .sponsored-topic-header .intro, .page-template-page-latest .sponsored-topic-header .intro, .page-template-page-roundtables-interest .sponsored-topic-header .intro {
    max-width: 100%;
    padding-bottom: 4rem;
  }
  .archive .sponsored-topic-header .right-img, .page-id-50499 .sponsored-topic-header .right-img, .page-template-page-insights .sponsored-topic-header .right-img, .page-template-page-online-reports .sponsored-topic-header .right-img, .page-template-page-latest .sponsored-topic-header .right-img, .page-template-page-roundtables-interest .sponsored-topic-header .right-img {
    position: relative;
    left: 0;
    height: auto;
    width: 100%;
  }
  .archive .sponsored-topic-header .right-img:after, .page-id-50499 .sponsored-topic-header .right-img:after, .page-template-page-insights .sponsored-topic-header .right-img:after, .page-template-page-online-reports .sponsored-topic-header .right-img:after, .page-template-page-latest .sponsored-topic-header .right-img:after, .page-template-page-roundtables-interest .sponsored-topic-header .right-img:after {
    content: "";
    padding-bottom: 55%;
    display: block;
    width: 100%;
  }
  .archive .sponsored-topic-header .right-img img, .page-id-50499 .sponsored-topic-header .right-img img, .page-template-page-insights .sponsored-topic-header .right-img img, .page-template-page-online-reports .sponsored-topic-header .right-img img, .page-template-page-latest .sponsored-topic-header .right-img img, .page-template-page-roundtables-interest .sponsored-topic-header .right-img img {
    min-width: 100%;
    right: 0;
  }
  .archive .sponsored-topic-header .right-img.hide-mobile, .page-id-50499 .sponsored-topic-header .right-img.hide-mobile, .page-template-page-insights .sponsored-topic-header .right-img.hide-mobile, .page-template-page-online-reports .sponsored-topic-header .right-img.hide-mobile, .page-template-page-latest .sponsored-topic-header .right-img.hide-mobile, .page-template-page-roundtables-interest .sponsored-topic-header .right-img.hide-mobile {
    display: none;
  }
}
.archive .sponsored-topic-header.white, .page-id-50499 .sponsored-topic-header.white, .page-template-page-insights .sponsored-topic-header.white, .page-template-page-online-reports .sponsored-topic-header.white, .page-template-page-latest .sponsored-topic-header.white, .page-template-page-roundtables-interest .sponsored-topic-header.white {
  color: white;
}
.archive .sponsored-topic-header.white a, .page-id-50499 .sponsored-topic-header.white a, .page-template-page-insights .sponsored-topic-header.white a, .page-template-page-online-reports .sponsored-topic-header.white a, .page-template-page-latest .sponsored-topic-header.white a, .page-template-page-roundtables-interest .sponsored-topic-header.white a {
  color: white;
}
.archive .sponsored-topic-header.black, .page-id-50499 .sponsored-topic-header.black, .page-template-page-insights .sponsored-topic-header.black, .page-template-page-online-reports .sponsored-topic-header.black, .page-template-page-latest .sponsored-topic-header.black, .page-template-page-roundtables-interest .sponsored-topic-header.black {
  color: #191919;
}
.archive .sponsored-topic-header.black a, .page-id-50499 .sponsored-topic-header.black a, .page-template-page-insights .sponsored-topic-header.black a, .page-template-page-online-reports .sponsored-topic-header.black a, .page-template-page-latest .sponsored-topic-header.black a, .page-template-page-roundtables-interest .sponsored-topic-header.black a {
  color: #191919;
}
.archive .intro, .page-id-50499 .intro, .page-template-page-insights .intro, .page-template-page-online-reports .intro, .page-template-page-latest .intro, .page-template-page-roundtables-interest .intro {
  padding: 5rem 0;
}
.archive .intro.opinion-variation, .page-id-50499 .intro.opinion-variation, .page-template-page-insights .intro.opinion-variation, .page-template-page-online-reports .intro.opinion-variation, .page-template-page-latest .intro.opinion-variation, .page-template-page-roundtables-interest .intro.opinion-variation {
  padding: 4rem 0;
}
.archive .intro.opinion-variation h1, .page-id-50499 .intro.opinion-variation h1, .page-template-page-insights .intro.opinion-variation h1, .page-template-page-online-reports .intro.opinion-variation h1, .page-template-page-latest .intro.opinion-variation h1, .page-template-page-roundtables-interest .intro.opinion-variation h1 {
  margin-bottom: 0;
}
.archive .intro h1, .page-id-50499 .intro h1, .page-template-page-insights .intro h1, .page-template-page-online-reports .intro h1, .page-template-page-latest .intro h1, .page-template-page-roundtables-interest .intro h1 {
  font-size: 4.8rem;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  border-bottom: 1px solid #DEE2E6;
  padding-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .archive .intro h1, .page-id-50499 .intro h1, .page-template-page-insights .intro h1, .page-template-page-online-reports .intro h1, .page-template-page-latest .intro h1, .page-template-page-roundtables-interest .intro h1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .archive .intro h1, .page-id-50499 .intro h1, .page-template-page-insights .intro h1, .page-template-page-online-reports .intro h1, .page-template-page-latest .intro h1, .page-template-page-roundtables-interest .intro h1 {
    font-size: 3.2rem;
    border-bottom: 0;
    padding-bottom: 0rem;
  }
}
.archive .intro .description, .page-id-50499 .intro .description, .page-template-page-insights .intro .description, .page-template-page-online-reports .intro .description, .page-template-page-latest .intro .description, .page-template-page-roundtables-interest .intro .description {
  font-size: 2rem;
  font-family: "Acta", serif;
  font-weight: 400;
  max-width: 65%;
}
@media (max-width: 1024px) {
  .archive .intro .description, .page-id-50499 .intro .description, .page-template-page-insights .intro .description, .page-template-page-online-reports .intro .description, .page-template-page-latest .intro .description, .page-template-page-roundtables-interest .intro .description {
    max-width: 80%;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .archive .intro .description, .page-id-50499 .intro .description, .page-template-page-insights .intro .description, .page-template-page-online-reports .intro .description, .page-template-page-latest .intro .description, .page-template-page-roundtables-interest .intro .description {
    max-width: 100%;
  }
}
.archive .intro .association, .page-id-50499 .intro .association, .page-template-page-insights .intro .association, .page-template-page-online-reports .intro .association, .page-template-page-latest .intro .association, .page-template-page-roundtables-interest .intro .association {
  margin-top: 4rem;
}
@media (max-width: 1024px) {
  .archive .intro .association, .page-id-50499 .intro .association, .page-template-page-insights .intro .association, .page-template-page-online-reports .intro .association, .page-template-page-latest .intro .association, .page-template-page-roundtables-interest .intro .association {
    margin-top: 2rem;
  }
}
.archive .intro .association h4, .page-id-50499 .intro .association h4, .page-template-page-insights .intro .association h4, .page-template-page-online-reports .intro .association h4, .page-template-page-latest .intro .association h4, .page-template-page-roundtables-interest .intro .association h4 {
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
.archive .intro .association .images > *, .page-id-50499 .intro .association .images > *, .page-template-page-insights .intro .association .images > *, .page-template-page-online-reports .intro .association .images > *, .page-template-page-latest .intro .association .images > *, .page-template-page-roundtables-interest .intro .association .images > * {
  display: inline-block;
  vertical-align: bottom;
}
.archive .intro .association .images .times, .page-id-50499 .intro .association .images .times, .page-template-page-insights .intro .association .images .times, .page-template-page-online-reports .intro .association .images .times, .page-template-page-latest .intro .association .images .times, .page-template-page-roundtables-interest .intro .association .images .times {
  width: 15rem;
  max-width: 45%;
}
.archive .intro .association .images .sunday-times, .page-id-50499 .intro .association .images .sunday-times, .page-template-page-insights .intro .association .images .sunday-times, .page-template-page-online-reports .intro .association .images .sunday-times, .page-template-page-latest .intro .association .images .sunday-times, .page-template-page-roundtables-interest .intro .association .images .sunday-times {
  width: 16rem;
  margin-left: 2rem;
  max-width: 45%;
}
.archive .intro .sponsored, .page-id-50499 .intro .sponsored, .page-template-page-insights .intro .sponsored, .page-template-page-online-reports .intro .sponsored, .page-template-page-latest .intro .sponsored, .page-template-page-roundtables-interest .intro .sponsored {
  padding-top: 4rem;
  margin-top: auto;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-weight: bold;
}
.archive .intro .sponsored img, .page-id-50499 .intro .sponsored img, .page-template-page-insights .intro .sponsored img, .page-template-page-online-reports .intro .sponsored img, .page-template-page-latest .intro .sponsored img, .page-template-page-roundtables-interest .intro .sponsored img {
  max-width: 12rem;
  display: block;
  margin-top: 1.5rem;
}
.archive .report-intro .right, .page-id-50499 .report-intro .right, .page-template-page-insights .report-intro .right, .page-template-page-online-reports .report-intro .right, .page-template-page-latest .report-intro .right, .page-template-page-roundtables-interest .report-intro .right {
  float: right;
}
.archive .report-intro .description:after, .page-id-50499 .report-intro .description:after, .page-template-page-insights .report-intro .description:after, .page-template-page-online-reports .report-intro .description:after, .page-template-page-latest .report-intro .description:after, .page-template-page-roundtables-interest .report-intro .description:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 1024px) {
  .archive .report-intro, .page-id-50499 .report-intro, .page-template-page-insights .report-intro, .page-template-page-online-reports .report-intro, .page-template-page-latest .report-intro, .page-template-page-roundtables-interest .report-intro {
    display: flex;
    flex-direction: column;
  }
  .archive .report-intro h1, .page-id-50499 .report-intro h1, .page-template-page-insights .report-intro h1, .page-template-page-online-reports .report-intro h1, .page-template-page-latest .report-intro h1, .page-template-page-roundtables-interest .report-intro h1 {
    order: 1;
  }
  .archive .report-intro .description, .page-id-50499 .report-intro .description, .page-template-page-insights .report-intro .description, .page-template-page-online-reports .report-intro .description, .page-template-page-latest .report-intro .description, .page-template-page-roundtables-interest .report-intro .description {
    order: 2;
  }
  .archive .report-intro .right, .page-id-50499 .report-intro .right, .page-template-page-insights .report-intro .right, .page-template-page-online-reports .report-intro .right, .page-template-page-latest .report-intro .right, .page-template-page-roundtables-interest .report-intro .right {
    order: 3;
    margin-left: 0;
    float: left;
  }
}
@media (min-width: 1025px) {
  .archive .report-intro.col-small h1, .page-id-50499 .report-intro.col-small h1, .page-template-page-insights .report-intro.col-small h1, .page-template-page-online-reports .report-intro.col-small h1, .page-template-page-latest .report-intro.col-small h1, .page-template-page-roundtables-interest .report-intro.col-small h1 {
    max-width: 65%;
    display: inline-block;
  }
  .archive .report-intro.col-small .right, .page-id-50499 .report-intro.col-small .right, .page-template-page-insights .report-intro.col-small .right, .page-template-page-online-reports .report-intro.col-small .right, .page-template-page-latest .report-intro.col-small .right, .page-template-page-roundtables-interest .report-intro.col-small .right {
    margin-top: 1rem;
  }
}
.archive .report-intro.col-small .custom-sponsor, .page-id-50499 .report-intro.col-small .custom-sponsor, .page-template-page-insights .report-intro.col-small .custom-sponsor, .page-template-page-online-reports .report-intro.col-small .custom-sponsor, .page-template-page-latest .report-intro.col-small .custom-sponsor, .page-template-page-roundtables-interest .report-intro.col-small .custom-sponsor {
  text-align: right;
}
@media (max-width: 1024px) {
  .archive .report-intro.col-small .custom-sponsor, .page-id-50499 .report-intro.col-small .custom-sponsor, .page-template-page-insights .report-intro.col-small .custom-sponsor, .page-template-page-online-reports .report-intro.col-small .custom-sponsor, .page-template-page-latest .report-intro.col-small .custom-sponsor, .page-template-page-roundtables-interest .report-intro.col-small .custom-sponsor {
    float: right;
  }
}
.archive .report-intro.col-small .custom-sponsor img, .page-id-50499 .report-intro.col-small .custom-sponsor img, .page-template-page-insights .report-intro.col-small .custom-sponsor img, .page-template-page-online-reports .report-intro.col-small .custom-sponsor img, .page-template-page-latest .report-intro.col-small .custom-sponsor img, .page-template-page-roundtables-interest .report-intro.col-small .custom-sponsor img {
  max-width: 12rem;
}
.archive .report-intro.col-small .custom-sponsor .association, .page-id-50499 .report-intro.col-small .custom-sponsor .association, .page-template-page-insights .report-intro.col-small .custom-sponsor .association, .page-template-page-online-reports .report-intro.col-small .custom-sponsor .association, .page-template-page-latest .report-intro.col-small .custom-sponsor .association, .page-template-page-roundtables-interest .report-intro.col-small .custom-sponsor .association {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .archive .report-intro.col-small .custom-sponsor .association, .page-id-50499 .report-intro.col-small .custom-sponsor .association, .page-template-page-insights .report-intro.col-small .custom-sponsor .association, .page-template-page-online-reports .report-intro.col-small .custom-sponsor .association, .page-template-page-latest .report-intro.col-small .custom-sponsor .association, .page-template-page-roundtables-interest .report-intro.col-small .custom-sponsor .association {
    margin-top: -0.5rem;
  }
}
.archive .report-intro.col-small .custom-sponsor a, .page-id-50499 .report-intro.col-small .custom-sponsor a, .page-template-page-insights .report-intro.col-small .custom-sponsor a, .page-template-page-online-reports .report-intro.col-small .custom-sponsor a, .page-template-page-latest .report-intro.col-small .custom-sponsor a, .page-template-page-roundtables-interest .report-intro.col-small .custom-sponsor a {
  display: block;
}
.archive .featured-posts-2col, .page-id-50499 .featured-posts-2col, .page-template-page-insights .featured-posts-2col, .page-template-page-online-reports .featured-posts-2col, .page-template-page-latest .featured-posts-2col, .page-template-page-roundtables-interest .featured-posts-2col {
  margin-top: 0;
}
.archive .featured-posts-2col .hero-feature .commercial-sponsored, .page-id-50499 .featured-posts-2col .hero-feature .commercial-sponsored, .page-template-page-insights .featured-posts-2col .hero-feature .commercial-sponsored, .page-template-page-online-reports .featured-posts-2col .hero-feature .commercial-sponsored, .page-template-page-latest .featured-posts-2col .hero-feature .commercial-sponsored, .page-template-page-roundtables-interest .featured-posts-2col .hero-feature .commercial-sponsored {
  margin-top: 1rem;
}
@media (min-width: 1025px) {
  .archive .featured-posts-2col.opinion-variation .hero-feature, .page-id-50499 .featured-posts-2col.opinion-variation .hero-feature, .page-template-page-insights .featured-posts-2col.opinion-variation .hero-feature, .page-template-page-online-reports .featured-posts-2col.opinion-variation .hero-feature, .page-template-page-latest .featured-posts-2col.opinion-variation .hero-feature, .page-template-page-roundtables-interest .featured-posts-2col.opinion-variation .hero-feature {
    width: 73%;
    display: flex;
  }
  .archive .featured-posts-2col.opinion-variation .hero-feature > div, .page-id-50499 .featured-posts-2col.opinion-variation .hero-feature > div, .page-template-page-insights .featured-posts-2col.opinion-variation .hero-feature > div, .page-template-page-online-reports .featured-posts-2col.opinion-variation .hero-feature > div, .page-template-page-latest .featured-posts-2col.opinion-variation .hero-feature > div, .page-template-page-roundtables-interest .featured-posts-2col.opinion-variation .hero-feature > div {
    width: calc(40% - 2rem);
    margin-right: 2rem;
    border-bottom: 1px solid #DEE2E6;
    padding-bottom: 2rem;
    display: flex;
    flex-direction: column;
  }
  .archive .featured-posts-2col.opinion-variation .hero-feature > a, .page-id-50499 .featured-posts-2col.opinion-variation .hero-feature > a, .page-template-page-insights .featured-posts-2col.opinion-variation .hero-feature > a, .page-template-page-online-reports .featured-posts-2col.opinion-variation .hero-feature > a, .page-template-page-latest .featured-posts-2col.opinion-variation .hero-feature > a, .page-template-page-roundtables-interest .featured-posts-2col.opinion-variation .hero-feature > a {
    width: 60%;
    margin: 0;
  }
  .archive .featured-posts-2col.opinion-variation .hero-feature > a img, .page-id-50499 .featured-posts-2col.opinion-variation .hero-feature > a img, .page-template-page-insights .featured-posts-2col.opinion-variation .hero-feature > a img, .page-template-page-online-reports .featured-posts-2col.opinion-variation .hero-feature > a img, .page-template-page-latest .featured-posts-2col.opinion-variation .hero-feature > a img, .page-template-page-roundtables-interest .featured-posts-2col.opinion-variation .hero-feature > a img {
    object-position: top left;
  }
}
.archive .featured-posts-2col.opinion-variation .hero-feature .author-box, .page-id-50499 .featured-posts-2col.opinion-variation .hero-feature .author-box, .page-template-page-insights .featured-posts-2col.opinion-variation .hero-feature .author-box, .page-template-page-online-reports .featured-posts-2col.opinion-variation .hero-feature .author-box, .page-template-page-latest .featured-posts-2col.opinion-variation .hero-feature .author-box, .page-template-page-roundtables-interest .featured-posts-2col.opinion-variation .hero-feature .author-box {
  margin-top: auto;
  padding-top: 1.5rem;
}
@media (max-width: 1024px) {
  .archive .featured-posts-2col.opinion-variation .hero-feature .author-box, .page-id-50499 .featured-posts-2col.opinion-variation .hero-feature .author-box, .page-template-page-insights .featured-posts-2col.opinion-variation .hero-feature .author-box, .page-template-page-online-reports .featured-posts-2col.opinion-variation .hero-feature .author-box, .page-template-page-latest .featured-posts-2col.opinion-variation .hero-feature .author-box, .page-template-page-roundtables-interest .featured-posts-2col.opinion-variation .hero-feature .author-box {
    padding-bottom: 2rem;
    display: flex;
  }
  .archive .featured-posts-2col.opinion-variation .hero-feature .author-box .coauthor + .coauthor, .page-id-50499 .featured-posts-2col.opinion-variation .hero-feature .author-box .coauthor + .coauthor, .page-template-page-insights .featured-posts-2col.opinion-variation .hero-feature .author-box .coauthor + .coauthor, .page-template-page-online-reports .featured-posts-2col.opinion-variation .hero-feature .author-box .coauthor + .coauthor, .page-template-page-latest .featured-posts-2col.opinion-variation .hero-feature .author-box .coauthor + .coauthor, .page-template-page-roundtables-interest .featured-posts-2col.opinion-variation .hero-feature .author-box .coauthor + .coauthor {
    margin-left: 1.5rem;
  }
}
.archive .featured-posts-2col.opinion-variation .hero-feature .author-box .coauthor, .page-id-50499 .featured-posts-2col.opinion-variation .hero-feature .author-box .coauthor, .page-template-page-insights .featured-posts-2col.opinion-variation .hero-feature .author-box .coauthor, .page-template-page-online-reports .featured-posts-2col.opinion-variation .hero-feature .author-box .coauthor, .page-template-page-latest .featured-posts-2col.opinion-variation .hero-feature .author-box .coauthor, .page-template-page-roundtables-interest .featured-posts-2col.opinion-variation .hero-feature .author-box .coauthor {
  display: flex;
  align-items: center;
}
.archive .featured-posts-2col.opinion-variation .hero-feature .author-box .coauthor .author-image, .page-id-50499 .featured-posts-2col.opinion-variation .hero-feature .author-box .coauthor .author-image, .page-template-page-insights .featured-posts-2col.opinion-variation .hero-feature .author-box .coauthor .author-image, .page-template-page-online-reports .featured-posts-2col.opinion-variation .hero-feature .author-box .coauthor .author-image, .page-template-page-latest .featured-posts-2col.opinion-variation .hero-feature .author-box .coauthor .author-image, .page-template-page-roundtables-interest .featured-posts-2col.opinion-variation .hero-feature .author-box .coauthor .author-image {
  width: 8.5rem;
  padding-right: 1.5rem;
}
.archive .featured-posts-2col.opinion-variation .hero-feature .author-box .coauthor .author-image + a, .page-id-50499 .featured-posts-2col.opinion-variation .hero-feature .author-box .coauthor .author-image + a, .page-template-page-insights .featured-posts-2col.opinion-variation .hero-feature .author-box .coauthor .author-image + a, .page-template-page-online-reports .featured-posts-2col.opinion-variation .hero-feature .author-box .coauthor .author-image + a, .page-template-page-latest .featured-posts-2col.opinion-variation .hero-feature .author-box .coauthor .author-image + a, .page-template-page-roundtables-interest .featured-posts-2col.opinion-variation .hero-feature .author-box .coauthor .author-image + a {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 1px;
}
.archive .featured-posts-2col.opinion-variation .hero-feature .author-box .coauthor .author-image + a:before, .page-id-50499 .featured-posts-2col.opinion-variation .hero-feature .author-box .coauthor .author-image + a:before, .page-template-page-insights .featured-posts-2col.opinion-variation .hero-feature .author-box .coauthor .author-image + a:before, .page-template-page-online-reports .featured-posts-2col.opinion-variation .hero-feature .author-box .coauthor .author-image + a:before, .page-template-page-latest .featured-posts-2col.opinion-variation .hero-feature .author-box .coauthor .author-image + a:before, .page-template-page-roundtables-interest .featured-posts-2col.opinion-variation .hero-feature .author-box .coauthor .author-image + a:before {
  display: none;
}
.archive .featured-posts-2col.opinion-variation .hero-feature .article-title:before, .page-id-50499 .featured-posts-2col.opinion-variation .hero-feature .article-title:before, .page-template-page-insights .featured-posts-2col.opinion-variation .hero-feature .article-title:before, .page-template-page-online-reports .featured-posts-2col.opinion-variation .hero-feature .article-title:before, .page-template-page-latest .featured-posts-2col.opinion-variation .hero-feature .article-title:before, .page-template-page-roundtables-interest .featured-posts-2col.opinion-variation .hero-feature .article-title:before {
  content: "";
  width: 4rem;
  height: 4rem;
  background-image: url("https://assets.raconteur.net/uploads/2025/02/quote.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
@media (max-width: 1024px) {
  .archive .featured-posts-2col.opinion-variation .hero-feature .article-title:before, .page-id-50499 .featured-posts-2col.opinion-variation .hero-feature .article-title:before, .page-template-page-insights .featured-posts-2col.opinion-variation .hero-feature .article-title:before, .page-template-page-online-reports .featured-posts-2col.opinion-variation .hero-feature .article-title:before, .page-template-page-latest .featured-posts-2col.opinion-variation .hero-feature .article-title:before, .page-template-page-roundtables-interest .featured-posts-2col.opinion-variation .hero-feature .article-title:before {
    width: 3rem;
    height: 3rem;
  }
}
.archive .featured-posts-2col.opinion-variation .author-box, .page-id-50499 .featured-posts-2col.opinion-variation .author-box, .page-template-page-insights .featured-posts-2col.opinion-variation .author-box, .page-template-page-online-reports .featured-posts-2col.opinion-variation .author-box, .page-template-page-latest .featured-posts-2col.opinion-variation .author-box, .page-template-page-roundtables-interest .featured-posts-2col.opinion-variation .author-box {
  display: block;
}
.archive .featured-posts-2col.opinion-variation .author-box .coauthor, .page-id-50499 .featured-posts-2col.opinion-variation .author-box .coauthor, .page-template-page-insights .featured-posts-2col.opinion-variation .author-box .coauthor, .page-template-page-online-reports .featured-posts-2col.opinion-variation .author-box .coauthor, .page-template-page-latest .featured-posts-2col.opinion-variation .author-box .coauthor, .page-template-page-roundtables-interest .featured-posts-2col.opinion-variation .author-box .coauthor {
  margin-top: 0.5rem;
  font-size: 1.2rem;
}
.archive .featured-posts-2col.opinion-variation .author-box .coauthor a, .page-id-50499 .featured-posts-2col.opinion-variation .author-box .coauthor a, .page-template-page-insights .featured-posts-2col.opinion-variation .author-box .coauthor a, .page-template-page-online-reports .featured-posts-2col.opinion-variation .author-box .coauthor a, .page-template-page-latest .featured-posts-2col.opinion-variation .author-box .coauthor a, .page-template-page-roundtables-interest .featured-posts-2col.opinion-variation .author-box .coauthor a {
  font-size: 1.2rem;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 2px !important;
  text-decoration-color: rgba(0, 0, 0, 0) !important;
  transition: all 0.2s ease-in-out;
}
.archive .featured-posts-2col.opinion-variation .author-box .coauthor a:not(:first-child):before, .page-id-50499 .featured-posts-2col.opinion-variation .author-box .coauthor a:not(:first-child):before, .page-template-page-insights .featured-posts-2col.opinion-variation .author-box .coauthor a:not(:first-child):before, .page-template-page-online-reports .featured-posts-2col.opinion-variation .author-box .coauthor a:not(:first-child):before, .page-template-page-latest .featured-posts-2col.opinion-variation .author-box .coauthor a:not(:first-child):before, .page-template-page-roundtables-interest .featured-posts-2col.opinion-variation .author-box .coauthor a:not(:first-child):before {
  content: " -";
  opacity: 0.4;
}
.archive .featured-posts-2col.opinion-variation .author-box .coauthor a:hover, .page-id-50499 .featured-posts-2col.opinion-variation .author-box .coauthor a:hover, .page-template-page-insights .featured-posts-2col.opinion-variation .author-box .coauthor a:hover, .page-template-page-online-reports .featured-posts-2col.opinion-variation .author-box .coauthor a:hover, .page-template-page-latest .featured-posts-2col.opinion-variation .author-box .coauthor a:hover, .page-template-page-roundtables-interest .featured-posts-2col.opinion-variation .author-box .coauthor a:hover {
  text-decoration-color: rgba(25, 25, 25, 0.4) !important;
}
@media (min-width: 1025px) {
  .archive .featured-posts-2col.opinion-variation .preview-feature, .page-id-50499 .featured-posts-2col.opinion-variation .preview-feature, .page-template-page-insights .featured-posts-2col.opinion-variation .preview-feature, .page-template-page-online-reports .featured-posts-2col.opinion-variation .preview-feature, .page-template-page-latest .featured-posts-2col.opinion-variation .preview-feature, .page-template-page-roundtables-interest .featured-posts-2col.opinion-variation .preview-feature {
    width: 27%;
  }
}
.archive .featured-posts-2col.opinion-variation .preview-feature > div, .page-id-50499 .featured-posts-2col.opinion-variation .preview-feature > div, .page-template-page-insights .featured-posts-2col.opinion-variation .preview-feature > div, .page-template-page-online-reports .featured-posts-2col.opinion-variation .preview-feature > div, .page-template-page-latest .featured-posts-2col.opinion-variation .preview-feature > div, .page-template-page-roundtables-interest .featured-posts-2col.opinion-variation .preview-feature > div {
  flex-direction: row-reverse;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1025px) {
  .archive .featured-posts-2col.opinion-variation .preview-feature > div, .page-id-50499 .featured-posts-2col.opinion-variation .preview-feature > div, .page-template-page-insights .featured-posts-2col.opinion-variation .preview-feature > div, .page-template-page-online-reports .featured-posts-2col.opinion-variation .preview-feature > div, .page-template-page-latest .featured-posts-2col.opinion-variation .preview-feature > div, .page-template-page-roundtables-interest .featured-posts-2col.opinion-variation .preview-feature > div {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #DEE2E6;
  }
  .archive .featured-posts-2col.opinion-variation .preview-feature > div:last-child, .page-id-50499 .featured-posts-2col.opinion-variation .preview-feature > div:last-child, .page-template-page-insights .featured-posts-2col.opinion-variation .preview-feature > div:last-child, .page-template-page-online-reports .featured-posts-2col.opinion-variation .preview-feature > div:last-child, .page-template-page-latest .featured-posts-2col.opinion-variation .preview-feature > div:last-child, .page-template-page-roundtables-interest .featured-posts-2col.opinion-variation .preview-feature > div:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .archive .featured-posts-2col.opinion-variation .preview-feature > div, .page-id-50499 .featured-posts-2col.opinion-variation .preview-feature > div, .page-template-page-insights .featured-posts-2col.opinion-variation .preview-feature > div, .page-template-page-online-reports .featured-posts-2col.opinion-variation .preview-feature > div, .page-template-page-latest .featured-posts-2col.opinion-variation .preview-feature > div, .page-template-page-roundtables-interest .featured-posts-2col.opinion-variation .preview-feature > div {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #DEE2E6;
  }
}
.archive .featured-posts-2col.opinion-variation .preview-feature > div.heading, .page-id-50499 .featured-posts-2col.opinion-variation .preview-feature > div.heading, .page-template-page-insights .featured-posts-2col.opinion-variation .preview-feature > div.heading, .page-template-page-online-reports .featured-posts-2col.opinion-variation .preview-feature > div.heading, .page-template-page-latest .featured-posts-2col.opinion-variation .preview-feature > div.heading, .page-template-page-roundtables-interest .featured-posts-2col.opinion-variation .preview-feature > div.heading {
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  display: block;
  text-align: left;
}
.archive .featured-posts-2col.opinion-variation .preview-feature .right, .page-id-50499 .featured-posts-2col.opinion-variation .preview-feature .right, .page-template-page-insights .featured-posts-2col.opinion-variation .preview-feature .right, .page-template-page-online-reports .featured-posts-2col.opinion-variation .preview-feature .right, .page-template-page-latest .featured-posts-2col.opinion-variation .preview-feature .right, .page-template-page-roundtables-interest .featured-posts-2col.opinion-variation .preview-feature .right {
  padding-left: 0;
  width: 100%;
}
.archive .featured-posts-2col.opinion-variation .preview-feature .right a.article-title, .page-id-50499 .featured-posts-2col.opinion-variation .preview-feature .right a.article-title, .page-template-page-insights .featured-posts-2col.opinion-variation .preview-feature .right a.article-title, .page-template-page-online-reports .featured-posts-2col.opinion-variation .preview-feature .right a.article-title, .page-template-page-latest .featured-posts-2col.opinion-variation .preview-feature .right a.article-title, .page-template-page-roundtables-interest .featured-posts-2col.opinion-variation .preview-feature .right a.article-title {
  max-width: 100%;
  display: -webkit-box;
  width: 100%;
  font-size: 1.6rem;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.archive .featured-posts-2col.opinion-variation .preview-feature .right a.article-title:before, .page-id-50499 .featured-posts-2col.opinion-variation .preview-feature .right a.article-title:before, .page-template-page-insights .featured-posts-2col.opinion-variation .preview-feature .right a.article-title:before, .page-template-page-online-reports .featured-posts-2col.opinion-variation .preview-feature .right a.article-title:before, .page-template-page-latest .featured-posts-2col.opinion-variation .preview-feature .right a.article-title:before, .page-template-page-roundtables-interest .featured-posts-2col.opinion-variation .preview-feature .right a.article-title:before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background-image: url("https://assets.raconteur.net/uploads/2025/02/quote.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-bottom: -0.3rem;
  margin-right: 0.25rem;
}
.archive .featured-posts-2col.opinion-variation .preview-feature .left, .page-id-50499 .featured-posts-2col.opinion-variation .preview-feature .left, .page-template-page-insights .featured-posts-2col.opinion-variation .preview-feature .left, .page-template-page-online-reports .featured-posts-2col.opinion-variation .preview-feature .left, .page-template-page-latest .featured-posts-2col.opinion-variation .preview-feature .left, .page-template-page-roundtables-interest .featured-posts-2col.opinion-variation .preview-feature .left {
  width: 5.5rem;
}
.archive .featured-posts-2col.opinion-variation .preview-feature .left + .right, .page-id-50499 .featured-posts-2col.opinion-variation .preview-feature .left + .right, .page-template-page-insights .featured-posts-2col.opinion-variation .preview-feature .left + .right, .page-template-page-online-reports .featured-posts-2col.opinion-variation .preview-feature .left + .right, .page-template-page-latest .featured-posts-2col.opinion-variation .preview-feature .left + .right, .page-template-page-roundtables-interest .featured-posts-2col.opinion-variation .preview-feature .left + .right {
  width: calc(100% - 5.5rem);
  padding-right: 2rem;
}
@media (max-width: 1024px) {
  .archive .featured-posts-2col.opinion-variation .preview-feature, .page-id-50499 .featured-posts-2col.opinion-variation .preview-feature, .page-template-page-insights .featured-posts-2col.opinion-variation .preview-feature, .page-template-page-online-reports .featured-posts-2col.opinion-variation .preview-feature, .page-template-page-latest .featured-posts-2col.opinion-variation .preview-feature, .page-template-page-roundtables-interest .featured-posts-2col.opinion-variation .preview-feature {
    flex-wrap: wrap;
  }
}
.archive .right-img, .page-id-50499 .right-img, .page-template-page-insights .right-img, .page-template-page-online-reports .right-img, .page-template-page-latest .right-img, .page-template-page-roundtables-interest .right-img {
  position: absolute;
  left: 50%;
  height: 100%;
  bottom: 0;
  width: 50%;
  overflow: hidden;
}
.archive .right-img img, .page-id-50499 .right-img img, .page-template-page-insights .right-img img, .page-template-page-online-reports .right-img img, .page-template-page-latest .right-img img, .page-template-page-roundtables-interest .right-img img {
  position: absolute;
  right: 0%;
  top: 0;
  min-width: 100%;
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 768px) {
  .archive .right-img img, .page-id-50499 .right-img img, .page-template-page-insights .right-img img, .page-template-page-online-reports .right-img img, .page-template-page-latest .right-img img, .page-template-page-roundtables-interest .right-img img {
    top: auto;
    bottom: 0;
  }
}
.archive .block-topics-list, .page-id-50499 .block-topics-list, .page-template-page-insights .block-topics-list, .page-template-page-online-reports .block-topics-list, .page-template-page-latest .block-topics-list, .page-template-page-roundtables-interest .block-topics-list {
  display: flex;
  flex-wrap: wrap;
}
.archive .block-topics-list .entry-tag, .page-id-50499 .block-topics-list .entry-tag, .page-template-page-insights .block-topics-list .entry-tag, .page-template-page-online-reports .block-topics-list .entry-tag, .page-template-page-latest .block-topics-list .entry-tag, .page-template-page-roundtables-interest .block-topics-list .entry-tag {
  width: 20%;
  padding-right: 2rem;
}
@media (max-width: 768px) {
  .archive .block-topics-list .entry-tag, .page-id-50499 .block-topics-list .entry-tag, .page-template-page-insights .block-topics-list .entry-tag, .page-template-page-online-reports .block-topics-list .entry-tag, .page-template-page-latest .block-topics-list .entry-tag, .page-template-page-roundtables-interest .block-topics-list .entry-tag {
    width: 50%;
    padding-right: 0;
  }
  .archive .block-topics-list .entry-tag:nth-child(odd), .page-id-50499 .block-topics-list .entry-tag:nth-child(odd), .page-template-page-insights .block-topics-list .entry-tag:nth-child(odd), .page-template-page-online-reports .block-topics-list .entry-tag:nth-child(odd), .page-template-page-latest .block-topics-list .entry-tag:nth-child(odd), .page-template-page-roundtables-interest .block-topics-list .entry-tag:nth-child(odd) {
    padding-right: 1rem;
  }
  .archive .block-topics-list .entry-tag:nth-child(even), .page-id-50499 .block-topics-list .entry-tag:nth-child(even), .page-template-page-insights .block-topics-list .entry-tag:nth-child(even), .page-template-page-online-reports .block-topics-list .entry-tag:nth-child(even), .page-template-page-latest .block-topics-list .entry-tag:nth-child(even), .page-template-page-roundtables-interest .block-topics-list .entry-tag:nth-child(even) {
    padding-left: 1rem;
  }
}
@media (max-width: 1024px) {
  .archive .block-topics-list .entry-tag, .page-id-50499 .block-topics-list .entry-tag, .page-template-page-insights .block-topics-list .entry-tag, .page-template-page-online-reports .block-topics-list .entry-tag, .page-template-page-latest .block-topics-list .entry-tag, .page-template-page-roundtables-interest .block-topics-list .entry-tag {
    width: 33.33%;
  }
}
.archive .block-title, .page-id-50499 .block-title, .page-template-page-insights .block-title, .page-template-page-online-reports .block-title, .page-template-page-latest .block-title, .page-template-page-roundtables-interest .block-title {
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 4rem;
  padding-bottom: 1.5rem;
  position: relative;
  display: block;
  border-bottom: 1px solid #DEE2E6;
}
@media (min-width: 1025px) {
  .archive .block-title.border-top-title, .page-id-50499 .block-title.border-top-title, .page-template-page-insights .block-title.border-top-title, .page-template-page-online-reports .block-title.border-top-title, .page-template-page-latest .block-title.border-top-title, .page-template-page-roundtables-interest .block-title.border-top-title {
    padding-top: 1.5rem;
    border-top: 1px solid #DEE2E6;
  }
}
@media (max-width: 768px) {
  .archive .block-title.border-top-title, .page-id-50499 .block-title.border-top-title, .page-template-page-insights .block-title.border-top-title, .page-template-page-online-reports .block-title.border-top-title, .page-template-page-latest .block-title.border-top-title, .page-template-page-roundtables-interest .block-title.border-top-title {
    margin-bottom: 2rem;
  }
}
.archive .block-title.opinion-variation, .page-id-50499 .block-title.opinion-variation, .page-template-page-insights .block-title.opinion-variation, .page-template-page-online-reports .block-title.opinion-variation, .page-template-page-latest .block-title.opinion-variation, .page-template-page-roundtables-interest .block-title.opinion-variation {
  margin-top: 8rem;
}
@media (min-width: 1441px) {
  .archive .block-title.opinion-variation, .page-id-50499 .block-title.opinion-variation, .page-template-page-insights .block-title.opinion-variation, .page-template-page-online-reports .block-title.opinion-variation, .page-template-page-latest .block-title.opinion-variation, .page-template-page-roundtables-interest .block-title.opinion-variation {
    margin-top: 10rem;
  }
}
@media (max-width: 768px) {
  .archive .block-title.opinion-variation, .page-id-50499 .block-title.opinion-variation, .page-template-page-insights .block-title.opinion-variation, .page-template-page-online-reports .block-title.opinion-variation, .page-template-page-latest .block-title.opinion-variation, .page-template-page-roundtables-interest .block-title.opinion-variation {
    margin-top: 6rem;
  }
}
.archive .load-more-container, .page-id-50499 .load-more-container, .page-template-page-insights .load-more-container, .page-template-page-online-reports .load-more-container, .page-template-page-latest .load-more-container, .page-template-page-roundtables-interest .load-more-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}
.archive .load-more-container > *, .page-id-50499 .load-more-container > *, .page-template-page-insights .load-more-container > *, .page-template-page-online-reports .load-more-container > *, .page-template-page-latest .load-more-container > *, .page-template-page-roundtables-interest .load-more-container > * {
  width: calc(25% - 5rem);
  margin: 2.5rem;
  margin-top: 0;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #DEE2E6;
}
.archive .load-more-container > * .preview-ratio, .page-id-50499 .load-more-container > * .preview-ratio, .page-template-page-insights .load-more-container > * .preview-ratio, .page-template-page-online-reports .load-more-container > * .preview-ratio, .page-template-page-latest .load-more-container > * .preview-ratio, .page-template-page-roundtables-interest .load-more-container > * .preview-ratio {
  display: none;
}
.archive .load-more-container > *:nth-child(-n+4) .preview-ratio, .archive .load-more-container > *:nth-child(-n+12):not(:nth-child(-n+8)) .preview-ratio, .archive .load-more-container > *:nth-child(-n+20):not(:nth-child(-n+16)) .preview-ratio, .page-id-50499 .load-more-container > *:nth-child(-n+4) .preview-ratio, .page-id-50499 .load-more-container > *:nth-child(-n+12):not(:nth-child(-n+8)) .preview-ratio, .page-id-50499 .load-more-container > *:nth-child(-n+20):not(:nth-child(-n+16)) .preview-ratio, .page-template-page-insights .load-more-container > *:nth-child(-n+4) .preview-ratio, .page-template-page-insights .load-more-container > *:nth-child(-n+12):not(:nth-child(-n+8)) .preview-ratio, .page-template-page-insights .load-more-container > *:nth-child(-n+20):not(:nth-child(-n+16)) .preview-ratio, .page-template-page-online-reports .load-more-container > *:nth-child(-n+4) .preview-ratio, .page-template-page-online-reports .load-more-container > *:nth-child(-n+12):not(:nth-child(-n+8)) .preview-ratio, .page-template-page-online-reports .load-more-container > *:nth-child(-n+20):not(:nth-child(-n+16)) .preview-ratio, .page-template-page-latest .load-more-container > *:nth-child(-n+4) .preview-ratio, .page-template-page-latest .load-more-container > *:nth-child(-n+12):not(:nth-child(-n+8)) .preview-ratio, .page-template-page-latest .load-more-container > *:nth-child(-n+20):not(:nth-child(-n+16)) .preview-ratio, .page-template-page-roundtables-interest .load-more-container > *:nth-child(-n+4) .preview-ratio, .page-template-page-roundtables-interest .load-more-container > *:nth-child(-n+12):not(:nth-child(-n+8)) .preview-ratio, .page-template-page-roundtables-interest .load-more-container > *:nth-child(-n+20):not(:nth-child(-n+16)) .preview-ratio {
  display: block;
}
@media (max-width: 1024px) {
  .archive .load-more-container > *, .page-id-50499 .load-more-container > *, .page-template-page-insights .load-more-container > *, .page-template-page-online-reports .load-more-container > *, .page-template-page-latest .load-more-container > *, .page-template-page-roundtables-interest .load-more-container > * {
    width: calc(50% - 5rem);
  }
}
@media (max-width: 768px) {
  .archive .load-more-container, .page-id-50499 .load-more-container, .page-template-page-insights .load-more-container, .page-template-page-online-reports .load-more-container, .page-template-page-latest .load-more-container, .page-template-page-roundtables-interest .load-more-container {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 4rem;
  }
  .archive .load-more-container > *, .page-id-50499 .load-more-container > *, .page-template-page-insights .load-more-container > *, .page-template-page-online-reports .load-more-container > *, .page-template-page-latest .load-more-container > *, .page-template-page-roundtables-interest .load-more-container > * {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .archive .load-more-container.opinion-variation > *, .page-id-50499 .load-more-container.opinion-variation > *, .page-template-page-insights .load-more-container.opinion-variation > *, .page-template-page-online-reports .load-more-container.opinion-variation > *, .page-template-page-latest .load-more-container.opinion-variation > *, .page-template-page-roundtables-interest .load-more-container.opinion-variation > * {
    width: calc(33.33% - 5rem);
  }
}
.archive .load-more-container.opinion-variation > * > *, .page-id-50499 .load-more-container.opinion-variation > * > *, .page-template-page-insights .load-more-container.opinion-variation > * > *, .page-template-page-online-reports .load-more-container.opinion-variation > * > *, .page-template-page-latest .load-more-container.opinion-variation > * > *, .page-template-page-roundtables-interest .load-more-container.opinion-variation > * > * {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  justify-content: flex-end;
}
.archive .load-more-container.opinion-variation > * > * .left, .page-id-50499 .load-more-container.opinion-variation > * > * .left, .page-template-page-insights .load-more-container.opinion-variation > * > * .left, .page-template-page-online-reports .load-more-container.opinion-variation > * > * .left, .page-template-page-latest .load-more-container.opinion-variation > * > * .left, .page-template-page-roundtables-interest .load-more-container.opinion-variation > * > * .left {
  width: 6.1rem;
}
.archive .load-more-container.opinion-variation > * > * .left + .right, .page-id-50499 .load-more-container.opinion-variation > * > * .left + .right, .page-template-page-insights .load-more-container.opinion-variation > * > * .left + .right, .page-template-page-online-reports .load-more-container.opinion-variation > * > * .left + .right, .page-template-page-latest .load-more-container.opinion-variation > * > * .left + .right, .page-template-page-roundtables-interest .load-more-container.opinion-variation > * > * .left + .right {
  width: calc(100% - 6.1rem);
  padding-right: 2rem;
}
.archive .load-more-container.opinion-variation > * > * .right .author-box .coauthor, .page-id-50499 .load-more-container.opinion-variation > * > * .right .author-box .coauthor, .page-template-page-insights .load-more-container.opinion-variation > * > * .right .author-box .coauthor, .page-template-page-online-reports .load-more-container.opinion-variation > * > * .right .author-box .coauthor, .page-template-page-latest .load-more-container.opinion-variation > * > * .right .author-box .coauthor, .page-template-page-roundtables-interest .load-more-container.opinion-variation > * > * .right .author-box .coauthor {
  margin-top: 0.5rem;
}
.archive .load-more-container.opinion-variation > * > * .right .author-box .coauthor a, .page-id-50499 .load-more-container.opinion-variation > * > * .right .author-box .coauthor a, .page-template-page-insights .load-more-container.opinion-variation > * > * .right .author-box .coauthor a, .page-template-page-online-reports .load-more-container.opinion-variation > * > * .right .author-box .coauthor a, .page-template-page-latest .load-more-container.opinion-variation > * > * .right .author-box .coauthor a, .page-template-page-roundtables-interest .load-more-container.opinion-variation > * > * .right .author-box .coauthor a {
  font-size: 1.2rem;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 2px !important;
  text-decoration-color: rgba(0, 0, 0, 0) !important;
  transition: all 0.2s ease-in-out;
}
.archive .load-more-container.opinion-variation > * > * .right .author-box .coauthor a:not(:first-child):before, .page-id-50499 .load-more-container.opinion-variation > * > * .right .author-box .coauthor a:not(:first-child):before, .page-template-page-insights .load-more-container.opinion-variation > * > * .right .author-box .coauthor a:not(:first-child):before, .page-template-page-online-reports .load-more-container.opinion-variation > * > * .right .author-box .coauthor a:not(:first-child):before, .page-template-page-latest .load-more-container.opinion-variation > * > * .right .author-box .coauthor a:not(:first-child):before, .page-template-page-roundtables-interest .load-more-container.opinion-variation > * > * .right .author-box .coauthor a:not(:first-child):before {
  content: " -";
  opacity: 0.4;
}
.archive .load-more-container.opinion-variation > * > * .right .author-box .coauthor a:hover, .page-id-50499 .load-more-container.opinion-variation > * > * .right .author-box .coauthor a:hover, .page-template-page-insights .load-more-container.opinion-variation > * > * .right .author-box .coauthor a:hover, .page-template-page-online-reports .load-more-container.opinion-variation > * > * .right .author-box .coauthor a:hover, .page-template-page-latest .load-more-container.opinion-variation > * > * .right .author-box .coauthor a:hover, .page-template-page-roundtables-interest .load-more-container.opinion-variation > * > * .right .author-box .coauthor a:hover {
  text-decoration-color: rgba(25, 25, 25, 0.4) !important;
}
.archive .load-more-container.opinion-variation > * > * .right .article-title:before, .page-id-50499 .load-more-container.opinion-variation > * > * .right .article-title:before, .page-template-page-insights .load-more-container.opinion-variation > * > * .right .article-title:before, .page-template-page-online-reports .load-more-container.opinion-variation > * > * .right .article-title:before, .page-template-page-latest .load-more-container.opinion-variation > * > * .right .article-title:before, .page-template-page-roundtables-interest .load-more-container.opinion-variation > * > * .right .article-title:before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background-image: url("https://assets.raconteur.net/uploads/2025/02/quote.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-bottom: -0.3rem;
  margin-right: 0.25rem;
}
.archive .load-more-container.opinion-variation > * > *.preview-ratio, .page-id-50499 .load-more-container.opinion-variation > * > *.preview-ratio, .page-template-page-insights .load-more-container.opinion-variation > * > *.preview-ratio, .page-template-page-online-reports .load-more-container.opinion-variation > * > *.preview-ratio, .page-template-page-latest .load-more-container.opinion-variation > * > *.preview-ratio, .page-template-page-roundtables-interest .load-more-container.opinion-variation > * > *.preview-ratio {
  margin-bottom: 1.5rem;
}
@media (min-width: 1025px) {
  .archive .load-more-container.opinion-variation > *:nth-child(n+10):not(:nth-child(n+13):nth-child(-n+15)) .preview-ratio, .page-id-50499 .load-more-container.opinion-variation > *:nth-child(n+10):not(:nth-child(n+13):nth-child(-n+15)) .preview-ratio, .page-template-page-insights .load-more-container.opinion-variation > *:nth-child(n+10):not(:nth-child(n+13):nth-child(-n+15)) .preview-ratio, .page-template-page-online-reports .load-more-container.opinion-variation > *:nth-child(n+10):not(:nth-child(n+13):nth-child(-n+15)) .preview-ratio, .page-template-page-latest .load-more-container.opinion-variation > *:nth-child(n+10):not(:nth-child(n+13):nth-child(-n+15)) .preview-ratio, .page-template-page-roundtables-interest .load-more-container.opinion-variation > *:nth-child(n+10):not(:nth-child(n+13):nth-child(-n+15)) .preview-ratio {
    display: none !important;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .archive .load-more-container.opinion-variation > *:nth-child(n+3) .preview-ratio, .page-id-50499 .load-more-container.opinion-variation > *:nth-child(n+3) .preview-ratio, .page-template-page-insights .load-more-container.opinion-variation > *:nth-child(n+3) .preview-ratio, .page-template-page-online-reports .load-more-container.opinion-variation > *:nth-child(n+3) .preview-ratio, .page-template-page-latest .load-more-container.opinion-variation > *:nth-child(n+3) .preview-ratio, .page-template-page-roundtables-interest .load-more-container.opinion-variation > *:nth-child(n+3) .preview-ratio {
    display: none !important;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .archive .load-more-container.opinion-variation > *:nth-child(n+2) .preview-ratio, .page-id-50499 .load-more-container.opinion-variation > *:nth-child(n+2) .preview-ratio, .page-template-page-insights .load-more-container.opinion-variation > *:nth-child(n+2) .preview-ratio, .page-template-page-online-reports .load-more-container.opinion-variation > *:nth-child(n+2) .preview-ratio, .page-template-page-latest .load-more-container.opinion-variation > *:nth-child(n+2) .preview-ratio, .page-template-page-roundtables-interest .load-more-container.opinion-variation > *:nth-child(n+2) .preview-ratio {
    display: none !important;
  }
}
.archive .padding-articles, .page-id-50499 .padding-articles, .page-template-page-insights .padding-articles, .page-template-page-online-reports .padding-articles, .page-template-page-latest .padding-articles, .page-template-page-roundtables-interest .padding-articles {
  padding-bottom: 4rem;
}
.archive .block-rsc.footer-v, .page-id-50499 .block-rsc.footer-v, .page-template-page-insights .block-rsc.footer-v, .page-template-page-online-reports .block-rsc.footer-v, .page-template-page-latest .block-rsc.footer-v, .page-template-page-roundtables-interest .block-rsc.footer-v {
  margin-top: 4rem;
}

.rac-team {
  display: flex;
  margin-left: -4rem;
  margin-bottom: 4rem;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .rac-team {
    margin-left: -3rem;
  }
}
@media (max-width: 768px) {
  .rac-team {
    margin-left: -2rem;
  }
}
.rac-team > .single-author {
  width: calc(25% - 4rem);
  margin-left: 4rem;
  border-bottom: 1px solid #DEE2E6;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .rac-team > .single-author {
    width: calc(33.33% - 3rem);
    margin-left: 3rem;
  }
}
@media (max-width: 768px) {
  .rac-team > .single-author {
    width: calc(50% - 2rem);
    margin-left: 2rem;
  }
}
.rac-team > .single-author .image-author {
  display: block;
  width: 100%;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .rac-team > .single-author .image-author {
    max-width: 13rem;
  }
}
.rac-team > .single-author .image-author::after {
  content: "";
  display: block;
  padding-bottom: 110%;
}
.rac-team > .single-author .image-author.placeholder {
  position: relative;
}
.rac-team > .single-author .image-author.placeholder:before {
  content: "";
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  background: #005BA5;
  border-radius: 50%;
  bottom: 0;
  left: 0;
}
.rac-team > .single-author .name-author {
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.rac-team > .single-author .name-author:hover {
  text-decoration: underline;
}

.tag-influencer-success {
  background: #c4f4f4;
}
.tag-influencer-success .sponsored-topic-header {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .tag-influencer-success .sponsored-topic-header {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 2rem;
  }
}
.tag-influencer-success .sponsored-topic-header .intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .tag-influencer-success .sponsored-topic-header .intro {
    width: 100%;
    max-width: 100%;
    padding-top: 2rem;
    padding-bottom: 0rem;
  }
}
.tag-influencer-success .sponsored-topic-header .intro h1 {
  font-size: 8rem;
  line-height: 1.1;
  white-space: normal;
  margin-bottom: 3rem;
}
@media (max-width: 1440px) {
  .tag-influencer-success .sponsored-topic-header .intro h1 {
    font-size: 7rem;
  }
}
@media (max-width: 1024px) {
  .tag-influencer-success .sponsored-topic-header .intro h1 {
    font-size: 5.2rem;
  }
}
@media (max-width: 768px) {
  .tag-influencer-success .sponsored-topic-header .intro h1 {
    font-size: 5.5rem;
    max-width: 44rem;
  }
}
@media (max-width: 500px) {
  .tag-influencer-success .sponsored-topic-header .intro h1 {
    font-size: 4.4rem;
    max-width: 30rem;
  }
}
.tag-influencer-success .sponsored-topic-header .intro .sponsored {
  margin-top: 0rem;
  padding-top: 3rem;
}
.tag-influencer-success .sponsored-topic-header .right-img {
  width: calc(50% - 4rem);
  margin-left: 4rem;
  position: relative;
  left: 0;
}
.tag-influencer-success .sponsored-topic-header .right-img:after {
  display: none !important;
}
@media (max-width: 768px) {
  .tag-influencer-success .sponsored-topic-header .right-img {
    width: 100%;
    margin-left: 0rem;
  }
}
.tag-influencer-success .sponsored-topic-header .right-img .height-100 {
  display: block;
  width: 100%;
  position: relative;
}
.tag-influencer-success .sponsored-topic-header .right-img .height-100:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.tag-influencer-success .sponsored-topic-header .right-img .height-100 iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
}
@media (max-width: 768px) {
  .tag-influencer-success .featured-posts-3col-simple > *:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.tag-influencer-success .featured-posts-3col-simple.noslide {
  flex-wrap: wrap;
  margin-right: -3rem !important;
  width: 100% !important;
}
.tag-influencer-success .featured-posts-3col-simple.noslide > * {
  width: calc(33.33% - 3rem) !important;
  margin-left: 0rem !important;
  margin-right: 3rem !important;
  margin-bottom: 3rem !important;
  padding-right: 0 !important;
  padding-bottom: 1.5rem !important;
}
@media (max-width: 1024px) {
  .tag-influencer-success .featured-posts-3col-simple.noslide {
    margin-right: -2rem !important;
  }
  .tag-influencer-success .featured-posts-3col-simple.noslide > * {
    width: calc(50% - 2rem) !important;
  }
}
@media (max-width: 768px) {
  .tag-influencer-success .featured-posts-3col-simple.noslide {
    margin-right: 0rem !important;
  }
  .tag-influencer-success .featured-posts-3col-simple.noslide > * {
    width: 100% !important;
    margin-bottom: 3rem !important;
    padding-right: 0 !important;
    padding-bottom: 1.5rem !important;
  }
}
@media (max-width: 768px) {
  .tag-influencer-success .featured-posts-3col-simple {
    display: flex;
    justify-content: space-between;
  }
  .tag-influencer-success .featured-posts-3col-simple > * {
    width: calc(33.33% - 2rem);
  }
}
@media (max-width: 500px) {
  .tag-influencer-success .featured-posts-3col-simple {
    display: block;
  }
  .tag-influencer-success .featured-posts-3col-simple > * {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .tag-influencer-success .load-more-container {
    display: flex;
    justify-content: space-between;
  }
  .tag-influencer-success .load-more-container > * {
    width: calc(33.33% - 5rem);
  }
}
@media (max-width: 768px) {
  .tag-influencer-success .load-more-container {
    display: flex;
    justify-content: space-between;
  }
  .tag-influencer-success .load-more-container > * {
    width: calc(50% - 2rem);
  }
}
@media (max-width: 500px) {
  .tag-influencer-success .load-more-container {
    display: block;
  }
  .tag-influencer-success .load-more-container > * {
    width: 100%;
  }
}
.tag-influencer-success .block-title, .tag-influencer-success .load-more-container > *, .tag-influencer-success .featured-posts-3col-simple > * {
  border-color: rgba(25, 25, 25, 0.4) !important;
  border-right: 0 !important;
  border-bottom: 1px solid rgba(25, 25, 25, 0.4);
  padding-bottom: 2.5rem;
}

.featured-author-opinion {
  display: flex;
  border-top: 1px solid #DEE2E6;
  margin-top: 8rem;
  align-items: stretch;
  justify-content: space-between;
}
@media (min-width: 1441px) {
  .featured-author-opinion {
    margin-top: 10rem;
  }
}
@media (max-width: 768px) {
  .featured-author-opinion {
    margin-top: 6rem;
    display: block;
  }
}
.featured-author-opinion > * {
  width: calc(25% - 3rem);
}
@media (max-width: 1024px) {
  .featured-author-opinion > * {
    width: calc(33.33% - 3rem);
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .featured-author-opinion > *:nth-child(4) {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .featured-author-opinion > * {
    width: 100%;
  }
}
.featured-author-opinion .author-box {
  position: relative;
  background-color: #EFE7DB;
  cursor: pointer !important;
}
@media (max-width: 768px) {
  .featured-author-opinion .author-box {
    display: block;
    margin-bottom: 0rem;
  }
}
.featured-author-opinion .author-box .photo {
  position: absolute;
  left: 0;
  transition: all 0.2s ease-in-out;
  bottom: 0;
  width: 10rem;
  height: calc(100% + 2rem);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
  filter: grayscale(1);
}
@media (max-width: 1024px) {
  .featured-author-opinion .author-box .photo {
    width: 8rem;
  }
}
@media (max-width: 768px) {
  .featured-author-opinion .author-box .photo {
    width: 12rem;
  }
}
.featured-author-opinion .author-box .name {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 2rem;
  padding-left: 11rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}
@media (max-width: 1024px) {
  .featured-author-opinion .author-box .name {
    padding-left: 10rem;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
@media (max-width: 768px) {
  .featured-author-opinion .author-box .name {
    padding-left: 12rem;
    font-size: 1.6rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.featured-author-opinion .author-box:hover .photo {
  filter: grayscale(0);
}
.featured-author-opinion .article-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid #DEE2E6;
}
.featured-author-opinion .article-title a {
  font-weight: bold;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .featured-author-opinion .article-title a {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.featured-author-opinion .article-title a:before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background-image: url("https://assets.raconteur.net/uploads/2025/02/quote.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-bottom: -0.3rem;
  margin-right: 0.25rem;
}

.page-template-page-roundtables-interest .sponsored-topic-header, .page-template-page-roundtables .sponsored-topic-header {
  margin-bottom: 2rem;
}
.page-template-page-roundtables-interest .sponsored-topic-header .intro a, .page-template-page-roundtables .sponsored-topic-header .intro a {
  text-decoration: underline;
}
.page-template-page-roundtables-interest .sponsored-topic-header.roundtables-header h1, .page-template-page-roundtables .sponsored-topic-header.roundtables-header h1 {
  margin-bottom: 2rem;
}
.page-template-page-roundtables-interest .sponsored-topic-header.roundtables-header .btn-primary, .page-template-page-roundtables .sponsored-topic-header.roundtables-header .btn-primary {
  margin-top: 2rem;
  text-decoration: none;
}
.page-template-page-roundtables-interest .sponsored-topic-header + .content, .page-template-page-roundtables .sponsored-topic-header + .content {
  border-top: 1px solid #DEE2E6;
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #DEE2E6;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .page-template-page-roundtables-interest .sponsored-topic-header .intro, .page-template-page-roundtables .sponsored-topic-header .intro {
    padding-bottom: 0rem;
  }
}
@media (min-width: 769px) {
  .page-template-page-roundtables-interest .sponsored-topic-header .right-img img, .page-template-page-roundtables .sponsored-topic-header .right-img img {
    top: 1rem;
  }
}
.page-template-page-roundtables-interest .form-container, .page-template-page-roundtables .form-container {
  display: flex;
  justify-content: space-between;
}
.page-template-page-roundtables-interest .form-container > *, .page-template-page-roundtables .form-container > * {
  width: calc(50% - 2rem);
}
@media (max-width: 768px) {
  .page-template-page-roundtables-interest .form-container, .page-template-page-roundtables .form-container {
    display: block;
  }
  .page-template-page-roundtables-interest .form-container > *, .page-template-page-roundtables .form-container > * {
    width: 100%;
  }
}
.page-template-page-roundtables-interest .form-container h3, .page-template-page-roundtables .form-container h3 {
  margin-bottom: 0rem;
}
.page-template-page-roundtables-interest .form-container iframe, .page-template-page-roundtables .form-container iframe {
  margin-left: -10px;
  width: calc(100% + 20px);
}
.page-template-page-roundtables-interest .related-roundtables h2, .page-template-page-roundtables .related-roundtables h2 {
  margin-bottom: 3rem;
}
.page-template-page-roundtables-interest .related-roundtables .articles, .page-template-page-roundtables .related-roundtables .articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem;
}
@media (max-width: 1024px) {
  .page-template-page-roundtables-interest .related-roundtables .articles, .page-template-page-roundtables .related-roundtables .articles {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
}
@media (max-width: 768px) {
  .page-template-page-roundtables-interest .related-roundtables .articles, .page-template-page-roundtables .related-roundtables .articles {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
.page-template-page-roundtables-interest .related-roundtables .articles .article, .page-template-page-roundtables .related-roundtables .articles .article {
  position: relative;
}
@media (min-width: 1025px) {
  .page-template-page-roundtables-interest .related-roundtables .articles .article:nth-child(3n)::after, .page-template-page-roundtables .related-roundtables .articles .article:nth-child(3n)::after {
    display: none;
  }
}
.page-template-page-roundtables-interest .related-roundtables .articles .article::after, .page-template-page-roundtables .related-roundtables .articles .article::after {
  content: "";
  position: absolute;
  right: -3rem;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #DEE2E6;
}
@media (max-width: 1024px) {
  .page-template-page-roundtables-interest .related-roundtables .articles .article::after, .page-template-page-roundtables .related-roundtables .articles .article::after {
    right: -2rem;
  }
  .page-template-page-roundtables-interest .related-roundtables .articles .article:nth-child(2n)::after, .page-template-page-roundtables .related-roundtables .articles .article:nth-child(2n)::after {
    display: none;
  }
  .page-template-page-roundtables-interest .related-roundtables .articles .article:nth-child(3)::after, .page-template-page-roundtables .related-roundtables .articles .article:nth-child(3)::after {
    display: block;
  }
}
@media (max-width: 768px) {
  .page-template-page-roundtables-interest .related-roundtables .articles .article, .page-template-page-roundtables .related-roundtables .articles .article {
    border-top: 1px solid #DEE2E6;
    padding-top: 2rem;
    padding-bottom: 0rem;
    margin-top: 0rem;
  }
  .page-template-page-roundtables-interest .related-roundtables .articles .article::after, .page-template-page-roundtables .related-roundtables .articles .article::after {
    display: none;
  }
  .page-template-page-roundtables-interest .related-roundtables .articles .article:first-child, .page-template-page-roundtables .related-roundtables .articles .article:first-child {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
  }
}
.page-template-page-roundtables-interest .related-roundtables .articles .article .insights-img, .page-template-page-roundtables .related-roundtables .articles .article .insights-img {
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
}
.page-template-page-roundtables-interest .related-roundtables .articles .article .insights-img img, .page-template-page-roundtables .related-roundtables .articles .article .insights-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-page-roundtables-interest .related-roundtables .articles .article h3, .page-template-page-roundtables .related-roundtables .articles .article h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.page-template-page-roundtables-interest .related-roundtables .articles .article .sponsor, .page-template-page-roundtables .related-roundtables .articles .article .sponsor {
  font-size: 1.3rem;
  opacity: 0.65;
}
.page-template-page-roundtables-interest .related-roundtables .articles .article.hidden, .page-template-page-roundtables .related-roundtables .articles .article.hidden {
  display: none;
}
.page-template-page-roundtables-interest .related-roundtables .load-more-container, .page-template-page-roundtables .related-roundtables .load-more-container {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 !important;
  margin-top: 4rem !important;
}
.page-template-page-roundtables-interest .related-roundtables .load-more-container a.btn, .page-template-page-roundtables .related-roundtables .load-more-container a.btn {
  background-color: #191919;
  color: white;
  width: auto;
  padding: 1.2rem 2.6rem;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.insights-archive {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4rem;
  margin-right: -4rem;
}
.insights-archive .col {
  width: 100%;
  padding: 2rem 0;
  margin: 0 4rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #DEE2E6;
  position: relative;
}
@media (min-width: 769px) {
  .insights-archive .col {
    width: calc(50% - 8rem);
  }
  .insights-archive .col:after {
    content: "";
    position: absolute;
    right: -4rem;
    width: 1px;
    height: calc(100% - 2rem);
    background-color: #DEE2E6;
    top: 2rem;
    z-index: 2;
  }
}
@media (min-width: 1025px) {
  .insights-archive .col {
    width: calc(33.3333333333% - 8rem);
    padding: 2rem 0;
    margin: 0 4rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #DEE2E6;
  }
  .insights-archive .col:nth-child(3n):after {
    width: 0;
  }
}
.insights-archive .col a {
  display: block;
  width: 100%;
}
.insights-archive .col .insights-img {
  margin-bottom: 1.5rem;
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
}
.insights-archive .col .insights-img:after {
  content: "";
  padding-bottom: 57%;
  display: block;
  width: 100%;
}
.insights-archive .col .insights-img img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.insights-archive .col h2 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.insights-archive .col .sponsor {
  color: #6c757d;
  font-size: 1.6rem;
}

.page-template-page-subscribe-single {
  background-color: #EFE7DB;
}
.page-template-page-subscribe-single + footer {
  margin-top: 0;
}
.page-template-page-subscribe-single .container .wrap {
  max-width: 560px;
  text-align: center;
}
.page-template-page-subscribe-single .container .wrap .form.newsletter {
  max-width: 400px;
  margin: 0 auto;
}
.page-template-page-subscribe-single .container .wrap h2 {
  margin-bottom: 1rem;
}
.page-template-page-subscribe-single .container .wrap .right {
  margin-top: 1rem;
}

.recommendations-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.recommendations-modal.show {
  opacity: 1;
  visibility: visible;
}
.recommendations-modal.show .modal-content {
  transform: translate(-50%, -50%) scale(1);
}
.recommendations-modal .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.recommendations-modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background: white;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  max-width: 90vw;
  max-height: 90vh;
  width: 800px;
  overflow: hidden;
  transition: transform 0.3s ease;
}
@media (max-width: 1024px) {
  .recommendations-modal .modal-content {
    width: 95vw;
    max-height: 95vh;
  }
}
.recommendations-modal .modal-body {
  padding: 2rem 3rem;
  max-height: 60vh;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .recommendations-modal .modal-body {
    padding: 1.5rem 2rem;
  }
}
.recommendations-modal .modal-body > h2 {
  margin-bottom: 1rem;
}
.recommendations-modal .modal-body > p {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  color: #666;
}
.recommendations-modal .recommendations-grid {
  display: grid;
  gap: 2rem;
}
@media (min-width: 769px) {
  .recommendations-modal .recommendations-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .recommendations-modal .recommendations-grid {
    grid-template-columns: 1fr;
  }
}
.recommendations-modal .recommendation-item {
  border: 1px solid #DEE2E6;
  border-radius: 8px;
  padding: 1.5rem;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  background-color: white;
  position: relative;
  padding-bottom: 5rem;
}
.recommendations-modal .recommendation-item:after {
  content: "";
  display: table;
  clear: both;
}
.recommendations-modal .recommendation-item:hover {
  border-color: #191919;
}
.recommendations-modal .recommendation-item.selected {
  border-color: #26E6FF;
  background-color: #26E6FF;
}
.recommendations-modal .recommendation-item.selected .recommendation-subscribe {
  background-color: #191919;
  color: white;
  border-color: #191919;
}
.recommendations-modal .recommendation-item.selected .recommendation-title {
  color: hsl(0, 0%, -0.1960784314%);
}
@media (max-width: 768px) {
  .recommendations-modal .recommendation-item {
    padding: 1.5rem;
    padding-bottom: 5rem;
  }
}
.recommendations-modal .recommendation-logo {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 1rem;
  margin-bottom: 0.2rem;
  border-radius: 4px;
  overflow: hidden;
  background-color: white;
  transform: translateY(5px);
}
.recommendations-modal .recommendation-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recommendations-modal .recommendation-content {
  margin-bottom: 2rem;
}
.recommendations-modal .recommendation-content h3.recommendation-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #191919;
  line-height: 1.3;
  margin-top: 0;
}
.recommendations-modal .recommendation-content .recommendation-description {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #666;
  margin-bottom: 1rem;
}
.recommendations-modal .recommendation-subscribe {
  background-color: transparent;
  border: 2px solid #191919;
  color: #191919;
  padding: 0.8rem 2rem;
  border-radius: 25px;
  font-size: 1.4rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
}
.recommendations-modal .recommendation-subscribe:hover {
  background-color: #191919;
  color: white;
}
.recommendations-modal .modal-footer {
  padding: 1.5rem 3rem 1rem;
  border-top: 1px solid #DEE2E6;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .recommendations-modal .modal-footer {
    padding: 1.5rem 2rem;
    flex-direction: column-reverse;
  }
}
.recommendations-modal .modal-footer .btn {
  padding: 1rem 2rem;
  border-radius: 25px;
  font-size: 1.4rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border: 2px solid transparent;
  width: 100%;
}
.recommendations-modal .modal-footer .btn.btn-secondary {
  background-color: transparent;
  border-color: transparent;
  color: #191919;
}
.recommendations-modal .modal-footer .btn.btn-secondary:hover {
  color: rgb(50.5, 50.5, 50.5);
}
.recommendations-modal .modal-footer .btn.btn-primary {
  background-color: #191919;
  color: white;
  border-color: #191919;
}
.recommendations-modal .modal-footer .btn.btn-primary:hover:not(:disabled) {
  background-color: #26E6FF;
  border-color: #26E6FF;
  color: #191919;
}
.recommendations-modal .modal-footer .btn.btn-primary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.recommendations-modal .modal-footer .btn.btn-primary.success {
  background-color: #28a745;
  border-color: #28a745;
}
@media (max-width: 768px) {
  .recommendations-modal .modal-footer .btn {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .recommendations-modal .modal-footer .btn:last-child {
    margin-bottom: 0;
  }
}

.toast {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  background-color: white;
  color: #191919;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  z-index: 10000;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.3s ease;
  max-width: 350px;
  border-left: 4px solid #191919;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
}
.toast.show {
  opacity: 1;
  transform: translateX(0);
}
.toast.toast-success {
  border-left-color: #28a745;
  color: #28a745;
}
.toast.toast-error {
  border-left-color: #dc3545;
  color: #dc3545;
}
@media (max-width: 768px) {
  .toast {
    bottom: 1rem;
    right: 1rem;
    left: 1rem;
    max-width: none;
  }
}

.newsletter-container-thankyou {
  position: relative;
}
.newsletter-container-thankyou .loading-spinner-thankyou {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 1000;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.newsletter-container-thankyou .loading-spinner-thankyou .spinner {
  width: 4rem;
  height: 4rem;
  position: absolute;
  left: calc(50% - 2rem);
  top: 4rem;
  transform: translateX(-50%);
  background-image: url("../img/custom/spinner.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  animation: spin 1s linear infinite;
}
.newsletter-container-thankyou .loading-spinner-thankyou.loading {
  background: rgba(255, 255, 255, 0.9);
}
.newsletter-container-thankyou .loading-spinner-thankyou.fade-out {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.newsletter-container-thankyou .thank-you-message {
  font-size: 1.4rem;
  background-color: rgb(191, 255, 243.6073298429);
  color: rgb(0, 114.5, 94.1178010471);
  padding: 0.4rem 1.4rem;
  border-radius: 0.4rem;
  margin: 0 auto;
  font-weight: bold;
  border: 1px solid rgb(0, 114.5, 94.1178010471);
  display: inline-block;
}
.newsletter-container-thankyou .content-thankyou {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.newsletter-container-thankyou .content-thankyou h2 {
  margin-bottom: 1rem;
}
.newsletter-container-thankyou .content-thankyou p {
  font-family: "sofia-pro";
}
.newsletter-container-thankyou .content-thankyou .style-form {
  border: 1px solid #DEE2E6;
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .newsletter-container-thankyou .content-thankyou .style-form {
    padding: 0;
    border: none;
  }
}
.newsletter-container-thankyou .content-thankyou .style-form #form-enrichment {
  margin: 0;
  pointer-events: all;
  opacity: 1;
  display: block;
}
.newsletter-container-thankyou .content-thankyou .style-form.fade-out #form-enrichment {
  display: none;
  opacity: 0;
  pointer-events: none;
}
.newsletter-container-thankyou .content-thankyou .style-form .form-group {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.newsletter-container-thankyou .content-thankyou .style-form .form-group label {
  text-align: left;
  font-family: "sofia-pro";
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 0.8rem;
}
.newsletter-container-thankyou .content-thankyou .style-form .form-group label .required {
  color: #fd2341;
}
.newsletter-container-thankyou .content-thankyou .style-form .form-group input, .newsletter-container-thankyou .content-thankyou .style-form .form-group select {
  margin-top: 0;
}
.newsletter-container-thankyou .content-thankyou .style-form button {
  margin-top: 1.5rem;
  width: 100%;
}