* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  border: 0;
  border-radius: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  background-repeat: none;
  background-position: 0 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

html,
body {
  height: 100%;
}
html,
body,
#layout {
  width: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  padding-top: 0 !important;
}
#layout {
  overflow: hidden;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="date"],
input[type="submit"],
textarea,
button,
select,
option {
  appearance: none;
  -webkit-appearance: none;
  resize: none;
  background: none;
}
a,
button,
input[type="submit"],
.pointer {
  cursor: pointer;
}
::-ms-clear {
  display: none;
}
::-ms-reveal {
  display: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input::-webkit-contacts-auto-fill-button {
  position: absolute;
  right: 0;
  visibility: hidden;
  display: none !important;
  pointer-events: none;
}
var {
  display: none;
}
b,
strong {
  font-weight: 700;
}
i,
em {
  font-style: oblique;
}
h1 {
  margin: 0px;
}
figure {
  margin: 0px;
}
[data-row] {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
[data-row*="center"] {
  justify-content: center;
}
[data-row*="right"] {
  justify-content: flex-end;
}
[data-row*="just-space"] {
  justify-content: space-between;
}
[data-row] {
  margin-left: -5px;
  margin-right: -5px;
}
[data-col] {
  padding-right: 5px;
  padding-left: 5px;
}
[data-col*="col-1"] {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
[data-col*="col-2"] {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
[data-col*="col-3"] {
  flex: 0 0 25%;
  max-width: 25%;
}
[data-col*="col-4"] {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
[data-col*="col-5"] {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
[data-col*="col-6"] {
  flex: 0 0 50%;
  max-width: 50%;
}
[data-col*="col-7"] {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
[data-col*="col-8"] {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
[data-col*="col-9"] {
  flex: 0 0 75%;
  max-width: 75%;
}
[data-col*="col-10"] {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
[data-col*="col-11"] {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
[data-col*="col-12"] {
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (max-width: 959px) {
  [data-row] {
    margin-left: -5px;
    margin-right: -5px;
  }
  [data-col] {
    padding-right: 5px;
    padding-left: 5px;
  }
  [data-col*="mobile-1"] {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  [data-col*="mobile-2"] {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  [data-col*="mobile-3"] {
    flex: 0 0 25%;
    max-width: 25%;
  }
  [data-col*="mobile-4"] {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  [data-col*="mobile-5"] {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  [data-col*="mobile-6"] {
    flex: 0 0 50%;
    max-width: 50%;
  }
  [data-col*="mobile-7"] {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  [data-col*="mobile-8"] {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  [data-col*="mobile-9"] {
    flex: 0 0 75%;
    max-width: 75%;
  }
  [data-col*="mobile-10"] {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  [data-col*="mobile-11"] {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  [data-col*="mobile-12"] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-row] {
    margin-left: -5px;
    margin-right: -5px;
  }
  [data-col] {
    padding-right: 5px;
    padding-left: 5px;
  }
  [data-col*="desktop-1"] {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  [data-col*="desktop-2"] {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  [data-col*="desktop-3"] {
    flex: 0 0 25%;
    max-width: 25%;
  }
  [data-col*="desktop-4"] {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  [data-col*="desktop-5"] {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  [data-col*="desktop-6"] {
    flex: 0 0 50%;
    max-width: 50%;
  }
  [data-col*="desktop-7"] {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  [data-col*="desktop-8"] {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  [data-col*="desktop-9"] {
    flex: 0 0 75%;
    max-width: 75%;
  }
  [data-col*="desktop-10"] {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  [data-col*="desktop-11"] {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  [data-col*="desktop-12"] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

body {
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #58595b;
}
@media screen and (max-width: 959px) {
  h1 {
    font-family: "Gotham", sans-serif;
    font-size: 40px;
    font-weight: 700;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  h1 {
    font-family: "Gotham", sans-serif;
    font-size: 80px;
    font-weight: 700;
  }
}
h1 span.lowercase,
h2 span.lowercase,
h3 span.lowercase,
h4 span.lowercase {
  text-transform: lowercase;
}
p {
  /* margin-bottom: 25px; */
}
@media screen and (max-width: 959px) {
  p.legal {
    font-size: 10px;
  }
  p.legal sup {
    font-size: 10px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  p.legal {
    font-size: 12px;
    line-height: 12px;
  }
  p.legal sup {
    font-size: 10px;
  }
}
strong {
  font-family: "Gotham", sans-serif;
  font-size: inherit;
  font-weight: 700;
}
sup {
  font-family: inherit;
  position: relative;
  top: -3px;
  font-size: 9px;
}
.footnote {
  padding-bottom: 5px;
}
@media screen and (max-width: 959px) {
  .footnote {
    font-family: "Gotham", sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  .footnote {
    font-family: "Gotham", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
  }
}
[data-nobr="all"] {
  white-space: nowrap;
}
@media screen and (max-width: 959px) {
  [data-nobr="mobile"] {
    white-space: nowrap;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-nobr="desktop"] {
    white-space: nowrap;
  }
}
h2.banner {
  text-align: center;
  color: #9b288c;
  background-color: #fff;
}
@media screen and (max-width: 959px) {
  h2.banner {
    font-family: "Knockout", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    padding: 30px 0;
    margin-top: 30px;
    margin-right: -25px;
    margin-left: -25px;
    margin-bottom: 25px;
  }
  h2.banner.below-nav {
    margin-top: 0;
  }
  h2.banner sup {
    top: -15px;
    font-size: 16px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  h2.banner {
    font-family: "Knockout", sans-serif;
    font-size: 42px;
    font-weight: 700;
    padding: 25px 0;
    margin-top: 80px;
    margin-bottom: 32px;
  }
  h2.banner.below-nav {
    margin-top: 0;
  }
  h2.banner sup {
    top: -14px;
    font-size: 20px;
  }
}
h2.border,
h2.border-center {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
}
h2.border span,
h2.border-center span {
  display: inline-block;
}
h2.border:before,
h2.border-center:before {
  margin-right: 3px;
}
h2.border:before,
h2.border:after,
h2.border-center:before,
h2.border-center:after {
  flex-grow: 1;
  height: 3px;
  background: #ffcb03;
  margin-left: 3px;
}
@media screen and (max-width: 959px) {
  h2.border,
  h2.border-center {
    font-family: "Knockout", sans-serif;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 36px;
    padding-top: 25px;
  }
  h2.border sup,
  h2.border-center sup {
    top: -15px;
    font-size: 16px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  h2.border,
  h2.border-center {
    font-family: "Knockout", sans-serif;
    font-size: 42px;
    font-weight: 700;
    padding-top: 45px;
    padding-bottom: 25px;
  }
  h2.border sup,
  h2.border-center sup {
    top: -14px;
    font-size: 20px;
  }
}
h2.border span {
  padding-right: 10px;
}
h2.border:after {
  content: "";
}
@media screen and (max-width: 959px) {
  h2.border:after {
    content: none;
  }
}
h2.border-center {
  color: #9b288c;
  background-color: #fff;
  margin-left: -100%;
  margin-right: -100%;
  text-align: center;
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  h2.border-center {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 55px;
    margin-bottom: 35px;
  }
}
h2.border-center span {
  padding: 0 10px;
}
h2.border-center:before,
h2.border-center:after {
  content: "";
}
ul[data-bullet] {
  list-style-type: none;
}
ul[data-bullet] > li {
  position: relative;
  padding-left: 10px;
}
ul[data-bullet] > li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #9b288c;
}
ul[data-bullet="primary"] > li:before {
  color: #9b288c;
}
ul[data-bullet="primary_light"] > li:before {
  color: #f4e8f3;
}
ul[data-bullet="darker_primary_light"] > li:before {
  color: #e1b2db;
}
ul[data-bullet="light"] > li:before {
  color: #fff;
}
ul[data-bullet="default"] {
  list-style-type: disc;
}
ul[data-bullet="default"] > li:before {
  background: none;
}
.primary {
  color: #9b288c;
}
.secondary {
  color: #ffcb03;
}
.light {
  color: #fff;
}
*:focus {
  -webkit-box-shadow: 0px 0px 11px 2px #9b288c;
  -moz-box-shadow: 0px 0px 11px 2px #9b288c;
  box-shadow: 0px 0px 11px 2px #9b288c;
  outline: none;
}
::-webkit-input-placeholder {
  color: #fff;
}
:-ms-input-placeholder {
  color: #fff;
}
::placeholder {
  color: #fff;
}
.skip-navigation {
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  font-weight: 700;
  position: fixed;
  top: -55px;
  left: 8px;
  padding: 0 20px;
  min-height: 48px;
  line-height: 48px;
  color: #9b288c;
  border: 2px solid #9b288c;
  border-radius: 0 0 8px 8px;
  z-index: 10;
  text-decoration: none;
  background: #fff;
  transition: top 300ms ease-in-out;
  will-change: top;
}
.skip-navigation.active,
.skip-navigation:focus {
  top: -2px;
}
[hidden],
.hidden {
  display: none !important;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media screen and (max-width: 959px) {
  [data-only*="desktop"] {
    display: none;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-only*="mobile"] {
    display: none;
  }
}
nobr,
.nobr {
  white-space: nowrap;
}
[data-float="right"] {
  float: right;
}
[data-float="left"] {
  float: left;
}
[data-float="none"] {
  float: none;
}
[data-text-align="right"] {
  text-align: right;
}
[data-text-align="left"] {
  text-align: left;
}
[data-text-align="center"] {
  text-align: center;
}
button[disabled] {
  cursor: wait;
}
.no-margin {
  margin: 0;
}
.no-margin-bottom {
  margin-bottom: 0;
}
@-webkit-keyframes btn_text_arrow {
  0% {
    padding-left: 4px;
  }
  50% {
    padding-left: 8px;
  }
  100% {
    padding-left: 4px;
  }
}
@-moz-keyframes btn_text_arrow {
  0% {
    padding-left: 4px;
  }
  50% {
    padding-left: 8px;
  }
  100% {
    padding-left: 4px;
  }
}
@keyframes btn_text_arrow {
  0% {
    padding-left: 4px;
  }
  50% {
    padding-left: 8px;
  }
  100% {
    padding-left: 4px;
  }
}
.btn.btn-primary {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  will-change: color, border, box-shadow, background;
  transition: all 300ms ease-in-out;
  color: #fff;
  border: 2px solid #cc91c6;
  box-shadow: 0 2px 2px 0 rgba(61, 5, 58, 0.3);
  background: #9b288c;
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  .btn.btn-primary {
    padding: 20px 30px;
  }
}
.btn.btn-primary:focus {
  box-shadow: 0px 0px 11px 2px #9b288c;
}
.btn.btn-primary.hover,
.btn.btn-primary:hover {
  box-shadow: 0 3px 8px 0 rgba(61, 5, 58, 0.3);
  color: #9b288c;
  background: #ffcb03;
}
.btn.btn-secondary {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  will-change: color, border, box-shadow, background;
  transition: all 300ms ease-in-out;
  color: #9b288c;
  border: 2px solid #cc91c6;
  box-shadow: 0 2px 2px 0 rgba(61, 5, 58, 0.3);
  background: #fff;
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  .btn.btn-secondary {
    padding: 20px 30px;
  }
}
.btn.btn-secondary:focus {
  box-shadow: 0px 0px 11px 2px #9b288c;
}
.btn.btn-secondary.hover,
.btn.btn-secondary:hover {
  box-shadow: 0 3px 8px 0 rgba(61, 5, 58, 0.3);
  border: 2px solid #9b288c;
  background: #f4e8f3;
}
.btn-text.btn-primary {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding-right: 20px;
  position: relative;
  text-decoration: none;
  display: inline-block;
  color: #9b288c;
}
.btn-text.btn-primary:after {
  font-family: "Gotham", sans-serif;
  /* font-size: 24px; */
  font-weight: 400;
  position: relative;
  top: 2px;
  padding-left: 4px;
  content: "\00BB";
  font-size: 28px;
  will-change: padding;
}
.btn-text.btn-primary:hover:after,
.btn-text.btn-primary.hover:after {
  -webkit-animation: btn_text_arrow 400ms ease-in forwards;
  -moz-animation: btn_text_arrow 400ms ease-in forwards;
  animation: btn_text_arrow 400ms ease-in forwards;
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  animation-delay: 0ms;
}
.btn-text.btn-secondary {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding-right: 20px;
  position: relative;
  text-decoration: none;
  display: inline-block;
  color: #fff;
}
.btn-text.btn-secondary:after {
  font-family: "Gotham", sans-serif;
  font-size: 24px;
  font-weight: 400;
  position: relative;
  top: 2px;
  padding-left: 4px;
  content: "\00BB";
  font-size: 28px;
  will-change: padding;
}
.btn-text.btn-secondary:hover:after,
.btn-text.btn-secondary.hover:after {
  -webkit-animation: btn_text_arrow 400ms ease-in forwards;
  -moz-animation: btn_text_arrow 400ms ease-in forwards;
  animation: btn_text_arrow 400ms ease-in forwards;
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  animation-delay: 0ms;
}
.btn-text.btn-secondary:after {
  color: #ffcb03;
}
[data-icon="close"] span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
[data-icon="close"] span:before,
[data-icon="close"] span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 3px;
  transform-origin: 0 0;
  background: #9b288c;
}
[data-icon="close"] span:before {
  transform: rotate(45deg) translate(-50%, -50%);
}
[data-icon="close"] span:after {
  transform: rotate(-45deg) translate(-50%, -50%);
}
[data-icon="hamburger"] span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 3px;
  transform: translate(-50%, -50%);
  background: #9b288c;
}
[data-icon="hamburger"] span:before,
[data-icon="hamburger"] span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  transform-origin: 0 0;
  background: #9b288c;
}
[data-icon="hamburger"] span:before {
  bottom: 7.5px;
}
[data-icon="hamburger"] span:after {
  top: 7.5px;
}
[data-icon="plus-minus"] span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
[data-icon="plus-minus"] span:before,
[data-icon="plus-minus"] span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 3px;
  transform-origin: 0 0;
  background: #9b288c;
}
[data-icon="plus-minus"] span:before {
  transform: translate(-50%, -50%);
}
[data-icon="plus-minus"] span:after {
  transform: rotate(90deg) translate(-50%, -50%);
}
[data-form] {
  position: relative;
  display: inline-block;
}
[data-form] input {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  z-index: 1;
}
[data-form] label {
  position: relative;
  display: inline-block;
  z-index: 2;
}
[data-form="radio"] {
  margin-right: 8px;
}
[data-form="radio"] label {
  font-family: "Gotham", sans-serif;
  font-size: 13px;
  font-weight: 400;
  padding: 17px 20px 13px 43px;
  border: 1px solid #ededed;
  background: #fff;
}
[data-form="radio"] label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  width: 17px;
  height: 17px;
  transform: translateY(-50%);
  border: 1px solid #ededed;
  border-radius: 100%;
  background: #fff;
  transition: all 300ms ease-in;
  will-change: border background;
}
[data-form="radio"] input:checked + label:before {
  border: 1px solid #9b288c;
  background: #9b288c;
}
table {
  width: 100%;
}
table thead tr {
  background: #9b288c;
}
table thead th {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 30px;
  color: #fff;
}
table thead th .book {
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  font-weight: 400;
  padding-top: 4px;
  display: block;
}
table tbody tr:nth-child(odd) {
  background: #e6e6e6;
}
table tbody tr:nth-child(even) {
  background: #eee;
}
table tbody td {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 30px;
  text-align: center;
}
#page-content {
  margin: auto;
  max-width: 1920px;
  overflow: hidden;
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  #page-content {
    background-color: white;
  }
}
.page-content > div[id] > div > article {
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .page-content > div[id] > div > article {
    padding: 0 25px;
    max-width: 100%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1800px) {
  .page-content > div[id] > div > article {
    padding: 0 15px;
    max-width: 1366px;
  }
}
@media screen and (min-width: 1800px) and (max-width: 9999px) {
  .page-content > div[id] > div > article {
    padding: 0 30px;
    max-width: 1366px;
  }
  [data-page-id="PatientCare"] #entyvioconnect_contact [data-only*="desktop"] {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  header[data-device="mobile"] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    box-shadow: 0 0 5px 2px rgba(155, 40, 140, 0.25);
    background: #fff;
    transition: top 300ms ease-in;
    will-change: top;
  }
  header[data-device="mobile"] > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
  }
  header[data-device="mobile"] > div.for-us-hcp {
    height: 30px;
    background: #f4e8f3;
  }
  header[data-device="mobile"] .pushdown {
    height: unset;
  }
  header[data-device="mobile"] .pushdown .container {
    margin: 0 auto;
    width: 100%;
  }
  header[data-device="mobile"] .pushdown .container .flex-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
    height: 70px;
  }
  header[data-device="mobile"]
    .pushdown
    .container
    .flex-container
    .description {
    color: #9b288c;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    letter-spacing: -1px;
    padding-right: 10px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 959px) and (min-width: 360px) and (max-width: 374px) {
  header[data-device="mobile"]
    .pushdown
    .container
    .flex-container
    .description {
    font-size: 13px;
  }
}
@media screen and (max-width: 959px) {
  header[data-device="mobile"]
    .pushdown
    .container
    .flex-container
    .btn.btn-primary {
    padding: 10px 8px;
    width: 182px;
    min-width: 182px;
    text-align: center;
    height: fit-content;
  }
  header[data-device="mobile"] .pushdown.hidden {
    display: none;
  }
  header[data-device="mobile"] > div.for-us-hcp {
    font-family: "Gotham", sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    color: #9b288c;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
  }
  header[data-device="mobile"] > div.for-us-hcp p {
    margin-bottom: 0;
    width: 100%;
  }
  header[data-device="mobile"] .logo {
    margin-left: 25px;
    width: 140px;
    display: block;
  }
  header[data-device="mobile"] .logo img {
    width: 100%;
  }
  header[data-device="mobile"] button[data-mobile-menu] {
    position: relative;
    margin-right: 25px;
    width: 45px;
    height: 45px;
  }
  header[data-device="mobile"] button[data-mobile-menu] span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 3px;
    transform: translate(-50%, -50%);
    background: #9b288c;
  }
  header[data-device="mobile"] button[data-mobile-menu] span:before,
  header[data-device="mobile"] button[data-mobile-menu] span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 25px;
    height: 3px;
    transform-origin: 0 0;
    background: #9b288c;
  }
  header[data-device="mobile"] button[data-mobile-menu] span:before {
    bottom: 7.5px;
  }
  header[data-device="mobile"] button[data-mobile-menu] span:after {
    top: 7.5px;
  }
  header[data-device="mobile"] .eyebrow {
    height: auto;
  }
  header[data-device="mobile"] .eyebrow ul {
    list-style-type: none;
    margin: 0 10px 10px 10px;
    display: flex;
    justify-content: space-between;
  }
  header[data-device="mobile"] .eyebrow li {
    position: relative;
    padding: 0 10px;
    text-align: center;
  }
  header[data-device="mobile"] .eyebrow li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 25px;
    background: #9b288c;
  }
  header[data-device="mobile"] .eyebrow li a {
    font-family: "Gotham", sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #9b288c;
    text-decoration: none;
  }
  header[data-device="mobile"] .eyebrow li:last-child:after {
    content: none;
  }
  html[data-mobile-menu-expanded="true"] {
    overflow: hidden;
  }
  html.scroll-state-down header[data-device="mobile"] {
    top: -226px;
    box-shadow: 0 0 0 0 rgba(155, 40, 140, 0.25);
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  header[data-device="desktop"] .pushdown .flex-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 950px;
    padding: 11px 0;
  }
  header[data-device="desktop"] .pushdown .flex-container .description {
    color: #9b288c;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    padding-right: 40px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 960px) and (max-width: 985px) {
  header[data-device="desktop"] .pushdown .flex-container .description {
    font-size: 15px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  header[data-device="desktop"] .pushdown .flex-container .btn.btn-primary {
    padding: 14px 13px;
    width: 192px;
    text-align: center;
    height: fit-content;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  header[data-device="desktop"] .eyebrow {
    position: relative;
    padding: 0 40px;
    min-height: 38px;
    overflow: hidden;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 960px) and (max-width: 1250px) {
  header[data-device="desktop"] .eyebrow {
    padding: 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  header[data-device="desktop"] .eyebrow:before,
  header[data-device="desktop"] .eyebrow:after {
    content: "";
    position: absolute;
    top: 0;
    width: calc(50% + 2px);
    height: 100%;
  }
  header[data-device="desktop"] .eyebrow:before {
    right: calc(50% - 1px);
    background: url(../images/backgrounds/purple-gradient.svg) top right
      no-repeat;
    background-size: cover;
  }
  header[data-device="desktop"] .eyebrow:after {
    left: calc(50% - 1px);
    background: url(../images/backgrounds/gray-gradient.svg) top left no-repeat;
    background-size: cover;
  }
  header[data-device="desktop"] .eyebrow nav {
    position: relative;
    margin-top: 14px;
    z-index: 2;
  }
  header[data-device="desktop"] .eyebrow ul {
    margin: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 960px) and (max-width: 1250px) {
  header[data-device="desktop"] .eyebrow ul {
    align-items: center;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  header[data-device="desktop"] .eyebrow ul:nth-child(1) {
    padding-right: 23px;
  }
  header[data-device="desktop"] .eyebrow ul:nth-child(2) {
    padding-left: 23px;
  }
  header[data-device="desktop"] .eyebrow ul li {
    font-family: "Gotham", sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 0 0 8px 0;
    text-transform: uppercase;
    color: #000;
  }
  header[data-device="desktop"] .eyebrow ul li a {
    color: #fff;
    text-decoration: none;
  }
  header[data-device="desktop"] .eyebrow ul li a.hover,
  header[data-device="desktop"] .eyebrow ul li a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  header[data-device="desktop"] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 5px 2px rgba(155, 40, 140, 0.25);
    z-index: 11;
    transition: top 300ms ease-in;
    will-change: top;
  }
  header[data-device="desktop"] > div {
    background: #fff;
  }
  header[data-device="desktop"] > div > div > .container {
    margin: auto;
    width: 100%;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) and (max-width: 959px) {
  header[data-device="desktop"] > div > div > .container {
    padding: 0 25px;
    max-width: 100%;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 960px) and (max-width: 1800px) {
  header[data-device="desktop"] > div > div > .container {
    padding: 0 15px;
    max-width: 1366px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 1800px) and (max-width: 9999px) {
  header[data-device="desktop"] > div > div > .container {
    padding: 0 30px;
    max-width: 1366px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  header[data-device="desktop"] .main-nav {
    padding: 0 32px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 960px) and (max-width: 1250px) {
  header[data-device="desktop"] .main-nav {
    padding: 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  header[data-device="desktop"] .main-nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header[data-device="desktop"] .main-nav .container .logo-container {
    flex: 0 0 176px;
    max-width: 176px;
  }
  header[data-device="desktop"] .main-nav .logo {
    width: 100%;
    display: block;
  }
  header[data-device="desktop"] .main-nav .logo img {
    width: 100%;
  }
  header[data-device="desktop"] .main-nav .hcp-text,
  header[data-device="desktop"] .main-nav button[data-mobile-menu] {
    display: none;
  }
  html.scroll-state-down header[data-device="desktop"] {
    top: -125px;
    box-shadow: 0 0 0 0 rgba(155, 40, 140, 0.25);
  }
  html.scroll-state-down[data-page-id="Home"] header[data-device="desktop"] {
    top: -190px;
  }
}
@media screen and (max-width: 959px) {
  header[data-device="desktop"] {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 6;
    transition: left 300ms ease-in-out;
    will-change: left;
  }
  header[data-device="desktop"] > div {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background: #fff;
  }
  header[data-device="desktop"] > div > .container {
    padding: 0;
  }
  header[data-device="desktop"] .eyebrow {
    order: 2;
  }
  header[data-device="desktop"] .eyebrow [data-row] {
    margin: 0;
  }
  header[data-device="desktop"] .main-nav {
    order: 1;
  }
  header[data-device="desktop"] ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  header[data-device="desktop"] ul > li {
    margin: 0;
    padding: 0;
  }
  header[data-device="desktop"] .hcp-text {
    font-family: "Gotham", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #9b288c;
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    background: #f4e8f3;
  }
  header[data-device="desktop"] .hcp-text p {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  header[data-device="desktop"] .logo-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
  }
  header[data-device="desktop"] .logo-container .logo {
    margin-left: 25px;
    width: 140px;
    display: block;
  }
  header[data-device="desktop"] .logo-container .logo img {
    width: 100%;
  }
  header[data-device="desktop"] .logo-container button[data-mobile-menu] {
    position: relative;
    margin-right: 25px;
    width: 45px;
    height: 45px;
  }
  header[data-device="desktop"] .logo-container button[data-mobile-menu] span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 25px;
    transform: translate(-50%, -50%);
  }
  header[data-device="desktop"]
    .logo-container
    button[data-mobile-menu]
    span:before,
  header[data-device="desktop"]
    .logo-container
    button[data-mobile-menu]
    span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 3px;
    transform-origin: 0 0;
    background: #9b288c;
  }
  header[data-device="desktop"]
    .logo-container
    button[data-mobile-menu]
    span:before {
    transform: rotate(45deg) translate(-50%, -50%);
  }
  header[data-device="desktop"]
    .logo-container
    button[data-mobile-menu]
    span:after {
    transform: rotate(-45deg) translate(-50%, -50%);
  }
  header[data-device="desktop"] .main-nav nav {
    border-top: 1px solid #9b288c;
  }
  header[data-device="desktop"] .main-nav nav > ul > li {
    position: relative;
  }
  header[data-device="desktop"] .main-nav nav a {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 21px 25px;
    width: 100%;
    min-height: 59px;
    display: block;
    color: #9b288c;
    text-decoration: none;
    border-bottom: 1px solid #9b288c;
  }
  header[data-device="desktop"] .main-nav nav a em.vs {
    text-transform: lowercase;
    font-style: normal;
  }
  header[data-device="desktop"] .main-nav nav button[aria-expanded] {
    position: absolute;
    top: 0;
    right: 0;
    width: 59px;
    height: 59px;
  }
  header[data-device="desktop"] .main-nav nav button[aria-expanded]:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    display: block;
    transform-origin: 0 0;
    transform: rotate(0deg) translate(-50%, -50%);
    background: url("../images/icons/main-nav-down-arrow.svg") 50% 50% no-repeat;
    background-size: 14px 10px;
    transition: all 300ms ease-in-out;
    will-change: transform;
  }
  header[data-device="desktop"] .main-nav nav li > .subnav {
    display: none;
  }
  header[data-device="desktop"] .main-nav nav li > .subnav.clinicalefficacy h3 {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 25px 25px 0 25px;
    color: #9b288c;
  }
  header[data-device="desktop"]
    .main-nav
    nav
    li
    > .subnav.clinicalefficacy
    ul
    li {
    margin-left: 37px;
  }
  header[data-device="desktop"]
    .main-nav
    nav
    li
    > .subnav.clinicalefficacy
    ul
    li:last-child
    a {
    border-bottom: none;
  }
  header[data-device="desktop"]
    .main-nav
    nav
    li
    > .subnav.clinicalefficacy
    ul
    a {
    padding-left: 0;
    padding-right: 0;
    letter-spacing: -1px;
  }
  header[data-device="desktop"]
    .main-nav
    nav
    li
    > .subnav.clinicalefficacy
    .uc {
    border-bottom: 1px solid #9b288c;
  }
  header[data-device="desktop"]
    .main-nav
    nav
    li
    > .subnav.clinicalefficacy
    .cd {
    border-bottom: 1px solid #9b288c;
  }
  header[data-device="desktop"]
    .main-nav
    nav
    li
    > .subnav.clinicalefficacy
    .cd
    ul
    li
    a {
    border-bottom: 0;
  }
  header[data-device="desktop"] .main-nav nav li.active,
  header[data-device="desktop"] .main-nav nav li.open {
    overflow: hidden;
  }
  header[data-device="desktop"] .main-nav nav li.active > a,
  header[data-device="desktop"] .main-nav nav li.open > a {
    background: #ffcb03;
  }
  header[data-device="desktop"]
    .main-nav
    nav
    li.active
    button[aria-expanded]:before,
  header[data-device="desktop"]
    .main-nav
    nav
    li.open
    button[aria-expanded]:before {
    transform: rotate(-180deg) translate(-50%, -50%);
  }
  header[data-device="desktop"] .main-nav nav li.active .subnav,
  header[data-device="desktop"] .main-nav nav li.open .subnav {
    display: block;
    background: #ffcb03;
    -webkit-animation: mobile_nav_expand 300ms ease-in forwards;
    -moz-animation: mobile_nav_expand 300ms ease-in forwards;
    animation: mobile_nav_expand 300ms ease-in forwards;
    -webkit-animation-delay: 0ms;
    -moz-animation-delay: 0ms;
    animation-delay: 0ms;
  }
  header[data-device="desktop"] .main-nav nav li.active li.active a,
  header[data-device="desktop"] .main-nav nav li.open li.active a {
    text-decoration: underline;
  }
  header[data-device="desktop"] .eyebrow {
    padding: 14px 0;
  }
  header[data-device="desktop"] .eyebrow a {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 14px 25px;
    display: block;
    color: #9b288c;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
  }
  header[data-device="desktop"] .eyebrow .hcp-site {
    display: none;
  }
  .mobile-menu-active header[data-device="desktop"] {
    left: 0;
  }
  .mobile-menu-active .pushdown {
    display: none;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  header[data-device="desktop"] .main-nav nav {
    margin-right: -15px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 960px) and (max-width: 1250px) {
  header[data-device="desktop"] .main-nav nav {
    margin-right: 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  header[data-device="desktop"] .main-nav nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 100%;
    display: flex;
    justify-content: flex-end;
  }
  header[data-device="desktop"] .main-nav nav ul > li {
    margin: 0;
    padding: 0;
  }
  header[data-device="desktop"] .main-nav nav a {
    color: #9b288c;
  }
  header[data-device="desktop"] .main-nav nav > ul > li,
  header[data-device="desktop"] .main-nav nav > ul > li > a {
    height: 100%;
    display: flex;
    align-items: center;
  }
  header[data-device="desktop"] .main-nav nav > ul > li > a {
    padding: 15px 35px;
    height: 79px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 960px) and (max-width: 1250px) {
  header[data-device="desktop"] .main-nav nav > ul > li > a {
    padding: 15px 17px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  header[data-device="desktop"] .main-nav nav li.has-submenu {
    position: relative;
  }
  header[data-device="desktop"] .main-nav nav li.has-submenu button {
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 100%;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 960px) and (max-width: 1250px) {
  header[data-device="desktop"] .main-nav nav li.has-submenu button {
    right: 3px;
    width: 12px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  header[data-device="desktop"] .main-nav nav li.has-submenu > a {
    font-size: 14px;
  }
  header[data-device="desktop"] .main-nav nav li.has-submenu > a span {
    position: relative;
  }
  header[data-device="desktop"] .main-nav nav li.has-submenu > a span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    width: 14px;
    height: 10px;
    transform: translateY(-50%) rotate(0deg);
    transform-origin: 50% 50%;
    background: url("../images/icons/main-nav-down-arrow.svg") no-repeat;
    background-size: 14px 10px;
    transition: transform 300ms ease-in-out;
    will-change: top;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 960px) and (max-width: 1250px) {
  header[data-device="desktop"] .main-nav nav li.has-submenu > a span:after {
    right: -19px;
    background-size: 10px 12px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  header[data-device="desktop"] .main-nav nav li.has-submenu .subnav {
    display: none;
  }
  header[data-device="desktop"] .main-nav nav li.has-submenu .subnav {
    position: absolute;
    top: 75px;
    z-index: 3;
  }
  header[data-device="desktop"] .main-nav nav li.has-submenu .subnav:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 200vw;
    height: 100%;
    transform: translate(-50%);
    z-index: 1;
    background: #ffcb03;
  }
  header[data-device="desktop"] .main-nav nav li.has-submenu .subnav > div,
  header[data-device="desktop"] .main-nav nav li.has-submenu .subnav > ul {
    position: relative;
    z-index: 2;
  }
  header[data-device="desktop"]
    .main-nav
    nav
    li.has-submenu
    .subnav.clinicalefficacy {
    left: -60px;
    width: 670px;
  }
  header[data-device="desktop"]
    .main-nav
    nav
    li.has-submenu
    .subnav.clinicalefficacy
    > div {
    flex: 0 0 50%;
    max-width: 50%;
  }
  header[data-device="desktop"]
    .main-nav
    nav
    li.has-submenu
    .subnav.clinicalefficacy
    ul {
    display: block;
  }
  header[data-device="desktop"]
    .main-nav
    nav
    li.has-submenu
    .subnav.clinicalefficacy
    ul
    li {
    margin-bottom: 25px;
  }
  header[data-device="desktop"]
    .main-nav
    nav
    li.has-submenu
    .subnav.clinicalefficacy
    h3 {
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 25px;
    padding: 22px 40px 15px 0;
    color: #9b288c;
    display: inline-block;
    border-bottom: 1px solid #9b288c;
  }
  header[data-device="desktop"] .main-nav nav li.has-submenu .subnav.resources {
    left: -480px;
    width: 310px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 960px) and (max-width: 1250px) {
  header[data-device="desktop"] .main-nav nav li.has-submenu .subnav.resources {
    left: -410px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  header[data-device="desktop"]
    .main-nav
    nav
    li.has-submenu
    .subnav.resources
    ul {
    display: block;
    margin-right: 60px;
  }
  header[data-device="desktop"]
    .main-nav
    nav
    li.has-submenu
    .subnav.resources
    ul
    li {
    margin-bottom: 25px;
  }
  header[data-device="desktop"]
    .main-nav
    nav
    li.has-submenu
    .subnav.resources
    h3 {
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 25px;
    padding: 22px 40px 15px 0;
    color: #9b288c;
    display: inline-block;
    border-bottom: 1px solid #9b288c;
  }
  header[data-device="desktop"]
    .main-nav
    nav
    li.has-submenu
    .subnav.resources
    h3
    a.active,
  header[data-device="desktop"]
    .main-nav
    nav
    li.has-submenu
    .subnav.resources
    h3
    a.hover,
  header[data-device="desktop"]
    .main-nav
    nav
    li.has-submenu
    .subnav.resources
    h3
    a:hover {
    text-decoration: underline;
  }
  header[data-device="desktop"] .main-nav nav li.has-submenu .subnav li {
    position: relative;
    z-index: 2;
  }
  header[data-device="desktop"] .main-nav nav li.has-submenu .subnav li a {
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
  }
  header[data-device="desktop"]
    .main-nav
    nav
    li.has-submenu
    .subnav
    li
    a
    em.vs {
    text-transform: lowercase;
    font-style: normal;
  }
  header[data-device="desktop"]
    .main-nav
    nav
    li.has-submenu
    .subnav
    li
    a.active,
  header[data-device="desktop"] .main-nav nav li.has-submenu .subnav li a.hover,
  header[data-device="desktop"]
    .main-nav
    nav
    li.has-submenu
    .subnav
    li
    a:hover {
    text-decoration: underline;
  }
  header[data-device="desktop"]
    .main-nav
    nav
    li.has-submenu
    .subnav
    li.active
    a {
    text-decoration: underline;
  }
  header[data-device="desktop"] .main-nav nav a {
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #9b288c;
    text-decoration: none;
  }
  header[data-device="desktop"] .main-nav nav a.hover,
  header[data-device="desktop"] .main-nav nav a:hover {
    background: #ffcb03;
  }
  header[data-device="desktop"] .main-nav nav li.active a {
    background: #ffcb03;
  }
  header[data-device="desktop"] .main-nav li.has-submenu.open > a,
  header[data-device="desktop"] .main-nav li.has-submenu:hover > a {
    background: #ffcb03;
  }
  header[data-device="desktop"] .main-nav li.has-submenu.open > a span:after,
  header[data-device="desktop"] .main-nav li.has-submenu:hover > a span:after {
    transform: translateY(-50%) rotate(-180deg);
  }
  header[data-device="desktop"] .main-nav li.has-submenu.open .subnav,
  header[data-device="desktop"] .main-nav li.has-submenu:hover .subnav {
    display: flex;
  }
}
@-webkit-keyframes mobile_nav_expand {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 800px;
  }
}
@-moz-keyframes mobile_nav_expand {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 800px;
  }
}
@keyframes mobile_nav_expand {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 800px;
  }
}
@-webkit-keyframes main_nav_hover {
  0% {
    top: 50%;
  }
  50% {
    top: calc(50% + 4px);
  }
  100% {
    top: 50%;
  }
}
@-moz-keyframes main_nav_hover {
  0% {
    top: 50%;
  }
  50% {
    top: calc(50% + 4px);
  }
  100% {
    top: 50%;
  }
}
@keyframes main_nav_hover {
  0% {
    top: 50%;
  }
  50% {
    top: calc(50% + 4px);
  }
  100% {
    top: 50%;
  }
}
#hero {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  #hero {
    margin-top: 132px;
    height: 215px;
  }
}
@media screen and (min-width: 0px) and (max-width: 374px) {
  #hero {
    margin-top: 157px;
  }
}
@media screen and (min-width: 375px) and (max-width: 575px) {
  #hero {
    margin-top: 144px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  #hero {
    min-height: 736px;
    max-height: 736px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1250px) {
  #hero {
    min-height: 700px;
    max-height: 700px;
  }
}
#hero:before,
#hero:after {
  content: "";
  position: absolute;
  top: 0;
  width: calc(50% + 2px);
  height: 100%;
}
#hero:before {
  right: calc(50% - 1px);
  background: url(../images/backgrounds/purple-gradient.svg) top right no-repeat;
  background-size: cover;
}
#hero:after {
  left: calc(50% - 1px);
  background: url(../images/backgrounds/gray-gradient.svg) top left no-repeat;
  background-size: cover;
}
#hero > div > picture > img,
#hero > div > picture,
#hero > div > .image-left-banner,
#hero > div > .image-left-banner > img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 2;
}
#hero > div > article + picture > img,
#hero > div > article + picture,
#hero > div > .image-right-banner,
#hero > div > .image-right-banner > img {
  right: 0;
  left: auto;
}
#hero > div > picture img,
#hero > div > .image-left-banner > img,
#hero > div > .image-right-banner > img {
  width: auto;
}
#hero > div > article {
  z-index: 3;
}
@media screen and (max-width: 959px) {
  #hero > div > article {
    position: relative;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  #hero > div > article {
    position: relative;
  }
}
@media screen and (max-width: 959px) {
  #hero > div > article .extra-list p sup {
    top: -4px;
    font-size: 9px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  #hero > div > article .extra-list p sup {
    top: -5px;
    font-size: 10px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="Home"] #hero {
    max-width: 1440px;
    min-height: 766px;
    background: white;
    margin: auto;
  }
}
@media screen and (min-width: 1250px) and (max-width: 1320px) {
  [data-page-id="Home"] #hero {
    min-height: 756px;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1249px) {
  [data-page-id="Home"] #hero {
    min-height: 746px;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1139px) {
  [data-page-id="Home"] #hero {
    min-height: 696px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1099px) {
  [data-page-id="Home"] #hero {
    min-height: 686px;
  }
}
@media screen and (min-width: 959px) and (max-width: 1024px) {
  [data-page-id="Home"] #hero {
    min-height: 660px;
    margin-top: 120px;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="Home"] #hero {
    height: 420px;
  }
}
@media screen and (min-width: 0px) and (max-width: 374px) {
  [data-page-id="Home"] #hero {
    height: 390px;
  }
}
[data-page-id="Home"] #hero > div > picture > img,
[data-page-id="Home"] #hero > div > picture {
  bottom: -70px;
}
@media screen and (max-width: 959px) {
  [data-page-id="Home"] #hero > div > picture > img,
  [data-page-id="Home"] #hero > div > picture {
    bottom: 58px;
    height: 80%;
  }
}
@media screen and (min-width: 415px) and (max-width: 768px) {
  [data-page-id="Home"] #hero > div > picture > img,
  [data-page-id="Home"] #hero > div > picture {
    bottom: 0;
    height: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  [data-page-id="Home"] #hero > div > picture > img,
  [data-page-id="Home"] #hero > div > picture {
    bottom: 0;
    height: 100%;
  }
}
[data-page-id="Home"] #hero > div > article {
  top: 173px;
  text-align: center;
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="Home"] #hero > div > article {
    /* min-height: 440px;
    position: absolute; */
    min-height: auto;
    position: relative;
    left: 0;
    /* top: 240px; */
    top: 0;
    max-width: 1440px !important;
  }
}
/* @media screen and (min-width: 959px) and (max-width: 1024px) {
  [data-page-id="Home"] #hero > div > article {
    top: 160px;
  }
} */
@media screen and (max-width: 959px) {
  [data-page-id="Home"] #hero > div > article {
    position: static;
  }
}
[data-page-id="Home"] #hero > div > article > div {
  margin: auto;
}
@media screen and (max-width: 959px) {
  [data-page-id="Home"] #hero > div > article > div {
    position: static;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="Home"] #hero > div > article > div {
    position: relative;
    left: 60px;
    width: 900px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1250px) {
  [data-page-id="Home"] #hero > div > article > div {
    left: 48px;
    width: 700px;
  }
}
[data-page-id="Home"] #hero > div > article .btn.btn-secondary {
  position: absolute;
  bottom: 10px;
  left: 7.7%;
  font-weight: 500;
  text-transform: initial;
  padding: 13px 11px;
  line-height: 18px;
}
@media screen and (min-width: 960px) and (max-width: 1250px) {
  [data-page-id="Home"] #hero > div > article .btn.btn-secondary {
    left: -2%;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="Home"] #hero > div > article .btn.btn-secondary {
    bottom: initial;
    top: 140px;
    left: 50%;
    font-size: 12px;
    z-index: 3;
    padding: 10px;
    transform: translateX(-50%);
    line-height: 16px;
  }
}
@media screen and (min-width: 415px) and (max-width: 768px) {
  [data-page-id="Home"] #hero > div > article .btn.btn-secondary {
    width: 248px;
    top: 150px;
  }
}
@media screen and (min-width: 375px) and (max-width: 415px) {
  [data-page-id="Home"] #hero > div > article .btn.btn-secondary {
    width: 248px;
    padding: 8px;
  }
}
@media screen and (min-width: 0px) and (max-width: 374px) {
  [data-page-id="Home"] #hero > div > article .btn.btn-secondary {
    width: 230px;
    padding: 5px;
    font-size: 11px;
  }
}
[data-page-id="Home"] #hero > div > article .btn.btn-secondary sup {
  line-height: 0;
  top: -7px;
}
@media screen and (max-width: 959px) {
  [data-page-id="Home"] #hero > div > article .btn.btn-secondary sup {
    top: -5px;
  }
}
[data-page-id="Home"] #hero > div > article > div + div {
  position: relative;
  width: calc(900px / 2);
  left: calc(900px / 4 - 10px);
}
@media screen and (max-width: 959px) {
  [data-page-id="Home"] #hero > div > article .extra-list {
    position: absolute;
    left: 0;
    bottom: 15px;
    padding: 15px 25px 0;
    width: 100%;
    z-index: 3;
    background: #fff;
  }
}
@media screen and (min-width: 1185px) and (max-width: 1250px) {
  [data-page-id="Home"] #hero > div > article .extra-list {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1184px) {
  [data-page-id="Home"] #hero > div > article .extra-list {
    padding-right: 60px;
    margin-top: -10px;
  }
}
@media screen and (min-width: 1040px) and (max-width: 1099px) {
  [data-page-id="Home"] #hero > div > article .extra-list {
    padding-right: 70px;
    margin-top: -10px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1039px) {
  [data-page-id="Home"] #hero > div > article .extra-list {
    padding-right: 70px;
    margin-top: -15px;
  }
}
@media screen and (min-width: 960px) and (max-width: 999px) {
  [data-page-id="Home"] #hero > div > article .extra-list {
    padding-right: 70px;
    margin-top: -20px;
  }
}
[data-page-id="Home"] #hero > div > article .extra-list ul {
  list-style-type: none;
  text-align: left;
}
@media screen and (max-width: 959px) {
  [data-page-id="Home"] #hero > div > article .extra-list ul {
    margin: 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="Home"] #hero > div > article .extra-list ul {
    margin: 10px 0 0 15px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1250px) {
  [data-page-id="Home"] #hero > div > article .extra-list ul {
    margin-top: 0;
  }
}
[data-page-id="Home"] #hero > div > article .extra-list ul li {
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (min-width: 1090px) and (max-width: 1139px) {
  [data-page-id="Home"] #hero > div > article .extra-list ul li {
    margin-bottom: 10px;
    font-size: 11px;
  }
}
@media screen and (min-width: 1040px) and (max-width: 1089px) {
  [data-page-id="Home"] #hero > div > article .extra-list ul li {
    margin-bottom: 10px;
    font-size: 11px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1039px) {
  [data-page-id="Home"] #hero > div > article .extra-list ul li {
    margin-bottom: 5px;
    font-size: 11px;
  }
}
[data-page-id="Home"] #hero > div > article h1 {
  position: relative;
  margin: 0 auto 110px auto;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  display: inline-block;
}
@media screen and (max-width: 959px) {
  [data-page-id="Home"] #hero > div > article h1 {
    font-family: "Knockout", sans-serif;
    font-size: 25px;
    font-weight: 200;
    left: 17px;
    margin-top: 45px;
    margin-bottom: 0;
    line-height: 21px;
    z-index: 3;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="Home"] #hero > div > article h1 {
    font-family: "Knockout", sans-serif;
    font-size: 94px;
    font-weight: 200;
    line-height: 82px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1250px) {
  [data-page-id="Home"] #hero > div > article h1 {
    font-family: "Knockout", sans-serif;
    font-size: 80px;
    font-weight: 200;
    line-height: 70px;
  }
}
[data-page-id="Home"] #hero > div > article h1 strong {
  color: #9b288c;
}
@media screen and (max-width: 959px) {
  [data-page-id="Home"] #hero > div > article h1 strong {
    font-family: "Knockout", sans-serif;
    font-size: 25px;
    font-weight: 800;
    padding-left: 10px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="Home"] #hero > div > article h1 strong {
    font-family: "Knockout", sans-serif;
    font-size: 93px;
    font-weight: 800;
    padding-left: 30px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1250px) {
  [data-page-id="Home"] #hero > div > article h1 strong {
    font-family: "Knockout", sans-serif;
    font-size: 78px;
    font-weight: 800;
    padding-left: 20px;
  }
}
[data-page-id="Home"] #hero > div > article h1 strong.super {
  position: absolute;
  line-height: 0;
}
@media screen and (max-width: 959px) {
  [data-page-id="Home"] #hero > div > article h1 strong.super {
    font-family: "Knockout", sans-serif;
    font-size: 65px;
    font-weight: 400;
    bottom: -1px;
    right: 2px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="Home"] #hero > div > article h1 strong.super {
    font-family: "Knockout", sans-serif;
    font-size: 255px;
    font-weight: 400;
    bottom: -6px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1250px) {
  [data-page-id="Home"] #hero > div > article h1 strong.super {
    font-family: "Knockout", sans-serif;
    font-size: 205px;
    font-weight: 400;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1230px) {
  [data-page-id="Home"] #indication_bar {
    top: -40px;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1199px) {
  [data-page-id="Home"] #indication_bar {
    top: -40px;
  }
}
@media screen and (min-width: 1090px) and (max-width: 1139px) {
  [data-page-id="Home"] #indication_bar {
    top: -30px;
  }
}
@media screen and (min-width: 1040px) and (max-width: 1089px) {
  [data-page-id="Home"] #indication_bar {
    top: -10px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1039px) {
  [data-page-id="Home"] #indication_bar {
    top: -20px;
  }
}
[data-page-id="Home"] .video-js {
  display: none;
}
[data-page-category="ClinicalEfficacy"] #hero > div > article,
[data-page-category="SafetyProfile"] #hero > div > article,
[data-page-category="DosingAdministration"] #hero > div > article,
[data-page-category="MechanismOfAction"] #hero > div > article,
[data-page-category="AccessSupport"] #hero > div > article,
[data-page-category="Resources"] #hero > div > article {
  display: flex;
}
[data-page-category="ClinicalEfficacy"] #hero > div > article > div,
[data-page-category="SafetyProfile"] #hero > div > article > div,
[data-page-category="DosingAdministration"] #hero > div > article > div,
[data-page-category="MechanismOfAction"] #hero > div > article > div,
[data-page-category="AccessSupport"] #hero > div > article > div,
[data-page-category="Resources"] #hero > div > article > div {
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (max-width: 959px) {
  [data-page-category="ClinicalEfficacy"] #hero > div > article > div,
  [data-page-category="SafetyProfile"] #hero > div > article > div,
  [data-page-category="DosingAdministration"] #hero > div > article > div,
  [data-page-category="MechanismOfAction"] #hero > div > article > div,
  [data-page-category="AccessSupport"] #hero > div > article > div,
  [data-page-category="Resources"] #hero > div > article > div {
    padding: 0 8px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="ClinicalEfficacy"] #hero > div > article > div,
  [data-page-category="SafetyProfile"] #hero > div > article > div,
  [data-page-category="DosingAdministration"] #hero > div > article > div,
  [data-page-category="MechanismOfAction"] #hero > div > article > div,
  [data-page-category="AccessSupport"] #hero > div > article > div,
  [data-page-category="Resources"] #hero > div > article > div {
    padding: 0 20px;
  }
}
[data-page-category="ClinicalEfficacy"] #hero > div > article h1,
[data-page-category="SafetyProfile"] #hero > div > article h1,
[data-page-category="DosingAdministration"] #hero > div > article h1,
[data-page-category="MechanismOfAction"] #hero > div > article h1,
[data-page-category="AccessSupport"] #hero > div > article h1,
[data-page-category="Resources"] #hero > div > article h1 {
  position: relative;
  text-align: right;
  color: #fff;
  text-transform: uppercase;
}
[data-page-category="ClinicalEfficacy"] #hero > div > article h2,
[data-page-category="SafetyProfile"] #hero > div > article h2,
[data-page-category="DosingAdministration"] #hero > div > article h2,
[data-page-category="MechanismOfAction"] #hero > div > article h2,
[data-page-category="AccessSupport"] #hero > div > article h2,
[data-page-category="Resources"] #hero > div > article h2 {
  text-transform: uppercase;
  color: #9b288c;
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="GeminiTrial"] #hero > div > picture:nth-child(1) > img {
    bottom: -30px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="GeminiTrial"] #hero > div > article > div {
    margin-top: 245px;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="GeminiTrial"] #hero > div > article h1 {
    font-family: "Gotham", sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin-top: 60px;
    line-height: 24px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="GeminiTrial"] #hero > div > article h1 {
    font-family: "Gotham", sans-serif;
    font-size: 100px;
    font-weight: 700;
    margin-top: 21px;
    line-height: 48px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1250px) {
  [data-page-id="GeminiTrial"] #hero > div > article h1 {
    font-family: "Gotham", sans-serif;
    font-size: 74px;
    font-weight: 700;
    margin-top: 10px;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="GeminiTrial"] #hero > div > article h1 strong {
    font-family: "Gotham", sans-serif;
    font-size: 20px;
    font-weight: 600;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="GeminiTrial"] #hero > div > article h1 strong {
    font-family: "Gotham", sans-serif;
    font-size: 45px;
    font-weight: 600;
    line-height: 12px;
    position: relative;
    right: 5px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 1200px) and (max-width: 9999px) {
  [data-page-id="GeminiTrial"]
    #hero
    > div
    > article
    h1
    strong
    .special-breakpoint {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="GeminiTrial"] #hero > div > article h2 {
    font-family: "Gotham", sans-serif;
    font-size: 21px;
    font-weight: 400;
    margin-top: 58px;
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="GeminiTrial"] #hero > div > article h2 {
    font-family: "Gotham", sans-serif;
    font-size: 51px;
    font-weight: 400;
  }
}
@media screen and (min-width: 960px) and (max-width: 1250px) {
  [data-page-id="GeminiTrial"] #hero > div > article h2 {
    font-family: "Gotham", sans-serif;
    font-size: 46px;
    font-weight: 400;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="GeminiTrial"] #hero > div > article h2 strong {
    font-family: "Gotham", sans-serif;
    font-size: 21px;
    font-weight: 700;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="GeminiTrial"] #hero > div > article h2 strong {
    font-family: "Gotham", sans-serif;
    font-size: 62px;
    font-weight: 700;
  }
}
@media screen and (min-width: 960px) and (max-width: 1250px) {
  [data-page-id="GeminiTrial"] #hero > div > article h2 strong {
    font-family: "Gotham", sans-serif;
    font-size: 50px;
    font-weight: 700;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="ClinicalEfficacy"] #hero > div > picture:nth-child(1) > img,
  [data-page-id="VarsityTrial"] #hero > div > picture:nth-child(1) > img {
    bottom: -30px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="ClinicalEfficacy"] #hero > div > article > div,
  [data-page-id="VarsityTrial"] #hero > div > article > div {
    margin-top: 250px;
  }
}
[data-page-id="ClinicalEfficacy"] #hero > div > article h1,
[data-page-id="VarsityTrial"] #hero > div > article h1 {
  line-height: 0;
}
@media screen and (max-width: 959px) {
  [data-page-id="ClinicalEfficacy"] #hero > div > article h1 img,
  [data-page-id="VarsityTrial"] #hero > div > article h1 img {
    margin-top: 40px;
    width: 130px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="ClinicalEfficacy"] #hero > div > article h1 img,
  [data-page-id="VarsityTrial"] #hero > div > article h1 img {
    width: 440px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1250px) {
  [data-page-id="ClinicalEfficacy"] #hero > div > article h1 img,
  [data-page-id="VarsityTrial"] #hero > div > article h1 img {
    width: 330px;
  }
}
[data-page-id="ClinicalEfficacy"] #hero > div > article h1 span,
[data-page-id="VarsityTrial"] #hero > div > article h1 span {
  position: relative;
  font-style: italic;
}
@media screen and (max-width: 959px) {
  [data-page-id="ClinicalEfficacy"] #hero > div > article h1 span,
  [data-page-id="VarsityTrial"] #hero > div > article h1 span {
    font-family: "Gotham", sans-serif;
    font-size: 20px;
    font-weight: 600;
    top: -10px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="ClinicalEfficacy"] #hero > div > article h1 span,
  [data-page-id="VarsityTrial"] #hero > div > article h1 span {
    font-family: "Gotham", sans-serif;
    font-size: 45px;
    font-weight: 600;
    top: -30px;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="ClinicalEfficacy"] #hero > div > article h2,
  [data-page-id="VarsityTrial"] #hero > div > article h2 {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-top: 53px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="ClinicalEfficacy"] #hero > div > article h2,
  [data-page-id="VarsityTrial"] #hero > div > article h2 {
    font-family: "Gotham", sans-serif;
    font-size: 43px;
    font-weight: 400;
    margin-top: 70px;
  }
  [data-page-id="ClinicalEfficacy"] #hero > div > article h2.varsity,
  [data-page-id="VarsityTrial"] #hero > div > article h2.varsity {
    margin-top: 45px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1250px) {
  [data-page-id="ClinicalEfficacy"] #hero > div > article h2,
  [data-page-id="VarsityTrial"] #hero > div > article h2 {
    font-family: "Gotham", sans-serif;
    font-size: 37px;
    font-weight: 400;
    margin-top: 30px;
  }
  [data-page-id="ClinicalEfficacy"] #hero > div > article h2.varsity,
  [data-page-id="VarsityTrial"] #hero > div > article h2.varsity {
    margin-top: 34px;
  }
}
@media screen and (min-width: 1351px) and (max-width: 9999px) {
  [data-page-id="ClinicalEfficacy"]
    #hero
    > div
    > article
    h2.varsity
    .breakpoint,
  [data-page-id="VarsityTrial"] #hero > div > article h2.varsity .breakpoint {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="ClinicalEfficacy"] #hero > div > article h2 strong,
  [data-page-id="VarsityTrial"] #hero > div > article h2 strong {
    font-family: "Gotham", sans-serif;
    font-size: 17px;
    font-weight: 700;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="ClinicalEfficacy"] #hero > div > article h2 strong,
  [data-page-id="VarsityTrial"] #hero > div > article h2 strong {
    font-family: "Gotham", sans-serif;
    font-size: 43px;
    font-weight: 700;
  }
}
@media screen and (min-width: 960px) and (max-width: 1250px) {
  [data-page-id="ClinicalEfficacy"] #hero > div > article h2 strong,
  [data-page-id="VarsityTrial"] #hero > div > article h2 strong {
    font-family: "Gotham", sans-serif;
    font-size: 37px;
    font-weight: 700;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="CrohnsDisease"].page-content #hero {
    height: 282px;
  }
  [data-page-id="CrohnsDisease"].page-content #hero > div > picture {
    top: 0;
    bottom: auto;
    height: 215px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="CrohnsDisease"].page-content #hero > div > picture > img {
    bottom: -10px;
  }
}
[data-page-id="CrohnsDisease"].page-content #hero > div > article {
  flex-wrap: wrap;
}
@media screen and (max-width: 959px) {
  [data-page-id="CrohnsDisease"].page-content #hero > div > article {
    position: static;
    padding: 0;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="CrohnsDisease"].page-content #hero > div > article > div {
    position: relative;
    z-index: 3;
  }
  [data-page-id="CrohnsDisease"].page-content
    #hero
    > div
    > article
    > div:nth-child(1) {
    padding: 0 8px 0 calc(25px + 8px);
  }
  [data-page-id="CrohnsDisease"].page-content
    #hero
    > div
    > article
    > div:nth-child(2) {
    padding: 0 calc(25px + 8px) 0 8px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="CrohnsDisease"].page-content #hero > div > article > div {
    margin-top: 275px;
  }
}
[data-page-id="CrohnsDisease"].page-content #hero > div > article .extra-list {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  margin-top: 0;
}
@media screen and (max-width: 959px) {
  [data-page-id="CrohnsDisease"].page-content
    #hero
    > div
    > article
    .extra-list {
    font-family: "Gotham", sans-serif;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    padding: 15px 25px 10px 25px;
    background: #fff;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="CrohnsDisease"].page-content
    #hero
    > div
    > article
    .extra-list {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 260px 200px 0 calc(50% + 25px);
  }
}
@media screen and (min-width: 960px) and (max-width: 1250px) {
  [data-page-id="CrohnsDisease"].page-content
    #hero
    > div
    > article
    .extra-list {
    padding-top: 180px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1399px) {
  [data-page-id="CrohnsDisease"].page-content
    #hero
    > div
    > article
    .extra-list {
    padding: 220px 200px 40px calc(50% + 25px);
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="CrohnsDisease"].page-content #hero > div > article h1 {
    font-family: "Gotham", sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin-top: 60px;
    line-height: 24px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="CrohnsDisease"].page-content #hero > div > article h1 {
    font-family: "Gotham", sans-serif;
    font-size: 100px;
    font-weight: 700;
    margin-top: 1px;
    line-height: 88px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1250px) {
  [data-page-id="CrohnsDisease"].page-content #hero > div > article h1 {
    font-family: "Gotham", sans-serif;
    font-size: 74px;
    font-weight: 700;
    line-height: 65px;
    margin-top: 3px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 9999px) {
  [data-page-id="CrohnsDisease"].page-content
    #hero
    > div
    > article
    h1
    .breakpoint {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="CrohnsDisease"].page-content #hero > div > article h1 strong {
    font-family: "Gotham", sans-serif;
    font-size: 20px;
    font-weight: 600;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="CrohnsDisease"].page-content #hero > div > article h1 strong {
    font-family: "Gotham", sans-serif;
    font-size: 45px;
    font-weight: 600;
  }
}
@media screen and (min-width: 960px) and (max-width: 1250px) {
  [data-page-id="CrohnsDisease"].page-content #hero > div > article h1 strong {
    font-family: "Gotham", sans-serif;
    font-size: 38px;
    font-weight: 600;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="CrohnsDisease"].page-content #hero > div > article h2 {
    font-family: "Gotham", sans-serif;
    font-size: 22px;
    font-weight: 400;
    margin-top: 60px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="CrohnsDisease"].page-content #hero > div > article h2 {
    font-family: "Gotham", sans-serif;
    font-size: 51px;
    font-weight: 400;
  }
}
@media screen and (min-width: 960px) and (max-width: 1250px) {
  [data-page-id="CrohnsDisease"].page-content #hero > div > article h2 {
    font-family: "Gotham", sans-serif;
    font-size: 46px;
    font-weight: 400;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 9999px) {
  [data-page-id="CrohnsDisease"].page-content
    #hero
    > div
    > article
    h2
    .breakpoint {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="CrohnsDisease"].page-content #hero > div > article h2 strong {
    font-family: "Gotham", sans-serif;
    font-size: 32px;
    font-weight: 700;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="CrohnsDisease"].page-content #hero > div > article h2 strong {
    font-family: "Gotham", sans-serif;
    font-size: 62px;
    font-weight: 700;
  }
}
@media screen and (min-width: 960px) and (max-width: 1250px) {
  [data-page-id="CrohnsDisease"].page-content #hero > div > article h2 strong {
    font-family: "Gotham", sans-serif;
    font-size: 50px;
    font-weight: 700;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="CrohnsDisease"].page-content #hero > div > article p {
    padding: 0;
    font-size: 12px;
    line-height: 14px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="SafetyProfile"] #hero > div > article > div {
    margin-top: 290px;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="SafetyProfile"] #hero > div > article h1 {
    font-family: "Gotham", sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-top: 60px;
    line-height: 16px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="SafetyProfile"] #hero > div > article h1 {
    font-family: "Gotham", sans-serif;
    font-size: 70px;
    font-weight: 700;
    margin-top: 9px;
    line-height: 50px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1250px) {
  [data-page-id="SafetyProfile"] #hero > div > article h1 {
    font-family: "Gotham", sans-serif;
    font-size: 67px;
    font-weight: 700;
    margin-top: 5px;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="SafetyProfile"] #hero > div > article h1 strong {
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    font-weight: 600;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="SafetyProfile"] #hero > div > article h1 strong {
    font-family: "Gotham", sans-serif;
    font-size: 45px;
    font-weight: 600;
  }
}
@media screen and (min-width: 960px) and (max-width: 1250px) {
  [data-page-id="SafetyProfile"] #hero > div > article h1 strong {
    font-family: "Gotham", sans-serif;
    font-size: 45px;
    font-weight: 600;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="SafetyProfile"] #hero > div > article h2 {
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-top: 59px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="SafetyProfile"] #hero > div > article h2 {
    font-family: "Gotham", sans-serif;
    font-size: 51px;
    font-weight: 400;
  }
}
@media screen and (min-width: 960px) and (max-width: 1250px) {
  [data-page-id="SafetyProfile"] #hero > div > article h2 {
    font-family: "Gotham", sans-serif;
    font-size: 44px;
    font-weight: 400;
    padding-right: 40px;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="SafetyProfile"] #hero > div > article h2 strong {
    font-family: "Gotham", sans-serif;
    font-size: 20px;
    font-weight: 700;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="SafetyProfile"] #hero > div > article h2 strong {
    font-family: "Gotham", sans-serif;
    font-size: 62px;
    font-weight: 700;
  }
}
@media screen and (min-width: 960px) and (max-width: 1250px) {
  [data-page-id="SafetyProfile"] #hero > div > article h2 strong {
    font-family: "Gotham", sans-serif;
    font-size: 52px;
    font-weight: 700;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="DosingAdministration"] #hero > div > article > div {
    margin-top: 265px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1250px) {
  [data-page-id="DosingAdministration"] #hero > div > article > div {
    margin-top: 325px;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="DosingAdministration"] #hero > div > article h1 {
    font-family: "Gotham", sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-top: 46px;
    line-height: 15px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="DosingAdministration"] #hero > div > article h1 {
    font-family: "Gotham", sans-serif;
    font-size: 70px;
    font-weight: 700;
    margin-top: 12px;
    line-height: 50px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1250px) {
  [data-page-id="DosingAdministration"] #hero > div > article h1 {
    font-family: "Gotham", sans-serif;
    font-size: 65px;
    font-weight: 700;
    margin-top: 0;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="DosingAdministration"] #hero > div > article h1 strong {
    font-family: "Gotham", sans-serif;
    font-size: 13px;
    font-weight: 700;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="DosingAdministration"] #hero > div > article h1 strong {
    font-family: "Gotham", sans-serif;
    font-size: 45px;
    font-weight: 600;
  }
}
@media screen and (min-width: 960px) and (max-width: 1250px) {
  [data-page-id="DosingAdministration"] #hero > div > article h1 strong {
    font-family: "Gotham", sans-serif;
    font-size: 36px;
    font-weight: 600;
  }
}

@media screen and (max-width: 959px) {
  [data-page-id="MechanismOfAction"] #hero > div > picture {
    top: 0;
    bottom: auto;
    height: 215px;
  }
}
[data-page-id="MechanismOfAction"] #hero > div > article {
  flex-wrap: wrap;
}
@media screen and (max-width: 959px) {
  [data-page-id="MechanismOfAction"] #hero > div > article {
    position: static;
    padding: 0;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="MechanismOfAction"] #hero > div > article > div {
    position: relative;
    z-index: 3;
  }
  [data-page-id="MechanismOfAction"] #hero > div > article > div:nth-child(1) {
    padding: 0 5px 0 calc(25px + 5px);
  }
  [data-page-id="MechanismOfAction"] #hero > div > article > div:nth-child(2) {
    padding: 0 calc(25px + 5px) 0 5px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="MechanismOfAction"] #hero > div > article > div {
    margin-top: 275px;
  }
}
[data-page-id="MechanismOfAction"] #hero > div > article .extra-list {
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 0;
}
@media screen and (max-width: 959px) {
  [data-page-id="MechanismOfAction"] #hero > div > article .extra-list {
    font-family: "Gotham", sans-serif;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    padding: 15px 25px 10px 25px;
    background: #fff;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="MechanismOfAction"] #hero > div > article .extra-list {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 180px 200px 0 calc(50% + 25px);
  }
}
@media screen and (min-width: 960px) and (max-width: 1250px) {
  [data-page-id="MechanismOfAction"] #hero > div > article .extra-list {
    padding-top: 110px;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="MechanismOfAction"] #hero > div > article h1 {
    font-family: "Gotham", sans-serif;
    font-size: 19px;
    font-weight: 700;
    margin-top: 46px;
    line-height: 20px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="MechanismOfAction"] #hero > div > article h1 {
    font-family: "Gotham", sans-serif;
    font-size: 69px;
    font-weight: 700;
    margin-top: 11px;
    line-height: 50px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1250px) {
  [data-page-id="MechanismOfAction"] #hero > div > article h1 {
    font-family: "Gotham", sans-serif;
    font-size: 50px;
    font-weight: 700;
    margin-top: 7px;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="MechanismOfAction"] #hero > div > article h1 strong {
    font-family: "Gotham", sans-serif;
    font-size: 18px;
    font-weight: 600;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="MechanismOfAction"] #hero > div > article h1 strong {
    font-family: "Gotham", sans-serif;
    font-size: 45px;
    font-weight: 600;
  }
}
@media screen and (min-width: 960px) and (max-width: 1250px) {
  [data-page-id="MechanismOfAction"] #hero > div > article h1 strong {
    font-family: "Gotham", sans-serif;
    font-size: 45px;
    font-weight: 600;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="MechanismOfAction"] #hero > div > article h2 {
    font-family: "Gotham", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-top: 75px;
    line-height: 18px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="MechanismOfAction"] #hero > div > article h2 {
    font-family: "Gotham", sans-serif;
    font-size: 51px;
    font-weight: 400;
    line-height: 56px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1250px) {
  [data-page-id="MechanismOfAction"] #hero > div > article h2 {
    font-family: "Gotham", sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 55px;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="MechanismOfAction"] #hero > div > article h2 strong {
    font-family: "Gotham", sans-serif;
    font-size: 18px;
    font-weight: 700;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="MechanismOfAction"] #hero > div > article h2 strong {
    font-family: "Gotham", sans-serif;
    font-size: 62px;
    font-weight: 700;
  }
}
@media screen and (min-width: 960px) and (max-width: 1250px) {
  [data-page-id="MechanismOfAction"] #hero > div > article h2 strong {
    font-family: "Gotham", sans-serif;
    font-size: 44px;
    font-weight: 700;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="Resources"] #hero > div > article > div {
    margin-top: 275px;
  }
}
[data-page-category="Resources"] #hero > div > article h1 {
  line-height: 50px;
}
@media screen and (max-width: 959px) {
  [data-page-category="Resources"] #hero > div > article h1 {
    font-family: "Gotham", sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-top: 70px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="Resources"] #hero > div > article h1 {
    font-family: "Gotham", sans-serif;
    font-size: 65px;
    font-weight: 700;
    margin-top: 8px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1250px) {
  [data-page-category="Resources"] #hero > div > article h1 {
    font-family: "Gotham", sans-serif;
    font-size: 50px;
    font-weight: 700;
    margin-top: 0;
  }
}
@media screen and (max-width: 959px) {
  [data-page-category="Resources"] #hero > div > article h2 {
    margin-top: 68px;
    font-family: "Gotham", sans-serif;
    font-size: 18px;
    font-weight: 400;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="Resources"] #hero > div > article h2 {
    font-family: "Gotham", sans-serif;
    font-size: 43px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1250px) {
  [data-page-category="Resources"] #hero > div > article h2 {
    font-family: "Gotham", sans-serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 40px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="VirtualCongress"] #hero > div > article > div {
    margin-top: 275px;
  }
}
[data-page-id="VirtualCongress"] #hero > div > article h1 {
  line-height: 50px;
}
@media screen and (max-width: 959px) {
  [data-page-id="VirtualCongress"] #hero > div > article h1 {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-top: 69px;
    line-height: 20px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="VirtualCongress"] #hero > div > article h1 {
    font-family: "Gotham", sans-serif;
    font-size: 55px;
    font-weight: 600;
    margin-top: 15px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1250px) {
  [data-page-id="VirtualCongress"] #hero > div > article h1 {
    font-family: "Gotham", sans-serif;
    font-size: 50px;
    font-weight: 600;
    margin-top: -4px;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="VirtualCongress"] #hero > div > article h1 strong {
    font-family: "Gotham", sans-serif;
    font-size: 26px;
    font-weight: 700;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="VirtualCongress"] #hero > div > article h1 strong {
    font-family: "Gotham", sans-serif;
    font-size: 85px;
    font-weight: 700;
  }
}
@media screen and (min-width: 960px) and (max-width: 1250px) {
  [data-page-id="VirtualCongress"] #hero > div > article h1 strong {
    font-family: "Gotham", sans-serif;
    font-size: 45px;
    font-weight: 700;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="VirtualCongress"] #hero > div > article h2 {
    margin-top: 68px;
    font-family: "Gotham", sans-serif;
    font-size: 15px;
    font-weight: 400;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="VirtualCongress"] #hero > div > article h2 {
    font-family: "Gotham", sans-serif;
    font-size: 51px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1250px) {
  [data-page-id="VirtualCongress"] #hero > div > article h2 {
    font-family: "Gotham", sans-serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 40px;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="VirtualCongress"] #hero > div > article h2 strong {
    font-family: "Gotham", sans-serif;
    font-size: 17px;
    font-weight: 700;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="VirtualCongress"] #hero > div > article h2 strong {
    font-family: "Gotham", sans-serif;
    font-size: 62px;
    font-weight: 700;
  }
}
@media screen and (min-width: 960px) and (max-width: 1250px) {
  [data-page-id="VirtualCongress"] #hero > div > article h2 strong {
    font-family: "Gotham", sans-serif;
    font-size: 44px;
    font-weight: 700;
  }
}
[data-page-category="AccessSupport"] #hero:before {
  display: none;
}
[data-page-category="AccessSupport"] #hero:after {
  left: 0;
  width: 100%;
  background-image: linear-gradient(to right, #fafafa, #f2f2f2);
}
@media screen and (max-width: 959px) {
  [data-page-category="AccessSupport"] #indication_bar > div > div:before {
    box-shadow: none;
  }
}
@media screen and (max-width: 959px) {
  [data-page-category="AccessSupport"].page-content #hero {
    height: 290px;
  }
  [data-page-category="AccessSupport"].page-content #hero:after {
    background: #fff;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="AccessSupport"].page-content #hero {
    height: 673px;
  }
}
[data-page-category="AccessSupport"].page-content #hero > div > picture > img {
  width: auto;
  height: 80%;
}
@media screen and (max-width: 959px) {
  [data-page-category="AccessSupport"].page-content
    #hero
    > div
    > picture
    > img {
    top: -6px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="AccessSupport"].page-content
    #hero
    > div
    > picture
    > img {
    top: 100px;
    left: auto;
  }
}
@media screen and (max-width: 374px) {
  [data-page-category="AccessSupport"].page-content #hero > div > article {
    display: none !important;
  }
}
@media screen and (max-width: 959px) {
  [data-page-category="AccessSupport"].page-content #hero > div > article {
    display: none !important;
  }
}
@media screen and (max-width: 959px) {
  [data-page-category="AccessSupport"].page-content
    #hero
    > div
    > article
    > div {
    padding: 36px 0 0 17px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="AccessSupport"].page-content
    #hero
    > div
    > article
    > div {
    padding: 258px 0 0 64px;
  }
}
@media screen and (max-width: 959px) {
  [data-page-category="AccessSupport"].page-content #hero .btn.btn-secondary {
    padding: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 374px) {
  [data-page-category="AccessSupport"].page-content #hero .btn.btn-secondary {
    padding: 5px;
  }
}
@media screen and (max-width: 959px) {
  [data-page-category="AccessSupport"].page-content #hero .entyvioconnect-logo {
    margin-bottom: 15px;
    width: 145px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="AccessSupport"].page-content #hero .entyvioconnect-logo {
    position: relative;
    left: 6px;
    margin-bottom: 60px;
    width: 270px;
  }
}
@media screen and (max-width: 374px) {
  [data-page-category="AccessSupport"].page-content #hero .entyvioconnect-logo {
    margin-bottom: 5px;
    width: 135px;
  }
}
[data-page-category="AccessSupport"].page-content #hero div > article h1 {
  font-family: "Gotham", sans-serif;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #9b288c;
  text-align: left;
  text-transform: uppercase;
}
@media screen and (max-width: 374px) {
  [data-page-category="AccessSupport"].page-content #hero div > article h1 {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 959px) {
  [data-page-category="AccessSupport"].page-content #hero div > article h1 {
    line-height: 11px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="AccessSupport"].page-content #hero div > article h1 {
    font-size: 32px;
  }
}
[data-page-category="AccessSupport"].page-content #hero div > article h1 a {
  margin-top: 20px;
  color: #9b288c;
  display: inline-block;
}
[data-page-category="AccessSupport"].page-content #hero div > article p {
  font-family: "Gotham", sans-serif;
  font-size: 20px;
  font-weight: 400;
}
[data-page-category="AccessSupport"] .mobile-hero-txt {
  padding: 0 25px;
  margin-bottom: 25px;
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="AccessSupport"] .mobile-hero-txt {
    display: none;
  }
}
[data-page-category="AccessSupport"] .mobile-hero-txt p {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
[data-page-category="AccessSupport"] .mobile-hero-txt p.heading-1 {
  font-family: "Gotham", sans-serif;
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #9b288c;
  text-align: left;
  text-transform: uppercase;
}
#first_section {
  position: relative;
  z-index: 3;
}
#indication_bar {
  position: relative;
  width: 100%;
  background: none;
}
@media screen and (max-width: 959px) {
  #indication_bar {
    top: -20px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  #indication_bar {
    top: -30px;
    margin-bottom: -30px;
  }
}
#indication_bar > div > div {
  position: relative;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 959px) {
  #indication_bar > div > div {
    padding: 0 25px;
    max-width: 100%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1800px) {
  #indication_bar > div > div {
    padding: 0 15px;
    max-width: 1366px;
  }
}
@media screen and (min-width: 1800px) and (max-width: 9999px) {
  #indication_bar > div > div {
    padding: 0 30px;
    max-width: 1366px;
  }
}
@media screen and (max-width: 959px) {
  #indication_bar > div > div {
    padding: 15px 0 15px 25px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  #indication_bar > div > div {
    padding: 20px 0 20px 30px;
  }
}
#indication_bar > div > div * {
  position: relative;
  z-index: 2;
}
#indication_bar > div > div > #indication_content {
  overflow: hidden;
  will-change: max-height;
  -webkit-animation: indication_bar_expand 300ms ease-in forwards;
  -moz-animation: indication_bar_expand 300ms ease-in forwards;
  animation: indication_bar_expand 300ms ease-in forwards;
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  animation-delay: 0ms;
}
@media screen and (max-width: 959px) {
  #indication_bar > div > div > #indication_content {
    padding: 15px 70px 0 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  #indication_bar > div > div > #indication_content {
    padding: 15px 180px 0 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  #indication_bar > div > div .indications {
    padding-right: 25px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  #indication_bar > div > div .indications + div {
    padding-left: 25px;
  }
}
#indication_bar > div > div:before {
  content: "";
  position: absolute;
  top: 0;
  width: 200vw;
  height: 100%;
  z-index: 1;
  box-shadow: 0 0 5px 2px rgba(155, 40, 140, 0.08);
  background: #fff;
}
@media screen and (max-width: 959px) {
  #indication_bar > div > div:before {
    right: 25px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  #indication_bar > div > div:before {
    right: 88px;
  }
}
#indication_bar > div > div button#indication_bar_trigger {
  position: absolute;
  top: 25px;
  border-radius: 100%;
  cursor: pointer;
  z-index: 3;
  will-change: border;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 959px) {
  #indication_bar > div > div button#indication_bar_trigger {
    width: 19px;
    height: 19px;
    right: 40px;
    border: 2px solid #f4e8f3;
  }
  #indication_bar > div > div button#indication_bar_trigger span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    transform: translate(-50%, -50%);
  }
  #indication_bar > div > div button#indication_bar_trigger span:before,
  #indication_bar > div > div button#indication_bar_trigger span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 2px;
    transform-origin: 0 0;
    background: #9b288c;
  }
  #indication_bar > div > div button#indication_bar_trigger span:before {
    transform: translate(-50%, -50%);
  }
  #indication_bar > div > div button#indication_bar_trigger span:after {
    transform: rotate(90deg) translate(-50%, -50%);
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  #indication_bar > div > div button#indication_bar_trigger {
    width: 34px;
    height: 34px;
    right: 80px;
    border: 3px solid #f4e8f3;
  }
  #indication_bar > div > div button#indication_bar_trigger span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13px;
    height: 13px;
    transform: translate(-50%, -50%);
  }
  #indication_bar > div > div button#indication_bar_trigger span:before,
  #indication_bar > div > div button#indication_bar_trigger span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13px;
    height: 3px;
    transform-origin: 0 0;
    background: #9b288c;
  }
  #indication_bar > div > div button#indication_bar_trigger span:before {
    transform: translate(-50%, -50%);
  }
  #indication_bar > div > div button#indication_bar_trigger span:after {
    transform: rotate(90deg) translate(-50%, -50%);
  }
}
#indication_bar > div > div button#indication_bar_trigger:focus,
#indication_bar > div > div button#indication_bar_trigger:hover {
  box-shadow: none;
}
@media screen and (max-width: 959px) {
  #indication_bar > div > div button#indication_bar_trigger:focus,
  #indication_bar > div > div button#indication_bar_trigger:hover {
    border: 2px solid #9b288c;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  #indication_bar > div > div button#indication_bar_trigger:focus,
  #indication_bar > div > div button#indication_bar_trigger:hover {
    border: 3px solid #9b288c;
  }
}
#indication_bar > div > div button#indication_bar_trigger span:after {
  width: 0;
  will-change: width;
  transition: all 300ms ease-in-out;
}
#indication_bar h3 {
  color: #9b288c;
}
@media screen and (max-width: 959px) {
  #indication_bar h3 {
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding-right: 70px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  #indication_bar h3 {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 150px;
  }
}
#indication_bar p {
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 15px;
}
#indication_bar.close [data-row] {
  display: none;
}
@media screen and (max-width: 959px) {
  #indication_bar.close button#indication_bar_trigger span:after {
    width: 7px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  #indication_bar.close button#indication_bar_trigger span:after {
    width: 13px;
  }
}
@-webkit-keyframes indication_bar_expand {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 800px;
  }
}
@-moz-keyframes indication_bar_expand {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 800px;
  }
}
@keyframes indication_bar_expand {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 800px;
  }
}
#isi h2,
#fixed_isi h2 {
  margin-bottom: 12px;
  color: #9b288c;
  text-transform: uppercase;
}
@media screen and (max-width: 959px) {
  #isi h2,
  #fixed_isi h2 {
    font-family: "Gotham", sans-serif;
    font-size: 22px;
    font-weight: 700;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  #isi h2,
  #fixed_isi h2 {
    font-family: "Gotham", sans-serif;
    font-size: 26px;
    font-weight: 700;
  }
}
#isi h3,
#fixed_isi h3 {
  line-height: 20px;
  margin-bottom: 4px;
}
@media screen and (max-width: 959px) {
  #isi h3,
  #fixed_isi h3 {
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    font-weight: 700;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  #isi h3,
  #fixed_isi h3 {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 700;
  }
}
#isi p,
#fixed_isi p {
  line-height: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  #isi p,
  #fixed_isi p {
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    font-weight: 400;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  #isi p,
  #fixed_isi p {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 400;
  }
}
#isi sup,
#fixed_isi sup {
  top: -7px;
  line-height: 0;
}
#isi a,
#fixed_isi a {
  color: #9b288c;
  text-decoration: none;
}
@media screen and (max-width: 959px) {
  #isi a,
  #fixed_isi a {
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    font-weight: 700;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  #isi a,
  #fixed_isi a {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 700;
  }
}
#isi a.hover,
#isi a:hover,
#fixed_isi a.hover,
#fixed_isi a:hover {
  text-decoration: underline;
}
#isi ul,
#fixed_isi ul {
  list-style-type: none;
}
#isi ul li,
#fixed_isi ul li {
  position: relative;
  padding-left: 10px;
  line-height: 20px;
  margin-bottom: 0;
}
#isi ul li:before,
#fixed_isi ul li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #58595b;
}
@media screen and (max-width: 959px) {
  #isi ul li:before,
  #fixed_isi ul li:before {
    top: 7px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  #isi ul li:before,
  #fixed_isi ul li:before {
    top: 11px;
  }
}
@media screen and (max-width: 959px) {
  #isi ul li,
  #fixed_isi ul li {
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    font-weight: 400;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  #isi ul li,
  #fixed_isi ul li {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }
}
@media screen and (max-width: 959px) {
  #isi ul li:last-of-type,
  #fixed_isi ul li:last-of-type {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  #isi ul li:last-of-type,
  #fixed_isi ul li:last-of-type {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  #isi .section article .isi-header,
  #fixed_isi .section article .isi-header {
    padding: 0;
  }
}
#isi {
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 959px) {
  #isi {
    padding: 0 25px;
    max-width: 100%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1800px) {
  #isi {
    padding: 0 15px;
    max-width: 1366px;
  }
}
@media screen and (min-width: 1800px) and (max-width: 9999px) {
  #isi {
    padding: 0 30px !important;
    max-width: 1366px;
  }
}
@media screen and (max-width: 959px) {
  #isi article {
    padding: 30px 0 0 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  #isi article {
    padding: 75px 200px 0 75px;
  }
}
#isi button.fixed_isi_trigger {
  display: none;
}
#fixed_isi {
  width: 100%;
  position: fixed;
  bottom: -25vh;
  background: #fff;
  z-index: 3;
  padding: 0;
  max-width: 100%;
  transition: bottom 300ms ease-in;
}
#fixed_isi.active {
  bottom: -1px;
}
#fixed_isi button.fixed_isi_trigger {
  position: absolute;
  top: 25px;
  border-radius: 100%;
  cursor: pointer;
  z-index: 3;
  will-change: border;
  transition: all 300ms ease-in-out;
  background: #fff;
}
@media screen and (max-width: 959px) {
  #fixed_isi button.fixed_isi_trigger {
    width: 19px;
    height: 19px;
    right: 40px;
    border: 2px solid #e7cae3;
  }
  #fixed_isi button.fixed_isi_trigger span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    transform: translate(-50%, -50%);
  }
  #fixed_isi button.fixed_isi_trigger span:before,
  #fixed_isi button.fixed_isi_trigger span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 2px;
    transform-origin: 0 0;
    background: #9b288c;
  }
  #fixed_isi button.fixed_isi_trigger span:before {
    transform: translate(-50%, -50%);
  }
  #fixed_isi button.fixed_isi_trigger span:after {
    transform: rotate(90deg) translate(-50%, -50%);
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  #fixed_isi button.fixed_isi_trigger {
    width: 34px;
    height: 34px;
    right: 40px;
    border: 3px solid #e7cae3;
    top: 6px;
  }
  #fixed_isi button.fixed_isi_trigger span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13px;
    height: 13px;
    transform: translate(-50%, -50%);
  }
  #fixed_isi button.fixed_isi_trigger span:before,
  #fixed_isi button.fixed_isi_trigger span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13px;
    height: 3px;
    transform-origin: 0 0;
    background: #9b288c;
  }
  #fixed_isi button.fixed_isi_trigger span:before {
    transform: translate(-50%, -50%);
  }
  #fixed_isi button.fixed_isi_trigger span:after {
    transform: rotate(90deg) translate(-50%, -50%);
  }
}
@media screen and (max-width: 374px) {
  #fixed_isi button.fixed_isi_trigger {
    right: 10px;
  }
}
#fixed_isi button.fixed_isi_trigger:focus,
#fixed_isi button.fixed_isi_trigger:hover {
  box-shadow: none;
}
@media screen and (max-width: 959px) {
  #fixed_isi button.fixed_isi_trigger:focus,
  #fixed_isi button.fixed_isi_trigger:hover {
    border: 2px solid #9b288c;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  #fixed_isi button.fixed_isi_trigger:focus,
  #fixed_isi button.fixed_isi_trigger:hover {
    border: 3px solid #9b288c;
  }
}
#fixed_isi button.fixed_isi_trigger span:after {
  will-change: width;
  transition: all 300ms ease-in-out;
}
#fixed_isi.expanded {
  height: 92%;
  overflow-y: auto;
  padding-bottom: 20px;
  z-index: 100;
}
#fixed_isi.expanded article {
  overflow: hidden;
}
#fixed_isi.expanded button.fixed_isi_trigger span:after {
  width: 0;
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  #fixed_isi.expanded ul li:first-child {
    line-height: 26px;
  }
}
#fixed_isi .isi-header {
  background: #f0deee;
}
#fixed_isi h3 a {
  color: #9b288c;
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  #fixed_isi {
    height: 95px;
  }
  #fixed_isi button.fixed_isi_trigger span:after {
    width: 13px;
  }
  #fixed_isi h2 {
    padding: 11px 0 7px 0;
    margin-left: auto;
    margin-right: auto;
    line-height: 30px;
    margin-bottom: 4px;
  }
  #fixed_isi ul,
  #fixed_isi h3,
  #fixed_isi p {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 960px) and (max-width: 1800px) {
  #fixed_isi h2,
  #fixed_isi ul,
  #fixed_isi h3,
  #fixed_isi p {
    padding-left: calc(75px + 15px);
    padding-right: calc(200px + 15px);
    max-width: 1366px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 1800px) and (max-width: 9999px) {
  #fixed_isi h2,
  #fixed_isi ul,
  #fixed_isi h3,
  #fixed_isi p {
    padding-left: calc(72px + 30px);
    padding-right: calc(200px + 30px);
    max-width: 1366px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  #fixed_isi:not(.expanded) ul li:first-child {
    line-height: 19px;
  }
  #fixed_isi:not(.expanded) ul li:first-child:before {
    top: 7px;
  }
}
@media screen and (max-width: 959px) {
  #fixed_isi {
    height: 120px;
  }
  #fixed_isi button.fixed_isi_trigger span:after {
    width: 7px;
  }
  #fixed_isi h2 {
    padding: 8px 25px;
    font-size: 14px;
    margin-bottom: 5px;
  }
  #fixed_isi ul {
    padding: 0 25px;
    font-size: 14px;
  }
  #fixed_isi h3,
  #fixed_isi p {
    padding: 0 25px;
  }
}
html.fixed-isi-active {
  overflow: hidden;
}
#references {
  margin: auto auto 10px !important;
  width: 100%;
  background: white !important;
}
@media screen and (max-width: 959px) {
  #references {
    padding: 0 25px;
    max-width: 100%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1800px) {
  #references {
    padding: 0 15px;
    max-width: 1366px;
  }
}
@media screen and (min-width: 1800px) and (max-width: 9999px) {
  #references {
    padding: 0 30px;
    max-width: 1366px;
  }
}
@media screen and (max-width: 959px) {
  #references article {
    padding: 30px 0 0 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  #references article {
    padding: 30px 200px 0 75px;
  }
}
#references h3 {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #9b288c;
}
#references ol {
  margin-left: 20px;
}
#references ol li {
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 4px;
}
footer {
  margin-top: 54px;
  overflow: hidden;
  background: #e6e7e8;
}
footer > div > .section {
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 959px) {
  footer > div > .section {
    padding: 0 25px;
    max-width: 100%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1800px) {
  footer > div > .section {
    padding: 0 15px;
    max-width: 1366px;
  }
}
@media screen and (min-width: 1800px) and (max-width: 9999px) {
  footer > div > .section {
    padding: 0 30px;
    max-width: 1366px;
  }
}
@media screen and (max-width: 959px) {
  footer[data-device="global"] > div > .section {
    padding: 25px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  footer[data-device="global"] > div > .section {
    padding: 0 200px 0 75px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  footer .section > .footer-content {
    display: flex;
    align-items: flex-start;
  }
}
footer .section > .footer-content > .nav-wrapper {
  margin-top: 32px;
}
footer nav {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  footer nav {
    margin-bottom: 20px;
  }
}
footer nav > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer nav > ul > li {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 959px) {
  footer nav > ul {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  footer nav > ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 959px) {
  footer nav > ul li {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  footer nav > ul li {
    margin-right: 20px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1318px) {
  footer nav > ul li {
    margin-right: 15px;
  }
}
footer nav > ul li.active a {
  color: #58595b;
}
footer nav > ul a {
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: #9b288c;
}
footer nav > ul a.hover,
footer nav > ul a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 959px) {
  footer .float-right {
    float: none;
  }
}
@media screen and (max-width: 959px) {
  footer .takeda-logo {
    width: 125px;
    display: block;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  footer .takeda-logo {
    margin: 32px 50px 0 0;
    flex: 0 0 140px;
    max-width: 140px;
  }
}
footer .takeda-logo img {
  width: 100%;
}
footer p {
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 16px;
}
@media screen and (max-width: 959px) {
  footer p [data-float="right"] {
    float: none;
    padding-top: 20px;
    display: block;
  }
}
footer a {
  color: #9b288c;
}
#modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  display: none;
  align-items: center;
  z-index: 15;
}
#modal > strong {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7);
}
#modal > div {
  position: relative;
  margin: auto;
  width: 100%;
  height: auto;
  display: block;
  z-index: 2;
  overflow: hidden;
  background: #fff;
}
@media screen and (max-width: 959px) {
  #modal > div {
    max-width: calc(100% - 25px * 2);
    max-height: calc(100% - 25px * 2);
    overflow-y: scroll;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  #modal > div {
    max-width: 752px;
    min-height: 200px;
    max-height: 400px;
  }
}
#modal > div > .close {
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 959px) {
  #modal > div > .close {
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
  }
  #modal > div > .close span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    transform: translate(-50%, -50%);
  }
  #modal > div > .close span:before,
  #modal > div > .close span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 1px;
    transform-origin: 0 0;
    background: #9b288c;
  }
  #modal > div > .close span:before {
    transform: rotate(45deg) translate(-50%, -50%);
  }
  #modal > div > .close span:after {
    transform: rotate(-45deg) translate(-50%, -50%);
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  #modal > div > .close {
    top: 15px;
    right: 15px;
    width: 48px;
    height: 48px;
  }
  #modal > div > .close span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 25px;
    transform: translate(-50%, -50%);
  }
  #modal > div > .close span:before,
  #modal > div > .close span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 3px;
    transform-origin: 0 0;
    background: #9b288c;
  }
  #modal > div > .close span:before {
    transform: rotate(45deg) translate(-50%, -50%);
  }
  #modal > div > .close span:after {
    transform: rotate(-45deg) translate(-50%, -50%);
  }
}
#modal > div > .close:before {
  content: "Close";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #9b288c;
}
@media screen and (max-width: 959px) {
  #modal > div > .close:before {
    font-family: "Gotham", sans-serif;
    font-size: 12px;
    font-weight: 600;
    left: -34px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  #modal > div > .close:before {
    font-family: "Gotham", sans-serif;
    font-size: 15px;
    font-weight: 600;
    left: -44px;
  }
}
#modal .content {
  display: none;
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  #modal .content {
    padding: 60px 40px 32px 40px;
  }
}
@media screen and (max-width: 959px) {
  #modal .content {
    padding: 50px 20px 10px 20px;
  }
}
#modal .content.active {
  display: block;
}
#modal .content .modal-footer {
  display: flex;
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  #modal .content .modal-footer {
    justify-content: center;
  }
}
@media screen and (max-width: 959px) {
  #modal .content .modal-footer {
    flex-direction: column;
  }
}
#modal h2 {
  font-family: "Gotham", sans-serif;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 25px;
  color: #9b288c;
  text-align: center;
}
@media screen and (max-width: 959px) {
  #modal h2 {
    letter-spacing: -1px;
  }
}
#modal p {
  font-family: "Gotham", sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 16px;
  text-align: center;
}
#modal .btn {
  margin: 0 10px;
  padding: 20px 0;
  text-align: center;
}
@media screen and (max-width: 959px) {
  #modal .btn {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  #modal .btn {
    flex: 0 0 142px;
    max-width: 142px;
  }
}
#modal.active {
  display: flex;
}
[data-modal-animation="slide"]#modal.active > strong {
  top: 50%;
  width: 0%;
  height: 0%;
  transform: translateY(-50%);
  -webkit-animation: modal-slide-bg 400ms ease-in forwards;
  -moz-animation: modal-slide-bg 400ms ease-in forwards;
  animation: modal-slide-bg 400ms ease-in forwards;
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  animation-delay: 0ms;
}
[data-modal-animation="slide"]#modal.active > div {
  opacity: 0;
  transform: scale(0.7);
  -webkit-animation: modal-slide-dialog 400ms ease-in forwards;
  -moz-animation: modal-slide-dialog 400ms ease-in forwards;
  animation: modal-slide-dialog 400ms ease-in forwards;
  -webkit-animation-delay: 400ms;
  -moz-animation-delay: 400ms;
  animation-delay: 400ms;
}
[data-modal-animation="slide"]#modal.active .content.active {
  opacity: 0;
  -webkit-animation: modal-slide-content-fade 300ms ease-in-out forwards;
  -moz-animation: modal-slide-content-fade 300ms ease-in-out forwards;
  animation: modal-slide-content-fade 300ms ease-in-out forwards;
  -webkit-animation-delay: 600ms;
  -moz-animation-delay: 600ms;
  animation-delay: 600ms;
}
@-webkit-keyframes modal-slide-bg {
  0% {
    width: 0%;
    height: 1px;
  }
  60% {
    width: 100%;
    height: 1px;
  }
  80% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@-moz-keyframes modal-slide-bg {
  0% {
    width: 0%;
    height: 1px;
  }
  60% {
    width: 100%;
    height: 1px;
  }
  80% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes modal-slide-bg {
  0% {
    width: 0%;
    height: 1px;
  }
  60% {
    width: 100%;
    height: 1px;
  }
  80% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@-webkit-keyframes modal-slide-dialog {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-moz-keyframes modal-slide-dialog {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes modal-slide-dialog {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes modal-slide-content-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes modal-slide-content-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modal-slide-content-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.video-player {
  position: relative;
}
.video-player button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  background: none;
}
.video-js {
  background-color: transparent;
  width: 100%;
  height: auto;
}
.video-js .vjs-tech {
  position: relative;
}
.video-js .vjs-dock-text {
  display: none;
}
.video-js .vjs-picture-in-picture-control {
  display: none;
}
.video-js .vjs-poster {
  background-color: transparent;
  background-size: cover;
}
.video-js .vjs-endscreen-overlay-content {
  display: none !important;
}
@media screen and (max-width: 9999px) and (min-width: 960px) {
  .carousel-video-controller .video-js {
    display: none;
  }
}
.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-active
  .vjs-control-bar:not(.vjs-focus-within):not(.vjs-control-bar-visible),
.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive
  .vjs-control-bar:not(.vjs-focus-within):not(.vjs-control-bar-visible),
.video-js.vjs-has-started.vjs-paused.vjs-ad-playing.vjs-user-inactive
  .vjs-control-bar,
.video-js.vjs-has-started.vjs-playing.vjs-user-inactive
  .vjs-control-bar:not(.vjs-focus-within):not(.vjs-control-bar-visible) {
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
}
[data-page-id="MechanismOfAction"][data-page-category="MechanismOfAction"]
  .video-js,
[data-page-id="DosingAdministration"][data-page-category="DosingAdministration"]
  .video-js {
  display: block;
}
[data-page-id="MechanismOfAction"][data-page-category="MechanismOfAction"]
  .video-js
  .vjs-control-bar,
[data-page-id="DosingAdministration"][data-page-category="DosingAdministration"]
  .video-js
  .vjs-control-bar {
  display: flex;
}
[data-page-id="PeerPerspective"][data-page-category="Resources"]
  .body-content
  > article
  .main-container {
  background: transparent;
}
[data-page-id="PeerPerspective"][data-page-category="Resources"]
  .body-content
  > article
  .main-container
  *:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
[data-page-id="PeerPerspective"][data-page-category="Resources"] .video-js {
  display: none;
}
[data-page-id="PeerPerspective"][data-page-category="Resources"]
  .video-js
  .vjs-poster {
  display: none;
}
[data-page-id="PeerPerspective"][data-page-category="Resources"]
  .video-js
  .vjs-has-started.vjs-poster {
  display: none !important;
}
[data-page-id="PeerPerspective"][data-page-category="Resources"]
  #video-gallery {
  display: flex;
  flex-direction: column;
  color: #ffffff;
}
[data-page-id="PeerPerspective"][data-page-category="Resources"]
  #video-gallery
  h2 {
  margin-bottom: 24px;
}
[data-page-id="PeerPerspective"][data-page-category="Resources"]
  #video-gallery
  .gallery-item {
  margin-bottom: 24px;
}
[data-page-id="PeerPerspective"][data-page-category="Resources"]
  #video-gallery
  .gallery-item
  .top-content
  .poster-image {
  position: relative;
}
[data-page-id="PeerPerspective"][data-page-category="Resources"]
  #video-gallery
  .gallery-item
  .top-content
  .poster-image:before {
  content: "";
  top: 0;
  left: 50%;
  width: 25%;
  height: 100%;
  max-width: 72px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../images/icons/icon-video-play.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
[data-page-id="PeerPerspective"][data-page-category="Resources"]
  #video-gallery
  .gallery-item
  .top-content
  .poster-image
  img {
  width: 100%;
}
[data-page-id="PeerPerspective"][data-page-category="Resources"]
  #video-gallery
  .gallery-item
  .bottom-content
  .item-title {
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 12px 0;
}
[data-page-id="PeerPerspective"][data-page-category="Resources"]
  #video-gallery
  .gallery-item
  .bottom-content
  .toggle-synopsis,
[data-page-id="PeerPerspective"][data-page-category="Resources"]
  #video-gallery
  .gallery-item
  .bottom-content
  .toggle-transcript {
  margin-bottom: 10px;
  margin-top: 10px;
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  line-height: 18px;
  position: relative;
  padding-left: 28px;
}
[data-page-id="PeerPerspective"][data-page-category="Resources"]
  #video-gallery
  .gallery-item
  .bottom-content
  .toggle-synopsis
  span,
[data-page-id="PeerPerspective"][data-page-category="Resources"]
  #video-gallery
  .gallery-item
  .bottom-content
  .toggle-transcript
  span {
  left: 0;
  top: -2px;
  width: 22px;
  height: 22px;
  background: #ffffff;
  position: absolute;
  border-radius: 11px;
}
[data-page-id="PeerPerspective"][data-page-category="Resources"]
  #video-gallery
  .gallery-item
  .bottom-content
  .toggle-synopsis
  span:before,
[data-page-id="PeerPerspective"][data-page-category="Resources"]
  #video-gallery
  .gallery-item
  .bottom-content
  .toggle-transcript
  span:before {
  content: "";
  top: 10px;
  left: 6px;
  width: 10px;
  height: 2px;
  background: #9a258d;
  position: absolute;
}
[data-page-id="PeerPerspective"][data-page-category="Resources"]
  #video-gallery
  .gallery-item
  .bottom-content
  .toggle-synopsis
  span:after,
[data-page-id="PeerPerspective"][data-page-category="Resources"]
  #video-gallery
  .gallery-item
  .bottom-content
  .toggle-transcript
  span:after {
  content: "";
  top: 10px;
  left: 6px;
  width: 10px;
  height: 2px;
  background: #9a258d;
  position: absolute;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
[data-page-id="PeerPerspective"][data-page-category="Resources"]
  #video-gallery
  .gallery-item
  .bottom-content
  .synopsis,
[data-page-id="PeerPerspective"][data-page-category="Resources"]
  #video-gallery
  .gallery-item
  .bottom-content
  .transcript {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
[data-page-id="PeerPerspective"][data-page-category="Resources"]
  #video-gallery
  .gallery-item
  .bottom-content
  .synopsis {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
[data-page-id="PeerPerspective"][data-page-category="Resources"]
  #video-gallery
  .gallery-item
  .bottom-content
  .synopsis
  .doctors {
  display: flex;
}
[data-page-id="PeerPerspective"][data-page-category="Resources"]
  #video-gallery
  .gallery-item
  .bottom-content
  .synopsis
  .doctors
  p {
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
[data-page-id="PeerPerspective"][data-page-category="Resources"]
  #video-gallery
  .gallery-item
  .bottom-content
  .synopsis
  .doctors
  p
  em {
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
[data-page-id="PeerPerspective"][data-page-category="Resources"]
  #video-gallery
  .gallery-item
  .bottom-content
  .transcript {
  flex-direction: column;
  background: #ffffff;
}
[data-page-id="PeerPerspective"][data-page-category="Resources"]
  #video-gallery
  .gallery-item
  .bottom-content
  .transcript::-webkit-scrollbar {
  width: 4px;
}
[data-page-id="PeerPerspective"][data-page-category="Resources"]
  #video-gallery
  .gallery-item
  .bottom-content
  .transcript::-webkit-scrollbar-track {
  background: #eee;
}
[data-page-id="PeerPerspective"][data-page-category="Resources"]
  #video-gallery
  .gallery-item
  .bottom-content
  .transcript::-webkit-scrollbar-thumb {
  background: #9b288c;
}
[data-page-id="PeerPerspective"][data-page-category="Resources"]
  #video-gallery
  .gallery-item
  .bottom-content
  .transcript
  .content {
  padding: 10px;
}
[data-page-id="PeerPerspective"][data-page-category="Resources"]
  #video-gallery
  .gallery-item
  .bottom-content
  .transcript
  p {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #58595b;
}
[data-page-id="PeerPerspective"][data-page-category="Resources"]
  #video-gallery
  .gallery-item
  .bottom-content
  .transcript
  p
  strong {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
[data-page-id="PeerPerspective"][data-page-category="Resources"]
  #video-gallery
  .gallery-item
  .bottom-content.active-transcript
  .toggle-transcript
  span:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
[data-page-id="PeerPerspective"][data-page-category="Resources"]
  #video-gallery
  .gallery-item
  .bottom-content.active-transcript
  .transcript {
  max-height: 250px;
  overflow: scroll;
  overflow-x: hidden;
}
[data-page-id="PeerPerspective"][data-page-category="Resources"]
  #video-gallery
  .gallery-item
  .bottom-content.active-synopsis
  .toggle-synopsis
  span:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
[data-page-id="PeerPerspective"][data-page-category="Resources"]
  #video-gallery
  .gallery-item
  .bottom-content.active-synopsis
  .synopsis {
  max-height: 250px;
}
@media screen and (max-width: 959px) {
  [data-page-id="PeerPerspective"][data-page-category="Resources"]
    #video-gallery
    #video-gallery-desktop {
    display: none;
  }
  [data-page-id="PeerPerspective"][data-page-category="Resources"]
    #video-gallery
    .gallery-item {
    display: block;
  }
  [data-page-id="PeerPerspective"][data-page-category="Resources"]
    #video-gallery
    .gallery-item
    .synopsis
    .doctors {
    flex-direction: column;
  }
  [data-page-id="PeerPerspective"][data-page-category="Resources"]
    #video-gallery
    .gallery-item
    .synopsis
    .doctors
    p {
    margin-right: 0;
  }
}
@media screen and (min-width: 959px) and (max-width: 1024px) {
  [data-page-id="PeerPerspective"][data-page-category="Resources"]
    #video-gallery-desktop {
    min-width: 350px;
  }
  [data-page-id="PeerPerspective"][data-page-category="Resources"]
    #video-gallery-desktop
    .video-selector {
    flex-direction: column;
  }
  [data-page-id="PeerPerspective"][data-page-category="Resources"]
    #video-gallery-desktop
    .video-selector
    .content {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="PeerPerspective"][data-page-category="Resources"]
    #video-gallery {
    flex-direction: row;
  }
  [data-page-id="PeerPerspective"][data-page-category="Resources"]
    #video-gallery
    #video-gallery-desktop {
    margin-bottom: 24px;
    width: 40%;
    min-width: 420px;
  }
  [data-page-id="PeerPerspective"][data-page-category="Resources"]
    #video-gallery
    #video-gallery-desktop
    .desktop-video-selector {
    height: fit-content;
    min-height: 420px;
    background: white;
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
  }
  [data-page-id="PeerPerspective"][data-page-category="Resources"]
    #video-gallery
    #video-gallery-desktop
    .desktop-video-selector
    .video-selector {
    display: flex;
    margin-bottom: 16px;
  }
  [data-page-id="PeerPerspective"][data-page-category="Resources"]
    #video-gallery
    #video-gallery-desktop
    .desktop-video-selector
    .video-selector.active {
    display: none;
  }
  [data-page-id="PeerPerspective"][data-page-category="Resources"]
    #video-gallery
    #video-gallery-desktop
    .desktop-video-selector
    .video-selector
    .thumb {
    max-width: 170px;
    position: relative;
  }
  [data-page-id="PeerPerspective"][data-page-category="Resources"]
    #video-gallery
    #video-gallery-desktop
    .desktop-video-selector
    .video-selector
    .thumb:before {
    content: "";
    top: 0;
    left: 50%;
    width: 25%;
    height: 100%;
    max-width: 72px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(../images/icons/icon-video-play.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  [data-page-id="PeerPerspective"][data-page-category="Resources"]
    #video-gallery
    #video-gallery-desktop
    .desktop-video-selector
    .video-selector
    .thumb
    img {
    width: 168px;
    height: 96px;
  }
  [data-page-id="PeerPerspective"][data-page-category="Resources"]
    #video-gallery
    #video-gallery-desktop
    .desktop-video-selector
    .video-selector
    .content {
    padding: 5px 0;
    margin-left: 20px;
  }
  [data-page-id="PeerPerspective"][data-page-category="Resources"]
    #video-gallery
    #video-gallery-desktop
    .desktop-video-selector
    .video-selector
    .content
    p.item-title {
    font-family: "Gotham", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #9b288c;
    margin: 0;
  }
  [data-page-id="PeerPerspective"][data-page-category="Resources"]
    #video-gallery
    #video-gallery-desktop
    .desktop-video-selector
    .video-selector
    .content
    p.item-synopsis {
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #58595b;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: break-spaces;
  }
  [data-page-id="PeerPerspective"][data-page-category="Resources"]
    #video-gallery
    #video-gallery-mobile {
    width: 60%;
  }
  [data-page-id="PeerPerspective"][data-page-category="Resources"]
    #video-gallery
    #video-gallery-mobile
    .gallery-item {
    display: none;
  }
  [data-page-id="PeerPerspective"][data-page-category="Resources"]
    #video-gallery
    #video-gallery-mobile
    .gallery-item.active {
    display: block;
  }
  [data-page-id="PeerPerspective"][data-page-category="Resources"]
    #video-gallery
    #video-gallery-mobile
    .gallery-item
    .bottom-content
    .toggle-synopsis {
    display: none;
  }
  [data-page-id="PeerPerspective"][data-page-category="Resources"]
    #video-gallery
    #video-gallery-mobile
    .gallery-item
    .bottom-content
    .toggle-transcript {
    margin-left: 20px;
  }
  [data-page-id="PeerPerspective"][data-page-category="Resources"]
    #video-gallery
    #video-gallery-mobile
    .gallery-item
    .bottom-content
    .item-title,
  [data-page-id="PeerPerspective"][data-page-category="Resources"]
    #video-gallery
    #video-gallery-mobile
    .gallery-item
    .bottom-content
    .synopsis {
    padding: 0 20px;
  }
  [data-page-id="PeerPerspective"][data-page-category="Resources"]
    #video-gallery
    #video-gallery-mobile
    .gallery-item
    .bottom-content
    .synopsis {
    max-height: 250px;
  }
  [data-page-id="PeerPerspective"][data-page-category="Resources"]
    #video-gallery
    #video-gallery-mobile
    .gallery-item
    .bottom-content
    .synopsis
    .doctors {
    flex-direction: row;
  }
  [data-page-id="PeerPerspective"][data-page-category="Resources"]
    #video-gallery
    #video-gallery-mobile
    .gallery-item
    .bottom-content
    .synopsis
    .doctors
    p {
    margin-right: 24px;
  }
  [data-page-id="PeerPerspective"][data-page-category="Resources"]
    #video-gallery
    #video-gallery-mobile
    .gallery-item
    .bottom-content
    .transcript {
    margin-right: 10px;
  }
}
.accordion {
  display: flex;
}
@media screen and (max-width: 959px) {
  .accordion .accordion-list {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  .accordion .accordion-list {
    flex: 0 0 450px;
    max-width: 450px;
  }
}
.accordion > div {
  flex: 0 0 calc(100% - 450px);
  max-width: calc(100% - 450px);
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  .accordion > div:nth-child(1) {
    padding: 0 25px 0 0;
  }
}
.accordion [aria-hidden] {
  overflow: hidden;
  -webkit-animation: accordion_animation 600ms ease-in-out forwards;
  -moz-animation: accordion_animation 600ms ease-in-out forwards;
  animation: accordion_animation 600ms ease-in-out forwards;
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  animation-delay: 0ms;
}
.accordion [aria-hidden="true"] {
  display: none;
}
.accordion [aria-hidden] > .content {
  padding: 10px 20px;
}
@media screen and (max-width: 959px) {
  .accordion .desktop-image {
    display: none;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  .accordion .desktop-image img {
    width: 100%;
  }
  .accordion .desktop-image figcaption {
    text-align: right;
    font-style: italic;
  }
}
@media screen and (max-width: 959px) {
  .accordion .footnote {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .accordion .to_footnote {
    margin: 0 12px;
  }
  .accordion .to_footnote p {
    font-family: "Gotham", sans-serif;
    font-size: 10px;
    font-weight: 400;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  .accordion .to_footnote {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .accordion [aria-hidden] .figure-content {
    margin: 0 12px;
  }
  .accordion [aria-hidden] .figure-content img {
    width: 100%;
  }
  .accordion [aria-hidden] .figure-content figcaption {
    text-align: right;
    font-style: italic;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  .accordion [aria-hidden] .figure-content {
    display: none;
  }
}
.accordion ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.accordion ul > li {
  margin: 0;
  padding: 0;
}
.accordion ul li {
  margin: 0 0 10px 0;
  border: 1px solid #c4c5ca;
  will-change: background;
  transition: all 300ms ease-in-out;
}
.accordion ul li.hover,
.accordion ul li:hover,
.accordion ul li.active {
  background: #f4e8f3;
}
.accordion div[data-empty-button],
.accordion button[aria-expanded] {
  position: relative;
  padding: 10px 56px 10px 20px;
  color: #9b288c;
  width: 100%;
  text-transform: uppercase;
  display: block;
  text-align: left;
  transition: background 300ms ease-in-out;
  will-change: background;
}
.accordion div[data-empty-button] span,
.accordion button[aria-expanded] span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
}
.accordion div[data-empty-button] span:before,
.accordion div[data-empty-button] span:after,
.accordion button[aria-expanded] span:before,
.accordion button[aria-expanded] span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 3px;
  transform-origin: 0 0;
  background: #9b288c;
}
.accordion div[data-empty-button] span:before,
.accordion button[aria-expanded] span:before {
  transform: translate(-50%, -50%);
}
.accordion div[data-empty-button] span:after,
.accordion button[aria-expanded] span:after {
  transform: rotate(90deg) translate(-50%, -50%);
}
.accordion div[data-empty-button] span,
.accordion button[aria-expanded] span {
  top: 50%;
  left: auto;
  transform: translateY(-50%);
}
.accordion div[data-empty-button] span:after,
.accordion button[aria-expanded] span:after {
  transition: width 300ms ease-in-out;
  will-change: width;
}
@media screen and (max-width: 959px) {
  .accordion div[data-empty-button],
  .accordion button[aria-expanded] {
    font-family: "Knockout", sans-serif;
    font-size: 22px;
    font-weight: 400;
  }
  .accordion div[data-empty-button] span,
  .accordion button[aria-expanded] span {
    right: 20px;
  }
  .accordion div[data-empty-button] sup,
  .accordion button[aria-expanded] sup {
    top: -7px;
    font-size: 12px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  .accordion div[data-empty-button],
  .accordion button[aria-expanded] {
    font-family: "Knockout", sans-serif;
    font-size: 30px;
    font-weight: 400;
  }
  .accordion div[data-empty-button] span,
  .accordion button[aria-expanded] span {
    right: 27px;
  }
  .accordion div[data-empty-button] sup,
  .accordion button[aria-expanded] sup {
    top: -11px;
    font-size: 15px;
  }
}
.accordion button[aria-expanded="true"] span:after {
  width: 3px;
}
@media screen and (max-width: 959px) {
  .accordion [aria-hidden] p {
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }
  .accordion [aria-hidden] figure figcaption,
  .accordion [aria-hidden] .to_footnote p {
    font-family: "Gotham", sans-serif;
    font-size: 10px;
    font-weight: 400;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  .accordion [aria-hidden] p {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }
}
.accordion em.vs,
.accordion em.and {
  font-style: normal;
}
.accordion[data-accordion-type="list"] li {
  counter-increment: ListCounter;
}
@media screen and (max-width: 959px) {
  .accordion[data-accordion-type="list"] button[aria-expanded] {
    padding-left: 34px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  .accordion[data-accordion-type="list"] button[aria-expanded] {
    padding-left: 48px;
  }
}
.accordion[data-accordion-type="list"] button[aria-expanded]:before {
  position: absolute;
  content: "" counter(ListCounter) ". ";
}
@media screen and (max-width: 959px) {
  .accordion[data-accordion-type="list"] button[aria-expanded]:before {
    left: 12px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  .accordion[data-accordion-type="list"] button[aria-expanded]:before {
    left: 20px;
  }
}
@media screen and (max-width: 959px) {
  .accordion[data-accordion-type="list"] [aria-hidden] > .content {
    padding-left: 34px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  .accordion[data-accordion-type="list"] [aria-hidden] > .content {
    padding-left: 48px;
  }
}
@-webkit-keyframes accordion_animation {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 1600px;
  }
}
@-moz-keyframes accordion_animation {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 1600px;
  }
}
@keyframes accordion_animation {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 1600px;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.carousel .carousel-video-container .video-player .poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
}
.carousel .carousel-video-container .video-player .poster-image {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.carousel .carousel-video-container .video-player .play-button {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 959px) and (max-width: 1024px) {
  .carousel .carousel-video-container .video-player .play-button {
    left: 60%;
    opacity: 0.75;
  }
}
.carousel .carousel-video-container .video-player .content {
  position: relative;
  margin-left: 65px;
  width: 400px;
  z-index: 2;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .carousel .carousel-video-container .video-player .content {
    width: 310px;
  }
}
.carousel .carousel-video-container .video-player video {
  width: 100%;
  background: #000;
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  .carousel .carousel-video-container .video-player video {
    height: 520px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 960px) and (max-width: 1250px) {
  .carousel .carousel-video-container .video-player video {
    height: 360px;
  }
}
.carousel .carousel-video-container .video-player .content {
  color: #fff;
}
.carousel .carousel-video-container .video-player .content h3 {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}
.carousel .carousel-video-container .video-player .content h3 strong {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  display: block;
}
.carousel .carousel-video-container .video-player .content h2 {
  font-family: "Gotham", sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}
.carousel .carousel-video-container .video-player .content p {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.carousel .carousel-video-controller {
  position: relative;
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  .carousel .carousel-video-controller {
    margin: 0 18px;
    padding: 30px 50px 0 50px;
  }
}
@media screen and (max-width: 959px) {
  .carousel .carousel-video-controller > div {
    margin-bottom: 30px;
    padding-bottom: 30px;
    background: #fff;
  }
}
.carousel .carousel-video-controller .slick-track {
  display: flex;
}
.carousel .carousel-video-controller .slick-track .slick-slide {
  padding: 0 15px;
  display: flex;
  height: auto;
  flex-direction: column;
}
.carousel .carousel-video-controller .slick-track .slick-slide > div,
.carousel .carousel-video-controller .slick-track .slick-slide > div > div {
  height: 100%;
}
.carousel .carousel-video-controller .slick-track .slick-slide > div > div {
  position: relative;
  padding-bottom: 80px;
}
.carousel
  .carousel-video-controller
  .slick-track
  .slick-slide
  > div
  > div
  button {
  position: absolute;
  bottom: 0;
  left: 0;
}
.carousel .carousel-video-controller .content {
  flex-grow: 1;
}
@media screen and (max-width: 959px) {
  .carousel .carousel-video-controller .content {
    padding: 0 20px;
  }
}
@media screen and (max-width: 959px) {
  .carousel .carousel-video-controller video {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .carousel .carousel-video-controller figure {
    padding: 25px 20px 0 20px;
  }
}

@media screen and (max-width: 959px) {
  [data-page-id="DosingAdministration"] #hero > div > article h2 {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-top: 88px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="DosingAdministration"] #hero > div > article h2 {
    font-family: "Gotham", sans-serif;
    font-size: 51px;
    font-weight: 400;
    line-height: 65px;
    margin-top: 60px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1250px) {
  [data-page-id="DosingAdministration"] #hero > div > article h2 {
    padding-right: 40px;
    font-family: "Gotham", sans-serif;
    font-size: 39px;
    font-weight: 400;
    line-height: 48px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="DosingAdministration"] #hero > div > article h2 strong {
    font-family: "Gotham", sans-serif;
    font-size: 17px;
    font-weight: 700;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="DosingAdministration"] #hero > div > article h2 strong {
    font-family: "Gotham", sans-serif;
    font-size: 58px;
    font-weight: 700;
  }
}
@media screen and (min-width: 960px) and (max-width: 1250px) {
  [data-page-id="DosingAdministration"] #hero > div > article h2 strong {
    font-family: "Gotham", sans-serif;
    font-size: 41px;
    font-weight: 700;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="DosingAdministration"] #hero > div > article h2 sup {
    top: -8px;
    font-size: 10px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="DosingAdministration"] #hero > div > article h2 sup {
    top: -30px;
    font-size: 20px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1250px) {
  [data-page-id="DosingAdministration"] #hero > div > article h2 sup {
    top: -22px;
  }
}
.carousel .carousel-video-controller figure img {
  width: 100%;
}
.carousel .carousel-video-controller button.previous,
.carousel .carousel-video-controller button.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 35px;
  background: url(../images/icons/carousel-brand-arrow.svg) top right no-repeat;
  background-size: 100% auto;
}
.carousel .carousel-video-controller button.previous {
  left: 0;
}
.carousel .carousel-video-controller button.next {
  right: 0;
  transform: scaleX(-1) translateY(-50%);
}
@media screen and (max-width: 959px) {
  .carousel .carousel-video-controller .btn.btn-secondary {
    margin-left: 20px;
  }
}
.carousel .carousel-video-controller figcaption {
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
  font-style: oblique;
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  .carousel .carousel-video-controller figcaption {
    padding-top: 30px;
  }
}
.carousel .carousel-video-controller h3 {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
.carousel .carousel-video-controller p {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}
.carousel .carousel-video-controller p:nth-child(1) {
  flex-grow: 1;
}
.expand [aria-hidden="true"] {
  display: none;
}
.tabs [role="tablist"] {
  display: flex;
  align-items: center;
}
.tabs [role="tablist"] a,
.tabs [role="tablist"] button {
  flex: 1 1 0;
}
.tabs [role="tabpanel"][aria-hidden="true"] {
  display: none;
}
.tabs[data-tab-type="primary"] [role="tablist"] {
  border: 1px solid #c1bfc6;
  border-bottom: 2px solid #9b288c;
}
.tabs[data-tab-type="primary"] [role="tablist"] a[role="tab"],
.tabs[data-tab-type="primary"] [role="tablist"] button {
  color: #9b288c;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  transition: all 300ms ease-in-out;
  will-change: background transform;
}
@media screen and (max-width: 959px) {
  .tabs[data-tab-type="primary"] [role="tablist"] a[role="tab"],
  .tabs[data-tab-type="primary"] [role="tablist"] button {
    padding: 15px;
    font-family: "Knockout", sans-serif;
    font-size: 25px;
    font-weight: 800;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  .tabs[data-tab-type="primary"] [role="tablist"] a[role="tab"],
  .tabs[data-tab-type="primary"] [role="tablist"] button {
    padding: 20px;
    font-family: "Knockout", sans-serif;
    font-size: 30px;
    font-weight: 800;
  }
}
@media screen and (min-width: 375px) and (max-width: 665px) {
  .tabs[data-tab-type="primary"] [role="tablist"] a[role="tab"]:first-child,
  .tabs[data-tab-type="primary"] [role="tablist"] button:first-child {
    padding: 30px 15px;
  }
}
.tabs[data-tab-type="primary"]
  [role="tablist"]
  a[role="tab"][aria-selected="true"],
.tabs[data-tab-type="primary"] [role="tablist"] button[aria-selected="true"] {
  background: #f4e8f3;
}
.tabs[data-tab-type="secondary"] [role="tablist"] {
  display: flex;
}
.tabs[data-tab-type="secondary"] [role="tablist"] [aria-selected] {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 700;
  min-height: 60px;
  text-transform: uppercase;
}
.tabs[data-tab-type="secondary"] [role="tablist"] [aria-selected]:nth-child(1) {
  border-radius: 30px 0 0 30px;
}
.tabs[data-tab-type="secondary"]
  [role="tablist"]
  [aria-selected]:nth-last-child(1) {
  border-radius: 0 30px 30px 0;
}
.tabs[data-tab-type="secondary"] [role="tablist"] [aria-selected="true"] {
  color: #fff;
  background: #9b288c;
}
.tabs[data-tab-type="secondary"] [role="tablist"] [aria-selected="false"] {
  color: #9b288c;
}
.interior-bottom-cta .cta {
  text-align: center;
}
.interior-bottom-cta .cta p {
  font-family: "Gotham", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
  color: #fff;
}
.interior-bottom-cta .cta span {
  font-family: "Gotham", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.1;
}
.interior-bottom-cta .cta .btn.btn-secondary {
  width: 288px;
  padding: 20px 15px;
}
.interior-bottom-cta .cta.cta-1 {
  position: relative;
}
.interior-bottom-cta .cta.cta-1:after {
  content: "";
  position: absolute;
  background-color: #ffcb03;
}
@media screen and (max-width: 959px) {
  .interior-bottom-cta .cta-container {
    margin: 0;
  }
  .interior-bottom-cta .cta-container .cta {
    padding: 50px 0;
  }
  .interior-bottom-cta .cta-container .cta p {
    padding-bottom: 30px;
  }
  .interior-bottom-cta .cta-container .cta p.footnote {
    font-family: "Gotham", sans-serif;
    font-size: 10px;
    font-weight: 400;
  }
  .interior-bottom-cta .cta-container .cta p.footnote sup {
    font-size: 9px;
    top: -4px;
  }
  .interior-bottom-cta .cta-container .cta p sup {
    top: -11px;
    font-size: 12px;
  }
  .interior-bottom-cta .cta-container .cta.cta-1:after {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 92%;
    height: 2px;
  }
  .interior-bottom-cta .cta-container .cta .generic {
    font-family: "Gotham", sans-serif;
    font-size: 18px;
    font-weight: 700;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  .interior-bottom-cta .cta {
    padding: 90px 0;
  }
  .interior-bottom-cta .cta p {
    padding-bottom: 40px;
  }
  .interior-bottom-cta .cta p.footnote {
    font-family: "Gotham", sans-serif;
    font-size: 12px;
    font-weight: 400;
  }
  .interior-bottom-cta .cta p.footnote sup {
    font-size: 9px;
    top: -4px;
  }
  .interior-bottom-cta .cta p sup {
    top: -10px;
    font-size: 14px;
  }
  .interior-bottom-cta .cta.cta-1:after {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 2px;
    height: 67%;
  }
  .interior-bottom-cta .cta .generic {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 700;
  }
}
.move-ahead h2 {
  color: #9b288c;
  text-align: center;
  padding-top: 25px;
}
.move-ahead .anchor-link-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.move-ahead .anchor-link-container a {
  color: #9b288c;
  text-align: center;
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
  font-weight: 700;
}
.move-ahead .anchor-link-container a:after {
  font-family: "Gotham", sans-serif;
  font-weight: 400;
  font-size: 28px;
  position: absolute;
  left: 50%;
  content: "\00BB";
  opacity: 1;
  transform: translateX(-50%) rotate(90deg);
  transition: margin 200ms ease-in;
  will-change: margin;
}
.move-ahead .anchor-link-container a.hover:after,
.move-ahead .anchor-link-container a:hover:after {
  margin-bottom: -5px;
}
.move-ahead .link-container {
  padding: 0;
  transition: padding 300ms ease-in-out;
  will-change: padding;
}
@media screen and (max-width: 959px) {
  .move-ahead .container {
    padding: 0 25px;
  }
  .move-ahead a {
    margin-bottom: 20px;
    padding-bottom: 30px;
    font-size: 16px;
    line-height: 20px;
  }
  .move-ahead a:after {
    bottom: 5px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  .move-ahead h2 {
    margin: 0;
  }
  .move-ahead a {
    font-size: 20px;
    padding-bottom: 60px;
    margin-bottom: 0;
    transition: padding 300ms ease-in-out;
    will-change: padding;
  }
  .move-ahead a:after {
    bottom: 30px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  html.move-ahead-sticky .move-ahead-header > div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    box-shadow: 0 0 5px 2px rgba(155, 40, 140, 0.25);
    background: #fff;
    transition: top 400ms ease-in-out;
    will-change: top;
  }
  html.move-ahead-sticky.scroll-state-up .move-ahead-header > div {
    top: 115px;
  }
  html.move-ahead-sticky .move-ahead .border-center {
    padding: 0;
    height: 0;
    overflow: hidden;
  }
  html.move-ahead-sticky .move-ahead .container {
    align-items: center;
  }
  html.move-ahead-sticky .move-ahead a {
    padding: 16px 0;
  }
  html.move-ahead-sticky .move-ahead a:after {
    opacity: 0;
  }
}
.back-to-top.btn.btn-secondary {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 700;
  position: fixed;
  z-index: 5;
  right: -300px;
  top: 70%;
  border-right: none;
  transition: right 300ms ease-in-out;
  will-change: right;
}
@media screen and (max-width: 959px) {
  .back-to-top.btn.btn-secondary {
    padding: 20px 25px 20px 40px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  .back-to-top.btn.btn-secondary {
    padding: 20px 60px;
  }
}
.back-to-top.btn.btn-secondary:after {
  color: #9b288c;
  transform: rotate(270deg);
  display: block;
  position: absolute;
  content: "\00BB";
}
@media screen and (max-width: 959px) {
  .back-to-top.btn.btn-secondary:after {
    top: 15px;
    left: 13px;
    font-size: 24px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  .back-to-top.btn.btn-secondary:after {
    top: 14px;
    left: 24px;
    font-size: 28px;
  }
}
@media screen and (max-width: 959px) {
  .back-to-top.btn.btn-secondary.show {
    right: -140px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  .back-to-top.btn.btn-secondary.show {
    right: -40px;
  }
}
#map .info-window h4 {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #9b288c;
}
#map .info-window address p {
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  line-height: 22px;
}
#map .info-window address a {
  color: #9b288c;
}
#map .info-window .website {
  word-wrap: break-word;
}
#map .info-window .website a:before {
  content: "";
  position: relative;
  top: 1px;
  margin-right: 4px;
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url("../images/icons/globe.svg") 0 0 no-repeat;
  background-size: 12px auto;
}
#map .info-window .time {
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin: 8px 0;
}
#map .info-window .time .closed {
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #9b288c;
}
#map .info-window .time .closed:before {
  content: "";
  position: relative;
  top: 2px;
  margin-right: 4px;
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url("../images/icons/brand-clock.svg") 0 0 no-repeat;
  background-size: 12px auto;
}
#map .info-window .time .closed:after {
  content: " |";
  color: #58595b;
}
#map .info-window .time .closed.na:after {
  content: none;
}
#map .info-window .hours {
  font-family: "Gotham", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
}
#map .info-window .hours span {
  font-family: "Gotham", sans-serif;
  font-size: 10px;
  font-weight: 700;
}
#map .info-window .btn {
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 15px 30px;
  margin: 15px 0;
}
#map .gm-style-iw.gm-style-iw-c {
  width: 230px;
  border-radius: 0;
}
#map [aria-label="Close"] {
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: red;
}
[data-page-id="Home"] .page-content {
  background-color: #fff;
}
[data-page-id="Home"] #first_section {
  background-color: #fff;
}
[data-page-id="Home"] .page-content #pillars > article {
  position: relative;
  display: flex;
}
[data-page-id="Home"] .page-content #pillars .selectivity,
[data-page-id="Home"] .page-content #pillars .remission,
[data-page-id="Home"] .page-content #pillars .safety {
  position: relative;
  overflow: hidden;
  background: url(../images/backgrounds/homepage-pillars.svg) 0 0 no-repeat;
  background-size: cover;
}
[data-page-id="Home"] .page-content #pillars .content-area {
  position: relative;
  z-index: 3;
}
[data-page-id="Home"] .page-content #pillars .bg {
  position: absolute;
  bottom: 0;
  z-index: 2;
}
[data-page-id="Home"] .page-content #pillars [data-yellow-dot-word] {
  padding: 0;
}
[data-page-id="Home"] .page-content #pillars .btn-wrapper {
  position: relative;
  z-index: 3;
}
[data-page-id="Home"] .page-content #pillars h2 {
  text-transform: uppercase;
  color: #9b288c;
  letter-spacing: -1px;
}
[data-page-id="Home"] .page-content #pillars h2 > sup {
  padding-left: 4px;
}
[data-page-id="Home"] .page-content #pillars h2 .knockout-29 {
  color: #58595b;
  display: block;
}
[data-page-id="Home"] .page-content #pillars .safety h2 {
  margin-top: 10px;
}
[data-page-id="Home"] .page-content #pillars h3 {
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}
[data-page-id="Home"] .page-content #pillars p {
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
}
@media screen and (max-width: 959px) {
  [data-page-id="Home"] .page-content #home_title > article {
    padding: 0 25px;
  }
  [data-page-id="Home"] .page-content #home_title > article h2 {
    font-family: "Knockout", sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #9b288c;
    text-transform: uppercase;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 959px) and (max-width: 374px) {
  [data-page-id="Home"] .page-content #home_title > article h2 {
    line-height: 52px;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="Home"] .page-content #home_title > article h2 > span span {
    position: relative;
    display: inline-block;
  }
  [data-page-id="Home"] .page-content #home_title > article h2 > span em {
    position: absolute;
    bottom: -12px;
    left: 0;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    text-transform: lowercase;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 959px) and (max-width: 374px) {
  [data-page-id="Home"] .page-content #home_title > article h2 > span em {
    bottom: -27px;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="Home"] .page-content #pillars {
    margin: 25px 0;
  }
  [data-page-id="Home"] .page-content #pillars > article {
    padding: 0;
    flex-direction: column;
  }
  [data-page-id="Home"] .page-content #pillars .selectivity,
  [data-page-id="Home"] .page-content #pillars .remission,
  [data-page-id="Home"] .page-content #pillars .safety {
    padding: 0 25px;
    min-height: 457px;
  }
  [data-page-id="Home"] .page-content #pillars .selectivity .footnote,
  [data-page-id="Home"] .page-content #pillars .remission .footnote,
  [data-page-id="Home"] .page-content #pillars .safety .footnote {
    font-size: 12px;
    line-height: 16px;
  }
  [data-page-id="Home"] .page-content #pillars .selectivity:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: #ffcb03;
  }
  [data-page-id="Home"] .page-content #pillars .remission {
    padding-bottom: 25px;
  }
  [data-page-id="Home"] .page-content #pillars .remission img {
    bottom: -50px;
  }
  [data-page-id="Home"] .page-content #pillars .safety img {
    bottom: -25px;
  }
  [data-page-id="Home"] .page-content #pillars .content-area {
    padding: 50px 0 0 0;
    width: 250px;
  }
}
@media screen and (max-width: 959px) and (max-width: 374px) {
  [data-page-id="Home"] .page-content #pillars .content-area {
    width: 270px;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="Home"] .page-content #pillars .bg {
    right: 0;
    height: 480px;
  }
}
@media screen and (max-width: 959px) and (max-width: 374px) {
  [data-page-id="Home"] .page-content #pillars .bg {
    height: 400px;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="Home"] .page-content #pillars [data-yellow-dot-word] {
    position: relative;
    font-family: "Gotham", sans-serif;
    font-size: 20px;
    font-weight: 600;
    width: 61px;
    height: 61px;
    line-height: 61px;
    font-style: italic;
    text-align: center;
    text-transform: uppercase;
    border-radius: 100%;
    color: #9b288c;
    background: #ffcb03;
    position: relative;
    left: 50%;
    margin: -15px 0;
    transform: translateX(-50%);
    z-index: 3;
  }
}
@media screen and (max-width: 959px) and (max-width: 374px) {
  [data-page-id="Home"] .page-content #pillars .btn-wrapper {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="Home"] .page-content #pillars .btn-wrapper p {
    margin-bottom: 8px;
    padding: 0;
  }
  [data-page-id="Home"] .page-content #pillars h2 {
    font-family: "Knockout", sans-serif;
    font-size: 57px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 40px;
  }
  [data-page-id="Home"] .page-content #pillars h2 > sup {
    top: -33px;
    font-size: 15px;
  }
  [data-page-id="Home"] .page-content #pillars h2 .knockout-29 {
    font-family: "Knockout", sans-serif;
    font-size: 36px;
    font-weight: 200;
  }
  [data-page-id="Home"] .page-content #pillars h2 .knockout-29 sup {
    top: -18px;
    font-size: 15px;
  }
  [data-page-id="Home"] .page-content #pillars h3,
  [data-page-id="Home"] .page-content #pillars p {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 959px) and (max-width: 374px) {
  [data-page-id="Home"] .page-content #pillars h3,
  [data-page-id="Home"] .page-content #pillars p {
    padding-right: 40px;
  }
  [data-page-id="Home"] .page-content #pillars h3 br[data-only="mobile"],
  [data-page-id="Home"] .page-content #pillars p br[data-only="mobile"] {
    display: none;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="Home"] .page-content #home_title > article {
    padding: 0 23px;
  }
  [data-page-id="Home"] .page-content #home_title > article h2 {
    color: #9b288c;
    margin-top: 25px;
    margin-bottom: 55px;
    text-transform: uppercase;
    font-family: "Knockout", sans-serif;
    font-size: 72px;
    font-weight: 700;
    display: flex;
    align-items: center;
  }
  [data-page-id="Home"] .page-content #home_title > article h2:before,
  [data-page-id="Home"] .page-content #home_title > article h2:after {
    content: "";
    flex-grow: 1;
    height: 4px;
    background: #ffcb03;
  }
  [data-page-id="Home"] .page-content #home_title > article h2 > span {
    padding: 0 20px;
  }
  [data-page-id="Home"] .page-content #home_title > article h2 > span span {
    position: relative;
  }
  [data-page-id="Home"] .page-content #home_title > article h2 > span em {
    font-family: "Knockout", sans-serif;
    font-size: 36px;
    position: absolute;
    bottom: -23px;
    left: 0;
    font-weight: 400;
    text-transform: lowercase;
    font-style: normal;
  }
  [data-page-id="Home"] .page-content #pillars {
    margin: 40px 0 20px 0;
  }
  [data-page-id="Home"] .page-content #pillars > article {
    padding: 0 23px;
    justify-content: space-between;
  }
  [data-page-id="Home"] .page-content #pillars .selectivity,
  [data-page-id="Home"] .page-content #pillars .remission,
  [data-page-id="Home"] .page-content #pillars .safety {
    flex: 0 0 calc(33.33333% - 20px);
    max-width: calc(33.33333% - 20px);
    box-shadow: 5px 5px 5px 0 rgba(155, 40, 140, 0.08);
    min-height: 560px;
  }
  [data-page-id="Home"] .page-content #pillars .selectivity .footnote,
  [data-page-id="Home"] .page-content #pillars .remission .footnote,
  [data-page-id="Home"] .page-content #pillars .safety .footnote {
    font-size: 12px;
  }
  [data-page-id="Home"] .page-content #pillars .selectivity:before,
  [data-page-id="Home"] .page-content #pillars .remission:before,
  [data-page-id="Home"] .page-content #pillars .safety:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: #ffcb03;
  }
  [data-page-id="Home"] .page-content #pillars .content-area {
    padding: 95px 0 0 25px;
    min-height: 430px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 960px) and (max-width: 1250px) {
  [data-page-id="Home"] .page-content #pillars .content-area {
    padding-top: 40px;
    min-height: 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="Home"] .page-content #pillars .bg {
    left: 0;
    width: 100%;
  }
  [data-page-id="Home"] .page-content #pillars [data-yellow-dot-word] {
    position: relative;
    font-family: "Gotham", sans-serif;
    font-size: 20px;
    font-weight: 600;
    width: 61px;
    height: 61px;
    line-height: 61px;
    font-style: italic;
    text-align: center;
    text-transform: uppercase;
    border-radius: 100%;
    color: #9b288c;
    background: #ffcb03;
    flex: 0 0 61px;
    max-width: 61px;
    position: absolute;
    top: 50%;
    left: calc(33.33333% - 30px);
    transform: translateY(-50%);
    z-index: 3;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 959px) and (max-width: 1024px) {
  [data-page-id="Home"] .page-content #pillars [data-yellow-dot-word] {
    top: 61%;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="Home"]
    .page-content
    #pillars
    [data-yellow-dot-word]:nth-child(2) {
    left: calc(66.66666% - 30px);
  }
  [data-page-id="Home"] .page-content #pillars .btn-wrapper {
    margin: 0 0 0 25px;
    display: flex;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 959px) and (max-width: 1024px) {
  [data-page-id="Home"] .page-content #pillars .btn-wrapper {
    margin-top: 110px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="Home"] .page-content #pillars .btn-wrapper p {
    padding: 0;
  }
  [data-page-id="Home"] .page-content #pillars .btn-wrapper .btn {
    padding: 20px;
  }
  [data-page-id="Home"] .page-content #pillars .btn-wrapper .btn:nth-child(1) {
    margin-right: 10px;
  }
  [data-page-id="Home"] .page-content #pillars h2 {
    font-family: "Knockout", sans-serif;
    font-size: 72px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 50px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 960px) and (max-width: 1250px) {
  [data-page-id="Home"] .page-content #pillars h2 {
    font-family: "Knockout", sans-serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 38px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="Home"] .page-content #pillars h2 > sup {
    top: -42px;
    font-size: 17px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 960px) and (max-width: 1250px) {
  [data-page-id="Home"] .page-content #pillars h2 > sup {
    top: -30px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="Home"] .page-content #pillars h2 .knockout-29 {
    font-family: "Knockout", sans-serif;
    font-size: 45px;
    font-weight: 200;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 960px) and (max-width: 1250px) {
  [data-page-id="Home"] .page-content #pillars h2 .knockout-29 {
    font-family: "Knockout", sans-serif;
    font-size: 36px;
    font-weight: 200;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="Home"] .page-content #pillars h2 .knockout-29 sup {
    top: -22px;
    font-size: 18px;
  }
  [data-page-id="Home"] .page-content #pillars .safety h2 {
    margin-top: 10px;
  }
  [data-page-id="Home"] .page-content #pillars h3 {
    padding-right: 100px;
    margin-bottom: 15px;
  }
  [data-page-id="Home"] .page-content #pillars p {
    padding-right: 160px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 959px) and (max-width: 1024px) {
  [data-page-id="Home"] .page-content #pillars p {
    padding-right: 70px;
  }
}
[data-page-id="Home"] .page-content #cta > article {
  display: flex;
}
[data-page-id="Home"] .page-content #cta .head-to-head,
[data-page-id="Home"] .page-content #cta .first-line-biologic,
[data-page-id="Home"] .page-content #cta .milestones {
  position: relative;
}
[data-page-id="Home"] .head-to-head {
  overflow: hidden;
  background: url(../images/backgrounds/homepage-cta-bg.svg) 0 0 no-repeat;
  background-size: cover;
  text-align: center;
}
[data-page-id="Home"] .head-to-head:before,
[data-page-id="Home"] .head-to-head:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
[data-page-id="Home"] .head-to-head:before {
  -webkit-filter: blur(3px);
  filter: blur(3px);
  z-index: 1;
}
[data-page-id="Home"] .head-to-head:after {
  z-index: 2;
}
[data-page-id="Home"] .head-to-head > * {
  position: relative;
  z-index: 3;
}
[data-page-id="Home"] .head-to-head h2 {
  text-transform: uppercase;
  color: #fff;
}

[data-page-id="Home"] .head-to-head h2 .knockout-29.subhead {
  font-size: 32px;
  line-height: 48px;
}
[data-page-id="Home"] .head-to-head h2 .knockout-29.subhead strong {
  font-family: "Knockout", sans-serif;
  font-weight: normal;
}

[data-page-id="Home"] .head-to-head h2 .knockout-49 sup {
  position: relative;
}
[data-page-id="Home"] .head-to-head .entyvio-vs-humira {
  display: flex;
  justify-content: flex-start;
}
[data-page-id="Home"] .head-to-head .entyvio-vs-humira h3 {
  position: relative;
  color: #fff;
  text-transform: uppercase;
}
[data-page-id="Home"] .head-to-head .entyvio-vs-humira h3 em {
  font-style: normal;
  display: block;
  text-transform: lowercase;
}
[data-page-id="Home"] .head-to-head .entyvio-vs-humira h3 .superscript-set {
  position: absolute;
}
[data-page-id="Home"] .head-to-head .entyvio-vs-humira h3 .superscript-set sup {
  position: relative;
}
[data-page-id="Home"] .head-to-head .legal {
  position: relative;
  color: #fff;
}
[data-page-id="Home"] .head-to-head .legal span {
  position: absolute;
}
@media screen and (max-width: 374px) {
  [data-page-id="Home"] .head-to-head .btn.btn-secondary {
    padding: 20px;
  }
}
[data-page-id="Home"] .first-line-biologic {
  color: #9b288c;
}
[data-page-id="Home"] .first-line-biologic div {
  margin-top: 36px;
  text-align: center;
}
[data-page-id="Home"] .first-line-biologic h2 {
  position: relative;
  text-transform: uppercase;
}
[data-page-id="Home"] .first-line-biologic h3 {
  position: relative;
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  font-weight: 600;
}
[data-page-id="Home"] .first-line-biologic h3 sup {
  font-family: "Knockout", sans-serif;
  font-size: inherit;
  font-weight: 200;
}
[data-page-id="Home"] .first-line-biologic h3 sup span {
  position: relative;
  top: 7px;
  font-size: 23px;
  line-height: 0px;
}
[data-page-id="Home"] .first-line-biologic .legal p {
  color: #58595b;
  position: relative;
  padding: 0 80px;
}
[data-page-id="Home"] .first-line-biologic .legal p sup:nth-child(1),
[data-page-id="Home"] .first-line-biologic .legal p .sup:nth-child(1) {
  position: absolute;
}
[data-page-id="Home"] .milestones {
  overflow: hidden;
  background: url(../images/backgrounds/homepage-milestones-bg.png) 0 0
    no-repeat;
  background-size: cover;
  text-align: center;
  min-height: 980px;
}
[data-page-id="Home"] .milestones h2 {
  position: relative;
  text-transform: uppercase;
  color: #9b288c;
}
[data-page-id="Home"] .milestones h2 strong {
  display: block;
}
[data-page-id="Home"] .milestones .info {
  display: flex;
}
[data-page-id="Home"] .milestones .milestones-banner img {
  width: 80%;
}
[data-page-id="Home"] .milestones .icon-list {
  margin-top: 25px;
}
[data-page-id="Home"] .milestones .icon-list .icon-item {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
[data-page-id="Home"] .milestones .icon-list .icon-item img {
  width: 80px;
  height: 80px;
  margin-right: 10px;
}
[data-page-id="Home"] .milestones .icon-list .icon-item p {
  color: #9b288c;
  margin: 0;
  text-align: left;
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
[data-page-id="Home"] .milestones .icon-list .icon-item p span {
  font-family: "Knockout", sans-serif;
  font-size: 26px;
  text-transform: uppercase;
}
[data-page-id="Home"] .milestones .btn-wrapper > div p {
  position: relative;
}
[data-page-id="Home"] .milestones .btn-wrapper > div p sup:nth-child(1),
[data-page-id="Home"] .milestones .btn-wrapper > div p .sup:nth-child(1) {
  position: absolute;
}
[data-page-id="Home"] .milestones .legal {
  margin-top: 30px;
  text-align: left;
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #9b288c;
}
[data-page-id="Home"] .milestones [data-yellow-dot-word] span {
  position: relative;
  left: -3px;
}
@media screen and (max-width: 959px) {
  [data-page-id="Home"] .page-content #cta > article {
    flex-direction: column;
  }
  [data-page-id="Home"] .head-to-head {
    margin-bottom: 25px;
    padding: 32px 15px 25px 15px;
  }
  [data-page-id="Home"] .head-to-head:before {
    background: url(../images/backgrounds/corner-marker-shadow.svg)
      calc(100% + 4px) calc(100% + 4px) no-repeat;
    background-size: 155px auto;
  }
  [data-page-id="Home"] .head-to-head:after {
    background: url(../images/backgrounds/corner-marker.svg) 100% 100% no-repeat;
    background-size: 155px auto;
  }
  [data-page-id="Home"] .head-to-head h2 {
    padding: 30px 0 20px 10px;
  }
  [data-page-id="Home"] .head-to-head h2 .knockout-29 {
    font-family: "Knockout", sans-serif;
    font-size: 28px;
    font-weight: 200;
    line-height: 32px;
  }
  [data-page-id="Home"] .head-to-head h2 .knockout-29.subhead {
    font-size: 18px;
    line-height: 20px;
  }
  [data-page-id="Home"] .head-to-head h2 .knockout-29.subhead sup {
    top: -8px;
    font-size: 10px;
  }
  [data-page-id="Home"] .head-to-head h2 .knockout-29 sup {
    top: -14px;
    font-size: 15px;
  }
  [data-page-id="Home"] .head-to-head h2 .knockout-49 {
    font-family: "Knockout", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    position: relative;
    display: inline-flex;
    align-items: center;
  }
  [data-page-id="Home"] .head-to-head h2 .knockout-49 sup {
    top: -5px;
    font-size: 18px;
  }
  [data-page-id="Home"] .head-to-head h2 .knockout-49 .gotham-med {
    font-family: "Gotham", sans-serif;
    font-size: 36px;
    font-weight: 600;
    position: relative;
    top: 2px;
  }
  [data-page-id="Home"] .head-to-head .entyvio-vs-humira {
    padding: 0 20px;
  }
}
@media screen and (max-width: 959px) and (max-width: 374px) {
  [data-page-id="Home"] .head-to-head .entyvio-vs-humira {
    padding: 0 10px;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="Home"] .head-to-head .entyvio-vs-humira h3 {
    font-family: "Gotham", sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 20px;
  }
}
@media screen and (max-width: 959px) and (max-width: 374px) {
  [data-page-id="Home"] .head-to-head .entyvio-vs-humira h3 {
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="Home"] .head-to-head .entyvio-vs-humira h3 em {
    font-family: "Gotham", sans-serif;
    font-size: 12px;
    font-weight: 600;
  }
  [data-page-id="Home"] .head-to-head .entyvio-vs-humira h3 .superscript-set {
    top: -1px;
    font-size: 18px;
  }
  [data-page-id="Home"]
    .head-to-head
    .entyvio-vs-humira
    h3
    .superscript-set
    sup {
    top: -5px;
    font-size: 10px;
  }
  [data-page-id="Home"]
    .head-to-head
    .entyvio-vs-humira
    [data-yellow-dot-word] {
    margin: -6px 12px 0 12px;
    padding-top: 1px;
    padding-right: 2px;
    position: relative;
    font-family: "Gotham", sans-serif;
    font-size: 10px;
    font-weight: 600;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-style: italic;
    text-align: center;
    text-transform: uppercase;
    border-radius: 100%;
    color: #9b288c;
    background: #ffcb03;
  }
}
@media screen and (max-width: 959px) and (max-width: 374px) {
  [data-page-id="Home"]
    .head-to-head
    .entyvio-vs-humira
    [data-yellow-dot-word] {
    margin: 0 6px 0 6px;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="Home"] .head-to-head .legal {
    padding: 15px 20px 25px 23px;
    line-height: 12px;
  }
}
@media screen and (max-width: 959px) and (max-width: 374px) {
  [data-page-id="Home"] .head-to-head .legal {
    padding-left: 10px;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="Home"] .head-to-head .legal span {
    left: 30px;
  }
}
@media screen and (max-width: 959px) and (max-width: 374px) {
  [data-page-id="Home"] .head-to-head .legal span {
    left: 4px;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="Home"] .head-to-head .legal sup {
    top: -2px;
  }
  [data-page-id="Home"] .head-to-head .btn-wrapper {
    margin: 0 0 0 10px;
  }
  [data-page-id="Home"] .head-to-head .varsity-trial img {
    width: 100%;
  }
  [data-page-id="Home"] .first-line-biologic {
    margin-bottom: 25px;
    padding: 20px 12px 20px 25px;
  }
  [data-page-id="Home"] .first-line-biologic h2 {
    font-family: "Knockout", sans-serif;
    font-size: 28px;
    font-weight: 200;
    margin-bottom: 20px;
    line-height: 32px;
  }
  [data-page-id="Home"] .first-line-biologic h2 strong {
    font-family: "Knockout", sans-serif;
    font-size: 36px;
    font-weight: 700;
    display: block;
  }
  [data-page-id="Home"] .first-line-biologic h2 sup {
    top: -12px;
    font-size: 17px;
  }
  [data-page-id="Home"] .first-line-biologic h3 {
    position: relative;
    font-family: "Gotham", sans-serif;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  [data-page-id="Home"] .first-line-biologic h3 sup span {
    font-size: 20px;
  }
  [data-page-id="Home"] .first-line-biologic .legal {
    margin-bottom: 24px;
  }
  [data-page-id="Home"] .first-line-biologic .legal p {
    position: relative;
    margin: 0 0 4px 0;
    line-height: 12px;
    padding: 0;
  }
  [data-page-id="Home"] .first-line-biologic .legal p sup:nth-child(1),
  [data-page-id="Home"] .first-line-biologic .legal p .sup:nth-child(1) {
    left: -5px;
  }
  [data-page-id="Home"] .milestones {
    padding: 20px 20px 20px 32px;
    height: 980px;
    min-height: 100%;
  }
  [data-page-id="Home"] .milestones h2 {
    font-family: "Knockout", sans-serif;
    font-size: 36px;
    font-weight: 200;
    margin-bottom: 45px;
    line-height: 35px;
  }
  [data-page-id="Home"] .milestones h2 strong {
    font-family: "Knockout", sans-serif;
    font-size: 36px;
    font-weight: 700;
  }
  [data-page-id="Home"] .milestones .info {
    flex-direction: column;
  }
  [data-page-id="Home"] .milestones .info > div {
    display: flex;
  }
  [data-page-id="Home"] .milestones .info > div [data-yellow-dot-word] {
    position: relative;
    font-family: "Gotham", sans-serif;
    font-size: 24px;
    font-weight: 600;
    width: 37px;
    height: 37px;
    line-height: 37px;
    font-style: italic;
    text-align: center;
    text-transform: uppercase;
    border-radius: 100%;
    color: #9b288c;
    background: #ffcb03;
    flex: 0 0 37px;
    max-width: 37px;
    margin-right: 15px;
  }
  [data-page-id="Home"] .milestones .info > div p {
    font-family: "Gotham", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
  }
  [data-page-id="Home"] .milestones .info > div p strong {
    font-family: "Gotham", sans-serif;
    font-size: inherit;
    font-weight: 700;
  }
  [data-page-id="Home"] .milestones .btn-wrapper > p {
    margin-right: 12px;
  }
  [data-page-id="Home"] .milestones .btn-wrapper > p .btn {
    padding: 20px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  [data-page-id="Home"] .milestones .btn-wrapper > p .btn {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="Home"] .milestones .btn-wrapper > div p {
    margin-bottom: 8px;
    font-family: "Gotham", sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
  }
  [data-page-id="Home"] .milestones .btn-wrapper > div p:nth-last-child(1) {
    margin-bottom: 0;
  }
  [data-page-id="Home"] .milestones .btn-wrapper > div p sup:nth-child(1),
  [data-page-id="Home"] .milestones .btn-wrapper > div p .sup:nth-child(1) {
    left: -7px;
  }
  [data-page-id="Home"] .milestones .icon-list .icon-item p {
    font-size: 14px;
  }
  [data-page-id="Home"] .milestones .icon-list .icon-item p span {
    font-size: 18px;
  }
  [data-page-id="Home"] .milestones .legal {
    font-size: 12px;
    font-weight: 400;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="Home"] .page-content #cta > article {
    padding: 0 23px;
  }
  [data-page-id="Home"] .page-content #cta > article > div {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 960px) and (max-width: 1250px) {
  [data-page-id="Home"] .page-content #cta > article > div:nth-child(1) {
    flex: 0 0 55%;
    max-width: 55%;
  }
  [data-page-id="Home"] .page-content #cta > article > div:nth-child(2) {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="Home"] .page-content #cta > article > div:nth-child(1) {
    padding-right: 12px;
  }
  [data-page-id="Home"] .page-content #cta > article > div:nth-child(2) {
    padding-left: 12px;
  }
  [data-page-id="Home"] .head-to-head {
    padding: 32px 25px 119px 25px;
    min-height: 100%;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 960px) and (max-width: 1250px) {
  [data-page-id="Home"] .head-to-head {
    padding: 32px 15px 125px 15px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="Home"] .head-to-head:before {
    background: url(../images/backgrounds/corner-marker-shadow.svg)
      calc(100% + 4px) calc(100% + 4px) no-repeat;
    background-size: 258px auto;
  }
  [data-page-id="Home"] .head-to-head:after {
    background: url(../images/backgrounds/corner-marker.svg) 100% 100% no-repeat;
    background-size: 258px auto;
  }
  [data-page-id="Home"] .head-to-head .varsity-trial {
    margin-top: 80px;
    margin-bottom: 50px;
  }
  [data-page-id="Home"] .head-to-head .varsity-trial img {
    width: 240px;
    height: 60px;
  }
  [data-page-id="Home"] .head-to-head h2 {
    padding: 25px 0 20px 20px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 960px) and (max-width: 1250px) {
  [data-page-id="Home"] .head-to-head h2 {
    padding: 25px 0 20px 0;
  }
}

@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 960px) and (max-width: 1318px) {
  [data-page-id="Home"] .head-to-head h2 .knockout-49 {
    display: block;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="Home"] .head-to-head h2 .knockout-49 sup {
    top: -10px;
    font-size: 38px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 960px) and (max-width: 1318px) {
  [data-page-id="Home"] .head-to-head h2 .knockout-49 sup {
    top: -20px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="Home"] .head-to-head h2 .knockout-49 .gotham-med {
    font-family: "Gotham", sans-serif;
    font-size: 70px;
    font-weight: 600;
    position: relative;
    top: 6px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 960px) and (max-width: 1318px) {
  [data-page-id="Home"] .head-to-head h2 .knockout-49 .gotham-med {
    top: 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="Home"] .head-to-head .entyvio-vs-humira {
    margin-top: 40px;
    padding: 0 20px;
    justify-content: center;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 960px) and (max-width: 1250px) {
  [data-page-id="Home"] .head-to-head .entyvio-vs-humira {
    padding: 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="Home"] .head-to-head .entyvio-vs-humira h3 {
    font-family: "Gotham", sans-serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 40px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 960px) and (max-width: 1250px) {
  [data-page-id="Home"] .head-to-head .entyvio-vs-humira h3 {
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="Home"] .head-to-head .entyvio-vs-humira h3 em {
    font-family: "Gotham", sans-serif;
    font-size: 23px;
    font-weight: 600;
  }
  [data-page-id="Home"] .head-to-head .entyvio-vs-humira h3 .superscript-set {
    top: -5px;
    font-size: 30px;
  }
  [data-page-id="Home"]
    .head-to-head
    .entyvio-vs-humira
    h3
    .superscript-set
    sup {
    top: -7px;
    font-size: 20px;
  }
  [data-page-id="Home"]
    .head-to-head
    .entyvio-vs-humira
    [data-yellow-dot-word] {
    margin: -11px 32px 0 32px;
    padding-top: 2px;
    padding-right: 3px;
    position: relative;
    font-family: 'Gotham', sans-serif;
    font-size: 20px;
    font-weight: 600;
    width: 57px;
    height: 57px;
    line-height: 57px;
    font-style: italic;
    text-align: center;
    text-transform: uppercase;
    border-radius: 100%;
    color: #9b288c;
    background: #ffcb03;
    top: 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 960px) and (max-width: 1250px) {
  [data-page-id="Home"]
    .head-to-head
    .entyvio-vs-humira
    [data-yellow-dot-word] {
    margin: 10px 5px 0 5px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="Home"] .head-to-head .legal {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 50%;
    padding: 15px 20px 20px 20px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 960px) and (max-width: 1250px) {
  [data-page-id="Home"] .head-to-head .legal {
    padding: 15px 0 20px 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="Home"] .head-to-head .legal span {
    left: 14px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 960px) and (max-width: 1250px) {
  [data-page-id="Home"] .head-to-head .legal span {
    left: -8px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="Home"] .head-to-head .btn-wrapper {
    margin: 30px 0 0 25px;
  }
  [data-page-id="Home"] .first-line-biologic {
    margin-bottom: 20px;
    padding: 20px 12px 20px 32px;
  }
  [data-page-id="Home"] .first-line-biologic h2 {
    font-family: "Knockout", sans-serif;
    font-size: 50px;
    font-weight: 200;
    margin-bottom: 20px;
    line-height: 52px;
  }
  [data-page-id="Home"] .first-line-biologic h2 strong {
    font-family: "Knockout", sans-serif;
    font-size: 50px;
    font-weight: 700;
  }
  [data-page-id="Home"] .first-line-biologic h2 sup {
    top: -18px;
    font-size: 20px;
  }
  [data-page-id="Home"] .first-line-biologic h3 {
    position: relative;
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  [data-page-id="Home"] .first-line-biologic .legal p {
    position: relative;
    margin: 0;
  }
  [data-page-id="Home"] .first-line-biologic .legal p sup:nth-child(1),
  [data-page-id="Home"] .first-line-biologic .legal p .sup:nth-child(1) {
    left: -5px;
  }
  [data-page-id="Home"] .milestones {
    padding: 20px 20px 20px 32px;
    height: 980px;
    min-height: 100%;
  }
  [data-page-id="Home"] .milestones h2 {
    font-family: "Knockout", sans-serif;
    font-size: 50px;
    font-weight: 200;
    margin-bottom: 30px;
    line-height: 52px;
  }
  [data-page-id="Home"] .milestones h2 strong {
    font-family: "Knockout", sans-serif;
    font-size: 50px;
    font-weight: 700;
  }
  [data-page-id="Home"] .milestones .info {
    justify-content: space-between;
  }
  [data-page-id="Home"] .milestones .info > div {
    margin-right: 30px;
  }
  [data-page-id="Home"] .milestones .info > div:nth-last-child(1) {
    margin-right: 0;
  }
  [data-page-id="Home"] .milestones .info > div [data-yellow-dot-word] {
    position: relative;
    font-family: "Gotham", sans-serif;
    font-size: 24px;
    font-weight: 600;
    width: 37px;
    height: 37px;
    line-height: 37px;
    font-style: italic;
    text-align: center;
    text-transform: uppercase;
    border-radius: 100%;
    color: #9b288c;
    background: #ffcb03;
    margin-bottom: 10px;
  }
  [data-page-id="Home"] .milestones .info > div p {
    font-family: "Gotham", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
  }
  [data-page-id="Home"] .milestones .info > div p strong {
    font-family: "Gotham", sans-serif;
    font-size: inherit;
    font-weight: 700;
  }
  [data-page-id="Home"] .milestones .btn-wrapper {
    display: flex;
  }
  [data-page-id="Home"] .milestones .btn-wrapper > p {
    margin-right: 12px;
    flex: 0 0 210px;
    max-width: 210px;
  }
  [data-page-id="Home"] .milestones .btn-wrapper > p .btn {
    padding: 20px 18px;
  }
  [data-page-id="Home"] .milestones .btn-wrapper > div p {
    margin-bottom: 8px;
  }
  [data-page-id="Home"] .milestones .btn-wrapper > div p:nth-last-child(1) {
    margin-bottom: 0;
  }
  [data-page-id="Home"] .milestones .btn-wrapper > div p sup:nth-child(1),
  [data-page-id="Home"] .milestones .btn-wrapper > div p .sup:nth-child(1) {
    left: -8px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="Home"] #hero [data-only*="mobile"],
  [data-page-id="Home"] #hero .ani-hidden {
    display: none !important;
  }
  [data-page-id="Home"] #hero > div > article h2 {
    max-height: 350px;
    height: 26vw;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 960px) and (max-width: 1024px) {
  [data-page-id="Home"] #hero > div > article h2 {
    height: 36vw;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="Home"] #hero > div > article .ani-fadein {
    -webkit-animation: homepage-fadein 1s ease-in forwards;
    -moz-animation: homepage-fadein 1s ease-in forwards;
    animation: homepage-fadein 1s ease-in forwards;
    -webkit-animation-delay: 0ms;
    -moz-animation-delay: 0ms;
    animation-delay: 0ms;
  }
  [data-page-id="Home"] #hero .video-container {
    max-width: 100%;
    position: relative;
    top: 187px;
    left: 0;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 960px) and (max-width: 1138px) {
  [data-page-id="Home"] #hero .video-container {
    top: 195px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="Home"] #hero .video-container video {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1366px;
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="Home"] #hero {
    margin-top: 202px;
  }
}
@media screen and (max-width: 959px) and (min-width: 0px) and (max-width: 360px) {
  [data-page-id="Home"] #hero {
    margin-top: 227px;
  }
}
@media screen and (max-width: 959px) and (min-width: 361px) and (max-width: 415px) {
  [data-page-id="Home"] #hero {
    margin-top: 214px;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="Home"] #hero .video_container,
  [data-page-id="Home"] #hero video {
    visibility: hidden;
    height: 0;
    display: none;
  }
}
@-webkit-keyframes homepage-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes homepage-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes homepage-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
[data-page-id="Error_404"] #hero:before,
[data-page-id="Error_500"] #hero:before {
  content: none;
}
[data-page-id="Error_404"] #hero:after,
[data-page-id="Error_500"] #hero:after {
  left: 0;
  width: 100%;
  background: url(../images/backgrounds/sitemap_bg.svg) 0 calc(100% + 200px)
    no-repeat;
  background-size: 100% auto;
}
[data-page-id="Error_404"] #hero h1,
[data-page-id="Error_500"] #hero h1 {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  [data-page-id="Error_404"] #hero h1,
  [data-page-id="Error_500"] #hero h1 {
    padding-top: 75px;
  }
}
[data-page-id="Error_404"] #hero h2,
[data-page-id="Error_500"] #hero h2 {
  position: relative;
  color: #fff;
  text-align: center;
  font-style: italic;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  [data-page-id="Error_404"] #hero h2,
  [data-page-id="Error_500"] #hero h2 {
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    font-weight: 600;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="Error_404"] #hero h2,
  [data-page-id="Error_500"] #hero h2 {
    font-family: "Gotham", sans-serif;
    font-size: 22px;
    font-weight: 600;
  }
}
[data-page-id="Error_404"] #first_section,
[data-page-id="Error_500"] #first_section {
  background: #fff;
}
@media screen and (max-width: 959px) {
  [data-page-id="Error_404"] #hero,
  [data-page-id="Error_500"] #hero {
    height: 180px;
    margin-top: 110px;
  }
  [data-page-id="Error_404"] .body-content,
  [data-page-id="Error_500"] .body-content {
    margin: 30px auto;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="Error_404"] header[data-device="desktop"] .eyebrow:before,
  [data-page-id="Error_500"] header[data-device="desktop"] .eyebrow:before {
    content: none;
  }
  [data-page-id="Error_404"] header[data-device="desktop"] .eyebrow:after,
  [data-page-id="Error_500"] header[data-device="desktop"] .eyebrow:after {
    width: 100%;
    left: 0;
    background: url(../images/backgrounds/sitemap_bg.svg) 0 -390px no-repeat;
    background-size: 100% auto;
  }
  [data-page-id="Error_404"] #hero,
  [data-page-id="Error_500"] #hero {
    min-height: 490px;
    margin-top: 118px;
    padding-top: 130px;
  }
  [data-page-id="Error_404"] .body-content,
  [data-page-id="Error_500"] .body-content {
    margin-top: 88px;
    margin-bottom: 100px;
    width: 100%;
  }
  [data-page-id="Error_404"] .main-container,
  [data-page-id="Error_500"] .main-container {
    margin: 0 50px;
    padding: 50px;
    background: #fff;
  }
  [data-page-id="Error_404"] .bottom-container,
  [data-page-id="Error_500"] .bottom-container {
    margin-top: 25px;
    padding-top: 30px;
    border-top: 2px solid #ffcb03;
  }
}
[data-page-id="Sitemap"] #hero h1 {
  position: relative;
  color: #fff;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  [data-page-id="Sitemap"] #hero h1 {
    padding-top: 80px;
  }
}
[data-page-id="Sitemap"] .top-container ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
[data-page-id="Sitemap"] .top-container ul > li {
  margin: 0;
  padding: 0;
}
[data-page-id="Sitemap"] .top-container ul > li > a {
  color: #9b288c;
  display: inline-block;
  text-decoration: none;
}
[data-page-id="Sitemap"] .top-container ul > li > a.hover,
[data-page-id="Sitemap"] .top-container ul > li > a:hover {
  text-decoration: underline;
}
[data-page-id="Sitemap"] .top-container ul > li > ul a {
  display: inline-block;
  text-decoration: none;
}
[data-page-id="Sitemap"] .top-container ul > li > ul a.hover,
[data-page-id="Sitemap"] .top-container ul > li > ul a:hover {
  text-decoration: underline;
}
[data-page-id="Sitemap"] .bottom-container ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
[data-page-id="Sitemap"] .bottom-container ul > li {
  margin: 0;
  padding: 0;
}
[data-page-id="Sitemap"] .bottom-container ul li {
  margin-bottom: 15px;
}
[data-page-id="Sitemap"] .bottom-container ul a {
  color: #58595b;
  text-decoration: none;
}
[data-page-id="Sitemap"] .bottom-container ul a.hover,
[data-page-id="Sitemap"] .bottom-container ul a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 959px) {
  [data-page-id="Sitemap"] #hero {
    height: 180px;
    margin-top: 110px;
  }
  [data-page-id="Sitemap"] #hero:before,
  [data-page-id="Sitemap"] #hero:after {
    content: none;
  }
  [data-page-id="Sitemap"].page-content {
    background: url(../images/backgrounds/sitemap_bg.svg) 0 -390px repeat-y;
    background-size: 100% auto;
  }
  [data-page-id="Sitemap"] .body-content {
    margin: 30px auto;
  }
  [data-page-id="Sitemap"] .main-container {
    padding: 30px;
    background: #fff;
  }
  [data-page-id="Sitemap"] .top-container ul > li > a {
    font-family: "Knockout", sans-serif;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 30px;
  }
  [data-page-id="Sitemap"] .top-container ul > li > ul a {
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  [data-page-id="Sitemap"] .top-container ul > li.has-submenu a {
    margin-bottom: 30px;
  }
  [data-page-id="Sitemap"] .top-container ul > li.has-submenu ul > li > a {
    margin-bottom: 30px;
  }
  [data-page-id="Sitemap"] .bottom-container {
    padding-top: 30px;
    border-top: 2px solid #ffcb03;
  }
  [data-page-id="Sitemap"] .bottom-container ul a {
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    font-weight: 600;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  .page-node-type-site-map header[data-device="desktop"] .eyebrow:before {
    content: none;
  }
  .page-node-type-site-map header[data-device="desktop"] .eyebrow:after {
    width: 100%;
    left: 0;
    background: url(../images/backgrounds/sitemap_bg.svg) 0 -390px no-repeat;
    background-size: 100% auto;
  }
  [data-page-id="Sitemap"] #hero {
    min-height: 490px;
    margin-top: 118px;
    padding-top: 130px;
  }
  [data-page-id="Sitemap"] #hero:before {
    content: none;
  }
  [data-page-id="Sitemap"] #hero:after {
    left: -1px;
    width: 100%;
    background: url(../images/backgrounds/sitemap_bg.svg) 0 calc(100% + 200px)
      no-repeat;
    background-size: 101% auto;
  }
  [data-page-id="Sitemap"] #first_section {
    background: url(../images/backgrounds/sitemap_bg.svg) 50% top no-repeat;
    background-size: 100% auto;
  }
  [data-page-id="Sitemap"] .body-content {
    margin-top: 88px;
    margin-bottom: 100px;
    width: 100%;
  }
  [data-page-id="Sitemap"] .main-container {
    margin: 0 50px;
    padding: 50px;
    background: #fff;
  }
  [data-page-id="Sitemap"] .bottom-container {
    margin-top: 25px;
    padding-top: 30px;
    border-top: 2px solid #ffcb03;
  }
  [data-page-id="Sitemap"] .top-container ul > li > a {
    font-family: "Knockout", sans-serif;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 30px;
  }
  [data-page-id="Sitemap"] .top-container ul > li > ul a {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  [data-page-id="Sitemap"] .bottom-container ul a {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 600;
  }
}
[data-page-id="cdstVideo"] #hero h1,
[data-page-id="Covid"] #hero h1 {
  position: relative;
  color: #fff;
  text-align: center;
  z-index: 1;
}

[data-page-id="cdstVideo"] #hero h1 {
  margin-bottom: 170px;
}

[data-page-id="cdstVideo"] .top-container ul,
[data-page-id="Covid"] .top-container ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
[data-page-id="cdstVideo"] .top-container ul > li,
[data-page-id="Covid"] .top-container ul > li {
  margin: 0;
  padding: 0;
}
[data-page-id="cdstVideo"] .top-container ul > li > a,
[data-page-id="Covid"] .top-container ul > li > a {
  color: #9b288c;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
}
[data-page-id="cdstVideo"] .top-container ul > li > a.hover,
[data-page-id="cdstVideo"] .top-container ul > li > a:hover,
[data-page-id="Covid"] .top-container ul > li > a.hover,
[data-page-id="Covid"] .top-container ul > li > a:hover {
  color: #58595b;
}
[data-page-id="cdstVideo"] .top-container ul > li > ul a,
[data-page-id="Covid"] .top-container ul > li > ul a {
  display: inline-block;
  text-decoration: underline;
  text-transform: uppercase;
}
[data-page-id="cdstVideo"] .main-container h2,
[data-page-id="cdstVideo"] .main-container p,
[data-page-id="cdstVideo"] .main-container p a,
[data-page-id="Covid"] .main-container h2,
[data-page-id="Covid"] .main-container p,
[data-page-id="Covid"] .main-container p a {
  color: #fff;
}
[data-page-id="cdstVideo"] .main-container a,
[data-page-id="Covid"] .main-container a {
  font-weight: 700;
}
[data-page-id="cdstVideo"] .bottom-container ul,
[data-page-id="Covid"] .bottom-container ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
[data-page-id="cdstVideo"] .bottom-container ul > li,
[data-page-id="Covid"] .bottom-container ul > li {
  margin: 0;
  padding: 0;
}
[data-page-id="cdstVideo"] .bottom-container ul li,
[data-page-id="Covid"] .bottom-container ul li {
  margin-bottom: 15px;
}
[data-page-id="cdstVideo"] .bottom-container ul a,
[data-page-id="Covid"] .bottom-container ul a {
  color: #58595b;
}
[data-page-id="cdstVideo"] .bottom-container ul a.hover,
[data-page-id="cdstVideo"] .bottom-container ul a:hover,
[data-page-id="Covid"] .bottom-container ul a.hover,
[data-page-id="Covid"] .bottom-container ul a:hover {
  color: #9b288c;
}
@media screen and (max-width: 959px) {
  [data-page-id="Covid"] #hero {
    margin-top: 110px;
    height: 180px;
  }

  [data-page-id="cdstVideo"] #hero {
    margin-top: 110px;
    height: 260px;
  }

  [data-page-id="cdstVideo"] #hero:before,
  [data-page-id="cdstVideo"] #hero:after,
  [data-page-id="Covid"] #hero:before,
  [data-page-id="Covid"] #hero:after {
    content: none;
  }
  [data-page-id="cdstVideo"] #hero h1,
  [data-page-id="Covid"] #hero h1 {
    font-family: "Knockout", sans-serif;
    font-size: 34px;
    font-weight: 700;
    padding-top: 64px;
    line-height: 34px;
    text-align: left;
  }
  [data-page-id="cdstVideo"].page-content,
  [data-page-id="Covid"].page-content {
    background: url(../images/backgrounds/sitemap_bg.svg) 0 -390px repeat-y;
    background-size: 100% auto;
  }
  [data-page-id="cdstVideo"] .body-content,
  [data-page-id="Covid"] .body-content {
    margin: 30px auto;
  }
  [data-page-id="cdstVideo"] .main-container h2,
  [data-page-id="Covid"] .main-container h2 {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px;
  }
  [data-page-id="cdstVideo"] .main-container p,
  [data-page-id="Covid"] .main-container p {
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    font-weight: 400;
  }
  [data-page-id="cdstVideo"] .top-container ul > li > a,
  [data-page-id="Covid"] .top-container ul > li > a {
    font-family: "Knockout", sans-serif;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 30px;
  }
  [data-page-id="cdstVideo"] .top-container ul > li > ul a,
  [data-page-id="Covid"] .top-container ul > li > ul a {
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  [data-page-id="cdstVideo"] .top-container ul > li.has-submenu a,
  [data-page-id="Covid"] .top-container ul > li.has-submenu a {
    margin-bottom: 30px;
  }
  [data-page-id="cdstVideo"] .top-container ul > li.has-submenu ul > li > a,
  [data-page-id="Covid"] .top-container ul > li.has-submenu ul > li > a {
    margin-bottom: 30px;
  }
  [data-page-id="cdstVideo"] .bottom-container,
  [data-page-id="Covid"] .bottom-container {
    padding-top: 30px;
    border-top: 2px solid #ffcb03;
  }
  [data-page-id="cdstVideo"] .bottom-container ul a,
  [data-page-id="Covid"] .bottom-container ul a {
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    font-weight: 600;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  .page-node-type-coronavirus-covid-19-information
    header[data-device="desktop"]
    .eyebrow:before {
    content: none;
  }
  .page-node-type-coronavirus-covid-19-information
    header[data-device="desktop"]
    .eyebrow:after {
    width: 100%;
    left: -1px;
    background: url(../images/backgrounds/sitemap_bg.svg) 0 -390px no-repeat;
    background-size: 101% auto;
  }
  [data-page-id="cdstVideo"] #hero,
  [data-page-id="Covid"] #hero {
    min-height: 280px;
    margin-top: 118px;
    padding-top: 60px;
  }
  [data-page-id="cdstVideo"] #hero:before,
  [data-page-id="Covid"] #hero:before {
    content: none;
  }
  [data-page-id="cdstVideo"] #hero:after,
  [data-page-id="Covid"] #hero:after {
    left: -1px;
    width: 100%;
    background: url(../images/backgrounds/sitemap_bg.svg) 0 calc(100% + 200px)
      no-repeat;
    background-size: 101% auto;
  }
  [data-page-id="cdstVideo"] #hero h1,
  [data-page-id="Covid"] #hero h1 {
    font-family: "Knockout", sans-serif;
    font-size: 80px;
    font-weight: 700;
  }
  [data-page-id="cdstVideo"] #first_section,
  [data-page-id="Covid"] #first_section {
    background: url(../images/backgrounds/sitemap_bg.svg) 50% top no-repeat;
    background-size: 100% auto;
  }
  [data-page-id="cdstVideo"] .body-content,
  [data-page-id="Covid"] .body-content {
    margin: 60px 0;
    width: 100%;
  }
  [data-page-id="cdstVideo"] .main-container,
  [data-page-id="Covid"] .main-container {
    margin: 0 50px;
  }
  [data-page-id="cdstVideo"] .main-container h2,
  [data-page-id="Covid"] .main-container h2 {
    font-family: "Gotham", sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 35px;
  }
  [data-page-id="cdstVideo"] .main-container p,
  [data-page-id="Covid"] .main-container p {
    font-family: "Gotham", sans-serif;
    font-size: 22px;
    font-weight: 400;
  }
  [data-page-id="cdstVideo"] .bottom-container,
  [data-page-id="Covid"] .bottom-container {
    margin-top: 25px;
    padding-top: 30px;
    border-top: 2px solid #ffcb03;
  }
  [data-page-id="cdstVideo"] .top-container ul > li > a,
  [data-page-id="Covid"] .top-container ul > li > a {
    font-family: "Knockout", sans-serif;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 30px;
  }
  [data-page-id="cdstVideo"] .top-container ul > li > ul a,
  [data-page-id="Covid"] .top-container ul > li > ul a {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  [data-page-id="cdstVideo"] .bottom-container ul a,
  [data-page-id="Covid"] .bottom-container ul a {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 600;
  }
}
[data-page-category="AccessSupport"].page-content {
  background: #fff;
}
[data-page-category="AccessSupport"] h2.primary {
  color: #9b288c;
}
@media screen and (max-width: 959px) {
  [data-page-category="AccessSupport"] h2.primary {
    font-family: "Gotham", sans-serif;
    font-size: 24px;
    font-weight: 700;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="AccessSupport"] h2.primary {
    font-family: "Gotham", sans-serif;
    font-size: 30px;
    font-weight: 700;
  }
}
[data-page-category="AccessSupport"] h2.teritary {
  position: relative;
  color: #e63c2d;
  text-transform: uppercase;
}
@media screen and (max-width: 959px) {
  [data-page-category="AccessSupport"] h2.teritary {
    font-family: "Gotham", sans-serif;
    font-size: 22px;
    font-weight: 700;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="AccessSupport"] h2.teritary {
    font-family: "Gotham", sans-serif;
    font-size: 32px;
    font-weight: 700;
  }
}
@media screen and (max-width: 959px) {
  [data-page-category="AccessSupport"] .btn.btn-secondary:not(.back-to-top) {
    margin-bottom: 16px;
    padding: 15px;
    font-size: 16px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="AccessSupport"] .btn.btn-secondary:not(.back-to-top) {
    padding: 20px;
    font-size: 18px;
    line-height: 18px;
  }
}
[data-page-category="AccessSupport"] #indication_bar {
  top: -46px;
}
[data-page-category="AccessSupport"] .navigation-wrapper {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  [data-page-category="AccessSupport"] .navigation-wrapper {
    padding: 63px 0 23px 0;
    background: url(../images/backgrounds/mobile-entyvioconnect-bg.svg) 50% top
      repeat-y;
    background-size: cover;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="AccessSupport"] .navigation-wrapper {
    top: -43px;
    padding: calc(30px + 63px) 0 23px 0;
    background: url(../images/backgrounds/desktop-entyvioconnect-bg.svg) 50% top
      repeat-y;
    background-size: 100% auto;
  }
}
[data-page-category="AccessSupport"] .navigation-wrapper > section {
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 959px) {
  [data-page-category="AccessSupport"] .navigation-wrapper > section {
    padding: 0 25px;
    max-width: 100%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1800px) {
  [data-page-category="AccessSupport"] .navigation-wrapper > section {
    padding: 0 90px;
    max-width: 1366px;
  }
  [data-page-category="AccessSupport"] #hero [data-only*="desktop"] {
    display: flex !important;
  }
}
@media screen and (min-width: 1800px) and (max-width: 9999px) {
  [data-page-category="AccessSupport"] .navigation-wrapper > section {
    padding: 0 90px;
    max-width: 1366px;
  }
  [data-page-category="AccessSupport"]
    .insurance-support[data-only*="desktop"] {
    display: unset !important;
  }
  [data-page-category="AccessSupport"] #affordability [data-only*="desktop"] {
    display: unset !important;
  }
}
[data-page-category="AccessSupport"] .navigation-wrapper h2 {
  color: #fff;
}
@media screen and (max-width: 959px) {
  [data-page-category="AccessSupport"] .navigation-wrapper h2 {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="AccessSupport"] .navigation-wrapper h2 {
    font-family: "Gotham", sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
  }
}
[data-page-category="AccessSupport"] .navigation-wrapper h2 strong {
  display: block;
  text-transform: uppercase;
}
@media screen and (max-width: 959px) {
  [data-page-category="AccessSupport"] .navigation-wrapper h2 strong {
    font-family: "Gotham", sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-top: 35px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="AccessSupport"] .navigation-wrapper h2 strong {
    font-family: "Gotham", sans-serif;
    font-size: 43px;
    font-weight: 700;
    margin-top: 35px;
  }
}
[data-page-category="AccessSupport"] .navigation-wrapper .navigation-temp {
  display: flex;
}
@media screen and (max-width: 959px) {
  [data-page-category="AccessSupport"] .navigation-wrapper .navigation-temp {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="AccessSupport"] .navigation-wrapper .navigation-temp {
    justify-content: space-between;
  }
}
[data-page-category="AccessSupport"]
  .navigation-wrapper
  .navigation-temp
  .btn-secondary {
  text-align: center;
}
@media screen and (max-width: 959px) {
  [data-page-category="AccessSupport"]
    .navigation-wrapper
    .navigation-temp
    .btn-secondary {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="AccessSupport"]
    .navigation-wrapper
    .navigation-temp
    .btn-secondary {
    flex: 0 0 calc(25% - 25px);
    max-width: calc(25% - 25px);
  }
}
[data-page-category="AccessSupport"]
  .navigation-wrapper
  .navigation-temp
  .btn-secondary.selected {
  background-color: #9b288c;
  color: white;
}
[data-page-category="AccessSupport"] .navigation-wrapper .subheading p {
  color: #fff;
}
@media screen and (max-width: 959px) {
  [data-page-category="AccessSupport"] .navigation-wrapper .subheading p {
    margin-top: 24px;
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 700;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="AccessSupport"] .navigation-wrapper .subheading p {
    margin-top: 40px;
    font-family: "Gotham", sans-serif;
    font-size: 22px;
    font-weight: 700;
  }
}
[data-page-category="AccessSupport"] .navigation-wrapper .offer-support-link {
  position: relative;
  color: #fff;
  text-decoration: none;
}
[data-page-category="AccessSupport"]
  .navigation-wrapper
  .offer-support-link:after {
  content: "";
  position: relative;
  bottom: -2px;
  padding-left: 18px;
  width: 17px;
  height: 17px;
  display: inline-block;
  background: url(../images/icons/ec-chevron-right.svg) 50% top repeat-y;
  background-size: auto 100%;
}
[data-page-category="AccessSupport"]
  .navigation-wrapper
  .offer-support-link:hover {
  text-decoration: underline;
}
[data-page-category="AccessSupport"] #first_section > div.section {
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 959px) {
  [data-page-category="AccessSupport"] #first_section > div.section {
    padding: 0 25px;
    max-width: 100%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1800px) {
  [data-page-category="AccessSupport"] #first_section > div.section {
    padding: 0 90px;
    max-width: 1366px;
  }
}
@media screen and (min-width: 1800px) and (max-width: 9999px) {
  [data-page-category="AccessSupport"] #first_section > div.section {
    padding: 0 90px;
    max-width: 1366px;
  }
}
[data-page-category="AccessSupport"] #first_section > div.section p,
[data-page-category="AccessSupport"] #first_section > div.section ul li {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
[data-page-category="AccessSupport"] #first_section > div.section p.footnote {
  font-size: 12px;
}
[data-page-category="AccessSupport"]
  #first_section
  #insurance-support
  > section,
[data-page-category="AccessSupport"] #first_section #affordability > section {
  display: flex;
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="AccessSupport"]
    #first_section
    #insurance-support
    > section,
  [data-page-category="AccessSupport"] #first_section #affordability > section {
    padding: 35px;
  }
}
@media screen and (max-width: 959px) {
  [data-page-category="AccessSupport"] #first_section #insurance-support h2,
  [data-page-category="AccessSupport"] #first_section #affordability h2 {
    margin: 0 0 25px 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="AccessSupport"] #first_section #insurance-support h2,
  [data-page-category="AccessSupport"] #first_section #affordability h2 {
    margin: 40px 0;
  }
}
@media screen and (max-width: 959px) {
  [data-page-category="AccessSupport"] #first_section #insurance-support p,
  [data-page-category="AccessSupport"] #first_section #insurance-support ul li,
  [data-page-category="AccessSupport"] #first_section #affordability p,
  [data-page-category="AccessSupport"] #first_section #affordability ul li {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="AccessSupport"] #first_section #insurance-support p,
  [data-page-category="AccessSupport"] #first_section #insurance-support ul li,
  [data-page-category="AccessSupport"] #first_section #affordability p,
  [data-page-category="AccessSupport"] #first_section #affordability ul li {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 24px;
  }
}
@media screen and (max-width: 959px) {
  [data-page-category="AccessSupport"]
    #first_section
    #insurance-support
    .content,
  [data-page-category="AccessSupport"] #first_section #insurance-support .image,
  [data-page-category="AccessSupport"] #first_section #affordability .content,
  [data-page-category="AccessSupport"] #first_section #affordability .image {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="AccessSupport"]
    #first_section
    #insurance-support
    .content,
  [data-page-category="AccessSupport"] #first_section #insurance-support .image,
  [data-page-category="AccessSupport"] #first_section #affordability .content,
  [data-page-category="AccessSupport"] #first_section #affordability .image {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
[data-page-category="AccessSupport"] #first_section #insurance-support .image,
[data-page-category="AccessSupport"] #first_section #affordability .image {
  text-align: center;
  position: relative;
}
[data-page-category="AccessSupport"]
  #first_section
  #insurance-support
  .image.insurance-support,
[data-page-category="AccessSupport"]
  #first_section
  #affordability
  .image.insurance-support {
  min-height: 404px;
}
[data-page-category="AccessSupport"]
  #first_section
  #insurance-support
  .image
  .insurance-support,
[data-page-category="AccessSupport"]
  #first_section
  #affordability
  .image
  .insurance-support {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 960px) and (max-width: 1060px) {
  [data-page-category="AccessSupport"]
    #first_section
    #insurance-support
    .image
    .insurance-support,
  [data-page-category="AccessSupport"]
    #first_section
    #affordability
    .image
    .insurance-support {
    width: 90%;
    top: 53%;
  }
}
[data-page-category="AccessSupport"]
  #first_section
  #insurance-support
  .image
  .affordability,
[data-page-category="AccessSupport"]
  #first_section
  #insurance-support
  .image
  .patient-education,
[data-page-category="AccessSupport"]
  #first_section
  #affordability
  .image
  .affordability,
[data-page-category="AccessSupport"]
  #first_section
  #affordability
  .image
  .patient-education {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 960px) and (max-width: 1060px) {
  [data-page-category="AccessSupport"]
    #first_section
    #insurance-support
    .image
    .affordability,
  [data-page-category="AccessSupport"]
    #first_section
    #insurance-support
    .image
    .patient-education,
  [data-page-category="AccessSupport"]
    #first_section
    #affordability
    .image
    .affordability,
  [data-page-category="AccessSupport"]
    #first_section
    #affordability
    .image
    .patient-education {
    width: 90%;
  }
}
[data-page-category="AccessSupport"] #first_section #affordability h3 {
  font-family: "Gotham", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #9b288c;
}
@media screen and (max-width: 959px) {
  [data-page-category="AccessSupport"] #first_section #affordability h3 {
    margin: 0 0 25px 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="AccessSupport"] #first_section #affordability h3 {
    margin: 0 0 30px 0;
    font-size: 30px;
  }
}
[data-page-category="AccessSupport"] #first_section #affordability p.normal {
  font-size: 16px;
}
[data-page-category="AccessSupport"] #first_section #affordability ul li {
  font-size: 16px;
}
@media screen and (max-width: 959px) {
  [data-page-category="AccessSupport"]
    #first_section
    #affordability
    .content
    > div {
    padding: 25px 20px;
    border: 1px solid #898a8c;
    border-bottom: 0;
    background: #f4e8f3;
  }
}
[data-page-category="AccessSupport"] #first_section #FormsResources {
  margin-bottom: 30px;
}
[data-page-category="AccessSupport"] #first_section #FormsResources .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: 0 0 7px 0 rgba(61, 5, 58, 0.4);
}
@media screen and (max-width: 959px) {
  [data-page-category="AccessSupport"] #first_section #FormsResources .content {
    padding: 30px 15px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="AccessSupport"] #first_section #FormsResources .content {
    padding: 42px;
  }
}
@media screen and (max-width: 959px) {
  [data-page-category="AccessSupport"]
    #first_section
    #FormsResources
    .content
    > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="AccessSupport"]
    #first_section
    #FormsResources
    .content
    > div {
    flex: 0 0 calc(50% - 17px);
    max-width: calc(50% - 17px);
  }
  [data-page-category="AccessSupport"]
    #first_section
    #FormsResources
    .content
    > div:nth-of-type(2) {
    padding-left: 42px;
  }
}
@media screen and (max-width: 959px) {
  [data-page-category="AccessSupport"] #first_section #FormsResources h2 {
    margin: 0 0 30px 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="AccessSupport"] #first_section #FormsResources h2 {
    margin: 40px 0 30px 0;
  }
}
[data-page-category="AccessSupport"] #first_section #FormsResources h3 {
  margin-bottom: 20px;
  flex: 0 0 100%;
  max-width: 100%;
  color: #9b288c;
}
@media screen and (max-width: 959px) {
  [data-page-category="AccessSupport"] #first_section #FormsResources h3 {
    font-family: "Gotham", sans-serif;
    font-size: 24px;
    font-weight: 700;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="AccessSupport"] #first_section #FormsResources h3 {
    font-family: "Gotham", sans-serif;
    font-size: 30px;
    font-weight: 700;
  }
}
[data-page-category="AccessSupport"] #first_section #FormsResources p {
  flex: 0 0 100%;
  max-width: 100%;
  color: #9b288c;
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="AccessSupport"] #first_section #FormsResources p {
    font-family: "Gotham", sans-serif;
    font-size: 22px;
    font-weight: 400;
  }
}
[data-page-category="AccessSupport"] #first_section #FormsResources .content p {
  color: unset;
}
@media screen and (max-width: 959px) {
  [data-page-category="AccessSupport"]
    #first_section
    #FormsResources
    .content
    p {
    font-size: 14px;
    margin-bottom: 0;
    padding: 0 15px;
  }
}
[data-page-category="AccessSupport"]
  #first_section
  #FormsResources
  .content
  p.insurance-support-description {
  color: #9b288c;
}
@media screen and (max-width: 959px) {
  [data-page-category="AccessSupport"]
    #first_section
    #FormsResources
    .content
    p.insurance-support-description {
    font-size: 20px;
    margin-bottom: 25px;
    padding: 0;
    line-height: 24px;
  }
}
@media screen and (max-width: 959px) {
  [data-page-category="AccessSupport"]
    #first_section
    #FormsResources
    .content
    ul {
    padding: 0 15px;
  }
}
[data-page-category="AccessSupport"]
  #first_section
  #affordability_download
  > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
[data-page-category="AccessSupport"]
  #first_section
  #affordability_download
  .download-section
  h3 {
  font-family: "Gotham", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #9b288c;
}
@media screen and (max-width: 959px) {
  [data-page-category="AccessSupport"]
    #first_section
    #affordability_download
    .download-section
    h3 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="AccessSupport"]
    #first_section
    #affordability_download
    .download-section
    h3 {
    margin-bottom: 50px;
  }
}
[data-page-category="AccessSupport"]
  #first_section
  #affordability_download
  .download-section
  h4 {
  font-family: "Gotham", sans-serif;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 25px;
  color: #9b288c;
}
@media screen and (max-width: 959px) {
  [data-page-category="AccessSupport"]
    #first_section
    #affordability_download
    .download-section,
  [data-page-category="AccessSupport"]
    #first_section
    #affordability_download
    #entyvioconnect_contact {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="AccessSupport"]
    #first_section
    #affordability_download
    .download-section,
  [data-page-category="AccessSupport"]
    #first_section
    #affordability_download
    #entyvioconnect_contact {
    flex: 0 0 calc(50% - 17px);
    max-width: calc(50% - 17px);
    margin: 0 0 20px 0;
    padding: 42px;
    box-shadow: 0 0 7px 0 rgba(61, 5, 58, 0.4);
  }
}
@media screen and (max-width: 959px) {
  [data-page-category="AccessSupport"]
    #first_section
    #affordability_download
    .download-section {
    margin-top: 25px;
    order: 2;
  }
  [data-page-category="AccessSupport"]
    #first_section
    #affordability_download
    .download-section
    h3 {
    font-size: 24px;
  }
  [data-page-category="AccessSupport"]
    #first_section
    #affordability_download
    #entyvioconnect_contact {
    padding: 10px;
    order: 1;
    border: 1px solid #898a8c;
    border-top: 0;
    background: #f4e8f3;
  }
  [data-page-category="AccessSupport"]
    #first_section
    #affordability_download
    #entyvioconnect_contact
    > div {
    padding: 25px;
    background: #fff;
  }
}
[data-page-category="AccessSupport"]
  #first_section
  #affordability_download
  .legal {
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (max-width: 959px) {
  [data-page-category="AccessSupport"]
    #first_section
    #affordability_download
    .legal {
    order: 3;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="AccessSupport"]
    #first_section
    #affordability_download
    .legal {
    margin-bottom: 50px;
  }
}
[data-page-category="AccessSupport"]
  #first_section
  #affordability_download
  .legal
  p {
  position: relative;
  padding-left: 4px;
  font-size: 12px;
}
[data-page-category="AccessSupport"]
  #first_section
  #affordability_download
  .legal
  p
  .sup {
  position: absolute;
  left: 0;
}
[data-page-category="AccessSupport"]
  #first_section
  #insurance-denied
  > section {
  border: 1px solid #8d898d;
  background: #f4e8f3;
}
@media screen and (max-width: 959px) {
  [data-page-category="AccessSupport"]
    #first_section
    #insurance-denied
    > section {
    padding: 8px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="AccessSupport"]
    #first_section
    #insurance-denied
    > section {
    padding: 50px;
  }
}
[data-page-category="AccessSupport"] #first_section #insurance-denied h2 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (max-width: 959px) {
  [data-page-category="AccessSupport"] #first_section #insurance-denied h2 {
    margin: 25px 15px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="AccessSupport"] #first_section #insurance-denied h2 {
    margin: 0 0 50px 0;
  }
}
[data-page-category="AccessSupport"] #first_section #insurance-denied p,
[data-page-category="AccessSupport"] #first_section #insurance-denied ul li {
  margin-bottom: 20px;
  line-height: 15px;
}
@media screen and (max-width: 959px) {
  [data-page-category="AccessSupport"] #first_section #insurance-denied p,
  [data-page-category="AccessSupport"] #first_section #insurance-denied ul li {
    font-size: 14px;
  }
}
[data-page-category="AccessSupport"] #first_section #insurance-denied p strong,
[data-page-category="AccessSupport"]
  #first_section
  #insurance-denied
  ul
  li
  strong {
  color: #9b288c;
}
@media screen and (max-width: 959px) {
  [data-page-category="AccessSupport"]
    #first_section
    #insurance-denied
    .insurance-denied-content
    .content {
    padding: 0 15px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="AccessSupport"]
    #first_section
    #insurance-denied
    .insurance-denied-content {
    display: flex;
  }
  [data-page-category="AccessSupport"]
    #first_section
    #insurance-denied
    .insurance-denied-content
    > div {
    flex: 0 0 50%;
    max-width: 50%;
  }
  [data-page-category="AccessSupport"]
    #first_section
    #insurance-denied
    .insurance-denied-content
    .content {
    padding-right: 35px;
  }
}
@media screen and (max-width: 959px) {
  [data-page-category="AccessSupport"] #first_section #downloads > section {
    padding: 65px 0 0 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="AccessSupport"] #first_section #downloads > section {
    padding: 35px 0;
  }
}
@media screen and (max-width: 959px) {
  [data-page-category="AccessSupport"]
    #first_section
    #downloads
    .download-section {
    padding: 0 30px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="AccessSupport"]
    #first_section
    #downloads
    .download-section {
    display: flex;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="AccessSupport"] #first_section #downloads .left,
  [data-page-category="AccessSupport"] #first_section #downloads .right {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 959px) {
  [data-page-category="AccessSupport"] #first_section #downloads h2 {
    margin: 0 8px 25px 8px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="AccessSupport"] #first_section #downloads h2 {
    margin: 0 0 50px 0;
  }
}
[data-page-category="AccessSupport"] #first_section #downloads ul {
  list-style-type: none;
}
@media screen and (max-width: 959px) {
  [data-page-category="AccessSupport"] #first_section #downloads p {
    padding: 0 8px;
  }
}
[data-page-category="AccessSupport"] #first_section #at-a-glance > section {
  position: relative;
}
@media screen and (max-width: 959px) {
  [data-page-category="AccessSupport"] #first_section #at-a-glance > section {
    padding: 50px 0 0 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="AccessSupport"] #first_section #at-a-glance > section {
    padding: 70px 0 0 0;
    border-top: 2px solid #9b288c;
  }
}
[data-page-category="AccessSupport"] #first_section #at-a-glance h2 {
  margin-bottom: 25px;
}
[data-page-category="AccessSupport"] #first_section #at-a-glance h2 em {
  text-transform: none;
}
[data-page-category="AccessSupport"] #first_section #at-a-glance p {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #58595b;
}
@media screen and (max-width: 959px) {
  [data-page-category="AccessSupport"] #first_section #at-a-glance p {
    margin-bottom: 25px;
    line-height: 20px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="AccessSupport"] #first_section #at-a-glance p {
    margin-bottom: 40px;
    font-size: 22px;
  }
}
[data-page-category="AccessSupport"] #first_section #at-a-glance img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  [data-page-category="AccessSupport"] #first_section #at-a-glance img {
    padding: 30px;
    border: 1px solid #8d898d;
    background: #f4e8f3;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="AccessSupport"] #first_section #at-a-glance img {
    padding: 70px 40px 0 40px;
  }
}
[data-page-category="AccessSupport"] #first_section #entyvioconnect_contact {
  padding: 35px;
  text-align: center;
  background: #fff;
}
[data-page-category="AccessSupport"]
  #first_section
  #entyvioconnect_contact
  img {
  margin-bottom: 28px;
  width: 80px;
}
[data-page-category="AccessSupport"] #first_section #entyvioconnect_contact p {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #9b288c;
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="AccessSupport"]
    #first_section
    #entyvioconnect_contact
    p {
    font-size: 22px;
    line-height: 24px;
  }
}
[data-page-category="AccessSupport"]
  #first_section
  #entyvioconnect_contact
  p
  span {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  color: #58595b;
  display: block;
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="AccessSupport"]
    #first_section
    #entyvioconnect_contact
    p
    span {
    font-size: 22px;
  }
}
[data-page-category="AccessSupport"] #first_section #entyvioconnect_contact a {
  color: #9b288c;
  text-decoration: none;
}
[data-page-category="AccessSupport"]
  #first_section
  #entyvioconnect_contact
  a:hover {
  text-decoration: underline;
}
[data-page-category="AccessSupport"] #first_section .contact-purple-bg {
  margin: 50px 0 80px 0;
  padding: 40px;
  width: 100%;
  border: 1px solid #8d898d;
  text-align: center;
  background: #f4e8f3;
}
[data-page-category="AccessSupport"] #first_section .contact-purple-bg h3,
[data-page-category="AccessSupport"] #first_section .contact-purple-bg a {
  font-family: "Gotham", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #9b288c;
}
[data-page-category="AccessSupport"] #first_section [data-icon] {
  position: relative;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  min-height: 36px;
}
[data-page-category="AccessSupport"] #first_section [data-icon] a {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding-left: 50px;
  display: inline-block;
  color: #9b288c;
  text-decoration: none;
}
[data-page-category="AccessSupport"] #first_section [data-icon] a:hover {
  text-decoration: underline;
}
[data-page-category="AccessSupport"] #first_section [data-icon]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
}
[data-page-category="AccessSupport"]
  #first_section
  [data-icon="download"]:before {
  background: url(../images/icons/res-download.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
[data-page-category="AccessSupport"] #first_section [data-icon="site"]:before {
  background: url(../images/icons/ec-site.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="PatientCare"] #first_section #affordability_download {
    margin-bottom: 70px;
  }
  [data-page-id="PatientCare"] #first_section #affordability ul li {
    line-height: 19px;
  }
}
[data-page-id="InsuranceSupport"]
  #first_section
  #insurance-support
  #local-coverage {
  margin-top: 24px;
}
[data-page-id="InsuranceSupport"]
  #first_section
  #insurance-support
  #local-coverage
  .btn-wrapper {
  margin: 24px 0;
}
@media screen and (max-width: 959px) {
  [data-page-id="InsuranceSupport"] #first_section #insurance-denied .footnote {
    line-height: 14px;
    font-size: 10px;
  }
  [data-page-id="InsuranceSupport"]
    #first_section
    #insurance-support
    #first-paragraph {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="Affordability"]
    #first_section
    #affordability
    #first-paragraph {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="Affordability"] #first_section #affordability ul li {
    line-height: 19px;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="PatientCare"] #first_section #affordability #first-paragraph {
    margin-bottom: 25px;
  }
}
[data-page-id="FormsResources"] #first_section .contact-purple-bg a {
  text-decoration: none;
  font-size: inherit;
}
@media screen and (max-width: 959px) {
  [data-page-id="FormsResources"]
    #first_section
    #affordability_download
    .download-section {
    margin: 0 0 20px 0;
    padding: 30px 15px;
    box-shadow: 0 0 7px 0 rgba(61, 5, 58, 0.4);
  }
  [data-page-id="FormsResources"]
    #first_section
    #affordability_download
    .download-section
    ul {
    padding: 0 15px;
  }
  [data-page-id="FormsResources"]
    #first_section
    #affordability_download
    .download-section
    ul
    li:last-of-type {
    margin-bottom: 0;
  }
  [data-page-id="FormsResources"]
    #first_section
    #affordability_download
    .download-section
    h4 {
    font-size: 20px;
    line-height: 24px;
  }
}
[data-page-id="FormsResources"]
  #first_section
  #affordability_download
  .download-section
  h3 {
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  [data-page-id="FormsResources"] #first_section .contact-purple-bg {
    order: 3;
    margin: 30px 0 40px;
    padding: 30px 24px;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="FormsResources"] #first_section .contact-purple-bg h3 {
    font-size: 16px;
  }
}
[data-page-category="ClinicalEfficacy"] .container {
  background: #fff;
}
[data-page-category="ClinicalEfficacy"] .see-text {
  color: #9b288c;
  font-weight: bold;
  font-size: 14px;
}
[data-page-category="ClinicalEfficacy"] .gotham-medium {
  font-family: "Gotham", sans-serif;
  font-size: inherit;
  font-weight: 600;
}
[data-page-category="ClinicalEfficacy"] #first_section {
  background: url(../images/backgrounds/sitemap_bg.svg) 50% top repeat-y;
}
[data-page-category="ClinicalEfficacy"]
  #first_section
  .pivotal-trial-data-intro
  p,
[data-page-category="ClinicalEfficacy"] #first_section .overview-trial-data p {
  color: #fff;
}
[data-page-category="ClinicalEfficacy"]
  #first_section
  .pivotal-trial-data-intro
  .container
  p.gotham-medium,
[data-page-category="ClinicalEfficacy"]
  #first_section
  .overview-trial-data
  .container
  p.gotham-medium {
  color: #58595b;
}
[data-page-category="ClinicalEfficacy"]
  #first_section
  .overview-trial-data
  .end-point-heading {
  color: #9b288c;
}
[data-page-category="ClinicalEfficacy"]
  #first_section
  .overview-trial-data
  .tile {
  border: 1px solid #abadb3;
}
[data-page-category="ClinicalEfficacy"]
  #first_section
  .overview-trial-data
  .tile
  h3 {
  color: #9b288c;
  background: #f4e8f3;
}
[data-page-category="ClinicalEfficacy"]
  #first_section
  .overview-trial-data
  .tile
  .image-container
  img {
  display: block;
  margin: 0 auto;
}
[data-page-category="ClinicalEfficacy"]
  #first_section
  .overview-trial-data
  .end-point-description {
  font-family: "Gotham", sans-serif;
  font-size: inherit;
  font-weight: 400;
  color: #58595b;
}
[data-page-category="ClinicalEfficacy"]
  #first_section
  .overview-trial-data
  .half
  .btn.btn-secondary {
  margin-bottom: 30px;
}
[data-page-category="ClinicalEfficacy"]
  #first_section
  .overview-trial-data
  .full {
  max-width: 100%;
}
[data-page-category="ClinicalEfficacy"] #second_section {
  background: url(../images/backgrounds/common-page-bg.svg) 50% top repeat-y;
}
[data-page-category="ClinicalEfficacy"] #second_section > div {
  background-color: #fff;
}
[data-page-category="ClinicalEfficacy"] #third_section {
  background: url(../images/backgrounds/common-page-bg.svg) 50% top repeat-y;
}
[data-page-category="ClinicalEfficacy"] #third_section div[id] > .subheading {
  color: #fff;
}
[data-page-category="ClinicalEfficacy"]
  #third_section
  .accordion
  button[aria-expanded],
[data-page-category="ClinicalEfficacy"]
  #third_section
  .accordion
  div[data-empty-button] {
  text-transform: unset;
}
[data-page-category="ClinicalEfficacy"]
  #third_section
  .accordion
  .gotham-medium {
  font-family: "Gotham", sans-serif;
  font-size: inherit;
  font-weight: 600;
  padding: 0 20px 10px 20px;
}
[data-page-category="ClinicalEfficacy"]
  #third_section
  .accordion
  .sub-accordion-container
  .btn-container {
  padding-bottom: 20px;
}
[data-page-category="ClinicalEfficacy"]
  #third_section
  .accordion
  .sub-accordion-container
  .btn-container
  p {
  padding-bottom: 0;
}
[data-page-category="ClinicalEfficacy"]
  #third_section
  .accordion
  .sub-accordion-container
  .btn-container
  .primary {
  font-size: 14px;
  margin-bottom: 0;
}
[data-page-category="ClinicalEfficacy"]
  #third_section
  .accordion
  .content
  .see-text {
  color: #9b288c;
  font-weight: bold;
  font-size: 14px;
}
[data-page-category="ClinicalEfficacy"]
  #third_section
  .accordion
  .content
  p
  sup.adjusted-for-line-height {
  vertical-align: bottom;
  top: -4px;
}
[data-page-category="ClinicalEfficacy"] #third_section .inner-container h3 {
  text-align: center;
  color: #9b288c;
}
[data-page-category="ClinicalEfficacy"]
  #third_section
  .inner-container
  .copy-container
  .gotham-medium {
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 5px;
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .inner-container
    .copy-container
    .gotham-medium.jump-to {
    font-size: 14px;
    font-weight: 700;
  }
}
[data-page-category="ClinicalEfficacy"]
  #third_section
  .inner-container
  .copy-container
  .gotham-medium
  sup {
  font-size: 10px;
  top: -4px;
}
[data-page-category="ClinicalEfficacy"]
  #third_section
  .inner-container
  .copy-container
  ul {
  margin-left: 15px;
}
[data-page-category="ClinicalEfficacy"]
  #third_section
  .inner-container
  .copy-container
  ul
  li {
  line-height: 14px;
  padding-bottom: 5px;
}
[data-page-category="ClinicalEfficacy"]
  #third_section
  .inner-container
  .copy-container
  .btn-container {
  padding: 15px 0 20px;
}
[data-page-category="ClinicalEfficacy"]
  #third_section
  .inner-container
  p.inner-p {
  font-weight: bold;
}
[data-page-category="ClinicalEfficacy"]
  #third_section
  .clinical-response-rates
  .border-center {
  margin-top: 0;
}
[data-page-category="ClinicalEfficacy"]
  #third_section
  .clinical-response-rates
  .figure-container {
  padding: 0;
}
[data-page-category="ClinicalEfficacy"]
  #third_section
  .clinical-response-rates
  .figure-container
  figcaption {
  color: #9b288c;
  text-align: center;
  background-color: #f4e8f3;
}
[data-page-category="ClinicalEfficacy"]
  #third_section
  .clinical-response-rates
  .figure-container
  .figcaption {
  color: #9b288c;
  text-align: center;
  background-color: #f4e8f3;
}
[data-page-category="ClinicalEfficacy"]
  #third_section
  .clinical-response-rates
  .copy-container
  .btn.btn-secondary {
  margin-bottom: 30px;
}
[data-page-category="ClinicalEfficacy"]
  #third_section
  .clinical-response-rates
  .copy-container
  .body-copy {
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 10px;
}
[data-page-category="ClinicalEfficacy"]
  #third_section
  .clinical-response-rates
  .copy-container
  .body-copy
  sup {
  font-size: 10px;
  top: -3px;
}
[data-page-category="ClinicalEfficacy"]
  #third_section
  .clinical-response-rates
  .copy-container
  .bottom-text {
  font-weight: bold;
  font-size: 14px;
  color: #9b288c;
}
[data-page-category="ClinicalEfficacy"]
  #third_section
  .cd-trials
  .copy-container
  h3 {
  color: #9b288c;
  margin-bottom: 10px;
}
[data-page-category="ClinicalEfficacy"]
  #third_section
  .cd-trials
  .copy-container
  h3
  em.and {
  font-style: normal;
}
[data-page-category="ClinicalEfficacy"]
  #third_section
  .cd-trials
  .figure-container {
  border: 1px solid #abadb3;
  padding: 0;
}
[data-page-category="ClinicalEfficacy"]
  #third_section
  .cd-trials
  .figure-container
  img {
  margin: 0;
  width: 100%;
}
[data-page-category="ClinicalEfficacy"]
  #third_section
  .cd-trials
  .figure-container
  figcaption {
  text-align: left;
  background-color: #f4e8f3;
  border-bottom: 1px solid #abadb3;
  color: #9b288c;
}
[data-page-category="ClinicalEfficacy"]
  #third_section
  .cd-trials
  .trial-description {
  color: #fff;
}
[data-page-category="ClinicalEfficacy"]
  #third_section
  .cd-trials
  .tabs
  [role="tablist"] {
  padding: 15px 30px 0;
}
[data-page-category="ClinicalEfficacy"]
  #third_section
  .cd-trials
  .tabs
  [role="tablist"]
  [aria-selected="false"] {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
[data-page-category="ClinicalEfficacy"]
  #third_section
  .study-design
  .subheading.description-below {
  padding-bottom: 0;
  margin-bottom: 15px;
}
[data-page-category="ClinicalEfficacy"]
  #third_section
  .study-design
  .trial-description {
  color: #fff;
  margin-bottom: 25px;
}
[data-page-category="ClinicalEfficacy"]
  #third_section
  .study-design
  .copy-container
  ul
  li {
  line-height: 14px;
  padding-bottom: 5px;
}
[data-page-category="ClinicalEfficacy"]
  #third_section
  .study-design
  .copy-container
  ul
  li
  .gotham-medium {
  font-family: "Gotham", sans-serif;
  font-size: inherit;
  font-weight: 600;
}
[data-page-category="ClinicalEfficacy"]
  #third_section
  .study-design
  .copy-container
  .abbvie {
  text-align: center;
  font-weight: bold;
  color: #999;
  padding-bottom: 0;
  margin-bottom: 0;
}
[data-page-category="ClinicalEfficacy"]
  #third_section
  .pivotal-trial-data
  figure {
  border: 1px solid #abadb3;
}
[data-page-category="ClinicalEfficacy"]
  #third_section
  .pivotal-trial-data
  figure
  figcaption {
  background-color: #f4e8f3;
  text-align: center;
  color: #9b288c;
  text-transform: uppercase;
}
[data-page-category="ClinicalEfficacy"]
  #third_section
  .pivotal-trial-data
  figure
  img {
  padding: 20px;
}
[data-page-category="ClinicalEfficacy"]
  #third_section
  .pivotal-trial-data
  .ul-main
  li {
  font-size: 12px;
  line-height: 14px;
  padding-bottom: 5px;
}
[data-page-category="ClinicalEfficacy"]
  #third_section
  .pivotal-trial-data
  .ul-main
  > li {
  font-family: "Gotham", sans-serif;
  font-size: inherit;
  font-weight: 600;
}
[data-page-category="ClinicalEfficacy"]
  #third_section
  .pivotal-trial-data
  .ul-main
  .ul-inner {
  margin-left: 25px;
}
[data-page-category="ClinicalEfficacy"]
  #third_section
  .pivotal-trial-data
  .footnote.acronyms:last-of-type {
  padding: 0;
}
[data-page-category="ClinicalEfficacy"]
  #third_section
  .pivotal-trial-data
  h4
  sup {
  top: -6px;
}
[data-page-category="ClinicalEfficacy"]
  #third_section
  .pivotal-trial-data
  .smaller {
  font-size: 12px;
}
[data-page-category="ClinicalEfficacy"] #first_section p.footnote,
[data-page-category="ClinicalEfficacy"] #third_section p.footnote {
  color: #58595b;
  display: flex;
  margin-bottom: 0;
}
[data-page-category="ClinicalEfficacy"]
  #first_section
  .interior-bottom-cta
  .cta-1,
[data-page-category="ClinicalEfficacy"]
  #third_section
  .interior-bottom-cta
  .cta-1 {
  padding-bottom: 40px;
}
[data-page-category="ClinicalEfficacy"]
  #first_section
  .interior-bottom-cta
  p.footnote,
[data-page-category="ClinicalEfficacy"]
  #third_section
  .interior-bottom-cta
  p.footnote {
  color: #fff;
  display: block;
  margin: 20px 0 0;
  padding: 0;
}
@media screen and (max-width: 959px) {
  [data-page-category="ClinicalEfficacy"] #first_section,
  [data-page-category="ClinicalEfficacy"] #third_section {
    background-size: cover;
  }
  [data-page-category="ClinicalEfficacy"] article > div {
    padding: 0;
  }
  [data-page-category="ClinicalEfficacy"] article > div p {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding-bottom: 25px;
  }
  [data-page-category="ClinicalEfficacy"] article > div p sup {
    top: -5px;
    font-size: 10px;
  }
  [data-page-category="ClinicalEfficacy"] article > div p.footnote {
    font-family: "Gotham", sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    padding-bottom: 3px;
  }
  [data-page-category="ClinicalEfficacy"] article > div p.footnote.acronyms {
    padding-top: 5px;
  }
  [data-page-category="ClinicalEfficacy"] article > div p.footnote sup {
    top: -2px;
  }
  [data-page-category="ClinicalEfficacy"] article > div .container {
    padding: 20px;
  }
  [data-page-category="ClinicalEfficacy"] article > div .btn-container {
    text-align: center;
  }
  [data-page-category="ClinicalEfficacy"]
    article
    > div
    .btn-container
    p.primary {
    padding-left: 4px;
    text-align: left;
  }
  [data-page-category="ClinicalEfficacy"] article > div .trial-description {
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  [data-page-category="ClinicalEfficacy"] article > div .trial-description sup {
    top: -5px;
    font-size: 10px;
  }
  [data-page-category="ClinicalEfficacy"] #first_section h2 {
    margin-bottom: 20px;
  }
  [data-page-category="ClinicalEfficacy"] #first_section .overview-trial-data {
    padding-bottom: 50px;
  }
  [data-page-category="ClinicalEfficacy"]
    #first_section
    .overview-trial-data
    .flex-container
    .graph-1 {
    order: 1;
  }
  [data-page-category="ClinicalEfficacy"]
    #first_section
    .overview-trial-data
    .flex-container
    .graph-2 {
    order: 2;
  }
  [data-page-category="ClinicalEfficacy"]
    #first_section
    .overview-trial-data
    .flex-container
    .graph-3 {
    order: 3;
  }
  [data-page-category="ClinicalEfficacy"]
    #first_section
    .overview-trial-data
    .flex-container
    .text-description {
    order: 4;
  }
  [data-page-category="ClinicalEfficacy"]
    #first_section
    .overview-trial-data
    .flex-container
    .button-and-footnotes {
    order: 5;
  }
  [data-page-category="ClinicalEfficacy"]
    #first_section
    .overview-trial-data
    p {
    margin-bottom: 0;
    line-height: 18px;
  }
  [data-page-category="ClinicalEfficacy"]
    #first_section
    .overview-trial-data
    p.footnote {
    line-height: 10px;
  }
  [data-page-category="ClinicalEfficacy"]
    #first_section
    .overview-trial-data
    .end-point-heading {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  [data-page-category="ClinicalEfficacy"]
    #first_section
    .overview-trial-data
    .tile {
    margin-bottom: 20px;
  }
  [data-page-category="ClinicalEfficacy"]
    #first_section
    .overview-trial-data
    .tile
    h3 {
    font-family: "Knockout", sans-serif;
    font-size: 22px;
    font-weight: 400;
    padding: 15px 10px;
  }
  [data-page-category="ClinicalEfficacy"]
    #first_section
    .overview-trial-data
    .tile
    h3
    sup {
    font-size: 12px;
    top: -10px;
  }
  [data-page-category="ClinicalEfficacy"]
    #first_section
    .overview-trial-data
    .tile
    img {
    width: 100%;
    padding: 15px 10px;
  }
  [data-page-category="ClinicalEfficacy"]
    #first_section
    .overview-trial-data
    .end-point-description {
    font-size: 14px;
  }
  [data-page-category="ClinicalEfficacy"]
    #first_section
    .overview-trial-data
    .copy-container {
    padding: 15px 0;
    font-size: 14px;
  }
  [data-page-category="ClinicalEfficacy"]
    #first_section
    .overview-trial-data
    .copy-container
    .gotham-medium {
    padding-bottom: 10px;
  }
  [data-page-category="ClinicalEfficacy"]
    #first_section
    .overview-trial-data
    .copy-container
    .end-point-description {
    color: #58595b;
    line-height: 18px;
    padding-bottom: 5px;
  }
  [data-page-category="ClinicalEfficacy"] #second_section {
    background-size: cover;
    padding-bottom: 35px;
  }
  [data-page-category="ClinicalEfficacy"] #third_section h2:before,
  [data-page-category="ClinicalEfficacy"] #third_section h2:after {
    background: none;
  }
  [data-page-category="ClinicalEfficacy"] #third_section .subheading {
    margin-bottom: 0;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .subheading:not(:first-of-type) {
    padding-top: 30px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .mobile-scroll-container {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  [data-page-category="ClinicalEfficacy"] #third_section .scroll-instruction {
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding: 20px 0 20px 60px;
    position: relative;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .scroll-instruction:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    background-image: url(../images/scroll-hand.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 38px;
    height: 100%;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .accordion
    ul
    li.active {
    background: none;
  }
  [data-page-category="ClinicalEfficacy"] #third_section .accordion figure {
    margin: 0;
  }
  [data-page-category="ClinicalEfficacy"] #third_section .accordion figure h3 {
    font-family: "Knockout", sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #9b288c;
    background-color: #f4e8f3;
    padding: 10px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .accordion
    figure
    h3
    sup {
    font-size: 16px;
    top: -6px;
  }
  [data-page-category="ClinicalEfficacy"] #third_section .accordion figure img {
    padding: 15px 5px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .accordion
    button[aria-expanded],
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .accordion
    div[data-empty-button] {
    line-height: 22px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .accordion
    .gotham-medium {
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  [data-page-category="ClinicalEfficacy"] #third_section .accordion .content {
    padding: 0 20px;
  }
  [data-page-category="ClinicalEfficacy"] #third_section .accordion .content p {
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    padding-bottom: 15px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .accordion
    .content
    .btn-text.btn-primary {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 15px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .accordion
    .sub-accordion-container {
    padding: 15px 0 0;
  }
  [data-page-category="ClinicalEfficacy"] #third_section .inner-container h3 {
    font-family: "Knockout", sans-serif;
    font-size: 22px;
    font-weight: 400;
    padding: 15px 0 10px;
    border: 1px solid #abadb3;
    border-bottom: 0;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .inner-container
    h3
    sup {
    top: -10px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .inner-container
    p.inner-p {
    font-family: "Gotham", sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-weight: bold;
    margin: 0;
    padding: 0 15px 20px 15px;
    border: 1px solid #abadb3;
    border-top: 0;
    border-bottom: 0;
    line-height: 18px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .inner-container
    p.inner-p:first-of-type {
    padding-bottom: 10px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .inner-container
    .figure-container {
    /* padding-bottom: 20px; */
    border: 1px solid #abadb3;
    border-top: 0;
    padding: 0 10px 20px;
    margin-bottom: 10px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .inner-container
    .figure-container
    img {
    width: 100%;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .inner-container
    .copy-container {
    padding-bottom: 50px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .inner-container
    .copy-container
    .gotham-medium {
    padding: 5px 0;
    line-height: 16px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .clinical-response-rates
    .figure-container
    figcaption {
    font-family: "Knockout", sans-serif;
    font-size: 22px;
    font-weight: 400;
    padding: 10px 0;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .clinical-response-rates
    .figure-container
    figcaption
    sup {
    font-size: 14px;
    top: -7px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .clinical-response-rates
    .figure-container
    img {
    margin: 10px 10px 20px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .clinical-response-rates
    .figure-container
    img.varsity {
    max-height: 428px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .clinical-response-rates
    .figure-container
    img.gemini {
    margin: 0;
    padding: 10px 5px 10px;
    width: 100%;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .clinical-response-rates
    .copy-container {
    padding: 30px 0 0;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .clinical-response-rates
    .copy-container.gemini {
    padding-top: 15px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .clinical-response-rates
    .copy-container
    .gotham-medium {
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .clinical-response-rates
    .copy-container
    .body-copy {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .clinical-response-rates
    .copy-container
    .btn.btn-secondary.gemini {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .clinical-response-rates
    .copy-container
    .bottom-text {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 10px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .cd-trials
    .subheading.description-below {
    padding-bottom: 15px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .cd-trials
    .trial-description {
    padding-bottom: 25px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .cd-trials
    .copy-container {
    padding-top: 0;
    padding-bottom: 15px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .cd-trials
    .copy-container
    .gotham-medium {
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .cd-trials
    .copy-container
    .body-copy {
    padding-bottom: 0;
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .cd-trials
    .copy-container
    h3 {
    font-family: "Knockout", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .cd-trials
    .button-footnote-container {
    order: 3;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .cd-trials
    .button-footnote-container
    .btn-container {
    padding: 20px 0;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .cd-trials
    .figure-container {
    order: 2;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .cd-trials
    .figure-container
    figcaption {
    font-family: "Knockout", sans-serif;
    font-size: 22px;
    font-weight: 400;
    padding: 10px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .cd-trials
    .figure-container
    figcaption
    sup {
    font-size: 14px;
    top: -7px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .cd-trials
    .figure-container
    img {
    padding: 15px;
    margin: 0;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .cd-trials
    .tabs
    [role="tabpanel"] {
    margin: 0 auto;
    text-align: center;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .cd-trials
    .tabs
    .tabbed {
    width: 100%;
    padding: 10px 30px 0;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .study-design
    .figure-container {
    border: 1px solid #abadb3;
    margin-bottom: 20px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .study-design
    .figure-container
    img {
    padding: 20px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .study-design
    .figure-container
    img.gemini {
    max-height: 300px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .study-design
    .figure-container
    img.varsity {
    max-height: 240px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .study-design
    .figure-container
    img.t1-t3 {
    max-height: 400px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .study-design
    .figure-container
    img.t2 {
    max-height: 240px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .study-design
    .copy-container
    ul.gemini,
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .study-design
    .copy-container
    ul.cd-trials {
    padding-bottom: 10px;
    margin-left: 10px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .study-design
    .copy-container
    ul.varsity {
    padding-bottom: 10px;
    padding-top: 8px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .study-design
    .copy-container
    .abbvie {
    font-size: 12px;
    padding-top: 10px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .pivotal-trial-data
    .container {
    padding: 20px 0;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .pivotal-trial-data
    .body-copy {
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
    padding: 0 20px 0;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .pivotal-trial-data
    figure {
    margin-left: 10px;
    margin-right: 10px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .pivotal-trial-data
    figure:first-of-type {
    margin-top: 25px;
    margin-bottom: 30px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .pivotal-trial-data
    figure
    figcaption {
    font-family: "Knockout", sans-serif;
    font-size: 22px;
    font-weight: 400;
    padding: 25px 0;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .pivotal-trial-data
    figure
    figcaption
    sup {
    font-size: 12px;
    top: -6px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .pivotal-trial-data
    figure
    img {
    width: 100%;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .pivotal-trial-data
    .btn-container {
    padding: 20px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .pivotal-trial-data
    .footnote {
    padding: 0 20px 3px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .pivotal-trial-data
    .footnote.acronyms {
    padding-top: 5px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .pivotal-trial-data
    .footnote.acronyms:last-of-type {
    padding-left: 20px;
    padding-right: 20px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .pivotal-trial-data
    .footnote.acronyms:last-of-type {
    padding: 0 20px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .pivotal-trial-data
    h4 {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #9b288c;
    padding: 20px 20px 10px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .pivotal-trial-data
    .smaller {
    padding: 0 20px 5px 20px;
    font-weight: normal;
    line-height: 14px;
    margin-bottom: 0;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .pivotal-trial-data
    .ul-main {
    padding: 0 20px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .pivotal-trial-data
    .ul-main
    .ul-inner {
    margin-left: 12px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="ClinicalEfficacy"] #first_section,
  [data-page-category="ClinicalEfficacy"] #third_section {
    background-size: 100% auto;
  }
  [data-page-category="ClinicalEfficacy"] article > div[id] {
    padding: 0 50px;
  }
  [data-page-category="ClinicalEfficacy"] article > div[id] .subheading {
    font-family: "Gotham", sans-serif;
    font-size: inherit;
    font-weight: 700;
    margin-bottom: 25px;
    color: #fff;
  }
  [data-page-category="ClinicalEfficacy"] article > div[id] .subheading sup {
    top: -8px;
    font-size: 14px;
  }
  [data-page-category="ClinicalEfficacy"] article > div[id] .container {
    padding: 55px 90px;
  }
  [data-page-category="ClinicalEfficacy"] article > div[id] .footnote {
    font-family: "Gotham", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
  }
  [data-page-category="ClinicalEfficacy"] article > div[id] .footnote span sup {
    font-size: 10px;
    top: -4px;
  }
  [data-page-category="ClinicalEfficacy"] article > div[id] .footnote.acronyms {
    padding-top: 10px;
  }
  [data-page-category="ClinicalEfficacy"] article > div[id] .trial-description {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 20px;
  }
  [data-page-category="ClinicalEfficacy"]
    article
    > div[id]
    .trial-description
    sup {
    top: -7px;
    font-size: 10px;
  }
  [data-page-category="ClinicalEfficacy"] #first_section {
    padding-bottom: 70px;
  }
  [data-page-category="ClinicalEfficacy"]
    #first_section
    .overview-trial-data
    .container {
    padding: 55px 90px;
  }
  [data-page-category="ClinicalEfficacy"]
    #first_section
    .overview-trial-data
    .subheading {
    line-height: 26px;
    font-size: 22px;
  }
  [data-page-category="ClinicalEfficacy"]
    #first_section
    .overview-trial-data
    .flex-container {
    justify-content: space-between;
  }
  [data-page-category="ClinicalEfficacy"]
    #first_section
    .overview-trial-data
    .half {
    max-width: 49%;
  }
  [data-page-category="ClinicalEfficacy"]
    #first_section
    .overview-trial-data
    .half:last-of-type {
    padding-top: 51px;
  }
  [data-page-category="ClinicalEfficacy"]
    #first_section
    .overview-trial-data
    .half:nth-of-type(3)
    .end-point-description {
    margin-bottom: 0;
  }
  [data-page-category="ClinicalEfficacy"]
    #first_section
    .overview-trial-data
    .half
    .end-point-heading {
    font-family: "Gotham", sans-serif;
    font-size: 22px;
    font-weight: 700;
  }
  [data-page-category="ClinicalEfficacy"]
    #first_section
    .overview-trial-data
    .half
    .end-point-heading.cd-trials {
    min-height: 55px;
  }
  [data-page-category="ClinicalEfficacy"]
    #first_section
    .overview-trial-data
    .full {
    padding-left: 5px;
    padding-right: 5px;
  }
  [data-page-category="ClinicalEfficacy"]
    #first_section
    .overview-trial-data
    .tile {
    margin-bottom: 25px;
  }
  [data-page-category="ClinicalEfficacy"]
    #first_section
    .overview-trial-data
    .tile.last-tile {
    margin-bottom: 0;
  }
  [data-page-category="ClinicalEfficacy"]
    #first_section
    .overview-trial-data
    .tile.last-tile.varsity {
    margin-bottom: 25px;
  }
  [data-page-category="ClinicalEfficacy"]
    #first_section
    .overview-trial-data
    .tile
    h3 {
    font-family: "Knockout", sans-serif;
    font-size: 30px;
    font-weight: 400;
    padding: 25px 20px;
  }
  [data-page-category="ClinicalEfficacy"]
    #first_section
    .overview-trial-data
    .tile
    h3
    sup {
    font-size: 16px;
    top: -12px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 1075px) and (max-width: 9999px) {
  [data-page-category="ClinicalEfficacy"]
    #first_section
    .overview-trial-data
    .tile
    h3
    br.special-breakpoint-1 {
    display: none;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 960px) and (max-width: 1140px) {
  [data-page-category="ClinicalEfficacy"]
    #first_section
    .overview-trial-data
    .tile
    h3
    br.special-breakpoint-2 {
    display: none;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 960px) and (max-width: 986px) {
  [data-page-category="ClinicalEfficacy"]
    #first_section
    .overview-trial-data
    .tile
    h3
    br.special-breakpoint-3 {
    display: none;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 1025px) and (max-width: 1136px) {
  [data-page-category="ClinicalEfficacy"]
    #first_section
    .overview-trial-data
    .tile
    h3
    br.special-breakpoint-3 {
    display: none;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 1379px) and (max-width: 9999px) {
  [data-page-category="ClinicalEfficacy"]
    #first_section
    .overview-trial-data
    .tile
    h3
    br.special-breakpoint-3 {
    display: none;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 1132px) and (max-width: 9999px) {
  [data-page-category="ClinicalEfficacy"]
    #first_section
    .overview-trial-data
    .tile
    h3
    br.special-breakpoint-4 {
    display: none;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 988px) and (max-width: 9999px) {
  [data-page-category="ClinicalEfficacy"]
    #first_section
    .overview-trial-data
    .tile
    h3
    br.special-breakpoint-5 {
    display: none;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 1054px) and (max-width: 9999px) {
  [data-page-category="ClinicalEfficacy"]
    #first_section
    .overview-trial-data
    .tile
    h3
    br.special-breakpoint-6 {
    display: none;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="ClinicalEfficacy"]
    #first_section
    .overview-trial-data
    .tile
    .image-container.side-by-side {
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
  }
  [data-page-category="ClinicalEfficacy"]
    #first_section
    .overview-trial-data
    .tile
    .image-container.side-by-side.gemini {
    min-height: unset;
    padding: 20px;
  }
  [data-page-category="ClinicalEfficacy"]
    #first_section
    .overview-trial-data
    .tile
    .image-container.side-by-side.varsity {
    padding: 20px 0;
  }
  [data-page-category="ClinicalEfficacy"]
    #first_section
    .overview-trial-data
    .tile
    .image-container.side-by-side.cd-trials {
    justify-content: flex-start;
    padding: 20px;
  }
  [data-page-category="ClinicalEfficacy"]
    #first_section
    .overview-trial-data
    .tile
    .image-container
    img {
    max-width: 95%;
  }
  [data-page-category="ClinicalEfficacy"]
    #first_section
    .overview-trial-data
    .tile
    .image-container
    img.solo {
    padding: 20px 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 960px) and (max-width: 1199px) {
  [data-page-category="ClinicalEfficacy"]
    #first_section
    .overview-trial-data
    .tile
    .image-container
    img.solo.varsity {
    max-height: 350px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="ClinicalEfficacy"]
    #first_section
    .overview-trial-data
    .copy-container {
    padding: 0 20px;
  }
  [data-page-category="ClinicalEfficacy"]
    #first_section
    .overview-trial-data
    .gotham-medium {
    font-size: 16px;
    padding-top: 20px;
    margin-bottom: 10px;
    line-height: 20px;
  }
  [data-page-category="ClinicalEfficacy"]
    #first_section
    .overview-trial-data
    .gotham-medium
    sup {
    top: -7px;
    font-size: 12px;
  }
  [data-page-category="ClinicalEfficacy"]
    #first_section
    .overview-trial-data
    .end-point-description {
    font-size: 16px;
    line-height: 20px;
  }
  [data-page-category="ClinicalEfficacy"]
    #first_section
    .overview-trial-data
    .end-point-description
    sup {
    top: -5px;
    font-size: 12px;
  }
  [data-page-category="ClinicalEfficacy"] #second_section {
    background-size: 101% auto;
    padding-bottom: 50px;
  }
  [data-page-category="ClinicalEfficacy"] #third_section div[id] > .subheading {
    font-size: 22px;
    line-height: 26px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    div[id]
    > .subheading:not(:first-of-type) {
    padding-top: 50px;
  }
  [data-page-category="ClinicalEfficacy"] #third_section div[id] figure img {
    width: 100%;
  }
  [data-page-category="ClinicalEfficacy"] #third_section .accordion {
    justify-content: space-between;
  }
  [data-page-category="ClinicalEfficacy"] #third_section .accordion > div {
    width: 49%;
    max-width: 49%;
    flex: 0 0 49%;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .accordion
    > div.accordion-list {
    padding: 0 5px 0 0;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .accordion
    > div:nth-child(2) {
    padding: 0 0 0 5px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .accordion
    button[aria-expanded],
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .accordion
    div[data-empty-button] {
    padding-top: 20px;
    padding-left: 20px;
    line-height: 30px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .accordion
    .gotham-medium {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .accordion
    .gotham-medium
    sup {
    top: -6px;
    font-size: 10px;
  }
  [data-page-category="ClinicalEfficacy"] #third_section .accordion .content {
    padding: 0 20px;
  }
  [data-page-category="ClinicalEfficacy"] #third_section .accordion .content p {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .accordion
    .content
    p
    sup {
    top: -6px;
    font-size: 10px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .accordion
    .content
    p.link-below {
    margin-bottom: 0;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .accordion
    .content
    .btn-text.btn-primary {
    padding-bottom: 15px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .accordion
    .desktop-image {
    margin-right: 0;
    border: 1px solid #abadb3;
    background-color: #fff;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .accordion
    .desktop-image
    h3 {
    font-family: "Knockout", sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #9b288c;
    background-color: #f4e8f3;
    padding: 20px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .accordion
    .desktop-image
    h3
    sup {
    font-size: 14px;
    top: -12px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .accordion
    .desktop-image
    img {
    padding: 20px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .accordion
    .desktop-image
    img.desktop-side-padding {
    padding-left: 40px;
    padding-right: 40px;
  }
  [data-page-category="ClinicalEfficacy"] #third_section .inner-container {
    border: 1px solid #abadb3;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
  }
  [data-page-category="ClinicalEfficacy"] #third_section .inner-container h3 {
    font-family: "Knockout", sans-serif;
    font-size: 30px;
    font-weight: 400;
    padding: 20px;
    flex: 0 0 100%;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .inner-container
    h3
    sup {
    font-size: 14px;
    top: -12px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .inner-container
    p.inner-p {
    padding: 0 20px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .inner-container
    p.inner-p:first-of-type {
    margin-bottom: 10px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .inner-container
    .figure-container
    img {
    padding: 20px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .inner-container
    .copy-container {
    padding: 0 30px 20px 20px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .clinical-response-rates
    .subheading.description-below {
    margin-bottom: 15px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .clinical-response-rates
    .figure-container {
    flex: 0 0 57%;
    max-width: 57%;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .clinical-response-rates
    .figure-container.varsity {
    flex: 0 0 64%;
    max-width: 64%;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .clinical-response-rates
    .copy-container {
    flex: 0 0 calc(43% - 25px);
    max-width: calc(43% - 25px);
    margin-left: 25px;
    padding-right: 0;
    position: relative;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .clinical-response-rates
    .copy-container.varsity {
    margin-left: 0;
    padding-left: 25px;
    flex: 0 0 34%;
    max-width: 34%;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .clinical-response-rates
    .copy-container
    .bottom-text {
    position: absolute;
    bottom: 0;
    left: 25px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 960px) and (max-width: 1135px) {
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .clinical-response-rates
    .copy-container
    .bottom-text {
    position: unset;
    margin-top: 15px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .clinical-response-rates
    figure
    img {
    padding: 10px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .clinical-response-rates
    figure
    img.gemini {
    padding-left: 40px;
    padding-right: 100px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .clinical-response-rates
    figcaption {
    font-family: "Knockout", sans-serif;
    font-size: 30px;
    font-weight: 400;
    padding: 10px 5px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .clinical-response-rates
    .figcaption {
    font-family: "Knockout", sans-serif;
    font-size: 30px;
    font-weight: 400;
    padding: 10px 5px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .clinical-response-rates
    figcaption
    sup {
    font-size: 14px;
    top: -12px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .clinical-response-rates
    .figcaption
    sup {
    font-size: 14px;
    top: -12px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .clinical-response-rates
    .gotham-medium {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .clinical-response-rates
    .btn.btn-secondary.gemini {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .cd-trials
    .flex-container {
    flex-direction: column;
    min-height: 410px;
    position: relative;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .cd-trials
    .flex-container.t1-response-rates {
    min-height: 578px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .cd-trials
    .flex-container.t3-remission-rates {
    min-height: 585px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .cd-trials
    .flex-container.t3-response-rates {
    min-height: 640px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .cd-trials
    .flex-container.t3-steroid-free-remission-rates {
    min-height: 595px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .cd-trials
    .copy-container,
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .cd-trials
    .button-footnote-container {
    max-width: calc(100% - 524px);
    flex: 0 0 calc(100% - 524px);
    padding: 0;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .cd-trials
    .figure-container {
    width: 494px;
    flex: 0 0 494px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .cd-trials
    .copy-container
    .gotham-medium {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .cd-trials
    .copy-container
    .gotham-medium
    sup {
    top: -7px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .cd-trials
    .copy-container
    .body-copy {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .cd-trials
    .copy-container
    .body-copy.jump-to {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .cd-trials
    .copy-container
    .body-copy
    sup {
    top: -7px;
    font-size: 9px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .cd-trials
    .copy-container
    h3 {
    font-family: "Knockout", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .cd-trials
    .button-footnote-container
    .btn.btn-secondary {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .cd-trials
    .figure-container {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .cd-trials
    .figure-container
    figcaption {
    padding: 20px 25px;
    font-family: "Knockout", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .cd-trials
    .figure-container
    figcaption
    sup {
    font-size: 14px;
    top: -12px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .cd-trials
    .figure-container
    img {
    padding: 20px;
    margin: 0;
    width: 75%;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .cd-trials
    .trial-description {
    padding-bottom: 25px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .study-design
    .subheading
    sup {
    top: -8px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .study-design
    .figure-container {
    margin-bottom: 40px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .study-design
    .copy-container.varsity {
    padding: 0 70px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .study-design
    .copy-container
    ul {
    column-count: 2;
    column-gap: 40px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .study-design
    .copy-container
    ul.gemini {
    column-count: 1;
    column-gap: unset;
    padding-bottom: 15px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .study-design
    .copy-container
    ul.varsity {
    padding-bottom: 30px;
    padding-top: 5px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .study-design
    .copy-container
    ul.cd-trials {
    column-count: 1;
    column-gap: unset;
    padding-bottom: 15px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .study-design
    .copy-container
    ul.cd-trials
    li {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .study-design
    .copy-container
    ul.cd-trials
    li
    sup {
    top: -7px;
    font-size: 10px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .study-design
    .copy-container
    .abbvie {
    font-size: 14px;
    padding-top: 15px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .pivotal-trial-data
    .body-copy {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .pivotal-trial-data
    figure:first-of-type {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .pivotal-trial-data
    figure
    figcaption {
    font-family: "Knockout", sans-serif;
    font-size: 30px;
    font-weight: 400;
    padding: 35px 0;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .pivotal-trial-data
    figure
    figcaption
    sup {
    font-size: 18px;
    top: -8px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .pivotal-trial-data
    figure
    img {
    padding: 20px 70px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .pivotal-trial-data
    .btn-container {
    padding: 30px 0;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .pivotal-trial-data
    h4 {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #9b288c;
    padding: 30px 0 10px;
  }
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .pivotal-trial-data
    .smaller {
    margin-bottom: 5px;
  }
}
[data-page-id="VarsityTrial"] #first_section .container,
[data-page-id="VarsityTrial"] #third_section .container {
  position: relative;
  z-index: 1;
}
[data-page-id="VarsityTrial"] #first_section .container:after,
[data-page-id="VarsityTrial"] #third_section .container:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/backgrounds/corner-marker.svg) 100% 100% no-repeat;
  z-index: -1;
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="VarsityTrial"] #first_section .container:after,
  [data-page-id="VarsityTrial"] #third_section .container:after {
    background-size: 235px auto;
    height: 235px;
    width: 235px;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="VarsityTrial"] #first_section .container:after,
  [data-page-id="VarsityTrial"] #third_section .container:after {
    background-size: 100px auto;
    height: 100px;
    width: 100px;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="VarsityTrial"]
    #first_section
    .overview-trial-data
    .half:last-of-type {
    padding-bottom: 40px;
  }
}
[data-page-id="VarsityTrial"]
  #third_section
  .clinical-response-rates
  .copy-container {
  padding-bottom: 30px;
}
@media screen and (max-width: 959px) {
  [data-page-id="VarsityTrial"]
    #third_section
    .clinical-response-rates
    .btn-container
    p {
    padding-bottom: 0;
  }
  [data-page-id="VarsityTrial"]
    #third_section
    .clinical-response-rates
    [data-row] {
    margin: 0;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="VarsityTrial"] #third_section h3.subheading {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding-bottom: 25px;
  }
}
[data-page-id="VarsityTrial"]
  #third_section
  .accordion
  .sub-accordion-container {
  padding-bottom: 60px;
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="VarsityTrial"] #third_section .study-design .container:after {
    background-size: 200px auto;
    height: 200px;
    width: 200px;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="VarsityTrial"] #third_section .study-design .container:after {
    background: none;
    height: 0;
    width: 0;
  }
}
[data-page-id="VarsityTrial"]
  #third_section
  .pivotal-trial-data
  .container:after {
  background: none;
  height: 0;
  width: 0;
}
[data-page-id="VarsityTrial"]
  #third_section
  #endoscopic-improvments
  .subheading {
  padding-top: 50px;
}
[data-page-id="VarsityTrial"]
  #third_section
  #endoscopic-improvments
  .flex-container {
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  [data-page-id="VarsityTrial"]
    #third_section
    #endoscopic-improvments
    .flex-container
    > div:nth-child(1) {
    order: 1;
  }
  [data-page-id="VarsityTrial"]
    #third_section
    #endoscopic-improvments
    .flex-container
    > div:nth-child(2) {
    order: 2;
  }
  [data-page-id="VarsityTrial"]
    #third_section
    #endoscopic-improvments
    .flex-container
    > div:nth-child(3) {
    order: 4;
  }
  [data-page-id="VarsityTrial"]
    #third_section
    #endoscopic-improvments
    .flex-container
    > div:nth-child(4) {
    order: 3;
  }
}
[data-page-id="VarsityTrial"] #third_section #endoscopic-improvments .half {
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="VarsityTrial"] #third_section #endoscopic-improvments .half {
    flex: 0 0 49%;
    max-width: 49%;
  }
}
[data-page-id="VarsityTrial"] #third_section #endoscopic-improvments .jump-to {
  font-size: 14px;
}
[data-page-id="VarsityTrial"]
  #third_section
  #endoscopic-improvments
  .end-point-heading {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding-bottom: 20px;
  color: #9b288c;
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="VarsityTrial"]
    #third_section
    #endoscopic-improvments
    .end-point-heading {
    padding-bottom: 25px;
    font-size: 22px;
  }
}
[data-page-id="VarsityTrial"] #third_section #endoscopic-improvments .tile {
  margin-bottom: 25px;
  border: 1px solid #abadb3;
}
[data-page-id="VarsityTrial"]
  #third_section
  #endoscopic-improvments
  .image-container {
  padding: 20px;
}
[data-page-id="VarsityTrial"]
  #third_section
  #endoscopic-improvments
  .image-container
  img {
  width: 100%;
}
[data-page-id="VarsityTrial"] #third_section #endoscopic-improvments h3 {
  font-family: "Knockout", sans-serif;
  font-size: 22px;
  font-weight: 400;
  padding: 15px 10px;
  color: #9b288c;
  text-transform: uppercase;
  background: #f4e8f3;
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="VarsityTrial"] #third_section #endoscopic-improvments h3 {
    padding: 25px 20px;
    font-size: 30px;
  }
}
[data-page-id="VarsityTrial"] #third_section #endoscopic-improvments h3 sup {
  top: -10px;
  font-size: 12px;
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="VarsityTrial"] #third_section #endoscopic-improvments h3 sup {
    top: -12px;
    font-size: 16px;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="VarsityTrial"]
    #third_section
    #endoscopic-improvments
    .btn-container
    p {
    padding: 0;
    margin-bottom: 30px;
  }
}
[data-page-id="VarsityTrial"] #third_section #endoscopic-improvments .sub-text {
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="VarsityTrial"]
    #third_section
    #endoscopic-improvments
    .sub-text {
    padding: 0 30px 100px 30px;
    font-size: 16px;
  }
  [data-page-id="VarsityTrial"]
    #third_section
    #endoscopic-improvments
    .sub-text
    .primary
    > strong {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="VarsityTrial"]
    #third_section
    #endoscopic-improvments
    .sub-accordion-container {
    margin-bottom: 70px;
  }
}
[data-page-id="VarsityTrial"] #first_section .overview-trial-data .text-area {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 0 25px;
  line-height: 20px;
  color: #58595b;
}
@media screen and (max-width: 959px) {
  [data-page-id="VarsityTrial"] #first_section .overview-trial-data .text-area {
    margin-bottom: 25px;
    font-size: 14px;
  }
}
[data-page-id="VarsityTrial"] .expand h3 {
  font-family: "Knockout", sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #9b288c;
  padding-bottom: 15px;
}
[data-page-id="VarsityTrial"] .expand h3.expand-trigger {
  margin-top: 40px;
}
[data-page-id="VarsityTrial"] .expand h3.expand-trigger button {
  font-family: "Knockout", sans-serif;
  font-size: 42px;
  font-weight: 700;
  position: relative;
  padding-right: 46px;
  color: #fff;
  text-transform: uppercase;
}
[data-page-id="VarsityTrial"] .expand h3.expand-trigger button span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  transform: translate(-50%, -50%);
}
[data-page-id="VarsityTrial"] .expand h3.expand-trigger button span:before,
[data-page-id="VarsityTrial"] .expand h3.expand-trigger button span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 2px;
  transform-origin: 0 0;
  background: #fff;
}
[data-page-id="VarsityTrial"] .expand h3.expand-trigger button span:before {
  transform: translate(-50%, -50%);
}
[data-page-id="VarsityTrial"] .expand h3.expand-trigger button span:after {
  transform: rotate(90deg) translate(-50%, -50%);
}
[data-page-id="VarsityTrial"] .expand h3.expand-trigger button span {
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 100%;
  transform: translateY(-50%);
}
[data-page-id="VarsityTrial"]
  .expand
  h3.expand-trigger
  button[aria-expanded="true"]
  span:after {
  width: 0;
  will-change: width;
  transition: all 300ms ease-in-out;
}
[data-page-id="VarsityTrial"]
  .expand
  #varsity-adverse-events-content
  .subheading {
  padding-top: 15px;
}
[data-page-id="VarsityTrial"]
  .expand
  #varsity-adverse-events-content
  .container {
  padding-bottom: 110px;
}
[data-page-id="VarsityTrial"]
  .expand
  #varsity-adverse-events-content
  .image-container {
  margin-bottom: 30px;
}
[data-page-id="VarsityTrial"]
  .expand
  #varsity-adverse-events-content
  .image-container
  img {
  width: 100%;
}
[data-page-id="VarsityTrial"] .expand #varsity-adverse-events-content ul {
  margin-bottom: 30px;
}
[data-page-id="VarsityTrial"] .expand #varsity-adverse-events-content ul li {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}
@media screen and (max-width: 959px) {
  [data-page-id="VarsityTrial"]
    #third_section
    #clinical-response-rates
    .btn-container,
  [data-page-id="VarsityTrial"]
    #third_section
    #long-term-remission
    .container.week-52
    .btn-container {
    display: flex;
    flex-direction: column;
  }
  [data-page-id="VarsityTrial"]
    #third_section
    #clinical-response-rates
    .btn-container
    > p,
  [data-page-id="VarsityTrial"]
    #third_section
    #long-term-remission
    .container.week-52
    .btn-container
    > p {
    margin-bottom: 0;
    order: 2;
  }
  [data-page-id="VarsityTrial"]
    #third_section
    #clinical-response-rates
    .btn-container
    > p.primary,
  [data-page-id="VarsityTrial"]
    #third_section
    #long-term-remission
    .container.week-52
    .btn-container
    > p.primary {
    margin-bottom: 25px;
    order: 1;
  }
  [data-page-id="VarsityTrial"]
    #third_section
    #long-term-remission
    .container
    .jump-to {
    margin: 15px 0 10px 0;
    padding: 0;
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    font-weight: 700;
  }
  [data-page-id="VarsityTrial"] #clinical-response-rates .jump-to {
    font-size: 14px;
  }
  [data-page-id="VarsityTrial"]
    #clinical-response-rates
    .copy-container.varsity {
    display: flex;
    flex-direction: column;
  }
  [data-page-id="VarsityTrial"]
    #clinical-response-rates
    .copy-container.varsity
    .jump-to.primary {
    margin-bottom: 0;
    order: -1;
  }
  [data-page-id="VarsityTrial"]
    #third_section
    #clinical-response-rates
    .copy-container.varsity
    .btn-container {
    display: block;
  }
  [data-page-id="VarsityTrial"]
    #third_section
    #long-term-remission
    .accordion
    > div:last-child,
  [data-page-id="VarsityTrial"]
    #third_section
    #clinical-response-rates
    .accordion
    > div:last-child {
    display: none;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="VarsityTrial"]
    #third_section
    .pivotal-trial-data
    .body-copy
    sup {
    top: -5px;
    font-size: 12px;
  }
  [data-page-id="VarsityTrial"] #clinical-response-rates .jump-to.primary {
    margin-top: 140px;
    font-size: 14px;
  }
}
[data-page-id="GeminiTrial"] article > div[id] .trial-description,
[data-page-id="PlaceboTrial"] article > div[id] .trial-description {
  padding-bottom: 25px;
}
[data-page-id="GeminiTrial"]
  #third_section
  .clinical-response-rates
  .copy-container
  .bottom-text,
[data-page-id="PlaceboTrial"]
  #third_section
  .clinical-response-rates
  .copy-container
  .bottom-text {
  left: 0;
}
@media screen and (max-width: 959px) {
  [data-page-id="GeminiTrial"] #rapid-response .copy-container.gemini {
    display: flex;
    flex-direction: column;
  }
  [data-page-id="GeminiTrial"]
    #rapid-response
    .copy-container.gemini
    > .btn-container {
    order: 5;
  }
  [data-page-id="GeminiTrial"]
    #rapid-response
    .copy-container.gemini
    > .footnote {
    order: 6;
  }
  [data-page-id="GeminiTrial"]
    #rapid-response
    .copy-container.gemini
    > .footnote.acronyms {
    order: 7;
  }
  [data-page-id="GeminiTrial"] #long-term-data .jump-to,
  [data-page-id="GeminiTrial"] #third_section #rapid-response .jump-to {
    margin: 0 0 25px 0;
    padding: 0;
  }
  [data-page-id="GeminiTrial"] #long-term-data .jump-to.bottom-text,
  [data-page-id="GeminiTrial"]
    #third_section
    #rapid-response
    .jump-to.bottom-text {
    margin-top: 15px;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="CrohnsDisease"] #first_section .overview-trial-data .graph-1 {
    order: 1;
  }
  [data-page-id="CrohnsDisease"] #first_section .overview-trial-data .graph-2 {
    order: 2;
  }
  [data-page-id="CrohnsDisease"] #first_section .overview-trial-data .graph-3 {
    order: 3;
  }
  [data-page-id="CrohnsDisease"]
    #first_section
    .overview-trial-data
    .text-description {
    order: 4;
  }
  [data-page-id="CrohnsDisease"]
    #first_section
    .overview-trial-data
    .button-and-footnotes {
    order: 5;
  }
  [data-page-id="CrohnsDisease"] #clinical-remission-response-data .jump-to,
  [data-page-id="CrohnsDisease"] #long-term-data .jump-to {
    margin: 25px 0 0 0;
    padding: 0;
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="CrohnsDisease"] #overview-trial-data .graph-1 .tile h3,
  [data-page-id="CrohnsDisease"] #overview-trial-data .graph-2 .tile h3 {
    min-height: 185px;
  }
  [data-page-id="CrohnsDisease"]
    #overview-trial-data
    .graph-1
    .tile
    h3.clinical-remission-chart,
  [data-page-id="CrohnsDisease"]
    #overview-trial-data
    .graph-2
    .tile
    h3.clinical-remission-chart {
    display: flex;
    align-items: center;
  }
  [data-page-id="CrohnsDisease"] #third_section .cd-trials .copy-container {
    margin-left: 0;
  }
}
[data-page-id="DosingAdministration"] h1 {
  position: absolute;
  top: 44%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  z-index: 1;
}
[data-page-id="DosingAdministration"] .pi-link {
  font-weight: 700;
  color: #9b288c;
  text-decoration: none;
}
[data-page-id="DosingAdministration"] .pi-link:hover {
  text-decoration: underline;
}
[data-page-id="DosingAdministration"] #first_section {
  background: url(../images/backgrounds/purple-gradient.svg) 50% 0 repeat-y;
}
[data-page-id="DosingAdministration"] #first_section .simple-dosing p {
  color: #fff;
  margin-bottom: 0;
}
[data-page-id="DosingAdministration"] #second_section > div {
  background-color: #fff;
}
[data-page-id="DosingAdministration"] #third_section {
  background: url(../images/backgrounds/common-page-bg.svg) 50% top no-repeat;
}
[data-page-id="DosingAdministration"]
  #third_section
  .starting-maintaining
  .flex-container {
  background: #fff;
}
[data-page-id="DosingAdministration"]
  #third_section
  .starting-maintaining
  .flex-container
  .tile {
  border: 1px solid #abadb3;
  text-align: center;
  background: #fff;
}
[data-page-id="DosingAdministration"]
  #third_section
  .starting-maintaining
  .flex-container
  .tile
  h3 {
  font-family: "Knockout", sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #9b288c;
  padding: 25px;
  background: #f4e8f3;
}
[data-page-id="DosingAdministration"]
  #third_section
  .starting-maintaining
  .flex-container
  .tile
  p {
  color: #6a6a6a;
  font-size: 16px;
}
[data-page-id="DosingAdministration"]
  #third_section
  .starting-maintaining
  .flex-container
  .tile
  p.footnote {
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
[data-page-id="DosingAdministration"]
  #third_section
  .starting-maintaining
  .summary {
  font-family: "Gotham", sans-serif;
  font-size: inherit;
  font-weight: 700;
  padding: 30px 0;
  color: #fff;
}
[data-page-id="DosingAdministration"]
  #third_section
  .dosing-administration
  .container {
  background: #fff;
}
[data-page-id="DosingAdministration"]
  #third_section
  .dosing-administration
  .container
  h3 {
  font-family: "Knockout", sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #9b288c;
}
[data-page-id="DosingAdministration"]
  #third_section
  .dosing-administration
  .container
  li {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #58595b;
  margin-bottom: 0;
}
[data-page-id="DosingAdministration"]
  #third_section
  .dosing-administration
  .container
  p {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #58595b;
  margin-bottom: 0;
  padding: 30px 0 10px;
}
[data-page-id="DosingAdministration"] #third_section .dosing-video .container {
  background: #fff;
}
[data-page-id="DosingAdministration"]
  #third_section
  .dosing-video
  .container
  video {
  width: 100%;
  height: auto;
}
[data-page-id="DosingAdministration"]
  #third_section
  .dosing-video
  .container
  .disclaimer {
  color: #58595b;
  text-align: center;
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 20px 0 0;
  margin-bottom: 0;
}
@media screen and (max-width: 959px) {
  [data-page-id="DosingAdministration"] #first_section,
  [data-page-id="DosingAdministration"] #third_section {
    background-size: cover;
  }
  [data-page-id="DosingAdministration"] #first_section .simple-dosing {
    padding-top: 5px;
  }
  [data-page-id="DosingAdministration"] #first_section h2 {
    margin-bottom: 20px;
    padding-bottom: 0 !important;
  }
  [data-page-id="DosingAdministration"]
    #second_section
    .move-ahead
    .border-center {
    padding-bottom: 0 !important;
  }
  [data-page-id="DosingAdministration"] article > div {
    padding: 0;
  }
  [data-page-id="DosingAdministration"] article > div p {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding-bottom: 25px;
  }
  [data-page-id="DosingAdministration"] article > div p sup {
    top: -7px;
    font-size: 10px;
  }
  [data-page-id="DosingAdministration"] #third_section h2 {
    margin: 0;
    padding: 40px 0 20px;
  }
  [data-page-id="DosingAdministration"]
    #third_section
    .starting-maintaining
    .flex-container {
    background: none;
  }
  [data-page-id="DosingAdministration"]
    #third_section
    .starting-maintaining
    .flex-container
    .tile.tile-1 {
    margin-bottom: 30px;
  }
  [data-page-id="DosingAdministration"]
    #third_section
    .starting-maintaining
    .flex-container
    .tile.tile-2
    img {
    padding-bottom: 0;
  }
  [data-page-id="DosingAdministration"]
    #third_section
    .starting-maintaining
    .flex-container
    .tile
    p {
    padding: 30px 0 15px;
    margin-bottom: 0;
  }
  [data-page-id="DosingAdministration"]
    #third_section
    .starting-maintaining
    .flex-container
    .tile
    p.footnote {
    padding-top: 20px;
  }
  [data-page-id="DosingAdministration"]
    #third_section
    .starting-maintaining
    .flex-container
    .tile
    img {
    padding-bottom: 30px;
  }
  [data-page-id="DosingAdministration"]
    #third_section
    .starting-maintaining
    .summary {
    font-size: 16px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  [data-page-id="DosingAdministration"]
    #third_section
    .dosing-administration
    .container {
    padding: 0 20px 20px;
  }
  [data-page-id="DosingAdministration"]
    #third_section
    .dosing-administration
    .container
    .image-container
    img {
    width: 60px;
    height: auto;
    padding-top: 30px;
  }
  [data-page-id="DosingAdministration"]
    #third_section
    .dosing-administration
    .container
    .image-container
    img.administration {
    width: 60px;
    padding-top: 20px;
  }
  [data-page-id="DosingAdministration"]
    #third_section
    .dosing-administration
    .container
    .image-container
    img.monitoring {
    width: 80px;
    padding-bottom: 10px;
  }
  [data-page-id="DosingAdministration"]
    #third_section
    .dosing-administration
    .container
    .image-container
    img.therapies {
    width: 65px;
    padding-bottom: 10px;
  }
  [data-page-id="DosingAdministration"]
    #third_section
    .dosing-administration
    .container
    .image-container
    img.prior {
    width: 65px;
    padding-bottom: 10px;
  }
  [data-page-id="DosingAdministration"]
    #third_section
    .dosing-administration
    .container
    .copy-container {
    border-bottom: 2px solid #ffcb03;
  }
  [data-page-id="DosingAdministration"]
    #third_section
    .dosing-administration
    .container
    .copy-container.no-border {
    border-bottom: none;
  }
  [data-page-id="DosingAdministration"]
    #third_section
    .dosing-administration
    .container
    p {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 0;
  }
  [data-page-id="DosingAdministration"]
    #third_section
    .dosing-administration
    .container
    ul {
    margin-bottom: 10px;
  }
  [data-page-id="DosingAdministration"]
    #third_section
    .dosing-administration
    .container
    li {
    padding-top: 5px;
    padding-bottom: 10px;
  }
  [data-page-id="DosingAdministration"]
    #third_section
    .dosing-administration
    .container
    li
    sup {
    top: -7px;
  }
  [data-page-id="DosingAdministration"]
    #third_section
    .dosing-video
    .container {
    padding: 20px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="DosingAdministration"] #first_section,
  [data-page-id="DosingAdministration"] #third_section {
    background-size: 100% auto;
  }
  [data-page-id="DosingAdministration"] article > div {
    padding: 0 50px;
  }
  [data-page-id="DosingAdministration"] article > div p {
    font-family: "Gotham", sans-serif;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 35px;
  }
  [data-page-id="DosingAdministration"] article > div p sup {
    top: -10px;
    font-size: 14px;
  }
  [data-page-id="DosingAdministration"]
    #third_section
    .starting-maintaining
    .flex-container {
    display: flex;
    justify-content: space-between;
    padding: 40px;
  }
  [data-page-id="DosingAdministration"]
    #third_section
    .starting-maintaining
    .flex-container
    .tile-1 {
    width: calc(66.67% - 20px);
  }
  [data-page-id="DosingAdministration"]
    #third_section
    .starting-maintaining
    .flex-container
    .tile-2 {
    width: calc(33.33% - 20px);
  }
  [data-page-id="DosingAdministration"]
    #third_section
    .starting-maintaining
    .flex-container
    p {
    padding: 20px 0;
    margin-bottom: 0;
  }
  [data-page-id="DosingAdministration"]
    #third_section
    .starting-maintaining
    .flex-container
    p.footnote {
    padding: 0 0 15px;
  }
  [data-page-id="DosingAdministration"]
    #third_section
    .starting-maintaining
    .flex-container
    img {
    padding-bottom: 15px;
  }
  [data-page-id="DosingAdministration"]
    #third_section
    .starting-maintaining
    .summary {
    font-size: 22px;
    padding-bottom: 20px;
  }
  [data-page-id="DosingAdministration"]
    #third_section
    .starting-maintaining
    .summary
    sup {
    top: -7px;
  }
  [data-page-id="DosingAdministration"]
    #third_section
    .dosing-administration
    .container {
    padding: 40px;
  }
  [data-page-id="DosingAdministration"]
    #third_section
    .dosing-administration
    .flex-container {
    display: flex;
    justify-content: space-between;
  }
  [data-page-id="DosingAdministration"]
    #third_section
    .dosing-administration
    .flex-container.flex-1 {
    padding-bottom: 30px;
  }
  [data-page-id="DosingAdministration"]
    #third_section
    .dosing-administration
    .item {
    width: calc((100% - 20px) / 2);
  }
  [data-page-id="DosingAdministration"]
    #third_section
    .dosing-administration
    .item
    .flex-container {
    justify-content: flex-start;
  }
  [data-page-id="DosingAdministration"]
    #third_section
    .dosing-administration
    .image-container {
    position: relative;
    min-width: 100px;
  }
  [data-page-id="DosingAdministration"]
    #third_section
    .dosing-administration
    .image-container
    img {
    height: auto;
    position: absolute;
    top: -3px;
  }
  [data-page-id="DosingAdministration"]
    #third_section
    .dosing-administration
    .image-container
    img.administration {
    width: 60px;
    left: 0px;
  }
  [data-page-id="DosingAdministration"]
    #third_section
    .dosing-administration
    .image-container
    img.monitoring {
    width: 85px;
    left: -10px;
  }
  [data-page-id="DosingAdministration"]
    #third_section
    .dosing-administration
    .image-container
    img.therapies {
    width: 70px;
    left: 10px;
  }
  [data-page-id="DosingAdministration"]
    #third_section
    .dosing-administration
    .image-container
    img.prior {
    width: 65px;
    left: -10px;
  }
  [data-page-id="DosingAdministration"]
    #third_section
    .dosing-administration
    .copy-container {
    max-width: 75%;
  }
  [data-page-id="DosingAdministration"]
    #third_section
    .dosing-administration
    .copy-container
    h3 {
    border-bottom: 2px solid #ffcb03;
    padding-bottom: 5px;
  }
  [data-page-id="DosingAdministration"]
    #third_section
    .dosing-administration
    .copy-container
    ul {
    padding-top: 5px;
    padding-right: 90px;
  }
  [data-page-id="DosingAdministration"]
    #third_section
    .dosing-administration
    .copy-container
    li {
    padding-top: 5px;
  }
  [data-page-id="DosingAdministration"]
    #third_section
    .dosing-administration
    .copy-container
    li
    sup {
    top: -5px;
    font-size: 12px;
  }
  [data-page-id="DosingAdministration"]
    #third_section
    .dosing-video
    .container {
    padding: 40px;
  }
}
[data-page-id="MechanismOfAction"] #hero h1 {
  position: absolute;
  top: 44%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  z-index: 1;
}
[data-page-id="MechanismOfAction"] #first_section {
  background: url(../images/backgrounds/common-page-bg.svg) 50% 0 repeat-y;
}
[data-page-id="MechanismOfAction"] #first_section .moa-intro p {
  color: #fff;
}
[data-page-id="MechanismOfAction"] #first_section .moa-intro .brand-secondary {
  color: #ffcb03;
  font-weight: bold;
}
[data-page-id="MechanismOfAction"] #first_section .video-container {
  background: #fff;
}
[data-page-id="MechanismOfAction"] #first_section .video-container video {
  max-width: 100%;
}
[data-page-id="MechanismOfAction"] #first_section .accordion-container {
  background: #fff;
}
@media screen and (max-width: 959px) {
  [data-page-id="MechanismOfAction"] #first_section {
    background-size: cover;
  }
  [data-page-id="MechanismOfAction"] #first_section .moa-intro h2.border {
    margin-bottom: 5px;
  }
  [data-page-id="MechanismOfAction"] #first_section .moa-intro .key-point p {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px;
  }
  [data-page-id="MechanismOfAction"]
    #first_section
    .moa-intro
    .key-point
    p
    sup {
    font-size: 11px;
    top: -7px;
  }
  [data-page-id="MechanismOfAction"] #first_section .moa-intro .body-copy p {
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 15px;
  }
  [data-page-id="MechanismOfAction"]
    #first_section
    .moa-intro
    .body-copy
    p
    sup {
    top: -5px;
    font-size: 8px;
  }
  [data-page-id="MechanismOfAction"] #first_section .video-container,
  [data-page-id="MechanismOfAction"] #first_section .accordion-container {
    padding: 10px;
  }
  [data-page-id="MechanismOfAction"]
    #first_section
    .accordion-container
    .accordion {
    display: block;
  }
  [data-page-id="MechanismOfAction"]
    #first_section
    .video-container
    .figure-content
    figcaption,
  [data-page-id="MechanismOfAction"]
    #first_section
    .accordion-container
    .figure-content
    figcaption {
    padding-bottom: 10px;
  }
  [data-page-id="MechanismOfAction"]
    #first_section
    .video-container
    .to_footnote
    p,
  [data-page-id="MechanismOfAction"]
    #first_section
    .accordion-container
    .to_footnote
    p {
    line-height: normal;
  }
  [data-page-id="MechanismOfAction"]
    #first_section
    .accordion[data-accordion-type="list"]
    button[aria-expanded] {
    padding-left: 30px;
    padding-right: 45px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="MechanismOfAction"] #first_section {
    background-size: 101% auto;
  }
  [data-page-id="MechanismOfAction"] #first_section .moa-intro .key-point p {
    font-family: "Gotham", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    max-width: 85%;
  }
  [data-page-id="MechanismOfAction"]
    #first_section
    .moa-intro
    .key-point
    p
    sup {
    font-size: 16px;
    top: -9px;
  }
  [data-page-id="MechanismOfAction"] #first_section .moa-intro .body-copy p {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }
  [data-page-id="MechanismOfAction"]
    #first_section
    .moa-intro
    .body-copy
    p
    sup {
    font-size: 12px;
    top: -7px;
  }
  [data-page-id="MechanismOfAction"] #first_section .video-container,
  [data-page-id="MechanismOfAction"] #first_section .accordion-container {
    padding: 40px;
  }
  [data-page-id="MechanismOfAction"] #first_section .accordion .accordion-list {
    position: relative;
    padding-bottom: 20px;
    flex: 0 0 40%;
    max-width: 40%;
  }
  [data-page-id="MechanismOfAction"]
    #first_section
    .accordion
    .accordion-list
    .content
    p {
    margin-bottom: 10px;
  }
  [data-page-id="MechanismOfAction"]
    #first_section
    .accordion
    .accordion-list
    .content
    p
    sup {
    top: -5px;
    font-size: 12px;
  }
  [data-page-id="MechanismOfAction"] #first_section .accordion > div {
    flex: 0 0 60%;
    max-width: 60%;
  }
  [data-page-id="MechanismOfAction"] #first_section .accordion .footnote {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 500px;
  }
  [data-page-id="MechanismOfAction"] #first_section .accordion .footnote p {
    margin-bottom: 0;
  }
}
[data-page-category="Resources"] #first_section {
  background: url(../images/backgrounds/sitemap_bg.svg) 50% 0 repeat-y;
  background-size: 101% auto;
}
[data-page-category="Resources"] .body-content > article {
  overflow: hidden;
}
[data-page-category="Resources"] .title-area h2 {
  color: #fff;
  text-transform: uppercase;
}
[data-page-category="Resources"] .title-area h3 {
  color: #fff;
}
[data-page-category="Resources"] .title-area p {
  color: #fff;
}
[data-page-category="Resources"] .title-area .go-back a {
  position: relative;
  padding-left: 25px;
  color: #fff;
  display: inline-block;
  transition: color 400ms ease-in;
  will-change: text-decoration;
  text-decoration: none;
}
[data-page-category="Resources"] .title-area .go-back a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  background: url(../images/icons/go-back-arrow.svg) 0 50% no-repeat;
  background-size: 17px auto;
}
[data-page-category="Resources"] .title-area .go-back a.hover,
[data-page-category="Resources"] .title-area .go-back a:hover {
  text-decoration: underline;
}
[data-page-category="Resources"] .title-area .go-back a.hover:before,
[data-page-category="Resources"] .title-area .go-back a:hover:before {
  will-change: left;
  -webkit-animation: resources_go_back 400ms ease-in forwards;
  -moz-animation: resources_go_back 400ms ease-in forwards;
  animation: resources_go_back 400ms ease-in forwards;
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  animation-delay: 0ms;
}
[data-page-category="Resources"] .main-container {
  background: #fff;
}
@media screen and (max-width: 959px) {
  [data-page-category="Resources"] .body-content > article .title-area {
    padding: 0;
  }
  [data-page-category="Resources"] .body-content > article .title-area h2 {
    font-family: "Knockout", sans-serif;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
  }
  [data-page-category="Resources"] .body-content > article .title-area h3 {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 700;
  }
  [data-page-category="Resources"] .body-content > article .title-area p {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 30px 0 0 0;
  }
  [data-page-category="Resources"]
    .body-content
    > article
    .title-area
    .go-back {
    margin: 0;
  }
  [data-page-category="Resources"]
    .body-content
    > article
    .title-area
    .go-back
    a {
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    font-weight: 400;
  }
  [data-page-category="Resources"]
    .body-content
    > article
    .title-area
    .go-back
    a:before {
    top: -2px;
  }
  [data-page-category="Resources"] .body-content > article .main-container {
    margin: 23px 0 35px 0;
    padding: 10px;
  }
  [data-page-category="Resources"]
    .body-content
    > article
    .main-container
    .tabs
    [role="tablist"] {
    align-items: stretch;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="Resources"] .body-content > article .title-area {
    padding: 50px 50px 0 50px;
  }
  [data-page-category="Resources"] .body-content > article .title-area h2 {
    font-family: "Knockout", sans-serif;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 25px;
  }
  [data-page-category="Resources"] .body-content > article .title-area h3 {
    font-family: "Gotham", sans-serif;
    font-size: 22px;
    font-weight: 700;
  }
  [data-page-category="Resources"] .body-content > article .title-area p {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 30px 0 0 0;
  }
  [data-page-category="Resources"]
    .body-content
    > article
    .title-area
    .go-back
    a {
    font-family: "Gotham", sans-serif;
    font-size: 18px;
    font-weight: 400;
  }
  [data-page-category="Resources"]
    .body-content
    > article
    .title-area
    .go-back
    a:before {
    top: 0;
  }
  [data-page-category="Resources"] .body-content > article .main-container {
    margin: 50px;
    padding: 50px;
    background: #fff;
  }
}
@-webkit-keyframes resources_go_back {
  0% {
    left: 0;
  }
  50% {
    left: -4px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes resources_go_back {
  0% {
    left: 0;
  }
  50% {
    left: -4px;
  }
  100% {
    left: 0;
  }
}
@keyframes resources_go_back {
  0% {
    left: 0;
  }
  50% {
    left: -4px;
  }
  100% {
    left: 0;
  }
}
[data-page-id="ProfessionalResources"] .main-container,
[data-page-id="PatientResources"] .main-container {
  padding: 0 !important;
  background: transparent !important;
}
[data-page-id="ProfessionalResources"] .table .heading-container,
[data-page-id="PatientResources"] .table .heading-container {
  border-bottom: 4px solid #9b288c;
  display: flex;
  align-items: center;
}
[data-page-id="ProfessionalResources"] .table .heading-container a.link,
[data-page-id="ProfessionalResources"] .table .heading-container .heading,
[data-page-id="PatientResources"] .table .heading-container a.link,
[data-page-id="PatientResources"] .table .heading-container .heading {
  color: #9b288c;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  transition: all 300ms ease-in-out;
  will-change: background transform;
  min-width: 230px;
}
@media screen and (max-width: 959px) {
  [data-page-id="ProfessionalResources"] .table .heading-container a.link,
  [data-page-id="ProfessionalResources"] .table .heading-container .heading,
  [data-page-id="PatientResources"] .table .heading-container a.link,
  [data-page-id="PatientResources"] .table .heading-container .heading {
    padding: 15px;
    font-family: "Knockout", sans-serif;
    font-size: 25px;
    font-weight: 800;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="ProfessionalResources"] .table .heading-container a.link,
  [data-page-id="ProfessionalResources"] .table .heading-container .heading,
  [data-page-id="PatientResources"] .table .heading-container a.link,
  [data-page-id="PatientResources"] .table .heading-container .heading {
    padding: 20px;
    font-family: "Knockout", sans-serif;
    font-size: 30px;
    font-weight: 800;
  }
}
[data-page-id="ProfessionalResources"] .table .heading-container .heading,
[data-page-id="PatientResources"] .table .heading-container .heading {
  margin-bottom: 0;
  background: #f4e8f3;
}
[data-page-id="ProfessionalResources"] .table .heading-container .link,
[data-page-id="PatientResources"] .table .heading-container .link {
  background: #f2f2f2;
  color: #767676 !important;
}
[data-page-id="ProfessionalResources"] .table .heading-container .link.hover,
[data-page-id="ProfessionalResources"] .table .heading-container .link:hover,
[data-page-id="PatientResources"] .table .heading-container .link.hover,
[data-page-id="PatientResources"] .table .heading-container .link:hover {
  text-decoration: underline;
}
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-you-content,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-your-patient-content,
[data-page-id="PatientResources"] .table .content-container .for-you-content,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-your-patient-content {
  /* padding-top: 10px; */
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 50px 50px 50px 50px;
}
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-you-content
  h2,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-your-patient-content
  h2,
[data-page-id="PatientResources"] .table .content-container .for-you-content h2,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-your-patient-content
  h2 {
  border-bottom: 2px solid #9a258d;
  font-family: "Knockout", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #9b288c;
  text-transform: uppercase;
  text-align: center;
  background-color: #f4e8f3;
  padding: 20px;
}
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-you-content
  .site-resources,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-you-content
  .download-resources,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-your-patient-content
  .site-resources,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-your-patient-content
  .download-resources,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-you-content
  .site-resources,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-you-content
  .download-resources,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-your-patient-content
  .site-resources,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-your-patient-content
  .download-resources {
  display: flex;
}
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-you-content
  .site-resources
  > div,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-you-content
  .download-resources
  > div,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-your-patient-content
  .site-resources
  > div,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-your-patient-content
  .download-resources
  > div,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-you-content
  .site-resources
  > div,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-you-content
  .download-resources
  > div,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-your-patient-content
  .site-resources
  > div,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-your-patient-content
  .download-resources
  > div {
  flex: 1 1 0;
}
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-you-content
  .site-resources
  p,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-you-content
  .download-resources
  p,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-your-patient-content
  .site-resources
  p,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-your-patient-content
  .download-resources
  p,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-you-content
  .site-resources
  p,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-you-content
  .download-resources
  p,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-your-patient-content
  .site-resources
  p,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-your-patient-content
  .download-resources
  p {
  position: relative;
}
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-you-content
  .site-resources
  p
  span,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-you-content
  .download-resources
  p
  span,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-your-patient-content
  .site-resources
  p
  span,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-your-patient-content
  .download-resources
  p
  span,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-you-content
  .site-resources
  p
  span,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-you-content
  .download-resources
  p
  span,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-your-patient-content
  .site-resources
  p
  span,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-your-patient-content
  .download-resources
  p
  span {
  font-family: "Gotham", sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #58595b;
  display: block;
  text-decoration: none;
}
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-you-content
  .site-resources
  span.blank,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-you-content
  .download-resources
  span.blank,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-your-patient-content
  .site-resources
  span.blank,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-your-patient-content
  .download-resources
  span.blank,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-you-content
  .site-resources
  span.blank,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-you-content
  .download-resources
  span.blank,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-your-patient-content
  .site-resources
  span.blank,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-your-patient-content
  .download-resources
  span.blank {
  position: static;
  font-size: inherit;
  color: inherit;
  padding: 0;
  font-weight: inherit;
}
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-you-content
  .site-resources
  a,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-you-content
  .download-resources
  a,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-your-patient-content
  .site-resources
  a,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-your-patient-content
  .download-resources
  a,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-you-content
  .site-resources
  a,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-you-content
  .download-resources
  a,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-your-patient-content
  .site-resources
  a,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-your-patient-content
  .download-resources
  a {
  position: relative;
  color: #9b288c;
  display: inline-flex;
  align-items: center;
  transition: color 300ms ease-in;
  will-change: text-decoration;
  text-decoration: none;
}
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-you-content
  .site-resources
  a:before,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-you-content
  .download-resources
  a:before,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-your-patient-content
  .site-resources
  a:before,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-your-patient-content
  .download-resources
  a:before,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-you-content
  .site-resources
  a:before,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-you-content
  .download-resources
  a:before,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-your-patient-content
  .site-resources
  a:before,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-your-patient-content
  .download-resources
  a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-you-content
  .site-resources
  a[data-icon="coverage-finder"]:before,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-you-content
  .download-resources
  a[data-icon="coverage-finder"]:before,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-your-patient-content
  .site-resources
  a[data-icon="coverage-finder"]:before,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-your-patient-content
  .download-resources
  a[data-icon="coverage-finder"]:before,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-you-content
  .site-resources
  a[data-icon="coverage-finder"]:before,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-you-content
  .download-resources
  a[data-icon="coverage-finder"]:before,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-your-patient-content
  .site-resources
  a[data-icon="coverage-finder"]:before,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-your-patient-content
  .download-resources
  a[data-icon="coverage-finder"]:before {
  background: url(../images/icons/coverage-umbrella.svg) 0 0 no-repeat;
  background-size: 100%;
}
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-you-content
  .site-resources
  a[data-icon="annual-congresses"]:before,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-you-content
  .download-resources
  a[data-icon="annual-congresses"]:before,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-your-patient-content
  .site-resources
  a[data-icon="annual-congresses"]:before,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-your-patient-content
  .download-resources
  a[data-icon="annual-congresses"]:before,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-you-content
  .site-resources
  a[data-icon="annual-congresses"]:before,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-you-content
  .download-resources
  a[data-icon="annual-congresses"]:before,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-your-patient-content
  .site-resources
  a[data-icon="annual-congresses"]:before,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-your-patient-content
  .download-resources
  a[data-icon="annual-congresses"]:before {
  background: url(../images/icons/res-annual-congresses.svg) 0 0 no-repeat;
  background-size: 100%;
}
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-you-content
  .site-resources
  a[data-icon="virtual-congress"]:before,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-you-content
  .download-resources
  a[data-icon="virtual-congress"]:before,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-your-patient-content
  .site-resources
  a[data-icon="virtual-congress"]:before,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-your-patient-content
  .download-resources
  a[data-icon="virtual-congress"]:before,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-you-content
  .site-resources
  a[data-icon="virtual-congress"]:before,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-you-content
  .download-resources
  a[data-icon="virtual-congress"]:before,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-your-patient-content
  .site-resources
  a[data-icon="virtual-congress"]:before,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-your-patient-content
  .download-resources
  a[data-icon="virtual-congress"]:before {
  background: url(../images/icons/res-virtual-congress.svg) 0 0 no-repeat;
  background-size: 100%;
}
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-you-content
  .site-resources
  a[data-icon="request-a-rep"]:before,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-you-content
  .download-resources
  a[data-icon="request-a-rep"]:before,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-your-patient-content
  .site-resources
  a[data-icon="request-a-rep"]:before,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-your-patient-content
  .download-resources
  a[data-icon="request-a-rep"]:before,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-you-content
  .site-resources
  a[data-icon="request-a-rep"]:before,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-you-content
  .download-resources
  a[data-icon="request-a-rep"]:before,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-your-patient-content
  .site-resources
  a[data-icon="request-a-rep"]:before,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-your-patient-content
  .download-resources
  a[data-icon="request-a-rep"]:before {
  background: url(../images/icons/res-request-a-rep.svg) 0 0 no-repeat;
  background-size: 100%;
}
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-you-content
  .site-resources
  a[data-icon="clinical-reprints"]:before,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-you-content
  .download-resources
  a[data-icon="clinical-reprints"]:before,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-your-patient-content
  .site-resources
  a[data-icon="clinical-reprints"]:before,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-your-patient-content
  .download-resources
  a[data-icon="clinical-reprints"]:before,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-you-content
  .site-resources
  a[data-icon="clinical-reprints"]:before,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-you-content
  .download-resources
  a[data-icon="clinical-reprints"]:before,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-your-patient-content
  .site-resources
  a[data-icon="clinical-reprints"]:before,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-your-patient-content
  .download-resources
  a[data-icon="clinical-reprints"]:before {
  background: url(../images/icons/res-clinical-reprints.svg) 0 0 no-repeat;
  background-size: 100%;
}
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-you-content
  .site-resources
  a[data-icon="peer-perspective"]:before,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-you-content
  .download-resources
  a[data-icon="peer-perspective"]:before,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-your-patient-content
  .site-resources
  a[data-icon="peer-perspective"]:before,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-your-patient-content
  .download-resources
  a[data-icon="peer-perspective"]:before,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-you-content
  .site-resources
  a[data-icon="peer-perspective"]:before,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-you-content
  .download-resources
  a[data-icon="peer-perspective"]:before,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-your-patient-content
  .site-resources
  a[data-icon="peer-perspective"]:before,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-your-patient-content
  .download-resources
  a[data-icon="peer-perspective"]:before {
  background: url(../images/icons/res-peer-perspectives.svg) 0 0 no-repeat;
  background-size: 100%;
}
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-you-content
  .site-resources
  a[data-icon="infusion-center"]:before,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-you-content
  .download-resources
  a[data-icon="infusion-center"]:before,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-your-patient-content
  .site-resources
  a[data-icon="infusion-center"]:before,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-your-patient-content
  .download-resources
  a[data-icon="infusion-center"]:before,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-you-content
  .site-resources
  a[data-icon="infusion-center"]:before,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-you-content
  .download-resources
  a[data-icon="infusion-center"]:before,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-your-patient-content
  .site-resources
  a[data-icon="infusion-center"]:before,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-your-patient-content
  .download-resources
  a[data-icon="infusion-center"]:before {
  background: url(../images/icons/res-infusion-locator.svg) 0 0 no-repeat;
  background-size: 100%;
}
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-you-content
  .site-resources
  a[data-icon="patient-site"]:before,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-you-content
  .download-resources
  a[data-icon="patient-site"]:before,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-your-patient-content
  .site-resources
  a[data-icon="patient-site"]:before,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-your-patient-content
  .download-resources
  a[data-icon="patient-site"]:before,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-you-content
  .site-resources
  a[data-icon="patient-site"]:before,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-you-content
  .download-resources
  a[data-icon="patient-site"]:before,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-your-patient-content
  .site-resources
  a[data-icon="patient-site"]:before,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-your-patient-content
  .download-resources
  a[data-icon="patient-site"]:before {
  background: url(../images/icons/res-entyvio-patient.svg) 0 0 no-repeat;
  background-size: 100%;
}
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-you-content
  .site-resources
  a[data-icon="entyvioconnect"]:before,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-you-content
  .download-resources
  a[data-icon="entyvioconnect"]:before,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-your-patient-content
  .site-resources
  a[data-icon="entyvioconnect"]:before,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-your-patient-content
  .download-resources
  a[data-icon="entyvioconnect"]:before,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-you-content
  .site-resources
  a[data-icon="entyvioconnect"]:before,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-you-content
  .download-resources
  a[data-icon="entyvioconnect"]:before,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-your-patient-content
  .site-resources
  a[data-icon="entyvioconnect"]:before,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-your-patient-content
  .download-resources
  a[data-icon="entyvioconnect"]:before {
  background: url(../images/icons/res-entyvioconnect.svg) 0 0 no-repeat;
  background-size: 100%;
}
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-you-content
  .site-resources
  a.hover,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-you-content
  .site-resources
  a:hover,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-you-content
  .download-resources
  a.hover,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-you-content
  .download-resources
  a:hover,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-your-patient-content
  .site-resources
  a.hover,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-your-patient-content
  .site-resources
  a:hover,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-your-patient-content
  .download-resources
  a.hover,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-your-patient-content
  .download-resources
  a:hover,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-you-content
  .site-resources
  a.hover,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-you-content
  .site-resources
  a:hover,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-you-content
  .download-resources
  a.hover,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-you-content
  .download-resources
  a:hover,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-your-patient-content
  .site-resources
  a.hover,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-your-patient-content
  .site-resources
  a:hover,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-your-patient-content
  .download-resources
  a.hover,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-your-patient-content
  .download-resources
  a:hover {
  text-decoration: underline;
}
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-you-content
  .download-resources
  p,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-your-patient-content
  .download-resources
  p,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-you-content
  .download-resources
  p,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-your-patient-content
  .download-resources
  p {
  margin-top: 25px;
}
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-you-content
  .download-resources
  p
  a,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-your-patient-content
  .download-resources
  p
  a,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-you-content
  .download-resources
  p
  a,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-your-patient-content
  .download-resources
  p
  a {
  padding-left: 0;
  min-height: auto;
  display: inline-block;
}
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-you-content
  .download-resources
  p
  a
  img,
[data-page-id="ProfessionalResources"]
  .table
  .content-container
  .for-your-patient-content
  .download-resources
  p
  a
  img,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-you-content
  .download-resources
  p
  a
  img,
[data-page-id="PatientResources"]
  .table
  .content-container
  .for-your-patient-content
  .download-resources
  p
  a
  img {
  width: 13px;
  height: 13px;
}
[data-page-id="ProfessionalResources"] .video-player button img,
[data-page-id="PatientResources"] .video-player button img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 959px) {
  [data-page-id="ProfessionalResources"] .table .heading-container .heading,
  [data-page-id="ProfessionalResources"] .table .heading-container a.link,
  [data-page-id="PatientResources"] .table .heading-container .heading,
  [data-page-id="PatientResources"] .table .heading-container a.link {
    min-width: auto;
  }
  [data-page-id="ProfessionalResources"]
    .table
    .content-container
    .for-you-content,
  [data-page-id="ProfessionalResources"]
    .table
    .content-container
    .for-your-patient-content,
  [data-page-id="PatientResources"] .table .content-container .for-you-content,
  [data-page-id="PatientResources"]
    .table
    .content-container
    .for-your-patient-content {
    flex-direction: column;
    padding: 10px;
  }
  [data-page-id="ProfessionalResources"]
    .table
    .content-container
    .for-you-content
    .site-resources,
  [data-page-id="ProfessionalResources"]
    .table
    .content-container
    .for-you-content
    .download-resources,
  [data-page-id="ProfessionalResources"]
    .table
    .content-container
    .for-your-patient-content
    .site-resources,
  [data-page-id="ProfessionalResources"]
    .table
    .content-container
    .for-your-patient-content
    .download-resources,
  [data-page-id="PatientResources"]
    .table
    .content-container
    .for-you-content
    .site-resources,
  [data-page-id="PatientResources"]
    .table
    .content-container
    .for-you-content
    .download-resources,
  [data-page-id="PatientResources"]
    .table
    .content-container
    .for-your-patient-content
    .site-resources,
  [data-page-id="PatientResources"]
    .table
    .content-container
    .for-your-patient-content
    .download-resources {
    flex-direction: column;
    margin-bottom: 25px;
  }
  [data-page-id="ProfessionalResources"]
    .table
    .content-container
    .for-you-content
    .site-resources
    > div,
  [data-page-id="ProfessionalResources"]
    .table
    .content-container
    .for-you-content
    .download-resources
    > div,
  [data-page-id="ProfessionalResources"]
    .table
    .content-container
    .for-your-patient-content
    .site-resources
    > div,
  [data-page-id="ProfessionalResources"]
    .table
    .content-container
    .for-your-patient-content
    .download-resources
    > div,
  [data-page-id="PatientResources"]
    .table
    .content-container
    .for-you-content
    .site-resources
    > div,
  [data-page-id="PatientResources"]
    .table
    .content-container
    .for-you-content
    .download-resources
    > div,
  [data-page-id="PatientResources"]
    .table
    .content-container
    .for-your-patient-content
    .site-resources
    > div,
  [data-page-id="PatientResources"]
    .table
    .content-container
    .for-your-patient-content
    .download-resources
    > div {
    padding-left: 18px;
  }
  [data-page-id="ProfessionalResources"]
    .table
    .content-container
    .for-you-content
    p,
  [data-page-id="ProfessionalResources"]
    .table
    .content-container
    .for-your-patient-content
    p,
  [data-page-id="PatientResources"]
    .table
    .content-container
    .for-you-content
    p,
  [data-page-id="PatientResources"]
    .table
    .content-container
    .for-your-patient-content
    p {
    margin: 40px 0 0 0;
  }
  [data-page-id="ProfessionalResources"]
    .table
    .content-container
    .for-you-content
    p
    span,
  [data-page-id="ProfessionalResources"]
    .table
    .content-container
    .for-your-patient-content
    p
    span,
  [data-page-id="PatientResources"]
    .table
    .content-container
    .for-you-content
    p
    span,
  [data-page-id="PatientResources"]
    .table
    .content-container
    .for-your-patient-content
    p
    span {
    padding: 0 0 0 48px;
  }
  [data-page-id="ProfessionalResources"]
    .table
    .content-container
    .for-you-content
    a,
  [data-page-id="ProfessionalResources"]
    .table
    .content-container
    .for-your-patient-content
    a,
  [data-page-id="PatientResources"]
    .table
    .content-container
    .for-you-content
    a,
  [data-page-id="PatientResources"]
    .table
    .content-container
    .for-your-patient-content
    a {
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding-left: 58px;
    min-height: 48px;
  }
  [data-page-id="ProfessionalResources"]
    .table
    .content-container
    .for-you-content
    a:before,
  [data-page-id="ProfessionalResources"]
    .table
    .content-container
    .for-your-patient-content
    a:before,
  [data-page-id="PatientResources"]
    .table
    .content-container
    .for-you-content
    a:before,
  [data-page-id="PatientResources"]
    .table
    .content-container
    .for-your-patient-content
    a:before {
    width: 48px;
    height: 48px;
  }
  [data-page-id="ProfessionalResources"]
    .table
    .content-container
    .for-you-content,
  [data-page-id="ProfessionalResources"]
    .table
    .content-container
    .for-your-patient-content,
  [data-page-id="PatientResources"] .table .content-container .for-you-content,
  [data-page-id="PatientResources"]
    .table
    .content-container
    .for-your-patient-content {
    padding-bottom: 25px;
  }
  [data-page-id="ProfessionalResources"]
    .table
    .content-container
    .for-your-patient-content
    .site-resources
    .video-wrapper,
  [data-page-id="PatientResources"]
    .table
    .content-container
    .for-your-patient-content
    .site-resources
    .video-wrapper {
    padding-top: 40px;
    padding-left: 0;
  }
  [data-page-id="ProfessionalResources"]
    .table
    .content-container
    .for-your-patient-content
    .site-resources
    .video-wrapper
    video,
  [data-page-id="PatientResources"]
    .table
    .content-container
    .for-your-patient-content
    .site-resources
    .video-wrapper
    video {
    width: 100%;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="ProfessionalResources"]
    .table
    .content-container
    .for-you-content
    p,
  [data-page-id="ProfessionalResources"]
    .table
    .content-container
    .for-your-patient-content
    p,
  [data-page-id="PatientResources"]
    .table
    .content-container
    .for-you-content
    p,
  [data-page-id="PatientResources"]
    .table
    .content-container
    .for-your-patient-content
    p {
    margin-top: 46px;
  }
  [data-page-id="ProfessionalResources"]
    .table
    .content-container
    .for-you-content
    p
    span,
  [data-page-id="ProfessionalResources"]
    .table
    .content-container
    .for-your-patient-content
    p
    span,
  [data-page-id="PatientResources"]
    .table
    .content-container
    .for-you-content
    p
    span,
  [data-page-id="PatientResources"]
    .table
    .content-container
    .for-your-patient-content
    p
    span {
    position: absolute;
    bottom: 6px;
    padding: 10px 0 0 70px;
  }
  [data-page-id="ProfessionalResources"]
    .table
    .content-container
    .for-you-content
    a,
  [data-page-id="ProfessionalResources"]
    .table
    .content-container
    .for-your-patient-content
    a,
  [data-page-id="PatientResources"]
    .table
    .content-container
    .for-you-content
    a,
  [data-page-id="PatientResources"]
    .table
    .content-container
    .for-your-patient-content
    a {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding-left: 70px;
    min-height: 56px;
  }
  [data-page-id="ProfessionalResources"]
    .table
    .content-container
    .for-you-content
    a:before,
  [data-page-id="ProfessionalResources"]
    .table
    .content-container
    .for-your-patient-content
    a:before,
  [data-page-id="PatientResources"]
    .table
    .content-container
    .for-you-content
    a:before,
  [data-page-id="PatientResources"]
    .table
    .content-container
    .for-your-patient-content
    a:before {
    width: 56px;
    height: 56px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 960px) and (max-width: 1250px) {
  [data-page-id="ProfessionalResources"]
    .table
    .content-container
    .for-you-content
    > div,
  [data-page-id="PatientResources"]
    .table
    .content-container
    .for-you-content
    > div {
    padding-left: 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="ProfessionalResources"]
    .table
    .content-container
    .video-wrapper,
  [data-page-id="PatientResources"] .table .content-container .video-wrapper {
    padding-top: 46px;
  }
  [data-page-id="ProfessionalResources"]
    .table
    .content-container
    .video-wrapper
    .video-player
    .video-js,
  [data-page-id="PatientResources"]
    .table
    .content-container
    .video-wrapper
    .video-player
    .video-js {
    display: block;
  }
  [data-page-id="ProfessionalResources"]
    .table
    .content-container
    .video-wrapper
    video,
  [data-page-id="PatientResources"]
    .table
    .content-container
    .video-wrapper
    video {
    width: 100%;
  }
}
[data-page-id="ProfessionalResources"] .table .heading-container a.link {
  box-shadow: 8px 0px 20px -14px rgba(0, 0, 0, 0.9) inset;
  -webkit-box-shadow: 8px 0px 20px -14px rgba(0, 0, 0, 0.9) inset;
  -moz-box-shadow: 8px 0px 20px -14px rgba(0, 0, 0, 0.9) inset;
}
[data-page-id="PatientResources"] .table .heading-container a.link {
  box-shadow: -8px 0px 20px -14px rgba(0, 0, 0, 0.9) inset;
  -webkit-box-shadow: -8px 0px 20px -14px rgba(0, 0, 0, 0.9) inset;
  -moz-box-shadow: -8px 0px 20px -14px rgba(0, 0, 0, 0.9) inset;
}
[data-page-id="ClinicalReprints"] .cta {
  display: flex;
}
[data-page-id="ClinicalReprints"] .cta section {
  position: relative;
  background: #fff;
}
[data-page-id="ClinicalReprints"] .cta section .top {
  position: absolute;
  top: 0;
  left: 0;
  padding: 17px 25px;
  width: 100%;
  color: #9b288c;
  text-transform: uppercase;
  text-align: center;
  background: #ffcb03;
}
[data-page-id="ClinicalReprints"] .cta section .btn {
  margin-top: 20px;
}
[data-page-id="ClinicalReprints"] .cta .isi-link {
  padding: 25px 0 0 0;
}
[data-page-id="ClinicalReprints"] .cta .isi-link a {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  text-decoration: none;
  color: #9b288c;
}
[data-page-id="ClinicalReprints"] .cta .isi-link a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: block;
  background: url("../images/icons/res-download.svg") no-repeat;
  background-size: 40px auto;
}
[data-page-id="ClinicalReprints"] .cta .isi-link a.hover,
[data-page-id="ClinicalReprints"] .cta .isi-link a:hover {
  text-decoration: underline;
}
[data-page-id="ClinicalReprints"] .cta h2 {
  padding-bottom: 20px;
  line-height: 25px;
  color: #9b288c;
  text-transform: uppercase;
  border-bottom: 2px solid #9b288c;
}
[data-page-id="ClinicalReprints"] .cta h3 {
  margin-bottom: 15px;
}
[data-page-id="ClinicalReprints"] .cta p {
  margin-bottom: 15px;
}
@media screen and (max-width: 959px) {
  [data-page-id="ClinicalReprints"] .main-container-blank {
    margin: 25px 0;
  }
  [data-page-id="ClinicalReprints"] .cta {
    flex-direction: column;
  }
  [data-page-id="ClinicalReprints"] .cta section {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 18px;
    padding: 20px;
  }
  [data-page-id="ClinicalReprints"] .cta section .top {
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    font-weight: 700;
  }
  [data-page-id="ClinicalReprints"] .cta section:nth-child(1) {
    padding-top: 68px;
  }
  [data-page-id="ClinicalReprints"] .cta .isi-link a {
    padding-left: 55px;
    display: flex;
    align-items: center;
    min-height: 40px;
  }
  [data-page-id="ClinicalReprints"] .cta h2 {
    font-family: "Knockout", sans-serif;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 25px;
  }
  [data-page-id="ClinicalReprints"] .cta h3 {
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    font-weight: 700;
  }
  [data-page-id="ClinicalReprints"] .cta p {
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    font-weight: 400;
  }
  [data-page-id="ClinicalReprints"] .cta p.legal {
    font-family: "Gotham", sans-serif;
    font-size: 10px;
    font-weight: 400;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="ClinicalReprints"] .main-container-blank {
    margin: 50px;
  }
  [data-page-id="ClinicalReprints"] .cta {
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 870px;
    margin: 0 auto;
  }
  [data-page-id="ClinicalReprints"] .cta section {
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
    padding: 70px 30px 15px 30px;
    margin-bottom: 30px;
  }
  [data-page-id="ClinicalReprints"] .cta section .top {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 700;
  }
  [data-page-id="ClinicalReprints"] .cta section:nth-child(1) .btn {
    margin-top: 0;
  }
  [data-page-id="ClinicalReprints"] .cta .isi-link a {
    padding-left: 55px;
    display: inline-block;
    min-height: 40px;
  }
  [data-page-id="ClinicalReprints"] .cta .isi-link a:before {
    top: -6px;
    transform: none;
  }
  [data-page-id="ClinicalReprints"] .cta h2 {
    font-family: "Knockout", sans-serif;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 30px;
    min-height: 136px;
  }
  [data-page-id="ClinicalReprints"] .cta h3 {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 700;
  }
  [data-page-id="ClinicalReprints"] .cta p {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 400;
  }
  [data-page-id="ClinicalReprints"] .cta p.legal {
    font-family: "Gotham", sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 12px;
  }
  [data-page-id="ClinicalReprints"] .cta p sup {
    top: -5px;
    font-size: 9px;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="PeerPerspective"] .body-content > article .main-container {
    padding: 0;
    background: none;
  }
  [data-page-id="PeerPerspective"] .body-content > article .title-area h2 {
    padding-bottom: 0;
  }
  [data-page-id="PeerPerspective"] .btn.btn-secondary[data-only="desktop"] {
    display: none;
  }
  [data-page-id="PeerPerspective"] .video-player button {
    display: none;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="PeerPerspective"] #first_section .main-container {
    padding: 0 0 50px 0;
  }
  [data-page-id="PeerPerspective"] .adult-patients-text {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin: 20px 100px 0 100px;
  }
}
[data-page-id="InfusionCenterLocator"] label {
  display: none;
}
[data-page-id="InfusionCenterLocator"] #Zip,
[data-page-id="InfusionCenterLocator"] #Distance {
  border: 2px solid #f4e8f3;
  box-shadow: 2px 2px 5px 0px rgba(61, 5, 58, 0.4),
    2px 2px 5px 0px inset rgba(61, 5, 58, 0.4);
  color: #fff;
}
[data-page-id="InfusionCenterLocator"] #Distance {
  text-align: right;
  text-align-last: right;
}
[data-page-id="InfusionCenterLocator"] #Distance option {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #9b288c;
  background: #ffcb03;
}
[data-page-id="InfusionCenterLocator"] .map-wrapper {
  display: flex;
  height: 500px;
  position: relative;
}
[data-page-id="InfusionCenterLocator"] .body-content a {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
[data-page-id="InfusionCenterLocator"] .body-content a.hover,
[data-page-id="InfusionCenterLocator"] .body-content a:hover {
  text-decoration: underline;
}
[data-page-id="InfusionCenterLocator"] .poster,
[data-page-id="InfusionCenterLocator"] .no-results,
[data-page-id="InfusionCenterLocator"] .error {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
  background: rgba(58, 1, 63, 0.8);
}
[data-page-id="InfusionCenterLocator"] .poster h2,
[data-page-id="InfusionCenterLocator"] .no-results h2,
[data-page-id="InfusionCenterLocator"] .error h2 {
  width: 100%;
  text-align: center;
  text-transform: none;
}
[data-page-id="InfusionCenterLocator"] .info-window p {
  color: #000;
}
[data-page-id="InfusionCenterLocator"] #results {
  overflow: hidden;
  background: #fff;
}
[data-page-id="InfusionCenterLocator"] #results .website {
  word-wrap: break-word;
}
[data-page-id="InfusionCenterLocator"] #results .website a:before {
  content: "";
  position: relative;
  top: 1px;
  margin-right: 4px;
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url("../images/icons/globe.svg") 0 0 no-repeat;
  background-size: 12px auto;
}
[data-page-id="InfusionCenterLocator"] #results .result-list {
  padding: 15px;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
[data-page-id="InfusionCenterLocator"] #results .result-list h4:hover {
  cursor: pointer;
}
[data-page-id="InfusionCenterLocator"] #results ul {
  list-style-type: none;
}
[data-page-id="InfusionCenterLocator"] #results ul li {
  border-bottom: 1px solid #c4c5ca;
}
[data-page-id="InfusionCenterLocator"] #results ul li.active {
  background: #f4e8f3;
}
[data-page-id="InfusionCenterLocator"] #results h4 {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #9b288c;
}
[data-page-id="InfusionCenterLocator"] #results p,
[data-page-id="InfusionCenterLocator"] #results .time {
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin: 0 0 4px 0;
  font-style: normal;
  color: #58595b;
}
[data-page-id="InfusionCenterLocator"] #results a {
  color: #9b288c;
}
[data-page-id="InfusionCenterLocator"] #results .closed {
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #9b288c;
}
[data-page-id="InfusionCenterLocator"] #results .closed:before {
  content: "";
  margin-right: 4px;
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url("../images/icons/brand-clock.svg") 0 0 no-repeat;
  background-size: 12px auto;
}
[data-page-id="InfusionCenterLocator"] #results .closed:not(.na):after {
  content: " |";
  color: #58595b;
}
@media screen and (max-width: 959px) {
  [data-page-id="InfusionCenterLocator"]
    .page-content
    > div[id]
    > div
    > article {
    padding: 0;
  }
  [data-page-id="InfusionCenterLocator"]
    .page-content
    > div[id]
    > div
    > article
    .title-area
    p {
    margin: 0;
  }
  [data-page-id="InfusionCenterLocator"]
    .page-content
    > div[id]
    > div
    > article
    .content
    p {
    margin-bottom: 30px;
  }
  [data-page-id="InfusionCenterLocator"] .field-validation-error {
    padding-top: 10px;
    order: 1;
    color: #fff;
  }
  [data-page-id="InfusionCenterLocator"] .intro-content,
  [data-page-id="InfusionCenterLocator"] .title-area > .content {
    padding: 0 25px;
  }
  [data-page-id="InfusionCenterLocator"] .intro-content h3,
  [data-page-id="InfusionCenterLocator"] .title-area > .content h3 {
    margin-bottom: 25px;
  }
  [data-page-id="InfusionCenterLocator"] form {
    position: relative;
    margin-bottom: 15px;
    padding: 0 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 959px) and (max-width: 374px) {
  [data-page-id="InfusionCenterLocator"] form {
    padding: 0 10px;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="InfusionCenterLocator"] #map {
    height: 300px;
  }
  [data-page-id="InfusionCenterLocator"] #Zip,
  [data-page-id="InfusionCenterLocator"] #Distance {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 0 10px 0 0;
    padding: 20px 10px;
  }
  [data-page-id="InfusionCenterLocator"] #Zip {
    flex: 0 0 110px;
    max-width: 110px;
  }
}
@media screen and (max-width: 959px) and (max-width: 374px) {
  [data-page-id="InfusionCenterLocator"] #Zip {
    flex: 0 0 100px;
    max-width: 100px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="InfusionCenterLocator"] #Distance {
    padding-right: 25px;
    background: url(../images/icons/white-down-arrow.svg) calc(100% - 8px) 50%
      no-repeat;
    background-size: 14px auto;
  }
  [data-page-id="InfusionCenterLocator"] #layout .btn.btn-secondary {
    padding: 20px 14px;
  }
}
@media screen and (max-width: 959px) and (max-width: 374px) {
  [data-page-id="InfusionCenterLocator"] #layout .btn.btn-secondary {
    padding: 20px 10px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="InfusionCenterLocator"] .map-wrapper {
    flex-direction: column-reverse;
    height: auto;
  }
  [data-page-id="InfusionCenterLocator"] .map-wrapper + .content {
    padding-top: 30px;
    overflow: hidden;
    background: #be5499;
  }
  [data-page-id="InfusionCenterLocator"] .poster h2,
  [data-page-id="InfusionCenterLocator"] .no-results h2,
  [data-page-id="InfusionCenterLocator"] .error h2 {
    font-family: "Gotham", sans-serif;
    font-size: 22px;
    font-weight: 700;
  }
  [data-page-id="InfusionCenterLocator"] #results {
    width: 100%;
  }
  [data-page-id="InfusionCenterLocator"] #results .result-list {
    max-height: 500px;
  }
  [data-page-id="InfusionCenterLocator"] #results ul li {
    padding: 20px 10px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="InfusionCenterLocator"] form {
    position: relative;
  }
  [data-page-id="InfusionCenterLocator"] #map {
    flex: 1;
    height: 500px;
  }
  [data-page-id="InfusionCenterLocator"] .field-validation-error {
    position: absolute;
    bottom: 7px;
    left: 0;
    color: #fff;
  }
  [data-page-id="InfusionCenterLocator"] #Zip,
  [data-page-id="InfusionCenterLocator"] #Distance {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 40px 10px 30px 0;
    padding: 20px 0 20px 25px;
  }
  [data-page-id="InfusionCenterLocator"] #Distance {
    padding-right: 50px;
    min-width: 130px;
    background: url(../images/icons/white-down-arrow.svg) calc(100% - 28px) 50%
      no-repeat;
    background-size: 14px auto;
  }
  [data-page-id="InfusionCenterLocator"] .poster h2,
  [data-page-id="InfusionCenterLocator"] .no-results h2,
  [data-page-id="InfusionCenterLocator"] .error h2 {
    font-family: "Gotham", sans-serif;
    font-size: 36px;
    font-weight: 700;
  }
  [data-page-id="InfusionCenterLocator"] .content {
    padding: 50px 80px;
  }
  [data-page-id="InfusionCenterLocator"] .content p {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 400;
  }
  [data-page-id="InfusionCenterLocator"] #results {
    width: 335px;
    height: 100%;
  }
  [data-page-id="InfusionCenterLocator"] #results ul li {
    padding: 20px 15px;
  }
  [data-page-id="InfusionCenterLocator"] #results .phone,
  [data-page-id="InfusionCenterLocator"] #map .info-window address .phone {
    color: #9b288c;
    font-weight: 700;
    font-size: 16px;
  }
}
[data-page-id="RequestARepresentative"] input[type="text"],
[data-page-id="RequestARepresentative"] input[type="tel"],
[data-page-id="RequestARepresentative"] input[type="email"],
[data-page-id="RequestARepresentative"] #State {
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding: 16px 8px;
}
[data-page-id="RequestARepresentative"] input[type="text"],
[data-page-id="RequestARepresentative"] input[type="tel"],
[data-page-id="RequestARepresentative"] input[type="email"] {
  background: #fff;
}
[data-page-id="RequestARepresentative"] fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
[data-page-id="RequestARepresentative"] #State {
  background: url("../images/icons/request-a-rep-dropdown-brand.svg")
    calc(100% - 10px) 50% no-repeat #fff;
  background-size: 15px auto;
}
[data-page-id="RequestARepresentative"] .field-validation-error {
  margin-top: 4px;
  display: block;
  color: #d93747;
}
[data-page-id="RequestARepresentative"]
  .field-validation-error
  span.ed-templating {
  color: magenta;
}
[data-page-id="RequestARepresentative"] h2 {
  color: #9b288c;
}
[data-page-id="RequestARepresentative"] .npi-lookup a {
  color: #9b288c;
  font-weight: 700;
}
[data-page-id="RequestARepresentative"] .success {
  display: flex;
  align-items: center;
}
[data-page-id="RequestARepresentative"] .success .content {
  width: 100%;
  text-align: center;
}
[data-page-id="RequestARepresentative"] .success .content h2 {
  color: #58595b;
}
[data-page-id="RequestARepresentative"] .error {
  color: #d93747;
  font-size: 12px;
  margin-top: 5px;
}
[data-page-id="RequestARepresentative"] .error span.ed-templating {
  color: magenta;
}
@media screen and (max-width: 959px) {
  [data-page-id="RequestARepresentative"]
    .body-content
    > article
    .main-container {
    padding: 25px 15px;
  }
  [data-page-id="RequestARepresentative"] [data-step="1"] .content,
  [data-page-id="RequestARepresentative"] [data-step="2"] .content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  [data-page-id="RequestARepresentative"] [data-step="1"] .content label,
  [data-page-id="RequestARepresentative"] [data-step="2"] .content label {
    font-family: "Gotham", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 25px 0 4px 0;
    display: block;
  }
  [data-page-id="RequestARepresentative"]
    [data-step="1"]
    .content
    [data-form="radio"]
    label,
  [data-page-id="RequestARepresentative"]
    [data-step="2"]
    .content
    [data-form="radio"]
    label {
    margin: 0;
    font-family: "Gotham", sans-serif;
    font-size: 13px;
    font-weight: 400;
  }
  [data-page-id="RequestARepresentative"]
    [data-step="1"]
    .content
    [for="Email"],
  [data-page-id="RequestARepresentative"]
    [data-step="2"]
    .content
    [for="Email"] {
    margin-top: 0;
  }
  [data-page-id="RequestARepresentative"] [data-step="1"] .content .idnumber,
  [data-page-id="RequestARepresentative"] [data-step="2"] .content .idnumber {
    margin-top: 10px;
  }
  [data-page-id="RequestARepresentative"] [data-step="1"] input[type="text"],
  [data-page-id="RequestARepresentative"] [data-step="1"] input[type="tel"],
  [data-page-id="RequestARepresentative"] [data-step="1"] input[type="email"],
  [data-page-id="RequestARepresentative"] [data-step="1"] #State,
  [data-page-id="RequestARepresentative"] [data-step="2"] input[type="text"],
  [data-page-id="RequestARepresentative"] [data-step="2"] input[type="tel"],
  [data-page-id="RequestARepresentative"] [data-step="2"] input[type="email"],
  [data-page-id="RequestARepresentative"] [data-step="2"] #State {
    width: 100%;
    border: 1px solid #ededed;
  }
  [data-page-id="RequestARepresentative"] [data-step="1"] fieldset > div,
  [data-page-id="RequestARepresentative"] [data-step="2"] fieldset > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  [data-page-id="RequestARepresentative"]
    [data-step="1"]
    fieldset
    > div
    [data-form="radio"],
  [data-page-id="RequestARepresentative"]
    [data-step="2"]
    fieldset
    > div
    [data-form="radio"] {
    flex: 0 0 calc(50% - 6px);
    max-width: calc(50% - 6px);
    margin: 10px 0 0 0;
  }
  [data-page-id="RequestARepresentative"]
    [data-step="1"]
    fieldset
    > div
    .field-validation-valid,
  [data-page-id="RequestARepresentative"]
    [data-step="2"]
    fieldset
    > div
    .field-validation-valid {
    flex: 0 0 100%;
    max-width: 100%;
  }
  [data-page-id="RequestARepresentative"] [data-step="1"] h2,
  [data-page-id="RequestARepresentative"] [data-step="2"] h2 {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px;
  }
  [data-page-id="RequestARepresentative"] [data-step="1"] p,
  [data-page-id="RequestARepresentative"] [data-step="2"] p {
    margin: 15px 0 0 0;
    display: block;
  }
  [data-page-id="RequestARepresentative"] .success {
    min-height: 350px;
  }
  [data-page-id="RequestARepresentative"] .success .content h2 {
    font-family: "Gotham", sans-serif;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  [data-page-id="RequestARepresentative"] .success .content h3 {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="RequestARepresentative"] [data-step="1"],
  [data-page-id="RequestARepresentative"] [data-step="2"] {
    display: flex;
  }
  [data-page-id="RequestARepresentative"] [data-step="1"] > div:nth-child(1),
  [data-page-id="RequestARepresentative"] [data-step="2"] > div:nth-child(1) {
    padding-right: 100px;
  }
  [data-page-id="RequestARepresentative"] [data-step="1"] > div:nth-child(2),
  [data-page-id="RequestARepresentative"] [data-step="2"] > div:nth-child(2) {
    flex: 0 0 570px;
    max-width: 570px;
    padding: 15px;
    border: 1px solid #ededed;
  }
  [data-page-id="RequestARepresentative"] [data-step="1"] .content,
  [data-page-id="RequestARepresentative"] [data-step="2"] .content {
    padding: 25px 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background: #f9f9f9;
  }
  [data-page-id="RequestARepresentative"] [data-step="1"] .content > div,
  [data-page-id="RequestARepresentative"] [data-step="2"] .content > div {
    display: flex;
    justify-content: space-between;
  }
  [data-page-id="RequestARepresentative"] [data-step="1"] .content .half,
  [data-page-id="RequestARepresentative"] [data-step="2"] .content .half {
    flex: 0 0 calc(50% - 3px);
    max-width: calc(50% - 3px);
    display: flex;
    flex-direction: column;
  }
  [data-page-id="RequestARepresentative"] [data-step="1"] .content label,
  [data-page-id="RequestARepresentative"] [data-step="2"] .content label {
    font-family: "Gotham", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 25px 0 4px 0;
    display: block;
  }
  [data-page-id="RequestARepresentative"]
    [data-step="1"]
    .content
    [data-form="radio"]
    label,
  [data-page-id="RequestARepresentative"]
    [data-step="2"]
    .content
    [data-form="radio"]
    label {
    margin: 0;
    font-family: "Gotham", sans-serif;
    font-size: 13px;
    font-weight: 400;
  }
  [data-page-id="RequestARepresentative"]
    [data-step="1"]
    .content
    [data-form="radio"]
    label:hover,
  [data-page-id="RequestARepresentative"]
    [data-step="2"]
    .content
    [data-form="radio"]
    label:hover {
    border: 1px solid #58595b;
  }
  [data-page-id="RequestARepresentative"]
    [data-step="1"]
    .content
    [for="Email"],
  [data-page-id="RequestARepresentative"]
    [data-step="2"]
    .content
    [for="Email"] {
    margin-top: 0;
  }
  [data-page-id="RequestARepresentative"] [data-step="1"] .content .idnumber,
  [data-page-id="RequestARepresentative"] [data-step="2"] .content .idnumber {
    margin-top: 10px;
  }
  [data-page-id="RequestARepresentative"] [data-step="1"] h2,
  [data-page-id="RequestARepresentative"] [data-step="2"] h2 {
    font-family: "Gotham", sans-serif;
    font-size: 22px;
    font-weight: 700;
  }
  [data-page-id="RequestARepresentative"] [data-step="1"] p,
  [data-page-id="RequestARepresentative"] [data-step="2"] p {
    margin: 15px 0 0 0;
    display: block;
  }
  [data-page-id="RequestARepresentative"] .success {
    min-height: 560px;
  }
  [data-page-id="RequestARepresentative"] .success .content h2 {
    font-family: "Gotham", sans-serif;
    font-size: 41px;
    font-weight: 400;
    margin-bottom: 25px;
  }
  [data-page-id="RequestARepresentative"] .success .content h3 {
    font-family: "Gotham", sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 25px;
  }
}
[data-page-id="VirtualCongress"] .body-content > article .main-container {
  background: none;
  color: #fff;
}
@media screen and (max-width: 959px) {
  [data-page-id="VirtualCongress"] .body-content > article .main-container {
    padding: 0;
  }
  [data-page-id="VirtualCongress"] .body-content > article .title-area h2 {
    padding: 0;
  }
  [data-page-id="VirtualCongress"] .event-details-container .heading {
    font-family: "Knockout", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
  }
  [data-page-id="VirtualCongress"] .event-details-container .heading sup {
    font-size: 22px;
    top: -4px;
  }
  [data-page-id="VirtualCongress"] .event-details-container .date {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 700;
  }
  [data-page-id="VirtualCongress"]
    .featured-event
    .content-container
    .image-container
    img {
    max-width: 100%;
  }
  [data-page-id="VirtualCongress"]
    .featured-event
    .content-container
    .cta-container
    .cta-heading {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding-top: 25px;
  }
  [data-page-id="VirtualCongress"]
    .featured-event
    .content-container
    .cta-container
    .description {
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  [data-page-id="VirtualCongress"]
    .featured-event
    .content-container
    .cta-container
    .cta-button {
    padding: 20px 55px;
  }
  [data-page-id="VirtualCongress"] .upcoming-events {
    margin-top: 55px;
  }
  [data-page-id="VirtualCongress"] .upcoming-events .title {
    font-family: "Gotham", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 10px;
  }
  [data-page-id="VirtualCongress"] .upcoming-events .event-details-container {
    border-top: 3px solid #ffcb03;
    padding: 23px 0 15px;
  }
  [data-page-id="VirtualCongress"]
    .upcoming-events
    .event-details-container:last-of-type {
    padding-bottom: 0;
  }
  [data-page-id="VirtualCongress"]
    .upcoming-events
    .event-details-container:last-of-type
    .date {
    margin-bottom: 0;
  }
  [data-page-id="VirtualCongress"] .event-section,
  [data-page-id="VirtualCongress"] .featured-event .content-container .image-container {
    width: 100%;
  }

  [data-page-id="VirtualCongress"] .featured-event .content-container .cta-container {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="VirtualCongress"] .body-content > article .main-container {
    position: relative;
    margin-top: 0;
    padding-top: 0;
    display: flex;
    justify-content: flex-end;
  }
  [data-page-id="VirtualCongress"]
    body[data-side-indication="active"]
    .side-indicator {
    padding-top: 150px;
  }
  [data-page-id="VirtualCongress"] .side-indicator {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 20px;
    width: 400px;
    transition: padding 10ms ease-in-out;
  }
  [data-page-id="VirtualCongress"] .side-indicator ul li {
    padding: 0 0 30px 60px;
    list-style-type: none;
    min-height: 44px;
    background: url(../images/side-indication/timeline-not-active.png) 0 0
      no-repeat;
  }
  [data-page-id="VirtualCongress"] .side-indicator ul li:first-child {
    background: url(../images/side-indication/timeline-not-active-first.png) 0 0
      no-repeat;
  }
  [data-page-id="VirtualCongress"] .side-indicator ul li:nth-last-child(2) {
    background: url(../images/side-indication/timeline-not-active-2-last.png) 0
      0 no-repeat;
  }
  [data-page-id="VirtualCongress"] .side-indicator ul li:last-child {
    margin-bottom: 0;
    background: url(../images/side-indication/timeline-not-active-last.png) 0 0
      no-repeat;
  }
  [data-page-id="VirtualCongress"] .side-indicator ul li a {
    font-family: "Gotham", sans-serif;
    font-size: 12px;
    font-weight: 400;
    display: block;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
  }
  [data-page-id="VirtualCongress"] .side-indicator ul li time {
    margin-top: 10px;
    display: block;
  }
  [data-page-id="VirtualCongress"] .side-indicator ul li.active {
    background: url(../images/side-indication/timeline-active.png) 0 0 no-repeat;
  }
  [data-page-id="VirtualCongress"] .side-indicator ul li.active:first-child {
    background: url(../images/side-indication/timeline-active-first.png) 0 0
      no-repeat;
  }
  [data-page-id="VirtualCongress"]
    .side-indicator
    ul
    li.active:nth-last-child(2) {
    background: url(../images/side-indication/timeline-active-2-last.png) 0 0
      no-repeat;
  }
  [data-page-id="VirtualCongress"] .side-indicator ul li.active:last-child {
    background: url(../images/side-indication/timeline-active-last.png) 0 0
      no-repeat;
  }
  [data-page-id="VirtualCongress"] .side-indicator ul li.active a {
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    font-weight: 700;
  }
  [data-page-id="VirtualCongress"] .event-section {
    width: calc(100% - 270px);
  }
  [data-page-id="VirtualCongress"]
    .event-section
    .event-details-container
    .heading {
    font-family: "Knockout", sans-serif;
    font-size: 42px;
    font-weight: 700;
  }
  [data-page-id="VirtualCongress"]
    .event-section
    .event-details-container
    .heading
    sup {
    font-size: 38px;
    top: -5px;
  }
  [data-page-id="VirtualCongress"]
    .event-section
    .event-details-container
    .date {
    font-family: 'Gotham', sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
  }
  [data-page-id="VirtualCongress"] .featured-event .content-container {
    display: flex;
    justify-content: space-between;
  }
  [data-page-id="VirtualCongress"]
    .featured-event
    .content-container
    .image-container
    img {
    max-width: 100%;
  }

  [data-page-id="VirtualCongress"]
    .featured-event
    .content-container
    .image-container {
    width: 60%;
  }
  [data-page-id="VirtualCongress"]
    .featured-event
    .content-container
    .cta-container {
    width: calc(40% - 50px);
    margin-left: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  [data-page-id="VirtualCongress"]
    .featured-event
    .content-container
    .cta-container
    .inner-container {
    align-items: center;
    height: fit-content;
  }
  [data-page-id="VirtualCongress"]
    .featured-event
    .content-container
    .cta-container
    .cta-heading {
    font-family: "Gotham", sans-serif;
    font-size: 22px;
    font-weight: 700;
  }
  [data-page-id="VirtualCongress"]
    .featured-event
    .content-container
    .cta-container
    .description {
    font-family: 'Gotham', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }
  [data-page-id="VirtualCongress"]
    .featured-event
    .content-container
    .cta-container
    .cta-button {
    padding: 20px 60px;
  }
  [data-page-id="VirtualCongress"] .featured-event .heading {
    padding-top: 100px;
  }
  [data-page-id="VirtualCongress"] .upcoming-events {
    margin-top: 90px;
  }
  [data-page-id="VirtualCongress"] .upcoming-events .title {
    font-family: 'Gotham', sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  [data-page-id="VirtualCongress"] .upcoming-events .event-details-container {
    margin-top: 20px;
    padding: 20px 0 5px 0;
  }
  [data-page-id="VirtualCongress"]
    .upcoming-events
    .event-details-container
    p.heading {
    line-height: 42px;
  }
  [data-page-id="VirtualCongress"]
    .upcoming-events
    .event-details-container
    p.date {
    font-weight: 400;
  }
  [data-page-id="VirtualCongress"]
    .upcoming-events
    .event-details-container:last-of-type {
    padding-bottom: 0;
  }
  [data-page-id="VirtualCongress"]
    .upcoming-events
    .event-details-container:last-of-type
    .date {
    margin-bottom: 0;
  }
}
[data-page-id="SafetyProfile"] #first_section {
  background-color: #502351;
}
[data-page-id="SafetyProfile"] #first_section .long-safety-profile {
  color: #fff;
}
[data-page-id="SafetyProfile"]
  #first_section
  .long-safety-profile
  .flex-container {
  display: flex;
}
[data-page-id="SafetyProfile"]
  #first_section
  .long-safety-profile
  .flex-container
  .image-container
  .year {
  text-align: center;
  margin-bottom: 0;
}
[data-page-id="SafetyProfile"]
  #first_section
  .long-safety-profile
  .flex-container
  .copy-container
  .anchor-link {
  text-decoration: none;
  color: #fff;
}
[data-page-id="SafetyProfile"]
  #first_section
  .long-safety-profile
  .flex-container
  .copy-container
  .anchor-link
  .relative {
  position: relative;
}
[data-page-id="SafetyProfile"]
  #first_section
  .long-safety-profile
  .flex-container
  .copy-container
  .anchor-link
  .relative:after {
  position: absolute;
  content: "";
  background-image: url(../images/icons/chevron-right-yellow.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
[data-page-id="SafetyProfile"]
  #first_section
  .long-safety-profile
  .flex-container
  .copy-container
  p.anchor-link {
  line-height: 34px;
}
[data-page-id="SafetyProfile"]
  #first_section
  .long-safety-profile
  .flex-container
  .copy-container
  p.anchor-link
  .relative:after {
  display: none;
}
[data-page-id="SafetyProfile"]
  #first_section
  .long-safety-profile
  .flex-container
  .copy-container
  p {
  margin-bottom: 0;
}
[data-page-id="SafetyProfile"]
  #first_section
  .long-safety-profile
  .flex-container
  .copy-container
  ul {
  list-style-type: none;
}
[data-page-id="SafetyProfile"]
  #first_section
  .long-safety-profile
  .flex-container
  .copy-container
  ul
  li {
  position: relative;
}
[data-page-id="SafetyProfile"]
  #first_section
  .long-safety-profile
  .flex-container
  .copy-container
  ul
  li:before {
  content: "\2013";
  position: absolute;
}
[data-page-id="SafetyProfile"]
  #first_section
  .long-safety-profile
  .signals-list
  .sublist {
  margin-bottom: 0;
}
[data-page-id="SafetyProfile"] #third_section {
  background: url(../images/backgrounds/common-page-bg.svg) 50% top;
}
[data-page-id="SafetyProfile"] #third_section .container {
  background: #fff;
}
[data-page-id="SafetyProfile"] #third_section figure img {
  width: 100%;
}
[data-page-id="SafetyProfile"] #third_section h3 {
  font-family: "Knockout", sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #9b288c;
  padding-bottom: 15px;
  line-height: 36px;
}
[data-page-id="SafetyProfile"] #third_section h3 sup {
  font-size: 16px;
  top: -12px;
}
[data-page-id="SafetyProfile"] #third_section .footnote {
  display: flex;
  margin: 0;
}
[data-page-id="SafetyProfile"] #third_section .footnote .ref {
  flex: 0 0 5px;
}
[data-page-id="SafetyProfile"] #third_section .footnote .text {
  flex-grow: 1;
}
[data-page-id="SafetyProfile"] #third_section .full-adverse-events ul li span {
  font-weight: 400;
}
[data-page-id="SafetyProfile"] #third_section .full-adverse-events ul ul {
  list-style-image: none;
  list-style-type: none;
}
[data-page-id="SafetyProfile"] #third_section .full-adverse-events ul ul li {
  position: relative;
}
[data-page-id="SafetyProfile"]
  #third_section
  .full-adverse-events
  ul
  ul
  li:before {
  content: "-";
  position: absolute;
  left: -12px;
}
[data-page-id="SafetyProfile"]
  #third_section
  .varsity-adverse-events
  .subheading {
  color: #fff;
}
[data-page-id="SafetyProfile"]
  #third_section
  .varsity-adverse-events
  ul
  li
  sup {
  font-size: 10px;
  top: -6px;
}
[data-page-id="SafetyProfile"] #third_section .seven-year-data ul li sup {
  font-size: 10px;
  top: -6px;
}
[data-page-id="SafetyProfile"] #third_section .seven-year-data ul.sublist {
  list-style-type: disc;
}
[data-page-id="SafetyProfile"]
  #third_section
  .seven-year-data
  ul.sublist
  li
  span {
  position: relative;
  left: -5px;
}
[data-page-id="SafetyProfile"]
  #third_section
  .seven-year-data
  .baseline-container
  figcaption {
  font-family: "Gotham", sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
[data-page-id="SafetyProfile"]
  #third_section
  .seven-year-data
  .chart-area
  .chart-heading
  p {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}
[data-page-id="SafetyProfile"]
  #third_section
  .seven-year-data
  .chart-area
  figcaption {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 15px;
  text-align: center;
}
[data-page-id="SafetyProfile"]
  #third_section
  .seven-year-data
  .associated-copy
  .subheading {
  margin-bottom: 5px;
}
@media screen and (max-width: 959px) {
  [data-page-id="SafetyProfile"] #third_section {
    background-size: cover;
  }
  [data-page-id="SafetyProfile"] .page-content > div[id] > div > article {
    margin-top: -1px;
  }
  [data-page-id="SafetyProfile"] ul[data-bullet="primary"] {
    margin-left: 0;
  }
  [data-page-id="SafetyProfile"] #first_section h2 {
    margin-bottom: 20px;
    padding-bottom: 0px;
  }
  [data-page-id="SafetyProfile"] #first_section .long-safety-profile {
    padding-top: 5px;
  }
  [data-page-id="SafetyProfile"]
    #first_section
    .long-safety-profile
    .flex-container {
    align-items: flex-start;
  }
  [data-page-id="SafetyProfile"]
    #first_section
    .long-safety-profile
    .flex-container
    .image-container {
    padding-right: 10px;
  }
  [data-page-id="SafetyProfile"]
    #first_section
    .long-safety-profile
    .flex-container
    .image-container
    img {
    width: 60px;
  }
  [data-page-id="SafetyProfile"]
    #first_section
    .long-safety-profile
    .flex-container
    .image-container
    .year {
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    font-weight: 700;
  }
  [data-page-id="SafetyProfile"]
    #first_section
    .long-safety-profile
    .flex-container
    .copy-container {
    padding-bottom: 20px;
  }
  [data-page-id="SafetyProfile"]
    #first_section
    .long-safety-profile
    .flex-container
    .copy-container:last-of-type {
    padding-bottom: 10px;
  }
  [data-page-id="SafetyProfile"]
    #first_section
    .long-safety-profile
    .flex-container
    .copy-container
    .anchor-link {
    font-family: "Knockout", sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
    display: inline-block;
  }
  [data-page-id="SafetyProfile"]
    #first_section
    .long-safety-profile
    .flex-container
    .copy-container
    .anchor-link
    .relative:after {
    width: 12px;
    height: 15px;
    bottom: 7px;
    right: -20px;
  }
  [data-page-id="SafetyProfile"]
    #first_section
    .long-safety-profile
    .flex-container
    .copy-container
    p {
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }
  [data-page-id="SafetyProfile"]
    #first_section
    .long-safety-profile
    .flex-container
    .copy-container
    p
    sup {
    top: -5px;
  }
  [data-page-id="SafetyProfile"]
    #first_section
    .long-safety-profile
    .flex-container
    .copy-container
    ul {
    margin-left: 20px;
  }
  [data-page-id="SafetyProfile"]
    #first_section
    .long-safety-profile
    .flex-container
    .copy-container
    ul
    li {
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }
  [data-page-id="SafetyProfile"]
    #first_section
    .long-safety-profile
    .flex-container
    .copy-container
    ul
    li:before {
    margin-left: -15px;
  }
  [data-page-id="SafetyProfile"]
    #first_section
    .long-safety-profile
    .signals-list {
    text-align: left;
    padding-left: 70px;
  }
  [data-page-id="SafetyProfile"]
    #first_section
    .long-safety-profile
    .signals-list
    .sublist {
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
  }
  [data-page-id="SafetyProfile"]
    #first_section
    .long-safety-profile
    .signals-list
    ul {
    margin-left: 20px;
  }
  [data-page-id="SafetyProfile"]
    #first_section
    .long-safety-profile
    .signals-list
    ul
    li {
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }
  [data-page-id="SafetyProfile"] #third_section h2 {
    margin: 0;
    padding: 40px 0 20px;
  }
  [data-page-id="SafetyProfile"] #third_section .container {
    padding: 20px;
  }
  [data-page-id="SafetyProfile"] #third_section .footnote {
    padding-bottom: 3px;
  }
  [data-page-id="SafetyProfile"] #third_section .footnote.acronyms {
    padding-top: 5px;
  }
  [data-page-id="SafetyProfile"] #third_section .uc-cd-trials .container {
    padding: 0;
    background: none;
  }
  [data-page-id="SafetyProfile"] #third_section .uc-cd-trials figure img {
    border: 1px solid #abadb3;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .uc-cd-trials
    .btn-text.btn-primary {
    padding: 20px 65px 20px 40px;
    position: relative;
    line-height: 20px;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .uc-cd-trials
    .btn-text.btn-primary:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
  }
}
@media screen and (max-width: 959px) and (min-width: 400px) and (max-width: 543px) {
  [data-page-id="SafetyProfile"]
    #third_section
    .uc-cd-trials
    .btn-text.btn-primary:after {
    right: 60px;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="SafetyProfile"]
    #third_section
    .full-adverse-events
    .adverse-event {
    padding-bottom: 5px;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .full-adverse-events
    .adverse-event
    .image-container {
    padding: 20px 0 5px;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .full-adverse-events
    .adverse-event
    .image-container
    img {
    width: 80px;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .full-adverse-events
    .adverse-event
    ul
    li {
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    padding-bottom: 10px;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .full-adverse-events
    .adverse-event
    ul
    li
    sup {
    top: -6px;
    font-size: 9px;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .full-adverse-events
    .adverse-event
    ul
    ul {
    margin-left: 13px;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .full-adverse-events
    .adverse-event
    ul
    ul
    li {
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    font-weight: 400;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .varsity-adverse-events
    .subheading {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .varsity-adverse-events
    .subheading
    sup {
    font-size: 10px;
    top: -6px;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .varsity-adverse-events
    .image-container {
    padding-bottom: 20px;
  }
  [data-page-id="SafetyProfile"] #third_section .varsity-adverse-events ul {
    padding-bottom: 25px;
  }
  [data-page-id="SafetyProfile"] #third_section .varsity-adverse-events ul li {
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }
  [data-page-id="SafetyProfile"] #third_section .seven-year-data ul li {
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 5px;
  }
  [data-page-id="SafetyProfile"] #third_section .seven-year-data ul.sublist {
    margin-left: 35px;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .seven-year-data
    .baseline-container {
    margin: 30px 0 20px;
    border: 1px solid #abadb3;
    width: 100%;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .seven-year-data
    .baseline-container
    h3 {
    padding: 10px 0 0 5px;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .seven-year-data
    .baseline-container
    .mobile-scroll-container {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .seven-year-data
    .baseline-container
    figure
    img {
    height: 176px;
    width: unset;
    padding: 20px 0;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .seven-year-data
    .baseline-container
    figcaption {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .seven-year-data
    .baseline-container
    .scroll-instruction {
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding: 20px 0 20px 60px;
    position: relative;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .seven-year-data
    .baseline-container
    .scroll-instruction:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    background-image: url(../images/icons/scroll-hand.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 38px;
    height: 100%;
  }
  [data-page-id="SafetyProfile"] #third_section .seven-year-data .no-signals {
    margin-top: 20px;
  }
  [data-page-id="SafetyProfile"] #third_section .seven-year-data .no-signals p {
    font-family: "Gotham", sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px 0;
    line-height: 20px;
    text-transform: none;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .seven-year-data
    .no-signals
    ul {
    margin: 8px 0 0 12px;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .seven-year-data
    .no-signals
    ul
    li {
    margin-right: 40px;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .seven-year-data
    .footnote.patient-study {
    padding: 0 0 3px;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .seven-year-data
    .footnote.acronyms {
    padding-top: 5px;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .seven-year-data
    .chart-area
    .chart {
    padding-bottom: 20px;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .seven-year-data
    .chart-area
    .chart-heading {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .seven-year-data
    .chart-area
    .chart-heading
    p {
    font-family: "Gotham", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 5px;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .seven-year-data
    .chart-area
    figure
    figcaption {
    line-height: 20px;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .seven-year-data
    .chart-area
    figure
    figcaption
    sup {
    top: -6px;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .seven-year-data
    .chart-area
    figure
    img {
    max-width: 100%;
    width: unset;
    display: block;
    margin: 0 auto;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .seven-year-data
    .chart-area
    .footnote {
    padding-top: 20px;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .seven-year-data
    .chart-area
    .associated-copy
    .subheading {
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .seven-year-data
    .chart-area
    .associated-copy
    .footnote.acronyms {
    padding-top: 10px;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .seven-year-data
    .chart-area
    .chart-wide {
    width: 100%;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .seven-year-data
    .chart-area
    .chart-wide
    .chart-heading {
    margin-top: 20px;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .seven-year-data
    .chart-area
    .chart-wide
    figure
    img {
    height: 220px;
    width: unset;
    max-width: unset;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .seven-year-data
    .chart-area
    .chart-wide
    .footnote {
    padding: 20px 0 0;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .seven-year-data
    .chart-area
    .chart-wide
    .mobile-bordered-area {
    border: 1px solid #abadb3;
    padding: 20px 0 10px;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .seven-year-data
    .chart-area
    .chart-wide
    .mobile-scroll-container {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 0 5px 20px;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .seven-year-data
    .chart-area
    .chart-wide
    .scroll-instruction {
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding: 20px 0 20px 60px;
    position: relative;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .seven-year-data
    .chart-area
    .chart-wide
    .scroll-instruction:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    background-image: url(../images/icons/scroll-hand.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 38px;
    height: 100%;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="SafetyProfile"] #first_section,
  [data-page-id="SafetyProfile"] #third_section {
    background-size: 100% auto;
  }
  [data-page-id="SafetyProfile"] ul[data-bullet="light"] > li:before {
    font-size: 16px;
  }
  [data-page-id="SafetyProfile"]
    #first_section
    .long-safety-profile
    .flex-container {
    align-items: center;
    padding-bottom: 30px;
  }
  [data-page-id="SafetyProfile"]
    #first_section
    .long-safety-profile
    .flex-container
    .image-container {
    padding-right: 25px;
    padding-top: 10px;
  }
  [data-page-id="SafetyProfile"]
    #first_section
    .long-safety-profile
    .flex-container
    .image-container
    img {
    width: 104px;
  }
  [data-page-id="SafetyProfile"]
    #first_section
    .long-safety-profile
    .flex-container
    .image-container
    .year {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 700;
  }
  [data-page-id="SafetyProfile"]
    #first_section
    .long-safety-profile
    .flex-container
    .copy-container
    .anchor-link {
    font-family: "Knockout", sans-serif;
    font-size: 36px;
    font-weight: 700;
  }
  [data-page-id="SafetyProfile"]
    #first_section
    .long-safety-profile
    .flex-container
    .copy-container
    .anchor-link
    .relative:after {
    width: 15px;
    height: 20px;
    bottom: 9px;
    right: -30px;
  }
  [data-page-id="SafetyProfile"]
    #first_section
    .long-safety-profile
    .flex-container
    .copy-container
    p.anchor-link {
    line-height: 40px;
  }
  [data-page-id="SafetyProfile"]
    #first_section
    .long-safety-profile
    .flex-container
    .copy-container
    p.anchor-link
    .relative:after {
    display: none;
  }
  [data-page-id="SafetyProfile"]
    #first_section
    .long-safety-profile
    .flex-container
    .copy-container
    p {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }
  [data-page-id="SafetyProfile"]
    #first_section
    .long-safety-profile
    .flex-container
    .copy-container
    p
    sup {
    top: -6px;
  }
  [data-page-id="SafetyProfile"]
    #first_section
    .long-safety-profile
    .flex-container
    .copy-container
    ul {
    margin-left: 40px;
  }
  [data-page-id="SafetyProfile"]
    #first_section
    .long-safety-profile
    .flex-container
    .copy-container
    ul
    li {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }
  [data-page-id="SafetyProfile"]
    #first_section
    .long-safety-profile
    .flex-container
    .copy-container
    ul
    li:before {
    margin-left: -20px;
  }
  [data-page-id="SafetyProfile"]
    #first_section
    .long-safety-profile
    .signals-list {
    text-align: center;
    max-width: 770px;
    margin: 0 auto;
    padding-top: 20px;
  }
  [data-page-id="SafetyProfile"]
    #first_section
    .long-safety-profile
    .signals-list
    .sublist {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 26px;
  }
  [data-page-id="SafetyProfile"]
    #first_section
    .long-safety-profile
    .signals-list
    ul {
    display: flex;
    justify-content: space-around;
  }
  [data-page-id="SafetyProfile"]
    #first_section
    .long-safety-profile
    .signals-list
    ul
    li {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 600;
  }
  [data-page-id="SafetyProfile"] #third_section .container {
    padding: 40px;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .uc-cd-trials
    .btn-text.btn-primary {
    display: block;
    text-align: right;
    padding-right: 0;
    padding-top: 30px;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .full-adverse-events
    .adverse-event {
    padding-bottom: 10px;
    display: flex;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .full-adverse-events
    .adverse-event
    .image-container
    img {
    width: 85px;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .full-adverse-events
    .adverse-event
    .copy-container {
    width: calc(100% - 100px);
    padding-right: 80px;
    padding-left: 40px;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .full-adverse-events
    .adverse-event
    .copy-container
    ul
    li {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 10px;
    line-height: 20px;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .full-adverse-events
    .adverse-event
    .copy-container
    ul
    li
    sup {
    top: -7px;
    font-size: 10px;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .full-adverse-events
    .adverse-event
    .copy-container
    ul
    ul {
    margin-left: 20px;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .full-adverse-events
    .adverse-event
    .copy-container
    ul
    ul
    li {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 400;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .full-adverse-events
    .adverse-event
    .copy-container
    ul
    ul
    li:before {
    left: -12px;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .varsity-adverse-events
    .subheading {
    font-family: "Gotham", sans-serif;
    font-size: 22px;
    font-weight: 700;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .varsity-adverse-events
    .subheading
    sup {
    font-size: 16px;
    top: -8px;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .varsity-adverse-events
    .image-container {
    padding-bottom: 30px;
  }
  [data-page-id="SafetyProfile"] #third_section .varsity-adverse-events ul {
    padding-bottom: 30px;
  }
  [data-page-id="SafetyProfile"] #third_section .varsity-adverse-events ul li {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .varsity-adverse-events
    .footnote.acronyms {
    padding-top: 10px;
  }
  [data-page-id="SafetyProfile"] #third_section .seven-year-data ul li {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 7px;
  }
  [data-page-id="SafetyProfile"] #third_section .seven-year-data ul.sublist {
    margin-left: 40px;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .seven-year-data
    .baseline-container {
    padding: 30px 0 20px;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .seven-year-data
    .baseline-container
    img {
    width: 100%;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .seven-year-data
    .baseline-container
    figcaption {
    padding: 20px 0 0;
  }
  [data-page-id="SafetyProfile"] #third_section .seven-year-data .no-signals {
    margin-top: 40px;
    width: 100%;
    text-align: center;
  }
  [data-page-id="SafetyProfile"] #third_section .seven-year-data .no-signals p {
    font-family: "Gotham", sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px 0;
    line-height: 26px;
    text-align: center;
    text-transform: none;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .seven-year-data
    .no-signals
    ul {
    padding-left: 50px;
    display: flex;
    justify-content: center;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .seven-year-data
    .no-signals
    ul
    li {
    margin-right: 40px;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .seven-year-data
    .footnote.patient-study {
    padding-top: 20px;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .seven-year-data
    .footnote.acronyms {
    padding: 10px 0 30px;
  }
  [data-page-id="SafetyProfile"] #third_section .seven-year-data .chart-area {
    align-items: center;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .seven-year-data
    .chart-area
    .chart-heading {
    margin-bottom: 10px;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .seven-year-data
    .chart-area
    .chart-heading
    p {
    font-family: "Gotham", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .seven-year-data
    .chart-area
    figure {
    text-align: center;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .seven-year-data
    .chart-area
    figure
    figcaption {
    padding-bottom: 30px;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .seven-year-data
    .chart-area
    figure
    figcaption
    sup {
    top: -7px;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .seven-year-data
    .chart-area
    figure
    img {
    max-width: 500px;
    width: unset;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 1060px) and (max-width: 1159px) {
  [data-page-id="SafetyProfile"]
    #third_section
    .seven-year-data
    .chart-area
    figure
    img {
    max-height: 390px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 960px) and (max-width: 1059px) {
  [data-page-id="SafetyProfile"]
    #third_section
    .seven-year-data
    .chart-area
    figure
    img {
    max-height: 340px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-id="SafetyProfile"]
    #third_section
    .seven-year-data
    .chart-area
    .footnote {
    padding-top: 30px;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .seven-year-data
    .chart-area
    .associated-copy
    .subheading {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .seven-year-data
    .chart-area
    .associated-copy
    .footnote.acronyms {
    padding-bottom: 0;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .seven-year-data
    .chart-area
    .chart-wide {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  [data-page-id="SafetyProfile"]
    #third_section
    .seven-year-data
    .chart-area
    .chart-wide
    figure
    img {
    width: 100%;
    max-width: unset;
  }
}
@media print {
  html,
  body {
    padding: 10pt;
  }
  html *,
  body * {
    position: relative !important;
    color: #58595b !important;
    font-size: 14pt !important;
    line-height: 16pt !important;
    text-align: left !important;
    background: none !important;
  }
  html ul,
  body ul {
    list-style-type: disc !important;
    margin: 0 0 25pt 0 !important;
  }
  html ul li,
  body ul li {
    margin-left: 20pt !important;
    padding: 0 !important;
  }
  html h1,
  html h2,
  html h3,
  html p,
  body h1,
  body h2,
  body h3,
  body p {
    margin: 0 0 20pt 0 !important;
    padding: 0 !important;
  }
  html h1,
  body h1 {
    font-size: 22pt !important;
    line-height: 24pt !important;
  }
  html h2,
  html h3,
  body h2,
  body h3 {
    font-size: 18pt !important;
    line-height: 20pt !important;
  }
  html img,
  body img {
    margin: 0 !important;
    width: 300pt;
  }
  html #references ol,
  body #references ol {
    margin-left: 25pt;
  }
  [data-row],
  .accordion {
    margin: 0;
    display: block;
  }
  .accordion ul {
    list-style-type: none !important;
  }
  .accordion ul li {
    margin: 0 !important;
    padding: 0;
    border: 0;
  }
  .accordion > div {
    max-width: none;
  }
  .btn.btn-primary,
  .btn.btn-secondary {
    border: 2px solid #58595b;
  }
  .btn-container {
    margin: 0 0 20pt 0;
  }
  header[data-device="desktop"],
  .eyebrow,
  footer nav,
  video,
  #hero > div > picture img,
  #fixed_isi,
  .skip-navigation,
  #isi ul li:before,
  #fixed_isi ul li:before,
  .back-to-top,
  #hero:before,
  #hero:after,
  #indication_bar > div > div:before,
  h2.border:after,
  .move-ahead-header,
  ul[data-bullet] > li:before,
  .interior-bottom-cta {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  header[data-device="mobile"] {
    padding: 10pt;
    margin-bottom: 40pt;
    border-bottom: 8pt solid #9b288c;
    font-weight: 700;
  }
  header[data-device="mobile"] img {
    width: 200pt;
  }
  footer .takeda-logo img {
    width: 10%;
  }
  .page-content {
    width: 100%;
    max-width: 100%;
  }
  footer,
  #references,
  #indication_bar,
  #isi {
    margin: 10pt 0;
    padding: 10pt;
    border: 1px solid #58595b;
    background: white !important;
  }
  .page-content #indication_bar {
    top: 0;
  }
  .page-content #indication_bar h3 {
    margin: 0 !important;
  }
  [data-page-id="Home"] .page-content #pillars > article,
  [data-page-id="Home"] .page-content #cta > article,
  [data-page-id="Home"] .milestones .info {
    display: block;
  }
  [data-page-id="Home"] #hero > div > article {
    top: 0;
  }
  [data-page-id="Home"] #hero > div > article .btn.btn-secondary,
  [data-page-id="Home"] #hero > div > article > div + div {
    left: 0;
  }
  [data-page-id="Home"] #hero > div > article > div + div {
    width: auto;
  }
  [data-page-id="Home"] .head-to-head h2,
  [data-page-id="Home"] .head-to-head .legal {
    border: 0;
  }
  [data-page-id="Home"] .page-content #pillars .selectivity img,
  [data-page-id="Home"] .page-content #pillars .remission img,
  [data-page-id="Home"] .page-content #pillars .safety img {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  [data-page-id="Home"] #pillars,
  [data-page-id="Home"] .head-to-head,
  [data-page-id="Home"] .first-line-biologic,
  [data-page-id="Home"] .milestones {
    margin: 10pt 0;
    padding: 10pt;
    border: 1px solid #58595b;
  }
  [data-page-category="ClinicalEfficacy"]
    #overview-trial-data
    .flex-container
    .half.graph-1,
  [data-page-category="ClinicalEfficacy"]
    #overview-trial-data
    .flex-container
    .half.graph-2,
  [data-page-category="ClinicalEfficacy"]
    #overview-trial-data
    .flex-container
    .half.graph-3 {
    margin: 10pt 0;
    padding: 10pt;
    border: 1px solid #58595b;
  }
  [data-page-category="ClinicalEfficacy"]
    #overview-trial-data
    .flex-container
    .half.graph-1
    .end-point-heading,
  [data-page-category="ClinicalEfficacy"]
    #overview-trial-data
    .flex-container
    .half.graph-2
    .end-point-heading,
  [data-page-category="ClinicalEfficacy"]
    #overview-trial-data
    .flex-container
    .half.graph-3
    .end-point-heading {
    font-weight: 700;
  }
  [data-page-category="ClinicalEfficacy"] #clinical_response_rates_content_id_2,
  [data-page-category="ClinicalEfficacy"] #long_term_data_content_id_2,
  [data-page-category="ClinicalEfficacy"] #double_rate_content_1,
  [data-page-category="ClinicalEfficacy"] #study-design,
  [data-page-category="ClinicalEfficacy"]
    #third_section
    .clinical-response-rates
    .figure-container {
    margin: 10pt 0;
    padding: 10pt;
    border: 1px solid #58595b;
  }
  [data-page-category="ClinicalEfficacy"] .accordion [aria-hidden] > .content {
    padding: 10pt 0;
  }
  [data-page-category="ClinicalEfficacy"] #study-design img {
    width: 90%;
  }
  [data-page-category="ClinicalEfficacy"]
    #first_section
    .overview-trial-data
    .tile {
    border: 0;
  }
  [data-page-category="ClinicalEfficacy"]
    #first_section
    .overview-trial-data
    .tile
    br {
    display: none;
  }
  [data-page-category="ClinicalEfficacy"] .accordion .desktop-image {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  [data-page-id="VarsityTrial"] .clinical-response-rates img {
    width: 80%;
  }
  [data-page-id="VarsityTrial"] #humira_content_id_1,
  [data-page-id="VarsityTrial"] #humira_content_id_2,
  [data-page-id="VarsityTrial"] #long_term_remission_content_id_1,
  [data-page-id="VarsityTrial"] #third_section #endoscopic-improvments .tile,
  [data-page-id="VarsityTrial"]
    #long-term-remission
    .container
    .inner-container,
  [data-page-id="VarsityTrial"] #third_section .pivotal-trial-data figure {
    margin: 10pt 0 !important;
    padding: 10pt !important;
    border: 1px solid #58595b;
  }
  [data-page-id="VarsityTrial"] #humira_content_id_1 img,
  [data-page-id="VarsityTrial"] #humira_content_id_2 img,
  [data-page-id="VarsityTrial"] #long_term_remission_content_id_1 img,
  [data-page-id="VarsityTrial"]
    #third_section
    #endoscopic-improvments
    .tile
    img,
  [data-page-id="VarsityTrial"]
    #long-term-remission
    .container
    .inner-container
    img,
  [data-page-id="VarsityTrial"] #third_section .pivotal-trial-data figure img {
    width: 300pt;
  }
  [data-page-id="VarsityTrial"] .accordion button[aria-expanded] {
    margin: 0;
    padding: 10pt 0;
    font-weight: 700;
  }
  [data-page-id="VarsityTrial"] .accordion button[aria-expanded] span {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  [data-page-id="VarsityTrial"] .accordion [aria-hidden="true"] {
    display: block;
  }
  [data-page-id="VarsityTrial"] #third_section .pivotal-trial-data figure img {
    padding: 0;
  }
  [data-page-id="VarsityTrial"]
    #third_section
    .pivotal-trial-data
    figure
    figcaption {
    font-weight: 700;
  }
  [data-page-id="CrohnsDisease"]
    #third_section
    .cd-trials
    .figure-container
    img,
  [data-page-id="CrohnsDisease"]
    #third_section
    .clinical-response-rates
    .figure-container
    img {
    width: 300pt;
  }
  [data-page-id="CrohnsDisease"]
    #third_section
    .cd-trials
    .figure-container
    figcaption {
    margin-bottom: 15pt;
    font-weight: 700;
    border: 0;
  }
  [data-page-id="CrohnsDisease"] #third_section .cd-trials .figure-container {
    margin: 10pt 0;
    padding: 10pt;
    border: 1px solid #58595b;
  }
  [data-page-id="SafetyProfile"] #third_section figure img,
  [data-page-id="SafetyProfile"] #third_section #uc-cd-trials img {
    width: 90%;
  }
  [data-page-id="SafetyProfile"] #full-adverse-events img {
    width: 5%;
  }
  [data-page-id="SafetyProfile"] #third_section #seven-year-data img,
  [data-page-id="SafetyProfile"] #third_section #varsity-adverse-events img,
  [data-page-id="SafetyProfile"] #third_section #uc-cd-trials img {
    width: 50%;
  }
  [data-page-id="SafetyProfile"] #third_section .full-adverse-events ul ul {
    list-style-type: none !important;
  }
  [data-page-id="SafetyProfile"] #uc-cd-trials,
  [data-page-id="SafetyProfile"] #full-adverse-events,
  [data-page-id="SafetyProfile"] #seven-year-data,
  [data-page-id="SafetyProfile"] #varsity-adverse-events {
    margin: 10pt 0;
    padding: 10pt;
    border: 1px solid #58595b;
  }
  [data-page-id="DosingAdministration"]
    #third_section
    .starting-maintaining
    .flex-container
    .tile {
    border: 0;
  }
  [data-page-id="DosingAdministration"]
    #third_section
    .starting-maintaining
    .flex-container
    .tile
    h3 {
    padding: 0;
  }
  [data-page-id="DosingAdministration"] #starting-maintaining,
  [data-page-id="DosingAdministration"] #dosing-administration,
  [data-page-id="DosingAdministration"] #dosing-video {
    margin: 10pt 0;
    padding: 10pt;
    border: 1px solid #58595b;
  }
  [data-page-id="DosingAdministration"] #starting-maintaining img {
    width: 10%;
  }
  [data-page-id="DosingAdministration"] #dosing-administration img {
    width: 5%;
  }
  [data-page-id="MechanismOfAction"]
    .accordion[data-accordion-type="list"]
    button[aria-expanded],
  [data-page-id="MechanismOfAction"]
    .accordion[data-accordion-type="list"]
    [aria-hidden]
    > .content {
    padding: 4pt 0;
  }
  [data-page-id="MechanismOfAction"]
    .accordion[data-accordion-type="list"]
    button[aria-expanded]:before {
    position: relative;
  }
  [data-page-id="MechanismOfAction"] .accordion [aria-hidden] {
    display: block;
  }
  [data-page-id="MechanismOfAction"] .accordion div[data-empty-button] span,
  [data-page-id="MechanismOfAction"] .accordion button[aria-expanded] span,
  [data-page-id="MechanismOfAction"] .accordion .footnote,
  [data-page-id="MechanismOfAction"] .accordion .desktop-image {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  [data-page-id="MechanismOfAction"] .accordion[data-accordion-type="list"] li {
    margin: 10pt 0 !important;
    padding: 10pt !important;
    border: 1px solid #58595b;
  }
  [data-page-category="AccessSupport"].page-content #hero .entyvioconnect-logo {
    width: 200pt;
  }
  [data-page-category="AccessSupport"].page-content
    #hero
    > div
    > article
    > div {
    flex: auto;
    max-width: none;
  }
  [data-page-category="AccessSupport"] #hero > div > article,
  [data-page-category="AccessSupport"]
    #first_section
    #affordability_download
    > div,
  [data-page-category="AccessSupport"] #first_section [data-icon],
  [data-page-category="AccessSupport"] #first_section #FormsResources .content {
    display: block;
    box-shadow: none;
  }
  [data-page-category="AccessSupport"] #first_section [data-icon] {
    min-height: 0;
  }
  [data-page-category="AccessSupport"] .navigation-wrapper {
    margin-bottom: 0;
  }
  [data-page-category="AccessSupport"]
    #first_section
    #insurance-support
    .image.insurance-support,
  [data-page-category="AccessSupport"] .navigation-temp,
  [data-page-category="AccessSupport"]
    #first_section
    #affordability
    .image
    .affordability,
  [data-page-category="AccessSupport"] #first_section #affordability .image {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  [data-page-category="AccessSupport"] #first_section .contact-purple-bg {
    margin-bottom: 25pt;
    padding: 0;
    border: 0;
  }
  [data-page-category="AccessSupport"] #first_section #entyvioconnect_contact,
  [data-page-category="AccessSupport"] #first_section [data-icon] a {
    padding: 0;
  }
  [data-page-category="AccessSupport"] #first_section [data-icon]:before {
    content: "- ";
    position: static;
    background: none;
  }
  [data-page-category="AccessSupport"] #first_section #insurance-denied,
  [data-page-category="AccessSupport"] #first_section #affordability_download,
  [data-page-category="AccessSupport"] #first_section #downloads,
  [data-page-category="AccessSupport"] #affordability,
  [data-page-category="AccessSupport"] #insurance-support,
  [data-page-category="AccessSupport"] #at-a-glance,
  [data-page-category="AccessSupport"] #FormsResources {
    margin: 10pt 0;
    padding: 10pt;
    border: 1px solid #58595b;
  }
  [data-page-category="AccessSupport"]
    #first_section
    #insurance-denied
    > section {
    border: 0;
  }
  [data-page-category="AccessSupport"] #first_section #at-a-glance img {
    width: 90%;
  }
  [data-page-category="Resources"] .table .heading-container {
    border: 0;
  }
  [data-page-category="Resources"] .table .heading-container p {
    font-weight: 700;
  }
  [data-page-category="Resources"] .table .heading-container a {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  [data-page-category="Resources"] .go-back {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  [data-page-id="ProfessionalResources"]
    .table
    .content-container
    .for-you-content,
  [data-page-id="PatientResources"]
    .table
    .content-container
    .for-your-patient-content {
    display: block;
  }
  [data-page-id="RequestARepresentative"] .main-container {
    margin: 10pt 0;
    padding: 10pt;
    border: 1px solid #58595b;
  }
  [data-page-id="ClinicalReprints"] .cta {
    display: block;
  }
  [data-page-id="ClinicalReprints"] .cta h2 {
    border: 0;
  }
  [data-page-id="ClinicalReprints"] .cta section {
    margin: 10pt 0;
    padding: 10pt;
    border: 1px solid #58595b;
  }
  [data-page-id="ClinicalReprints"] .cta section .top {
    padding: 10pt 0;
    font-weight: 700;
  }
  [data-page-id="ClinicalReprints"] .cta .isi-link a:before {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  [data-page-id="PeerPerspective"] .slick-track .slick-slide,
  [data-page-id="PeerPerspective"] .slick-track {
    display: block !important;
    width: 100% !important;
    transform: none !important;
  }
  [data-page-id="PeerPerspective"] .slick-track .slick-slide {
    margin: 10pt 0;
    padding: 10pt;
    border: 1px solid #58595b;
  }
  [data-page-id="PeerPerspective"]
    .carousel
    .carousel-video-controller
    figcaption {
    margin-top: 25pt;
  }
  [data-page-id="PeerPerspective"]
    .carousel
    .carousel-video-controller
    .slick-track
    .slick-slide
    > div
    > div {
    padding-bottom: 25pt;
  }
  [data-page-id="PeerPerspective"] .poster,
  [data-page-id="PeerPerspective"] [data-only="desktop"] .slick-list,
  [data-page-id="PeerPerspective"] .slick-track .slick-slide.slick-cloned,
  [data-page-id="PeerPerspective"]
    .carousel
    .carousel-video-controller
    button.previous,
  [data-page-id="PeerPerspective"]
    .carousel
    .carousel-video-controller
    button.next {
    display: none !important;
  }
  [data-page-id="PeerPerspective"]
    .carousel
    .carousel-video-controller
    figure
    img {
    width: 400pt;
  }
}
@media screen and (max-width: 959px) {
  [data-page-id="GeminiTrial"] #overview-trial-data h2.border,
  h2.border-center {
    padding-top: 25px !important;
  }
}
/* local-coverage */
.local-coverage #isi {
  padding: 0 !important;
}
.local-coverage #isi article {
  padding: 0 !important;
}
.local-coverage #isi ul li:before,
.local-coverage #fixed_isi ul li:before {
  width: 6px;
  height: 6px;
}
.local-coverage #isi ul li {
  font-family: Gotham Book, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #58595b;
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 25px;
  padding-left: 25px;
}
@media (max-width: 992px) {
  .mobile-show {
    display: inline !important;
  }
  .pc-show {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .pc-show {
    display: inline !important;
  }
  .mobile-show {
    display: none !important;
  }
}
[data-page-id="SafetyProfile"]
  #third_section
  .seven-year-data
  .baseline-container
  .figcaption {
  padding: 20px 0 0;
  font-family: "Gotham", sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
[data-page-id="SafetyProfile"]
  #third_section
  .seven-year-data
  .chart-area
  .figcaption {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 15px;
  text-align: center;
}

[data-page-category="ClinicalEfficacy"]
  #third_section
  .clinical-response-rates
  .figure-container
  .figcaption {
  font-family: "Knockout", sans-serif;
  font-size: 30px;
  font-weight: 400;
  padding: 10px 5px;
}
[data-page-id="Home"] #home_title > article h2 {
  position: relative;
}
[data-page-id="Home"] #home_title > article h2 em {
  font-family: "Knockout", sans-serif;
  font-size: 36px;
  position: absolute;
  bottom: -23px;
  left: 50%;
  font-weight: 400;
  text-transform: lowercase;
  font-style: normal;
}
@media screen and (max-width: 959px) {
  [data-page-id="Home"] #home_title > article h2 em {
    font-size: 21px;
    top: 35px;
  }
  [data-page-id="Home"] #home_title > article h2 {
    font-size: 36px !important;
    text-align: center;
  }
  [data-page-id="Home"] #home_title > article h2 span {
    white-space: nowrap;
  }
  .local-coverage #isi h2,
  #fixed_isi h2 {
    font-family: Gotham;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    margin: 20px 0 10px;
    color: #9b288c;
    text-transform: uppercase;
    letter-spacing: 0.008em;
  }
  .local-coverage #isi ul li {
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 0;
    font-family: Gotham Book;
    font-style: normal;
    font-weight: 400;
    color: #58595b;
  }
}
[data-page-category="Resources"] .icon-for-you {
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 56px;
}

@media screen and (max-width: 959px) {
  [data-page-category="Resources"] .icon-for-you {
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
  }
}

.bg-cta {
  background-color: #fff;
  padding: 50px;
  margin-top: -30px;
}

.bg-cta p {
  margin-bottom: 20px;
}

.main-content-term-policy {
  background-color: #502351;
  color: #fff;
}

.main-content-term-policy-text {
  max-width: 956px;
  margin: 0 auto;
  padding: 100px 18px;
  color: #fff;
  margin-top: 40px;
}

.main-content-term-policy .main-content-term-policy-text p,
.main-content-term-policy .main-content-term-policy-text ol,
.main-content-term-policy .main-content-term-policy-text a {
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 20px;
  color: #fff;
}

.pb-0 {
  padding-bottom: 0!important;
}

.page-content {
  background-color: #502351;
  padding-bottom: 15px;
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
  .site-site-resources .item-site-resources {
    padding-left: 100px;
  }

  [data-page-category="Resources"]  .peer-perspective{
    margin: 50px 0;
  }

  [data-page-category="Resources"]  .peer-perspective .cta {
    max-width: unset;
  }

  [data-page-category="Resources"]  .peer-perspective .heading-first-video {
    margin-top: 80px;
  }

  .mb-25 {
    margin-bottom: 25px !important;
  }
}
#modal .content .modal-footer a.btn.external:nth-of-type(2) {
  display: none;
}
html.move-ahead-sticky.scroll-state-up .move-ahead-header div.move-ahead-header-has-admin-menu {
  top: 193px!important;
}
html.move-ahead-sticky .move-ahead-header div.move-ahead-header-has-admin-menu {
  top: 78px!important;
}
button.close:focus {
  box-shadow: none;
  -webkit-box-shadow:none;
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
  [data-page-category="ClinicalEfficacy"] article div[id] {
    padding: 0 50px;
  }

  [data-page-id="ClinicalReprints"] .ClinicalReprints-video {
    padding-bottom: 70px;
  }

  footer p + [data-float="right"] {
    margin-top: -33px;
  }
}

[data-page-category="ClinicalEfficacy"] #third_section .pivotal-trial-data .ul-main > li .ul-inner li {
  font-weight: 400px;
}

@media screen and (max-width: 959px) {
  [data-page-category="ClinicalEfficacy"]
  #third_section
  .clinical-response-rates
  .figure-container
  .figcaption {
    font-size: 22;
    padding: 10px 5px;
  }

  [data-page-id="Home"] #hero > div > picture > img, #hero > div > picture {
    bottom: 48px;
  }

  [data-page-id="CrohnsDisease"] #hero > div > picture > img, #hero > div > picture {
    bottom: -67px;
  }

  [data-page-id="ClinicalReprints"] .ClinicalReprints-video {
    padding-bottom: 40px;
  }

  footer p [data-float="right"] {
    float: none;
    display: block;
  }

  footer p + [data-float="right"] {
    margin-top: 0;
  }
}

[data-page-id="forHcpS"] p {
  margin-bottom: 25px;
}

[data-page-category="page-term-of-use"] #content-container .main-content {
  color: #ffff;
  width: 45%;
  max-width: 956px;
  margin: 0 auto;
  padding: 0 18px 50px;
  font-size: 16px;
}

[data-page-category="page-term-of-use"] #content-container .main-content p {
  margin-bottom: 25px;
}

[data-page-category="page-term-of-use"] #content-container .main-content a {
  color: #fff;
}

@media screen and (min-width: 960px) and (max-width: 99999px) {
  [data-page-id="DosingAdministration"] article > div.dosing-administration,
  [data-page-id="DosingAdministration"] article > div.dosing-video {
    margin-bottom: 35px;
  }

  [data-page-category="ClinicalEfficacy"] [data-only="desktop"] {
    display: block;
  }
}

@media screen and (max-width: 956px) {
  .page-content {
    padding-bottom: 0;
  }

  [data-page-id="DosingAdministration"] article > div.dosing-video,
  [data-page-id="DosingAdministration"] article > div.dosing-administration {
    margin-bottom: 0;
  }

  [data-page-category="ClinicalEfficacy"] [data-only="desktop"] {
    display: none;
  }

  h2.border, h2.border-center {
    font-family: 'Knockout', sans-serif;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 36px;
    padding-top: 25px;
  }
}

[data-page-category="ClinicalEfficacy"] #third_section .clinical-response-rates .figure-container {
  border: 1px solid #abadb3;
  padding: 0;
}

#references li a {
  color: #9b288c;
}

/* Login page */
body.path-user #fixed_isi {
  display: none;
}

[data-page-category="SafetyProfile"] h2.border {
  display: block;
}

/* expiry date in footer */

footer .nav-wrapper {
  position: relative;
}

footer .expiry-date {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(120%, -21px);
}

@media screen and (max-width: 1150px) {
  footer .expiry-date {
    position: relative;
    bottom: auto;
    right: auto;
    transform: none;
    float: right;
  }
}

@media screen and (max-width: 959px) {
  footer .expiry-date {
    float: none;
    margin: 20px 0;
    display: block;
  }
}

.get-inspired-wrapper article {
  padding: 0 23px;
  max-width: 1366px;
  margin: 40px auto 0;
}

.get-inspired-wrapper h2 {
  font-family: "Knockout", sans-serif;
  font-size: 50px;
  font-weight: 700;
  color: #9b288c;
  margin-bottom: 30px;
  text-align: center;
}

.get-inspired-wrapper p {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 20px;
}

.get-inspired-wrapper a {
  color: #9b288c;
  text-decoration: none;
}

.get-inspired-wrapper a:hover {
  text-decoration: underline;
}

.get-inspired-wrapper img {
  max-width: 600px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .get-inspired-wrapper article {
    margin-top: 30px;
  }

  .get-inspired-wrapper h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }

  [data-page-id="cdstVideo"] #hero {
    margin-top: 100px;
  }

  [data-page-id="cdstVideo"] #hero h1 {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  [data-page-id="cdstVideo"] #hero {
    margin-bottom: 30px;
  }
}
