﻿@charset "utf-8";

/* CSS document : MUSC Health Provider Directory Updated 2/16/2016*/


html, body {
    color: #000000; /*old colors*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: auto; /*Font-size-change 15*/
    line-height: 22px;
    line-height: normal;
    min-width: 200px;
}


#ctl00_BodyContent_ProviderProfile_ProviderProfileFormView_OpenSchedule, 
#ctl00_BodyContent_ProviderProfile_ProviderProfileFormView_OBOpenSchedule, 
#ctl00_BodyContent_ProviderProfile_ProviderProfileFormView_GYNOpenSchedule,
#ctl00_BodyContent_ProviderProfile_ProviderProfileFormView_MobileOpenSchedule,
#ctl00_BodyContent_ProviderProfile_ProviderProfileFormView_MobileOpenScheduleOB,
#ctl00_BodyContent_ProviderProfile_ProviderProfileFormView_MobileOpenScheduleGYN{margin:5px 0}

ul{margin-bottom:0px!important}

.program-frame-wrapper {
    height: auto; /*max-width:625px;*/
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}

.ProgramTitle {
    clear: both;
    color: #00447c;
    font-size: 28px;
    font-weight: bold;
}

.provider-wrapper { margin-top: 15px; }

p {
    font-size: 16px; /*Font-size-change 14*/
    line-height: 22px
}

.SearchResultsLabel {
 
    margin-left: -15px;
    padding-top: 20px;
}

