﻿
#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;*/
    }

/* Videos
*********************************************/
.videosRow {
    padding: 40px 0 40px 0;
    margin: 0 0 0 0;
}

.videoPlacement {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.videoPlacement {
    width: 100%;
    height: 315px;
}

    .videoPlacement iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }










.featRow {
    padding: 40px 0 40px 0;
}

.featTxtWrap {
    padding: 20px;
}

    .featTxtWrap h4 {
        margin: 0 0 8px 0;
    }

.newsletterRow {
    padding: 30px 0 10px 0;
    background: #33657e;
    color: #fff;
}

.newsletterLabel {
}

    .newsletterLabel h5 {
        margin: 0;
        padding: 0 0 0 36px;
        font-size: 24px;
        color: #fff;
        background: url("/Images/Design001/icon-newsletter-envelope.png") no-repeat;
    }

    .newsletterLabel h4 {
        margin: 0 0 0 0;
    }

    .newsletterLabel p {
        margin: 0 0 12px 0;
        color: #fff;
    }

.newsletterRow .boxborder {
    margin-bottom: 20px;
}

.newsletter .btn {
    height: 30px;
    font-weight: normal;
    width: 70px;
    color: #fff;
    background: #7095a8;
}

    .newsletter .btn:hover {
        background: #693065;
    }

.sitemapRow {
    padding: 0 0 40px 0;
    background: #fff;
}

    .sitemapRow h1,
    .sitemapRow h2,
    .sitemapRow h3,
    .sitemapRow h4,
    .sitemapRow h5,
    .sitemapRow h6 {
        font-family: Arial, sans-serif;
    }

    .sitemapRow h5 {
        font-size: 12px;
        text-align: uppercase;
    }

#box {
    width: 100%;
    position: relative;
}

#panel {
    position: relative;
    bottom: 0px;
    width: 100%;
    background: #fff;
    padding-top: 20px;
}

.toggleRow {
    position: relative;
    background: #2d2d2d;
    height: 38px;
}

.toggle {
    position: absolute;
    width: 123px;
    left: 0;
    right: 0;
    top: -10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    text-align: center;
    padding: 0 0 10px 0;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    background: #fff;
}

.toggleText {
    display: inline-block;
    margin: 24px 0 0 0;
    width: 100%;
    text-align: center;
    color: #757575;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    line-height: 13px;
    font-size: 13px;
    font-weight: normal;
}

