/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
:root {
  --font-primary: 'Inter', sans-serif;
  --font-secondary: 'charles_inktrapregular', sans-serif;
  --font-family-charles-sitalic: 'charles_inktrapitalic', sans-serig; 
  --primary-color: #221F20;
  --secondary-color: #FFF171;
  --dark-color: #221F20;
  --white-color: #fff;
  --charles-color: #fff171;
}

*, *:before, *:after {
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 
body {
  font-family: var(--font-primary);
  font-size: 1rem;
  line-height: 24px;
  color: var(--primary-color);
}
img {
  max-width: 100%;
  height: auto;
}
h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0;
  font-weight: normal;
}
p {
  margin: 0 0 10px;
}
.container {
  margin: 0 auto;
}
.resources-hub [data-hs-cos-type="rich_text"] h2,
.resources-hub [data-hs-cos-type="rich_text"] h3,
.resources-hub [data-hs-cos-type="rich_text"] h4,
.resources-hub [data-hs-cos-type="rich_text"] h5,
.resources-hub [data-hs-cos-type="rich_text"] h6,
.resources-hub [data-hs-cos-type="header"] h2,
.resources-hub [data-hs-cos-type="header"] h3,
.resources-hub [data-hs-cos-type="header"] h4,
.resources-hub [data-hs-cos-type="header"] h5,
.resources-hub [data-hs-cos-type="header"] h6 {
  font-family: var(--font-family-charles-sitalic);
  font-weight: normal !important;
  letter-spacing: 0;
}
.resources-hub [data-hs-cos-type="rich_text"] h2 strong,
.resources-hub [data-hs-cos-type="rich_text"] h3 strong,
.resources-hub [data-hs-cos-type="rich_text"] h4 strong,
.resources-hub [data-hs-cos-type="rich_text"] h5 strong,
.resources-hub [data-hs-cos-type="rich_text"] h6 strong,
.resources-hub [data-hs-cos-type="header"] h2 strong,
.resources-hub [data-hs-cos-type="header"] h3 strong,
.resources-hub [data-hs-cos-type="header"] h4 strong,
.resources-hub [data-hs-cos-type="header"] h5 strong,
.resources-hub [data-hs-cos-type="header"] h6 strong {
  font-weight: normal !important;
}
.resources-hub [data-hs-cos-type="rich_text"] a {
  text-decoration: underline;
  color: var(--primary-color);
}
.resources-hub [data-hs-cos-type="rich_text"] h2,
.resources-hub [data-hs-cos-type="header"] h2 {
  font-size: 36px;
  line-height: 42px;
}
.resources-hub [data-hs-cos-type="rich_text"] h3,
.resources-hub [data-hs-cos-type="header"] h3 {
  font-size: 30px;
  line-height: 38px;
}
.resources-hub [data-hs-cos-type="rich_text"] h4,
.resources-hub [data-hs-cos-type="header"] h4 {
  font-size: 24px;
  line-height: 32px;
}
.resources-hub [data-hs-cos-type="rich_text"] h5,
.resources-hub [data-hs-cos-type="header"] h5 {
  font-size: 20px;
  line-height: 28px;
}
.resources-hub [data-hs-cos-type="rich_text"] h6,
.resources-hub [data-hs-cos-type="header"] h6 {
  font-size: 18px;
  line-height: 24px;
}

