body {
  font-size: 14px;
}

h1 {
  font-size: 22px;
  font-weight: bold;
  color: #000000;
}

h2 {
  font-size: 22px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}

h3 {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

h4,
h5 {
  color: #000000;
}

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

#content a:hover {
  color: #085598;
  text-decoration: none;
}

h1.header {
  margin-top: 0;
  text-align: center;
}

.row.landingSection {
  margin-top: 30px;
}
p.smaller {
  font-size: 14px;
  margin-bottom: 0;
}

#content a.landingButton {
  display: block;
  background: #0960ad;
  padding: 42px 20px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.5em;
  margin-bottom: 20px;
  height: 113px;
  text-decoration: none;
  font-weight: 600;
}
#content a.landingButton:hover {
  background: #085598;
  text-decoration: none;
}

input[type="button"], input[type="submit"], input[type="reset"], button, #content a.button {
	color: #fff;
	background: #0960ad;
	font-size: 16px;
	border-radius: 3px;
	font-weight: 700;
	line-height: 1;
	margin: 5px 0 5px 0;
	padding: 10px 20px 11px;
	text-align: center;
	transition: background-color .15s ease-in-out;
	border: none;
	cursor: pointer;
	text-decoration: none;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover, #content a.button:hover {
	color: #fff;
	background: #085598;
	text-decoration: none;
	cursor: pointer;
}


/* Nav Overrides */
.nav-item {
  width: 50%;
}

.nav-item a {
  background-color: #6983a6;
  color: #fff;
  font-size: 14px;
  border-radius: 0;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.nav-item a:hover {
  background-color: #5f7593;
  color: #fff;
}

.nav-mobile {
  background-color: #6983a6;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
	.nav {
		background: #6983a6;
	}
}
