@charset "UTF-8";
/* -------------------------------------------
***** 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 *****
------------------------------------------- */
/* --- TABLES --- */
main table, main .tablepress {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 16px;
  margin-bottom: 2rem;
}
main table + h2, main table + h3, main table + h4, main table + h5, main table + h6, main .tablepress + h2, main .tablepress + h3, main .tablepress + h4, main .tablepress + h5, main .tablepress + h6 {
  margin-top: 3rem;
}
main table thead, main table tfoot, main .tablepress thead, main .tablepress tfoot {
  color: black;
  text-transform: unset;
}
main table thead tr, main table tfoot tr, main .tablepress thead tr, main .tablepress tfoot tr {
  border-bottom: 3px solid #191919;
}
main table thead th, main table tfoot th, main .tablepress thead th, main .tablepress tfoot th {
  font-weight: 600;
  font-size: 18px;
  background: none;
  border-bottom: 0px;
}
main table thead th, main .tablepress thead th {
  text-align: left;
  padding: 10px 20px;
  color: #191919;
  text-transform: uppercase;
  font-weight: 700;
}
main table tbody, main .tablepress tbody {
  border-bottom: 1px solid #191919;
}
main table tbody tr td, main .tablepress tbody tr td {
  padding: 10px;
  vertical-align: middle;
  padding: 10px 20px;
}
main table tbody tr th, main .tablepress tbody tr th {
  font-weight: 500;
}
main table tfoot th, main .tablepress tfoot th {
  background: none;
}

/* -------------------------------------------
***** Prepend Imports *****
------------------------------------------- */
/* --- PAGE : 404 --- */
.error404 main {
  min-height: auto;
}
.error404 main .content {
  padding: 8rem 0 5rem;
}
.error404 main h1 {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 3rem;
}
@media (max-width: 1024px) {
  .error404 main h1 {
    padding-bottom: 2rem;
  }
}
.error404 main .stand-first {
  font-size: 2rem;
  font-family: "Acta", serif;
}
@media (max-width: 1024px) {
  .error404 main .stand-first {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .error404 main .stand-first {
    font-size: 1.6rem;
  }
}
.error404 main .button {
  cursor: pointer;
  border: 1px solid #191919;
  border-radius: 2.6rem;
  color: white;
  padding: 1.2rem 2.2rem;
  font-family: "sofia-pro";
  font-weight: bold;
  background-color: transparent;
  font-size: 1.4rem;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.2s ease-in-out;
  margin-top: 4rem;
  margin-left: auto;
  color: #191919;
  margin-right: auto;
  display: inline-block;
}
@media (max-width: 1024px) {
  .error404 main .button {
    margin-bottom: 2rem;
  }
}
.error404 main .button:hover {
  background-color: #191919;
  color: white;
  border-color: #191919;
}
.error404 main .flex-404 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.error404 main .flex-404 .left, .error404 main .flex-404 .right {
  width: calc(50% - 4rem);
}
@media (max-width: 1024px) {
  .error404 main .flex-404 {
    flex-direction: column-reverse;
  }
  .error404 main .flex-404 .left, .error404 main .flex-404 .right {
    width: 100%;
  }
  .error404 main .flex-404 .right {
    margin-bottom: 4rem;
    text-align: center;
  }
  .error404 main .flex-404 .right img {
    max-width: 70%;
  }
}

/* -------------------------------------------
***** Prepend Imports *****
------------------------------------------- */
/* -------------------------------------------
***** Custom *****
------------------------------------------- */
.malinky-ajax-pagination-loading {
  display: none;
  margin: 15px 0;
  text-align: center;
}

.malinky-ajax-pagination-loading img {
  width: 50px;
  height: 50px;
}

.malinky-load-more {
  text-align: center;
}

.malinky-load-more__button-disable {
  pointer-events: none;
}

.rac-ad {
  padding: 3rem 0;
  text-align: center;
  background-color: #E9ECEF;
  margin-bottom: 6rem;
}
.rac-ad h6 {
  font-size: 1.2rem;
  color: #c7ced5;
  margin-bottom: 1.5rem;
}
.rac-ad > * {
  max-width: 960px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .rac-ad > * {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 769px) {
  .opinion-slide.slider-container .slider-arrows {
    right: calc(50% + 0rem);
    bottom: 6rem;
  }
}
@media (min-width: 1025px) {
  .opinion-slide.slider-container .slider-arrows {
    right: calc(50% + 4rem);
  }
}
.opinion-slide.slider-container .slider-dots {
  transform: translateY(10px);
}
@media (min-width: 769px) {
  .opinion-slide.slider-container .slider-dots {
    display: none !important;
  }
}
.opinion-slide.slider-container .slider-dots button {
  background-color: #000;
}
.opinion-slide .opinion-articles-slider {
  position: relative;
  background: #EFE7DB;
  color: #000000;
  width: 100vw;
}
.opinion-slide .opinion-articles-slider .slide {
  position: relative;
  width: 100vw;
}
.opinion-slide .opinion-articles-slider .slide .wrap {
  height: 100%;
  display: flex;
}
@media (max-width: 768px) {
  .opinion-slide .opinion-articles-slider .slide .wrap {
    height: auto;
    display: block;
  }
  .opinion-slide .opinion-articles-slider .slide .left {
    width: 100vw;
    position: relative;
    left: -2rem;
    height: 100%;
    overflow: hidden;
  }
  .opinion-slide .opinion-articles-slider .slide .left:after {
    content: "";
    display: block;
    padding-bottom: 56%;
  }
}
.opinion-slide .opinion-articles-slider .slide .left img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  max-width: auto;
  min-height: 100%;
  max-height: auto;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.opinion-slide .opinion-articles-slider .slide .right {
  display: flex;
  width: 50%;
}
@media (max-width: 768px) {
  .opinion-slide .opinion-articles-slider .slide .right {
    padding: 3rem 0 0rem;
    width: 100%;
  }
  .opinion-slide .opinion-articles-slider .slide .right .article-title {
    font-size: 2.2rem;
  }
}
.opinion-slide .opinion-articles-slider .slide .right a {
  color: #000000;
}
.opinion-slide .opinion-articles-slider .slide .right a:hover {
  text-decoration-color: black !important;
}
.opinion-slide .opinion-articles-slider .slide .right .opinion-tag {
  color: #000000 !important;
  padding: 0 !important;
  background-color: transparent !important;
  display: none;
}
.opinion-slide .opinion-articles-slider .slide .right .author {
  display: flex;
  align-items: center;
  margin-top: auto;
}
@media (max-width: 768px) {
  .opinion-slide .opinion-articles-slider .slide .right .author {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.opinion-slide .opinion-articles-slider .slide .right .author.author-with-coauthor {
  flex-direction: column;
  align-items: flex-start;
}
.opinion-slide .opinion-articles-slider .slide .right .author.author-with-coauthor .right-author {
  margin-top: 1rem;
  width: 100%;
}
.opinion-slide .opinion-articles-slider .slide .right .author .sep {
  display: none;
}
.opinion-slide .opinion-articles-slider .slide .right .article-title:before {
  content: "";
  width: 3rem;
  height: 3rem;
  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) {
  .opinion-slide .opinion-articles-slider .slide .right .article-title:before {
    width: 3rem;
    height: 3rem;
  }
}
@media (min-width: 769px) {
  .opinion-slide .opinion-articles-slider .slide .left {
    width: 50vw;
    position: absolute;
    left: 50%;
    height: 100%;
  }
  .opinion-slide .opinion-articles-slider .slide .right:after {
    content: "";
    padding-bottom: 61%;
    pointer-events: none;
    display: inline-block;
    width: 1px;
  }
  .opinion-slide .opinion-articles-slider .slide .right .text {
    padding: 4rem;
    padding-left: 0;
    display: flex;
    flex-direction: column;
  }
  .opinion-slide .opinion-articles-slider .slide .right .article-title {
    font-size: 2.6rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
  }
  .opinion-slide .opinion-articles-slider .slide .right .excerpt {
    font-size: 1.8rem;
    font-family: "Acta", serif;
    font-weight: 400;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .opinion-slide .opinion-articles-slider .slide .right .excerpt {
    font-size: 1.6rem;
  }
}
.opinion-slide .opinion-articles-slider .opinion-author-image {
  display: block;
  width: 100%;
  order: 0;
  max-width: 8.5rem;
  margin-right: 2rem;
  position: relative;
}
.opinion-slide .opinion-articles-slider .opinion-author-image:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 120%;
}
.opinion-slide .opinion-articles-slider .opinion-author-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-position: left center;
  object-fit: contain;
}
.opinion-slide .opinion-articles-slider .right-author a {
  font-weight: bold !important;
  font-size: 1.8rem;
}
.opinion-slide .opinion-articles-slider .opinion-author-role {
  order: 2;
  font-size: 1.2rem;
}

#social-share {
  margin-bottom: 1rem;
}
@media (min-width: 769px) and (max-width: 1024px) {
  #social-share {
    width: 50%;
    width: auto;
    margin-left: auto;
    order: 4;
  }
}
@media (min-width: 1025px) {
  #social-share {
    padding-bottom: 1rem;
    border-bottom: 1px solid #DEE2E6;
  }
  .dark-long-read #social-share {
    border-color: var(--main-border-color) !important;
  }
}
#social-share .socialbox {
  margin-right: -0.5rem;
  display: flex;
}
#social-share .socialbox > * {
  position: relative;
  cursor: pointer;
  width: calc(25% - 0.5rem);
  margin-right: 0.5rem;
  padding-right: 2px;
}
#social-share .socialbox > * svg {
  width: 100%;
  display: block;
  fill: #191919 !important;
  transition: all 0.2s ease-in-out;
}
#social-share .socialbox > * svg * {
  transition: all 0.2s ease-in-out;
  fill: #191919;
}
#social-share .socialbox > * svg circle {
  fill: transparent !important;
}
@media (max-width: 1024px) {
  #social-share .socialbox > * {
    width: calc(25% - 1rem);
    margin-right: 1rem;
  }
}
#social-share .socialbox > *.deleteBookmark {
  position: relative;
}
#social-share .socialbox > *.deleteBookmark svg path {
  opacity: 0;
}
#social-share .socialbox > *.deleteBookmark .close {
  opacity: 1 !important;
}
#social-share .socialbox > *.needLoginBookmark {
  cursor: not-allowed !important;
}
#social-share .socialbox > * .close {
  transition: all 0.2s ease-in-out;
  position: absolute;
  font-size: 1.4rem;
  left: calc(50% - 1px);
  top: 50%;
  transform: translate(-50%, -50%);
}
#social-share .socialbox > * .tooltip {
  position: absolute;
  opacity: 0;
  bottom: 100%;
  transition: all 0.2s ease-in-out;
  left: calc(50% - 1px);
  transform: translateX(-50%);
  background-color: #191919;
  border: 1px solid #191919;
  color: white;
  font-size: 1.2rem;
  white-space: nowrap;
  padding: 0.2rem 0.6rem;
  border-radius: 3px;
  font-weight: bold;
}
#social-share .socialbox > * .tooltip:after {
  position: absolute;
  left: 50%;
  pointer-events: none;
  transform: translateX(-50%);
  bottom: -6px;
  content: "";
  width: 0;
  height: 0;
  width: 0px;
  height: 6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  z-index: 4;
  border-top: 6px solid #191919;
}
.dark-long-read #social-share .socialbox > * .tooltip {
  background-color: var(--main-text-color);
  border: 1px solid var(--main-text-color);
  color: var(--main-bg-color);
}
.dark-long-read #social-share .socialbox > * .tooltip:after {
  border-top: 6px solid var(--main-text-color);
}
#social-share .socialbox > *:first-child .tooltip {
  left: 0rem;
  transform: translateX(0px);
}
#social-share .socialbox > *:first-child .tooltip:after {
  left: 1.6rem;
}
#social-share .socialbox > *:last-child .tooltip {
  left: auto;
  transform: translateX(0px);
  right: 0rem;
}
#social-share .socialbox > *:last-child .tooltip:after {
  left: calc(100% - 1.6rem);
}
#social-share .socialbox > *:hover svg {
  fill: white !important;
}
#social-share .socialbox > *:hover svg > *, #social-share .socialbox > *:hover svg > path {
  fill: white !important;
}
.dark-long-read #social-share .socialbox > *:hover svg > *, .dark-long-read #social-share .socialbox > *:hover svg > path {
  fill: var(--main-bg-color) !important;
}
#social-share .socialbox > *:hover svg > circle {
  fill: #191919 !important;
  stroke: #191919 !important;
}
.dark-long-read #social-share .socialbox > *:hover svg > circle {
  fill: var(--main-text-color) !important;
}
#social-share .socialbox > *:hover span {
  color: white;
}
.dark-long-read #social-share .socialbox > *:hover span {
  color: var(--main-bg-color) !important;
}
#social-share .socialbox > *:hover .tooltip {
  opacity: 1;
  bottom: calc(100% + 0.8rem);
}
#social-share .socialbox > *.loading {
  pointer-events: none !important;
  opacity: 0.2 !important;
}
@media (max-width: 1024px) {
  #social-share .socialbox {
    max-width: 16.8rem;
  }
}

.malinky-load-more {
  margin-top: 2rem;
  padding-bottom: 1rem;
}
.malinky-load-more a {
  padding: 0.6rem 1.6rem;
  border: 1px solid #191919;
  border-radius: 2.4rem;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 1px;
  color: #191919;
  text-transform: uppercase;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
}
.malinky-load-more a:hover {
  background-color: #191919;
  color: white;
}

.no-results {
  text-align: center;
  margin-top: 4rem;
}
.no-results svg {
  margin-top: 3rem;
  max-width: 55rem;
}

.column--content > * {
  margin-bottom: 2rem;
}
.column--content p {
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: "Acta", serif;
  font-weight: 400;
}
.column--content p > a, .column--content p em > a {
  color: #fd2341;
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
}
.column--content p > a:hover, .column--content p em > a:hover {
  color: #191919;
}
.column--content h2, .column--content h3, .column--content h4 {
  font-weight: bold;
  font-size: 2.4rem;
  color: #191919;
}

