/* general styles */
body {
    font-family: 'myriad-pro', Arial, sans-serif;
    font-size: 1.125rem;
}

main {
    position: relative;
}

    main a {
        text-decoration: none;
    }

        main a:hover {
            text-decoration: underline;
        }

    main.m-black-background::before {
        background: rgba(0, 0, 0, .8);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        z-index: 100;
    }

.m-background-grey {
    background-color: #e6e6e6;
}

.m-background-darkgrey {
    background-color: #b3b3b3;
}

.m-background-darkblue {
    background-color: #113c66;
    color: white;
}

.m-background-purple {
    background-color: #3e1151;
    color: white;
}

.m-background-green {
    background-color: #b2d662;
}

.m-background-yellow {
    background-color: #ffd537;
}

.m-background-blue {
    background-color: #33bef2;
}

.m-background-orange {
    background-color: #f7941e;
}

.m-background-hennepin-blue {
    background-color: #0058a4;
    color: white;
}

h2 {
    font-weight: 400;
    font-size: 2.4rem;
}

/* header and nav styles */
.m-mobile-hamburger {
    float: right;
    margin-right: 30px;
    position: relative;
    line-height: 1;
    margin-top: 20px;
}

    .m-mobile-hamburger a {
        text-decoration: none;
        color: #000;
    }

    .m-mobile-hamburger::before {
        background: url('../images/hambuger-icon.png') no-repeat;
        width: 40px;
        height: 40px;
        content: '';
        display: block;
        background-size: contain;
        margin-top: 4px;
    }

    .m-mobile-hamburger.opened::before {
        content: '\00D7';
        display: block;
        background: none;
        font-size: 3.5em;
        margin-top: -13px;
    }


@media only screen and (min-width: 992px) {
    .m-mobile-hamburger {
        display: none;
    }
}

.m-site-header__global-nav {
    padding: 5px 0px;
    display: none;
}


    .m-site-header__global-nav a {
        text-decoration: none;
        color: white;
        padding-bottom: 5px;
    }

@media only screen and (min-width: 992px) {
    .m-site-header__global-nav {
        display: block;
    }

        .m-site-header__global-nav a {
            height: 100%;
            padding-bottom: 0;
            font-size: 1.2rem;
        }
}

.m-site-header__nav-search .m-site-header__global-nav {
    display: block;
    margin-top: 20px;
}

@media only screen and (min-width: 992px) {
    .m-site-header__nav-search .m-site-header__global-nav {
        display: none;
    }
}

.m-site-global-nav__left a {
    display: block;
}

@media only screen and (min-width: 992px) {
    .m-site-global-nav__left a {
        padding-right: 80px;
        display: inline;
        white-space: nowrap;
    }
}

.m-site-global-nav__right a {
    display: block;
}

@media only screen and (min-width: 992px) {
    .m-site-global-nav__right a {
        padding-left: 70px;
        display: inline;
    }
}

.m-site-header__logo img {
    height: 80px;
    padding: 10px;
    margin: 15px 0;
}

@media only screen and (min-width: 992px) {
    .m-site-header__logo img {
        height: 100px;
    }
}

.m-site-header__tagline {
    font-size: 1.75rem;
    line-height: 2.5rem;
    font-weight: 700;
    color: #113c66;
    padding: 15px;
}

@media only screen and (min-width: 992px) {
    .m-site-header__tagline {
        text-align: right;
        font-size: 1.75rem;
        line-height: 3rem;
    }
}

.m-site-header__nav-search {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    margin-top: auto;
}

@media only screen and (min-width: 992px) {
    .m-site-header__nav-toggle {
        display: none;
    }
}

.m-site-header__nav-toggle {
    text-align: right;
    cursor: pointer;
}

.m-site-header__nav {
    display: block;
}


.m-footer-content__Location img {
    height: 100px;
    padding-bottom: 20px;
}
/*menu mobile styles*/
@media only screen and (max-width: 991px) {
    .navbar .navbar-nav .nav-item .dropdown-menu {
        width: 100%;
    }

    .m-nav-curtain-left {
        display: none;
    }

    .m-nav-curtain__news {
        padding: 10px;
    }

        .m-nav-curtain__news img {
            display: none;
        }

        .m-nav-curtain__news p {
            display: none;
        }

    .m-nav-curtain h2 {
        display: none;
    }

    .m-nav-curtain__blocks {
        margin-bottom: 30px;
    }

    .m-site-header__tagline {
        display: none;
    }

    .m-home-hero__content {
        color: white;
    }
}

