@charset "UTF-8";
/*
    Colors
*/
/*
    Fonts
*/
/*
    Breakpoints
*/
.hangingRef.text12only.mb-1 {
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .md-pl-80 {
    padding-left: 80px;
  }
}

body,
html {
  font-size: 16px;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #333333;
  letter-spacing: 0.1px;
}

@media (max-width: 767px) {
  body {
    padding-right: 0 !important;
    width: 100%;
    overflow-x: hidden;
  }
}
@media (max-width: 767px) {
  body.navopen {
    overflow: hidden;
  }
}

header {
  position: relative;
  z-index: 1000;
}

#btnRef {
  margin-top: -20px;
}

#fillyAccordian1 .accordion-body,
#fillyAccordian2 .accordion-body {
  display: flex;
  flex-direction: column;
  padding-bottom: 1rem;
}
#fillyAccordian1 .accordion-body > div:last-of-type,
#fillyAccordian2 .accordion-body > div:last-of-type {
  padding-top: 0.25rem;
  text-align: right;
}
#fillyAccordian1 .accordion-body > div:last-of-type a,
#fillyAccordian2 .accordion-body > div:last-of-type a {
  margin-right: -3rem;
  position: relative;
  top: 1rem;
}
@media (max-width: 767px) {
  #fillyAccordian1 .accordion-body > div:last-of-type a,
  #fillyAccordian2 .accordion-body > div:last-of-type a {
    margin-right: 0;
    top: 0;
  }
}

#podcast-container {
  display: flex;
  flex-direction: row;
  gap: 1em;
  margin-bottom: 3.25em;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #podcast-container {
    flex-direction: column;
  }
}
#podcast-container [data-component=podcast-box] {
  background: #fff;
  border: 1px solid #dedede;
  padding: 0 0 1em 1em;
  position: relative;
  display: flex;
  flex-direction: column;
}
#podcast-container [data-component=podcast-box] .player {
  display: flex;
  flex-direction: column;
  position: sticky;
}
#podcast-container [data-component=podcast-box] .player .controls {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#podcast-container [data-component=podcast-box] .toolbar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #f1f3f4;
  padding: 10px 0 10px 0;
  border-radius: 25px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  #podcast-container [data-component=podcast-box] .toolbar .controls {
    flex-wrap: wrap-reverse;
  }
  #podcast-container [data-component=podcast-box] .toolbar .controls .player-controls {
    width: 65%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #podcast-container [data-component=podcast-box] .toolbar .controls .scrubber {
    margin: 12.5px 0 12.5px 0;
  }
}
#podcast-container [data-component=podcast-box] .toolbar .controls {
  display: flex;
  align-items: center;
}
#podcast-container [data-component=podcast-box] .toolbar .controls .control-set-A {
  display: flex;
  align-items: center;
  justify-content: left;
}
#podcast-container [data-component=podcast-box] .toolbar .controls .control-set-B {
  display: flex;
  align-items: center;
  width: 100%;
}
#podcast-container [data-component=podcast-box] .toolbar .controls input[type=range] {
  flex-grow: 1;
  width: 100% !important;
  height: 10px !important;
  -webkit-appearance: none !important;
  background: #d8d8d8 !important;
  border: none !important;
  border-radius: 5px !important;
  outline: none !important;
}
#podcast-container [data-component=podcast-box] .toolbar .controls input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  width: 15px !important;
  height: 15px !important;
  background: #222a78 !important;
  border-radius: 50% !important;
  cursor: pointer !important;
}
#podcast-container [data-component=podcast-box] .toolbar .controls input[type=range]::-moz-range-thumb {
  width: 15px !important;
  height: 15px !important;
  background: #222a78 !important;
  border-radius: 50% !important;
  cursor: pointer !important;
}
#podcast-container [data-component=podcast-box] .toolbar .controls button {
  width: 55px;
  display: flex;
  height: 55px;
  vertical-align: middle;
  align-items: center;
}
#podcast-container [data-component=podcast-box] .toolbar .controls button.ctrl-btn {
  border: none;
  text-align: center;
  position: relative;
  background: transparent;
}
#podcast-container [data-component=podcast-box] .toolbar .controls select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  /* background-image: url(...) !important; */
}
#podcast-container [data-component=podcast-box] .toolbar .controls select::-ms-expand {
  /* Hide the default arrow in Internet Explorer 10 and Internet Explorer 11 */
  display: none;
}
#podcast-container [data-component=podcast-box] .toolbar .controls select:focus-visible {
  border: none !important;
  outline: none;
}
#podcast-container [data-component=podcast-box] .toolbar .controls .time {
  display: inline;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  margin: 0 5px 0 5px;
}
#podcast-container [data-component=podcast-box] .toolbar .controls .ctrl-btn.back,
#podcast-container [data-component=podcast-box] .toolbar .controls .ctrl-btn.fwd,
#podcast-container [data-component=podcast-box] .toolbar .controls .ctrl-btn.rw,
#podcast-container [data-component=podcast-box] .toolbar .controls .ctrl-btn.ff {
  margin: 0 15px 0 0;
}
#podcast-container [data-component=podcast-box] .toolbar .controls .ctrl-btn.play {
  cursor: pointer;
  margin: 0 15px 0 0;
}
#podcast-container [data-component=podcast-box] .toolbar .controls #iconPause {
  display: none;
}
#podcast-container [data-component=podcast-box] .toolbar .controls .play-btn #iconPlay {
  display: block;
}
#podcast-container [data-component=podcast-box] .toolbar .controls .play-btn #iconPause {
  display: none;
}
#podcast-container [data-component=podcast-box] .toolbar .controls .pause-btn #iconPlay {
  display: none;
}
#podcast-container [data-component=podcast-box] .toolbar .controls .pause-btn #iconPause {
  display: block;
}
#podcast-container [data-component=podcast-box] .toolbar .controls #playbackSpeedSelector {
  border: none;
  color: #222a78;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #podcast-container [data-component=podcast-box] .toolbar .controls .control-set-A {
    justify-content: center;
    width: 100%;
  }
  #podcast-container [data-component=podcast-box] .toolbar .controls .control-set-A .ctrl-btn.back,
  #podcast-container [data-component=podcast-box] .toolbar .controls .control-set-A .ctrl-btn.fwd,
  #podcast-container [data-component=podcast-box] .toolbar .controls .control-set-A .ctrl-btn.rw,
  #podcast-container [data-component=podcast-box] .toolbar .controls .control-set-A .ctrl-btn.ff {
    max-width: 35px;
    margin: 0 25px 0 0;
  }
  #podcast-container [data-component=podcast-box] .toolbar .controls .control-set-A .ctrl-btn.play {
    max-width: 55px;
    cursor: pointer;
    margin: 0 25px 0 0;
  }
}
#podcast-container [data-component=podcast-box] .toolbar .volume-controls {
  /* New volume icon */
  /* Chat bubble tail */
}
#podcast-container [data-component=podcast-box] .toolbar .volume-controls.icon-max #vol-max {
  display: block;
}
#podcast-container [data-component=podcast-box] .toolbar .volume-controls.icon-max #vol-mute {
  display: none;
}
#podcast-container [data-component=podcast-box] .toolbar .volume-controls.icon-mute #vol-max {
  display: none;
}
#podcast-container [data-component=podcast-box] .toolbar .volume-controls.icon-mute #vol-mute {
  display: block;
}
@media only screen and (min-width: 768px) {
  #podcast-container [data-component=podcast-box] .toolbar .volume-controls:hover .flyout-content {
    display: block;
  }
}
#podcast-container [data-component=podcast-box] .toolbar .volume-controls .volume-icon {
  font-size: 16px;
  padding: 25px 15px 25px 15px;
  display: inline-block;
}
#podcast-container [data-component=podcast-box] .toolbar .volume-controls img {
  max-width: 25px;
}
#podcast-container [data-component=podcast-box] .toolbar .volume-controls .flyout-content::before {
  content: "";
  position: absolute;
  top: 1.5px;
  left: -16px;
  border-width: 19px 0 19px 18px;
  border-style: solid;
  border-color: transparent transparent transparent #c700c7;
  rotate: -180deg;
}
#podcast-container [data-component=podcast-box] .toolbar .volume-controls .volume-flyout {
  position: relative;
  top: -160px;
  left: -46px;
}
#podcast-container [data-component=podcast-box] .toolbar .volume-controls .flyout-content {
  display: none;
  position: absolute;
  background: linear-gradient(to top left, #222a78, #c700c7 45%);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  z-index: 10;
  width: 145px;
  padding: 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 10px;
  rotate: -90deg;
  box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.25);
}
#podcast-container [data-component=podcast-box] .info-top {
  min-height: 61px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  #podcast-container [data-component=podcast-box] .info-top {
    margin-top: 15px;
    align-items: flex-start;
  }
}
#podcast-container [data-component=podcast-box] .info-top h3 {
  margin-bottom: 0;
  padding-right: 1rem;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  #podcast-container [data-component=podcast-box] .info-top h3 {
    max-width: 315px;
    letter-spacing: normal;
  }
}
@media screen and (min-width: 769px) and (max-width: 1139px) {
  #podcast-container [data-component=podcast-box] .info-top h3 {
    font-size: 1rem;
  }
}
#podcast-container [data-component=podcast-box] .info-top img,
#podcast-container [data-component=podcast-box] .info-top p {
  display: inline-block;
  padding: 0;
  margin: 0;
}
#podcast-container [data-component=podcast-box] .info-top .player-header-right {
  max-width: 120px;
  background-color: #222a78;
  top: 0;
  right: 0;
  color: #fff;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  padding: 20px;
}
#podcast-container [data-component=podcast-box] .info-top .player-header-right img {
  max-width: 15px;
}
#podcast-container [data-component=podcast-box] .info-top .player-header-right p {
  margin-left: 5px;
  font-size: 12px;
  font-weight: bold;
}
#podcast-container [data-component=podcast-box] .info-bottom {
  display: flex;
}
#podcast-container [data-component=podcast-box] .info-bottom div p {
  padding-left: 12px;
  line-height: 24px;
  display: inline-block;
}
@media screen and (min-width: 769px) and (max-width: 1139px) {
  #podcast-container [data-component=podcast-box] .info-bottom div p {
    display: block;
    font-size: 0.95rem;
    line-height: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
#podcast-container [data-component=podcast-box] .info-bottom img {
  max-width: 150px;
}

#preparation-video .row {
  max-width: 55rem;
  margin: 0 auto;
}
#preparation-video .row .vidwrapper img {
  width: 54rem;
}

.darkteal {
  color: #222A78;
}

.hangingRefOnly {
  position: relative;
}
.hangingRefOnly span {
  margin-left: -0.5rem;
  display: inline-block;
  width: 0.5rem;
  text-align: right;
}

@media (max-width: 767px) {
  .scroll-container {
    overflow: scroll;
  }
  .scroll-container .double-size-image {
    max-width: 200%;
    width: 200%;
  }
}

p {
  font-size: 1.125rem;
}
p.profonly {
  font-size: 0.7625rem;
  color: #666666;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  margin-left: 1.5rem;
  margin-bottom: 0;
  height: 12px;
  position: relative;
  top: 6px;
}
@media (max-width: 767px) {
  p.profonly {
    text-align: left !important;
    margin-left: 20px;
  }
}
p.orphan-util-header-p {
  padding-top: 8px;
  padding-bottom: 16px;
}
p.large {
  font-size: 1.75rem;
}
p.small, p.hangingRef {
  font-size: 0.9375rem;
}
p.hangingRef {
  position: relative;
}
p.hangingRef span {
  position: absolute;
  left: -0.4em;
}
@media (max-width: 767px) {
  p.hangingRef.mobilehangingref span {
    left: 0.4rem;
  }
}
p.hangingRef2 {
  font-size: 1.05rem;
  position: relative;
}
p.hangingRef2 > span:first-child {
  position: absolute;
  left: -0.4em;
}
@media (max-width: 767px) {
  p.hangingRef2.mobilehangingref span {
    left: 0.6rem;
  }
}
p.hangingRef3 {
  font-size: 0.75rem;
  position: relative;
}
@media (max-width: 767px) {
  p.hangingRef3 {
    font-size: 0.625rem;
  }
}
p.hangingRef3 > span:first-child {
  position: absolute;
  left: -0.3rem;
}
p.fs-body {
  font-size: 1.375rem;
}

.hangingRef {
  position: relative;
}
.hangingRef span {
  position: absolute;
  left: -0.4em;
}
@media (max-width: 767px) {
  .hangingRef.video-resource {
    padding-left: 0.65em !important;
  }
}

.text-center > .hangingRef span {
  position: relative;
  left: auto;
}

@media (max-width: 767px) {
  p.mobilesmaller {
    font-size: 0.5rem;
  }
}

@media (max-width: 767px) {
  p.text-custom-medium {
    font-size: 12px;
  }
}

p.text-custom-small {
  font-size: 15px !important;
}
@media (max-width: 767px) {
  p.text-custom-small {
    font-size: 8px !important;
  }
}

.fw-extrabold, h2, h1 {
  font-weight: 700;
}

.fw-bold, form .form-select, b,
strong, h4 {
  font-weight: 700;
}

.fw-semibold, form.was-validated .invalid-feedback, h3 {
  font-weight: 600;
}

.tracking-wide {
  letter-spacing: 1.97px;
}

.h100 {
  height: 100%;
}

h1 {
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  h1 {
    font-size: 1.4375rem;
  }
}
@media (max-width: 400px) {
  h1 {
    font-size: 1.1575rem;
  }
}

h2 {
  font-size: 1.75rem;
  color: #222A78;
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.25rem;
  }
}

.h2-header {
  font-size: 1.875rem;
}
@media (max-width: 767px) {
  .h2-header {
    font-size: 1.313rem;
  }
}

.h3-header {
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .h3-header {
    font-size: 1.125rem;
  }
}

h3 {
  font-size: 1.25rem;
  color: #222A78;
  margin-bottom: 1rem;
}
h3.apellisheader {
  font-size: 1.3125rem;
}
h3.large {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.175rem;
  color: #222A78;
  margin-bottom: 1rem;
}

sup {
  font-size: 0.6em;
}

body .tablor-data-details sup,
body #safetymodal sup,
body #safetymodal2 sup,
body .filly-accordion sup {
  font-size: 0.6em !important;
}

.hangingRef.text12only.mb-4 sup.hang-text {
  vertical-align: super;
  top: 0;
}

span#all-videos.jumplinker {
  bottom: unset;
  left: 0;
  margin-top: 100rem;
  top: 0;
}
@media (max-width: 767px) {
  span#all-videos.jumplinker {
    margin-top: 106rem;
  }
}

ul {
  padding-left: 0;
}
ul li {
  font-size: 1.125rem;
}
ul li ul {
  padding-left: 1rem;
}
ul.dash-list {
  list-style: none;
}
ul.dash-list li {
  position: relative;
}
ul.dash-list li::before {
  content: "-";
  position: absolute;
  left: -1.5rem;
}
ul.emdash-list {
  list-style: none;
}
ul.emdash-list li {
  position: relative;
}
ul.emdash-list li::before {
  content: "—";
  position: absolute;
  left: -1.2rem;
}

img {
  max-width: 100%;
}

.whitespace-nowrap {
  white-space: nowrap;
}

/* Vertical and Horizontal Dividers */
.vr {
  background-color: #979797;
  opacity: 1;
}

hr {
  color: #dedede;
  opacity: 1;
}

/* Colors */
.bluebg {
  background-color: #222A78;
}

.lightererbluebg {
  background-color: rgba(82, 114, 188, 0.25);
}

.bluebg-gradient {
  background-color: #222A78;
}

.bluebg-orphan-util {
  padding-left: 8vw;
  padding-right: 8vw;
}

.lighterer-gradient {
  background-color: #5272BC;
}

.lightbluebg {
  background-color: #D3DBEE;
}

.whitebg {
  background-color: #fff;
}

.lighterbluebg {
  background-color: #F2F6FF;
}

.lightbluetext {
  color: #5272BC;
}

.tanbg {
  background-color: #F7F5F4;
}

.bluetext, form .form-label,
form .form-select,
form .form-check-label, form input {
  color: #222A78;
}

.tealtext {
  color: #222A78;
}

a.bluetext:hover, form a.form-label:hover,
form a.form-select:hover,
form a.form-check-label:hover {
  color: #C700C7;
}

.blacktext {
  color: #000;
}

a.blacktext:hover {
  color: #C700C7;
}

.greentext {
  color: #57D124;
}

.whitetext {
  color: #fff;
}

.gray-box-bg {
  background-color: #f6f6f6;
}

.gray-box-border {
  border: 1px solid #dedede;
}

.pinktext {
  color: #C700C7;
}

a.pinktext:hover {
  text-decoration: underline !important;
}

.darkgraytext {
  color: #333333;
}

.grayertext {
  color: #555555;
}

.graytext {
  color: #666666;
}

.plumtext {
  color: #85006D;
}

/* Colors: FPO */
.bg-fpo {
  background-color: #D8D8D8;
  opacity: 0.5;
  border-color: #979797;
}

.text-fpo {
  color: #979797;
}

/* Box shadow */
.shadow-box {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2078431373);
  background-color: #fff;
}

.menu-container {
  height: calc(100% - 1rem);
  margin-top: 8px;
}
@media (max-width: 767px) {
  .menu-container {
    padding-bottom: 2px;
    margin-top: 0;
  }
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #cecece;
  z-index: 9999;
}
@media (max-width: 767px) {
  .sticky {
    border-bottom: none;
  }
}

div.anchor {
  display: block;
  position: relative;
  top: -155px;
  visibility: hidden;
}

#moreoaksandderby {
  top: -130px;
}
@media (max-width: 767px) {
  #moreoaksandderby {
    top: -80px;
  }
}

@media (max-width: 767px) {
  #oaksandderbydesign {
    top: -90px;
  }
}

#subpopulationdata,
#withoutsubfoveal {
  bottom: 20px;
}
@media (max-width: 767px) {
  #subpopulationdata,
  #withoutsubfoveal {
    bottom: 42px;
  }
}

#previouslyuntreated {
  bottom: 100px;
}
@media (max-width: 767px) {
  #previouslyuntreated {
    bottom: 150px;
  }
}

.inner-main {
  padding-top: 116px;
  background-color: #F6F6F6;
}
.inner-main.homepage {
  padding-top: 124px;
}
@media (max-width: 767px) {
  .inner-main.homepage {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .inner-main.homepage .boxCard {
    margin-left: 12px;
    margin-right: 12px;
  }
}
.inner-main.homepage .homeBanner {
  position: relative;
}
.inner-main.homepage .homeBanner .topText {
  position: absolute;
  top: 0;
  color: #222A78;
  font-weight: 700;
  line-height: normal;
  padding: 30px 10px;
}
.inner-main.homepage .homeBanner .topText .top {
  font-size: 64px;
}
.inner-main.homepage .homeBanner .topText .bottom {
  font-size: 48px;
}
.inner-main.homepage .homeBanner .content {
  color: #fff;
  line-height: normal;
  max-width: 100%;
  background-color: #222a78;
  padding: 20px;
}
.inner-main.homepage .homeBanner .content .text {
  font-size: 32px;
  font-weight: 700;
  line-height: 30px;
  margin: 10px 0;
}
.inner-main.homepage .homeBanner .content p {
  margin-bottom: 0;
  font-weight: 500;
}
.inner-main.homepage .homeBanner .content .textOne {
  font-size: 17px;
}
.inner-main.homepage .homeBanner .content .textTwo {
  font-size: 19px;
  max-width: 915px;
}
@media only screen and (max-width: 1400px) {
  .inner-main.homepage .homeBanner .topText .top {
    font-size: 54px;
  }
  .inner-main.homepage .homeBanner .topText .bottom {
    font-size: 38px;
  }
}
@media only screen and (max-width: 992px) {
  .inner-main.homepage .homeBanner .topText .top {
    font-size: 50px;
  }
  .inner-main.homepage .homeBanner .topText .bottom {
    font-size: 27px;
  }
  .inner-main.homepage .homeBanner .content .text {
    font-size: 25px;
    line-height: 25px;
    margin: 12px 0;
  }
}
@media (max-width: 767px) {
  .inner-main {
    padding-top: 80px;
  }
}
.inner-main.whitebg {
  background-color: #fff;
}
.inner-main.greybg {
  background-color: #F6F6F6;
}

.cookiebannercall .inner-main {
  padding-top: 220px;
}
@media (max-width: 980px) {
  .cookiebannercall .inner-main {
    padding-top: 410px;
  }
}
@media (max-width: 767px) {
  .cookiebannercall .inner-main {
    padding-top: 410px;
  }
}

.pre-overlap {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .pre-overlap {
    margin-top: 0px;
  }
}

/* Main Nav */
nav {
  height: 124px;
  background: white;
  z-index: 999;
}
@media (max-width: 767px) {
  nav {
    height: 80px;
    z-index: 0;
  }
}

.topnav {
  width: fit-content;
}
.topnav > li {
  display: inline-block;
  margin-left: 20px;
}
.topnav > li:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  .topnav > li:first-child {
    margin-left: 20px;
  }
}
.topnav > li > a {
  color: #333333;
  text-decoration: none;
  font-size: 0.8rem;
}

