@charset "UTF-8";
/* CSS Document */

body {
	font-family: "proxima-nova", sans-serif;
	font-size: 19px;
	line-height: 30px;
}
.container {
	max-width: 800px;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}
h1, h2, h3, h4 {
	font-style: normal;
	font-weight: 700;
	color: #0072bc;
}
h1 {
	font-size: 36px;
	letter-spacing: 5px;
	margin-top: 20px;
	text-align: center;
}
h2 {
	font-size: 27px;
	letter-spacing: 3px;
	text-align: center;
}
h3 {
	font-size: 21px;
	letter-spacing: 2px;
	text-align: center;
}
a img {
	border: none;
}
a:link {
	color: #0072bc;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #0072bc;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
	font-weight: bold;
}
.logoBlock {
	padding: 15px 0px 15px 0px;
}
.logoBlock img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.navbar {
	margin-bottom: 0px;
	border-radius: 0px;
	border: 0px;
}
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}
.navbar .navbar-nav li a {
	color: #ffffff;
	font-weight: 300;
	font-size: 16px;
}
.navbar .navbar-collapse {
	text-align: center;
}
.navbar-inverse {
	background-color: #0072bc;
	margin-left: auto;
	margin-right: auto;
}
.navbar-header {
	margin-left: auto;
	margin-right: auto;
}
.dropdown-menu, .dropdown-menu li a:hover {
	background-color: #0072bc;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a, .navbar-inverse .navbar-nav .open .dropdown-menu {
	background-color: #0072bc;
	color: #ffffff;
}

@media screen and (max-width: 767px) {
.dropdown-menu {
	text-align: center;
}
}
.carousel-caption {
	text-shadow: 2px 2px 6px #000;
}
.carousel-indicators {
	bottom: -10px;
}
.carousel-control.left, .carousel-control.right {
	background-image: none !important;
	filter: none !important;
}
.right.carousel-control, .left.carousel-control {
	display: none;
}
@media screen and (max-width: 767px) {
.carousel-indicators {
	visibility: hidden;
}
}
.bioBlock {
	text-align: center;
	margin-bottom: 20px;
}
.bioPhoto {
	border-radius: 15px;
	display: block;
    width: 200px;
	margin: 0 auto 20px auto;
}
.aboutUsBioPhoto {
	border-radius: 15px;
	display: block;
    width: 200px;
	margin: 0 auto;
}
.btn-primary {
	background-color: #0072bc;
	width: 136px;
	height: 30px;
	padding-top: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 15px;
	border-width: 0;
}
.btn-primary:focus, .btn-primary.focus {
	color: #fff;
	background-color: #338EC9;
	border-width: 0;
}
.btn-primary:hover {
	color: #fff;
	background-color: #338EC9;
	border-width: 0;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #338EC9;
	border-width: 0;
}
.serviceBlock {
	height: 230px;
	width: 230px;
	border-radius: 15px;
	background-color: #0072bc;
	text-align: center;
	color: #ffffff;
	font-size: 24px;
	display: inline-block;
	vertical-align: top;
	padding: 15px;
	margin: 2px 2px 10px 2px;
}
.serviceBlock img {
	margin-bottom: 15px;
}
.clientSubhead {
	width: 100%;
	background-color: #0072bc;
	text-align: center;
	color: #fff;
	font-size: 21px;
	letter-spacing: 2px;
	font-weight: 700;
	padding: 5px;
}
.clientBlock {
	height: 130px;
	width: 130px;
	display: inline-block;
	margin: 2px 2px 10px 2px;
	text-align: center;
	white-space: nowrap;
	font-size: 9px;
}
.clientBlock img {
	max-width: 120px;
	height: auto;
}
.vertAlign {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.form-control {
	background-color: #eee;
}
.contactFooterBox {
	width: 100%;
	background-color: #cce3f2;
	padding: 10px;
	font-size: 17px;
}
.footer {
	padding: 20px;
	background-color: #0072bc;
	text-align: center;
	font-size: 12px;
	line-height: 24px;
	color: #ffffff;
	margin-top: 20px;
}
.footer a {
	color: #ffffff;
}
