/* general styles */
body.ih-michigan-home #container-carousel {
    margin: 0;
    top: 1px;
}
body.ih-michigan-home #container-carousel>.row>.col-xs-12 div.carousel-inner .item .banner-item-container .carousel-caption {
    top: 0 !important;
}
.ih-michigan-home header .container-navigation {
    background: linear-gradient(to right, #702082 55%, #46474a 75%);
}
/* END general styles */
/* Home CTA cards */
.home-cta-care-card {
    display: flex;
}
.home-cta-care-card__icon {
    color: #fff;
    display: flex;
    align-items: center;
    padding: 30px;
}
.home-cta-care-card__icon.color-1 {
    background: #a53abd;
}
.home-cta-care-card__icon.color-2 {
    background: #92bf5c;
}
.home-cta-care-card__icon.color-3 {
    background: #00bfb3;
}
.home-cta-care-card__icon.color-4 {
    background: #d48938;
}
.home-cta-care-card__icon i {
    font-size: 120px;
}
.home-cta-care-card__content {
    background: #f2f2f2;
    padding: 30px;
    width: 100%;
}
.home-cta-care-card__content h3 {
    font-family: 'Nexa';
    margin: 0 0 5px;
}
.home-cta-care-card__link a.ghost {
    background: transparent;
    border: 1px solid #702082;
    color: #702082;
    font-weight: 700;
    margin: 0;
}
/* END Home CTA cards */
/* Patient CTAs */
.home-patient-cta {
    background: #702082;
    color: #fff;
}
.home-patient-cta .container {
    display: flex;
    padding: 30px 0;
}
.home-patient-cta__item {
    text-align: center;
    padding: 20px;
}
.home-patient-cta__item.center {
    border-left: 2px solid #a53abd;
    border-right: 2px solid #a53abd;
}
.home-patient-cta__icon {
    font-size: 50px;
}
.home-patient-cta__item h3 {
    font-family: 'Nexa';
    font-weight: 300;
    margin: 15px 0;
}
.home-patient-cta__link a {
    color: #fff;
}
.home-patient-cta__link a::after {
    content: " \e91d";
    font-family: custom-iconfont !important;
    position: relative;
    top: 2px;
}
/* END Patient CTAs */
/* Mobile Styles */
@media (max-width: 767px) {
    .arrow-navigation {
        border-bottom: none;
    }
    .home-patient-cta .container {
        display: block;
        padding: 0;
    }
    .home-patient-cta__item.center {
        border-left: none;
        border-right: none;
        border-top: 2px solid #a53abd;
        border-bottom: 2px solid #a53abd;
    }
    .home-patient-cta__item {
        padding: 30px;
    }
}
@media (max-width: 560px) {
    .home-cta-care-card {
        display: block;
    }
    .home-cta-care-card__icon {
        justify-content: center;
    }
    .home-cta-care-card__icon i {
        font-size: 75px;
    }
}