h1 {
  margin: 0;
  font-size: 36px;
}

h2 {
  margin: 0;
  font-size: 28px;
}

h3 {
  margin: 0;
  font-size: 24px;
}

h4 {
  margin: 0;
  font-size: 20px;
}

h5 {
  font-size: 17px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }
}

a {
  color: #06605b;
  text-decoration: none;
}

a:hover {
  color: #277f77;
  text-decoration: none;
}


.social li:not(:last-child) {
  margin-right: 20px;
}

.text-content table {
  background: #0b1014;
  border-collapse: inherit;
  border-spacing: 1px;
  border-radius: 5px;
  overflow: hidden;
}

/* @media (max-width: 767px) {
  .text-content table {
    background: #ffffff;
  }
} */

.text-content table thead td,
.text-content table thead th,
.text-content table tbody th,
.text-content table tbody td {
  background: #ffffff;
  color: #0b1014;
  text-align: center;
  border: none;
}

/* @media (max-width: 767px) {
  .text-content table thead td,
  .text-content table thead th,
  .text-content table tbody th,
  .text-content table tbody td {
    background: #e6eff0;
  }
} */

.text-content table thead th {
  color: #fff;
  background: #0b1014;
  font-weight: 700;
  padding: 6px 16px;
}

@media (max-width: 767px) {
  .text-content table thead th {
    color: #fff;
    background: #0b1014;
    font-weight: 700;
    line-height: 22px;
    padding: 6px 16px;
  }
}

.text-content table thead th:first-child {
  border-top-left-radius: 5px;
}

.text-content table thead th:last-child {
  border-top-right-radius: 5px;
}

.text-content table tr {
  border: none;
}

.text-content table tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}

.text-content table tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}

.text-content table a {
  color: #277f77;
  font-weight: 400;
  line-height: 24px;
}

.text-content table a:hover {
  color: #e7b095;
  text-decoration: none;
}

.text-content .imgs-list__item img {
  max-height: 160px;
}


.footer {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 80px;
  margin-top: auto;
  background: #0c1014;
}


.site-main {
  padding: 80px 0;
  min-height: 500px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.uagb-tabs__wrap {
  margin: 0;
}

.uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #0b1014 !important;
  text-decoration: none !important;
  background: #f4f4f4;
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
}

.uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab a,
.uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab a span {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  padding: 6px 8px 6px 15px;
  border: 0;
  text-decoration: none;
  color: #0b1014 !important;
}

.uagb-tabs__wrap ul.uagb-tabs__panel {
  list-style-type: none;
}

.uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab:last-child {
  border-radius: 0 5px 0 0;
}

.uagb-block-5d2214e7 .uagb-tabs__panel .uagb-tab.uagb-tabs__active {
  background: #4EAAA8;
}

.uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab:first-child {
  border-radius: 5px 0 0 0;
}

.uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab:first-child a {
  position: relative;
}

.uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab:first-child a::before {
  content: "";
  background-image: url(../images/Best-Overall.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
}

.uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab:last-child a::before {
  content: "";
  background-image: url(../images/Best-Affordable.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
}

.uagb-tabs__wrap.uagb-tabs__hstyle1-desktop .uagb-tabs__body-wrap {
  border: 8px solid #4EAAA8;
  border-radius: 0px 5px 5px 5px;
  padding: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -1px 0 0;
}

.uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab::before {
  display: none;
}

.box__aside .aside-item a {
  text-decoration: none;
}

.articles-list .articles-item a {
  text-decoration: none;
}

.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.sent .wpcf7-response-output {
  display: block !important;
}

.helper-nav-wrapper {
  display: none;
}

.read-next .main-articles__item-img img {
  height: 197px;
}



.post__info .post__content .title-section a {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .uagb-tabs__wrap.uagb-tabs__vstyle6-mobile {
    flex-direction: column;
  }

  .uagb-tabs__wrap.uagb-tabs__vstyle6-mobile ul.uagb-tabs__panel {
    min-width: 100%;
    max-width: 100%;
    flex-direction: row;
  }

  .uagb-tabs__wrap.uagb-tabs__vstyle6-mobile .uagb-tabs__body-wrap {
    max-width: 100%;
  }

  .uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab:first-child a::before {
    left: 10px;
  }

  .uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab:last-child a::before {
    top: 20px;
    left: 20px;
  }
}

.wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab.uagb-tabs__active {
  background-color: #4EAAA8 !important;
}

.post__content {
  font-size: 17px;
}

.post__content a {
  text-decoration: none;
  border-bottom: 2px solid #FF5722;
  transition: border-color .2s ease-in-out;
}


.post__content a:hover {
  color:#06605b;
  border-bottom: 2px solid #06605b;
  text-decoration: none;
}

/* .post__content em {
  display: inline;
  height: auto;
} */

.post__content table em a {
  display: inline-block;
}



.single .text-content img {
  margin-bottom: 5px;
}

.single-post .text-content .wp-block-image {
  margin: 20px 0;
}

@media (min-width: 768px) {
  .single-post .text-content .wp-block-image img {
    border-radius: 6px;
  }
}

@media (max-width: 767px) {
  figure.is-type-video {
    margin: 1em -20px;
  }
}

.text-content iframe {
  width: 100%;
}

.single figcaption {
  /* display: flex; */
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
  font-size: 14px;
  text-align: center;
  color: #888;
  width: 100%;
  font-weight: 400;
}

.single figcaption br {
  display: none;
}

@media (max-width: 767px) {
  .single figcaption {
    flex-wrap: wrap;
  }
}

.single figcaption a {
  color: #888;
  font-weight: 400;
  font-size: 14px;
  /*     padding: 0 0 0 5px; */
  /* display: contents; */
}

.single figcaption a:hover {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-skip-ink: none;
}

.text-content .blockquote {
  display: block;
  position: relative;
  background: #fcf6ec;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 24px;
  color: #0b1014;
  /* font-style: italic; */
  font-weight: 400;
  margin: 0 0 30px;
  padding: 20px 20px 20px 74px;
}

@media only screen and (max-width: 767px) {
  .text-content .blockquote {
    margin-left: -20px;
    margin-right: -20px;
    max-width: calc(100% + 40px);
    width: calc(100% + 40px);
    border-radius: 0;
  }
}

/* background-image: url(../images/blockquote.svg); */
.text-content .blockquote:before {
  content: "";
  background-image: url(../images/exclamation.png);
  width: 38px;
  height: 38px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  left: 20px;
  background-repeat: no-repeat;
}

.post__info .post__content .title-section a:hover .title-section__text {
  color: #277f77;
}

.editor-pick {
  margin-top: 40px;
  position: sticky;
  top: 100px;
}

@media only screen and (max-width: 767px) {
  .wp-block-image img {
    margin-left: -20px;
    margin-right: -20px;
    max-width: calc(100% + 40px);
    width: calc(100% + 40px);
    border-radius: 0;
  }
}

.custom-tab .uagb-tabs__body {
  display: flex;
}

.custom-tab.uagb-tabs__wrap .uagb-tabs__body-container {
  padding: 0;
}

.custom-tab .uagb-tabs__body figure {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
  width: 140px;
  margin-right: 20px;
  border-radius: 5px;
  overflow: hidden;
}

.custom-tab .uagb-tabs__body h1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #0b1014;
  margin-bottom: 16px;
  margin-right: -10px;
}

.custom-tab .uagb-tabs__body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0b1014;
  padding-right: 20px;
}

.custom-tab .uagb-tabs__body .wp-block-button .wp-block-button__link {
  min-width: 200px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  background: #277f77;
  border-radius: 5px;
  padding: 14px 25px;
  border: 0;
  color: #fff;
  text-decoration: none;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 16px;
  line-height: 20px;
}

