﻿.contentRow h2 {
    font-family: 'Poppins-SemiBold' !important;
    color: #6A3065;
    font-size: 22px;
}
.contentRow h1, .contentRow h2, .contentRow h3, .contentRow h4, .contentRow h5, .contentRow h6 {
    font-family: 'Poppins-SemiBold' !important;
}

.contentRow h3 {
    font-size: 20px;
}
.custTrailRow {
    margin: 0;
    padding: 12px 0px 3px 0px;
    background: #fff;
    height: auto;
    font-weight:bold;
}

    .custTrailRow a {
        color: #333d47;
        font-weight:normal;
        text-decoration: none !important;
    }

        .custTrailRow a:hover,
        .custTrailRow a:active {
            font-weight:normal !important;
            text-decoration: underline !important;
        }


#backUp, .touch-device #backUp:hover {
    background: url("/Images/Design001/arrow-up-large.png") no-repeat center center;
    background-color: rgba(0, 0, 0, .2);
    bottom: 10px;
    right: 10px;
    display: none;
    height: 46px;
    position: fixed;
    text-indent: -9999px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    width: 45px;
    z-index: 100;
}

.chat-icon {
    width: 69px;
    height: 64px;
    background: url("/Images/Design001/ChatIcon4.png") no-repeat center center;
    text-indent: -9999px;
    position: fixed;
    bottom: 250px;
    right: 15px;
    text-decoration: none;
    color: #000000;
    background-color: #dfcaa2;
    font-size: 12px;
    padding: 1em;
    display: none;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

    .chat-icon:hover {
        background-color: #e8d6b3;
    }

.chat-bar-icon {
    float: right;
    margin: 14px 0px 0px 0px;
}

.back-to-top {
    width: 69px;
    height: 64px;
    background: url("/Images/Design001/arrow-up-large.png") no-repeat center center;
    text-indent: -9999px;
    position: fixed;
    bottom: 315px;
    right: 15px;
    text-decoration: none;
    color: #000000;
    background-color: #dfcaa2;
    font-size: 12px;
    padding: 1em;
    display: none;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

    .back-to-top:hover {
        background-color: #e8d6b3;
    }

textarea:focus, input:focus {
    outline: 0;
}

*:focus {
    outline: 0;
}

#backUp:hover, .touch-device #backUp:active {
    background-color: #5292e9;
}

.btn-primary {
    color: white !important;
    text-decoration: none !important;
}

.btn-purple {
    color: #fff !important;
    background: #6A3065;
    text-decoration: none !important;
    font-weight: normal !important;
    border: 1px solid #6A3065 !important;
}

    .btn-purple:hover {
        font-family: "Poppins-Regular";
        color: #6A3065 !important;
        background: white !important;
        border: 1px solid #6A3065;
        /*      font-weight: bold !important;*/
    }

.btn-orange {
    color: #fff !important;
    background: #cf202d;
    text-decoration: none !important;
    font-weight: normal !important;
    border: 1px solid #cf202d !important;
}

    .btn-orange:hover {
        font-family: "Poppins-Regular";
        color: #cf202d !important;
        background: white !important;
        border: 1px solid #cf202d;
        /*      font-weight: bold !important;*/
    }


@media (min-width:992px) and (max-width:1199px) {
}

@media (min-width:1200px) {
}



@media (min-width:992px) {
}

@media (min-width:1200px) {
    body {
        background: #fff;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    body {
    }

    .navbar .nav > li > a {
        padding-left: 0;
        padding-right: 0;
        font-size: 12px;
    }
}

@media (max-width:767px) {
    body {
    }
}

@media (max-width:991px) {
    html, body {
        overflow-x: hidden;
    }
}

@media (min-width:768px) and (max-width:991px) {
    body {
    }
}

@media (max-width:768px) {
}

.grid [class^="col-"] {
}

div {
}

@media (max-width:991px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: inline-block;
    }

    .navbar-collapse {
        border: none;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .navbar-collapse.collapse.in {
        display: inline-block !important;
        width: 100%;
        z-index: 999999999;
    }

    .navbar-header {
    }

    .navbar-collapse {
        padding: 0;
    }

    .navbar .nav {
        border: none;
    }

    .navbar .navbar-inner {
        padding: 0;
    }

    .navbar .nav {
        display: block;
    }

        .navbar .nav > li {
            display: block;
            float: none;
            border-top: 1px solid #d21f15;
        }

            .navbar .nav > li > a {
                text-align: left;
                border: none;
            }



    .caret {
        display: none;
    }

    .content .boxpad {
        margin-bottom: 20px;
    }

    .customBreadcrumb .breadcrumbIcon {
        margin-bottom: 8px;
        display: inline-block;
        width: 45px;
        margin-right: 0;
    }

    .customBreadcrumb ul .separator, .customBreadcrumb ul .breadcrumbText {
        top: 2px;
    }
}


.title-dark {
    background-color: #693065;
    margin: 48px 0px;
}

    .title-dark h2 {
        margin: 12px 0px;
        color: #fff;
    }

.highlight-wrapper {
    margin: 48px 0px;
}

    .highlight-wrapper .imgContainer img {
        width: 100%;
    }

    .highlight-wrapper .contentSection {
        background: #F0E9F4;
        height: 100%;
        padding: 40px 0px 40px 0px;
    }

        .highlight-wrapper .contentSection h3, .virtualSection h3{
            font-family: "Poppins-Bold";
            font-size: 20px;
            font-weight: 600;
            color: #693065;
            margin: 24px 6px;
        }


.highlight-wrapper .contentSection .content {
    margin: 42px 0 12px 0;
}

    .highlight-wrapper .hyperLink, .highlight-wrapper .hyperLink:focus, .highlight-wrapper .hyperLink:hover {
        color: #693065 !important;
    }

    .highlight-wrapper h2, .highlight-wrapper .btn, .virtualSection h2, .virtualSection .btn {
        margin: 24px 0px;
    }

.virtualSection {
    margin: 24px 0 12px 0;
}

.contentRow a {
    color: #333;
    text-decoration: underline;
    font-weight: normal;
}

    .contentRow a:hover {
        color: #333;
        text-decoration: underline;
        font-weight: bold;
    }

.virtualBox {
    text-align: center;
}

    .virtualBox image {
        margin: 24px 0px;
    }

.virtualSection .faq_question, #PageContent .faq_question {
    margin-left: 12px;
}

