@import url(https://use.typekit.net/rkj5ygj.css);
@import url(https://use.typekit.net/xpx0fyr.css);

:root {
  --base-font-family: "museo-sans-rounded";
  --base-title-font-family: "museo-sans-rounded";
  --base-font-size: 16px;
  --base-line-height: 26px;
  --h1-font-size: 80px;
  --h1-line-height: 70px;
  --h2-font-size: 40px;
  --h2-line-height: 44px;
  --h3-font-size: 28px;
  --h3-ine-height: 34px;
  --h4-font-size: 26px;
  --h4-ine-height: 38px;
  --h5-font-size: 40px;
  --h5-line-height: 47px;
  --custom-font-size: 20px;
  --custom-line-height: 28px;
  --sub-head-font-size: 18px;
  --sub-head-line-height: 23px;
  --isi-font-size: 22px;
  --isi-line-height: 30px;
  --drop-down-menu-font-size: 17px;
  --drop-down-menu-line-height: 20px;
  --quantum-footer-font-size: 16px;
  --quantum-footer-line-height: 24px;

  /* color scheme */
  --primary-color: #512d6c;
  --secondary-color: #f38f1d;
  --theme-black: rgba(0, 0, 0, 0.8);
  --theme-white: #ffffff;
  --theme-dark-violet: #371352;
  --theme-light-grey: #f1f1f1;
  --theme-grey: #707070;
}

@media (max-width: 767px) {
  :root {
    --base-font-size: 14px;
    --base-line-height: 21px;
    --h1-font-size: 38px;
    --h1-line-height: 42px;
    --h2-font-size: 30px;
    --h2-line-height: 34px;
    --h3-font-size: 22px;
    --h3-ine-height: 31px;
    --h5-font-size: 22px;
    --h5-line-height: 31px;
    --custom-font-size: 16px;
    --custom-line-height: 23px;
    --isi-font-size: 14px;
    --isi-line-height: 21px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  :root {
    --base-font-size: 14px;
    --base-line-height: 21px;
    --h1-font-size: 38px;
    --h1-line-height: 42px;
    --h2-font-size: 30px;
    --h2-line-height: 34px;
    --h3-font-size: 22px;
    --h3-ine-height: 31px;
    --h5-font-size: 22px;
    --h5-line-height: 31px;
    --custom-font-size: 16px;
    --custom-line-height: 23px;
    --isi-font-size: 14px;
    --isi-line-height: 21px;
    --quantum-footer-font-size: 13px;
    --quantum-footer-line-height: 13px;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
  font-family: var(--base-font-family);
  font-weight: 300;
  color: var(--theme-black);
  max-width: 1280px;
  margin-inline: auto;
  transition: all 0.3s ease-out;
}

sup {
  top: -0.9em;
  font-size: 50%;
  font-family: var(--base-font-family);
  font-weight: normal;
}

.sup-reg {
  font-size: 0.9em;
  top: -2px;
}

.sup-dagger {
  font-size: 0.6em;
  top: -0.4em;
}

.sup-number {
  font-size: 0.5em;
  top: -0.7em;
}

h1 {
  color: var(--theme-white);
  font-size: var(--h1-font-size);
  line-height: var(--h1-line-height);
  font-family: var(--base-title-font-family);
  font-weight: 700;
}

h2 {
  color: var(--primary-color);
  font-size: var(--h2-font-size);
  line-height: var(--h2-line-height);
  font-family: var(--base-title-font-family);
  font-weight: 700;
}

h3 {
  color: var(--primary-color);
  font-size: var(--h3-font-size);
  line-height: var(--h3-ine-height);
  font-family: var(--base-title-font-family);
  font-weight: 700;
}

h4 {
  color: var(--theme-black);
  font-size: var(--h4-font-size);
  line-height: var(--h4-ine-height);
  font-family: var(--base-title-font-family);
  font-weight: 700;
}

h5 {
  color: var(--theme-white);
  font-size: var(--h5-font-size);
  line-height: var(--h5-line-height);
  font-family: var(--base-title-font-family);
  font-weight: 700;
}

h1 sup,
h2 sup,
h3 sup,
h5 sup {
  font-weight: bold;
  font-family: var(--base-title-font-family);
}

@media (max-width: 767px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .full-width-container>.component-content {
    max-width: 100%;
    margin-inline: auto;
    padding-inline: 15px;
  }
}

@media (min-width: 768px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .full-width-container>.component-content {
    max-width: calc(100% - 50px);
    margin-inline: auto;
    padding-inline: 15px;
  }
}

@media (min-width: 1025px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .full-width-container>.component-content {
    max-width: calc(100% - 80px);
    margin-inline: auto;
    padding-inline: 15px;
  }
}

.full-width-container,
.container-fluid,
.promo-banner {
  padding-inline: 0;
  max-width: 100%;
}

a {
  outline: none;
  transition: all ease 0.3s;
}

.link-no-underline {
  text-decoration: none !important;
}

ul {
  list-style-type: none;
  padding: 0;
}

ul li .toggle-header {
  padding-left: 20px;
  font-family: "museo-sans-rounded", sans-serif;
  font-size: 16px;
  position: relative;
}

.item {
  padding-top: 25px;
  cursor: pointer;
  padding-bottom: 25px;
  border-bottom: 1px solid #cccccc;
}

.item .toggle-header {
  position: relative;
}

.field-promolink a {
  display: inline-flex;
  background-color: var(--secondary-color);
  transition: background-color 0.2s;
  font-weight: bold;
  text-decoration: none;
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
  font-family: var(--base-title-font-family);
  padding: 15px 20px 15px 42px;
  justify-content: center;
  color: var(--theme-white);
  width: 100%;
  border-radius: 24px;
  max-width: 355px;
  margin-top: 10px;
}

.promo-video-resource .field-promolink a:after {
  background-image: url(../images/icons/play);
}

.header-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: top 0.3s ease-in-out;
  position: relative;
}



.quantum-top-nav__inner::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100vw - 17px);
  height: 1px;
  background-color: var(--theme-light-grey);
  bottom: 18px;
}

.quantum-header__mobile-content {
  display: none;
}

.quantum-header__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 48px 56px 38px;
  background: var(--theme-white);
}

