@charset "UTF-8";

body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #333;
	padding-top: 5px;
}

h1, h2 {
	font-family: 'Crimson Text', serif;
	font-weight: 700;
	color: #0043B1;
	text-transform: uppercase;
}

h3, h4, h5 {
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	color: #ddd;
	text-transform: capitalize;
}

ul.largeList {
	font-size: 1.7em;
	font-weight: 700;
}

a:hover {
	text-decoration: none;
}


/***** MISC *****/

hr {
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #ddd;
}

.margTop10 {
	margin: 10px auto;
}

.margTop30 {
	margin-top: 30px;
}

.margTop50 {
	margin-top: 50px;
}

.margTop60 {
	margin-top: 60px;
}

.margBot60 {
	margin-bottom: 60px;
}

.margTopBot30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.margTopBot60 {
	margin-top: 60px;
	margin-bottom: 60px;
}

.jumbo {
	font-size: 500%;
}

img.centered {
	display: block;
	margin: 0 auto;
}

img.stroked {
	border: 2px solid #231f20;
	padding: 5px;
}

img.fullWidthImg {
	display: block;
	background-size: cover !important;
}

.lead {
	color: #86837a;
}

label {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 125%;
	text-transform: uppercase;
}

img.appLogo:hover {
	opacity: .8;
}

strong {
	font-weight: 700;
}

.highlight {
	color: #1B1464;
}

.highlightRed {
	color: #bf1e2e;
}

span.normalText {
	text-transform: capitalize;
}


/***** HEADER *****/

.logo {
	display: block;
	margin: 15px 0 30px 0;
}

img.slogan {
	display: inline-block;
	text-align: center;
	margin: 0 auto 30px auto;
}

p.smallText {
	font-size: 90%;
}

h2.phoneTop {
	display: block;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

.googleTranslate {
	display: block;
	text-align: center!important;
	margin: 0 auto;
}


/***** CTA BUTTON *****/

.btn {
	background: #bf1e2e;
    border: 0 none;
	font-size: 120%;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
	white-space:normal !important;
    word-wrap:break-word; 
    padding: 14px 24px;
}
 
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}


/***** FLUID CONTAINERS *****/

.wideBlue {
	background: #0043B1;
	padding-top: 30px;
	padding-bottom: 30px;
}

.wideBlue h1 {
	font-family: 'Crimson Text', serif;
	font-style: italic;
	font-weight: 700;
	color: #e6f5da;
	text-transform: capitalize;
}

.wideBlue h4 {
	color: #ddd;
}

.wideBlue.inner {
	border-top: 15px solid #231f20;
	border-bottom: 30px solid #231f20;
}

.wideNav {
	background: #80c100;
}

.sliderWrapper {
	background: #231f20;
}

.fullWidth {
	background: transparent;
	padding-top: 60px;
	padding-bottom: 60px;
}

.fullWidth a {
	color: #231f20;
}

.fullWidth a:hover {
	color: #bf1e2e;
	text-decoration: none;
}

/*** LIGHTBOX PAGES ***/

img.thumbnail {
	display: block;
	margin-right: auto;
	margin-left: auto;
}


/***** FOOTER *****/

.footer {
	background: #0043B1;
	color: #e6f5da;
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer a {
	color: #a9ff00;
}

.seoText {
	font-size: 90%;
	color: #231f20;
	margin-top: 15px;
}


@media screen and (min-width: 40em) {

	.margTop10 {
		margin: 30px auto 15px auto;
	}
	
	.wideNav {
		margin: 0;
		padding: 0;
	}

	footer {
		padding: 30px 0;
	}

	img.slogan {
		display: block;
		text-align: right;
		margin: 30px 0 0 190px;
	}

	h2.phoneTop {
		text-align: right;
		margin-top: 15px;
		margin-bottom: 0;
	}

	.googleTranslate {
		display: block;
		text-align: right!important;
		margin: 10px 0 0 0;
	}

}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }