h1 {
  font-size: 26px;
  font-weight: 500;
  color: #000000;
  font-family: helvetica, arial, sans-serif;
  text-align: center;
}

h2 {
	font-family: helvetica, arial, sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #000000;
	border-bottom: 1.5px solid #000000;
	margin: 0px 0px 10px;
	padding: 0px 0px 2px;
	line-height: normal;
}

h3 {
  font-size: 22px;
  font-weight: 500;
  color: #000000;
  font-family: helvetica, arial, sans-serif;
  margin: 20px 0 0 0;
  text-align: center;
}

h4,
h5 {
  color: #000;
}

a {
  color: #002b61;
}

a:hover {
  text-decoration: none;
  color: #003a71;
}

input[type="button"], input[type="submit"], input[type="reset"], button, .button, .member-lookup-container button {
	color: #ffffff;
	background: #002b61;
	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, .member-lookup-container button:hover {
  background: #003a71;
  cursor: pointer;
}

div#content {
  padding: 20px 40px 20px 40px;
  background: #fff;
  margin: 0px auto 15px;
  text-align: left;
  border: 1px solid #dbdbdb;
  border-top: none !important;
  box-shadow: 0 1px 3px #dddddd;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

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

a.landingButton {
	display: block;
	background: #002b61;
	margin: 20px 0;
	padding: 20px 20px;
	box-shadow: 5px 5px 3px #ccc;
	text-align: center;
	color: #ffffff;
	font-size: 22px;
	font-family: "MyriadPro", sans-serif;
	vertical-align: middle;
	line-height: 1.25em;
	border-radius: 3px;
	-moz-border-radius: 3px;
}
a.landingButton:hover {
	background: #003a71;
	text-decoration: none;
}
.landingButton p.small {
	font-size:14px;
	margin-top:.5em;
	margin-bottom:0px;
	color: #ffffff;
	line-height: 1.25em;
}

.row.landingSection, .top30 {
	margin-top: 30px;
}

.main-logo {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 30px;
	text-align: center;
}

.main-ohp {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	max-width: 75%;
	height: 70px;
}
.main-ohp .mci-logo {
	float: left;
}
.main-ohp .tag {
	padding-top: 24px;
	color: #222;
	font-size: 12px;
	font-weight: 400;
	text-align: right;
}

@media only screen and (max-width: 767px) {
	.main-nav {
		padding-left: 15px;
		padding-right: 15px;
	}
}