.satellite-bubble-button {
  background-color: transparent !important;
  background-size: contain !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Language Switcher 2023 */
/* .top-bar__component{
position: relative;
}
.header__language-switcher {
margin-right: 20px;
cursor: pointer;
z-index: 9;
}
.lang_switcher_class{
display: inline;
}
.header__language-switcher .lang_list_class {
text-align: left;
}
.header__language-switcher--label {
position: relative;
display: flex;
align-items: center;
cursor: pointer;
}
.header__language-switcher .lang_switcher_class .lang_list_class {
min-width: 125px;
left: 50%;
top: 20px;
box-shadow: 0 3px 30px 5px rgba(0,0,0,.02);
}
.header__language-switcher .lang_switcher_class .lang_list_class:before {
border-bottom-color: #fff;
}
.header__language-switcher .lang_switcher_class .lang_list_class li:first-child {
border-radius: 10px 10px 0 0;
}
.header__language-switcher .lang_switcher_class .lang_list_class li:last-child {
border-radius: 0 0 10px 10px;
}
.header__language-switcher .lang_switcher_class .lang_list_class li {
padding: 10px;
transition: background 0.3s ease;
}
.header__language-switcher .lang_switcher_class .lang_list_class li:hover {
background-color: #fff171;
}
.header__language-switcher .lang_switcher_class .lang_list_class li:first-child,
.header__language-switcher .lang_switcher_class .lang_list_class li:last-child,
.header__language-switcher .lang_switcher_class .lang_list_class li{
border: 0;
}
.header__language-switcher .lang_switcher_class .lang_list_class li a {
position: relative;
display: flex;
align-items: center;
}
.header__language-switcher .lang_switcher_class .lang_list_class li a:hover {
color: var(--dark-color);
}
.header__language-switcher .lang_switcher_class .lang_list_class li a,
.header__language-switcher .header__language-switcher--label-current{
font-family: var(--font-primary);
}
.header__language-switcher .globe_class:hover .lang_list_class {
display: none;
}
.header__language-switcher .header__language-switcher--label:hover .lang_list_class{
display: block;
}
.header__language-switcher .header__language-switcher--label {
position: relative;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none; 
}
.header__language-switcher .header__language-switcher--label:after {
content: url('https://www.hello-charles.com/hubfs/Imported%20images/angle-down-menu.svg');
position: relative;
margin-left: 2.5px;
}
.header__language-switcher .lang_list_class{
background-color: transparent !important;
}
.header__language-switcher--label > .widget-type-language_switcher{
display: inline-flex;
height: 20px;
margin-right: 8px;
}
.header__language-switcher--label-current{
font-size:0.8em;
} */

body.main-body-resource-hub {
  background: url('https://www.hello-charles.com/hubfs/bg-noise.png') repeat;
  background-position: top left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.main-body-resource-hub .body-wrapper {
  background: transparent;
}
body.main-body-resource-hub.hide-view {
  overflow: hidden;
}
.resources-container {
  max-width: 100%;
  margin: 0 auto;
}
.resources-sidebar {
  width: 100%;
  max-width: 240px;
  border-right: 1px dashed var(--primary-color);
  transition: margin 0.3s ease;
}
.resources-sidebar.active-hidden {
  margin-left: -240px;
}
.close-panel-trigger {
  column-gap: 5px;
  padding: 0 15px 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.close-panel-trigger:hover {
  column-gap: 2.5px;
}
.close-panel-trigger span {
  font-size: 14px;
  font-style: italic;
}
.show-panel-trigger {
  background-color: #fff;
  padding: 5px 10px 5px 30px;
  right: -42.5px;
  top: 20%;
  display: inline-flex;
  border: 1px dashed #000;
  border-radius: 0 10px 10px 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.show-panel-trigger:hover {
  background-color: #fff171;
  right: -52.5px;
}
.show-panel-trigger.trigger-hidden {
  display: none;
}
.show-panel-trigger img {
  transform: rotate(180deg);
}
.resources-sidebar .sidebar-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9;
}
.resources-sidebar .logo {
  padding: 15px 45px;
  border-bottom: 1px dashed var(--primary-color);
}
body.macos .resources-sidebar .logo {
  padding: 12.5px 40px;
}

/* Navigation */
.resources-sidebar .resources-navigation {
  padding: 25px 15px;
}
.resources-sidebar .resources-navigation .button-container {
  padding: 0;
}
.resources-sidebar .resources-navigation .general-simple-button {
  text-decoration: none;
  border: 2px solid #000000;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.resources-sidebar .resources-navigation .general-simple-button .button-icon svg {
  margin-bottom: -2px;
}

@media screen and (max-width: 1440px) {
  .resources-sidebar .resources-navigation {
    height: calc(100vh - 80px);
    overflow-y: scroll;
  }
}

@media screen and (max-width: 768px) {
  .resources-sidebar .resources-navigation .show-panel-trigger,
  .resources-sidebar .resources-navigation .close-panel-trigger {
    display: none !important;
  }
}

/* Content Container */
.resource_hub_sidebar_blog.active {
  background-color: #FFDBFB;
}
.resource_hub_sidebar_success.active {
  background-color: #DCEEFA;
}
.resource_hub_sidebar_events.active {
  background-color: #D0CFFF;
}
.resource_hub_sidebar_webinars.active{
  background-color: #EDFECD;
}
.title-container {
  padding: 8.25px 22px;
  border-bottom: 1px dashed #000000;
}
.title-container .top-block {
  display: flex;
  align-items: center;
  gap: 40px;
  transform: translateY(4px);
}
.title-container .top-block a img {
  max-height: 38px;
  width: auto;
}
.title-container .get_started_resource_top {
  display: inline-flex;
  text-decoration: none;
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 1rem;
  line-height: 24px;
  align-items: center;
  padding: 10px 20px;
  background: #fff171;
  border-radius: 50px;
}
.title-container .get_started_resource_top .typie {
  margin-right: 5px;
}
body.macos .title-container {
  padding: 11px 20px;
}
.title-container .charles-simple-text-heading {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  margin: 0;
  font-family: var(--font-family-charles-sitalic);
  font-size: 2rem;
  line-height: 97%;
  font-weight: normal;
  color: var(--primary-color);
  transform: translateY(4px);
}
.title-container .single-article {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  margin: 0;
  font-family: var(--font-family-charles-sitalic);
  font-size: 2rem;
  line-height: 97%;
  font-weight: normal;
  color: var(--primary-color);
  transform: translateY(0);
}
body.macos .title-container.active h1.dynamic-title,
body.macos .title-container h1.dynamic-title {
  transform: translateY(0px);
}
.title-container.active {
  background: #ffdbfb;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.resource-main-content {
  position: relative;
  overflow-x: hidden;
}
#blurred-bg {
  background: url(https://www.hello-charles.com/hubfs/Imported%20images/gradient-small.png) no-repeat;
  background-position: 50% 0;
}
.resource-main-content.single-article .container.loading-container {
  max-width: 1270px;
  padding: 45px 15px 0;
}
.resources-content .loading-container #blog-posts-container .post img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: center;
}
.resources-content .title-container {
  position: relative;
  z-index: 9;
}
.resource-main-content .search-filter-container {
  position: relative;
  z-index: 8;
}
/* Search and Filter */
.search-filter-container {
  padding: 16px 20px;
  border-bottom: 1px dashed #000000;
}
.search-filter-container .resource-hub-search-input {
  width: 100%;
  max-width: 245px;
}
.search-filter-container .top-filter-tags {
  width: 100%;
  max-width: 100%;
  padding-left: 20px;
}

/* Single article header */
.single-article-header .date-read-author {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.single-article-header .date-read-author .read-time-article {
  display: flex;
  gap: 5px;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.single-article-header .date-read-author .read-time-article .read-time {
  font-size: 0.875rem;
  line-height: 20px;
}
.single-article-header .date-read-author .article-dates {
  display: flex;
  gap: 5px;
  align-items: center;
}
.single-article-header .date-read-author .article-dates span {
  font-size: 0.875rem;
  line-height: 20px;
}
.single-article-header .author_block {
  font-family: var(--font-primary);
}
.single-article-header .author_block .author_img {
  margin-right: 10px;
}
.single-article-header .author_block .author_img img {
  width: 42px;
  height: 42px;
  border-radius: 50px;
  object-fit: cover;
}
.single-article-header .author_block .author_name p {
  font-size: 0.875rem;
  line-height: 20px;
  margin-bottom: 0px;
}
.single-article-header .author_block .author_name p i {
  font-style: normal;
}
.single-article-header h1 {
  font-family: 'Inter', sans-serif;
  font-size: 2.5rem;
  line-height: 42px;
  font-weight: 800;
  color: var(--primary-color);
}
.single-article-header .post_excerpt,
.single-article-header .post_excerpt p,
.single-article-header .post_excerpt p strong {
  font-weight: normal !important;
  line-height: 24px;
  font-size: 1rem !important;
  color: #000;
  font-family: var(--font-primary);
}
.meta_info .blog-post__tags {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.meta_info .blog-post__tags .dynamic-color {
  display: inline-flex;
  border-radius: 20px;
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: 0.08px;
  line-height: 136.5%;
  font-style: italic;
  font-family: var(--font-primary);
  padding: 5px 15px;
  outline: none;
}
.meta_info .blog-post__tags .b-black {
  background: #000000;
  opacity: 1;
  color: #fff;
}
.meta_info .blog-post__tags .b-purple {
  background: #E6DCFA;
  opacity: 1;
  color: #8C69D2;
  border-color: #E6DCFA;
}
.meta_info .blog-post__tags .b-yellow {
  background: #FFF4CF;
  opacity: 1;
  color: #EDAA29;
  border-color: #FFF4CF;
}
.meta_info .blog-post__tags .b-green {
  background: #DCFAEC;
  opacity: 1;
  color: #3CB13A;
  border-color: #DCFAEC;
}
.content-column ol {
  list-style-type: auto;
  margin-bottom: 20px;
}
.content-column p,
.content-column ul li,
.content-column ol li {
  font-size: 1rem;
  line-height: 24px;
  font-family: var(--font-primary);
  font-weight: 400;
}
.resource-article-container .jump-to-column {
  width: 30%;
}
.resource-hub-featured-image {
  border-radius: 15px;
}
.resource-hub-featured-image img {
  margin: 0 auto;
  width: 100%;
  border-radius: 15px;
}
.related_articles.custom-bg {
  background-color: #ECFDCC;
  padding: 60px;
}
.related_articles .inner-content {
  max-width: 1270px;
  padding: 0 15px;
}
.related_articles .inner-content .content {
  gap: 20px;
}
.related_articles .inner-content .content .block {
  width: calc(33.33% - 20px);
  background: rgba(255,255,255,0.5);
  padding: 15px;
  border: 2px solid #fff;
  border-radius: 15px;
}
.related_articles .inner-content .meta_info {
  font-size: 13px;
  line-height: 16px;
  font-family: var(--font-primary);
}
.related_articles .inner-content .content .block .featured_img {
  margin-bottom: 10px;
}
.related_articles .inner-content .content .block .featured_img img {
  width: 100%;
  height: 155px;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}
.related_articles .inner-content .content .block .related-title-no-tag {
  min-height: 40px;
}
.related_articles .inner-content .content .block .related-title-no-tag a {
  color: #232021;
  font-size: 16px;
  line-height: 20px;
  font-family: var(--font-primary);
  font-weight: 700;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Number of lines to show */
  -webkit-box-orient: vertical;
  position: relative;
}
.related_articles .inner-content .content .block .related-excerpt {
  font-size: 14px;
  line-height: 20px;
  color: #232021;
  font-family: var(--font-primary);
  font-weight: 400;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Number of lines to show */
  -webkit-box-orient: vertical;
  position: relative;
}
.related_articles .inner-content .content .block .article-url {
  display: flex;
  justify-content: end;
}
.related_articles .inner-content .content .block .charles-dark-btn {
  display: inline-block;
  padding: 12px 50px;
  background-color: #232021;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-family: var(--font-primary);
  border-radius: 50px;
}
.blog-single__article .resources-content .title-container {
  position: relative;
}
/* .blog-single__article .resources-content .title-container.scrolling {
background: transparent;
} */
.blog-single__article .content-column p {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}
.blog-single__article .content-column ul {
  margin-bottom: 20px;
}
.blog-single__article .content-column p img,
.blog-single__article .content-column img {
  padding-bottom: 15px;
}

@media screen and (max-width: 1439px) {
  .related_articles.custom-bg {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .related_articles.custom-bg {
    padding: 40px;
  }
  .related_articles .inner-content .content {
    flex-direction: column;
  }
  .related_articles .inner-content .content .block {
    width: 100%;
    margin: 0 0 25px;
  }
  .content-column .about_faq {
    padding-bottom: 0;
  }
  .single-article-header {
    flex-direction: column-reverse;
  }
  .single-article-header .author_block {
    margin-bottom: 0;
    width: auto;
  }
  .blog-single__article .resources-content .title-container {
    top: 0;
    border-top: 1px dashed #000;
  }
  .title-container .top-block {
    gap: 0;
  }
  .title-container .top-block a:not(.single-title) {
    display: none;
  }
  body.main-body-resource-hub.macos .title-container .single-article {
    transform: translateY(-5px);
  }
  .single-article-header .date-read-author {
    gap: 10px;
  }
  .single-article-header .date-read-author .article-dates {
    width: 50%;
  }
  .single-article-header .date-read-author .read-time-article {
    display: none;
  }
  .single-article-header .author_block .author_name p {
    font-size: 12px;
    line-height: 16px;
  }
}

/* Spinner CSS */
.resource-overlay {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255,255,255,0.4);
  z-index: 14;
}
.spinner {
  border: 4px solid rgba(0,0,0,.1);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border-left-color: var(--primary-color);
  animation: spin 1s ease-in-out infinite;
  position: relative;
  top: 400px;
  z-index: 15;
}
/* Additional CSS to hide the spinner */
.resource-overlay.hide {
  display: none;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Overlay */
.overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* Black with opacity */
  z-index: 7; /* Ensure it's below the search input */
}
.pop-up-overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7); /* Black with opacity */
  z-index: 9998; /* Ensure it's below the search input */
  transition: all 0.3s ease;
}
.pop-up-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.mobile-top-navigation {
  display: none;
}

/* Main Resource Hub CSS Code */
/* Loading icon */
.loading-image {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 40px;
}

.loading-icon {
  animation: rotateAnimation 2s linear infinite;
}
#load-more {
  display: none;
  border: 0;
  border-radius: 50px;
  padding: 8px 30px;
  background: var(--primary-color);
  color: #fff;
  margin: 25px auto;
  font-size: 14px;
  font-family: var(--font-primary);
  cursor: pointer;
}

@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Btns */
.spotlight-btn {
  display: inline-flex;
  font-size: 0.875rem;
  line-height: 14px;
  font-family: var(--font-primary);
  padding: 10px 25px;
  border-radius: 50px;
}
.spotlight-btn.btn-dark {
  background-color: var(--primary-color);
  color: #fff;
}
.spotlight-btn.btn-light {
  background-color: var(--secondary-color);
  color: var(--primary-color);
}

/* Articles card color class */
.a-pink {
  background: #FFDBFB;
}
.a-purple {
  background: #D0CFFF;
}
.a-green {
  background: #EDFECD;
}
.a-yellow {
  background: #FFF4CF;
}
.a-blue {
  background: #DCEEFA;
}
.a-dark {
  background: #000;
}

.blue-sky {
  border: 2px solid transparent;
  background-color: #dceefa;
  transition: border 0.3s ease;
}
.yellow-bleach {
  border: 2px solid transparent;
  background-color: #fcfdcc;
  transition: border 0.3s ease;
}
.lime-wash {
  border: 2px solid transparent;
  background-color: #edfdcc;
  transition: border 0.3s ease;
}
.purple-prince {
  border: 2px solid transparent;
  background-color: #e6dcfa;
  transition: border 0.3s ease;
}
.pink-blush {
  border: 2px solid transparent;
  background-color: #fdcccc;
  transition: border 0.3s ease;
}
.green-machine {
  border: 2px solid transparent;
  background-color: #ccfddd;
  transition: border 0.3s ease;
}

.back-to-listing {
  display: block;
  margin-bottom: 20px;
}
.back-to-listing a {
  display: flex;
  align-items: center;
}
.back-to-listing svg {
  transform: translateY(-3px);
}
body.macos .back-to-listing svg {
  transform: translateY(2px);
}
.back-to-listing span {
  margin-left: 10px;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 24px;
  font-weight: 800;
  font-family: 'Inter', sans-serif;
  transition: all 0.3s ease;
  cursor: pointer;
}
.back-to-listing span:hover {
  text-decoration: underline;
}
#resource-hub-listing .custom-ads img,
#resource-hub-listing .webinar .inner-webinar {
  transition: transform 0.3s ease, opacity 0.3s;
}
#resource-hub-listing .custom-ads:hover img,
#resource-hub-listing .webinar .inner-webinar:hover {
  transform: scale(1.03);
}
/* Blog posts container */
#blog-posts-container .post,
#resource-hub-listing .post {
  border-radius: 15px;
}
#blog-posts-container .post .inner-content {
  padding: 16px 16px 24px;
}
#blog-posts-container .post .inner-content .post_url {
  text-decoration: none;
  color: var(--primary-color);
}
#blog-posts-container .post .inner-content img {
  border-radius: 12px;
  margin-bottom: 20px;
}
#blog-posts-container .post .inner-content .article-title {
  font-size: 24px;
  line-height: 24px;
  color: var(--primary-color);
  font-family: 'charles_inktrapregular', sans-serif;
  letter-spacing: 0;
  font-weight: normal;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#blog-posts-container .post .article-summary p,
