/* Custom Responsive Styles - Medical Center Branch specific styles */

/* Last modified 1/11/17 for Release 6.1 - SKB */

/* Thematic changes */

.page-header h1 {
	font-size:1.2em;
	font-weight:bold;
}

.detailpage .page-header h1 {
	font-size:1.2em;
}

.panel-body h1 {   /* move to global? */
    margin-top: 0px;
    font-size: 1.6em;
    line-height: 1.4em;
    color: #335379;
    font-weight: 500;
}

/* flexslider */
	
#topbanner .flexslider {
	margin-bottom: 40px;
	background: #fbf6e5;
	background: -moz-linear-gradient(-45deg,  #fbf6e5 48%, #f4e5b2 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(48%,#fbf6e5), color-stop(100%,#f4e5b2));
	background: -webkit-linear-gradient(-45deg,  #fbf6e5 48%,#f4e5b2 100%);
	background: -o-linear-gradient(-45deg,  #fbf6e5 48%,#f4e5b2 100%);
	background: -ms-linear-gradient(-45deg,  #fbf6e5 48%,#f4e5b2 100%);
	background: linear-gradient(135deg,  #fbf6e5 48%,#f4e5b2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf6e5', endColorstr='#f4e5b2',GradientType=1 );
} 

/* custom styles for medical center */

img.tinythumb {
	width:45%;
	height:auto;
	max-width:235px;
}

.textblock {
	padding-left:8px;
	padding-right:8px;
	padding-bottom:20px;
}

.textblock h4 {
	background-color: #f4e5b2; /* brighter web gold */
	margin-left:-8px;
	margin-right:-8px;
	padding:8px;
	font-weight:normal;
}

blockquote {
border-left: 5px solid #f9f6e5;  /* brighter web gold */
}

/* tables */

.table-border {
	border-top:1px solid #ccd4e0; 
}

.tablebg {
	background-color:#e5e9ef;
}

td { padding-top: .675em; }

table.locations a, table.contactinfo a {
	color:#00829b;
}

table.healthplans a {
	color:#007389;   /* requires darker teal against BG for contrast */
}  


table.contactinfo td {
	padding-right:.675em;
	padding-bottom:.675em;
}

table.healthplans td {
	padding-left:.675em;
	padding-bottom:.125em;
}


th { 
	padding-bottom:.675em;
	color:#977000;
}


/* clinic locations */

.locations h2 a {
	color:#00829b;
}

.locations h3 {
	margin-bottom:0;
	color:#977000;
	font-size:1.2em;
}

@media (min-width:361px) {
.visible-xxs {
	display:none;
}
.hidden-xxs {
	display:block;
}

}
@media (max-width:360px) {
.visible-xxs {
	display:block;
}
.hidden-xxs {
	display:none;
}
}

/* modals */

.modal-footer {
	text-align:left;
}

/* CEO message */

.message-box {
	max-width:275px;
	background-color:#cfd6e2;
	padding:20px;
	display:block;
	margin-bottom:15px;
	margin-top:5px;
}

.message-box.pull-left {
	margin-right:15px;
}

.message-box img {
	padding-bottom:.325em;
	margin-left:0;
}
/*styles for leadership page images  - common content page */

.leadership td img {
	margin-right:15px;
}


/* panels */

.panel, .tab-content {
	margin-bottom:15px;
}

.panel-plain > .panel-heading h2 {   
	color:#967100;
}

.panel-plain > .panel-heading {  
	padding-top: 0px;
}

.special {
	color:#00829b;
}

.tab-content {
	padding:15px;
}

.maincol .panel-group, .sidebar .panel-group {
    margin-bottom: 15px;
}

.panel, .panel-heading, .panel-group .panel {
	border-radius:0;
}

/* Accordion heading styles a bit different */

.panel-group .panel-body h3 {
    margin-top:1em;
	font-weight:bold;
	font-size:1.2em;
}

.panel-group .panel-body h4 {
    margin-top:1.4em;
	font-size:1.1em;
	font-weight:bold;
	color:#333;
	text-transform:uppercase;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {   /* Move to global??? */
	color: #fff;
   	background-color: #335379; 
    border-color: #335379 #335379 transparent;
}


/* teaser thumbnails on home */
#teaser .thumbnail {
	background-color:#00829b;
	border: 0;
	border-radius: 0;
	padding:0;
	margin-bottom:15px;
	margin-top:4px;
}

#teaser .thumbnail.last {
	margin-bottom:0px;
}

#teaser .thumbnail img.img-responsive {
	width:60%;
	height:auto;
	margin-right:10px;
	margin-bottom:0;
}

#teaser .thumbnail h2  {
	color: #fff;
	font-size:1.1em;
	letter-spacing:1px;
	font-weight:normal;
	margin-bottom:2px;
	text-transform:uppercase;
}

#teaser .thumbnail a {
	color: #fff;
}

#teaser .thumbnail a p {
	color: #fff;
}

#teaser .thumbnail p {
	font-size:.95em;
}

#teaser .thumbnail:hover {
	background-color:#1a3e68;
	border: 0;

}

#teaser .thumbnail h2:hover,
#teaser .thumbnail a:hover {
	color:#daaa00;
	text-decoration:none;
}

#teaser .thumbnail a:focus {
	text-decoration:underline;
}