.mainnav > li {
  display: inline-block;
}
.mainnav > li:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  .mainnav > li:first-child {
    margin-left: 20px;
  }
}
@media (max-width: 1104px) {
  .mainnav > li:first-child {
    margin-left: 20px;
  }
}
.mainnav > li > a, .mainnav > li > span {
  color: #222A78;
  text-decoration: none;
  background-color: #fff;
}

@media (max-width: 767px) {
  .topnav {
    display: flex;
    flex-direction: column;
    text-align: left !important;
    width: 100%;
  }
}
@media (max-width: 1104px) {
  .topnav {
    display: flex;
    flex-direction: column;
    text-align: left !important;
    width: 100%;
  }
}
.topnav > li {
  font-size: 0.8rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
}
.topnav > li::after {
  position: relative;
  left: 12px;
  color: #222A78;
}
@media (max-width: 767px) {
  .topnav > li::after {
    content: "";
  }
}
@media (max-width: 1104px) {
  .topnav > li::after {
    content: "";
  }
}
@media (max-width: 767px) {
  .topnav > li:first-child {
    margin-left: 20px;
  }
}
@media (max-width: 1104px) {
  .topnav > li:first-child {
    margin-left: 20px;
  }
}
.topnav > li:last-child::after {
  content: "";
}
@media (max-width: 767px) {
  .topnav > li a {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    font-size: 15px;
  }
}
@media (max-width: 1104px) {
  .topnav > li a {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .mainnav {
    display: flex;
    flex-direction: column !important;
  }
}
@media (max-width: 1104px) {
  .mainnav {
    display: flex;
    flex-direction: column;
  }
}
.mainnav > li {
  padding-right: 1.5%;
  position: relative;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .mainnav > li {
    text-align: left;
    margin-left: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #D8D8D8;
    padding-right: 0;
  }
}
@media (max-width: 1104px) {
  .mainnav > li {
    text-align: left;
    margin-left: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #D8D8D8;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .mainnav > li:first-child {
    border-top: 1px solid #D8D8D8;
    margin-left: 0px;
  }
}
@media (max-width: 1104px) {
  .mainnav > li:first-child {
    border-top: 1px solid #D8D8D8;
    margin-left: 0px;
  }
}
.mainnav > li:last-child {
  padding-right: 0;
  width: 100%;
}
.mainnav > li a,
.mainnav > li span {
  font-size: 16px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .mainnav > li a,
  .mainnav > li span {
    font-size: 14px;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1200px) {
  .mainnav > li a,
  .mainnav > li span {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .mainnav > li a,
  .mainnav > li span {
    margin-left: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    display: inline-block;
    width: 80%;
    margin-right: 6%;
  }
}
@media (max-width: 1104px) {
  .mainnav > li a,
  .mainnav > li span {
    margin-left: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    display: inline-block;
    width: 80%;
    margin-right: 6%;
  }
}
.mainnav > li::after {
  content: "";
  background-image: url("../images/downcarot.png");
  width: 13px;
  height: 8px;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: cover;
  right: -5px;
  top: 0px;
  position: relative;
}
@media (max-width: 767px) {
  .mainnav > li::after {
    background-image: none;
    width: 0;
    height: 0;
    display: none;
  }
}
@media (max-width: 1104px) {
  .mainnav > li::after {
    background-image: none;
    width: 0;
    height: 0;
    display: none;
  }
}
.mainnav > li.mobilehover a {
  font-weight: 800;
}
.mainnav > li.mobilehover::after {
  background-image: url("../images/downcarotbold.png");
}
.mainnav > li.mobilehover ul {
  display: block;
  position: absolute;
  background-color: #fff;
  text-align: left;
  padding: 1rem;
  min-width: 215px;
  margin-bottom: 0;
  top: 33px;
  padding-top: 34px;
  z-index: 1000;
}
@media (max-width: 767px) {
  .mainnav > li.mobilehover ul {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media (max-width: 1104px) {
  .mainnav > li.mobilehover ul {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
}
.mainnav > li.mobilehover ul li {
  list-style-type: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .mainnav > li.mobilehover ul li {
    display: block;
    width: 100%;
    background-color: #C700C7;
    color: #fff;
    padding-bottom: 0;
    padding-top: 0;
    border-bottom: 1px solid;
  }
}
@media (max-width: 1104px) {
  .mainnav > li.mobilehover ul li {
    display: block;
    width: 100%;
    background-color: #C700C7;
    color: #fff;
    padding-bottom: 0;
    padding-top: 0;
    border-bottom: 1px solid;
  }
}
.mainnav > li.mobilehover ul li a {
  font-size: 0.9375rem;
  color: #222A78;
  font-weight: 400;
  text-decoration: none;
}
@media (max-width: 767px) {
  .mainnav > li.mobilehover ul li a {
    color: #fff;
  }
}
@media (max-width: 1104px) {
  .mainnav > li.mobilehover ul li a {
    color: #fff;
  }
}
.mainnav > li.mobilehover ul li:hover a {
  font-weight: 800;
}
.mainnav > li:hover {
  border-bottom: 7px solid #57D124;
  padding-bottom: 23px;
}
@media (max-width: 767px) {
  .mainnav > li:hover {
    padding-bottom: 1px;
    border-bottom: 1px solid #d8d8d8;
  }
}
@media (max-width: 1104px) {
  .mainnav > li:hover {
    padding-bottom: 1px;
    border-bottom: 1px solid #d8d8d8;
  }
}
@media (min-width: 1105px) {
  .mainnav > li:hover a {
    font-weight: 800;
  }
  .mainnav > li:hover::after {
    background-image: url("../images/downcarotbold.png");
  }
  .mainnav > li:hover ul {
    display: block;
    position: absolute;
    background-color: #fff;
    text-align: left;
    padding: 1rem;
    min-width: 215px;
    margin-bottom: 0;
    top: 51px;
    padding-top: 16px;
    z-index: 1000;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2078431373);
  }
  .mainnav > li:hover ul li {
    list-style-type: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
    line-height: 1.25rem;
  }
  .mainnav > li:hover ul li a {
    font-size: 0.9375rem;
    color: #222A78;
    font-weight: 500;
    text-decoration: none;
  }
  .mainnav > li:hover ul li a.active {
    font-weight: 800;
  }
  .mainnav > li:hover ul li:hover a {
    font-weight: 800;
  }
}
.mainnav > li.active {
  border-bottom: 7px solid #57D124;
  padding-bottom: 23px;
}
@media (max-width: 767px) {
  .mainnav > li.active {
    padding-bottom: 1px;
  }
}
@media (max-width: 1104px) {
  .mainnav > li.active {
    padding-bottom: 1px;
  }
}
.mainnav > li.active span {
  font-weight: bold;
}
.mainnav > li.active:hover ul {
  top: 58px;
  padding-top: 16px;
}
@media (max-width: 767px) {
  .mainnav > li.active:hover ul {
    top: 0;
    padding-top: 0;
  }
}
@media (max-width: 1104px) {
  .mainnav > li.active:hover ul {
    top: 0;
    padding-top: 0;
  }
}
.mainnav > li.noarrow::after {
  background-image: none;
}
.mainnav > li ul {
  display: none;
}
@media (max-width: 767px) {
  .mainnav > li .navarrows {
    background-image: url("../images/mobiledownnav.png");
    display: inline-block;
    width: 20px;
    height: 10px;
    background-size: contain;
    padding-bottom: 20px;
    padding-top: 20px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 12px;
  }
}
@media (max-width: 1104px) {
  .mainnav > li .navarrows {
    background-image: url("../images/mobiledownnav.png");
    display: inline-block;
    width: 20px;
    height: 10px;
    background-size: contain;
    padding-bottom: 20px;
    padding-top: 20px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 12px;
  }
}
@media (min-width: 1105px) {
  .mainnav > li .navarrows {
    display: none;
  }
}
@media (max-width: 767px) {
  .mainnav > li.mobilehover .navarrows {
    background-image: url("../images/mobileupnav.png");
  }
}
@media (max-width: 1104px) {
  .mainnav > li.mobilehover .navarrows {
    background-image: url("../images/mobileupnav.png");
  }
}

/* footer nav */
.footernav {
  padding-left: 0;
}
.footernav > li {
  display: inline-block;
}
@media (max-width: 767px) {
  .footernav > li {
    margin-bottom: 1rem;
  }
}
.footernav > li a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
}
.footernav > li a:hover {
  text-decoration: underline;
}

footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
footer p {
  font-size: 0.7142rem;
  color: #fff;
}
@media (max-width: 767px) {
  footer p {
    font-size: 0.875rem;
  }
}

main .header-block {
  height: 386px;
  background-image: url("../images/non-hp-hero-bg.jpg");
  background-size: cover;
  background-position: 90% 100%;
  background-color: #222A78;
  background-repeat: no-repeat;
}
main .header-block.ga-burden-hero {
  background-image: url("../images/ga-burden-hero-bg-new.png") !important;
}
@media only screen and (max-width: 525px) {
  main .header-block.ga-burden-hero {
    background-position: right 17% top 0%;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}
main .header-block.ga-burden-hero h1 {
  width: 55%;
}
main .header-block.understanding-complement-hero {
  background-image: url("../images/understanding-complement-hero-bg-new.png") !important;
}
main .header-block.understanding-complement-hero h1 {
  width: 66%;
}
@media only screen and (max-width: 525px) {
  main .header-block.understanding-complement-hero {
    background-position: right -70px top 0;
    background-repeat: no-repeat;
  }
  main .header-block.understanding-complement-hero h1 {
    width: 90%;
  }
}
main .header-block.how-syfovre-works-hero {
  background-image: url("../images/how-syfovre-works-hero-bg-new.png") !important;
}
@media (max-width: 767px) {
  main .header-block.how-syfovre-works-hero {
    background-size: cover;
    background-position: 85%;
  }
}
@media only screen and (max-width: 525px) {
  main .header-block.how-syfovre-works-hero {
    background-position: 100%;
    align-items: flex-start;
  }
}
main .header-block.syfovre-clinical-trial-program-hero {
  background-image: url("../images/syfovre-clinical-trial-program-hero-bg-new.png") !important;
}
@media (max-width: 767px) {
  main .header-block.syfovre-clinical-trial-program-hero {
    background-image: url("../images/syfovre-clinical-trial-program-hero-bg-new.png") !important;
    background-position: right;
  }
}
main .header-block.syfovre-clinical-trial-program-hero h1 {
  width: 58%;
}
main .header-block.syfovre-dosing-hero {
  background-image: url("../images/hp-hero-background-new.png") !important;
}
@media only screen and (max-width: 525px) {
  main .header-block.syfovre-dosing-hero {
    background-repeat: no-repeat;
  }
}
main .header-block.syfovre-dosing-hero h1 {
  width: 85%;
}
main .header-block.oaks-and-derby-efficacy-hero {
  background-image: url("../images/oaks-and-derby-efficacy-hero-bg-new.png") !important;
}
@media only screen and (max-width: 767px) {
  main .header-block.oaks-and-derby-efficacy-hero {
    background-position: 85% 100%;
  }
}
@media only screen and (max-width: 525px) {
  main .header-block.oaks-and-derby-efficacy-hero {
    background-repeat: no-repeat;
  }
}
main .header-block.oaks-and-derby-efficacy-hero h1.smallesth1 {
  width: 50%;
}
main .header-block.efficacy-gale-hero {
  background-image: url("../images/efficacy-gale-hero-bg-new.png") !important;
}
main .header-block.efficacy-gale-hero h1 {
  width: 70%;
}
@media only screen and (max-width: 525px) {
  main .header-block.efficacy-gale-hero {
    background-repeat: no-repeat;
  }
  main .header-block.efficacy-gale-hero h1 {
    width: 85%;
  }
}
main .header-block.safety-hero {
  background-image: url("../images/safety-hero-bg-new.png") !important;
}
main .header-block.safety-hero h1.evensmallesth1 {
  width: 60%;
  font-size: 2.3rem;
}
@media only screen and (max-width: 767px) {
  main .header-block.safety-hero {
    background-position: 80% 100%;
  }
  main .header-block.safety-hero h1.evensmallesth1 {
    font-size: 1.4375rem;
  }
}
@media only screen and (max-width: 525px) {
  main .header-block.safety-hero {
    background-position: 90% 100%;
  }
  main .header-block.safety-hero h1.evensmallesth1 {
    font-size: 1.1575rem;
  }
}
main .header-block.resources-hero {
  background-image: url("../images/resources-hero-bg.jpg") !important;
}
@media (max-width: 980px) {
  main .header-block.resources-hero {
    background-position: right -200px top;
  }
}
@media only screen and (max-width: 525px) {
  main .header-block.resources-hero {
    background-position: right -140px top;
    background-repeat: no-repeat;
  }
}
main .header-block.registration-hero {
  background-image: url("../images/registration-hero-bg-new.png") !important;
}
@media only screen and (max-width: 525px) {
  main .header-block.registration-hero {
    background-position: right center;
    background-repeat: no-repeat;
  }
}
main .header-block.practice-hero {
  background-image: url("../images/practice-hero-bg.jpg") !important;
}
@media (min-width: 768px) {
  main .header-block.practice-hero {
    background-position: 50% 10%;
  }
  main .header-block.practice-hero.plain {
    background-image: url("../images/practice-hero-bg-plain.png") !important;
    position: relative;
  }
  main .header-block.practice-hero.plain > div {
    position: relative;
    z-index: 1;
  }
  main .header-block.practice-hero.plain:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/practice-hero-bg-map.png") !important;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    max-width: 1320px;
    left: 50%;
    transform: translateX(-50%);
  }
}
main .header-block.practice-hero h1 {
  width: 45%;
}
@media (max-width: 767px) {
  main .header-block.practice-hero {
    background-image: url("../images/practice-hero-bg-mobile.jpg") !important;
    background-position: right;
  }
  main .header-block.practice-hero h1 {
    width: 50%;
  }
}
main .header-block.find-a-practice-hero {
  background-image: url("../images/practice-hero-bg.jpg") !important;
}
@media (min-width: 768px) {
  main .header-block.find-a-practice-hero.plain {
    background-image: url("../images/practice-hero-bg-plain-new.png") !important;
    position: relative;
    background-position: 100%;
  }
  main .header-block.find-a-practice-hero.plain > div {
    position: relative;
    z-index: 1;
  }
}
main .header-block.find-a-practice-hero h1 {
  width: 45%;
}
main .header-block.find-a-practice-hero h1 img {
  width: 45px;
  height: 58px;
  vertical-align: text-top;
  margin-right: 20px;
}
@media (max-width: 767px) {
  main .header-block.find-a-practice-hero h1 img {
    width: 18px;
    height: 24px;
    margin-right: 4px;
  }
}
@media (max-width: 767px) {
  main .header-block.find-a-practice-hero {
    background-image: url("../images/practice-hero-bg-plain-new.png") !important;
  }
  main .header-block.find-a-practice-hero h1 {
    width: 60%;
  }
}
main .header-block.educational-videos-hero {
  background-image: url("../images/educational-videos-hero-bg-new.png") !important;
}
main .header-block.educational-videos-hero h1.smallerh1 {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  main .header-block.educational-videos-hero h1.smallerh1 {
    width: 50%;
  }
}
@media only screen and (max-width: 525px) {
  main .header-block {
    height: 162px;
  }
}
@media (min-width: 1440px) {
  main .header-block {
    background-position: 20% 10%;
  }
}
main .header-block h1 {
  color: #222a78;
  font-weight: 700;
  width: 50%;
  margin: 0;
}
@media (max-width: 767px) {
  main .header-block h1 {
    width: 50%;
  }
}
@media (max-width: 500px) {
  main .header-block h1 {
    width: 60%;
  }
}
@media (max-height: 700px) and (min-width: 1000px) {
  main .header-block h1 {
    width: 46%;
  }
}
@media only screen and (max-width: 525px) {
  main .header-block h1 {
    font-size: 1.1575rem;
  }
}
main .header-block h1.smallesth1 {
  width: 45%;
}
@media (max-width: 767px) {
  main .header-block h1.smallesth1 {
    width: 65%;
  }
}
main .header-block h1.evensmallesth1 {
  width: 45%;
}
@media (max-width: 767px) {
  main .header-block h1.evensmallesth1 {
    width: 62%;
  }
}
@media (max-width: 767px) {
  main .header-block h1.smallerh1 {
    width: 55%;
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  main .header-block h1.smallerh12 {
    width: 85%;
    font-size: 1.15rem;
  }
}
main .header-block h1 sup {
  font-size: 0.5em;
  margin-left: 3px;
  top: -0.75em;
}
main .header-block h1 .eyebrow {
  font-size: 1.25rem;
  display: block;
}
@media (max-width: 767px) {
  main .header-block h1 .eyebrow {
    font-size: 1rem;
    display: inline-block;
  }
}
main .pink-violator {
  background-color: #c702c7;
}
main .pink-violator p {
  color: white;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}
main .pink-violator p a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 767px) {
  main .pink-violator p a {
    font-size: 18px;
    line-height: 22px;
  }
}
main .pink-violator sup {
  font-size: 10px;
  vertical-align: super;
  top: -0.2em;
}
main .gray-bg {
  background-image: url("../images/gray-bg.png");
  background-size: cover;
}

/* Homepage */
.hp-section1 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.hps1 {
  background-color: #f6f6f6;
  margin-top: 80px;
}

.bottomrightbox {
  position: absolute;
  bottom: 0;
  right: 0;
}

.sub-hero-padding {
  padding: 0 4%;
  max-width: 50%;
}
@media (max-width: 767px) {
  .sub-hero-padding {
    max-width: none;
  }
}

.hp-hero {
  background-color: #08031b;
  position: relative;
  background-image: url("../images/bk-noshadow.jpg");
  background-size: cover;
}
@media (min-width: 768px) {
  .hp-hero {
    background-image: url("../images/hp-bg-4.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
  }
}
@media (min-width: 1540px) {
  .hp-hero {
    background-image: url("../images/hp-hero-desktop-new.png");
    background-size: cover;
  }
}
@media (max-width: 980px) {
  .hp-hero {
    background-image: url("../images/tablet-hp-bg.png");
  }
}
@media (max-width: 767px) {
  .hp-hero {
    min-height: 780px;
    background-repeat: no-repeat;
    background-image: url("../images/mobile-bg-new.png");
    background-color: #08031b;
    background-size: 100% auto;
    background-position: center bottom;
  }
}

#myVideo {
  width: 65%;
  bottom: 0;
}
@media (max-width: 980px) {
  #myVideo {
    padding-top: 100px;
  }
}

@media (min-width: 768px) {
  .frontvideo {
    animation: fadeIn 2s;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hp-small-text {
  margin: 0 20px;
  padding-left: 0%;
  position: relative;
  padding-top: 6px;
  padding-bottom: 8px;
}
@media (max-width: 767px) {
  .hp-small-text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.hp-small-text span.magenta {
  color: #c700c7;
  display: block;
  font-size: 25px;
  margin-bottom: 5px;
  margin-left: -1rem;
}
.hp-small-text span.magenta .mobile {
  font-size: 30px;
}
.hp-small-text .mobile-second-line {
  border-bottom: 4px solid #57d124;
  padding-bottom: 3px;
  white-space: nowrap;
}
.hp-small-text div.mobile-second-line {
  width: fit-content;
}
@media (max-width: 767px) {
  .hp-small-text {
    margin-top: 0;
  }
}
.hp-small-text p {
  border-bottom: 4px solid #57d124;
  font-size: 1.125rem;
  line-height: 1;
  margin-bottom: 0;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .hp-small-text p {
    text-align: center;
    font-size: 1rem;
    border-bottom: 0;
  }
}

@media (max-width: 767px) {
  .hp-main-text {
    width: 102%;
    position: relative;
    margin-top: 25px;
  }
}
.hp-main-text h1 > sup {
  font-size: 0.5em;
  top: -0.75em;
  margin-left: 3px;
}

.hp-text {
  font-weight: 700;
  font-size: 3.125rem;
}
@media (max-width: 767px) {
  .hp-text {
    font-size: 2.5rem;
    text-align: right;
  }
}

.hp-subtext {
  font-weight: 800;
  font-size: 1.875rem;
}
@media (max-width: 767px) {
  .hp-subtext {
    text-align: right;
  }
}

.hp-subtext2 {
  font-size: 1.625rem;
}
@media (max-width: 767px) {
  .hp-subtext2 {
    text-align: right;
  }
}

.hph2 {
  font-size: 1.875rem;
  width: 90%;
}

.hph3 {
  font-size: 1.375rem;
}

.hpp3 {
  font-size: 1.125rem;
}

.section3wrapper .circlebox {
  width: 33%;
  height: 100%;
}
@media (max-width: 767px) {
  .section3wrapper .circlebox {
    width: 100%;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #D8D8D8;
  }
}
@media (max-width: 767px) {
  .section3wrapper .circlebox:last-child {
    margin-bottom: 0rem;
    padding-bottom: 0rem;
    border-bottom: 0px solid #D8D8D8;
  }
}

.pinkbtn {
  background-color: #C700C7;
  color: #fff;
  border: 2px solid #C700C7;
  text-decoration: none;
  padding: 0.4125rem 2.25rem;
  border-radius: 30px;
  min-width: 215px;
  text-align: center;
  font-size: 1rem;
  display: inline-block;
}
.pinkbtn:hover {
  background-color: #fff;
  color: #C700C7;
  border-color: #C700C7;
}
.pinkbtn.secondary {
  background-color: #fff;
  border: 2px solid #C700C7;
  color: #C700C7;
}
.pinkbtn.secondary:hover {
  background-color: #C700C7;
  color: #fff;
}
@media (max-width: 767px) {
  .pinkbtn {
    min-width: 147px;
    font-size: 1.2375rem !important;
    padding: 0.3125rem 1rem !important;
    width: 100%;
    letter-spacing: normal !important;
  }
}
.pinkbtn.ga-burden {
  padding: 0.4125rem 0.875rem;
}

@media (max-width: 767px) {
  .pinkbtnwrapper {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
  }
}

.greenbtn {
  background-color: #57D124;
  color: #222A78;
  border: 2px solid #222A78;
  text-decoration: none;
  padding: 0.4125rem 2.25rem;
  border-radius: 30px;
  min-width: 200px;
  text-align: center;
  font-size: 1rem;
}
.greenbtn:hover {
  background-color: #C700C7;
  color: #fff;
}
.greenbtn.secondary {
  background-color: #fff;
  border: 2px solid #C700C7;
  color: #C700C7;
}
.greenbtn.secondary:hover {
  background-color: #C700C7;
  color: #fff;
}
@media (max-width: 767px) {
  .greenbtn {
    min-width: 147px;
    font-size: 1rem;
    padding: 0.8125rem 1rem;
    width: 100%;
  }
}

.unsubscribe label.checkbox:before, .unsubscribe label.radio:before, .unsubscribe label.checkbox.checked:before, .unsubscribe label.radio.checked:before {
  color: #C700C7;
}
.unsubscribe input[type=radio] {
  accent-color: #C700C7;
}
.unsubscribe input[type=radio]:checked + label:before {
  border: 2px solid transparent;
  border-radius: 50%;
}
.unsubscribe input[type=radio]:checked + label:after {
  background-color: #C700C7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 16px;
  height: 16px;
  margin: 4px;
  content: "";
}

.section3wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}

.apellisassist > div {
  background-color: #fff;
  padding: 70px;
}
@media (max-width: 767px) {
  .apellisassist > div {
    padding: 35px;
  }
}
.apellisassist > div img {
  margin-bottom: 2rem;
}
.apellisassist > div h4 {
  font-weight: 600;
  font-size: 1.75rem;
  margin-bottom: 1rem;
}
.apellisassist > div p {
  font-size: 1.125rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}

.lh15 {
  line-height: 1.5rem;
}

/* ISI */
.isiwrapper {
  color: #333333;
}
.isiwrapper p,
.isiwrapper ul li {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .isiwrapper p,
  .isiwrapper ul li {
    font-size: 1rem;
  }
}
.isiwrapper p.superlarge,
.isiwrapper ul li.superlarge {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .isiwrapper p.pinktext {
    font-size: 1rem;
  }
}
.isiwrapper ul {
  padding-left: 1.2rem;
}
.isiwrapper ul li {
  color: #C700C7;
}
.isiwrapper ul li strong {
  color: #C700C7;
}
.isiwrapper ul li ul {
  list-style-type: none;
}
.isiwrapper ul li ul li {
  position: relative;
  color: #333333;
}
.isiwrapper ul li ul li::before {
  content: "◦";
  position: absolute;
  top: 0;
  left: -15px;
  color: #C700C7;
}

.isipadding {
  padding: 0 4%;
}

.scroll-top {
  position: fixed;
  bottom: 80px;
  right: 1%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .scroll-top {
    bottom: 100px;
  }
}
@media screen and (max-width: 373px) {
  .scroll-top {
    bottom: 130px;
  }
}

/* Back and Next Buttons */
.footernav2 {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .footernav2 {
    padding-top: 3rem;
  }
}
.footernav2 > div {
  background-color: #D4DAED;
  width: 25%;
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .footernav2 > div {
    width: 48%;
  }
}
.footernav2 a {
  text-decoration: none;
  color: #222A78;
  font-size: 1rem;
}
.footernav2 a:hover {
  border-bottom: 0 solid #222A78;
  text-decoration: underline;
}
.footernav2 a strong {
  font-weight: 700;
}
@media (max-width: 767px) {
  .footernav2 a span.lh-sm {
    line-height: 1.2rem !important;
  }
}

.pinklink a {
  text-decoration: none;
  color: #C700C7;
  font-weight: 700;
  font-size: 1rem;
}

/* Accordions */
.accordion-item {
  border: 1px solid #dedede !important;
}
.accordion-item.no-border {
  border: none !important;
}
.accordion-item .accordion-button, .accordion-item .accordion-button:not(.collapsed) {
  background-color: #5272bc;
  color: #fff !important;
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item .accordion-button::after, .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("../images/accordion-expand.svg");
}
.accordion-item .accordion-button:not(.collapsed) {
  color: inherit;
}
.accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("../images/accordion-collapse.svg");
}
.accordion-item .accordion-button:focus {
  box-shadow: none;
}
@media (max-width: 767px) {
  .accordion-item .accordion-button > strong, .accordion-item .accordion-button:not(.collapsed) > strong {
    padding-right: 1rem;
  }
}

/* Callout Banners */
.callout-banner {
  background: linear-gradient(to right, rgb(34, 42, 120) 0%, rgb(82, 114, 188) 100%);
}
.callout-banner h2 {
  color: #fff;
  font-size: 1.75rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .callout-banner h2 {
    font-size: 1.25rem;
  }
}

.callout-style2 {
  border-top: 2px solid #5272bc;
  border-bottom: 2px solid #5272bc;
  max-width: 830px;
  margin: 0 auto;
  text-align: center;
}
.callout-style2 h2 {
  font-size: 1.875rem;
  margin-bottom: 0;
  background: linear-gradient(to right, #222A78, #5272bc);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.callout-style2 h2 sup {
  -webkit-text-fill-color: #5272bc;
}

/* 2.2 Clinical Trials Page */
.border-fit-content {
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
  width: fit-content;
  margin-bottom: 25px;
}

.info-row {
  border-bottom: 2px solid #fff;
  padding: 1em 0;
}
.info-row:last-of-type {
  border-bottom: 0;
}
.info-row p {
  font-size: 1.4rem;
}
.info-row p.green-font {
  font-size: 1.3rem;
}

/* 5.1 ApellisAssit Page */
.assist-page .header-block-assist {
  height: 186px;
  background-color: #f6f6f6;
  background-size: cover;
}

.green-step {
  background-color: #57D124;
  height: 44px;
  top: -22px;
}
.green-step.first {
  top: 0;
}
.green-step h4 {
  z-index: 5;
}
.green-step::after {
  background-color: #57D124;
  height: 44px;
  position: absolute;
  content: "";
  width: 44px;
  border-radius: 50%;
  right: -22px;
}

/* Forms */
form {
  max-width: 760px;
  /* The container */
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}
form input {
  font-size: 1.375rem;
}
form .form-control,
form .form-select,
form .form-check-input[type=checkbox] {
  border-radius: unset;
  border: none;
}
form .form-control,
form .form-select {
  background-color: #fff;
  font-size: 1.125rem;
}
form .form-label,
form .form-select,
form .form-check-label {
  font-size: 1.125rem;
}
form .form-select {
  background-image: url("../images/form-down-arrow.svg");
}
form .form-check {
  padding-left: 0.75rem;
}
form .form-check .form-check-input[type=checkbox] {
  width: 32px;
  min-width: 32px;
  height: 32px;
  margin-left: 0;
  float: none;
}
form .form-check .form-check-input[type=checkbox]:focus {
  box-shadow: none;
}
form .form-check .form-check-input[type=checkbox]:checked {
  background-color: #C700C7;
}
form .form-check .form-check-input[type=checkbox].pink-border {
  border: 2px solid #C700C7;
}
form .form-check .form-check-label {
  padding: 0 0.75rem;
}
form .form-check-extra {
  padding: 0 0.75rem;
}
form .form-check-extra input#phone {
  background-color: #fff;
}
form.was-validated .form-control:valid {
  background-image: none;
}
form.was-validated .form-check-input:valid ~ .form-check-label {
  color: #222A78;
}
form.was-validated .form-select:valid:not([multiple]):not([size]),
form.was-validated .form-select:valid:not([multiple])[size="1"] {
  background-image: url("../images/form-down-arrow.svg");
}
form.was-validated .form-control:invalid {
  border: 2px solid #C700C7;
  background-image: none;
  background-color: #eccbec;
}
form.was-validated .invalid-feedback {
  color: #C700C7;
}
form .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1.125rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
form .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
form .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  /* background-color: #eee; */
  border-radius: 50%;
  border: 2px solid #C700C7;
}
form .container2:hover input ~ .checkmark {
  background-color: #fff;
}
form .container2 input:checked ~ .checkmark {
  background-color: #C700C7;
}
form .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
form .container2 input:checked ~ .checkmark:after {
  display: block;
}

/* sticky isi tray */
#isitray {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  max-height: 180px;
  transition: max-height 0.5s ease-in-out;
}
@media (max-width: 767px) {
  #isitray {
    z-index: 1000;
    max-height: 250px;
  }
}
#isitray.hider {
  display: none;
}
#isitray.opentray {
  max-height: 100%;
  overflow-y: scroll;
  height: 100%;
  background-color: #fff;
}
@media (max-width: 767px) {
  #isitray.opentray {
    height: 100%;
    overflow-y: scroll;
    z-index: 100000;
  }
}
#isitray.opentray .isiwrapper {
  box-shadow: none;
}
#isitray .tray {
  display: none;
}
#isitray .tray.open {
  display: block;
}
#isitray .subtray {
  max-height: 0;
  transition: max-height 0.5s ease-in-out;
  overflow: hidden;
}
#isitray .subtray.open {
  max-height: 157px;
}
#isitray .isiwrapper {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 0 4%;
  height: auto;
}
@media (max-width: 767px) {
  #isitray .isiwrapper {
    padding-top: 2rem;
  }
}
#isitray #trayopener {
  position: absolute;
  right: 1.5rem;
  top: 0.5rem;
}
#isitray #trayopener:hover {
  cursor: pointer;
  color: #C700C7;
}
#isitray #trayopener .closed > span {
  background-image: url("../images/trayopen.png");
  width: 20px;
  height: 20px;
  background-size: cover;
  display: inline-block;
  position: relative;
  top: 4px;
  left: 7px;
}
#isitray #trayopener .open {
  display: none;
}
#isitray #trayopener .open > span {
  background-image: url("../images/showlessicon.png");
  width: 20px;
  height: 3px;
  background-size: cover;
  display: inline-block;
  position: relative;
  top: -3px;
  left: 7px;
}
#isitray #trayopener.open > .open {
  display: block;
}
#isitray #trayopener.open > .closed {
  display: none;
}