.custom-tab .uagb-tabs__body .wp-block-button .wp-block-button__link:hover {
  background: #0b1014;
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .custom-tab.uagb-tabs__wrap.uagb-tabs__vstyle6-tablet ul.uagb-tabs__panel {
    flex-direction: row;
    min-width: 100%;
    max-width: 100%;
    margin: 0px 0 10px 0px;
  }

  .custom-tab.uagb-tabs__wrap.uagb-tabs__vstyle6-mobile ul.uagb-tabs__panel .uagb-tab {
    margin: 0px 0 10px 0px;
  }

  .custom-tab.uagb-tabs__wrap.uagb-tabs__hstyle1-desktop .uagb-tabs__body-wrap {
    max-width: 100%;
    margin: -11px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .custom-tab .uagb-tabs__body {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .custom-tab .uagb-tabs__body figure {
    margin-right: 0;
  }

  .custom-tab .uagb-tabs__body>div {
    margin: 0 0 10px;
  }

  .custom-tab.uagb-tabs__wrap.uagb-tabs__hstyle1-desktop .uagb-tabs__body-wrap {
    max-width: 100%;
    margin: -20px 0 0;
  }
}

.articles-item--big img {
  height: 441px;
  object-fit: cover;
}

@media only screen and (max-width: 1023px) {
  .articles-item--big img {
    height: 401px;
  }
}

@media only screen and (max-width: 767px) {
  .articles-item--big img {
    height: 207px;
  }

  .single .post__controls-right .share {
    padding: 0;
  }
}

.breadcrumb li:last-child a::before {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .header__center {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .wp-block-image {
    border-radius: 0px;
  }
}

/* Archive Pagination */

.pagination {
  border-top: 3px solid #0c1014;
  text-align: center;
  margin: 20px auto 60px;
  padding-top: 25px;
}

@media (max-width: 767px) {
  .pagination {
    margin: 0 auto 40px;
    padding-top: 20px;
  }
}

.pagination ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.pagination ul li {
  display: inline-block;
}

.pagination ul li:not(:last-child) {
  margin-right: 5px;
}

.pagination ul li a {
  display: block;
  font-weight: 700;
  text-decoration: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #e0e0e0;
  color: #0b1014;
  padding: 0 3px;
  font-size: 18px;
  border-radius: 100%;
}

@media (max-width: 767px) {
  .pagination ul li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
  }
}

.pagination ul li a:hover,
.pagination ul li a:focus {
  background: #277f77;
}

.pagination ul li.active>a {
  background: #000;
  color: #f4d1a1;
}

.pagination ul li.pagination-next a,
.pagination ul li.pagination-previous a {
  width: auto;
  background: transparent !important;
}

.pagination ul li.pagination-next a:hover,
.pagination ul li.pagination-previous a:hover {
  color: #277f77;
}

.sources-block {
  position: relative;
  margin: 30px 0 20px;
  padding: 30px 0 20px;
  border-top: solid 1px #f4f4f4;
  border-bottom: solid 1px #f4f4f4;
}

.sources-block__title {
  position: relative;
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: #0b1014;
  cursor: pointer;
}

.sources-block__intro {
  margin: 0 0 30px;
}

.sources-block__list li {
  font-size: 1rem;
}

.sources-block__list li::before {
  color: #0b1014 !important;
}

.sources-block__list li a {
  text-decoration: none;
  color: #277f77;
  font-size: 1rem;
}

.sources-block__list li a:hover {
  color: #e7b095;
  text-decoration: none;
}

#sources-toggler {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  line-height: 1;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 500px) {
  #sources-toggler {
    top: 3px;
  }
}

.sources-block__title:hover>#sources-toggler svg rect {
  fill: #d73a12;
}

.sources-block__title:hover>#sources-toggler svg path {
  fill: #ffffff;
}

.sources-block__title:hover>#sources-toggler.hidden svg rect {
  fill: #f4d1a1;
}

.sources-block__title:hover>#sources-toggler.hidden svg path {
  fill: #d83e15;
}

#sources-toggler span {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  font-weight: 700;
}

#sources-toggler:hover span {
  opacity: 0.7;
}

#sources-toggler svg {
  margin-left: 10px;
}

/* Overall Information Block*/
.oinfo {
  width: 50%;
  float: right;
  position: relative;
  margin: 0 0 30px 30px;
  border: solid 1px #0b1014;
  border-radius: 4px;
  overflow: hidden;
  font-size: 14px;
}

@media (max-width: 767px) {
  .oinfo {
    float: none;
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: -20px;
    margin-right: -20px;
    max-width: calc(100% + 40px);
    width: calc(100% + 40px);
    border: none;
    border-top: solid 1px #0b1014;
    border-bottom: solid 1px #0b1014;
  }
}

.oinfo__group {
  position: relative;
}

.oinfo__group:not(:last-child).hidden {
  border-bottom: solid 1px #e2d8c9;
}

.oinfo__group.hidden>.oinfo__list {
  display: none;
}

.oinfo__title {
  position: relative;
  padding: 10px;
  margin: 0px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  color: #0b1014;
  background: #fcf6ec;
}

.oinfo__title.hidden {
  border-bottom: solid 1px #e3d9c7;
}

.oinfo__list {
  padding: 15px 20px 10px;
}

.oinfo__list-content {
  padding: 0 0 10px;
  display: flex;
  align-items: flex-start;
  justify-content: stretch;
}

.oinfo__list-title {
  font-weight: 700;
  margin-right: 15px;
  flex: 0 1 120px;
}

.oinfo__list-text {
  flex: 1;
}

#oinfo-toggler {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  line-height: 1;
  cursor: pointer;
}

#oinfo-toggler svg:hover>rect {
  fill: #d73a12;
}

#oinfo-toggler svg:hover>path {
  fill: #ffffff;
}

#oinfo-toggler.hidden svg:hover>rect {
  fill: #f4d1a1;
}

#oinfo-toggler.hidden svg:hover>path {
  fill: #d83e15;
}

@media (max-width: 500px) {
  #oinfo-toggler {
    top: 3px;
  }
}

#oinfo-toggler span {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  font-weight: 700;
}

#oinfo-toggler:hover span {
  opacity: 0.7;
}

#oinfo-toggler svg {
  margin-left: 10px;
}

/* Expert Quote Block */

.exb {
  margin: 30px 0;
  padding: 20px;
  background: #fcf6ec;
  border-radius: 5px;
  overflow: hidden;
}