.opinion-sidebar .author-image {
  display: inline-block;
  width: 8rem;
  height: 8rem;
  margin-bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  vertical-align: middle;
}
@media (min-width: 1025px) {
  .opinion-sidebar .author-image {
    margin-top: 1rem;
    width: 12rem;
    height: 12rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1025px) {
  .opinion-sidebar #social-share {
    margin-top: 0 !important;
  }
}
.opinion-sidebar .byline strong a {
  color: black;
}
.opinion-sidebar .byline strong a:hover {
  color: #fd2341;
}
.opinion-sidebar .sep {
  display: none;
}
.opinion-sidebar .sidebar-left {
  display: flex;
  flex-direction: column;
}
.opinion-sidebar .sidebar-left .author-new {
  border-bottom: 0;
  padding-bottom: 0;
}
.opinion-sidebar .sidebar-left .author-new .date-name-role {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .opinion-sidebar .sidebar-left {
    flex-direction: row;
    margin-bottom: 4rem;
  }
  .opinion-sidebar .sidebar-left .byline {
    display: block;
    position: relative;
    flex-direction: column-reverse;
    justify-content: center;
    width: auto;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .opinion-sidebar .sidebar-left {
    flex-direction: column;
  }
  .opinion-sidebar .sidebar-left .byline {
    margin: 0;
    margin-top: 0rem;
    border: 0;
  }
}
@media (max-width: 1024px) {
  .opinion-sidebar .sidebar-left #social-share {
    margin-top: 2rem;
    width: 100%;
    padding-top: 2rem;
    border-top: 1px solid #DEE2E6;
  }
}
.opinion-sidebar .column--meta {
  display: flex !important;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .opinion-sidebar .column--meta {
    flex-direction: row;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .opinion-sidebar .column--meta {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .opinion-sidebar .column--meta .bottom {
    border-bottom: 0;
    display: block;
    position: relative;
    padding-bottom: 0;
  }
  .opinion-sidebar .column--meta .bottom .opinion-author-image {
    display: inline-block;
    width: 8rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .opinion-sidebar .column--meta .bottom .author-name, .opinion-sidebar .column--meta .bottom .opinion-author-role {
    display: inline-block;
    width: 100%;
    padding-left: 9.5rem;
  }
  .opinion-sidebar .column--meta #social-share {
    margin-top: 0;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .opinion-sidebar .column--meta #social-share {
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 1px solid #DEE2E6;
  }
}
.opinion-sidebar .opinion-author-image {
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  order: 0;
}
.opinion-sidebar .opinion-author-image:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.opinion-sidebar .author-name {
  order: 1;
}
.opinion-sidebar .author-name a {
  font-weight: bold !important;
  color: black;
}
.opinion-sidebar .opinion-author-role {
  order: 2;
  font-size: 1.2rem;
}
.opinion-sidebar #social-share {
  margin-top: 1rem;
  order: 3;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
  padding-top: 1rem;
  border-top: 1px solid #DEE2E6;
}

.searchNav {
  padding-bottom: 2rem;
}
.searchNav .wrap {
  display: block;
}
.searchNav .search-overlay {
  position: relative;
}
.searchNav .search-icon {
  position: absolute;
  right: 0;
  width: 2rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.searchNav input {
  appearance: none;
  padding: 1.5rem 0rem;
  border: 0;
  border-bottom: 1px solid #DEE2E6;
  font-size: 3.6rem;
  font-weight: bold;
  width: 100%;
  color: #191919;
  font-family: "sofia-pro" !important;
}
@media (max-width: 768px) {
  .searchNav input {
    font-size: 2.4rem;
  }
}
.searchNav input::-webkit-input-placeholder { /* Edge */
  color: #191919;
}
.searchNav input:focus {
  outline: 0 !important;
}
.searchNav input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #191919;
}
.searchNav input::placeholder {
  color: #191919;
}
.searchNav #searchsubmit {
  display: none;
}
.searchNav#searchNavMobile {
  display: none;
}
@media (max-width: 768px) {
  .searchNav#searchNavMobile {
    display: block;
    margin-bottom: 1.5rem;
  }
  .searchNav#searchNavMobile input {
    padding-top: 0;
    padding-bottom: 1rem;
    font-size: 16px;
  }
  .searchNav#searchNavMobile .search-icon {
    display: block;
    padding-bottom: 1rem;
  }
  .searchNav#searchNavMobile .search-icon svg {
    width: 1.4rem;
  }
}

.dark-long-read.single {
  background: var(--main-bg-color);
}
.dark-long-read.single .full-width-row .container:before {
  background: linear-gradient(transparent, var(--main-bg-color) 80%);
}
.dark-long-read.single .full-width-row .container:after {
  background: linear-gradient(0deg, transparent, var(--main-bg-color) 80%);
}
.dark-long-read.single header {
  background-color: white;
}
.dark-long-read.single .related-footer .column .article-title {
  color: var(--main-text-color) !important;
}
.dark-long-read.single .overlay {
  z-index: 66;
}
.dark-long-read.single main, .dark-long-read.single .layout {
  color: var(--main-text-color);
  margin-top: 0;
}
.dark-long-read.single main .content a, .dark-long-read.single .layout .content a {
  color: var(--main-accent-color);
}
.dark-long-read.single main .content a:hover, .dark-long-read.single .layout .content a:hover {
  color: var(--main-text-color);
}
.dark-long-read.single main .content .posts-list, .dark-long-read.single .layout .content .posts-list {
  border-color: var(--main-border-color);
}
.dark-long-read.single main .content .posts-list a, .dark-long-read.single .layout .content .posts-list a {
  color: var(--main-text-color);
}
.dark-long-read.single main .content .posts-list .rel-art, .dark-long-read.single .layout .content .posts-list .rel-art {
  border-color: var(--main-border-color);
}
.dark-long-read.single main .content .entry-tag a, .dark-long-read.single .layout .content .entry-tag a {
  color: var(--main-accent-color);
}
.dark-long-read.single main .content .entry-tag a:hover, .dark-long-read.single .layout .content .entry-tag a:hover {
  text-decoration-color: rgba(var(--main-text-color), 0.5);
}
.dark-long-read.single main .content .slider-dots button, .dark-long-read.single .layout .content .slider-dots button {
  background-color: rgba(var(--main-text-color), 0.5);
}
.dark-long-read.single main .content h1, .dark-long-read.single main .content h2, .dark-long-read.single main .content h3, .dark-long-read.single main .content h4, .dark-long-read.single main .content h5, .dark-long-read.single .layout .content h1, .dark-long-read.single .layout .content h2, .dark-long-read.single .layout .content h3, .dark-long-read.single .layout .content h4, .dark-long-read.single .layout .content h5 {
  color: var(--main-text-color);
  border-color: var(--main-border-color);
}
.dark-long-read.single main .content .has-black-color h1, .dark-long-read.single main .content .has-black-color h2, .dark-long-read.single main .content .has-black-color h3, .dark-long-read.single main .content .has-black-color h4, .dark-long-read.single main .content .has-black-color h5, .dark-long-read.single main .content .has-black-color p, .dark-long-read.single .layout .content .has-black-color h1, .dark-long-read.single .layout .content .has-black-color h2, .dark-long-read.single .layout .content .has-black-color h3, .dark-long-read.single .layout .content .has-black-color h4, .dark-long-read.single .layout .content .has-black-color h5, .dark-long-read.single .layout .content .has-black-color p {
  color: #191919;
}
.dark-long-read.single main .content #social-share .socialbox > * svg > *, .dark-long-read.single .layout .content #social-share .socialbox > * svg > * {
  fill: var(--main-text-color);
}
.dark-long-read.single main .content #social-share .socialbox > * svg circle, .dark-long-read.single .layout .content #social-share .socialbox > * svg circle {
  stroke: var(--main-text-color) !important;
}
.dark-long-read.single main .content .byline strong a, .dark-long-read.single .layout .content .byline strong a {
  color: var(--main-text-color);
}
.dark-long-read.single main .content .byline strong a:hover, .dark-long-read.single .layout .content .byline strong a:hover {
  color: var(--main-accent-color);
}
.dark-long-read.single main .content .wp-block-separator:not(.is-style-dots), .dark-long-read.single .layout .content .wp-block-separator:not(.is-style-dots) {
  background-color: var(--main-bg-color);
  border-top: 0.5px solid var(--main-text-color);
  border-bottom: 0.5px solid var(--main-text-color);
}
.dark-long-read.single main .content .wp-block-separator:not(.is-style-dots):after, .dark-long-read.single .layout .content .wp-block-separator:not(.is-style-dots):after {
  background: var(--main-text-color);
  height: 0.5px;
  top: 2.5px;
}
.dark-long-read.single main .content .column--content > p.has-drop-cap:first-letter, .dark-long-read.single .layout .content .column--content > p.has-drop-cap:first-letter {
  color: var(--main-text-color);
  float: left;
  font-size: 75px;
  line-height: 65px;
  padding-top: 6px;
  padding-right: 8px;
  padding-left: 3px;
  font-weight: 400;
  font-family: "Acta", serif;
}
.dark-long-read.single main .content .column--aside .sticky-sidebar, .dark-long-read.single .layout .content .column--aside .sticky-sidebar {
  position: relative !important;
  top: 0 !important;
}
.dark-long-read.single main .content .column--aside .wp-block-latest-posts p a, .dark-long-read.single main .content .column--aside .wp-block-latest-posts h2 a, .dark-long-read.single .layout .content .column--aside .wp-block-latest-posts p a, .dark-long-read.single .layout .content .column--aside .wp-block-latest-posts h2 a {
  color: var(--main-text-color) !important;
}
.dark-long-read.single main .content .column--aside .wp-block-latest-posts p a:hover, .dark-long-read.single main .content .column--aside .wp-block-latest-posts h2 a:hover, .dark-long-read.single .layout .content .column--aside .wp-block-latest-posts p a:hover, .dark-long-read.single .layout .content .column--aside .wp-block-latest-posts h2 a:hover {
  color: var(--main-accent-color) !important;
}
.dark-long-read.single main .content .related-section p a, .dark-long-read.single main .content .related-section h2 a, .dark-long-read.single .layout .content .related-section p a, .dark-long-read.single .layout .content .related-section h2 a {
  color: var(--main-text-color) !important;
}
.dark-long-read.single main .content .related-section p a:hover, .dark-long-read.single main .content .related-section h2 a:hover, .dark-long-read.single .layout .content .related-section p a:hover, .dark-long-read.single .layout .content .related-section h2 a:hover {
  color: var(--main-accent-color) !important;
}
.dark-long-read.single main .top-image, .dark-long-read.single .layout .top-image {
  margin-bottom: 4rem;
  /* margin-left: auto; */
  /* display: block; */
  /* margin-right: auto; */
}
@media (min-width: 1025px) {
  .dark-long-read.single main .top-image, .dark-long-read.single .layout .top-image {
    object-fit: cover;
    max-height: 500px;
    object-position: center;
  }
  .dark-long-read.single main .top-image.full, .dark-long-read.single main .top-image.hype, .dark-long-read.single .layout .top-image.full, .dark-long-read.single .layout .top-image.hype {
    max-height: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.dark-long-read.single main .top-image.hype .HYPE_document, .dark-long-read.single .layout .top-image.hype .HYPE_document {
  position: relative;
}
.dark-long-read.single > .main-container > div:first-child > div:last-child {
  background-image: linear-gradient(0deg, var(--main-bg-color) 0%, rgba(255, 255, 255, 0) 100%) !important;
}
.dark-long-read.single > .main-container .wall {
  color: var(--main-text-color);
}
.dark-long-read.single > .main-container .wall strong {
  color: var(--main-text-color);
}
.dark-long-read.single > .main-container .blaize-form {
  background-color: transparent !important;
  color: var(--main-text-color) !important;
}
@media (min-width: 1025px) {
  .dark-long-read.single .sidebar-left.lhs-top > * {
    display: none !important;
  }
}
.dark-long-read.single .small-wrap {
  position: relative;
}
@media (max-width: 768px) {
  .dark-long-read.single .rac-newsletter {
    background-color: #E9ECEF;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.full-width-row {
  margin-top: 0;
  margin-bottom: 0;
  z-index: 2;
  position: absolute;
}
.full-width-row:before {
  content: "";
  display: block;
  clear: both;
}
.full-width-row > * {
  max-width: 1280px;
  margin: 0 auto;
}
.full-width-row p {
  font-family: "Acta", serif;
}
.full-width-row figure {
  line-height: 0;
}
.full-width-row .container {
  height: 100%;
  top: 0;
  position: absolute;
  z-index: 3;
  width: 100%;
  left: 50%;
  max-width: 1280px;
  margin: 0 auto;
  transform: translateX(-50%);
  pointer-events: none;
}
@media (min-width: 1025px) {
  .full-width-row .container:before {
    content: "";
    right: 0;
    height: 200px;
    background: linear-gradient(transparent, white 80%);
    width: 36rem;
    position: absolute;
    top: -200px;
  }
  .full-width-row .container:after {
    content: "";
    right: 0;
    height: 200px;
    background: linear-gradient(0deg, transparent, white 80%);
    width: 36rem;
    position: absolute;
    bottom: -200px;
  }
}

.HYPE_document {
  margin: auto;
  position: relative;
  overflow: hidden;
}

.block-hype {
  border-top: 1px solid #DEE2E6;
  border-bottom: 1px solid #DEE2E6;
  padding: 10px 0;
}

.partner-logo {
  margin-bottom: 2rem;
  width: 100%;
}
.partner-logo .partner-logo__label {
  font-size: 1.2rem;
}
.partner-logo img {
  width: 100%;
  max-width: 16rem;
}

.wide-row {
  margin-top: 24px;
  margin-top: 0 !important;
  margin-bottom: 2rem !important;
}
.wide-row:before {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 1440px) {
  .wide-row {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.wide-row .clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.wide-row .left-col {
  padding-bottom: 12px;
}
@media (max-width: 1024px) {
  .wide-row .left-col {
    margin-left: 0 !important;
    width: 100% !important;
  }
}
@media (min-width: 769px) {
  .wide-row .left-col {
    float: left;
    padding-right: 24px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .wide-row .left-col {
    width: 50% !important;
    margin-left: 0 !important;
  }
}
.wide-row .left-col > * {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.wide-row .left-col > * > * {
  flex: 1;
  margin-top: 0 !important;
}
.wide-row .right-col {
  margin-top: 12px;
}
.wide-row .right-col p {
  font-family: "Acta", serif;
}
.wide-row .right-col p a {
  text-decoration: underline;
}
.wide-row .right-col p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .wide-row .right-col {
    margin-top: 0px;
  }
}
.wide-row .left-col p:first-child, .wide-row .right-col p:first-child {
  margin-top: 0;
}
.wide-row .left-col figure, .wide-row .right-col figure {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}
.wide-row .left-col figure img, .wide-row .right-col figure img {
  object-fit: cover;
  object-position: center;
}
.wide-row .left-col figure.wp-block-pullquote blockquote:before, .wide-row .right-col figure.wp-block-pullquote blockquote:before {
  margin-bottom: 15px;
}

.big-ordered-list .big-point .number {
  float: left;
  background-color: transparent;
  min-width: auto;
  padding: 0 0;
  font-family: "sofia-pro";
  font-weight: bold;
  font-size: 7.2rem;
  line-height: 2;
  line-height: 1 !important;
  display: block;
  height: auto;
  margin-right: 0.2rem;
  color: #005BA5;
  margin-bottom: 0rem;
  margin-top: -1.5rem;
}
.big-ordered-list p {
  font-family: "Acta", serif;
  font-weight: 400;
}
.big-ordered-list h3 {
  margin-bottom: 1rem;
}
.big-ordered-list .listicle-container {
  float: left;
}
@media (max-width: 1024px) {
  .big-ordered-list .listicle-container {
    margin-left: 0 !important;
    width: 30% !important;
  }
}
@media (max-width: 768px) {
  .big-ordered-list .listicle-container {
    width: 100% !important;
  }
}
.big-ordered-list .listicle-container .listcle-image {
  padding-bottom: 1rem;
}
@media (min-width: 769px) {
  .big-ordered-list .listicle-container .listcle-image {
    padding-right: 3rem;
  }
}

.image-float-content {
  width: calc(40% + 24px);
  margin-top: 24px;
  margin-bottom: 20px;
}
.image-float-content.float-left {
  float: left;
  margin-right: 20px;
}
.image-float-content.float-right {
  float: right;
  margin-left: 2px;
}
@media (max-width: 1024px) {
  .image-float-content.float-left, .image-float-content.float-right {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    float: none;
  }
}

#newsletter-modal .newsletter-container {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#newsletter-modal .newsletter-container .left {
  width: 40%;
  padding-right: 5rem;
  text-align: left;
  max-width: 30rem;
  width: 100%;
  text-align: center;
  padding-right: 0;
  max-width: 100%;
}
#newsletter-modal .newsletter-container .left img {
  max-width: 60%;
}
#newsletter-modal .newsletter-container h2 {
  font-size: 3.6rem;
  margin-bottom: 1.5rem;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  #newsletter-modal .newsletter-container h2 {
    font-size: 3.2rem;
  }
}
#newsletter-modal .newsletter-container .desc {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Acta", serif;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  #newsletter-modal .newsletter-container .desc {
    font-size: 1.6rem;
  }
}
#newsletter-modal .newsletter-container .form form {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 768px) {
  #newsletter-modal .newsletter-container .form form {
    display: block;
  }
}
#newsletter-modal .newsletter-container .form .hs-form-field {
  display: inline-block;
  width: calc(100% - 12rem);
  max-width: 30rem;
}
#newsletter-modal .newsletter-container .form .hs-form-field input {
  border: 1px solid #DEE2E6;
  border-radius: 2.6rem;
  padding: 1.2rem 1.6rem;
  font-size: 1.6rem;
  line-height: 2rem;
  width: 100%;
  font-family: "Acta", serif;
  font-weight: 400;
}
#newsletter-modal .newsletter-container .form .hs-form-field input:focus {
  outline: 0 !important;
}
#newsletter-modal .newsletter-container .form .hs_submit {
  display: inline-block;
  width: 12rem;
}
#newsletter-modal .newsletter-container .form .hs_submit .hs-button {
  cursor: pointer;
  border: 1px solid #191919;
  border-radius: 2.6rem;
  color: white;
  padding: 1.2rem 1.6rem;
  font-family: "sofia-pro";
  font-weight: bold;
  background-color: #191919;
  font-size: 1.4rem;
  line-height: 1.9rem;
  margin-left: auto;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.2s ease-in-out;
}
#newsletter-modal .newsletter-container .form .hs_submit .hs-button:hover {
  background-color: #DEE2E6;
  color: #191919;
  border-color: #DEE2E6;
}
#newsletter-modal .newsletter-container .form .hs-error-msgs, #newsletter-modal .newsletter-container .form .hs_error_rollup {
  display: block;
  width: 100%;
  order: 2;
  margin-top: 1.2rem;
  position: absolute;
  top: 100%;
}
#newsletter-modal .newsletter-container .form .hs-error-msgs.hs-error-msgs, #newsletter-modal .newsletter-container .form .hs-error-msgs.hs-error-msgs ul, #newsletter-modal .newsletter-container .form .hs_error_rollup.hs-error-msgs, #newsletter-modal .newsletter-container .form .hs_error_rollup.hs-error-msgs ul {
  margin-top: 0.4rem;
}
#newsletter-modal .newsletter-container .form .hs-error-msgs.no-list label:not(.hs-error-msg), #newsletter-modal .newsletter-container .form .hs_error_rollup.no-list label:not(.hs-error-msg) {
  display: inline-block;
  position: absolute;
  z-index: 2;
  height: 5rem;
  width: 100%;
  top: 0%;
  transform: translateY(-5.1rem);
  background-color: white;
  line-height: 3.4;
}
@media (max-width: 768px) {
  #newsletter-modal .newsletter-container .form .hs-error-msgs.no-list label:not(.hs-error-msg), #newsletter-modal .newsletter-container .form .hs_error_rollup.no-list label:not(.hs-error-msg) {
    height: 11.5rem;
    background-color: white;
    transform: translateY(-11.4rem);
  }
}
#newsletter-modal .newsletter-container .form .hs-error-msgs.no-list a, #newsletter-modal .newsletter-container .form .hs_error_rollup.no-list a {
  color: white !important;
  text-transform: none;
  border: 1px solid #191919;
  border-radius: 2.4rem;
  display: block;
  width: 100%;
  line-height: 1.3;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  padding: 1.4rem 2.4rem;
  background-color: #191919;
  display: block;
  font-size: 1.6rem;
  max-width: 47rem;
  font-weight: bold;
  cursor: pointer !important;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 768px) {
  #newsletter-modal .newsletter-container .form .hs-error-msgs.no-list a, #newsletter-modal .newsletter-container .form .hs_error_rollup.no-list a {
    padding-top: 3.3rem;
    padding-bottom: 3.3rem;
    max-width: 100%;
  }
}
#newsletter-modal .newsletter-container .form .hs-error-msgs.no-list a:hover, #newsletter-modal .newsletter-container .form .hs_error_rollup.no-list a:hover {
  background-color: white;
  color: #191919 !important;
}
#newsletter-modal .newsletter-container .form .hs-error-msgs.no-list ~ .no-list label, #newsletter-modal .newsletter-container .form .hs_error_rollup.no-list ~ .no-list label {
  position: relative;
  transform: none;
  height: auto !important;
}
#newsletter-modal .newsletter-container .form .hs-error-msgs.no-list ~ .no-list label a, #newsletter-modal .newsletter-container .form .hs_error_rollup.no-list ~ .no-list label a {
  position: relative !important;
  color: #191919 !important;
  background-color: transparent !important;
  top: 0% !important;
  margin-top: 0.2rem !important;
  padding: 0 !important;
  border: 0 !important;
  text-align: left !important;
  font-size: 1.2rem !important;
  text-transform: uppercase !important;
}
#newsletter-modal .newsletter-container .form ul, #newsletter-modal .newsletter-container .form li {
  padding-left: 0;
  list-style: none;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}
