/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */


/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */


/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}


/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
 * Hide visually and from screen readers
 */

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


/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}


/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}


/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]::after {
        content: " (" attr(href) ")";
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* main CSS */

div#preload_images {
    visibility: hidden;
    width: 0;
    height: 0;
    background: url(../assets/callouts/desktop/cta_dosageandadmin_h.svg), url(../assets/callouts/desktop/CTA_Flex_chemo_choice_h.svg), url(../assets/callouts/desktop/cta_medical_inquiries_h.svg), url(../assets/callouts/desktop/cta_patentsupport_h.svg), url(../assets/callouts/desktop/cta_the_pivotal_h.svg), url(../assets/cta_sidebar_h.svg);
}

body {
    background-color: #f2f2f2;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}

body.isiopen {
    overflow: hidden;
}

main {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
}

input:-internal-autofill-selected {
    appearance: menulist-button;
    background-color: rgb(232, 240, 254) !important;
    background-image: none !important;
    color: #656565;
}

body {
    font-family: "Nunito", sans-serif;
    color: #656565;
}

body.popup {
    overflow-y: hidden;
}

h1,
h2 {
    font-family: "Roboto Slab", serif;
    font-weight: normal;
}

h3,
h4,
h5,
h6 {
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    color: #00428B;
    font-weight: normal;
}

p {
    margin-bottom: 15px;
}

.hidden {
    display: none;
}

#top_container {
    width: 100vw;
    height: 460px;
    background-color: #03297D;
    position: relative;
    box-shadow: 0px 4px 12px #ccc;
    background-image: url(../assets/homepage_figures.png), url(../assets/patient/homepage_bg_gradient.svg), url(../assets/patient/home_halftone_left.svg), url(../assets/patient/home_halftone_left.svg);
    background-size: contain, contain, contain, contain;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: bottom center, center center, right -200px top 0, left -300px top 0;
}

#top_container h1 {
    color: #fff;
    display: inline-block;
}

h4.grey {
    color: #656565;
    font-weight: bold;
    margin-bottom: 24px;
}

#top_container sup,
.top_container_sub sup,
.main_content sup {
    color: #008571;
    cursor: pointer;
}

#top_container sup.nohover,
.top_container_sub sup.nohover,
.main_content sup.nohover {
    color: #656565;
    cursor: default;
}

#top_container sup.nohover.white,
.top_container_sub sup.nohover.white,
.main_content sup.nohover.white {
    color: #fff;
    cursor: default;
}

#logo {
    background-image: url(../img/Margenza_Logo_RGB_w.svg);
    width: 204px;
    height: 130px;
    background-size: cover;
    background-repeat: no-repeat;
    text-indent: -9999px;
    position: absolute;
    top: 72px;
    left: 75px;
}

span.green_arrow {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(../assets/updated/Arrow_updated.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 4px;
}

#divider {
    height: 161px;
    width: 3px;
    background-image: url(../img/divider.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 68px;
    left: 340px;
    display: none;
}

.top_content_col {}

#top_left_content {
    position: absolute;
    top: 250px;
    left: 0;
    width: 350px;
    z-index: 2;
}

#top_left_content p {
    padding: 0;
    margin: 0;
}

p.pnopad {
    margin: 0;
    padding: 0;
}

label.hidden_label {
    display: none;
}

a.prescribing_link {
    font-family: "Nunito", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}

.prescribing_arrow {
    width: 12px;
    height: 12px;
}

a.pr_link {
    background-color: #03297D;
    padding-top: 4px;
    padding-left: 6px;
    padding-right: 0px;
    padding-bottom: 6px;
    font-family: "Nunito", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    transition: all 0.3s linear;
}

a.pr_link:hover {
    background-color: #4673D6;
    text-decoration: none;
}

a.pr_link_img {
    background-image: url(../img/gph_readpress_default.svg);
    width: 210px;
    height: 25px;
    position: relative;
    display: inline-block;
    top: 8px;
}

a.pr_link_img:hover {
    background-image: url(../img/gph_readpress_hover.svg);
}

div.read_link {
    display: inline-block;
    position: relative;
    top: -10px;
    left: 24px;
}

div.read_link a {
    color: #fff;
    text-decoration: none;
}

div.read_link a:hover {
    text-decoration: none;
    opacity: 0.9;
}

strong.callout_blue {
    color: #00428B;
}

#top_left_content p {
    color: #fff;
}

#top_right_container {
    position: absolute;
    top: 65px;
    left: 42px;
    padding-right: 55px;
}

#top_logo {
    margin-top: 8px;
    margin-left: 32px;
}

#top_right_container p {
    color: #fff;
}

#thankyou_container {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 32px;
    text-align: center;
    width: 40vw;
    height: 290px;
}

#form_container {
    width: 100%;
    position: absolute;
    top: 137px;
    height: 425px;
}

#callout {
    position: absolute;
    right: 540px;
    top: 70px;
    width: 180px;
    z-index: 2;
    padding: 22px;
    padding-right: 30px;
    background-color: #E2E735;
    color: #0D3F94;
    text-align: right;
    font-size: 15px;
}

#callout h2 {
    font-size: 21px;
}

#callout p {
    margin-bottom: 0;
}

#form {
    background-color: #fff;
    width: 100%;
    background-color: #fff;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 24px;
    padding-bottom: 36px;
    box-shadow: 0px 4px 8px #ccc;
}

#form input,
#form select {
    width: 100%;
    background-color: #F7F7F7;
    padding: 6px;
    border: 1px solid #E2E2E2;
    color: #575757;
    margin-bottom: 12px;
    border-radius: 0;
    -webkit-appearance: none;
}

#form input {
    color: #656565;
}


/* #form input:required {
    border: 1px solid #E2E2E2;
}

#form input:invalid {
    border: 1px solid #f00;
}

#form input:valid {
    border: 1px solid #0f0;
} */

#form input#firstname {
    margin-right: 1.8%;
    display: inline-block;
}

#form input#lastname {
    margin-left: 0%;
    display: inline-block;
}

#form select {
    appearance: none;
    background: url("../img/caret.svg") 98% / 4% no-repeat #eee;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
}

#form button {
    position: absolute;
    bottom: -58px;
    right: calc(50% - 64px);
    text-align: center;
    width: 128px;
    height: 40px;
    background-color: #00569D;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    transition: all 0.3s linear;
}

#form button:hover {
    background-color: #00297D;
}

::placeholder {
    color: #008571;
    opacity: 1;
}

#form select option {
    color: #008571;
}

#form input[type=checkbox] {
    position: relative;
    width: 1em;
    height: 1em;
    border: 1px solid #999;
    border-radius: 0px;
    appearance: none;
    outline: 0;
    cursor: pointer;
    transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
    margin-bottom: 0 !important;
    margin-right: 12px;
    margin-left: 16px;
}

#form input[type=checkbox]::before {
    position: absolute;
    content: "";
    display: block;
    top: -1px;
    left: 3px;
    width: 8px;
    height: 12px;
    border-style: solid;
    border-color: #333;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    margin-bottom: 0 !important;
}

#form input[type=checkbox]:checked {
    color: #fff;
    border-color: #999;
    background: #e2e2e2;
}

#form input[type=checkbox]:checked::before {
    opacity: 1;
}

#form input[type=checkbox]:checked~label::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

#form label {
    position: relative;
    cursor: pointer;
    font-size: 13px;
    color: #656565;
    padding: 0;
    user-select: none;
    width: 85%;
}

#form label.green {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    color: #008571;
    font-weight: bold;
    padding: 0;
    user-select: none;
    margin-bottom: 4px;
}

#form label::before {
    position: absolute;
    content: attr(data-content);
    color: #ccc;
    clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
    text-decoration: line-through;
    text-decoration-thickness: 3px;
    text-decoration-color: #000;
    transition: clip-path 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#form label a {
    color: #00AA90;
    text-decoration: none;
}

#form label a:hover {
    color: #00AA90;
    text-decoration: underline;
}

.image_link {
    transform: all 0.2s linear;
}

.image_link:hover {
    opacity: 0.85;
}

.expand_contract {
    position: relative;
    right: 0px;
    top: 0px !important;
    width: 24px;
    height: 24px;
    transition: all 0.3s linear;
    transform: rotate(0deg);
    cursor: pointer;
    float: right;
}

.expand_contract img {
    display: none;
}

.expand_contract:before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(../img/plus_Icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.expand_contract.open {}

.expand_contract.open:before {
    content: "";
    color: #333;
    font-size: 30px;
    background-image: url(../img/minus_Icon.svg);
}

img.fullwidth_chart {
    width: 100%;
    height: auto;
}

a.open_results_modal {
    background-color: #008571;
    padding: 12px;
    padding-left: 32px;
    padding-right: 32px;
    color: #fff !important;
    font-family: "Nunito", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s linear;
    margin-bottom: 24px;
    text-align: center;
}

a.open_results_modal:hover {
    background-color: #00A98F;
}

p.privacy {
    font-size: 12px;
    margin-bottom: 8px;
}

.body_container {
    box-shadow: 0px 3px 6px #aaa;
    background-color: #fff;
    padding: 24px;
    color: #444;
    position: relative;
    top: 0px;
    border-top: 3px solid #E2E735;
}

.body_container.sticky {
    position: fixed;
    top: calc(100vh - 50px);
    left: calc(100vw - 100%);
}

.body_container ul,
#isi_text_container ul {
    list-style: none;
}

.body_container ul li:before,
#isi_text_container ul li:before {
    content: "•";
    color: #00AA90;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

.body_container ul li {
    color: #656565;
}

.body_container p {
    color: #656565;
}

.content_callout {
    padding: 16px;
    padding-bottom: 0;
    border: 1px solid #000;
    margin-bottom: 24px;
}

p.scrip_info {
    font-weight: bold;
    color: #0D3F94;
}

.body_container a,
#isi_text_container a,
a.green {
    color: #008571;
    text-decoration: none;
}

.body_container a:hover,
#isi_text_container a:hover,
a.green:hover {
    color: #008571;
    text-decoration: underline;
}

.body_container a:visited,
.body_container a:active,
#isi_text_container a:visited,
#isi_text_container a:active,
a.green:visited,
a.green:active {
    color: #00AA90;
    text-decoration: none;
}

footer {
    position: relative;
    height: 125px;
    width: 100vw;
    bottom: 0;
    left: 0;
    background-color: #03297D;
    padding: 24px;
    z-index: 99;
}

footer p {
    color: #fff !important;
    font-size: 13px !important;
    margin-top: 12px;
    margin-bottom: 12px;
}

footer div.text-right p:nth-of-type(1) {
    margin-top: 0px;
}

footer div.text-right p:nth-of-type(2) {
    padding-top: 1px;
}

#isi_text_container ul li ul li {
    list-style: none;
}

div#isi_text_container ul li ul li:before,
div#safety_content ul li ul li:before {
    list-style: none;
    content: "-";
    color: #03297D;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

div#isi_text_container ul li ul li::marker {
    display: none;
}

.body_container h4,
div#safety_content h4 {
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #00428B;
    margin-bottom: 20px;
}

p.toppad {
    padding-top: 24px !important;
}

ul.bottom_nav {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1;
}

ul.bottom_nav li {
    display: inline-block;
    margin-right: 16px;
}

ul.bottom_nav li:before {
    content: "" !important;
}

ul.bottom_nav li a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
}

ul.bottom_nav li a:hover {
    color: #fff;
    text-decoration: underline;
}

ul.bottom_nav+p {
    margin-top: 16px;
}

div.footer_logo {
    background-image: url(../img/svg/MacroGenics_logo_Large_R_KO.svg);
    background-position: top center;
    background-size: 120px;
    min-height: 75px;
    background-repeat: no-repeat;
    text-indent: -9999px;
}

#thankyou_container {
    width: 600px;
    height: 370px;
    position: absolute;
    display: block;
    top: 220px;
    left: calc(50vw - 300px);
    background-color: transparent;
    background-image: url(../img/thankyou_bg.svg);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 64px;
    padding-top: 80px;
}

#thankyou_container h1 {
    font-size: 36px;
    color: #03297D;
    font-family: "Roboto Slab", serif;
    display: block;
}

.thankyou_row {
    width: 100%;
    padding: 12px;
}

.thankyou_row a {
    color: #008571;
    font-family: "Nunito", sans-serif;
    text-transform: uppercase;
    display: inline-block;
}

a.thankyou_link {
    display: inline-block;
    font-weight: bold;
    background-size: 10px;
    background-repeat: no-repeat;
    padding-right: 16px;
    background-position: center right;
    background-image: url(../img/return_arrow.svg);
    margin-left: 7px;
}

#isi_link {
    position: fixed;
    bottom: -18px;
    left: 0;
    z-index: 1001;
    width: 100vw;
    height: 215px;
    padding: 16px;
    background-color: #fff;
    text-align: left;
    display: block;
    border-top: 3px solid #E2E735;
    transition: all 0.3s ease-in-out;
    display: none;
}

#isi_link h4,
.body_container.no_mobile_pad h4 {
    margin-bottom: 6px;
    font-size: 16px;
    font-family: "Nunito", sans-serif;
    font-weight: bold;
    display: inline-block;
    width: 75%;
    margin-bottom: 20px;
}

#isi_link h5,
.body_container h5 {
    font-family: "Nunito", sans-serif;
    color: #008571;
    font-size: 14px;
    font-weight: bold;
}

#isi_link p,
.body_container p {
    font-size: 14px;
}

#isi_link li,
.body_container li {
    font-size: 14px;
}

#isi_link li,
.body_container li {
    font-size: 14px;
}

#isi_link h6,
.body_container h6 {
    font-family: "Nunito", sans-serif;
    color: #656565;
    font-size: 14px;
    font-weight: bold;
}

#isi_link span.green,
.body_container span.green {
    font-family: "Nunito", sans-serif;
    color: #008571;
    font-size: 14px;
    font-weight: bold;
}

#isi_link .expand_contract {
    top: 14px;
    position: relative;
    top: inherit;
    float: right;
}

#isi_text_container {
    width: 100%;
    margin: 0 auto;
    height: 150px;
    overflow-y: hidden;
    transition: all 0.3s linear;
}

#isi_link.open {
    height: calc(100vh - 130px);
}

#isi_link.open #isi_text_container {
    height: 80vh;
    overflow-y: scroll;
}


/* div#hamburger {
    display: none;
    width: 30px;
    height: 18px;
    background-image: url(../assets/m_menue.svg);
    background-position: center center;
    background-size: cover;
    text-indent: -9999px;
    position: absolute;
    top: 60px;
    right: 24px;
    cursor: pointer;
} */

div#hamburger {
    height: 26px;
    width: 32px;
    position: absolute;
    top: 60px;
    right: 24px;
    z-index: 2;
    display: none;
    flex-direction: column;
    justify-content: space-between;
}

div#hamburger .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #fff;
}

div#hamburger .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
}

div#hamburger .line2 {
    transition: transform 0.2s ease-in-out;
}

div#hamburger .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
}

div#hamburger.open .line1 {
    transform: rotate(45deg);
}

div#hamburger.open .line2 {
    transform: scaleY(0);
}

div#hamburger.open .line3 {
    transform: rotate(-45deg);
}


/* div#hamburger.open {
    background-image: url(../assets/X_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
} */

div.prescribing_info_mobile {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    background-color: #03297D;
    line-height: 1;
    z-index: 10001;
    padding: 4px;
}

