* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-position: 0 0;
    background-repeat: none;
    vertical-align: baseline;
    font-size: 100%;
}

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-spacing: 0;
    border-collapse: collapse;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="date"],
input[type="submit"],
textarea,
button,
select,
option {
    background: none;
    resize: none;
    -webkit-appearance: none;
    appearance: 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;
    display: none !important;
    visibility: hidden;
    pointer-events: none;
}

var {
    display: none;
}

b,
strong {
    font-weight: 700;
}

i,
em {
    font-style: oblique;
}

h1 {
    margin: 0;
}

figure {
    margin: 0;
}

[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-right: -5px;
    margin-left: -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-right: -5px;
        margin-left: -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-right: -5px;
        margin-left: -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 {
    color: #58595b;
    font-family: "Gotham", sans-serif;
    font-weight: 400;
    font-size: 12px;
}

@media screen and (max-width: 959px) {
    h1 {
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 40px;
    }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
    h1 {
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 80px;
    }
}

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-weight: 700;
    font-size: inherit;
}

sup {
    position: relative;
    top: -5px;
    font-family: inherit;
    font-size: 0.8em;
}

.footnote {
    padding-bottom: 5px;
}

@media screen and (max-width: 959px) {
    .footnote {
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 10px;
        line-height: 10px;
    }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
    .footnote {
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 12px;
        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 {
    background-color: #ffffff;
    color: #9b288c;
    text-align: center;
}

@media screen and (max-width: 959px) {
    h2.banner {
        margin-top: 30px;
        margin-right: -25px;
        margin-bottom: 25px;
        margin-left: -25px;
        padding: 30px 0;
        font-family: "Knockout", sans-serif;
        font-weight: 700;
        font-size: 36px;
        line-height: 36px;
    }
    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 {
        margin-top: 80px;
        margin-bottom: 32px;
        padding: 25px 0;
        font-family: "Knockout", sans-serif;
        font-weight: 700;
        font-size: 42px;
    }
    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: #ffffff;
}

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;
    margin-left: 3px;
    background: #ffcb03;
}

@media screen and (max-width: 959px) {
    h2.border,
    h2.border-center {
        margin-bottom: 15px;
        padding-top: 25px;
        font-family: "Knockout", sans-serif;
        font-weight: 700;
        font-size: 36px;
        line-height: 36px;
    }
    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 {
        padding-top: 45px;
        padding-bottom: 25px;
        font-family: "Knockout", sans-serif;
        font-weight: 700;
        font-size: 42px;
    }
    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 {
    margin-right: -100%;
    margin-left: -100%;
    background-color: #ffffff;
    color: #9b288c;
    text-align: center;
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
    h2.border-center {
        margin-top: 55px;
        margin-bottom: 35px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

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: #ffffff;
}

ul[data-bullet="default"] {
    list-style-type: disc;
}

ul[data-bullet="default"]>li:before {
    background: none;
}

.primary {
    color: #9b288c;
}

.secondary {
    color: #ffcb03;
}

.light {
    color: #ffffff;
}

*:focus {
    outline: none;
    -webkit-box-shadow: 0 0 11px 2px #9b288c;
    -moz-box-shadow: 0 0 11px 2px #9b288c;
    box-shadow: 0 0 11px 2px #9b288c;
}

::-webkit-input-placeholder {
    color: #ffffff;
}

:-ms-input-placeholder {
    color: #ffffff;
}

::placeholder {
    color: #ffffff;
}

.skip-navigation {
    position: fixed;
    z-index: 10;
    top: -55px;
    left: 8px;
    min-height: 48px;
    padding: 0 20px;
    border: 2px solid #9b288c;
    border-radius: 0 0 8px 8px;
    background: #ffffff;
    color: #9b288c;
    text-decoration: none;
    font-family: "Gotham", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 48px;
    transition: top 300ms ease-in-out;
    will-change: top;
}

.skip-navigation.active,
.skip-navigation:focus {
    top: -2px;
}

[hidden],
.hidden {
    display: none !important;
}

.visuallyhidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

@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 {
    position: relative;
    display: inline-block;
    padding: 20px;
    border: 2px solid #cc91c6;
    background: #9b288c;
    box-shadow: 0 2px 2px 0 rgba(61, 5, 58, 0.3);
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Gotham", sans-serif;
    font-weight: 700;
    font-size: 16px;
    transition: all 300ms ease-in-out;
    will-change: color, border, box-shadow, background;
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
    .btn.btn-primary {
        padding: 20px 30px;
    }
}

.btn.btn-primary:focus {
    box-shadow: 0 0 11px 2px #9b288c;
}

.btn.btn-primary.hover,
.btn.btn-primary:hover {
    background: #ffcb03;
    box-shadow: 0 3px 8px 0 rgba(61, 5, 58, 0.3);
    color: #9b288c;
}

.btn.btn-secondary {
    position: relative;
    display: inline-block;
    padding: 20px;
    border: 2px solid #cc91c6;
    background: #ffffff;
    box-shadow: 0 2px 2px 0 rgba(61, 5, 58, 0.3);
    color: #9b288c;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Gotham", sans-serif;
    font-weight: 700;
    font-size: 16px;
    transition: all 300ms ease-in-out;
    will-change: color, border, box-shadow, background;
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
    .btn.btn-secondary {
        padding: 20px 30px;
    }
}

.btn.btn-secondary:focus {
    box-shadow: 0 0 11px 2px #9b288c;
}

.btn.btn-secondary.hover,
.btn.btn-secondary:hover {
    border: 2px solid #9b288c;
    background: #f4e8f3;
    box-shadow: 0 3px 8px 0 rgba(61, 5, 58, 0.3);
}

.btn-text.btn-primary {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    color: #9b288c;
    text-decoration: none;
    font-family: "Gotham", sans-serif;
    font-weight: 700;
    font-size: 16px;
}

.btn-text.btn-primary:after {
    content: "\00BB";
    position: relative;
    top: 2px;
    padding-left: 4px;
    font-family: "Gotham", sans-serif;
    /* font-size: 24px; */
    font-weight: 400;
    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 {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    color: #ffffff;
    text-decoration: none;
    font-family: "Gotham", sans-serif;
    font-weight: 700;
    font-size: 16px;
}

.btn-text.btn-secondary:after {
    content: "\00BB";
    position: relative;
    top: 2px;
    padding-left: 4px;
    font-family: "Gotham", sans-serif;
    font-weight: 400;
    font-size: 24px;
    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;
    background: #9b288c;
    transform-origin: 0 0;
}

[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;
    background: #9b288c;
    transform: translate(-50%, -50%);
}

[data-icon="hamburger"] span:before,
[data-icon="hamburger"] span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #9b288c;
    transform-origin: 0 0;
}

[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;
    background: #9b288c;
    transform-origin: 0 0;
}

[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;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

[data-form] label {
    position: relative;
    z-index: 2;
    display: inline-block;
}

[data-form="radio"] {
    margin-right: 8px;
}

[data-form="radio"] label {
    padding: 17px 20px 13px 43px;
    border: 1px solid #ededed;
    background: #ffffff;
    font-family: "Gotham", sans-serif;
    font-weight: 400;
    font-size: 13px;
}

[data-form="radio"] label:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 12px;
    width: 17px;
    height: 17px;
    border: 1px solid #ededed;
    border-radius: 100%;
    background: #ffffff;
    transition: all 300ms ease-in;
    transform: translateY(-50%);
    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 {
    padding: 15px 30px;
    color: #ffffff;
    font-family: "Gotham", sans-serif;
    font-weight: 700;
    font-size: 16px;
}

table thead th .book {
    display: block;
    padding-top: 4px;
    font-family: "Gotham", sans-serif;
    font-weight: 400;
    font-size: 12px;
}

table tbody tr:nth-child(odd) {
    background: #e6e6e6;
}

table tbody tr:nth-child(even) {
    background: #eeeeee;
}

table tbody td {
    padding: 15px 30px;
    text-align: center;
    font-family: "Gotham", sans-serif;
    font-weight: 700;
    font-size: 16px;
}

#page-content {
    overflow: hidden;
    max-width: 1920px;
    margin: auto;
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
    #page-content {
        background-color: white;
    }
}

.page-content>div[id]>div>article {
    width: 100%;
    margin: auto;
}

@media screen and (max-width: 959px) {
    .page-content>div[id]>div>article {
        max-width: 100%;
        padding: 0 25px;
    }
}

@media screen and (min-width: 960px) and (max-width: 1800px) {
    .page-content>div[id]>div>article {
        max-width: 1366px;
        padding: 0 15px;
    }
}

@media screen and (min-width: 1800px) and (max-width: 9999px) {
    .page-content>div[id]>div>article {
        max-width: 1366px;
        padding: 0 30px;
    }
    [data-page-id="PatientCare"] #entyvioconnect_contact [data-only*="desktop"] {
        display: block;
    }
}

@media screen and (max-width: 959px) {
    header[data-device="mobile"] {
        position: fixed;
        z-index: 5;
        top: 0;
        left: 0;
        width: 100%;
        background: #ffffff;
        box-shadow: 0 0 5px 2px rgba(155, 40, 140, 0.25);
        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 {
        width: 100%;
        margin: 0 auto;
    }
    header[data-device="mobile"] .pushdown .container .flex-container {
        display: flex;
        align-items: center;
        justify-content: space-around;
        height: 70px;
        padding: 10px;
    }
    header[data-device="mobile"] .pushdown .container .flex-container .description {
        margin-bottom: 0;
        padding-right: 10px;
        color: #9b288c;
        letter-spacing: -1px;
        font-weight: bold;
        font-size: 14px;
        line-height: 18px;
    }
}

@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 {
        width: 180px;
        min-width: 135px;
        height: fit-content;
        padding: 10px 8px;
        text-align: center;
    }
    header[data-device="mobile"] .pushdown.hidden {
        display: none;
    }
    header[data-device="mobile"]>div.for-us-hcp {
        width: 100%;
        margin: 0;
        color: #9b288c;
        text-align: center;
        text-transform: uppercase;
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 13px;
    }
    header[data-device="mobile"]>div.for-us-hcp p {
        width: 100%;
        margin-bottom: 0;
    }
    header[data-device="mobile"] .logo {
        display: block;
        width: 140px;
        margin-left: 25px;
    }
    header[data-device="mobile"] .logo img {
        width: 100%;
    }
    header[data-device="mobile"] button[data-mobile-menu] {
        position: relative;
        width: 45px;
        height: 45px;
        margin-right: 25px;
    }
    header[data-device="mobile"] button[data-mobile-menu] span {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 25px;
        height: 3px;
        background: #9b288c;
        transform: translate(-50%, -50%);
    }
    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;
        background: #9b288c;
        transform-origin: 0 0;
    }
    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 {
        display: flex;
        justify-content: space-between;
        margin: 0 10px 10px 10px;
        list-style-type: none;
    }
    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;
        width: 1px;
        height: 25px;
        background: #9b288c;
        transform: translateY(-50%);
    }
    header[data-device="mobile"] .eyebrow li a {
        color: #9b288c;
        text-decoration: none;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 11px;
    }
    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;
        align-items: center;
        justify-content: space-around;
        max-width: 950px;
        margin: 0 auto;
        padding: 11px 0;
    }
    header[data-device="desktop"] .pushdown .flex-container .description {
        margin-bottom: 0;
        padding-right: 40px;
        color: #9b288c;
        font-weight: bold;
        font-size: 16px;
        line-height: 18px;
    }
}

@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 {
        width: 192px;
        height: fit-content;
        padding: 14px 13px;
        text-align: center;
    }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
    header[data-device="desktop"] .eyebrow {
        position: relative;
        overflow: hidden;
        min-height: 38px;
        padding: 0 40px;
    }
}

@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;
        z-index: 2;
        margin-top: 14px;
    }
    header[data-device="desktop"] .eyebrow ul {
        display: flex;
        justify-content: space-between;
        margin: 0;
        list-style-type: none;
    }
}

@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 {
        padding: 0 0 8px 0;
        color: #000000;
        text-transform: uppercase;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 12px;
    }
    header[data-device="desktop"] .eyebrow ul li a {
        color: #ffffff;
        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;
        z-index: 11;
        top: 0;
        left: 0;
        width: 100%;
        box-shadow: 0 0 5px 2px rgba(155, 40, 140, 0.25);
        transition: top 300ms ease-in;
        will-change: top;
    }
    header[data-device="desktop"]>div {
        background: #ffffff;
    }
    header[data-device="desktop"]>div>div>.container {
        width: 100%;
        margin: auto;
    }
}

@media screen and (min-width: 960px) and (max-width: 9999px) and (max-width: 959px) {
    header[data-device="desktop"]>div>div>.container {
        max-width: 100%;
        padding: 0 25px;
    }
}

@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 {
        max-width: 1366px;
        padding: 0 15px;
    }
}

@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 {
        max-width: 1366px;
        padding: 0 30px;
    }
}

@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) {
    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 {
        display: block;
        width: 100%;
    }
    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 (min-width: 960px) and (max-width: 1250px) {
    header[data-device="desktop"] .main-nav {
        padding: 0;
    }

    header[data-device="desktop"] .main-nav .container .logo-container {
        flex: 0 0 140px !important;
        max-width: 140px !important;
    }
}

@media screen and (max-width: 959px) {
    header[data-device="desktop"] {
        position: fixed;
        z-index: 6;
        top: 0;
        left: -100%;
        overflow: hidden;
        width: 100%;
        height: 100%;
        transition: left 300ms ease-in-out;
        will-change: left;
    }
    header[data-device="desktop"]>div {
        position: relative;
        display: flex;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        flex-direction: column;
        width: 100%;
        height: 100%;
        background: #ffffff;
    }
    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 {
        display: flex;
        align-items: center;
        width: 100%;
        height: 30px;
        background: #f4e8f3;
        color: #9b288c;
        text-transform: uppercase;
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 13px;
    }
    header[data-device="desktop"] .hcp-text p {
        width: 100%;
        margin: 0;
        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 {
        display: block;
        width: 140px;
        margin-left: 25px;
    }
    header[data-device="desktop"] .logo-container .logo img {
        width: 100%;
    }
    header[data-device="desktop"] .logo-container button[data-mobile-menu] {
        position: relative;
        width: 45px;
        height: 45px;
        margin-right: 25px;
    }
    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;
        background: #9b288c;
        transform-origin: 0 0;
    }
    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 {
        display: block;
        width: 100%;
        min-height: 59px;
        padding: 21px 25px;
        border-bottom: 1px solid #9b288c;
        color: #9b288c;
        text-decoration: none;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 16px;
    }
    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%;
        display: block;
        width: 15px;
        height: 15px;
        background: url("../images/icons/main-nav-down-arrow.svg") 50% 50% no-repeat;
        background-size: 14px 10px;
        transition: all 300ms ease-in-out;
        transform: rotate(0deg) translate(-50%, -50%);
        transform-origin: 0 0;
        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 {
        padding: 25px 25px 0 25px;
        color: #9b288c;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 16px;
    }
    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-right: 0;
        padding-left: 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 {
        display: block;
        padding: 14px 25px;
        color: #9b288c;
        text-decoration: none;
        text-transform: uppercase;
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-weight: 700;
        font-size: 16px;
    }
    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 {
        display: flex;
        justify-content: flex-end;
        height: 100%;
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    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 {
        display: flex;
        align-items: center;
        height: 100%;
    }
    header[data-device="desktop"] .main-nav nav>ul>li>a {
        height: 79px;
        padding: 15px 25px 15px 20px;
    }
}

@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: 1024px) {
    header[data-device="desktop"] .main-nav nav>ul>li>a {
        padding: 15px 12px;
    }
}

@media screen and (min-width: 960px) and (max-width: 1250px) {
    header[data-device="desktop"] .main-nav nav>ul>li>a,
    header[data-device="desktop"] .main-nav nav li.has-submenu>a {
        font-size: 12px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1250px) {
    header[data-device="desktop"] .main-nav nav>ul>li>a {
        padding: 15px 13px;
        font-size: 14px;
    }
}

@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;
        padding-right: 17px;
    }
    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;
        background: url("../images/icons/main-nav-down-arrow.svg") no-repeat;
        background-size: 14px 10px;
        transition: transform 300ms ease-in-out;
        transform: translateY(-50%) rotate(0deg);
        transform-origin: 50% 50%;
        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;
        z-index: 3;
        top: 75px;
    }
    header[data-device="desktop"] .main-nav nav li.has-submenu .subnav:before {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        left: 50%;
        width: 200vw;
        height: 100%;
        background: #ffcb03;
        transform: translate(-50%);
    }
    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 {
        display: inline-block;
        margin-bottom: 25px;
        padding: 22px 40px 15px 0;
        border-bottom: 1px solid #9b288c;
        color: #9b288c;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 14px;
    }
    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 {
        display: inline-block;
        margin-bottom: 25px;
        padding: 22px 40px 15px 0;
        border-bottom: 1px solid #9b288c;
        color: #9b288c;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 14px;
    }
    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 {
        text-decoration: none;
        text-transform: uppercase;
        white-space: nowrap;
    }
    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 {
        color: #9b288c;
        text-decoration: none;
        font-family: "Gotham", sans-serif;
        font-weight: 500;
        font-size: 14px;
    }
    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 {
        height: 215px;
        margin-top: 132px;
    }
}

@media screen and (min-width: 0) and (max-width: 374px) {
    #hero {
        margin-top: 157px;
    }
    .video-js {
        width: 100%;
        height: auto;
        margin: auto;
        background-color: transparent;
    }
}

@media screen and (min-width: 375px) and (max-width: 575px) {
    #hero {
        margin-top: 144px;
    }
    .video-js {
        width: 100% !important;
        height: auto !important;
        margin: auto;
        background-color: transparent;
    }
}

@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;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 100%;
}

#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;
        margin: auto;
        background: white;
    }
}