.logospacer {
  width: 14%;
}
@media (max-width: 767px) {
  .logospacer {
    padding-bottom: 2px;
    width: 50%;
  }
}

.lot-numbers {
  padding-bottom: 12em;
}

.errorPage {
  margin-top: 200px;
  margin-bottom: 200px;
}

.modalspacer {
  padding: 80px;
}
@media (max-width: 767px) {
  .modalspacer {
    padding: 20px;
  }
}

.modalspacerviolator {
  padding: 25px 5px 25px 25px;
}
@media (max-width: 767px) {
  .modalspacerviolator {
    padding: 15px 5px 10px 10px;
  }
}

.safety-tabs {
  transform: translateY(1px);
  position: relative;
  z-index: 10;
}

.safety-tab {
  color: #092d74;
  text-decoration: none;
  font-weight: bold;
}

.ch2-theme-bar .ch2-dialog {
  z-index: 1001;
}

.modal-content-container {
  overflow-y: auto;
  height: 25vw;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .modal-content-container {
    height: 60vh;
    padding-right: 15px;
  }
}
.modal-content-container > ul {
  margin-bottom: 0.5em;
}
.modal-content-container p {
  font-size: 14px;
}
.modal-content-container p.date {
  text-align: right;
}
.modal-content-container p a {
  color: #C700C7;
}
.modal-content-container table td {
  font-size: 14px;
  padding: 0.5em 0;
}
.modal-content-container table tr.divider {
  border-bottom: 1px solid #333;
}
.modal-content-container ul {
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .modal-content-container ul {
    margin-left: 10px;
  }
}
.modal-content-container ul li {
  font-size: 14px;
  line-height: 21px;
  position: relative;
}
.modal-content-container ul li > p {
  margin-bottom: 0;
  margin-top: -1.5em;
  padding-left: 1.5em;
}
.modal-content-container ul ul {
  list-style-type: circle;
  margin-top: 0;
}

.sign-row {
  display: flex;
  font-size: 14px;
  line-height: 21px;
  padding-bottom: 2em;
}

.sign-col {
  flex: 1;
}

