h1 {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 10px;
  border-left: 0px solid;
  color: #2a8872;
  font-family: "Avenir 45 Book", "Avenir", "Helvetica Neue", helvetica, arial, sans-serif;
  line-height: 30px;
  border-left: 0px solid;
  text-align: center;
}
h2 {
  font-family: "Avenir 45 Book", "Avenir", "Helvetica Neue", helvetica, arial, sans-serif ;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  color: #2a8872;
  border-bottom: 1.5px solid #2a8872;
  margin: 0px 0px 10px;
  padding: 0px 0px 2px;
  line-height: normal;
}
h3 {
  font-weight: 450;
  font-size: 12pt;
  width: 100%;
  color: #2a8872;
  font-family: "Avenir 45 Book", "Avenir", "Helvetica Neue", helvetica, arial, sans-serif;
  margin-bottom: 1px;
  margin-top: 24px;
}
h4 {
  font-weight: normal;
  font-size: 12pt;
  color: #2a8872;
  font-family: "Avenir 45 Book", "Avenir", "Helvetica Neue", helvetica, arial, sans-serif;
  margin-bottom: 5px;
  margin-top: 5px;
}
#content a {
  color: #7db64e;
  text-decoration: underline;
}
#content a:hover {
  color: #3376a1;
  text-decoration: underline;
}

#content a.landingButton {
  display: block;
  font-family: "Avenir 45 Book", "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 24px;
  padding: 35px 20px;
  text-align: center;
  color: #222222;
  margin-bottom: 10px;
  background-color: #7db64e;
  box-shadow: 5px 5px 10px #dedede;
  text-decoration: none;
}
#content a.landingButton:hover {
  background: #88c555;
  text-decoration: none;
  box-shadow: 7px 7px 10px #dedede;
}

input[type="button"], input[type="submit"], input[type="reset"], button, .button {
  color: #222222;
  background: #7db64e;
  font-size: 16px;
  border-radius: 3px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 10px 20px 11px;
  text-align: center;
  transition: background-color 0.15s ease-in-out;
  border: none;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover, .button:hover {
  color: #222222;
  background: #88c555;
  text-decoration: none;
  cursor: pointer;
}

.landingSection {
  margin-bottom: 20px;
}

p.smaller {
	font-family: "Avenir 45 Book", "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 0px;
}

label.error {
  margin-bottom: 20px;
  font-weight: normal;
}
label.required:after {
  content: " *";
  color: red;
}

#nonMemBtn:hover {
  cursor: pointer;
}

#memberResults {
  padding-bottom: 10px;
}

.pager span {
  /*border-radius: 5px;
  border: #a6a6a8 1px solid;
  padding: 5px 14px;
  margin: 0 3px;*/
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
	color: #4158C1;
	text-decoration: underline;
}

.pager span:hover { 
	/*background-color: #ddd; */
	color: rgba(65, 88, 193, .85);
	text-decoration: underline;
}

.pager span.current:hover {
  background-color: #fff;
  cursor: default;
}

.pager {
  padding-left: 0;
  margin: 15px 0;
  text-align: center;
  list-style: none;
}

#pageContent div.row:nth-child(odd) {
	background: #f5f5f5;
}

#pageContent div.row {
	padding: 9px 10px;
	border: 1px solid #dddddd;
	line-height: 1.25em;
  min-width: 200px;
}

.resultsHeader {
	font-weight: bold;
	background: #dddddd;
}

/* NAV overrides */
.nav-item {
	width: 33.33%;
}
.nav-item a {
	background: #2a8872;
	color: #ffffff;
	font-size: 14px;
	border-radius: 0;
	font-weight: 600;
}
.nav-item > a:hover {
	background: #2f967e;
	color: #ffffff;
}
.nav-mobile {
	background-color: #2a8872;
}
.nav-click:hover {
	background-color: #2f967e;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
	.nav {
		background: #2a8872;
	}
}


#modalWrap {
  /* The div that shows/hides. */
  display: none; /* starts out hidden */
  z-index: 40001; /* High z-index to ensure it appears above all content */
}
.modalOverlay {
  /* Shades out background when selector is active */
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5; /* Sets opacity so it's partly transparent */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE transparency */
  filter: alpha(opacity=50); /* More IE transparency */
  z-index: 40001;
}
.vertical-offset {
  /* Fixed position to provide the vertical offset */
  position: fixed;
  top: 40%;
  width: 100%;
  z-index: 40002; /* ensures box appears above overlay */
}
.modal {
  /* The actual box, centered in the fixed-position div */
  max-width: 600px; /* Whatever width you want the box to be */
  position: relative;
  margin: 0 auto; /* Everything below is just visual styling */
  background-color: white;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,.4);
}
#closeModal {
  position: absolute;
  top: -12px; /* Half the icon's height */
  right: -12px; /* half the icon's width */
  z-index: 50;
}

/* spinner */
#loaderWrap {
  /* The div that shows/hides. */
  display: none; /* starts out hidden */
  z-index: 50001; /* High z-index to ensure it appears above all content */
}
.loaderOverlay {
  /* Shades out background when selector is active */
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 50001;
}
.loader-vertical-offset {
  /* Fixed position to provide the vertical offset */
  position: absolute;
  top: 20%;
  width: 100%;
  z-index: 50002; /* ensures box appears above overlay */
}
.loaderBox {
  /* The actual box, centered in the fixed-position div */
  max-width: 550px; /* Whatever width you want the box to be */
  position: relative;
  margin: 0 auto; /* Everything below is just visual styling */
  padding: 20px 20px 0 20px;
}

/* loading spinner */
.loader {
  margin: auto;
  border: 20px solid #EAF0F6; /*circle background*/
  border-radius: 50%;
  border-top: 20px solid #2a8872; /*spinning color*/
  width: 200px;
  height: 200px;
  animation: spinner 4s linear infinite;
}

@keyframes spinner {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}