body.espanol.neulasta .quantum-top-nav .quantum-top-nav__inner .quantum-top-nav__links .quantum-top-nav__link {
    white-space: normal;
}

body.espanol .toolsAndResources-title.field-heading {
    display: none;
}

body.espanol .accordion .accordionTrigger .accordionTriggerExpand::after {
    content: "";
    width: 46px;
    height: 46px;
    background: url(/-/media/Themes/Amgen/Neulasta-com/Neulasta-com/img/template-images/icon-plus-blue-svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    display: inline-block;
    top: 10px;
    right: 0;
}

body.espanol .accordion .accordionTrigger .accordionTriggerCollapse::after {
    content: "";
    width: 46px;
    height: 46px;
    background: url(/-/media/Themes/Amgen/Neulasta-com/Neulasta-com/img/template-images/icon-minus-blue-svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    display: inline-block;
    top: 10px;
    right: 0;
}

body.espanol .component.container.col-12 {
    padding: 0 !important;
}

body.espanol .toolsAndResources .container>.row>.col-12 {
    padding-left: 0px !important;
    padding-right: 8px !important;
}

body.espanol .accordion.is-active .accordionTrigger .accordionTriggerCollapse {
    display: block;
    background-color: #FFF;
}

body.espanol .accordion .accordionBody {
    transition: all 0.5s ease;
}

body.espanol .accordion.is-active .accordionBody {
    padding-bottom: 1.5rem;
    max-height: 15000px;
    height: auto;
    opacity: 1;
}

body.espanol .accordionTriggerBtn {
    display: none;
}

body.espanol .obiInteractive-hotspots .anchor {
    cursor: pointer;
    background: url('/~/media/Themes/Amgen/Neulasta-com/Neulasta-com/img/content-images/icons/interact-plus-png.png');
    background-position: center;
    cursor: pointer;
    appearance: none;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    border-radius: 100%;
    width: 42px;
    height: 42px;
    position: absolute;
    transform-origin: center;
}

body.espanol .obiInteractive-hotspots .anchor.is-active {
    background: url('/~/media/Themes/Amgen/Neulasta-com/Neulasta-com/img/content-images/icons/interact-minus-png.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

body.espanol .obiInteractive-hotspots .anchor.is-active+.content {
    opacity: 1;
}

body.espanol .section-body {
    font-size: 14px !important;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .espanol .quantum-button.button-tab {
        display: none;
    }
    .espanol .component .component-content .rich-text #subsection5_multiLevel .columns .doubleColumnList {
        display: inline-block;
    }
    .espanol .component .component-content .rich-text .component-content .neulasta-article {
        padding-top: 0px;
        margin-bottom: 20px;
    }
    .espanol .component .component-content .component.container:last-child .component-content .component:first-child {
        padding-top: 20px;
    }
    .espanol .component .component-content .rich-text .component-content .columns .bottom-links .bottom-link a {
        left: 5%;
    }
}


@media screen and (max-width:991px) {
    .espanol .obiInteractive-hotspots .anchor.is-active+.content {
        position: initial;
        margin-top: 2rem;
        height: auto;
        text-align:center !important;
    }
    body.espanol .obiInteractive-hotspots .anchor{width: 38px;   height: 38px;}
    body.espanol .toolsAndResources .container>.row>.col-12  {  padding-left: 15px !important;  padding-right: 15px !important;}
}


@media screen and (max-width: 767px) {
    .espanol .heroMain.heroMain--home.heroMain--homeSpanish.heroMain .heroMain-outerBox {
        padding-top: 0;
    }
    .espanol .heroMain.heroMain--home.heroMain--homeSpanish.heroMain img {
        width: 100%;
    }
}

@media screen and (min-width: 1200px) {
    body.espanol.neulasta .quantum-header .quantum-header__inner .quantum-header__right .quantum-drop-down-menu__list-item {
        max-width: none;
    }
}