.baricon {
    position: absolute;
    display: inline-block;
    top: 6px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -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: 17px;
    height: 17px;
    background: url("/Images/Design001/arrow-toggle.png") no-repeat center center;
    vertical-align: middle;
}

    .baricon.icon-open {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

.sitemap {
}

    .sitemap .container {
    }

        .sitemap .container .row {
            padding-top: 20px;
            padding-bottom: 20px;
        }

            .sitemap .container .row:last-child {
                padding: 20px 0 20px 0;
                border-top: 1px solid #e8e8e8;
            }

    .sitemap h5 {
        color: #9F5FA6;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0 0 4px 0;
        line-height: 18px;
    }

    .sitemap ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .sitemap ul li {
            padding: 6px 0 6px 0;
            line-height: 16px;
        }

.awards {
    margin: 12px 0 24px 0;
}

.sitemap a {
    color: #333d47;
}

    .sitemap a:hover,
    .sitemap a:active {
        color: #63b0bb;
    }

.footerSoc {
    display: inline-block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    padding: 0 0 0 34px;
    background: url(/Images/Design001/icon-social-footer.png) no-repeat;
}

.news {
    background-position: 0 0;
}

.blog {
    background-position: 0 -29px;
}

.fb {
    background-position: 0 -59px;
}

.yt {
    background-position: 0 -89px;
}

.twit {
    background-position: 0 -119px;
}

.instagram {
    background-position: 0 -149px;
}

.rss {
    background-position: 0 -179px;
}

.footer1Row {
    padding: 20px 0 20px 0;
    font-size: 12px;
    background: #434343;
    color: #dadada;
}

.privacyNav {
    float: right;
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
}

    .privacyNav li {
        display: inline-block;
        margin: 0;
        padding: 0;
    }

        .privacyNav li span {
            padding: 0 4px 0 4px;
            color: #000;
        }

.footer1Row a {
    color: #dadada;
}

    .footer1Row a:hover {
        color: #fff;
    }

.homeRow5 {
    border-top: 1px solid #ddd;
    margin: 0 0 20px 0;
    padding: 20px 0 0 0;
}

.footerRow2 {
    font-size: 11px;
}

    .footerRow2 div {
        margin: 0 0 20px 0;
    }

.homeRow5 span {
    padding: 0 4px 0 4px;
}

.custTrailRow {
    margin: 0;
    padding: 12px 0px 3px 0px;
    background: #fff;
    height: auto;
}
    .custTrailRow a {
        color: #333d47;
        text-decoration:none !important;
    }

        .custTrailRow a:hover,
        .custTrailRow a:active {
            color: #63b0bb;
            font-weight:bold;
            text-decoration: underline !important;
        }

.trailRow {
    margin: 0;
    padding: 2px 0px 3px 0px;
    background: #f4f3ef;
    height: auto;
}

    .trailRow a {
        color: #333d47;
    }

        .trailRow a:hover,
        .trailRow a:active {
            color: #63b0bb;
            text-decoration: underline;
        }

.trailSeperator {
    background-color: #ed7900;
    height: 8px;
    display: none;
}

.trailHome {
    float: left;
    padding: 2px 6px 2px 0px;
}

.trail {
    margin: 0px 0 0 0;
    color: #333d47;
    font-weight: bold;
    font-size: 16px;
    padding: 12px 0px 0px 0px;
    float: none;
}

    .trail strong {
        color: black;
    }

    .trail a {
        color: #63afbc;
    }

        .trail a:after {
            display: inline-block;
            content: "";
        }

.textSize {
    float: right;
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
}

    .textSize li {
        display: inline-block;
    }

.printRow {
    font-size: 12px;
    margin: 0 0 0 0;
}

    .printRow ul {
        list-style: none;
        text-align: right;
    }

        .printRow ul li {
            display: inline-block;
        }

.textSizeLabel {
    font-size: 11px;
}

.fontSml, .fontMed, .fontLrg {
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 8px;
}

.fontSml {
    font-size: 12px;
}

.fontMed {
    font-size: 14px;
}

.fontLrg {
    font-size: 16px;
    margin-right: 16px;
}

.printPage, .emailPage {
    margin-right: 12px;
}

    .printPage a, .emailPage a {
        padding: 0 0 0 20px;
        background: url('/Images/Design001/icon-print-email.png') no-repeat;
    }

    .emailPage a {
        background-position: 0 -28px;
    }

.printRow ul li:last-child {
    margin: 0;
}

.RadTreeView_Design001 li div {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 3px solid #ed7923;
    overflow: hidden;
}

.RadTreeView_Design001 .rtUL .rtLI .rtTop .rtMinus,
.RadTreeView_Design001 .rtUL .rtLI .rtTop .rtPlus {
    width: 0px;
}

.RadTreeView_Design001 .rtUL .rtLI .rtTop .rtIn {
    font-family: "RobotoSlab", Arial, Sans-Serif;
    color: #ed7923;
    font-size: 20px;
    padding: 0 0 8px 0;
    line-height: 22px;
    padding-left: 0px;
}

.RadTreeView_Design001 .rtUL .rtLI .rtUL .rtLI {
    min-height: 29px;
    padding: 0px;
}

    .RadTreeView_Design001 .rtUL .rtLI .rtUL .rtLI .rtTop .rtIn,
    .RadTreeView_Design001 .rtUL .rtLI .rtUL .rtLI .rtTop .rtSelected .rtIn {
        display: inline-block;
        font-family: "Montserrat", Arial, Sans-Serif;
        color: #333d47;
        font-size: 12px;
        line-height: 14px;
        padding: 0px;
        margin-left: 0px;
        border-bottom: 0px solid #e7e7e7 !Important;
    }

.RadTreeView .rtSp {
    height: 0px;
    display: none;
}

.RadTreeView_Design001 li li div {
    font-size: 12px;
    border-bottom: none;
    padding: 0px;
}

.RadTreeView .rtSelected .rtIn {
    display: inline-block;
    font-family: "Montserrat", Arial, Sans-Serif;
    font-weight: bold;
    color: #333d47;
    font-size: 14px !Important;
    line-height: 16px !Important;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 0px;
    border-bottom: 0px solid #e7e7e7 !Important;
}

.RadTreeView_Design001 .rtUL .rtLI .rtUL .rtLI .rtTop .rtIn,
.RadTreeView_Design001 .rtUL .rtLI .rtUL .rtLI .rtUL .rtLI .rtTop .rtIn {
    display: inline-block;
    font-family: "Montserrat", Arial, Sans-Serif;
    font-size: 12px;
    line-height: 16px;
    padding-top: 5px;
    border-bottom: 0px solid #e7e7e7 !Important;
    width: 100%;
}

.RadTreeView_Design001 .rtUL .rtLI .rtUL .rtLI .rtTop .rtMinus,
.RadTreeView_Design001 .rtUL .rtLI .rtUL .rtLI .rtTop .rtPlus {
    width: 11px;
}

.RadTreeView_Design001 .rtUL .rtLI .rtUL .rtLI.rtUL {
    padding-top: 0px;
    padding-bottom: 0px;
}

    .RadTreeView_Design001 .rtUL .rtLI .rtUL .rtLI.rtUL .rtLI,
    .RadTreeView_Design001 rtBot {
        padding-left: 20px !important;
        font-family: "Montserrat", Arial, Sans-Serif;
        font-size: 12px;
        line-height: 16px;
        padding-top: 0px;
        padding-left: 20px;
        min-height: 29px;
        border-bottom: 0px solid #e7e7e7 !Important;
        width: 100%;
    }

.RadTreeView_Design001 li div {
    padding-left: 10px !important;
}

.RadTreeView_Design001 li li div {
    padding-left: 15px !important;
}

.RadTreeView_Design001 li li li div {
    padding-left: 30px !important;
}

.RadTreeView_Design001 li li li li div {
    padding-left: 45px !important;
}

.RadTreeView_Design001 li li li li li div {
    padding-left: 60px !important;
}

.RadTreeView li > ul > li > ul {
    border-bottom-width: 0px;
}

.RadTreeView .rtIn,
.RadTreeView_rtl .rtHover .rtIn,
.RadTreeView .rtHover .rtIn, .RadTreeView .rtSelected .rtIn,
.RadTreeView .rtHover .rtIn, .RadTreeView .rtHover .rtIn {
    padding-left: 0px;
}

.contentWrap {
    z-index: 0;
}

.heroRow.contentBanner {
    margin: 176px 0 0 0;
    height: 90px;
    background: #dfcaa2;
}

.pageTitle {
    color: #64aebb;
}

    .pageTitle h1 {
        font-weight: bold;
    }

.seperator {
    height: 4px;
    background-color: #f4f3ef;
}

#PageContent {
}

    #PageContent .imgpad {
        margin: 12px;
    }