@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: 0) 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: 47px;
        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: 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: 0;
    }
}

@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%;
    padding: 13px 11px;
    text-transform: initial;
    font-weight: 500;
    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 {
        z-index: 3;
        top: 140px;
        bottom: initial;
        left: 50%;
        padding: 10px;
        font-size: 12px;
        line-height: 16px;
        transform: translateX(-50%);
    }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
    [data-page-id="Home"] #hero>div>article .btn.btn-secondary {
        top: 150px;
        width: 248px;
    }
    .video-js {
        width: 100%;
        height: auto;
        margin: auto;
        background-color: transparent;
    }
}

@media screen and (min-width: 375px) and (max-width: 415px) {
    [data-page-id="Home"] #hero>div>article .btn.btn-secondary {
        width: 248px;
        padding: 8px;
    }
    .video-js {
        width: 100% !important;
        height: auto !important;
        margin: auto;
        background-color: transparent;
    }
}

@media screen and (min-width: 0) and (max-width: 374px) {
    [data-page-id="Home"] #hero>div>article .btn.btn-secondary {
        width: 230px;
        padding: 5px;
        font-size: 11px;
    }
    .video-js {
        width: 100% !important;
        height: auto !important;
        margin: auto;
        background-color: transparent;
    }
}

[data-page-id="Home"] #hero>div>article .btn.btn-secondary sup {
    top: -7px;
    line-height: 0;
}

@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;
    left: calc(900px / 4 - 10px);
    width: calc(900px / 2);
}

@media screen and (max-width: 959px) {
    [data-page-id="Home"] #hero>div>article .extra-list {
        position: absolute;
        z-index: 3;
        bottom: 15px;
        left: 0;
        width: 100%;
        padding: 15px 25px 0;
        background: #ffffff;
    }
}

@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 {
        margin-top: -10px;
        padding-right: 60px;
    }
}

@media screen and (min-width: 1040px) and (max-width: 1099px) {
    [data-page-id="Home"] #hero>div>article .extra-list {
        margin-top: -10px;
        padding-right: 70px;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1039px) {
    [data-page-id="Home"] #hero>div>article .extra-list {
        margin-top: -15px;
        padding-right: 70px;
    }
}

@media screen and (min-width: 960px) and (max-width: 999px) {
    [data-page-id="Home"] #hero>div>article .extra-list {
        margin-top: -20px;
        padding-right: 70px;
    }
}

[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 {
    margin-bottom: 15px;
    font-family: "Gotham", sans-serif;
    font-weight: 700;
    font-size: 12px;
}

@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;
    display: inline-block;
    margin: 0 auto 110px auto;
    color: #ffffff;
    text-align: left;
    text-transform: uppercase;
}

@media screen and (max-width: 959px) {
    [data-page-id="Home"] #hero>div>article h1 {
        z-index: 3;
        left: 17px;
        margin-top: 45px;
        margin-bottom: 0;
        font-family: "Knockout", sans-serif;
        font-weight: 200;
        font-size: 25px;
        line-height: 21px;
    }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
    [data-page-id="Home"] #hero>div>article h1 {
        font-family: "Knockout", sans-serif;
        font-weight: 200;
        font-size: 94px;
        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-weight: 200;
        font-size: 80px;
        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 {
        padding-left: 10px;
        font-family: "Knockout", sans-serif;
        font-weight: 800;
        font-size: 25px;
    }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
    [data-page-id="Home"] #hero>div>article h1 strong {
        padding-left: 30px;
        font-family: "Knockout", sans-serif;
        font-weight: 800;
        font-size: 93px;
    }
}

@media screen and (min-width: 960px) and (max-width: 1250px) {
    [data-page-id="Home"] #hero>div>article h1 strong {
        padding-left: 20px;
        font-family: "Knockout", sans-serif;
        font-weight: 800;
        font-size: 78px;
    }
}

[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 {
        right: 2px;
        bottom: -1px;
        font-family: "Knockout", sans-serif;
        font-weight: 400;
        font-size: 65px;
    }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
    [data-page-id="Home"] #hero>div>article h1 strong.super {
        bottom: -6px;
        font-family: "Knockout", sans-serif;
        font-weight: 400;
        font-size: 255px;
    }
}

@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-weight: 400;
        font-size: 205px;
    }
}

@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-id="Home"] div#vjs_video_3 {
    display: block;
    height: 100%;
}

[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;
    color: #ffffff;
    text-align: right;
    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 {
    color: #9b288c;
    text-transform: uppercase;
}

@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 {
        margin-top: 60px;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 28px;
        line-height: 24px;
    }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
    [data-page-id="GeminiTrial"] #hero>div>article h1 {
        margin-top: 21px;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 100px;
        line-height: 48px;
    }
}

@media screen and (min-width: 960px) and (max-width: 1250px) {
    [data-page-id="GeminiTrial"] #hero>div>article h1 {
        margin-top: 10px;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 74px;
    }
}

@media screen and (max-width: 959px) {
    [data-page-id="GeminiTrial"] #hero>div>article h1 strong {
        font-family: "Gotham", sans-serif;
        font-weight: 500;
        font-size: 20px;
    }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
    [data-page-id="GeminiTrial"] #hero>div>article h1 strong {
        position: relative;
        right: 5px;
        font-family: "Gotham", sans-serif;
        font-weight: 500;
        font-size: 45px;
        line-height: 12px;
    }
}

@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 {
        margin-top: 58px;
        letter-spacing: -1px;
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 21px;
    }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
    [data-page-id="GeminiTrial"] #hero>div>article h2 {
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 51px;
    }
}

@media screen and (min-width: 960px) and (max-width: 1250px) {
    [data-page-id="GeminiTrial"] #hero>div>article h2 {
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 46px;
    }
}

@media screen and (max-width: 959px) {
    [data-page-id="GeminiTrial"] #hero>div>article h2 strong {
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 21px;
    }
}

@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-weight: 700;
        font-size: 62px;
    }
}

@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-weight: 700;
        font-size: 50px;
    }
}

@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 {
        width: 130px;
        margin-top: 40px;
    }
}

@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 {
        top: -10px;
        font-family: "Gotham", sans-serif;
        font-weight: 500;
        font-size: 20px;
    }
}

@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 {
        top: -30px;
        font-family: "Gotham", sans-serif;
        font-weight: 500;
        font-size: 45px;
    }
}

@media screen and (max-width: 959px) {
    [data-page-id="ClinicalEfficacy"] #hero>div>article h2,
    [data-page-id="VarsityTrial"] #hero>div>article h2 {
        margin-top: 53px;
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 16px;
    }
}

@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 {
        margin-top: 70px;
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 43px;
    }
    [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 {
        margin-top: 30px;
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 37px;
    }
    [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-weight: 700;
        font-size: 17px;
    }
}

@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-weight: 700;
        font-size: 43px;
    }
}

@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-weight: 700;
        font-size: 37px;
    }
}

@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%;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
}

@media screen and (max-width: 959px) {
    [data-page-id="CrohnsDisease"].page-content #hero>div>article .extra-list {
        position: absolute;
        bottom: 0;
        padding: 15px 25px 10px 25px;
        background: #ffffff;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 12px;
    }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
    [data-page-id="CrohnsDisease"].page-content #hero>div>article .extra-list {
        padding: 260px 200px 0 calc(50% + 25px);
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 16px;
    }
}

@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 {
        margin-top: 60px;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 28px;
        line-height: 24px;
    }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
    [data-page-id="CrohnsDisease"].page-content #hero>div>article h1 {
        margin-top: 1px;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 100px;
        line-height: 88px;
    }
}

@media screen and (min-width: 960px) and (max-width: 1250px) {
    [data-page-id="CrohnsDisease"].page-content #hero>div>article h1 {
        margin-top: 3px;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 74px;
        line-height: 65px;
    }
}

@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-weight: 500;
        font-size: 20px;
    }
}

@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-weight: 500;
        font-size: 45px;
    }
}

@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-weight: 500;
        font-size: 38px;
    }
}

@media screen and (max-width: 959px) {
    [data-page-id="CrohnsDisease"].page-content #hero>div>article h2 {
        margin-top: 60px;
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 22px;
    }
}

@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-weight: 400;
        font-size: 51px;
    }
}

@media screen and (min-width: 960px) and (max-width: 1250px) {
    [data-page-id="CrohnsDisease"].page-content #hero>div>article h2 {
        padding-right: 40px;
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 46px;
    }
}

@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-weight: 700;
        font-size: 32px;
    }
}

@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-weight: 700;
        font-size: 62px;
    }
}

@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-weight: 700;
        font-size: 50px;
    }
}

@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 {
        margin-top: 60px;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 22px;
        line-height: 16px;
    }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
    [data-page-id="SafetyProfile"] #hero>div>article h1 {
        margin-top: 9px;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 70px;
        line-height: 50px;
    }
}

@media screen and (min-width: 960px) and (max-width: 1250px) {
    [data-page-id="SafetyProfile"] #hero>div>article h1 {
        margin-top: 5px;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 67px;
    }
}

@media screen and (max-width: 959px) {
    [data-page-id="SafetyProfile"] #hero>div>article h1 strong {
        font-family: "Gotham", sans-serif;
        font-weight: 500;
        font-size: 14px;
    }
}

@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-weight: 500;
        font-size: 45px;
    }
}

@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-weight: 500;
        font-size: 45px;
    }
}

@media screen and (max-width: 959px) {
    [data-page-id="SafetyProfile"] #hero>div>article h2 {
        margin-top: 59px;
        font-family: "Gotham", sans-serif;
        font-weight: 500;
        font-size: 14px;
    }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
    [data-page-id="SafetyProfile"] #hero>div>article h2 {
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 51px;
    }
}

@media screen and (min-width: 960px) and (max-width: 1250px) {
    [data-page-id="SafetyProfile"] #hero>div>article h2 {
        padding-right: 40px;
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 44px;
    }
}

@media screen and (max-width: 959px) {
    [data-page-id="SafetyProfile"] #hero>div>article h2 strong {
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 20px;
    }
}

@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-weight: 700;
        font-size: 62px;
    }
}

@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-weight: 700;
        font-size: 52px;
    }
}

@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 {
        margin-top: 46px;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 22px;
        line-height: 15px;
    }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
    [data-page-id="DosingAdministration"] #hero>div>article h1 {
        margin-top: 12px;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 70px;
        line-height: 50px;
    }
}

@media screen and (min-width: 960px) and (max-width: 1250px) {
    [data-page-id="DosingAdministration"] #hero>div>article h1 {
        margin-top: 0;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 65px;
    }
}

@media screen and (max-width: 959px) {
    [data-page-id="DosingAdministration"] #hero>div>article h1 strong {
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 13px;
    }
}

@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-weight: 500;
        font-size: 45px;
    }
}

@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-weight: 500;
        font-size: 36px;
    }
}

@media screen and (max-width: 959px) {
    [data-page-id="MechanismOfAction"] #hero {
        height: 305px;
    }
    [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 {
        position: absolute;
        bottom: 0;
        padding: 15px 25px 10px 25px;
        background: #ffffff;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 12px;
    }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
    [data-page-id="MechanismOfAction"] #hero>div>article .extra-list {
        padding: 180px 200px 0 calc(50% + 25px);
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 16px;
    }
}

@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 {
        margin-top: 46px;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 19px;
        line-height: 20px;
    }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
    [data-page-id="MechanismOfAction"] #hero>div>article h1 {
        margin-top: 11px;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 69px;
        line-height: 50px;
    }
}

@media screen and (min-width: 960px) and (max-width: 1250px) {
    [data-page-id="MechanismOfAction"] #hero>div>article h1 {
        margin-top: 7px;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 50px;
    }
}

@media screen and (max-width: 959px) {
    [data-page-id="MechanismOfAction"] #hero>div>article h1 strong {
        font-family: "Gotham", sans-serif;
        font-weight: 500;
        font-size: 18px;
    }
}

@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-weight: 500;
        font-size: 45px;
    }
}

@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-weight: 500;
        font-size: 45px;
    }
}

@media screen and (max-width: 959px) {
    [data-page-id="MechanismOfAction"] #hero>div>article h2 {
        margin-top: 75px;
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 18px;
        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-weight: 400;
        font-size: 51px;
        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-weight: 400;
        font-size: 40px;
        line-height: 55px;
    }
}

@media screen and (max-width: 959px) {
    [data-page-id="MechanismOfAction"] #hero>div>article h2 strong {
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 18px;
    }
}

@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-weight: 700;
        font-size: 62px;
    }
}

@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-weight: 700;
        font-size: 44px;
    }
}

@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 {
        margin-top: 70px;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 22px;
    }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
    [data-page-category="Resources"] #hero>div>article h1 {
        margin-top: 8px;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 65px;
    }
}

@media screen and (min-width: 960px) and (max-width: 1250px) {
    [data-page-category="Resources"] #hero>div>article h1 {
        margin-top: 0;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 50px;
    }
}

@media screen and (max-width: 959px) {
    [data-page-category="Resources"] #hero>div>article h2 {
        margin-top: 68px;
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 18px;
    }
    [data-page-id="PatientSafety"][data-page-category="Resources"] #hero>div>article h2 {
        margin-top: 70px;
        font-size: 22px;
        line-height: 50px;
    }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
    [data-page-category="Resources"] #hero>div>article h2 {
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 43px;
        line-height: 50px;
    }
    [data-page-id="PatientSafety"][data-page-category="Resources"] #hero>div>article h2 {
        margin-top: 8px;
        font-size: 65px;
    }
}

@media screen and (min-width: 960px) and (max-width: 1250px) {
    [data-page-category="Resources"] #hero>div>article h2 {
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 38px;
        line-height: 40px;
    }
    [data-page-id="PatientSafety"][data-page-category="Resources"] #hero>div>article h2 {
        font-size: 50px;
    }
}

@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 {
        margin-top: 69px;
        font-family: "Gotham", sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
    }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
    [data-page-id="VirtualCongress"] #hero>div>article h1 {
        margin-top: 15px;
        font-family: "Gotham", sans-serif;
        font-weight: 500;
        font-size: 55px;
    }
}

@media screen and (min-width: 960px) and (max-width: 1250px) {
    [data-page-id="VirtualCongress"] #hero>div>article h1 {
        margin-top: -4px;
        font-family: "Gotham", sans-serif;
        font-weight: 500;
        font-size: 50px;
    }
}

@media screen and (max-width: 959px) {
    [data-page-id="VirtualCongress"] #hero>div>article h1 strong {
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 26px;
    }
}

@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-weight: 700;
        font-size: 85px;
    }
}

@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-weight: 700;
        font-size: 45px;
    }
}

@media screen and (max-width: 959px) {
    [data-page-id="VirtualCongress"] #hero>div>article h2 {
        margin-top: 68px;
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 15px;
    }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
    [data-page-id="VirtualCongress"] #hero>div>article h2 {
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 51px;
        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-weight: 400;
        font-size: 38px;
        line-height: 40px;
    }
}

@media screen and (max-width: 959px) {
    [data-page-id="VirtualCongress"] #hero>div>article h2 strong {
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 17px;
    }
}

@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-weight: 700;
        font-size: 62px;
    }
}

@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-weight: 700;
        font-size: 44px;
    }
}

[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: #ffffff;
    }
}

@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 {
        width: 145px;
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
    [data-page-category="AccessSupport"].page-content #hero .entyvioconnect-logo {
        position: relative;
        left: 6px;
        width: 270px;
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 374px) {
    [data-page-category="AccessSupport"].page-content #hero .entyvioconnect-logo {
        width: 135px;
        margin-bottom: 5px;
    }
}

[data-page-category="AccessSupport"].page-content #hero div>article h1 {
    margin-bottom: 15px;
    color: #9b288c;
    text-align: left;
    text-transform: uppercase;
    font-family: "Gotham", sans-serif;
    font-weight: 400;
    font-size: 32px;
}

@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 {
    display: inline-block;
    margin-top: 20px;
    color: #9b288c;
}

[data-page-category="AccessSupport"].page-content #hero div>article p {
    font-family: "Gotham", sans-serif;
    font-weight: 400;
    font-size: 20px;
}

[data-page-category="AccessSupport"] .mobile-hero-txt {
    margin-bottom: 25px;
    padding: 0 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-weight: 400;
    font-size: 16px;
}

[data-page-category="AccessSupport"] .mobile-hero-txt p.heading-1 {
    margin-bottom: 15px;
    color: #9b288c;
    text-align: left;
    text-transform: uppercase;
    font-family: "Gotham", sans-serif;
    font-weight: 400;
    font-size: 23px;
}

#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;
    width: 100%;
    margin: auto;
}

@media screen and (max-width: 959px) {
    #indication_bar>div>div {
        max-width: 100%;
        padding: 0 25px;
    }
}

@media screen and (min-width: 960px) and (max-width: 1800px) {
    #indication_bar>div>div {
        max-width: 1366px;
        padding: 0 15px;
    }
}

@media screen and (min-width: 1800px) and (max-width: 9999px) {
    #indication_bar>div>div {
        max-width: 1366px;
        padding: 0 30px;
    }
}

@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;
    -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;
    will-change: max-height;
}

@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;
    z-index: 1;
    top: 3px;
    width: 200vw;
    height: 100%;
    background: #ffffff;
    box-shadow: 0 0 5px 2px rgba(155, 40, 140, 0.08);
}

@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;
    z-index: 3;
    top: 25px;
    border-radius: 100%;
    cursor: pointer;
    transition: all 300ms ease-in-out;
    will-change: border;
}

@media screen and (max-width: 959px) {
    #indication_bar>div>div button#indication_bar_trigger {
        right: 40px;
        width: 19px;
        height: 19px;
        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;
        background: #9b288c;
        transform-origin: 0 0;
    }
    #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 {
        right: 80px;
        width: 34px;
        height: 34px;
        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;
        background: #9b288c;
        transform-origin: 0 0;
    }
    #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;
    transition: all 300ms ease-in-out;
    will-change: width;
}

