﻿.datePosted {
    display:none;
}

td.icon_td {
    width:54px!important;
    height:54px!important;
}

/*fix for the generic form input size too small*/
/* Form Styles */
/* We use this to get basic styling on all basic form elements */
/* line 529, ../sass/normalize.scss */
/* line 665, ../sass/base/_normalize.scss */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  font-size: 8.75px;
  font-size: 1.6rem!important;
  padding: 8px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

/*fix for the p tags under table don't have space in between issue*/
table tr td {
    padding: 10px;
}

/*fix for tabs overlaping*/
.tabsToAccordion {
    clear:both;
}

/*fix for searchbox text not showing*/
.search .siteSearchText {
    padding: 4px 5px;
}

/*for the homepage icon being selected when on homepages*/
.mainNavRow ul li.homeIcon.active a {
    background-position: -503px -295px;
}

/*fix for ul has no bottom space under the tabs /arts/#tabsToAccordion4 */
.tabsToAccordion .widgetBody ul {
    margin-bottom: 10px;
}

/*per Hongbing's request*/
.hz-address-list-no-margin {  
    margin-left: 0; 
    margin-top: 0; 
    margin-bottom:0; 
} 
/*per UK Lee's request. Changing the name of the doctor name to match the font in profile detail page*/
.providerSearchResults .results .result h2 {
    color: #00467f;
    font-family: "Oswald",sans-serif!important;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.topPadding.column-no-padding {
    padding-right: 0px;
}
/*fix for the workarea content block content selector paging showing in white issue*/
.ektron-ux-UITheme .ui-widget-content #CBPaging a {
    color:black;
}
/*for the physician profile big spacing issue between the paragraph*/
.providerProfile p {
    /*margin: 10px 0!important;*/
    margin-bottom: 10px!important;
}
/*fix for refresh rotator not responsive*/
/*.widgetBody #ctl00_MainContentArea_Middle_uxColumnDisplay_ctl00_uxControlColumn_ctl00_uxWidgetHost_uxWidgetHost_widget_jqImageRotator {
    width: 100%;
    overflow:visible;
    height:auto;
}*/
/*fix for UL LI UL too much space*/
/*ul li ul {
    margin-top: 0px!important;
}*/

/*Fix for the tab content paragraph*/
.tabsToAccordion p {
    margin: 10px 0!important;
}

/*Fix for the tab broken issue*/
.resp-tabs-list li {
    padding: 15px 20px;
}

/*fix for the staywell image too small in the chrome*/
table tr td.icon_td {
    padding:0px 0px 0px 0px!important;
}

/*For mobile menu text wrapping*/
.mainNavRow ul.subMenu li a {
    padding-right:25px;
}

/*fix for the mobile menu hover state*/
.mainNavRow .mainNav ul.subMenu li a:hover {
  /*color: #CDCDCD;*/
  color: #fff;
}
.mainNavRow nav.utilityNav ul li a:hover {
  color: #fff;
}