header {
  font-family: "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
}
header a:hover {
	color: #666666;
	text-decoration: none;
}
body, p {
  font-family: "PT Sans", "Helvetica Neue", "Arial", sans-serif;
  font-size: 16px;
}

h1 {
  font-size: 22px;
  font-weight: bold;
  color: #231f20;
  font-family: "PT Sans", "Helvetica Neue", "Arial", sans-serif;
  text-align: center;
}

h1.landingHeader {
  text-align: center;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 15px;
  color: #231f20;
  font-family: "PT Sans", "Helvetica Neue", "Arial", sans-serif;
}

h2 {
  font-size: 18px;
  font-weight: 500;
  color: #231f20;
  font-family: "PT Sans", "Helvetica Neue", "Arial", sans-serif;
  margin-top: 24px;
  margin-bottom: 5px;
	border-bottom: 1px solid #e5e5e5;
}

h3 {
  font-size: 14px;
  font-weight: bold;
  color: #231f20;
  font-family: "PT Sans", "Helvetica Neue", "Arial", sans-serif;
}

h3.red {
	color: red;
	text-align: center;
	font-size: 16px;
}
h3.green {
	color: #006248;
	text-align: center;
	font-size: 16px;
}
.green {
	color: #006248;
}
.red {
	color: red;
}

td,
th {
  font-size: 12px;
  color: #4d4d4d;
}

/* buttons */
input[type="button"], input[type="submit"], input[type="reset"], button, .button, #content a.button {
	font-family: "PT Sans", "Helvetica Neue", "Arial", sans-serif;
	color: #ffffff;
	background: #352568;
	font-size: 20px;
	font-weight: 400;
	border-radius: 6px;
	line-height: 1;
	margin: 0;
	padding: 10px 20px 11px;
	text-align: center;
	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, #content a.button:hover, .button:focus {
	color: #ffffff;
	background: rgba(53, 37, 104, .85);
	cursor: pointer;
	text-decoration: none;
}

.radius.button.white {
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	background: #f5f5f5;
	background-image: -ms-linear-gradient(top, #f5f5f5, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #f5f5f5, #e6e6e6);
	background-image: -o-linear-gradient(top, #f5f5f5, #e6e6e6);
	background-image: -moz-linear-gradient(top, #f5f5f5, #e6e6e6);
	background-image: linear-gradient(top, #f5f5f5, #e6e6e6);
	background-repeat: repeat-x;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	color: #231f20;
	font-size: 14px;
}

.radius.button.white:hover {
	background: #e6e6e6;
}

.nowrap {
	white-space: nowrap;
}

#content a.button.red {
	background: #ee4423;	
}

#content a.button.small, input[type="submit"].button.small {
	font-size: 14px;
}

.legendText {
  margin-top: 10px;
  font-size: 12px;
  text-align: right;
}
.indent {
  padding-left: 15px;
  margin-bottom: 15px;
}
#buttonRow {
  margin-top: 40px;
}
label {
  display: inline-block;
  font-size: 16px;
}
#loginForm label.error {
	padding-bottom: 15px;
}
#quiz label {
	margin-bottom: 20px;
}

.hangingIndent {
  padding-left: 1em;
  text-indent: -1em;
}
.hangingIndentAnswer {
  padding-left: 2em;
  text-indent: -2.4em;
}

/* session table */
.ictable {
	border-collapse: collapse;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-top: 3px;
	font-size: 12pt;
	width: 100%;
	border: none;
}

.ictableheader {
	background-color:#ccc; 
	color:#222; 
	font-size: 12pt; 
	vertical-align:middle; 
	padding: 10px 2px 11px 10px;
}

.icsubheader {
	margin-top: 10px;
	border-bottom-color: gray;
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-bottom-style: solid;
	padding-left: 1px;
	padding-bottom: 1px;
	padding-right: 1px;
	padding-top: 10px;
	background-color: #ffffff;
}

.ictable tr.bgwhite td {
	background-color: #ffffff;
}

.ictable tr.bggray td {
	background-color: #efefef;
}

.ictable tr.highlight td {
	background-color: rgba(255, 255, 0, 0.6);
}

.ictable td {
	padding-right:5px;
	font-size: 14px;
}

tr.sessionLine1 td {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #ddd;
}

.mobileShow {
	display: none;
}

.mobileTitle {
	padding-left: 20px;
	padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
	.mobileHide {
		display: none;
	}
	.mobileShow {
		display: block;
	}
	tr.mobileShow {
		display: table-row;
	}
	tr.sessionLine1 td {
		padding-bottom: 0px;
	}
  .button {
    display: inline-block;
  }
}


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

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