.page-template-default .site-inner {
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  .content .type-post {
    background: #fff;
  }
}

.single-case-studies .breadcrumb {
  display: none;
}

.single-glossary .breadcrumb {
  display: none;
}

article.glossary {
  background: #ffffff;
  padding: 150px 40px;
}

article.case-studies {
  background: #ffffff;
  padding: 150px 40px;
}

.single-case-studies .content-sidebar-wrap .content {
  padding: 0;
}

.single-glossary .content-sidebar-wrap .content {
  padding: 0;
}

.glossary-detail .sidebar {
  background: none;
  margin-top: 130px;
}
.glossary-detail .post {
  margin-top: 50px;
}

.glossary-detail .entry-title,
.page-template-default .content .entry-title,
.content .type-case-studies .entry-title,
.content .type-glossary .entry-title,
.content .type-post .entry-title {
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 20px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#46ad47),
    to(#2d7fc2)
  );
  background: linear-gradient(to bottom, #46ad47, #2d7fc2);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 47px;
}
@media screen and (max-width: 768px) {
  .glossary-detail .entry-title,
  .page-template-default .content .entry-title,
  .content .type-case-studies .entry-title,
  .content .type-glossary .entry-title,
  .content .type-post .entry-title {
    font-size: 28px;
    line-height: 36px;
  }
}
.glossary-detail .entry-header,
.page-template-default .content .entry-header,
.content .type-case-studies .entry-header,
.content .type-glossary .entry-header,
.content .type-post .entry-header {
  background-image: url("../img/blog-article-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 78px 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 50px;
}
.glossary-detail .entry-categories,
.page-template-default .content .entry-categories,
.content .type-case-studies .entry-categories,
.content .type-glossary .entry-categories,
.content .type-post .entry-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 8px;
}
.glossary-detail .entry-categories .entry-category,
.glossary-detail .entry-categories a,
.page-template-default .content .entry-categories .entry-category,
.page-template-default .content .entry-categories a,
.content .type-case-studies .entry-categories .entry-category,
.content .type-case-studies .entry-categories a,
.content .type-glossary .entry-categories .entry-category,
.content .type-glossary .entry-categories a,
.content .type-post .entry-categories .entry-category,
.content .type-post .entry-categories a {
  font-family: "MB Empire Medium W03 Medium";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  background: #00a0d2;
  color: #000000;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  line-height: 1;
}
.glossary-detail .entry-meta,
.page-template-default .content .entry-meta,
.content .type-case-studies .entry-meta,
.content .type-glossary .entry-meta,
.content .type-post .entry-meta {
  font-size: 16px;
  color: #6b6b6b;
  font-family: "URW Grotesk T W01 Light";
}
.glossary-detail .entry-meta a,
.page-template-default .content .entry-meta a,
.content .type-case-studies .entry-meta a,
.content .type-glossary .entry-meta a,
.content .type-post .entry-meta a {
  color: #265299;
  text-decoration: none;
}
.glossary-detail .social-share-icons,
.page-template-default .content .social-share-icons,
.content .type-case-studies .social-share-icons,
.content .type-glossary .social-share-icons,
.content .type-post .social-share-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
}
.glossary-detail .social-share-icons .share-label,
.page-template-default .content .social-share-icons .share-label,
.content .type-case-studies .social-share-icons .share-label,
.content .type-glossary .social-share-icons .share-label,
.content .type-post .social-share-icons .share-label {
  font-size: 16px;
  font-weight: 500;
  color: #444444;
  margin-right: 6px;
}
.glossary-detail article.post,
.page-template-default .content article.post,
.content .type-case-studies article.post,
.content .type-glossary article.post,
.content .type-post article.post {
  padding: 50px 40px;
}
@media screen and (max-width: 768px) {
  .glossary-detail article.post,
  .page-template-default .content article.post,
  .content .type-case-studies article.post,
  .content .type-glossary article.post,
  .content .type-post article.post {
    padding: 0;
    background: none;
  }
}
.glossary-detail h1,
.page-template-default .content h1,
.content .type-case-studies h1,
.content .type-glossary h1,
.content .type-post h1 {
  font-size: 36px;
  font-family: "MB Empire Medium W03 Medium";
  font-weight: normal;
  margin-bottom: 20px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#46ad47),
    to(#2d7fc2)
  );
  background: linear-gradient(to bottom, #46ad47, #2d7fc2);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
@media screen and (max-width: 768px) {
  .glossary-detail h1,
  .page-template-default .content h1,
  .content .type-case-studies h1,
  .content .type-glossary h1,
  .content .type-post h1 {
    font-size: 24px;
  }
}
.glossary-detail h2,
.page-template-default .content h2,
.content .type-case-studies h2,
.content .type-glossary h2,
.content .type-post h2 {
  font-size: 30px;
  line-height: 42px;
  display: block;
  font-family: "MB Empire Medium W03 Medium";
  font-weight: 500;
  margin-bottom: 25px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#46ad47),
    to(#2d7fc2)
  );
  background: linear-gradient(to bottom, #46ad47, #2d7fc2);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
@media screen and (max-width: 768px) {
  .glossary-detail h2,
  .page-template-default .content h2,
  .content .type-case-studies h2,
  .content .type-glossary h2,
  .content .type-post h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.glossary-detail h3,
.page-template-default .content h3,
.content .type-case-studies h3,
.content .type-glossary h3,
.content .type-post h3 {
  font-size: 24px;
  line-height: 38px;
  display: block;
  font-family: "MB Empire Medium W03 Medium";
  font-weight: 500;
  margin-bottom: 14px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#46ad47),
    to(#2d7fc2)
  );
  background: linear-gradient(to bottom, #46ad47, #2d7fc2);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
@media screen and (max-width: 768px) {
  .glossary-detail h3,
  .page-template-default .content h3,
  .content .type-case-studies h3,
  .content .type-glossary h3,
  .content .type-post h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.glossary-detail h4,
.page-template-default .content h4,
.content .type-case-studies h4,
.content .type-glossary h4,
.content .type-post h4 {
  font-size: 20px;
  line-height: 30px;
  display: block;
  font-family: "MB Empire Medium W03 Medium";
  font-weight: 500;
  margin-bottom: 14px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#46ad47),
    to(#2d7fc2)
  );
  background: linear-gradient(to bottom, #46ad47, #2d7fc2);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
@media screen and (max-width: 768px) {
  .glossary-detail h4,
  .page-template-default .content h4,
  .content .type-case-studies h4,
  .content .type-glossary h4,
  .content .type-post h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
.glossary-detail .episode-info,
.page-template-default .content .episode-info,
.content .type-case-studies .episode-info,
.content .type-glossary .episode-info,
.content .type-post .episode-info {
  margin-bottom: 50px;
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .glossary-detail .episode-info,
  .page-template-default .content .episode-info,
  .content .type-case-studies .episode-info,
  .content .type-glossary .episode-info,
  .content .type-post .episode-info {
    margin-bottom: 30px;
  }
}
.glossary-detail p,
.page-template-default .content p,
.content .type-case-studies p,
.content .type-glossary p,
.content .type-post p {
  font-size: 20px;
  color: #444444;
  line-height: 1.25em;
}
.glossary-detail li,
.page-template-default .content li,
.content .type-case-studies li,
.content .type-glossary li,
.content .type-post li {
  font-size: 20px;
  color: #444444;
}
.glossary-detail strong,
.page-template-default .content strong,
.content .type-case-studies strong,
.content .type-glossary strong,
.content .type-post strong {
  font-family: "URWGroteskTW01-Medium";
  font-weight: normal;
  font-size: 20px;
}
.glossary-detail .breadcrumb-link,
.page-template-default .content .breadcrumb-link,
.content .type-case-studies .breadcrumb-link,
.content .type-glossary .breadcrumb-link,
.content .type-post .breadcrumb-link {
  color: #0a549d;
}
.glossary-detail .entry-content p,
.page-template-default .content .entry-content p,
.content .type-case-studies .entry-content p,
.content .type-glossary .entry-content p,
.content .type-post .entry-content p {
  margin-bottom: 24px;
}
.glossary-detail .entry-content ul,
.page-template-default .content .entry-content ul,
.content .type-case-studies .entry-content ul,
.content .type-glossary .entry-content ul,
.content .type-post .entry-content ul {
  margin-bottom: 32px;
  margin-left: 12px;
}
.glossary-detail .entry-content ul li,
.page-template-default .content .entry-content ul li,
.content .type-case-studies .entry-content ul li,
.content .type-glossary .entry-content ul li,
.content .type-post .entry-content ul li {
  line-height: 1.25em;
}
.glossary-detail .entry-content blockquote,
.page-template-default .content .entry-content blockquote,
.content .type-case-studies .entry-content blockquote,
.content .type-glossary .entry-content blockquote,
.content .type-post .entry-content blockquote {
  background-color: #f1f1f3;
  border-width: 0;
  border-left-width: 10px;
  border-style: solid;
  font-style: normal;
  -o-border-image: linear-gradient(to bottom, #2e7fc1, #46ac48) 0 0 0 1;
  border-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#2e7fc1),
      to(#46ac48)
    )
    0 0 0 1;
  border-image: linear-gradient(to bottom, #2e7fc1, #46ac48) 0 0 0 1;
  padding: 16px 20px 16px 40px;
  color: #666666;
}
.glossary-detail .entry-content blockquote::before,
.page-template-default .content .entry-content blockquote::before,
.content .type-case-studies .entry-content blockquote::before,
.content .type-glossary .entry-content blockquote::before,
.content .type-post .entry-content blockquote::before {
  content: none;
}
.glossary-detail .entry-content blockquote p,
.page-template-default .content .entry-content blockquote p,
.content .type-case-studies .entry-content blockquote p,
.content .type-glossary .entry-content blockquote p,
.content .type-post .entry-content blockquote p {
  margin-bottom: 0px;
}
.glossary-detail hr,
.page-template-default .content hr,
.content .type-case-studies hr,
.content .type-glossary hr,
.content .type-post hr {
  margin: 50px 0px;
}
.glossary-detail .banner,
.page-template-default .content .banner,
.content .type-case-studies .banner,
.content .type-glossary .banner,
.content .type-post .banner {
  margin: 30px 0 50px;
}
.glossary-detail .banner .inner,
.page-template-default .content .banner .inner,
.content .type-case-studies .banner .inner,
.content .type-glossary .banner .inner,
.content .type-post .banner .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  padding: 16px 24px;
  border: 1px solid #0051a1;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#46ac48),
    to(#2e7fc1)
  );
  background: linear-gradient(90deg, #46ac48 0%, #2e7fc1 100%);
  color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .glossary-detail .banner .inner,
  .page-template-default .content .banner .inner,
  .content .type-case-studies .banner .inner,
  .content .type-glossary .banner .inner,
  .content .type-post .banner .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 24px;
  }
}
.glossary-detail .banner .media,
.page-template-default .content .banner .media,
.content .type-case-studies .banner .media,
.content .type-glossary .banner .media,
.content .type-post .banner .media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 120px;
  height: 120px;
}
.glossary-detail .banner .content,
.page-template-default .content .banner .content,
.content .type-case-studies .banner .content,
.content .type-glossary .banner .content,
.content .type-post .banner .content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.glossary-detail .banner .content h2,
.page-template-default .content .banner .content h2,
.content .type-case-studies .banner .content h2,
.content .type-glossary .banner .content h2,
.content .type-post .banner .content h2 {
  font-family: "MB Empire Medium W03 Medium";
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0;
  margin: 0 0 8px;
  color: #ffffff;
  -webkit-text-fill-color: unset;
}
.glossary-detail .banner .content h6,
.page-template-default .content .banner .content h6,
.content .type-case-studies .banner .content h6,
.content .type-glossary .banner .content h6,
.content .type-post .banner .content h6 {
  font-size: 18px;
  margin: 0 0 18px;
  line-height: 1.5em;
  color: rgba(255, 255, 255, 0.75);
}
.glossary-detail .banner .content .btn,
.page-template-default .content .banner .content .btn,
.content .type-case-studies .banner .content .btn,
.content .type-glossary .banner .content .btn,
.content .type-post .banner .content .btn {
  font-size: 18px;
  background-color: #46ac48;
  display: inline-block;
  padding: 8px 20px;
  border: 2px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0;
  border-radius: 3px;
  margin-bottom: 8px;
}
.glossary-detail .banner .content small,
.page-template-default .content .banner .content small,
.content .type-case-studies .banner .content small,
.content .type-glossary .banner .content small,
.content .type-post .banner .content small {
  font-size: 14px;
  margin: 0;
  color: #ffffff;
  display: block;
}

.single-case-studies .sidebar .widget,
.single-glossary .sidebar .widget,
.single-post .sidebar .widget {
  padding-bottom: 0px;
}
.single-case-studies .sidebar,
.single-glossary .sidebar,
.single-post .sidebar {
  background: none;
}
@media screen and (max-width: 768px) {
  .single-case-studies .sidebar,
  .single-glossary .sidebar,
  .single-post .sidebar {
    margin-top: 60px;
  }
}
.single-case-studies .sidebar h3,
.single-glossary .sidebar h3,
.single-post .sidebar h3 {
  font-family: "URW Grotesk T W01 Light";
  color: #444444;
  -webkit-text-fill-color: unset;
  font-size: 18px;
}
.single-case-studies .sidebar a,
.single-glossary .sidebar a,
.single-post .sidebar a {
  font-size: 16px;
  font-family: "URW Grotesk T W01 Light";
  color: #265299;
  line-height: 1.25em;
}
.single-case-studies .sidebar li,
.single-glossary .sidebar li,
.single-post .sidebar li {
  margin-bottom: 8px;
  list-style-type: disc;
  color: #265299;
  text-decoration: underline;
  padding-bottom: 0;
}
.single-case-studies .sidebar li::marker,
.single-glossary .sidebar li::marker,
.single-post .sidebar li::marker {
  color: #65aa53;
}