.content {
}

    .content a {
    }

        .content a:hover {
            text-decoration: underline;
        }

.landingBanner {
    margin-top: 176px;
}

    .landingBanner .container {
        padding: 0 !important;
        width: 100% !important;
    }

    .landingBanner img {
        width: 100% !important;
        height: auto !important;
    }

.heroRow.landingBanner {
    margin: 176px 0 0 0;
}

.landingFeatRow {
}

.landingFeatBox {
    max-width: 252px;
    margin: 0 0 20px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.landingFeatImg img {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.landingFeatTxt {
    background: url('/Images/Design001/arrow-landingbox.png') no-repeat right 10px center;
    font-family: "RobotoSlab", Arial, Sans-Serif;
    font-size: 18px;
    padding: 12px;
    color: #fff;
}

.landingFeatBox a:hover {
    text-decoration: none !important;
}

.landingBanner > .container > .theme-default[style] {
    width: 100% !important;
    max-width: 100% !important;
    max-height: none !important;
}

.landingBanner > .container .nivoSlider[style] {
    width: 100% !important;
    max-width: none !important;
    max-height: none !important;
}

.landingBanner > .container .nivoSlider img {
    width: 100% !important;
    height: auto;
    max-height: none;
}

.leftFeat {
    padding: 0;
    margin: 0 0 20px 0;
}

.rightFeat {
    display: inline-block;
    padding: 0;
    margin: 0 0 20px 0;
}

.relatedNav {
    display: inline-block;
    font-size: 12px;
    margin: 0 0 20px 0;
    position: relative;
    z-index: 0;
}

    .relatedNav h3 {
        margin: 0;
        padding: 0 0 12px 0;
    }

    .relatedNav ul {
        border-top: 1px dotted #ccc;
        list-style: none;
        margin: 0 0 0 0;
        padding: 2px 0 2px 0;
    }

        .relatedNav ul li {
            margin-top: 6px;
            margin-bottom: 6px;
            margin-right: 12px;
        }

            .relatedNav ul li a {
                display: inline-block;
                color: #333d47;
                line-height: 16px;
            }

                .relatedNav ul li a:hover,
                .relatedNav ul li a:active {
                    color: #63b0bb;
                }

.linkOpen {
    color: #ed7923;
    font-weight: bold;
}

.linkBullet, .viewMore {
    padding-left: 0;
}

.contentLeftWrap, .content3Container {
    padding-left: 0;
    padding-right: 0;
}

.content3Row > .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.content3Row {
    padding-top: 40px;
}

.landBannerRow {
    margin: 180px 0 0 0;
    height: 230px;
    background: #ccc;
}

.subBannerRow {
    margin: 180px 0 0 0;
    height: 100px;
    background: #ccc;
}

.landingFeat {
    margin: 12px 0 12px 0;
}

.sub-quick-wrap {
    position: relative;
    width: 100%;
}

.sub-quick-links {
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 0;
    padding: 12px 20px 12px 20px;
    margin: 0 0 0 0;
    width: 240px;
    border: 1px solid #ccc;
}

    .sub-quick-links li {
        padding: 4px 0 4px 0;
        border-top: 1px solid #ccc;
    }

    .sub-quick-links .boxAccord .box-title {
        cursor: pointer;
        pointer-events: auto;
    }

    .sub-quick-links .quickLinksWrap .quick-icon {
        display: inline-block;
    }

    .sub-quick-links .quickLinks {
        display: none;
    }

.introRow {
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    background: #fff;
}

.introRow {
    display: inline-block;
}

    .introRow h2 {
        line-height: 36px;
    }

    .introRow h4 {
        margin: 0 0 0 0;
    }

    .introRow > .container > .row {
    }

        .introRow > .container > .row > .landIntroTxt {
            padding: 40px 10px 0 10px;
            background: #fff;
        }

.featRow .box {
    height: 300px;
}

    .featRow .box h4 {
        margin: 0 0 12px 0;
    }

    .featRow .box ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

.relatedNav {
    font-size: 12px;
}

    .relatedNav h3 {
        margin: 0;
        padding: 0 0 12px 0;
    }

    .relatedNav ul {
        border-top: 1px dotted #ccc;
        list-style: none;
        margin: 0 0 0 0;
        padding: 2px 0 2px 0;
    }

        .relatedNav ul li {
            margin-top: 6px;
            margin-bottom: 6px;
            margin-right: 12px;
        }

.linkOpen {
    font-weight: bold;
}

.linkBullet, .viewMore {
    padding-left: 0;
}

#bannerTitle {
    display: inline-block;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    margin: 26px 0 0 0;
    font-size: 30px;
}

.subNav > div[style] {
    width: 100% !important;
}

.gallery-grid {
    display: none;
    width: 100%;
}

.gallery-image {
    cursor: pointer;
}

@media (min-width:992px) and (max-width:1199px) {
    .contentRow {
        padding: 0;
    }

    .gallery-image {
        width: 50%;
        padding: 0.1%;
    }

    .hero-quick-wrap {
        position: absolute;
        left: 0;
        right: 0;
        width: auto;
        margin: 0 60px 0 0;
        top: 0;
    }

    .homeBanner .hero-quick-wrap {
        width: auto;
        margin: 0 60px 0 0;
    }

    .hero-quick-links {
        right: 18px;
    }

    .homeBanner .hero-quick-links {
        top: 0;
    }
}

@media (min-width:1200px) {
    .gallery-image {
        width: 33%;
        padding: 0.1%;
    }

    .contentRow {
        padding: 0;
    }

    .hero-quick-wrap {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 60px 0 0;
        width: auto;
        top: 0;
        z-index: 1000;
    }

    .homeBanner .hero-quick-wrap {
        width: auto;
        margin: 0 60px 0 0;
    }

    .hero-quick-links {
        right: 20px;
    }

    .hero-findadoc {
        right: 60px;
    }

    .homeBanner .hero-quick-links {
        top: 0;
    }
}

.theme-default {
    position: relative;
}

@-webkit-viewport {
}

@-moz-viewport {
}

@-ms-viewport {
}

@-o-viewport {
}

@viewport {
}

@media (min-width:992px) {
}

@media (min-width:1200px) {
    body {
        background: #fff;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    body {
    }

    .quickHome {
        height: 246px;
    }

    .navbar .nav > li > a {
        padding-left: 0;
        padding-right: 0;
        font-size: 12px;
    }

    .hero-findadoc {
        right: 60px;
    }

    .homeBanner .hero-quick-links {
        top: 0;
    }
}

@media (max-width:767px) {
    body {
    }

    .headerTopRow {
        background: #fff;
    }

    .mCallLabel,
    .mCall {
        display: none;
    }

    .heroRow.homeBanner {
        margin-top: 0;
    }

    .socialLinksBox {
        display: none;
    }

    .footer1Row .privacyNav {
        float: none;
    }

    .introBox {
        margin: 0 0 20px 0;
    }

    .videoPlacement {
        float: none;
        margin: 0 0 20px 0;
    }

        .videoPlacement h4 {
        }

    .featRow {
        padding: 20px 0 20px 0;
    }

    .col-right {
        float: none;
    }

    .logoWrap {
        text-align: center;
        margin-bottom: 14px;
    }

        .logoWrap .img-responsive {
            display: inline-block;
        }

    .billingLoginWrap {
        font-size: 12px;
        text-align: center;
    }

    .billingLink {
        margin: 0;
    }

    .homeFeatWrap {
        margin: 0 0 20px 0;
    }

    .footerRow1 ul {
        margin: 0 0 20px 0;
        padding: 0 0 20px 0;
        border-bottom: 1px dotted #ccc;
    }

    .sub-quick-links {
        width: 100%;
    }

    .content3Container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width:991px) {
    html, body {
        overflow-x: hidden;
    }

    .gallery-image {
        width: 98%;
        padding: 0.1%;
    }

    .headerFixed {
        position: relative;
        top: auto;
    }

    .headerFixed {
        top: 0;
        z-index: 1;
    }

    .navRow .container {
        width: 100%;
        max-width: 100%;
    }

    .navbar-header {
        height: 50px;
        background: #fff;
    }

    .navbar-header {
        display: table;
    }

    #megamenu .fa {
        display: none;
    }

    .dropBox {
        display: none !important;
    }

    .hero-carousel .caption-content {
        padding: 50px 10px 50px 10px;
    }

        .hero-carousel .caption-content p {
            display: none;
        }

    .hero-quick-wrap {
        margin: 0 20px 20px 20px;
    }

    .hero-quick-links {
        position: relative;
        right: auto;
        margin: 20px 0 0 0;
        width: 100%;
    }

    .hero-findadoc {
        position: relative;
        right: auto;
        margin: 20px 0 0 0;
        width: 100%;
    }

    .quickLinksWrap {
        margin: 0;
    }

    .boxAccord .box-title {
        cursor: pointer;
        pointer-events: auto;
    }

    .hero-carousel-wrap .owl-prev, .hero-carousel-wrap .owl-next {
    }

    .tabContentWrap {
        height: auto;
    }

    .fadRow .box {
        min-height: 0;
        margin-bottom: 20px;
    }

    .homeFeat1,
    .homeFeat2,
    .homeFeat3 {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
        height: auto;
    }

    .homeFeatImg img {
        margin: 0 auto 0 auto;
    }

    .newsletterRow {
        padding: 30px 0 30px 0;
    }

    .footer1Row {
        text-align: center;
    }

    .sitemap .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .sitemap .col-md-2 ul, .sitemap .col-md-3 ul {
        margin: 0 0 20px 0;
    }

    .featRow .box {
        margin: 0 0 20px 0;
    }

    .heroRow,
    .heroRow.landingBanner,
    .heroRow.contentBanner {
        margin: 0 !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    body {
    }

    .col-right {
        float: none;
    }

    .dropdown_3columns {
        width: 300px;
    }

    .headerTopRow > .container > .row > [class^="col-"] {
        text-align: center;
    }

    .socialLinksBox {
        float: none;
    }

    .fadRow {
        border-top: none;
    }

    .homeFeat1,
    .homeFeat2,
    .homeFeat3 {
        margin-bottom: 20px;
    }

    .videoPlacement {
        float: none;
        text-align: center;
        margin: 0 0 20px 0;
    }
}

@media (max-width:768px) {
    .heroRow.homeBanner {
        display: none;
    }
}

.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;
            }

    .dropBox {
        display: none;
    }

    .caret {
        display: none;
    }

    .content .boxpad {
        margin-bottom: 20px;
    }
}