.quantum-drop-down-menu__top-nav-list {
  display: none;
}

.quantum-drop-down-menu__list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1.125rem;
  margin-bottom: 30px;
}

ul.quantum-drop-down-menu__list li {
  margin: 0;
  padding: 0;
}

ul.quantum-drop-down-menu__list li::before {
  display: none;
}

.quantum-header__logo {
  width: 252px;
}

.quantum-header__left {
  flex-basis: 11em;
}

.quantum-drop-down-menu__link-text {
  font-family: var(--base-title-font-family);
  font-size: var(--base-font-size);
  font-weight: 700;
  line-height: var(--base-line-height);
  color: var(--theme-white);
}

#top-navigation {
  background: var(--theme-white);
}

@media (max-width: 992px) {
  .quantum-header__logo {
    width: 236px;
  }

  .quantum-header__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
    padding: 0;
  }

  .quantum-header {
    position: relative;
  }

  .quantum-header__left {
    flex-basis: auto;
    padding: 39px 15px 15px 15px;
  }

  .quantum-header__mobile-content {
    display: block;
    position: absolute;
    right: 15px;
    top: 27%;
  }

  body.active-menu .quantum-header__mobile-content {
    right: 16px;
    top: 15px;
  }

  .quantum-header__menu {
    display: none;
  }

  .quantum-header__mobile-content .quantum-button {
    display: none;
    background-color: transparent;
    border: 0;
    background-size: cover;
    height: auto;
    padding: 0;
  }

  .quantum-header__mobile-content .quantum-button.quantum-header__menu-trigger--expand-menu {
    display: block;
  }

  .quantum-header__mobile-content .quantum-button svg {
    fill: var(--theme-black);
  }

  .quantum-header__mobile-content .quantum-button.quantum-header__menu-trigger--expand-menu:focus {
    outline: none;
  }

  body.active-menu .quantum-header__menu {
    display: block;
  }

  body.active-menu .quantum-header__menu .quantum-drop-down-menu__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  #top-navigation {
    overflow: hidden;
    display: none;
  }

  body.active-menu #top-navigation {
    height: 100vh;
    display: block;
  }

  body.active-menu {
    overflow: hidden;
  }

  .quantum-top-nav__inner {
    transition: all 0.3s ease-out;
  }

  body.active-menu .quantum-top-nav__inner {
    width: 100%;
    padding: 15px 0;
    background: var(--theme-green);
  }

  body.active-menu .quantum-header__mobile-content .quantum-button.quantum-header__menu-trigger--expand-menu {
    display: none;
  }

  body.active-menu .quantum-header__mobile-content .quantum-button.quantum-header__menu-trigger--collapse-menu {
    display: block;
  }

  .quantum-drop-down-menu__list {
    gap: 0;
    margin-bottom: 0;
    flex-direction: column;
    width: 100%;
  }

  .quantum-top-nav__inner::before {
    display: none;
  }

  .quantum-top-nav__links.quantum-drop-down-menu {
    width: 100%;
  }

  ul.quantum-drop-down-menu__list li {
    width: 100%;
  }

  #top-navigation .quantum-drop-down-menu__list-item a {
    padding: 18px 14px;
    display: block;
    width: 100%;
    border-bottom: 2px solid var(--theme-light-grey);
  }

  .quantum-drop-down-menu__list li:first-of-type a {
    background: var(--secondary-color);
    border-bottom: 0 !important;
    color: var(--theme-white) !important;
    opacity: 1 !important;
  }

  .quantum-drop-down-menu__list li:first-of-type a:hover {
    opacity: 1;
  }

  .header-nav .quantum-button .quantum-icon {
    height: 40px;
    width: 30px;
  }

  body.active-menu .header-nav .quantum-button .quantum-icon {
    height: 40px;
    width: 40px;
  }

  body:not(.active-menu) .quantum-header__mobile-content {
    right: 30px;
  }

  body:not(.active-menu) .header-nav {
    border-top: 19px solid var(--theme-dark-violet);
    border-bottom: 4px solid var(--theme-light-grey);
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .quantum-header__logo {
    width: 13.25rem;
  }
}

