@font-face {
	font-family: "Lato";
	src: url("../../libs/fonts/Lato/lato-regular-webfont.woff2") format("woff2"),
		url("../../libs/fonts/Lato/lato-regular-webfont.woff") format("woff"),
		url("../../libs/fonts/Lato/Lato-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Lato Bold";
	src: url("../../libs/fonts/Lato/lato-bold-webfont.woff2") format("woff2"),
		url("../../libs/fonts/Lato/lato-bold-webfont.woff") format("woff"),
		url("../../libs/fonts/Lato/Lato-Bold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

div.alert-box {
	font-weight: normal;
}

h1 {
	font-family: 'Lato Bold', helvetica, arial, sans-serif;
	font-size: 45px;
	color: #990000;
	padding-bottom: 20px;
	line-height: 1.3;
	text-align: center;
}

h2 {
	font-family: 'Lato Bold', helvetica, arial, sans-serif;
	font-size: 40px;
	color: #990000;
	padding-bottom: 20px;
	line-height: 1.3;
	text-align: center;
}

h3 {
	font-family: 'Lato Bold', helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 25px;
	width: 100%;
	color: #990000;
	margin: 0px 0px 10px;
	padding: 0px 0px 2px;
}

h4 {
	font-family: 'Lato Bold', helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 25px;
	color: #444444;
	margin-bottom: 5px;
	margin-top: 5px;
}

#header {
	background-color: white;
	text-align: center;
  box-shadow: 0 0 5px #999999;
}
#header img {
	padding: 15px;
}
#header p {
	font-family: 'Lato Bold', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: rgb(68, 68, 68);
	line-height: 1.3;
	padding: 15px;
}

div#content {
	border-width: 0px;
}

#content, p, label, input[type="text"] {
	font-family: 'Lato', helvetica, arial, sans-serif;
	font-size: 16px;
}
label.error {
	font-size: 14px;
}


#content a {
	color: #0862f9;
}

#content a:hover {
	color: #0862f9;
	text-decoration: underline;
}

.error, .red {
	background-color: #FA8E35;
}

.errorMsg {
	font-weight: bold;
	text-align: center;
	background-color: #FA8E35;
	font-size: 18px;
	line-height: 1.2em;
}

div.alert-box.alert {
	background-color: #FA8E35;
}

.row.landingSection {
	margin-top: 20px;
}

#content a.landingButton {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	display: block;
	background: #0862f9;
	border: 3px solid #0862f9;
	margin: 20px 0;
	padding: 20px 20px;
	box-shadow: 5px 5px 3px #ccc;
	text-align: center;
	color: #ffffff;
	font-size: 22px;
	letter-spacing: 1px;
	vertical-align: middle;
	line-height: 1.25em;
	border-radius: 10px;
	-moz-border-radius: 10px;
}

#content a.landingButton:hover {
	background: #ffffff;
	color: #0862f9;
	border: 3px solid #0862f9;
	text-decoration: none;
	cursor: pointer;
}

.landingButton p.smaller {
	font-size: 14px;
	margin-top: 0.5em;
	margin-bottom: 0;
	color: #ffffff;
	line-height: 1.25em;
}

.landingButton:hover p.smaller {
	color: #ffffff;
}

label a.smaller {
	font-size: 14px;
	padding-left: 20px;
}

input[type='button'], input[type='submit'], input[type='reset'], button, .button {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	color: #ffffff;
	background: #990000;
	border: 3px solid #990000;
	font-size: 16px;
	border-radius: 3px;
	line-height: 1;
	margin: 5px 0;
	padding: 10px 20px 11px;
	text-align: center;
	transition: background-color 0.15s ease-in-out;
	cursor: pointer;
	text-transform: uppercase;
}

input[type='button']:hover, input[type='submit']:hover, input[type='reset']:hover, button:hover, .button:hover {
	background: #ffffff;
	color: #990000;
	border: 3px solid #990000;
	text-decoration: none !important;
	cursor: pointer;
}

.box {
	border: 1px solid #222222;
	padding: 15px 20px 0px 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 4px;
}

label.error {
	margin-top: -5px;
	margin-bottom: 15px;
}

ol, ul {
	margin-left: 40px;
}

.spacer {
	height: 30px;
}

p#welcome {
	padding-bottom: 20px;
}

/* 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 #0862f9; /*spinning color*/
  width: 200px;
  height: 200px;
  animation: spinner 4s linear infinite;
}

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