/*! 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: #f7f7f7;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}

body.isiopen {
    overflow: hidden;
}

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

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

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

.hidden {
    display: none;
}

#top_container {
    width: 100vw;
    /* background-image: url(../assets/homepage/Homepage_1920.png);
    background-position: bottom center;
    background-repeat: no-repeat; */
    background-color: #DFF4F2;
    /* background-size: cover; */
    position: relative;
    box-shadow: 0px 4px 12px #ccc;
    background-image: url(../assets/homepage/Homepage_1920.png), url(../assets/homepage/home_top_left.png), url(../assets/homepage/home_top_right.png);
    background-size: cover, contain, contain;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: bottom center, top left, top right;
}

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

div.main_content h1 {
    margin-bottom: 25px;
}

div.main_content h2,
div.main_content h3 {
    margin-bottom: 20px;
}

div.main_content h4,
div.main_content h5 {
    margin-bottom: 10px;
}

div.main_content p {
    margin-bottom: 10px;
}

sub {
    bottom: 0;
    font-size: 60%;
}

#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/m_arrow.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;
}

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

#hamburger_menu {
    display: none;
}

#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: #008571;
    margin-bottom: 12px;
    border-radius: 0;
    -webkit-appearance: none;
}

#form input {
    color: #656565;
}

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

#form input#lastname {
    width: 49%;
    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: #008571;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    transition: all 0.3s linear;
}

#form button:hover {
    background-color: #1ABFA6;
}

::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::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: absolute;
    right: 0px;
    top: 0px !important;
    width: 24px;
    height: 24px;
    transition: all 0.3s linear;
    transform: rotate(0deg);
    cursor: pointer;
}

.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);
}

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

.body_container {
    box-shadow: rgb(170 170 170) 0px 3px 6px;
    background-color: rgb(255, 255, 255);
    color: rgb(68, 68, 68);
    position: relative;
    top: 0px;
    padding: 24px;
    border-top: 3px solid rgb(226, 231, 53);
}

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

.body_container ul {
    list-style: none;
}

.body_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: #00AA90;
    text-decoration: none;
}

.body_container a:hover,
#isi_text_container a:hover,
a.green:hover {
    color: #00AA90;
    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;
    font-size: 13px;
    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;
}

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 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.trans {}

#isi_link h4 {
    margin-bottom: 6px;
    font-size: 18px;
    display: inline-block;
    width: 75%;
}

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

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.prescribing_info_mobile {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    background-color: #008571;
    line-height: 1;
    z-index: 10001;
    padding: 4px;
}

div.prescribing_info_mobile.open {
    position: fixed;
}

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-image: url(../assets/homepage/mobile/m_women_transparent.png);
        background-position: bottom center;
        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;
    }
    .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;
        padding-left: 100px;
    }
    #thankyou_container h1 {
        font-size: 20px;
    }
    div#hamburger {
        display: block;
    }
    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: 24px;
    }
    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: block;
    }
    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: 420px;
        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: 90vw;
        margin-left: 5vw;
        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;
    }
    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: block;
    }
    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_support .container {
        background-size: contain !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 {
        background-image: url(../assets/homepage/homepage_tablet.png);
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: 65% !important;
        padding-bottom: 310px;
    }
    .image_desktop {
        display: block;
    }
    .image_mobile {
        display: none;
    }
    .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: 20px !important;
    }
    .button_container {
        display: block;
    }
    .button_container .button {
        /* cursor: pointer; */
        width: 100%;
        min-height: 100px;
        height: auto !important;
        display: block;
        margin-bottom: 24px;
    }
    .row.button_row_mobile .button_container .button {
        width: 100%;
        margin-bottom: 16px;
    }
}

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

@media screen and (min-width: 992px) {
    p.support_para br {
        display: none;
    }
}

@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 {
    padding-top: 24px;
    margin-bottom: 32px;
    margin-left: 0;
    margin-right: 0;
}

.button_container_mobile {
    display: none;
}

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

.button_container .button {
    /* cursor: pointer; */
    width: 350px;
    /* height: 150px; */
    height: 215px;
    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;
    text-align: left;
    padding: 16px;
    transition: all 0.2s linear;
}