.s-btn-primary:hover {
  opacity: 50%;
  color: var(--theme-white);
}

.rayos-hero .component-content {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  justify-content: space-between;
  background-color: var(--primary-color);
}

.rayos-hero p {
  color: var(--theme-white);
}

.accordion-toggle-all {
  color: var(--secondary-color);
  letter-spacing: 0.18px;
  text-transform: uppercase;
  display: flex;
  flex-direction: row-reverse;
  font-size: var(--custom-font-size);
  line-height: var(--custom-line-height);
  font-weight: 700;
  position: relative;
}

.accordion-toggle-all:hover {
  color: var(--secondary-color);
}

.toggle-content .col-12 {
  padding-inline: 0;
}

.toggle-content a,
#fullIsi a {
  font-size: var(--isi-font-size);
  line-height: var(--isi-line-height);
  color: var(--secondary-color);
  text-decoration: underline;
  font-weight: 700;
}

#fullIsi h3 {
  margin-bottom: 15px;
}

#fullIsi p {
  font-size: var(--isi-font-size);
  line-height: var(--isi-line-height);
  font-family: var(--base-font-family);
  font-weight: 300;
}

.demo-shell__fixed-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  border: none;
  border-top: solid 2px #f5f5f5;
  background-color: var(--theme-white);
  transition: all ease 0.2s;
  z-index: 100;
  box-shadow: none;
}

.accordion .field-heading h3 {
  color: var(--theme-black);
  text-align: left;
  margin: 0;
}

.accordion .field-content p {
  font-size: var(--isi-font-size);
  line-height: var(--isi-line-height);
  margin-bottom: 20px;
}

.accordion .field-content p:last-of-type {
  margin-bottom: 0;
}

#top-navigation .quantum-drop-down-menu__list-item a {
  color: var(--secondary-color);
  font-size: var(--drop-down-menu-font-size);
  text-transform: uppercase;
  line-height: var(--drop-down-menu-line-height);
  font-weight: 700;
  letter-spacing: 0.59px;
}

@media (min-width: 768px) {
  .quantum-top-nav__inner {
    flex-direction: row;
  }
}

.quantum-top-nav__inner {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding-left: 5em;
  position: relative;
}

.rayos-hero h1 {
  max-width: 430px;
  text-transform: uppercase;
}

.rayos-hero .promo-text {
  display: flex;
  padding-inline: 52px;
  align-items: center;
  border-bottom: 10px solid var(--theme-dark-violet);
}

#promo-container {
  margin-top: 32px;
  margin-bottom: 26px;
}

#promo-container .column-splitter>.col-lg-6:first-of-type .standard-promo {
  border-bottom: 10px solid #d0d0d0;
  background: var(--theme-light-grey);
  padding: 18px 27px 30px;
}

#term-and-conditions {
  padding-bottom: 80px;
  margin-bottom: 94px;
  position: relative;
}

#term-and-conditions::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 97.5%;
  height: 6px;
  background-color: var(--theme-light-grey);
  bottom: 0;
}

.toggle-content {
  padding-top: 25px;
}

@media (max-width: 767px) {
  .rayos-hero .component-content {
    flex-direction: column;
  }
}

.quantum-back-to-top__label {
  display: none;
}

.quantum-footer .quantum-icon {
  display: none;
}

.quantum-back-to-top {
  text-align: right;
  padding: 16px 56px;
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
}