/* footer styles */

footer {
    border-top: 6px solid #113c66;
    padding: 60px 0 40px 0;
}

.m-footer-nav__content {
    padding: 10px 0 20px 0;
}

.row.m-footer-nav__content .col-4 {
    padding: 5px 10px;
}

.m-footer-nav__content a {
    color: #000;
    text-decoration: none;
}

.m-footer-nav__title {
    font-weight: 700;
    border-bottom: 1px solid #f7941e;
}

.m-footer-content__title {
    font-weight: 700;
    padding: 20px 0 20px 0;
}

.m-footer-content__Location p {
    font-weight: 500;
}

/* hero section styles */
.m-home-hero {
    max-height: 800px;
    overflow: hidden;
    position: relative;
    background: #113c66;
}

@media only screen and (min-width: 992px) {
    .m-home-hero::before {
        content: "";
        background: linear-gradient(90deg, rgba(0,88,163, 0.8), rgba(0,88,164, .5), transparent);
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        height: 100%;
    }
}

.m-home-hero img {
    width: 100%;
    max-height: none;
    height: auto;
    display: block;
}

@media only screen and (min-width: 992px) {
    .m-home-hero img {
        position: absolute;
    }
}

.m-home-hero__content {
    bottom: 0;
    z-index: 10;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 10px;
}

@media only screen and (min-width: 992px) {
    .m-home-hero__content {
        color: white;
        padding-top: 100px;
        padding-bottom: 150px;
    }
}

.m-home-hero__content h1 {
    font-size: 2.25rem;
    font-weight: 600;
}

@media only screen and (min-width: 992px) {
    .m-home-hero__content h1 {
        font-size: 3.7rem;
    }
}

.m-home-hero__content_Line2 {
    font-size: 2.25rem;
}

@media only screen and (min-width: 992px) {
    .m-home-hero__content_Line2 {
        font-size: 2.5rem;
    }
}

.m-home-hero__content_Line2:before {
    content: ' ';
    display: block;
}

.m-home-hero-quote {
    font-size: 1.8rem;
    font-weight: 500;
    padding-top: 10px;
}

@media only screen and (min-width: 992px) {
    .m-home-hero-quote {
        color: white;
        padding-top: 50px;
    }
}


/* highlight section styles */
.m-home-highlight {
    overflow: hidden;
    position: relative;
    padding: 40px;
}

@media only screen and (min-width: 992px) {
    .m-home-highlight {
        max-height: 720px;
    }
}

.m-home-highlight__image img {
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 992px) {
    .m-home-highlight__image {
        text-align: center;
    }

        .m-home-highlight__image img {
            max-height: 500px;
            height: 100%;
            width: auto;
            padding: 40px;
        }
}

.m-home-highlight__content {
    padding: 40px;
}




    /* orange color  #f7941e  */
    .m-home-highlight__content h2, .m-home-newsevents__events h2, .m-detail-highlight__content h2, .m-newsevents__events h2, .m-detail-images__content h2 {
        color: #0058a4;
        position: relative;
        padding-bottom: 30px;
    }

.m-home-newsevents__events h2, .m-newsevents__events h2, .m-detail-images__content h2 {
    color: black;
}

.m-home-highlight__content {
    font-weight: 400;
}

.m-detail-highlight__content p {
    font-weight: 400;
}

/* 3 column styles  */
.m-home-3-columns div {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
}

@media only screen and (min-width: 992px) {
    .m-home-3-columns div {
        height: 100px;
    }

    .m-mobile-view {
        display: none;
    }

    .m-desktop-view {
        display: block;
    }
}

