* {margin:0;padding:0;}

html {
	height:100%;
}

body {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	min-height:100%;
}

footer {
	border-top:5px solid rgb(0,90,180);
	padding:20px;
	text-align:center;
}

footer, section {
	box-sizing:border-box;
}

img {
	max-width:100%;
}

nav {
	height:100%;
	position:relative;
}

nav input, nav label {
	display:none;
}

nav ul {
	height:100%;
	list-style:none;
}

nav ul li {
	display:inline-block;
	height:100%;
	margin-left:-4px;
	position:relative;
	text-align:center;
	width:104px;
}

nav ul li:nth-of-type(5) {
	width:318px;
}

nav ul li a {
	bottom:0;
	color:white;
	display:block;
	font-weight:bold;
	height:50px;
	line-height:50px;
	position:absolute;
	text-decoration:none;
	text-transform:uppercase;
	transition:0.15s linear color, 0.15s linear border;
	vertical-align:bottom;
	width:100%;
}

nav ul li a:hover {
	color:rgb(255,196,12);
	border-top:5px solid rgb(255,196,12);
}

nav ul li p {
	position:absolute;
	z-index:100;
}

p {
	font-size:18px;
}

section:after {
	clear:both;
	content:"";
	display:table;
}

#banner {
	background:rgb(0,90,180);
	box-shadow:0 0 0 4px white, 0 0 0 10px black, 0px 0px 15px 10px rgba(0, 0, 0, 0.8);
	height:123px;
	position:relative;
	z-index:50;
}

#bannerspacer {
	height:245px;
	position:absolute;
	width:318px;
	z-index:100;
}

#content {
	margin-bottom:40px;
	padding:20px;
}

#cover {
	min-height:150px;
}

#mobilelogo {
	display:none;
}

#points {
	background-color:#D7EBFF;
	border-collapse:collapse;
	min-width:200px;
}

#points td {
	border-bottom:1px solid rgb(0,90,180);
	padding:5px;
}

.blue {
	color:rgb(0,90,180);
}

.bluebox {
	background-color:#D7EBFF;
	border-radius:8px;
	border-right:1px solid rgb(0,90,180);
	border-top:1px solid rgb(0,90,180);
	padding:10px;
}

.floatl {
	float:left;
	margin-right:20px;
}

.floatr {
	float:right;
	margin-left:20px;
	max-width:400px;	
}

.ftrsmalltext {
	font-size: 12px;
	text-align: center;	
}

.green {
	color:rgb(24,119,60);
}


.greensmall {
	color:rgb(24,119,60);
	font-size: 12px;
}

.rslides {
	list-style:none;
	margin:0;
	overflow:hidden;
	padding:0;
	position:relative;
	width:100%;
}

.rslides li {
	-webkit-backface-visibility:hidden;
	display:none;
	left:0;
	position:absolute;
	top:0;
	width:100%;
}

.rslides li:first-child {
	display:block;
	float:left;
	position:relative;
}

.rslides img {
	border:0;
	display:block;
	height:auto;
	float:left;
	width:100%;
}

.wrapper {
	height:100%;
	margin:0 auto;
	max-width:1150px;
	position:relative;
}