.fullwidth-layout {
    overflow: hidden;
}

/* main nav */
body .section--dark .navigation__item--link:hover {
    color: white;
}
.alias-partial_header_a .navigation-a .near-edge .navigation__list--sub .navigation__item.has-drop-down > .navigation__item--link::after {
    left: 0;
    top: 47%;
    transform: rotate(90deg);
}
.alias-partial_header_a .navigation-a .near-edge .navigation__list--sub .navigation__item.has-drop-down > .navigation__item--link {
    padding-left: 20px !important;
}

/* change color for titles */
.invert-colors .section--light .col-lg-4 .stacked .component__title,
.section-locations .locations .location__name,
.section-banner .banner .component__title,
.alias-pagetitle h1,
.fb-services .featuredblocks__title,
.alias-map .component__title,
.map-a .map-search__location-distance h3,
.section .alias-partial_header_a .phone__wrapper .phone__title,
.section .alias-interior_header_phone .phone__wrapper .phone__title,
.section--dark .contactform--a .contactform__title {
    color: white !important;
}

/* banner */
.banner .component__subtitle br {
    display: none;
}

/* featured block */
.featuredblock__title br {
    display: none;
}