/**
 *  Reset
 */

body {
  background: #CBEDEB url("../img/bg_main.jpg") no-repeat center top;
  background-size: 100% auto;
  line-height:normal;
  color:#404051;
  font-size:15px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

label{
  font-size:18px;
  font-weight: 400;
}
.form-control{
  color:#535362;
  height:40px;
  font-size:17px;
  font-weight: 400;
}

select, select.form-control{
  appearance:none;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  background: #fff url('../img/ddl_arr.png') no-repeat top 50% right 7px;
  padding-right:25px;
}
.btn {
  border:none;
}
.btn-primary{
  background-color: #00C38C;
}

a, a:visited {
  color: #479E86; /* original light green #52B99E */
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: none !important;
}

a.btn, a.btn:visited {
  color:#fff;
}

a img {
  border: 0;
}

.row.no-pad {
  margin-right:-15px;
  margin-left:-15px;
}
.row.no-pad > [class*='col-'] {
  padding-right:0;
  padding-left:0;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row.row-eq-height{
  overflow: hidden;
}
.row-eq-height > [class*="col-"]{
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

.rockwell{
  font-family:  Times;
}

hr{
  border-color: #565759;
  margin:4px 0;
}

h2 {
  color: #6D6E70;
  font-size: 27px;
  font-weight:bold;
}

h3 {
  font-size:20px;
  font-weight: 400;
}

/* main styles */

.page-inner{
  background-color: rgba(255,255,255,0.93);
  margin-left:-15px;
  margin-right:-15px;
  padding:0 15px 25px 15px;
  line-height: 135%;
}
/* TOP BAR */
.top-bar{
  background-color: #259677;
  color:#fff;
  font-size: 18px;
  vertical-align:middle;
}
.top-bar .row{
  text-align: right;
}
.top-bar div.col1, .top-bar div.col2{
  display:inline-block;
  vertical-align:middle;
  height:38px;
}
.top-bar a, .top-bar a:visited{
  color:#fff;
}
.top-bar .col1{
  text-align: right;
  border-right:1px solid #C3E7DD;

}
.top-bar .top-bar-pportal{
  display:inline-block;
  line-height: 38px;
  height:38px;
  margin-right:25px;
  background: transparent url("../img/ico_pportal.png") no-repeat center left;
}
.top-bar .top-bar-pportal a {
  padding-left:35px;
}

@media (max-width: 992px) {
  .top-bar .top-bar-pportal{
    line-height:38px;
    height:38px;
    margin-right:5px;
  }
  .top-bar .top-bar-pportal a {
    text-indent:-9999px;
    width:0;
    color:transparent;
    display:inline-block;
    overflow: hidden;
  }
}
.top-bar .col2{
  line-height: 38px;
}
.top-bar .top-bar-phones{
  display:inline-block;
  padding-left:35px;
  margin-left:20px;
  background: transparent url("../img/ico_phone.svg") no-repeat center left;
}

/* TOP ALERT */

.top-alert{
  text-align: center;
  padding:10px 70px;
  margin-bottom: 20px;
  font-size: 20px;
  color:#121F47;
  border:1px solid #F5004A;
  background-color: rgba(255,255,255,0.4);
  position:relative;
}
.top-alert h2{
  font-size: 20px;
  color:#F5004A;
  margin:0;
  padding:0;
}
.top-alert > span:before, .top-alert > span:after{
  content:'!';
  background-color: #F5004A;
  padding:8px;
  color:#fff;
  border-radius: 50%;
  font-size:30px;
  width:50px;
  height:50px;
  display:inline-block;
  position:absolute;
  top:8px;
}

.top-alert > span:before{
  left:8px;
}
.top-alert > span:after{
  right:8px;
}

@media (max-width: 992px) {
  .top-alert > span:after{
    display:none;
  }
  .top-alert{
    padding-right:8px;
    font-size:16px;
  }
}

.site{
  background-color: rgba(255,255,255,0.8);
  padding-top:15px;
}

section{
  background-color: #fff;
  margin-right: -15px;
  margin-left: -15px;
  padding: 15px 15px;
}

section + section{
  margin-top:30px;
}
.home section h2{
  font-size: 34px;
  color: #44695B;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}

.search-results section h2 {
  font-size:20px;
}
.menuborder{
  border-bottom:13px solid #E6E7E8;
}


.searchform{
  margin:20px 0 0 0;
  float:right;
}
.search-field {
  border: 1px solid #97A9A2;
  height: 36px;
  line-height: 36px;
  width: 250px;
  font-size: 20px;
  font-weight: normal;
  padding:3px 30px 3px 10px;
  background: transparent url("../img/ico_search.png") no-repeat top 50% right 5px;
}
.search-submit{
  display:none;
}


@media (max-width: 992px){
  .row.no-pad:not(.top-alert){
    padding:0 15px;
  }
  .searchform{
    margin:10px 0 10px 0;
    float:none;
    vertical-align: top;
  }
  .search-field {
    width:calc(100% - 80px);
    background-color: #fff;
    height: 42px;
    line-height: 42px;
    display: inline-block;
  }

  .search-submit{
    display:inline-block;
    background-color: #259677;
    border-radius: 0;
    border:0;
    font-size: 21px;
    margin-left:10px;
    vertical-align: top;
    float:right;
  }
}

#homepage{
  margin-bottom:20px;
}

/* slider */

.home_slider{
  border:2px solid #fff;
}

.home_slider .soliloquy-container .soliloquy-prev{
  background: rgba(255,255,255,0.4) url('../img/slider_left.png') no-repeat 50% 50%;
  left:0;
  width:60px;
  height:50px;
  margin-top:-25px;
}
.home_slider .soliloquy-container .soliloquy-next{
  background: rgba(255,255,255,0.4) url('../img/slider_right.png') no-repeat 50% 50%;
  right:0;
  width:60px;
  height:50px;
  margin-top:-25px;
}

#content .soliloquy-container .soliloquy-caption{
  background-color: rgba(255,255,255,0.7);
}

#content .soliloquy-container .soliloquy-caption-inside{
  padding:20px;
  color:#98002C;
  font-size:29px;
  text-shadow: 0 1px 1px #fff;

}

/* home badges */
.home_badges{
  text-align:center;
  margin-bottom:30px;
}
.home_badges a{
  font-size:12px;
  text-align:center;
  height:190px;
  padding: 0 12px 0 8px;
  min-width:266px;
  width:250px;
  display:block;
  float:left;
  cursor: pointer;
}
.home_badges  a:not(:last-child){
  margin-right:25px;
}

.home_badges  a h3{
  font-size:23px;
  font-weight: 700;
  margin-top:12px;
  margin-bottom:5px;
}
.home_badges a.b1{
  color:#C56E88;
  background: url('../img/badge_1.png') no-repeat top center;
}
.home_badges a.b2{
  color:#6CABC4;
  background: url('../img/badge_2.png') no-repeat top center;
}
.home_badges a.b3{
  color:#54BB9E;
  background: url('../img/badge_3.png') no-repeat top center;
}
.home_badges a.b4{
  color:#0A80DA;
  background: url('../img/badge_4.png') no-repeat top center;
}

@media (max-width: 992px) {
  .home_badges  a{
    float:none;
    display:inline-block;
    margin-bottom:20px;
    margin-right:0;
    margin-top:0;
    vertical-align: top;
  }
}

.physician_badges{
  margin-top:30px;
}

.physician_badges a {
  float:none;
  display:inline-block;
}

/* --------------------- */

.row.vertical-divider {
  overflow: hidden;

}
.row.vertical-divider > div[class^="col-"] {
  border-right:1px dashed #E0E2E8;
  min-height: 560px;
}

.row.vertical-divider > div[class^="col-"]:last-child {
  background: transparent url(../img/bg_right.png) repeat-y top left;
}

ul.homeRecentPosts{
  padding:15px 0 0;
}
ul.homeRecentPosts li {
  padding: 4px 0;
  font-size:16px;
  font-weight: 400;
  padding-left:30px;
  margin-left:10px;
  background: url(../img/list_rect.png) no-repeat 0 7px;
}
ul.homeRecentPosts li a{
  color:#44685A;
}
ul.homeRecentPosts li .date{
  color:#97A9A1;
  font-size:15px;
}
@media (max-width: 992px) {
  .row.vertical-divider > div[class^="col-"]{
    background: none !important;

  }
  .row.vertical-divider > div[class^="col-"]:last-child{
    border:2px solid #DEDFE1;
    margin:25px;
    border-radius:8px;
  }
  .home_slider{
    margin:0 !important;
  }
  #youtube-video-wide .ytVideoPlayer{
    height:250px !important;
  }
}

.btn .post-edit-link{
  color:#fff;
}
/* specialties home */

.our-specialtes .row > div{
  text-align: center;
  margin-bottom:30px;
}

.our-specialtes .row > div a {
  color:#525261;
  font-size: 24px;
}

.our-specialtes .home-specialty a:before{
  content:'';
  clear:both;
  display: table;
  line-height: 0;
}