#newsletter-modal .newsletter-container .form ul {
  margin-bottom: 0;
  margin-top: 1rem;
}
#newsletter-modal .newsletter-container .form ul li {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #newsletter-modal .newsletter-container .form {
    display: block;
  }
  #newsletter-modal .newsletter-container .form .hs_submit {
    display: block;
    width: 100%;
  }
  #newsletter-modal .newsletter-container .form .hs_submit .hs-button {
    text-align: center;
    margin-top: 2rem;
    width: 100%;
  }
  #newsletter-modal .newsletter-container .form .hs-form-field {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  #newsletter-modal .newsletter-container .form .hs-form-field input {
    width: 100%;
  }
  #newsletter-modal .newsletter-container .form .hs-form-field input:focus {
    outline: 0 !important;
  }
}
@media (min-width: 769px) {
  #newsletter-modal .newsletter-container .form .hs-form-field input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
  }
  #newsletter-modal .newsletter-container .form .hs-form-field input:focus {
    outline: 0 !important;
  }
  #newsletter-modal .newsletter-container .form .hs_submit .hs-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
#newsletter-modal .newsletter-container .submitted-message {
  display: none;
}

#hubspot-login form {
  display: block;
}
#hubspot-login form input, #hubspot-login form .hs_submit {
  display: none !important;
}
#hubspot-login form .hs_email {
  width: 100% !important;
}
#hubspot-login form .no-list li label {
  display: block !important;
  font-weight: bold;
  text-align: center;
}
#hubspot-login form .no-list li label a {
  border-radius: 2.4rem;
  width: 100%;
  display: block;
  text-decoration: none;
  color: white;
  cursor: pointer !important;
  transition: all 0.2s ease-in-out;
  border: 1px solid #fd2341;
  background-color: #fd2341;
  text-align: center;
  padding: 1.2rem 2.4rem;
  font-weight: bold;
}
#hubspot-login form .no-list li label a:hover {
  color: #fd2341;
  background-color: transparent;
}

