/* CTN */
.section--light .phone__number {
    color: #C4171C;
}

/* top address */
.alias-top_address .editable__container {
    padding: 0;
}
.alias-top_address .editable__container p {
    margin: 10px 0;
    padding: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

/* top nav */
.alias-top_nav .navigation-a .navigation__list--head {
    justify-content: center;
}
@media (min-width: 992px) {
    .alias-top_nav .navigation-a .navigation__list--head {
        justify-content: flex-end;
    }
    .alias-top_address .editable__container p {
        text-align: left;
    }
}

/* home: staff */
.section-staff .staff-b .staff-member__image {
    min-height: auto;
    min-width: auto;
    max-height: 400px;
    max-width: 300px;
    object-position: center top;
}

/* home: news */
.gallery .gallery-item .gallery-item--spacer .gallery-item--image {
    max-width: 90%;
}

/* main nav */
.section.section__bg--dark-4 .navigation__item--link:hover,
.section.section__bg--dark-4 .navigation__item.has-drop-down ul a:hover {
    color: #4eabe9;
}
.section--dark .navigation__item.has-drop-down .navigation__item--link:hover:after {
    border-top-color: #4eabe9;
}


.gallery-items-wrap{
    display: flex;
}