#indication_bar h3 {
    color: #9b288c;
}

@media screen and (max-width: 959px) {
    #indication_bar h3 {
        padding-right: 70px;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 14px;
    }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
    #indication_bar h3 {
        margin-bottom: 0;
        padding-right: 150px;
        padding-left: 40px;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 16px;
    }
}

#indication_bar p {
    margin-bottom: 15px;
    font-family: "Gotham", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}

#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-weight: 700;
        font-size: 22px;
    }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
    #isi h2,
    #fixed_isi h2 {
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 26px;
    }
}

#isi h3,
#fixed_isi h3 {
    margin-bottom: 4px;
    line-height: 20px;
}

@media screen and (max-width: 959px) {
    #isi h3,
    #fixed_isi h3 {
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 14px;
    }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
    #isi h3,
    #fixed_isi h3 {
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 16px;
    }
}

#isi p,
#fixed_isi p {
    margin-bottom: 20px;
    line-height: 20px;
}

@media screen and (max-width: 959px) {
    #isi p,
    #fixed_isi p {
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 14px;
    }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
    #isi p,
    #fixed_isi p {
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 16px;
    }
}

#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-weight: 700;
        font-size: 14px;
    }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
    #isi a,
    #fixed_isi a {
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 16px;
    }
}

#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;
    margin-bottom: 0;
    padding-left: 10px;
    line-height: 20px;
}

#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-weight: 400;
        font-size: 14px;
    }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
    #isi ul li,
    #fixed_isi ul li {
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 16px;
        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 {
    width: 100%;
    margin: auto;
}

@media screen and (max-width: 959px) {
    #isi {
        max-width: 100%;
        padding: 0 25px;
    }
}

@media screen and (min-width: 960px) and (max-width: 1800px) {
    #isi {
        max-width: 1366px;
        padding: 0 15px;
    }
}

@media screen and (min-width: 1800px) and (max-width: 9999px) {
    #isi {
        max-width: 1366px;
        padding: 0 30px !important;
    }
}

@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 {
    position: fixed;
    z-index: 3;
    bottom: -25vh;
    width: 100%;
    max-width: 100%;
    padding: 0;
    background: #ffffff;
    transition: bottom 300ms ease-in;
}

#fixed_isi.active {
    bottom: -1px;
}

#fixed_isi button.fixed_isi_trigger {
    position: absolute;
    z-index: 3;
    top: 25px;
    border-radius: 100%;
    background: #ffffff;
    cursor: pointer;
    transition: all 300ms ease-in-out;
    will-change: border;
}

@media screen and (max-width: 959px) {
    #fixed_isi button.fixed_isi_trigger {
        right: 40px;
        width: 19px;
        height: 19px;
        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;
        background: #9b288c;
        transform-origin: 0 0;
    }
    #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 {
        top: 6px;
        right: 40px;
        width: 34px;
        height: 34px;
        border: 3px solid #e7cae3;
    }
    #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;
        background: #9b288c;
        transform-origin: 0 0;
    }
    #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 {
    transition: all 300ms ease-in-out;
    will-change: width;
}

#fixed_isi.expanded {
    z-index: 100;
    overflow-y: auto;
    height: 92%;
    padding-bottom: 20px;
}

#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 {
        margin-right: auto;
        margin-bottom: 4px;
        margin-left: auto;
        padding: 11px 0 7px 0;
        line-height: 30px;
    }
    #fixed_isi ul,
    #fixed_isi h3,
    #fixed_isi p {
        margin-right: auto;
        margin-left: 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 {
        max-width: 1366px;
        padding-right: calc(200px + 15px);
        padding-left: calc(75px + 15px);
    }
}

@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 {
        max-width: 1366px;
        padding-right: calc(200px + 30px);
        padding-left: calc(72px + 30px);
    }
}

@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 {
        margin-bottom: 5px;
        padding: 8px 25px;
        font-size: 14px;
    }
    #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 {
    width: 100%;
    margin: auto;
    background: white !important;
}

#references .custom-numbered-list {
    list-style-type: none;
}

#references .custom-numbered-list>li {
    position: relative;
    margin-bottom: 10px;
    counter-increment: custom-counter;
    line-height: 12px;
}

#references .custom-numbered-list>li sup {
    font-size: 0.7em;
}

#references .custom-numbered-list>li a {
    color: #58595b;
}

#references .custom-numbered-list>li::before {
    content: "(" counter(custom-counter) ")";
    position: absolute;
    left: -20px;
    margin-right: 5px;
}

@media screen and (max-width: 959px) {
    #references {
        max-width: 100%;
        padding: 0 25px;
    }
}

@media screen and (min-width: 960px) and (max-width: 1800px) {
    #references {
        max-width: 1366px;
        padding: 0 15px;
    }
}

@media screen and (min-width: 1800px) and (max-width: 9999px) {
    #references {
        max-width: 1366px;
        padding: 0 30px;
    }
}

@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 {
    margin-bottom: 15px;
    color: #9b288c;
    font-family: "Gotham", sans-serif;
    font-weight: 700;
    font-size: 16px;
}

#references ol {
    margin-left: 20px;
}

#references ol li {
    margin-bottom: 4px;
    font-family: "Gotham", sans-serif;
    font-weight: 400;
    font-size: 12px;
}

footer {
    overflow: hidden;
    margin-top: 54px;
    background: #e6e7e8;
}

footer>div>.section {
    width: 100%;
    margin: auto;
}

@media screen and (max-width: 959px) {
    footer>div>.section {
        max-width: 100%;
        padding: 0 25px;
    }
}

@media screen and (min-width: 960px) and (max-width: 1800px) {
    footer>div>.section {
        max-width: 1366px;
        padding: 0 15px;
    }
}

@media screen and (min-width: 1800px) and (max-width: 9999px) {
    footer>div>.section {
        max-width: 1366px;
        padding: 0 30px;
    }
}

@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;
    align-items: flex-start;
    flex-wrap: wrap;
}

@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 {
    color: #9b288c;
    text-decoration: none;
    font-family: "Gotham", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
}

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 {
        display: block;
        width: 125px;
    }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
    footer .takeda-logo {
        flex: 0 0 140px;
        max-width: 140px;
        margin: 32px 50px 0 0;
    }
}

footer .takeda-logo img {
    width: 100%;
}

footer p {
    margin-bottom: 20px;
    font-family: "Gotham", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}

@media screen and (max-width: 959px) {
    footer p [data-float="right"] {
        display: block;
        float: none;
        padding-top: 20px;
    }
}

footer a {
    color: #9b288c;
}

#modal {
    position: fixed;
    z-index: 15;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    align-items: center;
    width: 100vw;
    height: 100%;
}

#modal>strong {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
}

#modal>div {
    position: relative;
    z-index: 2;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    background: #ffffff;
}

@media screen and (max-width: 959px) {
    #modal>div {
        overflow-y: scroll;
        max-width: calc(100% - 25px * 2);
        max-height: calc(100% - 25px * 2);
    }
}

@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;
        background: #9b288c;
        transform-origin: 0 0;
    }
    #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;
        background: #9b288c;
        transform-origin: 0 0;
    }
    #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%;
    color: #9b288c;
    transform: translateY(-50%);
}

@media screen and (max-width: 959px) {
    #modal>div>.close:before {
        left: -34px;
        font-family: "Gotham", sans-serif;
        font-weight: 500;
        font-size: 12px;
    }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
    #modal>div>.close:before {
        left: -44px;
        font-family: "Gotham", sans-serif;
        font-weight: 500;
        font-size: 15px;
    }
}

#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 {
    margin-bottom: 25px;
    color: #9b288c;
    text-align: center;
    font-family: "Gotham", sans-serif;
    font-weight: 400;
    font-size: 25px;
}

@media screen and (max-width: 959px) {
    #modal h2 {
        letter-spacing: -1px;
    }
}

#modal p {
    margin-bottom: 20px;
    text-align: center;
    font-family: "Gotham", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
}

#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;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: none;
    -webkit-appearance: none;
    appearance: none;
}

.video-js {
    width: 870px;
    height: 489px;
    margin: auto;
    background-color: transparent;
}

.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) {
    -webkit-transform: none;
    -ms-transform: none;
    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="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: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 25%;
    max-width: 72px;
    height: 100%;
    background-image: url(../images/icons/icon-video-play.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

[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 {
    margin: 12px 0;
    font-family: "Gotham", sans-serif;
    font-weight: 700;
    font-size: 18px;
}

[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 {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 28px;
    font-family: "Gotham", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    cursor: pointer;
}

[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 {
    position: absolute;
    top: -2px;
    left: 0;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    background: #ffffff;
}

[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: "";
    position: absolute;
    top: 10px;
    left: 6px;
    width: 10px;
    height: 2px;
    background: #9a258d;
}

[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: "";
    position: absolute;
    top: 10px;
    left: 6px;
    width: 10px;
    height: 2px;
    background: #9a258d;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

[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 {
    overflow: hidden;
    max-height: 0;
    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-weight: 400;
    font-size: 16px;
}

[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-weight: 700;
    font-size: 14px;
}

[data-page-id="PeerPerspective"][data-page-category="Resources"] #video-gallery .gallery-item .bottom-content .synopsis .doctors p em {
    font-family: "Gotham", sans-serif;
    font-weight: 400;
    font-size: 14px;
}

[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: #eeeeee;
}

[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 {
    color: #58595b;
    font-family: "Gotham", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

[data-page-id="PeerPerspective"][data-page-category="Resources"] #video-gallery .gallery-item .bottom-content .transcript p strong {
    font-family: "Gotham", sans-serif;
    font-weight: 700;
    font-size: 16px;
}

[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 {
    overflow: scroll;
    overflow-x: hidden;
    max-height: 250px;
}

[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 {
        width: 40%;
        min-width: 420px;
        margin-bottom: 24px;
    }
    [data-page-id="PeerPerspective"][data-page-category="Resources"] #video-gallery #video-gallery-desktop .desktop-video-selector {
        display: flex;
        flex-direction: column;
        height: fit-content;
        min-height: 420px;
        padding: 24px 20px;
        background: white;
    }
    [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 {
        position: relative;
        max-width: 170px;
    }
    [data-page-id="PeerPerspective"][data-page-category="Resources"] #video-gallery #video-gallery-desktop .desktop-video-selector .video-selector .thumb:before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: 25%;
        max-width: 72px;
        height: 100%;
        background-image: url(../images/icons/icon-video-play.svg);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    [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 {
        margin-left: 20px;
        padding: 5px 0;
    }
    [data-page-id="PeerPerspective"][data-page-category="Resources"] #video-gallery #video-gallery-desktop .desktop-video-selector .video-selector .content p.item-title {
        margin: 0;
        color: #9b288c;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 18px;
    }
    [data-page-id="PeerPerspective"][data-page-category="Resources"] #video-gallery #video-gallery-desktop .desktop-video-selector .video-selector .content p.item-synopsis {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        margin-bottom: 0;
        color: #58595b;
        white-space: break-spaces;
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 14px;
        -webkit-line-clamp: 3;
    }
    [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-weight: 400;
        font-size: 10px;
    }
}

@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;
    transition: all 300ms ease-in-out;
    will-change: background;
}

.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;
    display: block;
    width: 100%;
    padding: 10px 56px 10px 20px;
    color: #9b288c;
    text-align: left;
    text-transform: uppercase;
    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;
    background: #9b288c;
    transform-origin: 0 0;
}

.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-weight: 400;
        font-size: 22px;
    }
    .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-weight: 400;
        font-size: 30px;
    }
    .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-weight: 400;
        font-size: 14px;
        line-height: 18px;
    }
    .accordion [aria-hidden] figure figcaption,
    .accordion [aria-hidden] .to_footnote p {
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 10px;
    }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
    .accordion [aria-hidden] p {
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 16px;
        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 {
    content: "" counter(ListCounter) ". ";
    position: absolute;
}

@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;
    user-select: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    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;
    top: 0;
    left: 0;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[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;
    z-index: 2;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.carousel .carousel-video-container .video-player .poster-image {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
}

.carousel .carousel-video-container .video-player .play-button {
    position: absolute;
    z-index: 1;
    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;
    z-index: 2;
    width: 400px;
    margin-left: 65px;
}

@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: #000000;
}

@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: #ffffff;
}

.carousel .carousel-video-container .video-player .content h3 {
    margin-bottom: 15px;
    font-family: "Gotham", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.carousel .carousel-video-container .video-player .content h3 strong {
    display: block;
    font-family: "Gotham", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 16px;
}

.carousel .carousel-video-container .video-player .content h2 {
    margin-bottom: 15px;
    font-family: "Gotham", sans-serif;
    font-weight: 700;
    font-size: 22px;
}

.carousel .carousel-video-container .video-player .content p {
    margin: 0;
    font-family: "Gotham", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.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: #ffffff;
    }
}

.carousel .carousel-video-controller .slick-track {
    display: flex;
}

.carousel .carousel-video-controller .slick-track .slick-slide {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 0 15px;
}

.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 {
        margin-top: 88px;
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 16px;
    }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
    [data-page-id="DosingAdministration"] #hero>div>article h2 {
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 51px;
        line-height: 65px;
        /* margin-top: 60px; */
    }
}

@media screen and (min-width: 960px) and (max-width: 1250px) {
    [data-page-id="DosingAdministration"] #hero>div>article h2 {
        margin-top: 10px;
        padding-right: 40px;
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 39px;
        line-height: 48px;
    }
}

@media screen and (max-width: 959px) {
    [data-page-id="DosingAdministration"] #hero>div>article h2 strong {
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 17px;
    }
}

@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-weight: 700;
        font-size: 58px;
    }
}

@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-weight: 700;
        font-size: 41px;
    }
}

@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%;
    width: 20px;
    height: 35px;
    background: url(../images/icons/carousel-brand-arrow.svg) top right no-repeat;
    background-size: 100% auto;
    transform: translateY(-50%);
}

.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 {
    margin-bottom: 15px;
    font-family: "Gotham", sans-serif;
    font-weight: 400;
    font-style: oblique;
    font-size: 14px;
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
    .carousel .carousel-video-controller figcaption {
        padding-top: 30px;
    }
}

.carousel .carousel-video-controller h3 {
    margin-bottom: 15px;
    font-family: "Gotham", sans-serif;
    font-weight: 700;
    font-size: 16px;
}

.carousel .carousel-video-controller p {
    margin-bottom: 15px;
    font-family: "Gotham", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.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-align: center;
    text-decoration: none;
    text-transform: uppercase;
    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-weight: 800;
        font-size: 25px;
    }
}

@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-weight: 800;
        font-size: 30px;
    }
}

@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] {
    min-height: 60px;
    text-transform: uppercase;
    font-family: "Gotham", sans-serif;
    font-weight: 700;
    font-size: 16px;
}

.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"] {
    background: #9b288c;
    color: #ffffff;
}

.tabs[data-tab-type="secondary"] [role="tablist"] [aria-selected="false"] {
    color: #9b288c;
}

.interior-bottom-cta .cta {
    text-align: center;
}

.interior-bottom-cta .cta p {
    margin-bottom: 0;
    color: #ffffff;
    font-family: "Gotham", sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.2;
}

.interior-bottom-cta .cta span {
    font-family: "Gotham", sans-serif;
    font-weight: 400;
    font-size: 22px;
    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-weight: 400;
        font-size: 10px;
    }
    .interior-bottom-cta .cta-container .cta p.footnote sup {
        top: -4px;
        font-size: 9px;
    }
    .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%;
        width: 92%;
        height: 2px;
        transform: translateX(-50%);
    }
    .interior-bottom-cta .cta-container .cta .generic {
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 18px;
    }
}

@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-weight: 400;
        font-size: 12px;
    }
    .interior-bottom-cta .cta p.footnote sup {
        top: -4px;
        font-size: 9px;
    }
    .interior-bottom-cta .cta p sup {
        top: -10px;
        font-size: 14px;
    }
    .interior-bottom-cta .cta.cta-1:after {
        top: 50%;
        right: 0;
        width: 2px;
        height: 67%;
        transform: translateY(-50%);
    }
    .interior-bottom-cta .cta .generic {
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 16px;
    }
}

.move-ahead h2 {
    padding-top: 25px;
    color: #9b288c;
    text-align: center;
}

.move-ahead .anchor-link-container {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.move-ahead .anchor-link-container a {
    position: relative;
    display: block;
    overflow: hidden;
    color: #9b288c;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
}

.move-ahead .anchor-link-container a:after {
    content: "\00BB";
    position: absolute;
    left: 50%;
    font-family: "Gotham", sans-serif;
    font-weight: 400;
    font-size: 28px;
    opacity: 1;
    transition: margin 200ms ease-in;
    transform: translateX(-50%) rotate(90deg);
    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 {
        margin-bottom: 0;
        padding-bottom: 60px;
        font-size: 20px;
        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;
        z-index: 10;
        top: 0;
        left: 0;
        width: 100%;
        background: #ffffff;
        box-shadow: 0 0 5px 2px rgba(155, 40, 140, 0.25);
        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 {
        overflow: hidden;
        height: 0;
        padding: 0;
    }
    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 {
    position: fixed;
    z-index: 5;
    top: 70%;
    right: -300px;
    border-right: none;
    font-family: "Gotham", sans-serif;
    font-weight: 700;
    font-size: 16px;
    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 {
    content: "\00BB";
    position: absolute;
    display: block;
    color: #9b288c;
    transform: rotate(270deg);
}

@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 {
    margin-bottom: 15px;
    color: #9b288c;
    font-family: "Gotham", sans-serif;
    font-weight: 700;
    font-size: 16px;
}

#map .info-window address p {
    margin: 0;
    font-family: "Gotham", sans-serif;
    font-weight: 400;
    font-size: 12px;
    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;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 4px;
    background: url("../images/icons/globe.svg") 0 0 no-repeat;
    background-size: 12px auto;
}

#map .info-window .time {
    margin: 8px 0;
    font-family: "Gotham", sans-serif;
    font-weight: 400;
    font-size: 12px;
}

#map .info-window .time .closed {
    color: #9b288c;
    font-family: "Gotham", sans-serif;
    font-weight: 500;
    font-size: 12px;
}

#map .info-window .time .closed:before {
    content: "";
    position: relative;
    top: 2px;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 4px;
    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-weight: 400;
    font-size: 10px;
    line-height: 20px;
}

