
/* Header */
.home-modmed .navigation-a .navigation__item {
    margin: 0 20px;
}
.home-modmed .navigation__item:nth-child(2) .navigation__item--link {
    font-size: 17px;
}
.modmed-inner .component-phone__number,
.home-phone .component-phone__number {
    color: white;
    font-size: 20px;
}
/* .modmed-inner div[data-component-name] {
    min-height: unset;
} */
.modmed-inner .component-phone__number:before,
.home-phone .component-phone__number:before {
    content: "\f095";
    font: normal normal normal 14px/1 font-awesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 4px;
}
.section--dark .navigation-a .navigation__item--link {
    font-family: "outfit", Arial, sans-serif;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.custom-navigation-header .section--light .navigation-a .navigation__list {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.section--light .navigation-a .navigation__item--link {
    background: #99abb6;
    border-radius: 50px;
    padding: 10px 30px;
    font-family: "outfit", Arial, sans-serif;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.section--light .navigation-a .navigation__item--expand {
    color: white;
}
.section--light .navigation-a .navigation__item:hover .navigation__item--link {
    background-color: #34586e;
}
.section--light .navigation-a .navigation__item:hover {
    background-color: unset;
}
.section__bg--light-4 .section--light .navigation-a .navigation__list--sub {
    background-color: #34586e;
}
.section__bg--light-4 .section--light .navigation-a .navigation__list--sub .navigation__item--link {
    border-radius: 0;
    padding: 10px 25px;
}

/* Colors */
.section--light .contactform--a .contactform__input input:not([type=radio]):not([type=checkbox]),
.section--light .contactform--a .contactform__input textarea, .section--light .contactform--a .contactform__input select {
    background: rgba(52, 88, 110, .7)
}

.section--light .contactform--a .contactform__submit input.component__button--1,
.section--light .cta__button.component__button--1 {
    background-color: #34586e;
    border: 2px solid #34586e;
}
.section--light .contactform--a .contactform__submit input.component__button--1:hover,
.section--light .cta__button.component__button--1:hover {
    background-color: #99abb6;
    border: 2px solid #99abb6;
}
.section--light .component__subtitle {
    color: black;
}

/* Featuredblocks */
.section.summerville-fb-grid-a-rounded-box .section--light .featuredblocks-grid-a .featuredblocks__title {
    text-transform: uppercase;
    letter-spacing: 1px;
}
.summerville-fb-grid-a-rounded-box.fb-clickable-container .section--light .featuredblocks-grid-a.grid-transparent .featuredblocks .featuredblock__icon .main-icon {
    color: white;
}
.summerville-fb-grid-a-rounded-box.fb-clickable-container .featuredblock__title {
    font-weight: bold;
    color: white !important;
    text-transform: uppercase;
}
.featuredblocks-grid-a .featuredblocks .featuredblock__image {
    width: 8.5rem;
    height: 8.5rem;
}

/* Media */
@media (max-width: 1400px) {
    .logo__image img {
        width: 100% !important;
    }
}
@media (min-width: 992px) {
    .summerville-fb-grid-a-rounded-box.fb-clickable-container .featuredblocks-grid-a.grid-fixed-width .featuredblocks.items-per-row-4 .featuredblock__item {
        flex: 1 0 20%;
        max-width: 20%;
    }
    .section.summerville-fb-grid-a-rounded-box .section--light .featuredblocks-grid-a .featuredblocks .featuredblock__item:before {
        background-color: unset;
    }
    .section.summerville-fb-grid-a-rounded-box .featuredblocks-grid-a .featuredblocks .featuredblock__item:last-child .featuredblock__wrap:after {
        content: "";
        position: absolute;
        width: 4px;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(255, 255, 255, .3);
        display: block !important;
    }
    .section.summerville-fb-grid-a-rounded-box .featuredblocks-grid-a .featuredblocks.items-per-row-4 .featuredblock__item:last-child:nth-child(odd) {
        margin-bottom: 30px;
    }
}