.legacy-topic .wp-block-cover__inner-container, .legacy-topic .wp-block-group__inner-container {
  max-width: 1260px;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.legacy-topic .wp-block-cover__inner-container .wp-block-group__inner-container, .legacy-topic .wp-block-group__inner-container .wp-block-group__inner-container {
  padding-left: 0;
  padding-right: 0;
}
.legacy-topic .wp-block-cover {
  padding: 0;
}
.legacy-topic .wp-block-cover p {
  color: white !important;
}
.legacy-topic .wp-block-cover h1 {
  color: white !important;
  border-bottom: 0;
  margin-bottom: 0;
}
.legacy-topic .wp-block-cover .columns .column {
  flex-basis: auto;
}
.legacy-topic .wp-block-cover .columns .column:first-child {
  width: 66.66%;
}
.legacy-topic .wp-block-cover .columns .column:first-child p {
  color: white !important;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Acta", serif;
}
.legacy-topic .wp-block-cover .columns .column:nth-child(2) {
  text-align: right;
}
.legacy-topic .section-padding {
  padding-top: 2rem;
  padding-bottom: 8rem;
}
.legacy-topic .section-padding h2 {
  font-size: 3.6rem;
}
.legacy-topic .section-padding .is-style-h3 {
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: 2px;
  font-weight: bold;
  position: relative;
  display: block;
}
.legacy-topic .preview-feature {
  width: 100%;
  order: 1;
}
@media (max-width: 1024px) {
  .legacy-topic .preview-feature {
    display: flex;
    justify-content: space-between;
  }
  .legacy-topic .preview-feature > * {
    width: calc(33.33% - 3rem);
  }
}
@media (max-width: 768px) {
  .legacy-topic .preview-feature {
    display: block;
  }
  .legacy-topic .preview-feature > * {
    width: 100%;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #DEE2E6;
  }
  .legacy-topic .preview-feature > * .left:not(.left-mobile) {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .legacy-topic .preview-feature > * {
    display: flex;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #DEE2E6;
  }
  .legacy-topic .preview-feature > * .left {
    width: 40%;
  }
  .legacy-topic .preview-feature > * .left a {
    margin-bottom: 0;
  }
  .legacy-topic .preview-feature > * .right {
    width: 60%;
    padding-left: 4rem;
  }
}
.legacy-topic .preview-feature > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.legacy-topic hr {
  border-top-color: #DEE2E6;
  border-bottom: 0;
  margin-bottom: 2rem;
}
.legacy-topic p.marginless {
  margin-bottom: 0.5rem;
}
.legacy-topic p.label strong {
  font-weight: normal;
}

.post-type-archive-infographics .preview-ratio {
  display: block !important;
}
.post-type-archive-infographics .preview-ratio:after {
  padding-bottom: 60%;
}
.post-type-archive-infographics .preview-ratio img {
  top: 0;
  transform: translateX(-50%);
}

ul.pagination-list {
  display: none;
}

.wp-block-social-links {
  padding-left: 0;
}
.wp-block-social-links li {
  list-style: none;
}

@media (min-width: 1025px) {
  .style-form.content-center {
    margin-left: 18rem;
  }
}
.style-form.content-center h2 {
  text-align: left;
}
.style-form.content-center form .blaize-fields .blaize-submit {
  margin-top: 4rem !important;
}
.style-form p.zephr-recaptcha-tcs {
  font-size: 12px !important;
  text-align: left;
  margin-top: 1.2rem;
  margin-bottom: 0;
  line-height: 1.3;
  font-family: "sofia-pro";
  color: black;
}
.style-form .zephr-registration-form-response-message-success {
  background-color: #D1E7DD;
  border-color: #A3CFBB;
  color: #0F5132;
}
.style-form .zephr-registration-form-response-message-success .zephr-registration-form-response-message-title {
  font-size: 1.8rem;
  margin-bottom: 0;
}
.style-form .zephr-registration-form-response-message-success p:last-child {
  margin-bottom: 0;
}
.style-form h2 {
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .style-form h2 {
    font-size: 3.2rem;
  }
}
.style-form .wall_intro {
  font-size: 1.8rem;
  font-family: "Acta", serif;
  margin-bottom: 2.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .style-form .wall_intro {
    font-size: 1.6rem;
  }
}
.style-form .newsletter-intros {
  text-align: center;
  font-family: "Acta", serif;
}
.style-form .newsletter-intros h5 {
  margin: 0;
}
.style-form .newsletter-intros strong {
  display: block;
  margin-top: 1rem;
}
.style-form .wall_media svg {
  width: 100%;
  max-width: 170px;
  height: auto;
  margin: 0 auto;
  display: block;
}
.style-form ul, .style-form li {
  list-style: none;
}
.style-form form {
  padding: 0;
  margin: 0 auto;
  margin-top: 4rem;
}
.style-form form label.zephr-registration-form-input-label {
  line-height: 0 !important;
  margin-top: 0 !important;
  color: transparent !important;
}
.style-form form label.zephr-registration-form-input-label.disabled-opt-out {
  opacity: 0.2 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
}
.style-form form label.zephr-registration-form-input-label label {
  color: #191919;
  line-height: 1.3;
  margin-top: 1.5rem;
}
.style-form form label.zephr-registration-form-input-label[for=zephr-registration-form-password] {
  display: block !important;
  line-height: 1 !important;
  color: #191919 !important;
  transform: translateY(100%);
  text-transform: uppercase;
  font-size: 1rem !important;
  letter-spacing: 2px;
  font-weight: bold;
  margin-top: 0.5rem;
}
.style-form form label[for=zephr-registration-form-client-consent], .style-form form label[for=zephr-registration-form-raconteur-daily], .style-form form label[for=zephr-registration-form-raconteur-weekly], .style-form form label[for=zephr-registration-form-path-to-the-ceo-newsletter], .style-form form label[for=zephr-registration-form-leaders-digest], .style-form form label[for=zephr-registration-form-marketing-communications] {
  float: left;
  margin-right: 4px;
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
  position: relative;
  font-size: 0 !important;
}
.style-form form label[for=zephr-registration-form-client-consent] .zephr-registration-form-checkmark, .style-form form label[for=zephr-registration-form-raconteur-daily] .zephr-registration-form-checkmark, .style-form form label[for=zephr-registration-form-raconteur-weekly] .zephr-registration-form-checkmark, .style-form form label[for=zephr-registration-form-path-to-the-ceo-newsletter] .zephr-registration-form-checkmark, .style-form form label[for=zephr-registration-form-leaders-digest] .zephr-registration-form-checkmark, .style-form form label[for=zephr-registration-form-marketing-communications] .zephr-registration-form-checkmark {
  margin-top: 0.8rem;
  border: 1px solid #191919;
  background: white;
  margin-right: 3px !important;
}
.style-form form label[for=zephr-registration-form-client-consent] .zephr-registration-form-checkmark.checked, .style-form form label[for=zephr-registration-form-raconteur-daily] .zephr-registration-form-checkmark.checked, .style-form form label[for=zephr-registration-form-raconteur-weekly] .zephr-registration-form-checkmark.checked, .style-form form label[for=zephr-registration-form-path-to-the-ceo-newsletter] .zephr-registration-form-checkmark.checked, .style-form form label[for=zephr-registration-form-leaders-digest] .zephr-registration-form-checkmark.checked, .style-form form label[for=zephr-registration-form-marketing-communications] .zephr-registration-form-checkmark.checked {
  background: #005BA5;
  border-color: #005BA5;
}
.style-form form label[for=zephr-registration-form-client-consent] .zephr-registration-form-checkmark.checked:after, .style-form form label[for=zephr-registration-form-raconteur-daily] .zephr-registration-form-checkmark.checked:after, .style-form form label[for=zephr-registration-form-raconteur-weekly] .zephr-registration-form-checkmark.checked:after, .style-form form label[for=zephr-registration-form-path-to-the-ceo-newsletter] .zephr-registration-form-checkmark.checked:after, .style-form form label[for=zephr-registration-form-leaders-digest] .zephr-registration-form-checkmark.checked:after, .style-form form label[for=zephr-registration-form-marketing-communications] .zephr-registration-form-checkmark.checked:after {
  border-color: white;
  border-width: 0 3px 3px 0;
  width: 8px;
  top: 3px;
  left: 7px;
}
.style-form form label[for=zephr-registration-form-client-consent] + .zephr-registration-form-text, .style-form form label[for=zephr-registration-form-raconteur-daily] + .zephr-registration-form-text, .style-form form label[for=zephr-registration-form-raconteur-weekly] + .zephr-registration-form-text, .style-form form label[for=zephr-registration-form-path-to-the-ceo-newsletter] + .zephr-registration-form-text, .style-form form label[for=zephr-registration-form-leaders-digest] + .zephr-registration-form-text, .style-form form label[for=zephr-registration-form-marketing-communications] + .zephr-registration-form-text {
  padding-left: 3.5rem;
  margin-top: 0.5rem;
  padding-bottom: 0.8rem;
}
.style-form form label[for=zephr-registration-form-client-consent] + .zephr-registration-form-text p {
  font-size: 13px;
  font-style: italic;
}
.style-form form .zephr-registration-form-button, .style-form form .blaize-submit {
  cursor: pointer;
  border: 1px solid #191919;
  border-radius: 2.6rem;
  color: white;
  padding: 1.2rem 2.2rem;
  font-family: "sofia-pro";
  font-weight: bold;
  background-color: #191919;
  font-size: 1.4rem;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}
.style-form form .zephr-registration-form-button:hover, .style-form form .blaize-submit:hover {
  background-color: white;
  color: #191919;
  border-color: #191919;
}
.style-form form .zephr-registration-form-button:disabled, .style-form form .blaize-submit:disabled {
  background-color: #DEE2E6 !important;
  border-color: #DEE2E6 !important;
  color: white !important;
  cursor: not-allowed !important;
}
.style-form form .zephr-registration-form-password-requirements {
  margin-bottom: 0 !important;
}
.style-form form .zephr-form-link {
  color: #191919;
  font-size: 1.2rem;
  font-family: "sofia-pro";
}
.style-form form input, .style-form form select, .style-form form textarea {
  border: 1px solid #DEE2E6 !important;
  border-radius: 2.6rem !important;
  padding: 1.2rem 1.6rem !important;
  font-size: 1.6rem !important;
  line-height: 2rem;
  width: 100%;
  font-family: "Acta", serif !important;
  font-weight: 400;
  margin-top: 2rem;
  height: auto;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  color: #191919 !important;
}
.style-form form input.error, .style-form form select.error, .style-form form textarea.error {
  border-color: #fd2341 !important;
}
.style-form form inputver, .style-form form selectver, .style-form form textareaver {
  margin: 0;
  padding: 0 !important;
  height: 100%;
}
.style-form form input::-webkit-input-placeholder, .style-form form select::-webkit-input-placeholder, .style-form form textarea::-webkit-input-placeholder { /* Edge */
  color: #191919 !important;
}
.style-form form input:-ms-input-placeholder, .style-form form select:-ms-input-placeholder, .style-form form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #191919 !important;
}
.style-form form input::placeholder, .style-form form select::placeholder, .style-form form textarea::placeholder {
  color: #191919 !important;
}
.style-form form input:focus, .style-form form select:focus, .style-form form textarea:focus {
  outline: 0 !important;
}
@media (min-width: 769px) {
  .style-form form.hs-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .style-form form.hs-form > * {
    width: calc(50% - 3rem);
  }
}
.style-form form.hs-form label.hs-error-msg {
  font-weight: bold;
  color: #fd2341;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
.style-form form.hs-form .hs_error_rollup {
  width: 100% !important;
}
.style-form form.hs-form .hs-error-msgs li {
  margin-bottom: 0;
}
.style-form form.hs-form .hs-error-msgs .hs-main-font-element:not(.hs-error-msg) {
  color: #842029;
  background-color: #F8D7DA;
  border: 1px solid #F1AEB5;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 4px 6px;
  width: 100%;
  display: block;
  border-radius: 2px;
  text-align: center;
}
.style-form form.hs-form .hs_submit {
  width: 100%;
}
.style-form form.hs-form .hs_submit input {
  cursor: pointer;
  border: 1px solid #191919;
  border-radius: 2.6rem;
  color: white;
  padding: 1.2rem 1.6rem;
  font-family: "sofia-pro" !important;
  font-weight: bold;
  background-color: #191919;
  font-size: 1.4rem;
  line-height: 1.9rem;
  margin-left: auto;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.2s ease-in-out;
  color: white !important;
}
.style-form form.hs-form .hs_submit input:hover {
  background-color: white;
  color: #191919 !important;
  border-color: #191919 !important;
}
.style-form form.hs-form .submitted-message {
  background-color: #D1E7DD;
  border: 1px solid #A3CFBB;
  color: #0F5132;
  display: block;
  margin: 0 auto;
  margin-top: 1rem;
  max-width: 30rem;
  text-align: center;
  font-weight: bold;
}
.style-form form.hs-form .submitted-message .zephr-registration-form-response-message-title {
  font-size: 1.8rem;
  margin-bottom: 0;
}
.style-form form .hs-dependent-field > *:not(:first-child) label {
  display: none !important;
}
.style-form form .hs_write_deadlines_commercial + .hs-dependent-field {
  width: 100%;
}
@media (min-width: 769px) {
  .style-form form .hs_write_deadlines_commercial + .hs-dependent-field .inputs-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .style-form form .hs_write_deadlines_commercial + .hs-dependent-field .inputs-list > li {
    width: calc(50% - 2rem);
  }
  .style-form form .hs_write_deadlines_commercial + .hs-dependent-field .inputs-list > li label {
    margin-bottom: 0;
  }
}
.style-form form .hs-form-field {
  margin-bottom: 1.6rem;
}
.style-form form .hs-form-field input, .style-form form .hs-form-field select, .style-form form .hs-form-field textarea {
  margin-top: 0rem;
}
.style-form form .hs-form-field label {
  margin-bottom: 1rem;
  display: block;
}
.style-form form .hs-form-field label span {
  font-weight: bold;
  font-size: 1.6rem;
}
.style-form form .hs-form-field label span.hs-form-required {
  color: #fd2341;
  margin-left: 0.3rem;
}
.style-form form .hs-form-checkbox-display input[type=checkbox] {
  appearance: auto !important;
  margin: 0;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 0;
  accent-color: #005BA5;
}
.style-form form .hs-form-checkbox-display span {
  vertical-align: top;
  font-weight: normal !important;
}
.style-form form .hs-form-radio-display input[type=radio] {
  appearance: auto !important;
  margin: 0;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 0;
  accent-color: #005BA5;
}
.style-form form .hs-form-radio-display span {
  vertical-align: top;
  font-weight: normal !important;
}
.style-form form select {
  background-image: url("https://assets.raconteur.net/uploads/2025/02/arrow-down.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.style-form form .zephr-registration-form-progress-bar {
  height: 5px;
  display: block;
}
.style-form form .zephr-registration-form-text {
  font-size: 1.4rem !important;
  text-align: left;
  margin-top: 1.2rem;
  margin-bottom: 0;
  line-height: 1.3;
  font-family: "sofia-pro";
}
.style-form form .zephr-registration-form-text:first-child {
  padding-bottom: 1rem;
}
.style-form form .zephr-registration-form-text p.disabled-opt-out {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
}
.style-form form .zephr-registration-form-text p:last-child {
  margin-bottom: 0;
}
.style-form form .zephr-registration-form-text .opt-out-mz {
  color: #fd2341;
  font-weight: bold;
}
.style-form form .zephr-registration-form-text:after {
  content: "";
  display: block;
  clear: both;
}
.style-form form .zephr-registration-form-progress-bar::-moz-progress-bar {
  background: #191919;
}
.style-form form .zephr-registration-form-progress-bar::-webkit-progress-value {
  background: #191919;
}
.style-form form .zephr-registration-form-progress-bar {
  color: #191919;
  margin-bottom: 15px;
}
.style-form form ul {
  padding: 0;
  margin: 0;
}
.style-form form ul li {
  font-family: "sofia-pro";
}
.style-form form .blaize-fields label {
  margin-top: 2rem;
}
.style-form form .blaize-fields input, .style-form form .blaize-fields select {
  margin-top: 1rem;
}
.style-form form .blaize-fields input:focus, .style-form form .blaize-fields select:focus {
  outline: 0 !important;
}
.style-form form .blaize-fields .blaize-submit {
  width: 100%;
  margin-top: 3rem;
}
@media (min-width: 1025px) {
  .style-form form .blaize-fields .blaize-submit {
    width: calc(50% - 1.5rem);
  }
}
.style-form form.show-opt-in progress[value="100"] ~ *:not(button) {
  opacity: 0.4;
}
.style-form form.show-opt-in progress[value="100"] ~ *:not(button):nth-last-child(3) {
  opacity: 1;
}
.style-form .z-logout {
  text-align: center;
  width: 100%;
  margin-top: 2rem;
}
.style-form .z-logout a {
  cursor: pointer;
  border: 1px solid #fd2341;
  border-radius: 2.6rem;
  color: white;
  padding: 1.2rem 2.2rem;
  font-family: "sofia-pro";
  font-weight: bold;
  background-color: #fd2341;
  font-size: 1.4rem;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100%;
}
.style-form .z-logout a:hover {
  background-color: white;
  color: #fd2341;
  border-color: #fd2341;
}
@media (min-width: 1025px) {
  .style-form .z-logout {
    width: calc(50% - 1.5rem);
    margin-top: 0;
    float: right;
    transform: translateY(-100%);
  }
}

.page-id-136935 h1.page-title, .page-template-rac-newsletter-preferences h1.page-title {
  display: none;
}
.page-id-136935 .header-right .btn-primary, .page-template-rac-newsletter-preferences .header-right .btn-primary {
  display: none;
}
.page-id-136935 .zephr-registration-form:not(:first-of-type), .page-template-rac-newsletter-preferences .zephr-registration-form:not(:first-of-type) {
  display: none !important;
}
.page-id-136935 .style-form form .zephr-registration-form-text:first-child, .page-template-rac-newsletter-preferences .style-form form .zephr-registration-form-text:first-child {
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 769px) {
  .page-id-136935 .style-form form .zephr-registration-form-text:first-child, .page-template-rac-newsletter-preferences .style-form form .zephr-registration-form-text:first-child {
    margin-left: -100px;
    width: calc(100% + 200px);
  }
}

.page-id-164124 h1.page-title {
  display: none;
}
.page-id-164124 .rac-newsletter {
  background-color: white;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper {
  position: relative;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper::before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
  content: "";
  display: block;
  padding-top: 50%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
  padding-top: 42.85%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before {
  padding-top: 50%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 56.25%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-top: 75%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
  padding-top: 100%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper::before {
  padding-top: 177.78%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
  padding-top: 200%;
}

.single-opinion {
  margin-top: 24px;
}
.single-opinion .image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  float: left;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 20px;
}
@media (min-width: 1025px) {
  .single-opinion .image {
    margin-left: -75px;
  }
}
.single-opinion .right {
  padding: 2rem 2.2rem;
  background-color: #E9ECEF;
  color: #191919;
}
.single-opinion .right .name h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #191919 !important;
}
.single-opinion .right .quote {
  font-family: "sofia-pro";
  font-weight: normal;
  margin-top: 12px;
  font-style: italic;
}
.single-opinion .right .text {
  margin-top: 1rem;
}

.talking-head {
  margin-top: 2rem;
}
.talking-head:first-child {
  margin-top: 0;
}
.talking-head::before {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 1024px) {
  .talking-head {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    width: 100%;
  }
  .talking-head::after {
    content: "";
    display: block;
    clear: both;
  }
}
.talking-head .image {
  width: 100px;
  height: 120px;
  border-radius: 50%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1025px) {
  .talking-head .image {
    margin-left: -75px;
    float: left;
    margin-right: 20px;
    margin-bottom: 2rem;
    width: 150px;
    height: 160px;
  }
}
.talking-head .right {
  padding: 2rem 2.2rem;
}
.talking-head .right .name {
  margin-top: 0;
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .talking-head .right .name {
    font-size: 2rem;
  }
}

.related-legacy .posts-list {
  border-top: 1px solid #DEE2E6;
  padding-top: 2rem;
}
.related-legacy .posts-list .rel-art {
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #DEE2E6;
  padding-bottom: 1.5rem;
}
.related-legacy .posts-list > *:nth-child(n+7) {
  display: none;
}

.searchwp-live-search-results {
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  height: 0;
  overflow: hidden;
  z-index: 9999995; /* Exceed SearchWP Modal Search Form overlay. */
  position: absolute;
  display: none;
}

.searchwp-live-search-results-showing {
  display: block;
  opacity: 1;
  height: auto;
  overflow: auto;
}

.searchwp-live-search-no-results {
  padding: 3em 2em 0;
  text-align: center;
}

.searchwp-live-search-results {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #fff;
  -webkit-box-shadow: 0 0 2px 0 rgba(30, 30, 30, 0.4);
  box-shadow: 0 0 2px 0 rgba(30, 30, 30, 0.4);
  border-radius: 3px;
  width: 315px;
  min-height: 175px;
  max-height: 300px;
}

.searchwp-live-search-no-min-chars .spinner {
  opacity: 0.3;
}

.searchwp-live-search-result p {
  font-size: 0.9em;
  padding: 1em;
  margin: 0;
  border-bottom: 1px solid rgba(30, 30, 30, 0.1);
}

.searchwp-live-search-result--focused {
  background: #DDD;
}

.searchwp-live-search-result--focused a {
  color: #000;
}

.searchwp-live-search-result:last-of-type p {
  border-bottom: 0;
}

.searchwp-live-search-result a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Bullet proof Screen Reader Only text */
.searchwp-live-search-instructions {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

@keyframes searchwp-spinner-line-fade-more {
  0%, 100% {
    opacity: 0; /* minimum opacity */
  }
  1% {
    opacity: 1;
  }
}
@keyframes searchwp-spinner-line-fade-quick {
  0%, 39%, 100% {
    opacity: 0.25; /* minimum opacity */
  }
  40% {
    opacity: 1;
  }
}
@keyframes searchwp-spinner-line-fade-default {
  0%, 100% {
    opacity: 0.22; /* minimum opacity */
  }
  1% {
    opacity: 1;
  }
}
.searchwp-live-search-no-min-chars:after {
  content: "Continue typing";
  display: block;
  text-align: center;
  padding: 2em 2em 0;
}

input#zephr-registration-form-ref-url-text {
  display: none;
}

label.zephr-registration-form-input-label[for=zephr-registration-form-ref-url-text] {
  display: none !important;
}

body.subscribed .rac-newsletter, body.subscribed footer .last-col > *:not(.socials) {
  display: none !important;
}
body.subscribed .rac-newsletter#rac-login:not(.hidden), body.subscribed footer .last-col > *:not(.socials)#rac-login:not(.hidden) {
  display: block !important;
}
body.subscribed.page-id-164124 .content .rac-newsletter {
  display: block !important;
}
body.subscribed.page-id-164124 .content .rac-newsletter h2 {
  font-size: 0;
}
body.subscribed.page-id-164124 .content .rac-newsletter h2:after {
  content: "You’re already signed up to our Daily Newsletter";
  font-size: 3.6rem;
}
@media (max-width: 1024px) {
  body.subscribed.page-id-164124 .content .rac-newsletter h2:after {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  body.subscribed.page-id-164124 .content .rac-newsletter h2:after {
    font-size: 2.4rem;
    text-align: center;
    display: block;
  }
}
body.subscribed.page-id-164124 .content .rac-newsletter .form, body.subscribed.page-id-164124 .content .rac-newsletter .desc {
  display: none !important;
}
body.subscribed footer .footer-columns .wrap .socials.desktop {
  margin-top: 0;
}
@media (max-width: 1024px) {
  body.subscribed footer .footer-columns .wrap .footermenu {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .cv-block {
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 1024px) {
  .cv-block.wp-block-pullquote {
    width: 50% !important;
  }
}
.cv-block.wp-block-pullquote .accordion {
  margin-right: 4rem !important;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .cv-block.wp-block-pullquote {
    width: 100vw !important;
    margin-left: -2rem !important;
  }
  .cv-block.wp-block-pullquote .accordion {
    margin-right: 0 !important;
    width: 100%;
  }
}
.cv-block .accordion {
  padding: 2rem 3rem;
  background: #191919;
  color: white;
}
.cv-block .accordion a {
  color: #26E6FF;
}
.cv-block .accordion .top h3 {
  font-size: 2.4rem;
}
.cv-block .accordion .top img {
  float: left;
  width: 9rem;
  margin-right: 3rem;
  margin-bottom: 0.8rem;
  margin-top: -0.5rem;
}
.cv-block .accordion .top p {
  font-family: "Acta", serif;
  font-size: 1.8rem;
}
.cv-block .accordion .top:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
.cv-block .accordion .bottom .years > * {
  padding-left: 4rem;
  position: relative;
}
.cv-block .accordion .bottom .years > * .negative-years {
  margin-left: -4rem;
}
.cv-block .accordion .bottom .years > *:before {
  content: "";
  position: absolute;
  top: 1rem;
  left: -3.4rem;
  width: 1px;
  height: calc(100% + 3rem);
  z-index: 1;
  background-color: white;
  border-radius: 50%;
}
.cv-block .accordion .bottom .years > *:last-child:before {
  display: none;
}
.cv-block .accordion .bottom .years .year {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
}
.cv-block .accordion .bottom .years .year:before {
  content: "";
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: -4rem;
  width: 1.3rem;
  height: 1.3rem;
  z-index: 2;
  background-color: #26E6FF;
  border-radius: 50%;
}
.cv-block .accordion .bottom .years p {
  font-size: 1.6rem;
}
.cv-block .accordion .expand {
  text-align: right;
  cursor: pointer;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.cv-block .accordion .expand .opened {
  display: none;
}
.cv-block .accordion .expand svg {
  display: inline-block;
  width: 3rem;
  vertical-align: middle;
  transition: all 0.2s ease-in-out;
  margin-left: 1rem;
}
.cv-block .accordion .expand.active span.opened {
  display: inline-block;
}
.cv-block .accordion .expand.active span:not(.opened) {
  display: none;
}
.cv-block .accordion .expand.active svg {
  transform: rotate(180deg);
}
.dark-long-read .cv-block .accordion {
  background: var(--main-boxout-color);
  color: var(--main-boxout-text-color);
}
.dark-long-read .cv-block .accordion a {
  color: var(--main-bg-color);
}
.dark-long-read .cv-block .accordion .top h3 {
  color: var(--main-boxout-text-color);
}
.dark-long-read .cv-block .accordion .bottom .years .year:before {
  background-color: var(--main-bg-color);
}
.dark-long-read .cv-block .accordion .expand svg > * {
  stroke: var(--main-bg-color) !important;
}

.content-series {
  background: #191919;
  overflow: hidden;
  color: white;
  padding: 4rem 0;
  margin-bottom: 4rem;
}
.content-series .article-title {
  color: white;
  text-decoration: underline;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 2px !important;
  text-decoration-color: transparent;
}
.content-series .article-title:hover {
  text-decoration-color: rgba(255, 255, 255, 0.5);
}
.content-series .sepline {
  width: 100%;
  display: block;
  border-bottom: 1px solid white;
}
.content-series .content-series-row {
  width: 100%;
  padding-bottom: 2rem;
}
@media (min-width: 769px) {
  .content-series .content-series-row {
    padding-bottom: 4rem;
  }
}
@media (min-width: 1025px) {
  .content-series .content-series-row {
    display: flex;
    width: calc(100% + 5rem);
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}
@media (max-width: 1024px) {
  .content-series .content-series-row .left-text {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid white;
  }
}
@media (min-width: 1025px) {
  .content-series .content-series-row .left-text {
    width: 50%;
    padding-left: 2.5rem;
    padding-right: 4rem;
    border-right: 1px solid white;
  }
}
.content-series .content-series-row .left-text h3 {
  color: white;
  font-size: 1.8rem;
  border-bottom: 1px solid white;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 769px) {
  .content-series .content-series-row .left-text h3 {
    font-size: 2.4rem;
  }
}
@media (min-width: 1025px) {
  .content-series .content-series-row .left-text h3 {
    font-size: 2.8rem;
  }
}
.content-series .content-series-row .left-text a h3 {
  color: #fd2341;
  text-decoration: underline;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 2px !important;
  text-decoration-color: transparent;
}
.content-series .content-series-row .left-text a h3:hover {
  text-decoration-color: rgba(253, 35, 65, 0.5);
}
.content-series .content-series-row .left-text .stand-first {
  font-size: 1.6rem;
  font-family: "Acta", serif;
  padding-bottom: 0;
  font-weight: 400;
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .content-series .content-series-row .left-text .stand-first {
    font-size: 1.8rem;
  }
}
@media (min-width: 1025px) {
  .content-series .content-series-row .right-col {
    width: 50%;
    padding-left: 4rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 769px) {
  .content-series .content-series-row .right-col .article-title {
    font-size: 2.4rem;
  }
}
@media (min-width: 1025px) {
  .content-series .content-series-row .right-col .article-title {
    font-size: 2.8rem;
  }
}
.content-series .content-slider-container {
  position: relative;
}
.content-series .content-slider-container .arrow-slide {
  z-index: 5;
  line-height: 0;
  cursor: pointer !important;
}
.content-series .content-slider-container .arrow-slide svg {
  width: 3rem;
}
.content-series .content-slider-container .arrow-slide.next-slide {
  order: 2;
  transform: rotate(180deg);
}
.content-series .content-slider-container .arrow-slide.prev-slide {
  order: 0;
}
.content-series .content-slider-container .arrow-slide[aria-disabled=true] {
  cursor: not-allowed;
  opacity: 0.35;
}
.content-series .content-slider-container .arrow-container {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 500px) {
  .content-series .content-slider-container .arrow-container {
    margin-top: 3rem;
  }
  .content-series .content-slider-container .arrow-container .slick-arrow {
    display: none !important;
  }
}
.content-series .content-series-bottom-container {
  overflow: hidden;
  padding-top: 2rem;
}
@media (min-width: 769px) {
  .content-series .content-series-bottom-container {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
    padding-top: 4rem;
  }
  .content-series .content-series-bottom-container:not(.slide-content-series) {
    display: flex;
  }
  .content-series .content-series-bottom-container .article {
    width: 33.33%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border-right: 1px solid #DEE2E6;
  }
}

.featured-articles-slider-minimal {
  margin-top: 3rem;
}
@media (min-width: 769px) {
  .featured-articles-slider-minimal .slide {
    padding-right: 2rem;
  }
}
.dark-long-read .featured-articles-slider-minimal .slide a.article-title {
  color: white;
}

#ceo-index-modal.fancybox__content {
  background: #FFCE5C;
  padding: 4rem 6rem;
  color: #191919;
  display: block !important;
}
@media (max-width: 768px) {
  #ceo-index-modal.fancybox__content {
    padding: 4rem;
  }
}
#ceo-index-modal.fancybox__content img {
  width: 15rem;
  float: right;
}
#ceo-index-modal.fancybox__content .title {
  font-size: 5rem;
  line-height: 1;
  font-weight: bold;
}
#ceo-index-modal.fancybox__content .desc {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-weight: normal;
}
#ceo-index-modal.fancybox__content .desc:before {
  display: block;
  width: 100%;
  clear: both;
  content: "";
}
#ceo-index-modal.fancybox__content .btn {
  width: 100%;
  border: 0;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  color: #191919;
  text-transform: uppercase;
  font-size: 1.6rem;
}
#ceo-index-modal.fancybox__content .btn:hover {
  background-color: #191919;
  color: #FFCE5C;
}
@media (max-width: 1024px) {
  #ceo-index-modal.fancybox__content {
    display: block !important;
    margin-bottom: 4rem;
  }
  #ceo-index-modal.fancybox__content img {
    order: 1;
  }
  #ceo-index-modal.fancybox__content .title {
    order: 0;
    width: 70%;
  }
  #ceo-index-modal.fancybox__content .bottom {
    margin-top: 3rem;
    width: 100%;
    padding-left: 0rem;
  }
  #ceo-index-modal.fancybox__content .bottom .desc {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  #ceo-index-modal.fancybox__content {
    display: block !important;
    margin-bottom: 4rem;
  }
  #ceo-index-modal.fancybox__content img {
    display: none;
  }
  #ceo-index-modal.fancybox__content .title {
    font-size: 5.5rem;
    width: 100%;
  }
  #ceo-index-modal.fancybox__content .bottom {
    width: 100%;
    padding-left: 0;
  }
}

