.featured-top {
    background: #F0F6F6;
}
.view-header h2 {
    font-size: 1.55556rem;
    line-height: 1.55556rem;
    font-family: 'Fira Sans Bold', Arial, sans-serif;
    color: #0070bc;
    font-style: normal;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.fdgcard {
    color: #323737;
    margin-bottom: 20px;
}
.fdgcard .fdgcard__inner {
    padding-right: 15px;
}
.fdgcard img {
    width: 100%;
    height: auto;
}
.fdgcard .fdgcard__text {
    font-size: 0.88889rem;
    line-height: 1.33333rem;
    font-weight: 400;
    color: #323737;
    font-style: normal;
    padding-top: 10px;
}
.blog .meta {
    color: #ffba41;
    text-transform: uppercase;
    margin: 0 0 5px;
    font-size: 0.77778rem;
    line-height: 1rem;
    font-family: 'Fira Sans Bold', Arial, sans-serif;
    font-style: normal;
}
#sidebar_first {
    border-left: 0;
    border-right: 1px solid #B2C0C0;
    padding-right: 0;
    padding-left: 15px;
}
.search-posts {
    background-color: #fff;
    padding-right: 30px;
    position: relative;
    margin-bottom: 50px;
}
.search-posts .search-btn {
    right: unset;
    width: 40px;
    font-size: 20px;
    height: 40px;
    padding-left: 10px;
    min-width: 40px;
    color: #ffc20e;
    background-color: transparent;
    position: absolute;
    top: 0;
    border: 0;
}
form.search-posts input[type="text"] {
    font-size: 15px;
    height: 40px;
    padding-left: 50px;
    color: #0071bc;
    width: 100%;
    background-color: #fff;
    outline: none;
    border: 1px solid #cde0ec;
}
.block-facets h2 {
    font-size: 1rem;
    line-height: 1.33333rem;
    color: #323737;
    font-style: normal;
    margin: 0 0 10px;
    border-bottom: 0;
    padding: 0;
    font-family: 'Fira Sans Bold', Arial, sans-serif;
}
.facet-item__value {
    font-size: 13px;
    cursor: pointer;
    margin-left: 5px;
    position: relative;
    top: -2px;
    font-family: 'Fira Sans Bold', Arial, sans-serif;
}
.reset-filter {
    font-size: 12px;
    margin-top: 15px;
}
.facet-item__count {
    position: absolute;
    right: 30px;
    font-family: 'Fira Sans Bold', Arial, sans-serif;
}
li.facet-item a {
    display: flex;
    margin-bottom: 8px;
    color: #00456A;
    position: relative;
}
.icon-magnifying-glass:before {
    content: "\e900";
}
main#content {
    padding: 0;
}
.resultsummary {
    font-size: 0.77778rem;
    line-height: 1rem;
    font-family: 'Fira Sans Bold', Arial, sans-serif;
    color: #717A7A;
    font-style: normal;
    margin-bottom: 25px;
}
input::placeholder {
    color: #0071bc;
    opacity: 1;

}
.row-offcanvas-left{
    margin-top: 50px;
}
@media screen  and (max-width: 790px) {
    .search-posts {
        margin-bottom: 10px;
    }
    .resultsummary {
        margin-top: 20px;
    }
    .row-offcanvas-left{
        margin-top: 10px;
    }
}