@charset "UTF-8";
/*
* Theme Name: Lupus Therapeutics
* Author: Lupus Therapeutics
* Text Domain: lupus-therapeutics
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");

body {
  margin: 0;
  line-height: 1.75;
  font-family: "Montserrat", sans-serif;
}

body.body-nav-scrolled {
  margin-top: 150px;
}

h1, h2, h3, h4, h5, h6, blockquote {
  text-wrap: balance;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1em;
}

img {
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

.container {
  max-width: 90%;
}

@media (min-width: 1401px) {
  .container {
    width: 1500px;
  }
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  margin-top: 1em;
  margin-bottom: 2em;
}

button a {
  display: inline-block;
  padding: 0.75em 3em;
  text-transform: uppercase;
  font-size: clamp(1rem, 3vw, 1.125rem) !important;
  font-weight: 700;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
}

@media (max-width: 576px) {
  button a {
    padding: 1em 2em;
  }
}

button a:hover {
  -webkit-filter: contrast(1.25);
  filter: contrast(1.25);
  color: #fff;
}

.section-subpage-main {
  padding: 0 0 4em 0;
}

.section-subpage-main h2 {
  color: #7f008d;
  font-weight: 700;
}

.section-subpage-main h3 {
  font-size: clamp(1.25rem, 3vw, 1.45rem);
  color: #D91218;
  font-weight: 700;
  line-height: 140%;
  margin-top: 2rem;
}

.section-subpage-main h4 {
  margin-top: 2rem;
  color: #7f008d;
  font-size: clamp(1rem, 1.25vw, 1.35rem);
  font-weight: 700;
  margin-bottom: 0;
}

.section-subpage-main h5,
.section-subpage-main h6 {
  color: #7f008d;
  font-size: clamp(0.9rem, 1.08vw, 1.16rem);
  margin-top: 2rem;
  font-weight: 700;
}

/* .section-subpage-main */
.section-under-construction {
  height: 60vh;
}

@media (max-width: 992px) {
  ul.navbar-nav.me-auto.mb-2.mb-lg-0.nav.w-100.justify-content-end {
    display: block;
    overflow-y: auto;
    height: 100%;
  }
}

html,
body {
  overflow-x: hidden;
  /* Prevent scroll on narrow devices */
}

body {
  font-family: "Montserrat", sans-serif;
}

a {
  color: #D91218;
}

a:hover {
  color: #5c2f92;
}

.navbar-toggler {
  border: none;
  width: 70px;
}

.navbar-toggler:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.nav-main {
  padding: 1em 0 0 0;
  margin: 0 !important;
}

.navbar-toggler {
  widtH: 60px;
}

.nav-main .nav {
  flex-wrap: nowrap;
}

nav.navbar a {
  text-decoration: none;
  white-space: normal;
}

@media (min-width: 993px) and (max-width:1330px) {
  nav.navbar {
    display: block;
  }

  #navbars {
    margin-top: 1rem;
  }
}

@media (min-width: 993px) {
  nav.navbar {
    display: block;
  }

  #navbars {
    margin-top: 1rem;
  }

  .navbar-expand-lg {
    gap: 1em;
  }

  .menu-main-navigation-container {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    text-align: left;
  }

  .menu-main-navigation-container .navbar-nav>li {
    font-size: clamp(0.9em, 1vw, 1.15em);
    padding: 0 20px 0 0;
    white-space: nowrap;
  }
  .menu-main-navigation-container .navbar-nav > li:last-child {
    padding-right: 0;
  }

  .menu-main-navigation-container .sub-menu {
    display: none;
    position: absolute;
    z-index: 1000;
    min-width: 15rem;
    padding: 1rem 1rem 0;
    margin: 0 0 0 20px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
  }

  .menu-main-navigation-container .sub-menu li {
    margin: 0 0 1rem;
    font-size: 90%;
  }

  .menu-main-navigation-container .sub-menu li a {
    display: block;
  }

  .menu-main-navigation-container .menu-item-has-children {
    position: relative;
  }

  .menu-main-navigation-container .menu-item-has-children::after {
    content: "›";
    /*
    position: absolute;
    right: 8px;
    top: -3px;
    font-size: 20px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    */
  }

  .menu-main-navigation-container .menu-item-has-children:hover>.sub-menu {
    display: block;
  }

  #menu-main-navigation {
    gap: 1em;
  }
}