.exb__header {
  display: flex;
  gap: 8px;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: #277f77;
}

.exb__content {
  font-style: italic;
  line-height: 22px;
  margin-bottom: 16px;
}

.exb__footer {
  display: flex;
  gap: 16px;
  font-size: 14px;
  line-height: 18px;
  align-items: center;
}

.exb__footer-img {
  flex: 0 1 64px;
}

.exb__footer .exb__footer-img img {
  border-radius: 50%;
  margin: 0px;
}

.exb__footer-text .exb__footer-title {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  color: #0b1014;
}

.exb__footer-text .exb__footer-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin: 0px;
}

.exb__footer-text .exb__footer-label span {
  font-weight: 700;
  color: #277f77;
}

/* Grid Sections */

.main-articles {
  position: relative;
  background: #e6eff0;
  padding-top: 50px;
  padding-bottom: 80px;
}

.main-articles__section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #000;
}

.main-articles__section-title .title {
  border-bottom: none;
  margin: 0px;
  padding: 0px;
}

.main-articles__section-title a {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  color: #277f77;
  transition: color 0.25s ease-in-out;
}

.main-articles__item-img {
  display: block;
  margin: 0 0 20px;
  flex: 0 1 140px;
}

@media (min-width: 1025px) {
  .main-articles__item-img img {
    height: auto;
    object-fit: cover;
  }
}

.main-articles__list .alm-reveal {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
}

.main-articles__list .alm-btn-wrap {
  display: none;
}

@media (max-width: 767px) {
  .main-articles__list .alm-reveal {
    display: block;
    margin-left: -20px;
  }
}

@media (max-width: 767px) {
  .main-articles__item .text-content p {
    font-size: 16px;
    line-height: 24px;
  }
}

.main-articles__item-label {
  display: block;
  position: relative;
  left: 0;
  bottom: 0;
  background: transparent;
  border-radius: 0px;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #277f77;
  padding: 0px;
  text-transform: uppercase;
  margin-bottom: 5px;
  text-decoration: none;
}

.main-articles__item-title {
  font-size: 26px;
  line-height: 30px;
}

.main-articles__item-descriptions {
  margin: 10px 0 0;
}

.main-articles__list--four-columns .main-articles__item-title {
  font-size: 20px;
  line-height: 26px;
}

@media (min-width: 1200px) {
  .main-articles__list--four-columns .main-articles__item {
    -ms-flex: 0 0 calc(25% - 40px);
    flex-basis: calc(25% - 40px);
    max-width: calc(25% - 40px);
  }
}

@media (max-width: 767px) {
  .main-articles__list--scroll .main-articles__list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .main-articles__list--scroll .main-articles__list .main-articles__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 305px;
    flex: 0 0 305px;
    max-width: 305px;
  }
}

.main-articles__list--top {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin: 0px;
  gap: 40px;
}