div.prescribing_info_mobile a {
    font-family: "Nunito", sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-decoration: none;
}

div.prescribing_info_mobile a:hover {
    text-decoration: underline;
}

.image_desktop {
    display: block;
}

.image_mobile {
    display: none;
}

@media screen and (max-width: 414px) {
    body {
        background-image: none;
    }
    main {
        overflow-x: hidden;
    }
    #top_container {
        background-size: 100% !important;
    }
    .top_content_col {
        padding-left: 0 !important;
        padding-right: 0 !important;
        position: inherit;
    }
    .top_content_left {
        /* height: 485px !important; */
    }
    #logo {
        position: inherit;
        top: inherit;
        left: inherit;
        margin-left: 20px;
        margin-top: 20px;
        width: 132px;
        height: 84px;
    }
    #top_left_content {
        position: absolute;
        top: 225px;
        left: 0;
        width: 100%;
        text-align: center;
        padding: 24px;
    }
    #top_container {}
    .row.button_row {
        display: none;
    }
    div.main_content {
        padding-top: 96px;
    }
    div.main_content h1 {
        font-size: 28px !important;
    }
    div.main_content h2 {
        font-size: 22px !important;
    }
    #form_container {
        top: 220px;
    }
    #top_left_content p {
        color: #fff;
        font-size: 14px;
    }
    #top_right_container {
        display: none;
    }
    .mobile_headline {
        width: 100%;
        text-align: center;
        padding: 32px;
        z-index: 3;
    }
    #top_container {
        height: inherit !important;
    }
    .mobile_headline p {
        color: #fff;
    }
    #callout {
        top: 200px;
        right: 5vw;
        width: 90vw;
        padding: 12px;
        text-align: center;
    }
    .bottom_callout {
        width: 100%;
        height: auto;
        left: 0;
    }
    .row.bottom_row {
        display: none;
    }
    #callout p {
        margin-bottom: 0;
        font-size: 16px;
    }
    div.read_link {
        top: 0px;
        left: 0px;
    }
    #form {
        width: 100% !important;
        padding-left: 24px;
        top: 288px;
        right: 0;
    }
    #form input#firstname {
        width: 100%;
        margin-right: 0;
        -webkit-appearance: none;
    }
    #form input#lastname {
        width: 100%;
        -webkit-appearance: none;
    }
    #form button {
        right: inherit;
        left: calc(50% - 64px);
        -webkit-appearance: none;
    }
    #form label {
        font-size: 12px !important;
    }
    #form select {
        -webkit-appearance: none;
    }
    p.privacy {
        font-size: 12px;
        margin-bottom: 8px;
    }
    footer {
        height: 440px;
        position: inherit;
    }
    div.footer_row_1 .row,
    div.footer_row_2 .row {
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    footer div.text-right {
        text-align: center !important;
    }
    footer div.text-right p {
        display: inline-block;
        /* padding-bottom: 16px; */
    }
    .top_right_cta {
        display: block;
        position: absolute;
        top: 24px;
        right: 20px;
        width: 50vw;
        text-align: right;
    }
    .top_right_cta a img {
        /* width: 35vw;
        height: auto; */
    }
    .body_container {
        position: relative;
        background-color: #fff;
        width: 100vw;
        z-index: 98;
        z-index: 2;
    }
    .body_container.open {
        position: relative;
    }
    footer {
        z-index: 1;
    }
    .body_container h4 {
        font-size: 18px;
    }
    p.main_pi_link {
        display: none;
    }
    #thankyou_container {
        width: 95vw;
        height: 370px;
        position: absolute;
        display: block;
        top: 220px;
        left: 2.5vw;
        background-color: transparent;
        background-image: url(../img/thankyou_bg.svg);
        background-position: top left;
        background-repeat: no-repeat;
        padding: 64px;
        padding-left: 100px;
    }
    #thankyou_container h1 {
        font-size: 20px;
    }
    div#hamburger {
        display: flex;
    }
    div.prescribing_info_mobile {
        display: block;
    }
    .image_desktop {
        display: none;
    }
    .image_mobile {
        display: block;
    }
    #top_container.active {
        height: 150px !important;
    }
    #top_container.active .mobile_headline {
        display: none !important;
    }
    div.bottom_callout_hcp_1 {
        background-image: url(../assets/callouts/mobile/cta_m_the_pivotal.svg) !important;
        height: 114px !important;
        position: relative;
        left: 0 !important;
        width: 100% !important;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        object-fit: none;
        object-position: none;
    }
    div.bottom_callout_hcp_1:hover {
        background-image: url(../assets/callouts/mobile/cta_m_the_pivotal_h.svg) !important;
    }
    div.bottom_callout_hcp_2 {
        background-image: url(../assets/callouts/mobile/cta_m_SOPHIA_study.svg) !important;
        height: 114px !important;
        position: relative;
        left: 0 !important;
        width: 100% !important;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        object-fit: none;
        object-position: none;
    }
    div.bottom_callout_hcp_2:hover {
        background-image: url(../assets/callouts/mobile/cta_m_SOPHIA_study_h.svg) !important;
    }
    div.downloads {
        display: block;
    }
    .download_container {
        height: 108px !important;
        margin-bottom: 16px;
    }
    div.cta_callout_flexibility,
    div.cta_callout_enquiries {
        background-image: url(../assets/callouts/desktop/CTA_Flex_chemo_choice.svg);
        width: 100% !important;
        min-height: 260px;
        background-size: contain;
        background-position: top right;
        background-repeat: no-repeat;
        cursor: pointer;
        margin-top: 48px;
        margin-bottom: 0;
    }
}


/* big phone */

@media screen and (min-width: 414px) and (max-width: 576px) {
    .top_content_col {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .top_content_left {}
    #logo {
        position: inherit;
        top: inherit;
        left: inherit;
        margin-left: 20px;
        margin-top: 20px;
        width: 132px;
        height: 84px;
    }
    #top_left_content {
        position: absolute;
        top: 225px;
        left: 0;
        width: 100%;
        text-align: center;
        padding: 24px;
    }
    #top_container {
        padding-bottom: 0;
    }
    h1 {
        font-size: 44px;
    }
    #top_left_content p {
        color: #fff;
        font-size: 14px;
    }
    #top_right_container {
        display: none;
    }
    .image_desktop {
        display: none;
    }
    .image_mobile {
        display: block;
    }
    .mobile_headline {
        width: 100%;
        text-align: center;
        padding: 32px;
        height: 330px;
    }
    div#hamburger {
        display: flex;
    }
    div.prescribing_info_mobile {
        display: block;
    }
    .mobile_headline p {
        color: #fff;
    }
    #form_container {
        top: 184px;
    }
    #callout {
        top: -284px;
        right: 5vw;
        width: 90vw;
        padding: 12px;
        text-align: center;
        min-height: 96px;
    }
    #callout p {
        margin-bottom: 0;
    }
    #form label {
        font-size: 10px !important;
    }
    p.privacy {
        font-size: 12px;
        margin-bottom: 8px;
    }
    div.read_link {
        top: 0px;
        left: 0px;
        display: block;
    }
    #form {
        width: 100% !important;
        padding-left: 24px;
        top: -200px;
        right: 0;
    }
    #form button {
        right: inherit;
        left: calc(50% - 74px);
    }
    #form label {
        font-size: 12px !important;
    }
    footer {
        height: 450px;
        position: inherit;
    }
    div.footer_row_1 .row,
    div.footer_row_2 .row {
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    footer .text-right {
        text-align: center !important;
    }
    footer .text-right p {
        display: inline-block;
        padding-bottom: 16px;
    }
    .top_right_cta {
        display: block;
        position: absolute;
        top: 24px;
        right: 20px;
        width: 50vw;
        text-align: right;
    }
    .top_right_cta a img {
        /* width: 35vw;
        height: auto; */
    }
    .body_container {
        position: relative;
        background-color: #fff;
        width: 100vw;
        margin-left: 0;
        z-index: 98;
        z-index: 2;
    }
    .body_container.open {
        position: relative;
    }
    footer {
        z-index: 1;
    }
    .body_container h4 {
        font-size: 18px;
    }
    p.main_pi_link {
        display: none;
    }
    #thankyou_container {
        width: 95vw;
        height: 370px;
        position: absolute;
        display: block;
        top: 220px;
        left: 2.5vw;
        background-color: transparent;
        background-image: url(../img/thankyou_bg.svg);
        background-position: top left;
        background-repeat: no-repeat;
        padding: 64px;
    }
    #top_container.active {
        height: 150px !important;
    }
    #top_container.active .mobile_headline {
        display: none !important;
    }
    #top_container {
        /* background-image: url(../assets/homepage/mobile/m_women_transparent.png);
        background-position: bottom center;
        background-size: 100% !important; */
    }
    div.bottom_callout_hcp_2 {
        background-image: url(../assets/callouts/mobile/cta_m_SOPHIA_study.svg);
    }
    div.bottom_callout_hcp_2:hover {
        background-image: url(../assets/callouts/mobile/cta_m_SOPHIA_study_h.svg);
    }
    div.cta_callout,
    div.cta_callout_enquiries {
        display: none !important;
    }
}

@media screen and (min-width: 577px) and (max-width: 767px) {
    .top_content_col {
        padding-left: 0 !important;
        padding-right: 0 !important;
        /* height: 685px; */
        position: inherit;
    }
    .image_desktop {
        display: none;
    }
    .image_mobile {
        display: block;
    }
    .top_content_left {
        /* height: 485px !important; */
    }
    .mobile_headline {
        width: 100%;
        text-align: center;
        padding: 32px;
    }
    .mobile_headline p {
        color: #fff;
    }
    #top_container .container:nth-of-type(1) {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .row.button_row {
        display: none;
    }
    div.bottom_callout {
        margin-top: 32px;
        margin-bottom: 32px;
        position: relative;
        left: -230px;
        width: 100%;
        object-fit: cover;
        object-position: right;
        background-image: url(../assets/callouts/desktop/cta_dosageandadmin.svg);
        cursor: pointer;
    }
    div.bottom_callout:hover {
        background-image: url(../assets/callouts/desktop/cta_dosageandadmin_h.svg);
    }
    #logo {
        position: inherit;
        top: inherit;
        left: inherit;
        margin-left: 20px;
        margin-top: 20px;
        width: 132px;
        height: 84px;
    }
    #top_left_content {
        position: absolute;
        top: 225px;
        left: 0;
        width: 100%;
        text-align: center;
        padding: 24px;
    }
    #top_container {
        /* background-image: url(../assets/homepage/homepage_tablet.png);
        background-position: bottom center;
        background-size: 60%; */
    }
    h1 {
        font-size: 44px;
    }
    #top_left_content p {
        color: #fff;
        font-size: 14px;
    }
    #top_right_container {
        display: none;
    }
    .mobile_headline {
        width: 100%;
        text-align: center;
        padding-top: 32px;
        padding-bottom: 32px;
    }
    #callout {
        top: 230px;
        right: 5vw;
        width: 90vw;
        padding: 12px;
        text-align: center;
        min-height: 96px;
    }
    #callout p {
        margin-bottom: 0;
    }
    div.read_link {
        top: 0px;
        left: 0px;
        display: block;
    }
    #form_container {
        left: 0;
    }
    #form {
        width: 100% !important;
        padding-left: 24px;
        top: 310px;
        right: 0px;
    }
    #form button {
        right: inherit;
        left: calc(50% - 74px);
    }
    #form label {
        font-size: 9px !important;
    }
    footer {
        height: 400px;
        position: inherit;
    }
    div.footer_row_1 .row,
    div.footer_row_2 .row {
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    footer .text-right {
        text-align: center !important;
    }
    footer .text-right p {
        display: inline-block;
        padding-bottom: 16px;
    }
    .top_right_cta {
        display: block;
        position: absolute;
        top: 24px;
        right: 20px;
        width: 50vw;
        text-align: right;
    }
    .top_right_cta a img {
        /* width: 35vw;
        height: auto; */
    }
    .body_container {
        position: relative;
        background-color: #fff;
        z-index: 98;
    }
    .body_container.open {
        position: relative;
        max-width: inherit;
    }
    footer {
        z-index: 1;
    }
    .body_container h4 {
        font-size: 18px;
    }
    p.main_pi_link {
        display: none;
    }
    .top_right_cta,
    .mobile_headline {
        display: block !important;
    }
    div#hamburger {
        display: flex;
    }
    div.prescribing_info_mobile {
        display: block;
    }
    .callout_image {
        width: 100%;
        height: auto;
    }
    .row.button_row {
        position: relative;
        top: 315px;
    }
    #top_container.active {
        height: 150px !important;
    }
    #top_container.active .mobile_headline {
        display: none !important;
    }
}

#top_container.active {}

@media screen and (min-width: 991px) and (max-width: 1200px) {
    .button_container .button {
        margin-left: 12px;
        margin-right: 12px;
        width: 325px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    body {
        background-image: none;
    }
    .body_container {
        margin-bottom: 430px !important;
    }
    /* .row.button_row_mobile {
        display: none;
    } */
    #top_container {}
    .image_desktop {
        display: block;
    }
    .image_mobile {
        display: none;
    }
    .mobile_content .image_mobile {
        display: block;
    }
    .row.button_row {
        top: 325px !important;
    }
    #logo {
        top: 125px;
    }
    #divider {
        top: 95px;
        left: 192px;
    }
    #top_right_container {
        top: 72px;
        left: 0px;
    }
    #top_right_container h1 {
        font-size: 36px;
    }
    #top_right_container p {
        font-size: 16px;
    }
    #divider {
        display: block;
    }
    .callout_image {
        width: 100%;
        height: auto;
    }
    #top_left_content {
        top: 220px;
        position: absolute;
        top: 200px;
        left: 0;
        width: 86vw;
        padding: 32px;
        padding-left: 0;
        text-align: center;
    }
    .top_content_col {}
    #form_container {
        top: 350px;
    }
    div.footer_logo {
        background-size: contain;
    }
    #logo {
        left: 10px;
        width: 140px;
        background-size: contain;
    }
    #divider {
        left: 180px;
    }
    div.read_link {
        top: 15px;
    }
    footer {
        height: 320px;
        position: inherit;
        margin-top: 160px;
    }
    div.footer_row_1 .row,
    div.footer_row_2 .row {
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    .body_container {
        margin-bottom: 400px;
    }
    footer .text-right {
        text-align: center !important;
    }
    footer .text-right p {
        display: inline-block;
        padding-bottom: 16px;
    }
    #callout h2 {
        word-spacing: 9999px;
    }
    #form input#firstname {
        width: 48.3%;
    }
    .content_element,
    .form_container {
        padding-left: 0px !important;
    }
    .downloads .download_container {
        height: 110px !important;
        margin-bottom: 16px;
    }
    div.cta_callout,
    div.cta_callout_enquiries {
        display: none !important;
    }
    body.homepage div.main_content {
        padding-top: 40px !important;
    }
    .button_container {
        display: none !important;
    }
    .row.button_row_mobile {
        display: block;
    }
    .row.button_row_mobile .button_container {
        display: block !important;
    }
    .row.button_row_mobile .button_container .button {
        width: 100%;
        margin-bottom: 16px;
    }
    #sidebar_cta_container {
        display: none;
    }
    div.cta_skew_container {
        width: 75% !important;
    }
    div.cta_skew_container.narrow {
        width: 64% !important;
    }
    div.cta_skew_container.narrower {
        width: 65% !important;
    }
    div.cta_skew_container .skew_container_inner p br {
        display: none;
    }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
    #top_left_content {
        top: 220px;
        left: 0;
        width: 220px;
        padding: 32px;
        padding-left: 0;
        text-align: left;
    }
    #divider {
        display: block;
    }
    #callout h2 {
        word-spacing: 9999px;
    }
    #form input#firstname {
        width: 48.3%;
    }
    .row.button_row_mobile {
        display: none;
    }
    div.skew_container_inner p br {
        display: none;
    }
    div.cta_skew_container.narrower {
        width: 70% !important;
    }
    div.cta_skew_container.narrow {
        width: 72% !important;
    }
    div.cta_skew_container {
        width: 84% !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    #top_left_content {
        width: 230px;
    }
    #divider {
        display: block;
    }
    #callout h2 {
        word-spacing: 9999px;
    }
    #form_container {
        top: 189px;
    }
    #top_right_container {
        position: absolute;
        top: 50px;
        left: 90px;
    }
    .callout_image {
        width: 100%;
        height: auto;
    }
    .row.button_row_mobile {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    #divider {
        display: block;
    }
    #callout h2 {
        word-spacing: 9999px;
    }
    .row.button_row_mobile {
        display: none;
    }
}