#blog-posts-container .post .article-summary p strong,
#blog-posts-container .post .article-summary p span,
#blog-posts-container .post .article-summary span{
  font-size: 13px !important;
  line-height: 17px;
  color: var(--primary-color);
  font-family: var(--font-primary); 
  font-weight: 400 !important;
}
#blog-posts-container .post .article-summary p strong,
#blog-posts-container .post .article-summary p span,
#blog-posts-container .post .article-summary span strong {
  font-weight: normal;
}
#blog-posts-container .post .author-name {
  display: flex;
  align-items: center;
}
#blog-posts-container .post .author-name img.avatar {
  margin-right: 5px;
  margin-bottom: 0px;
  width: 24px;
  height: 24px;
}
#blog-posts-container .post .author-name span {
  font-size: 12px;
  font-weight: 700;
  font-family: var(--font-primary);
  line-height: 14px;
  color: var(--primary-color);
}

/* Homepage listing limited */
#resource-hub-listing .post .inner-content {
  border-radius: 15px;
  padding: 16px 16px 24px;
  position: relative;
}
#resource-hub-listing .post .inner-content a {
  color: var(--primary-color);
}
#resource-hub-listing .post .inner-content a .article-summary span,
#resource-hub-listing .post .inner-content a .article-summary span strong {
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 17px;
}
#resource-hub-listing .post .inner-content img {
  border-radius: 12px;
  margin-bottom: 20px;
  position: relative;
  z-index: 7;
}
#resource-hub-listing .post .inner-content .article-title {
  font-size: 24px;
  line-height: 24px;
  color: var(--primary-color);
  font-family: 'charles_inktrapregular', sans-serif;
  letter-spacing: 0;
  font-weight: normal;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#resource-hub-listing .post .article-summary p,
