.module_press_news .headline_container {
    padding: 0 15px;
}

.module_press_news .headline_container:first-child .headline {
    text-align: left;
    margin-bottom: 5px;
    font-size: 24px;
    color: #003763;
    font-family: "Archivo Regular", sans-serif;
    padding-bottom: 0;
}

@media (min-width: 768px) {
    .module_press_news .headline_container:first-child .headline {
        font-size: 30px;
        font-family: "Archivo Light", sans-serif;
    }
}

@media (min-width: 992px) {
    .module_press_news .headline_container:first-child .headline {
        font-size: 36px;
        padding-bottom: 5px;
    }
}

@media (min-width: 1200px) {
    .module_press_news .headline_container:first-child .headline {
        font-size: 38px;
    }
}

.module_press_news .headline_container:first-child .subheadline {
    text-align: left;
    margin-bottom: 0;
    font-size: 20px;
    color: #003763;
    font-family: "Archivo Regular", sans-serif;
}

@media (min-width: 992px) {
    .module_press_news .headline_container:first-child .subheadline {
        font-size: 24px;
    }
}

@media (min-width: 1200px) {
    .module_press_news .headline_container:first-child .subheadline {
        font-size: 28px;
        font-family: "Archivo Light", sans-serif;

    }
}

/*Announce Combined Styling*/

.module_press_news label {
    display: block;
    margin-top: 35px;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: "Archivo Light", sans-serif;
    color: #000;
}

@media (min-width: 992px) {
    .module_press_news label {
        font-family: "Archivo ExtraLight", sans-serif;
    }
}

.module_press_news .styled_dropdown_outer {
    width: 60%;
    padding-left: 15px;
}


.module_press_news .styled_dropdown_outer span.select {
    height: 45px;
    display: flex;
    align-items: center;
    background-image: url("../Images/arrow_dropdown.svg");
}

.module_press_news .styled_dropdown_outer span.select-inner {
    margin-top: 0;
    margin-bottom: 0;
}

.module_press_news .list_section li {
    margin-left: 0;
}

.module_press_news .list_section li:before {
    display: none;
}

.module_press_news .list_section {
    margin-top: 55px;
    padding-bottom: 30px;
    float: left;
}

.module_press_news .list_section li {
    border-top: 2px solid #D9DBDD;
    padding: 15px 0;
    margin-bottom: 0;
    width: 100%;
    float: left;
    font-family: 'Archivo Regular', sans-serif;
}

