@charset "utf-8";
/* Google Fonts - Open Sans */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,700);
/*** Bootstrap overrides ***/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:focus {
	outline: none !important;
}
h1, h2, h3, h4 {
	font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
	margin-top: 5px;
}
h1 {
	font-size: 24px;
	padding-bottom: 5px;
	border-bottom: solid 1px #e1e1e1;
}
h2 {
	color: #002B44;
	font-size: 18px;
	margin-top: 0px;
}
h3 {
	font-size: 16px;
	line-height: 22px;
}
.navbar {
/*box-shadow: 0px 2px 4px 3px #636262;
	-webkit-box-shadow: 0px 2px 4px 3px #636262;*/
}
.navbar a {
	font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
	font-weight: bold !important;
	font-size: 14px;
	text-transform: uppercase;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	background-color: #BCBCBC;
}
.nav > li > a {
	color: #FFF !important;
	padding-right: 25px;
	padding-left: 25px;
}
.nav > li > a:hover {
	color: #CBCBCB !important;
}
.navbar-default {
	/*background-color: #002B44 !important;*/
	background-image: -webkit-linear-gradient(270deg, rgba(0,43,68,1.00) 0%, rgba(0,55,86,1.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(0,43,68,1.00) 0%, rgba(0,55,86,1.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(0,43,68,1.00) 0%, rgba(0,55,86,1.00) 100%);
	background-image: linear-gradient(180deg, rgba(0,43,68,1.00) 0%, rgba(0,55,86,1.00) 100%);
}
#home .nav > li > a {
	color: #333333 !important;
}
#home .nav > li > a:hover {
	color: #666666 !important;
}
#home .navbar-default {
	background-color: rgba(255,255,255,0.7) !important;
	background-image: none !important;
}
.highlight-image {
	width: 35%;
	margin-top: 2px !important;
	margin-right: 6px !important;
	margin-left: 6px !important;
	margin-bottom: 2px !important;
}
#bottom-news {
	color: #FFF !important;
	border-top: 3px solid #FFF;
	width: 100%;
	margin-top: 0px;
	padding-bottom: 25px;
	background-image: -webkit-linear-gradient(270deg, rgba(1,57,92,1.00) 0%, rgba(1,28,45,1.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(1,57,92,1.00) 0%, rgba(1,28,45,1.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(1,57,92,1.00) 0%, rgba(1,28,45,1.00) 100%);
	background-image: linear-gradient(180deg, rgba(1,57,92,1.00) 0%, rgba(1,28,45,1.00) 100%);
}
#bottom-news h1 {
	font-size: 24px;
	margin-top: 20px;
	padding-bottom: 0px;
	border-bottom: none;
}
#bottom-news a {
	color: #FFF;
}
#bottom-news a:hover {
	text-decoration: none;
	color: #666;
}
footer {
	color: #848383 !important;
	font-size: 11px;
	margin-top: 30px !important;
}
footer a {
	color: #848383 !important;
}
#left-navigation {
	font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
	font-weight: bold !important;
	font-size: 14px;
	margin-top: -20px;
	padding-top: 75px;
	background-image: -webkit-linear-gradient(270deg, rgba(216,216,216,1.00) 0%, rgba(255,255,255,0.80) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(216,216,216,1.00) 0%, rgba(255,255,255,0.80) 100%);
	background-image: -o-linear-gradient(270deg, rgba(216,216,216,1.00) 0%, rgba(255,255,255,0.80) 100%);
	background-image: linear-gradient(180deg, rgba(216,216,216,1.00) 0%, rgba(255,255,255,0.80) 100%);
}
.animation #left-navigation {
	padding-top: 19%;
}
.animation h1 {
	padding-top: 20px;
}

#left-navigation ul {
	list-style-type: none;
}
#left-navigation ul li a {
	display: block;
	color: #666;
	margin-bottom: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#left-navigation ul li a:hover, #left-navigation ul li a:active  {
	color: #00395a;
	text-decoration: none;
}
#main-content img {
	padding: 10px;
}
.general-container-right {
	width: 250px;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	background-color: #F8F8F8;
	min-height: 150px;
	padding: 15px;
}
.pull-out-quote {
	width: 30%;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	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: #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;
}
/* 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;
}

.carousel-inner > img {
	min-width: 1500px;
}

@media (min-width: 992px) {
.navbar-brand {
	margin-left: 150px !important;
}
}

@media (min-width: 768px) {
.navbar {
	min-height: 100px;
}
#top-navigation {
	margin-top: 25px;
	margin-left: 30%;
}
.dropdown {
	margin-left: 20px;
}
#main-content {
	min-height: 600px;
}
/*** Carousel overrides ***/
#home-slideshow, .carousel {
/*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;
}
}

@media screen and (max-width: 767px) {
body {
	font-size: 14px;
}
.navbar a {
	font-size: 16px;
}
.navbar-brand img {
	height: 50px;
	margin-top: -15px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
	color: #7E7C7C;
}
#home-slideshow {
	margin-top: 50px;
}
#home .navbar-default {
	background-color: rgba(255,255,255,1.0) !important;
}
#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;
}
.general-container-right {
	width: 100%;
}

}