.bow {
  width: 838px;
  max-width: 100%;
  min-height: 121px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  background-image: url(../images/cta-stitch-desktop.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .bow {
    background-image: url(../images/cta-stitch-mobile.svg);
    width: 368px;
  }
}
.bow p {
  font-size: 20px !important;
  font-weight: bold;
  line-height: 25px;
  color: #C700C7;
  margin: 0;
}
@media (max-width: 767px) {
  .bow p {
    font-size: 18px !important;
    line-height: 21px;
    max-width: 65%;
  }
}

/* 3.1 Filly Efficacy */
.inverted-round-corner {
  -webkit-mask-image: radial-gradient(circle at top left, transparent 0, transparent 0, black 0), radial-gradient(circle at top right, transparent 80px, transparent 80px, black 0), radial-gradient(circle at bottom left, transparent 0, transparent 0, black 0), radial-gradient(circle at bottom right, transparent 0, transparent 0, black 0);
  -webkit-mask-position: top left, top right, bottom left, bottom right;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 50% 50%;
  mask-image: radial-gradient(circle at top left, transparent 0, transparent 0, black 0), radial-gradient(circle at top right, transparent 80px, transparent 80px, black 0), radial-gradient(circle at bottom left, transparent 0, transparent 0, black 0), radial-gradient(circle at bottom right, transparent 0, transparent 0, black 0);
  mask-position: top left, top right, bottom left, bottom right;
  mask-repeat: no-repeat;
  mask-size: 50% 50%;
  right: 2rem;
}
@media (max-width: 767px) {
  .inverted-round-corner {
    right: auto;
    -webkit-mask-image: none;
    mask-image: none;
    margin-top: 0;
  }
}

.ml-0 {
  margin-left: 0;
}

.pb-12-5 {
  padding-bottom: 7.5rem !important;
}
@media (max-width: 767px) {
  .pb-12-5 {
    padding-bottom: 2rem !important;
  }
}

.pt-12-5 {
  padding-top: 7.5rem !important;
}

.filly-efficacy-icon1 {
  width: 190px;
  right: 1.75rem;
  top: 1.75rem;
}
@media (max-width: 767px) {
  .filly-efficacy-icon1 {
    right: 0.75rem;
    top: 0.75rem;
  }
}

@media (max-width: 767px) {
  .filly-efficacy-icon2 {
    width: 120% !important;
    margin-left: -5%;
  }
}

.filly-efficacy-icon3 {
  width: 190px;
  right: 1.75rem;
  top: 1.75rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .filly-efficacy-icon3 {
    right: 0rem;
    top: 0.75rem;
  }
}

.h85006D {
  color: #85006d;
}

.h222A78 {
  color: #222a78;
}

.filly-ul {
  list-style-type: disc;
  padding-left: 1.5rem;
}

.filly-p {
  font-size: 1rem;
  margin-left: 5%;
}

.filly-accordion .accordion-body {
  font-size: 1.25rem;
  padding: 2rem 4rem;
}
@media (max-width: 767px) {
  .filly-accordion .accordion-body {
    padding: 1rem 0.5rem;
    font-size: 1rem;
  }
}
.filly-accordion .accordion-button::after, .filly-accordion .accordion-item .accordion-button:not(.collapsed)::after, .accordion-item .filly-accordion .accordion-button:not(.collapsed)::after {
  align-items: center;
  border-radius: 500px;
  color: #222a78;
  display: flex;
  font-size: 2rem;
  font-weight: lighter;
  height: 28px;
  justify-content: center;
  padding-bottom: 10px;
  transform: unset;
  width: 28px;
}
.filly-accordion .accordion-button:not(.collapsed)::after {
  content: "";
  width: 28px;
  height: 28px;
  background-image: url("../images/accordion-close.png");
  padding: 0 !important;
  border-radius: 0;
  background-size: cover;
}
.filly-accordion .accordion-button.collapsed::after {
  content: "";
  font-size: 2.2rem;
  padding-bottom: 9px;
  padding-left: 2px;
  width: 28px;
  height: 28px;
  background-image: url("../images/accordion-expand.png");
  padding: 0 !important;
  border-radius: 0;
  background-size: cover;
}

.full-filly {
  color: #c700c7;
  font-weight: bold;
  text-decoration: none;
  margin-top: 2rem;
  display: block;
}
.full-filly:hover {
  color: #c700c7;
  text-decoration: underline;
}

.linear-gradient {
  background: linear-gradient(to right, #222a78, #5272bc);
  color: #ffffff;
  text-align: center;
}

.linear-gradient h1 {
  font-size: 1.75rem;
}
@media (max-width: 767px) {
  .linear-gradient h1 {
    font-size: 1.25rem;
  }
}

p.refs {
  font-size: 1.1rem;
}

.next-prev {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.next-prev a {
  font-size: 1.75rem;
}

h2.oaks-derby-efficacy {
  font-size: 1.7rem;
  line-height: 2.4rem;
}
@media (max-width: 767px) {
  h2.oaks-derby-efficacy {
    font-size: 1.25rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    line-height: 1.7rem;
  }
}

h3.oaks-h3 {
  font-size: 1rem;
  font-weight: bold;
}

h4.oaks-h4 {
  font-size: 1.15rem;
}

.oaks-footnote {
  font-size: 12px;
}
@media (max-width: 767px) {
  .oaks-footnote {
    font-size: 12px;
  }
}

.accordion-body {
  position: relative;
}
.accordion-body .oaks-footnote {
  margin-left: 0;
}

.saftey-btn {
  background-color: #c700c7;
  color: #ffffff;
  text-decoration: none;
  padding: 0.5rem 3rem;
  border-radius: 2.5rem;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 1.5px;
  display: inline-block;
  border: 2px solid #c700c7;
}

.saftey-btn:hover {
  color: #c700c7;
  background-color: #ffffff;
}

.safty-ul li,
.safty-ul p {
  font-size: 0.95rem;
}
@media (max-width: 767px) {
  .safty-ul li,
  .safty-ul p {
    font-size: 0.75rem !important;
  }
  .safty-ul li.text18,
  .safty-ul p.text18 {
    font-size: 18px !important;
  }
}
.safty-ul .text12 {
  font-size: 12px;
  line-height: 18px;
}

.pooled-heading {
  font-size: 1.125rem;
  font-weight: bold;
  padding: 1rem 2rem;
  background-color: #d8d8d8;
  color: #222a78;
  margin-left: -4rem;
  border-left: 10px solid #57d124;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .pooled-heading {
    margin-left: 0;
    font-size: 0.9375rem;
    padding: 1rem;
  }
}

.pooled-subheading {
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0 2rem;
  color: #222a78;
  margin-left: -4rem;
  margin-bottom: 2rem;
}

.modalbtns > a:first-child {
  margin-right: 8px;
}
@media (max-width: 767px) {
  .modalbtns > a:first-child {
    margin-right: 5px;
    margin-bottom: 1rem;
  }
}
.modalbtns > a:last-child {
  margin-left: 8px;
}
@media (max-width: 767px) {
  .modalbtns > a:last-child {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .modalbtns > a {
    min-width: 170px;
    width: 170px;
    max-height: 52px;
  }
}
@media (max-width: 500px) {
  .modalbtns {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .m-w-100 {
    width: 100%;
  }
}

.reftext {
  font-size: 0.875rem;
  word-break: break-word;
}

.bottomrightbox {
  width: 150px;
}
@media (max-width: 767px) {
  .bottomrightbox {
    width: 100px;
  }
}

.mr-1 {
  margin-right: 0.4rem;
}

.ml-1 {
  margin-left: 0.4rem;
}

/* Cookie Banner */
.cookiebanner {
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
}

#cookiebanner {
  background-color: #fff;
  padding-top: 17px;
  display: none;
}

.cookiebannercall #cookiebanner {
  display: block;
}

.cookiewrapper {
  top: 0;
  background-color: #fff;
  width: 100%;
  padding: 0;
  z-index: 99;
}

@media (max-width: 980px) {
  .cookiebuttons {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cookiebuttons {
    margin-top: 1rem;
  }
}
.cookiebuttons span.pinkbtn {
  padding: 0.25rem 0.5rem;
  min-width: 175px;
  border-radius: 1px;
  background-color: #222A78;
  border-color: #222A78;
}
.cookiebuttons span.pinkbtn:hover {
  cursor: pointer;
  color: #fff;
}
@media (max-width: 980px) {
  .cookiebuttons span.pinkbtn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cookiebuttons span.pinkbtn {
    font-size: 0.8125rem !important;
  }
}
.cookiebuttons span.pinkbtn.secondary {
  background-color: #fff;
  color: #222A78;
}
.cookiebuttons span.pinkbtn.secondary:hover {
  color: #222A78;
}

.cookiebtnclose:hover {
  cursor: pointer;
}

.navlogo img {
  width: 225px !important;
}
@media (max-width: 767px) {
  .navlogo img {
    width: 125px !important;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .navlogo img {
    position: relative;
    bottom: 5px;
    width: 200px !important;
  }
}

.h-100 {
  height: 100px;
}

.mobilenav {
  display: none;
  background-color: #fff;
  z-index: 100;
}
.mobilenav.shownav {
  display: block;
  z-index: 10000000;
  width: 100%;
  top: 80px;
  overflow-y: scroll;
  padding-bottom: 120px;
}
.mobilenav.shownav > div {
  flex-direction: column-reverse;
  display: flex;
}

@media (max-width: 767px) {
  .mobilenavcontroller .closehamburgericon {
    display: none;
  }
}
@media (max-width: 1104px) {
  .mobilenavcontroller .closehamburgericon {
    display: none;
  }
}
@media (max-width: 767px) {
  .mobilenavcontroller.navopened .closehamburgericon {
    display: block;
  }
}
@media (max-width: 1104px) {
  .mobilenavcontroller.navopened .closehamburgericon {
    display: block;
  }
}
@media (max-width: 767px) {
  .mobilenavcontroller.navopened .openhamburgericon {
    display: none;
  }
}
@media (max-width: 1104px) {
  .mobilenavcontroller.navopened .openhamburgericon {
    display: none;
  }
}

@media (max-width: 767px) {
  .aboutgaboxes {
    margin-bottom: 5rem;
    padding-bottom: 5rem;
    border-bottom: 1px solid #D8D8D8;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .aboutgaboxes:first-child {
    margin-top: 5rem;
  }
}
.linknav {
  background-color: #dedede;
}
@media (max-width: 767px) {
  .linknav {
    padding-bottom: 1rem;
  }
}
.linknav .col .h57 {
  height: 57px;
}
@media (max-width: 767px) {
  .linknav .col .h57 {
    height: auto;
  }
}
.linknav .col .h57 ul {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .linknav .col .h57 ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.linknav .col .h57 ul li {
  display: inline-block;
  color: #222A78;
  margin-right: 2rem;
  font-size: 0.9412rem;
}
@media (max-width: 767px) {
  .linknav .col .h57 ul li {
    display: block;
  }
}
.linknav .col .h57 ul li a {
  color: #222A78;
  text-decoration: none;
  font-size: 0.9412rem;
}
.linknav .col .h57 ul li a:hover {
  border-bottom: 7px solid #57D124;
  padding-bottom: 12px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .linknav .col .h57 ul li a {
    display: inline-block;
  }
}

ul.greenlist {
  list-style: none;
  /* Remove default bullets */
}
ul.greenlist li {
  padding-left: 1.25rem;
  font-size: 1rem;
  padding-bottom: 0.5rem;
}
ul.greenlist li:last-child {
  padding-bottom: 0;
}
ul.greenlist li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #57D124;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1rem;
  margin-left: -2.25rem;
  margin-right: 0.25rem;
}
@media (max-width: 767px) {
  ul.greenlist {
    list-style: none;
    /* Remove default bullets */
  }
  ul.greenlist li {
    padding-left: 2.25rem;
    font-size: 1rem;
    padding-bottom: 0.5rem;
  }
  ul.greenlist li:last-child {
    padding-bottom: 0;
  }
  ul.greenlist li::before {
    content: "•";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #57D124;
    /* Change the color */
    font-weight: bold;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1rem;
    margin-left: -2.25rem;
    margin-right: 1.25rem;
  }
}

ul.bluelist {
  list-style: none;
  /* Remove default bullets */
}
ul.bluelist > li {
  font-size: 1.125rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  position: relative;
}
ul.bluelist > li:last-child {
  padding-bottom: 0;
}
ul.bluelist > li > ul {
  list-style: circle;
  padding-left: 1.25rem;
}
ul.bluelist > li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #222A78;
  /* Change the color */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  font-weight: bold;
  /* If you want it to be bold */
  left: 0;
  margin-top: -0.05rem;
  position: absolute;
  top: 0;
  width: 1rem;
}
@media (max-width: 767px) {
  ul.bluelist > li {
    list-style: none;
    /* Remove default bullets */
  }
  ul.bluelist > li li {
    font-size: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 0;
  }
  ul.bluelist > li li:last-child {
    padding-bottom: 0;
  }
  ul.bluelist > li li::before {
    content: "•";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #222A78;
    /* Change the color */
    font-weight: bold;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1rem;
    margin-left: 0;
    margin-right: 1.25rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  ul.bluelist > li li::before {
    content: none;
  }
}

@media (max-width: 767px) {
  .text8mobile,
  p.text8mobile {
    font-size: 0.5rem !important;
  }
}

@media (max-width: 767px) {
  .text9mobile,
  p.text9mobile {
    font-size: 0.563rem !important;
  }
}

.text12,
p.text12 {
  font-size: 12px;
}
@media (max-width: 767px) {
  .text12,
  p.text12 {
    font-size: 0.75rem;
  }
}

.text24,
p.text24 {
  font-size: 24px !important;
}
@media (max-width: 767px) {
  .text24,
  p.text24 {
    font-size: 14px;
  }
}

.text28,
p.text28 {
  font-size: 28px !important;
}
@media (max-width: 767px) {
  .text28,
  p.text28 {
    font-size: 18px !important;
  }
}

.text32,
p.text32 {
  font-size: 32px;
}
@media (max-width: 767px) {
  .text32,
  p.text32 {
    font-size: 22px;
  }
}

.text36,
p.text36 {
  font-size: 36px;
}
@media (max-width: 767px) {
  .text36,
  p.text36 {
    font-size: 26px;
  }
}

.text19,
p.text19 {
  font-size: 19px !important;
}
@media (max-width: 767px) {
  .text19,
  p.text19 {
    font-size: 1.15rem;
  }
}

.text18,
p.text18 {
  font-size: 18px !important;
}
@media (max-width: 767px) {
  .text18,
  p.text18 {
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .text18mobile,
  p.text18mobile {
    font-size: 18px !important;
  }
}

.text16,
p.text16 {
  font-size: 16px !important;
}

@media (max-width: 767px) {
  .text16mobile,
  p.text16mobile {
    font-size: 1rem !important;
  }
}

@media (max-width: 767px) {
  .text14mobile,
  p.text14mobile {
    font-size: 0.875rem !important;
  }
  .text14mobile sup,
  p.text14mobile sup {
    top: -0.6em;
  }
}

.text14,
p.text14 {
  font-size: 14px;
}
@media (max-width: 767px) {
  .text14,
  p.text14 {
    font-size: 0.85rem;
  }
}

.text14only,
p.text14only {
  font-size: 14px !important;
}
@media (max-width: 767px) {
  .text14only,
  p.text14only {
    font-size: 0.85rem !important;
  }
}

.text12only,
p.text12only {
  font-size: 12px !important;
}
@media (max-width: 767px) {
  .text12only,
  p.text12only {
    font-size: 0.75rem !important;
  }
}

@media (max-width: 767px) {
  .text12mobile,
  p.text12mobile {
    font-size: 0.75rem !important;
    line-height: 1.1rem;
  }
  .text12mobile sup,
  p.text12mobile sup {
    top: -0.7em;
  }
}

@media (max-width: 767px) {
  .text11mobile,
  p.text11mobile {
    font-size: 0.65rem !important;
    line-height: 1.1rem;
  }
  .text11mobile sup,
  p.text11mobile sup {
    top: -0.7em;
  }
}

.text11mobile.text14only,
p.text11mobile.text14only {
  font-size: 14px !important;
}
@media (max-width: 767px) {
  .text11mobile.text14only,
  p.text11mobile.text14only {
    font-size: 0.65rem !important;
  }
}

.text11mobile.text14only,
p.text11mobile.text14only {
  font-size: 14px !important;
}
@media (max-width: 767px) {
  .text11mobile.text14only,
  p.text11mobile.text14only {
    font-size: 0.65rem !important;
  }
}

@media (max-width: 767px) {
  .text11mobile.text14only strong,
  p.text11mobile.text14only strong {
    font-size: 0.75rem !important;
  }
}

@media (max-width: 767px) {
  .text1remmobile {
    font-size: 1rem;
  }
  .text1remmobile > li {
    font-size: 1rem;
  }
  .text1remmobile > li > ul > li {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .text2remmobile {
    font-size: 1rem !important;
  }
  .text2remmobile > li {
    font-size: 1rem !important;
  }
  .text2remmobile > li > ul > li {
    font-size: 1rem !important;
  }
}

@media (max-width: 767px) {
  .mobileimagewrapper {
    height: 450px;
    display: block;
    overflow: scroll;
  }
}
@media (max-width: 767px) {
  .mobileimagewrapper > img {
    height: 450px;
    width: 540px;
    max-width: inherit;
  }
}

#footertray {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.transcripttext {
  display: none;
  padding: 1rem;
}
.transcripttext.open {
  display: block;
  background-color: #fff;
}
.transcripttext.open strong {
  color: #222A78;
}
.transcripttext ul > ul {
  padding-left: 3rem;
}

#portal-video .transcripttext {
  color: #222A78;
}

.mainnav > li {
  padding-bottom: 0;
}

@media (min-width: 1105px) {
  .mainnav > li:hover {
    border-bottom: none;
    padding-bottom: 0;
    z-index: 10000000;
  }
}

.mainnav > li span {
  padding-bottom: 20px;
}

.mainnav > li:hover span {
  border-bottom: 7px solid #57d124;
}

.mainnav > li.active {
  border-bottom: 7px solid #57d124;
  border-bottom: none;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .mainnav > li.active {
    border-bottom: 7px solid white;
  }
}

.mainnav > li.active span {
  border-bottom: 7px solid #57d124;
  padding-bottom: 20px;
}

.linknav .col .h57 ul li {
  padding-left: 13px;
}

.linknav .col .h57 ul li::before {
  content: "";
  background-image: url("../images/downcarot-white.png");
  width: 11px;
  height: 8px;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: cover;
  left: -7px;
  top: -2px;
  position: relative;
}

.linknav .col .h57 ul li:first-child:before {
  background-image: none;
}

.mainnav > li:hover > a {
  font-weight: 600;
  border-bottom: 7px solid #57d124;
  padding-bottom: 20px;
}

.mainnav > li.active a {
  font-weight: 600;
}

.pr-16 {
  padding-right: 4rem;
}

.mobilenav .mainnav > li.active:hover ul {
  top: 0;
}

.mainnav > li.active:hover ul {
  top: 51px;
}

.mobilenav .mainnav > li:hover span {
  border-bottom: 7px solid #57d124;
  border-bottom: none;
}

@media (min-width: 768px) {
  .px-md-15 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-md-20 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
}
@media (max-width: 767px) {
  .desktop-only {
    display: none;
  }
}
.mobilenav .mainnav > li:hover > a {
  border-bottom: none;
}

.mobilenav .mainnav > li.active:hover ul {
  top: 0;
}

.mobilenav .mainnav > li.active {
  border-bottom: 1px solid #d8d8d8;
}

.mobilenav .mainnav > li.active span {
  border-bottom: none;
}

.mainnav > li.active.noarrow span a,
.mainnav > li.noarrow:hover span a,
.mainnav > li.noarrow span a {
  color: #222A78;
  text-decoration: none;
  background-color: #fff;
  font-weight: 600;
}
@media (max-width: 1104px) {
  .mainnav > li.active.noarrow span a,
  .mainnav > li.noarrow:hover span a,
  .mainnav > li.noarrow span a {
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.traybgcontroller {
  height: 100%;
  overflow: hidden;
}

.lipdiv {
  height: 80px;
}
@media (max-width: 767px) {
  .lipdiv {
    height: auto;
    padding: 1rem;
  }
}

.mainnav > li ul {
  padding-left: 0;
}

.transcriptcontroller:hover {
  cursor: pointer;
  text-decoration: underline;
  font-weight: bold;
}
.transcriptcontroller span {
  display: inline-block;
  transform: rotate(-90deg);
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  position: relative;
  right: -5px;
  top: 5px;
}
.transcriptcontroller.openedspan span {
  transform: rotate(0deg);
  /* Safari */
  -webkit-transform: rotate(0deg);
  /* Firefox */
  -moz-transform: rotate(0deg);
  /* IE */
  -ms-transform: rotate(0deg);
  /* Opera */
  -o-transform: rotate(0deg);
  position: relative;
  right: -1px;
  top: 2px;
}

.sitemapwrapper a {
  color: #222A78;
  text-decoration: none;
}
.sitemapwrapper h3 {
  font-size: 16px;
}
.sitemapwrapper ul li {
  list-style-type: none;
  line-height: 18px;
  padding-bottom: 10px;
  padding-left: 1.5rem;
}
.sitemapwrapper ul li a {
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
}

.ml5p {
  margin-left: 6%;
}

.left16 {
  position: relative;
  left: -16px;
}

.download-btn {
  padding-left: 10px;
  padding-bottom: 6px;
  width: 3.5%;
}

.border-left-0 {
  border-left: 0;
}

.border-bottom-white {
  border-bottom: #ffffff;
}

.border-bottom-gray {
  border-bottom: #dedede;
}

.font-color-blue {
  color: #222a78;
}

#patientmodal,
#safety-page-modal {
  z-index: 10001;
}

#safety-page-modal .modal-content-container {
  height: initial;
}
#safety-page-modal .modal-content-container ul {
  margin-left: 0;
}

.patientmodalbtn img {
  vertical-align: -1px;
}

.borderrightd8 {
  border-right: 1px solid #D8D8D8;
}
@media (max-width: 767px) {
  .borderrightd8 {
    border-right: none;
  }
}

.resourceimage {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
.resourceimage img {
  width: 80%;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.bordersbothsides {
  border-left: 1px solid #979797;
  border-right: 1px solid #979797;
}
@media (max-width: 767px) {
  .bordersbothsides {
    border-left: none;
    border-right: none;
  }
}

.jumplinker {
  position: absolute;
  bottom: 100px;
}

@media (min-width: 1105px) {
  .d-md-navsize-block {
    display: block !important;
    width: 86% !important;
  }
}

@media (min-width: 1105px) {
  .d-md-navsize-none {
    display: none !important;
  }
}

.modallink:hover {
  cursor: pointer;
}

@media (max-height: 700px) and (min-width: 1000px) {
  #apellis-assist-video > .row {
    display: flex;
    flex-direction: column;
  }
  #apellis-assist-video > .row .chapteredTranscript {
    width: 77% !important;
  }
}
#apellis-assist-video > .row iframe {
  box-shadow: unset;
}

.standalone-video {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  padding: 0;
  width: 65%;
}
@media (max-width: 980px) {
  .standalone-video {
    margin: 1rem auto !important;
    width: 83%;
  }
}
@media (max-width: 767px) {
  .standalone-video {
    margin: 0 auto !important;
  }
}
@media screen and (min-width: 981px) {
  .standalone-video.standalone-video-2 {
    width: 40%;
  }
}
.standalone-video .accordion-item {
  border: 0 !important;
}
.standalone-video .vidwrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .standalone-video .vidwrapper {
    width: 90%;
  }
}
.standalone-video .vidwrapper .vidbox {
  padding-bottom: 56%;
}
@media (max-height: 700px) and (min-width: 1000px) {
  .standalone-video .vidwrapper .vidbox {
    width: 100%;
  }
}
.standalone-video .vidwrapper .vidbox.long {
  padding-bottom: 53.5%;
}
.standalone-video .transcript {
  width: 100%;
}
@media (max-height: 700px) and (min-width: 1000px) {
  .standalone-video .transcript {
    width: 100%;
  }
}

.multi-videos {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  padding: 0;
  width: 100%;
}
@media (max-width: 980px) {
  .multi-videos {
    width: 95%;
  }
}
.multi-videos .accordion-item {
  border: 0 !important;
}
.multi-videos .vidwrapper {
  width: 100%;
}
.multi-videos .vidwrapper .vidbox {
  padding-bottom: 56%;
}
@media (max-height: 700px) and (min-width: 1000px) {
  .multi-videos .vidwrapper .vidbox {
    width: 100%;
  }
}
.multi-videos .vidwrapper .vidbox.long {
  padding-bottom: 53.5%;
}
.multi-videos .transcriptcontroller {
  margin-top: 1em;
}
.multi-videos .transcript {
  width: 100%;
}
@media (max-height: 700px) and (min-width: 1000px) {
  .multi-videos .transcript {
    width: 100%;
  }
}

.slider-container {
  overflow: hidden;
  width: 100%;
  border: 1px solid #707070;
  background-color: #fff;
  margin-bottom: 3.25em;
}
.slider-container .transcriptcontroller {
  padding: 0 1rem;
}

.slider-container2 {
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  margin-bottom: 3.25em;
}
.slider-container2 .transcriptcontroller {
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .slider-container2 {
    border: 1px solid #707070;
  }
}

.slider {
  position: relative;
}

.videoandtext-container {
  display: flex;
  transition: transform 0.5s ease;
}

.videoandtext {
  flex: 0 0 100%;
}

.slide-prev,
.slide-next {
  cursor: pointer;
  user-select: none;
  position: absolute;
  top: 64%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  font-size: 24px;
  padding: 0;
  width: 32px;
}
@media screen and (min-width: 981px) {
  .slide-prev,
  .slide-next {
    width: auto;
    top: 50%;
  }
}
@media (max-width: 767px) {
  .slide-prev,
  .slide-next {
    top: 19rem;
  }
}

.slide-prev {
  left: 0;
}
@media screen and (min-width: 981px) {
  .slide-prev {
    left: 10px;
  }
}
@media (max-width: 767px) {
  .slide-prev {
    margin-left: 2vw;
  }
}

.slide-next {
  right: 0;
}
@media (max-width: 980px) {
  .slide-next {
    margin-right: 4.5vw;
  }
}
@media screen and (min-width: 981px) {
  .slide-next {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .slide-next {
    margin-right: 2vw;
  }
}
@media screen and (min-width: 981px) {
  .slide-next {
    margin-right: 0vw;
  }
}

.arrow-left-gray,
.arrow-right-gray {
  display: none;
}

.slide-prev.inactive .arrow-left-blue,
.slide-next.inactive .arrow-right-blue {
  display: none;
}

.slide-prev.inactive .arrow-left-gray,
.slide-next.inactive .arrow-right-gray {
  display: block;
}

.slider-dots {
  text-align: center;
  padding-top: 10px;
}
@media (max-width: 980px) {
  .slider-dots {
    margin-top: -0.5rem;
    padding-bottom: 2rem;
    padding-top: 0;
    text-align: center;
  }
}
@media screen and (min-width: 981px) {
  .slider-dots {
    width: 78%;
    margin-left: auto;
  }
}

.slider-dots span {
  cursor: pointer;
  display: inline-block;
  width: 28px;
  height: 28px;
  background-color: #d2d2d2;
  border-radius: 50%;
  margin: 0 17px;
  transition: background-color 0.3s;
}

.slider-dots span.active {
  background-color: #c700c7;
}

.transcripttext {
  position: relative;
}

.transcripttext-body {
  display: none;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.transcripttext-body.active {
  display: block;
  opacity: 1;
  position: relative;
  top: 0;
  left: 0;
}

.howworkswrapper.transcript {
  position: relative;
}

.videoandtext {
  display: flex;
}
@media (max-width: 980px) {
  .videoandtext {
    flex-direction: column;
  }
}
.videoandtext .video-desc {
  display: flex;
  flex-direction: column;
  width: 15%;
  margin-left: auto;
  justify-content: center;
}
@media (max-width: 980px) {
  .videoandtext .video-desc {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
  }
}
.videoandtext .video-desc.video-desc-2 {
  justify-content: space-between;
}
.videoandtext .video-desc.video-desc-2 p {
  font-size: 1.275rem;
}
@media screen and (min-width: 981px) {
  .videoandtext .video-desc.video-desc-2 {
    width: 55%;
    padding-right: 4rem;
  }
}
@media (max-width: 980px) {
  .videoandtext .video-desc-2 {
    order: 2;
  }
}
@media (max-width: 980px) {
  .videoandtext .standalone-video-2 {
    order: 1;
  }
}

.video-chunk {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.green-line {
  height: 2px;
  width: 100%;
  background-color: #57d124;
}

/* Default style for video-row */
.video-row {
  display: flex;
  gap: 0;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .video-row {
    gap: 15px;
  }
}

/* Media query for desktop view (adjust the breakpoint as needed) */
@media screen and (min-width: 768px) {
  .video-row {
    flex-wrap: nowrap; /* This will prevent wrapping on desktop */
  }
  .video-row .video-chunk:nth-child(1) .multi-videos {
    padding-right: 25px;
  }
  .video-row .video-chunk:nth-child(1) .transcripttext.open {
    margin-right: -100%;
  }
  .video-row .video-chunk:nth-child(2) .multi-videos {
    padding-left: 25px;
  }
  .video-row .video-chunk:nth-child(2) .transcripttext.open {
    margin-left: -100%;
  }
}
.vidwrapper {
  justify-content: center;
}
@media (max-height: 700px) and (min-width: 1000px) {
  .vidwrapper {
    justify-content: center;
  }
}
@media (max-width: 980px) {
  .vidwrapper {
    flex-direction: column !important;
  }
}
.vidwrapper .edvideo-header {
  color: #C700C7;
  font-weight: bold;
  margin: 20px 0;
}
.vidwrapper .vidbox {
  padding-bottom: 39.75%;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .vidwrapper .vidbox {
    padding-bottom: 56%;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .vidwrapper .vidbox {
    padding-bottom: 56.25%;
  }
}
@media (max-height: 700px) and (min-width: 1000px) {
  .vidwrapper .vidbox {
    margin: 0;
    padding-bottom: 28.25%;
    width: 50%;
  }
}
.vidwrapper .vidbox > img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
@media (max-height: 700px) and (min-width: 1000px) {
  .vidwrapper .vidbox > img {
    margin: 0 auto;
    width: 100%;
  }
}
.vidwrapper .vidbox iframe {
  box-shadow: 0 0 1px 1px gray;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.vidwrapper .vidbox iframe.noborder {
  box-shadow: none;
}

.responsible_video .vidwrapper {
  justify-content: center;
}
@media (max-height: 700px) and (min-width: 1000px) {
  .responsible_video .vidwrapper {
    justify-content: center;
  }
}
@media (max-width: 980px) {
  .responsible_video .vidwrapper {
    flex-direction: column !important;
  }
}
.responsible_video .vidwrapper .edvideo-header {
  color: #C700C7;
  font-weight: bold;
  margin: 20px 0;
}
.responsible_video .vidwrapper .vidbox {
  padding-bottom: 39.75%;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .responsible_video .vidwrapper .vidbox {
    padding-bottom: 56%;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .responsible_video .vidwrapper .vidbox {
    padding-bottom: 56.25%;
  }
}
@media (max-height: 700px) and (min-width: 1000px) {
  .responsible_video .vidwrapper .vidbox {
    margin: 0;
    padding-bottom: 28.25%;
    width: 50%;
  }
}
.responsible_video .vidwrapper .vidbox > img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
@media (max-height: 700px) and (min-width: 1000px) {
  .responsible_video .vidwrapper .vidbox > img {
    margin: 0 auto;
    width: 100%;
  }
}
.responsible_video .vidwrapper .vidbox iframe {
  box-shadow: 0 0 1px 1px gray;
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}
@media (max-width: 980px) {
  .responsible_video .vidwrapper .vidbox iframe {
    width: 100%;
    height: 320px;
  }
}
@media (max-width: 767px) {
  .responsible_video .vidwrapper .vidbox iframe {
    width: 100%;
    height: 240px;
  }
}
@media (max-width: 400px) {
  .responsible_video .vidwrapper .vidbox iframe {
    width: 100%;
    height: 170px;
  }
}
.responsible_video .vidwrapper .vidbox iframe.noborder {
  box-shadow: none;
}
.responsible_video .standalone-video {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  padding: 0;
  width: 65%;
}
@media (max-width: 980px) {
  .responsible_video .standalone-video {
    margin: 1rem auto !important;
    width: 83%;
  }
}
@media (max-width: 767px) {
  .responsible_video .standalone-video {
    margin: 0 auto !important;
    width: 96%;
  }
}
@media screen and (min-width: 981px) {
  .responsible_video .standalone-video.standalone-video-2 {
    width: 40%;
  }
}
.responsible_video .standalone-video .accordion-item {
  border: 0 !important;
}
.responsible_video .standalone-video .vidwrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .responsible_video .standalone-video .vidwrapper {
    width: 90%;
  }
}
.responsible_video .standalone-video .vidwrapper .vidbox {
  padding-bottom: 56%;
}
@media (max-height: 700px) and (min-width: 1000px) {
  .responsible_video .standalone-video .vidwrapper .vidbox {
    width: 100%;
  }
}
.responsible_video .standalone-video .vidwrapper .vidbox.long {
  padding-bottom: 53.5%;
}
.responsible_video .standalone-video .transcript {
  width: 100%;
}
@media (max-height: 700px) and (min-width: 1000px) {
  .responsible_video .standalone-video .transcript {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .responsible_video .standalone-video .transcript {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .dosinggraybox {
    border: none;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .modal {
    z-index: 100000;
  }
}

.modalspacersafety {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .modalspacersafety {
    padding-top: 0px;
  }
}

@media (max-width: 767px) {
  .modal-backdrop.show {
    z-index: 10000;
  }
}

.tablebottomborder {
  border-bottom: 1px solid #cccccc;
}

.tablor-data-heading {
  align-items: center;
  border-bottom: 1px solid #b1e999;
}
@media (max-width: 767px) {
  .tablor-data-heading {
    margin: 0;
  }
}
.tablor-data-heading div {
  color: #fff;
  padding: 2px 0 0 0;
  position: relative;
  text-align: center;
}
.tablor-data-heading div.bluedata {
  text-align: left;
  color: #222A78;
}
@media (max-height: 700px) and (min-width: 1000px) {
  .tablor-data-heading div {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
@media (max-width: 767px) {
  .tablor-data-heading div {
    padding-top: 8px;
  }
}
.tablor-data-heading div p {
  margin-bottom: 0;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .tablor-data-heading div p {
    font-size: 0.75rem;
  }
}
.tablor-data-heading .one {
  background: #990066;
  border-right: 1px solid #fff;
}
.tablor-data-heading .two {
  background: #013474;
  border-right: 1px solid #fff;
}
.tablor-data-heading .three {
  background: #666666;
  border-right: 1px solid #666666;
}
.tablor-data-heading .four {
  background: #013474;
}
.tablor-data-heading.heading-alternate {
  border-bottom: none;
}

.tablor-data-details {
  align-items: top;
}
@media (max-width: 767px) {
  .tablor-data-details {
    margin: 0;
  }
}
.tablor-data-details div {
  color: #013474;
  padding: 2px 0px;
  vertical-align: middle;
  display: flex;
  justify-content: center;
}
@media (max-height: 700px) and (min-width: 1000px) {
  .tablor-data-details div {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .tablor-data-details div {
    padding-top: 8px;
  }
}
.tablor-data-details div p {
  margin-bottom: 0;
  font-size: 0.95rem;
}
@media (max-width: 767px) {
  .tablor-data-details div p {
    font-size: 0.85rem;
  }
}
.tablor-data-details div.heading-details {
  color: #333;
}
.tablor-data-details .one {
  color: #990066;
  border-right: 1px solid #990066;
}
.tablor-data-details .two {
  border-right: 1px solid #013474;
}
.tablor-data-details .three {
  color: #666666;
  border-right: 1px solid #666666;
}

.data-col-border {
  border-bottom: 1px solid #dedede;
}

.border-bottom-green {
  border-bottom: 1px solid #b1e999;
}

.border-bottom-white {
  border-bottom: 1px solid #ffffff;
}

.bx-gry {
  background: #e8e8e8;
  text-align: center;
  padding: 10px;
}

.tableheaders {
  padding-right: 7rem;
}
@media (max-width: 767px) {
  .tableheaders {
    padding-right: 2rem;
  }
}
@media (max-height: 700px) and (min-width: 1000px) {
  .tableheaders {
    margin-bottom: 0.25rem !important;
  }
}
.tableheaders > img {
  width: 71px;
  height: 71px;
}
@media (max-width: 767px) {
  .tableheaders > img {
    width: 50px;
    height: 50px;
  }
}
.tableheaders h3 {
  margin-bottom: 0.25rem !important;
}
@media (max-width: 767px) {
  .tableheaders h3 {
    font-size: 1rem;
    font-weight: 700;
  }
}

/* Block charts on clinical trial program page */
.clinicaltable1 {
  width: 80%;
  margin: 0 auto !important;
}
@media (max-width: 767px) {
  .clinicaltable1 {
    width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.borderbottomlightgreen {
  border-bottom: 1px solid #b1e999;
}

.bordertoplightgreen {
  border-top: 1px solid #b1e999;
}

.clinicaltable2 .tablor-data-heading {
  border-bottom: none;
}
.clinicaltable2 .tablor-data-heading > div {
  padding-bottom: 0;
}

@media (max-width: 980px) {
  .mobiletablewrapper {
    width: 100%;
    height: auto;
    overflow-x: scroll;
  }
}
@media (max-width: 980px) {
  .mobiletablewrapper .clinicaltable2 {
    width: 800px;
    padding-left: 1rem;
    margin-bottom: 2rem;
  }
}

.mobiletablewrapper {
  /* Foreground, Background */
  scrollbar-color: #C700C7 #fff;
}

.mobiletablewrapper::-webkit-scrollbar {
  width: 10px;
  /* Mostly for vertical scrollbars */
  height: 10px;
  /* Mostly for horizontal scrollbars */
}

.mobiletablewrapper::-webkit-scrollbar-thumb {
  /* Foreground */
  background: #C700C7;
  border-radius: 10px;
}

.mobiletablewrapper::-webkit-scrollbar-track {
  /* Background */
  background: #fff;
}

.modallinktable {
  text-decoration: underline;
}
.modallinktable:hover {
  color: #C700C7;
  cursor: pointer;
}

.nounderline {
  text-decoration: none;
}
.nounderline:hover {
  color: #fff;
}

.videocontrollers {
  width: 40%;
  margin-left: 1rem;
  align-items: stretch;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .videocontrollers {
    width: 98%;
    margin-left: 0;
    margin-top: 1rem;
  }
}
@media (max-height: 700px) and (min-width: 1000px) {
  .videocontrollers {
    width: 25%;
  }
}
@media (max-width: 980px) {
  .videocontrollers {
    margin: 1rem auto 0;
    width: 98%;
  }
}
.videocontrollers button {
  background-color: #5272BC;
  border-right: 1px solid #222A78;
  border: none;
  color: #ffffff;
  font-weight: bold;
  height: auto;
  margin-bottom: 1rem;
  padding-right: 45px;
  padding: 1rem 3rem 1rem 1rem;
  position: relative;
  text-align: left;
  width: 100%;
}
.videocontrollers button:hover, .videocontrollers button.active {
  background-color: #ffffff;
  color: #222A78;
}
.videocontrollers button:hover::after, .videocontrollers button.active::after {
  background-image: url("../images/activeplay.png");
}
@media (max-height: 700px) and (min-width: 1000px) {
  .videocontrollers button {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  .videocontrollers button {
    width: 100%;
    border: none;
    border-bottom: 1px solid #222A78;
  }
}
.videocontrollers button:last-child {
  margin-bottom: 0;
}
.videocontrollers button::after {
  content: "";
  background-image: url("../images/inactiveplay.png");
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: cover;
  right: 10px;
  top: 35%;
  position: absolute;
}
.videocontrollers button span {
  font-weight: normal;
}

.howworksimg,
.chapteredTranscript,
.apellisvideo {
  width: 80%;
  margin: 0 auto;
  display: block;
}
@media (max-width: 767px) {
  .howworksimg,
  .chapteredTranscript,
  .apellisvideo {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .resourceimages2wrapper {
    width: 80%;
  }
}

.resourceimages2 {
  width: 80%;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .resourceimages2 {
    width: 80%;
  }
}

.resourceimages3 {
  position: relative;
  width: 60%;
  margin: 0 auto;
}
.resourceimages3 img {
  width: 84%;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.resourcewrapper {
  justify-content: center;
}
.resourcewrapper > div {
  width: 20%;
}
@media (max-width: 767px) {
  .resourcewrapper > div {
    width: 100%;
  }
}

.resourcepagewrapper {
  justify-content: center;
}
@media (max-width: 767px) {
  .resourcepagewrapper {
    flex-direction: column;
  }
}
.resourcepagewrapper > div {
  width: 20%;
}
@media (max-width: 767px) {
  .resourcepagewrapper > div {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.grayformborder {
  border: 1px solid #CECECE !important;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
}

#footertraylink {
  top: -124px;
}
@media (max-width: 767px) {
  #footertraylink {
    top: -80px;
  }
}

@media (max-height: 700px) and (min-width: 1000px) {
  .heightimgfix {
    width: 45% !important;
    margin: 0 auto;
  }
}

@media (max-height: 700px) and (min-width: 1000px) {
  .heightimgfix2 {
    width: 65% !important;
  }
}

.switchedcolors .tablor-data-heading .one {
  background: #013474;
}
.switchedcolors .tablor-data-heading .two {
  background: #990066;
}
.switchedcolors .tablor-data-details .one {
  color: #013474;
}
.switchedcolors .tablor-data-details .two {
  color: #990066;
}

.border-bottom-1 {
  border-bottom: 1px solid #707070;
}

@media (max-height: 700px) and (min-width: 1000px) {
  .dosingtrade img {
    width: 60% !important;
    display: block;
  }
}
@media (max-height: 700px) and (min-width: 1000px) {
  .dosingtrade hr {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}
@media (max-height: 700px) and (min-width: 1000px) {
  .dosingtrade .dosinggraybox > img {
    padding-top: 1rem !important;
  }
}
@media (max-height: 700px) and (min-width: 1000px) {
  .dosingtrade .dosinggraybox p {
    margin-bottom: 0.5rem !important;
    line-height: 1.125rem;
  }
}

@media screen and (min-width: 768px) {
  .clininical-trial-tables {
    margin-left: 1em;
    margin-right: 55px;
  }
}
@media (max-height: 700px) and (min-width: 1000px) {
  .clininical-trial-tables {
    margin-top: 1rem;
  }
}
@media (max-height: 700px) and (min-width: 1000px) {
  .clininical-trial-tables p {
    margin-bottom: 0.5rem !important;
    font-size: 1rem !important;
    line-height: 1rem !important;
  }
}
@media (max-height: 700px) and (min-width: 1000px) {
  .clininical-trial-tables p.shortheightmb0 {
    margin-bottom: 0 !important;
  }
}
@media (max-height: 700px) and (min-width: 1000px) {
  .clininical-trial-tables .tablor-data-heading p {
    margin-bottom: 0 !important;
    line-height: 1rem !important;
  }
}
@media (max-height: 700px) and (min-width: 1000px) {
  .clininical-trial-tables .tablor-data-heading p.graytext {
    margin-bottom: 0.5rem !important;
    line-height: 1.25rem !important;
  }
}
@media (max-height: 700px) and (min-width: 1000px) {
  .clininical-trial-tables .tablor-data-heading p.graytext:last-child {
    margin-bottom: 0rem !important;
  }
}
@media (max-height: 700px) and (min-width: 1000px) {
  .clininical-trial-tables .tablor-data-heading div {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
}
@media (max-height: 700px) and (min-width: 1000px) {
  .clininical-trial-tables .tablor-data-heading div div.row {
    padding-top: 0px !important;
  }
}
@media (max-height: 700px) and (min-width: 1000px) {
  .clininical-trial-tables .tablor-data-heading .heading-details {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media (max-height: 700px) and (min-width: 1000px) {
  .clininical-trial-tables .tablor-data-heading .heading-details > img {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0.25rem !important;
    max-height: 15px;
  }
}
@media (max-height: 700px) and (min-width: 1000px) {
  .clininical-trial-tables .tablor-data-heading .heading-details h3 {
    font-size: 1rem !important;
    line-height: 1rem !important;
  }
}

@media (max-height: 700px) and (min-width: 1000px) {
  .bx-gry.mb-4 {
    margin-bottom: 0.5rem !important;
  }
}
@media (max-height: 700px) and (min-width: 1000px) {
  .bx-gry.mb-4 > p {
    margin-bottom: 0 !important;
    font-size: 1rem !important;
  }
}

.frontvideo {
  top: 100px;
  width: 100%;
}
@media (max-width: 767px) {
  .frontvideo {
    top: 25px;
  }
}

@media (max-height: 700px) and (min-width: 1000px) {
  .circleboxshortbox p {
    margin-top: 0 !important;
    line-height: 1.25rem;
  }
}
@media (max-height: 700px) and (min-width: 1000px) {
  .circleboxshortbox img {
    width: 135px !important;
  }
}

@media (max-height: 700px) and (min-width: 1000px) {
  .clinical-height {
    padding-left: 1rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media (max-height: 700px) and (min-width: 1000px) {
  .clinical-height ul {
    margin-bottom: 0.5rem !important;
  }
}
@media (max-height: 700px) and (min-width: 1000px) {
  .clinical-height ul li {
    margin-bottom: 0.25rem !important;
    line-height: 1.25rem !important;
  }
}

@media (max-width: 1224px) {
  .hpvideotext {
    top: -28px;
    position: relative;
  }
}
@media (max-width: 1124px) {
  .hpvideotext h1 {
    font-size: 2.8rem;
    line-height: 3rem;
  }
}
@media (max-width: 980px) {
  .hpvideotext h1 {
    font-size: 2.3rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 1124px) {
  .hpvideotext p {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .unsubscribePage {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 767px) {
  .sitemapwrapper {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.cookiepanel.hide {
  display: none;
}

#cookiemodal {
  z-index: 10000;
}
@media (max-width: 767px) {
  #cookiemodal {
    z-index: 10000000;
  }
}
#cookiemodal ul {
  list-style-type: none;
}

.cookiepicker {
  text-decoration: underline;
  font-weight: bold;
}

.cookiebold {
  color: #222A78;
  text-decoration: none !important;
}

.cookiepanel2 {
  max-height: 300px;
  overflow-y: scroll;
  margin-bottom: 1rem;
}

#cookiemodal {
  /* Customize the label (the container) */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
#cookiemodal .checkcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#cookiemodal .checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#cookiemodal .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border: 1px solid #222A78;
}
#cookiemodal .checkcontainer:hover input ~ .checkmark {
  background-color: #fff;
}
#cookiemodal .checkcontainer input:checked ~ .checkmark {
  background-color: #222A78;
}
#cookiemodal .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#cookiemodal .checkcontainer input:checked ~ .checkmark:after {
  display: block;
}
#cookiemodal .checkcontainer .checkmark:after {
  left: 5px;
  top: -1px;
  width: 8px;
  height: 15px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cookiemodal span.pinkbtn {
  padding: 0.25rem 0.5rem;
  min-width: 175px;
  font-size: 0.8125rem;
  border-radius: 1px;
  background-color: #222A78;
  border-color: #222A78;
}
#cookiemodal span.pinkbtn:hover {
  cursor: pointer;
}
@media (max-width: 980px) {
  #cookiemodal span.pinkbtn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #cookiemodal span.pinkbtn {
    font-size: 0.8125rem !important;
  }
}
#cookiemodal span.pinkbtn.secondary {
  background-color: #fff;
  color: #222A78;
}
#cookiemodal span.pinkbtn.secondary:hover {
  color: #222A78;
}
#cookiemodal .cookiepanel2 p,
#cookiemodal .cookiepanel2 ul li {
  font-size: 14px;
}
#cookiemodal .cookiepanel2 p {
  margin-bottom: 0;
}
#cookiemodal .cookiepanel2 ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #cookiemodal .cookiepanel2 ul {
    flex-direction: column;
  }
}
#cookiemodal .cookiepanel2 ul li {
  width: 20%;
  text-align: center;
}
@media (max-width: 767px) {
  #cookiemodal .cookiepanel2 ul li {
    width: 100%;
    text-align: left;
  }
}

.supergraybg {
  background-color: rgba(216, 216, 216, 0.5);
}

@media (max-width: 384px) {
  #interstitialmodal {
    top: 10rem;
  }
}

.text-underline {
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}

.dosingimgart {
  width: 100%;
  max-width: 416px;
  height: auto;
}

.dosingimgart2 {
  width: 454px;
}
@media (max-width: 767px) {
  .dosingimgart2 {
    width: 100%;
  }
}

#blueribbon > div {
  position: absolute;
  left: 0;
  top: 30px;
  width: auto;
}
#blueribbon .bluetext span.magenta > span, #blueribbon form input span.magenta > span, form #blueribbon input span.magenta > span, #blueribbon form .form-label span.magenta > span, form #blueribbon .form-label span.magenta > span,
#blueribbon form .form-select span.magenta > span,
form #blueribbon .form-select span.magenta > span,
#blueribbon form .form-check-label span.magenta > span,
form #blueribbon .form-check-label span.magenta > span {
  position: relative;
  top: -3px;
}

.lightblueribbon {
  background-color: #fff;
  margin-right: 7em;
}
.lightblueribbon .bluetext > strong span:first-of-type, .lightblueribbon form input > strong span:first-of-type, form .lightblueribbon input > strong span:first-of-type, .lightblueribbon form .form-label > strong span:first-of-type, form .lightblueribbon .form-label > strong span:first-of-type,
.lightblueribbon form .form-select > strong span:first-of-type,
form .lightblueribbon .form-select > strong span:first-of-type,
.lightblueribbon form .form-check-label > strong span:first-of-type,
form .lightblueribbon .form-check-label > strong span:first-of-type, .lightblueribbon .bluetext > strong span:last-of-type, .lightblueribbon form input > strong span:last-of-type, form .lightblueribbon input > strong span:last-of-type, .lightblueribbon form .form-label > strong span:last-of-type, form .lightblueribbon .form-label > strong span:last-of-type,
.lightblueribbon form .form-select > strong span:last-of-type,
form .lightblueribbon .form-select > strong span:last-of-type,
.lightblueribbon form .form-check-label > strong span:last-of-type,
form .lightblueribbon .form-check-label > strong span:last-of-type {
  margin-left: 0;
}

.frontvideo .lightblueribbon {
  width: fit-content;
  padding: 15px 0 !important;
}
@media (max-width: 767px) {
  .frontvideo .lightblueribbon {
    width: 280px;
  }
}

@media (min-width: 768px) {
  #safetymodal .modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: auto;
    justify-content: center;
    height: 100%;
    padding-top: 123px;
    padding-bottom: 56px;
    margin-top: 0;
    margin-bottom: 0;
  }
  #safetymodal .modal-dialog-centered .modal-content {
    max-height: calc(100vh - 190px);
    min-height: 200px;
  }
  #safetymodal .modal-dialog-centered .modal-content .modal-body {
    max-height: 100%;
    overflow: auto;
  }
}
.w-90 {
  width: 90%;
}

.w-80 {
  width: 80%;
}

@media (max-width: 767px) {
  .mobile-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    flex-wrap: nowrap;
  }
  .mobile-row .col {
    width: 50%;
    flex-grow: 1;
    flex-basis: 0;
  }
}

@media (max-width: 767px) {
  .mobile12,
  .mobile12 * {
    font-size: 12px !important;
  }
}

@media (max-width: 767px) {
  .mobile14 {
    font-size: 14px !important;
  }
}

@media (max-width: 767px) {
  .mobile16 {
    font-size: 16px !important;
  }
}

@media (max-width: 767px) {
  .mobile18 {
    font-size: 18px;
  }
}

.downloadiconer {
  width: 21px;
  height: 21px;
  max-width: 21px;
}

.iframevid {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.iframevid iframe {
  border: 1px solid gray;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

div.efficacy-bow-container {
  min-width: 80%;
  display: flex;
  justify-content: center;
}
@media (min-width: 1050px) {
  div.efficacy-bow-container div {
    min-width: 60%;
  }
}

[data-cta-type=bow] {
  margin-top: 50px;
  padding: 50px;
  position: relative;
  text-align: center;
  width: 838px;
  max-width: 100%;
  min-height: 121px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  background-image: url(../images/cta-stitch-desktop.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  [data-cta-type=bow] {
    margin: 25px auto 25px 25px;
    padding: 0 !important;
    width: 80%;
    line-height: 1;
  }
}
[data-cta-type=bow] p {
  color: #c700c7;
  font-size: 1.7qrem;
  font-weight: bold;
  margin: 0;
  position: relative;
  z-index: 1;
}
[data-cta-type=bow].accordion {
  margin-bottom: 50px !important;
  margin-left: 4.6em !important;
  margin-right: 4.6em !important;
}
@media (max-width: 767px) {
  [data-cta-type=bow].accordion {
    margin-left: 1.6em !important;
    width: 80%;
  }
}
[data-cta-type=bow].outer {
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width: 767px) {
  [data-cta-type=bow].outer {
    margin-left: 1.6em !important;
    width: 80%;
  }
  [data-cta-type=bow].outer.outer-2 {
    margin-left: 0 !important;
    width: 368px;
  }
}
[data-cta-type=bow] .bow {
  display: none;
}
@media (max-width: 767px) {
  [data-cta-type=bow] {
    background-image: url(../images/cta-stitch-mobile.svg);
    width: 368px;
  }
}
[data-cta-type=bow] p {
  font-size: 24px !important;
  font-weight: bold;
  line-height: 26px;
  color: #C700C7;
  margin: 0;
}
@media (max-width: 767px) {
  [data-cta-type=bow] p {
    font-size: 16px !important;
    line-height: 19px;
    max-width: 65%;
  }
}

.bow-dosing {
  max-width: 80%;
}
@media (max-width: 767px) {
  .bow-dosing {
    max-width: 90%;
  }
}

[data-style=clinical-trial-00] {
  line-height: 1.35;
}
[data-style=clinical-trial-00] a,
[data-style=clinical-trial-00] p,
[data-style=clinical-trial-00] ul,
[data-style=clinical-trial-00] li,
[data-style=clinical-trial-00] div {
  line-height: 1.35 !important;
}
[data-style=clinical-trial-00] > section {
  display: flex;
  padding-left: 1em;
}
[data-style=clinical-trial-00] > section:last-of-type {
  background-color: #EAF1F8;
  padding-top: 2em;
}
[data-style=clinical-trial-00] > section > div:first-of-type {
  font-size: 14px;
  padding-right: 2em;
  width: 30%;
}
@media screen and (max-width: 767px) {
  [data-style=clinical-trial-00] > section > div:first-of-type {
    padding-right: 0.5em;
  }
}
[data-style=clinical-trial-00] > section > div:first-of-type > a {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 1rem;
}
[data-style=clinical-trial-00] > section > div:first-of-type > p {
  margin-bottom: 1em;
}
[data-style=clinical-trial-00] > section > div:first-of-type p > strong {
  font-size: 20px;
}
[data-style=clinical-trial-00] > section > div:first-of-type > div > p {
  color: #222A78;
  font-weight: bold;
}
[data-style=clinical-trial-00] > section > div:first-of-type > div > ul {
  margin-left: 1.4em;
  margin-top: -0.35em;
}
[data-style=clinical-trial-00] > section > div:last-of-type {
  color: #222A78;
  width: 70%;
}
[data-style=clinical-trial-00] > section > div:last-of-type > div, [data-style=clinical-trial-00] > section > div:last-of-type > div > div {
  display: flex;
}
[data-style=clinical-trial-00] > section > div:last-of-type > div {
  justify-content: space-between;
}
[data-style=clinical-trial-00] > section > div:last-of-type > div.clinical-trial-line {
  justify-content: center;
}
[data-style=clinical-trial-00] > section > div:last-of-type > div > div {
  width: 49.75%;
}
[data-style=clinical-trial-00] > section > div:last-of-type > div > div > div {
  width: 50%;
}
[data-style=clinical-trial-00] > section > div:last-of-type > div > div:first-of-type {
  justify-content: space-between;
}
[data-style=clinical-trial-00] > section > div:last-of-type > div > div:first-of-type > div {
  width: 49.75%;
}
[data-style=clinical-trial-00] > section > div:last-of-type > div > p.green-line-gap::before {
  content: "";
  display: block;
  width: 14px;
  height: 20px;
  position: absolute;
  top: -12px;
  left: 50%;
  background-color: #eaf1f8;
  transform: translateX(-50%);
}
[data-style=clinical-trial-00] > section > div:last-of-type > div > p.rotated-tablor-label::before {
  content: "";
  display: block;
  width: 53px;
  height: 23px;
  position: absolute;
  bottom: -23px;
  left: 50%;
  background: transparent url("../images/arrow-seperator-blue.png") no-repeat center top;
  background-size: 90% 100%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  [data-style=clinical-trial-00] > section > div:last-of-type > div > p.rotated-tablor-label::before {
    width: 10px;
    height: 12px;
  }
}
@media screen and (max-width: 767px) {
  [data-style=clinical-trial-00] > section > div:last-of-type > div > p.rotated-tablor-label::before {
    bottom: -12px;
  }
}
[data-style=clinical-trial-00] > section > div:last-of-type > div > div.notation {
  display: flex;
  flex-direction: column;
  padding-bottom: 0.35em;
}
[data-style=clinical-trial-00] > section > div:last-of-type > div > div.notation > p.green-border-arrow::before {
  background: transparent url("../images/arrow-seperator-blue.png") no-repeat center top;
  background-size: 90% 100%;
}
[data-style=clinical-trial-00] > section > div:last-of-type > div > div.notation > div {
  width: 100%;
}
[data-style=clinical-trial-00] > section > div:last-of-type > div > div.notation > div:first-of-type {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  [data-style=clinical-trial-00] > section > div:last-of-type > div > div.notation > div:first-of-type {
    gap: 1px;
  }
}
[data-style=clinical-trial-00] > section > div:last-of-type > div > div.notation > div:first-of-type > div {
  width: 49.75%;
}
[data-style=clinical-trial-00] > section > div:last-of-type > div > div.notation > div:last-of-type {
  background-color: #fff;
  font-size: 12px;
  padding: 0.5em 0;
  text-align: center;
  z-index: 1;
}
[data-style=clinical-trial-00] > section > div:last-of-type > div > div.notation > div:last-of-type.bg-gray {
  background-color: #F7F5F4;
}
[data-style=clinical-trial-00] > section > div:last-of-type > p {
  background-color: #F7F5F4;
  color: #222A78;
  font-weight: bold;
  line-height: 1.1em;
  margin-bottom: 0.5em;
  padding: 1em 0 0.5em 0;
  text-align: center;
}
[data-style=clinical-trial-00] > section > div:last-of-type > p span {
  font-size: 12px;
}
[data-style=clinical-trial-00] .color-block {
  height: 5em;
  max-height: 3.75em;
  position: relative;
}
@media screen and (max-width: 767px) {
  [data-style=clinical-trial-00] .color-block {
    height: 10em;
    max-height: 3.25em;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  [data-style=clinical-trial-00] .color-block {
    max-height: 4.75em;
  }
}
[data-style=clinical-trial-00] .color-block p {
  color: #fff;
}
[data-style=clinical-trial-00] .color-block .down-arrow {
  height: 13em;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
[data-style=clinical-trial-00] .color-block .down-arrow img {
  margin-top: 3.8em;
  height: 67%;
}
@media screen and (min-width: 1203px) {
  [data-style=clinical-trial-00] .color-block .down-arrow img {
    height: 67%;
  }
}
@media screen and (max-width: 1192px) {
  [data-style=clinical-trial-00] .color-block .down-arrow img {
    height: 84%;
  }
}
@media screen and (max-width: 767px) {
  [data-style=clinical-trial-00] .color-block .down-arrow img {
    height: 85%;
    margin-top: 3.5em;
  }
}
[data-style=clinical-trial-00] .tablor-box > div {
  border-bottom: 1px solid #67BC45;
}
[data-style=clinical-trial-00] .tablor-box .tablor-box-notation {
  border-bottom: unset;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
[data-style=clinical-trial-00] .tablor-box .tablor-box-notation p {
  position: relative;
  width: 100%;
  text-align: center;
}
[data-style=clinical-trial-00] .tablor-box .tablor-box-notation p.green-border-arrow {
  content: "";
  display: block;
  width: 53px;
  height: 23px;
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  background: transparent url(../images/arrow-seperator-blue.png) no-repeat center top;
  background-size: 90% 100%;
}
@media screen and (max-width: 767px) {
  [data-style=clinical-trial-00] .tablor-box .tablor-box-notation p.green-border-arrow {
    width: 10px;
    height: 12px;
  }
}
[data-style=clinical-trial-00] .tablor-box .tablor-box-notation p:last-of-type {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  [data-style=clinical-trial-00] .tablor-box .tablor-box-notation p:last-of-type {
    margin-top: 20px;
  }
}

[data-tablor-type="2"] p {
  margin-bottom: 0;
  font-size: 0.85rem;
}
@media (max-width: 767px) {
  [data-tablor-type="2"] p {
    font-size: 0.85rem;
  }
}
[data-tablor-type="2"] .one,
[data-tablor-type="2"] .two,
[data-tablor-type="2"] .three {
  padding: 10px 0;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  [data-tablor-type="2"] .one,
  [data-tablor-type="2"] .two,
  [data-tablor-type="2"] .three {
    padding: 5px 0 0 !important;
  }
}
[data-tablor-type="2"] .one p,
[data-tablor-type="2"] .two p,
[data-tablor-type="2"] .three p {
  font-size: 0.75rem;
}
[data-tablor-type="2"] .one .small, [data-tablor-type="2"] .one p.hangingRef,
[data-tablor-type="2"] .two .small,
[data-tablor-type="2"] .two p.hangingRef,
[data-tablor-type="2"] .three .small,
[data-tablor-type="2"] .three p.hangingRef {
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  [data-tablor-type="2"] .one .small, [data-tablor-type="2"] .one p.hangingRef,
  [data-tablor-type="2"] .two .small,
  [data-tablor-type="2"] .two p.hangingRef,
  [data-tablor-type="2"] .three .small,
  [data-tablor-type="2"] .three p.hangingRef {
    font-size: 1rem;
  }
}
[data-tablor-type="2"] .one {
  background: #990066;
}
[data-tablor-type="2"] .two {
  background: #013474;
}
[data-tablor-type="2"] .three {
  background: #666666;
}
[data-tablor-type="2"] .tablor-box {
  border-top: 1px solid #67bc45;
  background: #ebf1f8;
  position: relative;
  padding-top: 0;
}
@media (max-width: 767px) {
  [data-tablor-type="2"] .tablor-box {
    border-top: 0;
  }
}
[data-tablor-type="2"] .tablor-box > div {
  padding-top: 0;
}
[data-tablor-type="2"] .tablor-box .tablor-label {
  position: relative;
  border-top: 1px solid #67bc45;
  text-align: center;
  padding: 37px 0 20px;
}
@media screen and (max-width: 767px) {
  [data-tablor-type="2"] .tablor-box .tablor-label {
    padding: 25px 0 20px;
  }
}
@media screen and (min-width: 768px) {
  [data-tablor-type="2"] .tablor-box .tablor-label {
    border-top: 0;
    padding-bottom: 10px;
  }
}
[data-tablor-type="2"] .tablor-box .tablor-label > p.green-border-arrow::before {
  content: "";
  background: transparent url("../images/arrow-seperator-white.svg") no-repeat center top;
  display: block;
  background-size: 100% 100%;
  width: 53px;
  height: 23px;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  [data-tablor-type="2"] .tablor-box .tablor-label > p.green-border-arrow::before {
    width: 10px;
    height: 12px;
  }
}
@media (max-width: 767px) {
  [data-tablor-type="2"] .tablor-box .tablor-label.mobile-blue-arrow > p::before {
    background: transparent url("../images/arrow-seperator-blue.svg") no-repeat center top;
  }
}
[data-tablor-type="2"] .tablor-arrow-down {
  position: relative;
  overflow: hidden;
  padding: 43px 0 0;
}
[data-tablor-type="2"] .tablor-arrow-down::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 120px 100px 120px;
  border-color: transparent transparent #ebf1f8 transparent;
  position: absolute;
  left: 50%;
  top: -73px;
  transform: translateX(-50%) rotate(180deg);
}
.trial-assess-text p {
  font-size: 1.125rem;
}

#dosingvidmodal {
  z-index: 10000;
}

@media (max-width: 767px) {
  #dosingvidmodal {
    z-index: 100000;
  }
}
.font875 {
  font-size: 0.875rem !important;
}

.dosingspacer {
  padding: 2rem 5rem !important;
}

.galeimg {
  width: 80%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.charttextgale {
  color: #333c17;
  font-weight: bold;
}

.page-ref-leftM {
  margin-left: 12px;
}

@media (max-width: 767px) {
  .refwrapper {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}

.btn-eyebrow-con {
  position: relative;
}

.btn-eyebrow {
  position: relative;
}
.btn-eyebrow p {
  position: absolute;
}

.cp-eyebrow {
  color: #fff;
  font-size: 1rem;
}

.cp-info {
  padding: 0 0 1em 0;
}

.hang-text {
  margin-left: -3px;
}

.hang-asterisk {
  margin-left: -6px;
}

.mobile-scroll-to-see {
  display: none;
}
@media (max-width: 980px) {
  .mobile-scroll-to-see {
    display: block;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    color: #666666;
    margin-bottom: 20px;
  }
}

.jc-sup {
  top: 11px;
}

@media (max-width: 767px) {
  .h-scroll-fixed {
    width: 460px;
  }
}

@media (max-width: 767px) {
  .section-heading {
    margin-top: 1.5em !important;
  }
}
@media (max-width: 767px) {
  .section-heading h2 {
    padding-bottom: 0.5em;
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .vert-pad-m > div:nth-of-type(1) .whitebg > .row > div {
    padding-top: 1.5em !important;
  }
}

.viol-ul {
  list-style-type: disc;
  list-style-position: outside !important;
}

.mw-324 {
  max-width: 100%;
}
@media screen and (min-width: 991px) {
  .mw-324 {
    max-width: 324px;
  }
}

.mw-866 {
  max-width: 100%;
}
@media screen and (min-width: 991px) {
  .mw-866 {
    max-width: 866px;
  }
}

.hr-line {
  border-top: 1px solid white;
  padding-bottom: 10px;
}

.blueresource {
  background-color: #002d74;
  color: #fff;
  text-align: center;
  padding: 28px;
  border-radius: 16px;
  display: flex;
  align-items: center;
}
.blueresource span {
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}
.blueresource.replacement {
  padding: 12px;
  border-radius: 32px;
  justify-content: center;
}
.blueresource.replacement span {
  text-align: center;
}

.bluespacer {
  margin-left: 1rem;
  margin-right: 1rem;
}

.blueresourcelink {
  text-decoration: none;
}

@media (max-width: 767px) {
  .leading-1 {
    line-height: 1 !important;
  }
}

@media (max-width: 767px) {
  .leadingMobile-1-25 {
    line-height: 1.25 !important;
  }
}

.page-bg {
  background-color: #F3F3F3 !important;
}

.text-align-right {
  text-align: right;
}

@media (max-width: 767px) {
  .w-150-mobile {
    width: 150%;
    max-width: 150%;
  }
}

.trial-fragment {
  display: flex;
  flex-direction: row;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  justify-content: space-between;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  gap: 50px;
  max-width: 1320px;
}
@media (max-width: 767px) {
  .trial-fragment {
    flex-direction: column;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
.trial-fragment .fragment-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  background-color: #ffffff;
  border-radius: 40px;
  padding: 25px;
}
.trial-fragment .fragment-item .fragment-copy {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.trial-fragment p {
  font-size: 1rem;
}
.trial-fragment p strong {
  font-size: 1.25rem;
}
.trial-fragment img {
  width: 50%;
}

.clinical-row {
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .clinical-row > div {
    max-width: 33%;
    width: 33%;
  }
  .clinical-row > div:nth-child(1) {
    width: 30%;
  }
  .clinical-row > div:nth-child(2) {
    width: 35%;
  }
  .clinical-row > div:nth-child(3) {
    width: 35%;
  }
}

[data-style=clinical-trial-00] > section > div:last-of-type p.text11mobile.chart-gray-bar,
p.text11mobile.chart-gray-bar {
  background-color: #f7f5f4;
  color: #222a78;
  font-weight: bold;
  line-height: 1.1em;
  text-align: center;
  margin: 0;
  padding: 0.5em 0;
}
[data-style=clinical-trial-00] > section > div:last-of-type p.text11mobile.chart-gray-bar.middle-one,
p.text11mobile.chart-gray-bar.middle-one {
  position: absolute;
  left: 0;
  bottom: -23px;
  width: 100%;
  z-index: 100;
}

.chart-span-bar {
  font-size: 1rem;
  line-height: 1.25rem;
  text-align: center;
  display: block;
  padding: 0.5em 0;
  margin: 0;
}

.mb-2rem {
  margin-bottom: 2rem;
}

.magenta-text {
  color: #ff00ff;
}

.dosing-play {
  background-color: #5272bc;
  color: #ffffff;
  padding: 20px;
  gap: 10px;
}
.dosing-play .desktop-chart {
  width: 65%;
}
.dosing-play p {
  width: 80%;
}
.dosing-play a {
  width: 41px;
  display: block;
}
.dosing-play a img {
  width: 41px;
  display: block;
}

.slider-controls button > img {
  max-width: 3.5rem;
}
@media (max-width: 767px) {
  .slider-controls button > img {
    max-width: 2rem;
  }
}
@media screen and (min-width: 981px) {
  .slider-controls button > img {
    max-width: 3rem;
  }
}

.anchor-link-video {
  bottom: 0;
  color: #333333;
  margin: 0 20px -1.75rem 0;
  position: absolute;
  right: 0;
  text-align: none;
  text-decoration: none;
  z-index: 1;
}
.anchor-link-video:hover {
  color: #333333;
  font-weight: bold;
  text-align: underline;
  text-decoration: underline;
}
.anchor-link-video p {
  margin-bottom: 0;
}

.slider-controls button > img {
  max-width: 3.5rem;
}
@media (max-width: 767px) {
  .slider-controls button > img {
    max-width: 2rem;
  }
}
@media screen and (min-width: 981px) {
  .slider-controls button > img {
    max-width: 3rem;
  }
}

.anchor-link-video {
  bottom: 0;
  color: #333333;
  margin: 0 20px -1.75rem 0;
  position: absolute;
  right: 0;
  text-align: none;
  text-decoration: none;
  z-index: 1;
}
.anchor-link-video:hover {
  color: #333333;
  font-weight: bold;
  text-align: underline;
  text-decoration: underline;
}
.anchor-link-video p {
  margin-bottom: 0;
}

body.page-id-111 {
  margin: 0;
}
@media screen and (min-width: 992px) {
  body.page-id-111 {
    height: 100vh;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 992px) {
  body.page-id-111 .sticky {
    position: relative;
  }
}
body.page-id-111 main.inner-main {
  padding-top: 80px;
}
@media screen and (min-width: 768px) {
  body.page-id-111 main.inner-main {
    padding-top: 123px;
  }
}
@media screen and (min-width: 992px) {
  body.page-id-111 main.inner-main {
    padding-top: 0;
    height: 100%;
    overflow: hidden;
  }
}
body.page-id-111 .bluebg-orphan-util {
  overflow: visible;
  padding: 50px 0;
}
@media screen and (min-width: 992px) {
  body.page-id-111 .bluebg-orphan-util {
    padding: 0;
    height: 100%;
  }
}
@media screen and (min-width: 992px) {
  body.page-id-111 .util-section {
    display: flex;
    gap: 100px;
    flex-direction: row;
    align-items: center;
    padding: 0 5rem;
    height: 100%;
  }
}
body.page-id-111 .util-section .util-text {
  display: none;
}
@media screen and (min-width: 992px) {
  body.page-id-111 .util-section .util-text {
    display: block;
  }
}
body.page-id-111 .util-section h1 {
  display: block;
}
@media screen and (min-width: 992px) {
  body.page-id-111 .util-section h1 {
    display: none;
  }
}
body.page-id-111 .util-image-wrapper {
  margin-bottom: 50px;
  overflow: hidden;
  position: relative;
  flex-grow: 1;
  width: 100%;
}
@media screen and (min-width: 992px) {
  body.page-id-111 .util-image-wrapper {
    margin-bottom: 0;
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: auto;
  }
}
body.page-id-111 .util-image-wrapper .util-image-inner-wrapper {
  position: relative;
  width: calc(100% - 60px);
  margin: 0 auto;
  padding-bottom: 35%;
  z-index: 1;
  overflow: visible;
}
@media screen and (min-width: 992px) {
  body.page-id-111 .util-image-wrapper .util-image-inner-wrapper {
    width: 100%;
  }
}
body.page-id-111 .util-image-wrapper .util-image-inner-wrapper img {
  display: flex !important;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 203%;
  max-width: unset;
  z-index: 1;
  overflow: visible;
}
body.page-id-111 .util-image-wrapper .util-image-inner-wrapper .magenta-bracket {
  color: #ff00ff;
  font-size: 275px;
  line-height: 1;
  position: absolute;
  z-index: 10;
  top: -4.5%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.page-id-111 .util-image-wrapper .util-image-inner-wrapper .magenta-bracket.left {
  left: -6%;
}
body.page-id-111 .util-image-wrapper .util-image-inner-wrapper .magenta-bracket.right {
  right: -5%;
}
body.page-id-111 .util-h {
  padding: 0 30px;
}
@media screen and (min-width: 992px) {
  body.page-id-111 .util-h {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 324px;
    flex-basis: 324px;
    height: 100%;
    margin: 2.5rem auto 0;
    width: 100%;
    padding: 0;
  }
}
body.page-id-111 .util-h a.learn-more-button {
  background-color: #57d124;
  border: 0;
  color: #222a78;
  display: block;
  font-weight: bold;
  line-height: 2rem;
  margin-bottom: 50px;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  body.page-id-111 .util-h a.learn-more-button {
    display: inline-block;
    width: 150px;
    margin-bottom: 0;
  }
}
body.page-id-111 .util-h .util-text {
  display: block;
}
@media screen and (min-width: 992px) {
  body.page-id-111 .util-h .util-text {
    display: none;
  }
}
body.page-id-111 .util-h h1 {
  display: none;
}
@media screen and (min-width: 992px) {
  body.page-id-111 .util-h h1 {
    display: inline-block;
  }
}
body.page-id-111 .util-text {
  display: block;
  padding: 0 1rem;
  bottom: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  body.page-id-111 .util-text {
    margin-bottom: 0;
    margin-right: 25%;
    padding: 0;
    position: relative;
    z-index: 1;
  }
}
body.page-id-111 .util-text p {
  color: #ffffff;
  font-size: 10px;
}
body.page-id-111 .util-text p.hangingRef > span {
  left: -0.25rem;
}
@media screen and (max-width: 991px) {
  body.page-id-111 .util-text p {
    color: #002d74;
    font-size: 9px;
  }
}
body.page-id-111 h1 {
  font-size: 27px;
  padding: 0;
  border-top: 2px solid #67BC45;
  border-bottom: 2px solid #67BC45;
  max-width: 100%;
  padding: 1rem 1rem;
  margin-bottom: 40px;
  margin: 0 30px 40px;
  color: #222a78;
  text-align: center;
}
@media screen and (min-width: 992px) {
  body.page-id-111 h1 {
    font-size: 27px;
    margin: 0 0 40px;
  }
}
body.page-id-111 .modalspacer {
  padding: 40px 80px;
}
@media screen and (max-width: 767px) {
  body.page-id-111 .navlogo img {
    width: 175px !important;
  }
}
body.page-id-111 span.magenta-text {
  position: relative;
  left: unset !important;
}

.switch-is-off .show-on {
  display: none !important;
}

.switch-is-on .show-off {
  display: none !important;
}

.switch-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 250px;
}
.switch-container button {
  display: block;
  background-color: transparent;
  border: 0;
}

.seperator {
  border-top: 1px solid #57d124;
  border-bottom: 1px solid #57d124;
}

.last .data-col-border {
  border-bottom: 0;
}

.mb-05 {
  margin-bottom: 1px !important;
}

.clinical-hr {
  margin-top: 0;
  margin-left: 12px;
  margin-right: 12px;
  border-top-width: 2px;
  transform: translateY(-1px);
}

.safety-panel ul li {
  text-indent: -20px;
  padding-left: 20px;
}

@media (max-width: 767px) {
  #flush-collapseThree .mobile-row .col:nth-child(1) {
    padding-left: 0;
    padding-right: 1rem;
  }
  #flush-collapseThree .mobile-row .col:nth-child(2) {
    padding-left: 1rem;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .ps-lg-11 {
    padding-left: 7rem !important;
  }
}
@media (max-width: 767px) {
  #fillyAccordian4 .row {
    flex-direction: column;
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  #timetoevent {
    bottom: 75px;
  }
}

.mainnav {
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .mainnav {
    display: flex;
    flex-direction: column !important;
  }
}
@media (max-width: 1104px) {
  .mainnav {
    display: flex;
    flex-direction: column;
  }
}

.mainnav > li {
  display: block;
}

.mainnav > li.noarrow span.find-practice {
  margin-bottom: 10px;
  padding-bottom: 0;
}
.mainnav > li.noarrow span.find-practice:hover {
  border-bottom: 0;
}
.mainnav > li.noarrow span.find-practice:hover a {
  background-color: #222a78;
  color: #ffffff;
}
.mainnav > li.noarrow span.find-practice a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  border-radius: 10px;
  background-color: #c700c7;
  color: #ffffff;
  padding: 0 10px;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: bold;
}

.mainnav > li.noarrow.active span.find-practice a {
  background-color: #57d124;
  color: #222A78;
}

.practice-form-radio-tabs {
  display: flex;
  justify-content: center;
  gap: 35px;
  max-width: 1048px;
  margin: 0 auto 20px;
}
@media (max-width: 767px) {
  .practice-form-radio-tabs {
    display: block;
  }
}
.practice-form-radio-tabs label {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  transition: border-color 0.3s ease;
  padding: 20px 20px 10px 20px;
  margin-top: 30px;
}
.practice-form-radio-tabs label .radio-circle {
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 50%;
  background-color: transparent;
  margin-bottom: 10px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.practice-form-radio-tabs label span {
  font-size: 1.2rem;
  line-height: 1.4rem;
  max-width: 347px;
  color: #222A78;
  margin-bottom: 10px;
}
.practice-form-radio-tabs label span.wide {
  max-width: 405px;
}
.practice-form-radio-tabs input[type=radio] {
  display: none;
}
.practice-form-radio-tabs input[type=radio]:checked + label {
  border-color: #C700C7;
}
.practice-form-radio-tabs input[type=radio]:checked + label .radio-circle {
  background-color: #C700C7;
  border-color: #C700C7;
}

#practiceform {
  max-width: 1048px;
}
#practiceform .form-select {
  font-weight: normal;
  color: #666666;
  background-image: url("../images/practice-form-down-arrow.svg");
}
#practiceform .form-select option {
  background: #fff;
}
#practiceform input[type=radio] {
  appearance: none;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 2px solid #222A78;
  border-radius: 50%;
  background-color: #fff;
  outline: none;
  cursor: pointer;
  vertical-align: text-top;
}
#practiceform input[type=radio]:checked {
  background-color: #C700C7;
  border-color: #C700C7;
}
#practiceform input[type=checkbox] {
  appearance: none;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 2px solid #222A78;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  margin: 0 0 0.5rem 0;
}
#practiceform input[type=checkbox]:checked {
  background-color: #C700C7;
  border-color: #C700C7;
}
@media (max-width: 767px) {
  #practiceform input[type=checkbox] {
    align-self: flex-start;
    margin-top: 5px;
  }
}
#practiceform label.form-check-label {
  margin: 0;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}
#practiceform .form-text {
  font-size: 1.125rem;
  font-weight: 700;
  color: #222A78;
  margin: 0 0 10px 0;
}
#practiceform .checkbox-flex {
  gap: 10px;
}
#practiceform .form-radio-tabs label span {
  font-size: 1.125rem;
  color: #222A78;
  line-height: 20px;
  margin: 0 30px 0 5px;
}
#practiceform button.submit {
  background-color: #222A78;
  color: white;
  font-size: 1rem;
  width: 143px;
  padding: 10px 0;
  border-radius: 5px;
}
@media (max-width: 767px) {
  #practiceform button.submit {
    text-align: center;
    width: 100%;
    background-color: #c700c7;
    color: white;
    font-weight: 700;
    font-size: 1rem;
    border: 2px solid #c700c7;
    border-radius: 25px;
  }
}

