@import url('https://fonts.amgen.com/s/Nunito-Sans/v15/stylesheet.css');
@import url('https://fonts.amgen.com/s/montserrat/v25/stylesheet.css');

:root {
  --base-font-family: "Nunito Sans";
  --base-title-font-family: "Nunito Sans";
  --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: "Nunito Sans", 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 (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;
}

.mailing-address-block {
  display: none;
}

.contact-section label {
  display: block;
  margin-bottom: .5rem;
}

.sign-next,
.sign-finish {
  background-color: #b8323b;
  border-radius: 0;
  max-width: 300px;
  width: 100%;
  text-align: center;
  height: 49px;
  font-size: 16px;
  line-height: 19px;
  font-family: "Montserrat", sans-serif;
  color: rgb(255, 255, 255);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.progress-bar {
  margin-bottom: 30px;
}

input[type=checkbox],
.contact-section input[type=radio] {
  margin-right: 10px;
}

.maling-adress-main {
  display: none;
}

.sign-next {
  display: none;
}

.contact-section .row {
  width: 100%;
}

.optional_form_section {
  width: 100%;
}

.phone-number-field-main {
  display: none;
}

.page-ted-specialist-finder #pageTitle {
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 30px;
}

.page-ted-specialist-finder #near-you {
  font-family: "TiresiasSignfont", sans-serif;
  font-size: 40px;
  line-height: 50px;
  color: #005133;
}

@media (min-width: 992px) {
  .starting-your-infusions #tepezza-infusions+.learn-more-container .field-promotext {
    width: 709px;
  }
}

.material-symbols-outlined {
  display: none !important;
}

specialist-finder-cta .s-sfc-form {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  font-family: inherit;
  width: 100%;
  color: #fff;
  height: 60px;
  max-width: 600px;
  border-radius: 30px;
  border: 1px solid #9a1d5e;
  background: #9a1d5e;
  transition: background-color 5000sease-in-out 0s;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 32px;
}

specialist-finder-cta .s-sfc-input-container {
  margin: 0;
  width: -webkit-fill-available;
}

specialist-finder-cta .s-sfc-input {
  border: 0;
  border-radius: 0;
  padding: 10px 40px;
  width: 100%;
  height: 58px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  background: #9a1d5e;
  -webkit-text-fill-color: #fff;
}

specialist-finder-cta .s-sfc-btn-container {
  position: relative;
  min-width: 97px;
  max-width: 97px;
}

specialist-finder-cta .s-sfc-btn-container::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 50%;
  transform: translateY(-50%);
  left: -3%;
  width: 1px;
  height: 75%;
  background-color: white;
}

.s-submit-btn.s-btn-primary {
  color: white;
  border: none;
  cursor: pointer !important;
  margin: 0;
  position: absolute;
  top: 0;
  right: -1px;
  padding: 0rem;
  opacity: 1;
  z-index: 10;
  background: url(../images/icons/search-icon) no-repeat center center;
  background-size: 25.97px;
  width: 99px;
  height: 58px;
  outline: none !important;
  font-size: 0;
  background-position-x: 2.5rem;
}

.near-me {
  display: none !important;
}

.specialist-finder-cta .s-sfc-input:-webkit-autofill,
.specialist-finder-cta .s-sfc-input:-webkit-autofill:hover,
.specialist-finder-cta .s-sfc-input:-webkit-autofill:focus,
.specialist-finder-cta .s-sfc-input:-webkit-autofill:active {
  appearance: unset !important;
  background: #9a1d5e !important;
  -webkit-box-shadow: 0 0 0 1000px #9a1d5e inset !important;
  -webkit-text-fill-color: #fff !important;
  color: #fff !important;
  transition: background-color 5000s ease-in-out 0s;
}

.page-ted-specialist-finder specialist-finder specialist-finder-results .s-results-title {
  margin-bottom: 32px;
}

@media (min-width: 1024px) {
  .page-ted-specialist-finder specialist-finder specialist-finder-results.s-map-on-left {
    grid-template-columns: 2fr 0.6fr 6fr;
    grid-template-areas:
      "subComponent subComponent subComponent"
      "resultsTitle resultsTitle resultsTitle"
      "filtersSection btnToggleAll mapView"
      "resultsView resultsView mapView"
      "actionBar actionBar legends";
  }
}

.page-ted-specialist-finder .find-a-ted-specialist specialist-finder specialist-finder-results.s-grid,
.page-ted-specialist-finder .find-a-ted-specialist specialist-finder specialist-finder-results.s-compare-view-active .s-compare-view {
  display: grid;
  max-width: 964px;
  margin-inline: auto;
}

