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

h2 {
	font-family: 'Oswald', "Open Sans Light", 'Helvetica Neue', helvetica, arial sans-serif;
	font-weight: 700;
	font-size: 28px;
	text-transform: uppercase;
	color: #111433;
	text-align: left;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	line-height: normal;
	letter-spacing: 2px;
}

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

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

#content a:hover {
	color: #234a7e;
	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: #1a3b67;
	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: #234a7e;
	cursor: pointer;
	text-decoration: none !important;
}

#content a.landingButton {
	display: block;
	background: #1a3b67;
	padding: 35px 15px;
	text-align: center;
	color: #ffffff;
	font-size: 22px;
	line-height: 1.5em;
	margin-bottom: 20px;
	box-shadow: 5px 5px 3px #ccc;
	text-decoration: none;
  text-transform: uppercase;
	font-family: 'Oswald', 'PT Sans', 'Helvetica Neue', helvetica, arial sans-serif;
}
#content a.landingButton.group {
	padding: 35px 20px;
}
#content a.landingButton:hover {
	background: #234a7e;
	text-decoration: none;
}
#content a.landingButton.modify {
	background: #ffffff;
	color: #1a3b67;
	font-size: 18px;
	border: 2px solid #1a3b67;
	padding: 25px 10px;
	min-height: 83px;
}
#content a.landingButton.manage {
	padding: 15px 10px;
}
#content a.landingButton.modify:hover {
	background: #f8f8f8;
	color: #234a7e;
	border: 2px solid #234a7e;
}
p.smaller {
	margin-bottom: 0px;
}

.landingSection {
  margin-bottom:20px;
}


/* NAV overrides */

.nav {
		font-weight: 500;
		background-color: #1a3b67;
  }
  .nav-item {
		margin-bottom: 2px;
		font-size: 14px;
		width: 20%;
		text-align: center;
  }
  .nav-item a {
		background: #1a3b67;
		color: #ffffff;
		padding-left: 35px;
		padding-right: 35px;
  }
  .nav-item > a:hover {
		background: #234a7e;
		color: #ffffff;
		text-decoration: none;
  }
  .nav-mobile {
		background-color: #1a3b67;
  }
  .nav-click:hover {
		background-color: #234a7e;
  }
  @media only screen and (min-width: 320px) and (max-width: 768px) {
		.nav {
			background: #1a3b67;
		}
		.nav-item {
			width: 100%;
	}
  }