.our-specialtes .specialty_img{
  display:inline-block;
  width:100%;
  height:166px;
}

.our-specialtes .sports-med .specialty_img{
  background: url('../img/specialties/sports_med.jpg') no-repeat top center;
}

.our-specialtes .back_neck .specialty_img{
  background: url('../img/specialties/back_neck.jpg') no-repeat top center;
}

.our-specialtes .joint_repl .specialty_img{
  background: url('../img/specialties/joint_repl.jpg') no-repeat top center;
}

.our-specialtes .joint_pres .specialty_img{
  background: url('../img/specialties/joint_pres.jpg') no-repeat top center;
}


.our-specialtes .hand_wrist .specialty_img{
  background: url('../img/specialties/hand_wrist.jpg') no-repeat top center;
}

.our-specialtes .foot_ankle .specialty_img{
  background: url('../img/specialties/foot_ankle.jpg') no-repeat top center;
}

.our-specialtes .general_ortho .specialty_img{
  background: url('../img/specialties/general_ortho.jpg') no-repeat top center;
}

.our-specialtes .arthroscopic_surg .specialty_img{
  background: url('../img/specialties/arthroscopic_surg.jpg') no-repeat top center;
}

.our-specialtes .specialty_img{
  background-size: contain !important;
}

@media (max-width: 992px) {
  .our-specialtes .specialty_img{
    height:100px;
  }
  .our-specialtes .row > div a {
    font-size: 16px;
  }
}
/* onsite services home */

.onsite-services .row > div{
  text-align: center;
  margin-bottom: 30px;
}

.onsite-services .row > div a {
  color:#525261;
  font-size: 24px;
}

.onsite-services .onsite_img{
  display:inline-block;
  width:229px;
  height:203px;
}

.onsite-services .home-onsite a:before{
  content:'';
  clear:both;
  display: table;
  line-height: 0;
}

.onsite-services .therapy .onsite_img{
  background: url('../img/onsite_therapy.jpg') no-repeat top center;
}
.onsite-services .imaging .onsite_img{
  background: url('../img/onsite_imaging.jpg') no-repeat top center;
}
.onsite-services .surgery .onsite_img{
  background: url('../img/onsite_surgery.jpg') no-repeat top center;
}

/*  home latest news */
.yt-home .ytVideoPlayer{
  height:200px;
}

/* testimonials */

#quote-carousel .carousel-control
{
  display:inline-block;
  width:27px;
  height:28px;
  top:50%;
  margin-top:-28px;
}
/* Previous button  */
#quote-carousel .carousel-control.left
{
  left: -12px;
  background: url('../img/qarr_left.png') no-repeat top center;
}
/* Next button  */
#quote-carousel .carousel-control.right
{
  right: -12px !important;
  background: url('../img/qarr_right.png') no-repeat top center;
}

.carousel-inner{
  padding:0 35px;
}
.cust-quotes {
  /* height:190px; */
  margin-bottom:10px;
  position:relative;
}
.cust-quotes .item{

}

.cust-quotes blockquote {
  text-align: center;
  border:none;
  padding:5px 65px;
  min-height: 80px;
  position:relative;
  top:0;
}

.cust-quotes blockquote p{
  font-size:17px;
  font-weight:normal;
  font-style:italic;
  color:#384650;
  margin-bottom: 10px;
}

.cust-quotes blockquote:before{
  position:absolute;
  width:57px;
  height:48px;
  background: url('../img/quote_start.png') no-repeat top left;
  top:0;
  left:0;
}

.cust-quotes blockquote:after{
  position:absolute;
  width:57px;
  height:48px;
  background: url('../img/quote_end.png') no-repeat bottom right;
  bottom:0;
  right:0;
}

.cust-quotes blockquote cite{
  text-align:right;
  font-size:17px;
  color:#97A99F;
  float:right;
}

.share-experience{
  border:1px solid #566291;
  border-radius: 5px;
}

.share-experience .content-padding{
  padding:25px 25px 0 25px;
}

.share-experience h4{
  margin:0;
  padding:4px;
  background-color: #566291;
  text-align: center;
  color:#fff;
}

.share-experience .row > div{
  text-align: center;
  padding:10px;
}

.share-experience .row > div a {
  display: inline-block;
}

.share-experience .row-tsaog{
  padding-top:10px;
  margin-top:10px;
  border-top:1px dashed #DDDDDD;
  line-height:53px;

}
.share-experience .row-tsaog > div {
  padding-bottom:0;
}

.share-experience .share-angies {
  background: url('../img/logos/logo_angies.png') no-repeat 0 0;
  width:125px;
  height:23px;
}

.share-experience .share-healthgrades {
  background: url('../img/logos/logo_healthgrades.png') no-repeat 0 0;
  width:148px;
  height:28px;
}

.share-experience .share-vitals {
  background: url('../img/logos/logo_vitals.png') no-repeat 0 0;
  width:96px;
  height:29px;
}

.share-experience .share-gplus {
  background: url('../img/logos/logo_gplus.png') no-repeat 0 0;
  width:132px;
  height:27px;
}

.share-experience .share-tsaog {
  background: url('../img/logos/logo_tsaog_star.png') no-repeat 0 0;
  width:56px;
  height:53px;
}
/*  Begin Tabs  */

.tabPanes {
  border-top: 5px solid #0F66A0;
  float: left;
  margin-top: 5px;
  width:100%;
}

.socialLinks
{
  float: right;
}

.socialLinks ul
{
  list-style-type: none !important;
}

.socialLinks li
{
  float: left;
  margin-left: 5px;
}

.tabs
{
  float: left;
}

.threeColumn .middle .tabs
{
  font-size: 12px;
}

.tabs ul
{
  list-style-type: none !important;
  margin: 6px 0 !important;
  padding:0 !important;
}

.tabs li
{
  border-right: 1px solid #6d6e70;
  color: #6d6e70;
  float: left;
  font-size: 13px;
  font-weight: bold;
  list-style-position: outside;
  padding: 0 7px;
}

.threeColumn .middle .tabs li
{
  font-size: 12px;
  padding: 0 5px;
}

.threeColumn .middle .tabs li.ui-first,
.tabs li.ui-first
{
  padding-left: 0;
}


.threeColumn .middle .tabs li.ui-last,
.tabs li.ui-last
{
  border-right: 0;
  padding-right: 0;
}

.tabs a.ui-link
{
  color: #6d6e70;
}

.tabs a.ui-current
{
  color: #0f66a0;
}

.tabPanes
{
  border-top: 5px solid #0f66a0;
  float: left;
  margin-top: 5px;
}

.tabContainer { clear:both; display: block;}

.media-col.physician .tabs a.ui-current
{
  color:#844242;
}

.media-col.physician  .tabPanes
{
  border-top: 5px solid #844242;
  margin-top: 5px;
}

.media-col.specialties .tabs a.ui-current
{
  color:#407f6e;
}

.media-col.specialties  .tabPanes
{
  border-top: 5px solid #6d6e70;
  margin-top: 5px;
}

.map-tab .tabs a.ui-current {
  color: #407F6E;
}

.map-tab .tabPanes {
  border-top: 5px solid #6D6E70;
  margin-top: 5px;
}

a.button {
  background-color: #3a7565;
  text-transform:uppercase;
  color:#fff !important;
}

.orangeHeadline
{
  border-bottom: 5px solid #F6921E;
  color: #F6921E;
  font-weight: bold;
  line-height: 27px;
  padding-bottom: 5px;
}

.lightBlueHeadline
{
  border-bottom: 5px solid #a8ccdf;
  color: #a8ccdf;
  font-weight: bold;
  line-height: 27px;
  padding-bottom: 5px;
}

.brownHeadline
{
  border-bottom: 5px solid #9a8479;
  color: #9a8479;
  font-weight: bold;
  line-height: 27px;
  padding-bottom: 5px;
}

.blueHeadline
{
  border-bottom: 5px solid #0f66a0;
  color: #0f66a0;
  font-weight: bold;
  line-height: 27px;
  padding-bottom: 5px;
}

.grayHeadline
{
  border-bottom: 5px solid #6c6d6f;
  color: #6c6d6f;
  font-weight: bold;
  line-height: 27px;
  padding-bottom: 5px;
  text-transform:uppercase;
  font-size:14px;
  padding-top:0;
  margin-top:0;
}

/*  End Tabs    */

.serviceLinks{
  list-style-type: none;
  width: auto;
  margin:0;
  padding:0;
}

.serviceLinks li{
  color:#fff;
  font-size: 18px;
  font-weight: bold;
  height: 70.5px;
  line-height: 70.5px;
  text-align: center;
  width: auto;
}

.serviceLinks li a{
  color:#fff;
}

.serviceLinks li.orangeBG{
  margin-bottom: 5px;
}

.serviceLinks li.lightBlueBG{
  margin-bottom: 4px;
}

.serviceLinks li.brownBG{
  margin-bottom: 5px;
}

