.press-releases {
    background-color: #edf2f7;
}

.right-nav {
    background: #fff;
    padding: 30px 36px;
}

@media (max-width:767px) {
    .right-nav {
        margin-top: 50px;
    }

}

.right-nav nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.right-nav .level0>.navigation-title {
    padding-bottom: 8px;
    border-bottom: 1px solid #dadada;
    margin-bottom: 20px;
}

.right-nav .level0>.navigation-title>a {
    font-size: 14px;
    line-height: 18px;
    font-family: var(--font-poppins-bold);
    color: var(--primary-colors-amgen-blue);
    text-transform: uppercase;
    line-height: normal;
    display: block;
    text-decoration: none;
}

.right-nav .submenu ul a {
    color: #545255;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.article-listings {
    background: #fff;
    margin-top: 36px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.listing-months {
    padding: 30px 93px;
}

@media (max-width:767px) {
    .listing-months {
        padding: 20px;
    }

    .article-listings {
        margin-top: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.listing-months h2.first {
    font-size: 24px;
    line-height: 44px;
    margin-bottom: 18px;
    font-family: var(--font-poppins-bold);
}

.articles-by-month ul {
    padding-left: 0;
    list-style-type: none;
    margin: 0;
}

.articles-by-month li {
    margin-top: 33px;
    padding: 0.5rem 0;
}

.articles-by-month .article-date {
    border-right: 1px solid #898989;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.9px;
    padding-right: 6px;
    margin-bottom: 7.5px;
    cursor: context-menu;
    color: #898989;
    float: left;
    line-height: 1;
}

.articles-by-month .arrow-link {
    cursor: pointer;
    margin-left: auto;
    display: block;
}

.articles-by-month a {
    display: block;
    clear: both;
    border-top: 1px solid #c8c8c8;
    font-family: var(--font-poppins-bold);
    font-size: 20px;
    padding-top: 9px;
    line-height: 30px;
    text-decoration: none !important;
}

.right-nav .navigation-title>a {
    display: block;
    background-image: url(/-/media/Themes/CorporateAffairs/amgen-com/amgen-com/images/amgencommigration/Common/Icons/arrow-long);
    background-repeat: no-repeat;
    background-position: center right;
}

.search-bar-wrapper {
    display: flex;
    flex-direction: row;
    position: relative;
    margin-bottom: 36px;
}

.search-bar-wrapper .search-submit.quantum-button {
    display: flex;
    padding: 12px 16px;
    text-indent: 0;
    height: 50px;
    max-height: 50px;
    font-size: 16px;
    margin: 0;
    position: relative;
    min-width: 150px;
}

.search-bar-wrapper .search-submit.quantum-button .quantum-button__text {
    border-right: 1px solid #fff;
    padding-right: 12px;
    font-size: 16px;
    line-height: 26px;
    margin-right: 12px;
    display: block;
}

.search-bar-wrapper .search-submit.quantum-button:after {
    content: '';
    display: block;
    min-width: 18px;
    height: 11px;
    background-image: url(/-/media/Themes/CorporateAffairs/amgen-com/amgen-com/images/amgencommigration/Common/Icons/white-arrow.svg);
    background-repeat: no-repeat;
}

.search-bar-wrapper .search-input {
    width: 87%;
    margin-right: 10px;
    height: 50px;
    border: none;
    line-height: normal;
    font-size: 24px;
    color: #525252;
    box-shadow: none;
    padding: 16px;
    outline: none !important;
    width: 100%;
}

.main-content-container {
    margin-top: 60px;
}

@media screen and (max-width: 767px) {
    .main-content-container {
        margin-top: 0;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .main-content-container {
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .search-bar-wrapper {
        margin-top: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        background-color: #FFF;
        padding: 0 0;
        margin-inline: -15px;
    }

    .search-bar-wrapper .search-submit.quantum-button {
        margin-left: 0;
        min-height: 46px;
        top: 0;
        background-color: #fff;
        width: auto;
        padding: 0;
        min-width: auto;
    }

    .search-bar-wrapper .search-submit.quantum-button:after {
        background-image: url(/-/media/Themes/CorporateAffairs/amgen-com/amgen-com/images/amgencommigration/Common/Icons/arrow-long.svg?h=10&la=en&w=16&hash=410EE6385BA392806CA2B3F24BF9C110);
    }

    .search-bar-wrapper .search-submit.quantum-button .quantum-button__text {
        display: none;
    }
}

.year-select-wrapper {
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    display: flex;
    height: 75px;
    align-items: center;
}

.year-select-wrapper .jcf-select {
    margin-left: 10px;
    min-width: 55px;
    letter-spacing: 1.05px;
    margin-top: -5px;
    background-color: transparent;
    background-position: 99% 37%;
    padding: 0;
    margin: 0;
    position: relative;
    vertical-align: middle;
    border: none;
    color: var(--primary-colors-amgen-blue);
    width: auto;
    font-size: 16px;
}

.year-select-wrapper>label {
    font-size: 16px;
    margin-bottom: 0;
    color: #4d4d4d;
    text-transform: uppercase;
}

.year-select-wrapper .jcf-select-opener {
    background: url(/-/media/Themes/CorporateAffairs/amgen-com/amgen-com/images/amgencommigration/Common/Forms/select-dropdown-icon);
    background-repeat: no-repeat;
}

.year-select-wrapper:after {
    content: "";
    border-right: 1px solid #c8c8c8;
    position: relative;
    height: calc(100% - 10px);
}

@media screen and (max-width: 767px) {
    .year-select-wrapper:after {
        display: none;
    }

    .year-select-wrapper {
        justify-content: space-between;
    }

    .year-select-wrapper .jcf-select {
        width: 40%;
    }
}