.best-of-content {
  font-family: EuclidCircularB-Bold, sans-serif, arial;
}
.best-of-content .boc__section,
.best-of-content .boc__sub-section {
  margin-bottom: 20px;
}
.best-of-content .boc__sub-section:last-of-type {
  margin-bottom: 0;
}
.best-of-content .boc__section-heading {
  display: none;
}
.best-of-content .boc__sub-section-heading {
  border-bottom: 1px solid #ccc;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  text-transform: capitalize;
}
.best-of-content .boc__item-list {
  margin-bottom: 16px;
}
.best-of-content .boc__item-list:last-of-type {
  margin-bottom: 0;
}
.best-of-content .boc__item-link {
  color: #395bb6;
  font-family: EuclidCircularB-Regular, sans-serif, arial;
  font-size: 16px;
  line-height: 24px;
}
.best-of-content .boc__item-link:hover {
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .best-of-content .boc__section,
  .best-of-content .boc__sub-section {
    margin-bottom: 24px;
  }
  .best-of-content .boc__item-link {
    font-size: 18px;
    line-height: 27px;
  }
}
.top-placeholder {
  background-color: #f4f4f4;
  box-shadow: inset 0 -1px 0 0 #e2e2e2;
  z-index: 9999;
}
.top-placeholder #top-0 {
  width: 100%;
}
.bottom-sticky-placeholder,
.top-placeholder #top-0 {
  -ms-flex-pack: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.bottom-sticky-placeholder {
  background-color: #e6e6e6;
  bottom: 0;
  height: 50px;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 9999;
}
.right-rail-placeholder-row {
  padding: 16px 0;
  position: relative;
}
.right-rail-placeholder-row .right-rail-placeholder {
  -ms-flex-pack: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  position: sticky;
  position: -webkit-sticky;
  top: 65px;
}
.incontent-placeholder-row {
  -ms-flex-pack: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  min-height: 250px;
}
.placeholder--sticky {
  border: none;
  position: fixed;
  top: 50px;
  transition: top 1s;
  width: 100% !important;
  z-index: 99999;
}
.mobile-sticky-ed-placeholder {
  display: none;
}
.mobile-ui .mobile-sticky-ed-placeholder {
  background-color: #e6e6e6;
  bottom: 0;
  box-shadow: inset 0 1px 2px 0 rgba(24, 23, 22, 0.3),
    inset 0 -1px 2px 0 rgba(24, 23, 22, 0.3);
  display: block;
  height: 50px;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 9999;
}
.mobile-ui .mobile-sticky-ed-placeholder .animated-background {
  -ms-flex-pack: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  footer .footer-links-wrapper {
    padding-bottom: 50px !important;
  }
}
#disclosure-block {
  color: #333;
  padding: 20px;
}
@media (max-width: 1023px) {
  #disclosure-block {
    height: 300px;
    overflow-y: scroll;
  }
}
.wysiwyg-content {
  word-break: break-word;
}
.wysiwyg-content > p {
  color: #333;
  font-family: Georgia, sans-serif, arial;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 1024px) {
  .wysiwyg-content > p {
    font-size: 1.125rem;
    line-height: 28px;
  }
}
.wysiwyg-content > ol,
.wysiwyg-content > ul {
  list-style-type: none;
  margin-bottom: 1.25rem;
  margin-left: 1.25rem;
}
.wysiwyg-content > ol li,
.wysiwyg-content > ul li {
  color: #333;
  font-family: Georgia, sans-serif, arial;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 9px;
}
@media (min-width: 1024px) {
  .wysiwyg-content > ol li,
  .wysiwyg-content > ul li {
    font-size: 1.125rem;
    line-height: 28px;
  }
}
.wysiwyg-content > ol li:last-child,
.wysiwyg-content > ul li:last-child {
  margin-bottom: 0;
}
.wysiwyg-content > ul li {
  list-style-type: none;
  padding-left: 30px;
  position: relative;
}
.wysiwyg-content > ul li:before {
  background-color: #4657a1;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  left: 6px;
  position: absolute;
  top: 7px;
  width: 8px;
}
@media (min-width: 1024px) {
  .wysiwyg-content > ul li:before {
    top: 9px;
  }
}
.wysiwyg-content > ol {
  padding-left: 1.25rem;
}
.wysiwyg-content > ol li {
  list-style-type: decimal !important;
}
.wysiwyg-content > h2 {
  color: #333330;
  font-family: EuclidCircularB-Bold, sans-serif, arial;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .wysiwyg-content > h2 {
    font-size: 1.5rem;
    line-height: 31px;
  }
}
.wysiwyg-content > h3 {
  color: #333;
  font-family: EuclidCircularB-Bold, sans-serif, arial;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .wysiwyg-content > h3 {
    font-size: 1.25rem;
    line-height: 26px;
  }
}
.wysiwyg-content > h4,
.wysiwyg-content > h5,
.wysiwyg-content > h6 {
  color: #333;
  font-family: EuclidCircularB-Bold, sans-serif, arial;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
@media (min-width: 1024px) {
  .wysiwyg-content > h4,
  .wysiwyg-content > h5,
  .wysiwyg-content > h6 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.wysiwyg-content > h4 {
  font-size: 1rem;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .wysiwyg-content > h4 {
    font-size: 1.125rem;
    line-height: 23px;
  }
}
.wysiwyg-content > h5,
.wysiwyg-content > h6 {
  font-size: 1rem;
  line-height: 24px;
}
.wysiwyg-content > h1 a,
.wysiwyg-content > h1 b,
.wysiwyg-content > h1 em,
.wysiwyg-content > h1 i,
.wysiwyg-content > h1 span,
.wysiwyg-content > h1 strong,
.wysiwyg-content > h2 a,
.wysiwyg-content > h2 b,
.wysiwyg-content > h2 em,
.wysiwyg-content > h2 i,
.wysiwyg-content > h2 span,
.wysiwyg-content > h2 strong,
.wysiwyg-content > h3 a,
.wysiwyg-content > h3 b,
.wysiwyg-content > h3 em,
.wysiwyg-content > h3 i,
.wysiwyg-content > h3 span,
.wysiwyg-content > h3 strong,
.wysiwyg-content > h4 a,
.wysiwyg-content > h4 b,
.wysiwyg-content > h4 em,
.wysiwyg-content > h4 i,
.wysiwyg-content > h4 span,
.wysiwyg-content > h4 strong,
.wysiwyg-content > h5 a,
.wysiwyg-content > h5 b,
.wysiwyg-content > h5 em,
.wysiwyg-content > h5 i,
.wysiwyg-content > h5 span,
.wysiwyg-content > h5 strong,
.wysiwyg-content > h6 a,
.wysiwyg-content > h6 b,
.wysiwyg-content > h6 em,
.wysiwyg-content > h6 i,
.wysiwyg-content > h6 span,
.wysiwyg-content > h6 strong,
.wysiwyg-content > li a,
.wysiwyg-content > li b,
.wysiwyg-content > li em,
.wysiwyg-content > li i,
.wysiwyg-content > li span,
.wysiwyg-content > li strong,
.wysiwyg-content > ol a,
.wysiwyg-content > ol b,
.wysiwyg-content > ol em,
.wysiwyg-content > ol i,
.wysiwyg-content > ol span,
.wysiwyg-content > ol strong,
.wysiwyg-content > p a,
.wysiwyg-content > p b,
.wysiwyg-content > p em,
.wysiwyg-content > p i,
.wysiwyg-content > p span,
.wysiwyg-content > p strong,
.wysiwyg-content > ul a,
.wysiwyg-content > ul b,
.wysiwyg-content > ul em,
.wysiwyg-content > ul i,
.wysiwyg-content > ul span,
.wysiwyg-content > ul strong {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.wysiwyg-content > h1 b,
.wysiwyg-content > h1 strong,
.wysiwyg-content > h2 b,
.wysiwyg-content > h2 strong,
.wysiwyg-content > h3 b,
.wysiwyg-content > h3 strong,
.wysiwyg-content > h4 b,
.wysiwyg-content > h4 strong,
.wysiwyg-content > h5 b,
.wysiwyg-content > h5 strong,
.wysiwyg-content > h6 b,
.wysiwyg-content > h6 strong,
.wysiwyg-content > li b,
.wysiwyg-content > li strong,
.wysiwyg-content > ol b,
.wysiwyg-content > ol strong,
.wysiwyg-content > p b,
.wysiwyg-content > p strong,
.wysiwyg-content > ul b,
.wysiwyg-content > ul strong {
  font-family: EuclidCircularB-Bold, sans-serif, arial;
  font-weight: 700;
}
.wysiwyg-content > h1 a,
.wysiwyg-content > h2 a,
.wysiwyg-content > h3 a,
.wysiwyg-content > h4 a,
.wysiwyg-content > h5 a,
.wysiwyg-content > h6 a,
.wysiwyg-content > li a,
.wysiwyg-content > ol a,
.wysiwyg-content > p a,
.wysiwyg-content > ul a {
  color: #4657a1;
}
.wysiwyg-content > h1 a:hover,
.wysiwyg-content > h2 a:hover,
.wysiwyg-content > h3 a:hover,
.wysiwyg-content > h4 a:hover,
.wysiwyg-content > h5 a:hover,
.wysiwyg-content > h6 a:hover,
.wysiwyg-content > li a:hover,
.wysiwyg-content > ol a:hover,
.wysiwyg-content > p a:hover,
.wysiwyg-content > ul a:hover {
  text-decoration: underline;
}
.wysiwyg-content b,
.wysiwyg-content strong {
  font-family: EuclidCircularB-Bold, sans-serif, arial;
  font-weight: 700;
}
.wysiwyg-content em,
.wysiwyg-content i {
  font-style: italic;
}
.wysiwyg-content p:empty {
  display: none;
  margin: 0;
}
.wysiwyg-content .footable_parent table {
  margin-bottom: 1.25rem !important;
}
.wysiwyg-content img {
  display: block;
  max-width: 100%;
}
.wysiwyg-content .table-content-wrapper {
  -webkit-overflow-scrolling: touch;
  margin-bottom: 1.25rem;
}
.wysiwyg-content .table-content-wrapper table {
  border-collapse: collapse;
  border-spacing: 0;
  display: block;
  word-break: keep-all;
}
.wysiwyg-content .table-content-wrapper table tr th {
  font-family: EuclidCircularB-Bold, sans-serif, arial;
}
.wysiwyg-content .table-content-wrapper table tr td,
.wysiwyg-content .table-content-wrapper table tr th {
  border: 1px solid #333;
  font-size: 1rem;
  padding: 10px;
}
@media (min-width: 1024px) {
  .wysiwyg-content .table-content-wrapper table tr td,
  .wysiwyg-content .table-content-wrapper table tr th {
    font-size: 1.125rem;
  }
}
.wysiwyg-content .wp-block-image,
.wysiwyg-content .wp-caption {
  margin-bottom: 1.25rem;
  width: 100% !important;
}
.wysiwyg-content .wp-block-image.aligncenter,
.wysiwyg-content .wp-caption.aligncenter {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wysiwyg-content .wp-block-image.alignright,
.wysiwyg-content .wp-caption.alignright {
  -ms-flex-align: end;
  align-items: flex-end;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wysiwyg-content .wp-caption-text,
.wysiwyg-content figcaption {
  color: #737373;
  display: block;
  font-family: EuclidCircularB-Regular, sans-serif, arial;
  font-size: 0.75rem;
  line-height: 18px;
  padding-top: 6px;
  text-align: left;
}
.wysiwyg-content .aligncenter > img {
  margin-left: auto;
  margin-right: auto;
}
.wysiwyg-content .alignright > img {
  margin-left: auto;
}
body {
  background-color: #fff;
}
#guides-template-vue-root {
  color: #333;
  font-family: EuclidCircularB-Regular, sans-serif, arial;
  word-break: break-word;
}
@media (min-width: 1024px) {
  #guides-template-vue-root #email-banner {
    margin-bottom: 1.5rem;
  }
}
#guides-template-vue-root .featured-img figcaption {
  color: #737373;
  font-size: 12px;
  line-height: 17px;
  padding-top: 6px;
}
#guides-template-vue-root .container {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 20px;
  width: 100%;
}
#guides-template-vue-root .article-section {
  word-break: break-word;
}
#guides-template-vue-root .article-section .section_heading {
  border-bottom: 1px solid #dadada;
  margin-bottom: 20px;
  padding-bottom: 12px;
}
@media (max-width: 1023px) {
  #guides-template-vue-root .article-section .section_heading {
    margin-bottom: 12px;
    padding-bottom: 8px;
  }
}
#guides-template-vue-root .article-section.faq-section {
  margin-bottom: 20px;
}
#guides-template-vue-root .article-section.faq-section .section_heading {
  border-bottom: 4px solid #181716;
  margin-bottom: 28px;
  padding-bottom: 10px;
}
#guides-template-vue-root .content-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 6px;
}
@media (max-width: 1023px) {
  #guides-template-vue-root .content-wrapper {
    margin-top: 10px;
  }
}
#guides-template-vue-root .content-wrapper.mt-0 {
  margin-top: 0;
}
#guides-template-vue-root .rafeed__container {
  margin: 0 auto;
  max-width: 1290px;
  padding: 15px;
  position: relative;
  width: 100%;
}
#guides-template-vue-root .main-content-wrapper {
  padding-right: 40px;
  position: relative;
  /* width: calc(100% - 300px); */
  width: 100%;
}
@media (max-width: 1440px) {
  #guides-template-vue-root .main-content-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 1023px) {
  #guides-template-vue-root .main-content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  #guides-template-vue-root .main-content-wrapper {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
#guides-template-vue-root .main-content-wrapper .article-sharing {
  left: -50px;
  position: absolute;
  top: 5px;
  width: 36px;
}
#guides-template-vue-root .main-content-wrapper .article-sharing__link {
  background-position: 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  height: 30px;
  margin-bottom: 28px;
}
#guides-template-vue-root
  .main-content-wrapper
  .article-sharing__link--facebook {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 36 36'%3E%3Cpath d='M20 13.36a.84.84 0 0 1 .87-.95h2.2V9.05h-3a3.83 3.83 0 0 0-4.11 4.13v2.23H14v3.46h1.94v9.83H20v-9.85h2.76l.36-3.46H20Z' style='fill:%23a1a1a1'/%3E%3C/svg%3E");
}
#guides-template-vue-root
  .main-content-wrapper
  .article-sharing__link--twitter {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 36 36'%3E%3Cpath d='M28.94 10.45a7.24 7.24 0 0 1-2.43.94A3.84 3.84 0 0 0 19.87 14a5.17 5.17 0 0 0 .08.89 11 11 0 0 1-7.92-4 3.9 3.9 0 0 0-.51 1.92A3.81 3.81 0 0 0 13.23 16a3.65 3.65 0 0 1-1.74-.47v.05a3.85 3.85 0 0 0 3.08 3.76 3.72 3.72 0 0 1-1 .14 3.57 3.57 0 0 1-.74-.07 3.86 3.86 0 0 0 3.6 2.67 7.71 7.71 0 0 1-4.77 1.64 9 9 0 0 1-.92 0 10.93 10.93 0 0 0 16.82-9.21v-.5a7.74 7.74 0 0 0 1.92-2 7.87 7.87 0 0 1-2.21.61 3.77 3.77 0 0 0 1.67-2.17Z' style='fill:%23a1a1a1'/%3E%3C/svg%3E");
}
#guides-template-vue-root
  .main-content-wrapper
  .article-sharing__link--linkdin {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 74.45 74.32'%3E%3Cpath d='M9 0a8.95 8.95 0 1 0 8.94 8.94A8.95 8.95 0 0 0 9 0ZM1.23 24.68h15.43v49.64H1.23zM55.94 23.44c-7.51 0-12.54 4.12-14.6 8h-.2v-6.76h-14.8v49.64h15.41V49.76C41.75 43.29 43 37 51 37s8 7.4 8 13.16v24.16h15.45V47.09c0-13.37-2.89-23.65-18.51-23.65Z' style='fill:%23a1a1a1'/%3E%3C/svg%3E");
}
#guides-template-vue-root
  .main-content-wrapper
  .article-sharing__link--facebook:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 36 36'%3E%3Cpath d='M20 13.36a.84.84 0 0 1 .87-.95h2.2V9.05h-3a3.83 3.83 0 0 0-4.11 4.13v2.23H14v3.46h1.94v9.83H20v-9.85h2.76l.36-3.46H20Z' style='fill:%233b5998'/%3E%3C/svg%3E");
}
#guides-template-vue-root
  .main-content-wrapper
  .article-sharing__link--twitter:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 36 36'%3E%3Cpath d='M28.94 10.45a7.24 7.24 0 0 1-2.43.94A3.84 3.84 0 0 0 19.87 14a5.17 5.17 0 0 0 .08.89 11 11 0 0 1-7.92-4 3.9 3.9 0 0 0-.51 1.92A3.81 3.81 0 0 0 13.23 16a3.65 3.65 0 0 1-1.74-.47v.05a3.85 3.85 0 0 0 3.08 3.76 3.72 3.72 0 0 1-1 .14 3.57 3.57 0 0 1-.74-.07 3.86 3.86 0 0 0 3.6 2.67 7.71 7.71 0 0 1-4.77 1.64 9 9 0 0 1-.92 0 10.93 10.93 0 0 0 16.82-9.21v-.5a7.74 7.74 0 0 0 1.92-2 7.87 7.87 0 0 1-2.21.61 3.77 3.77 0 0 0 1.67-2.17Z' style='fill:%2355acee'/%3E%3C/svg%3E");
}
#guides-template-vue-root
  .main-content-wrapper
  .article-sharing__link--linkdin:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 74.45 74.32'%3E%3Cpath d='M9 0a8.95 8.95 0 1 0 8.94 8.94A8.95 8.95 0 0 0 9 0ZM1.23 24.68h15.43v49.64H1.23zM55.94 23.44c-7.51 0-12.54 4.12-14.6 8h-.2v-6.76h-14.8v49.64h15.41V49.76C41.75 43.29 43 37 51 37s8 7.4 8 13.16v24.16h15.45V47.09c0-13.37-2.89-23.65-18.51-23.65Z' style='fill:%230077b5'/%3E%3C/svg%3E");
}
#guides-template-vue-root .right-rail {
  width: 300px;
}
@media (max-width: 767px) {
  #guides-template-vue-root .right-rail {
    margin: 0 auto;
    width: 100%;
  }
}
#guides-template-vue-root .right-rail .article-row {
  padding-bottom: 20px;
}
#guides-template-vue-root .right-rail .best-of-content .boc__item-link {
  color: #395bb6;
}
@media (min-width: 768px) {
  #guides-template-vue-root .right-rail {
    margin-top: 3px;
  }
  #guides-template-vue-root .right-rail .find-card {
    min-height: 400px;
  }
  #guides-template-vue-root .right-rail .find-card__inner-wrap {
    position: sticky;
    position: -webkit-sticky;
    top: 65px;
  }
}
#guides-template-vue-root .mobile-editorialview {
  display: -ms-flexbox !important;
  display: flex !important;
  margin-top: 0 !important;
}
#guides-template-vue-root .farticle-title {
  color: #333;
  font-family: EuclidCircularB-Bold, sans-serif, arial;
  font-size: 48px;
  line-height: 123.3%;
  margin: 0 0 4px;
}
@media (max-width: 1023px) {
  #guides-template-vue-root .farticle-title {
    font-size: 26px;
    line-height: 33px;
    margin-bottom: 16px;
  }
}
#guides-template-vue-root .next-up-block.wysiwyg-content {
  background-color: #f6f5f3;
  font-family: EuclidCircularB-Regular, sans-serif, arial;
  margin: 24px 0;
}
#guides-template-vue-root .next-up-block.wysiwyg-content h3 {
  color: #333330;
  font-size: 24px;
  line-height: normal;
  margin-bottom: 0;
}
#guides-template-vue-root .next-up-block.wysiwyg-content ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding: 20px 16px 14px;
}
#guides-template-vue-root .next-up-block.wysiwyg-content ul li {
  margin-bottom: 16px;
  padding: 0 10px;
  width: 100%;
}
#guides-template-vue-root .next-up-block.wysiwyg-content ul li a {
  color: #4657a1;
  letter-spacing: -0.5px;
  line-height: 30px;
}
#guides-template-vue-root .next-up-block.wysiwyg-content ul li:before {
  content: none;
}
@media (min-width: 768px) {
  #guides-template-vue-root .next-up-block.wysiwyg-content ul li {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  #guides-template-vue-root .next-up-block.wysiwyg-content ul li {
    width: 33.33333%;
  }
}
#guides-template-vue-root.hide-right-rail .right-rail {
  display: none;
}
#guides-template-vue-root.hide-right-rail .main-content-wrapper {
  width: 100%;
}
#guides-template-vue-root.hide-right-rail .container {
  max-width: 966px;
}
#guides-template-vue-root .faq-2021 .faq .faq-answer ul li {
  padding-left: 0;
}
#guides-template-vue-root .faq-2021 .faq .faq-answer ul li:before {
  display: none;
}
#guides-template-vue-root .faq-2021 .faq .faq-answer ol {
  margin-left: 0;
}
#guides-template-vue-root .faq-2021 .faq .faq-answer ol li {
  list-style-type: decimal !important;
}
.source__container ul {
  font-family: Georgia, Arial, Helvetica, sans-serif;
}
h2.section_heading {
  color: #333330;
  font-family: EuclidCircularB-Bold, sans-serif, arial;
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  h2.section_heading {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 768px) and (max-width: 802px) {
  .right-rail-present .generic-products-carousel-wrapper .product-count-2 {
    text-align: left;
  }
}
