nav.secondary-menu .sm-menu-items {
  overflow-x: auto;
}
nav.secondary-menu .sm-menu-items a {
  white-space: nowrap;
  text-transform: uppercase;
  color: #1a413b;
  font-size: 16px;
  font-weight: 600;
  margin-left: 18px;
  margin-right: 18px;
}

.hero-banner {
  background: #f9f6f1;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 24px 0;
}
.hero-banner.author{
  background: #83B4CF;
}
.hero-banner .content {
  max-width: 748px;
  color: #fff;
}
.hero-banner .content h4 {
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0.45px;
  font-weight: 400;
  display: none;
}
.hero-banner .content h1 {
  font-size: 28px;
  line-height: normal;
  letter-spacing: -0.84px;
  font-weight: 600;
}
.hero-banner .exp-edu {
  font-size: 15px;
  line-height: 127%;
}

.text-uppercase {
  text-transform: uppercase;
}

.rank-math-breadcrumb {
  line-height: 0;
}
.rank-math-breadcrumb p a {
  line-height: 128%;
  font-size: 16px;
}

.dot {
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
}
.dot.grey {
  background: #e3e5e6;
}

.post-meta.authors img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
}

.updated-date {
  font-size: 16px;
  line-height: 127%;
  color: #1a1a1a;
}
.updated-date .read-icon {
  margin-right: 6px;
}

.hb-separator {
  height: 1px;
}
.hb-separator.large {
  height: 3px;
}
.hb-separator.bg-dark {
  background: #000000;
}
.hb-separator.bg-light {
  background: #fff;
}
.hb-separator.breadcrumb {
  background: transparent;
}

.hero-banner.author{
  color: #fff;
}
.hero-banner.author h1 {
  font-size: 42px;
  line-height: 57px;
  letter-spacing: -0.02em;
  text-align: left;
}
.hero-banner.author h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: -0.02em;
  text-align: left;
  text-transform: uppercase;
}

.hero-banner.author .exp-edu p{
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
}

.hero-banner.author .avatar-wrapper img{
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #e9e9e9;
}

@media screen and (min-width: 992px) {
  .hero-banner {
    padding-top: 128px;
    padding-bottom: 144px;
  }
  .hero-banner .content h1 {
    font-size: 42px;
  }
  .hero-banner.author .avatar-wrapper img{
    width: 250px;
    height: 250px;
  }
}
/* Highlights Cards */
.highlight-card {
  border-radius: 20px;
  border-left: 2.5px solid #93dfaf;
  background: #f5fbfa;
  margin-left: 0;
  padding: 24px;
  margin-bottom: 25px;
}
.highlight-card.warning {
  border-left: 2.5px solid #fccf31;
  background: #fbfaf5;
}
.highlight-card p {
  color: #1a413b;
  font-size: 18px;
  font-weight: 400;
  line-height: 156%;
  letter-spacing: -0.009px;
}
.highlight-card p:last-child {
  margin-bottom: 0 !important;
}

.block-quotes {
  border-radius: 20px;
  border: 0px solid #08699f;
  background: #f9fdff;
  padding: 50px;
  position: relative;
  margin: 45px 0;
}
.block-quotes + h2 {
  margin-top: 80px;
}
.block-quotes p,
.block-quotes i {
  color: #08699f;
}
.block-quotes p {
  font-weight: 600;
}
.block-quotes p::after {
  content: unset !important;
}
.block-quotes img {
  max-width: 60px;
  position: absolute;
  top: -20px;
  left: 0px;
}
.block-quotes img.second {
  transform: rotate(180deg);
  top: unset;
  bottom: -20px;
  left: unset;
  right: 0px;
}
.block-quotes .bq-main p,
.block-quotes .bq-below p {
  font-size: 19px;
  line-height: normal;
  letter-spacing: -0.38px;
  margin-bottom: 24px;
  position: relative;
}
.block-quotes .bq-main p::after,
.block-quotes .bq-below p::after {
  content: '"';
  position: absolute;
}
.block-quotes .bq-below p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  font-style: italic;
  line-height: 28px;
  letter-spacing: -0.008px;
}