#map .info-window .hours span {
    font-family: "Gotham", sans-serif;
    font-weight: 700;
    font-size: 10px;
}

#map .info-window .btn {
    margin: 15px 0;
    padding: 15px 30px;
    font-family: "Gotham", sans-serif;
    font-weight: 700;
    font-size: 12px;
}

#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: #ffffff;
}

[data-page-id="Home"] #first_section {
    background-color: #ffffff;
}

[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;
    z-index: 2;
    bottom: 0;
}

[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 {
    color: #9b288c;
    text-transform: uppercase;
    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 {
    display: block;
    color: #58595b;
}

[data-page-id="Home"] .page-content #pillars .safety h2 {
    margin-top: 10px;
}

[data-page-id="Home"] .page-content #pillars h3 {
    margin-bottom: 15px;
    font-family: "Gotham", sans-serif;
    font-weight: 500;
    font-size: 14px;
}

[data-page-id="Home"] .page-content #pillars p {
    margin-bottom: 15px;
    font-family: "Gotham", sans-serif;
    font-weight: 400;
    font-size: 14px;
}

@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 {
        color: #9b288c;
        text-transform: uppercase;
        letter-spacing: -1px;
        font-family: "Knockout", sans-serif;
        font-weight: 700;
        font-size: 42px;
    }
}

@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;
        text-transform: lowercase;
        letter-spacing: 0;
        font-weight: 400;
        font-style: normal;
        font-size: 21px;
    }
}

@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 {
        flex-direction: column;
        padding: 0;
    }
    [data-page-id="Home"] .page-content #pillars .selectivity,
    [data-page-id="Home"] .page-content #pillars .remission,
    [data-page-id="Home"] .page-content #pillars .safety {
        min-height: 457px;
        padding: 0 25px;
    }
    [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 {
        width: 250px;
        padding: 50px 0 0 0;
    }
}

@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;
        position: relative;
        z-index: 3;
        left: 50%;
        width: 61px;
        height: 61px;
        margin: -15px 0;
        border-radius: 100%;
        background: #ffcb03;
        color: #9b288c;
        text-align: center;
        text-transform: uppercase;
        font-family: "Gotham", sans-serif;
        font-weight: 500;
        font-style: italic;
        font-size: 20px;
        line-height: 61px;
        transform: translateX(-50%);
    }
}

@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 {
        margin-bottom: 15px;
        font-family: "Knockout", sans-serif;
        font-weight: 700;
        font-size: 57px;
        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-weight: 200;
        font-size: 36px;
    }
    [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 {
        display: flex;
        align-items: center;
        margin-top: 25px;
        margin-bottom: 55px;
        color: #9b288c;
        text-transform: uppercase;
        font-family: "Knockout", sans-serif;
        font-weight: 700;
        font-size: 72px;
    }
    [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 {
        position: absolute;
        bottom: -23px;
        left: 0;
        text-transform: lowercase;
        font-family: "Knockout", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 36px;
    }
    [data-page-id="Home"] .page-content #pillars {
        margin: 40px 0 20px 0;
    }
    [data-page-id="Home"] .page-content #pillars>article {
        justify-content: space-between;
        padding: 0 23px;
    }
    [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);
        min-height: 560px;
        box-shadow: 5px 5px 5px 0 rgba(155, 40, 140, 0.08);
    }
    [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 {
        min-height: 430px;
        padding: 95px 0 0 25px;
    }
}

@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 {
        min-height: 0;
        padding-top: 40px;
    }
}

@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;
        position: absolute;
        z-index: 3;
        top: 50%;
        left: calc(33.33333% - 30px);
        flex: 0 0 61px;
        width: 61px;
        max-width: 61px;
        height: 61px;
        border-radius: 100%;
        background: #ffcb03;
        color: #9b288c;
        text-align: center;
        text-transform: uppercase;
        font-family: "Gotham", sans-serif;
        font-weight: 500;
        font-style: italic;
        font-size: 20px;
        line-height: 61px;
        transform: translateY(-50%);
    }
}

@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 {
        display: flex;
        margin: 0 0 0 25px;
    }
}

@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 {
        margin-bottom: 15px;
        font-family: "Knockout", sans-serif;
        font-weight: 700;
        font-size: 72px;
        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-weight: 700;
        font-size: 56px;
        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-weight: 200;
        font-size: 45px;
    }
}

@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-weight: 200;
        font-size: 36px;
    }
}

@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 {
        margin-bottom: 15px;
        padding-right: 100px;
    }
    [data-page-id="Home"] .page-content #pillars p {
        margin-bottom: 15px;
        padding-right: 160px;
    }
}

@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"] .flexibility,
[data-page-id="Home"] .endoscopic {
    position: relative;
    height: 100%;
}

[data-page-id="Home"] .flexibility img,
[data-page-id="Home"] .endoscopic img {
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
}

[data-page-id="Home"] .endoscopic a.btn.btn-primary,
[data-page-id="Home"] .flexibility a.btn.btn-primary {
    position: absolute;
    bottom: 30px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
}

[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 {
    z-index: 1;
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

[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 {
    color: #ffffff;
    text-transform: uppercase;
}

[data-page-id="Home"] .head-to-head h2 .knockout-29 {
    display: block;
    font-size: 40px;
    line-height: 32px;
}

[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-29 sup {
    position: relative;
    top: -10px;
    font-size: 16px;
}

[data-page-id="Home"] .head-to-head h2 .knockout-49 {
    display: block;
    letter-spacing: -1px;
    line-height: 85px;
}

[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: #ffffff;
    text-transform: uppercase;
}

[data-page-id="Home"] .head-to-head .entyvio-vs-humira h3 em {
    display: block;
    text-transform: lowercase;
    font-style: normal;
}

[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: #ffffff;
}

[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: #ffffff;
}

[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: none;
}

[data-page-id="Home"] .first-line-biologic h3 {
    position: relative;
    font-family: "Gotham", sans-serif;
    font-weight: 500;
    font-size: 12px;
}

[data-page-id="Home"] .first-line-biologic h3 sup {
    font-family: "Knockout", sans-serif;
    font-weight: 200;
    font-size: inherit;
}

[data-page-id="Home"] .first-line-biologic h3 sup span {
    position: relative;
    top: 7px;
    font-size: 23px;
    line-height: 0;
}

[data-page-id="Home"] .first-line-biologic .legal {
    margin-top: 0;
    font-family: "Gotham", sans-serif;
    font-weight: 500;
    font-size: 14px;
}

[data-page-id="Home"] .first-line-biologic .legal p {
    position: relative;
    padding: 0 80px;
    color: #58595b;
}

[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;
    min-height: 980px;
    background: url(../images/backgrounds/homepage-milestones-bg.png) 0 0 no-repeat;
    background-size: cover;
    text-align: center;
}

[data-page-id="Home"] .milestones h2 {
    position: relative;
    color: #ffffff;
    text-transform: none;
}

[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 {
    margin: 0;
    color: #9b288c;
    text-align: left;
    font-family: "Gotham", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

[data-page-id="Home"] .milestones .icon-list .icon-item p span {
    text-transform: uppercase;
    font-family: "Knockout", sans-serif;
    font-size: 26px;
}

[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;
    color: #9b288c;
    text-align: left;
    font-family: "Gotham", sans-serif;
    font-weight: 500;
    font-size: 14px;
}

[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-weight: 200;
        font-size: 24px;
        line-height: 24px;
    }
    [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 {
        position: relative;
        display: inline-flex;
        align-items: center;
        font-family: "Knockout", sans-serif;
        font-weight: 700;
        font-size: 55px;
        line-height: 44px;
    }
    [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 {
        position: relative;
        top: 2px;
        font-family: "Gotham", sans-serif;
        font-weight: 500;
        font-size: 36px;
    }
    [data-page-id="Home"] .head-to-head .entyvio-vs-humira {
        padding: 0 10px;
    }
}

@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-weight: 500;
        font-size: 21px;
        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-weight: 500;
        font-size: 12px;
    }
    [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] {
        position: relative;
        width: 28px;
        height: 28px;
        margin: -6px 12px 0 12px;
        padding-top: 1px;
        padding-right: 2px;
        border-radius: 100%;
        background: #ffcb03;
        color: #9b288c;
        text-align: center;
        text-transform: uppercase;
        font-family: "Gotham", sans-serif;
        font-weight: 500;
        font-style: italic;
        font-size: 10px;
        line-height: 28px;
    }
}

@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: 10px 0 10px 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 {
        margin-bottom: 20px;
        font-family: "Knockout", sans-serif;
        font-weight: 200;
        font-size: 28px;
        line-height: 32px;
    }
    [data-page-id="Home"] .first-line-biologic h2 strong {
        display: block;
        font-family: "Knockout", sans-serif;
        font-weight: 700;
        font-size: 36px;
    }
    [data-page-id="Home"] .first-line-biologic h2 sup {
        top: -12px;
        font-size: 17px;
    }
    [data-page-id="Home"] .first-line-biologic h3 {
        position: relative;
        margin-bottom: 20px;
        font-family: "Gotham", sans-serif;
        font-weight: 500;
        font-size: 12px;
    }
    [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;
        padding: 0;
        line-height: 12px;
    }
    [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 {
        height: 980px;
        min-height: 100%;
        padding: 32px 25px 0 25px;
    }
    [data-page-id="Home"] .milestones h2 {
        margin-bottom: 26px;
        font-family: "Knockout", sans-serif;
        font-weight: 200;
        font-size: 40px;
        line-height: 44px;
    }
    [data-page-id="Home"] .milestones h2 strong {
        font-family: "Knockout", sans-serif;
        font-weight: 700;
        font-size: 40px;
    }
    [data-page-id="Home"] .milestones h2 sup {
        top: -1rem;
        font-size: 1rem;
    }
    [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;
        flex: 0 0 37px;
        width: 37px;
        max-width: 37px;
        height: 37px;
        margin-right: 15px;
        border-radius: 100%;
        background: #ffcb03;
        color: #9b288c;
        text-align: center;
        text-transform: uppercase;
        font-family: "Gotham", sans-serif;
        font-weight: 500;
        font-style: italic;
        font-size: 24px;
        line-height: 37px;
    }
    [data-page-id="Home"] .milestones .info>div p {
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
    }
    [data-page-id="Home"] .milestones .info>div p strong {
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: inherit;
    }
    [data-page-id="Home"] .milestones .btn-wrapper>p {
        margin-right: 12px;
    }
    [data-page-id="Home"] .milestones .btn-wrapper>p .btn {
        padding: 20px;
    }
    [data-page-id="Home"] .video iframe {
        margin-bottom: 25px;
    }
    [data-page-id="Home"] .endoscopic a.btn.btn-primary,
    [data-page-id="Home"] .flexibility a.btn.btn-primary {
        width: 292px;
    }
}

@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-weight: 400;
        font-size: 10px;
        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-weight: 400;
        font-size: 12px;
    }
    [data-page-id="Home"] section.one-million-patients {
        margin-top: 25px;
    }
    [data-page-id="Home"] section.one-million-patients h3 {
        font-size: 20px !important;
    }
}

@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 {
        min-height: 50%;
        margin-bottom: 25px;
        padding: 30px 25px 0 25px;
    }
}

@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) {
    [data-page-id="Home"] .head-to-head h2 .knockout-29 {
        font-family: "Knockout", sans-serif;
        font-weight: 200;
        font-size: 40px;
        line-height: 32px;
    }
    [data-page-id="Home"] .head-to-head h2 .knockout-29 sup {
        top: -12px;
        font-size: 16px;
    }
    [data-page-id="Home"] .head-to-head h2 .knockout-49 {
        position: relative;
        display: inline-flex;
        align-items: center;
        font-family: "Knockout", sans-serif;
        font-weight: 700;
        font-size: 80px;
        line-height: 70px;
    }
}

@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: -20px;
        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 {
        position: relative;
        top: 6px;
        font-family: "Gotham", sans-serif;
        font-weight: 500;
        font-size: 70px;
    }
}

@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 {
        justify-content: center;
        margin-top: 40px;
        padding: 0 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 .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: "Knockout", sans-serif;
        font-weight: 700;
        font-size: 60px;
        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-weight: 400;
        font-size: 20px;
    }
    [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] {
        position: relative;
        width: 30px;
        height: 30px;
        margin: 15px 32px 0 32px;
        padding-top: 1px;
        border-radius: 100%;
        background: #ffcb03;
        color: #9b288c;
        text-align: center;
        text-transform: uppercase;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-style: normal !important;
        font-size: 16px;
        line-height: 30px;
    }
}

@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;
        width: 50%;
        padding: 15px 20px 20px 20px;
        text-align: left;
    }
}

@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 10px 25px;
    }
    [data-page-id="Home"] .first-line-biologic {
        margin-bottom: 20px;
        padding: 20px 12px 20px 32px;
    }
    [data-page-id="Home"] .first-line-biologic h2 {
        margin-bottom: 20px;
        font-family: "Knockout", sans-serif;
        font-weight: 200;
        font-size: 51px;
        line-height: 52px;
    }
    [data-page-id="Home"] .first-line-biologic h2 strong {
        font-family: "Knockout", sans-serif;
        font-weight: 700;
        font-size: 50px;
    }
    [data-page-id="Home"] .first-line-biologic h2 sup {
        top: -18px;
        font-size: 20px;
    }
    [data-page-id="Home"] .first-line-biologic h3 {
        position: relative;
        margin-bottom: 20px;
        font-family: "Gotham", sans-serif;
        font-weight: 500;
        font-size: 16px;
    }
    [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 {
        height: 980px;
        min-height: 100%;
        padding: 32px 25px 0 25px;
    }
    [data-page-id="Home"] .milestones h2 {
        margin-bottom: 30px;
        font-family: "Knockout", sans-serif;
        font-weight: 200;
        font-size: 50px;
        line-height: 52px;
    }
    [data-page-id="Home"] .milestones h2 strong {
        font-family: "Knockout", sans-serif;
        font-weight: 700;
        font-size: 50px;
    }
    [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;
        width: 37px;
        height: 37px;
        margin-bottom: 10px;
        border-radius: 100%;
        background: #ffcb03;
        color: #9b288c;
        text-align: center;
        text-transform: uppercase;
        font-family: "Gotham", sans-serif;
        font-weight: 500;
        font-style: italic;
        font-size: 24px;
        line-height: 37px;
    }
    [data-page-id="Home"] .milestones .info>div p {
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
    }
    [data-page-id="Home"] .milestones .info>div p strong {
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: inherit;
    }
    [data-page-id="Home"] .milestones .btn-wrapper {
        display: flex;
    }
    [data-page-id="Home"] .milestones .btn-wrapper>p {
        flex: 0 0 210px;
        max-width: 210px;
        margin-right: 12px;
    }
    [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 {
        height: 26vw;
        max-height: 350px;
    }
}

@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 {
        position: relative;
        z-index: 1;
        top: 187px;
        left: 0;
        width: 100%;
        max-width: 100%;
    }
}

@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;
        width: 100%;
        max-width: 1366px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 959px) {
    [data-page-id="Home"] #hero {
        margin-top: 202px;
    }
}

@media screen and (max-width: 959px) and (min-width: 0) 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 {
        display: none;
        visibility: hidden;
        height: 0;
    }
}

@-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;
    z-index: 1;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}

@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;
    z-index: 1;
    color: #ffffff;
    text-align: center;
    font-style: italic;
}

@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-weight: 500;
        font-size: 14px;
    }
}

@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-weight: 500;
        font-size: 22px;
    }
}

[data-page-id="Error_404"] #first_section,
[data-page-id="Error_500"] #first_section {
    background: #ffffff;
}

@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 {
        left: 0;
        width: 100%;
        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 {
        width: 100%;
        margin-top: 88px;
        margin-bottom: 100px;
    }
    [data-page-id="Error_404"] .main-container,
    [data-page-id="Error_500"] .main-container {
        margin: 0 50px;
        padding: 50px;
        background: #ffffff;
    }
    [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;
    z-index: 1;
    color: #ffffff;
    text-align: center;
}

@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 {
    display: inline-block;
    color: #9b288c;
    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: #ffffff;
    }
    [data-page-id="Sitemap"] .top-container ul>li>a {
        margin-bottom: 30px;
        font-family: "Knockout", sans-serif;
        font-weight: 400;
        font-size: 25px;
    }
    [data-page-id="Sitemap"] .top-container ul>li>ul a {
        margin-bottom: 10px;
        font-family: "Gotham", sans-serif;
        font-weight: 500;
        font-size: 14px;
    }
    [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-weight: 500;
        font-size: 14px;
    }
}