/* very small phone */

@media screen and (max-width: 320px) {
    #top_container {}
    .mobile_headline h1 {
        font-size: 34px;
    }
    #form {
        top: 388px;
        padding-top: 42px;
    }
    #callout {
        top: 230px;
    }
    #form {
        height: initial;
        top: 300px;
    }
    #form label {
        width: 80%;
    }
    #form label {
        font-size: 12px !important;
    }
    p.privacy {
        font-size: 12px;
        margin-bottom: 8px;
    }
    #form input#firstname {
        width: 100%;
    }
    #logo {
        margin-top: 30px;
        width: 99px;
        height: 63px;
    }
    #form_container {
        top: 200px;
    }
    #top_left_content {
        position: absolute;
        top: 225px;
        left: 0;
        width: 100%;
        text-align: center;
        padding: 24px;
        padding-top: 12px;
    }
    #isi_link h4 {
        margin-bottom: 6px;
        font-size: 18px;
        display: inline-block;
        float: left;
        width: 70%;
    }
    .body_container {}
    .image_desktop {
        display: none;
    }
    .image_mobile {
        display: block;
    }
    .download_container.partial.nccn {
        margin-top: 70px !important;
    }
    div.nccn_title {
        top: -48px !important;
    }
}

@media screen and (max-height: 650px) {
    #isi_link {
        display: block;
    }
    footer {
        z-index: 1;
    }
}

@media screen and (max-width: 959px) and (max-height: 850px) {
    #isi_link {
        display: block;
    }
    footer {
        z-index: 1;
    }
}

@media screen and (max-width: 568px) {
    #thankyou_container {
        background-image: none;
        background-color: #fff;
        height: 500px;
        padding-left: 64px;
    }
    .bottom_callout {
        width: 100%;
        height: auto;
        left: 0;
    }
    .image_desktop {
        display: none;
    }
    .image_mobile {
        display: block;
    }
    .top_container_sub {
        background-image: none !important;
    }
    div.cta_callout,
    div.cta_callout_enquiries,
    div.cta_callout_flexibility {
        display: none !important;
    }
}

@media screen and (max-width: 400px) {
    div.thankyou_row.nopad {
        padding-left: 0;
        padding-right: 0;
    }
    #thankyou_container {
        height: 580px;
    }
}

@media screen and (max-width: 400px) {
    #thankyou_container {
        height: 500px;
        top: 110px;
        padding: 24px;
        padding-top: 40px;
    }
}

#fpo {
    position: absolute;
    top: 50px;
    left: 0;
    height: 120px;
    width: 100%;
    font-size: 90px;
    color: #f00;
    padding-top: 62px;
    text-align: center;
}

.row.button_row {
    position: relative;
    top: 70px;
}

.button_container_mobile {
    display: none;
}

.button_container {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.button_container .button {
    /* cursor: pointer; */
    width: 350px;
    height: 150px;
    background-color: #fff;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
    justify-content: left;
    align-items: top;
    font-family: "Roboto Slab", serif;
    font-size: 18px;
    color: #008571;
    text-align: left;
    padding: 16px;
    border-top: 4px solid #00AA90;
    transition: all 0.2s linear;
}

.button_container .button h6 {
    font-family: "Roboto Slab", serif;
    font-size: 22px;
    color: #008571;
    display: block;
}

.button_container .button p {
    font-family: "Nunito", sans-serif;
    font-size: 13px;
    color: #656565;
    display: block;
    white-space: break-spaces;
}

.button_container a:hover {
    text-decoration: none;
}

.button_container a:hover .button {
    background-color: #f6f6f6;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
}

.button_container a:hover .button h6,
.button_container a:hover .button p {
    text-decoration: none;
}

.button_container a:nth-of-type(1) .button {
    border-top: 4px solid #05358E;
}

.button_container a:nth-of-type(2) .button {
    border-top: 4px solid #00AA90;
}

.button_container a:nth-of-type(3) .button {
    border-top: 4px solid #E8E130;
}

.button_container .button:hover,
.button_container .button.active {
    /* background-color: #9ADDD3;
    color: #01549C;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.2); */
}

div.main_content {
    padding-top: 64px;
}

body.homepage div.main_content {
    padding-top: 40px;
}

div.main_content.thankyou_content {
    min-height: 75vh;
}

div.main_content h1 {
    font-family: "Roboto Slab", serif;
    font-size: 32px;
    color: #00297D;
    margin-bottom: 18px;
}

div.main_content h2 {
    font-family: "Nunito", sans-serif;
    font-size: 26px;
    color: #656565;
    margin-bottom: 18px;
    font-weight: normal;
}

div.main_content div.form_container h2 {
    font-size: 20px;
}

div.main_content p,
div.main_content li {
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    color: #656565;
}

div.main_content p.larger,
div.main_content p.first {
    font-size: 18px;
}

div.main_content ul {
    list-style: none;
}

div.main_content ul li:before {
    content: "•";
    color: #00AA90;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

div.main_content h5.references,
div.modal h5.references {
    font-family: "Nunito", sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #656565;
}

div.main_content p.references,
div.modal p.references {
    font-family: "Nunito", sans-serif;
    font-size: 13px;
    color: #656565;
    margin-bottom: 4px;
}

.left_pad {
    margin-left: 8px;
}

h5.references.left_pad {
    margin-top: 16px;
}

div.main_content img.full_image {
    width: 100%;
    height: auto;
    /* margin-top: 24px;
    margin-bottom: 24px; */
}

.full_image.sm_padding {
    margin-top: 8px;
    margin-bottom: 16px;
}

div.bottom_callout {
    margin-top: 32px;
    margin-bottom: 32px;
    height: 74px;
    position: relative;
    left: -700px;
    width: 1230px;
    object-fit: cover;
    object-position: right;
    background-image: url(../assets/callouts/cta_dosageandadmin_2.svg);
    background-repeat: no-repeat;
    cursor: pointer;
}

div.bottom_callout:hover {
    background-image: url(../assets/callouts/cta_dosageandadmin_2_h.svg);
}

.bottom_callout rect.cls-4:hover {
    fill: #00aa90;
}

div.bottom_callout_2 {
    margin-top: 32px;
    margin-bottom: 32px;
    height: 74px;
    position: relative;
    left: -690px;
    width: 1230px;
    object-fit: cover;
    object-position: right;
    background-image: url(../assets/callouts/cta_patentsupport_2.svg);
    background-repeat: no-repeat;
    cursor: pointer;
}

div.bottom_callout_2:hover {
    background-image: url(../assets/callouts/cta_patentsupport_2_h.svg);
}

div.bottom_callout_3 {
    margin-top: 32px;
    margin-bottom: 32px;
    height: 74px;
    position: relative;
    left: -230px;
    width: 840px;
    object-fit: cover;
    object-position: right;
    background-image: url(../assets/cta_themakerofmargenza.svg);
    background-repeat: no-repeat;
    cursor: pointer;
}

div.bottom_callout_3:hover {
    background-image: url(../assets/cta_themakerofmargenza_h.svg);
}

div.bottom_callout_4 {
    margin-top: 32px;
    margin-bottom: 32px;
    height: 74px;
    position: relative;
    left: -230px;
    width: 900px;
    object-fit: cover;
    object-position: right;
    background-image: url(../assets/cta_takeamomment.svg);
    background-repeat: no-repeat;
    cursor: pointer;
}

div.bottom_callout_4:hover {
    background-image: url(../assets/cta_takeamomment_h.svg);
}

div.bottom_callout_5 {
    margin-top: 32px;
    margin-bottom: 32px;
    height: 90px;
    position: relative;
    left: -690px;
    width: 1370px;
    object-fit: cover;
    object-position: right;
    background-image: url(../assets/callouts/desktop/cta_macrogenics_the_maker.svg);
    background-repeat: no-repeat;
    cursor: pointer;
}

div.bottom_callout_5:hover {
    background-image: url(../assets/callouts/desktop/cta_macrogenics_the_maker_h.svg);
}

.attr_tooltip {
    margin: 8px;
    margin-left: 0;
    padding: 12px;
    border: 1px solid #ebebeb;
    background-color: #fff;
    box-shadow: 2px 2px 8px #ccc;
    position: absolute;
    z-index: 99;
    width: 200px;
    height: auto;
}

.attr_tooltip :after {
    content: '';
    display: block;
    position: absolute;
    left: 95px;
    bottom: 100%;
    width: 0;
    height: 0;
    border-bottom: 10px solid #fff;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

div.desktop_content,
img.desktop_content {
    display: block;
}

div.mobile_content,
img.mobile_content {
    display: none !important;
}

span.tooltip_title {
    font-weight: bold;
    display: block;
    font-size: 12px;
}

span.tooltip_text {
    font-size: 11px;
    font-weight: normal;
}

span.tooltip_text ol {
    margin: 0 0 0 12px;
    padding: 0;
    font-weight: bold;
}

span.tooltip_text ol li {
    margin: 0;
    padding: 0;
}

span.tooltip_text ol li span {
    font-weight: normal;
}

body.hide_overflow {
    overflow: hidden;
}

div.modal {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9998;
    display: none;
}

div.modal_buttons {
    margin-top: 24px;
}

div.modal_inner {
    margin-top: 100px;
    margin-left: 20vw;
    margin-right: 20vw;
    min-height: 250px;
    background-color: #fff;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    z-index: 9999;
    text-align: center;
    position: relative;
}

div.modal_inner.chart_modal_inner {
    margin-left: 4vw;
    margin-right: 4vw;
    margin-top: 4vh;
    margin-bottom: 4vh;
    padding-left: 0;
    padding-right: 0;
    overflow-y: auto;
    height: 92%;
    position: fixed;
}

div.modal_inner.chart_modal_inner div.container {
    height: 100%;
    width: 100%;
    max-width: initial;
    overflow-y: scroll;
    text-align: left;
}

div.modal_inner.chart_modal_inner div.container p {
    font-size: 13px;
    padding-left: 8px;
}

div.modal_inner.chart_modal_inner div.container h2,
div.modal_inner.chart_modal_inner div.container h3,
div.modal_inner.chart_modal_inner div.container h5.references {
    padding-left: 8px;
}

div.modal_inner.chart_modal_inner div.container h2 {
    font-size: 25px;
    font-weight: bold;
}

div.modal_inner.chart_modal_inner div.container h3 {
    font-size: 18px;
    font-weight: normal;
}

div.modal_inner.chart_modal_inner div.container p.chart_title {
    font-family: "Roboto Slab", serif;
    font-size: 18px;
    color: #008571;
    text-align: center;
    padding-left: 0;
    margin-bottom: 0;
}

p.disclaimer_text {
    font-size: 15px !important;
    font-weight: bold;
}

button.close_modal {
    padding: 10px;
    padding-left: 32px;
    padding-right: 32px;
    margin-top: 16px;
    margin-bottom: 32px;
    color: #fff;
    line-height: 1;
    font-size: 15px;
    text-transform: uppercase;
    font-family: "Nunito", sans-serif;
    transition: all 0.2s linear;
    background-color: #008571;
    border: none;
}

button.close_modal:hover {
    background-color: #00A98F;
}

div.modal_close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 16px;
    height: 16px;
    background-image: url(../assets/Interstitial_X.svg);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

div#bca_modal_close {
    background-image: url(../assets/modal_x.svg);
}

div.modal_close:hover {
    background-image: url(../assets/Interstitial_X_h.svg);
}

div#external_modal div.modal_inner {
    min-height: 320px;
}

div#external_modal div.modal_inner p {
    margin-bottom: 32px;
}

div.modal_inner ul {
    text-align: left;
    margin-bottom: 32px;
    list-style: none;
    margin-left: 0;
    padding-left: 24px;
}

div.modal_inner ul li:before {
    content: "•";
    color: #00AA90;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

div.modal_inner h2 {
    color: #00358F;
    font-size: 18px;
    font-family: "Roboto Slab", serif;
    margin-bottom: 24px;
}

div.modal_inner p {}

div.modal_inner li a {
    color: #008571;
    text-decoration: none;
}

div.modal_inner li a:hover {
    color: #008571;
    text-decoration: underline;
}

div.modal_inner a.sophia_link,
div.modal_inner a.stay_link {
    text-align: center;
    padding: 16px;
    background-color: #00569D;
    color: #fff;
    font-family: "Nunito", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 15px;
}

div.modal_inner a.cancel_link {
    margin-top: 32px;
    font-weight: bold;
    display: inline-block;
    color: #187BD0;
}

p.modal_green {
    font-size: 15px;
    font-family: "Roboto Slab", serif;
    color: #008571;
}

div.bottom_callout_hcp_1 {
    margin-top: 32px;
    margin-bottom: 32px;
    height: 74px;
    position: relative;
    left: -745px;
    width: 1230px;
    object-fit: cover;
    object-position: right;
    background-image: url(../assets/callouts/cta_the_pivotal_2.svg);
    cursor: pointer;
    background-repeat: no-repeat;
}

div.bottom_callout_hcp_1:hover {
    background-image: url(../assets/callouts/cta_the_pivotal_2_h.svg);
}

div.bottom_callout_hcp_2 {
    margin-top: 32px;
    margin-bottom: 32px;
    height: 74px;
    position: relative;
    left: -745px;
    width: 1230px;
    object-fit: cover;
    object-position: right;
    background-image: url(../assets/callouts/cta_SOPHIA_study_2.svg);
    cursor: pointer;
    background-repeat: no-repeat;
}

div.bottom_callout_hcp_2:hover {
    background-image: url(../assets/callouts/cta_SOPHIA_study_2_h.svg);
}

.callout_image {
    margin-top: 96px;
    cursor: pointer;
}

#content_3 a:hover {
    text-decoration: none;
}

.download_container {
    width: 100%;
    height: 110px;
    display: flex;
    box-shadow: 2px 2px 6px #ccc;
    margin-bottom: 0px;
    transition: all 0.2s linear;
    cursor: pointer;
    background-color: #fff;
}

.download_container.partial {
    width: 70%;
    margin-left: 15%;
    height: 110px;
    margin-bottom: 24px;
    display: flex;
    box-shadow: 2px 2px 6px #ccc;
    transition: all 0.2s linear;
    cursor: pointer;
    background-color: #fff;
}

