h1 {
	font-family: 'Helvetica Neue', helvetica, arial sans-serif;
	font-weight: 700;
	font-size: 21px;
	text-transform: uppercase;
	color: #000000;
	border-bottom: 2.5px solid #000000;
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 5px 0px;
	line-height: normal;
}

h2 {
	font-family: 'Helvetica Neue', helvetica, arial sans-serif;
	font-weight: 700;
	font-size: 28px;
	text-transform: uppercase;
	color: #000000;
	text-align: left;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	line-height: normal;
}

h3 {
	font-weight: 700;
	font-size: 16pt;
	width: 100%;
	color: #000000;
	font-family: 'Helvetica Neue', helvetica, arial sans-serif;
	margin-bottom: 1px;
	margin-top: 24px;
}
h4 {
	font-weight: 700;
	font-size: 16pt;
	color: #000000;
	font-family: 'Helvetica Neue', helvetica, arial sans-serif;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
}

#content a {
	color: #fa4132;
	text-decoration: underline;
}

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

input[type="button"], input[type="submit"], input[type="reset"], button, .button {
	color: #fff;
	font-family:'Helvetica Neue', helvetica, arial sans-serif;
	text-transform: uppercase;
	background: #fa4132;
	font-size: 19px;
	border-radius: 3px;
	font-weight: 700;
	line-height: 1;
	margin: 5px;
	padding: 10px 20px 11px;
	text-align: center;
	transition: background-color .15s ease-in-out;
	border: none;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover, .button:hover {
	background: #e03d30;
	cursor: pointer;
	text-decoration: none !important;
}

#content a.landingButton {
	display: block;
	background: #a0a692;
	padding: 46px 20px;
	text-align: center;
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 20px;
	box-shadow: 5px 5px 3px #ccc;
	text-decoration: none;
	font-family: 'Helvetica Neue', helvetica, arial sans-serif;
}
#content a.landingButton.group {
	padding: 35px 20px;
}
#content a.landingButton:hover {
	background: rgb(160, 166, 146, .85);
	text-decoration: none;
}
#content a.landingButton.modify {
	background: #ffffff;
	color: #000000;
	font-size: 18px;
	border: 2px solid #000000;
	padding: 25px 10px;
	min-height: 83px;
}
#content a.landingButton.manage {
	padding: 15px 10px;
}
#content a.landingButton.modify:hover {
	background: #f8f8f8;
	color: #a0a692;
	border: 2px solid #a0a692;
}
p.smaller {
	margin-bottom: 0px;
}

.landingSection {
	margin-bottom: 20px;
}


/* NAV overrides */
.nav-item {
	width: 50%;
}
.nav-item a {
	background:#cfc1b1;
	color: #ffffff;
	font-size: 16px;
	border-radius: 3px;
}
.nav-item > a:hover {
	background:rgb(207, 193, 177, .85);
	color: #ffffff;
}
.nav-mobile {
	background-color: #fa4132;
}
.nav-click:hover {
	background-color:#e03d30;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
	.nav {
		background: #fa4132;
	}
}