@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 {
        left: 0;
        width: 100%;
        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 {
        width: 100%;
        margin-top: 88px;
        margin-bottom: 100px;
    }
    [data-page-id="Sitemap"] .main-container {
        margin: 0 50px;
        padding: 50px;
        background: #ffffff;
    }
    [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 {
        margin-bottom: 30px;
        font-family: "Knockout", sans-serif;
        font-weight: 400;
        font-size: 30px;
    }
    [data-page-id="Sitemap"] .top-container ul>li>ul a {
        margin-bottom: 10px;
        font-family: "Gotham", sans-serif;
        font-weight: 500;
        font-size: 16px;
    }
    [data-page-id="Sitemap"] .bottom-container ul a {
        font-family: "Gotham", sans-serif;
        font-weight: 500;
        font-size: 16px;
    }
}

[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;
}

[data-page-id="cdstVideo"] .video-js {
    width: 100% !important;
    height: auto;
}

[data-page-id="cdstVideo"] .body-content article {
    display: flex;
    gap: 40px;
    flex-wrap: nowrap;
}

[data-page-id="cdstVideo"] .body-content article .gallery-item {
    flex: 0 0 48%;
}

@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: 40px;
    font-weight: 700;
    padding-top: 64px;
    line-height: 40px;
    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;
  }

  [data-page-id="cdstVideo"] .body-content article {
    flex-wrap: wrap;
    flex-direction: column;
  }

  [data-page-id="cdstVideo"] .body-content article .gallery-item {
    flex: 1 1 100%;
  }
}
@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: 100px;
      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: #ffffff;
}

[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-weight: 700;
        font-size: 24px;
    }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
    [data-page-category="AccessSupport"] h2.primary {
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 30px;
    }
}

[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-weight: 700;
        font-size: 22px;
    }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
    [data-page-category="AccessSupport"] h2.teritary {
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 32px;
    }
}

@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 {
    width: 100%;
    margin: auto;
}

@media screen and (max-width: 959px) {
    [data-page-category="AccessSupport"] .navigation-wrapper>section {
        max-width: 100%;
        padding: 0 25px;
    }
}

@media screen and (min-width: 960px) and (max-width: 1800px) {
    [data-page-category="AccessSupport"] .navigation-wrapper>section {
        max-width: 1366px;
        padding: 0 90px;
    }
    [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 {
        max-width: 1366px;
        padding: 0 90px;
    }
    [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: #ffffff;
}

@media screen and (max-width: 959px) {
    [data-page-category="AccessSupport"] .navigation-wrapper h2 {
        margin-bottom: 24px;
        font-family: "Gotham", sans-serif;
        font-weight: 500;
        font-size: 16px;
    }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
    [data-page-category="AccessSupport"] .navigation-wrapper h2 {
        margin-bottom: 30px;
        font-family: "Gotham", sans-serif;
        font-weight: 500;
        font-size: 24px;
    }
}

[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 {
        margin-top: 35px;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 22px;
    }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
    [data-page-category="AccessSupport"] .navigation-wrapper h2 strong {
        margin-top: 35px;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 43px;
    }
}

[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: #ffffff;
}

@media screen and (max-width: 959px) {
    [data-page-category="AccessSupport"] .navigation-wrapper .subheading p {
        margin-top: 24px;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 16px;
    }
}

@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-weight: 700;
        font-size: 22px;
    }
}

[data-page-category="AccessSupport"] .navigation-wrapper .offer-support-link {
    position: relative;
    color: #ffffff;
    text-decoration: none;
}

[data-page-category="AccessSupport"] .navigation-wrapper .offer-support-link:after {
    content: "";
    position: relative;
    bottom: -2px;
    display: inline-block;
    width: 17px;
    height: 17px;
    padding-left: 18px;
    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 {
    width: 100%;
    margin: auto;
}

@media screen and (max-width: 959px) {
    [data-page-category="AccessSupport"] #first_section>div.section {
        max-width: 100%;
        padding: 0 25px;
    }
}

@media screen and (min-width: 960px) and (max-width: 1800px) {
    [data-page-category="AccessSupport"] #first_section>div.section {
        max-width: 1366px;
        padding: 0 90px;
    }
}

@media screen and (min-width: 1800px) and (max-width: 9999px) {
    [data-page-category="AccessSupport"] #first_section>div.section {
        max-width: 1366px;
        padding: 0 90px;
    }
}

[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-weight: 400;
    font-size: 16px;
}

[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 {
        margin-bottom: 10px;
        font-size: 16px;
    }
}

@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 {
        margin-bottom: 10px;
        font-size: 22px;
        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 {
    position: relative;
    text-align: center;
}

[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 {
        top: 53%;
        width: 90%;
    }
}

[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 {
    color: #9b288c;
    font-family: "Gotham", sans-serif;
    font-weight: 700;
    font-size: 24px;
}

@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 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    color: #9b288c;
}

@media screen and (max-width: 959px) {
    [data-page-category="AccessSupport"] #first_section #FormsResources h3 {
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 24px;
    }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
    [data-page-category="AccessSupport"] #first_section #FormsResources h3 {
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 30px;
    }
}

[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-weight: 400;
        font-size: 22px;
    }
}

[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 {
        margin-bottom: 0;
        padding: 0 15px;
        font-size: 14px;
    }
}

[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 {
        margin-bottom: 25px;
        padding: 0;
        font-size: 20px;
        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;
    flex-wrap: wrap;
    justify-content: space-between;
}

[data-page-category="AccessSupport"] #first_section #affordability_download .download-section h3 {
    color: #9b288c;
    font-family: "Gotham", sans-serif;
    font-weight: 700;
    font-size: 30px;
}

@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 {
    margin-bottom: 25px;
    color: #9b288c;
    font-family: "Gotham", sans-serif;
    font-weight: 400;
    font-size: 22px;
}

@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 {
        order: 2;
        margin-top: 25px;
    }
    [data-page-category="AccessSupport"] #first_section #affordability_download .download-section h3 {
        font-size: 24px;
    }
    [data-page-category="AccessSupport"] #first_section #affordability_download #entyvioconnect_contact {
        order: 1;
        padding: 10px;
        border: 1px solid #898a8c;
        border-top: 0;
        background: #f4e8f3;
    }
    [data-page-category="AccessSupport"] #first_section #affordability_download #entyvioconnect_contact>div {
        padding: 25px;
        background: #ffffff;
    }
}

[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 {
    color: #58595b;
    font-family: "Gotham", sans-serif;
    font-weight: 700;
    font-size: 16px;
}

@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;
    background: #ffffff;
    text-align: center;
}

[data-page-category="AccessSupport"] #first_section #entyvioconnect_contact img {
    width: 80px;
    margin-bottom: 28px;
}

[data-page-category="AccessSupport"] #first_section #entyvioconnect_contact p {
    color: #9b288c;
    font-family: "Gotham", sans-serif;
    font-weight: 700;
    font-size: 16px;
}

@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 {
    display: block;
    margin-top: 10px;
    color: #58595b;
    font-family: "Gotham", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

@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 {
    width: 100%;
    margin: 50px 0 80px 0;
    padding: 40px;
    border: 1px solid #8d898d;
    background: #f4e8f3;
    text-align: center;
}

[data-page-category="AccessSupport"] #first_section .contact-purple-bg h3,
[data-page-category="AccessSupport"] #first_section .contact-purple-bg a {
    color: #9b288c;
    font-family: "Gotham", sans-serif;
    font-weight: 700;
    font-size: 22px;
}

[data-page-category="AccessSupport"] #first_section [data-icon] {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 36px;
    margin-bottom: 25px;
}

[data-page-category="AccessSupport"] #first_section [data-icon] a {
    display: inline-block;
    padding-left: 50px;
    color: #9b288c;
    text-decoration: none;
    font-family: "Gotham", sans-serif;
    font-weight: 700;
    font-size: 16px;
}

[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 {
        font-size: 10px;
        line-height: 14px;
    }
    [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: #ffffff;
}

[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-weight: 500;
    font-size: inherit;
}

[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: #ffffff;
}

[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 {
    background: #f4e8f3;
    color: #9b288c;
}

[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 {
    color: #58595b;
    font-family: "Gotham", sans-serif;
    font-weight: 400;
    font-size: inherit;
}

[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: #ffffff;
}

[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: #ffffff;
}

[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 {
    padding: 0 20px 10px 20px;
    font-family: "Gotham", sans-serif;
    font-weight: 500;
    font-size: inherit;
}

[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 {
    margin-bottom: 0;
    font-size: 14px;
}

[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 {
    top: -4px;
    vertical-align: bottom;
}

[data-page-category="ClinicalEfficacy"] #third_section .inner-container h3 {
    color: #9b288c;
    text-align: center;
}

[data-page-category="ClinicalEfficacy"] #third_section .inner-container .copy-container .gotham-medium {
    margin-bottom: 0;
    padding-bottom: 5px;
    font-family: "Gotham", sans-serif;
    font-weight: 500;
    font-size: 12px;
}

@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-weight: 700;
        font-size: 14px;
    }
}

[data-page-category="ClinicalEfficacy"] #third_section .inner-container .copy-container .gotham-medium sup {
    top: -4px;
    font-size: 10px;
}

[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 {
    padding-bottom: 5px;
    line-height: 14px;
}

[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;
    border: 1px solid #abadb3;
}

[data-page-category="ClinicalEfficacy"] #third_section .clinical-response-rates .figure-container figcaption {
    background-color: #f4e8f3;
    color: #9b288c;
    text-align: center;
}

[data-page-category="ClinicalEfficacy"] #third_section .clinical-response-rates .figure-container .figcaption {
    background-color: #f4e8f3;
    color: #9b288c;
    text-align: center;
}

[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 {
    margin-bottom: 10px;
    font-family: "Gotham", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}

[data-page-category="ClinicalEfficacy"] #third_section .clinical-response-rates .copy-container .body-copy sup {
    top: -3px;
    font-size: 10px;
}

[data-page-category="ClinicalEfficacy"] #third_section .clinical-response-rates .copy-container .bottom-text {
    color: #9b288c;
    font-weight: bold;
    font-size: 14px;
}

[data-page-category="ClinicalEfficacy"] #third_section .cd-trials .copy-container h3 {
    margin-bottom: 10px;
    color: #9b288c;
}

[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 {
    padding: 0;
    border: 1px solid #abadb3;
}

[data-page-category="ClinicalEfficacy"] #third_section .cd-trials .figure-container img {
    width: 100%;
    margin: 0;
}

[data-page-category="ClinicalEfficacy"] #third_section .cd-trials .figure-container figcaption {
    border-bottom: 1px solid #abadb3;
    background-color: #f4e8f3;
    color: #9b288c;
    text-align: left;
}

[data-page-category="ClinicalEfficacy"] #third_section .cd-trials .trial-description {
    color: #ffffff;
}

[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 {
    margin-bottom: 15px;
    padding-bottom: 0;
}

[data-page-category="ClinicalEfficacy"] #third_section .study-design .trial-description {
    margin-bottom: 25px;
    color: #ffffff;
}

[data-page-category="ClinicalEfficacy"] #third_section .study-design .copy-container ul li {
    padding-bottom: 5px;
    line-height: 14px;
}

[data-page-category="ClinicalEfficacy"] #third_section .study-design .copy-container ul li .gotham-medium {
    font-family: "Gotham", sans-serif;
    font-weight: 500;
    font-size: inherit;
}

[data-page-category="ClinicalEfficacy"] #third_section .study-design .copy-container .abbvie {
    margin-bottom: 0;
    padding-bottom: 0;
    color: #999999;
    text-align: center;
    font-weight: bold;
}

[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;
    color: #9b288c;
    text-align: center;
    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 {
    padding-bottom: 5px;
    font-size: 12px;
    line-height: 14px;
}

[data-page-category="ClinicalEfficacy"] #third_section .pivotal-trial-data .ul-main>li {
    font-family: "Gotham", sans-serif;
    font-weight: 500;
    font-size: inherit;
}

[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 {
    display: flex;
    margin-bottom: 0;
    color: #58595b;
}

[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 {
    display: block;
    margin: 20px 0 0;
    padding: 0;
    color: #ffffff;
}

@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 {
        padding-bottom: 25px;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
    }
    [data-page-category="ClinicalEfficacy"] article>div p sup {
        top: -5px;
        font-size: 10px;
    }
    [data-page-category="ClinicalEfficacy"] article>div p.footnote {
        padding-bottom: 3px;
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 10px;
        line-height: 10px;
    }
    [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 {
        margin-bottom: 0;
        padding-bottom: 0;
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 14px;
    }
    [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 {
        padding: 15px 10px;
        font-family: "Knockout", sans-serif;
        font-weight: 400;
        font-size: 22px;
    }
    [data-page-category="ClinicalEfficacy"] #first_section .overview-trial-data .tile h3 sup {
        top: -10px;
        font-size: 12px;
    }
    [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 {
        padding-bottom: 5px;
        color: #58595b;
        line-height: 18px;
    }
    [data-page-category="ClinicalEfficacy"] #second_section {
        padding-bottom: 35px;
        background-size: cover;
    }
    [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 {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        width: 100%;
    }
    [data-page-category="ClinicalEfficacy"] #third_section .scroll-instruction {
        position: relative;
        margin: 0;
        padding: 20px 0 20px 60px;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 14px;
    }
    [data-page-category="ClinicalEfficacy"] #third_section .scroll-instruction:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        width: 38px;
        height: 100%;
        background-image: url(../images/scroll-hand.svg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        transform: translateY(-50%);
    }
    [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 {
        padding: 10px;
        background-color: #f4e8f3;
        color: #9b288c;
        font-family: "Knockout", sans-serif;
        font-weight: 400;
        font-size: 22px;
    }
    [data-page-category="ClinicalEfficacy"] #third_section .accordion figure h3 sup {
        top: -6px;
        font-size: 16px;
    }
    [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 {
        margin-bottom: 0;
        padding-bottom: 10px;
        font-family: "Gotham", sans-serif;
        font-weight: 500;
        font-size: 14px;
    }
    [data-page-category="ClinicalEfficacy"] #third_section .accordion .content {
        padding: 0 20px;
    }
    [data-page-category="ClinicalEfficacy"] #third_section .accordion .content p {
        margin-bottom: 0;
        padding-bottom: 15px;
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 14px;
    }
    [data-page-category="ClinicalEfficacy"] #third_section .accordion .content .btn-text.btn-primary {
        padding-bottom: 15px;
        font-size: 14px;
        line-height: 18px;
    }
    [data-page-category="ClinicalEfficacy"] #third_section .accordion .sub-accordion-container {
        padding: 15px 0 0;
    }
    [data-page-category="ClinicalEfficacy"] #third_section .inner-container h3 {
        padding: 15px 0 10px;
        border: 1px solid #abadb3;
        border-bottom: 0;
        font-family: "Knockout", sans-serif;
        font-weight: 400;
        font-size: 22px;
    }
    [data-page-category="ClinicalEfficacy"] #third_section .inner-container h3 sup {
        top: -10px;
    }
    [data-page-category="ClinicalEfficacy"] #third_section .inner-container p.inner-p {
        margin: 0;
        padding: 0 15px 20px 15px;
        border: 1px solid #abadb3;
        border-top: 0;
        border-bottom: 0;
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-weight: bold;
        font-size: 12px;
        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 {
        margin-bottom: 10px;
        padding: 0 10px 20px;
        /* padding-bottom: 20px; */
        border: 1px solid #abadb3;
        border-top: 0;
    }
    [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 {
        padding: 10px 0;
        font-family: "Knockout", sans-serif;
        font-weight: 400;
        font-size: 22px;
    }
    [data-page-category="ClinicalEfficacy"] #third_section .clinical-response-rates .figure-container figcaption sup {
        top: -7px;
        font-size: 14px;
    }
    [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 {
        width: 100%;
        margin: 0;
        padding: 10px 5px 10px;
    }
    [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 {
        margin-bottom: 0;
        padding-bottom: 10px;
        font-family: "Gotham", sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
    }
    [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 {
        margin-top: 10px;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    [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 {
        margin-bottom: 0;
        padding-bottom: 10px;
        font-family: "Gotham", sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
    }
    [data-page-category="ClinicalEfficacy"] #third_section .cd-trials .copy-container .body-copy {
        margin-bottom: 0;
        padding-bottom: 0;
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
    }
    [data-page-category="ClinicalEfficacy"] #third_section .cd-trials .copy-container h3 {
        font-family: "Knockout", sans-serif;
        font-weight: 400;
        font-size: 22px;
        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 {
        padding: 10px;
        font-family: "Knockout", sans-serif;
        font-weight: 400;
        font-size: 22px;
    }
    [data-page-category="ClinicalEfficacy"] #third_section .cd-trials .figure-container figcaption sup {
        top: -7px;
        font-size: 14px;
    }
    [data-page-category="ClinicalEfficacy"] #third_section .cd-trials .figure-container img {
        margin: 0;
        padding: 15px;
    }
    [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 {
        margin-bottom: 20px;
        border: 1px solid #abadb3;
    }
    [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 {
        margin-left: 10px;
        padding-bottom: 10px;
    }
    [data-page-category="ClinicalEfficacy"] #third_section .study-design .copy-container ul.varsity {
        padding-top: 8px;
        padding-bottom: 10px;
    }
    [data-page-category="ClinicalEfficacy"] #third_section .study-design .copy-container .abbvie {
        padding-top: 10px;
        font-size: 12px;
    }
    [data-page-category="ClinicalEfficacy"] #third_section .pivotal-trial-data .container {
        padding: 20px 0;
    }
    [data-page-category="ClinicalEfficacy"] #third_section .pivotal-trial-data .body-copy {
        margin-bottom: 0;
        padding: 0 20px 0;
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
    }
    [data-page-category="ClinicalEfficacy"] #third_section .pivotal-trial-data figure {
        margin-right: 10px;
        margin-left: 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 {
        padding: 25px 0;
        font-family: "Knockout", sans-serif;
        font-weight: 400;
        font-size: 22px;
    }
    [data-page-category="ClinicalEfficacy"] #third_section .pivotal-trial-data figure figcaption sup {
        top: -6px;
        font-size: 12px;
    }
    [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-right: 20px;
        padding-left: 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 {
        padding: 20px 20px 10px;
        color: #9b288c;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 16px;
    }
    [data-page-category="ClinicalEfficacy"] #third_section .pivotal-trial-data .smaller {
        margin-bottom: 0;
        padding: 0 20px 5px 20px;
        font-weight: normal;
        line-height: 14px;
    }
    [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 {
        margin-bottom: 25px;
        color: #ffffff;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: inherit;
    }
    [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-weight: 400;
        font-size: 12px;
        line-height: 12px;
    }
    [data-page-category="ClinicalEfficacy"] article>div[id] .footnote span sup {
        top: -4px;
        font-size: 10px;
    }
    [data-page-category="ClinicalEfficacy"] article>div[id] .footnote.acronyms {
        padding-top: 10px;
    }
    [data-page-category="ClinicalEfficacy"] article>div[id] .trial-description {
        margin-bottom: 0;
        padding-bottom: 0;
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 16px;
        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 {
        font-size: 22px;
        line-height: 26px;
    }
    [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-weight: 700;
        font-size: 22px;
    }
    [data-page-category="ClinicalEfficacy"] #first_section .overview-trial-data .half .end-point-heading.cd-trials {
        min-height: 50px;
    }
    [data-page-category="ClinicalEfficacy"] #first_section .overview-trial-data .full {
        padding-right: 5px;
        padding-left: 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 {
        padding: 25px 20px;
        font-family: "Knockout", sans-serif;
        font-weight: 400;
        font-size: 30px;
    }
    [data-page-category="ClinicalEfficacy"] #first_section .overview-trial-data .tile h3 sup {
        top: -12px;
        font-size: 16px;
    }
}