#teaser .thumbnail .caption {
	padding: 20px 5px 5px 15px;
}

/* teaser 2 style */

#teaser2 .thumbnail {
	border: 0;
	border-right: 1px solid #f4e5b2;  /* brighter web gold */
	border-radius: 0;
	padding:20px;
	margin-right:10px;
	margin-bottom:15px;
	text-align:right;
	float:right;
}

#teaser2 .thumbnail h2  {
	color: #1a3e68;
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:2px;
}

#teaser2 .thumbnail img {
	margin-bottom:.675em;
	max-width:100%;			/* changed from 210px for medical group SVG logo 1/10/17 */
	height:auto;
	width:210px;  /* changed from 100% for medical group SVG logo 1/10/17 */
}

#teaser2 .thumbnail .caption {
	padding-left:0;
}


/* medical group styles */

.medicalgroupTag {
	display:block;
	padding:3px 10px;
	font-size:.8em;
	margin-top:-10px;
}

.medicalgroupTag a {
	background-color: #F8EECC; 	/* brighter web gold */
	display:inline-block;
	padding:3px 10px;
	border-radius: 2px;
	margin-left:-10px;
}


/* promos */


.promobox {
	background: #00829b;
	border: 0;
	height: 100%;
}

.promobox:hover {
	background: #1a3e68;
}

.promobox img.left {
	margin-right: 20px; 
} 
.promobox h3 {
	padding-right:20px;
	font-size:1.3em;
	font-weight:normal;
	text-transform:uppercase;
}
.promobox h4 {
	font-size:1em;
	color:#fff;
}

.promobox a h3 {
	color: #fff;
}

.promobox a {
	color: #fff;
	text-decoration:none;
}

.promobox a:focus, .promobox a:hover h4 {
	color: #fff;
	text-decoration:underline;
}



/* featurette items */

#promo-carousel .item p.smalltext {  /* added 3.12.15 for long badge captions */
	font-size:.7em;
}

#promo-carousel .item p {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.featurette-divider {
    margin-top: 0px;
}

.featurette {
	width:100%;
	display:block;
	margin: auto;
	text-align:center;
}

.featurette .item {
	display:inline-table;
	padding:0 20px 20px 20px;
	text-align:center;
}

/* footer */

footer {
	background-color: #f0dd99;  
	font-size:1em;
}

/* responsive css */

@media (min-width:1000px) and (max-width: 1100px) {

#teaser .thumbnail img.img-responsive  {
	margin:0px 10px 0px 15px;
}

#teaser .thumbnail img.pull-left  {
	float:none !important;
	padding-top:15px !important;
}
#teaser .thumbnail .caption {
    padding-top: 10px;
}
#teaser .thumbnail h2  {
	font-size:1em;
}

#teaser .thumbnail p  {
	font-size:.9em;
	line-height:normal;
}

}


@media (max-width: 992px) {

.featurette .item {
	padding-left:10px;
	padding-right:10px;
}

	
.featurette .item p {
	display:none;
}

.featurette .item img {
	width:85%;
	height:auto;
}
}


@media (max-width: 830px) {

.featurette .item {
	padding-left:4px;
	padding-right:4px;
}
}


@media (max-width: 767px) {

#teaser .thumbnail h2  {
	font-size:1.4em;
}
#teaser .thumbnail img.img-responsive {
	width:32%;
	margin-right:15px;
}

#teaser .thumbnail .caption {
	padding-top: 15px;
}

#teaser .thumbnail.last {
    margin-bottom: 15px;
}

#teaser2 .thumbnail {
	float:left;
	text-align:left;
	margin-right:20px;
}

h2.featurette-heading {
	font-size:1.6em;
}

.featurette .item img {
	width:73%;
	height:auto;
}
}


@media (max-width: 640px) {
.page-header h1 .bottom-rule {
    border-bottom: 0; 
}  

#teaser2 .thumbnail {
	border-right:0;
	border-top: 1px solid #D9DFE6;
	border-bottom: 1px solid #D9DFE6;
	float:none;
	margin-right:0;
	padding:15px 0 0;
}
}

@media (max-width: 480px) {		
#teaser .thumbnail h2  {
	font-size:1.1em;
}
#teaser .thumbnail p  {
	font-size:.9em;
}

.leadership {
	margin-top: -20px;
}

.leadership tr {
	border-bottom:1px solid #D9DFE6;
}

.leadership td {
	vertical-align:top;
	padding-top: 20px;
	padding-bottom:20px;
}
}

@media (max-width: 360px) {

.message-box {
	max-width:100%;
	width:100%;
}

.message-box img {
	margin:0 auto;
}

.message-box.pull-left {
	margin-right:0;
}
		
#teaser .thumbnail {
	margin-top:0px;
}

#teaser .thumbnail img.img-responsive {
	width:42%;
	margin-right:10px;
}
	
#teaser .thumbnail h2  {
	font-size:.95em;
}
#teaser .thumbnail p  {
	font-size:.85em;
}

#teaser .thumbnail .caption {
	padding-top: 10px;
}

table.healthplans td {
	font-size:.9em;
}
}

@media (min-width: 767px) {
.page-header h1 .small {
	font-size:.95em;
	color:#335379;
	font-weight:normal;
}  
} 

@media (min-width:768px) {
.textblock.move-left {
	margin-left:-10px;
}
}