@media (max-width: 767px) {
  .main-articles--top {
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-articles--top .container {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .main-articles__list--top {
    display: block;
    padding: 0;
  }
}

.main-articles__list--top .main-articles__item-label {
  font-size: 16px;
  line-height: 20px;
}

.main-articles__list--left {
  flex: 1 0 440px;
}

@media only screen and (max-width: 767px) {
  .main-articles__list--left {
    margin: 0 0 20px;
  }

  .main-articles__list--left p {
    font-size: 16px;
  }
}

.main-articles__list--left .main-articles__item-img {
  margin: 0px;
}

@media (max-width: 767px) {
  .main-articles__list--left .main-articles__item-img {
    border-radius: 0px;
  }
}

.main-articles__list--left .main-articles__item-img img {
  height: 100%;
  max-height: 440px;
  object-fit: cover;
}

.main-articles__list--left .main-articles__item--box {
  position: relative;
  z-index: 1;
  margin: -50px 20px 0;
  background: #ffffff;
  border-radius: 6px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.main-articles__list--left .main-articles__item-title {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .main-articles__list--left .main-articles__item-title {
    font-size: 20px;
    line-height: 24px;
  }
}



.main-articles__list--right {
  display: flex;
  flex-direction: column;
  flex: 0 1 440px;
  gap: 40px;
  justify-content: flex-start;
  padding: 30px 20px;
  background: #ffffff;
  border: 1px solid #0b1014;
  border-radius: 6px;
}

@media only screen and (max-width: 767px) {
  .main-articles__list--right {
    border-radius: 0px;
    border: none;
    border-top: 1px solid #0b1014;
    border-bottom: 1px solid #0b1014;
  }
}

.main-articles__list--right .main-articles__item {
  max-width: 100%;
  margin: 0px;
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  flex: 0 1 auto;
}

.main-articles__list--right .main-articles__item-img {
  margin: 0px;
}

.main-articles__list--right .main-articles__item-img img {
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .main-articles__list--right .main-articles__item-img {
    max-width: 80px;
    max-height: 60px;
  }
}

.main-articles__list--right .main-articles__item-label {
  font-size: 12px;
  line-height: 15px;
}

.main-articles__list--right .main-articles__item .main-articles__item-title {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 5px;
}

.main-articles__list--right .main-articles__item .main-articles__item-date {
  font-size: 16px;
  line-height: 24px;
  color: #aaaaaa;
}

/* Home */
.home .la-container {
  padding-bottom: 20px;
}

/* Category */

.category .category {
  padding-bottom: 20px;
}

.category .category--paged {
  padding-top: 0px;
}

.category .wrapper {
  padding-top: 22px;
}

.category .top-box {
  overflow: hidden;
  background: transparent;
}

.main-articles__list--cat-wrapper {
  padding: 60px 0px;
  background: #e6eff0;
}

@media (max-width: 767px) {
  .main-articles__list--cat-wrapper {
    padding: 0 0 20px;
  }
}

.main-articles__list--cat {
  margin: 0px auto;
}

.main-articles__list--cat .main-articles__item {
  flex: 0 1 auto;
  width: 100%;
  max-width: 100%;
  margin: 0px;
}

.main-articles__list--cat .main-articles__item .main-articles__item-date {
  font-size: 16px;
  line-height: 24px;
  color: #aaaaaa;
}

.main-articles__list--cat .main-articles__list--left {
  display: flex;
  gap: 40px;
}

@media (max-width: 767px) {
  .main-articles__list--cat .main-articles__list--left {
    display: block;
    gap: 0px;
  }
}

.main-articles__list--cat .main-articles__list--left .main-articles__item--box {
  position: relative;
  z-index: 1;
  margin: 20px 0 0;
  background: transparent;
  border-radius: 0px;
  padding: 0px;
}

@media (max-width: 767px) {
  .main-articles__list--cat .main-articles__list--left .main-articles__item--box {
    margin: 0;
    padding: 20px;
  }
}

.main-articles__list--cat .main-articles__list--left .main-articles__item-title {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 5px;
}

.main-articles__list--cat .main-articles__list--right {
  display: flex;
  flex-direction: column;
  flex: 0 1 440px;
  gap: 40px;
  justify-content: space-evenly;
  padding: 0px;
  background: transparent;
  border: none;
  border-radius: 0px;
}

@media (max-width: 767px) {
  .main-articles__list--cat .main-articles__list--right {
    padding: 0 20px 20px;
  }
}

.cat-faq__box {
  background: #ffffff;
  border: 1px solid #0b1014;
  overflow: hidden;
  border-radius: 6px;
  display: flex;
}

@media (max-width: 767px) {
  .cat-faq__box {
    display: block;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #0b1014;
  }
}

.cat-faq__content {
  flex: 1 1 920px;
  padding: 40px;
}

@media (max-width: 767px) {
  .cat-faq__content {
    padding: 0 0 20px 0;
  }
}

.cat-faq__content-title {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .cat-faq__content-title {
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    border-bottom: 1px solid #0b1014;
    margin: 0 -20px 30px;
    padding-bottom: 20px;
  }
}

.cat-faq__item {
  padding: 0 0 12px;
  margin: 0 0 12px;
  border-bottom: solid 1px #aaaaaa;
}

.cat-faq__item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  margin: 0px;
  color: #0b1014;
  cursor: pointer;
}

@media (max-width: 767px) {
  .cat-faq__item-title {
    padding: 0 0 10px;
  }
}

.cat-faq__item-icon {
  display: inline-block;
  min-width: 40px;
  width: 40px;
  height: 40px;
  background: url(../images/icon-accordion-plus.svg) no-repeat right top;
}

.cat-faq__item-icon.active {
  background-image: url(../images/icon-accordion-minus.svg);
}

.cat-faq__item-title p {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin: 0px;
  padding: 0px;
}

@media (max-width: 767px) {
  .cat-faq__item-title p {
    font-size: 18px;
    line-height: 22px;
  }
}

.cat-faq__item-body {
  padding: 0 10px 10px;
}

@media (max-width: 767px) {
  .cat-faq__item-body {
    padding: 0 0 10px;
  }
}

.cat-faq__item-body p {
  font-size: 17px;
  line-height: 24px;
  color: #0b1014;
}

.cat-faq__item-link {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.cat-faq__item-link span {
  font-weight: 700;
  margin-right: 5px;
}

.cat-faq__item-link a {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: color 0.25s ease-in-out;
  margin-right: 10px;
}

.cat-faq__image {
  flex: 0 1 auto;
  border-radius: 0px 6px 6px 0px;
}

@media (max-width: 767px) {
  .cat-faq__image {
    display: none;
  }
}

/* Homepage */

.popular-topics {
  padding: 60px 0;
}

.popular-topics__box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}

.popular-topics__item {
  flex: 0 1 auto;
  padding: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 1150px) {
  .popular-topics__item {
    flex-basis: calc(33.33333% - 15px);
  }
}

@media (max-width: 767px) {
  .popular-topics__item {
    flex-basis: calc(50% - 15px);
  }
}

.popular-topics__item a {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  text-align: center;
  color: #0b1014;
  transition: color 0.25s ease-in-out;
  word-break: normal;
}

.popular-topics__item:hover>a,
.popular-topics__item:focus>a {
  color: #277f77;
}

.popular-topics__item a span {
  display: block;
  margin-top: 16px;
}

@media (max-width: 450px) {
  .popular-topics__item a span {
    font-size: 18px;
    line-height: 22px;
  }
}

.popular-topics__item a img {
  display: block;
}


.highlight {
  background: #e6eff0;
}

.highlight__box {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 110px 0;
}

@media (max-width: 967px) {
  .highlight__box {
    flex-direction: column;
    align-items: center;
    gap: 0px;
    padding: 40px 0 0;
  }
}

.highlight__content {
  flex: 0 1 50%;
}

@media (min-width: 1250px) {
  .highlight__content {
    flex: 0 1 754px;
  }
}

.highlight__content-title {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #0b1014;
  margin-bottom: 30px;
}

@media (max-width: 967px) {
  .highlight__content-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

.highlight__content-title-icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-right: 20px;
}

.highlight__content-title-icon svg {
  display: inline-block;
}

.highlight__content-text {
  position: relative;
  font-size: 17px;
  line-height: 24px;
  padding-top: 35px;
}

.highlight__content-text p {
  margin: 0px;
}

.highlight__content-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 120px;
  height: 6px;
  background: #277f77;
  border-radius: 6px;
}

.highlight__content-text strong {
  display: block;
  font-size: 20px;
  margin-bottom: 30px;
}

/* .highlight__content a {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  margin-top: 15px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  color: #FF3D00;
  transition: color 0.25s ease-in-out;
}


.highlight__content a {
  text-decoration: underline;
} */

.highlight__content a {
  text-decoration: none;
  border-bottom: 2px solid #FF5722;
  transition: border-color .2s ease-in-out;
}


.highlight__content a:hover {
  color:#06605b;
  border-bottom: 2px solid #06605b;
  text-decoration: none;
}



.highlight__content-link {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: color 0.25s ease-in-out;
  border-bottom:none !important;

}




.highlight__img {
  flex: 0 1 auto;
}

.highlight__img img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 450px;
}

