/* Reset */
html {
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
	display: block;
}

a {
	color: #0677bd;
}

p {
	margin: 0;
	padding: 0;
}

.text-md {
	font-size: 1em;
}

/* Margins */
/* Bottom */
.mb-3\/4 {
	margin-bottom: 0.75em;
}
.mb-7\/8 {
	margin-bottom: 0.875em;
}
.mb-1 {
	margin-bottom: 1em;
}
.mb-3\/2 {
	margin-bottom: 1.5em;
}
.mb-2 {
	margin-bottom: 2em;
}
.mb-3 {
	margin-bottom: 3em;
}

/* Top */
.mt-1\/2 {
	margin-top: 0.5em;
}
.mt-3\/4 {
	margin-top: 0.75em;
}
.mt-7\/8 {
	margin-top: 0.875em;
}
.mt-1 {
	margin-top: 1em;
}
.mt-3\/2 {
	margin-top: 1.5em;
}
.mt-2 {
	margin-top: 2em;
}
.mt-3 {
	margin-top: 3em;
}

/* Left */
.ml-1\/2 {
	margin-left: 0.5em;
}
.ml-3\/4 {
	margin-left: 0.75em;
}
.ml-7\/8 {
	margin-left: 0.875em;
}
.ml-1 {
	margin-left: 1em;
}
.ml-3\/2 {
	margin-left: 1.5em;
}
.ml-2 {
	margin-left: 2em;
}
.ml-3 {
	margin-left: 3em;
}

/* Right */
.mr-1\/2 {
	margin-right: 0.5em;
}
.mr-3\/4 {
	margin-right: 0.75em;
}
.mr-7\/8 {
	margin-right: 0.875em;
}
.mr-1 {
	margin-right: 1em;
}
.mr-3\/2 {
	margin-right: 1.5em;
}
.mr-2 {
	margin-right: 2em;
}
.mr-3 {
	margin-right: 3em;
}

/* Padding */
/* Bottom */
.pb-1\/2 {
	padding-bottom: 0.5em;
}
.pb-3\/4 {
	padding-bottom: 0.75em;
}
.pb-7\/8 {
	padding-bottom: 0.875em;
}
.pb-1 {
	padding-bottom: 1em;
}
.pb-3\/2 {
	padding-bottom: 1.5em;
}
.pb-2 {
	padding-bottom: 2em;
}
.pb-3 {
	padding-bottom: 3em;
}

/* Top */
.pt-1\/2 {
	padding-top: 0.5em;
}
.pt-3\/4 {
	padding-top: 0.75em;
}
.pt-7\/8 {
	padding-top: 0.875em;
}
.pt-1 {
	padding-top: 1em;
}
.pt-3\/2 {
	padding-top: 1.5em;
}
.pt-2 {
	padding-top: 2em;
}
.pt-3 {
	padding-top: 3em;
}

/* Left */
.pl-1\/2 {
	padding-left: 0.5em;
}
.pl-3\/4 {
	padding-left: 0.75em;
}
.pl-7\/8 {
	padding-left: 0.875em;
}
.pl-1 {
	padding-left: 1em;
}
.pl-3\/2 {
	padding-left: 1.5em;
}
.pl-2 {
	padding-left: 2em;
}
.pl-3 {
	padding-left: 3em;
}

/* Right */
.pr-1\/2 {
	padding-right: 0.5em;
}
.pr-3\/4 {
	padding-right: 0.75em;
}
.pr-7\/8 {
	padding-right: 0.875em;
}
.pr-1 {
	padding-right: 1em;
}
.pr-3\/2 {
	padding-right: 1.5em;
}
.pr-2 {
	padding-right: 2em;
}
.pr-3 {
	padding-right: 3em;
}