/* @media (min-width: 993px) */
.sub-menu>li {
  list-style: none;
  font-weight: 400;
}

.sub-menu>li a {
  display: block;
}

.sub-menu ul {
  display: none;
}

@media (max-width: 992px) {
  .menu-main-navigation-container {
    position: absolute;
    z-index: 9999;
    font-size: 90%;
  }

  .menu-main-navigation-container .navbar-nav>li {
    margin-top: 1rem;
    font-weight: 700;
  }

  .menu-main-navigation-container li {
    display: block;
    padding: 10px 20px 10px 0;
    margin: 0;
  }

  .menu-main-navigation-container .sub-menu {
    padding: 0 0 0 20px;
    margin-top: 10px;
  }

  .menu-main-navigation-container a {
    width: 100%;
    display: block;
  }
}

/* @media (max-width: 992px) */
@-webkit-keyframes navScrolled {
  0% {
    top: -200px;
  }

  100% {
    top: 0;
  }
}

@keyframes navScrolled {
  0% {
    top: -200px;
  }

  100% {
    top: 0;
  }
}

.nav-main .nav-logo {
  width: 300px;
  float: left;
}

.nav-main .container {
  width: 90%;
  max-width: 90%;
}

@media (max-width: 992px) {
  .nav-main .container {
    width: 100%;
    max-width: 100%;
  }
}

.nav-main.nav-scrolled {
  padding: 0 !important;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  background: #fff;
  width: 100%;
  -webkit-animation: navScrolled 1s ease;
  animation: navScrolled 1s ease;
}

.nav-main.nav-scrolled .navbar {
  padding: 0;
}

.nav-main.nav-scrolled .nav-logo {
  width: 180px;
  padding: 0.5em;
}

@media (max-width: 992px) {
  .nav-main.nav-scrolled .nav-logo {
    width: 150px;
  }
}

@media (max-width: 1200px) {
  .nav-item {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .nav-main {
    margin: 0 !important;
    padding: 0 !important;
  }

  .nav-main .nav-logo {
    width: 150px;
  }

  .nav-main .navbar {
    padding: 0;
  }

  .nav-main .navbar-nav {
    padding-bottom: 3em;
  }

  .offcanvas-collapse {
    position: fixed;
    top: 0;
    right: -340px;
    width: 340px;
    padding-right: 1rem;
    padding-left: 2rem;
    padding-top: 4rem;
    padding-bottom: 6em;
    overflow-y: auto;
    color: #fff;
    transition: 0.5s right ease;
    height: 100vh;
  }

  .offcanvas-collapse button,
  .offcanvas-collapse li,
  .offcanvas-collapse svg {
    z-index: 1;
  }

  .offcanvas-collapse::after {
    /* fix for background height bug when nav active class is toggled */
    background-color: #5c2f92;
    position: fixed;
    width: 340px;
    height: 100vh;
    content: "";
    top: 0;
    right: 0;
    z-index: 0;
  }

  .offcanvas-collapse.open {
    right: 0;
  }

  #navbarSideClose {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    width: 60px;
  }

  #navbarSideClose svg {
    width: 30px;
    height: 30px;
  }

  .offcanvas-collapse a {
    color: #fff;
    white-space: normal;
  }
}

@media (max-width: 500px) {
  #navbars {
    background: #5c2f92;
  }
}

#navbars {
  z-index: 1100;
  float: right;
}

.hero-home {
  position: relative;
  width: 100%;
  display: flex;
  background: #7f008d;
  /* anchor link */
}

@media (min-width: 993px) {
  .hero-home {
    min-height: 600px;
    height: 50vh;
  }
}

@media (max-width: 992px) {
  .hero-home {
    flex-direction: column;
    height: auto;
    min-height: auto;
  }
}

.hero-home .down-arrow {
  position: absolute;
  top: calc(100% - 2em);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 3em;
  height: 3em;
  z-index: 3;
}

.hero-home .down-arrow:hover {
  -webkit-filter: contrast(1.35);
  filter: contrast(1.35);
}

.hero-home .container {
  width: 100%;
  max-width: 80%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 3;
}

