.grey-boxes {
    overflow: hidden;
    margin-bottom: 60px;
}
.grey-boxes .view-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 65px;
}
.grey-boxes .coloured-bg {
    background-color: #f2f1ef;
    padding: 15px;
}
.grey-boxes .multimedia-box {
    width: 100%;
    padding: 0;
    height: 100%;
}

.grey-boxes .sticky-video .coloured-bg {
    background: rgba(88, 44, 131, 0.3)
}

.grey-boxes .sticky-infographic .coloured-bg {
    background: rgba(237, 139, 0, 0.3)
}

.grey-boxes .sticky-presentation .coloured-bg {
    background: rgba(100, 167, 11, 0.3)
}

.grey-boxes .multimedia-box .field-content {
    font-size: 100%;
}

.grey-boxes .multimedia-box .field-content.multimedia-date {
    font-size: 13px;
}

.grey-boxes .multimedia-box .first-line {
    clear: left;
    margin-top: 8px;
    margin-bottom: 5px;
}

.grey-boxes .views-field-title {
    margin-top: 10px;
    font-size: 15px;
}

.grey-boxes .views-row {
    clear: none;
    overflow: inherit;
    border-bottom: none;
    padding-bottom: unset;
    margin-bottom: unset;
    width: 32%;
    margin-bottom: 30px;
}


.grey-boxes.top-filters .views-exposed-widgets {
    display: flex;
    justify-content: space-between;
}
.grey-boxes.top-filters .views-exposed-widget {
    float: none;
    width: 20%;
    padding-right: 0;
}
.grey-boxes.top-filters .views-exposed-form .views-exposed-widget .form-type-select {
    width: 100%;
}
.grey-boxes.top-filters .views-exposed-form .views-exposed-widget .form-submit {
    width: 100%;
}

@media (max-width: 1010px) {
    .grey-boxes.top-filters .view-filters > form {
        max-width: 100%;
    }
    .grey-boxes.top-filters .views-exposed-form .views-exposed-widget .form-submit {
        margin-top: 24px;
    }
}

@media(max-width: 767px) {
    .grey-boxes .views-row {
        width: calc(50% - 16px);
        margin-right: 15px;
        margin-left: 15px;
    }
    .grey-boxes .views-row-odd {
        margin-left: 0;
    }
    .grey-boxes .views-row-even {
        margin-right: 0;
    }
}
@media(max-width: 650px) {
    .grey-boxes.top-filters .views-exposed-widgets {
        display: block;
    }
    .grey-boxes.top-filters .views-exposed-widget {
        width: 100%;
    }
}
@media(max-width: 550px) {
    .grey-boxes .views-row {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 20px;
    }
}

.grey-boxes .multimedia-item-type {
    background-color: #8c857b;
    color: #fff;
    padding: 1px 4px;
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    float: left;
    margin-top: 4px;
    margin-right: 6px;
}
.grey-boxes .multimedia-item-type.type-video {
    background-color: #582C83;
}
.grey-boxes .multimedia-item-type.type-infographic {
    background-color: #ED8B00;
}
.grey-boxes .multimedia-item-type.type-presentation {
    background-color: #64a70b;
}

.grey-boxes .multimedia-download {
    float: right;
}

.grey-boxes .multimedia-download a {
    position: relative;
    font-size: 12px;
    color: #2C659D;
    font-weight: 600;
    text-transform: uppercase;
    padding-right: 18px;
}

.grey-boxes .multimedia-download a:after {
    content: '\f13A';
    font-family: FontAwesome;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -11px;
    font-size: 16px;
    pointer-events: none;
    color: #64a70b;
}