.download_container.partial.nccn {
    width: 100%;
    margin-left: 0%;
    height: auto;
    margin-bottom: 24px;
    display: block;
    box-shadow: 2px 2px 6px #ccc;
    transition: all 0.2s linear;
    cursor: initial;
    background-color: #fff;
    padding: 24px;
    margin-top: 60px;
    position: relative;
}

.download_container.partial.nccn p {
    color: #00297D;
}

.download_container.partial.nccn p:nth-of-type(1) {
    display: inline-block;
    margin: 0;
    margin-top: 32px;
    font-size: 16px;
    padding: 0;
}

.download_container.partial.nccn p:nth-of-type(2) {
    font-family: "Roboto Slab", serif;
    font-size: 16px;
}

.download_container.partial.nccn p strong {
    font-family: "Roboto Slab", serif;
}

.download_container.partial.nccn p.smaller {
    color: #656565;
    font-size: 12px;
    padding: 0;
    margin: 0;
}

div.nccn_title {
    position: absolute;
    top: -30px;
    background-color: #008571;
    transform: skew( -10deg);
    padding: 12px;
    padding-left: 30px;
    padding-right: 32px;
    width: 90%;
    margin-left: 1%;
}

h3.nccn_heading {
    transform: skew(10deg);
    color: #fff !important;
    display: block;
    padding: 0;
    margin: 0 !important;
}

.download_container:hover {
    box-shadow: 4px 4px 8px #aaa;
}

.download_left {
    width: 65px;
    height: 100%;
    display: flex;
    background-color: #fff;
    background-image: url(../img/svg/download_icon.svg);
    background-position: center center;
    background-size: 40%;
    background-repeat: no-repeat;
}

.download_left.external {
    background-image: url(../assets/link_out.svg);
}

.download_container:hover .download_left {
    opacity: 0.85;
}

.download_right {
    width: calc(100% - 75px);
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding-left: 24px;
    padding-top: 12px;
    display: block;
}

.download_right.toppad {
    padding-top: 32px;
}

.download_right h6 {
    font-family: "Roboto Slab", serif;
    font-size: 18px;
    font-weight: normal;
    color: #008571
}

.download_right p {
    font-size: 13px !important;
}

a .download_container:hover .download_right h6,
a .download_container:hover .download_right p {
    text-decoration: none !important;
}

#hamburger_menu {
    width: 100vw;
    height: 0px;
    background-color: #01549C;
    top: 128px;
    left: 0;
    transition: max-height 0.3s linear;
    z-index: 9999;
    display: none;
}

#hamburger_menu ul li.ext_link {
    border: none;
    background: none;
}

#hamburger_menu>ul>li>a {
    width: 100%;
    padding: 24px;
    text-align: right;
    display: block;
    color: #fff;
    text-decoration: none;
    background-color: #01549C;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.25); */
    font-family: "Roboto Slab", sans-serif;
}

#hamburger_menu ul li.ext_link a {
    border: none;
    background-color: #01549C;
    border-bottom: 0;
    font-family: "Nunito", sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
}

#hamburger_menu .main_site_link a i,
#hamburger_menu .main_site_link_small a i {
    color: #E2E735;
    display: inline-block;
    margin-left: 8px;
}

#hamburger_menu ul li a.link_arrow:after {
    width: 14px;
    height: 14px;
    content: "";
    display: inline-block;
    margin-left: 8px;
    background-repeat: no-repeat;
    background-image: url(../assets/ic_arrow_fwd.svg);
    background-size: contain;
}

#hamburger_menu ul li.sub_link {
    width: 100%;
    padding: 0;
    text-align: right;
    display: block;
    color: #fff;
    text-decoration: none;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.25); */
    font-family: "Roboto Slab", sans-serif;
}

#hamburger_menu ul li.sub_link p.sub_link_title {
    padding: 24px;
    margin-bottom: 0;
}

#hamburger_menu ul li.sub_link.active {
    font-weight: bold;
    background-color: #03297D;
    border-top: 3px solid#DFE33D;
}

#hamburger_menu ul li.sub_link.active ul li a {
    font-weight: normal;
}

#hamburger_menu ul li.sub_link.active p.sub_link_title:after {
    /* width: 14px;
    height: 14px;
    content: "";
    display: inline-block;
    margin-left: 8px;
    background-repeat: no-repeat;
    background-image: url(../assets/ic_arrow_fwd.svg);
    background-size: contain; */
    top: 0px;
    transform: rotate(-180deg);
}

#hamburger_menu li.sub_link ul.hamburger_subnav {
    margin: 0;
    padding: 0;
    display: none;
}

#hamburger_menu li.sub_link.active ul.hamburger_subnav {
    margin: 0;
    padding: 0;
    display: block;
}

#hamburger_menu ul li.sub_link:active ul {
    display: block;
}

#hamburger_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#hamburger_menu ul li a:hover,
#hamburger_menu ul li a.active {
    background-color: #7FD4C7;
    color: #00297D;
}

#hamburger_menu a.mobile_pi {
    width: 100%;
    padding: 24px;
    text-align: right;
    display: block;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    font-family: "Nunito", sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 3px;
    background-color: #03297D;
}

#hamburger_curtain {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9997;
    display: none;
    pointer-events: none;
}

main {
    position: absolute;
    width: 100vw;
    left: 0;
    transition: all 0.3s linear;
}

main.menu_open {
    left: -300px;
}

.content_element,
.form_container {}

#top_row_menu {
    position: absolute;
    top: 0px;
    left: calc(50vw - 375px);
    width: 750px;
    height: 40px;
    background-image: url(../img/svg/top_menu_bg.svg);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
}

#top_row_menu a {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-family: "Nunito", sans-serif;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
    margin-top: 4px;
    letter-spacing: 0.5px;
}

#top_row_menu a:hover {
    text-decoration: underline;
}

span.bolder {
    font-weight: bold;
}

div.cta_callout {
    background-image: url(../assets/cta_sidebar.svg);
    width: clamp(80%, 250px, 200px);
    min-height: 205px;
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10%;
}

div.cta_callout:hover {
    background-image: url(../assets/cta_sidebar_h.svg);
}

div.cta_callout_flexibility {
    background-image: url(../assets/callouts/desktop/CTA_Flex_chemo_choice.svg);
    width: clamp(80%, 250px, 200px);
    min-height: 200px;
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10%;
}

div.cta_callout_flexibility:hover {
    background-image: url(../assets/callouts/desktop/CTA_Flex_chemo_choice_h.svg);
}

div.cta_callout_ncca {
    background-image: url(../assets/CTA_sidebar_NCCN.svg);
    width: clamp(80%, 250px, 200px);
    min-height: 200px;
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10%;
}

div.cta_callout_ncca:hover {
    background-image: url(../assets/CTA_sidebar_NCCN_h.svg);
}

div.cta_callout_enquiries {
    background-image: url(../assets/callouts/desktop/cta_medical_inquiries.svg);
    width: clamp(80%, 250px, 200px);
    min-height: 331px;
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10%;
}

div.cta_callout_enquiries:hover {
    background-image: url(../assets/callouts/desktop/cta_medical_inquiries_h.svg);
}

.learnmore_button {
    margin-left: 12px;
    position: relative;
    top: -2px;
}

.learnmore_button:hover {
    opacity: 0.85;
}

a.green_link {
    font-family: "Nunito", sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    color: #008571;
}

a.green_link:after {
    content: " ";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 8px;
    background-image: url(../img/svg/green_arrow.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

a.green_link:hover {
    text-decoration: underline;
}

.chart_container {
    width: 100%;
    padding: 25px;
    background-color: #fff;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
    margin-bottom: 32px;
    padding-bottom: 10px;
}

.chart_container h3 {
    padding-left: 18px;
    margin-top: 10px;
}

.footnotes p,
p.footnotes {
    font-family: "Nunito", sans-serif !important;
    font-size: 11px !important;
    color: #656565 !important;
    padding: 0;
    margin: 0;
    padding-left: 18px;
}

p.footnotes {
    margin-bottom: 16px;
}

#content_3 .chart_container {
    margin-top: 24px;
}

form#sales_form {
    position: relative;
}

.form_container.active {
    min-height: 66vh;
}

p.bottom_margin {
    margin-bottom: 32px;
}

span.nobreak {
    white-space: nowrap;
}

span.flex_nobreak {
    display: inline-flex;
    white-space: nowrap;
}

table#distribution_table {
    width: 95%;
    margin-left: 2.5%;
    border-collapse: collapse;
    border: 1px solid #b6b8ba;
    font-size: 14px;
    margin-bottom: 16px;
}

table#distribution_table th {
    background-color: #ebeaf2;
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    color: #00428B;
    padding: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-right: 1px solid #b6b8ba;
    border-bottom: 1px solid #b6b8ba;
    font-size: 14px;
}

table#distribution_table tr {
    border-bottom: 1px solid #b6b8ba;
}

table#distribution_table tr:last-child {
    border-bottom: 0;
}

table#distribution_table td {
    padding: 8px;
    border-right: 1px solid #b6b8ba;
    word-wrap: initial;
    white-space: nowrap;
}

table#distribution_table td:last-child,
table#distribution_table th:last-child {
    border-right: 0;
}

table#distribution_table td a {
    color: #656565;
    text-decoration: none;
}

table#distribution_table td a:hover {
    color: #656565;
    text-decoration: underline;
}


/* hcp */

#menu_container {
    width: 100vw;
    height: 160px;
    background-color: #00569D;
    padding-top: 24px;
    position: relative;
    z-index: 999;
}

.main_logo {
    height: 100px;
    width: auto;
}

#top_row_menu_hcp {
    right: 0;
    position: absolute;
    text-align: left;
    width: auto;
    margin-right: 32px;
}

.top_menu_right {
    position: relative;
}

#top_row_menu_hcp a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    font-family: "Nunito", sans-serif;
    font-size: 12px;
    margin-top: 4px;
    letter-spacing: 0.5px;
    margin-right: 12px;
}

#top_row_menu_hcp a:hover {
    text-decoration: underline;
}

nav#main_navigation {
    display: block;
    margin-top: 32px;
    position: absolute;
    right: 0;
    top: 32px;
    margin-right: 32px;
}

nav#main_navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

nav#main_navigation ul li {
    display: inline-block;
    width: auto;
    margin-right: 24px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: relative;
    font-family: "Roboto Slab", serif;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
}

nav#main_navigation ul li:nth-of-type(4) {
    cursor: pointer;
}

nav#main_navigation ul>li:hover,
nav#main_navigation ul>li.active {
    border-top: 4px solid #E2E735;
    border-bottom: 4px solid #E2E735;
}

nav#main_navigation ul>li>ul>li:hover,
nav#main_navigation ul>li>ul>li.active {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

nav#main_navigation ul li a {
    font-family: "Roboto Slab", serif;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
}

nav#main_navigation ul li a:hover {
    color: #fff;
    text-decoration: none;
}

nav#main_navigation ul li ul li {
    background-color: #00569D;
}

nav#main_navigation ul li ul li:hover {
    background-color: #1F3777;
}

nav#main_navigation ul li ul li a {
    font-family: "Roboto Slab", serif;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    background-color: none;
    text-decoration: none;
}

nav#main_navigation ul li ul li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: none;
}

nav#main_navigation ul li.active a {
    font-family: "Roboto Slab", serif;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
}

nav#main_navigation ul li.active a:hover {
    color: #fff;
    text-decoration: none;
}

nav#main_navigation ul li ul li.active {
    background-color: #1F3777;
}

.main_tagline {
    width: 400px;
    height: auto;
    margin-bottom: 4px;
    margin-top: 16px;
}

.tagline_sub_1 {
    text-align: center;
    font-family: "Roboto Slab", serif;
    color: #05358E;
    font-size: 16px;
}

.tagline_sub_2 {
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    text-align: center;
    color: #656565;
}

p.disclaimer_para {
    font-size: 13px !important;
    font-family: "Nunito", sans-serif;
    color: #656565;
    padding-top: 24px;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 0;
}

.top_container_sub {
    width: 100vw;
    height: 150px;
    box-shadow: 0px 4px 8px #ccc;
    background-color: #DFF4F2;
    text-align: center;
    padding-top: 32px;
    background: url("../assets/sub_bg_left.png") no-repeat left, url("../assets/sub_bg_right.png") no-repeat right, #DFF4F2;
    background-size: contain;
}

.top_container_sub .container .row {
    justify-content: center;
}

.top_container_sub h1 {
    color: #00297D;
    font-family: "Roboto Slab", serif;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    padding-bottom: 12px;
    width: 100%;
}

.top_container_sub h2 {
    font-family: "Nunito", sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #656565;
    text-align: center;
}

.grey_headline {
    font-size: 26px !important;
    color: #656565 !important;
    font-weight: normal !important;
}