@media (max-width: 992px) {
  .hero-home .container {
    position: relative;
    align-items: center;
    justify-content: center;
    top: 0;
    left: auto;
    margin: 2em auto;
    padding: 1em;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}

.hero-home .container .container-inner {
  width: 49%;
}

@media (max-width: 992px) {
  .hero-home .container .container-inner {
    width: 100%;
  }
}

.hero-home .container h1 {
  font-size: clamp(1.5rem, 2.25vw, 1.875rem);
  line-height: 1.5;
  margin-bottom: 0.5em;
}

@media (max-width: 1400px) {
  .hero-home .container h1 br {
    display: none;
  }
}

.hero-home .container h1 span {
  position: relative;
  font-weight: 700;
}

.hero-home .container h1 span::after {
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  width: 100%;
  height: 5px;
  background: #c7007f;
}

.hero-home .container button {
  margin-bottom: 0;
}

.hero-home .container button a {
  background: #fff;
  color: #7f008d;
}

.hero-home .container button a:hover {
  opacity: 0.8;
}

.hero-home .hero-left {
  position: relative;
  padding: 14em 0 14em 3em;
  width: 48.5%;
  z-index: 2;
  background: #7f008d;
  color: #fff;
}

@media (max-width: 992px) {
  .hero-home .hero-left {
    width: 100%;
    padding: 0;
    order: 2;
  }
}

.hero-home .hero-left .home-hero-curve {
  position: absolute;
  height: 100%;
  top: 0;
  right: -6em;
  z-index: -1;
}

@media (max-width: 992px) {
  .hero-home .hero-left .home-hero-curve {
    display: none;
  }
}

.hero-home .hero-right {
  position: relative;
  display: block;
  overflow: hidden;
  width: 51.5%;
}

@media (max-width: 992px) {
  .hero-home .hero-right {
    width: 100%;
    height: 400px;
  }
}

@media (max-width: 420px) {
  .hero-home .hero-right {
    height: 300px;
  }
}

.hero-home .hero-right img.heropic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 992px) {
  .hero-home .hero-right img.heropic {
    position: relative;
  }
}

.hero-home #more {
  position: absolute;
  bottom: 90px;
  width: 100%;
  left: 0;
}

@media (max-width: 992px) {
  .hero-home #more {
    bottom: 80px;
  }
}

section.below-hero-home {
  position: relative;
  /* .container:not(.container--block-content) */
}

section.below-hero-home .container:not(.container--block-content) {
  position: relative;
  display: flex;
  max-width: 90%;
  padding: 0;
  /* .container */
  /* &.home-row-2 */
  /* &.home-row-3 */
  /* &.home-row-4 */
}

@media (min-width: 1401px) {
  section.below-hero-home .container:not(.container--block-content) {
    width: 2000px;
    max-width: 90%;
  }
}

@media (min-width: 1101px) {
  section.below-hero-home .container:not(.container--block-content) {
    min-height: 40vh;
    align-content: center;
  }
}