.zip-code-form {
  margin: 2rem auto 0 auto;
  text-align: center;
  width: 100%;
  max-width: 1320px;
  background-color: #222A78;
  padding: 40px;
}
.zip-code-form label {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  display: block;
  color: #fff;
}
.zip-code-form .input-group {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
.zip-code-form .input-group input {
  height: 61px;
  flex: 1;
  max-width: 400px;
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  border: 1px solid #666666;
  border-radius: 10px;
  color: #333333;
  font-weight: bold;
  transition: border-color 0.3s ease;
}
.zip-code-form .input-group input:focus {
  border-color: #000;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.zip-code-form .input-group input.is-invalid {
  border-color: red;
}
.zip-code-form .input-group input.is-valid {
  border-color: green;
}
.zip-code-form .input-group button {
  height: 61px;
  width: 76px;
  margin-left: 0.5rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  background-color: #C700C7;
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}
.zip-code-form .input-group button img {
  height: 36px;
  width: 28px;
}
.zip-code-form .input-group button:hover {
  background-color: #940094;
}

.find-a-practice-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #222A78;
  margin: 2rem auto;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 612px;
}
@media (max-width: 767px) {
  .find-a-practice-title {
    text-align: left;
  }
}
.find-a-practice-title img {
  height: 48px;
  width: 36px;
  margin-right: 1rem;
}