.quantum-footer__link {
  color: var(--secondary-color);
  text-decoration: underline;
}

.quantum-footer__logo-social-icons p,
.quantum-footer__link {
  font-size: var(--quantum-footer-font-size);
  line-height: var(--quantum-footer-line-height);
}

#footer .quantum-footer {
  padding-inline: 15px;
  background: var(--theme-light-grey);
  padding-top: 39px;
  box-shadow: 0px 100vh 0px 100vh var(--theme-light-grey);
}

.quantum-back-to-top .quantum-back-to-top__label {
  display: none;
}

.quantum-back-to-top__button {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: var(--theme-white);
  color: var(--theme-grey);
  transition: all linear 0.2s;
  box-shadow: 0px 2px 6px rgb(0 0 0 / 44%);
}

.quantum-back-to-top__button .quantum-icon {
  display: block;
  fill: currentColor;
  color: inherit;
  width: 0.8em;
  padding-left: 2px;
  padding-bottom: 2px;
}

#fullIsi a,
#top-navigation a,
.quantum-footer__link {
  color: var(--secondary-color);
  text-decoration: none;
  font-weight: 700;
}

#top-navigation a:active,
.quantum-footer__link:active,
#top-navigation a:hover,
.quantum-footer__link:hover,
#top-navigation a:focus,
.quantum-footer__link:focus {
  opacity: 50%;
  color: #f38f1d;
  text-decoration: none;
}

.accordion a:active,
.accordion a:hover,
.accordion a:focus {
  opacity: 50%;
  color: #f38f1d;
}

#fullIsi a:active,
#fullIsi a:hover,
#fullIsi a:focus {
  opacity: 50%;
  color: #f38f1d;
  text-decoration: underline;
}

#fullIsi a {
  text-decoration: underline;
}

.accordion-toggle-all:hover {
  text-decoration: none;
  opacity: 50%;
  color: #f38f1d;
}

.accordion-toggle-all:before,
.accordion-toggle-all:after {
  font-size: 26px;
  content: "" !important;
  width: 15px;
  height: 3px;
  background-color: var(--secondary-color);
  display: block;
  transition: all ease 0.25s;
  transform-origin: 50% 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: auto;
  right: 130px;
}

.accordion-toggle-all:after {
  transform: rotate(-90deg);
}

.accordion-toggle-all.active:after,
.accordion-toggle-all.active:before {
  transform: rotate(0deg);
  right: 150px;
}

.item .toggle-header:after,
.item .toggle-header:before {
  content: "" !important;
  width: 15px;
  height: 3px;
  background-color: var(--secondary-color);
  display: block;
  transition: all ease 0.25s;
  transform-origin: 50% 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

.toggle-header.icon:after {
  transform: rotate(0);
  width: 22px;
  height: 2px;
}

.toggle-header:after {
  transform: rotate(-90deg);
}

.item.active .toggle-header:after,
.item.active .toggle-header:before {
  transform: rotate(0deg);
}

.page-not-found>.container {
  padding-inline: 30px;
}

.page-not-found>.container p {
  margin-bottom: 25px;
  margin-top: 60px;
}

.page-not-found>.container a {
  color: var(--secondary-color);
  font-weight: 900;
  text-decoration: underline;
}

.page-not-found>.container h3 {
  color: var(--theme-black);
  margin-top: 60px;
}

.page-not-found>.container h3+p {
  margin-top: 10px;
  margin-bottom: 10px;
}

#fullIsi .container>p:not(:last-of-type) {
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .mobile-only {
    display: block !important;
  }

  .desktop-only {
    display: none !important;
  }

  .component-content img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  #hero-banner-container .component-content img {
    margin-top: -2px;
  }

  .quantum-footer__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .quantum-footer__links-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
    margin-top: 25px;
  }

  .quantum-back-to-top {
    padding: 0;
    margin-bottom: 17px;
    padding-right: 19px;
    margin-top: -15px;
  }

  #hero-banner-container {
    padding-inline: 0;
  }

  .rayos-hero .promo-text {
    padding: 19px 17px;
  }

  .rayos-hero h1 {
    max-width: 274px;
  }

  .rayos-hero p {
    max-width: 268px;
  }

  #promo-container .column-splitter>.col-lg-6:first-of-type {
    padding-inline: 0;
    margin-bottom: 30px;
  }

  #promo-container .column-splitter>.col-lg-6:first-of-type .standard-promo {
    padding: 20px 27px 30px;
  }

  .standard-promo {
    padding-inline: 2px;
  }

  .field-promolink a {
    --base-font-size: 18px;
    --base-line-height: 22px;
    max-width: 249px;
    padding: 15px 42px 15px 42px;
    text-align: center;
    margin: 0;
  }

  .standard-promo .field-promolink {
    text-align: center;
  }

  #promo-container {
    margin-bottom: 46px;
  }

  #term-and-conditions {
    padding-bottom: 50px;
    margin-bottom: 60px;
  }

  .accordion-toggle-all {
    justify-content: flex-end;
    padding-left: 43px;
  }

  .accordion-toggle-all:before,
  .accordion-toggle-all:after {
    left: 7px;
    right: auto !important;
  }

  .accordion .field-heading h3 {
    --h3-font-size: 18px;
    --h3-ine-height: 23px;
  }

  .accordion-toggle-all {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  #frequently-asked-questions {
    padding-inline: 25px;
  }

  .item {
    padding-inline: 10px;
  }

  .accordion-toggle-all:hover {
    opacity: 100%;
  }

  .item .toggle-header:after,
  .item .toggle-header:before,
  .accordion-toggle-all:before,
  .accordion-toggle-all:after {
    width: 16px;
    height: 2px;
  }

  .demo-shell {
    margin-top: 18px;
    padding-top: 18px;
  }

  .quantum-footer__logo-social-icons {
    border-top: 1px solid var(--theme-grey);
    padding-top: 15px;
  }

  #fullIsi .container>p:not(:last-of-type) {
    margin-bottom: 21px;
  }
}