@media (max-width: 1200px) {
  section.below-hero-home .container:not(.container--block-content) {
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  section.below-hero-home .container:not(.container--block-content) {
    flex-direction: column;
    margin-top: 3em;
  }
}

@media (max-width: 576px) {
  section.below-hero-home .container:not(.container--block-content) .left {
    height: 300px !important;
  }
}

section.below-hero-home .container:not(.container--block-content) p a {
  position: relative;
  display: inline;
  color: #7f008d;
  font-weight: 600;
  text-decoration: underline;
}

section.below-hero-home .container:not(.container--block-content) p a:hover {
  color: #D91218;
}

section.below-hero-home .container:not(.container--block-content).home-row-2 .left {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 20%;
  width: 100%;
}

@media (max-width: 992px) {
  section.below-hero-home .container:not(.container--block-content).home-row-2 .left {
    display: block;
    height: 500px;
  }
}

section.below-hero-home .container:not(.container--block-content).home-row-2 button a {
  background-color: #c7007f;
}

section.below-hero-home .container:not(.container--block-content) .right {
  padding: 5em;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

section.below-hero-home .container:not(.container--block-content) .right button {
  max-width: auto;
}

@media (max-width: 992px) {
  section.below-hero-home .container:not(.container--block-content) .right {
    padding: 3em 2em;
  }
}

section.below-hero-home .container:not(.container--block-content) .right h2 {
  color: #7f008d;
  font-size: 1.75rem;
}

section.below-hero-home .container:not(.container--block-content) .right h2 span {
  font-weight: 700;
}

section.below-hero-home .container:not(.container--block-content).home-row-3 .left {
  position: relative;
  order: 2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}

@media (max-width: 992px) {
  section.below-hero-home .container:not(.container--block-content).home-row-3 .left {
    order: 1;
    display: block;
    height: 500px;
  }
}

section.below-hero-home .container:not(.container--block-content).home-row-3 .right {
  background: #f5ecf0;
}

@media (max-width: 992px) {
  section.below-hero-home .container:not(.container--block-content).home-row-3 .right {
    order: 2;
  }
}

section.below-hero-home .container:not(.container--block-content).home-row-3 button a {
  background-color: #5c2f92;
}

section.below-hero-home .container:not(.container--block-content).home-row-4 .left {
  position: relative;
  background-image: url("img/home-pic-catalyzing.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100% !important;
}

@media (max-width: 992px) {
  section.below-hero-home .container:not(.container--block-content).home-row-4 .left {
    display: block;
    height: 500px;
  }
}

section.below-hero-home .container:not(.container--block-content).home-row-4 button a {
  background-color: #D91218;
}

section.below-hero-home .container:not(.container--block-content) button {
  text-align: left;
}

section.below-hero-home .container:not(.container--block-content) a {
  text-align: center;
}

section.below-hero-home .container:not(.container--block-content) *:not(button, a) {
  width: 100%;
}

section.below-hero-home .container--block-content {
  padding: 2.25rem 0 1.5rem;
}

/* section.below-hero-home */
.hero-subpage {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 4em;
  background: #7f008d;
}

@media (max-width: 992px) {
  .hero-subpage {
    flex-direction: column;
    margin-bottom: 5em;
    justify-content: flex-end !important;
  }
}

.hero-subpage .container {
  display: flex;
  justify-content: flex-start;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}

@media (max-width: 992px) {
  .hero-subpage .container {
    position: relative;
    width: 100%;
    top: 0 !important;
    left: 0;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    padding: 1.5em 0;
    order: 2;
  }

  .hero-subpage .container h1 {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .hero-subpage .container {
    justify-content: center;
    text-align: center;
  }
}

.hero-subpage .container h1 {
  color: #fff;
  font-weight: 700;
  font-size: clamp(1.5rem, 2.25vw, 1.875rem);
  line-height: 1.5;
}

@media (min-width: 993px) {
  .hero-subpage .container h1 {
    max-width: 310px;
  }
}

@media (min-width: 1401px) {
  .hero-subpage .container h1 {
    max-width: 400px;
  }
}

.hero-subpage .container h1 span {
  position: relative;
  font-weight: 300;
}

.hero-subpage .hero-left {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 10em 0;
  z-index: 2;
  background: #7f008d;
  color: #fff;
  width: 39%;
}

@media (max-width: 1400px) {
  .hero-subpage .hero-left {
    width: 35%;
  }
}

@media (max-width: 992px) {
  .hero-subpage .hero-left {
    display: none;
  }
}

.hero-subpage .hero-left img {
  position: absolute;
  height: 100%;
  top: 0;
  right: -4.5em;
  z-index: -1;
}

.hero-subpage .hero-right {
  position: relative;
  width: 61%;
  background: #db4647;
}

@media (max-width: 1400px) {
  .hero-subpage .hero-right {
    width: 65%;
  }
}

@media (max-width: 992px) {
  .hero-subpage .hero-right {
    width: 100%;
  }
}

.hero-subpage .hero-right img.heropic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left center;
  object-position: left center;
}

@media (max-width: 992px) {
  .hero-subpage .hero-right img.heropic {
    position: relative;
    display: block;
  }
}

/* /.hero-subpage */
.prev-next--section {
  border-top: 1px solid #f5ecf0;
}

.prev-next--container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  align-items: center;
}

.prev-next--col {
  width: 50%;
}

.prev-next--col a {
  padding: 2em;
  color: #D91218;
  transition: background-color 0.5s ease;
  display: block;
  text-align: center;
  height: 100%;
  line-height: 120%;
}

.prev-next--col a:hover {
  background-color: rgba(0, 0, 0, 0.02);
}

.prev-next--left a {
  border-right: 1px solid #f5ecf0;
}

.prev-next--left a::before {
  content: "Previous:";
  display: block;
  color: #7f008d;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 90%;
}

.prev-next--right a::before {
  content: "Next:";
  display: block;
  color: #7f008d;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 90%;
}

/* .prev-next */
.nav-links {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  align-items: stretch;
}

.nav-links .nav-previous {
  width: 50%;
  text-align: center;
  border-right: 1px solid #f5ecf0;
  padding: 1em;
}

.nav-links .nav-previous a::before {
  content: "Previous:";
  display: block;
  color: #7f008d;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 90%;
}

.nav-links .nav-next {
  width: 50%;
  text-align: center;
  padding: 1em;
}

.nav-links .nav-next a::before {
  content: "Next:";
  display: block;
  color: #7f008d;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 90%;
}

/* .nav-links */
.below-hero-subpage.below-hero-subpage-lra {
  position: relative;
  /* container */
}

.below-hero-subpage.below-hero-subpage-lra .right {
  position: absolute;
  top: -7rem;
  right: 0;
  width: 35%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

@media (min-width: 1500px) {
  .below-hero-subpage.below-hero-subpage-lra .right {
    max-width: 600px;
  }
}

@media (max-width: 680px) {
  .below-hero-subpage.below-hero-subpage-lra .right {
    top: -5rem;
    width: 100%;
    position: relative;
  }
}

.below-hero-subpage.below-hero-subpage-lra .right img.lra-logo-desktop {
  -o-object-fit: contain;
  object-fit: contain;
  z-index: -1;
}

@media (max-width: 680px) {
  .below-hero-subpage.below-hero-subpage-lra .right img.lra-logo-desktop {
    width: 70%;
    display: none;
  }
}

@media (max-width: 420px) {
  .below-hero-subpage.below-hero-subpage-lra .right img.lra-logo-desktop {
    width: 80%;
  }
}

.below-hero-subpage.below-hero-subpage-lra .right img.lra-logo-mobile {
  display: none;
}

@media (max-width: 680px) {
  .below-hero-subpage.below-hero-subpage-lra .right img.lra-logo-mobile {
    display: block;
    margin: 3em auto 0;
    max-width: 60%;
    width: 300px;
  }
}

.below-hero-subpage.below-hero-subpage-lra .container {
  position: relative;
  margin: 7em auto;
  display: flex;
  gap: 4em;
  /* left */
}

@media (max-width: 680px) {
  .below-hero-subpage.below-hero-subpage-lra .container {
    flex-direction: column;
    margin-top: -2em;
  }
}

.below-hero-subpage.below-hero-subpage-lra .container .left {
  width: 65%;
  /* h2 */
}

@media (max-width: 680px) {
  .below-hero-subpage.below-hero-subpage-lra .container .left {
    width: 100%;
  }
}

.below-hero-subpage.below-hero-subpage-lra .container .left h2 {
  color: #7f008d;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .below-hero-subpage.below-hero-subpage-lra .container .left h2 br {
    display: none;
  }
}

.below-hero-subpage.below-hero-subpage-lra .container .left .wp-block-button a {
  font-size: 1.05rem !important;
  padding-left: 3rem;
  padding-right: 3rem;
}

.section-lucin-map {
  width: 100%;
  max-width: 1600px;
  margin: 2em auto;
}

.section-lucin-map .lucin-map-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.75%;
  border: 1px solid #000;
}

@media (max-width: 1017px) {
  .section-lucin-map .lucin-map-wrap {
    padding-top: 100%;
  }
}

.section-lucin-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-lucin-map .tabcontent {
  display: none;
}

.section-lucin-map .lucin-tabs {
  text-align: center;
  margin: 0 0 1em;
}

.section-lucin-map .lucin-tabs .tablinks {
  color: #000;
  background: #f5ecf0;
  font-weight: 700;
  margin: 0 0.25em;
  padding: 0.5em 1em;
}

.section-lucin-map .lucin-tabs .tablinks.active {
  background: #D91218;
  color: #fff;
}

/* .section-lucin-map */
.container.container-full-bio {
  display: flex;
}

.full-bio-featured-img-wrapper {
  display: inline-block;
  width: 30%;
  padding-right: 20px;
}

.full-bio-featured-img-wrapper p {
  font-size: 90%;
  line-height: 140%;
}

@media all and (max-width: 600px) {
  .full-bio-featured-img-wrapper p {
    font-size: 0.75em;
  }
}

.full-bio-featured-img {
  height: auto;
  margin-bottom: 10px;
  min-width: 100%;
}

.full-bio-content-wrapper {
  width: 70%;
}

.full-bio-breadcrumb {
  margin-bottom: 2em;
}

.full-bio-breadcrumb p {
  font-size: 0.9em;
  border-bottom: 1px solid #f5ecf0;
}

.container--contact-form {
  width: 900px;
}

.contact-form-wrap input[type=text],
.contact-form-wrap input[type=email],
.contact-form-wrap select,
.contact-form-wrap textarea {
  width: 100%;
  padding: 4px 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

.contact-form-wrap input[type=text].wpcf7-not-valid,
.contact-form-wrap input[type=email].wpcf7-not-valid,
.contact-form-wrap select.wpcf7-not-valid,
.contact-form-wrap textarea.wpcf7-not-valid {
  border-color: red;
}

.contact-form-wrap textarea {
  height: 200px;
}

.contact-form-wrap label {
  font-weight: 700;
}

.contact-form-wrap input[type=submit] {
  background-color: #c7007f;
  color: white;
  padding: 10px 40px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.25em;
}

.contact-form-wrap input[type=submit]:hover {
  opacity: 0.8;
}

.contact-form-wrap .wpcf7-not-valid-tip {
  font-size: 0.8em;
  margin-top: -16px;
}

/* .contact-form-wrap */
.wpcf7-form.sent {
  position: relative;
  padding-top: 4em;
}

.wpcf7-form.sent .wpcf7-response-output {
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0;
}

.footer {
  font-size: 90%;
}

footer {
  background: #f2f2f2;
  font-size: 18px;
}

footer .socials a:hover * {
  color: #5c2f92;
}

footer .logo {
  max-width: 350px;
}

#menu-footer-menu {
  padding: 0 !important;
}

#menu-footer-menu li {
  list-style: none;
  margin-bottom: 0.5em;
}