.button_container .button:nth-of-type(1) {
    color: #fff;
    background-color: #03297D;
}

.button_container .button:nth-of-type(2) {
    color: #fff;
    background-color: #008571;
}

.button_container .button:nth-of-type(3) {
    color: #fff;
    background-color: #00569D;
}

.button_container h6 {
    color: #fff;
    font-family: "Nunito", sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 16px;
    margin-bottom: 12px;
}

.button_container p {
    display: block;
    min-height: 60px;
    color: #fff;
    padding-left: 10%;
    padding-right: 10%;
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    text-align: center;
}

.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: 70px; */
}

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

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

div.main_content h2 {
    font-family: "Nunito", sans-serif;
    font-size: 26px;
    color: #656565;
    margin-bottom: 20px;
    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 {
    font-family: "Nunito", sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #656565;
}

div.main_content p {
    margin-bottom: 10px;
}

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

div.main_content p.references span.url_link {
    /* word-break: break-all; */
}

.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; */
}

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

div.mobile_content {
    display: none;
}

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

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_inner {
    margin-top: 100px;
    margin-left: 20vw;
    margin-right: 20vw;
    min-height: 525px;
    background-color: #fff;
    padding-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
    z-index: 9999;
    text-align: center;
    position: relative;
}

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.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: "Nunito", 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 {
    display: inline-block;
    padding: 8px;
    padding-left: 14px;
    padding-right: 14px;
    margin-top: 16px;
    font-size: 14px;
    color: #fff;
    background-color: #03297D;
    font-family: "Nunito", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.2s linear;
}

div.modal_inner a.sophia_link:hover,
div.modal_inner a.sophia_link:active {
    text-decoration: none;
    background-color: #00569D;
    /* margin-left: 3px; */
}

div.modal_inner a.sophia_link:after {
    content: "";
    width: 14px;
    height: 12px;
    display: inline-block;
    background-image: url(/assets/icon_arrow_right.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 6px;
    margin-right: 3px;
    top: 1px;
    position: relative;
    transition: all 0.2s linear;
}

div.modal_inner a.sophia_link:hover:after {
    margin-left: 9px;
    margin-right: 0px;
}

div.modal_inner a.cancel_link {
    margin-top: 32px;
    margin-bottom: 32px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
}

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: 75%;
    margin-left: 12.5%;
    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: 56px;
    padding-right: 24px;
    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 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: #008571;
    /* 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 {
    border-top: 2px solid #DFE33D;
    border-bottom: 2px solid #DFE33D;
}

#hamburger_menu a.mobile_pi,
#hamburger_menu p.mobile_pi {
    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: "Nunito", sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 3px;
    background-color: #008571;
}

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

#hamburger_menu div.ext_link {
    text-align: center;
    padding-bottom: 28px;
    padding-top: 28px;
}

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

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/side_cta.svg);
    width: clamp(80%, 250px, 200px);
    min-height: 320px;
    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/side_cta.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;
}
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: #fff;
    padding-top: 24px;
    box-shadow: 0px 4px 12px #ccc;
    position: relative;
    z-index: 999;
}
.main_logo {
    height: 100px;
    width: auto;
}
#top_row_menu_hcp {
    right: 0;
    position: absolute;
    text-align: left;
    width: 660px;
}
.top_menu_right {
    position: relative;
}
#top_row_menu_hcp a {
    color: #187db0;
    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: 18px;
}
nav#main_navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}
nav#main_navigation ul li {
    display: inline-block;
    max-width: 110px;
    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: #008571;
    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:last-child {
    max-width: 95px;
}
nav#main_navigation ul li:nth-of-type(2) {
    max-width: 90px;
    margin-right: 24px;
}
nav#main_navigation ul li:nth-of-type(3) {
    max-width: 130px;
    margin-right: 24px;
}
nav#main_navigation ul li a {
    font-family: "Roboto Slab", serif;
    font-size: 16px;
    font-weight: normal;
    color: #008571;
    text-decoration: none;
}
nav#main_navigation ul li a:hover {
    color: #008571;
    text-decoration: none;
}
nav#main_navigation ul li.active a {
    font-family: "Roboto Slab", serif;
    font-size: 16px;
    font-weight: normal;
    color: #00297D;
    text-decoration: none;
}
nav#main_navigation ul li.active a:hover {
    color: #00297D;
    text-decoration: none;
}
.main_tagline {
    width: 475px;
    height: auto;
    margin-bottom: 32px;
    margin-top: 48px;
}
.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: 0px;
    right: -30px;
    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: 18px;
    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-top: 4px solid #E2E735;
    margin-top: 8px;
    background-color: #fff;
    padding-top: 4px;
    padding-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
    align-items: center;
    justify-content: center;
}
.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;
    padding: 0;
    margin: 0;
    margin-top: 2px;
    display: inline-block;
}
.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;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0;
}
.row.distributor_row p {
    font-size: 13px !important;
}
p.blue_centre {
    text-align: center;
    font-weight: bold;
    color: #187db0 !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: #00AA90;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 0;
}
ul.subnav {
    display: none;
    position: absolute;
    top: 48px;
    left: 0;
    /* border-top: 4px solid #E2E735; */
    
    background-color: #fff;
    padding: 0;
    margin: 0;
    width: 180px;
    list-style: none;
    box-shadow: 2px 2px 4px #bbb;
}
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: 4px solid #f2f2f2 !important;
}
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;
}