.ceo-article-container #log-in .modal-content, .ceo-calculator-container #log-in .modal-content {
  background: #FFCE5C;
  color: #191919;
}
.ceo-article-container #log-in .modal-content .wall.style-form h2, .ceo-calculator-container #log-in .modal-content .wall.style-form h2 {
  padding-right: 17rem;
  margin-bottom: 3rem;
  text-align: left;
  color: #191919;
}
@media (max-width: 768px) {
  .ceo-article-container #log-in .modal-content .wall.style-form h2, .ceo-calculator-container #log-in .modal-content .wall.style-form h2 {
    padding-right: 11rem;
  }
}
.ceo-article-container #log-in .modal-content .wall.style-form .wall_intro, .ceo-calculator-container #log-in .modal-content .wall.style-form .wall_intro {
  text-align: left;
  margin-bottom: 0;
  font-family: "sofia-pro";
  color: #191919;
}
.ceo-article-container #log-in .modal-content .wall.style-form .wall_media, .ceo-calculator-container #log-in .modal-content .wall.style-form .wall_media {
  position: absolute;
  right: 4rem;
  top: 3rem;
  width: 14rem;
  background-image: url("/wp-content/mu-plugins/rac-ceo-tracker/img/read-next.svg");
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .ceo-article-container #log-in .modal-content .wall.style-form .wall_media, .ceo-calculator-container #log-in .modal-content .wall.style-form .wall_media {
    width: 11rem;
    top: 2rem;
  }
}
@media (max-width: 768px) {
  .ceo-article-container #log-in .modal-content .wall.style-form .wall_media, .ceo-calculator-container #log-in .modal-content .wall.style-form .wall_media {
    width: 11rem;
    top: 3rem;
    right: 2rem;
  }
}
.ceo-article-container #log-in .modal-content .wall.style-form .wall_media svg, .ceo-calculator-container #log-in .modal-content .wall.style-form .wall_media svg {
  opacity: 0;
}
.ceo-article-container #log-in .modal-content .wall.style-form form, .ceo-calculator-container #log-in .modal-content .wall.style-form form {
  margin-top: 1rem;
  background-color: #FFCE5C;
}
.ceo-article-container #log-in .modal-content .wall.style-form form .zephr-registration-form-button:disabled, .ceo-calculator-container #log-in .modal-content .wall.style-form form .zephr-registration-form-button:disabled {
  color: #191919 !important;
  background-color: #FFF9EB !important;
  border-color: #FFF9EB !important;
}
.ceo-article-container #log-in .modal-content .wall.style-form form.zephr-registration-form, .ceo-calculator-container #log-in .modal-content .wall.style-form form.zephr-registration-form {
  line-height: 0 !important;
  margin-top: 0 !important;
  color: transparent !important;
}
.ceo-article-container #rac-login, .ceo-calculator-container #rac-login {
  background: #FFCE5C;
}
@media (max-width: 768px) {
  .ceo-article-container #rac-login, .ceo-calculator-container #rac-login {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.ceo-article-container #rac-login .desc, .ceo-calculator-container #rac-login .desc {
  font-family: "sofia-pro";
}
.ceo-article-container .cv-block .accordion .top img, .ceo-calculator-container .cv-block .accordion .top img {
  display: none !important;
}