#menu-footer-menu ul {
  display: none;
}

#menu-footer-menu a {
  text-decoration: none;
}

.me-4 {
  margin-right: 1rem !important;
  width: 32px;
}

.me-4 svg {
  width: 100%;
  height: 100%;
}

.wp-block-buttons {
  margin-top: 2.5rem;
}

.wp-block-button__link {
  font-size: 0.9rem !important;
}

.is-content-justification-center .wp-block-button__link {
  padding-left: 4em;
  padding-right: 4em;
  font-size: 1.05rem !important;
}

.wp-block-button__link:hover {
  color: #fff;
  -webkit-filter: brightness(1.25);
  filter: brightness(1.25);
}

@media all and (max-width: 680px) {
  .wp-block-button.has-custom-width {
    width: 100% !important;
  }
}

.wp-block-media-text {
  margin: 2rem 0;
}

.wp-block-media-text .wp-block-media-text__content {
  padding-left: 2%;
}

.wp-block-media-text .wp-block-media-text__content h3 {
  margin-top: 0;
  color: #7f008d;
  font-size: clamp(1.05rem, 1.35vw, 1.55rem);
  margin-bottom: 0;
}

.wp-block-media-text .wp-block-media-text__content h4 {
  margin-top: 0;
  color: #7f008d;
  font-size: clamp(1rem, 1.25vw, 1.35rem);
  font-weight: 700;
  margin-bottom: 0;
}

