* {
	margin: 0;
	padding: 0;
}

.cleared {
	clear: both;
	overflow: hidden;
}

img {
	max-width: 100%;
}

a:hover {
	text-decoration: none;
}

body {
	font-family: "Overpass", sans-serif;
	font-size: 18px;
	line-height: 30px;
}

header {
	padding: 30px 0;
}

header .contact {
	text-align: right;
}

.contact p {
	font-size: 28px;
	color: #131980;
	font-style: italic;
	line-height: 28px;
	margin: 0;
}

.contact p span {
	color: #ca021a;
	font-style: normal;
	font-weight: 900;
	font-size: 38px;
	margin-top: 10px;
	display: block;
	line-height: 38px;
}

.contact p a {
	color: #ca021a;
}

.banner {
	background-image: url(../img/banner.jpg);
	background-size: cover;
	/*background-position: center center;*/
	height: 600px;
	position: relative;
}

.banner .caption {
	position: absolute;
	left: 0;
	right: 0;
	padding: 30px;
	background:#7D8DAE;
}

.banner .caption p {
	text-align: center;
	color: #ffffff;
	font-size: 36px;
	margin: 0;
}

.banner h1 {
   -webkit-text-stroke: 1px black;
   color: white;
   text-shadow:
       3px 3px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}

.page {
	padding: 50px 0;
	text-align: center;
}

.page h1 {
	font-size: 44px;
	color: #0e1477;
	line-height: 52px;
	margin: 0 0 40px;
}

.boxwrap {
	margin-bottom: 50px;
}

.box .inner {
	background: #e1e1e1;
	padding: 100px 36px 36px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	margin-top: -80px;
}

.box .num {
	font-size: 80px;
	font-weight: 900;
	line-height: 135px;
	display: inline-block;
	height: 136px;
	width: 136px;
	background: #0e1477;
	color: #ffffff;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	border-radius: 70px;
	border: 8px solid #ffffff;
}

.box p {
	margin: 0;
	font-size: 24px;
	line-height: 36px;
	font-style: italic;
}

.subhead {
	font-size: 34px;
	font-style: italic;
	line-height: 50px;
}

.subhead a {
	color: #ca021a;
	font-size: 40px;
}

.subhead em {
	text-decoration: underline;
}

.blue {
	padding: 80px 0;
	background-image: url(../img/blue.jpg);
	background-position: center center;
	background-size: cover;
	text-align: center;
	color: #ffffff;
}

.blue h2 {
	font-size: 42px;
	font-weight: 700;
	line-height: 56px;
	margin: 0 0 40px;
}

.blue h3 {
	font-size: 30px;
	line-height: 38px;
	margin: 0 0 20px;
}

.blue ul {
	list-style: none;
}

.blue ul li {
	font-style: italic;
	font-size: 20px;
	line-height: 36px;
}

.blue ul li:before {
	left: 0;
	font-family: "FontAwesome";
	content: "\f138";
	font-style: normal;
	margin: 0 10px 0 0;
}

.disclaimer {
	padding: 20px 0;
}

.disclaimer p {
	font-size: 12px;
	line-height: 24px;
	margin: 0;
	font-style: italic;
}

footer {
	background: #0e1477;
	padding: 20px 0;
}

footer p {
	margin: 0;
	color: #ffffff;
}

@media screen and (max-width: 1200px) {
	.banner .caption p {
		font-size: 32px;
	}

	.page h1 {
		font-size: 40px;
		line-height: 48px;
		margin-bottom: 30px;
	}

	.box p {
		font-size: 20px;
		line-height: 28px;
	}

	.box .num {
		font-size: 64px;
		height: 124px;
		line-height: 122px;
		width: 124px;
	}

	.boxwrap {
		margin: 0 0 40px;
	}

	p.subhead {
		font-size: 30px;
		line-height: 40px;
	}
}

@media screen and (max-width: 1000px) {
	.banner {
		height: 480px;
	}

	.banner .caption p {
		font-size: 24px;
	}

	.page {
		padding: 30px 0;
	}

	.page h1 {
		font-size: 32px;
		line-height: 42px;
	}

	.box .inner {
		margin-top: -50px;
		padding: 64px 20px 20px;
	}

	.box p {
		font-size: 16px;
		line-height: 24px;
	}

	.box .num {
		font-size: 50px;
		height: 90px;
		line-height: 90px;
		width: 90px;
		border: 6px solid #ffffff;
	}

	p.subhead {
		font-size: 24px;
		line-height: 32px;
	}

	.subhead a {
		font-size: 28px;
	}

	.blue h2 {
		font-size: 36px;
		line-height: 46px;
		margin: 0 0 30px;
	}
}

@media screen and (max-width: 767px) {
	.logo {
		text-align: center;
		margin: 0 auto 30px;
	}
	
	.contact p {
		text-align: center;
		font-size: 24px;
	}
	
	.contact p span {
		font-size: 28px;
		line-height: 28px;
	}
	
	.banner {
		height: 380px;
	}
	
	.banner .caption {
		padding: 20px;
	}
	
	.banner .caption p {
		font-size: 20px;
	}
	
	.boxwrap {
		margin: 0 0 10px;
	}
	
	.box p {
		font-size: 20px;
		line-height: 24px;
	}
	
	.box {
		margin-bottom: 30px;
	}
	
	.box .inner {
		padding-bottom: 30px;
	}
	
	.blue {
		padding: 50px 0;
	}
	
	.blue h2 {
		font-size: 30px;
		line-height: 40px;
	}
	
	.blue h3 {
		font-size: 22px;
		line-height: 32px;
	}
	
	.blue ul li {
		font-size: 16px;
		line-height: 26px;
	}
	
	.disclaimer p {
		font-size: 12px;
		line-height: 20px;	
	}
	
	footer p {
		font-size: 14px;
		line-height: 18px;
		text-align: center;
	}
}

@media screen and (max-width: 480px) {
	.banner {
		height: 280px;
	}
	
	p.subhead br {
		display: none;
	}
	
	.blue h2 {
		font-size: 32px;
		line-height: 42px;
		margin: 0 0 20px;
	}
	
	.blue ul {
		text-align: left;
	}
	
	.blue ul li {
		position: relative;
		padding: 0 0 0 24px;
	}
	
	.blue ul li:before {
		position: absolute;
		left: 0;
	}
}