.ceo-tracker tr.parent > td:nth-last-child(1 of :not(.dtr-hidden)) {
  border-radius: 0 1.2rem 1.2rem 0;
  padding-right: 4rem !important;
  position: relative;
}
.ceo-tracker tr.parent > td:nth-last-child(1 of :not(.dtr-hidden)):before, .ceo-tracker tr.parent > td:nth-last-child(1 of :not(.dtr-hidden)):after {
  content: "";
  width: 1.2rem;
  height: 0.7rem;
  position: absolute;
  transition: all 0.2s ease-in-out;
  margin-left: 0.6rem;
  background-image: url("https://assets.raconteur.net/uploads/2025/02/arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 2rem;
  right: 1.6rem;
  z-index: 2;
}
@media (max-width: 768px) {
  .ceo-tracker tr.parent > td:nth-last-child(1 of :not(.dtr-hidden)):before, .ceo-tracker tr.parent > td:nth-last-child(1 of :not(.dtr-hidden)):after {
    top: 2rem;
  }
}
.ceo-tracker tr.active {
  background-color: transparent !important;
}
.ceo-tracker tr.active > td:nth-last-child(1 of :not(.dtr-hidden)):nth-child(2) {
  padding: 0 !important;
}
.ceo-tracker tr.active > td:nth-last-child(1 of :not(.dtr-hidden)):after {
  transform: rotate(180deg);
}
.ceo-tracker tr.active > td:nth-last-child(1 of :not(.dtr-hidden)):before {
  transform: rotate(180deg) translateY(4px);
}

.cheatsheet {
  margin-top: 5rem;
  display: flex;
}
.cheatsheet .row {
  display: flex;
  flex-direction: column;
  width: 25rem;
  position: relative;
  left: 0;
}
.cheatsheet .row .col {
  padding: 1rem 2rem;
  line-height: 1.8rem;
  border-top: 1px solid #DEE2E6;
  border-left: 1px solid #DEE2E6;
  transition: all 0.2s ease-in-out;
  background-color: white;
  color: #191919;
  position: relative;
  top: 0;
  left: 0;
  font-weight: bold;
  cursor: pointer;
}
.cheatsheet .row .col:hover {
  background-color: #191919;
  color: white;
}
.cheatsheet .row .col:last-child {
  border-bottom: 1px solid #DEE2E6;
}
.cheatsheet .row .content-sheet {
  border-top: 1px solid #DEE2E6;
  border-bottom: 1px solid #DEE2E6;
  min-height: 20rem;
  border-left: 1px solid #DEE2E6;
  border-right: 1px solid #DEE2E6;
}
.cheatsheet .row .content-sheet .title {
  background-color: #191919;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-align: center;
  padding: 1rem 2rem;
  line-height: 1.8rem;
  border-bottom: 1px solid #DEE2E6;
  background-color: #DEE2E6;
}
.cheatsheet .row .content-sheet .details {
  padding: 2rem 3rem;
  text-align: center;
}
.cheatsheet .row .content-sheet .details .detail {
  font-weight: bold;
  margin-bottom: 1rem;
}
.cheatsheet .row .content-sheet .details .detail:last-child {
  margin-bottom: 0;
}
.cheatsheet .row .content-sheet .details .detail .min {
  font-size: 1.4rem;
}
.cheatsheet .row .content-sheet .details .detail.need {
  background-color: rgb(255, 236.6625766871, 194);
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 3px;
  padding: 0.2rem 0.6rem;
  border: 1px solid #ffce5c;
  color: rgb(92, 64.3435582822, 0);
}
.cheatsheet .row .content-sheet .details .detail span {
  font-weight: normal;
  display: inline-flex;
}
.cheatsheet .row .content-sheet .details .detail span.list > span {
  background-color: #191919;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
  padding: 0.3rem 0.6rem;
  white-space: nowrap;
  color: white;
  margin-top: -0.15rem;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5rem;
  position: relative;
  margin-right: 0.5rem;
  cursor: pointer;
}
.cheatsheet .row .content-sheet .details .detail span.list > span:last-child {
  margin-right: 0;
}
.cheatsheet .row .content-sheet .details .detail span.list > span.disabled {
  background-color: #E9ECEF !important;
  cursor: not-allowed !important;
}
.cheatsheet .row .content-sheet .details .detail span.list > span.active {
  background-color: #005BA5;
}
.cheatsheet .row .content-sheet .details .detail span.list > span .tooltiptext {
  position: absolute;
  opacity: 0;
  bottom: 100%;
  transition: all 0.2s ease-in-out;
  left: 50%;
  transform: translateX(-50%);
  background-color: #26E6FF;
  border: 1px solid #00B9DC;
  color: white;
  font-size: 1.2rem;
  padding: 0.2rem;
  border-radius: 3px;
  z-index: 2;
}
.cheatsheet .row .content-sheet .details .detail span.list > span .tooltiptext img {
  width: 25rem;
  max-width: 25rem;
}
.cheatsheet .row .content-sheet .details .detail span.list > span .tooltiptext.error {
  background-color: #fd2341;
  border: 1px solid #B7011F;
}
.cheatsheet .row .content-sheet .details .detail span.list > span:hover {
  background-color: #005BA5;
}
.cheatsheet .row .content-sheet .details .detail span.list > span:hover .tooltiptext {
  opacity: 1;
  bottom: calc(100% + 0.5rem);
}
.cheatsheet .row .content-sheet .details .detail .list-results {
  display: block;
  position: relative;
}
.cheatsheet .row .content-sheet .details .detail .list-results .accordion-tip {
  transition: all 0.2s ease-in-out;
  font-size: 1.2rem;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  opacity: 0;
  margin-top: 0.8rem;
  margin-bottom: 2rem;
  position: absolute;
  background-color: #ADDAFF;
  border: 1px solid rgb(122, 194.987804878, 255);
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.cheatsheet .row .content-sheet .details .detail .list-results .accordion-tip .nobreak {
  white-space: nowrap;
}
.cheatsheet .row .content-sheet .details .detail .list-results .accordion-tip.active {
  position: relative;
  opacity: 1;
}
.cheatsheet .row .content-sheet .details .compress {
  text-align: center;
  background-color: #E9ECEF;
  border-radius: 8px;
  display: inline-block;
  margin: 0 auto;
  border: 1px solid #DEE2E6;
  font-size: 1.4rem;
  padding: 0.6rem 1.2rem;
}
.cheatsheet .row .content-sheet .details .compress a {
  color: #005BA5;
  font-weight: bold;
  text-decoration: underline;
}
.cheatsheet .row .content-sheet .details .compress .api {
  background-color: #191919;
  border-radius: 4px;
  color: white;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cheatsheet .row .content-sheet .details .compress .line {
  margin-bottom: 0.6rem;
}
.cheatsheet .row .content-sheet .details .compress .line:last-child {
  margin-bottom: 0;
}
.cheatsheet .row .content-sheet .details .more span {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 1.2rem;
  display: block;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.cheatsheet .row .content-sheet .details .more .link {
  border: 0;
  background-color: #191919;
  display: inline-block;
  margin: 0 auto;
  padding: 0.4rem 1rem;
  color: white;
  border-radius: 2.4rem;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.cheatsheet .row .content-sheet .single-preview {
  display: flex;
}
.cheatsheet .row .content-sheet .single-preview .left {
  width: 20rem;
}
.cheatsheet .row .content-sheet .single-preview .right {
  padding: 2rem;
  border-left: 1px solid rgba(222, 226, 230, 0.5);
  width: calc(100% - 20rem);
}
.cheatsheet .row .content-sheet .single-preview .right .title-small {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 1.5px;
}
.cheatsheet .row .content-sheet .single-preview .right .detail {
  margin-top: 2rem;
  font-size: 1.4rem;
}
.cheatsheet .row .content-sheet .single-preview .right .detail:first-child {
  margin-top: 0;
}
.cheatsheet .row .content-sheet .single-preview .right .detail.big {
  font-size: 1.8rem;
}
.cheatsheet .row .content-sheet .single-preview .right .compress {
  text-align: center;
  background-color: #E9ECEF;
  border-radius: 8px;
  display: inline-block;
  margin: 0 auto;
  margin-top: 2rem;
  border: 1px solid #DEE2E6;
  font-size: 1.2rem;
  padding: 0.3rem 0.6rem;
}
.cheatsheet .row .content-sheet .single-preview .right .compress a {
  color: #005BA5;
  font-weight: bold;
  text-decoration: underline;
}
.cheatsheet .row .content-sheet .single-preview .right .compress .api {
  background-color: #191919;
  border-radius: 4px;
  color: white;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.cheatsheet .row .content-sheet .single-preview .right .compress .line {
  margin-bottom: 0.6rem;
}
.cheatsheet .row .content-sheet .single-preview .right .compress .line:last-child {
  margin-bottom: 0;
}
.cheatsheet .row:first-child .col.active {
  cursor: not-allowed;
  background-color: #005BA5;
  color: white;
  border-color: #005BA5;
}
.cheatsheet .row.third {
  width: calc(100% - 55rem);
  opacity: 0;
  margin-left: -1px;
  position: absolute;
  pointer-events: none;
}
.cheatsheet .row.third.active {
  pointer-events: all;
  opacity: 1;
  position: relative;
}
.cheatsheet .row.second {
  width: 30rem;
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.cheatsheet .row.second .col {
  border-right: 1px solid #DEE2E6;
}
.cheatsheet .row.second.active {
  pointer-events: all;
  opacity: 1;
  position: relative;
}
.cheatsheet .row.second.active .col.active {
  cursor: not-allowed;
  background-color: #00437A;
  color: white;
  border-color: #00437A;
}

.top-cheatsheet {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.malinky-ajax-pagination-loading {
  position: relative;
}
.malinky-ajax-pagination-loading img {
  opacity: 0;
}
.malinky-ajax-pagination-loading:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/custom/spinner.svg");
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.page-template-page-latest .sponsored-pagination {
  margin-top: 4rem;
  margin-bottom: 5rem;
}
.page-template-page-latest .intro h1 {
  margin-bottom: 0;
  border-color: #DEE2E6;
}
@media (max-width: 768px) {
  .page-template-page-latest .intro h1 {
    padding-bottom: 1rem;
  }
}
.page-template-page-latest .intro .description {
  background-color: #F8F9FA;
  max-width: 100%;
  padding: 1.5rem 2rem;
  padding-top: 0;
}
.page-template-page-latest .filter-legend {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  background-color: #F8F9FA;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 1.5rem 2rem;
  position: relative;
  padding-bottom: 1rem;
}
.page-template-page-latest .filter-legend .reset {
  position: absolute;
  right: 2rem;
  top: 1.5rem;
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
.page-template-page-latest .filter-legend .reset:after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../img/custom/reset.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateY(-1px);
}
.page-template-page-latest .filter-legend .reset:hover {
  opacity: 0.6;
}
.page-template-page-latest .filters-container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .page-template-page-latest .filters-container {
    flex-wrap: wrap;
  }
}
.page-template-page-latest .filters-container > * {
  width: calc(33.33% - 2rem);
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
@media (max-width: 768px) {
  .page-template-page-latest .filters-container > * {
    width: 100%;
  }
  .page-template-page-latest .filters-container > *:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.page-template-page-latest .filters-container.loading > * {
  opacity: 0.1;
  pointer-events: none;
}
.page-template-page-latest .filters-container input {
  width: 100%;
  appearance: none;
  border: none;
  padding: 0;
  margin: 0;
}
.page-template-page-latest .filters-container input:disabled {
  background: #ffffff;
}
.page-template-page-latest .filters-container input.search {
  padding: 1.2rem 1.8rem;
  border: 1px solid #191919;
  border-radius: 2.4rem;
  font-size: 1.6rem;
  line-height: 2rem;
  font-family: "sofia-pro";
  background-image: url("https://assets.raconteur.net/uploads/2025/02/search-icon.svg");
  background-size: 1.4rem;
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
}
.page-template-page-latest .filters-container input#date-picker {
  padding: 1.2rem 1.8rem;
  font-size: 1.6rem;
  line-height: 2rem;
  border: 1px solid #191919;
  border-radius: 2.4rem;
  font-family: "sofia-pro";
  background-image: url("../img/custom/calendar.svg");
  background-size: 1.4rem;
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
}
.page-template-page-latest .daterangepicker {
  font-family: "sofia-pro";
}
.page-template-page-latest .daterangepicker ul, .page-template-page-latest .daterangepicker li {
  list-style: none;
  margin: 0;
}
.page-template-page-latest .daterangepicker .ranges li {
  transition: all 0.2s ease-in-out;
  font-size: 1.4rem;
}
.page-template-page-latest .daterangepicker .ranges li.active {
  background-color: #005BA5;
}
.page-template-page-latest .daterangepicker .ranges li:hover {
  background-color: #E9ECEF;
  color: #191919;
}
.page-template-page-latest .daterangepicker .drp-buttons .btn {
  padding: 0.4rem 0.9rem;
  cursor: pointer;
}
.page-template-page-latest .daterangepicker .drp-buttons .btn.cancelBtn {
  border-color: #191919;
  color: #191919;
}
.page-template-page-latest .daterangepicker .drp-buttons .btn.cancelBtn:hover {
  background-color: #E9ECEF;
  border-color: #E9ECEF;
}
.page-template-page-latest .daterangepicker .drp-selected {
  background-color: #F8F9FA;
  border: 1px solid #DEE2E6;
  color: #191919;
  padding: 1px 8px 2px;
  margin-right: 8px;
  font-weight: bold;
  font-size: 10px;
  border-radius: 2px;
}
.page-template-page-latest .daterangepicker td.in-range {
  background-color: rgba(173, 218, 255, 0.4);
}
.page-template-page-latest .daterangepicker td.active {
  background-color: #005BA5;
}
.page-template-page-latest .daterangepicker td.off.disabled {
  opacity: 0.2;
}
.page-template-page-latest .daterangepicker .calendar-table .month, .page-template-page-latest .daterangepicker .calendar-table th {
  font-weight: bold;
}
.page-template-page-latest .daterangepicker .calendar-table select.monthselect, .page-template-page-latest .daterangepicker .calendar-table select.yearselect {
  border-radius: 8px;
  padding: 1px 8px;
  border-color: #191919;
  background-image: url("https://assets.raconteur.net/uploads/2025/02/arrow-down.svg");
  background-size: 6px;
  background-repeat: no-repeat;
  background-position: right 6px center;
}
.page-template-page-latest .select2-container--default {
  font-family: "sofia-pro";
  width: 100% !important;
}
.page-template-page-latest .select2-container--default .select2-selection--single {
  border: 1px solid #191919;
  border-radius: 2.4rem;
  height: 46px;
}
.page-template-page-latest .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #6c757d;
}
.page-template-page-latest .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 1.2rem 1.8rem;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #191919;
  font-family: "sofia-pro";
}
.page-template-page-latest .select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url("https://assets.raconteur.net/uploads/2025/02/arrow-down.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  right: 1.4rem !important;
  top: 1rem;
}
.page-template-page-latest .select2-container--default .select2-selection--single .select2-selection__arrow b {
  opacity: 0;
}
.page-template-page-latest .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #191919;
  border-radius: 1.2rem;
  padding: 0.8rem 1.2rem;
  background-image: url("https://assets.raconteur.net/uploads/2025/02/search-icon.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: right 12px center;
}
.page-template-page-latest .select2-container--default .select2-results__option .select2-results__option {
  margin-bottom: 0;
}
.page-template-page-latest .select2-container--default .select2-results__option.select2-results__option--highlighted {
  background-color: #005BA5;
}
.page-template-page-latest .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-radius: 2.4rem;
}
.page-template-page-latest .select2-container--default.select2-container--open .select2-dropdown--below {
  margin-top: 7px;
  border-radius: 0.8rem;
  border: 1px solid #DEE2E6;
}
.page-template-page-latest .all-latest.loading {
  height: 6rem;
  position: relative;
}
.page-template-page-latest .all-latest.loading:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/custom/spinner.svg");
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.page-template-page-latest .all-latest .load-more-wrapper {
  text-align: center;
}
.page-template-page-latest .all-latest .load-more-wrapper.loading {
  height: 3.8rem;
  position: relative;
}
.page-template-page-latest .all-latest .load-more-wrapper.loading:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/custom/spinner.svg");
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.page-template-page-latest .all-latest .load-more-wrapper.loading .btn {
  opacity: 0;
  pointer-events: none;
}
.page-template-page-latest .all-latest .no-results {
  margin-top: 0;
}
.page-template-page-latest .all-latest.filtered .entry .preview-ratio {
  display: none;
}
.page-template-page-latest .all-latest.filtered .entry:nth-child(-n+8) .preview-ratio, .page-template-page-latest .all-latest.filtered .entry:nth-child(-n+20):not(:nth-child(-n+12)) .preview-ratio, .page-template-page-latest .all-latest.filtered .entry:nth-child(-n+28):not(:nth-child(-n+24)) .preview-ratio {
  display: block;
}

.blaze-slider {
  --slides-to-show:1;
  --slide-gap:20px;
  direction: ltr;
}

.blaze-container {
  position: relative;
}

.blaze-track-container {
  overflow: hidden;
}

.blaze-track {
  will-change: transform;
  touch-action: pan-y;
  display: flex;
  gap: var(--slide-gap);
  --slide-width:calc(
    (100% - (var(--slides-to-show) - 1) * var(--slide-gap)) /
      var(--slides-to-show)
  );
  box-sizing: border-box;
}

.blaze-track > * {
  box-sizing: border-box;
  width: var(--slide-width);
  flex-shrink: 0;
}

.carousel-tablet-feat {
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 1025px) {
  .carousel-tablet-feat .blaze-track {
    display: block;
    width: 100%;
  }
  .carousel-tablet-feat .blaze-track .rel-art {
    display: block;
    width: 100%;
  }
  .carousel-tablet-feat .blaze-track .rel-art:last-child {
    margin-bottom: 400px;
  }
}
.carousel-tablet-feat .slider-dots {
  margin-top: 0.5rem;
}
.carousel-tablet-feat .slider-dots .blaze-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-tablet-feat .slider-dots .blaze-pagination button {
  font-size: 0;
  line-height: 0;
  height: 12px;
  width: 12px;
  appearance: none;
  background-color: black;
  opacity: 0.35;
  border: 0;
  border-radius: 50%;
  margin: 0 5px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .carousel-tablet-feat .slider-dots .blaze-pagination button:hover {
    opacity: 0.6;
  }
}
.carousel-tablet-feat .slider-dots .blaze-pagination button.active {
  opacity: 1 !important;
  cursor: default !important;
}

.carousel-mobile-feat {
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 769px) {
  .carousel-mobile-feat .blaze-track {
    display: block;
    width: 100%;
  }
  .carousel-mobile-feat .blaze-track .rel-art {
    display: block;
    width: 100%;
  }
  .carousel-mobile-feat .blaze-track .rel-art:last-child {
    margin-bottom: 400px;
  }
}
.carousel-mobile-feat .slider-dots {
  margin-top: 2rem;
}
.carousel-mobile-feat .slider-dots .blaze-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-mobile-feat .slider-dots .blaze-pagination button {
  font-size: 0;
  line-height: 0;
  height: 12px;
  width: 12px;
  appearance: none;
  background-color: black;
  opacity: 0.35;
  border: 0;
  border-radius: 50%;
  margin: 0 5px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .carousel-mobile-feat .slider-dots .blaze-pagination button:hover {
    opacity: 0.6;
  }
}
.carousel-mobile-feat .slider-dots .blaze-pagination button.active {
  opacity: 1 !important;
  cursor: default !important;
}

.carousel-single-feat, .opinion-homepage-slider {
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.modal.nws-prw .modal-content {
  padding: 0;
  max-width: 601px;
  overflow: hidden;
}
.modal.nws-prw .close-modal-newsletter {
  position: absolute;
  top: 1rem !important;
  right: 2rem !important;
  font-size: 32px;
  line-height: 1;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: pointer;
  z-index: 8040;
  font-weight: 300;
  opacity: 1 !important;
  box-shadow: none;
  color: white;
}
.modal.nws-prw .close-modal-newsletter:hover, .modal.nws-prw .close-modal-newsletter:focus {
  color: #6c757d;
  text-decoration: none;
  cursor: pointer;
}
.modal.nws-prw .loading {
  height: 6rem;
  position: absolute;
  z-index: 1;
  width: 6rem;
  left: 50%;
  top: 3rem;
  transform: translateX(-50%);
}
.modal.nws-prw .loading:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/rac2022/img/custom/spinner.svg");
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.modal.nws-prw iframe {
  position: relative;
  z-index: 3;
}

.page-template-rac-newsletter-preference-visual .input-email-bottom {
  position: fixed;
  bottom: -2rem;
  left: 0;
  z-index: 4;
  width: 100vw;
  background: #191919;
  border-top: 1px solid #dee2e6;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.page-template-rac-newsletter-preference-visual .input-email-bottom.hide {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}
.page-template-rac-newsletter-preference-visual .input-email-bottom.subscribed {
  opacity: 1;
  bottom: 0;
  pointer-events: all;
}
.page-template-rac-newsletter-preference-visual .input-email-bottom form {
  display: flex;
}
.page-template-rac-newsletter-preference-visual .input-email-bottom input {
  appearance: none;
  padding: 1.5rem 2.2rem;
  border: 1px solid #DEE2E6;
  font-size: 1.6rem;
  width: 100%;
  color: #191919;
  border-radius: 2.4rem;
  font-family: "sofia-pro" !important;
}
.page-template-rac-newsletter-preference-visual .input-email-bottom input::-webkit-input-placeholder { /* Edge */
  color: #191919;
}
.page-template-rac-newsletter-preference-visual .input-email-bottom input:focus {
  outline: 0 !important;
}
.page-template-rac-newsletter-preference-visual .input-email-bottom input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #191919;
}
.page-template-rac-newsletter-preference-visual .input-email-bottom input::placeholder {
  color: #191919;
}
.page-template-rac-newsletter-preference-visual .input-email-bottom input#input-email {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.page-template-rac-newsletter-preference-visual .input-email-bottom input.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 16rem;
  background-color: #00BF9D;
  border-color: #00BF9D;
  color: white;
}
@media (max-width: 768px) {
  .page-template-rac-newsletter-preference-visual .input-email-bottom input.btn {
    font-size: 1.4rem;
  }
}
.page-template-rac-newsletter-preference-visual .input-email-bottom input.btn:hover {
  background-color: transparent;
  color: #00BF9D;
}
.page-template-rac-newsletter-preference-visual .input-email-bottom .error-message {
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2.4rem;
  background: #fd2341;
  z-index: 3;
  padding: 0.8rem 1.7rem;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
}
.page-template-rac-newsletter-preference-visual #newsletter-email-form {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.page-template-rac-newsletter-preference-visual #newsletter-email-form.loading {
  opacity: 0.5;
  pointer-events: none;
}

.c-suite-tool-container.accordion {
  padding: 3rem 3rem;
  background: #191919;
  color: white;
  border-radius: 2.4rem;
}
@media (max-width: 768px) {
  .c-suite-tool-container.accordion {
    margin-left: -2rem;
    width: 100vw;
    padding: 2rem;
    border-radius: 0;
  }
}
.c-suite-tool-container.accordion a {
  color: #26E6FF;
}
.c-suite-tool-container.accordion .top h3 {
  font-size: 2.4rem;
  color: white !important;
}
.c-suite-tool-container.accordion .top p {
  font-family: "Acta", serif;
  font-size: 1.8rem;
  color: white;
  margin-bottom: 3rem;
}
.c-suite-tool-container.accordion .top:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
.c-suite-tool-container.accordion .bottom {
  position: relative;
}
.c-suite-tool-container.accordion .bottom .source {
  margin-top: 1.2rem;
  font-size: 1.4rem;
  color: white;
  position: absolute;
  right: 0;
  top: 100%;
  padding-top: 1.9rem;
}
.c-suite-tool-container.accordion .bottom .source a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
@media (max-width: 768px) {
  .c-suite-tool-container.accordion .bottom .source {
    font-size: 1.2rem;
    margin-top: 1.5rem;
  }
}
.c-suite-tool-container.accordion .expand {
  margin-top: 3rem;
  text-align: left;
  cursor: pointer;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: white;
}
.c-suite-tool-container.accordion .expand .opened {
  display: none;
}
.c-suite-tool-container.accordion .expand svg {
  display: inline-block;
  width: 3rem;
  vertical-align: middle;
  transition: all 0.2s ease-in-out;
  margin-right: 1rem;
  background-color: white;
  border-radius: 50%;
}
.c-suite-tool-container.accordion .expand svg > path {
  stroke: #191919 !important;
  stroke-width: 2px !important;
  transform: translateY(1px);
}
.c-suite-tool-container.accordion .expand svg circle {
  stroke: white !important;
}
.c-suite-tool-container.accordion .expand.active span.opened {
  display: inline-block;
}
.c-suite-tool-container.accordion .expand.active span:not(.opened) {
  display: none;
}
.c-suite-tool-container.accordion .expand.active svg {
  transform: rotate(180deg);
}
.c-suite-tool-container .c-suite-calculator {
  padding-top: 3rem;
  border-top: 1px solid white;
  color: white;
}
.c-suite-tool-container .c-suite-calculator h4 {
  color: white !important;
}
.c-suite-tool-container .c-suite-calculator .step-1, .c-suite-tool-container .c-suite-calculator .step-2, .c-suite-tool-container .c-suite-calculator .step-3 {
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
.c-suite-tool-container .c-suite-calculator .step-1.answered, .c-suite-tool-container .c-suite-calculator .step-1.load, .c-suite-tool-container .c-suite-calculator .step-2.answered, .c-suite-tool-container .c-suite-calculator .step-2.load, .c-suite-tool-container .c-suite-calculator .step-3.answered, .c-suite-tool-container .c-suite-calculator .step-3.load {
  opacity: 0;
  pointer-events: none;
  height: 0;
  transition: all 0.2s ease-in-out;
}
.c-suite-tool-container .c-suite-calculator .answer {
  opacity: 0;
  pointer-events: none;
  height: 0;
  margin-bottom: 2rem;
  transition: all 0.2s ease-in-out;
  transition-delay: 0.2s;
}
.c-suite-tool-container .c-suite-calculator .answer.answered {
  opacity: 1;
  pointer-events: all;
  height: auto;
}
.c-suite-tool-container .c-suite-calculator .answer .user-answer {
  display: block;
  width: 80%;
  margin: 0 auto;
  border: 1px solid #FFCE5C;
  color: #191919;
  text-align: center;
  margin-bottom: 1rem;
  border-radius: 2.4rem;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.6rem 2.2rem;
  background-color: #FFCE5C;
  transition: all 0.2s ease-in-out;
  position: relative;
}
@media (max-width: 1440px) {
  .c-suite-tool-container .c-suite-calculator .answer .user-answer {
    width: 90%;
  }
}
@media (max-width: 1024px) {
  .c-suite-tool-container .c-suite-calculator .answer .user-answer {
    width: 100%;
  }
}
.c-suite-tool-container .c-suite-calculator .answer .user-answer span.close-step {
  height: 2rem;
  width: 2rem;
  border: 1px solid #191919;
  color: #191919;
  background: #FFCE5C;
  border-radius: 50%;
  display: inline-block;
  line-height: 1.4rem;
  font-size: 1.6rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transition: all 0.2s ease-in-out;
  transform: translateY(-50%);
  cursor: pointer;
}
.c-suite-tool-container .c-suite-calculator .answer .user-answer span.close-step:hover {
  background-color: #191919;
  border-color: #191919;
  color: #FFCE5C;
}
.c-suite-tool-container .c-suite-calculator .step-3 {
  max-width: 80%;
  margin: 0 auto;
  padding: 3rem;
  border: 1px solid #191919;
  border-radius: 2.4rem;
  background-color: white;
  color: #191919;
}
@media (max-width: 1440px) {
  .c-suite-tool-container .c-suite-calculator .step-3 {
    max-width: 90%;
  }
}
@media (max-width: 1024px) {
  .c-suite-tool-container .c-suite-calculator .step-3 {
    max-width: 100%;
    padding: 2rem;
  }
}
.c-suite-tool-container .c-suite-calculator .step-3 .average-salary {
  font-size: 4.4rem;
  line-height: 4rem;
  border-bottom: 1px solid #191919;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.c-suite-tool-container .c-suite-calculator .step-3 .average-salary span.small {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .c-suite-tool-container .c-suite-calculator .step-3 .average-salary span.small {
    display: block;
  }
}
.c-suite-tool-container .c-suite-calculator .step-3 .range-salary {
  font-size: 2rem;
  padding-bottom: 1.5rem;
}
.c-suite-tool-container .c-suite-calculator .step-3 .range-salary span {
  display: block;
  font-weight: bold;
}
.c-suite-tool-container .c-suite-calculator .step-3 .package-salary {
  font-size: 2rem;
}
.c-suite-tool-container .c-suite-calculator .step-3 .package-salary span {
  display: block;
  font-weight: bold;
}
.c-suite-tool-container .c-suite-calculator .step-3 .package-salary span.package {
  font-weight: normal;
  display: inline-block;
  padding: 0.1rem 0.5rem;
  border: 1px solid #DEE2E6;
  background: white;
  border-radius: 6px;
  line-height: 1.4;
  margin-top: 0.7rem;
  font-size: 1.6rem;
  margin-right: 0.7rem;
  text-transform: capitalize;
}
.c-suite-tool-container .c-suite-calculator .step-3 .package-salary span.pack {
  display: inline-block;
  font-weight: normal;
}
.c-suite-tool-container .c-suite-calculator .step-3 .package-salary span.pack:not(:last-child):after {
  display: inline-block;
  content: ",";
}
.c-suite-tool-container .c-suite-calculator .step-3 + .step-2 {
  position: absolute;
  opacity: 0;
  top: 0;
  width: 100%;
}
.c-suite-tool-container .c-suite-calculator .step-3 .title-data-viz {
  font-size: 1.8rem;
  margin-top: 2rem;
  padding-top: 2rem;
  font-weight: bold;
  border-top: 1px solid #191919;
}
.c-suite-tool-container .c-suite-calculator .step-3 .title-data-viz .highl {
  border: 1px solid #191919;
  color: #191919;
  background-color: #FFCE5C;
  padding: 0.1rem 0.5rem;
  font-size: 1.6rem;
  text-transform: uppercase;
  border-radius: 0.4rem;
  display: inline-block;
}
.c-suite-tool-container .c-suite-calculator .step-3 .data-viz {
  padding-top: 5rem;
  display: flex;
  overflow: hidden;
  margin-top: -4rem;
}
.c-suite-tool-container .c-suite-calculator .step-3 .data-viz .range {
  font-size: 1.4rem;
  font-weight: bold;
  padding-right: 1rem;
  padding-top: 2rem;
  width: 5rem;
  padding-bottom: 2rem;
}
@media (max-width: 1440px) {
  .c-suite-tool-container .c-suite-calculator .step-3 .data-viz .range {
    width: 4rem;
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .c-suite-tool-container .c-suite-calculator .step-3 .data-viz .range {
    width: 3.5rem;
    font-size: 1.1rem;
  }
}
.c-suite-tool-container .c-suite-calculator .step-3 .data-viz .range .x-ax {
  position: relative;
  padding-bottom: 3rem;
  white-space: nowrap;
}
.c-suite-tool-container .c-suite-calculator .step-3 .data-viz .range .x-ax:before {
  content: "";
  height: 1px;
  width: 100vw;
  left: -5rem;
  background-color: #DEE2E6;
  pointer-events: none;
  position: absolute;
}
.c-suite-tool-container .c-suite-calculator .step-3 .data-viz .graphic {
  width: calc(100% - 5rem);
  z-index: 1;
  display: flex;
  position: relative;
}
@media (max-width: 1440px) {
  .c-suite-tool-container .c-suite-calculator .step-3 .data-viz .graphic {
    width: calc(100% - 4rem);
  }
}
@media (max-width: 768px) {
  .c-suite-tool-container .c-suite-calculator .step-3 .data-viz .graphic {
    width: calc(100% - 3.5rem);
  }
}
.c-suite-tool-container .c-suite-calculator .step-3 .data-viz .graphic .role {
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  padding-top: 2rem;
  position: relative;
}
.c-suite-tool-container .c-suite-calculator .step-3 .data-viz .graphic .role span.bottom-role {
  height: 4rem;
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 100%;
  background-color: white;
  z-index: 4;
}
.c-suite-tool-container .c-suite-calculator .step-3 .data-viz .graphic .role .bar-inner {
  height: calc(100% - 7rem);
  width: calc(100% - 2rem);
  margin: 0 1rem;
  position: relative;
}
@media (max-width: 1024px) {
  .c-suite-tool-container .c-suite-calculator .step-3 .data-viz .graphic .role .bar-inner {
    width: calc(100% - 1rem);
    margin: 0 0.5rem;
  }
}
@media (max-width: 768px) {
  .c-suite-tool-container .c-suite-calculator .step-3 .data-viz .graphic .role .bar-inner {
    margin: 0 0.25rem;
    width: calc(100% - 0.5rem);
  }
}
.c-suite-tool-container .c-suite-calculator .step-3 .data-viz .graphic .role .bar-inner .bar-inner-abs {
  border: 1px solid #191919;
  background-color: #EFE7DB;
  width: 100%;
  position: absolute;
  left: 0%;
  top: 0;
  cursor: help;
}
.c-suite-tool-container .c-suite-calculator .step-3 .data-viz .graphic .role .bar-inner .bar-inner-abs.current {
  background-color: #FFCE5C;
}
.c-suite-tool-container .c-suite-calculator .step-3 .data-viz .graphic .role .bar-inner .bar-inner-abs:before {
  content: "";
  width: 1px;
  height: 200%;
  left: calc(50% - 0.5px);
  top: 2rem;
  z-index: -1;
  min-height: 150px;
  position: absolute;
  background-color: #191919;
}
.c-suite-tool-container .c-suite-calculator .step-3 .data-viz .rollover {
  position: absolute;
  border: 1px solid #191919;
  border-radius: 0.8rem;
  background-color: white;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  white-space: nowrap;
  bottom: 100%;
  margin-bottom: 0.9rem;
  padding: 0.4rem 1rem;
  pointer-events: none;
}
.c-suite-tool-container .c-suite-calculator .step-3 .data-viz .rollover:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.c-suite-tool-container .c-suite-calculator .step-3 .data-viz .rollover:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #191919;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.c-suite-tool-container .c-suite-calculator .step-3 .data-viz .bar:nth-last-child(-n+2) .rollover {
  transform: none;
  left: auto;
  right: -0.1rem;
}
.c-suite-tool-container .c-suite-calculator .step-3 .data-viz .bar:nth-last-child(-n+2) .rollover:before {
  transform: none;
  left: auto;
  right: 9px;
}
.c-suite-tool-container .c-suite-calculator .step-3 .data-viz .bar:nth-last-child(-n+2) .rollover:after {
  transform: none;
  left: auto;
  right: 8px;
}
.c-suite-tool-container .c-suite-calculator .step-3 .data-viz .bar:nth-child(1) .rollover {
  transform: none;
  left: -0.1rem;
}
.c-suite-tool-container .c-suite-calculator .step-3 .data-viz .bar:nth-child(1) .rollover:before {
  transform: none;
  left: 9px;
}
.c-suite-tool-container .c-suite-calculator .step-3 .data-viz .bar:nth-child(1) .rollover:after {
  transform: none;
  left: 8px;
}
.c-suite-tool-container .c-suite-calculator .step-3 .data-viz .bar-inner-abs:hover .rollover {
  opacity: 1;
}
.c-suite-tool-container .c-suite-calculator h4 {
  font-size: 1.8rem;
  text-align: center;
}
.c-suite-tool-container .c-suite-calculator .options {
  text-align: center;
}
.c-suite-tool-container .c-suite-calculator .options .option {
  display: block;
  width: 90%;
  border: 1px solid #FFF9EB;
  color: #191919;
  margin: 0 auto;
  text-align: center;
  border-radius: 2.4rem;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.6rem 2.2rem;
  background-color: #FFF9EB;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .c-suite-tool-container .c-suite-calculator .options .option {
    width: 100%;
  }
}
.c-suite-tool-container .c-suite-calculator .options .option:hover {
  background-color: transparent;
  color: #FFF9EB;
  border-color: #FFF9EB;
}
.c-suite-tool-container .c-suite-calculator .options .option:not(:last-child) {
  margin-bottom: 1rem;
}

.preview-internal {
  overflow: hidden;
  pointer-events: none;
  cursor: pointer;
  width: 80px;
  height: 800px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99999;
}
.preview-internal span {
  margin: 0;
  padding: 0;
  background: #26E6FF;
  color: #00BF9D;
  padding: 0.1rem 0;
  position: absolute;
  bottom: 0;
  font-size: 1rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 600;
  z-index: 2;
  right: 0;
  transform: translateX(-30%) translateY(0%) rotate(-45deg);
  transform-origin: top left;
}
.preview-internal span:before, .preview-internal span:after {
  content: "";
  position: absolute;
  top: 0;
  margin: 0 -1px; /* tweak */
  width: 100%;
  z-index: -1;
  height: 100%;
  background: #26E6FF;
}
.preview-internal span:before {
  right: 100%;
}
.preview-internal span:after {
  left: 100%;
}

/* -------------------------------------------
***** Prepend Imports *****
------------------------------------------- */
@media (min-width: 769px) {
  .featured-topic.power-of-data .hero-feature .right .preview-ratio {
    margin-top: -6rem;
  }
}

.category-retail-and-ecommerce-2023 .single-report-full-width .single-report-cont .left img {
  object-position: 86% center;
}

#newsletter-preferences.style-form .hs_email, #hubspot-newsletter-page.style-form .hs_email {
  width: 100% !important;
  max-width: 100%;
}
#newsletter-preferences.style-form .hs_email label, #hubspot-newsletter-page.style-form .hs_email label {
  display: none !important;
}
#newsletter-preferences.style-form .hs_email input, #hubspot-newsletter-page.style-form .hs_email input {
  pointer-events: none !important;
  cursor: not-allowed !important;
  margin-bottom: 1rem !important;
  margin-top: 2rem !important;
  border-radius: 4px !important;
  display: inline-block !important;
  padding: 0.6rem 1.3rem !important;
  border: 1px solid #9EEAF9 !important;
  color: #055160 !important;
  font-weight: bold !important;
  background: #CFF4FC !important;
  width: 100% !important;
  text-align: center;
  font-size: 1.6rem !important;
  font-family: "sofia-pro" !important;
  min-width: auto !important;
}
#newsletter-preferences.style-form p, #hubspot-newsletter-page.style-form p {
  font-family: "sofia-pro";
}
#newsletter-preferences.style-form ul, #newsletter-preferences.style-form li, #hubspot-newsletter-page.style-form ul, #hubspot-newsletter-page.style-form li {
  list-style: none;
  margin-bottom: 0rem;
}
#newsletter-preferences.style-form .no-list li label, #hubspot-newsletter-page.style-form .no-list li label {
  display: block !important;
  margin-bottom: 4rem;
  margin-top: -1rem;
  font-weight: bold;
}
#newsletter-preferences.style-form .no-list li label a, #hubspot-newsletter-page.style-form .no-list li label a {
  border-radius: 2.4rem;
  width: 100%;
  display: block;
  text-decoration: none;
  color: white;
  cursor: pointer !important;
  transition: all 0.2s ease-in-out;
  border: 1px solid #fd2341;
  background-color: #fd2341;
  text-align: center;
  padding: 1.2rem 2.4rem;
  font-weight: bold;
}
#newsletter-preferences.style-form .no-list li label a:hover, #hubspot-newsletter-page.style-form .no-list li label a:hover {
  color: #fd2341;
  background-color: transparent;
}
#newsletter-preferences.style-form form, #hubspot-newsletter-page.style-form form {
  margin-top: 0;
  align-items: flex-start;
}
#newsletter-preferences.style-form form > *, #hubspot-newsletter-page.style-form form > * {
  width: 100%;
}
#newsletter-preferences.style-form form .hs-fieldtype-booleancheckbox, #hubspot-newsletter-page.style-form form .hs-fieldtype-booleancheckbox {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 2rem;
  max-width: calc(50% - 2rem);
}
@media (max-width: 768px) {
  #newsletter-preferences.style-form form .hs-fieldtype-booleancheckbox, #hubspot-newsletter-page.style-form form .hs-fieldtype-booleancheckbox {
    max-width: 100%;
  }
}
#newsletter-preferences.style-form form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display, #hubspot-newsletter-page.style-form form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display {
  display: flex;
  margin-bottom: 0.5rem;
}
#newsletter-preferences.style-form form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display > span, #hubspot-newsletter-page.style-form form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display > span {
  margin-left: 0;
  width: calc(100% - 30px);
  font-weight: bold;
}
#newsletter-preferences.style-form form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display input, #hubspot-newsletter-page.style-form form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display input {
  appearance: auto !important;
  margin: 0;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 2px;
  accent-color: #005BA5;
}
#newsletter-preferences.style-form form .hs-fieldtype-booleancheckbox.disabled-unsub, #hubspot-newsletter-page.style-form form .hs-fieldtype-booleancheckbox.disabled-unsub {
  cursor: not-allowed !important;
}
#newsletter-preferences.style-form form .hs-fieldtype-booleancheckbox.disabled-unsub > *, #hubspot-newsletter-page.style-form form .hs-fieldtype-booleancheckbox.disabled-unsub > * {
  pointer-events: none !important;
}
#newsletter-preferences.style-form form .hs-fieldtype-booleancheckbox.disabled-unsub .input, #hubspot-newsletter-page.style-form form .hs-fieldtype-booleancheckbox.disabled-unsub .input {
  opacity: 0.2;
}
#newsletter-preferences.style-form form .hs-fieldtype-booleancheckbox.disabled-unsub legend, #hubspot-newsletter-page.style-form form .hs-fieldtype-booleancheckbox.disabled-unsub legend {
  color: #fd2341;
}
#newsletter-preferences.style-form form .zephr-registration-form-text, #hubspot-newsletter-page.style-form form .zephr-registration-form-text {
  font-size: 1.4rem !important;
}
#newsletter-preferences.style-form form .zephr-registration-form-text:after, #hubspot-newsletter-page.style-form form .zephr-registration-form-text:after {
  content: "";
  display: block;
  clear: both;
}
#newsletter-preferences.style-form form .hs-richtext, #hubspot-newsletter-page.style-form form .hs-richtext {
  font-size: 1.4rem;
  margin-top: 2rem;
}
#newsletter-preferences.style-form form .hs_submit input, #hubspot-newsletter-page.style-form form .hs_submit input {
  font-family: "sofia-pro" !important;
  background-color: #191919;
  color: white !important;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  border-color: #191919 !important;
  font-size: 1.5rem !important;
  cursor: pointer !important;
  transition: all 0.2s ease-in-out;
}
#newsletter-preferences.style-form form .hs_submit input:hover, #hubspot-newsletter-page.style-form form .hs_submit input:hover {
  background-color: white;
  color: #191919 !important;
}
#newsletter-preferences.style-form.opt-out form div[class*=hs_sub_pref_], #newsletter-preferences.style-form.opt-out form .hs_submit, #newsletter-preferences.style-form.opt-out form div[class*=subscription_preferences_], #newsletter-preferences.style-form.opt-out form .hs-richtext, #hubspot-newsletter-page.style-form.opt-out form div[class*=hs_sub_pref_], #hubspot-newsletter-page.style-form.opt-out form .hs_submit, #hubspot-newsletter-page.style-form.opt-out form div[class*=subscription_preferences_], #hubspot-newsletter-page.style-form.opt-out form .hs-richtext {
  display: none !important;
}
#newsletter-preferences.style-form .submitted-message, #hubspot-newsletter-page.style-form .submitted-message {
  margin-top: 4rem;
  display: block;
  width: 100%;
  background: #D1E7DD;
  padding: 3rem 3rem;
  color: #0F5132;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  border-radius: 1rem;
  border: 1px solid #75B798;
}
#newsletter-preferences.style-form .submitted-message p, #hubspot-newsletter-page.style-form .submitted-message p {
  margin-bottom: 0;
}