#link-copies-modal,
#submitted {
  --bs-modal-width: 510px;
}
#link-copies-modal .btn-primary,
#submitted .btn-primary {
  background-color: #222A78;
  color: white;
  font-size: 1rem;
  width: 143px;
  margin: 50px auto 0;
  padding: 10px 0;
  border-radius: 5px;
}
@media (max-width: 767px) {
  #link-copies-modal .btn-primary,
  #submitted .btn-primary {
    text-align: center;
    width: 100%;
    background-color: #c700c7;
    color: white;
    font-weight: 700;
    font-size: 1rem;
    border: 2px solid #c700c7;
    border-radius: 25px;
  }
}

#map-section {
  display: none;
}
#map-section.visible {
  display: block;
}
#map-section .mobile-map-toggle {
  text-align: center;
  margin-bottom: 1rem;
}
#map-section .mobile-map-toggle #toggleMap {
  color: #222A78;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  font-weight: bold;
  margin-top: 1rem;
}
#map-section .mobile-map-toggle .map-placeholder {
  margin-top: 1rem;
  background-color: #eaeaea;
  display: none; /* Default to hidden */
}
#map-section .map-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background-color: #d8d8d8;
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
}
#map-section .map-header .practices-count {
  background-color: #fff;
  border-radius: 15px;
  width: 30%;
  max-width: 400px;
  height: 61px;
  padding: 0 0.5rem 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  color: #222A78;
  font-weight: bold;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  line-height: 1.1rem;
  position: relative;
}
#map-section .map-header .practices-count .pagination-controls {
  display: flex;
  gap: 5px;
}
#map-section .map-header .practices-count .pagination-btn {
  width: 50px;
  height: 52px;
  background-color: #222A78;
  border: none;
  border-radius: 15px 0 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