/* end hcp */

/* support */
#main_support_navigation {
    width: 100vw;
    height: 46px;
    background-color: rgba(226, 231, 53, 0.3);
    text-align: center;
}
#main_support_navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 13px;
}
#main_support_navigation ul li {
    display: inline-block;
    margin-left: 12px;
    margin-right: 12px;
    font-family: "Roboto Slab", serif;
    color: #008571;
}
#main_support_navigation ul li a {
    color: #008571;
    padding-bottom: 11px;
    /* border-bottom: 3px solid rgba(226, 231, 53, 0.3); */
    
    box-shadow: inset 0px 0px 0px rgba(226, 231, 53, 0.3);
    text-decoration: none;
    transition: all 0.2s linear;
}
#main_support_navigation ul li a:hover,
#main_support_navigation ul li a:active,
#main_support_navigation ul li a.active {
    color: #0C3F95;
    /* border-bottom: 3px solid #008571; */
    
    box-shadow: inset 0px -3px 0px #008571;
    ;
    text-decoration: none;
}
#top_container_support {
    width: 100vw;
    background-color: rgba(226, 231, 53, 0.15);
    position: relative;
    height: 270px;
    box-shadow: 0px 4px 12px #ccc;
    background-image: url(../assets/hero_dots_right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
}
#top_container_support .container {
    background-image: url(../assets/support_group_homepage@2x.png);
    background-size: 600px auto;
    background-repeat: no-repeat;
    background-position: bottom right;
    height: 100%;
    padding-top: 40px;
}
#top_container_support h1 {
    font-size: 30px;
    color: #0C3F95;
}
#top_container_support p {
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    color: #595959;
}
.phone_overlay {
    position: absolute;
    bottom: 0px;
    right: 30px;
    width: 272px;
    height: 32px;
    background-image: url(../assets/number_cta_BG@2x.png);
    background-position: center center;
    background-size: cover;
    text-align: center;
    padding-top: 4px;
}
.phone_overlay a {
    font-family: "Nunito", sans-serif;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}