@media only screen and (max-width: 992px) {
    .m-home-3-columns div {
        font-size: 2.2rem;
        font-weight: 500;
    }

    .m-home-hero-quote {
        font-size: 1.25rem;
        font-weight: 500;
        padding-right: 40px;
        padding-top: 0;
        margin-bottom: 0;
    }

    .m-home-3-columns__column a {
        padding: 15px !important;
    }

    .m-tile-header__text h1 {
        font-size: 2.25rem !important;
        padding: 10px;
    }

    .m-locations-label {
        display: none;
    }

    .m-providers-label {
        margin-left: -75px;
    }

    .m-mobile-view {
        display: block;
    }

    .m-desktop-view {
        display: none;
    }

    .m-mobile-identity-bar {
        background: #0078c1;
        color: white;
        padding: 10px;
    }

        .m-mobile-identity-bar img {
            height: 80px;
        }

    a.m-provider-link:hover {
        text-decoration: none;
    }

    .m-mobile-view h3 {
        margin-top: 30px;
        font-size: 1.2rem;
    }

        .m-mobile-view h3:after {
            content: "\203A";
            border: 0;
            float: right;
            font-size: 4rem;
            font-weight: 300;
            margin-top: -30px;
        }
}

.m-home-3-columns__column a {
    padding: 30px;
    text-decoration: none;
    color: inherit;
    display: block;
}

/* newsevents styles  */
.m-home-newsevents {
    margin-bottom: 30px;
}

.m-home-newsevents__news {
    padding: 40px;
}

    .m-home-newsevents__news a {
        color: #fff;
        text-decoration: none;
    }

    .m-home-newsevents__news img {
        width: 100%;
        height: auto;
    }

.m-home-newsevents__events {
    padding: 40px;
}

.m-home-newsevents_eventslist_item a {
    text-decoration: none;
}

.m-home-newsevents_eventslist_item h4, .m-newsevents__events_item h4 {
    color: #0058a4
}
/*
.m-newsevents__events_item-icon::before {
    font-family: "Font Awesome 5 Free";
    font-size: 3.5em;
    font-style: normal;
    font-weight: 900;
    content: '\f073';
    padding: 10px;
}*/
/* tile header section styles */
.m-tile-header {
    max-height: 400px;
    overflow: hidden;
    position: relative;
}

section.m-tile-header::before {
    content: "";
    background: linear-gradient(90deg, rgba(17,60,102, .8), rgba(17,60,102, .5), transparent);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    height: 100%;
    display: none;
}

@media only screen and (min-width: 992px) {
    section.m-tile-header::before {
        display: block;
    }
}

.m-tile-header img {
    width: 100%;
    max-height: none;
    height: auto;
    display: block;
    /*position: absolute;*/
}

.m-tile-header__text {
    bottom: 0;
    z-index: 2;
    /*padding-top: 100px;
    padding-bottom: 150px;*/
    color: white;
    z-index: 10;
    top: 50%;
    color: black;
}

    .m-tile-header__text h1 {
        font-size: 3.7rem;
        font-weight: 700;
    }

@media only screen and (min-width: 992px) {
    .m-tile-header__text {
        position: absolute;
        transform: translateY(-30%);
        color: white;
    }
}

.m-tile-title__text h2 {
    color: #0058a4;
    padding: 40px 0 10px 0;
    position: relative;
}



.m-tile-tiles__listitem {
    padding: 30px;
    padding-left: 10px;
    order: 4;
}

@media only screen and (min-width: 992px) {
    .m-tile-tiles__listitem {
        padding: 50px;
        padding-left: 10px;
        flex: 0 0 30%;
        order: 4;
    }
}

.m-tile-tiles__listitem a {
    text-decoration: none;
}

.m-tile-tiles__listitem:nth-of-type(2) {
    order: 1;
}

.m-tile-tiles__listitem:nth-of-type(3) {
    order: 2;
}

.m-tile-tiles__listitem img {
    width: 100%;
    height: auto;
    max-height: 300px;
}

/* tile listing section styles */

.m-tile-tiles__listitem h2 {
    color: #113c66;
    padding: 40px 0 20px 0;
    position: relative;
    margin-bottom: 15px;
    /*min-height: 152px;*/
}

    .m-tile-tiles__listitem h2::after {
        content: '';
        width: 30%;
        height: 3px;
        background: #f7941e;
        position: absolute;
        left: 0;
        bottom: 0;
    }

.m-tile-tiles__listitem p {
    font-weight: 500;
    font-size: 1.05rem;
}