.j_code {
    width: 162px;
    height: 42px;
    position: absolute;
    top: 122px;
    right: 0px;
    background-image: url(../assets/j_code.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.hcp_content h3 {
    font-family: "Nunito", sans-serif;
    font-size: 21px;
    color: #00297D;
    font-weight: normal;
    margin-bottom: 16px;
}

.hcp_content a {
    color: #008571;
}

.hcp_content h3.pad2 {
    padding-left: 0;
    margin-bottom: 24px;
}

.hcp_content p.smaller {
    font-size: 14px !important;
}

.hcp_content ul li {
    font-size: 14px;
}

p.footnote {
    font-size: 11px !important;
}

div.top_caption {
    width: 65%;
    margin: 0 auto;
    font-size: 14px;
}

div.top_caption ul,
div.bottom_caption ul {
    margin-left: 14px;
    padding: 0;
}

div.top_caption li,
div.bottom_caption li {
    font-size: 14px;
    padding-left: 8px;
}

div.bottom_caption_left,
div.bottom_caption_right {
    width: 49%;
    display: inline-block;
}

div.nccn_callout {
    margin-top: 32px;
    margin-bottom: 32px;
    width: 100%;
    background-image: url(../assets/NCCN_callout.svg);
    height: 75px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

div.nccn_callout:hover {
    background-image: url(../assets/NCCN_callout_h.svg);
}

div.sophia_callout {
    margin-top: 32px;
    margin-bottom: 32px;
    position: relative;
    left: -230px;
    width: 100%;
    height: 75px;
    object-fit: cover;
    object-position: right;
    background-image: url(../assets/cta_SOPHIA_study.svg);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

div.sophia_callout:hover {
    background-image: url(../assets/cta_SOPHIA_study_h.svg);
}

.chart_container.irr_chart {
    display: inline-block;
}

.chart_container.columns,
div.columns {
    /* display: grid;
    grid-template-columns: 2fr 2fr;
    grid-gap: 12px; */
    /* display: grid;
    grid-template-areas: 'left right';
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    grid-gap: 24px; */
}

div.columns .chart_item_1,
div.columns .chart_item_2 {
    /* grid-area: left;
    grid-row: auto; */
}

div.columns .chart_item_2 {
    /* grid-area: left;
    grid-row: auto / span 2; */
}

div.columns .chart_item_3,
div.columns .chart_item_4,
div.columns .chart_item_5 {
    /* grid-area: right;
    grid-row: auto; */
}

div.col_full {
    display: block;
    width: 100%;
}

div.irr_column {
    display: block;
    float: left;
    width: 47%;
    margin-right: 3%;
}

.chart_item {
    display: block;
    padding-left: 40px;
    font-size: 12px;
    font-family: "Roboto Slab", serif;
    background-image: url(../assets/checkmark.svg);
    background-position: top left;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    padding-right: 12px;
}

.chart_item.no_icon {
    background: none;
}

.chart_container p {
    font-size: 14px;
}

.chart_container p.footnote,
.chart_container .footnote {
    font-size: 11px !important;
    margin-top: 16px;
    margin-bottom: 0;
}

p.top_margin {
    margin-top: 24px;
}

.downloads {
    display: grid;
    grid-template-columns: 2fr 2fr;
    grid-gap: 12px;
    margin-bottom: 24px;
}

img.top_bottom_margins {
    margin-top: 24px;
    margin-bottom: 24px;
}

.row.distributor_row {
    box-shadow: 0px 4px 8px #ccc;
    border-left: 4px solid #008571;
    margin-top: 8px;
    background-color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-left: 0px;
    margin-right: 0px;
}

.row.distributor_row div {
    padding-top: 12px;
    padding-bottom: 12px;
}

.row.distributor_row div.left_border {
    border-left: 1px solid #ccc;
}

.row.distributor_row div.left_border a {
    color: #187BD0;
    text-decoration: none;
}

.row.distributor_row div.left_border a:hover {
    color: #187BD0;
    text-decoration: underline;
}

.row.distributor_row h6 {
    color: #008571;
    font-family: "Roboto Slab", serif;
    font-size: 16px;
    font-weight: normal;
}

.row.distributor_row p {
    font-size: 13px !important;
}

p.blue_centre {
    text-align: center;
    font-weight: bold;
    color: #187db0 !important;
}

p.green_centre {
    text-align: center;
    font-weight: normal;
    font-family: "Roboto Slab", serif !important;
    color: #008571 !important;
}
/* 
div.advocacy_container {
    display: grid;
    grid-template-columns: 2fr 2fr;
    grid-auto-rows: 1fr;
    grid-gap: 8px;
    margin-bottom: 24px;
    background: none;
}

div.advocacy_container div {
    text-align: center;
    background-color: #fff;
    box-shadow: 1px 1px 3px #999;
    transition: all 0.3s linear;
    cursor: pointer;
    padding: 24px;
    height: 100%;
}

div.advocacy_container div:hover {
    background-color: #f2f2f2;
    box-shadow: 1px 1px 2px #666;
}

div.advocacy_container a {}

div.advocacy_container a div img.full_image {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 200px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 24px;
}

div.advocacy_container a:hover {
    text-decoration: none;
}

div.advocacy_container div:hover {
    text-decoration: none;
}

div.advocacy_container div.advocacy_logo_container {
    height: 90px;
    min-height: 90px;
    vertical-align: middle;
    text-align: center;
    box-shadow: none;
    border: none;
    background: none;
    padding: 0;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}

div.advocacy_container div img.full_image {
    margin-top: 32px;
    margin-bottom: 32px;
    max-height: 80px;
    width: auto;
    cursor: pointer;
    vertical-align: middle;
}

div.advocacy_container a p {
    text-align: left;
    margin-bottom: 0;
}

div.advocacy_container a p.title {
    color: #00297D;
    font-weight: normal;
    font-family: "Roboto Slab", serif;
    font-size: 20px;
    margin-bottom: 8px;
    padding-bottom: 0;
} */

ul.subnav {
    display: none;
    position: absolute;
    top: 28px;
    left: 0;
    background-color: #fff;
    padding: 0;
    margin: 0;
    width: 200px;
    list-style: none;
    box-shadow: 4px 4px 8px rgba(110, 110, 110, 0.5);
}

ul.subnav li {
    display: block;
    padding: 12px;
    width: 100% !important;
    max-width: 100% !important;
}

ul.subnav li:hover,
ul.subnav li.active,
ul.subnav li.focus {
    background-color: #f2f2f2;
    border-bottom: 0;
}

ul.subnav li a {
    width: 100%;
    font-size: 14px;
}

#main_navigation ul li:hover>ul.subnav,
#main_navigation ul li:focus>ul.subnav {
    display: block;
}

#error_container {
    color: #a44;
    font-weight: bold;
}

iframe#reCAPTCHA,
.grecaptcha-badge {
    display: none;
}

figcaption {
    display: none;
}


/* end hcp */


/* bca modal */

#bca_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1001;
    display: none;
}

#bca_modal_inner {
    width: 350px;
    top: 20vh;
    left: calc(50vw - 175px);
    height: 350px;
    padding: 24px;
    text-align: center;
    background-color: #fff;
    position: absolute;
    box-shadow: 2px 2px 8px #333;
    border-radius: 8px;
}

p.popup_title_text {
    font-family: "Nunito", sans-serif;
    font-size: 36px;
    color: #03297D;
    margin: 0;
    margin-top: 8px;
    margin-bottom: 6px;
    padding: 0;
    line-height: 1;
}

p.popup_text {
    font-family: "Nunito", sans-serif;
    font-size: 13px;
    color: #656565;
    margin-top: 20px;
    margin-bottom: 30px;
}

img.popup_logo {
    width: 250px;
    height: auto;
}

a#popup_close_text {
    font-family: "Nunito", sans-serif;
    font-weight: bold;
    color: #656565;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px solid #656565;
}

a#popup_close_text:hover {
    color: #444;
}

body.popup #bca_notification {
    /* display: block; */
}

#bca_notification .container {
    position: relative;
}

#bca_notification .container div.modal_close {
    top: 4px;
}

body.popup #bca_modal {
    display: block;
}

body.popup #bca_notification {
    display: block;
}


/* v1.2 */

a.download_button {
    padding: 10px;
    padding-left: 18px;
    padding-right: 18px;
    background-color: #008571;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-family: "Nunito", sans-serif;
    font-weight: bold;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.16);
    transition: all 0.2s linear;
    margin-bottom: 12px;
}

#sidebar_cta_container a.download_button {
    margin-bottom: 0px;
}

a.download_button:hover {
    background-color: #00AA90;
    text-decoration: none;
}

h5.support_downloads {
    font-family: "Nunito", sans-serif;
    font-weight: normal;
    color: #656565;
    display: block;
    margin-top: 24px;
}

#sidebar_cta_container {
    height: 340px;
    width: 80%;
    margin-left: 10%;
    position: relative;
    background-image: url(../assets/updated/CTA_backgroundDesignElement.svg);
    background-position: right 30px bottom 40px;
    background-size: 75%;
    background-repeat: no-repeat;
}

#sidebar_cta_container #text_container {
    position: absolute;
    top: 72px;
    width: 100%;
    height: auto;
    padding: 25px;
    background-color: #fff;
    box-shadow: 0px 3px 6px #aaa;
    text-align: center;
}

#sidebar_cta_container #text_container h3 {
    font-family: "Roboto Slab", serif;
    font-size: 25px;
    color: #4195D7;
    margin-bottom: 5px;
}

#sidebar_cta_container #text_container h4 {
    font-family: "Roboto Slab", serif;
    font-size: 25px;
    color: #0D3F94;
    margin-bottom: 5px;
}

#sidebar_cta_container #text_container h5 {
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    color: #0D3F94;
}

#sidebar_cta_container p.sidebar_text {
    font-family: "Roboto Slab";
    color: #00297D;
    font-size: 14px;
    line-height: 24px;
}

p.disclaimer_para.smaller {
    font-size: 11px !important;
}

h3.grey {
    font-size: 20px;
    color: #656565;
}

img.support_logo {
    width: 270px;
    height: auto;
    margin-bottom: 24px;
}

div.cta_skew_container {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(24, 123, 208, 1) 0%, rgba(0, 41, 125, 1) 100%);
    width: 70%;
    padding-left: 32px;
    padding-right: 90px;
    transform: skew(-10deg);
    margin-top: 32px;
    margin-bottom: 32px;
}

div.cta_skew_container.narrow {
    width: 60%;
}

div.cta_skew_container.narrower {
    width: 60%;
    padding-right: 150px;
}

div.cta_skew_container.more_padding {
    padding-top: 16px;
    padding-bottom: 16px;
}

div.cta_skew_container:before {
    content: "";
    position: absolute;
    top: 24px;
    left: -320px;
    width: 350px;
    height: 12px;
    background-image: url(../assets/updated/fade_arrow.png);
    background-position: center right;
    background-repeat: no-repeat;
    transform: skew(10deg);
}

div.skew_container_inner {
    transform: skew(10deg);
    color: #fff;
    font-family: "Roboto Slab", serif;
}

div.skew_container_inner p {
    text-align: right;
    color: #fff;
    font-family: "Roboto Slab", serif;
    font-size: 18px;
    margin: 0;
    padding: 0;
}

div.skew_container_inner a {
    position: absolute;
    top: 8px;
    left: 415px;
    background-color: #008571;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    padding: 8px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    font-family: "Nunito", sans-serif;
    font-size: 15px;
    min-width: 120px;
    text-align: center;
    display: inline-block;
    transition: all 0.2s linear;
}

div.skew_container_inner a.top_offset {
    top: 24px;
    min-width: 150px;
}

div.skew_container_inner a.wider {
    min-width: 180px;
    left: 340px;
}

div.skew_container_inner a.wider.interstitial {
    min-width: 180px;
    left: 280px;
}

div.skew_container_inner a.wider.interstitial.support {
    min-width: 180px;
    left: 340px;
}

div.skew_container_inner a.widest {
    min-width: 210px;
    left: 280px;
}

div.skew_container_inner a.higher {
    top: -5px;
    left: 300px;
}

div.skew_container_inner a:hover {
    background-color: #00AA90;
    text-decoration: none;
}

@media screen and (min-width: 1400px) {
    .j_code {
        right: -130px;
    }
}

@media screen and (min-height: 740px) and (max-height: 950px) {
    .contact_spacer {
        height: 130px;
        width: 100%;
    }
}

@media screen and (max-width: 1199px) and (min-width: 769px) {
    .download_container {
        height: 108px !important;
    }
    .download_container .download_left {
        height: 108px;
    }
    .download_container .download_right {
        padding-right: 12px;
    }
    .download_container .download_right h6 {
        font-size: 18px;
    }
    .download_container .download_right p {
        font-size: 14px;
    }
    div.button_row_mobile {
        display: none;
    }
    div.advocacy_container div {
        /* min-height: 465px; */
    }
}

@media screen and (max-width: 991px) and (min-width: 769px) {
    footer {
        height: 320px !important;
    }
    .footer_row_1 {
        text-align: center;
    }
    #hamburger_menu.open {
        left: 0;
        height: auto;
    }
    .main_content.subpage {
        background-size: 240px !important;
    }
}