#my-account.style-form form {
  margin-top: 0;
}
#my-account.style-form form h2 {
  display: none;
}

.tabs-account {
  position: relative;
  overflow: hidden;
}
.tabs-account .tab {
  opacity: 0;
  position: absolute;
  width: 100%;
  margin-top: 1.5rem;
  border-top: 1px solid #DEE2E6;
  transition: all 0.5s ease-in-out;
  pointer-events: none !important;
}
.tabs-account .tab.active {
  opacity: 1;
  pointer-events: all !important;
  position: relative;
}
.tabs-account .tab-control {
  margin-bottom: 0.5rem;
  cursor: pointer !important;
}
.tabs-account .tab-control.active {
  background-color: white;
  color: #191919;
  cursor: not-allowed !important;
  pointer-events: none;
}
@media (max-width: 768px) {
  .tabs-account .tab-control {
    font-size: 1.2rem;
    padding: 0.6rem 1.6rem;
  }
}

#scrollyFirst {
  position: relative;
  padding: 1rem;
}

.scrollyFirst-overlay {
  position: relative;
  padding: 0;
  max-width: 20rem;
  margin: 0 auto;
}

.sticky-thing {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: -1;
  top: 0;
  height: 100vh;
  stroke: 1px;
  /* Center everything inside */
  display: flex;
  justify-content: center;
  flex-direction: column;
  justify-content: center;
}

