body p{
    color: #323737;
    font-weight: 400;
}
.blog {
    padding: 40px 0;
    padding-top: 0;
}

.fdgcard {
    color: #323737;
    box-shadow: 0px 0px 5px 0px rgba(198.00000000000003, 193.00000000000003, 193.00000000000003, 0.5);
}
.fdgcard .fdgcard__image {
    position: relative;
}
.facet-item__count{
    position: absolute;
    right: 15px;
    font-weight: 600;
}
.fdgcard img {
    width: 100%;
    height: auto;
}
.execution-partners span{
    font-weight: 400;
    font-size: 14px;
    padding: 5px 10px;
}
.fdgcard .fdgcard__text {
    font-size: 0.88889rem;
    line-height: 1.33333rem;
    font-weight: 400;
    color: #323737;
    font-style: normal;
    padding: 15px 15px;
    padding-bottom: 5px;
}

.posts .fdgcard .fdgcard__text {
   background-color: #ffffff;
}
.post-thumb{
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
    background-size: cover;
    padding-left: 0;
    padding-right: 0;
}
.post-thumb a{
    min-height: 50px;
    display: block;
}
.blog .meta {
    color: #dc3545;
    text-transform: uppercase;
    margin: 0 0 5px;
    font-size: 0.77778rem;
    line-height: 1rem;
    font-weight: 600;
    font-style: normal;
}

.fdgcard .fdgcard__text .cardtext {
    margin: 0 0 12px;
}

.fdgcard p {
    margin-bottom: 5px;
}
.views-row {
    margin-bottom: 15px;
    border-radius: 0px;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    box-shadow: 0px 0px 5px 0px rgba(198.00000000000003, 193.00000000000003, 193.00000000000003, 0.5);
}

.views-row .listing .listing__inner{
    padding: 20px 0;
    min-height: 238px;
}
.views-row .listing .listing__inner h5{
   line-height: 25px;
}
.color-theme{
    color: #6c7269;
}
.view-header h2 {
    font-size: 1rem;
    line-height: 1.55556rem;
    font-weight: 600;
    color: #6c7269;
    font-style: normal;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.view-header h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.featured-top {
    background: #F0F6F6;
}

.featured-top .region {
    position: relative;
}

.sidebar#sidebar_first {
    border-left: 0;
    border-right: 1px solid #B2C0C0;
    padding-right: 0;
    padding-left: 15px;
}

.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.block-facets, .filter-section {
    font-size: 0.88889rem;
    line-height: 1.11111rem;
    font-weight: 500;
    color: #323737;
    padding-left: 0;
    padding-right: 0;
}

.sidebar .block {
    padding: 0;
    border: 0;
}

.sidebar .block {
    margin-bottom: 30px;
}

.block-facets h2 {
    font-size: 1rem;
    line-height: 1.33333rem;
    font-weight: 600;
    color: #323737;
    font-style: normal;
    margin: 0 0 10px;
    border-bottom: 0;
    padding: 0;
}

input[type="checkbox"]:after, .checkbox input[type="checkbox"]:after, .checkbox-inline input[type="checkbox"]:after {
    background: transparent;
    border: 1px solid #ddd;
}

.block-facets .facet-item label {
    margin-bottom: 10px;
    margin-top: 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.11111rem;
    color: #323737;
}

.resultsummary {
    font-size: 0.77778rem;
    line-height: 1rem;
    font-weight: 600;
    color: #717A7A;
    font-style: normal;
    margin-bottom: 25px;
}

.pagination > li.page-item > a,
.pagination > li.page-item > .page-link {
    background-color: #F0F6F6;
    border: 1px solid #C2D0D0;
    font-size: 0.77778rem;
    line-height: 1rem;
    font-weight: 700;
    color: #00456A;
    font-style: normal;
    line-height: 18px;
    border-radius: 0 !important;
    padding: 8px 10px;
}

@media (max-width: 767px) {
    .blog h3 {
        font-size: 0.9rem;
    }
  .blog .meta{
    font-size: 0.7rem;
  }
}