.serviceLinks li.blueBG{
}


.orangeBG{
  background: #f6921e;
}

.lightBlueBG{
  background: #a8ccdf;
}

.brownBG{
  background: #9a8479;
}

.blueBG{
  background: #0f66a0;
}

.burgandyBG{
  background: #844040;
}

.aquaBG{
  background: #73a9a7;
}

.darkBlueBG{
  background: #13506c;
}

/* side menu */

.sidemenu {
  padding:10px 0px 10px 0;
  margin-left:-15px;
}

.sidemenu h4{
  font-family:  Arial;
  color:#186852;
  display:block;
  text-align: left;
  text-transform: uppercase;
  background: none;
  padding:10px 10px 10px 15px;
  border-left:7px solid #186852;
}
.sidemenu h4 a {
  color:inherit;
}

.sidemenu ul{
  margin:0;
  padding:0;
}

.sidemenu > ul{
  margin-left:10px;
}

.sidemenu ul li{
  list-style:none;
  margin:15px 0 15px 10px;
}

.sidemenu ul li a {
  color:#404051;
  font-size:15px;
}

.sidemenu ul li ul li {
  list-style: disc outside none;
  margin:7px 5px 5px 25px;
}
.sidemenu ul li ul li a {

  font-size:13px;
}

.sidemenu ul li.current-menu-item > a {
  color:#186852;
  font-weight: bold;
}


/* EOF side menu */


/* main layout */

.coldivider {
  border-left:1px dashed #A8ABB9;
  margin-top:20px;
}
.coldivider .content-area{
  margin-left: 10px;
}

@media (max-width: 992px) {
  .coldivider {
    background: none;

  }

}


.section_header {
  font-family:  Arial;
  color:#fff;
  font-size:26.5px;
  background-color: #186852;
  min-height:70px;
  line-height: 28px;

}
.section_header > span{
  padding:15px 17px !important;
  display:block;
  width:46%;
}

.section_img{
  border-left:5px solid #fff;
  display:block;
  width:54%;
}

.pagegrey .sidemenu h4 {
  border-color: #6D6E70;
}

.pagegrey .sidemenu ul li.current-menu-item > a, .pagegrey .sidemenu h4 {
  color: #6D6E70;
}

.pagegrey .section_header {
  background-color: #6D6E70;
}

.pagegrey .current-menu-item a {
  color: #6D6E70 !important;
}

.pageblue .sidemenu h4 {
  border-color: #13506C;
}

.pageblue .sidemenu ul li.current-menu-item > a, .pageblue .sidemenu h4 {
  color: #13506C;
}

.pageblue .section_header {
  background-color: #13506C;
}

.pageblue .current-menu-item a {
  color: #13506C !important;
}



.pagered .sidemenu h4 {
  border-color: #7D3434;
}

.pagered .sidemenu ul li.current-menu-item > a, .pagered .sidemenu h4 {
  color: #7D3434;
}

.pagered .section_header {
  border-color: #7D3434;
}

.pagered .current-menu-item a {
  color: #7D3434 !important;
}



.pageyellow .sidemenu h4 {
  border-color: #F6921E ;
}

.pageyellow .sidemenu ul li.current-menu-item > a, .pageyellow .sidemenu h4  {
  color: #F6921E;
}

.pageyellow .section_header {
  border-color: #F6921E;
}

.pageyellow .current-menu-item a {
  color: #F6921E !important;
}


.entry-content{
  margin-top:20px;
}

.entry-content p {
  line-height: 28px;
  padding: 10px 0;
}

.site-content{
  margin-bottom:0px;
}

.entry-content ul { padding: 10px 30px; list-style-type: disc; list-style-position: inside;  }

.entry-content .socialLinks li { line-height: 0px; }

.entry-content li { line-height: 30px; }

.entry-content ul ul, .entry-content ol ul {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 15px;
}

img.left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #CECECE;
  padding: 3px;
}

img.right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  border: 1px solid #CECECE;
  padding: 3px;
}

ul.thumbs  {
  padding: 10px 0px;
}

.thumbs li.sfimagesTmb {
  float: left;
  list-style: outside none none;
  padding-left: 10px;
}

.appointment {
  background: #E6E7E8 none repeat scroll 0% 0%;
  border-radius: 10px;
  margin: 15px auto 0px;
  width: 285px;
  padding: 8px 8px 20px;
  text-align: center;
  float: right;
}

/* EOF main layout */

.site-footer{
  text-align: center;
  background: #F0F0F1;
  color: #808184;
  clear: both;
  padding: 50px 0 20px 0;
}
.footer-menu {
  padding:10px 0;
  text-transform: uppercase;
}
.footer-menu ul, .topmenu ul{
  font-size:0;
  padding:0;
  margin:0;
}
.footer-menu ul{
  position: relative;
  text-align: justify;
}
.footer-menu ul:after {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 0;
  line-height: 0;
  content: '';
}


