.newsroom-heading p {
    font-family: 'Adieu-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    /* identical to box height, or 162% */
    text-transform: uppercase;
    color: #5000A0;
}

.newsroom-filter-btn a {
    text-decoration: none;
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    /* identical to box height */
    text-align: right;
    letter-spacing: 0.05em;
    color: #FF6600;
}

.newsroom-article-date p {
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    /* identical to box height */
    color: #555555;
}

.newsroom-article-heading p {
    font-family: 'Adieu-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 20px;
    /* identical to box height, or 100% */
    text-transform: uppercase;
    color: #2B2B2B;
}

.newsroom-article-intro p,
.newsroom-article-intro {
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #2B2B2B;
}

.newsroom-article-link a {
    text-decoration: none;
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */
    letter-spacing: 0.05em;
    color: #FF6600;
}

.newsroom-article-image {
    margin-top: 47px;
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.newsroom-articles {
    padding-top: 28px;
}

.newsroom-article-date {
    padding-top: 22px;
}

.newsroom-article-heading {
    padding-top: 17px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 100px;
}

.newsroom-article-intro {
    padding-top: 28px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.newsroom-article-item-seperator {
    padding-top: 47px;
}

.newsroom-article-item-seperator hr {
    opacity: 1;
}

.newsroom-load {
    padding-top: 50px;
}

.newsroom-load-m {
    /*border: 1px solid var(--orange);*/
    padding: 14px;
    margin-top: 100px;
    border-radius: 100px;
    transition: all 0.9s;
    /*background-color: var(--orange);*/
}

.newsroom-load-btn {
    text-decoration: none;
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

.newsroom-load-btn:hover {
    color: #FFFFFF;
    background-color: #FFFFFF;
    cursor: pointer;
}

.newsroom-filters {
    max-height: 0;
    transition: all 0.9s;
    overflow: hidden;
}

.newsroom-filters-active {
    max-height: 100vh;
}

select {
    all: unset;
    background: url('https://www.charbase.com/images/glyph/9662') no-repeat right;
    background-size: 16px;
}

input,
select {
    border-bottom: 1px solid var(--black);
    background-color: transparent;
    border-radius: 0px;
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
    padding-bottom: 12px;
    padding-left: 0px;
    padding-top: 12px;
    color: var(--black) !important;
    font-size: 16px;
    width: 100%;
    transition: all 0.3s;
    cursor: pointer;
}

[placeholder]:focus::-webkit-input-placeholder {
    transition: text-indent 0.4s 0.4s ease;
    text-indent: -100%;
    opacity: 1;
}

input:focus,
input:active,
select:focus {
    outline: 0;
    border-bottom: 2px solid var(--orange) !important;
}

option:hover,
option:checked {
    background-color: var(--orange);
    color: #ffffff;
}

@media only screen and (min-width: 992px) {
    .newsroom-heading p {
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 74px;
        /* identical to box height, or 370% */
        text-transform: uppercase;
        color: #5000A0;
    }
    .newsroom-article-date p {
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 18px;
        /* identical to box height */
        color: #555555;
    }
    .newsroom-article-heading {
        padding-top: 17px;
    }
    .newsroom-article-heading p {
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 1.5;
        /* identical to box height, or 100% */
        text-transform: uppercase;
        color: #2B2B2B;
    }
    .newsroom-article-intro p,
    .newsroom-article-intro {
        font-family: 'AvenirNext LT Pro';
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 20px;
        color: #2B2B2B;
    }
    .newsroom-article-link {
        padding-top: 14px;
    }
    .newsroom-article-link a {
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 25px;
        letter-spacing: 0.05em;
        color: #FF6600;
    }
    .newsroom-article-item-seperator {
        padding-top: 43px;
    }
    .newsroom-article-image img {
        height: 350px;
        text-align: center;
    }
    .newsroom-article-image {
        background-size: cover;
        margin-top: 47px;
        height: 350px;
        overflow: hidden;
    }
    .newsroom-load {
        padding-top: 128px;
    }
    .newsroom-load-btn {
        text-decoration: none;
        font-family: 'AvenirNext LT Pro';
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 25px;
        /* identical to box height */
        text-align: center;
        letter-spacing: 0.05em;
        color: #FF6600;
        border-radius: 100px;
        transition: all 0.9s;
        background-color: #FFFFFF;
        height: 76px;
        width: 244px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .newsroom-load-btn:hover {
        color: #FFFFFF;
        cursor: pointer;
    }
}