.mx-1\/2 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.mx-3\/4 {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
.mx-7\/8 {
	margin-top: 0.875em;
	margin-bottom: 0.875em;
}
.mx-1 {
	margin-top: 1em;
	margin-bottom: 1em;
}
.mx-3\/2 {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
.mx-2 {
	margin-top: 2em;
	margin-bottom: 2em;
}

.p-1 {
	padding: 1em;
}
.p-2 {
	padding: 2em;
}
.p-3\/2 {
	padding: 1.5em;
}

.font-light {
	font-weight: 300;
}

.font-normal {
	font-weight: 400;
}

.font-medium {
	font-weight: 500;
}

.font-semibold {
	font-weight: 600;
}

.font-bold {
	font-weight: 700;
}

.text-italic {
	font-style: italic;
}

.text-sm {
	font-size: 0.875rem;
	line-height: calc(1.25 / 0.875);
}

.text-md {
	font-size: 1rem;
	line-height: 1.25
}

.block {
	display: block;
}

/* Colors */
.text-white {
	color: #fff;
}

.text-cerulean {
	color: #0677bd;
}

.text-green {
	color: #378c82;
}

.bg-white {
	background-color: white;
}

.bg-cerulean {
	background-color: #0677bd;
}

.bg-green  {
	background-color: #378c82;
}

.gray {
	color: #4c4c4c;
}

.bg-gray {
	background-color: #4c4c4c;
}

/* Text */

.text-center {
	text-align: center;
}

.underline {
	text-decoration-line: underline;
}

.no-underline {
	text-decoration-line: none;
}

h1 {
	font-size: 21px;
	font-weight: 600;
	text-align: left;
	border-bottom: 1.5px solid #cccccc;
	text-transform: uppercase;
}

h2 {
	font-size: 21px;
	font-weight: 600;
	text-align: left;
	border-bottom: 1.5px solid #cccccc;
	margin: 0px 0px 5px 0px;
}

h3 {
	font-size: 18px;
	font-weight: 600;
}

h4 {
	font-size: 16px;
	font-weight: 600;
}

h5 {
	font-size: 14px;
	font-weight: 600;
}

img {
	display: block;
}

ul li {
	list-style-type: none;
}

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

.rounded-xs {
	border-radius: 0.125rem
}
.rounded-sm {
	border-radius: 0.25rem
}
.rounded-md {
	border-radius: 0.375rem
}
.rounded-lg {
	border-radius: 0.5rem
}
.w-full {
	width: 100%;
}

.landing-button:hover {
	color: #fff;
}

.landing-button.bg-cerulean:hover  {
	background: #3892ca;
}

.landing-button.bg-green:hover  {
	background: #5fa39b;
}

.landing-button.bg-gray:hover {
	background: #707070;
}

.landing-button a:hover {
	color: #fff;
}

input[type="button"], input[type="submit"], input[type="reset"], button, .button, a.button {
	color: #ffffff;
	background: #0677bd;
	font-size: 16px;
	border-radius: 6px;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	padding: 10px 20px 11px;
	transition: background-color .15s ease-in-out;
	border: none;
	text-decoration: none;
}

input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover, .button:hover, a.button:hover {
	color: #ffffff;
	background: #3892ca;
	cursor: pointer;
	text-decoration: none;
}


/* NAV overrides */
.nav {
	background: #0677bd;
}
.nav-item {
	width: 25%;
}
.nav-item a {
	background: #0677bd;
}
.nav-item > a:hover {
	background: #3892ca;
	color: #ffffff;
}
.nav-mobile {
	background-color: #0677bd;
}
.nav-click:hover {
	background-color: #3892ca;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
	.nav {
		background: #0677bd;
	}
}

#logoutForm {
	float: right;
	margin-top: 20px;
}

#memberInfoDump {
	border: 1px solid #000000;
	border-collapse: collapse;
}

#memberInfoDump td {
	border: 1px solid #000000;
}

#memberInfoDump th {
	border: 1px solid #000000;
}

#adminFormSubmit {
	display: none;
	margin: 20px 0px;
	background-color: rgb(80, 158, 47);
	color: #ffffff;
}

/* spinner */
#loaderWrap {
  /* The div that shows/hides. */
  display: none; /* starts out hidden */
  z-index: 40001; /* High z-index to ensure it appears above all content */
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.loaderOverlay {
  /* Shades out background when selector is active */
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 40001;
}
.vertical-offset {
  /* Fixed position to provide the vertical offset */
  position: absolute;
  top: 30%;
  width: 100%;
  z-index: 40002; /* 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 #0677bd; /*spinning color*/
  width: 200px;
  height: 200px;
  animation: spinner 4s linear infinite;
}

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