body label {
    font-family: 'HelveticaNeueLTStd-Md', sans-serif;
}

.page-id-372 .wrapper > .main {
    padding-top: 75px;
}

.page-id-372 h1 span {
    padding-top: 10px;
    background: rgb(114,37,108);
    background: linear-gradient(100deg, rgba(227,28,121,1) 0%, rgba(224,60,49,1) 50%,  rgba(114,37,108,1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.resources-full-bg {
    background-color: #fff;
    padding: 15px 0;
}

a.res-read-more {
    display: block;
    text-align: left;
}

.row.featured-resources-wrap > div.feature-one {
    order: 0;
}

.row.featured-resources-wrap > div.feature-two {
    order: 1;
}

.row.featured-resources-wrap > div.feature-three {
    order: 2;
}

.row .feature-one .row {
    margin: 0;
}

.res-feature-wrap img {
    border: 1px solid #d3d3d3;
}

.lower-res-wrap,
.res-feature-wrap.feature-one {
    background-color: #e6e7e9;
    padding: 20px;
}

.res-feature-wrap.feature-two {
    padding-left: 0 !important;
}

.res-feature-wrap.feature-three {
    padding-right: 0 !important;
}

.rw-wrap {
    background: #fff;
    height: 100%;
    margin-bottom: 25px;
    padding: 15px;
    /* box-shadow: 0 -15px 25px -5px rgb(0 0 0 / 15%); */
    /* box-shadow: 0 -15px 25px -14px rgb(0 0 0 / 15%); */
    box-shadow: 0 24px 29px -20px rgb(74 74 74 / 50%), 0 0 8px -20px rgb(74 74 74 / 50%);
    transition: .3s;
    cursor: pointer;
    position: relative;
}

.rw-wrap:hover {
    /* box-shadow: 8px 0 35px -4px rgb(74 74 74 / 25%), 0 15px 30px -20px rgb(74 74 74 / 25%); */
    transform: scale(1.05);
    z-index: 10;
}

.rw-inner-wrap {
    height: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    text-align: center;
}

.r-type {
    text-transform: uppercase;
    font-family: 'HelveticaNeueLTStd-Bd', 'Inter', sans-serif;
    font-size: 12px;
    text-decoration: underline;
    text-underline-offset: 3px;
    margin-bottom: 5px;
    background: rgb(114,37,108);
    background: linear-gradient(100deg, rgba(227,28,121,1) 0%, rgba(224,60,49,1) 50%,  rgba(114,37,108,1) 100%);
	background-clip: text;
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
    display: inline-block;
}
/* 
.r-type.rt-case-study {
    color: #eb7c25;
}

.r-type.rt-ebook {
    color: #d26431;
}

.r-type.rt-guide {
    color: #bb4e3d;
}

.r-type.rt-product-sheet {
    color: #a83d46;
}

.r-type.rt-resource-report {
    color: #982d4d;
}

.r-type.rt-webinar {
    color: #942a50;
} */

.the-resource-title {
    font-size: 18px;
    line-height: 24px;
}

.category-wrap .filter-label {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    border: 2px solid;
    padding: 10px 5px 5px;
    text-align: center;
    margin-bottom: 15px;
}

.cat-opt-wrap {
    font-size: 16px;
    line-height: 16px;
}

.cat-opt-wrap input {
    height: 20px;
    width: 20px;
}

.category-checks button {
    padding: 16px 25px 10px;
    background: #d8732a;
    color: white;
    font-weight: 400;
    border-radius: 8px;
    transition: .3s;
    text-transform: uppercase;
    text-align: center;
    opacity: 0;
}

.the-resources-wrap a {
    color: #000;
}

.search-wrap {
    display: none;
}

.the-resources-wrap .pagination {
    margin: 30px 0 45px;
    display: block;
    text-align: center;
}

.postid-3374 .form-box {
    padding: 0 30px;
    margin-top: 112px;
}


@media(max-width:979px) {
    .page-id-372 .wrapper > .main {
        padding-top: 105px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    body.page-id-372 .wrapper {
        padding-top: 0 !important;
    }
}

@media(max-width:767px) {
    .postid-3374 .form-box {
        padding: 0;
        margin-top: 0px;
    }

    .page-id-372 .wrapper > .main {
        margin-top: 0;
        padding-top: 80px !important;
    }

    .res-feature-wrap img {
        margin-bottom: 15px;
    }
}

@media(max-width:641px) {
    .page-id-372 .wrapper > .main {
        margin-top: 0;
        padding-top: 20px !important;
    }
}