@media screen and (max-width: 767px) {
    main {
        overflow-x: hidden;
    }
    #top_logo {
        max-width: 180px;
        margin-top: 0;
    }
    .main_logo {
        height: 80px;
        margin-top: 16px;
    }
    .download_container {
        height: 200px !important;
        margin-bottom: 16px;
    }
    .download_container .download_left {
        height: 108px;
    }
    .download_container .download_right {
        padding-right: 12px;
    }
    .download_container .download_right h6 {
        font-size: 18px;
    }
    .download_container .download_right p {
        font-size: 14px;
    }
    .download_container.partial {
        width: 100%;
        margin-left: 0%;
    }
    .download_container.partial.nccn {
        width: 100%;
        margin-left: 0%;
    }
    div.nccn_title {
        padding: 12px;
        padding-left: 18px;
        padding-right: 10px;
        width: 86%;
        margin-left: 0%;
        margin-bottom: 16px;
    }
    div.nccn_title h3 {
        font-size: 17px;
        text-align: center;
    }
    .download_container.partial.nccn p:nth-of-type(1) {
        margin-top: 40px;
    }
    .download_right.toppad {
        padding-top: 24px;
    }
    div.button_row_mobile {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    div.button_row_mobile .button_container {
        width: 100%;
        display: block;
    }
    .button_row_mobile .button {
        /* cursor: pointer; */
        width: 100%;
        min-height: 100px;
        height: auto;
        margin-bottom: 12px;
        background-color: #fff;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
        justify-content: left;
        align-items: top;
        font-family: "Roboto Slab", serif;
        font-size: 18px;
        color: #008571;
        text-align: left;
        padding: 16px;
        border-top: 4px solid #00AA90;
        transition: all 0.2s linear;
    }
    div.bottom_callout_2 {
        width: 100%;
        left: 0;
        background-image: url(../img/svg/cta_m_patsupport.svg);
        background-size: contain;
        min-height: 125px;
    }
    div.bottom_callout_2:hover {
        background-image: url(../img/svg/cta_m_patsupport_h.svg);
    }
    div.bottom_callout_5 {
        background-image: url(../assets/callouts/mobile/cta_macrogenics_the_maker_mobile.svg);
        height: 130px;
        left: 0;
        width: 100%;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
    div.bottom_callout_5:hover {
        background-image: url(../assets/callouts/mobile/cta_macrogenics_the_maker_mobile_h.svg);
    }
    .main_tagline {
        width: 95%;
        margin: 0 auto;
        margin-bottom: 18px;
        margin-top: 40px;
    }
    .tagline_sub_1 {
        font-size: 13px;
    }
    .tagline_sub_2 {
        font-size: 13px;
    }
    .top_container_sub {
        padding-top: 32px;
        padding-bottom: 24px;
        padding-left: 16px;
        padding-right: 16px;
    }
    div.modal_inner {
        margin-top: 50px;
        margin-left: 5vw;
        margin-right: 5vw;
        min-height: 600px;
    }
    div#sophia_modal div.modal_inner {
        margin-top: 40px;
        margin-left: 5vw;
        margin-right: 5vw;
        min-height: 300px;
        font-size: 12px;
        padding-top: 45px;
        padding-left: 20px;
        padding-right: 20px;
    }
    div#external_modal div.modal_inner {
        min-height: 520px;
    }
    .chart_container.columns,
    div.columns {
        display: block;
    }
    .chart_container.columns,
    div.columns .chart_item {
        margin-bottom: 24px;
    }
    .chart_container.columns,
    div.columns .chart_item.no_icon {
        display: none;
    }
    .cta_callout_flexibility,
    .cta_callout_enquiries {
        display: none;
    }
    .row.distributor_row div:nth-of-type(1) {
        padding-top: 8px;
        padding-left: 8px;
    }
    .row.distributor_row div:nth-of-type(2) {
        padding-top: 8px;
        padding-left: 8px;
        text-align: center;
    }
    .top_container_sub h1 {
        font-size: 21px;
    }
    .top_container_sub h2 {
        font-size: 16px;
    }
    div.irr_column {
        display: block;
        float: left;
        width: 100%;
        margin-right: 0%;
    }
    div.advocacy_container {
        display: block;
    }
    div.advocacy_container a {
        display: block;
        margin-bottom: 12px;
    }
    div.advocacy_container div {
        min-height: initial;
        height: auto;
    }
    div.advocacy_container a div img.full_image {
        display: block;
        margin: 0 auto;
        margin-bottom: 24px;
    }
    #bca_modal {
        background-color: rgba(0, 0, 0, 0.2);
    }
    #bca_modal_inner {
        top: 13vh;
    }
    div.cta_skew_container {
        padding-top: 16px;
        padding-bottom: 16px;
        width: calc(100vw + 15px);
        position: relative;
        left: -15px;
        padding-left: 32px;
        padding-right: 48px;
        transform: skew(0deg);
        margin-top: 24px;
        margin-bottom: 24px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(24, 123, 208, 1) 0%, rgba(0, 41, 125, 1) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
    }
    div.cta_skew_container.narrow {
        width: calc(100vw + 15px);
        position: relative;
        left: -15px;
    }
    div.cta_skew_container.narrower {
        width: calc(100vw + 15px);
        position: relative;
        left: -15px;
        padding-right: 48px;
    }
    div.skew_container_inner {
        transform: skew(0deg);
        color: #fff;
        font-family: "Roboto Slab", serif;
    }
    div.skew_container_inner p {
        text-align: center;
        color: #fff;
        font-family: "Roboto Slab", serif;
        font-size: 18px;
        margin: 0;
        padding: 0;
    }
    div.skew_container_inner p br {
        display: none;
    }
    div.skew_container_inner a {
        position: relative;
        top: 0px;
        left: 0px;
        background-color: #008571;
        text-transform: uppercase;
        color: #fff;
        font-weight: bold;
        padding: 8px;
        padding-left: 20px;
        padding-right: 20px;
        text-decoration: none;
        font-family: "Nunito", sans-serif;
        font-size: 15px;
        min-width: inherit;
        text-align: center;
        display: block;
        transition: all 0.2s linear;
        width: 65%;
        margin-left: 17.5%;
    }
    div.skew_container_inner a.top_offset {
        top: 0px;
        min-width: initial;
    }
    div.skew_container_inner a.wider {
        top: 0px;
        left: 0;
        margin-top: 12px;
    }
    div.skew_container_inner a.wider.interstitial {
        /* top: 0px; */
        min-width: initial;
        /* left: 0; */
    }
    div.skew_container_inner a.wider.interstitial {
        top: 0px;
        left: 0 !important;
        margin-top: 12px;
    }
    div.skew_container_inner a.widest {
        top: 0px;
        left: 0;
        margin-top: 12px;
        min-width: initial;
    }
    div.skew_container_inner a.higher {
        top: 0px;
        min-width: initial;
    }
    div.skew_container_inner a:hover {
        background-color: #00AA90;
        text-decoration: none;
    }
    #sidebar_cta_container {
        display: none;
    }
    #hamburger_menu .main_site_link {}
    #hamburger_menu .main_site_link a,
    #hamburger_menu .main_site_link_small a {
        color: #fff;
        font-family: "Nunito", sans-serif;
        font-size: 11px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    #hamburger_menu .main_site_link a i,
    #hamburger_menu .main_site_link_small a i {
        color: #E2E735;
        display: inline-block;
        margin-left: 8px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1199px) {
    body {
        background-image: none;
    }
    .download_container {
        height: 75px !important;
    }
    .download_container .download_left {
        height: 75px;
    }
    .top_container_sub h1 {
        font-size: 26px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1199px) and (orientation: portrait) {
    .download_container {
        height: 130px !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1199px) and (orientation: landscape) {
    footer {
        height: 155px;
    }
    .download_container {
        height: 145px !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
    .j_code {
        top: 70px;
        right: -8px;
    }
    div.prescribing_info_mobile {
        display: block;
    }
    #hamburger_menu li.sub_link ul.hamburger_subnav {
        margin: 0;
        padding: 0;
        display: none;
        border-top: 1px solid rgba(255, 255, 255, 0.25);
    }
    #hamburger_menu li.sub_link.active ul.hamburger_subnav {
        margin: 0;
        padding: 0;
        display: block;
    }
    #hamburger_menu li.sub_link.active ul.hamburger_subnav li {
        background-color: #00297D;
    }
    #hamburger_menu li.sub_link.active ul.hamburger_subnav li.active {
        background-color: #00358F;
    }
    #hamburger_menu ul li.sub_link:active ul {
        display: block;
    }
    #hamburger_menu {
        width: 100vw;
        height: 0;
        background-color: #01549C;
        border-top: 5px solid #03297D;
        position: absolute;
        top: 130px;
        left: 0;
        transition: max-height 0.3s linear;
        z-index: 9999;
        background-repeat: no-repeat;
        overflow-y: hidden;
    }
    #hamburger_menu ul li {}
    #hamburger_menu ul li a {
        width: 100%;
        padding: 24px;
        text-align: center;
        display: block;
        color: #fff;
        text-decoration: none;
        /* border-bottom: 1px solid rgba(255, 255, 255, 0.25); */
        font-family: "Roboto Slab", sans-serif;
    }
    #hamburger_menu ul>li.active>a {
        border-top: 2px solid #DFE33D;
        border-bottom: 2px solid #DFE33D;
    }
    #hamburger_menu ul li a.link_arrow:after {
        width: 14px;
        height: 14px;
        content: "";
        display: inline-block;
        margin-left: 8px;
        background-repeat: no-repeat;
        background-image: url(../assets/ic_arrow_fwd.svg);
        background-size: contain;
    }
    #hamburger_menu ul li.sub_link {
        width: 100%;
        padding: 0;
        text-align: center;
        display: block;
        color: #fff;
        text-decoration: none;
        /* border-bottom: 1px solid rgba(255, 255, 255, 0.25); */
        border-bottom: 0 !important;
        font-family: "Roboto Slab", sans-serif;
    }
    #hamburger_menu ul li.sub_link p.sub_link_title {
        padding: 24px;
        margin-bottom: 0;
    }
    /* #hamburger_menu ul li.sub_link p.sub_link_title:after {
        width: 14px;
        height: 14px;
        content: "";
        display: inline-block;
        margin-left: 8px;
        top: 4px;
        position: relative;
        background-image: url(../assets/down_chevron_green.svg);
        background-repeat: no-repeat;
        background-size: contain;
        transition: all 0.2s linear;
    } */
    #hamburger_menu ul li.sub_link.active p.sub_link_title:after {
        top: 0px;
        transform: rotate(-180deg);
    }
    #hamburger_menu li.sub_link ul.hamburger_subnav {
        margin: 0;
        padding: 0;
        display: none;
        border-top: 1px solid rgba(255, 255, 255, 0.25);
    }
    #hamburger_menu li.sub_link.active ul.hamburger_subnav {
        margin: 0;
        padding: 0;
        display: block;
    }
    #hamburger_menu li.sub_link.active ul.hamburger_subnav li {
        background-color: #00297D;
    }
    #hamburger_menu li.sub_link.active ul.hamburger_subnav li.active {
        background-color: #00358F;
    }
    #hamburger_menu ul li.sub_link:active ul {
        display: block;
    }
    #hamburger_menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    #hamburger_menu ul li a:hover,
    #hamburger_menu ul li a.active {
        background-color: #7FD4C7;
        color: #00297D;
    }
}

@media screen and (max-width: 768px) {
    body {
        background-image: none !important;
    }
    body.homepage {
        position: absolute;
    }
    main {
        overflow-x: hidden;
        overflow-y: scroll;
    }
    #top_container {
        border-bottom: none;
        background-size: 60%;
    }
    .j_code {
        top: -2px;
        right: -30px;
    }
    div.desktop_content,
    img.desktop_content {
        display: none !important;
    }
    div.mobile_content,
    img.mobile_content {
        display: block !important;
    }
    .body_container.mobile_15 {
        padding: 15px;
    }
    #hamburger_menu {
        width: 100vw;
        height: 0;
        background-color: #01549C;
        border-top: 5px solid #03297D;
        position: absolute;
        top: 130px;
        left: 0;
        transition: max-height 0.3s linear;
        z-index: 9999;
        background-repeat: no-repeat;
        overflow-y: hidden;
    }
    #hamburger_menu ul li {
        text-align: center;
        display: block;
        padding: 12px;
    }
    #hamburger_menu ul li a {
        padding: 6px;
        text-align: center;
        display: inline;
        color: #fff;
        text-decoration: none;
        border-top: 2px solid transparent;
        border-bottom: 2px solid transparent;
        font-family: "Roboto Slab", sans-serif;
    }
    #hamburger_menu ul>li.active>a {
        border-top: 2px solid #DFE33D;
        border-bottom: 2px solid #DFE33D;
    }
    #hamburger_menu ul li a.link_arrow:after {
        width: 14px;
        height: 14px;
        content: "";
        display: inline-block;
        margin-left: 8px;
        background-repeat: no-repeat;
        background-image: url(../assets/ic_arrow_fwd.svg);
        background-size: contain;
    }
    #hamburger_menu ul li.sub_link {
        width: 100%;
        padding: 0;
        text-align: center;
        display: block;
        color: #fff;
        text-decoration: none;
        /* border-bottom: 1px solid rgba(255, 255, 255, 0.25); */
        font-family: "Roboto Slab", sans-serif;
    }
    #hamburger_menu ul li.sub_link p.sub_link_title {
        padding: 12px;
        margin-bottom: 0;
    }
    #hamburger_menu ul li.sub_link.active p.sub_link_title:after {
        top: 0px;
        transform: rotate(-180deg);
    }
    #hamburger_menu li.sub_link ul.hamburger_subnav {
        margin: 0;
        padding: 0;
        display: none;
    }
    #hamburger_menu li.sub_link.active ul.hamburger_subnav {
        margin: 0;
        padding: 0;
        display: block;
    }
    #hamburger_menu li.sub_link.active ul.hamburger_subnav li {
        background-color: #00297D;
    }
    #hamburger_menu li.sub_link.active ul.hamburger_subnav li.active {
        background-color: #00358F;
    }
    #hamburger_menu ul li.sub_link:active ul {
        display: block;
    }
    #hamburger_menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: center;
    }
    #hamburger_menu ul li a:hover,
    #hamburger_menu ul li a.active {
        background-color: #7FD4C7;
        color: #00297D;
    }
    #hamburger_menu.open {
        left: 0;
        height: auto;
    }
    div.main_content {
        padding-top: 22px !important;
    }
    #top_row_menu {
        display: none;
    }
    .row.button_row {
        display: none;
    }
    .footer_row_1 p,
    .footer_row_1 ul {
        text-align: center;
    }
    a.mobile_info_link {
        font-family: "Nunito", sans-serif;
        font-size: 11px;
        text-transform: uppercase;
        display: inline-block;
        width: 140px;
        color: #fff;
        font-weight: bold;
        text-align: right;
    }
    a.mobile_info_link:hover {
        text-decoration: underline;
    }
    .content_element,
    .form_container {
        padding-left: 0px;
    }
    div.bottom_callout {
        margin-top: 32px;
        margin-bottom: 32px;
        height: 110px;
        position: relative;
        left: 0px;
        width: 100%;
        background-image: url(../assets/callouts/mobile/cta_m_dosageandadmin.svg);
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
    }
    div.bottom_callout:hover {
        background-image: url(../assets/callouts/mobile/cta_m_dosageandadmin_h.svg);
    }
    .chart_container h3 {
        padding-left: 8px;
    }
    .chart_container.chart_3 h3 br {
        display: none;
    }
    div#hamburger {
        top: 65px;
    }
}

@media screen and (min-width: 767px) and (max-width: 768px) and (orientation: portrait) {
    .j_code {
        top: 82px;
        right: -8px;
    }
    div.prescribing_info_mobile {
        display: block;
    }
    .cta_callout,
    .cta_callout_enquiries {
        display: none;
    }
    div.button_row_mobile .button_container {
        width: 100%;
        display: block;
    }
    .button_row_mobile .button {
        /* cursor: pointer; */
        width: 100%;
        min-height: 100px;
        height: auto;
        margin-bottom: 12px;
        background-color: #fff;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
        justify-content: left;
        align-items: top;
        font-family: "Roboto Slab", serif;
        font-size: 18px;
        color: #008571;
        text-align: left;
        padding: 16px;
        border-top: 4px solid #00AA90;
        transition: all 0.2s linear;
    }
    .button_container .button {
        height: 105px;
    }
}

@media screen and (max-width: 768px) and (orientation: portrait) {
    div.cta_callout {
        /* background-image: url(../img/svg/cta_sidebar_tablet.svg); */
        width: clamp(100%, 400px, 100%);
        min-height: 245px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top;
        cursor: pointer;
        position: relative;
        top: 35px;
        display: none;
    }
    div.cta_callout:hover {
        background-image: url(../img/svg/cta_sidebar_tablet_h.svg);
    }
    #top_container {
        border-bottom: none;
        /* padding-bottom: 110px;
        padding-top: 25px; */
    }
    .row.button_row_mobile {
        display: block;
    }
    .button_container .button {
        /* height: 180px; */
    }
}

@media screen and (max-width: 540px) and (orientation: portrait) {
    .button_container .button {
        height: 150px;
    }
    main {
        height: 100%;
    }
    #top_container {
        height: auto !important;
    }
    #isi_link {
        position: fixed;
        bottom: 0px;
    }
    footer {
        position: relative;
    }
}

@media screen and (max-width: 320px) and (orientation: portrait) {
    .button_container .button {
        height: 160px;
    }
    #top_container {
        border-bottom: none;
        padding-bottom: 250px;
        background-size: 60%;
    }
}

@media screen and (max-width: 576px) {
    .footnotes p,
    p.footnotes {
        padding-left: 8px;
    }
    .download_right h6 {
        font-size: 16px !important;
        margin-bottom: 6px;
    }
    .download_right p {
        font-size: 14px !important;
        line-height: 1.3;
    }
    .download_container {
        height: auto !important;
        margin-bottom: 16px;
    }
    #menu_container {
        height: 130px;
    }
}

@media screen and (min-width: 240px) and (max-width: 991px) {
    nav#main_navigation,
    div#top_row_menu_hcp {
        display: none !important;
    }
    body.homepage #menu_container {
        background-color: #00569D;
    }
    .top_container_sub {
        height: auto;
    }
    div#hamburger {
        display: flex !important;
        z-index: 2;
    }
    div.cta_callout,
    div.cta_callout_enquiries,
    div.cta_callout_flexibility {
        display: none !important;
    }
    .cta_callout_ncca {
        display: none;
    }
    #hamburger_menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: center;
    }
    #hamburger_menu ul li {
        text-align: center;
        display: block;
        padding: 12px;
    }
    #hamburger_menu ul li a {
        padding: 6px;
        text-align: center;
        display: inline;
        color: #fff;
        text-decoration: none;
        border-top: 2px solid transparent;
        border-bottom: 2px solid transparent;
        font-family: "Roboto Slab", sans-serif;
    }
}

@supports (-webkit-touch-callout: none) {
    @media screen and (min-width: 300px) and (max-width: 991px) {
        #isi_link.open {
            height: 87vh;
        }
    }
}

@supports not (-webkit-touch-callout: none) {
    @media screen and (min-width: 300px) and (max-width: 991px) {
        #isi_link.open {
            height: 94vh;
        }
    }
}


/* ipad portrait */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    body.about div.mobile_content div.image_mobile {
        display: block !important;
    }
}

@media screen and (min-width: 540px) and (max-width: 767px) {
    .body_container {
        margin-bottom: 540px;
    }
    .download_container.partial.nccn {
        min-height: 260px;
    }
}

@media screen and (min-width: 540px) and (max-width: 1199px) {
    .download_container.partial.nccn {
        min-height: 325px;
    }
}


/* patient */

div.patient_tagline_container {
    width: 100%;
    height: auto;
    position: relative;
}