.step {
  margin: 0 auto 2rem auto;
  border-radius: 15px;
  border-style: solid;
  border-width: 1px;
  stroke: 1px;
  margin-bottom: 25rem;
  background-color: #eee;
  background-color: #fff;
  color: black;
}

.step p {
  text-align: left;
  border-radius: 25px;
  margin: 0 0 0 0;
  background: white;
  padding: 1rem;
  font-size: 16px;
  font-family: "sofia-pro";
}

.hidden {
  visibility: hidden;
}

/* When it's less than 700 pixels wide, do normal scrollytelling */
@media only screen and (min-width: 700px) {
  #scrollyFirst.side-by-side {
    display: flex;
  }
  #scrollyFirst.side-by-side > div {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 0.75em;
  }
  #scrollyFirst.side-by-side .scrollyFirst-overlay {
    margin-top: 0;
    order: 0;
    /* Change these to adjust sizing options */
    min-width: 15rem;
    max-width: 20rem;
  }
  #scrollyFirst.side-by-side .sticky-thing {
    order: 1;
    flex-grow: 2;
  }
}
.postid-191484 .sponsored-top-bar, .postid-193647 .sponsored-top-bar {
  display: none !important;
}

a[href^="https://raconteur.net/infographics/women-in-the-workplace"] ~ .commercial-sponsored, a[href^="https://www.raconteur.net/infographics/women-in-the-workplace"] ~ .commercial-sponsored, a[href^="https://live-raconteur.pantheonsite.io/infographics/women-in-the-workplace"] ~ .commercial-sponsored, a[href^="https://raconteur.net/leadership/meet-the-man-who-wants-businesses-to-help-britain-build-back-better"] ~ .commercial-sponsored, a[href^="https://www.raconteur.net/leadership/meet-the-man-who-wants-businesses-to-help-britain-build-back-better"] ~ .commercial-sponsored, a[href^="https://live-raconteur.pantheonsite.io/leadership/meet-the-man-who-wants-businesses-to-help-britain-build-back-better"] ~ .commercial-sponsored {
  display: none !important;
}

.postid-194230 .accordion a {
  color: white !important;
  line-height: 1.3;
  display: block;
}

.postid-210060 .article-content .sponsored-cta {
  display: none !important;
}

/* -------------------------------------------
***** Packages *****
------------------------------------------- */
/* -------------------------------------------
***** Extensions *****
------------------------------------------- */