@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 {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        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 {
        margin-bottom: 10px;
        padding-top: 20px;
        font-size: 16px;
        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 {
        padding-bottom: 50px;
        background-size: 101% auto;
    }
    [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 {
        flex: 0 0 49%;
        width: 49%;
        max-width: 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 {
        margin-bottom: 0;
        font-family: "Gotham", sans-serif;
        font-weight: 500;
        font-size: 16px;
    }
    [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 {
        margin-bottom: 20px;
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 16px;
    }
    [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: #ffffff;
    }
    [data-page-category="ClinicalEfficacy"] #third_section .accordion .desktop-image h3 {
        padding: 20px;
        background-color: #f4e8f3;
        color: #9b288c;
        font-family: "Knockout", sans-serif;
        font-weight: 400;
        font-size: 30px;
    }
    [data-page-category="ClinicalEfficacy"] #third_section .accordion .desktop-image h3 sup {
        top: -12px;
        font-size: 14px;
    }
    [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-right: 40px;
        padding-left: 40px;
    }
    [data-page-category="ClinicalEfficacy"] #third_section .inner-container {
        display: flex;
        flex-wrap: wrap;
        border: 1px solid #abadb3;
        background-color: #ffffff;
    }
    [data-page-category="ClinicalEfficacy"] #third_section .inner-container h3 {
        flex: 0 0 100%;
        padding: 20px;
        font-family: "Knockout", sans-serif;
        font-weight: 400;
        font-size: 30px;
    }
    [data-page-category="ClinicalEfficacy"] #third_section .inner-container h3 sup {
        top: -12px;
        font-size: 14px;
    }
    [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 {
        position: relative;
        flex: 0 0 calc(43% - 25px);
        max-width: calc(43% - 25px);
        margin-left: 25px;
        padding-right: 0;
    }
    [data-page-category="ClinicalEfficacy"] #third_section .clinical-response-rates .copy-container.varsity {
        flex: 0 0 34%;
        max-width: 34%;
        margin-left: 0;
        padding-left: 25px;
    }
    [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-right: 100px;
        padding-left: 40px;
    }
    [data-page-category="ClinicalEfficacy"] #third_section .clinical-response-rates figcaption {
        padding: 10px 5px;
        font-family: "Knockout", sans-serif;
        font-weight: 400;
        font-size: 30px;
    }
    [data-page-category="ClinicalEfficacy"] #third_section .clinical-response-rates .figcaption {
        padding: 10px 5px;
        font-family: "Knockout", sans-serif;
        font-weight: 400;
        font-size: 30px;
    }
    [data-page-category="ClinicalEfficacy"] #third_section .clinical-response-rates figcaption sup {
        top: -12px;
        font-size: 14px;
    }
    [data-page-category="ClinicalEfficacy"] #third_section .clinical-response-rates .figcaption sup {
        top: -12px;
        font-size: 14px;
    }
    [data-page-category="ClinicalEfficacy"] #third_section .clinical-response-rates .gotham-medium {
        margin-bottom: 10px;
        font-family: "Gotham", sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
    }
    [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 {
        position: relative;
        flex-direction: column;
        min-height: 410px;
    }
    [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 {
        flex: 0 0 calc(100% - 524px);
        max-width: calc(100% - 524px);
        padding: 0;
    }
    [data-page-category="ClinicalEfficacy"] #third_section .cd-trials .figure-container {
        flex: 0 0 494px;
        width: 494px;
    }
    [data-page-category="ClinicalEfficacy"] #third_section .cd-trials .copy-container .gotham-medium {
        margin-bottom: 10px;
        font-family: "Gotham", sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
    }
    [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 {
        margin-bottom: 10px;
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
    }
}

@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-weight: 400;
        font-size: 30px;
        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-weight: 400;
        font-size: 30px;
        line-height: 30px;
    }
    [data-page-category="ClinicalEfficacy"] #third_section .cd-trials .figure-container figcaption sup {
        top: -12px;
        font-size: 14px;
    }
    [data-page-category="ClinicalEfficacy"] #third_section .cd-trials .figure-container img {
        width: 75%;
        margin: 0;
        padding: 20px;
    }
    [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 {
        padding-bottom: 15px;
        column-count: 1;
        column-gap: unset;
    }
    [data-page-category="ClinicalEfficacy"] #third_section .study-design .copy-container ul.varsity {
        padding-top: 5px;
        padding-bottom: 30px;
    }
    [data-page-category="ClinicalEfficacy"] #third_section .study-design .copy-container ul.cd-trials {
        padding-bottom: 15px;
        column-count: 1;
        column-gap: unset;
    }
    [data-page-category="ClinicalEfficacy"] #third_section .study-design .copy-container ul.cd-trials li {
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 16px;
        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 {
        padding-top: 15px;
        font-size: 14px;
    }
    [data-page-category="ClinicalEfficacy"] #third_section .pivotal-trial-data .body-copy {
        margin-bottom: 0;
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
    }
    [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 {
        padding: 35px 0;
        font-family: "Knockout", sans-serif;
        font-weight: 400;
        font-size: 30px;
    }
    [data-page-category="ClinicalEfficacy"] #third_section .pivotal-trial-data figure figcaption sup {
        top: -8px;
        font-size: 18px;
    }
    [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 {
        padding: 30px 0 10px;
        color: #9b288c;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 16px;
    }
    [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;
    z-index: -1;
    right: 0;
    bottom: 0;
    background: url(../images/backgrounds/corner-marker.svg) 100% 100% no-repeat;
}

@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 {
        width: 235px;
        height: 235px;
        background-size: 235px auto;
    }
}

@media screen and (max-width: 959px) {
    [data-page-id="VarsityTrial"] #first_section .container:after,
    [data-page-id="VarsityTrial"] #third_section .container:after {
        width: 100px;
        height: 100px;
        background-size: 100px auto;
    }
}

@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 {
        padding-bottom: 25px;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
    }
}

[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 {
        width: 200px;
        height: 200px;
        background-size: 200px auto;
    }
}

@media screen and (max-width: 959px) {
    [data-page-id="VarsityTrial"] #third_section .study-design .container:after {
        width: 0;
        height: 0;
        background: none;
    }
}

[data-page-id="VarsityTrial"] #third_section .pivotal-trial-data .container:after {
    width: 0;
    height: 0;
    background: none;
}

[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 {
    margin: 0;
    padding-bottom: 20px;
    color: #9b288c;
    font-family: "Gotham", sans-serif;
    font-weight: 700;
    font-size: 16px;
}

@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 {
    padding: 15px 10px;
    background: #f4e8f3;
    color: #9b288c;
    text-transform: uppercase;
    font-family: "Knockout", sans-serif;
    font-weight: 400;
    font-size: 22px;
}

@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 {
        margin-bottom: 30px;
        padding: 0;
    }
}

[data-page-id="VarsityTrial"] #third_section #endoscopic-improvments .sub-text {
    padding: 0;
    font-family: "Gotham", sans-serif;
    font-weight: 400;
    font-size: 14px;
}

@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 {
    padding: 0 25px;
    color: #58595b;
    font-family: "Gotham", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

@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 {
    padding-bottom: 15px;
    color: #9b288c;
    font-family: "Knockout", sans-serif;
    font-weight: 400;
    font-size: 30px;
}

[data-page-id="VarsityTrial"] .expand h3.expand-trigger {
    margin-top: 40px;
}

[data-page-id="VarsityTrial"] .expand h3.expand-trigger button {
    position: relative;
    padding-right: 46px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Knockout", sans-serif;
    font-weight: 700;
    font-size: 42px;
}

[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;
    background: #ffffff;
    transform-origin: 0 0;
}

[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 #ffffff;
    border-radius: 100%;
    transform: translateY(-50%);
}

[data-page-id="VarsityTrial"] .expand h3.expand-trigger button[aria-expanded="true"] span:after {
    width: 0;
    transition: all 300ms ease-in-out;
    will-change: width;
}

[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-weight: 400;
    font-size: 16px;
    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 {
        order: 2;
        margin-bottom: 0;
    }
    [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 {
        order: 1;
        margin-bottom: 25px;
    }
    [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-weight: 700;
        font-size: 14px;
    }
    [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 {
        order: -1;
        margin-bottom: 0;
    }
    [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: 160px;
    }
    [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;
    z-index: 1;
    top: 44%;
    left: 50%;
    color: #ffffff;
    transform: translate(-50%, -50%);
}

[data-page-id="DosingAdministration"] .pi-link {
    color: #9b288c;
    text-decoration: none;
    font-weight: 700;
}

[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 {
    margin-bottom: 0;
    color: #ffffff;
}

[data-page-id="DosingAdministration"] #second_section>div {
    background-color: #ffffff;
}

[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: #ffffff;
}

[data-page-id="DosingAdministration"] #third_section .starting-maintaining .flex-container .tile {
    border: 1px solid #abadb3;
    background: #ffffff;
    text-align: center;
}

[data-page-id="DosingAdministration"] #third_section .starting-maintaining .flex-container .tile h3 {
    padding: 25px;
    background: #f4e8f3;
    color: #9b288c;
    font-family: "Knockout", sans-serif;
    font-weight: 400;
    font-size: 30px;
}

[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-weight: 400;
    font-size: 12px;
}

[data-page-id="DosingAdministration"] #third_section .starting-maintaining .summary {
    padding: 30px 0;
    color: #ffffff;
    font-family: "Gotham", sans-serif;
    font-weight: 700;
    font-size: inherit;
}

[data-page-id="DosingAdministration"] #third_section .dosing-administration .container {
    background: #ffffff;
}

[data-page-id="DosingAdministration"] #third_section .dosing-administration .container h3 {
    color: #9b288c;
    font-family: "Knockout", sans-serif;
    font-weight: 400;
    font-size: 30px;
}

[data-page-id="DosingAdministration"] #third_section .dosing-administration .container li {
    margin-bottom: 0;
    color: #58595b;
    font-family: "Gotham", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

[data-page-id="DosingAdministration"] #third_section .dosing-administration .container p {
    margin-bottom: 0;
    padding: 30px 0 10px;
    color: #58595b;
    font-family: "Gotham", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

[data-page-id="DosingAdministration"] #third_section .dosing-video .container {
    background: #ffffff;
}

[data-page-id="DosingAdministration"] #third_section .dosing-video .container video {
    width: 100%;
    height: auto;
}

[data-page-id="DosingAdministration"] #third_section .dosing-video .container .disclaimer {
    margin-bottom: 0;
    padding: 20px 0 0;
    color: #58595b;
    text-align: center;
    font-family: "Gotham", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

[data-page-id="DosingAdministration"] #guide .uscs {
    padding-bottom: 10px;
}

@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 {
        display: block;
        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 {
        padding-bottom: 25px;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
    }
    [data-page-id="DosingAdministration"] article>div p.footnote {
        padding: 20px 0 0;
        font-weight: 400;
        font-size: 12px;
        line-height: 12px;
    }
    [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 {
        margin-bottom: 0;
        padding: 30px 0 15px;
    }
    [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 {
        margin-bottom: 0;
        padding-bottom: 0;
        font-size: 16px;
    }
    [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 {
        padding-top: 20px;
        padding-bottom: 0;
        text-align: left;
    }
    [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 {
        padding-bottom: 35px;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 22px;
    }
    [data-page-id="DosingAdministration"] article>div p.footnote {
        padding: 20px 0 0;
        font-weight: 400;
        font-size: 12px;
    }
    [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 {
        margin-bottom: 0;
        padding: 20px 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 {
        padding-bottom: 20px;
        font-size: 22px;
    }
    [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 {
        position: absolute;
        top: -3px;
        height: auto;
    }
    [data-page-id="DosingAdministration"] #third_section .dosing-administration .image-container img.administration {
        left: 0;
        width: 60px;
    }
    [data-page-id="DosingAdministration"] #third_section .dosing-administration .image-container img.monitoring {
        left: -10px;
        width: 85px;
    }
    [data-page-id="DosingAdministration"] #third_section .dosing-administration .image-container img.therapies {
        left: 10px;
        width: 70px;
    }
    [data-page-id="DosingAdministration"] #third_section .dosing-administration .image-container img.prior {
        left: -10px;
        width: 65px;
    }
    [data-page-id="DosingAdministration"] #third_section .dosing-administration .copy-container {
        max-width: 75%;
    }
    [data-page-id="DosingAdministration"] #third_section .dosing-administration .copy-container h3 {
        padding-bottom: 5px;
        border-bottom: 2px solid #ffcb03;
    }
    [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;
    z-index: 1;
    top: 44%;
    left: 50%;
    color: #ffffff;
    transform: translate(-50%, -50%);
}

[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: #ffffff;
}

[data-page-id="MechanismOfAction"] #first_section .moa-intro .brand-secondary {
    color: #ffcb03;
    font-weight: bold;
}

[data-page-id="MechanismOfAction"] #first_section .video-container {
    background: #ffffff;
}

[data-page-id="MechanismOfAction"] #first_section .video-container video {
    max-width: 100%;
}

[data-page-id="MechanismOfAction"] #first_section .accordion-container {
    background: #ffffff;
}

@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 {
        margin-bottom: 10px;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
    }
    [data-page-id="MechanismOfAction"] #first_section .moa-intro .key-point p sup {
        top: -7px;
        font-size: 11px;
    }
    [data-page-id="MechanismOfAction"] #first_section .moa-intro .body-copy p {
        margin-bottom: 15px;
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
    }
    [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-right: 45px;
        padding-left: 30px;
    }
}

@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 {
        max-width: 85%;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 22px;
        line-height: 26px;
    }
    [data-page-id="MechanismOfAction"] #first_section .moa-intro .key-point p sup {
        top: -9px;
        font-size: 16px;
    }
    [data-page-id="MechanismOfAction"] #first_section .moa-intro .body-copy p {
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
    }
    [data-page-id="MechanismOfAction"] #first_section .moa-intro .body-copy p sup {
        top: -7px;
        font-size: 12px;
    }
    [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;
        flex: 0 0 40%;
        max-width: 40%;
        padding-bottom: 20px;
    }
    [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: #ffffff;
    text-transform: uppercase;
}

[data-page-category="Resources"] .title-area h3 {
    color: #ffffff;
}

[data-page-category="Resources"] .title-area p {
    color: #ffffff;
}

[data-page-category="Resources"] .title-area .go-back a {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    color: #ffffff;
    text-decoration: none;
    transition: color 400ms ease-in;
    will-change: text-decoration;
}

[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 {
    -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;
    will-change: left;
}

[data-page-category="Resources"] .main-container {
    background: #ffffff;
}

@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 {
        margin-bottom: 25px;
        font-family: "Knockout", sans-serif;
        font-weight: 700;
        font-size: 36px;
    }
    [data-page-category="Resources"] .body-content>article .title-area h3 {
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 16px;
    }
    [data-page-category="Resources"] .body-content>article .title-area p {
        margin: 30px 0 0 0;
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 16px;
    }
    [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-weight: 400;
        font-size: 14px;
    }
    [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 {
        margin-bottom: 25px;
        font-family: "Knockout", sans-serif;
        font-weight: 700;
        font-size: 42px;
    }
    [data-page-category="Resources"] .body-content>article .title-area h3 {
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 22px;
    }
    [data-page-category="Resources"] .body-content>article .title-area p {
        margin: 30px 0 0 0;
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 16px;
    }
    [data-page-category="Resources"] .body-content>article .title-area .go-back a {
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 18px;
    }
    [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: #ffffff;
    }
}


/* @media screen and (max-width: 480px) {
[data-page-id='ClinicalReprints'] .cta p {
font-size: 62px !important;
}
} */

@-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 {
    display: flex;
    align-items: center;
    border-bottom: 4px solid #9b288c;
}

[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 {
    min-width: 230px;
    color: #9b288c;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 300ms ease-in-out;
    will-change: background transform;
}

@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-weight: 800;
        font-size: 25px;
    }
}

@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-weight: 800;
        font-size: 30px;
    }
}

[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;
    padding: 50px 50px 50px 50px;
    background: #ffffff;
}