@media (max-width: 967px) {
  .highlight__img img {
    position: relative;
  }
}

/* Homepage - Klaviyo Form*/
.subscribe__box {
  background: #e6eff0;
}

.subscribe__box form.klaviyo-form {
  background-color: #ffffff !important;
  border-radius: 6px !important;
  overflow: hidden !important;
  padding: 0px !important;
}

.subscribe__box form.klaviyo-form>div:nth-child(2) {
  border: 1px solid #0b1014;
  border-radius: 0px 6px 6px 0px;
  padding: 20px 30px !important;
}

@media (max-width: 1025px) {
  .subscribe__box form.klaviyo-form {
    display: block !important;
    background-color: transparent !important;
  }

  .subscribe__box form.klaviyo-form>div:nth-child(1) {
    display: none !important;
  }

  .subscribe__box form.klaviyo-form>div:nth-child(2) {
    width: auto !important;
    background-color: #ffffff !important;
    border-radius: 6px !important;
    max-width: 100% !important;
    margin: 0 30px !important;
  }
}


@media (max-width: 767px) {
  .subscribe__box form.klaviyo-form {
    max-width: 767px !important;
    overflow: visible !important;
  }

  /* Make form inputs full width*/
  .subscribe__box form.klaviyo-form>div:nth-child(2)>div:nth-child(2) {
    display: block !important;
  }

  .subscribe__box form.klaviyo-form>div:nth-child(2) {
    margin: 0px 20px !important;
    padding: 20px 14px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
}

.subscribe__box-mobile {
  display: none;
}

.subscribe__box-mobile img {
  width: 100%;
}

@media (max-width: 767px) {
  .subscribe__box-mobile {
    max-width: 767px !important;
    margin: 0px 20px !important;
    display: block;
    text-align: center;
  }
}

/* Post sidebar - Klaviyo Form*/
.post__aside form.klaviyo-form {
  margin-top: 30px;
}

.post__aside form.klaviyo-form p {
  font-weight: 700;
  line-height: 1.4 !important;
}

.post__aside form.klaviyo-form p:not(:last-child) {
  margin-bottom: 12px;
}

/* Footer - Klaviyo Form*/
@media (max-width: 1200px) {
  .footer form.klaviyo-form p {
    text-align: center !important;
  }
}

/* Tippy popup for single post links to rest api calls */
.tippy-box[data-animation="shift-toward-subtle"][data-state="hidden"] {
  opacity: 0;
}

.tippy-box[data-animation="shift-toward-subtle"][data-state="hidden"][data-placement^="bottom"][data-state="hidden"] {
  transform: translateY(15px);
}

.tippy-box {
  background-color: #fff;
  color: #000;
}

.tippy-content {
  border: 1px solid #0b1014;
  box-shadow: 4px 8px 6px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 0px;
}

.popup-holder {
  padding: 0px;
  position: relative;
}

.popup-holder_content {
  padding: 10px 15px 20px;
}

.popup-holder_content p {
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  margin: 0px;
}

.popup-holder_content p::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 20px;
  background-color: transparent;
  pointer-events: none;
  background-image: linear-gradient(to right,
      rgba(255, 255, 255, 0),
      #ffffff 50%);
}

.popup-holder img {
  display: block;
  width: 300px;
  height: 188px;
  background: #ccc;
  margin: 0px !important;
}

.popup-holder__link.read-more {
  display: inline-block;
  position: absolute;
  width: auto;
  right: 50px;
  bottom: 0;
}

.popup-holder__link.read-more span {
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 2;
  gap: 5px;
  background: #fff;
}

/* Single Post - Tippy */
.post__controls-left .tippy-box {
  max-width: 400px !important;
}

.post__controls-left .tippy-content {
  padding: 20px 20px 15px;
  background: #ffffff;
  border: 1px solid #0b1014;
  box-shadow: 4px 8px 6px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.post__controls-left .author-popup-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #dddddd;
}

.post__controls-left .author-popup-info {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #dddddd;
}

.post__controls-left .author-popup-text {
  width: 100%;
}

.post__controls-left .author-popup-info .author-popup-text-bio-link a {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  margin: 10px 0 0;
}

.post__controls-left .author-popup-img {
  overflow: hidden;
  flex: 1 0 100%;
  max-width: 84px;
}

.post__controls-left .author-popup-img img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.post__controls-left .author-popup-editorial-link a {
  font-weight: 700;
}

.post__controls-left .author-popup-editorial-link a svg {
  margin-left: 2px;
}

/* Search */

.search .page-header {
  padding-top: 40px;
  padding-bottom: 30px;
  text-align: left;
  border-bottom: 1px solid #373737;
  width: 100%;
}

@media (max-width: 767px) {
  .search .page-header {
    padding-top: 10px;
    padding-bottom: 25px;
  }

  .search .page-header h1 {
    font-size: 22px;
  }
}

.search .category {
  padding-top: 40px;
}

@media (max-width: 767px) {
  .search .category {
    padding-top: 30px;
  }
}

/* Author */
.author-wrapper .top-box {
  background: #e6eff0;
}

@media (max-width: 767px) {
  .author-wrapper .top-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.author-wrapper .team__item {
  gap: 40px;
}

@media (max-width: 767px) {
  .author-wrapper .team__item {
    display: block;
  }
}

.category__row.author {
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .category__row.author {
    padding-bottom: 30px;
  }
}

.btn-more-posts {
  display: block;
  margin: 20px auto 0;
  width: 230px;
}

.no-more-posts {
  margin: 20px 0 0;
  text-align: center;
}

.team__item-left {
  flex: 0 1 100%;
}

@media (max-width: 767px) {
  .team__item-left {
    margin: 0;
    order: 2;
  }
}

.team__item-left .team__item-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.team__item-left .team__item-image {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .team__item-left .team__item-image {
    margin-right: 8px;
  }
}

.team__item-left .team__item-image img {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
}

@media (max-width: 992px) {
  .team__item-left .team__item-image img {
    min-width: 80px;
    min-height: 80px;
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 340px) {
  .team__item-left .team__item-image img {
    min-width: 60px;
    min-height: 60px;
    width: 60px;
    height: 60px;
  }
}

.team__item-left .team__item-name {
  flex: 0 1 auto;
  position: relative;
  font-weight: 700;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .team__item-left .team__item-name {
    padding-right: 0px;
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 767px) {
  .team__item-left .team__item-name::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    background: #aaaaaa;
  }
}

.team__item-left .team__item-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 17px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .team__item-left .team__item-info {
    flex: 1;
  }

  .team__item-left .social li:not(:last-child) {
    margin-right: 15px;
  }
}

.team__item-right {
  flex: 0 1 480px;
}

@media (max-width: 992px) {
  .team__item-right {
    margin-bottom: 15px;
  }
}

.team__item-right .team__item-extra {
  background: #ffffff;
  border: 1px solid #0b1014;
  border-radius: 6px;
  padding: 30px;
  line-height: 20px;
}

.team__item-right .team__item-extra__label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 16px;
  color: #277f77;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.team__item-right .team__item-extra__text {
  margin: 0 0 20px;
}

/* Editorial */

.ed-intro-facts {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  background: rgba(247, 211, 159, 0.2);
  border-radius: 6px;
  margin: 20px 0 60px;
  color: #0b1014;
}

@media (max-width: 767px) {
  .ed-intro-facts {
    display: block;
    padding: 10px 20px;
    margin: 20px 0 30px;
  }
}

.ed-intro-facts__item {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}

@media (min-width: 768px) {
  .ed-intro-facts__item:first-child {
    border-right: solid 1px #dcd8d2;
    padding-right: 30px;
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  .ed-intro-facts__item:first-child {
    margin-bottom: 10px;
  }
}

.ed-intro-facts__item span {
  font-size: 36px;
  line-height: 46px;
  color: #277f77;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .ed-intro-facts__item span {
    font-size: 28px;
    line-height: 34px;
  }
}

.ed-featured {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 60px;
  gap: 10px;
}

@media (max-width: 767px) {
  .ed-featured {
    margin: 0 0 30px;
  }
}

.editorial .headline {
  font-size: 28px;
  line-height: 34px;
}

.editorial .mobile-full {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .editorial .headline {
    font-size: 20px;
    line-height: 24px;
  }
}

.editorial .team .headline {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .editorial .team .headline {
    margin-top: 30px;
  }
}

.editorial .team__item {
  border-bottom: 1px solid #aaaaaa;
  padding: 30px 0;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .editorial .team__item {
    padding: 30px 0 20px;
    margin: 0 20px;
  }
}

.editorial .team__ava {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .editorial .team__ava {
    -ms-flex: 0 0 64px;
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    margin-right: 16px;
  }
}

.editorial .team__item-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .editorial .team__item-top {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 20px;
  }
}

