@charset "utf-8";
/*** site colors ***/
/*
purple: #401E6B  
light purple: #664989
orange: #EC8936
light orange: #F2A354
medium gray: #B7B7B7
tan: #E7E6CD;
*/

/* Google Fonts - Open Sans */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,700);
a {
	color: #401E6B;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #664989;
}
a:focus {
	outline: none !important;
}
/*** Bootstrap overrides ***/
h1, h2, h3, h4 {
	font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
}
h1 {
	color: #401E6B;
	font-size: 24px;
	font-weight: 300;
	padding-bottom: 5px;
}

h2 {
	color: #EC8936;
	font-size: 20px;
	font-weight: 700;
}

h3 {
	font-size: 18px;
	line-height: 22px;
}
 
.navbar {
	box-shadow: 0px 2px 4px 3px #664989;
	-webkit-box-shadow: 0px 2px 4px 3px #664989;
}
#main-container {
	/*padding-top: 10px;*/
}
.thumbnail {
	background-color: #654989;
}
.thumbnail .caption {
	color: #FFFFFF;
}
.thumbnail h3 {
	font-size: 20px;
}
.highlight-image {
	width: 35%;
	margin-top: 2px !important;
	margin-right: 6px !important;
	margin-left: 6px !important;
	margin-bottom: 2px !important;
}

#bottom-news {
	border-top: 5px solid #B7B7B7;
	border-bottom: 5px solid #B7B7B7;
	width: 100%;
	/*margin-top: 20px;*/
	background-color: #000000;
	padding-bottom: 15px;
}
#bottom-news .caption {
	color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
#bottom-news .caption a {
	color: #FFFFFF;
}
#bottom-news .col-sm-4:nth-child(2) {
	border-left: #666 solid 1px;
	border-right: #666 solid 1px;
}
#bottom-news h3 {
	font-size: 24px;
	color: #EC8936;
	text-transform: uppercase;
}
#bottom-news h4 {
	margin-top: 0px;
}
footer {
	margin-top: 10px;
}
#interior-header {
	width: 100% !important;
	min-height: 220px;
	margin-bottom: 15px;
	background-image: url(/images/header-background-1.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
#interior-header h1 {
	color: #fff;
	margin-top: 140px;
	margin-left: 20px;
	text-shadow: 0px 0px 2px #060606;
}
#left-navigation {
	font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 50px;
	padding-left: 25px;
	/*
	background-image: -webkit-linear-gradient(270deg, rgba(231,230,205,1.00) 0%, rgba(255,255,255,0.80) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(231,230,205,1.00) 0%, rgba(255,255,255,0.80) 100%);
	background-image: -o-linear-gradient(270deg, rgba(231,230,205,1.00) 0%, rgba(255,255,255,0.80) 100%);
	background-image: linear-gradient(180deg, rgba(231,230,205,1.00) 0%, rgba(255,255,255,0.80) 100%);
	*/
}
.pull-out-quote {
	width: 30%;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: center;
	margin: 15px;
}
.img-responsive {
	margin: 10px;
}
.physician-container {
	/*border: 1px solid #000;
	border-radius: 10px;*/
}
.physician-container img {
	margin-left: auto;
    margin-right: auto;
	border-radius: 10px;
	border: 1px solid #000;
}
.physician-container .caption {
	padding-top: 0;
	margin-top: -8px;;
	font-size: 14px;
	text-align: center;
}
.navbar a {
	font-weight: bold;
	font-size: 16px;
}
.btn-primary {
	color: #ffffff;
	background-color: #401E6C;
	border-top-color: #B7B7B7;
	border-right-color: #B7B7B7;
	border-bottom-color: #B7B7B7;
	border-left-color: #B7B7B7;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
	color: #ffffff;
	background-color: #654989;
	border-top-color: #B7B7B7;
	border-right-color: #B7B7B7;
	border-bottom-color: #B7B7B7;
	border-left-color: #B7B7B7;
}
#header-contact {
	font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
	/*background-color: #B7B7B7;*/
	margin-top: 15px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0px;
}
#header-contact p {
	margin: 0;
}
/* Fade overrides for carousel slide transition */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}


@media (min-width: 992px) {
.navbar-brand {
	margin-left: 50px !important;
}
.nav>li>a {
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
}
#interior-header h1 {
	margin-left: 150px !important;
}
}

@media (min-width: 768px) {
body {
	padding-top: 115px;
}
#main-container {
	box-shadow: 0px 0px 3px rgba(231,230,205, 0.8);
    /*background-color: #E7E6CD;*/
	background-image: -webkit-linear-gradient(270deg,rgba(231,230,205,1.00) 0%,rgba(255,255,255,0.80) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(231,230,205,1.00) 0%,rgba(255,255,255,0.80) 100%);
	background-image: -o-linear-gradient(270deg,rgba(231,230,205,1.00) 0%,rgba(255,255,255,0.80) 100%);
	background-image: linear-gradient(180deg,rgba(231,230,205,1.00) 0%,rgba(255,255,255,0.80) 100%);
	/*
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.80) 0%,rgba(231,230,205,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.80) 0%,rgba(231,230,205,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.80) 0%,rgba(231,230,205,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.80) 0%,rgba(231,230,205,1.00) 100%);
	*/
}
#main-content {
	padding-bottom: 30px;
}
.navbar {
	min-height: 100px;
}
.navbar-default {
	background-color: rgba(255,255,255,0.9)
}
#top-navigation {
	margin-top: 25px;
	margin-left: 30%;
}
.dropdown {
	margin-left: 20px;
}
.thumbnail {
	min-height: 200px;
}
/*** Carousel overrides ***/
#home-slideshow {
/*margin-bottom: 10px;*/
}
.carousel-control.left {
	/*background-image: none;*/
	background-image: linear-gradient(to left, rgba(255, 255, 255, 0.95) 0%, rgba(0, 0, 0, 0) 100%);
}
.carousel-control.right {
	/*background-image: none;*/
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.95) 0%, rgba(0, 0, 0, 0) 100%);/*background-color: #000000;*/
}
.carousel-control {
	opacity: 1;
}
.carousel-indicators {
    bottom: 0px;
}
}

@media screen and (max-width: 767px) {
body {
	padding-top: 50px;
}
.img-responsive {
	max-width: 60%;
}
.physician-image {
	width: 100%;
}
.navbar a {
	font-size: 16px;
}
.navbar-brand img {
	height: 50px;
	margin-top: -15px;
}
#home-slideshow {
	margin-top: 50px;
}
#interior-header {
	min-height: 100px;
}
#interior-header h1 {
	margin-top: 60px;
	font-size: 24px;
}
#left-navigation {
	text-align: center;
	padding-top: 0px;
}
.pull-out-quote {
	font-size: 14px;
}
}

/*** JQValidate ***/
label.error {
	display: block;
	color: red;
} 
input.error, select.error, textarea.error {
	border-color: red;
}