.single .detail-single .hero-banner {
  margin-bottom: 0;
}
@media screen and (min-width: 576px) {
  .single .detail-single .hero-banner {
    margin-bottom: 48px;
  }
  .single main {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .single .container {
    /* max-width: 1120px; */
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (min-width: 1300px) {
  .single .container {
    max-width: 1272px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.single p img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.single .blog-detail {
  font-size: 18px;
}
.single .blog-detail .updated-date p {
  font-size: 16px;
}
.single .blog-detail .main-content {
  max-width: 650px;
}
.single .blog-detail p {
  margin-bottom: 25px;
  line-height: 156%;
  letter-spacing: -0.009px;
}
.single .blog-detail h2 {
  margin-top: 60px;
}
.single .blog-detail h2,
.single .blog-detail h3 {
  font-size: 34px;
  letter-spacing: -0.68px;
  margin-bottom: 25px;
  line-height: normal;
}
.single .blog-detail h3 {
  font-size: 24px;
}
.single .blog-detail ol,
.single .blog-detail ul {
  padding-left: 28px;
  margin-bottom: 25px;
  line-height: 156%;
  letter-spacing: -0.009px;
}
.single .blog-detail .block-quotes + h2 {
  margin-top: 80px;
}
.single .blog-detail .toc-chapter .toc-list {
  margin-bottom: 0;
}
.single .blog-detail .lwptoc {
  margin-top: 0 !important;
  margin-bottom: 60px !important;
}
.single .blog-detail .lwptoc .lwptoc_i {
  padding: 24px;
  border-radius: 20px;
  border: none;
  border-left: 2.5px solid #e3e5e6;
  background: #f9f9f9;
  width: 100%;
  box-shadow: 0px 2px 20px rgba(26, 26, 26, 0.08);
}
.single .blog-detail .lwptoc .lwptoc_i .lwptoc_header {
  color: #1a413b;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 125%;
  font-weight: 600;
  position: relative;
  margin-top: 30px;
}
.single .blog-detail .lwptoc .lwptoc_i .lwptoc_header::before {
  position: absolute;
  content: "Jump Ahead";
  text-transform: uppercase;
  top: -100%;
  left: 0;
  color: #07537d;
  font-size: 16px;
}
.single .blog-detail .lwptoc .lwptoc_i .lwptoc_items ul.lwptoc_itemWrap {
  margin-bottom: 0 !important;
  padding-left: 20px !important;
  margin-bottom: 25px;
}
.single
  .blog-detail
  .lwptoc
  .lwptoc_i
  .lwptoc_items
  ul.lwptoc_itemWrap
  li.lwptoc_item {
  display: list-item;
  list-style: decimal !important;
}
.single .blog-detail .lwptoc .lwptoc_i .lwptoc_items ul.lwptoc_itemWrap li a {
  color: #1a413b;
  position: relative;
  font-size: 18px;
  line-height: 156%;
  text-decoration: underline !important;
}
.single
  .blog-detail
  .lwptoc
  .lwptoc_i
  .lwptoc_items
  ul.lwptoc_itemWrap
  li
  a:hover {
  border-bottom: none !important;
}
.single
  .blog-detail
  .lwptoc
  .lwptoc_i
  .lwptoc_items
  ul.lwptoc_itemWrap
  li::before {
  content: unset !important;
}
.single .blog-detail .lwptoc .lwptoc_i .lwptoc_items ul.lwptoc_itemWrap li ul {
  margin-top: 24px !important;
}
.single .blog-detail .lwptoc .lwptoc_i .lwptoc_items ul.lwptoc_itemWrap li {
  margin-bottom: 16px !important;
}
.single
  .blog-detail
  .lwptoc
  .lwptoc_i
  .lwptoc_items
  ul.lwptoc_itemWrap
  li:last-child {
  margin-bottom: 0 !important;
}
.single .toc-chapter {
  border-radius: 20px;
  border-top: 2.5px solid #e3e5e6;
  background: #f9f9f9;
  padding: 24px;
  max-width: 650px;
}
.single .toc-chapter h4 {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 2px;
  font-weight: normal;
  color: #07537d;
  margin-bottom: 16px;
}
.single .toc-chapter h3 {
  font-size: 24px;
  margin-bottom: 16px;
  color: #1a413b;
}
.single .toc-chapter.border {
  border: 1px solid #cac6c3;
}
.single .toc-chapter.border.rounded {
  border-radius: 25px;
}
.single .toc-chapter .toc-list {
  list-style: decimal;
  padding-left: 24px;
}
.single .toc-chapter .toc-list li {
  margin-bottom: 16px;
  color: #1a413b;
  line-height: 156%;
}
.single .toc-chapter .toc-list li:last-child {
  margin-bottom: 0;
}
.single .toc-chapter .toc-list li a {
  border: 1px solid transparent;
  letter-spacing: -0.009px;
}
@media screen and (min-width: 992px) {
  .single .blog-detail .toc-chapter {
    max-width: 318px;
    margin-left: auto;
  }
}
.single .next-chapter {
  margin-top: 60px;
  padding: 24px;
  border-radius: 20px;
  border-left: 2.5px solid #93dfaf;
  background: #f5fbfa;
}
.single .next-chapter h4 {
  letter-spacing: 0.4px;
  color: #07537d;
  font-weight: 400;
  font-size: 16px;
}
.single .next-chapter h3 {
  color: #1a413b;
  margin-bottom: 30px;
  font-size: 34px;
}
.single .next-chapter p {
  color: #1a413b;
  margin-bottom: 30px;
}
.single .next-chapter img {
  max-width: 8px;
}
.single .btn-cta {
  padding: 12px 32px;
  border-radius: 1000px;
  background: #08699f;
  color: #fff;
  display: inline-block;
  font-weight: 600;
}
.single .btn-cta:hover {
  color: #fff;
}
.single .entry-content .highlight-card:first-child {
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  .single nav.secondary-menu .sm-menu-items a {
    margin-left: 36px;
    margin-right: 36px;
  }
  .single .blog-detail .block-quotes {
    margin: 60px 0 !important;
  }
  .single .blog-detail .block-quotes + h2 {
    margin-top: 95px;
  }
  .single .blog-detail .block-quotes img {
    max-width: 95px;
    left: -20px;
  }
  .single .blog-detail .block-quotes img.second {
    right: -20px;
  }
  .single .block-quotes img {
    max-width: 95px;
    left: -20px;
    top: -35px;
  }
  .single .block-quotes img.second {
    left: unset;
    top: unset;
    right: -20px;
    bottom: -35px;
  }
}

.blog-detail .lwptoc .lwptoc_i .lwptoc_header {
  font-family: "OpenSansSoft-SemiBold", sans-serif;
}
.blog-detail .lwptoc .lwptoc_i .lwptoc_header::before {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}

.block-quotes .bq-below p {
  font-family: "Source Sans Pro", sans-serif;
}

nav.secondary-menu .sm-menu-items a {
  font-family: "Source Sans Pro", sans-serif;
}

/*# sourceMappingURL=hero-banner.css.map */
