h1 {
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 10px;
	border-left: 0px solid;
	color: #042327;
	font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
	line-height: 30px;
	border-left: 0px solid;
	text-align: center;
	text-transform: uppercase;
}
h2 {
	font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #042327;
	margin: 0px 0px 10px;
	padding: 0px 0px 2px;
	line-height: normal;
}
h3 {
	font-weight: bold;
	font-size: 16px;
	width: 100%;
	color: #042327;
	font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
	margin: 0px 0px 10px;
	padding: 0px 0px 2px;
}
h4 {
	font-weight: normal;
	font-size: 12pt;
	color: #042327;
	font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
	margin-bottom: 5px;
	margin-top: 5px;
}
ul, ol, li {
	list-style-position: inside;
}
p, label, div.alert-box {
	font-size: 16px;
}

#content a {
	color: #0E4D56;
}
#content a:hover {
	color: #0E4D56;
	text-decoration: underline;
}

.error, .red {
	color: #ff0000;
}

.row.landingSection {
	margin-top: 20px;
}
#content a.landingButton {
	display: block;
	background: #0E4D56;
	margin: 20px 0;
	padding: 40px 20px;
	box-shadow: 5px 5px 3px #ccc;
	text-align: center;
	color: #ffffff;
	font-size: 26px;
	font-weight: 600;
	font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
	letter-spacing: 1px;
	vertical-align: middle;
	line-height: 1.25em;
	border-radius: 0px;
	-moz-border-radius: 0px;
}
#content a.landingButton:hover {
	background: #0e5859;
	text-decoration: none;
}
.landingButton p.smaller {
	font-size:14px;
	margin-top:.5em;
	margin-bottom:0;
	color: #ffffff;
	line-height: 1.25em;
}
.landingButton:hover p.smaller {
	color: #ffffff;
}
label a.smaller {
	font-size: 14px;
	padding-left: 20px;
}

.clear-after:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}


input[type="button"], input[type="submit"], input[type="reset"], button, .button {
	color: #ffffff !important;
	background: #0E4D56;
	font-size: 16px;
	border-radius: 3px;
	font-weight: 700;
	line-height: 1;
	margin: 5px 0;
	padding: 10px 20px 11px;
	text-align: center;
	transition: background-color .15s ease-in-out;
	border: none;
	cursor: pointer;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover, .button:hover {
	background: #0e5859;
	text-decoration: none !important;
	cursor: pointer;
}
input[type="submit"].bigButton {
	font-size:20px;
	padding: 14px 23px 15px;
}
button.ui-button, button.ui-button:hover {
	box-shadow: none;
}

@media only screen and (max-width: 320px) {
	div#content {
	    padding: 20px 0 20px 0;
	}
}


/* NAV overrides */

.nav-item{
	width: 50%;
}
.nav-item a {
	background: #042327;
	font-weight: 600;
	font-family: "MyriadPro", helvetica, arial, sans-serif;
	letter-spacing: .5px;
}
.nav-item > a:hover {
	background: #04302e;
	color: #ffffff;
}
.nav-mobile {
	background-color: #042327;
}
.nav-click:hover {
	background-color: #04302e;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
	.nav {
		background: #042327;
	}
}