@media (min-width:768px) {
    .ie8 .container {
        max-width: none !important;
        width: 980px !important;
    }
}

.ie8 .container {
    max-width: none !important;
    width: 980px !important;
}

@media (min-width:1px) {
    .ie8 .container {
        max-width: none !important;
        width: 980px !important;
    }
}

.ie8 [class^="col-"] {
    float: left !important;
}

.ie8 .col-md-12 {
    width: 100% !important;
}

.ie8 .col-md-11 {
    width: 91.66666666666666% !important;
}

.ie8 .col-md-10 {
    width: 83.33333333333334% !important;
}

.ie8 .col-md-9 {
    width: 75% !important;
}

.ie8 .col-md-8 {
    width: 66.66666666666666% !important;
}

.ie8 .col-md-7 {
    width: 58.333333333333336% !important;
}

.ie8 .col-md-6 {
    width: 50% !important;
}

.ie8 .col-md-5 {
    width: 41.66666666666667% !important;
}

.ie8 .col-md-4 {
    width: 33.33333333333333% !important;
}

.ie8 .col-md-3 {
    width: 25% !important;
}

.ie8 .col-md-2 {
    width: 16.666666666666664% !important;
}

.ie8 .col-md-1 {
    width: 8.333333333333332% !important;
}

.ie8 .img-responsive {
}

