.press-hero-section .h1-wrapper h1 {
    font-family: 'Benton Sans Bd';
    font-size: 84px;
    line-height: 1.1;
    color: #136CAF;
    width: moz-fit-content;
    width: fit-content;
    margin: 85px auto 0 0;
}

.press-results-list {
    /* border-bottom: 3px solid rgba(113, 112, 115, .25); */
    /* padding-bottom: 70px;
    margin-bottom: 35px; */
}

.press-item {
    border-top: 3px solid rgba(113, 112, 115, .25);
    padding-top: 35px;
    margin-top: 35px;
}

.press-item-date,
.load-more span {
    color: #63b1e2;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    font-size: 23px;
    line-height: 1.1;
}

.load-more {
    margin-bottom: 70px;
    cursor: pointer;
    display: block;
    padding-top: 70px;
    margin-top: 35px;
}

.load-more.loaded {
    display: none;
}

.load-more span:hover {
    color: #002B54;
}

.press-item-title {
    margin-bottom: 1.5rem;
}

.press-item-title a {
    color: #002B54!important;
    font-size: 25px;
    line-height: 1.1;
}

.press-item p {
    color: #717073;
    font-size: 25px;
    line-height: 1.3;
    font-family: 'Benton Sans Reg';
}

.press-animated-cta-wrapper {
    padding: 70px 0;
    border-top: 3px solid rgba(113, 112, 115, .25);
}

.press-animated-link {
    max-width: 800px;
}

.press-animated-cta-inner,
.press-animated-link .inner-link {
    position: relative;

}

.press-animated-cta-inner img {
    width: 100%;
}

.press-animated-header h2 {
    font-family: 'Benton Sans Bd';
    font-size: 84px;
    line-height: 1.1;
    color: #136CAF;
    width: moz-fit-content;
    width: fit-content;
    padding-top: 25px;
}

.press-animated-header h2 span::after {
    content: none;
}

.press-animated-header,
.press-animated-link {
    position: absolute;
}

.press-animated-header {
    top: 0;
}

.press-animated-link {
    right: 0;
    bottom: 25px;
    width: 800px;
}

.press-animated-bg {
    position: relative;
    width: 700px;
}

.press-animated-link .inner-link a {
    position: absolute;
    color: #fff;
    width: max-content;
    line-height: 1;
    right: 30px;
    top: 30px;
    font-size: 25px;
}

.press-animated-header h2 span:after {
    content: none;
}

    .press-animated-cta-wrapper .d-lg-inline {
        display: inline;
    }

    .alg21 .container {
        max-width: 100%;
    }

    .hidden-posts {
        height: 0;
        overflow-y: hidden;
        transition: all ease 300ms;
    }

    .hidden-posts.show {
        height: auto;
        padding-bottom: 70px;
        margin-bottom: 35px;
    }

@media(min-width:1300px){

    .alg21 .container {
        padding-left: 0;
        padding-right: 0;
        width: 1240px;
    }

    .alg21 .row {
        margin-left: 0;
        margin-right: 0;
    }

    .alg21 .col-lg-12 {
        padding: 0;
    }

}

@media(max-width:1023px) {
    .press-results-item {
        width: 50%;
    min-width: 50%;
    max-width: 50%;
    }

    .press-hero-section .h1-wrapper h1{
        font-size: 70px;
    }

    .hero-subtext p {
        font-size: 20px!important;
    }
}

@media(max-width:991px) {
    .press-animated-bg {
        width: 85%;
    }

    .press-animated-cta-wrapper .d-none {
        display: none;
    }

    .press-animated-link {
        width: 90%;
        bottom: 15px;
    }

    .press-animated-link .inner-link a {
        top: 24px;
    }
}

@media(max-width:767px) {
    .press-results-item {
        display: block;
        width: auto;
        max-width: none;
    }

    .press-hero-section .h1-wrapper h1{
        font-size: 60px;
    }

    .hero-subtext {
        margin-top: 35px;
    }

}

@media(max-width:600px){
    .press-animated-header {
        top: -25px;
    }

    .press-animated-link .inner-link a {
        top: 17px;
        font-size: 20px;
    }

}

@media(max-width:500px){

    .press-animated-header {
        top: -15px;
    }

    .press-animated-header h2 {
        font-size: 54px;
    }

    .press-animated-link {
        bottom: 10px;
    }

    .press-animated-link .inner-link a {
        top: 14px;
        font-size: 16px;
        right: 20px;
    }

}
@media(max-width:400px){

    .press-animated-header h2 {
        font-size: 44px;
    }

    .press-animated-link {
        width: 95%;
        bottom: 8px;
    }

    .press-animated-link .inner-link a {
        top: 11px;
        font-size: 14px;
        right: 15px;
    }

}