.page-ted-specialist-finder specialist-finder specialist-finder-results .s-category-list,
.page-ted-specialist-finder specialist-finder specialist-finder-results .s-legend-list,
.page-ted-specialist-finder specialist-finder specialist-finder-results .s-btn-toggle-all {
  display: none !important;
}

@media (min-width: 1024px) {
  .page-ted-specialist-finder specialist-finder specialist-finder-results.s-map-on-left {
    grid-template-columns: 2fr 0.1fr 6fr;
    grid-template-areas:
      "resultsTitle resultsTitle resultsTitle"
      "resultsView resultsView mapView"
      "actionBar actionBar mapView";
    margin-bottom: 32px;
  }

  .page-ted-specialist-finder specialist-finder specialist-finder-results .s-map-view {
    margin-left: -10px;
  }
}

.page-ted-specialist-finder specialist-finder specialist-finder-results .s-accordion-list-view .s-accordion-view .s-accordion-item {
  margin-bottom: 0;
  border-bottom: 1px solid #898989;
}

.page-ted-specialist-finder specialist-finder specialist-finder-results .s-results-view {
  grid-area: resultsView;
  border-top: 1px solid #898989;
  border-bottom: 1px solid #898989;
  border-left: 1px solid #898989;
}

.page-ted-specialist-finder specialist-finder specialist-finder-results .s-marker-item img {
  display: none;
}

.page-ted-specialist-finder specialist-finder specialist-finder-results .s-accordion-header .s-btn-accordion {
  flex-direction: column;
  align-items: flex-start;
}

.page-ted-specialist-finder specialist-finder specialist-finder-results .s-primary-column {
  border-right: 0;
  display: flex;
  gap: 33px;
}

.page-ted-specialist-finder specialist-finder specialist-finder-results .s-primary-column span,
.page-ted-specialist-finder specialist-finder specialist-finder-results .s-marker-item .s-marker-label {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.page-ted-specialist-finder specialist-finder specialist-finder-results .s-marker-item {
  display: unset;
}

.page-ted-specialist-finder specialist-finder specialist-finder-results .s-marker-item .s-marker-label {
  color: #005133;
}

.page-ted-specialist-finder specialist-finder specialist-finder-results .s-name-item {
  flex-direction: row-reverse;
  align-items: flex-start;
}

.page-ted-specialist-finder specialist-finder specialist-finder-results .s-checkbox {
  border: 2px solid #8e1c52;
}

.page-ted-specialist-finder .s-name-container {
  padding-left: 8px;
  gap: 0;
}

.page-ted-specialist-finder specialist-finder specialist-finder-results .s-checkbox {
  border: 2px solid #8e1c52;
  appearance: unset;
  border-radius: 4px;
  min-width: 20px;
  height: 20px;
  margin-top: 5px;
  position: relative;
  cursor: pointer;
}

.page-ted-specialist-finder specialist-finder specialist-finder-results .s-checkbox:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);

}

.page-ted-specialist-finder specialist-finder specialist-finder-results .s-checkbox:checked {
  background: #8e1c52;
}

.page-ted-specialist-finder .s-name-container {
  padding-left: 8px;
  gap: 0;
  font-size: 22px;
  line-height: 29px;
  margin-bottom: 0;
  font-weight: normal;
  font-family: "TiresiasSignfont", sans-serif;
  text-transform: uppercase;
}

.page-ted-specialist-finder .s-specialty-value,
.page-ted-specialist-finder specialist-finder specialist-finder-results .s-address-item,
.page-ted-specialist-finder .s-language-value {
  font-size: 22px;
  line-height: 29px;
  font-family: "TiresiasPCfont", sans-serif;
  color: black;
}

.page-ted-specialist-finder specialist-finder specialist-finder-results .s-address-item {
  display: flex;
  flex-direction: column;
  padding-left: 31px;
  margin: 0;
}

.page-ted-specialist-finder specialist-finder specialist-finder-results .s-accordion-header .s-btn-accordion:active,
.page-ted-specialist-finder specialist-finder specialist-finder-results .s-accordion-header .s-btn-accordion:focus {
  outline: none;
}

.page-ted-specialist-finder specialist-finder specialist-finder-results .s-disabled {
  display: none;
}

.page-ted-specialist-finder specialist-finder specialist-finder-results .s-accordion-list-view {
  height: 648px;
  border-bottom: 0;
}

