.organisation-content-banner {
    background-color: #57a0d2;
    color: #ffffff;
}

.inline-elements > * {
    display: inline-block;
    margin-right: 15px;
}

.org-right > * {
    margin-bottom: 10px;
}

.exposed-type-filter .views-exposed-form .form-actions,
.views-exposed-form .form-item-type-alt {
    display: none;
}

/**
* Homepage featured block
*/

.homepage-organisation-featured .view-header h2 {
    color: #1C488D !important;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px !important;
    font-size: 24px;
}
.homepage-organisation-featured .features-list-container {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.homepage-organisation-featured .features-list-item {
    list-style-type: none;
    padding: 15px;
    width: 100%;
}

@media(min-width: 768px){
    .homepage-organisation-featured .features-list-item {
        width: 50%;
    }   

    .homepage-organisation-featured .features-list-item:last-child {
        width: 100%;
    }   
}

@media(min-width: 992px){
    .homepage-organisation-featured .features-list-item {
        width: 33%;
    }   

    .homepage-organisation-featured .features-list-item:last-child {
        width: 33%;
    }   
}

.homepage-organisation-featured .featured-content-holder {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 25%);
    border-radius: 4px;
    padding: 15px;
    height: 100%;
}

.homepage-organisation-featured .featured-title-holder {
    text-align: center;
}

.featured-image-holder a {
    text-align: center;
    margin-bottom: 15px;
    display: block;
}

.featured-image-holder img {
    height: auto;
    max-height: 140px;
    width: auto;
    display: inline-block;
}

