h1 {
  font-size: 22px;
  font-weight: bold;
  color: #231f20;
  font-family: 'Roboto', 'Calibri', sans-serif;
  text-align: center;
}

h1.landingHeader {
  text-align: center;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 15px;
  color: #231f20;
  font-family: 'Open Sans Light', sans-serif;
}

h2 {
	color: #222222;
	font-size: 16px;
	line-height: 24px;
	border-bottom: 1px solid #e5e5e5;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 500;
}

h2.deadline {
  font-size: 20px;
  text-align: center;
}

h3 {
  font-size: 14px;
  font-weight: bold;
  color: #1b4699;
  font-family: 'Roboto', 'Calibri', sans-serif;
}
h3.ui-accordion-header b {
	font-size: 16px;
}

h4,
h5 {
  color: #1b4699;
}

/* buttons */
input.button[type="submit"] {
	padding: 10px 20px 11px !important;
}

.radius.button {	
	background: #5fc3a1;
	background-image: -ms-linear-gradient(top, #5fcdaa 0%, #5fc3a1 100%);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5fcdaa), to(#5fc3a1));
	background-image: -webkit-linear-gradient(top, #5fcdaa, #5fc3a1);
	background-image: -o-linear-gradient(top, #5fcdaa, #5fc3a1);
	background-image: -moz-linear-gradient(top, #5fcdaa, #5fc3a1);
	background-image: linear-gradient(top, #5fcdaa, #5fc3a1);
	background-repeat: repeat-x;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#5fcdaa', endColorstr='#5fc3a1', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	border-color: #5fc3a1;
	color: #fff;
	margin: 5px 2px;
}

.radius.button:hover {
	background: #5fcdaa;
	color: white;
}

.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, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(top, #ffffff, #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: #606060;
}

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

.radius.button.red, .ui-dialog-buttonset button.ui-button:first-child {
	background: #da4f49 !important;
	color: white;
	background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f) !important;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f)) !important;
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f) !important;
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f) !important;
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f) !important;
	background-image: linear-gradient(top, #ee5f5b, #bd362f) !important;
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
	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='#ee5f5b', endColorstr='#bd362f', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.radius.button.red:hover, .ui-dialog-buttonset button.ui-button:first-child:hover {
	background: #ee5f5b !important;
}

.ui-button-icon-only .ui-icon {
	margin-left: -8px !important;
	margin-top: -8px !important;
}

.editdelete {
	text-align: center;
}
.editdelete img:first-child {
  float: left;
  margin: 0 8px;
}
.ui-accordion .ui-accordion-header a {
	display: block;
	font-size: 1em;
	padding: .5em .5em .5em .7em;
	color: #555555;
}
.ui-accordion .ui-accordion-header a:hover {
	color: #212121;
}

.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important;
}

.ui-widget select {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.mobileShow {
	display: none;
}

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


input#cert-email {
	width: 80%;
}

.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: 2px 2px 2px 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;
}

#topCEUlinks {
	padding-top:10px; 
	margin-bottom:10px; 
	text-align:right;
}
#bottomCEUlinks {
	text-align:right; 
	padding-top:20px;
}
.red {
  color: red;
}
.bigred {
  color: red;
  font-size: 14pt;
}
.indent {
  padding-left: 15px;
  margin-bottom: 15px;
}
.indentMore {
  padding-left: 35px;
  margin-top: -25px;
}
/*.radioDiv {
	float: left;
}*/
#buttonRow {
  margin-top: 40px;
}
label {
  display: inline-block;
}

table.objectiveTable {
	border: 0px;
  margin-top: 10px;
  margin-left: 15px;
  margin-bottom: 15px;
}
table.objectiveTable td {
  color: #666666;
  padding: 5px;
  font-size: 14px;
}
table.objectiveTable td.answerHeader {
  padding-left: 10px;
  padding-right: 10px;
}
#evaluateSession b {
	line-height: 1.6;
}

#checkboxDiv {
  float: left;
  width: 50%;
}


/* make responsive */
@media only screen and (max-width: 767px) and (min-width: 401px) {	
  #checkboxDiv,
  #radioDiv {
    width: 100%;
  }
	.mobileHide {
		display: none;
	}
	.mobileShow {
		display: block;
	}
	tr.mobileShow {
		display: table-row;
	}
	.ui-accordion .ui-accordion-content {
		padding: 1em .5em !important;
	}
	tr.sessionLine1 td {
		padding-bottom: 0px;
	}
	input#cert-email {
		width: 100%;
	}
	.button.small {
		display: inline-block;
	}
	table.objectiveTable td {
		font-size: 12px;
		padding: 9px 4px;
	}
	
}

@media only screen and (max-width: 400px) {
	.mobileHide {
		display: none;
	}
	.mobileShow {
		display: block;
	}
	tr.mobileShow {
		display: table-row;
	}
  div#content {
    padding: 20px 0 20px 0;
  }
  div#main-container {
    border: none;
  }	
  #checkboxDiv,
  #radioDiv {
    width: 100%;
  }
	table.objectiveTable {
		margin-left: 0px;
		margin-right: 0px;
	}
	table.objectiveTable td {
		font-size: 10px;
		padding: 0px;
		line-height: 1.25em;
	}
	table.objectiveTable td.answerHeader {
		padding-left: 3px;
		padding-right: 3px;
	}
	.button.small {
		display: inline-block;
	}
	.ui-accordion .ui-accordion-content {
		padding: .5em;
	}
}

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

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