.page-ted-specialist-finder specialist-finder specialist-finder-results .s-cta-btn {
  font-size: 13px;
  font-family: "TiresiasPCfont", sans-serif;
  border-right: 0;
  color: var(--white);
  border: 2px solid var(--purple);
  background-color: var(--purple);
  padding-inline: 0;
  min-width: 103px;
  flex-direction: row-reverse;
  gap: 5px;
  justify-content: space-evenly;
}

.page-ted-specialist-finder specialist-finder specialist-finder-results .s-cta-btn:hover,
.page-ted-specialist-finder specialist-finder specialist-finder-results .s-cta-btn:active,
.page-ted-specialist-finder specialist-finder specialist-finder-results .s-cta-btn:focus {
  color: var(--purple);
  background-color: var(--white);
  outline: none;
}

.page-ted-specialist-finder .material-symbols-outlined {
  display: inline-block !important;
}

.page-ted-specialist-finder specialist-finder specialist-finder-results .s-cta-btn::after {
  display: none;
}

.page-ted-specialist-finder specialist-finder-cta .s-sfc-input-container .material-symbols-outlined {
  display: none !important;
}

.page-ted-specialist-finder #near-you+p {
  margin-top: 32px;
}

@media (max-width: 767px) {

  .page-ted-specialist-finder specialist-finder specialist-finder-results.s-grid,
  .page-ted-specialist-finder specialist-finder specialist-finder-results.s-compare-view-active .s-compare-view {
    display: flex;
    flex-direction: column;
  }

  .page-ted-specialist-finder specialist-finder specialist-finder-results .s-action-bar .material-symbols-outlined {
    width: auto;
    max-width: unset;
    height: 17px;
  }

  .page-ted-specialist-finder specialist-finder specialist-finder-results .s-results-title {
    margin-bottom: 20px;
  }

  .page-ted-specialist-finder specialist-finder-cta .s-sfc-form {
    margin-top: 3px;
    margin-bottom: 32px;
  }

  .page-ted-specialist-finder specialist-finder specialist-finder-results.s-map-on-left {
    margin-bottom: 30px;
  }

  .page-ted-specialist-finder specialist-finder specialist-finder-results .s-action-bar {
    border-top: 0;
  }

  .page-ted-specialist-finder specialist-finder specialist-finder-results .s-results-view {
    border: 1px solid #898989;
  }

  .page-ted-specialist-finder #pageTitle {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 24px;
  }

  .page-ted-specialist-finder #near-you {
    font-size: 26px;
    line-height: 36px;
  }

  .page-ted-specialist-finder #near-you+p {
    margin-top: 24px;
  }
}

.page-ted-specialist-finder specialist-finder-cta .s-sfc-input-container .zipCodeError {
  text-align: center;
  margin-top: 16px;
  color: var(--Color-Basic-Color-error, #BC0000) !important;
  font-family: "TiresiasPCfont", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.page-ted-specialist-finder specialist-finder-cta .s-sfc-form:has(.zipCodeError[style*="display: block;"]) {
  margin-bottom: 80px;
}

.page-ted-specialist-finder #questions_about_thyroid_section.learn-more-container .promo .right-txt-left-wrap {
  max-width: 100%;
}

.page-ted-specialist-finder #telemedicine_visits_section.learn-more-container {
  background: white;
}

@media (min-width: 1199px) {
  .page-ted-specialist-finder #telemedicine_visits_section.learn-more-container {
    background: white;
    border-top: 0;
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .page-ted-specialist-finder #telemedicine_visits_section.learn-more-container {
    padding-inline: 20px;
  }

  .page-ted-specialist-finder specialist-finder-cta .s-sfc-input-container .zipCodeError {
    font-size: 16px;
    line-height: 24px;
    margin-left: 3.5rem;
  }

  #questions_about_thyroid_section .right-txt-right-wrap a {
    font-size: 16px;
    line-height: 22px;
    margin-right: 0;
    text-align: center;
    padding: 6px 12px;
    border-radius: 4px;
  }

  #telemedicine_visits_section .btn-wrap a {
    padding-block: 6px;
  }

  #telemedicine_visits_section .two-link-promo p.btn-wrap {
    gap: 16px;
  }

  .page-ted-specialist-finder specialist-finder specialist-finder-results.s-grid {
    margin-bottom: 30px;
  }

  .page-ted-specialist-finder #telemedicine_visits_section.learn-more-container {
    background: white;
    padding-inline: 20px;
    border-image: none;
    border-top: 2px solid #005133;
    position: relative;
    border-bottom: 0;
  }

  .page-ted-specialist-finder #telemedicine_visits_section.learn-more-container::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #98215e 0%, #5ad4d0 50%, #a5cf4f 100%);
  }

}