div.patient_tagline_container:before {
    content: "";
    width: 430px;
    position: absolute;
    left: 0;
    top: 370px;
    height: 200px;
    background-image: url(../assets/patient/home_hero_decoration_bottom_left.png);
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
    z-index: 0;
}

div.patient_tagline_container:after {
    content: "";
    width: 430px;
    position: absolute;
    right: -70px;
    top: 330px;
    height: 90px;
    background-image: url(../assets/patient/home_hero_decoration_bottom_right.svg);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    z-index: 2;
}

div.patient_tagline {
    position: relative;
    bottom: -380px;
    background-color: #fff;
    margin: 0 auto;
    width: 800px;
    height: 130px;
    transform: skew(-23deg);
    background-image: none;
    box-shadow: 2px 0px 8px #d4d4d4;
}

div.patient_tagline_inner {
    width: 90%;
    transform: skew(23deg);
    text-align: center;
    padding-top: 5px;
    padding-left: 5%;
}

p.patient_main_tagline {
    font-family: "Nunito", sans-serif;
    font-size: 26px;
    color: #03297d;
}

div.subhead_container {
    margin-top: 24px;
}

p.home_subhead {
    font-family: "Roboto Slab", serif !important;
    font-size: 18px !important;
    color: #03297D !important;
    text-align: center !important;
}

h4.home_subhead {
    font-family: "Roboto Slab", serif;
    font-size: 27px;
    color: #03297D;
    text-align: center;
}

div.home_featured_image {
    min-height: 680px;
    position: relative;
}

div.home_featured_image img {
    position: absolute;
    right: 0;
}

div.home_centre_content_col {
    padding-top: 62px;
    padding-left: 80px;
}

div.home_centre_content_col h4 {
    font-family: "Roboto Slab", serif;
    color: #00297D;
    font-size: 20px;
}

a.home_link_button {
    display: inline-block;
    color: #fff;
    background-color: #00569D;
    padding: 8px;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    box-shadow: 2px 2px 8px #ddd;
    margin-bottom: 14px;
    transition: all 0.2s linear;
    cursor: pointer;
}

a.home_link_button:hover {
    background-color: #00297d;
    text-decoration: none;
}

div.heretohelp_cta {
    width: 100%;
    padding: 16px;
    background-color: #fff;
    border-top: 5px solid #00A88F;
    text-align: center;
    box-shadow: 2px 2px 8px #ccc;
}

div.heretohelp_cta a {
    color: #008571;
    text-decoration: underline;
    transition: all 0.2s linear;
    font-size: 15px;
}

div.heretohelp_cta a:hover {
    color: #00297d;
}

div.heretohelp_cta sub {
    bottom: 0;
}

div.homepage_bottom_decoration {
    min-height: 100px;
    background-image: url(../assets/patient/ISI-corner-decoration.svg);
    background-position: 108% 26%;
    background-size: 25%;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}

.main_content.subpage {
    background-image: url(../assets/patient/subpage_topleft.svg);
    background-position: -184px -22px;
    background-repeat: no-repeat;
    background-size: 300px;
}

.subpage_content {
    padding-top: 24px;
}

img.title_icon {
    display: inline-block;
    margin-right: 30px;
}

img.title_icon.higher {
    position: relative;
    top: -4px;
}

.main_content.subpage h1 {
    display: inline-block;
}

.subpage_content h3 {
    font-family: "Roboto Slab";
}

.chart_container.moa {
    padding-bottom: 25px;
}

img.full_size_image {
    width: 100%;
    height: auto;
}

h2.video_heading {
    font-family: "Roboto Slab", serif !important;
    color: #03297D !important;
    font-size: 30px !important;
    text-align: center;
}

div.inline_cta {
    width: 100%;
    height: 110px;
    background-image: url(../assets/patient/inline_cta_bg.svg);
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 40px;
}

div.inline_cta.inline_cta_larger {
    width: 100%;
    height: 160px;
    background-image: url(../assets/patient/inline_cta_bg_larger.svg);
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 40px;
}

div.inline_cta_inner {
    padding-top: 36px;
    padding-left: 50px;
    font-family: "Roboto Slab", serif;
    color: #03297d;
    font-size: 20px;
}

div.inline_cta_inner.twoline {
    padding-top: 27px;
}

div.inline_cta_inner.threeline {
    padding-top: 38px;
    padding-left: 80px;
}

div.inline_cta_inner p {
    font-family: "Roboto Slab", serif;
    color: #03297d;
    font-size: 20px;
    display: inline-block;
    width: 400px;
}

div.inline_cta_inner.threeline p {
    font-family: "Roboto Slab", serif;
    color: #03297d;
    font-size: 20px;
    display: inline-block;
    width: 370px;
}

div.inline_cta_inner a {
    display: inline-block;
    background-color: #00569D;
    padding: 12px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.2s linear;
    font-family: "Nunito", sans-serif;
    font-size: 15px;
    font-weight: bold;
}

div.inline_cta_inner.twoline a {
    position: relative;
    top: -17px;
    left: 34px;
}

div.inline_cta_inner.threeline a {
    position: relative;
    top: -32px;
    left: 120px;
}

div.inline_cta_inner a:hover {
    text-decoration: none;
    background-color: #1F3777;
}

.row.bottom_cta_row {
    /* border-top: 5px solid #00A88F; */
    box-shadow: 0px 4px 12px #d4d4d4;
}

.row.bottom_cta_row div {
    background-color: #fff;
    padding: 24px;
    font-size: 14px;
}