.ie8 .visible-sm,
.ie8 .visible-xs,
.ie8 .visible-xs.visible-sm {
    display: none !important;
}

.ie8 .navbar-header {
    display: none !important;
}

@media (max-width:991px) {
    .ie8 .headerTopRow,
    .ie8 .headerRow {
        display: inline-block !important;
    }
}

.ie8 .navbar .navbar-inner {
    padding: 0 !important;
}

.ie8 .navbar .nav {
    margin: 0 !important;
    display: table !important;
    width: 100% !important;
}

    .ie8 .navbar .nav > li {
        display: table-cell !important;
        float: none !important;
        border-bottom: none !important;
    }

        .ie8 .navbar .nav > li > a {
            text-align: center !important;
            border-left: 1px solid rgba(255, 255, 255, .75) !important;
            border-right: 1px solid rgba(0, 0, 0, .1) !important;
        }

        .ie8 .navbar .nav > li:first-child > a {
            border-left: 0 !important;
        }

        .ie8 .navbar .nav > li:last-child > a {
            border-right: 0 !important;
        }

.ie8 .rapLink {
    background: #d6d6d6 !important;
}

.ie8 .caret {
    display: inline-block !important;
}

@media (max-width:991px) {
    .ie8 .dropBox {
    }
}

@media (max-width:991px) and (min-width:768px) {
    .ie8 .visible-sm,
    .ie8 .visible-xs,
    .ie8 .visible-xs.visible-sm {
        display: none !important;
    }
}

.btn-quicksearch {
    color: #fff;
    font-family: Arial, sans-serif;
    background: #63afbc;
}

.teal-bar {
    z-index: 1000;
    background-color: #69b3bf;
}

a.header-box {
    color: white;
    font-size: 1.0em;
}

    a.header-box:hover {
        color: #693065;
    }