.phone_overlay a:hover {
    text-decoration: underline;
}
a.hero_link {
    display: inline-block;
    padding: 8px;
    padding-left: 14px;
    padding-right: 14px;
    margin-top: 16px;
    font-size: 14px;
    color: #fff;
    background-color: #03297D;
    font-family: "Nunito", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.2s linear;
}
a.hero_link:hover,
a.hero_link:active {
    text-decoration: none;
    background-color: #00569D;
    /* margin-left: 3px; */
}
a.hero_link:after {
    content: "";
    width: 14px;
    height: 12px;
    display: inline-block;
    background-image: url(/assets/icon_arrow_right.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 6px;
    margin-right: 3px;
    top: 1px;
    position: relative;
    transition: all 0.2s linear;
}
a.hero_link:hover:after {
    margin-left: 9px;
    margin-right: 0px;
}
a.hero_link.inner,
a.hero_link.download {
    margin-top: 0;
    margin-bottom: 3px;
}
a.hero_link.download:hover {}
a.hero_link.download:after {
    background-image: url(/assets/icon_arrow_down.svg);
    top: 2px;
    position: relative;
    height: 14px;
}
a.hero_link.download:hover:after {
    margin-left: 6px;
    margin-right: 3px;
    top: 5px;
}
a.support_button_link {
    display: inline-block;
    padding: 8px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 14px;
    color: #fff;
    background-color: rgba(60, 60, 60, 0);
    font-family: "Nunito", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #fff;
    transition: all 0.2s linear;
    outline: 1px solid transparent;
}
a.support_button_link:hover,
a.support_button_link:active {
    text-decoration: none;
    background-color: rgba(255, 255, 255, .15);
    outline: 1px solid #fff;
    /* margin-left: 3px; */
}
a.support_button_link:after {
    content: "";
    width: 14px;
    height: 12px;
    display: inline-block;
    background-image: url(/assets/icon_arrow_right.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 6px;
    margin-right: 3px;
    top: 1px;
    position: relative;
    transition: all 0.2s linear;
}
a.support_button_link:hover:after {
    margin-left: 9px;
    margin-right: 0;
}
.support_homepage_cta {
    background-color: #E4F4F3;
    padding-top: 14px;
    padding-bottom: 24px;
    background-image: url(/assets/trapezoids_fullWidthCTA_left.png), url(/assets/trapezoids_fullWidthCTA_right.png);
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
    background-size: 85px auto, 86px auto;
    margin-top: 32px;
}
.support_homepage_cta h4 {
    font-family: "Roboto Slab", serif;
    font-size: 34px;
    color: #138D7B;
    padding-top: 22px;
}
.support_phone a {
    font-family: "Roboto Slab", serif;
    color: #0C3F95;
    text-decoration: none;
    font-size: 24px;
}
.support_phone a:hover {
    text-decoration: underline;
}
.support_homepage_cta p {
    font-family: "Nunito", sans-serif;
    font-size: 15px;
    color: #595959;
    padding: 0;
    margin: 0;
    padding-top: 6px;
}
p.support_phone br {
    display: none;
}
div.support_content h4 {
    color: #656565;
}
div.support_content h4.bold {
    font-weight: bold;
}
div.support_content h3 {
    font-family: "Nunito", sans-serif;
    font-size: 24px;
    margin-top: 50px;
    font-weight: bold;
    color: #0A569D;
}
div.support_content.financial_support h3:nth-of-type(1) {
    margin-top: 0;
}
div.support_accordion {
    background-color: #fff;
    border-top: 2px solid #E2E735;
    padding: 16px;
    position: relative;
    margin-bottom: 12px;
    box-shadow: 2px 2px 6px rgba(60, 60, 60, 0.15);
    transition: all 0.2s linear;
}
div.support_accordion:hover {
    box-shadow: 4px 4px 10px rgba(60, 60, 60, 0.2);
}
div.support_accordion.billing {
    padding: 0;
}
div.accordion_top {
    padding: 16px;
}
div.support_accordion .accordion_title {
    font-family: "Roboto Slab", serif;
    font-size: 16px;
    color: #008571;
}
div.support_accordion .accordion_title sup.nohover {
    font-family: "Roboto Slab", serif;
    font-size: 10px;
    color: #008571;
}
div.support_accordion .accordion_topbar,
div.support_accordion .accordion_top {
    cursor: pointer;
    width: 100%;
}
div.support_accordion .handle {
    /* cursor: pointer; */
    
    position: absolute;
    right: 20px;
    top: 24px;
    background-image: url(../assets/icon_chevron_h.svg);
    width: 18px;
    height: 10px;
    background-repeat: no-repeat;
    transition: all 0.2s linear;
}
div.support_accordion.open .handle {
    transform: rotate(-180deg);
}
div.support_accordion .accordion_inner {
    display: none;
    padding-top: 16px;
}
div.support_accordion ul li ul li:before {
    content: "-";
    color: #595959;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
p.dist_footnote {
    margin-top: 24px;
    margin-bottom: 24px;
}
table.code_table {
    width: 100%;
    font-family: "Nunito", sans-serif;
}
table.code_table th {
    background-color: #F0F0F6;
    color: #656565;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
}
table.code_table th,
table.code_table td {
    padding: 8px;
    width: 50%;
    font-size: 14px;
}
table.code_table.three_col td:nth-of-type(1),
table.code_table.three_col td:nth-of-type(2) {
    width: 25%;
}
table.code_table.three_col td:nth-of-type(2) {
    border-right: 1px solid #ccc;
}
table.code_table td {
    border-bottom: 1px solid #ccc;
    vertical-align: top;
}
table.code_table td:nth-of-type(1),
table.code_table th:nth-of-type(1) {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
p.footnote.table_footnote {
    padding: 12px;
    display: block;
}
.support_content.form_downloads h2 {
    font-size: 20px;
    font-weight: bold;
}
.support_content.form_downloads h4 {
    color: #03297D;
}
.support_content.form_downloads h4,
.support_content.coding_content h5 {
    margin-top: 32px;
}
.support_content.form_downloads h4:nth-of-type(1) {
    margin-top: 0px;
}
.support_content.form_downloads a.hero_link.inner {
    /* margin-bottom: 32px; */
}
#hamburger_menu i.fa {
    color: #E2E735;
}
#sidebar_cta_container {
    height: 320px;
    width: 100%;
    position: relative;
    background-image: url(../assets/background_dots@2x.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
#sidebar_cta_container #text_container {
    position: absolute;
    top: 72px;
    width: 100%;
    height: 205px;
    padding: 30px;
    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;
}
.forohfor_content {
    text-align: center;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 90px;
}
.forohfor_content h1,
.forohfor_content h2,
.forohfor_content p {
    display: block;
    width: 100%;
}

/* end support */
@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;
    }
    
    .button_container {
        display: block;
    }
    
    .button_container .button {
        /* cursor: pointer; */
        width: 100%;
        min-height: 100px;
        height: auto !important;
        display: block;
        margin-bottom: 24px;
    }
    
    #top_container_support {
        width: 100vw;
        background-color: rgba(226, 231, 53, 0.15);
        position: relative;
        height: 480px;
        box-shadow: 0px 4px 12px #ccc;
        background-image: none;
    }
    
    #top_container_support .container {
        background-position: bottom center;
    }
    
    .main_logo {
        height: auto;
        width: 350px;
        margin-top: 12px;
    }
}
@media screen and (max-width: 767px) {
    main {
        overflow-x: hidden;
    }
    
    #top_logo {
        max-width: 180px;
        margin-top: 20px;
    }
    
    .main_logo {
        height: auto;
        width: 230px;
        /* margin-top: 24px; */
    }
    
    .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: 18px;
        width: 86%;
        margin-left: 0%;
    }
    
    .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 .button_container {
        width: 90%;
        display: block;
    }
    
    .button_container .button {
        /* cursor: pointer; */
        width: 100%;
        min-height: 100px;
        height: auto !important;
        display: block;
        margin-bottom: 24px;
    }
    
    .support_homepage_cta {
        background-image: url(/assets/trapezoids_fullWidthCTA_left.png);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 85px auto;
    }
    
    .support_homepage_cta div.text-right,
    .support_homepage_cta div.text-left {
        text-align: center !important;
    }
    
    p.support_phone br {
        display: block;
    }
    
    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: 630px;
        font-size: 12px;
        padding-top: 20px;
        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 {
        padding-top: 4px;
    }
    
    .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;
    }
}
@media screen and (max-width: 767px) and (orientation: portrait) and (min-resolution: 192dpi) {
    .main_site_link {
        bottom: 33% !important;
    }
}
@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;
    }
}
@media screen and (max-width: 768px) {
    body {
        background-image: none !important;
    }
    
    main {
        overflow-x: hidden;
        overflow-y: scroll;
    }
    
    #top_container {
        border-bottom: none;
        padding-bottom: 250px;
        background-size: 60%;
    }
    
    .j_code {
        top: 8px;
    }
    
    div.desktop_content {
        display: none;
    }
    
    div.mobile_content {
        display: block;
    }
    
    #top_container_support {
        width: 100vw;
        background-color: rgba(226, 231, 53, 0.15);
        position: relative;
        height: 500px;
        box-shadow: 0px 4px 12px #ccc;
        background-image: none;
    }
    
    #top_container_support .container {
        background-position: bottom center;
    }
    
    #top_container_support h1 {
        font-size: 25px;
    }
    
    #hamburger_menu {
        display: none;
        width: 100vw;
        height: auto;
        background-color: #008571;
        border-top: 5px solid #008571;
        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); */
        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 {
        border-top: 2px solid #DFE33D;
        border-bottom: 2px solid #DFE33D;
    }
    
    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: 62px;
    }
    
    .no_mobile_pad {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media screen and (max-width: 767px) and (max-height: 667px) {
    #hamburger_menu .main_site_link {
        bottom: 21%;
    }
}
@media screen and (max-width: 767px) and (max-height: 667px) {
    #hamburger_menu .main_site_link {
        bottom: 21%;
    }
}
@media screen and (max-width: 767px) and (max-height: 568px) {
    /* iphone 5, se or other small phone */
    
    #hamburger_menu {
        width: 100%;
    }
    
    #hamburger_menu.open {
        left: 0;
        height: auto;
    }
    
    #hamburger_menu .main_site_link {
        display: none;
    }
    
    main.menu_open {
        left: -265px;
    }
    
    #hamburger_menu ul li a {
        padding: 16px;
    }
    
    #hamburger_menu .main_site_link_small {
        display: block;
    }
}
@media screen and (max-width: 767px) and (max-height: 568px) {
    /* iphone 5, se or other small phone */
    
    #hamburger_menu {
        width: 100%;
    }
    
    #hamburger_menu.open {
        left: 0;
    }
}
@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: 280px;
        background-size: 60%;
    }
    
    .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: 300px) and (max-width: 991px) {
    nav#main_navigation,
    div#top_row_menu_hcp {
        display: none !important;
    }
    
    body.homepage #menu_container {
        background-color: #fff;
        box-shadow: 0px 2px 8px #999;
    }
    
    nav#main_support_navigation {
        display: none;
    }
    
    .top_container_sub {
        height: auto;
    }
    
    div#hamburger {
        display: flex !important;
        z-index: 9998;
    }
    
    div.cta_callout,
    div.cta_callout_enquiries,
    div.cta_callout_flexibility {
        display: none !important;
    }
    
    .cta_callout_ncca {
        display: none;
    }
    
    .phone_overlay {
        display: none;
    }
    
    #sidebar_cta_container {
        display: none;
    }
    
    #hamburger_menu {
        display: none;
        width: 100vw;
        height: auto;
        background-color: #008571;
        border-top: 5px solid #008571;
        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); */
        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 {
        border-top: 2px solid #DFE33D;
        border-bottom: 2px solid #DFE33D;
    }
}
@supports (-webkit-touch-callout: none) {
    @media screen and (min-width: 300px) and (max-width: 991px) {
        #isi_link.open {
            height: 87vh;
        }
        #hamburger_menu {
            background-position: 70% 82% !important;
        }
        .main_site_link {
            bottom: 33% !important;
        }
    }
}
@supports not (-webkit-touch-callout: none) {
    @media screen and (min-width: 300px) and (max-width: 991px) {
        #isi_link.open {
            height: 94vh;
        }
    }
}
@supports not (-webkit-touch-callout: none) {
    @media screen and (min-width: 768px) and (max-width: 991px) {
        #hamburger_menu {
            top: 150px !important;
        }
    }
}

/* 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;
    }
}
@media screen and (max-width: 375px) {
    ul.bottom_nav li:nth-of-type(3) a {
        padding-top: 12px;
        display: inline-block;
    }
}