.virtualSection .faq_answer, #PageContent .faq_answer {
    margin: 6px 12px;
}

.virtualSection ol li, #PageContent ol li {
    list-style-type: decimal;
}

.virtualRow {
    padding: 20px 0 40px 0;
    margin: 0 0 0 0;
    background: #9F5FA6;
}

    .virtualRow .btn {
        margin: 20px 0px 0px 0px;
    }



.cardSection {
    margin: 36px 0;
    width: 100%;
}


.calloutBox {
    box-shadow: 4px 4px 8px #efefef, -4px -4px 8px #efefef;
    border-radius: 16px;
    text-align: center;
}

.cardBox {
    box-shadow: 4px 4px 8px #efefef, -4px -4px 8px #efefef;
    border-radius: 16px;
}

    .calloutBox h3, .cardBox h3 {
        margin: 12px 0px 6px 0px;
        font-family: "Poppins-Bold";
        font-weight: 600;
        font-size: 20px;
        color: #693065;
    }

    .calloutBox h4, .cardBox h4 {
        margin: 12px 0px 6px 0px;
        font-family: "Poppins-Bold";
        font-weight: 600;
        color: #693065;
    }

.calloutBox a {
    margin: 24px 0px;
}

.calloutBox .calloutImg {
    margin: 24px 0px 6px 0px;
}

.cardContent a {
    color: #E22331;
}

    .cardContent a:hover {
        color: #E22331;
        font-weight: bold;
    }


.icoHome {
    height: 64px;
    width: 64px;
    background: url(/Images/Design013/Icons/64x64-web-icons.png) -64px -0px;
    display: block;
    padding: 0;
    margin: 0;
}

@media (min-width:992px) {
    .calloutSection {
        display: flex;
        justify-content:center;
        max-width: 990px;
        margin: 0px auto;
    }

    .calloutBox {
        margin: 36px 14px 12px 14px;
        padding: 6px;
        /*border:1px solid red;*/
    }

        .calloutBox .calloutTitle {
            margin: 0px auto;
            height: 90px;
            width: 200px;
        }

        .calloutBox .calloutContent {
            width: 290px;
            padding: 6px 2px 26px 2px;
        }

    .cardSection {
        display: flex;
        justify-content: space-between;
    }

    .cardBox {
        margin: 6px 4px 12px 4px;
        padding: 6px;
    }

        .cardBox .cardContent {
            max-width: 290px;
            padding: 6px 16px 26px 16px;
        }
}



.fullWidth > div, .fullWidth > section {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.fullWidth .sectionButton {
    width: 100%;
    max-width: 100%;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

@media (min-width:768px) {
    .fullWidth > div, .fullWidth > section {
        max-width: 740px;
    }
}

@media (min-width:992px) {
    .fullWidth > div, .fullWidth > section {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .fullWidth > div, .fullWidth > section {
        max-width: 1140px;
    }
}

@media (min-width:992px) {
    .featVideos .featNext, .featPhysicians .featNext {
        right: -68px !important;
    }
}

@media(max-width:767px) {
    .headerFixed .nav-brand > img {
        max-width: 270px;
        margin-top: 8px;
        margin-bottom: 8px;
        height: auto;
        width: auto;
    }

    .navbar-left-toggle, .search-toggle, .headerFixed .nav-brand {
        vertical-align: middle;
    }

    .search-toggle {
        padding-right: 5px;
    }
}

@media(max-width:1200px) {
    .newsletterRow #NewsletterPassThrough {
        min-height: 330px;
    }
}

@media (max-width: 991px) {
    .calloutSection {
    }

    .calloutBox {
        padding: 12px;
        width: 320px;
        margin: 36px auto 0px auto;
    }

    .cardBox {
        padding: 12px;
        width: 320px;
        margin: 36px auto;
    }
}

.bg-test {
    background: url('/Upload/images/StrategicPlan2023/background/investment-teammates-operating-room.png');
    background-size: cover;
    width: 90%;
    height: auto;
}

.xcontainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 6px 80px;
}

@media (min-width:992px)
{
    .xcolumn {
        flex: 1;
        min-width: 200px;
        max-width: 340px;
        margin: 2px 30px;
        position: relative;
    }

    .xrounded-image {
        width: 100%;
        max-width: 340px;
        height: auto;
        object-fit: cover;
    }

    .xcolumn-text {
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        text-align: center;
        width: 90%;
    }

}
@media (max-width:991px) {
    .xcolumn-text {
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        text-align: center;
    }
}



    .videoContainer {
        position: relative;
        display: block;
        width: 100%;
        padding-bottom: 56.9%;
    }

    .videoFrame {
        position: absolute;
        top: 0;
        bottom: 0;
    }