/* tile quickstart section styles */
.m-tile-quickstart {
    padding: 40px;
    display: flex;
    order: 3;
    padding-left: 10px;
}

.m-quickstart-container {
    position: relative;
}

.m-detail-w-sidebar .col-lg-5 {
    position: relative;
}

@media only screen and (min-width: 992px) {
    .m-tile-quickstart {
        flex: 0 0 30%;
    }

    .m-detail-w-sidebar .m-tile-quickstart.m-detail {
        width: 100%;
        position: absolute;
        right: 0;
    }
}

.m-tile-quickstart__content {
    width: 100%;
}

    .m-tile-quickstart__content h2 {
        font-weight: 700;
    }

    .m-tile-quickstart__content a {
        /*text-transform: uppercase;*/
        text-decoration: none;
        color: black;
    }

.m-tile-quickstart__content_link:after {
    content: ">";
    border: 0;
    float: right;
    font-weight: 800;
}

.m-tile-quickstart__content_link {
    border-bottom: 2px solid #113c66;
    padding: 10px;
}

.m-tile-quickstart__content_links {
    border-top: 2px solid #113c66;
}

.m-detail-fullwidth {
    margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
    .m-detail-squares__list-item {
        display: flex;
        justify-content: center;
    }
}

.m-detail-squares__list-item a {
    text-decoration: none;
}

.m-detail-squares__list-item img {
    width: 250px;
    height: 221px;
    overflow: hidden;
    object-fit: cover;
}

.m-detail-squares__list-item-text {
    text-align: center;
    height: 100px;
    background-color: #3e1151;
    color: white;
    font-size: 1.4rem;
    padding: 10px 0 10px 0;
    margin-bottom: 40px;
    width: 250px;
}

section.m-detail-highlight {
    margin-top: 20px;
}

.m-detail-highlight.m-background-grey {
    border-radius: 15px;
    padding: 20px;
}

.m-detail-highlight.m-background-darkblue {
    border-radius: 15px;
    padding: 20px;
}

section .m-background-darkblue .m-detail-highlight__content h2 {
    color: white;
}


/* nav curtain */

.m-nav-curtain h1 {
    font-size: 3.5rem;
    font-weight: 400;
    padding: 40px 0;
    border-bottom: dotted;
}

.m-nav-curtain h2 {
    font-size: 3rem;
    padding: 30px 0;
}

.m-nav-curtain__blocks-block {
    text-align: center;
    font-size: 1.2rem;
    padding: 10px 27px;
}

@media only screen and (min-width: 992px) {
    .m-nav-curtain__blocks-block {
        height: 170px;
        width: 200px;
    }
}
/*
.col-4.m-background-darkgrey.m-nav-curtain__blocks-block:nth-of-type(2) {
    background: blue;
}
.col-4.m-background-darkgrey.m-nav-curtain__blocks-block:nth-of-type(4) {
    background: purple;
}
.col-4.m-background-darkgrey.m-nav-curtain__blocks-block:nth-of-type(6) {
    background: darkblue;
}
*/
.m-nav-background__hennepinblue {
    background: #0058a4;
    color: #fff;
}

.m-nav-background__darkblue {
    background: #113c66;
    color: #fff;
}

.m-nav-background__purple {
    background: #3e1151;
    color: #fff;
}

.m-nav-curtain-left {
    padding: 0px 40px 0px 50px;
}

.m-nav-curtain__icon {
    position: relative;
    margin-bottom: 10px;
    margin-right: 10px;
}

@media only screen and (min-width: 992px) {
    .m-nav-curtain__icon {
        height: 90px;
        margin-right: 0;
    }
}

.m-nav-curtain__icon img {
    max-height: 50px;
    max-width: 50px;
    height: auto;
    width: auto;
}

@media only screen and (min-width: 992px) {
    .m-nav-curtain__icon img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-height: 60px;
        max-width: 60px;
    }
}

.m-tile-quickstart__content_links h3 {
    text-transform: uppercase;
    padding-top: 20px;
    font-weight: 700;
}

.NP-icons {
    background: url('../images/NorthPointIcons_Apr2022.png') no-repeat;
}