#resource-hub-listing .post .article-summary p strong,
#resource-hub-listing .post .article-summary p span {
  font-size: 13px !important;
  line-height: 17px;
  color: var(--primary-color);
  font-family: var(--font-primary); 
  font-weight: 400 !important;
}
#resource-hub-listing .post .article-summary p strong {
  font-weight: normal;
}
#resource-hub-listing .post .author-name {
  display: flex;
  align-items: center;
}
#resource-hub-listing .post .author-name img.avatar {
  margin-right: 5px;
  margin-bottom: 0px;
  width: 24px;
  height: 24px;
}
#resource-hub-listing .post .author-name span {
  font-size: 12px;
  font-weight: 700;
  font-family: var(--font-primary);
  line-height: 14px;
  color: var(--primary-color);
}
#resource-hub-listing .success-story {
  padding: 16px 16px 24px;
  border-radius: 15px;
}
.content-item {
  transition: border 0.3s ease;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid-sizer,
.grid-item {
  width: calc(25% - 20px);
}
.grid-item {
  margin: 10px;
}
.webinar.no-content-card .inner-webinar .bottom-webinar-content {
  display: none;
}
.grid-item.purple-prince:hover,
.event-card.normal.purple-prince:hover,
.grid-item:hover .purple-prince {
  border-color: #9391fa;
}
.grid-item.pink-blush:hover,
.event-card.normal.pink-blush:hover,
.grid-item:hover .pink-blush{
  border-color: #FF9494;
}
.grid-item.yellow-bleach:hover,
.event-card.normal.yellow-bleach:hover,
.grid-item:hover .yellow-bleach {
  border-color: #fadc78;
}
.grid-item.lime-wash:hover,
.event-card.normal.lime-wash:hover,
.grid-item:hover .lime-wash {
  border-color: #D4FF7C;
}
.grid-item.blue-sky:hover,
.event-card.normal.blue-sky:hover,
.grid-item:hover .blue-sky {
  border-color: #8bcffc;
}
.grid-item.green-machine:hover,
.event-card.normal.green-machine:hover,
.grid-item:hover .green-machine {
  border-color: #93FFB8;
}

#resource-hub-listing .success-story a,
#resource-hub-listing .success-story a:focus {
  text-decoration: none;
  outline: none;
  display: block;
  color: var(--primary-color);
}
#resource-hub-listing .success-story img {
  border-radius: 8px;
  margin-bottom: 15px;
}
#resource-hub-listing .success-story p.title {
  font-family: 'charles_simpleregular', sans-serif;
  color: var(--primary-color);
  font-size: 1.5rem;
  line-height: 24px;
  margin: 0 0 10px;
}
#resource-hub-listing .success-story p.content {
  font-family: var(--font-primary);
  color: #000;
  font-size: 14px;
  line-height: 18px;
}
#resource-hub-listing .custom-ads a,
#resource-hub-listing .custom-ads a:focus {
  text-decoration: none;
  outline: none;
}