@media (min-width:1200px) {
    .doc-image {
        float: left;
        width: 13%;
    }

    .doc-descript {
        float: left;
        width: 80%;
        margin: 0px 1% 0px 0px;
    }

    .btn-quicksearch {
        margin: 2px 2px 24px 2px;
        padding: 6px 24px;
    }

    .teal-bar {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

        .teal-bar .header-box {
            width: 20%;
            margin: 0px 6px 0px 0px;
            border-right: 2px solid white;
        }

            .teal-bar .header-box:last-child {
                border: none;
            }

            .teal-bar .header-box:first-child {
                border-left: none;
            }

    .header-box .image-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 80px;
    }

    .image-icon img {
        margin: 0px 6px 0px 0px;
    }

    .landing-col .find-a-doc {
        margin: 0px 0px 6px 0px;
        padding: 6px 6px 24px 6px;
        border-radius: 4px;
    }

    .home-col {
        margin-top: 52px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .doc-image {
        float: left;
        width: 16%;
    }

    .doc-descript {
        float: left;
        width: 83%;
        margin: 0px 1% 0px 0px;
    }

    .btn-quicksearch {
        margin: 2px 2px 24px 2px;
        padding: 6px 24px;
    }

    .teal-bar {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

        .teal-bar .header-box {
            width: 20%;
            margin: 0px 6px 0px 0px;
            border-right: 2px solid white;
        }

            .teal-bar .header-box:last-child {
                border: none;
            }

            .teal-bar .header-box:first-child {
                border-left: none;
            }

    .header-box .image-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 80px;
    }

    .image-icon img {
        margin: 0px 6px 0px 0px;
    }

    .landing-col .find-a-doc {
        margin: 0px 0px 6px 0px;
        padding: 6px 6px 24px 6px;
        border-radius: 4px;
    }

    .home-col {
        margin-top: 52px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .doc-image {
        float: left;
        width: 15%;
    }

    .doc-descript {
        float: left;
        width: 79%;
        margin: 0px 1% 0px 0px;
    }

    .btn-quicksearch {
        margin: 24px 2px 24px 2px;
        padding: 8px 32px;
    }

    .teal-bar {
        display: block;
    }

        .teal-bar .header-box {
            display: block;
            border: 1px solid white;
        }

    .header-box .image-icon {
        height: 60px;
    }

    .image-icon img {
        margin: 11px 16px;
        float: left;
    }

    .icon-descript span {
        display: block;
        padding-top: 17px;
    }

    .landing-col .find-a-doc {
        margin: 0px 0px 6px 0px;
        padding: 6px 6px 24px 6px;
        border-radius: 4px;
    }

    .home-col {
        margin-top: 16px;
    }
}

@media (max-width:767px) {
    .doc-image {
        float: none;
        width: 100%;
    }

    .doc-descript {
        float: none;
        width: 100%;
        margin: 0px 1% 0px 0px;
    }

    .btn-quicksearch {
        margin: 24px 2px 24px 2px;
        padding: 8px 32px;
    }

    .teal-bar {
        display: block;
    }

        .teal-bar .header-box {
            display: block;
            border: 1px solid white;
        }

    .header-box .image-icon {
        height: 60px;
    }

    .image-icon img {
        margin: 11px 16px;
        float: left;
    }

    .icon-descript span {
        display: block;
        padding-top: 17px;
    }

    .landing-col .find-a-doc {
        margin: 0px 0px 6px 0px;
        padding: 6px 6px 24px 6px;
        border-radius: 4px;
    }

    .home-col {
        margin-top: 16px;
    }
}

.midRow {
    padding: 0px 0 0px 0;
}

    .midRow h3 {
        margin: 0 0 14px 0;
        line-height: 26px;
    }

hr.brand-primary {
    border-bottom: 3px solid #006b84;
}

.brand-primary {
    color: #006b84;
}

.contact {
    background-color: #edeced;
    margin: 0px;
    padding: 0px 0px 14px 0px;
}

    .contact h3 {
        color: #ed7923;
    }

.landing-col {
    margin-top: 12px;
}

.find-a-doc {
    background-color: #eeeef0;
}

.home-col .find-a-doc {
    padding: 6px 12px 21px 12px;
}

.landing-col .find-a-doc {
}

.find-a-doc h6 {
    color: #939598;
    margin: 16px 0px 6px 0px;
    font-size: 0.8em;
}

.btn-partner {
    width: 100%;
    height: 54px;
    margin-top: 12px;
}

.btn-fad {
    background-color: #5fb0bb;
}

a.btn-fad {
    color: white;
}

.partners-row {
    width: 100%;
    float: left;
}

    .partners-row .partners-col {
        float: left;
        width: 31.3%;
        margin: 0px 2% 0px 0px;
    }

.btn-go {
    padding: 9px 12px 7px 12px;
    font-size: 13px;
    color: #fff;
    font-family: Arial, sans-serif;
    background: #63afbc;
}

.partners-icons .header-box {
    margin-top: 12px;
    width: 100%;
    background-color: #63b0bb;
    float: left;
    display: none;
}

.partners-icon {
    background-color: #63b0bb;
    margin: 6px 0px;
    padding: 16px 0px 6px 0px;
    border-radius: 4px;
}

    .partners-icon img {
        display: block;
        margin: 0px auto;
    }

    .partners-icon .icon-descript {
        text-align: center;
        margin: 6px 0px;
    }

    .partners-icon a {
        color: white;
        font-size: 1.0em;
        text-decoration: none;
    }

        .partners-icon a:hover {
            color: #693065;
            text-decoration: none;
        }

.label-hidden {
    display: none;
}

.validation_failed {
    background-color: lightyellow;
}

.trainingRow {
    background-color: #F0E9F4;
    margin: 56px 0 0 0;
    padding: 24px 0px 48px 0px;
}

    .trainingRow a {
        /*font-size: 1.1em;
        font-family: "RobotoSlab", Arial, Sans-Serif;*/
        font-weight:bold;
        color: #6A3065;
        text-decoration:none !important;
    }

.care-container ul {
    margin:24px 0px;
}
    .care-container li
{
    list-style-type:disc;
    margin-left:24px;

}


@media (min-width:992px) {
    .care-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        margin: 42px 12px;
    }

    .center-box {
        flex-grow: 1;
        width: 25%;
        border-left: 1px solid #63b0bb;
        position: relative;
        padding: 0px 0px 56px 0px;
        margin: 0;
    }

    .care-container .button-row {
        position: absolute;
        bottom: 0px;
        display: block;
        margin: 0px;
        padding: 0px;
        width: 100%;
        text-align: center;
    }

    .center-box:first-child {
        border-left: none;
    }

    .center-box .box-content {
        margin: 24px 24px 0px 24px;
    }

        .center-box .box-content ul {
            padding-left: 12px;
        }

    .care-container .title {
        font-weight: bold;
        text-align: center;
    }

    .care-container .care-icon {
        display: block;
        margin: 0px auto;
        height: 80px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .care-container {
        margin: 42px 12px;
    }

    .center-box {
        width: 80%;
        position: relative;
        padding: 0px 0px 56px 0px;
        margin: 48px auto;
        border: 1px solid #63b0bb;
    }

    .care-container .button-row {
        position: absolute;
        bottom: 0px;
        display: block;
        margin: 0px;
        padding: 10px;
        width: 100%;
        text-align: center;
    }

    .center-box .box-content {
        margin: 24px 24px 0px 24px;
    }

        .center-box .box-content ul {
            padding-left: 12px;
        }

    .care-container .title {
        font-weight: bold;
        text-align: center;
    }

    .care-container .care-icon {
        display: block;
        margin: 0px auto;
        height: 80px;
    }
}

@media (max-width:767px) {
    .care-container {
        margin: 42px 12px;
    }

    .center-box {
        width: 100%;
        position: relative;
        padding: 0px 0px 56px 0px;
        margin: 48px auto;
        border: 1px solid #63b0bb;
    }

    .care-container .button-row {
        position: absolute;
        bottom: 0px;
        display: block;
        margin: 0px;
        padding: 10px;
        width: 100%;
        text-align: center;
    }

    .center-box .box-content {
        margin: 24px 24px 0px 24px;
    }

        .center-box .box-content ul {
            padding-left: 12px;
        }

    .care-container .title {
        font-weight: bold;
        text-align: center;
    }

    .care-container .care-icon {
        display: block;
        margin: 0px auto;
        height: 80px;
    }
}

.highlight-wrapper h2, .orange-wrapper h2
{
    color:#fff;
}

.highlight-wrapper, .orange-wrapper {
    /*margin: 24px 0px;*/
    font-size: 28px;
    color: #fff;
}
.highlight-wrapper .imgContainer img {
    width: 100%;
}

    .highlight-wrapper .contentSection {
        background: #693065;
        height: 100%;
        padding: 60px 40px;
    }

.orange-wrapper .contentSection {
    background: #e02726;
    height: 100%;
    padding: 60px 40px;
}

.video-wrapper {
    /*height: 900px;*/
    background: url("/Upload/Images/_valve/bgHeart.png") no-repeat;
    background-color: #e02726;
    padding: 126px 0px 6px 0px;
}
.ortho-video-wrapper {
    height: 900px;
    background: none;
    background-color: #ffffff;
    padding: 26px 0px 6px 0px;
}


.highlight-wrapper .contentSection .content {
    margin: 24px 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 {
/*    color: #ed7923 !important;*/
    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;
    }


.AppStore {

    width: 65%;
    max-width: 400px;
    margin: 20px auto;
}

.AppStore img {
    width: 46%;
    margin: 0 2%;
    max-width: 200px;
    float: left;
}

.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;
}

.carecard
{

}
    .carecard .imgContainer
    {
        text-align:center;
    }

    .icoHome {
        height: 64px;
        width: 64px;
        background: url(/Images/Design013/Icons/64x64-web-icons.png) -64px -0px;
        display: block;
        padding: 0;
        margin: 0;
    }


@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}


@media (min-width:992px) {
    .calloutSection {
        display: flex;
        justify-content: space-between;
        max-width:990px;
        margin:0px auto;
    }
    
    .calloutBox {
        margin: 36px 4px 12px 4px;
        padding: 6px;
        
    }
    .calloutBox .calloutTitle
    {
        margin:0px auto;
        height:60px;
        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;
        }


}


.sectionButton a {
    color: white;
    font-size: 2em;
    text-decoration: none !important;
    display: flex;
    width: 100%;
}

.sectionButton .ico-arrow {
    height: 72px;
    min-width: 72px;
    max-width: 72px;
    width: 100%;
    float: left;
}

.sectionButton .linkText {
    margin: 0px !important;
    display: block;
    font-size: 36px;
    padding-left: 10px;
    line-height: 1;
    align-self: center;
}

.featVideos {
    min-height: 310px;
}

@media (min-width:300px) {
    .featVideos .owl-carousel .owl-nav.disabled {
        display: block;
    }

    .featVideos .featNext {
        position: absolute;
        top: 110%;
        right: 0px;
        background: url(/Images/Design013/Icons/Circle-with-Arrow-buttons.png) -72px 0px;
        width: 72px;
        height: 72px;
        transform: translateY(-50%);
        border: none;
    }

    .featVideos .featPrev {
        width: 72px;
        height: 72px;
        background: url(/Images/Design013/Icons/Circle-with-Arrow-buttons.png) -72px 0px;
        position: absolute;
        top: 110%;
        transform: translateY(-51%) rotate(180deg);
        left: 0px;
        border: none;
    }
}

@media (min-width:300px) {
    .featPhysicians .owl-carousel .owl-nav.disabled {
        display: block;
    }

    .featPhysicians .featNext {
        position: absolute;
        top: 110%;
        right: 0px;
        background: url(/Images/Design013/Icons/Circle-with-Arrow-buttons.png) -72px 0px;
        width: 72px;
        height: 72px;
        transform: translateY(-50%);
        border: none;
    }

    .featPhysicians .featPrev {
        width: 72px;
        height: 72px;
        background: url(/Images/Design013/Icons/Circle-with-Arrow-buttons.png) -72px 0px;
        position: absolute;
        top: 110%;
        transform: translateY(-51%) rotate(180deg);
        left: 0px;
        border: none;
    }

    a.borderedButton {
        margin-top: 85px;
    }
}

@media (min-width:500px) {
    .featVideos .owl-carousel .owl-nav.disabled {
        display: block;
    }

    .featVideos .featNext {
        position: absolute;
        top: 50%;
        right: 0px;
        background: url(/Images/Design013/Icons/Circle-with-Arrow-buttons.png) -72px 0px;
        width: 72px;
        height: 72px;
        transform: translateY(-50%);
        border: none;
    }

    .featVideos .featPrev {
        width: 72px;
        height: 72px;
        background: url(/Images/Design013/Icons/Circle-with-Arrow-buttons.png) -72px 0px;
        position: absolute;
        top: 50%;
        transform: translateY(-51%) rotate(180deg);
        left: 0px;
        border: none;
    }
}

@media (min-width:992px) {
    .featVideos .featNext {
        position: absolute;
        top: 50%;
        right: -67px;
        background: url(/Images/Design013/Icons/Circle-with-Arrow-buttons.png) -72px 0px;
        width: 72px;
        height: 72px;
        transform: translateY(-50%);
        border: none;
    }

    .featVideos .featPrev {
        width: 72px;
        height: 72px;
        background: url(/Images/Design013/Icons/Circle-with-Arrow-buttons.png) -72px 0px;
        position: absolute;
        top: 50%;
        transform: translateY(-51%) rotate(180deg);
        left: -67px;
        border: none;
    }
}

.newsletterRow #NewsletterPassThrough {
    min-height: 330px;
}