.wp-block-media-text .wp-block-media-text__content h5,
.wp-block-media-text .wp-block-media-text__content h6 {
  color: #7f008d;
  font-size: clamp(0.9rem, 1.08vw, 1.16rem);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

@media all and (max-width: 980px) {
  .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media {
    align-self: flex-start;
  }
}

  /* fix for video embed height bug */
  .wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}

.wp-embed-aspect-16-9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-separator {
  border-color: #ccc;
  border-bottom: none;
  margin: 3em 0;
}

.wp-block-separator:before {
  clear: both;
  display: block;
  width: 100%;
}

#editor .wp-block-separator {
  margin-top: 10em;
}

.has-purple-1-background-color {
  background-color: #7f008d;
}

.has-purple-2-background-color {
  background-color: #5c2f92;
}

.has-red-background-color {
  background-color: #D91218;
}

.has-fuschia-background-color {
  background-color: #c7007f;
}

.has-fuschia-background-color:hover {
  -webkit-filter: brightness(0.95);
  filter: brightness(0.95);
}


/*HCP, Studies, Centers*/
.card-hcp {
  border: 1px solid #771F87;
  border-bottom: 3px solid #771F87;
  padding: 30px;
}

.card-hcp h4 {
  font-size: 1.4em;
  margin-top: 0;
}

