@charset "utf-8";
/* Google Fonts - Open Sans */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,700);

#main-content a {
	color: #00718F ;
}
a:focus {
	outline: none !important;
}
/*** Bootstrap overrides ***/

body {
	background-color: #ebebeb;
}
a {
	color: #00718F;
}
a:hover {
	color: #333333;
}
h1, h2, h3, h4 {
	font-family: 'Open Sans', sans-serif;
}
h2 {
	margin-top: 0px;
}
.navbar {
	box-shadow: 0px 2px 5px 3px #A09F9F;
	-webkit-box-shadow: 0px 2px 5px 3px #A09F9F;
}
.thumbnail {
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 10px;
}
.thumbnail .caption {
	color: #FFFFFF;
	padding-top: 0px;
}
.highlight-image {
	width: 35%;
	margin-top: 2px !important;
	margin-right: 6px !important;
	margin-left: 6px !important;
	margin-bottom: 2px !important;
}
#home-buttons p {
	color: #333333;
}
#home-buttons .btn:hover {
	opacity: .8;
}
.caption h3 {
	color: #00718F;
}
footer {
	margin-top: 10px;
	font-size: 12px;
}
footer a {
	color: #00718F;
}
#left-navigation {
	padding-top: 15px;
	font-size: 16px;
	background-image: -webkit-linear-gradient(270deg,rgba(196,236,247,1.00) 0%,rgba(255,255,255,0.80) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(196,236,247,1.00) 0%,rgba(255,255,255,0.80) 100%);
	background-image: -o-linear-gradient(270deg,rgba(196,236,247,1.00) 0%,rgba(255,255,255,0.80) 100%);
	background-image: linear-gradient(180deg,rgba(196,236,247,1.00) 0%,rgba(255,255,255,0.80) 100%);
}
#main-content {
	padding-bottom: 15px;
	background-color: #ffffff;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
}
#main-content h4 {
	margin-bottom: 3px;
}
#content {
	min-height: 600px;
	padding-top: 15px;
	border-left: 1px solid #00718F;
}
#content h2 {
	/*font-weight: 700;*/
}
.carousel-indicators {
  bottom: 0px;
}
.carousel-control {
	color: #ffffff !important;
}
.pull-out-quote {
	width: 30%;
	font-size: 24px;
	text-align: center;
	margin: 15px;
}
.physician-container img {
	border-radius: 10px;
	border: 1px solid #000;
}
.physician-container .caption {
	font-size: 12px;
	text-align: center;
}
.btn-primary {
	color: #ffffff;
	background-color: #008656;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.btn-primary:hover {
	background-color: #333333;
}
#content .nav-pills > li > a {
	color: #ffffff;
	background-color: #00718F;
}
#content .nav-pills > li > a:hover {
	opacity: .8;
}

@media (min-width: 992px) {
.navbar-brand {
	margin-left: 100px !important;
}

}
@media (min-width: 768px) {
body {
	padding-top: 90px;
}
.navbar {
	min-height: 90px;
}
.navbar-default {
	background-color: rgba(255,255,255,0.9)
}
.navbar-header {
	padding-top: 10px;
}
.navbar a {
	font-weight: bold;
	font-size: 16px;
}
#top-navigation {
	margin-top: 20px;
	margin-left: 30%;
}
.dropdown {
	margin-left: 20px;	
}
#left-navigation {
	padding-top: 90px;
	background-image: url(/NEW/images/swoosh.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 100%;
}
#content {
	/*background-image: url(/NEW/images/swoosh.png);
	background-position: top right;
	background-repeat: no-repeat;*/
	background-image: -webkit-linear-gradient(270deg,rgba(196,236,247,1.00) 0%,rgba(255,255,255,0.80) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(196,236,247,1.00) 0%,rgba(255,255,255,0.80) 100%);
	background-image: -o-linear-gradient(270deg,rgba(196,236,247,1.00) 0%,rgba(255,255,255,0.80) 100%);
	background-image: linear-gradient(180deg,rgba(196,236,247,1.00) 0%,rgba(255,255,255,0.80) 100%);
}

/*** Jumbotron overrides ***/
.jumbotron {
  padding-top: 0px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
  color: inherit;
  background-color: #00718F;
}
.jumbotron img {
	border-radius: 6px;	
}
.jumbotron h3 {
	color: #ffffff;
}
}
@media screen and (max-width: 767px) {
.navbar a {
	font-size:16px;
}
.navbar-brand img {
	/*height: 50px;*/
	margin-top: -5px;
	width: 260px;
}
.jumbotron h3 {
	font-size: 16px;
}

#interior-header {
	min-height: 100px;
}
#interior-header h1 {
	margin-top: 60px;
	font-size: 24px;
}
#left-navigation {
	text-align: center;
}
.pull-out-quote {
	font-size: 14px;
}
#content .nav-pills > li {
	min-width: 200px;
	float: left;
	clear: left !important;
	margin-bottom: 10px;
}

}

/*** JQValidate ***/
label.error {
	display: block;
	color: red;
} 
input.error, select.error, textarea.error {
	border-color: red;
}