@media (min-width: 1200px) {
    .module_press_news .list_section li {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .module_press_news.module .container:first-of-type {
        padding: 20px 40px;
    }
}

@media (min-width: 992px) {
    .module_press_news.module .container:first-of-type {
        padding: 40px 65px;
    }
}

.module_press_news .list_section li .title a {
    color: #010E19 !important;
    hyphens: auto;
    font-size: 20px;
    font-family: "Archivo Regular", sans-serif;
    font-weight: 400;
}

@media (min-width: 992px) {
    .module_press_news .list_section li .title a {
        font-size: 22px;
    }
}

.module_press_news .list_section li:last-of-type {
    border-bottom: 1px solid #cdd8e2;
}


/*@media (min-width: 992px) {
    .module_press_news .list_section li:last-of-type {
        padding-bottom:45px;
    }
}*/


.module_press_news .list_section li .title,
.module_press_news .list_section li .date,
.module_press_news .list_section li .announcement_abstract {
    padding-left: 0;
}

.module_press_news .list_section li .announcement_abstract .abstract {
    padding: 0;
    font-size: 18px;
}

@media (max-width: 767px) {
    .module_press_news .list_section li .announcement_abstract .abstract p {
        hyphens: auto;
    }
}

.module_press_news .list_section li .announcement_abstract {
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 7px;
}

.module_press_news .list_section li.press_news .announcement_abstract {
    padding-top: 0;
}

.module_press_news .list_section li .date {
    color: #000;
    padding-bottom: 10px;
    font-size: 16px;

}

@media (min-width: 992px) {
    .module_press_news .list_section li .date {
        font-size: 18px;
    }
}

.module_press_news .read_more {
    text-align: right;
    bottom: 0;
    padding-right: 0;
    height: 23px;
    margin-top: 15px;
}

@media (min-width: 768px) {
    .module_press_news .read_more {
        position: absolute;
        text-align: right;
        bottom: 9px;
        margin-top: 0;
        right: 0;
    }
}

.module_press_news .read_more .read_more_link {
    color: #000;
    font-family: "Archivo Light", sans-serif;
    text-decoration: none;
}


@media (max-width: 767px) {
    .module_press_news .read_more .read_more_link {
        display: inline-flex;
        align-items: center;
    }
}

.module_press_news .read_more .read_more_link:hover {
    text-decoration: underline;
}

.module_press_news .list_section li .link {
    margin-right: 15px;
}


.module_press_news .read_more_link:after {
    content: "";
    width: 11px;
    height: 12px;
    margin-left: 4px;
    margin-right: 3px;
    display: inline-block;
    background: url("../Images/arrow_green_rounded.svg") no-repeat;
    background-size: contain;
}

.module_press_news .list_section li .link:before {
    content: "";
    position: absolute;
    left: 10px;
    background-size: contain;
    top: -2px;
    width: 30px;
    height: 30px;
    background: url("../Images/pdf_icon_blue.svg") no-repeat;
}

.module_press_news .list_section li .link:after {
    content: "";
    position: absolute;
    right: 0;
    background-size: contain;
    top: 45%;
    width: 10px;
    height: 10px;
    transform: rotate(90deg);
    background: url("../Images/nav-chevron-bold.svg") no-repeat;
}

.module_press_news .download {
    text-align: right;
    margin-top: 15px;
    padding-right: 15px;
    right: 10px;
}

.module_press_news .download a {
    padding: 15px 30px !important;
    border-radius: 5px;
    background-color: #F1F9F4;
}

@media (min-width: 1200px) {
    .module_press_news .download a {
        padding: 15px 30px 15px 60px !important;
        /*background:red;*/
    }
}

@media (min-width: 768px) {
    .module_press_news .download {
        margin-top: 0;
    }
}

.module_press_news .backlink .arrow {
    background-size: contain;
    width: 8px;
    height: 10px;
    position: absolute;
    transform: rotate(180deg);
    left: 0;
    top: 5px;
    background: url("../Images/backlink_arrow.png") no-repeat;
    transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
}

.module_press_news .date {
    display: block;
    padding-bottom: 20px;
    font-family: 'Archivo Regular', sans-serif;
    color: #7E7E7E !important;
    font-size: 18px;
}

.module_press_news .styled_dropdown_outer .optionList {
    left: 15px;
    width: 92%;
    overflow: auto;
    min-width: auto;
}

@media (max-width: 767px) {
    .module_press_news .styled_dropdown_outer .optionList {
        width: 91.5%;
    }
}

@media (min-width: 768px) {
    .module_press_news .styled_dropdown_outer {
        width: 30%;
        height: 100%;
    }

    .module_press_news .list_section li .title {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .module_press_news .styled_dropdown_outer .optionList {
        width: 94%;
    }

    .module_press_news .list_section li .title {
        padding-top: 0;
        font-size: 22px;
        width: fit-content;
    }
}

@media (min-width: 1200px) {
    .module_press_news .styled_dropdown_outer .optionList {
        width: 95%;
    }
}

@media (min-width: 768px) {
    .module_press_news .list_section li .link {
        padding-top: 0;
        margin-bottom:0;
    }
}

.module_press_news .list_section li .link a {
    position: absolute;
    right: 35px;
    top: 18px;
}

@media (min-width: 768px) {
    .module_press_news .list_section li .link a {
        top: 4px;
    }
}

@media (min-width: 1200px) {
    .module_press_news .list_section li .link a {
        top: 9px;
    }
}

/*Announce Combined Styling*/

/*Announce Detail Styling*/

.module_announce {
    margin: 50px auto;
}

.module_press_news {
    margin: 0 !important;
}


.module_announce h1 {
    color: #003763;
}

.module_announce .container {
    background-color: #fff;
}

.module_announce li {
    list-style: none;
}

.module_announce li .title {
    font-size: 20px;
}

.module_announce .download {
    padding-top: 2%;
}

.module_announce .download {
    padding-top: 2%;
}

.module_announce .announcement_abstract .download a::after {
    right: 10px;
    width: 15px;
    height: 16px;
    background-size: contain;
}

.module_announce .announcement_abstract .download a::before {
    content: "";
    background-image: url("../Images/pdf_icon_blue.svg");
    background-size: contain;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 8px;
    top: 20%;
    background-repeat: no-repeat;
}

.module_announce .download a {
    display: block;
    position: relative;
    margin: 10px 0 20px 0;
    font-size: 14px;
    background-color: #F1F9F4;
    padding: 15px 15px 15px 62px;
    border-radius: 4px;
    hyphens: auto;
    text-align: center;
}

@media (min-width: 992px) {
    .module_announce:has(.announcement_detail) {
        margin-top: 0 !important;
    }

    .module_announce .download a {
        font-size: 20px !important;
        text-align: center;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .module_announce .announcement_abstract .download a {
        padding: 15px 30px 15px 40px !important;
    }
}

.announcement_detail {
    padding-top: 0;
}

@media (min-width: 768px) {
    .announcement_detail {
        padding-top: 10px;
    }
}

.announcement_detail .announcement_headline {
    font-size: 28px;
    font-family: "Archivo Light", sans-serif;
}

@media (min-width: 992px) {
    .announcement_detail .announcement_headline {
        margin-bottom: 50px;
        padding-right: 20%;
        font-size: 38px;
    }
}

@media (min-width: 1200px) {
    .announcement_detail .announcement_headline {
        margin-top: 20px !important;
        padding-right: 40%;
    }
}

.announcement_detail .date {
    font-size: 15px;
    font-family: "Archivo Light", sans-serif;
    text-align: right;
    color: #7E7E7E;
    padding-bottom: 0;
    padding-top: 0;
}

@media (min-width: 992px) {
    .announcement_detail .date {
        font-size: 18px;
        font-family: "Archivo Light", sans-serif;
        text-align: right;
        color: #7E7E7E;
        padding-bottom: 0;
        padding-top: 10px;
    }
}

.announcement_detail .backlink {
    left: 0;
    top: 0;
}

@media (min-width: 992px) {
    .announcement_detail .backlink {
        top: -10px;
    }
}

@media (min-width: 1200px) {
    .announcement_detail .backlink {
        top: 0;
    }
}

.announcement_detail .backlink .arrow {
    transform: rotate(0deg);
}

.announcement_detail .backlink .back_to {
    padding-left: 20px;
    color: #7E7E7E;
    font-size: 14px;
    font-family: "Archivo Regular", sans-serif;
}

@media (max-width: 991px) {
    .module_announce .recently_announced {
        padding: 20px 15px;
    }

    .module_announce .download.read_more {
        width: fit-content;
        padding: 0;
        height: fit-content;
        float: left !important;
        right: 0;
    }

    .module_announce .download a {
        font-size: 18px;
        padding: 15px 45px !important;
    }

    @media (min-width: 768px) {
        .module_announce .download a {
            padding: 15px 30px !important;
        }
    }

    .module_announce .date {
        margin-bottom: 0;
    }

    .module_announce .date,
    .module_announce .title {
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }

    @media (min-width: 768px) {
        .module_announce .download.read_more {
            left: 0;
            width: 35%;
            position: relative;
            margin-top: 20px;
        }

        .module_announce .download a {
            text-align: left;
            padding-left: 25% !important;
        }

        .module_announce li .title {
            width: 100%;
        }
    }
}

@media (min-width: 992px) {
    .module_announce .date,
    .module_announce .title {
        padding-left: 0;
        padding-right: 0;
    }

    .module_announce .download a {
        font-size: 16px;
    }

    .module_announce .date {
        padding-bottom: 10px;
    }

    .module_announce .press_news {
        /*margin: 30px 0;*/
        margin: 0px 0;
    }

    .module_announce .download.read_more {
        position: relative;
        padding-top: 0 !important;
        margin-bottom: 0;
        height: 100%;
    }

    .module_announce .list_section li .title {
        width: 60%;
    }

}

@media (min-width: 1200px) {
    .module_announce .download a {
        margin-top: 0;
        font-size: 18px;
        text-align: center;
    }

    .module_announce .list_section li .title {
        width: 70%;
    }
}



/*Announce Detail Styling*/