@charset "utf-8";
/* CSS Document */

.post-type-archive-resources, .post-type-archive-resources header {
    background: #F0EDE8;
}

.post-type-archive-resources {
    padding-top: 149px;
}

.post-type-archive-resources .hero-page-style h1.trend {
    color: #000A2B;
    font-weight: 200;
}

.post-type-archive-resources .hero-page-style {
    margin: 0 0 70px;
}

form .filters {
    margin: 0 0 28px;
}

form .filters .btn {
    margin: 0 0 33px 33px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    white-space: unset;
    display: flex;
    align-items: center;
    cursor: pointer;
}

form .filters label {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    color: #000A2B;
    white-space: nowrap;
}

form .filters input {
    appearance: none;
}

form .filters input:checked:before {
    content: "";
    visibility: visible;
    background: #000A2B;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

form .filters input:checked ~ span {
    color: #D7ECFB;
}

.post-list .resource-post.post-inner a.inner-container {
    padding: 0;
}

.post-list .resource-post.post-inner a.inner-container .inner-content-block {
    margin: 0;
    padding: 27px 29px 23px;
    min-height: 253px;
    height: 100%;
}

.post-list .resource-post.post-inner a.inner-container .inner-content-block h4 {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin: -4px 0 0;
}

.post-list .resource-post strong {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    margin: 0 0 23px;
}