.card-hcp .inst {
  font-size: 1.2em
}

.card-hcp .eyebrow {
  color: #595959;
  font-size: 14px;
  font-weight: bold;
}

.facetwp-radius-dropdown {
  height: 34px;
}

/*Newsroom*/

.pagebanner {
  height: 220px;
  color: #771F87;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: bottom left;
}

.pagebanner h1 {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .pagebanner h1 {
    font-size: 3rem;
  }
}

.newsroom .wp-element-button {
  text-transform: uppercase;
}

.newsroom .chapter-block button a {
  background-color: #771F87;
  text-decoration: none;
  width: 300px;
  max-width: 100%
}

.pressthumb {
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.1);
  aspect-ratio: 3 / 2;
}

.has-teaser {
    justify-content: center;
    align-items: center;
    background: #ddd2e6;
    display: flex;
    position: relative;
    background-image: url(img/LTlogocard-strip.png);
    background-position: bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-bottom: 13%;
}

.has-teaser blockquote {
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
    font-size: 1.35em;
    color: #7f008d;
    margin: 0;
    padding: 0.5rem 1rem 0.5rem 10%;
    line-height: 1.2;
}

.pressthumb img {
  height: auto;
  width: 100%;
  object-fit: contain;
  object-position: center;
  aspect-ratio: 3 / 2;
  margin-top: -1px;
}

.postcontent a,
.postcontent {
  color: #212529;
}

.postcontent {
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.postcontent .post-meta {
  order: -1;
}

.post-meta {
  color: #5C2F92;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.1em;
  margin: 0 0 0.5rem;

  .post-date,
  .location {
    white-space: nowrap;
  }
}

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

.post-intro {
  font-style: italic;
}

.content-meta {
  float: left;
}

.card-banner {
  color: #fff;
  padding: 10px;
  background: #c7007F;
}

.card-banner.press_release {
  background: #771F87;
}

.posts-row {
  display: flex;
  flex-wrap: wrap;
  /* Allow wrapping to the next line */
  margin: -15px;
  /* Adjust based on your column spacing */
}

.post-card {
  /* flex: 1; /* All cards will grow equally */
  min-width: 250px;
  /* Minimum width of the card */
  box-sizing: border-box;
  /* Include padding and border in height calculations */
  margin-bottom: 20px;
  /* Spacing between cards */
  display: flex;
  flex-direction: column;
  /* Align content vertically */
  justify-content: space-between;
  /* Ensure cards are spaced evenly */
}

.card {
  height: 100%;
  padding-bottom: 20px;
  border-radius: 0 0 .25em .25em;
}

.card a {
  text-decoration: none;
}

button.load-more {
  background: #771F87;
  color: #fff;
  border-radius: 30px;
  width: 200px;
}

button.load-more:hover {
  text-decoration: underline;
  color: #fff;
}

.featured-image-press img {
  max-width: 800px;
  max-height: 300px;
  height: auto;
  width: auto;
  object-fit: contain;
  margin: 0 auto 30px;
}

.purple {
  color: #7f008d
}

.single-detail {
  margin: 0 auto 40px;
  max-width: 900px;
}

.menu-item-2893 {
  padding-left: 20px;
}

.news-item {
    margin: 0 0 1em;
}

.news-item .meta {
    display: block;
    font-size: 0.85em;
    margin-left: -1.5em;
}

.news-item-date {
    margin-left: 1.5em;
    font-weight: bold;
}

.news-item-note {
    margin-left: 1.5em;
    border-radius: 0.25em;
    font-size: 0.8em;
    white-space: nowrap;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    color: #9c2486;
    letter-spacing: 0.05em;
}

.pagination {
  display: flex;
  justify-content: center;
  padding: 1rem;
  font-size: 1.25rem;
}

.pagination .page-numbers,
.facetwp-page {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.4em;
  margin: 0 0.3em;
}

.pagination .page-numbers.current {
  font-weight: bold;
}

.pagination .next,
.pagination .prev {
  display: inline-block;
  vertical-align: middle;
  max-width: 50%;
  text-decoration: none;
}

/* Hide recaptcha */
.grecaptcha-badge { 
    visibility: hidden !important;
}