/* Single article custom CSS */
.main-body-resource-hub .blog-single__article .resources-sidebar {
  display: none;
}
.main-body-resource-hub .blog-single__article .resources-sidebar .logo {
  border-right: 1px dashed var(--primary-color);
}

/* Webinars */
.webinar .inner-webinar {
  position: relative;
}
.webinar .inner-webinar a {
  text-decoration: none;
}
.webinar .inner-webinar .bottom-webinar-content {
  padding: 15px 20px;
  position: absolute;
  bottom: 0;
}
.webinar .inner-webinar .bottom-webinar-content .title {
  font-family: 'charles_inktrapregular', sans-serif;
  font-size: 1.5rem;
  line-height: 24px;
  color: var(--primary-color);
  letter-spacing: 0;
  margin: 0 0 15px;
}
.webinar .inner-webinar .bottom-webinar-content .content {
  font-family: var(--font-primary);
  font-size: 0.875rem;
  line-height: 16px;
  color: var(--primary-color);
  margin": 0;
}

/* Single article CSS */
#single-article-content {
  max-width: 1270px;
  padding: 0 15px;
}
#single-article-content .resource-article-container .content-column h1,
#single-article-content .resource-article-container .content-column h2,
#single-article-content .resource-article-container .content-column h3,
#single-article-content .resource-article-container .content-column h4,
#single-article-content .resource-article-container .content-column h5,
#single-article-content .resource-article-container .content-column h6,
#single-article-content .resource-article-container .content-column h1 strong,
#single-article-content .resource-article-container .content-column h2 strong,
#single-article-content .resource-article-container .content-column h3 strong,
#single-article-content .resource-article-container .content-column h4 strong,
#single-article-content .resource-article-container .content-column h5 strong,
#single-article-content .resource-article-container .content-column h6 stromg{
  font-family: 'Inter', sans-serif;
  font-weight: 700 !important;
}
.resource-main-content.single-article .charles-logos-carousel {
  border: 0;
  background: transparent !important;
}
.resource-main-content.single-article .charles-logos-carousel .carousel-heading {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 1.125rem;
}
.single-article-header .article-col {
  width: 50%;
  padding: 0 15px;
}
.single-article-header .article-col h1 {
  font-size: 3rem;
  line-height: 48px;
  color: var(--primary-color);
  font-weight: normal;
  letter-spacing: 0;
  margin: 0 0 15px;
  font-family: 'charles_inktrapregular', sans-serif;
}
.single-article-header .author-avatar {
  width: 72px;
  height: 72px;
  margin-right: 20px;
  border-radius: 50px;
}
.single-article-header .author-info {
  display: flex;
  align-items: center;
}
.single-article-header .details .name {
  font-weight: 700;
}
.single-article-header .details .author-description {
  font-weight: 400;
  margin: 0;
}
.single-article-header .details .name,
.single-article-header .details .author-description {
  font-family: var(--font-primary);
  font-size: 1rem;
  line-height: 24px;
  color: #000000;
}
.single-article-header .summary p,
.single-article-header .summary p span {
  font-size: 24px;
  line-height: 32px;
  color: #000;
  font-family: var(--font-primary);
  font-weight: 400 !important;
}
.single-article-header .post-tags {
  display: flex;
  margin-bottom: 10px;
}
.single-article-header .post-tags .tag {
  font-size: 1rem;
  color: #000;
  font-style: italic;
  border: 1px solid #000;
  padding: 4px 15px;
  margin-right: 10px;
  line-height: 136.5%;
  letter-spacing: 0.08px;
  background: transparent;
  border-radius: 50px;
}
.article-featured-image {
  padding: 0 15px;
  margin-bottom: 50px;
}
.article-featured-image img {
  border-radius: 40px;
}
.back-btn {
  padding: 0 15px;
  margin-bottom: 25px;
}
.back-btn #backButton {
  background: #000;
  border: 1px solid #000;
  padding: 4px 20px 4px 15px;
  border-radius: 50px;
  font-style: italic;
  font-family: var(--font-primary);
  font-size: 1rem;
  color: #fff;
  cursor: pointer;
}
.oembed_container {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
}