@media (min-width: 768px) {
  .quantum-footer__inner {
    --quantum-footer__inner_grid-col: 12;
    display: grid;
    grid-template-columns: repeat(var(--quantum-footer__inner_grid-col), 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 0;
  }

  .quantum-footer__link {
    display: inline-flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .quantum-footer__links-row>a+a:before {
    content: "";
    width: 1px;
    background-color: var(--secondary-color);
    margin-inline: 10px;
    height: 13px;
  }

  .quantum-footer__links-row {
    grid-column: 3 / 13;
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-top: 0;
  }

  .quantum-footer__logo-social-icons {
    grid-column: 3 / 13;
    margin-top: 60px;
    border-top: 1px solid var(--theme-grey);
    padding-top: 20px;
    margin-right: 56px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .quantum-footer__link {
    position: relative;
  }

  .quantum-footer__links-row>a+a:before {
    position: absolute;
    left: -35px;
  }

  .quantum-footer__links-row {
    flex-wrap: wrap;
    gap: 13px;
    column-gap: 42px;
  }

  .quantum-footer__links-row .quantum-footer__link:nth-of-type(4):before {
    display: none;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .quantum-footer__links-row .quantum-footer__link:nth-of-type(4):before {
    display: block;
  }

  .quantum-footer__links-row .quantum-footer__link:nth-of-type(5):before {
    display: none;
  }
}

.mobile-only {
  display: none;
}

.desktop-only {
  display: block;
}

#fullIsi .indication-text h3 {
  margin-bottom: 5px;
}

.page-about-ted .container .rich-text ul li:last-of-type {
    font-weight:bold;
  }

.page-frequently-asked-questions #footer
{
  
  border-top:3px solid black;
}
.page-find-a-thyroid-eye-disease-specialist .s-cta-btn.s-btn-load-more,
.page-find-a-thyroid-eye-disease-specialist .s-cta-btn.s-btn-compare {
    display: none;
}
.page-what-is-graves-disease #section-cause p{
  margin-bottom:23px;
}

.page-frequently-asked-questions #footer {
  border-top: 3px solid black;
}
.page-tracking-ted-signs #section-cause .promo:last-child p a {
  font-weight:normal !important;
}
.page-survey .theme-contentcta-no-border-bottom {
  border-top:0px !important;
}
.page-about-ted .container .rich-text ul li:last-of-type {
  font-weight:normal;
}
.quantum-hero__text {
    top: 217px;
}
.page-ted-flares-and-triggers .theme-contentcta-no-border-bottom {
    border-top:none;
}
.quantum-back-to-top__button {
  display: none !important;
}
.page-thankyou .cms-editor p:last-of-type {
  display: none !important;
}
.page-thankyou .twoColumnContentSplit h5 {
  font-weight: bold;
  font-size: 22px;
  max-width: 100% !important;
  margin-left: 20%;
}
#footer .quantum-footer {
  border-top: 3px solid black !important;
}
.page-ted-graves-disease-stories a.video-promo {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0;
}
.page-find-a-thyroid-eye-disease-specialist .s-cta-btn.s-btn-load-more{
	display:block;
}