/* main nav */

.section--dark .navigation-a .navigation__list--sub .navigation__item--link {
    text-align: left;
}


/* Home buckets z-index*/
.section-featuredblocks, .section-breadcrumbs, .section-pagecontent {
    z-index: 5;
}


/* Fix width of nav menu on mobile */
.mm-menu {
    min-width: 265px;
}



/* Adjust Review us button */
.section--dark .cta__button.component__button--2 {
    background: #ffc85e !important;
    border-bottom-color: #ffb72b !important;
}
.section--dark .cta__button.component__button--2:hover {
    border-bottom-color: #ffb72b !important;
}
.section--dark .cta__button.component__button--2:before {
    background: #ffd991 !important;
}


/* Align awards */
.gallery-items-wrap {
    align-items: center;
}