@charset "UTF-8";
/* Body */
body {
	font-family: 'Abel', Helvetica, Arial, san-serif;
	background-color: #fff;
	margin: 0px;
	font-style: normal;
	font-weight: 200;
}
/* Container */
.container {
	width: 100%;
	height: 100%;
	background-color: #fff;
	vertical-align: middle;
}
/* Hero Section */
.hero {
	background-color: #fff;
	padding-top: 150px;
	padding-bottom: 150px;
}
h2.hero_header {
	font-size: 30pt;
	text-align: center;
	font-weight: lighter;
	color: #5B5B7D;
	font-style: normal;
	font-weight: 200;
}
.tagline {
	text-align: center;
	color: #5B5B7D;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.logo {
	text-align: center;
}
#logo {
	margin: 5% 0 0 0;
	padding: 10px;
}
.copyright {
	text-align: center;
	padding-bottom: 20px;
	color: #5b5b7d;
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 7pt;
	display: block;
	bottom: 10px;
}
.hidden {
	display: none;
}














/* Mobile */
@media (max-width: 320px) {
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 20pt !important;
	line-height: 36px;
	text-align: center;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	background: #fff;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 24pt !important;
	line-height: 42px;
	text-align: center;
}
}