.medicalIcon {
    width: 129px;
    height: 113px;
    background-position: -9px -2012px;
    display: inline-block;
    margin-top: 10px;
}

.mentalHealthIcon {
    width: 126px;
    height: 109px;
    background-position: -11px -1344px;
    display: inline-block;
    margin-top: 10px 1px;
}

.m-nav-curtain__blocks-block a {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 992px) {
    .m-nav-curtain__blocks-block a {
        display: block;
    }
}

.m-nav-curtain__blocks-block .nav-title-title {
    position: relative;
    display: block;
    transform: translateX(-10px);
}

    .m-nav-curtain__blocks-block .nav-title-title::after {
        content: '';
        background: url(../images/carat.png) no-repeat;
        display: block;
        background-size: contain;
        width: 20px;
        height: 12px;
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translate(150%, -50%);
    }

.m-nav-background__hennepinblue a, .m-nav-background__darkblue a, .m-nav-background__purple a {
    color: #fff;
}

.m-nav-background__hennepinblue .nav-title-title::after, .m-nav-background__darkblue .nav-title-title::after, .m-nav-background__purple .nav-title-title::after {
    background: url(../images/carat-white.png) no-repeat;
    background-size: contain;
}


@media only screen and (min-width: 992px) {
    .m-nav-curtain__news {
        padding: 40px;
    }
}

.m-nav-curtain__news img {
    width: 100%;
    height: auto;
}

.m-nav-curtain__news p {
    padding: 20px 0;
}

/* feedback module */
.m-detail-feedback {
    margin-top: 50px;
    margin-bottom: 50px;
}

.m-detail-feedback__content {
    display: flex;
    position: relative;
    align-items: baseline;
}

    .m-detail-feedback__content::before {
        position: absolute;
        left: 0;
        top: -5px;
        height: 0;
        width: 80px;
        content: '';
        border-top: 2px solid #f7941e;
    }

    .m-detail-feedback__content p {
        font-weight: 500;
        font-size: 1.25rem;
        position: relative;
    }

    .m-detail-feedback__content a {
        text-decoration: none;
    }

    .m-detail-feedback__content img {
        height: 50px;
        margin-left: 20px;
    }

.m-deetail-feedback__email, .m-deetail-feedback__thankyou {
    margin-left: 50px;
    display: none;
}
/* image text module */
.m-detail-images__list-item img {
    max-height: 300px;
    max-width: 375px;
    display: block;
}

.m-detail-images__list-item p {
    padding: 20px 60px 20px 0px;
}

.m-detail-images__list {
    padding-top: 30px;
}

.m-detail-images__list-item {
    text-align: left;
    font-size: 1.4rem;
    padding: 10px 0 10px 0;
    margin-bottom: 40px;
}

/*nav bar stuff*/
.global-nav {
    position: relative;
    z-index: 9999;
}

.navbar {
    padding: 0px;
    width: 100%;
    z-index: 999;
}

    .navbar .navbar-nav .nav-item .nav-link:focus, .navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:active {
        background-color: initial;
        color: #19226f !important;
        color: #0c7b97 !important;
    }

    .navbar .navbar-nav .nav-item .dropdown-toggle.toggle-open {
        background: #fff;
        transition: 0.5s;
        border-top: 1px solid #3e1151;
        border-bottom: 1px solid #3e1151;
    }

    .navbar .navbar-nav .nav-item .dropdown-menu {
        border: none;
        border-radius: 0;
        width: 310px;
        margin: 0 auto;
        background: #f0f0f0;
        padding: 0 40px 20px;
    }

.dropdown-toggle::after {
    display: none;
}


@media screen and (min-width: 992px) {
    .navbar .navbar-nav .nav-item .dropdown-menu {
        width: 100%;
        margin: 0;
        position: absolute;
        left: 0;
    }
}

.m-nav-curtain.dropdown-menu.show {
    background: black;
}

li.nav-item.dropdown {
    position: static;
}

.nav-item__title {
    padding: 0 15px;
    font-size: 1.3rem;
    font-weight: 500;
    color: #fff;
    font-weight: 600;
}

.toggle-open .nav-item__title {
    color: #3e1151;
}

.m-accordion-group {
    padding: 20px 0;
}