.trailRow {
    padding-bottom: 10px;
    padding-top: 10px;
}

@media (min-width:1200px) {
    .hero-quick-wrap {
        z-index: 100;
    }
}

.dropBox .input-group-btn .btn {
    margin: 0px !important;
}

.trail a:first-child {
    display: none;
}

.newsletterRow #NewsletterPassThrough {
    min-height: 330px;
    width: 100%;
}

.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;
    }
}

.locationFrame {
    height: 460px;
    margin: 18px 0px 18px 0px;
    /*border: 1px solid #cdcdcd;*/
}
.locations {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 18px 0px 18px 0px;
}

    .locations a {
        color: #323E48;
        text-decoration: none;
    }

    .locations a:hover {
        
        text-decoration:underline;
    }
.location {
    width: 50%;
    max-width: 220px;
}

    .location p {
        text-align: center;
    }

.location {
}

    .location img {
        width: 100%;
    }
.map-responsive {
    overflow: hidden;
    /*padding-bottom: 56.25%;*/
    position: relative;
    height: 100%;
}

    .map-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
        border: 0px;
        padding: 0px;
    }

.video-intro {
    max-width: 800px;
    margin: 60px auto;
    color: #fff;
}

    .video-intro h2
    {
        color:#fff;

    }
.video-slider {
    max-width: 800px;
    width: 100%;
    margin: 0px auto;
    
}
    .video-slider .player {
        height: 460px;
        background: #000;        
    }

