@charset "UTF-8";

main.single-post-page {
padding-top: 160px;
}
#ez-toc-container {
padding: 48px 30px !important;
border-radius: 58px !important;
border-width: 2px !important;
}
#ez-toc-container .ez-toc-title {
font-family: "Libre Baskerville";
display: block !important;
padding-bottom: 1em !important;
font-weight: 300 !important;
}
#ez-toc-container .ez-toc-link {
line-height: 1.5;
margin-bottom: 5px;
}
.post-single {
padding-bottom: 72px;
}
.post-single .post-single__content p, .post-single .post-single__content .post-text p, .post-single .post-single__content li, .post-single .post-single__content td {
font-family: Lato;
font-weight: 300;
font-size: 16px;
line-height: 120%;
letter-spacing: 0%;
}
.post-single .post-single__content h2, .post-single .post-single__content h3, .post-single .post-single__content .post-text h2, .post-single .post-single__content .post-text h3 {
font-family: Libre Baskerville;
font-weight: 400;
font-size: 32px;
line-height: 115%;
}
.post-single .post-single__content img, .post-single .post-single__content .post-text img {
border-radius: 22px;
}
.post-single .post-single__content blockquote, .post-single .post-single__content .post-text blockquote {
position: relative;
z-index: 2;
margin: 32px 0;
padding: 48px;
border: 2px solid #1CAB99;
border-radius: 40px;
background: #FEFEFF;
}
.post-single .post-single__content blockquote::before, .post-single .post-single__content .post-text blockquote::before {
content: "“";
display: block;
margin-top: 20px;
color: #1CAB99;
font-family: "Libre Baskerville", sans-serif;
font-size: 78px;
font-weight: 700;
line-height: 0.2;
}
.post-single .post-single__content blockquote p, .post-single .post-single__content .post-text blockquote p {
margin: 0;
padding: 0;
border: 0;
color: #171717;
font-size: 16px;
line-height: 1.6;
font-weight: 300;
}
.post-single .post-single__content blockquote strong, .post-single .post-single__content .post-text blockquote strong {
margin: 0;
color: #757575;
font-family: "Libre Baskerville", sans-serif !important;
font-size: 16px;
line-height: 1.3;
font-weight: 400;
}
.post-single__layout {
display: grid;
grid-template-columns: minmax(0, 1fr) 300px;
gap: 28px;
}
.post-single__title {
margin: 0;
color: #171717;
font-family: "Libre Baskerville", sans-serif;
font-size: 48px;
font-weight: 400;
line-height: 1.15;
margin-bottom: 14px;
padding: 0.3em 0;
}
.post-single__hero {
margin-bottom: 24px;
}
.post-single__eyebrow-common {
position: relative;
margin: 0 0 12px;
padding-left: 47px;
color: #1CAB99;
font-size: 1rem;
font-weight: 400;
}
.post-single__eyebrow-common::before {
content: "";
position: absolute;
top: 50%;
left: 0;
width: 37px;
height: 1px;
background: currentColor;
transform: translateY(-50%);
}
.post-single__eyebrow-common {
text-decoration: none;
}
.post-single__section-label {
margin: 0 0 6px;
font-family: Libre Baskerville;
font-weight: 400;
line-height: 1.1;
color: #171717;
font-size: 22px;
margin-top: 1em;
}
.post-single__lead {
margin: 0;
padding: 12px 0 14px;
font-size: 16px;
font-weight: 300;
line-height: 1.32;
color: #171717;
}
.post-single__meta {
display: flex;
justify-content: space-between;
align-items: center;
gap: 20px;
padding-top: 14px;
}
.post-single__meta-list {
display: flex;
align-items: center;
gap: 0;
flex-wrap: wrap;
}
.post-single__meta-item {
font-family: "Libre Baskerville", sans-serif;
font-size: 16px;
font-style: italic;
font-weight: 300;
line-height: 1.15;
color: #757575;
padding-right: 18px;
margin-right: 18px;
position: relative;
}
.post-single__meta-item::after {
content: "";
position: absolute;
top: 0.15em;
right: 0;
width: 1px;
height: 0.9em;
background: rgba(28, 171, 153, 0.8);
}
.post-single__meta-item:last-child {
padding-right: 0;
margin-right: 0;
}
.post-single__meta-item:last-child::after {
display: none;
}
.post-single__share {
display: flex;
align-items: center;
gap: 12px;
}
.post-single__share-label {
font-family: "Libre Baskerville", sans-serif;
font-size: 16px;
font-style: italic;
font-weight: 400;
line-height: 1.1;
color: rgba(23, 23, 23, 0.8);
}
.post-single__share-link {
width: 28px;
height: 28px;
border-radius: 999px;
display: inline-flex;
align-items: center;
justify-content: center;
text-decoration: none;
color: #861013;
font-size: 13px;
font-weight: 700;
text-transform: lowercase;
transition: background-color 0.2s ease, color 0.2s ease;
}
.post-single__share-link:hover {
background-color: #861013;
color: #FEFEFF;
}
.post-single__content > *:first-child {
margin-top: 0;
}
.post-single__featured {
position: relative;
margin: 0 0 34px;
padding: 48px 80px;
border-radius: 32px;
background: #861013;
overflow: hidden;
}
.post-single__featured-bars {
position: absolute;
top: 0;
position: absolute;
top: auto;
right: auto;
bottom: 0;
left: 20%;
width: 203px;
height: 100vh;
-webkit-mask-image: repeating-linear-gradient(to right, black, black 29px, transparent 29px, transparent 58px);
mask-image: repeating-linear-gradient(to right, black, black 29px, transparent 29px, transparent 58px);
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0, 0 0 0 0 0, 0 0 0 0 0, 0 0 0 0.25 0' /%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E"), linear-gradient(to bottom, #5667BA, #27365F);
}
.post-single__featured-media {
position: relative;
z-index: 1;
}
.post-single__featured-image {
display: block;
width: 100%;
border-radius: 22px;
-o-object-fit: cover;
object-fit: cover;
max-width: 100%;
max-height: 540px;
}
.post-single__sidebar {
position: sticky;
top: 180px;
align-self: start;
display: flex;
flex-direction: column;
gap: 18px;
}
.post-single__reading-progress {
padding: 22px 24px;
border: 2px solid rgba(28, 171, 153, 0.35);
border-radius: 28px;
background: #FEFEFF;
}
.post-single__reading-progress-header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
margin-bottom: 14px;
color: #171717;
font-family: "Libre Baskerville", sans-serif;
font-size: 14px;
font-style: italic;
line-height: 1.2;
}
.post-single__reading-progress-track {
position: relative;
overflow: hidden;
height: 8px;
border-radius: 999px;
background: rgba(28, 171, 153, 0.16);
}
.post-single__reading-progress-bar {
position: absolute;
inset: 0 auto 0 0;
width: var(--reading-progress, 0%);
border-radius: inherit;
background: #1CAB99;
transition: width 0.16s ease-out;
}
.post-single__author {
margin-top: 56px;
}
.post-single__section-title {
margin: 0;
color: #171717;
font-family: "Libre Baskerville", sans-serif;
font-size: 32px;
font-weight: 400;
line-height: 1.15;
margin-bottom: 20px;
}
.post-single__author-card {
display: grid;
grid-template-columns: 260px minmax(0, 1fr);
gap: 28px;
padding: 26px;
border: 2px solid #1CAB99;
border-radius: 28px;
background: #FEFEFF;
position: relative;
}
.post-single__author-avatar-wrap {
aspect-ratio: 1/1;
border-radius: 40px;
overflow: hidden;
background: #d9d9d9;
}
.post-single__author-avatar {
width: 100%;
height: 100%;
display: block;
-o-object-fit: cover;
object-fit: cover;
}
.post-single__author-content {
min-width: 0;
display: flex;
flex-direction: column;
}
.post-single__author-name {
margin: 0 0 4px;
color: #1CAB99;
font-family: "Libre Baskerville", sans-serif;
font-size: 18px;
font-weight: 400;
line-height: 1.1;
}
.post-single__author-position {
margin: 0 0 18px;
font-family: "Libre Baskerville", sans-serif;
font-style: italic;
font-size: 16px;
font-weight: 400;
line-height: 1.2;
color: #171717;
}
.post-single__author-description {
margin: 0 0 28px;
font-size: 16px;
line-height: 1.32;
color: #171717;
font-weight: 300;
}
.post-single__author-actions {
display: flex;
justify-content: space-between;
align-items: center;
gap: 20px;
margin-top: auto;
}
.post-single__author-socials {
display: flex;
align-items: center;
gap: 12px;
}
.post-single__author-social {
width: 48px;
height: 48px;
border: 2px solid #861013;
border-radius: 999px;
display: inline-flex;
align-items: center;
justify-content: center;
text-decoration: none;
color: #861013;
font-size: 15px;
font-weight: 700;
text-transform: lowercase;
transition: background-color 0.2s ease, color 0.2s ease;
}
.post-single__author-social:hover {
background-color: #861013;
color: #FEFEFF;
}
.post-single__author-profile {
font-size: 1rem;
color: #861013;
background-color: #FEFEFF;
padding: 14px 24px;
border: 2px solid #861013;
border-radius: 40px;
display: flex;
align-items: center;
justify-content: center;
gap: 5px;
transition: 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.post-single__author-profile:hover {
background-color: #861013;
color: #FEFEFF;
cursor: pointer;
}
.post-single__author-profile svg {
width: 20px;
height: 20px;
}
.post-single__author-profile svg path {
stroke: currentColor;
}
.post-single__author-profile {
text-decoration: none;
}
.post-single__related {
margin-top: 52px;
}
.post-single__related .single-member__articles {
margin: 0;
}
.post-single__related .rsa-articles__eyebrow {
color: #1CAB99;
}
.post-single__related .rsa-articles__grid.container {
padding: 0 !important;
}
.post-single__cta-content {
flex: 1 1 auto;
min-width: 0;
padding-right: 24px;
}
.post-single__cta-title {
margin: 0;
color: #FEFEFF;
font-family: "Libre Baskerville", sans-serif;
font-size: 42px;
font-weight: 400;
line-height: 1.15;
margin-bottom: 8px;
}
.post-single__cta-text {
margin: 0;
font-size: 16px;
font-weight: 400;
line-height: 1.2;
color: #171717;
}
.post-single__cta-actions {
flex: 0 0 auto;
}
.post-single__cta-button {
font-size: 1rem;
color: #861013;
background-color: #FEFEFF;
padding: 16px 34px;
border: 2px solid #861013;
border-radius: 40px;
display: flex;
align-items: center;
justify-content: center;
gap: 5px;
transition: 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.post-single__cta-button:hover {
background-color: #861013;
color: #FEFEFF;
cursor: pointer;
}
.post-single__cta-button svg {
width: 20px;
height: 20px;
}
.post-single__cta-button svg path {
stroke: currentColor;
}
.post-single__cta-button {
text-decoration: none;
}
@media (max-width: 1100px) {
.post-single__layout {
grid-template-columns: 1fr;
}
.post-single__sidebar {
position: static;
}
.post-single__cta {
flex-direction: column;
align-items: stretch;
}
.post-single__featured {
padding: 18px;
border-radius: 24px;
}
.post-single__featured-bars {
left: 50px;
}
.post-single__meta {
flex-direction: column;
align-items: flex-start;
}
.post-single__meta-item {
font-size: 24px;
}
.post-single__share-label {
font-size: 24px;
}
.post-single__author-card {
grid-template-columns: 200px minmax(0, 1fr);
gap: 20px;
}
.post-single__author-name {
font-size: 32px;
}
.post-single__author-position {
font-size: 24px;
}
.post-single__author-description {
font-size: 20px;
}
.post-single__cta-content {
padding-right: 0;
padding-bottom: 16px;
border-bottom: 1px dashed rgba(23, 23, 23, 0.35);
}
.post-single__cta-actions {
align-self: flex-start;
}
}
@media (max-width: 767px) {
.post-single {
padding-bottom: 140px;
}
.post-single .post-single__content blockquote {
padding: 28px 24px;
border-radius: 28px;
}
.post-single .post-single__content blockquote::before {
font-size: 56px;
}
.post-single__title {
font-size: 30px;
max-width: none;
}
.post-single__eyebrow-common {
font-size: 22px;
}
.post-single__section-label {
font-size: 34px;
}
.post-single__lead {
font-size: 18px;
}
.post-single__reading-progress {
position: fixed;
right: 16px;
bottom: max(14px, env(safe-area-inset-bottom));
left: 16px;
z-index: 28;
padding: 14px 16px 16px;
border-color: rgba(28, 171, 153, 0.45);
border-radius: 22px;
box-shadow: 0 14px 34px rgba(31, 31, 31, 0.16);
}
.post-single__reading-progress-header {
margin-bottom: 9px;
font-size: 12px;
}
.post-single__reading-progress-track {
height: 6px;
}
.post-single__meta-item {
font-size: 18px;
padding-right: 10px;
margin-right: 10px;
}
.post-single__share-label {
font-size: 20px;
}
.post-single__cta {
padding: 20px;
}
.post-single__cta-title {
font-size: 30px;
}
.post-single__author {
margin-top: 40px;
}
.post-single__section-title {
font-size: 38px;
}
.post-single__author-card {
grid-template-columns: 1fr;
padding: 18px;
}
.post-single__author-avatar-wrap {
max-width: 220px;
}
.post-single__author-name {
font-size: 28px;
}
.post-single__author-position {
font-size: 21px;
margin-bottom: 10px;
}
.post-single__author-description {
font-size: 16px;
margin-bottom: 18px;
}
.post-single__author-actions {
flex-wrap: wrap;
}
}
.single-post-page .post-single__layout .warehouse-card {
flex-direction: column;
}
.single-post-page .post-single__layout .warehouse-card .warehouse-card__button {
font-size: 14px;
}
.single-post-page .post-single__layout .warehouse-card .warehouse-card__image-link {
width: 100%;
max-height: 200px;
-o-object-fit: cover;
object-fit: cover;
border-radius: 22px;
max-width: 100%;
}
.single-post-page .post-single__layout .warehouse-card .warehouse-card__image-link .warehouse-card__image {
height: 200px;
min-height: 200px;
}
.single-post-page .post-single__layout .warehouse-card .warehouse-card__image-link .warehouse-card__pills {
max-width: 100px;
}