.accordion-button:not(.collapsed) {
    color: 000;
    background: #fff;
    font-weight: bold;
}

.ctct-custom-form {
    min-width: 100% !important;
}

.npProviderInputs {
    display: flex;
    justify-content: center;
}

    .npProviderInputs > div {
        padding: 10px;
    }

.npProviderRecord {
    margin-top: 40px;
}

.npProviderHeader {
    display: flex;
    background-color: #0f67b0;
    padding: 20px;
    color: white;
}

.npProviderNameTitle {
    margin-left: 20px;
}

.npProviderBio {
    padding: 20px;
}

.npProviderNameTitle h2 {
    color: #fff;
}

.m-provider-content {
    padding: 70px 0;
}

.m-provider-bio {
    padding-top: 30px;
}

.m-provider-image img {
    padding: 35px 30px;
    height: auto;
    width: 100%;
}

.m-provider-details {
    padding: 25px 0;
}

.m-provider-location {
    padding: 25px;
}

.m-provider-location--header {
    font-size: 1.5rem;
}

.npSearchButton {
    text-align: center;
    padding: 10px 0 50px;
}

    .npSearchButton input {
        background: #0078c1;
        color: white;
        border: 0;
        padding: 10px 20px;
    }

#viewButton {
    background: #0078c1;
    color: white;
    border: 0;
    padding: 10px 20px;
}

.npProviderRecord img {
    width: 100%;
    height: auto;
    padding-top: 6px;
}

.npProviderSearchLabels {
    font-weight: 600;
    font-size: 1.5rem;
}

.pSearchResults {
    margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
    .pSearchResults {
        display: flex;
        justify-content: center;
    }

    .npProviderInputs {
        flex-direction: column;
    }
}


/*


.m-site-header__nav-menu-item {
    display: inline-block;
    padding: 5px 75px 5px 0px;
    font-weight: 500;
}

.m-site-header__nav-menu-item a{
    color: white;
    font-size: 1.375rem;
    text-decoration: none;
}
    */
.ctct-custom-form .ctct-form-footer {
    font-size: 16px !important;
}

.m-newsevents {
    margin: 30px 0;
}

.nav-search {
    position: relative;
}

.m-nav-searchbox {
    display: none;
    right: 0;
    padding: 15px;
    background: #3e1151;
    align-items: center;
}

@media only screen and (min-width: 992px) {
    .m-nav-searchbox {
        position: absolute;
    }
}

.m-nav-searchbox.show {
    display: flex;
}

.searchLabel {
    font-weight: bold;
    margin-right: 15px;
}

.site-search__submit {
    margin-left: 10px;
    background: #113c66;
    color: #fff;
    border: 0;
    padding: 5px 15px;
}

.m-content-button {
    background: #113c66;
    color: #fff;
    padding: 15px;
    display: inline-block;
    margin-top: 10px;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
    background: #fff;
}

    .navbar .navbar-nav .nav-item .nav-link:hover .nav-item__title {
        color: #3e1151;
    }

.m-footer-content__social {
    text-align: center;
}

    .m-footer-content__social img {
        width: 15%;
        padding-right: 10px;
    }

form[name=embedded_signup] label {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.alert2 {
    background: #ce1432;
    color: #fff;
}

.alertheading {
    font-size: 1.25rem;
    font-weight: 600;
}

.m-mobile-nav .nav-item__title {
    color: black;
}

.m-mobile-nav li.nav-item {
    border-bottom: #e6e6e6 1px solid;
}

.m-mobile-nav .m-site-header__global-nav a {
    color: black;
}

.m-mobile-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    width: 100%;
    padding: 0 20px 20px;
    background: white;
    margin-left: 20px;
}

@media only screen and (min-width: 992px) {


    .m-mobile-nav, .m-mobile-search-panel, .m-mobile-search {
        display: none;
    }

    .npFilterButton {
        display: none;
    }
}

.slick-slider {
    width: 50%;
}

