#noresults {
    display: block;
    text-align: center;
    font-size: 24px;
    margin: 0 0 40px 0;
}

#noresults.hide {
    display: none;
}


.resource-box {
    background-color: #fff;
    /* box-shadow: 5px 5px 15px rgba(10, 33, 68, 0.04); */
    box-shadow: 0px 4px 20px rgba(66, 94, 165, 0.12);
    height: 452px;
    max-width: 460px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    transition: all 0.2s linear;
    position: relative;
    border-radius: 10px;
}

.resource-box-ajax {
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.resource-box-ajax.active {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}


.resource-box-image {
    height: 200px;
}

.resource-box-image .focuspoint-css {
    height: 200px;
    width: 100%;
}

.resource-box-image-outer {
    height: 214px;
    max-height: 214px;
    padding: 25px;
}

.resource-box-image-inner {
    border: 1px solid #C7C7C7;
    border-radius: 12px;
    padding: 50px;
}

.resource-box-image-inner .img-fluid {
    max-height: 160px;
}

.resource-box-content {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 239px;
    transition: all 0.2s linear;
}

.resource-box-content-inner {
    padding: 35px 39px;
    padding: 25px;
    height: 100%;
}

.resource-box:hover {
    transition: all 0.2s linear;
    transform: translate(0, -4px);
    /* box-shadow: 0px 4px 20px #eaeaea; */
    box-shadow: 6px 10px 26px rgba(78, 119, 224, 0.15);
}

.resource-box:hover .resource-box-content {
    height: 100%;
    transition: all 0.2s linear;
}

.resource-box-info {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    margin: 0 0 20px 0;
}

.resource-box-info strong {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    border-right: 1px solid #000;
    padding: 0 13px 0 0;
    margin: 0 10px 0 0;
}

.resources-section-new .resource-box-info strong {
    border-right: 0;
}

.resource-box-title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    margin: 0 0 20px 0;
    max-height: 87px;
    overflow: hidden;
}

.resource-box-text {
    display: none;
    opacity: 0;
    transition: all 0.2s linear;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #353D46;
    max-height: 220px;
    overflow: hidden;
}

.post-type-archive-use-cases .resource-box-text br {
    display: none;
}

.resource-box:hover .resource-box-text {
    display: block;
    opacity: 1;
    transition: all 0.2s linear;
}

.resource-box-link {
    position: absolute;
    bottom: 0;
    left: 39px;
    left: 0;
    padding-left: 25px;
    width: 100%;
    height: 60px;
    background-color: #fff;
    padding-top: 5px;
}

.resource-box-link span {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #2671FF;
}

#search-section-page .form-wrapper {
    border: 2px solid #ececec;
    border-radius: 5px;
    overflow: hidden;
}

#search-button-cst,
#search-section-page #search-btn-ajax {
    border-radius: 5px 0 0 5px;
    display: block;
    float: left;
    width: 54px;
    text-align: center;
    height: 54px;
    line-height: 54px;
    color: #909090 !important;
    background-color: #fff !important;
    border: 0;
}
#search-button-cst i::before {
    display: none;
}

#search-input,
#search-section-page #search-input-ajax {
    display: block;
    float: left;
    width: calc(100% - 54px);
    height: 54px;
    line-height: 54px;
    color: #909090;
    background-color: #fff !important;
    border: 0;
    border-radius: 0 5px 5px 0;
}

#search-section-mobile #search-input {
    width: calc(100% - 46px);
    float: left;
    position: static;
    text-indent: 10px;
    border-bottom: 1px solid #757575;
}

#search-section-mobile #search-btn {
    /* position: absolute; */
    display: block;
    float: right;
    width: 46px;
    text-align: center;
    height: 46px;
    line-height: 46px;
    color: #000 !important;
    background-color: #fff !important;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #757575;
}

#total-found {
    float: left;
    line-height: 46px;
}