#map-section .map-header .practices-count .pagination-btn.next, #map-section .map-header .practices-count .pagination-btn.prev {
  pointer-events: all;
  opacity: 1;
}
#map-section .map-header .practices-count .pagination-btn.next.disable, #map-section .map-header .practices-count .pagination-btn.prev.disable {
  pointer-events: none;
  opacity: 0.5;
}
#map-section .map-header .practices-count .pagination-btn.next {
  border-radius: 0 15px 15px 0;
}
#map-section .map-header .practices-count .pagination-btn img {
  width: 11px;
  height: 18px;
}
#map-section .map-header .practices-count .pagination-btn:hover {
  background-color: rgb(22.7402597403, 28.0909090909, 80.2597402597);
}
#map-section .map-header .distance-filter {
  position: relative;
  background-color: #fff;
  line-height: 1.1rem;
  border-radius: 15px;
  width: 30%;
  max-width: 400px;
  height: 61px;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
#map-section .map-header .distance-filter .dropdown-value {
  font-size: 1rem;
  color: #222A78;
  font-weight: bold;
}
#map-section .map-header .distance-filter .dropdown-arrow {
  width: 18px;
  height: 11px;
  background-image: url("../images/practice-form-down-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
#map-section .map-header .distance-filter.active .dropdown-arrow {
  transform: rotate(180deg);
}
#map-section .map-header .distance-filter .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: none;
  flex-direction: column;
}
#map-section .map-header .distance-filter .dropdown-menu.show {
  display: flex;
}
#map-section .map-header .distance-filter .dropdown-menu .dropdown-item {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  color: #222A78;
  font-weight: bold;
  cursor: pointer;
}
#map-section .map-header .distance-filter .dropdown-menu .dropdown-item:hover {
  background-color: #f0f0f0;
}
#map-section .map-header .cta-buttons {
  display: flex;
  gap: 0.5rem;
  margin-left: auto;
}
#map-section .map-header .cta-buttons .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 61px;
  padding: 0;
  font-size: 1rem;
  border-radius: 20px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  background-color: #222A78;
  border: none;
  position: relative;
}
#map-section .map-header .cta-buttons .btn:hover {
  background-color: rgb(22.7402597403, 28.0909090909, 80.2597402597);
}
#map-section .map-header .cta-buttons .btn .btn-icon {
  width: 26px;
  height: 26px;
  display: inline-block;
  margin-left: 0.5rem; /* Space between text and icon */
}
#map-section .map-header .cta-buttons .btn.btn-primary {
  background-color: #222A78;
}
#map-section .map-header .cta-buttons .btn.btn-primary:hover {
  background-color: #0056b3;
}
#map-section .map-header .cta-buttons .btn.btn-secondary {
  background-color: #6c757d;
}
#map-section .map-header .cta-buttons .btn.btn-secondary:hover {
  background-color: #5a6268;
}
@media (max-width: 767px) {
  #map-section .map-header .cta-buttons {
    width: 100%;
    justify-content: space-between;
    gap: 0.5rem;
  }
  #map-section .map-header .cta-buttons > .btn, #map-section .map-header .cta-buttons > form {
    width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  #map-section .map-header {
    flex-direction: column-reverse;
    align-items: stretch;
  }
  #map-section .map-header .distance-filter,
  #map-section .map-header .distance-selector,
  #map-section .map-header .cta-buttons,
  #map-section .map-header .practices-count {
    width: 100%;
    max-width: none;
    margin-bottom: 0.5rem;
  }
  #map-section .map-header .cta-buttons {
    gap: 0.5rem;
  }
}
#map-section .map-content {
  display: none;
  justify-content: space-between;
  padding-top: 1.5rem;
  background-color: #ffffff;
}
#map-section .map-content .findings-list {
  width: 30%;
  padding: 1rem 1rem 1rem 0;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  #map-section .map-content .findings-list {
    width: 100%;
    padding: 1rem;
  }
}
#map-section .map-content .findings-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#map-section .map-content .findings-list ul li {
  display: flex;
  margin-bottom: 0.25rem;
  padding: 1rem;
  background-color: #fff;
  border-bottom: 2px solid #222A78;
  position: relative;
}
#map-section .map-content .findings-list ul li:last-child {
  border-bottom: none;
}
#map-section .map-content .findings-list ul li .listing-number {
  width: 50px;
  height: 50px;
  background-color: #28a745;
  color: #222A78;
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 20px 20px 0;
  position: absolute;
  left: 0;
}
#map-section .map-content .findings-list ul li.active .listing-number {
  background-color: #C700C7;
  color: #fff;
}
#map-section .map-content .findings-list ul li .listing-content {
  margin-left: 60px;
}
#map-section .map-content .findings-list ul li h3.practice-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #222A78;
  margin: 0 0 0.25rem;
}
#map-section .map-content .findings-list ul li p.distance {
  font-size: 1rem;
  color: #888;
  margin: 0 0 0.5rem;
}
#map-section .map-content .findings-list ul li .address,
#map-section .map-content .findings-list ul li .phone {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: bold;
  color: #222A78;
}
#map-section .map-content .findings-list ul li .address .icon,
#map-section .map-content .findings-list ul li .phone .icon {
  margin-right: 0.5rem;
}
#map-section .map-content .findings-list ul li .address .icon.phone,
#map-section .map-content .findings-list ul li .phone .icon.phone {
  width: 16px;
  height: 22px;
}
#map-section .map-content .findings-list ul li .address .icon.ping,
#map-section .map-content .findings-list ul li .phone .icon.ping {
  width: 18px;
  height: 24px;
}
#map-section .map-content .findings-list ul li .address span,
#map-section .map-content .findings-list ul li .phone span {
  color: #222A78;
}
#map-section .map-content .findings-list ul li .address {
  margin-bottom: 0.5rem;
}
#map-section .map-content .findings-list ul li .phone {
  color: #888;
  font-weight: normal;
}
#map-section .map-content .map-placeholder {
  width: 70%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #map-section .map-content .map-placeholder {
    display: none;
  }
}
#map-section .map-content .map-placeholder .placeholder-box {
  width: 100%;
  height: 100%;
  background-color: #ddd;
  border: 1px solid #ccc;
  border-radius: 8px;
  max-width: 100%;
}
#map-section .map-content .map-placeholder .placeholder-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#map-section .pagination-row {
  background-color: #222A78;
  padding: 1rem;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  display: flex;
  gap: 10px;
}
#map-section .pagination-row .pagination-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #222A78;
  border: 2px solid white;
  color: white;
  cursor: pointer;
  border-radius: 10px 0 0 10px;
}
#map-section .pagination-row .pagination-arrow.right {
  border-radius: 0 10px 10px 0;
}
#map-section .pagination-row .pagination-arrow .arrow {
  width: 9px;
  height: 15px;
}
#map-section .pagination-row .pagination-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: white;
  border: 2px solid #222A78;
  color: #222A78;
  border-radius: 10px;
  cursor: pointer;
}
#map-section .pagination-row .pagination-button.active {
  border: 2px solid #c700c7;
}
#map-section .pagination-row .pagination-button:hover {
  background-color: #f0f0f0;
}
#map-section .pagination-row .pagination-dots {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  align-self: flex-end;
}

