.modal {
    display: none;
}

.qualification-item strong,
.content strong {
    font-weight: bold;
}

.search-filter .filters-and-fields .select2-container .selection .select2-selection .select2-selection__rendered,
section.hero .hero-content--search-tabs-content .hero-content--search-tab-content-inner .fields .field .select2-container .select2-selection--multiple .select2-selection__rendered {
    color: #6f6f6f;
}

.ourteam .ourteam-list .ourteam-list-group .ourteam-list-single .container a {
    display: inline
}

.vertical-group-wrapper {
    overflow: hidden;
    padding-bottom: 20px;
}

.vertical-group {
    width: 25%;
    display: block;
    float: left;
}

@media only screen and (max-width: 640px) {
    .vertical-group {
        width: 100%;
    }
}

.vertical-group h2 {
    font-size: 1.2em;
    font-family: Lora,sans-serif;
    color: #bf9e4f;
    padding: 20px 0;
}

.vertical-group ul {
    list-style-type: circle;
    padding-left: 20px;
    font-size: 14px;
}