.ortho-video-wrapper .video-slider {
    /*max-width: 800px;*/
    width: 100%;
    margin: 0px auto;
}

@media (min-width:992px) {
        .ortho-video-wrapper .video-slider .player {
            height: 408px;
            background: #000;
        }
}

@media (min-width:500px) and (max-width:991px) {

    .ortho-video-wrapper .video-slider .player {
        height: 340px;
        background: #000;
		
    }
}

@media (max-width:499px) {

    .ortho-video-wrapper .video-slider .player {
        height: 200px; 
         
        background: #000;
		
		
    }
}


.content-wrapper {
    margin: 60px 0px;
}

    .content-wrapper ul li {
        list-style: disc;
        padding: 3px;
        margin-left: 40px;
    }
	
.physician-wrapper {
    margin: 60px 0px;
}
.physician-list {
}
.physician-list div {
    
}
    .physician-list div img {
        margin:4px auto;
      
    }
    .physician-list div a{
       
        line-height:24px;
       text-align:center;
    }
    .physician-list div p {
     
        margin:0px;
    }


.stats-row
{
   
}
/*.stats-item {

    background: url('/Upload/images/_Valve/bgStats.png');
    width: 346px;
    height: 346px;
    font-size:30px;
    font-weight:bold;*/
    /*color: #fff;*/
    /*color:red;
   text-align:center;
}*/