[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 {
    padding: 20px;
    border-bottom: 2px solid #9a258d;
    background-color: #f4e8f3;
    color: #9b288c;
    text-align: center;
    text-transform: uppercase;
    font-family: "Knockout", sans-serif;
    font-weight: 700;
    font-size: 32px;
}

[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 {
    display: block;
    color: #58595b;
    text-decoration: none;
    font-family: "Gotham", sans-serif;
    font-weight: 400;
    font-size: 10px;
}

[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;
    padding: 0;
    color: inherit;
    font-weight: inherit;
    font-size: 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;
    display: inline-flex;
    align-items: center;
    color: #9b288c;
    text-decoration: none;
    transition: color 300ms ease-in;
    will-change: text-decoration;
}

[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 {
    display: inline-block;
    min-height: auto;
    padding-left: 0;
}

[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 {
        min-height: 48px;
        padding-left: 58px;
        font-family: "Gotham", sans-serif;
        font-weight: 500;
        font-size: 14px;
    }
    [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 {
        min-height: 56px;
        padding-left: 70px;
        font-family: "Gotham", sans-serif;
        font-weight: 500;
        font-size: 16px;
    }
    [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 {
    -webkit-box-shadow: 8px 0 20px -14px rgba(0, 0, 0, 0.9) inset;
    -moz-box-shadow: 8px 0 20px -14px rgba(0, 0, 0, 0.9) inset;
    box-shadow: 8px 0 20px -14px rgba(0, 0, 0, 0.9) inset;
}

[data-page-id="PatientResources"] .table .heading-container a.link {
    -webkit-box-shadow: -8px 0 20px -14px rgba(0, 0, 0, 0.9) inset;
    -moz-box-shadow: -8px 0 20px -14px rgba(0, 0, 0, 0.9) inset;
    box-shadow: -8px 0 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: #ffffff;
}

[data-page-id="ClinicalReprints"] .cta section .top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 17px 25px;
    background: #ffcb03;
    color: #9b288c;
    text-align: center;
    text-transform: uppercase;
}

[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 {
    position: relative;
    color: #9b288c;
    text-decoration: none;
    font-family: "Gotham", sans-serif;
    font-weight: 700;
    font-size: 16px;
}

[data-page-id="ClinicalReprints"] .cta .isi-link a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 40px;
    height: 40px;
    background: url("../images/icons/res-download.svg") no-repeat;
    background-size: 40px auto;
    transform: translateY(-50%);
}

[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;
    border-bottom: 2px solid #9b288c;
    color: #9b288c;
    text-transform: uppercase;
    line-height: 25px;
}

[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-weight: 700;
        font-size: 14px;
    }
    [data-page-id="ClinicalReprints"] .cta section:nth-child(1) {
        padding-top: 68px;
    }
    [data-page-id="ClinicalReprints"] .cta .isi-link a {
        display: flex;
        align-items: center;
        min-height: 40px;
        padding-left: 55px;
    }
    [data-page-id="ClinicalReprints"] .cta h2 {
        margin-bottom: 25px;
        font-family: "Knockout", sans-serif;
        font-weight: 400;
        font-size: 22px;
    }
    [data-page-id="ClinicalReprints"] .cta h3 {
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 14px;
    }
    [data-page-id="ClinicalReprints"] .cta p {
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 14px;
    }
    [data-page-id="ClinicalReprints"] .cta p.legal {
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 10px;
    }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
    [data-page-id="ClinicalReprints"] .main-container-blank {
        margin: 50px;
    }
    [data-page-id="ClinicalReprints"] .cta {
        align-items: flex-start;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 870px;
        margin: 0 auto;
    }
    [data-page-id="ClinicalReprints"] .cta section {
        flex: 0 0 calc(50% - 30px);
        max-width: calc(50% - 30px);
        margin-bottom: 30px;
        padding: 70px 30px 15px 30px;
    }
    [data-page-id="ClinicalReprints"] .cta section .top {
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 16px;
    }
    [data-page-id="ClinicalReprints"] .cta section:nth-child(1) .btn {
        margin-top: 0;
    }
    [data-page-id="ClinicalReprints"] .cta .isi-link a {
        display: inline-block;
        min-height: 40px;
        padding-left: 55px;
    }
    [data-page-id="ClinicalReprints"] .cta .isi-link a:before {
        top: -6px;
        transform: none;
    }
    [data-page-id="ClinicalReprints"] .cta h2 {
        min-height: 136px;
        margin-bottom: 30px;
        font-family: "Knockout", sans-serif;
        font-weight: 400;
        font-size: 26px;
    }
    [data-page-id="ClinicalReprints"] .cta h3 {
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 16px;
    }
    [data-page-id="ClinicalReprints"] .cta p {
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 16px;
    }
    [data-page-id="ClinicalReprints"] .cta p.legal {
        margin-bottom: 12px;
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 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 {
        margin: 20px 100px 0 100px;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 16px;
    }
}

[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 0 rgba(61, 5, 58, 0.4), 2px 2px 5px 0 inset rgba(61, 5, 58, 0.4);
    color: #ffffff;
}

[data-page-id="InfusionCenterLocator"] #Distance {
    text-align: right;
    text-align-last: right;
}

[data-page-id="InfusionCenterLocator"] #Distance option {
    background: #ffcb03;
    color: #9b288c;
    text-align: center;
    font-family: "Gotham", sans-serif;
    font-weight: 500;
    font-size: 16px;
}

[data-page-id="InfusionCenterLocator"] .map-wrapper {
    position: relative;
    display: flex;
    height: 500px;
}

[data-page-id="InfusionCenterLocator"] .body-content a {
    color: #ffffff;
    text-decoration: none;
    font-family: "Gotham", sans-serif;
    font-weight: 700;
    font-size: 16px;
}

[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;
    z-index: 2;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    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: #000000;
}

[data-page-id="InfusionCenterLocator"] #results {
    overflow: hidden;
    background: #ffffff;
}

[data-page-id="InfusionCenterLocator"] #results .website {
    word-wrap: break-word;
}

[data-page-id="InfusionCenterLocator"] #results .website a:before {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 4px;
    background: url("../images/icons/globe.svg") 0 0 no-repeat;
    background-size: 12px auto;
}

[data-page-id="InfusionCenterLocator"] #results .result-list {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    padding: 15px;
}

[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 {
    margin-bottom: 15px;
    color: #9b288c;
    font-family: "Gotham", sans-serif;
    font-weight: 700;
    font-size: 16px;
}

[data-page-id="InfusionCenterLocator"] #results p,
[data-page-id="InfusionCenterLocator"] #results .time {
    margin: 0 0 4px 0;
    color: #58595b;
    font-family: "Gotham", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
}

[data-page-id="InfusionCenterLocator"] #results a {
    color: #9b288c;
}

[data-page-id="InfusionCenterLocator"] #results .closed {
    color: #9b288c;
    font-family: "Gotham", sans-serif;
    font-weight: 500;
    font-size: 14px;
}

[data-page-id="InfusionCenterLocator"] #results .closed:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 4px;
    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 {
        order: 1;
        padding-top: 10px;
        color: #ffffff;
    }
    [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;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-bottom: 15px;
        padding: 0 25px;
    }
}

@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 {
        margin: 0 10px 0 0;
        padding: 20px 10px;
        font-family: "Gotham", sans-serif;
        font-weight: 500;
        font-size: 16px;
    }
    [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 {
        overflow: hidden;
        padding-top: 30px;
        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-weight: 700;
        font-size: 22px;
    }
    [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: #ffffff;
    }
    [data-page-id="InfusionCenterLocator"] #Zip,
    [data-page-id="InfusionCenterLocator"] #Distance {
        margin: 40px 10px 30px 0;
        padding: 20px 0 20px 25px;
        font-family: "Gotham", sans-serif;
        font-weight: 500;
        font-size: 16px;
    }
    [data-page-id="InfusionCenterLocator"] #Distance {
        min-width: 130px;
        padding-right: 50px;
        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-weight: 700;
        font-size: 36px;
    }
    [data-page-id="InfusionCenterLocator"] .content {
        padding: 50px 80px;
    }
    [data-page-id="InfusionCenterLocator"] .content p {
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 16px;
    }
    [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 {
    padding: 16px 8px;
    font-family: "Gotham", sans-serif;
    font-weight: 400;
    font-size: 18px;
}

[data-page-id="RequestARepresentative"] input[type="text"],
[data-page-id="RequestARepresentative"] input[type="tel"],
[data-page-id="RequestARepresentative"] input[type="email"] {
    background: #ffffff;
}

[data-page-id="RequestARepresentative"] fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

[data-page-id="RequestARepresentative"] #State {
    background: url("../images/icons/request-a-rep-dropdown-brand.svg") calc(100% - 10px) 50% no-repeat #ffffff;
    background-size: 15px auto;
}

[data-page-id="RequestARepresentative"] .field-validation-error {
    display: block;
    margin-top: 4px;
    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 {
    margin-top: 5px;
    color: #d93747;
    font-size: 12px;
}

[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 {
        display: block;
        margin: 25px 0 4px 0;
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 18px;
    }
    [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-weight: 400;
        font-size: 13px;
    }
    [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 {
        margin-bottom: 30px;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 16px;
    }
    [data-page-id="RequestARepresentative"] [data-step="1"] p,
    [data-page-id="RequestARepresentative"] [data-step="2"] p {
        display: block;
        margin: 15px 0 0 0;
    }
    [data-page-id="RequestARepresentative"] .success {
        min-height: 350px;
    }
    [data-page-id="RequestARepresentative"] .success .content h2 {
        margin-bottom: 20px;
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 32px;
    }
    [data-page-id="RequestARepresentative"] .success .content h3 {
        margin-bottom: 20px;
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 16px;
    }
}

@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 {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        padding: 25px 15px;
        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 {
        display: flex;
        flex: 0 0 calc(50% - 3px);
        flex-direction: column;
        max-width: calc(50% - 3px);
    }
    [data-page-id="RequestARepresentative"] [data-step="1"] .content label,
    [data-page-id="RequestARepresentative"] [data-step="2"] .content label {
        display: block;
        margin: 25px 0 4px 0;
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 18px;
    }
    [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-weight: 400;
        font-size: 13px;
    }
    [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-weight: 700;
        font-size: 22px;
    }
    [data-page-id="RequestARepresentative"] [data-step="1"] p,
    [data-page-id="RequestARepresentative"] [data-step="2"] p {
        display: block;
        margin: 15px 0 0 0;
    }
    [data-page-id="RequestARepresentative"] .success {
        min-height: 560px;
    }
    [data-page-id="RequestARepresentative"] .success .content h2 {
        margin-bottom: 25px;
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 41px;
    }
    [data-page-id="RequestARepresentative"] .success .content h3 {
        margin-bottom: 25px;
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 20px;
    }
}

[data-page-id="VirtualCongress"] .body-content>article .main-container {
    background: none;
    color: #ffffff;
}

@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-weight: 700;
        font-size: 26px;
        line-height: 26px;
    }
    [data-page-id="VirtualCongress"] .event-details-container .heading sup {
        top: -4px;
        font-size: 22px;
    }
    [data-page-id="VirtualCongress"] .event-details-container .date {
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 16px;
    }
    [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 {
        padding-top: 25px;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
    }
    [data-page-id="VirtualCongress"] .featured-event .content-container .cta-container .description {
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 14px;
        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 {
        margin-bottom: 10px;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 26px;
        line-height: 26px;
    }
    [data-page-id="VirtualCongress"] .upcoming-events .event-details-container {
        padding: 23px 0 15px;
        border-top: 3px solid #ffcb03;
    }
    [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 {
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
    [data-page-id="VirtualCongress"] .body-content>article .main-container {
        position: relative;
        display: flex;
        justify-content: flex-end;
        margin-top: 0;
        padding-top: 0;
    }
    [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;
        width: 400px;
        padding-top: 20px;
        transition: padding 10ms ease-in-out;
    }
    [data-page-id="VirtualCongress"] .side-indicator ul li {
        min-height: 44px;
        padding: 0 0 30px 60px;
        list-style-type: none;
        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 {
        display: block;
        color: #ffffff;
        text-decoration: none;
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 12px;
        cursor: pointer;
    }
    [data-page-id="VirtualCongress"] .side-indicator ul li time {
        display: block;
        margin-top: 10px;
    }
    [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-weight: 700;
        font-size: 14px;
    }
    [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-weight: 700;
        font-size: 42px;
    }
    [data-page-id="VirtualCongress"] .event-section .event-details-container .heading sup {
        top: -5px;
        font-size: 38px;
    }
    [data-page-id="VirtualCongress"] .event-section .event-details-container .date {
        margin-bottom: 0;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 22px;
    }
    [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 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        width: calc(40% - 50px);
        margin-left: 50px;
    }
    [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-weight: 700;
        font-size: 22px;
    }
    [data-page-id="VirtualCongress"] .featured-event .content-container .cta-container .description {
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 16px;
        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 {
        margin-bottom: 20px;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 22px;
    }
    [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: #ffffff;
}

[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 {
    margin-bottom: 0;
    text-align: center;
}

[data-page-id="SafetyProfile"] #first_section .long-safety-profile .flex-container .copy-container .anchor-link {
    color: #ffffff;
    text-decoration: none;
}

[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 {
    content: "";
    position: absolute;
    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: #ffffff;
}

[data-page-id="SafetyProfile"] #third_section figure img {
    width: 100%;
}

[data-page-id="SafetyProfile"] #third_section h3 {
    padding-bottom: 15px;
    color: #9b288c;
    font-family: "Knockout", sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
}

[data-page-id="SafetyProfile"] #third_section h3 sup {
    top: -12px;
    font-size: 16px;
}

[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-type: none;
    list-style-image: 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: #ffffff;
}

[data-page-id="SafetyProfile"] #third_section .varsity-adverse-events ul li sup {
    top: -6px;
    font-size: 10px;
}

[data-page-id="SafetyProfile"] #third_section .seven-year-data ul li sup {
    top: -6px;
    font-size: 10px;
}

[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 {
    text-align: center;
    font-family: "Gotham", sans-serif;
    font-weight: 700;
    font-size: 22px;
}

[data-page-id="SafetyProfile"] #third_section .seven-year-data .chart-area .chart-heading p {
    width: 100%;
    margin-bottom: 0;
    text-align: center;
}

[data-page-id="SafetyProfile"] #third_section .seven-year-data .chart-area figcaption {
    padding-bottom: 15px;
    text-align: center;
    font-family: "Gotham", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

[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: 0;
    }
    [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-weight: 700;
        font-size: 14px;
    }
    [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 {
        display: inline-block;
        margin-bottom: 5px;
        font-family: "Knockout", sans-serif;
        font-weight: 700;
        font-size: 30px;
    }
    [data-page-id="SafetyProfile"] #first_section .long-safety-profile .flex-container .copy-container .anchor-link .relative:after {
        right: -20px;
        bottom: 7px;
        width: 12px;
        height: 15px;
    }
    [data-page-id="SafetyProfile"] #first_section .long-safety-profile .flex-container .copy-container p {
        font-family: "Gotham", sans-serif;
        font-weight: 500;
        font-size: 14px;
        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-weight: 500;
        font-size: 14px;
        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 {
        padding-left: 70px;
        text-align: left;
    }
    [data-page-id="SafetyProfile"] #first_section .long-safety-profile .signals-list .sublist {
        font-family: "Gotham", sans-serif;
        font-weight: 800;
        font-size: 14px;
        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-weight: 500;
        font-size: 14px;
        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 {
        position: relative;
        padding: 20px 65px 20px 40px;
        line-height: 20px;
    }
    [data-page-id="SafetyProfile"] #third_section .uc-cd-trials .btn-text.btn-primary:after {
        position: absolute;
        top: 50%;
        right: 40px;
        transform: translateY(-50%);
    }
}

@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 {
        padding-bottom: 10px;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
    }
    [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-weight: 400;
        font-size: 14px;
    }
    [data-page-id="SafetyProfile"] #third_section .varsity-adverse-events .subheading {
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
    }
    [data-page-id="SafetyProfile"] #third_section .varsity-adverse-events .subheading sup {
        top: -6px;
        font-size: 10px;
    }
    [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-weight: 400;
        font-size: 14px;
        line-height: 18px;
    }
    [data-page-id="SafetyProfile"] #third_section .seven-year-data ul li {
        margin-bottom: 5px;
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
    }
    [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 {
        width: 100%;
        margin: 30px 0 20px;
        border: 1px solid #abadb3;
    }
    [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 {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        width: 100%;
    }
    [data-page-id="SafetyProfile"] #third_section .seven-year-data .baseline-container figure img {
        width: unset;
        height: 176px;
        padding: 20px 0;
    }
    [data-page-id="SafetyProfile"] #third_section .seven-year-data .baseline-container figcaption {
        padding: 10px 0;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 16px;
    }
    [data-page-id="SafetyProfile"] #third_section .seven-year-data .baseline-container .scroll-instruction {
        position: relative;
        margin: 0;
        padding: 20px 0 20px 60px;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 14px;
    }
    [data-page-id="SafetyProfile"] #third_section .seven-year-data .baseline-container .scroll-instruction:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        width: 38px;
        height: 100%;
        background-image: url(../images/icons/scroll-hand.svg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        transform: translateY(-50%);
    }
    [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 {
        margin: 0 0 10px 0;
        text-transform: none;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 20px;
    }
    [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 {
        margin-bottom: 5px;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 20px;
    }
    [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 {
        display: block;
        width: unset;
        max-width: 100%;
        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-weight: 700;
        font-size: 14px;
        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 {
        width: unset;
        max-width: unset;
        height: 220px;
    }
    [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 {
        padding: 20px 0 10px;
        border: 1px solid #abadb3;
    }
    [data-page-id="SafetyProfile"] #third_section .seven-year-data .chart-area .chart-wide .mobile-scroll-container {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        padding: 0 5px 20px;
    }
    [data-page-id="SafetyProfile"] #third_section .seven-year-data .chart-area .chart-wide .scroll-instruction {
        position: relative;
        margin: 0;
        padding: 20px 0 20px 60px;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 14px;
    }
    [data-page-id="SafetyProfile"] #third_section .seven-year-data .chart-area .chart-wide .scroll-instruction:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        width: 38px;
        height: 100%;
        background-image: url(../images/icons/scroll-hand.svg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        transform: translateY(-50%);
    }
}

@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-top: 10px;
        padding-right: 25px;
    }
    [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-weight: 700;
        font-size: 16px;
    }
    [data-page-id="SafetyProfile"] #first_section .long-safety-profile .flex-container .copy-container .anchor-link {
        font-family: "Knockout", sans-serif;
        font-weight: 700;
        font-size: 36px;
    }
    [data-page-id="SafetyProfile"] #first_section .long-safety-profile .flex-container .copy-container .anchor-link .relative:after {
        right: -30px;
        bottom: 9px;
        width: 15px;
        height: 20px;
    }
    [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-weight: 500;
        font-size: 16px;
        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-weight: 500;
        font-size: 16px;
        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 {
        max-width: 770px;
        margin: 0 auto;
        padding-top: 20px;
        text-align: center;
    }
    [data-page-id="SafetyProfile"] #first_section .long-safety-profile .signals-list .sublist {
        font-family: "Gotham", sans-serif;
        font-weight: 800;
        font-size: 16px;
        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-weight: 500;
        font-size: 16px;
    }
    [data-page-id="SafetyProfile"] #third_section .container {
        padding: 40px;
    }
    [data-page-id="SafetyProfile"] #third_section .uc-cd-trials .btn-text.btn-primary {
        display: block;
        padding-top: 30px;
        padding-right: 0;
        text-align: right;
    }
    [data-page-id="SafetyProfile"] #third_section .full-adverse-events .adverse-event {
        display: flex;
        padding-bottom: 10px;
    }
    [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 {
        padding-bottom: 10px;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 16px;
        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-weight: 400;
        font-size: 16px;
    }
    [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-weight: 700;
        font-size: 22px;
    }
    [data-page-id="SafetyProfile"] #third_section .varsity-adverse-events .subheading sup {
        top: -8px;
        font-size: 16px;
    }
    [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-weight: 400;
        font-size: 16px;
        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 {
        padding-bottom: 7px;
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
    }
    [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 {
        width: 100%;
        margin-top: 40px;
        text-align: center;
    }
    [data-page-id="SafetyProfile"] #third_section .seven-year-data .no-signals p {
        margin: 0 0 10px 0;
        text-align: center;
        text-transform: none;
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 22px;
        line-height: 26px;
    }
    [data-page-id="SafetyProfile"] #third_section .seven-year-data .no-signals ul {
        display: flex;
        justify-content: center;
        padding-left: 50px;
    }
    [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-weight: 700;
        font-size: 22px;
        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 {
        width: unset;
        max-width: 500px;
    }
}