@media only screen and (max-width: 992px) {

    .searchLabel {
        margin-bottom: 10px;
    }

    .m-tile-tiles__listitem img {
        width: auto;
    }

    .filterpanel h1 {
        display: none;
    }

    .m-ul-full-width {
        margin-left: -33.33%;
        margin-right: -33.33%;
        border-top: #e6e6e6 1px solid;
        margin-bottom: 30px;
        margin-top: -10px;
    }


    .m-desktop-nav, .m-mobile-search-panel, .m-mobile-nav {
        display: none;
    }

    .m-provider-details {
        padding: 35px 40px;
    }

    .m-provider-location {
        padding: 35px;
    }

    .m-provider-bio {
        padding: 35px;
    }

    .footer {
        font-size: 1.4rem;
    }

        .footer a:hover {
            text-decoration: underline;
        }

    .filterpanel {
        display: none;
    }

    .m-nav-searchbox {
        display: block;
        background-color: white;
    }

    input#searchInput {
        width: 300px;
    }

    .site-search__submit {
        margin-left: -5px;
        background: #0078c1;
        padding: 3px 15px;
    }

    .m-nav-curtain__blocks a, .m-tile-quickstart__content a {
        text-decoration: none;
        color: black;
        line-height: 2.5rem;
        font-size: 1.3rem;
        font-weight: 500;
    }

    .m-tile-quickstart__content_links {
        border-top: none;
    }

    .m-tile-quickstart {
        padding: 0px;
        padding-left: 0px;
        display: none;
    }

    .m-tile-quickstart__content_links h3 {
        padding-top: 0px;
    }

    .npProviderRecord {
        margin-top: 10px;
        border-bottom: #e6e6e6 1px solid;
        padding-bottom: 8px;
        padding-top: 5px;
    }

    .m-mobile-detail-bar {
        padding: 10px;
    }


    .m-people-icon::before {
        background: url(../images/person-icon-new.png) no-repeat;
        width: 35px;
        height: 35px;
        content: '';
        display: inline-block;
        background-size: contain;
    }

    .m-location-icon::before {
        background: url(../images/location-icon-new.png) no-repeat;
        width: 35px;
        height: 35px;
        content: '';
        display: inline-block;
        background-size: contain;
    }

    .m-location-info p {
        margin-bottom: 0;
    }

    .m-location-info a {
        text-decoration: underline;
    }

        .m-location-info a::after {
            content: "\a";
            white-space: pre;
        }

    .m-location-info {
        padding-left: 20px;
    }

    .npSpecialties {
        font-weight: 600;
    }

    .m-people-bold {
        font-weight: 600;
    }

    .m-provider-location {
        border-bottom: #e6e6e6 1px solid;
    }

    .m-provider-image img {
        padding: 20px 20px;
        height: auto;
        width: 80%;
        margin-left: 10%;
    }

    .m-go-back {
        float: right;
        font-size: 4rem;
        font-weight: 200;
    }

        .m-go-back a {
            color: white;
        }

    .m-provider-content .m-background-darkblue {
        background-color: #0078c1;
    }

    .m-tile-tiles .m-tile-quickstart {
        order: 1;
        padding: 10px;
        display: none;
    }

    .m-go-back a:hover {
        color: white;
        text-decoration: none;
    }

    .m-provider-content {
        padding: 0;
    }

    .m-mobile-nav .navbar .navbar-nav .nav-item .dropdown-toggle.toggle-open {
        background: #fff;
        transition: none;
        border-top: none;
        border-bottom: none;
    }

    .provider-view-button {
        margin-left: -15px;
    }

    .ctct-embed-signup {
        margin-top: 15px;
    }

    

    .m-tile-title__text h2:after {
        bottom: 0px;
    }

    .npFilterButton input {
        background: #0078c1;
        color: white;
        border: 0;
        padding: 10px 20px;
        margin-bottom: 25px;
    }

    .m-mobile-search {
        float: right;
        margin-right: 30px;
        position: relative;
        line-height: 1;
        margin-top: 20px;
    }

        .m-mobile-search::before {
            background: url(../images/icon-search.png) no-repeat;
            width: 40px;
            height: 40px;
            content: '';
            display: block;
            background-size: contain;
            margin-top: 4px;
        }

        .m-mobile-search a {
            text-decoration: none;
            color: #000;
        }

    .m-nav-icon-header {
        border-bottom: 1px solid black;
        padding: 20px;
        padding-left: 25px;
        text-align: center;
    }

    .m-mobile-search-panel {
        height: 900px;
    }

    .m-pay-bill-link::before {
        background: url(../images/pay-bill-icon.png) no-repeat;
        width: 35px;
        height: 35px;
        content: '';
        display: block;
        background-size: contain;
        margin-left: 40%;
    }

    .m-script-link::before {
        background: url(../images/pill-icon.png) no-repeat;
        width: 35px;
        height: 35px;
        content: '';
        display: block;
        background-size: contain;
        margin-left: 40%;
    }

    .m-mychart-link::before {
        background: url(../images/smartphone-icon.png) no-repeat;
        width: 35px;
        height: 35px;
        content: '';
        display: block;
        background-size: contain;
        margin-left: 40%;
    }

    .m-nav-icon-header a, .m-nav-phone-footer a {
        text-decoration: none;
        color: black;
        font-weight: 600;
    }

    .m-nav-phone-footer {
        padding: 25px;
        height: 1000px;
    }

    .triangle_down {
        position: relative;
        content: "";
        display: inline-block;
        width: 15px;
        height: 15px;
        border-right: 0.1em solid black;
        border-top: 0.1em solid black;
        transform: rotate(135deg);
        margin-right: 0.5em;
        margin-left: 1.0em;
        float: right;
    }

    .npFilterButton H3::after {
        position: relative;
        content: "";
        display: inline-block;
        width: 15px;
        height: 15px;
        border-right: 0.1em solid black;
        border-top: 0.1em solid black;
        transform: rotate(135deg);
        margin-right: 0.5em;
        margin-left: 1em;
        float: right;
        margin-top: 2px;
    }

    .npFilterButton.opened H3::after {
        position: relative;
        content: "";
        display: inline-block;
        width: 15px;
        height: 15px;
        border-right: 0.1em solid black;
        border-top: 0.1em solid black;
        transform: rotate(-45deg);
        margin-right: 0.5em;
        margin-left: 1em;
        float: right;
        margin-top: 10px;
    }

    a.toggle-open span.triangle_down {
        position: relative;
        content: "";
        display: inline-block;
        width: 15px;
        height: 15px;
        border-right: 0.1em solid black;
        border-top: 0.1em solid black;
        transform: rotate(-45deg);
        margin-right: 0.5em;
        margin-left: 1.0em;
        float: right;
        margin-top: 6px;
    }

    .m-footer-right {
        text-align: center;
        float: right;
    }

    .m-footer-left {
        text-align: center;
        float: left;
    }

    .m-tile-quickstart__content_links a {
        color: #3e1151;
    }

    .m-tile-quickstart__content_links div::after {
        content: '\2192';
        margin-left: 15px;
        font-size: 28px;
    }

    #npProviderFilterSubmit {
        border-top: #e6e6e6 1px solid;
        padding: 5px;
    }

    .m-provider-specialties {
        margin-left: 10%;
    }

    .m-provider-name {
        margin-left: 10%;
    }

    .m-location-each {
        padding: 15px 0;
    }

    .slick-carousel {
        margin-left: 20px;
    }

    .slick-slider {
        width: 90%;
    }
}

.m-home-newsevents__events h2::after, .m-detail-highlight__content h2::after, .m-newsevents__events h2::after, .m-detail-images__content h2::after, .m-home-highlight__content h2::after, .m-detail-images__list-item h2::after {
    content: '';
    width: 80px;
    height: 2px;
    background: #f7941e;
    position: absolute;
    left: 0;
    bottom: 20px;
}

.m-tile-title__text > h2::after {
    content: '';
    width: 80px;
    height: 2px;
    background: #f7941e;
    position: absolute;
    left: 0;
    bottom: 0;
}

.m-home-newsevents_eventslist_item {
    margin-bottom: 10px;
}

    .m-home-newsevents_eventslist_item h3 {
        margin-bottom: 0;
    }

.m-location-name {
    font-weight: 600;
    padding-top: 10px;
}

.m-class-youtube-embed-video-content {
    width: 100%;
    height: 500px;
}

.slick-slide img {
    display: block;
    width: 100%;
    height: auto;
}



.slick-prev:before, .slick-next:before {
    color: #3e1151 !important;
}