.editorial .team__item-name {
  font-size: 20px;
  line-height: 24px;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .editorial .team__item-name {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}

.editorial .team__item-label {
  padding: 4px 16px;
  background: #4EAAA8;
  border-radius: 99px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.editorial .team__item-link {
  display: flex;
  gap: 7px;
  align-items: center;
  margin-top: 15px;
  margin-right: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: color 0.25s ease-in-out;
}

@media (max-width: 767px) {
  .editorial .team__item-link {
    margin-left: -80px;
  }
}

@media (max-width: 767px) {
  .editorial .team__item-info {
    margin-left: -80px;
  }
}

@media (max-width: 767px) {
  .editorial .team__item-top ul.social {
    position: absolute;
    right: 0;
    top: 3px;
  }

  .editorial .team__item-top ul.social li:not(:last-child) {
    margin-right: 10px;
  }
}

.editorial .team__item-label.team__item-label--expert {
  background: #277f77;
  color: #fff;
}

.ed-join-team {
  margin-top: 60px;
  padding: 30px;
  background: #4EAAA8;
  border-radius: 6px;
}

.ed-join-team__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.ed-join-team__header span {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-left: 20px;
}

.ed-join-team__title {
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
}

@media (max-width: 767px) {
  .ed-join-team__title {
    font-size: 20px;
    line-height: 24px;
  }
}

.ed-join-team__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .ed-join-team__list {
    display: flex;
    align-items: flex-start;
  }
}

.ed-join-team__list span {
  display: block;
  margin-right: 20px;
}

.ed-join-team__separator {
  background: #9ba7a1;
  border: none;
  height: 1px;
  margin: 20px 0;
}

.ed-join-team__footer a {
  font-weight: 700;
  color: #277f77;
}


.hub-chapters {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background: #FFFFFF;
  border: 8px solid #4EAAA8;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}


.hub-chapters__header {
  background: #fcf6ec;
  padding: 22px 32px;

}

.hub-chapters .reading-now {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #0B1014;
  margin: 0 0 10px;
  padding-bottom: 3px;
  border-bottom: dashed 1px #0B1014;
}

.hub-chapters__header .sline {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #277f77;
  margin: 0 0 8px;
}

.hub-chapters__header .mline {
  display: block;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  color: #0B1014;
  margin: 0px;
}

.hub-chapters__body {
  background: #fff;
  padding: 0 32px;
}

.hub-chapters__item {
  padding: 15px 0;
}

.hub-chapters__item--highlighted {
  background: #f4d1a1;
  margin: 0 -32px;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 15px;
}

.hub-chapters__item .sline {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #277f77;
  margin: 0 0 8px;
}

.hub-chapters__item .mline {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #0B1014;
  margin: 0px;
}