a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
mark,
menu,
nav,
nav li,
nav ul,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
	font-family: Arial, Helvetica, sans-serif
}

ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

a {
	text-decoration: none
}

.txt-rt {
	text-align: right
}

.txt-lt {
	text-align: left
}

.txt-center {
	text-align: center
}

.float-rt {
	float: right
}

.float-lt {
	float: left
}

.clear {
	clear: both
}

.pos-relative {
	position: relative
}

.pos-absolute {
	position: absolute
}

.vertical-base {
	vertical-align: baseline
}

.vertical-top {
	vertical-align: top
}

.underline {
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
	margin: 0 0 20px
}

nav.vertical ul li {
	display: block
}

nav.horizontal ul li {
	display: inline-block
}

img {
	max-width: 100%;
}

body {
	background: white;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif
}

.logo {
	text-align: center;
	padding: 1%;
	margin: 0 auto;
	background: #09173C;
}

.logo h1 {
	display: block;
	font-size: 150px;
	font-weight: 700;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif
}

.logo span {
	font-size: 2em;
	color: #fff
}

.logo div p {
	font-size: 1.2em;
	color: #fff;
	font-weight: 300
}

.bottomMsg {
	text-align: center;
	vertical-align: middle;
	margin: 0 auto;
	width: 100%;
	background: white;
}

.bottomMsg,
.bottomMsg a {
	color: #09173C;
}

.footer,
.footerMobile {
	padding: 1em
}

.footerMobile {
	display: none;
}

.footer p,
.footerMobile p {
	font-size: 1.5em;
	font-weight: 300;
}

.footer span a,
.footerMobile span a {
	font-size: 1em;
	text-decoration: underline;
	font-weight: 300
}

.copy_right {
	font-size: .85em;
	line-height: 1.8em;
	text-align: center
}

.footerLinkBox,
.footerLinkBoxLast {
	width: 30%;
	margin-right: 3%;
	float: left;
	font-weight: 700;
	font-size: 18px
}

.footerlinkList {
	list-style-type: none
}

.footerlink a,
.footerlinkList li a {
	font-size: 14px;
	line-height: 15px!important
}

.logo div {
	margin-bottom: 24px;
}

@media only screen and (max-width: 650px) {
	.logo h1 {
		font-size: 60px;
	}
	.logo span {
		font-size: 1.3em;
	}
	.logo div p {
		font-size: 1em;
	}
	.footerMobile {
		padding: 1em;
		display: block;
	}
	.footer {
		display: none;
	}
	.footerMobile p {
		font-size: 1.2em;
	}
}