body {
	padding-top: 121px;
}

/*------------------------------------- Navbar Styles */

.navbar {
	border-top: 15px solid #D54040;
	font: normal 16px/100% Roboto, sans-serif;
	margin: 0px;
	padding: 26px 0 16px 0;
	background: #FFF;
	/* Old browsers */
	background: -moz-linear-gradient(to left, #FFF 50%, rgba(255, 255, 255, 0) 50%), -moz-linear-gradient(top, #FFF 59%, #d54040 59%, #d54040 61%, #FFF 61%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(to left, #FFF 50%, rgba(255, 255, 255, 0) 50%), -webkit-linear-gradient(top, #FFF 59%, #d54040 59%, #d54040 61%, #FFF 61%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to left, #FFF 50%, rgba(255, 255, 255, 0) 50%), linear-gradient(to bottom, #FFF 59%, #d54040 59%, #d54040 61%, #FFF 61%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#FFF', GradientType=0);
	/* IE6-9 */
}
.navbar-default .navbar-nav>li>a {
	color: #454545;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #D54040;
	background-color: transparent;
}
.navbar .navdivider {
	line-height: 0px;
	border-right: 1px solid #454545;
	padding: 10px 15px 10px 0;
	margin: 15px 0 15px 20px;
}
@media (max-width:768px) {
	.navbar .navdivider {
		border-right: none;
		padding: 15px 15px;
		margin: 15px 0 10px 0;
	}
}
@media (min-width:768px) {
	.navbar .container {
		padding-left: 0px;
	}
}
.navbar-collapse, .navbar-header {
	background-color: #FFFFFF;
}

/*------------------------------------- Carousel Styles */

.carouselBg {
	border-top: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	background: #f5f4f4;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(245, 244, 244, 0) 2%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.11) 0%, rgba(245, 244, 244, 1) 2.5%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(top, rgba(0, 0, 0, 0.08) 0%, rgba(245, 244, 244, 1) 2%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
	width: 6%;
}

/*Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)*/

.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-fade .carousel-inner>.item.next, .carousel-fade .carousel-inner>.item.active.right {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner>.item.prev, .carousel-fade .carousel-inner>.item.active.left {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner>.item.next.left, .carousel-fade .carousel-inner>.item.prev.right, .carousel-fade .carousel-inner>.item.active {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.carousel-caption {
	right: 5%;
	left: 35%;
	text-align: left;
	color: #454545;
	text-shadow: none;
}
.carousel-caption h1 {
	padding-bottom: 2%;
}
.carousel-caption h4 {
	line-height: 150%;
	padding: 0 0 3% 0;
}
.regMarks {
	font: normal 50%/100% Roboto, sans-serif;
}
@media (max-width:625px) {
	.carousel-caption h1 {
		font: normal 200%/100% Roboto, sans-serif;
	}
	.carousel-caption h4 {
		display: none;
	}
}
@media (max-width:1024px) {
	.carousel-caption h4 {
		font: normal 100%/150% Arial, sans-serif;
	}
}
@media (max-width:425px) {
	.carousel-caption {
		top: 2%;
	}
}
@media (min-width:425px) {
	.carousel-caption {
		top: 0%;
	}
	.carousel-caption h1 {
		font: normal 300%/100% Roboto, sans-serif;
	}
}
@media (min-width:767px) {
	.carousel-caption {
		top: 5%;
	}
	.carousel-caption h1 {
		font: normal 350%/100% Roboto, sans-serif;
		bottom: 0;
	}
}
@media (min-width:1024px) {
	.carousel-caption {
		top: 10%;
	}
	.carousel-caption h1 {
		font: normal 480%/100% Roboto, sans-serif;
	}
}
@media (min-width:1440px) {
	.carousel-caption {
		top: 13%;
	}
	.carousel-caption h1 {
		font: normal 570%/100% Roboto, sans-serif;
		margin: 0;
	}
}

/*------------------------------------- Row and Container Styles */

.row-spacer {
	padding: 45px 0 45px 0;
}
.container-quote {
	background: #868686;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.52) 0%, rgba(134, 134, 134, 1) 5%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.52) 0%, rgba(134, 134, 134, 1) 5%);
	background: linear-gradient(top, rgba(0, 0, 0, 0.52) 0%, rgba(134, 134, 134, 1) 5%);
	padding: 2% 0 0 0;
}
.container-divider {
	background: #FFF;
	background: -moz-linear-gradient(to right, #F5F4F4 50%, rgba(213, 65, 65, 0) 50%), -moz-linear-gradient(top, #d54141 59%, #d54141 59%, #d54141 61%, #d54141 61%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(to right, #F5F4F4 50%, rgba(213, 65, 65, 0) 50%), -webkit-linear-gradient(top, #d54141 59%, #d54141 59%, #d54141 61%, #d54141 61%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #F5F4F4 50%, rgba(213, 65, 65, 0) 50%), linear-gradient(to bottom, #d54141 59%, #d54141 59%, #d54141 61%, #d54141 61%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.container-intro {
	background: #F5F4F4;
	border-bottom: 1px solid #D7D7D7;
}
.quote {
	color: #FFF;
	font-size: 185%;
	font-weight: bold;
	font-style: italic;
	font: 'Open Sans', sans-serif;
	padding-top: 2%;
}
.quoteBG {
	background: url(../images/quotebg-left.gif), url(../images/quotebg-right.gif);
	background-repeat: no-repeat, no-repeat;
	background-position: 20% top, right top;
}
@media (max-width:1200px) {
	.quote {
		font-size: 160%;
	}
}
@media (max-width:1000px) {
	.quote {
		font-size: 135%;
		padding-bottom: 3%;
	}
}
@media (max-width:768px) {
	.quote {
		font-size: 160%;
		text-align: right;
	}
}
@media (max-width:768px) {
	.quoteBG {
		background-position: left top, right top;
	}
}
@media (max-width:425px) {
	.quote {
		font-size: 120%;
		text-align: center;
	}
}
@media (max-width:425px) {
	.quoteBG {
		background: none;
	}
}
@media (max-width:1000px) {
	.quoteIcon {
		visibility: hidden;
	}
}
.redDivider {
	background: url(../images/red-div-right_20.png) no-repeat right 0px top 0px;
}
.col-top-buffer {
	margin-top: 5%;
}

/*------------------------------------- Footer Styles */

.footer-top {
	height: 54px;
	background: #454545;
	border-bottom: 1px solid #D7D7D7;
}
.footer-mid {
	background: #454545;
	color: #FFF;
	font: normal 16px/160% Arial, sans-serif;
}
.footer-mid h5 {
	font: bold 24px/160% Arial, sans-serif;
}
.footer-mid i {
	padding: 0 8px 0 0;
}
.footer-bottom {
	padding: 28px 0 20px 0;
	background: #252525;
	color: #FFF;
	font: normal 14px/120% Arial, sans-serif;
}
.socialIcons:link, .socialIcons:active, .socialIcons:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 50px;
	padding: 0 6px 0 0;
}
.socialIcons:hover {
	color: #C8C8C8;
}
.footerLogos {
	float: right;
	display: inline-block;
	overflow: hidden;
	text-indent: -9999999px;
	height: 45px;
	width: 80px;
	background: url(../images/footer-logos.png) no-repeat 0 0;
	margin: 0 0 0 10px;
}
.footLogo2 {
	background-position: 0 -45px
}
.footLogo3 {
	background-position: 0 -90px
}
.footLogo4 {
	background-position: 0 -135px
}
.footLogo5 {
	background-position: 0 -175px
}
@media (max-width:922px) {
	.footerLogos {
		float: left;
	}
}

/*------------------------------------- Text and Link Styles */

.main-text {
	color: 454545;
	font: normal 18px/150% Arial, sans-serif;
}
@media (max-width:767px) {
	.main-text {
		font: normal 16px/150% Arial, sans-serif;
	}
}
h3 {
	font: bold 310%/120% Arial, sans-serif;
}
@media (max-width:375px) {
	h3 {
		font: bold 250%/120% Arial, sans-serif;
	}
}
h5 {
	font: bold 220%/120% Arial, sans-serif;
}
@media (max-width:375px) {
	h5 {
		font: bold 180%/120% Arial, sans-serif;
	}
}
.phoneNumber {
	font: bold 22px/120% Arial, sans-serif;
}
.white:link, .white:active, .white:visited {
	text-decoration: none;
	color: #FFF;
}
.white:hover {
	text-decoration: underline;
	color: #FFF;
}
.author {
	font-size: 70%;
	font-weight: normal;
	font-style: normal;
}

/*------------------------------------- Button Styles */

.btn-custom {
	color: #FFF;
	border-radius: 24px;
	border: none;
	font: bold 16px/100% Arial, sans-serif;
	padding: 12px 32px 10px 32px;
	margin: 0 0 10px 0;
}
.btn-red {
	color: #FFF;
	background: #D54040;
}
.btn-red:hover, .btn-red:active {
	color: #FFF;
	background: #C1333C;
}
.btn-grey {
	color: #FFF;
	background: #6b6b6b;
}
.btn-grey:hover, .btn-grey:active {
	color: #FFF;
	background: #5A5A5A;
}
@media (max-width:768px) {
	.btn-carousel {
		display: none;
	}
}

/*------------------------------------- Modal Styles */

.modal-content {
	padding: 20px;
}
.modal-header h1 {
	font-weight: bold;
}

/*------------------------------------- Miscellaneous Styles */

a.anchor {
	display: block;
	position: relative;
	top: -119px;
	visibility: hidden;
}
.back-to-top {
	background: none;
	margin: 0;
	position: fixed;
	bottom: 1%;
	right: 1%;
	width: 35px;
	height: 35px;
	z-index: 100;
	display: none;
	text-decoration: none;
	background-color: #D54040;
	border-radius: 25px;
}
.back-to-top i {
	font-size: 18px;
	margin: 7px 9px;
}
.back-to-top:hover, .back-to-top:active {
	background-color: #C1333C;
}
.glyphicon-chevron-up {
	color: #FFF;
}
.contactMap {
	height: 370px;
	width: 100%;
	border: 0px;
}