.mainnav > li.noarrow span.access-resources {
  margin-bottom: 10px;
  padding-bottom: 0;
}
.mainnav > li.noarrow span.access-resources:hover {
  border-bottom: 0;
}
.mainnav > li.noarrow span.access-resources:hover a {
  background-color: rgb(34, 42, 120);
  color: #fff;
}
.mainnav > li.noarrow span.access-resources a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  border-radius: 10px;
  background-color: rgb(34, 42, 120);
  color: #fff;
  padding: 0 2.5px 0 7.5px;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: bold;
}
.mainnav > li.noarrow span.access-resources:last-child a {
  gap: 4px;
}

.ga-burden-tabs {
  background-color: #ffffff;
}
.ga-burden-tabs > ul li {
  width: 33.3333%;
}
.ga-burden-tabs > ul li button.nav-link {
  padding: 2rem 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  color: #222a78;
  background-color: #d8d8d8;
  position: relative;
  line-height: 1.15;
}
.ga-burden-tabs > ul li button.nav-link.active {
  color: #d8d8d8;
  background-color: #222a78;
}
.ga-burden-tabs > ul li button.nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #57d124;
}
@media screen and (max-width: 767px) {
  .ga-burden-tabs > ul li button.nav-link {
    padding: 0.5rem 0;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6px;
  }
  .ga-burden-tabs > ul li button.nav-link strong {
    text-align: left;
    display: block;
    width: 85%;
    margin: 0 auto;
  }
}
.ga-burden-tabs .tab-content {
  padding: 0.5rem;
}
@media screen and (min-width: 768px) {
  .ga-burden-tabs .tab-content {
    padding: 3rem;
  }
}
.ga-burden-tabs .tab-content .tab-pane {
  position: relative;
}
@media screen and (max-width: 767px) {
  .ga-burden-tabs .tab-content .tab-pane > .d-flex {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .ga-burden-tabs .tab-content .ga-left {
    padding: 125px 0;
  }
  .ga-burden-tabs .tab-content .ga-left.ga-last {
    padding: 50px 0;
  }
}
.ga-burden-tabs .tab-content .ga-right {
  height: 100%;
}
.ga-burden-tabs .tab-content ul {
  text-align: left;
  padding-left: 2rem;
}
.ga-burden-tabs .tab-content p {
  font-size: 1rem;
  line-height: 1.2rem;
  text-align: left;
}
.ga-burden-tabs .tab-content .ga-icon {
  width: 35px;
  min-width: 35px;
  height: 35px;
}
.ga-burden-tabs .tab-content .image-wrap {
  background-color: #d8d8d8;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .ga-burden-tabs .tab-content .image-wrap {
    padding: 2rem 0;
  }
}
.ga-burden-tabs .tab-content .image-wrap img {
  width: 100%;
}
.ga-burden-tabs .tab-content .hangingRef2 {
  font-size: 1rem;
}
.ga-burden-tabs .tab-content .ga-h2 {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .ga-burden-tabs .tab-content .ga-h2 {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .ga-burden-tabs .tab-content .reverse-for-mobile {
    flex-direction: column-reverse;
  }
}
.ga-burden-tabs .tab-content .toggle-switch {
  display: flex;
  align-items: center;
  width: 210px;
  height: 70px;
  border-radius: 35px;
  background-color: #ccc;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ga-burden-tabs .tab-content .toggle-switch {
    width: 150px;
    height: 50px;
    border-radius: 25px;
  }
}
.ga-burden-tabs .tab-content .toggle-switch .label {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  width: 55%;
  height: 100%;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .ga-burden-tabs .tab-content .toggle-switch .label {
    font-size: 12px;
  }
}
.ga-burden-tabs .tab-content .toggle-switch .label.left {
  left: 0;
  color: #fff;
}
.ga-burden-tabs .tab-content .toggle-switch .label.right {
  right: 0;
  color: #333;
}
.ga-burden-tabs .tab-content .toggle-switch.active .label.left {
  color: #333;
}
.ga-burden-tabs .tab-content .toggle-switch.active .label.right {
  color: #fff;
}
.ga-burden-tabs .tab-content .toggle-switch .slider {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 112px;
  height: 64.5px;
  border: 5.5px solid #ffffff;
  border-radius: 32px;
  background-color: #222a78;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .ga-burden-tabs .tab-content .toggle-switch .slider {
    top: 2px;
    left: 2px;
    width: 80px;
    height: 46px;
    border: 4px solid #ffffff;
    border-radius: 23px;
  }
}
.ga-burden-tabs .tab-content .toggle-switch.active .slider {
  transform: translateX(92px);
}
@media screen and (max-width: 767px) {
  .ga-burden-tabs .tab-content .toggle-switch.active .slider {
    transform: translateX(66px);
  }
}
.ga-burden-tabs .tab-content .namd-hide {
  display: none !important;
}
.ga-burden-tabs .tab-content .toggled div.d-flex.ga-hide,
.ga-burden-tabs .tab-content .toggled div.col.ga-hide {
  display: none !important;
}
.ga-burden-tabs .tab-content .toggled div.d-flex.namd-hide {
  display: flex !important;
}
.ga-burden-tabs .tab-content .toggled div.col.namd-hide {
  display: block !important;
}

.ga-accordian {
  line-height: 1.15;
}
.ga-accordian h3 {
  font-size: 17px;
  color: #c700c7;
  font-weight: bold;
}
.ga-accordian h4 {
  font-size: 14px;
}
.ga-accordian img {
  width: 88px;
  height: 88px;
}
.ga-accordian strong {
  font-size: 14px;
}
.ga-accordian ul {
  padding-left: 15px;
  margin-bottom: 0;
}
.ga-accordian ul li {
  font-size: 11px;
}
.ga-accordian .d-flex.align-items-center.gap-2:has(ul) {
  margin-bottom: 1rem;
}
.ga-accordian .blue-line {
  width: 100%;
  height: 2px;
  background-color: #222a78;
  margin: 2rem 0;
}
.ga-accordian .ga-age {
  max-width: 442px;
  font-size: 17px;
  font-weight: bold;
  border-top: 2px solid #57d124;
  border-bottom: 2px solid #57d124;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .ga-accordian .ga-age {
    font-size: 14px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .ga-accordian .d-grid.gap-2 > div:nth-child(2) {
    order: 3;
  }
  .ga-accordian .d-grid.gap-2 > div:nth-child(3) {
    order: 2;
  }
}
@media screen and (min-width: 768px) {
  .ga-accordian .d-grid.gap-2 {
    grid-template-columns: 1fr 1fr;
  }
}

.ref-1,
.ref-2 {
  display: none;
}
.ref-1.active,
.ref-2.active {
  display: block;
}

@media (max-width: 767px) {
  .vert-pad-m > div:nth-of-type(1) .whitebg > .row > div {
    padding-top: 1.5em !important;
  }
}

.ga-footer {
  position: relative;
  bottom: 38px;
}
.ga-footer span {
  font-size: 13px;
}

.submit-footnote {
  margin-top: 1rem;
}
.submit-footnote span {
  color: #222a78;
  font-weight: 400;
  font-size: 16px;
}
.submit-footnote span a {
  font-weight: 700;
  text-decoration: underline;
  color: #222a78;
}

#submitted .modal-dialog {
  max-width: 625px;
}

#zipCodeInput {
  background-image: none !important;
}

.distance-filter.error-state {
  border: 2px solid red;
}

/* Map Popup Styles */
.mapboxgl-popup {
  padding-bottom: 50px;
}

.mapboxgl-popup-content {
  padding: 0;
  width: 180px;
}

.mapboxgl-popup-content h3 {
  background: #28a745;
  color: #fff;
  margin: 0;
  padding: 10px;
  border-radius: 3px 3px 0 0;
  font-weight: 700;
}

.mapboxgl-popup-content h4 {
  margin: 0;
  padding: 10px;
  font-weight: 400;
}

.mapboxgl-popup-content p {
  color: #222a78;
}

.mapboxgl-popup-content div {
  padding: 10px;
}

.mapboxgl-popup-close-button {
  display: none;
}

/* Marker Styles */
.marker {
  border: none;
  cursor: pointer;
  height: 52px;
  width: 32px;
  background-image: url("/wp-content/themes/apellis/images/marker.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.marker.active {
  background-image: url("/wp-content/themes/apellis/images/marker-pink.png");
}

.sorry-no-results {
  display: none;
}

#zipCodeForm.disabled {
  position: relative;
}
#zipCodeForm.disabled:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 100;
}

.mapboxgl-ctrl-bottom-right .mapbox-improve-map {
  display: none !important;
}

.nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .md-w-75 {
    width: 75%;
  }
}

.h-wrapper {
  width: max-content;
}
@media (max-width: 40rem) {
  .h-wrapper {
    width: 100%;
  }
}

.custom-h3 {
  position: absolute;
  top: -2rem;
  left: 0;
}
@media (max-width: 40rem) {
  .custom-h3 {
    display: block;
    position: static;
    padding-top: 1rem;
    padding-left: 6px;
  }
}

.gale-trial-list {
  padding-left: 1.1875rem;
}
@media (max-width: 40rem) {
  .gale-trial-list {
    padding-left: 1rem;
  }
}

@media (max-width: 40rem) {
  .syfovre-clinical-trial-program-hero .hp-subtext2 {
    font-size: 1rem;
    text-align: left;
    margin-bottom: 8px;
  }
}

.purple-bar-section {
  border-left: 6px solid #c700c7;
  padding-left: 0.5rem;
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1;
  color: #222a78;
  font-weight: 500;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.video-content-par {
  color: #222a78;
  font-weight: 400;
  line-height: 1;
}

.video-ref {
  font-size: 11px !important;
  line-height: 1;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 1rem;
  font-weight: 400;
}

.transcript-copy-2 {
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
}

/* Video Modal Styles */
#videoModal .modal-dialog {
  max-width: 80vw;
  width: 80vw;
}

#videoModal .modal-content {
  background: rgba(0, 0, 0, 0.9);
}

#videoModal .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1060;
  opacity: 0.8;
  border-radius: 50%;
  padding: 8px;
}

#videoModal .btn-close:hover {
  opacity: 1;
}

#videoModal .vidbox {
  width: 100%;
  max-width: 100%;
}

#videoModal .vidbox iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  min-height: 45vh;
}

@media (max-width: 768px) {
  #videoModal .modal-dialog {
    max-width: 98vw;
    width: 98vw;
    margin: 1vh auto;
  }
  #videoModal .vidbox iframe {
    width: 100%;
    aspect-ratio: 16/9;
    min-height: 35vh;
  }
  #videoModal .btn-close {
    top: 10px;
    right: 10px;
  }
}
@media (max-width: 480px) {
  #videoModal .vidbox iframe {
    min-height: 25vh;
  }
}
/* Make the thumbnail clickable */
.video-thumbnail {
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.video-thumbnail:hover {
  opacity: 0.8;
}

.anchor-offset {
  scroll-margin-top: 130px;
}

/*# sourceMappingURL=styles.css.map */