@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-weight: 700;
        font-size: 16px;
        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;
        background: none !important;
        color: #58595b !important;
        text-align: left !important;
        font-size: 14pt !important;
        line-height: 16pt !important;
    }
    html ul,
    body ul {
        margin: 0 0 25pt 0 !important;
        list-style-type: disc !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 {
        width: 300pt;
        margin: 0 !important;
    }
    html #references ol,
    body #references ol {
        margin-left: 25pt;
    }
    [data-row],
    .accordion {
        display: block;
        margin: 0;
    }
    .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;
        visibility: hidden;
        opacity: 0;
    }
    header[data-device="mobile"] {
        margin-bottom: 40pt;
        padding: 10pt;
        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;
        visibility: hidden;
        opacity: 0;
    }
    [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;
        visibility: hidden;
        opacity: 0;
    }
    [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;
        visibility: hidden;
        opacity: 0;
    }
    [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;
        border: 0;
        font-weight: 700;
    }
    [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;
        visibility: hidden;
        opacity: 0;
    }
    [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;
        visibility: hidden;
        opacity: 0;
    }
    [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;
        visibility: hidden;
        opacity: 0;
    }
    [data-page-category="Resources"] .go-back {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
    [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;
        visibility: hidden;
        opacity: 0;
    }
    [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 {
    margin-bottom: 25px;
    padding-left: 25px;
    color: #58595b;
    font-family: Gotham Book, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 21px;
    line-height: 28px;
}

@media (max-width: 992px) {
    .video-js {
        width: 100%!important;
        height: 489px;
        margin: auto;
        background-color: transparent;
    }
    .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;
    text-align: center;
    font-family: "Gotham", sans-serif;
    font-weight: 700;
    font-size: 22px;
}

[data-page-id="SafetyProfile"] #third_section .seven-year-data .chart-area .figcaption {
    padding-bottom: 15px;
    text-align: center;
    font-family: "Gotham", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

[data-page-category="ClinicalEfficacy"] #first_section .overview-trial-data .tile .image-container img {
    padding: 20px 0;
}

[data-page-category="ClinicalEfficacy"] #third_section .clinical-response-rates .figure-container .figcaption {
    padding: 10px 5px;
    font-family: "Knockout", sans-serif;
    font-weight: 400;
    font-size: 30px;
}

[data-page-id="Home"] #home_title>article h2 {
    position: relative;
}

[data-page-id="Home"] #home_title>article h2 em {
    position: absolute;
    bottom: -23px;
    left: 50%;
    text-transform: lowercase;
    font-family: "Knockout", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    transform: translateX(-50%);
}

@media screen and (max-width: 959px) {
    [data-page-id="Home"] #home_title>article h2 em {
        top: 35px;
        font-size: 21px;
    }
    [data-page-id="Home"] #home_title>article h2 {
        text-align: center;
        font-size: 36px !important;
    }
    [data-page-id="Home"] #home_title>article h2 span {
        white-space: nowrap;
    }
    .local-coverage #isi h2,
    #fixed_isi h2 {
        margin: 20px 0 10px;
        color: #9b288c;
        text-transform: uppercase;
        letter-spacing: 0.008em;
        font-family: Gotham;
        font-weight: 700;
        font-style: normal;
        font-size: 12px;
        line-height: 14px;
    }
    .local-coverage #isi ul li {
        margin-bottom: 0;
        color: #58595b;
        font-family: Gotham Book;
        font-weight: 400;
        font-style: normal;
        font-size: 11px;
        line-height: 14px;
    }
}

[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 {
    margin-top: -30px;
    padding: 50px;
    background-color: #ffffff;
}

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

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

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

.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 {
    margin-bottom: 25px;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
}

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

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

@media screen and (min-width: 960px) and (max-width: 9999px) {
    .video-js {
        width: 800px !important;
        height: 489px;
        margin: auto;
        background-color: transparent;
    }
    .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: 0;
    }
    .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 {
    -webkit-box-shadow: none;
    box-shadow: none;
}

[data-page-id="DosingAdministration"] #first_and_half_section {
    padding-top: 80px;
    padding-bottom: 14px;
    background: url("../images/backgrounds/dosing-patients-bg.jpg") no-repeat 50px top / calc(100% - 100px) 100% white;
}

[data-page-id="DosingAdministration"] #first_and_half_section h2,
[data-page-id="DosingAdministration"] #first_and_half_section .notes .small-note,
[data-page-id="DosingAdministration"] #first_and_half_section .notes .large-note {
    font-family: "Knockout", sans-serif;
}

[data-page-id="DosingAdministration"] #first_and_half_section h2 {
    max-width: 700px;
    margin-bottom: 29px;
    padding-left: 58px;
    font-weight: 300;
    font-size: 62px;
    line-height: 60px;
}

[data-page-id="DosingAdministration"] #first_and_half_section h2 span {
    color: #8a348d;
    font-weight: bold;
}

[data-page-id="DosingAdministration"] #first_and_half_section .arrow {
    height: 290px;
    padding: 0 211px 0 425px;
    color: white;
}

[data-page-id="DosingAdministration"] #first_and_half_section .arrow.first {
    margin-bottom: 42px;
    padding-top: 58px;
    background: url("../images/dosing-female-portret.png") no-repeat 10px top / contain, url("../images/dosing-arrow-1.png") no-repeat left top / contain;
}

[data-page-id="DosingAdministration"] #first_and_half_section .arrow.second {
    margin-bottom: 31px;
    padding-top: 40px;
    background: url("../images/dosing-male-portret.png") no-repeat 10px top / contain, url("../images/dosing-arrow-2.png") no-repeat left top / contain;
}

[data-page-id="DosingAdministration"] #first_and_half_section .arrow h3 {
    margin-bottom: 14px;
    font-size: 29px;
}

[data-page-id="DosingAdministration"] #first_and_half_section .arrow ul {
    padding-left: 24px;
    font-size: 28px;
}

[data-page-id="DosingAdministration"] #first_and_half_section .arrow li {
    margin-bottom: 11px;
}

[data-page-id="DosingAdministration"] #first_and_half_section .arrow li sup {
    top: -0.55rem;
    font-size: 1.1rem;
}

[data-page-id="DosingAdministration"] #first_and_half_section .notes {
    padding: 0 319px 0 59px;
}

[data-page-id="DosingAdministration"] #first_and_half_section .notes .regular-note {
    padding-bottom: 51px;
    font-size: 20px;
}

[data-page-id="DosingAdministration"] #first_and_half_section .notes .small-note {
    padding-bottom: 3px;
}

[data-page-id="DosingAdministration"] #first_and_half_section .notes .large-note {
    font-size: 30px;
}

[data-page-id="DosingAdministration"] .move-ahead [data-row] {
    justify-content: center;
}

[data-page-id="DosingAdministration"] #how-to-use-entyvio .container {
    justify-content: space-between;
    margin: 0;
    padding: 40px;
    background: white;
}

[data-page-id="DosingAdministration"] #how-to-use-entyvio .container .video-container {
    flex: 0 0 48%;
}

[data-page-id="DosingAdministration"] #how-to-use-entyvio .container h3 {
    margin-bottom: 14px;
    text-align: center;
    font-size: 20px;
}

[data-page-id="Sitemap"] .top-container ul>li>ul .subhead a {
    margin-bottom: 20px;
    padding: 10px 40px 15px 0;
    border-bottom: 1px solid #9b288c;
}

@media all and (max-width: 1265px) {
    [data-page-id="DosingAdministration"] #first_and_half_section .arrow {
        height: 260px;
        padding: 0 171px 0 405px;
    }
    [data-page-id="DosingAdministration"] #first_and_half_section .arrow.first,
    [data-page-id="DosingAdministration"] #first_and_half_section .arrow.second {
        padding-top: 30px;
    }
    [data-page-id="DosingAdministration"] #first_and_half_section .arrow ul {
        font-size: 22px;
    }
}

@media all and (max-width: 1138px) {
    [data-page-id="DosingAdministration"] #first_and_half_section .arrow {
        height: 236px;
        padding: 0 150px 0 325px;
    }
    [data-page-id="DosingAdministration"] #first_and_half_section .arrow.first {
        background: url("../images/dosing-female-portret.png") no-repeat -20px top / contain, url("../images/dosing-arrow-1.png") no-repeat left top / contain;
    }
    [data-page-id="DosingAdministration"] #first_and_half_section .arrow.second {
        background: url("../images/dosing-male-portret.png") no-repeat -20px top / contain, url("../images/dosing-arrow-2.png") no-repeat left top / contain;
    }
}

@media all and (max-width: 1051px) {
    [data-page-id="DosingAdministration"] #first_and_half_section .arrow h3 {
        margin-bottom: 10px;
        font-size: 23px;
    }
    [data-page-id="DosingAdministration"] #first_and_half_section .arrow li {
        margin-bottom: 8px;
    }
    [data-page-id="DosingAdministration"] #first_and_half_section .arrow {
        height: 210px;
    }
}

@media all and (max-width: 991px) {
    [data-page-id="DosingAdministration"] #first_and_half_section {
        padding-top: 40px;
        padding-right: 25px;
        background: url("../images/backgrounds/dosing-patients-bg.jpg") no-repeat 25px top / calc(100% - 50px) 100% white;
    }
    [data-page-id="DosingAdministration"] #first_and_half_section h2 {
        max-width: 570px;
        margin-bottom: 20px;
        padding-left: 40px;
        font-size: 42px;
        line-height: 42px;
    }
    [data-page-id="DosingAdministration"] #first_and_half_section .arrow {
        height: 176px;
        padding: 0 120px 0 235px;
    }
    [data-page-id="DosingAdministration"] #first_and_half_section .arrow.first,
    [data-page-id="DosingAdministration"] #first_and_half_section .arrow.second {
        padding-top: 15px;
    }
    [data-page-id="DosingAdministration"] #first_and_half_section .arrow.first,
    [data-page-id="DosingAdministration"] #first_and_half_section .arrow.second {
        margin-bottom: 30px;
    }
    [data-page-id="DosingAdministration"] #first_and_half_section .arrow h3 {
        font-size: 20px;
    }
    [data-page-id="DosingAdministration"] #first_and_half_section .arrow ul {
        font-size: 18px;
    }
    [data-page-id="DosingAdministration"] #first_and_half_section .arrow li sup {
        font-size: 0.7rem;
    }
    [data-page-id="DosingAdministration"] #first_and_half_section .notes {
        padding: 0 25px;
    }
    [data-page-id="DosingAdministration"] #first_and_half_section .notes .regular-note {
        padding-bottom: 30px;
        font-size: 18px;
    }
    [data-page-id="DosingAdministration"] #first_and_half_section .notes .large-note {
        font-size: 28px;
    }
}

@media all and (max-width: 959px) {
    [data-page-id="DosingAdministration"] #how-to-use-entyvio .container {
        padding: 20px;
    }
}

@media all and (max-width: 768px) {
    [data-page-id="DosingAdministration"] #first_and_half_section .arrow.first {
        background: url("../images/dosing-female-portret.png") no-repeat -20px top / contain, linear-gradient(90deg, #a2427e 0%, #c85b68 100%);
    }
    [data-page-id="DosingAdministration"] #first_and_half_section .arrow.second {
        background: url("../images/dosing-male-portret.png") no-repeat -20px top / contain, linear-gradient(90deg, #560f57 0%, #8a348c 100%);
    }
    [data-page-id="DosingAdministration"] #first_and_half_section .arrow {
        padding: 0 25px 0 235px;
    }
    [data-page-id="DosingAdministration"] #how-to-use-entyvio .container .video-container {
        flex: 0 0 100%;
    }
    [data-page-id="DosingAdministration"] #how-to-use-entyvio .container .video-container:not(:last-child) {
        margin-bottom: 30px;
    }
}

@media all and (max-width: 662px) {
    [data-page-id="DosingAdministration"] #first_and_half_section {
        padding-top: 30px;
        padding-right: 0;
    }
    [data-page-id="DosingAdministration"] #first_and_half_section h2 {
        max-width: 470px;
        padding-left: 30px;
        font-size: 36px;
        line-height: 36px;
    }
    [data-page-id="DosingAdministration"] #first_and_half_section .arrow.first,
    [data-page-id="DosingAdministration"] #first_and_half_section .arrow.second {
        height: auto;
        padding: 175px 25px 20px;
    }
    [data-page-id="DosingAdministration"] #first_and_half_section .arrow h3 {
        text-align: center;
        font-size: 20px;
    }
    [data-page-id="DosingAdministration"] #first_and_half_section .arrow ul {
        width: fit-content;
        margin: 0 auto;
    }
    [data-page-id="DosingAdministration"] #first_and_half_section .arrow.first {
        background: url("../images/dosing-female-portret.png") no-repeat 50% top / auto 160px, linear-gradient(90deg, #a2427e 0%, #c85b68 100%);
    }
    [data-page-id="DosingAdministration"] #first_and_half_section .arrow.second {
        background: url("../images/dosing-male-portret.png") no-repeat 50% top / auto 160px, linear-gradient(90deg, #560f57 0%, #8a348c 100%);
    }
}

[data-page-id="PatientSafety"] #third_section .full-adverse-events .adverse-event .copy-container ul li,
[data-page-id="PatientSafety"] #third_section .full-adverse-events .adverse-event p {
    padding-bottom: 10px;
    font-family: "Gotham", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

[data-page-id="PatientSafety"] #third_section .full-adverse-events .adverse-event .copy-container {
    width: 100%;
    padding: 0;
}

[data-page-id="PatientSafety"] #third_section h3 {
    padding-bottom: 15px;
    color: #9b288c;
    font-family: "Knockout", sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
}

[data-page-id="PatientSafety"] #third_section .container {
    padding: 40px;
}

[data-page-id="PatientSafety"] #third_section .full-adverse-events .adverse-event {
    display: flex;
    padding-bottom: 10px;
}

[data-page-id="PatientSafety"] #third_section .container {
    background: #ffffff;
}

[data-page-id="PatientSafety"] #third_section .full-adverse-events .adverse-event {
    display: flex;
    padding-bottom: 10px;
}

[data-page-id="PatientSafety"] div#vjs_video_3 {
    height: auto;
}

@media all and (max-width: 959px) {
    [data-page-id="PatientSafety"] #third_section .container {
        padding: 20px;
    }
}

.below-login-banner {
    padding: 10px 10px 10px 20px;
}

.below-login-banner p {
    font-family: "Gotham", sans-serif;
    font-weight: 600;
    font-size: 12px;
}

[data-page-id="Home"] #hero>div>article>div+div ul[data-bullet="primary"]>li:before {
    display: none;
}

@media (min-width: 960px) {
    [data-page-id="Home"] #hero>div>article>div+div ul li {
        color: #fff;
        font-family: "Gotham", sans-serif !important;
        font-weight: 440 !important;
        font-size: 14px !important;
        line-height: 14px !important;
    }
}

@media (min-width: 960px) and (max-width: 1441px) {
    [data-page-id="Home"] #hero>div>article>div+div {
        position: relative;
        left: 21%;
        width: 350px;
        margin-left: 0px;
    }
}

@media (min-width: 1440px) {
    [data-page-id="Home"] #hero>div>article>div+div {
        position: relative;
        left: 23%;
        width: 350px;
        margin-left: 0px;
    }
}

@media screen and (max-width: 959px) {
    [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;
    }
  }