.footer-menu li.link-home{
  display:none;
}
.footer-menu ul li{
  display: inline-block;
  float:none;
  list-style:none;
  overflow:hidden;
  margin:0;
  padding:0;
  font-size: 18px;
  color:#020005;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
.footer-menu ul li{
  display: inline-block;
}
.footer-menu ul li a, .topmenu ul li a{
  padding: 0 8px;
  color:#020005;
}

.footer-menu li.mlast a, .topmenu ul li.mlast a{
  padding-right:0;
}

.footer-menu-quick{
  margin-top:40px;
}

@media (max-width: 992px) {
  .footer-menu ul{
    text-align: center;
  }
  .footer-menu-quick{
    display:none;
  }
}

.footer-menu-quick .col1{
  font-size: 17px;
  color:#020005;
  font-weight: 600;
  text-align: left;
}

.footer-menu-quick ul{
  position: relative;
  text-align: justify;
  text-align-last: justify;
  margin:0;
  padding:0;
}
.footer-menu-quick ul:after {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 0;
  line-height: 0;
  content: '';
}
.footer-menu-quick ul li{
  display: inline-block;
  float:none;
  list-style:none;
  overflow:hidden;
  margin:0;
  padding:0;
  font-size: 17px;
  color:#020005;
}
.footer-menu-quick ul li{
  display: inline-block;
}
.footer-menu-quick ul li a{
  padding: 0 8px;
  color:#020005;
  text-transform: uppercase;
}

.footer-copy {
  line-height: 24px;
  margin: 20px 0px 0px;
  font-size:13px;
  color:#666666;
}
.footer-copy a {
  color:#666666;
  text-decoration: underline;
}

.footer-socials{
  margin-top:40px;
  text-align: center;
}
.footer-socials a {
  display: inline-block;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top;
  background-color: #666666;
  color:#fff;
  border-radius: 50%;
  padding:10px;
}

.footer-socials a:not(:last-child){
  margin-right:15px;
}

/**************************
        Specialty Styles
**************************/

.specialties{
  height:310px;
  width:100%;
  padding:0;
  margin-bottom:0px;
  box-sizing: content-box;
}

.specialties.general {background:url(../img/general-ortho-new.jpg) no-repeat;}
.specialties.hand {background:url(../img/hand.jpg) no-repeat;}
.specialties.foot {background:url(../img/foot.jpg) no-repeat;}
.specialties.sports-medicine {background:url(../img/sports-medicine.jpg) no-repeat;}
.specialties.spine {background:url(../img/spine.jpg) no-repeat;}
.specialties.physical-medicine {background:url(../img/physical-medicine.jpg) no-repeat;}
.specialties.therapy {background:url(../img/therapy.jpg) no-repeat;}
.specialties.imaging {background:url(../img/imaging-center.jpg) no-repeat;}
.specialties.surgery {background:url(../img/surgery-center.jpg) no-repeat;}
.specialties.work-comp {background:url(../img/work-comp-new2.jpg) no-repeat;}
.specialties.hand-therapy {background:url(../img/hand-therapy.jpg) no-repeat;}
.specialties.industrial-rehab {background:url(../img/industrial-rehab.jpg) no-repeat;}
.specialties.physical-therapy {background:url(../img/physical-therapy.jpg) no-repeat;}
.specialties.joint-replacement {background:url(../img/joint-replacement.jpg) no-repeat;}
.specialties.joint-preservation {background:url(../img/Knee-Pain-Joint-Preservation.jpg) no-repeat;}
.specialties.hip-replacement {background:url(../img/hip-replacement.jpg) no-repeat;}
.specialties.knee-replacement {background:url(../img/knee-replacement.jpg) no-repeat;}
.specialties.shoulder-replacement {background:url(../img/shoulder-replacement.jpg) no-repeat;}
.specialties.ankle-replacement {background:url(../img/ankle-replacement.jpg) no-repeat;}
.specialties.chiropractic {background:url(../img/chiropractic_new.jpg) no-repeat;}
.specialties.arthroscopic-surgery {background:url(../img/arthroscopic-surgery.jpg) no-repeat;}
.specialties.osteoporosis {background:url(../img/Bone-Wellness-Program.jpg) no-repeat;}

.specialties{
  background-size: cover  !important;
}

.specialties .intro h1
{
  color:#FFFFFF;
  font-size:26px;
  font-weight: bold;
  margin:0;
  padding:0;
}

.specialties .intro
{
  background-color:#6d6e70;
  opacity:0.9;
  filter:alpha(opacity=90); /* For IE8 and earlier */
  color:#FFFFFF;
  font-size:13px;
  margin-top:35px;
  min-height:170px;
  padding:25px;
  width:530px!important;
  box-sizing: content-box;
}

.specialties .intro p
{
  line-height:normal;
  margin:13px 0;
}


.specialties.general .intro{ background-color:#195E47; min-height: inherit; }
.specialties.hand .intro{ background-color:#8C2633;}
.specialties.foot .intro{ background-color:#006990;}
.specialties.sports-medicine .intro{ background-color:#3d5c57;}
.specialties.spine .intro{ background-color:#141654;}
.specialties.physical-medicine .intro{ background-color:#605677;}
.specialties.therapy .intro,
.specialties.hand-therapy .intro,
.specialties.industrial-rehab .intro,
.specialties.physical-therapy .intro { background-color:#605677;}
.specialties.imaging .intro{ background-color:#809dbc;}
.specialties.surgery .intro{ background-color:#195E47;}
.specialties.work-comp .intro{ background-color:#195E47; width:330px!important; min-height: inherit; }
.specialties.joint-replacement .intro{ background-color:#f6921e;}
.specialties.joint-preservation {background:url(../img/Knee-Pain-Joint-Preservation.jpg) no-repeat;}
.specialties.joint-injections {background:url(../img/Knee-Pain-Joint-Preservation.jpg) no-repeat;}
.specialties.stem-cell-therapy {background:url(../img/Orthopedic-Stem-Cell-Therapy-Test-Tubes.jpg) no-repeat;}
.specialties.prp-injections {background:url(../img/Centrifuge-PRP-Therapy.jpg) no-repeat;}
.specialties.hip-replacement  .intro { background-color:#f6921e;}
.specialties.knee-replacement  .intro { background-color:#f6921e;}
.specialties.shoulder-replacement .intro { background-color:#f6921e;}
.specialties.ankle-replacement .intro { background-color:#f6921e;}
.specialties.chiropractic .intro{background-color:#112151; min-height: inherit; width:330px!important;}
.specialties.arthroscopic-surgery .intro{background-color:#598787; width:330px!important;}
.specialties.osteoporosis .intro{background-color:#3d5c57; width:370px!important;}


@media (max-width: 768px) {
  .specialties{
    height:auto;
  }
  .specialties .intro.smfull{
    width: auto !important;
  }
}
/* main menu */

.row-menu-bar{
  margin-bottom:30px;
}
.row-menu-bar .logo{
  width:343px;
}
@media (max-width: 990px) {
  /* Put a white BG on logo when at tablet and smaller sizes */
  .row-menu-bar .logo{
    background-color: rgba(255,255,255,0.6);
    padding: 8px 8px 15px 8px;
  }
}
@media (max-width: 360px) {
  .row-menu-bar .logo{
    width:100%;
  }
}
.site_menu{
  background: none;
  margin: 30px 0 0;
  width: auto;
  padding: 0;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index:999;
  position:relative;
}

.site_menu li.link-home{
  text-indent: -999px;
  background:transparent url(../img/ico_home.png) no-repeat top left;
  width:35px;
  height:22px;
}
.site_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.site_menu ul:after,
.site_menu:after {
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

.site_menu ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
.site_menu ul li a {
  text-decoration: none;
  display: block;
  margin: 0;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/* START dropdown menu */

.site_menu ul li ul {
  position: absolute;
  left: -9999px;
  top: auto;
  border: 1px solid #fff;
}
.site_menu ul li ul li {
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  background: #ffffff;
}
.site_menu ul li ul li.has-sub:after {
  display: block;
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #52B99E;
  z-index: 1;
  top: 13px;
  right: 15px;
}
.site_menu.align-right ul li ul li.has-sub:after {
  right: auto;
  left: 15px;
}
.site_menu ul li ul li.has-sub:before {
  display: block;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-left-color: #fff;
  z-index: 2;
  top: 15px;
  right: 15px;
}
.site_menu.align-right ul li ul li.has-sub:before {
  right: auto;
  left: 15px;
  border-left-color: transparent;
  border-right-color: #52B99E;
}
.site_menu ul li ul li a {
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  display: block;
  width: 250px;
  padding: 11px 10px 11px 11px;
  border-bottom:1px solid #fafafa;
}
.site_menu ul li ul li:last-child a {
  border-bottom:1px solid #fff;
}
.site_menu ul li ul li:hover > a,
.site_menu ul li ul li.active > a {
  color: #808184;
}
.site_menu ul li ul li:hover:after,
.site_menu ul li ul li.active:after {
  background: #808184;
}
.site_menu ul li ul li:hover > ul {
  left: 100%;
  top: 0;
}
.site_menu ul li ul li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
.site_menu > ul > li {
  float: left;
}
.site_menu.align-center > ul > li {
  float: none;
  display: inline-block;
}
.site_menu.align-center > ul {
  text-align: center;
}
.site_menu.align-center ul ul {
  text-align: left;
}
.site_menu.align-right > ul {
  float: right;
}
.site_menu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
.site_menu.align-right ul ul li:hover > ul {
  right: 100%;
  left: auto;
}
.site_menu.align-right ul ul li a {
  text-align: right;
}
.site_menu > ul > li:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
/*
.site_menu > ul > li.has-sub > a {
padding-right: 40px;
}
.site_menu > ul > li.has-sub > a:after {
 display: block;
 content: '';
 background: #ffffff;
 height: 12px;
 width: 12px;
 position: absolute;
 border-radius: 13px;
 right: 14px;
 top: 2px;
}
.site_menu > ul > li.has-sub > a:before {
 display: block;
 content: '';
 border: 4px solid transparent;
 border-top-color: #808184;
 z-index: 2;
 height: 0;
 width: 0;
 position: absolute;
 right: 16px;
 top: 6px;
}
*/
.site_menu > ul > li > a {
  padding: 1px 10px;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-size: 18px;
  z-index: 2;
  position: relative;
  color:#00533C;
}
.site_menu > ul > li.mlast > a, .site_menu > ul > li:last-child > a {
  border:none;
}
.site_menu > ul > li:hover:after,
.site_menu > ul > li.active:after {
  height: 100%;
}
.site_menu > ul > li:hover > a,
.site_menu > ul > li.active > a {
  color: #52B99E;
}
.site_menu > ul > li:hover > a:after,
.site_menu > ul > li.active > a:after {
  background: #000000;
}
.site_menu > ul > li:hover > a:before,
.site_menu > ul > li.active > a:before {
  border-top-color: #ffffff;
}
.site_menu > ul > li:hover > ul {
  left: 0;
}
.site_menu > ul > li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
.site_menu #menu-button {
  display: none;
}
.site_menu > ul > li > a {
  display: block;
}
.site_menu > ul > li {
  width: auto;
}
.site_menu > ul > li > ul {
  width: 251px;
  display: block;
}
.site_menu > ul > li > ul > li {
  width: 249px;
  display: block;
}



@media all and (max-width: 990px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  .site_menu{
    position:static;
  }
  .site_menu > ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease-out;
    -moz-transition: max-height 0.35s ease-out;
    -ms-transition: max-height 0.35s ease-out;
    -o-transition: max-height 0.35s ease-out;
    transition: max-height 0.35s ease-out;
    position:absolute;
    left:0;
    top:85px;
    z-index:9999;
    background-color: #fff;
  }
  .site_menu > ul > li > ul {
    width: 100%;
    display: block;
  }
  .site_menu.align-right ul li a {
    text-align: left;
  }
  .site_menu > ul > li > ul > li {
    width: 100%;
    display: block;
  }
  .site_menu.align-right ul ul li a {
    text-align: left;
  }
  .site_menu > ul > li > ul > li > a {
    width: 100%;
    display: block;
  }
  .site_menu ul li ul li a {
    width: 100%;
  }
  .site_menu.align-center > ul {
    text-align: left;
  }
  .site_menu.align-center > ul > li {
    display: block;
  }
  .site_menu > ul.open {
    max-height: 9000px;
    border-top: 1px solid rgba(110, 110, 110, 0.25);
  }
  .site_menu ul {
    width: 100%;
  }
  .site_menu ul > li {
    float: none;
    width: 100%;
  }
  .site_menu ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
  }
  .site_menu ul > li:after {
    display: none;
  }
  .site_menu ul li.has-sub > a:after,
  .site_menu ul li.has-sub > a:before,
  .site_menu ul li ul li.has-sub:after,
  .site_menu ul li ul li.has-sub:before {
    display: none;
  }
  .site_menu ul li ul,
  .site_menu ul li ul li ul,
  .site_menu ul li ul li:hover > ul,
  .site_menu.align-right ul li ul,
  .site_menu.align-right ul li ul li ul,
  .site_menu.align-right ul li ul li:hover > ul {
    left: 0;
    position: relative;
    right: auto;
  }
  .site_menu ul li ul li,
  .site_menu ul li:hover > ul > li {
    max-height: 999px;
    position: relative;
    background: #fff;
  }
  .site_menu ul li ul li a {
    padding: 8px 20px 8px 35px;
    color: #407F6E;
  }
  .site_menu ul li ul ul li a {
    padding: 8px 20px 8px 50px;
  }
  .site_menu ul li ul li:hover > a {
    color: #000000;
  }
  .site_menu #menu-button {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 60px;
    padding: 28px 5px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #407F6E;
    cursor: pointer;
    background-color: #fff;
    position:relative;
    float:right;
  }
  .site_menu #menu-button:after {
    display: block;
    content: '';
    position: absolute;
    height: 28px;
    width: 40px;
    border-top: 4px solid #00533C;
    border-bottom: 4px solid #00533C;
    right: 9px;
    top: 15px;
  }
  .site_menu #menu-button:before {
    display: block;
    content: '';
    position: absolute;
    height: 7px;
    width: 40px;
    border-top: 4px solid #00533C;
    right: 9px;
    top: 27px;
  }
}


/* EOF dropdown menu */

/* YOUTUBE */


#videos
{
  background: none repeat scroll 0 0 #f0f0f1;
  border: 1px solid #E3E3E3;
  display: block;
  float: left;
  padding: 5px;
  width: 98%;
}

#videos .ytVideoPlayer
{
  float: left;
  width: 53%;
  height: 240px;
}

#videos .ytPlayList
{
  float: right;
  height: 240px;
  overflow: auto;
  width: 47%;
}

@media (max-width: 990px) {
  #videos .ytVideoPlayer, #videos .ytPlayList{
    float: none;
    width: 100%;

  }

  #videos .ytPlayList{
    margin-top:15px;
  }
}

#videos .ytPlayList ul
{
  float: left;
  height: 240px;
  margin: 0;
  overflow: auto;
  padding: 0;
  width: 100%;
}

#videos .ytPlayList li
{
  clear:both;
  float:left;
  font-size:12px;
  list-style-type:none;
  margin:0;
  padding:0 0 10px 14px;
}

#videos .ytPlayList .currentVideo
{
  background: #f7f7f7;
}

#videos .ytPlayList img
{
}

.ytListImage
{
  float: left;
  height: 90px;
  width:40%;
}

.youtubelist
{
  height:171px;
  overflow:auto;
  width:100%;
}

.ytListTitle
{
  display:inline-block;
  line-height: normal;
  padding: 5px 5px 0 5px;
  width: 60%;
  cursor:pointer;
}

.ytListDescription
{
  display: inline-block;
  line-height: normal;
  padding: 0 5px 5px 5px;
  width: 60%;
}

.ytListTitle a
{
  color:#7e7274;
  font-weight:bold;
}

.yt_holder {
  background: #FAF7F3;
  padding: 5px;
  float: left;
  border: 1px solid #e3e3e3;
  width:100%;
}


.yt_holder ul {
  float: left;
  margin-top: 10px !important;
  padding: 0 !important;
  width: 100%;
}

.yt_holder ul li {
  list-style-type: none;
  display:block;
  background: #FAF7F3;
  float: left;
  width: 520px;
  margin-bottom: 5px;
  padding:2px 0 2px 0;

}

.yt_holder ul li img {
  float: left;
  margin-right: 5px;
  border: 1px solid #999;
  width: 75px !important;
}

.yt_holder ul li a {
  text-decoration: none;
  display: block;
  color: #000;
  line-height:14px;
}

.yt_holder .currentvideo {
  background: #efe4d4;
}

.physicianContainer .ytPlayList
{
  width: 50%;
}

.physicianContainer .ytListTitle
{
  width: 56%;
}

.physicianContainer .ytListDescription
{
  width: 56%;
}


/* youtube wide css */


#youtube-video-wide
{
  background: none repeat scroll 0 0 #f0f0f1;
  border: 1px solid #E3E3E3;
  clear: both;
  padding: 5px;
  width: 100%;
}

#youtube-video-wide .ytVideoPlayer
{
  display: inline-block;
  margin-right: 10px;
  width: 100%;
}

#youtube-video-wide .ytPlayList
{
  display: inline-block;
  height: 171px;
  overflow: auto;
  width: 100%;
}

#youtube-video-wide .ytPlayList ul
{
  height: 171px;
  margin: 0;
  overflow: auto;
  padding: 0;
  width: 100%;
}

#youtube-video-wide .ytPlayList li
{
  clear:both;
  display:block;
  font-size:14px;
  /*height:90px;*/
  line-height:normal;
  list-style-type:none;
  margin:0;
  padding:0;
  float:left;
  margin-bottom:10px;
}

#youtube-video-wide .ytPlayList .currentVideo
{
  background-color: #f7f7f7;
}

#youtube-video-wide .ytPlayList img
{
  border: 0;
  float: left;
  padding-right: 5px;
  width: 99%;
}

#youtube-video-wide .ytListTitle
{
  float:right;
  font-size: 10px;
  width: 60%;
  padding:0;
}

#youtube-video-wide .ytListDescription
{
  float:right;
  font-size: 10px;
  width: 60%;
  padding:0;
}

/* total care */

#total-care-areas
{
  background-image: url(../img/total-care-body.gif);
  height:465px;
  padding: 0;
  position:relative;
  width:305px;
  margin:0 auto;
}

#total-care-areas li
{
  background:#8bafa2;
  opacity: 0.8;
  font-size:12px;
  display: block;
  font-weight:bold;
  list-style: none;
  margin: 0 !important;
  position: absolute;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  -ms-transition: color 1s ease;
  -o-transition: color 1s ease;
  transition: color 1s ease;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -ms-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
  text-align: center;
  background: url(../img/hotspot.png)\9; /*IE7 and below */
  _background: url(../imgs/hotspot.gif); /* IE6 */
  height: 48px\9;
  width:48px\9;
  box-sizing: content-box;
}

#total-care-areas li:hover
{
  background:#f6921e;
  background: url(../img/hotspot-hover.png)\9; /*IE7 and below */
  _background: url(../imghotspot-hover.gif); /* IE6 */
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  -ms-transition: color 1s ease;
  -o-transition: color 1s ease;
  transition: color 1s ease;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -ms-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}

#total-care-areas a
{
  color: #15394b;
  box-sizing: content-box;
}

#total-care-areas a:hover
{
  color: #FFFFFF;
}

#total-care-areas .neck {left: 196px; top: 50px; z-index: 10;}
#total-care-areas li.neck {height:28px;padding-top: 12px;width:40px;height: 36px\9;width:48px\9;}

#total-care-areas .shoulder {left: 196px; top: 78px; z-index: 9;}
#total-care-areas li.shoulder {height:38px;padding-top: 22px;width:60px;height: 26px\9;width:48px\9;}

#total-care-areas .elbow {left: 222px; top: 140px; z-index: 9;}
#total-care-areas li.elbow {height:28px;padding-top: 12px;width:40px;height: 36px\9;width:48px\9;}

#total-care-areas .spine {left: 145px; top: 140px; z-index: 9;}
#total-care-areas li.spine {height:33px;padding-top: 17px;width:50px;height: 31px\9;width:48px\9;}

#total-care-areas .hand {left: 90px; top: 160px; z-index: 9;}
#total-care-areas li.hand {height:40px;padding-top: 10px;width:50px;height: 38px\9;width:48px\9;}

#total-care-areas .hip {left: 130px; top: 190px; z-index: 9;}
#total-care-areas li.hip {height:33px;padding-top: 17px;width:50px;height: 31px\9;width:48px\9;}

#total-care-areas .knee {left: 230px; top: 240px; z-index: 9;}
#total-care-areas li.knee {height:28px;padding-top: 12px;width:40px;height: 36px\9;width:48px\9;}

#total-care-areas .foot {left: 15px; top: 390px; z-index: 9;}
#total-care-areas li.foot {height:40px;padding-top: 10px;width:50px;height: 38px\9;width:48px\9;}

#flickrImages{
  list-style-type: none;
}

#flickrImages li{
  float: left;
}

#flickrImages img{
  border: 2px solid #6D6E70;
  margin: 2px 2px 0px 2px;
}


.helvetica{
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight:bold;
  font-size:20px;
}


ul.flickrlist { list-style-type: none; padding: 10px !important; }

.flickrlist li { background: url(../img/flickr.png) left center no-repeat; padding-left: 25px; }

ul.youtubeList{ list-style-type: none; padding: 10px !important; }

.youtubeList li { background: url(../img/youtube.png) left center no-repeat; padding-left: 25px; }

.divider { background: url(../img/divider.jpg) center no-repeat; clear:both; display:block; height:30px; }

a.btn {
  text-decoration: none !important;
}

.vertical-align {
  display: flex;
  align-items: center;
  vertical-align: middle;
}


.media{
  background-color: #F0F0F1;
  padding: 5px;
  border: 1px solid #E3E3E3;
  margin-top: 10px;
}

.links a {
  color: #0F66A1;
}

.landingContent {
  color: #FFF;
  height: 296px;
  line-height: 20px;
  padding: 15px 52px 0;
  width: 100%;
}

.landingContent .headline {
  border-bottom: 1px solid #FFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}
.landingContent p {
  padding:10px 0;
}

.orange {
  background-color: #F6921E;
}
.lightBlue {
  background-color: #A8CCDF;
}

.brown {
  background-color: #9A8479;
}

.ortho_now {
  background-color: #0D5C91;
  padding: 26px 40px;
  color: #FFF;
}

/*/  News /*/

.sfnewsList ul, .sfpostsList { list-style-type: none; }

.sfpostsList { padding: 10px 0px !important; }

.sfnewsListItem { border-bottom: 15px solid #f0f0f1; display:block; padding: 5px 0px; }

.sfnewsTitle a { color: #407F6E; font-size: 14px; padding: 5px 0; }

.sfnewsMetaInfo { color: #808184; font-size: 12px; font-style: oblique; font-weight: normal; }

.sfnewsAuthorAndDate { color: #f1f1f1f; padding: 10px 0; font-size: 12px; font-style: oblique; }

.sfnewsSummary { padding: 5px 0; font-size: 14px; font-style: oblique; }

.RadSocialShare_Default { border: none; }

.sshContent { padding: 0 !important; display:none !important; }

/*/  Blog /*/

.sfpostsList ul, .sfpostsList { list-style-type: none; }

.sfpostsList { padding: 10px 0px !important; }

.sfpostListItem, .listing-item { border-bottom: 15px solid #f0f0f1; display:block; padding: 5px 0px; line-height: normal !important; }

.sfpostTitle a { color: #407F6E; font-size: 14px; padding: 5px 0; }

.sfpostMetaInfo { color: #808184; font-size: 12px; font-style: oblique; font-weight: normal; }

.sfpostAuthorAndDate { color: #f1f1f1f; padding: 10px 0; font-size: 12px; font-style: oblique; }

.sfpostSummary { padding: 5px 0; font-size: 14px; font-style: oblique; }

.RadSocialShare_Default { border: none; }

.sshContent { padding: 0 !important; }

.sfpostContent img {padding:10px;}

.pane .sfpostListItem, .listing-item{
  border:none;
}

.pane  h2.sfpostTitle{
  font-weight: normal;
  line-height:normal;
  font-size: 14px;
  margin:0;
}

.pagegrey .tabPanes {
  border-top: 5px solid #6D6E70;
  margin-top: 5px;
}


/*
 * Default Layout Theme
 *
 * Created for jquery.layout
 *
 */



.ui-layout-pane { /* all 'panes' */
  background:	#FFF;
  border:		1px solid #BBB;
  /* DO NOT add scrolling (or padding) to 'panes' that have a content-div,
     otherwise you may get double-scrollbars - on the pane AND on the content-div
  */
  font-size: 14px;
  padding:	10px;
  overflow:	auto;
}
/* (scrolling) content-div inside pane allows for fixed header(s) and/or footer(s) */
.ui-layout-content {
  padding:	10px;
  position:	relative; /* contain floated or positioned elements */
  overflow:	auto; /* add scrolling to content-div */
}


.ui-layout-resizer	{ /* all 'resizer-bars' */
  background:		#DDD;
  border:			1px solid #BBB;
  border-width:	0;
}
.ui-layout-resizer-drag {		/* REAL resizer while resize in progress */
}
.ui-layout-resizer-hover	{	/* affects both open and closed states */
}
/* NOTE: It looks best when 'hover' and 'dragging' are set to the same color,
        otherwise color shifts while dragging when bar can't keep up with mouse */
.ui-layout-resizer-open-hover ,	/* hover-color to 'resize' */
.ui-layout-resizer-dragging {	/* resizer beging 'dragging' */
  background: #C4E1A4;
}
.ui-layout-resizer-dragging {	/* CLONED resizer being dragged */
  border-left:  1px solid #BBB;
  border-right: 1px solid #BBB;
}
/* NOTE: Add a 'dragging-limit' color to provide visual feedback when resizer hits min/max size limits */
.ui-layout-resizer-dragging-limit {	/* CLONED resizer at min or max size-limit */
  background: #E1A4A4; /* red */
}

.ui-layout-resizer-closed-hover	{ /* hover-color to 'slide open' */
  background: #CCC;
}
.ui-layout-resizer-sliding {	/* resizer when pane is 'slid open' */
  opacity: .10; /* show only a slight shadow */
  filter:  alpha(opacity=10);
}
.ui-layout-resizer-sliding-hover {	/* sliding resizer - hover */
  opacity: 1.00; /* on-hover, show the resizer-bar normally */
  filter:  alpha(opacity=100);
}
/* sliding resizer - add 'outside-border' to resizer on-hover
 * this sample illustrates how to target specific panes and states */
.ui-layout-resizer-north-sliding-hover	{ border-bottom-width:	1px; }
.ui-layout-resizer-south-sliding-hover	{ border-top-width:		1px; }
.ui-layout-resizer-west-sliding-hover	{ border-right-width:	1px; }
.ui-layout-resizer-east-sliding-hover	{ border-left-width:	1px; }

/*
 *	TOGGLER-BUTTONS
 */
.ui-layout-toggler {
  border: 1px solid #BBB; /* match pane-border */
  background-color: #BBB;
}
.ui-layout-resizer-hover .ui-layout-toggler {
  opacity: .60;
  filter:  alpha(opacity=60);
}
.ui-layout-toggler-hover , /* need when NOT resizable */
.ui-layout-resizer-hover .ui-layout-toggler-hover { /* need specificity when IS resizable */
  background-color: #999;
  opacity: 1.00;
  filter:  alpha(opacity=100);
}
.ui-layout-toggler-north ,
.ui-layout-toggler-south {
  border-width: 0 1px; /* left/right borders */
}
.ui-layout-toggler-west ,
.ui-layout-toggler-east {
  border-width: 1px 0; /* top/bottom borders */
}
/* hide the toggler-button when the pane is 'slid open' */
.ui-layout-resizer-sliding  ui-layout-toggler {
  display: none;
}

.ui-layout-toggler .content {
  color:			#666;
  font-size:		12px;
  font-weight:	bold;
  width:			100%;
  padding-bottom:	0.35ex; /* to 'vertically center' text inside text-span */
}

/* sitefinity old styles */

.sf_cols{width:100%;margin:0;padding:0}
.sf_cols:before,.sf_cols:after{content:"";display:table}
.sf_cols:after{clear:both}
.sf_cols{zoom:1}
.sf_colsOut+.sf_colsOut{*margin-left:-1px!important}
.sf_block{display:block}
.sf_1col_1_100{float:none;margin:0}
.sf_2cols_1_25{float:left;width:25%;margin:0}
.sf_2cols_2_75{float:right;width:75%;margin:0}
.sf_2cols_2_75 .sf_2cols_2in_75{margin-left:12px}
.sf_2cols_1_33{float:left;width:33%;margin:0}
.sf_2cols_2_67{float:right;width:67%;margin:0}
.sf_2cols_2_67 .sf_2cols_2in_67{margin-left:12px}
.sf_2cols_1_50{float:left;width:50%;margin:0}
.sf_2cols_2_50{float:right;width:50%;margin:0}
.sf_2cols_2_50 .sf_2cols_2in_50{margin-left:12px}
.sf_2cols_1_67{float:left;width:67%;margin:0}
.sf_2cols_2_33{float:right;width:33%;margin:0}
.sf_2cols_2_33 .sf_2cols_2in_33{margin-left:12px}
.sf_2cols_1_75{float:left;width:75%;margin:0}
.sf_2cols_2_25{float:right;width:25%;margin:0}
.sf_2cols_2_25 .sf_2cols_2in_25{margin-left:12px}
.sf_3cols_1_33{float:left;width:33%;margin:0}
.sf_3cols_2_34{float:left;width:34%;margin:0}
.sf_3cols_3_33{float:left;width:33%;margin:0;_margin-left:-1px!important}
.sf_3cols_2_34 .sf_3cols_2in_34,.sf_3cols_3_33 .sf_3cols_3in_33{margin-left:12px}
.sf_3cols_1_25{float:left;width:25%;margin:0}
.sf_3cols_2_50{float:left;width:50%;margin:0}
.sf_3cols_3_25{float:left;width:25%;margin:0;_margin-left:-1px!important}
.sf_3cols_2_50 .sf_3cols_2in_50,.sf_3cols_3_25 .sf_3cols_3in_25{margin-left:12px}
.sf_4cols_1_25,.sf_4cols_2_25,.sf_4cols_3_25,.sf_4cols_4_25{float:left;width:25%;margin:0}
.sf_4cols_4_25{_margin-left:-1px!important}
.sf_4cols_2_25 .sf_4cols_2in_25,.sf_4cols_3_25 .sf_4cols_3in_25,.sf_4cols_4_25 .sf_4cols_4in_25{margin-left:12px}
.sf_5cols_1_20,.sf_5cols_2_20,.sf_5cols_3_20,.sf_5cols_4_20,.sf_5cols_5_20{float:left;width:20%;margin:0}
.sf_5cols_5_20{_margin-left:-1px!important}
.sf_5cols_2_20 .sf_5cols_2in_20,.sf_5cols_3_20 .sf_5cols_3in_20,.sf_5cols_4_20 .sf_5cols_4in_20,.sf_5cols_5_20 .sf_5cols_5in_20{margin-left:12px}


/* START Telerik.Web.UI.Skins.SocialShare.css */
.sshContent{margin:0;padding:0;list-style:none}.sshListItem{display:inline-block;vertical-align:middle;*display:inline;zoom:1;padding:1px}* html .sshListItem{padding:1px 3px}.sshLinkItem{text-decoration:none}.sshLinkItem .sshIcon,.sshLinkItem .sshText,.sshLinkItem .sshCustomIcon{vertical-align:middle}.sshLinkItem .sshCustomIcon{display:inline-block;*display:inline;zoom:1;background-repeat:no-repeat;background-position:center center}.sshIcon{width:16px;height:16px;margin:0 3px 0 0;display:inline-block;*display:inline;zoom:1;background-image:url('../img/socialshare.png');background-repeat:no-repeat}* html .sshIcon{background-image:url('../img/socialshare.png')}.sshLinkItem .sshBlogger{background-position:0 0}.sshLinkItem:hover .sshBlogger{background-position:0 -20px}.sshLinkItem .sshShareOnTwitter{background-position:-20px 0}.sshLinkItem:hover .sshShareOnTwitter{background-position:-20px -20px}.sshLinkItem .sshMySpace{background-position:-40px 0}.sshLinkItem:hover .sshMySpace{background-position:-40px -20px}.sshLinkItem .sshDelicious{background-position:-60px 0}.sshLinkItem:hover .sshDelicious{background-position:-60px -20px}.sshLinkItem .sshDigg{background-position:-80px 0}.sshLinkItem:hover .sshDigg{background-position:-80px -20px}.sshLinkItem .sshSendEmail{background-position:-100px 0}.sshLinkItem:hover .sshSendEmail{background-position:-100px -20px}.sshLinkItem .sshGoogleBookmarks{background-position:-120px 0}.sshLinkItem:hover .sshGoogleBookmarks{background-position:-120px -20px}.sshLinkItem .sshLinkedIn{background-position:-140px 0}.sshLinkItem:hover .sshLinkedIn{background-position:-140px -20px}.sshLinkItem .sshReddit{background-position:-160px 0}.sshLinkItem:hover .sshReddit{background-position:-160px -20px}.sshLinkItem .sshStumbleUpon{background-position:-180px 0}.sshLinkItem:hover .sshStumbleUpon{background-position:-180px -20px}.sshLinkItem .sshTumblr{background-position:-200px 0}.sshLinkItem:hover .sshTumblr{background-position:-200px -20px}.sshLinkItem .sshMailTo{background-position:-220px 0}.sshLinkItem:hover .sshMailTo{background-position:-220px -20px}.sshLinkItem .sshCompactButton{background-position:-240px 0}.sshLinkItem:hover .sshCompactButton{background-position:-240px -20px}.sshLinkItem .sshShareOnFacebook{background-position:-260px 0}.sshLinkItem:hover .sshShareOnFacebook{background-position:-260px -20px}.sshContent .sshLinkItem .sshCustomIcon,.sshContent .sshLinkItem:hover .sshCustomIcon{display:inline-block;*display:inline;zoom:1;background-position:0 0}.sshVerticalMode .sshListItem{display:block;margin:0 0 3px 0}.sshComboDropDown .RadComboBoxDropDown{position:relative}.sshComboDropDown{position:relative!important;top:0!important;left:0!important}.sshRtl .sshIcon{margin:0 0 0 3px}*+html .RadWindow_rtl .RadComboBoxDropDown_rtl{float:none!important}.sshSendFormWrap{font-size:12px;font-family:"Segoe UI",Arial,Helvetica,sans-serif;margin-top:-26px}.sshForm{width:380px;border:1px solid #f1faff;padding:10px 5px}.sshForm .sshFormRow{padding:10px 0}.sshForm label{width:100px;text-align:right;color:#000;display:inline-block;*display:inline;zoom:1;vertical-align:top;padding:0 5px 0 0}.sshForm label.sshLabelSingle{padding:3px 5px 0 0}.sshForm label .sshLabelBellow{display:block;color:#a5a5a5;font-style:italic}.sshForm input,.sshForm textarea{width:250px;padding:2px 4px;border:1px solid;border-color:#8e8e8e #b8b8b8 #b8b8b8 #8e8e8e;display:inline-block;*display:inline;zoom:1;font-size:12px;font-family:"Segoe UI",Arial,Helvetica,sans-serif}.sshForm textarea{height:40px;overflow-y:auto}.sshFormRow.sshCaptcha{padding:0 0 0 5px}.sshFormRow .RadCaptcha{width:260px;display:inline-block!important;*display:inline!important;zoom:1}.sshFormRow .RadCaptcha label{width:260px;padding:4px 0;text-align:left}.sshFormRow .RadCaptcha .rcCaptchaAudioLink,.sshFormRow .RadCaptcha .rcRefreshImage{color:#05696a}.sshCaptcha span{padding:0 0 5px 108px;margin:-10px 0 0 0;color:#d51923;display:inline-block;*display:inline;zoom:1}.sshFormRowLast{padding:0;margin-top:-10px}.sshFormRowLast .sshFormSendBtn,.sshFormButtons{width:80px;margin-left:107px;border-radius:3px}.sshFormRowLast .sshFormSendBtn:hover{border-color:#b8b8b8 #8e8e8e #8e8e8e #b8b8b8}.sshSendFormWrap .sshWrongEmail{border:1px solid #d51923;color:#d51923}.sshValidationError{color:#d51923;text-align:center}.sshFormSuccess,.sshFormError{padding:10px 0 10px 50px;background-image:url('/WebResource.axd?d=wBdLieY2cRnYJJFSivXdjG7OjuXTx7g2omrbiG62nqeMpdovO0GNq3vEbTcNMw1LcbAMcY_Ete2E6aqmMa3Uh9yYtVF-55EFew7XhvgGnuk9tKZvVaHWmYgmLbbc8HX8IgcvexjsNCZlQBnKBGtzvfyCfLhlH-rDJBVxpofJMMrWMX8v_vSAEbsFGpMbLHIx0&t=635064788880000000');background-repeat:no-repeat;font-family:"Segoe UI",Arial,Helvetica,sans-serif;font-size:18px}.sshFormSuccess{background-position:10px 7px}.sshFormError{background-position:10px -90px}.sshFormSuccess .sshFormButtons,.sshFormError .sshFormButtons{border:1px solid;border-color:#8e8e8e #b8b8b8 #b8b8b8 #8e8e8e;margin:15px 0 0 0}.sshFormSuccess .sshFormButtons:hover,.sshFormError .sshFormButtons:hover{border-color:#b8b8b8 #8e8e8e #8e8e8e #b8b8b8}.sshBtnConfirm{text-align:center;margin:0 0 0 -50px}
/* END Telerik.Web.UI.Skins.SocialShare.css */
/* START Telerik.Web.UI.Skins.Default.SocialShare.Default.css */
.sshLinkItem .sshText{color:#333}.RadSocialShare_Default .sshLinkItem:hover .sshText{color:black}.RadComboBoxDropDown_Default .rcbItem .sshLinkItem .sshText{color:#333}.RadComboBoxDropDown_Default .rcbHovered .sshLinkItem .sshText{color:black}
/* END Telerik.Web.UI.Skins.Default.SocialShare.Default.css */

@media (max-width: 768px) {
  .sf_2cols_1_25, .sf_2cols_2_75, .sf_2cols_1_33, .sf_2cols_2_67, .sf_2cols_1_50, .sf_2cols_2_50, .sf_2cols_1_67, .sf_2cols_2_33, .sf_2cols_1_75, .sf_2cols_2_25, .sf_3cols_1_33, .sf_3cols_2_34, .sf_3cols_3_33, .sf_3cols_1_25, .sf_3cols_2_50, .sf_3cols_3_25{float:none;width:100%;margin:0}
  .sf_5cols_1_20,.sf_5cols_2_20,.sf_5cols_3_20,.sf_5cols_4_20,.sf_5cols_5_20{float:none;width:100%;margin:0}
}

/* physicians */


.physicians-form .btn-submit{
  margin-top:22px;
}

.physician-card{
  background-color: #fff;
  padding:13px;
  border-radius: 5px;
  display:block;
  color:#3F3F51;
  line-height: normal;
  border: 1px solid #ccc;
  margin-bottom:10px;
  box-shadow: 3px 3px 5px -2px rgba(0,0,0,0.28);
}
.ph_title {
  font-size:11px;
  color:#75827A; /* original color #97A99F */
}
.ph_title .title{
  color:#00533D;
  font-size:12px;
}
.physician-card .learn-more{
  font-size:11px;
  display:block;
  text-align: right;
  color:#479E86; /* original color #52B99E */
}
.physician-card .p-info-block{
  padding-left:10px;
  color:#3F3F51;
}
.physician-card .info{
  font-size:11px;
  margin-top:15px;
}
.physician-title h1{
  color: #00543D;
  font-size: 32px;
  font-weight: normal;
  margin: 5px 0px;
}

.physician-title h2{
  color: #97A9A1;
  font-size: 22px;
  font-weight: normal;
  margin: 10px 0px;
}


.btn-request-app{
  background:  #6CABC4 url('../img/ico_request_app.png') no-repeat left 15px top 50%;
  padding:15px 20px 15px 55px;
  color:#fff;
  margin-bottom:15px;
}

.btn-schedule-app{
  background:  #00B2B2 url('../img/ico_schedule_app.png') no-repeat left 15px top 50%;
  padding:15px 15px 15px 55px;
  color:#fff;
}

a.btn-request-app, a.btn-request-app:hover, a.btn-schedule-app, a.btn-schedule-app:hover{
  color:#fff;
  font-size:13px;
  white-space: normal;
  text-align: left;
}

.btn-request-app:hover, .btn-schedule-app:hover{
  opacity: 0.8;
  transition: opacity 0.3s ease-out;
}

@media (max-width: 992px) {
  a.btn-request-app, a.btn-schedule-app{
    width:100%;
    text-align: center;
  }
}

.call-app{
  vertical-align: top;
}
.call-app span {
  color:#259677;
  display:inline-block;
  vertical-align: top;
  padding-left:20px;
  font-size: 16px;
}

.btn-call-app{
  background:  #8CD1BE url('../img/ico_phone.svg') no-repeat center center;
  background-size: 20px auto;
  padding: 6px;
  color:#fff;
  width:40px;
  height:40px;
  display:inline-block;
  vertical-align: top;
}

@media (max-width: 992px) {
  .call-app{
    text-align: center;
  }
  .call-app span, .btn-call-app {
    vertical-align: middle;
  }
  .call-app span  br{
    display:none;
  }
}

ul.officeLocations{
  margin:0;
  padding:0;
}

ul.officeLocations li{
  margin-bottom:15px;
}

.view-loc-link{
  background: url('../img/ico_loc_sm.png') no-repeat top right;
  padding-right:14px;
}

.side_badges.home_badges{
  text-align: center;
}
.side_badges.home_badges a{
  margin-right: 0;
}

@media (max-width: 1200px) and (min-width: 992px) {
  .side_badges.home_badges a{
    min-width:0;
    width:100%;
    font-size:11px;
    background-size: 100% auto;
  }
  .side_badges.home_badges a h3{
    font-size:18px;
  }
}


ul.relatedItems {
  list-style-type: none;
  margin:0;
  padding:0;
}
ul.relatedItems li {
  font-size: 13px;
  line-height: 16px;
  margin: 5px 0px 15px;
}

.physicianHeading {
  color: #00553D;
  font-weight: 400;
  font-size:19px;
  margin: 0px 0px 10px;
  position:relative;
  padding-left:20px;
}
.physicianHeading .h-clip{
  position:absolute;
  left:-35px;
  top:3px;
  width: 39px;
  height: 15px;
  background:  url('../img/sidebar_clip.png') no-repeat 0 0;
}
@media (max-width: 992px) {
  .physicianHeading {
    paddin-left:0;
    text-align: center;
  }
  .physicianHeading .h-clip{
    display:none;
  }
}
.physician-content{
  padding:10px 10px;

}

@media (max-width: 992px) {
  .sections-physician{
    border:2px solid #DEDFE1;
    border-radius: 8px;
    background-color: #fff;
  }
  .sections-physician .section:not(:last-child){
    border-bottom:1px solid #DEDFE1;

  }
  .sections-physician .sectionTitle{
    text-align: center;

  }
  .physician-content .sections-physician .section{

    margin-bottom:0px;
  }
  .sections-physician .sectionText{
    padding:20px;
  }


}

.specialties-col h3{
  margin-top:0;
  margin-bottom:15px;
}

ul.specialtiesItems{
  margin:0;
  padding:0;
  font-size:16px;
  color:#3F3F51;
}

ul.specialtiesItems li{
  background:  url('../img/list_tick.png') no-repeat 0 0;
  padding-left:25px;
  margin-bottom: 11px;
}
ul.specialtiesItems li a{
  color:#3F3F51;
}


.physician-content .section {
  clear: both;
  float: left;
  margin-bottom: 20px;
  width: 100%;
}

.physician-content .sectionTitle {
  clear: both;
  width: 100%;
  cursor:pointer;
  margin-bottom:20px;
}
.physician-content .sectionText {
  clear: both;
  float: left;
  margin-top: 5px;
  width: 100%;
}

.physician-content .supportsectionTitle {
  border-bottom: 1px dotted #6E6F70;
  clear: both;
  float: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  width: 100%;
  margin-bottom:10px;
}

.physician-content ul {
  list-style-position: inside;
  margin-bottom: 15px;

}


.physician-content .tab-content ul { padding: 0; list-style-type: disc; list-style-position: inside;  }

.physician-content .tab-content ul ul, .physician-content .tab-content ol ul {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 15px;
}

.physician-content .nav > li > a {
  padding: 8px 16px;
}


/* BLOG */
.subscribeTSAOG{
  color:#6CABC4;
  font-size: 16px;
}

/* tabs #414151 */

ul.nav-tabs{
  margin:0;
}

.physician-content .nav-tabs a{
  color:#404051;
  font-size: 16px;
  background-color: #C2CCC6;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
  color:#414151;
  font-size: 16px;
  font-weight: bold;
}

.tab-content {
  padding:  10px 20px 10px;
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
  border-bottom:1px solid #ddd;
}
ute;
    left:-35px;
    top:3px;
    width: 39px;
    height: 15px;
    background:  url('../img/sidebar_clip.png') no-repeat 0 0;
}
@media (max-width: 992px) {
    .physicianHeading {
        paddin-left:0;
        text-align: center;
    }
    .physicianHeading .h-clip{
        display:none;
    }
}
.physician-content{
    padding:10px 10px;

}

@media (max-width: 992px) {
    .sections-physician{
        border:2px solid #DEDFE1;
        border-radius: 8px;
        background-color: #fff;
    }
    .sections-physician .section:not(:last-child){
        border-bottom:1px solid #DEDFE1;

    }
    .sections-physician .sectionTitle{
        text-align: center;

    }
    .physician-content .sections-physician .section{

        margin-bottom:0px;
    }
    .sections-physician .sectionText{
        padding:20px;
    }


}

.specialties-col h3{
    margin-top:0;
    margin-bottom:15px;
}

ul.specialtiesItems{
    margin:0;
    padding:0;
    font-size:16px;
    color:#3F3F51;
}

ul.specialtiesItems li{
    background:  url('../img/list_tick.png') no-repeat 0 0;
    padding-left:25px;
    margin-bottom: 11px;
}
ul.specialtiesItems li a{
    color:#3F3F51;
}


.physician-content .section {
    clear: both;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.physician-content .sectionTitle {
    clear: both;
    width: 100%;
    cursor:pointer;
    margin-bottom:20px;
}
.physician-content .sectionText {
    clear: both;
    float: left;
    margin-top: 5px;
    width: 100%;
}

.physician-content .supportsectionTitle {
    border-bottom: 1px dotted #6E6F70;
    clear: both;
    float: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    width: 100%;
    margin-bottom:10px;
}

.physician-content ul {
    list-style-position: inside;
    margin-bottom: 15px;

}


.physician-content .tab-content ul { padding: 0; list-style-type: disc; list-style-position: inside;  }

.physician-content .tab-content ul ul, .physician-content .tab-content ol ul { 
    list-style-type: circle; 
    list-style-position: inside; 
    margin-left: 15px; 
}

.physician-content .nav > li > a {
    padding: 8px 16px;
}


/* BLOG */
.subscribeTSAOG{
    color:#6CABC4;
    font-size: 16px;
}

/* tabs #414151 */

ul.nav-tabs{
    margin:0;
}

.physician-content .nav-tabs a{
    color:#404051;
    font-size: 16px;
    background-color: #C2CCC6;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
    color:#414151;
    font-size: 16px;
    font-weight: bold;
}

.tab-content {
    padding:  10px 20px 10px;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
}