div.bottom_cta_image {
    background-image: url(/assets/patient/helpCTA@2x.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 180px;
}

div.bottom_cta_text h4 {
    font-family: "Roboto Slab", serif;
    color: #00297D;
    font-size: 20px;
    padding-top: 22px;
}

div.bottom_cta_text a {
    color: #008571;
    text-decoration: underline;
    transition: all 0.2s linear;
    font-size: 15px;
}

div.bottom_cta_text a:hover {
    color: #00297d;
}

div.bottom_cta_text sub {
    bottom: 0;
}


/* what to expect */

div.whattoexpect_graphic {
    background-image: url(../assets/patient/medianTime.png);
    width: 100%;
    height: 410px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    background-position: top center;
    display: block;
}

div.whattoexpect_inner {
    position: absolute;
    top: 0;
    left: 0;
}

.whattoexpect_headline {
    position: absolute;
    text-align: center;
    left: 25%;
    top: 70px;
    width: 58%;
    color: #fff !important;
    font-family: "Roboto Slab", serif !important;
    display: block;
    line-height: 38px;
}

.whattoexpect_left p,
.whattoexpect_right p {
    font-size: 16px;
    font-style: normal;
    transform: skew(18deg);
    font-family: "Nunito", sans-serif;
    /* font-size: 23px !important; */
    color: #00317A !important;
    margin: 0 16px;
    padding: 0;
    text-align: center;
}

.whattoexpect_right p {
    color: #00A990 !important;
}

.whattoexpect_caption {
    position: absolute;
    left: 500px;
    top: 350px;
    width: 339px;
    color: #fff !important;
}

.whattoexpect_caption {
    width: 70%;
    background-color: #fff;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 30px;
    transform: skew(-18deg);
    box-shadow: 2px 2px 8px #d4d4d4;
    position: absolute;
    top: 230px;
    left: 25%;
    z-index: -1;
}
.whattoexpect_caption .row {
    justify-content: center;
}

.whattoexpect_caption_inner {
    transform: skew(18deg);
    font-family: "Roboto Slab", serif;
    font-size: 19px;
    color: #03297D;
    text-align: center;
    margin: 16px 0 8px 0;
}

.left_pad_32 {
    padding-left: 32px;
}

.left_pad_32 h4 {
    font-family: "Roboto Slab", serif !important;
    color: #03297D !important;
    font-size: 18px !important;
}

.choice_cta {
    width: 532px;
    height: 106px;
    background-image: url(/assets/patient/choice_cta_bg.png);
    background-repeat: no-repeat;
    text-align: center;
    font-family: "Roboto Slab", serif;
    font-size: 15px;
    line-height: 1.5;
    color: #03297d;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 28px;
}

h4.roboto {
    font-family: "Roboto Slab", serif;
}

.howyouget_container {
    width: 100%;
    background-color: #fff;
    box-shadow: 2px 2px 8px #d4d4d4;
    padding: 20px;
    padding-bottom: 5px;
    font-size: 15px;
    margin-bottom: 20px;
}
.howyouget_container .row {
    display:flex !important;
    flex-direction: row;
}
.howyouget_container .row .col-sm-6 {
    width: 50%;
}
.howtoget_title {
    color: #233F88 !important;
    font-weight: bold;
    margin-bottom: 8px;
}
.howtoget_row {
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
}
.howtoget_row img {
    align-self: flex-start;
    margin: 8px 16px 0 0;
}
.howtoget_instruction {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 0;
}
.howtoget_instruction .big-number {
    font-family: 'Roboto Slab', serif;
    font-size: 35px;
    line-height: 1;
    font-weight: bold;
}
.howtoget_desktop1 {
    padding-left: 110px;
    width:35%;
}
.howtoget_desktop1 .howtoget_row {
    border-right: 1px solid #707070;
}
.howtoget_desktop2 {
    padding-left: 25px;
    width:25%;
}
.howtoget_desktop3 {
    width:20%;
}
.howtoget_desktop4 {
    width:20%;
}

p.icon_text {
    display: block;
}

div.info_container {
    background-color: #fff;
    box-shadow: 2px 2px 8px #ccc;
    padding: 16px;
    border-top: 5px solid #00A990;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
}

div.info_container.expandable {
    position: relative;
}

div.info_container.expandable .handle {
    /* cursor: pointer; */
    position: absolute;
    right: 35px;
    top: 30px;
    background-image: url(../assets/patient/chevron-down-outline.svg);
    width: 18px;
    height: 10px;
    background-repeat: no-repeat;
    transition: all 0.2s linear;
    cursor: pointer;
}

div.info_container.expandable.open .handle {
    transform: rotate( -180deg);
}

div.info_container .info_container_header {
    display: table-row;
    vertical-align: middle;
}

div.info_container.expandable .info_container_header {
    cursor: pointer;
}

div.info_container .info_container_header .info_icon {
    width: 40px;
    text-align: left;
    vertical-align: middle;
    padding-right: 8px;
    display: table-cell;
}

div.info_container .info_container_header .info_icon img {
    max-width: 38px;
    max-height: 38px;
    height: auto;
}

div.info_container .info_container_header .info_title {
    width: auto;
    text-align: left;
    vertical-align: middle;
    padding-right: 8px;
    display: table-cell;
    color: #03297D;
    font-family: "Roboto Slab", serif;
    font-size: 16px;
}

div.info_container .info_content {
    padding-top: 16px;
}

div.info_container.expandable .info_content {
    padding-top: 16px;
    display: none;
}

div.info_container sub {
    bottom: 0;
}

div.info_container a.download_button,
a.download_button.blue {
    background-color: #00569D;
}

div.info_container a.download_button:hover,
a.download_button.blue:hover {
    background-color: #00297D;
}

h4.roboto,
span.inline_heading {
    font-family: "Roboto Slab", serif !important;
    color: #03297D !important;
    font-size: 18px !important;
}

h5.roboto {
    font-family: "Roboto Slab", serif !important;
    color: #008571 !important;
    font-size: 15px !important;
}

ul.symptom_list {
    list-style: none;
    margin: 0;
    padding: 5px 5%;
    column-count: 4;
    column-gap: 1.5em;
}

ul.symptom_list li {
    margin-bottom: 8px;
}

.subpage_content a {
    color: #008571;
    text-decoration: underline;
}

p.pi_info_text {
    color: #03297D !important;
    font-family: "Nunito", sans-serif;
    font-weight: bold;
    font-size: 15px;
}

p.pi_info_text a {
    text-decoration: none;
}

img.shadow_image {
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 8px #ccc;
    margin-top: 40px;
}

.support_image_callout {
    background-image: url(../assets/patient/inline_cta_bg_larger.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 550px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 80px;
    padding-right: 100px;
    text-align: center;
    font-family: "Roboto Slab", serif;
    color: #00297D;
    font-size: 15px;
    margin-top: 32px;
    margin-bottom: 32px;
}

.support_image_callout.smaller_margins {
    margin-top: 16px;
    margin-bottom: 16px;
}

.subpage a.green {
    color: #008571;
    text-decoration: underline;
}

.inline_icon {
    display: inline-block !important;
    max-height: 48px;
    width: auto;
    margin-right: 16px;
}

.contact_spacer {
    height: 60px;
}

.contact_image {
    margin-top: 86px;
    width: 90% !important;
}

div.thanks_404_container {
    width: 100%;
    height: 255px;
    background-image: url(../assets/patient/thanks_404_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 90px;
    text-align: center;
    margin-bottom: 60px;
}

.content_element.thankyou_page {
    width: 650px;
    margin: 0 auto;
}

.content_element.thankyou_page h1 {
    font-size: 30px;
}

.content_element.thankyou_page h2 {
    font-size: 18px;
    color: #03297D;
    font-family: "Roboto Slab", serif;
}

.content_element.thankyou_page h2.no_bottom_margin {
    margin-bottom: 0;
}

.content_element.thankyou_page a {
    display: inline-block;
    background-color: #00569D;
    padding: 12px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.2s linear;
    font-family: "Nunito", sans-serif;
    font-size: 15px;
    font-weight: bold;
}

.content_element.thankyou_page a:hover {
    text-decoration: none;
    background-color: #1F3777;
}

.filter_border{
    margin: 0;
    padding: 0;
    max-width: 720px;
    border-top: 1px solid #03297D;
}

.card_filter_button_group {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding: 6px 0 12px 0;
}
.card_filter_button_group::-webkit-scrollbar {
    display: none;
}
.filter_button {
    cursor: pointer;
    display: inline-block;
    background-color: rgba(255,
    255,
    255,
    .9);
    border: 2px solid #03297D;
    color: #03297D;
    border-radius: 4px;
    white-space: nowrap;
    margin: 0 8px 8px 0;
    padding: 8px 16px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}
.filter_button.active {
    border: 2px solid #03297D;
    background-color: #03297D;
    color: #fff !important;
    transition: all .2s;
}
.org_counter {
    text-align:right;
    margin-bottom:0;
    margin-right: 18px;
}
div.advocacy_container {
    margin-bottom: 24px;
    width: 100%;
}
.grid-item{
    float: left;
}
div.advocacy_container div {
    width: 32%;
    text-align: center;
    background-color: #fff;
    box-shadow: 1px 1px 3px #999;
    transition: all 0.3s linear;
    cursor: pointer;
    padding: 24px;
    margin: 0 12px 12px 0;
}
div.advocacy_container .grid-sizer{
    margin: 0 12px 0 0;
    padding: 0;
    box-shadow: none;
}
div.advocacy_container div:hover {
    box-shadow: 5px 5px 8px #ccc;
}
div.advocacy_container a div img.full_image {
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    max-height: 40px;
    width: auto;
    margin: 0;
    margin-bottom: 8px;
}
div.advocacy_container a:hover {
    text-decoration: none;
}
div.advocacy_container div:hover {
    text-decoration: none;
}
div.advocacy_container div.advocacy_logo_container {
    vertical-align: middle;
    text-align: left;
    box-shadow: none;
    border: none;
    background: none;
    padding: 0;
    display: flex;
    width: 100%;
    justify-content: left;
    margin-bottom: 16px;
}
div.advocacy_container a p {
    text-align: left;
    margin-bottom: 16px;
    line-height: 17px;
}
div.advocacy_container a p.title {
    color: #233F88;
    font-weight: bold;
    margin-bottom: 8px;
    padding-bottom: 0;
}
div.advocacy_container a p.visit_org {
    color: #008571;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 13px;
}
div.advocacy_container a p.visit_org::after {
    content: url("/assets/Arrow.svg");
    width: 15px;
    margin-left: 10px;
    transition: all 0.2s linear;
}
div.advocacy_container a:hover p.visit_org::after {
    margin-left: 12px;
    transition: all 0.2s linear;
}


/* patient responsive stuff */

@media screen and (max-width: 768px) {
    #top_logo {
        margin-left: 16px;
    }
    div.patient_tagline_container:before,
    div.patient_tagline_container::after {
        display: none;
    }
    #top_container.mobile_content {
        background-image: url(../assets/patient/homepage_bg_gradient.svg), url(../assets/patient/home_halftone_left.svg), url(../assets/patient/home_hero_trapezoid_right.svg);
        background-size: cover, cover, 0px 0px !important;
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-position: center, left 250px top 0px, right 90px top 0px;
    }
    div.top_container.mobile_content {
        /* background-image: none !important; */
    }
    img.mobile_home_image {
        width: 100%;
        height: auto;
    }
    div.patient_tagline {
        bottom: 0;
        background-color: #fff;
        width: 100%;
        height: 130px;
        transform: none;
    }
    div.patient_tagline_inner {
        transform: none;
        text-align: center;
        padding-top: 25px;
    }
    ul.symptom_list {
        list-style: none;
        margin: 0;
        padding: 5px 5%;
        column-count: 2;
        column-gap: 1.5em;
    }
    .main_content.subpage {
        background: none !important;
    }
    img.title_icon {
        display: block;
    }
    .mobile_banner_home {
        position: relative;
        top: 250px;
        width: 100%;
        background-color: #fff;
        box-shadow: 2px 0px 8px #ccc;
        padding: 32px;
        padding-bottom: 8px;
    }
    .main_tagline {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 8px;
        margin-top: 0px;
    }
    div.home_centre_content_col {
        padding-top: 24px;
        padding-left: 15px;
        text-align: center;
    }
    .featured_image_container,
    .home_featured_image {
        display: none;
    }
    p.patient_main_tagline {
        font-size: 22px;
        text-align: center;
    }
    div.subhead_container {
        margin-top: 0px;
    }
    div.top_container.mobile_content {
        display: block;
    }
    div.top_container.desktop_content {
        display: none;
    }
    p.patient_main_tagline {
        font-size: 20px;
        text-align: center;
    }
    .no_mobile_break br {
        display: none;
    }
    div.homepage_bottom_decoration {
        background-size: 80%;
    }
    .chart_container {
        width: 90%;
        margin-left: 5%;
    }
    p.mobile_pad {
        width: 90%;
        margin-left: 5%;
    }
    div.inline_cta {
        background: none;
        background-color: #fff;
        border-top: 5px solid #00A88F;
        height: auto !important;
        margin-top: 24px;
        margin-bottom: 48px;
    }
    div.inline_cta.height_110 {
        height: 110px !important;
    }
    div.inline_cta.inline_cta_larger {
        width: 100%;
        height: auto;
        background-image: none;
        background-color: #fff;
        border-top: 5px solid #00A88F;
        margin-bottom: 40px;
    }
    .no_mobile_pad {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .mobile_pad {
        width: 90%;
        margin-left: 5%;
    }
    .body_container .container {
        padding-left: 32px;
        padding-right: 32px;
    }
    div.inline_cta_inner {
        padding-top: 36px;
        padding-left: 40px;
        padding-right: 40px;
        text-align: center;
    }
    div.inline_cta_inner p {
        width: auto !important;
    }
    div.inline_cta_inner.threeline {
        padding-top: 24px;
        padding-left: 30px;
        padding-right: 30px;
    }
    div.inline_cta_inner.threeline a {
        position: relative;
        top: 18px;
        left: initial;
    }
    .row.bottom_cta_row {
        box-shadow: none;
        width: 90%;
        margin-left: 5%;
        margin-top: 24px;
    }
    .row.bottom_cta_row.fullwidth_mobile {
        box-shadow: none;
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0px !important;
        padding-right: 0 !important;
        margin-top: 24px;
    }
    div.bottom_cta_image {
        display: none;
    }
    div.bottom_cta_text {
        background-color: #fff;
        box-shadow: 2px 2px 8px #d4d4d4;
        border-top: 5px solid #00a88f;
        text-align: center;
        font-size: 14px;
    }
    div.mobile_heretohelp_image {
        display: block;
        text-align: center;
        padding: 0 !important;
    }
    div.whattoexpect.mobile_accent_left {
        position: absolute;
        left: -20px;
    }
    div.whattoexpect.mobile_accent_left img {
        position: absolute;
    }
    div.whattoexpect.mobile_accent_left .solid_teal {
        width:115px;
        top:-10px;
    }
    div.whattoexpect.mobile_accent_left .border_yellow {
        width:60px;
        top:25px;
        z-index: 10;
    }

    div.whattoexpect_graphic {
        background-image: none;
        background-color: #00317A;
        width: 100%;
        height: auto;
        background-size: contain;
        background-repeat: no-repeat;
        position: relative;
        background-position: top center;
        display: block;
        padding: 24px;
    }
    .whattoexpect_headline {
        position: relative;
        left: 0% !important;
        top: inherit;
        width: 100%;
        text-align: center;
    }
    .whattoexpect_left,
    .whattoexpect_right {
        position: relative;
        left: 0% !important;
        top: initial;
        width: 100%;
        color: #fff !important;
        display: block;
        text-align: center;
        margin-bottom: 16px;
    }
    .whattoexpect_left p,
    .whattoexpect_right p {
        font-size: 16px;
        transform: skew(2deg)
    }

    .whattoexpect_caption {
        width: 100%;
        background-color: #fff;
        padding: 16px 40px;
        margin-bottom: 32px;
        transform: none;
        box-shadow: 2px 2px 8px #d4d4d4;
        position: relative;
        top: 16px;
        left: 0;
    }
    .whattoexpect_caption_inner {
        transform: none;
        line-height: 1.3;
    }

    .left_pad_32 {
        padding-left: 15px;
    }
    .mobile_top_margin {
        margin-top: 8px;
        margin-bottom: 32px;
    }
    .mobile_no_bottom_margin {
        margin-bottom: 0;
    }
    .mobile_text_centre {
        text-align: center;
        padding-top: 16px;
    }
    .choice_cta {
        width: 100%;
        height: auto;
        background-image: none;
        background-repeat: no-repeat;
        text-align: center;
        font-family: "Roboto Slab", serif;
        font-size: 15px;
        line-height: 1.5;
        color: #03297d;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 28px;
        padding-bottom: 28px;
        margin-bottom: 24px;
        background-color: #fff;
        box-shadow: 2px 2px 8px #d4d4d4;
        margin-top: 24px;
    }
    .mobile_twoline {
        height: auto !important;
    }
    div.inline_cta_inner.twoline a {
        position: relative;
        top: 20px;
        left: initial;
        display: block;
    }
    .support_image_callout {
        background-image: none;
        background-color: #fff;
        width: 100%;
        height: auto;
        display: block;
        padding: 25px;
        font-size: 15px;
        margin-top: 32px;
        margin-bottom: 32px;
        box-shadow: 2px 2px 8px #d4d4d4;
        position: relative;
    }
    .support_image_callout:before,
    .choice_cta.mobile_content:before {
        display: block;
        content: "";
        position: absolute;
        top: -10px;
        left: -15px;
        width: 70px;
        height: 44px;
        background-image: url(../assets/patient/mobile_cta_corner_image.png);
        background-repeat: no-repeat;
        background-size: contain;
    }
    .mobile_icon_centre {
        margin: 0 auto;
    }
    .help_icon {
        margin-top: 16px;
        margin-bottom: 8px;
    }
    div.inline_cta.cta_140 {
        height: 140px !important;
    }
    img.prs_image {
        width: 100%;
        margin-top: 16px;
        margin-bottom: 16px;
    }
    div.thanks_404_container {
        width: 90%;
        margin-left: 5%;
        height: auto;
        background-image: none;
        background-color: #fff;
        padding-top: 24px;
        text-align: center;
        margin-bottom: 24px;
        box-shadow: 2px 2px 8px #d4d4d4;
    }
    div.thanks_404_container .mobile_accent_left {
        position: absolute;
        left:0;
        top:8px;
    }
    div.thanks_404_container .mobile_accent_left img {
        width:60px;
    }
    div.thanks_404_container .mobile_accent_right {
        position: absolute;
        right:0;
        top:5px;
    }
    div.thanks_404_container .mobile_accent_right img {
        width:65px;
    }
    .content_element.thankyou_page {
        width: 100%;
        padding: 16px;
    }
    .content_element.thankyou_page p {
        margin-top: 12px;
    }
    div.homepage_bottom_decoration {
        background-position: 240% 22%;
    }
    .content_element.content_element.thankyou_page h1 {
        margin-bottom: 12px;
    }
    .org_counter {
        text-align:left;
        margin-bottom:0;
    }
    div.advocacy_container {
        display: block;
    }
    div.advocacy_container a {
        display: block;
        margin-bottom: 12px;
    }
    div.advocacy_container div {
        width: 100%;
        min-height: initial;
        height: auto;
    }
    div.advocacy_container a div img.full_image {
        max-height: 35px;
    }
}

@media screen and (min-width: 769px) {
    div.top_container.mobile_content {
        display: none;
    }
    div.top_container.desktop_content,
    img.desktop_content {
        display: block;
    }
    div.mobile_heretohelp_image {
        display: none;
    }
    div.moa_charts {
        padding-left: 15px;
        padding-right: 15px;
    }
    div.main_content.smaller_margin {
        padding-top: 32px !important;
    }
    div.main_content.no_margin {
        padding-top: 0px !important;
    }
    div.main_content.no_top_margin {
        padding-top: 0 !important;
    }
    div.right_pad_32 {
        padding-right: 32px;
    }
    .content_element.thankyou_page p {
        margin-top: 12px;
    }
    .content_element.content_element.thankyou_page h1 {
        margin-bottom: 12px;
    }
}

@media screen and (min-width: 560px) and (max-width: 767px) {
    #top_container {
        text-align: center;
    }
    div.patient_tagline {
        bottom: 12px;
    }
    div.patient_tagline_inner {
        max-width: 560px;
        margin: 0 auto;
    }
    img.mobile_home_image {
        max-width: 600px;
        height: auto;
        margin: 0 auto;
    }
    img.main_tagline {
        max-width: 580px;
        height: auto;
    }
    div.subhead_container {
        margin-top: 16px;
    }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
    #top_container {
        width: 100vw;
        height: 460px;
        background-color: #03297D;
        position: relative;
        box-shadow: 0px 4px 12px #ccc;
        background-image: url(../assets/homepage_figures.png), url(../assets/patient/homepage_bg_gradient.svg), url(../assets/patient/home_halftone_left.svg), url(../assets/patient/home_halftone_left.svg);
        background-size: contain, contain, contain, contain;
        background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
        background-position: bottom center, center center, right -200px top 0, left -300px top 0;
        margin-bottom: 32px;
    }
    div.patient_tagline {
        z-index: 1;
    }
    div.patient_tagline_container:after {
        z-index: 0;
    }
    div.homepage_bottom_decoration {
        background-position: 112% 29%;
        background-size: 35%;
    }
    div.whattoexpect_graphic {
        background-image: none;
        background-color: #00317A;
        width: 100%;
        height: auto;
        background-size: contain;
        background-repeat: no-repeat;
        position: relative;
        background-position: top center;
        display: block;
        padding: 24px;
    }
    .whattoexpect_headline {
        position: relative;
        left: 0% !important;
        top: inherit;
        width: 100%;
        text-align: center;
    }
    .whattoexpect_left,
    .whattoexpect_right {
        position: relative;
        left: 0% !important;
        top: initial;
        width: 100%;
        color: #fff !important;
        display: block;
        text-align: center;
        margin-bottom: 16px;
    }
    .whattoexpect_left p,
    .whattoexpect_right p {
        font-size: 16px;
        transform: skew(2deg)
    }
    .whattoexpect_caption {
        width: 100%;
        background-color: #fff;
        padding: 16px 40px;
        margin-bottom: 32px;
        box-shadow: 2px 2px 8px #d4d4d4;
        transform: none;
        position: relative;
        top: 16px;
        left: 0;
    }
    .whattoexpect_caption_inner {
        transform: none;
        line-height: 1.3;
    }
    .howtoget_desktop1 {
        padding-left: 30px;
    }

    div.inline_cta_inner.twoline {
        padding-top: 38px;
    }
    div.inline_cta_inner p {
        font-family: "Roboto Slab", serif;
        color: #03297d;
        font-size: 16px;
        display: inline-block;
        width: 315px;
    }
    div.advocacy_container div {
        width: 48%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .main_content.subpage {
        background-size: 220px;
    }
    .support_image_callout {
        width: 450px;
        height: 100px;
        padding-left: 45px;
        padding-right: 50px;
    }
    .choice_cta {
        width: 425px;
        height: 110px;
        background-image: url(/assets/patient/choice_cta_bg.png);
        background-repeat: no-repeat;
        text-align: center;
        font-family: "Roboto Slab", serif;
        font-size: 15px;
        line-height: 1.5;
        color: #03297d;
        padding-left: 65px;
        padding-right: 68px;
        padding-top: 15px;
        background-size: contain;
    }
}


/* smaller phone */

@media screen and (max-width: 375px) and (max-height: 667px) {
    div.whattoexpect_graphic {
        height: 385px;
    }
    ul.bottom_nav li {
        margin-bottom: 8px;
    }
}


/* ipad landscape */

@media screen and (min-width: 991px) and (max-width: 1199px) {
    nav#main_navigation ul li,
    nav#main_navigation ul li a,
    nav#main_navigation ul li.active a,
    nav#main_navigation ul li ul li a,
    nav#main_navigation ul li ul li.active a {
        font-size: 13px;
    }
    div.whattoexpect_graphic {
        width: 100%;
        background-size: 100% 70%;
        margin-bottom: 32px;
    }
    div.whattoexpect_caption {
        top: 265px;
    }
    .howtoget_desktop1 {
        padding-left: 70px;
    }
    div.patient_tagline_container:after {
        z-index: 0;
    }
    div.patient_tagline {
        z-index: 2;
    }
}


/* ipad portrait */

@media screen and (min-width: 768px) and (max-width: 820px) and (min-height: 1024px) and (max-height: 1140px) and (orientation: portrait) {
    div.subhead_container {
        margin-top: 180px;
    }
    div.patient_tagline {
        height: 190px;
        position: relative;
        top: -14px;
    }
    p.patient_main_tagline {
        font-size: 40px;
    }
    div.home_centre_content_col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    div.inline_cta_inner a {
        margin-left: 24px;
    }
    div.bottom_cta_image {
        display: none;
    }
    div.bottom_cta_text,
    div.ipad_fullwidth {
        flex: 0 0 100%;
        max-width: 100%;
    }
    div.patient_tagline_container:after {
        z-index: 0;
    }
}