/* Jump to */
.resource-article-container .content-column,
.content-column {
  width: 75%;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 100px;
  border-left: 0;
}
.content-column.success-stories {
  width: 78%;
  padding-bottom: 150px;
  padding-top: 80px;
  border-right: 0;
  border-left: 1px dashed var(--primary-color);
}
.success-filter-module {
  border: 1px dashed black;
  margin: 0 10px 20px;
  border-radius: 50px;
}
#success-listing h2 {
  margin: 0 10px 15px;
  color: var(--primary-color);
  font-family: var(--font-family-charles-sitalic), sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 1.75rem;
  line-height: 100%;
}
.success-filter-module .search-filter-container {
  border-bottom: 0;
}
.success-filter-module .search-filter-container .search-input,
.success-filter-module .search-filter-container .dropdown-toggle{
  border-radius: 50px;
}
.resource-article-container .jump-to-column,
.jump-to-column {
  width: 25%;
}
.sidebar-column.success-stories {
  width: 22%;
  padding-top: 80px;
}
.resource-article-container .jump-to-column .jump-nav-wrapper,
.jump-to-column .jump-nav-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  background: rgba(255, 241, 113, 0.3);
  padding: 15px;
  border-radius: 10px;
  z-index: 9;
}
.resource-article-container .jump-to-column ul li a,
.jump-to-column ul li a {
  display: flex;
  font-size: 14px;
  line-height: 20px;
  color: var(--primary-color);
  font-family: var(--font-primary);
  font-weight: 400;
  position: relative;
  margin-bottom: 8px;
}
.resource-article-container .jump-to-column ul li a.active,
.resource-article-container .jump-to-column ul li a.active:hover,
.jump-to-column ul li a.active,
.jump-to-column ul li a.active:hover{
  text-decoration: underline;
}
.resource-article-container .jump-to-column ul li a:hover,
.jump-to-column ul li a:hover {
  text-decoration: underline;
}