h1, h2, h3, h4, h5 {
    color: #00447c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

h5, h6 {
    margin: 0;
    padding: 0;
}
   
.padding20 {
    padding: 20px;
} 

.display-none { display: none; }
.myChart { display: none }

img.HomeImg { margin: 10px 0; }

.desktop-logo { margin-left: -20px; }

.Learn-more {
    color: #00447c;
    font-size: 16px;
    line-height:22px;
}

.HelpH2 { font-size: 22px !important }

/*.AdvancedH2, .KeywordH2{font-size:20px!important; float:right!important; color:#00447c!important;}*/

img {
    border: none;
    max-width: 100%;
}

* {
    margin: 0;
    padding: 0;
}

.phy-photo {
    height: 80px;
    width: 64px;
}

.video{width:250px}





.clear { clear: both; }

.marginauto { margin: 0 auto; }

#EditProfileButton { padding-top: 25px }

a.abt, a.myChart, a.academic {
    color: #00447c;
    font-weight: 400;
}

.video.mt5 {
    float: left;
    padding-bottom: 10px;
    width: 33%;
}

.desktop-phone, .mobile-phone { color: #00447c }

.desktop-search { display: inline-block }

.mobile-search { display: none }

.desktop-phone { display: inline-block }

.mobilebtns { display: none; }

.mobileNextAvail, .MobileScheduling { display: none }

.ml10.ProfileVideo { margin-left: 0; padding-top: 15px;padding-bottom:10px }

.button a:hover { color: #ffffff; }

.mobile-phone { display: none }

.button {
    border-radius: 4px;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    padding: 10px;
    text-align: center;
}

.secondaryName {
    font-size: 16px;
    padding-top: 5px;
    text-align: center;
}

.pipe-white { border-right: 2px solid #FFFFFF; }

.font08 { font-size: 0.8em; }

.ulfloatleft li { float: left; }

.ulfloatleft li:last-child { padding-right: 0; }

.listing-maplink {
    color: #00447c !important;
    font-weight: normal
}




/* color */

.gridcontainer {
    margin: 0 auto;
    max-width: 1024px;
    width: 100%;
}


.hideButton { display: none; }






.radius4 { border-radius: 4px; }

input {
    background-color: #ffffff;
    border: none;
    border-radius: 4px;
    color: #000000;
}


.overlay {
    background-image: url("../images/overlay.png");
    background-repeat: repeat;
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.error { display: none; }

.error_show {
    color: red;
    display: inherit;
}

/** Provider Profile styles **/

/*--Accept Patients Toggle--*/

#nav-toggle {
    float: right;
    position: static;
}

#nav-toggle { padding: 15px 46px 16px 0px; }

#nav-toggle span, #nav-toggle span:before {
    background: #7a99ac;
    border-radius: 1px;
    content: '';
    cursor: pointer;
    /* position: absolute;*/
    display: block;
    height: 5px;
    width: 25px;
}

#nav-toggle span:before {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#nav-toggle span, #nav-toggle span:before {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#nav-toggle.active span:before { top: 0; }

#nav-toggle.active span:before {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#nav-toggle.active span {
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.togglePlus {
    float: right;
    height: 40px;
    margin: -70px 0 0 0;
    width: 300px;
}


.none {
    color: #000;
    float: right;
    font-family: Arial, helvetica, sans-serif;
    font-size: 11px;
    margin: 11px -13% 0px 0px;
    opacity: 0;
}

.activeSpan {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    color: #000;
    display: block;
    float: right;
    font-family: Arial, helvetica, sans-serif;
    font-size: 12px;
    margin: 11px 25px 0px 0px;
    transition: all 0.5s ease;
}

.left-profile p.accept { display: none; }

.left-profile .myChart img {
    height: 20px;
    margin: 0 9px 0 -20px;
    width: 15px;
}

.left-profile .myChart a:hover {
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    color: #00447c;
    transition: all 0.4s ease;
}


.left-profile { padding-left: 5px }

.left-profile .myChart a {
    font-family: Arial, helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    /* color: #000;*/
    line-height: 21px;
}

.left-profile p a { margin: 0 0 0 -5px; }

.left-profile a.abt {
    cursor: pointer;
    margin: 0 0 0 2px;
}

/* commented-outclinicalProfilePage.htmlmedia="all"*/

.left-profile .website a, .left-profile p.websiteMobile a, .left-profile .location a, .left-profile .contactLocation-map a { color: #000; }

.left-profile .website a:hover, .left-profile p.websiteMobile a:hover, .left-profile .location a:hover, .left-profile .contactLocation-map a:hover {
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    color: #00447c;
    transition: all 0.4s ease;
}

.left-profile p.locationMobile { display: none; }

.left-profile .fa {
    color: #00447c;
    margin: 0 0 0 -22px;
    padding: 0 10px 0 0;
}

.left-profile p, .left-profile .academicProfile {
    color: #000;
    display: block;
    float: none;
    font-family: Arial, helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    margin: 4px 0 0 24px;
    padding: 5px 0 0 0;
    text-align: left;
}

.academicProfile { margin-left: 18px !important }

.academic { margin-left: -5px; }

.left-profile ul li {
    margin: 14px 0 0 0;
    width: 194px;
}

.leftBtn2 {
    background-color: #00447c;
    border: 1px solid #00447c;
    
    border-radius: 7px;
    color: #ffffff;
    display: block;
   
    font-size: 16px; /*Font-size-change 15*/
    font-weight: 400;
    line-height: 22px;
    margin: 0 12px 0 0;
    padding: 6px 0 5px;
    text-align: center;
    width: 175px;
}

.leftBtn2:visited { color: #ffffff; }

.leftBtn2:hover {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    background: #3474a0;
    color: #ffffff;
    transition: all 0.5s ease;
}

.leftBtn1 {
    background: #ffffff;
    border: 1px solid #7a99ac;
    border-radius: 7px;
    color: #7a99ac;
    display: block;
    font-size: 16px; /*Font-size-change 15*/
    font-weight: 400;
    line-height: 22px;
    margin: 0 12px 0 0;
    padding: 6px 0 5px;
    text-align: center;
    width: 175px;
}

.leftBtn1:hover {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    background-color: #7a99ac;
    color: #ffffff;
    transition: all 0.5s ease;
}

.leftBtn3 {
    background-color: #8ab43d;
    border: 1px solid #74c045;
    border-radius: 7px;
    color: #ffffff;
    display: block;
    font-size: 16px; /*Font-size-change 15*/
    font-weight: 400;
    line-height: 22px;
    margin: 0 12px 0 0;
    padding: 6px 0 5px;
    text-align: center;
    width: 225px;
}

.leftBtn3:visited { color: #ffffff; }

.leftBtn3:hover {
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
 
    -webkit-transition: all 0.4s ease;
    background: #a2c463;
    color: #ffffff;
    transition: all 0.4s ease;
}

.leftBtn4 {
    background: #d57800;
    border: 1px solid #d57800;
    border-radius: 7px;
    color: #ffffff;
    display: block;
    font-size: 16px; /*Font-size-change 15*/
    font-weight: 400;
    line-height: 22px;
    margin: 0 12px 0 0;
    padding: 6px 0 5px;
    text-align: center;
    width: 225px;
}

.leftBtn4:visited { color: #ffffff; }

.leftBtn4:hover {
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    background-color: #dd9434;
    color: #ffffff;
    transition: all 0.4s ease;
}

.locationsBottomPadding {
    clear: both;
    display: block;
    height: 10px;
}

.PrintAppt { display: none }

.PrintLogo { display: none }

.rightbtns { margin: 0 0 10px 0 }

.right-profile h3, .MobileScheduling h3 {
    border-bottom: 1px solid #00447c;
    Color: #00447c;
    font-size: 18px !important;
    font-weight: normal;
    line-height: 18px;
    margin: 8px 0 0 0 !important;
    padding-bottom: 5px;
    text-align: left;
}

.right-profile p.number, .MobileScheduling p.number {
    font-size: 16px;
    margin-left: 25px;
    margin-top: 8px;
}

.right-profile p.number i.fa.fa-phone, .MobileScheduling p.number i.fa.fa-phone { font-size: 25px !important }

.right-profile .desktop-phone { }

.ml10 { margin-left: 15px; }

.right-block-wrapper, .MobileScheduling {
    margin-bottom: 5px; /*background-color:#d7e9f2;*/
    padding: 10px 0;
}

.openScheduleBtn, .directScheduleBtn, .referringBtn, .openScheduleBtn:focus, .directScheduleBtn:focus, .referringBtn:focus {
    background-color: #00447c;
    border: 2px solid #00447c;
    border-radius: 10px;
    color: #fff;
    display: block;
    fill: #00447c;
    font-size: 16px;
    font-weight: 500;
    height: 40px;
    line-height: 16px;
    margin: 0;
    max-width: 275px;
    padding: 6px 0 5px;
    position: relative;
    transition: background-color .5s cubic-bezier(.075, .82, .165, 1);
    width: 100%;
}

.openScheduleBtn{margin:5px 0 !important;}

.resultsOpenScheduleBtn, .resultsDirectScheduleBtn, .resultsOpenScheduleBtn:focus, .resultsDirectScheduleBtn:focus {    

    background-color: #fff;
    border: 2px solid #00447c;
    border-radius: 10px;
    color: #00447c;
    display: block;
    fill: #00447c;
    font-size: 16px;
    font-weight: 500;
    height: 40px;
    line-height: 16px;
    margin: 0;
    max-width: 275px;
    padding: 6px 0 5px;
    position: relative;
    transition: background-color .5s cubic-bezier(.075, .82, .165, 1);
    width: 100%;
}

.resultsOpenScheduleBtn:hover, .resultsDirectScheduleBtn:hover {
    background-color: #d7e9f2;
    border: 2px solid #00447c;
    color: #00447c;
}

.openScheduleBtn:hover, .directScheduleBtn:hover, .referringBtn:hover {
    background-color: #fff;
    border: 2px solid #00447c;
    color: #00447c;
}

.editProfileBtn {
    background-color: #00447c;
    border: 1px solid #00447c;
    border-radius: 7px;
    color: #ffffff;
    display: block;
    font-size: 12px;
    font-weight: 400;
    height: 20px;
    line-height: 20px;
    margin: 12px 0 0 10px;
    padding: 7px 0 7px;
    text-align: center;
    width: 135px;
}

svg.icon.icon-request-an-appointment, svg.icon.icon-my-chart, svg.icon-refer-a-patient {
    display: inline-block;
    fill: currentColor;
    height: 30px;
    margin-left: 10px;
    margin-top: -18px;
    position: absolute;
    stroke: currentColor;
    top: 50%;
    vertical-align: middle;
    width: 30px;
}

.CTA-title {
    display: inline-block;
    margin-left: 45px;
    margin-top: 10px
}

.editProfileBtn:hover { color: #ffffff; }

.middle-profile {
    padding-top: 15px;
      width: 39%;
}

.middle-profile h5.first { padding: 3px 0 0 0; }

.middle-profile h5 {
    color: #3f3f3f;
    font-size: 20px;
    line-height: 26px;
    padding: 13px 0 0 0;
}

.right-profile {
    margin: -15px 0 0 -12px;
    padding: 15px 0 0 0;
    width: 281px;
}

.bio, .locations, .moreRelatedMedia {
    border-top: 1px solid #9e9e9e;
    clear: both;
    margin: auto;
    margin-top: 25px;
    width: 940px;
    display:block;
}

.right-profile .mediaBio { margin: 0 0 15px 0; }

.right-profile .mediaBio h5 {
    color: #3f3f3f;
    font-size: 20px;
    line-height: 22px;
    padding: 3px 0 17px;
}

.bio h4, .locations h4, .moreRelatedMedia h4 {
    color: #3f3f3f;
    font-size: 20px;
    line-height: 24px;
    padding: 10px 0 5px;
}

.locations h5 {
    cursor: pointer;
    padding: 10px 0 0px 0;
}

.profile-maps-in {
    float: left;
    width: 25%;
}

.locations a {
    color: #00447c;
    font-size: 16px;
    font-weight: 300;
    margin: 10px 0 15px 0;
    text-decoration: underline;
}


object#limelight_player_192219 { width: 250px; }

.left-profile { width: 27%; }

.docFull {
    height: 203px;
    margin: 20px 0px 10px 0px;
    width: 145px;
}

.profile-details-wrapper {
    border-top: 1px solid #CFCFCF;
    clear: both;
    padding-top: 10px;
    vertical-align: top;
    width: 100%;
}

.page-title-div {
    display: inline-block;
    height: 34px;
    width: 100%;
}

.ProfileListLeftColumn {
    display: inline-block;
    float: left;
    margin-right: 1%;
    width: 100%;
}

.ProviderProfileTitle {
    clear: both;
    color: #2B7EE2;
    float: left;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    margin-top: 10px;
    padding: 15px 0 10px 10px;
}

.ProviderDataGrid {
    background-color: #fff;
    color: #333;
    width: 100%;
}

.ProviderDataGrid span { text-decoration: none; }

.ProviderDataGrid td {
    margin: 0 auto;
    padding: 5px;
}

.ProviderName {
    color: #2B7EE2;
    flex-wrap: nowrap;
    font-size: 1.35em;
    text-decoration: none;
}

.listing-maplink > .ProviderNormal, .scheduleNow a {
    color: #00447c;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
}

.scheduleNow { margin-bottom: 5px }

.ProviderNormal {
    color: #333;
    font-size: .9em;
    text-decoration: none;
}

.ProviderWrap { text-wrap: normal; }

.ProviderSmall {
    color: #333;
    font-size: .8em;
    text-decoration: none;
}

.ProviderListHeader {
    color: #333;
    font-size: 1em;
    font-style: italic;
    margin: 0 auto;
    text-decoration: none;
    vertical-align: middle;
}

.ProviderListHeader a {
    color: #333;
    font-size: 1em;
    font-style: italic;
    margin: 0 auto;
    text-decoration: none;
    vertical-align: middle;
}

.ProviderListNameColumn { width: 30%; }

.longbutton {
    border: solid;
    border-width: thin;
    cursor: pointer;
    font-size: .9em;
    margin-top: 2px;
    padding: 1px 8px 1px 8px;
}

.ProviderProfileFixedButton {
    cursor: pointer;
    margin-bottom: 5px;
    width: 150px;
}

.ProviderProfileName {
    color: #333;
    font-size: 1.5em;
    text-decoration: none;
}

.ProviderProfileListItems {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
}

.ProviderProfileListItems li {
    color: #000;
    display: block;
    font-family: Arial, helvetica, sans-serif;
    font-size: 16px;
    line-height: 25px;
    padding: 0 0 2px 15px;
}

.ProviderProfileListHorizonalItems {
    display: inline-block;
    padding-right: 15px;
}

.ProviderProfileLabelItems {
    display: inline-block;
    padding-bottom: 8px;
    padding-left: 16px;
}

.ProviderProfileTitle {
    clear: both;
    color: #2B7EE2;
    float: left;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    margin-top: 35px;
    padding: 15px 0 10px 10px;
}

.ProviderProfileGoBack { padding-left: 10px; }

.ProviderProfileGoBack a { color: #00447c; }

.ProviderProfileBasicInfo {
    margin-left: -25px;
    padding: 5px;
    vertical-align: top;
}

.ProviderProfileBasicInfo tr { vertical-align: top; }

.ProfileLocationLabel {
    color: #000000;
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 5px;
    padding-bottom: 3px;
}

td.ProviderImageColumn { display: none; }

td.ProviderListHeaderSmall { display: none; }

.ProfileListMainColumn {
    background-color: #F5F7FA;
    display: block;
    float: left;
    padding: 0;
    width: 68%;
}

.ProviderDataGrid ul li.list_items { padding-bottom: 3px; }


.ie8 .ProviderProfileTitle { padding-top: 136px !important; }

.ProviderProfileBasicInfo td { padding-bottom: 7px; }

.basic-profile-info-wrapper { width: 90%; }

h2, h3, h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

h3, h1.primaryName {
    border-bottom: solid 1px #444;
    color: #000;
    display: block;
    font-size: 24px;
    line-height: 35px;
    padding: 0 0 8px;
    text-align: center;
}
.NotFoundH1{padding:0 0 8px}

.NotFound {
    color: #25aae1;
    font-size: 22px;
    line-height: 32px;
    margin: 20px 0;
    font-weight:bold;
}

.NotFound a, .NotFound a:hover, a.Learn-more, a.Learn-more:hover{text-decoration:underline}

.NotFoundHomeImg{float:left; width:50%; padding:10px}

.NotFoundHelper{float:left; width:40%; padding:15px 5px}

@media only screen and (min-width: 650px) and (max-width: 845px){
.NotFoundHomeImg{width:35%;}

.NotFoundHelper{width:55%;}
}
@media only screen and (min-width: 50px) and (max-width: 649px){
.NotFoundHomeImg{float:none;width:auto;}

.NotFoundHelper{float:none; width:100%;}
}

.SearchResultsLabel h4 {
    color: #000 !important;
    font-size: 16px !important;
}

.main-content {
    background: #fff;
    padding: 1px 0 0;
    width: 100%;
}

.main-content-physicians {
    background: #fff;
    padding: 0 0 5px;
}

.main-content-physicians .content {

    margin: 0 auto;
    padding: 0px 0 4px;
}

.main-content-physicians h3, .main-content-physicians h1.primaryName {
    border-bottom: solid 1px #444;
    color: #000;
    display: block;
    font-size: 32.2px;
    line-height: 35px;
    margin: 0 36px 46px 0;
    padding: 0 0 8px;
    text-align: center;
    text-transform: uppercase;
}

.main-content-physicians h4 {
    color: #000;
    font-size: 21px;
    line-height: 28px;
    margin: 0 30px 2px 15px;
    padding: 0;
}

.main-content-physicians .doc-pages {
    color: #444;
    font-size: 18px;
    margin: 58px auto 16px;
    padding: 22px 0 0;
    text-align: center;
}

.main-content-physicians .doc-pages-inner {
    margin: 0 auto;
    width: 960px;
}

.main-content-physicians .docPageLeftRail {
    margin: 0 -65% 0;
    width: 960px;
}

.main-content-physicians .doc-pages .doc-pages-previous { display: inline; }

.main-content-physicians .doc-pages .doc-pages-next { display: inline; }

.main-content-physicians .doc-pages ul.doc-page-list {
    display: inline;
    margin: 0 50px;
}

.main-content-physicians .doc-pages ul.doc-page-list li.page-button-item { display: inline-block; }

.main-content-physicians .doc-pages ul.doc-page-list li.page-button-item a { margin: 0 10px; }

.main-content-physicians .doc-pages ul.doc-page-list li.page-button-item a.active { color: #2384c6; }

.main-content-physicians .physResults {
    color: #000;
    font-family: Arial, helvetica, sans-serif;
    font-size: 18.75px;
    font-style: italic;
    font-weight: 300;
    margin: 0 0 30px 15px;
}

.docName {
    border-bottom: 1px solid #e6e6e6;
    display: block;
    margin: 0 20px 20px 0;
}

.docName h4,
.acceptPatients {
    display: inline-block;
    vertical-align: top;
}

.acceptPatients {
    color: #000000;
    float: right;
    font-family: Arial, helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 0 -2px;
    padding: 5px 0 0;
}

.acceptPatients .fa-plus {
    color: #7a99ac;
    margin: 0 0 0 -21px;
    padding: 0 10px 0 0;
}

.column1 .phy-photo {
    display: inline-block;
    height: 140px !important;
    max-width: 100px;
    width: 100px !important;
}

.column1a {
    display: inline-block;
    float: left;
    text-align: center;
    width: 34%;
}

h5 .titleSpan {
    color: #000000;
    display: block;
    font-size: 16px; /*Font-size-change 15*/
    padding: 0 0 0 15px;
}

.viewProfile {
    background: #00447c;
    border: none;
    border: 1px solid #00447c;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-family: Arial, helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    outline: none;
    padding: 3px 0;
    text-align: center;
    text-transform: uppercase;
    width: 162px;
}

.viewProfile:hover {
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    background: #fff;
    border: 1px solid #00447c;
    border-bottom: none;
    color: #00447c;
    transition: all 0.4s ease;
}

.viewProfile a:hover { color: #00447c }

.main-content-results {
    margin: 30px auto;
    padding: 0 0 20px 0;
}

.main-content-results h3 { margin: 0 15px 20px 0; }

.main-content-results h3 span {
    color: #7a99ac;
    float: right;
    font-size: 20px;
}


.findSpecialist h5, .specialistMobile h5, h2.AdvancedH2, h2.KeywordH2 {
    border-bottom: 1px solid #e6e6e6;
    color: #000;
    font-family: Arial, helvetica, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 21px;
    margin: 0 0 5px 0px;
    padding: 0 0 7px;
    text-align: right;
}

.findSpecialist-in .search-box {
    background: #e6e6e6;
    border-radius: 4px;
    display: inline;
    float: left;
    height: 31px;
    margin: 9px 0 0;
    width: 325px;
}

.search-box .textfield {
    background: none;
    border: none;
    color: #000;
    display: inline-block;
    float: left;
    font-size: 16px; /*Font-size-change 15.6*/
    font-weight: 400;
    line-height: 16px;
    outline: none;
    padding: 7px 0 5px 11px;
    width: 141px;
}

.search-box .search-button {
    background: url("../images/search-icon.png") no-repeat left top;
    border: none;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 25px;
    margin: 3px 16px 0 0;
    outline: none;
    width: 24px;
}

.findSpecialist small, .specialistMobile small {
    color: #00447c;
    font-family: Arial, helvetica, sans-serif;
    font-size: 16px; /*Font-size-change 15*/
    padding: 0 0 5px;
}

.clear {
    clear: both;
    display: block;
    font-size: 1px;
    height: 0;
    line-height: 1px;
}

.advanced h5 {
    border-bottom: 1px solid #e6e6e6;
    margin: 75px 0 12px;
    padding: 0 0 5px;
}

.advanced-ddl {
    background-color: #e6e6e6;
    border: none;
    border-radius: 7px;
    color: #000;
    font-family: Arial, helvetica, sans-serif;
    font-size: 16px; /*Font-size-change 15.6*/
    font-weight: 400;
    letter-spacing: 0;
    line-height: 12px;
    margin: 0 0 15px;
    padding: 5px 20px 5px 7px;
    width: 325px;
}

.advancedSearchCheck {
    color: #00447c;
    font-family: Arial, helvetica, sans-serif;
    font-size: 16px; /*Font-size-change 15*/
    font-weight: normal;
    padding: 0 0 5px;
    width: 325px;
}

.advancedSearchCheck label {
    font-weight: normal !important;
    padding-right: 5px;
}

.advanced .search {
    background: #00447c;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-family: Arial, helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0 -5px 0 0;
    outline: none;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
    width: 146px;
}

.advanced .reset {
    background: transparent;
    color: #00447c;
    display: block;
    float: none;
    font-size: 12px;
    padding-right: 50px;
    padding-top: 15px;
    text-align: right;
    width: 345px;
}

.row1 {
    border-bottom: 1px solid #e6e6e6;
    display: inline-block;
    margin: 0 10px 10px 0;
    width: 100%;
}

.column1 {
    color: #000000;
    float: left;
    font-family: Arial, helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 0 -2px;
    padding: 5px 0 0;
    width: 60%;
}

.column2 {
    color: #000000;
    float: right;
    font-family: Arial, helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 0 -2px;
    padding: 5px 0 0;
    width: 210px;
}

.column1-sub {
    display: inline-block;
    float: left;
    margin: 0 0 0 20px;
    width: 60%
}

.row1 h4 a {
    color: #000;
    font-size: 21px;
    font-weight: 300;
    line-height: 28px;
    padding: 0;
}

.row1 h4 a:hover { color: #7a99ac; }

.findSpecialist, .specialistMobile {
    padding: 0 0 0 38px;
    top: 62px;
    width: 33%;
}

.fa-plus {
    color: #7a99ac;
    margin: 0 0 0 -21px;
    padding: 0 10px 0 0;
}

.fa-phone, .fa-calendar {
    color: #00447c;
    margin: 0 8px 0 -21px;
}

.fa-map-marker {
    color: #00447c;
    font-size: 16px;
    margin: 0 6px 0 -21px;
}

.fa-angle-double-right {
    color: #00447c;
    margin: 0 0 0 -10px;
    padding: 0 5px 0 0;
}

@media only screen and (max-width: 1050px) {
    .main-content-results { padding-top: 0px; }

    .main-content-physicians { width: 62%; }
}


@media only screen and (max-width: 599px) {
    /*    .main-content {
    padding: 30px 0 65px; }*/
    .doctors-section { margin-top: 10px !important; }

    .KeywordH2 { display: none; }

    .keywordSearch h5 { margin-top: 25px }

    /*--RESULTS PAGE--*/
    .main-content { width: 100%; }

    .ProviderProfileTitle { margin-top: 0 }

    .main-content-results {
        margin: 0 auto;
        width: 100%;
    }

    .main-content-physicians { width: 100%; }

    .main-content-physicians h3 { margin: 0 0 46px; }

    .main-content-physicians .content {
        padding-left: 15px;
        padding-top: 40px;
    }

    .main-content-physicians .doc-pages-inner {
        margin: 0 auto;
        width: 100%;
    }

    .column1 { width: 100%; }

    .column2 {
        float: left;
        padding-left: 35px;
    }

    .column1-sub { width: 50%; }

    .viewProfile { float: left; }

    .ProviderProfileBasicInfo { margin-left: 10px }

    .midle-content {
        display: inline-block;
        float: none;
        margin: 0 auto;
        padding: 5px 0 0;
        width: 56%;
    }

    .midle-content h5 {
        font-size: 16px;
        padding: 0 0 5px;
    }

    .midle-content .titleSpan {
        font-size: 16px; /*Font-size-change 14*/
    }

    .bio, .locations, .moreRelatedMedia { width: 85%; }

    .right-content {
        display: inline-block;
        margin: 0 auto;
        vertical-align: top;
        width: 43%;
    }

    .right-content ul li span {
        font-size: 16px; /*Font-size-change 14*/
        line-height: 16px;
    }

    .right-content ul li p {
        font-size: 16px; /*Font-size-change 14*/
        line-height: 16px;
    }

    .right-content .viewProfile {
        font-size: 16px;
        width: 140px;
    }

    .findSpecialist, .specialistMobile {
        padding: 0 0 25px 0;
        top: 10px;
        width: 100%;
    }

    .SearchResultsLabel {
        margin-bottom: -45px;
        margin-left: -10px;
        padding-top: 15px;
    }

    .ProviderListClass {
        position: absolute;
        top: 165px;
    }

    .findSpecialist-in {
        margin: 0 auto;
        width: 95%;
    }

    .findSpecialist-in .search-box {
        display: block;
        margin: 5px 0 0 4px;
        padding: 3px 0;
    }

    .findSpecialist-in .search-box .botton { display: block; }

    .advanced .select-menu {
        margin: 0 24px 0 5px;
        width: 260px;
    }

    .advanced .search {
        display: inherit;
        float: none;
        margin: 16px 0 0 6px;
    }

    .advancedCity { display: inline-block; }

    .left-content { display: none; }

    .findSpecialist.leftRail, .leftRail.specialistMobile { display: none; }

    .specialistMobile { display: block; }

    /*--Profile Page--*/
    .main-content-results h3 { font-size: 24px; }

    .left-profile {
        display: block;
        margin-left: 10px;
        width: 85%;
    }

    .left-profile p { width: 100%; }

    .left-profile ul li {
        margin: 15px auto;
        width: 460px;
    }

    .middle-profile {
        display: block;
        margin-left: 10px;
        padding: 15px 0px 0px 0;
        vertical-align: top;
        width: 460px;
    }

    .right-profile { width: 100%; }

    .right-profile a.mediaBtn { display: none; }

    .right-profile h5 { margin: 0 0 0 14.5%; }

    .right-profile .mediaBio {
        display: block;
        margin: 19px auto;
        vertical-align: top;
        width: 460px;
    }

    .right-profile .mediaBio h5 { margin: 0; }

    .right-profile .relatedMedia {
        display: none;
        justify-content: center;
    }

    .right-profile .relatedMedia .relatedMediaImage {
        display: inline-block;
        margin: 10px;
        width: 30%;
    }

    .profileLinks, .mobileNextAvail {
        display: inline-block;
        margin: 12px 0px 0 50px;
        vertical-align: top;
    }

    .next-avail-wrapper { margin-left: 15px !important }

    .mobile-schedule { margin-left: 0 !important; }

    .docFull {
        display: inline-block;
        margin: 10px 20%;
    }

    .patient-sat { margin-left: 53px }

    .profile-maps-in {
        margin: 0px 0px 0px 21px;
        width: 45%;
    }

    .bx-wrapper { margin: 0 auto -30px; }

    .moreRelatedMedia .bx-wrapper .bx-prev { left: 23%; }

    .moreRelatedMedia .bx-wrapper .bx-next { right: 22%; }

    .moreRelatedMedia .bx-wrapper .bx-controls-direction a { top: 47%; }

    .moreRelatedMedia-in { width: 460px; }

    .moreRelatedMedia-in img { width: 100%; }

    .leftBtn1, .leftBtn2, .leftBtn3, .leftBtn4 {
        margin: 0 auto;
        min-width: 200px;
        width: 85%;
    }

    #profile-google-map, #profile-google-map2 { display: none; }

 

    .relatedMediaHeader { display: none; }

    .moreRelatedMedia { display: none; }

    /*--accept patient--*/
    .togglePlus { display: none; }

    .left-profile p.accept {
        display: block;
        margin: 5px 0 0 0;
        padding: 5px;
        text-align: center;
    }
}

@media only screen and (max-width: 600px) {
    html, body {
        font-size: 0.95em;
        overflow-x: hidden;
    }

    .ProviderProfileContent .main-content-results {
        min-width: 250px;
        width: 97%;
    }

    .main-content { padding: 0 0 6px; }

    .main-content-results {
        margin: 0 auto;
        width: 90%;
    }

    #BasicInfo {
        margin: 0 auto;
        min-width: 200px;
        padding: 0;
        width: 95%;
    }

    #BasicInfo .left-profile {
        min-width: 250px;
        padding: 0;
        width: 85%;
    }

    #BasicInfo .left-profile ul li { width: 250px; }

    .main-content-physicians { width: 100%; }

    .main-content-physicians h3 {
        font-size: 28px;
        margin: 0 0 46px;
    }

    .main-content-physicians .content { padding-top: 10px; }

    .column1-sub {
        margin-left: 25px;
        min-width: 175px;
        width: 50%;
    }

    .viewProfile {
        float: left;
        width: auto;
    }

    .SearchResultsLabel {
        margin-bottom: -15px;
        padding-top: 25px;
    }

    .specialties h5 { margin: 5px 0 0 0; }

    .findSpecialist-in .search-box { width: 265px; }

    .ProviderDataGrid ul li.list_items {
        padding-bottom: 3px;
        padding-top: 3px;
    }

    .bio, .locations, .moreRelatedMedia {
        margin-left: 0;
        min-width: 200px;
        width: 90%;
    }

    .right-profile .mediaBio { width: 250px; }

    .middle-profile { width: 250px; }

    .ProviderProfileListItems, .ProviderProfileLabelItems { width: 175px !important; }

    .ProviderProfileBasicInfo { margin-left: -10px }
}

@media all and  (max-width: 600px) and (min-width: 480px) {
    .ProviderProfileListItems, .ProviderProfileLabelItems { width: 225px !important; }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .findSpecialist h5, .specialistMobile h5, h2.AdvancedH2, h2.KeywordH2 { text-align: left; }

    .bio, .locations, .moreRelatedMedia { width: 90% }

    .findSpecialist small, .specialistMobile small {
        display: block;
        margin: 0 0 10px;
        vertical-align: top;
    }

    .main-content { padding: 0; }

    .main-content-physicians { width: 100%; }

    .findSpecialist, .specialistMobile { width: 100%; }

    .findSpecialist-in { top: 0px; }

    .ProviderListClass {
        position: absolute;
        top: 465px;
    }

    .findSpecialist-in {
        margin: 0 auto;
        margin-top: -50px;
        width: 550px;
    }

    .SearchResultsLabel { margin-bottom: -50px; }

    .NotFound { margin-top: 60px; }

    .content { width: 550px; }

    .main-content-physicians .doc-pages-inner {
        margin: 0 auto;
        width: 550px;
    }

    .main-content-physicians h3 { margin: 0; }

    .findSpecialist, .specialistMobile {
        margin: 0 auto;
        padding: 0 0 90px;
        width: 550px;
    }

    .findSpecialist small, .specialistMobile small {
        margin: 0 0 10px;
        vertical-align: top;
    }

    .advanced .select-menu {
        margin: 0;
        width: 250px;
    }

    .advanced .search { margin: 16px 0 0 6px; }

    .advancedCity {
        display: inline-block;
        margin: -32px 0 0 71px;
        vertical-align: top;
        width: 200px;
    }

    .advanced-ddl { width: 200px; }

    .findSpecialist-in .search-box {
        display: block;
        margin: 5px 0 0 4px;
        width: 260px;
    }

    .findSpecialist-in .search-box .botton { display: block; }

    .findSpecialist.leftRail, .leftRail.specialistMobile { display: none; }

    .specialistMobile { display: block; }

    .right-content .viewProfile {
        font-size: 16px;
        width: 140px;
    }

    .column1-sub { width: 40%; }

    .ranking {
        margin: 68px 0 0;
        padding: 37px 0 45px;
        width: 580px;
    }

    .ranking strong { width: 572px; }

    .ranking big {
        font-size: 20px;
        padding: 0 0 24px;
    }

    .ranking img {
        height: auto;
        padding-top: 10px;
        width: 550px;
    }

    .ranking h4 { text-align: left; }

    /*--Profile Page--*/
    .main-content-results h3 { font-size: 26px; }

    .left-profile {
        display: inline-block;
        padding: 0 0px 0 38px;
        width: 40%;
    }

    .ProviderProfileListItems { width:  !important; }

    .middle-profile {
        display: inline-block;
        margin: 0 0px 0 6px;
        padding: 15px 0px 0px 50px;
        vertical-align: top;
        width: 51%;
    }

    .left-profile {
        margin-left: 7px;
        width: 30%;
    }
    .video, .ProviderProfileLabelItems, .ProviderProfileListItems{width:200px!important}

    .right-profile { width: 100%; }

    .right-profile a.mediaBtn { display: none; }

    .right-profile h5 { margin: 0 0 0 14.5%; }

    .right-profile .mediaBio {
        display: block;
        float: none;
        margin: 19px auto;
        vertical-align: top;
        width: 250px
    }

    .right-profile .mediaBio h5 { margin: 0; }

    .right-profile .relatedMedia {
        display: none;
        justify-content: center;
    }

    .right-profile .relatedMedia .relatedMediaImage {
        display: inline-block;
        margin: 10px;
        width: 30%;
    }



    .relatedMediaHeader { display: none; }

    .moreRelatedMedia { display: none; }

    .profile-maps-in {
        margin: 0 10px 0 0;
        width: 30%;
    }

    .bx-wrapper { margin: 0 auto -30px; }

    .moreRelatedMedia .bx-wrapper .bx-controls-direction a { top: -13%; }

    #profile-google-map, #profile-google-map2 { display: none; }

    .left-profile p.accept { display: none; }

    /*--Toggle accept Patient--*/
    #nav-toggle {
        float: right;
        padding: 16px 55% 16px 0px;
    }

    #nav-toggle span, #nav-toggle span:before {
        height: 4px;
        width: 15px;
    }

    .none {
        font-size: 12px;
        margin: -20px 45% 0px 0px;
    }

    .activeSpan {
        font-size: 12px;
        margin: -20px 7% 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
    .main-content {
        padding: 45px 2% 0 2%;
        width: 96%
    }

    /*--RESULTS PAGE--*/
    .main-content-physicians .content { padding: 9px 0 4px; }

    .main-content-physicians .doc-pages-inner {
        margin: 0 auto;
        width: 100%;
    }

    .findSpecialist, .specialistMobile {
        display: inline-block;
        padding: 0 0 115px;
        width: 100%;
    }

    .findSpecialist small, .specialistMobile small { display: inline-block; }

    .findSpecialist-in {
        display: inline-block;
        margin: 0 auto;
        top: 0px;
        width: 100%;
    }

    .main-content-results h2, .main-content-results h1 { margin: 0 !important; }
  

    .ProviderListClass {
        position: absolute;
        top: 385px;
        width: 96%;
    }

    .main-content-physicians { width: 100%; }

    .findSpecialist-in .search-box { width: 320px; }

    .advanced,
    .keywordSearch {
        display: inline-block;
        vertical-align: top;
    }

    .advanced h5 {
        font-size: 20px;
        padding: 0 0 7px;
    }

    .advanced {
        margin: 0 0 0 15px;
        width: 40%;
    }

    .advanced h5 { margin-top: 0; }

    .advanced .select-menu .dd { width: 320px; }

    .SearchResultsLabel {
        margin-bottom: -15px;
        margin-left: -10px;
    }

    .keywordSearch {
        margin: 0 8px 0 10px;
        width: 48%;
    }

    input[type="checkbox"] { margin: 0 0 20px 28px; }

    /*--PROFILE PAGE--*/
    .left-profile {
        display: inline-block;
        padding: 0 0px 0 45px;
        width: 30%;
    }

    .middle-profile {
        display: inline-block;
        margin: 0 0px 0 21px;
        padding: 15px 0px 0px 15px;
        vertical-align: top;
        width: 51%;
    }

    .right-profile { width: 100%; }

    .right-profile a.mediaBtn { display: none; }

    .right-profile h5 { margin: 0 0 0 14.5%; }

    .right-profile .mediaBio {
        display: block;
        float: right;
        margin: 19px auto;
        vertical-align: top;
        width: 550px;
    }

    .right-profile .mediaBio h5 { margin: 0; }

    .right-profile .relatedMedia {
        display: none;
        justify-content: center;
    }

    .right-profile .relatedMedia .relatedMediaImage {
        display: inline-block;
        margin: 10px;
        width: 30%;
    }

    .locations { /*  margin: 50px 0 50px 0;*/ }

    .relatedMediaHeader { display: none; }

    .moreRelatedMedia { display: none; }

    .left-profile p.accept { display: none; }

    /*--Toggle accept Patient--*/
    #nav-toggle {
        float: right;
        padding: 15px 69% 16px 0px;
    }

    .none { margin: -20px 45% 0px 0px; }

    .activeSpan { margin: -20px 7% 0 0; }
}


@media only screen and (max-width: 959px) and (min-width: 768px) {
    .container {
        margin: -22px auto;
        width: 748px;
    }

    .bio, .locations, .moreRelatedMedia { width: 95%; }
}

@media all and (min-width: 1024px) {
    img { max-width: 100%; }
}

@media all and (min-width: 50px) and (max-width: 51px) {   
    .overlay1 {
        background-image: url("../images/overlay.png");
        background-repeat: repeat;
        display: none;
        height: 100%;
        left: 217px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999;
    }

    html, body {
        font-size: 0.95em;
        overflow-x: hidden;
    }

    img { max-width: 100%; }

    p { font-size: 1.2em; }

    .sideimg {
        background-color: #1a1a1a;
        padding: 13px 6px;
        vertical-align: middle;
        width: 25px;
    }

    .mobwidth100 {
        float: none;
        margin: 0;
        width: 100%;
    }

    .mobbottom-m { margin-bottom: 20px; }

    h2, h1 {
        font-size: 1.2em;
        margin-top: 2px;
    }

    .padding20 { padding: 0 10px; }

    .ulfloatleft li { float: none; }


    h1 { font-size: 1.7em; }
}

@media all and (min-width: 600px) and (max-width: 980px) {
    .doctors-section { margin-top: 35px !important; }

    .topnav-search {
        border: 0 none;
        margin-top: 9px;
        padding: 7px 0 7px 10px;
    }

    .topsearchme-pos {
        right: 4px;
        top: 17px;
    }

    .right-profile {
        clear: both;
        display: block;
        padding: 0 0px 0 57px;
        width: 30%;
    }

    .mobileLocations {
        padding-left: 10px;
        width: 95%;
    }

    .bio p, .locations p, .moreRelatedMedia p {
        padding-left: 10px;
        width: 95%;
    }

    .main-content-results { display: inline }

    .leftBtn4, .leftBtn3 { width: 175px }

    .ProviderProfileTitle { margin-top: -75px; }

    html, body {
        font-size: 1em;
        line-height: 1.2em;
    }

    img { max-width: 100%; }

    .tab-font9 { font-size: .9em; }

    .gridcontainer {
        margin-left: auto;
        max-width: none;
        width: 100%;
    }

    .mob-tab-hide { display: none; }

    .mob-tab-show { display: block; }

    .mob-tab-menu {
        display: block;
        left: 0px;
        position: absolute;
        top: 0px;
    }

    .mob-logo { padding-top: 10px; }

    .cbp-spmenu-left.cbp-spmenu-open { background: #000000 url('../images/menu-bckground-tablet.png') bottom left no-repeat !important; }

    h2, h1 {
        font-size: 1.2em;
        margin-top: 2px;
    }

    .tab-search {
        padding: 4%;
        width: 92%;
    }

    .searchme-pos {
        right: 30px;
        top: 4px;
    }

    .paddingb2 { padding-bottom: 4%; }

    .tabmin-height183 { min-height: 195px; }

    .tabpadding-doctor { padding: 20px 20px 0 !important; }

    .browse li {
        font-size: 1.3em;
        padding-right: 1.3%;
    }

    .mob-margint4 { margin-top: 1%; }

    footer ul li:first-child {
        display: block;
        float: none;
        text-align: center;
    }

    .tm-line {
        text-align: center;
        width: 100%;
    }

    .tm-none { display: none; }

    /*arrows begin*/
    .arrowDRK {
        background-image: url('../images/arrow-down1DRK.png');
        background-repeat: no-repeat;
        display: block;
        float: right;
        height: 21px;
        width: 30px;
    }

    .arrow-activeDRK {
        background-image: url('../images/arrow-upDRK.png');
        background-repeat: no-repeat;
        border: none;
        display: none;
        float: right;
        height: 20px;
        width: 30px;
    }

    /*arrows end*/
    .tabmarginbn { margin-bottom: 0 !important; }

    .mob-imageadv {
        padding-left: 6px;
        padding-top: 7px;
    }

    .sideimg {
        background-color: #1a1a1a;
        padding: 13px 6px;
        vertical-align: middle;
        width: 25px;
    }

    .tab-bordernone { border-bottom: none !important; }

    .hyt86 { height: 85px; }

    .menu-icon {
        cursor: pointer;
        display: block;
        margin-top: 0;
        padding: 27px 22px;
    }

    .brdertopyellowmenu {
        background-color: #67c9d0;
        border: 2px solid #67c9d0;
    }

    .overlay1 {
        background-image: url("../images/overlay.png");
        background-repeat: repeat;
        display: none;
        height: 100%;
        left: 204px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999;
    }
}

@media all and (max-width: 980px) {
    .mobilebtns { display: block; }

    .desktop-phone { display: none }

    .mobile-phone { display: inline-block; }

    .mobile-phone a { color: #00447c; }

    .mobileNextAvail, .MobileScheduling { display: block }

    .MobileProfileVideo { display: none }
    .video{width:250px}

    .right-profile { display: none; }

    #EditProfileButton { display: none }

    .firstAvail { margin-left: 10px !important; }

    .transparency-helper {
        background-color: #d9e4e5;
        margin: 5px 0;
        padding: 7px;
    }

    .profile-maps-in { width: 50%; }
}

@media all and (min-width: 980px) {
    .MobileSearch { display: none }
}

@media all and (max-width: 980px) {
    .DesktopTabletSearch { display: none }

    .MobileSearch {
        background-color: #00447c;
        border: 1px solid #00447c;
        border-radius: 4px;
        color: #ffffff;
        margin-top: 10px;
        padding: 8px 3px;
        width: 200px
    }

    .MobileSearch a { color: #ffffff }
}


/*remove frame overflow from here*/


@media all and (min-width: 200px) {
    /* Provider List User Control */
    .ProfileListLeftColumn {
        display: inline-block;
        float: left;
        margin-right: 1%;
        width: 30%;
    }

    .ProfileListMainColumn {
        background-color: #F5F7FA;
        display: inline-block;
        float: left;
        width: 68%;
    }

    .list_items {
        list-style: none;
        padding-top: 3px;
    }

    .ProviderProfileBasicInfo {
        padding: 5px;
        vertical-align: top;
    }

    .ProviderProfileBasicInfo tr { margin-bottom: 10px }

    .basic-profile-info-wrapper { width: 65%; }

    /* Provider Profile User Control */
    .profile-img-info {
        float: left;
        min-width: 575px;
        width: 70%;
    }

    .profile-img-wrapper {
        float: left;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 10px;
        padding-top: 0px;
        width: 30%;
    }

    .profile-info-wrapper {
        float: left;
        width: 60%;
    }

    .profile-buttons {
        float: left;
        width: 20%;
    }

    .ProviderProfileListItems {
        list-style: none;
        margin-bottom: 0;
        margin-top: -4px;
        width: 300px;
    }

    .ProviderProfileLabelItems {
        display: inline-block;
        font-size: 16px;
        padding-bottom: 8px;
        padding-left: 16px;
        width: 300px;
    }

    .gridcell { vertical-align: top; }

    .DoctorVideoTitle {
        display: inline-block;
        padding-left: 4px;
    }

    td.ProviderImageColumn { display: block; margin-top:10px }
}


body {
    color: #000000;
    font-family: Arial;
    font-size: 16px; /*Font-size-change 14*/
    font-style: normal;
    font-weight: 400;
}

phy-photo {
    height: 80px;
    width: 64px;
}

.width100 { width: 100%; }

.width99 { width: 99%; }

.alpha-search-container {
    margin-bottom: 10px;
    margin-top: 10px;
}

.browse li a {
    color: #00447c;
    font-weight: 700;
}

.browse li {
    padding-bottom: 5px;
    padding-right: 6px;
}

.AlphaH5 { margin-top: 25px !important }

.hidden { display: none; }

.pl10 { padding-left: 10px; }

.located-wrapper {
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.located-ddl {
    float: left;
    margin: 0;
    padding: 0;
}

.top { vertical-align: top; }

.tabmin-height140 { min-height: 140px; }

.buttonHCC {
    color: #FFFFFF;
    float: none;
    font-size: 16px; /*Font-size-change 14*/
    margin-left: 0;
    margin-right: 4%;
    padding: 2% 3%;
    width: 200px !important;
}

* {
    margin: 0;
    padding: 0;
}

.display-none { display: none; }

*, *::before, *::after {
    box-sizing: content-box; 
}

.map-class a {
    color: #2b7ee2 !important;
    margin-top: 15px !important;
}

.map-class a:hover { color: #b8bf12 !important; }

.hide { display: none; }

.contentcontainer {
    margin: 0 auto;
    max-width: 960px;
    padding-top: 20px;
    width: 100%;
}

.BasicSearchBox {
    background-color: #e6e6e6;
    display: inline-block;
    padding: 10px;
}

.BasicSearchBox div, .AdvancedSearchBox div {
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 300px;
}

h1 {
    clear: both;
    color: #00447C;
    float: none;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    margin-top: 10px;
    padding: 15px 0 10px 10px;
}

.main-content-results h2, .main-content-results h1.mainH1 {
    border-bottom: solid 1px #444;
    display: block;
    font-size: 28px;
    font-weight: 200;
    line-height: 35px;
    margin: 0 15px 0 0;
    padding: 0 0 8px;
    padding-bottom: 8px;
    text-align: center;
    text-transform: uppercase;
}

.RoundBox {
    border: none;
    border-radius: 4px;
    padding: 2% 0 2% 2%;
}

.SearchTextBox {
    padding: 2% 0 2% 2%;
    vertical-align: middle;
    width: 90%;
}

.SearchButtonImg {
    border: none;
    border-radius: 4px;
    margin-left: 5px;
    padding: 3px;
    position: absolute;
    vertical-align: middle;
}

.SearchButtonImg:hover { background-color: #00447c; }

.SearchButtonClass {
    background-color: transparent;
    background-image: url("../Images/search-blue.png");
    background-repeat: no-repeat;
    border: none;
    height: 25px;
    width: 25px;
}

.SearchButtonClass:hover { background-image: url("../Images/search-darkblue.png"); }

.Checkbox label { margin-right: 5px; }

.RightDiv {
    float: right;
    position: relative;
}

.mobAdvancedSearch {
    color: #2b7ee2;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    padding: 10px 3px;
    width: 225px;
}

a.mobAccordian {
    display: inline-block;
    line-height: 30px;
    padding-left: 5px;
    width: 225px;
}

.mobAdvancedSearch a, .mobAdvancedSearch :hover, .mobAdvancedSearch a:visited { color: #2b7ee2; }

.arrowDRK {
    background-image: url('/MUSCApps/HealthAssets/images/arrow-down1DRK.png');
    background-repeat: no-repeat;
    display: block;
    height: 21px;
    margin-bottom: 5px;
    margin-left: 5px;
    vertical-align: middle;
    width: 30px;
}

.arrow-activeDRK {
    background-image: url('/MUSCApps/HealthAssets/images/arrow-upDRK.png');
    background-repeat: no-repeat;
    border: none;
    display: block;
    height: 21px;
    margin-bottom: 5px;
    margin-left: 5px;
    vertical-align: middle;
    width: 30px;
}

.AdvancedSearchBox {
    background-color: #F5F7FA;
    display: none;
    padding: 10px;
    width: 300px;
}

.AdvancedSubBox {
    border-bottom: 2px solid #E9E8D6;
    padding-top: 5px;
}

.SearchTextButtonClass {
    cursor: pointer;
    margin-top: 10px;
}

.Pager {
    background-color: #4f84c4;
    color: #edf4f5;
    display: none; /*Hiding this div until I can get it working right*/
    height: 20px;
    text-align: center;
    width: 100%;
}

.Pager a {
    font-weight: 600;
    text-decoration: none;
}

.Pager a:link {
    color: #edf4f5;
    font-weight: 600;
}

.Pager a:hover {
    color: #00447c;
    font-weight: 600;
}

.LeftDiv {
    float: left;
    margin: 0 auto;
}

.Pager .LeftDiv {
    float: left;
    margin: 0 auto;
    width: 19%;
}

.ClearLine {
    border-bottom: 1px solid #CFCFCF;
    clear: both;
    margin-bottom: 15px;
    padding-bottom: 8px;
}

.Clear { clear: both; }

.innerContent { padding: 10px; }

.browse li { padding-bottom: 5px; }


#BodyContent_ProviderList1_NotFound {
    color: #D77600;
    font-weight: bold;
}

.RadRating { width: 100% !important; }

.RatingLabel { font-size: 14px; }

/*div.RadToolTip table.rtWrapper td.rtWrapperContent{
    background-color:#01447B;
    color:#fff;
    padding:20px;
}
.RadToolTip .rtCalloutTopCenter{
    background-image: none !important;
}*/

div.RadToolTip {
    background-color: #01447B !important;
    max-width: 250px !important;
}
/*.RadToolTip_Office2010Black{
    background-color:#01447B !important;
}*/

@media all and (max-width:347px){

    .column1a{width:100% !important}
    .column1 .phy-photo {
        width: 145px !important;
        max-width: 145px !important;
        height: 203px !important;
    }

}