/* Events homepage */
#resource-hub-listing .event-card {
  /*   width: calc(25% - 20px); */
  padding: 16px;
  border-radius: 15px;
  color: var(--primary-color);
}
#resource-hub-listing .event-card.large .event-inner-card {
  padding: 16px;
  height: 100%;
  position: relative;
  z-index: 6;
}
#resource-hub-listing .event-card.large .event-inner-card .event-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 50%;
}
#resource-hub-listing .event-card.large .event-inner-card .event-content .event-bottom-content {
  margin-top: auto;
}
#resource-hub-listing .event-card .event-top-date {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  padding: 10px 15px 10px 20px;
  border-radius: 0 15px 0 20px;
  z-index: 5;
}
#resource-hub-listing .event-card .event-top-date .country-flag-icon {
  max-height: 18px;
  width: auto;
}
#resource-hub-listing .event-card .event-top-date span {
  margin-left: 5px;
  font-family: var(--font-primary);
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: var(--primary-color);
}
#resource-hub-listing .event-card .event-image .event-featured--image {
  margin-bottom: 16px;
  border-radius: 12px;
  height: 200px;
  object-fit: cover;
  object-position: center;
}
#resource-hub-listing .event-card .event-content .event-future-title {
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 24px;
  font-family: 'charles_inktrapregular', sans-serif;
  font-style: italic;
  letter-spacing: 0;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#resource-hub-listing .event-card .event-content .event-future-summary p {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 16px;
  font-family: var(--font-primary);
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#resource-hub-listing .event-card .event-content .event-future-actions .event-date-time {
  margin-bottom: 5px;
}
#resource-hub-listing .event-card .event-content .event-future-actions .event-date-time,
#resource-hub-listing .event-card .event-content .event-future-actions .event-location {
  display: flex;
  align-items: center;
}
#resource-hub-listing .event-card .event-content .event-future-actions .event-date-time img {
  max-width: 12px;
  height: auto;
  margin-right: 5px;
}
#resource-hub-listing .event-card.large .event-content .event-future-actions .event-date-time img,
#resource-hub-listing .event-card.large .event-content .event-future-actions .event-location img {
  -webkit-filter: invert(100%);
  filter: invert(100%); 
}
#resource-hub-listing .event-card .event-content .event-future-actions .event-location img {
  margin-right: 5px;
}
#resource-hub-listing .event-card .event-content .event-future-actions .event-date-time .date-time-label,
#resource-hub-listing .event-card .event-content .event-future-actions .event-date-time .date-hour,
#resource-hub-listing .event-card .event-content .event-future-actions .event-location .location-label {
  font-size: 12px;
  line-height: 16px;
  margin-right: 5px;
  font-family: var(--font-primary);
}
#resource-hub-listing .event-card .event-content .event-future-actions .event-date-time .date-time-label b {
  font-weight: 700;
}

/* Success stories */
.success-story {
  padding: 16px 16px 24px;
  border: 2px solid transparent;
  border-radius: 15px;
  transition: border 0.3s ease;
}
.success-story a,
.success-story a:focus {
  text-decoration: none;
  outline: none;
}
.success-story img {
  border-radius: 8px;
  margin-bottom: 15px;
}
.success-story p.title {
  font-family: 'charles_simpleregular', sans-serif;
  color: var(--primary-color);
  font-size: 1.5rem;
  line-height: 24px;
  margin: 0 0 10px;
}
.success-story p.content {
  font-family: var(--font-primary);
  color: #000;
  font-size: 14px;
  line-height: 18px;
}
.success-story.a-pink:hover {
  border-color: #F679E8;
}
.success-story.a-purple:hover {
  border-color: #9391fa;
}
.success-story.a-green:hover {
  border-color: #c6f768;
}
.success-story.a-yellow:hover {
  border-color: #fadc78;
}
.success-story.a-blue:hover {
  border-color: #8bcffc;
}

/* Spotlight Block CSS */
.blog-spotlight-container,
.success-spotlight,
.webinars-spotlight,
.event-spotlight {
  padding: 0 10px;
}
.spotlight-title {
  padding: 0;
  font-size: 2rem;
  line-height: 32px;
  color: var(--primary-color);
  font-family: 'charles_inktrapitalic', sans-serif;
  font-weight: normal;
  letter-spacing: 0;
  margin-bottom: 24px;
}
.newest-topics-title {
  font-size: 2rem;
  line-height: 32px;
  color: var(--primary-color);
  font-family: 'charles_inktrapitalic', sans-serif;
  font-weight: normal;
  letter-spacing: 0;
}
.spotlight-block {
  padding: 0px;
  border-radius: 22px;
}
.spotlight-block .post_url{
  text-decoration: none;
}
/* Set colors for spotlight block */
.spotlight-block.s-purple {
  background: #D0CFFF;
}
.spotlight-block.s-black {
  background: #000;
}
.spotlight-block.s-green {
  background: #EDFECD;
}
.spotlight-block.s-pink {
  background: #FFDBFB;
}
.spotlight-block.s-yellow {
  background: #FFF4CF;
}
.spotlight-block .spotlight-content {
  width: 60%;
  padding: 40px;
}
.spotlight-block .featured-image {
  width: 40%;
  padding: 20px;
}
.spotlight-block .featured-image img {
  height: 360px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 22px;
}
.spotlight-block .spotlight-content p.title {
  font-size: 3rem;
  line-height: 50px;
  color: var(--primary-color);
  font-family: 'charles_inktrapitalic', sans-serif;
  font-weight: normal;
  letter-spacing: 0;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.spotlight-block .spotlight-content p:not(.title) {
  font-size: 1.25rem !important;
  font-weight: 400 !important;
  line-height: 28px;
  color: var(--primary-color);
  margin-bottom: 15px;
  font-family: var(--font-primary);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.spotlight-block .spotlight-content p span,
.spotlight-block .spotlight-content p strong {
  font-weight: normal !important;
}

/* Media queries */
@media screen and (max-width: 1439px) {
  .resource-main-content.single-article {
    margin-left: 0;
  }
}
@media screen and (max-width: 1199px) {
  .grid-item { 
    width: calc(33.33% - 20px);
  }
}
@media screen and (max-width: 991px) {
  .grid-item { 
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  body.resource-hub-2025 {
    padding-top: 0 !important;
  }
  .single-article-header .col.ps-4 {
    padding-left: 0 !important;
  }
  .single-article-header h1 {
    font-size: 1.75rem;
    line-height: 30px;
  }
  .blog-spotlight-container {
    padding: 0;
  }
  .spotlight-block .featured-image img  {
    border-radius: 22px;
    height: auto;
  }
  .success-stories-container .row {
    display: flex;
    flex-direction: column;
  }
  .resources-sidebar {
    position: fixed;
    left: -100%;
    width: 100%;
    max-width: 100%;
    background: #FFFFFF;
    transition: left 0.3s ease;
    z-index: 25;
    border-right: 0;
  }
  .sidebar-column.success-stories {
    display: none;
  }
  .resources-sidebar.in-view {
    left: 0;
    overflow-y: scroll;
  }
  .top-nav-cta,
  .resources-sidebar .logo {
    display: none;
  }
  .search-filter-container .top-filter-tags {
    padding-left: 10px;
    width: 60px;
  }
  .search-filter-container .resource-hub-search-input {
    max-width: 82%;
  }
  /*   .resource-main-content .search-filter-container {
  top: 114px;
} */
  .mobile-top-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px 10px;
    /*     position: -webkit-sticky;
    position: sticky; */
    z-index: 30;
    /*     top: 0; */
  }
  .mobile-top-navigation .m-logo img {
    height: 30px !important;
    width: auto;
  }
  .title-container {
    padding: 8px 20px;
  }
  .resources-content .nav-right-side .language-switch-hub {
    margin-right: 0;
  }
  .dropdown-language .dropdown-btn {
    padding: 10px 0 10px 10px;
  }
  .dropdown-language .dropdown-content {
    width: auto;
  }
  .mobile-top-navigation .menu-trigger {
    cursor: pointer;
  }
  .mobile-top-navigation .menu-trigger img {
    max-height: 25px;
  }
  .single-article-header {
    flex-direction: column;
  }
  .single-article-header .header-col.first {
    width: 100%;
  }
  .single-article-header .header-col.second {
    padding-left: 0;
    width: 100%;
  }
  .single-article-header .header-col h1 {
    font-size: 1.75rem;
    line-height: 30px;
    margin: 0 0 25px;
  }
  .single-article-header .header-col .post_excerpt {
    margin: 0 0 25px;
  }
  .single-article-header .header-col .post_excerpt p,
  .single-article-header .header-col .post_excerpt p strong {
    font-size: 1.125rem !important;
    line-height: 26px;
  }
  .resources-content .loading-container {
    padding: 30px 20px;
  }
  .content-column.success-stories {
    width: 100%;
  }
  .content-column.success-stories,
  .content-column,
  .resource-article-container .content-column {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    border-left: 0;
    border-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .grid-item { 
    width: 100%;
    margin: 0 0 20px;
  }
  .header__language-switcher {
    margin-right: 0;
  }
  .spotlight-block {
    flex-direction: column-reverse;
    padding: 20px;
  }
  .spotlight-block .post_url {
    flex-direction: column-reverse;
  }
  .spotlight-block .spotlight-content,
  .spotlight-block .featured-image {
    width: 100%;
    padding: 0;
  }
  .spotlight-block .featured-image {
    margin-bottom: 20px;
    height: auto;
  }
  .spotlight-block .spotlight-content p.title {
    font-size: 1.75rem;
    line-height: 30px;
  }
  .spotlight-block .spotlight-content p:not(.title) {
    font-size: 14px !important; 
    line-height: 18px;
  }
  .title-container h1.dynamic-title,
  .success-spotlight .success-spotlight-header,
  .newest-topics-title, 
  .spotlight-title {
    font-size: 1.75rem;
  }
  #resource-hub-listing .post .inner-content .article-title {
    font-size: 1.5rem;
  }
  #resource-hub-listing .event-card {
    width: 100%;
  }
  #resource-hub-listing .event-card .event-image .event-featured--image {
    height: auto;
  }
  .mobile-top-navigation { 
    padding: 15px 20px;
  }
  body.macos .title-container,
  .title-container {
    padding: 10px 20px;
  }
  .resource-article-container .jump-to-column,
  .jump-to-column {
    display: none;
  }
  .resource-hub-featured-image {
    margin-bottom: 40px;
  }
  .single-article-header .author_block .author_img img {
    width: auto;
    height: auto;
  }
  .resources-content .title-container {
    border-bottom: 1px dashed #000;
  }
  #blog-spotlight-container,
  .spotlight-title,
  .newest-topics-title {
    padding: 0;
  }
  .title-container h1.dynamic-title {
    transform: translateY(4px);
  }
}